@envive-ai/react-toolkit 0.2.13-arthur-1 → 0.2.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (451) hide show
  1. package/dist/{chunk-CUT6urMc.cjs → _virtual/rolldown_runtime.cjs} +11 -12
  2. package/dist/{types--eyQnaEA.d.cts → atoms/search/types.d.cts} +1 -1
  3. package/dist/{types-D6fl4HOx.d.ts → atoms/search/types.d.ts} +1 -1
  4. package/dist/{Accordion-DPUaEXiE.cjs → components/Accordion/Accordion.cjs} +8 -30
  5. package/dist/components/Accordion/{index-D_7-KJa0.d.cts → Accordion.d.cts} +2 -2
  6. package/dist/components/Accordion/{index-Dd_9XeqA.d.ts → Accordion.d.ts} +2 -2
  7. package/dist/{Accordion-8zFBEEaN.js → components/Accordion/Accordion.js} +5 -23
  8. package/dist/components/Accordion/index.cjs +1 -3
  9. package/dist/components/Accordion/index.d.cts +2 -0
  10. package/dist/components/Accordion/index.d.ts +2 -0
  11. package/dist/components/Accordion/index.js +1 -3
  12. package/dist/{AnimatedChevron-CPW5KPLr.cjs → components/AnimatedChevron/AnimatedChevron.cjs} +2 -7
  13. package/dist/components/AnimatedChevron/{index-BwQ6tJL8.d.cts → AnimatedChevron.d.cts} +2 -2
  14. package/dist/components/AnimatedChevron/{index-DZdGWikh.d.ts → AnimatedChevron.d.ts} +2 -2
  15. package/dist/{AnimatedChevron-DO_jcnJg.js → components/AnimatedChevron/AnimatedChevron.js} +1 -1
  16. package/dist/components/AnimatedChevron/index.cjs +1 -1
  17. package/dist/components/AnimatedChevron/index.d.cts +2 -0
  18. package/dist/components/AnimatedChevron/index.d.ts +2 -0
  19. package/dist/components/AnimatedChevron/index.js +1 -1
  20. package/dist/components/AppliedFiltersScrollbar/AppliedFiltersScrollbar.cjs +45 -0
  21. package/dist/components/AppliedFiltersScrollbar/AppliedFiltersScrollbar.d.cts +22 -0
  22. package/dist/components/AppliedFiltersScrollbar/AppliedFiltersScrollbar.d.ts +22 -0
  23. package/dist/components/AppliedFiltersScrollbar/AppliedFiltersScrollbar.js +42 -0
  24. package/dist/components/AppliedFiltersScrollbar/index.cjs +2 -43
  25. package/dist/components/AppliedFiltersScrollbar/index.d.cts +2 -0
  26. package/dist/components/AppliedFiltersScrollbar/index.d.ts +2 -0
  27. package/dist/components/AppliedFiltersScrollbar/index.js +1 -39
  28. package/dist/{ButtonBase-C44g6llb.cjs → components/ButtonBase/ButtonBase.cjs} +12 -29
  29. package/dist/components/ButtonBase/ButtonBase.d.cts +18 -0
  30. package/dist/components/ButtonBase/ButtonBase.d.ts +18 -0
  31. package/dist/{ButtonBase-Cjo-fBg2.js → components/ButtonBase/ButtonBase.js} +8 -14
  32. package/dist/components/ButtonBase/index.cjs +3 -4
  33. package/dist/components/ButtonBase/index.d.cts +3 -0
  34. package/dist/components/ButtonBase/index.d.ts +3 -0
  35. package/dist/components/ButtonBase/index.js +2 -3
  36. package/dist/components/ButtonBase/types.cjs +11 -0
  37. package/dist/components/ButtonBase/{index-Bxdhf_O8.d.cts → types.d.cts} +4 -19
  38. package/dist/components/ButtonBase/{index-VoanK6Pr.d.ts → types.d.ts} +4 -19
  39. package/dist/components/ButtonBase/types.js +10 -0
  40. package/dist/components/DynamicFiltersScrollbar/DynamicFiltersScrollbar.cjs +33 -0
  41. package/dist/components/DynamicFiltersScrollbar/{index-CHzxQmaW.d.cts → DynamicFiltersScrollbar.d.cts} +2 -2
  42. package/dist/components/DynamicFiltersScrollbar/{index-vVNOOaOF.d.ts → DynamicFiltersScrollbar.d.ts} +2 -2
  43. package/dist/components/DynamicFiltersScrollbar/DynamicFiltersScrollbar.js +30 -0
  44. package/dist/components/DynamicFiltersScrollbar/index.cjs +2 -31
  45. package/dist/components/DynamicFiltersScrollbar/index.d.cts +2 -0
  46. package/dist/components/DynamicFiltersScrollbar/index.d.ts +2 -0
  47. package/dist/components/DynamicFiltersScrollbar/index.js +1 -27
  48. package/dist/{DynamicFiltersScrollbar-IO886VXD.cjs → components/FilterScrollbar/AppliedFiltersScrollbar.cjs} +6 -39
  49. package/dist/components/{AppliedFiltersScrollbar/index-Dcyc-5Bv.d.ts → FilterScrollbar/AppliedFiltersScrollbar.d.cts} +1 -1
  50. package/dist/components/{AppliedFiltersScrollbar/index-VbXAIfym.d.cts → FilterScrollbar/AppliedFiltersScrollbar.d.ts} +1 -1
  51. package/dist/{DynamicFiltersScrollbar-s5yfmMau.js → components/FilterScrollbar/AppliedFiltersScrollbar.js} +3 -25
  52. package/dist/components/FilterScrollbar/DynamicFiltersScrollbar.cjs +33 -0
  53. package/dist/components/FilterScrollbar/DynamicFiltersScrollbar.d.cts +28 -0
  54. package/dist/components/FilterScrollbar/DynamicFiltersScrollbar.d.ts +28 -0
  55. package/dist/components/FilterScrollbar/DynamicFiltersScrollbar.js +30 -0
  56. package/dist/components/FilterScrollbar/index.cjs +3 -3
  57. package/dist/components/FilterScrollbar/index.d.cts +3 -0
  58. package/dist/components/FilterScrollbar/index.d.ts +3 -0
  59. package/dist/components/FilterScrollbar/index.js +2 -2
  60. package/dist/{ImageWithFallback-C-ZQn7tR.cjs → components/ImageWithFallback/ImageWithFallback.cjs} +4 -9
  61. package/dist/components/ImageWithFallback/{index-NJZsMOXc.d.ts → ImageWithFallback.d.ts} +2 -2
  62. package/dist/{ImageWithFallback-DjDNefaG.js → components/ImageWithFallback/ImageWithFallback.js} +1 -1
  63. package/dist/components/ImageWithFallback/index.cjs +1 -1
  64. package/dist/components/ImageWithFallback/index.d.cts +2 -0
  65. package/dist/components/ImageWithFallback/index.d.ts +2 -0
  66. package/dist/components/ImageWithFallback/index.js +1 -1
  67. package/dist/components/ModalSheet/ModalSheet.cjs +30 -0
  68. package/dist/components/ModalSheet/ModalSheet.d.cts +15 -0
  69. package/dist/components/ModalSheet/ModalSheet.d.ts +15 -0
  70. package/dist/components/ModalSheet/ModalSheet.js +29 -0
  71. package/dist/components/ModalSheet/desktop/desktopHeader.cjs +26 -0
  72. package/dist/components/ModalSheet/desktop/desktopHeader.js +24 -0
  73. package/dist/components/ModalSheet/desktop/index.cjs +122 -0
  74. package/dist/components/ModalSheet/desktop/index.js +120 -0
  75. package/dist/components/ModalSheet/index.cjs +1 -2
  76. package/dist/components/ModalSheet/index.d.cts +2 -0
  77. package/dist/components/ModalSheet/index.d.ts +2 -0
  78. package/dist/components/ModalSheet/index.js +1 -2
  79. package/dist/components/ModalSheet/mobile/index.cjs +116 -0
  80. package/dist/components/ModalSheet/mobile/index.js +114 -0
  81. package/dist/components/ModalSheet/mobile/mobileHeader.cjs +38 -0
  82. package/dist/components/ModalSheet/mobile/mobileHeader.js +36 -0
  83. package/dist/components/ModalSheet/{index-B5q4MHdq.d.cts → types.d.cts} +1 -14
  84. package/dist/components/ModalSheet/{index-BN20-QS0.d.ts → types.d.ts} +1 -14
  85. package/dist/{ProductCard-C7rZyWpj.cjs → components/ProductCard/ProductCard.cjs} +20 -172
  86. package/dist/components/ProductCard/ProductCard.d.cts +64 -0
  87. package/dist/components/ProductCard/ProductCard.d.ts +64 -0
  88. package/dist/{ProductCard-GxpFxjh0.js → components/ProductCard/ProductCard.js} +11 -106
  89. package/dist/components/ProductCard/ProductCardSkeleton.cjs +33 -0
  90. package/dist/components/ProductCard/ProductCardSkeleton.d.cts +7 -0
  91. package/dist/components/ProductCard/ProductCardSkeleton.d.ts +7 -0
  92. package/dist/components/ProductCard/ProductCardSkeleton.js +31 -0
  93. package/dist/components/ProductCard/index.cjs +11 -12
  94. package/dist/components/ProductCard/index.d.cts +5 -0
  95. package/dist/components/ProductCard/index.d.ts +5 -0
  96. package/dist/components/ProductCard/index.js +4 -5
  97. package/dist/components/ProductCard/productCardVariants.cjs +49 -0
  98. package/dist/components/ProductCard/productCardVariants.d.cts +13 -0
  99. package/dist/components/ProductCard/productCardVariants.d.ts +13 -0
  100. package/dist/components/ProductCard/productCardVariants.js +45 -0
  101. package/dist/components/ProductCard/types.cjs +16 -0
  102. package/dist/components/ProductCard/types.d.cts +43 -0
  103. package/dist/components/ProductCard/types.d.ts +43 -0
  104. package/dist/components/ProductCard/types.js +14 -0
  105. package/dist/{ProductGrid-0A8vml2y.cjs → components/ProductGrid/ProductGrid.cjs} +7 -35
  106. package/dist/components/ProductGrid/ProductGrid.d.cts +25 -0
  107. package/dist/components/ProductGrid/ProductGrid.d.ts +25 -0
  108. package/dist/{ProductGrid-DAwc9dKV.js → components/ProductGrid/ProductGrid.js} +4 -21
  109. package/dist/components/ProductGrid/index.cjs +3 -7
  110. package/dist/components/ProductGrid/index.d.cts +3 -0
  111. package/dist/components/ProductGrid/index.d.ts +3 -0
  112. package/dist/components/ProductGrid/index.js +2 -6
  113. package/dist/components/ProductGrid/productGridVariants.cjs +21 -0
  114. package/dist/components/ProductGrid/productGridVariants.d.cts +13 -0
  115. package/dist/components/ProductGrid/productGridVariants.d.ts +13 -0
  116. package/dist/components/ProductGrid/productGridVariants.js +20 -0
  117. package/dist/{RadioButton-DpF1wymL.cjs → components/RadioButton/RadioButton.cjs} +5 -9
  118. package/dist/components/RadioButton/{index-BeOT_AlW.d.cts → RadioButton.d.cts} +2 -2
  119. package/dist/components/RadioButton/{index-CxluCaJw.d.ts → RadioButton.d.ts} +2 -2
  120. package/dist/{RadioButton-DOc8g47U.js → components/RadioButton/RadioButton.js} +3 -2
  121. package/dist/components/RadioButton/index.cjs +1 -2
  122. package/dist/components/RadioButton/index.d.cts +2 -0
  123. package/dist/components/RadioButton/index.d.ts +2 -0
  124. package/dist/components/RadioButton/index.js +1 -2
  125. package/dist/{RadioButtonGroup-ByzTXNAb.cjs → components/RadioButtonGroup/RadioButtonGroup.cjs} +6 -15
  126. package/dist/components/RadioButtonGroup/{index-KeOIiYNW.d.ts → RadioButtonGroup.d.ts} +2 -2
  127. package/dist/{RadioButtonGroup-YQIxmR7j.js → components/RadioButtonGroup/RadioButtonGroup.js} +3 -2
  128. package/dist/components/RadioButtonGroup/index.cjs +1 -3
  129. package/dist/components/RadioButtonGroup/index.d.cts +2 -0
  130. package/dist/components/RadioButtonGroup/index.d.ts +2 -0
  131. package/dist/components/RadioButtonGroup/index.js +1 -3
  132. package/dist/{RecommendedProducts-qkPxXVJn.cjs → components/RecommendedProducts/RecommendedProducts.cjs} +7 -10
  133. package/dist/{RecommendedProducts-C6dLpLPP.js → components/RecommendedProducts/RecommendedProducts.js} +5 -3
  134. package/dist/components/RecommendedProducts/index.cjs +1 -8
  135. package/dist/components/RecommendedProducts/index.d.cts +2 -0
  136. package/dist/components/RecommendedProducts/index.d.ts +2 -0
  137. package/dist/components/RecommendedProducts/index.js +1 -8
  138. package/dist/{SearchAutocomplete-BdTWETDB.cjs → components/SearchAutocomplete/SearchAutocomplete.cjs} +10 -13
  139. package/dist/components/SearchAutocomplete/{index-BcnHcv7Q.d.cts → SearchAutocomplete.d.cts} +2 -2
  140. package/dist/components/SearchAutocomplete/{index-Br_POGOz.d.ts → SearchAutocomplete.d.ts} +2 -2
  141. package/dist/{SearchAutocomplete-DNe193EV.js → components/SearchAutocomplete/SearchAutocomplete.js} +6 -5
  142. package/dist/components/SearchAutocomplete/index.cjs +1 -4
  143. package/dist/components/SearchAutocomplete/index.d.cts +2 -0
  144. package/dist/components/SearchAutocomplete/index.d.ts +2 -0
  145. package/dist/components/SearchAutocomplete/index.js +1 -4
  146. package/dist/components/SearchFilter/SearchFilter.cjs +134 -0
  147. package/dist/components/SearchFilter/SearchFilter.d.cts +23 -0
  148. package/dist/components/SearchFilter/SearchFilter.d.ts +23 -0
  149. package/dist/components/SearchFilter/SearchFilter.js +132 -0
  150. package/dist/components/SearchFilter/SearchFilterFooter.cjs +48 -0
  151. package/dist/components/SearchFilter/SearchFilterFooter.d.cts +14 -0
  152. package/dist/components/SearchFilter/SearchFilterFooter.d.ts +14 -0
  153. package/dist/components/SearchFilter/SearchFilterFooter.js +46 -0
  154. package/dist/components/SearchFilter/SearchFilterHeader.cjs +42 -0
  155. package/dist/components/SearchFilter/SearchFilterHeader.d.cts +12 -0
  156. package/dist/components/SearchFilter/SearchFilterHeader.d.ts +12 -0
  157. package/dist/components/SearchFilter/SearchFilterHeader.js +40 -0
  158. package/dist/components/SearchFilter/SearchFilterItem.cjs +41 -0
  159. package/dist/components/SearchFilter/SearchFilterItem.d.cts +13 -0
  160. package/dist/components/SearchFilter/SearchFilterItem.d.ts +13 -0
  161. package/dist/components/SearchFilter/SearchFilterItem.js +39 -0
  162. package/dist/components/SearchFilter/index.cjs +10 -16
  163. package/dist/components/SearchFilter/index.d.cts +6 -0
  164. package/dist/components/SearchFilter/index.d.ts +6 -0
  165. package/dist/components/SearchFilter/index.js +5 -11
  166. package/dist/components/SearchFilter/types.d.cts +42 -0
  167. package/dist/components/SearchFilter/types.d.ts +42 -0
  168. package/dist/components/SearchFilter/useHasFilterStateChanged.cjs +27 -0
  169. package/dist/components/SearchFilter/useHasFilterStateChanged.js +26 -0
  170. package/dist/components/SearchFilter/utils.cjs +11 -0
  171. package/dist/components/SearchFilter/utils.d.cts +7 -0
  172. package/dist/components/SearchFilter/utils.d.ts +7 -0
  173. package/dist/components/SearchFilter/utils.js +9 -0
  174. package/dist/components/SearchInput/SearchInput.cjs +83 -0
  175. package/dist/components/SearchInput/{index-C0H51Flv.d.ts → SearchInput.d.cts} +1 -15
  176. package/dist/components/SearchInput/{index-rFDdhvqg.d.cts → SearchInput.d.ts} +1 -15
  177. package/dist/components/SearchInput/SearchInput.js +78 -0
  178. package/dist/components/SearchInput/index.cjs +3 -6
  179. package/dist/components/SearchInput/index.d.cts +3 -0
  180. package/dist/components/SearchInput/index.d.ts +3 -0
  181. package/dist/components/SearchInput/index.js +2 -5
  182. package/dist/components/SearchInput/searchInputVariants.cjs +15 -0
  183. package/dist/components/SearchInput/searchInputVariants.d.cts +16 -0
  184. package/dist/components/SearchInput/searchInputVariants.d.ts +16 -0
  185. package/dist/components/SearchInput/searchInputVariants.js +15 -0
  186. package/dist/{SearchInputForm-ZgNNEX6E.cjs → components/SearchInputForm/SearchInputForm.cjs} +8 -11
  187. package/dist/components/SearchInputForm/{index-DjjoY7MQ.d.ts → SearchInputForm.d.cts} +3 -3
  188. package/dist/components/SearchInputForm/{index-Cleto06d.d.cts → SearchInputForm.d.ts} +1 -1
  189. package/dist/{SearchInputForm-CFm_hUvX.js → components/SearchInputForm/SearchInputForm.js} +5 -3
  190. package/dist/components/SearchInputForm/index.cjs +1 -8
  191. package/dist/components/SearchInputForm/index.d.cts +2 -0
  192. package/dist/components/SearchInputForm/index.d.ts +2 -0
  193. package/dist/components/SearchInputForm/index.js +1 -8
  194. package/dist/components/SearchResultsContent/SearchResultsContent.cjs +52 -0
  195. package/dist/components/SearchResultsContent/{index-C4qsTFUd.d.cts → SearchResultsContent.d.cts} +4 -4
  196. package/dist/components/SearchResultsContent/{index-KdFf9yzs.d.ts → SearchResultsContent.d.ts} +4 -4
  197. package/dist/components/SearchResultsContent/SearchResultsContent.js +50 -0
  198. package/dist/components/SearchResultsContent/index.cjs +2 -61
  199. package/dist/components/SearchResultsContent/index.d.cts +2 -0
  200. package/dist/components/SearchResultsContent/index.d.ts +2 -0
  201. package/dist/components/SearchResultsContent/index.js +1 -58
  202. package/dist/components/SearchResultsFilterButton/SearchResultsFilterButton.cjs +25 -0
  203. package/dist/components/SearchResultsFilterButton/{index-BvntKdyC.d.ts → SearchResultsFilterButton.d.cts} +2 -2
  204. package/dist/components/SearchResultsFilterButton/{index-zgQsT6vz.d.cts → SearchResultsFilterButton.d.ts} +2 -2
  205. package/dist/components/SearchResultsFilterButton/SearchResultsFilterButton.js +23 -0
  206. package/dist/components/SearchResultsFilterButton/index.cjs +1 -6
  207. package/dist/components/SearchResultsFilterButton/index.d.cts +2 -0
  208. package/dist/components/SearchResultsFilterButton/index.d.ts +2 -0
  209. package/dist/components/SearchResultsFilterButton/index.js +1 -6
  210. package/dist/components/SearchResultsFilterModal/SearchResultsFilterModal.cjs +36 -0
  211. package/dist/components/SearchResultsFilterModal/{index-CNBQ1ikL.d.ts → SearchResultsFilterModal.d.cts} +3 -3
  212. package/dist/components/SearchResultsFilterModal/{index-mRcnKysU.d.cts → SearchResultsFilterModal.d.ts} +3 -3
  213. package/dist/components/SearchResultsFilterModal/SearchResultsFilterModal.js +35 -0
  214. package/dist/components/SearchResultsFilterModal/index.cjs +2 -45
  215. package/dist/components/SearchResultsFilterModal/index.d.cts +2 -0
  216. package/dist/components/SearchResultsFilterModal/index.d.ts +2 -0
  217. package/dist/components/SearchResultsFilterModal/index.js +1 -43
  218. package/dist/components/SearchResultsFilterSidebar/SearchResultsFilter.cjs +51 -0
  219. package/dist/components/SearchResultsFilterSidebar/SearchResultsFilter.d.cts +27 -0
  220. package/dist/components/SearchResultsFilterSidebar/SearchResultsFilter.d.ts +27 -0
  221. package/dist/{SearchResultsFilterSidebar-DLzQoFGD.js → components/SearchResultsFilterSidebar/SearchResultsFilter.js} +9 -72
  222. package/dist/components/SearchResultsFilterSidebar/index.cjs +3 -15
  223. package/dist/components/SearchResultsFilterSidebar/index.d.cts +4 -0
  224. package/dist/components/SearchResultsFilterSidebar/index.d.ts +4 -0
  225. package/dist/components/SearchResultsFilterSidebar/index.js +2 -14
  226. package/dist/{searchFilterSidebarVariants-CjyRGKK_.cjs → components/SearchResultsFilterSidebar/searchFilterSidebarVariants.cjs} +2 -7
  227. package/dist/components/SearchResultsFilterSidebar/searchFilterSidebarVariants.d.cts +19 -0
  228. package/dist/components/SearchResultsFilterSidebar/searchFilterSidebarVariants.d.ts +19 -0
  229. package/dist/{searchFilterSidebarVariants-gkgkflXx.js → components/SearchResultsFilterSidebar/searchFilterSidebarVariants.js} +2 -2
  230. package/dist/components/SearchResultsFilterSidebar/types.d.cts +5 -0
  231. package/dist/components/SearchResultsFilterSidebar/types.d.ts +5 -0
  232. package/dist/components/SearchResultsStates/NoSearchResultsFound.cjs +57 -0
  233. package/dist/components/SearchResultsStates/NoSearchResultsFound.d.cts +25 -0
  234. package/dist/components/SearchResultsStates/NoSearchResultsFound.d.ts +25 -0
  235. package/dist/components/SearchResultsStates/NoSearchResultsFound.js +54 -0
  236. package/dist/components/SearchResultsStates/SearchResultsGrid.cjs +53 -0
  237. package/dist/components/SearchResultsStates/SearchResultsGrid.d.cts +46 -0
  238. package/dist/components/SearchResultsStates/SearchResultsGrid.d.ts +46 -0
  239. package/dist/components/SearchResultsStates/SearchResultsGrid.js +51 -0
  240. package/dist/components/SearchResultsStates/SearchResultsLoadingGrid.cjs +52 -0
  241. package/dist/components/SearchResultsStates/SearchResultsLoadingGrid.d.cts +15 -0
  242. package/dist/components/SearchResultsStates/SearchResultsLoadingGrid.d.ts +15 -0
  243. package/dist/components/SearchResultsStates/SearchResultsLoadingGrid.js +51 -0
  244. package/dist/components/SearchResultsStates/index.cjs +6 -17
  245. package/dist/components/SearchResultsStates/index.d.cts +4 -0
  246. package/dist/components/SearchResultsStates/index.d.ts +4 -0
  247. package/dist/components/SearchResultsStates/index.js +3 -14
  248. package/dist/components/SearchResultsToolbar/SearchResultsToolbar.cjs +60 -0
  249. package/dist/components/SearchResultsToolbar/{index-CIvuccni.d.ts → SearchResultsToolbar.d.cts} +2 -2
  250. package/dist/components/SearchResultsToolbar/{index-PYr086HM.d.cts → SearchResultsToolbar.d.ts} +2 -2
  251. package/dist/components/SearchResultsToolbar/SearchResultsToolbar.js +57 -0
  252. package/dist/components/SearchResultsToolbar/index.cjs +2 -65
  253. package/dist/components/SearchResultsToolbar/index.d.cts +2 -0
  254. package/dist/components/SearchResultsToolbar/index.d.ts +2 -0
  255. package/dist/components/SearchResultsToolbar/index.js +1 -61
  256. package/dist/components/SparkleAnimation/SparkleAnimation.cjs +78 -0
  257. package/dist/components/SparkleAnimation/SparkleAnimation.d.cts +15 -0
  258. package/dist/components/SparkleAnimation/SparkleAnimation.d.ts +15 -0
  259. package/dist/{SparkleAnimation-szzXiTam.js → components/SparkleAnimation/SparkleAnimation.js} +11 -20
  260. package/dist/components/SparkleAnimation/index.cjs +3 -4
  261. package/dist/components/SparkleAnimation/index.d.cts +3 -0
  262. package/dist/components/SparkleAnimation/index.d.ts +3 -0
  263. package/dist/components/SparkleAnimation/index.js +2 -3
  264. package/dist/components/SparkleAnimation/types.cjs +12 -0
  265. package/dist/components/SparkleAnimation/types.d.cts +9 -0
  266. package/dist/components/SparkleAnimation/types.d.ts +9 -0
  267. package/dist/components/SparkleAnimation/types.js +11 -0
  268. package/dist/{Spinner-7HblFCja.cjs → components/Spinner/Spinner.cjs} +3 -8
  269. package/dist/components/Spinner/{index-TKsPifGM.d.ts → Spinner.d.cts} +2 -2
  270. package/dist/components/Spinner/{index-DrYhRG9D.d.cts → Spinner.d.ts} +2 -2
  271. package/dist/{Spinner-OFbXMms8.js → components/Spinner/Spinner.js} +1 -1
  272. package/dist/components/Spinner/index.cjs +1 -1
  273. package/dist/components/Spinner/index.d.cts +2 -0
  274. package/dist/components/Spinner/index.d.ts +2 -0
  275. package/dist/components/Spinner/index.js +1 -1
  276. package/dist/components/SuggestionButton/SuggestionButton.cjs +195 -0
  277. package/dist/components/SuggestionButton/{index-BioM3QHW.d.ts → SuggestionButton.d.cts} +6 -8
  278. package/dist/components/SuggestionButton/{index-CjV6Ar4Y.d.cts → SuggestionButton.d.ts} +6 -8
  279. package/dist/components/SuggestionButton/SuggestionButton.js +188 -0
  280. package/dist/components/SuggestionButton/index.cjs +5 -191
  281. package/dist/components/SuggestionButton/index.d.cts +3 -0
  282. package/dist/components/SuggestionButton/index.d.ts +3 -0
  283. package/dist/components/SuggestionButton/index.js +1 -185
  284. package/dist/components/SuggestionButton/types.d.cts +4 -0
  285. package/dist/components/SuggestionButton/types.d.ts +4 -0
  286. package/dist/{TextInput-CaynCoDf.cjs → components/TextInput/TextInput.cjs} +7 -11
  287. package/dist/components/TextInput/{index-DAhxej1K.d.ts → TextInput.d.cts} +1 -2
  288. package/dist/components/TextInput/{index-CRJMRe-b.d.cts → TextInput.d.ts} +1 -2
  289. package/dist/{TextInput-CsdOvLBQ.js → components/TextInput/TextInput.js} +3 -2
  290. package/dist/components/TextInput/index.cjs +1 -2
  291. package/dist/components/TextInput/index.d.cts +2 -0
  292. package/dist/components/TextInput/index.d.ts +2 -0
  293. package/dist/components/TextInput/index.js +1 -2
  294. package/dist/{ToggleButton-Dxk3U1hR.cjs → components/ToggleButton/ToggleButton.cjs} +5 -9
  295. package/dist/components/ToggleButton/{index-pFQuGdoj.d.ts → ToggleButton.d.cts} +2 -2
  296. package/dist/components/ToggleButton/{index-eLDrp4ic.d.cts → ToggleButton.d.ts} +2 -2
  297. package/dist/{ToggleButton-D8--AKKK.js → components/ToggleButton/ToggleButton.js} +3 -2
  298. package/dist/components/ToggleButton/index.cjs +1 -2
  299. package/dist/components/ToggleButton/index.d.cts +2 -0
  300. package/dist/components/ToggleButton/index.d.ts +2 -0
  301. package/dist/components/ToggleButton/index.js +1 -2
  302. package/dist/components/Typography/Typography.cjs +53 -0
  303. package/dist/{index-DXGw5Z56.d.ts → components/Typography/Typography.d.cts} +2 -2
  304. package/dist/{index-Bw6lDfEp.d.cts → components/Typography/Typography.d.ts} +2 -2
  305. package/dist/components/Typography/Typography.js +50 -0
  306. package/dist/components/Typography/index.cjs +5 -4
  307. package/dist/components/Typography/index.d.cts +3 -0
  308. package/dist/components/Typography/index.d.ts +3 -0
  309. package/dist/components/Typography/index.js +2 -1
  310. package/dist/{Typography-xehJH05l.js → components/Typography/typographyVariantClasses.cjs} +3 -54
  311. package/dist/{typographyVariantClasses-CoRhazCU.d.cts → components/Typography/typographyVariantClasses.d.cts} +1 -1
  312. package/dist/{typographyVariantClasses-_oNpv-aN.d.ts → components/Typography/typographyVariantClasses.d.ts} +1 -1
  313. package/dist/{Typography-Ds4gfOJz.cjs → components/Typography/typographyVariantClasses.js} +1 -81
  314. package/dist/components/Typography/util.cjs +10 -0
  315. package/dist/components/Typography/util.js +10 -0
  316. package/dist/logging/logger.cjs +20 -0
  317. package/dist/logging/logger.js +19 -0
  318. package/dist/{colorsConfig-Dp7w5LPb.cjs → models/colorsConfig.cjs} +2 -12
  319. package/dist/{colorsConfig-CFI1KN8R.js → models/colorsConfig.js} +1 -1
  320. package/dist/util/camelCase.d.cts +69 -0
  321. package/dist/util/camelCase.d.ts +69 -0
  322. package/dist/util/camelCasedPropertiesDeep.d.cts +55 -0
  323. package/dist/util/camelCasedPropertiesDeep.d.ts +55 -0
  324. package/dist/util/colorVar.cjs +6 -0
  325. package/dist/util/colorVar.d.cts +6 -0
  326. package/dist/util/colorVar.d.ts +6 -0
  327. package/dist/util/colorVar.js +5 -0
  328. package/dist/{formatPrice-CyfkjZ3R.cjs → util/formatPrice.cjs} +1 -6
  329. package/dist/util/formatPrice.d.cts +4 -0
  330. package/dist/util/formatPrice.d.ts +4 -0
  331. package/dist/{formatPrice-DexQu2aZ.js → util/formatPrice.js} +1 -1
  332. package/dist/util/index.cjs +7 -78
  333. package/dist/util/index.d.cts +5 -0
  334. package/dist/util/index.d.ts +5 -0
  335. package/dist/util/index.js +4 -74
  336. package/dist/util/internal.d.cts +22 -0
  337. package/dist/util/internal.d.ts +22 -0
  338. package/dist/util/splitWords.d.cts +28 -0
  339. package/dist/util/splitWords.d.ts +28 -0
  340. package/dist/util/trim.d.cts +28 -0
  341. package/dist/util/trim.d.ts +28 -0
  342. package/dist/util/unknownArray.d.cts +28 -0
  343. package/dist/util/unknownArray.d.ts +28 -0
  344. package/dist/util/useScrollDirection.cjs +39 -0
  345. package/dist/util/useScrollDirection.d.cts +5 -0
  346. package/dist/util/useScrollDirection.d.ts +5 -0
  347. package/dist/util/useScrollDirection.js +38 -0
  348. package/dist/util/useStickyVisibility.cjs +38 -0
  349. package/dist/util/useStickyVisibility.d.cts +10 -0
  350. package/dist/util/useStickyVisibility.d.ts +10 -0
  351. package/dist/util/useStickyVisibility.js +37 -0
  352. package/package.json +14 -2
  353. package/src/components/Accordion/Accordion.tsx +4 -1
  354. package/src/components/AppliedFiltersScrollbar/AppliedFiltersScrollbar.tsx +5 -2
  355. package/src/components/ButtonBase/ButtonBase.tsx +3 -5
  356. package/src/components/ButtonBase/types.ts +3 -3
  357. package/src/components/DynamicFiltersScrollbar/DynamicFiltersScrollbar.tsx +4 -1
  358. package/src/components/FilterScrollbar/AppliedFiltersScrollbar.tsx +5 -2
  359. package/src/components/FilterScrollbar/DynamicFiltersScrollbar.tsx +4 -1
  360. package/src/components/ModalSheet/common/closeIcon.tsx +8 -7
  361. package/src/components/ModalSheet/desktop/index.tsx +1 -1
  362. package/src/components/ModalSheet/mobile/index.tsx +1 -1
  363. package/src/components/ModalSheet/mobile/mobileHeader.tsx +4 -1
  364. package/src/components/ProductCard/ProductCard.tsx +28 -14
  365. package/src/components/ProductCard/productCardVariants.ts +1 -1
  366. package/src/components/ProductGrid/ProductGrid.tsx +5 -2
  367. package/src/components/RadioButton/RadioButton.tsx +15 -2
  368. package/src/components/RadioButtonGroup/RadioButtonGroup.tsx +1 -1
  369. package/src/components/RecommendedProducts/RecommendedProducts.tsx +11 -9
  370. package/src/components/RecommendedProducts/index.ts +1 -1
  371. package/src/components/SearchAutocomplete/SearchAutocomplete.tsx +25 -19
  372. package/src/components/SearchFilter/SearchFilter.tsx +24 -10
  373. package/src/components/SearchFilter/SearchFilterHeader.tsx +4 -1
  374. package/src/components/SearchFilter/SearchFilterItem.tsx +3 -3
  375. package/src/components/SearchFilter/types.ts +2 -0
  376. package/src/components/SearchFilter/useHasFilterStateChanged.tsx +4 -4
  377. package/src/components/SearchInput/SearchInput.tsx +6 -2
  378. package/src/components/SearchInput/searchInputVariants.ts +1 -1
  379. package/src/components/SearchInputForm/SearchInputForm.tsx +4 -7
  380. package/src/components/SearchResultsContent/SearchResultsContent.tsx +1 -1
  381. package/src/components/SearchResultsFilterButton/SearchResultsFilterButton.tsx +1 -1
  382. package/src/components/SearchResultsFilterModal/SearchResultsFilterModal.tsx +4 -1
  383. package/src/components/SearchResultsFilterSidebar/SearchResultsFilter.tsx +2 -2
  384. package/src/components/SearchResultsFilterSidebar/searchFilterSidebarVariants.ts +1 -1
  385. package/src/components/SearchResultsStates/NoSearchResultsFound.tsx +2 -2
  386. package/src/components/SearchResultsStates/SearchResultsGrid.tsx +2 -2
  387. package/src/components/SearchResultsStates/SearchResultsLoadingGrid.tsx +9 -5
  388. package/src/components/SearchResultsToolbar/SearchResultsToolbar.tsx +10 -7
  389. package/src/components/SparkleAnimation/SparkleAnimation.tsx +17 -8
  390. package/src/components/SuggestionButton/SuggestionButton.tsx +22 -17
  391. package/src/components/SuggestionButton/types.ts +1 -1
  392. package/src/components/TextInput/TextInput.tsx +9 -2
  393. package/src/components/ToggleButton/ToggleButton.tsx +13 -3
  394. package/src/components/Typography/Typography.spec.tsx +1 -1
  395. package/src/components/Typography/util.ts +2 -2
  396. package/src/models/colorsConfig.ts +2 -1
  397. package/src/stories/ButtonBase.stories.tsx +1 -1
  398. package/src/stories/NoSearchResultsFound.stories.tsx +7 -0
  399. package/src/stories/ProductCardSkeleton.stories.tsx +46 -16
  400. package/src/stories/SearchResultsFilter.stories.tsx +3 -3
  401. package/src/stories/SparkleAnimation.stories.tsx +5 -2
  402. package/src/util/camelCasedPropertiesDeep.ts +0 -1
  403. package/src/util/colorVar.ts +1 -1
  404. package/src/util/useScrollDirection.ts +1 -1
  405. package/src/util/useStickyVisibility.ts +1 -1
  406. package/dist/ButtonBase-Cb6Iec6f.cjs +0 -0
  407. package/dist/ButtonBase-D2eXuapk.js +0 -1
  408. package/dist/FourPointStar-3DqnYmfN.js +0 -21
  409. package/dist/FourPointStar-AQ9OSu0S.cjs +0 -26
  410. package/dist/ModalSheet-C5f5abw1.js +0 -301
  411. package/dist/ModalSheet-JZerJZ1T.cjs +0 -308
  412. package/dist/OutlinedStar-CC0V_jAK.cjs +0 -26
  413. package/dist/OutlinedStar-WWs3gRwt.js +0 -21
  414. package/dist/SearchFilter-BRtCSuAn.cjs +0 -301
  415. package/dist/SearchFilter-DvJx0b0W.js +0 -264
  416. package/dist/SearchInput-CImlqrau.cjs +0 -159
  417. package/dist/SearchInput-kLhxkpgq.js +0 -145
  418. package/dist/SearchResultsFilterButton-D929tRt9.cjs +0 -96
  419. package/dist/SearchResultsFilterButton-Dk7u7rgn.js +0 -90
  420. package/dist/SearchResultsFilterSidebar-BRFONIEq.cjs +0 -118
  421. package/dist/SearchResultsStates-CQR5Il4l.cjs +0 -196
  422. package/dist/SearchResultsStates-D7HfsLeZ.js +0 -177
  423. package/dist/SparkleAnimation-BikAiAmb.cjs +0 -97
  424. package/dist/components/FilterScrollbar/index-DXcZLcQi.d.cts +0 -47
  425. package/dist/components/FilterScrollbar/index-DwLyxqQl.d.ts +0 -47
  426. package/dist/components/ProductCard/index-CglXQ3wh.d.ts +0 -2
  427. package/dist/components/ProductCard/index-XVlN6iMl.d.cts +0 -2
  428. package/dist/components/ProductGrid/index-BPBgwFsa.d.cts +0 -35
  429. package/dist/components/ProductGrid/index-D_YpwJCd.d.ts +0 -35
  430. package/dist/components/SearchFilter/index-BbIqmoO8.d.ts +0 -91
  431. package/dist/components/SearchFilter/index-DAL3Wl6U.d.cts +0 -91
  432. package/dist/components/SearchResultsFilterSidebar/index-C7PE9z5a.d.ts +0 -2
  433. package/dist/components/SearchResultsFilterSidebar/index-DKzEKFV3.d.cts +0 -2
  434. package/dist/components/SearchResultsStates/index-Dugoegtn.d.ts +0 -78
  435. package/dist/components/SearchResultsStates/index-RVgPTFiH.d.cts +0 -78
  436. package/dist/components/SparkleAnimation/index-BFqUibyY.d.ts +0 -23
  437. package/dist/components/SparkleAnimation/index-CSBR76H5.d.cts +0 -23
  438. package/dist/components/Typography/index-DzSBreyM.d.cts +0 -3
  439. package/dist/components/Typography/index-ymH7f3jB.d.ts +0 -3
  440. package/dist/index-BCBtAzCc.d.ts +0 -325
  441. package/dist/index-BiKhzraQ.d.cts +0 -46
  442. package/dist/index-CzbumwVZ.d.cts +0 -325
  443. package/dist/index-DK0xpfMg.d.ts +0 -46
  444. package/dist/jsx-runtime-Dg2m6dxZ-B-pkyyHT.cjs +0 -2586
  445. package/dist/jsx-runtime-Dg2m6dxZ-CU_SzTu4.js +0 -2580
  446. package/dist/util/index-C2ueYGXh.d.ts +0 -21
  447. package/dist/util/index-DUzbpjPa.d.cts +0 -21
  448. /package/dist/components/ImageWithFallback/{index-BLbkDyG8.d.cts → ImageWithFallback.d.cts} +0 -0
  449. /package/dist/components/RadioButtonGroup/{index-BOhV-rG3.d.cts → RadioButtonGroup.d.cts} +0 -0
  450. /package/dist/components/RecommendedProducts/{index-BFM83Qu3.d.cts → RecommendedProducts.d.cts} +0 -0
  451. /package/dist/components/RecommendedProducts/{index-DlbCfGof.d.ts → RecommendedProducts.d.ts} +0 -0
