@arthurzakharov/ui-kit 1.2.8 → 1.3.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.
Files changed (72) hide show
  1. package/dist/assets/accordion-table-DWNXtJHt.css +1 -0
  2. package/dist/assets/info-panel-BAcoIlE-.css +1 -0
  3. package/dist/assets/information-D-nqKgE6.css +1 -0
  4. package/dist/assets/loader-C0f3AvRU.css +1 -0
  5. package/dist/assets/user-panel-BJB6pJ70.css +1 -0
  6. package/dist/components/accordion-table/accordion-table.component.d.ts +10 -8
  7. package/dist/components/accordion-table/accordion-table.component.js +67 -50
  8. package/dist/components/accordion-table/index.d.ts +1 -0
  9. package/dist/components/accordion-table/index.js +4 -0
  10. package/dist/components/animation/animation.component.d.ts +2 -0
  11. package/dist/components/animation/animation.component.js +8 -6
  12. package/dist/components/animation/fade-grow/fade-grow.component.d.ts +14 -0
  13. package/dist/components/animation/fade-grow/fade-grow.component.js +40 -0
  14. package/dist/components/animation/fade-scale/fade-scale.component.js +1 -1
  15. package/dist/components/animation/fade-slide/fade-slide.component.js +1 -1
  16. package/dist/components/bottom-bar/bottom-bar.component.js +1 -1
  17. package/dist/components/control/components/button-card/button-card.component.d.ts +1 -1
  18. package/dist/components/control/components/button-card/button-card.component.js +2 -2
  19. package/dist/components/control/components/button-radio/button-radio.component.js +1 -1
  20. package/dist/components/control/components/button-text/button-text.component.d.ts +1 -1
  21. package/dist/components/control/components/button-text/button-text.component.js +1 -1
  22. package/dist/components/control/components/card-image/card-image.component.js +1 -1
  23. package/dist/components/control/components/card-text/card-text.component.js +1 -1
  24. package/dist/components/control/components/checkbox/checkbox.component.js +1 -1
  25. package/dist/components/control/components/dropdown/dropdown.component.js +1 -1
  26. package/dist/components/control/components/radio/radio.component.js +1 -1
  27. package/dist/components/control/components/text/text.component.js +1 -1
  28. package/dist/components/control/components/textarea/textarea.component.js +1 -1
  29. package/dist/components/control/control.component.js +1 -1
  30. package/dist/components/dialog-article/dialog-article.component.js +1 -1
  31. package/dist/components/flex/flex.component.d.ts +158 -158
  32. package/dist/components/info-panel/index.d.ts +1 -0
  33. package/dist/components/info-panel/index.js +4 -0
  34. package/dist/components/info-panel/info-panel.component.d.ts +3 -2
  35. package/dist/components/info-panel/info-panel.component.js +12 -13
  36. package/dist/components/information/index.d.ts +1 -0
  37. package/dist/components/information/index.js +4 -0
  38. package/dist/components/information/information.component.d.ts +5 -6
  39. package/dist/components/information/information.component.js +13 -38
  40. package/dist/components/loader/loader.component.d.ts +2 -1
  41. package/dist/components/loader/loader.component.js +66 -35
  42. package/dist/components/sidebar/components/step/step.component.js +1 -1
  43. package/dist/components/signature/signature.component.js +1 -1
  44. package/dist/components/text/components/tag/tag.component.d.ts +316 -316
  45. package/dist/components/text/text.component.d.ts +316 -316
  46. package/dist/components/user-panel/index.d.ts +1 -0
  47. package/dist/components/user-panel/index.js +4 -0
  48. package/dist/components/user-panel/user-panel.component.d.ts +6 -5
  49. package/dist/components/user-panel/user-panel.component.js +27 -27
  50. package/dist/{control.component-Cq46ev8T.js → control.component-B0Jbmunv.js} +1 -1
  51. package/dist/main.d.ts +5 -6
  52. package/dist/main.js +35 -37
  53. package/dist/utils/content/content.component.d.ts +8 -0
  54. package/dist/utils/functions/functions.util.d.ts +7 -0
  55. package/dist/utils/functions/functions.util.js +9 -5
  56. package/dist/utils/functions/index.js +4 -3
  57. package/dist/utils/svg/index.d.ts +1 -0
  58. package/dist/utils/svg/index.js +4 -0
  59. package/dist/utils/svg/svg.component.d.ts +10 -0
  60. package/dist/utils/svg/svg.component.js +12 -0
  61. package/package.json +1 -1
  62. package/dist/assets/accordion-table-dU2T0YSw.css +0 -1
  63. package/dist/assets/info-panel-Dv3LM7__.css +0 -1
  64. package/dist/assets/information-D17SaeRr.css +0 -1
  65. package/dist/assets/loader-BBn4lDjH.css +0 -1
  66. package/dist/assets/loading-block-al0S6J3z.css +0 -1
  67. package/dist/assets/user-panel-BEeXLR6v.css +0 -1
  68. package/dist/components/loading-block/loading-block.component.d.ts +0 -1
  69. package/dist/components/loading-block/loading-block.component.js +0 -8
  70. package/dist/components/svg/svg.component.d.ts +0 -6
  71. package/dist/components/svg/svg.component.js +0 -9
  72. /package/dist/assets/{fade-scale-B23oZuuD.css → fade-grow-B23oZuuD.css} +0 -0
