@envive-ai/react-hooks 0.3.8 → 0.3.9

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 (461) hide show
  1. package/dist/_virtual/rolldown_runtime.cjs +0 -2
  2. package/dist/application/models/chatElementDisplayLocationV3.cjs +3 -1
  3. package/dist/application/models/chatElementDisplayLocationV3.d.cts +3 -1
  4. package/dist/application/models/chatElementDisplayLocationV3.d.ts +3 -1
  5. package/dist/application/models/chatElementDisplayLocationV3.js +3 -1
  6. package/dist/application/models/variantInfo/variantInfo.cjs +2 -2
  7. package/dist/application/models/variantInfo/variantInfo.d.cts +2 -2
  8. package/dist/application/models/variantInfo/variantInfo.d.ts +2 -2
  9. package/dist/application/models/variantInfo/variantInfo.js +2 -2
  10. package/dist/application/utils/widgetTextRequestToApiRequest.cjs +2 -1
  11. package/dist/application/utils/widgetTextRequestToApiRequest.js +2 -1
  12. package/dist/atoms/app/index.d.cts +6 -6
  13. package/dist/atoms/app/index.d.ts +7 -7
  14. package/dist/atoms/app/variant.d.cts +6 -6
  15. package/dist/atoms/app/variant.d.ts +6 -6
  16. package/dist/atoms/chat/chatState.d.cts +17 -17
  17. package/dist/atoms/chat/chatState.d.ts +17 -17
  18. package/dist/atoms/chat/form.d.cts +2 -2
  19. package/dist/atoms/chat/form.d.ts +2 -2
  20. package/dist/atoms/chat/index.cjs +7 -1
  21. package/dist/atoms/chat/index.d.cts +5 -4
  22. package/dist/atoms/chat/index.d.ts +5 -4
  23. package/dist/atoms/chat/index.js +3 -2
  24. package/dist/atoms/chat/lastMessage.d.cts +2 -2
  25. package/dist/atoms/chat/lastMessage.d.ts +2 -2
  26. package/dist/atoms/chat/messageQueue.cjs +1 -0
  27. package/dist/atoms/chat/messageQueue.d.cts +31 -0
  28. package/dist/atoms/chat/messageQueue.d.ts +31 -0
  29. package/dist/atoms/chat/messageQueue.js +1 -1
  30. package/dist/atoms/chat/performanceMetrics.d.cts +6 -6
  31. package/dist/atoms/chat/performanceMetrics.d.ts +6 -6
  32. package/dist/atoms/chat/renderedWidgetRefs.d.cts +2 -2
  33. package/dist/atoms/chat/renderedWidgetRefs.d.ts +2 -2
  34. package/dist/atoms/chat/replies.d.cts +3 -3
  35. package/dist/atoms/chat/replies.d.ts +2 -2
  36. package/dist/atoms/chat/suggestions.d.cts +2 -2
  37. package/dist/atoms/chat/suggestions.d.ts +2 -2
  38. package/dist/atoms/globalSearch/globalSearch.d.cts +5 -5
  39. package/dist/atoms/globalSearch/globalSearch.d.ts +5 -5
  40. package/dist/atoms/org/customerService.d.cts +6 -6
  41. package/dist/atoms/org/customerService.d.ts +6 -6
  42. package/dist/atoms/org/graphqlConfig.d.cts +4 -4
  43. package/dist/atoms/org/graphqlConfig.d.ts +4 -4
  44. package/dist/atoms/org/newOrgConfigAtom.d.cts +2 -2
  45. package/dist/atoms/org/newOrgConfigAtom.d.ts +2 -2
  46. package/dist/atoms/org/orgAnalyticsConfig.d.cts +5 -5
  47. package/dist/atoms/org/orgAnalyticsConfig.d.ts +5 -5
  48. package/dist/atoms/search/chatSearch.d.cts +17 -17
  49. package/dist/atoms/search/chatSearch.d.ts +17 -17
  50. package/dist/atoms/search/searchAPI.d.cts +13 -13
  51. package/dist/atoms/search/searchAPI.d.ts +13 -13
  52. package/dist/atoms/widget/chatPreviewLoading.d.cts +2 -2
  53. package/dist/atoms/widget/chatPreviewLoading.d.ts +2 -2
  54. package/dist/contexts/enviveContext/WindowChatToggleBinder.cjs +66 -0
  55. package/dist/contexts/enviveContext/WindowChatToggleBinder.js +65 -0
  56. package/dist/contexts/enviveContext/enviveContext.cjs +6 -5
  57. package/dist/contexts/enviveContext/enviveContext.js +7 -6
  58. package/dist/contexts/enviveContext/types.d.ts +1 -1
  59. package/dist/contexts/graphqlContext/graphqlContext.cjs +6 -7
  60. package/dist/contexts/graphqlContext/graphqlContext.js +2 -3
  61. package/dist/contexts/graphqlContext/mockV3Config.cjs +57 -61
  62. package/dist/contexts/graphqlContext/mockV3Config.js +14 -19
  63. package/dist/contexts/pageContext/mapping.cjs +9 -1
  64. package/dist/contexts/pageContext/mapping.js +9 -1
  65. package/dist/contexts/pageContext/pageContext.cjs +8 -3
  66. package/dist/contexts/pageContext/pageContext.d.cts +2 -1
  67. package/dist/contexts/pageContext/pageContext.d.ts +2 -1
  68. package/dist/contexts/pageContext/pageContext.js +8 -3
  69. package/dist/contexts/pageContext/types.d.cts +11 -3
  70. package/dist/contexts/pageContext/types.d.ts +11 -3
  71. package/dist/contexts/salesAgentContext/chatAPI.cjs +12 -4
  72. package/dist/contexts/salesAgentContext/chatAPI.d.cts +4 -3
  73. package/dist/contexts/salesAgentContext/chatAPI.d.ts +4 -3
  74. package/dist/contexts/salesAgentContext/chatAPI.js +12 -4
  75. package/dist/contexts/salesAgentContext/salesAgentContext.cjs +7 -3
  76. package/dist/contexts/salesAgentContext/salesAgentContext.js +8 -4
  77. package/dist/contexts/types.d.cts +1 -1
  78. package/dist/contexts/types.d.ts +1 -1
  79. package/dist/contexts/typesV3.cjs +1 -1
  80. package/dist/contexts/typesV3.d.cts +9 -4
  81. package/dist/contexts/typesV3.d.ts +11 -6
  82. package/dist/contexts/typesV3.js +1 -1
  83. package/dist/contexts/widgetConfigContext/widgetConfigContext.cjs +2 -1
  84. package/dist/contexts/widgetConfigContext/widgetConfigContext.js +2 -1
  85. package/dist/hooks/GrabAndScroll/useGrabAndScroll.d.cts +2 -2
  86. package/dist/hooks/utils.d.cts +1 -1
  87. package/dist/services/amplitudeService/amplitudeService.cjs +41 -1
  88. package/dist/services/amplitudeService/amplitudeService.d.cts +2 -1
  89. package/dist/services/amplitudeService/amplitudeService.d.ts +2 -1
  90. package/dist/services/amplitudeService/amplitudeService.js +41 -1
  91. package/package.json +1 -1
  92. package/src/application/models/chatElementDisplayLocationV3.ts +2 -0
  93. package/src/application/models/variantInfo/variantInfo.ts +1 -1
  94. package/src/application/utils/widgetTextRequestToApiRequest.ts +2 -0
  95. package/src/atoms/chat/index.ts +1 -0
  96. package/src/contexts/enviveContext/WindowChatToggleBinder.tsx +66 -0
  97. package/src/contexts/enviveContext/enviveContext.tsx +3 -1
  98. package/src/contexts/graphqlContext/mockV3Config.ts +4 -0
  99. package/src/contexts/pageContext/mapping.ts +16 -1
  100. package/src/contexts/pageContext/pageContext.tsx +12 -3
  101. package/src/contexts/pageContext/types.ts +16 -1
  102. package/src/contexts/salesAgentContext/chatAPI.ts +16 -4
  103. package/src/contexts/salesAgentContext/salesAgentContext.tsx +8 -3
  104. package/src/contexts/typesV3.ts +9 -2
  105. package/src/contexts/widgetConfigContext/widgetConfigContext.tsx +4 -0
  106. package/src/services/amplitudeService/amplitudeService.ts +56 -0
  107. package/dist/_virtual/rolldown_runtime.js +0 -29
  108. package/dist/node_modules/classnames/index.cjs +0 -52
  109. package/dist/node_modules/classnames/index.js +0 -49
  110. package/dist/packages/components-v3/dist/ChatHeader/ChatHeader.cjs +0 -2
  111. package/dist/packages/components-v3/dist/ChatHeader/ChatHeader.js +0 -4
  112. package/dist/packages/components-v3/dist/ChatHeader/components/CloseButton.cjs +0 -16
  113. package/dist/packages/components-v3/dist/ChatHeader/components/CloseButton.js +0 -17
  114. package/dist/packages/components-v3/dist/ChatHeader/components/Handle.cjs +0 -6
  115. package/dist/packages/components-v3/dist/ChatHeader/components/Handle.js +0 -8
  116. package/dist/packages/components-v3/dist/ChatHeader/components/Layout.cjs +0 -4
  117. package/dist/packages/components-v3/dist/ChatHeader/components/Layout.js +0 -6
  118. package/dist/packages/components-v3/dist/ChatHeader/components/Logo.cjs +0 -3
  119. package/dist/packages/components-v3/dist/ChatHeader/components/Logo.js +0 -5
  120. package/dist/packages/components-v3/dist/ChatHeader/components/Toggle.cjs +0 -7
  121. package/dist/packages/components-v3/dist/ChatHeader/components/Toggle.js +0 -9
  122. package/dist/packages/components-v3/dist/ChatHeader/components/ToggleItem.cjs +0 -6
  123. package/dist/packages/components-v3/dist/ChatHeader/components/ToggleItem.js +0 -8
  124. package/dist/packages/components-v3/dist/ChatHeader/components/index.cjs +0 -6
  125. package/dist/packages/components-v3/dist/ChatHeader/components/index.js +0 -8
  126. package/dist/packages/components-v3/dist/ChatHeader/hooks/useGetCloseButtonProperties.cjs +0 -22
  127. package/dist/packages/components-v3/dist/ChatHeader/hooks/useGetCloseButtonProperties.js +0 -23
  128. package/dist/packages/components-v3/dist/ChatHeader/hooks/useGetHandleProperties.cjs +0 -58
  129. package/dist/packages/components-v3/dist/ChatHeader/hooks/useGetHandleProperties.js +0 -59
  130. package/dist/packages/components-v3/dist/ChatHeader/hooks/useGetLayoutProperties.cjs +0 -8
  131. package/dist/packages/components-v3/dist/ChatHeader/hooks/useGetLayoutProperties.js +0 -9
  132. package/dist/packages/components-v3/dist/ChatHeader/hooks/useGetToggleOptionProperties.cjs +0 -1
  133. package/dist/packages/components-v3/dist/ChatHeader/hooks/useGetToggleOptionProperties.js +0 -3
  134. package/dist/packages/components-v3/dist/ChatHeader/hooks/useGetToggleProperties.cjs +0 -12
  135. package/dist/packages/components-v3/dist/ChatHeader/hooks/useGetToggleProperties.js +0 -13
  136. package/dist/packages/components-v3/dist/ChatHeader/index.cjs +0 -2
  137. package/dist/packages/components-v3/dist/ChatHeader/index.js +0 -4
  138. package/dist/packages/components-v3/dist/ChatHeader/types/index.cjs +0 -11
  139. package/dist/packages/components-v3/dist/ChatHeader/types/index.js +0 -10
  140. package/dist/packages/components-v3/dist/ChatPreviewLoading/components/Skeleton.cjs +0 -1
  141. package/dist/packages/components-v3/dist/ChatPreviewLoading/components/Skeleton.js +0 -3
  142. package/dist/packages/components-v3/dist/Container/Container.cjs +0 -27
  143. package/dist/packages/components-v3/dist/Container/Container.js +0 -27
  144. package/dist/packages/components-v3/dist/Container/hooks/useGetCenterContentProperties.cjs +0 -14
  145. package/dist/packages/components-v3/dist/Container/hooks/useGetCenterContentProperties.js +0 -13
  146. package/dist/packages/components-v3/dist/Container/hooks/useGetFluidProperties.cjs +0 -14
  147. package/dist/packages/components-v3/dist/Container/hooks/useGetFluidProperties.js +0 -13
  148. package/dist/packages/components-v3/dist/Container/index.cjs +0 -1
  149. package/dist/packages/components-v3/dist/Container/index.js +0 -3
  150. package/dist/packages/components-v3/dist/DesignTokens/components/utils.cjs +0 -16
  151. package/dist/packages/components-v3/dist/DesignTokens/components/utils.js +0 -15
  152. package/dist/packages/components-v3/dist/FloatingButton/FloatingButton.cjs +0 -2
  153. package/dist/packages/components-v3/dist/FloatingButton/FloatingButton.js +0 -4
  154. package/dist/packages/components-v3/dist/FloatingButton/components/Button.cjs +0 -9
  155. package/dist/packages/components-v3/dist/FloatingButton/components/Button.js +0 -10
  156. package/dist/packages/components-v3/dist/FloatingButton/components/Container.cjs +0 -9
  157. package/dist/packages/components-v3/dist/FloatingButton/components/Container.js +0 -10
  158. package/dist/packages/components-v3/dist/FloatingButton/components/Icon.cjs +0 -3
  159. package/dist/packages/components-v3/dist/FloatingButton/components/Icon.js +0 -5
  160. package/dist/packages/components-v3/dist/FloatingButton/components/Wrapper.cjs +0 -9
  161. package/dist/packages/components-v3/dist/FloatingButton/components/Wrapper.js +0 -10
  162. package/dist/packages/components-v3/dist/FloatingButton/components/index.cjs +0 -4
  163. package/dist/packages/components-v3/dist/FloatingButton/components/index.js +0 -6
  164. package/dist/packages/components-v3/dist/FloatingButton/index.cjs +0 -2
  165. package/dist/packages/components-v3/dist/FloatingButton/index.js +0 -4
  166. package/dist/packages/components-v3/dist/FloatingButton/types/types.cjs +0 -17
  167. package/dist/packages/components-v3/dist/FloatingButton/types/types.js +0 -16
  168. package/dist/packages/components-v3/dist/Image/Image.cjs +0 -16
  169. package/dist/packages/components-v3/dist/Image/Image.js +0 -17
  170. package/dist/packages/components-v3/dist/Image/hooks/useGetAccessibilityProperties.cjs +0 -1
  171. package/dist/packages/components-v3/dist/Image/hooks/useGetAccessibilityProperties.js +0 -3
  172. package/dist/packages/components-v3/dist/Image/hooks/useGetAspectRatioProperties.cjs +0 -1
  173. package/dist/packages/components-v3/dist/Image/hooks/useGetAspectRatioProperties.js +0 -3
  174. package/dist/packages/components-v3/dist/Image/hooks/useGetObjectFitProperties.cjs +0 -1
  175. package/dist/packages/components-v3/dist/Image/hooks/useGetObjectFitProperties.js +0 -3
  176. package/dist/packages/components-v3/dist/Image/hooks/useGetRoundedProperties.cjs +0 -1
  177. package/dist/packages/components-v3/dist/Image/hooks/useGetRoundedProperties.js +0 -3
  178. package/dist/packages/components-v3/dist/Image/hooks/useGetSkeletonProperties.cjs +0 -1
  179. package/dist/packages/components-v3/dist/Image/hooks/useGetSkeletonProperties.js +0 -3
  180. package/dist/packages/components-v3/dist/Image/hooks/useGetWidthProperties.cjs +0 -1
  181. package/dist/packages/components-v3/dist/Image/hooks/useGetWidthProperties.js +0 -3
  182. package/dist/packages/components-v3/dist/Image/hooks/useHandleImageLoading.cjs +0 -1
  183. package/dist/packages/components-v3/dist/Image/hooks/useHandleImageLoading.js +0 -3
  184. package/dist/packages/components-v3/dist/ImageGallery/ImageGallery.cjs +0 -2
  185. package/dist/packages/components-v3/dist/ImageGallery/ImageGallery.js +0 -4
  186. package/dist/packages/components-v3/dist/ImageGallery/components/ImageItem.cjs +0 -2
  187. package/dist/packages/components-v3/dist/ImageGallery/components/ImageItem.js +0 -4
  188. package/dist/packages/components-v3/dist/ImageGallery/components/Layout.cjs +0 -15
  189. package/dist/packages/components-v3/dist/ImageGallery/components/Layout.js +0 -16
  190. package/dist/packages/components-v3/dist/ImageGallery/components/NormalLayout.cjs +0 -4
  191. package/dist/packages/components-v3/dist/ImageGallery/components/NormalLayout.js +0 -4
  192. package/dist/packages/components-v3/dist/ImageGallery/components/OverlappedLayout.cjs +0 -1
  193. package/dist/packages/components-v3/dist/ImageGallery/components/OverlappedLayout.js +0 -3
  194. package/dist/packages/components-v3/dist/ImageGallery/components/index.cjs +0 -4
  195. package/dist/packages/components-v3/dist/ImageGallery/components/index.js +0 -6
  196. package/dist/packages/components-v3/dist/ImageGallery/hooks/useGetContainerProperties.cjs +0 -1
  197. package/dist/packages/components-v3/dist/ImageGallery/hooks/useGetContainerProperties.js +0 -3
  198. package/dist/packages/components-v3/dist/ImageGallery/index.cjs +0 -2
  199. package/dist/packages/components-v3/dist/ImageGallery/index.js +0 -4
  200. package/dist/packages/components-v3/dist/ImageGallery/types/types.cjs +0 -13
  201. package/dist/packages/components-v3/dist/ImageGallery/types/types.js +0 -12
  202. package/dist/packages/components-v3/dist/PromptButton/PromptButton.cjs +0 -48
  203. package/dist/packages/components-v3/dist/PromptButton/PromptButton.js +0 -48
  204. package/dist/packages/components-v3/dist/PromptButton/components/Icon.cjs +0 -11
  205. package/dist/packages/components-v3/dist/PromptButton/components/Icon.js +0 -10
  206. package/dist/packages/components-v3/dist/PromptButton/components/Label.cjs +0 -20
  207. package/dist/packages/components-v3/dist/PromptButton/components/Label.js +0 -19
  208. package/dist/packages/components-v3/dist/PromptButton/components/Layout.cjs +0 -40
  209. package/dist/packages/components-v3/dist/PromptButton/components/Layout.js +0 -40
  210. package/dist/packages/components-v3/dist/PromptButton/components/Loading.cjs +0 -13
  211. package/dist/packages/components-v3/dist/PromptButton/components/Loading.js +0 -13
  212. package/dist/packages/components-v3/dist/PromptButton/components/index.cjs +0 -16
  213. package/dist/packages/components-v3/dist/PromptButton/components/index.js +0 -16
  214. package/dist/packages/components-v3/dist/PromptButton/hooks/useGetBackgroundColorsProperties.cjs +0 -18
  215. package/dist/packages/components-v3/dist/PromptButton/hooks/useGetBackgroundColorsProperties.js +0 -18
  216. package/dist/packages/components-v3/dist/PromptButton/hooks/useGetBoldTextProperties.cjs +0 -13
  217. package/dist/packages/components-v3/dist/PromptButton/hooks/useGetBoldTextProperties.js +0 -12
  218. package/dist/packages/components-v3/dist/PromptButton/hooks/useGetBorderColorsProperties.cjs +0 -18
  219. package/dist/packages/components-v3/dist/PromptButton/hooks/useGetBorderColorsProperties.js +0 -18
  220. package/dist/packages/components-v3/dist/PromptButton/hooks/useGetIconColorsProperties.cjs +0 -32
  221. package/dist/packages/components-v3/dist/PromptButton/hooks/useGetIconColorsProperties.js +0 -32
  222. package/dist/packages/components-v3/dist/PromptButton/hooks/useGetLayoutBaseProperties.cjs +0 -16
  223. package/dist/packages/components-v3/dist/PromptButton/hooks/useGetLayoutBaseProperties.js +0 -16
  224. package/dist/packages/components-v3/dist/PromptButton/hooks/useGetTextColorsProperties.cjs +0 -19
  225. package/dist/packages/components-v3/dist/PromptButton/hooks/useGetTextColorsProperties.js +0 -19
  226. package/dist/packages/components-v3/dist/PromptButton/hooks/useGetVariantColorsProperties.cjs +0 -29
  227. package/dist/packages/components-v3/dist/PromptButton/hooks/useGetVariantColorsProperties.js +0 -29
  228. package/dist/packages/components-v3/dist/PromptButton/index.cjs +0 -2
  229. package/dist/packages/components-v3/dist/PromptButton/index.js +0 -4
  230. package/dist/packages/components-v3/dist/PromptButton/types/index.cjs +0 -13
  231. package/dist/packages/components-v3/dist/PromptButton/types/index.js +0 -12
  232. package/dist/packages/components-v3/dist/PromptButton/utils/functions.cjs +0 -10
  233. package/dist/packages/components-v3/dist/PromptButton/utils/functions.js +0 -10
  234. package/dist/packages/components-v3/dist/PromptCarousel/PromptCarousel.cjs +0 -12
  235. package/dist/packages/components-v3/dist/PromptCarousel/PromptCarousel.js +0 -14
  236. package/dist/packages/components-v3/dist/PromptCarousel/components/BlockScrollContainer.cjs +0 -9
  237. package/dist/packages/components-v3/dist/PromptCarousel/components/BlockScrollContainer.js +0 -10
  238. package/dist/packages/components-v3/dist/PromptCarousel/components/ButtonContainerRow.cjs +0 -11
  239. package/dist/packages/components-v3/dist/PromptCarousel/components/ButtonContainerRow.js +0 -12
  240. package/dist/packages/components-v3/dist/PromptCarousel/components/CarouselContentWithBlockScroll.cjs +0 -4
  241. package/dist/packages/components-v3/dist/PromptCarousel/components/CarouselContentWithBlockScroll.js +0 -6
  242. package/dist/packages/components-v3/dist/PromptCarousel/components/CarouselContentWithRowScroll.cjs +0 -4
  243. package/dist/packages/components-v3/dist/PromptCarousel/components/CarouselContentWithRowScroll.js +0 -6
  244. package/dist/packages/components-v3/dist/PromptCarousel/components/index.cjs +0 -3
  245. package/dist/packages/components-v3/dist/PromptCarousel/components/index.js +0 -5
  246. package/dist/packages/components-v3/dist/PromptCarousel/hooks/index.cjs +0 -5
  247. package/dist/packages/components-v3/dist/PromptCarousel/hooks/index.js +0 -7
  248. package/dist/packages/components-v3/dist/PromptCarousel/hooks/useButtonScrollPosition.cjs +0 -1
  249. package/dist/packages/components-v3/dist/PromptCarousel/hooks/useButtonScrollPosition.js +0 -3
  250. package/dist/packages/components-v3/dist/PromptCarousel/hooks/useCarouselAnimation.cjs +0 -3
  251. package/dist/packages/components-v3/dist/PromptCarousel/hooks/useCarouselAnimation.js +0 -5
  252. package/dist/packages/components-v3/dist/PromptCarousel/hooks/useCarouselButtons.cjs +0 -1
  253. package/dist/packages/components-v3/dist/PromptCarousel/hooks/useCarouselButtons.js +0 -3
  254. package/dist/packages/components-v3/dist/PromptCarousel/hooks/useCarouselRefs.cjs +0 -1
  255. package/dist/packages/components-v3/dist/PromptCarousel/hooks/useCarouselRefs.js +0 -3
  256. package/dist/packages/components-v3/dist/PromptCarousel/hooks/useHorizontalScrollAnimation.cjs +0 -1
  257. package/dist/packages/components-v3/dist/PromptCarousel/hooks/useHorizontalScrollAnimation.js +0 -3
  258. package/dist/packages/components-v3/dist/PromptCarousel/index.cjs +0 -2
  259. package/dist/packages/components-v3/dist/PromptCarousel/index.js +0 -4
  260. package/dist/packages/components-v3/dist/PromptCarousel/types/types.cjs +0 -19
  261. package/dist/packages/components-v3/dist/PromptCarousel/types/types.js +0 -17
  262. package/dist/packages/components-v3/dist/SocialProof/SocialProof.cjs +0 -10
  263. package/dist/packages/components-v3/dist/SocialProof/SocialProof.js +0 -12
  264. package/dist/packages/components-v3/dist/SocialProof/components/Headline.cjs +0 -53
  265. package/dist/packages/components-v3/dist/SocialProof/components/Headline.js +0 -54
  266. package/dist/packages/components-v3/dist/SocialProof/components/ImageGallery.cjs +0 -5
  267. package/dist/packages/components-v3/dist/SocialProof/components/ImageGallery.js +0 -7
  268. package/dist/packages/components-v3/dist/SocialProof/components/LayoutFourGrid.cjs +0 -6
  269. package/dist/packages/components-v3/dist/SocialProof/components/LayoutFourGrid.js +0 -8
  270. package/dist/packages/components-v3/dist/SocialProof/components/LayoutFourHorizontal.cjs +0 -16
  271. package/dist/packages/components-v3/dist/SocialProof/components/LayoutFourHorizontal.js +0 -17
  272. package/dist/packages/components-v3/dist/SocialProof/components/LayoutSingle.cjs +0 -8
  273. package/dist/packages/components-v3/dist/SocialProof/components/LayoutSingle.js +0 -10
  274. package/dist/packages/components-v3/dist/SocialProof/components/Skeleton.cjs +0 -1
  275. package/dist/packages/components-v3/dist/SocialProof/components/Skeleton.js +0 -3
  276. package/dist/packages/components-v3/dist/SocialProof/components/Subheadline.cjs +0 -8
  277. package/dist/packages/components-v3/dist/SocialProof/components/Subheadline.js +0 -10
  278. package/dist/packages/components-v3/dist/SocialProof/components/Textfield.cjs +0 -3
  279. package/dist/packages/components-v3/dist/SocialProof/components/Textfield.js +0 -5
  280. package/dist/packages/components-v3/dist/SocialProof/components/index.cjs +0 -8
  281. package/dist/packages/components-v3/dist/SocialProof/components/index.js +0 -10
  282. package/dist/packages/components-v3/dist/SocialProof/hooks/index.cjs +0 -1
  283. package/dist/packages/components-v3/dist/SocialProof/hooks/index.js +0 -3
  284. package/dist/packages/components-v3/dist/SocialProof/hooks/useSocialProofCount.cjs +0 -1
  285. package/dist/packages/components-v3/dist/SocialProof/hooks/useSocialProofCount.js +0 -3
  286. package/dist/packages/components-v3/dist/SocialProof/index.cjs +0 -4
  287. package/dist/packages/components-v3/dist/SocialProof/index.js +0 -6
  288. package/dist/packages/components-v3/dist/SocialProof/types/types.cjs +0 -11
  289. package/dist/packages/components-v3/dist/SocialProof/types/types.js +0 -10
  290. package/dist/packages/components-v3/dist/SocialProof/utils/functions.cjs +0 -1
  291. package/dist/packages/components-v3/dist/SocialProof/utils/functions.js +0 -3
  292. package/dist/packages/components-v3/dist/Stack/Stack.cjs +0 -36
  293. package/dist/packages/components-v3/dist/Stack/Stack.js +0 -36
  294. package/dist/packages/components-v3/dist/Stack/hooks/useFormatStackChildren.cjs +0 -27
  295. package/dist/packages/components-v3/dist/Stack/hooks/useFormatStackChildren.js +0 -26
  296. package/dist/packages/components-v3/dist/Stack/hooks/useGetAlignProperties.cjs +0 -20
  297. package/dist/packages/components-v3/dist/Stack/hooks/useGetAlignProperties.js +0 -19
  298. package/dist/packages/components-v3/dist/Stack/hooks/useGetDirectionProperties.cjs +0 -19
  299. package/dist/packages/components-v3/dist/Stack/hooks/useGetDirectionProperties.js +0 -18
  300. package/dist/packages/components-v3/dist/Stack/hooks/useGetGapProperties.cjs +0 -16
  301. package/dist/packages/components-v3/dist/Stack/hooks/useGetGapProperties.js +0 -15
  302. package/dist/packages/components-v3/dist/Stack/hooks/useGetJustifyProperties.cjs +0 -21
  303. package/dist/packages/components-v3/dist/Stack/hooks/useGetJustifyProperties.js +0 -20
  304. package/dist/packages/components-v3/dist/Stack/hooks/useGetStyleProperties.cjs +0 -38
  305. package/dist/packages/components-v3/dist/Stack/hooks/useGetStyleProperties.js +0 -38
  306. package/dist/packages/components-v3/dist/Stack/hooks/useGetWrapProperties.cjs +0 -13
  307. package/dist/packages/components-v3/dist/Stack/hooks/useGetWrapProperties.js +0 -12
  308. package/dist/packages/components-v3/dist/Stack/index.cjs +0 -1
  309. package/dist/packages/components-v3/dist/Stack/index.js +0 -3
  310. package/dist/packages/components-v3/dist/Stack/utils/constants.cjs +0 -42
  311. package/dist/packages/components-v3/dist/Stack/utils/constants.js +0 -41
  312. package/dist/packages/components-v3/dist/Title/Title.cjs +0 -11
  313. package/dist/packages/components-v3/dist/Title/Title.js +0 -12
  314. package/dist/packages/components-v3/dist/Title/components/Image.cjs +0 -2
  315. package/dist/packages/components-v3/dist/Title/components/Image.js +0 -4
  316. package/dist/packages/components-v3/dist/Title/components/Label.cjs +0 -3
  317. package/dist/packages/components-v3/dist/Title/components/Label.js +0 -5
  318. package/dist/packages/components-v3/dist/Title/components/Layout.cjs +0 -11
  319. package/dist/packages/components-v3/dist/Title/components/Layout.js +0 -12
  320. package/dist/packages/components-v3/dist/Title/components/index.cjs +0 -3
  321. package/dist/packages/components-v3/dist/Title/components/index.js +0 -5
  322. package/dist/packages/components-v3/dist/Title/index.cjs +0 -1
  323. package/dist/packages/components-v3/dist/Title/index.js +0 -3
  324. package/dist/packages/components-v3/dist/Tokens/index.cjs +0 -11
  325. package/dist/packages/components-v3/dist/Tokens/index.js +0 -13
  326. package/dist/packages/components-v3/dist/Typography/Typography.cjs +0 -43
  327. package/dist/packages/components-v3/dist/Typography/Typography.js +0 -43
  328. package/dist/packages/components-v3/dist/Typography/hooks/useGetAccessibilityAttributes.cjs +0 -31
  329. package/dist/packages/components-v3/dist/Typography/hooks/useGetAccessibilityAttributes.js +0 -30
  330. package/dist/packages/components-v3/dist/Typography/hooks/useGetAlignProperties.cjs +0 -20
  331. package/dist/packages/components-v3/dist/Typography/hooks/useGetAlignProperties.js +0 -19
  332. package/dist/packages/components-v3/dist/Typography/hooks/useGetColorProperties.cjs +0 -21
  333. package/dist/packages/components-v3/dist/Typography/hooks/useGetColorProperties.js +0 -20
  334. package/dist/packages/components-v3/dist/Typography/hooks/useGetNoWrapProperties.cjs +0 -13
  335. package/dist/packages/components-v3/dist/Typography/hooks/useGetNoWrapProperties.js +0 -12
  336. package/dist/packages/components-v3/dist/Typography/hooks/useGetNumberOfLinesProperties.cjs +0 -22
  337. package/dist/packages/components-v3/dist/Typography/hooks/useGetNumberOfLinesProperties.js +0 -21
  338. package/dist/packages/components-v3/dist/Typography/hooks/useGetVariantProperties.cjs +0 -62
  339. package/dist/packages/components-v3/dist/Typography/hooks/useGetVariantProperties.js +0 -61
  340. package/dist/packages/components-v3/dist/Typography/index.cjs +0 -2
  341. package/dist/packages/components-v3/dist/Typography/index.js +0 -4
  342. package/dist/packages/components-v3/dist/Typography/types/index.cjs +0 -47
  343. package/dist/packages/components-v3/dist/Typography/types/index.js +0 -44
  344. package/dist/packages/components-v3/dist/Typography/utils/utils.cjs +0 -12
  345. package/dist/packages/components-v3/dist/Typography/utils/utils.js +0 -10
  346. package/dist/packages/components-v3/dist/WelcomeMessage/WelcomeMessage.cjs +0 -2
  347. package/dist/packages/components-v3/dist/WelcomeMessage/WelcomeMessage.js +0 -4
  348. package/dist/packages/components-v3/dist/WelcomeMessage/components/Container.cjs +0 -14
  349. package/dist/packages/components-v3/dist/WelcomeMessage/components/Container.js +0 -15
  350. package/dist/packages/components-v3/dist/WelcomeMessage/components/SparkleIcon.cjs +0 -3
  351. package/dist/packages/components-v3/dist/WelcomeMessage/components/SparkleIcon.js +0 -5
  352. package/dist/packages/components-v3/dist/WelcomeMessage/components/Text.cjs +0 -3
  353. package/dist/packages/components-v3/dist/WelcomeMessage/components/Text.js +0 -5
  354. package/dist/packages/components-v3/dist/WelcomeMessage/components/Title.cjs +0 -3
  355. package/dist/packages/components-v3/dist/WelcomeMessage/components/Title.js +0 -5
  356. package/dist/packages/components-v3/dist/WelcomeMessage/components/index.cjs +0 -4
  357. package/dist/packages/components-v3/dist/WelcomeMessage/components/index.js +0 -6
  358. package/dist/packages/components-v3/dist/WelcomeMessage/hooks/useGetContainerProperties.cjs +0 -1
  359. package/dist/packages/components-v3/dist/WelcomeMessage/hooks/useGetContainerProperties.js +0 -3
  360. package/dist/packages/components-v3/dist/WelcomeMessage/hooks/useGetSparkleIconProperties.cjs +0 -1
  361. package/dist/packages/components-v3/dist/WelcomeMessage/hooks/useGetSparkleIconProperties.js +0 -3
  362. package/dist/packages/components-v3/dist/WelcomeMessage/index.cjs +0 -2
  363. package/dist/packages/components-v3/dist/WelcomeMessage/index.js +0 -4
  364. package/dist/packages/components-v3/dist/WelcomeMessage/types/types.cjs +0 -14
  365. package/dist/packages/components-v3/dist/WelcomeMessage/types/types.js +0 -14
  366. package/dist/packages/components-v3/dist/WidgetTextField/WidgetTextField.cjs +0 -2
  367. package/dist/packages/components-v3/dist/WidgetTextField/WidgetTextField.js +0 -4
  368. package/dist/packages/components-v3/dist/WidgetTextField/components/Container.cjs +0 -14
  369. package/dist/packages/components-v3/dist/WidgetTextField/components/Container.js +0 -15
  370. package/dist/packages/components-v3/dist/WidgetTextField/components/FakeTextInput.cjs +0 -3
  371. package/dist/packages/components-v3/dist/WidgetTextField/components/FakeTextInput.js +0 -5
  372. package/dist/packages/components-v3/dist/WidgetTextField/components/Icon.cjs +0 -7
  373. package/dist/packages/components-v3/dist/WidgetTextField/components/Icon.js +0 -9
  374. package/dist/packages/components-v3/dist/WidgetTextField/components/Skeleton.cjs +0 -10
  375. package/dist/packages/components-v3/dist/WidgetTextField/components/Skeleton.js +0 -11
  376. package/dist/packages/components-v3/dist/WidgetTextField/components/index.cjs +0 -4
  377. package/dist/packages/components-v3/dist/WidgetTextField/components/index.js +0 -6
  378. package/dist/packages/components-v3/dist/WidgetTextField/hooks/useGetContainerProperties.cjs +0 -1
  379. package/dist/packages/components-v3/dist/WidgetTextField/hooks/useGetContainerProperties.js +0 -3
  380. package/dist/packages/components-v3/dist/WidgetTextField/index.cjs +0 -1
  381. package/dist/packages/components-v3/dist/WidgetTextField/index.js +0 -3
  382. package/dist/packages/components-v3/dist/WidgetWrapper/WidgetWrapper.cjs +0 -12
  383. package/dist/packages/components-v3/dist/WidgetWrapper/WidgetWrapper.js +0 -13
  384. package/dist/packages/components-v3/dist/WidgetWrapper/hooks/useGetWrapperProperties.cjs +0 -1
  385. package/dist/packages/components-v3/dist/WidgetWrapper/hooks/useGetWrapperProperties.js +0 -3
  386. package/dist/packages/components-v3/dist/WidgetWrapper/index.cjs +0 -2
  387. package/dist/packages/components-v3/dist/WidgetWrapper/index.js +0 -4
  388. package/dist/packages/components-v3/dist/WidgetWrapper/types/types.cjs +0 -13
  389. package/dist/packages/components-v3/dist/WidgetWrapper/types/types.js +0 -12
  390. package/dist/packages/components-v3/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.cjs +0 -8
  391. package/dist/packages/components-v3/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.js +0 -10
  392. package/dist/packages/components-v3/dist/packages/components-v3/src/models/colorsConfig.cjs +0 -26
  393. package/dist/packages/components-v3/dist/packages/components-v3/src/models/colorsConfig.js +0 -25
  394. package/dist/packages/components-v3/dist/packages/components-v3/tokens/aspectRatio/aspectRatio.cjs +0 -16
  395. package/dist/packages/components-v3/dist/packages/components-v3/tokens/aspectRatio/aspectRatio.js +0 -17
  396. package/dist/packages/components-v3/dist/packages/components-v3/tokens/breakpoints/breakpoints.cjs +0 -25
  397. package/dist/packages/components-v3/dist/packages/components-v3/tokens/breakpoints/breakpoints.js +0 -23
  398. package/dist/packages/components-v3/dist/packages/components-v3/tokens/colors/colors.cjs +0 -51
  399. package/dist/packages/components-v3/dist/packages/components-v3/tokens/colors/colors.js +0 -51
  400. package/dist/packages/components-v3/dist/packages/components-v3/tokens/radius/radius.cjs +0 -64
  401. package/dist/packages/components-v3/dist/packages/components-v3/tokens/radius/radius.js +0 -65
  402. package/dist/packages/components-v3/dist/packages/components-v3/tokens/theme/theme.cjs +0 -18
  403. package/dist/packages/components-v3/dist/packages/components-v3/tokens/theme/theme.js +0 -16
  404. package/dist/packages/components-v3/dist/packages/components-v3/tokens/typography/fontFamily.cjs +0 -25
  405. package/dist/packages/components-v3/dist/packages/components-v3/tokens/typography/fontFamily.js +0 -25
  406. package/dist/packages/components-v3/dist/packages/components-v3/tokens/typography/fontSize.cjs +0 -37
  407. package/dist/packages/components-v3/dist/packages/components-v3/tokens/typography/fontSize.js +0 -38
  408. package/dist/packages/components-v3/dist/packages/components-v3/tokens/typography/fontWeight.cjs +0 -17
  409. package/dist/packages/components-v3/dist/packages/components-v3/tokens/typography/fontWeight.js +0 -18
  410. package/dist/packages/components-v3/dist/packages/components-v3/tokens/typography/letterSpacing.cjs +0 -15
  411. package/dist/packages/components-v3/dist/packages/components-v3/tokens/typography/letterSpacing.js +0 -16
  412. package/dist/packages/components-v3/dist/packages/components-v3/tokens/typography/lineHeight.cjs +0 -31
  413. package/dist/packages/components-v3/dist/packages/components-v3/tokens/typography/lineHeight.js +0 -32
  414. package/dist/packages/components-v3/dist/packages/components-v3/tokens/typography/typography.cjs +0 -5
  415. package/dist/packages/components-v3/dist/packages/components-v3/tokens/typography/typography.js +0 -7
  416. package/dist/packages/components-v3/dist/packages/components-v3/tokens/utils.cjs +0 -7
  417. package/dist/packages/components-v3/dist/packages/components-v3/tokens/utils.js +0 -6
  418. package/dist/packages/components-v3/dist/utils/CustomIcon.cjs +0 -2
  419. package/dist/packages/components-v3/dist/utils/CustomIcon.js +0 -4
  420. package/dist/packages/components-v3/dist/utils/resolveTheme.cjs +0 -13
  421. package/dist/packages/components-v3/dist/utils/resolveTheme.js +0 -13
  422. package/dist/packages/components-v3/dist/utils/useCheckIsMobile.cjs +0 -1
  423. package/dist/packages/components-v3/dist/utils/useCheckIsMobile.js +0 -3
  424. package/dist/packages/components-v3/dist/utils/useGetContentSize.cjs +0 -1
  425. package/dist/packages/components-v3/dist/utils/useGetContentSize.js +0 -3
  426. package/dist/packages/components-v3/dist/utils/useResponsiveValue.cjs +0 -57
  427. package/dist/packages/components-v3/dist/utils/useResponsiveValue.js +0 -56
  428. package/dist/packages/icons/dist/FourPointStar.cjs +0 -23
  429. package/dist/packages/icons/dist/FourPointStar.js +0 -23
  430. package/dist/packages/icons/dist/IconCloseRounded.cjs +0 -22
  431. package/dist/packages/icons/dist/IconCloseRounded.js +0 -22
  432. package/dist/packages/icons/dist/IconCloseSharp.cjs +0 -31
  433. package/dist/packages/icons/dist/IconCloseSharp.js +0 -31
  434. package/dist/packages/icons/dist/IconCloseTransparent.cjs +0 -24
  435. package/dist/packages/icons/dist/IconCloseTransparent.js +0 -24
  436. package/dist/packages/icons/dist/MagnifyingGlass.cjs +0 -8
  437. package/dist/packages/icons/dist/MagnifyingGlass.js +0 -9
  438. package/dist/packages/icons/dist/MagnifyingThin.cjs +0 -8
  439. package/dist/packages/icons/dist/MagnifyingThin.js +0 -9
  440. package/dist/packages/icons/dist/SendMinimalist.cjs +0 -8
  441. package/dist/packages/icons/dist/SendMinimalist.js +0 -9
  442. package/dist/packages/icons/dist/SendModern.cjs +0 -8
  443. package/dist/packages/icons/dist/SendModern.js +0 -9
  444. package/dist/packages/icons/dist/SendStandard.cjs +0 -8
  445. package/dist/packages/icons/dist/SendStandard.js +0 -9
  446. package/dist/packages/icons/dist/Sparkles.cjs +0 -8
  447. package/dist/packages/icons/dist/Sparkles.js +0 -9
  448. package/dist/packages/icons/dist/_virtual/rolldown_runtime.cjs +0 -28
  449. package/dist/packages/icons/dist/_virtual/rolldown_runtime.js +0 -26
  450. package/dist/packages/icons/dist/node_modules/react/cjs/react-jsx-runtime.development.cjs +0 -697
  451. package/dist/packages/icons/dist/node_modules/react/cjs/react-jsx-runtime.development.js +0 -697
  452. package/dist/packages/icons/dist/node_modules/react/cjs/react-jsx-runtime.production.min.cjs +0 -44
  453. package/dist/packages/icons/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js +0 -44
  454. package/dist/packages/icons/dist/node_modules/react/cjs/react.development.cjs +0 -1529
  455. package/dist/packages/icons/dist/node_modules/react/cjs/react.development.js +0 -1529
  456. package/dist/packages/icons/dist/node_modules/react/cjs/react.production.min.cjs +0 -330
  457. package/dist/packages/icons/dist/node_modules/react/cjs/react.production.min.js +0 -330
  458. package/dist/packages/icons/dist/node_modules/react/index.cjs +0 -14
  459. package/dist/packages/icons/dist/node_modules/react/index.js +0 -14
  460. package/dist/packages/icons/dist/node_modules/react/jsx-runtime.cjs +0 -14
  461. package/dist/packages/icons/dist/node_modules/react/jsx-runtime.js +0 -14