@@ -0,0 +1,78 @@
1
+ const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
2
+ const require_types = require('./types.cjs');
3
+ let react = require("react");
4
+ let framer_motion = require("framer-motion");
5
+ let classnames = require("classnames");
6
+ classnames = require_rolldown_runtime.__toESM(classnames);
7
+ let react_jsx_runtime = require("react/jsx-runtime");
8
+ let __envive_ai_react_icons_FourPointStar = require("@envive-ai/react-icons/FourPointStar");
9
+ __envive_ai_react_icons_FourPointStar = require_rolldown_runtime.__toESM(__envive_ai_react_icons_FourPointStar);
10
+
11
+ //#region src/components/SparkleAnimation/SparkleAnimation.tsx
12
+ const ANIMATION_CYCLE_TIME = 1e3;
13
+ const STAR_DELAY_OFFSET = 250;
14
+ const SparkleAnimation = ({ color, className, animate = true }) => {
15
+ const [mainStarScale, setMainStarScale] = (0, react.useState)(animate ? 0 : 1);
16
+ const [smallStar1Scale, setSmallStar1Scale] = (0, react.useState)(animate ? 0 : 1);
17
+ const [smallStar2Scale, setSmallStar2Scale] = (0, react.useState)(animate ? 0 : 1);
18
+ const containerClasses = (0, classnames.default)(require_types.SparkleAnimationOverride.CONTAINER, "spiffy-tw-w-6 spiffy-tw-h-6 spiffy-tw-relative", className);
19
+ (0, react.useEffect)(() => {
20
+ if (!animate) {
21
+ setMainStarScale(1);
22
+ setSmallStar1Scale(1);
23
+ setSmallStar2Scale(1);
24
+ }
25
+ }, [animate]);
26
+ (0, react.useEffect)(() => {
27
+ if (!animate) return;
28
+ const newScale = mainStarScale === 1 ? 0 : 1;
29
+ setTimeout(() => setMainStarScale(newScale), ANIMATION_CYCLE_TIME);
30
+ setTimeout(() => setSmallStar1Scale(newScale), ANIMATION_CYCLE_TIME + STAR_DELAY_OFFSET);
31
+ setTimeout(() => setSmallStar2Scale(newScale), ANIMATION_CYCLE_TIME + 2 * STAR_DELAY_OFFSET);
32
+ }, [mainStarScale, animate]);
33
+ const starTransition = {
34
+ duration: .3,
35
+ ease: "easeOut"
36
+ };
37
+ return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
38
+ className: containerClasses,
39
+ children: [
40
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
41
+ className: (0, classnames.default)(require_types.SparkleAnimationOverride.STAR_ONE_CONTAINER, "spiffy-tw-left-0 spiffy-tw-absolute -spiffy-tw-top-[2px]"),
42
+ children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(framer_motion.motion.div, {
43
+ animate: { scale: mainStarScale },
44
+ transition: starTransition,
45
+ children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(__envive_ai_react_icons_FourPointStar.default, {
46
+ fill: color,
47
+ className: "spiffy-tw-inline-block spiffy-tw-h-4 spiffy-tw-w-4"
48
+ })
49
+ })
50
+ }),
51
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
52
+ className: (0, classnames.default)(require_types.SparkleAnimationOverride.STAR_TWO_CONTAINER, "spiffy-tw-absolute -spiffy-tw-top-[7px] spiffy-tw-left-[10px]"),
53
+ children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(framer_motion.motion.div, {
54
+ animate: { scale: smallStar1Scale },
55
+ transition: starTransition,
56
+ children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(__envive_ai_react_icons_FourPointStar.default, {
57
+ fill: color,
58
+ className: "spiffy-tw-inline-block spiffy-tw-h-2 spiffy-tw-w-2"
59
+ })
60
+ })
61
+ }),
62
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
63
+ className: (0, classnames.default)(require_types.SparkleAnimationOverride.STAR_THREE_CONTAINER, "spiffy-tw-absolute spiffy-tw-left-[12px] spiffy-tw-top-[1px]"),
64
+ children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(framer_motion.motion.div, {
65
+ animate: { scale: smallStar2Scale },
66
+ transition: starTransition,
67
+ children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(__envive_ai_react_icons_FourPointStar.default, {
68
+ fill: color,
69
+ className: "spiffy-tw-inline-block spiffy-tw-h-2 spiffy-tw-w-2"
70
+ })
71
+ })
72
+ })
73
+ ]
74
+ });
75
+ };
76
+
77
+ //#endregion
78
+ exports.SparkleAnimation = SparkleAnimation;
@@ -0,0 +1,15 @@
1
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
2
+
3
+ //#region src/components/SparkleAnimation/SparkleAnimation.d.ts
4
+ interface SparkleAnimationProps {
5
+ color: string;
6
+ className?: string;
7
+ animate?: boolean;
8
+ }
9
+ declare const SparkleAnimation: ({
10
+ color,
11
+ className,
12
+ animate
13
+ }: SparkleAnimationProps) => react_jsx_runtime0.JSX.Element;
14
+ //#endregion
15
+ export { SparkleAnimation };
@@ -0,0 +1,15 @@
1
+ import * as react_jsx_runtime1 from "react/jsx-runtime";
2
+
3
+ //#region src/components/SparkleAnimation/SparkleAnimation.d.ts
4
+ interface SparkleAnimationProps {
5
+ color: string;
6
+ className?: string;
7
+ animate?: boolean;
8
+ }
9
+ declare const SparkleAnimation: ({
10
+ color,
11
+ className,
12
+ animate
13
+ }: SparkleAnimationProps) => react_jsx_runtime1.JSX.Element;
14
+ //#endregion
15
+ export { SparkleAnimation };
@@ -1,19 +1,10 @@
1
- import { t as FourPointStar_default } from "./FourPointStar-3DqnYmfN.js";
1
+ import { SparkleAnimationOverride } from "./types.js";
2
2
  import { useEffect, useState } from "react";
