@marigold/docs

Have a look on the latest changes regarding @marigold/docs

13.0.0 (Released on Jul 8, 2025)

Major Changes

  • d224a2f: style([DST-721]): Breaking Changes: Deprecate B2B and Core themes

    • @marigold/theme-b2b and @marigold/theme-core are now deprecated and will no longer receive updates or maintenance. Please migrate to RUI theme package.
    • The FieldGroup component has been removed and is no longer available in @marigold/components.
    • All documentation and Storybook references to the B2B and Core themes, as well as FieldGroup, have been removed.
    • If you are using either of these themes , please update your project to our lates release.

Minor Changes

  • 0d7f9db: docs([DST-815]):Updated token display to use RUI theme structure. Replaced deprecated Core and B2B token references with RUI semantic tokens that align with the current design system.

Patch Changes

  • 1db0d9c: docs([DST-911]): revise <RouterProvider> page to new structure

  • 146a8a2: docs: July release blog

  • 9a5791c: docs([DST-914]): Update Divider docs to match new structure of component pages

    Breaking Change: Removed className property on this component.

  • d224a2f: [DST-721]: Deprecate B2B and Core Theme.

    R.I.P core and b2b theme. The core and b2b theme will be no longer maintained but we keep their latest version.

    Also in Marigold-Docs and Storybook it will be no longer possible to switch between the old themes.

  • f235ce6: docs: Adding explaination for async loading in Autocomplete component docs page

  • 430c266: feat([DSTSUP-158]): List accessibility for <Stack> component

    The <Stack> component supports a new property asList making it possible to provide accessibility when using a <Stack> which behaves as a list element. The <List> has an updated documentation.

  • c33ad07: docs([DST-921]): Revise text component page to new component page structure.

    Breaking Change: Some propertys has been removed, including className and HtMLElement props.

  • 98bea2e: docs([DST-917]): Revise Headline documentation

  • Updated dependencies [0d7f9db]

  • Updated dependencies [9a5791c]

  • Updated dependencies [e31a116]

  • Updated dependencies [854e00b]

  • Updated dependencies [430c266]

  • Updated dependencies [c33ad07]

  • Updated dependencies [98bea2e]

  • Updated dependencies [16f6dbb]

  • Updated dependencies [d224a2f]

    • @marigold/theme-docs@3.1.0
    • @marigold/theme-rui@1.2.0
    • @marigold/components@13.0.0
    • @marigold/system@13.0.0
    • @marigold/icons@1.3.14

12.0.5 (Released on Jun 12, 2025)

Patch Changes

  • a6bcd89: chore(deps): update react-aria
  • Updated dependencies [a6bcd89]
    • @marigold/components@12.0.5
    • @marigold/system@12.0.5
    • @marigold/theme-b2b@30.0.7
    • @marigold/theme-core@29.0.7
    • @marigold/theme-docs@3.0.7
    • @marigold/theme-rui@1.1.5
    • @marigold/icons@1.3.13

12.0.4 (Released on Jun 11, 2025)

Patch Changes

  • 6c230c7: feat[DST-731]: Add ContextualHelp Component with Docs We added a new ContextualHelp component to provide inline help and guidance within the UI. It displays contextual information in a popover triggered by an icon button, with configurable placement, size, and icon variant (help or info). The component is accessible, supports both controlled and uncontrolled open states, and is designed for flexible content layout.
  • 17d28b5: feat([DST-885]): update default <Link> styles and add link variant
  • Updated dependencies [3e19b71]
  • Updated dependencies [ed72011]
  • Updated dependencies [6c230c7]
  • Updated dependencies [befd17d]
  • Updated dependencies [17d28b5]
  • Updated dependencies [5127d58]
    • @marigold/components@12.0.4
    • @marigold/theme-rui@1.1.4
    • @marigold/system@12.0.4
    • @marigold/theme-core@29.0.6
    • @marigold/theme-b2b@30.0.6
    • @marigold/theme-docs@3.0.6
    • @marigold/icons@1.3.12

12.0.3 (Released on Jun 2, 2025)

Patch Changes

  • 12b00ed: feat[DST-856]: Add TimeField Component

    We added a new TimeField component to support time-based user input. It allows users to select and edit time values, with configurable granularity (hours, minutes, seconds) and optional 12/24-hour format. The component supports accessibility features like keyboard navigation.

  • Updated dependencies [7451134]

  • Updated dependencies [12b00ed]

  • Updated dependencies [73edbb0]

  • Updated dependencies [be782c3]

    • @marigold/components@12.0.3
    • @marigold/system@12.0.3
    • @marigold/theme-b2b@30.0.5
    • @marigold/theme-core@29.0.5
    • @marigold/theme-rui@1.1.3
    • @marigold/theme-docs@3.0.5
    • @marigold/icons@1.3.11

12.0.2

Patch Changes

  • 0bca5d8: Update React aria components
  • Updated dependencies [0bca5d8]
  • Updated dependencies [ca26659]
    • @marigold/components@12.0.2
    • @marigold/system@12.0.2
    • @marigold/theme-core@29.0.4
    • @marigold/theme-b2b@30.0.4
    • @marigold/theme-rui@1.1.2
    • @marigold/theme-docs@3.0.4
    • @marigold/icons@1.3.10

