@pismo/marola 1.0.0-beta.9 → 1.0.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/{Button-DiLqcAJG.js → Button-BAljjMv3.js} +2 -2
- package/dist/{ClickAwayListener-BaJ-OV_7.js → ClickAwayListener-DbEYZpyh.js} +3 -3
- package/dist/Dialog.module-W7UCXlf3.js +29 -0
- package/dist/Group-DspH8hyO.js +30 -0
- package/dist/Popover.module-B4boCutS.js +10 -0
- package/dist/{Popup-lLWZt2wk.js → Popup-Ck3XlWMq.js} +3 -3
- package/dist/{Portal-B_Es6eUL.js → Portal-oY3enyAm.js} +2 -2
- package/dist/SelectButton-B38avP9u.js +75 -0
- package/dist/{Tabs.module-jkH1Qjn7.js → Tabs.module-BGGTkDc5.js} +7 -7
- package/dist/Toggle-MfR7l8Wn.js +190 -0
- package/dist/assets/Alert.css +1 -0
- package/dist/assets/Autocomplete.css +1 -1
- package/dist/assets/Avatar.css +1 -0
- package/dist/assets/Description.css +1 -0
- package/dist/assets/Dialog.css +1 -1
- package/dist/assets/EllipsisTooltip.css +1 -1
- package/dist/assets/Group.css +1 -1
- package/dist/assets/Input.css +1 -1
- package/dist/assets/PageHeader.css +1 -1
- package/dist/assets/Popover.css +1 -0
- package/dist/assets/RadioButton.css +1 -0
- package/dist/assets/ResultWithChips.css +1 -0
- package/dist/assets/SelectButton.css +1 -1
- package/dist/assets/Skeleton.css +1 -1
- package/dist/assets/Snackbar.css +1 -1
- package/dist/assets/StepperNavigator.css +1 -0
- package/dist/assets/Table.css +1 -1
- package/dist/assets/Tabs.css +1 -1
- package/dist/assets/Toggle2.css +1 -1
- package/dist/{combineHooksSlotProps-BtBYUV_B.js → combineHooksSlotProps-C-zYvfnF.js} +1 -1
- package/dist/components/Adornment/Adornment.d.ts +11 -2
- package/dist/components/Adornment/Adornment.js +6 -6
- package/dist/components/Adornment/Adornment.stories.d.ts +14 -0
- package/dist/components/Adornment/adornment.test.d.ts +1 -0
- package/dist/components/Advice/Advice.d.ts +2 -2
- package/dist/components/Alert/Alert.d.ts +11 -0
- package/dist/components/Alert/Alert.js +46 -0
- package/dist/components/Alert/Alert.stories.d.ts +24 -0
- package/dist/components/Alert/Alert.test.d.ts +1 -0
- package/dist/components/Autocomplete/Autocomplete.d.ts +12 -42
- package/dist/components/Autocomplete/Autocomplete.js +422 -432
- package/dist/components/Autocomplete/Autocomplete.stories.d.ts +3 -25
- package/dist/components/Avatar/Avatar.d.ts +15 -0
- package/dist/components/Avatar/Avatar.js +51 -0
- package/dist/components/Avatar/Avatar.stories.d.ts +25 -0
- package/dist/components/Button/Button.d.ts +2 -0
- package/dist/components/Button/Button.js +23 -21
- package/dist/components/Chip/Chip.d.ts +6 -4
- package/dist/components/Chip/Chip.js +10 -6
- package/dist/components/Chip/Chip.stories.d.ts +5 -14
- package/dist/components/ConfirmationDialog/ConfirmationDialog.d.ts +14 -0
- package/dist/components/ConfirmationDialog/ConfirmationDialog.js +37 -0
- package/dist/components/ConfirmationDialog/ConfirmationDialog.stories.d.ts +23 -0
- package/dist/components/ConfirmationDialog/ConfirmationModal.test.d.ts +1 -0
- package/dist/components/Description/Description.d.ts +21 -0
- package/dist/components/Description/Description.js +66 -0
- package/dist/components/Description/Description.stories.d.ts +22 -0
- package/dist/components/Description/Description.test.d.ts +1 -0
- package/dist/components/Dialog/Actions.js +1 -1
- package/dist/components/Dialog/Backdrop.d.ts +3 -3
- package/dist/components/Dialog/Backdrop.js +8 -7
- package/dist/components/Dialog/CloseIconButton.d.ts +1 -2
- package/dist/components/Dialog/CloseIconButton.js +15 -18
- package/dist/components/Dialog/Dialog.d.ts +16 -10
- package/dist/components/Dialog/Dialog.js +167 -167
- package/dist/components/Dialog/Dialog.stories.d.ts +73 -67
- package/dist/components/Dialog/DialogTitle.d.ts +5 -2
- package/dist/components/Dialog/DialogTitle.js +22 -16
- package/dist/components/EllipsisTooltip/EllipsisTooltip.js +30 -17
- package/dist/components/EllipsisTooltip/EllipsisTooltip.stories.d.ts +1 -0
- package/dist/components/Icon/Icon.js +331 -51
- package/dist/components/Icon/types.d.ts +1 -1
- package/dist/components/IconButton/IconButton.js +1 -1
- package/dist/components/Input/Input.d.ts +26 -5
- package/dist/components/Input/Input.js +514 -102
- package/dist/components/Input/Input.stories.d.ts +2 -21
- package/dist/components/InputSearch/InputSearch.d.ts +37 -7
- package/dist/components/InputSearch/InputSearch.js +27 -29
- package/dist/components/InputSearch/InputSearch.stories.d.ts +15 -3
- package/dist/components/PageHeader/PageHeader.d.ts +6 -2
- package/dist/components/PageHeader/PageHeader.js +77 -70
- package/dist/components/PageHeader/PageHeader.stories.d.ts +3 -1
- package/dist/components/PageHeader/PageHeader.test.d.ts +1 -0
- package/dist/components/Pagination/Pagination.d.ts +5 -1
- package/dist/components/Pagination/Pagination.js +45 -46
- package/dist/components/Pagination/Pagination.stories.d.ts +1 -1
- package/dist/components/Popover/Popover.d.ts +32 -0
- package/dist/components/Popover/Popover.js +24 -0
- package/dist/components/Popover/Popover.stories.d.ts +34 -0
- package/dist/components/Popover/PopoverBody.d.ts +6 -0
- package/dist/components/Popover/PopoverBody.js +6 -0
- package/dist/components/Popover/PopoverFooter.d.ts +6 -0
- package/dist/components/Popover/PopoverFooter.js +6 -0
- package/dist/components/Popover/PopoverHeader.d.ts +6 -0
- package/dist/components/Popover/PopoverHeader.js +6 -0
- package/dist/components/RadioButton/RadioButton.d.ts +19 -0
- package/dist/components/RadioButton/RadioButton.js +37 -0
- package/dist/components/RadioButton/RadioButton.stories.d.ts +24 -0
- package/dist/components/RadioButton/RadioButton.test.d.ts +1 -0
- package/dist/components/ResultWithChips/ResultWithChips.d.ts +12 -0
- package/dist/components/ResultWithChips/ResultWithChips.js +33 -0
- package/dist/components/RowItem/RowItem.d.ts +2 -2
- package/dist/components/RowItem/RowItem.js +9 -5
- package/dist/components/RowItem/RowItem.stories.d.ts +17 -0
- package/dist/components/RowItem/rowItem.test.d.ts +1 -0
- package/dist/components/Select/Select.d.ts +22 -0
- package/dist/components/Select/Select.js +476 -414
- package/dist/components/Select/SelectButton.d.ts +2 -0
- package/dist/components/Select/SelectButton.js +3 -2
- package/dist/components/Skeleton/Skeleton.d.ts +3 -1
- package/dist/components/Skeleton/Skeleton.js +20 -14
- package/dist/components/Skeleton/SkeletonTable.stories.d.ts +1 -1
- package/dist/components/Snackbar/Snackbar.js +119 -134
- package/dist/components/StepperNavigator/StepperNavigator.d.ts +58 -0
- package/dist/components/StepperNavigator/StepperNavigator.js +115 -0
- package/dist/components/StepperNavigator/StepperNavigator.stories.d.ts +18 -0
- package/dist/components/StepperNavigator/StepperNavigator.test.d.ts +1 -0
- package/dist/components/Table/Table.d.ts +3 -1
- package/dist/components/Table/Table.js +89 -101
- package/dist/components/Table/Table.stories.d.ts +1 -1
- package/dist/components/Tabs/Tab.d.ts +5 -3
- package/dist/components/Tabs/Tab.js +36 -35
- package/dist/components/Tabs/TabPanel.d.ts +4 -2
- package/dist/components/Tabs/TabPanel.js +48 -38
- package/dist/components/Tabs/Tabs.d.ts +6 -4
- package/dist/components/Tabs/Tabs.js +115 -112
- package/dist/components/TextDisplay/TextDisplay.d.ts +7 -3
- package/dist/components/TextDisplay/TextDisplay.js +44 -37
- package/dist/components/TextDisplay/TextDisplay.stories.d.ts +2 -1
- package/dist/components/Toggle/Toggle.js +1 -1
- package/dist/components/ToggleGroup/Group.d.ts +2 -0
- package/dist/components/ToggleGroup/Group.js +4 -2
- package/dist/components/ToggleGroup/Toggle.d.ts +2 -0
- package/dist/components/ToggleGroup/Toggle.js +8 -4
- package/dist/components/ToggleGroup/ToggleGroup.js +2 -2
- package/dist/components/ToggleGroup/ToggleGroup.stories.d.ts +2 -0
- package/dist/components/Tooltip/Tooltip.d.ts +3 -1
- package/dist/components/Tooltip/Tooltip.js +4 -4
- package/dist/components/Tooltip/Tooltip.stories.d.ts +1 -0
- package/dist/contexts/SnackbarProvider/SnackbarProvider.d.ts +2 -2
- package/dist/contexts/SnackbarProvider/SnackbarProvider.js +35 -30
- package/dist/contexts/SnackbarProvider/SnackbarProvider.stories.d.ts +1 -1
- package/dist/{index-D3Wj0eid.js → index-bQFToy-I.js} +1 -1
- package/dist/main.d.ts +8 -0
- package/dist/main.js +95 -79
- package/dist/marola.css +1 -1
- package/dist/{ownerDocument-B61GUaFs.js → ownerDocument-YGhwAnr1.js} +1 -1
- package/dist/test-utils/assertStyles.d.ts +1 -1
- package/dist/{useButton-Bn3MNH8I.js → useButton-DcihopJG.js} +1 -1
- package/dist/{useList-BpJT77u3.js → useList-B9C55YB7.js} +2 -2
- package/dist/{useSlotProps-kRhf7Gil.js → useSlotProps-C_I1kEHr.js} +73 -72
- package/package.json +22 -13
- package/dist/Dialog.module-DFcZsVAd.js +0 -30
- package/dist/Group-B3p31ftp.js +0 -26
- package/dist/Input.module-ZTRZRcNt.js +0 -405
- package/dist/SelectButton-CoOT2txy.js +0 -61
- package/dist/Toggle-f5brSwAI.js +0 -175
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { g as T, a as _, _ as x, b as i, c as B, P as e, d as O, e as D } from "./useSlotProps-
|
|
1
|
+
import { g as T, a as _, _ as x, b as i, c as B, P as e, d as O, e as D } from "./useSlotProps-C_I1kEHr.js";
|
|
2
2
|
import * as c from "react";
|
|
3
3
|
import { jsx as F } from "react/jsx-runtime";
|
|
4
|
-
import { u as S } from "./useButton-
|
|
4
|
+
import { u as S } from "./useButton-DcihopJG.js";
|
|
5
5
|
const m = "Button";
|
|
6
6
|
function U(s) {
|
|
7
7
|
return T(m, s);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as t from "react";
|
|
2
|
-
import { u as C, P as f } from "./useSlotProps-
|
|
2
|
+
import { u as C, P as f } from "./useSlotProps-C_I1kEHr.js";
|
|
3
3
|
import { jsx as w } from "react/jsx-runtime";
|
|
4
4
|
import { u as L } from "./useEventCallback-BAQJJ3ye.js";
|
|
5
|
-
import { o as h, e as b } from "./ownerDocument-
|
|
6
|
-
import { e as g } from "./index-
|
|
5
|
+
import { o as h, e as b } from "./ownerDocument-YGhwAnr1.js";
|
|
6
|
+
import { e as g } from "./index-bQFToy-I.js";
|
|
7
7
|
function T(c) {
|
|
8
8
|
return c.substring(2).toLowerCase();
|
|
9
9
|
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import './assets/Dialog.css';
|
|
2
|
+
const _ = "_dialog_1vpwu_78", p = "_dialog__backdrop_1vpwu_88", a = "_dialog__panel_1vpwu_96", o = "_dialog__title_1vpwu_112", u = "_dialog__subtitle_1vpwu_119", t = "_dialog__divider_1vpwu_123", y = "_dialog__actions_1vpwu_137", g = {
|
|
3
|
+
"u-typography-h1": "_u-typography-h1_1vpwu_1",
|
|
4
|
+
"u-typography-h2": "_u-typography-h2_1vpwu_8",
|
|
5
|
+
"u-typography-h3": "_u-typography-h3_1vpwu_15",
|
|
6
|
+
"u-typography-h4": "_u-typography-h4_1vpwu_22",
|
|
7
|
+
"u-typography-h5": "_u-typography-h5_1vpwu_29",
|
|
8
|
+
"u-typography-h6": "_u-typography-h6_1vpwu_36",
|
|
9
|
+
"u-typography-base": "_u-typography-base_1vpwu_43",
|
|
10
|
+
"u-typography-base--xxl": "_u-typography-base--xxl_1vpwu_49",
|
|
11
|
+
"u-typography-base--xl": "_u-typography-base--xl_1vpwu_53",
|
|
12
|
+
"u-typography-base--lg": "_u-typography-base--lg_1vpwu_57",
|
|
13
|
+
"u-typography-base--sm": "_u-typography-base--sm_1vpwu_61",
|
|
14
|
+
"u-typography-base--bold": "_u-typography-base--bold_1vpwu_65",
|
|
15
|
+
"u-typography-base--strikethrough": "_u-typography-base--strikethrough_1vpwu_68",
|
|
16
|
+
"u-typography-base--underlined": "_u-typography-base--underlined_1vpwu_71",
|
|
17
|
+
"u-typography-base--strikethrough-underlined": "_u-typography-base--strikethrough-underlined_1vpwu_74",
|
|
18
|
+
dialog: _,
|
|
19
|
+
dialog__backdrop: p,
|
|
20
|
+
dialog__panel: a,
|
|
21
|
+
dialog__title: o,
|
|
22
|
+
dialog__subtitle: u,
|
|
23
|
+
dialog__divider: t,
|
|
24
|
+
"dialog__close-icon": "_dialog__close-icon_1vpwu_127",
|
|
25
|
+
dialog__actions: y
|
|
26
|
+
};
|
|
27
|
+
export {
|
|
28
|
+
g as s
|
|
29
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import './assets/Group.css';
|
|
2
|
+
import { jsxs as l, jsx as o } from "react/jsx-runtime";
|
|
3
|
+
import { forwardRef as n } from "react";
|
|
4
|
+
import { c as u } from "./clsx-DB4S2d7J.js";
|
|
5
|
+
import { Icon as m } from "./components/Icon/Icon.js";
|
|
6
|
+
import { Typography as c } from "./components/Typography/Typography.js";
|
|
7
|
+
const p = "_toggle__input_hu6m0_1", h = "_toggle__label_hu6m0_11", t = {
|
|
8
|
+
toggle__input: p,
|
|
9
|
+
toggle__label: h,
|
|
10
|
+
"toggle__label--selected": "_toggle__label--selected_hu6m0_21",
|
|
11
|
+
"toggle__label--disabled": "_toggle__label--disabled_hu6m0_21",
|
|
12
|
+
"toggle-group__fieldset": "_toggle-group__fieldset_hu6m0_35",
|
|
13
|
+
"toggle-group__options": "_toggle-group__options_hu6m0_40",
|
|
14
|
+
"toggle-group__options-same-width": "_toggle-group__options-same-width_hu6m0_44",
|
|
15
|
+
"toggle-group__error": "_toggle-group__error_hu6m0_47"
|
|
16
|
+
}, y = n((e, r) => {
|
|
17
|
+
const { children: s, legend: _, error: g, equalWidth: a } = e, d = e["data-testid"] ? `${e["data-testid"]}-legend` : void 0, i = e["data-testid"] ? `${e["data-testid"]}-error` : void 0;
|
|
18
|
+
return /* @__PURE__ */ l("fieldset", { ref: r, "data-testid": e["data-testid"], className: t["toggle-group__fieldset"], children: [
|
|
19
|
+
_ && /* @__PURE__ */ o("legend", { "data-testid": d, children: _ }),
|
|
20
|
+
/* @__PURE__ */ o("div", { className: u(t["toggle-group__options"], a && t["toggle-group__options-same-width"]), children: s }),
|
|
21
|
+
g && /* @__PURE__ */ l(c, { className: t["toggle-group__error"], "data-testid": i, children: [
|
|
22
|
+
/* @__PURE__ */ o(m, { icon: "circle-exclamation" }),
|
|
23
|
+
g
|
|
24
|
+
] })
|
|
25
|
+
] });
|
|
26
|
+
});
|
|
27
|
+
export {
|
|
28
|
+
y as G,
|
|
29
|
+
t as s
|
|
30
|
+
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { g as jt, a as zt, _ as It, u as Ut, b as ut, c as Xt, P as x, d as Yt, e as Kt } from "./useSlotProps-
|
|
1
|
+
import { g as jt, a as zt, _ as It, u as Ut, b as ut, c as Xt, P as x, d as Yt, e as Kt } from "./useSlotProps-C_I1kEHr.js";
|
|
2
2
|
import * as b from "react";
|
|
3
3
|
import { useLayoutEffect as Gt, useEffect as Jt } from "react";
|
|
4
|
-
import { r as Qt } from "./index-
|
|
4
|
+
import { r as Qt } from "./index-bQFToy-I.js";
|
|
5
5
|
import { jsx as Z } from "react/jsx-runtime";
|
|
6
6
|
import { u as Zt } from "./useEnhancedEffect-CJGo-L3B.js";
|
|
7
|
-
import { P as qt, H as gt } from "./Portal-
|
|
7
|
+
import { P as qt, H as gt } from "./Portal-oY3enyAm.js";
|
|
8
8
|
const et = Math.min, z = Math.max, nt = Math.round, q = Math.floor, H = (t) => ({
|
|
9
9
|
x: t,
|
|
10
10
|
y: t
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as o from "react";
|
|
2
|
-
import { r as P, e as y } from "./index-
|
|
3
|
-
import { u as T, s as a, P as i } from "./useSlotProps-
|
|
2
|
+
import { r as P, e as y } from "./index-bQFToy-I.js";
|
|
3
|
+
import { u as T, s as a, P as i } from "./useSlotProps-C_I1kEHr.js";
|
|
4
4
|
import { jsx as c } from "react/jsx-runtime";
|
|
5
5
|
import { u as f } from "./useEnhancedEffect-CJGo-L3B.js";
|
|
6
6
|
function N(t, l, s, n, u) {
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import './assets/SelectButton.css';
|
|
2
|
+
import { jsxs as l, jsx as e } from "react/jsx-runtime";
|
|
3
|
+
import { forwardRef as g } from "react";
|
|
4
|
+
import { c as d } from "./clsx-DB4S2d7J.js";
|
|
5
|
+
import { Icon as p } from "./components/Icon/Icon.js";
|
|
6
|
+
import { Typography as b } from "./components/Typography/Typography.js";
|
|
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 = {
|
|
8
|
+
"u-typography-h1": "_u-typography-h1_1abqy_1",
|
|
9
|
+
"u-typography-h2": "_u-typography-h2_1abqy_8",
|
|
10
|
+
"u-typography-h3": "_u-typography-h3_1abqy_15",
|
|
11
|
+
"u-typography-h4": "_u-typography-h4_1abqy_22",
|
|
12
|
+
"u-typography-h5": "_u-typography-h5_1abqy_29",
|
|
13
|
+
"u-typography-h6": "_u-typography-h6_1abqy_36",
|
|
14
|
+
"u-typography-base": "_u-typography-base_1abqy_43",
|
|
15
|
+
"u-typography-base--xxl": "_u-typography-base--xxl_1abqy_49",
|
|
16
|
+
"u-typography-base--xl": "_u-typography-base--xl_1abqy_53",
|
|
17
|
+
"u-typography-base--lg": "_u-typography-base--lg_1abqy_57",
|
|
18
|
+
"select-button__text": "_select-button__text_1abqy_57",
|
|
19
|
+
"u-typography-base--sm": "_u-typography-base--sm_1abqy_61",
|
|
20
|
+
"u-typography-base--bold": "_u-typography-base--bold_1abqy_65",
|
|
21
|
+
select__listbox__option__text: q,
|
|
22
|
+
"u-typography-base--strikethrough": "_u-typography-base--strikethrough_1abqy_68",
|
|
23
|
+
"u-typography-base--underlined": "_u-typography-base--underlined_1abqy_71",
|
|
24
|
+
"u-typography-base--strikethrough-underlined": "_u-typography-base--strikethrough-underlined_1abqy_74",
|
|
25
|
+
select__wrapper: x,
|
|
26
|
+
"select__wrapper--fit-content-width": "_select__wrapper--fit-content-width_1abqy_81",
|
|
27
|
+
select__label: m,
|
|
28
|
+
"messages-wrapper": "_messages-wrapper_1abqy_92",
|
|
29
|
+
select: f,
|
|
30
|
+
select__popup: w,
|
|
31
|
+
select__listbox: v,
|
|
32
|
+
select__listbox__option: S,
|
|
33
|
+
select__listbox__option__icon: k,
|
|
34
|
+
"select__listbox__option--disabled": "_select__listbox__option--disabled_1abqy_132",
|
|
35
|
+
"select__listbox__option--selected": "_select__listbox__option--selected_1abqy_132",
|
|
36
|
+
"select-button": "_select-button_1abqy_57",
|
|
37
|
+
"select-button--full-width": "_select-button--full-width_1abqy_167",
|
|
38
|
+
"select-button--placeholder": "_select-button--placeholder_1abqy_170",
|
|
39
|
+
"base-Select-popup": "_base-Select-popup_1abqy_176",
|
|
40
|
+
"select-button__icon": "_select-button__icon_1abqy_188",
|
|
41
|
+
"select-button--active": "_select-button--active_1abqy_191",
|
|
42
|
+
"select-button--error": "_select-button--error_1abqy_194",
|
|
43
|
+
"info-message": "_info-message_1abqy_223",
|
|
44
|
+
"error-message": "_error-message_1abqy_224"
|
|
45
|
+
}, C = g((_, y) => {
|
|
46
|
+
const { children: o, disabled: c, className: r, "data-testid": n, prefix: s, onClick: i, fullWidth: u, placeholder: h } = _, a = _["aria-expanded"];
|
|
47
|
+
return /* @__PURE__ */ l(
|
|
48
|
+
"button",
|
|
49
|
+
{
|
|
50
|
+
className: d(
|
|
51
|
+
r,
|
|
52
|
+
a ? t["select-button--active"] : "",
|
|
53
|
+
t["select-button"],
|
|
54
|
+
u && t["select-button--full-width"],
|
|
55
|
+
String(h) === String(o) && t["select-button--placeholder"]
|
|
56
|
+
),
|
|
57
|
+
type: "button",
|
|
58
|
+
onClick: i,
|
|
59
|
+
disabled: c,
|
|
60
|
+
"data-testid": n,
|
|
61
|
+
ref: y,
|
|
62
|
+
children: [
|
|
63
|
+
/* @__PURE__ */ l("span", { className: t["select-button__text"], children: [
|
|
64
|
+
s && /* @__PURE__ */ e(b, { variant: "base-lg", children: s }),
|
|
65
|
+
/* @__PURE__ */ e(b, { variant: "base-lg", children: o })
|
|
66
|
+
] }),
|
|
67
|
+
/* @__PURE__ */ e("span", { className: t["select-button__icon"], children: a ? /* @__PURE__ */ e(p, { icon: "chevron-up" }) : /* @__PURE__ */ e(p, { icon: "chevron-down" }) })
|
|
68
|
+
]
|
|
69
|
+
}
|
|
70
|
+
);
|
|
71
|
+
});
|
|
72
|
+
export {
|
|
73
|
+
C as S,
|
|
74
|
+
t as s
|
|
75
|
+
};
|
|
@@ -2,21 +2,21 @@ import './assets/Tabs.css';
|
|
|
2
2
|
import * as a from "react";
|
|
3
3
|
const s = /* @__PURE__ */ a.createContext(null);
|
|
4
4
|
process.env.NODE_ENV !== "production" && (s.displayName = "TabsContext");
|
|
5
|
-
function
|
|
5
|
+
function e() {
|
|
6
6
|
const t = a.useContext(s);
|
|
7
7
|
if (t == null)
|
|
8
8
|
throw new Error("No TabsContext provided");
|
|
9
9
|
return t;
|
|
10
10
|
}
|
|
11
|
-
const _ = "
|
|
11
|
+
const _ = "_tabs_1xfbu_1", b = "_tabs__tab_1xfbu_5", o = {
|
|
12
12
|
tabs: _,
|
|
13
|
-
tabs__tab:
|
|
14
|
-
"tabs__tab--disabled": "_tabs__tab--
|
|
15
|
-
"tabs__tab--selected": "_tabs__tab--
|
|
16
|
-
"tabs__tab-panel": "_tabs__tab-
|
|
13
|
+
tabs__tab: b,
|
|
14
|
+
"tabs__tab--disabled": "_tabs__tab--disabled_1xfbu_23",
|
|
15
|
+
"tabs__tab--selected": "_tabs__tab--selected_1xfbu_32",
|
|
16
|
+
"tabs__tab-panel": "_tabs__tab-panel_1xfbu_36"
|
|
17
17
|
};
|
|
18
18
|
export {
|
|
19
19
|
s as T,
|
|
20
20
|
o as s,
|
|
21
|
-
|
|
21
|
+
e as u
|
|
22
22
|
};
|
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
import './assets/Toggle2.css';
|
|
2
|
+
import { jsx as i, jsxs as k } from "react/jsx-runtime";
|
|
3
|
+
import { forwardRef as u } from "react";
|
|
4
|
+
import { c as l } from "./clsx-DB4S2d7J.js";
|
|
5
|
+
import { Icon as C } from "./components/Icon/Icon.js";
|
|
6
|
+
import { Typography as N } from "./components/Typography/Typography.js";
|
|
7
|
+
import "./components/Input/Input.js";
|
|
8
|
+
import "./components/Avatar/Avatar.js";
|
|
9
|
+
import "./components/Button/Button.js";
|
|
10
|
+
import { Adornment as v } from "./components/Adornment/Adornment.js";
|
|
11
|
+
import "./components/Dialog/Dialog.js";
|
|
12
|
+
import { Skeleton as f } from "./components/Skeleton/Skeleton.js";
|
|
13
|
+
import "./components/IconButton/IconButton.js";
|
|
14
|
+
import "./components/InputSearch/InputSearch.js";
|
|
15
|
+
import "./components/Select/Select.js";
|
|
16
|
+
import "./components/Popover/Popover.js";
|
|
17
|
+
import "./components/Table/Table.js";
|
|
18
|
+
import "./components/Tabs/Tabs.js";
|
|
19
|
+
import { s as y } from "./Group-DspH8hyO.js";
|
|
20
|
+
import "./contexts/SnackbarProvider/SnackbarProvider.js";
|
|
21
|
+
import { B as x } from "./Button-BAljjMv3.js";
|
|
22
|
+
const I = "_chip_1wvod_61", P = "_chip__adornment_1wvod_116", z = "_chip__remove_1wvod_121", n = {
|
|
23
|
+
"u-typography-h1": "_u-typography-h1_1wvod_1",
|
|
24
|
+
"u-typography-h2": "_u-typography-h2_1wvod_8",
|
|
25
|
+
"u-typography-h3": "_u-typography-h3_1wvod_15",
|
|
26
|
+
"u-typography-h4": "_u-typography-h4_1wvod_22",
|
|
27
|
+
"u-typography-h5": "_u-typography-h5_1wvod_29",
|
|
28
|
+
"u-typography-h6": "_u-typography-h6_1wvod_36",
|
|
29
|
+
"u-typography-base": "_u-typography-base_1wvod_43",
|
|
30
|
+
"u-typography-base--xxl": "_u-typography-base--xxl_1wvod_49",
|
|
31
|
+
"u-typography-base--xl": "_u-typography-base--xl_1wvod_53",
|
|
32
|
+
"u-typography-base--lg": "_u-typography-base--lg_1wvod_57",
|
|
33
|
+
"u-typography-base--sm": "_u-typography-base--sm_1wvod_61",
|
|
34
|
+
chip: I,
|
|
35
|
+
"u-typography-base--bold": "_u-typography-base--bold_1wvod_65",
|
|
36
|
+
"u-typography-base--strikethrough": "_u-typography-base--strikethrough_1wvod_68",
|
|
37
|
+
"u-typography-base--underlined": "_u-typography-base--underlined_1wvod_71",
|
|
38
|
+
"u-typography-base--strikethrough-underlined": "_u-typography-base--strikethrough-underlined_1wvod_74",
|
|
39
|
+
"chip--button": "_chip--button_1wvod_90",
|
|
40
|
+
"chip--outlined": "_chip--outlined_1wvod_104",
|
|
41
|
+
"chip--contained": "_chip--contained_1wvod_110",
|
|
42
|
+
chip__adornment: P,
|
|
43
|
+
chip__remove: z,
|
|
44
|
+
"chip__remove--disabled": "_chip__remove--disabled_1wvod_133",
|
|
45
|
+
"chip-loading": "_chip-loading_1wvod_137"
|
|
46
|
+
}, S = u((t, d) => {
|
|
47
|
+
const { children: _, onClickContent: o, disabled: r, className: a, variant: s } = t;
|
|
48
|
+
let e = l(
|
|
49
|
+
n.chip,
|
|
50
|
+
{ [n["chip--outlined"]]: s === "outlined" },
|
|
51
|
+
{ [n["chip--contained"]]: s === "contained" },
|
|
52
|
+
a
|
|
53
|
+
);
|
|
54
|
+
return o ? (e += ` ${n["chip--button"]}`, /* @__PURE__ */ i(
|
|
55
|
+
x,
|
|
56
|
+
{
|
|
57
|
+
onClick: o,
|
|
58
|
+
disabled: r,
|
|
59
|
+
"data-testid": t["data-testid"],
|
|
60
|
+
ref: d,
|
|
61
|
+
className: e,
|
|
62
|
+
children: _
|
|
63
|
+
}
|
|
64
|
+
)) : /* @__PURE__ */ i("span", { "data-testid": t["data-testid"], ref: d, className: e, children: _ });
|
|
65
|
+
}), X = u((t, d) => {
|
|
66
|
+
const {
|
|
67
|
+
label: _,
|
|
68
|
+
className: o,
|
|
69
|
+
onClickContent: r,
|
|
70
|
+
leftAdornment: a,
|
|
71
|
+
loading: s = !1,
|
|
72
|
+
disabled: e = !1,
|
|
73
|
+
variant: g = "default",
|
|
74
|
+
onClickRemove: m
|
|
75
|
+
} = t;
|
|
76
|
+
if (s)
|
|
77
|
+
return /* @__PURE__ */ i(
|
|
78
|
+
f,
|
|
79
|
+
{
|
|
80
|
+
className: l(n["chip-loading"], t["className-skeleton"]),
|
|
81
|
+
"data-testid": t["data-testid-skeleton"]
|
|
82
|
+
}
|
|
83
|
+
);
|
|
84
|
+
const b = l(a == null ? void 0 : a.className, n.chip__adornment), w = a != null && a.customIcon ? { ...a, className: b } : { ...a, disabled: e, className: b };
|
|
85
|
+
return /* @__PURE__ */ k(
|
|
86
|
+
S,
|
|
87
|
+
{
|
|
88
|
+
ref: d,
|
|
89
|
+
"data-testid": t["data-testid"],
|
|
90
|
+
onClickContent: r,
|
|
91
|
+
disabled: e,
|
|
92
|
+
className: o,
|
|
93
|
+
variant: g,
|
|
94
|
+
children: [
|
|
95
|
+
a && /* @__PURE__ */ i(v, { ...w }),
|
|
96
|
+
_,
|
|
97
|
+
m && /* @__PURE__ */ i(
|
|
98
|
+
"span",
|
|
99
|
+
{
|
|
100
|
+
className: l(n.chip__remove, { [n["chip__remove--disabled"]]: e }),
|
|
101
|
+
role: "button",
|
|
102
|
+
tabIndex: e ? -1 : 0,
|
|
103
|
+
"aria-label": "remove",
|
|
104
|
+
onClick: (c) => {
|
|
105
|
+
c == null || c.stopPropagation(), c == null || c.nativeEvent.stopImmediatePropagation(), m();
|
|
106
|
+
},
|
|
107
|
+
"aria-disabled": e,
|
|
108
|
+
children: /* @__PURE__ */ i(C, { icon: "circle-xmark", size: "1.125rem", color: "rgba(var(--gray-95-rgb), 0.45)" })
|
|
109
|
+
}
|
|
110
|
+
)
|
|
111
|
+
]
|
|
112
|
+
}
|
|
113
|
+
);
|
|
114
|
+
}), h = {
|
|
115
|
+
"row-item": "_row-item_8z1a0_1",
|
|
116
|
+
"row-item--clickable": "_row-item--clickable_8z1a0_13",
|
|
117
|
+
"row-item--disabled": "_row-item--disabled_8z1a0_19",
|
|
118
|
+
"row-item__content": "_row-item__content_8z1a0_22"
|
|
119
|
+
}, Y = u((t, d) => {
|
|
120
|
+
const { children: _, leftAdornment: o, disabled: r, onClick: a, buttons: s, ariaLabel: e, className: g } = t, m = l(o == null ? void 0 : o.className, h["row-item__adornment"]), w = {
|
|
121
|
+
onClick: (p) => {
|
|
122
|
+
r || a && a(p);
|
|
123
|
+
},
|
|
124
|
+
tabIndex: 0,
|
|
125
|
+
"aria-label": e,
|
|
126
|
+
role: "button"
|
|
127
|
+
}, c = o != null && o.customIcon ? o : { size: "1rem", ...o };
|
|
128
|
+
return /* @__PURE__ */ k(
|
|
129
|
+
"div",
|
|
130
|
+
{
|
|
131
|
+
"data-testid": t["data-testid"],
|
|
132
|
+
className: l(
|
|
133
|
+
h["row-item"],
|
|
134
|
+
a && h["row-item--clickable"],
|
|
135
|
+
a && r && h["row-item--disabled"],
|
|
136
|
+
g
|
|
137
|
+
),
|
|
138
|
+
...!!a && w,
|
|
139
|
+
ref: d,
|
|
140
|
+
children: [
|
|
141
|
+
o && /* @__PURE__ */ i(v, { ...c, className: m, disabled: r }),
|
|
142
|
+
/* @__PURE__ */ i("span", { className: l(h["row-item__content"]), children: _ }),
|
|
143
|
+
s && /* @__PURE__ */ i(
|
|
144
|
+
"div",
|
|
145
|
+
{
|
|
146
|
+
onClick: (p) => {
|
|
147
|
+
p == null || p.stopPropagation(), p == null || p.nativeEvent.stopImmediatePropagation();
|
|
148
|
+
},
|
|
149
|
+
children: s
|
|
150
|
+
}
|
|
151
|
+
)
|
|
152
|
+
]
|
|
153
|
+
}
|
|
154
|
+
);
|
|
155
|
+
}), Z = u((t, d) => {
|
|
156
|
+
const { text: _, isSelected: o = !1, value: r, onChange: a, disabled: s } = t;
|
|
157
|
+
return /* @__PURE__ */ k(
|
|
158
|
+
"label",
|
|
159
|
+
{
|
|
160
|
+
className: l(
|
|
161
|
+
[y.toggle__label],
|
|
162
|
+
o && y["toggle__label--selected"],
|
|
163
|
+
s && y["toggle__label--disabled"]
|
|
164
|
+
),
|
|
165
|
+
"data-testid": t["data-testid"],
|
|
166
|
+
children: [
|
|
167
|
+
/* @__PURE__ */ i(
|
|
168
|
+
"input",
|
|
169
|
+
{
|
|
170
|
+
className: l([y.toggle__input]),
|
|
171
|
+
type: "radio",
|
|
172
|
+
ref: d,
|
|
173
|
+
value: r.toString(),
|
|
174
|
+
onChange: () => a(r),
|
|
175
|
+
role: "radio",
|
|
176
|
+
checked: o,
|
|
177
|
+
"aria-checked": o,
|
|
178
|
+
disabled: s
|
|
179
|
+
}
|
|
180
|
+
),
|
|
181
|
+
/* @__PURE__ */ i(N, { bold: !0, children: _ })
|
|
182
|
+
]
|
|
183
|
+
}
|
|
184
|
+
);
|
|
185
|
+
});
|
|
186
|
+
export {
|
|
187
|
+
X as C,
|
|
188
|
+
Y as R,
|
|
189
|
+
Z as T
|
|
190
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._u-typography-h1_9p2mz_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_9p2mz_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_9p2mz_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_9p2mz_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_9p2mz_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_9p2mz_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_9p2mz_43{margin:0;font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_9p2mz_49{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_9p2mz_53{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_9p2mz_57{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_9p2mz_61{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_9p2mz_65{font-weight:var(--base-bold)}._u-typography-base--strikethrough_9p2mz_68{text-decoration:line-through}._u-typography-base--underlined_9p2mz_71{text-decoration:underline}._u-typography-base--strikethrough-underlined_9p2mz_74{text-decoration:underline line-through}._container_9p2mz_78{display:flex;padding:16px;border:1px solid;border-radius:6px}._container--success_9p2mz_84{background-color:var(--green-1);border-color:var(--green-3)}._container--warning_9p2mz_88{background-color:var(--gold-1);border-color:var(--gold-3)}._container--error_9p2mz_92{background-color:var(--error-background);border-color:var(--error-border)}._container--info_9p2mz_96{background-color:var(--blue-1);border-color:var(--blue-3)}._container--default_9p2mz_100{background-color:var(--white-100);border-color:var(--border)}._container--close-icon_9p2mz_104{justify-self:flex-end;margin-left:16px;cursor:pointer}._container--content_9p2mz_109{width:100%}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._u-typography-h1_mj65r_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_mj65r_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_mj65r_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_mj65r_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_mj65r_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_mj65r_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_mj65r_43{margin:0;font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_mj65r_49{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_mj65r_53{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_mj65r_57{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_mj65r_61{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_mj65r_65,._autocomplete__dropdown-item_mj65r_65{font-weight:var(--base-bold)}._u-typography-base--strikethrough_mj65r_68{text-decoration:line-through}._u-typography-base--underlined_mj65r_71{text-decoration:underline}._u-typography-base--strikethrough-underlined_mj65r_74{text-decoration:underline line-through}._autocomplete_mj65r_65{position:relative;margin-bottom:16px}._autocomplete__dropdown-list_mj65r_82{position:absolute;z-index:1;width:100%;max-height:25rem;padding:0;margin-top:.25rem;overflow-y:auto;background-color:#fff;border-radius:var(--border-radius);box-shadow:0 6px 12px rgba(var(--black-100-rgb),20%)}._autocomplete__dropdown-item_mj65r_65{display:flex;padding:.375rem 1rem;color:rgba(var(--gray-95-rgb),88%);list-style:none;cursor:pointer;border-radius:var(--border-radius-soft)}._autocomplete__dropdown-item_mj65r_65[aria-selected=true]{color:var(--gray-90);background-color:var(--accent-lighter)}._autocomplete__dropdown-item_mj65r_65[aria-selected=true]._option-focused_mj65r_106{color:var(--accent)}._autocomplete__dropdown-item_mj65r_65:hover{color:var(--accent);background-color:rgba(var(--black-100-rgb),4%);border-radius:var(--border-radius-soft)}._option-focused_mj65r_106{color:var(--accent)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._u-typography-h1_4n12g_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_4n12g_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_4n12g_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_4n12g_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_4n12g_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_4n12g_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_4n12g_43{margin:0;font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_4n12g_49{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_4n12g_53{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_4n12g_57,._avatar_4n12g_57{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_4n12g_61{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_4n12g_65{font-weight:var(--base-bold)}._u-typography-base--strikethrough_4n12g_68{text-decoration:line-through}._u-typography-base--underlined_4n12g_71{text-decoration:underline}._u-typography-base--strikethrough-underlined_4n12g_74{text-decoration:underline line-through}._avatar_4n12g_57{display:inline-flex;align-items:center;justify-content:center;background-color:var(--gray-5);overflow:hidden;position:relative}._avatar--large_4n12g_86{width:40px;height:40px}._avatar--default_4n12g_90{width:32px;height:32px}._avatar--small_4n12g_94{width:24px;height:24px}._avatar--custom_4n12g_98{width:var(--avatar-custom-size);height:var(--avatar-custom-size)}._avatar--circle_4n12g_102{border-radius:50%}._avatar--square_4n12g_105{border-radius:6px}._avatar__icon_4n12g_108,._avatar__image_4n12g_108,._avatar__text_4n12g_108{display:flex;align-items:center;justify-content:center;width:100%;height:100%}._avatar__image_4n12g_108 img{width:100%;height:100%;object-fit:cover}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._u-typography-h1_he0z3_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_he0z3_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_he0z3_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_he0z3_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_he0z3_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_he0z3_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_he0z3_43{margin:0;font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_he0z3_49{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_he0z3_53{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_he0z3_57{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_he0z3_61{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_he0z3_65{font-weight:var(--base-bold)}._u-typography-base--strikethrough_he0z3_68{text-decoration:line-through}._u-typography-base--underlined_he0z3_71{text-decoration:underline}._u-typography-base--strikethrough-underlined_he0z3_74{text-decoration:underline line-through}._container_he0z3_78{display:flex;flex-direction:column}._container--text_he0z3_82{opacity:88%}._container--inline_he0z3_85{flex-direction:row;gap:.5rem}
|
package/dist/assets/Dialog.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._u-typography-
|
|
1
|
+
._u-typography-h1_1vpwu_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_1vpwu_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_1vpwu_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_1vpwu_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_1vpwu_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_1vpwu_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_1vpwu_43{margin:0;font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_1vpwu_49{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_1vpwu_53{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_1vpwu_57{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_1vpwu_61{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_1vpwu_65{font-weight:var(--base-bold)}._u-typography-base--strikethrough_1vpwu_68{text-decoration:line-through}._u-typography-base--underlined_1vpwu_71{text-decoration:underline}._u-typography-base--strikethrough-underlined_1vpwu_74{text-decoration:underline line-through}._dialog_1vpwu_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_1vpwu_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_1vpwu_96{position:relative;display:flex;flex-direction:column;gap:8px;width:680px;padding:2rem;overflow:hidden;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_1vpwu_112{display:flex;gap:.75rem;align-items:center;margin-bottom:1rem;color:#3f3d4be0}._dialog__subtitle_1vpwu_119{margin-top:1rem;color:#3f3d4be0}._dialog__divider_1vpwu_123{width:100%;border-top:1px solid var(--gray-10)}._dialog__close-icon_1vpwu_127{position:absolute;top:34px;right:32px;padding:0;margin:0;cursor:pointer;background:none;border:none}._dialog__actions_1vpwu_137{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1.5rem}._dialog__actions_1vpwu_137 button{padding:0 1.5rem}._dialog__actions_1vpwu_137 button [class*=_u-typography-base]{font-weight:700}._dialog__actions_1vpwu_137 button[class*=_button--secondary]{color:#3f3d4be0}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
._ellipsis-
|
|
1
|
+
._ellipsis-tooltip_1ov97_1{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:var(--line-clamp, 1);line-clamp:var(--line-clamp, 1);-webkit-box-orient:vertical;line-break:anywhere}
|
package/dist/assets/Group.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._toggle__input_hu6m0_1{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;visibility:hidden;opacity:0}._toggle__label_hu6m0_11{position:relative;flex-grow:1;padding:.5rem 1rem;color:var(--gray-90);text-align:center;cursor:pointer;border:solid 1px var(--gray-25);border-radius:6px}._toggle__label_hu6m0_11:hover:not(._toggle__label--selected_hu6m0_21,._toggle__label--disabled_hu6m0_21){border-color:var(--gray-75);opacity:.9}._toggle__label--selected_hu6m0_21{color:var(--accent);border-color:var(--accent)}._toggle__label--disabled_hu6m0_21{color:rgb(var(--black-100-rgb),.25);cursor:default;background-color:rgb(var(--black-100-rgb),.04)}._toggle-group__fieldset_hu6m0_35{padding:0;margin:0;border:none}._toggle-group__options_hu6m0_40{display:flex;gap:.5rem}._toggle-group__options-same-width_hu6m0_44>*{flex:1}._toggle-group__error_hu6m0_47{display:flex;gap:.375rem;align-items:center;margin-top:.3125rem;color:var(--alert)}._toggle-group__error_hu6m0_47 svg{min-width:1rem;min-height:1rem}
|
package/dist/assets/Input.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._u-typography-
|
|
1
|
+
._u-typography-h1_3n32h_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_3n32h_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_3n32h_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_3n32h_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_3n32h_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_3n32h_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_3n32h_43{margin:0;font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_3n32h_49{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_3n32h_53{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_3n32h_57,._input__input-el_3n32h_57{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_3n32h_61{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_3n32h_65,._input__input-el_3n32h_57{font-weight:var(--base-bold)}._u-typography-base--strikethrough_3n32h_68{text-decoration:line-through}._u-typography-base--underlined_3n32h_71{text-decoration:underline}._u-typography-base--strikethrough-underlined_3n32h_74{text-decoration:underline line-through}._input_3n32h_57{position:relative}._input_3n32h_57:has(._input__messages-wrapper_3n32h_81:not(:empty)){padding-bottom:1.6875rem}._input__label_3n32h_84{display:block;margin-bottom:.3125rem;color:var(--gray-75)}._input__input-el-wrapper_3n32h_89{display:flex;align-items:center;height:2.5rem;border:solid .0625rem var(--gray-25);border-radius:.375rem;transition:all .3s}._input__input-el_3n32h_57{all:unset;width:100%;height:2.5rem;padding:0 1rem;color:var(--gray-90);outline:none}._input__input-el_3n32h_57::placeholder{color:var(--gray-50)}._input__left-icon_3n32h_108,._input__right-icon_3n32h_108{display:flex;align-items:center;justify-content:center;height:1rem}._input__left-icon_3n32h_108{padding-left:1rem}._input__right-icon_3n32h_108{padding-right:1rem}._input__messages-wrapper_3n32h_81{position:absolute;display:flex;gap:1rem;justify-content:space-between;width:100%}._input__messages-wrapper_3n32h_81:not(:empty){margin-top:.3125rem}._input__messages-wrapper_3n32h_81 svg{min-width:1rem;min-height:1rem}._input__info-message_3n32h_134,._input__error-message_3n32h_134{display:flex;gap:.375rem;align-items:center}._input__info-message_3n32h_134{color:var(--gray-75)}._input__error-message_3n32h_134{color:var(--alert)}._input__chars-counter_3n32h_145{margin-left:auto;color:var(--gray-75);white-space:nowrap}._input--disabled_3n32h_150 ._input__input-el_3n32h_57{color:var(--gray-50)}._input_3n32h_57:has(._input--disabled_3n32h_150) ._input__label_3n32h_84{color:var(--gray-25)}._input--focused_3n32h_156._input__input-el-wrapper_3n32h_89{border-color:var(--accent)}._input--error_3n32h_159._input__input-el-wrapper_3n32h_89{border-color:var(--alert)}._input__input-el-wrapper_3n32h_89:hover:not(._input--disabled_3n32h_150,._input--focused_3n32h_156,._input--error_3n32h_159){border-color:var(--gray-75)}textarea._input__input-el_3n32h_57{height:auto;padding:.5rem 1rem;resize:vertical}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
._u-typography-
|
|
1
|
+
._u-typography-h1_1loyf_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_1loyf_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_1loyf_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_1loyf_22,._page-header__main-left-content_1loyf_22 ._title_1loyf_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_1loyf_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_1loyf_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_1loyf_43,._page-header__main-left-content_1loyf_22 ._subtitle_1loyf_43{margin:0;font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_1loyf_49{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_1loyf_53{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_1loyf_57{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_1loyf_61{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_1loyf_65,._page-header__main-left-content_1loyf_22 ._title_1loyf_22{font-weight:var(--base-bold)}._u-typography-base--strikethrough_1loyf_68{text-decoration:line-through}._u-typography-base--underlined_1loyf_71{text-decoration:underline}._u-typography-base--strikethrough-underlined_1loyf_74{text-decoration:underline line-through}._page-header_1loyf_22{display:flex;flex-direction:column;justify-content:center;width:100%;min-height:7.375rem;background:var(--cream);-webkit-font-smoothing:antialiased!important}._page-header_1loyf_22:has(._page-header__top-content_1loyf_87){justify-content:flex-start}._page-header__top-content_1loyf_87,._page-header__main-content_1loyf_90,._page-header__bottom-content_1loyf_90{width:64rem;max-width:100%;margin:0 auto}._page-header__top-content_1loyf_87{padding:1rem 0 .5rem}._page-header__top-content_1loyf_87 button{width:fit-content;height:1.125rem;padding:0;line-height:1.125rem}._page-header__breadcrumb_1loyf_104{display:flex;gap:.25rem;align-items:center}._page-header__breadcrumb_1loyf_104 button{color:var(--gray-95)}._page-header__breadcrumb_1loyf_104 button:hover:enabled{color:var(--hover)}._page-header__breadcrumb__separator_1loyf_115{height:1.125rem;padding:0;margin-right:-.25rem;line-height:1.125rem}._page-header__main-content_1loyf_90{position:relative;display:flex}._page-header__main-left-content_1loyf_22{display:flex;flex:1;flex-direction:column;justify-content:center}._page-header__main-left-content_1loyf_22 ._title_1loyf_22,._page-header__main-left-content_1loyf_22 ._subtitle_1loyf_43{display:block;width:100%;padding:0;margin:0;color:var(--gray-90)}._page-header__main-left-content_1loyf_22 ._account-header_1loyf_139{flex:1}._page-header__main-left-content_1loyf_22 ._account-header--container_1loyf_142{position:absolute;max-width:80%;height:5.75rem;background-color:var(--white-100);border:1px solid var(--border-secondary);border-radius:8px}._page-header__main-right-content_1loyf_150{display:flex;align-items:center;margin-bottom:1.125rem}._page-header__bottom-content_1loyf_90{margin-top:.8125rem}._account-header-margin_1loyf_159{margin-bottom:16px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._popover_n95k7_1{background-color:#fff;border-radius:.375rem;box-shadow:0 0 10px #0003}._popover-header_n95k7_6{padding:1rem .5rem;border-bottom:1px solid var(--gray-5)}._popover-footer_n95k7_10{padding:1rem .5rem;border-top:1px solid var(--gray-5)}._popover-body_n95k7_14{padding:1rem .5rem}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._radio_1t160_1{display:flex;align-items:center;cursor:pointer}._radio_1t160_1 input[type=radio]{display:none}._radio--label_1t160_9{margin-left:8px}._radio--label__disabled_1t160_12{color:var(--gray-95);opacity:.25}._radio--input_1t160_16{display:flex;align-items:center;justify-content:center;width:16px;height:16px;color:var(--accent);border:solid 1px var(--border);border-radius:8px}._radio--input__disabled_1t160_26{color:var(--gray-95);opacity:.25}._radio--input_1t160_16:not(._radio--input__disabled_1t160_26):hover{border:solid 1px var(--accent)}._radio--input_1t160_16:not(._radio--input__disabled_1t160_26):focus{border:solid 1px var(--accent);box-shadow:0 0 0 2px var(--accent)}._radio--disabled_1t160_37{cursor:default}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._container_hgp0p_1{position:relative;padding:1.5rem 1rem;background:var(--white-100);border:1px solid var(--gray-50);border-radius:.375rem}._container_hgp0p_1 ._chip-item-wrapper_hgp0p_8{display:flex;gap:.5rem}._container_hgp0p_1:not(first-child){min-height:4.125rem;padding:1rem;margin-top:1.5rem}._container_hgp0p_1 ._label_hgp0p_17{position:absolute;top:-1px;left:1.18rem;display:flex;align-items:center;justify-content:center;padding:0 .25rem;font-family:Lato;font-size:.6875rem;font-style:normal;font-weight:400;line-height:1rem;color:var(--gray-75);background:var(--white-100);transform:translateY(-50%)}._chips-container_hgp0p_35{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}._chip-content_hgp0p_42{display:block;font-family:Lato;font-size:.6875rem;font-style:normal;line-height:1rem;color:var(--gray-90)}._chip-label_hgp0p_51{font-weight:700}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
._u-typography-
|
|
1
|
+
._u-typography-h1_1abqy_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_1abqy_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_1abqy_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_1abqy_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_1abqy_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_1abqy_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_1abqy_43{margin:0;font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_1abqy_49{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_1abqy_53{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_1abqy_57,._select-button__text_1abqy_57{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_1abqy_61{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_1abqy_65,._select__listbox__option__text_1abqy_65{font-weight:var(--base-bold)}._u-typography-base--strikethrough_1abqy_68{text-decoration:line-through}._u-typography-base--underlined_1abqy_71{text-decoration:underline}._u-typography-base--strikethrough-underlined_1abqy_74{text-decoration:underline line-through}._select__wrapper_1abqy_78{position:relative}._select__wrapper--fit-content-width_1abqy_81{width:fit-content}._select__wrapper_1abqy_78 ._select__label_1abqy_84{display:block;margin-bottom:.3125rem;color:var(--gray-75)}._select__wrapper_1abqy_78:has(:disabled) ._select__label_1abqy_84{color:var(--gray-25)}._select__wrapper_1abqy_78:has(._messages-wrapper_1abqy_92:not(:empty)){padding-bottom:1.6875rem}._select_1abqy_57{background-color:transparent}._select__popup_1abqy_99{z-index:9999;width:100%}._select__listbox_1abqy_65{min-width:10.75rem;max-height:400px;padding:.5rem;margin-top:.25rem;overflow-y:auto;background-color:#fff;border-radius:var(--border-radius);box-shadow:0 6px 12px rgba(var(--black-100-rgb),20%)}._select__listbox_1abqy_65 [class*=base-Option-highlighted]{outline:none}._select__listbox_1abqy_65 [class*=base-Option-highlighted]:not([class*=--selected]){color:var(--accent)}._select__listbox__option_1abqy_65{display:flex;gap:.5rem;align-items:center;padding:.625rem;color:var(--gray-90);list-style:none;cursor:pointer;border-radius:var(--border-radius-soft)}._select__listbox__option__icon_1abqy_129{display:flex}._select__listbox__option_1abqy_65:hover:not(._select__listbox__option--disabled_1abqy_132,._select__listbox__option--selected_1abqy_132){padding:.625rem;color:var(--accent);background-color:rgba(var(--black-100-rgb),4%);border-radius:var(--border-radius-soft)}._select__listbox__option_1abqy_65:active:not(._select__listbox__option--disabled_1abqy_132){color:var(--accent-dark)}._select__listbox__option--selected_1abqy_132{color:var(--gray-90);background-color:var(--accent-lighter)}._select__listbox__option--disabled_1abqy_132{color:var(--gray-50);cursor:default;border:transparent}._select-button_1abqy_57{display:flex;gap:.5rem;align-items:center;justify-content:space-between;width:11.875rem;min-width:fit-content;height:2.5rem;padding:.625rem 1rem;color:var(--gray-90);cursor:pointer;background-color:var(--white-100);border:1px solid var(--gray-25);border-radius:var(--border-radius);outline:none}._select-button--full-width_1abqy_167{width:100%}._select-button--placeholder_1abqy_170{color:var(--gray-50)}._select-button_1abqy_57+input[aria-hidden=true]{position:fixed!important}._select-button_1abqy_57 ._base-Select-popup_1abqy_176{z-index:1}._select-button__text_1abqy_57{display:flex;gap:.5rem;width:100%;overflow:hidden;text-align:start;text-overflow:ellipsis;text-wrap:nowrap}._select-button__icon_1abqy_188{display:flex}._select-button--active_1abqy_191{border:1px solid var(--accent)}._select-button--error_1abqy_194{border:solid 1px var(--alert)}._select-button_1abqy_57:disabled{color:var(--gray-50);cursor:default;border:1px solid var(--gray-25)}._select-button_1abqy_57:hover:not(._select-button_1abqy_57:disabled,._select-button--active_1abqy_191,._select-button--error_1abqy_194){border:1px solid var(--gray-75)}._select-button_1abqy_57:focus:not(._select-button_1abqy_57:disabled,._select-button--error_1abqy_194),._select-button_1abqy_57:active:not(._select-button_1abqy_57:disabled,._select-button--error_1abqy_194){border:1px solid var(--accent)}._messages-wrapper_1abqy_92{position:absolute;display:flex;align-items:center;justify-content:space-between}._messages-wrapper_1abqy_92:not(:empty){margin-top:.3125rem}._messages-wrapper_1abqy_92 svg{min-width:1rem;min-height:1rem}._info-message_1abqy_223,._error-message_1abqy_224{display:flex;gap:.375rem;align-items:center}._info-message_1abqy_223{color:var(--gray-75)}._error-message_1abqy_224{color:var(--alert)}
|
package/dist/assets/Skeleton.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._skeleton_mst8q_1{display:block;width:100%;height:1.25rem;content:" ";background-image:linear-gradient(.25turn,transparent,var(--gray-5),transparent),linear-gradient(var(--gray-10),var(--gray-10));background-repeat:no-repeat;background-position:200% 0,0 0;background-size:200% auto;border-radius:var(--border-radius);animation:_skeletonLoading_mst8q_1 1.5s infinite}._skeleton_mst8q_1._skeleton--circle-type_mst8q_13{border-radius:50%}._skeleton--table-type_mst8q_17{display:table;width:100%;border-spacing:0}._skeleton--table-type_mst8q_17 thead tr{background-color:var(--gray-10)}._skeleton--table-type_mst8q_17 th ._skeleton_mst8q_1{height:.5rem;background:var(--white-100);animation:none}._skeleton--table-type_mst8q_17 td ._skeleton_mst8q_1{height:.804rem}._skeleton--table-type_mst8q_17 thead tr th:first-child{border-radius:var(--border-radius) 0 0 var(--border-radius)}._skeleton--table-type_mst8q_17 thead tr th:last-child{border-radius:0 var(--border-radius) var(--border-radius) 0}._skeleton--table-type_mst8q_17 thead,._skeleton--table-type_mst8q_17 tr,._skeleton--table-type_mst8q_17 td,._skeleton--table-type_mst8q_17 tbody{display:inherit;border:none}._skeleton--table-type_mst8q_17 thead{display:table-header-group}._skeleton--table-type_mst8q_17 tbody{display:table-row-group}._skeleton--table-type_mst8q_17 tr{display:table-row}._skeleton--table-type_mst8q_17 td,._skeleton--table-type_mst8q_17 th{display:table-cell;padding:0 1rem;border:none}._skeleton--table-type_mst8q_17 thead th{height:4rem}._skeleton--table-type_mst8q_17 tbody td{height:3.5rem}._skeleton--table-type_mst8q_17 tr:nth-child(2n){background:inherit}._skeleton--table-type_mst8q_17 tr+tr td{border-top:.0625rem solid var(--gray-10)}@keyframes _skeletonLoading_mst8q_1{to{background-position:-100% 0,0 0}}
|
package/dist/assets/Snackbar.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._snackbar_8unab_2{display:block;width:40.5rem;margin:0 auto}@keyframes _bottomToTop_8unab_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}._snackbar__snackbar-el-wrapper_8unab_15{position:fixed;bottom:1rem;z-index:5500}._snackbar--content_8unab_20{display:flex;align-items:center;justify-content:space-between;width:40.5rem;height:3.5rem;padding:var(--size-base-size-sm) var(--size-base-size);overflow:hidden;border-spacing:2px;border-style:solid;border-radius:var(--border-radius-border-radius)}._snackbar_8unab_2:has(._snackbar--success_8unab_32) ._snackbar--content_8unab_20{background:var(--colors-brand-success-color-success-bg);border-color:var(--colors-brand-success-color-success-border)}._snackbar_8unab_2:has(._snackbar--error_8unab_36) ._snackbar--content_8unab_20{background:var(--colors-brand-error-color-error-bg);border-color:var(--colors-brand-error-color-error-border)}._snackbar_8unab_2:has(._snackbar--warning_8unab_40) ._snackbar--content_8unab_20{background:var(--colors-brand-warning-color-warning-bg);border-color:var(--colors-brand-warning-color-warning-border)}._snackbar--action_8unab_44{position:absolute;top:1rem;right:1rem;padding:0;margin:0;cursor:pointer;background:none;border:none}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._stepper-navigator_27f6m_1{display:flex;justify-content:space-between;padding:1rem 0}._stepper-navigator_27f6m_1>span{display:flex;gap:1rem}._cancel-button_27f6m_11{color:var(--accent-alert-light);background-color:transparent}._cancel-button_27f6m_11:hover:not(:disabled){color:rgba(var(--alert-dark-rgb),.75);background-color:var(--gray-5)}._previous-button_27f6m_20{color:var(--gray-75);background-color:transparent;border:solid 1px var(--gray-75)}._previous-button_27f6m_20:disabled{border-color:transparent}._previous-button_27f6m_20:hover:not(:disabled){color:rgba(var(--gray-75-rgb),.75);background-color:var(--gray-5);border-color:rgba(var(--gray-75),.75)}._previous-button_27f6m_20,._cancel-button_27f6m_11{min-width:6.25rem}._next-button_27f6m_39,._finish-button_27f6m_40{min-width:15rem}._previous-button_27f6m_20,._cancel-button_27f6m_11,._next-button_27f6m_39,._finish-button_27f6m_40{display:flex;gap:.25rem;align-items:center;justify-content:space-between;padding:0 1rem;font-size:.875rem}._previous-button_27f6m_20>*,._cancel-button_27f6m_11>*,._next-button_27f6m_39>*,._finish-button_27f6m_40>*{display:inline-flex;flex:1;align-items:center;justify-content:center}._previous-button_27f6m_20>*:nth-child(1),._cancel-button_27f6m_11>*:nth-child(1),._next-button_27f6m_39>*:nth-child(1),._finish-button_27f6m_40>*:nth-child(1){justify-content:flex-start}._previous-button_27f6m_20>*:nth-child(3),._cancel-button_27f6m_11>*:nth-child(3),._next-button_27f6m_39>*:nth-child(3),._finish-button_27f6m_40>*:nth-child(3){justify-content:flex-end}
|
package/dist/assets/Table.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._table_yerpo_1{color:var(--secondary-orange);border-spacing:0}._table--fixed_yerpo_5{table-layout:fixed}._table--full-width_yerpo_8{width:100%}._table--white-theme_yerpo_11{background:var(--white-100)}._table--transparent-theme_yerpo_14{background:transparent}._table_yerpo_1 th._cell--left-alignment_yerpo_17,._table_yerpo_1 td._cell--left-alignment_yerpo_17{text-align:left}._table_yerpo_1 th._cell--center-alignment_yerpo_21,._table_yerpo_1 td._cell--center-alignment_yerpo_21{text-align:center}._table_yerpo_1 th._cell--right-alignment_yerpo_25,._table_yerpo_1 td._cell--right-alignment_yerpo_25{text-align:right}._table_yerpo_1 thead{font-size:.75rem;font-weight:900;line-height:1rem;color:var(--gray-90);text-transform:uppercase}._table_yerpo_1 thead tr th{align-items:center;height:4rem;padding:0 1rem;line-height:1rem;border-bottom:.0625rem solid var(--gray-25)}._table_yerpo_1 thead tr th ._th__wrapper_yerpo_43>span,._table_yerpo_1 thead tr th ._th__wrapper_yerpo_43 span+span{display:inline-flex;align-items:center}._table_yerpo_1 thead tr th ._th__wrapper--pressed_yerpo_48{padding:.25rem .5rem;margin:0 -.5rem;background-color:var(--gray-10);border-radius:.375rem}._table_yerpo_1 thead tr th ._th__wrapper--clickable_yerpo_54{cursor:pointer}._table_yerpo_1 thead tr th ._th__wrapper_yerpo_43 ._th__sort-icon-container_yerpo_57{padding-left:.25rem}._table_yerpo_1 tbody{font-size:1rem;font-weight:400;line-height:1.3125rem;color:var(--gray-90)}._table_yerpo_1 tbody tr:hover:not(._tr__row-or-cell--disabled_yerpo_66){background-color:rgb(var(--gray-5-rgb),.5)}._table_yerpo_1 tbody ._tr_yerpo_66,._table_yerpo_1 tbody ._td_yerpo_70{height:3.5rem;padding:0 1rem;line-height:var(--body-line-height);border-bottom:.0625rem solid var(--gray-10)}._table_yerpo_1 tbody ._tr__row-or-cell--clickable_yerpo_76,._table_yerpo_1 tbody ._td__row-or-cell--clickable_yerpo_77{cursor:pointer}._table_yerpo_1 tbody ._tr__row-or-cell--disabled_yerpo_66,._table_yerpo_1 tbody ._td__row-or-cell--disabled_yerpo_81{background:var(--cream);filter:grayscale(1)}._table_yerpo_1 tbody ._tr__row-or-cell--disabled_yerpo_66 ._td-wrapper_yerpo_85,._table_yerpo_1 tbody ._td__row-or-cell--disabled_yerpo_81 ._td-wrapper_yerpo_85{opacity:.25}
|