@ultraviolet/ui 3.0.0-beta.1 → 3.0.0-beta.11

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 (209) hide show
  1. package/dist/components/ActionBar/index.cjs +5 -30
  2. package/dist/components/ActionBar/index.js +5 -28
  3. package/dist/components/ActionBar/styles.css.cjs +11 -0
  4. package/dist/components/ActionBar/styles.css.d.ts +3 -0
  5. package/dist/components/ActionBar/styles.css.js +11 -0
  6. package/dist/components/Alert/index.cjs +8 -76
  7. package/dist/components/Alert/index.d.ts +1 -2
  8. package/dist/components/Alert/index.js +8 -74
  9. package/dist/components/Alert/styles.css.cjs +14 -0
  10. package/dist/components/Alert/styles.css.d.ts +35 -0
  11. package/dist/components/Alert/styles.css.js +14 -0
  12. package/dist/components/Alert/type.d.ts +2 -0
  13. package/dist/components/Avatar/constants.cjs +0 -9
  14. package/dist/components/Avatar/constants.js +0 -9
  15. package/dist/components/Avatar/index.cjs +42 -117
  16. package/dist/components/Avatar/index.js +43 -116
  17. package/dist/components/Avatar/styles.css.cjs +16 -0
  18. package/dist/components/Avatar/styles.css.d.ts +128 -0
  19. package/dist/components/Avatar/styles.css.js +16 -0
  20. package/dist/components/Avatar/variables.css.cjs +9 -0
  21. package/dist/components/Avatar/variables.css.d.ts +3 -0
  22. package/dist/components/Avatar/variables.css.js +9 -0
  23. package/dist/components/Badge/constant.cjs +8 -0
  24. package/dist/components/Badge/constant.d.ts +14 -0
  25. package/dist/components/Badge/constant.js +8 -0
  26. package/dist/components/Badge/index.cjs +10 -88
  27. package/dist/components/Badge/index.d.ts +2 -20
  28. package/dist/components/Badge/index.js +8 -84
  29. package/dist/components/Badge/styles.css.cjs +6 -0
  30. package/dist/components/Badge/styles.css.d.ts +43 -0
  31. package/dist/components/Badge/styles.css.js +6 -0
  32. package/dist/components/Banner/index.cjs +13 -69
  33. package/dist/components/Banner/index.d.ts +3 -5
  34. package/dist/components/Banner/index.js +9 -63
  35. package/dist/components/Banner/styles.css.cjs +10 -0
  36. package/dist/components/Banner/styles.css.d.ts +18 -0
  37. package/dist/components/Banner/styles.css.js +10 -0
  38. package/dist/components/BarStack/index.cjs +22 -96
  39. package/dist/components/BarStack/index.d.ts +2 -1
  40. package/dist/components/BarStack/index.js +22 -94
  41. package/dist/components/BarStack/styles.css.cjs +10 -0
  42. package/dist/components/BarStack/styles.css.d.ts +3 -0
  43. package/dist/components/BarStack/styles.css.js +10 -0
  44. package/dist/components/BarStack/variables.css.cjs +24 -0
  45. package/dist/components/BarStack/variables.css.d.ts +11 -0
  46. package/dist/components/BarStack/variables.css.js +24 -0
  47. package/dist/components/Button/index.cjs +2 -2
  48. package/dist/components/Button/index.js +2 -2
  49. package/dist/components/Button/styles.css.cjs +0 -2
  50. package/dist/components/Button/styles.css.d.ts +4 -4
  51. package/dist/components/Button/styles.css.js +0 -2
  52. package/dist/components/Chip/ChipContext.d.ts +1 -1
  53. package/dist/components/Chip/ChipIcon.cjs +10 -21
  54. package/dist/components/Chip/ChipIcon.js +10 -19
  55. package/dist/components/Chip/index.cjs +2 -56
  56. package/dist/components/Chip/index.d.ts +1 -1
  57. package/dist/components/Chip/index.js +2 -54
  58. package/dist/components/Chip/styles.css.cjs +7 -0
  59. package/dist/components/Chip/styles.css.d.ts +2 -0
  60. package/dist/components/Chip/styles.css.js +7 -0
  61. package/dist/components/Dialog/index.cjs +2 -2
  62. package/dist/components/Dialog/index.d.ts +1 -1
  63. package/dist/components/Dialog/index.js +2 -2
  64. package/dist/components/ExpandableCard/index.cjs +10 -9
  65. package/dist/components/ExpandableCard/index.d.ts +3 -1
  66. package/dist/components/ExpandableCard/index.js +10 -9
  67. package/dist/components/Key/index.cjs +85 -0
  68. package/dist/components/Key/index.d.ts +23 -0
  69. package/dist/components/Key/index.js +83 -0
  70. package/dist/components/Label/index.cjs +20 -24
  71. package/dist/components/Label/index.js +20 -22
  72. package/dist/components/Label/styles.css.cjs +5 -0
  73. package/dist/components/Label/styles.css.d.ts +1 -0
  74. package/dist/components/Label/styles.css.js +5 -0
  75. package/dist/components/List/index.cjs +2 -2
  76. package/dist/components/List/index.js +2 -2
  77. package/dist/components/Loader/index.cjs +4 -36
  78. package/dist/components/Loader/index.d.ts +0 -4
  79. package/dist/components/Loader/index.js +5 -35
  80. package/dist/components/Loader/styles.css.cjs +7 -0
  81. package/dist/components/Loader/styles.css.d.ts +2 -0
  82. package/dist/components/Loader/styles.css.js +7 -0
  83. package/dist/components/Menu/helpers.d.ts +1 -1
  84. package/dist/components/Meter/index.cjs +6 -37
  85. package/dist/components/Meter/index.js +6 -35
  86. package/dist/components/Meter/styles.css.cjs +11 -0
  87. package/dist/components/Meter/styles.css.d.ts +4 -0
  88. package/dist/components/Meter/styles.css.js +11 -0
  89. package/dist/components/Notice/index.cjs +2 -12
  90. package/dist/components/Notice/index.js +2 -10
  91. package/dist/components/Notice/styles.css.cjs +5 -0
  92. package/dist/components/Notice/styles.css.d.ts +1 -0
  93. package/dist/components/Notice/styles.css.js +5 -0
  94. package/dist/components/NumberInput/index.cjs +12 -9
  95. package/dist/components/NumberInput/index.d.ts +1 -1
  96. package/dist/components/NumberInput/index.js +12 -9
  97. package/dist/components/PasswordCheck/index.cjs +2 -12
  98. package/dist/components/PasswordCheck/index.js +2 -10
  99. package/dist/components/PasswordCheck/styles.css.cjs +5 -0
  100. package/dist/components/PasswordCheck/styles.css.d.ts +1 -0
  101. package/dist/components/PasswordCheck/styles.css.js +5 -0
  102. package/dist/components/Popover/constant.d.ts +5 -0
  103. package/dist/components/Popover/index.cjs +6 -41
  104. package/dist/components/Popover/index.d.ts +1 -5
  105. package/dist/components/Popover/index.js +6 -39
  106. package/dist/components/Popover/styles.css.cjs +8 -0
  107. package/dist/components/Popover/styles.css.d.ts +35 -0
  108. package/dist/components/Popover/styles.css.js +8 -0
  109. package/dist/components/Popup/index.cjs +25 -62
  110. package/dist/components/Popup/index.d.ts +9 -4
  111. package/dist/components/Popup/index.js +27 -62
  112. package/dist/components/Popup/styles.css.cjs +12 -0
  113. package/dist/components/Popup/styles.css.d.ts +45 -0
  114. package/dist/components/Popup/styles.css.js +12 -0
  115. package/dist/components/Popup/variables.css.cjs +19 -0
  116. package/dist/components/Popup/variables.css.d.ts +9 -0
  117. package/dist/components/Popup/variables.css.js +19 -0
  118. package/dist/components/Radio/index.d.ts +29 -12
  119. package/dist/components/Row/index.cjs +28 -38
  120. package/dist/components/Row/index.d.ts +8 -10
  121. package/dist/components/Row/index.js +29 -37
  122. package/dist/components/Row/styles.css.cjs +17 -0
  123. package/dist/components/Row/styles.css.d.ts +460 -0
  124. package/dist/components/Row/styles.css.js +17 -0
  125. package/dist/components/Row/variables.css.cjs +7 -0
  126. package/dist/components/Row/variables.css.d.ts +4 -0
  127. package/dist/components/Row/variables.css.js +7 -0
  128. package/dist/components/SearchInput/KeyGroup.cjs +5 -5
  129. package/dist/components/SearchInput/KeyGroup.d.ts +1 -1
  130. package/dist/components/SearchInput/KeyGroup.js +3 -3
  131. package/dist/components/SelectInput/Dropdown.cjs +11 -11
  132. package/dist/components/SelectInput/Dropdown.js +11 -11
  133. package/dist/components/SelectInput/SelectBar.cjs +15 -22
  134. package/dist/components/SelectInput/SelectBar.js +16 -23
  135. package/dist/components/Separator/index.cjs +26 -39
  136. package/dist/components/Separator/index.d.ts +2 -5
  137. package/dist/components/Separator/index.js +26 -37
  138. package/dist/components/Separator/styles.css.cjs +10 -0
  139. package/dist/components/Separator/styles.css.d.ts +125 -0
  140. package/dist/components/Separator/styles.css.js +10 -0
  141. package/dist/components/Slider/styles.d.ts +30 -13
  142. package/dist/components/Snippet/index.cjs +15 -14
  143. package/dist/components/Snippet/index.js +15 -14
  144. package/dist/components/Stack/index.cjs +69 -44
  145. package/dist/components/Stack/index.d.ts +17 -19
  146. package/dist/components/Stack/index.js +69 -42
  147. package/dist/components/Stack/styles.css.cjs +19 -0
  148. package/dist/components/Stack/styles.css.d.ts +470 -0
  149. package/dist/components/Stack/styles.css.js +19 -0
  150. package/dist/components/Stack/types.d.ts +8 -0
  151. package/dist/components/Stack/variables.css.cjs +11 -0
  152. package/dist/components/Stack/variables.css.d.ts +4 -0
  153. package/dist/components/Stack/variables.css.js +11 -0
  154. package/dist/components/Status/constant.d.ts +1 -0
  155. package/dist/components/Status/index.cjs +10 -66
  156. package/dist/components/Status/index.d.ts +2 -20
  157. package/dist/components/Status/index.js +10 -64
  158. package/dist/components/Status/styles.css.cjs +11 -0
  159. package/dist/components/Status/styles.css.d.ts +23 -0
  160. package/dist/components/Status/styles.css.js +11 -0
  161. package/dist/components/StepList/index.cjs +9 -41
  162. package/dist/components/StepList/index.d.ts +2 -1
  163. package/dist/components/StepList/index.js +9 -39
  164. package/dist/components/StepList/styles.css.cjs +10 -0
  165. package/dist/components/StepList/styles.css.d.ts +23 -0
  166. package/dist/components/StepList/styles.css.js +10 -0
  167. package/dist/components/Table/index.cjs +2 -2
  168. package/dist/components/Table/index.d.ts +1 -1
  169. package/dist/components/Table/index.js +2 -2
  170. package/dist/components/Tabs/index.d.ts +1 -1
  171. package/dist/components/Text/constant.d.ts +6 -0
  172. package/dist/components/Text/index.cjs +22 -60
  173. package/dist/components/Text/index.d.ts +3 -7
  174. package/dist/components/Text/index.js +22 -58
  175. package/dist/components/Text/style.css.cjs +6 -0
  176. package/dist/components/Text/style.css.d.ts +52 -0
  177. package/dist/components/Text/style.css.js +6 -0
  178. package/dist/components/Text/variables.css.cjs +7 -0
  179. package/dist/components/Text/variables.css.d.ts +2 -0
  180. package/dist/components/Text/variables.css.js +7 -0
  181. package/dist/components/TextArea/index.cjs +6 -6
  182. package/dist/components/TextArea/index.js +6 -6
  183. package/dist/components/TextInput/index.d.ts +59 -25
  184. package/dist/components/Tooltip/index.cjs +2 -20
  185. package/dist/components/Tooltip/index.d.ts +1 -1
  186. package/dist/components/Tooltip/index.js +2 -18
  187. package/dist/components/Tooltip/styles.css.cjs +5 -0
  188. package/dist/components/Tooltip/styles.css.d.ts +1 -0
  189. package/dist/components/Tooltip/styles.css.js +5 -0
  190. package/dist/components/index.d.ts +1 -0
  191. package/dist/index.cjs +102 -100
  192. package/dist/index.js +2 -0
  193. package/dist/theme/ThemeProvider.cjs +23 -1
  194. package/dist/theme/ThemeProvider.d.ts +1 -1
  195. package/dist/theme/ThemeProvider.js +25 -3
  196. package/dist/ui.css +1 -1
  197. package/dist/utils/animationVanillaExtract.css.d.ts +2 -0
  198. package/dist/utils/index.d.ts +1 -0
  199. package/package.json +8 -6
  200. package/dist/components/Popup/animations.cjs +0 -25
  201. package/dist/components/Popup/animations.d.ts +0 -21
  202. package/dist/components/Popup/animations.js +0 -25
  203. package/dist/components/SearchInput/Key.cjs +0 -55
  204. package/dist/components/SearchInput/Key.d.ts +0 -21
  205. package/dist/components/SearchInput/Key.js +0 -53
  206. package/dist/themes/dist/vanilla/themes.css.js.vanilla.css.cjs +0 -1
  207. package/dist/themes/dist/vanilla/themes.css.js.vanilla.css.js +0 -1
  208. package/dist/themes/dist/vanilla/themes.css.ts.vanilla.css.js.vanilla.css.cjs +0 -1
  209. package/dist/themes/dist/vanilla/themes.css.ts.vanilla.css.js.vanilla.css.js +0 -1
@@ -2,27 +2,9 @@
2
2
  "use strict";
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
4
4
  const jsxRuntime = require("@emotion/react/jsx-runtime");
5
- const _styled = require("@emotion/styled/base");
6
5
  const react = require("react");
7
6
  const index = require("../Popup/index.cjs");
