@elliemae/ds-menu-items 3.11.0-next.4 → 3.11.0-next.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/index.js +1 -0
- package/dist/cjs/index.js.map +2 -2
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +2 -2
- package/package.json +6 -6
package/dist/cjs/index.js
CHANGED
|
@@ -23,4 +23,5 @@ var src_exports = {};
|
|
|
23
23
|
module.exports = __toCommonJS(src_exports);
|
|
24
24
|
var React = __toESM(require("react"));
|
|
25
25
|
__reExport(src_exports, require("./components"), module.exports);
|
|
26
|
+
__reExport(src_exports, require("./exported-related"), module.exports);
|
|
26
27
|
//# sourceMappingURL=index.js.map
|
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 type {} from '@xstyled/system';\nimport type {} from '@xstyled/util';\n\nexport * from './components';\
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;ACAA,YAAuB;ADGvB,wBAAc,yBAHd;",
|
|
4
|
+
"sourcesContent": ["import type {} from '@xstyled/system';\nimport type {} from '@xstyled/util';\n\nexport * from './components';\nexport * from './exported-related';", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;ACAA,YAAuB;ADGvB,wBAAc,yBAHd;AAIA,wBAAc,+BAJd;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/dist/esm/index.js
CHANGED
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 type {} from '@xstyled/system';\nimport type {} from '@xstyled/util';\n\nexport * from './components';\
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;ACGvB,cAAc;",
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import type {} from '@xstyled/system';\nimport type {} from '@xstyled/util';\n\nexport * from './components';\nexport * from './exported-related';"],
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACGvB,cAAc;AACd,cAAc;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-menu-items",
|
|
3
|
-
"version": "3.11.0-next.
|
|
3
|
+
"version": "3.11.0-next.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Menu Items",
|
|
6
6
|
"files": [
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"indent": 4
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@elliemae/ds-form-checkbox": "3.11.0-next.
|
|
39
|
-
"@elliemae/ds-grid": "3.11.0-next.
|
|
40
|
-
"@elliemae/ds-icons": "3.11.0-next.
|
|
41
|
-
"@elliemae/ds-system": "3.11.0-next.
|
|
42
|
-
"@elliemae/ds-utilities": "3.11.0-next.
|
|
38
|
+
"@elliemae/ds-form-checkbox": "3.11.0-next.6",
|
|
39
|
+
"@elliemae/ds-grid": "3.11.0-next.6",
|
|
40
|
+
"@elliemae/ds-icons": "3.11.0-next.6",
|
|
41
|
+
"@elliemae/ds-system": "3.11.0-next.6",
|
|
42
|
+
"@elliemae/ds-utilities": "3.11.0-next.6"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"lodash": "^4.17.21",
|