@elliemae/ds-dropdownmenu-v2 3.70.0-next.31 → 3.70.0-next.33

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.
@@ -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';\n\nexport { checkAndConvertOptions } from './exported-related/conversion-utils/index.js';\nexport { DSDropdownMenuV2, DSDropdownMenuV2WithSchema } from './DSDropdownMenu.js';\nexport { DropdownMenuDataTestId } from './DropdownMenuDataTestId.js';\nexport { DSDropdownMenuName, DSDropdownMenuPlacements, DSDropdownMenuSlots } from './exported-related/index.js';\nexport {\n defaultProps as DSDropdownMenuV2DefaultProps,\n DSDropdownMenuV2PropTypes,\n actionOptionSchema,\n checkboxOptionSchema,\n optionTypesSchemas,\n sectionOptionSchema,\n separatorOptionSchema,\n singleOptionSchema,\n singleWithSubmenuOptionSchema,\n submenuOptionSchema,\n} from './react-desc-prop-types.js';\nexport type { DSDropdownMenuT } from './react-desc-prop-types.js';\n", "import * as React from 'react';\nexport { React };\n"],
4
+ "sourcesContent": ["import type {} from '@xstyled/system';\n\nexport { checkAndConvertOptions } from './exported-related/conversion-utils/index.js';\nexport { DSDropdownMenuV2, DSDropdownMenuV2WithSchema } from './DSDropdownMenu.js';\nexport { DropdownMenuDataTestId } from './DropdownMenuDataTestId.js';\nexport { DSDropdownMenuName, DSDropdownMenuPlacements, DSDropdownMenuSlots } from './exported-related/index.js';\nexport {\n defaultProps as DSDropdownMenuV2DefaultProps,\n DSDropdownMenuV2PropTypes,\n actionOptionSchema,\n checkboxOptionSchema,\n optionTypesSchemas,\n sectionOptionSchema,\n separatorOptionSchema,\n singleOptionSchema,\n singleWithSubmenuOptionSchema,\n submenuOptionSchema,\n} from './react-desc-prop-types.js';\nexport type { DSDropdownMenuT } from './react-desc-prop-types.js';\nexport type { DSDropdownV2BridgeT } from './exported-related/conversion-utils/types.js';\n", "import * as React from 'react';\nexport { React };\n"],
5
5
  "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADEvB,8BAAuC;AACvC,4BAA6D;AAC7D,oCAAuC;AACvC,8BAAkF;AAClF,mCAWO;",
6
6
  "names": []
7
7
  }
@@ -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';\n\nexport { checkAndConvertOptions } from './exported-related/conversion-utils/index.js';\nexport { DSDropdownMenuV2, DSDropdownMenuV2WithSchema } from './DSDropdownMenu.js';\nexport { DropdownMenuDataTestId } from './DropdownMenuDataTestId.js';\nexport { DSDropdownMenuName, DSDropdownMenuPlacements, DSDropdownMenuSlots } from './exported-related/index.js';\nexport {\n defaultProps as DSDropdownMenuV2DefaultProps,\n DSDropdownMenuV2PropTypes,\n actionOptionSchema,\n checkboxOptionSchema,\n optionTypesSchemas,\n sectionOptionSchema,\n separatorOptionSchema,\n singleOptionSchema,\n singleWithSubmenuOptionSchema,\n submenuOptionSchema,\n} from './react-desc-prop-types.js';\nexport type { DSDropdownMenuT } from './react-desc-prop-types.js';\n"],
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import type {} from '@xstyled/system';\n\nexport { checkAndConvertOptions } from './exported-related/conversion-utils/index.js';\nexport { DSDropdownMenuV2, DSDropdownMenuV2WithSchema } from './DSDropdownMenu.js';\nexport { DropdownMenuDataTestId } from './DropdownMenuDataTestId.js';\nexport { DSDropdownMenuName, DSDropdownMenuPlacements, DSDropdownMenuSlots } from './exported-related/index.js';\nexport {\n defaultProps as DSDropdownMenuV2DefaultProps,\n DSDropdownMenuV2PropTypes,\n actionOptionSchema,\n checkboxOptionSchema,\n optionTypesSchemas,\n sectionOptionSchema,\n separatorOptionSchema,\n singleOptionSchema,\n singleWithSubmenuOptionSchema,\n submenuOptionSchema,\n} from './react-desc-prop-types.js';\nexport type { DSDropdownMenuT } from './react-desc-prop-types.js';\nexport type { DSDropdownV2BridgeT } from './exported-related/conversion-utils/types.js';\n"],
5
5
  "mappings": "AAAA,YAAY,WAAW;ACEvB,SAAS,8BAA8B;AACvC,SAAS,kBAAkB,kCAAkC;AAC7D,SAAS,8BAA8B;AACvC,SAAS,oBAAoB,0BAA0B,2BAA2B;AAClF;AAAA,EACkB;AAAA,EAChB;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,OACK;",
