@ultraviolet/plus 3.1.1 → 3.1.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.
Files changed (206) hide show
  1. package/dist/components/CodeEditor/CodeEditor.d.ts +1 -0
  2. package/dist/components/CodeEditor/CodeEditor.d.ts.map +1 -0
  3. package/dist/components/CodeEditor/CodeEditor.js +4 -3
  4. package/dist/components/CodeEditor/index.d.ts +1 -0
  5. package/dist/components/CodeEditor/index.d.ts.map +1 -0
  6. package/dist/components/CodeEditor/styles.css.d.ts +1 -0
  7. package/dist/components/CodeEditor/styles.css.d.ts.map +1 -0
  8. package/dist/components/ContentCard/Skeleton.d.ts +1 -0
  9. package/dist/components/ContentCard/Skeleton.d.ts.map +1 -0
  10. package/dist/components/ContentCard/index.d.ts +1 -0
  11. package/dist/components/ContentCard/index.d.ts.map +1 -0
  12. package/dist/components/ContentCard/index.js +3 -2
  13. package/dist/components/ContentCard/styles.css.d.ts +1 -0
  14. package/dist/components/ContentCard/styles.css.d.ts.map +1 -0
  15. package/dist/components/ContentCardGroup/Card.d.ts +1 -0
  16. package/dist/components/ContentCardGroup/Card.d.ts.map +1 -0
  17. package/dist/components/ContentCardGroup/SkeletonCard.d.ts +1 -0
  18. package/dist/components/ContentCardGroup/SkeletonCard.d.ts.map +1 -0
  19. package/dist/components/ContentCardGroup/index.d.ts +1 -0
  20. package/dist/components/ContentCardGroup/index.d.ts.map +1 -0
  21. package/dist/components/ContentCardGroup/styles.css.d.ts +1 -0
  22. package/dist/components/ContentCardGroup/styles.css.d.ts.map +1 -0
  23. package/dist/components/Conversation/index.d.ts +1 -0
  24. package/dist/components/Conversation/index.d.ts.map +1 -0
  25. package/dist/components/Conversation/index.js +6 -12
  26. package/dist/components/Conversation/styles.css.d.ts +1 -0
  27. package/dist/components/Conversation/styles.css.d.ts.map +1 -0
  28. package/dist/components/CustomerSatisfaction/index.d.ts +1 -0
  29. package/dist/components/CustomerSatisfaction/index.d.ts.map +1 -0
  30. package/dist/components/CustomerSatisfaction/styles.css.d.ts +1 -0
  31. package/dist/components/CustomerSatisfaction/styles.css.d.ts.map +1 -0
  32. package/dist/components/EstimateCost/Components/CustomUnitInput.d.ts +1 -0
  33. package/dist/components/EstimateCost/Components/CustomUnitInput.d.ts.map +1 -0
  34. package/dist/components/EstimateCost/Components/Item.d.ts +1 -0
  35. package/dist/components/EstimateCost/Components/Item.d.ts.map +1 -0
  36. package/dist/components/EstimateCost/Components/Item.js +8 -1
  37. package/dist/components/EstimateCost/Components/LineThrough.d.ts +1 -0
  38. package/dist/components/EstimateCost/Components/LineThrough.d.ts.map +1 -0
  39. package/dist/components/EstimateCost/Components/LineThrough.js +2 -1
  40. package/dist/components/EstimateCost/Components/NumberInput.d.ts +1 -0
  41. package/dist/components/EstimateCost/Components/NumberInput.d.ts.map +1 -0
  42. package/dist/components/EstimateCost/Components/Region.d.ts +1 -0
  43. package/dist/components/EstimateCost/Components/Region.d.ts.map +1 -0
  44. package/dist/components/EstimateCost/Components/Regular.d.ts +1 -0
  45. package/dist/components/EstimateCost/Components/Regular.d.ts.map +1 -0
  46. package/dist/components/EstimateCost/Components/Regular.js +2 -1
  47. package/dist/components/EstimateCost/Components/Strong.d.ts +1 -0
  48. package/dist/components/EstimateCost/Components/Strong.d.ts.map +1 -0
  49. package/dist/components/EstimateCost/Components/Strong.js +5 -1
  50. package/dist/components/EstimateCost/Components/Unit.d.ts +1 -0
  51. package/dist/components/EstimateCost/Components/Unit.d.ts.map +1 -0
  52. package/dist/components/EstimateCost/Components/Zone.d.ts +1 -0
  53. package/dist/components/EstimateCost/Components/Zone.d.ts.map +1 -0
  54. package/dist/components/EstimateCost/Components/components.css.d.ts +1 -0
  55. package/dist/components/EstimateCost/Components/components.css.d.ts.map +1 -0
  56. package/dist/components/EstimateCost/EstimateCost.d.ts +1 -0
  57. package/dist/components/EstimateCost/EstimateCost.d.ts.map +1 -0
  58. package/dist/components/EstimateCost/EstimateCost.js +2 -1
  59. package/dist/components/EstimateCost/EstimateCostContent.d.ts +1 -0
  60. package/dist/components/EstimateCost/EstimateCostContent.d.ts.map +1 -0
  61. package/dist/components/EstimateCost/EstimateCostContent.js +10 -3
  62. package/dist/components/EstimateCost/EstimateCostProvider.d.ts +1 -0
  63. package/dist/components/EstimateCost/EstimateCostProvider.d.ts.map +1 -0
  64. package/dist/components/EstimateCost/OverlayComponent.d.ts +1 -0
  65. package/dist/components/EstimateCost/OverlayComponent.d.ts.map +1 -0
  66. package/dist/components/EstimateCost/OverlayContext.d.ts +1 -0
  67. package/dist/components/EstimateCost/OverlayContext.d.ts.map +1 -0
  68. package/dist/components/EstimateCost/constants.d.ts +1 -0
  69. package/dist/components/EstimateCost/constants.d.ts.map +1 -0
  70. package/dist/components/EstimateCost/helper.d.ts +1 -0
  71. package/dist/components/EstimateCost/helper.d.ts.map +1 -0
  72. package/dist/components/EstimateCost/index.d.ts +1 -0
  73. package/dist/components/EstimateCost/index.d.ts.map +1 -0
  74. package/dist/components/EstimateCost/locales/en.d.ts +1 -0
  75. package/dist/components/EstimateCost/locales/en.d.ts.map +1 -0
  76. package/dist/components/EstimateCost/styles.css.d.ts +1 -0
  77. package/dist/components/EstimateCost/styles.css.d.ts.map +1 -0
  78. package/dist/components/EstimateCost/types.d.ts +1 -0
  79. package/dist/components/EstimateCost/types.d.ts.map +1 -0
  80. package/dist/components/FAQ/index.d.ts +1 -0
  81. package/dist/components/FAQ/index.d.ts.map +1 -0
  82. package/dist/components/FAQ/styles.css.d.ts +1 -0
  83. package/dist/components/FAQ/styles.css.d.ts.map +1 -0
  84. package/dist/components/InfoTable/InfoTable.d.ts +1 -0
  85. package/dist/components/InfoTable/InfoTable.d.ts.map +1 -0
  86. package/dist/components/InfoTable/InfoTable.js +2 -9
  87. package/dist/components/InfoTable/components/Cell.d.ts +1 -0
  88. package/dist/components/InfoTable/components/Cell.d.ts.map +1 -0
  89. package/dist/components/InfoTable/components/Cell.js +1 -1
  90. package/dist/components/InfoTable/components/Row.d.ts +1 -0
  91. package/dist/components/InfoTable/components/Row.d.ts.map +1 -0
  92. package/dist/components/InfoTable/context.d.ts +1 -0
  93. package/dist/components/InfoTable/context.d.ts.map +1 -0
  94. package/dist/components/InfoTable/index.d.ts +1 -0
  95. package/dist/components/InfoTable/index.d.ts.map +1 -0
  96. package/dist/components/InfoTable/styles.css.d.ts +1 -0
  97. package/dist/components/InfoTable/styles.css.d.ts.map +1 -0
  98. package/dist/components/Navigation/Footer.d.ts +1 -0
  99. package/dist/components/Navigation/Footer.d.ts.map +1 -0
  100. package/dist/components/Navigation/Header.d.ts +1 -0
  101. package/dist/components/Navigation/Header.d.ts.map +1 -0
  102. package/dist/components/Navigation/Navigation.d.ts +1 -0
  103. package/dist/components/Navigation/Navigation.d.ts.map +1 -0
  104. package/dist/components/Navigation/NavigationContent.d.ts +1 -0
  105. package/dist/components/Navigation/NavigationContent.d.ts.map +1 -0
  106. package/dist/components/Navigation/NavigationContent.js +41 -45
  107. package/dist/components/Navigation/NavigationProvider.d.ts +1 -0
  108. package/dist/components/Navigation/NavigationProvider.d.ts.map +1 -0
  109. package/dist/components/Navigation/animations.css.d.ts +1 -0
  110. package/dist/components/Navigation/animations.css.d.ts.map +1 -0
  111. package/dist/components/Navigation/components/Group.d.ts +1 -0
  112. package/dist/components/Navigation/components/Group.d.ts.map +1 -0
  113. package/dist/components/Navigation/components/Item.d.ts +1 -0
  114. package/dist/components/Navigation/components/Item.d.ts.map +1 -0
  115. package/dist/components/Navigation/components/Item.js +23 -4
  116. package/dist/components/Navigation/components/ItemProvider.d.ts +1 -0
  117. package/dist/components/Navigation/components/ItemProvider.d.ts.map +1 -0
  118. package/dist/components/Navigation/components/PinnedItems.d.ts +1 -0
  119. package/dist/components/Navigation/components/PinnedItems.d.ts.map +1 -0
  120. package/dist/components/Navigation/components/Separator.d.ts +1 -0
  121. package/dist/components/Navigation/components/Separator.d.ts.map +1 -0
  122. package/dist/components/Navigation/components/items.css.d.ts +1 -0
  123. package/dist/components/Navigation/components/items.css.d.ts.map +1 -0
  124. package/dist/components/Navigation/components/styles.css.d.ts +1 -0
  125. package/dist/components/Navigation/components/styles.css.d.ts.map +1 -0
  126. package/dist/components/Navigation/constants.d.ts +1 -0
  127. package/dist/components/Navigation/constants.d.ts.map +1 -0
  128. package/dist/components/Navigation/index.d.ts +1 -0
  129. package/dist/components/Navigation/index.d.ts.map +1 -0
  130. package/dist/components/Navigation/locales/en.d.ts +1 -0
  131. package/dist/components/Navigation/locales/en.d.ts.map +1 -0
  132. package/dist/components/Navigation/styles.css.d.ts +1 -0
  133. package/dist/components/Navigation/styles.css.d.ts.map +1 -0
  134. package/dist/components/Navigation/styles.css.js +0 -1
  135. package/dist/components/Navigation/types.d.ts +1 -0
  136. package/dist/components/Navigation/types.d.ts.map +1 -0
  137. package/dist/components/Navigation/variables.css.d.ts +1 -0
  138. package/dist/components/Navigation/variables.css.d.ts.map +1 -0
  139. package/dist/components/Navigation/variables.css.js +1 -0
  140. package/dist/components/OfferList/OfferList.d.ts +2 -1
  141. package/dist/components/OfferList/OfferList.d.ts.map +1 -0
  142. package/dist/components/OfferList/OfferList.js +2 -1
  143. package/dist/components/OfferList/OfferListProvider.d.ts +1 -0
  144. package/dist/components/OfferList/OfferListProvider.d.ts.map +1 -0
  145. package/dist/components/OfferList/components/Banner.d.ts +1 -0
  146. package/dist/components/OfferList/components/Banner.d.ts.map +1 -0
  147. package/dist/components/OfferList/components/Cell.d.ts +1 -0
  148. package/dist/components/OfferList/components/Cell.d.ts.map +1 -0
  149. package/dist/components/OfferList/components/Cell.js +2 -1
  150. package/dist/components/OfferList/components/Row.d.ts +1 -0
  151. package/dist/components/OfferList/components/Row.d.ts.map +1 -0
  152. package/dist/components/OfferList/components/Row.js +8 -3
  153. package/dist/components/OfferList/index.d.ts +1 -0
  154. package/dist/components/OfferList/index.d.ts.map +1 -0
  155. package/dist/components/OfferList/styles.css.d.ts +1 -0
  156. package/dist/components/OfferList/styles.css.d.ts.map +1 -0
  157. package/dist/components/OrderSummary/NonScrollableContent.d.ts +1 -0
  158. package/dist/components/OrderSummary/NonScrollableContent.d.ts.map +1 -0
  159. package/dist/components/OrderSummary/Provider.d.ts +1 -0
  160. package/dist/components/OrderSummary/Provider.d.ts.map +1 -0
  161. package/dist/components/OrderSummary/ScrollableContent.d.ts +1 -0
  162. package/dist/components/OrderSummary/ScrollableContent.d.ts.map +1 -0
  163. package/dist/components/OrderSummary/constants.d.ts +1 -0
  164. package/dist/components/OrderSummary/constants.d.ts.map +1 -0
  165. package/dist/components/OrderSummary/helpers.d.ts +1 -0
  166. package/dist/components/OrderSummary/helpers.d.ts.map +1 -0
  167. package/dist/components/OrderSummary/index.d.ts +1 -0
  168. package/dist/components/OrderSummary/index.d.ts.map +1 -0
  169. package/dist/components/OrderSummary/index.js +3 -2
  170. package/dist/components/OrderSummary/locales/en.d.ts +1 -0
  171. package/dist/components/OrderSummary/locales/en.d.ts.map +1 -0
  172. package/dist/components/OrderSummary/styles.css.d.ts +1 -0
  173. package/dist/components/OrderSummary/styles.css.d.ts.map +1 -0
  174. package/dist/components/OrderSummary/types.d.ts +1 -0
  175. package/dist/components/OrderSummary/types.d.ts.map +1 -0
  176. package/dist/components/Plans/FeatureHint.d.ts +1 -0
  177. package/dist/components/Plans/FeatureHint.d.ts.map +1 -0
  178. package/dist/components/Plans/PlanHeader.d.ts +1 -0
  179. package/dist/components/Plans/PlanHeader.d.ts.map +1 -0
  180. package/dist/components/Plans/index.d.ts +1 -0
  181. package/dist/components/Plans/index.d.ts.map +1 -0
  182. package/dist/components/Plans/locales/en.d.ts +1 -0
  183. package/dist/components/Plans/locales/en.d.ts.map +1 -0
  184. package/dist/components/Plans/styles.css.d.ts +1 -0
  185. package/dist/components/Plans/styles.css.d.ts.map +1 -0
  186. package/dist/components/Plans/types.d.ts +1 -0
  187. package/dist/components/Plans/types.d.ts.map +1 -0
  188. package/dist/components/SteppedListCard/Step.d.ts +1 -0
  189. package/dist/components/SteppedListCard/Step.d.ts.map +1 -0
  190. package/dist/components/SteppedListCard/SteppedListCard.d.ts +1 -0
  191. package/dist/components/SteppedListCard/SteppedListCard.d.ts.map +1 -0
  192. package/dist/components/SteppedListCard/SteppedListContent.d.ts +1 -0
  193. package/dist/components/SteppedListCard/SteppedListContent.d.ts.map +1 -0
  194. package/dist/components/SteppedListCard/helper.d.ts +1 -0
  195. package/dist/components/SteppedListCard/helper.d.ts.map +1 -0
  196. package/dist/components/SteppedListCard/index.d.ts +1 -0
  197. package/dist/components/SteppedListCard/index.d.ts.map +1 -0
  198. package/dist/components/SteppedListCard/styles.css.d.ts +1 -0
  199. package/dist/components/SteppedListCard/styles.css.d.ts.map +1 -0
  200. package/dist/components/index.d.ts +1 -0
  201. package/dist/components/index.d.ts.map +1 -0
  202. package/dist/index.d.ts +1 -0
  203. package/dist/index.d.ts.map +1 -0
  204. package/dist/types.d.ts +1 -0
  205. package/dist/types.d.ts.map +1 -0
  206. package/package.json +8 -7