8
- const _interopDefaultCompat = (e) => e && typeof e === "object" && "default" in e ? e : { default: e };
9
- const _styled__default = /* @__PURE__ */ _interopDefaultCompat(_styled);
10
- function _EMOTION_STRINGIFIED_CSS_ERROR__() {
11
- return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop).";
12
- }
13
- const StyledPopup = /* @__PURE__ */ _styled__default.default(index.Popup, process.env.NODE_ENV === "production" ? {
14
- target: "e1h4zly10"
15
- } : {
16
- target: "e1h4zly10",
17
- label: "StyledPopup"
18
- })(process.env.NODE_ENV === "production" ? {
19
- name: "je8g23",
20
- styles: "pointer-events:none"
21
- } : {
22
- name: "je8g23",
23
- styles: "pointer-events:none/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9ob21lL3J1bm5lci93b3JrL3VsdHJhdmlvbGV0L3VsdHJhdmlvbGV0L3BhY2thZ2VzL3VpL3NyYy9jb21wb25lbnRzL1Rvb2x0aXAvaW5kZXgudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQTJCaUMiLCJmaWxlIjoiL2hvbWUvcnVubmVyL3dvcmsvdWx0cmF2aW9sZXQvdWx0cmF2aW9sZXQvcGFja2FnZXMvdWkvc3JjL2NvbXBvbmVudHMvVG9vbHRpcC9pbmRleC50c3giLCJzb3VyY2VzQ29udGVudCI6WyIndXNlIGNsaWVudCdcblxuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnXG5pbXBvcnQgdHlwZSB7IENvbXBvbmVudFByb3BzLCBSZWYgfSBmcm9tICdyZWFjdCdcbmltcG9ydCB7IGZvcndhcmRSZWYgfSBmcm9tICdyZWFjdCdcbmltcG9ydCB7IFBvcHVwIH0gZnJvbSAnLi4vUG9wdXAnXG5cbnR5cGUgVG9vbHRpcFByb3BzID0gUGljazxcbiAgQ29tcG9uZW50UHJvcHM8dHlwZW9mIFBvcHVwPixcbiAgfCAnaWQnXG4gIHwgJ2NoaWxkcmVuJ1xuICB8ICdtYXhXaWR0aCdcbiAgfCAndGV4dCdcbiAgfCAnY2xhc3NOYW1lJ1xuICB8ICd2aXNpYmxlJ1xuICB8ICdpbm5lclJlZidcbiAgfCAncm9sZSdcbiAgfCAnZGF0YS10ZXN0aWQnXG4gIHwgJ2NvbnRhaW5lckZ1bGxXaWR0aCdcbiAgfCAnY29udGFpbmVyRnVsbEhlaWdodCdcbiAgfCAncG9ydGFsVGFyZ2V0J1xuICB8ICd0YWJJbmRleCdcbiAgfCAnZGVib3VuY2VEZWxheSdcbj4gJiB7XG4gIHBsYWNlbWVudD86IEV4Y2x1ZGU8Q29tcG9uZW50UHJvcHM8dHlwZW9mIFBvcHVwPlsncGxhY2VtZW50J10sICduZXN0ZWQtbWVudSc+XG59XG5cbmNvbnN0IFN0eWxlZFBvcHVwID0gc3R5bGVkKFBvcHVwKWBcbiAgcG9pbnRlci1ldmVudHM6IG5vbmU7XG5gXG5cbi8qKlxuICogVG9vbHRpcCBjb21wb25lbnQgaXMgdXNlZCB0byBkaXNwbGF5IGFkZGl0aW9uYWwgaW5mb3JtYXRpb24gb24gaG92ZXIgb3IgZm9jdXMuXG4gKiBJdCBpcyB1c2VkIHRvIGV4cGxhaW4gdGhlIHB1cnBvc2Ugb2YgdGhlIGVsZW1lbnQgaXQgaXMgYXR0YWNoZWQgdG8uXG4gKi9cbmV4cG9ydCBjb25zdCBUb29sdGlwID0gZm9yd2FyZFJlZihcbiAgKFxuICAgIHtcbiAgICAgIGNoaWxkcmVuLFxuICAgICAgdGV4dCA9ICcnLFxuICAgICAgcGxhY2VtZW50ID0gJ2F1dG8nLFxuICAgICAgaWQsXG4gICAgICBjbGFzc05hbWUsXG4gICAgICBjb250YWluZXJGdWxsV2lkdGgsXG4gICAgICBjb250YWluZXJGdWxsSGVpZ2h0LFxuICAgICAgbWF4V2lkdGggPSAyMzIsXG4gICAgICB2aXNpYmxlLFxuICAgICAgaW5uZXJSZWYsXG4gICAgICByb2xlID0gJ3Rvb2x0aXAnLFxuICAgICAgJ2RhdGEtdGVzdGlkJzogZGF0YVRlc3RJZCxcbiAgICAgIHBvcnRhbFRhcmdldCxcbiAgICAgIGRlYm91bmNlRGVsYXksXG4gICAgICB0YWJJbmRleCxcbiAgICB9OiBUb29sdGlwUHJvcHMsXG4gICAgdG9vbHRpcFJlZjogUmVmPEhUTUxEaXZFbGVtZW50PixcbiAgKSA9PiAoXG4gICAgPFN0eWxlZFBvcHVwXG4gICAgICBjbGFzc05hbWU9e2NsYXNzTmFtZX1cbiAgICAgIGNvbnRhaW5lckZ1bGxIZWlnaHQ9e2NvbnRhaW5lckZ1bGxIZWlnaHR9XG4gICAgICBjb250YWluZXJGdWxsV2lkdGg9e2NvbnRhaW5lckZ1bGxXaWR0aH1cbiAgICAgIGRhdGEtdGVzdGlkPXtkYXRhVGVzdElkfVxuICAgICAgZGVib3VuY2VEZWxheT17ZGVib3VuY2VEZWxheX1cbiAgICAgIGlkPXtpZH1cbiAgICAgIGlubmVyUmVmPXtpbm5lclJlZn1cbiAgICAgIG1heFdpZHRoPXttYXhXaWR0aH1cbiAgICAgIHBsYWNlbWVudD17cGxhY2VtZW50fVxuICAgICAgcG9ydGFsVGFyZ2V0PXtwb3J0YWxUYXJnZXR9XG4gICAgICByZWY9e3Rvb2x0aXBSZWZ9XG4gICAgICByb2xlPXtyb2xlfVxuICAgICAgdGFiSW5kZXg9e3RhYkluZGV4fVxuICAgICAgdGV4dD17dGV4dH1cbiAgICAgIHZpc2libGU9e3Zpc2libGV9XG4gICAgPlxuICAgICAge2NoaWxkcmVufVxuICAgIDwvU3R5bGVkUG9wdXA+XG4gICksXG4pXG4iXX0= */",
24
- toString: _EMOTION_STRINGIFIED_CSS_ERROR__
25
- });
7
+ const styles_css = require("./styles.css.cjs");
26
8
  const Tooltip = react.forwardRef(({
27
9
  children,
28
10
  text = "",
@@ -39,5 +21,5 @@ const Tooltip = react.forwardRef(({
39
21
  portalTarget,
40
22
  debounceDelay,
41
23
  tabIndex
42
- }, tooltipRef) => /* @__PURE__ */ jsxRuntime.jsx(StyledPopup, { className, containerFullHeight, containerFullWidth, "data-testid": dataTestId, debounceDelay, id, innerRef, maxWidth, placement, portalTarget, ref: tooltipRef, role, tabIndex, text, visible, children }));
24
+ }, tooltipRef) => /* @__PURE__ */ jsxRuntime.jsx(index.Popup, { className: `${className ? `${className} ` : ""}${styles_css.tooltip}`, containerFullHeight, containerFullWidth, "data-testid": dataTestId, debounceDelay, id, innerRef, maxWidth, placement, portalTarget, ref: tooltipRef, role, tabIndex, text, visible, children }));
43
25
  exports.Tooltip = Tooltip;
@@ -36,6 +36,6 @@ export declare const Tooltip: import("react").ForwardRefExoticComponent<Pick<{
36
36
  disableAnimation?: boolean;
37
37
  portalTarget?: HTMLElement;
38
38
  dynamicDomRendering?: boolean;
39
- } & import("react").RefAttributes<HTMLDivElement>, "children" | "className" | "text" | "id" | "tabIndex" | "role" | "maxWidth" | "data-testid" | "containerFullHeight" | "containerFullWidth" | "visible" | "debounceDelay" | "portalTarget" | "innerRef"> & {
39
+ } & import("react").RefAttributes<HTMLDivElement>, "children" | "className" | "text" | "maxWidth" | "visible" | "data-testid" | "id" | "role" | "tabIndex" | "containerFullHeight" | "containerFullWidth" | "debounceDelay" | "portalTarget" | "innerRef"> & {
40
40
  placement?: Exclude<ComponentProps<typeof Popup>["placement"], "nested-menu">;
41
41
  } & import("react").RefAttributes<HTMLDivElement>>;
@@ -1,24 +1,8 @@
1
1
  "use client";
2
2
  import { jsx } from "@emotion/react/jsx-runtime";
3
- import _styled from "@emotion/styled/base";
4
3
  import { forwardRef } from "react";
5
4
  import { Popup } from "../Popup/index.js";
6
- function _EMOTION_STRINGIFIED_CSS_ERROR__() {
7
- return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop).";
8
- }
9
- const StyledPopup = /* @__PURE__ */ _styled(Popup, process.env.NODE_ENV === "production" ? {
10
- target: "e1h4zly10"
11
- } : {
12
- target: "e1h4zly10",
13
- label: "StyledPopup"
14
- })(process.env.NODE_ENV === "production" ? {
15
- name: "je8g23",
16
- styles: "pointer-events:none"
17
- } : {
18
- name: "je8g23",
19
- styles: "pointer-events:none/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9ob21lL3J1bm5lci93b3JrL3VsdHJhdmlvbGV0L3VsdHJhdmlvbGV0L3BhY2thZ2VzL3VpL3NyYy9jb21wb25lbnRzL1Rvb2x0aXAvaW5kZXgudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQTJCaUMiLCJmaWxlIjoiL2hvbWUvcnVubmVyL3dvcmsvdWx0cmF2aW9sZXQvdWx0cmF2aW9sZXQvcGFja2FnZXMvdWkvc3JjL2NvbXBvbmVudHMvVG9vbHRpcC9pbmRleC50c3giLCJzb3VyY2VzQ29udGVudCI6WyIndXNlIGNsaWVudCdcblxuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnXG5pbXBvcnQgdHlwZSB7IENvbXBvbmVudFByb3BzLCBSZWYgfSBmcm9tICdyZWFjdCdcbmltcG9ydCB7IGZvcndhcmRSZWYgfSBmcm9tICdyZWFjdCdcbmltcG9ydCB7IFBvcHVwIH0gZnJvbSAnLi4vUG9wdXAnXG5cbnR5cGUgVG9vbHRpcFByb3BzID0gUGljazxcbiAgQ29tcG9uZW50UHJvcHM8dHlwZW9mIFBvcHVwPixcbiAgfCAnaWQnXG4gIHwgJ2NoaWxkcmVuJ1xuICB8ICdtYXhXaWR0aCdcbiAgfCAndGV4dCdcbiAgfCAnY2xhc3NOYW1lJ1xuICB8ICd2aXNpYmxlJ1xuICB8ICdpbm5lclJlZidcbiAgfCAncm9sZSdcbiAgfCAnZGF0YS10ZXN0aWQnXG4gIHwgJ2NvbnRhaW5lckZ1bGxXaWR0aCdcbiAgfCAnY29udGFpbmVyRnVsbEhlaWdodCdcbiAgfCAncG9ydGFsVGFyZ2V0J1xuICB8ICd0YWJJbmRleCdcbiAgfCAnZGVib3VuY2VEZWxheSdcbj4gJiB7XG4gIHBsYWNlbWVudD86IEV4Y2x1ZGU8Q29tcG9uZW50UHJvcHM8dHlwZW9mIFBvcHVwPlsncGxhY2VtZW50J10sICduZXN0ZWQtbWVudSc+XG59XG5cbmNvbnN0IFN0eWxlZFBvcHVwID0gc3R5bGVkKFBvcHVwKWBcbiAgcG9pbnRlci1ldmVudHM6IG5vbmU7XG5gXG5cbi8qKlxuICogVG9vbHRpcCBjb21wb25lbnQgaXMgdXNlZCB0byBkaXNwbGF5IGFkZGl0aW9uYWwgaW5mb3JtYXRpb24gb24gaG92ZXIgb3IgZm9jdXMuXG4gKiBJdCBpcyB1c2VkIHRvIGV4cGxhaW4gdGhlIHB1cnBvc2Ugb2YgdGhlIGVsZW1lbnQgaXQgaXMgYXR0YWNoZWQgdG8uXG4gKi9cbmV4cG9ydCBjb25zdCBUb29sdGlwID0gZm9yd2FyZFJlZihcbiAgKFxuICAgIHtcbiAgICAgIGNoaWxkcmVuLFxuICAgICAgdGV4dCA9ICcnLFxuICAgICAgcGxhY2VtZW50ID0gJ2F1dG8nLFxuICAgICAgaWQsXG4gICAgICBjbGFzc05hbWUsXG4gICAgICBjb250YWluZXJGdWxsV2lkdGgsXG4gICAgICBjb250YWluZXJGdWxsSGVpZ2h0LFxuICAgICAgbWF4V2lkdGggPSAyMzIsXG4gICAgICB2aXNpYmxlLFxuICAgICAgaW5uZXJSZWYsXG4gICAgICByb2xlID0gJ3Rvb2x0aXAnLFxuICAgICAgJ2RhdGEtdGVzdGlkJzogZGF0YVRlc3RJZCxcbiAgICAgIHBvcnRhbFRhcmdldCxcbiAgICAgIGRlYm91bmNlRGVsYXksXG4gICAgICB0YWJJbmRleCxcbiAgICB9OiBUb29sdGlwUHJvcHMsXG4gICAgdG9vbHRpcFJlZjogUmVmPEhUTUxEaXZFbGVtZW50PixcbiAgKSA9PiAoXG4gICAgPFN0eWxlZFBvcHVwXG4gICAgICBjbGFzc05hbWU9e2NsYXNzTmFtZX1cbiAgICAgIGNvbnRhaW5lckZ1bGxIZWlnaHQ9e2NvbnRhaW5lckZ1bGxIZWlnaHR9XG4gICAgICBjb250YWluZXJGdWxsV2lkdGg9e2NvbnRhaW5lckZ1bGxXaWR0aH1cbiAgICAgIGRhdGEtdGVzdGlkPXtkYXRhVGVzdElkfVxuICAgICAgZGVib3VuY2VEZWxheT17ZGVib3VuY2VEZWxheX1cbiAgICAgIGlkPXtpZH1cbiAgICAgIGlubmVyUmVmPXtpbm5lclJlZn1cbiAgICAgIG1heFdpZHRoPXttYXhXaWR0aH1cbiAgICAgIHBsYWNlbWVudD17cGxhY2VtZW50fVxuICAgICAgcG9ydGFsVGFyZ2V0PXtwb3J0YWxUYXJnZXR9XG4gICAgICByZWY9e3Rvb2x0aXBSZWZ9XG4gICAgICByb2xlPXtyb2xlfVxuICAgICAgdGFiSW5kZXg9e3RhYkluZGV4fVxuICAgICAgdGV4dD17dGV4dH1cbiAgICAgIHZpc2libGU9e3Zpc2libGV9XG4gICAgPlxuICAgICAge2NoaWxkcmVufVxuICAgIDwvU3R5bGVkUG9wdXA+XG4gICksXG4pXG4iXX0= */",
20
- toString: _EMOTION_STRINGIFIED_CSS_ERROR__
21
- });
5
+ import { tooltip } from "./styles.css.js";
22
6
  const Tooltip = forwardRef(({
23
7
  children,
24
8
  text = "",
@@ -35,7 +19,7 @@ const Tooltip = forwardRef(({
35
19
  portalTarget,
36
20
  debounceDelay,
37
21
  tabIndex
38
- }, tooltipRef) => /* @__PURE__ */ jsx(StyledPopup, { className, containerFullHeight, containerFullWidth, "data-testid": dataTestId, debounceDelay, id, innerRef, maxWidth, placement, portalTarget, ref: tooltipRef, role, tabIndex, text, visible, children }));
22
+ }, tooltipRef) => /* @__PURE__ */ jsx(Popup, { className: `${className ? `${className} ` : ""}${tooltip}`, containerFullHeight, containerFullWidth, "data-testid": dataTestId, debounceDelay, id, innerRef, maxWidth, placement, portalTarget, ref: tooltipRef, role, tabIndex, text, visible, children }));
39
23
  export {
40
24
  Tooltip
41
25
  };
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ ;/* empty css */
4
+ var tooltip = "uv_1y5sygv0";
5
+ exports.tooltip = tooltip;
@@ -0,0 +1 @@
1
+ export declare const tooltip: string;
@@ -0,0 +1,5 @@
1
+ /* empty css */
2
+ var tooltip = "uv_1y5sygv0";
3
+ export {
4
+ tooltip
5
+ };
@@ -22,6 +22,7 @@ export { Expandable } from './Expandable';
22
22
  export { ExpandableCard } from './ExpandableCard';
23
23
  export { GlobalAlert } from './GlobalAlert';
24
24
  export { InfiniteScroll } from './InfiniteScroll';
25
+ export { Key } from './Key';
25
26
  export { Label } from './Label';
26
27
  export { LineChart } from './LineChart';
27
28
  export { Link } from './Link';
package/dist/index.cjs CHANGED
@@ -32,55 +32,56 @@ const index$l = require("./components/Expandable/index.cjs");
32
32
  const index$m = require("./components/ExpandableCard/index.cjs");
33
33
  const index$n = require("./components/GlobalAlert/index.cjs");
34
34
  const index$o = require("./components/InfiniteScroll/index.cjs");
