@arthurzakharov/ui-kit 1.4.4 → 1.4.5

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 (47) hide show
  1. package/dist/animations/animation-fade-grow/animation-fade-grow.component.js +29 -22
  2. package/dist/animations/animation-fade-scale/animation-fade-scale.component.js +27 -20
  3. package/dist/animations/animation-fade-slide/animation-fade-slide.component.js +32 -25
  4. package/dist/animations/animation-rotate/animation-rotate.component.js +4 -3
  5. package/dist/assets/flex-BpQNkmJA.css +1 -0
  6. package/dist/assets/text-Bhvd-u-V.css +1 -0
  7. package/dist/components/accordion-table/accordion-table.component.d.ts +0 -7
  8. package/dist/components/bottom-bar/bottom-bar.component.js +31 -31
  9. package/dist/components/data-protected-label/data-protected-label.component.d.ts +3 -7
  10. package/dist/components/data-protected-label/data-protected-label.component.js +15 -19
  11. package/dist/components/flex/flex.component.d.ts +11 -11
  12. package/dist/components/flex/flex.component.js +9 -9
  13. package/dist/components/main-attachment/main-attachment.component.js +17 -10
  14. package/dist/components/message-block/message-block.component.d.ts +0 -3
  15. package/dist/components/message-block/message-block.component.js +16 -27
  16. package/dist/components/payment/components/text-blocks/text-blocks.component.js +3 -3
  17. package/dist/components/sidebar/components/info/info.component.js +10 -10
  18. package/dist/components/sidebar/components/step/step.component.js +4 -4
  19. package/dist/components/sidebar/sidebar.component.js +13 -13
  20. package/dist/components/signature/signature.component.js +140 -140
  21. package/dist/components/text/index.d.ts +1 -0
  22. package/dist/components/text/index.js +4 -0
  23. package/dist/components/text/text.component.d.ts +13 -540
  24. package/dist/components/text/text.component.js +129 -14
  25. package/dist/main.d.ts +1 -1
  26. package/dist/utils/content/content.component.d.ts +3 -1
  27. package/dist/utils/types.d.ts +13 -5
  28. package/package.json +10 -9
  29. package/dist/assets/flex-BhK_u9P8.css +0 -1
  30. package/dist/assets/page-info-Bs3RDQxp.css +0 -1
  31. package/dist/assets/page-subtitle-BrFA-H2S.css +0 -1
  32. package/dist/assets/page-title-BjnleMqb.css +0 -1
  33. package/dist/assets/sidebar-title-BQlVGM_v.css +0 -1
  34. package/dist/assets/step-title-1uG3ODlr.css +0 -1
  35. package/dist/assets/tag-xh8EHVuM.css +0 -1
  36. package/dist/components/text/components/page-info/page-info.component.d.ts +0 -2
  37. package/dist/components/text/components/page-info/page-info.component.js +0 -11
  38. package/dist/components/text/components/page-subtitle/page-subtitle.component.d.ts +0 -2
  39. package/dist/components/text/components/page-subtitle/page-subtitle.component.js +0 -10
  40. package/dist/components/text/components/page-title/page-title.component.d.ts +0 -2
  41. package/dist/components/text/components/page-title/page-title.component.js +0 -10
  42. package/dist/components/text/components/sidebar-title/sidebar-title.component.d.ts +0 -2
  43. package/dist/components/text/components/sidebar-title/sidebar-title.component.js +0 -10
  44. package/dist/components/text/components/step-title/step-title.component.d.ts +0 -2
  45. package/dist/components/text/components/step-title/step-title.component.js +0 -10
  46. package/dist/components/text/components/tag/tag.component.d.ts +0 -543
  47. package/dist/components/text/components/tag/tag.component.js +0 -69
@@ -1,33 +1,40 @@
1
- import { jsx as o } from "react/jsx-runtime";
1
+ import { jsx as e } from "react/jsx-runtime";
2
2
  import m from "clsx";
3
3
  import { withBaseAnimationDefaults as r } from "../utils/default-props.js";
4
4
  import { useAnimationLifecycle as s } from "../hook/use-animation-lifecycle/use-animation-lifecycle.hook.js";
5
- import { c } from "../../animation.module-DQXuL9kR.js";
6
- import { m as l } from "../../proxy-Cx6n7mT2.js";
7
- const A = (a) => {
8
- const t = r(a), i = s({
5
+ import { c as d } from "../../animation.module-DQXuL9kR.js";
6
+ import { m as c } from "../../proxy-Cx6n7mT2.js";
7
+ const A = (o) => {
8
+ const t = r(o), i = s({
9
9
  condition: t.condition,
10
10
  animateOnStart: t.animateOnStart
11
- }), n = {
11
+ }), a = {
12
12
  height: 0,
13
13
  opacity: 0
14
- }, e = { height: "auto", opacity: 1 };
15
- return !i.shouldRender && !t.keepMount ? null : /* @__PURE__ */ o("div", { className: m(c.Animation, t.className), children: /* @__PURE__ */ o(
16
- l.div,
14
+ }, n = { height: "auto", opacity: 1 };
15
+ return !i.shouldRender && !t.keepMount ? null : /* @__PURE__ */ e(
16
+ "div",
17
17
  {
18
- initial: i.getInitialState(n, e),
19
- animate: i.getAnimateState(n, e),
20
- transition: {
21
- ease: t.ease,
22
- duration: t.duration,
23
- delay: t.delay,
24
- type: t.type
25
- },
26
- onAnimationComplete: i.onAnimationComplete,
27
- children: t.children
28
- },
29
- t.name
30
- ) });
18
+ "data-testid": t["data-testid"] || "animation-fade-grow",
19
+ className: m(d.Animation, t.className),
20
+ children: /* @__PURE__ */ e(
21
+ c.div,
22
+ {
23
+ initial: i.getInitialState(a, n),
24
+ animate: i.getAnimateState(a, n),
25
+ transition: {
26
+ ease: t.ease,
27
+ duration: t.duration,
28
+ delay: t.delay,
29
+ type: t.type
30
+ },
31
+ onAnimationComplete: i.onAnimationComplete,
32
+ children: t.children
33
+ },
34
+ t.name
35
+ )
36
+ }
37
+ );
31
38
  };
