@frontify/fondue 12.0.0-beta.209 → 12.0.0-beta.210
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.
|
@@ -11,8 +11,8 @@ export declare const decoratedResults: (results: SearchResult[]) => {
|
|
|
11
11
|
disabled?: boolean | undefined;
|
|
12
12
|
active?: boolean | undefined;
|
|
13
13
|
onClick?: (<T extends HTMLButtonElement | HTMLAnchorElement>(event: import("react").MouseEvent<T, MouseEvent>) => void) | undefined;
|
|
14
|
-
id: string | number;
|
|
15
14
|
type?: string | undefined;
|
|
15
|
+
id: string | number;
|
|
16
16
|
size?: import("../..").MenuItemContentSize | undefined;
|
|
17
17
|
checked?: boolean | undefined;
|
|
18
18
|
subtitle?: string | undefined;
|
|
@@ -57,7 +57,7 @@ export declare const useManualComboBoxEventHandlers: ({ inputProps, inputRef, po
|
|
|
57
57
|
is?: string | undefined;
|
|
58
58
|
'aria-activedescendant'?: string | undefined;
|
|
59
59
|
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
60
|
-
'aria-autocomplete'?: "
|
|
60
|
+
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
|
|
61
61
|
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
62
62
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
63
63
|
'aria-colcount'?: number | undefined;
|
|
@@ -90,7 +90,7 @@ export declare const useManualComboBoxEventHandlers: ({ inputProps, inputRef, po
|
|
|
90
90
|
'aria-posinset'?: number | undefined;
|
|
91
91
|
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
92
92
|
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
93
|
-
'aria-relevant'?: "text" | "
|
|
93
|
+
'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
94
94
|
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
95
95
|
'aria-roledescription'?: string | undefined;
|
|
96
96
|
'aria-rowcount'?: number | undefined;
|
|
@@ -14,11 +14,11 @@ export default function deserialize<T extends InputNodeTypes>(node: MarkdownAstN
|
|
|
14
14
|
category?: undefined;
|
|
15
15
|
id?: undefined;
|
|
16
16
|
} | {
|
|
17
|
+
target?: import("../types").TargetValue | undefined;
|
|
17
18
|
url?: string | undefined;
|
|
18
19
|
value?: string | undefined;
|
|
19
20
|
alt?: string | undefined;
|
|
20
21
|
lang?: string | undefined;
|
|
21
|
-
target?: import("../types").TargetValue | undefined;
|
|
22
22
|
checked?: any;
|
|
23
23
|
position?: any;
|
|
24
24
|
spread?: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontify/fondue",
|
|
3
|
-
"version": "12.0.0-beta.
|
|
3
|
+
"version": "12.0.0-beta.210",
|
|
4
4
|
"description": "Design system of Frontify",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=16",
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"@dnd-kit/utilities": "3.2.1",
|
|
139
139
|
"@frontify/fondue-tokens": "3.1.0-next.5",
|
|
140
140
|
"@popperjs/core": "2.11.6",
|
|
141
|
-
"@react-aria/accordion": "3.0.0-alpha.
|
|
141
|
+
"@react-aria/accordion": "3.0.0-alpha.17",
|
|
142
142
|
"@react-aria/aria-modal-polyfill": "3.7.1",
|
|
143
143
|
"@react-aria/breadcrumbs": "3.4.0",
|
|
144
144
|
"@react-aria/button": "3.6.3",
|