@treely/strapi-slices 4.1.0 → 4.1.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@treely/strapi-slices",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "license": "MIT",
5
5
  "author": "Tree.ly GmbH",
6
6
  "description": "@treely/strapi-slices is a open source library maintained by Tree.ly.",
@@ -2,7 +2,6 @@ import React from 'react';
2
2
  import Timeline from '.';
3
3
  import { mergeDeep } from '../../utils/mergeDeep';
4
4
  import { TimelineProps } from './Timeline';
5
- import { pushSpy, useRouter } from '../../../__mocks__/next/router';
6
5
  import { render, screen, userEvent, waitFor } from '../../test/testUtils';
7
6
  import { strapiMediaMock } from '../../test/strapiMocks/strapiMedia';
8
7
  import messagesEn from './messages.en';
@@ -108,6 +108,7 @@ export const Timeline: React.FC<TimelineProps> = ({ slice }: TimelineProps) => {
108
108
  'dashed 1px var(--boemly-colors-gray-200)',
109
109
  ]}
110
110
  position="relative"
111
+ width="full"
111
112
  >
112
113
  <Flex
113
114
  flexDir="column"