12.0.1

Patch Changes

  • 2c01257: [DST-851]: removed @marigold/jest-config package
  • 534ad77: refa([DST-738]): Adding checkmark icon as selection indicator in RUI theme for SelectList and Listbox components.
  • Updated dependencies [0e8211b]
  • Updated dependencies [af401e5]
  • Updated dependencies [2a96627]
  • Updated dependencies [f2cbc72]
  • Updated dependencies [534ad77]
    • @marigold/components@12.0.1
    • @marigold/system@12.0.1
    • @marigold/theme-b2b@30.0.3
    • @marigold/theme-core@29.0.3
    • @marigold/theme-docs@3.0.3
    • @marigold/theme-rui@1.1.1
    • @marigold/icons@1.3.9

12.0.0

Major Changes

  • 2ed500d: feat([DST-804]): Allow Tag to be used in forms and overhaul its docs

    BREACKING CHANGE: Remove the allowsRemoving prop. This didn't had an effect for a while and to make it more clear removing is enabled, if there is a function set on the onRemove prop.

Minor Changes

  • 438b959: feat([DSTSUP-112]): Add sizes to RUI's <Dialog>
  • fe4b9de: feat([DST-801]): Allow to format ranges with <NumericFormat>

Patch Changes

  • 4e510fb: [DST-763]: Migrate to eslint flat config.
  • Updated dependencies [d7cfabd]
  • Updated dependencies [beaa990]
  • Updated dependencies [438b959]
  • Updated dependencies [20ecd9c]
  • Updated dependencies [fe4b9de]
  • Updated dependencies [4e510fb]
  • Updated dependencies [9d57c1f]
  • Updated dependencies [2ed500d]
  • Updated dependencies [15b844d]
  • Updated dependencies [4e0971e]
  • Updated dependencies [c30993e]
  • Updated dependencies [d71d9ab]
    • @marigold/components@12.0.0
    • @marigold/theme-rui@1.1.0
    • @marigold/system@12.0.0
    • @marigold/theme-b2b@30.0.2
    • @marigold/theme-core@29.0.2
    • @marigold/theme-docs@3.0.2
    • @marigold/eslint-config@1.0.1
    • @marigold/icons@1.3.8

11.5.0

Patch Changes

  • 8dab2e6: chore: update react-aria (April 2025 release)

  • 337f9ee: doc[DST-727]: add copyable examples to the pagination documentation.

  • c42767f: refa([DST-762]): support label prop for <CheckBox> and <Switch>.

    Breaking Change: Deprecate children property, use label instead. With the next major version children will be removed.

  • 2a87f43: feat[DST-759]: Implement <CloseButton> component to be re-used into other components internally (e.g Dialog, Tag, Drawer and SectionMessage).

  • Updated dependencies [8dab2e6]

  • Updated dependencies [70399e4]

  • Updated dependencies [25c37c6]

  • Updated dependencies [c9b95bc]

  • Updated dependencies [337f9ee]

  • Updated dependencies [798e410]

  • Updated dependencies [d24cee3]

  • Updated dependencies [87e7f4d]

  • Updated dependencies [1e5ce6e]

  • Updated dependencies [16b9e54]

  • Updated dependencies [4686a0d]

  • Updated dependencies [c42767f]

  • Updated dependencies [9965825]

  • Updated dependencies [2a87f43]

    • @marigold/components@11.5.0
    • @marigold/system@11.5.0
    • @marigold/theme-rui@1.0.1
    • @marigold/theme-b2b@30.0.1
    • @marigold/theme-core@29.0.1
    • @marigold/theme-docs@3.0.1
    • @marigold/icons@1.3.7

11.4.1

Patch Changes

  • 953cf3d: Making the dialog titles independant
  • Updated dependencies [81b2216]
  • Updated dependencies [953cf3d]
  • Updated dependencies [334abb9]
    • @marigold/components@11.4.1
    • @marigold/system@11.4.1
    • @marigold/theme-b2b@30.0.0
    • @marigold/theme-core@29.0.0
    • @marigold/theme-docs@3.0.0
    • @marigold/theme-rui@1.0.0
    • @marigold/icons@1.3.6

11.4.0

Minor Changes

  • d1df64c: docs([DST-722]): Allow to switch to RUI theme.

Patch Changes

  • Updated dependencies [000169f]
  • Updated dependencies [0e1e515]
  • Updated dependencies [f946eed]
    • @marigold/theme-b2b@29.3.1
    • @marigold/theme-core@28.3.1
    • @marigold/theme-rui@0.5.0
    • @marigold/system@11.4.0
    • @marigold/components@11.4.0
    • @marigold/icons@1.3.5
    • @marigold/theme-docs@2.4.6

11.3.0

Minor Changes

  • 611c2e8: feat(733): Introduce a <Drawer> component

