@elliemae/ds-icons 3.18.0-next.0 → 3.18.0-next.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.
@@ -8,31 +8,31 @@ interface StyledWrapperPropsT {
8
8
  }
9
9
  export declare const xxlSizes: FlattenInterpolation<import("styled-components").ThemedStyledProps<{
10
10
  theme: Theme;
11
- } & Record<string, unknown>, import("@xstyled/system").Theme>>;
11
+ }, import("@xstyled/system").Theme>>;
12
12
  export declare const xlSizes: FlattenInterpolation<import("styled-components").ThemedStyledProps<{
13
13
  theme: Theme;
14
- } & Record<string, unknown>, import("@xstyled/system").Theme>>;
14
+ }, import("@xstyled/system").Theme>>;
15
15
  export declare const lSizes: FlattenInterpolation<import("styled-components").ThemedStyledProps<{
16
16
  theme: Theme;
17
- } & Record<string, unknown>, import("@xstyled/system").Theme>>;
17
+ }, import("@xstyled/system").Theme>>;
18
18
  export declare const mSizes: FlattenInterpolation<import("styled-components").ThemedStyledProps<{
19
19
  theme: Theme;
20
- } & Record<string, unknown>, import("@xstyled/system").Theme>>;
20
+ }, import("@xstyled/system").Theme>>;
21
21
  export declare const sSizes: FlattenInterpolation<import("styled-components").ThemedStyledProps<{
22
22
  theme: Theme;
23
- } & Record<string, unknown>, import("@xstyled/system").Theme>>;
23
+ }, import("@xstyled/system").Theme>>;
24
24
  export declare const xsSizes: FlattenInterpolation<import("styled-components").ThemedStyledProps<{
25
25
  theme: Theme;
26
- } & Record<string, unknown>, import("@xstyled/system").Theme>>;
26
+ }, import("@xstyled/system").Theme>>;
27
27
  export declare const xxsSizes: FlattenInterpolation<import("styled-components").ThemedStyledProps<{
28
28
  theme: Theme;
29
- } & Record<string, unknown>, import("@xstyled/system").Theme>>;
29
+ }, import("@xstyled/system").Theme>>;
30
30
  export declare const standarSizes: FlattenInterpolation<import("styled-components").ThemedStyledProps<{
31
31
  theme: Theme;
32
- } & Record<string, unknown>, import("@xstyled/system").Theme>>;
32
+ }, import("@xstyled/system").Theme>>;
33
33
  export declare const getSize: (size: SvgIconT.SizeType | undefined) => FlattenInterpolation<{
34
34
  theme: Theme;
35
35
  }>;
36
- export declare const StyledSvg: import("styled-components").StyledComponent<"svg", Theme, StyledWrapperPropsT, never>;
37
- export declare const StyledWrapper: import("styled-components").StyledComponent<"span", Theme, StyledWrapperPropsT, never>;
36
+ export declare const StyledSvg: import("styled-components").StyledComponent<"svg", Theme, StyledWrapperPropsT & import("@elliemae/ds-system").OwnerInterface, never>;
37
+ export declare const StyledWrapper: import("styled-components").StyledComponent<"span", Theme, StyledWrapperPropsT & import("@elliemae/ds-system").OwnerInterface, never>;
38
38
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-icons",
3
- "version": "3.18.0-next.0",
3
+ "version": "3.18.0-next.2",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Icons",
6
6
  "files": [
@@ -1571,10 +1571,10 @@
1571
1571
  "indent": 4
1572
1572
  },
1573
1573
  "dependencies": {
1574
- "@elliemae/ds-classnames": "3.18.0-next.0",
1575
- "@elliemae/ds-props-helpers": "3.18.0-next.0",
1576
- "@elliemae/ds-system": "3.18.0-next.0",
1577
- "@xstyled/system": "~3.7.3"
1574
+ "@xstyled/system": "~3.7.3",
1575
+ "@elliemae/ds-classnames": "3.18.0-next.2",
1576
+ "@elliemae/ds-system": "3.18.0-next.2",
1577
+ "@elliemae/ds-props-helpers": "3.18.0-next.2"
1578
1578
  },
1579
1579
  "devDependencies": {
1580
1580
  "styled-components": "~5.3.9"
@@ -1583,7 +1583,7 @@
1583
1583
  "lodash": "^4.17.21",
1584
1584
  "react": "~17.0.2",
1585
1585
  "react-dom": "^17.0.2",
1586
- "styled-components": "~5.3.6"
1586
+ "styled-components": "~5.3.9"
1587
1587
  },
1588
1588
  "scripts": {
1589
1589
  "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
@@ -1595,6 +1595,6 @@
1595
1595
  "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
1596
1596
  "dev:build": "pnpm --filter {.}... build",
1597
1597
  "dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
1598
- "checkDeps": "npx -yes ../ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
1598
+ "checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
1599
1599
  }
1600
1600
  }