@ultraviolet/plus 3.2.0 → 3.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/README.md +2 -2
  2. package/dist/components/ContentCardGroup/styles.css.d.ts +1 -1
  3. package/dist/components/ContentCardGroup/styles.css.d.ts.map +1 -1
  4. package/dist/components/ContentCardGroup/styles.css.js +2 -2
  5. package/dist/components/EstimateCost/styles.css.d.ts.map +1 -1
  6. package/dist/components/InfoTable/components/Cell.d.ts.map +1 -1
  7. package/dist/components/InfoTable/components/Cell.js +35 -25
  8. package/dist/components/InfoTable/styles.css.d.ts +1 -0
  9. package/dist/components/InfoTable/styles.css.d.ts.map +1 -1
  10. package/dist/components/InfoTable/styles.css.js +5 -3
  11. package/dist/components/OfferList/OfferList.d.ts +1 -0
  12. package/dist/components/OfferList/OfferList.d.ts.map +1 -1
  13. package/dist/components/OfferList/components/Cell.d.ts.map +1 -1
  14. package/dist/components/OfferList/components/Cell.js +9 -2
  15. package/dist/components/OfferList/components/OfferListRowProvider.d.ts +9 -0
  16. package/dist/components/OfferList/components/OfferListRowProvider.d.ts.map +1 -0
  17. package/dist/components/OfferList/components/OfferListRowProvider.js +10 -0
  18. package/dist/components/OfferList/components/Row.d.ts.map +1 -1
  19. package/dist/components/OfferList/components/Row.js +120 -76
  20. package/dist/components/OfferList/styles.css.d.ts +2 -0
  21. package/dist/components/OfferList/styles.css.d.ts.map +1 -1
  22. package/dist/components/OfferList/styles.css.js +9 -5
  23. package/dist/components/OrderSummary/ScrollableContent.d.ts.map +1 -1
  24. package/dist/components/OrderSummary/ScrollableContent.js +65 -6
  25. package/dist/components/OrderSummary/helpers.d.ts +4 -1
  26. package/dist/components/OrderSummary/helpers.d.ts.map +1 -1
  27. package/dist/components/OrderSummary/helpers.js +49 -10
  28. package/dist/components/OrderSummary/index.d.ts.map +1 -1
  29. package/dist/components/OrderSummary/index.js +10 -3
  30. package/dist/plus.css +1 -1
  31. package/package.json +11 -10
package/README.md CHANGED
@@ -14,10 +14,10 @@ $ pnpm add @ultraviolet/plus
14
14
 
15
15
  ### Usage
16
16
 
17
- In order for the library to work you will need to import both Ultraviolet UI and Ultraviolet Plus styles in your project.
17
+ In order for the library to work you will need to import both Ultraviolet UI and Ultraviolet Plus styles in your project as well as Ultraviolet Theme.
18
18
 