Patch Changes

  • Updated dependencies [888e852]
  • Updated dependencies [08ba5c7]
  • Updated dependencies [611c2e8]
  • Updated dependencies [8b404d2]
  • Updated dependencies [7554cf9]
    • @marigold/components@11.3.0
    • @marigold/system@11.3.0
    • @marigold/theme-b2b@29.3.0
    • @marigold/theme-core@28.3.0
    • @marigold/theme-docs@2.4.5
    • @marigold/icons@1.3.4

11.2.3

Patch Changes

  • Updated dependencies [3d1f8c6]
    • @marigold/components@11.2.3
    • @marigold/system@11.2.3
    • @marigold/theme-b2b@29.2.4
    • @marigold/theme-core@28.2.4
    • @marigold/theme-docs@2.4.4
    • @marigold/icons@1.3.3

11.2.2

Patch Changes

  • 91c72e8: feat[DST-606]: Implement <MultiSelect> component

    Introcude <MultiSelect> as component!

  • Updated dependencies [9412037]

  • Updated dependencies [91c72e8]

    • @marigold/components@11.2.2
    • @marigold/system@11.2.2
    • @marigold/theme-b2b@29.2.3
    • @marigold/theme-core@28.2.3
    • @marigold/theme-docs@2.4.3
    • @marigold/icons@1.3.2

11.2.1

Patch Changes

  • 40db199: feat(rui): Add more styles to components
  • 4f16155: chore([DST-711]): add more channels to Get in touch page
  • Updated dependencies [40db199]
  • Updated dependencies [619b4b2]
    • @marigold/components@11.2.1
    • @marigold/theme-b2b@29.2.2
    • @marigold/theme-core@28.2.2
    • @marigold/theme-docs@2.4.2
    • @marigold/system@11.2.1
    • @marigold/icons@1.3.1

11.2.0

Patch Changes

  • Updated dependencies [c387b43]
  • Updated dependencies [a31881d]
  • Updated dependencies [c387b43]
    • @marigold/components@11.2.0
    • @marigold/icons@1.3.0
    • @marigold/system@11.2.0
    • @marigold/theme-b2b@29.2.1
    • @marigold/theme-core@28.2.1
    • @marigold/theme-docs@2.4.1

11.1.1

Patch Changes

  • Updated dependencies [be665e7]
  • Updated dependencies [3d7aaad]
    • @marigold/components@11.1.1
    • @marigold/system@11.1.1
    • @marigold/theme-b2b@29.2.0
    • @marigold/theme-core@28.2.0
    • @marigold/theme-docs@2.4.0
    • @marigold/icons@1.2.69

11.1.0

Patch Changes

  • Updated dependencies [fd96b48]
  • Updated dependencies [300bfba]
    • @marigold/components@11.1.0
    • @marigold/system@11.1.0
    • @marigold/theme-b2b@29.1.0
    • @marigold/theme-core@28.1.0
    • @marigold/theme-docs@2.3.0
    • @marigold/icons@1.2.68

11.0.2

Patch Changes

  • Updated dependencies [8e58923]
    • @marigold/components@11.0.2
    • @marigold/theme-b2b@29.0.2
    • @marigold/theme-core@28.0.2
    • @marigold/theme-docs@2.2.9
    • @marigold/system@11.0.2
    • @marigold/icons@1.2.67

11.0.1

Patch Changes

  • Updated dependencies [c0b8d18]
    • @marigold/theme-b2b@29.0.1
    • @marigold/theme-core@28.0.1
    • @marigold/theme-docs@2.2.8
    • @marigold/system@11.0.1
    • @marigold/components@11.0.1
    • @marigold/icons@1.2.66

11.0.0

Major Changes

  • 964e025: refa([DST-665]): Refactoring Accordion

    Added two Accordion components Accordion.Header and Accordion.Content. Accordion.Header replaces the title in Accordion.Item. Accordion.Content is now the place where the content needs to be.

    Reworked the Accordion Documentation Page.

  • 82c869c: refa: improve <Container> and <Breakout> component

    BREAKING CHANGE: This PR includes breaking changes, because we removed and changed a lot ot the props API of <Container> and <Breakout>. The <Container> now only works with <Text> and <Headline> component. This allows for a smoother developer experience and prevents suprises.

    Make the <Container> and <Breakout> component more usable for real world scenarios.

    • <Container> supporst space style prop
    • simplify <Container> usage by removing unnecessary props
    • simplify <Breakout> and make it composable with other layout components
    • make <Text> and <Headline> adhere to a <Container> content length
  • 8d92a7a: chore[DST-648] upgrade tailwindcss to v4

    BREAKING CHANGE: We upgrade the TailwindCSS version from 3 to 4. This means the setup to for using Marigold changed, now you don't need to use a tailwind.config.ts file with all the configurations anymore. We updated our installation documentation page according to the changes. With this new version the build process is speeded up, the CSS output will be smaller and more readable class names provide a better developer experience.

  • d96b809: refa(DST-629): Align <XLoader> modes with loading pattern naming convention

    BREAKING CHANGE: Rename mode prop to align with the "Loading state" pattern. Renamed "fullsize" to "fullscreen" and "inline" to "section".

