@elliemae/ds-icon 3.33.0-next.3 → 3.33.0-next.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/DSIconSize.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["const ICONS_SIZES = {\n XXS: 'xxs',\n XS: 'xs',\n S: 's',\n M: 'm',\n L: 'l',\n XL: 'xl',\n XXL: 'xxl',\n};\n\nexport default ICONS_SIZES;\n", "import * as React from 'react';\nexport { React };\n"],
4
+ "sourcesContent": ["const ICONS_SIZES = {\n XXS: 'xxs' as const,\n XS: 'xs' as const,\n S: 's' as const,\n M: 'm' as const,\n L: 'l' as const,\n XL: 'xl' as const,\n XXL: 'xxl' as const,\n};\n\nexport default ICONS_SIZES;\n", "import * as React from 'react';\nexport { React };\n"],
5
5
  "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,MAAM,cAAc;AAAA,EAClB,KAAK;AAAA,EACL,IAAI;AAAA,EACJ,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,IAAI;AAAA,EACJ,KAAK;AACP;AAEA,IAAO,qBAAQ;",
6
6
  "names": []
7
7
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/DSIconSize.tsx"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "const ICONS_SIZES = {\n XXS: 'xxs',\n XS: 'xs',\n S: 's',\n M: 'm',\n L: 'l',\n XL: 'xl',\n XXL: 'xxl',\n};\n\nexport default ICONS_SIZES;\n"],
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "const ICONS_SIZES = {\n XXS: 'xxs' as const,\n XS: 'xs' as const,\n S: 's' as const,\n M: 'm' as const,\n L: 'l' as const,\n XL: 'xl' as const,\n XXL: 'xxl' as const,\n};\n\nexport default ICONS_SIZES;\n"],
5
5
  "mappings": "AAAA,YAAY,WAAW;ACAvB,MAAM,cAAc;AAAA,EAClB,KAAK;AAAA,EACL,IAAI;AAAA,EACJ,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,IAAI;AAAA,EACJ,KAAK;AACP;AAEA,IAAO,qBAAQ;",
6
6
  "names": []
7
7
  }
@@ -1,10 +1,10 @@
1
1
  declare const ICONS_SIZES: {
2
- XXS: string;
3
- XS: string;
4
- S: string;
5
- M: string;
6
- L: string;
7
- XL: string;
8
- XXL: string;
2
+ XXS: "xxs";
3
+ XS: "xs";
4
+ S: "s";
5
+ M: "m";
6
+ L: "l";
7
+ XL: "xl";
8
+ XXL: "xxl";
9
9
  };
10
10
  export default ICONS_SIZES;
@@ -10,13 +10,13 @@ declare const _default: {
10
10
  PRIMARY: ["brand-primary", "600"];
11
11
  };
12
12
  DSIconSizes: {
13
- XXS: string;
14
- XS: string;
15
- S: string;
16
- M: string;
17
- L: string;
18
- XL: string;
19
- XXL: string;
13
+ XXS: "xxs";
14
+ XS: "xs";
15
+ S: "s";
16
+ M: "m";
17
+ L: "l";
18
+ XL: "xl";
19
+ XXL: "xxl";
20
20
  };
21
21
  };
22
22
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-icon",
3
- "version": "3.33.0-next.3",
3
+ "version": "3.33.0-next.4",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Icon",
6
6
  "files": [
@@ -49,7 +49,7 @@
49
49
  "devDependencies": {
50
50
  "@elliemae/pui-cli": "~9.0.0-next.31",
51
51
  "styled-components": "~5.3.9",
52
- "@elliemae/ds-monorepo-devops": "3.33.0-next.3"
52
+ "@elliemae/ds-monorepo-devops": "3.33.0-next.4"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "react": "~17.0.2",