@ultraviolet/plus 3.4.5 → 3.5.1

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 (222) hide show
  1. package/dist/.vite/license.md +3 -0
  2. package/dist/_virtual/_@oxc-project_runtime@0.113.0/helpers/defineProperty.js +15 -0
  3. package/dist/_virtual/_@oxc-project_runtime@0.113.0/helpers/objectSpread2.js +28 -0
  4. package/dist/_virtual/_@oxc-project_runtime@0.113.0/helpers/objectWithoutProperties.js +18 -0
  5. package/dist/_virtual/_@oxc-project_runtime@0.113.0/helpers/objectWithoutPropertiesLoose.js +15 -0
  6. package/dist/_virtual/_@oxc-project_runtime@0.113.0/helpers/toPrimitive.js +17 -0
  7. package/dist/_virtual/_@oxc-project_runtime@0.113.0/helpers/toPropertyKey.js +12 -0
  8. package/dist/_virtual/_@oxc-project_runtime@0.113.0/helpers/typeof.js +14 -0
  9. package/dist/_virtual/_rolldown/runtime.js +9 -0
  10. package/dist/components/CodeEditor/CodeEditor.d.ts +1 -1
  11. package/dist/components/CodeEditor/CodeEditor.d.ts.map +1 -1
  12. package/dist/components/CodeEditor/CodeEditor.js +111 -137
  13. package/dist/components/CodeEditor/styles.css.js +18 -15
  14. package/dist/components/ContentCard/Skeleton.d.ts.map +1 -1
  15. package/dist/components/ContentCard/Skeleton.js +31 -27
  16. package/dist/components/ContentCard/index.js +107 -140
  17. package/dist/components/ContentCard/styles.css.d.ts +1 -1
  18. package/dist/components/ContentCard/styles.css.js +23 -19
  19. package/dist/components/ContentCardGroup/Card.js +55 -69
  20. package/dist/components/ContentCardGroup/SkeletonCard.js +28 -14
  21. package/dist/components/ContentCardGroup/index.d.ts +7 -7
  22. package/dist/components/ContentCardGroup/index.js +20 -25
  23. package/dist/components/ContentCardGroup/styles.css.js +6 -11
  24. package/dist/components/Conversation/index.d.ts +29 -23
  25. package/dist/components/Conversation/index.d.ts.map +1 -1
  26. package/dist/components/Conversation/index.js +46 -48
  27. package/dist/components/Conversation/styles.css.js +19 -13
  28. package/dist/components/CustomerSatisfaction/assets/1-5.js +5 -0
  29. package/dist/components/CustomerSatisfaction/assets/1-5NB.js +5 -0
  30. package/dist/components/CustomerSatisfaction/assets/2-5.js +5 -0
  31. package/dist/components/CustomerSatisfaction/assets/2-5NB.js +5 -0
  32. package/dist/components/CustomerSatisfaction/assets/3-5.js +5 -0
  33. package/dist/components/CustomerSatisfaction/assets/3-5NB.js +5 -0
  34. package/dist/components/CustomerSatisfaction/assets/4-5.js +5 -0
  35. package/dist/components/CustomerSatisfaction/assets/4-5NB.js +5 -0
  36. package/dist/components/CustomerSatisfaction/assets/5-5.js +5 -0
  37. package/dist/components/CustomerSatisfaction/assets/5-5NB.js +5 -0
  38. package/dist/components/CustomerSatisfaction/index.d.ts +1 -1
  39. package/dist/components/CustomerSatisfaction/index.d.ts.map +1 -1
  40. package/dist/components/CustomerSatisfaction/index.js +85 -100
  41. package/dist/components/CustomerSatisfaction/styles.css.js +18 -6
  42. package/dist/components/EstimateCost/Components/CustomUnitInput.d.ts.map +1 -1
  43. package/dist/components/EstimateCost/Components/CustomUnitInput.js +39 -52
  44. package/dist/components/EstimateCost/Components/Item.d.ts.map +1 -1
  45. package/dist/components/EstimateCost/Components/Item.js +223 -323
  46. package/dist/components/EstimateCost/Components/LineThrough.d.ts.map +1 -1
  47. package/dist/components/EstimateCost/Components/LineThrough.js +16 -16
  48. package/dist/components/EstimateCost/Components/NumberInput.d.ts.map +1 -1
  49. package/dist/components/EstimateCost/Components/NumberInput.js +33 -37
  50. package/dist/components/EstimateCost/Components/Region.d.ts.map +1 -1
  51. package/dist/components/EstimateCost/Components/Region.js +34 -57
  52. package/dist/components/EstimateCost/Components/Regular.d.ts.map +1 -1
  53. package/dist/components/EstimateCost/Components/Regular.js +21 -26
  54. package/dist/components/EstimateCost/Components/Strong.d.ts.map +1 -1
  55. package/dist/components/EstimateCost/Components/Strong.js +14 -19
  56. package/dist/components/EstimateCost/Components/Unit.d.ts.map +1 -1
  57. package/dist/components/EstimateCost/Components/Unit.js +47 -40
  58. package/dist/components/EstimateCost/Components/Zone.d.ts.map +1 -1
  59. package/dist/components/EstimateCost/Components/Zone.js +33 -55
  60. package/dist/components/EstimateCost/Components/components.css.js +122 -86
  61. package/dist/components/EstimateCost/EstimateCost.d.ts +138 -121
  62. package/dist/components/EstimateCost/EstimateCost.d.ts.map +1 -1
  63. package/dist/components/EstimateCost/EstimateCost.js +79 -124
  64. package/dist/components/EstimateCost/EstimateCostContent.d.ts.map +1 -1
  65. package/dist/components/EstimateCost/EstimateCostContent.js +284 -394
  66. package/dist/components/EstimateCost/EstimateCostProvider.d.ts +1 -1
  67. package/dist/components/EstimateCost/EstimateCostProvider.d.ts.map +1 -1
  68. package/dist/components/EstimateCost/EstimateCostProvider.js +30 -37
  69. package/dist/components/EstimateCost/OverlayComponent.d.ts.map +1 -1
  70. package/dist/components/EstimateCost/OverlayComponent.js +95 -93
  71. package/dist/components/EstimateCost/OverlayContext.d.ts.map +1 -1
  72. package/dist/components/EstimateCost/OverlayContext.js +12 -10
  73. package/dist/components/EstimateCost/constants.js +19 -21
  74. package/dist/components/EstimateCost/helper.d.ts +2 -2
  75. package/dist/components/EstimateCost/helper.d.ts.map +1 -1
  76. package/dist/components/EstimateCost/helper.js +9 -14
  77. package/dist/components/EstimateCost/locales/en.js +24 -23
  78. package/dist/components/EstimateCost/styles.css.d.ts +2 -2
  79. package/dist/components/EstimateCost/styles.css.js +50 -36
  80. package/dist/components/EstimateCost/types.d.ts +1 -1
  81. package/dist/components/EstimateCost/types.d.ts.map +1 -1
  82. package/dist/components/FAQ/index.d.ts.map +1 -1
  83. package/dist/components/FAQ/index.js +37 -31
  84. package/dist/components/FAQ/styles.css.js +6 -4
  85. package/dist/components/InfoTable/InfoTable.d.ts +10 -13
  86. package/dist/components/InfoTable/InfoTable.d.ts.map +1 -1
  87. package/dist/components/InfoTable/InfoTable.js +24 -15
  88. package/dist/components/InfoTable/components/Cell.d.ts.map +1 -1
  89. package/dist/components/InfoTable/components/Cell.js +37 -45
  90. package/dist/components/InfoTable/components/Row.d.ts.map +1 -1
  91. package/dist/components/InfoTable/components/Row.js +19 -27
  92. package/dist/components/InfoTable/context.d.ts +1 -1
  93. package/dist/components/InfoTable/context.d.ts.map +1 -1
  94. package/dist/components/InfoTable/context.js +5 -3
  95. package/dist/components/InfoTable/styles.css.js +6 -10
  96. package/dist/components/Navigation/Footer.d.ts.map +1 -1
  97. package/dist/components/Navigation/Footer.js +59 -75
  98. package/dist/components/Navigation/Header.d.ts.map +1 -1
  99. package/dist/components/Navigation/Header.js +20 -17
  100. package/dist/components/Navigation/Navigation.d.ts +46 -43
  101. package/dist/components/Navigation/Navigation.d.ts.map +1 -1
  102. package/dist/components/Navigation/Navigation.js +23 -27
  103. package/dist/components/Navigation/NavigationContent.d.ts +1 -1
  104. package/dist/components/Navigation/NavigationContent.d.ts.map +1 -1
  105. package/dist/components/Navigation/NavigationContent.js +100 -138
  106. package/dist/components/Navigation/NavigationProvider.d.ts.map +1 -1
  107. package/dist/components/Navigation/NavigationProvider.js +116 -165
  108. package/dist/components/Navigation/components/Group.d.ts.map +1 -1
  109. package/dist/components/Navigation/components/Group.js +36 -43
  110. package/dist/components/Navigation/components/Item.d.ts +1 -1
  111. package/dist/components/Navigation/components/Item.d.ts.map +1 -1
  112. package/dist/components/Navigation/components/Item.js +440 -607
  113. package/dist/components/Navigation/components/ItemProvider.d.ts.map +1 -1
  114. package/dist/components/Navigation/components/ItemProvider.js +13 -8
  115. package/dist/components/Navigation/components/PinnedItems.d.ts.map +1 -1
  116. package/dist/components/Navigation/components/PinnedItems.js +101 -132
  117. package/dist/components/Navigation/components/Separator.js +10 -7
  118. package/dist/components/Navigation/components/ShowHide.d.ts +1 -1
  119. package/dist/components/Navigation/components/ShowHide.d.ts.map +1 -1
  120. package/dist/components/Navigation/components/ShowHide.js +51 -75
  121. package/dist/components/Navigation/components/items.css.js +72 -30
  122. package/dist/components/Navigation/components/styles.css.js +23 -13
  123. package/dist/components/Navigation/locales/en.js +12 -11
  124. package/dist/components/Navigation/styles.css.js +28 -14
  125. package/dist/components/Navigation/variables.css.js +6 -4
  126. package/dist/components/OfferList/OfferList.d.ts +5 -51
  127. package/dist/components/OfferList/OfferList.d.ts.map +1 -1
  128. package/dist/components/OfferList/OfferList.js +11 -78
  129. package/dist/components/OrderSummary/index.d.ts +5 -2
  130. package/dist/components/OrderSummary/index.d.ts.map +1 -1
  131. package/dist/components/OrderSummary/index.js +11 -204
  132. package/dist/components/Plans/index.d.ts +5 -21
  133. package/dist/components/Plans/index.d.ts.map +1 -1
  134. package/dist/components/Plans/index.js +11 -214
  135. package/dist/components/SteppedListCard/index.d.ts +5 -1
  136. package/dist/components/SteppedListCard/index.d.ts.map +1 -1
  137. package/dist/components/SteppedListCard/index.js +11 -0
  138. package/dist/index.js +5 -21
  139. package/dist/plus.css +2 -1
  140. package/package.json +9 -8
  141. package/LICENSE +0 -189
  142. package/dist/components/CustomerSatisfaction/assets/1-5.svg.js +0 -4
  143. package/dist/components/CustomerSatisfaction/assets/1-5NB.svg.js +0 -4
  144. package/dist/components/CustomerSatisfaction/assets/2-5.svg.js +0 -4
  145. package/dist/components/CustomerSatisfaction/assets/2-5NB.svg.js +0 -4
  146. package/dist/components/CustomerSatisfaction/assets/3-5.svg.js +0 -4
  147. package/dist/components/CustomerSatisfaction/assets/3-5NB.svg.js +0 -4
  148. package/dist/components/CustomerSatisfaction/assets/4-5.svg.js +0 -4
  149. package/dist/components/CustomerSatisfaction/assets/4-5NB.svg.js +0 -4
  150. package/dist/components/CustomerSatisfaction/assets/5-5.svg.js +0 -4
  151. package/dist/components/CustomerSatisfaction/assets/5-5NB.svg.js +0 -4
  152. package/dist/components/Navigation/constants.js +0 -10
  153. package/dist/components/OfferList/OfferListProvider.d.ts +0 -30
  154. package/dist/components/OfferList/OfferListProvider.d.ts.map +0 -1
  155. package/dist/components/OfferList/OfferListProvider.js +0 -48
  156. package/dist/components/OfferList/components/Banner.d.ts +0 -13
  157. package/dist/components/OfferList/components/Banner.d.ts.map +0 -1
  158. package/dist/components/OfferList/components/Banner.js +0 -43
  159. package/dist/components/OfferList/components/Cell.d.ts +0 -4
  160. package/dist/components/OfferList/components/Cell.d.ts.map +0 -1
  161. package/dist/components/OfferList/components/Cell.js +0 -35
  162. package/dist/components/OfferList/components/OfferListRowProvider.d.ts +0 -9
  163. package/dist/components/OfferList/components/OfferListRowProvider.d.ts.map +0 -1
  164. package/dist/components/OfferList/components/OfferListRowProvider.js +0 -10
  165. package/dist/components/OfferList/components/Row.d.ts +0 -18
  166. package/dist/components/OfferList/components/Row.d.ts.map +0 -1
  167. package/dist/components/OfferList/components/Row.js +0 -258
  168. package/dist/components/OfferList/styles.css.d.ts +0 -44
  169. package/dist/components/OfferList/styles.css.d.ts.map +0 -1
  170. package/dist/components/OfferList/styles.css.js +0 -40
  171. package/dist/components/OrderSummary/NonScrollableContent.d.ts +0 -20
  172. package/dist/components/OrderSummary/NonScrollableContent.d.ts.map +0 -1
  173. package/dist/components/OrderSummary/NonScrollableContent.js +0 -136
  174. package/dist/components/OrderSummary/Provider.d.ts +0 -15
  175. package/dist/components/OrderSummary/Provider.d.ts.map +0 -1
  176. package/dist/components/OrderSummary/Provider.js +0 -15
  177. package/dist/components/OrderSummary/ScrollableContent.d.ts +0 -2
  178. package/dist/components/OrderSummary/ScrollableContent.d.ts.map +0 -1
  179. package/dist/components/OrderSummary/ScrollableContent.js +0 -314
  180. package/dist/components/OrderSummary/constants.d.ts +0 -3
  181. package/dist/components/OrderSummary/constants.d.ts.map +0 -1
  182. package/dist/components/OrderSummary/constants.js +0 -18
  183. package/dist/components/OrderSummary/helpers.d.ts +0 -28
  184. package/dist/components/OrderSummary/helpers.d.ts.map +0 -1
  185. package/dist/components/OrderSummary/helpers.js +0 -156
  186. package/dist/components/OrderSummary/locales/en.d.ts +0 -11
  187. package/dist/components/OrderSummary/locales/en.d.ts.map +0 -1
  188. package/dist/components/OrderSummary/locales/en.js +0 -12
  189. package/dist/components/OrderSummary/styles.css.d.ts +0 -21
  190. package/dist/components/OrderSummary/styles.css.d.ts.map +0 -1
  191. package/dist/components/OrderSummary/styles.css.js +0 -26
  192. package/dist/components/OrderSummary/types.d.ts +0 -125
  193. package/dist/components/OrderSummary/types.d.ts.map +0 -1
  194. package/dist/components/Plans/FeatureHint.d.ts +0 -7
  195. package/dist/components/Plans/FeatureHint.d.ts.map +0 -1
  196. package/dist/components/Plans/FeatureHint.js +0 -42
  197. package/dist/components/Plans/PlanHeader.d.ts +0 -14
  198. package/dist/components/Plans/PlanHeader.d.ts.map +0 -1
  199. package/dist/components/Plans/PlanHeader.js +0 -96
  200. package/dist/components/Plans/locales/en.d.ts +0 -7
  201. package/dist/components/Plans/locales/en.d.ts.map +0 -1
  202. package/dist/components/Plans/locales/en.js +0 -8
  203. package/dist/components/Plans/styles.css.d.ts +0 -67
  204. package/dist/components/Plans/styles.css.d.ts.map +0 -1
  205. package/dist/components/Plans/styles.css.js +0 -26
  206. package/dist/components/Plans/types.d.ts +0 -38
  207. package/dist/components/Plans/types.d.ts.map +0 -1
  208. package/dist/components/SteppedListCard/Step.d.ts +0 -23
  209. package/dist/components/SteppedListCard/Step.d.ts.map +0 -1
  210. package/dist/components/SteppedListCard/Step.js +0 -61
  211. package/dist/components/SteppedListCard/SteppedListCard.d.ts +0 -69
  212. package/dist/components/SteppedListCard/SteppedListCard.d.ts.map +0 -1
  213. package/dist/components/SteppedListCard/SteppedListCard.js +0 -105
  214. package/dist/components/SteppedListCard/SteppedListContent.d.ts +0 -12
  215. package/dist/components/SteppedListCard/SteppedListContent.d.ts.map +0 -1
  216. package/dist/components/SteppedListCard/SteppedListContent.js +0 -53
  217. package/dist/components/SteppedListCard/helper.d.ts +0 -27
  218. package/dist/components/SteppedListCard/helper.d.ts.map +0 -1
  219. package/dist/components/SteppedListCard/helper.js +0 -41
  220. package/dist/components/SteppedListCard/styles.css.d.ts +0 -9
  221. package/dist/components/SteppedListCard/styles.css.d.ts.map +0 -1
  222. package/dist/components/SteppedListCard/styles.css.js +0 -19
