@treely/strapi-slices 4.1.0 → 4.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/strapi-slices.cjs.development.js +2 -1
- package/dist/strapi-slices.cjs.development.js.map +1 -1
- package/dist/strapi-slices.cjs.production.min.js +1 -1
- package/dist/strapi-slices.cjs.production.min.js.map +1 -1
- package/dist/strapi-slices.esm.js +2 -1
- package/dist/strapi-slices.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/slices/TextWithCard/TextWithCard.stories.tsx +110 -0
- package/src/slices/Timeline/Timeline.test.tsx +0 -1
- package/src/slices/Timeline/Timeline.tsx +1 -0
|
@@ -4766,7 +4766,8 @@ var Timeline = function Timeline(_ref) {
|
|
|
4766
4766
|
overflow: "visible",
|
|
4767
4767
|
maxWidth: ['full', null, null, '50%'],
|
|
4768
4768
|
borderLeft: [null, null, null, 'dashed 1px var(--boemly-colors-gray-200)'],
|
|
4769
|
-
position: "relative"
|
|
4769
|
+
position: "relative",
|
|
4770
|
+
width: "full"
|
|
4770
4771
|
}, React.createElement(Flex, {
|
|
4771
4772
|
flexDir: "column",
|
|
4772
4773
|
overflow: "visible",
|