@pismo/marola 1.0.0-beta.5 → 1.0.0-beta.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (152) hide show
  1. package/dist/{Button-2b1peDFT.js → Button-BAljjMv3.js} +2 -2
  2. package/dist/{ClickAwayListener-BSW-Nd-y.js → ClickAwayListener-DbEYZpyh.js} +4 -3
  3. package/dist/Dialog.module-D9e4RsKo.js +30 -0
  4. package/dist/Group-DspH8hyO.js +30 -0
  5. package/dist/Popover.module-B4boCutS.js +10 -0
  6. package/dist/{Popup-B6ZSGIEI.js → Popup-Ck3XlWMq.js} +3 -3
  7. package/dist/{Portal-DIeBsWdL.js → Portal-oY3enyAm.js} +2 -2
  8. package/dist/SelectButton-B38avP9u.js +75 -0
  9. package/dist/{Tabs.module-jkH1Qjn7.js → Tabs.module-BGGTkDc5.js} +7 -7
  10. package/dist/Toggle-CzkXi3_R.js +189 -0
  11. package/dist/assets/Adornment.css +1 -0
  12. package/dist/assets/Advice.css +1 -1
  13. package/dist/assets/Autocomplete.css +1 -0
  14. package/dist/assets/Button.css +1 -1
  15. package/dist/assets/Checkbox.css +1 -1
  16. package/dist/assets/Dialog.css +1 -1
  17. package/dist/assets/EllipsisTooltip.css +1 -1
  18. package/dist/assets/Group.css +1 -1
  19. package/dist/assets/IconButton.css +1 -1
  20. package/dist/assets/Input.css +1 -1
  21. package/dist/assets/PageHeader.css +1 -1
  22. package/dist/assets/Pagination.css +1 -1
  23. package/dist/assets/Popover.css +1 -0
  24. package/dist/assets/ResultWithChips.css +1 -0
  25. package/dist/assets/SelectButton.css +1 -1
  26. package/dist/assets/Skeleton.css +1 -1
  27. package/dist/assets/Snackbar.css +1 -1
  28. package/dist/assets/SortTooltip.css +1 -1
  29. package/dist/assets/Stepper.css +1 -1
  30. package/dist/assets/StepperNavigator.css +1 -0
  31. package/dist/assets/Table.css +1 -1
  32. package/dist/assets/Tabs.css +1 -1
  33. package/dist/assets/TextDisplay.css +1 -1
  34. package/dist/assets/Toggle.css +1 -1
  35. package/dist/assets/Toggle2.css +1 -1
  36. package/dist/assets/Typography.css +1 -1
  37. package/dist/{combineHooksSlotProps-DVjg9PRh.js → combineHooksSlotProps-C-zYvfnF.js} +1 -1
  38. package/dist/components/Adornment/Adornment.d.ts +20 -0
  39. package/dist/components/Adornment/Adornment.js +13 -0
  40. package/dist/components/Adornment/Adornment.stories.d.ts +14 -0
  41. package/dist/components/Adornment/adornment.test.d.ts +1 -0
  42. package/dist/components/Advice/Advice.d.ts +32 -17
  43. package/dist/components/Advice/Advice.js +39 -40
  44. package/dist/components/Advice/Advice.stories.d.ts +4 -3
  45. package/dist/components/Autocomplete/Autocomplete.d.ts +20 -0
  46. package/dist/components/Autocomplete/Autocomplete.js +679 -0
  47. package/dist/components/Autocomplete/Autocomplete.stories.d.ts +23 -0
  48. package/dist/components/Button/Button.d.ts +2 -0
  49. package/dist/components/Button/Button.js +51 -49
  50. package/dist/components/Checkbox/Checkbox.js +52 -52
  51. package/dist/components/Chip/Chip.d.ts +6 -12
  52. package/dist/components/Chip/Chip.js +10 -6
  53. package/dist/components/Chip/Chip.stories.d.ts +6 -15
  54. package/dist/components/Dialog/Actions.js +1 -1
  55. package/dist/components/Dialog/Backdrop.d.ts +3 -3
  56. package/dist/components/Dialog/Backdrop.js +8 -7
  57. package/dist/components/Dialog/CloseIconButton.d.ts +1 -2
  58. package/dist/components/Dialog/CloseIconButton.js +15 -18
  59. package/dist/components/Dialog/Dialog.d.ts +9 -6
  60. package/dist/components/Dialog/Dialog.js +139 -139
  61. package/dist/components/Dialog/Dialog.stories.d.ts +51 -47
  62. package/dist/components/Dialog/DialogTitle.js +1 -1
  63. package/dist/components/EllipsisTooltip/EllipsisTooltip.js +30 -17
  64. package/dist/components/EllipsisTooltip/EllipsisTooltip.stories.d.ts +3 -2
  65. package/dist/components/Icon/Icon.js +177 -52
  66. package/dist/components/Icon/types.d.ts +1 -1
  67. package/dist/components/IconButton/IconButton.js +42 -42
  68. package/dist/components/Input/Input.d.ts +26 -5
  69. package/dist/components/Input/Input.js +319 -304
  70. package/dist/components/Input/Input.stories.d.ts +2 -21
  71. package/dist/components/InputSearch/InputSearch.d.ts +37 -7
  72. package/dist/components/InputSearch/InputSearch.js +27 -29
  73. package/dist/components/InputSearch/InputSearch.stories.d.ts +15 -3
  74. package/dist/components/LoadingSpinner/LoadingSpinner.stories.d.ts +1 -1
  75. package/dist/components/PageHeader/PageHeader.js +57 -57
  76. package/dist/components/Pagination/Pagination.d.ts +5 -1
  77. package/dist/components/Pagination/Pagination.js +87 -185
  78. package/dist/components/Pagination/Pagination.stories.d.ts +1 -1
  79. package/dist/components/Pagination/usePagination.d.ts +90 -0
  80. package/dist/components/Pagination/usePagination.js +79 -0
  81. package/dist/components/Popover/Popover.d.ts +32 -0
  82. package/dist/components/Popover/Popover.js +24 -0
  83. package/dist/components/Popover/Popover.stories.d.ts +34 -0
  84. package/dist/components/Popover/PopoverBody.d.ts +6 -0
  85. package/dist/components/Popover/PopoverBody.js +6 -0
  86. package/dist/components/Popover/PopoverFooter.d.ts +6 -0
  87. package/dist/components/Popover/PopoverFooter.js +6 -0
  88. package/dist/components/Popover/PopoverHeader.d.ts +6 -0
  89. package/dist/components/Popover/PopoverHeader.js +6 -0
  90. package/dist/components/ResultWithChips/ResultWithChips.d.ts +12 -0
  91. package/dist/components/ResultWithChips/ResultWithChips.js +33 -0
  92. package/dist/components/RowItem/RowItem.d.ts +25 -0
  93. package/dist/components/RowItem/RowItem.js +22 -0
  94. package/dist/components/RowItem/RowItem.stories.d.ts +17 -0
  95. package/dist/components/RowItem/rowItem.test.d.ts +1 -0
  96. package/dist/components/Select/Select.d.ts +21 -0
  97. package/dist/components/Select/Select.js +476 -413
  98. package/dist/components/Select/SelectButton.d.ts +2 -0
  99. package/dist/components/Select/SelectButton.js +3 -2
  100. package/dist/components/Skeleton/Skeleton.d.ts +3 -1
  101. package/dist/components/Skeleton/Skeleton.js +20 -14
  102. package/dist/components/Skeleton/SkeletonTable.stories.d.ts +1 -1
  103. package/dist/components/Snackbar/Snackbar.js +94 -94
  104. package/dist/components/Snackbar/Snackbar.stories.d.ts +4 -4
  105. package/dist/components/SortTooltip/SortTooltip.js +46 -46
  106. package/dist/components/Stepper/Stepper.js +35 -35
  107. package/dist/components/StepperNavigator/StepperNavigator.d.ts +58 -0
  108. package/dist/components/StepperNavigator/StepperNavigator.js +115 -0
  109. package/dist/components/StepperNavigator/StepperNavigator.stories.d.ts +18 -0
  110. package/dist/components/StepperNavigator/StepperNavigator.test.d.ts +1 -0
  111. package/dist/components/Table/Table.d.ts +3 -1
  112. package/dist/components/Table/Table.js +87 -99
  113. package/dist/components/Table/Table.stories.d.ts +1 -1
  114. package/dist/components/Tabs/Tab.d.ts +5 -3
  115. package/dist/components/Tabs/Tab.js +38 -36
  116. package/dist/components/Tabs/TabPanel.d.ts +4 -2
  117. package/dist/components/Tabs/TabPanel.js +51 -40
  118. package/dist/components/Tabs/Tabs.d.ts +6 -4
  119. package/dist/components/Tabs/Tabs.js +131 -128
  120. package/dist/components/TextDisplay/TextDisplay.d.ts +9 -3
  121. package/dist/components/TextDisplay/TextDisplay.js +45 -31
  122. package/dist/components/TextDisplay/TextDisplay.stories.d.ts +2 -1
  123. package/dist/components/Toggle/Toggle.js +56 -56
  124. package/dist/components/ToggleGroup/Group.d.ts +2 -0
  125. package/dist/components/ToggleGroup/Group.js +4 -2
  126. package/dist/components/ToggleGroup/Toggle.d.ts +2 -0
  127. package/dist/components/ToggleGroup/Toggle.js +8 -5
  128. package/dist/components/ToggleGroup/ToggleGroup.js +2 -2
  129. package/dist/components/ToggleGroup/ToggleGroup.stories.d.ts +3 -1
  130. package/dist/components/Tooltip/Tooltip.d.ts +3 -1
  131. package/dist/components/Tooltip/Tooltip.js +4 -4
  132. package/dist/components/Tooltip/Tooltip.stories.d.ts +2 -1
  133. package/dist/components/Typography/Typography.js +47 -47
  134. package/dist/components/Typography/Typography.stories.d.ts +1 -1
  135. package/dist/contexts/SnackbarProvider/SnackbarProvider.stories.d.ts +1 -1
  136. package/dist/{index-CjW42-M-.js → index-bQFToy-I.js} +1 -1
  137. package/dist/main.d.ts +6 -0
  138. package/dist/main.js +87 -76
  139. package/dist/ownerDocument-YGhwAnr1.js +33 -0
  140. package/dist/{useButton-DNk3wrQp.js → useButton-DcihopJG.js} +1 -1
  141. package/dist/useCompoundItem-B7Eo_qZk.js +68 -0
  142. package/dist/useEventCallback-BAQJJ3ye.js +14 -0
  143. package/dist/useId-BW-oWmul.js +19 -0
  144. package/dist/{useList-B0hog_3-.js → useList-B9C55YB7.js} +2 -2
  145. package/dist/{index-CH45lKw7.js → useSlotProps-C_I1kEHr.js} +99 -99
  146. package/package.json +21 -12
  147. package/dist/Dialog.module-DFEmFdYT.js +0 -30
  148. package/dist/Group-B3p31ftp.js +0 -26
  149. package/dist/SelectButton-K3OIfR5m.js +0 -61
  150. package/dist/Toggle-BCgIItCc.js +0 -142
  151. package/dist/useCompoundItem-D1iRfg8D.js +0 -84
  152. package/dist/useEventCallback-xTG9piMa.js +0 -45