3
3
  import { motion } from "framer-motion";
4
4
  import classNames from "classnames";
5
5
  import { jsx, jsxs } from "react/jsx-runtime";
6
+ import FourPointStar from "@envive-ai/react-icons/FourPointStar";
6
7
 
7
- //#region src/components/SparkleAnimation/types.ts
8
- let SparkleAnimationOverride = /* @__PURE__ */ function(SparkleAnimationOverride$1) {
9
- SparkleAnimationOverride$1["CONTAINER"] = "spiffy-sparkle-animation-container";
10
- SparkleAnimationOverride$1["STAR_ONE_CONTAINER"] = "spiffy-sparkle-animation-star-one-container";
11
- SparkleAnimationOverride$1["STAR_TWO_CONTAINER"] = "spiffy-sparkle-animation-star-two-container";
12
- SparkleAnimationOverride$1["STAR_THREE_CONTAINER"] = "spiffy-sparkle-animation-star-three-container";
13
- return SparkleAnimationOverride$1;
14
- }({});
15
-
16
- //#endregion
17
8
  //#region src/components/SparkleAnimation/SparkleAnimation.tsx
18
9
  const ANIMATION_CYCLE_TIME = 1e3;
19
10
  const STAR_DELAY_OFFSET = 250;
@@ -44,13 +35,13 @@ const SparkleAnimation = ({ color, className, animate = true }) => {
44
35
  className: containerClasses,
45
36
  children: [
46
37
  /* @__PURE__ */ jsx("div", {
47
- className: classNames(SparkleAnimationOverride.STAR_ONE_CONTAINER, "spiffy-tw-absolute -spiffy-tw-top-[2px] spiffy-tw-left-0"),
38
+ className: classNames(SparkleAnimationOverride.STAR_ONE_CONTAINER, "spiffy-tw-left-0 spiffy-tw-absolute -spiffy-tw-top-[2px]"),
48
39
  children: /* @__PURE__ */ jsx(motion.div, {
49
40
  animate: { scale: mainStarScale },
50
41
  transition: starTransition,
51
- children: /* @__PURE__ */ jsx(FourPointStar_default, {
42
+ children: /* @__PURE__ */ jsx(FourPointStar, {
52
43
  fill: color,
53
- className: "spiffy-tw-w-4 spiffy-tw-h-4 spiffy-tw-inline-block"
44
+ className: "spiffy-tw-inline-block spiffy-tw-h-4 spiffy-tw-w-4"
54
45
  })
55
46
  })
56
47
  }),
@@ -59,20 +50,20 @@ const SparkleAnimation = ({ color, className, animate = true }) => {
59
50
  children: /* @__PURE__ */ jsx(motion.div, {
60
51
  animate: { scale: smallStar1Scale },
61
52
  transition: starTransition,
62
- children: /* @__PURE__ */ jsx(FourPointStar_default, {
53
+ children: /* @__PURE__ */ jsx(FourPointStar, {
63
54
  fill: color,
64
- className: "spiffy-tw-w-2 spiffy-tw-h-2 spiffy-tw-inline-block"
55
+ className: "spiffy-tw-inline-block spiffy-tw-h-2 spiffy-tw-w-2"
65
56
  })
66
57
  })
67
58
  }),
68
59
  /* @__PURE__ */ jsx("div", {
69
- className: classNames(SparkleAnimationOverride.STAR_THREE_CONTAINER, "spiffy-tw-absolute spiffy-tw-top-[1px] spiffy-tw-left-[12px]"),
60
+ className: classNames(SparkleAnimationOverride.STAR_THREE_CONTAINER, "spiffy-tw-absolute spiffy-tw-left-[12px] spiffy-tw-top-[1px]"),
70
61
  children: /* @__PURE__ */ jsx(motion.div, {
71
62
  animate: { scale: smallStar2Scale },
72
63
  transition: starTransition,
73
- children: /* @__PURE__ */ jsx(FourPointStar_default, {
64
+ children: /* @__PURE__ */ jsx(FourPointStar, {
74
65
  fill: color,
75
- className: "spiffy-tw-w-2 spiffy-tw-h-2 spiffy-tw-inline-block"
66
+ className: "spiffy-tw-inline-block spiffy-tw-h-2 spiffy-tw-w-2"
76
67
  })
77
68
  })
78
69
  })
@@ -81,4 +72,4 @@ const SparkleAnimation = ({ color, className, animate = true }) => {
81
72
  };
82
73
 
83
74
  //#endregion
84
- export { SparkleAnimationOverride as n, SparkleAnimation as t };
75
+ export { SparkleAnimation };
@@ -1,6 +1,5 @@
1
- require('../../jsx-runtime-Dg2m6dxZ-B-pkyyHT.cjs');
2
- require('../../FourPointStar-AQ9OSu0S.cjs');
3
- const require_SparkleAnimation = require('../../SparkleAnimation-BikAiAmb.cjs');
1
+ const require_types = require('./types.cjs');
2
+ const require_SparkleAnimation = require('./SparkleAnimation.cjs');
4
3
 
5
4
  exports.SparkleAnimation = require_SparkleAnimation.SparkleAnimation;
6
- exports.SparkleAnimationOverride = require_SparkleAnimation.SparkleAnimationOverride;
5
+ exports.SparkleAnimationOverride = require_types.SparkleAnimationOverride;
@@ -0,0 +1,3 @@
1
+ import { SparkleAnimation } from "./SparkleAnimation.cjs";
2
+ import { SparkleAnimationOverride } from "./types.cjs";
3
+ export { SparkleAnimation, SparkleAnimationOverride };
@@ -0,0 +1,3 @@
1
+ import { SparkleAnimation } from "./SparkleAnimation.js";
2
+ import { SparkleAnimationOverride } from "./types.js";
3
+ export { SparkleAnimation, SparkleAnimationOverride };
@@ -1,5 +1,4 @@
1
- import "../../jsx-runtime-Dg2m6dxZ-CU_SzTu4.js";
2
- import "../../FourPointStar-3DqnYmfN.js";
3
- import { n as SparkleAnimationOverride, t as SparkleAnimation } from "../../SparkleAnimation-szzXiTam.js";
1
+ import { SparkleAnimationOverride } from "./types.js";
2
+ import { SparkleAnimation } from "./SparkleAnimation.js";
4
3
 
5
4
  export { SparkleAnimation, SparkleAnimationOverride };
@@ -0,0 +1,12 @@
1
+
2
+ //#region src/components/SparkleAnimation/types.ts
3
+ let SparkleAnimationOverride = /* @__PURE__ */ function(SparkleAnimationOverride$1) {
4
+ SparkleAnimationOverride$1["CONTAINER"] = "spiffy-sparkle-animation-container";
5
+ SparkleAnimationOverride$1["STAR_ONE_CONTAINER"] = "spiffy-sparkle-animation-star-one-container";
6
+ SparkleAnimationOverride$1["STAR_TWO_CONTAINER"] = "spiffy-sparkle-animation-star-two-container";
7
+ SparkleAnimationOverride$1["STAR_THREE_CONTAINER"] = "spiffy-sparkle-animation-star-three-container";
8
+ return SparkleAnimationOverride$1;
9
+ }({});
10
+
11
+ //#endregion
12
+ exports.SparkleAnimationOverride = SparkleAnimationOverride;
@@ -0,0 +1,9 @@
1
+ //#region src/components/SparkleAnimation/types.d.ts
2
+ declare enum SparkleAnimationOverride {
3
+ CONTAINER = "spiffy-sparkle-animation-container",
4
+ STAR_ONE_CONTAINER = "spiffy-sparkle-animation-star-one-container",
5
+ STAR_TWO_CONTAINER = "spiffy-sparkle-animation-star-two-container",
6
+ STAR_THREE_CONTAINER = "spiffy-sparkle-animation-star-three-container",
7
+ }
8
+ //#endregion
9
+ export { SparkleAnimationOverride };
@@ -0,0 +1,9 @@
1
+ //#region src/components/SparkleAnimation/types.d.ts
2
+ declare enum SparkleAnimationOverride {
3
+ CONTAINER = "spiffy-sparkle-animation-container",
4
+ STAR_ONE_CONTAINER = "spiffy-sparkle-animation-star-one-container",
5
+ STAR_TWO_CONTAINER = "spiffy-sparkle-animation-star-two-container",
6
+ STAR_THREE_CONTAINER = "spiffy-sparkle-animation-star-three-container",
7
+ }
8
+ //#endregion
9
+ export { SparkleAnimationOverride };
@@ -0,0 +1,11 @@
1
+ //#region src/components/SparkleAnimation/types.ts
2
+ let SparkleAnimationOverride = /* @__PURE__ */ function(SparkleAnimationOverride$1) {
3
+ SparkleAnimationOverride$1["CONTAINER"] = "spiffy-sparkle-animation-container";
4
+ SparkleAnimationOverride$1["STAR_ONE_CONTAINER"] = "spiffy-sparkle-animation-star-one-container";
5
+ SparkleAnimationOverride$1["STAR_TWO_CONTAINER"] = "spiffy-sparkle-animation-star-two-container";
6
+ SparkleAnimationOverride$1["STAR_THREE_CONTAINER"] = "spiffy-sparkle-animation-star-three-container";
7
+ return SparkleAnimationOverride$1;
8
+ }({});
9
+
10
+ //#endregion
11
+ export { SparkleAnimationOverride };
@@ -1,6 +1,6 @@
1
- const require_chunk = require('./chunk-CUT6urMc.cjs');
1
+ const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
2
2
  let classnames = require("classnames");
3
- classnames = require_chunk.__toESM(classnames);
3
+ classnames = require_rolldown_runtime.__toESM(classnames);
4
4
  let react_jsx_runtime = require("react/jsx-runtime");
5
5
 
6
6
  //#region src/components/Spinner/Spinner.tsx
@@ -37,9 +37,4 @@ const Spinner = ({ className }) => {
37
37
  };
38
38
 
39
39
  //#endregion
40
- Object.defineProperty(exports, 'Spinner', {
41
- enumerable: true,
42
- get: function () {
43
- return Spinner;
44
- }
45
- });
40
+ exports.Spinner = Spinner;
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime23 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime30 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/Spinner/Spinner.d.ts
4
4
  type SpinnerProps = {
@@ -6,6 +6,6 @@ type SpinnerProps = {
6
6
  };
7
7
  declare const Spinner: ({
8
8
  className
9
- }: SpinnerProps) => react_jsx_runtime23.JSX.Element;
9
+ }: SpinnerProps) => react_jsx_runtime30.JSX.Element;
10
10
  //#endregion
11
11
  export { Spinner };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime19 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime2 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/Spinner/Spinner.d.ts
4
4
  type SpinnerProps = {
@@ -6,6 +6,6 @@ type SpinnerProps = {
6
6
  };
7
7
  declare const Spinner: ({
8
8
  className
9
- }: SpinnerProps) => react_jsx_runtime19.JSX.Element;
9
+ }: SpinnerProps) => react_jsx_runtime2.JSX.Element;
10
10
  //#endregion
11
11
  export { Spinner };
@@ -35,4 +35,4 @@ const Spinner = ({ className }) => {
35
35
  };
36
36
 
37
37
  //#endregion
38
- export { Spinner as t };
38
+ export { Spinner };
@@ -1,3 +1,3 @@
1
- const require_Spinner = require('../../Spinner-7HblFCja.cjs');
1
+ const require_Spinner = require('./Spinner.cjs');
2
2
 
3
3
  exports.Spinner = require_Spinner.Spinner;
@@ -0,0 +1,2 @@
1
+ import { Spinner } from "./Spinner.cjs";
2
+ export { Spinner };
@@ -0,0 +1,2 @@
1
+ import { Spinner } from "./Spinner.js";
2
+ export { Spinner };
@@ -1,3 +1,3 @@
1
- import { t as Spinner } from "../../Spinner-OFbXMms8.js";
1
+ import { Spinner } from "./Spinner.js";
2
2
 
3
3
  export { Spinner };
@@ -0,0 +1,195 @@
1
+ const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
2
+ const require_ButtonBase = require('../ButtonBase/ButtonBase.cjs');
3
+ let classnames = require("classnames");
4
+ classnames = require_rolldown_runtime.__toESM(classnames);
5
+ let react_jsx_runtime = require("react/jsx-runtime");
6
+ let __envive_ai_react_icons_OutlinedStar = require("@envive-ai/react-icons/OutlinedStar");
7
+ __envive_ai_react_icons_OutlinedStar = require_rolldown_runtime.__toESM(__envive_ai_react_icons_OutlinedStar);
8
+ let __envive_ai_react_icons_FourPointStar = require("@envive-ai/react-icons/FourPointStar");
9
+ __envive_ai_react_icons_FourPointStar = require_rolldown_runtime.__toESM(__envive_ai_react_icons_FourPointStar);
10
+
11
+ //#region src/components/SuggestionButton/SuggestionButton.tsx
12
+ const SPIFFY_SUGGESTION_BUTTON_QUESTION_CLASS = "spiffy-suggestion-button-question-class";
13
+ const SPIFFY_SUGGESTION_BUTTON_ANSWER_CLASS = "spiffy-suggestion-button-answer-class";
14
+ const SPIFFY_SUGGESTION_BUTTON_TEXT_CLASS = "spiffy-suggestion-button-text-class";
15
+ const BORDER_CLASS = "spiffy-tw-border";
16
+ const TEXT_LINK_CLASSES = [
17
+ "spiffy-tw-text-[--spiffy-colors-text-link]",
18
+ "spiffy-tw-fill-[--spiffy-colors-text-link]",
19
+ "spiffy-tw-stroke-[--spiffy-colors-text-link]"
20
+ ];
21
+ const TEXT_LIGHT_CLASSES = [
22
+ "spiffy-tw-text-[--spiffy-colors-text-light]",
23
+ "spiffy-tw-fill-[--spiffy-colors-text-light]",
24
+ "spiffy-tw-stroke-[--spiffy-colors-text-light]"
25
+ ];
26
+ const TEXT_PRIMARY_CLASSES = [
27
+ "spiffy-tw-text-[--spiffy-colors-text-primary]",
28
+ "spiffy-tw-fill-[--spiffy-colors-text-primary]",
29
+ "spiffy-tw-stroke-[--spiffy-colors-text-primary]"
30
+ ];
31
+ const ACCENT_PRIMARY_CLASSES = ["spiffy-tw-fill-[--spiffy-colors-accent-primary]", "spiffy-tw-stroke-[--spiffy-colors-accent-primary]"];
32
+ const DARK_BACKGROUND_CLASSES = ["spiffy-tw-bg-[--spiffy-colors-background-dark]", "spiffy-tw-border-[--spiffy-colors-background-dark]"];
33
+ const SECONDARY_DARK_BACKGROUND_CLASSES = ["spiffy-tw-bg-[--spiffy-colors-background-secondary-dark]", "spiffy-tw-border-[--spiffy-colors-background-secondary-dark]"];
34
+ const variantClassMap = new Map([
35
+ ["outlined", ["spiffy-tw-border-[--spiffy-colors-border-outline]", ...TEXT_LINK_CLASSES]],
36
+ ["outlinedLight", [
37
+ "spiffy-tw-border-[--spiffy-colors-border-outline]",
38
+ "spiffy-tw-bg-[--spiffy-colors-background-light]",
39
+ ...TEXT_LINK_CLASSES,
40
+ BORDER_CLASS
41
+ ]],
42
+ ["primary", [
43
+ "spiffy-tw-bg-[--spiffy-colors-background-primary]",
44
+ "spiffy-tw-border-[--spiffy-colors-background-primary]",
45
+ ...TEXT_LIGHT_CLASSES,
46
+ BORDER_CLASS
47
+ ]],
48
+ ["secondary", [
49
+ "spiffy-tw-bg-[--spiffy-colors-background-secondary]",
50
+ "spiffy-tw-text-[--spiffy-colors-text-link]",
51
+ "spiffy-tw-border-[--spiffy-colors-background-secondary]",
52
+ ...ACCENT_PRIMARY_CLASSES,
53
+ BORDER_CLASS
54
+ ]],
55
+ ["tertiary", [
56
+ "spiffy-tw-bg-[--spiffy-colors-background-tertiary]",
57
+ "spiffy-tw-border-[--spiffy-colors-background-tertiary]",
58
+ ...TEXT_LINK_CLASSES,
59
+ BORDER_CLASS
60
+ ]],
61
+ ["dark", [
62
+ ...DARK_BACKGROUND_CLASSES,
63
+ ...TEXT_LIGHT_CLASSES,
64
+ BORDER_CLASS
65
+ ]],
66
+ ["darkPrimary", [
67
+ ...DARK_BACKGROUND_CLASSES,
68
+ "spiffy-tw-text-[--spiffy-colors-text-light]",
69
+ ...ACCENT_PRIMARY_CLASSES,
70
+ BORDER_CLASS
71
+ ]],
72
+ ["darkAccent", [
73
+ ...DARK_BACKGROUND_CLASSES,
74
+ "spiffy-tw-text-[--spiffy-colors-text-light]",
75
+ "spiffy-tw-fill-[--spiffy-colors-text-accent]",
76
+ "spiffy-tw-stroke-[--spiffy-colors-text-accent]",
77
+ BORDER_CLASS
78
+ ]],
79
+ ["darkAccentContrast", [
80
+ ...DARK_BACKGROUND_CLASSES,
81
+ "spiffy-tw-text-[--spiffy-colors-text-light]",
82
+ "spiffy-tw-fill-[--spiffy-colors-accent-primary]",
83
+ "spiffy-tw-stroke-[--spiffy-colors-accent-primary]",
84
+ BORDER_CLASS
85
+ ]],
86
+ ["transparent", [
87
+ "spiffy-tw-bg-transparent",
88
+ "spiffy-tw-border-[--spiffy-colors-background-light]",
89
+ "spiffy-tw-text-[--spiffy-colors-text-light]",
90
+ "spiffy-tw-fill-transparent",
91
+ "spiffy-tw-stroke-[--spiffy-colors-text-light]",
92
+ BORDER_CLASS
93
+ ]],
94
+ ["transparentDark", [
95
+ "spiffy-tw-bg-transparent",
96
+ "spiffy-tw-border-[--spiffy-colors-border-light]",
97
+ "spiffy-tw-text-[--spiffy-colors-text-primary]",
98
+ "spiffy-tw-fill-transparent",
99
+ "spiffy-tw-stroke-[--spiffy-colors-text-primary]",
100
+ BORDER_CLASS
101
+ ]],
102
+ ["secondaryDark", [
103
+ ...SECONDARY_DARK_BACKGROUND_CLASSES,
104
+ ...TEXT_LINK_CLASSES,
105
+ BORDER_CLASS
106
+ ]],
107
+ ["secondaryAccent", [
108
+ ...SECONDARY_DARK_BACKGROUND_CLASSES,
109
+ "spiffy-tw-text-[--spiffy-colors-text-link]",
110
+ ...ACCENT_PRIMARY_CLASSES,
111
+ BORDER_CLASS
112
+ ]],
113
+ ["lightDark", [
114
+ "spiffy-tw-bg-[--spiffy-colors-background-light]",
115
+ "spiffy-tw-border-[--spiffy-colors-background-dark]",
116
+ ...TEXT_PRIMARY_CLASSES,
117
+ BORDER_CLASS
118
+ ]]
119
+ ]);
120
+ const Icon = ({ isAnswer, variant }) => {
121
+ if (isAnswer) return void 0;
122
+ if (variant === "transparentDark") return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(__envive_ai_react_icons_OutlinedStar.default, {});
123
+ return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(__envive_ai_react_icons_FourPointStar.default, {});
124
+ };
125
+ const borderedVariants = [
126
+ "outlined",
127
+ "outlinedLight",
128
+ "primary",
129
+ "secondary",
130
+ "tertiary",
131
+ "dark",
132
+ "darkAccent",
133
+ "darkAccentContrast",
134
+ "darkPrimary",
135
+ "transparent",
136
+ "transparentDark",
137
+ "secondaryDark",
138
+ "secondaryAccent",
139
+ "lightDark"
140
+ ];
141
+ const hoverTransform = (variantClass) => variantClass?.map((className) => `hover:${className}`);
142
+ const SuggestionButton = ({ variant, hoverVariant, isDisabled, content, boldText, borderRadius = "lg", isAnswer = false, dataAttributes, dataTestId, onClick }) => {
143
+ const buttonClassName = (0, classnames.default)({
144
+ [SPIFFY_SUGGESTION_BUTTON_QUESTION_CLASS]: !isAnswer,
145
+ [SPIFFY_SUGGESTION_BUTTON_ANSWER_CLASS]: isAnswer,
146
+ "!spiffy-tw-rounded-[20px]": borderRadius === "lg",
147
+ "!spiffy-tw-rounded-[8px]": borderRadius === "md",
148
+ "!spiffy-tw-rounded-[0px]": borderRadius === "sm",
149
+ "spiffy-tw-border-[1px]": borderedVariants.includes(variant),
150
+ "spiffy-tw-border-solid": borderedVariants.includes(variant)
151
+ });
152
+ const textClassName = (0, classnames.default)({
153
+ "spiffy-tw-text-[14px]": true,
154
+ "spiffy-tw-leading-[100%]": true,
155
+ "!spiffy-tw-font-bold": boldText
156
+ });
157
+ const iconClass = (0, classnames.default)({
158
+ "spiffy-tw-w-[11px]": true,
159
+ "spiffy-tw-h-[11px]": true,
160
+ "spiffy-tw-stroke-inherit": true,
161
+ "spiffy-tw-fill-inherit": true
162
+ });
163
+ const baseClasses = variantClassMap.get(variant) ?? [];
164
+ const hoverClasses = variantClassMap.get(hoverVariant) ?? [];
165
+ const baseBorderClasses = baseClasses.filter((cls) => cls.includes("border"));
166
+ const baseNonBorderClasses = baseClasses.filter((cls) => !cls.includes("border"));
167
+ const hoverBorderClasses = hoverClasses.filter((cls) => cls.includes("border"));
168
+ const hoverNonBorderClasses = hoverClasses.filter((cls) => !cls.includes("border"));
169
+ const buttonClass = `${buttonClassName} ${[
170
+ ...baseNonBorderClasses,
171
+ ...hoverTransform(hoverNonBorderClasses),
172
+ ...baseBorderClasses,
173
+ ...hoverTransform(hoverBorderClasses)
174
+ ].join(" ")}`;
175
+ return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_ButtonBase.ButtonBase, {
176
+ text: content,
177
+ dataAttributes,
178
+ dataTestId,
179
+ isDisabled,
180
+ icon: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(Icon, {
181
+ isAnswer,
182
+ variant
183
+ }),
184
+ iconClass: isAnswer ? void 0 : iconClass,
185
+ textClass: `${SPIFFY_SUGGESTION_BUTTON_TEXT_CLASS} ${textClassName}`,
186
+ buttonClass,
187
+ onClick
188
+ });
189
+ };
190
+
191
+ //#endregion
192
+ exports.SPIFFY_SUGGESTION_BUTTON_ANSWER_CLASS = SPIFFY_SUGGESTION_BUTTON_ANSWER_CLASS;
193
+ exports.SPIFFY_SUGGESTION_BUTTON_QUESTION_CLASS = SPIFFY_SUGGESTION_BUTTON_QUESTION_CLASS;
194
+ exports.SPIFFY_SUGGESTION_BUTTON_TEXT_CLASS = SPIFFY_SUGGESTION_BUTTON_TEXT_CLASS;
195
+ exports.SuggestionButton = SuggestionButton;
@@ -1,14 +1,11 @@
1
- import * as react_jsx_runtime2 from "react/jsx-runtime";
2
- import { TestProps } from "@envive-ai/react-hooks/types";
1
+ import { SuggestionButtonVariant } from "./types.cjs";
2
+ import * as react_jsx_runtime1 from "react/jsx-runtime";
3
3
 
4
- //#region src/components/SuggestionButton/types.d.ts
5
- type SuggestionButtonVariant = 'outlined' | 'outlinedLight' | 'primary' | 'secondary' | 'tertiary' | 'dark' | 'darkAccent' | 'darkAccentContrast' | 'darkPrimary' | 'secondaryDark' | 'secondaryAccent' | 'transparent' | 'transparentDark' | 'lightDark';
6
- //#endregion
7
4
  //#region src/components/SuggestionButton/SuggestionButton.d.ts
8
5
  declare const SPIFFY_SUGGESTION_BUTTON_QUESTION_CLASS = "spiffy-suggestion-button-question-class";
9
6
  declare const SPIFFY_SUGGESTION_BUTTON_ANSWER_CLASS = "spiffy-suggestion-button-answer-class";
10
7
  declare const SPIFFY_SUGGESTION_BUTTON_TEXT_CLASS = "spiffy-suggestion-button-text-class";
11
- interface SuggestionButtonProps extends TestProps {
8
+ interface SuggestionButtonProps {
12
9
  variant: SuggestionButtonVariant;
13
10
  hoverVariant: SuggestionButtonVariant;
14
11
  isDisabled: boolean;
@@ -18,6 +15,7 @@ interface SuggestionButtonProps extends TestProps {
18
15
  isAnswer?: boolean;
19
16
  dataAttributes?: Record<string, string>;
20
17
  onClick: () => void;
18
+ dataTestId?: string;
21
19
  }
22
20
  declare const SuggestionButton: ({
23
21
  variant,
@@ -30,6 +28,6 @@ declare const SuggestionButton: ({
30
28
  dataAttributes,
31
29
  dataTestId,
32
30
  onClick
33
- }: SuggestionButtonProps) => react_jsx_runtime2.JSX.Element;
31
+ }: SuggestionButtonProps) => react_jsx_runtime1.JSX.Element;
34
32
  //#endregion
35
- export { SPIFFY_SUGGESTION_BUTTON_ANSWER_CLASS, SPIFFY_SUGGESTION_BUTTON_QUESTION_CLASS, SPIFFY_SUGGESTION_BUTTON_TEXT_CLASS, SuggestionButton, SuggestionButtonVariant };
33
+ export { SPIFFY_SUGGESTION_BUTTON_ANSWER_CLASS, SPIFFY_SUGGESTION_BUTTON_QUESTION_CLASS, SPIFFY_SUGGESTION_BUTTON_TEXT_CLASS, SuggestionButton };
@@ -1,14 +1,11 @@
1
- import * as react_jsx_runtime13 from "react/jsx-runtime";
2
- import { TestProps } from "@envive-ai/react-hooks/types";
1
+ import { SuggestionButtonVariant } from "./types.js";
2
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
3
3
 
4
- //#region src/components/SuggestionButton/types.d.ts
5
- type SuggestionButtonVariant = 'outlined' | 'outlinedLight' | 'primary' | 'secondary' | 'tertiary' | 'dark' | 'darkAccent' | 'darkAccentContrast' | 'darkPrimary' | 'secondaryDark' | 'secondaryAccent' | 'transparent' | 'transparentDark' | 'lightDark';
6
- //#endregion
7
4
  //#region src/components/SuggestionButton/SuggestionButton.d.ts
8
5
  declare const SPIFFY_SUGGESTION_BUTTON_QUESTION_CLASS = "spiffy-suggestion-button-question-class";
9
6
  declare const SPIFFY_SUGGESTION_BUTTON_ANSWER_CLASS = "spiffy-suggestion-button-answer-class";
10
7
  declare const SPIFFY_SUGGESTION_BUTTON_TEXT_CLASS = "spiffy-suggestion-button-text-class";
11
- interface SuggestionButtonProps extends TestProps {
8
+ interface SuggestionButtonProps {
12
9
  variant: SuggestionButtonVariant;
13
10
  hoverVariant: SuggestionButtonVariant;
14
11
  isDisabled: boolean;
@@ -18,6 +15,7 @@ interface SuggestionButtonProps extends TestProps {
18
15
  isAnswer?: boolean;
19
16
  dataAttributes?: Record<string, string>;
20
17
  onClick: () => void;
18
+ dataTestId?: string;
21
19
  }
22
20
  declare const SuggestionButton: ({
23
21
  variant,
@@ -30,6 +28,6 @@ declare const SuggestionButton: ({
30
28
  dataAttributes,
31
29
  dataTestId,
32
30
  onClick
33
- }: SuggestionButtonProps) => react_jsx_runtime13.JSX.Element;
31
+ }: SuggestionButtonProps) => react_jsx_runtime0.JSX.Element;
34
32
  //#endregion
35
- export { SPIFFY_SUGGESTION_BUTTON_ANSWER_CLASS, SPIFFY_SUGGESTION_BUTTON_QUESTION_CLASS, SPIFFY_SUGGESTION_BUTTON_TEXT_CLASS, SuggestionButton, SuggestionButtonVariant };
33
+ export { SPIFFY_SUGGESTION_BUTTON_ANSWER_CLASS, SPIFFY_SUGGESTION_BUTTON_QUESTION_CLASS, SPIFFY_SUGGESTION_BUTTON_TEXT_CLASS, SuggestionButton };