19
19
  ```tsx
20
- import { ThemeProvider } from '@ultraviolet/ui'
20
+ import { ThemeProvider } from '@ultraviolet/themes'
21
21
  import { normalize, theme } from '@ultraviolet/ui'
22
22
  import { ContentCard } from '@ultraviolet/plus'
23
23
  import '@ultraviolet/ui/styles'
@@ -1,6 +1,6 @@
1
1
  export declare const customStack: string;
2
- export declare const iconWrapper: string;
3
2
  export declare const styledWrapper: string;
3
+ export declare const iconWrapper: string;
4
4
  export declare const fullHeightStack: string;
5
5
  export declare const groupCardWrapper: string;
6
6
  export declare const skeletonWrapper: string;
@@ -1 +1 @@
1
- {"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../src/components/ContentCardGroup/styles.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW,QAEtB,CAAA;AAEF,eAAO,MAAM,WAAW,QAKtB,CAAA;AAEF,eAAO,MAAM,aAAa,QAmBxB,CAAA;AAUF,eAAO,MAAM,eAAe,QAE1B,CAAA;AAEF,eAAO,MAAM,gBAAgB,QAK3B,CAAA;AAEF,eAAO,MAAM,eAAe,QAO1B,CAAA;AAEF,eAAO,MAAM,cAAc,QAIzB,CAAA"}
1
+ {"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../src/components/ContentCardGroup/styles.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW,QAEtB,CAAA;AAEF,eAAO,MAAM,aAAa,QAmBxB,CAAA;AACF,eAAO,MAAM,WAAW,QAUtB,CAAA;AAEF,eAAO,MAAM,eAAe,QAE1B,CAAA;AAEF,eAAO,MAAM,gBAAgB,QAK3B,CAAA;AAEF,eAAO,MAAM,eAAe,QAO1B,CAAA;AAEF,eAAO,MAAM,cAAc,QAIzB,CAAA"}
@@ -1,7 +1,7 @@
1
1
  /* empty css */
2
2
  var customStack = "uv_plus_1gpmh3x0";
3
- var iconWrapper = "uv_plus_1gpmh3x1";
4
- var styledWrapper = "uv_plus_1gpmh3x2";
3
+ var styledWrapper = "uv_plus_1gpmh3x1";
4
+ var iconWrapper = "uv_plus_1gpmh3x2";
5
5
  var fullHeightStack = "uv_plus_1gpmh3x3";
6
6
  var groupCardWrapper = "uv_plus_1gpmh3x4";
7
7
  var skeletonWrapper = "uv_plus_1gpmh3x5";
@@ -1 +1 @@
1
- {"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../src/components/EstimateCost/styles.css.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,eAAe,oBAAc,CAAA;AAC1C,eAAO,MAAM,gBAAgB,oBAAc,CAAA;AAE3C,eAAO,MAAM,iBAAiB,QAG5B,CAAA;AAOF,eAAO,MAAM,iBAAiB,qCAG5B,CAAA;AAEF,eAAO,MAAM,qBAAqB,QAGhC,CAAA;AAUF,eAAO,MAAM,uBAAuB,QAElC,CAAA;AAEF,eAAO,MAAM,qBAAqB,QAKhC,CAAA;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;EA+B3B,CAAA;AAEF,eAAO,MAAM,0BAA0B,QAUrC,CAAA;AAEF,eAAO,MAAM,sBAAsB,QAKjC,CAAA;AAEF,eAAO,MAAM,iBAAiB,QAQ5B,CAAA;AAEF,eAAO,MAAM,qBAAqB,QAAmC,CAAA;AAErE,eAAO,MAAM,oBAAoB,QAM/B,CAAA;AAMF,eAAO,MAAM,qBAAqB,kCAGhC,CAAA;AAEF,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;EA8BjC,CAAA;AAEF,eAAO,MAAM,iBAAiB,QAM5B,CAAA;AAEF,eAAO,MAAM,oBAAoB,QAE/B,CAAA;AAEF,eAAO,MAAM,gBAAgB,oCAQ3B,CAAA;AAEF,eAAO,MAAM,0BAA0B,QAAyC,CAAA;AAEhF,eAAO,MAAM,4BAA4B,QAEvC,CAAA;AAEF,eAAO,MAAM,4BAA4B;;;;;;;;;;;EAyBvC,CAAA;AAEF,eAAO,MAAM,gBAAgB,QAO3B,CAAA;AAEF,eAAO,MAAM,oBAAoB,QAI/B,CAAA;AAEF,eAAO,MAAM,mBAAmB,uCAK9B,CAAA;AAEF,eAAO,MAAM,mBAAmB,QAG9B,CAAA;AAEF,eAAO,MAAM,uBAAuB,QAMlC,CAAA"}
1
+ {"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../src/components/EstimateCost/styles.css.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,eAAe,oBAAc,CAAA;AAC1C,eAAO,MAAM,gBAAgB,oBAAc,CAAA;AAE3C,eAAO,MAAM,iBAAiB,QAG5B,CAAA;AAOF,eAAO,MAAM,iBAAiB,qCAG5B,CAAA;AAEF,eAAO,MAAM,qBAAqB,QAGhC,CAAA;AAEF,eAAO,MAAM,uBAAuB,QAElC,CAAA;AAEF,eAAO,MAAM,qBAAqB,QAKhC,CAAA;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;EA+B3B,CAAA;AAEF,eAAO,MAAM,0BAA0B,QAUrC,CAAA;AAEF,eAAO,MAAM,sBAAsB,QAKjC,CAAA;AAEF,eAAO,MAAM,iBAAiB,QAQ5B,CAAA;AAEF,eAAO,MAAM,qBAAqB,QAAmC,CAAA;AAErE,eAAO,MAAM,oBAAoB,QAM/B,CAAA;AAMF,eAAO,MAAM,qBAAqB,kCAGhC,CAAA;AAEF,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;EA8BjC,CAAA;AAEF,eAAO,MAAM,iBAAiB,QAM5B,CAAA;AAEF,eAAO,MAAM,oBAAoB,QAE/B,CAAA;AAEF,eAAO,MAAM,gBAAgB,oCAQ3B,CAAA;AAEF,eAAO,MAAM,0BAA0B,QAAyC,CAAA;AAEhF,eAAO,MAAM,4BAA4B,QAEvC,CAAA;AAEF,eAAO,MAAM,4BAA4B;;;;;;;;;;;EAyBvC,CAAA;AAEF,eAAO,MAAM,gBAAgB,QAO3B,CAAA;AAEF,eAAO,MAAM,oBAAoB,QAI/B,CAAA;AAEF,eAAO,MAAM,mBAAmB,uCAK9B,CAAA;AAEF,eAAO,MAAM,mBAAmB,QAG9B,CAAA;AAEF,eAAO,MAAM,uBAAuB,QAMlC,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"Cell.d.ts","sourceRoot":"","sources":["../../../../src/components/InfoTable/components/Cell.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAGrD,KAAK,SAAS,GAAG;IACf,QAAQ,EAAE,SAAS,CAAA;IACnB,KAAK,EAAE,SAAS,CAAA;IAChB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,KAAK,CAAC,EAAE,aAAa,CAAA;CACtB,CAAA;AAED,eAAO,MAAM,aAAa,GAAI,wCAK3B,SAAS,4CAyBX,CAAA"}
1
+ {"version":3,"file":"Cell.d.ts","sourceRoot":"","sources":["../../../../src/components/InfoTable/components/Cell.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAGrD,KAAK,SAAS,GAAG;IACf,QAAQ,EAAE,SAAS,CAAA;IACnB,KAAK,EAAE,SAAS,CAAA;IAChB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,KAAK,CAAC,EAAE,aAAa,CAAA;CACtB,CAAA;AAED,eAAO,MAAM,aAAa,GAAI,wCAK3B,SAAS,4CA+BX,CAAA"}
@@ -1,36 +1,46 @@
1
1
  "use client";
2
2
  import { jsxs, jsx } from "react/jsx-runtime";
3
3
  import { Stack, Text } from "@ultraviolet/ui";
4
- import { term, desc, cellText } from "../styles.css.js";
4
+ import { infoTableCell, term, desc, cellText } from "../styles.css.js";
5
5
  const InfoTableCell = ({
6
6
  children,
7
7
  title,
8
8
  multiline = false,
9
9
  style
10
- }) => /* @__PURE__ */ jsxs(Stack, { gap: "0.5", minWidth: "0", style, width: "100%", children: [
11
- /* @__PURE__ */ jsx("dt", { className: term, children: /* @__PURE__ */ jsx(
12
- Text,
13
- {
14
- as: "div",
15
- prominence: "weak",
16
- sentiment: "neutral",
17
- variant: "bodySmallStrong",
18
- children: title
19
- }
20
- ) }),
21
- /* @__PURE__ */ jsx("dd", { className: desc, children: /* @__PURE__ */ jsx(
22
- Text,
23
- {
24
- as: "div",
25
- className: cellText,
26
- oneLine: !multiline,
27
- prominence: "default",
28
- sentiment: "neutral",
29
- variant: "body",
30
- children
31
- }
32
- ) })
33
- ] });
10
+ }) => /* @__PURE__ */ jsxs(
11
+ Stack,
12
+ {
13
+ className: infoTableCell,
14
+ gap: "0.5",
15
+ minWidth: "0",
16
+ style,
17
+ width: "100%",
18
+ children: [
19
+ /* @__PURE__ */ jsx("dt", { className: term, children: /* @__PURE__ */ jsx(
20
+ Text,
21
+ {
22
+ as: "div",
23
+ prominence: "weak",
24
+ sentiment: "neutral",
25
+ variant: "bodySmallStrong",
26
+ children: title
27
+ }
28
+ ) }),
29
+ /* @__PURE__ */ jsx("dd", { className: desc, children: /* @__PURE__ */ jsx(
30
+ Text,
31
+ {
32
+ as: "div",
33
+ className: cellText,
34
+ oneLine: !multiline,
35
+ prominence: "default",
36
+ sentiment: "neutral",
37
+ variant: "body",
38
+ children
39
+ }
40
+ ) })
41
+ ]
42
+ }
43
+ );
34
44
  export {
35
45
  InfoTableCell
36
46
  };
@@ -1,6 +1,7 @@
1
1
  export declare const rowWidth: `var(--${string})`;
2
2
  export declare const dl: string;
3
3
  export declare const infoTableRow: string;
4
+ export declare const infoTableCell: string;
4
5
  export declare const term: string;
5
6
  export declare const desc: string;
6
7
  export declare const cellText: string;
@@ -1 +1 @@
1
- {"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../src/components/InfoTable/styles.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ,oBAAc,CAAA;AAEnC,eAAO,MAAM,EAAE,QAQb,CAAA;AAEF,eAAO,MAAM,YAAY,QAavB,CAAA;AAMF,eAAO,MAAM,IAAI,QAMf,CAAA;AAEF,eAAO,MAAM,IAAI,QAKf,CAAA;AAEF,eAAO,MAAM,QAAQ,QAInB,CAAA"}
1
+ {"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../src/components/InfoTable/styles.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ,oBAAc,CAAA;AAEnC,eAAO,MAAM,EAAE,QAQb,CAAA;AAEF,eAAO,MAAM,YAAY,QAavB,CAAA;AAEF,eAAO,MAAM,aAAa,QAMxB,CAAA;AAEF,eAAO,MAAM,IAAI,QAMf,CAAA;AAEF,eAAO,MAAM,IAAI,QAKf,CAAA;AAEF,eAAO,MAAM,QAAQ,QAInB,CAAA"}
@@ -2,13 +2,15 @@
2
2
  var rowWidth = "var(--uv_plus_h6pvpm0)";
3
3
  var dl = "uv_plus_h6pvpm1";
4
4
  var infoTableRow = "uv_plus_h6pvpm2";
5
- var term = "uv_plus_h6pvpm3";
6
- var desc = "uv_plus_h6pvpm4";
7
- var cellText = "uv_plus_h6pvpm5";
5
+ var infoTableCell = "uv_plus_h6pvpm3";
6
+ var term = "uv_plus_h6pvpm4";
7
+ var desc = "uv_plus_h6pvpm5";
8
+ var cellText = "uv_plus_h6pvpm6";
8
9
  export {
9
10
  cellText,
10
11
  desc,
11
12
  dl,
13
+ infoTableCell,
12
14
  infoTableRow,
13
15
  rowWidth,
14
16
  term
@@ -32,6 +32,7 @@ export declare const OfferList: {
32
32
  'data-dragging'?: boolean;
33
33
  onMouseEnter?: import("react").MouseEventHandler<HTMLTableRowElement>;
34
34
  onMouseLeave?: import("react").MouseEventHandler<HTMLTableRowElement>;
35
+ onClick?: (id: string) => void;
35
36
  } & import("react").RefAttributes<HTMLTableRowElement> & {
36
37
  banner?: {
37
38
  text: import("react").ReactNode;
@@ -1 +1 @@
1
- {"version":3,"file":"OfferList.d.ts","sourceRoot":"","sources":["../../../src/components/OfferList/OfferList.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAA;AAEtC,OAAO,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAO1D,KAAK,cAAc,GAAG,IAAI,CACxB,cAAc,CAAC,OAAO,IAAI,CAAC,EAC3B,YAAY,GAAG,kBAAkB,CAClC,GAAG;IACF;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,GAAG,UAAU,CAAA;IAC3B,cAAc,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,KAAK,IAAI,CAAA;IACtD;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IAC5B,CAAC,aAAa,CAAC,CAAC,EAAE,MAAM,CAAA;IACxB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,KAAK,CAAC,EAAE,aAAa,CAAA;CACtB,CAAA;AAED,eAAO,MAAM,SAAS;6IAYnB,cAAc;;;;;;;;;;;;;;;;;;;;qBALV,CAAC;;;;;qBAMQ,CAAC;sBAA4D,CAAC;;;;;CAmD7E,CAAA"}
1
+ {"version":3,"file":"OfferList.d.ts","sourceRoot":"","sources":["../../../src/components/OfferList/OfferList.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAA;AAEtC,OAAO,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAO1D,KAAK,cAAc,GAAG,IAAI,CACxB,cAAc,CAAC,OAAO,IAAI,CAAC,EAC3B,YAAY,GAAG,kBAAkB,CAClC,GAAG;IACF;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,GAAG,UAAU,CAAA;IAC3B,cAAc,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,KAAK,IAAI,CAAA;IACtD;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IAC5B,CAAC,aAAa,CAAC,CAAC,EAAE,MAAM,CAAA;IACxB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,KAAK,CAAC,EAAE,aAAa,CAAA;CACtB,CAAA;AAED,eAAO,MAAM,SAAS;6IAYnB,cAAc;;;;;;;;;;;;;;;;;;;;;qBACJ,CAAC;;;;;qBACiC,CAAC;sBAED,CAAC;;;;;CAgD/C,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"Cell.d.ts","sourceRoot":"","sources":["../../../../src/components/OfferList/components/Cell.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAY,MAAM,iBAAiB,CAAA;AAEhD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAI3C,eAAO,MAAM,IAAI,GAAI,qEAMlB,cAAc,CAAC,OAAO,IAAI,CAAC,IAAI,CAAC,4CAiBlC,CAAA"}
1
+ {"version":3,"file":"Cell.d.ts","sourceRoot":"","sources":["../../../../src/components/OfferList/components/Cell.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAY,MAAM,iBAAiB,CAAA;AAEhD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAU3C,eAAO,MAAM,IAAI,GAAI,qEAMlB,cAAc,CAAC,OAAO,IAAI,CAAC,IAAI,CAAC,4CAuBlC,CAAA"}
@@ -3,7 +3,8 @@ import { jsx } from "react/jsx-runtime";
3
3
  import { List, Skeleton } from "@ultraviolet/ui";
4
4
  import { cn } from "@ultraviolet/utils";
5
5
  import { useOfferListContext } from "../OfferListProvider.js";
6
- import { offerListLoadingCell, offerListCell } from "../styles.css.js";
6
+ import { offerListLoadingCell, offerListCell, offerListSelectedCell, offerListCellNoRadius } from "../styles.css.js";
7
+ import { useOfferListRowContext } from "./OfferListRowProvider.js";
7
8
  const Cell = ({
8
9
  children,
9
10
  className,
@@ -12,10 +13,16 @@ const Cell = ({
12
13
  style
13
14
  }) => {
14
15
  const { loading } = useOfferListContext();
16
+ const { selected, banner } = useOfferListRowContext();
15
17
  return loading ? /* @__PURE__ */ jsx(List.Cell, { className: offerListLoadingCell, style, children: /* @__PURE__ */ jsx(Skeleton, { "data-state": loading, variant: "line" }) }) : /* @__PURE__ */ jsx(
16
18
  List.Cell,
17
19
  {
18
- className: cn(className, offerListCell),
20
+ className: cn(
21
+ className,
22
+ offerListCell,
23
+ selected ? offerListSelectedCell : "",
24
+ banner ? offerListCellNoRadius : ""
25
+ ),
19
26
  colSpan,
20
27
  "data-testid": dataTestId,
21
28
  style,
@@ -0,0 +1,9 @@
1
+ export declare const OfferListRowContext: import("react").Context<{
2
+ selected: boolean;
3
+ banner: boolean;
4
+ }>;
5
+ export declare const useOfferListRowContext: () => {
6
+ selected: boolean;
7
+ banner: boolean;
8
+ };
9
+ //# sourceMappingURL=OfferListRowProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OfferListRowProvider.d.ts","sourceRoot":"","sources":["../../../../src/components/OfferList/components/OfferListRowProvider.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB;;;EAG9B,CAAA;AAEF,eAAO,MAAM,sBAAsB;;;CAAwC,CAAA"}
@@ -0,0 +1,10 @@
1
+ import { createContext, useContext } from "react";
2
+ const OfferListRowContext = createContext({
3
+ selected: false,
4
+ banner: false
5
+ });
6
+ const useOfferListRowContext = () => useContext(OfferListRowContext);
7
+ export {
8
+ OfferListRowContext,
9
+ useOfferListRowContext
10
+ };
@@ -1 +1 @@
1
- {"version":3,"file":"Row.d.ts","sourceRoot":"","sources":["../../../../src/components/OfferList/components/Row.tsx"],"names":[],"mappings":"AAIA,OAAO,EACL,KAAK,IAAI,OAAO,EAGhB,IAAI,EAGL,MAAM,iBAAiB,CAAA;AAGxB,OAAO,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAgBrE,KAAK,QAAQ,GAAG,cAAc,CAAC,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG;IAChD,MAAM,CAAC,EAAE;QACP,IAAI,EAAE,SAAS,CAAA;QACf,SAAS,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAA;KACzD,CAAA;IACD,SAAS,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE;QACN,IAAI,EAAE,MAAM,CAAA;QACZ,SAAS,CAAC,EAAE,cAAc,CAAC,OAAO,OAAO,CAAC,CAAC,WAAW,CAAC,CAAA;QACvD,UAAU,CAAC,EAAE,cAAc,CAAC,OAAO,OAAO,CAAC,CAAC,YAAY,CAAC,CAAA;KAC1D,CAAA;IACD,KAAK,CAAC,EAAE,aAAa,CAAA;CACtB,CAAA;AAED,eAAO,MAAM,GAAG,GAAI,mOAgBjB,QAAQ,4CAyMV,CAAA"}
1
+ {"version":3,"file":"Row.d.ts","sourceRoot":"","sources":["../../../../src/components/OfferList/components/Row.tsx"],"names":[],"mappings":"AAIA,OAAO,EACL,KAAK,IAAI,OAAO,EAGhB,IAAI,EAGL,MAAM,iBAAiB,CAAA;AAGxB,OAAO,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAmBrE,KAAK,QAAQ,GAAG,cAAc,CAAC,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG;IAChD,MAAM,CAAC,EAAE;QACP,IAAI,EAAE,SAAS,CAAA;QACf,SAAS,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAA;KACzD,CAAA;IACD,SAAS,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE;QACN,IAAI,EAAE,MAAM,CAAA;QACZ,SAAS,CAAC,EAAE,cAAc,CAAC,OAAO,OAAO,CAAC,CAAC,WAAW,CAAC,CAAA;QACvD,UAAU,CAAC,EAAE,cAAc,CAAC,OAAO,OAAO,CAAC,CAAC,YAAY,CAAC,CAAA;KAC1D,CAAA;IACD,KAAK,CAAC,EAAE,aAAa,CAAA;CACtB,CAAA;AAED,eAAO,MAAM,GAAG,GAAI,mOAgBjB,QAAQ,4CA8OV,CAAA"}
@@ -7,8 +7,9 @@ import { cn } from "@ultraviolet/utils";
7
7
  import { assignInlineVars } from "@vanilla-extract/dynamic";
8
8
  import { useState, Children, useCallback, useMemo } from "react";
9
9
  import { useOfferListContext } from "../OfferListProvider.js";
10
- import { offerListRowExpandable, expandablePadding, offerListNoPaddingCell, offerListBadge, offerListRowSelectableContainer, offerListRowBanner, offerListRowSelected, offerListRowSelectedExpandable, offerListRowSelectedNotExpandable } from "../styles.css.js";
10
+ import { offerListRowExpandable, expandablePadding, offerListBadge, offerListRowSelectableContainer, offerListNoPaddingCell, offerListSelectedCell, offerListCellNoRadius, offerListRowBanner, offerListRowSelected, offerListRowSelectedExpandable, offerListRowSelectedNotExpandable } from "../styles.css.js";
11
11
  import { Banner } from "./Banner.js";
12
+ import { OfferListRowContext } from "./OfferListRowProvider.js";
12
13
  const Row = ({
13
14
  children,
14
15
  disabled,
@@ -86,6 +87,28 @@ const Row = ({
86
87
  return checkboxSelectedRows.includes(offerName);
87
88
  }, [offerName, checkboxSelectedRows, radioSelectedRow, selectable]);
88
89
  const isSelected = selectable === "radio" ? radioSelectedRow === offerName : checkboxSelectedRows.includes(offerName);
90
+ const handleChangeCheckbox = () => {
91
+ if (isRowSelected) {
92
+ const newSelectedList = checkboxSelectedRows.filter(
93
+ (element) => element !== offerName
94
+ );
95
+ setCheckboxSelectedRows(newSelectedList);
96
+ onChangeSelect?.(newSelectedList);
97
+ } else {
98
+ const newSelectedList = [...checkboxSelectedRows, offerName];
99
+ setCheckboxSelectedRows(newSelectedList);
100
+ onChangeSelect?.(newSelectedList);
101
+ }
102
+ if (expandedRowIds[id]) {
103
+ expandRow(id);
104
+ } else if (!autoCollapse) {
105
+ collapseRow(id);
106
+ }
107
+ };
108
+ const handleChangeRadio = () => {
109
+ setRadioSelectedRow(offerName);
110
+ onChangeSelect?.(offerName);
111
+ };
89
112
  return /* @__PURE__ */ jsxs(Fragment, { children: [
90
113
  /* @__PURE__ */ jsxs(
91
114
  List.Row,
@@ -104,93 +127,114 @@ const Row = ({
104
127
  expanded: expanded ?? expandedRowIds[id],
105
128
  highlightAnimation,
106
129
  id,
130
+ onClick: () => {
131
+ if (selectDisabled || disabled || expandable) {
132
+ return;
133
+ }
134
+ if (selectable === "radio") {
135
+ handleChangeRadio();
136
+ }
137
+ if (selectable === "checkbox") {
138
+ handleChangeCheckbox();
139
+ }
140
+ },
107
141
  onMouseEnter: () => setHovered(true),
108
142
  onMouseLeave: () => setHovered(false),
109
143
  style,
110
144
  children: [
111
- /* @__PURE__ */ jsxs(List.Cell, { className: offerListNoPaddingCell, children: [
112
- badge ? /* @__PURE__ */ jsx(
113
- Badge,
114
- {
115
- className: offerListBadge,
116
- disabled,
117
- prominence: badge.prominence,
118
- sentiment: badge.sentiment,
119
- size: "small",
120
- children: badge.text
121
- }
122
- ) : null,
123
- /* @__PURE__ */ jsx("div", { className: offerListRowSelectableContainer, children: /* @__PURE__ */ jsx(
124
- Tooltip,
125
- {
126
- text: typeof selectDisabled === "string" ? selectDisabled : void 0,
127
- children: selectable === "radio" ? /* @__PURE__ */ jsx(
128
- Radio,
145
+ /* @__PURE__ */ jsxs(
146
+ List.Cell,
147
+ {
148
+ className: cn(
149
+ offerListNoPaddingCell,
150
+ isSelected ? offerListSelectedCell : "",
151
+ banner ? offerListCellNoRadius : ""
152
+ ),
153
+ children: [
154
+ badge ? /* @__PURE__ */ jsx(
155
+ Badge,
129
156
  {
130
- checked: isRowSelected,
131
- disabled: disabled || loading || !!selectDisabled,
132
- id,
133
- name: `radio-offer-list-${id}`,
134
- onChange: () => {
135
- setRadioSelectedRow(offerName);
136
- onChangeSelect?.(offerName);
137
- if (expandedRowIds[id]) {
138
- expandRow(id);
139
- } else if (!autoCollapse) {
140
- collapseRow(id);
141
- }
142
- },
143
- value: id
157
+ className: offerListBadge,
158
+ disabled,
159
+ prominence: badge.prominence,
160
+ sentiment: badge.sentiment,
161
+ size: "small",
162
+ children: badge.text
144
163
  }
145
- ) : /* @__PURE__ */ jsx(
146
- Checkbox,
164
+ ) : null,
165
+ /* @__PURE__ */ jsx("div", { className: offerListRowSelectableContainer, children: /* @__PURE__ */ jsx(
166
+ Tooltip,
147
167
  {
148
- "aria-label": "select",
149
- checked: isRowSelected,
150
- disabled: disabled || loading || !!selectDisabled,
151
- id,
152
- name: `checkbox-offer-list-${id}`,
153
- onChange: () => {
154
- if (isRowSelected) {
155
- const newSelectedList = checkboxSelectedRows.filter(
156
- (element) => element !== offerName
157
- );
158
- setCheckboxSelectedRows(newSelectedList);
159
- onChangeSelect?.(newSelectedList);
160
- } else {
161
- const newSelectedList = [
162
- ...checkboxSelectedRows,
163
- offerName
164
- ];
165
- setCheckboxSelectedRows(newSelectedList);
166
- onChangeSelect?.(newSelectedList);
168
+ text: typeof selectDisabled === "string" ? selectDisabled : void 0,
169
+ children: selectable === "radio" ? /* @__PURE__ */ jsx(
170
+ Radio,
171
+ {
172
+ checked: isRowSelected,
173
+ disabled: disabled || loading || !!selectDisabled,
174
+ id,
175
+ name: `radio-offer-list-${id}`,
176
+ onChange: () => {
177
+ if (expandable) {
178
+ handleChangeRadio();
179
+ }
180
+ if (expandedRowIds[id]) {
181
+ expandRow(id);
182
+ } else if (!autoCollapse) {
183
+ collapseRow(id);
184
+ }
185
+ },
186
+ value: id
167
187
  }
168
- if (expandedRowIds[id]) {
169
- expandRow(id);
170
- } else if (!autoCollapse) {
171
- collapseRow(id);
188
+ ) : /* @__PURE__ */ jsx(
189
+ Checkbox,
190
+ {
191
+ "aria-label": "select",
192
+ checked: isRowSelected,
193
+ disabled: disabled || loading || !!selectDisabled,
194
+ id,
195
+ name: `checkbox-offer-list-${id}`,
196
+ onChange: () => {
197
+ if (expandable) {
198
+ handleChangeCheckbox();
199
+ }
200
+ },
201
+ value: id
172
202
  }
173
- },
174
- value: id
203
+ )
175
204
  }
176
- )
177
- }
178
- ) })
179
- ] }),
180
- expandable ? /* @__PURE__ */ jsx(List.Cell, { className: offerListNoPaddingCell, children: /* @__PURE__ */ jsx(
181
- Button,
205
+ ) })
206
+ ]
207
+ }
208
+ ),
209
+ expandable ? /* @__PURE__ */ jsx(
210
+ List.Cell,
211
+ {
212
+ className: cn(
213
+ offerListNoPaddingCell,
214
+ isSelected ? offerListSelectedCell : ""
215
+ ),
216
+ children: /* @__PURE__ */ jsx(
217
+ Button,
218
+ {
219
+ "aria-label": "expand",
220
+ "data-testid": "list-expand-button",
221
+ disabled: disabled || !expandable || loading,
222
+ onClick: toggleRowExpand,
223
+ sentiment: "neutral",
224
+ size: "small",
225
+ variant: "ghost",
226
+ children: expandedRowIds[id] ? /* @__PURE__ */ jsx(ArrowUpIcon, {}) : /* @__PURE__ */ jsx(ArrowDownIcon, {})
227
+ }
228
+ )
229
+ }
230
+ ) : null,
231
+ /* @__PURE__ */ jsx(
232
+ OfferListRowContext.Provider,
182
233
  {
183
- "aria-label": "expand",
184
- "data-testid": "list-expand-button",
185
- disabled: disabled || !expandable || loading,
186
- onClick: toggleRowExpand,
187
- sentiment: "neutral",
188
- size: "small",
189
- variant: "ghost",
190
- children: expandedRowIds[id] ? /* @__PURE__ */ jsx(ArrowUpIcon, {}) : /* @__PURE__ */ jsx(ArrowDownIcon, {})
234
+ value: { selected: isSelected, banner: !!banner },
235
+ children
191
236
  }
192
- ) }) : null,
193
- children
237
+ )
194
238
  ]
195
239
  }
196
240
  ),
@@ -35,8 +35,10 @@ export declare const offerListRowSelected: string;
35
35
  export declare const offerListRowSelectedNotExpandable: string;
36
36
  export declare const offerListRowSelectedExpandable: string;
37
37
  export declare const offerListRowBanner: string;
38
+ export declare const offerListCellNoRadius: string;
38
39
  export declare const offerListRowSelectableContainer: string;
39
40
  export declare const offerListRowExpandable: string;
40
41
  export declare const offerListCell: string;
41
42
  export declare const offerListLoadingCell: string;
43
+ export declare const offerListSelectedCell: string;
42
44
  //# sourceMappingURL=styles.css.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../src/components/OfferList/styles.css.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,iBAAiB,oBAAc,CAAA;AAkB5C,eAAO,MAAM,SAAS,QAAY,CAAA;AAQlC,eAAO,MAAM,eAAe,QAQ1B,CAAA;AAUF,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;EAsD9B,CAAA;AAEF,eAAO,MAAM,mBAAmB,QAM9B,CAAA;AAEF,eAAO,MAAM,oBAAoB;;;;;;EA8B/B,CAAA;AAEF,eAAO,MAAM,cAAc,QAIzB,CAAA;AAEF,eAAO,MAAM,sBAAsB,QAQjC,CAAA;AAEF,eAAO,MAAM,oBAAoB,QAE/B,CAAA;AACF,eAAO,MAAM,iCAAiC,QAAY,CAAA;AAC1D,eAAO,MAAM,8BAA8B,QAAY,CAAA;AAEvD,eAAO,MAAM,kBAAkB,QAAY,CAAA;AA+B3C,eAAO,MAAM,+BAA+B,QAA6B,CAAA;AAEzE,eAAO,MAAM,sBAAsB,QAEjC,CAAA;AAEF,eAAO,MAAM,aAAa,QAAoC,CAAA;AAE9D,eAAO,MAAM,oBAAoB,QAA4B,CAAA"}
1
+ {"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../src/components/OfferList/styles.css.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,iBAAiB,oBAAc,CAAA;AAkB5C,eAAO,MAAM,SAAS,QAAY,CAAA;AAQlC,eAAO,MAAM,eAAe,QAQ1B,CAAA;AAEF,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;EAsD9B,CAAA;AAEF,eAAO,MAAM,mBAAmB,QAQ9B,CAAA;AAEF,eAAO,MAAM,oBAAoB;;;;;;EA8B/B,CAAA;AAEF,eAAO,MAAM,cAAc,QAIzB,CAAA;AAEF,eAAO,MAAM,sBAAsB,QAQjC,CAAA;AAEF,eAAO,MAAM,oBAAoB,QAE/B,CAAA;AACF,eAAO,MAAM,iCAAiC,QAE5C,CAAA;AACF,eAAO,MAAM,8BAA8B,QAAY,CAAA;AAEvD,eAAO,MAAM,kBAAkB,QAAY,CAAA;AAC3C,eAAO,MAAM,qBAAqB,QAShC,CAAA;AAEF,eAAO,MAAM,+BAA+B,QAA6B,CAAA;AAEzE,eAAO,MAAM,sBAAsB,QAEjC,CAAA;AAEF,eAAO,MAAM,aAAa,QAQxB,CAAA;AASF,eAAO,MAAM,oBAAoB,QAA4B,CAAA;AAE7D,eAAO,MAAM,qBAAqB,QAEhC,CAAA"}
@@ -12,10 +12,12 @@ var offerListRowSelected = "uv_plus_1wcpahp14";
12
12
  var offerListRowSelectedNotExpandable = "uv_plus_1wcpahp15";
13
13
  var offerListRowSelectedExpandable = "uv_plus_1wcpahp16";
14
14
  var offerListRowBanner = "uv_plus_1wcpahp17";
15
- var offerListRowSelectableContainer = "uv_plus_1wcpahp18";
16
- var offerListRowExpandable = "uv_plus_1wcpahp19";
17
- var offerListCell = "uv_plus_1wcpahp1a";
18
- var offerListLoadingCell = "uv_plus_1wcpahp1b";
15
+ var offerListCellNoRadius = "uv_plus_1wcpahp18";
16
+ var offerListRowSelectableContainer = "uv_plus_1wcpahp19";
17
+ var offerListRowExpandable = "uv_plus_1wcpahp1a";
18
+ var offerListCell = "uv_plus_1wcpahp1b";
19
+ var offerListLoadingCell = "uv_plus_1wcpahp1c";
20
+ var offerListSelectedCell = "uv_plus_1wcpahp1d";
19
21
  export {
20
22
  expandablePadding,
21
23
  offerList,
@@ -25,6 +27,7 @@ export {
25
27
  offerListBannerStack,
26
28
  offerListBannerText,
27
29
  offerListCell,
30
+ offerListCellNoRadius,
28
31
  offerListLoadingCell,
29
32
  offerListNoPaddingCell,
30
33
  offerListRowBanner,
@@ -32,5 +35,6 @@ export {
32
35
  offerListRowSelectableContainer,
33
36
  offerListRowSelected,
34
37
  offerListRowSelectedExpandable,
35
- offerListRowSelectedNotExpandable
38
+ offerListRowSelectedNotExpandable,
39
+ offerListSelectedCell
36
40
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ScrollableContent.d.ts","sourceRoot":"","sources":["../../../src/components/OrderSummary/ScrollableContent.tsx"],"names":[],"mappings":"AAmQA,eAAO,MAAM,iBAAiB,+CAoC7B,CAAA"}
1
+ {"version":3,"file":"ScrollableContent.d.ts","sourceRoot":"","sources":["../../../src/components/OrderSummary/ScrollableContent.tsx"],"names":[],"mappings":"AAuUA,eAAO,MAAM,iBAAiB,+CAoC7B,CAAA"}
@@ -181,7 +181,7 @@ const SubCategory = ({ subCategory }) => {
181
181
  value: subCategory.numberInputValue
182
182
  }
183
183
  ) : null,
184
- subCategory.price !== void 0 && !subCategory.hidePrice ? /* @__PURE__ */ jsxs(
184
+ subCategory.price !== void 0 && !subCategory.hidePrice && subCategoryPrice.default[0] === subCategoryPrice.discounted[1] ? /* @__PURE__ */ jsxs(
185
185
  Text,
186
186
  {
187
187
  as: "span",
@@ -189,18 +189,18 @@ const SubCategory = ({ subCategory }) => {
189
189
  sentiment: "neutral",
190
190
  variant: "bodySmallStrong",
191
191
  children: [
192
- subCategoryPrice[0] === subCategoryPrice[1] || subCategory.priceUnit ? formatNumber(
193
- subCategory.priceUnit ? subCategory.price : subCategoryPrice[0],
192
+ subCategoryPrice.discounted[0] === subCategoryPrice.discounted[1] || subCategory.priceUnit ? formatNumber(
193
+ subCategory.priceUnit ? subCategory.price : subCategoryPrice.discounted[0],
194
194
  localeFormat,
195
195
  currency,
196
196
  fractionDigits
197
197
  ) : `${formatNumber(
198
- subCategoryPrice[0],
198
+ subCategoryPrice.discounted[0],
199
199
  localeFormat,
200
200
  currency,
201
201
  fractionDigits
202
202
  )} - ${formatNumber(
203
- subCategoryPrice[1],
203
+ subCategoryPrice.discounted[1],
204
204
  localeFormat,
205
205
  currency,
206
206
  fractionDigits
@@ -208,7 +208,66 @@ const SubCategory = ({ subCategory }) => {
208
208
  subCategory.priceUnit ? ` /${subCategory.priceUnit}` : ""
209
209
  ]
210
210
  }
211
- ) : null
211
+ ) : null,
212
+ subCategory.price !== void 0 && !subCategory.hidePrice && subCategoryPrice.default[0] !== subCategoryPrice.discounted[1] ? /* @__PURE__ */ jsxs(Stack, { alignItems: "center", direction: "row", gap: 1, children: [
213
+ /* @__PURE__ */ jsxs(
214
+ Text,
215
+ {
216
+ as: "span",
217
+ prominence: "weak",
218
+ sentiment: "neutral",
219
+ strikeThrough: true,
220
+ variant: "bodySmallStrong",
221
+ children: [
222
+ subCategoryPrice.default[0] === subCategoryPrice.default[1] || subCategory.priceUnit ? formatNumber(
223
+ subCategory.priceUnit ? subCategory.price : subCategoryPrice.default[0],
224
+ localeFormat,
225
+ currency,
226
+ fractionDigits
227
+ ) : `${formatNumber(
228
+ subCategoryPrice.default[0],
229
+ localeFormat,
230
+ currency,
231
+ fractionDigits
232
+ )} - ${formatNumber(
233
+ subCategoryPrice.default[1],
234
+ localeFormat,
235
+ currency,
236
+ fractionDigits
237
+ )}`,
238
+ subCategory.priceUnit ? ` /${subCategory.priceUnit}` : ""
239
+ ]
240
+ }
241
+ ),
242
+ /* @__PURE__ */ jsxs(
243
+ Text,
244
+ {
245
+ as: "span",
246
+ prominence: "strong",
247
+ sentiment: "neutral",
248
+ variant: "bodySmallStrong",
249
+ children: [
250
+ subCategoryPrice.discounted[0] === subCategoryPrice.discounted[1] || subCategory.priceUnit ? formatNumber(
251
+ subCategory.priceUnit ? subCategory.price : subCategoryPrice.discounted[0],
252
+ localeFormat,
253
+ currency,
254
+ fractionDigits
255
+ ) : `${formatNumber(
256
+ subCategoryPrice.discounted[0],
257
+ localeFormat,
258
+ currency,
259
+ fractionDigits
260
+ )} - ${formatNumber(
261
+ subCategoryPrice.discounted[1],
262
+ localeFormat,
263
+ currency,
264
+ fractionDigits
265
+ )}`,
266
+ subCategory.priceUnit ? ` /${subCategory.priceUnit}` : ""
267
+ ]
268
+ }
269
+ )
270
+ ] }) : null
212
271
  ] }),
