@astral/features 3.2.0 → 3.2.1

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.
@@ -13,8 +13,8 @@ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-run
13
13
  import { ListItemAvatar, OverflowTypography } from '@astral/ui';
14
14
  import { AutocompleteListAvatarIcon, AutocompleteListItemContent, AutocompleteListItemIcon, AutocompleteListItemLabel, AutocompleteListItemLabelTitle, AutocompleteListItemSideLabel, GroupMenuItem, } from './styles';
15
15
  import { getShortFullName } from './utils';
16
- const AutocompleteListItemLabelGroup = ({ title, subtitle, sidetitle, }) => (_jsxs(_Fragment, { children: [_jsxs(AutocompleteListItemLabel, { children: [_jsx(OverflowTypography, { children: _jsx(AutocompleteListItemLabelTitle, { children: title }) }), _jsx(OverflowTypography, Object.assign({ color: "grey", colorIntensity: "600" }, { children: subtitle }))] }), _jsx(AutocompleteListItemSideLabel, { children: _jsx(OverflowTypography, Object.assign({ color: "grey", colorIntensity: "600" }, { children: sidetitle })) })] }));
16
+ const AutocompleteListItemLabelGroup = ({ title, subtitle, sidetitle, }) => (_jsxs(_Fragment, { children: [_jsxs(AutocompleteListItemLabel, { children: [_jsx(OverflowTypography, { children: _jsx(AutocompleteListItemLabelTitle, { children: title }) }), _jsx(OverflowTypography, { color: "grey", colorIntensity: "600", children: subtitle })] }), _jsx(AutocompleteListItemSideLabel, { children: _jsx(OverflowTypography, { color: "grey", colorIntensity: "600", children: sidetitle }) })] }));
17
17
  export const AutocompleteListItem = (_a) => {
18
18
  var { title, sidetitle, inn, notAfter, checked, type, disabled = false } = _a, restProps = __rest(_a, ["title", "sidetitle", "inn", "notAfter", "checked", "type", "disabled"]);
19
- return (_jsxs(GroupMenuItem, Object.assign({}, restProps, { disabled: disabled, checked: checked }, { children: [_jsx(AutocompleteListItemIcon, { children: _jsx(ListItemAvatar, { children: _jsx(AutocompleteListAvatarIcon, { children: type }) }) }), _jsx(AutocompleteListItemContent, { children: _jsx(AutocompleteListItemLabelGroup, { title: title, subtitle: _jsxs(_Fragment, { children: [inn, "\u2022", notAfter] }), sidetitle: getShortFullName(sidetitle) }) })] })));
19
+ return (_jsxs(GroupMenuItem, Object.assign({}, restProps, { disabled: disabled, checked: checked, children: [_jsx(AutocompleteListItemIcon, { children: _jsx(ListItemAvatar, { children: _jsx(AutocompleteListAvatarIcon, { children: type }) }) }), _jsx(AutocompleteListItemContent, { children: _jsx(AutocompleteListItemLabelGroup, { title: title, subtitle: _jsxs(_Fragment, { children: [inn, "\u2022", notAfter] }), sidetitle: getShortFullName(sidetitle) }) })] })));
20
20
  };
@@ -1,6 +1,5 @@
1
1
  /// <reference types="react" />
2
2
  /// <reference types="react" />
3
- /// <reference types="trusted-types" />
4
3
  export declare const AutocompleteListAvatarIcon: import("@emotion/styled").StyledComponent<{
5
4
  alt?: string | undefined;
6
5
  children?: import("react").ReactNode;
@@ -12,7 +11,7 @@ export declare const AutocompleteListAvatarIcon: import("@emotion/styled").Style
12
11
  src?: string | undefined;
13
12
  srcSet?: string | undefined;
14
13
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
15
- variant?: "rounded" | "square" | "circular" | undefined;
14
+ variant?: import("@mui/types").OverridableStringUnion<"rounded" | "square" | "circular", import("@mui/material").AvatarPropsVariantOverrides> | undefined;
16
15
  } & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
17
16
  ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
