@elliemae/ds-menu-button 3.48.2-next.0 → 3.49.0-rc.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/types/config/useSplitInherithedProps.d.ts +6 -6
- package/dist/types/parts/DSFlyoutMenu/react-desc-prop-types.d.ts +0 -1
- package/dist/types/parts/DSMenuBehaviouralContextProvider/react-desc-prop-types.d.ts +0 -1
- package/dist/types/parts/DSMenuItemRendererFactory/react-desc-prop-types.d.ts +0 -1
- package/dist/types/parts/DSOpinionatedButton/react-desc-prop-types.d.ts +0 -1
- package/dist/types/react-desc-prop-types.d.ts +0 -1
- package/package.json +12 -12
@@ -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"?: "
|
58
|
+
"aria-autocomplete"?: "list" | "none" | "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"?: "
|
73
|
+
"aria-dropeffect"?: "link" | "none" | "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,7 +269,6 @@ 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;
|
273
272
|
autoFocus?: boolean | undefined;
|
274
273
|
className?: string | undefined;
|
275
274
|
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
@@ -300,6 +299,7 @@ export declare const useSplitInherithedProps: ({ propsWithDefault, focusableNode
|
|
300
299
|
rev?: string | undefined;
|
301
300
|
typeof?: string | undefined;
|
302
301
|
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?: "
|
314
|
-
inputMode?: "
|
313
|
+
unselectable?: "on" | "off" | undefined;
|
314
|
+
inputMode?: "search" | "none" | "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<{} | (string & {}) | "
|
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;
|
487
487
|
textAlign?: import("@xstyled/system").SystemProp<import("csstype").Property.TextAlign, import("@xstyled/system").Theme> | undefined;
|
488
488
|
};
|
489
489
|
};
|
@@ -1,4 +1,3 @@
|
|
1
|
-
/// <reference types="prop-types" />
|
2
1
|
import { type useFloatingContext } from '@elliemae/ds-floating-context';
|
3
2
|
import type { DSPropTypesSchema, ValidationMap } from '@elliemae/ds-props-helpers';
|
4
3
|
import { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';
|
@@ -1,5 +1,4 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
/// <reference types="prop-types" />
|
3
2
|
import type { DSPropTypesSchema, ValidationMap } from '@elliemae/ds-props-helpers';
|
4
3
|
import { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';
|
5
4
|
import { type DSMenuButtonT } from '../../react-desc-prop-types.js';
|
@@ -1,5 +1,4 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
/// <reference types="prop-types" />
|
3
2
|
import type { DSPropTypesSchema, GlobalAttributesT, ValidationMap, XstyledProps } from '@elliemae/ds-props-helpers';
|
4
3
|
import { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';
|
5
4
|
import type { DSMenuButtonT } from '../../react-desc-prop-types.js';
|
@@ -1,5 +1,4 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
/// <reference types="prop-types" />
|
3
2
|
import type { DSPropTypesSchema, ValidationMap } from '@elliemae/ds-props-helpers';
|
4
3
|
import { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';
|
5
4
|
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.
|
3
|
+
"version": "3.49.0-rc.0",
|
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.
|
41
|
-
"@elliemae/ds-
|
42
|
-
"@elliemae/ds-
|
43
|
-
"@elliemae/ds-hooks-on-blur-out": "3.
|
44
|
-
"@elliemae/ds-menu-items-commons": "3.
|
45
|
-
"@elliemae/ds-
|
46
|
-
"@elliemae/ds-props-helpers": "3.
|
47
|
-
"@elliemae/ds-
|
48
|
-
"@elliemae/ds-tree-model": "3.
|
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"
|
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.
|
54
|
-
"@elliemae/ds-typescript-helpers": "3.
|
53
|
+
"@elliemae/ds-monorepo-devops": "3.49.0-rc.0",
|
54
|
+
"@elliemae/ds-typescript-helpers": "3.49.0-rc.0"
|
55
55
|
},
|
56
56
|
"peerDependencies": {
|
57
57
|
"@testing-library/jest-dom": "~5.16.4",
|