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
-
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
- Updated dependencies [964e025]
- @marigold/system@11.0.0