@elliemae/ds-menu-tree-item 3.61.11 → 3.70.0-alpha.9

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.
@@ -35,16 +35,18 @@ __export(react_desc_prop_types_exports, {
35
35
  module.exports = __toCommonJS(react_desc_prop_types_exports);
36
36
  var React = __toESM(require("react"));
37
37
  var import_ds_props_helpers = require("@elliemae/ds-props-helpers");
38
+ var import_constants = require("./constants/index.js");
38
39
  const defaultProps = {};
39
40
  const itemPropsSchema = import_ds_props_helpers.PropTypes.shape({
40
41
  dsId: import_ds_props_helpers.PropTypes.oneOfType([import_ds_props_helpers.PropTypes.string, import_ds_props_helpers.PropTypes.number]).isRequired,
41
42
  collapsed: import_ds_props_helpers.PropTypes.bool,
42
43
  depth: import_ds_props_helpers.PropTypes.number,
43
44
  // eslint-disable-next-line @typescript-eslint/no-use-before-define
44
- subitems: import_ds_props_helpers.PropTypes.any
45
+ subitems: import_ds_props_helpers.PropTypes.arrayOf(import_ds_props_helpers.PropTypes.object)
45
46
  });
46
47
  const DSMenuTreeItemPropTypes = {
47
48
  ...import_ds_props_helpers.xstyledPropTypes,
49
+ ...(0, import_ds_props_helpers.getPropsPerSlotPropTypes)(import_constants.DSMenuTreeItemName, import_constants.MENU_TREE_ITEM_SLOTS),
48
50
  item: itemPropsSchema.description("The item to render"),
49
51
  onCollapse: import_ds_props_helpers.PropTypes.func.description("Callback when the item is collapsed"),
50
52
  subitems: import_ds_props_helpers.PropTypes.object.description("The subitems of the item"),
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/react-desc-prop-types.ts", "../../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["/* eslint-disable @typescript-eslint/no-empty-interface */\nimport type { XstyledProps, DSPropTypesSchema } from '@elliemae/ds-props-helpers';\nimport { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport { PropTypes, xstyledPropTypes } from '@elliemae/ds-props-helpers';\nimport type { WeakValidationMap } from 'react';\nimport type { DSMenuTreeItemName, MENU_TREE_ITEM_SLOTS } from './constants/index.js';\n\nexport declare namespace DSMenuTreeItemT {\n export interface ItemT {\n dsId: string;\n collapsed?: boolean;\n depth: number;\n subitems: ItemT[] | null;\n }\n\n export interface TreeviewItemProps {\n onCollapse: (dsId: string) => void;\n item: ItemT;\n onSelect?: (dsId: string) => void;\n isSelected?: boolean;\n multiple?: boolean;\n }\n\n export interface RequiredProps {\n item: ItemT;\n dsId: string;\n depth: number;\n }\n\n export interface DefaultProps {}\n\n export interface OptionalProps\n extends TypescriptHelpersT.PropsForGlobalOnSlots<typeof DSMenuTreeItemName, typeof MENU_TREE_ITEM_SLOTS> {\n onCollapse: (dsId: string) => void;\n subitems: ItemT[] | null;\n onSelect?: (dsId: string) => void;\n isSelected?: boolean;\n multiple?: boolean;\n }\n\n export interface Props extends Partial<DefaultProps>, OptionalProps, XstyledProps, RequiredProps {}\n\n export interface InternalProps extends DefaultProps, OptionalProps, XstyledProps, RequiredProps {}\n\n export type ExampleState = '0' | '1';\n}\n\nexport const defaultProps: DSMenuTreeItemT.DefaultProps = {};\n\nconst itemPropsSchema = PropTypes.shape({\n dsId: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired,\n collapsed: PropTypes.bool,\n depth: PropTypes.number,\n // eslint-disable-next-line @typescript-eslint/no-use-before-define\n subitems: PropTypes.any,\n});\n\nexport const DSMenuTreeItemPropTypes: DSPropTypesSchema<DSMenuTreeItemT.InternalProps> = {\n ...xstyledPropTypes,\n item: itemPropsSchema.description('The item to render'),\n onCollapse: PropTypes.func.description('Callback when the item is collapsed'),\n subitems: PropTypes.object.description('The subitems of the item'),\n onSelect: PropTypes.func.description('Callback when the item is selected'),\n isSelected: PropTypes.bool.description('Whether the item is selected'),\n multiple: PropTypes.bool.description('Whether the menu is multiple'),\n depth: PropTypes.number.description('The depth of the item'),\n dsId: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n};\n\nexport const DSMenuTreeItemPropTypesSchema =\n DSMenuTreeItemPropTypes as unknown as WeakValidationMap<DSMenuTreeItemT.Props>;\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADGvB,8BAA4C;AA4CrC,MAAM,eAA6C,CAAC;AAE3D,MAAM,kBAAkB,kCAAU,MAAM;AAAA,EACtC,MAAM,kCAAU,UAAU,CAAC,kCAAU,QAAQ,kCAAU,MAAM,CAAC,EAAE;AAAA,EAChE,WAAW,kCAAU;AAAA,EACrB,OAAO,kCAAU;AAAA;AAAA,EAEjB,UAAU,kCAAU;AACtB,CAAC;AAEM,MAAM,0BAA4E;AAAA,EACvF,GAAG;AAAA,EACH,MAAM,gBAAgB,YAAY,oBAAoB;AAAA,EACtD,YAAY,kCAAU,KAAK,YAAY,qCAAqC;AAAA,EAC5E,UAAU,kCAAU,OAAO,YAAY,0BAA0B;AAAA,EACjE,UAAU,kCAAU,KAAK,YAAY,oCAAoC;AAAA,EACzE,YAAY,kCAAU,KAAK,YAAY,8BAA8B;AAAA,EACrE,UAAU,kCAAU,KAAK,YAAY,8BAA8B;AAAA,EACnE,OAAO,kCAAU,OAAO,YAAY,uBAAuB;AAAA,EAC3D,MAAM,kCAAU,UAAU,CAAC,kCAAU,QAAQ,kCAAU,MAAM,CAAC;AAChE;AAEO,MAAM,gCACX;",
4
+ "sourcesContent": ["import type { DSPropTypesSchema, XstyledProps } from '@elliemae/ds-props-helpers';\nimport { getPropsPerSlotPropTypes, PropTypes, xstyledPropTypes } from '@elliemae/ds-props-helpers';\nimport { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport type { WeakValidationMap } from 'react';\nimport { DSMenuTreeItemName, MENU_TREE_ITEM_SLOTS } from './constants/index.js';\n\nexport declare namespace DSMenuTreeItemT {\n export interface ItemT {\n dsId: string;\n collapsed?: boolean;\n depth: number;\n subitems: ItemT[] | null;\n }\n\n export interface TreeviewItemProps {\n onCollapse: (dsId: string) => void;\n item: ItemT;\n onSelect?: (dsId: string) => void;\n isSelected?: boolean;\n multiple?: boolean;\n }\n\n export interface RequiredProps {\n item: ItemT;\n dsId: string;\n depth: number;\n }\n\n export interface DefaultProps {}\n\n export interface OptionalProps extends TypescriptHelpersT.PropsForGlobalOnSlots<\n typeof DSMenuTreeItemName,\n typeof MENU_TREE_ITEM_SLOTS\n > {\n onCollapse: (dsId: string) => void;\n subitems: ItemT[] | null;\n onSelect?: (dsId: string) => void;\n isSelected?: boolean;\n multiple?: boolean;\n }\n\n export interface Props extends Partial<DefaultProps>, OptionalProps, XstyledProps, RequiredProps {}\n\n export interface InternalProps extends DefaultProps, OptionalProps, XstyledProps, RequiredProps {}\n\n export type ExampleState = '0' | '1';\n}\n\nexport const defaultProps: DSMenuTreeItemT.DefaultProps = {};\n\nconst itemPropsSchema = PropTypes.shape({\n dsId: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired,\n collapsed: PropTypes.bool,\n depth: PropTypes.number,\n // eslint-disable-next-line @typescript-eslint/no-use-before-define\n subitems: PropTypes.arrayOf(PropTypes.object),\n});\n\nexport const DSMenuTreeItemPropTypes: DSPropTypesSchema<DSMenuTreeItemT.InternalProps> = {\n ...xstyledPropTypes,\n ...getPropsPerSlotPropTypes(DSMenuTreeItemName, MENU_TREE_ITEM_SLOTS),\n item: itemPropsSchema.description('The item to render'),\n onCollapse: PropTypes.func.description('Callback when the item is collapsed'),\n subitems: PropTypes.object.description('The subitems of the item'),\n onSelect: PropTypes.func.description('Callback when the item is selected'),\n isSelected: PropTypes.bool.description('Whether the item is selected'),\n multiple: PropTypes.bool.description('Whether the menu is multiple'),\n depth: PropTypes.number.description('The depth of the item'),\n dsId: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n};\n\nexport const DSMenuTreeItemPropTypesSchema =\n DSMenuTreeItemPropTypes as unknown as WeakValidationMap<DSMenuTreeItemT.Props>;\n", "import * as React from 'react';\nexport { React };\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADCvB,8BAAsE;AAGtE,uBAAyD;AA4ClD,MAAM,eAA6C,CAAC;AAE3D,MAAM,kBAAkB,kCAAU,MAAM;AAAA,EACtC,MAAM,kCAAU,UAAU,CAAC,kCAAU,QAAQ,kCAAU,MAAM,CAAC,EAAE;AAAA,EAChE,WAAW,kCAAU;AAAA,EACrB,OAAO,kCAAU;AAAA;AAAA,EAEjB,UAAU,kCAAU,QAAQ,kCAAU,MAAM;AAC9C,CAAC;AAEM,MAAM,0BAA4E;AAAA,EACvF,GAAG;AAAA,EACH,OAAG,kDAAyB,qCAAoB,qCAAoB;AAAA,EACpE,MAAM,gBAAgB,YAAY,oBAAoB;AAAA,EACtD,YAAY,kCAAU,KAAK,YAAY,qCAAqC;AAAA,EAC5E,UAAU,kCAAU,OAAO,YAAY,0BAA0B;AAAA,EACjE,UAAU,kCAAU,KAAK,YAAY,oCAAoC;AAAA,EACzE,YAAY,kCAAU,KAAK,YAAY,8BAA8B;AAAA,EACrE,UAAU,kCAAU,KAAK,YAAY,8BAA8B;AAAA,EACnE,OAAO,kCAAU,OAAO,YAAY,uBAAuB;AAAA,EAC3D,MAAM,kCAAU,UAAU,CAAC,kCAAU,QAAQ,kCAAU,MAAM,CAAC;AAChE;AAEO,MAAM,gCACX;",
6
6
  "names": []
7
7
  }
@@ -1,15 +1,17 @@
1
1
  import * as React from "react";
2
- import { PropTypes, xstyledPropTypes } from "@elliemae/ds-props-helpers";
2
+ import { getPropsPerSlotPropTypes, PropTypes, xstyledPropTypes } from "@elliemae/ds-props-helpers";
3
+ import { DSMenuTreeItemName, MENU_TREE_ITEM_SLOTS } from "./constants/index.js";
3
4
  const defaultProps = {};
4
5
  const itemPropsSchema = PropTypes.shape({
5
6
  dsId: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired,
6
7
  collapsed: PropTypes.bool,
7
8
  depth: PropTypes.number,
8
9
  // eslint-disable-next-line @typescript-eslint/no-use-before-define
9
- subitems: PropTypes.any
10
+ subitems: PropTypes.arrayOf(PropTypes.object)
10
11
  });
11
12
  const DSMenuTreeItemPropTypes = {
12
13
  ...xstyledPropTypes,
14
+ ...getPropsPerSlotPropTypes(DSMenuTreeItemName, MENU_TREE_ITEM_SLOTS),
13
15
  item: itemPropsSchema.description("The item to render"),
14
16
  onCollapse: PropTypes.func.description("Callback when the item is collapsed"),
15
17
  subitems: PropTypes.object.description("The subitems of the item"),
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/react-desc-prop-types.ts"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "/* eslint-disable @typescript-eslint/no-empty-interface */\nimport type { XstyledProps, DSPropTypesSchema } from '@elliemae/ds-props-helpers';\nimport { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport { PropTypes, xstyledPropTypes } from '@elliemae/ds-props-helpers';\nimport type { WeakValidationMap } from 'react';\nimport type { DSMenuTreeItemName, MENU_TREE_ITEM_SLOTS } from './constants/index.js';\n\nexport declare namespace DSMenuTreeItemT {\n export interface ItemT {\n dsId: string;\n collapsed?: boolean;\n depth: number;\n subitems: ItemT[] | null;\n }\n\n export interface TreeviewItemProps {\n onCollapse: (dsId: string) => void;\n item: ItemT;\n onSelect?: (dsId: string) => void;\n isSelected?: boolean;\n multiple?: boolean;\n }\n\n export interface RequiredProps {\n item: ItemT;\n dsId: string;\n depth: number;\n }\n\n export interface DefaultProps {}\n\n export interface OptionalProps\n extends TypescriptHelpersT.PropsForGlobalOnSlots<typeof DSMenuTreeItemName, typeof MENU_TREE_ITEM_SLOTS> {\n onCollapse: (dsId: string) => void;\n subitems: ItemT[] | null;\n onSelect?: (dsId: string) => void;\n isSelected?: boolean;\n multiple?: boolean;\n }\n\n export interface Props extends Partial<DefaultProps>, OptionalProps, XstyledProps, RequiredProps {}\n\n export interface InternalProps extends DefaultProps, OptionalProps, XstyledProps, RequiredProps {}\n\n export type ExampleState = '0' | '1';\n}\n\nexport const defaultProps: DSMenuTreeItemT.DefaultProps = {};\n\nconst itemPropsSchema = PropTypes.shape({\n dsId: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired,\n collapsed: PropTypes.bool,\n depth: PropTypes.number,\n // eslint-disable-next-line @typescript-eslint/no-use-before-define\n subitems: PropTypes.any,\n});\n\nexport const DSMenuTreeItemPropTypes: DSPropTypesSchema<DSMenuTreeItemT.InternalProps> = {\n ...xstyledPropTypes,\n item: itemPropsSchema.description('The item to render'),\n onCollapse: PropTypes.func.description('Callback when the item is collapsed'),\n subitems: PropTypes.object.description('The subitems of the item'),\n onSelect: PropTypes.func.description('Callback when the item is selected'),\n isSelected: PropTypes.bool.description('Whether the item is selected'),\n multiple: PropTypes.bool.description('Whether the menu is multiple'),\n depth: PropTypes.number.description('The depth of the item'),\n dsId: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n};\n\nexport const DSMenuTreeItemPropTypesSchema =\n DSMenuTreeItemPropTypes as unknown as WeakValidationMap<DSMenuTreeItemT.Props>;\n"],
5
- "mappings": "AAAA,YAAY,WAAW;ACGvB,SAAS,WAAW,wBAAwB;AA4CrC,MAAM,eAA6C,CAAC;AAE3D,MAAM,kBAAkB,UAAU,MAAM;AAAA,EACtC,MAAM,UAAU,UAAU,CAAC,UAAU,QAAQ,UAAU,MAAM,CAAC,EAAE;AAAA,EAChE,WAAW,UAAU;AAAA,EACrB,OAAO,UAAU;AAAA;AAAA,EAEjB,UAAU,UAAU;AACtB,CAAC;AAEM,MAAM,0BAA4E;AAAA,EACvF,GAAG;AAAA,EACH,MAAM,gBAAgB,YAAY,oBAAoB;AAAA,EACtD,YAAY,UAAU,KAAK,YAAY,qCAAqC;AAAA,EAC5E,UAAU,UAAU,OAAO,YAAY,0BAA0B;AAAA,EACjE,UAAU,UAAU,KAAK,YAAY,oCAAoC;AAAA,EACzE,YAAY,UAAU,KAAK,YAAY,8BAA8B;AAAA,EACrE,UAAU,UAAU,KAAK,YAAY,8BAA8B;AAAA,EACnE,OAAO,UAAU,OAAO,YAAY,uBAAuB;AAAA,EAC3D,MAAM,UAAU,UAAU,CAAC,UAAU,QAAQ,UAAU,MAAM,CAAC;AAChE;AAEO,MAAM,gCACX;",
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import type { DSPropTypesSchema, XstyledProps } from '@elliemae/ds-props-helpers';\nimport { getPropsPerSlotPropTypes, PropTypes, xstyledPropTypes } from '@elliemae/ds-props-helpers';\nimport { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport type { WeakValidationMap } from 'react';\nimport { DSMenuTreeItemName, MENU_TREE_ITEM_SLOTS } from './constants/index.js';\n\nexport declare namespace DSMenuTreeItemT {\n export interface ItemT {\n dsId: string;\n collapsed?: boolean;\n depth: number;\n subitems: ItemT[] | null;\n }\n\n export interface TreeviewItemProps {\n onCollapse: (dsId: string) => void;\n item: ItemT;\n onSelect?: (dsId: string) => void;\n isSelected?: boolean;\n multiple?: boolean;\n }\n\n export interface RequiredProps {\n item: ItemT;\n dsId: string;\n depth: number;\n }\n\n export interface DefaultProps {}\n\n export interface OptionalProps extends TypescriptHelpersT.PropsForGlobalOnSlots<\n typeof DSMenuTreeItemName,\n typeof MENU_TREE_ITEM_SLOTS\n > {\n onCollapse: (dsId: string) => void;\n subitems: ItemT[] | null;\n onSelect?: (dsId: string) => void;\n isSelected?: boolean;\n multiple?: boolean;\n }\n\n export interface Props extends Partial<DefaultProps>, OptionalProps, XstyledProps, RequiredProps {}\n\n export interface InternalProps extends DefaultProps, OptionalProps, XstyledProps, RequiredProps {}\n\n export type ExampleState = '0' | '1';\n}\n\nexport const defaultProps: DSMenuTreeItemT.DefaultProps = {};\n\nconst itemPropsSchema = PropTypes.shape({\n dsId: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired,\n collapsed: PropTypes.bool,\n depth: PropTypes.number,\n // eslint-disable-next-line @typescript-eslint/no-use-before-define\n subitems: PropTypes.arrayOf(PropTypes.object),\n});\n\nexport const DSMenuTreeItemPropTypes: DSPropTypesSchema<DSMenuTreeItemT.InternalProps> = {\n ...xstyledPropTypes,\n ...getPropsPerSlotPropTypes(DSMenuTreeItemName, MENU_TREE_ITEM_SLOTS),\n item: itemPropsSchema.description('The item to render'),\n onCollapse: PropTypes.func.description('Callback when the item is collapsed'),\n subitems: PropTypes.object.description('The subitems of the item'),\n onSelect: PropTypes.func.description('Callback when the item is selected'),\n isSelected: PropTypes.bool.description('Whether the item is selected'),\n multiple: PropTypes.bool.description('Whether the menu is multiple'),\n depth: PropTypes.number.description('The depth of the item'),\n dsId: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n};\n\nexport const DSMenuTreeItemPropTypesSchema =\n DSMenuTreeItemPropTypes as unknown as WeakValidationMap<DSMenuTreeItemT.Props>;\n"],
5
+ "mappings": "AAAA,YAAY,WAAW;ACCvB,SAAS,0BAA0B,WAAW,wBAAwB;AAGtE,SAAS,oBAAoB,4BAA4B;AA4ClD,MAAM,eAA6C,CAAC;AAE3D,MAAM,kBAAkB,UAAU,MAAM;AAAA,EACtC,MAAM,UAAU,UAAU,CAAC,UAAU,QAAQ,UAAU,MAAM,CAAC,EAAE;AAAA,EAChE,WAAW,UAAU;AAAA,EACrB,OAAO,UAAU;AAAA;AAAA,EAEjB,UAAU,UAAU,QAAQ,UAAU,MAAM;AAC9C,CAAC;AAEM,MAAM,0BAA4E;AAAA,EACvF,GAAG;AAAA,EACH,GAAG,yBAAyB,oBAAoB,oBAAoB;AAAA,EACpE,MAAM,gBAAgB,YAAY,oBAAoB;AAAA,EACtD,YAAY,UAAU,KAAK,YAAY,qCAAqC;AAAA,EAC5E,UAAU,UAAU,OAAO,YAAY,0BAA0B;AAAA,EACjE,UAAU,UAAU,KAAK,YAAY,oCAAoC;AAAA,EACzE,YAAY,UAAU,KAAK,YAAY,8BAA8B;AAAA,EACrE,UAAU,UAAU,KAAK,YAAY,8BAA8B;AAAA,EACnE,OAAO,UAAU,OAAO,YAAY,uBAAuB;AAAA,EAC3D,MAAM,UAAU,UAAU,CAAC,UAAU,QAAQ,UAAU,MAAM,CAAC;AAChE;AAEO,MAAM,gCACX;",
6
6
  "names": []
7
7
  }
@@ -1,7 +1,7 @@
1
- import type { XstyledProps, DSPropTypesSchema } from '@elliemae/ds-props-helpers';
1
+ import type { DSPropTypesSchema, XstyledProps } from '@elliemae/ds-props-helpers';
2
2
  import { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';
3
3
  import type { WeakValidationMap } from 'react';
4
- import type { DSMenuTreeItemName, MENU_TREE_ITEM_SLOTS } from './constants/index.js';
4
+ import { DSMenuTreeItemName, MENU_TREE_ITEM_SLOTS } from './constants/index.js';
5
5
  export declare namespace DSMenuTreeItemT {
6
6
  interface ItemT {
7
7
  dsId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-menu-tree-item",
3
- "version": "3.61.11",
3
+ "version": "3.70.0-alpha.9",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Menu Tree Item",
6
6
  "files": [
@@ -22,7 +22,7 @@
22
22
  ],
23
23
  "repository": {
24
24
  "type": "git",
25
- "url": "https://git.elliemae.io/platform-ui/dimsum.git"
25
+ "url": "https://github.com/intcx/PLATFORM-UI.dimsum.git"
26
26
  },
27
27
  "engines": {
28
28
  "pnpm": ">=9",
@@ -36,22 +36,22 @@
36
36
  "indent": 4
37
37
  },
38
38
  "dependencies": {
39
- "@elliemae/ds-form-radio": "3.61.11",
40
- "@elliemae/ds-props-helpers": "3.61.11",
41
- "@elliemae/ds-icons": "3.61.11",
42
- "@elliemae/ds-grid": "3.61.11",
43
- "@elliemae/ds-form-checkbox": "3.61.11",
44
- "@elliemae/ds-button-v2": "3.61.11",
45
- "@elliemae/ds-separator": "3.61.11",
46
- "@elliemae/ds-system": "3.61.11",
47
- "@elliemae/ds-typescript-helpers": "3.61.11",
48
- "@elliemae/ds-typography": "3.61.11"
39
+ "@elliemae/ds-button-v2": "3.70.0-alpha.9",
40
+ "@elliemae/ds-form-radio": "3.70.0-alpha.9",
41
+ "@elliemae/ds-form-checkbox": "3.70.0-alpha.9",
42
+ "@elliemae/ds-icons": "3.70.0-alpha.9",
43
+ "@elliemae/ds-grid": "3.70.0-alpha.9",
44
+ "@elliemae/ds-props-helpers": "3.70.0-alpha.9",
45
+ "@elliemae/ds-separator": "3.70.0-alpha.9",
46
+ "@elliemae/ds-system": "3.70.0-alpha.9",
47
+ "@elliemae/ds-typescript-helpers": "3.70.0-alpha.9",
48
+ "@elliemae/ds-typography": "3.70.0-alpha.9"
49
49
  },
50
50
  "devDependencies": {
51
51
  "jest": "^30.0.0",
52
- "styled-components": "~5.3.9",
53
- "@elliemae/ds-test-utils": "3.61.11",
54
- "@elliemae/ds-monorepo-devops": "3.61.11"
52
+ "styled-components": "~5.3.11",
53
+ "@elliemae/ds-monorepo-devops": "3.70.0-alpha.9",
54
+ "@elliemae/ds-test-utils": "3.70.0-alpha.9"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "@testing-library/jest-dom": "^6.6.3",
@@ -59,7 +59,7 @@
59
59
  "@testing-library/user-event": "~14.6.1",
60
60
  "react": "^18.3.1",
61
61
  "react-dom": "^18.3.1",
62
- "styled-components": "~5.3.9"
62
+ "styled-components": "~5.3.11"
63
63
  },
64
64
  "publishConfig": {
65
65
  "access": "public",
@@ -1 +0,0 @@
1
- export {};