@@ -1,32 +1,16 @@
1
1
  import type { CSSProperties, ReactNode } from 'react';
2
- declare const Conversation: {
3
- ({ children, style, }: {
4
- children: ReactNode;
5
- style?: CSSProperties;
6
- }): import("react/jsx-runtime").JSX.Element;
7
- Date: ({ children, style, }: {
8
- children: ReactNode;
9
- style?: CSSProperties;
10
- }) => import("react/jsx-runtime").JSX.Element;
11
- Message: ({ className, children, avatar, align, style, }: MessageProps) => import("react/jsx-runtime").JSX.Element;
12
- MessageInfos: ({ children, align, style, }: {
13
- children: ReactNode;
14
- align: "left" | "right";
15
- style?: CSSProperties;
16
- }) => import("react/jsx-runtime").JSX.Element;
17
- Tag: ({ children, style, }: {
18
- children: ReactNode;
19
- style?: CSSProperties;
20
- }) => import("react/jsx-runtime").JSX.Element;
21
- };
2
+ declare function Conversation({ children, style }: {
3
+ children: ReactNode;
4
+ style?: CSSProperties;
5
+ }): import("react/jsx-runtime").JSX.Element;
22
6
  export declare const MessageInfos: ({ children, align, style, }: {
23
7
  children: ReactNode;
24
8
  align: "left" | "right";
25
- style?: CSSProperties;
9
+ style?: CSSProperties | undefined;
26
10
  }) => import("react/jsx-runtime").JSX.Element;