18
17
  }, "sx" | "children" | "variant" | keyof import("@mui/material/OverridableComponent").CommonProps | "alt" | "imgProps" | "sizes" | "src" | "srcSet"> & {
@@ -88,14 +87,18 @@ export declare const AutocompleteListItemLabelTitle: import("@emotion/styled").S
88
87
  'aria-activedescendant'?: string | undefined;
89
88
  'aria-atomic'?: (boolean | "true" | "false") | undefined;
90
89
  'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
90
+ 'aria-braillelabel'?: string | undefined;
91
+ 'aria-brailleroledescription'?: string | undefined;
91
92
  'aria-busy'?: (boolean | "true" | "false") | undefined;
92
93
  'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
93
94
  'aria-colcount'?: number | undefined;
94
95
  'aria-colindex'?: number | undefined;
96
+ 'aria-colindextext'?: string | undefined;
95
97
  'aria-colspan'?: number | undefined;
96
98
  'aria-controls'?: string | undefined;
97
99
  'aria-current'?: boolean | "page" | "time" | "true" | "false" | "step" | "location" | "date" | undefined;
98
100
  'aria-describedby'?: string | undefined;
101
+ 'aria-description'?: string | undefined;
99
102
  'aria-details'?: string | undefined;
100
103
  'aria-disabled'?: (boolean | "true" | "false") | undefined;
101
104
  'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
@@ -125,6 +128,7 @@ export declare const AutocompleteListItemLabelTitle: import("@emotion/styled").S
125
128
  'aria-roledescription'?: string | undefined;
126
129
  'aria-rowcount'?: number | undefined;
127
130
  'aria-rowindex'?: number | undefined;
131
+ 'aria-rowindextext'?: string | undefined;
128
132
  'aria-rowspan'?: number | undefined;
129
133
  'aria-selected'?: (boolean | "true" | "false") | undefined;
130
134
  'aria-setsize'?: number | undefined;
@@ -323,7 +327,7 @@ export declare const AutocompleteListItemLabelTitle: import("@emotion/styled").S
323
327
  children: import("react").ReactElement<any, any>;
324
328
  }> | undefined;
325
329
  TransitionProps?: import("@mui/material/transitions").TransitionProps | undefined;
326
- placement?: "bottom" | "left" | "right" | "top" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end" | undefined;
330
+ placement?: "bottom" | "left" | "right" | "top" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | undefined;
327
331
  arrow?: boolean | undefined;
328
332
  describeChild?: boolean | undefined;
329
333
  disableFocusListener?: boolean | undefined;
@@ -351,7 +355,7 @@ export declare const AutocompleteListItemLabelTitle: import("@emotion/styled").S
351
355
  color?: "primary" | "secondary" | "red" | "green" | "yellow" | "grey" | "error" | "warning" | "info" | "success" | "text" | "textSecondary" | undefined;
352
356
  variant?: import("@mui/material").TypographyVariant | keyof import("@mui/material").TypographyPropsVariantOverrides | undefined;
353
357
  colorIntensity?: ("900" | "100" | "700" | "800" | "200" | "400" | "500" | "300" | "600") | undefined;