213
272
  /* @__PURE__ */ jsx(Stack, { className: orderSummaryDetails, direction: "column", gap: 0.5, children: subCategory.details?.map(
214
273
  (detail, index) => detail ? /* @__PURE__ */ jsx(
@@ -10,7 +10,10 @@ type CalculatePriceProps = {
10
10
  fixedPrice?: boolean;
11
11
  };
12
12
  export declare const calculatePrice: ({ price, amount, amountFree, timeUnit, timeAmount, discount, fixedPrice, }: CalculatePriceProps) => number;
13
- export declare const calculateSubCategoryPrice: (subCategory: SubCategoryType, hideTimeUnit: boolean, timePeriodAmount: number, timePeriodUnit: TimeUnit) => [number, number];
13
+ export declare const calculateSubCategoryPrice: (subCategory: SubCategoryType, hideTimeUnit: boolean, timePeriodAmount: number, timePeriodUnit: TimeUnit) => {
14
+ discounted: [number, number];
15
+ default: [number, number];
16
+ };
14
17
  export declare const calculateCategoryPrice: (category: ItemsType, hideTimeUnit: boolean, timePeriodAmount: number, timePeriodUnit: TimeUnit) => {
15
18
  categoryPrice: [number, number];
16
19
  discountedPrice: [number, number];
@@ -1 +1 @@
1
- {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../src/components/OrderSummary/helpers.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EACV,YAAY,EACZ,SAAS,EACT,iBAAiB,EACjB,eAAe,EACf,eAAe,EACf,QAAQ,EACT,MAAM,SAAS,CAAA;AAEhB,eAAO,MAAM,YAAY,GACvB,QAAQ,MAAM,EACd,QAAQ,iBAAiB,EACzB,UAAU,YAAY,EACtB,uBAAmB,WASpB,CAAA;AAED,KAAK,mBAAmB,GAAG;IACzB,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,QAAQ,EAAE,QAAQ,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB,CAAA;AAMD,eAAO,MAAM,cAAc,GAAI,4EAQ5B,mBAAmB,WAYrB,CAAA;AAED,eAAO,MAAM,yBAAyB,GACpC,aAAa,eAAe,EAC5B,cAAc,OAAO,EACrB,kBAAkB,MAAM,EACxB,gBAAgB,QAAQ,KACvB,CAAC,MAAM,EAAE,MAAM,CAqCjB,CAAA;AAED,eAAO,MAAM,sBAAsB,GACjC,UAAU,SAAS,EACnB,cAAc,OAAO,EACrB,kBAAkB,MAAM,EACxB,gBAAgB,QAAQ,KACvB;IAAE,aAAa,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAAC,eAAe,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;CAuCtE,CAAA;AAED,KAAK,iBAAiB,GAAG;IACvB,KAAK,EAAE,eAAe,CAAA;IACtB,aAAa,EAAE,QAAQ,GAAG,OAAO,CAAA;CAClC,CAAA;AAED,eAAO,MAAM,YAAY,GAAI,0BAA0B,iBAAiB,WAuBvE,CAAA"}
1
+ {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../src/components/OrderSummary/helpers.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EACV,YAAY,EACZ,SAAS,EACT,iBAAiB,EACjB,eAAe,EACf,eAAe,EACf,QAAQ,EACT,MAAM,SAAS,CAAA;AAEhB,eAAO,MAAM,YAAY,GACvB,QAAQ,MAAM,EACd,QAAQ,iBAAiB,EACzB,UAAU,YAAY,EACtB,uBAAmB,WASpB,CAAA;AAED,KAAK,mBAAmB,GAAG;IACzB,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,QAAQ,EAAE,QAAQ,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB,CAAA;AAMD,eAAO,MAAM,cAAc,GAAI,4EAQ5B,mBAAmB,WAYrB,CAAA;AAED,eAAO,MAAM,yBAAyB,GACpC,aAAa,eAAe,EAC5B,cAAc,OAAO,EACrB,kBAAkB,MAAM,EACxB,gBAAgB,QAAQ,KACvB;IAAE,UAAU,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAAC,OAAO,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;CAyE3D,CAAA;AAED,eAAO,MAAM,sBAAsB,GACjC,UAAU,SAAS,EACnB,cAAc,OAAO,EACrB,kBAAkB,MAAM,EACxB,gBAAgB,QAAQ,KACvB;IAAE,aAAa,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAAC,eAAe,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;CAmDtE,CAAA;AAED,KAAK,iBAAiB,GAAG;IACvB,KAAK,EAAE,eAAe,CAAA;IACtB,aAAa,EAAE,QAAQ,GAAG,OAAO,CAAA;CAClC,CAAA;AAED,eAAO,MAAM,YAAY,GAAI,0BAA0B,iBAAiB,WAuBvE,CAAA"}
@@ -28,7 +28,6 @@ const calculateSubCategoryPrice = (subCategory, hideTimeUnit, timePeriodAmount,
28
28
  const minPrice = calculatePrice({
29
29
  amount: subCategory.amount?.[0] ?? 1,
30
30
  amountFree: subCategory.amountFree,
31
- discount: subCategory.discount,
32
31
  fixedPrice: subCategory.fixedPrice,
33
32
  price: subCategory.price ?? 0,
34
33
  timeAmount: hideTimeUnit ? 1 : timePeriodAmount,
@@ -37,15 +36,43 @@ const calculateSubCategoryPrice = (subCategory, hideTimeUnit, timePeriodAmount,
37
36
  const maxPrice = calculatePrice({
38
37
  amount: subCategory.amount?.[1] ?? 1,
39
38
  amountFree: subCategory.amountFree,
39
+ fixedPrice: subCategory.fixedPrice,
40
+ price: subCategory.price ?? 0,
41
+ timeAmount: hideTimeUnit ? 1 : timePeriodAmount,
42
+ timeUnit: hideTimeUnit ? "hours" : timePeriodUnit
43
+ }) || 0;
44
+ const minPriceWithDiscount = calculatePrice({
45
+ amount: subCategory.amount?.[0] ?? 1,
46
+ amountFree: subCategory.amountFree,
40
47
  discount: subCategory.discount,
41
48
  fixedPrice: subCategory.fixedPrice,
42
49
  price: subCategory.price ?? 0,
43
50
  timeAmount: hideTimeUnit ? 1 : timePeriodAmount,
44
51
  timeUnit: hideTimeUnit ? "hours" : timePeriodUnit
45
52
  }) || 0;
46
- return [minPrice, maxPrice];
53
+ const maxPriceWithDiscount = calculatePrice({
54
+ amount: subCategory.amount?.[1] ?? 1,
55
+ amountFree: subCategory.amountFree,
56
+ discount: subCategory.discount,
57
+ fixedPrice: subCategory.fixedPrice,
58
+ price: subCategory.price ?? 0,
59
+ timeAmount: hideTimeUnit ? 1 : timePeriodAmount,
60
+ timeUnit: hideTimeUnit ? "hours" : timePeriodUnit
61
+ }) || 0;
62
+ return {
63
+ discounted: [minPriceWithDiscount, maxPriceWithDiscount],
64
+ default: [minPrice, maxPrice]
65
+ };
47
66
  }
48
67
  const price = calculatePrice({
68
+ amount: subCategory.amount ?? 1,
69
+ amountFree: subCategory.amountFree,
70
+ fixedPrice: subCategory.fixedPrice,
71
+ price: subCategory.price ?? 0,
72
+ timeAmount: hideTimeUnit ? 1 : timePeriodAmount,
73
+ timeUnit: hideTimeUnit ? "hours" : timePeriodUnit
74
+ }) || 0;
75
+ const priceWithDiscount = calculatePrice({
49
76
  amount: subCategory.amount ?? 1,
50
77
  amountFree: subCategory.amountFree,
51
78
  discount: subCategory.discount,
@@ -54,7 +81,10 @@ const calculateSubCategoryPrice = (subCategory, hideTimeUnit, timePeriodAmount,
54
81
  timeAmount: hideTimeUnit ? 1 : timePeriodAmount,
55
82
  timeUnit: hideTimeUnit ? "hours" : timePeriodUnit
56
83
  }) || 0;
57
- return [price, price];
84
+ return {
85
+ discounted: [priceWithDiscount, priceWithDiscount],
86
+ default: [price, price]
87
+ };
58
88
  };
59
89
  const calculateCategoryPrice = (category, hideTimeUnit, timePeriodAmount, timePeriodUnit) => {
60
90
  const categoryPrice = category.subCategories?.reduce(
@@ -65,20 +95,29 @@ const calculateCategoryPrice = (category, hideTimeUnit, timePeriodAmount, timePe
65
95
  timePeriodAmount,
66
96
  timePeriodUnit
67
97
  );
68
- return [acc[0] + computedPrices[0], acc[1] + computedPrices[1]];
98
+ return {
99
+ discounted: [
100
+ acc.discounted[0] + computedPrices.discounted[0],
101
+ acc.discounted[1] + computedPrices.discounted[1]
102
+ ],
103
+ default: [
104
+ acc.default[0] + computedPrices.default[0],
105
+ acc.default[1] + computedPrices.default[1]
106
+ ]
107
+ };
69
108
  },
70
- [0, 0]
71
- ) || [0, 0];
72
- const discountedPriceMin = category.discount && category.discount <= 1 ? categoryPrice[0] * category.discount : categoryPrice[0] - (category.discount ?? 0);
73
- const discountedPriceMax = category.discount && category.discount <= 1 ? categoryPrice[1] * category.discount : categoryPrice[1] - (category.discount ?? 0);
109
+ { discounted: [0, 0], default: [0, 0] }
110
+ ) ?? { discounted: [0, 0], default: [0, 0] };
111
+ const discountedPriceMin = category.discount && category.discount <= 1 ? categoryPrice.discounted[0] * (1 - category.discount) : categoryPrice.discounted[0] - (category.discount ?? 0);
112
+ const discountedPriceMax = category.discount && category.discount <= 1 ? categoryPrice.discounted[1] * (1 - category.discount) : categoryPrice.discounted[1] - (category.discount ?? 0);
74
113
  const discountedPrice = category.allowNegative ? [discountedPriceMin, discountedPriceMax] : [Math.max(discountedPriceMin, 0), Math.max(discountedPriceMax, 0)];
75
- categoryPrice.map(
114
+ categoryPrice.default.map(
76
115
  (price) => Math.max(
77
116
  category.discount && category.discount <= 1 ? price * category.discount : price - (category.discount ?? 0),
78
117
  0
79
118
  )
80
119
  );
81
- return { categoryPrice, discountedPrice };
120
+ return { categoryPrice: categoryPrice.default, discountedPrice };
82
121
  };
83
122
  const DisplayPrice = ({ price, beforeOrAfter }) => {
84
123
  const { localeFormat, currency, fractionDigits } = useContext(OrderSummaryContext);
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/OrderSummary/index.tsx"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAE,iBAAiB,EAAuB,MAAM,SAAS,CAAA;AAErE,eAAO,MAAM,YAAY,GAAI,uWA0B1B,iBAAiB,4CAwKnB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/OrderSummary/index.tsx"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAE,iBAAiB,EAAuB,MAAM,SAAS,CAAA;AAErE,eAAO,MAAM,YAAY,GAAI,uWA0B1B,iBAAiB,4CAkLnB,CAAA"}
@@ -61,6 +61,13 @@ const OrderSummary = ({
61
61
  );
62
62
  const totalPrice = useMemo(() => {
63
63
  const price = Object.values(categoriesPrice).reduce(
64
+ (acc, categoryPrice) => [
65
+ acc[0] + categoryPrice.totalPrice,
66
+ acc[1] + categoryPrice.maxPrice
67
+ ],
68
+ [0, 0]
69
+ );
70
+ const priceDiscounted = Object.values(categoriesPrice).reduce(
64
71
  (acc, categoryPrice) => [
65
72
  acc[0] + categoryPrice.totalPriceWithDiscount,
66
73
  acc[1] + categoryPrice.maxPriceWithDiscount
@@ -70,13 +77,13 @@ const OrderSummary = ({
70
77
  const computedPrice = {
71
78
  maxPrice: Math.max(price[1], 0),
72
79
  maxPriceWithDiscount: Math.max(
73
- price[1] * (discount <= 1 ? 1 - discount : 1) - (discount > 1 ? Math.abs(discount) : 0),
80
+ priceDiscounted[1] * (discount <= 1 ? 1 - discount : 1) - (discount > 1 ? Math.abs(discount) : 0),
74
81
  0
75
82
  ),
76
83
  timeUnit: unitUnitInput,
77
84
  totalPrice: Math.max(price[0], 0),
78
85
  totalPriceWithDiscount: Math.max(
79
- price[0] * (discount <= 1 ? 1 - discount : 1) - (discount > 1 ? Math.abs(discount) : 0),
86
+ priceDiscounted[0] * (discount <= 1 ? 1 - discount : 1) - (discount > 1 ? Math.abs(discount) : 0),
80
87
  0
81
88
  )
82
89
  };
@@ -123,7 +130,7 @@ const OrderSummary = ({
123
130
  Stack,
124
131
  {
125
132
  className: cn(className, orderSummaryContainer),
126
- "data-testId": dataTestId,
133
+ "data-testid": dataTestId,
127
134
  justifyContent: hideDetails ? "flex-start" : "space-between",
128
135
  style,
129
136
  children: [
package/dist/plus.css CHANGED
@@ -1 +1 @@
1
- .uv_plus_1sui13x0{cursor:not-allowed}.uv_plus_1sui13x1{background-color:#252a3b;position:absolute;right:var(--rwwhsl9u);top:var(--rwwhsl9u)}.uv_plus_1sui13x1:hover{background-color:#303445}.uv_plus_1sui13x1 svg>path{fill:#fff}.uv_plus_1sui13x2{position:relative;width:100%}.uv_plus_1sui13x4{pointer-events:none;-webkit-user-select:none;user-select:none}.uv_plus_1sui13x2 .cm-editor{background-color:#252a3b;border:1px solid transparent;border-radius:var(--rwwhsla4);font-family:var(--rwwhsld8);font-size:var(--rwwhsld9)}.uv_plus_1sui13x2 .cm-editor.cm-focused{border:1px solid var(--rwwhsl5m);box-shadow:var(--rwwhsl8m);outline:none}.uv_plus_1sui13x2 .cm-content{padding-block:var(--rwwhsl9v)}.uv_plus_1sui13x2 .cm-gutters{background-color:#303445}.uv_plus_1sui13x2 .cm-lineNumbers{padding-left:var(--rwwhsl9u)}.uv_plus_1sui13x2 .cm-gutterElement{color:#545454}.uv_plus_1sui13x2 .cm-scroller{border-radius:var(--rwwhsla4)}.uv_plus_1sui13x4 .cm-editor{background-color:#1e2335;color:#484b5a}.uv_plus_1sui13x4 .cm-line span,.uv_plus_1sui13x4 .cm-gutter-Element{color:#484b5a}.uv_plus_1sui13x4 .cm-cursor{border-left-color:transparent;display:none}.uv_plus_1sui13x4 .cm-selectionMatch{background-color:transparent}.uv_plus_1sui13x4 .cm-selectionLayer{display:none}.uv_plus_1sui13x4 .cm-editor.cm-focused{border:1px solid transparent;box-shadow:none}@property --uv_plus_u4r1ts1{syntax: "*"; inherits: false; initial-value: auto;}@property --uv_plus_u4r1ts2{syntax: "*"; inherits: false; initial-value: auto;}.uv_plus_u4r1ts3:hover{border:1px solid var(--rwwhsl5o);box-shadow:var(--rwwhsl8c);cursor:pointer}.uv_plus_u4r1ts4{background:var(--rwwhsl1i);border:1px solid var(--rwwhsl1v);border-radius:var(--rwwhsl85);color:var(--rwwhsl2j);display:block;overflow-wrap:break-word;padding:0;text-align:left;text-decoration:none}.uv_plus_u4r1ts4[disabled]{cursor:not-allowed}.uv_plus_u4r1ts4[disabled]:hover{border:1px solid var(--rwwhsl1v);box-shadow:none}.uv_plus_u4r1ts5{background:var(--rwwhsl1r);border-radius:var(--rwwhsl85);display:flex;padding:var(--rwwhsl9u);width:fit-content}.uv_plus_u4r1ts6{padding:0 var(--rwwhsl9w) var(--rwwhsl9w) var(--rwwhsl9w)}.uv_plus_u4r1ts7{padding:var(--rwwhsl9w) var(--rwwhsl9w) var(--rwwhsl9w) 0}.uv_plus_u4r1ts8{height:fit-content}.uv_plus_u4r1ts9{padding:var(--rwwhsl9w) var(--rwwhsl9w) 0 var(--rwwhsl9w)}.uv_plus_u4r1tsa{padding:var(--rwwhsl9w)}.uv_plus_u4r1tsb{padding:var(--rwwhsl9w) 0 var(--rwwhsl9w) var(--rwwhsl9w)}.uv_plus_u4r1tsc{object-fit:cover}.uv_plus_u4r1tsc[data-disabled=true]{filter:grayscale(1)}.uv_plus_u4r1tsd{border-radius:var(--rwwhsl85) var(--rwwhsl85) 0 0}.uv_plus_u4r1tse{border-radius:var(--rwwhsl85) 0 0 var(--rwwhsl85);max-height:var(--uv_plus_u4r1ts0)}.uv_plus_u4r1tsf{height:100%}.uv_plus_u4r1tsg{height:var(--uv_plus_u4r1ts1);width:var(--uv_plus_u4r1ts2)}.uv_plus_u4r1tsh{border-radius:var(--rwwhsl85) var(--rwwhsl85) 0 0}.uv_plus_u4r1tsi{border-radius:var(--rwwhsl85) 0 0 var(--rwwhsl85)}.uv_plus_u4r1tsj{padding:var(--rwwhsl9w)}.uv_plus_1gpmh3x0{min-width:0}.uv_plus_1gpmh3x1{background:var(--rwwhsl1r);border-radius:var(--rwwhsl85);display:inline-flex;padding:var(--rwwhsl9u)}.uv_plus_1gpmh3x2{height:100%;padding:var(--rwwhsl9w);text-decoration:none}.uv_plus_1gpmh3x2:first-child{border-radius:var(--rwwhsl85) var(--rwwhsl85) 0 0}.uv_plus_1gpmh3x2:hover{background:var(--rwwhsl1k)}.uv_plus_1gpmh3x2:last-child{border-radius:0 0 var(--rwwhsl85) var(--rwwhsl85)}.uv_plus_1gpmh3x2:not(:first-child){border-top:1px solid var(--rwwhsl1v)}.uv_plus_1gpmh3x2 .uv_plus_1gpmh3x1{background:var(--rwwhsl1r)}.uv_plus_1gpmh3x2:hover .uv_plus_1gpmh3x1{background:none}.uv_plus_1gpmh3x3{height:100%}.uv_plus_1gpmh3x4{background:var(--rwwhsl1i);border:1px solid var(--rwwhsl1v);border-radius:var(--rwwhsl85);min-width:0}.uv_plus_1gpmh3x5{padding:var(--rwwhsl9w)}.uv_plus_1gpmh3x5:not(:first-child){border-top:1px solid var(--rwwhsl1v)}.uv_plus_1gpmh3x6{border-radius:var(--rwwhsl85);height:32px;width:32px}.uv_plus_16zcyo50{align-items:center;display:flex;margin:0 var(--rwwhsla0)}.uv_plus_16zcyo51{justify-content:flex-start}.uv_plus_16zcyo52{justify-content:flex-end}.uv_plus_16zcyo53{margin-top:var(--rwwhsl9w);text-align:center}.uv_plus_16zcyo54{display:flex;margin-bottom:var(--rwwhsl9v)}.uv_plus_16zcyo55{flex-direction:row-reverse}.uv_plus_16zcyo56{flex-direction:row}.uv_plus_16zcyo57{border-radius:var(--rwwhsl85);margin:var(--rwwhsl9w);margin-bottom:0;padding:var(--rwwhsl9w)}.uv_plus_16zcyo58{background-color:var(--rwwhsl1l)}.uv_plus_16zcyo59{background-color:var(--rwwhsl5g)}.uv_plus_16zcyo5a{align-self:flex-end;display:flex}.uv_plus_16zcyo5b{width:100%}.uv_plus_16zcyo5c{background-color:var(--rwwhsl1l);height:var(--rwwhsl9c);margin-right:var(--rwwhsl9u)}@keyframes uv_plus_wizdzu0{30%{transform:translate3d(-5px,0,0) rotate(5deg)}60%{transform:translate3d(-4px,0,0)}90%{transform:translate3d(-1px,0,0) rotate(-5deg)}0%,10%,40%,80%,to{transform:translateZ(0) rotate(0)}}@keyframes uv_plus_wizdzu1{30%{transform:translate3d(0,5px,0) rotate(5deg)}60%{transform:translate3d(0,-6px,0)}90%{transform:translate3d(0,-2px,0)}0%,10%,40%,80%,to{transform:translateZ(0) rotate(0)}}.uv_plus_wizdzu2{cursor:pointer;height:88px;transition:transform 1s cubic-bezier(.19,1,.22,1);width:88px}.uv_plus_wizdzu2:hover,.uv_plus_wizdzu2:focus{transform:scale(1.2)}.uv_plus_wizdzu3{animation:uv_plus_wizdzu0 1s ease infinite}.uv_plus_wizdzu4{animation:uv_plus_wizdzu1 1s ease infinite}.uv_plus_wizdzu5{transform:scale(1.2)}.uv_plus_dkdfcq0{fill:currentcolor;vertical-align:middle}.uv_plus_dkdfcqe{height:var(--rwwhsl9f);min-height:var(--rwwhsl9f);min-width:var(--rwwhsl9f);width:var(--rwwhsl9f)}.uv_plus_dkdfcqf{height:var(--rwwhsl9d);min-height:var(--rwwhsl9d);min-width:var(--rwwhsl9d);width:var(--rwwhsl9d)}.uv_plus_dkdfcqg{height:var(--rwwhsl9c);min-height:var(--rwwhsl9c);min-width:var(--rwwhsl9c);width:var(--rwwhsl9c)}.uv_plus_dkdfcqh{height:var(--rwwhsl9h);min-height:var(--rwwhsl9h);min-width:var(--rwwhsl9h);width:var(--rwwhsl9h)}.uv_plus_dkdfcqi{height:var(--rwwhsl9a);min-height:var(--rwwhsl9a);min-width:var(--rwwhsl9a);width:var(--rwwhsl9a)}.uv_plus_dkdfcqj{height:var(--rwwhsl9l);min-height:var(--rwwhsl9l);min-width:var(--rwwhsl9l);width:var(--rwwhsl9l)}.uv_plus_dkdfcqk{fill:var(--rwwhsl5t)}.uv_plus_dkdfcql{fill:var(--rwwhsl6h)}.uv_plus_dkdfcqm{fill:var(--rwwhsl28)}.uv_plus_dkdfcqn{fill:var(--rwwhsl75)}.uv_plus_dkdfcqo{fill:var(--rwwhslj)}.uv_plus_dkdfcqp{fill:var(--rwwhsl7t)}.uv_plus_dkdfcqq{fill:var(--rwwhsl17)}.uv_plus_dkdfcqr{fill:currentColor}.uv_plus_dkdfcqs{fill:var(--rwwhsl5t)}.uv_plus_dkdfcqt{fill:var(--rwwhsl6h)}.uv_plus_dkdfcqu{fill:var(--rwwhsl2b)}.uv_plus_dkdfcqv{fill:var(--rwwhsl75)}.uv_plus_dkdfcqw{fill:var(--rwwhslj)}.uv_plus_dkdfcqx{fill:var(--rwwhsl7t)}.uv_plus_dkdfcqy{fill:var(--rwwhsl17)}.uv_plus_dkdfcqz{fill:currentColor}.uv_plus_dkdfcq10{fill:var(--rwwhsl5t)}.uv_plus_dkdfcq11{fill:var(--rwwhsl6h)}.uv_plus_dkdfcq12{fill:var(--rwwhsl2d)}.uv_plus_dkdfcq13{fill:var(--rwwhsl75)}.uv_plus_dkdfcq14{fill:var(--rwwhslj)}.uv_plus_dkdfcq15{fill:var(--rwwhsl7t)}.uv_plus_dkdfcq16{fill:var(--rwwhsl17)}.uv_plus_dkdfcq17{fill:currentColor}.uv_plus_dkdfcq18{fill:var(--rwwhsl5t)}.uv_plus_dkdfcq19{fill:var(--rwwhsl6h)}.uv_plus_dkdfcq1a{fill:var(--rwwhsl2h)}.uv_plus_dkdfcq1b{fill:var(--rwwhsl75)}.uv_plus_dkdfcq1c{fill:var(--rwwhslj)}.uv_plus_dkdfcq1d{fill:var(--rwwhsl7t)}.uv_plus_dkdfcq1e{fill:var(--rwwhsl17)}.uv_plus_dkdfcq1f{fill:currentColor}.uv_plus_dkdfcq1g{fill:var(--rwwhsl5s)}.uv_plus_dkdfcq1h{fill:var(--rwwhsl6g)}.uv_plus_dkdfcq1i{fill:var(--rwwhsl27)}.uv_plus_dkdfcq1j{fill:var(--rwwhsl74)}.uv_plus_dkdfcq1k{fill:var(--rwwhsli)}.uv_plus_dkdfcq1l{fill:var(--rwwhsl7s)}.uv_plus_dkdfcq1m{fill:var(--rwwhsl16)}.uv_plus_dkdfcq1n{fill:currentColor}.uv_plus_dkdfcq1o{fill:var(--rwwhsl5s)}.uv_plus_dkdfcq1p{fill:var(--rwwhsl6g)}.uv_plus_dkdfcq1q{fill:var(--rwwhsl2a)}.uv_plus_dkdfcq1r{fill:var(--rwwhsl74)}.uv_plus_dkdfcq1s{fill:var(--rwwhsli)}.uv_plus_dkdfcq1t{fill:var(--rwwhsl7s)}.uv_plus_dkdfcq1u{fill:var(--rwwhsl16)}.uv_plus_dkdfcq1v{fill:currentColor}.uv_plus_dkdfcq1w{fill:var(--rwwhsl5s)}.uv_plus_dkdfcq1x{fill:var(--rwwhsl6g)}.uv_plus_dkdfcq1y{fill:var(--rwwhsl2c)}.uv_plus_dkdfcq1z{fill:var(--rwwhsl74)}.uv_plus_dkdfcq20{fill:var(--rwwhsli)}.uv_plus_dkdfcq21{fill:var(--rwwhsl7s)}.uv_plus_dkdfcq22{fill:var(--rwwhsl16)}.uv_plus_dkdfcq23{fill:currentColor}.uv_plus_dkdfcq24{fill:var(--rwwhsl5s)}.uv_plus_dkdfcq25{fill:var(--rwwhsl6g)}.uv_plus_dkdfcq26{fill:var(--rwwhsl2g)}.uv_plus_dkdfcq27{fill:var(--rwwhsl74)}.uv_plus_dkdfcq28{fill:var(--rwwhsli)}.uv_plus_dkdfcq29{fill:var(--rwwhsl7s)}.uv_plus_dkdfcq2a{fill:var(--rwwhsl16)}.uv_plus_dkdfcq2b{fill:currentColor}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq3 .uv_plus_dkdfcq7 .uv_plus_dkdfcq1g .fillStroke{fill:none;stroke:var(--rwwhsl5s)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq3 .uv_plus_dkdfcq8 .uv_plus_dkdfcq1h .fillStroke{fill:none;stroke:var(--rwwhsl6g)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq3 .uv_plus_dkdfcq9 .uv_plus_dkdfcq1i .fillStroke{fill:none;stroke:var(--rwwhsl27)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq3 .uv_plus_dkdfcqa .uv_plus_dkdfcq1j .fillStroke{fill:none;stroke:var(--rwwhsl74)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq3 .uv_plus_dkdfcqb .uv_plus_dkdfcq1k .fillStroke{fill:none;stroke:var(--rwwhsli)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq3 .uv_plus_dkdfcqc .uv_plus_dkdfcq1l .fillStroke{fill:none;stroke:var(--rwwhsl7s)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq3 .uv_plus_dkdfcqd .uv_plus_dkdfcq1m .fillStroke{fill:none;stroke:var(--rwwhsl16)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq4 .uv_plus_dkdfcq7 .uv_plus_dkdfcq1o .fillStroke{fill:none;stroke:var(--rwwhsl5s)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq4 .uv_plus_dkdfcq8 .uv_plus_dkdfcq1p .fillStroke{fill:none;stroke:var(--rwwhsl6g)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq4 .uv_plus_dkdfcq9 .uv_plus_dkdfcq1q .fillStroke{fill:none;stroke:var(--rwwhsl2a)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq4 .uv_plus_dkdfcqa .uv_plus_dkdfcq1r .fillStroke{fill:none;stroke:var(--rwwhsl74)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq4 .uv_plus_dkdfcqb .uv_plus_dkdfcq1s .fillStroke{fill:none;stroke:var(--rwwhsli)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq4 .uv_plus_dkdfcqc .uv_plus_dkdfcq1t .fillStroke{fill:none;stroke:var(--rwwhsl7s)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq4 .uv_plus_dkdfcqd .uv_plus_dkdfcq1u .fillStroke{fill:none;stroke:var(--rwwhsl16)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq5 .uv_plus_dkdfcq7 .uv_plus_dkdfcq1w .fillStroke{fill:none;stroke:var(--rwwhsl5s)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq5 .uv_plus_dkdfcq8 .uv_plus_dkdfcq1x .fillStroke{fill:none;stroke:var(--rwwhsl6g)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq5 .uv_plus_dkdfcq9 .uv_plus_dkdfcq1y .fillStroke{fill:none;stroke:var(--rwwhsl2c)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq5 .uv_plus_dkdfcqa .uv_plus_dkdfcq1z .fillStroke{fill:none;stroke:var(--rwwhsl74)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq5 .uv_plus_dkdfcqb .uv_plus_dkdfcq20 .fillStroke{fill:none;stroke:var(--rwwhsli)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq5 .uv_plus_dkdfcqc .uv_plus_dkdfcq21 .fillStroke{fill:none;stroke:var(--rwwhsl7s)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq5 .uv_plus_dkdfcqd .uv_plus_dkdfcq22 .fillStroke{fill:none;stroke:var(--rwwhsl16)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq6 .uv_plus_dkdfcq7 .uv_plus_dkdfcq24 .fillStroke{fill:none;stroke:var(--rwwhsl5s)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq6 .uv_plus_dkdfcq8 .uv_plus_dkdfcq25 .fillStroke{fill:none;stroke:var(--rwwhsl6g)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq6 .uv_plus_dkdfcq9 .uv_plus_dkdfcq26 .fillStroke{fill:none;stroke:var(--rwwhsl2g)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq6 .uv_plus_dkdfcqa .uv_plus_dkdfcq27 .fillStroke{fill:none;stroke:var(--rwwhsl74)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq6 .uv_plus_dkdfcqb .uv_plus_dkdfcq28 .fillStroke{fill:none;stroke:var(--rwwhsli)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq6 .uv_plus_dkdfcqc .uv_plus_dkdfcq29 .fillStroke{fill:none;stroke:var(--rwwhsl7s)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq6 .uv_plus_dkdfcqd .uv_plus_dkdfcq2a .fillStroke{fill:none;stroke:var(--rwwhsl16)}.uv_plus_1fq6cbr0{height:var(--rwwhsl9k);min-width:var(--rwwhsl9k);width:var(--rwwhsl9k)}.uv_plus_1fq6cbr1{height:var(--rwwhsl9j);min-width:var(--rwwhsl9j);width:var(--rwwhsl9j)}.uv_plus_1fq6cbr2{height:var(--rwwhsl9h);min-width:var(--rwwhsl9h);width:var(--rwwhsl9h)}.uv_plus_1fq6cbr3{height:var(--rwwhsl9n);min-width:var(--rwwhsl9n);width:var(--rwwhsl9n)}.uv_plus_1fq6cbr4{height:var(--rwwhsl9f);min-width:var(--rwwhsl9f);width:var(--rwwhsl9f)}.uv_plus_1fq6cbr9 .fillWeak{fill:var(--rwwhsl4k)}.uv_plus_1fq6cbr9 g.fillWeak>*{fill:var(--rwwhsl4k)}.uv_plus_1fq6cbr9 path[fill].fillWeak{fill:var(--rwwhsl4k)}.uv_plus_1fq6cbr5 .fillWeak{fill:var(--rwwhsl4j)}.uv_plus_1fq6cbr5 g.fillWeak>*{fill:var(--rwwhsl4j)}.uv_plus_1fq6cbr5 path[fill].fillWeak{fill:var(--rwwhsl4j)}.uv_plus_1fq6cbra .fillWeak{fill:var(--rwwhsl48)}.uv_plus_1fq6cbra g.fillWeak>*{fill:var(--rwwhsl48)}.uv_plus_1fq6cbra path[fill].fillWeak{fill:var(--rwwhsl48)}.uv_plus_1fq6cbr6 .fillWeak{fill:var(--rwwhsl47)}.uv_plus_1fq6cbr6 g.fillWeak>*{fill:var(--rwwhsl47)}.uv_plus_1fq6cbr6 path[fill].fillWeak{fill:var(--rwwhsl47)}.uv_plus_1fq6cbrb .fillWeak{fill:var(--rwwhsl4q)}.uv_plus_1fq6cbrb g.fillWeak>*{fill:var(--rwwhsl4q)}.uv_plus_1fq6cbrb path[fill].fillWeak{fill:var(--rwwhsl4q)}.uv_plus_1fq6cbr7 .fillWeak{fill:var(--rwwhsl4p)}.uv_plus_1fq6cbr7 g.fillWeak>*{fill:var(--rwwhsl4p)}.uv_plus_1fq6cbr7 path[fill].fillWeak{fill:var(--rwwhsl4p)}.uv_plus_1fq6cbrc .fillWeak{fill:var(--rwwhsl4e)}.uv_plus_1fq6cbrc g.fillWeak>*{fill:var(--rwwhsl4e)}.uv_plus_1fq6cbrc path[fill].fillWeak{fill:var(--rwwhsl4e)}.uv_plus_1fq6cbr8 .fillWeak{fill:var(--rwwhsl4d)}.uv_plus_1fq6cbr8 g.fillWeak>*{fill:var(--rwwhsl4d)}.uv_plus_1fq6cbr8 path[fill].fillWeak{fill:var(--rwwhsl4d)}.uv_plus_1fq6cbr9 .fillStrong{fill:var(--rwwhsl4i)}.uv_plus_1fq6cbr9 g.fillStrong>*{fill:var(--rwwhsl4i)}.uv_plus_1fq6cbr9 path[fill].fillStrong{fill:var(--rwwhsl4i)}.uv_plus_1fq6cbr5 .fillStrong{fill:var(--rwwhsl4h)}.uv_plus_1fq6cbr5 g.fillStrong>*{fill:var(--rwwhsl4h)}.uv_plus_1fq6cbr5 path[fill].fillStrong{fill:var(--rwwhsl4h)}.uv_plus_1fq6cbra .fillStrong{fill:var(--rwwhsl46)}.uv_plus_1fq6cbra g.fillStrong>*{fill:var(--rwwhsl46)}.uv_plus_1fq6cbra path[fill].fillStrong{fill:var(--rwwhsl46)}.uv_plus_1fq6cbr6 .fillStrong{fill:var(--rwwhsl45)}.uv_plus_1fq6cbr6 g.fillStrong>*{fill:var(--rwwhsl45)}.uv_plus_1fq6cbr6 path[fill].fillStrong{fill:var(--rwwhsl45)}.uv_plus_1fq6cbrb .fillStrong{fill:var(--rwwhsl4o)}.uv_plus_1fq6cbrb g.fillStrong>*{fill:var(--rwwhsl4o)}.uv_plus_1fq6cbrb path[fill].fillStrong{fill:var(--rwwhsl4o)}.uv_plus_1fq6cbr7 .fillStrong{fill:var(--rwwhsl4n)}.uv_plus_1fq6cbr7 g.fillStrong>*{fill:var(--rwwhsl4n)}.uv_plus_1fq6cbr7 path[fill].fillStrong{fill:var(--rwwhsl4n)}.uv_plus_1fq6cbrc .fillStrong{fill:var(--rwwhsl4c)}.uv_plus_1fq6cbrc g.fillStrong>*{fill:var(--rwwhsl4c)}.uv_plus_1fq6cbrc path[fill].fillStrong{fill:var(--rwwhsl4c)}.uv_plus_1fq6cbr8 .fillStrong{fill:var(--rwwhsl4b)}.uv_plus_1fq6cbr8 g.fillStrong>*{fill:var(--rwwhsl4b)}.uv_plus_1fq6cbr8 path[fill].fillStrong{fill:var(--rwwhsl4b)}.uv_plus_1fq6cbr9 .fill{fill:var(--rwwhsl4g)}.uv_plus_1fq6cbr9 g.fill>*{fill:var(--rwwhsl4g)}.uv_plus_1fq6cbr9 path[fill].fill{fill:var(--rwwhsl4g)}.uv_plus_1fq6cbr5 .fill{fill:var(--rwwhsl4f)}.uv_plus_1fq6cbr5 g.fill>*{fill:var(--rwwhsl4f)}.uv_plus_1fq6cbr5 path[fill].fill{fill:var(--rwwhsl4f)}.uv_plus_1fq6cbra .fill{fill:var(--rwwhsl44)}.uv_plus_1fq6cbra g.fill>*{fill:var(--rwwhsl44)}.uv_plus_1fq6cbra path[fill].fill{fill:var(--rwwhsl44)}.uv_plus_1fq6cbr6 .fill{fill:var(--rwwhsl43)}.uv_plus_1fq6cbr6 g.fill>*{fill:var(--rwwhsl43)}.uv_plus_1fq6cbr6 path[fill].fill{fill:var(--rwwhsl43)}.uv_plus_1fq6cbrb .fill{fill:var(--rwwhsl4m)}.uv_plus_1fq6cbrb g.fill>*{fill:var(--rwwhsl4m)}.uv_plus_1fq6cbrb path[fill].fill{fill:var(--rwwhsl4m)}.uv_plus_1fq6cbr7 .fill{fill:var(--rwwhsl4l)}.uv_plus_1fq6cbr7 g.fill>*{fill:var(--rwwhsl4l)}.uv_plus_1fq6cbr7 path[fill].fill{fill:var(--rwwhsl4l)}.uv_plus_1fq6cbrc .fill{fill:var(--rwwhsl4a)}.uv_plus_1fq6cbrc g.fill>*{fill:var(--rwwhsl4a)}.uv_plus_1fq6cbrc path[fill].fill{fill:var(--rwwhsl4a)}.uv_plus_1fq6cbr8 .fill{fill:var(--rwwhsl49)}.uv_plus_1fq6cbr8 g.fill>*{fill:var(--rwwhsl49)}.uv_plus_1fq6cbr8 path[fill].fill{fill:var(--rwwhsl49)}.uv_plus_1ko5kn21{max-width:var(--uv_plus_1ko5kn20)}.uv_plus_1ko5kn22{margin-right:var(--rwwhsl9u);width:15px}.uv_plus_1ko5kn24{margin-left:var(--rwwhsla4)}.uv_plus_1ko5kn25{align-items:center;display:flex;flex-direction:row;justify-content:space-between;min-height:var(--rwwhsl9l);padding-bottom:var(--rwwhsl9u);padding-top:var(--rwwhsl9u);-webkit-box-pack:justify}.uv_plus_1ko5kn26{display:flex;flex-direction:column;height:var(--rwwhsl9k);justify-content:center;-webkit-box-pack:center}.uv_plus_1ko5kn27{animation:.8s uv_15brg2b3}.uv_plus_1ko5kn29{animation:uv_15brg2b3 .8s}.uv_plus_1ko5kn2a{text-align:right}.uv_plus_1ko5kn2b{display:flex;flex-direction:column;height:var(--rwwhsl9k);justify-content:center;text-align:initial;-webkit-box-pack:center}.uv_plus_1ko5kn2c{align-self:center;margin-left:var(--rwwhsl9u)}.uv_plus_1ko5kn2d{margin-left:var(--rwwhsl9u)}.uv_plus_1ko5kn2e{max-width:75%}.uv_plus_1ko5kn2f{vertical-align:text-top}.uv_plus_1ko5kn2g{text-decoration-color:var(--rwwhsl7m);text-decoration-line:line-through}.uv_plus_1ko5kn2h{align-items:center;color:var(--rwwhsl2m);font-size:16px;margin-right:var(--rwwhsla4);max-width:500px}.uv_plus_1ko5kn2i{display:inline-flex}.uv_plus_1ko5kn2j{display:flex}.uv_plus_1ko5kn2n{color:var(--rwwhsl2j);display:block;font-size:14px;line-height:8}.uv_plus_1ko5kn2o{align-items:center;color:var(--rwwhsl2m);display:inline-flex;font-weight:500;margin-right:4px}.uv_plus_1ko5kn2p{font-size:24px}.uv_plus_1ko5kn2q{font-size:16px;text-transform:capitalize}.uv_plus_1ko5kn2r,.uv_plus_1ko5kn2s{font-size:16px}.uv_plus_1ko5kn2t{-moz-appearance:textfield}.uv_plus_1ko5kn2t::-webkit-inner-spin-button,.uv_plus_1ko5kn2t::webkit-outer-spin-button{margin:0;-webkit-appearance:none}.uv_plus_sk5tga2{margin-right:var(--rwwhsl9u);width:15px}.uv_plus_sk5tga3{border:1px solid var(--rwwhsl1v);width:100%}.uv_plus_sk5tga4{border-radius:4px}.uv_plus_sk5tga5{border-radius:4px 4px 0}.uv_plus_sk5tga6{border-radius:4px;margin-top:var(--rwwhsl9v)}.uv_plus_sk5tga3>*{margin-top:0}.uv_plus_sk5tga3>*+*{margin-top:var(--rwwhsl9v)}.uv_plus_sk5tga7{background-color:var(--rwwhsl1i)}.uv_plus_sk5tga8{background-color:var(--rwwhsl1r);border-left:1px solid var(--rwwhsl1v);min-width:126px;width:30%}.uv_plus_sk5tga9{min-width:230px;padding-left:var(--uv_plus_sk5tga0);padding-right:var(--rwwhsl9v);position:relative;width:70%}.uv_plus_sk5tgaa:before{content:"";border-bottom:1px solid var(--rwwhsl1v);bottom:0;height:1px;left:0;margin-left:var(--rwwhsl9v);position:absolute;width:calc(100% - 32px)}.uv_plus_sk5tgab{background:var(--rwwhsl5g)}.uv_plus_sk5tgac{background-color:var(--rwwhsl5g);border-color:var(--rwwhsl1v);border-radius:0 0 var(--rwwhsl85) var(--rwwhsl85);border-right:none;border-style:solid;border-width:0 1px 1px 1px;height:var(--rwwhsl9l);min-width:126px;width:30%}.uv_plus_sk5tgad{border-radius:0 0 var(--rwwhsl85) var(--rwwhsl85);border-right:1px solid var(--rwwhsl1v);margin:0;width:100%}.uv_plus_sk5tgae{align-items:center;color:var(--rwwhsl2j);display:flex;font-size:18px;font-weight:500;margin:0;padding:var(--rwwhsl9v)}.uv_plus_sk5tgaf{width:70%}.uv_plus_sk5tgag{align-items:start;float:right;max-width:200px;padding:var(--rwwhsl9v);text-align:left}.uv_plus_sk5tgah{position:absolute;top:calc(50% - 16px)}.uv_plus_sk5tgai{margin-left:-185px}.uv_plus_sk5tgaj{margin-left:-115px}.uv_plus_sk5tgak{border-left:1px solid var(--rwwhsl1v);min-width:200px;padding:0 24px}.uv_plus_sk5tgak:first-of-type,.uv_plus_sk5tgak:last-child{border:0}.uv_plus_sk5tgal{display:none}.uv_plus_sk5tgam{border:0}.uv_plus_sk5tgao{display:inline-block;font-size:12px;height:var(--rwwhsl9f);line-height:18;margin-right:var(--rwwhsl9u)}.uv_plus_sk5tgap{margin-top:var(--rwwhsl9w)}.uv_plus_sk5tgaq{margin-left:var(--rwwhsl9v);text-align:right}.uv_plus_sk5tgar{text-align:right}.uv_plus_sk5tgas{margin-right:var(--rwwhsl9u)}.uv_plus_sk5tgat{padding:0}.uv_plus_sk5tgau{background-color:var(--rwwhsl1i);display:flex;height:120px;justify-content:center;left:0;margin:var(--uv_plus_sk5tga1);position:fixed;right:0;transition:bottom .3s,box-shadow .3s;z-index:1}.uv_plus_sk5tgav{bottom:0;box-shadow:var(--rwwhsl8c)}.uv_plus_sk5tgaw{bottom:-120px;box-shadow:0}.uv_plus_sk5tgax{display:flex;flex-direction:row;justify-content:center;list-style:none;margin:0;padding:var(--rwwhsl9w) 0}.uv_plus_sk5tgay{display:flex;min-width:158px;padding:12px 0}.uv_plus_sk5tgaz{display:none}.uv_plus_sk5tga11{background:var(--rwwhsl1r);padding:var(--rwwhsl9v)}.uv_plus_sk5tga12{align-items:center;display:flex;flex-direction:row;gap:var(--rwwhsl9u);justify-content:center}@media(max-width:1800px){.uv_plus_sk5tgan{display:none}}.uv_plus_5imqkb0{padding:var(--rwwhsl9v);text-align:left}.uv_plus_h6pvpm1{align-items:start;display:flex;flex-direction:column;font-size:var(--rwwhsla9);line-height:var(--rwwhslac);margin:0;width:100%}.uv_plus_h6pvpm2{border-bottom:1px var(--rwwhsl1v) solid;padding-block:var(--rwwhsl9v);width:var(--uv_plus_h6pvpm0)}.uv_plus_h6pvpm2:first-of-type{padding-top:0}.uv_plus_h6pvpm2:last-of-type{border-bottom-color:transparent;padding-bottom:0}.uv_plus_h6pvpm2>*:not(:last-child){padding-right:var(--rwwhsl9v)}.uv_plus_h6pvpm3{align-items:center;color:var(--rwwhsl2m);display:inline-flex;font-weight:var(--rwwhslbg);min-width:0}.uv_plus_h6pvpm4{color:var(--rwwhsl2j);margin:0;min-width:0;width:100%}.uv_plus_h6pvpm5{display:inline-block;min-width:0;width:100%}.uv_plus_h6pvpm5>*{align-items:center;display:inline-flex;margin-right:var(--rwwhsl9u)}@keyframes uv_plus_1ngtn5a0{0%{max-height:50px}to{max-height:32px}}@keyframes uv_plus_1ngtn5a1{0%{margin-bottom:-8px;max-height:0;opacity:0}to{margin-bottom:0;max-height:40px;opacity:1}}.uv_plus_nytpcy0{height:calc(var(--rwwhslau) + var(--rwwhsl9u));padding-bottom:var(--rwwhsl9u);padding-left:var(--rwwhsl9u);transition:opacity .25s ease-in-out,height .25s ease-in-out}.uv_plus_nytpcy1{animation:uv_plus_1ngtn5a1 .25s ease-in-out reverse}.uv_plus_nytpcy2{animation:uv_plus_1ngtn5a1 .25s ease-in-out}.uv_plus_nytpcy4{padding-top:var(--rwwhsl9u)}.uv_plus_nytpcy5{border-top:2px solid;border-color:transparent;height:2px;left:0;padding:var(--rwwhsla4) 0;position:absolute;right:0;top:0}.uv_plus_nytpcy5:before{content:"";border:3px solid;border-color:inherit;border-radius:var(--rwwhsl84);height:0;left:0;position:absolute;top:-4px;width:0}.uv_plus_nytpcy6{position:relative}.uv_plus_nytpcy7{padding:var(--rwwhsl9u) 0}.uv_plus_nytpcy8{margin-left:var(--rwwhsla4);padding-left:var(--rwwhsl9x)}.uv_plus_nytpcy9{margin:var(--rwwhsl9v) calc(var(--rwwhsl9v) * -1);flex-shrink:0}.uv_plus_nytpcya{height:100%}.uv_plus_x6an4g0{width:180px}.uv_plus_x6an4g1{position:relative}.uv_plus_x6an4g2{padding-left:var(--rwwhsl9u)}.uv_plus_x6an4g3{border-radius:var(--rwwhsl85);bottom:0;margin:auto 0;padding:var(--rwwhsla5);position:absolute;top:0}.uv_plus_x6an4g4:hover{background:var(--rwwhsl5i)}.uv_plus_x6an4g5:hover{background:var(--rwwhsl1u)}.uv_plus_x6an4g6{text-align:left}.uv_plus_x6an4g8{background-color:inherit;border:none;border-radius:var(--rwwhsl85);color:inherit;margin-top:var(--rwwhsla5);padding:calc(var(--rwwhsla5) + var(--rwwhsla4)) var(--rwwhsl9u);text-align:left;text-decoration:none;width:100%}.uv_plus_x6an4ga{background-color:unset;cursor:not-allowed}.uv_plus_x6an4gb{background-color:var(--rwwhsl1k)}.uv_plus_x6an4gc{background-color:var(--rwwhsl5g)}.uv_plus_x6an4gc:hover{background-color:var(--rwwhsl5i)}.uv_plus_x6an4gd{cursor:pointer}.uv_plus_x6an4ge{padding:var(--rwwhsla4) var(--rwwhsl9u)}.uv_plus_x6an4gf:active{background-color:var(--rwwhsl1k)}.uv_plus_x6an4gg{background-color:var(--rwwhsl1u)}.uv_plus_x6an4gh:hover,.uv_plus_x6an4gh:focus{background-color:var(--rwwhsl1r)}.uv_plus_x6an4gi{animation:uv_plus_1ngtn5a0 .25s ease-in-out}.uv_plus_x6an4gj{animation:uv_plus_1ngtn5a0 .25s ease-in-out reverse}.uv_plus_x6an4gn{cursor:grab;margin:0 var(--rwwhsla5);opacity:0}.uv_plus_x6an4gk:hover .uv_plus_x6an4gn,.uv_plus_x6an4gk:focus .uv_plus_x6an4gn,.uv_plus_x6an4gk:active .uv_plus_x6an4gn{opacity:1}.uv_plus_x6an4go{display:-webkit-box;overflow:hidden;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2}.uv_plus_x6an4gm:hover .uv_plus_x6an4go{color:var(--rwwhsl2u)}.uv_plus_x6an4gp{color:var(--rwwhsl2t)}.uv_plus_x6an4gq{color:var(--rwwhsl2u)}.uv_plus_x6an4g6:hover .uv_plus_x6an4gr,.uv_plus_x6an4g6:focus .uv_plus_x6an4gr,.uv_plus_x6an4g6:active .uv_plus_x6an4gr{opacity:1}.uv_plus_x6an4g7:hover .uv_plus_x6an4gr,.uv_plus_x6an4g7:focus .uv_plus_x6an4gr,.uv_plus_x6an4g7:active .uv_plus_x6an4gr{opacity:0}.uv_plus_x6an4gl:hover .uv_plus_x6an4gr,.uv_plus_x6an4gl:active .uv_plus_x6an4gr,.uv_plus_x6an4gl:focus .uv_plus_x6an4gr{opacity:0}.uv_plus_x6an4gs{inset:0 0 0 -24px;margin:auto;opacity:0;pointer-events:visible;position:absolute;visibility:visible}.uv_plus_x6an4gs:hover,.uv_plus_x6an4gs:focus,.uv_plus_x6an4gs:active{opacity:1;pointer-events:auto}.uv_plus_x6an4g6:hover .uv_plus_x6an4gs,.uv_plus_x6an4g6:focus .uv_plus_x6an4gs,.uv_plus_x6an4g6:active .uv_plus_x6an4gs{opacity:1;pointer-events:auto}.uv_plus_x6an4gl:hover .uv_plus_x6an4gs,.uv_plus_x6an4gl:active .uv_plus_x6an4gs,.uv_plus_x6an4gl:focus .uv_plus_x6an4gs{opacity:1;pointer-events:auto}.uv_plus_x6an4gt{animation:uv_15brg2b7 .25s ease-in-out reverse}.uv_plus_x6an4gu{animation:uv_15brg2b7 .25s ease-in-out}.uv_plus_x6an4gv{margin-top:var(--rwwhsla5);padding:0 var(--rwwhsl9v);width:fit-content}.uv_plus_x6an4gw{padding-top:var(--rwwhsla4)}.uv_plus_x6an4gx{min-width:20px}.uv_plus_x6an4gy{padding-left:28px}.uv_plus_x6an4gz{display:none}.uv_plus_19x50fv0{background:var(--rwwhsl1i);border-top:1px solid var(--rwwhsl24);box-shadow:var(--rwwhsl8c);display:flex;justify-content:flex-end;padding:var(--rwwhsl9u) var(--rwwhsl9v);transition:justify-content .25s ease-in-out,box-shadow .23s ease-in-out;width:100%}.uv_plus_19x50fv1{border:none;box-shadow:none}.uv_plus_19x50fv2{background:var(--rwwhsl1i)}.uv_plus_19x50fv3{height:22px;margin:var(--rwwhsl9w) var(--rwwhsl9w) var(--rwwhsl9v) var(--rwwhsl9w);max-width:220px;overflow:hidden}.uv_plus_19x50fv4{border-right:1px solid var(--rwwhsl24);display:flex;flex-direction:row;position:relative}.uv_plus_19x50fv5{background:var(--rwwhsl1i);display:flex;flex-direction:column;width:var(--uv_plus_1rde5pt0)}.uv_plus_19x50fv6{transition:width .25s ease-in-out;width:67px}.uv_plus_19x50fv7{transition:width .25s ease-in-out;width:var(--uv_plus_1rde5pt0)}.uv_plus_19x50fv9{width:67px}.uv_plus_19x50fva{max-width:320px;min-width:220px}.uv_plus_19x50fvb{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.uv_plus_19x50fvc{align-items:center}.uv_plus_19x50fvd{flex-grow:1;overflow-x:hidden;overflow-y:auto;padding:var(--rwwhsl9v)}.uv_plus_19x50fve{background:transparent;border-right:2px solid transparent;bottom:0;cursor:col-resize;display:flex;position:absolute;right:0;top:0;width:6px}.uv_plus_19x50fve:hover{border-color:var(--rwwhsl5m)}.uv_plus_1wcpahp1 td:first-child,.uv_plus_1wcpahp1 th:first-child{max-width:var(--rwwhsl9l);min-width:var(--rwwhsl9l);width:var(--rwwhsl9l)}.uv_plus_1wcpahp2{background:var(--rwwhsl1r);border-radius:0 0 var(--rwwhsl85) var(--rwwhsl85);cursor:auto;display:table-row;position:relative;vertical-align:middle;width:100%}.uv_plus_1wcpahp2 td,.uv_plus_1wcpahp2 td:first-child,.uv_plus_1wcpahp2 td:last-child{border-bottom:1px solid transparent;transition:box-shadow .2s ease,border-color .2s ease}.uv_plus_1wcpahp3{border:1px solid var(--rwwhsl1v);border-radius:0 0 var(--rwwhsl85) var(--rwwhsl85);border-top-color:transparent;margin-top:calc((var(--rwwhsl9v) * -1) - 1px);padding-block:var(--rwwhsla4);padding-inline:var(--rwwhsl9u);transition:border-color .2s ease}.uv_plus_1wcpahp4,.uv_plus_1wcpahp5{border:1px solid var(--rwwhsl1v)}.uv_plus_1wcpahp5.uv_plus_1wcpahp5{border-top:1px solid transparent}.uv_plus_1wcpahpd{background-color:var(--rwwhsl5g);color:var(--rwwhsl5y)}.uv_plus_1wcpahpe{background-color:var(--rwwhsl64);color:var(--rwwhsl6m)}.uv_plus_1wcpahpf{background-color:var(--rwwhsl1s);color:var(--rwwhsl2j)}.uv_plus_1wcpahpg{background-color:var(--rwwhsl6s);color:var(--rwwhsl7a)}.uv_plus_1wcpahph{background-color:var(--rwwhsl6);color:var(--rwwhslo)}.uv_plus_1wcpahpi{background-color:var(--rwwhsl7g);color:var(--rwwhsl7y)}.uv_plus_1wcpahpj{background-color:var(--rwwhslu);color:var(--rwwhsl1c)}.uv_plus_1wcpahpk{background-color:var(--rwwhsl5h);color:var(--rwwhsl5z)}.uv_plus_1wcpahpl{background-color:var(--rwwhsl65);color:var(--rwwhsl6n)}.uv_plus_1wcpahpm{background-color:var(--rwwhsl1r);color:var(--rwwhsl2k)}.uv_plus_1wcpahpn{background-color:var(--rwwhsl6t);color:var(--rwwhsl7b)}.uv_plus_1wcpahpo{background-color:var(--rwwhsl7);color:var(--rwwhslp)}.uv_plus_1wcpahpp{background-color:var(--rwwhsl7h);color:var(--rwwhsl7z)}.uv_plus_1wcpahpq{background-color:var(--rwwhslv);color:var(--rwwhsl1d)}.uv_plus_1wcpahpr{border:1px solid var(--rwwhsl5m);border-top-color:transparent}.uv_plus_1wcpahps{border-top-color:transparent}.uv_plus_1wcpahpt{border-top-left-radius:0;border-top-right-radius:0;height:fit-content;padding:0;width:100%}.uv_plus_1wcpahpu{border-radius:0 0 var(--rwwhsl85) var(--rwwhsl85);border-top:1px solid var(--rwwhsl1v);height:fit-content;padding-block:var(--rwwhsla4);padding-inline:var(--rwwhsl9u);width:100%}.uv_plus_1wcpahpu[aria-disabled=true]{background-color:var(--rwwhsl1j)}.uv_plus_1wcpahpv{background-color:var(--rwwhsl5g)}.uv_plus_1wcpahpw{background-color:var(--rwwhsl64)}.uv_plus_1wcpahpx{background-color:var(--rwwhsl1r)}.uv_plus_1wcpahpy{background-color:var(--rwwhsl6s)}.uv_plus_1wcpahpz{background-color:var(--rwwhsl6)}.uv_plus_1wcpahp10{background-color:var(--rwwhsl7g)}.uv_plus_1wcpahp11{background-color:var(--rwwhslu)}.uv_plus_1wcpahp12{left:var(--rwwhsl9y);position:absolute;transform:translateY(-160%)}.uv_plus_1wcpahp13{padding:0;width:32px}.uv_plus_1wcpahp13:first-of-type{padding-left:var(--rwwhsl9v)}.uv_plus_1wcpahp14{color:var(--rwwhsl5y)}.uv_plus_1wcpahp14 td,.uv_plus_1wcpahp14 td:first-child,.uv_plus_1wcpahp14 td:last-child{border-color:var(--rwwhsl5m)}.uv_plus_1wcpahp15 td:nth-child(2),.uv_plus_1wcpahp16 td:nth-child(3){font-weight:var(--rwwhslay)}.uv_plus_1wcpahp14[aria-expanded=true] td,.uv_plus_1wcpahp14[aria-expanded=true] td:first-child,.uv_plus_1wcpahp14[aria-expanded=true] td:last-child,.uv_plus_1wcpahp14[aria-expanded=true]+tr td{border-color:var(--rwwhsl5m)}.uv_plus_1wcpahp17 td,.uv_plus_1wcpahp17 td:first-child{border-bottom-left-radius:0}.uv_plus_1wcpahp17 td,.uv_plus_1wcpahp17 td:last-child{border-bottom-right-radius:0}.uv_plus_1wcpahp18{display:flex}.uv_plus_1wcpahp19{padding:var(--uv_plus_1wcpahp0)}.uv_plus_1wcpahp1a{white-space:pre-line}.uv_plus_1wcpahp1b{height:100%}.uv_plus_1q5g1ma0{background-color:var(--rwwhsl1r);height:100%;min-width:20rem}.uv_plus_1q5g1ma1{height:var(--rwwhsl9o);padding:var(--rwwhsl9w);padding-bottom:var(--rwwhsl9v)}.uv_plus_1q5g1ma3{border-bottom:1px solid var(--rwwhsl1v)}.uv_plus_1q5g1ma4{background-color:var(--rwwhsl1i)}.uv_plus_1q5g1ma5{border-top:1px solid var(--rwwhsl1v);padding:var(--rwwhsl9w)}.uv_plus_1q5g1ma6{background-color:var(--rwwhsl1i);max-width:12.5rem}.uv_plus_1q5g1ma7{height:100%;min-height:10rem;overflow-y:scroll;padding:var(--rwwhsl9w)}.uv_plus_1q5g1ma8{padding-left:var(--rwwhsl9u)}.uv_plus_1q5g1ma9:not(:last-child){border-bottom:1px solid var(--rwwhsl1v);padding-bottom:var(--rwwhsl9w)}.uv_plus_1q5g1maa{color:inherit;text-decoration:inherit;transition:color .25s ease-out}.uv_plus_1q5g1maa:hover{color:var(--rwwhsl1c)}.uv_plus_1q5g1mab{opacity:0;position:absolute;transform:translate(calc(-1 *var(--rwwhsl9v)));transition:opacity .25s ease-in-out}.uv_plus_1q5g1maa:hover>.uv_plus_1q5g1mab{opacity:1}.uv_plus_1q5g1mac{margin-top:var(--rwwhsla4)}.uv_plus_1q5g1mad{margin-top:var(--rwwhsla5)}@media(min-width:1440px){.uv_plus_1q5g1ma0{min-width:27.5rem}}.uv_plus_11wud800{cursor:pointer}.uv_plus_11wud801{border-collapse:separate;border-spacing:var(--rwwhsl9v) 0;height:1px;margin:0 calc(-1 * var(--rwwhsl9v));table-layout:fixed;width:calc(100% + var(--rwwhsl9x))}.uv_plus_11wud802{bottom:100%;left:50%;position:absolute;transform:translate(-50%) translateY(50%)}.uv_plus_11wud803{background-color:transparent;outline:none;padding:var(--rwwhsl9u);text-align:center}.uv_plus_11wud803:first-child{text-align:left}tbody .uv_plus_11wud803:not(:first-child){border:1px solid var(--rwwhsl1v);border-width:0 1px}tbody tr:last-child .uv_plus_11wud803{padding-bottom:var(--rwwhsl9x)}tbody tr:last-child .uv_plus_11wud803:not(:first-child){border:1px solid var(--rwwhsl1v);border-radius:0 0 var(--rwwhsl86) var(--rwwhsl86);border-width:0 1px 1px 1px}thead .uv_plus_11wud803{height:100%;padding-bottom:var(--rwwhsl9w);padding-top:var(--rwwhsl9x);position:relative;vertical-align:top}thead .uv_plus_11wud803:first-child{vertical-align:bottom}thead .uv_plus_11wud803:not(:first-child){border:1px solid var(--rwwhsl1v);border-radius:var(--rwwhsl86) var(--rwwhsl86) 0 0;border-width:1px 1px 0 1px}thead .uv_plus_11wud804:not(:first-child),tbody .uv_plus_11wud804:not(:first-child),tbody tr:last-child .uv_plus_11wud804:not(:first-child){border-color:var(--rwwhsl5m)}.uv_plus_11wud805{background-color:var(--rwwhsl1j)}thead .uv_plus_11wud806:not(:first-child),tbody .uv_plus_11wud806:not(:first-child),tbody tr:last-child .uv_plus_11wud806:not(:first-child){border-color:#00f;border-width:2px 2px 0 2px}.uv_plus_11wud807{display:none}.uv_plus_11wud808{padding-left:var(--rwwhsl9w);text-align:start}thead .uv_plus_11wud808{padding-left:var(--rwwhsl9u)}.uv_plus_11wud809{cursor:pointer}tbody .uv_plus_11wud80a{padding-bottom:var(--rwwhsl9z)}.uv_plus_11wud80b{display:none}.uv_plus_11wud80c{text-transform:uppercase}.uv_plus_11wud80d{left:0;opacity:0;position:absolute;top:0}.uv_plus_11wud80e{height:100%}.uv_plus_11wud80f{padding:var(--rwwhsl9u);width:100%}.uv_plus_11wud80g{width:100%}.uv_plus_11wud80h{align-items:center;display:flex;height:var(--rwwhsl9k)}.uv_plus_l0ny240{padding:0}.uv_plus_l0ny241{border-right:1px solid var(--rwwhsl1v);padding:var(--rwwhsl9w)}.uv_plus_l0ny242{min-width:0;padding:var(--rwwhsl9w);padding-top:var(--rwwhsl9x)}.uv_plus_l0ny243{display:flex;justify-content:right}.uv_plus_l0ny244{margin-bottom:var(--rwwhsl9w)}.uv_plus_l0ny245{cursor:pointer;text-decoration:underline;text-decoration-color:transparent;text-decoration-thickness:1px;text-underline-offset:2px;transition:text-decoration-color .25s ease-out}.uv_plus_l0ny245:active{text-decoration-thickness:2px}.uv_plus_l0ny245:hover{text-decoration:underline;text-decoration-thickness:1px}.uv_plus_l0ny246{align-items:center}.uv_plus_l0ny247{width:fit-content}
1
+ .uv_plus_1sui13x0{cursor:not-allowed}.uv_plus_1sui13x1{background-color:#252a3b;position:absolute;right:var(--rwwhsl9u);top:var(--rwwhsl9u)}.uv_plus_1sui13x1:hover{background-color:#303445}.uv_plus_1sui13x1 svg>path{fill:#fff}.uv_plus_1sui13x2{position:relative;width:100%}.uv_plus_1sui13x4{pointer-events:none;-webkit-user-select:none;user-select:none}.uv_plus_1sui13x2 .cm-editor{background-color:#252a3b;border:1px solid transparent;border-radius:var(--rwwhsla4);font-family:var(--rwwhsld8);font-size:var(--rwwhsld9)}.uv_plus_1sui13x2 .cm-editor.cm-focused{border:1px solid var(--rwwhsl5m);box-shadow:var(--rwwhsl8m);outline:none}.uv_plus_1sui13x2 .cm-content{padding-block:var(--rwwhsl9v)}.uv_plus_1sui13x2 .cm-gutters{background-color:#303445}.uv_plus_1sui13x2 .cm-lineNumbers{padding-left:var(--rwwhsl9u)}.uv_plus_1sui13x2 .cm-gutterElement{color:#545454}.uv_plus_1sui13x2 .cm-scroller{border-radius:var(--rwwhsla4)}.uv_plus_1sui13x4 .cm-editor{background-color:#1e2335;color:#484b5a}.uv_plus_1sui13x4 .cm-line span,.uv_plus_1sui13x4 .cm-gutter-Element{color:#484b5a}.uv_plus_1sui13x4 .cm-cursor{border-left-color:transparent;display:none}.uv_plus_1sui13x4 .cm-selectionMatch{background-color:transparent}.uv_plus_1sui13x4 .cm-selectionLayer{display:none}.uv_plus_1sui13x4 .cm-editor.cm-focused{border:1px solid transparent;box-shadow:none}@property --uv_plus_u4r1ts1{syntax: "*"; inherits: false; initial-value: auto;}@property --uv_plus_u4r1ts2{syntax: "*"; inherits: false; initial-value: auto;}.uv_plus_u4r1ts3:hover{border:1px solid var(--rwwhsl5o);box-shadow:var(--rwwhsl8c);cursor:pointer}.uv_plus_u4r1ts4{background:var(--rwwhsl1i);border:1px solid var(--rwwhsl1v);border-radius:var(--rwwhsl85);color:var(--rwwhsl2j);display:block;overflow-wrap:break-word;padding:0;text-align:left;text-decoration:none}.uv_plus_u4r1ts4[disabled]{cursor:not-allowed}.uv_plus_u4r1ts4[disabled]:hover{border:1px solid var(--rwwhsl1v);box-shadow:none}.uv_plus_u4r1ts5{background:var(--rwwhsl1r);border-radius:var(--rwwhsl85);display:flex;padding:var(--rwwhsl9u);width:fit-content}.uv_plus_u4r1ts6{padding:0 var(--rwwhsl9w) var(--rwwhsl9w) var(--rwwhsl9w)}.uv_plus_u4r1ts7{padding:var(--rwwhsl9w) var(--rwwhsl9w) var(--rwwhsl9w) 0}.uv_plus_u4r1ts8{height:fit-content}.uv_plus_u4r1ts9{padding:var(--rwwhsl9w) var(--rwwhsl9w) 0 var(--rwwhsl9w)}.uv_plus_u4r1tsa{padding:var(--rwwhsl9w)}.uv_plus_u4r1tsb{padding:var(--rwwhsl9w) 0 var(--rwwhsl9w) var(--rwwhsl9w)}.uv_plus_u4r1tsc{object-fit:cover}.uv_plus_u4r1tsc[data-disabled=true]{filter:grayscale(1)}.uv_plus_u4r1tsd{border-radius:var(--rwwhsl85) var(--rwwhsl85) 0 0}.uv_plus_u4r1tse{border-radius:var(--rwwhsl85) 0 0 var(--rwwhsl85);max-height:var(--uv_plus_u4r1ts0)}.uv_plus_u4r1tsf{height:100%}.uv_plus_u4r1tsg{height:var(--uv_plus_u4r1ts1);width:var(--uv_plus_u4r1ts2)}.uv_plus_u4r1tsh{border-radius:var(--rwwhsl85) var(--rwwhsl85) 0 0}.uv_plus_u4r1tsi{border-radius:var(--rwwhsl85) 0 0 var(--rwwhsl85)}.uv_plus_u4r1tsj{padding:var(--rwwhsl9w)}.uv_plus_1gpmh3x0{min-width:0}.uv_plus_1gpmh3x1{height:100%;padding:var(--rwwhsl9w);text-decoration:none}.uv_plus_1gpmh3x1:first-child{border-radius:var(--rwwhsl85) var(--rwwhsl85) 0 0}.uv_plus_1gpmh3x1:hover{background:var(--rwwhsl1k)}.uv_plus_1gpmh3x1:last-child{border-radius:0 0 var(--rwwhsl85) var(--rwwhsl85)}.uv_plus_1gpmh3x1:not(:first-child){border-top:1px solid var(--rwwhsl1v)}.uv_plus_1gpmh3x2{background:var(--rwwhsl1r);border-radius:var(--rwwhsl85);display:inline-flex;padding:var(--rwwhsl9u)}.uv_plus_1gpmh3x1:hover .uv_plus_1gpmh3x2{background:none}.uv_plus_1gpmh3x3{height:100%}.uv_plus_1gpmh3x4{background:var(--rwwhsl1i);border:1px solid var(--rwwhsl1v);border-radius:var(--rwwhsl85);min-width:0}.uv_plus_1gpmh3x5{padding:var(--rwwhsl9w)}.uv_plus_1gpmh3x5:not(:first-child){border-top:1px solid var(--rwwhsl1v)}.uv_plus_1gpmh3x6{border-radius:var(--rwwhsl85);height:32px;width:32px}.uv_plus_16zcyo50{align-items:center;display:flex;margin:0 var(--rwwhsla0)}.uv_plus_16zcyo51{justify-content:flex-start}.uv_plus_16zcyo52{justify-content:flex-end}.uv_plus_16zcyo53{margin-top:var(--rwwhsl9w);text-align:center}.uv_plus_16zcyo54{display:flex;margin-bottom:var(--rwwhsl9v)}.uv_plus_16zcyo55{flex-direction:row-reverse}.uv_plus_16zcyo56{flex-direction:row}.uv_plus_16zcyo57{border-radius:var(--rwwhsl85);margin:var(--rwwhsl9w);margin-bottom:0;padding:var(--rwwhsl9w)}.uv_plus_16zcyo58{background-color:var(--rwwhsl1l)}.uv_plus_16zcyo59{background-color:var(--rwwhsl5g)}.uv_plus_16zcyo5a{align-self:flex-end;display:flex}.uv_plus_16zcyo5b{width:100%}.uv_plus_16zcyo5c{background-color:var(--rwwhsl1l);height:var(--rwwhsl9c);margin-right:var(--rwwhsl9u)}@keyframes uv_plus_wizdzu0{30%{transform:translate3d(-5px,0,0) rotate(5deg)}60%{transform:translate3d(-4px,0,0)}90%{transform:translate3d(-1px,0,0) rotate(-5deg)}0%,10%,40%,80%,to{transform:translateZ(0) rotate(0)}}@keyframes uv_plus_wizdzu1{30%{transform:translate3d(0,5px,0) rotate(5deg)}60%{transform:translate3d(0,-6px,0)}90%{transform:translate3d(0,-2px,0)}0%,10%,40%,80%,to{transform:translateZ(0) rotate(0)}}.uv_plus_wizdzu2{cursor:pointer;height:88px;transition:transform 1s cubic-bezier(.19,1,.22,1);width:88px}.uv_plus_wizdzu2:hover,.uv_plus_wizdzu2:focus{transform:scale(1.2)}.uv_plus_wizdzu3{animation:uv_plus_wizdzu0 1s ease infinite}.uv_plus_wizdzu4{animation:uv_plus_wizdzu1 1s ease infinite}.uv_plus_wizdzu5{transform:scale(1.2)}.uv_plus_dkdfcq0{fill:currentcolor;vertical-align:middle}.uv_plus_dkdfcqe{height:var(--rwwhsl9f);min-height:var(--rwwhsl9f);min-width:var(--rwwhsl9f);width:var(--rwwhsl9f)}.uv_plus_dkdfcqf{height:var(--rwwhsl9d);min-height:var(--rwwhsl9d);min-width:var(--rwwhsl9d);width:var(--rwwhsl9d)}.uv_plus_dkdfcqg{height:var(--rwwhsl9c);min-height:var(--rwwhsl9c);min-width:var(--rwwhsl9c);width:var(--rwwhsl9c)}.uv_plus_dkdfcqh{height:var(--rwwhsl9h);min-height:var(--rwwhsl9h);min-width:var(--rwwhsl9h);width:var(--rwwhsl9h)}.uv_plus_dkdfcqi{height:var(--rwwhsl9a);min-height:var(--rwwhsl9a);min-width:var(--rwwhsl9a);width:var(--rwwhsl9a)}.uv_plus_dkdfcqj{height:var(--rwwhsl9l);min-height:var(--rwwhsl9l);min-width:var(--rwwhsl9l);width:var(--rwwhsl9l)}.uv_plus_dkdfcqk{fill:var(--rwwhsl5t)}.uv_plus_dkdfcql{fill:var(--rwwhsl6h)}.uv_plus_dkdfcqm{fill:var(--rwwhsl28)}.uv_plus_dkdfcqn{fill:var(--rwwhsl75)}.uv_plus_dkdfcqo{fill:var(--rwwhslj)}.uv_plus_dkdfcqp{fill:var(--rwwhsl7t)}.uv_plus_dkdfcqq{fill:var(--rwwhsl17)}.uv_plus_dkdfcqr{fill:currentColor}.uv_plus_dkdfcqs{fill:var(--rwwhsl5t)}.uv_plus_dkdfcqt{fill:var(--rwwhsl6h)}.uv_plus_dkdfcqu{fill:var(--rwwhsl2b)}.uv_plus_dkdfcqv{fill:var(--rwwhsl75)}.uv_plus_dkdfcqw{fill:var(--rwwhslj)}.uv_plus_dkdfcqx{fill:var(--rwwhsl7t)}.uv_plus_dkdfcqy{fill:var(--rwwhsl17)}.uv_plus_dkdfcqz{fill:currentColor}.uv_plus_dkdfcq10{fill:var(--rwwhsl5t)}.uv_plus_dkdfcq11{fill:var(--rwwhsl6h)}.uv_plus_dkdfcq12{fill:var(--rwwhsl2d)}.uv_plus_dkdfcq13{fill:var(--rwwhsl75)}.uv_plus_dkdfcq14{fill:var(--rwwhslj)}.uv_plus_dkdfcq15{fill:var(--rwwhsl7t)}.uv_plus_dkdfcq16{fill:var(--rwwhsl17)}.uv_plus_dkdfcq17{fill:currentColor}.uv_plus_dkdfcq18{fill:var(--rwwhsl5t)}.uv_plus_dkdfcq19{fill:var(--rwwhsl6h)}.uv_plus_dkdfcq1a{fill:var(--rwwhsl2h)}.uv_plus_dkdfcq1b{fill:var(--rwwhsl75)}.uv_plus_dkdfcq1c{fill:var(--rwwhslj)}.uv_plus_dkdfcq1d{fill:var(--rwwhsl7t)}.uv_plus_dkdfcq1e{fill:var(--rwwhsl17)}.uv_plus_dkdfcq1f{fill:currentColor}.uv_plus_dkdfcq1g{fill:var(--rwwhsl5s)}.uv_plus_dkdfcq1h{fill:var(--rwwhsl6g)}.uv_plus_dkdfcq1i{fill:var(--rwwhsl27)}.uv_plus_dkdfcq1j{fill:var(--rwwhsl74)}.uv_plus_dkdfcq1k{fill:var(--rwwhsli)}.uv_plus_dkdfcq1l{fill:var(--rwwhsl7s)}.uv_plus_dkdfcq1m{fill:var(--rwwhsl16)}.uv_plus_dkdfcq1n{fill:currentColor}.uv_plus_dkdfcq1o{fill:var(--rwwhsl5s)}.uv_plus_dkdfcq1p{fill:var(--rwwhsl6g)}.uv_plus_dkdfcq1q{fill:var(--rwwhsl2a)}.uv_plus_dkdfcq1r{fill:var(--rwwhsl74)}.uv_plus_dkdfcq1s{fill:var(--rwwhsli)}.uv_plus_dkdfcq1t{fill:var(--rwwhsl7s)}.uv_plus_dkdfcq1u{fill:var(--rwwhsl16)}.uv_plus_dkdfcq1v{fill:currentColor}.uv_plus_dkdfcq1w{fill:var(--rwwhsl5s)}.uv_plus_dkdfcq1x{fill:var(--rwwhsl6g)}.uv_plus_dkdfcq1y{fill:var(--rwwhsl2c)}.uv_plus_dkdfcq1z{fill:var(--rwwhsl74)}.uv_plus_dkdfcq20{fill:var(--rwwhsli)}.uv_plus_dkdfcq21{fill:var(--rwwhsl7s)}.uv_plus_dkdfcq22{fill:var(--rwwhsl16)}.uv_plus_dkdfcq23{fill:currentColor}.uv_plus_dkdfcq24{fill:var(--rwwhsl5s)}.uv_plus_dkdfcq25{fill:var(--rwwhsl6g)}.uv_plus_dkdfcq26{fill:var(--rwwhsl2g)}.uv_plus_dkdfcq27{fill:var(--rwwhsl74)}.uv_plus_dkdfcq28{fill:var(--rwwhsli)}.uv_plus_dkdfcq29{fill:var(--rwwhsl7s)}.uv_plus_dkdfcq2a{fill:var(--rwwhsl16)}.uv_plus_dkdfcq2b{fill:currentColor}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq3 .uv_plus_dkdfcq7 .uv_plus_dkdfcq1g .fillStroke{fill:none;stroke:var(--rwwhsl5s)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq3 .uv_plus_dkdfcq8 .uv_plus_dkdfcq1h .fillStroke{fill:none;stroke:var(--rwwhsl6g)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq3 .uv_plus_dkdfcq9 .uv_plus_dkdfcq1i .fillStroke{fill:none;stroke:var(--rwwhsl27)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq3 .uv_plus_dkdfcqa .uv_plus_dkdfcq1j .fillStroke{fill:none;stroke:var(--rwwhsl74)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq3 .uv_plus_dkdfcqb .uv_plus_dkdfcq1k .fillStroke{fill:none;stroke:var(--rwwhsli)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq3 .uv_plus_dkdfcqc .uv_plus_dkdfcq1l .fillStroke{fill:none;stroke:var(--rwwhsl7s)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq3 .uv_plus_dkdfcqd .uv_plus_dkdfcq1m .fillStroke{fill:none;stroke:var(--rwwhsl16)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq4 .uv_plus_dkdfcq7 .uv_plus_dkdfcq1o .fillStroke{fill:none;stroke:var(--rwwhsl5s)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq4 .uv_plus_dkdfcq8 .uv_plus_dkdfcq1p .fillStroke{fill:none;stroke:var(--rwwhsl6g)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq4 .uv_plus_dkdfcq9 .uv_plus_dkdfcq1q .fillStroke{fill:none;stroke:var(--rwwhsl2a)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq4 .uv_plus_dkdfcqa .uv_plus_dkdfcq1r .fillStroke{fill:none;stroke:var(--rwwhsl74)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq4 .uv_plus_dkdfcqb .uv_plus_dkdfcq1s .fillStroke{fill:none;stroke:var(--rwwhsli)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq4 .uv_plus_dkdfcqc .uv_plus_dkdfcq1t .fillStroke{fill:none;stroke:var(--rwwhsl7s)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq4 .uv_plus_dkdfcqd .uv_plus_dkdfcq1u .fillStroke{fill:none;stroke:var(--rwwhsl16)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq5 .uv_plus_dkdfcq7 .uv_plus_dkdfcq1w .fillStroke{fill:none;stroke:var(--rwwhsl5s)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq5 .uv_plus_dkdfcq8 .uv_plus_dkdfcq1x .fillStroke{fill:none;stroke:var(--rwwhsl6g)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq5 .uv_plus_dkdfcq9 .uv_plus_dkdfcq1y .fillStroke{fill:none;stroke:var(--rwwhsl2c)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq5 .uv_plus_dkdfcqa .uv_plus_dkdfcq1z .fillStroke{fill:none;stroke:var(--rwwhsl74)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq5 .uv_plus_dkdfcqb .uv_plus_dkdfcq20 .fillStroke{fill:none;stroke:var(--rwwhsli)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq5 .uv_plus_dkdfcqc .uv_plus_dkdfcq21 .fillStroke{fill:none;stroke:var(--rwwhsl7s)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq5 .uv_plus_dkdfcqd .uv_plus_dkdfcq22 .fillStroke{fill:none;stroke:var(--rwwhsl16)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq6 .uv_plus_dkdfcq7 .uv_plus_dkdfcq24 .fillStroke{fill:none;stroke:var(--rwwhsl5s)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq6 .uv_plus_dkdfcq8 .uv_plus_dkdfcq25 .fillStroke{fill:none;stroke:var(--rwwhsl6g)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq6 .uv_plus_dkdfcq9 .uv_plus_dkdfcq26 .fillStroke{fill:none;stroke:var(--rwwhsl2g)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq6 .uv_plus_dkdfcqa .uv_plus_dkdfcq27 .fillStroke{fill:none;stroke:var(--rwwhsl74)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq6 .uv_plus_dkdfcqb .uv_plus_dkdfcq28 .fillStroke{fill:none;stroke:var(--rwwhsli)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq6 .uv_plus_dkdfcqc .uv_plus_dkdfcq29 .fillStroke{fill:none;stroke:var(--rwwhsl7s)}.uv_plus_dkdfcq0 .uv_plus_dkdfcq1 .uv_plus_dkdfcq6 .uv_plus_dkdfcqd .uv_plus_dkdfcq2a .fillStroke{fill:none;stroke:var(--rwwhsl16)}.uv_plus_1fq6cbr0{height:var(--rwwhsl9k);min-width:var(--rwwhsl9k);width:var(--rwwhsl9k)}.uv_plus_1fq6cbr1{height:var(--rwwhsl9j);min-width:var(--rwwhsl9j);width:var(--rwwhsl9j)}.uv_plus_1fq6cbr2{height:var(--rwwhsl9h);min-width:var(--rwwhsl9h);width:var(--rwwhsl9h)}.uv_plus_1fq6cbr3{height:var(--rwwhsl9n);min-width:var(--rwwhsl9n);width:var(--rwwhsl9n)}.uv_plus_1fq6cbr4{height:var(--rwwhsl9f);min-width:var(--rwwhsl9f);width:var(--rwwhsl9f)}.uv_plus_1fq6cbr9 .fillWeak{fill:var(--rwwhsl4k)}.uv_plus_1fq6cbr9 g.fillWeak>*{fill:var(--rwwhsl4k)}.uv_plus_1fq6cbr9 path[fill].fillWeak{fill:var(--rwwhsl4k)}.uv_plus_1fq6cbr5 .fillWeak{fill:var(--rwwhsl4j)}.uv_plus_1fq6cbr5 g.fillWeak>*{fill:var(--rwwhsl4j)}.uv_plus_1fq6cbr5 path[fill].fillWeak{fill:var(--rwwhsl4j)}.uv_plus_1fq6cbra .fillWeak{fill:var(--rwwhsl48)}.uv_plus_1fq6cbra g.fillWeak>*{fill:var(--rwwhsl48)}.uv_plus_1fq6cbra path[fill].fillWeak{fill:var(--rwwhsl48)}.uv_plus_1fq6cbr6 .fillWeak{fill:var(--rwwhsl47)}.uv_plus_1fq6cbr6 g.fillWeak>*{fill:var(--rwwhsl47)}.uv_plus_1fq6cbr6 path[fill].fillWeak{fill:var(--rwwhsl47)}.uv_plus_1fq6cbrb .fillWeak{fill:var(--rwwhsl4q)}.uv_plus_1fq6cbrb g.fillWeak>*{fill:var(--rwwhsl4q)}.uv_plus_1fq6cbrb path[fill].fillWeak{fill:var(--rwwhsl4q)}.uv_plus_1fq6cbr7 .fillWeak{fill:var(--rwwhsl4p)}.uv_plus_1fq6cbr7 g.fillWeak>*{fill:var(--rwwhsl4p)}.uv_plus_1fq6cbr7 path[fill].fillWeak{fill:var(--rwwhsl4p)}.uv_plus_1fq6cbrc .fillWeak{fill:var(--rwwhsl4e)}.uv_plus_1fq6cbrc g.fillWeak>*{fill:var(--rwwhsl4e)}.uv_plus_1fq6cbrc path[fill].fillWeak{fill:var(--rwwhsl4e)}.uv_plus_1fq6cbr8 .fillWeak{fill:var(--rwwhsl4d)}.uv_plus_1fq6cbr8 g.fillWeak>*{fill:var(--rwwhsl4d)}.uv_plus_1fq6cbr8 path[fill].fillWeak{fill:var(--rwwhsl4d)}.uv_plus_1fq6cbr9 .fillStrong{fill:var(--rwwhsl4i)}.uv_plus_1fq6cbr9 g.fillStrong>*{fill:var(--rwwhsl4i)}.uv_plus_1fq6cbr9 path[fill].fillStrong{fill:var(--rwwhsl4i)}.uv_plus_1fq6cbr5 .fillStrong{fill:var(--rwwhsl4h)}.uv_plus_1fq6cbr5 g.fillStrong>*{fill:var(--rwwhsl4h)}.uv_plus_1fq6cbr5 path[fill].fillStrong{fill:var(--rwwhsl4h)}.uv_plus_1fq6cbra .fillStrong{fill:var(--rwwhsl46)}.uv_plus_1fq6cbra g.fillStrong>*{fill:var(--rwwhsl46)}.uv_plus_1fq6cbra path[fill].fillStrong{fill:var(--rwwhsl46)}.uv_plus_1fq6cbr6 .fillStrong{fill:var(--rwwhsl45)}.uv_plus_1fq6cbr6 g.fillStrong>*{fill:var(--rwwhsl45)}.uv_plus_1fq6cbr6 path[fill].fillStrong{fill:var(--rwwhsl45)}.uv_plus_1fq6cbrb .fillStrong{fill:var(--rwwhsl4o)}.uv_plus_1fq6cbrb g.fillStrong>*{fill:var(--rwwhsl4o)}.uv_plus_1fq6cbrb path[fill].fillStrong{fill:var(--rwwhsl4o)}.uv_plus_1fq6cbr7 .fillStrong{fill:var(--rwwhsl4n)}.uv_plus_1fq6cbr7 g.fillStrong>*{fill:var(--rwwhsl4n)}.uv_plus_1fq6cbr7 path[fill].fillStrong{fill:var(--rwwhsl4n)}.uv_plus_1fq6cbrc .fillStrong{fill:var(--rwwhsl4c)}.uv_plus_1fq6cbrc g.fillStrong>*{fill:var(--rwwhsl4c)}.uv_plus_1fq6cbrc path[fill].fillStrong{fill:var(--rwwhsl4c)}.uv_plus_1fq6cbr8 .fillStrong{fill:var(--rwwhsl4b)}.uv_plus_1fq6cbr8 g.fillStrong>*{fill:var(--rwwhsl4b)}.uv_plus_1fq6cbr8 path[fill].fillStrong{fill:var(--rwwhsl4b)}.uv_plus_1fq6cbr9 .fill{fill:var(--rwwhsl4g)}.uv_plus_1fq6cbr9 g.fill>*{fill:var(--rwwhsl4g)}.uv_plus_1fq6cbr9 path[fill].fill{fill:var(--rwwhsl4g)}.uv_plus_1fq6cbr5 .fill{fill:var(--rwwhsl4f)}.uv_plus_1fq6cbr5 g.fill>*{fill:var(--rwwhsl4f)}.uv_plus_1fq6cbr5 path[fill].fill{fill:var(--rwwhsl4f)}.uv_plus_1fq6cbra .fill{fill:var(--rwwhsl44)}.uv_plus_1fq6cbra g.fill>*{fill:var(--rwwhsl44)}.uv_plus_1fq6cbra path[fill].fill{fill:var(--rwwhsl44)}.uv_plus_1fq6cbr6 .fill{fill:var(--rwwhsl43)}.uv_plus_1fq6cbr6 g.fill>*{fill:var(--rwwhsl43)}.uv_plus_1fq6cbr6 path[fill].fill{fill:var(--rwwhsl43)}.uv_plus_1fq6cbrb .fill{fill:var(--rwwhsl4m)}.uv_plus_1fq6cbrb g.fill>*{fill:var(--rwwhsl4m)}.uv_plus_1fq6cbrb path[fill].fill{fill:var(--rwwhsl4m)}.uv_plus_1fq6cbr7 .fill{fill:var(--rwwhsl4l)}.uv_plus_1fq6cbr7 g.fill>*{fill:var(--rwwhsl4l)}.uv_plus_1fq6cbr7 path[fill].fill{fill:var(--rwwhsl4l)}.uv_plus_1fq6cbrc .fill{fill:var(--rwwhsl4a)}.uv_plus_1fq6cbrc g.fill>*{fill:var(--rwwhsl4a)}.uv_plus_1fq6cbrc path[fill].fill{fill:var(--rwwhsl4a)}.uv_plus_1fq6cbr8 .fill{fill:var(--rwwhsl49)}.uv_plus_1fq6cbr8 g.fill>*{fill:var(--rwwhsl49)}.uv_plus_1fq6cbr8 path[fill].fill{fill:var(--rwwhsl49)}.uv_plus_1ko5kn21{max-width:var(--uv_plus_1ko5kn20)}.uv_plus_1ko5kn22{margin-right:var(--rwwhsl9u);width:15px}.uv_plus_1ko5kn24{margin-left:var(--rwwhsla4)}.uv_plus_1ko5kn25{align-items:center;display:flex;flex-direction:row;justify-content:space-between;min-height:var(--rwwhsl9l);padding-bottom:var(--rwwhsl9u);padding-top:var(--rwwhsl9u);-webkit-box-pack:justify}.uv_plus_1ko5kn26{display:flex;flex-direction:column;height:var(--rwwhsl9k);justify-content:center;-webkit-box-pack:center}.uv_plus_1ko5kn27{animation:.8s uv_15brg2b3}.uv_plus_1ko5kn29{animation:uv_15brg2b3 .8s}.uv_plus_1ko5kn2a{text-align:right}.uv_plus_1ko5kn2b{display:flex;flex-direction:column;height:var(--rwwhsl9k);justify-content:center;text-align:initial;-webkit-box-pack:center}.uv_plus_1ko5kn2c{align-self:center;margin-left:var(--rwwhsl9u)}.uv_plus_1ko5kn2d{margin-left:var(--rwwhsl9u)}.uv_plus_1ko5kn2e{max-width:75%}.uv_plus_1ko5kn2f{vertical-align:text-top}.uv_plus_1ko5kn2g{text-decoration-color:var(--rwwhsl7m);text-decoration-line:line-through}.uv_plus_1ko5kn2h{align-items:center;color:var(--rwwhsl2m);font-size:16px;margin-right:var(--rwwhsla4);max-width:500px}.uv_plus_1ko5kn2i{display:inline-flex}.uv_plus_1ko5kn2j{display:flex}.uv_plus_1ko5kn2n{color:var(--rwwhsl2j);display:block;font-size:14px;line-height:8}.uv_plus_1ko5kn2o{align-items:center;color:var(--rwwhsl2m);display:inline-flex;font-weight:500;margin-right:4px}.uv_plus_1ko5kn2p{font-size:24px}.uv_plus_1ko5kn2q{font-size:16px;text-transform:capitalize}.uv_plus_1ko5kn2r,.uv_plus_1ko5kn2s{font-size:16px}.uv_plus_1ko5kn2t{-moz-appearance:textfield}.uv_plus_1ko5kn2t::-webkit-inner-spin-button,.uv_plus_1ko5kn2t::webkit-outer-spin-button{margin:0;-webkit-appearance:none}.uv_plus_sk5tga2{margin-right:var(--rwwhsl9u);width:15px}.uv_plus_sk5tga3{border:1px solid var(--rwwhsl1v);width:100%}.uv_plus_sk5tga4{border-radius:4px}.uv_plus_sk5tga5{border-radius:4px 4px 0}.uv_plus_sk5tga6{border-radius:4px;margin-top:var(--rwwhsl9v)}.uv_plus_sk5tga7{background-color:var(--rwwhsl1i)}.uv_plus_sk5tga8{background-color:var(--rwwhsl1r);border-left:1px solid var(--rwwhsl1v);min-width:126px;width:30%}.uv_plus_sk5tga9{min-width:230px;padding-left:var(--uv_plus_sk5tga0);padding-right:var(--rwwhsl9v);position:relative;width:70%}.uv_plus_sk5tgaa:before{content:"";border-bottom:1px solid var(--rwwhsl1v);bottom:0;height:1px;left:0;margin-left:var(--rwwhsl9v);position:absolute;width:calc(100% - 32px)}.uv_plus_sk5tgab{background:var(--rwwhsl5g)}.uv_plus_sk5tgac{background-color:var(--rwwhsl5g);border-color:var(--rwwhsl1v);border-radius:0 0 var(--rwwhsl85) var(--rwwhsl85);border-right:none;border-style:solid;border-width:0 1px 1px 1px;height:var(--rwwhsl9l);min-width:126px;width:30%}.uv_plus_sk5tgad{border-radius:0 0 var(--rwwhsl85) var(--rwwhsl85);border-right:1px solid var(--rwwhsl1v);margin:0;width:100%}.uv_plus_sk5tgae{align-items:center;color:var(--rwwhsl2j);display:flex;font-size:18px;font-weight:500;margin:0;padding:var(--rwwhsl9v)}.uv_plus_sk5tgaf{width:70%}.uv_plus_sk5tgag{align-items:start;float:right;max-width:200px;padding:var(--rwwhsl9v);text-align:left}.uv_plus_sk5tgah{position:absolute;top:calc(50% - 16px)}.uv_plus_sk5tgai{margin-left:-185px}.uv_plus_sk5tgaj{margin-left:-115px}.uv_plus_sk5tgak{border-left:1px solid var(--rwwhsl1v);min-width:200px;padding:0 24px}.uv_plus_sk5tgak:first-of-type,.uv_plus_sk5tgak:last-child{border:0}.uv_plus_sk5tgal{display:none}.uv_plus_sk5tgam{border:0}.uv_plus_sk5tgao{display:inline-block;font-size:12px;height:var(--rwwhsl9f);line-height:18;margin-right:var(--rwwhsl9u)}.uv_plus_sk5tgap{margin-top:var(--rwwhsl9w)}.uv_plus_sk5tgaq{margin-left:var(--rwwhsl9v);text-align:right}.uv_plus_sk5tgar{text-align:right}.uv_plus_sk5tgas{margin-right:var(--rwwhsl9u)}.uv_plus_sk5tgat{padding:0}.uv_plus_sk5tgau{background-color:var(--rwwhsl1i);display:flex;height:120px;justify-content:center;left:0;margin:var(--uv_plus_sk5tga1);position:fixed;right:0;transition:bottom .3s,box-shadow .3s;z-index:1}.uv_plus_sk5tgav{bottom:0;box-shadow:var(--rwwhsl8c)}.uv_plus_sk5tgaw{bottom:-120px;box-shadow:0}.uv_plus_sk5tgax{display:flex;flex-direction:row;justify-content:center;list-style:none;margin:0;padding:var(--rwwhsl9w) 0}.uv_plus_sk5tgay{display:flex;min-width:158px;padding:12px 0}.uv_plus_sk5tgaz{display:none}.uv_plus_sk5tga11{background:var(--rwwhsl1r);padding:var(--rwwhsl9v)}.uv_plus_sk5tga12{align-items:center;display:flex;flex-direction:row;gap:var(--rwwhsl9u);justify-content:center}@media(max-width:1800px){.uv_plus_sk5tgan{display:none}}.uv_plus_5imqkb0{padding:var(--rwwhsl9v);text-align:left}.uv_plus_h6pvpm1{align-items:start;display:flex;flex-direction:column;font-size:var(--rwwhsla9);line-height:var(--rwwhslac);margin:0;width:100%}.uv_plus_h6pvpm2{border-bottom:1px var(--rwwhsl1v) solid;padding-block:var(--rwwhsl9v);width:var(--uv_plus_h6pvpm0)}.uv_plus_h6pvpm2:first-of-type{padding-top:0}.uv_plus_h6pvpm2:last-of-type{border-bottom-color:transparent;padding-bottom:0}.uv_plus_h6pvpm3:not(:last-child){padding-right:var(--rwwhsl9v)}.uv_plus_h6pvpm4{align-items:center;color:var(--rwwhsl2m);display:inline-flex;font-weight:var(--rwwhslbg);min-width:0}.uv_plus_h6pvpm5{color:var(--rwwhsl2j);margin:0;min-width:0;width:100%}.uv_plus_h6pvpm6{display:inline-block;min-width:0;width:100%}.uv_plus_h6pvpm6>*{align-items:center;display:inline-flex;margin-right:var(--rwwhsl9u)}@keyframes uv_plus_1ngtn5a0{0%{max-height:50px}to{max-height:32px}}@keyframes uv_plus_1ngtn5a1{0%{margin-bottom:-8px;max-height:0;opacity:0}to{margin-bottom:0;max-height:40px;opacity:1}}.uv_plus_nytpcy0{height:calc(var(--rwwhslau) + var(--rwwhsl9u));padding-bottom:var(--rwwhsl9u);padding-left:var(--rwwhsl9u);transition:opacity .25s ease-in-out,height .25s ease-in-out}.uv_plus_nytpcy1{animation:uv_plus_1ngtn5a1 .25s ease-in-out reverse}.uv_plus_nytpcy2{animation:uv_plus_1ngtn5a1 .25s ease-in-out}.uv_plus_nytpcy4{padding-top:var(--rwwhsl9u)}.uv_plus_nytpcy5{border-top:2px solid;border-color:transparent;height:2px;left:0;padding:var(--rwwhsla4) 0;position:absolute;right:0;top:0}.uv_plus_nytpcy5:before{content:"";border:3px solid;border-color:inherit;border-radius:var(--rwwhsl84);height:0;left:0;position:absolute;top:-4px;width:0}.uv_plus_nytpcy6{position:relative}.uv_plus_nytpcy7{padding:var(--rwwhsl9u) 0}.uv_plus_nytpcy8{margin-left:var(--rwwhsla4);padding-left:var(--rwwhsl9x)}.uv_plus_nytpcy9{margin:var(--rwwhsl9v) calc(var(--rwwhsl9v) * -1);flex-shrink:0}.uv_plus_nytpcya{height:100%}.uv_plus_x6an4g0{width:180px}.uv_plus_x6an4g1{position:relative}.uv_plus_x6an4g2{padding-left:var(--rwwhsl9u)}.uv_plus_x6an4g3{border-radius:var(--rwwhsl85);bottom:0;margin:auto 0;padding:var(--rwwhsla5);position:absolute;top:0}.uv_plus_x6an4g4:hover{background:var(--rwwhsl5i)}.uv_plus_x6an4g5:hover{background:var(--rwwhsl1u)}.uv_plus_x6an4g6{text-align:left}.uv_plus_x6an4g8{background-color:inherit;border:none;border-radius:var(--rwwhsl85);color:inherit;margin-top:var(--rwwhsla5);padding:calc(var(--rwwhsla5) + var(--rwwhsla4)) var(--rwwhsl9u);text-align:left;text-decoration:none;width:100%}.uv_plus_x6an4ga{background-color:unset;cursor:not-allowed}.uv_plus_x6an4gb{background-color:var(--rwwhsl1k)}.uv_plus_x6an4gc{background-color:var(--rwwhsl5g)}.uv_plus_x6an4gc:hover{background-color:var(--rwwhsl5i)}.uv_plus_x6an4gd{cursor:pointer}.uv_plus_x6an4ge{padding:var(--rwwhsla4) var(--rwwhsl9u)}.uv_plus_x6an4gf:active{background-color:var(--rwwhsl1k)}.uv_plus_x6an4gg{background-color:var(--rwwhsl1u)}.uv_plus_x6an4gh:hover,.uv_plus_x6an4gh:focus{background-color:var(--rwwhsl1r)}.uv_plus_x6an4gi{animation:uv_plus_1ngtn5a0 .25s ease-in-out}.uv_plus_x6an4gj{animation:uv_plus_1ngtn5a0 .25s ease-in-out reverse}.uv_plus_x6an4gn{cursor:grab;margin:0 var(--rwwhsla5);opacity:0}.uv_plus_x6an4gk:hover .uv_plus_x6an4gn,.uv_plus_x6an4gk:focus .uv_plus_x6an4gn,.uv_plus_x6an4gk:active .uv_plus_x6an4gn{opacity:1}.uv_plus_x6an4go{display:-webkit-box;overflow:hidden;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2}.uv_plus_x6an4gm:hover .uv_plus_x6an4go{color:var(--rwwhsl2u)}.uv_plus_x6an4gp{color:var(--rwwhsl2t)}.uv_plus_x6an4gq{color:var(--rwwhsl2u)}.uv_plus_x6an4g6:hover .uv_plus_x6an4gr,.uv_plus_x6an4g6:focus .uv_plus_x6an4gr,.uv_plus_x6an4g6:active .uv_plus_x6an4gr{opacity:1}.uv_plus_x6an4g7:hover .uv_plus_x6an4gr,.uv_plus_x6an4g7:focus .uv_plus_x6an4gr,.uv_plus_x6an4g7:active .uv_plus_x6an4gr{opacity:0}.uv_plus_x6an4gl:hover .uv_plus_x6an4gr,.uv_plus_x6an4gl:active .uv_plus_x6an4gr,.uv_plus_x6an4gl:focus .uv_plus_x6an4gr{opacity:0}.uv_plus_x6an4gs{inset:0 0 0 -24px;margin:auto;opacity:0;pointer-events:visible;position:absolute;visibility:visible}.uv_plus_x6an4gs:hover,.uv_plus_x6an4gs:focus,.uv_plus_x6an4gs:active{opacity:1;pointer-events:auto}.uv_plus_x6an4g6:hover .uv_plus_x6an4gs,.uv_plus_x6an4g6:focus .uv_plus_x6an4gs,.uv_plus_x6an4g6:active .uv_plus_x6an4gs{opacity:1;pointer-events:auto}.uv_plus_x6an4gl:hover .uv_plus_x6an4gs,.uv_plus_x6an4gl:active .uv_plus_x6an4gs,.uv_plus_x6an4gl:focus .uv_plus_x6an4gs{opacity:1;pointer-events:auto}.uv_plus_x6an4gt{animation:uv_15brg2b7 .25s ease-in-out reverse}.uv_plus_x6an4gu{animation:uv_15brg2b7 .25s ease-in-out}.uv_plus_x6an4gv{margin-top:var(--rwwhsla5);padding:0 var(--rwwhsl9v);width:fit-content}.uv_plus_x6an4gw{padding-top:var(--rwwhsla4)}.uv_plus_x6an4gx{min-width:20px}.uv_plus_x6an4gy{padding-left:28px}.uv_plus_x6an4gz{display:none}.uv_plus_19x50fv0{background:var(--rwwhsl1i);border-top:1px solid var(--rwwhsl24);box-shadow:var(--rwwhsl8c);display:flex;justify-content:flex-end;padding:var(--rwwhsl9u) var(--rwwhsl9v);transition:justify-content .25s ease-in-out,box-shadow .23s ease-in-out;width:100%}.uv_plus_19x50fv1{border:none;box-shadow:none}.uv_plus_19x50fv2{background:var(--rwwhsl1i)}.uv_plus_19x50fv3{height:22px;margin:var(--rwwhsl9w) var(--rwwhsl9w) var(--rwwhsl9v) var(--rwwhsl9w);max-width:220px;overflow:hidden}.uv_plus_19x50fv4{border-right:1px solid var(--rwwhsl24);display:flex;flex-direction:row;position:relative}.uv_plus_19x50fv5{background:var(--rwwhsl1i);display:flex;flex-direction:column;width:var(--uv_plus_1rde5pt0)}.uv_plus_19x50fv6{transition:width .25s ease-in-out;width:67px}.uv_plus_19x50fv7{transition:width .25s ease-in-out;width:var(--uv_plus_1rde5pt0)}.uv_plus_19x50fv9{width:67px}.uv_plus_19x50fva{max-width:320px;min-width:220px}.uv_plus_19x50fvb{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.uv_plus_19x50fvc{align-items:center}.uv_plus_19x50fvd{flex-grow:1;overflow-x:hidden;overflow-y:auto;padding:var(--rwwhsl9v)}.uv_plus_19x50fve{background:transparent;border-right:2px solid transparent;bottom:0;cursor:col-resize;display:flex;position:absolute;right:0;top:0;width:6px}.uv_plus_19x50fve:hover{border-color:var(--rwwhsl5m)}.uv_plus_1wcpahp1 td:first-child,.uv_plus_1wcpahp1 th:first-child{max-width:var(--rwwhsl9l);min-width:var(--rwwhsl9l);width:var(--rwwhsl9l)}.uv_plus_1wcpahp2{background:var(--rwwhsl1r);border-radius:0 0 var(--rwwhsl85) var(--rwwhsl85);cursor:auto;display:table-row;position:relative;vertical-align:middle;width:100%}.uv_plus_1wcpahp3{border:1px solid var(--rwwhsl1v);border-radius:0 0 var(--rwwhsl85) var(--rwwhsl85);border-top-color:transparent;margin-top:calc((var(--rwwhsl9v) * -1) - 1px);padding-block:var(--rwwhsla4);padding-inline:var(--rwwhsl9u);transition:border-color .2s ease}.uv_plus_1wcpahp4,.uv_plus_1wcpahp5{border:1px solid var(--rwwhsl1v)}.uv_plus_1wcpahp5.uv_plus_1wcpahp5{border-top:1px solid transparent}.uv_plus_1wcpahpd{background-color:var(--rwwhsl5g);color:var(--rwwhsl5y)}.uv_plus_1wcpahpe{background-color:var(--rwwhsl64);color:var(--rwwhsl6m)}.uv_plus_1wcpahpf{background-color:var(--rwwhsl1s);color:var(--rwwhsl2j)}.uv_plus_1wcpahpg{background-color:var(--rwwhsl6s);color:var(--rwwhsl7a)}.uv_plus_1wcpahph{background-color:var(--rwwhsl6);color:var(--rwwhslo)}.uv_plus_1wcpahpi{background-color:var(--rwwhsl7g);color:var(--rwwhsl7y)}.uv_plus_1wcpahpj{background-color:var(--rwwhslu);color:var(--rwwhsl1c)}.uv_plus_1wcpahpk{background-color:var(--rwwhsl5h);color:var(--rwwhsl5z)}.uv_plus_1wcpahpl{background-color:var(--rwwhsl65);color:var(--rwwhsl6n)}.uv_plus_1wcpahpm{background-color:var(--rwwhsl1r);color:var(--rwwhsl2k)}.uv_plus_1wcpahpn{background-color:var(--rwwhsl6t);color:var(--rwwhsl7b)}.uv_plus_1wcpahpo{background-color:var(--rwwhsl7);color:var(--rwwhslp)}.uv_plus_1wcpahpp{background-color:var(--rwwhsl7h);color:var(--rwwhsl7z)}.uv_plus_1wcpahpq{background-color:var(--rwwhslv);color:var(--rwwhsl1d)}.uv_plus_1wcpahpr{border:1px solid var(--rwwhsl5m);border-top-color:transparent}.uv_plus_1wcpahps{border-top-color:transparent}.uv_plus_1wcpahpt{border-top-left-radius:0;border-top-right-radius:0;height:fit-content;padding:0;width:100%;border-bottom:1px solid transparent;transition:box-shadow .2s ease,border-color .2s ease}.uv_plus_1wcpahpu{border-radius:0 0 var(--rwwhsl85) var(--rwwhsl85);border-top:1px solid var(--rwwhsl1v);height:fit-content;padding-block:var(--rwwhsla4);padding-inline:var(--rwwhsl9u);width:100%}.uv_plus_1wcpahpu[aria-disabled=true]{background-color:var(--rwwhsl1j)}.uv_plus_1wcpahpv{background-color:var(--rwwhsl5g)}.uv_plus_1wcpahpw{background-color:var(--rwwhsl64)}.uv_plus_1wcpahpx{background-color:var(--rwwhsl1r)}.uv_plus_1wcpahpy{background-color:var(--rwwhsl6s)}.uv_plus_1wcpahpz{background-color:var(--rwwhsl6)}.uv_plus_1wcpahp10{background-color:var(--rwwhsl7g)}.uv_plus_1wcpahp11{background-color:var(--rwwhslu)}.uv_plus_1wcpahp12{left:var(--rwwhsl9y);position:absolute;transform:translateY(-160%)}.uv_plus_1wcpahp13{padding:0;width:32px}.uv_plus_1wcpahp13:first-of-type{padding-left:var(--rwwhsl9v)}.uv_plus_1wcpahp14{color:var(--rwwhsl5y)}.uv_plus_1wcpahp15{cursor:pointer}.uv_plus_1wcpahp17 .uv_plus_1wcpahp18,.uv_plus_1wcpahp17 .uv_plus_1wcpahp18:first-child{border-bottom-left-radius:0}.uv_plus_1wcpahp17 .uv_plus_1wcpahp18,.uv_plus_1wcpahp17 .uv_plus_1wcpahp18:last-child{border-bottom-right-radius:0}.uv_plus_1wcpahp19{display:flex}.uv_plus_1wcpahp1a{padding:var(--uv_plus_1wcpahp0)}.uv_plus_1wcpahp1b{white-space:pre-line}.uv_plus_1wcpahp15 .uv_plus_1wcpahp1b:nth-child(2),.uv_plus_1wcpahp16 .uv_plus_1wcpahp1b:nth-child(3){font-weight:var(--rwwhslay)}.uv_plus_1wcpahp14[aria-expanded=true] td,.uv_plus_1wcpahp14[aria-expanded=true] td:first-child,.uv_plus_1wcpahp14[aria-expanded=true] td:last-child,.uv_plus_1wcpahp14[aria-expanded=true]+tr td{border-color:var(--rwwhsl5m)}.uv_plus_1wcpahp1c{height:100%}.uv_plus_1wcpahp1d{border-color:var(--rwwhsl5m)!important}.uv_plus_1q5g1ma0{background-color:var(--rwwhsl1r);height:100%;min-width:20rem}.uv_plus_1q5g1ma1{height:var(--rwwhsl9o);padding:var(--rwwhsl9w);padding-bottom:var(--rwwhsl9v)}.uv_plus_1q5g1ma3{border-bottom:1px solid var(--rwwhsl1v)}.uv_plus_1q5g1ma4{background-color:var(--rwwhsl1i)}.uv_plus_1q5g1ma5{border-top:1px solid var(--rwwhsl1v);padding:var(--rwwhsl9w)}.uv_plus_1q5g1ma6{background-color:var(--rwwhsl1i);max-width:12.5rem}.uv_plus_1q5g1ma7{height:100%;min-height:10rem;overflow-y:scroll;padding:var(--rwwhsl9w)}.uv_plus_1q5g1ma8{padding-left:var(--rwwhsl9u)}.uv_plus_1q5g1ma9:not(:last-child){border-bottom:1px solid var(--rwwhsl1v);padding-bottom:var(--rwwhsl9w)}.uv_plus_1q5g1maa{color:inherit;text-decoration:inherit;transition:color .25s ease-out}.uv_plus_1q5g1maa:hover{color:var(--rwwhsl1c)}.uv_plus_1q5g1mab{opacity:0;position:absolute;transform:translate(calc(-1 *var(--rwwhsl9v)));transition:opacity .25s ease-in-out}.uv_plus_1q5g1maa:hover>.uv_plus_1q5g1mab{opacity:1}.uv_plus_1q5g1mac{margin-top:var(--rwwhsla4)}.uv_plus_1q5g1mad{margin-top:var(--rwwhsla5)}@media(min-width:1440px){.uv_plus_1q5g1ma0{min-width:27.5rem}}.uv_plus_11wud800{cursor:pointer}.uv_plus_11wud801{border-collapse:separate;border-spacing:var(--rwwhsl9v) 0;height:1px;margin:0 calc(-1 * var(--rwwhsl9v));table-layout:fixed;width:calc(100% + var(--rwwhsl9x))}.uv_plus_11wud802{bottom:100%;left:50%;position:absolute;transform:translate(-50%) translateY(50%)}.uv_plus_11wud803{background-color:transparent;outline:none;padding:var(--rwwhsl9u);text-align:center}.uv_plus_11wud803:first-child{text-align:left}tbody .uv_plus_11wud803:not(:first-child){border:1px solid var(--rwwhsl1v);border-width:0 1px}tbody tr:last-child .uv_plus_11wud803{padding-bottom:var(--rwwhsl9x)}tbody tr:last-child .uv_plus_11wud803:not(:first-child){border:1px solid var(--rwwhsl1v);border-radius:0 0 var(--rwwhsl86) var(--rwwhsl86);border-width:0 1px 1px 1px}thead .uv_plus_11wud803{height:100%;padding-bottom:var(--rwwhsl9w);padding-top:var(--rwwhsl9x);position:relative;vertical-align:top}thead .uv_plus_11wud803:first-child{vertical-align:bottom}thead .uv_plus_11wud803:not(:first-child){border:1px solid var(--rwwhsl1v);border-radius:var(--rwwhsl86) var(--rwwhsl86) 0 0;border-width:1px 1px 0 1px}thead .uv_plus_11wud804:not(:first-child),tbody .uv_plus_11wud804:not(:first-child),tbody tr:last-child .uv_plus_11wud804:not(:first-child){border-color:var(--rwwhsl5m)}.uv_plus_11wud805{background-color:var(--rwwhsl1j)}thead .uv_plus_11wud806:not(:first-child),tbody .uv_plus_11wud806:not(:first-child),tbody tr:last-child .uv_plus_11wud806:not(:first-child){border-color:#00f;border-width:2px 2px 0 2px}.uv_plus_11wud807{display:none}.uv_plus_11wud808{padding-left:var(--rwwhsl9w);text-align:start}thead .uv_plus_11wud808{padding-left:var(--rwwhsl9u)}.uv_plus_11wud809{cursor:pointer}tbody .uv_plus_11wud80a{padding-bottom:var(--rwwhsl9z)}.uv_plus_11wud80b{display:none}.uv_plus_11wud80c{text-transform:uppercase}.uv_plus_11wud80d{left:0;opacity:0;position:absolute;top:0}.uv_plus_11wud80e{height:100%}.uv_plus_11wud80f{padding:var(--rwwhsl9u);width:100%}.uv_plus_11wud80g{width:100%}.uv_plus_11wud80h{align-items:center;display:flex;height:var(--rwwhsl9k)}.uv_plus_l0ny240{padding:0}.uv_plus_l0ny241{border-right:1px solid var(--rwwhsl1v);padding:var(--rwwhsl9w)}.uv_plus_l0ny242{min-width:0;padding:var(--rwwhsl9w);padding-top:var(--rwwhsl9x)}.uv_plus_l0ny243{display:flex;justify-content:right}.uv_plus_l0ny244{margin-bottom:var(--rwwhsl9w)}.uv_plus_l0ny245{cursor:pointer;text-decoration:underline;text-decoration-color:transparent;text-decoration-thickness:1px;text-underline-offset:2px;transition:text-decoration-color .25s ease-out}.uv_plus_l0ny245:active{text-decoration-thickness:2px}.uv_plus_l0ny245:hover{text-decoration:underline;text-decoration-thickness:1px}.uv_plus_l0ny246{align-items:center}.uv_plus_l0ny247{width:fit-content}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ultraviolet/plus",
3
- "version": "3.2.0",
3
+ "version": "3.4.0",
4
4
  "description": "Ultraviolet Plus",
5
5
  "homepage": "https://github.com/scaleway/ultraviolet#readme",
6
6
  "repository": {
@@ -29,11 +29,12 @@
29
29
  "type": "module",
30
30
  "module": "./dist/index.js",
31
31
  "types": "./dist/index.d.ts",
32
- "main": "./dist/index.cjs",
32
+ "main": "./dist/index.js",
33
33
  "exports": {
34
34
  ".": {
35
35
  "types": "./dist/index.d.ts",
36
- "require": "./dist/index.cjs",
36
+ "import": "./dist/index.js",
37
+ "require": "./dist/index.js",
37
38
  "default": "./dist/index.js"
38
39
  },
39
40
  "./styles": "./dist/plus.css"
@@ -57,12 +58,12 @@
57
58
  },
58
59
  "devDependencies": {
59
60
  "@babel/core": "7.28.6",
60
- "@types/react": "19.2.7",
61
+ "@types/react": "19.2.9",
61
62
  "@types/react-dom": "19.2.3",
62
63
  "react": "19.2.3",
63
64
  "react-dom": "19.2.3",
64
65
  "@repo/config": "0.0.1",
65
- "@ultraviolet/illustrations": "6.0.4",
66
+ "@ultraviolet/illustrations": "6.0.5",
66
67
  "@utils/test": "0.0.1"
67
68
  },
68
69
  "dependencies": {
@@ -73,11 +74,11 @@
73
74
  "@vanilla-extract/dynamic": "2.1.5",
74
75
  "@vanilla-extract/recipes": "0.5.7",
75
76
  "csstype": "3.2.3",
76
- "react-intersection-observer": "10.0.0",
77
- "@ultraviolet/icons": "5.0.4",
78
- "@ultraviolet/themes": "3.0.3",
79
- "@ultraviolet/utils": "1.0.0",
80
- "@ultraviolet/ui": "3.5.1"
77
+ "react-intersection-observer": "10.0.2",
78
+ "@ultraviolet/icons": "5.0.6",
79
+ "@ultraviolet/themes": "3.0.4",
80
+ "@ultraviolet/ui": "3.7.0",
81
+ "@ultraviolet/utils": "1.0.1"
81
82
  },
82
83
  "scripts": {
83
84
  "type:generate": "tsc --declaration -p tsconfig.build.json",