@elliemae/ds-menu-tree-item 3.46.4 → 3.46.6

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,3 +1,2 @@
1
- import type { WeakValidationMap } from 'react';
2
1
  import { type DSMenuTreeItemT } from '../react-desc-prop-types.js';
3
2
  export declare const useValidateProps: (props: DSMenuTreeItemT.InternalProps, propTypes: WeakValidationMap<unknown>) => void;
@@ -1,7 +1,6 @@
1
1
  import type { XstyledProps, DSPropTypesSchema } from '@elliemae/ds-props-helpers';
2
2
  import { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';
3
3
  import type { DSMenuTreeItemName, MENU_TREE_ITEM_SLOTS } from './constants/index.js';
4
- import type { WeakValidationMap } from 'react';
5
4
  export declare namespace DSMenuTreeItemT {
6
5
  interface ItemT {
7
6
  dsId: string;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- export declare const MenuItemWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, any, never>;
3
- export declare const StyledButton: import("styled-components").StyledComponent<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV3T.Props>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV3T.Props>>, never>;
1
+ export declare const MenuItemWrapper: any;
2
+ export declare const StyledButton: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-menu-tree-item",
3
- "version": "3.46.4",
3
+ "version": "3.46.6",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Menu Tree Item",
6
6
  "files": [
@@ -37,21 +37,21 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@xstyled/styled-components": "~3.6.0",
40
- "@elliemae/ds-form-checkbox": "3.46.4",
41
- "@elliemae/ds-grid": "3.46.4",
42
- "@elliemae/ds-form-radio": "3.46.4",
43
- "@elliemae/ds-props-helpers": "3.46.4",
44
- "@elliemae/ds-icons": "3.46.4",
45
- "@elliemae/ds-separator": "3.46.4",
46
- "@elliemae/ds-system": "3.46.4",
47
- "@elliemae/ds-typescript-helpers": "3.46.4",
48
- "@elliemae/ds-typography": "3.46.4",
49
- "@elliemae/ds-button-v2": "3.46.4"
40
+ "@elliemae/ds-button-v2": "3.46.6",
41
+ "@elliemae/ds-form-radio": "3.46.6",
42
+ "@elliemae/ds-icons": "3.46.6",
43
+ "@elliemae/ds-props-helpers": "3.46.6",
44
+ "@elliemae/ds-separator": "3.46.6",
45
+ "@elliemae/ds-system": "3.46.6",
46
+ "@elliemae/ds-typescript-helpers": "3.46.6",
47
+ "@elliemae/ds-typography": "3.46.6",
48
+ "@elliemae/ds-grid": "3.46.6",
49
+ "@elliemae/ds-form-checkbox": "3.46.6"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@elliemae/pui-cli": "9.0.0-next.50",
53
53
  "styled-components": "~5.3.9",
54
- "@elliemae/ds-monorepo-devops": "3.46.4"
54
+ "@elliemae/ds-monorepo-devops": "3.46.6"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "@testing-library/jest-dom": "~5.16.4",