354
- 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> | "big" | "sub" | "sup" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "canvas" | "center" | "cite" | "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;
358
+ 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" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "canvas" | "center" | "cite" | "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;
355
359
  } & import("react").HTMLAttributes<HTMLParagraphElement> & {
356
360
  children?: import("react").ReactNode;
357
361
  } & import("react").RefAttributes<HTMLElement> & {
@@ -412,14 +416,18 @@ export declare const AutocompleteListItemIcon: import("@emotion/styled").StyledC
412
416
  'aria-activedescendant'?: string | undefined;
413
417
  'aria-atomic'?: (boolean | "true" | "false") | undefined;
414
418
  'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
419
+ 'aria-braillelabel'?: string | undefined;
420
+ 'aria-brailleroledescription'?: string | undefined;
415
421
  'aria-busy'?: (boolean | "true" | "false") | undefined;
416
422
  'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
417
423
  'aria-colcount'?: number | undefined;
418
424
  'aria-colindex'?: number | undefined;
425
+ 'aria-colindextext'?: string | undefined;
419
426
  'aria-colspan'?: number | undefined;
420
427
  'aria-controls'?: string | undefined;
421
428
  'aria-current'?: boolean | "page" | "time" | "true" | "false" | "step" | "location" | "date" | undefined;
422
429
  'aria-describedby'?: string | undefined;
430
+ 'aria-description'?: string | undefined;
423
431
  'aria-details'?: string | undefined;
424
432
  'aria-disabled'?: (boolean | "true" | "false") | undefined;
425
433
  'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
@@ -449,6 +457,7 @@ export declare const AutocompleteListItemIcon: import("@emotion/styled").StyledC
449
457
  'aria-roledescription'?: string | undefined;
450
458
  'aria-rowcount'?: number | undefined;
451
459
  'aria-rowindex'?: number | undefined;
460
+ 'aria-rowindextext'?: string | undefined;
452
461
  'aria-rowspan'?: number | undefined;
453
462
  'aria-selected'?: (boolean | "true" | "false") | undefined;
454
463
  'aria-setsize'?: number | undefined;
@@ -6,7 +6,7 @@ import { CryptoproviderInfoIconWrapper } from './styles';
6
6
  export const CryptoproviderInfo = ({ workspaceSetupInfo }) => {
7
7
  const getDescription = () => {
8
8
  if (!workspaceSetupInfo.isPluginInstalled) {
9
- return (_jsxs(_Fragment, { children: ["\u041D\u0435\u0442 \u0434\u0430\u043D\u043D\u044B\u0445", _jsx(Tooltip, Object.assign({ title: "\u0414\u0430\u043D\u043D\u044B\u0435 \u043E \u043A\u0440\u0438\u043F\u0442\u043E\u043F\u0440\u043E\u0432\u0430\u0439\u0434\u0435\u0440\u0435 \u0431\u0443\u0434\u0443\u0442 \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u044B \u043F\u043E\u0441\u043B\u0435 \n \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0438 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u201C\u041A\u0440\u0438\u043F\u0442\u043E\u041F\u0440\u043E \u042D\u0426\u041F Browser plug-in\u201D \u0438 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430." }, { children: _jsx(CryptoproviderInfoIconWrapper, { children: _jsx(InfoFillSm, {}) }) }))] }));
9
+ return (_jsxs(_Fragment, { children: ["\u041D\u0435\u0442 \u0434\u0430\u043D\u043D\u044B\u0445", _jsx(Tooltip, { title: "\u0414\u0430\u043D\u043D\u044B\u0435 \u043E \u043A\u0440\u0438\u043F\u0442\u043E\u043F\u0440\u043E\u0432\u0430\u0439\u0434\u0435\u0440\u0435 \u0431\u0443\u0434\u0443\u0442 \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u044B \u043F\u043E\u0441\u043B\u0435 \n \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0438 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u201C\u041A\u0440\u0438\u043F\u0442\u043E\u041F\u0440\u043E \u042D\u0426\u041F Browser plug-in\u201D \u0438 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430.", children: _jsx(CryptoproviderInfoIconWrapper, { children: _jsx(InfoFillSm, {}) }) })] }));
10
10
  }
11
11
  else if (workspaceSetupInfo.hasCryptoProvider) {
12
12
  return 'Установлен';
@@ -17,9 +17,9 @@ export const CryptoproviderInfo = ({ workspaceSetupInfo }) => {
17
17
  };
18
18
  return (_jsxs(WorkspaceInfoItem, { children: [_jsxs(Description, { children: [_jsx(Description.Name, { children: "\u041A\u0440\u0438\u043F\u0442\u043E\u043F\u0440\u043E\u0432\u0430\u0439\u0434\u0435\u0440" }), _jsx(Description.Value, { children: workspaceSetupInfo.cspVersion
19
19
  ? `Крипто Про CSP v${workspaceSetupInfo.cspVersion}`
20
- : getDescription() })] }), !workspaceSetupInfo.isPluginInstalled && (_jsx(Button, Object.assign({ variant: "link", endIcon: _jsx(OpenLinkOutlineMd, {}), href: "https://cryptopro.ru/downloads",
20
+ : getDescription() })] }), !workspaceSetupInfo.isPluginInstalled && (_jsx(Button, { variant: "link", endIcon: _jsx(OpenLinkOutlineMd, {}), href: "https://cryptopro.ru/downloads",
21
21
  /*
22
22
  проблемы с типами кнопки
23
23
  // @ts-ignore */
24
- target: "_blank", rel: "noopener noreferrer" }, { children: "\u0420\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u043C \u041A\u0440\u0438\u043F\u0442\u043E\u041F\u0440\u043E CSP" })))] }));
24
+ target: "_blank", rel: "noopener noreferrer", children: "\u0420\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u043C \u041A\u0440\u0438\u043F\u0442\u043E\u041F\u0440\u043E CSP" }))] }));
25
25
  };
@@ -3,9 +3,9 @@ import { Button, Description, Typography } from '@astral/ui';
3
3
  import { DownloadOutlineMd } from '@astral/ui';
4
4
  import { WorkspaceInfoItem } from '../styles';
