@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
|
@@ -4779,7 +4779,8 @@ var Timeline = function Timeline(_ref) {
|
|
|
4779
4779
|
overflow: "visible",
|
|
4780
4780
|
maxWidth: ['full', null, null, '50%'],
|
|
4781
4781
|
borderLeft: [null, null, null, 'dashed 1px var(--boemly-colors-gray-200)'],
|
|
4782
|
-
position: "relative"
|
|
4782
|
+
position: "relative",
|
|
4783
|
+
width: "full"
|
|
4783
4784
|
}, React__default.default.createElement(boemly.Flex, {
|
|
4784
4785
|
flexDir: "column",
|
|
4785
4786
|
overflow: "visible",
|