@elliemae/ds-icon 3.16.0-rc.4 → 3.16.0-rc.6
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 +4 -0
- package/dist/cjs/DSIconColor.js.map +1 -1
- package/dist/cjs/DSIconSize.js +4 -0
- package/dist/cjs/DSIconSize.js.map +1 -1
- package/dist/cjs/index.js +8 -4
- package/dist/cjs/index.js.map +2 -2
- package/dist/cjs/package.json +7 -0
- package/dist/esm/index.js +4 -4
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/package.json +7 -0
- package/dist/types/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/cjs/DSIconColor.js
CHANGED
|
@@ -18,6 +18,10 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
18
18
|
return to;
|
|
19
19
|
};
|
|
20
20
|
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
21
25
|
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
22
26
|
mod
|
|
23
27
|
));
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/DSIconColor.tsx", "../../../../scripts/build/transpile/react-shim.js"],
|
|
4
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": "
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,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
|
}
|
package/dist/cjs/DSIconSize.js
CHANGED
|
@@ -18,6 +18,10 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
18
18
|
return to;
|
|
19
19
|
};
|
|
20
20
|
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
21
25
|
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
22
26
|
mod
|
|
23
27
|
));
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/DSIconSize.tsx", "../../../../scripts/build/transpile/react-shim.js"],
|
|
4
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"],
|
|
5
|
-
"mappings": "
|
|
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
|
}
|
package/dist/cjs/index.js
CHANGED
|
@@ -18,6 +18,10 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
18
18
|
return to;
|
|
19
19
|
};
|
|
20
20
|
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
21
25
|
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
22
26
|
mod
|
|
23
27
|
));
|
|
@@ -30,10 +34,10 @@ __export(src_exports, {
|
|
|
30
34
|
});
|
|
31
35
|
module.exports = __toCommonJS(src_exports);
|
|
32
36
|
var React = __toESM(require("react"));
|
|
33
|
-
var import_DSIconColor = __toESM(require("./DSIconColor"));
|
|
34
|
-
var import_DSIconSize = __toESM(require("./DSIconSize"));
|
|
35
|
-
var import_DSIconColor2 = __toESM(require("./DSIconColor"));
|
|
36
|
-
var import_DSIconSize2 = __toESM(require("./DSIconSize"));
|
|
37
|
+
var import_DSIconColor = __toESM(require("./DSIconColor.js"));
|
|
38
|
+
var import_DSIconSize = __toESM(require("./DSIconSize.js"));
|
|
39
|
+
var import_DSIconColor2 = __toESM(require("./DSIconColor.js"));
|
|
40
|
+
var import_DSIconSize2 = __toESM(require("./DSIconSize.js"));
|
|
37
41
|
var src_default = {
|
|
38
42
|
DSIconColors: import_DSIconColor.default,
|
|
39
43
|
DSIconSizes: import_DSIconSize.default
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/index.tsx", "../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["import DSIconColors from './DSIconColor';\nimport DSIconSizes from './DSIconSize';\n\nexport { default as DSIconColors } from './DSIconColor';\nexport { default as DSIconSizes } from './DSIconSize';\n\nexport default {\n DSIconColors,\n DSIconSizes,\n};\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
-
"mappings": "
|
|
4
|
+
"sourcesContent": ["import DSIconColors from './DSIconColor.js';\nimport DSIconSizes from './DSIconSize.js';\n\nexport { default as DSIconColors } from './DSIconColor.js';\nexport { default as DSIconSizes } from './DSIconSize.js';\n\nexport default {\n DSIconColors,\n DSIconSizes,\n};\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,yBAAyB;AACzB,wBAAwB;AAExB,IAAAA,sBAAwC;AACxC,IAAAC,qBAAuC;AAEvC,IAAO,cAAQ;AAAA,EACb,iCAAAC;AAAA,EACA,+BAAAC;AACF;",
|
|
6
6
|
"names": ["import_DSIconColor", "import_DSIconSize", "DSIconColors", "DSIconSizes"]
|
|
7
7
|
}
|
package/dist/esm/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import DSIconColors from "./DSIconColor";
|
|
3
|
-
import DSIconSizes from "./DSIconSize";
|
|
4
|
-
import { default as default2 } from "./DSIconColor";
|
|
5
|
-
import { default as default3 } from "./DSIconSize";
|
|
2
|
+
import DSIconColors from "./DSIconColor.js";
|
|
3
|
+
import DSIconSizes from "./DSIconSize.js";
|
|
4
|
+
import { default as default2 } from "./DSIconColor.js";
|
|
5
|
+
import { default as default3 } from "./DSIconSize.js";
|
|
6
6
|
var src_default = {
|
|
7
7
|
DSIconColors,
|
|
8
8
|
DSIconSizes
|
package/dist/esm/index.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../scripts/build/transpile/react-shim.js", "../../src/index.tsx"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import DSIconColors from './DSIconColor';\nimport DSIconSizes from './DSIconSize';\n\nexport { default as DSIconColors } from './DSIconColor';\nexport { default as DSIconSizes } from './DSIconSize';\n\nexport default {\n DSIconColors,\n DSIconSizes,\n};\n"],
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import DSIconColors from './DSIconColor.js';\nimport DSIconSizes from './DSIconSize.js';\n\nexport { default as DSIconColors } from './DSIconColor.js';\nexport { default as DSIconSizes } from './DSIconSize.js';\n\nexport default {\n DSIconColors,\n DSIconSizes,\n};\n"],
|
|
5
5
|
"mappings": "AAAA,YAAY,WAAW;ACAvB,OAAO,kBAAkB;AACzB,OAAO,iBAAiB;AAExB,SAAoB,WAAXA,gBAA+B;AACxC,SAAoB,WAAXA,gBAA8B;AAEvC,IAAO,cAAQ;AAAA,EACb;AAAA,EACA;AACF;",
|
|
6
6
|
"names": ["default"]
|
|
7
7
|
}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { default as DSIconColors } from './DSIconColor';
|
|
2
|
-
export { default as DSIconSizes } from './DSIconSize';
|
|
1
|
+
export { default as DSIconColors } from './DSIconColor.js';
|
|
2
|
+
export { default as DSIconSizes } from './DSIconSize.js';
|
|
3
3
|
declare const _default: {
|
|
4
4
|
DSIconColors: {
|
|
5
5
|
NEUTRAL: string[];
|