@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>
componentThe
<Stack>
component supports a new propertyasList
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 docsBREACKING 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 theonRemove
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, uselabel
instead. With the next major versionchildren
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>
componentIntrocude
<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
andAccordion.Content
.Accordion.Header
replaces the title inAccordion.Item
.Accordion.Content
is now the place where the content needs to be.Reworked the
Accordion
Documentation Page. -
82c869c: refa: improve
<Container>
and<Breakout>
componentBREAKING 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>
supporstspace
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 conventionBREAKING 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 pageRevised the whole page with more awesome information and usage examples
-
17fd7b4: docs([DST-621]): Revise
<Tiles>
pageRevised
<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 useonClose
andclose
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
todateUnavailable
. - Remove the props:
visibleDuration
andpageBehavior
. - Added outline focus styles for keyboard navigation in both themes.
-
b285b74: docs([DST-623]): Revise
<Inset>
pageRevised
<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
- Refactored the
-
38d461d: docs([DST-628]): Revise
<SearchField>
pageRevised
<SearchField>
documentation page according to the new structure. -
1cf8f0d: docs([DST-622]): Revise
<Grid>
documentation pageRevised 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 theclose
method. Instead you can now use<Button slot="close">
to render a close button.
Patch Changes
-
2d701a6: docs[DST-611]: Revise
<Scrollable>
documentation pageRevised the
<Scrollable>
page according to our new structure of component documentation pages. -
22200a0: docs([DST-581]): revise
<DateField>
page according to new component page structureRevised the
<DateField>
documentation page to our new layout of component pages. -
222f674: refa[DST-607]: revise
<Badge>
pageThe
<Badge>
was revised according to our new component guidelines. -
ac29d40: refa[DST-610]: Revise
<Card>
pageThe
<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>
documentationRevised 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>
componentThe
<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>
documentationRevised the
<Center>
page according to our new structure of component documentation. -
b4036c6: docs([DST-587]): revise
<DatePicker>
page according to new component page structureRevised the
<DatePicker>
documentation page to our new layout of component pages. -
2cb5d38: feat(DST-596): add loading indicator in
<Button>
componentIntroduced 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 pageRevised 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 (fromsectionTitle
toheader
)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 aHeader
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
mode
to 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
- Refactored the
-
a582035: docs: Update the
MarigoldProvider
pageUpdated 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
-
#4124
7c38527
Thanks @OsamaAbdellateef! - [DST-518]: Revise "Menu" Page -
#4070
2486dac
Thanks @OsamaAbdellateef! - [DST-505]: Revise "Radio" Examples -
#4116
de0c9e9
Thanks @aromko! - docs[DST-513]: Revise<Autocomplete>
component page. -
#4111
766aef5
Thanks @sarahgm! - docs[DST-512]: Revise<Split>
Page -
#4102
d700af0
Thanks @sebald! - feat: addas
prop to Text to render different elements -
#4122
6470e00
Thanks @OsamaAbdellateef! - docs[DST-514]: Revise<Tag>
component page -
#4071
406fd1f
Thanks @sarahgm! - docs[DST-503]:Revise Select and add slots to text component -
#4125
46f06db
Thanks @aromko! - docs[DST-517]: revise<Tabs>
component -
#4151
0a317d9
Thanks @sarahgm! - chore: add internal page to command menu -
#4117
986e90e
Thanks @aromko! - [DST-515]: The properties of the props tables are now sorted by name ascending. -
#4105
a9f3fad
Thanks @sarahgm! - docs[DST-509]:Revise<Stack>
page -
#4123
c684a93
Thanks @aromko! - docs[DST-516]: Revise<NumberField>
component page -
#4138
5cdece1
Thanks @sarahgm! - docs: update internal component guidelines -
#4110
b2b79d4
Thanks @aromko! - docs[DST-511]: Revise switch component. -
#4108
37a2157
Thanks @OsamaAbdellateef! - docs[DST-512]: Revise<Checkbox>
Page -
#4107
972d536
Thanks @aromko! - docs-[DST-508]: Revise text field component -
#4103
b8c991f
Thanks @sarahgm! - docs[DST-507]: revise<Inline>
page -
Updated dependencies [
de0c9e9
,d700af0
,406fd1f
,46f06db
,66eae8f
,77fe4ad
,d35cc6d
,b2b79d4
,340af20
,0523f69
,b8c991f
]:- @marigold/components@9.0.2
- @marigold/theme-b2b@27.2.1
- @marigold/theme-core@26.2.1
- @marigold/theme-docs@2.1.1
- @marigold/system@9.0.2
- @marigold/icons@1.2.57
- @marigold/theme-preset@1.3.22
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
- #3968
9f491e3
Thanks @OsamaAbdellateef! - Adding AdviceCard component
Patch Changes
-
#4023
918b6c4
Thanks @sebald! - docs: refaDonAndDonts
to work without an image -
#4028
db4fa1d
Thanks @sebald! - docs: Introduce an appearance demo -
#4034
6195189
Thanks @sebald! - fix([DST-500]): fix popover placement -
Updated dependencies [
0bf0940
,94e9a1b
,db4fa1d
,27bb054
,6195189
,449de9b
,41428b3
,5073419
,391dcd1
]:- @marigold/components@9.0.0
- @marigold/theme-b2b@27.1.15
- @marigold/theme-docs@2.0.5
- @marigold/theme-core@26.1.15
- @marigold/icons@1.2.55
- @marigold/theme-preset@1.3.20
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
-
#3927
317f9eb
Thanks @sebald! - docs: introduce design principles page -
#3942
5977cba
Thanks @OsamaAbdellateef! - Keep our documentation props table dynamic
Patch Changes
-
#3939
2cde433
Thanks @sarahgm! - feat[DST-481]: rename<Message>
in<SectionMessage>
-
#3967
0773aa8
Thanks @sebald! - refa: Update TypeScript and adjust<NumericFormat>
props -
#3957
aa36186
Thanks @sarahgm! - [DST-449]docs: add values and principles to documentation -
#3937
2658e2f
Thanks @sarahgm! - [DSTSUP-79]feat: add new icon for download -
#3944
9a7f349
Thanks @sarahgm! - [DST-446]docs: adding governance process page -
#3962
10c2932
Thanks @sarahgm! - docs[DST-465]: adding message pattern to documentation -
#3940
9c5b80c
Thanks @sarahgm! - [DST-461]: refactor<Message>
component -
#3920
cd3d52d
Thanks @sarahgm! - [DST-407]: enhance command menu -
Updated dependencies [
2cde433
,d053e37
,0773aa8
,2658e2f
,9c5b80c
,5977cba
]:- @marigold/components@8.0.0
- @marigold/theme-b2b@27.1.12
- @marigold/eslint-config@0.4.16
- @marigold/icons@1.2.52
- @marigold/theme-core@26.1.12
- @marigold/theme-docs@2.0.2
- @marigold/theme-preset@1.3.17
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 ofSelectList
-
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
-
#3891
4ac7cc6
Thanks @sebald! - docs: makecore
the default theme -
#3871
64f9892
Thanks @sarahgm! - [DST-381]:docs: Reintroduce Table of Contents to docs -
#3868
3eac2f9
Thanks @sarahgm! - [DST-235]docs: add contact us page in docs -
#3879
78889c6
Thanks @sarahgm! - [DSTSUP-64]: add mastermark/adminmark as token in our system -
#3881
355eb6a
Thanks @sarahgm! - [DST-405]:chore: adjust Command styles and menu -
Updated dependencies [
b62872d
,72ece08
,3f02ea1
,5ea2604
,78889c6
,4a59427
]:- @marigold/theme-core@26.1.6
- @marigold/components@7.7.0
- @marigold/theme-b2b@27.1.6
- @marigold/eslint-config@0.4.15
- @marigold/icons@1.2.46
- @marigold/theme-preset@1.3.11
7.6.0
Minor Changes
-
#3841
05d2ca0
Thanks @sebald! - feat: Allow configure position of menu popover -
#3708
af1807b
Thanks @aromko! - Creating new componentSelectList
Patch Changes
-
#3869
f4af73c
Thanks @sarahgm! - docs: add selectlist in guidelines -
#3866
b517a2d
Thanks @sarahgm! - [DST-380]feat(docs): add fullscreen view for code demos -
Updated dependencies [
8d0203f
,05d2ca0
,10050d4
,af1807b
,e8927dc
]:- @marigold/theme-b2b@27.1.5
- @marigold/components@7.6.0
- @marigold/theme-core@26.1.5
- @marigold/icons@1.2.45
- @marigold/theme-preset@1.3.10
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
-
#3811
c9d687e
Thanks @sebald! - docs: move hooks and utils under components -
#3777
02f1934
Thanks @sarahgm! - [DST-271]:feat: Column allow fit width of item -
#3810
dea175a
Thanks @aromko! - [DSTSUP-60]: add examples using state in table with input fields [DSTSUP-60]: adduseListData
hook to docs -
Updated dependencies [
4b952f2
,d4479c7
,02f1934
,bac4337
,dea175a
,3d1e813
,886ff54
,f21ad28
]:- @marigold/theme-core@26.1.1
- @marigold/components@7.5.1
- @marigold/theme-b2b@27.1.1
- @marigold/icons@1.2.41
- @marigold/theme-preset@1.3.6
7.5.0
Patch Changes
-
#3751
7601d6d
Thanks @aromko! - [DST-288]: newFormatters
category added to docs -
#3785
07d9277
Thanks @aromko! - chore: added missing half space tokens. See tailwind. -
#3755
5920c98
Thanks @sarahgm! - [DST-282]: docs: add Elevation documentation -
Updated dependencies [
e99387f
,7ddf5d0
,fc7adee
,973e52d
,81783b6
,ade96cf
,5920c98
,6de0cb6
,477e375
,ee50a2a
,33ceefc
,7a5bc5f
,e1bcf1c
,6de438b
,d6c44fa
,e77fbb0
,fc7f0bf
,f04eeb5
,f306d06
]:- @marigold/theme-core@26.1.0
- @marigold/theme-b2b@27.1.0
- @marigold/eslint-config@0.4.14
- @marigold/components@7.5.0
- @marigold/icons@1.2.40
- @marigold/theme-preset@1.3.5
7.4.0
Minor Changes
Patch Changes
-
#3715
7969fd9
Thanks @sebald! - fix: add placeholder prop toCombobox
types -
#3711
8bffe0d
Thanks @aromko! - [DST-285]: restructure forms and validation section -
Updated dependencies [
dbaadeb
,ebea32e
,21fc7cf
,c61895d
,2b9e03e
,3d66a58
,f9a4a4c
,4d2f94f
,36c6301
,7969fd9
,59a9285
,45489d9
]:- @marigold/components@7.4.0
- @marigold/theme-core@26.0.7
- @marigold/theme-b2b@27.0.4
- @marigold/icons@1.2.39
- @marigold/theme-preset@1.3.4
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
-
#3672
f8ed8d1
Thanks @sarahgm! - [DSTSUP-32]feat: add new icons to marigold -
#3669
88eb6b7
Thanks @sarahgm! - docs: fix demos in select docs page -
#3676
63d407e
Thanks @sebald! - feat: usesize-
util (also fixes linting) -
Updated dependencies [
e41f61d
,c2af52b
,35ff260
,f8ed8d1
,3d2d172
,01148ac
,63d407e
]:- @marigold/theme-b2b@27.0.1
- @marigold/theme-core@26.0.4
- @marigold/components@7.3.1
- @marigold/icons@1.2.36
- @marigold/theme-preset@1.3.1
7.3.0
Patch Changes
- Updated dependencies [
b5cb086
,34a7482
,6f3d81d
,645ab22
,fd16ef5
,b4999d8
,8b6f34a
,7e3aa28
,3c72997
,c1fb6aa
,299941b
]:- @marigold/theme-core@26.0.3
- @marigold/components@7.3.0
- @marigold/theme-b2b@27.0.0
- @marigold/theme-preset@1.3.0
- @marigold/icons@1.2.35
7.2.0
Minor Changes
-
#3575
cba7099
Thanks @sarahgm! - feat[DST-263]: new component<Scrollable>
!!! -
#3593
46e1a41
Thanks @OsamaAbdellateef! - Adding sticky header feature to tables
Patch Changes
-
#3573
6125442
Thanks @aromko! - [DST-264]: update token guidelines component height -
#3566
2fd272d
Thanks @OsamaAbdellateef! - Improve navigation in doku -
#3517
7a8d40a
Thanks @sarahgm! - chore[DST-220]: seperate data-theme attribute and classnames on provider (so you don't need any data-theme attribute anymore) -
Updated dependencies [
0b23a25
,f7d3f7e
,7a8d40a
,6697a67
,9f1ae32
,4ff1f57
,add4d9e
,b228e09
,cba7099
,d76a835
,46e1a41
]:- @marigold/components@7.2.0
- @marigold/theme-core@26.0.2
- @marigold/theme-b2b@26.1.0
- @marigold/theme-preset@1.2.8
- @marigold/icons@1.2.34
7.1.0
Minor Changes
- #3551
49a702446
Thanks @OsamaAbdellateef! - Adding Table Column alignment feature
Patch Changes
-
#3556
cbe79e36a
Thanks @sarahgm! - docs: fix Menu Selection demo -
Updated dependencies [
6a4d1e8d0
,b6cb6edce
,4fa5dee85
,a984d90e2
,b3fd3e5e0
,47f300029
,63b093ad8
,49a702446
,535d1088b
,08e89a407
,e2fa304a6
]:- @marigold/components@7.1.0
- @marigold/theme-b2b@26.0.1
- @marigold/theme-core@26.0.1
- @marigold/theme-preset@1.2.7
- @marigold/icons@1.2.33
7.0.0
Major Changes
-
#3542
3952ee0e8
Thanks @sarahgm! - RAC: Menu react aria components[!WARNING] > BREAKCING CHANGE
<Menu.Item>
no longer us thekey
prop as unique identifier, use theid
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 thekey
prop as unique identifier, use theid
prop instead. To migrate, rename all<Select.Option key="something"/>
to<Select.Option id="something"/>
. -
#3546
9c61ffe09
Thanks @sebald! - refa: MigrateComBox
to RAC[!WARNING] > BREAKCING CHANGE
<ComboBox.Item>
no longer us thekey
prop as unique identifier, use theid
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 thekey
prop as unique identifier, use theid
prop instead. To migrate, rename all<Autocomplete.item key="something"/>
to<Autocomplete.item id="something"/>
.
Patch Changes
- Updated dependencies [
3952ee0e8
,dc5c193e0
,e4cfbc7d1
,9c61ffe09
,4ae97c004
,72125e114
,30167bb78
,f3a45c302
]:- @marigold/components@7.0.0
- @marigold/theme-b2b@26.0.0
- @marigold/theme-core@26.0.0
- @marigold/icons@1.2.32
- @marigold/theme-preset@1.2.6
6.11.0
Patch Changes
- Updated dependencies [
a748252c5
,148034202
,071bd792a
,51611dbe0
,bc96dda88
,f972b3a25
,cf59ce1e4
,bc09a9ce1
,849f4c534
,cdc17ee83
,91badb0e1
]:- @marigold/components@6.11.0
- @marigold/theme-b2b@25.9.0
- @marigold/theme-core@25.9.0
- @marigold/icons@1.2.31
- @marigold/theme-preset@1.2.5
6.10.0
Minor Changes
- #3501
14f5d5d30
Thanks @OsamaAbdellateef! - Migrate Tabs to RAC Tabs
Patch Changes
- Updated dependencies [
14f5d5d30
,f58919ad5
,213d32f5b
,5a3d71cae
,aac41db30
,71eb13b30
,09ed4b46e
]:- @marigold/components@6.10.0
- @marigold/theme-core@25.8.0
- @marigold/theme-b2b@25.8.0
- @marigold/icons@1.2.30
- @marigold/theme-preset@1.2.4
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
- Updated dependencies [
79eaec78c
,c068869a9
,a16541314
,7507ac7f5
,729158c87
,17ee74d46
,f19a502d4
,75bad8b84
]:- @marigold/components@6.9.0
- @marigold/theme-b2b@25.7.0
- @marigold/theme-core@25.7.0
- @marigold/icons@1.2.28
- @marigold/theme-preset@1.2.2
6.8.0
Patch Changes
- Updated dependencies [
30b94e542
,c76bd48a2
,3a21b538a
,4c76cf114
,84c427dec
]:- @marigold/components@6.8.0
- @marigold/theme-b2b@25.6.2
- @marigold/theme-core@25.6.2
- @marigold/icons@1.2.27
- @marigold/theme-preset@1.2.1
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
- Updated dependencies [
547fca472
,4cb379e5a
,f3bbad3e7
,43e792d6a
,7704debbe
,f2b764380
]:- @marigold/components@6.6.0
- @marigold/theme-b2b@25.5.0
- @marigold/theme-core@25.5.0
- @marigold/icons@1.2.21
- @marigold/theme-preset@1.1.12
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
-
#3408
78840aa04
Thanks @sarahgm! - RAC: Headline as React Aria Component -
#3392
5ed86abd0
Thanks @sarahgm! - RAC: Link as react aria component
Patch Changes
- Updated dependencies [
1eb93352a
,0b1ac52e5
,9b0ed3862
,3e328198c
,dc2b1484c
,e5869b2f3
,e968e5eb5
,67ab41a40
,470d00c6d
,78840aa04
,60c7f1dc5
,0fbb7f963
,4be30b28a
,700cdf296
,5a2a03ae0
,5ed86abd0
]:- @marigold/components@6.4.0
- @marigold/theme-b2b@25.3.0
- @marigold/theme-core@25.3.0
- @marigold/icons@1.2.18
- @marigold/theme-preset@1.1.9
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
-
#3376
fa1fa37d7
Thanks @sarahgm! - docs: new navigation pattern -
#3344
6f4953b1c
Thanks @sarahgm! - docs[197]: useResponsiveValue documentation -
#3388
3c506ae7a
Thanks @sarahgm! - docs[DST-215]: add Component Guidelines -
Updated dependencies [
cdebe707a
,ea9db88fd
,d8d4af573
,958477f43
]:- @marigold/theme-b2b@25.2.7
- @marigold/components@6.3.0
- @marigold/theme-core@25.2.7
- @marigold/icons@1.2.16
- @marigold/theme-preset@1.1.7
6.2.6
Patch Changes
-
#3353
ca2cddb10
Thanks @renovate! - chore(deps): update eslint -
#3366
1d305f963
Thanks @sarahgm! - fix: allow width on datepicker -
#3340
f50c5a4ae
Thanks @sarahgm! - chore[DST-189]: write utils documentation -
Updated dependencies [
ca2cddb10
,1d305f963
]:- @marigold/eslint-config@0.4.13
- @marigold/components@6.2.6
- @marigold/theme-b2b@25.2.6
- @marigold/theme-core@25.2.6
- @marigold/icons@1.2.15
- @marigold/theme-preset@1.1.6
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
-
#3286
f710122b3
Thanks @renovate! - chore(deps): update eslint -
Updated dependencies [
0a82332ba
,6329c32ac
,3c1fc3097
,f710122b3
,3eba5fdd4
]:- @marigold/theme-preset@1.1.0
- @marigold/theme-b2b@25.2.0
- @marigold/theme-core@25.2.0
- @marigold/components@6.2.0
- @marigold/eslint-config@0.4.11
- @marigold/icons@1.2.9
6.1.0
Minor Changes
Patch Changes
- Updated dependencies [
c2629d7c8
,989f094e7
,c61999892
,49674045d
,8a4ef1805
]:- @marigold/components@6.1.0
- @marigold/theme-b2b@25.1.0
- @marigold/theme-core@25.1.0
- @marigold/icons@1.2.8
- @marigold/theme-preset@1.0.2
6.0.1
Patch Changes
- Updated dependencies [
df21788c7
,ad54c498e
,62d5599cb
,63009ad56
,fd10c294a
]:- @marigold/theme-b2b@25.0.1
- @marigold/theme-core@25.0.1
- @marigold/components@6.0.1
- @marigold/icons@1.2.7
- @marigold/theme-preset@1.0.1
6.0.0
Major Changes
- #3117
79be927e6
Thanks @sebald! - Switch @marigold/styles to Tailwind CSS, replaces Emotion CSS & Theme-UI
Patch Changes
-
#3261
9a19dba84
Thanks @sarahgm! - chore[DST-131]: replace fill colors with text colors -
Updated dependencies [
9a19dba84
,54416dc6c
,1d0fd2ac5
,7b7348f30
,79be927e6
,44dd7408a
,9082cfe4f
]:- @marigold/theme-b2b@25.0.0
- @marigold/components@6.0.0
- @marigold/theme-preset@1.0.0
- @marigold/theme-core@25.0.0
- @marigold/icons@1.2.6