@elliemae/ds-menu-items 3.70.0-next.4 → 3.70.0-next.41
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.map +2 -2
- package/dist/esm/index.js.map +2 -2
- package/package.json +12 -14
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": ["
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;
|
|
4
|
+
"sourcesContent": ["export {\n // legacy names\n ActionMenuItem,\n DSActionMenuItem,\n ActionMenuItemWithSchema,\n // correct convention names\n DSMenuItemsAction,\n DSMenuItemsActionWithSchema,\n type DSMenuItemsActionT,\n\n // legacy names\n MultiMenuItem,\n DSMultiMenuItem,\n MultiMenuItemWithSchema,\n // correct convention names\n DSMenuItemsMulti,\n DSMenuItemsMultiWithSchema,\n type DSMenuItemsMultiT,\n\n // legacy names\n Section,\n DSSectionMenuItem,\n SectionWithSchema,\n // correct convention names\n DSMenuItemsSection,\n DSMenuItemsSectionWithSchema,\n type DSMenuItemsSectionT,\n\n // legacy names\n Separator,\n DSSeparatorMenuItem,\n SeparatorWithSchema,\n // correct convention names\n DSMenuItemsSeparator,\n DSMenuItemsSeparatorWithSchema,\n type DSMenuItemsSeparatorT,\n\n // legacy names\n SingleMenuItem,\n DSSingleMenuItem,\n SingleMenuItemWithSchema,\n // correct convention names\n DSMenuItemsSingle,\n DSMenuItemsSingleWithSchema,\n type DSMenuItemsSingleT,\n\n // legacy names\n SingleWithSubmenuItem,\n SingleWithSubmenuItemWithSchema,\n // correct convention names\n DSMenuItemsSingleWithSubmenu,\n DSMenuItemsSingleWithSubmenuWithSchema,\n type DSMenuItemsSingleWithSubmenuT,\n\n // legacy names\n SkeletonMenuItem,\n DSSkeletonMenuItem,\n // correct convention names\n DSMenuItemsSkeleton,\n DSMenuItemsSkeletonWithSchema,\n type DSMenuItemsSkeletonT,\n\n // legacy names\n SubmenuItem,\n SubmenuItemWithSchema,\n // correct convention names\n} from './components/index.js';\nexport { DSMenuItemName, DSMenuItemSlots } from './exported-related/index.js';\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,wBAkEO;AACP,8BAAgD;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
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", "
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export {\n // legacy names\n ActionMenuItem,\n DSActionMenuItem,\n ActionMenuItemWithSchema,\n // correct convention names\n DSMenuItemsAction,\n DSMenuItemsActionWithSchema,\n type DSMenuItemsActionT,\n\n // legacy names\n MultiMenuItem,\n DSMultiMenuItem,\n MultiMenuItemWithSchema,\n // correct convention names\n DSMenuItemsMulti,\n DSMenuItemsMultiWithSchema,\n type DSMenuItemsMultiT,\n\n // legacy names\n Section,\n DSSectionMenuItem,\n SectionWithSchema,\n // correct convention names\n DSMenuItemsSection,\n DSMenuItemsSectionWithSchema,\n type DSMenuItemsSectionT,\n\n // legacy names\n Separator,\n DSSeparatorMenuItem,\n SeparatorWithSchema,\n // correct convention names\n DSMenuItemsSeparator,\n DSMenuItemsSeparatorWithSchema,\n type DSMenuItemsSeparatorT,\n\n // legacy names\n SingleMenuItem,\n DSSingleMenuItem,\n SingleMenuItemWithSchema,\n // correct convention names\n DSMenuItemsSingle,\n DSMenuItemsSingleWithSchema,\n type DSMenuItemsSingleT,\n\n // legacy names\n SingleWithSubmenuItem,\n SingleWithSubmenuItemWithSchema,\n // correct convention names\n DSMenuItemsSingleWithSubmenu,\n DSMenuItemsSingleWithSubmenuWithSchema,\n type DSMenuItemsSingleWithSubmenuT,\n\n // legacy names\n SkeletonMenuItem,\n DSSkeletonMenuItem,\n // correct convention names\n DSMenuItemsSkeleton,\n DSMenuItemsSkeletonWithSchema,\n type DSMenuItemsSkeletonT,\n\n // legacy names\n SubmenuItem,\n SubmenuItemWithSchema,\n // correct convention names\n} from './components/index.js';\nexport { DSMenuItemName, DSMenuItemSlots } from './exported-related/index.js';\n"],
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACAvB;AAAA,EAEE;AAAA,EACA;AAAA,EACA;AAAA,EAEA;AAAA,EACA;AAAA,EAIA;AAAA,EACA;AAAA,EACA;AAAA,EAEA;AAAA,EACA;AAAA,EAIA;AAAA,EACA;AAAA,EACA;AAAA,EAEA;AAAA,EACA;AAAA,EAIA;AAAA,EACA;AAAA,EACA;AAAA,EAEA;AAAA,EACA;AAAA,EAIA;AAAA,EACA;AAAA,EACA;AAAA,EAEA;AAAA,EACA;AAAA,EAIA;AAAA,EACA;AAAA,EAEA;AAAA,EACA;AAAA,EAIA;AAAA,EACA;AAAA,EAEA;AAAA,EACA;AAAA,EAIA;AAAA,EACA;AAAA,OAEK;AACP,SAAS,gBAAgB,uBAAuB;",
|
|
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.70.0-next.
|
|
3
|
+
"version": "3.70.0-next.41",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Menu Items",
|
|
6
6
|
"files": [
|
|
@@ -36,25 +36,23 @@
|
|
|
36
36
|
"indent": 4
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@
|
|
40
|
-
"@
|
|
41
|
-
"@elliemae/ds-menu-items-
|
|
42
|
-
"@elliemae/ds-menu-items-section": "3.70.0-next.
|
|
43
|
-
"@elliemae/ds-menu-items-commons": "3.70.0-next.
|
|
44
|
-
"@elliemae/ds-menu-items-
|
|
45
|
-
"@elliemae/ds-menu-items-
|
|
46
|
-
"@elliemae/ds-menu-items-
|
|
47
|
-
"@elliemae/ds-menu-items-
|
|
48
|
-
"@elliemae/ds-menu-items-multi": "3.70.0-next.4",
|
|
49
|
-
"@elliemae/ds-menu-items-submenu": "3.70.0-next.4"
|
|
39
|
+
"@elliemae/ds-menu-items-action": "3.70.0-next.41",
|
|
40
|
+
"@elliemae/ds-menu-items-multi": "3.70.0-next.41",
|
|
41
|
+
"@elliemae/ds-menu-items-separator": "3.70.0-next.41",
|
|
42
|
+
"@elliemae/ds-menu-items-section": "3.70.0-next.41",
|
|
43
|
+
"@elliemae/ds-menu-items-commons": "3.70.0-next.41",
|
|
44
|
+
"@elliemae/ds-menu-items-single": "3.70.0-next.41",
|
|
45
|
+
"@elliemae/ds-menu-items-skeleton": "3.70.0-next.41",
|
|
46
|
+
"@elliemae/ds-menu-items-submenu": "3.70.0-next.41",
|
|
47
|
+
"@elliemae/ds-menu-items-single-with-submenu": "3.70.0-next.41"
|
|
50
48
|
},
|
|
51
49
|
"devDependencies": {
|
|
52
50
|
"jest": "^30.0.0",
|
|
53
51
|
"styled-components": "~5.3.9",
|
|
54
|
-
"@elliemae/ds-monorepo-devops": "3.70.0-next.
|
|
52
|
+
"@elliemae/ds-monorepo-devops": "3.70.0-next.41"
|
|
55
53
|
},
|
|
56
54
|
"peerDependencies": {
|
|
57
|
-
"lodash-es": "^4.
|
|
55
|
+
"lodash-es": "^4.18.1",
|
|
58
56
|
"react": "^18.3.1",
|
|
59
57
|
"react-dom": "^18.3.1",
|
|
60
58
|
"styled-components": "~5.3.9"
|