@elliemae/ds-dropdownmenu-v2 3.34.0-next.4 → 3.34.0-next.5
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/dist/types/index.d.ts +1 -1
- package/package.json +10 -10
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';\
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;
|
|
4
|
+
"sourcesContent": ["import type {} from '@xstyled/system';\n\nexport { DSDropdownMenuV2, DSDropdownMenuV2WithSchema } from './DSDropdownMenu.js';\nexport { DSDropdownMenuName, DSDropdownMenuSlots, DSDropdownMenuPlacements } from './exported-related/index.js';\nexport {\n actionOptionSchema,\n singleOptionSchema,\n checkboxOptionSchema,\n submenuOptionSchema,\n singleWithSubmenuOptionSchema,\n separatorOptionSchema,\n sectionOptionSchema,\n optionTypesSchemas,\n} from './react-desc-prop-types.js';\nexport type { DSDropdownMenuT } from './react-desc-prop-types.js';\nexport { DropdownMenuDataTestId } from './DropdownMenuDataTestId.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;ACAA,YAAuB;ADEvB,4BAA6D;AAC7D,8BAAkF;AAClF,mCASO;AAEP,oCAAuC;",
|
|
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", "import type {} from '@xstyled/system';\
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import type {} from '@xstyled/system';\n\nexport { DSDropdownMenuV2, DSDropdownMenuV2WithSchema } from './DSDropdownMenu.js';\nexport { DSDropdownMenuName, DSDropdownMenuSlots, DSDropdownMenuPlacements } from './exported-related/index.js';\nexport {\n actionOptionSchema,\n singleOptionSchema,\n checkboxOptionSchema,\n submenuOptionSchema,\n singleWithSubmenuOptionSchema,\n separatorOptionSchema,\n sectionOptionSchema,\n optionTypesSchemas,\n} from './react-desc-prop-types.js';\nexport type { DSDropdownMenuT } from './react-desc-prop-types.js';\nexport { DropdownMenuDataTestId } from './DropdownMenuDataTestId.js';\n"],
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACEvB,SAAS,kBAAkB,kCAAkC;AAC7D,SAAS,oBAAoB,qBAAqB,gCAAgC;AAClF;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,OACK;AAEP,SAAS,8BAA8B;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export type { DSDropdownMenuT } from './react-desc-prop-types.js';
|
|
2
1
|
export { DSDropdownMenuV2, DSDropdownMenuV2WithSchema } from './DSDropdownMenu.js';
|
|
3
2
|
export { DSDropdownMenuName, DSDropdownMenuSlots, DSDropdownMenuPlacements } from './exported-related/index.js';
|
|
4
3
|
export { actionOptionSchema, singleOptionSchema, checkboxOptionSchema, submenuOptionSchema, singleWithSubmenuOptionSchema, separatorOptionSchema, sectionOptionSchema, optionTypesSchemas, } from './react-desc-prop-types.js';
|
|
4
|
+
export type { DSDropdownMenuT } from './react-desc-prop-types.js';
|
|
5
5
|
export { DropdownMenuDataTestId } from './DropdownMenuDataTestId.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-dropdownmenu-v2",
|
|
3
|
-
"version": "3.34.0-next.
|
|
3
|
+
"version": "3.34.0-next.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Dropdown Menu V2",
|
|
6
6
|
"files": [
|
|
@@ -38,19 +38,19 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@xstyled/system": "~3.7.3",
|
|
40
40
|
"react-virtual": "~2.10.4",
|
|
41
|
-
"@elliemae/ds-circular-progress-indicator": "3.34.0-next.
|
|
42
|
-
"@elliemae/ds-
|
|
43
|
-
"@elliemae/ds-
|
|
44
|
-
"@elliemae/ds-
|
|
45
|
-
"@elliemae/ds-
|
|
46
|
-
"@elliemae/ds-
|
|
47
|
-
"@elliemae/ds-
|
|
48
|
-
"@elliemae/ds-
|
|
41
|
+
"@elliemae/ds-circular-progress-indicator": "3.34.0-next.5",
|
|
42
|
+
"@elliemae/ds-menu-items": "3.34.0-next.5",
|
|
43
|
+
"@elliemae/ds-popperjs": "3.34.0-next.5",
|
|
44
|
+
"@elliemae/ds-utilities": "3.34.0-next.5",
|
|
45
|
+
"@elliemae/ds-system": "3.34.0-next.5",
|
|
46
|
+
"@elliemae/ds-grid": "3.34.0-next.5",
|
|
47
|
+
"@elliemae/ds-props-helpers": "3.34.0-next.5",
|
|
48
|
+
"@elliemae/ds-form-input-text": "3.34.0-next.5"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@elliemae/pui-cli": "~9.0.0-next.31",
|
|
52
52
|
"styled-components": "~5.3.9",
|
|
53
|
-
"@elliemae/ds-monorepo-devops": "3.34.0-next.
|
|
53
|
+
"@elliemae/ds-monorepo-devops": "3.34.0-next.5"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"@xstyled/styled-components": "~3.6.0",
|