@astral/features 3.253.0 → 3.254.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.
- package/cryproPro/components/CryptoProCertAutocomplete/AutocompleteListItem/styles.d.ts +3 -3
- package/node/cryproPro/components/CryptoProCertAutocomplete/AutocompleteListItem/styles.d.ts +3 -3
- package/node/productSwitcher/components/IdentityProductSwitcher/IdentityProductSwitcher.js +1 -1
- package/package.json +2 -2
- package/productSwitcher/components/IdentityProductSwitcher/IdentityProductSwitcher.js +1 -1
|
@@ -337,9 +337,9 @@ export declare const LabelTitle: import("@emotion/styled").StyledComponent<impor
|
|
|
337
337
|
paragraph?: boolean | undefined;
|
|
338
338
|
} & {
|
|
339
339
|
color?: "red" | "green" | "yellow" | "primary" | "secondary" | "grey" | "info" | "error" | "warning" | "success" | "text" | "textSecondary" | undefined;
|
|
340
|
-
variant?:
|
|
341
|
-
colorIntensity?: ("
|
|
342
|
-
component?: ("symbol" | "object" | "small" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "caption" | "button" | "link" | "
|
|
340
|
+
variant?: import("@astral/ui").TypographyLegacyVariant | import("@astral/ui").TypographyVariant | undefined;
|
|
341
|
+
colorIntensity?: import("@astral/ui").Intensity | undefined;
|
|
342
|
+
component?: ("symbol" | "object" | "small" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "caption" | "button" | "link" | "main" | "clipPath" | "filter" | "mask" | "marker" | "text" | "svg" | "slot" | "style" | "title" | import("react").ComponentType<any> | "big" | "sub" | "sup" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "canvas" | "center" | "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" | "keygen" | "label" | "legend" | "li" | "map" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "section" | "select" | "source" | "span" | "strong" | "summary" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "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" | "switch" | "textPath" | "tspan" | "use" | "view") | undefined;
|
|
343
343
|
isUpperCase?: boolean | undefined;
|
|
344
344
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & {
|
|
345
345
|
children?: import("react").ReactNode;
|
package/node/cryproPro/components/CryptoProCertAutocomplete/AutocompleteListItem/styles.d.ts
CHANGED
|
@@ -337,9 +337,9 @@ export declare const LabelTitle: import("@emotion/styled").StyledComponent<impor
|
|
|
337
337
|
paragraph?: boolean | undefined;
|
|
338
338
|
} & {
|
|
339
339
|
color?: "red" | "green" | "yellow" | "primary" | "secondary" | "grey" | "info" | "error" | "warning" | "success" | "text" | "textSecondary" | undefined;
|
|
340
|
-
variant?:
|
|
341
|
-
colorIntensity?: ("
|
|
342
|
-
component?: ("symbol" | "object" | "small" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "caption" | "button" | "link" | "
|
|
340
|
+
variant?: import("@astral/ui").TypographyLegacyVariant | import("@astral/ui").TypographyVariant | undefined;
|
|
341
|
+
colorIntensity?: import("@astral/ui").Intensity | undefined;
|
|
342
|
+
component?: ("symbol" | "object" | "small" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "caption" | "button" | "link" | "main" | "clipPath" | "filter" | "mask" | "marker" | "text" | "svg" | "slot" | "style" | "title" | import("react").ComponentType<any> | "big" | "sub" | "sup" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "canvas" | "center" | "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" | "keygen" | "label" | "legend" | "li" | "map" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "section" | "select" | "source" | "span" | "strong" | "summary" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "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" | "switch" | "textPath" | "tspan" | "use" | "view") | undefined;
|
|
343
343
|
isUpperCase?: boolean | undefined;
|
|
344
344
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & {
|
|
345
345
|
children?: import("react").ReactNode;
|
|
@@ -14,7 +14,7 @@ const IdentityProductSwitcher = ({ identityUrl, }) => {
|
|
|
14
14
|
title: ((0, jsx_runtime_1.jsxs)(styles_1.ErrorContainer, { container: true, component: "span", children: [(0, jsx_runtime_1.jsx)(ui_1.ErrorFillSm, { color: "inherit" }), (0, jsx_runtime_1.jsx)(ui_1.Typography, { variant: "h6", color: "grey", colorIntensity: "900", children: "\u0427\u0442\u043E-\u0442\u043E \u043F\u043E\u0448\u043B\u043E \u043D\u0435 \u0442\u0430\u043A" })] })),
|
|
15
15
|
description: 'Произошла ошибка. Повторите попытку позже.',
|
|
16
16
|
}, children: [isShowToggleButton && ((0, jsx_runtime_1.jsx)(styles_1.TenantsToggleButtonGroup, { exclusive: true, onChange: handleChangeTenant, value: tenantId, children: tenants === null || tenants === void 0 ? void 0 : tenants.map(({ id, name }) => ((0, jsx_runtime_1.jsx)(styles_1.TenantToggleButton, { value: id, children: name }, id))) })), productList === null || productList === void 0 ? void 0 : productList.map((product) => {
|
|
17
|
-
return ((0, jsx_runtime_1.jsx)("li", { children: (0, jsx_runtime_1.jsxs)(styles_1.StyledMenuItem, { component: "a", href: product.url, children: [(0, jsx_runtime_1.jsx)(styles_1.Logo, { src: product.logoUrl, color: product.color }), (0, jsx_runtime_1.jsx)(ui_1.Typography, { variant: "
|
|
17
|
+
return ((0, jsx_runtime_1.jsx)("li", { children: (0, jsx_runtime_1.jsxs)(styles_1.StyledMenuItem, { component: "a", href: product.url, children: [(0, jsx_runtime_1.jsx)(styles_1.Logo, { src: product.logoUrl, color: product.color }), (0, jsx_runtime_1.jsx)(ui_1.Typography, { variant: "body1", color: "grey", colorIntensity: "900", children: product.name })] }) }, product.id));
|
|
18
18
|
})] }) }) })] }));
|
|
19
19
|
};
|
|
20
20
|
exports.IdentityProductSwitcher = IdentityProductSwitcher;
|
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.254.0",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@astral/ui": "3.
|
|
7
|
+
"@astral/ui": "3.254.0",
|
|
8
8
|
"mobx": "^6.8.0",
|
|
9
9
|
"mobx-react-lite": "^3.4.0",
|
|
10
10
|
"@astral/cryptopro-cades": "^1.5.1"
|
|
@@ -11,6 +11,6 @@ export const IdentityProductSwitcher = ({ identityUrl, }) => {
|
|
|
11
11
|
title: (_jsxs(ErrorContainer, { container: true, component: "span", children: [_jsx(ErrorFillSm, { color: "inherit" }), _jsx(Typography, { variant: "h6", color: "grey", colorIntensity: "900", children: "\u0427\u0442\u043E-\u0442\u043E \u043F\u043E\u0448\u043B\u043E \u043D\u0435 \u0442\u0430\u043A" })] })),
|
|
12
12
|
description: 'Произошла ошибка. Повторите попытку позже.',
|
|
13
13
|
}, children: [isShowToggleButton && (_jsx(TenantsToggleButtonGroup, { exclusive: true, onChange: handleChangeTenant, value: tenantId, children: tenants === null || tenants === void 0 ? void 0 : tenants.map(({ id, name }) => (_jsx(TenantToggleButton, { value: id, children: name }, id))) })), productList === null || productList === void 0 ? void 0 : productList.map((product) => {
|
|
14
|
-
return (_jsx("li", { children: _jsxs(StyledMenuItem, { component: "a", href: product.url, children: [_jsx(Logo, { src: product.logoUrl, color: product.color }), _jsx(Typography, { variant: "
|
|
14
|
+
return (_jsx("li", { children: _jsxs(StyledMenuItem, { component: "a", href: product.url, children: [_jsx(Logo, { src: product.logoUrl, color: product.color }), _jsx(Typography, { variant: "body1", color: "grey", colorIntensity: "900", children: product.name })] }) }, product.id));
|
|
15
15
|
})] }) }) })] }));
|
|
16
16
|
};
|