@elliemae/ds-icon 3.16.0-next.1 → 3.16.0-next.11

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/index.js CHANGED
@@ -30,10 +30,10 @@ __export(src_exports, {
30
30
  });
31
31
  module.exports = __toCommonJS(src_exports);
32
32
  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"));
33
+ var import_DSIconColor = __toESM(require("./DSIconColor.js"));
34
+ var import_DSIconSize = __toESM(require("./DSIconSize.js"));
35
+ var import_DSIconColor2 = __toESM(require("./DSIconColor.js"));
36
+ var import_DSIconSize2 = __toESM(require("./DSIconSize.js"));
37
37
  var src_default = {
38
38
  DSIconColors: import_DSIconColor.default,
39
39
  DSIconSizes: import_DSIconSize.default
@@ -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"],
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
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
  }
@@ -0,0 +1,7 @@
1
+ {
2
+ "type": "commonjs",
3
+ "sideEffects": [
4
+ "*.css",
5
+ "*.scss"
6
+ ]
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
@@ -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
  }
@@ -0,0 +1,7 @@
1
+ {
2
+ "type": "module",
3
+ "sideEffects": [
4
+ "*.css",
5
+ "*.scss"
6
+ ]
7
+ }
@@ -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[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-icon",
3
- "version": "3.16.0-next.1",
3
+ "version": "3.16.0-next.11",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Icon",
6
6
  "files": [
@@ -57,7 +57,7 @@
57
57
  "eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../.eslintrc.js' src/",
58
58
  "dts": "node ../../scripts/dts.mjs",
59
59
  "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
60
- "dev:build": "pnpm --filter {.}... build && pnpm --filter {.}... dts",
60
+ "dev:build": "pnpm --filter {.}... build",
61
61
  "dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
62
62
  "checkDeps": "npx -yes ../ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
63
63
  }