Patch Changes

  • 8f854c9: docs: Release notes v11
  • Updated dependencies [964e025]
  • Updated dependencies [82c869c]
  • Updated dependencies [8d92a7a]
  • Updated dependencies [d96b809]
    • @marigold/components@11.0.0
    • @marigold/system@11.0.0
    • @marigold/theme-b2b@29.0.0
    • @marigold/theme-core@28.0.0
    • @marigold/eslint-config@1.0.0
    • @marigold/theme-docs@2.2.7
    • @marigold/icons@1.2.65

10.2.1

Patch Changes

  • Updated dependencies [bb2049f]
  • Updated dependencies [7f0841d]
    • @marigold/components@10.2.1
    • @marigold/theme-b2b@28.0.6
    • @marigold/theme-core@27.0.6
    • @marigold/theme-docs@2.2.6
    • @marigold/system@10.2.1
    • @marigold/icons@1.2.64
    • @marigold/theme-preset@1.3.29

10.2.0

Patch Changes

  • Updated dependencies [b89cd49]
  • Updated dependencies [275693d]
  • Updated dependencies [3d4f4fe]
  • Updated dependencies [dc53196]
  • Updated dependencies [08cfadb]
    • @marigold/components@10.2.0
    • @marigold/theme-b2b@28.0.5
    • @marigold/theme-core@27.0.5
    • @marigold/theme-docs@2.2.5
    • @marigold/system@10.2.0
    • @marigold/icons@1.2.63
    • @marigold/theme-preset@1.3.28

10.1.3

Patch Changes

  • @marigold/components@10.1.3
  • @marigold/system@10.1.3
  • @marigold/theme-b2b@28.0.4
  • @marigold/theme-core@27.0.4
  • @marigold/theme-docs@2.2.4
  • @marigold/icons@1.2.62
  • @marigold/theme-preset@1.3.27

10.1.2

Patch Changes

  • Updated dependencies [3878b6b]
    • @marigold/theme-b2b@28.0.3
    • @marigold/theme-core@27.0.3
    • @marigold/theme-docs@2.2.3
    • @marigold/system@10.1.2
    • @marigold/components@10.1.2
    • @marigold/icons@1.2.61
    • @marigold/theme-preset@1.3.26

10.1.1

Patch Changes

  • 00af299: docs: Update <Aspect> component page

    Revised the whole page with more awesome information and usage examples

  • 17fd7b4: docs([DST-621]): Revise <Tiles> page

    Revised <Tiles> page according to our new structure of component pages.

  • 93f783a: feat([DSTSUP-98]): introduce controlled dismissable <SectionMessage>

    Added possibility to control the dismissable state in <SectionMessage>, you can now use onClose and close to control the closing of a section message.

  • d52e52f: docs([DST-624]): Revise <Calendar> page and change some properties

    • Revised the page according to our new template.
    • Rename isDateUnavailable to dateUnavailable.
    • Remove the props: visibleDuration and pageBehavior.
    • Added outline focus styles for keyboard navigation in both themes.
  • b285b74: docs([DST-623]): Revise <Inset> page

    Revised <Inset> documentation page according to the new structure.

  • 85e8cba: feat(DST-608): Make <XLoader> accessible and update documentation

    • Refactored the <XLoader> component to be more accessible
    • Updated the <XLoader> documentation page
    • Adjusted styling to fit regular underlay styles when using "fullsize" mode
  • 38d461d: docs([DST-628]): Revise <SearchField> page

    Revised <SearchField> documentation page according to the new structure.

  • 1cf8f0d: docs([DST-622]): Revise <Grid> documentation page

    Revised the documentation page for <Grid> component according to our new temaple.

  • Updated dependencies [17fd7b4]

  • Updated dependencies [93f783a]

  • Updated dependencies [d52e52f]

  • Updated dependencies [d326823]

  • Updated dependencies [85e8cba]

  • Updated dependencies [38d461d]

  • Updated dependencies [425ce62]

    • @marigold/components@10.1.1
    • @marigold/theme-b2b@28.0.2
    • @marigold/theme-core@27.0.2
    • @marigold/system@10.1.1
    • @marigold/theme-docs@2.2.2
    • @marigold/icons@1.2.60
    • @marigold/theme-preset@1.3.25

10.1.0

Minor Changes

  • 83ad341: feat(dialog): Introduce a dedicated button to close a dialog

    Make it more convenient to have a button that closes the <Dialog>. With this, there is less need to use the child function to access the close method. Instead you can now use <Button slot="close"> to render a close button.

