@vygruppen/spor-react 3.5.0 → 3.5.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/index.d.ts CHANGED
@@ -23,7 +23,7 @@ type DividerProps = BoxProps;
23
23
  * You can specify margins if you need to give the content some space, or use a `Stack` component to do it for you
24
24
  *
25
25
  * ```tsx
26
- * <Divider mt={4} mb={6} />
26
+ * <Divider marginTop={4} marginBottom={6} />
27
27
  * ```
28
28
  */
29
29
  declare const Divider: _chakra_ui_system_dist_system_types.ComponentWithAs<As, BoxProps>;
@@ -6612,6 +6612,7 @@ declare const theme: {
6612
6612
  bold: number;
6613
6613
  };
6614
6614
  lineHeights: {
6615
+ base: string;
6615
6616
  normal: string;
6616
6617
  };
6617
6618
  radii: {