@ultraviolet/plus 3.0.0-beta.12 → 3.0.0-beta.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (160) hide show
  1. package/dist/components/CodeEditor/CodeEditor.cjs +3 -2
  2. package/dist/components/CodeEditor/CodeEditor.d.ts +3 -2
  3. package/dist/components/CodeEditor/CodeEditor.js +3 -2
  4. package/dist/components/ContentCard/index.cjs +3 -2
  5. package/dist/components/ContentCard/index.d.ts +2 -1
  6. package/dist/components/ContentCard/index.js +3 -2
  7. package/dist/components/ContentCard/styles.css.cjs +1 -0
  8. package/dist/components/ContentCard/styles.css.js +1 -0
  9. package/dist/components/ContentCardGroup/Card.cjs +3 -2
  10. package/dist/components/ContentCardGroup/Card.d.ts +2 -1
  11. package/dist/components/ContentCardGroup/Card.js +3 -2
  12. package/dist/components/ContentCardGroup/index.cjs +3 -2
  13. package/dist/components/ContentCardGroup/index.d.ts +3 -1
  14. package/dist/components/ContentCardGroup/index.js +3 -2
  15. package/dist/components/Conversation/index.cjs +15 -10
  16. package/dist/components/Conversation/index.d.ts +18 -10
  17. package/dist/components/Conversation/index.js +15 -10
  18. package/dist/components/Conversation/styles.css.cjs +0 -1
  19. package/dist/components/Conversation/styles.css.js +0 -1
  20. package/dist/components/CustomerSatisfaction/index.cjs +3 -2
  21. package/dist/components/CustomerSatisfaction/index.d.ts +3 -1
  22. package/dist/components/CustomerSatisfaction/index.js +3 -2
  23. package/dist/components/EstimateCost/Components/Item.cjs +34 -116
  24. package/dist/components/EstimateCost/Components/Item.d.ts +3 -2
  25. package/dist/components/EstimateCost/Components/Item.js +36 -116
  26. package/dist/components/EstimateCost/Components/LineThrough.cjs +6 -14
  27. package/dist/components/EstimateCost/Components/LineThrough.d.ts +3 -5
  28. package/dist/components/EstimateCost/Components/LineThrough.js +6 -12
  29. package/dist/components/EstimateCost/Components/NumberInput.cjs +2 -2
  30. package/dist/components/EstimateCost/Components/NumberInput.js +2 -2
  31. package/dist/components/EstimateCost/Components/Region.cjs +5 -14
  32. package/dist/components/EstimateCost/Components/Region.d.ts +2 -2
  33. package/dist/components/EstimateCost/Components/Region.js +5 -12
  34. package/dist/components/EstimateCost/Components/Regular.cjs +7 -21
  35. package/dist/components/EstimateCost/Components/Regular.d.ts +3 -2
  36. package/dist/components/EstimateCost/Components/Regular.js +7 -19
  37. package/dist/components/EstimateCost/Components/Strong.cjs +7 -21
  38. package/dist/components/EstimateCost/Components/Strong.d.ts +3 -10
  39. package/dist/components/EstimateCost/Components/Strong.js +8 -20
  40. package/dist/components/EstimateCost/Components/Unit.cjs +7 -24
  41. package/dist/components/EstimateCost/Components/Unit.d.ts +3 -1
  42. package/dist/components/EstimateCost/Components/Unit.js +7 -22
  43. package/dist/components/EstimateCost/Components/Zone.cjs +5 -14
  44. package/dist/components/EstimateCost/Components/Zone.d.ts +3 -1
  45. package/dist/components/EstimateCost/Components/Zone.js +5 -12
  46. package/dist/components/EstimateCost/Components/components.css.cjs +123 -0
  47. package/dist/components/EstimateCost/Components/components.css.d.ts +77 -0
  48. package/dist/components/EstimateCost/Components/components.css.js +123 -0
  49. package/dist/components/EstimateCost/EstimateCost.cjs +17 -21
  50. package/dist/components/EstimateCost/EstimateCost.d.ts +22 -22
  51. package/dist/components/EstimateCost/EstimateCost.js +17 -19
  52. package/dist/components/EstimateCost/EstimateCostContent.cjs +24 -74
  53. package/dist/components/EstimateCost/EstimateCostContent.d.ts +1 -1
  54. package/dist/components/EstimateCost/EstimateCostContent.js +25 -73
  55. package/dist/components/EstimateCost/OverlayComponent.cjs +13 -51
  56. package/dist/components/EstimateCost/OverlayComponent.js +14 -50
  57. package/dist/components/EstimateCost/constants.cjs +0 -4
  58. package/dist/components/EstimateCost/constants.js +0 -4
  59. package/dist/components/EstimateCost/styles.css.cjs +50 -0
  60. package/dist/components/EstimateCost/styles.css.d.ts +76 -0
  61. package/dist/components/EstimateCost/styles.css.js +50 -0
  62. package/dist/components/EstimateCost/types.d.ts +2 -1
  63. package/dist/components/FAQ/index.cjs +3 -2
  64. package/dist/components/FAQ/index.d.ts +3 -1
  65. package/dist/components/FAQ/index.js +3 -2
  66. package/dist/components/InfoTable/InfoTable.cjs +2 -1
  67. package/dist/components/InfoTable/InfoTable.d.ts +7 -4
  68. package/dist/components/InfoTable/InfoTable.js +2 -1
  69. package/dist/components/InfoTable/components/Cell.cjs +3 -2
  70. package/dist/components/InfoTable/components/Cell.d.ts +3 -2
  71. package/dist/components/InfoTable/components/Cell.js +3 -2
  72. package/dist/components/InfoTable/components/Row.cjs +8 -4
  73. package/dist/components/InfoTable/components/Row.d.ts +3 -2
  74. package/dist/components/InfoTable/components/Row.js +8 -4
  75. package/dist/components/Navigation/Footer.cjs +4 -19
  76. package/dist/components/Navigation/Footer.js +4 -17
  77. package/dist/components/Navigation/Header.cjs +2 -20
  78. package/dist/components/Navigation/Header.js +2 -18
  79. package/dist/components/Navigation/Navigation.d.ts +6 -3
  80. package/dist/components/Navigation/NavigationContent.cjs +13 -64
  81. package/dist/components/Navigation/NavigationContent.js +14 -63
  82. package/dist/components/Navigation/animations.css.d.ts +6 -0
  83. package/dist/components/Navigation/components/Group.cjs +10 -35
  84. package/dist/components/Navigation/components/Group.d.ts +3 -2
  85. package/dist/components/Navigation/components/Group.js +10 -33
  86. package/dist/components/Navigation/components/Item.cjs +86 -238
  87. package/dist/components/Navigation/components/Item.d.ts +3 -2
  88. package/dist/components/Navigation/components/Item.js +87 -237
  89. package/dist/components/Navigation/components/PinnedItems.cjs +11 -47
  90. package/dist/components/Navigation/components/PinnedItems.d.ts +3 -2
  91. package/dist/components/Navigation/components/PinnedItems.js +11 -45
  92. package/dist/components/Navigation/components/Separator.cjs +2 -12
  93. package/dist/components/Navigation/components/Separator.js +2 -10
  94. package/dist/components/Navigation/components/items.css.cjs +47 -0
  95. package/dist/components/Navigation/components/items.css.d.ts +70 -0
  96. package/dist/components/Navigation/components/items.css.js +47 -0
  97. package/dist/components/Navigation/components/styles.css.cjs +17 -0
  98. package/dist/components/Navigation/components/styles.css.d.ts +23 -0
  99. package/dist/components/Navigation/components/styles.css.js +17 -0
  100. package/dist/components/Navigation/constants.cjs +0 -27
  101. package/dist/components/Navigation/constants.d.ts +0 -12
  102. package/dist/components/Navigation/constants.js +1 -28
  103. package/dist/components/Navigation/styles.css.cjs +23 -0
  104. package/dist/components/Navigation/styles.css.d.ts +33 -0
  105. package/dist/components/Navigation/styles.css.js +23 -0
  106. package/dist/components/Navigation/types.d.ts +2 -1
  107. package/dist/components/Navigation/variables.css.cjs +4 -0
  108. package/dist/components/Navigation/variables.css.d.ts +1 -0
  109. package/dist/components/Navigation/variables.css.js +4 -0
  110. package/dist/components/OfferList/OfferList.cjs +2 -1
  111. package/dist/components/OfferList/OfferList.d.ts +6 -4
  112. package/dist/components/OfferList/OfferList.js +2 -1
  113. package/dist/components/OfferList/components/Cell.cjs +3 -2
  114. package/dist/components/OfferList/components/Cell.d.ts +1 -1
  115. package/dist/components/OfferList/components/Cell.js +3 -2
  116. package/dist/components/OfferList/components/Row.cjs +1 -1
  117. package/dist/components/OfferList/components/Row.d.ts +2 -1
  118. package/dist/components/OfferList/components/Row.js +2 -2
  119. package/dist/components/OfferList/styles.css.cjs +9 -5
  120. package/dist/components/OfferList/styles.css.d.ts +2 -0
  121. package/dist/components/OfferList/styles.css.js +10 -6
  122. package/dist/components/OrderSummary/NonScrollableContent.cjs +2 -14
  123. package/dist/components/OrderSummary/NonScrollableContent.js +2 -12
  124. package/dist/components/OrderSummary/ScrollableContent.cjs +5 -41
  125. package/dist/components/OrderSummary/ScrollableContent.js +5 -39
  126. package/dist/components/OrderSummary/helpers.cjs +4 -4
  127. package/dist/components/OrderSummary/helpers.js +4 -4
  128. package/dist/components/OrderSummary/index.cjs +6 -39
  129. package/dist/components/OrderSummary/index.d.ts +1 -1
  130. package/dist/components/OrderSummary/index.js +7 -38
  131. package/dist/components/OrderSummary/styles.css.cjs +19 -0
  132. package/dist/components/OrderSummary/styles.css.d.ts +8 -0
  133. package/dist/components/OrderSummary/styles.css.js +19 -0
  134. package/dist/components/OrderSummary/types.d.ts +2 -1
  135. package/dist/components/Plans/FeatureHint.cjs +2 -20
  136. package/dist/components/Plans/FeatureHint.js +2 -18
  137. package/dist/components/Plans/PlanHeader.cjs +6 -66
  138. package/dist/components/Plans/PlanHeader.js +6 -64
  139. package/dist/components/Plans/index.cjs +42 -92
  140. package/dist/components/Plans/index.d.ts +3 -1
  141. package/dist/components/Plans/index.js +46 -94
  142. package/dist/components/Plans/styles.css.cjs +26 -0
  143. package/dist/components/Plans/styles.css.d.ts +61 -0
  144. package/dist/components/Plans/styles.css.js +26 -0
  145. package/dist/components/SteppedListCard/Step.cjs +2 -33
  146. package/dist/components/SteppedListCard/Step.js +2 -31
  147. package/dist/components/SteppedListCard/SteppedListCard.cjs +3 -31
  148. package/dist/components/SteppedListCard/SteppedListCard.d.ts +2 -1
  149. package/dist/components/SteppedListCard/SteppedListCard.js +4 -30
  150. package/dist/components/SteppedListCard/SteppedListContent.cjs +6 -41
  151. package/dist/components/SteppedListCard/SteppedListContent.d.ts +3 -2
  152. package/dist/components/SteppedListCard/SteppedListContent.js +7 -40
  153. package/dist/components/SteppedListCard/styles.css.cjs +17 -0
  154. package/dist/components/SteppedListCard/styles.css.d.ts +7 -0
  155. package/dist/components/SteppedListCard/styles.css.js +17 -0
  156. package/dist/plus.css +1 -1
  157. package/package.json +7 -7
  158. package/dist/components/EstimateCost/componentStyle.cjs +0 -221
  159. package/dist/components/EstimateCost/componentStyle.d.ts +0 -106
  160. package/dist/components/EstimateCost/componentStyle.js +0 -219
@@ -1,56 +1,16 @@
1
1
  "use client";