@@ -1,44 +0,0 @@
1
- const require_rolldown_runtime = require('../../../_virtual/rolldown_runtime.cjs');
2
- const require_index = require('../index.cjs');
3
-
4
- //#region ../icons/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js
5
- /**
6
- * @license React
7
- * react-jsx-runtime.production.min.js
8
- *
9
- * Copyright (c) Facebook, Inc. and its affiliates.
10
- *
11
- * This source code is licensed under the MIT license found in the
12
- * LICENSE file in the root directory of this source tree.
13
- */
14
- var require_react_jsx_runtime_production_min = /* @__PURE__ */ require_rolldown_runtime.__commonJSMin(((exports$1) => {
15
- var f = require_index.require_react(), k = Symbol.for("react.element"), m = Object.prototype.hasOwnProperty, n = f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, p = {
16
- key: !0,
17
- ref: !0,
18
- __self: !0,
19
- __source: !0
20
- };
21
- function q(c, a, g) {
22
- var b, d = {}, e = null, h = null;
23
- void 0 !== g && (e = "" + g);
24
- void 0 !== a.key && (e = "" + a.key);
25
- void 0 !== a.ref && (h = a.ref);
26
- for (b in a) m.call(a, b) && !p.hasOwnProperty(b) && (d[b] = a[b]);
27
- if (c && c.defaultProps) for (b in a = c.defaultProps, a) void 0 === d[b] && (d[b] = a[b]);
28
- return {
29
- $$typeof: k,
30
- type: c,
31
- key: e,
32
- ref: h,
33
- props: d,
34
- _owner: n.current
35
- };
36
- }
37
- exports$1.jsx = q;
38
- exports$1.jsxs = q;
39
- }));
40
- var react_jsx_runtime_production_min_default = require_react_jsx_runtime_production_min();
41
-
42
- //#endregion
43
- exports.require_react_jsx_runtime_production_min = require_react_jsx_runtime_production_min;
44
- //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVhY3QtanN4LXJ1bnRpbWUucHJvZHVjdGlvbi5taW4uY2pzIiwibmFtZXMiOlsicmVxdWlyZV9yZWFjdCJdLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2ljb25zL2Rpc3Qvbm9kZV9tb2R1bGVzL3JlYWN0L2Nqcy9yZWFjdC1qc3gtcnVudGltZS5wcm9kdWN0aW9uLm1pbi5qcyJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBfX2NvbW1vbkpTTWluIH0gZnJvbSBcIi4uLy4uLy4uL192aXJ0dWFsL3JvbGxkb3duX3J1bnRpbWUuanNcIjtcbmltcG9ydCB7IHJlcXVpcmVfcmVhY3QgfSBmcm9tIFwiLi4vaW5kZXguanNcIjtcblxuLy8jcmVnaW9uIC4uLy4uL25vZGVfbW9kdWxlcy9yZWFjdC9janMvcmVhY3QtanN4LXJ1bnRpbWUucHJvZHVjdGlvbi5taW4uanNcbi8qKlxuKiBAbGljZW5zZSBSZWFjdFxuKiByZWFjdC1qc3gtcnVudGltZS5wcm9kdWN0aW9uLm1pbi5qc1xuKlxuKiBDb3B5cmlnaHQgKGMpIEZhY2Vib29rLCBJbmMuIGFuZCBpdHMgYWZmaWxpYXRlcy5cbipcbiogVGhpcyBzb3VyY2UgY29kZSBpcyBsaWNlbnNlZCB1bmRlciB0aGUgTUlUIGxpY2Vuc2UgZm91bmQgaW4gdGhlXG4qIExJQ0VOU0UgZmlsZSBpbiB0aGUgcm9vdCBkaXJlY3Rvcnkgb2YgdGhpcyBzb3VyY2UgdHJlZS5cbiovXG52YXIgcmVxdWlyZV9yZWFjdF9qc3hfcnVudGltZV9wcm9kdWN0aW9uX21pbiA9IC8qIEBfX1BVUkVfXyAqLyBfX2NvbW1vbkpTTWluKCgoZXhwb3J0cykgPT4ge1xuXHR2YXIgZiA9IHJlcXVpcmVfcmVhY3QoKSwgayA9IFN5bWJvbC5mb3IoXCJyZWFjdC5lbGVtZW50XCIpLCBsID0gU3ltYm9sLmZvcihcInJlYWN0LmZyYWdtZW50XCIpLCBtID0gT2JqZWN0LnByb3RvdHlwZS5oYXNPd25Qcm9wZXJ0eSwgbiA9IGYuX19TRUNSRVRfSU5URVJOQUxTX0RPX05PVF9VU0VfT1JfWU9VX1dJTExfQkVfRklSRUQuUmVhY3RDdXJyZW50T3duZXIsIHAgPSB7XG5cdFx0a2V5OiAhMCxcblx0XHRyZWY6ICEwLFxuXHRcdF9fc2VsZjogITAsXG5cdFx0X19zb3VyY2U6ICEwXG5cdH07XG5cdGZ1bmN0aW9uIHEoYywgYSwgZykge1xuXHRcdHZhciBiLCBkID0ge30sIGUgPSBudWxsLCBoID0gbnVsbDtcblx0XHR2b2lkIDAgIT09IGcgJiYgKGUgPSBcIlwiICsgZyk7XG5cdFx0dm9pZCAwICE9PSBhLmtleSAmJiAoZSA9IFwiXCIgKyBhLmtleSk7XG5cdFx0dm9pZCAwICE9PSBhLnJlZiAmJiAoaCA9IGEucmVmKTtcblx0XHRmb3IgKGIgaW4gYSkgbS5jYWxsKGEsIGIpICYmICFwLmhhc093blByb3BlcnR5KGIpICYmIChkW2JdID0gYVtiXSk7XG5cdFx0aWYgKGMgJiYgYy5kZWZhdWx0UHJvcHMpIGZvciAoYiBpbiBhID0gYy5kZWZhdWx0UHJvcHMsIGEpIHZvaWQgMCA9PT0gZFtiXSAmJiAoZFtiXSA9IGFbYl0pO1xuXHRcdHJldHVybiB7XG5cdFx0XHQkJHR5cGVvZjogayxcblx0XHRcdHR5cGU6IGMsXG5cdFx0XHRrZXk6IGUsXG5cdFx0XHRyZWY6IGgsXG5cdFx0XHRwcm9wczogZCxcblx0XHRcdF9vd25lcjogbi5jdXJyZW50XG5cdFx0fTtcblx0fVxuXHRleHBvcnRzLmpzeCA9IHE7XG5cdGV4cG9ydHMuanN4cyA9IHE7XG59KSk7XG5cbi8vI2VuZHJlZ2lvblxuZXhwb3J0IGRlZmF1bHQgcmVxdWlyZV9yZWFjdF9qc3hfcnVudGltZV9wcm9kdWN0aW9uX21pbigpO1xuXG5leHBvcnQgeyByZXF1aXJlX3JlYWN0X2pzeF9ydW50aW1lX3Byb2R1Y3Rpb25fbWluIH07Il0sInhfZ29vZ2xlX2lnbm9yZUxpc3QiOlswXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7QUFhQSxJQUFJLDJDQUEyRCx5REFBZ0IsY0FBWTtDQUMxRixJQUFJLElBQUlBLDZCQUFlLEVBQUUsSUFBSSxPQUFPLElBQUksZ0JBQWdCLEVBQW9DLElBQUksT0FBTyxVQUFVLGdCQUFnQixJQUFJLEVBQUUsbURBQW1ELG1CQUFtQixJQUFJO0VBQ2hOLEtBQUssQ0FBQztFQUNOLEtBQUssQ0FBQztFQUNOLFFBQVEsQ0FBQztFQUNULFVBQVUsQ0FBQztFQUNYO0NBQ0QsU0FBUyxFQUFFLEdBQUcsR0FBRyxHQUFHO0VBQ25CLElBQUksR0FBRyxJQUFJLEVBQUUsRUFBRSxJQUFJLE1BQU0sSUFBSTtBQUM3QixPQUFLLE1BQU0sTUFBTSxJQUFJLEtBQUs7QUFDMUIsT0FBSyxNQUFNLEVBQUUsUUFBUSxJQUFJLEtBQUssRUFBRTtBQUNoQyxPQUFLLE1BQU0sRUFBRSxRQUFRLElBQUksRUFBRTtBQUMzQixPQUFLLEtBQUssRUFBRyxHQUFFLEtBQUssR0FBRyxFQUFFLElBQUksQ0FBQyxFQUFFLGVBQWUsRUFBRSxLQUFLLEVBQUUsS0FBSyxFQUFFO0FBQy9ELE1BQUksS0FBSyxFQUFFLGFBQWMsTUFBSyxLQUFLLElBQUksRUFBRSxjQUFjLEVBQUcsTUFBSyxNQUFNLEVBQUUsT0FBTyxFQUFFLEtBQUssRUFBRTtBQUN2RixTQUFPO0dBQ04sVUFBVTtHQUNWLE1BQU07R0FDTixLQUFLO0dBQ0wsS0FBSztHQUNMLE9BQU87R0FDUCxRQUFRLEVBQUU7R0FDVjs7QUFFRixXQUFRLE1BQU07QUFDZCxXQUFRLE9BQU87R0FDYjtBQUdILCtDQUFlLDBDQUEwQyJ9
@@ -1,44 +0,0 @@
1
- import { __commonJSMin } from "../../../_virtual/rolldown_runtime.js";
2
- import { require_react } from "../index.js";
3
-
4
- //#region ../icons/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js
5
- /**
6
- * @license React
7
- * react-jsx-runtime.production.min.js
8
- *
9
- * Copyright (c) Facebook, Inc. and its affiliates.
10
- *
11
- * This source code is licensed under the MIT license found in the
12
- * LICENSE file in the root directory of this source tree.
13
- */
14
- var require_react_jsx_runtime_production_min = /* @__PURE__ */ __commonJSMin(((exports) => {
15
- var f = require_react(), k = Symbol.for("react.element"), m = Object.prototype.hasOwnProperty, n = f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, p = {
16
- key: !0,
17
- ref: !0,
18
- __self: !0,
19
- __source: !0
20
- };
21
- function q(c, a, g) {
22
- var b, d = {}, e = null, h = null;
23
- void 0 !== g && (e = "" + g);
24
- void 0 !== a.key && (e = "" + a.key);
25
- void 0 !== a.ref && (h = a.ref);
26
- for (b in a) m.call(a, b) && !p.hasOwnProperty(b) && (d[b] = a[b]);
27
- if (c && c.defaultProps) for (b in a = c.defaultProps, a) void 0 === d[b] && (d[b] = a[b]);
28
- return {
29
- $$typeof: k,
30
- type: c,
31
- key: e,
32
- ref: h,
33
- props: d,
34
- _owner: n.current
35
- };
36
- }
37
- exports.jsx = q;
38
- exports.jsxs = q;
39
- }));
40
- var react_jsx_runtime_production_min_default = require_react_jsx_runtime_production_min();
41
-
42
- //#endregion
43
- export { require_react_jsx_runtime_production_min };
44
- //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVhY3QtanN4LXJ1bnRpbWUucHJvZHVjdGlvbi5taW4uanMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vaWNvbnMvZGlzdC9ub2RlX21vZHVsZXMvcmVhY3QvY2pzL3JlYWN0LWpzeC1ydW50aW1lLnByb2R1Y3Rpb24ubWluLmpzIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IF9fY29tbW9uSlNNaW4gfSBmcm9tIFwiLi4vLi4vLi4vX3ZpcnR1YWwvcm9sbGRvd25fcnVudGltZS5qc1wiO1xuaW1wb3J0IHsgcmVxdWlyZV9yZWFjdCB9IGZyb20gXCIuLi9pbmRleC5qc1wiO1xuXG4vLyNyZWdpb24gLi4vLi4vbm9kZV9tb2R1bGVzL3JlYWN0L2Nqcy9yZWFjdC1qc3gtcnVudGltZS5wcm9kdWN0aW9uLm1pbi5qc1xuLyoqXG4qIEBsaWNlbnNlIFJlYWN0XG4qIHJlYWN0LWpzeC1ydW50aW1lLnByb2R1Y3Rpb24ubWluLmpzXG4qXG4qIENvcHlyaWdodCAoYykgRmFjZWJvb2ssIEluYy4gYW5kIGl0cyBhZmZpbGlhdGVzLlxuKlxuKiBUaGlzIHNvdXJjZSBjb2RlIGlzIGxpY2Vuc2VkIHVuZGVyIHRoZSBNSVQgbGljZW5zZSBmb3VuZCBpbiB0aGVcbiogTElDRU5TRSBmaWxlIGluIHRoZSByb290IGRpcmVjdG9yeSBvZiB0aGlzIHNvdXJjZSB0cmVlLlxuKi9cbnZhciByZXF1aXJlX3JlYWN0X2pzeF9ydW50aW1lX3Byb2R1Y3Rpb25fbWluID0gLyogQF9fUFVSRV9fICovIF9fY29tbW9uSlNNaW4oKChleHBvcnRzKSA9PiB7XG5cdHZhciBmID0gcmVxdWlyZV9yZWFjdCgpLCBrID0gU3ltYm9sLmZvcihcInJlYWN0LmVsZW1lbnRcIiksIGwgPSBTeW1ib2wuZm9yKFwicmVhY3QuZnJhZ21lbnRcIiksIG0gPSBPYmplY3QucHJvdG90eXBlLmhhc093blByb3BlcnR5LCBuID0gZi5fX1NFQ1JFVF9JTlRFUk5BTFNfRE9fTk9UX1VTRV9PUl9ZT1VfV0lMTF9CRV9GSVJFRC5SZWFjdEN1cnJlbnRPd25lciwgcCA9IHtcblx0XHRrZXk6ICEwLFxuXHRcdHJlZjogITAsXG5cdFx0X19zZWxmOiAhMCxcblx0XHRfX3NvdXJjZTogITBcblx0fTtcblx0ZnVuY3Rpb24gcShjLCBhLCBnKSB7XG5cdFx0dmFyIGIsIGQgPSB7fSwgZSA9IG51bGwsIGggPSBudWxsO1xuXHRcdHZvaWQgMCAhPT0gZyAmJiAoZSA9IFwiXCIgKyBnKTtcblx0XHR2b2lkIDAgIT09IGEua2V5ICYmIChlID0gXCJcIiArIGEua2V5KTtcblx0XHR2b2lkIDAgIT09IGEucmVmICYmIChoID0gYS5yZWYpO1xuXHRcdGZvciAoYiBpbiBhKSBtLmNhbGwoYSwgYikgJiYgIXAuaGFzT3duUHJvcGVydHkoYikgJiYgKGRbYl0gPSBhW2JdKTtcblx0XHRpZiAoYyAmJiBjLmRlZmF1bHRQcm9wcykgZm9yIChiIGluIGEgPSBjLmRlZmF1bHRQcm9wcywgYSkgdm9pZCAwID09PSBkW2JdICYmIChkW2JdID0gYVtiXSk7XG5cdFx0cmV0dXJuIHtcblx0XHRcdCQkdHlwZW9mOiBrLFxuXHRcdFx0dHlwZTogYyxcblx0XHRcdGtleTogZSxcblx0XHRcdHJlZjogaCxcblx0XHRcdHByb3BzOiBkLFxuXHRcdFx0X293bmVyOiBuLmN1cnJlbnRcblx0XHR9O1xuXHR9XG5cdGV4cG9ydHMuanN4ID0gcTtcblx0ZXhwb3J0cy5qc3hzID0gcTtcbn0pKTtcblxuLy8jZW5kcmVnaW9uXG5leHBvcnQgZGVmYXVsdCByZXF1aXJlX3JlYWN0X2pzeF9ydW50aW1lX3Byb2R1Y3Rpb25fbWluKCk7XG5cbmV4cG9ydCB7IHJlcXVpcmVfcmVhY3RfanN4X3J1bnRpbWVfcHJvZHVjdGlvbl9taW4gfTsiXSwieF9nb29nbGVfaWdub3JlTGlzdCI6WzBdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7OztBQWFBLElBQUksMkNBQTJELGdDQUFnQixZQUFZO0NBQzFGLElBQUksSUFBSSxlQUFlLEVBQUUsSUFBSSxPQUFPLElBQUksZ0JBQWdCLEVBQW9DLElBQUksT0FBTyxVQUFVLGdCQUFnQixJQUFJLEVBQUUsbURBQW1ELG1CQUFtQixJQUFJO0VBQ2hOLEtBQUssQ0FBQztFQUNOLEtBQUssQ0FBQztFQUNOLFFBQVEsQ0FBQztFQUNULFVBQVUsQ0FBQztFQUNYO0NBQ0QsU0FBUyxFQUFFLEdBQUcsR0FBRyxHQUFHO0VBQ25CLElBQUksR0FBRyxJQUFJLEVBQUUsRUFBRSxJQUFJLE1BQU0sSUFBSTtBQUM3QixPQUFLLE1BQU0sTUFBTSxJQUFJLEtBQUs7QUFDMUIsT0FBSyxNQUFNLEVBQUUsUUFBUSxJQUFJLEtBQUssRUFBRTtBQUNoQyxPQUFLLE1BQU0sRUFBRSxRQUFRLElBQUksRUFBRTtBQUMzQixPQUFLLEtBQUssRUFBRyxHQUFFLEtBQUssR0FBRyxFQUFFLElBQUksQ0FBQyxFQUFFLGVBQWUsRUFBRSxLQUFLLEVBQUUsS0FBSyxFQUFFO0FBQy9ELE1BQUksS0FBSyxFQUFFLGFBQWMsTUFBSyxLQUFLLElBQUksRUFBRSxjQUFjLEVBQUcsTUFBSyxNQUFNLEVBQUUsT0FBTyxFQUFFLEtBQUssRUFBRTtBQUN2RixTQUFPO0dBQ04sVUFBVTtHQUNWLE1BQU07R0FDTixLQUFLO0dBQ0wsS0FBSztHQUNMLE9BQU87R0FDUCxRQUFRLEVBQUU7R0FDVjs7QUFFRixTQUFRLE1BQU07QUFDZCxTQUFRLE9BQU87R0FDYjtBQUdILCtDQUFlLDBDQUEwQyJ9