@elliemae/ds-classnames 2.4.1 → 2.4.2-rc.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.
- package/esm/aggregatedClasses.js +2 -2
- package/package.json +3 -3
package/esm/aggregatedClasses.js
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import 'core-js/modules/esnext.async-iterator.filter.js';
|
|
2
|
-
import 'core-js/modules/esnext.iterator.filter.js';
|
|
3
1
|
import _objectWithoutProperties from '@babel/runtime/helpers/esm/objectWithoutProperties';
|
|
4
2
|
import _defineProperty from '@babel/runtime/helpers/esm/defineProperty';
|
|
5
3
|
import 'core-js/modules/esnext.async-iterator.reduce.js';
|
|
@@ -7,6 +5,8 @@ import 'core-js/modules/esnext.iterator.constructor.js';
|
|
|
7
5
|
import 'core-js/modules/esnext.iterator.reduce.js';
|
|
8
6
|
import 'core-js/modules/esnext.async-iterator.for-each.js';
|
|
9
7
|
import 'core-js/modules/esnext.iterator.for-each.js';
|
|
8
|
+
import 'core-js/modules/esnext.async-iterator.filter.js';
|
|
9
|
+
import 'core-js/modules/esnext.iterator.filter.js';
|
|
10
10
|
import React from 'react';
|
|
11
11
|
import cx from 'obj-str';
|
|
12
12
|
import DimsumConfig from '@elliemae/ds-shared/dimsum.config';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-classnames",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.2-rc.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum Library - Aggregated classNames to component",
|
|
6
6
|
"module": "./esm/index.js",
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
"dev": "cross-env NODE_ENV=development && node ../../scripts/build/build.js -w"
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@elliemae/ds-shared": "2.4.
|
|
72
|
-
"@elliemae/ds-utilities": "2.4.
|
|
71
|
+
"@elliemae/ds-shared": "2.4.2-rc.3",
|
|
72
|
+
"@elliemae/ds-utilities": "2.4.2-rc.3",
|
|
73
73
|
"obj-str": "~1.0.3"
|
|
74
74
|
},
|
|
75
75
|
"publishConfig": {
|