@@ -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 "./index-CH45lKw7.js";
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-DNk3wrQp.js";
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,8 +1,9 @@
1
1
  import * as t from "react";
2
- import { u as C, P as f } from "./index-CH45lKw7.js";
2
+ import { u as C, P as f } from "./useSlotProps-C_I1kEHr.js";
3
3
  import { jsx as w } from "react/jsx-runtime";
4
- import { u as L, o as h, e as b } from "./useEventCallback-xTG9piMa.js";
5
- import { e as g } from "./index-CjW42-M-.js";
4
+ import { u as L } from "./useEventCallback-BAQJJ3ye.js";
5
+ import { o as h, e as b } from "./ownerDocument-YGhwAnr1.js";
6
+ import { e as g } from "./index-bQFToy-I.js";
6
7
  function T(c) {
7
8
  return c.substring(2).toLowerCase();
8
9
  }
@@ -0,0 +1,30 @@
1
+ import './assets/Dialog.css';
2
+ const _ = "_dialog__subtitle_1rdlq_53", a = "_dialog_1rdlq_53", o = "_dialog__backdrop_1rdlq_88", l = "_dialog__panel_1rdlq_96", r = "_dialog__title_1rdlq_57", d = "_dialog__divider_1rdlq_122", p = "_dialog__actions_1rdlq_136", t = {
3
+ "u-typography-h1": "_u-typography-h1_1rdlq_1",
4
+ "u-typography-h2": "_u-typography-h2_1rdlq_8",
5
+ "u-typography-h3": "_u-typography-h3_1rdlq_15",
6
+ "u-typography-h4": "_u-typography-h4_1rdlq_22",
7
+ "u-typography-h5": "_u-typography-h5_1rdlq_29",
8
+ "u-typography-h6": "_u-typography-h6_1rdlq_36",
9
+ "u-typography-base": "_u-typography-base_1rdlq_43",
10
+ "u-typography-base--xxl": "_u-typography-base--xxl_1rdlq_49",
11
+ "u-typography-base--xl": "_u-typography-base--xl_1rdlq_53",
12
+ dialog__subtitle: _,
13
+ "u-typography-base--lg": "_u-typography-base--lg_1rdlq_57",
14
+ "dialog__title--small": "_dialog__title--small_1rdlq_57",
15
+ "u-typography-base--sm": "_u-typography-base--sm_1rdlq_61",
16
+ "u-typography-base--bold": "_u-typography-base--bold_1rdlq_65",
17
+ "u-typography-base--strikethrough": "_u-typography-base--strikethrough_1rdlq_68",
18
+ "u-typography-base--underlined": "_u-typography-base--underlined_1rdlq_71",
19
+ "u-typography-base--strikethrough-underlined": "_u-typography-base--strikethrough-underlined_1rdlq_74",
20
+ dialog: a,
21
+ dialog__backdrop: o,
22
+ dialog__panel: l,
23
+ dialog__title: r,
24
+ dialog__divider: d,
25
+ "dialog__close-icon": "_dialog__close-icon_1rdlq_126",
26
+ dialog__actions: p
27
+ };
28
+ export {
29
+ t as s
30
+ };
@@ -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
+ };
@@ -0,0 +1,10 @@
1
+ import './assets/Popover.css';
2
+ const o = "_popover_n95k7_1", p = {
3
+ popover: o,
4
+ "popover-header": "_popover-header_n95k7_6",
5
+ "popover-footer": "_popover-footer_n95k7_10",
6
+ "popover-body": "_popover-body_n95k7_14"
7
+ };
8
+ export {
9
+ p as s
10
+ };
@@ -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 "./index-CH45lKw7.js";
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-CjW42-M-.js";
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-DIeBsWdL.js";
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-CjW42-M-.js";
3
- import { u as T, s as a, P as i } from "./index-CH45lKw7.js";
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 b() {
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 _ = "_tabs_18ymz_1", e = "_tabs__tab_18ymz_5", o = {
11
+ const _ = "_tabs_1xfbu_1", b = "_tabs__tab_1xfbu_5", o = {
12
12
  tabs: _,
13
- tabs__tab: e,
14
- "tabs__tab--disabled": "_tabs__tab--disabled_18ymz_22",
15
- "tabs__tab--selected": "_tabs__tab--selected_18ymz_31",
16
- "tabs__tab-panel": "_tabs__tab-panel_18ymz_35"
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
- b as u
21
+ e as u
22
22
  };
@@ -0,0 +1,189 @@
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/Button/Button.js";
9
+ import { Adornment as v } from "./components/Adornment/Adornment.js";
10
+ import "./components/Dialog/Dialog.js";
11
+ import "./components/IconButton/IconButton.js";
12
+ import "./components/InputSearch/InputSearch.js";
13
+ import "./components/Select/Select.js";
14
+ import "./components/Popover/Popover.js";
15
+ import "./components/Table/Table.js";
16
+ import "./components/Tabs/Tabs.js";
17
+ import { s as y } from "./Group-DspH8hyO.js";
18
+ import "./contexts/SnackbarProvider/SnackbarProvider.js";
19
+ import { Skeleton as f } from "./components/Skeleton/Skeleton.js";
20
+ import { B as x } from "./Button-BAljjMv3.js";
21
+ const I = "_chip_1wvod_61", P = "_chip__adornment_1wvod_116", z = "_chip__remove_1wvod_121", n = {
22
+ "u-typography-h1": "_u-typography-h1_1wvod_1",
23
+ "u-typography-h2": "_u-typography-h2_1wvod_8",
24
+ "u-typography-h3": "_u-typography-h3_1wvod_15",
25
+ "u-typography-h4": "_u-typography-h4_1wvod_22",
26
+ "u-typography-h5": "_u-typography-h5_1wvod_29",
27
+ "u-typography-h6": "_u-typography-h6_1wvod_36",
28
+ "u-typography-base": "_u-typography-base_1wvod_43",
29
+ "u-typography-base--xxl": "_u-typography-base--xxl_1wvod_49",
30
+ "u-typography-base--xl": "_u-typography-base--xl_1wvod_53",
31
+ "u-typography-base--lg": "_u-typography-base--lg_1wvod_57",
32
+ "u-typography-base--sm": "_u-typography-base--sm_1wvod_61",
33
+ chip: I,
34
+ "u-typography-base--bold": "_u-typography-base--bold_1wvod_65",
35
+ "u-typography-base--strikethrough": "_u-typography-base--strikethrough_1wvod_68",
36
+ "u-typography-base--underlined": "_u-typography-base--underlined_1wvod_71",
37
+ "u-typography-base--strikethrough-underlined": "_u-typography-base--strikethrough-underlined_1wvod_74",
38
+ "chip--button": "_chip--button_1wvod_90",
39
+ "chip--outlined": "_chip--outlined_1wvod_104",
40
+ "chip--contained": "_chip--contained_1wvod_110",
41
+ chip__adornment: P,
42
+ chip__remove: z,
43
+ "chip__remove--disabled": "_chip__remove--disabled_1wvod_133",
44
+ "chip-loading": "_chip-loading_1wvod_137"
45
+ }, S = u((t, d) => {
46
+ const { children: _, onClickContent: o, disabled: r, className: a, variant: s } = t;
47
+ let e = l(
48
+ n.chip,
49
+ { [n["chip--outlined"]]: s === "outlined" },
50
+ { [n["chip--contained"]]: s === "contained" },
51
+ a
52
+ );
53
+ return o ? (e += ` ${n["chip--button"]}`, /* @__PURE__ */ i(
54
+ x,
55
+ {
56
+ onClick: o,
57
+ disabled: r,
58
+ "data-testid": t["data-testid"],
59
+ ref: d,
60
+ className: e,
61
+ children: _
62
+ }
63
+ )) : /* @__PURE__ */ i("span", { "data-testid": t["data-testid"], ref: d, className: e, children: _ });
64
+ }), V = u((t, d) => {
65
+ const {
66
+ label: _,
67
+ className: o,
68
+ onClickContent: r,
69
+ leftAdornment: a,
70
+ loading: s = !1,
71
+ disabled: e = !1,
72
+ variant: g = "default",
73
+ onClickRemove: m
74
+ } = t;
75
+ if (s)
76
+ return /* @__PURE__ */ i(
77
+ f,
78
+ {
79
+ className: l(n["chip-loading"], t["className-skeleton"]),
80
+ "data-testid": t["data-testid-skeleton"]
81
+ }
82
+ );
83
+ 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 };
84
+ return /* @__PURE__ */ k(
85
+ S,
86
+ {
87
+ ref: d,
88
+ "data-testid": t["data-testid"],
89
+ onClickContent: r,
90
+ disabled: e,
91
+ className: o,
92
+ variant: g,
93
+ children: [
94
+ a && /* @__PURE__ */ i(v, { ...w }),
95
+ _,
96
+ m && /* @__PURE__ */ i(
97
+ "span",
98
+ {
99
+ className: l(n.chip__remove, { [n["chip__remove--disabled"]]: e }),
100
+ role: "button",
101
+ tabIndex: e ? -1 : 0,
102
+ "aria-label": "remove",
103
+ onClick: (c) => {
104
+ c == null || c.stopPropagation(), c == null || c.nativeEvent.stopImmediatePropagation(), m();
105
+ },
106
+ "aria-disabled": e,
107
+ children: /* @__PURE__ */ i(C, { icon: "circle-xmark", size: "1.125rem", color: "rgba(var(--gray-95-rgb), 0.45)" })
108
+ }
109
+ )
110
+ ]
111
+ }
112
+ );
113
+ }), h = {
114
+ "row-item": "_row-item_8z1a0_1",
115
+ "row-item--clickable": "_row-item--clickable_8z1a0_13",
116
+ "row-item--disabled": "_row-item--disabled_8z1a0_19",
117
+ "row-item__content": "_row-item__content_8z1a0_22"
118
+ }, X = u((t, d) => {
119
+ 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 = {
120
+ onClick: (p) => {
121
+ r || a && a(p);
122
+ },
123
+ tabIndex: 0,
124
+ "aria-label": e,
125
+ role: "button"
126
+ }, c = o != null && o.customIcon ? o : { size: "1rem", ...o };
127
+ return /* @__PURE__ */ k(
128
+ "div",
129
+ {
130
+ "data-testid": t["data-testid"],
131
+ className: l(
132
+ h["row-item"],
133
+ a && h["row-item--clickable"],
134
+ a && r && h["row-item--disabled"],
135
+ g
136
+ ),
137
+ ...!!a && w,
138
+ ref: d,
139
+ children: [
140
+ o && /* @__PURE__ */ i(v, { ...c, className: m, disabled: r }),
141
+ /* @__PURE__ */ i("span", { className: l(h["row-item__content"]), children: _ }),
142
+ s && /* @__PURE__ */ i(
143
+ "div",
144
+ {
145
+ onClick: (p) => {
146
+ p == null || p.stopPropagation(), p == null || p.nativeEvent.stopImmediatePropagation();
147
+ },
148
+ children: s
149
+ }
150
+ )
151
+ ]
152
+ }
153
+ );
154
+ }), Y = u((t, d) => {
155
+ const { text: _, isSelected: o = !1, value: r, onChange: a, disabled: s } = t;
156
+ return /* @__PURE__ */ k(
157
+ "label",
158
+ {
159
+ className: l(
160
+ [y.toggle__label],
161
+ o && y["toggle__label--selected"],
162
+ s && y["toggle__label--disabled"]
163
+ ),
164
+ "data-testid": t["data-testid"],
165
+ children: [
166
+ /* @__PURE__ */ i(
167
+ "input",
168
+ {
169
+ className: l([y.toggle__input]),
170
+ type: "radio",
171
+ ref: d,
172
+ value: r.toString(),
173
+ onChange: () => a(r),
174
+ role: "radio",
175
+ checked: o,
176
+ "aria-checked": o,
177
+ disabled: s
178
+ }
179
+ ),
180
+ /* @__PURE__ */ i(N, { bold: !0, children: _ })
181
+ ]
182
+ }
183
+ );
184
+ });
185
+ export {
186
+ V as C,
187
+ X as R,
188
+ Y as T
189
+ };
@@ -0,0 +1 @@
1
+ ._adornment_1bwrg_1{display:flex}
@@ -1 +1 @@
1
- ._u-typography-h1_12o7p_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_12o7p_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_12o7p_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_12o7p_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_12o7p_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_12o7p_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_12o7p_43{font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_12o7p_48{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_12o7p_52{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_12o7p_56,._advice_12o7p_56 ._content_12o7p_56,._advice_12o7p_56 p{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_12o7p_61{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_12o7p_65,._advice_12o7p_56 ._content_12o7p_56,._advice_12o7p_56 p{font-weight:var(--base-bold)}._u-typography-base--strikethrough_12o7p_69{text-decoration:line-through}._u-typography-base--underlined_12o7p_72{text-decoration:underline}._u-typography-base--strikethrough-underlined_12o7p_75{text-decoration:underline line-through}._advice_12o7p_56{display:flex;flex-direction:column;align-items:center;padding:2rem}._advice_12o7p_56 ._content_12o7p_56,._advice_12o7p_56 p{margin:0;color:var(--gray-75)}._advice_12o7p_56 ._content-no-items_12o7p_90{display:flex;flex-direction:column;align-items:center;max-width:477px}._advice_12o7p_56 ._content-no-items_12o7p_90 h3{padding:0;margin:1rem 0 0;font-size:1.5rem;font-weight:700;color:#838192}._advice_12o7p_56 ._content-no-items_12o7p_90 p{margin-bottom:1.5rem;font-size:1rem;font-weight:400;color:#838192;text-align:center}
1
+ ._advice_1wls4_1{display:flex;flex-direction:column;gap:1rem;align-items:center;padding:2rem}._advice__texts_1wls4_8{display:flex;flex-direction:column;align-items:center;text-align:center}._advice__content_1wls4_14{display:flex;flex-direction:column;align-items:center}
@@ -0,0 +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)}
@@ -1 +1 @@
1
- ._u-typography-h1_1ynf4_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_1ynf4_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_1ynf4_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_1ynf4_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_1ynf4_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_1ynf4_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_1ynf4_43{font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_1ynf4_48{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_1ynf4_52{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_1ynf4_56,._button_1ynf4_56{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_1ynf4_60{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_1ynf4_64{font-weight:var(--base-bold)}._u-typography-base--strikethrough_1ynf4_67{text-decoration:line-through}._u-typography-base--underlined_1ynf4_70{text-decoration:underline}._u-typography-base--strikethrough-underlined_1ynf4_73{text-decoration:underline line-through}._button_1ynf4_56{height:2.5rem;padding:0 35px;font-weight:700;cursor:pointer;border:none;border-radius:100px}._button--primary_1ynf4_85{color:var(--white-100);background-color:var(--accent)}._button--primary_1ynf4_85:hover{background-color:var(--hover)}._button--primary_1ynf4_85:active{background-color:var(--active)}._button--primary_1ynf4_85:disabled{color:rgb(var(--black-100-rgb),.25);cursor:default;background-color:rgb(var(--black-100-rgb),.04)}._button--secondary_1ynf4_100{color:var(--accent);background-color:var(--white-100)}._button--secondary_1ynf4_100:hover{color:var(--accent-dark);background-color:var(--gray-5)}._button--secondary_1ynf4_100:active{color:var(--accent-light);background-color:initial}._button--secondary_1ynf4_100:disabled{color:var(--black-25);cursor:default;background-color:initial}._button--quick_1ynf4_117{height:2rem;padding:0 1rem;color:var(--accent);background-color:rgb(var(--accent-rgb),.05);border-radius:6px}._button--quick_1ynf4_117:hover{color:var(--accent-dark);background-color:rgb(var(--accent-rgb),.1)}._button--quick_1ynf4_117:active{color:var(--accent-light);background-color:rgb(var(--accent-rgb),.05)}._button--quick_1ynf4_117:disabled{color:var(--gray-50);cursor:default;background-color:var(--gray-10)}._button__loading-container_1ynf4_137{display:flex;gap:8px;align-items:center}
1
+ ._u-typography-h1_dxo5v_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_dxo5v_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_dxo5v_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_dxo5v_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_dxo5v_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_dxo5v_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_dxo5v_43{margin:0;font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_dxo5v_49{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_dxo5v_53{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_dxo5v_57,._button_dxo5v_57{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_dxo5v_61{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_dxo5v_65{font-weight:var(--base-bold)}._u-typography-base--strikethrough_dxo5v_68{text-decoration:line-through}._u-typography-base--underlined_dxo5v_71{text-decoration:underline}._u-typography-base--strikethrough-underlined_dxo5v_74{text-decoration:underline line-through}._button_dxo5v_57{height:2.5rem;padding:0 35px;font-weight:700;cursor:pointer;border:none;border-radius:100px}._button--primary_dxo5v_86{color:var(--white-100);background-color:var(--accent)}._button--primary_dxo5v_86:hover{background-color:var(--hover)}._button--primary_dxo5v_86:active{background-color:var(--active)}._button--primary_dxo5v_86:disabled{color:rgb(var(--black-100-rgb),.25);cursor:default;background-color:rgb(var(--black-100-rgb),.04)}._button--secondary_dxo5v_101{color:var(--accent);background-color:var(--white-100)}._button--secondary_dxo5v_101:hover{color:var(--accent-dark);background-color:var(--gray-5)}._button--secondary_dxo5v_101:active{color:var(--accent-light);background-color:initial}._button--secondary_dxo5v_101:disabled{color:var(--black-25);cursor:default;background-color:initial}._button--quick_dxo5v_118{height:2rem;padding:0 1rem;color:var(--accent);background-color:rgb(var(--accent-rgb),.05);border-radius:6px}._button--quick_dxo5v_118:hover{color:var(--accent-dark);background-color:rgb(var(--accent-rgb),.1)}._button--quick_dxo5v_118:active{color:var(--accent-light);background-color:rgb(var(--accent-rgb),.05)}._button--quick_dxo5v_118:disabled{color:var(--gray-50);cursor:default;background-color:var(--gray-10)}._button__loading-container_dxo5v_138{display:flex;gap:8px;align-items:center}
@@ -1 +1 @@
1
- ._u-typography-h1_18hen_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_18hen_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_18hen_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_18hen_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_18hen_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_18hen_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_18hen_43{font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_18hen_48{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_18hen_52{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_18hen_56{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_18hen_60{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_18hen_64,._checkbox-wrapper_18hen_64 ._label--highlighted_18hen_64{font-weight:var(--base-bold)}._u-typography-base--strikethrough_18hen_67{text-decoration:line-through}._u-typography-base--underlined_18hen_70{text-decoration:underline}._u-typography-base--strikethrough-underlined_18hen_73{text-decoration:underline line-through}._checkbox-wrapper_18hen_64{display:flex;gap:var(--spacing);align-items:center;cursor:pointer}._checkbox-wrapper_18hen_64 input[type=checkbox]{display:none}._checkbox-wrapper_18hen_64 ._label_18hen_64{cursor:pointer;-webkit-user-select:none;user-select:none}._checkbox-wrapper_18hen_64 ._label--highlighted-checked_18hen_90{color:var(--accent)}._checkbox-wrapper_18hen_64 ._checkmark_18hen_93{display:flex;align-items:center;justify-content:center;border:1px solid var(--gray-50);border-radius:var(--border-radius-soft);--small: 1;--normal: 1.5}._checkbox-wrapper_18hen_64 ._checkmark_18hen_93:not(--checked){transition:var(--transition-soft)}._checkbox-wrapper_18hen_64 ._checkmark--checked_18hen_105{transition:var(--transition-soft)}._checkbox-wrapper_18hen_64 ._checkmark--checked_18hen_105._checkmark--light-theme_18hen_108{border:1px solid var(--accent-light)}._checkbox-wrapper_18hen_64 ._checkmark--checked_18hen_105._checkmark--light-theme_18hen_108 svg path,._checkbox-wrapper_18hen_64 ._checkmark--checked_18hen_105._checkmark--light-theme_18hen_108 svg rect{fill:var(--accent)}._checkbox-wrapper_18hen_64 ._checkmark--checked_18hen_105._checkmark--accent-theme_18hen_115{background:var(--accent);border:1px solid var(--accent)}._checkbox-wrapper_18hen_64 ._checkmark--checked_18hen_105._checkmark--accent-theme_18hen_115 svg rect{fill:var(--white-100)}._checkbox-wrapper_18hen_64 ._checkmark--small-size_18hen_122{width:calc(var(--small) * 1rem);height:calc(var(--small) * 1rem)}._checkbox-wrapper_18hen_64 ._checkmark--small-size_18hen_122 svg{transform:scale(calc(var(--small) / var(--normal)))}._checkbox-wrapper_18hen_64 ._checkmark--normal-size_18hen_129{width:calc(var(--normal) * 1rem);height:calc(var(--normal) * 1rem)}
1
+ ._u-typography-h1_xqg5n_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_xqg5n_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_xqg5n_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_xqg5n_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_xqg5n_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_xqg5n_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_xqg5n_43{margin:0;font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_xqg5n_49{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_xqg5n_53{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_xqg5n_57{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_xqg5n_61{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_xqg5n_65,._checkbox-wrapper_xqg5n_65 ._label--highlighted_xqg5n_65{font-weight:var(--base-bold)}._u-typography-base--strikethrough_xqg5n_68{text-decoration:line-through}._u-typography-base--underlined_xqg5n_71{text-decoration:underline}._u-typography-base--strikethrough-underlined_xqg5n_74{text-decoration:underline line-through}._checkbox-wrapper_xqg5n_65{display:flex;gap:var(--spacing);align-items:center;cursor:pointer}._checkbox-wrapper_xqg5n_65 input[type=checkbox]{display:none}._checkbox-wrapper_xqg5n_65 ._label_xqg5n_65{cursor:pointer;-webkit-user-select:none;user-select:none}._checkbox-wrapper_xqg5n_65 ._label--highlighted-checked_xqg5n_91{color:var(--accent)}._checkbox-wrapper_xqg5n_65 ._checkmark_xqg5n_94{display:flex;align-items:center;justify-content:center;border:1px solid var(--gray-50);border-radius:var(--border-radius-soft);--small: 1;--normal: 1.5}._checkbox-wrapper_xqg5n_65 ._checkmark_xqg5n_94:not(--checked){transition:var(--transition-soft)}._checkbox-wrapper_xqg5n_65 ._checkmark--checked_xqg5n_106{transition:var(--transition-soft)}._checkbox-wrapper_xqg5n_65 ._checkmark--checked_xqg5n_106._checkmark--light-theme_xqg5n_109{border:1px solid var(--accent-light)}._checkbox-wrapper_xqg5n_65 ._checkmark--checked_xqg5n_106._checkmark--light-theme_xqg5n_109 svg path,._checkbox-wrapper_xqg5n_65 ._checkmark--checked_xqg5n_106._checkmark--light-theme_xqg5n_109 svg rect{fill:var(--accent)}._checkbox-wrapper_xqg5n_65 ._checkmark--checked_xqg5n_106._checkmark--accent-theme_xqg5n_116{background:var(--accent);border:1px solid var(--accent)}._checkbox-wrapper_xqg5n_65 ._checkmark--checked_xqg5n_106._checkmark--accent-theme_xqg5n_116 svg rect{fill:var(--white-100)}._checkbox-wrapper_xqg5n_65 ._checkmark--small-size_xqg5n_123{width:calc(var(--small) * 1rem);height:calc(var(--small) * 1rem)}._checkbox-wrapper_xqg5n_65 ._checkmark--small-size_xqg5n_123 svg{transform:scale(calc(var(--small) / var(--normal)))}._checkbox-wrapper_xqg5n_65 ._checkmark--normal-size_xqg5n_130{width:calc(var(--normal) * 1rem);height:calc(var(--normal) * 1rem)}
@@ -1 +1 @@
1
- ._u-typography-h1_yi7uo_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_yi7uo_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_yi7uo_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_yi7uo_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_yi7uo_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_yi7uo_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_yi7uo_43{font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_yi7uo_48{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_yi7uo_52,._dialog__subtitle_yi7uo_52{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_yi7uo_56,._dialog__title--small_yi7uo_56{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_yi7uo_60{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_yi7uo_64{font-weight:var(--base-bold)}._u-typography-base--strikethrough_yi7uo_67{text-decoration:line-through}._u-typography-base--underlined_yi7uo_70{text-decoration:underline}._u-typography-base--strikethrough-underlined_yi7uo_73{text-decoration:underline line-through}._dialog_yi7uo_52{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_yi7uo_87{position:fixed;z-index:-1;width:100%;height:100%;background-color:rgb(var(--black-100-rgb),.05);-webkit-tap-highlight-color:transparent}._dialog__panel_yi7uo_95{position:relative;display:flex;flex-direction:column;gap:8px;width:680px;padding:24px;overflow:hidden;font-weight:500;color:var(--gray-75);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_yi7uo_56{padding-top:8px;padding-bottom:8px}._dialog__subtitle_yi7uo_52{font-family:Lato,sans-serif;color:var(--secondary-orange-dark);text-align:left;letter-spacing:0}._dialog__divider_yi7uo_121{width:100%;border-top:1px solid var(--gray-10)}._dialog__close-icon_yi7uo_125{position:absolute;top:27px;right:16px;padding:0;margin:0;background:none;border:none}._dialog__actions_yi7uo_134{display:flex;gap:8px;justify-content:center;margin-bottom:16px}
1
+ ._u-typography-h1_1rdlq_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_1rdlq_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_1rdlq_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_1rdlq_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_1rdlq_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_1rdlq_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_1rdlq_43{margin:0;font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_1rdlq_49{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_1rdlq_53,._dialog__subtitle_1rdlq_53{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_1rdlq_57,._dialog__title--small_1rdlq_57{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_1rdlq_61{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_1rdlq_65{font-weight:var(--base-bold)}._u-typography-base--strikethrough_1rdlq_68{text-decoration:line-through}._u-typography-base--underlined_1rdlq_71{text-decoration:underline}._u-typography-base--strikethrough-underlined_1rdlq_74{text-decoration:underline line-through}._dialog_1rdlq_53{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_1rdlq_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_1rdlq_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_1rdlq_57{padding-bottom:1rem}._dialog__subtitle_1rdlq_53{margin-top:1rem;font-family:Lato,sans-serif;color:var(--secondary-orange-dark);text-align:left;letter-spacing:0}._dialog__divider_1rdlq_122{width:100%;border-top:1px solid var(--gray-10)}._dialog__close-icon_1rdlq_126{position:absolute;top:27px;right:16px;padding:0;margin:0;cursor:pointer;background:none;border:none}._dialog__actions_1rdlq_136{display:flex;gap:.5rem;justify-content:center;margin-top:1.5rem}
@@ -1 +1 @@
1
- ._ellipsis-tooltip_krf68_1{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:var(--line-clamp, 1);-webkit-box-orient:vertical}
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}
@@ -1 +1 @@
1
- ._toggle__input_wlkvp_1{position:absolute;width:0;height:0;margin:0;opacity:0}._toggle__label_wlkvp_8{flex-grow:1;padding:.5rem 1rem;text-align:center;border:solid 1px var(--gray-25);border-radius:6px}._toggle__label--selected_wlkvp_15{color:var(--accent);border-color:var(--accent)}._toggle-group__fieldset_wlkvp_20{padding:0;margin:0;border:none}._toggle-group__options_wlkvp_25{display:flex;gap:.5rem}._toggle-group__error_wlkvp_29{display:flex;gap:.5rem;margin-top:.5rem;color:var(--alert)}
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}
@@ -1 +1 @@
1
- ._u-typography-h1_1xyj5_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_1xyj5_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_1xyj5_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_1xyj5_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_1xyj5_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_1xyj5_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_1xyj5_43,._icon-button_1xyj5_43{font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_1xyj5_48{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_1xyj5_52{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_1xyj5_56{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_1xyj5_60{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_1xyj5_64{font-weight:var(--base-bold)}._u-typography-base--strikethrough_1xyj5_67{text-decoration:line-through}._u-typography-base--underlined_1xyj5_70{text-decoration:underline}._u-typography-base--strikethrough-underlined_1xyj5_73{text-decoration:underline line-through}._icon-button_1xyj5_43{padding:10px;cursor:pointer;background-color:transparent;border:none}._icon-button_1xyj5_43:focus-visible{outline:none}._icon-button--primary_1xyj5_86{color:var(--accent);fill:var(--accent)}._icon-button--primary_1xyj5_86:hover{color:var(--accent-dark);fill:var(--accent-dark)}._icon-button--primary_1xyj5_86:active{color:var(--accent-light);fill:var(--accent-light)}._icon-button--primary_1xyj5_86:focus{color:var(--black-100);outline:2px solid var(--black-100);fill:var(--black-100)}._icon-button--primary_1xyj5_86:disabled{color:var(--gray-50);cursor:default;fill:var(--gray-50)}._icon-button--square_1xyj5_108{color:var(--accent);border:1px solid var(--gray-10);border-radius:6px;fill:var(--accent)}._icon-button--square_1xyj5_108:focus{color:var(--black-100);outline:2px solid var(--black-100);fill:var(--black-100)}._icon-button--square_1xyj5_108:disabled{color:var(--gray-50);cursor:default;fill:var(--gray-50)}._icon-button__container_1xyj5_124{display:flex;gap:8px;align-items:center;text-wrap:nowrap}
1
+ ._u-typography-h1_gt5j9_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_gt5j9_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_gt5j9_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_gt5j9_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_gt5j9_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_gt5j9_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_gt5j9_43,._icon-button_gt5j9_43{margin:0;font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_gt5j9_49{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_gt5j9_53{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_gt5j9_57{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_gt5j9_61{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_gt5j9_65{font-weight:var(--base-bold)}._u-typography-base--strikethrough_gt5j9_68{text-decoration:line-through}._u-typography-base--underlined_gt5j9_71{text-decoration:underline}._u-typography-base--strikethrough-underlined_gt5j9_74{text-decoration:underline line-through}._icon-button_gt5j9_43{padding:10px;cursor:pointer;background-color:transparent;border:none}._icon-button_gt5j9_43:focus-visible{outline:none}._icon-button--primary_gt5j9_87{color:var(--accent);fill:var(--accent)}._icon-button--primary_gt5j9_87:hover{color:var(--accent-dark);fill:var(--accent-dark)}._icon-button--primary_gt5j9_87:active{color:var(--accent-light);fill:var(--accent-light)}._icon-button--primary_gt5j9_87:focus{color:var(--black-100);outline:2px solid var(--black-100);fill:var(--black-100)}._icon-button--primary_gt5j9_87:disabled{color:var(--gray-50);cursor:default;fill:var(--gray-50)}._icon-button--square_gt5j9_109{color:var(--accent);border:1px solid var(--gray-10);border-radius:6px;fill:var(--accent)}._icon-button--square_gt5j9_109:focus{color:var(--black-100);outline:2px solid var(--black-100);fill:var(--black-100)}._icon-button--square_gt5j9_109:disabled{color:var(--gray-50);cursor:default;fill:var(--gray-50)}._icon-button__container_gt5j9_125{display:flex;gap:8px;align-items:center;text-wrap:nowrap}
@@ -1 +1 @@
1
- ._u-typography-h1_19vkb_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_19vkb_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_19vkb_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_19vkb_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_19vkb_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_19vkb_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_19vkb_43{font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_19vkb_48{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_19vkb_52{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_19vkb_56,._input__input-el_19vkb_56{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_19vkb_60{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_19vkb_64,._input__input-el_19vkb_56{font-weight:var(--base-bold)}._u-typography-base--strikethrough_19vkb_67{text-decoration:line-through}._u-typography-base--underlined_19vkb_70{text-decoration:underline}._u-typography-base--strikethrough-underlined_19vkb_73{text-decoration:underline line-through}._input__label_19vkb_77{display:block;margin-bottom:.3125rem;color:var(--gray-75)}._input__input-el-wrapper_19vkb_82{display:flex;align-items:center;border:solid .0625rem var(--gray-25);border-radius:.375rem;transition:all .3s}._input__input-el_19vkb_56{all:unset;width:100%;height:2.5rem;padding:0 1rem;color:var(--gray-90);outline:none}._input__input-el_19vkb_56::placeholder{color:var(--gray-50)}._input__left-icon_19vkb_100,._input__right-icon_19vkb_100{display:flex;align-items:center;justify-content:center;height:1rem}._input__left-icon_19vkb_100{padding-left:1rem}._input__right-icon_19vkb_100{padding-right:1rem}._input__messages-wrapper_19vkb_112{display:flex;align-items:center;justify-content:space-between}._input__messages-wrapper_19vkb_112:not(:empty){margin-top:.3125rem}._input__info-message_19vkb_120,._input__error-message_19vkb_120{display:flex;gap:.375rem;align-items:center}._input__info-message_19vkb_120{color:var(--gray-75)}._input__error-message_19vkb_120{color:var(--alert)}._input__chars-counter_19vkb_131{margin-left:auto;color:var(--gray-75)}._input--disabled_19vkb_135 ._input__input-el_19vkb_56{color:var(--gray-50)}._input_19vkb_56:has(._input--disabled_19vkb_135) ._input__label_19vkb_77{color:var(--gray-25)}._input--focused_19vkb_141._input__input-el-wrapper_19vkb_82{border-color:var(--accent)}._input--error_19vkb_144._input__input-el-wrapper_19vkb_82{border-color:var(--alert)}._input__input-el-wrapper_19vkb_82:hover:not(._input--disabled_19vkb_135,._input--focused_19vkb_141,._input--error_19vkb_144){border-color:var(--gray-75)}
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-h1_z7ezb_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_z7ezb_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_z7ezb_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_z7ezb_22,._page-header__main-left-content_z7ezb_22 ._title_z7ezb_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_z7ezb_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_z7ezb_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_z7ezb_43,._page-header__main-left-content_z7ezb_22 ._subtitle_z7ezb_43{font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_z7ezb_48{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_z7ezb_52{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_z7ezb_56{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_z7ezb_60{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_z7ezb_64,._page-header__main-left-content_z7ezb_22 ._title_z7ezb_22{font-weight:var(--base-bold)}._u-typography-base--strikethrough_z7ezb_67{text-decoration:line-through}._u-typography-base--underlined_z7ezb_70{text-decoration:underline}._u-typography-base--strikethrough-underlined_z7ezb_73{text-decoration:underline line-through}._page-header_z7ezb_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_z7ezb_22:has(._page-header__top-content_z7ezb_86){justify-content:flex-start}._page-header__top-content_z7ezb_86,._page-header__main-content_z7ezb_89,._page-header__bottom-content_z7ezb_89{width:64rem;max-width:100%;margin:0 auto}._page-header__top-content_z7ezb_86{padding:1rem 0 .5rem}._page-header__top-content_z7ezb_86 button{width:fit-content;height:1.125rem;padding:0;line-height:1.125rem}._page-header__breadcrumb_z7ezb_103{display:flex;gap:.25rem;align-items:center}._page-header__breadcrumb__separator_z7ezb_108{height:1.125rem;padding:0;margin-right:-.25rem;line-height:1.125rem}._page-header__main-content_z7ezb_89{display:flex}._page-header__main-left-content_z7ezb_22{display:flex;flex:1;flex-direction:column;justify-content:center}._page-header__main-left-content_z7ezb_22 ._title_z7ezb_22,._page-header__main-left-content_z7ezb_22 ._subtitle_z7ezb_43{display:block;width:100%;padding:0;margin:0;color:var(--gray-90)}._page-header__main-right-content_z7ezb_131{display:flex;align-items:center;margin-bottom:1.125rem}._page-header__bottom-content_z7ezb_89{margin-top:.8125rem}
1
+ ._u-typography-h1_1qpkd_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_1qpkd_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_1qpkd_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_1qpkd_22,._page-header__main-left-content_1qpkd_22 ._title_1qpkd_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_1qpkd_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_1qpkd_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_1qpkd_43,._page-header__main-left-content_1qpkd_22 ._subtitle_1qpkd_43{margin:0;font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_1qpkd_49{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_1qpkd_53{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_1qpkd_57{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_1qpkd_61{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_1qpkd_65,._page-header__main-left-content_1qpkd_22 ._title_1qpkd_22{font-weight:var(--base-bold)}._u-typography-base--strikethrough_1qpkd_68{text-decoration:line-through}._u-typography-base--underlined_1qpkd_71{text-decoration:underline}._u-typography-base--strikethrough-underlined_1qpkd_74{text-decoration:underline line-through}._page-header_1qpkd_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_1qpkd_22:has(._page-header__top-content_1qpkd_87){justify-content:flex-start}._page-header__top-content_1qpkd_87,._page-header__main-content_1qpkd_90,._page-header__bottom-content_1qpkd_90{width:64rem;max-width:100%;margin:0 auto}._page-header__top-content_1qpkd_87{padding:1rem 0 .5rem}._page-header__top-content_1qpkd_87 button{width:fit-content;height:1.125rem;padding:0;line-height:1.125rem}._page-header__breadcrumb_1qpkd_104{display:flex;gap:.25rem;align-items:center}._page-header__breadcrumb__separator_1qpkd_109{height:1.125rem;padding:0;margin-right:-.25rem;line-height:1.125rem}._page-header__main-content_1qpkd_90{display:flex}._page-header__main-left-content_1qpkd_22{display:flex;flex:1;flex-direction:column;justify-content:center}._page-header__main-left-content_1qpkd_22 ._title_1qpkd_22,._page-header__main-left-content_1qpkd_22 ._subtitle_1qpkd_43{display:block;width:100%;padding:0;margin:0;color:var(--gray-90)}._page-header__main-right-content_1qpkd_132{display:flex;align-items:center;margin-bottom:1.125rem}._page-header__bottom-content_1qpkd_90{margin-top:.8125rem}
@@ -1 +1 @@
1
- ._u-typography-h1_19imj_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_19imj_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_19imj_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_19imj_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_19imj_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_19imj_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_19imj_43,._pagination_19imj_43 ._per-page-container_19imj_43{font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_19imj_48{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_19imj_52{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_19imj_56{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_19imj_60{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_19imj_64{font-weight:var(--base-bold)}._u-typography-base--strikethrough_19imj_67{text-decoration:line-through}._u-typography-base--underlined_19imj_70{text-decoration:underline}._u-typography-base--strikethrough-underlined_19imj_73{text-decoration:underline line-through}._pagination_19imj_43{display:flex;gap:1rem;align-items:center;justify-content:space-between;padding:1.5rem 0}._pagination_19imj_43 ._per-page-container_19imj_43{display:flex;gap:.5rem;align-items:center;color:var(--gray-90)}._pagination_19imj_43 ._per-page-container__select_19imj_90{width:4rem;min-width:min-content;height:2rem;padding:0 .5rem;margin:0}._pagination_19imj_43 ._pages-navigator-container_19imj_97{display:flex;gap:.5rem;align-items:center}._pagination_19imj_43 ._pages-navigator-container_19imj_97 ul{display:flex;gap:.5rem;padding:0;margin:0}._pagination_19imj_43 ._pages-navigator-container_19imj_97 li{display:inline-flex;padding:0;margin:0;list-style:none}._pagination_19imj_43 ._pages-navigator-container_19imj_97 ._page-item_19imj_114,._pagination_19imj_43 ._pages-navigator-container_19imj_97 ._page-number__btn_19imj_114{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;font-size:var(--body-font-size-small);font-weight:var(--body-bold);line-height:var(--body-line-height-small);color:var(--gray-90);cursor:default}._pagination_19imj_43 ._pages-navigator-container_19imj_97 button{padding:0;cursor:pointer;background-color:transparent;border:none;outline:none}._pagination_19imj_43 ._pages-navigator-container_19imj_97 ._pages-navigator-container__previous-next-btn_19imj_133{font-size:var(--body-font-size-tiny);font-weight:var(--body-bold);line-height:var(--body-line-height-tiny);color:var(--accent);transition:all .3s}._pagination_19imj_43 ._pages-navigator-container_19imj_97 ._pages-navigator-container__previous-next-btn_19imj_133:hover{font-weight:var(--heading-font-weight);color:var(--accent-dark)}._pagination_19imj_43 ._pages-navigator-container_19imj_97 ._pages-navigator-container__previous-next-btn_19imj_133:disabled{font-weight:var(--heading-font-weight);color:var(--gray-50);cursor:default}._pagination_19imj_43 ._pages-navigator-container_19imj_97 ._page-number__btn_19imj_114{width:2rem;height:2rem;cursor:pointer;transition:all .3s}._pagination_19imj_43 ._pages-navigator-container_19imj_97 ._page-number__btn_19imj_114:hover{color:var(--accent-dark)}._pagination_19imj_43 ._pages-navigator-container_19imj_97 ._page-number__btn--selected_19imj_158{color:var(--white-100);background-color:var(--accent);border-radius:var(--border-radius)}._pagination_19imj_43 ._pages-navigator-container_19imj_97 ._page-number__btn--selected_19imj_158:hover{background-color:var(--accent-light)}
1
+ ._u-typography-h1_2n0nk_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_2n0nk_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_2n0nk_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_2n0nk_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_2n0nk_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_2n0nk_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_2n0nk_43,._pagination_2n0nk_43 ._per-page-container_2n0nk_43{margin:0;font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_2n0nk_49{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_2n0nk_53{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_2n0nk_57{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_2n0nk_61{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_2n0nk_65{font-weight:var(--base-bold)}._u-typography-base--strikethrough_2n0nk_68{text-decoration:line-through}._u-typography-base--underlined_2n0nk_71{text-decoration:underline}._u-typography-base--strikethrough-underlined_2n0nk_74{text-decoration:underline line-through}._pagination_2n0nk_43{display:flex;gap:1rem;align-items:center;justify-content:space-between;padding:1.5rem 0}._pagination_2n0nk_43 ._per-page-container_2n0nk_43{display:flex;gap:.5rem;align-items:center;color:var(--gray-90)}._pagination_2n0nk_43 ._per-page-container__select_2n0nk_91{width:4rem;min-width:min-content;height:2rem;padding:0 .5rem;margin:0}._pagination_2n0nk_43 ._pages-navigator-container_2n0nk_98{display:flex;gap:.5rem;align-items:center}._pagination_2n0nk_43 ._pages-navigator-container_2n0nk_98 ul{display:flex;gap:.5rem;padding:0;margin:0}._pagination_2n0nk_43 ._pages-navigator-container_2n0nk_98 li{display:inline-flex;padding:0;margin:0;list-style:none}._pagination_2n0nk_43 ._pages-navigator-container_2n0nk_98 ._page-item_2n0nk_115,._pagination_2n0nk_43 ._pages-navigator-container_2n0nk_98 ._page-number__btn_2n0nk_115{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;font-size:var(--body-font-size-small);font-weight:var(--body-bold);line-height:var(--body-line-height-small);color:var(--gray-90);cursor:default}._pagination_2n0nk_43 ._pages-navigator-container_2n0nk_98 button{padding:0;cursor:pointer;background-color:transparent;border:none;outline:none}._pagination_2n0nk_43 ._pages-navigator-container_2n0nk_98 ._pages-navigator-container__previous-next-btn_2n0nk_134{font-size:var(--body-font-size-tiny);font-weight:var(--body-bold);line-height:var(--body-line-height-tiny);color:var(--accent);transition:all .3s}._pagination_2n0nk_43 ._pages-navigator-container_2n0nk_98 ._pages-navigator-container__previous-next-btn_2n0nk_134:hover{font-weight:var(--heading-font-weight);color:var(--accent-dark)}._pagination_2n0nk_43 ._pages-navigator-container_2n0nk_98 ._pages-navigator-container__previous-next-btn_2n0nk_134:disabled{font-weight:var(--heading-font-weight);color:var(--gray-50);cursor:default}._pagination_2n0nk_43 ._pages-navigator-container_2n0nk_98 ._page-number__btn_2n0nk_115{width:2rem;height:2rem;cursor:pointer;transition:all .3s}._pagination_2n0nk_43 ._pages-navigator-container_2n0nk_98 ._page-number__btn_2n0nk_115:hover{color:var(--accent-dark)}._pagination_2n0nk_43 ._pages-navigator-container_2n0nk_98 ._page-number__btn--selected_2n0nk_159{color:var(--white-100);background-color:var(--accent);border-radius:var(--border-radius)}._pagination_2n0nk_43 ._pages-navigator-container_2n0nk_98 ._page-number__btn--selected_2n0nk_159:hover{background-color:var(--accent-light)}
@@ -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
+ ._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}