@elliemae/ds-icon 3.45.0 → 3.46.0-rc.0
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/cjs/DSIconColor.js
CHANGED
|
@@ -34,6 +34,7 @@ module.exports = __toCommonJS(DSIconColor_exports);
|
|
|
34
34
|
var React = __toESM(require("react"));
|
|
35
35
|
const ICONS_COLORS = {
|
|
36
36
|
NEUTRAL: ["neutral", "900"],
|
|
37
|
+
DISABLED: ["neutral", "500"],
|
|
37
38
|
WHITE: ["neutral", "0"],
|
|
38
39
|
DANGER: ["danger", "900"],
|
|
39
40
|
WARNING: ["warning", "600"],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/DSIconColor.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
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;",
|
|
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 DISABLED: ['neutral', '500'] as ['neutral', '500'],\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,UAAU,CAAC,WAAW,KAAK;AAAA,EAC3B,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
|
}
|
package/dist/esm/DSIconColor.js
CHANGED
|
@@ -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", "// 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;",
|
|
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 DISABLED: ['neutral', '500'] as ['neutral', '500'],\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,UAAU,CAAC,WAAW,KAAK;AAAA,EAC3B,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
|
}
|
package/dist/types/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-icon",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.0-rc.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Icon",
|
|
6
6
|
"files": [
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
52
52
|
"styled-components": "~5.3.9",
|
|
53
|
-
"@elliemae/ds-monorepo-devops": "3.
|
|
53
|
+
"@elliemae/ds-monorepo-devops": "3.46.0-rc.0"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"react": "~17.0.2",
|