@elliemae/ds-menu-items-commons 3.53.0-alpha.1 → 3.53.0-alpha.2

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,5 +1,6 @@
1
1
  import type { DSPropTypesSchema } from '@elliemae/ds-props-helpers';
2
2
  import type React from 'react';
3
+ import type { WeakValidationMap } from 'react';
3
4
  export declare namespace DSMenuItemsCommonsT {
4
5
  interface RequiredProps {
5
6
  dsId: string;
@@ -19,4 +20,4 @@ export declare namespace DSMenuItemsCommonsT {
19
20
  }
20
21
  export declare const DSMenuItemsCommonsDefaultProps: DSMenuItemsCommonsT.DefaultProps;
21
22
  export declare const DSMenuItemsCommonsPropTypes: DSPropTypesSchema<DSMenuItemsCommonsT.Props>;
22
- export declare const DSMenuItemsCommonsPropTypesSchema: React.WeakValidationMap<DSMenuItemsCommonsT.Props<unknown>>;
23
+ export declare const DSMenuItemsCommonsPropTypesSchema: WeakValidationMap<DSMenuItemsCommonsT.Props>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { LayoutProps, SizingProps, PositionProps, SpaceProps } from '@elliemae/ds-system';
3
2
  interface StyledGlobalMenuItemWrapperT extends LayoutProps, SizingProps, PositionProps, SpaceProps {
4
3
  isSelected?: boolean;
@@ -10,7 +9,7 @@ interface StyledGlobalMenuItemWrapperT extends LayoutProps, SizingProps, Positio
10
9
  export declare const StyledGlobalMenuItemWrapper: import("styled-components").StyledComponent<"li", import("@elliemae/ds-system").Theme, StyledGlobalMenuItemWrapperT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"li">, never>;
11
10
  export declare const StyleMenuItemLabel: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"span">, never>;
12
11
  export declare const StyleMenuItemSecondaryLabel: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, {
13
- disabled?: boolean | undefined;
12
+ disabled?: boolean;
14
13
  } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"span">, never>;
15
14
  export declare const StyledIconContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
16
15
  export declare const StyledEllipsisButton: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-menu-items-commons",
3
- "version": "3.53.0-alpha.1",
3
+ "version": "3.53.0-alpha.2",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Menu Items Commons",
6
6
  "files": [
@@ -36,16 +36,15 @@
36
36
  "indent": 4
37
37
  },
38
38
  "dependencies": {
39
- "@xstyled/styled-components": "~3.7.3",
40
- "@elliemae/ds-props-helpers": "3.53.0-alpha.1",
41
- "@elliemae/ds-system": "3.53.0-alpha.1",
42
- "@elliemae/ds-grid": "3.53.0-alpha.1"
39
+ "@elliemae/ds-grid": "3.53.0-alpha.2",
40
+ "@elliemae/ds-props-helpers": "3.53.0-alpha.2",
41
+ "@elliemae/ds-system": "3.53.0-alpha.2"
43
42
  },
44
43
  "devDependencies": {
45
44
  "jest": "~29.7.0",
46
45
  "lodash-es": "^4.17.21",
47
46
  "styled-components": "~5.3.9",
48
- "@elliemae/ds-monorepo-devops": "3.53.0-alpha.1"
47
+ "@elliemae/ds-monorepo-devops": "3.53.0-alpha.2"
49
48
  },
50
49
  "peerDependencies": {
51
50
  "@testing-library/jest-dom": "^6.6.3",