Patch Changes

  • 2d701a6: docs[DST-611]: Revise <Scrollable> documentation page

    Revised the <Scrollable> page according to our new structure of component documentation pages.

  • 22200a0: docs([DST-581]): revise <DateField> page according to new component page structure

    Revised the <DateField> documentation page to our new layout of component pages.

  • 222f674: refa[DST-607]: revise <Badge> page

    The <Badge> was revised according to our new component guidelines.

  • ac29d40: refa[DST-610]: Revise <Card> page

    The <Card>is now revised according to our new component page guidelines.

  • 19c3317: docs: move resources pages to introduction (and hide develoepr guidelines)

  • 1bb2729: docs: fix link to <Icon> page

  • 6aa9707: docs([DST-614]): Revise <Aside> documentation

    Revised the <Aside> page according to our new structure of component documentation.

  • 06d9f71: docs: fix release date in changelogs

    Now using the Github-Api

  • ebc53cb: refa[DST-598]: Improve <Slider> component

    The <Slider> component appears in a new guise. Functionalities and documentation have been significantly revised. So make sure to check out the Marigold documentation and storybook. It's worth it.

    Some key features are:

    • multithumb or range slider
    • visual indicator for selected track
    • use slider in forms
  • 05f84b1: docs: adjust font size of code in <SectionMessage> and make them less distracting

  • b84e19c: docs: fix broken links (MultiSelect and Building Forms)

  • 3cd1451: docs: adjust menu demo with dialog

  • 3bf3a8e: docs([DST-615]): Revise <Center> documentation

    Revised the <Center> page according to our new structure of component documentation.

  • b4036c6: docs([DST-587]): revise <DatePicker> page according to new component page structure

    Revised the <DatePicker> documentation page to our new layout of component pages.

  • 2cb5d38: feat(DST-596): add loading indicator in <Button> component

    Introduced a new loading indicator for the <Button> component's loading state, enhancing the visibility of its loading status. The <Button> now supports a loading property for this functionality.

  • 313f004: docs([DST-609]): Revise <Columns> documentation page

    Revised the <Columns> page according to our new structure of component documentation pages.

  • Updated dependencies [f2bae7e]

  • Updated dependencies [80a9f5b]

  • Updated dependencies [2d701a6]

  • Updated dependencies [a917acf]

  • Updated dependencies [83ad341]

  • Updated dependencies [22200a0]

  • Updated dependencies [222f674]

  • Updated dependencies [ac29d40]

  • Updated dependencies [ebc53cb]

  • Updated dependencies [05f84b1]

  • Updated dependencies [3bf3a8e]

  • Updated dependencies [b4036c6]

  • Updated dependencies [2cb5d38]

  • Updated dependencies [313f004]

    • @marigold/components@10.1.0
    • @marigold/theme-b2b@28.0.1
    • @marigold/theme-core@27.0.1
    • @marigold/system@10.1.0
    • @marigold/theme-docs@2.2.1
    • @marigold/icons@1.2.59
    • @marigold/theme-preset@1.3.24

10.0.0

Major Changes

  • caefbe4: refa(listbox): Allow sections in <Combobox> and <Autocomplete>, adjust Section API in <Select>, <Combobox> and <Autocomplete>.

    • Added the possibility to use sections with <Combobox> and <Autocomplete>

    • Refactored the <Section> (from <Listbox>) to fit our API, no need for the extra <Header> anymore. Instead you can do <Select.Section header="My header">, same for the other components

    • Renamed <Item> to <Option> in <Combobox> and <Autocomplete> to align with <Select>

    • Updated the docs for <Select>, <Combobox> and <Autocomplete>

    • Updated Storybook for <Select>, <Combobox> and <Autocomplete> with section stories

    • Renamed the part of the <ListBox> accordingly (from sectionTitle to header)

      BREAKING CHANGE: We changed the API of the <Section> component that is used in <Select>, <Combobox> and <Autocomplete>. It is no longer necessary to add a Header within the <Section>.

      Use the newly added header prop instead. Additionally, to unify the APIs all choices of <Select>, <Combobox> and <Autocomplete> are now called <Option> instead of <Item>.

Minor Changes

  • 6687af7: refa: remove footer from <Dialog> + allow styles

    • dialogs can only have action now
    • align buttons in <Dialog.Actions> correctly
  • f3f0ea0: With the changes of the <Dialog> component, we also needed to update they docs page.