27
11
  export declare const DateComponent: ({ children, style, }: {
28
12
  children: ReactNode;
29
- style?: CSSProperties;
13
+ style?: CSSProperties | undefined;
30
14
  }) => import("react/jsx-runtime").JSX.Element;
31
15
  type MessageProps = {
32
16
  className?: string;
@@ -38,7 +22,29 @@ type MessageProps = {
38
22
  export declare const Message: ({ className, children, avatar, align, style, }: MessageProps) => import("react/jsx-runtime").JSX.Element;
39
23
  export declare const MessageTag: ({ children, style, }: {
40
24
  children: ReactNode;
41
- style?: CSSProperties;
25
+ style?: CSSProperties | undefined;
42
26
  }) => import("react/jsx-runtime").JSX.Element;
27
+ declare namespace Conversation {
28
+ var Date: ({ children, style, }: {
29
+ children: ReactNode;
30
+ style?: CSSProperties | undefined;
31
+ }) => import("react/jsx-runtime").JSX.Element;
32
+ }
33
+ declare namespace Conversation {
34
+ var Message: ({ className, children, avatar, align, style, }: MessageProps) => import("react/jsx-runtime").JSX.Element;
35
+ }
36
+ declare namespace Conversation {
37
+ var MessageInfos: ({ children, align, style, }: {
38
+ children: ReactNode;
39
+ align: "left" | "right";
40
+ style?: CSSProperties | undefined;
41
+ }) => import("react/jsx-runtime").JSX.Element;
42
+ }
43
+ declare namespace Conversation {
44
+ var Tag: ({ children, style, }: {
45
+ children: ReactNode;
46
+ style?: CSSProperties | undefined;
47
+ }) => import("react/jsx-runtime").JSX.Element;
48
+ }
43
49
  export { Conversation };
44
50
  //# sourceMappingURL=index.d.ts.map
@@ -1 +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,aAAa,GAAI,sBAG3B;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
+ {"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;8BAW/B,EACpB,QAAQ,EACR,KAAK,EACN,EAAE;IACD,QAAQ,EAAE,SAAS,CAAA;IACnB,KAAK,CAAC,EAAE,aAAa,CAAA;CACtB;AAED,eAAO,MAAM,YAAY;;;;6CAYxB,CAAA;AAED,eAAO,MAAM,aAAa;;;6CAgBzB,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,2GAanB,CAAA;AAED,eAAO,MAAM,UAAU;;;6CAUtB,CAAA;;;;;;;;;;;;;;;;;;;;;;;AAOD,OAAO,EAAE,YAAY,EAAE,CAAA"}
@@ -1,53 +1,51 @@
1
- "use client";
2
- import { jsx, jsxs } from "react/jsx-runtime";
3
- import { Stack, Text, Tag } from "@ultraviolet/ui";
1
+ 'use client';
2
+ import { __name } from "../../_virtual/_rolldown/runtime.js";
3
+ import { conversationAvatar, conversationBubble, conversationContainer, conversationInfos, conversationRawMessage, conversationTag, styledText } from "./styles.css.js";
4
+ import { Stack, Tag, Text } from "@ultraviolet/ui";
4
5
  import { cn } from "@ultraviolet/utils";
5
- import { styledText, conversationBubble, conversationRawMessage, conversationAvatar, conversationContainer, conversationInfos, conversationTag } from "./styles.css.js";
6
- const Conversation = ({
7
- children,
8
- style
9
- }) => /* @__PURE__ */ jsx(Stack, { style, children });
10
- const MessageInfos = ({
11
- children,
12
- align,
13
- style
14
- }) => /* @__PURE__ */ jsx("div", { className: conversationInfos[align], style, children });
15
- const DateComponent = ({
16
- children,
17
- style
18
- }) => /* @__PURE__ */ jsx(
19
- Text,
20
- {
21
- as: "p",
22
- className: styledText,
23
- prominence: "weak",
24
- style,
25
- variant: "bodySmall",
26
- children
27
- }
28
- );
29
- const Message = ({
30
- className,
31
- children,
32
- avatar,
33
- align = "right",
34
- style
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
- ] });
39
- const MessageTag = ({
40
- children,
41
- style
42
- }) => /* @__PURE__ */ jsx(Tag, { className: conversationTag, style, children });
6
+ import { jsx, jsxs } from "react/jsx-runtime";
7
+
8
+ //#region src/components/Conversation/index.tsx
9
+ const Conversation = ({ children, style }) => /* @__PURE__ */ jsx(Stack, {
10
+ style,
11
+ children
12
+ });
13
+ const MessageInfos = ({ children, align, style }) => /* @__PURE__ */ jsx("div", {
14
+ className: conversationInfos[align],
15
+ style,
16
+ children
17
+ });
18
+ const DateComponent = ({ children, style }) => /* @__PURE__ */ jsx(Text, {
19
+ as: "p",
20
+ className: styledText,
21
+ prominence: "weak",
22
+ style,
23
+ variant: "bodySmall",
24
+ children
25
+ });
26
+ const Message = ({ className, children, avatar, align = "right", style }) => /* @__PURE__ */ jsxs("div", {
27
+ className: cn(className, conversationContainer[align]),
28
+ style,
29
+ children: [/* @__PURE__ */ jsx("div", {
30
+ className: conversationBubble,
31
+ children: /* @__PURE__ */ jsx("div", {
32
+ className: conversationRawMessage[align],
33
+ children
34
+ })
35
+ }), /* @__PURE__ */ jsx("div", {
36
+ className: conversationAvatar,
37
+ children: avatar
38
+ })]
39
+ });
40
+ const MessageTag = ({ children, style }) => /* @__PURE__ */ jsx(Tag, {
41
+ className: conversationTag,
42
+ style,
43
+ children
44
+ });
43
45
  Conversation.Date = DateComponent;
44
46
  Conversation.Message = Message;
45
47
  Conversation.MessageInfos = MessageInfos;
46
48
  Conversation.Tag = MessageTag;
47
- export {
48
- Conversation,
49
- DateComponent,
50
- Message,
51
- MessageInfos,
52
- MessageTag
53
- };
49
+
50
+ //#endregion
51
+ export { Conversation };
@@ -1,17 +1,23 @@
1
- /* empty css */
2
- var conversationInfos = { left: "uv_plus_16zcyo51 uv_plus_16zcyo50", right: "uv_plus_16zcyo52 uv_plus_16zcyo50" };
1
+ /* empty css */
2
+ /* empty css */
3
+
4
+ //#region src/components/Conversation/styles.css.ts
5
+ var conversationInfos = {
6
+ left: "uv_plus_16zcyo51 uv_plus_16zcyo50",
7
+ right: "uv_plus_16zcyo52 uv_plus_16zcyo50"
8
+ };
3
9
  var styledText = "uv_plus_16zcyo53";
4
- var conversationContainer = { left: "uv_plus_16zcyo55 uv_plus_16zcyo54", right: "uv_plus_16zcyo56 uv_plus_16zcyo54" };
5
- var conversationRawMessage = { left: "uv_plus_16zcyo58 uv_plus_16zcyo57", right: "uv_plus_16zcyo59 uv_plus_16zcyo57" };
10
+ var conversationContainer = {
11
+ left: "uv_plus_16zcyo55 uv_plus_16zcyo54",
12
+ right: "uv_plus_16zcyo56 uv_plus_16zcyo54"
13
+ };
14
+ var conversationRawMessage = {
15
+ left: "uv_plus_16zcyo58 uv_plus_16zcyo57",
16
+ right: "uv_plus_16zcyo59 uv_plus_16zcyo57"
17
+ };
6
18
  var conversationAvatar = "uv_plus_16zcyo5a";
7
19
  var conversationBubble = "uv_plus_16zcyo5b";
8
20
  var conversationTag = "uv_plus_16zcyo5c";
9
- export {
10
- conversationAvatar,
11
- conversationBubble,
12
- conversationContainer,
13
- conversationInfos,
14
- conversationRawMessage,
15
- conversationTag,
16
- styledText
17
- };
21
+
22
+ //#endregion
23
+ export { conversationAvatar, conversationBubble, conversationContainer, conversationInfos, conversationRawMessage, conversationTag, styledText };
@@ -0,0 +1,5 @@
1
+ //#region src/components/CustomerSatisfaction/assets/1-5.svg
2
+ var _1_5_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2072%2072'%3e%3cpath%20fill='%23eef'%20fill-rule='evenodd'%20d='M36.1%200c-4.3%200-8.6.4-12.9%201.1C11.5%203.1%204%209.6%201.5%2021.4c-1.9%209.3-2.1%2018.7-.2%2028%202.3%2012%209.6%2019.3%2021.6%2021.4%204.3.8%208.7%201.1%2013%201.1s8.6-.4%2012.9-1.1c11.6-2%2019.3-9.2%2021.8-20.9%201.8-9.2%201.8-18.6%200-27.8-2.3-12-9.5-18.9-21.6-21C44.8.4%2040.4%200%2036.1%200'%20clip-rule='evenodd'/%3e%3cpath%20fill='%232e3192'%20fill-rule='evenodd'%20d='M70.7%2022.2c-2.3-12-9.5-18.9-21.6-21-.6-.1-1.2-.2-1.9-.3C50.2%203%2058.7%209.8%2062%2022c.3%201%205.2%2020.2-7%2034-10.9%2012.3-30.9%2015.4-48.1%206.2%203.7%204.5%209.1%207.5%2016%208.7%204.3.8%208.7%201.1%2013%201.1s8.6-.4%2012.9-1.1c11.6-2%2019.3-9.2%2021.8-20.9%201.9-9.2%201.8-18.6.1-27.8'%20clip-rule='evenodd'%20opacity='.06'/%3e%3cpath%20fill='%231b1464'%20d='M37.6%2047.7c-.1%200-.3%200-.4-.1-2.4-.9-5-.9-7.4%200-.6.2-1.4-.1-1.6-.7s.1-1.4.7-1.6c3-1.1%206.2-1.1%209.2%200%20.6.2%201%201%20.7%201.6-.2.5-.7.8-1.2.8'%20opacity='.31'/%3e%3cpath%20fill='%234f0599'%20d='M33.9%2036.2c-7%200-13.6%202.7-18.5%207.7-.5.5-.5%201.3%200%201.7.5.5%201.3.5%201.7%200%204.5-4.5%2010.4-6.9%2016.8-6.9s12.3%202.5%2016.8%206.9c.2.2.6.4.9.4s.6-.1.9-.4c.5-.5.5-1.3%200-1.7-5-5-11.6-7.7-18.6-7.7m-20-6.7c0%202.5%202.1%204.6%204.6%204.6s4.6-2.1%204.6-4.6q0-.75-.3-1.5c.5.1%201%20.1%201.6.1%201.4%200%203-.2%204.8-.7.7-.2%201-.9.9-1.5-.2-.7-.9-1-1.5-.9-8.8%202.4-12.6-3.2-12.7-3.4-.4-.6-1.1-.7-1.7-.4-.6.4-.7%201.1-.4%201.7%200%20.1.9%201.3%202.6%202.6-1.5.8-2.5%202.3-2.5%204m38.5-8.3c-.6-.4-1.3-.2-1.7.4%200%20.1-3.9%205.8-12.7%203.4-.7-.2-1.3.2-1.5.9s.2%201.3.9%201.5c1.8.5%203.4.7%204.8.7.5%200%201.1%200%201.6-.1q-.3.75-.3%201.5c0%202.5%202.1%204.6%204.6%204.6s4.6-2.1%204.6-4.6c0-1.7-.9-3.2-2.3-4%201.7-1.3%202.5-2.5%202.6-2.6.2-.6%200-1.3-.6-1.7'/%3e%3cpath%20fill='none'%20stroke='%23f954a2'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='1.5'%20d='m46%209.5-2.3%202.3-2.3-2.3m6.5%206.6-2.3-2.3%202.3-2.3m-6.3%206.3%202.3-2.3%202.3%202.3m-6.6-6.5%202.4%202.3-2.4%202.3'/%3e%3c/svg%3e";
3
+
4
+ //#endregion
5
+ export { _1_5_default as default };
@@ -0,0 +1,5 @@
1
+ //#region src/components/CustomerSatisfaction/assets/1-5NB.svg
2
+ var _1_5NB_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2072%2072'%3e%3cpath%20fill='%23f0f0f0'%20d='M36.1%200c-4.3%200-8.6.4-12.9%201.1C11.5%203.1%204%209.6%201.5%2021.4c-2%209.2-2.1%2018.8-.2%2028%202.3%2012%209.6%2019.2%2021.6%2021.4%204.3.8%208.6%201.1%2013%201.1%204.3%200%208.6-.4%2012.9-1.1%2011.6-2%2019.3-9.2%2021.8-20.9%201.8-9.2%201.8-18.6%200-27.8-2.3-12-9.5-18.9-21.6-21C44.8.4%2040.4%200%2036.1%200'/%3e%3cpath%20fill='%233b3b3b'%20d='M70.7%2022.2c-2.3-12-9.5-18.9-21.6-21-.6-.2-1.3-.2-1.9-.3C54.4%206.1%2059.6%2013.5%2062%2022c.3%201%205.2%2020.2-7%2034-10.9%2012.3-30.9%2015.4-48%206.2%203.7%204.5%209.1%207.5%2016%208.7%204.3.8%208.6%201.1%2013%201.1%204.3%200%208.6-.4%2012.9-1.1%2011.6-2%2019.3-9.2%2021.8-20.9%201.8-9.2%201.8-18.6%200-27.8'%20opacity='.06'/%3e%3cpath%20fill='%231f1f1f'%20d='M37.6%2047.7c-.2%200-.3%200-.4-.1-2.4-.9-5-.9-7.4%200-.6.2-1.4-.1-1.6-.7s.1-1.4.7-1.6c3-1.2%206.2-1.2%209.2%200%20.6.2%201%201%20.7%201.6-.2.5-.7.8-1.2.8'%20opacity='.31'/%3e%3cpath%20fill='%232b2b2b'%20d='M33.9%2036.2c-6.9%200-13.6%202.7-18.5%207.7-.5.5-.4%201.3.1%201.8.5.4%201.2.4%201.6%200%209.3-9.3%2024.3-9.3%2033.5%200%20.5.5%201.3.4%201.8-.1.4-.5.4-1.2%200-1.6-4.9-5.1-11.5-7.8-18.5-7.8m-20-6.7c-.1%202.5%201.8%204.7%204.4%204.8%202.5.1%204.7-1.8%204.8-4.4v-.4q0-.75-.3-1.5c.5.1%201%20.1%201.5.1%201.6%200%203.2-.2%204.8-.7.7-.2%201-.9.9-1.5-.2-.7-.8-1-1.5-.9-8.8%202.4-12.6-3.2-12.7-3.4-.4-.6-1.1-.7-1.7-.4s-.7%201.1-.4%201.7c.7%201%201.6%201.9%202.6%202.6-1.5.8-2.4%202.3-2.4%204m38.5-8.3c-.6-.4-1.3-.2-1.7.4%200%20.1-3.9%205.8-12.7%203.4-.7-.2-1.3.2-1.5.9s.2%201.3.9%201.5c1.6.4%203.2.7%204.8.7.5%200%201%200%201.5-.1q-.3.75-.3%201.5c0%202.5%202%204.6%204.6%204.6%202.5%200%204.6-2%204.6-4.6%200-1.7-.9-3.2-2.4-4%201-.7%201.9-1.6%202.6-2.6.4-.5.2-1.3-.4-1.7'/%3e%3cpath%20fill='none'%20stroke='%238e8e8e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.5'%20d='m46%209.5-2.3%202.3-2.3-2.3m6.5%206.6-2.3-2.3%202.3-2.3m-6.3%206.3%202.3-2.3%202.3%202.3m-6.5-6.5%202.3%202.3-2.3%202.3'/%3e%3c/svg%3e";
3
+
4
+ //#endregion
5
+ export { _1_5NB_default as default };
@@ -0,0 +1,5 @@
1
+ //#region src/components/CustomerSatisfaction/assets/2-5.svg
2
+ var _2_5_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2072%2072'%3e%3cg%20data-name='Calque%202'%3e%3cg%20data-name='Calque%201'%3e%3cpath%20fill='%23eef'%20fill-rule='evenodd'%20d='M36.08%200a77%2077%200%200%200-12.91%201.1C11.48%203.08%204%209.65%201.55%2021.43a69.7%2069.7%200%200%200-.24%2028.05c2.31%2012%209.57%2019.25%2021.61%2021.38a75%2075%200%200%200%2013%201.14%2077%2077%200%200%200%2012.91-1.1c11.65-2%2019.34-9.2%2021.8-20.9a72%2072%200%200%200%200-27.82c-2.31-12-9.54-18.91-21.58-21A75%2075%200%200%200%2036.08%200'/%3e%3cpath%20fill='%232e3192'%20fill-rule='evenodd'%20d='M70.66%2022.18c-2.31-12-9.54-18.91-21.58-21C48.46%201%2047.84%201%2047.22.85A39.73%2039.73%200%200%201%2062%2022c.28%201%205.22%2020.18-7%2034-10.87%2012.29-30.91%2015.38-48%206.17%203.73%204.53%209.06%207.47%2016%208.69A75%2075%200%200%200%2036%2072a77%2077%200%200%200%2012.91-1.1c11.65-2%2019.34-9.2%2021.8-20.9a72%2072%200%200%200-.05-27.82'%20opacity='.06'/%3e%3cpath%20fill='%234f0599'%20d='M44.7%2040.9a23.75%2023.75%200%200%200-26.47%200%201.11%201.11%200%200%200-.31%201.55%201.14%201.14%200%200%200%201.56.31%2021.5%2021.5%200%200%201%2024%200%201.2%201.2%200%200%200%20.62.19%201.15%201.15%200%200%200%20.94-.5%201.12%201.12%200%200%200-.34-1.55M22.22%2025.15a4.15%204.15%200%201%200-4.15%204.15%204.15%204.15%200%200%200%204.15-4.15M44.85%2021A4.15%204.15%200%201%200%2049%2025.15%204.16%204.16%200%200%200%2044.85%2021'/%3e%3cpath%20fill='%231b1464'%20d='M35.19%2044.84a1.1%201.1%200%200%201-.4-.08%209.2%209.2%200%200%200-6.65%200%201.12%201.12%200%201%201-.8-2.09%2011.4%2011.4%200%200%201%208.25%200%201.12%201.12%200%200%201-.4%202.17'%20opacity='.31'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e";
3
+
4
+ //#endregion
5
+ export { _2_5_default as default };
@@ -0,0 +1,5 @@
1
+ //#region src/components/CustomerSatisfaction/assets/2-5NB.svg
2
+ var _2_5NB_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2072%2072'%3e%3cpath%20fill='%23f0f0f0'%20d='M36.1%200c-4.3%200-8.6.4-12.9%201.1C11.5%203.1%204%209.6%201.5%2021.4c-2%209.2-2.1%2018.8-.2%2028%202.3%2012%209.6%2019.2%2021.6%2021.4%204.3.8%208.6%201.1%2013%201.1%204.3%200%208.6-.4%2012.9-1.1%2011.6-2%2019.3-9.2%2021.8-20.9%201.8-9.2%201.8-18.6%200-27.8-2.3-12-9.5-18.9-21.6-21C44.8.4%2040.4%200%2036.1%200'/%3e%3cpath%20fill='%233b3b3b'%20d='M70.7%2022.2c-2.3-12-9.5-18.9-21.6-21-.6-.2-1.3-.2-1.9-.3C54.4%206.1%2059.6%2013.5%2062%2022c.3%201%205.2%2020.2-7%2034-10.9%2012.3-30.9%2015.4-48%206.2%203.7%204.5%209.1%207.5%2016%208.7%204.3.8%208.6%201.1%2013%201.1%204.3%200%208.6-.4%2012.9-1.1%2011.6-2%2019.3-9.2%2021.8-20.9%201.8-9.2%201.8-18.6%200-27.8'%20opacity='.06'/%3e%3cpath%20fill='%232b2b2b'%20d='M44.7%2040.9c-8-5.4-18.5-5.4-26.5%200-.5.3-.7%201-.3%201.5s1%20.6%201.6.3c7.3-4.9%2016.7-4.9%2024%200%20.2.1.4.2.6.2.4%200%20.7-.2.9-.5.4-.5.2-1.2-.3-1.5M22.2%2025.1c0-2.3-1.9-4.1-4.1-4.1-2.3%200-4.2%201.9-4.2%204.1s1.9%204.1%204.2%204.1c2.3.1%204.1-1.8%204.1-4.1M44.8%2021c-2.3%200-4.1%201.9-4.1%204.2s1.9%204.1%204.2%204.1%204.1-1.9%204.1-4.1c0-2.3-1.9-4.2-4.2-4.2'/%3e%3cpath%20fill='%231f1f1f'%20d='M35.2%2044.8c-.1%200-.3%200-.4-.1-2.1-.8-4.5-.8-6.6%200-.6.2-1.2%200-1.5-.6-.2-.6%200-1.2.6-1.5h.1c2.7-1%205.6-1%208.2%200%20.6.2.9.9.7%201.4-.2.6-.6.8-1.1.8'%20opacity='.31'/%3e%3c/svg%3e";
3
+
4
+ //#endregion
5
+ export { _2_5NB_default as default };
@@ -0,0 +1,5 @@
1
+ //#region src/components/CustomerSatisfaction/assets/3-5.svg
2
+ var _3_5_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2072%2072'%3e%3cg%20data-name='Calque%202'%3e%3cg%20data-name='Calque%201'%3e%3cpath%20fill='%23eef'%20fill-rule='evenodd'%20d='M36.08%200a77%2077%200%200%200-12.91%201.1C11.48%203.08%204%209.65%201.55%2021.43a69.7%2069.7%200%200%200-.24%2028.05c2.31%2012%209.57%2019.25%2021.61%2021.38a75%2075%200%200%200%2013%201.14%2077%2077%200%200%200%2012.91-1.1c11.65-2%2019.34-9.2%2021.8-20.9a72%2072%200%200%200%200-27.82c-2.31-12-9.54-18.91-21.58-21A75%2075%200%200%200%2036.08%200'/%3e%3cpath%20fill='%232e3192'%20fill-rule='evenodd'%20d='M70.66%2022.18c-2.31-12-9.54-18.91-21.58-21C48.46%201%2047.84%201%2047.22.85A39.73%2039.73%200%200%201%2062%2022c.28%201%205.22%2020.18-7%2034-10.87%2012.29-30.91%2015.38-48%206.17%203.73%204.53%209.06%207.47%2016%208.69A75%2075%200%200%200%2036%2072a77%2077%200%200%200%2012.91-1.1c11.65-2%2019.34-9.2%2021.8-20.9a72%2072%200%200%200-.05-27.82'%20opacity='.06'/%3e%3cpath%20fill='%234f0599'%20d='M23.64%2025.86a4.86%204.86%200%201%200-4.86%204.85%204.87%204.87%200%200%200%204.86-4.85M50.14%2021A4.86%204.86%200%201%200%2055%2025.86%204.86%204.86%200%200%200%2050.14%2021'/%3e%3cpath%20fill='none'%20stroke='%234f0599'%20stroke-linecap='round'%20stroke-miterlimit='10'%20stroke-width='2.51'%20d='M24%2044h22'/%3e%3cpath%20fill='none'%20stroke='%231b1464'%20stroke-linecap='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M32%2050h6'%20opacity='.31'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e";
3
+
4
+ //#endregion
5
+ export { _3_5_default as default };
@@ -0,0 +1,5 @@
1
+ //#region src/components/CustomerSatisfaction/assets/3-5NB.svg
2
+ var _3_5NB_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2072%2072'%3e%3cg%20data-name='Calque%202'%3e%3cg%20data-name='Calque%201'%3e%3cpath%20fill='%23f0f0f0'%20fill-rule='evenodd'%20d='M36.08%200a77%2077%200%200%200-12.91%201.1C11.48%203.08%204%209.65%201.55%2021.43a69.7%2069.7%200%200%200-.24%2028.05c2.31%2012%209.57%2019.25%2021.61%2021.38a75%2075%200%200%200%2013%201.14%2077%2077%200%200%200%2012.91-1.1c11.65-2%2019.34-9.2%2021.8-20.9a72%2072%200%200%200%200-27.82c-2.31-12-9.54-18.91-21.58-21A75%2075%200%200%200%2036.08%200'/%3e%3cpath%20fill='%233b3b3b'%20fill-rule='evenodd'%20d='M70.66%2022.18c-2.31-12-9.54-18.91-21.58-21C48.46%201%2047.84%201%2047.22.85A39.73%2039.73%200%200%201%2062%2022c.28%201%205.22%2020.18-7%2034-10.87%2012.29-30.91%2015.38-48%206.17%203.73%204.53%209.06%207.47%2016%208.69A75%2075%200%200%200%2036%2072a77%2077%200%200%200%2012.91-1.1c11.65-2%2019.34-9.2%2021.8-20.9a72%2072%200%200%200-.05-27.82'%20opacity='.06'/%3e%3cpath%20fill='%232b2b2b'%20d='M23.64%2025.86a4.86%204.86%200%201%200-4.86%204.85%204.87%204.87%200%200%200%204.86-4.85M50.14%2021A4.86%204.86%200%201%200%2055%2025.86%204.86%204.86%200%200%200%2050.14%2021'/%3e%3cpath%20fill='none'%20stroke='%232b2b2b'%20stroke-linecap='round'%20stroke-miterlimit='10'%20stroke-width='2.51'%20d='M24%2044h22'/%3e%3cpath%20fill='none'%20stroke='%231f1f1f'%20stroke-linecap='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M32%2050h6'%20opacity='.31'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e";
3
+
4
+ //#endregion
5
+ export { _3_5NB_default as default };
@@ -0,0 +1,5 @@
1
+ //#region src/components/CustomerSatisfaction/assets/4-5.svg
2
+ var _4_5_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2072%2072'%3e%3cpath%20fill='%23eef'%20fill-rule='evenodd'%20d='M36.08%200a77%2077%200%200%200-12.91%201.1C11.48%203.08%204%209.65%201.55%2021.43a69.7%2069.7%200%200%200-.24%2028.05c2.31%2012%209.57%2019.25%2021.61%2021.38a75%2075%200%200%200%2013%201.14%2077%2077%200%200%200%2012.91-1.1c11.65-2%2019.34-9.2%2021.8-20.9a72%2072%200%200%200%200-27.82c-2.31-12-9.54-18.91-21.58-21A75%2075%200%200%200%2036.08%200'/%3e%3cpath%20fill='%234f0599'%20d='M31.5%2046.28a17.85%2017.85%200%200%201-13.09-5.81%201.18%201.18%200%200%201%200-1.59%201%201%200%200%201%201.48%200%2015.66%2015.66%200%200%200%2023.22%200%201%201%200%200%201%201.48%200%201.2%201.2%200%200%201%200%201.59%2017.85%2017.85%200%200%201-13.09%205.81'/%3e%3cpath%20fill='%231b1464'%20d='M31.5%2051.14a17.5%2017.5%200%200%201-5-.74%201.13%201.13%200%200%201-.73-1.4%201%201%200%200%201%201.29-.78%2015.26%2015.26%200%200%200%208.88%200%201%201%200%200%201%201.29.78%201.13%201.13%200%200%201-.72%201.38%2017.5%2017.5%200%200%201-5.01.76'%20opacity='.31'/%3e%3cpath%20fill='%234f0599'%20d='M24.32%2028.58a1.08%201.08%200%200%201-1-1.12A5.3%205.3%200%200%200%2018.19%2022a5.3%205.3%200%200%200-5.09%205.46%201%201%200%201%201-2.09%200%207.46%207.46%200%200%201%207.18-7.7%207.45%207.45%200%200%201%207.17%207.7%201.08%201.08%200%200%201-1.04%201.12m26.62%200a1.09%201.09%200%200%201-1-1.12%205.1%205.1%200%201%200-10.17%200%201%201%200%201%201-2.09%200%207.46%207.46%200%200%201%207.18-7.7%207.46%207.46%200%200%201%207.14%207.7%201.08%201.08%200%200%201-1.06%201.12'/%3e%3cellipse%20cx='13.75'%20cy='37.62'%20fill='%23f270a8'%20rx='2.75'%20ry='2.96'/%3e%3cellipse%20cx='49.25'%20cy='37.62'%20fill='%23f270a8'%20rx='2.75'%20ry='2.96'/%3e%3cpath%20fill='%232e3192'%20fill-rule='evenodd'%20d='M70.66%2022.18c-2.31-12-9.54-18.91-21.58-21C48.46%201%2047.84%201%2047.22.85A39.73%2039.73%200%200%201%2062%2022c.28%201%205.22%2020.18-7%2034-10.87%2012.29-30.91%2015.38-48%206.17%203.73%204.53%209.06%207.47%2016%208.69A75%2075%200%200%200%2036%2072a77%2077%200%200%200%2012.91-1.1c11.65-2%2019.34-9.2%2021.8-20.9a72%2072%200%200%200-.05-27.82'%20opacity='.06'/%3e%3c/svg%3e";
3
+
4
+ //#endregion
5
+ export { _4_5_default as default };
@@ -0,0 +1,5 @@
1
+ //#region src/components/CustomerSatisfaction/assets/4-5NB.svg
2
+ var _4_5NB_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2072%2072'%3e%3cdefs%3e%3cstyle%3e%20.cls-2{fill:%232b2b2b}.cls-4{fill:%239d9d9d}%20%3c/style%3e%3c/defs%3e%3cg%20id='Calque_2'%20data-name='Calque%202'%3e%3cg%20id='Calque_1-2'%20data-name='Calque%201'%3e%3cpath%20fill='%23f0f0f0'%20fill-rule='evenodd'%20d='M36.08%200a77%2077%200%200%200-12.91%201.1C11.48%203.08%204%209.65%201.55%2021.43a69.7%2069.7%200%200%200-.24%2028.05c2.31%2012%209.57%2019.25%2021.61%2021.38a75%2075%200%200%200%2013%201.14%2077%2077%200%200%200%2012.91-1.1c11.65-2%2019.34-9.2%2021.8-20.9a72%2072%200%200%200%200-27.82c-2.31-12-9.54-18.91-21.58-21A75%2075%200%200%200%2036.08%200'/%3e%3cpath%20d='M31.5%2046.28a17.85%2017.85%200%200%201-13.09-5.81%201.18%201.18%200%200%201%200-1.59%201%201%200%200%201%201.48%200%2015.66%2015.66%200%200%200%2023.22%200%201%201%200%200%201%201.48%200%201.2%201.2%200%200%201%200%201.59%2017.85%2017.85%200%200%201-13.09%205.81'%20class='cls-2'/%3e%3cpath%20fill='%231f1f1f'%20d='M31.5%2051.14a17.5%2017.5%200%200%201-5-.74%201.13%201.13%200%200%201-.73-1.4%201%201%200%200%201%201.29-.78%2015.26%2015.26%200%200%200%208.88%200%201%201%200%200%201%201.29.78%201.13%201.13%200%200%201-.72%201.38%2017.5%2017.5%200%200%201-5.01.76'%20opacity='.31'/%3e%3cpath%20d='M24.32%2028.58a1.08%201.08%200%200%201-1-1.12A5.3%205.3%200%200%200%2018.19%2022a5.3%205.3%200%200%200-5.09%205.46%201%201%200%201%201-2.09%200%207.46%207.46%200%200%201%207.18-7.7%207.45%207.45%200%200%201%207.17%207.7%201.08%201.08%200%200%201-1.04%201.12m26.62%200a1.09%201.09%200%200%201-1-1.12%205.1%205.1%200%201%200-10.17%200%201%201%200%201%201-2.09%200%207.46%207.46%200%200%201%207.18-7.7%207.46%207.46%200%200%201%207.14%207.7%201.08%201.08%200%200%201-1.06%201.12'%20class='cls-2'/%3e%3cellipse%20cx='13.75'%20cy='37.62'%20class='cls-4'%20rx='2.75'%20ry='2.96'/%3e%3cellipse%20cx='49.25'%20cy='37.62'%20class='cls-4'%20rx='2.75'%20ry='2.96'/%3e%3cpath%20fill='%233b3b3b'%20fill-rule='evenodd'%20d='M70.66%2022.18c-2.31-12-9.54-18.91-21.58-21C48.46%201%2047.84%201%2047.22.85A39.73%2039.73%200%200%201%2062%2022c.28%201%205.22%2020.18-7%2034-10.87%2012.29-30.91%2015.38-48%206.17%203.73%204.53%209.06%207.47%2016%208.69A75%2075%200%200%200%2036%2072a77%2077%200%200%200%2012.91-1.1c11.65-2%2019.34-9.2%2021.8-20.9a72%2072%200%200%200-.05-27.82'%20opacity='.06'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e";
3
+
4
+ //#endregion
5
+ export { _4_5NB_default as default };
@@ -0,0 +1,5 @@
1
+ //#region src/components/CustomerSatisfaction/assets/5-5.svg
2
+ var _5_5_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2072%2072'%3e%3cg%20data-name='Calque%202'%3e%3cg%20data-name='Calque%201'%3e%3cpath%20fill='%23eef'%20fill-rule='evenodd'%20d='M36.08%200a77%2077%200%200%200-12.91%201.1C11.48%203.08%204%209.65%201.55%2021.43a69.7%2069.7%200%200%200-.24%2028.05c2.31%2012%209.57%2019.25%2021.61%2021.38a75%2075%200%200%200%2013%201.14%2077%2077%200%200%200%2012.91-1.1c11.65-2%2019.34-9.2%2021.8-20.9a72%2072%200%200%200%200-27.82c-2.31-12-9.54-18.91-21.58-21A75%2075%200%200%200%2036.08%200'/%3e%3cpath%20fill='%234f0599'%20d='M24.32%2028.58a1.08%201.08%200%200%201-1-1.12A5.3%205.3%200%200%200%2018.19%2022a5.3%205.3%200%200%200-5.09%205.46%201%201%200%201%201-2.09%200%207.46%207.46%200%200%201%207.18-7.7%207.45%207.45%200%200%201%207.17%207.7%201.08%201.08%200%200%201-1.04%201.12m26.62%200a1.09%201.09%200%200%201-1-1.12%205.1%205.1%200%201%200-10.17%200%201%201%200%201%201-2.09%200%207.46%207.46%200%200%201%207.18-7.7%207.46%207.46%200%200%201%207.14%207.7%201.08%201.08%200%200%201-1.06%201.12'/%3e%3cpath%20fill='%232e3192'%20fill-rule='evenodd'%20d='M70.66%2022.18c-2.31-12-9.54-18.91-21.58-21C48.46%201%2047.84%201%2047.22.85A39.73%2039.73%200%200%201%2062%2022c.28%201%205.22%2020.18-7%2034-10.87%2012.29-30.91%2015.38-48%206.17%203.73%204.53%209.06%207.47%2016%208.69A75%2075%200%200%200%2036%2072a77%2077%200%200%200%2012.91-1.1c11.65-2%2019.34-9.2%2021.8-20.9a72%2072%200%200%200-.05-27.82'%20opacity='.06'/%3e%3cpath%20fill='%23fff'%20d='M46%2032.9v5.47a21.22%2021.22%200%200%201-30%200V32.9a21.22%2021.22%200%200%200%2030%200'/%3e%3cpath%20fill='%23f954a2'%20d='M34.82%2048.44a6.4%206.4%200%200%201%205.63%203.36%2015%2015%200%200%201-18.9%200A6.39%206.39%200%200%201%2031%2049.71a6.3%206.3%200%200%201%203.82-1.27'/%3e%3cpath%20fill='%23971096'%20d='M46%2038.37v1.78a15%2015%200%200%201-4.39%2010.61c-.37.37-.76.71-1.16%201a6.4%206.4%200%200%200-5.63-3.36A6.3%206.3%200%200%200%2031%2049.71a6.39%206.39%200%200%200-9.45%202.09A15%2015%200%200%201%2016%2040.15v-1.78a21.22%2021.22%200%200%200%2030%200'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e";
3
+
4
+ //#endregion
5
+ export { _5_5_default as default };
@@ -0,0 +1,5 @@
1
+ //#region src/components/CustomerSatisfaction/assets/5-5NB.svg
2
+ var _5_5NB_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2072%2072'%3e%3cg%20data-name='Calque%202'%3e%3cg%20data-name='Calque%201'%3e%3cpath%20fill='%23f0f0f0'%20fill-rule='evenodd'%20d='M36.08%200a77%2077%200%200%200-12.91%201.1C11.48%203.08%204%209.65%201.55%2021.43a69.7%2069.7%200%200%200-.24%2028.05c2.31%2012%209.57%2019.25%2021.61%2021.38a75%2075%200%200%200%2013%201.14%2077%2077%200%200%200%2012.91-1.1c11.65-2%2019.34-9.2%2021.8-20.9a72%2072%200%200%200%200-27.82c-2.31-12-9.54-18.91-21.58-21A75%2075%200%200%200%2036.08%200'/%3e%3cpath%20fill='%232b2b2b'%20d='M24.32%2028.58a1.08%201.08%200%200%201-1-1.12A5.3%205.3%200%200%200%2018.19%2022a5.3%205.3%200%200%200-5.09%205.46%201%201%200%201%201-2.09%200%207.46%207.46%200%200%201%207.18-7.7%207.45%207.45%200%200%201%207.17%207.7%201.08%201.08%200%200%201-1.04%201.12m26.62%200a1.09%201.09%200%200%201-1-1.12%205.1%205.1%200%201%200-10.17%200%201%201%200%201%201-2.09%200%207.46%207.46%200%200%201%207.18-7.7%207.46%207.46%200%200%201%207.14%207.7%201.08%201.08%200%200%201-1.06%201.12'/%3e%3cpath%20fill='%233b3b3b'%20fill-rule='evenodd'%20d='M70.66%2022.18c-2.31-12-9.54-18.91-21.58-21C48.46%201%2047.84%201%2047.22.85A39.73%2039.73%200%200%201%2062%2022c.28%201%205.22%2020.18-7%2034-10.87%2012.29-30.91%2015.38-48%206.17%203.73%204.53%209.06%207.47%2016%208.69A75%2075%200%200%200%2036%2072a77%2077%200%200%200%2012.91-1.1c11.65-2%2019.34-9.2%2021.8-20.9a72%2072%200%200%200-.05-27.82'%20opacity='.06'/%3e%3cpath%20fill='%23fff'%20d='M46%2032.9v5.47a21.22%2021.22%200%200%201-30%200V32.9a21.22%2021.22%200%200%200%2030%200'/%3e%3cpath%20fill='%238e8e8e'%20d='M34.82%2048.44a6.4%206.4%200%200%201%205.63%203.36%2015%2015%200%200%201-18.9%200A6.39%206.39%200%200%201%2031%2049.71a6.3%206.3%200%200%201%203.82-1.27'/%3e%3cpath%20fill='%23474747'%20d='M46%2038.37v1.78a15%2015%200%200%201-4.39%2010.61c-.37.37-.76.71-1.16%201a6.4%206.4%200%200%200-5.63-3.36A6.3%206.3%200%200%200%2031%2049.71a6.39%206.39%200%200%200-9.45%202.09A15%2015%200%200%201%2016%2040.15v-1.78a21.22%2021.22%200%200%200%2030%200'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e";
3
+
4
+ //#endregion
5
+ export { _5_5NB_default as default };
@@ -28,6 +28,6 @@ type CustomerSatisfactionProps = {
28
28
  className?: string;
29
29
  style?: CSSProperties;
30
30
  };
31
- export declare const CustomerSatisfaction: ({ value, onChange, "data-testid": dataTestId, className, style, }: CustomerSatisfactionProps) => import("react/jsx-runtime").JSX.Element;
31
+ export declare const CustomerSatisfaction: ({ value, onChange, 'data-testid': dataTestId, className, style, }: CustomerSatisfactionProps) => import("react/jsx-runtime").JSX.Element;
32
32
  export {};
33
33
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/CustomerSatisfaction/index.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAiB1C,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;EA0BH,CAAA;AAEV,KAAK,KAAK,GAAG,CAAC,OAAO,OAAO,CAAC,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,CAAA;AAE9C,KAAK,yBAAyB,GAAG;IAC/B,KAAK,EAAE,KAAK,CAAA;IACZ,QAAQ,EAAE,CAAC,MAAM,EAAE,KAAK,KAAK,IAAI,CAAA;IACjC,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,KAAK,CAAC,EAAE,aAAa,CAAA;CACtB,CAAA;AAED,eAAO,MAAM,oBAAoB,GAAI,mEAMlC,yBAAyB,4CAsD3B,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/CustomerSatisfaction/index.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAiB1C,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;EA0BH,CAAA;AAEV,KAAK,KAAK,GAAG,CAAC,OAAO,OAAO,CAAC,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,CAAA;AAE9C,KAAK,yBAAyB,GAAG;IAC/B,KAAK,EAAE,KAAK,CAAA;IACZ,QAAQ,EAAE,CAAC,MAAM,EAAE,KAAK,KAAK,IAAI,CAAA;IACjC,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,KAAK,CAAC,EAAE,aAAa,CAAA;CACtB,CAAA;AAED,eAAO,MAAM,oBAAoB,2IA4DhC,CAAA"}
@@ -1,104 +1,89 @@
1
- "use client";
2
- import { jsx } from "react/jsx-runtime";
3
- import { Stack } from "@ultraviolet/ui";
4
- import { useState, useMemo } from "react";
5
- import rating1 from "./assets/1-5.svg.js";
6
- import rating1NS from "./assets/1-5NB.svg.js";
7
- import rating2 from "./assets/2-5.svg.js";
8
- import rating2NS from "./assets/2-5NB.svg.js";
9
- import rating3 from "./assets/3-5.svg.js";
10
- import rating3NS from "./assets/3-5NB.svg.js";
11
- import rating4 from "./assets/4-5.svg.js";
12
- import rating4NS from "./assets/4-5NB.svg.js";
13
- import rating5 from "./assets/5-5.svg.js";
14
- import rating5NS from "./assets/5-5NB.svg.js";
1
+ 'use client';
2
+ import { __name } from "../../_virtual/_rolldown/runtime.js";
3
+ import _1_5_default from "./assets/1-5.js";
4
+ import _1_5NB_default from "./assets/1-5NB.js";
5
+ import _2_5_default from "./assets/2-5.js";
6
+ import _2_5NB_default from "./assets/2-5NB.js";
7
+ import _3_5_default from "./assets/3-5.js";
8
+ import _3_5NB_default from "./assets/3-5NB.js";
9
+ import _4_5_default from "./assets/4-5.js";
10
+ import _4_5NB_default from "./assets/4-5NB.js";
11
+ import _5_5_default from "./assets/5-5.js";
12
+ import _5_5NB_default from "./assets/5-5NB.js";
15
13
  import { customerSatisfactionButtonContainer, customerStatisfaction } from "./styles.css.js";
14
+ import { Stack } from "@ultraviolet/ui";
15
+ import { useMemo, useState } from "react";
16
+ import { jsx } from "react/jsx-runtime";
17
+
18
+ //#region src/components/CustomerSatisfaction/index.tsx
16
19
  const ratings = [
17
- {
18
- imgNotSelected: rating1NS,
19
- imgSelected: rating1,
20
- value: 1
21
- },
22
- {
23
- imgNotSelected: rating2NS,
24
- imgSelected: rating2,
25
- value: 2
26
- },
27
- {
28
- imgNotSelected: rating3NS,
29
- imgSelected: rating3,
30
- value: 3
31
- },
32
- {
33
- imgNotSelected: rating4NS,
34
- imgSelected: rating4,
35
- value: 4
36
- },
37
- {
38
- imgNotSelected: rating5NS,
39
- imgSelected: rating5,
40
- value: 5
41
- }
20
+ {
21
+ imgNotSelected: _1_5NB_default,
22
+ imgSelected: _1_5_default,
23
+ value: 1
24
+ },
25
+ {
26
+ imgNotSelected: _2_5NB_default,
27
+ imgSelected: _2_5_default,
28
+ value: 2
29
+ },
30
+ {
31
+ imgNotSelected: _3_5NB_default,
32
+ imgSelected: _3_5_default,
33
+ value: 3
34
+ },
35
+ {
36
+ imgNotSelected: _4_5NB_default,
37
+ imgSelected: _4_5_default,
38
+ value: 4
39
+ },
40
+ {
41
+ imgNotSelected: _5_5NB_default,
42
+ imgSelected: _5_5_default,
43
+ value: 5
44
+ }
42
45
  ];
43
- const CustomerSatisfaction = ({
44
- value,
45
- onChange,
46
- "data-testid": dataTestId,
47
- className,
48
- style
49
- }) => {
50
- const [hoveredValue, setHoveredValue] = useState(0);
51
- const isHappy = useMemo(() => value > ratings.length / 2, [value]);
52
- return /* @__PURE__ */ jsx(
53
- Stack,
54
- {
55
- className,
56
- "data-testid": dataTestId,
57
- direction: "row",
58
- justifyContent: "space-between",
59
- style,
60
- children: ratings.map((rating) => {
61
- const isSelected = rating.value === value;
62
- const isOverfly = rating.value <= hoveredValue;
63
- const isScaled = rating.value === hoveredValue && isSelected;
64
- const animated = isHappy ? "happy" : "angry";
65
- return /* @__PURE__ */ jsx(
66
- "button",
67
- {
68
- className: customerSatisfactionButtonContainer,
69
- onClick: () => {
70
- onChange(rating.value);
71
- },
72
- onKeyDown: () => {
73
- },
74
- onMouseEnter: () => {
75
- setHoveredValue(rating.value);
76
- },
77
- onMouseLeave: () => {
78
- setHoveredValue(0);
79
- },
80
- type: "button",
81
- children: /* @__PURE__ */ jsx(
82
- "img",
83
- {
84
- alt: "rating",
85
- className: customerStatisfaction({
86
- animated: isSelected ? animated : void 0,
87
- isScaled
88
- }),
89
- "data-testid": `${dataTestId}-${rating.value}`,
90
- height: "auto",
91
- src: isSelected || isOverfly || rating.value <= value ? rating.imgSelected : rating.imgNotSelected,
92
- width: "auto"
93
- }
94
- )
95
- },
96
- rating.value
97
- );
98
- })
99
- }
100
- );
101
- };
102
- export {
103
- CustomerSatisfaction
46
+ const CustomerSatisfaction = ({ value, onChange, "data-testid": dataTestId, className, style }) => {
47
+ const [hoveredValue, setHoveredValue] = useState(0);
48
+ const isHappy = useMemo(() => value > ratings.length / 2, [value]);
49
+ return /* @__PURE__ */ jsx(Stack, {
50
+ className,
51
+ "data-testid": dataTestId,
52
+ direction: "row",
53
+ justifyContent: "space-between",
54
+ style,
55
+ children: ratings.map((rating) => {
56
+ const isSelected = rating.value === value;
57
+ const isOverfly = rating.value <= hoveredValue;
58
+ const isScaled = rating.value === hoveredValue && isSelected;
59
+ return /* @__PURE__ */ jsx("button", {
60
+ className: customerSatisfactionButtonContainer,
61
+ onClick: () => {
62
+ onChange(rating.value);
63
+ },
64
+ onKeyDown: () => {},
65
+ onMouseEnter: () => {
66
+ setHoveredValue(rating.value);
67
+ },
68
+ onMouseLeave: () => {
69
+ setHoveredValue(0);
70
+ },
71
+ type: "button",
72
+ children: /* @__PURE__ */ jsx("img", {
73
+ alt: "rating",
74
+ className: customerStatisfaction({
75
+ animated: isSelected ? isHappy ? "happy" : "angry" : void 0,
76
+ isScaled
77
+ }),
78
+ "data-testid": `${dataTestId}-${rating.value}`,
79
+ height: "auto",
80
+ src: isSelected || isOverfly || rating.value <= value ? rating.imgSelected : rating.imgNotSelected,
81
+ width: "auto"
82
+ })
83
+ }, rating.value);
84
+ })
85
+ });
104
86
  };
87
+
88
+ //#endregion
89
+ export { CustomerSatisfaction };
@@ -1,8 +1,20 @@
1
- /* empty css */
1
+ /* empty css */
2
2
  import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
3
- var customerStatisfaction = createRuntimeFn({ defaultClassName: "uv_plus_wizdzu2", variantClassNames: { animated: { angry: "uv_plus_wizdzu3", happy: "uv_plus_wizdzu4" }, isScaled: { true: "uv_plus_wizdzu5" } }, defaultVariants: {}, compoundVariants: [] });
3
+
4
+ //#region src/components/CustomerSatisfaction/styles.css.ts
5
+ var customerStatisfaction = createRuntimeFn({
6
+ defaultClassName: "uv_plus_wizdzu2",
7
+ variantClassNames: {
8
+ animated: {
9
+ angry: "uv_plus_wizdzu3",
10
+ happy: "uv_plus_wizdzu4"
11
+ },
12
+ isScaled: { true: "uv_plus_wizdzu5" }
13
+ },
14
+ defaultVariants: {},
15
+ compoundVariants: []
16
+ });
4
17
  var customerSatisfactionButtonContainer = "uv_plus_wizdzu6";
5
- export {
6
- customerSatisfactionButtonContainer,
7
- customerStatisfaction
8
- };
18
+
19
+ //#endregion
20
+ export { customerSatisfactionButtonContainer, customerStatisfaction };
@@ -1 +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"}
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,kKAkD3B,CAAA"}