@pismo/marola 1.0.29 → 1.1.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/Dialog.module-BFRHcF1J.js +2 -1
- package/dist/Group-ZXteFV4M.js +2 -1
- package/dist/Popover.module-B4boCutS.js +2 -1
- package/dist/SelectButton-B38avP9u.js +2 -1
- package/dist/Tabs.module-BNRwj3Z0.js +2 -1
- package/dist/Toggle-BuZjueQ7.js +2 -1
- package/dist/assets/Button.css +1 -1
- package/dist/components/Adornment/Adornment.js +2 -1
- package/dist/components/Advice/Advice.js +2 -1
- package/dist/components/Alert/Alert.js +2 -1
- package/dist/components/Autocomplete/Autocomplete.js +2 -1
- package/dist/components/Avatar/Avatar.js +2 -1
- package/dist/components/BankCard/BankCard.js +2 -1
- package/dist/components/Button/Button.d.ts +9 -1
- package/dist/components/Button/Button.js +83 -58
- 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 +2 -1
- package/dist/components/Checkbox/Checkbox.js +2 -1
- package/dist/components/Chip/Chip.stories.d.ts +1 -1
- package/dist/components/ConfirmationDialog/ConfirmationDialog.stories.d.ts +1 -1
- package/dist/components/Description/Description.js +2 -1
- package/dist/components/Dialog/Dialog.stories.d.ts +1 -1
- package/dist/components/EllipsisTooltip/EllipsisTooltip.js +2 -1
- package/dist/components/EllipsisTooltip/EllipsisTooltip.stories.d.ts +1 -1
- package/dist/components/IconButton/IconButton.js +2 -1
- package/dist/components/Input/Input.js +2 -1
- package/dist/components/InputSearch/InputSearch.js +2 -1
- package/dist/components/LoadingSpinner/LoadingSpinner.js +2 -1
- package/dist/components/LoadingSpinner/LoadingSpinner.stories.d.ts +1 -1
- package/dist/components/PageHeader/PageHeader.js +2 -1
- package/dist/components/Pagination/Pagination.js +2 -1
- package/dist/components/Popover/Popover.stories.d.ts +1 -1
- package/dist/components/RadioButton/RadioButton.js +2 -1
- package/dist/components/ResultWithChips/ResultWithChips.js +2 -1
- package/dist/components/Skeleton/Skeleton.js +2 -1
- package/dist/components/Snackbar/Snackbar.js +2 -1
- package/dist/components/Snackbar/Snackbar.stories.d.ts +1 -1
- package/dist/components/SortTooltip/SortTooltip.js +2 -1
- package/dist/components/Stepper/Stepper.js +2 -1
- package/dist/components/StepperNavigator/StepperNavigator.js +2 -1
- package/dist/components/Table/Table.js +2 -1
- package/dist/components/Tag/Tag.js +2 -1
- package/dist/components/TextDisplay/TextDisplay.js +2 -1
- package/dist/components/Toggle/Toggle.js +2 -1
- package/dist/components/ToggleGroup/ToggleGroup.stories.d.ts +1 -1
- package/dist/components/Tooltip/Tooltip.js +2 -1
- package/dist/components/Tooltip/Tooltip.stories.d.ts +1 -1
- package/dist/components/TransactionRow/TransactionRow.js +2 -1
- package/dist/components/Typography/Typography.js +2 -1
- package/dist/components/Typography/Typography.stories.d.ts +1 -1
- package/dist/contexts/SnackbarProvider/SnackbarProvider.stories.d.ts +1 -1
- package/dist/marola.css +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import './assets/Dialog.css';
|
|
1
|
+
import './assets/Dialog.css';
|
|
2
|
+
const _ = "_dialog_1rdt4_78", t = "_dialog__backdrop_1rdt4_88", a = "_dialog__panel_1rdt4_96", o = "_dialog__title_1rdt4_113", r = "_dialog__subtitle_1rdt4_119", p = "_dialog__divider_1rdt4_122", d = "_dialog__actions_1rdt4_137", y = {
|
|
2
3
|
"u-typography-h1": "_u-typography-h1_1rdt4_1",
|
|
3
4
|
"u-typography-h2": "_u-typography-h2_1rdt4_8",
|
|
4
5
|
"u-typography-h3": "_u-typography-h3_1rdt4_15",
|
package/dist/Group-ZXteFV4M.js
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import './assets/Group.css';
|
|
1
2
|
import { jsxs as l, jsx as o } from "react/jsx-runtime";
|
|
2
3
|
import { forwardRef as n } from "react";
|
|
3
4
|
import { c as m } from "./clsx-DB4S2d7J.js";
|
|
4
5
|
import { Icon as u } from "./components/Icon/Icon.js";
|
|
5
6
|
import { Typography as c } from "./components/Typography/Typography.js";
|
|
6
|
-
|
|
7
|
+
const p = "_toggle__input_hu6m0_1", h = "_toggle__label_hu6m0_11", t = {
|
|
7
8
|
toggle__input: p,
|
|
8
9
|
toggle__label: h,
|
|
9
10
|
"toggle__label--selected": "_toggle__label--selected_hu6m0_21",
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import './assets/SelectButton.css';
|
|
1
2
|
import { jsxs as l, jsx as e } from "react/jsx-runtime";
|
|
2
3
|
import { forwardRef as g } from "react";
|
|
3
4
|
import { c as d } from "./clsx-DB4S2d7J.js";
|
|
4
5
|
import { Icon as p } from "./components/Icon/Icon.js";
|
|
5
6
|
import { Typography as b } from "./components/Typography/Typography.js";
|
|
6
|
-
|
|
7
|
+
const q = "_select__listbox__option__text_1abqy_65", x = "_select__wrapper_1abqy_78", m = "_select__label_1abqy_84", f = "_select_1abqy_57", w = "_select__popup_1abqy_99", v = "_select__listbox_1abqy_65", S = "_select__listbox__option_1abqy_65", k = "_select__listbox__option__icon_1abqy_129", t = {
|
|
7
8
|
"u-typography-h1": "_u-typography-h1_1abqy_1",
|
|
8
9
|
"u-typography-h2": "_u-typography-h2_1abqy_8",
|
|
9
10
|
"u-typography-h3": "_u-typography-h3_1abqy_15",
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import './assets/Tabs.css';
|
|
1
2
|
import * as _ from "react";
|
|
2
|
-
|
|
3
|
+
const a = /* @__PURE__ */ _.createContext(null);
|
|
3
4
|
process.env.NODE_ENV !== "production" && (a.displayName = "TabsContext");
|
|
4
5
|
function e() {
|
|
5
6
|
const t = _.useContext(a);
|
package/dist/Toggle-BuZjueQ7.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import './assets/Toggle2.css';
|
|
1
2
|
import { jsx as i, jsxs as k } from "react/jsx-runtime";
|
|
2
3
|
import { forwardRef as u } from "react";
|
|
3
4
|
import { c as l } from "./clsx-DB4S2d7J.js";
|
|
@@ -18,7 +19,7 @@ import "./components/Tabs/Tabs.js";
|
|
|
18
19
|
import { s as y } from "./Group-ZXteFV4M.js";
|
|
19
20
|
import "./contexts/SnackbarProvider/SnackbarProvider.js";
|
|
20
21
|
import { B as x } from "./Button-BAljjMv3.js";
|
|
21
|
-
|
|
22
|
+
const I = "_chip_1wvod_61", P = "_chip__adornment_1wvod_116", z = "_chip__remove_1wvod_121", n = {
|
|
22
23
|
"u-typography-h1": "_u-typography-h1_1wvod_1",
|
|
23
24
|
"u-typography-h2": "_u-typography-h2_1wvod_8",
|
|
24
25
|
"u-typography-h3": "_u-typography-h3_1wvod_15",
|
package/dist/assets/Button.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._u-typography-
|
|
1
|
+
._u-typography-h1_531rm_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_531rm_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_531rm_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_531rm_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_531rm_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_531rm_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_531rm_43,._button_531rm_43{margin:0;font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_531rm_49{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_531rm_53{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_531rm_57,._button--large_531rm_57{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_531rm_61{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_531rm_65{font-weight:var(--base-bold)}._u-typography-base--strikethrough_531rm_68{text-decoration:line-through}._u-typography-base--underlined_531rm_71{text-decoration:underline}._u-typography-base--strikethrough-underlined_531rm_74{text-decoration:underline line-through}._button_531rm_43{display:flex;align-items:center;justify-content:center;height:32px;padding:0 15px;font-weight:700;cursor:pointer;border:none;border-radius:6px}._button--large_531rm_57{height:40px}._button--small_531rm_92{height:24px}._button--round_531rm_95{border-radius:9999px}._button--primary_531rm_98{color:var(--white-100);background-color:var(--colors-brand-primary-color-primary);border:1px solid var(--colors-brand-primary-color-primary)}._button--primary_531rm_98:hover{background-color:var(--colors-brand-primary-color-primary-border-hover);border:1px solid var(--colors-brand-primary-color-primary-border-hover)}._button--primary_531rm_98:active{background-color:var(--colors-brand-primary-color-primary-active);border:1px solid var(--colors-brand-primary-color-primary-active)}._button--primary_531rm_98: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_531rm_117{background-color:var(--colors-brand-error-color-error);border:1px solid var(--colors-brand-error-color-error)}._button--primary--danger_531rm_117:hover{background-color:var(--colors-brand-error-color-error-hover);border:1px solid var(--colors-brand-error-color-error-hover)}._button--primary--danger_531rm_117:active{background-color:var(--colors-brand-error-color-error-active);border:1px solid var(--colors-brand-error-color-error-active)}._button--default_531rm_129{color:var(--colors-neutral-text-color-text);background-color:var(--white-100);border:1px solid var(--colors-neutral-border-color-border)}._button--default_531rm_129: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_531rm_129:active{color:var(--colors-brand-primary-color-primary-active);background-color:initial;border:1px solid var(--colors-brand-primary-color-primary-active)}._button--default_531rm_129: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_531rm_150{color:var(--colors-brand-error-color-error);border:1px solid var(--colors-brand-error-color-error)}._button--default--danger_531rm_150:hover{color:var(--colors-brand-error-color-error-hover);border:1px solid var(--colors-brand-error-color-error-hover)}._button--default--danger_531rm_150:active{color:var(--colors-brand-error-color-error-active);border:1px solid var(--colors-brand-error-color-error-active)}._button--dashed_531rm_162{color:var(--colors-neutral-text-color-text);background-color:var(--white-100);border:1px dashed var(--colors-neutral-border-color-border)}._button--dashed_531rm_162: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_531rm_162:active{color:var(--colors-brand-primary-color-primary-active);background-color:initial;border:1px dashed var(--colors-brand-primary-color-primary-active)}._button--dashed_531rm_162: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_531rm_183{color:var(--colors-brand-error-color-error);border:1px dashed var(--colors-brand-error-color-error)}._button--dashed--danger_531rm_183:hover{color:var(--colors-brand-error-color-error-hover);border:1px dashed var(--colors-brand-error-color-error-hover)}._button--dashed--danger_531rm_183:active{color:var(--colors-brand-error-color-error-active);border:1px dashed var(--colors-brand-error-color-error-active)}._button--link_531rm_195{color:var(--colors-base-blue-6);background-color:transparent;border:none}._button--link_531rm_195:hover{color:var(--colors-brand-primary-color-primary-border-hover)}._button--link_531rm_195:active{color:var(--accent-light);background-color:initial}._button--link_531rm_195:disabled{color:var(--colors-neutral-text-color-text-quaternary);cursor:default;background-color:initial}._button--link--danger_531rm_212{color:var(--colors-brand-error-color-error);background-color:transparent}._button--link--danger_531rm_212:hover{color:var(--colors-brand-error-color-error-hover)}._button--link--danger_531rm_212:active{color:var(--colors-brand-error-color-error-active)}._button--text_531rm_222{color:var(--colors-neutral-text-color-text);background-color:transparent}._button--text_531rm_222:hover{background-color:rgb(var(--black-100-rgb),.06)}._button--text_531rm_222:active{color:var(--colors-neutral-text-color-text);background-color:rgb(var(--black-100-rgb),.15)}._button--text_531rm_222:disabled{color:var(--colors-neutral-text-color-text-quaternary);cursor:default;background-color:initial}._button--text--danger_531rm_238{color:var(--colors-brand-error-color-error);background-color:transparent;border:1px solid transparent}._button--text--danger_531rm_238: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_531rm_238: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_531rm_253{color:var(--accent);background-color:var(--white-100)}._button--secondary_531rm_253:hover{color:var(--accent-dark);background-color:var(--gray-5)}._button--secondary_531rm_253:active{color:var(--accent-light);background-color:initial}._button--secondary_531rm_253:disabled{color:var(--black-25);cursor:default;background-color:initial}._button--quick_531rm_270{height:2rem;padding:0 1rem;color:var(--accent);background-color:rgb(var(--accent-rgb),.05);border-radius:6px}._button--quick_531rm_270:hover{color:var(--accent-dark);background-color:rgb(var(--accent-rgb),.1)}._button--quick_531rm_270:active{color:var(--accent-light);background-color:rgb(var(--accent-rgb),.05)}._button--quick_531rm_270:disabled{color:var(--gray-50);cursor:default;background-color:var(--gray-10)}._button__loading-container_531rm_290{display:flex;gap:8px;align-items:center}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import '../../assets/Adornment.css';
|
|
1
2
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
3
|
import { c } from "../../clsx-DB4S2d7J.js";
|
|
3
4
|
import { Icon as d } from "../Icon/Icon.js";
|
|
4
|
-
|
|
5
|
+
const l = "_adornment_1bwrg_1", i = {
|
|
5
6
|
adornment: l
|
|
6
7
|
}, g = (t) => {
|
|
7
8
|
const e = c(t.className), { disabled: a, icon: m } = t, o = a ? "rgb(var(--gray-95-rgb), 0.4)" : t == null ? void 0 : t.color;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import '../../assets/Advice.css';
|
|
1
2
|
import { jsxs as _, jsx as r } from "react/jsx-runtime";
|
|
2
3
|
import { c as g } from "../../clsx-DB4S2d7J.js";
|
|
3
4
|
import { Icon as h } from "../Icon/Icon.js";
|
|
4
5
|
import { Typography as m } from "../Typography/Typography.js";
|
|
5
|
-
|
|
6
|
+
const x = "_advice_1wls4_1", f = "_advice__texts_1wls4_8", u = "_advice__content_1wls4_14", c = {
|
|
6
7
|
advice: x,
|
|
7
8
|
advice__texts: f,
|
|
8
9
|
advice__content: u
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import '../../assets/Alert.css';
|
|
1
2
|
import { jsxs as p, jsx as a } from "react/jsx-runtime";
|
|
2
3
|
import { c as y } from "../../clsx-DB4S2d7J.js";
|
|
3
4
|
import { Icon as s } from "../Icon/Icon.js";
|
|
4
|
-
|
|
5
|
+
const h = "_container_1043z_78", t = {
|
|
5
6
|
"u-typography-h1": "_u-typography-h1_1043z_1",
|
|
6
7
|
"u-typography-h2": "_u-typography-h2_1043z_8",
|
|
7
8
|
"u-typography-h3": "_u-typography-h3_1043z_15",
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import '../../assets/Autocomplete.css';
|
|
1
2
|
import { jsx as le, jsxs as lt } from "react/jsx-runtime";
|
|
2
3
|
import * as h from "react";
|
|
3
4
|
import { useId as at, useState as ut, createElement as ct } from "react";
|
|
@@ -7,7 +8,7 @@ import { b as je, s as dt } from "../../useSlotProps-C_I1kEHr.js";
|
|
|
7
8
|
import { u as gt } from "../../useId-BW-oWmul.js";
|
|
8
9
|
import { u as _e } from "../../useControlled-CCMYYdCM.js";
|
|
9
10
|
import { u as ae } from "../../useEventCallback-BAQJJ3ye.js";
|
|
10
|
-
|
|
11
|
+
const ht = (c) => {
|
|
11
12
|
const b = h.useRef({});
|
|
12
13
|
return h.useEffect(() => {
|
|
13
14
|
b.current = c;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import '../../assets/Avatar.css';
|
|
1
2
|
import { jsxs as v, jsx as _ } from "react/jsx-runtime";
|
|
2
3
|
import { forwardRef as c, useMemo as l } from "react";
|
|
3
4
|
import { c as f } from "../../clsx-DB4S2d7J.js";
|
|
4
|
-
|
|
5
|
+
const n = "_avatar_fk6lm_57", d = "_avatar__icon_fk6lm_108", k = "_avatar__image_fk6lm_108", b = "_avatar__text_fk6lm_108", t = {
|
|
5
6
|
"u-typography-h1": "_u-typography-h1_fk6lm_1",
|
|
6
7
|
"u-typography-h2": "_u-typography-h2_fk6lm_8",
|
|
7
8
|
"u-typography-h3": "_u-typography-h3_fk6lm_15",
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import '../../assets/BankCard.css';
|
|
1
2
|
import { jsx as r, jsxs as l } from "react/jsx-runtime";
|
|
2
3
|
import * as t from "react";
|
|
3
4
|
import { useMemo as E } from "react";
|
|
4
5
|
import { c as a } from "../../clsx-DB4S2d7J.js";
|
|
5
|
-
|
|
6
|
+
const M = (n) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 73, height: 17, viewBox: "0 0 73 17", fill: "none", style: {
|
|
6
7
|
fill: "currentcolor"
|
|
7
8
|
}, ...n }, /* @__PURE__ */ t.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__ */ t.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__ */ t.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__ */ t.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__ */ t.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__ */ t.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__ */ t.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__ */ t.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__ */ t.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__ */ t.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__ */ t.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_1hmne_26", Z = "_info_1hmne_79", R = "_label_1hmne_93", X = "_value_1hmne_97", e = {
|
|
8
9
|
"bank-card": "_bank-card_1hmne_1",
|
|
@@ -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 */
|
|
@@ -1,66 +1,91 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import
|
|
7
|
-
|
|
8
|
-
"u-typography-
|
|
9
|
-
"u-typography-
|
|
10
|
-
"u-typography-
|
|
11
|
-
"u-typography-
|
|
12
|
-
"u-typography-
|
|
13
|
-
"u-typography-
|
|
14
|
-
"u-typography-base
|
|
15
|
-
|
|
16
|
-
"u-typography-base--
|
|
17
|
-
|
|
18
|
-
"u-typography-base--
|
|
19
|
-
"
|
|
20
|
-
"u-typography-base--
|
|
21
|
-
"u-typography-base--
|
|
22
|
-
"u-typography-base--strikethrough
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"button--
|
|
26
|
-
"
|
|
27
|
-
|
|
1
|
+
import '../../assets/Button.css';
|
|
2
|
+
import { jsx as e, jsxs as f } from "react/jsx-runtime";
|
|
3
|
+
import { forwardRef as k, useMemo as x } from "react";
|
|
4
|
+
import { c as q } from "../../clsx-DB4S2d7J.js";
|
|
5
|
+
import { LoadingSpinner as B } from "../LoadingSpinner/LoadingSpinner.js";
|
|
6
|
+
import { B as $ } from "../../Button-BAljjMv3.js";
|
|
7
|
+
const v = "_button_531rm_43", r = {
|
|
8
|
+
"u-typography-h1": "_u-typography-h1_531rm_1",
|
|
9
|
+
"u-typography-h2": "_u-typography-h2_531rm_8",
|
|
10
|
+
"u-typography-h3": "_u-typography-h3_531rm_15",
|
|
11
|
+
"u-typography-h4": "_u-typography-h4_531rm_22",
|
|
12
|
+
"u-typography-h5": "_u-typography-h5_531rm_29",
|
|
13
|
+
"u-typography-h6": "_u-typography-h6_531rm_36",
|
|
14
|
+
"u-typography-base": "_u-typography-base_531rm_43",
|
|
15
|
+
button: v,
|
|
16
|
+
"u-typography-base--xxl": "_u-typography-base--xxl_531rm_49",
|
|
17
|
+
"u-typography-base--xl": "_u-typography-base--xl_531rm_53",
|
|
18
|
+
"u-typography-base--lg": "_u-typography-base--lg_531rm_57",
|
|
19
|
+
"button--large": "_button--large_531rm_57",
|
|
20
|
+
"u-typography-base--sm": "_u-typography-base--sm_531rm_61",
|
|
21
|
+
"u-typography-base--bold": "_u-typography-base--bold_531rm_65",
|
|
22
|
+
"u-typography-base--strikethrough": "_u-typography-base--strikethrough_531rm_68",
|
|
23
|
+
"u-typography-base--underlined": "_u-typography-base--underlined_531rm_71",
|
|
24
|
+
"u-typography-base--strikethrough-underlined": "_u-typography-base--strikethrough-underlined_531rm_74",
|
|
25
|
+
"button--small": "_button--small_531rm_92",
|
|
26
|
+
"button--round": "_button--round_531rm_95",
|
|
27
|
+
"button--primary": "_button--primary_531rm_98",
|
|
28
|
+
"button--primary--danger": "_button--primary--danger_531rm_117",
|
|
29
|
+
"button--default": "_button--default_531rm_129",
|
|
30
|
+
"button--default--danger": "_button--default--danger_531rm_150",
|
|
31
|
+
"button--dashed": "_button--dashed_531rm_162",
|
|
32
|
+
"button--dashed--danger": "_button--dashed--danger_531rm_183",
|
|
33
|
+
"button--link": "_button--link_531rm_195",
|
|
34
|
+
"button--link--danger": "_button--link--danger_531rm_212",
|
|
35
|
+
"button--text": "_button--text_531rm_222",
|
|
36
|
+
"button--text--danger": "_button--text--danger_531rm_238",
|
|
37
|
+
"button--secondary": "_button--secondary_531rm_253",
|
|
38
|
+
"button--quick": "_button--quick_531rm_270",
|
|
39
|
+
"button__loading-container": "_button__loading-container_531rm_290"
|
|
40
|
+
}, w = k((p, s) => {
|
|
28
41
|
const {
|
|
29
|
-
onClick:
|
|
30
|
-
link:
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
className:
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
"
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
42
|
+
onClick: y,
|
|
43
|
+
link: d,
|
|
44
|
+
children: o,
|
|
45
|
+
type: b = "button",
|
|
46
|
+
disabled: m,
|
|
47
|
+
loading: h,
|
|
48
|
+
className: a,
|
|
49
|
+
size: n = "medium",
|
|
50
|
+
variant: t = "default",
|
|
51
|
+
shape: u = "square",
|
|
52
|
+
danger: _,
|
|
53
|
+
muiButtonBaseProps: g,
|
|
54
|
+
"data-testid": i
|
|
55
|
+
} = p, l = {
|
|
56
|
+
invert: t !== "primary"
|
|
57
|
+
};
|
|
58
|
+
(t === "quick" || t === "secondary") && (u !== "square" || n !== "medium" || _) && console.error("Secondary and Quick variants do not support shape, size or danger props");
|
|
59
|
+
const c = x(
|
|
60
|
+
() => q([
|
|
61
|
+
r.button,
|
|
62
|
+
r[`button--${t}`],
|
|
63
|
+
r[`button--${n}`],
|
|
64
|
+
r[`button--${u}`],
|
|
65
|
+
_ && r[`button--${t}--danger`],
|
|
66
|
+
a
|
|
67
|
+
]),
|
|
68
|
+
[a, t]
|
|
44
69
|
);
|
|
45
|
-
return /* @__PURE__ */
|
|
46
|
-
|
|
70
|
+
return /* @__PURE__ */ e(
|
|
71
|
+
$,
|
|
47
72
|
{
|
|
48
|
-
type:
|
|
49
|
-
href:
|
|
50
|
-
onClick:
|
|
51
|
-
disabled:
|
|
52
|
-
className:
|
|
53
|
-
ref:
|
|
54
|
-
"data-testid":
|
|
55
|
-
...
|
|
56
|
-
children:
|
|
57
|
-
/* @__PURE__ */
|
|
58
|
-
|
|
59
|
-
] }) :
|
|
73
|
+
type: b,
|
|
74
|
+
href: d,
|
|
75
|
+
onClick: y,
|
|
76
|
+
disabled: m,
|
|
77
|
+
className: c,
|
|
78
|
+
ref: s,
|
|
79
|
+
"data-testid": i,
|
|
80
|
+
...g ?? {},
|
|
81
|
+
children: h ? /* @__PURE__ */ f("div", { className: r["button__loading-container"], children: [
|
|
82
|
+
/* @__PURE__ */ e(B, { ...l }),
|
|
83
|
+
o
|
|
84
|
+
] }) : o
|
|
60
85
|
}
|
|
61
86
|
);
|
|
62
87
|
});
|
|
63
88
|
export {
|
|
64
|
-
|
|
65
|
-
|
|
89
|
+
w as Button,
|
|
90
|
+
w as default
|
|
66
91
|
};
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import { ButtonProps } from '../../main';
|
|
1
2
|
import { StoryObj } from '@storybook/react';
|
|
2
3
|
|
|
3
4
|
declare const meta: {
|
|
4
5
|
title: string;
|
|
5
|
-
component: import('react').ForwardRefExoticComponent<
|
|
6
|
+
component: import('react').ForwardRefExoticComponent<ButtonProps & import('react').RefAttributes<HTMLButtonElement>>;
|
|
6
7
|
tags: string[];
|
|
7
8
|
parameters: {
|
|
8
9
|
layout: string;
|
|
@@ -11,8 +12,15 @@ declare const meta: {
|
|
|
11
12
|
export default meta;
|
|
12
13
|
type Story = StoryObj<typeof meta>;
|
|
13
14
|
export declare const Primary: Story;
|
|
14
|
-
export declare const
|
|
15
|
-
export declare const
|
|
16
|
-
export declare const
|
|
15
|
+
export declare const Default: Story;
|
|
16
|
+
export declare const Dashed: Story;
|
|
17
|
+
export declare const Text: Story;
|
|
18
|
+
export declare const Link: Story;
|
|
17
19
|
export declare const Quick: Story;
|
|
18
|
-
export declare const
|
|
20
|
+
export declare const Secondary: Story;
|
|
21
|
+
export declare const Danger: Story;
|
|
22
|
+
export declare const Disabled: Story;
|
|
23
|
+
export declare const WithIcon: Story;
|
|
24
|
+
export declare const WithIconDanger: Story;
|
|
25
|
+
export declare const WithAction: Story;
|
|
26
|
+
export declare const Loading: Story;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import '../../assets/Calendar.css';
|
|
1
2
|
import { jsx as s, jsxs as k } from "react/jsx-runtime";
|
|
2
3
|
import { c as v } from "../../clsx-DB4S2d7J.js";
|
|
3
|
-
|
|
4
|
+
const _ = {
|
|
4
5
|
"calendar-wrapper": "_calendar-wrapper_1ku17_1",
|
|
5
6
|
"mode-view": "_mode-view_1ku17_1",
|
|
6
7
|
"calendar-day": "_calendar-day_1ku17_7",
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import '../../assets/Checkbox.css';
|
|
1
2
|
import { jsxs as w, jsx as c } from "react/jsx-runtime";
|
|
2
3
|
import * as l from "react";
|
|
3
4
|
import { useState as k, useEffect as i } from "react";
|
|
4
5
|
import { c as _ } from "../../clsx-DB4S2d7J.js";
|
|
5
|
-
|
|
6
|
+
const v = (a) => /* @__PURE__ */ l.createElement("svg", { width: 14, height: 10, viewBox: "0 0 14 10", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...a }, /* @__PURE__ */ l.createElement("path", { d: "M13.7063 0.293438C14.0969 0.684062 14.0969 1.31531 13.7063 1.70594L5.70625 9.70594C5.31563 10.0966 4.68437 10.0966 4.29375 9.70594L0.292875 5.70594C-0.097625 5.31531 -0.097625 4.68406 0.292875 4.29344C0.683437 3.90281 1.31656 3.90281 1.70719 4.29344L4.97188 7.58406L12.2937 0.293438C12.6844 -0.0978125 13.3156 -0.0978125 13.7063 0.293438Z", fill: "#F7F7FC" })), N = "_label_xqg5n_65", z = "_checkmark_xqg5n_94", e = {
|
|
6
7
|
"u-typography-h1": "_u-typography-h1_xqg5n_1",
|
|
7
8
|
"u-typography-h2": "_u-typography-h2_xqg5n_8",
|
|
8
9
|
"u-typography-h3": "_u-typography-h3_xqg5n_15",
|
|
@@ -4,7 +4,7 @@ declare const meta: {
|
|
|
4
4
|
title: string;
|
|
5
5
|
component: import('react').ForwardRefExoticComponent<import('./Chip').ChipProps & import('react').RefAttributes<unknown>>;
|
|
6
6
|
tags: string[];
|
|
7
|
-
decorators: ((Story: import('@storybook/
|
|
7
|
+
decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
|
|
8
8
|
label: import('react').ReactNode;
|
|
9
9
|
loading?: boolean | undefined;
|
|
10
10
|
leftAdornment?: import('../Adornment/Adornment').AdornmentProps | undefined;
|
|
@@ -5,7 +5,7 @@ declare const meta: {
|
|
|
5
5
|
title: string;
|
|
6
6
|
component: ({ open, onClose, title, subtitle, content, cancelAction, confirmAction, confirmLabel, cancelLabel, }: ConfirmationDialogProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
tags: string[];
|
|
8
|
-
decorators: ((Story: import('@storybook/
|
|
8
|
+
decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
|
|
9
9
|
open: boolean;
|
|
10
10
|
onClose: () => void;
|
|
11
11
|
title?: import('react').ReactNode;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import '../../assets/Description.css';
|
|
1
2
|
import { jsxs as u, jsx as t } from "react/jsx-runtime";
|
|
2
3
|
import { c as g } from "../../clsx-DB4S2d7J.js";
|
|
3
4
|
import { Skeleton as y } from "../Skeleton/Skeleton.js";
|
|
4
5
|
import { Typography as _ } from "../Typography/Typography.js";
|
|
5
|
-
|
|
6
|
+
const l = "_container_he0z3_78", a = {
|
|
6
7
|
"u-typography-h1": "_u-typography-h1_he0z3_1",
|
|
7
8
|
"u-typography-h2": "_u-typography-h2_he0z3_8",
|
|
8
9
|
"u-typography-h3": "_u-typography-h3_he0z3_15",
|
|
@@ -10,7 +10,7 @@ declare const meta: {
|
|
|
10
10
|
Actions: import('react').FunctionComponent<import('./Actions').DialogActionProps>;
|
|
11
11
|
};
|
|
12
12
|
tags: string[];
|
|
13
|
-
decorators: ((Story: import('@storybook/
|
|
13
|
+
decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
|
|
14
14
|
color?: string | undefined;
|
|
15
15
|
ref?: ((instance: HTMLDivElement | null) => void) | import('react').RefObject<HTMLDivElement> | null | undefined;
|
|
16
16
|
children: import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>> & import('react').ReactElement<unknown, string | import('react').JSXElementConstructor<unknown>>;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import '../../assets/EllipsisTooltip.css';
|
|
1
2
|
import { jsx as s, jsxs as d, Fragment as f } from "react/jsx-runtime";
|
|
2
3
|
import { useState as g } from "react";
|
|
3
4
|
import { c as v } from "../../clsx-DB4S2d7J.js";
|
|
4
5
|
import { Tooltip as x } from "../Tooltip/Tooltip.js";
|
|
5
|
-
|
|
6
|
+
const H = {
|
|
6
7
|
"ellipsis-tooltip": "_ellipsis-tooltip_1ov97_1"
|
|
7
8
|
}, W = ({
|
|
8
9
|
lineClamp: e = 1,
|
|
@@ -8,7 +8,7 @@ declare const meta: {
|
|
|
8
8
|
parameters: {
|
|
9
9
|
layout: string;
|
|
10
10
|
};
|
|
11
|
-
decorators: ((Story: import('@storybook/
|
|
11
|
+
decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
|
|
12
12
|
children: import('react').ReactNode;
|
|
13
13
|
title: import('react').ReactNode;
|
|
14
14
|
style?: import('react').CSSProperties | undefined;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import '../../assets/IconButton.css';
|
|
1
2
|
import { jsx as r, jsxs as c } from "react/jsx-runtime";
|
|
2
3
|
import { forwardRef as d, useMemo as l } from "react";
|
|
3
4
|
import { c as j } from "../../clsx-DB4S2d7J.js";
|
|
4
5
|
import { LoadingSpinner as m } from "../LoadingSpinner/LoadingSpinner.js";
|
|
5
6
|
import { B as x } from "../../Button-BAljjMv3.js";
|
|
6
|
-
|
|
7
|
+
const o = {
|
|
7
8
|
"u-typography-h1": "_u-typography-h1_gt5j9_1",
|
|
8
9
|
"u-typography-h2": "_u-typography-h2_gt5j9_8",
|
|
9
10
|
"u-typography-h3": "_u-typography-h3_gt5j9_15",
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import '../../assets/Input.css';
|
|
1
2
|
import { jsxs as K, jsx as A } from "react/jsx-runtime";
|
|
2
3
|
import * as N from "react";
|
|
3
4
|
import { forwardRef as de, useState as ce, useId as _e, useMemo as ye } from "react";
|
|
@@ -5,7 +6,7 @@ import { c as k } from "../../clsx-DB4S2d7J.js";
|
|
|
5
6
|
import { Icon as me } from "../Icon/Icon.js";
|
|
6
7
|
import { Typography as Q } from "../Typography/Typography.js";
|
|
7
8
|
import { g as fe, a as he, u as ge, f as X, b as h, _ as be, c as oe, i as xe, P as e, d as Ce, e as we } from "../../useSlotProps-C_I1kEHr.js";
|
|
8
|
-
|
|
9
|
+
function Ne(s) {
|
|
9
10
|
let l = "https://mui.com/production-error/?code=" + s;
|
|
10
11
|
for (let c = 1; c < arguments.length; c += 1)
|
|
11
12
|
l += "&args[]=" + encodeURIComponent(arguments[c]);
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import '../../assets/InputSearch.css';
|
|
1
2
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
3
|
import { forwardRef as p } from "react";
|
|
3
4
|
import { c as u } from "../../clsx-DB4S2d7J.js";
|
|
4
5
|
import { Icon as f } from "../Icon/Icon.js";
|
|
5
6
|
import { Input as l } from "../Input/Input.js";
|
|
6
|
-
|
|
7
|
+
const h = "_inputSearch_114e1_1", g = {
|
|
7
8
|
inputSearch: h
|
|
8
9
|
};
|
|
9
10
|
let r;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import '../../assets/LoadingSpinner.css';
|
|
1
2
|
import { jsxs as e, jsx as s } from "react/jsx-runtime";
|
|
2
3
|
import { useMemo as o } from "react";
|
|
3
4
|
import { c as t } from "../../clsx-DB4S2d7J.js";
|
|
4
|
-
|
|
5
|
+
const n = {
|
|
5
6
|
"ls-ring": "_ls-ring_elvjz_1",
|
|
6
7
|
"ls-ring--invert": "_ls-ring--invert_elvjz_34"
|
|
7
8
|
}, a = ({ invert: i = !1, classNames: r }) => {
|
|
@@ -4,7 +4,7 @@ declare const meta: {
|
|
|
4
4
|
title: string;
|
|
5
5
|
component: ({ invert, classNames }: import('./LoadingSpinner').LoadingSpinnerProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
tags: string[];
|
|
7
|
-
decorators: ((Story: import('@storybook/
|
|
7
|
+
decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
|
|
8
8
|
invert?: boolean | undefined;
|
|
9
9
|
classNames?: string | undefined;
|
|
10
10
|
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import '../../assets/PageHeader.css';
|
|
1
2
|
import { jsxs as _, jsx as a, Fragment as l } from "react/jsx-runtime";
|
|
2
3
|
import { useMemo as I } from "react";
|
|
3
4
|
import { c as b } from "../../clsx-DB4S2d7J.js";
|
|
4
5
|
import { Icon as T } from "../Icon/Icon.js";
|
|
5
6
|
import { IconButton as $ } from "../IconButton/IconButton.js";
|
|
6
|
-
|
|
7
|
+
const q = "_title_7yb9o_22", F = "_subtitle_7yb9o_43", e = {
|
|
7
8
|
"u-typography-h1": "_u-typography-h1_7yb9o_1",
|
|
8
9
|
"u-typography-h2": "_u-typography-h2_7yb9o_8",
|
|
9
10
|
"u-typography-h3": "_u-typography-h3_7yb9o_15",
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import '../../assets/Pagination.css';
|
|
1
2
|
import { jsxs as s, Fragment as p, jsx as t } from "react/jsx-runtime";
|
|
2
3
|
import { c as _ } from "../../clsx-DB4S2d7J.js";
|
|
3
4
|
import { Select as d } from "../Select/Select.js";
|
|
4
5
|
import C from "./usePagination.js";
|
|
5
|
-
|
|
6
|
+
const w = "_pagination_2n0nk_43", a = {
|
|
6
7
|
"u-typography-h1": "_u-typography-h1_2n0nk_1",
|
|
7
8
|
"u-typography-h2": "_u-typography-h2_2n0nk_8",
|
|
8
9
|
"u-typography-h3": "_u-typography-h3_2n0nk_15",
|
|
@@ -25,7 +25,7 @@ declare const meta: {
|
|
|
25
25
|
};
|
|
26
26
|
};
|
|
27
27
|
tags: string[];
|
|
28
|
-
decorators: ((Story: import('@storybook/
|
|
28
|
+
decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
|
|
29
29
|
[x: string]: any;
|
|
30
30
|
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
31
31
|
};
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import '../../assets/RadioButton.css';
|
|
1
2
|
import { jsxs as h, jsx as t } from "react/jsx-runtime";
|
|
2
3
|
import { useState as x, useEffect as y } from "react";
|
|
3
4
|
import { c as s } from "../../clsx-DB4S2d7J.js";
|
|
4
5
|
import { Icon as C } from "../Icon/Icon.js";
|
|
5
6
|
import { Typography as S } from "../Typography/Typography.js";
|
|
6
|
-
|
|
7
|
+
const g = "_radio_1t160_1", a = {
|
|
7
8
|
radio: g,
|
|
8
9
|
"radio--label": "_radio--label_1t160_9",
|
|
9
10
|
"radio--label__disabled": "_radio--label__disabled_1t160_12",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import '../../assets/ResultWithChips.css';
|
|
1
2
|
import { jsxs as i, jsx as e } from "react/jsx-runtime";
|
|
2
3
|
import { C as t } from "../../Toggle-BuZjueQ7.js";
|
|
3
|
-
|
|
4
|
+
const r = "_container_hgp0p_1", o = "_label_hgp0p_17", a = {
|
|
4
5
|
container: r,
|
|
5
6
|
"chip-item-wrapper": "_chip-item-wrapper_hgp0p_8",
|
|
6
7
|
label: o,
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import '../../assets/Skeleton.css';
|
|
1
2
|
import { jsx as t, jsxs as N } from "react/jsx-runtime";
|
|
2
3
|
import { c as r } from "../../clsx-DB4S2d7J.js";
|
|
3
|
-
|
|
4
|
+
const u = "_skeleton_mst8q_1", b = "_skeletonLoading_mst8q_1", o = {
|
|
4
5
|
skeleton: u,
|
|
5
6
|
skeletonLoading: b,
|
|
6
7
|
"skeleton--circle-type": "_skeleton--circle-type_mst8q_13",
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import '../../assets/Snackbar.css';
|
|
1
2
|
import { jsx as h, jsxs as Y } from "react/jsx-runtime";
|
|
2
3
|
import * as N from "react";
|
|
3
4
|
import S, { useState as V, useRef as X } from "react";
|
|
@@ -9,7 +10,7 @@ import { u as ee } from "../../useTimeout-DxF9kiZL.js";
|
|
|
9
10
|
import { u as I } from "../../useEventCallback-BAQJJ3ye.js";
|
|
10
11
|
import { C as B } from "../../ClickAwayListener-DbEYZpyh.js";
|
|
11
12
|
import { R as P } from "../../index-bQFToy-I.js";
|
|
12
|
-
|
|
13
|
+
const W = "Snackbar";
|
|
13
14
|
function te(u) {
|
|
14
15
|
return z(W, u);
|
|
15
16
|
}
|
|
@@ -5,7 +5,7 @@ declare const meta: {
|
|
|
5
5
|
title: string;
|
|
6
6
|
component: ({ snackbarMessage, variant, autoHideDuration, open, onClose, onClosed, classNameWrapper, "data-testid": dataTestId, }: SnackbarProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
tags: string[];
|
|
8
|
-
decorators: ((Story: import('@storybook/
|
|
8
|
+
decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
|
|
9
9
|
accept?: string | undefined;
|
|
10
10
|
alt?: string | undefined;
|
|
11
11
|
autoComplete?: import('react').HTMLInputAutoCompleteAttribute | undefined;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import '../../assets/SortTooltip.css';
|
|
1
2
|
import { jsx as h, jsxs as s } from "react/jsx-runtime";
|
|
2
3
|
import { c as d } from "../../clsx-DB4S2d7J.js";
|
|
3
4
|
import { Tooltip as b } from "../Tooltip/Tooltip.js";
|
|
4
5
|
import * as t from "react";
|
|
5
|
-
|
|
6
|
+
const f = (e) => /* @__PURE__ */ t.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ t.createElement("path", { d: "M4.73768 14.6906C4.35893 15.105 3.64205 15.105 3.26299 14.6906L0.541112 11.6878C0.167987 11.28 0.195487 10.6469 0.602643 10.2731C1.00952 9.89969 1.64233 9.92812 2.01577 10.3348L3.00017 11.4406V2.00094C3.00017 1.44781 3.44799 1 4.00017 1C4.55236 1 5.00017 1.44781 5.00017 2.00094V11.4384L6.01267 10.3325C6.3708 9.94219 7.00236 9.88281 7.4258 10.2708C7.83299 10.6443 7.86018 11.2777 7.48733 11.6855L4.73768 14.6906Z", fill: "#1897F3" }), /* @__PURE__ */ t.createElement("path", { opacity: 0.4, d: "M14.0001 13H12.4141L14.7073 10.7069C14.9934 10.4208 15.0788 9.99098 14.9241 9.61691C14.7693 9.24285 14.4032 9.00004 13.972 9.00004H9.97196C9.44696 9.00004 9.00008 9.44691 9.00008 10C9.00008 10.5532 9.4479 11 10.0001 11H11.586L9.2929 13.2932C9.00677 13.5793 8.92133 14.0091 9.07608 14.3832C9.23083 14.7572 9.59696 15 9.97196 15H13.9438C14.5532 15 15.0001 14.5532 15.0001 14C15.0001 13.4469 14.5532 13 14.0001 13ZM15.3938 6.54066L12.8941 1.53754C12.5554 0.855977 11.4441 0.855977 11.1054 1.53754L8.60633 6.54066C8.35927 7.03785 8.55946 7.64191 9.05352 7.89035C9.54946 8.13791 10.1485 7.93651 10.3951 7.44035L10.6186 6.99066H13.3821L13.6056 7.44035C13.7986 7.82879 14.3547 8.18629 14.9472 7.89035C15.4407 7.64379 15.6407 7.03754 15.3938 6.54066ZM11.4938 5.23129L12.0001 4.20941L12.507 5.2291H11.4938V5.23129Z", fill: "#1897F3" })), m = (e) => /* @__PURE__ */ t.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ t.createElement("path", { d: "M0.512792 11.6594C0.139667 11.2516 0.167167 10.6184 0.574323 10.2447C0.766229 10.0688 1.00839 9.98175 1.24964 9.98175C1.52063 9.98175 1.79026 10.0912 1.98745 10.3064L2.99998 11.4406V2.00094C2.99998 1.44781 3.44779 1 3.99998 1C4.55217 1 4.99998 1.44781 4.99998 2.00094V11.4384L6.01248 10.3325C6.38748 9.92812 7.01873 9.89687 7.42498 10.2719C7.83216 10.6453 7.85935 11.2787 7.48651 11.6866L4.76463 14.6894C4.38588 15.1037 3.66901 15.1037 3.28995 14.6894L0.512792 11.6594Z", fill: "#1897F3" }), /* @__PURE__ */ t.createElement("path", { opacity: 0.4, d: "M10.0002 3H11.5862L9.29303 5.29313C9.00691 5.57925 8.92147 6.00906 9.07622 6.38313C9.23097 6.75719 9.59591 7 9.99997 7H13.9718C14.5533 6.97188 15.0002 6.55313 15.0002 6C15.0002 5.44688 14.5524 5 14.0002 5H12.4143L14.7074 2.70688C14.9935 2.42075 15.079 1.99094 14.9242 1.61688C14.7695 1.24281 14.4033 1 13.9721 1H10.0002C9.44709 1 9.00022 1.44719 9.00022 2C9.00022 2.55281 9.44709 3 10.0002 3ZM15.394 13.5406L12.8943 8.5375C12.5555 7.85594 11.4443 7.85594 11.1055 8.5375L8.60584 13.5406C8.35878 14.0378 8.55897 14.6419 9.05303 14.8903C9.54897 15.1379 10.148 14.9365 10.3946 14.4403L10.6182 13.9906H13.3816L13.6052 14.4403C13.7981 14.8288 14.3542 15.1863 14.9467 14.8903C15.4408 14.6438 15.6408 14.0375 15.394 13.5406ZM11.494 12.2313L12.0002 11.2094L12.5071 12.2291H11.494V12.2313Z", fill: "#1897F3" })), a = {
|
|
6
7
|
"u-typography-h1": "_u-typography-h1_3hhsf_1",
|
|
7
8
|
"u-typography-h2": "_u-typography-h2_3hhsf_8",
|
|
8
9
|
"u-typography-h3": "_u-typography-h3_3hhsf_15",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import '../../assets/Stepper.css';
|
|
1
2
|
import { jsx as s, jsxs as g } from "react/jsx-runtime";
|
|
2
3
|
import { c as r } from "../../clsx-DB4S2d7J.js";
|
|
3
|
-
|
|
4
|
+
const d = "_stepper_7fsnr_61", m = "_item_7fsnr_61", c = "_name_7fsnr_61", l = "_counter_7fsnr_65", t = {
|
|
4
5
|
"u-typography-h1": "_u-typography-h1_7fsnr_1",
|
|
5
6
|
"u-typography-h2": "_u-typography-h2_7fsnr_8",
|
|
6
7
|
"u-typography-h3": "_u-typography-h3_7fsnr_15",
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import '../../assets/StepperNavigator.css';
|
|
1
2
|
import { jsxs as l, jsx as a } from "react/jsx-runtime";
|
|
2
3
|
import { c as i } from "../../clsx-DB4S2d7J.js";
|
|
3
4
|
import { Button as I } from "../Button/Button.js";
|
|
4
5
|
import { Icon as K } from "../Icon/Icon.js";
|
|
5
|
-
|
|
6
|
+
const _ = {
|
|
6
7
|
"stepper-navigator": "_stepper-navigator_27f6m_1",
|
|
7
8
|
"cancel-button": "_cancel-button_27f6m_11",
|
|
8
9
|
"previous-button": "_previous-button_27f6m_20",
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import '../../assets/Table.css';
|
|
1
2
|
import { jsxs as f, jsx as r } from "react/jsx-runtime";
|
|
2
3
|
import * as i from "react";
|
|
3
4
|
import { useState as u } from "react";
|
|
@@ -5,7 +6,7 @@ import { c as m } from "../../clsx-DB4S2d7J.js";
|
|
|
5
6
|
import { paginationDefaultTranslations as b, Pagination as g } from "../Pagination/Pagination.js";
|
|
6
7
|
import { sortTooltipDefaultTranslations as T, SortTooltip as N } from "../SortTooltip/SortTooltip.js";
|
|
7
8
|
import { TableProvider as y, useTable as x } from "./TableContext.js";
|
|
8
|
-
|
|
9
|
+
const C = (l) => /* @__PURE__ */ i.createElement("svg", { width: 7, height: 10, viewBox: "0 0 7 10", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...l }, /* @__PURE__ */ i.createElement("g", { clipPath: "url(#clip0_2291_2457)" }, /* @__PURE__ */ i.createElement("path", { d: "M6.41658 3.93794C6.26731 3.93794 6.11798 3.88301 6.00423 3.77314L3.49991 1.35923L0.995768 3.77271C0.767904 3.99243 0.398763 3.99243 0.170898 3.77271C-0.0569661 3.55298 -0.0569661 3.19702 0.170898 2.97729L3.08756 0.164795C3.31543 -0.0549316 3.68457 -0.0549316 3.91243 0.164795L6.8291 2.97729C7.05697 3.19702 7.05697 3.55298 6.8291 3.77271C6.71553 3.88345 6.56605 3.93794 6.41658 3.93794Z", fill: "#1897F3" }), /* @__PURE__ */ i.createElement("path", { opacity: 0.4, d: "M6.41663 5.38022C6.26737 5.38022 6.11804 5.43516 6.00429 5.54502L3.49997 7.95894L0.99528 5.5437C0.767415 5.32397 0.398275 5.32397 0.17041 5.5437C-0.0574544 5.76343 -0.0574544 6.11938 0.17041 6.33911L3.08708 9.15161C3.31494 9.37134 3.68408 9.37134 3.91195 9.15161L6.82861 6.33911C7.05648 6.11938 7.05648 5.76343 6.82861 5.5437C6.71559 5.43472 6.56611 5.38022 6.41663 5.38022Z", fill: "#1897F3" })), /* @__PURE__ */ i.createElement("defs", null, /* @__PURE__ */ i.createElement("clipPath", { id: "clip0_2291_2457" }, /* @__PURE__ */ i.createElement("rect", { width: 7, height: 10, fill: "white" })))), L = "_table_484oh_1", E = "_th__wrapper_484oh_43", v = "_tr_484oh_66", B = "_td_484oh_70", t = {
|
|
9
10
|
table: L,
|
|
10
11
|
"table--fixed": "_table--fixed_484oh_5",
|
|
11
12
|
"table--full-width": "_table--full-width_484oh_8",
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import '../../assets/Tag.css';
|
|
1
2
|
import { jsx as o, jsxs as d } from "react/jsx-runtime";
|
|
2
3
|
import { useMemo as j } from "react";
|
|
3
4
|
import { c } from "../../clsx-DB4S2d7J.js";
|
|
4
5
|
import { Icon as g } from "../Icon/Icon.js";
|
|
5
|
-
|
|
6
|
+
const m = "_container_b8jbs_1", e = {
|
|
6
7
|
container: m,
|
|
7
8
|
"container--content": "_container--content_b8jbs_9",
|
|
8
9
|
"container--content__icon": "_container--content__icon_b8jbs_14",
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import '../../assets/TextDisplay.css';
|
|
1
2
|
import { jsxs as f, jsx as d } from "react/jsx-runtime";
|
|
2
3
|
import { c as $ } from "../../clsx-DB4S2d7J.js";
|
|
3
4
|
import { Skeleton as m } from "../Skeleton/Skeleton.js";
|
|
4
5
|
import { Typography as y } from "../Typography/Typography.js";
|
|
5
|
-
|
|
6
|
+
const g = "_container_ia8vu_1", e = {
|
|
6
7
|
container: g,
|
|
7
8
|
"container--inline": "_container--inline_ia8vu_5"
|
|
8
9
|
}, i = ({
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
+
import '../../assets/Toggle.css';
|
|
1
2
|
import { jsxs as j, jsx as P } from "react/jsx-runtime";
|
|
2
3
|
import { c as O } from "../../clsx-DB4S2d7J.js";
|
|
3
4
|
import { u as E, b as k, g as v, a as U, _ as H, c as C, P as e, d as M, e as A } from "../../useSlotProps-C_I1kEHr.js";
|
|
4
5
|
import * as F from "react";
|
|
5
6
|
import { u as D } from "../../useControlled-CCMYYdCM.js";
|
|
6
7
|
import { u as L } from "../../useIsFocusVisible-BH4IAdcw.js";
|
|
7
|
-
|
|
8
|
+
function W(l) {
|
|
8
9
|
const {
|
|
9
10
|
checked: s,
|
|
10
11
|
defaultChecked: i,
|
|
@@ -6,7 +6,7 @@ declare const meta: {
|
|
|
6
6
|
title: string;
|
|
7
7
|
component: import('react').ForwardRefExoticComponent<ToggleGroupProps & import('react').RefAttributes<HTMLFieldSetElement>>;
|
|
8
8
|
tags: string[];
|
|
9
|
-
decorators: ((Story: import('@storybook/
|
|
9
|
+
decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
|
|
10
10
|
legend?: import('react').ReactNode;
|
|
11
11
|
error?: import('react').ReactNode;
|
|
12
12
|
children: import('react').ReactElement<import('./Toggle.tsx').ToggleGroupItemProps<string | number>, string | import('react').JSXElementConstructor<any>>[];
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import '../../assets/Tooltip.css';
|
|
1
2
|
import { jsx as a, jsxs as v, Fragment as P } from "react/jsx-runtime";
|
|
2
3
|
import * as u from "react";
|
|
3
4
|
import { useRef as R, useState as T, useEffect as E, isValidElement as q, cloneElement as M } from "react";
|
|
@@ -5,7 +6,7 @@ import { T as O, P as V } from "../../Popup-Ck3XlWMq.js";
|
|
|
5
6
|
import { _ as $, b as z, P as l } from "../../useSlotProps-C_I1kEHr.js";
|
|
6
7
|
import { c as D } from "../../clsx-DB4S2d7J.js";
|
|
7
8
|
import { C as F } from "../../ClickAwayListener-DbEYZpyh.js";
|
|
8
|
-
|
|
9
|
+
function I() {
|
|
9
10
|
const e = u.useContext(O);
|
|
10
11
|
if (!e)
|
|
11
12
|
throw new Error("Missing transition context");
|
|
@@ -8,7 +8,7 @@ declare const meta: {
|
|
|
8
8
|
parameters: {
|
|
9
9
|
layout: string;
|
|
10
10
|
};
|
|
11
|
-
decorators: ((Story: import('@storybook/
|
|
11
|
+
decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
|
|
12
12
|
children: import('react').ReactNode;
|
|
13
13
|
title: import('react').ReactNode;
|
|
14
14
|
open?: boolean | undefined;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import '../../assets/TransactionRow.css';
|
|
1
2
|
import { jsx as i, jsxs as a } from "react/jsx-runtime";
|
|
2
3
|
import { Avatar as d } from "../Avatar/Avatar.js";
|
|
3
4
|
import { Icon as l } from "../Icon/Icon.js";
|
|
4
5
|
import { Typography as r } from "../Typography/Typography.js";
|
|
5
|
-
|
|
6
|
+
const f = "_container_1zn5j_1", n = {
|
|
6
7
|
container: f,
|
|
7
8
|
"container-grid": "_container-grid_1zn5j_6",
|
|
8
9
|
"container-pending": "_container-pending_1zn5j_13",
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import '../../assets/Typography.css';
|
|
1
2
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
3
|
import { forwardRef as c, useMemo as f } from "react";
|
|
3
4
|
import { bemify as x, getBEMBase as k, getBEMBlock as B } from "../../utils/styleStrings.js";
|
|
4
5
|
import { c as $ } from "../../clsx-DB4S2d7J.js";
|
|
5
|
-
|
|
6
|
+
const t = {
|
|
6
7
|
"u-typography-h1": "_u-typography-h1_gn8st_1",
|
|
7
8
|
"u-typography-h2": "_u-typography-h2_gn8st_8",
|
|
8
9
|
"u-typography-h3": "_u-typography-h3_gn8st_15",
|
|
@@ -12,7 +12,7 @@ declare const meta: {
|
|
|
12
12
|
};
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
|
-
decorators: ((Story: import('@storybook/
|
|
15
|
+
decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
|
|
16
16
|
children: import('react').ReactNode;
|
|
17
17
|
element?: import('react').ElementType | undefined;
|
|
18
18
|
variant?: import('./Typography').VariantType | undefined;
|
|
@@ -12,7 +12,7 @@ declare const meta: {
|
|
|
12
12
|
};
|
|
13
13
|
};
|
|
14
14
|
tags: string[];
|
|
15
|
-
decorators: ((Story: import('@storybook/
|
|
15
|
+
decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
|
|
16
16
|
[x: string]: any;
|
|
17
17
|
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
18
18
|
};
|
package/dist/marola.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{--secondary-orange: #ffa945;--secondary-orange-rgb: 255, 169, 69;--secondary-orange-dark: #fe8d53;--secondary-orange-dark-rgb: 254, 141, 83;--secondary-orange-light: #525061;--secondary-orange-light-rgb: 82, 80, 97;--secondary-green: #99dec3;--secondary-green-rgb: 153, 222, 195;--secondary-green-dark: #6acbb1;--secondary-green-dark-rgb: 106, 203, 177;--secondary-green-darker: #31aa7e;--secondary-green-darker-rgb: 49, 170, 126;--secondary-green-light: #baedd9;--secondary-green-light-rgb: 186, 237, 217;--accent: #1897f3;--accent-rgb: 24, 151, 243;--accent-dark: #1672c7;--accent-dark-rgb: 22, 114, 199;--accent-light: #4fb1f9;--accent-light-rgb: 79, 177, 249;--accent-lighter: #8ae1fd;--accent-lighter-rgb: 138, 225, 253;--alert: #df4561;--alert-rgb: 223, 69, 97;--alert-dark: #bb2b45;--alert-dark-rgb: 187, 43, 69;--accent-alert-light: #f37c91;--accent-alert-light-rgb: 243, 124, 145;--cream: #fafafa;--cream-rgb: 250, 250, 250;--hover: #42b7ff;--hover-rgb: 66, 183, 255;--active: #0a75cc;--active-rgb: 10, 117, 204;--border: #d9d9d9;--border-rgb: 217, 217, 217;--border-secondary: #f0f0f0;--border-secondary-rgb: 240, 240, 240;--error-background: #fff2f0;--error-background-rgb: 255, 242, 240;--error-border: #ffccc7;--error-border-rgb: 255, 204, 199;--error-text: #d9363e;--error-text-rgb: 217, 54, 62;--success-text: #045440;--success-text-rgb: 4, 84, 64;--warning-text: #874d00;--warning-text-rgb: 135, 77, 0;--warning: #faad14;--warning-rgb: 250, 173, 20;--avatar-background: rgba(63, 61, 75, .2509803922);--avatar-background-rgb: 63, 61, 75}:root{--gray-100: #16161e;--gray-100-rgb: 22, 22, 30;--gray-95: #3f3d4b;--gray-95-rgb: 63, 61, 75;--gray-90: #525061;--gray-90-rgb: 82, 80, 97;--gray-75: #838192;--gray-75-rgb: 131, 129, 146;--gray-50: #bcbac8;--gray-50-rgb: 188, 186, 200;--gray-25: #dbdae2;--gray-25-rgb: 219, 218, 226;--gray-10: #ebeaf0;--gray-10-rgb: 235, 234, 240;--gray-5: #f7f7fc;--gray-5-rgb: 247, 247, 252;--black-100: #000000;--black-100-rgb: 0, 0, 0;--black-75: #616161;--black-75-rgb: 97, 97, 97;--black-50: #838192;--black-50-rgb: 131, 129, 146;--black-25: #bcbac8;--black-25-rgb: 188, 186, 200;--black-10: #ebeaf0;--black-10-rgb: 235, 234, 240;--white-100: #ffffff;--white-100-rgb: 255, 255, 255;--green-1: #f0fff7;--green-1-rgb: 240, 255, 247;--green-3: #a1edcb;--green-3-rgb: 161, 237, 203;--green-6: #28c88f;--green-6-rgb: 40, 200, 143;--blue-1: #e6f9ff;--blue-1-rgb: 230, 249, 255;--blue-3: #94ddff;--blue-3-rgb: 148, 221, 255;--blue-6: #1897f3;--blue-6-rgb: 24, 151, 243;--gold-1: #fffbe6;--gold-1-rgb: 255, 251, 230;--gold-3: #ffe58f;--gold-3-rgb: 255, 229, 143;--gold-6: #faad14;--gold-6-rgb: 250, 173, 20;--magenta-1: #fff0f6;--magenta-1-rgb: 255, 240, 246;--magenta-3: #ffadd2;--magenta-3-rgb: 255, 173, 210;--magenta-6: #eb2f96;--magenta-6-rgb: 235, 47, 150;--cyan-1: #e6fffb;--cyan-1-rgb: 230, 255, 251;--cyan-3: #87e8de;--cyan-3-rgb: 135, 232, 222;--cyan-6: #13c2c2;--cyan-6-rgb: 19, 194, 194;--geek-blue-1: #f0f5ff;--geek-blue-1-rgb: 240, 245, 255;--geek-blue-3: #adc6ff;--geek-blue-3-rgb: 173, 198, 255;--geek-blue-6: #2f54eb;--geek-blue-6-rgb: 47, 84, 235;--lime-1: #fcffe6;--lime-1-rgb: 252, 255, 230;--lime-3: #eaff8f;--lime-3-rgb: 234, 255, 143;--lime-6: #a0d911;--lime-6-rgb: 160, 217, 17;--orange-1: #fffaf0;--orange-1-rgb: 255, 250, 240;--orange-3: #ffe8bf;--orange-3-rgb: 255, 232, 191;--orange-6: #ffa945;--orange-6-rgb: 255, 169, 69;--purple-1: #f9f0ff;--purple-1-rgb: 249, 240, 255;--purple-3: #d3adf7;--purple-3-rgb: 211, 173, 247;--purple-6: #722ed1;--purple-6-rgb: 114, 46, 209;--red-1: #fff0f0;--red-1-rgb: 255, 240, 240;--red-3: #fcbdc3;--red-3-rgb: 252, 189, 195;--red-6: #d53a56;--red-6-rgb: 213, 58, 86;--volcano-1: #fff2e8;--volcano-1-rgb: 255, 242, 232;--volcano-3: #ffbb96;--volcano-3-rgb: 255, 187, 150;--volcano-6: #fa541c;--volcano-6-rgb: 250, 84, 28}:root{--heading-font-weight: 700;--heading-font-size-1: 3.75rem;--heading-line-height-1: 4.875rem;--heading-font-size-2: 3rem;--heading-line-height-2: 4rem;--heading-font-size-3: 2.25rem;--heading-line-height-3: 2.875rem;--heading-font-size-4: 1.875rem;--heading-line-height-4: 2.375rem;--heading-font-size-5: 1.5rem;--heading-line-height-5: 2rem;--heading-font-size-6: 1.25rem;--heading-line-height-6: 1.75rem;--base-font-size: .875rem;--base-line-height: 1.375rem;--base-weight: 400;--base-bold: 700;--base-font-size-sm: .75rem;--base-line-height-sm: 1.25rem;--base-font-size-lg: 1rem;--base-line-height-lg: 1.5rem;--base-font-size-xl: 1.25rem;--base-line-height-xl: 1.75rem;--base-font-size-xxl: 1.5rem;--base-line-height-xxl: 2rem}:root{--heading-font-weight: 700;--heading-font-size-xl: 3.75rem;--heading-line-height-xl: 4.875rem;--heading-font-size-l: 3rem;--heading-line-height-l: 3.9375rem;--heading-font-size: 2.25rem;--heading-line-height: 2.875rem;--heading-font-size-s: 1.5rem;--heading-line-height-s: 2rem;--body-font-size: 1rem;--body-line-height: 1.3125rem;--body-weight: normal;--body-bold: bold;--body-font-size-large: 1.5rem;--body-line-height-large: 1.625rem;--body-font-size-medium: 1.125;--body-line-height-medium: 1rem;--body-font-size-small: .875rem;--body-line-height-small: 1.125rem;--body-font-size-tiny: .75rem;--body-line-height-tiny: 1rem;--quote-font-size-large: 1.5rem;--quote-line-height-large: 2rem;--quote-font-weight-large: normal;--quote-font-size: 1rem;--quote-line-height: 1.3125rem;--quote-font-weight: normal;--form-input-font-size: 1rem;--form-input-line-height: 1.3125rem;--form-input-font-weight: bold;--form-hint-font-size: .875rem;--form-hint-line-height: 1.3125rem;--form-hint-font-weight: normal;--form-label-font-size: .875rem;--form-label-line-height: 1.3125rem;--form-label-font-weight: normal;--form-dropdown-font-size: 1rem;--form-dropdown-line-height: 1.3125rem;--form-dropdown-font-weight: normal;--table-font-size: .875rem;--table-line-height: 1.0625rem;--table-header-font-weight: bold;--table-body-font-weight: normal;--table-body-secondary-line-height: 1.3125rem;--button-font-size: 1rem;--button-line-height: 1.25rem;--button-font-weight: bold;--font-size-small: .75rem;--font-weight-small: 400;--font-line-height-small: 1.25rem;--font-weight-700: 700}:root{--spacing: 8px;--border-radius: 6px;--border-radius-soft: 4px;--transition-soft: .3s;--transition-long: .75s}*{box-sizing:border-box}:root{--border-radius-border-radius: .375rem;--size-base-size: 1rem;--size-base-size-sm: .75rem;--colors-base-green-3: #a1edcb;--colors-brand-success-color-success-border: var(--colors-base-green-3);--colors-base-green-1: #f0fff7;--colors-brand-success-color-success-bg: var(--colors-base-green-1);--colors-brand-error-color-error-border: #ffccc7;--colors-brand-error-color-error-bg: #fff2f0;--colors-base-gold-3: #ffe58f;--colors-brand-warning-color-warning-border: var(--colors-base-gold-3);--colors-base-gold-1: #fffbe6;--colors-brand-warning-color-warning-bg: var(--colors-base-gold-1);--colors-base-blue-3: #94ddff;--colors-brand-primary-color-primary-border: var(--colors-base-blue-3);--colors-brand-info-color-info-border: var(--colors-brand-primary-color-primary-border);--colors-base-blue-1: #e6f9ff;--colors-brand-primary-color-primary-bg: var(--colors-base-blue-1);--colors-brand-info-color-info-bg: var(--colors-brand-primary-color-primary-bg);--colors-base-blue-6: #1897f3;--colors-brand-primary-color-primary: var(--colors-base-blue-6);--colors-base-blue-4: #6bcbff;--colors-brand-primary-color-primary-border-hover: var(--colors-base-blue-4);--colors-neutral-text-color-text: rgba(63, 61, 75, .8784313725);--colors-neutral-text-color-text-tertiary: rgba(63, 61, 75, .4509803922);--colors-neutral-text-color-text-description: var(--colors-neutral-text-color-text-tertiary);--colors-neutral-text-color-text-quaternary: rgba(63, 61, 75, .2509803922);--colors-neutral-text-color-text-disabled: var(--colors-neutral-text-color-text-quaternary);--colors-neutral-fill-color-fill: rgba(0, 0, 0, .1490196078)}
|
|
1
|
+
:root{--secondary-orange: #ffa945;--secondary-orange-rgb: 255, 169, 69;--secondary-orange-dark: #fe8d53;--secondary-orange-dark-rgb: 254, 141, 83;--secondary-orange-light: #525061;--secondary-orange-light-rgb: 82, 80, 97;--secondary-green: #99dec3;--secondary-green-rgb: 153, 222, 195;--secondary-green-dark: #6acbb1;--secondary-green-dark-rgb: 106, 203, 177;--secondary-green-darker: #31aa7e;--secondary-green-darker-rgb: 49, 170, 126;--secondary-green-light: #baedd9;--secondary-green-light-rgb: 186, 237, 217;--accent: #1897f3;--accent-rgb: 24, 151, 243;--accent-dark: #1672c7;--accent-dark-rgb: 22, 114, 199;--accent-light: #4fb1f9;--accent-light-rgb: 79, 177, 249;--accent-lighter: #8ae1fd;--accent-lighter-rgb: 138, 225, 253;--alert: #df4561;--alert-rgb: 223, 69, 97;--alert-dark: #bb2b45;--alert-dark-rgb: 187, 43, 69;--accent-alert-light: #f37c91;--accent-alert-light-rgb: 243, 124, 145;--cream: #fafafa;--cream-rgb: 250, 250, 250;--hover: #42b7ff;--hover-rgb: 66, 183, 255;--active: #0a75cc;--active-rgb: 10, 117, 204;--border: #d9d9d9;--border-rgb: 217, 217, 217;--border-secondary: #f0f0f0;--border-secondary-rgb: 240, 240, 240;--error-background: #fff2f0;--error-background-rgb: 255, 242, 240;--error-border: #ffccc7;--error-border-rgb: 255, 204, 199;--error-text: #d9363e;--error-text-rgb: 217, 54, 62;--success-text: #045440;--success-text-rgb: 4, 84, 64;--warning-text: #874d00;--warning-text-rgb: 135, 77, 0;--warning: #faad14;--warning-rgb: 250, 173, 20;--avatar-background: rgba(63, 61, 75, .2509803922);--avatar-background-rgb: 63, 61, 75}:root{--gray-100: #16161e;--gray-100-rgb: 22, 22, 30;--gray-95: #3f3d4b;--gray-95-rgb: 63, 61, 75;--gray-90: #525061;--gray-90-rgb: 82, 80, 97;--gray-75: #838192;--gray-75-rgb: 131, 129, 146;--gray-50: #bcbac8;--gray-50-rgb: 188, 186, 200;--gray-25: #dbdae2;--gray-25-rgb: 219, 218, 226;--gray-10: #ebeaf0;--gray-10-rgb: 235, 234, 240;--gray-5: #f7f7fc;--gray-5-rgb: 247, 247, 252;--black-100: #000000;--black-100-rgb: 0, 0, 0;--black-75: #616161;--black-75-rgb: 97, 97, 97;--black-50: #838192;--black-50-rgb: 131, 129, 146;--black-25: #bcbac8;--black-25-rgb: 188, 186, 200;--black-10: #ebeaf0;--black-10-rgb: 235, 234, 240;--white-100: #ffffff;--white-100-rgb: 255, 255, 255;--green-1: #f0fff7;--green-1-rgb: 240, 255, 247;--green-3: #a1edcb;--green-3-rgb: 161, 237, 203;--green-6: #28c88f;--green-6-rgb: 40, 200, 143;--blue-1: #e6f9ff;--blue-1-rgb: 230, 249, 255;--blue-3: #94ddff;--blue-3-rgb: 148, 221, 255;--blue-6: #1897f3;--blue-6-rgb: 24, 151, 243;--gold-1: #fffbe6;--gold-1-rgb: 255, 251, 230;--gold-3: #ffe58f;--gold-3-rgb: 255, 229, 143;--gold-6: #faad14;--gold-6-rgb: 250, 173, 20;--magenta-1: #fff0f6;--magenta-1-rgb: 255, 240, 246;--magenta-3: #ffadd2;--magenta-3-rgb: 255, 173, 210;--magenta-6: #eb2f96;--magenta-6-rgb: 235, 47, 150;--cyan-1: #e6fffb;--cyan-1-rgb: 230, 255, 251;--cyan-3: #87e8de;--cyan-3-rgb: 135, 232, 222;--cyan-6: #13c2c2;--cyan-6-rgb: 19, 194, 194;--geek-blue-1: #f0f5ff;--geek-blue-1-rgb: 240, 245, 255;--geek-blue-3: #adc6ff;--geek-blue-3-rgb: 173, 198, 255;--geek-blue-6: #2f54eb;--geek-blue-6-rgb: 47, 84, 235;--lime-1: #fcffe6;--lime-1-rgb: 252, 255, 230;--lime-3: #eaff8f;--lime-3-rgb: 234, 255, 143;--lime-6: #a0d911;--lime-6-rgb: 160, 217, 17;--orange-1: #fffaf0;--orange-1-rgb: 255, 250, 240;--orange-3: #ffe8bf;--orange-3-rgb: 255, 232, 191;--orange-6: #ffa945;--orange-6-rgb: 255, 169, 69;--purple-1: #f9f0ff;--purple-1-rgb: 249, 240, 255;--purple-3: #d3adf7;--purple-3-rgb: 211, 173, 247;--purple-6: #722ed1;--purple-6-rgb: 114, 46, 209;--red-1: #fff0f0;--red-1-rgb: 255, 240, 240;--red-3: #fcbdc3;--red-3-rgb: 252, 189, 195;--red-6: #d53a56;--red-6-rgb: 213, 58, 86;--volcano-1: #fff2e8;--volcano-1-rgb: 255, 242, 232;--volcano-3: #ffbb96;--volcano-3-rgb: 255, 187, 150;--volcano-6: #fa541c;--volcano-6-rgb: 250, 84, 28}:root{--heading-font-weight: 700;--heading-font-size-1: 3.75rem;--heading-line-height-1: 4.875rem;--heading-font-size-2: 3rem;--heading-line-height-2: 4rem;--heading-font-size-3: 2.25rem;--heading-line-height-3: 2.875rem;--heading-font-size-4: 1.875rem;--heading-line-height-4: 2.375rem;--heading-font-size-5: 1.5rem;--heading-line-height-5: 2rem;--heading-font-size-6: 1.25rem;--heading-line-height-6: 1.75rem;--base-font-size: .875rem;--base-line-height: 1.375rem;--base-weight: 400;--base-bold: 700;--base-font-size-sm: .75rem;--base-line-height-sm: 1.25rem;--base-font-size-lg: 1rem;--base-line-height-lg: 1.5rem;--base-font-size-xl: 1.25rem;--base-line-height-xl: 1.75rem;--base-font-size-xxl: 1.5rem;--base-line-height-xxl: 2rem}:root{--heading-font-weight: 700;--heading-font-size-xl: 3.75rem;--heading-line-height-xl: 4.875rem;--heading-font-size-l: 3rem;--heading-line-height-l: 3.9375rem;--heading-font-size: 2.25rem;--heading-line-height: 2.875rem;--heading-font-size-s: 1.5rem;--heading-line-height-s: 2rem;--body-font-size: 1rem;--body-line-height: 1.3125rem;--body-weight: normal;--body-bold: bold;--body-font-size-large: 1.5rem;--body-line-height-large: 1.625rem;--body-font-size-medium: 1.125;--body-line-height-medium: 1rem;--body-font-size-small: .875rem;--body-line-height-small: 1.125rem;--body-font-size-tiny: .75rem;--body-line-height-tiny: 1rem;--quote-font-size-large: 1.5rem;--quote-line-height-large: 2rem;--quote-font-weight-large: normal;--quote-font-size: 1rem;--quote-line-height: 1.3125rem;--quote-font-weight: normal;--form-input-font-size: 1rem;--form-input-line-height: 1.3125rem;--form-input-font-weight: bold;--form-hint-font-size: .875rem;--form-hint-line-height: 1.3125rem;--form-hint-font-weight: normal;--form-label-font-size: .875rem;--form-label-line-height: 1.3125rem;--form-label-font-weight: normal;--form-dropdown-font-size: 1rem;--form-dropdown-line-height: 1.3125rem;--form-dropdown-font-weight: normal;--table-font-size: .875rem;--table-line-height: 1.0625rem;--table-header-font-weight: bold;--table-body-font-weight: normal;--table-body-secondary-line-height: 1.3125rem;--button-font-size: 1rem;--button-line-height: 1.25rem;--button-font-weight: bold;--font-size-small: .75rem;--font-weight-small: 400;--font-line-height-small: 1.25rem;--font-weight-700: 700}:root{--spacing: 8px;--border-radius: 6px;--border-radius-soft: 4px;--transition-soft: .3s;--transition-long: .75s}*{box-sizing:border-box}:root{--border-radius-border-radius: .375rem;--size-base-size: 1rem;--size-base-size-sm: .75rem;--colors-base-green-3: #a1edcb;--colors-brand-success-color-success-border: var(--colors-base-green-3);--colors-base-green-1: #f0fff7;--colors-brand-success-color-success-bg: var(--colors-base-green-1);--colors-brand-error-color-error-border: #ffccc7;--colors-brand-error-color-error-bg: #fff2f0;--colors-brand-error-color-error-hover: #ff7875;--colors-brand-error-color-error-active: #d9363e;--colors-brand-error-color-error: #ff4d4f;--colors-base-gold-3: #ffe58f;--colors-brand-warning-color-warning-border: var(--colors-base-gold-3);--colors-base-gold-1: #fffbe6;--colors-brand-warning-color-warning-bg: var(--colors-base-gold-1);--colors-base-blue-3: #94ddff;--colors-brand-primary-color-primary-border: var(--colors-base-blue-3);--colors-brand-info-color-info-border: var(--colors-brand-primary-color-primary-border);--colors-base-blue-1: #e6f9ff;--colors-brand-primary-color-primary-bg: var(--colors-base-blue-1);--colors-brand-info-color-info-bg: var(--colors-brand-primary-color-primary-bg);--colors-base-blue-6: #1897f3;--colors-brand-primary-color-primary: var(--colors-base-blue-6);--colors-base-blue-4: #6bcbff;--colors-brand-primary-color-primary-border-hover: var(--colors-base-blue-4);--colors-base-blue-7: #0a75cc;--colors-brand-primary-color-primary-active: var(--colors-base-blue-7);--colors-neutral-border-color-border: #d9d9d9;--colors-neutral-text-color-text: rgba(63, 61, 75, .8784313725);--colors-neutral-text-color-text-tertiary: rgba(63, 61, 75, .4509803922);--colors-neutral-text-color-text-description: var(--colors-neutral-text-color-text-tertiary);--colors-neutral-text-color-text-quaternary: rgba(63, 61, 75, .2509803922);--colors-neutral-text-color-text-disabled: var(--colors-neutral-text-color-text-quaternary);--colors-neutral-fill-color-fill: rgba(0, 0, 0, .1490196078)}
|