@astral/features 3.326.3 → 3.328.0
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.
|
@@ -22,6 +22,9 @@ export declare const LabelTitle: import("@emotion/styled").StyledComponent<impor
|
|
|
22
22
|
color?: string | undefined;
|
|
23
23
|
content?: string | undefined;
|
|
24
24
|
translate?: "yes" | "no" | undefined;
|
|
25
|
+
slot?: string | undefined;
|
|
26
|
+
style?: import("react").CSSProperties | undefined;
|
|
27
|
+
title: import("react").ReactNode;
|
|
25
28
|
classes?: Partial<import("@mui/material").TooltipClasses> | undefined;
|
|
26
29
|
children: import("react").ReactElement<any, any>;
|
|
27
30
|
defaultChecked?: boolean | undefined;
|
|
@@ -40,11 +43,8 @@ export declare const LabelTitle: import("@emotion/styled").StyledComponent<impor
|
|
|
40
43
|
lang?: string | undefined;
|
|
41
44
|
nonce?: string | undefined;
|
|
42
45
|
placeholder?: string | undefined;
|
|
43
|
-
slot?: string | undefined;
|
|
44
46
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
45
|
-
style?: import("react").CSSProperties | undefined;
|
|
46
47
|
tabIndex?: number | undefined;
|
|
47
|
-
title: import("react").ReactNode;
|
|
48
48
|
radioGroup?: string | undefined;
|
|
49
49
|
role?: import("react").AriaRole | undefined;
|
|
50
50
|
about?: string | undefined;
|
|
@@ -325,7 +325,7 @@ export declare const LabelTitle: import("@emotion/styled").StyledComponent<impor
|
|
|
325
325
|
PopperComponent?: import("react").JSXElementConstructor<import("@mui/material").PopperProps> | undefined;
|
|
326
326
|
PopperProps?: Partial<import("@mui/material").PopperProps> | undefined;
|
|
327
327
|
withoutContainer?: boolean | undefined;
|
|
328
|
-
}, "
|
|
328
|
+
}, "title" | "children"> & {
|
|
329
329
|
title?: import("react").ReactNode;
|
|
330
330
|
}) | undefined;
|
|
331
331
|
visibleLastSymbolsCount?: number | undefined;
|
|
@@ -339,7 +339,7 @@ export declare const LabelTitle: import("@emotion/styled").StyledComponent<impor
|
|
|
339
339
|
color?: "red" | "green" | "yellow" | "primary" | "secondary" | "grey" | "info" | "error" | "warning" | "success" | "text" | "textSecondary" | undefined;
|
|
340
340
|
variant?: import("@astral/ui").TypographyLegacyVariant | import("@astral/ui").TypographyVariant | undefined;
|
|
341
341
|
colorIntensity?: import("@astral/ui").Intensity | undefined;
|
|
342
|
-
component?: ("symbol" | "object" | "small" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "caption" | "button" | "link" | "main" | "body" | "clipPath" | "filter" | "mask" | "marker" | "text" | "
|
|
342
|
+
component?: ("symbol" | "object" | "small" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "caption" | "button" | "link" | "main" | "body" | "clipPath" | "filter" | "mask" | "marker" | "text" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "br" | "canvas" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "label" | "legend" | "li" | "map" | "mark" | "menu" | "meta" | "meter" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "section" | "select" | "slot" | "source" | "span" | "strong" | "style" | "sub" | "summary" | "sup" | "table" | "tbody" | "td" | "template" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | import("react").ComponentType<any> | "big" | "center" | "keygen" | "menuitem" | "noindex" | "param" | "webview" | "svg" | "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" | "switch" | "textPath" | "tspan" | "use" | "view") | undefined;
|
|
343
343
|
isUpperCase?: boolean | undefined;
|
|
344
344
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & {
|
|
345
345
|
children?: import("react").ReactNode;
|
|
@@ -350,6 +350,9 @@ export declare const StyledListItemIcon: import("@emotion/styled").StyledCompone
|
|
|
350
350
|
color?: string | undefined;
|
|
351
351
|
content?: string | undefined;
|
|
352
352
|
translate?: "yes" | "no" | undefined;
|
|
353
|
+
slot?: string | undefined;
|
|
354
|
+
style?: import("react").CSSProperties | undefined;
|
|
355
|
+
title?: string | undefined;
|
|
353
356
|
classes?: Partial<import("@mui/material").ListItemIconClasses> | undefined;
|
|
354
357
|
children?: import("react").ReactNode;
|
|
355
358
|
defaultChecked?: boolean | undefined;
|
|
@@ -368,11 +371,8 @@ export declare const StyledListItemIcon: import("@emotion/styled").StyledCompone
|
|
|
368
371
|
lang?: string | undefined;
|
|
369
372
|
nonce?: string | undefined;
|
|
370
373
|
placeholder?: string | undefined;
|
|
371
|
-
slot?: string | undefined;
|
|
372
374
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
373
|
-
style?: import("react").CSSProperties | undefined;
|
|
374
375
|
tabIndex?: number | undefined;
|
|
375
|
-
title?: string | undefined;
|
|
376
376
|
radioGroup?: string | undefined;
|
|
377
377
|
role?: import("react").AriaRole | undefined;
|
|
378
378
|
about?: string | undefined;
|
package/node/cryproPro/components/CryptoProCertAutocomplete/AutocompleteListItem/styles.d.ts
CHANGED
|
@@ -22,6 +22,9 @@ export declare const LabelTitle: import("@emotion/styled").StyledComponent<impor
|
|
|
22
22
|
color?: string | undefined;
|
|
23
23
|
content?: string | undefined;
|
|
24
24
|
translate?: "yes" | "no" | undefined;
|
|
25
|
+
slot?: string | undefined;
|
|
26
|
+
style?: import("react").CSSProperties | undefined;
|
|
27
|
+
title: import("react").ReactNode;
|
|
25
28
|
classes?: Partial<import("@mui/material").TooltipClasses> | undefined;
|
|
26
29
|
children: import("react").ReactElement<any, any>;
|
|
27
30
|
defaultChecked?: boolean | undefined;
|
|
@@ -40,11 +43,8 @@ export declare const LabelTitle: import("@emotion/styled").StyledComponent<impor
|
|
|
40
43
|
lang?: string | undefined;
|
|
41
44
|
nonce?: string | undefined;
|
|
42
45
|
placeholder?: string | undefined;
|
|
43
|
-
slot?: string | undefined;
|
|
44
46
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
45
|
-
style?: import("react").CSSProperties | undefined;
|
|
46
47
|
tabIndex?: number | undefined;
|
|
47
|
-
title: import("react").ReactNode;
|
|
48
48
|
radioGroup?: string | undefined;
|
|
49
49
|
role?: import("react").AriaRole | undefined;
|
|
50
50
|
about?: string | undefined;
|
|
@@ -325,7 +325,7 @@ export declare const LabelTitle: import("@emotion/styled").StyledComponent<impor
|
|
|
325
325
|
PopperComponent?: import("react").JSXElementConstructor<import("@mui/material").PopperProps> | undefined;
|
|
326
326
|
PopperProps?: Partial<import("@mui/material").PopperProps> | undefined;
|
|
327
327
|
withoutContainer?: boolean | undefined;
|
|
328
|
-
}, "
|
|
328
|
+
}, "title" | "children"> & {
|
|
329
329
|
title?: import("react").ReactNode;
|
|
330
330
|
}) | undefined;
|
|
331
331
|
visibleLastSymbolsCount?: number | undefined;
|
|
@@ -339,7 +339,7 @@ export declare const LabelTitle: import("@emotion/styled").StyledComponent<impor
|
|
|
339
339
|
color?: "red" | "green" | "yellow" | "primary" | "secondary" | "grey" | "info" | "error" | "warning" | "success" | "text" | "textSecondary" | undefined;
|
|
340
340
|
variant?: import("@astral/ui").TypographyLegacyVariant | import("@astral/ui").TypographyVariant | undefined;
|
|
341
341
|
colorIntensity?: import("@astral/ui").Intensity | undefined;
|
|
342
|
-
component?: ("symbol" | "object" | "small" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "caption" | "button" | "link" | "main" | "body" | "clipPath" | "filter" | "mask" | "marker" | "text" | "
|
|
342
|
+
component?: ("symbol" | "object" | "small" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "caption" | "button" | "link" | "main" | "body" | "clipPath" | "filter" | "mask" | "marker" | "text" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "br" | "canvas" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "label" | "legend" | "li" | "map" | "mark" | "menu" | "meta" | "meter" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "section" | "select" | "slot" | "source" | "span" | "strong" | "style" | "sub" | "summary" | "sup" | "table" | "tbody" | "td" | "template" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | import("react").ComponentType<any> | "big" | "center" | "keygen" | "menuitem" | "noindex" | "param" | "webview" | "svg" | "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" | "switch" | "textPath" | "tspan" | "use" | "view") | undefined;
|
|
343
343
|
isUpperCase?: boolean | undefined;
|
|
344
344
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & {
|
|
345
345
|
children?: import("react").ReactNode;
|
|
@@ -350,6 +350,9 @@ export declare const StyledListItemIcon: import("@emotion/styled").StyledCompone
|
|
|
350
350
|
color?: string | undefined;
|
|
351
351
|
content?: string | undefined;
|
|
352
352
|
translate?: "yes" | "no" | undefined;
|
|
353
|
+
slot?: string | undefined;
|
|
354
|
+
style?: import("react").CSSProperties | undefined;
|
|
355
|
+
title?: string | undefined;
|
|
353
356
|
classes?: Partial<import("@mui/material").ListItemIconClasses> | undefined;
|
|
354
357
|
children?: import("react").ReactNode;
|
|
355
358
|
defaultChecked?: boolean | undefined;
|
|
@@ -368,11 +371,8 @@ export declare const StyledListItemIcon: import("@emotion/styled").StyledCompone
|
|
|
368
371
|
lang?: string | undefined;
|
|
369
372
|
nonce?: string | undefined;
|
|
370
373
|
placeholder?: string | undefined;
|
|
371
|
-
slot?: string | undefined;
|
|
372
374
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
373
|
-
style?: import("react").CSSProperties | undefined;
|
|
374
375
|
tabIndex?: number | undefined;
|
|
375
|
-
title?: string | undefined;
|
|
376
376
|
radioGroup?: string | undefined;
|
|
377
377
|
role?: import("react").AriaRole | undefined;
|
|
378
378
|
about?: string | undefined;
|
package/package.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"name": "@astral/features",
|
|
3
3
|
"browser": "./index.js",
|
|
4
4
|
"main": "./node/index.js",
|
|
5
|
-
"version": "3.
|
|
5
|
+
"version": "3.328.0",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@astral/ui": "3.
|
|
7
|
+
"@astral/ui": "3.328.0",
|
|
8
8
|
"mobx": "^6.8.0",
|
|
9
9
|
"mobx-react-lite": "^3.4.0",
|
|
10
10
|
"@astral/cryptopro-cades": "^1.5.1"
|