@ultraviolet/plus 3.4.0 → 3.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/ContentCard/index.js +1 -1
- package/dist/components/ContentCardGroup/Card.js +1 -1
- package/dist/components/ContentCardGroup/styles.css.js +1 -0
- package/dist/components/CustomerSatisfaction/index.d.ts.map +1 -1
- package/dist/components/CustomerSatisfaction/index.js +18 -9
- package/dist/components/CustomerSatisfaction/styles.css.d.ts +1 -0
- package/dist/components/CustomerSatisfaction/styles.css.d.ts.map +1 -1
- package/dist/components/CustomerSatisfaction/styles.css.js +2 -0
- package/dist/components/EstimateCost/Components/Item.js +1 -1
- package/dist/components/EstimateCost/Components/LineThrough.d.ts.map +1 -1
- package/dist/components/EstimateCost/Components/Region.d.ts.map +1 -1
- package/dist/components/EstimateCost/Components/Region.js +10 -1
- package/dist/components/EstimateCost/Components/Zone.d.ts.map +1 -1
- package/dist/components/EstimateCost/Components/Zone.js +10 -1
- package/dist/components/EstimateCost/Components/components.css.js +1 -1
- package/dist/components/EstimateCost/EstimateCost.d.ts.map +1 -1
- package/dist/components/EstimateCost/EstimateCost.js +2 -0
- package/dist/components/EstimateCost/EstimateCostContent.js +1 -1
- package/dist/components/EstimateCost/OverlayComponent.js +1 -1
- package/dist/components/FAQ/styles.css.js +0 -1
- package/dist/components/Navigation/Footer.d.ts.map +1 -1
- package/dist/components/Navigation/Footer.js +2 -1
- package/dist/components/Navigation/components/Item.d.ts.map +1 -1
- package/dist/components/Navigation/components/Item.js +11 -5
- package/dist/components/Navigation/components/PinnedItems.d.ts.map +1 -1
- package/dist/components/Navigation/components/ShowHide.d.ts.map +1 -1
- package/dist/components/Navigation/components/ShowHide.js +2 -1
- package/dist/components/Navigation/components/items.css.d.ts.map +1 -1
- package/dist/components/Navigation/components/items.css.js +0 -2
- package/dist/components/OfferList/OfferList.d.ts.map +1 -1
- package/dist/components/OfferList/components/Row.d.ts.map +1 -1
- package/dist/components/OfferList/components/Row.js +2 -1
- package/dist/components/OrderSummary/ScrollableContent.js +1 -1
- package/dist/components/OrderSummary/helpers.d.ts.map +1 -1
- package/dist/components/OrderSummary/helpers.js +0 -3
- package/dist/components/OrderSummary/index.js +4 -4
- package/dist/components/Plans/FeatureHint.d.ts.map +1 -1
- package/dist/components/Plans/FeatureHint.js +3 -3
- package/dist/components/Plans/index.d.ts.map +1 -1
- package/dist/components/Plans/index.js +111 -104
- package/dist/components/Plans/styles.css.d.ts.map +1 -1
- package/dist/components/SteppedListCard/Step.js +1 -1
- package/dist/plus.css +1 -1
- package/package.json +5 -5
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
-
import { OpenInNewIcon } from "@ultraviolet/icons";
|
|
3
|
+
import { OpenInNewIcon } from "@ultraviolet/icons/OpenInNewIcon";
|
|
4
4
|
import { Stack, Text } from "@ultraviolet/ui";
|
|
5
5
|
import { cn } from "@ultraviolet/utils";
|
|
6
6
|
import { assignInlineVars } from "@vanilla-extract/dynamic";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
-
import { OpenInNewIcon } from "@ultraviolet/icons";
|
|
3
|
+
import { OpenInNewIcon } from "@ultraviolet/icons/OpenInNewIcon";
|
|
4
4
|
import { Stack, Text } from "@ultraviolet/ui";
|
|
5
5
|
import { forwardRef } from "react";
|
|
6
6
|
import { styledWrapper, fullHeightStack, customStack, iconWrapper } from "./styles.css.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/CustomerSatisfaction/index.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/CustomerSatisfaction/index.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAiB1C,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;EA0BH,CAAA;AAEV,KAAK,KAAK,GAAG,CAAC,OAAO,OAAO,CAAC,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,CAAA;AAE9C,KAAK,yBAAyB,GAAG;IAC/B,KAAK,EAAE,KAAK,CAAA;IACZ,QAAQ,EAAE,CAAC,MAAM,EAAE,KAAK,KAAK,IAAI,CAAA;IACjC,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,KAAK,CAAC,EAAE,aAAa,CAAA;CACtB,CAAA;AAED,eAAO,MAAM,oBAAoB,GAAI,mEAMlC,yBAAyB,4CAsD3B,CAAA"}
|
|
@@ -12,7 +12,7 @@ import rating4 from "./assets/4-5.svg.js";
|
|
|
12
12
|
import rating4NS from "./assets/4-5NB.svg.js";
|
|
13
13
|
import rating5 from "./assets/5-5.svg.js";
|
|
14
14
|
import rating5NS from "./assets/5-5NB.svg.js";
|
|
15
|
-
import { customerStatisfaction } from "./styles.css.js";
|
|
15
|
+
import { customerSatisfactionButtonContainer, customerStatisfaction } from "./styles.css.js";
|
|
16
16
|
const ratings = [
|
|
17
17
|
{
|
|
18
18
|
imgNotSelected: rating1NS,
|
|
@@ -63,14 +63,9 @@ const CustomerSatisfaction = ({
|
|
|
63
63
|
const isScaled = rating.value === hoveredValue && isSelected;
|
|
64
64
|
const animated = isHappy ? "happy" : "angry";
|
|
65
65
|
return /* @__PURE__ */ jsx(
|
|
66
|
-
"
|
|
66
|
+
"button",
|
|
67
67
|
{
|
|
68
|
-
|
|
69
|
-
className: customerStatisfaction({
|
|
70
|
-
animated: isSelected ? animated : void 0,
|
|
71
|
-
isScaled
|
|
72
|
-
}),
|
|
73
|
-
"data-testid": `${dataTestId}-${rating.value}`,
|
|
68
|
+
className: customerSatisfactionButtonContainer,
|
|
74
69
|
onClick: () => {
|
|
75
70
|
onChange(rating.value);
|
|
76
71
|
},
|
|
@@ -82,7 +77,21 @@ const CustomerSatisfaction = ({
|
|
|
82
77
|
onMouseLeave: () => {
|
|
83
78
|
setHoveredValue(0);
|
|
84
79
|
},
|
|
85
|
-
|
|
80
|
+
type: "button",
|
|
81
|
+
children: /* @__PURE__ */ jsx(
|
|
82
|
+
"img",
|
|
83
|
+
{
|
|
84
|
+
alt: "rating",
|
|
85
|
+
className: customerStatisfaction({
|
|
86
|
+
animated: isSelected ? animated : void 0,
|
|
87
|
+
isScaled
|
|
88
|
+
}),
|
|
89
|
+
"data-testid": `${dataTestId}-${rating.value}`,
|
|
90
|
+
height: "auto",
|
|
91
|
+
src: isSelected || isOverfly || rating.value <= value ? rating.imgSelected : rating.imgNotSelected,
|
|
92
|
+
width: "auto"
|
|
93
|
+
}
|
|
94
|
+
)
|
|
86
95
|
},
|
|
87
96
|
rating.value
|
|
88
97
|
);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../src/components/CustomerSatisfaction/styles.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc,QAazB,CAAA;AAEF,eAAO,MAAM,cAAc,QAazB,CAAA;AAEF,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;EA2BhC,CAAA"}
|
|
1
|
+
{"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../src/components/CustomerSatisfaction/styles.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc,QAazB,CAAA;AAEF,eAAO,MAAM,cAAc,QAazB,CAAA;AAEF,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;EA2BhC,CAAA;AAEF,eAAO,MAAM,mCAAmC,QAM9C,CAAA"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
3
3
|
var customerStatisfaction = createRuntimeFn({ defaultClassName: "uv_plus_wizdzu2", variantClassNames: { animated: { angry: "uv_plus_wizdzu3", happy: "uv_plus_wizdzu4" }, isScaled: { true: "uv_plus_wizdzu5" } }, defaultVariants: {}, compoundVariants: [] });
|
|
4
|
+
var customerSatisfactionButtonContainer = "uv_plus_wizdzu6";
|
|
4
5
|
export {
|
|
6
|
+
customerSatisfactionButtonContainer,
|
|
5
7
|
customerStatisfaction
|
|
6
8
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
3
|
-
import { HelpCircleOutlineIcon } from "@ultraviolet/icons";
|
|
3
|
+
import { HelpCircleOutlineIcon } from "@ultraviolet/icons/HelpCircleOutlineIcon";
|
|
4
4
|
import { Stack, Text, Tooltip, Badge } from "@ultraviolet/ui";
|
|
5
5
|
import { cn } from "@ultraviolet/utils";
|
|
6
6
|
import { assignInlineVars } from "@vanilla-extract/dynamic";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LineThrough.d.ts","sourceRoot":"","sources":["../../../../src/components/EstimateCost/Components/LineThrough.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAG3C,KAAK,gBAAgB,GAAG,cAAc,CAAC,MAAM,CAAC,GAAG;IAC/C,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAA;AAED,eAAO,MAAM,WAAW,GAAI,mCAIzB,gBAAgB,
|
|
1
|
+
{"version":3,"file":"LineThrough.d.ts","sourceRoot":"","sources":["../../../../src/components/EstimateCost/Components/LineThrough.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAG3C,KAAK,gBAAgB,GAAG,cAAc,CAAC,MAAM,CAAC,GAAG;IAC/C,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAA;AAED,eAAO,MAAM,WAAW,GAAI,mCAIzB,gBAAgB,4CAMlB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Region.d.ts","sourceRoot":"","sources":["../../../../src/components/EstimateCost/Components/Region.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAItD,OAAO,KAAK,EAAE,mBAAmB,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,UAAU,CAAA;AAC/E,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA;AAG7B,KAAK,WAAW,GAAG;IACjB,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,SAAS,CAAC,EAAE,SAAS,CAAA;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,gBAAgB,CAAC,EAAE;QACjB,GAAG,EAAE,CAAC,OAAO,EAAE,eAAe,KAAK,IAAI,CAAA;QACvC,MAAM,EAAE,CAAC,OAAO,EAAE,mBAAmB,KAAK,IAAI,CAAA;KAC/C,CAAA;IACD,SAAS,CAAC,EAAE,SAAS,CAAA;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,IAAI,CAAC,EAAE,iBAAiB,GAAG,OAAO,CAAC,CAAA;AAElE,eAAO,MAAM,MAAM,gNAgBd,WAAW,
|
|
1
|
+
{"version":3,"file":"Region.d.ts","sourceRoot":"","sources":["../../../../src/components/EstimateCost/Components/Region.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAItD,OAAO,KAAK,EAAE,mBAAmB,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,UAAU,CAAA;AAC/E,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA;AAG7B,KAAK,WAAW,GAAG;IACjB,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,SAAS,CAAC,EAAE,SAAS,CAAA;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,gBAAgB,CAAC,EAAE;QACjB,GAAG,EAAE,CAAC,OAAO,EAAE,eAAe,KAAK,IAAI,CAAA;QACvC,MAAM,EAAE,CAAC,OAAO,EAAE,mBAAmB,KAAK,IAAI,CAAA;KAC/C,CAAA;IACD,SAAS,CAAC,EAAE,SAAS,CAAA;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,IAAI,CAAC,EAAE,iBAAiB,GAAG,OAAO,CAAC,CAAA;AAElE,eAAO,MAAM,MAAM,gNAgBd,WAAW,6CAgCf,CAAA"}
|
|
@@ -40,7 +40,16 @@ const Region = memo(
|
|
|
40
40
|
shouldBeHidden,
|
|
41
41
|
style,
|
|
42
42
|
children: /* @__PURE__ */ jsxs(Strong, { children: [
|
|
43
|
-
/* @__PURE__ */ jsx(
|
|
43
|
+
/* @__PURE__ */ jsx(
|
|
44
|
+
"img",
|
|
45
|
+
{
|
|
46
|
+
alt: label,
|
|
47
|
+
className: estimateCostImage,
|
|
48
|
+
height: "auto",
|
|
49
|
+
src: image,
|
|
50
|
+
width: "auto"
|
|
51
|
+
}
|
|
52
|
+
),
|
|
44
53
|
label
|
|
45
54
|
] })
|
|
46
55
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Zone.d.ts","sourceRoot":"","sources":["../../../../src/components/EstimateCost/Components/Zone.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAI1C,OAAO,KAAK,EAAE,mBAAmB,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,UAAU,CAAA;AAI/E,KAAK,WAAW,GAAG;IACjB,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,gBAAgB,CAAC,EAAE;QACjB,GAAG,EAAE,CAAC,OAAO,EAAE,eAAe,KAAK,IAAI,CAAA;QACvC,MAAM,EAAE,CAAC,OAAO,EAAE,mBAAmB,KAAK,IAAI,CAAA;KAC/C,CAAA;IACD,SAAS,CAAC,EAAE,SAAS,CAAA;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,KAAK,CAAC,EAAE,aAAa,CAAA;CACtB,CAAA;AAED,eAAO,MAAM,IAAI,+LAeZ,WAAW,
|
|
1
|
+
{"version":3,"file":"Zone.d.ts","sourceRoot":"","sources":["../../../../src/components/EstimateCost/Components/Zone.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAI1C,OAAO,KAAK,EAAE,mBAAmB,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,UAAU,CAAA;AAI/E,KAAK,WAAW,GAAG;IACjB,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,gBAAgB,CAAC,EAAE;QACjB,GAAG,EAAE,CAAC,OAAO,EAAE,eAAe,KAAK,IAAI,CAAA;QACvC,MAAM,EAAE,CAAC,OAAO,EAAE,mBAAmB,KAAK,IAAI,CAAA;KAC/C,CAAA;IACD,SAAS,CAAC,EAAE,SAAS,CAAA;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,KAAK,CAAC,EAAE,aAAa,CAAA;CACtB,CAAA;AAED,eAAO,MAAM,IAAI,+LAeZ,WAAW,6CA+Bf,CAAA"}
|
|
@@ -38,7 +38,16 @@ const Zone = memo(
|
|
|
38
38
|
shouldBeHidden,
|
|
39
39
|
style,
|
|
40
40
|
children: /* @__PURE__ */ jsxs(Strong, { children: [
|
|
41
|
-
/* @__PURE__ */ jsx(
|
|
41
|
+
/* @__PURE__ */ jsx(
|
|
42
|
+
"img",
|
|
43
|
+
{
|
|
44
|
+
alt: label,
|
|
45
|
+
className: estimateCostImage,
|
|
46
|
+
height: "auto",
|
|
47
|
+
src: image,
|
|
48
|
+
width: "auto"
|
|
49
|
+
}
|
|
50
|
+
),
|
|
42
51
|
label
|
|
43
52
|
] })
|
|
44
53
|
}
|
|
@@ -67,6 +67,7 @@
|
|
|
67
67
|
/* empty css */
|
|
68
68
|
/* empty css */
|
|
69
69
|
/* empty css */
|
|
70
|
+
/* empty css */
|
|
70
71
|
/* empty css */
|
|
71
72
|
/* empty css */
|
|
72
73
|
/* empty css */
|
|
@@ -84,7 +85,6 @@
|
|
|
84
85
|
/* empty css */
|
|
85
86
|
/* empty css */
|
|
86
87
|
/* empty css */
|
|
87
|
-
/* empty css */
|
|
88
88
|
/* empty css */
|
|
89
89
|
/* empty css */
|
|
90
90
|
/* empty css */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EstimateCost.d.ts","sourceRoot":"","sources":["../../../src/components/EstimateCost/EstimateCost.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAA;AAGtC,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAgBtD,OAAO,KAAK,EAAE,iBAAiB,EAAS,MAAM,SAAS,CAAA;
|
|
1
|
+
{"version":3,"file":"EstimateCost.d.ts","sourceRoot":"","sources":["../../../src/components/EstimateCost/EstimateCost.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAA;AAGtC,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAgBtD,OAAO,KAAK,EAAE,iBAAiB,EAAS,MAAM,SAAS,CAAA;AAgBvD,QAAA,MAAM,YAAY;sZA8Bf,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BA3DC,CAAA,0BACd,CAAA;gCAA6C,CAAC;;;;;;;8BAAzB,CAAC,mBAAmB,CAAC;gCACV,CAAC;;;;;;;;;;;;;;;;;mBAelB,cAAc,CAAC,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mEAsGxC;QACD,QAAQ,EAAE,SAAS,CAAA;QACnB,QAAQ,CAAC,EAAE,MAAM,CAAA;QACjB,aAAa,CAAC,EAAE,MAAM,CAAA;KACvB;CA3BA,CAAA;AAsDD,OAAO,EAAE,YAAY,EAAE,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsxs, Fragment, jsx } from "react/jsx-runtime";
|
|
3
|
-
import { CalculatorIcon } from "@ultraviolet/icons";
|
|
3
|
+
import { CalculatorIcon } from "@ultraviolet/icons/CalculatorIcon";
|
|
4
4
|
import { Stack, Text, Alert, Badge } from "@ultraviolet/ui";
|
|
5
5
|
import { cn } from "@ultraviolet/utils";
|
|
6
6
|
import { assignInlineVars } from "@vanilla-extract/dynamic";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
-
import { CalculatorIcon } from "@ultraviolet/icons";
|
|
3
|
+
import { CalculatorIcon } from "@ultraviolet/icons/CalculatorIcon";
|
|
4
4
|
import { Stack, Badge } from "@ultraviolet/ui";
|
|
5
5
|
import { assignInlineVars } from "@vanilla-extract/dynamic";
|
|
6
6
|
import { useMemo, Children, cloneElement, isValidElement } from "react";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../../src/components/Navigation/Footer.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../../src/components/Navigation/Footer.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAItC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAE9C,KAAK,WAAW,GAAG;IACjB,cAAc,EAAE,eAAe,CAAC,gBAAgB,CAAC,CAAA;IACjD,UAAU,EAAE,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAA;CAC7C,CAAA;AAED,eAAO,MAAM,MAAM,GAAI,gCAAgC,WAAW,4CAqFjE,CAAA"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
3
|
-
import { ArrowLeftDoubleIcon
|
|
3
|
+
import { ArrowLeftDoubleIcon } from "@ultraviolet/icons/ArrowLeftDoubleIcon";
|
|
4
|
+
import { ArrowRightDoubleIcon } from "@ultraviolet/icons/ArrowRightDoubleIcon";
|
|
4
5
|
import { Tooltip, Button } from "@ultraviolet/ui";
|
|
5
6
|
import { useCallback, useState, useLayoutEffect, useMemo } from "react";
|
|
6
7
|
import { useNavigation } from "./NavigationProvider.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Item.d.ts","sourceRoot":"","sources":["../../../../src/components/Navigation/components/Item.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Item.d.ts","sourceRoot":"","sources":["../../../../src/components/Navigation/components/Item.tsx"],"names":[],"mappings":"AAaA,OAAO,EACL,KAAK,EAON,MAAM,iBAAiB,CAAA;AAExB,OAAO,KAAK,EACV,cAAc,EACd,aAAa,EAEb,WAAW,EAEX,SAAS,EACV,MAAM,OAAO,CAAA;AAad,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAA;AAyB5C,KAAK,QAAQ,GAAG,SAAS,GAAG,QAAQ,GAAG,aAAa,CAAA;AAMpD,KAAK,SAAS,GAAG;IACf,QAAQ,CAAC,EAAE,SAAS,CAAA;IACpB;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,CAAA;IACxB;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAA;IACb;;OAEG;IACH,gBAAgB,CAAC,EAAE,SAAS,CAAA;IAC5B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;IACV;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB;;;OAGG;IACH,cAAc,CAAC,EAAE,cAAc,CAAC,OAAO,KAAK,CAAC,CAAC,WAAW,CAAC,CAAA;IAC1D,IAAI,CAAC,EAAE,iBAAiB,CAAC,MAAM,CAAC,CAAA;IAChC,MAAM,CAAC,EAAE,iBAAiB,CAAC,QAAQ,CAAC,CAAA;IACpC,GAAG,CAAC,EAAE,iBAAiB,CAAC,KAAK,CAAC,CAAA;IAC9B;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAA;IACpC,eAAe,CAAC,EAAE,CAAC,UAAU,EAAE,YAAY,KAAK,IAAI,CAAA;IACpD;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB;;OAEG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAA;IACf;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IACd;;;;;OAKG;IACH,EAAE,CAAC,EAAE,WAAW,CAAA;IAChB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,KAAK,CAAC,EAAE,aAAa,CAAA;CACtB,CAAA;AAOD,eAAO,MAAM,IAAI,uSA0BZ,SAAS,oDA0pBb,CAAA"}
|
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsxs, Fragment, jsx } from "react/jsx-runtime";
|
|
3
|
-
import { ArrowDownIcon
|
|
3
|
+
import { ArrowDownIcon } from "@ultraviolet/icons/ArrowDownIcon";
|
|
4
|
+
import { ArrowRightIcon } from "@ultraviolet/icons/ArrowRightIcon";
|
|
4
5
|
import { OrganizationDashboardCategoryIcon } from "@ultraviolet/icons/category";
|
|
6
|
+
import { DragIcon } from "@ultraviolet/icons/DragIcon";
|
|
7
|
+
import { OpenInNewIcon } from "@ultraviolet/icons/OpenInNewIcon";
|
|
8
|
+
import { PinOutlineIcon } from "@ultraviolet/icons/PinOutlineIcon";
|
|
9
|
+
import { UnpinIcon } from "@ultraviolet/icons/UnpinIcon";
|
|
5
10
|
import { Stack, Text, Badge, Tooltip, Expandable, Menu, Button } from "@ultraviolet/ui";
|
|
6
11
|
import { cn } from "@ultraviolet/utils";
|
|
7
12
|
import { memo, useContext, useRef, useEffect, useReducer, useCallback, useMemo, Children, isValidElement } from "react";
|
|
@@ -300,9 +305,10 @@ const Item = memo(
|
|
|
300
305
|
Tooltip,
|
|
301
306
|
{
|
|
302
307
|
placement: "right",
|
|
308
|
+
tabIndex: -1,
|
|
303
309
|
text: isItemPinned ? locales["navigation.unpin.tooltip"] : pinTooltipLocale,
|
|
304
310
|
children: /* @__PURE__ */ jsx("div", { className: navigationItemRelative, children: /* @__PURE__ */ jsx(
|
|
305
|
-
"
|
|
311
|
+
"button",
|
|
306
312
|
{
|
|
307
313
|
"aria-disabled": isItemPinned ? false : isPinDisabled,
|
|
308
314
|
"aria-label": isItemPinned ? "unpin" : "pin",
|
|
@@ -326,7 +332,7 @@ const Item = memo(
|
|
|
326
332
|
},
|
|
327
333
|
onKeyDown: () => {
|
|
328
334
|
},
|
|
329
|
-
|
|
335
|
+
type: "button",
|
|
330
336
|
children: /* @__PURE__ */ jsx(
|
|
331
337
|
PinUnpinIcon,
|
|
332
338
|
{
|
|
@@ -521,7 +527,7 @@ const Item = memo(
|
|
|
521
527
|
placement: "right",
|
|
522
528
|
text: isItemPinned ? locales["navigation.unpin.tooltip"] : pinTooltipLocale,
|
|
523
529
|
children: /* @__PURE__ */ jsx("div", { className: navigationItemRelative, children: /* @__PURE__ */ jsx(
|
|
524
|
-
"
|
|
530
|
+
"button",
|
|
525
531
|
{
|
|
526
532
|
"aria-disabled": isItemPinned ? false : isPinDisabled,
|
|
527
533
|
"aria-label": isItemPinned ? "unpin" : "pin",
|
|
@@ -545,7 +551,7 @@ const Item = memo(
|
|
|
545
551
|
},
|
|
546
552
|
onKeyDown: () => {
|
|
547
553
|
},
|
|
548
|
-
|
|
554
|
+
type: "button",
|
|
549
555
|
children: /* @__PURE__ */ jsx(
|
|
550
556
|
PinUnpinIcon,
|
|
551
557
|
{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PinnedItems.d.ts","sourceRoot":"","sources":["../../../../src/components/Navigation/components/PinnedItems.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAa,YAAY,EAAE,MAAM,OAAO,CAAA;AAWnE,KAAK,gBAAgB,GAAG;IACtB;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAA;IACpC;;OAEG;IACH,SAAS,CAAC,EAAE,CAAC,WAAW,EAAE,MAAM,EAAE,KAAK,IAAI,CAAA;IAC3C;;OAEG;IACH,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,YAAY,EAAE,MAAM,EAAE,MAAM,KAAK,YAAY,CAAA;IAClE,KAAK,CAAC,EAAE,aAAa,CAAA;CACtB,CAAA;AAED,eAAO,MAAM,WAAW,GAAI,sDAMzB,gBAAgB,
|
|
1
|
+
{"version":3,"file":"PinnedItems.d.ts","sourceRoot":"","sources":["../../../../src/components/Navigation/components/PinnedItems.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAa,YAAY,EAAE,MAAM,OAAO,CAAA;AAWnE,KAAK,gBAAgB,GAAG;IACtB;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAA;IACpC;;OAEG;IACH,SAAS,CAAC,EAAE,CAAC,WAAW,EAAE,MAAM,EAAE,KAAK,IAAI,CAAA;IAC3C;;OAEG;IACH,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,YAAY,EAAE,MAAM,EAAE,MAAM,KAAK,YAAY,CAAA;IAClE,KAAK,CAAC,EAAE,aAAa,CAAA;CACtB,CAAA;AAED,eAAO,MAAM,WAAW,GAAI,sDAMzB,gBAAgB,mDA2IlB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ShowHide.d.ts","sourceRoot":"","sources":["../../../../src/components/Navigation/components/ShowHide.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ShowHide.d.ts","sourceRoot":"","sources":["../../../../src/components/Navigation/components/ShowHide.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAKrD,KAAK,WAAW,GAAG;IACjB,WAAW,EAAE,SAAS,CAAA;IACtB,WAAW,EAAE,SAAS,CAAA;IACtB,UAAU,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,KAAK,IAAI,CAAA;IAChD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,KAAK,CAAC,EAAE,aAAa,CAAA;CACtB,CAAA;AAED,eAAO,MAAM,QAAQ,6HAQhB,WAAW,6CAwDf,CAAA"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
3
|
-
import {
|
|
3
|
+
import { ArrowDownIcon } from "@ultraviolet/icons/ArrowDownIcon";
|
|
4
|
+
import { ArrowUpIcon } from "@ultraviolet/icons/ArrowUpIcon";
|
|
4
5
|
import { Stack, Button } from "@ultraviolet/ui";
|
|
5
6
|
import { memo, useState } from "react";
|
|
6
7
|
import { useNavigation } from "../NavigationProvider.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"items.css.d.ts","sourceRoot":"","sources":["../../../../src/components/Navigation/components/items.css.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,2BAA2B,QAAwB,CAAA;AAEhE,eAAO,MAAM,sBAAsB,QAAkC,CAAA;AAErE,eAAO,MAAM,oBAAoB,QAAyC,CAAA;AAW1E,eAAO,MAAM,qBAAqB,uCAiBhC,CAAA;AAEF,eAAO,MAAM,kBAAkB,QAE7B,CAAA;AAEF,eAAO,MAAM,wBAAwB,QAAY,CAAA;AAEjD,eAAO,MAAM,2BAA2B,QAUtC,CAAA;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+ElC,CAAA;AAEF,eAAO,MAAM,+BAA+B,uCAO1C,CAAA;AAEF,eAAO,MAAM,2BAA2B,QAAY,CAAA;AACpD,eAAO,MAAM,2BAA2B,QAAY,CAAA;AACpD,eAAO,MAAM,sBAAsB,QAAY,CAAA;AAE/C,eAAO,MAAM,sBAAsB,QAUjC,CAAA;AACF,eAAO,MAAM,sBAAsB;;;;;;;;;;;EA6BjC,CAAA;AAEF,eAAO,MAAM,mBAAmB,QAgB9B,CAAA;AAEF,eAAO,MAAM,0BAA0B,
|
|
1
|
+
{"version":3,"file":"items.css.d.ts","sourceRoot":"","sources":["../../../../src/components/Navigation/components/items.css.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,2BAA2B,QAAwB,CAAA;AAEhE,eAAO,MAAM,sBAAsB,QAAkC,CAAA;AAErE,eAAO,MAAM,oBAAoB,QAAyC,CAAA;AAW1E,eAAO,MAAM,qBAAqB,uCAiBhC,CAAA;AAEF,eAAO,MAAM,kBAAkB,QAE7B,CAAA;AAEF,eAAO,MAAM,wBAAwB,QAAY,CAAA;AAEjD,eAAO,MAAM,2BAA2B,QAUtC,CAAA;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+ElC,CAAA;AAEF,eAAO,MAAM,+BAA+B,uCAO1C,CAAA;AAEF,eAAO,MAAM,2BAA2B,QAAY,CAAA;AACpD,eAAO,MAAM,2BAA2B,QAAY,CAAA;AACpD,eAAO,MAAM,sBAAsB,QAAY,CAAA;AAE/C,eAAO,MAAM,sBAAsB,QAUjC,CAAA;AACF,eAAO,MAAM,sBAAsB;;;;;;;;;;;EA6BjC,CAAA;AAEF,eAAO,MAAM,mBAAmB,QAgB9B,CAAA;AAEF,eAAO,MAAM,0BAA0B,QA2BrC,CAAA;AAEF,eAAO,MAAM,0BAA0B,uCAOrC,CAAA;AAEF,eAAO,MAAM,uBAAuB,QAIlC,CAAA;AAEF,eAAO,MAAM,uBAAuB,QAElC,CAAA;AAEF,eAAO,MAAM,0BAA0B,QAErC,CAAA;AAEF,eAAO,MAAM,0BAA0B;;;;;;EAWrC,CAAA"}
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;
|
|
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;;;;;;;;;;;;;;;;;;;;;qBAC0D,CAAC;;;;;qBAG5B,CAAC;sBAClB,CAAC;;;;;CA+C/B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Row.d.ts","sourceRoot":"","sources":["../../../../src/components/OfferList/components/Row.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Row.d.ts","sourceRoot":"","sources":["../../../../src/components/OfferList/components/Row.tsx"],"names":[],"mappings":"AAKA,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"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsxs, Fragment, jsx } from "react/jsx-runtime";
|
|
3
|
-
import {
|
|
3
|
+
import { ArrowDownIcon } from "@ultraviolet/icons/ArrowDownIcon";
|
|
4
|
+
import { ArrowUpIcon } from "@ultraviolet/icons/ArrowUpIcon";
|
|
4
5
|
import { theme } from "@ultraviolet/themes";
|
|
5
6
|
import { List, Badge, Tooltip, Radio, Checkbox, Button } from "@ultraviolet/ui";
|
|
6
7
|
import { cn } from "@ultraviolet/utils";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { AttachIcon } from "@ultraviolet/icons";
|
|
2
|
+
import { AttachIcon } from "@ultraviolet/icons/AttachIcon";
|
|
3
3
|
import { Stack, Text, NumberInput } from "@ultraviolet/ui";
|
|
4
4
|
import { useContext } from "react";
|
|
5
5
|
import { DisplayPrice, calculateSubCategoryPrice, formatNumber } from "./helpers.js";
|
|
@@ -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;IAAE,UAAU,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAAC,OAAO,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,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;CAsE3D,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"}
|
|
@@ -27,7 +27,6 @@ const calculateSubCategoryPrice = (subCategory, hideTimeUnit, timePeriodAmount,
|
|
|
27
27
|
if (Array.isArray(subCategory.amount)) {
|
|
28
28
|
const minPrice = calculatePrice({
|
|
29
29
|
amount: subCategory.amount?.[0] ?? 1,
|
|
30
|
-
amountFree: subCategory.amountFree,
|
|
31
30
|
fixedPrice: subCategory.fixedPrice,
|
|
32
31
|
price: subCategory.price ?? 0,
|
|
33
32
|
timeAmount: hideTimeUnit ? 1 : timePeriodAmount,
|
|
@@ -35,7 +34,6 @@ const calculateSubCategoryPrice = (subCategory, hideTimeUnit, timePeriodAmount,
|
|
|
35
34
|
}) || 0;
|
|
36
35
|
const maxPrice = calculatePrice({
|
|
37
36
|
amount: subCategory.amount?.[1] ?? 1,
|
|
38
|
-
amountFree: subCategory.amountFree,
|
|
39
37
|
fixedPrice: subCategory.fixedPrice,
|
|
40
38
|
price: subCategory.price ?? 0,
|
|
41
39
|
timeAmount: hideTimeUnit ? 1 : timePeriodAmount,
|
|
@@ -66,7 +64,6 @@ const calculateSubCategoryPrice = (subCategory, hideTimeUnit, timePeriodAmount,
|
|
|
66
64
|
}
|
|
67
65
|
const price = calculatePrice({
|
|
68
66
|
amount: subCategory.amount ?? 1,
|
|
69
|
-
amountFree: subCategory.amountFree,
|
|
70
67
|
fixedPrice: subCategory.fixedPrice,
|
|
71
68
|
price: subCategory.price ?? 0,
|
|
72
69
|
timeAmount: hideTimeUnit ? 1 : timePeriodAmount,
|
|
@@ -115,12 +115,12 @@ const OrderSummary = ({
|
|
|
115
115
|
);
|
|
116
116
|
const computePeriodOptions = useMemo(() => {
|
|
117
117
|
const computedPeriodOptions = [];
|
|
118
|
-
periodOptions
|
|
119
|
-
|
|
118
|
+
for (const option of periodOptions) {
|
|
119
|
+
computedPeriodOptions.push({
|
|
120
120
|
label: locales[`order.summary.units.${option}.label`],
|
|
121
121
|
value: option
|
|
122
|
-
})
|
|
123
|
-
|
|
122
|
+
});
|
|
123
|
+
}
|
|
124
124
|
return computedPeriodOptions;
|
|
125
125
|
}, [periodOptions, locales]);
|
|
126
126
|
useEffect(() => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FeatureHint.d.ts","sourceRoot":"","sources":["../../../src/components/Plans/FeatureHint.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,SAAS,CAAA;AAEnC,KAAK,gBAAgB,GAAG;IACtB,IAAI,CAAC,EAAE,IAAI,CAAA;CACZ,CAAA;AAED,eAAO,MAAM,WAAW,GAAI,UAAU,gBAAgB,
|
|
1
|
+
{"version":3,"file":"FeatureHint.d.ts","sourceRoot":"","sources":["../../../src/components/Plans/FeatureHint.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,SAAS,CAAA;AAEnC,KAAK,gBAAgB,GAAG;IACtB,IAAI,CAAC,EAAE,IAAI,CAAA;CACZ,CAAA;AAED,eAAO,MAAM,WAAW,GAAI,UAAU,gBAAgB,4CAsCrD,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import { InformationOutlineIcon } from "@ultraviolet/icons";
|
|
2
|
+
import { InformationOutlineIcon } from "@ultraviolet/icons/InformationOutlineIcon";
|
|
3
3
|
import { Tooltip, Popover } from "@ultraviolet/ui";
|
|
4
4
|
import { useState } from "react";
|
|
5
5
|
import { plansIconWrapper } from "./styles.css.js";
|
|
@@ -19,7 +19,7 @@ const FeatureHint = ({ hint }) => {
|
|
|
19
19
|
title: hint.title,
|
|
20
20
|
visible,
|
|
21
21
|
children: /* @__PURE__ */ jsx(
|
|
22
|
-
"
|
|
22
|
+
"button",
|
|
23
23
|
{
|
|
24
24
|
className: plansIconWrapper,
|
|
25
25
|
"data-testid": "hint-popover",
|
|
@@ -29,8 +29,8 @@ const FeatureHint = ({ hint }) => {
|
|
|
29
29
|
setVisible(true);
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
|
-
role: "button",
|
|
33
32
|
tabIndex: 0,
|
|
33
|
+
type: "button",
|
|
34
34
|
children: /* @__PURE__ */ jsx(InformationOutlineIcon, { prominence: "weak", sentiment: "neutral" })
|
|
35
35
|
}
|
|
36
36
|
)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Plans/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Plans/index.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAG1C,OAAO,YAAY,MAAM,cAAc,CAAA;AASvC,OAAO,KAAK,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAEhD,KAAK,UAAU,CAAC,CAAC,SAAS,MAAM,IAAI;IAClC,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,CAAC,YAAY,EAAE,MAAM,GAAG,SAAS,KAAK,IAAI,CAAA;IACrD,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,EAAE,CAAA;IACtB,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAA;IACpB,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,OAAO,YAAY,EAAE,MAAM,CAAC,CAAA;IACnD,KAAK,CAAC,EAAE,aAAa,CAAA;IACrB,sFAAsF;IACtF,SAAS,CAAC,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAA;CAC9C,CAAA;AAED,eAAO,MAAM,KAAK,GAAI,CAAC,SAAS,MAAM,EAAE,0GAWrC,UAAU,CAAC,CAAC,CAAC,4CAsOf,CAAA"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { CheckCircleIcon } from "@ultraviolet/icons/CheckCircleIcon";
|
|
3
|
+
import { CloseIcon } from "@ultraviolet/icons/CloseIcon";
|
|
3
4
|
import { Text, Badge, Stack } from "@ultraviolet/ui";
|
|
4
5
|
import { useState } from "react";
|
|
5
6
|
import { FeatureHint } from "./FeatureHint.js";
|
|
@@ -27,54 +28,57 @@ const Plans = ({
|
|
|
27
28
|
plans$1.map((plan) => {
|
|
28
29
|
const computedDisabled = !!(plan.outOfStock || plan.disabled);
|
|
29
30
|
const selectable = hasCardBehavior && !computedDisabled;
|
|
30
|
-
const isHighlighted =
|
|
31
|
-
return
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
onMouseOut: selectable ? () => setHoveredPlan(void 0) : void 0,
|
|
50
|
-
onMouseOver: selectable ? () => setHoveredPlan(plan.value) : void 0,
|
|
51
|
-
children: [
|
|
52
|
-
plan.outOfStock ? /* @__PURE__ */ jsx(Badge, { className: plansOutOfStockBadge, size: "small", children: locales$1["plans.outOfStock"] }) : null,
|
|
53
|
-
plan.header.quotas && !plan.outOfStock ? /* @__PURE__ */ jsx(Badge, { className: plansOutOfStockBadge, size: "small", children: plan.header.quotas }) : null,
|
|
54
|
-
isHighlighted && !plan.outOfStock && !plan.header.quotas ? /* @__PURE__ */ jsx(
|
|
55
|
-
Badge,
|
|
56
|
-
{
|
|
57
|
-
className: plansOutOfStockBadge,
|
|
58
|
-
prominence: "strong",
|
|
59
|
-
sentiment: "primary",
|
|
60
|
-
size: "small",
|
|
61
|
-
children: highlight.content
|
|
62
|
-
}
|
|
63
|
-
) : null,
|
|
64
|
-
/* @__PURE__ */ jsx(
|
|
65
|
-
PlanHeader,
|
|
66
|
-
{
|
|
67
|
-
currentPlanValue: value,
|
|
68
|
-
disabled: computedDisabled,
|
|
69
|
-
fieldName,
|
|
70
|
-
onChange,
|
|
71
|
-
plan,
|
|
72
|
-
setFocusedPlan
|
|
31
|
+
const isHighlighted = plan.value === highlight?.plan;
|
|
32
|
+
return (
|
|
33
|
+
// biome-ignore lint/a11y/noNoninteractiveElementInteractions: interactive table interactive table with a clickable button for accessibility
|
|
34
|
+
/* @__PURE__ */ jsxs(
|
|
35
|
+
"td",
|
|
36
|
+
{
|
|
37
|
+
className: plansCell({
|
|
38
|
+
activeColor: value === plan.value || hoveredPlan === plan.value || isHighlighted && !plan.outOfStock,
|
|
39
|
+
disabled: computedDisabled,
|
|
40
|
+
focus: focusedPlan === plan.value,
|
|
41
|
+
hideLabels,
|
|
42
|
+
selectable
|
|
43
|
+
}),
|
|
44
|
+
onBlur: selectable ? () => setHoveredPlan(void 0) : void 0,
|
|
45
|
+
onClick: selectable ? () => onChange(plan.value) : void 0,
|
|
46
|
+
onFocus: selectable ? () => setHoveredPlan(plan.value) : void 0,
|
|
47
|
+
onKeyDown: (event) => {
|
|
48
|
+
if ([" ", "Enter"].includes(event.key) && selectable) {
|
|
49
|
+
onChange(plan.value);
|
|
73
50
|
}
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
51
|
+
},
|
|
52
|
+
onMouseOut: selectable ? () => setHoveredPlan(void 0) : void 0,
|
|
53
|
+
onMouseOver: selectable ? () => setHoveredPlan(plan.value) : void 0,
|
|
54
|
+
children: [
|
|
55
|
+
plan.outOfStock ? /* @__PURE__ */ jsx(Badge, { className: plansOutOfStockBadge, size: "small", children: locales$1["plans.outOfStock"] }) : null,
|
|
56
|
+
plan.header.quotas && !plan.outOfStock ? /* @__PURE__ */ jsx(Badge, { className: plansOutOfStockBadge, size: "small", children: plan.header.quotas }) : null,
|
|
57
|
+
isHighlighted && !plan.outOfStock && !plan.header.quotas ? /* @__PURE__ */ jsx(
|
|
58
|
+
Badge,
|
|
59
|
+
{
|
|
60
|
+
className: plansOutOfStockBadge,
|
|
61
|
+
prominence: "strong",
|
|
62
|
+
sentiment: "primary",
|
|
63
|
+
size: "small",
|
|
64
|
+
children: highlight.content
|
|
65
|
+
}
|
|
66
|
+
) : null,
|
|
67
|
+
/* @__PURE__ */ jsx(
|
|
68
|
+
PlanHeader,
|
|
69
|
+
{
|
|
70
|
+
currentPlanValue: value,
|
|
71
|
+
disabled: computedDisabled,
|
|
72
|
+
fieldName,
|
|
73
|
+
onChange,
|
|
74
|
+
plan,
|
|
75
|
+
setFocusedPlan
|
|
76
|
+
}
|
|
77
|
+
)
|
|
78
|
+
]
|
|
79
|
+
},
|
|
80
|
+
plan.value
|
|
81
|
+
)
|
|
78
82
|
);
|
|
79
83
|
})
|
|
80
84
|
] }) }),
|
|
@@ -99,7 +103,7 @@ const Plans = ({
|
|
|
99
103
|
feature.hint ? /* @__PURE__ */ jsx(FeatureHint, { hint: feature.hint }) : null
|
|
100
104
|
] }) }),
|
|
101
105
|
plans$1.map((plan) => {
|
|
102
|
-
const isHighlighted =
|
|
106
|
+
const isHighlighted = plan.value === highlight?.plan;
|
|
103
107
|
return /* @__PURE__ */ jsx(
|
|
104
108
|
"td",
|
|
105
109
|
{
|
|
@@ -140,62 +144,65 @@ const Plans = ({
|
|
|
140
144
|
plans$1.map((plan) => {
|
|
141
145
|
const computedDisabled = plan.outOfStock || plan.disabled;
|
|
142
146
|
const selectable = hasCardBehavior && !computedDisabled;
|
|
143
|
-
const isHighlighted =
|
|
144
|
-
return
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
147
|
+
const isHighlighted = plan.value === highlight?.plan;
|
|
148
|
+
return (
|
|
149
|
+
// biome-ignore lint/a11y/noNoninteractiveElementInteractions: interactive table with a clickable button for accessibility
|
|
150
|
+
/* @__PURE__ */ jsxs(
|
|
151
|
+
"td",
|
|
152
|
+
{
|
|
153
|
+
className: plansCell({
|
|
154
|
+
activeColor: value === plan.value || hoveredPlan === plan.value || isHighlighted && !plan.outOfStock,
|
|
155
|
+
disabled: computedDisabled,
|
|
156
|
+
focus: focusedPlan === plan.value,
|
|
157
|
+
hideLabels,
|
|
158
|
+
selectable
|
|
159
|
+
}),
|
|
160
|
+
"data-testid": `${plan.value}-${feature.key}`,
|
|
161
|
+
onBlur: () => {
|
|
162
|
+
},
|
|
163
|
+
onClick: selectable ? () => onChange(plan.value) : void 0,
|
|
164
|
+
onFocus: () => {
|
|
165
|
+
},
|
|
166
|
+
onKeyDown: () => {
|
|
167
|
+
},
|
|
168
|
+
onMouseOut: selectable ? () => {
|
|
169
|
+
setHoveredPlan(void 0);
|
|
170
|
+
} : void 0,
|
|
171
|
+
onMouseOver: selectable ? () => {
|
|
172
|
+
setHoveredPlan(plan.value);
|
|
173
|
+
} : void 0,
|
|
174
|
+
children: [
|
|
175
|
+
plan.data[featureKey] === false ? /* @__PURE__ */ jsx(
|
|
176
|
+
CloseIcon,
|
|
177
|
+
{
|
|
178
|
+
disabled: computedDisabled,
|
|
179
|
+
prominence: "weak",
|
|
180
|
+
sentiment: "neutral",
|
|
181
|
+
size: "large"
|
|
182
|
+
}
|
|
183
|
+
) : null,
|
|
184
|
+
plan.data[featureKey] === true ? /* @__PURE__ */ jsx(
|
|
185
|
+
CheckCircleIcon,
|
|
186
|
+
{
|
|
187
|
+
disabled: computedDisabled,
|
|
188
|
+
sentiment: "success",
|
|
189
|
+
size: "medium"
|
|
190
|
+
}
|
|
191
|
+
) : null,
|
|
192
|
+
typeof plan.data[featureKey] !== "boolean" ? /* @__PURE__ */ jsx(
|
|
193
|
+
Text,
|
|
194
|
+
{
|
|
195
|
+
as: "span",
|
|
196
|
+
disabled: computedDisabled,
|
|
197
|
+
sentiment: "neutral",
|
|
198
|
+
variant: "body",
|
|
199
|
+
children: plan.data[featureKey]
|
|
200
|
+
}
|
|
201
|
+
) : null
|
|
202
|
+
]
|
|
161
203
|
},
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
} : void 0,
|
|
165
|
-
onMouseOver: selectable ? () => {
|
|
166
|
-
setHoveredPlan(plan.value);
|
|
167
|
-
} : void 0,
|
|
168
|
-
children: [
|
|
169
|
-
plan.data[featureKey] === false ? /* @__PURE__ */ jsx(
|
|
170
|
-
CloseIcon,
|
|
171
|
-
{
|
|
172
|
-
disabled: computedDisabled,
|
|
173
|
-
prominence: "weak",
|
|
174
|
-
sentiment: "neutral",
|
|
175
|
-
size: "large"
|
|
176
|
-
}
|
|
177
|
-
) : null,
|
|
178
|
-
plan.data[featureKey] === true ? /* @__PURE__ */ jsx(
|
|
179
|
-
CheckCircleIcon,
|
|
180
|
-
{
|
|
181
|
-
disabled: computedDisabled,
|
|
182
|
-
sentiment: "success",
|
|
183
|
-
size: "medium"
|
|
184
|
-
}
|
|
185
|
-
) : null,
|
|
186
|
-
typeof plan.data[featureKey] !== "boolean" ? /* @__PURE__ */ jsx(
|
|
187
|
-
Text,
|
|
188
|
-
{
|
|
189
|
-
as: "span",
|
|
190
|
-
disabled: computedDisabled,
|
|
191
|
-
sentiment: "neutral",
|
|
192
|
-
variant: "body",
|
|
193
|
-
children: plan.data[featureKey]
|
|
194
|
-
}
|
|
195
|
-
) : null
|
|
196
|
-
]
|
|
197
|
-
},
|
|
198
|
-
plan.value
|
|
204
|
+
plan.value
|
|
205
|
+
)
|
|
199
206
|
);
|
|
200
207
|
})
|
|
201
208
|
] }, feature.key);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../src/components/Plans/styles.css.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../src/components/Plans/styles.css.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,gBAAgB,QAA6C,CAAA;AAE1E,eAAO,MAAM,KAAK,QAWhB,CAAA;AAEF,eAAO,MAAM,oBAAoB,QAK/B,CAAA;AAEF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0GpB,CAAA;AAEF,eAAO,MAAM,cAAc,QAA6B,CAAA;AAExD,eAAO,MAAM,kBAAkB,QAAwC,CAAA;AAEvE,eAAO,MAAM,gBAAgB,QAK3B,CAAA;AAEF,eAAO,MAAM,qBAAqB,QAA4B,CAAA;AAE9D,eAAO,MAAM,gBAAgB,QAG3B,CAAA;AAEF,eAAO,MAAM,sBAAsB,QAA2B,CAAA;AAE9D,eAAO,MAAM,mBAAmB,QAK9B,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
3
|
-
import { CheckIcon } from "@ultraviolet/icons";
|
|
3
|
+
import { CheckIcon } from "@ultraviolet/icons/CheckIcon";
|
|
4
4
|
import { StepList, Text } from "@ultraviolet/ui";
|
|
5
5
|
import { useContext } from "react";
|
|
6
6
|
import { Data } from "./helper.js";
|
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{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}
|
|
1
|
+
.uv_plus_1sui13x0{cursor:not-allowed}.uv_plus_1sui13x1{background-color:#252a3b;position:absolute;right:var(--uv_theme_rwwhsl9u);top:var(--uv_theme_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(--uv_theme_rwwhsla4);font-family:var(--uv_theme_rwwhsld8);font-size:var(--uv_theme_rwwhsld9)}.uv_plus_1sui13x2 .cm-editor.cm-focused{border:1px solid var(--uv_theme_rwwhsl5m);box-shadow:var(--uv_theme_rwwhsl8m);outline:none}.uv_plus_1sui13x2 .cm-content{padding-block:var(--uv_theme_rwwhsl9v)}.uv_plus_1sui13x2 .cm-gutters{background-color:#303445}.uv_plus_1sui13x2 .cm-lineNumbers{padding-left:var(--uv_theme_rwwhsl9u)}.uv_plus_1sui13x2 .cm-gutterElement{color:#545454}.uv_plus_1sui13x2 .cm-scroller{border-radius:var(--uv_theme_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(--uv_theme_rwwhsl5o);box-shadow:var(--uv_theme_rwwhsl8c);cursor:pointer}.uv_plus_u4r1ts4{background:var(--uv_theme_rwwhsl1i);border:1px solid var(--uv_theme_rwwhsl1v);border-radius:var(--uv_theme_rwwhsl85);color:var(--uv_theme_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(--uv_theme_rwwhsl1v);box-shadow:none}.uv_plus_u4r1ts5{background:var(--uv_theme_rwwhsl1r);border-radius:var(--uv_theme_rwwhsl85);display:flex;padding:var(--uv_theme_rwwhsl9u);width:fit-content}.uv_plus_u4r1ts6{padding:0 var(--uv_theme_rwwhsl9w) var(--uv_theme_rwwhsl9w) var(--uv_theme_rwwhsl9w)}.uv_plus_u4r1ts7{padding:var(--uv_theme_rwwhsl9w) var(--uv_theme_rwwhsl9w) var(--uv_theme_rwwhsl9w) 0}.uv_plus_u4r1ts8{height:fit-content}.uv_plus_u4r1ts9{padding:var(--uv_theme_rwwhsl9w) var(--uv_theme_rwwhsl9w) 0 var(--uv_theme_rwwhsl9w)}.uv_plus_u4r1tsa{padding:var(--uv_theme_rwwhsl9w)}.uv_plus_u4r1tsb{padding:var(--uv_theme_rwwhsl9w) 0 var(--uv_theme_rwwhsl9w) var(--uv_theme_rwwhsl9w)}.uv_plus_u4r1tsc{object-fit:cover}.uv_plus_u4r1tsc[data-disabled=true]{filter:grayscale(1)}.uv_plus_u4r1tsd{border-radius:var(--uv_theme_rwwhsl85) var(--uv_theme_rwwhsl85) 0 0}.uv_plus_u4r1tse{border-radius:var(--uv_theme_rwwhsl85) 0 0 var(--uv_theme_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(--uv_theme_rwwhsl85) var(--uv_theme_rwwhsl85) 0 0}.uv_plus_u4r1tsi{border-radius:var(--uv_theme_rwwhsl85) 0 0 var(--uv_theme_rwwhsl85)}.uv_plus_u4r1tsj{padding:var(--uv_theme_rwwhsl9w)}.uv_plus_1gpmh3x0{min-width:0}.uv_plus_1gpmh3x1{height:100%;padding:var(--uv_theme_rwwhsl9w);text-decoration:none}.uv_plus_1gpmh3x1:first-child{border-radius:var(--uv_theme_rwwhsl85) var(--uv_theme_rwwhsl85) 0 0}.uv_plus_1gpmh3x1:hover{background:var(--uv_theme_rwwhsl1k)}.uv_plus_1gpmh3x1:last-child{border-radius:0 0 var(--uv_theme_rwwhsl85) var(--uv_theme_rwwhsl85)}.uv_plus_1gpmh3x1:not(:first-child){border-top:1px solid var(--uv_theme_rwwhsl1v)}.uv_plus_1gpmh3x2{background:var(--uv_theme_rwwhsl1r);border-radius:var(--uv_theme_rwwhsl85);display:inline-flex;padding:var(--uv_theme_rwwhsl9u)}.uv_plus_1gpmh3x1:hover .uv_plus_1gpmh3x2{background:none}.uv_plus_1gpmh3x3{height:100%}.uv_plus_1gpmh3x4{background:var(--uv_theme_rwwhsl1i);border:1px solid var(--uv_theme_rwwhsl1v);border-radius:var(--uv_theme_rwwhsl85);min-width:0}.uv_plus_1gpmh3x5{padding:var(--uv_theme_rwwhsl9w)}.uv_plus_1gpmh3x5:not(:first-child){border-top:1px solid var(--uv_theme_rwwhsl1v)}.uv_plus_1gpmh3x6{border-radius:var(--uv_theme_rwwhsl85);height:32px;width:32px}.uv_plus_16zcyo50{align-items:center;display:flex;margin:0 var(--uv_theme_rwwhsla0)}.uv_plus_16zcyo51{justify-content:flex-start}.uv_plus_16zcyo52{justify-content:flex-end}.uv_plus_16zcyo53{margin-top:var(--uv_theme_rwwhsl9w);text-align:center}.uv_plus_16zcyo54{display:flex;margin-bottom:var(--uv_theme_rwwhsl9v)}.uv_plus_16zcyo55{flex-direction:row-reverse}.uv_plus_16zcyo56{flex-direction:row}.uv_plus_16zcyo57{border-radius:var(--uv_theme_rwwhsl85);margin:var(--uv_theme_rwwhsl9w);margin-bottom:0;padding:var(--uv_theme_rwwhsl9w)}.uv_plus_16zcyo58{background-color:var(--uv_theme_rwwhsl1l)}.uv_plus_16zcyo59{background-color:var(--uv_theme_rwwhsl5g)}.uv_plus_16zcyo5a{align-self:flex-end;display:flex}.uv_plus_16zcyo5b{width:100%}.uv_plus_16zcyo5c{background-color:var(--uv_theme_rwwhsl1l);height:var(--uv_theme_rwwhsl9c);margin-right:var(--uv_theme_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_wizdzu6{border:none;background:transparent;padding:0;margin:0;outline:none}.uv_plus_1ko5kn21{max-width:var(--uv_plus_1ko5kn20)}.uv_plus_1ko5kn22{margin-right:var(--uv_theme_rwwhsl9u);width:15px}.uv_plus_1ko5kn24{margin-left:var(--uv_theme_rwwhsla4)}.uv_plus_1ko5kn25{align-items:center;display:flex;flex-direction:row;justify-content:space-between;min-height:var(--uv_theme_rwwhsl9l);padding-bottom:var(--uv_theme_rwwhsl9u);padding-top:var(--uv_theme_rwwhsl9u);-webkit-box-pack:justify}.uv_plus_1ko5kn26{display:flex;flex-direction:column;height:var(--uv_theme_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(--uv_theme_rwwhsl9k);justify-content:center;text-align:initial;-webkit-box-pack:center}.uv_plus_1ko5kn2c{align-self:center;margin-left:var(--uv_theme_rwwhsl9u)}.uv_plus_1ko5kn2d{margin-left:var(--uv_theme_rwwhsl9u)}.uv_plus_1ko5kn2e{max-width:75%}.uv_plus_1ko5kn2f{vertical-align:text-top}.uv_plus_1ko5kn2g{text-decoration-color:var(--uv_theme_rwwhsl7m);text-decoration-line:line-through}.uv_plus_1ko5kn2h{align-items:center;color:var(--uv_theme_rwwhsl2m);font-size:16px;margin-right:var(--uv_theme_rwwhsla4);max-width:500px}.uv_plus_1ko5kn2i{display:inline-flex}.uv_plus_1ko5kn2j{display:flex}.uv_plus_1ko5kn2n{color:var(--uv_theme_rwwhsl2j);display:block;font-size:14px;line-height:8}.uv_plus_1ko5kn2o{align-items:center;color:var(--uv_theme_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(--uv_theme_rwwhsl9u);width:15px}.uv_plus_sk5tga3{border:1px solid var(--uv_theme_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(--uv_theme_rwwhsl9v)}.uv_plus_sk5tga7{background-color:var(--uv_theme_rwwhsl1i)}.uv_plus_sk5tga8{background-color:var(--uv_theme_rwwhsl1r);border-left:1px solid var(--uv_theme_rwwhsl1v);min-width:126px;width:30%}.uv_plus_sk5tga9{min-width:230px;padding-left:var(--uv_plus_sk5tga0);padding-right:var(--uv_theme_rwwhsl9v);position:relative;width:70%}.uv_plus_sk5tgaa:before{content:"";border-bottom:1px solid var(--uv_theme_rwwhsl1v);bottom:0;height:1px;left:0;margin-left:var(--uv_theme_rwwhsl9v);position:absolute;width:calc(100% - 32px)}.uv_plus_sk5tgab{background:var(--uv_theme_rwwhsl5g)}.uv_plus_sk5tgac{background-color:var(--uv_theme_rwwhsl5g);border-color:var(--uv_theme_rwwhsl1v);border-radius:0 0 var(--uv_theme_rwwhsl85) var(--uv_theme_rwwhsl85);border-right:none;border-style:solid;border-width:0 1px 1px 1px;height:var(--uv_theme_rwwhsl9l);min-width:126px;width:30%}.uv_plus_sk5tgad{border-radius:0 0 var(--uv_theme_rwwhsl85) var(--uv_theme_rwwhsl85);border-right:1px solid var(--uv_theme_rwwhsl1v);margin:0;width:100%}.uv_plus_sk5tgae{align-items:center;color:var(--uv_theme_rwwhsl2j);display:flex;font-size:18px;font-weight:500;margin:0;padding:var(--uv_theme_rwwhsl9v)}.uv_plus_sk5tgaf{width:70%}.uv_plus_sk5tgag{align-items:flex-start;float:right;max-width:200px;padding:var(--uv_theme_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(--uv_theme_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(--uv_theme_rwwhsl9f);line-height:18;margin-right:var(--uv_theme_rwwhsl9u)}.uv_plus_sk5tgap{margin-top:var(--uv_theme_rwwhsl9w)}.uv_plus_sk5tgaq{margin-left:var(--uv_theme_rwwhsl9v);text-align:right}.uv_plus_sk5tgar{text-align:right}.uv_plus_sk5tgas{margin-right:var(--uv_theme_rwwhsl9u)}.uv_plus_sk5tgat{padding:0}.uv_plus_sk5tgau{background-color:var(--uv_theme_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(--uv_theme_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(--uv_theme_rwwhsl9w) 0}.uv_plus_sk5tgay{display:flex;min-width:158px;padding:12px 0}.uv_plus_sk5tgaz{display:none}.uv_plus_sk5tga11{background:var(--uv_theme_rwwhsl1r);padding:var(--uv_theme_rwwhsl9v)}.uv_plus_sk5tga12{align-items:center;display:flex;flex-direction:row;gap:var(--uv_theme_rwwhsl9u);justify-content:center}@media(max-width:1800px){.uv_plus_sk5tgan{display:none}}.uv_plus_5imqkb0{padding:var(--uv_theme_rwwhsl9v);text-align:left}.uv_plus_h6pvpm1{align-items:flex-start;display:flex;flex-direction:column;font-size:var(--uv_theme_rwwhsla9);line-height:var(--uv_theme_rwwhslac);margin:0;width:100%}.uv_plus_h6pvpm2{border-bottom:1px var(--uv_theme_rwwhsl1v) solid;padding-block:var(--uv_theme_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(--uv_theme_rwwhsl9v)}.uv_plus_h6pvpm4{align-items:center;color:var(--uv_theme_rwwhsl2m);display:inline-flex;font-weight:var(--uv_theme_rwwhslbg);min-width:0}.uv_plus_h6pvpm5{color:var(--uv_theme_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(--uv_theme_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(--uv_theme_rwwhslau) + var(--uv_theme_rwwhsl9u));padding-bottom:var(--uv_theme_rwwhsl9u);padding-left:var(--uv_theme_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(--uv_theme_rwwhsl9u)}.uv_plus_nytpcy5{border-top:2px solid;border-color:transparent;height:2px;left:0;padding:var(--uv_theme_rwwhsla4) 0;position:absolute;right:0;top:0}.uv_plus_nytpcy5:before{content:"";border:3px solid;border-color:inherit;border-radius:var(--uv_theme_rwwhsl84);height:0;left:0;position:absolute;top:-4px;width:0}.uv_plus_nytpcy6{position:relative}.uv_plus_nytpcy7{padding:var(--uv_theme_rwwhsl9u) 0}.uv_plus_nytpcy8{margin-left:var(--uv_theme_rwwhsla4);padding-left:var(--uv_theme_rwwhsl9x)}.uv_plus_nytpcy9{margin:var(--uv_theme_rwwhsl9v) calc(var(--uv_theme_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(--uv_theme_rwwhsl9u)}.uv_plus_x6an4g3{border-radius:var(--uv_theme_rwwhsl85);bottom:0;margin:auto 0;padding:var(--uv_theme_rwwhsla5);position:absolute;top:0}.uv_plus_x6an4g4:hover{background:var(--uv_theme_rwwhsl5i)}.uv_plus_x6an4g5:hover{background:var(--uv_theme_rwwhsl1u)}.uv_plus_x6an4g6{text-align:left}.uv_plus_x6an4g8{background-color:inherit;border:none;border-radius:var(--uv_theme_rwwhsl85);color:inherit;margin-top:var(--uv_theme_rwwhsla5);padding:calc(var(--uv_theme_rwwhsla5) + var(--uv_theme_rwwhsla4)) var(--uv_theme_rwwhsl9u);text-align:left;text-decoration:none;width:100%}.uv_plus_x6an4ga{background-color:unset;cursor:not-allowed}.uv_plus_x6an4gb{background-color:var(--uv_theme_rwwhsl1k)}.uv_plus_x6an4gc{background-color:var(--uv_theme_rwwhsl5g)}.uv_plus_x6an4gc:hover{background-color:var(--uv_theme_rwwhsl5i)}.uv_plus_x6an4gd{cursor:pointer}.uv_plus_x6an4ge{padding:var(--uv_theme_rwwhsla4) var(--uv_theme_rwwhsl9u)}.uv_plus_x6an4gf:active{background-color:var(--uv_theme_rwwhsl1k)}.uv_plus_x6an4gg{background-color:var(--uv_theme_rwwhsl1u)}.uv_plus_x6an4gh:hover,.uv_plus_x6an4gh:focus{background-color:var(--uv_theme_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(--uv_theme_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(--uv_theme_rwwhsl2u)}.uv_plus_x6an4gp{color:var(--uv_theme_rwwhsl2t)}.uv_plus_x6an4gq{color:var(--uv_theme_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{all:unset;inset:0 0 0 -24px;margin:auto;opacity:0;pointer-events:visible;position:absolute;visibility:visible}.uv_plus_x6an4gs:hover,.uv_plus_x6an4gs:focus-visible,.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(--uv_theme_rwwhsla5);padding:0 var(--uv_theme_rwwhsl9v);width:fit-content}.uv_plus_x6an4gw{padding-top:var(--uv_theme_rwwhsla4)}.uv_plus_x6an4gx{min-width:20px}.uv_plus_x6an4gy{padding-left:28px}.uv_plus_x6an4gz{display:none}.uv_plus_19x50fv0{background:var(--uv_theme_rwwhsl1i);border-top:1px solid var(--uv_theme_rwwhsl24);box-shadow:var(--uv_theme_rwwhsl8c);display:flex;justify-content:flex-end;padding:var(--uv_theme_rwwhsl9u) var(--uv_theme_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(--uv_theme_rwwhsl1i)}.uv_plus_19x50fv3{height:22px;margin:var(--uv_theme_rwwhsl9w) var(--uv_theme_rwwhsl9w) var(--uv_theme_rwwhsl9v) var(--uv_theme_rwwhsl9w);max-width:220px;overflow:hidden}.uv_plus_19x50fv4{border-right:1px solid var(--uv_theme_rwwhsl24);display:flex;flex-direction:row;position:relative}.uv_plus_19x50fv5{background:var(--uv_theme_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(--uv_theme_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(--uv_theme_rwwhsl5m)}.uv_plus_1wcpahp1 td:first-child,.uv_plus_1wcpahp1 th:first-child{max-width:var(--uv_theme_rwwhsl9l);min-width:var(--uv_theme_rwwhsl9l);width:var(--uv_theme_rwwhsl9l)}.uv_plus_1wcpahp2{background:var(--uv_theme_rwwhsl1r);border-radius:0 0 var(--uv_theme_rwwhsl85) var(--uv_theme_rwwhsl85);cursor:auto;display:table-row;position:relative;vertical-align:middle;width:100%}.uv_plus_1wcpahp3{border:1px solid var(--uv_theme_rwwhsl1v);border-radius:0 0 var(--uv_theme_rwwhsl85) var(--uv_theme_rwwhsl85);border-top-color:transparent;margin-top:calc((var(--uv_theme_rwwhsl9v) * -1) - 1px);padding-block:var(--uv_theme_rwwhsla4);padding-inline:var(--uv_theme_rwwhsl9u);transition:border-color .2s ease}.uv_plus_1wcpahp4,.uv_plus_1wcpahp5{border:1px solid var(--uv_theme_rwwhsl1v)}.uv_plus_1wcpahp5.uv_plus_1wcpahp5{border-top:1px solid transparent}.uv_plus_1wcpahpd{background-color:var(--uv_theme_rwwhsl5g);color:var(--uv_theme_rwwhsl5y)}.uv_plus_1wcpahpe{background-color:var(--uv_theme_rwwhsl64);color:var(--uv_theme_rwwhsl6m)}.uv_plus_1wcpahpf{background-color:var(--uv_theme_rwwhsl1s);color:var(--uv_theme_rwwhsl2j)}.uv_plus_1wcpahpg{background-color:var(--uv_theme_rwwhsl6s);color:var(--uv_theme_rwwhsl7a)}.uv_plus_1wcpahph{background-color:var(--uv_theme_rwwhsl6);color:var(--uv_theme_rwwhslo)}.uv_plus_1wcpahpi{background-color:var(--uv_theme_rwwhsl7g);color:var(--uv_theme_rwwhsl7y)}.uv_plus_1wcpahpj{background-color:var(--uv_theme_rwwhslu);color:var(--uv_theme_rwwhsl1c)}.uv_plus_1wcpahpk{background-color:var(--uv_theme_rwwhsl5h);color:var(--uv_theme_rwwhsl5z)}.uv_plus_1wcpahpl{background-color:var(--uv_theme_rwwhsl65);color:var(--uv_theme_rwwhsl6n)}.uv_plus_1wcpahpm{background-color:var(--uv_theme_rwwhsl1r);color:var(--uv_theme_rwwhsl2k)}.uv_plus_1wcpahpn{background-color:var(--uv_theme_rwwhsl6t);color:var(--uv_theme_rwwhsl7b)}.uv_plus_1wcpahpo{background-color:var(--uv_theme_rwwhsl7);color:var(--uv_theme_rwwhslp)}.uv_plus_1wcpahpp{background-color:var(--uv_theme_rwwhsl7h);color:var(--uv_theme_rwwhsl7z)}.uv_plus_1wcpahpq{background-color:var(--uv_theme_rwwhslv);color:var(--uv_theme_rwwhsl1d)}.uv_plus_1wcpahpr{border:1px solid var(--uv_theme_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(--uv_theme_rwwhsl85) var(--uv_theme_rwwhsl85);border-top:1px solid var(--uv_theme_rwwhsl1v);height:fit-content;padding-block:var(--uv_theme_rwwhsla4);padding-inline:var(--uv_theme_rwwhsl9u);width:100%}.uv_plus_1wcpahpu[aria-disabled=true]{background-color:var(--uv_theme_rwwhsl1j)}.uv_plus_1wcpahpv{background-color:var(--uv_theme_rwwhsl5g)}.uv_plus_1wcpahpw{background-color:var(--uv_theme_rwwhsl64)}.uv_plus_1wcpahpx{background-color:var(--uv_theme_rwwhsl1r)}.uv_plus_1wcpahpy{background-color:var(--uv_theme_rwwhsl6s)}.uv_plus_1wcpahpz{background-color:var(--uv_theme_rwwhsl6)}.uv_plus_1wcpahp10{background-color:var(--uv_theme_rwwhsl7g)}.uv_plus_1wcpahp11{background-color:var(--uv_theme_rwwhslu)}.uv_plus_1wcpahp12{left:var(--uv_theme_rwwhsl9y);position:absolute;transform:translateY(-160%)}.uv_plus_1wcpahp13{padding:0;width:32px}.uv_plus_1wcpahp13:first-of-type{padding-left:var(--uv_theme_rwwhsl9v)}.uv_plus_1wcpahp14{color:var(--uv_theme_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(--uv_theme_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(--uv_theme_rwwhsl5m)}.uv_plus_1wcpahp1c{height:100%}.uv_plus_1wcpahp1d{border-color:var(--uv_theme_rwwhsl5m)!important}.uv_plus_1q5g1ma0{background-color:var(--uv_theme_rwwhsl1r);height:100%;min-width:20rem}.uv_plus_1q5g1ma1{height:var(--uv_theme_rwwhsl9o);padding:var(--uv_theme_rwwhsl9w);padding-bottom:var(--uv_theme_rwwhsl9v)}.uv_plus_1q5g1ma3{border-bottom:1px solid var(--uv_theme_rwwhsl1v)}.uv_plus_1q5g1ma4{background-color:var(--uv_theme_rwwhsl1i)}.uv_plus_1q5g1ma5{border-top:1px solid var(--uv_theme_rwwhsl1v);padding:var(--uv_theme_rwwhsl9w)}.uv_plus_1q5g1ma6{background-color:var(--uv_theme_rwwhsl1i);max-width:12.5rem}.uv_plus_1q5g1ma7{height:100%;min-height:10rem;overflow-y:scroll;padding:var(--uv_theme_rwwhsl9w)}.uv_plus_1q5g1ma8{padding-left:var(--uv_theme_rwwhsl9u)}.uv_plus_1q5g1ma9:not(:last-child){border-bottom:1px solid var(--uv_theme_rwwhsl1v);padding-bottom:var(--uv_theme_rwwhsl9w)}.uv_plus_1q5g1maa{color:inherit;text-decoration:inherit;transition:color .25s ease-out}.uv_plus_1q5g1maa:hover{color:var(--uv_theme_rwwhsl1c)}.uv_plus_1q5g1mab{opacity:0;position:absolute;transform:translate(calc(-1 *var(--uv_theme_rwwhsl9v)));transition:opacity .25s ease-in-out}.uv_plus_1q5g1maa:hover>.uv_plus_1q5g1mab{opacity:1}.uv_plus_1q5g1mac{margin-top:var(--uv_theme_rwwhsla4)}.uv_plus_1q5g1mad{margin-top:var(--uv_theme_rwwhsla5)}@media(min-width:1440px){.uv_plus_1q5g1ma0{min-width:27.5rem}}.uv_plus_11wud800{all:unset;cursor:pointer}.uv_plus_11wud801{border-collapse:separate;border-spacing:var(--uv_theme_rwwhsl9v) 0;height:1px;margin:0 calc(-1 * var(--uv_theme_rwwhsl9v));table-layout:fixed;width:calc(100% + var(--uv_theme_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(--uv_theme_rwwhsl9u);text-align:center}.uv_plus_11wud803:first-child{text-align:left}tbody .uv_plus_11wud803:not(:first-child){border:1px solid var(--uv_theme_rwwhsl1v);border-width:0 1px}tbody tr:last-child .uv_plus_11wud803{padding-bottom:var(--uv_theme_rwwhsl9x)}tbody tr:last-child .uv_plus_11wud803:not(:first-child){border:1px solid var(--uv_theme_rwwhsl1v);border-radius:0 0 var(--uv_theme_rwwhsl86) var(--uv_theme_rwwhsl86);border-width:0 1px 1px 1px}thead .uv_plus_11wud803{height:100%;padding-bottom:var(--uv_theme_rwwhsl9w);padding-top:var(--uv_theme_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(--uv_theme_rwwhsl1v);border-radius:var(--uv_theme_rwwhsl86) var(--uv_theme_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(--uv_theme_rwwhsl5m)}.uv_plus_11wud805{background-color:var(--uv_theme_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(--uv_theme_rwwhsl9w);text-align:start}thead .uv_plus_11wud808{padding-left:var(--uv_theme_rwwhsl9u)}.uv_plus_11wud809{cursor:pointer}tbody .uv_plus_11wud80a{padding-bottom:var(--uv_theme_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(--uv_theme_rwwhsl9u);width:100%}.uv_plus_11wud80g{width:100%}.uv_plus_11wud80h{align-items:center;display:flex;height:var(--uv_theme_rwwhsl9k)}.uv_plus_l0ny240{padding:0}.uv_plus_l0ny241{border-right:1px solid var(--uv_theme_rwwhsl1v);padding:var(--uv_theme_rwwhsl9w)}.uv_plus_l0ny242{min-width:0;padding:var(--uv_theme_rwwhsl9w);padding-top:var(--uv_theme_rwwhsl9x)}.uv_plus_l0ny243{display:flex;justify-content:right}.uv_plus_l0ny244{margin-bottom:var(--uv_theme_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.4.
|
|
3
|
+
"version": "3.4.2",
|
|
4
4
|
"description": "Ultraviolet Plus",
|
|
5
5
|
"homepage": "https://github.com/scaleway/ultraviolet#readme",
|
|
6
6
|
"repository": {
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"react": "19.2.3",
|
|
64
64
|
"react-dom": "19.2.3",
|
|
65
65
|
"@repo/config": "0.0.1",
|
|
66
|
-
"@ultraviolet/illustrations": "6.0.
|
|
66
|
+
"@ultraviolet/illustrations": "6.0.7",
|
|
67
67
|
"@utils/test": "0.0.1"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
@@ -75,9 +75,9 @@
|
|
|
75
75
|
"@vanilla-extract/recipes": "0.5.7",
|
|
76
76
|
"csstype": "3.2.3",
|
|
77
77
|
"react-intersection-observer": "10.0.2",
|
|
78
|
-
"@ultraviolet/icons": "5.0
|
|
79
|
-
"@ultraviolet/themes": "3.0.
|
|
80
|
-
"@ultraviolet/ui": "3.
|
|
78
|
+
"@ultraviolet/icons": "5.1.0",
|
|
79
|
+
"@ultraviolet/themes": "3.0.5",
|
|
80
|
+
"@ultraviolet/ui": "3.8.0",
|
|
81
81
|
"@ultraviolet/utils": "1.0.1"
|
|
82
82
|
},
|
|
83
83
|
"scripts": {
|