@elliemae/ds-icon 2.2.0-alpha.3 → 2.2.0-alpha.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.
Files changed (2) hide show
  1. package/cjs/index.js +2 -2
  2. package/package.json +1 -1
package/cjs/index.js CHANGED
@@ -34,8 +34,8 @@ __export(src_exports, {
34
34
  var React = __toESM(require("react"));
35
35
  var import_DSIconColor = __toESM(require("./DSIconColor"));
36
36
  var import_DSIconSize = __toESM(require("./DSIconSize"));
37
- var import_DSIconColor2 = __toESM(require("./DSIconColor"));
38
- var import_DSIconSize2 = __toESM(require("./DSIconSize"));
37
+ var import_DSIconColor2 = require("./DSIconColor");
38
+ var import_DSIconSize2 = require("./DSIconSize");
39
39
  var src_default = {
40
40
  DSIconColors: import_DSIconColor.default,
41
41
  DSIconSizes: import_DSIconSize.default
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-icon",
3
- "version": "2.2.0-alpha.3",
3
+ "version": "2.2.0-alpha.4",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Icon",
6
6
  "module": "./esm/index.js",