@@ -28,3 +28,4 @@ type CodeEditorProps = {
28
28
  };
29
29
  export declare const CodeEditor: ({ value, onChange, extensions, onBlur, height, readOnly, autoCompletion, disabled, label, copyButton, id, helper, labelDescription, "aria-label": ariaLabel, "data-testid": dataTestId, className, error, lineNumbers, style, }: CodeEditorProps) => import("react/jsx-runtime").JSX.Element;
30
30
  export {};
31
+ //# sourceMappingURL=CodeEditor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CodeEditor.d.ts","sourceRoot":"","sources":["../../../src/components/CodeEditor/CodeEditor.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,kCAAkC,CAAA;AAExD,OAAO,UAAU,MAAM,uBAAuB,CAAA;AAG9C,OAAO,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAOrE,KAAK,eAAe,GAAG;IACrB,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,EAAE,cAAc,CAAC,OAAO,UAAU,CAAC,CAAC,UAAU,CAAC,CAAA;IACvD,UAAU,EAAE,MAAM,OAAO,KAAK,CAAA;IAC9B,MAAM,CAAC,EAAE,MAAM,IAAI,CAAA;IACnB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,MAAM,CAAC,EAAE,SAAS,CAAA;IAClB;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,GAAG,MAAM,CAAA;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,gBAAgB,CAAC,EAAE,SAAS,CAAA;IAC5B,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,KAAK,CAAC,EAAE,aAAa,CAAA;CACtB,CAAA;AAED,eAAO,MAAM,UAAU,GAAI,iOAoBxB,eAAe,4CAsDjB,CAAA"}
@@ -3,8 +3,9 @@ import { jsxs, jsx } from "react/jsx-runtime";
3
3
  import { langs } from "@uiw/codemirror-extensions-langs";
