@elliemae/ds-menu-button 3.49.0-rc.0 → 3.50.0-next.1

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.
@@ -55,7 +55,7 @@ export declare const useSplitInherithedProps: ({ propsWithDefault, focusableNode
55
55
  list?: string | undefined;
56
56
  "aria-activedescendant"?: string | undefined;
57
57
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
58
- "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
58
+ "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
59
59
  "aria-braillelabel"?: string | undefined;
60
60
  "aria-brailleroledescription"?: string | undefined;
61
61
  "aria-busy"?: (boolean | "true" | "false") | undefined;
@@ -70,7 +70,7 @@ export declare const useSplitInherithedProps: ({ propsWithDefault, focusableNode
70
70
  "aria-description"?: string | undefined;
71
71
  "aria-details"?: string | undefined;
72
72
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
73
- "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
73
+ "aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
74
74
  "aria-errormessage"?: string | undefined;
75
75
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
76
76
  "aria-flowto"?: string | undefined;
@@ -269,6 +269,7 @@ export declare const useSplitInherithedProps: ({ propsWithDefault, focusableNode
269
269
  suppressContentEditableWarning?: boolean | undefined;
270
270
  suppressHydrationWarning?: boolean | undefined;
271
271
  accessKey?: string | undefined;
272
+ autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | (string & {}) | undefined;
272
273
  autoFocus?: boolean | undefined;
273
274
  className?: string | undefined;
274
275
  contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
@@ -299,7 +300,6 @@ export declare const useSplitInherithedProps: ({ propsWithDefault, focusableNode
299
300
  rev?: string | undefined;
300
301
  typeof?: string | undefined;
301
302
  vocab?: string | undefined;
302
- autoCapitalize?: string | undefined;
303
303
  autoCorrect?: string | undefined;
304
304
  autoSave?: string | undefined;
305
305
  color?: string | undefined;
@@ -310,8 +310,8 @@ export declare const useSplitInherithedProps: ({ propsWithDefault, focusableNode
310
310
  itemRef?: string | undefined;
311
311
  results?: number | undefined;
312
312
  security?: string | undefined;
313
- unselectable?: "on" | "off" | undefined;
314
- inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
313
+ unselectable?: "off" | "on" | undefined;
314
+ inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
315
315
  is?: string | undefined;
316
316
  accept?: string | undefined;
317
317
  acceptCharset?: string | undefined;
@@ -483,7 +483,7 @@ export declare const useSplitInherithedProps: ({ propsWithDefault, focusableNode
483
483
  borderRadius?: string | undefined;
484
484
  backgroundColor?: (keyof import("@elliemae/ds-system").DummyColorTheme | `neutral-100-${string}` | `neutral-200-${string}` | `neutral-300-${string}` | `neutral-400-${string}` | `neutral-500-${string}` | `neutral-600-${string}` | `neutral-700-${string}` | `neutral-800-${string}` | `neutral-000-${string}` | `neutral-050-${string}` | `neutral-080-${string}` | `brand-100-${string}` | `brand-200-${string}` | `brand-300-${string}` | `brand-400-${string}` | `brand-500-${string}` | `brand-600-${string}` | `brand-700-${string}` | `brand-800-${string}` | `success-300-${string}` | `success-900-${string}` | `warning-400-${string}` | `warning-600-${string}` | `warning-900-${string}` | `danger-200-${string}` | `danger-900-${string}` | `#${string}` | `rgba(${string})` | `rgb(${string})`) | undefined;
485
485
  bg?: (keyof import("@elliemae/ds-system").DummyColorTheme | `neutral-100-${string}` | `neutral-200-${string}` | `neutral-300-${string}` | `neutral-400-${string}` | `neutral-500-${string}` | `neutral-600-${string}` | `neutral-700-${string}` | `neutral-800-${string}` | `neutral-000-${string}` | `neutral-050-${string}` | `neutral-080-${string}` | `brand-100-${string}` | `brand-200-${string}` | `brand-300-${string}` | `brand-400-${string}` | `brand-500-${string}` | `brand-600-${string}` | `brand-700-${string}` | `brand-800-${string}` | `success-300-${string}` | `success-900-${string}` | `warning-400-${string}` | `warning-600-${string}` | `warning-900-${string}` | `danger-200-${string}` | `danger-900-${string}` | `#${string}` | `rgba(${string})` | `rgb(${string})`) | undefined;
486
- fontWeight?: import("@xstyled/system").SystemProp<{} | "inherit" | (string & {}) | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | "bold" | "normal" | "bolder" | "lighter" | "thin" | "light" | "regular" | "semibold", import("@xstyled/system").Theme> | undefined;
486
+ fontWeight?: import("@xstyled/system").SystemProp<{} | (string & {}) | "inherit" | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | "bold" | "normal" | "bolder" | "lighter" | "thin" | "light" | "regular" | "semibold", import("@xstyled/system").Theme> | undefined;
487
487
  textAlign?: import("@xstyled/system").SystemProp<import("csstype").Property.TextAlign, import("@xstyled/system").Theme> | undefined;
488
488
  };
489
489
  };
@@ -1,3 +1,4 @@
1
+ /// <reference types="prop-types" />
1
2
  import { type useFloatingContext } from '@elliemae/ds-floating-context';
2
3
  import type { DSPropTypesSchema, ValidationMap } from '@elliemae/ds-props-helpers';
3
4
  import { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="prop-types" />
2
3
  import type { DSPropTypesSchema, ValidationMap } from '@elliemae/ds-props-helpers';
3
4
  import { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';
4
5
  import { type DSMenuButtonT } from '../../react-desc-prop-types.js';
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="prop-types" />
2
3
  import type { DSPropTypesSchema, GlobalAttributesT, ValidationMap, XstyledProps } from '@elliemae/ds-props-helpers';
3
4
  import { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';
4
5
  import type { DSMenuButtonT } from '../../react-desc-prop-types.js';
@@ -1,3 +1,4 @@
1
+ /// <reference types="prop-types" />
1
2
  import type { DSPropTypesSchema, ValidationMap } from '@elliemae/ds-props-helpers';
2
3
  import { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';
3
4
  import type React from 'react';
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="prop-types" />
2
3
  import type { DSPropTypesSchema, ValidationMap } from '@elliemae/ds-props-helpers';
3
4
  import { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';
4
5
  import type { DSButtonV3T } from '@elliemae/ds-button-v2';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-menu-button",
3
- "version": "3.49.0-rc.0",
3
+ "version": "3.50.0-next.1",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Menu Button",
6
6
  "files": [
@@ -37,21 +37,21 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@xstyled/styled-components": "~3.6.0",
40
- "@elliemae/ds-button-v2": "3.49.0-rc.0",
41
- "@elliemae/ds-grid": "3.49.0-rc.0",
42
- "@elliemae/ds-floating-context": "3.49.0-rc.0",
43
- "@elliemae/ds-hooks-on-blur-out": "3.49.0-rc.0",
44
- "@elliemae/ds-menu-items-commons": "3.49.0-rc.0",
45
- "@elliemae/ds-icons": "3.49.0-rc.0",
46
- "@elliemae/ds-props-helpers": "3.49.0-rc.0",
47
- "@elliemae/ds-system": "3.49.0-rc.0",
48
- "@elliemae/ds-tree-model": "3.49.0-rc.0"
40
+ "@elliemae/ds-button-v2": "3.50.0-next.1",
41
+ "@elliemae/ds-icons": "3.50.0-next.1",
42
+ "@elliemae/ds-menu-items-commons": "3.50.0-next.1",
43
+ "@elliemae/ds-props-helpers": "3.50.0-next.1",
44
+ "@elliemae/ds-system": "3.50.0-next.1",
45
+ "@elliemae/ds-tree-model": "3.50.0-next.1",
46
+ "@elliemae/ds-floating-context": "3.50.0-next.1",
47
+ "@elliemae/ds-grid": "3.50.0-next.1",
48
+ "@elliemae/ds-hooks-on-blur-out": "3.50.0-next.1"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@elliemae/pui-cli": "9.0.0-next.50",
52
52
  "styled-components": "~5.3.9",
53
- "@elliemae/ds-monorepo-devops": "3.49.0-rc.0",
54
- "@elliemae/ds-typescript-helpers": "3.49.0-rc.0"
53
+ "@elliemae/ds-monorepo-devops": "3.50.0-next.1",
54
+ "@elliemae/ds-typescript-helpers": "3.50.0-next.1"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "@testing-library/jest-dom": "~5.16.4",