@astral/features 3.64.0 → 3.64.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.
- package/cryproPro/components/CryptoProCertAutocomplete/AutocompleteListItem/styles.d.ts +121 -123
- package/cryproPro/components/SetupCryptoProWorkspaceModal/CryptoproviderInfo/styles.d.ts +1 -1
- package/cryproPro/components/SetupCryptoProWorkspaceModal/styles.d.ts +2 -2
- package/package.json +2 -2
- package/productSwitcher/components/IdentityProductSwitcher/styles.d.ts +1 -1
|
@@ -5,11 +5,11 @@ export declare const AutocompleteListAvatarIcon: import("@emotion/styled").Style
|
|
|
5
5
|
}, {}, {}>;
|
|
6
6
|
export declare const AutocompleteListItemLabel: import("@emotion/styled").StyledComponent<{
|
|
7
7
|
theme?: import("@emotion/react").Theme | undefined;
|
|
8
|
-
as?: import("react").ElementType<any> | undefined;
|
|
8
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
9
9
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
10
10
|
export declare const AutocompleteListItemSideLabel: import("@emotion/styled").StyledComponent<{
|
|
11
11
|
theme?: import("@emotion/react").Theme | undefined;
|
|
12
|
-
as?: import("react").ElementType<any> | undefined;
|
|
12
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
13
13
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
14
14
|
export declare const AutocompleteListItemLabelTitle: import("@emotion/styled").StyledComponent<import("@astral/ui").OverflowedProps & {
|
|
15
15
|
tooltipProps?: Omit<{
|
|
@@ -17,10 +17,10 @@ export declare const AutocompleteListItemLabelTitle: import("@emotion/styled").S
|
|
|
17
17
|
content?: string | undefined;
|
|
18
18
|
translate?: "yes" | "no" | undefined;
|
|
19
19
|
components?: {
|
|
20
|
-
Popper?: import("react").ElementType<import("@mui/material").PopperProps> | undefined;
|
|
21
|
-
Transition?: import("react").ElementType<any> | undefined;
|
|
22
|
-
Tooltip?: import("react").ElementType<any> | undefined;
|
|
23
|
-
Arrow?: import("react").ElementType<any> | undefined;
|
|
20
|
+
Popper?: import("react").ElementType<import("@mui/material").PopperProps, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
21
|
+
Transition?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
22
|
+
Tooltip?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
23
|
+
Arrow?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
24
24
|
} | undefined;
|
|
25
25
|
classes?: Partial<import("@mui/material").TooltipClasses> | undefined;
|
|
26
26
|
children: import("react").ReactElement<any, any>;
|
|
@@ -31,7 +31,7 @@ export declare const AutocompleteListItemLabelTitle: import("@emotion/styled").S
|
|
|
31
31
|
accessKey?: string | undefined;
|
|
32
32
|
autoFocus?: boolean | undefined;
|
|
33
33
|
className?: string | undefined;
|
|
34
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
34
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
35
35
|
contextMenu?: string | undefined;
|
|
36
36
|
dir?: string | undefined;
|
|
37
37
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -39,7 +39,6 @@ export declare const AutocompleteListItemLabelTitle: import("@emotion/styled").S
|
|
|
39
39
|
id?: string | undefined;
|
|
40
40
|
lang?: string | undefined;
|
|
41
41
|
nonce?: string | undefined;
|
|
42
|
-
placeholder?: string | undefined;
|
|
43
42
|
slot?: string | undefined;
|
|
44
43
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
45
44
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -70,59 +69,59 @@ export declare const AutocompleteListItemLabelTitle: import("@emotion/styled").S
|
|
|
70
69
|
unselectable?: "on" | "off" | undefined;
|
|
71
70
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
72
71
|
is?: string | undefined;
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
72
|
+
"aria-activedescendant"?: string | undefined;
|
|
73
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
74
|
+
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
75
|
+
"aria-braillelabel"?: string | undefined;
|
|
76
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
77
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
78
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
79
|
+
"aria-colcount"?: number | undefined;
|
|
80
|
+
"aria-colindex"?: number | undefined;
|
|
81
|
+
"aria-colindextext"?: string | undefined;
|
|
82
|
+
"aria-colspan"?: number | undefined;
|
|
83
|
+
"aria-controls"?: string | undefined;
|
|
84
|
+
"aria-current"?: boolean | "page" | "true" | "false" | "step" | "location" | "date" | "time" | undefined;
|
|
85
|
+
"aria-describedby"?: string | undefined;
|
|
86
|
+
"aria-description"?: string | undefined;
|
|
87
|
+
"aria-details"?: string | undefined;
|
|
88
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
89
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
90
|
+
"aria-errormessage"?: string | undefined;
|
|
91
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
92
|
+
"aria-flowto"?: string | undefined;
|
|
93
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
94
|
+
"aria-haspopup"?: boolean | "grid" | "true" | "false" | "dialog" | "listbox" | "menu" | "tree" | undefined;
|
|
95
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
96
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
97
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
98
|
+
"aria-label"?: string | undefined;
|
|
99
|
+
"aria-labelledby"?: string | undefined;
|
|
100
|
+
"aria-level"?: number | undefined;
|
|
101
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
102
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
103
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
104
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
105
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
106
|
+
"aria-owns"?: string | undefined;
|
|
107
|
+
"aria-placeholder"?: string | undefined;
|
|
108
|
+
"aria-posinset"?: number | undefined;
|
|
109
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
110
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
111
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
112
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
113
|
+
"aria-roledescription"?: string | undefined;
|
|
114
|
+
"aria-rowcount"?: number | undefined;
|
|
115
|
+
"aria-rowindex"?: number | undefined;
|
|
116
|
+
"aria-rowindextext"?: string | undefined;
|
|
117
|
+
"aria-rowspan"?: number | undefined;
|
|
118
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
119
|
+
"aria-setsize"?: number | undefined;
|
|
120
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
121
|
+
"aria-valuemax"?: number | undefined;
|
|
122
|
+
"aria-valuemin"?: number | undefined;
|
|
123
|
+
"aria-valuenow"?: number | undefined;
|
|
124
|
+
"aria-valuetext"?: string | undefined;
|
|
126
125
|
dangerouslySetInnerHTML?: {
|
|
127
126
|
__html: string | TrustedHTML;
|
|
128
127
|
} | undefined;
|
|
@@ -302,10 +301,10 @@ export declare const AutocompleteListItemLabelTitle: import("@emotion/styled").S
|
|
|
302
301
|
arrow?: (import("react").HTMLProps<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme> & import("@mui/material").TooltipComponentsPropsOverrides) | undefined;
|
|
303
302
|
} | undefined;
|
|
304
303
|
slots?: {
|
|
305
|
-
popper?: import("react").ElementType<import("@mui/material").PopperProps> | undefined;
|
|
306
|
-
transition?: import("react").ElementType<any> | undefined;
|
|
307
|
-
tooltip?: import("react").ElementType<any> | undefined;
|
|
308
|
-
arrow?: import("react").ElementType<any> | undefined;
|
|
304
|
+
popper?: import("react").ElementType<import("@mui/material").PopperProps, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
305
|
+
transition?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
306
|
+
tooltip?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
307
|
+
arrow?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
309
308
|
} | undefined;
|
|
310
309
|
onClose?: ((event: Event | import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
311
310
|
open?: boolean | undefined;
|
|
@@ -341,7 +340,7 @@ export declare const AutocompleteListItemLabelTitle: import("@emotion/styled").S
|
|
|
341
340
|
color?: "red" | "green" | "yellow" | "primary" | "secondary" | "grey" | "error" | "warning" | "info" | "success" | "text" | "textSecondary" | undefined;
|
|
342
341
|
variant?: import("@mui/material").TypographyVariant | keyof import("@mui/material").TypographyPropsVariantOverrides | undefined;
|
|
343
342
|
colorIntensity?: ("800" | "900" | "700" | "600" | "500" | "400" | "300" | "200" | "100") | undefined;
|
|
344
|
-
component?: ("symbol" | "object" | "small" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "caption" | "button" | "link" | "code" | "main" | "clipPath" | "filter" | "mask" | "marker" | "text" | "svg" | "slot" | "style" | "title" | import("react").ComponentType<any> | "search" | "big" | "sub" | "sup" | "
|
|
343
|
+
component?: ("symbol" | "object" | "small" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "caption" | "button" | "link" | "code" | "main" | "clipPath" | "filter" | "mask" | "marker" | "text" | "svg" | "slot" | "style" | "title" | import("react").ComponentType<any> | "search" | "big" | "sub" | "sup" | "article" | "dialog" | "figure" | "form" | "img" | "menu" | "menuitem" | "option" | "switch" | "table" | "time" | "a" | "abbr" | "address" | "area" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "canvas" | "center" | "cite" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "footer" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "map" | "mark" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "section" | "select" | "source" | "span" | "strong" | "summary" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "animate" | "animateMotion" | "animateTransform" | "circle" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "textPath" | "tspan" | "use" | "view") | undefined;
|
|
345
344
|
isUpperCase?: boolean | undefined;
|
|
346
345
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & {
|
|
347
346
|
children?: import("react").ReactNode;
|
|
@@ -361,7 +360,7 @@ export declare const AutocompleteListItemIcon: import("@emotion/styled").StyledC
|
|
|
361
360
|
accessKey?: string | undefined;
|
|
362
361
|
autoFocus?: boolean | undefined;
|
|
363
362
|
className?: string | undefined;
|
|
364
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
363
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
365
364
|
contextMenu?: string | undefined;
|
|
366
365
|
dir?: string | undefined;
|
|
367
366
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -369,7 +368,6 @@ export declare const AutocompleteListItemIcon: import("@emotion/styled").StyledC
|
|
|
369
368
|
id?: string | undefined;
|
|
370
369
|
lang?: string | undefined;
|
|
371
370
|
nonce?: string | undefined;
|
|
372
|
-
placeholder?: string | undefined;
|
|
373
371
|
slot?: string | undefined;
|
|
374
372
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
375
373
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -400,59 +398,59 @@ export declare const AutocompleteListItemIcon: import("@emotion/styled").StyledC
|
|
|
400
398
|
unselectable?: "on" | "off" | undefined;
|
|
401
399
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
402
400
|
is?: string | undefined;
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
401
|
+
"aria-activedescendant"?: string | undefined;
|
|
402
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
403
|
+
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
404
|
+
"aria-braillelabel"?: string | undefined;
|
|
405
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
406
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
407
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
408
|
+
"aria-colcount"?: number | undefined;
|
|
409
|
+
"aria-colindex"?: number | undefined;
|
|
410
|
+
"aria-colindextext"?: string | undefined;
|
|
411
|
+
"aria-colspan"?: number | undefined;
|
|
412
|
+
"aria-controls"?: string | undefined;
|
|
413
|
+
"aria-current"?: boolean | "page" | "true" | "false" | "step" | "location" | "date" | "time" | undefined;
|
|
414
|
+
"aria-describedby"?: string | undefined;
|
|
415
|
+
"aria-description"?: string | undefined;
|
|
416
|
+
"aria-details"?: string | undefined;
|
|
417
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
418
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
419
|
+
"aria-errormessage"?: string | undefined;
|
|
420
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
421
|
+
"aria-flowto"?: string | undefined;
|
|
422
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
423
|
+
"aria-haspopup"?: boolean | "grid" | "true" | "false" | "dialog" | "listbox" | "menu" | "tree" | undefined;
|
|
424
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
425
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
426
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
427
|
+
"aria-label"?: string | undefined;
|
|
428
|
+
"aria-labelledby"?: string | undefined;
|
|
429
|
+
"aria-level"?: number | undefined;
|
|
430
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
431
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
432
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
433
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
434
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
435
|
+
"aria-owns"?: string | undefined;
|
|
436
|
+
"aria-placeholder"?: string | undefined;
|
|
437
|
+
"aria-posinset"?: number | undefined;
|
|
438
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
439
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
440
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
441
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
442
|
+
"aria-roledescription"?: string | undefined;
|
|
443
|
+
"aria-rowcount"?: number | undefined;
|
|
444
|
+
"aria-rowindex"?: number | undefined;
|
|
445
|
+
"aria-rowindextext"?: string | undefined;
|
|
446
|
+
"aria-rowspan"?: number | undefined;
|
|
447
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
448
|
+
"aria-setsize"?: number | undefined;
|
|
449
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
450
|
+
"aria-valuemax"?: number | undefined;
|
|
451
|
+
"aria-valuemin"?: number | undefined;
|
|
452
|
+
"aria-valuenow"?: number | undefined;
|
|
453
|
+
"aria-valuetext"?: string | undefined;
|
|
456
454
|
dangerouslySetInnerHTML?: {
|
|
457
455
|
__html: string | TrustedHTML;
|
|
458
456
|
} | undefined;
|
|
@@ -641,7 +639,7 @@ export declare const GroupMenuItem: import("@emotion/styled").StyledComponent<{
|
|
|
641
639
|
disableTouchRipple?: boolean | undefined;
|
|
642
640
|
focusRipple?: boolean | undefined;
|
|
643
641
|
focusVisibleClassName?: string | undefined;
|
|
644
|
-
LinkComponent?: import("react").ElementType<any> | undefined;
|
|
642
|
+
LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
645
643
|
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
646
644
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
647
645
|
tabIndex?: number | undefined;
|
|
@@ -673,7 +671,7 @@ export declare const AutocompleteListItemContent: import("@emotion/styled").Styl
|
|
|
673
671
|
disableTouchRipple?: boolean | undefined;
|
|
674
672
|
focusRipple?: boolean | undefined;
|
|
675
673
|
focusVisibleClassName?: string | undefined;
|
|
676
|
-
LinkComponent?: import("react").ElementType<any> | undefined;
|
|
674
|
+
LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
677
675
|
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
678
676
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
679
677
|
tabIndex?: number | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const CryptoproviderInfoIconWrapper: import("@emotion/styled").StyledComponent<{
|
|
3
3
|
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
-
as?: import("react").ElementType<any> | undefined;
|
|
4
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
5
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const WorkspaceInfoItem: import("@emotion/styled").StyledComponent<{
|
|
3
3
|
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
-
as?: import("react").ElementType<any> | undefined;
|
|
4
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
5
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
6
6
|
export declare const WorkspaceInfoWrapper: import("@emotion/styled").StyledComponent<{
|
|
7
7
|
theme?: import("@emotion/react").Theme | undefined;
|
|
8
|
-
as?: import("react").ElementType<any> | undefined;
|
|
8
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
9
9
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
package/package.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"name": "@astral/features",
|
|
3
3
|
"browser": "./index.js",
|
|
4
4
|
"main": "./index.js",
|
|
5
|
-
"version": "3.64.
|
|
5
|
+
"version": "3.64.2",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@astral/ui": "^3.64.
|
|
7
|
+
"@astral/ui": "^3.64.2",
|
|
8
8
|
"mobx": "^6.8.0",
|
|
9
9
|
"mobx-react-lite": "^3.4.0",
|
|
10
10
|
"@astral/cryptopro-cades": "^1.5.1"
|
|
@@ -5,7 +5,7 @@ export declare const IdentityProductSwitcherMenu: import("@emotion/styled").Styl
|
|
|
5
5
|
export declare const IdentityProductSwitcherItem: import("@mui/material").ExtendButtonBase<import("@mui/material").MenuItemTypeMap<{}, "li">>;
|
|
6
6
|
export declare const IdentityProductSwitcherLogo: import("@emotion/styled").StyledComponent<{
|
|
7
7
|
theme?: import("@emotion/react").Theme | undefined;
|
|
8
|
-
as?: import("react").ElementType<any> | undefined;
|
|
8
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
9
9
|
}, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
10
10
|
export declare const IdentityProductSwitcherErrorContainer: import("@emotion/styled").StyledComponent<import("@astral/ui").GridContainerProps & import("@astral/ui").GridElementsProps & {
|
|
11
11
|
children?: import("react").ReactNode;
|