35
- const index$p = require("./components/Label/index.cjs");
36
- const index$q = require("./components/LineChart/index.cjs");
37
- const index$r = require("./components/Link/index.cjs");
38
- const index$s = require("./components/List/index.cjs");
39
- const index$t = require("./components/Loader/index.cjs");
40
- const index$u = require("./components/Menu/index.cjs");
41
- const index$v = require("./components/Meter/index.cjs");
42
- const index$w = require("./components/Modal/index.cjs");
43
- const index$x = require("./components/Notice/index.cjs");
44
- const index$y = require("./components/Notification/index.cjs");
45
- const index$z = require("./components/NumberInput/index.cjs");
46
- const index$A = require("./components/Pagination/index.cjs");
47
- const index$B = require("./components/PasswordCheck/index.cjs");
48
- const index$C = require("./components/PieChart/index.cjs");
49
- const index$D = require("./components/Popover/index.cjs");
50
- const index$E = require("./components/Popup/index.cjs");
51
- const index$F = require("./components/ProgressBar/index.cjs");
52
- const index$G = require("./components/Radio/index.cjs");
53
- const index$H = require("./components/RadioGroup/index.cjs");
54
- const index$I = require("./components/Row/index.cjs");
55
- const index$J = require("./components/SearchInput/index.cjs");
56
- const index$K = require("./components/SelectableCard/index.cjs");
57
- const index$L = require("./components/SelectableCardGroup/index.cjs");
58
- const index$M = require("./components/SelectableCardOptionGroup/index.cjs");
59
- const index$N = require("./components/SelectInput/index.cjs");
60
- const index$O = require("./components/Separator/index.cjs");
61
- const index$P = require("./components/Skeleton/index.cjs");
62
- const index$Q = require("./components/Slider/index.cjs");
63
- const index$R = require("./components/Snippet/index.cjs");
64
- const index$S = require("./components/Stack/index.cjs");
65
- const index$T = require("./components/Status/index.cjs");
66
- const index$U = require("./components/StepList/index.cjs");
67
- const index$V = require("./components/Stepper/index.cjs");
68
- const index$W = require("./components/SwitchButton/index.cjs");
69
- const index$X = require("./components/Table/index.cjs");
70
- const index$Y = require("./components/Tabs/index.cjs");
71
- const index$Z = require("./components/Tag/index.cjs");
72
- const index$_ = require("./components/TagInput/index.cjs");
73
- const index$$ = require("./components/TagList/index.cjs");
74
- const index$10 = require("./components/Text/index.cjs");
75
- const index$11 = require("./components/TextArea/index.cjs");
76
- const index$12 = require("./components/TextInput/index.cjs");
77
- const index$13 = require("./components/TimeInput/index.cjs");
78
- const index$14 = require("./components/Toaster/index.cjs");
79
- const index$15 = require("./components/Toggle/index.cjs");
80
- const index$16 = require("./components/ToggleGroup/index.cjs");
81
- const index$17 = require("./components/Tooltip/index.cjs");
82
- const index$18 = require("./components/UnitInput/index.cjs");
83
- const index$19 = require("./components/VerificationCode/index.cjs");
35
+ const index$p = require("./components/Key/index.cjs");
36
+ const index$q = require("./components/Label/index.cjs");
37
+ const index$r = require("./components/LineChart/index.cjs");
38
+ const index$s = require("./components/Link/index.cjs");
39
+ const index$t = require("./components/List/index.cjs");
40
+ const index$u = require("./components/Loader/index.cjs");
41
+ const index$v = require("./components/Menu/index.cjs");
42
+ const index$w = require("./components/Meter/index.cjs");
43
+ const index$x = require("./components/Modal/index.cjs");
44
+ const index$y = require("./components/Notice/index.cjs");
45
+ const index$z = require("./components/Notification/index.cjs");
46
+ const index$A = require("./components/NumberInput/index.cjs");
47
+ const index$B = require("./components/Pagination/index.cjs");
48
+ const index$C = require("./components/PasswordCheck/index.cjs");
49
+ const index$D = require("./components/PieChart/index.cjs");
50
+ const index$E = require("./components/Popover/index.cjs");
51
+ const index$F = require("./components/Popup/index.cjs");
52
+ const index$G = require("./components/ProgressBar/index.cjs");
53
+ const index$H = require("./components/Radio/index.cjs");
54
+ const index$I = require("./components/RadioGroup/index.cjs");
55
+ const index$J = require("./components/Row/index.cjs");
56
+ const index$K = require("./components/SearchInput/index.cjs");
57
+ const index$L = require("./components/SelectableCard/index.cjs");
58
+ const index$M = require("./components/SelectableCardGroup/index.cjs");
59
+ const index$N = require("./components/SelectableCardOptionGroup/index.cjs");
60
+ const index$O = require("./components/SelectInput/index.cjs");
61
+ const index$P = require("./components/Separator/index.cjs");
62
+ const index$Q = require("./components/Skeleton/index.cjs");
63
+ const index$R = require("./components/Slider/index.cjs");
64
+ const index$S = require("./components/Snippet/index.cjs");
65
+ const index$T = require("./components/Stack/index.cjs");
66
+ const index$U = require("./components/Status/index.cjs");
67
+ const index$V = require("./components/StepList/index.cjs");
68
+ const index$W = require("./components/Stepper/index.cjs");
69
+ const index$X = require("./components/SwitchButton/index.cjs");
70
+ const index$Y = require("./components/Table/index.cjs");
71
+ const index$Z = require("./components/Tabs/index.cjs");
72
+ const index$_ = require("./components/Tag/index.cjs");
73
+ const index$$ = require("./components/TagInput/index.cjs");
74
+ const index$10 = require("./components/TagList/index.cjs");
75
+ const index$11 = require("./components/Text/index.cjs");
76
+ const index$12 = require("./components/TextArea/index.cjs");
77
+ const index$13 = require("./components/TextInput/index.cjs");
78
+ const index$14 = require("./components/TimeInput/index.cjs");
79
+ const index$15 = require("./components/Toaster/index.cjs");
80
+ const index$16 = require("./components/Toggle/index.cjs");
81
+ const index$17 = require("./components/ToggleGroup/index.cjs");
82
+ const index$18 = require("./components/Tooltip/index.cjs");
83
+ const index$19 = require("./components/UnitInput/index.cjs");
84
+ const index$1a = require("./components/VerificationCode/index.cjs");
84
85
  exports.extendTheme = index.extendTheme;
85
86
  exports.Breakpoint = Breakpoint;
86
87
  exports.normalize = normalize;
@@ -149,54 +150,55 @@ exports.Expandable = index$l.Expandable;
149
150
  exports.ExpandableCard = index$m.ExpandableCard;
150
151
  exports.GlobalAlert = index$n.GlobalAlert;
151
152
  exports.InfiniteScroll = index$o.InfiniteScroll;
152
- exports.Label = index$p.Label;
153
- exports.LineChart = index$q.LineChart;
154
- exports.Link = index$r.Link;
155
- exports.List = index$s.List;
156
- exports.Loader = index$t.Loader;
157
- exports.Menu = index$u.Menu;
158
- exports.Meter = index$v.Meter;
159
- exports.Modal = index$w.Modal;
160
- exports.Notice = index$x.Notice;
161
- exports.NotificationContainer = index$y.NotificationContainer;
162
- exports.notification = index$y.notification;
163
- exports.NumberInput = index$z.NumberInput;
164
- exports.Pagination = index$A.Pagination;
165
- exports.PasswordCheck = index$B.PasswordCheck;
166
- exports.PieChart = index$C.PieChart;
167
- exports.Popover = index$D.Popover;
168
- exports.Popup = index$E.Popup;
169
- exports.ProgressBar = index$F.ProgressBar;
170
- exports.Radio = index$G.Radio;
171
- exports.RadioGroup = index$H.RadioGroup;
172
- exports.Row = index$I.Row;
173
- exports.SearchInput = index$J.SearchInput;
174
- exports.SelectableCard = index$K.SelectableCard;
175
- exports.SelectableCardGroup = index$L.SelectableCardGroup;
176
- exports.SelectableCardOptionGroup = index$M.SelectableCardOptionGroup;
177
- exports.SelectInput = index$N.SelectInput;
178
- exports.Separator = index$O.Separator;
179
- exports.Skeleton = index$P.Skeleton;
180
- exports.Slider = index$Q.Slider;
181
- exports.Snippet = index$R.Snippet;
182
- exports.Stack = index$S.Stack;
183
- exports.Status = index$T.Status;
184
- exports.StepList = index$U.StepList;
185
- exports.Stepper = index$V.Stepper;
186
- exports.SwitchButton = index$W.SwitchButton;
187
- exports.Table = index$X.Table;
188
- exports.Tabs = index$Y.Tabs;
189
- exports.Tag = index$Z.Tag;
190
- exports.TagInput = index$_.TagInput;
191
- exports.TagList = index$$.TagList;
192
- exports.Text = index$10.Text;
193
- exports.TextArea = index$11.TextArea;
194
- exports.TextInput = index$12.TextInput;
195
- exports.TimeInput = index$13.TimeInput;
196
- exports.ToastContainer = index$14.ToastContainer;
197
- exports.toast = index$14.toast;
198
- exports.Toggle = index$15.Toggle;
199
- exports.ToggleGroup = index$16.ToggleGroup;
200
- exports.Tooltip = index$17.Tooltip;
201
- exports.UnitInput = index$18.UnitInput;
202
- exports.VerificationCode = index$19.VerificationCode;
153
+ exports.Key = index$p.Key;
154
+ exports.Label = index$q.Label;
155
+ exports.LineChart = index$r.LineChart;
156
+ exports.Link = index$s.Link;
157
+ exports.List = index$t.List;
158
+ exports.Loader = index$u.Loader;
159
+ exports.Menu = index$v.Menu;
160
+ exports.Meter = index$w.Meter;
161
+ exports.Modal = index$x.Modal;
162
+ exports.Notice = index$y.Notice;
163
+ exports.NotificationContainer = index$z.NotificationContainer;
164
+ exports.notification = index$z.notification;
165
+ exports.NumberInput = index$A.NumberInput;
166
+ exports.Pagination = index$B.Pagination;
167
+ exports.PasswordCheck = index$C.PasswordCheck;
168
+ exports.PieChart = index$D.PieChart;
169
+ exports.Popover = index$E.Popover;
170
+ exports.Popup = index$F.Popup;
171
+ exports.ProgressBar = index$G.ProgressBar;
172
+ exports.Radio = index$H.Radio;
173
+ exports.RadioGroup = index$I.RadioGroup;
174
+ exports.Row = index$J.Row;
175
+ exports.SearchInput = index$K.SearchInput;
176
+ exports.SelectableCard = index$L.SelectableCard;
177
+ exports.SelectableCardGroup = index$M.SelectableCardGroup;
178
+ exports.SelectableCardOptionGroup = index$N.SelectableCardOptionGroup;
179
+ exports.SelectInput = index$O.SelectInput;
180
+ exports.Separator = index$P.Separator;
181
+ exports.Skeleton = index$Q.Skeleton;
182
+ exports.Slider = index$R.Slider;
183
+ exports.Snippet = index$S.Snippet;
184
+ exports.Stack = index$T.Stack;
185
+ exports.Status = index$U.Status;
186
+ exports.StepList = index$V.StepList;
187
+ exports.Stepper = index$W.Stepper;
188
+ exports.SwitchButton = index$X.SwitchButton;
189
+ exports.Table = index$Y.Table;
190
+ exports.Tabs = index$Z.Tabs;
191
+ exports.Tag = index$_.Tag;
192
+ exports.TagInput = index$$.TagInput;
193
+ exports.TagList = index$10.TagList;
194
+ exports.Text = index$11.Text;
195
+ exports.TextArea = index$12.TextArea;
196
+ exports.TextInput = index$13.TextInput;
197
+ exports.TimeInput = index$14.TimeInput;
198
+ exports.ToastContainer = index$15.ToastContainer;
199
+ exports.toast = index$15.toast;
200
+ exports.Toggle = index$16.Toggle;
201
+ exports.ToggleGroup = index$17.ToggleGroup;
202
+ exports.Tooltip = index$18.Tooltip;
203
+ exports.UnitInput = index$19.UnitInput;
204
+ exports.VerificationCode = index$1a.VerificationCode;
package/dist/index.js CHANGED
@@ -30,6 +30,7 @@ import { Expandable } from "./components/Expandable/index.js";
30
30
  import { ExpandableCard } from "./components/ExpandableCard/index.js";
31
31
  import { GlobalAlert } from "./components/GlobalAlert/index.js";
32
32
  import { InfiniteScroll } from "./components/InfiniteScroll/index.js";
33
+ import { Key } from "./components/Key/index.js";
33
34
  import { Label } from "./components/Label/index.js";
34
35
  import { LineChart } from "./components/LineChart/index.js";
35
36
  import { Link } from "./components/Link/index.js";
@@ -106,6 +107,7 @@ export {
106
107
  ExpandableCard,
107
108
  GlobalAlert,
108
109
  InfiniteScroll,
110
+ Key,
109
111
  Label,
110
112
  LineChart,
111
113
  Link,
@@ -16,6 +16,28 @@ const useTheme = () => {
16
16
  const ThemeProvider = ({
17
17
  children,
18
18
  theme = themes.consoleLightTheme
19
- }) => /* @__PURE__ */ jsxRuntime.jsx(ThemeContext.Provider, { value: theme, children: /* @__PURE__ */ jsxRuntime.jsx("div", { style: dynamic.assignInlineVars(themes.theme, theme), children }) });
19
+ }) => {
20
+ react.useEffect(() => {
21
+ const styleId = "uv-theme";
22
+ const existingStyle = document.getElementById(styleId);
23
+ const cssVars = dynamic.assignInlineVars(themes.theme, theme);
24
+ const cssString = `:root { ${Object.entries(cssVars).map(([key, value]) => `${key}: ${value};`).join(" ")} }`;
25
+ if (existingStyle) {
26
+ existingStyle.textContent = cssString;
27
+ } else {
28
+ const style = document.createElement("style");
29
+ style.id = styleId;
30
+ style.textContent = cssString;
31
+ document.head.appendChild(style);
32
+ }
33
+ return () => {
34
+ const style = document.getElementById(styleId);
35
+ if (style) {
36
+ style.remove();
37
+ }
38
+ };
39
+ }, [theme]);
40
+ return /* @__PURE__ */ jsxRuntime.jsx(ThemeContext.Provider, { value: theme, children });
41
+ };
20
42
  exports.ThemeProvider = ThemeProvider;
21
43
  exports.useTheme = useTheme;
@@ -730,7 +730,7 @@ type ThemeProviderProps = {
730
730
  children: ReactNode;
731
731
  };
732
732
  /**
733
- * ThemeProvider will apply generated global CSS variables to the application.
733
+ * ThemeProvider will apply generated global CSS variables to the application in the `<head>`.
734
734
  * If no theme is provided, it will default to `lightTheme`.
735
735
  */
736
736
  export declare const ThemeProvider: ({ children, theme, }: ThemeProviderProps) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import { jsx } from "@emotion/react/jsx-runtime";
3
- import { consoleLightTheme, theme } from "@ultraviolet/themes";
3
+ import { theme, consoleLightTheme } from "@ultraviolet/themes";
4
4
  import { assignInlineVars } from "@vanilla-extract/dynamic";
5
- import { createContext, useContext } from "react";
5
+ import { useEffect, createContext, useContext } from "react";
6
6
  const ThemeContext = createContext(consoleLightTheme);