5
5
  export const PluginInfo = ({ workspaceSetupInfo }) => {
6
- return (_jsxs(WorkspaceInfoItem, { children: [_jsxs(Description, { children: [_jsx(Description.Name, { children: "\u041F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435" }), _jsx(Description.Value, { children: "\u041A\u0440\u0438\u043F\u0442\u043E\u041F\u0440\u043E \u042D\u0426\u041F Browser plug-in" })] }), workspaceSetupInfo.isPluginInstalled ? (_jsx(Typography, Object.assign({ color: "green", colorIntensity: "900" }, { children: "\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E" }))) : (_jsx(Button, Object.assign({ variant: "text", endIcon: _jsx(DownloadOutlineMd, {}), href: "https://www.cryptopro.ru/products/cades/plugin/get_2_0",
6
+ return (_jsxs(WorkspaceInfoItem, { children: [_jsxs(Description, { children: [_jsx(Description.Name, { children: "\u041F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435" }), _jsx(Description.Value, { children: "\u041A\u0440\u0438\u043F\u0442\u043E\u041F\u0440\u043E \u042D\u0426\u041F Browser plug-in" })] }), workspaceSetupInfo.isPluginInstalled ? (_jsx(Typography, { color: "green", colorIntensity: "900", children: "\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E" })) : (_jsx(Button, { variant: "text", endIcon: _jsx(DownloadOutlineMd, {}), href: "https://www.cryptopro.ru/products/cades/plugin/get_2_0",
7
7
  /*
8
8
  проблемы с типами кнопки
9
9
  // @ts-ignore */
10
- target: "_blank", rel: "noopener noreferrer" }, { children: "\u0421\u043A\u0430\u0447\u0430\u0442\u044C" })))] }));
10
+ target: "_blank", rel: "noopener noreferrer", children: "\u0421\u043A\u0430\u0447\u0430\u0442\u044C" }))] }));
11
11
  };
@@ -8,5 +8,5 @@ export const SetupCryptoProWorkspaceModal = ({ isDialogOpen, onCloseButtonClick,
8
8
  const handleRefreshButtonClick = () => {
9
9
  location.reload();
10
10
  };
11
- return (_jsxs(Dialog, Object.assign({ open: isDialogOpen, onClose: onCloseButtonClick, title: "\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0440\u0430\u0431\u043E\u0447\u0435\u0433\u043E \u043C\u0435\u0441\u0442\u0430", maxWidth: "sm", fullWidth: true }, { children: [_jsxs(DialogContent, { children: [_jsx(Typography, { children: "\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0440\u0430\u0431\u043E\u0447\u0435\u0433\u043E \u043C\u0435\u0441\u0442\u0430 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u0430 \u0434\u043B\u044F \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u044F \u043A\u0440\u0438\u043F\u0442\u043E\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043A\u0438\u0445 \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u0439. \u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0435 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u044B\u0435 \u0434\u043E\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u044F, \u0430 \u0437\u0430\u0442\u0435\u043C \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443." }), _jsxs(WorkspaceInfoWrapper, { children: [_jsx(PluginInfo, { workspaceSetupInfo: workspaceSetupInfo }), _jsx(CryptoproviderInfo, { workspaceSetupInfo: workspaceSetupInfo })] })] }), _jsxs(DialogActions, { children: [_jsx(Button, Object.assign({ variant: "text", onClick: onCloseButtonClick }, { children: "\u0417\u0430\u043A\u0440\u044B\u0442\u044C" })), _jsx(Button, Object.assign({ endIcon: _jsx(RefreshOutlineMd, {}), onClick: handleRefreshButtonClick }, { children: "\u041E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443" }))] })] })));
11
+ return (_jsxs(Dialog, { open: isDialogOpen, onClose: onCloseButtonClick, title: "\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0440\u0430\u0431\u043E\u0447\u0435\u0433\u043E \u043C\u0435\u0441\u0442\u0430", maxWidth: "sm", fullWidth: true, children: [_jsxs(DialogContent, { children: [_jsx(Typography, { children: "\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0440\u0430\u0431\u043E\u0447\u0435\u0433\u043E \u043C\u0435\u0441\u0442\u0430 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u0430 \u0434\u043B\u044F \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u044F \u043A\u0440\u0438\u043F\u0442\u043E\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043A\u0438\u0445 \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u0439. \u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0435 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u044B\u0435 \u0434\u043E\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u044F, \u0430 \u0437\u0430\u0442\u0435\u043C \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443." }), _jsxs(WorkspaceInfoWrapper, { children: [_jsx(PluginInfo, { workspaceSetupInfo: workspaceSetupInfo }), _jsx(CryptoproviderInfo, { workspaceSetupInfo: workspaceSetupInfo })] })] }), _jsxs(DialogActions, { children: [_jsx(Button, { variant: "text", onClick: onCloseButtonClick, children: "\u0417\u0430\u043A\u0440\u044B\u0442\u044C" }), _jsx(Button, { endIcon: _jsx(RefreshOutlineMd, {}), onClick: handleRefreshButtonClick, children: "\u041E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443" })] })] }));
12
12
  };
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.2.0",
5
+ "version": "3.2.1",
6
6
  "dependencies": {
7
- "@astral/ui": "^3.2.0",
7
+ "@astral/ui": "^3.2.1",
8
8
  "mobx": "^6.8.0",
9
9
  "mobx-react-lite": "^3.4.0",
10
10
  "@astral/cryptopro-cades": "^1.5.1"