6
6
  "names": []
7
7
  }
@@ -4,3 +4,4 @@ export { DropdownMenuDataTestId } from './DropdownMenuDataTestId.js';
4
4
  export { DSDropdownMenuName, DSDropdownMenuPlacements, DSDropdownMenuSlots } from './exported-related/index.js';
5
5
  export { defaultProps as DSDropdownMenuV2DefaultProps, DSDropdownMenuV2PropTypes, actionOptionSchema, checkboxOptionSchema, optionTypesSchemas, sectionOptionSchema, separatorOptionSchema, singleOptionSchema, singleWithSubmenuOptionSchema, submenuOptionSchema, } from './react-desc-prop-types.js';
6
6
  export type { DSDropdownMenuT } from './react-desc-prop-types.js';
7
+ export type { DSDropdownV2BridgeT } from './exported-related/conversion-utils/types.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-dropdownmenu-v2",
3
- "version": "3.70.0-next.31",
3
+ "version": "3.70.0-next.33",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Dropdown Menu V2",
6
6
  "files": [
@@ -38,20 +38,20 @@
38
38
  "dependencies": {
39
39
  "@xstyled/system": "~3.8.1",
40
40
  "react-virtual": "~2.10.4",
41
- "@elliemae/ds-circular-progress-indicator": "3.70.0-next.31",
42
- "@elliemae/ds-floating-context": "3.70.0-next.31",
43
- "@elliemae/ds-form-input-text": "3.70.0-next.31",
44
- "@elliemae/ds-grid": "3.70.0-next.31",
45
- "@elliemae/ds-menu-button": "3.70.0-next.31",
46
- "@elliemae/ds-menu-items": "3.70.0-next.31",
47
- "@elliemae/ds-props-helpers": "3.70.0-next.31",
48
- "@elliemae/ds-system": "3.70.0-next.31"
41
+ "@elliemae/ds-circular-progress-indicator": "3.70.0-next.33",
42
+ "@elliemae/ds-floating-context": "3.70.0-next.33",
43
+ "@elliemae/ds-form-input-text": "3.70.0-next.33",
44
+ "@elliemae/ds-grid": "3.70.0-next.33",
45
+ "@elliemae/ds-menu-button": "3.70.0-next.33",
46
+ "@elliemae/ds-menu-items": "3.70.0-next.33",
47
+ "@elliemae/ds-props-helpers": "3.70.0-next.33",
48
+ "@elliemae/ds-system": "3.70.0-next.33"
49
49
  },
50
50
  "devDependencies": {
51
51
  "jest": "^30.0.0",
52
52
  "styled-components": "~5.3.9",
53
- "@elliemae/ds-monorepo-devops": "3.70.0-next.31",
54
- "@elliemae/ds-test-utils": "3.70.0-next.31"
53
+ "@elliemae/ds-monorepo-devops": "3.70.0-next.33",
54
+ "@elliemae/ds-test-utils": "3.70.0-next.33"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "react": "^18.3.1",