7
7
  const useTheme = () => {
8
8
  const context = useContext(ThemeContext);
@@ -14,7 +14,29 @@ const useTheme = () => {
14
14
  const ThemeProvider = ({
15
15
  children,
16
16
  theme: theme$1 = consoleLightTheme
17
- }) => /* @__PURE__ */ jsx(ThemeContext.Provider, { value: theme$1, children: /* @__PURE__ */ jsx("div", { style: assignInlineVars(theme, theme$1), children }) });
17
+ }) => {
18
+ useEffect(() => {
19
+ const styleId = "uv-theme";
20
+ const existingStyle = document.getElementById(styleId);
21
+ const cssVars = assignInlineVars(theme, theme$1);
22
+ const cssString = `:root { ${Object.entries(cssVars).map(([key, value]) => `${key}: ${value};`).join(" ")} }`;
23
+ if (existingStyle) {
24
+ existingStyle.textContent = cssString;
25
+ } else {
26
+ const style = document.createElement("style");
27
+ style.id = styleId;
28
+ style.textContent = cssString;
29
+ document.head.appendChild(style);
30
+ }
31
+ return () => {
32
+ const style = document.getElementById(styleId);
33
+ if (style) {
34
+ style.remove();
35
+ }
36
+ };
37
+ }, [theme$1]);
38
+ return /* @__PURE__ */ jsx(ThemeContext.Provider, { value: theme$1, children });
39
+ };
18
40
  export {
19
41
  ThemeProvider,
20
42
  useTheme
package/dist/ui.css CHANGED
@@ -1 +1 @@
1
- .uv_e1wcoe0{display:inline-flex;position:relative;flex-direction:row;box-sizing:border-box;align-items:center;justify-content:center;outline-offset:2px;white-space:nowrap;text-decoration:none;border-radius:var(--rwwhsl85)}.uv_e1wcoe0:hover{text-decoration:none}.uv_e1wcoe1{height:var(--rwwhsl9k);padding-left:var(--rwwhsl9v);padding-right:var(--rwwhsl9v);gap:var(--rwwhsl9u);font-size:var(--rwwhslb9);font-family:var(--rwwhslb8);font-weight:var(--rwwhslbg);letter-spacing:var(--rwwhslbb);line-height:var(--rwwhslbc)}.uv_e1wcoe2{height:var(--rwwhsl9j);padding-left:var(--rwwhsla6);padding-right:var(--rwwhsla6);gap:var(--rwwhsl9u);font-size:var(--rwwhslb9);font-family:var(--rwwhslb8);font-weight:var(--rwwhslbg);letter-spacing:var(--rwwhslbb);line-height:var(--rwwhslbc)}.uv_e1wcoe3{height:var(--rwwhsl9h);padding-left:var(--rwwhsl9u);padding-right:var(--rwwhsl9u);gap:var(--rwwhsl9u);font-size:var(--rwwhslb9);font-family:var(--rwwhslb8);font-weight:var(--rwwhslbg);letter-spacing:var(--rwwhslbb);line-height:var(--rwwhslbc)}.uv_e1wcoe4{height:var(--rwwhsl9f);padding-left:var(--rwwhsla4);padding-right:var(--rwwhsla4);gap:var(--rwwhsla4);font-size:var(--rwwhslb9);font-family:var(--rwwhslb8);font-weight:var(--rwwhslbg);letter-spacing:var(--rwwhslbb);line-height:var(--rwwhslbc)}.uv_e1wcoe5{width:100%}.uv_e1wcoe6{width:auto}.uv_e1wcoej{cursor:not-allowed}.uv_e1wcoek{cursor:pointer}.uv_e1wcoel{background:var(--rwwhsl5j);color:var(--rwwhsl61);border:none}.uv_e1wcoel:hover,.uv_e1wcoel:active{background:var(--rwwhsl5l);color:var(--rwwhsl63)}.uv_e1wcoel:disabled{background:var(--rwwhsl5k);color:var(--rwwhsl62)}.uv_e1wcoem{background:var(--rwwhsl67);color:var(--rwwhsl6p);border:none}.uv_e1wcoem:hover,.uv_e1wcoem:active{background:var(--rwwhsl69);color:var(--rwwhsl6r)}.uv_e1wcoem:disabled{background:var(--rwwhsl68);color:var(--rwwhsl6q)}.uv_e1wcoen{background:var(--rwwhsl9);color:var(--rwwhslr);border:none}.uv_e1wcoen:hover,.uv_e1wcoen:active{background:var(--rwwhslb);color:var(--rwwhslt)}.uv_e1wcoen:disabled{background:var(--rwwhsla);color:var(--rwwhsls)}.uv_e1wcoeo{background:var(--rwwhslx);color:var(--rwwhsl1f);border:none}.uv_e1wcoeo:hover,.uv_e1wcoeo:active{background:var(--rwwhslz);color:var(--rwwhsl1h)}.uv_e1wcoeo:disabled{background:var(--rwwhsly);color:var(--rwwhsl1g)}.uv_e1wcoep{background:var(--rwwhsl6v);color:var(--rwwhsl7d);border:none}.uv_e1wcoep:hover,.uv_e1wcoep:active{background:var(--rwwhsl6x);color:var(--rwwhsl7f)}.uv_e1wcoep:disabled{background:var(--rwwhsl6w);color:var(--rwwhsl7e)}.uv_e1wcoeq{background:var(--rwwhsl7j);color:var(--rwwhsl81);border:none}.uv_e1wcoeq:hover,.uv_e1wcoeq:active{background:var(--rwwhsl7l);color:var(--rwwhsl83)}.uv_e1wcoeq:disabled{background:var(--rwwhsl7k);color:var(--rwwhsl82)}.uv_e1wcoer{background:var(--rwwhsl1l);color:var(--rwwhsl2m);border:none}.uv_e1wcoer:hover,.uv_e1wcoer:active{background:var(--rwwhsl1q);color:var(--rwwhsl2r)}.uv_e1wcoer:disabled{background:var(--rwwhsl1m);color:var(--rwwhsl2n)}.uv_e1wcoes{background:var(--rwwhsl4r);color:var(--rwwhsl5c);border:none}.uv_e1wcoes:hover,.uv_e1wcoes:active{background:var(--rwwhsl4t);color:var(--rwwhsl5e)}.uv_e1wcoes:disabled{background:var(--rwwhsl4s);color:var(--rwwhsl51)}.uv_e1wcoet{background:var(--rwwhsl53);color:var(--rwwhsl50);border:none}.uv_e1wcoet:hover,.uv_e1wcoet:active{background:var(--rwwhsl55);color:var(--rwwhsl52)}.uv_e1wcoet:disabled{background:var(--rwwhsl54);color:var(--rwwhsl5d)}.uv_e1wcoeu{background:none;color:var(--rwwhsl5y);border:1px solid var(--rwwhsl5m)}.uv_e1wcoeu:hover,.uv_e1wcoeu:active{background:var(--rwwhsl5i);color:var(--rwwhsl60);border:1px solid var(--rwwhsl5o)}.uv_e1wcoeu:disabled{color:var(--rwwhsl5z);border:1px solid var(--rwwhsl5n)}.uv_e1wcoev{background:none;color:var(--rwwhsl6m);border:1px solid var(--rwwhsl6a)}.uv_e1wcoev:hover,.uv_e1wcoev:active{background:var(--rwwhsl66);color:var(--rwwhsl6o);border:1px solid var(--rwwhsl6c)}.uv_e1wcoev:disabled{color:var(--rwwhsl6n);border:1px solid var(--rwwhsl6b)}.uv_e1wcoew{background:none;color:var(--rwwhslo);border:1px solid var(--rwwhslc)}.uv_e1wcoew:hover,.uv_e1wcoew:active{background:var(--rwwhsl8);color:var(--rwwhslq);border:1px solid var(--rwwhsle)}.uv_e1wcoew:disabled{color:var(--rwwhslp);border:1px solid var(--rwwhsld)}.uv_e1wcoex{background:none;color:var(--rwwhsl1c);border:1px solid var(--rwwhsl10)}.uv_e1wcoex:hover,.uv_e1wcoex:active{background:var(--rwwhslw);color:var(--rwwhsl1e);border:1px solid var(--rwwhsl12)}.uv_e1wcoex:disabled{color:var(--rwwhsl1d);border:1px solid var(--rwwhsl11)}.uv_e1wcoey{background:none;color:var(--rwwhsl7a);border:1px solid var(--rwwhsl6y)}.uv_e1wcoey:hover,.uv_e1wcoey:active{background:var(--rwwhsl6u);color:var(--rwwhsl7c);border:1px solid var(--rwwhsl70)}.uv_e1wcoey:disabled{color:var(--rwwhsl7b);border:1px solid var(--rwwhsl6z)}.uv_e1wcoez{background:none;color:var(--rwwhsl7y);border:1px solid var(--rwwhsl7m)}.uv_e1wcoez:hover,.uv_e1wcoez:active{background:var(--rwwhsl7i);color:var(--rwwhsl80);border:1px solid var(--rwwhsl7o)}.uv_e1wcoez:disabled{color:var(--rwwhsl7z);border:1px solid var(--rwwhsl7n)}.uv_e1wcoe10{background:none;color:var(--rwwhsl2j);border:1px solid var(--rwwhsl1y)}.uv_e1wcoe10:hover,.uv_e1wcoe10:active{background:var(--rwwhsl1k);color:var(--rwwhsl2l);border:1px solid var(--rwwhsl23)}.uv_e1wcoe10:disabled{color:var(--rwwhsl2k);border:1px solid var(--rwwhsl1z)}.uv_e1wcoe11{background:none;color:var(--rwwhsl50);border:1px solid var(--rwwhsl4u)}.uv_e1wcoe11:hover,.uv_e1wcoe11:active{background:var(--rwwhsl4t);color:var(--rwwhsl5e);border:1px solid var(--rwwhsl4w)}.uv_e1wcoe11:disabled{color:var(--rwwhsl51);border:1px solid var(--rwwhsl4v)}.uv_e1wcoe12{background:none;color:var(--rwwhsl5c);border:1px solid var(--rwwhsl56)}.uv_e1wcoe12:hover,.uv_e1wcoe12:active{background:var(--rwwhsl55);color:var(--rwwhsl52);border:1px solid var(--rwwhsl58)}.uv_e1wcoe12:disabled{color:var(--rwwhsl5d);border:1px solid var(--rwwhsl57)}.uv_e1wcoe13{background:none;color:var(--rwwhsl5y);border:none}.uv_e1wcoe13:hover,.uv_e1wcoe13:active{background:var(--rwwhsl5i);color:var(--rwwhsl60)}.uv_e1wcoe13:disabled{color:var(--rwwhsl5z)}.uv_e1wcoe14{background:none;color:var(--rwwhsl6m);border:none}.uv_e1wcoe14:hover,.uv_e1wcoe14:active{background:var(--rwwhsl66);color:var(--rwwhsl6o)}.uv_e1wcoe14:disabled{color:var(--rwwhsl6n)}.uv_e1wcoe15{background:none;color:var(--rwwhslo);border:none}.uv_e1wcoe15:hover,.uv_e1wcoe15:active{background:var(--rwwhsl8);color:var(--rwwhslq)}.uv_e1wcoe15:disabled{color:var(--rwwhslp)}.uv_e1wcoe16{background:none;color:var(--rwwhsl1c);border:none}.uv_e1wcoe16:hover,.uv_e1wcoe16:active{background:var(--rwwhslw);color:var(--rwwhsl1e)}.uv_e1wcoe16:disabled{color:var(--rwwhsl1d)}.uv_e1wcoe17{background:none;color:var(--rwwhsl7a);border:none}.uv_e1wcoe17:hover,.uv_e1wcoe17:active{background:var(--rwwhsl6u);color:var(--rwwhsl7c)}.uv_e1wcoe17:disabled{color:var(--rwwhsl7b)}.uv_e1wcoe18{background:none;color:var(--rwwhsl7y);border:none}.uv_e1wcoe18:hover,.uv_e1wcoe18:active{background:var(--rwwhsl7i);color:var(--rwwhsl80)}.uv_e1wcoe18:disabled{color:var(--rwwhsl7z)}.uv_e1wcoe19{background:none;color:var(--rwwhsl2j);border:none}.uv_e1wcoe19:hover,.uv_e1wcoe19:active{background:var(--rwwhsl1k);color:var(--rwwhsl2l)}.uv_e1wcoe19:disabled{color:var(--rwwhsl2k)}.uv_e1wcoe1a{background:none;color:var(--rwwhsl50);border:none}.uv_e1wcoe1a:hover,.uv_e1wcoe1a:active{background:var(--rwwhsl4t);color:var(--rwwhsl5e)}.uv_e1wcoe1a:disabled{color:var(--rwwhsl51)}.uv_e1wcoe1b{background:none;color:var(--rwwhsl5c);border:none}.uv_e1wcoe1b:hover,.uv_e1wcoe1b:active{background:var(--rwwhsl55);color:var(--rwwhsl52)}.uv_e1wcoe1b:disabled{color:var(--rwwhsl5d)}.backdrop-drawer{padding:0!important;transition:opacity .1s ease-in-out}
1
+ @property --uv_4k0ekn0{syntax: "*"; inherits: false; initial-value: auto;}@property --uv_4k0ekn1{syntax: "*"; inherits: false; initial-value: none;}@property --uv_4k0ekn2{syntax: "*"; inherits: false; initial-value: none;}@property --uv_4k0ekn3{syntax: "*"; inherits: false; initial-value: 0 1 auto;}.uv_toi52u0{display:flex;width:var(--uv_4k0ekn0);max-width:var(--uv_4k0ekn1);min-width:var(--uv_4k0ekn2);flex:var(--uv_4k0ekn3)}@media screen and (min-width: 320px){.uv_toi52u1{gap:0rem}.uv_toi52u7{gap:.5rem}.uv_toi52ud{gap:1rem}.uv_toi52uj{gap:1.5rem}.uv_toi52up{gap:2rem}.uv_toi52uv{gap:2.5rem}.uv_toi52u11{gap:3rem}.uv_toi52u17{gap:3.5rem}.uv_toi52u1d{gap:4rem}.uv_toi52u1j{gap:4.5rem}.uv_toi52u1p{gap:5rem}.uv_toi52u1v{gap:.25rem}.uv_toi52u21{gap:.125rem}.uv_toi52u27{gap:.75rem}.uv_toi52u2d{flex-direction:column}.uv_toi52u2j{flex-direction:row}.uv_toi52u2p{flex-direction:row-reverse}.uv_toi52u2v{flex-direction:column-reverse}.uv_toi52u31{align-items:normal}.uv_toi52u37{align-items:stretch}.uv_toi52u3d{align-items:center}.uv_toi52u3j{align-items:start}.uv_toi52u3p{align-items:end}.uv_toi52u3v{align-items:flex-start}.uv_toi52u41{align-items:flex-end}.uv_toi52u47{align-items:self-start}.uv_toi52u4d{align-items:self-end}.uv_toi52u4j{align-items:baseline}.uv_toi52u4p{align-items:first baseline}.uv_toi52u4v{align-items:last baseline}.uv_toi52u51{align-items:safe center}.uv_toi52u57{align-items:unsafe center}.uv_toi52u5d{justify-content:normal}.uv_toi52u5j{justify-content:center}.uv_toi52u5p{justify-content:start}.uv_toi52u5v{justify-content:end}.uv_toi52u61{justify-content:flex-start}.uv_toi52u67{justify-content:flex-end}.uv_toi52u6d{justify-content:left}.uv_toi52u6j{justify-content:right}.uv_toi52u6p{justify-content:space-between}.uv_toi52u6v{justify-content:space-around}.uv_toi52u71{justify-content:space-evenly}.uv_toi52u77{justify-content:stretch}.uv_toi52u7d{flex-wrap:nowrap}.uv_toi52u7j{flex-wrap:wrap}.uv_toi52u7p{flex-wrap:wrap-reverse}}@media screen and (min-width: 720px){.uv_toi52u2{gap:0rem}.uv_toi52u8{gap:.5rem}.uv_toi52ue{gap:1rem}.uv_toi52uk{gap:1.5rem}.uv_toi52uq{gap:2rem}.uv_toi52uw{gap:2.5rem}.uv_toi52u12{gap:3rem}.uv_toi52u18{gap:3.5rem}.uv_toi52u1e{gap:4rem}.uv_toi52u1k{gap:4.5rem}.uv_toi52u1q{gap:5rem}.uv_toi52u1w{gap:.25rem}.uv_toi52u22{gap:.125rem}.uv_toi52u28{gap:.75rem}.uv_toi52u2e{flex-direction:column}.uv_toi52u2k{flex-direction:row}.uv_toi52u2q{flex-direction:row-reverse}.uv_toi52u2w{flex-direction:column-reverse}.uv_toi52u32{align-items:normal}.uv_toi52u38{align-items:stretch}.uv_toi52u3e{align-items:center}.uv_toi52u3k{align-items:start}.uv_toi52u3q{align-items:end}.uv_toi52u3w{align-items:flex-start}.uv_toi52u42{align-items:flex-end}.uv_toi52u48{align-items:self-start}.uv_toi52u4e{align-items:self-end}.uv_toi52u4k{align-items:baseline}.uv_toi52u4q{align-items:first baseline}.uv_toi52u4w{align-items:last baseline}.uv_toi52u52{align-items:safe center}.uv_toi52u58{align-items:unsafe center}.uv_toi52u5e{justify-content:normal}.uv_toi52u5k{justify-content:center}.uv_toi52u5q{justify-content:start}.uv_toi52u5w{justify-content:end}.uv_toi52u62{justify-content:flex-start}.uv_toi52u68{justify-content:flex-end}.uv_toi52u6e{justify-content:left}.uv_toi52u6k{justify-content:right}.uv_toi52u6q{justify-content:space-between}.uv_toi52u6w{justify-content:space-around}.uv_toi52u72{justify-content:space-evenly}.uv_toi52u78{justify-content:stretch}.uv_toi52u7e{flex-wrap:nowrap}.uv_toi52u7k{flex-wrap:wrap}.uv_toi52u7q{flex-wrap:wrap-reverse}}@media screen and (min-width: 1080px){.uv_toi52u3{gap:0rem}.uv_toi52u9{gap:.5rem}.uv_toi52uf{gap:1rem}.uv_toi52ul{gap:1.5rem}.uv_toi52ur{gap:2rem}.uv_toi52ux{gap:2.5rem}.uv_toi52u13{gap:3rem}.uv_toi52u19{gap:3.5rem}.uv_toi52u1f{gap:4rem}.uv_toi52u1l{gap:4.5rem}.uv_toi52u1r{gap:5rem}.uv_toi52u1x{gap:.25rem}.uv_toi52u23{gap:.125rem}.uv_toi52u29{gap:.75rem}.uv_toi52u2f{flex-direction:column}.uv_toi52u2l{flex-direction:row}.uv_toi52u2r{flex-direction:row-reverse}.uv_toi52u2x{flex-direction:column-reverse}.uv_toi52u33{align-items:normal}.uv_toi52u39{align-items:stretch}.uv_toi52u3f{align-items:center}.uv_toi52u3l{align-items:start}.uv_toi52u3r{align-items:end}.uv_toi52u3x{align-items:flex-start}.uv_toi52u43{align-items:flex-end}.uv_toi52u49{align-items:self-start}.uv_toi52u4f{align-items:self-end}.uv_toi52u4l{align-items:baseline}.uv_toi52u4r{align-items:first baseline}.uv_toi52u4x{align-items:last baseline}.uv_toi52u53{align-items:safe center}.uv_toi52u59{align-items:unsafe center}.uv_toi52u5f{justify-content:normal}.uv_toi52u5l{justify-content:center}.uv_toi52u5r{justify-content:start}.uv_toi52u5x{justify-content:end}.uv_toi52u63{justify-content:flex-start}.uv_toi52u69{justify-content:flex-end}.uv_toi52u6f{justify-content:left}.uv_toi52u6l{justify-content:right}.uv_toi52u6r{justify-content:space-between}.uv_toi52u6x{justify-content:space-around}.uv_toi52u73{justify-content:space-evenly}.uv_toi52u79{justify-content:stretch}.uv_toi52u7f{flex-wrap:nowrap}.uv_toi52u7l{flex-wrap:wrap}.uv_toi52u7r{flex-wrap:wrap-reverse}}@media screen and (min-width: 1280px){.uv_toi52u4{gap:0rem}.uv_toi52ua{gap:.5rem}.uv_toi52ug{gap:1rem}.uv_toi52um{gap:1.5rem}.uv_toi52us{gap:2rem}.uv_toi52uy{gap:2.5rem}.uv_toi52u14{gap:3rem}.uv_toi52u1a{gap:3.5rem}.uv_toi52u1g{gap:4rem}.uv_toi52u1m{gap:4.5rem}.uv_toi52u1s{gap:5rem}.uv_toi52u1y{gap:.25rem}.uv_toi52u24{gap:.125rem}.uv_toi52u2a{gap:.75rem}.uv_toi52u2g{flex-direction:column}.uv_toi52u2m{flex-direction:row}.uv_toi52u2s{flex-direction:row-reverse}.uv_toi52u2y{flex-direction:column-reverse}.uv_toi52u34{align-items:normal}.uv_toi52u3a{align-items:stretch}.uv_toi52u3g{align-items:center}.uv_toi52u3m{align-items:start}.uv_toi52u3s{align-items:end}.uv_toi52u3y{align-items:flex-start}.uv_toi52u44{align-items:flex-end}.uv_toi52u4a{align-items:self-start}.uv_toi52u4g{align-items:self-end}.uv_toi52u4m{align-items:baseline}.uv_toi52u4s{align-items:first baseline}.uv_toi52u4y{align-items:last baseline}.uv_toi52u54{align-items:safe center}.uv_toi52u5a{align-items:unsafe center}.uv_toi52u5g{justify-content:normal}.uv_toi52u5m{justify-content:center}.uv_toi52u5s{justify-content:start}.uv_toi52u5y{justify-content:end}.uv_toi52u64{justify-content:flex-start}.uv_toi52u6a{justify-content:flex-end}.uv_toi52u6g{justify-content:left}.uv_toi52u6m{justify-content:right}.uv_toi52u6s{justify-content:space-between}.uv_toi52u6y{justify-content:space-around}.uv_toi52u74{justify-content:space-evenly}.uv_toi52u7a{justify-content:stretch}.uv_toi52u7g{flex-wrap:nowrap}.uv_toi52u7m{flex-wrap:wrap}.uv_toi52u7s{flex-wrap:wrap-reverse}}@media screen and (min-width: 1440px){.uv_toi52u5{gap:0rem}.uv_toi52ub{gap:.5rem}.uv_toi52uh{gap:1rem}.uv_toi52un{gap:1.5rem}.uv_toi52ut{gap:2rem}.uv_toi52uz{gap:2.5rem}.uv_toi52u15{gap:3rem}.uv_toi52u1b{gap:3.5rem}.uv_toi52u1h{gap:4rem}.uv_toi52u1n{gap:4.5rem}.uv_toi52u1t{gap:5rem}.uv_toi52u1z{gap:.25rem}.uv_toi52u25{gap:.125rem}.uv_toi52u2b{gap:.75rem}.uv_toi52u2h{flex-direction:column}.uv_toi52u2n{flex-direction:row}.uv_toi52u2t{flex-direction:row-reverse}.uv_toi52u2z{flex-direction:column-reverse}.uv_toi52u35{align-items:normal}.uv_toi52u3b{align-items:stretch}.uv_toi52u3h{align-items:center}.uv_toi52u3n{align-items:start}.uv_toi52u3t{align-items:end}.uv_toi52u3z{align-items:flex-start}.uv_toi52u45{align-items:flex-end}.uv_toi52u4b{align-items:self-start}.uv_toi52u4h{align-items:self-end}.uv_toi52u4n{align-items:baseline}.uv_toi52u4t{align-items:first baseline}.uv_toi52u4z{align-items:last baseline}.uv_toi52u55{align-items:safe center}.uv_toi52u5b{align-items:unsafe center}.uv_toi52u5h{justify-content:normal}.uv_toi52u5n{justify-content:center}.uv_toi52u5t{justify-content:start}.uv_toi52u5z{justify-content:end}.uv_toi52u65{justify-content:flex-start}.uv_toi52u6b{justify-content:flex-end}.uv_toi52u6h{justify-content:left}.uv_toi52u6n{justify-content:right}.uv_toi52u6t{justify-content:space-between}.uv_toi52u6z{justify-content:space-around}.uv_toi52u75{justify-content:space-evenly}.uv_toi52u7b{justify-content:stretch}.uv_toi52u7h{flex-wrap:nowrap}.uv_toi52u7n{flex-wrap:wrap}.uv_toi52u7t{flex-wrap:wrap-reverse}}@media screen and (min-width: 1800px){.uv_toi52u6{gap:0rem}.uv_toi52uc{gap:.5rem}.uv_toi52ui{gap:1rem}.uv_toi52uo{gap:1.5rem}.uv_toi52uu{gap:2rem}.uv_toi52u10{gap:2.5rem}.uv_toi52u16{gap:3rem}.uv_toi52u1c{gap:3.5rem}.uv_toi52u1i{gap:4rem}.uv_toi52u1o{gap:4.5rem}.uv_toi52u1u{gap:5rem}.uv_toi52u20{gap:.25rem}.uv_toi52u26{gap:.125rem}.uv_toi52u2c{gap:.75rem}.uv_toi52u2i{flex-direction:column}.uv_toi52u2o{flex-direction:row}.uv_toi52u2u{flex-direction:row-reverse}.uv_toi52u30{flex-direction:column-reverse}.uv_toi52u36{align-items:normal}.uv_toi52u3c{align-items:stretch}.uv_toi52u3i{align-items:center}.uv_toi52u3o{align-items:start}.uv_toi52u3u{align-items:end}.uv_toi52u40{align-items:flex-start}.uv_toi52u46{align-items:flex-end}.uv_toi52u4c{align-items:self-start}.uv_toi52u4i{align-items:self-end}.uv_toi52u4o{align-items:baseline}.uv_toi52u4u{align-items:first baseline}.uv_toi52u50{align-items:last baseline}.uv_toi52u56{align-items:safe center}.uv_toi52u5c{align-items:unsafe center}.uv_toi52u5i{justify-content:normal}.uv_toi52u5o{justify-content:center}.uv_toi52u5u{justify-content:start}.uv_toi52u60{justify-content:end}.uv_toi52u66{justify-content:flex-start}.uv_toi52u6c{justify-content:flex-end}.uv_toi52u6i{justify-content:left}.uv_toi52u6o{justify-content:right}.uv_toi52u6u{justify-content:space-between}.uv_toi52u70{justify-content:space-around}.uv_toi52u76{justify-content:space-evenly}.uv_toi52u7c{justify-content:stretch}.uv_toi52u7i{flex-wrap:nowrap}.uv_toi52u7o{flex-wrap:wrap}.uv_toi52u7u{flex-wrap:wrap-reverse}}@keyframes uv_1af1o4g0{0%{opacity:0}to{opacity:1}}@keyframes uv_1af1o4g1{to{opacity:0;transform:scale(2)}}.uv_1p607tg1{height:100%;padding:0 var(--rwwhsl9v)}.uv_1p607tg2{animation:uv_1af1o4g0 .2s ease-in-out;background-color:var(--rwwhsl3b);border-radius:var(--rwwhsl85);box-shadow:var(--rwwhsl8f),var(--rwwhsl8g);height:var(--rwwhsl9l);left:50%;position:fixed;transform:translate(-50%);width:37.5rem;bottom:calc(var(--rwwhsl9l) * var(--uv_1p607tg0) + var(--rwwhsl9v))}@keyframes uv_tkulld0{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.uv_tkulld1{stroke:var(--rwwhsl1v)}.uv_tkulld2{animation-duration:.75s;animation-iteration-count:infinite;animation-name:uv_tkulld0;animation-timing-function:linear}@keyframes uv_w40vpo0{0%{opacity:0;transform:var(--uv_ozfz3c6)}to{opacity:1;transform:var(--uv_ozfz3c4)}}@keyframes uv_w40vpo1{0%{opacity:1;transform:var(--uv_ozfz3c4)}to{opacity:0;transform:var(--uv_ozfz3c6)}}.uv_w40vpo2{overflow:auto;max-height:100%}.uv_w40vpo3{max-height:calc(var(--uv_ozfz3c3) - var(--rwwhsl9v))}.uv_w40vpo4{background-color:var(--rwwhsl1n);color:var(--rwwhsl2o);border-radius:var(--rwwhsl85);padding:var(--rwwhsla4) var(--rwwhsl9u);text-align:center;position:absolute;overflow-wrap:break-word;font-size:.8rem;inset:0 auto auto 0;opacity:0;z-index:1;transform:var(--uv_ozfz3c4);max-width:var(--uv_ozfz3c7);max-height:var(--uv_ozfz3c3)}.uv_w40vpo5:after{content:" ";position:absolute;top:var(--uv_ozfz3c0);left:var(--uv_ozfz3c1);transform:var(--uv_ozfz3c2);margin-left:-8px;border-width:8px;border-style:solid;border-color:var(--rwwhsl1n) transparent transparent transparent;pointer-events:none}.uv_w40vpo6{display:none}.uv_w40vpo7{animation:var(--uv_ozfz3c5) uv_w40vpo1 forwards}.uv_w40vpo8{animation:var(--uv_ozfz3c5) uv_w40vpo0 forwards}.uv_w40vpo9{display:inherit}.uv_w40vpoa{height:100%}.uv_w40vpob{width:100%}.uv_1y5sygv0{pointer-events:none}.uv_e1wcoe0{display:inline-flex;position:relative;flex-direction:row;box-sizing:border-box;align-items:center;justify-content:center;outline-offset:2px;white-space:nowrap;text-decoration:none;border-radius:var(--rwwhsl85)}.uv_e1wcoe0:hover{text-decoration:none}.uv_e1wcoe1{height:var(--rwwhsl9k);padding-left:var(--rwwhsl9v);padding-right:var(--rwwhsl9v);gap:var(--rwwhsl9u);font-size:var(--rwwhslb9);font-family:var(--rwwhslb8);font-weight:var(--rwwhslbg);letter-spacing:var(--rwwhslbb);line-height:var(--rwwhslbc)}.uv_e1wcoe2{height:var(--rwwhsl9j);padding-left:var(--rwwhsla6);padding-right:var(--rwwhsla6);gap:var(--rwwhsl9u);font-size:var(--rwwhslar);font-family:var(--rwwhslaq);font-weight:var(--rwwhslay);letter-spacing:var(--rwwhslat);line-height:var(--rwwhslau)}.uv_e1wcoe3{height:var(--rwwhsl9h);padding-left:var(--rwwhsl9u);padding-right:var(--rwwhsl9u);gap:var(--rwwhsl9u);font-size:var(--rwwhslar);font-family:var(--rwwhslaq);font-weight:var(--rwwhslay);letter-spacing:var(--rwwhslat);line-height:var(--rwwhslau)}.uv_e1wcoe4{height:var(--rwwhsl9f);padding-left:var(--rwwhsla4);padding-right:var(--rwwhsla4);gap:var(--rwwhsla4);font-size:var(--rwwhslar);font-family:var(--rwwhslaq);font-weight:var(--rwwhslay);letter-spacing:var(--rwwhslat);line-height:var(--rwwhslau)}.uv_e1wcoe5{width:100%}.uv_e1wcoe6{width:auto}.uv_e1wcoej{cursor:not-allowed}.uv_e1wcoek{cursor:pointer}.uv_e1wcoel{background:var(--rwwhsl5j);color:var(--rwwhsl61);border:none}.uv_e1wcoel:hover,.uv_e1wcoel:active{background:var(--rwwhsl5l);color:var(--rwwhsl63)}.uv_e1wcoel:disabled{background:var(--rwwhsl5k);color:var(--rwwhsl62)}.uv_e1wcoem{background:var(--rwwhsl67);color:var(--rwwhsl6p);border:none}.uv_e1wcoem:hover,.uv_e1wcoem:active{background:var(--rwwhsl69);color:var(--rwwhsl6r)}.uv_e1wcoem:disabled{background:var(--rwwhsl68);color:var(--rwwhsl6q)}.uv_e1wcoen{background:var(--rwwhsl9);color:var(--rwwhslr);border:none}.uv_e1wcoen:hover,.uv_e1wcoen:active{background:var(--rwwhslb);color:var(--rwwhslt)}.uv_e1wcoen:disabled{background:var(--rwwhsla);color:var(--rwwhsls)}.uv_e1wcoeo{background:var(--rwwhslx);color:var(--rwwhsl1f);border:none}.uv_e1wcoeo:hover,.uv_e1wcoeo:active{background:var(--rwwhslz);color:var(--rwwhsl1h)}.uv_e1wcoeo:disabled{background:var(--rwwhsly);color:var(--rwwhsl1g)}.uv_e1wcoep{background:var(--rwwhsl6v);color:var(--rwwhsl7d);border:none}.uv_e1wcoep:hover,.uv_e1wcoep:active{background:var(--rwwhsl6x);color:var(--rwwhsl7f)}.uv_e1wcoep:disabled{background:var(--rwwhsl6w);color:var(--rwwhsl7e)}.uv_e1wcoeq{background:var(--rwwhsl7j);color:var(--rwwhsl81);border:none}.uv_e1wcoeq:hover,.uv_e1wcoeq:active{background:var(--rwwhsl7l);color:var(--rwwhsl83)}.uv_e1wcoeq:disabled{background:var(--rwwhsl7k);color:var(--rwwhsl82)}.uv_e1wcoer{background:var(--rwwhsl1l);color:var(--rwwhsl2m);border:none}.uv_e1wcoer:hover,.uv_e1wcoer:active{background:var(--rwwhsl1q);color:var(--rwwhsl2r)}.uv_e1wcoer:disabled{background:var(--rwwhsl1m);color:var(--rwwhsl2n)}.uv_e1wcoes{background:var(--rwwhsl4r);color:var(--rwwhsl5c);border:none}.uv_e1wcoes:hover,.uv_e1wcoes:active{background:var(--rwwhsl4t);color:var(--rwwhsl5e)}.uv_e1wcoes:disabled{background:var(--rwwhsl4s);color:var(--rwwhsl51)}.uv_e1wcoet{background:var(--rwwhsl53);color:var(--rwwhsl50);border:none}.uv_e1wcoet:hover,.uv_e1wcoet:active{background:var(--rwwhsl55);color:var(--rwwhsl52)}.uv_e1wcoet:disabled{background:var(--rwwhsl54);color:var(--rwwhsl5d)}.uv_e1wcoeu{background:none;color:var(--rwwhsl5y);border:1px solid var(--rwwhsl5m)}.uv_e1wcoeu:hover,.uv_e1wcoeu:active{background:var(--rwwhsl5i);color:var(--rwwhsl60);border:1px solid var(--rwwhsl5o)}.uv_e1wcoeu:disabled{color:var(--rwwhsl5z);border:1px solid var(--rwwhsl5n)}.uv_e1wcoev{background:none;color:var(--rwwhsl6m);border:1px solid var(--rwwhsl6a)}.uv_e1wcoev:hover,.uv_e1wcoev:active{background:var(--rwwhsl66);color:var(--rwwhsl6o);border:1px solid var(--rwwhsl6c)}.uv_e1wcoev:disabled{color:var(--rwwhsl6n);border:1px solid var(--rwwhsl6b)}.uv_e1wcoew{background:none;color:var(--rwwhslo);border:1px solid var(--rwwhslc)}.uv_e1wcoew:hover,.uv_e1wcoew:active{background:var(--rwwhsl8);color:var(--rwwhslq);border:1px solid var(--rwwhsle)}.uv_e1wcoew:disabled{color:var(--rwwhslp);border:1px solid var(--rwwhsld)}.uv_e1wcoex{background:none;color:var(--rwwhsl1c);border:1px solid var(--rwwhsl10)}.uv_e1wcoex:hover,.uv_e1wcoex:active{background:var(--rwwhslw);color:var(--rwwhsl1e);border:1px solid var(--rwwhsl12)}.uv_e1wcoex:disabled{color:var(--rwwhsl1d);border:1px solid var(--rwwhsl11)}.uv_e1wcoey{background:none;color:var(--rwwhsl7a);border:1px solid var(--rwwhsl6y)}.uv_e1wcoey:hover,.uv_e1wcoey:active{background:var(--rwwhsl6u);color:var(--rwwhsl7c);border:1px solid var(--rwwhsl70)}.uv_e1wcoey:disabled{color:var(--rwwhsl7b);border:1px solid var(--rwwhsl6z)}.uv_e1wcoez{background:none;color:var(--rwwhsl7y);border:1px solid var(--rwwhsl7m)}.uv_e1wcoez:hover,.uv_e1wcoez:active{background:var(--rwwhsl7i);color:var(--rwwhsl80);border:1px solid var(--rwwhsl7o)}.uv_e1wcoez:disabled{color:var(--rwwhsl7z);border:1px solid var(--rwwhsl7n)}.uv_e1wcoe10{background:none;color:var(--rwwhsl2j);border:1px solid var(--rwwhsl1y)}.uv_e1wcoe10:hover,.uv_e1wcoe10:active{background:var(--rwwhsl1k);color:var(--rwwhsl2l);border:1px solid var(--rwwhsl23)}.uv_e1wcoe10:disabled{color:var(--rwwhsl2k);border:1px solid var(--rwwhsl1z)}.uv_e1wcoe11{background:none;color:var(--rwwhsl50);border:1px solid var(--rwwhsl4u)}.uv_e1wcoe11:hover,.uv_e1wcoe11:active{background:var(--rwwhsl4t);color:var(--rwwhsl5e);border:1px solid var(--rwwhsl4w)}.uv_e1wcoe11:disabled{color:var(--rwwhsl51);border:1px solid var(--rwwhsl4v)}.uv_e1wcoe12{background:none;color:var(--rwwhsl5c);border:1px solid var(--rwwhsl56)}.uv_e1wcoe12:hover,.uv_e1wcoe12:active{background:var(--rwwhsl55);color:var(--rwwhsl52);border:1px solid var(--rwwhsl58)}.uv_e1wcoe12:disabled{color:var(--rwwhsl5d);border:1px solid var(--rwwhsl57)}.uv_e1wcoe13{background:none;color:var(--rwwhsl5y);border:none}.uv_e1wcoe13:hover,.uv_e1wcoe13:active{background:var(--rwwhsl5i);color:var(--rwwhsl60)}.uv_e1wcoe13:disabled{color:var(--rwwhsl5z)}.uv_e1wcoe14{background:none;color:var(--rwwhsl6m);border:none}.uv_e1wcoe14:hover,.uv_e1wcoe14:active{background:var(--rwwhsl66);color:var(--rwwhsl6o)}.uv_e1wcoe14:disabled{color:var(--rwwhsl6n)}.uv_e1wcoe15{background:none;color:var(--rwwhslo);border:none}.uv_e1wcoe15:hover,.uv_e1wcoe15:active{background:var(--rwwhsl8);color:var(--rwwhslq)}.uv_e1wcoe15:disabled{color:var(--rwwhslp)}.uv_e1wcoe16{background:none;color:var(--rwwhsl1c);border:none}.uv_e1wcoe16:hover,.uv_e1wcoe16:active{background:var(--rwwhslw);color:var(--rwwhsl1e)}.uv_e1wcoe16:disabled{color:var(--rwwhsl1d)}.uv_e1wcoe17{background:none;color:var(--rwwhsl7a);border:none}.uv_e1wcoe17:hover,.uv_e1wcoe17:active{background:var(--rwwhsl6u);color:var(--rwwhsl7c)}.uv_e1wcoe17:disabled{color:var(--rwwhsl7b)}.uv_e1wcoe18{background:none;color:var(--rwwhsl7y);border:none}.uv_e1wcoe18:hover,.uv_e1wcoe18:active{background:var(--rwwhsl7i);color:var(--rwwhsl80)}.uv_e1wcoe18:disabled{color:var(--rwwhsl7z)}.uv_e1wcoe19{background:none;color:var(--rwwhsl2j);border:none}.uv_e1wcoe19:hover,.uv_e1wcoe19:active{background:var(--rwwhsl1k);color:var(--rwwhsl2l)}.uv_e1wcoe19:disabled{color:var(--rwwhsl2k)}.uv_e1wcoe1a{background:none;color:var(--rwwhsl50);border:none}.uv_e1wcoe1a:hover,.uv_e1wcoe1a:active{background:var(--rwwhsl4t);color:var(--rwwhsl5e)}.uv_e1wcoe1a:disabled{color:var(--rwwhsl51)}.uv_e1wcoe1b{background:none;color:var(--rwwhsl5c);border:none}.uv_e1wcoe1b:hover,.uv_e1wcoe1b:active{background:var(--rwwhsl55);color:var(--rwwhsl52)}.uv_e1wcoe1b:disabled{color:var(--rwwhsl5d)}.uv_m4c9ow0{text-align:var(--uv_qabug40);white-space:var(--uv_qabug41)}.uv_m4c9ow1{text-decoration:line-through}.uv_m4c9ow3{font-style:italic}.uv_m4c9ow5{text-decoration:underline}.uv_m4c9ow7{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.uv_m4c9owm{font-size:var(--rwwhsla9);font-family:var(--rwwhsla8);font-weight:var(--rwwhslag);letter-spacing:var(--rwwhslab);line-height:var(--rwwhslac);text-transform:var(--rwwhslae);text-decoration:var(--rwwhslaf)}.uv_m4c9own{font-size:var(--rwwhslai);font-family:var(--rwwhslah);font-weight:var(--rwwhslap);letter-spacing:var(--rwwhslak);line-height:var(--rwwhslal);text-transform:var(--rwwhslan);text-decoration:var(--rwwhslao)}.uv_m4c9owo{font-size:var(--rwwhslar);font-family:var(--rwwhslaq);font-weight:var(--rwwhslay);letter-spacing:var(--rwwhslat);line-height:var(--rwwhslau);text-transform:var(--rwwhslaw);text-decoration:var(--rwwhslax)}.uv_m4c9owp{font-size:var(--rwwhslb0);font-family:var(--rwwhslaz);font-weight:var(--rwwhslb7);letter-spacing:var(--rwwhslb2);line-height:var(--rwwhslb3);text-transform:var(--rwwhslb5);text-decoration:var(--rwwhslb6)}.uv_m4c9owq{font-size:var(--rwwhslb9);font-family:var(--rwwhslb8);font-weight:var(--rwwhslbg);letter-spacing:var(--rwwhslbb);line-height:var(--rwwhslbc);text-transform:var(--rwwhslbe);text-decoration:var(--rwwhslbf)}.uv_m4c9owr{font-size:var(--rwwhslbi);font-family:var(--rwwhslbh);font-weight:var(--rwwhslbp);letter-spacing:var(--rwwhslbk);line-height:var(--rwwhslbl);text-transform:var(--rwwhslbn);text-decoration:var(--rwwhslbo)}.uv_m4c9ows{font-size:var(--rwwhslbr);font-family:var(--rwwhslbq);font-weight:var(--rwwhslby);letter-spacing:var(--rwwhslbt);line-height:var(--rwwhslbu);text-transform:var(--rwwhslbw);text-decoration:var(--rwwhslbx)}.uv_m4c9owt{font-size:var(--rwwhslc0);font-family:var(--rwwhslbz);font-weight:var(--rwwhslc7);letter-spacing:var(--rwwhslc2);line-height:var(--rwwhslc3);text-transform:var(--rwwhslc5);text-decoration:var(--rwwhslc6)}.uv_m4c9owu{font-size:var(--rwwhslc9);font-family:var(--rwwhslc8);font-weight:var(--rwwhslcg);letter-spacing:var(--rwwhslcb);line-height:var(--rwwhslcc);text-transform:var(--rwwhslce);text-decoration:var(--rwwhslcf)}.uv_m4c9owv{font-size:var(--rwwhslci);font-family:var(--rwwhslch);font-weight:var(--rwwhslcp);letter-spacing:var(--rwwhslck);line-height:var(--rwwhslcl);text-transform:var(--rwwhslcn);text-decoration:var(--rwwhslco)}.uv_m4c9oww{font-size:var(--rwwhslcr);font-family:var(--rwwhslcq);font-weight:var(--rwwhslcy);letter-spacing:var(--rwwhslct);line-height:var(--rwwhslcu);text-transform:var(--rwwhslcw);text-decoration:var(--rwwhslcx)}.uv_m4c9owx{font-size:var(--rwwhsld0);font-family:var(--rwwhslcz);font-weight:var(--rwwhsld7);letter-spacing:var(--rwwhsld2);line-height:var(--rwwhsld3);text-transform:var(--rwwhsld5);text-decoration:var(--rwwhsld6)}.uv_m4c9owy{font-size:var(--rwwhsld9);font-family:var(--rwwhsld8);font-weight:var(--rwwhsldg);letter-spacing:var(--rwwhsldb);line-height:var(--rwwhsldc);text-transform:var(--rwwhslde);text-decoration:var(--rwwhsldf)}.uv_m4c9owz{font-size:var(--rwwhsldi);font-family:var(--rwwhsldh);font-weight:var(--rwwhsldp);letter-spacing:var(--rwwhsldk);line-height:var(--rwwhsldl);text-transform:var(--rwwhsldn);text-decoration:var(--rwwhsldo)}.uv_m4c9ow10{font-size:var(--rwwhsldr);font-family:var(--rwwhsldq);font-weight:var(--rwwhsldy);letter-spacing:var(--rwwhsldt);line-height:var(--rwwhsldu);text-transform:var(--rwwhsldw);text-decoration:var(--rwwhsldx)}.uv_m4c9ow11{font-size:var(--rwwhsle0);font-family:var(--rwwhsldz);font-weight:var(--rwwhsle7);letter-spacing:var(--rwwhsle2);line-height:var(--rwwhsle3);text-transform:var(--rwwhsle5);text-decoration:var(--rwwhsle6)}.uv_m4c9ow12{font-size:var(--rwwhsle9);font-family:var(--rwwhsle8);font-weight:var(--rwwhsleg);letter-spacing:var(--rwwhsleb);line-height:var(--rwwhslec);text-transform:var(--rwwhslee);text-decoration:var(--rwwhslef)}.uv_m4c9ow13{font-size:var(--rwwhslei);font-family:var(--rwwhsleh);font-weight:var(--rwwhslep);letter-spacing:var(--rwwhslek);line-height:var(--rwwhslel);text-transform:var(--rwwhslen);text-decoration:var(--rwwhsleo)}.uv_m4c9ow14{font-size:var(--rwwhsler);font-family:var(--rwwhsleq);font-weight:var(--rwwhsley);letter-spacing:var(--rwwhslet);line-height:var(--rwwhsleu);text-transform:var(--rwwhslew);text-decoration:var(--rwwhslex)}.uv_m4c9ow15{font-size:var(--rwwhslf0);font-family:var(--rwwhslez);font-weight:var(--rwwhslf7);letter-spacing:var(--rwwhslf2);line-height:var(--rwwhslf3);text-transform:var(--rwwhslf5);text-decoration:var(--rwwhslf6)}.uv_m4c9ow16{font-size:var(--rwwhslf9);font-family:var(--rwwhslf8);font-weight:var(--rwwhslfg);letter-spacing:var(--rwwhslfb);line-height:var(--rwwhslfc);text-transform:var(--rwwhslfe);text-decoration:var(--rwwhslff)}.uv_m4c9ow17{font-size:var(--rwwhslfi);font-family:var(--rwwhslfh);font-weight:var(--rwwhslfp);letter-spacing:var(--rwwhslfk);line-height:var(--rwwhslfl);text-transform:var(--rwwhslfn);text-decoration:var(--rwwhslfo)}.uv_m4c9ow18{font-size:var(--rwwhslfr);font-family:var(--rwwhslfq);font-weight:var(--rwwhslfy);letter-spacing:var(--rwwhslft);line-height:var(--rwwhslfu);text-transform:var(--rwwhslfw);text-decoration:var(--rwwhslfx)}.uv_m4c9ow19{font-size:var(--rwwhslg0);font-family:var(--rwwhslfz);font-weight:var(--rwwhslg7);letter-spacing:var(--rwwhslg2);line-height:var(--rwwhslg3);text-transform:var(--rwwhslg5);text-decoration:var(--rwwhslg6)}.uv_m4c9ow1c{color:var(--rwwhsl5y)}.uv_m4c9ow1d{color:var(--rwwhsl61)}.uv_m4c9ow1e{color:var(--rwwhsl5y)}.uv_m4c9ow1f{color:undefined}.uv_m4c9ow1g{color:var(--rwwhsl6m)}.uv_m4c9ow1h{color:var(--rwwhsl6p)}.uv_m4c9ow1i{color:var(--rwwhsl6m)}.uv_m4c9ow1j{color:undefined}.uv_m4c9ow1k{color:var(--rwwhslo)}.uv_m4c9ow1l{color:var(--rwwhslr)}.uv_m4c9ow1m{color:var(--rwwhslo)}.uv_m4c9ow1n{color:undefined}.uv_m4c9ow1o{color:var(--rwwhsl1c)}.uv_m4c9ow1p{color:var(--rwwhsl1f)}.uv_m4c9ow1q{color:var(--rwwhsl1c)}.uv_m4c9ow1r{color:undefined}.uv_m4c9ow1s{color:var(--rwwhsl7a)}.uv_m4c9ow1t{color:var(--rwwhsl7d)}.uv_m4c9ow1u{color:var(--rwwhsl7a)}.uv_m4c9ow1v{color:undefined}.uv_m4c9ow1w{color:var(--rwwhsl7y)}.uv_m4c9ow1x{color:var(--rwwhsl81)}.uv_m4c9ow1y{color:var(--rwwhsl7y)}.uv_m4c9ow1z{color:undefined}.uv_m4c9ow20{color:var(--rwwhsl2j)}.uv_m4c9ow21{color:var(--rwwhsl2m)}.uv_m4c9ow22{color:var(--rwwhsl2o)}.uv_m4c9ow23{color:var(--rwwhsl2s)}.uv_m4c9ow24,.uv_m4c9ow25,.uv_m4c9ow26,.uv_m4c9ow27{color:var(--rwwhsl50)}.uv_m4c9ow28,.uv_m4c9ow29,.uv_m4c9ow2a,.uv_m4c9ow2b{color:var(--rwwhsl5c)}.uv_m4c9ow2c{color:var(--rwwhsl5z)}.uv_m4c9ow2d{color:var(--rwwhsl62)}.uv_m4c9ow2e{color:var(--rwwhsl5z)}.uv_m4c9ow2f{color:undefined}.uv_m4c9ow2g{color:var(--rwwhsl6n)}.uv_m4c9ow2h{color:var(--rwwhsl6q)}.uv_m4c9ow2i{color:var(--rwwhsl6n)}.uv_m4c9ow2j{color:undefined}.uv_m4c9ow2k{color:var(--rwwhslp)}.uv_m4c9ow2l{color:var(--rwwhsls)}.uv_m4c9ow2m{color:var(--rwwhslp)}.uv_m4c9ow2n{color:undefined}.uv_m4c9ow2o{color:var(--rwwhsl1d)}.uv_m4c9ow2p{color:var(--rwwhsl1g)}.uv_m4c9ow2q{color:var(--rwwhsl1d)}.uv_m4c9ow2r{color:undefined}.uv_m4c9ow2s{color:var(--rwwhsl7b)}.uv_m4c9ow2t{color:var(--rwwhsl7e)}.uv_m4c9ow2u{color:var(--rwwhsl7b)}.uv_m4c9ow2v{color:undefined}.uv_m4c9ow2w{color:var(--rwwhsl7z)}.uv_m4c9ow2x{color:var(--rwwhsl82)}.uv_m4c9ow2y{color:var(--rwwhsl7z)}.uv_m4c9ow2z{color:undefined}.uv_m4c9ow30{color:var(--rwwhsl2k)}.uv_m4c9ow31{color:var(--rwwhsl2n)}.uv_m4c9ow32{color:var(--rwwhsl2p)}.uv_m4c9ow33{color:var(--rwwhsl2t)}.uv_m4c9ow34,.uv_m4c9ow35,.uv_m4c9ow36,.uv_m4c9ow37{color:var(--rwwhsl50)}.uv_m4c9ow38,.uv_m4c9ow39,.uv_m4c9ow3a,.uv_m4c9ow3b{color:var(--rwwhsl5c)}.uv_1b838gx0{border-radius:var(--rwwhsl85);padding:var(--rwwhsl9v)}.uv_1b838gx1{background-color:var(--rwwhsl6);color:var(--rwwhslo);border-left:4px solid var(--rwwhslc)}.uv_1b838gx2{background-color:var(--rwwhslu);color:var(--rwwhsl1c);border-left:4px solid var(--rwwhsl10)}.uv_1b838gx3{background-color:var(--rwwhsl6s);color:var(--rwwhsl7a);border-left:4px solid var(--rwwhsl6y)}.uv_1b838gx4{background-color:var(--rwwhsl7g);color:var(--rwwhsl7y);border-left:4px solid var(--rwwhsl7m)}.uv_1b838gx5{background-color:var(--rwwhsl1r);color:var(--rwwhsl2j);border-left:4px solid var(--rwwhsl20)}.uv_1b838gx6{width:100%}.uv_1b838gx7{color:var(--rwwhsl2j)}.uv_1b838gx8{margin-left:var(--rwwhsl9y)}.uv_1b838gx9{align-self:start}.uv_19x8y1k0{position:relative}.uv_19x8y1k1{border-radius:var(--rwwhsl84)}.uv_19x8y1k3{width:7rem;height:7rem}.uv_19x8y1k4{width:var(--rwwhsl9n);height:var(--rwwhsl9n)}.uv_19x8y1k5{width:var(--rwwhsl9h);height:var(--rwwhsl9h)}.uv_19x8y1k6{width:var(--rwwhsl9d);height:var(--rwwhsl9d)}.uv_19x8y1k7{color:var(--rwwhsl2o)}.uv_19x8y1k7[data-has-background=true]{background-color:var(--rwwhsl5j)}.uv_19x8y1k8{color:var(--rwwhsl2j)}.uv_19x8y1k8[data-has-background=true]{background-color:var(--rwwhsl1l)}.uv_19x8y1k9{border-radius:var(--rwwhsl8a)}.uv_19x8y1ka{border-radius:var(--rwwhsl89)}.uv_19x8y1kb{border-radius:var(--rwwhsl86)}.uv_19x8y1kc{border-radius:var(--rwwhsl85)}.uv_19x8y1kd{position:absolute;opacity:0;inset:0;display:flex;justify-content:center;align-items:center;transition:opacity .18s ease-in-out,background-color .18s ease-in-out}.uv_19x8y1k0:hover .uv_19x8y1kd{opacity:1;cursor:pointer;background-color:var(--rwwhsl5f)}.uv_19x8y1ke{border-radius:var(--rwwhsl84)}.uv_19x8y1kk{border-radius:var(--rwwhsl8a)}.uv_19x8y1kl{border-radius:var(--rwwhsl89)}.uv_19x8y1km{border-radius:var(--rwwhsl86)}.uv_19x8y1kn{border-radius:var(--rwwhsl85)}.uv_19x8y1ko{display:flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:hidden}.uv_19x8y1kp{border-radius:var(--rwwhsl84)}.uv_19x8y1kr{width:7rem;height:7rem}.uv_19x8y1ks{width:var(--rwwhsl9n);height:var(--rwwhsl9n)}.uv_19x8y1kt{width:var(--rwwhsl9h);height:var(--rwwhsl9h)}.uv_19x8y1ku{width:var(--rwwhsl9d);height:var(--rwwhsl9d)}.uv_19x8y1kv{border-radius:var(--rwwhsl8a)}.uv_19x8y1kw{border-radius:var(--rwwhsl89)}.uv_19x8y1kx{border-radius:var(--rwwhsl86)}.uv_19x8y1ky{border-radius:var(--rwwhsl85)}.uv_19x8y1kz{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.uv_19x8y1k10{border-radius:var(--rwwhsl84)}.uv_19x8y1k11{border-radius:var(--rwwhsl89)}.uv_19x8y1k12{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-bottom:calc(var(--uv_18799yd0) / 2) solid var(--uv_18799yd2);border-left:calc(var(--uv_18799yd0) / 2) solid var(--uv_18799yd1);border-right:calc(var(--uv_18799yd0) / 2) solid var(--uv_18799yd2);border-top:calc(var(--uv_18799yd0) / 2) solid var(--uv_18799yd1)}.uv_19x8y1k13{width:7rem;height:7rem}.uv_19x8y1k14{width:var(--rwwhsl9n);height:var(--rwwhsl9n)}.uv_19x8y1k15{width:var(--rwwhsl9h);height:var(--rwwhsl9h)}.uv_19x8y1k16{width:var(--rwwhsl9d);height:var(--rwwhsl9d)}.uv_19x8y1k17{border-radius:var(--rwwhsl84)}.uv_19x8y1k19{border-radius:var(--rwwhsl8a)}.uv_19x8y1k1a{border-radius:var(--rwwhsl89)}.uv_19x8y1k1b{border-radius:var(--rwwhsl86)}.uv_19x8y1k1c{border-radius:var(--rwwhsl85)}.uv_19x8y1k1d{width:100%!important;height:100%!important}.uv_19x8y1k1e{border-radius:var(--rwwhsl84)}.uv_1yf71jy0{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--rwwhsl89);width:fit-content;border-width:1px;border-style:solid;text-transform:uppercase}.uv_1yf71jy1{padding:0 var(--rwwhsl9u);gap:var(--rwwhsla4);height:var(--rwwhsl9c)}.uv_1yf71jy2{padding:0 var(--rwwhsla6);gap:var(--rwwhsl9u);height:var(--rwwhsl9f)}.uv_1yf71jy3{padding:0 var(--rwwhsl9v);gap:var(--rwwhsl9u);height:var(--rwwhsl9h)}.uv_1yf71jyf{border:none;color:var(--rwwhsl2s);background-color:var(--rwwhsl1l)}.uv_1yf71jyg{background:var(--rwwhsl5g);color:var(--rwwhsl5y);border-color:var(--rwwhsl5g)}.uv_1yf71jyh{background:var(--rwwhsl64);color:var(--rwwhsl6m);border-color:var(--rwwhsl64)}.uv_1yf71jyi{background:var(--rwwhsl6);color:var(--rwwhslo);border-color:var(--rwwhsl6)}.uv_1yf71jyj{background:var(--rwwhslu);color:var(--rwwhsl1c);border-color:var(--rwwhslu)}.uv_1yf71jyk{background:var(--rwwhsl6s);color:var(--rwwhsl7a);border-color:var(--rwwhsl6s)}.uv_1yf71jyl{background:var(--rwwhsl7g);color:var(--rwwhsl7y);border-color:var(--rwwhsl7g)}.uv_1yf71jym{background:var(--rwwhsl1r);color:var(--rwwhsl2j);border-color:var(--rwwhsl1v)}.uv_1yf71jyn{background:var(--rwwhsl5j);color:var(--rwwhsl61);border-color:var(--rwwhsl5j)}.uv_1yf71jyo{background:var(--rwwhsl67);color:var(--rwwhsl6p);border-color:var(--rwwhsl67)}.uv_1yf71jyp{background:var(--rwwhsl9);color:var(--rwwhslr);border-color:var(--rwwhsl9)}.uv_1yf71jyq{background:var(--rwwhslx);color:var(--rwwhsl1f);border-color:var(--rwwhslx)}.uv_1yf71jyr{background:var(--rwwhsl6v);color:var(--rwwhsl7d);border-color:var(--rwwhsl6v)}.uv_1yf71jys{background:var(--rwwhsl7j);color:var(--rwwhsl81);border-color:var(--rwwhsl7j)}.uv_1yf71jyt{background:var(--rwwhsl1n);color:var(--rwwhsl2o);border-color:var(--rwwhsl20)}.uv_17sbfy0{border-radius:var(--rwwhsl86)}.uv_17sbfy1{padding:var(--rwwhsl9v)}.uv_17sbfy2{padding:var(--rwwhsl9w)}.uv_17sbfy5{background:var(--rwwhsl5g);background-position:left,right;background-repeat:no-repeat,no-repeat;background-size:contain,contain}.uv_17sbfy6{background:var(--rwwhsl5g);background-position:right;background-repeat:no-repeat;background-size:contain}.uv_17sbfy7{background-image:var(--rwwhsl3h);background-position:left,right;background-repeat:no-repeat,no-repeat;background-size:contain,contain}.uv_17sbfy8{background-image:var(--rwwhsl3h);background-position:right;background-repeat:no-repeat;background-size:contain}.uv_17sbfy9{width:74px}.uv_17sbfya{width:140px}.uv_17sbfyb,.uv_17sbfyb:hover{background:none}.uv_1s3oplf0{width:var(--uv_1hxmh00a);transition:width .5s;background-color:var(--rwwhsl1r)}.uv_1s3oplf0:nth-child(5n+1){background:linear-gradient(-45deg,var(--uv_1hxmh000) 25%,var(--rwwhsl5j) 25%,var(--rwwhsl5j) 50%,var(--uv_1hxmh000) 50%,var(--uv_1hxmh000) 75%,var(--rwwhsl5j) 75%);background-size:30px 30px;background-color:var(--rwwhsl5j)}.uv_1s3oplf0:nth-child(5n+2){background-color:color-mix(in srgb,var(--rwwhsl5j) 85%,transparent);background-image:linear-gradient(135deg,var(--uv_1hxmh001) 25%,transparent 25%),linear-gradient(225deg,var(--uv_1hxmh001) 25%,transparent 25%),linear-gradient(45deg,var(--uv_1hxmh001) 25%,transparent 25%),linear-gradient(315deg,var(--uv_1hxmh001) 25%,var(--uv_1hxmh008) 25%);background-position:10px 0,10px 0,0 0,0 0;background-size:10px 10px;background-repeat:repeat}.uv_1s3oplf0:nth-child(5n+3){background:linear-gradient(-45deg,var(--uv_1hxmh000) 25%,var(--uv_1hxmh003) 25%,var(--uv_1hxmh003) 50%,var(--uv_1hxmh000) 50%,var(--uv_1hxmh000) 75%,var(--uv_1hxmh003) 75%);background-size:30px 30px;background-color:var(--rwwhsl67)}.uv_1s3oplf0:nth-child(5n+4){background-color:var(--rwwhsl67);background-image:linear-gradient(135deg,var(--uv_1hxmh004) 25%,transparent 25%),linear-gradient(225deg,var(--uv_1hxmh004) 25%,transparent 25%),linear-gradient(45deg,var(--uv_1hxmh004) 25%,transparent 25%),linear-gradient(315deg,var(--uv_1hxmh004) 25%,var(--rwwhsl67) 25%);background-position:10px 0,10px 0,0 0,0 0;background-size:10px 10px;background-repeat:repeat}.uv_1s3oplf0:nth-child(5n+5){background:linear-gradient(-45deg,var(--uv_1hxmh005) 25%,var(--uv_1hxmh006) 25%,var(--uv_1hxmh006) 50%,var(--uv_1hxmh005) 50%,var(--uv_1hxmh005) 75%,var(--uv_1hxmh006) 75%);background-size:30px 30px;background-color:var(--uv_1hxmh007)}.uv_1s3oplf1{height:var(--rwwhsl9l);font-weight:var(--rwwhslb7);color:var(--rwwhsl1r);font-size:var(--rwwhslb0);display:flex;align-items:center;padding:var(--rwwhsl9u);width:100%;white-space:nowrap;overflow:hidden;text-shadow:-1px 0 var(--uv_1hxmh009),0 1px var(--uv_1hxmh009),1px 0 var(--uv_1hxmh009),0 -1px var(--uv_1hxmh009)}.uv_1s3oplf2{width:100%;display:flex;background-color:var(--rwwhsl1r);border-radius:var(--rwwhsl85);box-shadow:var(--rwwhsl8c);overflow:hidden}.uv_17td3g90{cursor:not-allowed}.uv_17td3g91{cursor:pointer}.uv_17td3g92{cursor:text}.uv_1u4n71t0{background:none;border:none;cursor:pointer;padding:0;border-radius:var(--rwwhsl85)}.uv_1u4n71t0[data-has-onclick=true][data-active=false]:hover{background-color:var(--rwwhsl1q)}.uv_1u4n71t0[data-has-onclick=true][data-active=true]:hover{background-color:var(--rwwhsl5j)}.uv_1u4n71t0[data-disabled=true]{cursor:not-allowed}.uv_1u4n71t1{padding:var(--rwwhsla4) var(--rwwhsl9v);display:flex;border-radius:var(--rwwhsl89);width:fit-content;background-color:var(--rwwhsl1i);cursor:pointer;border:1px solid var(--rwwhsl24);text-align:center;color:var(--rwwhsl2j);-webkit-user-select:none;user-select:none}.uv_1u4n71t1[data-disabled=false]:hover{background-color:var(--rwwhsl1k);border-color:var(--rwwhsl23);color:var(--rwwhsl2l)}.uv_1u4n71t1[data-disabled=true]{background-color:var(--rwwhsl1j);border-color:var(--rwwhsl25);color:var(--rwwhsl2k);cursor:not-allowed}.uv_1u4n71t1[data-active=true]{background-color:var(--rwwhsl5j);border-color:var(--rwwhsl5j);color:var(--rwwhsl2o)}.uv_1u4n71t1[data-active=true][data-disabled=false]:hover{background-color:var(--rwwhsl5l);border-color:var(--rwwhsl5l);color:var(--rwwhsl2q)}.uv_1u4n71t1[data-active=true][data-disabled=true]{background-color:var(--rwwhsl5k);border:none}.uv_1u4n71t1[data-size=medium]{height:var(--rwwhsl9w);padding:var(--rwwhsla4) var(--rwwhsla6)}.uv_1u4n71t1[data-size=large]{height:var(--rwwhsl9x);padding:var(--rwwhsla4) var(--rwwhsl9v)}.uv_1u4n71t1[data-trailing-icon=true]{padding-right:var(--rwwhsl9u)}@property --uv_3mg8xe0{syntax: "*"; inherits: false; initial-value: none;}@property --uv_3mg8xe1{syntax: "*"; inherits: false; initial-value: none;}@property --uv_3mg8xe2{syntax: "*"; inherits: false; initial-value: none;}@property --uv_3mg8xe3{syntax: "*"; inherits: false; initial-value: none;}@property --uv_3mg8xe4{syntax: "*"; inherits: false; initial-value: none;}@property --uv_3mg8xe5{syntax: "*"; inherits: false; initial-value: none;}@property --uv_3mg8xe6{syntax: "*"; inherits: false; initial-value: 0;}@property --uv_3mg8xe7{syntax: "*"; inherits: false; initial-value: 0;}@property --uv_3mg8xe8{syntax: "*"; inherits: false; initial-value: 0;}@property --uv_3mg8xe9{syntax: "*"; inherits: false; initial-value: 0;}@property --uv_3mg8xea{syntax: "*"; inherits: false; initial-value: 0;}@property --uv_3mg8xeb{syntax: "*"; inherits: false; initial-value: 0;}.uv_x6hyh50{display:grid}@media screen and (min-width: 1800px){.uv_x6hyh50{grid-template-columns:var(--uv_3mg8xe1);padding:var(--uv_3mg8xe7)}.uv_x6hyh56{gap:0rem}.uv_x6hyh5c{gap:.5rem}.uv_x6hyh5i{gap:1rem}.uv_x6hyh5o{gap:1.5rem}.uv_x6hyh5u{gap:2rem}.uv_x6hyh510{gap:2.5rem}.uv_x6hyh516{gap:3rem}.uv_x6hyh51c{gap:3.5rem}.uv_x6hyh51i{gap:4rem}.uv_x6hyh51o{gap:4.5rem}.uv_x6hyh51u{gap:5rem}.uv_x6hyh520{gap:.25rem}.uv_x6hyh526{gap:.125rem}.uv_x6hyh52c{gap:.75rem}.uv_x6hyh52i{align-items:normal}.uv_x6hyh52o{align-items:stretch}.uv_x6hyh52u{align-items:center}.uv_x6hyh530{align-items:start}.uv_x6hyh536{align-items:end}.uv_x6hyh53c{align-items:flex-start}.uv_x6hyh53i{align-items:flex-end}.uv_x6hyh53o{align-items:self-start}.uv_x6hyh53u{align-items:self-end}.uv_x6hyh540{align-items:baseline}.uv_x6hyh546{align-items:first baseline}.uv_x6hyh54c{align-items:last baseline}.uv_x6hyh54i{align-items:safe center}.uv_x6hyh54o{align-items:unsafe center}.uv_x6hyh54u{justify-content:normal}.uv_x6hyh550{justify-content:center}.uv_x6hyh556{justify-content:start}.uv_x6hyh55c{justify-content:end}.uv_x6hyh55i{justify-content:flex-start}.uv_x6hyh55o{justify-content:flex-end}.uv_x6hyh55u{justify-content:left}.uv_x6hyh560{justify-content:right}.uv_x6hyh566{justify-content:space-between}.uv_x6hyh56c{justify-content:space-around}.uv_x6hyh56i{justify-content:space-evenly}.uv_x6hyh56o{justify-content:stretch}}@media screen and (min-width: 1440px) and (max-width: 1800px){.uv_x6hyh50{grid-template-columns:var(--uv_3mg8xe1);padding:var(--uv_3mg8xe6)}}@media screen and (min-width: 1280px) and (max-width: 1440px){.uv_x6hyh50{grid-template-columns:var(--uv_3mg8xe2);padding:var(--uv_3mg8xe8)}}@media screen and (min-width: 1080px) and (max-width: 1280px){.uv_x6hyh50{grid-template-columns:var(--uv_3mg8xe3);padding:var(--uv_3mg8xe9)}}@media screen and (min-width: 720px) and (max-width: 1080px){.uv_x6hyh50{grid-template-columns:var(--uv_3mg8xe4);padding:var(--uv_3mg8xea)}}@media screen and (min-width: 320px) and (max-width: 720px){.uv_x6hyh50{grid-template-columns:var(--uv_3mg8xe5);padding:var(--uv_3mg8xeb)}}@media screen and (min-width: 320px){.uv_x6hyh51{gap:0rem}.uv_x6hyh57{gap:.5rem}.uv_x6hyh5d{gap:1rem}.uv_x6hyh5j{gap:1.5rem}.uv_x6hyh5p{gap:2rem}.uv_x6hyh5v{gap:2.5rem}.uv_x6hyh511{gap:3rem}.uv_x6hyh517{gap:3.5rem}.uv_x6hyh51d{gap:4rem}.uv_x6hyh51j{gap:4.5rem}.uv_x6hyh51p{gap:5rem}.uv_x6hyh51v{gap:.25rem}.uv_x6hyh521{gap:.125rem}.uv_x6hyh527{gap:.75rem}.uv_x6hyh52d{align-items:normal}.uv_x6hyh52j{align-items:stretch}.uv_x6hyh52p{align-items:center}.uv_x6hyh52v{align-items:start}.uv_x6hyh531{align-items:end}.uv_x6hyh537{align-items:flex-start}.uv_x6hyh53d{align-items:flex-end}.uv_x6hyh53j{align-items:self-start}.uv_x6hyh53p{align-items:self-end}.uv_x6hyh53v{align-items:baseline}.uv_x6hyh541{align-items:first baseline}.uv_x6hyh547{align-items:last baseline}.uv_x6hyh54d{align-items:safe center}.uv_x6hyh54j{align-items:unsafe center}.uv_x6hyh54p{justify-content:normal}.uv_x6hyh54v{justify-content:center}.uv_x6hyh551{justify-content:start}.uv_x6hyh557{justify-content:end}.uv_x6hyh55d{justify-content:flex-start}.uv_x6hyh55j{justify-content:flex-end}.uv_x6hyh55p{justify-content:left}.uv_x6hyh55v{justify-content:right}.uv_x6hyh561{justify-content:space-between}.uv_x6hyh567{justify-content:space-around}.uv_x6hyh56d{justify-content:space-evenly}.uv_x6hyh56j{justify-content:stretch}}@media screen and (min-width: 720px){.uv_x6hyh52{gap:0rem}.uv_x6hyh58{gap:.5rem}.uv_x6hyh5e{gap:1rem}.uv_x6hyh5k{gap:1.5rem}.uv_x6hyh5q{gap:2rem}.uv_x6hyh5w{gap:2.5rem}.uv_x6hyh512{gap:3rem}.uv_x6hyh518{gap:3.5rem}.uv_x6hyh51e{gap:4rem}.uv_x6hyh51k{gap:4.5rem}.uv_x6hyh51q{gap:5rem}.uv_x6hyh51w{gap:.25rem}.uv_x6hyh522{gap:.125rem}.uv_x6hyh528{gap:.75rem}.uv_x6hyh52e{align-items:normal}.uv_x6hyh52k{align-items:stretch}.uv_x6hyh52q{align-items:center}.uv_x6hyh52w{align-items:start}.uv_x6hyh532{align-items:end}.uv_x6hyh538{align-items:flex-start}.uv_x6hyh53e{align-items:flex-end}.uv_x6hyh53k{align-items:self-start}.uv_x6hyh53q{align-items:self-end}.uv_x6hyh53w{align-items:baseline}.uv_x6hyh542{align-items:first baseline}.uv_x6hyh548{align-items:last baseline}.uv_x6hyh54e{align-items:safe center}.uv_x6hyh54k{align-items:unsafe center}.uv_x6hyh54q{justify-content:normal}.uv_x6hyh54w{justify-content:center}.uv_x6hyh552{justify-content:start}.uv_x6hyh558{justify-content:end}.uv_x6hyh55e{justify-content:flex-start}.uv_x6hyh55k{justify-content:flex-end}.uv_x6hyh55q{justify-content:left}.uv_x6hyh55w{justify-content:right}.uv_x6hyh562{justify-content:space-between}.uv_x6hyh568{justify-content:space-around}.uv_x6hyh56e{justify-content:space-evenly}.uv_x6hyh56k{justify-content:stretch}}@media screen and (min-width: 1080px){.uv_x6hyh53{gap:0rem}.uv_x6hyh59{gap:.5rem}.uv_x6hyh5f{gap:1rem}.uv_x6hyh5l{gap:1.5rem}.uv_x6hyh5r{gap:2rem}.uv_x6hyh5x{gap:2.5rem}.uv_x6hyh513{gap:3rem}.uv_x6hyh519{gap:3.5rem}.uv_x6hyh51f{gap:4rem}.uv_x6hyh51l{gap:4.5rem}.uv_x6hyh51r{gap:5rem}.uv_x6hyh51x{gap:.25rem}.uv_x6hyh523{gap:.125rem}.uv_x6hyh529{gap:.75rem}.uv_x6hyh52f{align-items:normal}.uv_x6hyh52l{align-items:stretch}.uv_x6hyh52r{align-items:center}.uv_x6hyh52x{align-items:start}.uv_x6hyh533{align-items:end}.uv_x6hyh539{align-items:flex-start}.uv_x6hyh53f{align-items:flex-end}.uv_x6hyh53l{align-items:self-start}.uv_x6hyh53r{align-items:self-end}.uv_x6hyh53x{align-items:baseline}.uv_x6hyh543{align-items:first baseline}.uv_x6hyh549{align-items:last baseline}.uv_x6hyh54f{align-items:safe center}.uv_x6hyh54l{align-items:unsafe center}.uv_x6hyh54r{justify-content:normal}.uv_x6hyh54x{justify-content:center}.uv_x6hyh553{justify-content:start}.uv_x6hyh559{justify-content:end}.uv_x6hyh55f{justify-content:flex-start}.uv_x6hyh55l{justify-content:flex-end}.uv_x6hyh55r{justify-content:left}.uv_x6hyh55x{justify-content:right}.uv_x6hyh563{justify-content:space-between}.uv_x6hyh569{justify-content:space-around}.uv_x6hyh56f{justify-content:space-evenly}.uv_x6hyh56l{justify-content:stretch}}@media screen and (min-width: 1280px){.uv_x6hyh54{gap:0rem}.uv_x6hyh5a{gap:.5rem}.uv_x6hyh5g{gap:1rem}.uv_x6hyh5m{gap:1.5rem}.uv_x6hyh5s{gap:2rem}.uv_x6hyh5y{gap:2.5rem}.uv_x6hyh514{gap:3rem}.uv_x6hyh51a{gap:3.5rem}.uv_x6hyh51g{gap:4rem}.uv_x6hyh51m{gap:4.5rem}.uv_x6hyh51s{gap:5rem}.uv_x6hyh51y{gap:.25rem}.uv_x6hyh524{gap:.125rem}.uv_x6hyh52a{gap:.75rem}.uv_x6hyh52g{align-items:normal}.uv_x6hyh52m{align-items:stretch}.uv_x6hyh52s{align-items:center}.uv_x6hyh52y{align-items:start}.uv_x6hyh534{align-items:end}.uv_x6hyh53a{align-items:flex-start}.uv_x6hyh53g{align-items:flex-end}.uv_x6hyh53m{align-items:self-start}.uv_x6hyh53s{align-items:self-end}.uv_x6hyh53y{align-items:baseline}.uv_x6hyh544{align-items:first baseline}.uv_x6hyh54a{align-items:last baseline}.uv_x6hyh54g{align-items:safe center}.uv_x6hyh54m{align-items:unsafe center}.uv_x6hyh54s{justify-content:normal}.uv_x6hyh54y{justify-content:center}.uv_x6hyh554{justify-content:start}.uv_x6hyh55a{justify-content:end}.uv_x6hyh55g{justify-content:flex-start}.uv_x6hyh55m{justify-content:flex-end}.uv_x6hyh55s{justify-content:left}.uv_x6hyh55y{justify-content:right}.uv_x6hyh564{justify-content:space-between}.uv_x6hyh56a{justify-content:space-around}.uv_x6hyh56g{justify-content:space-evenly}.uv_x6hyh56m{justify-content:stretch}}@media screen and (min-width: 1440px){.uv_x6hyh55{gap:0rem}.uv_x6hyh5b{gap:.5rem}.uv_x6hyh5h{gap:1rem}.uv_x6hyh5n{gap:1.5rem}.uv_x6hyh5t{gap:2rem}.uv_x6hyh5z{gap:2.5rem}.uv_x6hyh515{gap:3rem}.uv_x6hyh51b{gap:3.5rem}.uv_x6hyh51h{gap:4rem}.uv_x6hyh51n{gap:4.5rem}.uv_x6hyh51t{gap:5rem}.uv_x6hyh51z{gap:.25rem}.uv_x6hyh525{gap:.125rem}.uv_x6hyh52b{gap:.75rem}.uv_x6hyh52h{align-items:normal}.uv_x6hyh52n{align-items:stretch}.uv_x6hyh52t{align-items:center}.uv_x6hyh52z{align-items:start}.uv_x6hyh535{align-items:end}.uv_x6hyh53b{align-items:flex-start}.uv_x6hyh53h{align-items:flex-end}.uv_x6hyh53n{align-items:self-start}.uv_x6hyh53t{align-items:self-end}.uv_x6hyh53z{align-items:baseline}.uv_x6hyh545{align-items:first baseline}.uv_x6hyh54b{align-items:last baseline}.uv_x6hyh54h{align-items:safe center}.uv_x6hyh54n{align-items:unsafe center}.uv_x6hyh54t{justify-content:normal}.uv_x6hyh54z{justify-content:center}.uv_x6hyh555{justify-content:start}.uv_x6hyh55b{justify-content:end}.uv_x6hyh55h{justify-content:flex-start}.uv_x6hyh55n{justify-content:flex-end}.uv_x6hyh55t{justify-content:left}.uv_x6hyh55z{justify-content:right}.uv_x6hyh565{justify-content:space-between}.uv_x6hyh56b{justify-content:space-around}.uv_x6hyh56h{justify-content:space-evenly}.uv_x6hyh56n{justify-content:stretch}}.uv_bu43fb1{align-items:center;display:flex}.uv_bu43fb2{flex-direction:row}.uv_bu43fb3{flex-direction:column}.uv_bu43fb4{color:var(--rwwhslc)}.uv_bu43fb5{color:var(--rwwhsl10)}.uv_bu43fb6{color:var(--rwwhsl24)}.uv_bu43fb7{color:var(--rwwhsl5m)}.uv_bu43fb8{color:var(--rwwhsl6a)}.uv_bu43fb9{color:var(--rwwhsl6y)}.uv_bu43fba{color:var(--rwwhsl7m)}.uv_bu43fbb{border:0;margin:0}.uv_bu43fbc{height:var(--uv_bu43fb0);width:auto}.uv_bu43fbd{height:auto;width:var(--uv_bu43fb0)}.uv_bu43fbf{flex:1}.uv_bu43fbg{background-color:var(--rwwhslc)}.uv_bu43fbh{background-color:var(--rwwhsl10)}.uv_bu43fbi{background-color:var(--rwwhsl24)}.uv_bu43fbj{background-color:var(--rwwhsl5m)}.uv_bu43fbk{background-color:var(--rwwhsl6a)}.uv_bu43fbl{background-color:var(--rwwhsl6y)}.uv_bu43fbm{background-color:var(--rwwhsl7m)}.backdrop-drawer{padding:0!important;transition:opacity .1s ease-in-out}.uv_1enq5vc1{float:right;vertical-align:top;color:var(--uv_1enq5vc0)}.uv_1enq5vc2{background-color:var(--rwwhsl1j);border-radius:var(--rwwhsl85);height:var(--rwwhsl9u);margin-top:var(--rwwhsl9u)}.uv_1enq5vc3{border-radius:var(--rwwhsl85);height:100%;transition:all .5s}.uv_1eh3hb60{display:flex;align-items:center;gap:var(--rwwhsl9u)}.uv_4g08in0{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--rwwhsl9u)}.uv_1awdzfa0{padding:var(--rwwhsl9v);text-align:initial;box-shadow:var(--rwwhsl8z)}.uv_1awdzfa1{background-color:var(--rwwhsl1i)}.uv_1awdzfa1:after{border-color:var(--rwwhsl1i) transparent transparent transparent}.uv_1awdzfa2{background-color:var(--rwwhsl5j)}.uv_1awdzfa2:after{border-color:var(--rwwhsl5j) transparent transparent transparent}.uv_1awdzfa3{width:32.5rem;max-width:32.5rem}.uv_1awdzfa4{width:26.25rem;max-width:26.25rem}.uv_1awdzfa5{width:20rem;max-width:20rem}.uv_1awdzfa6{color:var(--rwwhsl2j)}.uv_bt4zrj0{width:10px;height:10px;border-radius:var(--rwwhsl84);display:inline-block}.uv_bt4zrj1{background-color:var(--rwwhsl9)}.uv_bt4zrj2{background-color:var(--rwwhslx)}.uv_bt4zrj3{background-color:var(--rwwhsl1n)}.uv_bt4zrj4{background-color:var(--rwwhsl6v)}.uv_bt4zrj5{background-color:var(--rwwhsl7j)}.uv_bt4zrj6{width:10px;height:10px;border-radius:var(--rwwhsl84);position:absolute;opacity:.75;animation:uv_1af1o4g1 1.1s cubic-bezier(0,0,.2,1) infinite}.uv_bt4zrj7{background-color:var(--rwwhsl9)}.uv_bt4zrj8{background-color:var(--rwwhslx)}.uv_bt4zrj9{background-color:var(--rwwhsl1n)}.uv_bt4zrja{background-color:var(--rwwhsl6v)}.uv_bt4zrjb{background-color:var(--rwwhsl7j)}.uv_bt4zrjc{display:flex;width:10px;height:10px}.uv_bt4zrjd{position:absolute;top:var(--rwwhsla4);right:var(--rwwhsla4)}.uv_1g1au380{list-style:none;padding-left:0;text-align:left;display:flex;flex-direction:column;gap:var(--rwwhsl9w);font-size:var(--rwwhsla9)}.uv_1g1au381{display:flex;align-items:flex-start;gap:var(--rwwhsl9v);justify-content:center}.uv_1g1au382{color:var(--rwwhsl2k)}.uv_1g1au383{color:var(--rwwhsl2m)}.uv_1g1au384{flex:1;margin:auto;min-width:0}.uv_1g1au385{line-height:24px;font-size:16px}.uv_1g1au386{line-height:32px;font-size:24px}
@@ -0,0 +1,2 @@
1
+ export declare const fadeInVanillaExtract: string;
2
+ export declare const pingVanillaExtract: string;
@@ -1,4 +1,5 @@
1
1
  export { bounce, fadeIn, fadeOut, flash, ping, pulse, quickScaleDown, scaleBack, scaleDown, scaleForward, scaleUp, sketchIn, sketchOut, slideDownLarge, slideFromBottom, slideFromLeft, slideFromRight, slideFromTop, slideToBottom, slideToLeft, slideToRight, slideToTop, slideUpLarge, unfoldIn, unfoldOut, zoomIn, zoomOut, } from './animations';
2
+ export { fadeInVanillaExtract, pingVanillaExtract, } from './animationVanillaExtract.css';
2
3
  export { getUUID } from './ids';
3
4
  export { default as normalize } from './normalize';
4
5
  export type { ComparableType } from './orderBy';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ultraviolet/ui",
3
- "version": "3.0.0-beta.1",
3
+ "version": "3.0.0-beta.11",
4
4
  "description": "Ultraviolet UI",
5
5
  "homepage": "https://github.com/scaleway/ultraviolet#readme",
6
6
  "repository": {
@@ -64,11 +64,11 @@
64
64
  "react-dom": "18.x || 19.x"
65
65
  },
66
66
  "devDependencies": {
67
- "@babel/core": "7.28.0",
67
+ "@babel/core": "7.28.4",
68
68
  "@emotion/react": "11.14.0",
69
69
  "@emotion/styled": "11.14.1",
70
- "@types/react": "19.1.9",
71
- "@types/react-dom": "19.1.7",
70
+ "@types/react": "19.1.13",
71
+ "@types/react-dom": "19.1.9",
72
72
  "@vanilla-extract/vite-plugin": "5.1.1",
73
73
  "react": "19.1.1",
74
74
  "react-dom": "19.1.1",
@@ -86,11 +86,13 @@
86
86
  "@vanilla-extract/css": "1.17.4",
87
87
  "@vanilla-extract/dynamic": "2.1.5",
88
88
  "@vanilla-extract/recipes": "0.5.7",
89
+ "@vanilla-extract/sprinkles": "1.6.5",
90
+ "csstype": "3.1.3",
89
91
  "deepmerge": "4.3.1",
90
92
  "react-toastify": "11.0.5",
91
93
  "react-use-clipboard": "1.0.9",
92
- "@ultraviolet/icons": "4.0.4-beta.0",
93
- "@ultraviolet/themes": "2.1.0-beta.0"
94
+ "@ultraviolet/themes": "2.1.0-beta.1",
95
+ "@ultraviolet/icons": "4.1.0-beta.5"
94
96
  },
95
97
  "scripts": {
96
98
  "type:generate": "tsc --declaration -p tsconfig.build.json",