@landtrustinc/design-system 1.1.4-beta.2 → 1.1.4
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 +5 -4
- package/dist/index.js +1049 -1004
- package/dist/index.js.map +1 -1
- package/package.json +3 -5
- package/dist/index.cjs +0 -6161
- package/dist/index.cjs.map +0 -1
- package/dist/index.d.cts +0 -1837
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import { Interpolation, Theme } from '@emotion/react';
|
|
1
|
+
import * as _emotion_utils from '@emotion/utils';
|
|
3
2
|
import * as _emotion_react_jsx_runtime from '@emotion/react/jsx-runtime';
|
|
4
3
|
import * as React$1 from 'react';
|
|
5
4
|
import React__default, { HTMLAttributes, FC, PropsWithChildren, SVGProps, ReactNode } from 'react';
|
|
@@ -7,9 +6,11 @@ import * as _emotion_styled from '@emotion/styled';
|
|
|
7
6
|
import * as csstype from 'csstype';
|
|
8
7
|
import * as styled_system from 'styled-system';
|
|
9
8
|
import { BorderProps, SpaceProps, ColorProps, FlexboxProps, GridProps as GridProps$1, LayoutProps, PositionProps, TypographyProps, WidthProps } from 'styled-system';
|
|
9
|
+
import * as _emotion_react from '@emotion/react';
|
|
10
|
+
import { Interpolation, Theme } from '@emotion/react';
|
|
10
11
|
|
|
11
|
-
declare const globalStyles:
|
|
12
|
-
declare const GlobalStyle:
|
|
12
|
+
declare const globalStyles: _emotion_utils.SerializedStyles;
|
|
13
|
+
declare const GlobalStyle: _emotion_utils.SerializedStyles;
|
|
13
14
|
|
|
14
15
|
declare const screens: {
|
|
15
16
|
sm: string;
|