@elliemae/ds-icon 3.27.0-next.1 → 3.27.0-next.3
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/DSIconColor.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["const ICONS_COLORS = {\n NEUTRAL: ['neutral', '900'],\n WHITE: ['neutral', '0'],\n DANGER: ['danger', '900'],\n WARNING: ['warning', '600'],\n SUCCESS: ['success', '900'],\n PRIMARY: ['brand-primary', '600'],\n};\n\nexport default ICONS_COLORS;\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;
|
|
4
|
+
"sourcesContent": ["// We don't use `as const` here because we don't want to add the readonly modifier\nconst ICONS_COLORS = {\n NEUTRAL: ['neutral', '900'] as ['neutral', '900'],\n WHITE: ['neutral', '0'] as ['neutral', '0'],\n DANGER: ['danger', '900'] as ['danger', '900'],\n WARNING: ['warning', '600'] as ['warning', '600'],\n SUCCESS: ['success', '900'] as ['success', '900'],\n PRIMARY: ['brand-primary', '600'] as ['brand-primary', '600'],\n};\n\nexport default ICONS_COLORS;\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADCvB,MAAM,eAAe;AAAA,EACnB,SAAS,CAAC,WAAW,KAAK;AAAA,EAC1B,OAAO,CAAC,WAAW,GAAG;AAAA,EACtB,QAAQ,CAAC,UAAU,KAAK;AAAA,EACxB,SAAS,CAAC,WAAW,KAAK;AAAA,EAC1B,SAAS,CAAC,WAAW,KAAK;AAAA,EAC1B,SAAS,CAAC,iBAAiB,KAAK;AAClC;AAEA,IAAO,sBAAQ;",
|
|
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/DSIconColor.tsx"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "const ICONS_COLORS = {\n NEUTRAL: ['neutral', '900'],\n WHITE: ['neutral', '0'],\n DANGER: ['danger', '900'],\n WARNING: ['warning', '600'],\n SUCCESS: ['success', '900'],\n PRIMARY: ['brand-primary', '600'],\n};\n\nexport default ICONS_COLORS;\n"],
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "// We don't use `as const` here because we don't want to add the readonly modifier\nconst ICONS_COLORS = {\n NEUTRAL: ['neutral', '900'] as ['neutral', '900'],\n WHITE: ['neutral', '0'] as ['neutral', '0'],\n DANGER: ['danger', '900'] as ['danger', '900'],\n WARNING: ['warning', '600'] as ['warning', '600'],\n SUCCESS: ['success', '900'] as ['success', '900'],\n PRIMARY: ['brand-primary', '600'] as ['brand-primary', '600'],\n};\n\nexport default ICONS_COLORS;\n"],
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACCvB,MAAM,eAAe;AAAA,EACnB,SAAS,CAAC,WAAW,KAAK;AAAA,EAC1B,OAAO,CAAC,WAAW,GAAG;AAAA,EACtB,QAAQ,CAAC,UAAU,KAAK;AAAA,EACxB,SAAS,CAAC,WAAW,KAAK;AAAA,EAC1B,SAAS,CAAC,WAAW,KAAK;AAAA,EAC1B,SAAS,CAAC,iBAAiB,KAAK;AAClC;AAEA,IAAO,sBAAQ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
declare const ICONS_COLORS: {
|
|
2
|
-
NEUTRAL:
|
|
3
|
-
WHITE:
|
|
4
|
-
DANGER:
|
|
5
|
-
WARNING:
|
|
6
|
-
SUCCESS:
|
|
7
|
-
PRIMARY:
|
|
2
|
+
NEUTRAL: ["neutral", "900"];
|
|
3
|
+
WHITE: ["neutral", "0"];
|
|
4
|
+
DANGER: ["danger", "900"];
|
|
5
|
+
WARNING: ["warning", "600"];
|
|
6
|
+
SUCCESS: ["success", "900"];
|
|
7
|
+
PRIMARY: ["brand-primary", "600"];
|
|
8
8
|
};
|
|
9
9
|
export default ICONS_COLORS;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -2,12 +2,12 @@ export { default as DSIconColors } from './DSIconColor.js';
|
|
|
2
2
|
export { default as DSIconSizes } from './DSIconSize.js';
|
|
3
3
|
declare const _default: {
|
|
4
4
|
DSIconColors: {
|
|
5
|
-
NEUTRAL:
|
|
6
|
-
WHITE:
|
|
7
|
-
DANGER:
|
|
8
|
-
WARNING:
|
|
9
|
-
SUCCESS:
|
|
10
|
-
PRIMARY:
|
|
5
|
+
NEUTRAL: ["neutral", "900"];
|
|
6
|
+
WHITE: ["neutral", "0"];
|
|
7
|
+
DANGER: ["danger", "900"];
|
|
8
|
+
WARNING: ["warning", "600"];
|
|
9
|
+
SUCCESS: ["success", "900"];
|
|
10
|
+
PRIMARY: ["brand-primary", "600"];
|
|
11
11
|
};
|
|
12
12
|
DSIconSizes: {
|
|
13
13
|
XXS: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-icon",
|
|
3
|
-
"version": "3.27.0-next.
|
|
3
|
+
"version": "3.27.0-next.3",
|
|
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.27.0-next.
|
|
52
|
+
"@elliemae/ds-monorepo-devops": "3.27.0-next.3"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
55
|
"react": "~17.0.2",
|