Patch Changes

  • 4818227: docs([DST-570]): Added "Release" pages to our documentation

    We now create for each changelog a page on our documentation, it is also possible to create release blog posts. With these pages we improve communication, enhance user experience, and ensure all users have easy access to the latest updates in one central location.

  • f18c8aa: [DST-494]: add loading states pattern

    [DST-494]: added prop modeto the <XLoader /> to support inline and full-section loading

  • e83566d: docs: remove examples from checkbox page and add guidline section

    • removed the examples section
    • add a guidline about the difference between a checkbox and a switch
    • site clean up
  • 9ff555b: docs: add landing page to the site

  • 0e77996: docs([DST-572]): Adding a general form guideline in docs explaining different concepts such as when to use lable and help text

  • 380704d: docs[DST-519]: Clean up Marigold Docs/ Improve Navigation

    • deleted old files (scripts, about , release)
    • updated some faqs
    • improved the navigation structure
    • added overview pages
    • improved folder structure in code (a bit)
    • adjust some links
  • b8cd92a: feat: CheckboxGroup can now be used as a compound component

    • Refactored the CheckboxGroup to be a compound component and align it with other components: <CheckboxGroup> -> <Checkbox.Group>
    • Adjusted the Checkbox appearance demo a bit
  • a582035: docs: Update the MarigoldProvider page

    Updated the MarigoldProvider page according to our new page layout and information.

  • fab9442: docs(Combobox): add info that section headers are not included wehen filtering

  • 45fb3c4: chore(deps): update react-aria to 1.4

  • f6a132c: docs([DST-582]): revise <SectionMessage> page according to new component page structure feat(components): add close button on <SectionMessage>

    Revised the <SectionMessage> documentation page to our new layout of component pages. And added a close button to allow the user to dismiss the <SectionMessage> this is now aligned with our feedback message pattern.

  • f85bb04: docs: Apply root styles to overlay portal so they are displayed correctly.

    Overlay components (e.g. <Dialog> did not display correctly in the docs.

  • Updated dependencies [65608b4]

  • Updated dependencies [caefbe4]

  • Updated dependencies [165e184]

  • Updated dependencies [2d9917f]

  • Updated dependencies [6f8e3a2]

  • Updated dependencies [7ea3838]

  • Updated dependencies [6687af7]

  • Updated dependencies [2babc0b]

  • Updated dependencies [8c539d3]

  • Updated dependencies [f18c8aa]

  • Updated dependencies [d5386e4]

  • Updated dependencies [5798b4d]

  • Updated dependencies [5c029ec]

  • Updated dependencies [2169b6f]

  • Updated dependencies [bfd2843]

  • Updated dependencies [9ff555b]

  • Updated dependencies [0e77996]

  • Updated dependencies [b8cd92a]

  • Updated dependencies [45fb3c4]

  • Updated dependencies [f6a132c]

  • Updated dependencies [956982a]

  • Updated dependencies [df04623]

  • Updated dependencies [f3f0ea0]

    • @marigold/components@10.0.0
    • @marigold/theme-b2b@28.0.0
    • @marigold/theme-core@27.0.0
    • @marigold/system@10.0.0
    • @marigold/theme-docs@2.2.0
    • @marigold/icons@1.2.58
    • @marigold/theme-preset@1.3.23

9.0.2

Patch Changes

9.0.1

Patch Changes

  • #4036 fd24743 Thanks @sarahgm! - docs[DST-451]:Guidelines for Table component

  • Updated dependencies [5d53af4, f3d3974, 965512c, 0fb763d, 9598df4]:

    • @marigold/components@9.0.1
    • @marigold/theme-b2b@27.2.0
    • @marigold/theme-core@26.2.0
    • @marigold/theme-docs@2.1.0
    • @marigold/system@9.0.1
    • @marigold/icons@1.2.56
    • @marigold/theme-preset@1.3.21

9.0.0

Major Changes

Minor Changes

Patch Changes

8.0.2

Patch Changes

  • Updated dependencies [ed3bd89, c64d71e, 864ed08]:
    • @marigold/components@8.0.2
    • @marigold/theme-b2b@27.1.14
    • @marigold/theme-core@26.1.14
    • @marigold/theme-docs@2.0.4
    • @marigold/icons@1.2.54
    • @marigold/theme-preset@1.3.19

8.0.1

Patch Changes

  • #3979 a02f284 Thanks @sarahgm! - Fix: fix some props and add command to build step

  • Updated dependencies [a02f284]:

    • @marigold/components@8.0.1
    • @marigold/theme-b2b@27.1.13
    • @marigold/theme-core@26.1.13
    • @marigold/theme-docs@2.0.3
    • @marigold/icons@1.2.53
    • @marigold/theme-preset@1.3.18

8.0.0

Minor Changes

Patch Changes

7.8.2

Patch Changes

  • #3934 de73b5a Thanks @sebald! - refa: don't use tailwinds color import

  • Updated dependencies [de73b5a]:

    • @marigold/theme-docs@2.0.1
    • @marigold/components@7.8.2
    • @marigold/icons@1.2.51
    • @marigold/theme-preset@1.3.16
    • @marigold/theme-b2b@27.1.11
    • @marigold/theme-core@26.1.11

7.8.1

Patch Changes

  • #3933 bc08a48 Thanks @sebald! - feat: new package @marigold/theme-docs

  • #3924 290dc0e Thanks @sebald! - fix: inconsistent naming of SelectList

  • Updated dependencies [bc08a48, 290dc0e]:

    • @marigold/theme-core@26.1.10
    • @marigold/theme-docs@2.0.0
    • @marigold/components@7.8.1
    • @marigold/theme-b2b@27.1.10
    • @marigold/icons@1.2.50
    • @marigold/theme-preset@1.3.15

7.8.0

Minor Changes

Patch Changes

  • Updated dependencies [8c4631f]:
    • @marigold/components@7.8.0
    • @marigold/theme-b2b@27.1.9
    • @marigold/theme-core@26.1.9
    • @marigold/icons@1.2.49
    • @marigold/theme-preset@1.3.14

7.7.2

Patch Changes

  • #3908 20fb4f4 Thanks @OsamaAbdellateef! - Fixing icons into docs to be copied in the right way

  • #3865 5eafe50 Thanks @OsamaAbdellateef! - [DST-379]: Docs: The selected theme on marigold docs is now persisted in the local storage.

  • Updated dependencies [3e448ed, bdd23ec, f0c0bc1]:

    • @marigold/theme-core@26.1.8
    • @marigold/theme-b2b@27.1.8
    • @marigold/components@7.7.2
    • @marigold/icons@1.2.48
    • @marigold/theme-preset@1.3.13

7.7.1

Patch Changes

  • #3893 f57caec Thanks @sarahgm! - feat: add className to MarigoldProvider

  • #3898 a54d186 Thanks @sebald! - feat: Ensure datepicker shows only date by default

  • Updated dependencies [f57caec, a54d186, 99d68a4]:

    • @marigold/components@7.7.1
    • @marigold/theme-core@26.1.7
    • @marigold/theme-b2b@27.1.7
    • @marigold/icons@1.2.47
    • @marigold/theme-preset@1.3.12

7.7.0

Minor Changes

Patch Changes

7.6.0

Minor Changes

Patch Changes

7.5.4

Patch Changes

  • #3840 c8320d3 Thanks @aromko! - docs: change multiselect recipe

  • Updated dependencies [4c3cad5, ea9c6b5]:

    • @marigold/theme-core@26.1.4
    • @marigold/components@7.5.4
    • @marigold/icons@1.2.44
    • @marigold/theme-preset@1.3.9
    • @marigold/theme-b2b@27.1.4

7.5.3

Patch Changes

  • #3824 879a0e1 Thanks @OsamaAbdellateef! - Adding Multiselect guideline

  • #3829 81a84e5 Thanks @sarahgm! - chore[DSTSUP-65]: fix demo and add overlayprovider to tooltip

  • Updated dependencies [7fd7ad7, 879a0e1, 81a84e5]:

    • @marigold/components@7.5.3
    • @marigold/theme-b2b@27.1.3
    • @marigold/theme-core@26.1.3
    • @marigold/icons@1.2.43
    • @marigold/theme-preset@1.3.8

7.5.2

Patch Changes

  • Updated dependencies [f996764, f6a7035, 8cc639d, 95ce246]:
    • @marigold/components@7.5.2
    • @marigold/theme-core@26.1.2
    • @marigold/theme-b2b@27.1.2
    • @marigold/icons@1.2.42
    • @marigold/theme-preset@1.3.7

7.5.1

Patch Changes

7.5.0

Patch Changes

7.4.0

Minor Changes

Patch Changes

7.3.3

Patch Changes

  • Updated dependencies [b37c3ee]:
    • @marigold/components@7.3.3
    • @marigold/theme-b2b@27.0.3
    • @marigold/theme-core@26.0.6
    • @marigold/icons@1.2.38
    • @marigold/theme-preset@1.3.3

7.3.2

Patch Changes

  • #3670 4472bb7 Thanks @sarahgm! - docs: fix ThemeSwitcher in docs

  • Updated dependencies [c2c7e71]:

    • @marigold/components@7.3.2
    • @marigold/theme-b2b@27.0.2
    • @marigold/theme-core@26.0.5
    • @marigold/icons@1.2.37
    • @marigold/theme-preset@1.3.2

7.3.1

Patch Changes

7.3.0

Patch Changes

7.2.0

Minor Changes

Patch Changes

7.1.0

Minor Changes

Patch Changes

7.0.0

Major Changes

  • #3542 3952ee0e8 Thanks @sarahgm! - RAC: Menu react aria components

    [!WARNING] > BREAKCING CHANGE <Menu.Item> no longer us the key prop as unique identifier, use the id prop instead. To migrate, rename all <Menu.item key="something"/> to <Menu.item id="something"/>.

  • #3535 e4cfbc7d1 Thanks @OsamaAbdellateef! - Migrate Select component to RAC

    [!WARNING] > BREAKCING CHANGE <Select.Option> no longer us the key prop as unique identifier, use the id prop instead. To migrate, rename all <Select.Option key="something"/> to <Select.Option id="something"/>.

  • #3546 9c61ffe09 Thanks @sebald! - refa: Migrate ComBox to RAC

    [!WARNING] > BREAKCING CHANGE <ComboBox.Item> no longer us the key prop as unique identifier, use the id prop instead. To migrate, rename all <ComboBox.item key="something"/> to <ComboBox.item id="something"/>.

  • #3550 30167bb78 Thanks @sarahgm! - RAC: Autocomplete

    [!WARNING] > BREAKCING CHANGE <Autocomplete.Item> no longer us the key prop as unique identifier, use the id prop instead. To migrate, rename all <Autocomplete.item key="something"/> to <Autocomplete.item id="something"/>.

Patch Changes

6.11.0

Patch Changes

6.10.0

Minor Changes

Patch Changes

6.9.1

Patch Changes

  • #3508 5c8f995e5 Thanks @aromko! - chore: fix core print demo example

  • Updated dependencies []:

    • @marigold/components@6.9.1
    • @marigold/icons@1.2.29
    • @marigold/theme-preset@1.2.3
    • @marigold/theme-b2b@25.7.1
    • @marigold/theme-core@25.7.1

6.9.0

Patch Changes

6.8.0

Patch Changes

6.7.0

Patch Changes

  • Updated dependencies [22446fa66]:
    • @marigold/components@6.7.0
    • @marigold/theme-preset@1.2.0
    • @marigold/theme-b2b@25.6.1
    • @marigold/theme-core@25.6.1
    • @marigold/icons@1.2.26

6.6.4

Patch Changes

  • Updated dependencies [174f534b5, 4f6d1c78d, cac5ef60d]:
    • @marigold/components@6.6.4
    • @marigold/theme-core@25.6.0
    • @marigold/theme-b2b@25.6.0
    • @marigold/icons@1.2.25
    • @marigold/theme-preset@1.1.16

6.6.3

Patch Changes

  • Updated dependencies [fd0e1d6d0]:
    • @marigold/theme-core@25.5.3
    • @marigold/components@6.6.3
    • @marigold/icons@1.2.24
    • @marigold/theme-preset@1.1.15
    • @marigold/theme-b2b@25.5.3

6.6.2

Patch Changes

  • Updated dependencies [611956377]:
    • @marigold/theme-core@25.5.2
    • @marigold/components@6.6.2
    • @marigold/icons@1.2.23
    • @marigold/theme-preset@1.1.14
    • @marigold/theme-b2b@25.5.2

6.6.1

Patch Changes

  • Updated dependencies [ea9d457a4]:
    • @marigold/theme-core@25.5.1
    • @marigold/components@6.6.1
    • @marigold/icons@1.2.22
    • @marigold/theme-preset@1.1.13
    • @marigold/theme-b2b@25.5.1

6.6.0

Minor Changes

Patch Changes

6.5.1

Patch Changes

  • Updated dependencies [80ac67eac]:
    • @marigold/components@6.5.1
    • @marigold/theme-b2b@25.4.1
    • @marigold/theme-core@25.4.1
    • @marigold/icons@1.2.20
    • @marigold/theme-preset@1.1.11

6.5.0

Patch Changes

  • Updated dependencies [5e1219c84, 1ce0cabbf]:
    • @marigold/components@6.5.0
    • @marigold/theme-b2b@25.4.0
    • @marigold/theme-core@25.4.0
    • @marigold/icons@1.2.19
    • @marigold/theme-preset@1.1.10

6.4.0

Minor Changes

Patch Changes

6.3.1

Patch Changes

  • Updated dependencies [310aeb450, d8b3cca2d]:
    • @marigold/theme-b2b@25.2.8
    • @marigold/components@6.3.1
    • @marigold/theme-core@25.2.8
    • @marigold/icons@1.2.17
    • @marigold/theme-preset@1.1.8

6.3.0

Minor Changes

Patch Changes

6.2.6

Patch Changes

6.2.5

Patch Changes

  • #3333 d5e3745bf Thanks @renovate! - chore(deps): update eslint

  • Updated dependencies [b9e1d147a, 581702881, d5e3745bf]:

    • @marigold/components@6.2.5
    • @marigold/theme-b2b@25.2.5
    • @marigold/eslint-config@0.4.12
    • @marigold/theme-core@25.2.5
    • @marigold/icons@1.2.14
    • @marigold/theme-preset@1.1.5

6.2.4

Patch Changes

  • Updated dependencies [9c18ea52b]:
    • @marigold/theme-b2b@25.2.4
    • @marigold/theme-core@25.2.4
    • @marigold/components@6.2.4
    • @marigold/icons@1.2.13
    • @marigold/theme-preset@1.1.4

6.2.3

Patch Changes

  • #3273 f7c475053 Thanks @renovate! - chore(deps): update react-aria

  • Updated dependencies [f7c475053]:

    • @marigold/components@6.2.3
    • @marigold/theme-b2b@25.2.3
    • @marigold/theme-core@25.2.3
    • @marigold/icons@1.2.12
    • @marigold/theme-preset@1.1.3

6.2.2

Patch Changes

  • Updated dependencies [46e86e2b3, bf527799a]:
    • @marigold/components@6.2.2
    • @marigold/theme-b2b@25.2.2
    • @marigold/theme-core@25.2.2
    • @marigold/icons@1.2.11
    • @marigold/theme-preset@1.1.2

6.2.1

Patch Changes

  • #3316 e156e88df Thanks @sarahgm! - docs[DST-153]: fix view in Safari

  • Updated dependencies [979ab73c4, a5515f34b]:

    • @marigold/theme-b2b@25.2.1
    • @marigold/components@6.2.1
    • @marigold/theme-core@25.2.1
    • @marigold/icons@1.2.10
    • @marigold/theme-preset@1.1.1

6.2.0

Patch Changes

6.1.0

Minor Changes

Patch Changes

6.0.1

Patch Changes

6.0.0

Major Changes

  • #3117 79be927e6 Thanks @sebald! - Switch @marigold/styles to Tailwind CSS, replaces Emotion CSS & Theme-UI

Patch Changes

Last update: November 27, 2024