@pismo/marola 1.0.29 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Dialog.module-BlXtafuW.js +28 -0
- package/dist/assets/BankCard.css +1 -1
- package/dist/assets/Button.css +1 -1
- package/dist/assets/Calendar.css +1 -1
- package/dist/assets/Description.css +1 -1
- package/dist/assets/Dialog.css +1 -1
- package/dist/assets/PageHeader.css +1 -1
- package/dist/assets/Pagination.css +1 -1
- package/dist/assets/StepperNavigator.css +1 -1
- package/dist/assets/Tag.css +1 -1
- package/dist/components/BankCard/BankCard.js +57 -57
- package/dist/components/Button/Button.d.ts +9 -1
- package/dist/components/Button/Button.js +80 -56
- package/dist/components/Button/Button.stories.d.ts +13 -5
- package/dist/components/Button/Button.test.d.ts +1 -0
- package/dist/components/Calendar/Calendar.js +19 -19
- package/dist/components/Description/Description.js +37 -37
- package/dist/components/Dialog/Actions.js +1 -1
- package/dist/components/Dialog/Backdrop.js +1 -1
- package/dist/components/Dialog/CloseIconButton.js +1 -1
- package/dist/components/Dialog/Dialog.js +1 -1
- package/dist/components/Dialog/DialogTitle.js +1 -1
- package/dist/components/PageHeader/PageHeader.js +110 -89
- package/dist/components/PageHeader/PageHeader.stories.d.ts +6 -3
- package/dist/components/Pagination/Pagination.js +62 -62
- package/dist/components/StepperNavigator/StepperNavigator.js +79 -72
- package/dist/components/StepperNavigator/StepperNavigator.stories.d.ts +0 -1
- package/dist/components/Tag/Tag.js +54 -54
- package/dist/marola.css +1 -1
- package/package.json +2 -2
- package/dist/Dialog.module-BFRHcF1J.js +0 -28
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import './assets/Dialog.css';const _ = "_dialog_1fj7e_78", a = "_dialog__backdrop_1fj7e_88", o = "_dialog__panel_1fj7e_96", e = "_dialog__title_1fj7e_113", p = "_dialog__subtitle_1fj7e_119", t = "_dialog__divider_1fj7e_122", y = "_dialog__actions_1fj7e_137", g = {
|
|
2
|
+
"u-typography-h1": "_u-typography-h1_1fj7e_1",
|
|
3
|
+
"u-typography-h2": "_u-typography-h2_1fj7e_8",
|
|
4
|
+
"u-typography-h3": "_u-typography-h3_1fj7e_15",
|
|
5
|
+
"u-typography-h4": "_u-typography-h4_1fj7e_22",
|
|
6
|
+
"u-typography-h5": "_u-typography-h5_1fj7e_29",
|
|
7
|
+
"u-typography-h6": "_u-typography-h6_1fj7e_36",
|
|
8
|
+
"u-typography-base": "_u-typography-base_1fj7e_43",
|
|
9
|
+
"u-typography-base--xxl": "_u-typography-base--xxl_1fj7e_49",
|
|
10
|
+
"u-typography-base--xl": "_u-typography-base--xl_1fj7e_53",
|
|
11
|
+
"u-typography-base--lg": "_u-typography-base--lg_1fj7e_57",
|
|
12
|
+
"u-typography-base--sm": "_u-typography-base--sm_1fj7e_61",
|
|
13
|
+
"u-typography-base--bold": "_u-typography-base--bold_1fj7e_65",
|
|
14
|
+
"u-typography-base--strikethrough": "_u-typography-base--strikethrough_1fj7e_68",
|
|
15
|
+
"u-typography-base--underlined": "_u-typography-base--underlined_1fj7e_71",
|
|
16
|
+
"u-typography-base--strikethrough-underlined": "_u-typography-base--strikethrough-underlined_1fj7e_74",
|
|
17
|
+
dialog: _,
|
|
18
|
+
dialog__backdrop: a,
|
|
19
|
+
dialog__panel: o,
|
|
20
|
+
dialog__title: e,
|
|
21
|
+
dialog__subtitle: p,
|
|
22
|
+
dialog__divider: t,
|
|
23
|
+
"dialog__close-icon": "_dialog__close-icon_1fj7e_127",
|
|
24
|
+
dialog__actions: y
|
|
25
|
+
};
|
|
26
|
+
export {
|
|
27
|
+
g as s
|
|
28
|
+
};
|
package/dist/assets/BankCard.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._bank-
|
|
1
|
+
._bank-card_1dntb_1{display:flex;flex-direction:column;justify-content:space-between;max-width:20.5rem;padding:1rem 1.125rem;color:var(--gray-25);background:linear-gradient(72.27deg,#1a1a22 -111.98%,#525061 103.61%);border-radius:15px;box-shadow:inset 0 -.0625rem #ebeaf07a;transition:all .3s}._bank-card_1dntb_1 ._logo-wrapper_1dntb_13{margin-bottom:1.5rem}._bank-card_1dntb_1 ._numbers-wrapper_1dntb_16{position:relative;display:flex;align-items:self-end;justify-content:space-between;height:3.75rem;margin-bottom:0;font-size:1.3125rem;font-weight:700}._bank-card_1dntb_1 ._numbers-wrapper_1dntb_16 ._helper_1dntb_26{position:absolute;top:0;font-size:.6875rem;font-style:normal;font-weight:400;line-height:1rem;opacity:1}._bank-card_1dntb_1 ._numbers-wrapper_1dntb_16 ._helper_1dntb_26:after{position:absolute;left:-5px;width:1px;height:3.5rem;content:""}._bank-card_1dntb_1 ._numbers-wrapper_1dntb_16 ._helper-bin-number_1dntb_42:after{background:var(--orange-6)}._bank-card_1dntb_1 ._numbers-wrapper_1dntb_16 ._helper-bin-range_1dntb_45:after{background:var(--green-6)}._bank-card_1dntb_1 ._numbers-wrapper_1dntb_16 ._helper-check-digit_1dntb_48{white-space:nowrap}._bank-card_1dntb_1 ._numbers-wrapper_1dntb_16 ._helper-check-digit_1dntb_48:after{right:-.25rem;left:auto;background:var(--gold-3)}._bank-card_1dntb_1 ._numbers-wrapper_1dntb_16 ._number-section--02_1dntb_56 ._digit-wrapper_1dntb_56:nth-of-type(3)._bin-range_1dntb_56{padding-left:5px}._bank-card_1dntb_1 ._numbers-wrapper_1dntb_16 ._number-section--04_1dntb_59 ._digit-wrapper_1dntb_56._check-digit_1dntb_59{padding-left:5px}._bank-card_1dntb_1 ._numbers-wrapper_1dntb_16 ._number-section--04_1dntb_59 ._digit-wrapper_1dntb_56._check-digit_1dntb_59 ._helper-check-digit_1dntb_48{right:7.75%}._bank-card_1dntb_1 ._numbers-wrapper_1dntb_16 ._number-section_1dntb_56{display:flex;gap:.25rem;align-items:center}._bank-card_1dntb_1 ._numbers-wrapper_1dntb_16 ._bin-number_1dntb_70{color:var(--orange-6)}._bank-card_1dntb_1 ._numbers-wrapper_1dntb_16 ._bin-range_1dntb_56{color:var(--green-6)}._bank-card_1dntb_1 ._numbers-wrapper_1dntb_16 ._check-digit_1dntb_59{color:var(--gold-3)}._bank-card_1dntb_1 ._info-wrapper_1dntb_79{display:flex;flex:1;gap:1rem;align-items:flex-end;justify-content:space-between;margin-top:1rem}._bank-card_1dntb_1 ._info-wrapper_1dntb_79 ._info_1dntb_79:first-of-type{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._bank-card_1dntb_1 ._info-wrapper_1dntb_79 ._info_1dntb_79 ._label_1dntb_93{font-size:.75rem;font-weight:400}._bank-card_1dntb_1 ._info-wrapper_1dntb_79 ._info_1dntb_79 ._value_1dntb_97{margin-top:.25rem;font-size:1rem;font-weight:700}._bank-card_1dntb_1._highlight-bin_1dntb_103,._bank-card_1dntb_1._highlight-bin_1dntb_103 ._numbers-wrapper_1dntb_16._bin-range_1dntb_56,._bank-card_1dntb_1._highlight-bin_1dntb_103 ._numbers-wrapper_1dntb_16._check-digit_1dntb_59,._bank-card_1dntb_1._highlight-bin_1dntb_103 ._numbers-wrapper_1dntb_16 ._bin-range_1dntb_56,._bank-card_1dntb_1._highlight-bin_1dntb_103 ._numbers-wrapper_1dntb_16 ._check-digit_1dntb_59,._bank-card_1dntb_1._highlight-bin_1dntb_103 ._numbers-wrapper_1dntb_16 ._helper-bin-range_1dntb_45,._bank-card_1dntb_1._highlight-bin_1dntb_103 ._numbers-wrapper_1dntb_16 ._helper-check-digit_1dntb_48{color:#525061;transition:all .3s}._bank-card_1dntb_1._highlight-bin_1dntb_103 ._numbers-wrapper_1dntb_16._bin-range_1dntb_56:after,._bank-card_1dntb_1._highlight-bin_1dntb_103 ._numbers-wrapper_1dntb_16._check-digit_1dntb_59:after,._bank-card_1dntb_1._highlight-bin_1dntb_103 ._numbers-wrapper_1dntb_16 ._bin-range_1dntb_56:after,._bank-card_1dntb_1._highlight-bin_1dntb_103 ._numbers-wrapper_1dntb_16 ._check-digit_1dntb_59:after,._bank-card_1dntb_1._highlight-bin_1dntb_103 ._numbers-wrapper_1dntb_16 ._helper-bin-range_1dntb_45:after,._bank-card_1dntb_1._highlight-bin_1dntb_103 ._numbers-wrapper_1dntb_16 ._helper-check-digit_1dntb_48:after{background:#525061;transition:all .3s}._bank-card_1dntb_1._highlight-bin-range_1dntb_124,._bank-card_1dntb_1._highlight-bin-range_1dntb_124 ._numbers-wrapper_1dntb_16._bin-number_1dntb_70,._bank-card_1dntb_1._highlight-bin-range_1dntb_124 ._numbers-wrapper_1dntb_16._check-digit_1dntb_59,._bank-card_1dntb_1._highlight-bin-range_1dntb_124 ._numbers-wrapper_1dntb_16 ._bin-number_1dntb_70,._bank-card_1dntb_1._highlight-bin-range_1dntb_124 ._numbers-wrapper_1dntb_16 ._check-digit_1dntb_59,._bank-card_1dntb_1._highlight-bin-range_1dntb_124 ._numbers-wrapper_1dntb_16 ._helper-bin-number_1dntb_42,._bank-card_1dntb_1._highlight-bin-range_1dntb_124 ._numbers-wrapper_1dntb_16 ._helper-check-digit_1dntb_48{color:#525061;transition:all .3s}._bank-card_1dntb_1._highlight-bin-range_1dntb_124 ._numbers-wrapper_1dntb_16._bin-number_1dntb_70:after,._bank-card_1dntb_1._highlight-bin-range_1dntb_124 ._numbers-wrapper_1dntb_16._check-digit_1dntb_59:after,._bank-card_1dntb_1._highlight-bin-range_1dntb_124 ._numbers-wrapper_1dntb_16 ._bin-number_1dntb_70:after,._bank-card_1dntb_1._highlight-bin-range_1dntb_124 ._numbers-wrapper_1dntb_16 ._check-digit_1dntb_59:after,._bank-card_1dntb_1._highlight-bin-range_1dntb_124 ._numbers-wrapper_1dntb_16 ._helper-bin-number_1dntb_42:after,._bank-card_1dntb_1._highlight-bin-range_1dntb_124 ._numbers-wrapper_1dntb_16 ._helper-check-digit_1dntb_48:after{background:#525061;transition:all .3s}._bank-card_1dntb_1._highlight-no-highlight_1dntb_145{filter:grayscale(1) opacity(.5) contrast(.5);transition:all .3s}._bank-card-wrapper_1dntb_150{container-type:inline-size;container-name:bank-card-wrapper}@container bank-card-wrapper (max-width: 19.25rem){._bank-card_1dntb_1 ._numbers-wrapper_1dntb_16{font-size:1.125rem}._bank-card_1dntb_1 ._numbers-wrapper_1dntb_16 ._number-section_1dntb_56{gap:.1rem}}@container bank-card-wrapper (max-width: 16rem){._bank-card_1dntb_1 ._numbers-wrapper_1dntb_16{font-size:.875rem}._bank-card_1dntb_1 ._numbers-wrapper_1dntb_16 ._number-section_1dntb_56{gap:.05rem}._bank-card_1dntb_1 ._numbers-wrapper_1dntb_16 ._helper_1dntb_26{font-size:.5rem}}
|
package/dist/assets/Button.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._u-typography-
|
|
1
|
+
._u-typography-h1_1wddv_1{font-size:var(--heading-font-size-1);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-1);margin:0}._u-typography-h2_1wddv_8{font-size:var(--heading-font-size-2);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-2);margin:0}._u-typography-h3_1wddv_15{font-size:var(--heading-font-size-3);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-3);margin:0}._u-typography-h4_1wddv_22{font-size:var(--heading-font-size-4);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-4);margin:0}._u-typography-h5_1wddv_29{font-size:var(--heading-font-size-5);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-5);margin:0}._u-typography-h6_1wddv_36{font-size:var(--heading-font-size-6);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-6);margin:0}._u-typography-base_1wddv_43,._button_1wddv_43{margin:0;font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_1wddv_49{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_1wddv_53{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_1wddv_57,._button--large_1wddv_57{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_1wddv_61{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_1wddv_65{font-weight:var(--base-bold)}._u-typography-base--strikethrough_1wddv_68{text-decoration:line-through}._u-typography-base--underlined_1wddv_71{text-decoration:underline}._u-typography-base--strikethrough-underlined_1wddv_74{text-decoration:underline line-through}._button_1wddv_43{display:flex;align-items:center;justify-content:center;height:32px;padding:0 15px;font-weight:700;cursor:pointer;border:none;border-radius:6px;transition:all .2s ease}._button--large_1wddv_57{height:40px}._button--small_1wddv_93{height:24px}._button--round_1wddv_96{border-radius:9999px}._button--primary_1wddv_99{color:var(--white-100);background-color:var(--colors-brand-primary-color-primary);border:1px solid var(--colors-brand-primary-color-primary)}._button--primary_1wddv_99:hover{background-color:var(--colors-brand-primary-color-primary-border-hover);border:1px solid var(--colors-brand-primary-color-primary-border-hover)}._button--primary_1wddv_99:active{background-color:var(--colors-brand-primary-color-primary-active);border:1px solid var(--colors-brand-primary-color-primary-active)}._button--primary_1wddv_99:disabled{color:var(--colors-neutral-text-color-text-quaternary);cursor:default;background-color:rgb(var(--black-100-rgb),.04);border:1px solid var(--colors-neutral-border-color-border)}._button--primary--danger_1wddv_118{background-color:var(--colors-brand-error-color-error);border:1px solid var(--colors-brand-error-color-error)}._button--primary--danger_1wddv_118:hover{background-color:var(--colors-brand-error-color-error-hover);border:1px solid var(--colors-brand-error-color-error-hover)}._button--primary--danger_1wddv_118:active{background-color:var(--colors-brand-error-color-error-active);border:1px solid var(--colors-brand-error-color-error-active)}._button--default_1wddv_130{color:var(--colors-neutral-text-color-text);background-color:var(--white-100);border:1px solid var(--colors-neutral-border-color-border)}._button--default_1wddv_130:hover{color:var(--colors-brand-primary-color-primary-border-hover);background-color:var(--white-100);border:1px solid var(--colors-brand-primary-color-primary-border-hover)}._button--default_1wddv_130:active{color:var(--colors-brand-primary-color-primary-active);background-color:initial;border:1px solid var(--colors-brand-primary-color-primary-active)}._button--default_1wddv_130:disabled{color:var(--colors-neutral-text-color-text-quaternary);cursor:default;background-color:rgb(var(--black-100-rgb),.04);border:1px solid var(--colors-neutral-border-color-border)}._button--default--danger_1wddv_151{color:var(--colors-brand-error-color-error);border:1px solid var(--colors-brand-error-color-error)}._button--default--danger_1wddv_151:hover{color:var(--colors-brand-error-color-error-hover);border:1px solid var(--colors-brand-error-color-error-hover)}._button--default--danger_1wddv_151:active{color:var(--colors-brand-error-color-error-active);border:1px solid var(--colors-brand-error-color-error-active)}._button--dashed_1wddv_163{color:var(--colors-neutral-text-color-text);background-color:var(--white-100);border:1px dashed var(--colors-neutral-border-color-border)}._button--dashed_1wddv_163:hover{color:var(--colors-brand-primary-color-primary-border-hover);background-color:var(--white-100);border:1px dashed var(--colors-brand-primary-color-primary-border-hover)}._button--dashed_1wddv_163:active{color:var(--colors-brand-primary-color-primary-active);background-color:initial;border:1px dashed var(--colors-brand-primary-color-primary-active)}._button--dashed_1wddv_163:disabled{color:var(--colors-neutral-text-color-text-quaternary);cursor:default;background-color:rgb(var(--black-100-rgb),.04);border:1px dashed var(--colors-neutral-border-color-border)}._button--dashed--danger_1wddv_184{color:var(--colors-brand-error-color-error);border:1px dashed var(--colors-brand-error-color-error)}._button--dashed--danger_1wddv_184:hover{color:var(--colors-brand-error-color-error-hover);border:1px dashed var(--colors-brand-error-color-error-hover)}._button--dashed--danger_1wddv_184:active{color:var(--colors-brand-error-color-error-active);border:1px dashed var(--colors-brand-error-color-error-active)}._button--link_1wddv_196{color:var(--colors-base-blue-6);background-color:transparent;border:none}._button--link_1wddv_196:hover{color:var(--colors-brand-primary-color-primary-border-hover)}._button--link_1wddv_196:active{color:var(--accent-light);background-color:initial}._button--link_1wddv_196:disabled{color:var(--colors-neutral-text-color-text-quaternary);cursor:default;background-color:initial}._button--link--danger_1wddv_213{color:var(--colors-brand-error-color-error);background-color:transparent}._button--link--danger_1wddv_213:hover{color:var(--colors-brand-error-color-error-hover)}._button--link--danger_1wddv_213:active{color:var(--colors-brand-error-color-error-active)}._button--text_1wddv_223{color:var(--colors-neutral-text-color-text);background-color:transparent}._button--text_1wddv_223:hover{background-color:rgb(var(--black-100-rgb),.06)}._button--text_1wddv_223:active{color:var(--colors-neutral-text-color-text);background-color:rgb(var(--black-100-rgb),.15)}._button--text_1wddv_223:disabled{color:var(--colors-neutral-text-color-text-quaternary);cursor:default;background-color:initial}._button--text--danger_1wddv_239{color:var(--colors-brand-error-color-error);background-color:transparent;border:1px solid transparent}._button--text--danger_1wddv_239:hover{color:var(--colors-brand-error-color-error-hover);background-color:var(--colors-brand-error-color-error-bg);border:1px solid var(--colors-brand-error-color-error-bg)}._button--text--danger_1wddv_239:active{color:var(--colors-brand-error-color-error-active);background-color:var(--colors-brand-error-color-error-bg);border:1px solid var(--colors-brand-error-color-error-hover)}._button--secondary_1wddv_254{color:var(--accent);background-color:var(--white-100)}._button--secondary_1wddv_254:hover{color:var(--accent-dark);background-color:var(--gray-5)}._button--secondary_1wddv_254:active{color:var(--accent-light);background-color:initial}._button--secondary_1wddv_254:disabled{color:var(--black-25);cursor:default;background-color:initial}._button--quick_1wddv_271{height:2rem;padding:0 1rem;color:var(--accent);background-color:rgb(var(--accent-rgb),.05);border-radius:6px}._button--quick_1wddv_271:hover{color:var(--accent-dark);background-color:rgb(var(--accent-rgb),.1)}._button--quick_1wddv_271:active{color:var(--accent-light);background-color:rgb(var(--accent-rgb),.05)}._button--quick_1wddv_271:disabled{color:var(--gray-50);cursor:default;background-color:var(--gray-10)}._button__loading-container_1wddv_291{display:flex;gap:8px;align-items:center}
|
package/dist/assets/Calendar.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._calendar-
|
|
1
|
+
._calendar-wrapper_1cyku_1._mode-view_1cyku_1{display:flex;flex-wrap:wrap;row-gap:2rem;transition:.3s}._calendar-wrapper_1cyku_1._mode-view_1cyku_1 ._calendar-day_1cyku_7{display:flex;flex-direction:column;min-height:3.2rem}._calendar-wrapper_1cyku_1._mode-view_1cyku_1 ._calendar-day_1cyku_7 ._day-number_1cyku_12{padding-left:.625rem;font-size:1rem;line-height:1.5rem;color:var(--gray-50)}._calendar-wrapper_1cyku_1._mode-view_1cyku_1 ._calendar-day_1cyku_7 ._day-id_1cyku_18{flex:1 1;min-width:5.6875rem;padding:0 .625rem;font-size:.875rem;color:var(--gray-75);border:.0625rem solid var(--gray-25);border-top:none;border-right:none}._calendar-wrapper_1cyku_1._mode-view_1cyku_1 ._calendar-day_1cyku_7._day-active_1cyku_28 ._day-number_1cyku_12{font-weight:700;color:var(--gray-75)}._calendar-wrapper_1cyku_1._mode-edit_1cyku_33{display:flex;flex-wrap:wrap;gap:.5rem;transition:.3s}._calendar-wrapper_1cyku_1._mode-edit_1cyku_33 ._calendar-day_1cyku_7{display:flex;gap:.5rem;align-items:center;justify-content:center;width:5.188rem;height:3.5rem;padding:1rem;cursor:pointer;background-color:var(--gray-5);border-radius:6px}._calendar-wrapper_1cyku_1._mode-edit_1cyku_33 ._calendar-day_1cyku_7 ._day-checkbox_1cyku_51{position:relative;width:1.5rem;height:1.5rem;border:1px solid var(--gray-25);border-radius:6px;transition:.3s}._calendar-wrapper_1cyku_1._mode-edit_1cyku_33 ._calendar-day_1cyku_7 ._day-number_1cyku_12{font-size:1rem;font-weight:700;color:var(--gray-75)}._calendar-wrapper_1cyku_1._mode-edit_1cyku_33 ._calendar-day_1cyku_7._day-active_1cyku_28 ._day-checkbox_1cyku_51{background-color:var(--blue-6);border:1px solid var(--blue-6);transition:.3s}._calendar-wrapper_1cyku_1._mode-edit_1cyku_33 ._calendar-day_1cyku_7._day-active_1cyku_28 ._day-checkbox_1cyku_51:after{position:absolute;top:5px;left:8px;box-sizing:content-box;width:4px;height:8px;content:"";border-right:2px solid var(--white-100);border-bottom:2px solid var(--white-100);transform:rotate(45deg)}._calendar-wrapper_1cyku_1._mode-edit_1cyku_33 ._calendar-day_1cyku_7._day-active_1cyku_28 ._day-number_1cyku_12{color:var(--blue-6)}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
._u-typography-
|
|
1
|
+
._u-typography-h1_1hzzl_1{font-size:var(--heading-font-size-1);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-1);margin:0}._u-typography-h2_1hzzl_8{font-size:var(--heading-font-size-2);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-2);margin:0}._u-typography-h3_1hzzl_15{font-size:var(--heading-font-size-3);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-3);margin:0}._u-typography-h4_1hzzl_22{font-size:var(--heading-font-size-4);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-4);margin:0}._u-typography-h5_1hzzl_29{font-size:var(--heading-font-size-5);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-5);margin:0}._u-typography-h6_1hzzl_36{font-size:var(--heading-font-size-6);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-6);margin:0}._u-typography-base_1hzzl_43{margin:0;font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_1hzzl_49{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_1hzzl_53{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_1hzzl_57{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_1hzzl_61{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_1hzzl_65{font-weight:var(--base-bold)}._u-typography-base--strikethrough_1hzzl_68{text-decoration:line-through}._u-typography-base--underlined_1hzzl_71{text-decoration:underline}._u-typography-base--strikethrough-underlined_1hzzl_74{text-decoration:underline line-through}._container_1hzzl_78{display:flex;flex-direction:column}._container--text_1hzzl_82{opacity:.88}._container--inline_1hzzl_85{flex-direction:row;gap:.5rem}
|
package/dist/assets/Dialog.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._u-typography-
|
|
1
|
+
._u-typography-h1_1fj7e_1{font-size:var(--heading-font-size-1);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-1);margin:0}._u-typography-h2_1fj7e_8{font-size:var(--heading-font-size-2);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-2);margin:0}._u-typography-h3_1fj7e_15{font-size:var(--heading-font-size-3);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-3);margin:0}._u-typography-h4_1fj7e_22{font-size:var(--heading-font-size-4);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-4);margin:0}._u-typography-h5_1fj7e_29{font-size:var(--heading-font-size-5);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-5);margin:0}._u-typography-h6_1fj7e_36{font-size:var(--heading-font-size-6);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-6);margin:0}._u-typography-base_1fj7e_43{margin:0;font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_1fj7e_49{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_1fj7e_53{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_1fj7e_57{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_1fj7e_61{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_1fj7e_65{font-weight:var(--base-bold)}._u-typography-base--strikethrough_1fj7e_68{text-decoration:line-through}._u-typography-base--underlined_1fj7e_71{text-decoration:underline}._u-typography-base--strikethrough-underlined_1fj7e_74{text-decoration:underline line-through}._dialog_1fj7e_78{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;display:flex;align-items:center;justify-content:center;-webkit-box-align:center;-webkit-box-pack:center}._dialog__backdrop_1fj7e_88{position:fixed;z-index:-1;width:100%;height:100%;background-color:rgb(var(--black-100-rgb),.05);-webkit-tap-highlight-color:transparent}._dialog__panel_1fj7e_96{position:relative;display:flex;flex-direction:column;gap:8px;width:680px;max-height:100%;padding:2rem;overflow:auto;font-weight:500;color:var(--gray-90);text-align:start;background-color:var(--white-100);border:1px solid rgb(218,226,237);border-radius:8px;box-shadow:0 10px 20px rgb(var(--black-100-rgb),.2)}._dialog__title_1fj7e_113{display:flex;gap:.75rem;align-items:center;color:#3f3d4be0}._dialog__subtitle_1fj7e_119{color:#3f3d4be0}._dialog__divider_1fj7e_122{width:100%;margin:1.5rem 0;border-top:1px solid var(--gray-10)}._dialog__close-icon_1fj7e_127{position:absolute;top:37px;right:32px;padding:0;margin:0;cursor:pointer;background:none;border:none}._dialog__actions_1fj7e_137{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1.5rem}._dialog__actions_1fj7e_137 button{padding:0 1.5rem}._dialog__actions_1fj7e_137 button [class*=_u-typography-base]{font-weight:700}._dialog__actions_1fj7e_137 button[class*=_button--secondary]{color:#3f3d4be0}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
._u-typography-
|
|
1
|
+
._u-typography-h1_bamb5_1{font-size:var(--heading-font-size-1);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-1);margin:0}._u-typography-h2_bamb5_8{font-size:var(--heading-font-size-2);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-2);margin:0}._u-typography-h3_bamb5_15{font-size:var(--heading-font-size-3);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-3);margin:0}._u-typography-h4_bamb5_22{font-size:var(--heading-font-size-4);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-4);margin:0}._u-typography-h5_bamb5_29{font-size:var(--heading-font-size-5);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-5);margin:0}._u-typography-h6_bamb5_36{font-size:var(--heading-font-size-6);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-6);margin:0}._u-typography-base_bamb5_43{margin:0;font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_bamb5_49{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_bamb5_53{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_bamb5_57{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_bamb5_61{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_bamb5_65{font-weight:var(--base-bold)}._u-typography-base--strikethrough_bamb5_68{text-decoration:line-through}._u-typography-base--underlined_bamb5_71{text-decoration:underline}._u-typography-base--strikethrough-underlined_bamb5_74{text-decoration:underline line-through}._page-header_bamb5_78{width:100%;background-color:var(--cream)}._page-header__main-content_bamb5_82{position:relative;width:64rem;max-width:100%;padding:1rem 0;margin:0 auto}._page-header__bottom-content_bamb5_89{width:64rem;max-width:100%;margin:0 auto}._page-header__breadcrumb_bamb5_94{display:flex;gap:.5rem;align-items:center;height:2rem}._page-header__breadcrumb_bamb5_94 button{padding:0;line-height:1.25rem;color:var(--colors-neutral-text-color-text)}._page-header__breadcrumb_bamb5_94 button:active,._page-header__breadcrumb_bamb5_94 button:focus{color:var(--colors-neutral-text-color-text);outline:none}._page-header__breadcrumb_bamb5_94 button:hover:enabled{color:var(--accent-dark)}._page-header__breadcrumb_bamb5_94 button *:not(svg){font-size:.75rem}._page-header__breadcrumb_bamb5_94 button:disabled{color:var(--colors-neutral-text-color-text-tertiary)}._page-header__breadcrumb_bamb5_94 button svg{width:1rem;height:1rem}._page-header__breadcrumb__separator_bamb5_122{height:1.125rem;padding:0;line-height:1.125rem;color:var(--colors-neutral-text-color-text-description)}._page-header__right-children-wrapper_bamb5_128{display:flex;align-items:center;justify-content:space-between}._header-bubble_bamb5_134{flex:1}._header-bubble--container_bamb5_137{position:absolute;max-width:80%;height:5.75rem;background-color:var(--white-100);border:1px solid var(--border-secondary);border-radius:8px}._header-bubble--container--full_bamb5_145{max-width:100%}._header-bubble-margin_bamb5_149{padding-bottom:1rem}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
._u-typography-
|
|
1
|
+
._u-typography-h1_2kmrd_1{font-size:var(--heading-font-size-1);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-1);margin:0}._u-typography-h2_2kmrd_8{font-size:var(--heading-font-size-2);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-2);margin:0}._u-typography-h3_2kmrd_15{font-size:var(--heading-font-size-3);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-3);margin:0}._u-typography-h4_2kmrd_22{font-size:var(--heading-font-size-4);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-4);margin:0}._u-typography-h5_2kmrd_29{font-size:var(--heading-font-size-5);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-5);margin:0}._u-typography-h6_2kmrd_36{font-size:var(--heading-font-size-6);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-6);margin:0}._u-typography-base_2kmrd_43,._pagination_2kmrd_43 ._per-page-container_2kmrd_43{margin:0;font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_2kmrd_49{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_2kmrd_53{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_2kmrd_57{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_2kmrd_61{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_2kmrd_65{font-weight:var(--base-bold)}._u-typography-base--strikethrough_2kmrd_68{text-decoration:line-through}._u-typography-base--underlined_2kmrd_71{text-decoration:underline}._u-typography-base--strikethrough-underlined_2kmrd_74{text-decoration:underline line-through}._pagination_2kmrd_43{display:flex;gap:1rem;align-items:center;justify-content:space-between;padding:1.5rem 0}._pagination_2kmrd_43 ._per-page-container_2kmrd_43{display:flex;gap:.5rem;align-items:center;color:var(--gray-90)}._pagination_2kmrd_43 ._per-page-container__select_2kmrd_91{width:4rem;min-width:min-content;height:2rem;padding:0 .5rem;margin:0}._pagination_2kmrd_43 ._pages-navigator-container_2kmrd_98{display:flex;gap:.5rem;align-items:center}._pagination_2kmrd_43 ._pages-navigator-container_2kmrd_98 ul{display:flex;gap:.5rem;padding:0;margin:0}._pagination_2kmrd_43 ._pages-navigator-container_2kmrd_98 li{display:inline-flex;padding:0;margin:0;list-style:none}._pagination_2kmrd_43 ._pages-navigator-container_2kmrd_98 ._page-item_2kmrd_115,._pagination_2kmrd_43 ._pages-navigator-container_2kmrd_98 ._page-number__btn_2kmrd_115{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;font-size:var(--body-font-size-small);font-weight:var(--body-bold);line-height:var(--body-line-height-small);color:var(--gray-90);cursor:default}._pagination_2kmrd_43 ._pages-navigator-container_2kmrd_98 button{padding:0;cursor:pointer;background-color:transparent;border:none;outline:none}._pagination_2kmrd_43 ._pages-navigator-container_2kmrd_98 ._pages-navigator-container__previous-next-btn_2kmrd_134{font-size:var(--body-font-size-tiny);font-weight:var(--body-bold);line-height:var(--body-line-height-tiny);color:var(--accent);transition:all .3s}._pagination_2kmrd_43 ._pages-navigator-container_2kmrd_98 ._pages-navigator-container__previous-next-btn_2kmrd_134:hover{font-weight:var(--heading-font-weight);color:var(--accent-dark)}._pagination_2kmrd_43 ._pages-navigator-container_2kmrd_98 ._pages-navigator-container__previous-next-btn_2kmrd_134:disabled{font-weight:var(--heading-font-weight);color:var(--gray-50);cursor:default}._pagination_2kmrd_43 ._pages-navigator-container_2kmrd_98 ._page-number__btn_2kmrd_115{width:2rem;height:2rem;cursor:pointer;transition:all .3s}._pagination_2kmrd_43 ._pages-navigator-container_2kmrd_98 ._page-number__btn_2kmrd_115:hover:not(._pagination_2kmrd_43 ._pages-navigator-container_2kmrd_98 ._page-number__btn--selected_2kmrd_156){color:var(--accent-dark)}._pagination_2kmrd_43 ._pages-navigator-container_2kmrd_98 ._page-number__btn--selected_2kmrd_156{color:var(--white-100);cursor:default;background-color:var(--accent);border-radius:var(--border-radius)}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
._stepper-
|
|
1
|
+
._stepper-navigator_v6lmn_1{display:flex;justify-content:space-between;padding:1rem 0}._stepper-navigator_v6lmn_1>span{display:flex;gap:1rem}._stepper-navigator_v6lmn_1 button{padding:0 1.5rem}._previous-button_v6lmn_14,._cancel-button_v6lmn_15,._next-button_v6lmn_16,._finish-button_v6lmn_17{display:flex;gap:.25rem;align-items:center;justify-content:space-between;padding:0 1rem;font-size:.875rem}._previous-button_v6lmn_14>*,._cancel-button_v6lmn_15>*,._next-button_v6lmn_16>*,._finish-button_v6lmn_17>*{display:inline-flex;flex:1;align-items:center;justify-content:center}._previous-button_v6lmn_14>*:nth-child(1),._cancel-button_v6lmn_15>*:nth-child(1),._next-button_v6lmn_16>*:nth-child(1),._finish-button_v6lmn_17>*:nth-child(1){justify-content:flex-start}._previous-button_v6lmn_14>*:nth-child(3),._cancel-button_v6lmn_15>*:nth-child(3),._next-button_v6lmn_16>*:nth-child(3),._finish-button_v6lmn_17>*:nth-child(3){justify-content:flex-end}
|
package/dist/assets/Tag.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._container_cza2q_1{display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:1px 8px;border-radius:4px}._container--content_cza2q_9{display:flex;column-gap:4px;align-items:center}._container--content__icon_cza2q_14{display:flex;align-items:center}._container--default_cza2q_18{color:var(--gray-95);background-color:#00000005}._container--default__outlined_cza2q_22{border:1px solid var(--border)}._container--default__icon_cza2q_25{color:var(--gray-95);opacity:.88}._container--success_cza2q_29{color:var(--success-text);background-color:var(--green-1)}._container--success__outlined_cza2q_33{border:1px solid var(--green-3)}._container--error_cza2q_36{color:var(--error-text);background-color:var(--error-background)}._container--error__outlined_cza2q_40{border:1px solid var(--error-border)}._container--processing_cza2q_43{color:var(--info-text);background-color:var(--blue-1)}._container--processing__outlined_cza2q_47{border:1px solid var(--blue-3)}._container--warning_cza2q_50{color:var(--warning-text);background-color:var(--gold-1)}._container--warning__outlined_cza2q_54{border:1px solid var(--gold-3)}._container--warning__icon_cza2q_57{color:var(--warning)}._container--magenta_cza2q_60{color:var(--magenta-6);background-color:var(--magenta-1)}._container--magenta__outlined_cza2q_64{border:1px solid var(--magenta-3)}._container--blue_cza2q_67{color:var(--blue-6);background-color:var(--blue-1)}._container--blue__outlined_cza2q_71{border:1px solid var(--blue-3)}._container--cyan_cza2q_74{color:var(--cyan-6);background-color:var(--cyan-1)}._container--cyan__outlined_cza2q_78{border:1px solid var(--cyan-3)}._container--geek-blue_cza2q_81{color:var(--geek-blue-6);background-color:var(--geek-blue-1)}._container--geek-blue__outlined_cza2q_85{border:1px solid var(--geek-blue-3)}._container--gold_cza2q_88{color:var(--gold-6);background-color:var(--gold-1)}._container--gold__outlined_cza2q_92{border:1px solid var(--gold-3)}._container--green_cza2q_95{color:var(--green-6);background-color:var(--green-1)}._container--green__outlined_cza2q_99{border:1px solid var(--green-3)}._container--lime_cza2q_102{color:var(--lime-6);background-color:var(--lime-1)}._container--lime__outlined_cza2q_106{border:1px solid var(--lime-3)}._container--orange_cza2q_109{color:var(--orange-6);background-color:var(--orange-1)}._container--orange__outlined_cza2q_113{border:1px solid var(--orange-3)}._container--purple_cza2q_116{color:var(--purple-6);background-color:var(--purple-1)}._container--purple__outlined_cza2q_120{border:1px solid var(--purple-3)}._container--red_cza2q_123{color:var(--red-6);background-color:var(--red-1)}._container--red__outlined_cza2q_127{border:1px solid var(--red-3)}._container--volcano_cza2q_130{color:var(--volcano-6);background-color:var(--volcano-1)}._container--volcano__outlined_cza2q_134{border:1px solid var(--volcano-3)}
|
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
import { jsx as r, jsxs as l } from "react/jsx-runtime";
|
|
2
|
-
import * as
|
|
2
|
+
import * as c from "react";
|
|
3
3
|
import { useMemo as E } from "react";
|
|
4
4
|
import { c as a } from "../../clsx-DB4S2d7J.js";
|
|
5
|
-
import '../../assets/BankCard.css';const M = (n) => /* @__PURE__ */
|
|
5
|
+
import '../../assets/BankCard.css';const M = (n) => /* @__PURE__ */ c.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 73, height: 17, viewBox: "0 0 73 17", fill: "none", style: {
|
|
6
6
|
fill: "currentcolor"
|
|
7
|
-
}, ...n }, /* @__PURE__ */
|
|
8
|
-
"bank-card": "_bank-
|
|
9
|
-
"logo-wrapper": "_logo-
|
|
10
|
-
"numbers-wrapper": "_numbers-
|
|
7
|
+
}, ...n }, /* @__PURE__ */ c.createElement("path", { d: "M29.5027 0C29.0333 0 28.6527 0.380558 28.6527 0.85V0.991667C28.6527 1.46111 29.0333 1.84167 29.5027 1.84167C29.9721 1.84167 30.3527 1.46111 30.3527 0.991667V0.85C30.3527 0.380558 29.9721 0 29.5027 0Z", fill: "currentColor" }), /* @__PURE__ */ c.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M26.1027 8.4807C26.1027 5.67354 23.8293 3.4 21.0224 3.4C18.1761 3.4 15.9027 5.67354 15.9027 8.4807C15.9027 8.48714 15.9027 8.49357 15.9027 8.5L15.9027 16.15C15.9027 16.6194 16.2833 17 16.7527 17C17.2221 17 17.6027 16.6194 17.6027 16.15V12.304C18.5065 13.1116 19.7029 13.6 21.0224 13.6C23.8293 13.6 26.1027 11.3272 26.1027 8.4807ZM24.4027 8.49041C24.4027 10.4018 22.9045 11.9 21.0123 11.9C19.1001 11.9 17.6027 10.4018 17.6027 8.49041C17.6027 6.59823 19.1001 5.1 21.0123 5.1C22.9045 5.1 24.4027 6.59823 24.4027 8.49041Z", fill: "currentColor" }), /* @__PURE__ */ c.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M72.8527 8.4807C72.8527 5.67354 70.5793 3.4 67.7724 3.4C64.9261 3.4 62.6527 5.67354 62.6527 8.4807C62.6527 11.3272 64.9261 13.6 67.7724 13.6C70.5793 13.6 72.8527 11.3272 72.8527 8.4807ZM71.1527 8.49041C71.1527 10.4018 69.6545 11.9 67.7624 11.9C65.8501 11.9 64.3527 10.4018 64.3527 8.49041C64.3527 6.59823 65.8501 5.1 67.7624 5.1C69.6545 5.1 71.1527 6.59823 71.1527 8.49041Z", fill: "currentColor" }), /* @__PURE__ */ c.createElement("path", { d: "M60.1027 8.5C60.1027 5.68218 57.8293 3.4 55.0224 3.4C53.2315 3.4 51.6674 4.30351 50.7537 5.67547C49.8434 4.30351 48.2886 3.4 46.5224 3.4C43.6761 3.4 41.4027 5.68218 41.4027 8.5V12.75C41.4027 13.2194 41.7833 13.6 42.2527 13.6C42.7221 13.6 43.1027 13.2194 43.1027 12.75L43.1027 8.5C43.1078 6.60524 44.6034 5.10646 46.5123 5.10646C48.4012 5.10646 49.8976 6.60524 49.9027 8.5V12.75C49.9027 13.2194 50.2833 13.6 50.7527 13.6C51.2221 13.6 51.6027 13.2194 51.6027 12.75L51.6027 8.5C51.6078 6.60524 53.1034 5.10646 55.0124 5.10646C56.9012 5.10646 58.3976 6.60524 58.4027 8.5L58.4027 12.75C58.4027 13.2194 58.7833 13.6 59.2527 13.6C59.7221 13.6 60.1027 13.2194 60.1027 12.75V8.5Z", fill: "currentColor" }), /* @__PURE__ */ c.createElement("path", { d: "M32.9027 6.369C32.9027 4.71394 34.2221 3.4 35.8837 3.4C36.5019 3.4 37.0711 3.61709 37.5274 3.87455C37.9887 4.13483 38.388 4.46626 38.6832 4.77006C39.0103 5.10674 39.0026 5.64488 38.6659 5.97201C38.3292 6.29915 37.791 6.29141 37.4639 5.95472C37.2633 5.74822 36.9903 5.52345 36.692 5.35511C36.3886 5.18395 36.1109 5.1 35.8837 5.1C35.155 5.1 34.6027 5.65885 34.6027 6.369C34.6027 6.62126 34.7071 6.81581 34.9941 7.04014C35.2638 7.25096 35.5934 7.41175 35.9911 7.60583L35.9912 7.60587L35.9931 7.60678C36.0239 7.62181 36.0551 7.63704 36.0867 7.6525L36.119 7.66832C36.1874 7.68289 36.2551 7.7062 36.3207 7.73875C36.3842 7.77033 36.4538 7.80398 36.5278 7.8398C36.9257 8.03236 37.4532 8.28759 37.8791 8.62047C38.4259 9.04788 38.9235 9.68861 38.9235 10.631C38.9235 12.2861 37.6041 13.6 35.9425 13.6C35.3244 13.6 34.7551 13.3829 34.2988 13.1255C33.8376 12.8652 33.4383 12.5337 33.1431 12.2299C32.8159 11.8933 32.8237 11.3551 33.1604 11.028C33.4971 10.7009 34.0352 10.7086 34.3623 11.0453C34.563 11.2518 34.8359 11.4765 35.1343 11.6449C35.4376 11.816 35.7154 11.9 35.9425 11.9C36.6712 11.9 37.2235 11.3412 37.2235 10.631C37.2235 10.3787 37.1191 10.1842 36.8321 9.95986C36.5624 9.74904 36.2329 9.58824 35.8351 9.39416L35.835 9.39411C35.7931 9.3737 35.7506 9.35292 35.7072 9.33168C35.6388 9.31711 35.5711 9.2938 35.5056 9.26125C35.4421 9.22972 35.3727 9.19613 35.2988 9.16037L35.2984 9.1602C34.9005 8.96764 34.3731 8.71241 33.9472 8.37953C33.4004 7.95212 32.9027 7.31139 32.9027 6.369Z", fill: "currentColor" }), /* @__PURE__ */ c.createElement("path", { d: "M28.6527 4.25C28.6527 3.78056 29.0333 3.4 29.5027 3.4C29.9721 3.4 30.3527 3.78056 30.3527 4.25V12.75C30.3527 13.2194 29.9721 13.6 29.5027 13.6C29.0333 13.6 28.6527 13.2194 28.6527 12.75V4.25Z", fill: "currentColor" }), /* @__PURE__ */ c.createElement("path", { d: "M7.79782 4.82504C8.92577 5.99405 10.0593 7.16884 11.272 6.00772C11.6161 5.6785 11.7274 5.07878 11.633 4.66536C11.0035 1.90807 7.30509 1.79573 5.677 3.20259L5.6791 3.21328C6.39503 3.37119 7.09534 4.09699 7.79782 4.82504Z", fill: "currentColor" }), /* @__PURE__ */ c.createElement("path", { d: "M10.4078 12.1909C8.92876 11.3964 9.69577 9.95529 10.459 8.5213C10.9343 7.62822 11.4082 6.7379 11.3372 6.00821L11.3467 6.00291C13.1878 7.11658 14.2238 10.6686 11.796 12.1194C11.432 12.337 10.8272 12.4165 10.4078 12.1909Z", fill: "currentColor" }), /* @__PURE__ */ c.createElement("path", { d: "M4.26017 13.2797C4.55877 11.6275 6.16633 11.9117 7.76599 12.1944C8.76225 12.3705 9.75543 12.5461 10.4274 12.253L10.4354 12.2604C9.9452 14.3556 6.88714 16.4385 4.75712 14.5779C4.43774 14.2989 4.17526 13.7483 4.26017 13.2797Z", fill: "currentColor" }), /* @__PURE__ */ c.createElement("path", { d: "M5.6585 3.27509C6.38805 4.78724 4.92048 5.50226 3.46013 6.21376C2.55064 6.65687 1.64395 7.09863 1.27253 7.73072L1.26172 7.72941C0.426829 5.74626 1.67652 2.26363 4.49341 2.51693C4.91577 2.5549 5.45175 2.84605 5.6585 3.27509Z", fill: "currentColor" }), /* @__PURE__ */ c.createElement("path", { d: "M3.44047 10.7683C3.21506 9.15954 2.98855 7.54285 1.32496 7.76941C0.853036 7.83347 0.410505 8.25325 0.243874 8.6432C-0.867492 11.2439 2.05851 13.5087 4.2026 13.3275L4.20718 13.3176C3.7208 12.769 3.58085 11.7702 3.44047 10.7683Z", fill: "currentColor" })), V = "_helper_1dntb_26", Z = "_info_1dntb_79", R = "_label_1dntb_93", X = "_value_1dntb_97", e = {
|
|
8
|
+
"bank-card": "_bank-card_1dntb_1",
|
|
9
|
+
"logo-wrapper": "_logo-wrapper_1dntb_13",
|
|
10
|
+
"numbers-wrapper": "_numbers-wrapper_1dntb_16",
|
|
11
11
|
helper: V,
|
|
12
|
-
"helper-bin-number": "_helper-bin-
|
|
13
|
-
"helper-bin-range": "_helper-bin-
|
|
14
|
-
"helper-check-digit": "_helper-check-
|
|
15
|
-
"number-section--02": "_number-section--
|
|
16
|
-
"digit-wrapper": "_digit-
|
|
17
|
-
"bin-range": "_bin-
|
|
18
|
-
"number-section--04": "_number-section--
|
|
19
|
-
"check-digit": "_check-
|
|
20
|
-
"number-section": "_number-
|
|
21
|
-
"bin-number": "_bin-
|
|
22
|
-
"info-wrapper": "_info-
|
|
12
|
+
"helper-bin-number": "_helper-bin-number_1dntb_42",
|
|
13
|
+
"helper-bin-range": "_helper-bin-range_1dntb_45",
|
|
14
|
+
"helper-check-digit": "_helper-check-digit_1dntb_48",
|
|
15
|
+
"number-section--02": "_number-section--02_1dntb_56",
|
|
16
|
+
"digit-wrapper": "_digit-wrapper_1dntb_56",
|
|
17
|
+
"bin-range": "_bin-range_1dntb_56",
|
|
18
|
+
"number-section--04": "_number-section--04_1dntb_59",
|
|
19
|
+
"check-digit": "_check-digit_1dntb_59",
|
|
20
|
+
"number-section": "_number-section_1dntb_56",
|
|
21
|
+
"bin-number": "_bin-number_1dntb_70",
|
|
22
|
+
"info-wrapper": "_info-wrapper_1dntb_79",
|
|
23
23
|
info: Z,
|
|
24
24
|
label: R,
|
|
25
25
|
value: X,
|
|
26
|
-
"highlight-bin": "_highlight-
|
|
27
|
-
"highlight-bin-range": "_highlight-bin-
|
|
28
|
-
"highlight-no-highlight": "_highlight-no-
|
|
29
|
-
"bank-card-wrapper": "_bank-card-
|
|
26
|
+
"highlight-bin": "_highlight-bin_1dntb_103",
|
|
27
|
+
"highlight-bin-range": "_highlight-bin-range_1dntb_124",
|
|
28
|
+
"highlight-no-highlight": "_highlight-no-highlight_1dntb_145",
|
|
29
|
+
"bank-card-wrapper": "_bank-card-wrapper_1dntb_150"
|
|
30
30
|
}, D = {
|
|
31
31
|
pt: {
|
|
32
32
|
binNumber: "Número BIN",
|
|
@@ -55,49 +55,49 @@ import '../../assets/BankCard.css';const M = (n) => /* @__PURE__ */ t.createElem
|
|
|
55
55
|
// },
|
|
56
56
|
}, y = ({
|
|
57
57
|
infos: n,
|
|
58
|
-
numbers:
|
|
58
|
+
numbers: h,
|
|
59
59
|
className: o,
|
|
60
60
|
language: _ = "en",
|
|
61
61
|
translations: u,
|
|
62
62
|
highlight: g,
|
|
63
|
-
noHelpers:
|
|
63
|
+
noHelpers: t,
|
|
64
64
|
...N
|
|
65
65
|
}) => {
|
|
66
|
-
const v = { ...D[_], ...u || {} },
|
|
67
|
-
var
|
|
68
|
-
return n != null && n.expiration ? typeof (n == null ? void 0 : n.expiration) == "string" ? n == null ? void 0 : n.expiration : `${(
|
|
66
|
+
const v = { ...D[_], ...u || {} }, s = (d) => v[d], w = E(() => {
|
|
67
|
+
var d, i;
|
|
68
|
+
return n != null && n.expiration ? typeof (n == null ? void 0 : n.expiration) == "string" ? n == null ? void 0 : n.expiration : `${(d = n == null ? void 0 : n.expiration) == null ? void 0 : d.month}/${(i = n == null ? void 0 : n.expiration) == null ? void 0 : i.year}` : "XX/XX";
|
|
69
69
|
}, [n == null ? void 0 : n.expiration]), x = () => {
|
|
70
|
-
const { bin:
|
|
71
|
-
return `${C}${
|
|
70
|
+
const { bin: d, range: i, checkDigit: p } = h, b = d.length <= 6, C = d.padStart(b ? 6 : 8, "0").slice(0, b ? 6 : 8), m = i.padStart(b ? 9 : 7, "0").slice(0, b ? 9 : 7);
|
|
71
|
+
return `${C}${m}${p || "X"}`;
|
|
72
72
|
}, k = () => {
|
|
73
|
-
const
|
|
74
|
-
!
|
|
73
|
+
const d = typeof h == "string", i = d ? h : x(), p = d ? N.isBIN6 : h.bin.length <= 6, b = /* @__PURE__ */ l("span", { className: a(e["number-section"], e["number-section--01"]), children: [
|
|
74
|
+
!t && /* @__PURE__ */ r(
|
|
75
75
|
"span",
|
|
76
76
|
{
|
|
77
77
|
className: a(e.helper, e["bin-number"], e["helper-bin-number"]),
|
|
78
|
-
children:
|
|
78
|
+
children: s`binNumber`
|
|
79
79
|
}
|
|
80
80
|
),
|
|
81
|
-
/* @__PURE__ */ r("span", { className: a(e["digit-wrapper"], !
|
|
82
|
-
/* @__PURE__ */ r("span", { className: a(e["digit-wrapper"], !
|
|
83
|
-
/* @__PURE__ */ r("span", { className: a(e["digit-wrapper"], !
|
|
84
|
-
/* @__PURE__ */ r("span", { className: a(e["digit-wrapper"], !
|
|
81
|
+
/* @__PURE__ */ r("span", { className: a(e["digit-wrapper"], !t && e["bin-number"]), children: i[0] }),
|
|
82
|
+
/* @__PURE__ */ r("span", { className: a(e["digit-wrapper"], !t && e["bin-number"]), children: i[1] }),
|
|
83
|
+
/* @__PURE__ */ r("span", { className: a(e["digit-wrapper"], !t && e["bin-number"]), children: i[2] }),
|
|
84
|
+
/* @__PURE__ */ r("span", { className: a(e["digit-wrapper"], !t && e["bin-number"]), children: i[3] })
|
|
85
85
|
] }), C = /* @__PURE__ */ l("span", { className: a(e["number-section"], e["number-section--02"]), children: [
|
|
86
|
-
/* @__PURE__ */ r("span", { className: a(e["digit-wrapper"], !
|
|
87
|
-
/* @__PURE__ */ r("span", { className: a(e["digit-wrapper"], !
|
|
86
|
+
/* @__PURE__ */ r("span", { className: a(e["digit-wrapper"], !t && e["bin-number"]), children: i[4] }),
|
|
87
|
+
/* @__PURE__ */ r("span", { className: a(e["digit-wrapper"], !t && e["bin-number"]), children: i[5] }),
|
|
88
88
|
/* @__PURE__ */ l(
|
|
89
89
|
"span",
|
|
90
90
|
{
|
|
91
91
|
className: a(
|
|
92
92
|
e["digit-wrapper"],
|
|
93
|
-
!
|
|
93
|
+
!t && (p ? e["bin-range"] : e["bin-number"])
|
|
94
94
|
),
|
|
95
95
|
children: [
|
|
96
|
-
|
|
96
|
+
p && !t && /* @__PURE__ */ r(
|
|
97
97
|
"span",
|
|
98
98
|
{
|
|
99
99
|
className: a(e.helper, e["bin-range"], e["helper-bin-range"]),
|
|
100
|
-
children:
|
|
100
|
+
children: s`binRange`
|
|
101
101
|
}
|
|
102
102
|
),
|
|
103
103
|
i[6]
|
|
@@ -109,48 +109,48 @@ import '../../assets/BankCard.css';const M = (n) => /* @__PURE__ */ t.createElem
|
|
|
109
109
|
{
|
|
110
110
|
className: a(
|
|
111
111
|
e["digit-wrapper"],
|
|
112
|
-
!
|
|
112
|
+
!t && (p ? e["bin-range"] : e["bin-number"])
|
|
113
113
|
),
|
|
114
114
|
children: i[7]
|
|
115
115
|
}
|
|
116
116
|
)
|
|
117
|
-
] }),
|
|
118
|
-
!
|
|
119
|
-
/* @__PURE__ */ r("span", { className: a(e["digit-wrapper"], !
|
|
120
|
-
/* @__PURE__ */ r("span", { className: a(e["digit-wrapper"], !
|
|
121
|
-
/* @__PURE__ */ r("span", { className: a(e["digit-wrapper"], !
|
|
122
|
-
/* @__PURE__ */ r("span", { className: a(e["digit-wrapper"], !
|
|
117
|
+
] }), m = /* @__PURE__ */ l("span", { className: a(e["number-section"], e["number-section--03"]), children: [
|
|
118
|
+
!p && !t && /* @__PURE__ */ r("span", { className: a(e.helper, e["bin-range"], e["helper-bin-range"]), children: s`binRange` }),
|
|
119
|
+
/* @__PURE__ */ r("span", { className: a(e["digit-wrapper"], !t && e["bin-range"]), children: i[8] }),
|
|
120
|
+
/* @__PURE__ */ r("span", { className: a(e["digit-wrapper"], !t && e["bin-range"]), children: i[9] }),
|
|
121
|
+
/* @__PURE__ */ r("span", { className: a(e["digit-wrapper"], !t && e["bin-range"]), children: i[10] }),
|
|
122
|
+
/* @__PURE__ */ r("span", { className: a(e["digit-wrapper"], !t && e["bin-range"]), children: i[11] })
|
|
123
123
|
] }), L = /* @__PURE__ */ l("span", { className: a(e["number-section"], e["number-section--04"]), children: [
|
|
124
|
-
/* @__PURE__ */ r("span", { className: a(e["digit-wrapper"], !
|
|
125
|
-
/* @__PURE__ */ r("span", { className: a(e["digit-wrapper"], !
|
|
126
|
-
/* @__PURE__ */ r("span", { className: a(e["digit-wrapper"], !
|
|
127
|
-
/* @__PURE__ */ l("span", { className: a(e["digit-wrapper"], !
|
|
128
|
-
!
|
|
124
|
+
/* @__PURE__ */ r("span", { className: a(e["digit-wrapper"], !t && e["bin-range"]), children: i[12] }),
|
|
125
|
+
/* @__PURE__ */ r("span", { className: a(e["digit-wrapper"], !t && e["bin-range"]), children: i[13] }),
|
|
126
|
+
/* @__PURE__ */ r("span", { className: a(e["digit-wrapper"], !t && e["bin-range"]), children: i[14] }),
|
|
127
|
+
/* @__PURE__ */ l("span", { className: a(e["digit-wrapper"], !t && e["check-digit"]), children: [
|
|
128
|
+
!t && /* @__PURE__ */ r(
|
|
129
129
|
"span",
|
|
130
130
|
{
|
|
131
131
|
className: a(e.helper, e["check-digit"], e["helper-check-digit"]),
|
|
132
|
-
children:
|
|
132
|
+
children: s`checkDigit`
|
|
133
133
|
}
|
|
134
134
|
),
|
|
135
135
|
i[15]
|
|
136
136
|
] })
|
|
137
137
|
] });
|
|
138
|
-
return [
|
|
138
|
+
return [b, C, m, L];
|
|
139
139
|
};
|
|
140
140
|
return /* @__PURE__ */ r("div", { className: e["bank-card-wrapper"], children: /* @__PURE__ */ l("div", { className: a(e["bank-card"], o, g && e[`highlight-${g}`]), children: [
|
|
141
141
|
/* @__PURE__ */ r("div", { className: e["logo-wrapper"], children: /* @__PURE__ */ r(M, {}) }),
|
|
142
142
|
/* @__PURE__ */ r("div", { className: e["numbers-wrapper"], children: k() }),
|
|
143
143
|
/* @__PURE__ */ l("div", { className: e["info-wrapper"], children: [
|
|
144
144
|
/* @__PURE__ */ l("div", { className: e.info, children: [
|
|
145
|
-
/* @__PURE__ */ r("div", { className: e.label, children:
|
|
145
|
+
/* @__PURE__ */ r("div", { className: e.label, children: s`name` }),
|
|
146
146
|
/* @__PURE__ */ r("div", { className: e.value, children: (n == null ? void 0 : n.name) || "Xxxxx X Xxxx" })
|
|
147
147
|
] }),
|
|
148
148
|
/* @__PURE__ */ l("div", { className: e.info, children: [
|
|
149
|
-
/* @__PURE__ */ r("div", { className: e.label, children:
|
|
149
|
+
/* @__PURE__ */ r("div", { className: e.label, children: s`cvv` }),
|
|
150
150
|
/* @__PURE__ */ r("div", { className: e.value, children: (n == null ? void 0 : n.cvv) || "123" })
|
|
151
151
|
] }),
|
|
152
152
|
/* @__PURE__ */ l("div", { className: e.info, children: [
|
|
153
|
-
/* @__PURE__ */ r("div", { className: e.label, children:
|
|
153
|
+
/* @__PURE__ */ r("div", { className: e.label, children: s`expiration` }),
|
|
154
154
|
/* @__PURE__ */ r("div", { className: e.value, children: w })
|
|
155
155
|
] })
|
|
156
156
|
] })
|
|
@@ -2,7 +2,9 @@ import { Either } from '../../types/helpers';
|
|
|
2
2
|
import { ButtonOwnProps as MUIButtonBaseProps } from '@mui/base';
|
|
3
3
|
import { ReactNode } from 'react';
|
|
4
4
|
|
|
5
|
-
type Variant = 'primary' | '
|
|
5
|
+
type Variant = 'primary' | 'default' | 'dashed' | 'text' | 'link' | 'quick' | 'secondary';
|
|
6
|
+
type ButtonSize = 'large' | 'medium' | 'small';
|
|
7
|
+
type ButtonShape = 'round' | 'square';
|
|
6
8
|
type ButtonCoreProps = {
|
|
7
9
|
/** Button to display and act in a loading state */
|
|
8
10
|
loading?: boolean;
|
|
@@ -14,6 +16,12 @@ type ButtonCoreProps = {
|
|
|
14
16
|
children: ReactNode;
|
|
15
17
|
/** alternative style to use*/
|
|
16
18
|
variant?: Variant;
|
|
19
|
+
/** alternative shape to use */
|
|
20
|
+
shape?: ButtonShape;
|
|
21
|
+
/** alternative style to use*/
|
|
22
|
+
size?: ButtonSize;
|
|
23
|
+
/** set danger button */
|
|
24
|
+
danger?: boolean;
|
|
17
25
|
/** mui base button props */
|
|
18
26
|
muiButtonBaseProps?: MUIButtonBaseProps;
|
|
19
27
|
/** Id to be applied as `data-testid` on the container element */
|