@elliemae/ds-dropdownmenu-v2 3.34.0-next.3 → 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 +12 -12
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": [
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"types": "./dist/types/index.d.ts",
|
|
12
12
|
"exports": {
|
|
13
13
|
".": {
|
|
14
|
+
"types": "./dist/types/index.d.ts",
|
|
14
15
|
"import": "./dist/esm/index.js",
|
|
15
16
|
"require": "./dist/cjs/index.js"
|
|
16
17
|
}
|
|
@@ -37,19 +38,19 @@
|
|
|
37
38
|
"dependencies": {
|
|
38
39
|
"@xstyled/system": "~3.7.3",
|
|
39
40
|
"react-virtual": "~2.10.4",
|
|
40
|
-
"@elliemae/ds-circular-progress-indicator": "3.34.0-next.
|
|
41
|
-
"@elliemae/ds-
|
|
42
|
-
"@elliemae/ds-
|
|
43
|
-
"@elliemae/ds-
|
|
44
|
-
"@elliemae/ds-system": "3.34.0-next.
|
|
45
|
-
"@elliemae/ds-
|
|
46
|
-
"@elliemae/ds-
|
|
47
|
-
"@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"
|
|
48
49
|
},
|
|
49
50
|
"devDependencies": {
|
|
50
51
|
"@elliemae/pui-cli": "~9.0.0-next.31",
|
|
51
52
|
"styled-components": "~5.3.9",
|
|
52
|
-
"@elliemae/ds-monorepo-devops": "3.34.0-next.
|
|
53
|
+
"@elliemae/ds-monorepo-devops": "3.34.0-next.5"
|
|
53
54
|
},
|
|
54
55
|
"peerDependencies": {
|
|
55
56
|
"@xstyled/styled-components": "~3.6.0",
|
|
@@ -64,8 +65,7 @@
|
|
|
64
65
|
"scripts": {
|
|
65
66
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|
|
66
67
|
"test": "pui-cli test --passWithNoTests --coverage=\"false\"",
|
|
67
|
-
"lint": "node ../../../scripts/lint.mjs",
|
|
68
|
-
"eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../../.eslintrc.js' src/",
|
|
68
|
+
"lint": "node ../../../scripts/lint.mjs --fix",
|
|
69
69
|
"dts": "node ../../../scripts/dts.mjs",
|
|
70
70
|
"build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
|
|
71
71
|
"checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|