diff --git a/packages/components/src/docs/Migration/ui-quotation.mdx b/packages/components/src/docs/Migration/ui-quotation.mdx new file mode 100644 index 000000000..c034a63f3 --- /dev/null +++ b/packages/components/src/docs/Migration/ui-quotation.mdx @@ -0,0 +1,49 @@ +# Migration Guide: From `ui-quotation` to `sd-quote` + +The new `sd-quote` is designed to replace the `ui-quotation`. This transitions away from a component with attributes in favor of a pattern that encourages reusability. This pattern uses a combination of components to create `sd-quote`. You can take a look at the pattern [here](https://solid-design-system.fe.union-investment.de/x.x.x/storybook/?path=/docs/pattern-quote--docs) and use the pattern in your project. + +## ๐Ÿ’พ Slots + +### โŒ Removed Slots + +The following slots have been removed from the new sd-quote component: + +1. [default] + +
+ +## โš™๏ธ Attributes + +### โŒ Removed Attributes + +The following attributes have been removed from the new sd-quote component: + +1. [copyright] +2. [image-focal-point-x] +3. [image-focal-point-y] +4. [img-alt] +5. [img-src] +6. [person-description] +7. [person-image] +8. [person-name] +9. [quotation-position-x] +10. [quotation-position-y] +11. [replace] +12. [sizes] +13. [variant] + +
+ +## ๐Ÿงช Methods + +### โŒ Removed Methods: + +The following methods have been removed from the new sd-quote component: + +1. [componentWillLoad] +2. [componentDidLoad] +3. [availableSpace] +4. [clamp] +5. [createMeta] + +