4
4
  import { material } from "@uiw/codemirror-theme-material";
5
5
  import CodeMirror from "@uiw/react-codemirror";
6
+ import { cn } from "@ultraviolet/themes";
6
7
  import { Stack, Label, CopyButton, Text } from "@ultraviolet/ui";
7
- import { disabledStack, codeEditor, copyButton } from "./styles.css.js";
8
+ import { copyButton, codeEditor, disabledStack } from "./styles.css.js";
8
9
  const CodeEditor = ({
9
10
  value,
10
11
  onChange,
@@ -25,9 +26,9 @@ const CodeEditor = ({
25
26
  error,
26
27
  lineNumbers = true,
27
28
  style
28
- }) => /* @__PURE__ */ jsxs(Stack, { className: disabled ? disabledStack : "", gap: 0.5, style, children: [
29
+ }) => /* @__PURE__ */ jsxs(Stack, { className: cn(disabled ? disabledStack : ""), gap: 0.5, style, children: [
29
30
  label ? /* @__PURE__ */ jsx(Label, { labelDescription, children: label }) : null,
30
- /* @__PURE__ */ jsxs("div", { className: codeEditor[disabled ? "disabled" : "default"], children: [
31
+ /* @__PURE__ */ jsxs("div", { className: cn(codeEditor[disabled ? "disabled" : "default"]), children: [
31
32
  /* @__PURE__ */ jsx(
32
33
  CodeMirror,
33
34
  {
@@ -1 +1,2 @@
1
1
  export { CodeEditor } from './CodeEditor';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/CodeEditor/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA"}
@@ -1,3 +1,4 @@
1
1
  export declare const disabledStack: string;
2
2
  export declare const copyButton: string;
3
3
  export declare const codeEditor: Record<"default" | "disabled", string>;
4
+ //# sourceMappingURL=styles.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../src/components/CodeEditor/styles.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa,QAAmC,CAAA;AAE7D,eAAO,MAAM,UAAU,QAUrB,CAAA;AAWF,eAAO,MAAM,UAAU,wCAGrB,CAAA"}
@@ -3,3 +3,4 @@ type SkeletonProps = {
3
3
  };
4
4
  export declare const Skeleton: ({ direction }: SkeletonProps) => import("react/jsx-runtime").JSX.Element;
5
5
  export {};
6
+ //# sourceMappingURL=Skeleton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Skeleton.d.ts","sourceRoot":"","sources":["../../../src/components/ContentCard/Skeleton.tsx"],"names":[],"mappings":"AAWA,KAAK,aAAa,GAAG;IACnB,SAAS,EAAE,KAAK,GAAG,QAAQ,CAAA;CAC5B,CAAA;AAED,eAAO,MAAM,QAAQ,GAAI,eAAe,aAAa,4CAkBpD,CAAA"}
@@ -34,3 +34,4 @@ type ContentCardProps = {
34
34
  */
35
35
  export declare const ContentCard: import("react").ForwardRefExoticComponent<ContentCardProps & import("react").RefAttributes<HTMLAnchorElement & HTMLButtonElement & HTMLDivElement>>;
36
36
  export {};
37
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ContentCard/index.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,aAAa,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAcxE,KAAK,gBAAgB,GAAG;IACtB,SAAS,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAA;IAC5B;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IACd;;;OAGG;IACH,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,EAAE,MAAM,CAAA;IAIb,UAAU,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IAEpD,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,SAAS,CAAA;IACpB;;OAEG;IACH,IAAI,CAAC,EAAE,iBAAiB,CAAC,MAAM,CAAC,CAAA;IAChC,MAAM,CAAC,EAAE,iBAAiB,CAAC,QAAQ,CAAC,CAAA;IACpC,OAAO,CAAC,EAAE,iBAAiB,CAAC,WAAW,CAAC,CAAA;IACxC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,KAAK,CAAC,EAAE,aAAa,CAAA;CACtB,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,WAAW,qJA+IvB,CAAA"}
@@ -1,11 +1,12 @@
1
1
  "use client";
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
3
  import { OpenInNewIcon } from "@ultraviolet/icons";
4
+ import { cn } from "@ultraviolet/themes";
4
5
  import { Stack, Text } from "@ultraviolet/ui";
5
6
  import { assignInlineVars } from "@vanilla-extract/dynamic";
6
7
  import { forwardRef, useRef, useState, useMemo, useEffect } from "react";
7
8
  import { Skeleton } from "./Skeleton.js";
8
- import { cardClass, activeClass, fullHeight, imageClass, subContainerHeightVar, subContainer, iconStack, iconContainer } from "./styles.css.js";
9
+ import { fullHeight, imageClass, subContainerHeightVar, subContainer, iconStack, iconContainer, cardClass, activeClass } from "./styles.css.js";
9
10
  const ContentCard = forwardRef(
10
11
  ({
11
12
  image,
@@ -44,7 +45,7 @@ const ContentCard = forwardRef(
44
45
  return /* @__PURE__ */ jsx(
45
46
  Container,
46
47
  {
47
- className: `${className ? `${className} ` : ""}${cardClass}${onClick || href ? ` ${activeClass}` : ""}`,
48
+ className: cn(className, cardClass, onClick || href ? activeClass : ""),
48
49
  disabled,
49
50
  href: !disabled ? href : void 0,
50
51
  onClick: !disabled ? onClick : void 0,
@@ -10,3 +10,4 @@ export declare const imageClass: Record<"column" | "row", string>;
10
10
  export declare const fullHeight: string;
11
11
  export declare const skeletonImage: Record<"column" | "row", string>;
12
12
  export declare const paddedStack: string;
13
+ //# sourceMappingURL=styles.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../src/components/ContentCard/styles.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,qBAAqB,oBAAc,CAAA;AAChD,eAAO,MAAM,iBAAiB,oBAI5B,CAAA;AACF,eAAO,MAAM,gBAAgB,oBAI3B,CAAA;AAEF,eAAO,MAAM,WAAW,QAQtB,CAAA;AAEF,eAAO,MAAM,SAAS,QAmBpB,CAAA;AAEF,eAAO,MAAM,aAAa,QAMxB,CAAA;AAEF,eAAO,MAAM,SAAS,kCAOpB,CAAA;AAMF,eAAO,MAAM,YAAY,6CAmBvB,CAAA;AAWF,eAAO,MAAM,UAAU,kCAcrB,CAAA;AAEF,eAAO,MAAM,UAAU,QAErB,CAAA;AAOF,eAAO,MAAM,aAAa,kCAaxB,CAAA;AAEF,eAAO,MAAM,WAAW,QAEtB,CAAA"}
@@ -12,3 +12,4 @@ type CardProps = {
12
12
  };
13
13
  export declare const Card: import("react").ForwardRefExoticComponent<CardProps & import("react").RefAttributes<HTMLAnchorElement>>;
14
14
  export {};
15
+ //# sourceMappingURL=Card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../../../src/components/ContentCardGroup/Card.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EACV,oBAAoB,EACpB,aAAa,EACb,WAAW,EACX,SAAS,EACV,MAAM,OAAO,CAAA;AASd,KAAK,SAAS,GAAG;IACf,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,OAAO,CAAC,EAAE,WAAW,CAAA;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,UAAU,CAAC,EAAE,WAAW,CAAA;IACxB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,SAAS,CAAA;IACpB,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,CAAC,EAAE,oBAAoB,CAAC,iBAAiB,CAAC,CAAC,QAAQ,CAAC,CAAA;IAC1D,KAAK,CAAC,EAAE,aAAa,CAAA;CACtB,CAAA;AAED,eAAO,MAAM,IAAI,yGAgEhB,CAAA"}
@@ -1 +1,2 @@
1
1
  export declare const SkeletonCard: () => import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=SkeletonCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SkeletonCard.d.ts","sourceRoot":"","sources":["../../../src/components/ContentCardGroup/SkeletonCard.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,YAAY,+CAWxB,CAAA"}
@@ -18,3 +18,4 @@ export declare const ContentCardGroup: import("react").ForwardRefExoticComponent
18
18
  } & import("react").RefAttributes<HTMLAnchorElement>>;
19
19
  };
20
20
  export {};
21
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ContentCardGroup/index.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAMrD,KAAK,yBAAyB,GAAG;IAC/B,QAAQ,EAAE,SAAS,CAAA;IACnB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,KAAK,CAAC,EAAE,aAAa,CAAA;CACtB,CAAA;AAwBD,eAAO,MAAM,gBAAgB;;;;;;;;;;;;CAE3B,CAAA"}
@@ -5,3 +5,4 @@ export declare const fullHeightStack: string;
5
5
  export declare const groupCardWrapper: string;
6
6
  export declare const skeletonWrapper: string;
7
7
  export declare const squareSkeleton: string;
8
+ //# sourceMappingURL=styles.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../src/components/ContentCardGroup/styles.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW,QAEtB,CAAA;AAEF,eAAO,MAAM,WAAW,QAKtB,CAAA;AAEF,eAAO,MAAM,aAAa,QAmBxB,CAAA;AAUF,eAAO,MAAM,eAAe,QAE1B,CAAA;AAEF,eAAO,MAAM,gBAAgB,QAK3B,CAAA;AAEF,eAAO,MAAM,eAAe,QAO1B,CAAA;AAEF,eAAO,MAAM,cAAc,QAIzB,CAAA"}
@@ -41,3 +41,4 @@ export declare const MessageTag: ({ children, style, }: {
41
41
  style?: CSSProperties;
42
42
  }) => import("react/jsx-runtime").JSX.Element;
43
43
  export { Conversation };
44
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Conversation/index.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAWrD,QAAA,MAAM,YAAY;2BAGf;QACD,QAAQ,EAAE,SAAS,CAAA;QACnB,KAAK,CAAC,EAAE,aAAa,CAAA;KACtB;iCAmBE;QACD,QAAQ,EAAE,SAAS,CAAA;QACnB,KAAK,CAAC,EAAE,aAAa,CAAA;KACtB;8DA0BE,YAAY;gDA1CZ;QACD,QAAQ,EAAE,SAAS,CAAA;QACnB,KAAK,EAAE,MAAM,GAAG,OAAO,CAAA;QACvB,KAAK,CAAC,EAAE,aAAa,CAAA;KACtB;gCAkDE;QACD,QAAQ,EAAE,SAAS,CAAA;QACnB,KAAK,CAAC,EAAE,aAAa,CAAA;KACtB;CA/D4C,CAAA;AAE7C,eAAO,MAAM,YAAY,GAAI,6BAI1B;IACD,QAAQ,EAAE,SAAS,CAAA;IACnB,KAAK,EAAE,MAAM,GAAG,OAAO,CAAA;IACvB,KAAK,CAAC,EAAE,aAAa,CAAA;CACtB,4CAIA,CAAA;AAED,eAAO,MAAM,IAAI,GAAI,sBAGlB;IACD,QAAQ,EAAE,SAAS,CAAA;IACnB,KAAK,CAAC,EAAE,aAAa,CAAA;CACtB,4CAUA,CAAA;AAED,KAAK,YAAY,GAAG;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAE,SAAS,CAAA;IACnB,MAAM,EAAE,SAAS,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;IACxB,KAAK,CAAC,EAAE,aAAa,CAAA;CACtB,CAAA;AAED,eAAO,MAAM,OAAO,GAAI,gDAMrB,YAAY,4CAOd,CAAA;AAED,eAAO,MAAM,UAAU,GAAI,sBAGxB;IACD,QAAQ,EAAE,SAAS,CAAA;IACnB,KAAK,CAAC,EAAE,aAAa,CAAA;CACtB,4CAIA,CAAA;AAOD,OAAO,EAAE,YAAY,EAAE,CAAA"}
@@ -1,7 +1,8 @@
1
1
  "use client";
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
+ import { cn } from "@ultraviolet/themes";
3
4
  import { Stack, Text, Tag } from "@ultraviolet/ui";
4
- import { styledText, conversationContainer, conversationBubble, conversationRawMessage, conversationAvatar, conversationInfos, conversationTag } from "./styles.css.js";
5
+ import { styledText, conversationBubble, conversationRawMessage, conversationAvatar, conversationContainer, conversationInfos, conversationTag } from "./styles.css.js";
5
6
  const Conversation = ({
6
7
  children,
7
8
  style
@@ -31,17 +32,10 @@ const Message = ({
31
32
  avatar,
32
33
  align = "right",
33
34
  style
34
- }) => /* @__PURE__ */ jsxs(
35
- "div",
36
- {
37
- className: `${className ? `${className} ` : ""}${conversationContainer[align]}`,
38
- style,
39
- children: [
40
- /* @__PURE__ */ jsx("div", { className: conversationBubble, children: /* @__PURE__ */ jsx("div", { className: conversationRawMessage[align], children }) }),
41
- /* @__PURE__ */ jsx("div", { className: conversationAvatar, children: avatar })
42
- ]
43
- }
44
- );
35
+ }) => /* @__PURE__ */ jsxs("div", { className: cn(className, conversationContainer[align]), style, children: [
36
+ /* @__PURE__ */ jsx("div", { className: conversationBubble, children: /* @__PURE__ */ jsx("div", { className: conversationRawMessage[align], children }) }),
37
+ /* @__PURE__ */ jsx("div", { className: conversationAvatar, children: avatar })
38
+ ] });
45
39
  const MessageTag = ({
46
40
  children,
47
41
  style
@@ -5,3 +5,4 @@ export declare const conversationRawMessage: Record<"left" | "right", string>;
5
5
  export declare const conversationAvatar: string;
6
6
  export declare const conversationBubble: string;
7
7
  export declare const conversationTag: string;
8
+ //# sourceMappingURL=styles.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../src/components/Conversation/styles.css.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,iBAAiB,kCAG5B,CAAA;AAEF,eAAO,MAAM,UAAU,QAGrB,CAAA;AAOF,eAAO,MAAM,qBAAqB,kCAGhC,CAAA;AAQF,eAAO,MAAM,sBAAsB,kCASjC,CAAA;AAEF,eAAO,MAAM,kBAAkB,QAG7B,CAAA;AAEF,eAAO,MAAM,kBAAkB,QAA2B,CAAA;AAE1D,eAAO,MAAM,eAAe,QAI1B,CAAA"}
@@ -30,3 +30,4 @@ type CustomerSatisfactionProps = {
30
30
  };
31
31
  export declare const CustomerSatisfaction: ({ value, onChange, "data-testid": dataTestId, className, style, }: CustomerSatisfactionProps) => import("react/jsx-runtime").JSX.Element;
32
32
  export {};
33
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +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;AAc1C,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,4CA+C3B,CAAA"}
@@ -15,3 +15,4 @@ export declare const customerStatisfaction: import("@vanilla-extract/recipes").R
15
15
  };
16
16
  };
17
17
  }>;
18
+ //# sourceMappingURL=styles.css.d.ts.map
@@ -0,0 +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"}
@@ -7,3 +7,4 @@ type CustomUnitInputProps = {
7
7
  };
8
8
  export declare const CustomUnitInput: import("react").MemoExoticComponent<({ defaultTimeUnit, setIteration, iteration, timeUnits, }: CustomUnitInputProps) => import("react/jsx-runtime").JSX.Element>;
9
9
  export {};
10
+ //# sourceMappingURL=CustomUnitInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CustomUnitInput.d.ts","sourceRoot":"","sources":["../../../../src/components/EstimateCost/Components/CustomUnitInput.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,UAAU,CAAA;AAEhD,KAAK,oBAAoB,GAAG;IAC1B,eAAe,CAAC,EAAE,KAAK,CAAA;IACvB,YAAY,EAAE,CAAC,SAAS,EAAE,SAAS,KAAK,IAAI,CAAA;IAC5C,SAAS,EAAE,SAAS,CAAA;IACpB,SAAS,EAAE,KAAK,EAAE,CAAA;CACnB,CAAA;AAED,eAAO,MAAM,eAAe,iGAMvB,oBAAoB,6CA4CxB,CAAA"}
@@ -115,3 +115,4 @@ type ItemProps = {
115
115
  };
116
116
  export declare const Item: import("react").MemoExoticComponent<({ discount, priceText, discountText, label, tooltipInfo, subLabel, price: basePrice, monthlyPrice, unit: baseUnit, amount: currentAmount, onAmountChange, amountFree, maxAmount, longFractionDigits, noIteration, noIterationText, noBorder, noPrice, isDefined, children, isFirstElement, isLastElement, isPrimaryBackground, productsCallback, iteration: receivedIteration, shouldBeHidden, hideFromOverlay, textNotDefined, animated, tabulation, labelTextVariant, labelTextProminence, notice, strikeThrough, style, }: ItemProps) => import("react/jsx-runtime").JSX.Element>;
117
117
  export {};
118
+ //# sourceMappingURL=Item.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Item.d.ts","sourceRoot":"","sources":["../../../../src/components/EstimateCost/Components/Item.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAgB,IAAI,EAAW,MAAM,iBAAiB,CAAA;AAE7D,OAAO,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AA0BrE,OAAO,KAAK,EACV,mBAAmB,EACnB,eAAe,EACf,SAAS,EAEV,MAAM,UAAU,CAAA;AA2BjB,KAAK,SAAS,GAAG;IACf,MAAM,CAAC,EAAE,MAAM,CAAA;IACf;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,SAAS,CAAA;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB;;OAEG;IACH,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,mBAAmB,CAAC,EAAE,OAAO,CAAA;IAC7B;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAA;IACrB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAA;IACjB;;OAEG;IACH,gBAAgB,CAAC,EAAE,cAAc,CAAC,OAAO,IAAI,CAAC,CAAC,SAAS,CAAC,CAAA;IACzD;;OAEG;IACH,mBAAmB,CAAC,EAAE,cAAc,CAAC,OAAO,IAAI,CAAC,CAAC,YAAY,CAAC,CAAA;IAC/D;;OAEG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAA;IACzC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,SAAS,CAAA;IACrB,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;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB;;OAEG;IACH,IAAI,CAAC,EACD,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,SAAS,GACT,SAAS,GACT,OAAO,GACP,MAAM,GACN,QAAQ,GACR,OAAO,GAEP,CAAC,MAAM,GAAG,WAAW,CAAC,OAAO,CAAC,CAAC,CAAA;IAInC,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,KAAK,CAAC,EAAE,aAAa,CAAA;CACtB,CAAA;AAED,eAAO,MAAM,IAAI,qiBAqCZ,SAAS,6CAySb,CAAA"}
@@ -1,6 +1,7 @@
1
1
  "use client";
2
2
  import { jsxs, jsx, Fragment } from "react/jsx-runtime";
3
3
  import { HelpCircleOutlineIcon } from "@ultraviolet/icons";
4
+ import { cn } from "@ultraviolet/themes";
4
5
  import { Stack, Text, Tooltip, Badge } from "@ultraviolet/ui";
5
6
  import { assignInlineVars } from "@vanilla-extract/dynamic";
6
7
  import { memo, useMemo, useState, useEffect, useCallback, useId, Children, cloneElement, isValidElement } from "react";
@@ -263,7 +264,13 @@ const Item = memo(
263
264
  !isOverlay ? /* @__PURE__ */ jsx(
264
265
  "td",
265
266
  {
266
- className: `${estimateCostCell({ hasBorder: !isLastElement && !noBorder, primary: isPrimaryBackground })} ${estimateCostPriceCell}`,
267
+ className: cn(
268
+ estimateCostCell({
269
+ hasBorder: !isLastElement && !noBorder,
270
+ primary: isPrimaryBackground
271
+ }),
272
+ estimateCostPriceCell
273
+ ),
267
274
  style: assignInlineVars({
268
275
  [paddingLeftCell]: `16px`
269
276
  }),
@@ -4,3 +4,4 @@ type LineThroughProps = ComponentProps<'span'> & {
4
4
  };
5
5
  export declare const LineThrough: ({ isActive, className, ...props }: LineThroughProps) => import("react/jsx-runtime").JSX.Element;
6
6
  export {};
7
+ //# sourceMappingURL=LineThrough.d.ts.map
@@ -0,0 +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,4CAKlB,CAAA"}
@@ -1,5 +1,6 @@
1
1
  "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
+ import { cn } from "@ultraviolet/themes";
3
4
  import { estimateCostLineThrough } from "./components.css.js";
4
5
  const LineThrough = ({
5
6
  isActive,
@@ -8,7 +9,7 @@ const LineThrough = ({
8
9
  }) => /* @__PURE__ */ jsx(
9
10
  "span",
10
11
  {
11
- className: `${className ? `${className} ` : ""} ${isActive ? estimateCostLineThrough : ""}`,
12
+ className: cn(className, isActive ? estimateCostLineThrough : ""),
12
13
  ...props
13
14
  }
14
15
  );
@@ -8,3 +8,4 @@ type NumberInputProps = {
8
8
  };
9
9
  export declare const NumberInput: ({ amount, minValue, maxValue, getAmountValue, itemCallback, controls, }: NumberInputProps) => import("react/jsx-runtime").JSX.Element;
10
10
  export {};
11
+ //# sourceMappingURL=NumberInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NumberInput.d.ts","sourceRoot":"","sources":["../../../../src/components/EstimateCost/Components/NumberInput.tsx"],"names":[],"mappings":"AAQA,KAAK,gBAAgB,GAAG;IACtB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,YAAY,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,EAAE,SAAS,CAAC,EAAE,OAAO,KAAK,IAAI,CAAA;IACpE,cAAc,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAA;IACjD,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAA;AAED,eAAO,MAAM,WAAW,GAAI,yEAOzB,gBAAgB,4CA0BlB,CAAA"}
@@ -20,3 +20,4 @@ type RegionProps = {
20
20
  } & Pick<ComponentProps<typeof Item>, 'hideFromOverlay' | 'style'>;
21
21
  export declare const Region: import("react").MemoExoticComponent<({ label, image, shouldBeHidden, priceText, animated, isFirstElement, isLastElement, productsCallback, iteration, discount, noBorder, noPrice, hideFromOverlay, style, }: RegionProps) => import("react/jsx-runtime").JSX.Element>;
22
22
  export {};
23
+ //# sourceMappingURL=Region.d.ts.map
@@ -0,0 +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,6CA0Bf,CAAA"}
@@ -8,3 +8,4 @@ type RegularProps = {
8
8
  };
9
9
  export declare const Regular: import("react").MemoExoticComponent<({ variant, isDisabledOnOverlay, children, className, style, }: RegularProps) => import("react/jsx-runtime").JSX.Element | null>;
10
10
  export {};
11
+ //# sourceMappingURL=Regular.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Regular.d.ts","sourceRoot":"","sources":["../../../../src/components/EstimateCost/Components/Regular.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAKrD,KAAK,YAAY,GAAG;IAClB,OAAO,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,KAAK,GAAG,aAAa,CAAA;IACpD,mBAAmB,CAAC,EAAE,OAAO,CAAA;IAC7B,QAAQ,CAAC,EAAE,SAAS,CAAA;IACpB,KAAK,CAAC,EAAE,aAAa,CAAA;IACrB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,eAAO,MAAM,OAAO,sGAOf,YAAY,oDAYhB,CAAA"}
@@ -1,5 +1,6 @@
1
1
  "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
+ import { cn } from "@ultraviolet/themes";
3
4
  import { memo } from "react";
4
5
  import { useOverlay } from "../OverlayContext.js";
5
6
  import { estimateCostRegular } from "./components.css.js";
@@ -15,7 +16,7 @@ const Regular = memo(
15
16
  return !isDisabledOnOverlay || !isOverlay ? /* @__PURE__ */ jsx(
16
17
  "div",
17
18
  {
18
- className: `${className ? `${className} ` : ""}${estimateCostRegular({ isOverlay, variant })}`,
19
+ className: cn(className, estimateCostRegular({ isOverlay, variant })),
19
20
  style,
20
21
  children
21
22
  }
@@ -7,3 +7,4 @@ type StrongProps = {
7
7
  };
8
8
  export declare const Strong: import("react").MemoExoticComponent<({ variant, children, style }: StrongProps) => import("react/jsx-runtime").JSX.Element>;
9
9
  export {};
10
+ //# sourceMappingURL=Strong.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Strong.d.ts","sourceRoot":"","sources":["../../../../src/components/EstimateCost/Components/Strong.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAIrD,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,KAAK,GAAG,aAAa,CAAA;IACpD,QAAQ,CAAC,EAAE,SAAS,CAAA;IACpB,mBAAmB,CAAC,EAAE,OAAO,CAAA;IAC7B,KAAK,CAAC,EAAE,aAAa,CAAA;CACtB,CAAA;AACD,eAAO,MAAM,MAAM,qEACgC,WAAW,6CAW7D,CAAA"}
@@ -1,12 +1,16 @@
1
1
  "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
+ import { cn } from "@ultraviolet/themes";
3
4
  import { memo } from "react";
4
5
  import { estimateCostRegular, estimateCostStrong } from "./components.css.js";
5
6
  const Strong = memo(
6
7
  ({ variant = "normal", children = null, style }) => /* @__PURE__ */ jsx(
7
8
  "div",
8
9
  {
9
- className: `${estimateCostRegular({ variant })} ${estimateCostStrong({ variant })}`,
10
+ className: cn(
11
+ estimateCostRegular({ variant }),
12
+ estimateCostStrong({ variant })
13
+ ),
10
14
  style,
11
15
  children
12
16
  }
@@ -8,3 +8,4 @@ type UnitProps = {
8
8
  };
9
9
  export declare const Unit: ({ amount, itemCallback, getAmountValue, unit, style, }: UnitProps) => import("react/jsx-runtime").JSX.Element;
10
10
  export {};
11
+ //# sourceMappingURL=Unit.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Unit.d.ts","sourceRoot":"","sources":["../../../../src/components/EstimateCost/Components/Unit.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAS1C,KAAK,SAAS,GAAG;IACf,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,YAAY,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,OAAO,KAAK,IAAI,CAAA;IAC7D,cAAc,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAA;IAC1C,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,aAAa,CAAA;CACtB,CAAA;AAED,eAAO,MAAM,IAAI,GAAI,wDAMlB,SAAS,4CAkCX,CAAA"}
@@ -20,3 +20,4 @@ type RegionProps = {
20
20
  };
21
21
  export declare const Zone: import("react").MemoExoticComponent<({ label, image, shouldBeHidden, priceText, animated, isFirstElement, isLastElement, productsCallback, iteration, discount, noBorder, noPrice, style, }: RegionProps) => import("react/jsx-runtime").JSX.Element>;
22
22
  export {};
23
+ //# sourceMappingURL=Zone.d.ts.map
@@ -0,0 +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,6CAyBf,CAAA"}
@@ -75,3 +75,4 @@ export declare const estimateCostStrong: import("@vanilla-extract/recipes").Runt
75
75
  };
76
76
  }>;
77
77
  export declare const estimateCostNumberInput: string;
78
+ //# sourceMappingURL=components.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"components.css.d.ts","sourceRoot":"","sources":["../../../../src/components/EstimateCost/Components/components.css.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,eAAe,oBAAc,CAAA;AAE1C,eAAO,MAAM,YAAY,QAEvB,CAAA;AAEF,eAAO,MAAM,iBAAiB,QAG5B,CAAA;AAEF,eAAO,MAAM,cAAc,QAAY,CAAA;AAEvC,eAAO,MAAM,SAAS,QAA4C,CAAA;AAElE,eAAO,MAAM,oBAAoB,QAS/B,CAAA;AAEF,eAAO,MAAM,4BAA4B;;;;;;EAkBvC,CAAA;AAEF,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;EAyBnC,CAAA;AAEF,eAAO,MAAM,qBAAqB,QAGhC,CAAA;AAEF,eAAO,MAAM,oBAAoB,QAE/B,CAAA;AAEF,eAAO,MAAM,wBAAwB,QAEnC,CAAA;AAEF,eAAO,MAAM,mBAAmB,QAAuC,CAAA;AAEvE,eAAO,MAAM,uBAAuB,QAGlC,CAAA;AAEF,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;EAiC9B,CAAA;AAEF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;EA4B7B,CAAA;AAEF,eAAO,MAAM,uBAAuB,QAQlC,CAAA"}
@@ -156,3 +156,4 @@ declare const EstimateCost: {
156
156
  }) => import("react/jsx-runtime").JSX.Element;
157
157
  };
158
158
  export { EstimateCost };
159
+ //# sourceMappingURL=EstimateCost.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EstimateCost.d.ts","sourceRoot":"","sources":["../../../src/components/EstimateCost/EstimateCost.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAA;AAEtC,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAgBtD,OAAO,KAAK,EAAE,iBAAiB,EAAS,MAAM,SAAS,CAAA;AAavD,QAAA,MAAM,YAAY;6YA6Bf,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAvDD,CAAC,0BACf,CAAC;gCAA6C,CAAC;;;;;;;8BAAxB,CAAA,mBAAmB,CAAC;gCACV,CAAC;;;;;;;;;;;;;;;;;mBAejB,cAAc,CAAC,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mEAiGxC;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,5 +1,6 @@
1
1
  "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
+ import { cn } from "@ultraviolet/themes";
3
4
  import { Text } from "@ultraviolet/ui";
4
5
  import { assignInlineVars } from "@vanilla-extract/dynamic";
5
6
  import { Children } from "react";
@@ -23,7 +24,7 @@ const Image = (props) => /* @__PURE__ */ jsx(
23
24
  {
24
25
  alt: props.alt,
25
26
  ...props,
26
- className: `${props.className ? `${props.className} ` : ""}${estimateCostImage}`
27
+ className: cn(props.className, estimateCostImage)
27
28
  }
28
29
  );
29
30
  const EstimateCost = ({
@@ -1,2 +1,3 @@
1
1
  import type { EstimateCostProps } from './types';
2
2
  export declare const EstimateCostContent: ({ description, alert, alertTitle, alertVariant, defaultTimeUnit, timeUnits, hideOverlay, disableOverlayLeft, disableOverlayRight, hideTimeUnit, hideTotal, hideHourlyPriceOnTotal, discount, OverlayRight, OverlayLeft, isBeta, commitmentFees, commitmentFeesContent, monthlyFees, monthlyFeesLabel, monthlyFeesContent, overlayUnit, children, locales, overlayMargin, onTotalPriceChange, style, }: EstimateCostProps) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=EstimateCostContent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EstimateCostContent.d.ts","sourceRoot":"","sources":["../../../src/components/EstimateCost/EstimateCostContent.tsx"],"names":[],"mappings":"AA4CA,OAAO,KAAK,EAEV,iBAAiB,EAIlB,MAAM,SAAS,CAAA;AAgDhB,eAAO,MAAM,mBAAmB,GAAI,uYA4BjC,iBAAiB,4CA+YnB,CAAA"}
@@ -1,6 +1,7 @@
1
1
  "use client";
2
2
  import { jsxs, jsx, Fragment } from "react/jsx-runtime";
3
3
  import { CalculatorIcon } from "@ultraviolet/icons";
4
+ import { cn } from "@ultraviolet/themes";
4
5
  import { Stack, Alert, Badge, Text } from "@ultraviolet/ui";
5
6
  import { assignInlineVars } from "@vanilla-extract/dynamic";
6
7
  import { useState, useMemo, useEffect, memo, Children, cloneElement, isValidElement } from "react";
@@ -14,7 +15,7 @@ import { calculatePrice } from "./helper.js";
14
15
  import EstimateCostLocales from "./locales/en.js";
15
16
  import { OverlayComponent } from "./OverlayComponent.js";
16
17
  import { OverlayContextProvider } from "./OverlayContext.js";
17
- import { estimateCostTable, estimateCostPriceColumn, estimateCostPriceCellContent, estimateCostPriceCell, estimateCostTimeCell, estimateCostEmptyTable, estimateCostEmptyCell, estimateCostCell, estimateCostTotalPriceCell, estimateCostBadgeBeta, estimateCostText, paddingLeftCell, estimatecostFeesText, estimateCostFeesTable, estimateCostTitle, estimateCostCalculatorIcon } from "./styles.css.js";
18
+ import { estimateCostTable, estimateCostPriceColumn, estimateCostTimeCell, estimateCostPriceCellContent, estimateCostPriceCell, estimateCostEmptyTable, estimateCostEmptyCell, estimateCostBadgeBeta, estimateCostText, paddingLeftCell, estimateCostCell, estimateCostTotalPriceCell, estimatecostFeesText, estimateCostFeesTable, estimateCostTitle, estimateCostCalculatorIcon } from "./styles.css.js";
18
19
  const DEFAULT_UNIT_LIST = ["hours", "days", "months"];
19
20
  const DescriptionComponent = memo(
20
21
  ({
@@ -217,7 +218,10 @@ const EstimateCostContent = ({
217
218
  /* @__PURE__ */ jsx(
218
219
  "th",
219
220
  {
220
- className: `${estimateCostPriceCellContent} ${estimateCostPriceCell}`,
221
+ className: cn(
222
+ estimateCostPriceCellContent,
223
+ estimateCostPriceCell
224
+ ),
221
225
  children: /* @__PURE__ */ jsx("div", { className: estimateCostTimeCell, children: /* @__PURE__ */ jsx(
222
226
  CustomUnitInput,
223
227
  {
@@ -258,7 +262,10 @@ const EstimateCostContent = ({
258
262
  /* @__PURE__ */ jsxs(
259
263
  "td",
260
264
  {
261
- className: `${estimateCostCell({ hasBorder: false, primary: false })} ${estimateCostTotalPriceCell}`,
265
+ className: cn(
266
+ estimateCostCell({ hasBorder: false, primary: false }),
267
+ estimateCostTotalPriceCell
268
+ ),
262
269
  style: assignInlineVars({
263
270
  [paddingLeftCell]: `16px`
264
271
  }),
@@ -23,3 +23,4 @@ type FormatNumberOption = {
23
23
  };
24
24
  export declare const EstimateCostProvider: ({ children, locales, currency, numberLocales, }: EstimateCostProviderProps) => import("react/jsx-runtime").JSX.Element;
25
25
  export {};
26
+ //# sourceMappingURL=EstimateCostProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EstimateCostProvider.d.ts","sourceRoot":"","sources":["../../../src/components/EstimateCost/EstimateCostProvider.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAEtC,OAAO,mBAAmB,MAAM,cAAc,CAAA;AAQ9C,eAAO,MAAM,eAAe;aALjB,MAAM,CAAC,MAAM,OAAO,mBAAmB,EAAE,MAAM,CAAC;kBAC3C,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,kBAAkB,KAAK,MAAM;CAIH,CAAA;AAEpE,KAAK,yBAAyB,GAAG;IAC/B,QAAQ,EAAE,SAAS,CAAA;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,OAAO,mBAAmB,EAAE,MAAM,CAAC,CAAA;IAC1D,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB,CAAA;AAED,KAAK,kBAAkB,GAAG;IACxB,eAAe,CAAC,EAAE,QAAQ,GAAG,MAAM,GAAG,MAAM,CAAA;IAC5C,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,WAAW,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,QAAQ,CAAA;IACzC,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,oBAAoB,CAAC,EAAE,MAAM,CAAA;IAC7B,qBAAqB,CAAC,EAAE,MAAM,CAAA;IAC9B,qBAAqB,CAAC,EAAE,MAAM,CAAA;IAC9B,wBAAwB,CAAC,EAAE,MAAM,CAAA;IACjC,wBAAwB,CAAC,EAAE,MAAM,CAAA;CAClC,CAAA;AAED,eAAO,MAAM,oBAAoB,GAAI,iDAKlC,yBAAyB,4CAiC3B,CAAA"}
@@ -24,3 +24,4 @@ type OverlayComponentProps = {
24
24
  };
25
25
  export declare const OverlayComponent: ({ children, inView, discount, OverlayRight, disableOverlayRight, OverlayLeft, disableOverlayLeft, totalPrice, unit, isBeta, overlayMargin, }: OverlayComponentProps) => import("react/jsx-runtime").JSX.Element;
26
26
  export {};
27
+ //# sourceMappingURL=OverlayComponent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OverlayComponent.d.ts","sourceRoot":"","sources":["../../../src/components/EstimateCost/OverlayComponent.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAgB3C,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAOpC,KAAK,qBAAqB,GAAG;IAC3B,QAAQ,EAAE,SAAS,CAAA;IACnB,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B,mBAAmB,CAAC,EAAE,OAAO,CAAA;IAC7B,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,IAAI,EAAE,KAAK,CAAA;IACX,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE;QACpB,QAAQ,EAAE,SAAS,CAAA;QACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;KACnB,KAAK,GAAG,CAAC,OAAO,CAAA;IACjB,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE;QACrB,QAAQ,CAAC,EAAE,SAAS,CAAA;QACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;KACnB,KAAK,GAAG,CAAC,OAAO,CAAA;IACjB,UAAU,EAAE;QACV,gBAAgB,EAAE,MAAM,CAAA;QACxB,aAAa,EAAE,MAAM,CAAA;KACtB,CAAA;IACD,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB,CAAA;AAED,eAAO,MAAM,gBAAgB,GAAI,8IAY9B,qBAAqB,4CA4FvB,CAAA"}
@@ -10,3 +10,4 @@ type OverlayContextProviderProps = {
10
10
  };
11
11
  export declare const OverlayContextProvider: ({ children, value, }: OverlayContextProviderProps) => import("react/jsx-runtime").JSX.Element;
12
12
  export {};
13
+ //# sourceMappingURL=OverlayContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OverlayContext.d.ts","sourceRoot":"","sources":["../../../src/components/EstimateCost/OverlayContext.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAKtC,eAAO,MAAM,UAAU;;CAAmC,CAAA;AAE1D,KAAK,2BAA2B,GAAG;IACjC,QAAQ,EAAE,SAAS,CAAA;IACnB,KAAK,EAAE;QAAE,SAAS,EAAE,OAAO,CAAA;KAAE,CAAA;CAC9B,CAAA;AAED,eAAO,MAAM,sBAAsB,GAAI,sBAGpC,2BAA2B,4CAE7B,CAAA"}
@@ -5,3 +5,4 @@ export declare const maximumFractionDigits: Record<Units, number>;
5
5
  export declare const maximumFractionDigitsLong: Record<Units, number>;
6
6
  export declare const MAX_CELL_WIDTH = "70%";
7
7
  export declare const PRICE_MAX_CELL_WIDTH = "30%";
8
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/components/EstimateCost/constants.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAEpC,eAAO,MAAM,0BAA0B,MAAM,CAAA;AAI7C,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,KAAK,EAAE,MAAM,CAMnC,CAAA;AAIV,eAAO,MAAM,qBAAqB,EAAE,MAAM,CAAC,KAAK,EAAE,MAAM,CAM9C,CAAA;AAEV,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAAC,KAAK,EAAE,MAAM,CAMlD,CAAA;AAEV,eAAO,MAAM,cAAc,QAAQ,CAAA;AACnC,eAAO,MAAM,oBAAoB,QAAQ,CAAA"}
@@ -7,3 +7,4 @@ export declare const calculatePrice: ({ price, amount, amountFree, timeUnit, tim
7
7
  timeAmount: number;
8
8
  discount?: number;
9
9
  }) => number;
10
+ //# sourceMappingURL=helper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"helper.d.ts","sourceRoot":"","sources":["../../../src/components/EstimateCost/helper.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAIpC,eAAO,MAAM,cAAc,GAAI,gEAO5B;IACD,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,QAAQ,EAAE,KAAK,CAAA;IACf,UAAU,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB,WAQA,CAAA"}
@@ -1,3 +1,4 @@
1
1
  import estimateCostDefaultLocales from './locales/en';
2
2
  export { EstimateCost } from './EstimateCost';
3
3
  export { estimateCostDefaultLocales };
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/EstimateCost/index.ts"],"names":[],"mappings":"AAAA,OAAO,0BAA0B,MAAM,cAAc,CAAA;AAErD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAE,0BAA0B,EAAE,CAAA"}
@@ -20,3 +20,4 @@ declare const _default: {
20
20
  readonly 'estimate.cost.units.years.label': "Year(s)";
21
21
  };
22
22
  export default _default;
23
+ //# sourceMappingURL=en.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../../src/components/EstimateCost/locales/en.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA,wBAqBU"}
@@ -74,3 +74,4 @@ export declare const estimateCostOverlayContainer: import("@vanilla-extract/reci
74
74
  }>;
75
75
  export declare const estimateCostList: string;
76
76
  export declare const estimateCostSideItem: string;
77
+ //# sourceMappingURL=styles.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../src/components/EstimateCost/styles.css.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,eAAe,oBAAc,CAAA;AAC1C,eAAO,MAAM,gBAAgB,oBAAc,CAAA;AAE3C,eAAO,MAAM,iBAAiB,QAG5B,CAAA;AAOF,eAAO,MAAM,iBAAiB,qCAG5B,CAAA;AAEF,eAAO,MAAM,qBAAqB,QAGhC,CAAA;AAUF,eAAO,MAAM,uBAAuB,QAElC,CAAA;AAEF,eAAO,MAAM,qBAAqB,QAKhC,CAAA;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;EA+B3B,CAAA;AAEF,eAAO,MAAM,0BAA0B,QAUrC,CAAA;AAEF,eAAO,MAAM,sBAAsB,QAKjC,CAAA;AAEF,eAAO,MAAM,iBAAiB,QAQ5B,CAAA;AAEF,eAAO,MAAM,qBAAqB,QAAmC,CAAA;AAErE,eAAO,MAAM,oBAAoB,QAM/B,CAAA;AAMF,eAAO,MAAM,qBAAqB,kCAGhC,CAAA;AAEF,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;EA8BjC,CAAA;AAEF,eAAO,MAAM,iBAAiB,QAM5B,CAAA;AAEF,eAAO,MAAM,oBAAoB,QAE/B,CAAA;AAEF,eAAO,MAAM,gBAAgB,oCAQ3B,CAAA;AAEF,eAAO,MAAM,0BAA0B,QAAyC,CAAA;AAEhF,eAAO,MAAM,4BAA4B,QAEvC,CAAA;AAEF,eAAO,MAAM,4BAA4B;;;;;;;;;;;EAyBvC,CAAA;AAEF,eAAO,MAAM,gBAAgB,QAO3B,CAAA;AAEF,eAAO,MAAM,oBAAoB,QAI/B,CAAA"}
@@ -141,3 +141,4 @@ export type EstimateProduct = BareEstimateProduct & {
141
141
  longFractionDigits: boolean;
142
142
  discount: number;
143
143
  };
144
+ //# sourceMappingURL=types.d.ts.map