32
39
  export {
33
40
  A as AnimationFadeGrow
@@ -3,31 +3,38 @@ import m from "clsx";
3
3
  import { withBaseAnimationDefaults as r } from "../utils/default-props.js";
4
4
  import { useAnimationLifecycle as s } from "../hook/use-animation-lifecycle/use-animation-lifecycle.hook.js";
5
5
  import { c } from "../../animation.module-DQXuL9kR.js";
6
- import { m as l } from "../../proxy-Cx6n7mT2.js";
7
- const S = (n) => {
8
- const t = r(n), i = s({
9
- condition: n.condition,
6
+ import { m as d } from "../../proxy-Cx6n7mT2.js";
7
+ const S = (a) => {
8
+ const t = r(a), i = s({
9
+ condition: a.condition,
10
10
  animateOnStart: t.animateOnStart
11
11
  }), e = {
12
12
  opacity: 0,
13
13
  scale: 0.95
14
- }, a = { opacity: 1, scale: 1 };
15
- return !i.shouldRender && !t.keepMount ? null : /* @__PURE__ */ o("div", { className: m(c.Animation, t.className), children: /* @__PURE__ */ o(
16
- l.div,
14
+ }, n = { opacity: 1, scale: 1 };
15
+ return !i.shouldRender && !t.keepMount ? null : /* @__PURE__ */ o(
16
+ "div",
17
17
  {
18
- initial: i.getInitialState(e, a),
19
- animate: i.getAnimateState(e, a),
20
- transition: {
21
- ease: t.ease,
22
- duration: t.duration,
23
- delay: t.delay,
24
- type: t.type
25
- },
26
- onAnimationComplete: i.onAnimationComplete,
27
- children: t.children
28
- },
29
- t.name
30
- ) });
18
+ "data-testid": t["data-testid"] || "animation-fade-scale",
19
+ className: m(c.Animation, t.className),
20
+ children: /* @__PURE__ */ o(
21
+ d.div,
22
+ {
23
+ initial: i.getInitialState(e, n),
24
+ animate: i.getAnimateState(e, n),
25
+ transition: {
26
+ ease: t.ease,
27
+ duration: t.duration,
28
+ delay: t.delay,
29
+ type: t.type
30
+ },
31
+ onAnimationComplete: i.onAnimationComplete,
32
+ children: t.children
33
+ },
34
+ t.name
35
+ )
36
+ }
37
+ );
31
38
  };
32
39
  export {
33
40
  S as AnimationFadeScale
@@ -1,34 +1,41 @@
1
- import { jsx as o } from "react/jsx-runtime";
2
- import r from "clsx";
3
- import { withBaseAnimationDefaults as m } from "../utils/default-props.js";
4
- import { useAnimationLifecycle as l } from "../hook/use-animation-lifecycle/use-animation-lifecycle.hook.js";
1
+ import { jsx as a } from "react/jsx-runtime";
2
+ import m from "clsx";
3
+ import { withBaseAnimationDefaults as r } from "../utils/default-props.js";
4
+ import { useAnimationLifecycle as d } from "../hook/use-animation-lifecycle/use-animation-lifecycle.hook.js";
5
5
  import { c as s } from "../../animation.module-DQXuL9kR.js";
6
- import { m as d } from "../../proxy-Cx6n7mT2.js";
7
- const A = (a) => {
8
- const t = m(a), i = l({
6
+ import { m as l } from "../../proxy-Cx6n7mT2.js";
7
+ const A = (o) => {
8
+ const t = r(o), i = d({
9
9
  condition: t.condition,
10
10
  animateOnStart: t.animateOnStart
11
- }), n = {
11
+ }), e = {
12
12
  x: (t.direction ?? "ltr") === "ltr" ? "-100%" : "100%",
13
13
  opacity: 0
14
- }, e = { x: 0, opacity: 1 };
15
- return !i.shouldRender && !t.keepMount ? null : /* @__PURE__ */ o("div", { className: r(s.Animation, t.className), children: /* @__PURE__ */ o(
16
- d.div,
14
+ }, n = { x: 0, opacity: 1 };
15
+ return !i.shouldRender && !t.keepMount ? null : /* @__PURE__ */ a(
16
+ "div",
17
17
  {
18
- initial: i.getInitialState(n, e),
19
- animate: i.getAnimateState(n, e),
20
- transition: {
21
- ease: t.ease,
22
- duration: t.duration,
23
- delay: t.delay,
24
- type: t.type
25
- },
26
- style: { overflow: "hidden" },
27
- onAnimationComplete: i.onAnimationComplete,
28
- children: t.children
29
- },
30
- t.name
31
- ) });
18
+ "data-testid": t["data-testid"] || "animation-fade-slide",
19
+ className: m(s.Animation, t.className),
20
+ children: /* @__PURE__ */ a(
21
+ l.div,
22
+ {
23
+ initial: i.getInitialState(e, n),
24
+ animate: i.getAnimateState(e, n),
25
+ transition: {
26
+ ease: t.ease,
27
+ duration: t.duration,
28
+ delay: t.delay,
29
+ type: t.type
30
+ },
31
+ style: { overflow: "hidden" },
32
+ onAnimationComplete: i.onAnimationComplete,
33
+ children: t.children
34
+ },
35
+ t.name
36
+ )
37
+ }
38
+ );
32
39
  };
33
40
  export {
34
41
  A as AnimationFadeSlide
@@ -2,13 +2,13 @@ import { jsx as d } from "react/jsx-runtime";
2
2
  import { useRef as f, useState as l, useEffect as u } from "react";
3
3
  import { withBaseAnimationDefaults as p } from "../utils/default-props.js";
4
4
  import { m as R } from "../../proxy-Cx6n7mT2.js";
5
- const i = {
5
+ const n = {
6
6
  top: 0,
7
7
  right: 90,
8
8
  bottom: 180,
9
9
  left: 270
10
10
  }, C = (a) => {
11
- const t = p(a), o = f(t.condition), [e, r] = l(t.animateOnStart), n = `${i[t.from ?? "left"]}deg`, s = `${i[t.to ?? "top"]}deg`, c = (e ? t.condition : !1) ? s : n;
11
+ const t = p(a), o = f(t.condition), [e, r] = l(t.animateOnStart), i = `${n[t.from ?? "left"]}deg`, s = `${n[t.to ?? "top"]}deg`, c = (e ? t.condition : !1) ? s : i;
12
12
  return u(() => {
13
13
  if (o.current !== t.condition && (o.current = t.condition, !e)) {
14
14
  const m = requestAnimationFrame(() => {
@@ -19,7 +19,8 @@ const i = {
19
19
  }, [t.condition, e]), /* @__PURE__ */ d(
20
20
  R.div,
21
21
  {
22
- initial: { rotate: n },
22
+ "data-testid": t["data-testid"] || "animation-rotate",
23
+ initial: { rotate: i },
23
24
  animate: { rotate: c },
24
25
  transition: {
25
26
  ease: t.ease,
@@ -0,0 +1 @@
1
+ ._Flex_1a27j_1{display:flex}._Flex_1a27j_1[data-pos=relative]{position:relative}._Flex_1a27j_1[data-pos=absolute]{position:absolute}._Flex_1a27j_1[data-pos=fixed]{position:fixed}._Flex_1a27j_1[data-pos=static]{position:static}._Flex_1a27j_1[data-pos=sticky]{position:sticky}._Flex_1a27j_1[data-fd=row]{flex-direction:row}._Flex_1a27j_1[data-fd=column]{flex-direction:column}._Flex_1a27j_1[data-fxw=wrap]{flex-wrap:wrap}._Flex_1a27j_1[data-fxw=nowrap]{flex-wrap:nowrap}._Flex_1a27j_1[data-gap=xxs]{gap:var(--rm-ui-padding-xxs)}._Flex_1a27j_1[data-gap=xs]{gap:var(--rm-ui-padding-xs)}._Flex_1a27j_1[data-gap=sm]{gap:var(--rm-ui-padding-sm)}._Flex_1a27j_1[data-gap=md]{gap:var(--rm-ui-padding-md)}._Flex_1a27j_1[data-gap=lg]{gap:var(--rm-ui-padding-lg)}._Flex_1a27j_1[data-gap=xl]{gap:var(--rm-ui-padding-xl)}._Flex_1a27j_1[data-gap=xxl]{gap:var(--rm-ui-padding-xxl)}._Flex_1a27j_1[data-gap=xxxl]{gap:var(--rm-ui-padding-xxxl)}._Flex_1a27j_1[data-m=xxs]{margin:var(--rm-ui-padding-xxs)}._Flex_1a27j_1[data-m=xs]{margin:var(--rm-ui-padding-xs)}._Flex_1a27j_1[data-m=sm]{margin:var(--rm-ui-padding-sm)}._Flex_1a27j_1[data-m=md]{margin:var(--rm-ui-padding-md)}._Flex_1a27j_1[data-m=lg]{margin:var(--rm-ui-padding-lg)}._Flex_1a27j_1[data-m=xl]{margin:var(--rm-ui-padding-xl)}._Flex_1a27j_1[data-m=xxl]{margin:var(--rm-ui-padding-xxl)}._Flex_1a27j_1[data-m=xxxl]{margin:var(--rm-ui-padding-xxxl)}._Flex_1a27j_1[data-mt=xxs]{margin-top:var(--rm-ui-padding-xxs)}._Flex_1a27j_1[data-mt=xs]{margin-top:var(--rm-ui-padding-xs)}._Flex_1a27j_1[data-mt=sm]{margin-top:var(--rm-ui-padding-sm)}._Flex_1a27j_1[data-mt=md]{margin-top:var(--rm-ui-padding-md)}._Flex_1a27j_1[data-mt=lg]{margin-top:var(--rm-ui-padding-lg)}._Flex_1a27j_1[data-mt=xl]{margin-top:var(--rm-ui-padding-xl)}._Flex_1a27j_1[data-mt=xxl]{margin-top:var(--rm-ui-padding-xxl)}._Flex_1a27j_1[data-mt=xxxl]{margin-top:var(--rm-ui-padding-xxxl)}._Flex_1a27j_1[data-mb=xxs]{margin-bottom:var(--rm-ui-padding-xxs)}._Flex_1a27j_1[data-mb=xs]{margin-bottom:var(--rm-ui-padding-xs)}._Flex_1a27j_1[data-mb=sm]{margin-bottom:var(--rm-ui-padding-sm)}._Flex_1a27j_1[data-mb=md]{margin-bottom:var(--rm-ui-padding-md)}._Flex_1a27j_1[data-mb=lg]{margin-bottom:var(--rm-ui-padding-lg)}._Flex_1a27j_1[data-mb=xl]{margin-bottom:var(--rm-ui-padding-xl)}._Flex_1a27j_1[data-mb=xxl]{margin-bottom:var(--rm-ui-padding-xxl)}._Flex_1a27j_1[data-mb=xxxl]{margin-bottom:var(--rm-ui-padding-xxxl)}._Flex_1a27j_1[data-ml=xxs]{margin-left:var(--rm-ui-padding-xxs)}._Flex_1a27j_1[data-ml=xs]{margin-left:var(--rm-ui-padding-xs)}._Flex_1a27j_1[data-ml=sm]{margin-left:var(--rm-ui-padding-sm)}._Flex_1a27j_1[data-ml=md]{margin-left:var(--rm-ui-padding-md)}._Flex_1a27j_1[data-ml=lg]{margin-left:var(--rm-ui-padding-lg)}._Flex_1a27j_1[data-ml=xl]{margin-left:var(--rm-ui-padding-xl)}._Flex_1a27j_1[data-ml=xxl]{margin-left:var(--rm-ui-padding-xxl)}._Flex_1a27j_1[data-ml=xxxl]{margin-left:var(--rm-ui-padding-xxxl)}._Flex_1a27j_1[data-mr=xxs]{margin-right:var(--rm-ui-padding-xxs)}._Flex_1a27j_1[data-mr=xs]{margin-right:var(--rm-ui-padding-xs)}._Flex_1a27j_1[data-mr=sm]{margin-right:var(--rm-ui-padding-sm)}._Flex_1a27j_1[data-mr=md]{margin-right:var(--rm-ui-padding-md)}._Flex_1a27j_1[data-mr=lg]{margin-right:var(--rm-ui-padding-lg)}._Flex_1a27j_1[data-mr=xl]{margin-right:var(--rm-ui-padding-xl)}._Flex_1a27j_1[data-mr=xxl]{margin-right:var(--rm-ui-padding-xxl)}._Flex_1a27j_1[data-mr=xxxl]{margin-right:var(--rm-ui-padding-xxxl)}._Flex_1a27j_1[data-mx=xxs]{margin-left:var(--rm-ui-padding-xxs);margin-right:var(--rm-ui-padding-xxs)}._Flex_1a27j_1[data-mx=xs]{margin-left:var(--rm-ui-padding-xs);margin-right:var(--rm-ui-padding-xs)}._Flex_1a27j_1[data-mx=sm]{margin-left:var(--rm-ui-padding-sm);margin-right:var(--rm-ui-padding-sm)}._Flex_1a27j_1[data-mx=md]{margin-left:var(--rm-ui-padding-md);margin-right:var(--rm-ui-padding-md)}._Flex_1a27j_1[data-mx=lg]{margin-left:var(--rm-ui-padding-lg);margin-right:var(--rm-ui-padding-lg)}._Flex_1a27j_1[data-mx=xl]{margin-left:var(--rm-ui-padding-xl);margin-right:var(--rm-ui-padding-xl)}._Flex_1a27j_1[data-mx=xxl]{margin-left:var(--rm-ui-padding-xxl);margin-right:var(--rm-ui-padding-xxl)}._Flex_1a27j_1[data-mx=xxxl]{margin-left:var(--rm-ui-padding-xxxl);margin-right:var(--rm-ui-padding-xxxl)}._Flex_1a27j_1[data-my=xxs]{margin-top:var(--rm-ui-padding-xxs);margin-bottom:var(--rm-ui-padding-xxs)}._Flex_1a27j_1[data-my=xs]{margin-top:var(--rm-ui-padding-xs);margin-bottom:var(--rm-ui-padding-xs)}._Flex_1a27j_1[data-my=sm]{margin-top:var(--rm-ui-padding-sm);margin-bottom:var(--rm-ui-padding-sm)}._Flex_1a27j_1[data-my=md]{margin-top:var(--rm-ui-padding-md);margin-bottom:var(--rm-ui-padding-md)}._Flex_1a27j_1[data-my=lg]{margin-top:var(--rm-ui-padding-lg);margin-bottom:var(--rm-ui-padding-lg)}._Flex_1a27j_1[data-my=xl]{margin-top:var(--rm-ui-padding-xl);margin-bottom:var(--rm-ui-padding-xl)}._Flex_1a27j_1[data-my=xxl]{margin-top:var(--rm-ui-padding-xxl);margin-bottom:var(--rm-ui-padding-xxl)}._Flex_1a27j_1[data-my=xxxl]{margin-top:var(--rm-ui-padding-xxxl);margin-bottom:var(--rm-ui-padding-xxxl)}._Flex_1a27j_1[data-ai=center]{align-items:center}._Flex_1a27j_1[data-ai=start]{align-items:flex-start}._Flex_1a27j_1[data-ai=end]{align-items:flex-end}._Flex_1a27j_1[data-ai=stretch]{align-items:stretch}._Flex_1a27j_1[data-jc=center]{justify-content:center}._Flex_1a27j_1[data-jc=start]{justify-content:flex-start}._Flex_1a27j_1[data-jc=end]{justify-content:flex-end}._Flex_1a27j_1[data-jc=space-between]{justify-content:space-between}@media screen and (min-width:768px){._Flex_1a27j_1[data-fd=row][data-fd-change-after=tablet]{flex-direction:column}._Flex_1a27j_1[data-fd=column][data-fd-change-after=tablet]{flex-direction:row}}@media screen and (min-width:1024px){._Flex_1a27j_1[data-fd=row][data-fd-change-after=laptop]{flex-direction:column}._Flex_1a27j_1[data-fd=column][data-fd-change-after=laptop]{flex-direction:row}}@media screen and (min-width:1200px){._Flex_1a27j_1[data-fd=row][data-fd-change-after=desktop]{flex-direction:column}._Flex_1a27j_1[data-fd=column][data-fd-change-after=desktop]{flex-direction:row}}
@@ -0,0 +1 @@
1
+ ._Lined_553v9_1{text-decoration:underline}._Left_553v9_7{text-align:left}._Center_553v9_11{text-align:center}._Right_553v9_15{text-align:right}._Light_553v9_21{font-weight:var(--rm-ui-font-weight-light)}._Regular_553v9_25{font-weight:var(--rm-ui-font-weight-regular)}._Medium_553v9_29{font-weight:var(--rm-ui-font-weight-medium)}._Bold_553v9_33{font-weight:var(--rm-ui-font-weight-bold)}._BodyExtraSmall_553v9_39{font-size:var(--rm-ui-font-size-body-extra-small);line-height:var(--rm-ui-line-height-body-extra-small)}._BodySmall_553v9_44{font-size:var(--rm-ui-font-size-body-small);line-height:var(--rm-ui-line-height-body-small)}._Body_553v9_39{font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body)}._BodyLarge_553v9_54{font-size:var(--rm-ui-font-size-body-large);line-height:var(--rm-ui-line-height-body-large)}._HL1_553v9_59{font-size:var(--rm-ui-font-size-hl1);line-height:var(--rm-ui-line-height-hl1)}._HL2_553v9_64{font-size:var(--rm-ui-font-size-hl2);line-height:var(--rm-ui-line-height-hl2)}._HL3_553v9_69{font-size:var(--rm-ui-font-size-hl3);line-height:var(--rm-ui-line-height-hl3)}._HL4_553v9_74{font-size:var(--rm-ui-font-size-hl4);line-height:var(--rm-ui-line-height-hl4)}._HL5_553v9_79{font-size:var(--rm-ui-font-size-hl5);line-height:var(--rm-ui-line-height-hl5)}._TextPrimary_553v9_86{color:var(--rm-ui-color-text-primary)}._TextSecondary_553v9_90{color:var(--rm-ui-color-text-secondary)}._AccentPrimary_553v9_94{color:var(--rm-ui-color-accent-primary)}._AccentSecondary_553v9_98{color:var(--rm-ui-color-accent-secondary)}._ThemePrimary_553v9_102{color:var(--rm-ui-color-theme-primary)}._ThemeSecondary_553v9_106{color:var(--rm-ui-color-theme-secondary)}._Error_553v9_110{color:var(--rm-ui-color-error)}._Success_553v9_114{color:var(--rm-ui-color-success)}._Focus_553v9_118{color:var(--rm-ui-color-focus)}._Link_553v9_122{color:var(--rm-ui-color-link)}._Grey950_553v9_126{color:var(--rm-ui-grey-950)}._Grey900_553v9_130{color:var(--rm-ui-grey-900)}._Grey800_553v9_134{color:var(--rm-ui-grey-800)}._Grey700_553v9_138{color:var(--rm-ui-grey-700)}._Grey600_553v9_142{color:var(--rm-ui-grey-600)}._Grey500_553v9_146{color:var(--rm-ui-grey-500)}._Grey400_553v9_150{color:var(--rm-ui-grey-400)}._Grey300_553v9_154{color:var(--rm-ui-grey-300)}._Grey200_553v9_158{color:var(--rm-ui-grey-200)}._Grey100_553v9_162{color:var(--rm-ui-grey-100)}._Grey50_553v9_146{color:var(--rm-ui-grey-50)}
@@ -11,12 +11,5 @@ export interface AccordionTableProps extends Base {
11
11
  table: Table;
12
12
  active?: number;
13
13
  }
14
- /**
15
- * 📊 A flexible table component with expandable sections. It renders a table header and a list of collapsible body sections, where each section can be
16
- * toggled to reveal its rows with smooth animations. The component supports a default active section d and dynamically adapts its column layout based on the provided header configuration.
17
- *
18
- * `AccordionTable` renders a table-like layout where body rows are grouped into collapsible sections. It is useful for
19
- * showing structured fee/value data while keeping long content compact.
20
- */
21
14
  export declare const AccordionTable: ({ table, active, ...base }: AccordionTableProps) => import("react/jsx-runtime").JSX.Element;
22
15
  export {};
@@ -1,11 +1,11 @@
1
- import { jsxs as c, jsx as r } from "react/jsx-runtime";
2
- import { useRef as p, useEffect as b, useMemo as x } from "react";
3
- import f from "clsx";
4
- import { useResizeObserver as y, useWindowSize as w } from "usehooks-ts";
1
+ import { jsxs as c, jsx as e } from "react/jsx-runtime";
2
+ import { useRef as b, useEffect as p, useMemo as u } from "react";
3
+ import y from "clsx";
4
+ import { useResizeObserver as f, useWindowSize as w } from "usehooks-ts";
5
5
  import { ControlButton as z } from "../../controls/control-button/control-button.component.js";
6
6
  import { Flex as n } from "../flex/flex.component.js";
7
7
  import { Text as m } from "../text/text.component.js";
8
- import '../../assets/bottom-bar-DDgm0BQh.css';const R = "_BottomBar_1ao8k_1", _ = "_BottomBarFixed_1ao8k_7", L = "_BottomBarStatic_1ao8k_16", g = {
8
+ import '../../assets/bottom-bar-DDgm0BQh.css';const R = "_BottomBar_1ao8k_1", _ = "_BottomBarFixed_1ao8k_7", L = "_BottomBarStatic_1ao8k_16", d = {
9
9
  BottomBar: R,
10
10
  BottomBarFixed: _,
11
11
  BottomBarStatic: L
@@ -13,52 +13,52 @@ import '../../assets/bottom-bar-DDgm0BQh.css';const R = "_BottomBar_1ao8k_1", _
13
13
  text: o,
14
14
  lined: !1,
15
15
  weight: t.weight || "regular",
16
- size: t.size || "regular",
17
- color: t.color || "primary"
16
+ size: t.size || "body",
17
+ color: t.color || "text-primary"
18
18
  } : {
19
- text: o.text || /* @__PURE__ */ r("wbr", {}),
19
+ text: o.text || /* @__PURE__ */ e("wbr", {}),
20
20
  lined: o.lined,
21
21
  weight: o.weight || t.weight || "regular",
22
- size: o.size || t.size || "regular",
23
- color: o.color || t.color || "primary"
22
+ size: o.size || t.size || "body",
23
+ color: o.color || t.color || "text-primary"
24
24
  } : {
25
- text: /* @__PURE__ */ r("wbr", {}),
25
+ text: /* @__PURE__ */ e("wbr", {}),
26
26
  lined: !1,
27
27
  weight: t.weight || "regular",
28
- size: t.size || "regular",
29
- color: t.color || "primary"
30
- }, W = (o) => {
31
- const { button: t, info: i, message: s = "", className: h = "", staticFrom: u = 768 } = o, d = p(null), { height: a } = y({
32
- ref: d,
28
+ size: t.size || "body",
29
+ color: t.color || "text-primary"
30
+ }, I = (o) => {
31
+ const { button: t, info: i, message: s = "", className: g = "", staticFrom: x = 768 } = o, h = b(null), { height: a } = f({
32
+ ref: h,
33
33
  box: "border-box"
34
34
  }), { width: B } = w({ initializeWithValue: !0, debounceDelay: 150 });
35
- b(() => (a ? document.body.style.marginBottom = `${Math.round(a)}px` : document.body.style.removeProperty("margin-bottom"), () => {
35
+ p(() => (a ? document.body.style.marginBottom = `${Math.round(a)}px` : document.body.style.removeProperty("margin-bottom"), () => {
36
36
  document.body.style.removeProperty("margin-bottom");
37
37
  }), [a]);
38
- const e = x(() => ({
39
- topLeft: l(i.topLeft, { weight: "medium", color: "primary" }),
40
- topRight: l(i.topRight, { weight: "medium", color: "primary" }),
41
- bottomLeft: l(i.bottomLeft, { weight: "regular", color: "secondary" }),
42
- bottomRight: l(i.bottomRight, { weight: "regular", color: "secondary" })
38
+ const r = u(() => ({
39
+ topLeft: l(i.topLeft, { weight: "medium", color: "text-primary" }),
40
+ topRight: l(i.topRight, { weight: "medium", color: "text-primary" }),
41
+ bottomLeft: l(i.bottomLeft, { weight: "regular", color: "text-secondary" }),
42
+ bottomRight: l(i.bottomRight, { weight: "regular", color: "text-secondary" })
43
43
  }), [i]);
44
44
  return /* @__PURE__ */ c(
45
45
  "div",
46
46
  {
47
- ref: d,
48
- className: f(g.BottomBar, h, B >= u ? g.BottomBarStatic : g.BottomBarFixed),
47
+ ref: h,
48
+ className: y(d.BottomBar, g, B >= x ? d.BottomBarStatic : d.BottomBarFixed),
49
49
  children: [
50
50
  /* @__PURE__ */ c(n, { direction: "row", grow: "equal", children: [
51
51
  /* @__PURE__ */ c(n, { direction: "column", align: "start", children: [
52
- /* @__PURE__ */ r(m.Tag, { ...e.topLeft, children: e.topLeft.text }),
53
- /* @__PURE__ */ r(m.Tag, { ...e.bottomLeft, children: e.bottomLeft.text })
52
+ /* @__PURE__ */ e(m, { ...r.topLeft, children: r.topLeft.text }),
53
+ /* @__PURE__ */ e(m, { ...r.bottomLeft, children: r.bottomLeft.text })
54
54
  ] }),
55
55
  /* @__PURE__ */ c(n, { direction: "column", align: "end", children: [
56
- /* @__PURE__ */ r(m.Tag, { ...e.topRight, children: e.topRight.text }),
57
- /* @__PURE__ */ r(m.Tag, { ...e.bottomRight, children: e.bottomRight.text })
56
+ /* @__PURE__ */ e(m, { ...r.topRight, children: r.topRight.text }),
57
+ /* @__PURE__ */ e(m, { ...r.bottomRight, children: r.bottomRight.text })
58
58
  ] })
59
59
  ] }),
60
- s && /* @__PURE__ */ r(n, { justify: "center", mt: "sm", mb: "md", children: /* @__PURE__ */ r(m.Tag, { color: "secondary", size: "regular", weight: "regular", children: s }) }),
61
- /* @__PURE__ */ r(n, { direction: "row", mt: "md", children: /* @__PURE__ */ r(
60
+ s && /* @__PURE__ */ e(n, { justify: "center", mt: "sm", mb: "md", children: /* @__PURE__ */ e(m, { color: "text-secondary", children: s }) }),
61
+ /* @__PURE__ */ e(n, { direction: "row", mt: "md", children: /* @__PURE__ */ e(
62
62
  z,
63
63
  {
64
64
  fullWidth: !0,
@@ -75,5 +75,5 @@ import '../../assets/bottom-bar-DDgm0BQh.css';const R = "_BottomBar_1ao8k_1", _
75
75
  );
76
76
  };
77
77
  export {
78
- W as BottomBar
78
+ I as BottomBar
79
79
  };
@@ -1,10 +1,6 @@
1
- import { Align, Base } from '../../utils/types';
1
+ import { FontAlign, Base } from '../../utils/types';
2
2
  interface DataProtectedLabelProps extends Base {
3
- text?: string;
4
- align?: Align;
3
+ align?: FontAlign;
5
4
  }
6
- /**
7
- * Displays a data protection label with a lock icon and optional text, supporting alignment options.
8
- */
9
- export declare const DataProtectedLabel: ({ text, align, ...base }: DataProtectedLabelProps) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const DataProtectedLabel: ({ align, ...base }: DataProtectedLabelProps) => import("react/jsx-runtime").JSX.Element;
10
6
  export {};
@@ -1,33 +1,29 @@
1
- import { jsxs as s, jsx as c } from "react/jsx-runtime";
2
- import { LockKeyhole as i } from "lucide-react";
3
- import d from "clsx";
1
+ import { jsxs as r, jsx as c } from "react/jsx-runtime";
2
+ import { LockKeyhole as s } from "lucide-react";
3
+ import i from "clsx";
4
4
  import { baseProps as o } from "../../utils/functions/functions.util.js";
5
- import '../../assets/data-protected-label-BN19_NZF.css';const n = "_DataProtectedLabel_1iagf_1", l = "_Left_1iagf_8", _ = "_Center_1iagf_12", f = "_Right_1iagf_16", m = "_Icon_1iagf_20", h = "_Text_1iagf_26", t = {
6
- DataProtectedLabel: n,
7
- Left: l,
8
- Center: _,
9
- Right: f,
10
- Icon: m,
11
- Text: h
12
- }, b = ({
13
- text: r = "Höchste Datensicherheit",
14
- align: e = "center",
15
- ...a
16
- }) => /* @__PURE__ */ s(
5
+ import '../../assets/data-protected-label-BN19_NZF.css';const d = "_DataProtectedLabel_1iagf_1", n = "_Left_1iagf_8", l = "_Center_1iagf_12", _ = "_Right_1iagf_16", f = "_Icon_1iagf_20", m = "_Text_1iagf_26", t = {
6
+ DataProtectedLabel: d,
7
+ Left: n,
8
+ Center: l,
9
+ Right: _,
10
+ Icon: f,
11
+ Text: m
12
+ }, x = ({ align: e = "center", ...a }) => /* @__PURE__ */ r(
17
13
  "div",
18
14
  {
19
15
  "data-testid": o(a, "data-testid", "data-protected-label"),
20
- className: d(t.DataProtectedLabel, o(a, "className"), {
16
+ className: i(t.DataProtectedLabel, o(a, "className"), {
21
17
  [t.Left]: e === "left",
22
18
  [t.Center]: e === "center",
23
19
  [t.Right]: e === "right"
24
20
  }),
25
21
  children: [
26
- /* @__PURE__ */ c(i, { "data-testid": "data-protected-label-icon", className: t.Icon }),
27
- /* @__PURE__ */ c("span", { "data-testid": "data-protected-label-text", className: t.Text, children: r })
22
+ /* @__PURE__ */ c(s, { "data-testid": "data-protected-label-icon", className: t.Icon }),
23
+ /* @__PURE__ */ c("span", { "data-testid": "data-protected-label-text", className: t.Text, children: "Höchste Datensicherheit" })
28
24
  ]
29
25
  }
30
26
  );
31
27
  export {
32
- b as DataProtectedLabel
28
+ x as DataProtectedLabel
33
29
  };
@@ -4,7 +4,7 @@ type TagNames = keyof HTMLElementTagNameMap;
4
4
  type Position = 'relative' | 'absolute' | 'fixed' | 'static' | 'sticky';
5
5
  type Grow = 'content' | 'equal';
6
6
  type Direction = 'row' | 'column';
7
- type Align = 'center' | 'start' | 'end' | 'stretch';
7
+ type FontAlign = 'center' | 'start' | 'end' | 'stretch';
8
8
  type Justify = 'center' | 'start' | 'end' | 'space-between';
9
9
  type ScreeSize = 'tablet' | 'laptop' | 'desktop';
10
10
  export interface FlexProps extends PropsWithChildren, HTMLAttributes<HTMLElementTagNameMap[TagNames]> {
@@ -15,7 +15,7 @@ export interface FlexProps extends PropsWithChildren, HTMLAttributes<HTMLElement
15
15
  grow?: Grow;
16
16
  direction?: Direction;
17
17
  wrap?: boolean;
18
- align?: Align;
18
+ align?: FontAlign;
19
19
  justify?: Justify;
20
20
  mt?: Size;
21
21
  mb?: Size;
@@ -295,16 +295,16 @@ export declare const Flex: (props: FlexProps) => import('react').DetailedReactHT
295
295
  'data-fd': Direction;
296
296
  'data-fd-change-after': ScreeSize | undefined;
297
297
  'data-fxw': string;
298
- 'data-gap': Size | undefined;
299
- 'data-ai': Align;
298
+ 'data-gap': "xxs" | "xs" | "sm" | "md" | "lg" | "xl" | "xxl" | "xxxl" | undefined;
299
+ 'data-ai': FontAlign;
300
300
  'data-jc': Justify;
301
- 'data-mt': Size | undefined;
302
- 'data-mb': Size | undefined;
303
- 'data-ml': Size | undefined;
304
- 'data-mr': Size | undefined;
305
- 'data-mx': Size | undefined;
306
- 'data-my': Size | undefined;
307
- 'data-m': Size | undefined;
301
+ 'data-mt': "xxs" | "xs" | "sm" | "md" | "lg" | "xl" | "xxl" | "xxxl" | undefined;
302
+ 'data-mb': "xxs" | "xs" | "sm" | "md" | "lg" | "xl" | "xxl" | "xxxl" | undefined;
303
+ 'data-ml': "xxs" | "xs" | "sm" | "md" | "lg" | "xl" | "xxl" | "xxxl" | undefined;
304
+ 'data-mr': "xxs" | "xs" | "sm" | "md" | "lg" | "xl" | "xxl" | "xxxl" | undefined;
305
+ 'data-mx': "xxs" | "xs" | "sm" | "md" | "lg" | "xl" | "xxl" | "xxxl" | undefined;
306
+ 'data-my': "xxs" | "xs" | "sm" | "md" | "lg" | "xl" | "xxl" | "xxxl" | undefined;
307
+ 'data-m': "xxs" | "xs" | "sm" | "md" | "lg" | "xl" | "xxl" | "xxxl" | undefined;
308
308
  'data-pos': Position | undefined;
309
309
  children: (string | number | Iterable<import('react').ReactNode> | import("react/jsx-runtime").JSX.Element)[] | null | undefined;
310
310
  }, HTMLElement>;
@@ -1,9 +1,9 @@
1
1
  import { jsx as v } from "react/jsx-runtime";
2
2
  import { createElement as _, Children as m, isValidElement as $ } from "react";
3
3
  import B from "clsx";
4
- import '../../assets/flex-BhK_u9P8.css';const E = "_Flex_ey5ik_1", N = {
4
+ import '../../assets/flex-BpQNkmJA.css';const E = "_Flex_1a27j_1", N = {
5
5
  Flex: E
6
- }, C = (s) => {
6
+ }, D = (s) => {
7
7
  const {
8
8
  children: e,
9
9
  tag: d = "div",
@@ -17,9 +17,9 @@ import '../../assets/flex-BhK_u9P8.css';const E = "_Flex_ey5ik_1", N = {
17
17
  justify: f,
18
18
  mt: p,
19
19
  mb: x,
20
- ml: y,
21
- mr: g,
22
- mx: u,
20
+ ml: g,
21
+ mr: u,
22
+ mx: y,
23
23
  my: h,
24
24
  m: w,
25
25
  changeDirectionAfter: F,
@@ -36,9 +36,9 @@ import '../../assets/flex-BhK_u9P8.css';const E = "_Flex_ey5ik_1", N = {
36
36
  "data-jc": f || "start",
37
37
  "data-mt": p,
38
38
  "data-mb": x,
39
- "data-ml": y,
40
- "data-mr": g,
41
- "data-mx": u,
39
+ "data-ml": g,
40
+ "data-mr": u,
41
+ "data-mx": y,
42
42
  "data-my": h,
43
43
  "data-m": w,
44
44
  "data-pos": l,
@@ -51,5 +51,5 @@ import '../../assets/flex-BhK_u9P8.css';const E = "_Flex_ey5ik_1", N = {
51
51
  });
52
52
  };
53
53
  export {
54
- C as Flex
54
+ D as Flex
55
55
  };
@@ -1,20 +1,27 @@
1
- import { jsxs as m, jsx as t } from "react/jsx-runtime";
1
+ import { jsxs as m, jsx as n } from "react/jsx-runtime";
2
2
  import h from "clsx";
3
3
  import { AnimationFadeScale as o } from "../../animations/animation-fade-scale/animation-fade-scale.component.js";
4
- import { Text as a } from "../text/text.component.js";
5
- import '../../assets/main-attachment-Cw8AP6xv.css';const r = "_MainAttachment_1oa7f_1", s = "_MainAttachmentTitle_1oa7f_5", A = "_MainAttachmentTitleWithSubtitle_1oa7f_9", M = "_MainAttachmentSubtitle_1oa7f_13", i = {
4
+ import { Text as i } from "../text/text.component.js";
5
+ import '../../assets/main-attachment-Cw8AP6xv.css';const r = "_MainAttachment_1oa7f_1", s = "_MainAttachmentTitle_1oa7f_5", A = "_MainAttachmentTitleWithSubtitle_1oa7f_9", M = "_MainAttachmentSubtitle_1oa7f_13", t = {
6
6
  MainAttachment: r,
7
7
  MainAttachmentTitle: s,
8
8
  MainAttachmentTitleWithSubtitle: A,
9
9
  MainAttachmentSubtitle: M
10
- }, b = (c) => {
11
- const { children: l, title: e = "", subtitle: n = "" } = c;
12
- return /* @__PURE__ */ m("div", { className: i.MainAttachment, children: [
13
- e ? /* @__PURE__ */ t("div", { className: h(i.MainAttachmentTitle, { [i.MainAttachmentTitleWithSubtitle]: !!n }), children: /* @__PURE__ */ t(a.PageTitle, { children: e }) }) : null,
14
- n ? /* @__PURE__ */ t("div", { className: i.MainAttachmentSubtitle, children: /* @__PURE__ */ t(a.PageSubtitle, { children: n }) }) : null,
15
- /* @__PURE__ */ t(o, { name: "attachment-main", condition: !0, animateOnStart: !0, duration: 0.2, delay: 0.1, children: l })
10
+ }, d = (c) => {
11
+ const { children: l, title: a = "", subtitle: e = "" } = c;
12
+ return /* @__PURE__ */ m("div", { className: t.MainAttachment, children: [
13
+ a ? /* @__PURE__ */ n(
14
+ i,
15
+ {
16
+ preset: "page-title",
17
+ className: h(t.MainAttachmentTitle, { [t.MainAttachmentTitleWithSubtitle]: !!e }),
18
+ children: a
19
+ }
20
+ ) : null,
21
+ e ? /* @__PURE__ */ n(i, { preset: "page-subtitle", className: t.MainAttachmentSubtitle, children: e }) : null,
22
+ /* @__PURE__ */ n(o, { name: "attachment-main", condition: !0, animateOnStart: !0, duration: 0.2, delay: 0.1, children: l })
16
23
  ] });
17
24
  };
18
25
  export {
19
- b as MainAttachment
26
+ d as MainAttachment
20
27
  };
@@ -5,8 +5,5 @@ interface MessageBlockProps extends PropsWithChildren<Base> {
5
5
  title?: string;
6
6
  subtitle?: string;
7
7
  }
8
- /**
9
- * Displays a message block with optional `emoji`, `title`, `subtitle`, and rich content (`children`).
10
- */
11
8
  export declare const MessageBlock: ({ children, emoji, title, subtitle, ...base }: MessageBlockProps) => import("react/jsx-runtime").JSX.Element;
12
9
  export {};
@@ -1,35 +1,24 @@
1
- import { jsxs as l, jsx as e } from "react/jsx-runtime";
2
- import m from "clsx";
3
- import { baseProps as r } from "../../utils/functions/functions.util.js";
1
+ import { jsxs as l, jsx as s } from "react/jsx-runtime";
2
+ import n from "clsx";
3
+ import { baseProps as d } from "../../utils/functions/functions.util.js";
4
4
  import { Text as o } from "../text/text.component.js";
5
- import '../../assets/message-block-DG1cePyB.css';const d = "_MessageBlock_14g5p_1", n = "_Emoji_14g5p_7", p = "_Titles_14g5p_12", _ = "_Content_14g5p_18", s = {
6
- MessageBlock: d,
7
- Emoji: n,
8
- Titles: p,
9
- Content: _
10
- }, b = ({ children: g, emoji: i = "", title: t = "", subtitle: a = "", ...c }) => /* @__PURE__ */ l(
5
+ import '../../assets/message-block-DG1cePyB.css';const g = "_MessageBlock_14g5p_1", r = "_Emoji_14g5p_7", _ = "_Titles_14g5p_12", k = "_Content_14g5p_18", e = {
6
+ MessageBlock: g,
7
+ Emoji: r,
8
+ Titles: _,
9
+ Content: k
10
+ }, b = ({ children: m, emoji: c = "", title: t = "", subtitle: a = "", ...i }) => /* @__PURE__ */ l(
11
11
  "div",
12
12
  {
13
- "data-testid": r(c, "data-testid", "message-block"),
14
- className: m(s.MessageBlock, r(c, "className")),
13
+ "data-testid": d(i, "data-testid", "message-block"),
14
+ className: n(e.MessageBlock, d(i, "className")),
15
15
  children: [
16
- i && /* @__PURE__ */ e("div", { "data-testid": "message-block-emoji", className: s.Emoji, children: i }),
17
- (t || a) && /* @__PURE__ */ l("div", { "data-testid": "message-block-titles", className: s.Titles, children: [
18
- t && /* @__PURE__ */ e(o.Tag, { "data-testid": "message-block-title", tag: "h2", weight: "medium", size: "hl2", color: "primary", children: t }),
19
- a && /* @__PURE__ */ e(o.Tag, { "data-testid": "message-block-subtitle", tag: "h6", weight: "regular", size: "regular", color: "secondary", children: a })
16
+ c && /* @__PURE__ */ s("div", { "data-testid": "message-block-emoji", className: e.Emoji, children: c }),
17
+ (t || a) && /* @__PURE__ */ l("div", { "data-testid": "message-block-titles", className: e.Titles, children: [
18
+ t && /* @__PURE__ */ s(o, { "data-testid": "message-block-title", tag: "h2", weight: "medium", size: "hl2", children: t }),
19
+ a && /* @__PURE__ */ s(o, { "data-testid": "message-block-subtitle", tag: "h6", color: "text-secondary", children: a })
20
20
  ] }),
21
- /* @__PURE__ */ e(
22
- o.Tag,
23
- {
24
- "data-testid": "message-block-content",
25
- tag: "div",
26
- weight: "regular",
27
- size: "regular",
28
- color: "primary",
29
- className: s.Content,
30
- children: g
31
- }
32
- )
21
+ /* @__PURE__ */ s(o, { "data-testid": "message-block-content", tag: "div", className: e.Content, children: m })
33
22
  ]
34
23
  }
35
24
  );