@elliemae/ds-icons 3.17.1-rc.0 → 3.18.0-next.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.
|
@@ -8,28 +8,28 @@ interface StyledWrapperPropsT {
|
|
|
8
8
|
}
|
|
9
9
|
export declare const xxlSizes: FlattenInterpolation<import("styled-components").ThemedStyledProps<{
|
|
10
10
|
theme: Theme;
|
|
11
|
-
}
|
|
11
|
+
}, import("@xstyled/system").Theme>>;
|
|
12
12
|
export declare const xlSizes: FlattenInterpolation<import("styled-components").ThemedStyledProps<{
|
|
13
13
|
theme: Theme;
|
|
14
|
-
}
|
|
14
|
+
}, import("@xstyled/system").Theme>>;
|
|
15
15
|
export declare const lSizes: FlattenInterpolation<import("styled-components").ThemedStyledProps<{
|
|
16
16
|
theme: Theme;
|
|
17
|
-
}
|
|
17
|
+
}, import("@xstyled/system").Theme>>;
|
|
18
18
|
export declare const mSizes: FlattenInterpolation<import("styled-components").ThemedStyledProps<{
|
|
19
19
|
theme: Theme;
|
|
20
|
-
}
|
|
20
|
+
}, import("@xstyled/system").Theme>>;
|
|
21
21
|
export declare const sSizes: FlattenInterpolation<import("styled-components").ThemedStyledProps<{
|
|
22
22
|
theme: Theme;
|
|
23
|
-
}
|
|
23
|
+
}, import("@xstyled/system").Theme>>;
|
|
24
24
|
export declare const xsSizes: FlattenInterpolation<import("styled-components").ThemedStyledProps<{
|
|
25
25
|
theme: Theme;
|
|
26
|
-
}
|
|
26
|
+
}, import("@xstyled/system").Theme>>;
|
|
27
27
|
export declare const xxsSizes: FlattenInterpolation<import("styled-components").ThemedStyledProps<{
|
|
28
28
|
theme: Theme;
|
|
29
|
-
}
|
|
29
|
+
}, import("@xstyled/system").Theme>>;
|
|
30
30
|
export declare const standarSizes: FlattenInterpolation<import("styled-components").ThemedStyledProps<{
|
|
31
31
|
theme: Theme;
|
|
32
|
-
}
|
|
32
|
+
}, import("@xstyled/system").Theme>>;
|
|
33
33
|
export declare const getSize: (size: SvgIconT.SizeType | undefined) => FlattenInterpolation<{
|
|
34
34
|
theme: Theme;
|
|
35
35
|
}>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-icons",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.18.0-next.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Icons",
|
|
6
6
|
"files": [
|
|
@@ -1572,9 +1572,9 @@
|
|
|
1572
1572
|
},
|
|
1573
1573
|
"dependencies": {
|
|
1574
1574
|
"@xstyled/system": "~3.7.3",
|
|
1575
|
-
"@elliemae/ds-classnames": "3.
|
|
1576
|
-
"@elliemae/ds-props-helpers": "3.
|
|
1577
|
-
"@elliemae/ds-system": "3.
|
|
1575
|
+
"@elliemae/ds-classnames": "3.18.0-next.1",
|
|
1576
|
+
"@elliemae/ds-props-helpers": "3.18.0-next.1",
|
|
1577
|
+
"@elliemae/ds-system": "3.18.0-next.1"
|
|
1578
1578
|
},
|
|
1579
1579
|
"devDependencies": {
|
|
1580
1580
|
"styled-components": "~5.3.9"
|