@@ -0,0 +1 @@
1
+ export { UserPanel, type UserPanelProps } from './user-panel.component';
@@ -0,0 +1,4 @@
1
+ import { UserPanel as o } from "./user-panel.component.js";
2
+ export {
3
+ o as UserPanel
4
+ };
@@ -1,7 +1,8 @@
1
- export interface UserPanelProps {
2
- title?: string;
3
- button?: string;
4
- data?: string[];
1
+ import { BaseProps } from '../../utils/types';
2
+ export interface UserPanelProps extends BaseProps {
3
+ title: string;
4
+ button: string;
5
+ data: string[];
5
6
  onClick: () => void;
6
7
  }
7
- export declare const UserPanel: (props: UserPanelProps) => import("react/jsx-runtime").JSX.Element;
8
+ export declare const UserPanel: ({ title, button, data, onClick, className }: UserPanelProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,29 +1,29 @@
1
- import { jsxs as n, jsx as s } from "react/jsx-runtime";
2
- import { Pencil as u } from "lucide-react";
3
- import '../../assets/user-panel-BEeXLR6v.css';const i = "_User_1kveo_1", d = "_UserHead_1kveo_9", m = "_UserTitle_1kveo_17", I = "_UserButton_1kveo_24", B = "_UserButtonText_1kveo_41", f = "_UserButtonIcon_1kveo_48", k = "_UserInfo_1kveo_55", v = "_UserInfoRaw_1kveo_63", e = {
4
- User: i,
5
- UserHead: d,
6
- UserTitle: m,
7
- UserButton: I,
8
- UserButtonText: B,
9
- UserButtonIcon: f,
10
- UserInfo: k,
11
- UserInfoRaw: v
12
- }, p = (o) => {
13
- const { title: r = "Ihre Angaben", button: c = "Ändern", data: a = [], onClick: U } = o, l = (t) => {
14
- t.preventDefault(), t.currentTarget.blur(), U();
15
- };
16
- return /* @__PURE__ */ n("div", { className: e.User, children: [
17
- /* @__PURE__ */ n("div", { className: e.UserHead, children: [
18
- /* @__PURE__ */ s("span", { className: e.UserTitle, dangerouslySetInnerHTML: { __html: r } }),
19
- /* @__PURE__ */ n("button", { type: "button", className: e.UserButton, onClick: l, children: [
20
- /* @__PURE__ */ s("span", { className: e.UserButtonText, children: c }),
21
- /* @__PURE__ */ s(u, { className: e.UserButtonIcon })
22
- ] })
23
- ] }),
24
- /* @__PURE__ */ s("ul", { className: e.UserInfo, children: a.map((t, _) => /* @__PURE__ */ s("li", { className: e.UserInfoRaw, children: t }, _)) })
25
- ] });
26
- };
1
+ import { jsxs as t, jsx as e } from "react/jsx-runtime";
2
+ import { Pencil as d } from "lucide-react";
3
+ import m from "clsx";
4
+ import { C as p } from "../../control.component-B0Jbmunv.js";
5
+ import '../../assets/user-panel-BJB6pJ70.css';const f = "_Head_12b2p_13", u = "_Info_12b2p_25", r = {
6
+ Head: f,
7
+ Info: u
8
+ }, I = ({ title: n, button: o, data: s, onClick: a, className: i = "" }) => /* @__PURE__ */ t("div", { "data-testid": "user-panel", className: m(r.UserPanel, i), children: [
9
+ /* @__PURE__ */ t("div", { className: r.Head, children: [
10
+ /* @__PURE__ */ e("span", { "data-testid": "user-panel-title", children: n }),
11
+ /* @__PURE__ */ e(
12
+ p.ButtonText,
13
+ {
14
+ preventDefault: !0,
15
+ blurAfterClick: !0,
16
+ icon: /* @__PURE__ */ e(d, { className: "XXX" }),
17
+ iconPosition: "right",
18
+ size: "md",
19
+ color: "primary",
20
+ onClick: a,
21
+ children: o
22
+ }
23
+ )
24
+ ] }),
25
+ /* @__PURE__ */ e("ul", { className: r.Info, children: s.map((l, c) => /* @__PURE__ */ e("li", { children: l }, c)) })
26
+ ] });
27
27
  export {
28
- p as UserPanel
28
+ I as UserPanel
29
29
  };
@@ -17,7 +17,7 @@ import { RadioLabel as me } from "./components/control/components/radio-label/ra
17
17
  import { RadioText as pe } from "./components/control/components/radio-text/radio-text.component.js";
18
18
  import { Status as _e } from "./components/control/components/status/status.component.js";
19
19
  import { Animation as X } from "./components/animation/animation.component.js";
20
- import { Svg as xe } from "./components/svg/svg.component.js";
20
+ import { Svg as xe } from "./utils/svg/svg.component.js";
21
21
  import './assets/control-Dk23qyF8.css';const be = "_ButtonCard_1qq7t_1", fe = "_ButtonCardIcon_1qq7t_10", Be = "_ButtonCardIconTop_1qq7t_14", ve = "_ButtonCardText_1qq7t_21", Te = "_ButtonCardIconLeft_1qq7t_25", z = {
22
22
  ButtonCard: be,
23
23
  ButtonCardIcon: fe,
package/dist/main.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  export { AccordionTable, type AccordionTableProps } from './components/accordion-table/accordion-table.component';
2
- export { Animation, type FadeScaleProps, type FadeSlideProps } from './components/animation/animation.component';
2
+ export { Animation, type FadeGrowProps, type FadeScaleProps, type FadeSlideProps } from './components/animation/animation.component';
3
3
  export { BottomBar, type BottomBarProps } from './components/bottom-bar/bottom-bar.component';
4
4
  export { Certifications, type CertificationsProps } from './components/certifications';
5
5
  export { Control, type BoxProps, type ButtonProps, type ButtonCardProps, type ButtonRadioProps, type ButtonRadioInfo, type ButtonTextProps, type CardImageProps, type CardTextProps, type CheckboxProps, type ChoiceProps, type DropdownProps, type HiddenInputProps, type InputProps, type LabelProps, type RadioProps, type RadioLabelProps, type RadioLabelChild, type RadioTextProps, type StatusProps, type TextProps, type TextareaProps, type InputChangeSource, type Interactive, type RadioChoice, type ChoiceType, type ChoiceValue, type State, type QuestionPath, type QuestionChoice, type Size, } from './components/control/control.component';
@@ -11,12 +11,11 @@ export { Flex, type FlexProps } from './components/flex/flex.component';
11
11
  export { Footer, type FooterProps } from './components/footer';
12
12
  export { FormRow, type FormRowProps } from './components/form-row/form-row.component';
13
13
  export { Header, type HeaderProps, type HeaderDescription } from './components/header/header.component';
14
- export { InfoPanel, type InfoPanelProps } from './components/info-panel/info-panel.component';
15
- export { Information, type InformationProps } from './components/information/information.component';
14
+ export { InfoPanel, type InfoPanelProps } from './components/info-panel';
15
+ export { Information, type InformationProps } from './components/information';
16
16
  export { Layout, type LayoutProps } from './components/layout/layout.component';
17
17
  export { Line } from './components/line/line.component';
18
18
  export { Loader, type LoaderProps } from './components/loader';
19
- export { LoadingBlock } from './components/loading-block/loading-block.component';
20
19
  export { MainAttachment, type MainAttachmentProps } from './components/main-attachment/main-attachment.component';
21
20
  export { Message, type MessageProps } from './components/message';
22
21
  export { MessageBlock, type MessageBlockProps } from './components/message-block/message-block.component';
@@ -24,7 +23,7 @@ export { NotFound, type NotFoundProps } from './components/not-found';
24
23
  export { Payment, type PaymentBlockProps, type PaymentGlassProps, type PaymentSidebarProps, type PaymentTextBlocksProps, type PaymentTextBlockItem, } from './components/payment/payment.component';
25
24
  export { Sidebar, type SidebarProps } from './components/sidebar/sidebar.component';
26
25
  export { Signature, type SignatureProps, type SignatureMode } from './components/signature/signature.component';
27
- export { Svg, type SvgProps } from './components/svg/svg.component';
26
+ export { Svg, type SvgProps } from './utils/svg/svg.component';
28
27
  export { Text } from './components/text/text.component';
29
- export { UserPanel, type UserPanelProps } from './components/user-panel/user-panel.component';
28
+ export { UserPanel, type UserPanelProps } from './components/user-panel';
30
29
  export { Warranty, type WarrantyProps } from './components/warranty';
package/dist/main.js CHANGED
@@ -2,32 +2,31 @@ import { AccordionTable as e } from "./components/accordion-table/accordion-tabl
2
2
  import { Animation as m } from "./components/animation/animation.component.js";
3
3
  import { BottomBar as x } from "./components/bottom-bar/bottom-bar.component.js";
4
4
  import { Certifications as a } from "./components/certifications/certifications.component.js";
5
- import { C as i } from "./control.component-Cq46ev8T.js";
5
+ import { C as i } from "./control.component-B0Jbmunv.js";
6
6
  import { DataProtectedLabel as s } from "./components/data-protected-label/data-protected-label.component.js";
7
7
  import { Dialog as d } from "./components/dialog/dialog.component.js";
8
- import { DialogArticle as L } from "./components/dialog-article/dialog-article.component.js";
9
- import { Expenses as B } from "./components/expenses/expenses.component.js";
10
- import { Flex as P } from "./components/flex/flex.component.js";
11
- import { Footer as u } from "./components/footer/footer.component.js";
8
+ import { DialogArticle as A } from "./components/dialog-article/dialog-article.component.js";
9
+ import { Expenses as L } from "./components/expenses/expenses.component.js";
10
+ import { Flex as b } from "./components/flex/flex.component.js";
11
+ import { Footer as y } from "./components/footer/footer.component.js";
12
12
  import { FormRow as C } from "./components/form-row/form-row.component.js";
13
13
  import { Header as M } from "./components/header/header.component.js";
14
- import { InfoPanel as k } from "./components/info-panel/info-panel.component.js";
15
- import { Information as T } from "./components/information/information.component.js";
14
+ import { InfoPanel as I } from "./components/info-panel/info-panel.component.js";
15
+ import { Information as h } from "./components/information/information.component.js";
16
16
  import { Layout as v } from "./components/layout/layout.component.js";
17
17
  import { Line as E } from "./components/line/line.component.js";
18
18
  import { Loader as N } from "./components/loader/loader.component.js";
19
- import { LoadingBlock as U } from "./components/loading-block/loading-block.component.js";
20
- import { MainAttachment as j } from "./components/main-attachment/main-attachment.component.js";
21
- import { Message as z } from "./components/message/message.component.js";
22
- import { MessageBlock as J } from "./components/message-block/message-block.component.js";
23
- import { NotFound as O } from "./components/not-found/not-found.component.js";
24
- import { Payment as V } from "./components/payment/payment.component.js";
25
- import { Sidebar as Y } from "./components/sidebar/sidebar.component.js";
26
- import { Signature as _ } from "./components/signature/signature.component.js";
27
- import { Svg as oo } from "./components/svg/svg.component.js";
28
- import { Text as eo } from "./components/text/text.component.js";
29
- import { UserPanel as mo } from "./components/user-panel/user-panel.component.js";
30
- import { Warranty as xo } from "./components/warranty/warranty.component.js";
19
+ import { MainAttachment as U } from "./components/main-attachment/main-attachment.component.js";
20
+ import { Message as j } from "./components/message/message.component.js";
21
+ import { MessageBlock as z } from "./components/message-block/message-block.component.js";
22
+ import { NotFound as J } from "./components/not-found/not-found.component.js";
23
+ import { Payment as O } from "./components/payment/payment.component.js";
24
+ import { Sidebar as V } from "./components/sidebar/sidebar.component.js";
25
+ import { Signature as Y } from "./components/signature/signature.component.js";
26
+ import { Svg as _ } from "./utils/svg/svg.component.js";
27
+ import { Text as oo } from "./components/text/text.component.js";
28
+ import { UserPanel as eo } from "./components/user-panel/user-panel.component.js";
29
+ import { Warranty as mo } from "./components/warranty/warranty.component.js";
31
30
  import './assets/main-BK_1RcKG.css';export {
32
31
  e as AccordionTable,
33
32
  m as Animation,
@@ -36,27 +35,26 @@ import './assets/main-BK_1RcKG.css';export {
36
35
  i as Control,
37
36
  s as DataProtectedLabel,
38
37
  d as Dialog,
39
- L as DialogArticle,
40
- B as Expenses,
41
- P as Flex,
42
- u as Footer,
38
+ A as DialogArticle,
39
+ L as Expenses,
40
+ b as Flex,
41
+ y as Footer,
43
42
  C as FormRow,
44
43
  M as Header,
45
- k as InfoPanel,
46
- T as Information,
44
+ I as InfoPanel,
45
+ h as Information,
47
46
  v as Layout,
48
47
  E as Line,
49
48
  N as Loader,
50
- U as LoadingBlock,
51
- j as MainAttachment,
52
- z as Message,
53
- J as MessageBlock,
54
- O as NotFound,
55
- V as Payment,
56
- Y as Sidebar,
57
- _ as Signature,
58
- oo as Svg,
59
- eo as Text,
60
- mo as UserPanel,
61
- xo as Warranty
49
+ U as MainAttachment,
50
+ j as Message,
51
+ z as MessageBlock,
52
+ J as NotFound,
53
+ O as Payment,
54
+ V as Sidebar,
55
+ Y as Signature,
56
+ _ as Svg,
57
+ oo as Text,
58
+ eo as UserPanel,
59
+ mo as Warranty
62
60
  };
@@ -3,6 +3,14 @@ export interface ContentProps extends HTMLAttributes<HTMLElementTagNameMap> {
3
3
  tag?: keyof HTMLElementTagNameMap;
4
4
  alwaysRender?: boolean;
5
5
  }
6
+ /**
7
+ * Renders content that can be either a string (potentially containing HTML) or React nodes.<br>
8
+ * With **tag**, you can specify which HTML tag to use for rendering the content (default is *div*).<br>
9
+ * If the **content** is a string that contains HTML tags, it uses *dangerouslySetInnerHTML* to render it as HTML.<br>
10
+ * If the **content** is a plain string without HTML tags, it renders them directly.<br>
11
+ * If the **content** is React nodes, it renders them directly.<br>
12
+ * The **alwaysRender** prop allows rendering an empty tag even if there are no children, which can be useful for layout purposes.
13
+ */
6
14
  export declare const Content: ({ tag, alwaysRender, children, ...rest }: ContentProps) => import('react').ReactElement<{
7
15
  defaultChecked?: boolean | undefined;
8
16
  defaultValue?: string | number | readonly string[] | undefined;
@@ -1,3 +1,4 @@
1
+ import { SyntheticEvent } from 'react';
1
2
  /**
2
3
  * Type guard: checks whether value is a string
3
4
  */
@@ -12,3 +13,9 @@ export declare function containsHtml(value: string): boolean;
12
13
  * Checks if unknown value is a string containing HTML markup
13
14
  */
14
15
  export declare function isHtmlString(value: unknown): value is string;
16
+ type ControlAction = 'prevent' | 'stop' | 'blur';
17
+ /**
18
+ * A higher-order function to wrap event handlers with common event control logic.
19
+ */
20
+ export declare const withControl: <E extends SyntheticEvent<HTMLElement>>(handler: (e: E) => void, ...actions: ControlAction[]) => (e: E) => void;
21
+ export {};
@@ -1,14 +1,18 @@
1
- function n(t) {
1
+ function e(t) {
2
2
  return typeof t == "string";
3
3
  }
4
4
  function i(t) {
5
5
  return /<\/?[a-z][\s\S]*>/i.test(t);
6
6
  }
7
- function e(t) {
8
- return n(t) && i(t);
7
+ function o(t) {
8
+ return e(t) && i(t);
9
9
  }
10
+ const u = (t, ...n) => (r) => {
11
+ n.includes("prevent") && r.preventDefault(), n.includes("stop") && r.stopPropagation(), n.includes("blur") && r.currentTarget.blur(), t(r);
12
+ };
10
13
  export {
11
14
  i as containsHtml,
12
- e as isHtmlString,
13
- n as isString
15
+ o as isHtmlString,
16
+ e as isString,
17
+ u as withControl
14
18
  };
@@ -1,6 +1,7 @@
1
- import { containsHtml as n, isHtmlString as r, isString as m } from "./functions.util.js";
1
+ import { containsHtml as n, isHtmlString as o, isString as r, withControl as l } from "./functions.util.js";
2
2
  export {
3
3
  n as containsHtml,
4
- r as isHtmlString,
5
- m as isString
4
+ o as isHtmlString,
5
+ r as isString,
6
+ l as withControl
6
7
  };
@@ -0,0 +1 @@
1
+ export { Svg, type SvgProps } from './svg.component';
@@ -0,0 +1,4 @@
1
+ import { Svg as e } from "./svg.component.js";
2
+ export {
3
+ e as Svg
4
+ };
@@ -0,0 +1,10 @@
1
+ import { ReactElement, SVGProps } from 'react';
2
+ import { BaseProps } from '../types';
3
+ export interface SvgProps extends BaseProps {
4
+ icon?: ReactElement<SVGProps<SVGSVGElement>> | null;
5
+ }
6
+ /**
7
+ * Reuses a supplied SVG element, merging our className while preserving the original props.
8
+ * Returns null if no icon is provided, allowing for conditional rendering without extra checks.
9
+ */
10
+ export declare const Svg: (props: SvgProps) => ReactElement<SVGProps<SVGSVGElement>, string | import('react').JSXElementConstructor<any>> | null;
@@ -0,0 +1,12 @@
1
+ import { isValidElement as m, cloneElement as r } from "react";
2
+ import t from "clsx";
3
+ const a = (e) => {
4
+ const { icon: s = null, className: l = "", ...o } = e;
5
+ return m(s) ? r(s, {
6
+ className: t(l, s.props.className),
7
+ ...o
8
+ }) : s;
9
+ };
10
+ export {
11
+ a as Svg
12
+ };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arthurzakharov/ui-kit",
3
3
  "private": false,
4
- "version": "1.2.8",
4
+ "version": "1.3.0",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
7
7
  "types": "dist/main.d.ts",
@@ -1 +0,0 @@
1
- ._AccordionTable_lx6xi_1[id=accordion-table]{font-weight:var(--rm-ui-font-weight-regular);width:100%;border-collapse:collapse;border-spacing:0}._AccordionTable_lx6xi_1[id=accordion-table] ._AccordionTableHeadCell_lx6xi_8{background-color:var(--rm-ui-grey-100);padding:var(--rm-ui-padding-xs) var(--rm-ui-padding-sm);font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body);font-weight:var(--rm-ui-font-weight-medium);text-align:left;vertical-align:top;color:var(--rm-ui-color-text-primary);white-space:break-spaces}._AccordionTable_lx6xi_1[id=accordion-table] ._AccordionTableBodyCell_lx6xi_20{padding:var(--rm-ui-padding-xs) var(--rm-ui-padding-sm);font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body);font-weight:var(--rm-ui-font-weight-regular);color:var(--rm-ui-color-text-primary)}._AccordionTable_lx6xi_1[id=accordion-table] ._AccordionTableBodyHead_lx6xi_28{padding:var(--rm-ui-padding-xxs);text-align:left}._AccordionTable_lx6xi_1[id=accordion-table] ._AccordionTableIcon_lx6xi_33{transition:all var(--rm-ui-amimation-speed-primary) var(--rm-ui-amimation-cubic-primary)}._AccordionTable_lx6xi_1[id=accordion-table] ._AccordionTableIconOpened_lx6xi_37{transform:rotate(0)}._AccordionTable_lx6xi_1[id=accordion-table] ._AccordionTableIconClosed_lx6xi_41{transform:rotate(180deg)}._AccordionTable_lx6xi_1[id=accordion-table] ._AccordionTableBodyRow_lx6xi_45{border-bottom:1px solid var(--rm-ui-grey-100)}
@@ -1 +0,0 @@
1
- ._InfoPanel_u07l9_1{position:relative;padding:var(--rm-ui-padding-md) 0;background-color:var(--rm-ui-info-panel-bg)}._InfoPanel_u07l9_1:before,._InfoPanel_u07l9_1:after{content:"";display:block;position:absolute;top:0;z-index:1;height:100%;width:100vw;background-color:var(--rm-ui-info-panel-bg)}._InfoPanel_u07l9_1:before{left:0}._InfoPanel_u07l9_1:after{right:0}._InfoPanelList_u07l9_27{position:relative;z-index:2;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:var(--rm-ui-padding-xs)}._InfoPanelItem_u07l9_37{display:flex;flex-direction:row;align-items:center;justify-content:space-between}@media screen and (min-width:480px){._InfoPanelItem_u07l9_37{justify-content:flex-start;gap:var(--rm-ui-padding-xxs)}}
@@ -1 +0,0 @@
1
- ._Information_mz7ra_1{--gap: var(--rm-ui-padding-sm);display:flex;flex-direction:row;flex-wrap:nowrap;align-items:flex-start;justify-content:flex-start;gap:var(--gap);font-weight:var(--rm-ui-font-weight-light)}._InformationSizeRegular_mz7ra_12{--icon: 24px;font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body)}._InformationSizeSmall_mz7ra_18{--icon: 20px;font-size:var(--rm-ui-font-size-body-small);line-height:var(--rm-ui-line-height-body-small)}._InformationSizeExtraSmall_mz7ra_24{--icon: 16px;font-size:var(--rm-ui-font-size-body-extra-small);line-height:var(--rm-ui-line-height-body-extra-small)}._InformationColorPrimary_mz7ra_30{color:var(--rm-ui-color-text-primary)}._InformationColorSecondary_mz7ra_34{color:var(--rm-ui-color-text-secondary)}._InformationColorAccentPrimary_mz7ra_38{color:var(--rm-ui-color-accent-primary)}._InformationColorAccentSecondary_mz7ra_42{color:var(--rm-ui-color-accent-secondary)}._InformationIcon_mz7ra_46{position:relative;top:2px;left:0;width:var(--icon);height:var(--icon)}._InformationText_mz7ra_54{flex-basis:calc(100% - var(--icon) - var(--gap))}._InformationText_mz7ra_54 b,._InformationText_mz7ra_54 strong{font-weight:var(--rm-ui-font-weight-regular)}._InformationText_mz7ra_54>p:not(:last-child){margin-bottom:var(--rm-ui-padding-xs)}
@@ -1 +0,0 @@
1
- ._Loader_2orye_1{animation:_spinPulse_2orye_1 2s linear infinite;transform-origin:center}._White_2orye_6{stroke:#fff}._Primary_2orye_10{stroke:var(--rm-ui-color-accent-primary)}._Secondary_2orye_14{stroke:var(--rm-ui-color-accent-secondary)}._Loader_2orye_1>path{animation:_dash_2orye_1 2s linear infinite}@keyframes _spinPulse_2orye_1{0%{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(1.25)}to{transform:rotate(360deg) scale(1)}}@keyframes _dash_2orye_1{0%{stroke-opacity:1}50%{stroke-opacity:.5}to{stroke-opacity:1}}
@@ -1 +0,0 @@
1
- ._LoadingBlock_1h5nh_1{height:var(--rm-ui-loading-screen-height);display:flex;align-items:center;justify-content:center;background-color:transparent}
@@ -1 +0,0 @@
1
- ._User_1kveo_1{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:var(--rm-ui-padding-sm)}._UserHead_1kveo_9{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between}._UserTitle_1kveo_17{font-weight:var(--rm-ui-font-weight-medium);font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body);color:var(--rm-ui-color-text-primary)}._UserButton_1kveo_24{padding:0;border:none;background-color:transparent;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:var(--rm-ui-padding-xs)}._UserButton_1kveo_24:focus-visible{outline-offset:2px;outline-color:var(--rm-ui-color-focus)}._UserButtonText_1kveo_41{font-weight:var(--rm-ui-font-weight-medium);font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body);color:var(--rm-ui-color-text-primary)}._UserButtonIcon_1kveo_48{width:24px;height:24px;stroke-width:2px;stroke:var(--rm-ui-color-text-primary)}._UserInfo_1kveo_55{display:inline-flex;flex-direction:column;flex-wrap:nowrap;align-items:flex-start;justify-content:flex-start}._UserInfoRaw_1kveo_63{font-weight:var(--rm-ui-font-weight-light);font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body);color:var(--rm-ui-color-text-secondary)}
@@ -1 +0,0 @@
1
- export declare const LoadingBlock: () => import("react/jsx-runtime").JSX.Element;
@@ -1,8 +0,0 @@
1
- import { jsx as o } from "react/jsx-runtime";
2
- import { Loader as c } from "../loader/loader.component.js";
3
- import '../../assets/loading-block-al0S6J3z.css';const n = "_LoadingBlock_1h5nh_1", r = {
4
- LoadingBlock: n
5
- }, l = () => /* @__PURE__ */ o("div", { className: r.LoadingBlock, children: /* @__PURE__ */ o(c, { size: "lg", color: "primary" }) });
6
- export {
7
- l as LoadingBlock
8
- };
@@ -1,6 +0,0 @@
1
- import { ReactElement } from 'react';
2
- export interface SvgProps {
3
- icon: ReactElement<SVGElement> | null;
4
- className?: string;
5
- }
6
- export declare const Svg: (props: SvgProps) => ReactElement<SVGElement, string | import('react').JSXElementConstructor<any>> | null;
@@ -1,9 +0,0 @@
1
- import o from "clsx";
2
- import { isValidElement as m, cloneElement as c } from "react";
3
- const t = (e) => {
4
- const { icon: s = null, className: l = "" } = e;
5
- return m(s) ? c(s, { className: o(l, s.props.className) }) : s;
6
- };
7
- export {
8
- t as Svg
9
- };