2
2
  import { jsx, jsxs } from "@emotion/react/jsx-runtime";
3
- import _styled from "@emotion/styled/base";
4
3
  import { CalculatorIcon } from "@ultraviolet/icons";
5
- import { Stack } from "@ultraviolet/ui";
4
+ import { Stack, Badge } from "@ultraviolet/ui";
5
+ import { assignInlineVars } from "@vanilla-extract/dynamic";
6
6
  import { useMemo, Children, cloneElement, isValidElement } from "react";
7
+ import { estimateCostResourceName } from "./Components/components.css.js";
7
8
  import { LineThrough } from "./Components/LineThrough.js";
8
9
  import { Strong } from "./Components/Strong.js";
9
- import { OverlayRow, ItemResourceName, StyledBadge } from "./componentStyle.js";
10
10
  import { multiplier, maximumFractionDigits } from "./constants.js";
11
11
  import { useEstimateCost } from "./EstimateCostProvider.js";
12
12
  import { OverlayContextProvider } from "./OverlayContext.js";
13
- function _EMOTION_STRINGIFIED_CSS_ERROR__() {
14
- return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop).";
15
- }
16
- const OverlayContainer = /* @__PURE__ */ _styled("div", process.env.NODE_ENV === "production" ? {
17
- shouldForwardProp: (prop) => !["inView", "overlayMargin"].includes(prop),
18
- target: "e1p62vjs2"
19
- } : {
20
- shouldForwardProp: (prop) => !["inView", "overlayMargin"].includes(prop),
21
- target: "e1p62vjs2",
22
- label: "OverlayContainer"
23
- })("position:fixed;left:0;right:0;bottom:", ({
24
- inView
25
- }) => inView ? -120 : 0, "px;height:120px;background-color:", ({
26
- theme
27
- }) => theme.colors.neutral.background, ";margin:", ({
28
- overlayMargin
29
- }) => overlayMargin || "0", ";display:flex;justify-content:center;box-shadow:", ({
30
- inView,
31
- theme
32
- }) => inView ? "0" : theme.shadows.defaultShadow, ";transition:bottom 0.3s,box-shadow 0.3s;z-index:1;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9ob21lL3J1bm5lci93b3JrL3VsdHJhdmlvbGV0L3VsdHJhdmlvbGV0L3BhY2thZ2VzL3BsdXMvc3JjL2NvbXBvbmVudHMvRXN0aW1hdGVDb3N0L092ZXJsYXlDb21wb25lbnQudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWlCZ0QiLCJmaWxlIjoiL2hvbWUvcnVubmVyL3dvcmsvdWx0cmF2aW9sZXQvdWx0cmF2aW9sZXQvcGFja2FnZXMvcGx1cy9zcmMvY29tcG9uZW50cy9Fc3RpbWF0ZUNvc3QvT3ZlcmxheUNvbXBvbmVudC50c3giLCJzb3VyY2VzQ29udGVudCI6WyIndXNlIGNsaWVudCdcblxuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnXG5pbXBvcnQgeyBDYWxjdWxhdG9ySWNvbiB9IGZyb20gJ0B1bHRyYXZpb2xldC9pY29ucydcbmltcG9ydCB7IFN0YWNrIH0gZnJvbSAnQHVsdHJhdmlvbGV0L3VpJ1xuaW1wb3J0IHR5cGUgeyBKU1gsIFJlYWN0Tm9kZSB9IGZyb20gJ3JlYWN0J1xuaW1wb3J0IHsgQ2hpbGRyZW4sIGNsb25lRWxlbWVudCwgaXNWYWxpZEVsZW1lbnQsIHVzZU1lbW8gfSBmcm9tICdyZWFjdCdcbmltcG9ydCB7IExpbmVUaHJvdWdoIH0gZnJvbSAnLi9Db21wb25lbnRzL0xpbmVUaHJvdWdoJ1xuaW1wb3J0IHsgU3Ryb25nIH0gZnJvbSAnLi9Db21wb25lbnRzL1N0cm9uZydcbmltcG9ydCB7IEl0ZW1SZXNvdXJjZU5hbWUsIE92ZXJsYXlSb3csIFN0eWxlZEJhZGdlIH0gZnJvbSAnLi9jb21wb25lbnRTdHlsZSdcbmltcG9ydCB7IG1heGltdW1GcmFjdGlvbkRpZ2l0cywgbXVsdGlwbGllciB9IGZyb20gJy4vY29uc3RhbnRzJ1xuaW1wb3J0IHsgdXNlRXN0aW1hdGVDb3N0IH0gZnJvbSAnLi9Fc3RpbWF0ZUNvc3RQcm92aWRlcidcbmltcG9ydCB7IE92ZXJsYXlDb250ZXh0UHJvdmlkZXIgfSBmcm9tICcuL092ZXJsYXlDb250ZXh0J1xuaW1wb3J0IHR5cGUgeyBVbml0cyB9IGZyb20gJy4vdHlwZXMnXG5cbmNvbnN0IE92ZXJsYXlDb250YWluZXIgPSBzdHlsZWQoJ2RpdicsIHtcbiAgc2hvdWxkRm9yd2FyZFByb3A6IHByb3AgPT4gIVsnaW5WaWV3JywgJ292ZXJsYXlNYXJnaW4nXS5pbmNsdWRlcyhwcm9wKSxcbn0pPHsgaW5WaWV3PzogYm9vbGVhbjsgb3ZlcmxheU1hcmdpbj86IHN0cmluZyB9PmBcbiAgcG9zaXRpb246IGZpeGVkO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbiAgYm90dG9tOiAkeyh7IGluVmlldyB9KSA9PiAoaW5WaWV3ID8gLTEyMCA6IDApfXB4O1xuICBoZWlnaHQ6IDEyMHB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAkeyh7IHRoZW1lIH0pID0+IHRoZW1lLmNvbG9ycy5uZXV0cmFsLmJhY2tncm91bmR9O1xuICBtYXJnaW46ICR7KHsgb3ZlcmxheU1hcmdpbiB9KSA9PiBvdmVybGF5TWFyZ2luIHx8ICcwJ307XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBib3gtc2hhZG93OiAkeyh7IGluVmlldywgdGhlbWUgfSkgPT5cbiAgICBpblZpZXcgPyAnMCcgOiB0aGVtZS5zaGFkb3dzLmRlZmF1bHRTaGFkb3d9O1xuICB0cmFuc2l0aW9uOlxuICAgIGJvdHRvbSAwLjNzLFxuICAgIGJveC1zaGFkb3cgMC4zcztcbiAgei1pbmRleDogMTtcbmBcblxuY29uc3QgTGlzdCA9IHN0eWxlZC51bGBcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGxpc3Qtc3R5bGU6IG5vbmU7XG4gIG1hcmdpbjogMDtcbiAgcGFkZGluZzogJHsoeyB0aGVtZSB9KSA9PiB0aGVtZS5zcGFjZVsnMyddfSAwO1xuYFxuXG5jb25zdCBTaWRlSXRlbSA9IHN0eWxlZC5saWBcbiAgZGlzcGxheTogZmxleDtcbiAgcGFkZGluZzogMTJweCAwO1xuICBtaW4td2lkdGg6IDE1OHB4O1xuYFxuXG50eXBlIEV4dHJhUHJvcHMgPSB7XG4gIGlzRmlyc3RFbGVtZW50PzogYm9vbGVhblxuICBpc0xhc3RFbGVtZW50PzogYm9vbGVhblxufVxuXG50eXBlIE92ZXJsYXlDb21wb25lbnRQcm9wcyA9IHtcbiAgY2hpbGRyZW46IFJlYWN0Tm9kZVxuICBkaXNhYmxlT3ZlcmxheUxlZnQ/OiBib29sZWFuXG4gIGRpc2FibGVPdmVybGF5UmlnaHQ/OiBib29sZWFuXG4gIGRpc2NvdW50PzogbnVtYmVyXG4gIGluVmlldz86IGJvb2xlYW5cbiAgaXNCZXRhPzogYm9vbGVhblxuICB1bml0OiBVbml0c1xuICBPdmVybGF5TGVmdD86IChwcm9wczoge1xuICAgIGNoaWxkcmVuOiBSZWFjdE5vZGVcbiAgICBkaXNhYmxlZD86IGJvb2xlYW5cbiAgfSkgPT4gSlNYLkVsZW1lbnRcbiAgT3ZlcmxheVJpZ2h0PzogKHByb3BzOiB7XG4gICAgY2hpbGRyZW4/OiBSZWFjdE5vZGVcbiAgICBkaXNhYmxlZD86IGJvb2xlYW5cbiAgfSkgPT4gSlNYLkVsZW1lbnRcbiAgdG90YWxQcmljZToge1xuICAgIG1heE92ZXJsYXlIb3VybHk6IG51bWJlclxuICAgIG92ZXJsYXlIb3VybHk6IG51bWJlclxuICB9XG4gIG92ZXJsYXlNYXJnaW4/OiBzdHJpbmdcbn1cblxuZXhwb3J0IGNvbnN0IE92ZXJsYXlDb21wb25lbnQgPSAoe1xuICBjaGlsZHJlbixcbiAgaW5WaWV3ID0gZmFsc2UsXG4gIGRpc2NvdW50ID0gMSxcbiAgT3ZlcmxheVJpZ2h0LFxuICBkaXNhYmxlT3ZlcmxheVJpZ2h0ID0gZmFsc2UsXG4gIE92ZXJsYXlMZWZ0LFxuICBkaXNhYmxlT3ZlcmxheUxlZnQgPSBmYWxzZSxcbiAgdG90YWxQcmljZSxcbiAgdW5pdCA9ICdob3VycycsXG4gIGlzQmV0YSA9IGZhbHNlLFxuICBvdmVybGF5TWFyZ2luLFxufTogT3ZlcmxheUNvbXBvbmVudFByb3BzKSA9PiB7XG4gIGNvbnN0IHsgbG9jYWxlcywgZm9ybWF0TnVtYmVyIH0gPSB1c2VFc3RpbWF0ZUNvc3QoKVxuXG4gIGNvbnN0IHZhbHVlID0gdXNlTWVtbygoKSA9PiAoeyBpc092ZXJsYXk6IHRydWUgfSksIFtdKVxuXG4gIGNvbnN0IHRvdGFsT3ZlcmxheVByaWNlID0ge1xuICAgIGRheXM6IHRvdGFsUHJpY2UubWF4T3ZlcmxheUhvdXJseSAqIG11bHRpcGxpZXIuZGF5cyxcbiAgICBob3VyczogdG90YWxQcmljZS5tYXhPdmVybGF5SG91cmx5LFxuICAgIG1pbnV0ZXM6IHRvdGFsUHJpY2UubWF4T3ZlcmxheUhvdXJseSAqIG11bHRpcGxpZXIubWludXRlcyxcbiAgICBtb250aHM6IHRvdGFsUHJpY2UubWF4T3ZlcmxheUhvdXJseSAqIG11bHRpcGxpZXIubW9udGhzLFxuICAgIHNlY29uZHM6IHRvdGFsUHJpY2UubWF4T3ZlcmxheUhvdXJseSAqIG11bHRpcGxpZXIuc2Vjb25kcyxcbiAgfVt1bml0XVxuXG4gIGNvbnN0IG92ZXJsYXlQcmljZSA9IHtcbiAgICBkYXlzOiB0b3RhbFByaWNlLm92ZXJsYXlIb3VybHkgKiBtdWx0aXBsaWVyLmRheXMsXG4gICAgaG91cnM6IHRvdGFsUHJpY2Uub3ZlcmxheUhvdXJseSxcbiAgICBtaW51dGVzOiB0b3RhbFByaWNlLm92ZXJsYXlIb3VybHkgKiBtdWx0aXBsaWVyLm1pbnV0ZXMsXG4gICAgbW9udGhzOiB0b3RhbFByaWNlLm92ZXJsYXlIb3VybHkgKiBtdWx0aXBsaWVyLm1vbnRocyxcbiAgICBzZWNvbmRzOiB0b3RhbFByaWNlLm92ZXJsYXlIb3VybHkgKiBtdWx0aXBsaWVyLnNlY29uZHMsXG4gIH1bdW5pdF1cblxuICByZXR1cm4gKFxuICAgIDxPdmVybGF5Q29udGV4dFByb3ZpZGVyIHZhbHVlPXt2YWx1ZX0+XG4gICAgICA8T3ZlcmxheUNvbnRhaW5lclxuICAgICAgICBkYXRhLXRlc3RpZD1cInN1bW1hcnktb3ZlcmxheVwiXG4gICAgICAgIGluVmlldz17aW5WaWV3fVxuICAgICAgICBvdmVybGF5TWFyZ2luPXtvdmVybGF5TWFyZ2lufVxuICAgICAgPlxuICAgICAgICA8TGlzdD5cbiAgICAgICAgICB7T3ZlcmxheUxlZnQgPyAoXG4gICAgICAgICAgICA8U2lkZUl0ZW0+XG4gICAgICAgICAgICAgIDxPdmVybGF5TGVmdCBkaXNhYmxlZD17ZGlzYWJsZU92ZXJsYXlMZWZ0fT5cbiAgICAgICAgICAgICAgICB7bG9jYWxlc1snZXN0aW1hdGUuY29zdC5zdWJtaXQubGFiZWwnXX1cbiAgICAgICAgICAgICAgPC9PdmVybGF5TGVmdD5cbiAgICAgICAgICAgIDwvU2lkZUl0ZW0+XG4gICAgICAgICAgKSA6IG51bGx9XG4gICAgICAgICAge0NoaWxkcmVuLm1hcChjaGlsZHJlbiwgKGNoaWxkLCBpbmRleCkgPT5cbiAgICAgICAgICAgIGlzVmFsaWRFbGVtZW50PEV4dHJhUHJvcHM+KGNoaWxkKVxuICAgICAgICAgICAgICA/IGNsb25lRWxlbWVudChjaGlsZCwge1xuICAgICAgICAgICAgICAgICAgaXNGaXJzdEVsZW1lbnQ6IGluZGV4ID09PSAwLFxuICAgICAgICAgICAgICAgICAgaXNMYXN0RWxlbWVudDogaW5kZXggPT09IENoaWxkcmVuLmNvdW50KGNoaWxkcmVuKSAtIDEsXG4gICAgICAgICAgICAgICAgfSlcbiAgICAgICAgICAgICAgOiBudWxsLFxuICAgICAgICAgICl9XG4gICAgICAgICAgPE92ZXJsYXlSb3c+XG4gICAgICAgICAgICA8U3RhY2sgYWxpZ25JdGVtcz1cImNlbnRlclwiIGRpcmVjdGlvbj1cInJvd1wiIGdhcD17MX0+XG4gICAgICAgICAgICAgIDxDYWxjdWxhdG9ySWNvbiBzZW50aW1lbnQ9XCJwcmltYXJ5XCIgc2l6ZT1cIm1lZGl1bVwiIC8+XG4gICAgICAgICAgICAgIHtsb2NhbGVzWydlc3RpbWF0ZS5jb3N0LmxhYmVsJ119XG4gICAgICAgICAgICA8L1N0YWNrPlxuICAgICAgICAgICAgPEl0ZW1SZXNvdXJjZU5hbWUgYW5pbWF0ZWQ9e2ZhbHNlfT5cbiAgICAgICAgICAgICAgPFN0cm9uZyB2YXJpYW50PVwiYmlnXCI+XG4gICAgICAgICAgICAgICAgPExpbmVUaHJvdWdoIGlzQWN0aXZlPXtpc0JldGEgJiYgZGlzY291bnQgPT09IDB9PlxuICAgICAgICAgICAgICAgICAge2Zvcm1hdE51bWJlcihvdmVybGF5UHJpY2UsIHtcbiAgICAgICAgICAgICAgICAgICAgbWF4aW11bUZyYWN0aW9uRGlnaXRzOiBtYXhpbXVtRnJhY3Rpb25EaWdpdHNbdW5pdF0sXG4gICAgICAgICAgICAgICAgICB9KX1cbiAgICAgICAgICAgICAgICAgIHt0b3RhbE92ZXJsYXlQcmljZSA+IDBcbiAgICAgICAgICAgICAgICAgICAgPyBgIC0gJHtmb3JtYXROdW1iZXIodG90YWxPdmVybGF5UHJpY2UsIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIG1heGltdW1GcmFjdGlvbkRpZ2l0czogbWF4aW11bUZyYWN0aW9uRGlnaXRzW3VuaXRdLFxuICAgICAgICAgICAgICAgICAgICAgIH0pfWBcbiAgICAgICAgICAgICAgICAgICAgOiBudWxsfVxuICAgICAgICAgICAgICAgICAgL3tsb2NhbGVzW2Blc3RpbWF0ZS5jb3N0LnVuaXRzLiR7dW5pdH0ubGFiZWxgXX1cbiAgICAgICAgICAgICAgICA8L0xpbmVUaHJvdWdoPlxuICAgICAgICAgICAgICA8L1N0cm9uZz5cbiAgICAgICAgICAgICAge2lzQmV0YSA/IChcbiAgICAgICAgICAgICAgICA8U3R5bGVkQmFkZ2UgcHJvbWluZW5jZT1cInN0cm9uZ1wiIHNlbnRpbWVudD1cIndhcm5pbmdcIj5cbiAgICAgICAgICAgICAgICAgIHtkaXNjb3VudCA+IDAgPyBkaXNjb3VudCAqIDEwMCA6ICcnfVxuICAgICAgICAgICAgICAgICAge1xuICAgICAgICAgICAgICAgICAgICBsb2NhbGVzW1xuICAgICAgICAgICAgICAgICAgICAgIGBlc3RpbWF0ZS5jb3N0LmJldGEuJHtkaXNjb3VudCA+IDAgPyAnZGlzY291bnQnIDogJ2ZyZWUnfWBcbiAgICAgICAgICAgICAgICAgICAgXVxuICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIDwvU3R5bGVkQmFkZ2U+XG4gICAgICAgICAgICAgICkgOiBudWxsfVxuICAgICAgICAgICAgPC9JdGVtUmVzb3VyY2VOYW1lPlxuICAgICAgICAgIDwvT3ZlcmxheVJvdz5cbiAgICAgICAgICB7T3ZlcmxheVJpZ2h0ID8gKFxuICAgICAgICAgICAgPFNpZGVJdGVtPlxuICAgICAgICAgICAgICA8T3ZlcmxheVJpZ2h0IGRpc2FibGVkPXtkaXNhYmxlT3ZlcmxheVJpZ2h0fT5cbiAgICAgICAgICAgICAgICB7bG9jYWxlc1snZXN0aW1hdGUuY29zdC5zdWJtaXQubGFiZWwnXX1cbiAgICAgICAgICAgICAgPC9PdmVybGF5UmlnaHQ+XG4gICAgICAgICAgICA8L1NpZGVJdGVtPlxuICAgICAgICAgICkgOiBudWxsfVxuICAgICAgICA8L0xpc3Q+XG4gICAgICA8L092ZXJsYXlDb250YWluZXI+XG4gICAgPC9PdmVybGF5Q29udGV4dFByb3ZpZGVyPlxuICApXG59XG4iXX0= */"));
33
- const List = /* @__PURE__ */ _styled("ul", process.env.NODE_ENV === "production" ? {
34
- target: "e1p62vjs1"
35
- } : {
36
- target: "e1p62vjs1",
37
- label: "List"
38
- })("display:flex;flex-direction:row;justify-content:center;list-style:none;margin:0;padding:", ({
39
- theme
40
- }) => theme.space["3"], " 0;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9ob21lL3J1bm5lci93b3JrL3VsdHJhdmlvbGV0L3VsdHJhdmlvbGV0L3BhY2thZ2VzL3BsdXMvc3JjL2NvbXBvbmVudHMvRXN0aW1hdGVDb3N0L092ZXJsYXlDb21wb25lbnQudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQW1Dc0IiLCJmaWxlIjoiL2hvbWUvcnVubmVyL3dvcmsvdWx0cmF2aW9sZXQvdWx0cmF2aW9sZXQvcGFja2FnZXMvcGx1cy9zcmMvY29tcG9uZW50cy9Fc3RpbWF0ZUNvc3QvT3ZlcmxheUNvbXBvbmVudC50c3giLCJzb3VyY2VzQ29udGVudCI6WyIndXNlIGNsaWVudCdcblxuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnXG5pbXBvcnQgeyBDYWxjdWxhdG9ySWNvbiB9IGZyb20gJ0B1bHRyYXZpb2xldC9pY29ucydcbmltcG9ydCB7IFN0YWNrIH0gZnJvbSAnQHVsdHJhdmlvbGV0L3VpJ1xuaW1wb3J0IHR5cGUgeyBKU1gsIFJlYWN0Tm9kZSB9IGZyb20gJ3JlYWN0J1xuaW1wb3J0IHsgQ2hpbGRyZW4sIGNsb25lRWxlbWVudCwgaXNWYWxpZEVsZW1lbnQsIHVzZU1lbW8gfSBmcm9tICdyZWFjdCdcbmltcG9ydCB7IExpbmVUaHJvdWdoIH0gZnJvbSAnLi9Db21wb25lbnRzL0xpbmVUaHJvdWdoJ1xuaW1wb3J0IHsgU3Ryb25nIH0gZnJvbSAnLi9Db21wb25lbnRzL1N0cm9uZydcbmltcG9ydCB7IEl0ZW1SZXNvdXJjZU5hbWUsIE92ZXJsYXlSb3csIFN0eWxlZEJhZGdlIH0gZnJvbSAnLi9jb21wb25lbnRTdHlsZSdcbmltcG9ydCB7IG1heGltdW1GcmFjdGlvbkRpZ2l0cywgbXVsdGlwbGllciB9IGZyb20gJy4vY29uc3RhbnRzJ1xuaW1wb3J0IHsgdXNlRXN0aW1hdGVDb3N0IH0gZnJvbSAnLi9Fc3RpbWF0ZUNvc3RQcm92aWRlcidcbmltcG9ydCB7IE92ZXJsYXlDb250ZXh0UHJvdmlkZXIgfSBmcm9tICcuL092ZXJsYXlDb250ZXh0J1xuaW1wb3J0IHR5cGUgeyBVbml0cyB9IGZyb20gJy4vdHlwZXMnXG5cbmNvbnN0IE92ZXJsYXlDb250YWluZXIgPSBzdHlsZWQoJ2RpdicsIHtcbiAgc2hvdWxkRm9yd2FyZFByb3A6IHByb3AgPT4gIVsnaW5WaWV3JywgJ292ZXJsYXlNYXJnaW4nXS5pbmNsdWRlcyhwcm9wKSxcbn0pPHsgaW5WaWV3PzogYm9vbGVhbjsgb3ZlcmxheU1hcmdpbj86IHN0cmluZyB9PmBcbiAgcG9zaXRpb246IGZpeGVkO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbiAgYm90dG9tOiAkeyh7IGluVmlldyB9KSA9PiAoaW5WaWV3ID8gLTEyMCA6IDApfXB4O1xuICBoZWlnaHQ6IDEyMHB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAkeyh7IHRoZW1lIH0pID0+IHRoZW1lLmNvbG9ycy5uZXV0cmFsLmJhY2tncm91bmR9O1xuICBtYXJnaW46ICR7KHsgb3ZlcmxheU1hcmdpbiB9KSA9PiBvdmVybGF5TWFyZ2luIHx8ICcwJ307XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBib3gtc2hhZG93OiAkeyh7IGluVmlldywgdGhlbWUgfSkgPT5cbiAgICBpblZpZXcgPyAnMCcgOiB0aGVtZS5zaGFkb3dzLmRlZmF1bHRTaGFkb3d9O1xuICB0cmFuc2l0aW9uOlxuICAgIGJvdHRvbSAwLjNzLFxuICAgIGJveC1zaGFkb3cgMC4zcztcbiAgei1pbmRleDogMTtcbmBcblxuY29uc3QgTGlzdCA9IHN0eWxlZC51bGBcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGxpc3Qtc3R5bGU6IG5vbmU7XG4gIG1hcmdpbjogMDtcbiAgcGFkZGluZzogJHsoeyB0aGVtZSB9KSA9PiB0aGVtZS5zcGFjZVsnMyddfSAwO1xuYFxuXG5jb25zdCBTaWRlSXRlbSA9IHN0eWxlZC5saWBcbiAgZGlzcGxheTogZmxleDtcbiAgcGFkZGluZzogMTJweCAwO1xuICBtaW4td2lkdGg6IDE1OHB4O1xuYFxuXG50eXBlIEV4dHJhUHJvcHMgPSB7XG4gIGlzRmlyc3RFbGVtZW50PzogYm9vbGVhblxuICBpc0xhc3RFbGVtZW50PzogYm9vbGVhblxufVxuXG50eXBlIE92ZXJsYXlDb21wb25lbnRQcm9wcyA9IHtcbiAgY2hpbGRyZW46IFJlYWN0Tm9kZVxuICBkaXNhYmxlT3ZlcmxheUxlZnQ/OiBib29sZWFuXG4gIGRpc2FibGVPdmVybGF5UmlnaHQ/OiBib29sZWFuXG4gIGRpc2NvdW50PzogbnVtYmVyXG4gIGluVmlldz86IGJvb2xlYW5cbiAgaXNCZXRhPzogYm9vbGVhblxuICB1bml0OiBVbml0c1xuICBPdmVybGF5TGVmdD86IChwcm9wczoge1xuICAgIGNoaWxkcmVuOiBSZWFjdE5vZGVcbiAgICBkaXNhYmxlZD86IGJvb2xlYW5cbiAgfSkgPT4gSlNYLkVsZW1lbnRcbiAgT3ZlcmxheVJpZ2h0PzogKHByb3BzOiB7XG4gICAgY2hpbGRyZW4/OiBSZWFjdE5vZGVcbiAgICBkaXNhYmxlZD86IGJvb2xlYW5cbiAgfSkgPT4gSlNYLkVsZW1lbnRcbiAgdG90YWxQcmljZToge1xuICAgIG1heE92ZXJsYXlIb3VybHk6IG51bWJlclxuICAgIG92ZXJsYXlIb3VybHk6IG51bWJlclxuICB9XG4gIG92ZXJsYXlNYXJnaW4/OiBzdHJpbmdcbn1cblxuZXhwb3J0IGNvbnN0IE92ZXJsYXlDb21wb25lbnQgPSAoe1xuICBjaGlsZHJlbixcbiAgaW5WaWV3ID0gZmFsc2UsXG4gIGRpc2NvdW50ID0gMSxcbiAgT3ZlcmxheVJpZ2h0LFxuICBkaXNhYmxlT3ZlcmxheVJpZ2h0ID0gZmFsc2UsXG4gIE92ZXJsYXlMZWZ0LFxuICBkaXNhYmxlT3ZlcmxheUxlZnQgPSBmYWxzZSxcbiAgdG90YWxQcmljZSxcbiAgdW5pdCA9ICdob3VycycsXG4gIGlzQmV0YSA9IGZhbHNlLFxuICBvdmVybGF5TWFyZ2luLFxufTogT3ZlcmxheUNvbXBvbmVudFByb3BzKSA9PiB7XG4gIGNvbnN0IHsgbG9jYWxlcywgZm9ybWF0TnVtYmVyIH0gPSB1c2VFc3RpbWF0ZUNvc3QoKVxuXG4gIGNvbnN0IHZhbHVlID0gdXNlTWVtbygoKSA9PiAoeyBpc092ZXJsYXk6IHRydWUgfSksIFtdKVxuXG4gIGNvbnN0IHRvdGFsT3ZlcmxheVByaWNlID0ge1xuICAgIGRheXM6IHRvdGFsUHJpY2UubWF4T3ZlcmxheUhvdXJseSAqIG11bHRpcGxpZXIuZGF5cyxcbiAgICBob3VyczogdG90YWxQcmljZS5tYXhPdmVybGF5SG91cmx5LFxuICAgIG1pbnV0ZXM6IHRvdGFsUHJpY2UubWF4T3ZlcmxheUhvdXJseSAqIG11bHRpcGxpZXIubWludXRlcyxcbiAgICBtb250aHM6IHRvdGFsUHJpY2UubWF4T3ZlcmxheUhvdXJseSAqIG11bHRpcGxpZXIubW9udGhzLFxuICAgIHNlY29uZHM6IHRvdGFsUHJpY2UubWF4T3ZlcmxheUhvdXJseSAqIG11bHRpcGxpZXIuc2Vjb25kcyxcbiAgfVt1bml0XVxuXG4gIGNvbnN0IG92ZXJsYXlQcmljZSA9IHtcbiAgICBkYXlzOiB0b3RhbFByaWNlLm92ZXJsYXlIb3VybHkgKiBtdWx0aXBsaWVyLmRheXMsXG4gICAgaG91cnM6IHRvdGFsUHJpY2Uub3ZlcmxheUhvdXJseSxcbiAgICBtaW51dGVzOiB0b3RhbFByaWNlLm92ZXJsYXlIb3VybHkgKiBtdWx0aXBsaWVyLm1pbnV0ZXMsXG4gICAgbW9udGhzOiB0b3RhbFByaWNlLm92ZXJsYXlIb3VybHkgKiBtdWx0aXBsaWVyLm1vbnRocyxcbiAgICBzZWNvbmRzOiB0b3RhbFByaWNlLm92ZXJsYXlIb3VybHkgKiBtdWx0aXBsaWVyLnNlY29uZHMsXG4gIH1bdW5pdF1cblxuICByZXR1cm4gKFxuICAgIDxPdmVybGF5Q29udGV4dFByb3ZpZGVyIHZhbHVlPXt2YWx1ZX0+XG4gICAgICA8T3ZlcmxheUNvbnRhaW5lclxuICAgICAgICBkYXRhLXRlc3RpZD1cInN1bW1hcnktb3ZlcmxheVwiXG4gICAgICAgIGluVmlldz17aW5WaWV3fVxuICAgICAgICBvdmVybGF5TWFyZ2luPXtvdmVybGF5TWFyZ2lufVxuICAgICAgPlxuICAgICAgICA8TGlzdD5cbiAgICAgICAgICB7T3ZlcmxheUxlZnQgPyAoXG4gICAgICAgICAgICA8U2lkZUl0ZW0+XG4gICAgICAgICAgICAgIDxPdmVybGF5TGVmdCBkaXNhYmxlZD17ZGlzYWJsZU92ZXJsYXlMZWZ0fT5cbiAgICAgICAgICAgICAgICB7bG9jYWxlc1snZXN0aW1hdGUuY29zdC5zdWJtaXQubGFiZWwnXX1cbiAgICAgICAgICAgICAgPC9PdmVybGF5TGVmdD5cbiAgICAgICAgICAgIDwvU2lkZUl0ZW0+XG4gICAgICAgICAgKSA6IG51bGx9XG4gICAgICAgICAge0NoaWxkcmVuLm1hcChjaGlsZHJlbiwgKGNoaWxkLCBpbmRleCkgPT5cbiAgICAgICAgICAgIGlzVmFsaWRFbGVtZW50PEV4dHJhUHJvcHM+KGNoaWxkKVxuICAgICAgICAgICAgICA/IGNsb25lRWxlbWVudChjaGlsZCwge1xuICAgICAgICAgICAgICAgICAgaXNGaXJzdEVsZW1lbnQ6IGluZGV4ID09PSAwLFxuICAgICAgICAgICAgICAgICAgaXNMYXN0RWxlbWVudDogaW5kZXggPT09IENoaWxkcmVuLmNvdW50KGNoaWxkcmVuKSAtIDEsXG4gICAgICAgICAgICAgICAgfSlcbiAgICAgICAgICAgICAgOiBudWxsLFxuICAgICAgICAgICl9XG4gICAgICAgICAgPE92ZXJsYXlSb3c+XG4gICAgICAgICAgICA8U3RhY2sgYWxpZ25JdGVtcz1cImNlbnRlclwiIGRpcmVjdGlvbj1cInJvd1wiIGdhcD17MX0+XG4gICAgICAgICAgICAgIDxDYWxjdWxhdG9ySWNvbiBzZW50aW1lbnQ9XCJwcmltYXJ5XCIgc2l6ZT1cIm1lZGl1bVwiIC8+XG4gICAgICAgICAgICAgIHtsb2NhbGVzWydlc3RpbWF0ZS5jb3N0LmxhYmVsJ119XG4gICAgICAgICAgICA8L1N0YWNrPlxuICAgICAgICAgICAgPEl0ZW1SZXNvdXJjZU5hbWUgYW5pbWF0ZWQ9e2ZhbHNlfT5cbiAgICAgICAgICAgICAgPFN0cm9uZyB2YXJpYW50PVwiYmlnXCI+XG4gICAgICAgICAgICAgICAgPExpbmVUaHJvdWdoIGlzQWN0aXZlPXtpc0JldGEgJiYgZGlzY291bnQgPT09IDB9PlxuICAgICAgICAgICAgICAgICAge2Zvcm1hdE51bWJlcihvdmVybGF5UHJpY2UsIHtcbiAgICAgICAgICAgICAgICAgICAgbWF4aW11bUZyYWN0aW9uRGlnaXRzOiBtYXhpbXVtRnJhY3Rpb25EaWdpdHNbdW5pdF0sXG4gICAgICAgICAgICAgICAgICB9KX1cbiAgICAgICAgICAgICAgICAgIHt0b3RhbE92ZXJsYXlQcmljZSA+IDBcbiAgICAgICAgICAgICAgICAgICAgPyBgIC0gJHtmb3JtYXROdW1iZXIodG90YWxPdmVybGF5UHJpY2UsIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIG1heGltdW1GcmFjdGlvbkRpZ2l0czogbWF4aW11bUZyYWN0aW9uRGlnaXRzW3VuaXRdLFxuICAgICAgICAgICAgICAgICAgICAgIH0pfWBcbiAgICAgICAgICAgICAgICAgICAgOiBudWxsfVxuICAgICAgICAgICAgICAgICAgL3tsb2NhbGVzW2Blc3RpbWF0ZS5jb3N0LnVuaXRzLiR7dW5pdH0ubGFiZWxgXX1cbiAgICAgICAgICAgICAgICA8L0xpbmVUaHJvdWdoPlxuICAgICAgICAgICAgICA8L1N0cm9uZz5cbiAgICAgICAgICAgICAge2lzQmV0YSA/IChcbiAgICAgICAgICAgICAgICA8U3R5bGVkQmFkZ2UgcHJvbWluZW5jZT1cInN0cm9uZ1wiIHNlbnRpbWVudD1cIndhcm5pbmdcIj5cbiAgICAgICAgICAgICAgICAgIHtkaXNjb3VudCA+IDAgPyBkaXNjb3VudCAqIDEwMCA6ICcnfVxuICAgICAgICAgICAgICAgICAge1xuICAgICAgICAgICAgICAgICAgICBsb2NhbGVzW1xuICAgICAgICAgICAgICAgICAgICAgIGBlc3RpbWF0ZS5jb3N0LmJldGEuJHtkaXNjb3VudCA+IDAgPyAnZGlzY291bnQnIDogJ2ZyZWUnfWBcbiAgICAgICAgICAgICAgICAgICAgXVxuICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIDwvU3R5bGVkQmFkZ2U+XG4gICAgICAgICAgICAgICkgOiBudWxsfVxuICAgICAgICAgICAgPC9JdGVtUmVzb3VyY2VOYW1lPlxuICAgICAgICAgIDwvT3ZlcmxheVJvdz5cbiAgICAgICAgICB7T3ZlcmxheVJpZ2h0ID8gKFxuICAgICAgICAgICAgPFNpZGVJdGVtPlxuICAgICAgICAgICAgICA8T3ZlcmxheVJpZ2h0IGRpc2FibGVkPXtkaXNhYmxlT3ZlcmxheVJpZ2h0fT5cbiAgICAgICAgICAgICAgICB7bG9jYWxlc1snZXN0aW1hdGUuY29zdC5zdWJtaXQubGFiZWwnXX1cbiAgICAgICAgICAgICAgPC9PdmVybGF5UmlnaHQ+XG4gICAgICAgICAgICA8L1NpZGVJdGVtPlxuICAgICAgICAgICkgOiBudWxsfVxuICAgICAgICA8L0xpc3Q+XG4gICAgICA8L092ZXJsYXlDb250YWluZXI+XG4gICAgPC9PdmVybGF5Q29udGV4dFByb3ZpZGVyPlxuICApXG59XG4iXX0= */"));
41
- const SideItem = /* @__PURE__ */ _styled("li", process.env.NODE_ENV === "production" ? {
42
- target: "e1p62vjs0"
43
- } : {
44
- target: "e1p62vjs0",
45
- label: "SideItem"
46
- })(process.env.NODE_ENV === "production" ? {
47
- name: "wpiop9",
48
- styles: "display:flex;padding:12px 0;min-width:158px"
49
- } : {
50
- name: "wpiop9",
51
- styles: "display:flex;padding:12px 0;min-width:158px/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9ob21lL3J1bm5lci93b3JrL3VsdHJhdmlvbGV0L3VsdHJhdmlvbGV0L3BhY2thZ2VzL3BsdXMvc3JjL2NvbXBvbmVudHMvRXN0aW1hdGVDb3N0L092ZXJsYXlDb21wb25lbnQudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQTRDMEIiLCJmaWxlIjoiL2hvbWUvcnVubmVyL3dvcmsvdWx0cmF2aW9sZXQvdWx0cmF2aW9sZXQvcGFja2FnZXMvcGx1cy9zcmMvY29tcG9uZW50cy9Fc3RpbWF0ZUNvc3QvT3ZlcmxheUNvbXBvbmVudC50c3giLCJzb3VyY2VzQ29udGVudCI6WyIndXNlIGNsaWVudCdcblxuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnXG5pbXBvcnQgeyBDYWxjdWxhdG9ySWNvbiB9IGZyb20gJ0B1bHRyYXZpb2xldC9pY29ucydcbmltcG9ydCB7IFN0YWNrIH0gZnJvbSAnQHVsdHJhdmlvbGV0L3VpJ1xuaW1wb3J0IHR5cGUgeyBKU1gsIFJlYWN0Tm9kZSB9IGZyb20gJ3JlYWN0J1xuaW1wb3J0IHsgQ2hpbGRyZW4sIGNsb25lRWxlbWVudCwgaXNWYWxpZEVsZW1lbnQsIHVzZU1lbW8gfSBmcm9tICdyZWFjdCdcbmltcG9ydCB7IExpbmVUaHJvdWdoIH0gZnJvbSAnLi9Db21wb25lbnRzL0xpbmVUaHJvdWdoJ1xuaW1wb3J0IHsgU3Ryb25nIH0gZnJvbSAnLi9Db21wb25lbnRzL1N0cm9uZydcbmltcG9ydCB7IEl0ZW1SZXNvdXJjZU5hbWUsIE92ZXJsYXlSb3csIFN0eWxlZEJhZGdlIH0gZnJvbSAnLi9jb21wb25lbnRTdHlsZSdcbmltcG9ydCB7IG1heGltdW1GcmFjdGlvbkRpZ2l0cywgbXVsdGlwbGllciB9IGZyb20gJy4vY29uc3RhbnRzJ1xuaW1wb3J0IHsgdXNlRXN0aW1hdGVDb3N0IH0gZnJvbSAnLi9Fc3RpbWF0ZUNvc3RQcm92aWRlcidcbmltcG9ydCB7IE92ZXJsYXlDb250ZXh0UHJvdmlkZXIgfSBmcm9tICcuL092ZXJsYXlDb250ZXh0J1xuaW1wb3J0IHR5cGUgeyBVbml0cyB9IGZyb20gJy4vdHlwZXMnXG5cbmNvbnN0IE92ZXJsYXlDb250YWluZXIgPSBzdHlsZWQoJ2RpdicsIHtcbiAgc2hvdWxkRm9yd2FyZFByb3A6IHByb3AgPT4gIVsnaW5WaWV3JywgJ292ZXJsYXlNYXJnaW4nXS5pbmNsdWRlcyhwcm9wKSxcbn0pPHsgaW5WaWV3PzogYm9vbGVhbjsgb3ZlcmxheU1hcmdpbj86IHN0cmluZyB9PmBcbiAgcG9zaXRpb246IGZpeGVkO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbiAgYm90dG9tOiAkeyh7IGluVmlldyB9KSA9PiAoaW5WaWV3ID8gLTEyMCA6IDApfXB4O1xuICBoZWlnaHQ6IDEyMHB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAkeyh7IHRoZW1lIH0pID0+IHRoZW1lLmNvbG9ycy5uZXV0cmFsLmJhY2tncm91bmR9O1xuICBtYXJnaW46ICR7KHsgb3ZlcmxheU1hcmdpbiB9KSA9PiBvdmVybGF5TWFyZ2luIHx8ICcwJ307XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBib3gtc2hhZG93OiAkeyh7IGluVmlldywgdGhlbWUgfSkgPT5cbiAgICBpblZpZXcgPyAnMCcgOiB0aGVtZS5zaGFkb3dzLmRlZmF1bHRTaGFkb3d9O1xuICB0cmFuc2l0aW9uOlxuICAgIGJvdHRvbSAwLjNzLFxuICAgIGJveC1zaGFkb3cgMC4zcztcbiAgei1pbmRleDogMTtcbmBcblxuY29uc3QgTGlzdCA9IHN0eWxlZC51bGBcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGxpc3Qtc3R5bGU6IG5vbmU7XG4gIG1hcmdpbjogMDtcbiAgcGFkZGluZzogJHsoeyB0aGVtZSB9KSA9PiB0aGVtZS5zcGFjZVsnMyddfSAwO1xuYFxuXG5jb25zdCBTaWRlSXRlbSA9IHN0eWxlZC5saWBcbiAgZGlzcGxheTogZmxleDtcbiAgcGFkZGluZzogMTJweCAwO1xuICBtaW4td2lkdGg6IDE1OHB4O1xuYFxuXG50eXBlIEV4dHJhUHJvcHMgPSB7XG4gIGlzRmlyc3RFbGVtZW50PzogYm9vbGVhblxuICBpc0xhc3RFbGVtZW50PzogYm9vbGVhblxufVxuXG50eXBlIE92ZXJsYXlDb21wb25lbnRQcm9wcyA9IHtcbiAgY2hpbGRyZW46IFJlYWN0Tm9kZVxuICBkaXNhYmxlT3ZlcmxheUxlZnQ/OiBib29sZWFuXG4gIGRpc2FibGVPdmVybGF5UmlnaHQ/OiBib29sZWFuXG4gIGRpc2NvdW50PzogbnVtYmVyXG4gIGluVmlldz86IGJvb2xlYW5cbiAgaXNCZXRhPzogYm9vbGVhblxuICB1bml0OiBVbml0c1xuICBPdmVybGF5TGVmdD86IChwcm9wczoge1xuICAgIGNoaWxkcmVuOiBSZWFjdE5vZGVcbiAgICBkaXNhYmxlZD86IGJvb2xlYW5cbiAgfSkgPT4gSlNYLkVsZW1lbnRcbiAgT3ZlcmxheVJpZ2h0PzogKHByb3BzOiB7XG4gICAgY2hpbGRyZW4/OiBSZWFjdE5vZGVcbiAgICBkaXNhYmxlZD86IGJvb2xlYW5cbiAgfSkgPT4gSlNYLkVsZW1lbnRcbiAgdG90YWxQcmljZToge1xuICAgIG1heE92ZXJsYXlIb3VybHk6IG51bWJlclxuICAgIG92ZXJsYXlIb3VybHk6IG51bWJlclxuICB9XG4gIG92ZXJsYXlNYXJnaW4/OiBzdHJpbmdcbn1cblxuZXhwb3J0IGNvbnN0IE92ZXJsYXlDb21wb25lbnQgPSAoe1xuICBjaGlsZHJlbixcbiAgaW5WaWV3ID0gZmFsc2UsXG4gIGRpc2NvdW50ID0gMSxcbiAgT3ZlcmxheVJpZ2h0LFxuICBkaXNhYmxlT3ZlcmxheVJpZ2h0ID0gZmFsc2UsXG4gIE92ZXJsYXlMZWZ0LFxuICBkaXNhYmxlT3ZlcmxheUxlZnQgPSBmYWxzZSxcbiAgdG90YWxQcmljZSxcbiAgdW5pdCA9ICdob3VycycsXG4gIGlzQmV0YSA9IGZhbHNlLFxuICBvdmVybGF5TWFyZ2luLFxufTogT3ZlcmxheUNvbXBvbmVudFByb3BzKSA9PiB7XG4gIGNvbnN0IHsgbG9jYWxlcywgZm9ybWF0TnVtYmVyIH0gPSB1c2VFc3RpbWF0ZUNvc3QoKVxuXG4gIGNvbnN0IHZhbHVlID0gdXNlTWVtbygoKSA9PiAoeyBpc092ZXJsYXk6IHRydWUgfSksIFtdKVxuXG4gIGNvbnN0IHRvdGFsT3ZlcmxheVByaWNlID0ge1xuICAgIGRheXM6IHRvdGFsUHJpY2UubWF4T3ZlcmxheUhvdXJseSAqIG11bHRpcGxpZXIuZGF5cyxcbiAgICBob3VyczogdG90YWxQcmljZS5tYXhPdmVybGF5SG91cmx5LFxuICAgIG1pbnV0ZXM6IHRvdGFsUHJpY2UubWF4T3ZlcmxheUhvdXJseSAqIG11bHRpcGxpZXIubWludXRlcyxcbiAgICBtb250aHM6IHRvdGFsUHJpY2UubWF4T3ZlcmxheUhvdXJseSAqIG11bHRpcGxpZXIubW9udGhzLFxuICAgIHNlY29uZHM6IHRvdGFsUHJpY2UubWF4T3ZlcmxheUhvdXJseSAqIG11bHRpcGxpZXIuc2Vjb25kcyxcbiAgfVt1bml0XVxuXG4gIGNvbnN0IG92ZXJsYXlQcmljZSA9IHtcbiAgICBkYXlzOiB0b3RhbFByaWNlLm92ZXJsYXlIb3VybHkgKiBtdWx0aXBsaWVyLmRheXMsXG4gICAgaG91cnM6IHRvdGFsUHJpY2Uub3ZlcmxheUhvdXJseSxcbiAgICBtaW51dGVzOiB0b3RhbFByaWNlLm92ZXJsYXlIb3VybHkgKiBtdWx0aXBsaWVyLm1pbnV0ZXMsXG4gICAgbW9udGhzOiB0b3RhbFByaWNlLm92ZXJsYXlIb3VybHkgKiBtdWx0aXBsaWVyLm1vbnRocyxcbiAgICBzZWNvbmRzOiB0b3RhbFByaWNlLm92ZXJsYXlIb3VybHkgKiBtdWx0aXBsaWVyLnNlY29uZHMsXG4gIH1bdW5pdF1cblxuICByZXR1cm4gKFxuICAgIDxPdmVybGF5Q29udGV4dFByb3ZpZGVyIHZhbHVlPXt2YWx1ZX0+XG4gICAgICA8T3ZlcmxheUNvbnRhaW5lclxuICAgICAgICBkYXRhLXRlc3RpZD1cInN1bW1hcnktb3ZlcmxheVwiXG4gICAgICAgIGluVmlldz17aW5WaWV3fVxuICAgICAgICBvdmVybGF5TWFyZ2luPXtvdmVybGF5TWFyZ2lufVxuICAgICAgPlxuICAgICAgICA8TGlzdD5cbiAgICAgICAgICB7T3ZlcmxheUxlZnQgPyAoXG4gICAgICAgICAgICA8U2lkZUl0ZW0+XG4gICAgICAgICAgICAgIDxPdmVybGF5TGVmdCBkaXNhYmxlZD17ZGlzYWJsZU92ZXJsYXlMZWZ0fT5cbiAgICAgICAgICAgICAgICB7bG9jYWxlc1snZXN0aW1hdGUuY29zdC5zdWJtaXQubGFiZWwnXX1cbiAgICAgICAgICAgICAgPC9PdmVybGF5TGVmdD5cbiAgICAgICAgICAgIDwvU2lkZUl0ZW0+XG4gICAgICAgICAgKSA6IG51bGx9XG4gICAgICAgICAge0NoaWxkcmVuLm1hcChjaGlsZHJlbiwgKGNoaWxkLCBpbmRleCkgPT5cbiAgICAgICAgICAgIGlzVmFsaWRFbGVtZW50PEV4dHJhUHJvcHM+KGNoaWxkKVxuICAgICAgICAgICAgICA/IGNsb25lRWxlbWVudChjaGlsZCwge1xuICAgICAgICAgICAgICAgICAgaXNGaXJzdEVsZW1lbnQ6IGluZGV4ID09PSAwLFxuICAgICAgICAgICAgICAgICAgaXNMYXN0RWxlbWVudDogaW5kZXggPT09IENoaWxkcmVuLmNvdW50KGNoaWxkcmVuKSAtIDEsXG4gICAgICAgICAgICAgICAgfSlcbiAgICAgICAgICAgICAgOiBudWxsLFxuICAgICAgICAgICl9XG4gICAgICAgICAgPE92ZXJsYXlSb3c+XG4gICAgICAgICAgICA8U3RhY2sgYWxpZ25JdGVtcz1cImNlbnRlclwiIGRpcmVjdGlvbj1cInJvd1wiIGdhcD17MX0+XG4gICAgICAgICAgICAgIDxDYWxjdWxhdG9ySWNvbiBzZW50aW1lbnQ9XCJwcmltYXJ5XCIgc2l6ZT1cIm1lZGl1bVwiIC8+XG4gICAgICAgICAgICAgIHtsb2NhbGVzWydlc3RpbWF0ZS5jb3N0LmxhYmVsJ119XG4gICAgICAgICAgICA8L1N0YWNrPlxuICAgICAgICAgICAgPEl0ZW1SZXNvdXJjZU5hbWUgYW5pbWF0ZWQ9e2ZhbHNlfT5cbiAgICAgICAgICAgICAgPFN0cm9uZyB2YXJpYW50PVwiYmlnXCI+XG4gICAgICAgICAgICAgICAgPExpbmVUaHJvdWdoIGlzQWN0aXZlPXtpc0JldGEgJiYgZGlzY291bnQgPT09IDB9PlxuICAgICAgICAgICAgICAgICAge2Zvcm1hdE51bWJlcihvdmVybGF5UHJpY2UsIHtcbiAgICAgICAgICAgICAgICAgICAgbWF4aW11bUZyYWN0aW9uRGlnaXRzOiBtYXhpbXVtRnJhY3Rpb25EaWdpdHNbdW5pdF0sXG4gICAgICAgICAgICAgICAgICB9KX1cbiAgICAgICAgICAgICAgICAgIHt0b3RhbE92ZXJsYXlQcmljZSA+IDBcbiAgICAgICAgICAgICAgICAgICAgPyBgIC0gJHtmb3JtYXROdW1iZXIodG90YWxPdmVybGF5UHJpY2UsIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIG1heGltdW1GcmFjdGlvbkRpZ2l0czogbWF4aW11bUZyYWN0aW9uRGlnaXRzW3VuaXRdLFxuICAgICAgICAgICAgICAgICAgICAgIH0pfWBcbiAgICAgICAgICAgICAgICAgICAgOiBudWxsfVxuICAgICAgICAgICAgICAgICAgL3tsb2NhbGVzW2Blc3RpbWF0ZS5jb3N0LnVuaXRzLiR7dW5pdH0ubGFiZWxgXX1cbiAgICAgICAgICAgICAgICA8L0xpbmVUaHJvdWdoPlxuICAgICAgICAgICAgICA8L1N0cm9uZz5cbiAgICAgICAgICAgICAge2lzQmV0YSA/IChcbiAgICAgICAgICAgICAgICA8U3R5bGVkQmFkZ2UgcHJvbWluZW5jZT1cInN0cm9uZ1wiIHNlbnRpbWVudD1cIndhcm5pbmdcIj5cbiAgICAgICAgICAgICAgICAgIHtkaXNjb3VudCA+IDAgPyBkaXNjb3VudCAqIDEwMCA6ICcnfVxuICAgICAgICAgICAgICAgICAge1xuICAgICAgICAgICAgICAgICAgICBsb2NhbGVzW1xuICAgICAgICAgICAgICAgICAgICAgIGBlc3RpbWF0ZS5jb3N0LmJldGEuJHtkaXNjb3VudCA+IDAgPyAnZGlzY291bnQnIDogJ2ZyZWUnfWBcbiAgICAgICAgICAgICAgICAgICAgXVxuICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIDwvU3R5bGVkQmFkZ2U+XG4gICAgICAgICAgICAgICkgOiBudWxsfVxuICAgICAgICAgICAgPC9JdGVtUmVzb3VyY2VOYW1lPlxuICAgICAgICAgIDwvT3ZlcmxheVJvdz5cbiAgICAgICAgICB7T3ZlcmxheVJpZ2h0ID8gKFxuICAgICAgICAgICAgPFNpZGVJdGVtPlxuICAgICAgICAgICAgICA8T3ZlcmxheVJpZ2h0IGRpc2FibGVkPXtkaXNhYmxlT3ZlcmxheVJpZ2h0fT5cbiAgICAgICAgICAgICAgICB7bG9jYWxlc1snZXN0aW1hdGUuY29zdC5zdWJtaXQubGFiZWwnXX1cbiAgICAgICAgICAgICAgPC9PdmVybGF5UmlnaHQ+XG4gICAgICAgICAgICA8L1NpZGVJdGVtPlxuICAgICAgICAgICkgOiBudWxsfVxuICAgICAgICA8L0xpc3Q+XG4gICAgICA8L092ZXJsYXlDb250YWluZXI+XG4gICAgPC9PdmVybGF5Q29udGV4dFByb3ZpZGVyPlxuICApXG59XG4iXX0= */",
52
- toString: _EMOTION_STRINGIFIED_CSS_ERROR__
53
- });
13
+ import { estimateCostOverlayContainer, estimateCostList, estimateCostSideItem, estimateCostOverlayRow, estimateCostBadge, overlayMarginVar } from "./styles.css.js";
54
14
  const OverlayComponent = ({
55
15
  children,
56
16
  inView = false,
@@ -85,18 +45,22 @@ const OverlayComponent = ({
85
45
  months: totalPrice.overlayHourly * multiplier.months,
86
46
  seconds: totalPrice.overlayHourly * multiplier.seconds
87
47
  }[unit];
88
- return /* @__PURE__ */ jsx(OverlayContextProvider, { value, children: /* @__PURE__ */ jsx(OverlayContainer, { "data-testid": "summary-overlay", inView, overlayMargin, children: /* @__PURE__ */ jsxs(List, { children: [
89
- OverlayLeft ? /* @__PURE__ */ jsx(SideItem, { children: /* @__PURE__ */ jsx(OverlayLeft, { disabled: disableOverlayLeft, children: locales["estimate.cost.submit.label"] }) }) : null,
48
+ return /* @__PURE__ */ jsx(OverlayContextProvider, { value, children: /* @__PURE__ */ jsx("div", { className: estimateCostOverlayContainer({
49
+ inView
50
+ }), "data-testid": "summary-overlay", style: assignInlineVars({
51
+ [overlayMarginVar]: overlayMargin ?? "0"
52
+ }), children: /* @__PURE__ */ jsxs("ul", { className: estimateCostList, children: [
53
+ OverlayLeft ? /* @__PURE__ */ jsx("li", { className: estimateCostSideItem, children: /* @__PURE__ */ jsx(OverlayLeft, { disabled: disableOverlayLeft, children: locales["estimate.cost.submit.label"] }) }) : null,
90
54
  Children.map(children, (child, index) => isValidElement(child) ? cloneElement(child, {
91
55
  isFirstElement: index === 0,
92
56
  isLastElement: index === Children.count(children) - 1
93
57
  }) : null),
94
- /* @__PURE__ */ jsxs(OverlayRow, { children: [
58
+ /* @__PURE__ */ jsxs("li", { className: estimateCostOverlayRow(), children: [
95
59
  /* @__PURE__ */ jsxs(Stack, { alignItems: "center", direction: "row", gap: 1, children: [
96
60
  /* @__PURE__ */ jsx(CalculatorIcon, { sentiment: "primary", size: "medium" }),
97
61
  locales["estimate.cost.label"]
98
62
  ] }),
99
- /* @__PURE__ */ jsxs(ItemResourceName, { animated: false, children: [
63
+ /* @__PURE__ */ jsxs("div", { className: estimateCostResourceName(), children: [
100
64
  /* @__PURE__ */ jsx(Strong, { variant: "big", children: /* @__PURE__ */ jsxs(LineThrough, { isActive: isBeta && discount === 0, children: [
101
65
  formatNumber(overlayPrice, {
102
66
  maximumFractionDigits: maximumFractionDigits[unit]
@@ -107,13 +71,13 @@ const OverlayComponent = ({
107
71
  "/",
108
72
  locales[`estimate.cost.units.${unit}.label`]
109
73
  ] }) }),
110
- isBeta ? /* @__PURE__ */ jsxs(StyledBadge, { prominence: "strong", sentiment: "warning", children: [
74
+ isBeta ? /* @__PURE__ */ jsxs(Badge, { className: estimateCostBadge, prominence: "strong", sentiment: "warning", children: [
111
75
  discount > 0 ? discount * 100 : "",
112
76
  locales[`estimate.cost.beta.${discount > 0 ? "discount" : "free"}`]
113
77
  ] }) : null
114
78
  ] })
115
79
  ] }),
116
- OverlayRight ? /* @__PURE__ */ jsx(SideItem, { children: /* @__PURE__ */ jsx(OverlayRight, { disabled: disableOverlayRight, children: locales["estimate.cost.submit.label"] }) }) : null
80
+ OverlayRight ? /* @__PURE__ */ jsx("li", { className: estimateCostSideItem, children: /* @__PURE__ */ jsx(OverlayRight, { disabled: disableOverlayRight, children: locales["estimate.cost.submit.label"] }) }) : null
117
81
  ] }) }) });
118
82
  };
119
83
  export {
@@ -22,11 +22,7 @@ const maximumFractionDigitsLong = {
22
22
  months: 2,
23
23
  seconds: 12
24
24
  };
25
- const MAX_CELL_WIDTH = "70%";
26
- const PRICE_MAX_CELL_WIDTH = "30%";
27
25
  exports.APPROXIMATE_HOURS_IN_MONTH = APPROXIMATE_HOURS_IN_MONTH;
28
- exports.MAX_CELL_WIDTH = MAX_CELL_WIDTH;
29
- exports.PRICE_MAX_CELL_WIDTH = PRICE_MAX_CELL_WIDTH;
30
26
  exports.maximumFractionDigits = maximumFractionDigits;
31
27
  exports.maximumFractionDigitsLong = maximumFractionDigitsLong;
32
28
  exports.multiplier = multiplier;
@@ -20,12 +20,8 @@ const maximumFractionDigitsLong = {
20
20
  months: 2,
21
21
  seconds: 12
22
22
  };
23
- const MAX_CELL_WIDTH = "70%";
24
- const PRICE_MAX_CELL_WIDTH = "30%";
25
23
  export {
26
24
  APPROXIMATE_HOURS_IN_MONTH,
27
- MAX_CELL_WIDTH,
28
- PRICE_MAX_CELL_WIDTH,
29
25
  maximumFractionDigits,
30
26
  maximumFractionDigitsLong,
31
27
  multiplier
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ ;/* empty css */
4
+ const createRuntimeFn = require("@vanilla-extract/recipes/createRuntimeFn");
5
+ var paddingLeftCell = "var(--uv_plus_sk5tga0)";
6
+ var overlayMarginVar = "var(--uv_plus_sk5tga1)";
7
+ var estimateCostImage = "uv_plus_sk5tga2";
8
+ var estimateCostTable = { total: "uv_plus_sk5tga4 uv_plus_sk5tga3", noTotal: "uv_plus_sk5tga5 uv_plus_sk5tga3" };
9
+ var estimateCostFeesTable = "uv_plus_sk5tga6 uv_plus_sk5tga3";
10
+ var estimateCostPriceColumn = "uv_plus_sk5tga7";
11
+ var estimateCostPriceCell = "uv_plus_sk5tga8";
12
+ var estimateCostCell = createRuntimeFn.createRuntimeFn({ defaultClassName: "uv_plus_sk5tga9", variantClassNames: { hasBorder: { true: "uv_plus_sk5tgaa" }, primary: { true: "uv_plus_sk5tgab" } }, defaultVariants: {}, compoundVariants: [] });
13
+ var estimateCostTotalPriceCell = "uv_plus_sk5tgac";
14
+ var estimateCostEmptyTable = "uv_plus_sk5tgad";
15
+ var estimateCostTitle = "uv_plus_sk5tgae";
16
+ var estimateCostEmptyCell = "uv_plus_sk5tgaf";
17
+ var estimateCostTimeCell = "uv_plus_sk5tgag";
18
+ var estimateCostBadgeBeta = { "long": "uv_plus_sk5tgai uv_plus_sk5tgah", "short": "uv_plus_sk5tgaj uv_plus_sk5tgah" };
19
+ var estimateCostOverlayRow = createRuntimeFn.createRuntimeFn({ defaultClassName: "uv_plus_sk5tgak", variantClassNames: { isFirstElement: { true: "uv_plus_sk5tgal" }, shouldBeHidden: { true: "uv_plus_sk5tgam" }, hideFromOverlay: { true: "uv_plus_sk5tgan" } }, defaultVariants: {}, compoundVariants: [] });
20
+ var estimateCostBadge = "uv_plus_sk5tgao";
21
+ var estimatecostFeesText = "uv_plus_sk5tgap";
22
+ var estimateCostText = { beta: "uv_plus_sk5tgaq", notBeta: "uv_plus_sk5tgar" };
23
+ var estimateCostCalculatorIcon = "uv_plus_sk5tgas";
24
+ var estimateCostPriceCellContent = "uv_plus_sk5tgat";
25
+ var estimateCostOverlayContainer = createRuntimeFn.createRuntimeFn({ defaultClassName: "uv_plus_sk5tgau", variantClassNames: { inView: { true: "uv_plus_sk5tgav", false: "uv_plus_sk5tgaw" } }, defaultVariants: {}, compoundVariants: [] });
26
+ var estimateCostList = "uv_plus_sk5tgax";
27
+ var estimateCostSideItem = "uv_plus_sk5tgay";
28
+ exports.estimateCostBadge = estimateCostBadge;
29
+ exports.estimateCostBadgeBeta = estimateCostBadgeBeta;
30
+ exports.estimateCostCalculatorIcon = estimateCostCalculatorIcon;
31
+ exports.estimateCostCell = estimateCostCell;
32
+ exports.estimateCostEmptyCell = estimateCostEmptyCell;
33
+ exports.estimateCostEmptyTable = estimateCostEmptyTable;
34
+ exports.estimateCostFeesTable = estimateCostFeesTable;
35
+ exports.estimateCostImage = estimateCostImage;
36
+ exports.estimateCostList = estimateCostList;
37
+ exports.estimateCostOverlayContainer = estimateCostOverlayContainer;
38
+ exports.estimateCostOverlayRow = estimateCostOverlayRow;
39
+ exports.estimateCostPriceCell = estimateCostPriceCell;
40
+ exports.estimateCostPriceCellContent = estimateCostPriceCellContent;
41
+ exports.estimateCostPriceColumn = estimateCostPriceColumn;
42
+ exports.estimateCostSideItem = estimateCostSideItem;
43
+ exports.estimateCostTable = estimateCostTable;
44
+ exports.estimateCostText = estimateCostText;
45
+ exports.estimateCostTimeCell = estimateCostTimeCell;
46
+ exports.estimateCostTitle = estimateCostTitle;
47
+ exports.estimateCostTotalPriceCell = estimateCostTotalPriceCell;
48
+ exports.estimatecostFeesText = estimatecostFeesText;
49
+ exports.overlayMarginVar = overlayMarginVar;
50
+ exports.paddingLeftCell = paddingLeftCell;
@@ -0,0 +1,76 @@
1
+ export declare const paddingLeftCell: `var(--${string})`;
2
+ export declare const overlayMarginVar: `var(--${string})`;
3
+ export declare const estimateCostImage: string;
4
+ export declare const estimateCostTable: Record<"total" | "noTotal", string>;
5
+ export declare const estimateCostFeesTable: string;
6
+ export declare const estimateCostPriceColumn: string;
7
+ export declare const estimateCostPriceCell: string;
8
+ export declare const estimateCostCell: import("@vanilla-extract/recipes").RuntimeFn<{
9
+ hasBorder: {
10
+ true: {
11
+ selectors: {
12
+ '&:before': {
13
+ content: "''";
14
+ position: "absolute";
15
+ left: number;
16
+ bottom: number;
17
+ height: number;
18
+ width: "calc(100% - 32px)";
19
+ marginLeft: `var(--${string})`;
20
+ borderBottom: `1px solid var(--${string})`;
21
+ };
22
+ };
23
+ };
24
+ };
25
+ primary: {
26
+ true: {
27
+ background: `var(--${string})`;
28
+ };
29
+ };
30
+ }>;
31
+ export declare const estimateCostTotalPriceCell: string;
32
+ export declare const estimateCostEmptyTable: string;
33
+ export declare const estimateCostTitle: string;
34
+ export declare const estimateCostEmptyCell: string;
35
+ export declare const estimateCostTimeCell: string;
36
+ export declare const estimateCostBadgeBeta: Record<"long" | "short", string>;
37
+ export declare const estimateCostOverlayRow: import("@vanilla-extract/recipes").RuntimeFn<{
38
+ isFirstElement: {
39
+ true: {
40
+ border: number;
41
+ };
42
+ };
43
+ shouldBeHidden: {
44
+ true: {
45
+ '@media': {
46
+ '(max-width: 1800px)': {
47
+ display: "none";
48
+ };
49
+ };
50
+ };
51
+ };
52
+ hideFromOverlay: {
53
+ true: {
54
+ display: "none";
55
+ };
56
+ };
57
+ }>;
58
+ export declare const estimateCostBadge: string;
59
+ export declare const estimatecostFeesText: string;
60
+ export declare const estimateCostText: Record<"beta" | "notBeta", string>;
61
+ export declare const estimateCostCalculatorIcon: string;
62
+ export declare const estimateCostPriceCellContent: string;
63
+ export declare const estimateCostOverlayContainer: import("@vanilla-extract/recipes").RuntimeFn<{
64
+ inView: {
65
+ true: {
66
+ bottom: "-120px";
67
+ boxShadow: "0";
68
+ };
69
+ false: {
70
+ bottom: number;
71
+ boxShadow: `var(--${string})`;
72
+ };
73
+ };
74
+ }>;
75
+ export declare const estimateCostList: string;
76
+ export declare const estimateCostSideItem: string;
@@ -0,0 +1,50 @@
1
+ /* empty css */
2
+ import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
3
+ var paddingLeftCell = "var(--uv_plus_sk5tga0)";
4
+ var overlayMarginVar = "var(--uv_plus_sk5tga1)";
5
+ var estimateCostImage = "uv_plus_sk5tga2";
6
+ var estimateCostTable = { total: "uv_plus_sk5tga4 uv_plus_sk5tga3", noTotal: "uv_plus_sk5tga5 uv_plus_sk5tga3" };
7
+ var estimateCostFeesTable = "uv_plus_sk5tga6 uv_plus_sk5tga3";
8
+ var estimateCostPriceColumn = "uv_plus_sk5tga7";
9
+ var estimateCostPriceCell = "uv_plus_sk5tga8";
10
+ var estimateCostCell = createRuntimeFn({ defaultClassName: "uv_plus_sk5tga9", variantClassNames: { hasBorder: { true: "uv_plus_sk5tgaa" }, primary: { true: "uv_plus_sk5tgab" } }, defaultVariants: {}, compoundVariants: [] });
11
+ var estimateCostTotalPriceCell = "uv_plus_sk5tgac";
12
+ var estimateCostEmptyTable = "uv_plus_sk5tgad";
13
+ var estimateCostTitle = "uv_plus_sk5tgae";
14
+ var estimateCostEmptyCell = "uv_plus_sk5tgaf";
15
+ var estimateCostTimeCell = "uv_plus_sk5tgag";
16
+ var estimateCostBadgeBeta = { "long": "uv_plus_sk5tgai uv_plus_sk5tgah", "short": "uv_plus_sk5tgaj uv_plus_sk5tgah" };
17
+ var estimateCostOverlayRow = createRuntimeFn({ defaultClassName: "uv_plus_sk5tgak", variantClassNames: { isFirstElement: { true: "uv_plus_sk5tgal" }, shouldBeHidden: { true: "uv_plus_sk5tgam" }, hideFromOverlay: { true: "uv_plus_sk5tgan" } }, defaultVariants: {}, compoundVariants: [] });
18
+ var estimateCostBadge = "uv_plus_sk5tgao";
19
+ var estimatecostFeesText = "uv_plus_sk5tgap";
20
+ var estimateCostText = { beta: "uv_plus_sk5tgaq", notBeta: "uv_plus_sk5tgar" };
21
+ var estimateCostCalculatorIcon = "uv_plus_sk5tgas";
22
+ var estimateCostPriceCellContent = "uv_plus_sk5tgat";
23
+ var estimateCostOverlayContainer = createRuntimeFn({ defaultClassName: "uv_plus_sk5tgau", variantClassNames: { inView: { true: "uv_plus_sk5tgav", false: "uv_plus_sk5tgaw" } }, defaultVariants: {}, compoundVariants: [] });
24
+ var estimateCostList = "uv_plus_sk5tgax";
25
+ var estimateCostSideItem = "uv_plus_sk5tgay";
26
+ export {
27
+ estimateCostBadge,
28
+ estimateCostBadgeBeta,
29
+ estimateCostCalculatorIcon,
30
+ estimateCostCell,
31
+ estimateCostEmptyCell,
32
+ estimateCostEmptyTable,
33
+ estimateCostFeesTable,
34
+ estimateCostImage,
35
+ estimateCostList,
36
+ estimateCostOverlayContainer,
37
+ estimateCostOverlayRow,
38
+ estimateCostPriceCell,
39
+ estimateCostPriceCellContent,
40
+ estimateCostPriceColumn,
41
+ estimateCostSideItem,
42
+ estimateCostTable,
43
+ estimateCostText,
44
+ estimateCostTimeCell,
45
+ estimateCostTitle,
46
+ estimateCostTotalPriceCell,
47
+ estimatecostFeesText,
48
+ overlayMarginVar,
49
+ paddingLeftCell
50
+ };
@@ -1,5 +1,5 @@
1
1
  import type { Alert } from '@ultraviolet/ui';
2
- import type { ComponentProps, JSX, ReactNode } from 'react';
2
+ import type { ComponentProps, CSSProperties, JSX, ReactNode } from 'react';
3
3
  import type EstimateCostLocales from './locales/en';
4
4
  export type EstimateCostProps = {
5
5
  /**
@@ -105,6 +105,7 @@ export type EstimateCostProps = {
105
105
  * To find out all currencies checkout https://en.wikipedia.org/wiki/ISO_4217#List_of_ISO_4217_currency_codes section "Code" of the table.
106
106
  */
107
107
  currency?: string;
108
+ style?: CSSProperties;
108
109
  /**
109
110
  * Defines the way we display numbers depending on locale (ex: 1,000.00 or 1 000,00).
110
111
  * To understand better please read https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat#locales
@@ -28,10 +28,11 @@ const FAQ = ({
28
28
  illustrationText,
29
29
  title,
30
30
  description,
31
- notes
31
+ notes,
32
+ style
32
33
  }) => {
33
34
  const ProductIconUsed = productIconName ? ProductIcon__namespace[`${productIconName.charAt(0).toUpperCase() + productIconName.slice(1)}ProductIcon`] : null;
34
- return /* @__PURE__ */ jsxRuntime.jsx(ui.Card, { className: styles_css.faq, children: /* @__PURE__ */ jsxRuntime.jsxs(ui.Stack, { direction: "row", gap: 2, children: [
35
+ return /* @__PURE__ */ jsxRuntime.jsx(ui.Card, { className: styles_css.faq, style, children: /* @__PURE__ */ jsxRuntime.jsxs(ui.Stack, { direction: "row", gap: 2, children: [
35
36
  /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
36
37
  !productIconName && illustrationText ? /* @__PURE__ */ jsxRuntime.jsx(ui.Bullet, { sentiment: "primary", children: illustrationText.toString() }) : null,
37
38
  ProductIconUsed ? /* @__PURE__ */ jsxRuntime.jsx(ProductIconUsed, { size: "xlarge" }) : null
@@ -1,4 +1,5 @@
1
1
  import * as ProductIcon from '@ultraviolet/icons/product';
2
+ import type { CSSProperties } from 'react';
2
3
  import type { PascalToCamelCaseWithoutSuffix } from '../../types';
3
4
  type FAQProps = {
4
5
  description: string;
@@ -6,6 +7,7 @@ type FAQProps = {
6
7
  illustrationText?: number | string;
7
8
  notes?: string;
8
9
  title: string;
10
+ style?: CSSProperties;
9
11
  };
10
- export declare const FAQ: ({ productIconName, illustrationText, title, description, notes, }: FAQProps) => import("@emotion/react/jsx-runtime").JSX.Element;
12
+ export declare const FAQ: ({ productIconName, illustrationText, title, description, notes, style, }: FAQProps) => import("@emotion/react/jsx-runtime").JSX.Element;
11
13
  export {};
@@ -8,10 +8,11 @@ const FAQ = ({
8
8
  illustrationText,
9
9
  title,
10
10
  description,
11
- notes
11
+ notes,
12
+ style
12
13
  }) => {
13
14
  const ProductIconUsed = productIconName ? ProductIcon[`${productIconName.charAt(0).toUpperCase() + productIconName.slice(1)}ProductIcon`] : null;
14
- return /* @__PURE__ */ jsx(Card, { className: faq, children: /* @__PURE__ */ jsxs(Stack, { direction: "row", gap: 2, children: [
15
+ return /* @__PURE__ */ jsx(Card, { className: faq, style, children: /* @__PURE__ */ jsxs(Stack, { direction: "row", gap: 2, children: [
15
16
  /* @__PURE__ */ jsxs("div", { children: [
16
17
  !productIconName && illustrationText ? /* @__PURE__ */ jsx(Bullet, { sentiment: "primary", children: illustrationText.toString() }) : null,
17
18
  ProductIconUsed ? /* @__PURE__ */ jsx(ProductIconUsed, { size: "xlarge" }) : null
@@ -10,10 +10,11 @@ const InfoTable = ({
10
10
  children,
11
11
  width,
12
12
  className,
13
+ style,
13
14
  "data-testid": dataTestId
14
15
  }) => /* @__PURE__ */ jsxRuntime.jsx(context.InfoTableContext.Provider, { value: {
15
16
  width
16
- }, children: /* @__PURE__ */ jsxRuntime.jsx("dl", { className: `${className ? `${className} ` : ""}${styles_css.dl}`, "data-testid": dataTestId, children }) });
17
+ }, children: /* @__PURE__ */ jsxRuntime.jsx("dl", { className: `${className ? `${className} ` : ""}${styles_css.dl}`, "data-testid": dataTestId, style, children }) });
17
18
  InfoTable.Row = Row.InfoTableRow;
18
19
  InfoTable.Cell = Cell.InfoTableCell;
19
20
  exports.InfoTable = InfoTable;
@@ -1,24 +1,27 @@
1
- import type { ReactNode } from 'react';
1
+ import type { CSSProperties, ReactNode } from 'react';
2
2
  type InfoTableProps = {
3
3
  children: ReactNode;
4
4
  width?: string;
5
5
  className?: string;
6
6
  'data-testid'?: string;
7
+ style?: CSSProperties;
7
8
  };
8
9
  /**
9
10
  * Use this component to display offers.
10
11
  * Create rows with `InfoTable.Row` and place cells within each row using `InfoTable.Cell`.
11
12
  */
12
13
  export declare const InfoTable: {
13
- ({ children, width, className, "data-testid": dataTestId, }: InfoTableProps): import("@emotion/react/jsx-runtime").JSX.Element;
14
- Row: ({ children, templateColumns }: {
14
+ ({ children, width, className, style, "data-testid": dataTestId, }: InfoTableProps): import("@emotion/react/jsx-runtime").JSX.Element;
15
+ Row: ({ children, templateColumns, style, }: {
15
16
  children: ReactNode;
16
17
  templateColumns: string;
18
+ style?: CSSProperties;
17
19
  }) => import("@emotion/react/jsx-runtime").JSX.Element;
18
- Cell: ({ children, title, multiline, }: {
20
+ Cell: ({ children, title, multiline, style, }: {
19
21
  children: ReactNode;
20
22
  title: ReactNode;
21
23
  multiline?: boolean;
24
+ style?: CSSProperties;
22
25
  }) => import("@emotion/react/jsx-runtime").JSX.Element;
23
26
  };
24
27
  export {};
@@ -8,10 +8,11 @@ const InfoTable = ({
8
8
  children,
9
9
  width,
10
10
  className,
11
+ style,
11
12
  "data-testid": dataTestId
12
13
  }) => /* @__PURE__ */ jsx(InfoTableContext.Provider, { value: {
13
14
  width
14
- }, children: /* @__PURE__ */ jsx("dl", { className: `${className ? `${className} ` : ""}${dl}`, "data-testid": dataTestId, children }) });
15
+ }, children: /* @__PURE__ */ jsx("dl", { className: `${className ? `${className} ` : ""}${dl}`, "data-testid": dataTestId, style, children }) });
15
16
  InfoTable.Row = InfoTableRow;
16
17
  InfoTable.Cell = InfoTableCell;
17
18
  export {
@@ -7,8 +7,9 @@ const styles_css = require("../styles.css.cjs");
7
7
  const InfoTableCell = ({
8
8
  children,
9
9
  title,
10
- multiline = false
11
- }) => /* @__PURE__ */ jsxRuntime.jsxs(ui.Stack, { gap: "0.5", minWidth: "0", width: "100%", children: [
10
+ multiline = false,
11
+ style
12
+ }) => /* @__PURE__ */ jsxRuntime.jsxs(ui.Stack, { gap: "0.5", minWidth: "0", style, width: "100%", children: [
12
13
  /* @__PURE__ */ jsxRuntime.jsx("dt", { className: styles_css.term, children: /* @__PURE__ */ jsxRuntime.jsx(ui.Text, { as: "div", prominence: "weak", sentiment: "neutral", variant: "bodySmallStrong", children: title }) }),
13
14
  /* @__PURE__ */ jsxRuntime.jsx("dd", { className: styles_css.desc, children: /* @__PURE__ */ jsxRuntime.jsx(ui.Text, { as: "div", className: styles_css.cellText, oneLine: !multiline, prominence: "default", sentiment: "neutral", variant: "body", children }) })
14
15
  ] });
@@ -1,8 +1,9 @@
1
- import type { ReactNode } from 'react';
1
+ import type { CSSProperties, ReactNode } from 'react';
2
2
  type CellProps = {
3
3
  children: ReactNode;
4
4
  title: ReactNode;
5
5
  multiline?: boolean;
6
+ style?: CSSProperties;
6
7
  };
7
- export declare const InfoTableCell: ({ children, title, multiline, }: CellProps) => import("@emotion/react/jsx-runtime").JSX.Element;
8
+ export declare const InfoTableCell: ({ children, title, multiline, style, }: CellProps) => import("@emotion/react/jsx-runtime").JSX.Element;
8
9
  export {};
@@ -5,8 +5,9 @@ import { term, desc, cellText } from "../styles.css.js";
5
5
  const InfoTableCell = ({
6
6
  children,
7
7
  title,
8
- multiline = false
9
- }) => /* @__PURE__ */ jsxs(Stack, { gap: "0.5", minWidth: "0", width: "100%", children: [
8
+ multiline = false,
9
+ style
10
+ }) => /* @__PURE__ */ jsxs(Stack, { gap: "0.5", minWidth: "0", style, width: "100%", children: [
10
11
  /* @__PURE__ */ jsx("dt", { className: term, children: /* @__PURE__ */ jsx(Text, { as: "div", prominence: "weak", sentiment: "neutral", variant: "bodySmallStrong", children: title }) }),
11
12
  /* @__PURE__ */ jsx("dd", { className: desc, children: /* @__PURE__ */ jsx(Text, { as: "div", className: cellText, oneLine: !multiline, prominence: "default", sentiment: "neutral", variant: "body", children }) })
12
13
  ] });
@@ -9,13 +9,17 @@ const context = require("../context.cjs");
9
9
  const styles_css = require("../styles.css.cjs");
10
10
  const InfoTableRow = ({
11
11
  children,
12
- templateColumns
12
+ templateColumns,
13
+ style
13
14
  }) => {
14
15
  const {
15
16
  width
16
17
  } = react.useContext(context.InfoTableContext);
17
- return /* @__PURE__ */ jsxRuntime.jsx(ui.Row, { className: styles_css.infoTableRow, style: dynamic.assignInlineVars({
18
- [styles_css.rowWidth]: width ?? "100%"
19
- }), templateColumns, children });
18
+ return /* @__PURE__ */ jsxRuntime.jsx(ui.Row, { className: styles_css.infoTableRow, style: {
19
+ ...dynamic.assignInlineVars({
20
+ [styles_css.rowWidth]: width ?? "100%"
21
+ }),
22
+ ...style
23
+ }, templateColumns, children });
20
24
  };
21
25
  exports.InfoTableRow = InfoTableRow;
@@ -1,7 +1,8 @@
1
- import type { ReactNode } from 'react';
1
+ import type { CSSProperties, ReactNode } from 'react';
2
2
  type RowProps = {
3
3
  children: ReactNode;
4
4
  templateColumns: string;
5
+ style?: CSSProperties;
5
6
  };
6
- export declare const InfoTableRow: ({ children, templateColumns }: RowProps) => import("@emotion/react/jsx-runtime").JSX.Element;
7
+ export declare const InfoTableRow: ({ children, templateColumns, style, }: RowProps) => import("@emotion/react/jsx-runtime").JSX.Element;
7
8
  export {};
@@ -7,14 +7,18 @@ import { InfoTableContext } from "../context.js";
7
7
  import { infoTableRow, rowWidth } from "../styles.css.js";
8
8
  const InfoTableRow = ({
9
9
  children,
10
- templateColumns
10
+ templateColumns,
11
+ style
11
12
  }) => {
12
13
  const {
13
14
  width
14
15
  } = useContext(InfoTableContext);
15
- return /* @__PURE__ */ jsx(Row, { className: infoTableRow, style: assignInlineVars({
16
- [rowWidth]: width ?? "100%"
17
- }), templateColumns, children });
16
+ return /* @__PURE__ */ jsx(Row, { className: infoTableRow, style: {
17
+ ...assignInlineVars({
18
+ [rowWidth]: width ?? "100%"
19
+ }),
20
+ ...style
21
+ }, templateColumns, children });
18
22
  };
19
23
  export {
20
24
  InfoTableRow