@arthurzakharov/ui-kit 1.3.8 → 1.4.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/dist/_commonjsHelpers-CqEciG1_.js +31 -0
- package/dist/animations/animation-fade-grow/animation-fade-grow.component.d.ts +2 -0
- package/dist/animations/animation-fade-grow/animation-fade-grow.component.js +34 -0
- package/dist/animations/animation-fade-grow/index.d.ts +1 -0
- package/dist/animations/animation-fade-grow/index.js +4 -0
- package/dist/animations/animation-fade-scale/animation-fade-scale.component.d.ts +2 -0
- package/dist/animations/animation-fade-scale/animation-fade-scale.component.js +33 -0
- package/dist/animations/animation-fade-scale/index.d.ts +1 -0
- package/dist/animations/animation-fade-scale/index.js +4 -0
- package/dist/animations/animation-fade-slide/animation-fade-slide.component.d.ts +6 -0
- package/dist/animations/animation-fade-slide/animation-fade-slide.component.js +33 -0
- package/dist/animations/animation-fade-slide/index.d.ts +1 -0
- package/dist/animations/animation-fade-slide/index.js +4 -0
- package/dist/animations/animation-rotate/animation-rotate.component.d.ts +8 -0
- package/dist/animations/animation-rotate/animation-rotate.component.js +38 -0
- package/dist/animations/animation-rotate/index.d.ts +1 -0
- package/dist/animations/animation-rotate/index.js +4 -0
- package/dist/animations/hook/index.d.ts +1 -0
- package/dist/animations/hook/index.js +4 -0
- package/dist/animations/hook/use-animation-lifecycle/index.d.ts +1 -0
- package/dist/animations/hook/use-animation-lifecycle/index.js +4 -0
- package/dist/animations/hook/use-animation-lifecycle/use-animation-lifecycle.hook.d.ts +12 -0
- package/dist/animations/hook/use-animation-lifecycle/use-animation-lifecycle.hook.js +31 -0
- package/dist/animations/utils/default-props.d.ts +5 -0
- package/dist/animations/utils/default-props.js +17 -0
- package/dist/animations/utils/index.d.ts +2 -0
- package/dist/animations/utils/index.js +4 -0
- package/dist/animations/utils/types.d.ts +15 -0
- package/dist/animations/utils/types.js +1 -0
- package/dist/assets/control-box-Dx-QKPgf.css +1 -0
- package/dist/assets/control-button-Tzg6F5Dp.css +1 -0
- package/dist/assets/control-button-card-Cb8_vJbQ.css +1 -0
- package/dist/assets/control-button-radio-BodzD0rU.css +1 -0
- package/dist/assets/control-button-text-BbE_5ebO.css +1 -0
- package/dist/assets/control-card-image-BYT3bzTE.css +1 -0
- package/dist/assets/control-card-text-Cvv3bL2p.css +1 -0
- package/dist/assets/control-checkbox-uLtXjmYN.css +1 -0
- package/dist/assets/control-choice-BAHN-VTm.css +1 -0
- package/dist/assets/control-dropdown-DaS5KsvG.css +1 -0
- package/dist/assets/control-error-message-CKgqmo1U.css +1 -0
- package/dist/assets/control-hidden-input-BhMdNmnP.css +1 -0
- package/dist/assets/control-input-nR0XQHHp.css +1 -0
- package/dist/assets/control-label-C8pjaWEU.css +1 -0
- package/dist/assets/control-radio-Bo1rvcg2.css +1 -0
- package/dist/assets/control-radio-label-CgZ-FNj0.css +1 -0
- package/dist/assets/control-radio-text-S7MEO4a2.css +1 -0
- package/dist/assets/control-status-DPNvkGlM.css +1 -0
- package/dist/assets/control-text-n-qi7e2Y.css +1 -0
- package/dist/assets/control-textarea-B6gWlJs3.css +1 -0
- package/dist/assets/data-protected-label-BN19_NZF.css +1 -0
- package/dist/assets/dialog-article-WnyHZI47.css +1 -0
- package/dist/assets/expenses-AU5q4idk.css +1 -0
- package/dist/assets/loader-DadlBlOF.css +1 -0
- package/dist/assets/main-DlyWXITA.css +1 -0
- package/dist/assets/message-block-DG1cePyB.css +1 -0
- package/dist/components/accordion-table/accordion-table.component.d.ts +9 -7
- package/dist/components/accordion-table/accordion-table.component.js +44 -41
- package/dist/components/bottom-bar/bottom-bar.component.js +2 -2
- package/dist/components/certifications/certifications.component.d.ts +6 -3
- package/dist/components/certifications/certifications.component.js +54 -46
- package/dist/components/data-protected-label/data-protected-label.component.d.ts +8 -3
- package/dist/components/data-protected-label/data-protected-label.component.js +31 -28
- package/dist/components/data-protected-label/index.d.ts +1 -0
- package/dist/components/data-protected-label/index.js +4 -0
- package/dist/components/dialog-article/dialog-article.component.d.ts +9 -3
- package/dist/components/dialog-article/dialog-article.component.js +51 -21
- package/dist/components/dialog-article/index.d.ts +1 -0
- package/dist/components/dialog-article/index.js +4 -0
- package/dist/components/expenses/expenses.component.d.ts +12 -7
- package/dist/components/expenses/expenses.component.js +26 -20
- package/dist/components/expenses/index.d.ts +1 -0
- package/dist/components/expenses/index.js +4 -0
- package/dist/components/flex/flex.component.d.ts +158 -158
- package/dist/components/footer/footer.component.d.ts +6 -3
- package/dist/components/footer/footer.component.js +39 -31
- package/dist/components/footer/index.d.ts +1 -1
- package/dist/components/info-panel/info-panel.component.d.ts +6 -3
- package/dist/components/info-panel/info-panel.component.js +20 -12
- package/dist/components/information/index.d.ts +1 -1
- package/dist/components/information/information.component.d.ts +5 -4
- package/dist/components/information/information.component.js +21 -12
- package/dist/components/loader/index.d.ts +1 -1
- package/dist/components/loader/loader.component.d.ts +9 -5
- package/dist/components/loader/loader.component.js +42 -55
- package/dist/components/loader/loader.utils.d.ts +2 -0
- package/dist/components/loader/loader.utils.js +13 -0
- package/dist/components/main-attachment/main-attachment.component.js +2 -2
- package/dist/components/message/index.d.ts +1 -1
- package/dist/components/message/message.component.d.ts +6 -3
- package/dist/components/message/message.component.js +23 -22
- package/dist/components/message-block/index.d.ts +1 -0
- package/dist/components/message-block/index.js +4 -0
- package/dist/components/message-block/message-block.component.d.ts +7 -2
- package/dist/components/message-block/message-block.component.js +36 -18
- package/dist/components/not-found/not-found.component.d.ts +6 -3
- package/dist/components/not-found/not-found.component.js +35 -27
- package/dist/components/payment/components/glass/glass.component.js +1 -1
- package/dist/components/sidebar/components/step/step.component.d.ts +1 -1
- package/dist/components/sidebar/components/step/step.component.js +6 -6
- package/dist/components/sidebar/sidebar.component.d.ts +1 -1
- package/dist/components/sidebar/sidebar.component.js +9 -9
- package/dist/components/signature/index.d.ts +1 -1
- package/dist/components/signature/signature.component.d.ts +4 -4
- package/dist/components/signature/signature.component.js +255 -263
- package/dist/components/text/components/tag/tag.component.d.ts +316 -316
- package/dist/components/text/text.component.d.ts +316 -316
- package/dist/components/user-panel/user-panel.component.d.ts +6 -3
- package/dist/components/user-panel/user-panel.component.js +35 -27
- package/dist/components/warranty/warranty.component.d.ts +6 -3
- package/dist/components/warranty/warranty.component.js +26 -19
- package/dist/controls/control-box/control-box.component.d.ts +15 -0
- package/dist/controls/control-box/control-box.component.js +33 -0
- package/dist/controls/control-box/index.d.ts +2 -0
- package/dist/controls/control-box/index.js +4 -0
- package/dist/controls/control-button/control-button.component.d.ts +18 -0
- package/dist/controls/control-button/control-button.component.js +84 -0
- package/dist/controls/control-button/index.d.ts +2 -0
- package/dist/controls/control-button/index.js +4 -0
- package/dist/{components/control/components/button-card/button-card.component.d.ts → controls/control-button-card/control-button-card.component.d.ts} +4 -3
- package/dist/controls/control-button-card/control-button-card.component.js +65 -0
- package/dist/controls/control-button-card/index.d.ts +2 -0
- package/dist/controls/control-button-card/index.js +4 -0
- package/dist/controls/control-button-radio/control-button-radio.component.d.ts +19 -0
- package/dist/controls/control-button-radio/control-button-radio.component.js +69 -0
- package/dist/controls/control-button-radio/index.d.ts +2 -0
- package/dist/controls/control-button-radio/index.js +4 -0
- package/dist/controls/control-button-text/control-button-text.component.d.ts +20 -0
- package/dist/controls/control-button-text/control-button-text.component.js +87 -0
- package/dist/controls/control-button-text/index.d.ts +2 -0
- package/dist/controls/control-button-text/index.js +4 -0
- package/dist/controls/control-card-image/control-card-image.component.d.ts +8 -0
- package/dist/controls/control-card-image/control-card-image.component.js +53 -0
- package/dist/controls/control-card-image/index.d.ts +2 -0
- package/dist/controls/control-card-image/index.js +4 -0
- package/dist/controls/control-card-text/control-card-text.component.d.ts +7 -0
- package/dist/controls/control-card-text/control-card-text.component.js +48 -0
- package/dist/controls/control-card-text/index.d.ts +2 -0
- package/dist/controls/control-card-text/index.js +4 -0
- package/dist/controls/control-checkbox/control-checkbox.component.d.ts +11 -0
- package/dist/controls/control-checkbox/control-checkbox.component.js +96 -0
- package/dist/controls/control-checkbox/index.d.ts +2 -0
- package/dist/controls/control-checkbox/index.js +4 -0
- package/dist/controls/control-choice/control-choice.component.d.ts +12 -0
- package/dist/controls/control-choice/control-choice.component.js +64 -0
- package/dist/controls/control-choice/index.d.ts +2 -0
- package/dist/controls/control-choice/index.js +4 -0
- package/dist/{components/control/components/dropdown/dropdown.component.d.ts → controls/control-dropdown/control-dropdown.component.d.ts} +4 -3
- package/dist/controls/control-dropdown/control-dropdown.component.js +106 -0
- package/dist/controls/control-dropdown/index.d.ts +2 -0
- package/dist/controls/control-dropdown/index.js +4 -0
- package/dist/controls/control-error-message/control-error-message.component.d.ts +7 -0
- package/dist/controls/control-error-message/control-error-message.component.js +16 -0
- package/dist/controls/control-error-message/index.d.ts +1 -0
- package/dist/controls/control-error-message/index.js +4 -0
- package/dist/controls/control-hidden-input/control-hidden-input.component.d.ts +15 -0
- package/dist/controls/control-hidden-input/control-hidden-input.component.js +41 -0
- package/dist/controls/control-hidden-input/index.d.ts +2 -0
- package/dist/controls/control-hidden-input/index.js +4 -0
- package/dist/controls/control-input/control-input.component.d.ts +11 -0
- package/dist/controls/control-input/control-input.component.js +973 -0
- package/dist/controls/control-input/index.d.ts +2 -0
- package/dist/controls/control-input/index.js +4 -0
- package/dist/controls/control-label/control-label.component.d.ts +13 -0
- package/dist/controls/control-label/control-label.component.js +30 -0
- package/dist/controls/control-label/index.d.ts +1 -0
- package/dist/controls/control-label/index.js +4 -0
- package/dist/controls/control-radio/control-radio.component.d.ts +14 -0
- package/dist/controls/control-radio/control-radio.component.js +79 -0
- package/dist/controls/control-radio/index.d.ts +2 -0
- package/dist/controls/control-radio/index.js +4 -0
- package/dist/controls/control-radio-label/control-radio-label.component.d.ts +22 -0
- package/dist/controls/control-radio-label/control-radio-label.component.js +39 -0
- package/dist/controls/control-radio-label/index.d.ts +1 -0
- package/dist/controls/control-radio-label/index.js +4 -0
- package/dist/controls/control-radio-text/control-radio-text.component.d.ts +10 -0
- package/dist/controls/control-radio-text/control-radio-text.component.js +45 -0
- package/dist/controls/control-radio-text/index.d.ts +2 -0
- package/dist/controls/control-radio-text/index.js +4 -0
- package/dist/controls/control-status/control-status.component.d.ts +11 -0
- package/dist/controls/control-status/control-status.component.js +42 -0
- package/dist/controls/control-status/index.d.ts +1 -0
- package/dist/controls/control-status/index.js +4 -0
- package/dist/controls/control-text/control-text.component.d.ts +11 -0
- package/dist/controls/control-text/control-text.component.js +70 -0
- package/dist/controls/control-text/index.d.ts +2 -0
- package/dist/controls/control-text/index.js +4 -0
- package/dist/controls/control-textarea/control-textarea.component.d.ts +15 -0
- package/dist/controls/control-textarea/control-textarea.component.js +63 -0
- package/dist/controls/control-textarea/index.d.ts +1 -0
- package/dist/controls/control-textarea/index.js +4 -0
- package/dist/controls/hooks/index.d.ts +1 -0
- package/dist/controls/hooks/index.js +4 -0
- package/dist/controls/hooks/use-choice/index.d.ts +1 -0
- package/dist/controls/hooks/use-choice/index.js +4 -0
- package/dist/{components/control/hooks/useChoice/useChoice.hook.d.ts → controls/hooks/use-choice/use-choice.hook.d.ts} +2 -2
- package/dist/controls/utils/functions/index.d.ts +1 -0
- package/dist/controls/utils/functions/index.js +7 -0
- package/dist/controls/utils/index.d.ts +2 -0
- package/dist/controls/utils/index.js +7 -0
- package/dist/{components/control/control.types.d.ts → controls/utils/types.d.ts} +11 -3
- package/dist/main.d.ts +35 -13
- package/dist/main.js +101 -59
- package/dist/utils/functions/functions.util.d.ts +12 -2
- package/dist/utils/functions/functions.util.js +7 -3
- package/dist/utils/functions/index.js +5 -4
- package/dist/utils/svg/svg.component.d.ts +2 -2
- package/dist/utils/types.d.ts +6 -1
- package/package.json +6 -1
- package/dist/animations/animation.component.d.ts +0 -10
- package/dist/animations/animation.component.js +0 -13
- package/dist/animations/fade-grow/fade-grow.component.d.ts +0 -14
- package/dist/animations/fade-grow/fade-grow.component.js +0 -40
- package/dist/animations/fade-scale/fade-scale.component.d.ts +0 -14
- package/dist/animations/fade-scale/fade-scale.component.js +0 -40
- package/dist/animations/fade-slide/fade-slide.component.d.ts +0 -15
- package/dist/animations/fade-slide/fade-slide.component.js +0 -41
- package/dist/animations/rotate/rotate.component.d.ts +0 -18
- package/dist/animations/rotate/rotate.component.js +0 -43
- package/dist/assets/box-b_yPaNPs.css +0 -1
- package/dist/assets/button-4MJZ7yPE.css +0 -1
- package/dist/assets/button-text-CNXFsTky.css +0 -1
- package/dist/assets/choice-pCBafXqx.css +0 -1
- package/dist/assets/control-Dk23qyF8.css +0 -1
- package/dist/assets/data-protected-label-zRn9upL6.css +0 -1
- package/dist/assets/dialog-article-lpJC_c40.css +0 -1
- package/dist/assets/expenses-8eaHjdlH.css +0 -1
- package/dist/assets/fade-grow-B23oZuuD.css +0 -1
- package/dist/assets/hidden-input-DHJQHUKd.css +0 -1
- package/dist/assets/input-Cckwgcro.css +0 -1
- package/dist/assets/label-bo2ALC-X.css +0 -1
- package/dist/assets/loader-C0f3AvRU.css +0 -1
- package/dist/assets/main-BK_1RcKG.css +0 -1
- package/dist/assets/message-block-BVk5u9rO.css +0 -1
- package/dist/assets/radio-label-Bd5UiESO.css +0 -1
- package/dist/assets/radio-text-BI17l0wD.css +0 -1
- package/dist/assets/status-6MH80dkz.css +0 -1
- package/dist/components/control/components/box/box.component.d.ts +0 -10
- package/dist/components/control/components/box/box.component.js +0 -32
- package/dist/components/control/components/button/button.component.d.ts +0 -16
- package/dist/components/control/components/button/button.component.js +0 -82
- package/dist/components/control/components/button-card/button-card.component.js +0 -9
- package/dist/components/control/components/button-radio/button-radio.component.d.ts +0 -17
- package/dist/components/control/components/button-radio/button-radio.component.js +0 -7
- package/dist/components/control/components/button-text/button-text.component.d.ts +0 -18
- package/dist/components/control/components/button-text/button-text.component.js +0 -86
- package/dist/components/control/components/card-image/card-image.component.d.ts +0 -7
- package/dist/components/control/components/card-image/card-image.component.js +0 -7
- package/dist/components/control/components/card-text/card-text.component.d.ts +0 -6
- package/dist/components/control/components/card-text/card-text.component.js +0 -7
- package/dist/components/control/components/checkbox/checkbox.component.d.ts +0 -9
- package/dist/components/control/components/checkbox/checkbox.component.js +0 -8
- package/dist/components/control/components/choice/choice.component.d.ts +0 -10
- package/dist/components/control/components/choice/choice.component.js +0 -52
- package/dist/components/control/components/dropdown/dropdown.component.js +0 -11
- package/dist/components/control/components/hidden-input/hidden-input.component.d.ts +0 -12
- package/dist/components/control/components/hidden-input/hidden-input.component.js +0 -25
- package/dist/components/control/components/input/input.component.d.ts +0 -10
- package/dist/components/control/components/input/input.component.js +0 -7
- package/dist/components/control/components/label/label.component.d.ts +0 -7
- package/dist/components/control/components/label/label.component.js +0 -28
- package/dist/components/control/components/radio/radio.component.d.ts +0 -9
- package/dist/components/control/components/radio/radio.component.js +0 -7
- package/dist/components/control/components/radio-label/radio-label.component.d.ts +0 -17
- package/dist/components/control/components/radio-label/radio-label.component.js +0 -37
- package/dist/components/control/components/radio-text/radio-text.component.d.ts +0 -9
- package/dist/components/control/components/radio-text/radio-text.component.js +0 -29
- package/dist/components/control/components/status/status.component.d.ts +0 -6
- package/dist/components/control/components/status/status.component.js +0 -37
- package/dist/components/control/components/text/text.component.d.ts +0 -9
- package/dist/components/control/components/text/text.component.js +0 -8
- package/dist/components/control/components/textarea/textarea.component.d.ts +0 -9
- package/dist/components/control/components/textarea/textarea.component.js +0 -6
- package/dist/components/control/control.component.d.ts +0 -41
- package/dist/components/control/control.component.js +0 -14
- package/dist/control.component-B9Ao9mfl.js +0 -557
- package/dist/input.component-C5xcmnfu.js +0 -999
- /package/dist/{components/control/hooks/useChoice/useChoice.hook.js → controls/hooks/use-choice/use-choice.hook.js} +0 -0
- /package/dist/{components/control → controls}/utils/functions/functions.util.d.ts +0 -0
- /package/dist/{components/control → controls}/utils/functions/functions.util.js +0 -0
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
function u(e) {
|
|
2
|
+
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
3
|
+
}
|
|
4
|
+
function c(e) {
|
|
5
|
+
if (Object.prototype.hasOwnProperty.call(e, "__esModule")) return e;
|
|
6
|
+
var n = e.default;
|
|
7
|
+
if (typeof n == "function") {
|
|
8
|
+
var t = function r() {
|
|
9
|
+
var o = !1;
|
|
10
|
+
try {
|
|
11
|
+
o = this instanceof r;
|
|
12
|
+
} catch {
|
|
13
|
+
}
|
|
14
|
+
return o ? Reflect.construct(n, arguments, this.constructor) : n.apply(this, arguments);
|
|
15
|
+
};
|
|
16
|
+
t.prototype = n.prototype;
|
|
17
|
+
} else t = {};
|
|
18
|
+
return Object.defineProperty(t, "__esModule", { value: !0 }), Object.keys(e).forEach(function(r) {
|
|
19
|
+
var o = Object.getOwnPropertyDescriptor(e, r);
|
|
20
|
+
Object.defineProperty(t, r, o.get ? o : {
|
|
21
|
+
enumerable: !0,
|
|
22
|
+
get: function() {
|
|
23
|
+
return e[r];
|
|
24
|
+
}
|
|
25
|
+
});
|
|
26
|
+
}), t;
|
|
27
|
+
}
|
|
28
|
+
export {
|
|
29
|
+
c as a,
|
|
30
|
+
u as g
|
|
31
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { withBaseAnimationDefaults as m } from "../utils/default-props.js";
|
|
3
|
+
import { useAnimationLifecycle as r } from "../hook/use-animation-lifecycle/use-animation-lifecycle.hook.js";
|
|
4
|
+
import { m as s } from "../../proxy-Cx6n7mT2.js";
|
|
5
|
+
const u = (a) => {
|
|
6
|
+
const t = m(a), e = r({
|
|
7
|
+
condition: t.condition,
|
|
8
|
+
animateOnStart: t.animateOnStart
|
|
9
|
+
}), i = {
|
|
10
|
+
height: 0,
|
|
11
|
+
opacity: 0
|
|
12
|
+
}, n = { height: "auto", opacity: 1 };
|
|
13
|
+
return !e.shouldRender && !t.keepMount ? null : /* @__PURE__ */ o(
|
|
14
|
+
s.div,
|
|
15
|
+
{
|
|
16
|
+
initial: e.getInitialState(i, n),
|
|
17
|
+
animate: e.getAnimateState(i, n),
|
|
18
|
+
transition: {
|
|
19
|
+
ease: t.ease,
|
|
20
|
+
duration: t.duration,
|
|
21
|
+
delay: t.delay,
|
|
22
|
+
type: t.type
|
|
23
|
+
},
|
|
24
|
+
onAnimationComplete: e.onAnimationComplete,
|
|
25
|
+
style: { overflow: "hidden" },
|
|
26
|
+
className: t.className,
|
|
27
|
+
children: t.children
|
|
28
|
+
},
|
|
29
|
+
t.name
|
|
30
|
+
);
|
|
31
|
+
};
|
|
32
|
+
export {
|
|
33
|
+
u as AnimationFadeGrow
|
|
34
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AnimationFadeGrow } from './animation-fade-grow.component';
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { withBaseAnimationDefaults as m } from "../utils/default-props.js";
|
|
3
|
+
import { useAnimationLifecycle as l } from "../hook/use-animation-lifecycle/use-animation-lifecycle.hook.js";
|
|
4
|
+
import { m as r } from "../../proxy-Cx6n7mT2.js";
|
|
5
|
+
const p = (i) => {
|
|
6
|
+
const t = m(i), e = l({
|
|
7
|
+
condition: i.condition,
|
|
8
|
+
animateOnStart: t.animateOnStart
|
|
9
|
+
}), n = {
|
|
10
|
+
opacity: 0,
|
|
11
|
+
scale: 0.95
|
|
12
|
+
}, a = { opacity: 1, scale: 1 };
|
|
13
|
+
return !e.shouldRender && !t.keepMount ? null : /* @__PURE__ */ o(
|
|
14
|
+
r.div,
|
|
15
|
+
{
|
|
16
|
+
initial: e.getInitialState(n, a),
|
|
17
|
+
animate: e.getAnimateState(n, a),
|
|
18
|
+
transition: {
|
|
19
|
+
ease: t.ease,
|
|
20
|
+
duration: t.duration,
|
|
21
|
+
delay: t.delay,
|
|
22
|
+
type: t.type
|
|
23
|
+
},
|
|
24
|
+
onAnimationComplete: e.onAnimationComplete,
|
|
25
|
+
className: i.className,
|
|
26
|
+
children: t.children
|
|
27
|
+
},
|
|
28
|
+
t.name
|
|
29
|
+
);
|
|
30
|
+
};
|
|
31
|
+
export {
|
|
32
|
+
p as AnimationFadeScale
|
|
33
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AnimationFadeScale } from './animation-fade-scale.component';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { BaseFadeAnimationProps } from '../utils';
|
|
2
|
+
interface AnimationFadeSlideProps extends BaseFadeAnimationProps {
|
|
3
|
+
direction?: 'ltr' | 'rtl';
|
|
4
|
+
}
|
|
5
|
+
export declare const AnimationFadeSlide: (props: AnimationFadeSlideProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
6
|
+
export {};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { withBaseAnimationDefaults as m } from "../utils/default-props.js";
|
|
3
|
+
import { useAnimationLifecycle as r } from "../hook/use-animation-lifecycle/use-animation-lifecycle.hook.js";
|
|
4
|
+
import { m as l } from "../../proxy-Cx6n7mT2.js";
|
|
5
|
+
const u = (a) => {
|
|
6
|
+
const t = m(a), i = r({
|
|
7
|
+
condition: t.condition,
|
|
8
|
+
animateOnStart: t.animateOnStart
|
|
9
|
+
}), e = {
|
|
10
|
+
x: (t.direction ?? "ltr") === "ltr" ? "-100%" : "100%",
|
|
11
|
+
opacity: 0
|
|
12
|
+
}, n = { x: 0, opacity: 1 };
|
|
13
|
+
return !i.shouldRender && !t.keepMount ? null : /* @__PURE__ */ o(
|
|
14
|
+
l.div,
|
|
15
|
+
{
|
|
16
|
+
initial: i.getInitialState(e, n),
|
|
17
|
+
animate: i.getAnimateState(e, n),
|
|
18
|
+
transition: {
|
|
19
|
+
ease: t.ease,
|
|
20
|
+
duration: t.duration,
|
|
21
|
+
delay: t.delay,
|
|
22
|
+
type: t.type
|
|
23
|
+
},
|
|
24
|
+
onAnimationComplete: i.onAnimationComplete,
|
|
25
|
+
className: t.className,
|
|
26
|
+
children: t.children
|
|
27
|
+
},
|
|
28
|
+
t.name
|
|
29
|
+
);
|
|
30
|
+
};
|
|
31
|
+
export {
|
|
32
|
+
u as AnimationFadeSlide
|
|
33
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AnimationFadeSlide } from './animation-fade-slide.component';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { BaseAnimationProps } from '../utils';
|
|
2
|
+
type RotateDirection = 'top' | 'left' | 'bottom' | 'right';
|
|
3
|
+
interface AnimationRotateProps extends BaseAnimationProps {
|
|
4
|
+
from?: RotateDirection;
|
|
5
|
+
to?: RotateDirection;
|
|
6
|
+
}
|
|
7
|
+
export declare const AnimationRotate: (props: AnimationRotateProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export {};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { jsx as d } from "react/jsx-runtime";
|
|
2
|
+
import { useRef as f, useState as l, useEffect as u } from "react";
|
|
3
|
+
import { withBaseAnimationDefaults as p } from "../utils/default-props.js";
|
|
4
|
+
import { m as R } from "../../proxy-Cx6n7mT2.js";
|
|
5
|
+
const i = {
|
|
6
|
+
top: 0,
|
|
7
|
+
right: 90,
|
|
8
|
+
bottom: 180,
|
|
9
|
+
left: 270
|
|
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;
|
|
12
|
+
return u(() => {
|
|
13
|
+
if (o.current !== t.condition && (o.current = t.condition, !e)) {
|
|
14
|
+
const m = requestAnimationFrame(() => {
|
|
15
|
+
r(!0);
|
|
16
|
+
});
|
|
17
|
+
return () => cancelAnimationFrame(m);
|
|
18
|
+
}
|
|
19
|
+
}, [t.condition, e]), /* @__PURE__ */ d(
|
|
20
|
+
R.div,
|
|
21
|
+
{
|
|
22
|
+
initial: { rotate: n },
|
|
23
|
+
animate: { rotate: c },
|
|
24
|
+
transition: {
|
|
25
|
+
ease: t.ease,
|
|
26
|
+
duration: t.duration,
|
|
27
|
+
delay: t.delay,
|
|
28
|
+
type: t.type
|
|
29
|
+
},
|
|
30
|
+
className: t.className,
|
|
31
|
+
children: t.children
|
|
32
|
+
},
|
|
33
|
+
t.name
|
|
34
|
+
);
|
|
35
|
+
};
|
|
36
|
+
export {
|
|
37
|
+
C as AnimationRotate
|
|
38
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AnimationRotate } from './animation-rotate.component';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { useAnimationLifecycle } from './use-animation-lifecycle';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { useAnimationLifecycle } from './use-animation-lifecycle.hook';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
type UseAnimationLifecycleOptions = {
|
|
2
|
+
condition: boolean;
|
|
3
|
+
animateOnStart: boolean;
|
|
4
|
+
};
|
|
5
|
+
type AnimationState<T, U> = T | U | false;
|
|
6
|
+
export declare const useAnimationLifecycle: ({ condition, animateOnStart }: UseAnimationLifecycleOptions) => {
|
|
7
|
+
shouldRender: boolean;
|
|
8
|
+
getInitialState: <T, U>(hiddenState: T, visibleState: U) => AnimationState<T, U>;
|
|
9
|
+
getAnimateState: <T, U>(hiddenState: T, visibleState: U) => T | U;
|
|
10
|
+
onAnimationComplete: () => void;
|
|
11
|
+
};
|
|
12
|
+
export {};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { useState as i, useRef as c, useEffect as s } from "react";
|
|
2
|
+
const S = ({ condition: e, animateOnStart: m }) => {
|
|
3
|
+
const [a, o] = i(m), [n, u] = i(e || m), f = c(e);
|
|
4
|
+
return s(() => {
|
|
5
|
+
f.current = e;
|
|
6
|
+
}, [e]), s(() => {
|
|
7
|
+
if (!a) {
|
|
8
|
+
const t = requestAnimationFrame(() => {
|
|
9
|
+
o(!0);
|
|
10
|
+
});
|
|
11
|
+
return () => cancelAnimationFrame(t);
|
|
12
|
+
}
|
|
13
|
+
}, [a]), s(() => {
|
|
14
|
+
if (e && !n) {
|
|
15
|
+
const t = requestAnimationFrame(() => {
|
|
16
|
+
u(!0);
|
|
17
|
+
});
|
|
18
|
+
return () => cancelAnimationFrame(t);
|
|
19
|
+
}
|
|
20
|
+
}, [e, n]), {
|
|
21
|
+
shouldRender: n,
|
|
22
|
+
getInitialState: (t, r) => a ? e ? t : r : !1,
|
|
23
|
+
getAnimateState: (t, r) => e ? r : t,
|
|
24
|
+
onAnimationComplete: () => {
|
|
25
|
+
f.current || u(!1);
|
|
26
|
+
}
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
export {
|
|
30
|
+
S as useAnimationLifecycle
|
|
31
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { BaseAnimationProps } from './types';
|
|
2
|
+
type BaseAnimationDefaultKeys = 'animateOnStart' | 'ease' | 'type' | 'duration' | 'delay';
|
|
3
|
+
type BaseAnimationDefaults = Required<Pick<BaseAnimationProps, BaseAnimationDefaultKeys>>;
|
|
4
|
+
export declare const withBaseAnimationDefaults: <T extends BaseAnimationProps>(props: T) => T & BaseAnimationDefaults;
|
|
5
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
animateOnStart: !1,
|
|
3
|
+
ease: "easeInOut",
|
|
4
|
+
type: "tween",
|
|
5
|
+
duration: 0.2,
|
|
6
|
+
delay: 0
|
|
7
|
+
}, t = (a) => ({
|
|
8
|
+
...a,
|
|
9
|
+
animateOnStart: a.animateOnStart ?? e.animateOnStart,
|
|
10
|
+
ease: a.ease ?? e.ease,
|
|
11
|
+
type: a.type ?? e.type,
|
|
12
|
+
duration: a.duration ?? e.duration,
|
|
13
|
+
delay: a.delay ?? e.delay
|
|
14
|
+
});
|
|
15
|
+
export {
|
|
16
|
+
t as withBaseAnimationDefaults
|
|
17
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { PropsWithChildren } from 'react';
|
|
2
|
+
import { AnimationGeneratorName, EasingDefinition } from 'motion';
|
|
3
|
+
import { Base } from '../../utils/types';
|
|
4
|
+
export interface BaseAnimationProps extends Base, PropsWithChildren {
|
|
5
|
+
name: string;
|
|
6
|
+
condition: boolean;
|
|
7
|
+
animateOnStart?: boolean;
|
|
8
|
+
type?: AnimationGeneratorName;
|
|
9
|
+
ease?: EasingDefinition;
|
|
10
|
+
duration?: number;
|
|
11
|
+
delay?: number;
|
|
12
|
+
}
|
|
13
|
+
export interface BaseFadeAnimationProps extends BaseAnimationProps {
|
|
14
|
+
keepMount?: boolean;
|
|
15
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._ControlBox_1utix_1{flex-basis:100%;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;align-self:stretch;border-radius:10px;border-width:1px;border-style:solid;background-color:transparent;transition:border-color .15s ease-out}._Checked_1utix_15{border-color:var(--rm-ui-color-action);outline:2px solid var(--rm-ui-color-action);outline-offset:-2px}._Idle_1utix_21{border-color:var(--rm-ui-grey-300)}._Focused_1utix_25{border-color:var(--rm-ui-color-focus);border-color:-webkit-focus-ring-color}._Error_1utix_30{border-color:var(--rm-ui-color-error)}._Success_1utix_34{border-color:var(--rm-ui-color-success)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._Button_1b52a_1{position:relative;box-sizing:border-box;border:none;display:flex;flex-direction:column;align-items:center;justify-content:center}._SM_1b52a_11{border-radius:var(--rm-ui-border-radius-sm);padding:var(--rm-ui-padding-xs) var(--rm-ui-padding-sm)}._LG_1b52a_16._Tertiary_1b52a_16{padding:calc(var(--rm-ui-padding-xs) - 1px) calc(var(--rm-ui-padding-sm) - 1px)}._SM_1b52a_11 ._Text_1b52a_20{font-weight:var(--rm-ui-font-weight-regular);font-size:var(--rm-ui-font-size-body-small);line-height:var(--rm-ui-line-height-body-small)}._MD_1b52a_26{border-radius:var(--rm-ui-border-radius-md);padding:var(--rm-ui-padding-sm) var(--rm-ui-padding-lg)}._MD_1b52a_26._Tertiary_1b52a_16{padding:calc(var(--rm-ui-padding-sm) - 1px) calc(var(--rm-ui-padding-lg) - 1px)}._LG_1b52a_16{border-radius:var(--rm-ui-border-radius-md);padding:var(--rm-ui-padding-sm) var(--rm-ui-padding-lg)}._LG_1b52a_16._Tertiary_1b52a_16{padding:calc(var(--rm-ui-padding-sm) - 1px) calc(var(--rm-ui-padding-lg) - 1px)}._MD_1b52a_26 ._Text_1b52a_20{font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body)}._LG_1b52a_16 ._Text_1b52a_20{font-size:var(--rm-ui-font-size-body-large);line-height:var(--rm-ui-line-height-body-large)}._Primary_1b52a_54{background-color:var(--rm-ui-next-btn-bg)}._Primary_1b52a_54 ._Text_1b52a_20,._Primary_1b52a_54 ._Info_1b52a_59{color:#fff}._Secondary_1b52a_63{background-color:transparent}._Secondary_1b52a_63 ._Text_1b52a_20,._Secondary_1b52a_63 ._Info_1b52a_59{color:var(--rm-ui-color-text-secondary)}._Tertiary_1b52a_16{border:1px solid var(--rm-ui-grey-300);background-color:transparent}._Tertiary_1b52a_16 ._Text_1b52a_20,._Tertiary_1b52a_16 ._Info_1b52a_59{color:var(--rm-ui-color-text-primary)}._Button_1b52a_1:not(._Loading_1b52a_82):not(:disabled):hover{cursor:pointer}._Button_1b52a_1:focus{outline-color:var(--rm-ui-color-focus)}._FullWidth_1b52a_90{width:100%}._Content_1b52a_94{display:flex;flex-direction:column}._Info_1b52a_59{flex-basis:100%;font-weight:var(--rm-ui-font-weight-regular);font-size:var(--rm-ui-font-size-body-small);line-height:calc(var(--rm-ui-line-height-body-small) - 2px)}._Text_1b52a_20{font-weight:var(--rm-ui-font-weight-medium)}._Loader_1b52a_110{position:absolute;display:flex}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._ControlButtonCard_1luaz_1{--icon-size: 24px;flex-basis:100%;padding:var(--rm-ui-padding-md);outline:none;display:flex;flex-wrap:nowrap}._ControlButtonCard_1luaz_1:disabled ._Icon_1luaz_10{stroke:var(--rm-ui-color-text-secondary)}._IconTop_1luaz_14{flex-direction:column;align-items:flex-start;justify-content:center;gap:var(--rm-ui-padding-xxs)}._IconTop_1luaz_14 ._Text_1luaz_21{flex-basis:100%}._IconLeft_1luaz_25{flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:var(--rm-ui-padding-sm)}._IconLeft_1luaz_25 ._Text_1luaz_21{flex-basis:calc(100% - var(--rm-ui-padding-sm) - var(--icon-size));justify-content:flex-start}._Icon_1luaz_10{width:var(--icon-size);height:var(--icon-size);stroke:var(--rm-ui-color-text-primary);transition:stroke var(--rm-ui-amimation-speed-secondary) var(--rm-ui-amimation-cubic-primary)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._ControlButtonRadio_1jar9_1{--icon-size: 24px;--icon-gap: var(--rm-ui-padding-sm);flex-basis:100%;padding:var(--rm-ui-padding-md);outline:none;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:flex-start;justify-content:flex-start}._Row_1jar9_14{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:var(--rm-ui-padding-sm)}._Wrap_1jar9_23{display:flex;flex-direction:row;flex-wrap:wrap;flex-grow:1;align-items:flex-start;justify-content:flex-start}._Content_1jar9_32{margin-left:var(--icon-gap);flex-basis:calc(100% - var(--icon-size) - var(--icon-gap));display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:var(--rm-ui-padding-xxs)}._Text_1jar9_42{font-weight:var(--rm-ui-font-weight-regular);color:var(--rm-ui-color-accent-primary);font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body);text-align:left}._Hint_1jar9_50{font-weight:var(--rm-ui-font-weight-regular);font-size:var(--rm-ui-font-size-body-small);line-height:var(--rm-ui-line-height-body-small);color:var(--rm-ui-color-text-secondary)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._ControlButtonText_1t9qc_1{display:inline-flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:var(--rm-ui-padding-xs);border-radius:var(--rm-ui-border-radius-sm);padding:var(--rm-ui-padding-xxs)}._TextPrimary_1t9qc_11{color:var(--rm-ui-color-text-primary)}._TextSecondary_1t9qc_15{color:var(--rm-ui-color-text-secondary)}._AccentPrimary_1t9qc_19{color:var(--rm-ui-color-accent-primary)}._AccentSecondary_1t9qc_23{color:var(--rm-ui-color-accent-secondary)}._ThemePrimary_1t9qc_27{color:var(--rm-ui-color-theme-primary)}._ThemeSecondary_1t9qc_31{color:var(--rm-ui-color-theme-secondary)}._Left_1t9qc_35{flex-direction:row}._Right_1t9qc_39{flex-direction:row-reverse}._Icon_1t9qc_43{stroke-width:1.5}._SM_1t9qc_47 ._Icon_1t9qc_43{width:20px;height:20px}._MD_1t9qc_52 ._Icon_1t9qc_43{width:22px;height:22px}._LG_1t9qc_57 ._Icon_1t9qc_43{width:24px;height:24px}._SM_1t9qc_47 ._Content_1t9qc_62{font-size:var(--rm-ui-font-size-body-small);line-height:var(--rm-ui-line-height-body-small)}._MD_1t9qc_52 ._Content_1t9qc_62{font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body)}._LG_1t9qc_57 ._Content_1t9qc_62{font-size:var(--rm-ui-font-size-hl4);line-height:var(--rm-ui-line-height-hl4)}._Content_1t9qc_62{text-decoration:none}._Light_1t9qc_81{font-weight:var(--rm-ui-font-weight-light)}._Regular_1t9qc_85{font-weight:var(--rm-ui-font-weight-regular)}._Medium_1t9qc_89{font-weight:var(--rm-ui-font-weight-medium)}._Bold_1t9qc_93{font-weight:var(--rm-ui-font-weight-bold)}._Underlined_1t9qc_97{text-decoration:underline}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._ControlCardImage_d0esr_1{--font-size: 12px;--line-height: 14px;--img-size: 110px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;gap:var(--rm-ui-padding-xs)}._Content_d0esr_13{width:135px;height:130px;padding:6px;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}._Content_d0esr_13:hover{cursor:pointer}._Top_d0esr_27{position:relative;flex-grow:1}._Wrap_d0esr_32{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:var(--img-size);height:var(--img-size);background-repeat:no-repeat;background-size:700%}._Bottom_d0esr_43{flex-basis:calc(var(--line-height) * 2);display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:var(--rm-ui-padding-xs)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._ControlCardText_1rrqs_1{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:var(--rm-ui-padding-sm)}._Label_1rrqs_9{position:relative;padding:var(--rm-ui-padding-md) var(--rm-ui-padding-sm);flex-basis:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:var(--rm-ui-padding-xs)}._Label_1rrqs_9:hover{cursor:pointer}._Choice_1rrqs_24{display:flex;flex-direction:row;align-items:center;justify-content:center}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._ControlCheckbox_1x82h_1{display:flex;flex-direction:column}._Label_1x82h_6{position:relative;display:inline-flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:var(--rm-ui-padding-xs)}._Label_1x82h_6:hover{cursor:pointer}._Choice_1x82h_19{position:relative;left:0;top:3px}._Content_1x82h_25{font-weight:var(--rm-ui-font-weight-regular);color:var(--rm-ui-color-text-primary)}._Content_1x82h_25 button{color:var(--rm-ui-color-link);outline-offset:2px}._Content_1x82h_25 button:hover{cursor:pointer;text-decoration:underline}._Content_1x82h_25 button:focus-visible{outline-color:var(--rm-ui-color-focus)}._Body_1x82h_44{font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body)}._BodySmall_1x82h_49{font-size:var(--rm-ui-font-size-body-small);line-height:var(--rm-ui-line-height-body-small)}._ErrorMessage_1x82h_54{padding-top:var(--rm-ui-padding-xxs)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._ControlChoice_f26v8_1{margin:1px;position:relative;background-color:var(--rm-ui-card-background);outline-offset:0;outline:1px solid transparent;box-sizing:border-box;border-width:2px;border-style:solid;width:18px;height:18px;display:flex;flex-direction:row;align-items:center;justify-content:center;transition:outline-color .15s ease-out,background-color .15s ease-out,border-color .15s ease-out}._Focused_f26v8_24:not(._Disabled_f26v8_24){outline-color:var(--rm-ui-color-focus)}._Hovered_f26v8_28._Idle_f26v8_28{background-color:var(--rm-ui-grey-300)}._Disabled_f26v8_24{opacity:.33}._Idle_f26v8_28{border-color:var(--rm-ui-grey-300)}._Success_f26v8_40{border-color:var(--rm-ui-color-action)}._Error_f26v8_44{border-color:var(--rm-ui-color-error)}._Radio_f26v8_50{border-radius:100%}._Radio_f26v8_50._Checked_f26v8_54._Idle_f26v8_28,._Radio_f26v8_50._Checked_f26v8_54._Success_f26v8_40{background-color:var(--rm-ui-color-action)}._Radio_f26v8_50._Checked_f26v8_54._Error_f26v8_44{background-color:var(--rm-ui-color-error)}._Radio_f26v8_50 ._ChoiceMark_f26v8_63{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;background-color:transparent}._Radio_f26v8_50._XXS_f26v8_73 ._ChoiceMark_f26v8_63{width:5px;height:5px}._Radio_f26v8_50._XS_f26v8_78 ._ChoiceMark_f26v8_63{width:6px;height:6px}._Radio_f26v8_50._SM_f26v8_83 ._ChoiceMark_f26v8_63{width:7px;height:7px}._Radio_f26v8_50._MD_f26v8_88 ._ChoiceMark_f26v8_63{width:8px;height:8px}._Radio_f26v8_50._LG_f26v8_93 ._ChoiceMark_f26v8_63{width:9px;height:9px}._Radio_f26v8_50._XL_f26v8_98 ._ChoiceMark_f26v8_63{width:10px;height:10px}._Radio_f26v8_50._XXL_f26v8_103 ._ChoiceMark_f26v8_63{width:11px;height:11px}._Radio_f26v8_50._XXXL_f26v8_108 ._ChoiceMark_f26v8_63{width:12px;height:12px}._Radio_f26v8_50._Checked_f26v8_54 ._ChoiceMark_f26v8_63,._Radio_f26v8_50._Hovered_f26v8_28 ._ChoiceMark_f26v8_63{background-color:var(--rm-ui-card-background)}._Checkbox_f26v8_120{border-radius:4px}._Checkbox_f26v8_120._Checked_f26v8_54._Idle_f26v8_28,._Checkbox_f26v8_120._Checked_f26v8_54._Success_f26v8_40{background-color:var(--rm-ui-color-action)}._Checkbox_f26v8_120._Checked_f26v8_54._Error_f26v8_44{background-color:var(--rm-ui-color-error)}._Checkbox_f26v8_120 ._ChoiceMark_f26v8_63{position:absolute;content:"";top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;stroke-width:3px;stroke:transparent}._Checkbox_f26v8_120._XXS_f26v8_73 ._ChoiceMark_f26v8_63{width:4px;height:4px}._Checkbox_f26v8_120._XS_f26v8_78 ._ChoiceMark_f26v8_63{width:6px;height:6px}._Checkbox_f26v8_120._XS_f26v8_78 ._ChoiceMark_f26v8_63{width:8px;height:8px}._Checkbox_f26v8_120._SM_f26v8_83 ._ChoiceMark_f26v8_63{width:10px;height:10px}._Checkbox_f26v8_120._MD_f26v8_88 ._ChoiceMark_f26v8_63{width:12px;height:12px}._Checkbox_f26v8_120._LG_f26v8_93 ._ChoiceMark_f26v8_63{width:14px;height:14px}._Checkbox_f26v8_120._XL_f26v8_98 ._ChoiceMark_f26v8_63{width:16px;height:16px}._Checkbox_f26v8_120._XXL_f26v8_103 ._ChoiceMark_f26v8_63{width:18px;height:18px}._Checkbox_f26v8_120._XXXL_f26v8_108 ._ChoiceMark_f26v8_63{width:20px;height:20px}._Checkbox_f26v8_120._Checked_f26v8_54 ._ChoiceMark_f26v8_63,._Checkbox_f26v8_120._Hovered_f26v8_28 ._ChoiceMark_f26v8_63{stroke:var(--rm-ui-card-background)}._XXS_f26v8_73{width:12px;height:12px}._XS_f26v8_78{width:14px;height:14px}._SM_f26v8_83{width:16px;height:16px}._MD_f26v8_88{width:18px;height:18px}._LG_f26v8_93{width:20px;height:20px}._XL_f26v8_98{width:22px;height:22px}._XXL_f26v8_103{width:24px;height:24px}._XXXL_f26v8_108{width:26px;height:26px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._ControlDropdown_1jnau_1{--transition-time: .2s;--under-chevron: linear-gradient(90deg, rgba(255, 255, 255, 0) -10%, rgba(255, 255, 255, .5411764706) 25%, #fff 50%);--border-radius: 3px;position:relative;font-weight:var(--rm-ui-font-weight-regular);font-size:var(--rm-ui-font-size-body-small);line-height:var(--rm-ui-line-height-body-small);color:var(--rm-ui-color-text-primary);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:var(--rm-ui-padding-xxs)}._Border_1jnau_17{position:relative;min-height:60px;flex-grow:1;display:flex;align-items:center;justify-content:flex-start;padding:var(--rm-ui-padding-xs) var(--rm-ui-padding-sm);overflow:hidden}._Content_1jnau_28{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}._Border_1jnau_17:hover{cursor:pointer}._Chevron_1jnau_39{width:24px;height:24px;transition:transform var(--transition-time) ease-out}._Chevron_1jnau_39[data-open=false]{transform:rotate(0)}._Chevron_1jnau_39[data-open=true]{transform:rotate(180deg)}._ChevronWrap_1jnau_53{position:absolute;z-index:1;right:0;top:50%;transform:translateY(-50%);background:var(--under-chevron);border-radius:10px;width:80px;height:100%;padding-right:var(--rm-ui-padding-sm);display:flex;justify-content:flex-end;align-items:center}._Box_1jnau_69{flex-grow:1;border-radius:10px;background-color:var(--rm-ui-grey-50)}._BoxVisible_1jnau_75{display:block}._BoxHidden_1jnau_79{display:none}._Search_1jnau_83{position:relative;border-bottom:1px var(--rm-ui-grey-300) solid;padding:var(--rm-ui-padding-sm)}._SearchVisible_1jnau_89{display:block}._SearchHidden_1jnau_93{display:none}._Close_1jnau_97{border-top:1px var(--rm-ui-grey-300) solid;padding:var(--rm-ui-padding-sm);display:flex;flex-direction:row;align-items:center;justify-content:flex-end}._Input_1jnau_106{width:100%;border-radius:10px;padding:var(--rm-ui-padding-xs) calc(var(--rm-ui-padding-sm) * 2 + 12px) var(--rm-ui-padding-xs) var(--rm-ui-padding-sm);border:1px var(--rm-ui-grey-300) solid;box-sizing:border-box;font-weight:var(--rm-ui-font-weight-regular);font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body);color:var(--rm-ui-color-text-primary);outline-color:var(--rm-ui-color-accent-primary)}._Glass_1jnau_120{position:absolute;z-index:1;right:calc(var(--rm-ui-padding-sm) * 2);top:50%;transform:translateY(-50%);width:24px;height:24px;color:var(--rm-ui-grey-300)}._Choices_1jnau_131{max-height:228px;overflow-y:scroll;border-radius:10px}._Choice_1jnau_131{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:var(--rm-ui-padding-sm);padding:6px var(--rm-ui-padding-sm)}._Choice_1jnau_131:hover{cursor:pointer;background-color:#fff}._ChoiceNoResult_1jnau_151{color:var(--rm-ui-grey-600);text-align:center}html[dir=rtl] ._Glass_1jnau_120{left:31px;right:initial}html[dir=rtl] ._ChevronWrap_1jnau_53{left:19px;right:initial}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._ControlErrorMessage_1fr5j_1{font-weight:var(--rm-ui-font-weight-regular);font-size:var(--rm-ui-font-size-body-extra-small);line-height:var(--rm-ui-line-height-body-extra-small);color:var(--rm-ui-color-error)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._ControlHiddenInput_kzyme_1{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._ControlInput_1rfnu_1{outline:none;box-sizing:border-box;width:100%;border:none;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)}._ControlInput_1rfnu_1:hover{cursor:pointer}._ControlInput_1rfnu_1:disabled{opacity:.33}._ControlInput_1rfnu_1:disabled,._ControlInput_1rfnu_1:-webkit-autofill,._ControlInput_1rfnu_1:-webkit-autofill:hover,._ControlInput_1rfnu_1:-webkit-autofill:focus,._ControlInput_1rfnu_1:-webkit-autofill:active,._ControlInput_1rfnu_1:autofill,._ControlInput_1rfnu_1:autofill:hover,._ControlInput_1rfnu_1:autofill:focus,._ControlInput_1rfnu_1:autofill:active{background:transparent;transition:background 7200s ease-in-out 0s}._ControlInput_1rfnu_1:-webkit-autofill{animation-name:_autofill-start_1rfnu_1;animation-duration:.1s;-webkit-text-fill-color:var(--rm-ui-color-text-primary)}._ControlInput_1rfnu_1:not(:-webkit-autofill){animation-name:_autofill-cancel_1rfnu_1;animation-duration:.1s}@keyframes _autofill-start_1rfnu_1{}@keyframes _autofill-cancel_1rfnu_1{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._ControlLabel_l2cwl_1{font-weight:var(--rm-ui-font-weight-regular);color:var(--rm-ui-color-text-secondary);transition:color .15s ease-out}._Idle_l2cwl_7{font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body)}._Active_l2cwl_12{font-size:var(--rm-ui-font-size-body-small);line-height:var(--rm-ui-line-height-body-small)}._Error_l2cwl_17{color:var(--rm-ui-color-error)}._Success_l2cwl_21{color:var(--rm-ui-color-success)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._ControlRadio_14a61_1{display:inline-flex;flex-direction:column}._Content_14a61_6{display:inline-flex}._Horizontal_14a61_10{flex-direction:row;gap:var(--rm-ui-padding-lg)}._Vertical_14a61_15{flex-direction:column;gap:var(--rm-ui-padding-xxs)}._Label_14a61_20{position:relative;display:inline-flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:var(--rm-ui-padding-xs)}._Label_14a61_20:hover{cursor:pointer}._ErrorMessage_14a61_33{padding-top:var(--rm-ui-padding-xxs)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._ControlRadioLabel_14ean_1{display:flex}._ControlRadioLabel_14ean_1:hover{cursor:pointer}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._ControlRadioText_wkqvo_1{position:relative;display:flex;align-items:center;justify-content:center}._TextPrimary_wkqvo_8 ._Content_wkqvo_8{color:var(--rm-ui-color-text-primary)}._TextSecondary_wkqvo_12 ._Content_wkqvo_8{color:var(--rm-ui-color-text-secondary)}._AccentPrimary_wkqvo_16 ._Content_wkqvo_8{color:var(--rm-ui-color-accent-primary)}._AccentSecondary_wkqvo_20 ._Content_wkqvo_8{color:var(--rm-ui-color-accent-secondary)}._BodyExtraSmall_wkqvo_24 ._Content_wkqvo_8{font-size:var(--rm-ui-font-size-body-extra-small);line-height:var(--rm-ui-font-size-body-extra-small)}._BodySmall_wkqvo_29 ._Content_wkqvo_8{font-size:var(--rm-ui-font-size-body-small);line-height:var(--rm-ui-font-size-body-small)}._Body_wkqvo_24 ._Content_wkqvo_8{font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body)}._BodyLarge_wkqvo_39 ._Content_wkqvo_8{font-size:var(--rm-ui-font-size-body-large);line-height:var(--rm-ui-line-height-body-large)}._OneLine_wkqvo_44,._OneLine_wkqvo_44 ._Content_wkqvo_8{white-space:nowrap}._Checked_wkqvo_49 ._Content_wkqvo_8{font-weight:var(--rm-ui-font-weight-medium)}._Content_wkqvo_8{position:relative;transition:color var(--rm-ui-amimation-speed-secondary) var(--rm-ui-amimation-cubic-primary)}._Content_wkqvo_8{text-align:left;white-space:pre-wrap;font-weight:var(--rm-ui-font-weight-regular)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._ControlStatus_hj1em_1{position:relative;display:inline-flex}._Circle_hj1em_6{stroke-width:2px;transition:stroke var(--rm-ui-amimation-cubic-primary) var(--rm-ui-amimation-speed-primary),fill var(--rm-ui-amimation-cubic-primary) var(--rm-ui-amimation-speed-primary),fill-opacity var(--rm-ui-amimation-cubic-primary) var(--rm-ui-amimation-speed-primary)}._Idle_hj1em_14{stroke:var(--rm-ui-status-idle-color);fill:var(--rm-ui-status-idle-color);fill-opacity:.1}._Success_hj1em_20{stroke:var(--rm-ui-status-success-color);fill:var(--rm-ui-status-success-color);fill-opacity:1}._Error_hj1em_26{stroke:var(--rm-ui-status-error-color);fill:var(--rm-ui-status-error-color);fill-opacity:1}._IconContent_hj1em_32{position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%)}._IconAnimate_hj1em_40{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;justify-content:center}._Check_hj1em_48,._X_hj1em_49{stroke-width:2.5;stroke:#fff}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._ControlText_11mtx_1{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:stretch;justify-content:flex-start;gap:var(--rm-ui-padding-xxs)}._ControlText_11mtx_1:hover{cursor:pointer}._Content_11mtx_14{box-sizing:border-box;position:relative;flex-grow:1;height:58px;padding:var(--rm-ui-padding-xs) var(--rm-ui-padding-sm);display:flex;flex-direction:row;justify-content:stretch;align-items:flex-end}._Label_11mtx_26{position:absolute;left:var(--rm-ui-padding-sm);transition:top var(--rm-ui-amimation-speed-primary) var(--rm-ui-amimation-cubic-primary)}._LabelIdle_11mtx_32{top:50%;transform:translateY(-50%)}._LabelActive_11mtx_37{top:var(--rm-ui-padding-xs);transform:translateY(0)}._Placeholder_11mtx_42{position:absolute;z-index:1;bottom:var(--rm-ui-padding-xs);left:var(--rm-ui-padding-sm)}._PlaceholderText_11mtx_49{opacity:.75;font-weight:var(--rm-ui-font-weight-regular);font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body);color:var(--rm-ui-color-text-secondary)}._ErrorMessage_11mtx_57{padding-left:var(--rm-ui-padding-sm)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._ControlTextarea_rcp54_1{display:flex;flex-direction:column}._Input_rcp54_6{resize:none;outline:none;box-sizing:border-box;width:100%;border:none;border-radius:10px;padding:var(--rm-ui-padding-xs) var(--rm-ui-padding-sm);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)}._Input_rcp54_6:hover{cursor:pointer}._Input_rcp54_6:disabled{opacity:.33}._Input_rcp54_6:disabled,._Input_rcp54_6:-webkit-autofill,._Input_rcp54_6:-webkit-autofill:hover,._Input_rcp54_6:-webkit-autofill:focus,._Input_rcp54_6:-webkit-autofill:active,._Input_rcp54_6:autofill,._Input_rcp54_6:autofill:hover,._Input_rcp54_6:autofill:focus,._Input_rcp54_6:autofill:active{background:transparent;transition:background 7200s ease-in-out 0s}._Input_rcp54_6:-webkit-autofill{animation-name:_autofill-start_rcp54_1;animation-duration:.1s;-webkit-text-fill-color:var(--rm-ui-grey-500)}._Input_rcp54_6:not(:-webkit-autofill){animation-name:_autofill-cancel_rcp54_1;animation-duration:.1s}._ErrorMessage_rcp54_52{padding-top:var(--rm-ui-padding-xxs)}@keyframes _autofill-start_rcp54_1{}@keyframes _autofill-cancel_rcp54_1{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._DataProtectedLabel_1iagf_1{display:flex;flex-wrap:nowrap;align-items:center;gap:var(--rm-ui-padding-sm)}._Left_1iagf_8{justify-content:flex-start}._Center_1iagf_12{justify-content:center}._Right_1iagf_16{justify-content:flex-end}._Icon_1iagf_20{width:24px;height:24px;color:var(--rm-ui-data-protected-label-icon)}._Text_1iagf_26{font-weight:var(--rm-ui-font-weight-light);font-size:var(--rm-ui-font-size-body-small);line-height:var(--rm-ui-line-height-body-small);color:var(--rm-ui-data-protected-label-text)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._DialogArticle_1dy7y_1{font-weight:var(--rm-ui-font-weight-regular);font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body);color:var(--rm-ui-color-text-primary)}._Buttons_1dy7y_8{position:fixed;bottom:var(--rm-ui-padding-lg);left:var(--rm-ui-padding-lg);right:var(--rm-ui-padding-lg);display:flex;flex-direction:column;gap:var(--rm-ui-padding-sm);background-color:var(--rm-ui-content-bg)}._DialogArticle_1dy7y_1 *[class=h1],._DialogArticle_1dy7y_1 h1{margin:var(--rm-ui-padding-xs) 0 var(--rm-ui-padding-md);font-weight:var(--rm-ui-font-weight-medium);font-size:var(--rm-ui-font-size-hl1);line-height:var(--rm-ui-line-height-hl1);color:var(--rm-ui-color-theme-primary)}._DialogArticle_1dy7y_1 *[class=h2],._DialogArticle_1dy7y_1 h2{margin:var(--rm-ui-padding-lg) 0 var(--rm-ui-padding-md);font-weight:var(--rm-ui-font-weight-medium);font-size:var(--rm-ui-font-size-hl2);line-height:var(--rm-ui-line-height-hl2);color:var(--rm-ui-color-theme-primary)}._DialogArticle_1dy7y_1 *[class=h3],._DialogArticle_1dy7y_1 h3,._DialogArticle_1dy7y_1 *[class=h4],._DialogArticle_1dy7y_1 h4,._DialogArticle_1dy7y_1 *[class=h5],._DialogArticle_1dy7y_1 h5,._DialogArticle_1dy7y_1 *[class=h6],._DialogArticle_1dy7y_1 h6{margin:var(--rm-ui-padding-xs) 0 var(--rm-ui-padding-md);font-weight:var(--rm-ui-font-weight-medium);font-size:var(--rm-ui-font-size-hl3);line-height:var(--rm-ui-line-height-hl3);color:var(--rm-ui-color-theme-primary)}._DialogArticle_1dy7y_1 *[class=p],._DialogArticle_1dy7y_1 p{margin:0 0 var(--rm-ui-padding-md);font-weight:var(--rm-ui-font-weight-regular);font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body);color:var(--rm-ui-color-text-primary)}._DialogArticle_1dy7y_1 *[class=a],._DialogArticle_1dy7y_1 a{font-weight:var(--rm-ui-font-weight-regular);font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body);color:var(--rm-ui-color-link);text-decoration:none}._DialogArticle_1dy7y_1 *[class=a]:hover,._DialogArticle_1dy7y_1 a:hover{cursor:pointer;text-decoration:underline}._DialogArticle_1dy7y_1 *[class=b],._DialogArticle_1dy7y_1 b,._DialogArticle_1dy7y_1 *[class=strong],._DialogArticle_1dy7y_1 strong{font-weight:var(--rm-ui-font-weight-medium)}._DialogArticle_1dy7y_1 *[class=ul],._DialogArticle_1dy7y_1 ul,._DialogArticle_1dy7y_1 *[class=ol],._DialogArticle_1dy7y_1 ol{padding-left:var(--rm-ui-padding-xxl);margin:var(--rm-ui-padding-xs) 0 var(--rm-ui-padding-md)}._DialogArticle_1dy7y_1 *[class=ul],._DialogArticle_1dy7y_1 ul{list-style:disc}._DialogArticle_1dy7y_1 *[class=ol],._DialogArticle_1dy7y_1 ol{list-style:decimal}._DialogArticle_1dy7y_1 *[class=li],._DialogArticle_1dy7y_1 li{padding-bottom:var(--rm-ui-padding-xs)}._DialogArticle_1dy7y_1 *[class=table],._DialogArticle_1dy7y_1 table{margin:var(--rm-ui-padding-xs) 0 var(--rm-ui-padding-md);width:100%;font-weight:var(--rm-ui-font-weight-regular);font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body);color:var(--rm-ui-color-text-primary)}._DialogArticle_1dy7y_1 *[class=hr],._DialogArticle_1dy7y_1 hr{margin:var(--rm-ui-padding-md) 0;border-width:1px;border-color:var(--rm-ui-color-text-primary);border-bottom:none}._DialogArticle_1dy7y_1 *[class=center]{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:flex-start;justify-content:center}@media screen and (min-width:768px){._Buttons_1dy7y_8{position:initial;bottom:initial;left:initial;right:initial}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._Expenses_zr16l_1{display:block}._Title_zr16l_5{margin-bottom:var(--rm-ui-padding-md);font-weight:var(--rm-ui-font-weight-medium);font-size:var(--rm-ui-font-size-hl4);line-height:var(--rm-ui-line-height-hl4);color:var(--rm-ui-color-text-primary)}._Content_zr16l_13{margin-bottom:var(--rm-ui-padding-md)}._Content_zr16l_13,._SubContent_zr16l_18{font-weight:var(--rm-ui-font-weight-regular);font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body);color:var(--rm-ui-color-text-primary)}._Content_zr16l_13>*[data-color=accent],._SubContent_zr16l_18>*[data-color=accent]{color:var(--rm-ui-color-accent-primary)}._Content_zr16l_13>*[role=button],._SubContent_zr16l_18>*[role=button],._Content_zr16l_13>button,._SubContent_zr16l_18>button{color:var(--rm-ui-color-link)}._SubContent_zr16l_18{display:block;margin-top:var(--rm-ui-padding-md)}._Amount_zr16l_42{display:flex;align-items:center;justify-content:space-between;font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body);color:var(--rm-ui-color-theme-primary)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._Loader_px5cg_1{display:inline-flex}._Padding_px5cg_5{display:flex;justify-content:center}._XXS_px5cg_10{padding:32px}._XS_px5cg_14{padding:64px}._SM_px5cg_18{padding:96px}._MD_px5cg_22{padding:128px}._LG_px5cg_26{padding:160px}._XL_px5cg_30{padding:192px}._XXL_px5cg_34{padding:224px}._XXXL_px5cg_38{padding:256px}._Icon_px5cg_42{animation:_spinPulse_px5cg_1 2s linear infinite;transform-origin:center}._White_px5cg_47{stroke:#fff}._TextPrimary_px5cg_51{stroke:var(--rm-ui-color-text-primary)}._TextSecondary_px5cg_55{stroke:var(--rm-ui-color-text-secondary)}._AccentPrimary_px5cg_59{stroke:var(--rm-ui-color-accent-primary)}._AccentSecondary_px5cg_63{stroke:var(--rm-ui-color-accent-secondary)}._Icon_px5cg_42>path{animation:_dash_px5cg_1 2s linear infinite}@keyframes _spinPulse_px5cg_1{0%{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(1.25)}to{transform:rotate(360deg) scale(1)}}@keyframes _dash_px5cg_1{0%{stroke-opacity:1}50%{stroke-opacity:.5}to{stroke-opacity:1}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--rm-ui-body-bg);font-family:Lato,sans-serif;font-weight:var(--rm-ui-font-weight-regular);font-size:16px;line-height:24px;-webkit-hyphens:manual;hyphens:manual;white-space:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}ul,ol{list-style:none;margin:0;padding:0}h1,h2,h3,h4,h5,h6,b,strong{font-weight:var(--rm-ui-font-weight-medium)}h1{font-size:var(--rm-ui-font-size-hl1);line-height:var(--rm-ui-line-height-hl1)}h2{font-size:var(--rm-ui-font-size-hl2);line-height:var(--rm-ui-line-height-hl2)}h3{font-size:var(--rm-ui-font-size-hl3);line-height:var(--rm-ui-line-height-hl3)}h4{font-size:var(--rm-ui-font-size-hl4);line-height:var(--rm-ui-line-height-hl4)}h5,h6{font-size:var(--rm-ui-font-size-hl5);line-height:var(--rm-ui-line-height-hl5)}a{text-decoration:none;color:inherit;border-radius:var(--rm-ui-border-radius-sm);outline:2px solid transparent}button,*[role=button]{border:none;border-radius:0;background-color:transparent;font-family:inherit;font-weight:inherit;font-size:inherit;line-height:inherit;color:inherit;-webkit-hyphens:inherit;hyphens:inherit;white-space:inherit;outline-offset:-2px;outline:2px solid transparent}a:hover,button:hover,*[role=button]:hover{cursor:pointer}a:active,button:active,*[role=button]:active{outline:none}a:focus-visible,button:focus-visible,*[role=button]:focus-visible{outline-color:var(--rm-ui-color-focus);outline-offset:-2px;transition:outline-color var(--rm-ui-amimation-speed-primary) ease-in-out;transition-delay:calc(var(--rm-ui-amimation-speed-primary) / 2)}.text-primary{color:var(--rm-ui-color-text-primary)}.text-secondary{color:var(--rm-ui-color-text-secondary)}.fw-light{font-weight:var(--rm-ui-font-weight-light)}.fw-regular{font-weight:var(--rm-ui-font-weight-regular)}.fw-medium{font-weight:var(--rm-ui-font-weight-medium)}.fw-bold{font-weight:var(--rm-ui-font-weight-bold)}:root{--rm-ui-padding-xxs: 4px;--rm-ui-padding-xs: 8px;--rm-ui-padding-sm: 12px;--rm-ui-padding-md: 16px;--rm-ui-padding-lg: 24px;--rm-ui-padding-xl: 32px;--rm-ui-padding-xxl: 40px;--rm-ui-padding-xxxl: 48px;--rm-ui-border-radius-sm: 8px;--rm-ui-border-radius-md: 12px;--rm-ui-border-radius-lg: 16px;--rm-ui-border-radius-xl: 24px;--rm-ui-font-size-body-extra-small: 12px;--rm-ui-line-height-body-extra-small: 16px;--rm-ui-font-size-body-small: 14px;--rm-ui-line-height-body-small: 20px;--rm-ui-font-size-body: 16px;--rm-ui-line-height-body: 24px;--rm-ui-font-size-body-large: 20px;--rm-ui-line-height-body-large: 30px;--rm-ui-font-size-hl5: 14px;--rm-ui-line-height-hl5: 22px;--rm-ui-font-size-hl4: 18px;--rm-ui-line-height-hl4: 24px;--rm-ui-font-size-hl3: 20px;--rm-ui-line-height-hl3: 30px;--rm-ui-font-size-hl2: 24px;--rm-ui-line-height-hl2: 32px;--rm-ui-font-size-hl1: 28px;--rm-ui-line-height-hl1: 36px;--rm-ui-font-weight-light: 300;--rm-ui-font-weight-regular: 400;--rm-ui-font-weight-medium: 700;--rm-ui-font-weight-bold: 900;--rm-ui-grey-950: #0a0a0a;--rm-ui-grey-900: #171717;--rm-ui-grey-800: #262626;--rm-ui-grey-700: #404040;--rm-ui-grey-600: #525252;--rm-ui-grey-500: #737373;--rm-ui-grey-400: #a3a3a3;--rm-ui-grey-300: #d4d4d4;--rm-ui-grey-200: #e5e5e5;--rm-ui-grey-100: #f5f5f5;--rm-ui-grey-50: #fafafa;--rm-ui-color-text-primary: var(--rm-ui-grey-800);--rm-ui-color-text-secondary: var(--rm-ui-grey-500);--rm-ui-color-accent-primary: #23bf96;--rm-ui-color-accent-secondary: #ff9900;--rm-ui-color-theme-primary: #302677;--rm-ui-color-theme-secondary: #302677;--rm-ui-color-action: #006cff;--rm-ui-color-inverted: #ffffff;--rm-ui-color-error: #dc2626;--rm-ui-color-success: #00b649;--rm-ui-color-focus: #ff8d02;--rm-ui-color-link: #ff8206;--rm-ui-body-color: #f0faff;--rm-ui-header-logo-height: 30px;--rm-ui-header-phone: #ff9900;--rm-ui-header-phone-size: 22px;--rm-ui-header-text: var(--rm-ui-color-text-primary);--rm-ui-header-check-icon: var(--rm-ui-color-text-primary);--rm-ui-certifications-color: #b1b4c7;--rm-ui-certifications-size: 20px;--rm-ui-message-success-primary: #29c667;--rm-ui-message-success-secondary: #f1fdf4;--rm-ui-message-question-primary: #a76000;--rm-ui-message-question-secondary: #fefce8;--rm-ui-message-error-primary: var(--rm-ui-color-error);--rm-ui-message-error-secondary: #fef3f3;--rm-ui-message-info-primary: #3289c4;--rm-ui-message-info-secondary: #f3f7fe;--rm-ui-payment-sidebar-bg: #f8fcff;--rm-ui-payment-text-blocks-gap: var(--rm-ui-padding-lg);--rm-ui-data-protected-label-icon: var(--rm-ui-next-btn-bg);--rm-ui-data-protected-label-text: var(--rm-ui-color-text-primary);--rm-ui-status-idle-color: #82868f;--rm-ui-status-success-color: var(--rm-ui-color-accent-primary);--rm-ui-status-error-color: var(--rm-ui-color-error);--rm-ui-not-found-color: var(--rm-ui-color-text-primary);--rm-ui-not-found-border: var(--rm-ui-grey-300);--rm-ui-card-background: #ffffff;--rm-ui-next-btn-bg: #23bf96;--rm-ui-next-btn-bg-hover: #3adbb1;--rm-ui-info-panel-bg: var(--rm-ui-body-color);--rm-ui-sidebar-bg: #f6f6f6;--rm-ui-sidebar-line-color: var(--rm-ui-grey-200);--rm-ui-loading-screen-height: 400px;--rm-ui-body-bg: #f9fcff;--rm-ui-content-bg: #ffffff;--rm-ui-amimation-speed-primary: .15s;--rm-ui-amimation-speed-secondary: .3s;--rm-ui-amimation-speed-tertiary: .4s;--rm-ui-amimation-cubic-primary: cubic-bezier(.3, 0, 0, 1);--rm-ui-amimation-cubic-secondary: cubic-bezier(.65, 0, .35, 1);--rm-ui-amimation-cubic-tertiary: cubic-bezier(.68, -.6, .32, 1.6);--rm-ui-warranty-bg: #f9fcff}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._MessageBlock_14g5p_1{display:flex;flex-direction:column;gap:var(--rm-ui-padding-lg)}._Emoji_14g5p_7{font-size:64px;line-height:1}._Titles_14g5p_12{display:flex;flex-direction:column;gap:var(--rm-ui-padding-xs)}._Content_14g5p_18 h1,._Content_14g5p_18 h2{margin-bottom:var(--rm-ui-padding-sm)}._Content_14g5p_18 h3,._Content_14g5p_18 h4,._Content_14g5p_18 h5,._Content_14g5p_18 h6{margin-bottom:var(--rm-ui-padding-xs)}._Content_14g5p_18 p:not(:last-child):not(:last-of-type),._Content_14g5p_18 div:not(:last-child):not(:last-of-type){margin-bottom:var(--rm-ui-padding-sm)}
|
|
@@ -1,20 +1,22 @@
|
|
|
1
|
-
import {
|
|
2
|
-
type TableRow = string[];
|
|
1
|
+
import { Base } from '../../utils/types';
|
|
3
2
|
type TableSection = {
|
|
4
3
|
title: string;
|
|
5
|
-
rows:
|
|
4
|
+
rows: string[][];
|
|
6
5
|
};
|
|
7
6
|
type Table = {
|
|
8
7
|
head: string[];
|
|
9
8
|
body: TableSection[];
|
|
10
9
|
};
|
|
11
|
-
export interface AccordionTableProps extends
|
|
10
|
+
export interface AccordionTableProps extends Base {
|
|
12
11
|
table: Table;
|
|
13
12
|
active?: number;
|
|
14
13
|
}
|
|
15
14
|
/**
|
|
16
|
-
*
|
|
17
|
-
* The component supports a default active section d and dynamically adapts its column layout based on the provided header configuration.
|
|
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.
|
|
18
20
|
*/
|
|
19
|
-
export declare const AccordionTable: ({ table, active,
|
|
21
|
+
export declare const AccordionTable: ({ table, active, ...base }: AccordionTableProps) => import("react/jsx-runtime").JSX.Element;
|
|
20
22
|
export {};
|