@popsure/dirty-swan 0.53.3 → 0.53.5

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 (982) hide show
  1. package/dist/cjs/index.d.ts +2 -2
  2. package/dist/cjs/index.js +639 -237
  3. package/dist/cjs/index.js.map +1 -1
  4. package/dist/cjs/lib/components/button/index.d.ts +1 -1
  5. package/dist/cjs/lib/components/button/index.stories.d.ts +1 -1
  6. package/dist/cjs/lib/components/icon/IconWrapper/IconWrapper.d.ts +4 -4
  7. package/dist/cjs/lib/components/icon/icons/ZapFilled.d.ts +4 -0
  8. package/dist/cjs/lib/components/icon/icons/index.d.ts +1 -0
  9. package/dist/cjs/lib/components/icon/index.stories.d.ts +1 -1
  10. package/dist/cjs/lib/components/input/index.d.ts +1 -1
  11. package/dist/cjs/lib/components/input/input.stories.d.ts +1 -1
  12. package/dist/cjs/lib/components/table/Table.d.ts +18 -0
  13. package/dist/cjs/lib/components/table/Table.stories.d.ts +59 -0
  14. package/dist/cjs/lib/components/table/Table.test.d.ts +1 -0
  15. package/dist/cjs/lib/components/table/components/TableCell/BaseCell/BaseCell.d.ts +17 -0
  16. package/dist/cjs/lib/components/table/components/TableCell/BaseCell/BaseCell.stories.d.ts +22 -0
  17. package/dist/cjs/lib/components/table/components/TableCell/BaseCell/MiniProgressBar/MiniProgressBar.d.ts +3 -0
  18. package/dist/cjs/lib/components/table/components/TableCell/BaseCell/MiniProgressBar/MiniProgressBar.stories.d.ts +25 -0
  19. package/dist/cjs/lib/components/table/components/TableCell/ButtonCell/ButtonCell.d.ts +9 -0
  20. package/dist/cjs/lib/components/table/components/TableCell/ButtonCell/ButtonCell.stories.d.ts +17 -0
  21. package/dist/cjs/lib/components/table/components/TableCell/CTACell/CTACell.d.ts +10 -0
  22. package/dist/cjs/lib/components/table/components/TableCell/CTACell/CTACell.stories.d.ts +18 -0
  23. package/dist/cjs/lib/components/table/components/TableCell/TableCell.d.ts +10 -0
  24. package/dist/cjs/lib/components/table/components/TableCell/TableCell.test.d.ts +1 -0
  25. package/dist/cjs/lib/components/table/components/TableContents/Collapsible.d.ts +8 -0
  26. package/dist/cjs/lib/components/table/components/TableContents/TableContents.d.ts +13 -0
  27. package/dist/cjs/lib/components/table/components/TableContents/TableContents.test.d.ts +1 -0
  28. package/dist/cjs/lib/components/table/components/TableControls/TableControls.d.ts +10 -0
  29. package/dist/cjs/lib/components/table/components/TableControls/TableControls.test.d.ts +1 -0
  30. package/dist/cjs/lib/components/table/components/TableSection/TableSection.d.ts +13 -0
  31. package/dist/cjs/lib/components/table/components/TableSection/TableSection.test.d.ts +1 -0
  32. package/dist/cjs/lib/components/table/types.d.ts +34 -0
  33. package/dist/cjs/lib/components/table/utils/useScrollSync/useScrollSync.d.ts +2 -0
  34. package/dist/cjs/lib/components/table/utils/useScrollSync/useScrollSync.test.d.ts +1 -0
  35. package/dist/cjs/lib/components/table/utils/useTableNavigation/useTableNavigation.d.ts +12 -0
  36. package/dist/cjs/lib/components/table/utils/useTableNavigation/useTableNavigation.test.d.ts +1 -0
  37. package/dist/cjs/lib/hooks/useMediaQuery.d.ts +8 -0
  38. package/dist/cjs/lib/index.d.ts +3 -2
  39. package/dist/esm/{Calendar-da0c3e4e.js → Calendar-b3696fae.js} +2 -2
  40. package/dist/esm/{Calendar-da0c3e4e.js.map → Calendar-b3696fae.js.map} +1 -1
  41. package/dist/esm/Collapsible-a355828b.js +66 -0
  42. package/dist/esm/Collapsible-a355828b.js.map +1 -0
  43. package/dist/esm/TableSection-f6d0028e.js +80 -0
  44. package/dist/esm/TableSection-f6d0028e.js.map +1 -0
  45. package/dist/esm/{_commonjsHelpers-e7f67fd8.js → _commonjsHelpers-4730bd53.js} +6 -2
  46. package/dist/esm/_commonjsHelpers-4730bd53.js.map +1 -0
  47. package/dist/esm/components/accordion/index.js +2 -3
  48. package/dist/esm/components/accordion/index.js.map +1 -1
  49. package/dist/esm/components/autocompleteAddress/index.js +2 -2
  50. package/dist/esm/components/autocompleteAddress/index.stories.js +2 -2
  51. package/dist/esm/components/autocompleteAddress/index.test.js +3 -3
  52. package/dist/esm/components/badge/index.test.js +2 -2
  53. package/dist/esm/components/button/index.test.js +2 -2
  54. package/dist/esm/components/cards/card/index.js +2 -2
  55. package/dist/esm/components/cards/card/index.js.map +1 -1
  56. package/dist/esm/components/cards/index.js +1 -1
  57. package/dist/esm/components/cards/index.js.map +1 -1
  58. package/dist/esm/components/chip/index.js +1 -0
  59. package/dist/esm/components/chip/index.js.map +1 -1
  60. package/dist/esm/components/comparisonTable/components/TableButton/index.js +1 -0
  61. package/dist/esm/components/comparisonTable/components/TableButton/index.js.map +1 -1
  62. package/dist/esm/components/comparisonTable/components/TableButton/index.test.js +3 -3
  63. package/dist/esm/components/comparisonTable/components/TableInfoButton/index.js +1 -0
  64. package/dist/esm/components/comparisonTable/components/TableInfoButton/index.js.map +1 -1
  65. package/dist/esm/components/comparisonTable/components/TableRowHeader/index.js +1 -0
  66. package/dist/esm/components/comparisonTable/components/TableRowHeader/index.js.map +1 -1
  67. package/dist/esm/components/comparisonTable/components/TableRowHeader/index.test.js +3 -3
  68. package/dist/esm/components/comparisonTable/index.js +6 -1529
  69. package/dist/esm/components/comparisonTable/index.js.map +1 -1
  70. package/dist/esm/components/comparisonTable/index.stories.js +4 -3
  71. package/dist/esm/components/comparisonTable/index.stories.js.map +1 -1
  72. package/dist/esm/components/dateSelector/components/Calendar.js +3 -3
  73. package/dist/esm/components/dateSelector/index.js +2 -2
  74. package/dist/esm/components/dateSelector/index.stories.js +2 -2
  75. package/dist/esm/components/dateSelector/index.test.js +3 -3
  76. package/dist/esm/components/icon/IconWrapper/IconWrapper.js +4 -3
  77. package/dist/esm/components/icon/IconWrapper/IconWrapper.js.map +1 -1
  78. package/dist/esm/components/icon/icons/1.js +1 -0
  79. package/dist/esm/components/icon/icons/1.js.map +1 -1
  80. package/dist/esm/components/icon/icons/2.js +1 -0
  81. package/dist/esm/components/icon/icons/2.js.map +1 -1
  82. package/dist/esm/components/icon/icons/3.js +1 -0
  83. package/dist/esm/components/icon/icons/3.js.map +1 -1
  84. package/dist/esm/components/icon/icons/4.js +1 -0
  85. package/dist/esm/components/icon/icons/4.js.map +1 -1
  86. package/dist/esm/components/icon/icons/5.js +1 -0
  87. package/dist/esm/components/icon/icons/5.js.map +1 -1
  88. package/dist/esm/components/icon/icons/6.js +1 -0
  89. package/dist/esm/components/icon/icons/6.js.map +1 -1
  90. package/dist/esm/components/icon/icons/7.js +1 -0
  91. package/dist/esm/components/icon/icons/7.js.map +1 -1
  92. package/dist/esm/components/icon/icons/8.js +1 -0
  93. package/dist/esm/components/icon/icons/8.js.map +1 -1
  94. package/dist/esm/components/icon/icons/Activity.js +1 -0
  95. package/dist/esm/components/icon/icons/Activity.js.map +1 -1
  96. package/dist/esm/components/icon/icons/Adhd.js +1 -0
  97. package/dist/esm/components/icon/icons/Adhd.js.map +1 -1
  98. package/dist/esm/components/icon/icons/AdviceRecommendation.js +1 -0
  99. package/dist/esm/components/icon/icons/AdviceRecommendation.js.map +1 -1
  100. package/dist/esm/components/icon/icons/AlertCircle.js +1 -0
  101. package/dist/esm/components/icon/icons/AlertCircle.js.map +1 -1
  102. package/dist/esm/components/icon/icons/AlertOctagon.js +1 -0
  103. package/dist/esm/components/icon/icons/AlertOctagon.js.map +1 -1
  104. package/dist/esm/components/icon/icons/AlertTriangle.js +1 -0
  105. package/dist/esm/components/icon/icons/AlertTriangle.js.map +1 -1
  106. package/dist/esm/components/icon/icons/AlertTriangleFilled.js +1 -0
  107. package/dist/esm/components/icon/icons/AlertTriangleFilled.js.map +1 -1
  108. package/dist/esm/components/icon/icons/AlignCenter.js +1 -0
  109. package/dist/esm/components/icon/icons/AlignCenter.js.map +1 -1
  110. package/dist/esm/components/icon/icons/AlignJustify.js +1 -0
  111. package/dist/esm/components/icon/icons/AlignJustify.js.map +1 -1
  112. package/dist/esm/components/icon/icons/AlignLeft.js +1 -0
  113. package/dist/esm/components/icon/icons/AlignLeft.js.map +1 -1
  114. package/dist/esm/components/icon/icons/AlignRight.js +1 -0
  115. package/dist/esm/components/icon/icons/AlignRight.js.map +1 -1
  116. package/dist/esm/components/icon/icons/Anchor.js +1 -0
  117. package/dist/esm/components/icon/icons/Anchor.js.map +1 -1
  118. package/dist/esm/components/icon/icons/Aperture.js +1 -0
  119. package/dist/esm/components/icon/icons/Aperture.js.map +1 -1
  120. package/dist/esm/components/icon/icons/Archive.js +1 -0
  121. package/dist/esm/components/icon/icons/Archive.js.map +1 -1
  122. package/dist/esm/components/icon/icons/ArrowDown.js +1 -0
  123. package/dist/esm/components/icon/icons/ArrowDown.js.map +1 -1
  124. package/dist/esm/components/icon/icons/ArrowDownCircle.js +1 -0
  125. package/dist/esm/components/icon/icons/ArrowDownCircle.js.map +1 -1
  126. package/dist/esm/components/icon/icons/ArrowDownLeft.js +1 -0
  127. package/dist/esm/components/icon/icons/ArrowDownLeft.js.map +1 -1
  128. package/dist/esm/components/icon/icons/ArrowDownRight.js +1 -0
  129. package/dist/esm/components/icon/icons/ArrowDownRight.js.map +1 -1
  130. package/dist/esm/components/icon/icons/ArrowLeft.js +1 -0
  131. package/dist/esm/components/icon/icons/ArrowLeft.js.map +1 -1
  132. package/dist/esm/components/icon/icons/ArrowLeftCircle.js +1 -0
  133. package/dist/esm/components/icon/icons/ArrowLeftCircle.js.map +1 -1
  134. package/dist/esm/components/icon/icons/ArrowRight.js +1 -0
  135. package/dist/esm/components/icon/icons/ArrowRight.js.map +1 -1
  136. package/dist/esm/components/icon/icons/ArrowRightCircle.js +1 -0
  137. package/dist/esm/components/icon/icons/ArrowRightCircle.js.map +1 -1
  138. package/dist/esm/components/icon/icons/ArrowRightFilled.js +1 -0
  139. package/dist/esm/components/icon/icons/ArrowRightFilled.js.map +1 -1
  140. package/dist/esm/components/icon/icons/ArrowUp.js +1 -0
  141. package/dist/esm/components/icon/icons/ArrowUp.js.map +1 -1
  142. package/dist/esm/components/icon/icons/ArrowUpCircle.js +1 -0
  143. package/dist/esm/components/icon/icons/ArrowUpCircle.js.map +1 -1
  144. package/dist/esm/components/icon/icons/ArrowUpLeft.js +1 -0
  145. package/dist/esm/components/icon/icons/ArrowUpLeft.js.map +1 -1
  146. package/dist/esm/components/icon/icons/ArrowUpRight.js +1 -0
  147. package/dist/esm/components/icon/icons/ArrowUpRight.js.map +1 -1
  148. package/dist/esm/components/icon/icons/Arthritis.js +1 -0
  149. package/dist/esm/components/icon/icons/Arthritis.js.map +1 -1
  150. package/dist/esm/components/icon/icons/AssistantFilled.js +1 -0
  151. package/dist/esm/components/icon/icons/AssistantFilled.js.map +1 -1
  152. package/dist/esm/components/icon/icons/Asthma.js +1 -0
  153. package/dist/esm/components/icon/icons/Asthma.js.map +1 -1
  154. package/dist/esm/components/icon/icons/AtSign.js +1 -0
  155. package/dist/esm/components/icon/icons/AtSign.js.map +1 -1
  156. package/dist/esm/components/icon/icons/AwardMedal.js +1 -0
  157. package/dist/esm/components/icon/icons/AwardMedal.js.map +1 -1
  158. package/dist/esm/components/icon/icons/Bank.js +1 -0
  159. package/dist/esm/components/icon/icons/Bank.js.map +1 -1
  160. package/dist/esm/components/icon/icons/BarChart.js +1 -0
  161. package/dist/esm/components/icon/icons/BarChart.js.map +1 -1
  162. package/dist/esm/components/icon/icons/BarChart2.js +1 -0
  163. package/dist/esm/components/icon/icons/BarChart2.js.map +1 -1
  164. package/dist/esm/components/icon/icons/BasketballSports.js +1 -0
  165. package/dist/esm/components/icon/icons/BasketballSports.js.map +1 -1
  166. package/dist/esm/components/icon/icons/Battery.js +1 -0
  167. package/dist/esm/components/icon/icons/Battery.js.map +1 -1
  168. package/dist/esm/components/icon/icons/BatteryCharging.js +1 -0
  169. package/dist/esm/components/icon/icons/BatteryCharging.js.map +1 -1
  170. package/dist/esm/components/icon/icons/Bell.js +1 -0
  171. package/dist/esm/components/icon/icons/Bell.js.map +1 -1
  172. package/dist/esm/components/icon/icons/BellOff.js +1 -0
  173. package/dist/esm/components/icon/icons/BellOff.js.map +1 -1
  174. package/dist/esm/components/icon/icons/Bluetooth.js +1 -0
  175. package/dist/esm/components/icon/icons/Bluetooth.js.map +1 -1
  176. package/dist/esm/components/icon/icons/Bold.js +1 -0
  177. package/dist/esm/components/icon/icons/Bold.js.map +1 -1
  178. package/dist/esm/components/icon/icons/Book.js +1 -0
  179. package/dist/esm/components/icon/icons/Book.js.map +1 -1
  180. package/dist/esm/components/icon/icons/BookOpen.js +1 -0
  181. package/dist/esm/components/icon/icons/BookOpen.js.map +1 -1
  182. package/dist/esm/components/icon/icons/Bookmark.js +1 -0
  183. package/dist/esm/components/icon/icons/Bookmark.js.map +1 -1
  184. package/dist/esm/components/icon/icons/Box.js +1 -0
  185. package/dist/esm/components/icon/icons/Box.js.map +1 -1
  186. package/dist/esm/components/icon/icons/BoxesAdd.js +1 -0
  187. package/dist/esm/components/icon/icons/BoxesAdd.js.map +1 -1
  188. package/dist/esm/components/icon/icons/BoxesAdd2.js +1 -0
  189. package/dist/esm/components/icon/icons/BoxesAdd2.js.map +1 -1
  190. package/dist/esm/components/icon/icons/BoxesAddFilled.js +1 -0
  191. package/dist/esm/components/icon/icons/BoxesAddFilled.js.map +1 -1
  192. package/dist/esm/components/icon/icons/BoxesMultiple.js +1 -0
  193. package/dist/esm/components/icon/icons/BoxesMultiple.js.map +1 -1
  194. package/dist/esm/components/icon/icons/BoxesMultipleFilled.js +1 -0
  195. package/dist/esm/components/icon/icons/BoxesMultipleFilled.js.map +1 -1
  196. package/dist/esm/components/icon/icons/Briefcase.js +1 -0
  197. package/dist/esm/components/icon/icons/Briefcase.js.map +1 -1
  198. package/dist/esm/components/icon/icons/Calculator.js +1 -0
  199. package/dist/esm/components/icon/icons/Calculator.js.map +1 -1
  200. package/dist/esm/components/icon/icons/Calendar.js +1 -0
  201. package/dist/esm/components/icon/icons/Calendar.js.map +1 -1
  202. package/dist/esm/components/icon/icons/Camera.js +1 -0
  203. package/dist/esm/components/icon/icons/Camera.js.map +1 -1
  204. package/dist/esm/components/icon/icons/CameraOff.js +1 -0
  205. package/dist/esm/components/icon/icons/CameraOff.js.map +1 -1
  206. package/dist/esm/components/icon/icons/Cancer.js +1 -0
  207. package/dist/esm/components/icon/icons/Cancer.js.map +1 -1
  208. package/dist/esm/components/icon/icons/Cast.js +1 -0
  209. package/dist/esm/components/icon/icons/Cast.js.map +1 -1
  210. package/dist/esm/components/icon/icons/Check.js +1 -0
  211. package/dist/esm/components/icon/icons/Check.js.map +1 -1
  212. package/dist/esm/components/icon/icons/CheckCircle.js +1 -0
  213. package/dist/esm/components/icon/icons/CheckCircle.js.map +1 -1
  214. package/dist/esm/components/icon/icons/CheckInCircle.js +1 -0
  215. package/dist/esm/components/icon/icons/CheckInCircle.js.map +1 -1
  216. package/dist/esm/components/icon/icons/CheckInCircleFilled.js +1 -0
  217. package/dist/esm/components/icon/icons/CheckInCircleFilled.js.map +1 -1
  218. package/dist/esm/components/icon/icons/CheckSquare.js +1 -0
  219. package/dist/esm/components/icon/icons/CheckSquare.js.map +1 -1
  220. package/dist/esm/components/icon/icons/CheckThick.js +1 -0
  221. package/dist/esm/components/icon/icons/CheckThick.js.map +1 -1
  222. package/dist/esm/components/icon/icons/CheckboxChecked.js +1 -0
  223. package/dist/esm/components/icon/icons/CheckboxChecked.js.map +1 -1
  224. package/dist/esm/components/icon/icons/CheckboxUnchecked.js +1 -0
  225. package/dist/esm/components/icon/icons/CheckboxUnchecked.js.map +1 -1
  226. package/dist/esm/components/icon/icons/ChevronDown.js +1 -0
  227. package/dist/esm/components/icon/icons/ChevronDown.js.map +1 -1
  228. package/dist/esm/components/icon/icons/ChevronLeft.js +3 -2
  229. package/dist/esm/components/icon/icons/ChevronLeft.js.map +1 -1
  230. package/dist/esm/components/icon/icons/ChevronRight.js +1 -0
  231. package/dist/esm/components/icon/icons/ChevronRight.js.map +1 -1
  232. package/dist/esm/components/icon/icons/ChevronUp.js +3 -2
  233. package/dist/esm/components/icon/icons/ChevronUp.js.map +1 -1
  234. package/dist/esm/components/icon/icons/ChevronsDown.js +1 -0
  235. package/dist/esm/components/icon/icons/ChevronsDown.js.map +1 -1
  236. package/dist/esm/components/icon/icons/ChevronsLeft.js +1 -0
  237. package/dist/esm/components/icon/icons/ChevronsLeft.js.map +1 -1
  238. package/dist/esm/components/icon/icons/ChevronsRight.js +1 -0
  239. package/dist/esm/components/icon/icons/ChevronsRight.js.map +1 -1
  240. package/dist/esm/components/icon/icons/ChevronsUp.js +1 -0
  241. package/dist/esm/components/icon/icons/ChevronsUp.js.map +1 -1
  242. package/dist/esm/components/icon/icons/Chrome.js +1 -0
  243. package/dist/esm/components/icon/icons/Chrome.js.map +1 -1
  244. package/dist/esm/components/icon/icons/Circle.js +1 -0
  245. package/dist/esm/components/icon/icons/Circle.js.map +1 -1
  246. package/dist/esm/components/icon/icons/CircleSelected.js +1 -0
  247. package/dist/esm/components/icon/icons/CircleSelected.js.map +1 -1
  248. package/dist/esm/components/icon/icons/CircleSmall.js +1 -0
  249. package/dist/esm/components/icon/icons/CircleSmall.js.map +1 -1
  250. package/dist/esm/components/icon/icons/CircleUnselected.js +1 -0
  251. package/dist/esm/components/icon/icons/CircleUnselected.js.map +1 -1
  252. package/dist/esm/components/icon/icons/Clipboard.js +1 -0
  253. package/dist/esm/components/icon/icons/Clipboard.js.map +1 -1
  254. package/dist/esm/components/icon/icons/ClockTime.js +1 -0
  255. package/dist/esm/components/icon/icons/ClockTime.js.map +1 -1
  256. package/dist/esm/components/icon/icons/Cloud.js +1 -0
  257. package/dist/esm/components/icon/icons/Cloud.js.map +1 -1
  258. package/dist/esm/components/icon/icons/CloudDrizzle.js +1 -0
  259. package/dist/esm/components/icon/icons/CloudDrizzle.js.map +1 -1
  260. package/dist/esm/components/icon/icons/CloudLightning.js +1 -0
  261. package/dist/esm/components/icon/icons/CloudLightning.js.map +1 -1
  262. package/dist/esm/components/icon/icons/CloudOff.js +1 -0
  263. package/dist/esm/components/icon/icons/CloudOff.js.map +1 -1
  264. package/dist/esm/components/icon/icons/CloudRain.js +1 -0
  265. package/dist/esm/components/icon/icons/CloudRain.js.map +1 -1
  266. package/dist/esm/components/icon/icons/CloudSnow.js +1 -0
  267. package/dist/esm/components/icon/icons/CloudSnow.js.map +1 -1
  268. package/dist/esm/components/icon/icons/Code.js +1 -0
  269. package/dist/esm/components/icon/icons/Code.js.map +1 -1
  270. package/dist/esm/components/icon/icons/Codepen.js +1 -0
  271. package/dist/esm/components/icon/icons/Codepen.js.map +1 -1
  272. package/dist/esm/components/icon/icons/Codesandbox.js +1 -0
  273. package/dist/esm/components/icon/icons/Codesandbox.js.map +1 -1
  274. package/dist/esm/components/icon/icons/Coffee.js +1 -0
  275. package/dist/esm/components/icon/icons/Coffee.js.map +1 -1
  276. package/dist/esm/components/icon/icons/Columns.js +1 -0
  277. package/dist/esm/components/icon/icons/Columns.js.map +1 -1
  278. package/dist/esm/components/icon/icons/Command.js +1 -0
  279. package/dist/esm/components/icon/icons/Command.js.map +1 -1
  280. package/dist/esm/components/icon/icons/Compass.js +1 -0
  281. package/dist/esm/components/icon/icons/Compass.js.map +1 -1
  282. package/dist/esm/components/icon/icons/Concierge.js +1 -0
  283. package/dist/esm/components/icon/icons/Concierge.js.map +1 -1
  284. package/dist/esm/components/icon/icons/Copy.js +1 -0
  285. package/dist/esm/components/icon/icons/Copy.js.map +1 -1
  286. package/dist/esm/components/icon/icons/CornerDownLeft.js +1 -0
  287. package/dist/esm/components/icon/icons/CornerDownLeft.js.map +1 -1
  288. package/dist/esm/components/icon/icons/CornerDownRight.js +1 -0
  289. package/dist/esm/components/icon/icons/CornerDownRight.js.map +1 -1
  290. package/dist/esm/components/icon/icons/CornerLeftDown.js +1 -0
  291. package/dist/esm/components/icon/icons/CornerLeftDown.js.map +1 -1
  292. package/dist/esm/components/icon/icons/CornerLeftUp.js +1 -0
  293. package/dist/esm/components/icon/icons/CornerLeftUp.js.map +1 -1
  294. package/dist/esm/components/icon/icons/CornerRightDown.js +1 -0
  295. package/dist/esm/components/icon/icons/CornerRightDown.js.map +1 -1
  296. package/dist/esm/components/icon/icons/CornerRightUp.js +1 -0
  297. package/dist/esm/components/icon/icons/CornerRightUp.js.map +1 -1
  298. package/dist/esm/components/icon/icons/CornerUpLeft.js +1 -0
  299. package/dist/esm/components/icon/icons/CornerUpLeft.js.map +1 -1
  300. package/dist/esm/components/icon/icons/CornerUpRight.js +1 -0
  301. package/dist/esm/components/icon/icons/CornerUpRight.js.map +1 -1
  302. package/dist/esm/components/icon/icons/Cpu.js +1 -0
  303. package/dist/esm/components/icon/icons/Cpu.js.map +1 -1
  304. package/dist/esm/components/icon/icons/CreditCard.js +1 -0
  305. package/dist/esm/components/icon/icons/CreditCard.js.map +1 -1
  306. package/dist/esm/components/icon/icons/Crop.js +1 -0
  307. package/dist/esm/components/icon/icons/Crop.js.map +1 -1
  308. package/dist/esm/components/icon/icons/Crosshair.js +1 -0
  309. package/dist/esm/components/icon/icons/Crosshair.js.map +1 -1
  310. package/dist/esm/components/icon/icons/Database.js +1 -0
  311. package/dist/esm/components/icon/icons/Database.js.map +1 -1
  312. package/dist/esm/components/icon/icons/Delete.js +1 -0
  313. package/dist/esm/components/icon/icons/Delete.js.map +1 -1
  314. package/dist/esm/components/icon/icons/DentalPlus.js +3 -2
  315. package/dist/esm/components/icon/icons/DentalPlus.js.map +1 -1
  316. package/dist/esm/components/icon/icons/DentalToothTeeth.js +1 -0
  317. package/dist/esm/components/icon/icons/DentalToothTeeth.js.map +1 -1
  318. package/dist/esm/components/icon/icons/DependentsFamily.js +1 -0
  319. package/dist/esm/components/icon/icons/DependentsFamily.js.map +1 -1
  320. package/dist/esm/components/icon/icons/DependentsFamilyAdd.js +1 -0
  321. package/dist/esm/components/icon/icons/DependentsFamilyAdd.js.map +1 -1
  322. package/dist/esm/components/icon/icons/Diabetes.js +1 -0
  323. package/dist/esm/components/icon/icons/Diabetes.js.map +1 -1
  324. package/dist/esm/components/icon/icons/Disc.js +1 -0
  325. package/dist/esm/components/icon/icons/Disc.js.map +1 -1
  326. package/dist/esm/components/icon/icons/Doctor.js +1 -0
  327. package/dist/esm/components/icon/icons/Doctor.js.map +1 -1
  328. package/dist/esm/components/icon/icons/DoctorStethoscope.js +1 -0
  329. package/dist/esm/components/icon/icons/DoctorStethoscope.js.map +1 -1
  330. package/dist/esm/components/icon/icons/DollarSign.js +1 -0
  331. package/dist/esm/components/icon/icons/DollarSign.js.map +1 -1
  332. package/dist/esm/components/icon/icons/Download.js +1 -0
  333. package/dist/esm/components/icon/icons/Download.js.map +1 -1
  334. package/dist/esm/components/icon/icons/DownloadCloud.js +1 -0
  335. package/dist/esm/components/icon/icons/DownloadCloud.js.map +1 -1
  336. package/dist/esm/components/icon/icons/DragCorner.js +1 -0
  337. package/dist/esm/components/icon/icons/DragCorner.js.map +1 -1
  338. package/dist/esm/components/icon/icons/Droplet.js +1 -0
  339. package/dist/esm/components/icon/icons/Droplet.js.map +1 -1
  340. package/dist/esm/components/icon/icons/Edit.js +1 -0
  341. package/dist/esm/components/icon/icons/Edit.js.map +1 -1
  342. package/dist/esm/components/icon/icons/Edit2.js +1 -0
  343. package/dist/esm/components/icon/icons/Edit2.js.map +1 -1
  344. package/dist/esm/components/icon/icons/Edit3.js +1 -0
  345. package/dist/esm/components/icon/icons/Edit3.js.map +1 -1
  346. package/dist/esm/components/icon/icons/Equal.js +1 -0
  347. package/dist/esm/components/icon/icons/Equal.js.map +1 -1
  348. package/dist/esm/components/icon/icons/Euro.js +1 -0
  349. package/dist/esm/components/icon/icons/Euro.js.map +1 -1
  350. package/dist/esm/components/icon/icons/EuroClaim.js +1 -0
  351. package/dist/esm/components/icon/icons/EuroClaim.js.map +1 -1
  352. package/dist/esm/components/icon/icons/EuroClaimFilled.js +1 -0
  353. package/dist/esm/components/icon/icons/EuroClaimFilled.js.map +1 -1
  354. package/dist/esm/components/icon/icons/ExternalLink.js +1 -0
  355. package/dist/esm/components/icon/icons/ExternalLink.js.map +1 -1
  356. package/dist/esm/components/icon/icons/EyeOff.js +1 -0
  357. package/dist/esm/components/icon/icons/EyeOff.js.map +1 -1
  358. package/dist/esm/components/icon/icons/EyeVision.js +1 -0
  359. package/dist/esm/components/icon/icons/EyeVision.js.map +1 -1
  360. package/dist/esm/components/icon/icons/Facebook.js +1 -0
  361. package/dist/esm/components/icon/icons/Facebook.js.map +1 -1
  362. package/dist/esm/components/icon/icons/FastEasy.js +1 -0
  363. package/dist/esm/components/icon/icons/FastEasy.js.map +1 -1
  364. package/dist/esm/components/icon/icons/FastForward.js +1 -0
  365. package/dist/esm/components/icon/icons/FastForward.js.map +1 -1
  366. package/dist/esm/components/icon/icons/Feather.js +1 -0
  367. package/dist/esm/components/icon/icons/Feather.js.map +1 -1
  368. package/dist/esm/components/icon/icons/Female.js +1 -0
  369. package/dist/esm/components/icon/icons/Female.js.map +1 -1
  370. package/dist/esm/components/icon/icons/File.js +1 -0
  371. package/dist/esm/components/icon/icons/File.js.map +1 -1
  372. package/dist/esm/components/icon/icons/FileMinus.js +1 -0
  373. package/dist/esm/components/icon/icons/FileMinus.js.map +1 -1
  374. package/dist/esm/components/icon/icons/FilePlus.js +1 -0
  375. package/dist/esm/components/icon/icons/FilePlus.js.map +1 -1
  376. package/dist/esm/components/icon/icons/FileText.js +1 -0
  377. package/dist/esm/components/icon/icons/FileText.js.map +1 -1
  378. package/dist/esm/components/icon/icons/Film.js +1 -0
  379. package/dist/esm/components/icon/icons/Film.js.map +1 -1
  380. package/dist/esm/components/icon/icons/Filter.js +1 -0
  381. package/dist/esm/components/icon/icons/Filter.js.map +1 -1
  382. package/dist/esm/components/icon/icons/Flag.js +1 -0
  383. package/dist/esm/components/icon/icons/Flag.js.map +1 -1
  384. package/dist/esm/components/icon/icons/Folder.js +1 -0
  385. package/dist/esm/components/icon/icons/Folder.js.map +1 -1
  386. package/dist/esm/components/icon/icons/FolderMinus.js +1 -0
  387. package/dist/esm/components/icon/icons/FolderMinus.js.map +1 -1
  388. package/dist/esm/components/icon/icons/FolderPlus.js +1 -0
  389. package/dist/esm/components/icon/icons/FolderPlus.js.map +1 -1
  390. package/dist/esm/components/icon/icons/Framer.js +1 -0
  391. package/dist/esm/components/icon/icons/Framer.js.map +1 -1
  392. package/dist/esm/components/icon/icons/Frown.js +1 -0
  393. package/dist/esm/components/icon/icons/Frown.js.map +1 -1
  394. package/dist/esm/components/icon/icons/Gift.js +1 -0
  395. package/dist/esm/components/icon/icons/Gift.js.map +1 -1
  396. package/dist/esm/components/icon/icons/GitBranch.js +1 -0
  397. package/dist/esm/components/icon/icons/GitBranch.js.map +1 -1
  398. package/dist/esm/components/icon/icons/GitCommit.js +1 -0
  399. package/dist/esm/components/icon/icons/GitCommit.js.map +1 -1
  400. package/dist/esm/components/icon/icons/GitMerge.js +1 -0
  401. package/dist/esm/components/icon/icons/GitMerge.js.map +1 -1
  402. package/dist/esm/components/icon/icons/GitPullRequest.js +1 -0
  403. package/dist/esm/components/icon/icons/GitPullRequest.js.map +1 -1
  404. package/dist/esm/components/icon/icons/GlobeNetworkEarth.js +1 -0
  405. package/dist/esm/components/icon/icons/GlobeNetworkEarth.js.map +1 -1
  406. package/dist/esm/components/icon/icons/Hallesche.js +1 -0
  407. package/dist/esm/components/icon/icons/Hallesche.js.map +1 -1
  408. package/dist/esm/components/icon/icons/HandsMassageTherapeutic.js +1 -0
  409. package/dist/esm/components/icon/icons/HandsMassageTherapeutic.js.map +1 -1
  410. package/dist/esm/components/icon/icons/HardDrive.js +1 -0
  411. package/dist/esm/components/icon/icons/HardDrive.js.map +1 -1
  412. package/dist/esm/components/icon/icons/Hash.js +1 -0
  413. package/dist/esm/components/icon/icons/Hash.js.map +1 -1
  414. package/dist/esm/components/icon/icons/Headphones.js +1 -0
  415. package/dist/esm/components/icon/icons/Headphones.js.map +1 -1
  416. package/dist/esm/components/icon/icons/Heart.js +1 -0
  417. package/dist/esm/components/icon/icons/Heart.js.map +1 -1
  418. package/dist/esm/components/icon/icons/HeartHand.js +1 -0
  419. package/dist/esm/components/icon/icons/HeartHand.js.map +1 -1
  420. package/dist/esm/components/icon/icons/HeartPlus.js +1 -0
  421. package/dist/esm/components/icon/icons/HeartPlus.js.map +1 -1
  422. package/dist/esm/components/icon/icons/Hexagon.js +1 -0
  423. package/dist/esm/components/icon/icons/Hexagon.js.map +1 -1
  424. package/dist/esm/components/icon/icons/Home.js +1 -0
  425. package/dist/esm/components/icon/icons/Home.js.map +1 -1
  426. package/dist/esm/components/icon/icons/HospitalBuilding.js +1 -0
  427. package/dist/esm/components/icon/icons/HospitalBuilding.js.map +1 -1
  428. package/dist/esm/components/icon/icons/ImagePicture.js +1 -0
  429. package/dist/esm/components/icon/icons/ImagePicture.js.map +1 -1
  430. package/dist/esm/components/icon/icons/Inbox.js +1 -0
  431. package/dist/esm/components/icon/icons/Inbox.js.map +1 -1
  432. package/dist/esm/components/icon/icons/Info.js +1 -0
  433. package/dist/esm/components/icon/icons/Info.js.map +1 -1
  434. package/dist/esm/components/icon/icons/InfoFilled.js +1 -0
  435. package/dist/esm/components/icon/icons/InfoFilled.js.map +1 -1
  436. package/dist/esm/components/icon/icons/Instagram.js +1 -0
  437. package/dist/esm/components/icon/icons/Instagram.js.map +1 -1
  438. package/dist/esm/components/icon/icons/Italic.js +1 -0
  439. package/dist/esm/components/icon/icons/Italic.js.map +1 -1
  440. package/dist/esm/components/icon/icons/Key.js +1 -0
  441. package/dist/esm/components/icon/icons/Key.js.map +1 -1
  442. package/dist/esm/components/icon/icons/LawyerLegal.js +1 -0
  443. package/dist/esm/components/icon/icons/LawyerLegal.js.map +1 -1
  444. package/dist/esm/components/icon/icons/Layers.js +1 -0
  445. package/dist/esm/components/icon/icons/Layers.js.map +1 -1
  446. package/dist/esm/components/icon/icons/Layout.js +1 -0
  447. package/dist/esm/components/icon/icons/Layout.js.map +1 -1
  448. package/dist/esm/components/icon/icons/LifeBuoy.js +1 -0
  449. package/dist/esm/components/icon/icons/LifeBuoy.js.map +1 -1
  450. package/dist/esm/components/icon/icons/Link.js +1 -0
  451. package/dist/esm/components/icon/icons/Link.js.map +1 -1
  452. package/dist/esm/components/icon/icons/Link2.js +1 -0
  453. package/dist/esm/components/icon/icons/Link2.js.map +1 -1
  454. package/dist/esm/components/icon/icons/Linkedin.js +1 -0
  455. package/dist/esm/components/icon/icons/Linkedin.js.map +1 -1
  456. package/dist/esm/components/icon/icons/List.js +1 -0
  457. package/dist/esm/components/icon/icons/List.js.map +1 -1
  458. package/dist/esm/components/icon/icons/Loader.js +1 -0
  459. package/dist/esm/components/icon/icons/Loader.js.map +1 -1
  460. package/dist/esm/components/icon/icons/Lock.js +1 -0
  461. package/dist/esm/components/icon/icons/Lock.js.map +1 -1
  462. package/dist/esm/components/icon/icons/LogIn.js +1 -0
  463. package/dist/esm/components/icon/icons/LogIn.js.map +1 -1
  464. package/dist/esm/components/icon/icons/LogOut.js +1 -0
  465. package/dist/esm/components/icon/icons/LogOut.js.map +1 -1
  466. package/dist/esm/components/icon/icons/Mail.js +1 -0
  467. package/dist/esm/components/icon/icons/Mail.js.map +1 -1
  468. package/dist/esm/components/icon/icons/Male.js +1 -0
  469. package/dist/esm/components/icon/icons/Male.js.map +1 -1
  470. package/dist/esm/components/icon/icons/Map.js +1 -0
  471. package/dist/esm/components/icon/icons/Map.js.map +1 -1
  472. package/dist/esm/components/icon/icons/MapPin.js +1 -0
  473. package/dist/esm/components/icon/icons/MapPin.js.map +1 -1
  474. package/dist/esm/components/icon/icons/Maximize.js +1 -0
  475. package/dist/esm/components/icon/icons/Maximize.js.map +1 -1
  476. package/dist/esm/components/icon/icons/Maximize2.js +1 -0
  477. package/dist/esm/components/icon/icons/Maximize2.js.map +1 -1
  478. package/dist/esm/components/icon/icons/MedicationPills.js +1 -0
  479. package/dist/esm/components/icon/icons/MedicationPills.js.map +1 -1
  480. package/dist/esm/components/icon/icons/Meh.js +1 -0
  481. package/dist/esm/components/icon/icons/Meh.js.map +1 -1
  482. package/dist/esm/components/icon/icons/MentalHealth.js +1 -0
  483. package/dist/esm/components/icon/icons/MentalHealth.js.map +1 -1
  484. package/dist/esm/components/icon/icons/Menu.js +1 -0
  485. package/dist/esm/components/icon/icons/Menu.js.map +1 -1
  486. package/dist/esm/components/icon/icons/MenuDotsMoreHorizontal.js +1 -0
  487. package/dist/esm/components/icon/icons/MenuDotsMoreHorizontal.js.map +1 -1
  488. package/dist/esm/components/icon/icons/MenuDotsMoreVertical.js +1 -0
  489. package/dist/esm/components/icon/icons/MenuDotsMoreVertical.js.map +1 -1
  490. package/dist/esm/components/icon/icons/MessageCircle.js +1 -0
  491. package/dist/esm/components/icon/icons/MessageCircle.js.map +1 -1
  492. package/dist/esm/components/icon/icons/MessageSquare.js +1 -0
  493. package/dist/esm/components/icon/icons/MessageSquare.js.map +1 -1
  494. package/dist/esm/components/icon/icons/Mic.js +1 -0
  495. package/dist/esm/components/icon/icons/Mic.js.map +1 -1
  496. package/dist/esm/components/icon/icons/MicOff.js +1 -0
  497. package/dist/esm/components/icon/icons/MicOff.js.map +1 -1
  498. package/dist/esm/components/icon/icons/Minimize.js +1 -0
  499. package/dist/esm/components/icon/icons/Minimize.js.map +1 -1
  500. package/dist/esm/components/icon/icons/Minimize2.js +1 -0
  501. package/dist/esm/components/icon/icons/Minimize2.js.map +1 -1
  502. package/dist/esm/components/icon/icons/Minus.js +1 -0
  503. package/dist/esm/components/icon/icons/Minus.js.map +1 -1
  504. package/dist/esm/components/icon/icons/MinusCircle.js +1 -0
  505. package/dist/esm/components/icon/icons/MinusCircle.js.map +1 -1
  506. package/dist/esm/components/icon/icons/MinusSquare.js +1 -0
  507. package/dist/esm/components/icon/icons/MinusSquare.js.map +1 -1
  508. package/dist/esm/components/icon/icons/MonitorScreen.js +1 -0
  509. package/dist/esm/components/icon/icons/MonitorScreen.js.map +1 -1
  510. package/dist/esm/components/icon/icons/MoonNight.js +1 -0
  511. package/dist/esm/components/icon/icons/MoonNight.js.map +1 -1
  512. package/dist/esm/components/icon/icons/MousePointer.js +1 -0
  513. package/dist/esm/components/icon/icons/MousePointer.js.map +1 -1
  514. package/dist/esm/components/icon/icons/Move.js +1 -0
  515. package/dist/esm/components/icon/icons/Move.js.map +1 -1
  516. package/dist/esm/components/icon/icons/Music.js +1 -0
  517. package/dist/esm/components/icon/icons/Music.js.map +1 -1
  518. package/dist/esm/components/icon/icons/Natural.js +1 -0
  519. package/dist/esm/components/icon/icons/Natural.js.map +1 -1
  520. package/dist/esm/components/icon/icons/Navigation.js +1 -0
  521. package/dist/esm/components/icon/icons/Navigation.js.map +1 -1
  522. package/dist/esm/components/icon/icons/Navigation2.js +1 -0
  523. package/dist/esm/components/icon/icons/Navigation2.js.map +1 -1
  524. package/dist/esm/components/icon/icons/NoDocument.js +1 -0
  525. package/dist/esm/components/icon/icons/NoDocument.js.map +1 -1
  526. package/dist/esm/components/icon/icons/Octagon.js +1 -0
  527. package/dist/esm/components/icon/icons/Octagon.js.map +1 -1
  528. package/dist/esm/components/icon/icons/Package.js +1 -0
  529. package/dist/esm/components/icon/icons/Package.js.map +1 -1
  530. package/dist/esm/components/icon/icons/Paperclip.js +1 -0
  531. package/dist/esm/components/icon/icons/Paperclip.js.map +1 -1
  532. package/dist/esm/components/icon/icons/Pause.js +1 -0
  533. package/dist/esm/components/icon/icons/Pause.js.map +1 -1
  534. package/dist/esm/components/icon/icons/PauseCircle.js +1 -0
  535. package/dist/esm/components/icon/icons/PauseCircle.js.map +1 -1
  536. package/dist/esm/components/icon/icons/PenTool.js +1 -0
  537. package/dist/esm/components/icon/icons/PenTool.js.map +1 -1
  538. package/dist/esm/components/icon/icons/Percent.js +1 -0
  539. package/dist/esm/components/icon/icons/Percent.js.map +1 -1
  540. package/dist/esm/components/icon/icons/Phone.js +1 -0
  541. package/dist/esm/components/icon/icons/Phone.js.map +1 -1
  542. package/dist/esm/components/icon/icons/PhoneCall.js +1 -0
  543. package/dist/esm/components/icon/icons/PhoneCall.js.map +1 -1
  544. package/dist/esm/components/icon/icons/PhoneForwarded.js +1 -0
  545. package/dist/esm/components/icon/icons/PhoneForwarded.js.map +1 -1
  546. package/dist/esm/components/icon/icons/PhoneHealth.js +1 -0
  547. package/dist/esm/components/icon/icons/PhoneHealth.js.map +1 -1
  548. package/dist/esm/components/icon/icons/PhoneIncoming.js +1 -0
  549. package/dist/esm/components/icon/icons/PhoneIncoming.js.map +1 -1
  550. package/dist/esm/components/icon/icons/PhoneMissed.js +1 -0
  551. package/dist/esm/components/icon/icons/PhoneMissed.js.map +1 -1
  552. package/dist/esm/components/icon/icons/PhoneOff.js +1 -0
  553. package/dist/esm/components/icon/icons/PhoneOff.js.map +1 -1
  554. package/dist/esm/components/icon/icons/PhoneOutgoing.js +1 -0
  555. package/dist/esm/components/icon/icons/PhoneOutgoing.js.map +1 -1
  556. package/dist/esm/components/icon/icons/PieChart.js +1 -0
  557. package/dist/esm/components/icon/icons/PieChart.js.map +1 -1
  558. package/dist/esm/components/icon/icons/Plane.js +3 -2
  559. package/dist/esm/components/icon/icons/Plane.js.map +1 -1
  560. package/dist/esm/components/icon/icons/PlaneFilled.js +1 -0
  561. package/dist/esm/components/icon/icons/PlaneFilled.js.map +1 -1
  562. package/dist/esm/components/icon/icons/PlaneRepatriation.js +1 -0
  563. package/dist/esm/components/icon/icons/PlaneRepatriation.js.map +1 -1
  564. package/dist/esm/components/icon/icons/PlaneRepatriationFilled.js +1 -0
  565. package/dist/esm/components/icon/icons/PlaneRepatriationFilled.js.map +1 -1
  566. package/dist/esm/components/icon/icons/Play.js +1 -0
  567. package/dist/esm/components/icon/icons/Play.js.map +1 -1
  568. package/dist/esm/components/icon/icons/PlayCircle.js +1 -0
  569. package/dist/esm/components/icon/icons/PlayCircle.js.map +1 -1
  570. package/dist/esm/components/icon/icons/Plus.js +1 -0
  571. package/dist/esm/components/icon/icons/Plus.js.map +1 -1
  572. package/dist/esm/components/icon/icons/PlusCircle.js +1 -0
  573. package/dist/esm/components/icon/icons/PlusCircle.js.map +1 -1
  574. package/dist/esm/components/icon/icons/PlusSquare.js +1 -0
  575. package/dist/esm/components/icon/icons/PlusSquare.js.map +1 -1
  576. package/dist/esm/components/icon/icons/Pocket.js +1 -0
  577. package/dist/esm/components/icon/icons/Pocket.js.map +1 -1
  578. package/dist/esm/components/icon/icons/PoliciesShield.js +1 -0
  579. package/dist/esm/components/icon/icons/PoliciesShield.js.map +1 -1
  580. package/dist/esm/components/icon/icons/PoliciesShieldFilled.js +1 -0
  581. package/dist/esm/components/icon/icons/PoliciesShieldFilled.js.map +1 -1
  582. package/dist/esm/components/icon/icons/Power.js +1 -0
  583. package/dist/esm/components/icon/icons/Power.js.map +1 -1
  584. package/dist/esm/components/icon/icons/Pregnacy.js +1 -0
  585. package/dist/esm/components/icon/icons/Pregnacy.js.map +1 -1
  586. package/dist/esm/components/icon/icons/Printer.js +1 -0
  587. package/dist/esm/components/icon/icons/Printer.js.map +1 -1
  588. package/dist/esm/components/icon/icons/Progress.js +1 -0
  589. package/dist/esm/components/icon/icons/Progress.js.map +1 -1
  590. package/dist/esm/components/icon/icons/QrCode.js +1 -0
  591. package/dist/esm/components/icon/icons/QrCode.js.map +1 -1
  592. package/dist/esm/components/icon/icons/QuestionmarkHelpCircle.js +1 -0
  593. package/dist/esm/components/icon/icons/QuestionmarkHelpCircle.js.map +1 -1
  594. package/dist/esm/components/icon/icons/QuotationMarks.js +1 -0
  595. package/dist/esm/components/icon/icons/QuotationMarks.js.map +1 -1
  596. package/dist/esm/components/icon/icons/Radio.js +1 -0
  597. package/dist/esm/components/icon/icons/Radio.js.map +1 -1
  598. package/dist/esm/components/icon/icons/RefreshCcw.js +1 -0
  599. package/dist/esm/components/icon/icons/RefreshCcw.js.map +1 -1
  600. package/dist/esm/components/icon/icons/RefreshCw.js +1 -0
  601. package/dist/esm/components/icon/icons/RefreshCw.js.map +1 -1
  602. package/dist/esm/components/icon/icons/Repeat.js +1 -0
  603. package/dist/esm/components/icon/icons/Repeat.js.map +1 -1
  604. package/dist/esm/components/icon/icons/Restart.js +1 -0
  605. package/dist/esm/components/icon/icons/Restart.js.map +1 -1
  606. package/dist/esm/components/icon/icons/Rewind.js +1 -0
  607. package/dist/esm/components/icon/icons/Rewind.js.map +1 -1
  608. package/dist/esm/components/icon/icons/RotateCcw.js +1 -0
  609. package/dist/esm/components/icon/icons/RotateCcw.js.map +1 -1
  610. package/dist/esm/components/icon/icons/RotateCw.js +1 -0
  611. package/dist/esm/components/icon/icons/RotateCw.js.map +1 -1
  612. package/dist/esm/components/icon/icons/Rss.js +1 -0
  613. package/dist/esm/components/icon/icons/Rss.js.map +1 -1
  614. package/dist/esm/components/icon/icons/Save.js +1 -0
  615. package/dist/esm/components/icon/icons/Save.js.map +1 -1
  616. package/dist/esm/components/icon/icons/Scissors.js +1 -0
  617. package/dist/esm/components/icon/icons/Scissors.js.map +1 -1
  618. package/dist/esm/components/icon/icons/Search.js +1 -0
  619. package/dist/esm/components/icon/icons/Search.js.map +1 -1
  620. package/dist/esm/components/icon/icons/Send.js +1 -0
  621. package/dist/esm/components/icon/icons/Send.js.map +1 -1
  622. package/dist/esm/components/icon/icons/Server.js +1 -0
  623. package/dist/esm/components/icon/icons/Server.js.map +1 -1
  624. package/dist/esm/components/icon/icons/Settings.js +1 -0
  625. package/dist/esm/components/icon/icons/Settings.js.map +1 -1
  626. package/dist/esm/components/icon/icons/Share.js +1 -0
  627. package/dist/esm/components/icon/icons/Share.js.map +1 -1
  628. package/dist/esm/components/icon/icons/Share2.js +1 -0
  629. package/dist/esm/components/icon/icons/Share2.js.map +1 -1
  630. package/dist/esm/components/icon/icons/Shield.js +1 -0
  631. package/dist/esm/components/icon/icons/Shield.js.map +1 -1
  632. package/dist/esm/components/icon/icons/ShieldCover5Years.js +1 -0
  633. package/dist/esm/components/icon/icons/ShieldCover5Years.js.map +1 -1
  634. package/dist/esm/components/icon/icons/ShieldOff.js +1 -0
  635. package/dist/esm/components/icon/icons/ShieldOff.js.map +1 -1
  636. package/dist/esm/components/icon/icons/ShieldPlus.js +1 -0
  637. package/dist/esm/components/icon/icons/ShieldPlus.js.map +1 -1
  638. package/dist/esm/components/icon/icons/ShoppingBag.js +1 -0
  639. package/dist/esm/components/icon/icons/ShoppingBag.js.map +1 -1
  640. package/dist/esm/components/icon/icons/ShoppingBag2.js +1 -0
  641. package/dist/esm/components/icon/icons/ShoppingBag2.js.map +1 -1
  642. package/dist/esm/components/icon/icons/ShoppingCart.js +1 -0
  643. package/dist/esm/components/icon/icons/ShoppingCart.js.map +1 -1
  644. package/dist/esm/components/icon/icons/Shuffle.js +1 -0
  645. package/dist/esm/components/icon/icons/Shuffle.js.map +1 -1
  646. package/dist/esm/components/icon/icons/Sidebar.js +1 -0
  647. package/dist/esm/components/icon/icons/Sidebar.js.map +1 -1
  648. package/dist/esm/components/icon/icons/SkipBack.js +1 -0
  649. package/dist/esm/components/icon/icons/SkipBack.js.map +1 -1
  650. package/dist/esm/components/icon/icons/SkipForward.js +1 -0
  651. package/dist/esm/components/icon/icons/SkipForward.js.map +1 -1
  652. package/dist/esm/components/icon/icons/Slack.js +1 -0
  653. package/dist/esm/components/icon/icons/Slack.js.map +1 -1
  654. package/dist/esm/components/icon/icons/Slash.js +1 -0
  655. package/dist/esm/components/icon/icons/Slash.js.map +1 -1
  656. package/dist/esm/components/icon/icons/Sliders.js +1 -0
  657. package/dist/esm/components/icon/icons/Sliders.js.map +1 -1
  658. package/dist/esm/components/icon/icons/Smartphone.js +1 -0
  659. package/dist/esm/components/icon/icons/Smartphone.js.map +1 -1
  660. package/dist/esm/components/icon/icons/Smile.js +1 -0
  661. package/dist/esm/components/icon/icons/Smile.js.map +1 -1
  662. package/dist/esm/components/icon/icons/Sofa.js +1 -0
  663. package/dist/esm/components/icon/icons/Sofa.js.map +1 -1
  664. package/dist/esm/components/icon/icons/Speaker.js +1 -0
  665. package/dist/esm/components/icon/icons/Speaker.js.map +1 -1
  666. package/dist/esm/components/icon/icons/Square.js +1 -0
  667. package/dist/esm/components/icon/icons/Square.js.map +1 -1
  668. package/dist/esm/components/icon/icons/Star.js +1 -0
  669. package/dist/esm/components/icon/icons/Star.js.map +1 -1
  670. package/dist/esm/components/icon/icons/StarFilled.js +3 -2
  671. package/dist/esm/components/icon/icons/StarFilled.js.map +1 -1
  672. package/dist/esm/components/icon/icons/StarHalf.js +1 -0
  673. package/dist/esm/components/icon/icons/StarHalf.js.map +1 -1
  674. package/dist/esm/components/icon/icons/StopCircle.js +1 -0
  675. package/dist/esm/components/icon/icons/StopCircle.js.map +1 -1
  676. package/dist/esm/components/icon/icons/Subtract.js +1 -0
  677. package/dist/esm/components/icon/icons/Subtract.js.map +1 -1
  678. package/dist/esm/components/icon/icons/SunDay.js +1 -0
  679. package/dist/esm/components/icon/icons/SunDay.js.map +1 -1
  680. package/dist/esm/components/icon/icons/Sunrise.js +1 -0
  681. package/dist/esm/components/icon/icons/Sunrise.js.map +1 -1
  682. package/dist/esm/components/icon/icons/Sunset.js +1 -0
  683. package/dist/esm/components/icon/icons/Sunset.js.map +1 -1
  684. package/dist/esm/components/icon/icons/SyringeVaccination.js +1 -0
  685. package/dist/esm/components/icon/icons/SyringeVaccination.js.map +1 -1
  686. package/dist/esm/components/icon/icons/Tablet.js +1 -0
  687. package/dist/esm/components/icon/icons/Tablet.js.map +1 -1
  688. package/dist/esm/components/icon/icons/Tag.js +1 -0
  689. package/dist/esm/components/icon/icons/Tag.js.map +1 -1
  690. package/dist/esm/components/icon/icons/Target.js +1 -0
  691. package/dist/esm/components/icon/icons/Target.js.map +1 -1
  692. package/dist/esm/components/icon/icons/Terminal.js +1 -0
  693. package/dist/esm/components/icon/icons/Terminal.js.map +1 -1
  694. package/dist/esm/components/icon/icons/Thermometer.js +1 -0
  695. package/dist/esm/components/icon/icons/Thermometer.js.map +1 -1
  696. package/dist/esm/components/icon/icons/ThumbsDown.js +1 -0
  697. package/dist/esm/components/icon/icons/ThumbsDown.js.map +1 -1
  698. package/dist/esm/components/icon/icons/ThumbsUp.js +1 -0
  699. package/dist/esm/components/icon/icons/ThumbsUp.js.map +1 -1
  700. package/dist/esm/components/icon/icons/ToggleLeft.js +1 -0
  701. package/dist/esm/components/icon/icons/ToggleLeft.js.map +1 -1
  702. package/dist/esm/components/icon/icons/ToggleRight.js +1 -0
  703. package/dist/esm/components/icon/icons/ToggleRight.js.map +1 -1
  704. package/dist/esm/components/icon/icons/Tool.js +1 -0
  705. package/dist/esm/components/icon/icons/Tool.js.map +1 -1
  706. package/dist/esm/components/icon/icons/Trash.js +1 -0
  707. package/dist/esm/components/icon/icons/Trash.js.map +1 -1
  708. package/dist/esm/components/icon/icons/Trash2.js +1 -0
  709. package/dist/esm/components/icon/icons/Trash2.js.map +1 -1
  710. package/dist/esm/components/icon/icons/Trello.js +1 -0
  711. package/dist/esm/components/icon/icons/Trello.js.map +1 -1
  712. package/dist/esm/components/icon/icons/TrendingDown.js +1 -0
  713. package/dist/esm/components/icon/icons/TrendingDown.js.map +1 -1
  714. package/dist/esm/components/icon/icons/TrendingUp.js +1 -0
  715. package/dist/esm/components/icon/icons/TrendingUp.js.map +1 -1
  716. package/dist/esm/components/icon/icons/Triangle.js +1 -0
  717. package/dist/esm/components/icon/icons/Triangle.js.map +1 -1
  718. package/dist/esm/components/icon/icons/Truck.js +1 -0
  719. package/dist/esm/components/icon/icons/Truck.js.map +1 -1
  720. package/dist/esm/components/icon/icons/Tv.js +1 -0
  721. package/dist/esm/components/icon/icons/Tv.js.map +1 -1
  722. package/dist/esm/components/icon/icons/Twitch.js +1 -0
  723. package/dist/esm/components/icon/icons/Twitch.js.map +1 -1
  724. package/dist/esm/components/icon/icons/Twitter.js +1 -0
  725. package/dist/esm/components/icon/icons/Twitter.js.map +1 -1
  726. package/dist/esm/components/icon/icons/Type.js +1 -0
  727. package/dist/esm/components/icon/icons/Type.js.map +1 -1
  728. package/dist/esm/components/icon/icons/UltrasoundScan.js +1 -0
  729. package/dist/esm/components/icon/icons/UltrasoundScan.js.map +1 -1
  730. package/dist/esm/components/icon/icons/Umbrella.js +1 -0
  731. package/dist/esm/components/icon/icons/Umbrella.js.map +1 -1
  732. package/dist/esm/components/icon/icons/Underline.js +1 -0
  733. package/dist/esm/components/icon/icons/Underline.js.map +1 -1
  734. package/dist/esm/components/icon/icons/Unlock.js +1 -0
  735. package/dist/esm/components/icon/icons/Unlock.js.map +1 -1
  736. package/dist/esm/components/icon/icons/Upload.js +1 -0
  737. package/dist/esm/components/icon/icons/Upload.js.map +1 -1
  738. package/dist/esm/components/icon/icons/UploadCloud.js +1 -0
  739. package/dist/esm/components/icon/icons/UploadCloud.js.map +1 -1
  740. package/dist/esm/components/icon/icons/User.js +1 -0
  741. package/dist/esm/components/icon/icons/User.js.map +1 -1
  742. package/dist/esm/components/icon/icons/UserCheck.js +1 -0
  743. package/dist/esm/components/icon/icons/UserCheck.js.map +1 -1
  744. package/dist/esm/components/icon/icons/UserFilled.js +1 -0
  745. package/dist/esm/components/icon/icons/UserFilled.js.map +1 -1
  746. package/dist/esm/components/icon/icons/UserMinus.js +1 -0
  747. package/dist/esm/components/icon/icons/UserMinus.js.map +1 -1
  748. package/dist/esm/components/icon/icons/UserPlus.js +1 -0
  749. package/dist/esm/components/icon/icons/UserPlus.js.map +1 -1
  750. package/dist/esm/components/icon/icons/UserX.js +1 -0
  751. package/dist/esm/components/icon/icons/UserX.js.map +1 -1
  752. package/dist/esm/components/icon/icons/Users.js +1 -0
  753. package/dist/esm/components/icon/icons/Users.js.map +1 -1
  754. package/dist/esm/components/icon/icons/Video.js +1 -0
  755. package/dist/esm/components/icon/icons/Video.js.map +1 -1
  756. package/dist/esm/components/icon/icons/VideoDoctor.js +1 -0
  757. package/dist/esm/components/icon/icons/VideoDoctor.js.map +1 -1
  758. package/dist/esm/components/icon/icons/VideoOff.js +1 -0
  759. package/dist/esm/components/icon/icons/VideoOff.js.map +1 -1
  760. package/dist/esm/components/icon/icons/VisaPassport.js +1 -0
  761. package/dist/esm/components/icon/icons/VisaPassport.js.map +1 -1
  762. package/dist/esm/components/icon/icons/VisaPassportFiled.js +1 -0
  763. package/dist/esm/components/icon/icons/VisaPassportFiled.js.map +1 -1
  764. package/dist/esm/components/icon/icons/Voicemail.js +1 -0
  765. package/dist/esm/components/icon/icons/Voicemail.js.map +1 -1
  766. package/dist/esm/components/icon/icons/Volume.js +1 -0
  767. package/dist/esm/components/icon/icons/Volume.js.map +1 -1
  768. package/dist/esm/components/icon/icons/Volume1.js +1 -0
  769. package/dist/esm/components/icon/icons/Volume1.js.map +1 -1
  770. package/dist/esm/components/icon/icons/Volume2.js +1 -0
  771. package/dist/esm/components/icon/icons/Volume2.js.map +1 -1
  772. package/dist/esm/components/icon/icons/VolumeX.js +1 -0
  773. package/dist/esm/components/icon/icons/VolumeX.js.map +1 -1
  774. package/dist/esm/components/icon/icons/Watch.js +1 -0
  775. package/dist/esm/components/icon/icons/Watch.js.map +1 -1
  776. package/dist/esm/components/icon/icons/Whatsapp.js +1 -0
  777. package/dist/esm/components/icon/icons/Whatsapp.js.map +1 -1
  778. package/dist/esm/components/icon/icons/Wifi.js +1 -0
  779. package/dist/esm/components/icon/icons/Wifi.js.map +1 -1
  780. package/dist/esm/components/icon/icons/WifiOff.js +1 -0
  781. package/dist/esm/components/icon/icons/WifiOff.js.map +1 -1
  782. package/dist/esm/components/icon/icons/Wind.js +1 -0
  783. package/dist/esm/components/icon/icons/Wind.js.map +1 -1
  784. package/dist/esm/components/icon/icons/WorldGlobeEarth.js +1 -0
  785. package/dist/esm/components/icon/icons/WorldGlobeEarth.js.map +1 -1
  786. package/dist/esm/components/icon/icons/X.js +1 -0
  787. package/dist/esm/components/icon/icons/X.js.map +1 -1
  788. package/dist/esm/components/icon/icons/XCircle.js +1 -0
  789. package/dist/esm/components/icon/icons/XCircle.js.map +1 -1
  790. package/dist/esm/components/icon/icons/XCircleFilled.js +1 -0
  791. package/dist/esm/components/icon/icons/XCircleFilled.js.map +1 -1
  792. package/dist/esm/components/icon/icons/XOctagon.js +1 -0
  793. package/dist/esm/components/icon/icons/XOctagon.js.map +1 -1
  794. package/dist/esm/components/icon/icons/XSquare.js +1 -0
  795. package/dist/esm/components/icon/icons/XSquare.js.map +1 -1
  796. package/dist/esm/components/icon/icons/Youtube.js +1 -0
  797. package/dist/esm/components/icon/icons/Youtube.js.map +1 -1
  798. package/dist/esm/components/icon/icons/Zap.js +1 -0
  799. package/dist/esm/components/icon/icons/Zap.js.map +1 -1
  800. package/dist/esm/components/icon/icons/ZapFilled.js +13 -0
  801. package/dist/esm/components/icon/icons/ZapFilled.js.map +1 -0
  802. package/dist/esm/components/icon/icons/ZapOff.js +1 -0
  803. package/dist/esm/components/icon/icons/ZapOff.js.map +1 -1
  804. package/dist/esm/components/icon/icons/ZoomIn.js +1 -0
  805. package/dist/esm/components/icon/icons/ZoomIn.js.map +1 -1
  806. package/dist/esm/components/icon/icons/ZoomOut.js +1 -0
  807. package/dist/esm/components/icon/icons/ZoomOut.js.map +1 -1
  808. package/dist/esm/components/icon/icons.stories.js +2 -1
  809. package/dist/esm/components/icon/icons.stories.js.map +1 -1
  810. package/dist/esm/components/icon/index.stories.js +3 -1
  811. package/dist/esm/components/icon/index.stories.js.map +1 -1
  812. package/dist/esm/components/informationBox/index.js +1 -0
  813. package/dist/esm/components/informationBox/index.js.map +1 -1
  814. package/dist/esm/components/informationBox/index.stories.js +1 -0
  815. package/dist/esm/components/informationBox/index.stories.js.map +1 -1
  816. package/dist/esm/components/informationBox/index.test.js +2 -2
  817. package/dist/esm/components/input/checkbox/index.test.js +2 -2
  818. package/dist/esm/components/input/currency/index.test.js +2 -2
  819. package/dist/esm/components/input/radio/index.test.js +2 -2
  820. package/dist/esm/components/input/toggle/index.test.js +2 -2
  821. package/dist/esm/components/multiDropzone/UploadFileCell/index.js +1 -0
  822. package/dist/esm/components/multiDropzone/UploadFileCell/index.js.map +1 -1
  823. package/dist/esm/components/multiDropzone/index.test.js +3 -3
  824. package/dist/esm/components/segmentedControl/index.test.js +2 -2
  825. package/dist/esm/components/spinner/index.test.js +2 -2
  826. package/dist/esm/components/table/Table.js +88 -0
  827. package/dist/esm/components/table/Table.js.map +1 -0
  828. package/dist/esm/components/table/Table.stories.js +254 -0
  829. package/dist/esm/components/table/Table.stories.js.map +1 -0
  830. package/dist/esm/components/table/Table.test.js +121 -0
  831. package/dist/esm/components/table/Table.test.js.map +1 -0
  832. package/dist/esm/components/table/components/TableCell/BaseCell/BaseCell.js +50 -0
  833. package/dist/esm/components/table/components/TableCell/BaseCell/BaseCell.js.map +1 -0
  834. package/dist/esm/components/table/components/TableCell/BaseCell/BaseCell.stories.js +43 -0
  835. package/dist/esm/components/table/components/TableCell/BaseCell/BaseCell.stories.js.map +1 -0
  836. package/dist/esm/components/table/components/TableCell/BaseCell/MiniProgressBar/MiniProgressBar.js +15 -0
  837. package/dist/esm/components/table/components/TableCell/BaseCell/MiniProgressBar/MiniProgressBar.js.map +1 -0
  838. package/dist/esm/components/table/components/TableCell/BaseCell/MiniProgressBar/MiniProgressBar.stories.js +31 -0
  839. package/dist/esm/components/table/components/TableCell/BaseCell/MiniProgressBar/MiniProgressBar.stories.js.map +1 -0
  840. package/dist/esm/components/table/components/TableCell/ButtonCell/ButtonCell.js +23 -0
  841. package/dist/esm/components/table/components/TableCell/ButtonCell/ButtonCell.js.map +1 -0
  842. package/dist/esm/components/table/components/TableCell/ButtonCell/ButtonCell.stories.js +28 -0
  843. package/dist/esm/components/table/components/TableCell/ButtonCell/ButtonCell.stories.js.map +1 -0
  844. package/dist/esm/components/table/components/TableCell/CTACell/CTACell.js +21 -0
  845. package/dist/esm/components/table/components/TableCell/CTACell/CTACell.js.map +1 -0
  846. package/dist/esm/components/table/components/TableCell/CTACell/CTACell.stories.js +26 -0
  847. package/dist/esm/components/table/components/TableCell/CTACell/CTACell.stories.js.map +1 -0
  848. package/dist/esm/components/table/components/TableCell/TableCell.js +52 -0
  849. package/dist/esm/components/table/components/TableCell/TableCell.js.map +1 -0
  850. package/dist/esm/components/table/components/TableCell/TableCell.test.js +78 -0
  851. package/dist/esm/components/table/components/TableCell/TableCell.test.js.map +1 -0
  852. package/dist/esm/components/table/components/TableContents/Collapsible.js +6 -0
  853. package/dist/esm/components/table/components/TableContents/Collapsible.js.map +1 -0
  854. package/dist/esm/components/table/components/TableContents/TableContents.js +64 -0
  855. package/dist/esm/components/table/components/TableContents/TableContents.js.map +1 -0
  856. package/dist/esm/components/table/components/TableContents/TableContents.test.js +89 -0
  857. package/dist/esm/components/table/components/TableContents/TableContents.test.js.map +1 -0
  858. package/dist/esm/components/table/components/TableControls/TableControls.js +21 -0
  859. package/dist/esm/components/table/components/TableControls/TableControls.js.map +1 -0
  860. package/dist/esm/components/table/components/TableControls/TableControls.test.js +71 -0
  861. package/dist/esm/components/table/components/TableControls/TableControls.test.js.map +1 -0
  862. package/dist/esm/components/table/components/TableSection/TableSection.js +23 -0
  863. package/dist/esm/components/table/components/TableSection/TableSection.js.map +1 -0
  864. package/dist/esm/components/table/components/TableSection/TableSection.test.js +67 -0
  865. package/dist/esm/components/table/components/TableSection/TableSection.test.js.map +1 -0
  866. package/dist/esm/components/table/utils/useScrollSync/useScrollSync.test.js +60 -0
  867. package/dist/esm/components/table/utils/useScrollSync/useScrollSync.test.js.map +1 -0
  868. package/dist/esm/components/table/utils/useTableNavigation/useTableNavigation.test.js +79 -0
  869. package/dist/esm/components/table/utils/useTableNavigation/useTableNavigation.test.js.map +1 -0
  870. package/dist/esm/components/toast/index.js +2 -2
  871. package/dist/esm/components/toast/index.stories.js +2 -2
  872. package/dist/esm/components/toast/index.test.js +3 -3
  873. package/dist/esm/{customRender-b3d1dc00.js → customRender-d03c10b6.js} +3 -3
  874. package/dist/esm/{customRender-b3d1dc00.js.map → customRender-d03c10b6.js.map} +1 -1
  875. package/dist/esm/{index-2a2fcd04.js → index-3aa7e697.js} +2 -2
  876. package/dist/esm/{index-2a2fcd04.js.map → index-3aa7e697.js.map} +1 -1
  877. package/dist/esm/index-3d286178.js +1529 -0
  878. package/dist/esm/index-3d286178.js.map +1 -0
  879. package/dist/esm/{index-1463d5e9.js → index-5e72c3d4.js} +2 -2
  880. package/dist/esm/{index-1463d5e9.js.map → index-5e72c3d4.js.map} +1 -1
  881. package/dist/esm/{extend-expect-5a71e666.js → index-6f567b0b.js} +6461 -6011
  882. package/dist/esm/index-6f567b0b.js.map +1 -0
  883. package/dist/esm/{index-27e1f1cc.js → index-7506ae25.js} +13 -11
  884. package/dist/esm/{index-27e1f1cc.js.map → index-7506ae25.js.map} +1 -1
  885. package/dist/esm/index-e45b0af1.js +234 -0
  886. package/dist/esm/index-e45b0af1.js.map +1 -0
  887. package/dist/esm/index.d.ts +2 -2
  888. package/dist/esm/index.js +18 -4
  889. package/dist/esm/index.js.map +1 -1
  890. package/dist/esm/lib/components/button/index.d.ts +1 -1
  891. package/dist/esm/lib/components/button/index.stories.d.ts +1 -1
  892. package/dist/esm/lib/components/icon/IconWrapper/IconWrapper.d.ts +4 -4
  893. package/dist/esm/lib/components/icon/icons/ZapFilled.d.ts +4 -0
  894. package/dist/esm/lib/components/icon/icons/index.d.ts +1 -0
  895. package/dist/esm/lib/components/icon/index.stories.d.ts +1 -1
  896. package/dist/esm/lib/components/input/index.d.ts +1 -1
  897. package/dist/esm/lib/components/input/input.stories.d.ts +1 -1
  898. package/dist/esm/lib/components/table/Table.d.ts +18 -0
  899. package/dist/esm/lib/components/table/Table.stories.d.ts +59 -0
  900. package/dist/esm/lib/components/table/Table.test.d.ts +1 -0
  901. package/dist/esm/lib/components/table/components/TableCell/BaseCell/BaseCell.d.ts +17 -0
  902. package/dist/esm/lib/components/table/components/TableCell/BaseCell/BaseCell.stories.d.ts +22 -0
  903. package/dist/esm/lib/components/table/components/TableCell/BaseCell/MiniProgressBar/MiniProgressBar.d.ts +3 -0
  904. package/dist/esm/lib/components/table/components/TableCell/BaseCell/MiniProgressBar/MiniProgressBar.stories.d.ts +25 -0
  905. package/dist/esm/lib/components/table/components/TableCell/ButtonCell/ButtonCell.d.ts +9 -0
  906. package/dist/esm/lib/components/table/components/TableCell/ButtonCell/ButtonCell.stories.d.ts +17 -0
  907. package/dist/esm/lib/components/table/components/TableCell/CTACell/CTACell.d.ts +10 -0
  908. package/dist/esm/lib/components/table/components/TableCell/CTACell/CTACell.stories.d.ts +18 -0
  909. package/dist/esm/lib/components/table/components/TableCell/TableCell.d.ts +10 -0
  910. package/dist/esm/lib/components/table/components/TableCell/TableCell.test.d.ts +1 -0
  911. package/dist/esm/lib/components/table/components/TableContents/Collapsible.d.ts +8 -0
  912. package/dist/esm/lib/components/table/components/TableContents/TableContents.d.ts +13 -0
  913. package/dist/esm/lib/components/table/components/TableContents/TableContents.test.d.ts +1 -0
  914. package/dist/esm/lib/components/table/components/TableControls/TableControls.d.ts +10 -0
  915. package/dist/esm/lib/components/table/components/TableControls/TableControls.test.d.ts +1 -0
  916. package/dist/esm/lib/components/table/components/TableSection/TableSection.d.ts +13 -0
  917. package/dist/esm/lib/components/table/components/TableSection/TableSection.test.d.ts +1 -0
  918. package/dist/esm/lib/components/table/types.d.ts +34 -0
  919. package/dist/esm/lib/components/table/utils/useScrollSync/useScrollSync.d.ts +2 -0
  920. package/dist/esm/lib/components/table/utils/useScrollSync/useScrollSync.test.d.ts +1 -0
  921. package/dist/esm/lib/components/table/utils/useTableNavigation/useTableNavigation.d.ts +12 -0
  922. package/dist/esm/lib/components/table/utils/useTableNavigation/useTableNavigation.test.d.ts +1 -0
  923. package/dist/esm/lib/hooks/useMediaQuery.d.ts +8 -0
  924. package/dist/esm/lib/index.d.ts +3 -2
  925. package/dist/esm/useScrollSync-b2d28bed.js +32 -0
  926. package/dist/esm/useScrollSync-b2d28bed.js.map +1 -0
  927. package/dist/esm/useTableNavigation-2899712c.js +54 -0
  928. package/dist/esm/useTableNavigation-2899712c.js.map +1 -0
  929. package/dist/esm/util/testUtils/customRender.js +2 -2
  930. package/package.json +6 -2
  931. package/src/index.tsx +4 -1
  932. package/src/lib/components/accordion/index.tsx +0 -1
  933. package/src/lib/components/accordion/style.module.scss +0 -4
  934. package/src/lib/components/cards/card/index.tsx +1 -1
  935. package/src/lib/components/cards/card/style.module.scss +1 -0
  936. package/src/lib/components/cards/infoCard/index.tsx +1 -1
  937. package/src/lib/components/comparisonTable/index.stories.tsx +1 -1
  938. package/src/lib/components/comparisonTable/index.tsx +1 -1
  939. package/src/lib/components/icon/IconWrapper/IconWrapper.tsx +4 -2
  940. package/src/lib/components/icon/assets/zap-filled.svg +3 -0
  941. package/src/lib/components/icon/icons/ZapFilled.tsx +17 -0
  942. package/src/lib/components/icon/icons/index.ts +1 -0
  943. package/src/lib/components/table/Table.module.scss +29 -0
  944. package/src/lib/components/table/Table.stories.tsx +262 -0
  945. package/src/lib/components/table/Table.test.tsx +85 -0
  946. package/src/lib/components/table/Table.tsx +165 -0
  947. package/src/lib/components/table/components/TableCell/BaseCell/BaseCell.module.scss +36 -0
  948. package/src/lib/components/table/components/TableCell/BaseCell/BaseCell.stories.tsx +45 -0
  949. package/src/lib/components/table/components/TableCell/BaseCell/BaseCell.tsx +158 -0
  950. package/src/lib/components/table/components/TableCell/BaseCell/MiniProgressBar/MiniProgressBar.module.scss +44 -0
  951. package/src/lib/components/table/components/TableCell/BaseCell/MiniProgressBar/MiniProgressBar.stories.tsx +29 -0
  952. package/src/lib/components/table/components/TableCell/BaseCell/MiniProgressBar/MiniProgressBar.tsx +35 -0
  953. package/src/lib/components/table/components/TableCell/ButtonCell/ButtonCell.module.scss +43 -0
  954. package/src/lib/components/table/components/TableCell/ButtonCell/ButtonCell.stories.tsx +65 -0
  955. package/src/lib/components/table/components/TableCell/ButtonCell/ButtonCell.tsx +40 -0
  956. package/src/lib/components/table/components/TableCell/CTACell/CTACell.module.scss +3 -0
  957. package/src/lib/components/table/components/TableCell/CTACell/CTACell.stories.tsx +37 -0
  958. package/src/lib/components/table/components/TableCell/CTACell/CTACell.tsx +42 -0
  959. package/src/lib/components/table/components/TableCell/TableCell.module.scss +29 -0
  960. package/src/lib/components/table/components/TableCell/TableCell.test.tsx +88 -0
  961. package/src/lib/components/table/components/TableCell/TableCell.tsx +64 -0
  962. package/src/lib/components/table/components/TableContents/Collapsible.tsx +30 -0
  963. package/src/lib/components/table/components/TableContents/TableContents.module.scss +10 -0
  964. package/src/lib/components/table/components/TableContents/TableContents.test.tsx +86 -0
  965. package/src/lib/components/table/components/TableContents/TableContents.tsx +106 -0
  966. package/src/lib/components/table/components/TableControls/TableControls.module.scss +16 -0
  967. package/src/lib/components/table/components/TableControls/TableControls.test.tsx +58 -0
  968. package/src/lib/components/table/components/TableControls/TableControls.tsx +62 -0
  969. package/src/lib/components/table/components/TableSection/TableSection.module.scss +15 -0
  970. package/src/lib/components/table/components/TableSection/TableSection.test.tsx +56 -0
  971. package/src/lib/components/table/components/TableSection/TableSection.tsx +147 -0
  972. package/src/lib/components/table/types.ts +37 -0
  973. package/src/lib/components/table/utils/useScrollSync/useScrollSync.test.tsx +76 -0
  974. package/src/lib/components/table/utils/useScrollSync/useScrollSync.ts +40 -0
  975. package/src/lib/components/table/utils/useTableNavigation/useTableNavigation.test.tsx +83 -0
  976. package/src/lib/components/table/utils/useTableNavigation/useTableNavigation.ts +79 -0
  977. package/src/lib/hooks/useMediaQuery.test.ts +113 -0
  978. package/src/lib/hooks/useMediaQuery.ts +73 -0
  979. package/src/lib/index.tsx +10 -3
  980. package/src/setupTests.js +15 -0
  981. package/dist/esm/_commonjsHelpers-e7f67fd8.js.map +0 -1
  982. package/dist/esm/extend-expect-5a71e666.js.map +0 -1
package/dist/cjs/index.js CHANGED
@@ -208,9 +208,9 @@ function styleInject(css, ref) {
208
208
  }
209
209
  }
210
210
 
211
- var css_248z$y = ".style-module_container__3bJf5 {\n display: flex;\n}\n@media (max-width: 34rem) {\n .style-module_container__3bJf5 {\n flex-direction: column;\n }\n}\n\n.style-module_dayInput__1OBNv,\n.style-module_monthInput__2L_7o {\n width: 88px;\n flex: 1;\n}\n\n.style-module_yearInput__2C_H8 {\n width: 104px;\n}\n@media (max-width: 34rem) {\n .style-module_yearInput__2C_H8 {\n width: 100%;\n }\n}";
212
- var styles$x = {"container":"style-module_container__3bJf5","dayInput":"style-module_dayInput__1OBNv","monthInput":"style-module_monthInput__2L_7o","yearInput":"style-module_yearInput__2C_H8"};
213
- styleInject(css_248z$y);
211
+ var css_248z$H = ".style-module_container__3bJf5 {\n display: flex;\n}\n@media (max-width: 34rem) {\n .style-module_container__3bJf5 {\n flex-direction: column;\n }\n}\n\n.style-module_dayInput__1OBNv,\n.style-module_monthInput__2L_7o {\n width: 88px;\n flex: 1;\n}\n\n.style-module_yearInput__2C_H8 {\n width: 104px;\n}\n@media (max-width: 34rem) {\n .style-module_yearInput__2C_H8 {\n width: 100%;\n }\n}";
212
+ var styles$G = {"container":"style-module_container__3bJf5","dayInput":"style-module_dayInput__1OBNv","monthInput":"style-module_monthInput__2L_7o","yearInput":"style-module_yearInput__2C_H8"};
213
+ styleInject(css_248z$H);
214
214
 
215
215
  var classnames = {exports: {}};
216
216
 
@@ -270,7 +270,7 @@ var classnames = {exports: {}};
270
270
  }());
271
271
  }(classnames));
272
272
 
273
- var classnamesUtil = classnames.exports;
273
+ var classNames$1 = classnames.exports;
274
274
 
275
275
  function generateId() {
276
276
  var _a;
@@ -282,23 +282,23 @@ function generateId() {
282
282
  return 'xxxx-xxxx-xxx-xxxx'.replace(/[x]/g, function () { return (Math.floor(Math.random() * 16).toString(16)); });
283
283
  }
284
284
 
285
- var css_248z$x = ".style-module_container__2L4SP {\n position: relative;\n}\n\n.style-module_prefix__3jAFZ {\n position: absolute;\n left: 16px;\n top: 50%;\n transform: translateY(-50%);\n color: var(--ds-grey-500);\n transition: 0.3s top;\n}\n.style-module_prefix--with-error__1yTTM {\n color: var(--ds-red-500);\n}\n.style-module_prefix--disabled__2-gcw {\n color: var(--ds-grey-600);\n}\n\n.style-module_input__1eJO5:not(:placeholder-shown) ~ .style-module_placeholder__1U2z0,\n.style-module_input__1eJO5:focus ~ .style-module_placeholder__1U2z0,\n.style-module_input--with-inside-label__253bZ ~ .style-module_placeholder__1U2z0 {\n top: 7px;\n left: 16px;\n transform: translateY(0);\n font-size: 10px;\n line-height: 12px;\n opacity: 1;\n}\n\n.style-module_input__1eJO5:focus ~ .style-module_placeholder__1U2z0 {\n color: var(--ds-primary-500);\n}\n.style-module_input__1eJO5:focus ~ .style-module_placeholder--with-error__2ieRU {\n color: var(--ds-red-500);\n}\n\n.style-module_input__1eJO5:focus ~ .style-module_prefix__3jAFZ {\n color: var(--ds-primary-500);\n}\n.style-module_input__1eJO5:focus ~ .style-module_prefix--with-error__1yTTM {\n color: var(--ds-red-500);\n}\n\n.style-module_input__1eJO5:not(:placeholder-shown) ~ .style-module_prefix__3jAFZ,\n.style-module_input__1eJO5:focus ~ .style-module_prefix__3jAFZ {\n top: 28px;\n}\n\n.style-module_input--with-inside-label__253bZ ~ .style-module_prefix__3jAFZ,\n.style-module_input--with-inside-label__253bZ:focus ~ .style-module_prefix__3jAFZ,\n.style-module_input--with-inside-label__253bZ:not(:placeholder-shown) ~ .style-module_prefix__3jAFZ {\n top: 29px;\n}\n\n.style-module_input__1eJO5 {\n box-sizing: border-box;\n padding-top: 9px;\n font-family: inherit;\n}\n.style-module_input--no-placeholder__3EGwh {\n padding-top: 0px;\n}\n.style-module_input--with-prefix__38e0j {\n padding-left: 32px !important;\n}\n\n.style-module_placeholder__1U2z0 {\n position: absolute;\n pointer-events: none;\n left: 16px;\n top: 50%;\n transform: translateY(-50%);\n transition: 0.3s ease all;\n color: var(--ds-grey-500);\n}\n.style-module_placeholder--with-prefix__2PquQ {\n left: 32px;\n}\n.style-module_placeholder--with-error__2ieRU {\n color: var(--ds-red-500);\n}\n\n.style-module_label__3FEZ1 {\n display: inline-block;\n margin-bottom: 8px;\n color: var(--ds-grey-600);\n}\n.style-module_label--with-error__166bP {\n color: var(--ds-red-500);\n}\n\n.style-module_error__167Zc {\n margin-top: 4px;\n}";
286
- var styles$w = {"container":"style-module_container__2L4SP","prefix":"style-module_prefix__3jAFZ","prefix--with-error":"style-module_prefix--with-error__1yTTM","prefix--disabled":"style-module_prefix--disabled__2-gcw","input":"style-module_input__1eJO5","placeholder":"style-module_placeholder__1U2z0","input--with-inside-label":"style-module_input--with-inside-label__253bZ","placeholder--with-error":"style-module_placeholder--with-error__2ieRU","input--no-placeholder":"style-module_input--no-placeholder__3EGwh","input--with-prefix":"style-module_input--with-prefix__38e0j","placeholder--with-prefix":"style-module_placeholder--with-prefix__2PquQ","label":"style-module_label__3FEZ1","label--with-error":"style-module_label--with-error__166bP","error":"style-module_error__167Zc"};
287
- styleInject(css_248z$x);
285
+ var css_248z$G = ".style-module_container__2L4SP {\n position: relative;\n}\n\n.style-module_prefix__3jAFZ {\n position: absolute;\n left: 16px;\n top: 50%;\n transform: translateY(-50%);\n color: var(--ds-grey-500);\n transition: 0.3s top;\n}\n.style-module_prefix--with-error__1yTTM {\n color: var(--ds-red-500);\n}\n.style-module_prefix--disabled__2-gcw {\n color: var(--ds-grey-600);\n}\n\n.style-module_input__1eJO5:not(:placeholder-shown) ~ .style-module_placeholder__1U2z0,\n.style-module_input__1eJO5:focus ~ .style-module_placeholder__1U2z0,\n.style-module_input--with-inside-label__253bZ ~ .style-module_placeholder__1U2z0 {\n top: 7px;\n left: 16px;\n transform: translateY(0);\n font-size: 10px;\n line-height: 12px;\n opacity: 1;\n}\n\n.style-module_input__1eJO5:focus ~ .style-module_placeholder__1U2z0 {\n color: var(--ds-primary-500);\n}\n.style-module_input__1eJO5:focus ~ .style-module_placeholder--with-error__2ieRU {\n color: var(--ds-red-500);\n}\n\n.style-module_input__1eJO5:focus ~ .style-module_prefix__3jAFZ {\n color: var(--ds-primary-500);\n}\n.style-module_input__1eJO5:focus ~ .style-module_prefix--with-error__1yTTM {\n color: var(--ds-red-500);\n}\n\n.style-module_input__1eJO5:not(:placeholder-shown) ~ .style-module_prefix__3jAFZ,\n.style-module_input__1eJO5:focus ~ .style-module_prefix__3jAFZ {\n top: 28px;\n}\n\n.style-module_input--with-inside-label__253bZ ~ .style-module_prefix__3jAFZ,\n.style-module_input--with-inside-label__253bZ:focus ~ .style-module_prefix__3jAFZ,\n.style-module_input--with-inside-label__253bZ:not(:placeholder-shown) ~ .style-module_prefix__3jAFZ {\n top: 29px;\n}\n\n.style-module_input__1eJO5 {\n box-sizing: border-box;\n padding-top: 9px;\n font-family: inherit;\n}\n.style-module_input--no-placeholder__3EGwh {\n padding-top: 0px;\n}\n.style-module_input--with-prefix__38e0j {\n padding-left: 32px !important;\n}\n\n.style-module_placeholder__1U2z0 {\n position: absolute;\n pointer-events: none;\n left: 16px;\n top: 50%;\n transform: translateY(-50%);\n transition: 0.3s ease all;\n color: var(--ds-grey-500);\n}\n.style-module_placeholder--with-prefix__2PquQ {\n left: 32px;\n}\n.style-module_placeholder--with-error__2ieRU {\n color: var(--ds-red-500);\n}\n\n.style-module_label__3FEZ1 {\n display: inline-block;\n margin-bottom: 8px;\n color: var(--ds-grey-600);\n}\n.style-module_label--with-error__166bP {\n color: var(--ds-red-500);\n}\n\n.style-module_error__167Zc {\n margin-top: 4px;\n}";
286
+ var styles$F = {"container":"style-module_container__2L4SP","prefix":"style-module_prefix__3jAFZ","prefix--with-error":"style-module_prefix--with-error__1yTTM","prefix--disabled":"style-module_prefix--disabled__2-gcw","input":"style-module_input__1eJO5","placeholder":"style-module_placeholder__1U2z0","input--with-inside-label":"style-module_input--with-inside-label__253bZ","placeholder--with-error":"style-module_placeholder--with-error__2ieRU","input--no-placeholder":"style-module_input--no-placeholder__3EGwh","input--with-prefix":"style-module_input--with-prefix__38e0j","placeholder--with-prefix":"style-module_placeholder--with-prefix__2PquQ","label":"style-module_label__3FEZ1","label--with-error":"style-module_label--with-error__166bP","error":"style-module_error__167Zc"};
287
+ styleInject(css_248z$G);
288
288
 
289
289
  var Input = require$$0__default['default'].forwardRef(function (_a, ref) {
290
290
  var _b, _c, _d, _e, _f, _g;
291
291
  var className = _a.className, placeholder = _a.placeholder, label = _a.label, id = _a.id, prefix = _a.prefix, error = _a.error, disabled = _a.disabled, _h = _a.hideLabel, hideLabel = _h === void 0 ? false : _h, _j = _a.labelInsideInput, labelInsideInput = _j === void 0 ? false : _j, props = __rest$1(_a, ["className", "placeholder", "label", "id", "prefix", "error", "disabled", "hideLabel", "labelInsideInput"]);
292
292
  var uniqueId = require$$0.useState(id !== null && id !== void 0 ? id : generateId())[0];
293
- return (jsxRuntime.jsxs("div", { className: "".concat(styles$w.container, " ").concat(className !== null && className !== void 0 ? className : ''), children: [label && !labelInsideInput && (jsxRuntime.jsx("label", { htmlFor: uniqueId, className: classnamesUtil('p-p', styles$w.label, (_b = {},
294
- _b[styles$w['label--with-error']] = error,
293
+ return (jsxRuntime.jsxs("div", { className: "".concat(styles$F.container, " ").concat(className !== null && className !== void 0 ? className : ''), children: [label && !labelInsideInput && (jsxRuntime.jsx("label", { htmlFor: uniqueId, className: classNames$1('p-p', styles$F.label, (_b = {},
294
+ _b[styles$F['label--with-error']] = error,
295
295
  _b['sr-only'] = hideLabel,
296
- _b)), children: label })), jsxRuntime.jsxs("div", { style: { position: 'relative' }, children: [jsxRuntime.jsx("input", __assign({ id: uniqueId, "data-testid": "ds-input-input", type: "text", ref: ref, className: classnamesUtil(error ? 'p-input--error' : 'p-input', (!label || labelInsideInput) && placeholder && placeholder.length > 0
297
- ? styles$w.input
298
- : styles$w['input--no-placeholder'], (_c = {},
299
- _c[styles$w['input--with-prefix']] = prefix,
300
- _c[styles$w['input--with-inside-label']] = labelInsideInput,
301
- _c)), placeholder: label || labelInsideInput ? placeholder : ' ', disabled: disabled }, props)), prefix && (jsxRuntime.jsx("span", { className: classnamesUtil(styles$w.prefix, (_d = {}, _d[styles$w['prefix--with-error']] = error, _d), (_e = {}, _e[styles$w['prefix--disabled']] = disabled, _e)), children: prefix })), (!label || labelInsideInput) && (jsxRuntime.jsx("label", { htmlFor: uniqueId, className: classnamesUtil(styles$w.placeholder, (_f = {}, _f[styles$w['placeholder--with-prefix']] = prefix, _f), (_g = {}, _g[styles$w['placeholder--with-error']] = error, _g)), children: labelInsideInput ? label : placeholder }))] }), error && (jsxRuntime.jsx("p", { className: "p-p--small tc-red-500 w100 ".concat(styles$w.error), children: error }))] }));
296
+ _b)), children: label })), jsxRuntime.jsxs("div", { style: { position: 'relative' }, children: [jsxRuntime.jsx("input", __assign({ id: uniqueId, "data-testid": "ds-input-input", type: "text", ref: ref, className: classNames$1(error ? 'p-input--error' : 'p-input', (!label || labelInsideInput) && placeholder && placeholder.length > 0
297
+ ? styles$F.input
298
+ : styles$F['input--no-placeholder'], (_c = {},
299
+ _c[styles$F['input--with-prefix']] = prefix,
300
+ _c[styles$F['input--with-inside-label']] = labelInsideInput,
301
+ _c)), placeholder: label || labelInsideInput ? placeholder : ' ', disabled: disabled }, props)), prefix && (jsxRuntime.jsx("span", { className: classNames$1(styles$F.prefix, (_d = {}, _d[styles$F['prefix--with-error']] = error, _d), (_e = {}, _e[styles$F['prefix--disabled']] = disabled, _e)), children: prefix })), (!label || labelInsideInput) && (jsxRuntime.jsx("label", { htmlFor: uniqueId, className: classNames$1(styles$F.placeholder, (_f = {}, _f[styles$F['placeholder--with-prefix']] = prefix, _f), (_g = {}, _g[styles$F['placeholder--with-error']] = error, _g)), children: labelInsideInput ? label : placeholder }))] }), error && (jsxRuntime.jsx("p", { className: "p-p--small tc-red-500 w100 ".concat(styles$F.error), children: error }))] }));
302
302
  });
303
303
 
304
304
  var build = {};
@@ -2292,21 +2292,21 @@ var useOnClickOutside = function (ref, callback) {
2292
2292
  }, [ref, callback]);
2293
2293
  };
2294
2294
 
2295
- var css_248z$w = ".styles-module_wrapper__1_lY0 {\n margin: 4px;\n}";
2296
- var styles$v = {"wrapper":"styles-module_wrapper__1_lY0"};
2297
- styleInject(css_248z$w);
2295
+ var css_248z$F = ".styles-module_wrapper__1_lY0 {\n margin: 4px;\n}";
2296
+ var styles$E = {"wrapper":"styles-module_wrapper__1_lY0"};
2297
+ styleInject(css_248z$F);
2298
2298
 
2299
2299
  var IconWrapper = function (_a) {
2300
2300
  var _b;
2301
- var children = _a.children, _c = _a.size, size = _c === void 0 ? 16 : _c, color = _a.color, className = _a.className, noMargin = _a.noMargin;
2302
- return (jsxRuntime.jsx("span", { className: classnamesUtil('d-inline-block', className !== null && className !== void 0 ? className : '', (_b = {},
2301
+ var children = _a.children, _c = _a.size, size = _c === void 0 ? 16 : _c, color = _a.color, className = _a.className, noMargin = _a.noMargin, rest = __rest$1(_a, ["children", "size", "color", "className", "noMargin"]);
2302
+ return (jsxRuntime.jsx("span", __assign({ className: classNames$1('d-inline-block', className !== null && className !== void 0 ? className : '', (_b = {},
2303
2303
  _b["tc-".concat(color)] = !!color,
2304
- _b[styles$v.wrapper] = !noMargin,
2304
+ _b[styles$E.wrapper] = !noMargin,
2305
2305
  _b)), style: {
2306
2306
  minWidth: "".concat(size, "px"),
2307
2307
  width: "".concat(size, "px"),
2308
2308
  height: "".concat(size, "px")
2309
- }, children: jsxRuntime.jsx("svg", { className: 'w100', viewBox: "0 0 24 24", fill: "none", children: children }) }));
2309
+ } }, rest, { children: jsxRuntime.jsx("svg", { className: 'w100', viewBox: "0 0 24 24", fill: "none", children: children }) })));
2310
2310
  };
2311
2311
 
2312
2312
  var _1 = (function (props) {
@@ -2609,7 +2609,7 @@ var ChevronDownIcon = (function (props) {
2609
2609
  return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2.4, d: "m4.8 9.4 7.2 7.2 7.2-7.2" }));
2610
2610
  });
2611
2611
 
2612
- var ChevronLeft = (function (props) {
2612
+ var ChevronLeftIcon = (function (props) {
2613
2613
  return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "m15 19-8-7 8-7" }));
2614
2614
  });
2615
2615
 
@@ -2617,7 +2617,7 @@ var ChevronRightIcon = (function (props) {
2617
2617
  return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "m8 19 8-7-8-7" }));
2618
2618
  });
2619
2619
 
2620
- var ChevronUp = (function (props) {
2620
+ var ChevronUpIcon = (function (props) {
2621
2621
  return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2.4, d: "M19.2 14.6 12 7.4l-7.2 7.2" }));
2622
2622
  });
2623
2623
 
@@ -3489,7 +3489,7 @@ var Square = (function (props) {
3489
3489
  return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeMiterlimit: 10, strokeWidth: 2, d: "M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2Z" }));
3490
3490
  });
3491
3491
 
3492
- var StarFilled = (function (props) {
3492
+ var StarFilledIcon = (function (props) {
3493
3493
  return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { fill: "currentColor", stroke: "currentColor", strokeLinejoin: "round", strokeWidth: 2, d: "M11.888 2h.129c.502.003.952.313 1.13.78l2.006 5.068 5.679.266c1.128.048 1.59 1.464.703 2.16l-4.433 3.546 1.84 5.653c.286 1.071-.906 1.93-1.84 1.325L12 17l-5 3.798c-.935.608-2.132-.252-1.844-1.325L6.9 13.82l-4.434-3.546c-.886-.696-.425-2.112.703-2.16l5.68-.266 2.021-5.068A1.224 1.224 0 0 1 11.889 2Z" }));
3494
3494
  });
3495
3495
 
@@ -3749,6 +3749,10 @@ var Youtube = (function (props) {
3749
3749
  return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2c.312-1.732.466-3.49.46-5.25a29.005 29.005 0 0 0-.46-5.33v0Z" }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "m10 14.54 5.75-3.27L10 8v6.54Z" }));
3750
3750
  });
3751
3751
 
3752
+ var ZapFilledIcon = (function (props) {
3753
+ return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { fill: "currentColor", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M13 2 3 14h9l-1 8 10-12h-9l1-8Z" }));
3754
+ });
3755
+
3752
3756
  var ZapOff = (function (props) {
3753
3757
  return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, clipPath: "url(#zap-off_svg__a)", children: jsxRuntime.jsx("path", { d: "M12.84 6.75 13.43 2 11 4.92M18.91 12.91 21.34 10H16M8 8l-5 6h9l-1 8 5-6M1 1l22 22" }) }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "zap-off_svg__a", children: jsxRuntime.jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) }));
3754
3758
  });
@@ -3765,9 +3769,9 @@ var ZoomOut = (function (props) {
3765
3769
  return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M11 19a8 8 0 1 0 0-16 8 8 0 0 0 0 16ZM21.35 21.35 17 17M8 11h6" }));
3766
3770
  });
3767
3771
 
3768
- var css_248z$v = ".style-module_container__3SY_g {\n position: relative;\n}";
3769
- var styles$u = {"container":"style-module_container__3SY_g"};
3770
- styleInject(css_248z$v);
3772
+ var css_248z$E = ".style-module_container__3SY_g {\n position: relative;\n}";
3773
+ var styles$D = {"container":"style-module_container__3SY_g"};
3774
+ styleInject(css_248z$E);
3771
3775
 
3772
3776
  var buttonTypeClassNameMap = {
3773
3777
  filledColor: 'p-btn--primary',
@@ -3781,18 +3785,18 @@ var buttonTypeClassNameMap = {
3781
3785
  };
3782
3786
  var Button = require$$0__default['default'].forwardRef(function (_a, ref) {
3783
3787
  var className = _a.className, _b = _a.loading, loading = _b === void 0 ? false : _b, children = _a.children, _c = _a.variant, variant = _c === void 0 ? 'filledColor' : _c, leftIcon = _a.leftIcon, rightIcon = _a.rightIcon, hideLabel = _a.hideLabel, props = __rest$1(_a, ["className", "loading", "children", "variant", "leftIcon", "rightIcon", "hideLabel"]);
3784
- return (jsxRuntime.jsx("button", __assign({ ref: ref, className: classnamesUtil(buttonTypeClassNameMap[variant], className, {
3788
+ return (jsxRuntime.jsx("button", __assign({ ref: ref, className: classNames$1(buttonTypeClassNameMap[variant], className, {
3785
3789
  'p-btn--loading': loading,
3786
3790
  'tc-transparent': loading,
3787
3791
  'p-btn--icon-only': hideLabel,
3788
- }), "data-testid": "button" }, props, { children: !loading && (leftIcon || rightIcon) ? (jsxRuntime.jsxs("div", { className: "d-flex jc-center ai-center", children: [leftIcon && (jsxRuntime.jsx("span", { className: classnamesUtil('d-inline-flex', {
3792
+ }), "data-testid": "button" }, props, { children: !loading && (leftIcon || rightIcon) ? (jsxRuntime.jsxs("div", { className: "d-flex jc-center ai-center", children: [leftIcon && (jsxRuntime.jsx("span", { className: classNames$1('d-inline-flex', {
3789
3793
  'mr8': !hideLabel
3790
3794
  }), children: require$$0__default['default'].cloneElement(leftIcon, {
3791
3795
  size: 20,
3792
3796
  noMargin: true
3793
- }) })), jsxRuntime.jsx("div", { className: classnamesUtil({
3797
+ }) })), jsxRuntime.jsx("div", { className: classNames$1({
3794
3798
  'sr-only': hideLabel
3795
- }), children: children }), rightIcon && (jsxRuntime.jsx("span", { className: classnamesUtil('d-inline-flex', {
3799
+ }), children: children }), rightIcon && (jsxRuntime.jsx("span", { className: classNames$1('d-inline-flex', {
3796
3800
  'ml8': !hideLabel
3797
3801
  }), children: require$$0__default['default'].cloneElement(rightIcon, {
3798
3802
  size: 20,
@@ -3825,7 +3829,7 @@ var Calendar = function (_a) {
3825
3829
  if (!displayCalendar) {
3826
3830
  return null;
3827
3831
  }
3828
- return (jsxRuntime.jsxs("div", { className: "".concat(styles$u.container, " ml8"), ref: calendarContainerRef, children: [jsxRuntime.jsx(Button, { onClick: function () { return setCalendarOpen(!isOpen); }, "data-testid": "calendar-button", hideLabel: true, variant: 'textColor', leftIcon: jsxRuntime.jsx(CalendarIcon, {}), type: "button", children: "Select date" }), isOpen && (jsxRuntime.jsx(DayPicker, { month: selectedDateInDateType, showOutsideDays: true, fromMonth: dateCalendarFromMonth, toMonth: dateCalendarToMonth, selectedDays: selectedDateInDateType, onDayClick: function (date) {
3832
+ return (jsxRuntime.jsxs("div", { className: "".concat(styles$D.container, " ml8"), ref: calendarContainerRef, children: [jsxRuntime.jsx(Button, { onClick: function () { return setCalendarOpen(!isOpen); }, "data-testid": "calendar-button", hideLabel: true, variant: 'textColor', leftIcon: jsxRuntime.jsx(CalendarIcon, {}), type: "button", children: "Select date" }), isOpen && (jsxRuntime.jsx(DayPicker, { month: selectedDateInDateType, showOutsideDays: true, fromMonth: dateCalendarFromMonth, toMonth: dateCalendarToMonth, selectedDays: selectedDateInDateType, onDayClick: function (date) {
3829
3833
  if (!dayjs(date).isValid()) {
3830
3834
  return;
3831
3835
  }
@@ -3961,12 +3965,12 @@ var DateSelector = function (_a) {
3961
3965
  };
3962
3966
  var getInputProps = function (key, index) {
3963
3967
  var _a, _b;
3964
- return (__assign({ 'data-cy': "date-selector-".concat(key), 'data-testid': "date-selector-".concat(key), className: styles$x["".concat(key, "Input")], id: key, name: key, maxLength: key === 'year' ? 4 : 2, required: true, label: placeholders === null || placeholders === void 0 ? void 0 : placeholders[key], placeholder: (_a = placeholders === null || placeholders === void 0 ? void 0 : placeholders["".concat(key, "Format")]) !== null && _a !== void 0 ? _a : "", labelInsideInput: true, value: (_b = internalValue[key]) !== null && _b !== void 0 ? _b : '', error: hasError && isDirty, type: "text", inputMode: "numeric", ref: function (el) { itemsRef.current[index] = el; }, onKeyUp: function (event) { return handleOnKeyUp(event, index); }, onKeyDown: function (event) { return handleOnKeyDown(event, index); }, onChange: function (_a) {
3968
+ return (__assign({ 'data-cy': "date-selector-".concat(key), 'data-testid': "date-selector-".concat(key), className: styles$G["".concat(key, "Input")], id: key, name: key, maxLength: key === 'year' ? 4 : 2, required: true, label: placeholders === null || placeholders === void 0 ? void 0 : placeholders[key], placeholder: (_a = placeholders === null || placeholders === void 0 ? void 0 : placeholders["".concat(key, "Format")]) !== null && _a !== void 0 ? _a : "", labelInsideInput: true, value: (_b = internalValue[key]) !== null && _b !== void 0 ? _b : '', error: hasError && isDirty, type: "text", inputMode: "numeric", ref: function (el) { itemsRef.current[index] = el; }, onKeyUp: function (event) { return handleOnKeyUp(event, index); }, onKeyDown: function (event) { return handleOnKeyDown(event, index); }, onChange: function (_a) {
3965
3969
  var target = _a.target;
3966
3970
  return handleOnChange(key, target.value);
3967
3971
  } }, (inputProps === null || inputProps === void 0 ? void 0 : inputProps(key)) || {}));
3968
3972
  };
3969
- return (jsxRuntime.jsxs("div", { children: [jsxRuntime.jsxs("div", { className: "d-flex ai-center", children: [jsxRuntime.jsxs("div", { className: classnamesUtil(styles$x.container, "d-flex gap8"), children: [jsxRuntime.jsxs("div", { className: "d-flex gap8 jc-between", children: [jsxRuntime.jsx(Input, __assign({}, getInputProps('day', 0))), jsxRuntime.jsx(Input, __assign({}, getInputProps('month', 1)))] }), jsxRuntime.jsx(Input, __assign({}, getInputProps('year', 2)))] }), jsxRuntime.jsx(Calendar, { dateFormat: COLLECTABLE_DATE_FORMAT, yearBoundaries: yearBoundaries, displayCalendar: displayCalendar, dayjsLocale: dayjsLocale, firstDayOfWeek: firstDayOfWeek, isOpen: isCalendarOpen, setCalendarOpen: setIsCalendarOpen, value: value, onChange: onChange })] }), hasError && isDirty && (jsxRuntime.jsx("p", { className: classnamesUtil(hasError && isDirty ? 'd-block' : 'd-none', "p-p--small tc-red-500 w100 mt8"), "data-testid": "date-error-message", children: {
3973
+ return (jsxRuntime.jsxs("div", { children: [jsxRuntime.jsxs("div", { className: "d-flex ai-center", children: [jsxRuntime.jsxs("div", { className: classNames$1(styles$G.container, "d-flex gap8"), children: [jsxRuntime.jsxs("div", { className: "d-flex gap8 jc-between", children: [jsxRuntime.jsx(Input, __assign({}, getInputProps('day', 0))), jsxRuntime.jsx(Input, __assign({}, getInputProps('month', 1)))] }), jsxRuntime.jsx(Input, __assign({}, getInputProps('year', 2)))] }), jsxRuntime.jsx(Calendar, { dateFormat: COLLECTABLE_DATE_FORMAT, yearBoundaries: yearBoundaries, displayCalendar: displayCalendar, dayjsLocale: dayjsLocale, firstDayOfWeek: firstDayOfWeek, isOpen: isCalendarOpen, setCalendarOpen: setIsCalendarOpen, value: value, onChange: onChange })] }), hasError && isDirty && (jsxRuntime.jsx("p", { className: classNames$1(hasError && isDirty ? 'd-block' : 'd-none', "p-p--small tc-red-500 w100 mt8"), "data-testid": "date-error-message", children: {
3970
3974
  default: placeholders.error,
3971
3975
  afterMax: placeholders.errorAfterMaxYear || "Please choose a date before ".concat(yearBoundaries.max + 1),
3972
3976
  beforeMin: placeholders.errorBeforeMinYear || "Please choose a date after ".concat(yearBoundaries.min - 1),
@@ -4467,9 +4471,9 @@ class SignaturePad$1 {
4467
4471
  }
4468
4472
  }
4469
4473
 
4470
- var css_248z$u = ".style-module_container__1VolG {\n position: relative;\n background-color: var(--ds-grey-200);\n border-radius: 8px;\n height: 272px;\n}\n\n.style-module_canvas__1Q440 {\n width: 100%;\n height: 100%;\n}\n\n.style-module_separator__Fdmnn {\n position: absolute;\n height: 2px;\n right: 112px;\n left: 72px;\n bottom: 32px;\n background-color: var(--ds-grey-400);\n border-radius: 1px;\n}\n\n.style-module_reset__1ePiM {\n display: flex;\n position: absolute;\n right: 16px;\n bottom: 32px;\n color: var(--ds-primary-500);\n cursor: pointer;\n border: none;\n text-decoration: none;\n font-size: 16px;\n line-height: 24px;\n background-color: transparent;\n}\n.style-module_reset__1ePiM:hover {\n color: var(--ds-primary-700);\n}\n.style-module_reset__1ePiM:before {\n content: \"\";\n display: inline-block;\n height: 24px;\n width: 24px;\n mask-repeat: no-repeat;\n mask-position: center;\n background-color: currentColor;\n -webkit-mask-repeat: no-repeat;\n -webkit-mask-position: center;\n -webkit-background-color: currentColor;\n margin-right: 4px;\n}\n.style-module_reset__1ePiM[disabled] {\n color: var(--ds-grey-500);\n}\n\n.style-module_sign__35Gp2 {\n position: absolute;\n bottom: 32px;\n left: 16px;\n height: 24px;\n width: 24px;\n mask-size: 24px 24px;\n mask-repeat: no-repeat;\n mask-position: center;\n -webkit-mask-size: 24px 24px;\n -webkit-mask-repeat: no-repeat;\n -webkit-mask-position: center;\n background-color: var(--ds-grey-500);\n}";
4471
- var styles$t = {"container":"style-module_container__1VolG","canvas":"style-module_canvas__1Q440","separator":"style-module_separator__Fdmnn","reset":"style-module_reset__1ePiM","sign":"style-module_sign__35Gp2"};
4472
- styleInject(css_248z$u);
4474
+ var css_248z$D = ".style-module_container__1VolG {\n position: relative;\n background-color: var(--ds-grey-200);\n border-radius: 8px;\n height: 272px;\n}\n\n.style-module_canvas__1Q440 {\n width: 100%;\n height: 100%;\n}\n\n.style-module_separator__Fdmnn {\n position: absolute;\n height: 2px;\n right: 112px;\n left: 72px;\n bottom: 32px;\n background-color: var(--ds-grey-400);\n border-radius: 1px;\n}\n\n.style-module_reset__1ePiM {\n display: flex;\n position: absolute;\n right: 16px;\n bottom: 32px;\n color: var(--ds-primary-500);\n cursor: pointer;\n border: none;\n text-decoration: none;\n font-size: 16px;\n line-height: 24px;\n background-color: transparent;\n}\n.style-module_reset__1ePiM:hover {\n color: var(--ds-primary-700);\n}\n.style-module_reset__1ePiM:before {\n content: \"\";\n display: inline-block;\n height: 24px;\n width: 24px;\n mask-repeat: no-repeat;\n mask-position: center;\n background-color: currentColor;\n -webkit-mask-repeat: no-repeat;\n -webkit-mask-position: center;\n -webkit-background-color: currentColor;\n margin-right: 4px;\n}\n.style-module_reset__1ePiM[disabled] {\n color: var(--ds-grey-500);\n}\n\n.style-module_sign__35Gp2 {\n position: absolute;\n bottom: 32px;\n left: 16px;\n height: 24px;\n width: 24px;\n mask-size: 24px 24px;\n mask-repeat: no-repeat;\n mask-position: center;\n -webkit-mask-size: 24px 24px;\n -webkit-mask-repeat: no-repeat;\n -webkit-mask-position: center;\n background-color: var(--ds-grey-500);\n}";
4475
+ var styles$C = {"container":"style-module_container__1VolG","canvas":"style-module_canvas__1Q440","separator":"style-module_separator__Fdmnn","reset":"style-module_reset__1ePiM","sign":"style-module_sign__35Gp2"};
4476
+ styleInject(css_248z$D);
4473
4477
 
4474
4478
  var sign = "data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2080%2080%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.7%203.70001C13.3%204.00001%2013.5%205.10001%2014.1%206.20001C14.7%207.30001%2014.9%209.20001%2014.6%2010.5C14.1%2012.3%2015.3%2014.4%2019.3%2019.7C22.2%2023.4%2025.6%2028%2026.9%2029.8L29.2%2033L23%2039.7C19.7%2043.4%2017.1%2046.9%2017.4%2047.6C17.7%2048.3%2017.2%2049.4%2016.4%2050C14.8%2051.4%2014.5%2054%2016.1%2054C17.5%2054%2023.6%2049.5%2029%2044.4L33.5%2040.1L41%2051.3C49.2%2063.6%2053.7%2069%2055.8%2069C56.6%2069%2056.8%2068.5%2056.4%2067.7C56%2067.1%2057.8%2068.9%2060.5%2071.8C63.1%2074.7%2065.5%2076.9%2065.7%2076.6C65.9%2076.4%2065.2%2074.4%2064.1%2072.1C62.9%2069.9%2062%2067.2%2062%2066.2C62%2063.3%2054.5%2047.6%2048.9%2039C46.2%2034.8%2044%2031%2044%2030.6C44%2030.2%2046.2%2027.3%2048.9%2024.2C54.3%2017.9%2059%2011.2%2059%209.80001C59%209.30001%2057.7%209.10001%2056%209.50001C54.2%209.90001%2050.5%2012.7%2046.4%2017.1C42.7%2020.9%2039.4%2024%2039.1%2024C38.8%2024%2036.3%2020.7%2033.6%2016.8C30.9%2012.9%2027.9%209.50001%2027%209.30001C26%209.00001%2024.3%207.60001%2023.2%206.10001C21.7%204.10001%2020.3%203.30001%2017.7%203.20001C15.8%203.10001%2014%203.30001%2013.7%203.70001Z%22%20fill%3D%22%238E8CEE%22%2F%3E%3C%2Fsvg%3E";
4475
4479
 
@@ -4498,11 +4502,11 @@ var SignaturePad = /** @class */ (function (_super) {
4498
4502
  SignaturePad.prototype.render = function () {
4499
4503
  var hasContent = this.state.hasContent;
4500
4504
  return (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("style", { dangerouslySetInnerHTML: {
4501
- __html: ".".concat(styles$t.reset, "::before { \n -webkit-mask-image: url(\"").concat(reset, "\");\n mask-image: url(\"").concat(reset, "\");\n }"),
4502
- } }), jsxRuntime.jsxs("div", { className: styles$t.container, children: [jsxRuntime.jsx("canvas", { className: styles$t.canvas, ref: this.canvasRef }), jsxRuntime.jsx("div", { className: styles$t.separator }), jsxRuntime.jsx("div", { className: styles$t.sign, style: {
4505
+ __html: ".".concat(styles$C.reset, "::before { \n -webkit-mask-image: url(\"").concat(reset, "\");\n mask-image: url(\"").concat(reset, "\");\n }"),
4506
+ } }), jsxRuntime.jsxs("div", { className: styles$C.container, children: [jsxRuntime.jsx("canvas", { className: styles$C.canvas, ref: this.canvasRef }), jsxRuntime.jsx("div", { className: styles$C.separator }), jsxRuntime.jsx("div", { className: styles$C.sign, style: {
4503
4507
  WebkitMaskImage: "url(\"".concat(sign, "\")"),
4504
4508
  maskImage: "url(\"".concat(sign, "\")"),
4505
- } }), jsxRuntime.jsx("button", { className: styles$t.reset, onClick: this.clear, disabled: !hasContent, children: "Reset" })] })] }));
4509
+ } }), jsxRuntime.jsx("button", { className: styles$C.reset, onClick: this.clear, disabled: !hasContent, children: "Reset" })] })] }));
4506
4510
  };
4507
4511
  SignaturePad.prototype.notifyOnChange = function () {
4508
4512
  var onChange = this.props.onChange;
@@ -4936,9 +4940,9 @@ var geocoderAddressComponentToPartialAddress = function (input) {
4936
4940
  return toReturn;
4937
4941
  };
4938
4942
 
4939
- var css_248z$t = "@media (max-width: 34rem) {\n .style-module_input-line__34TKK {\n flex-direction: column;\n }\n .style-module_input-line__34TKK > *:not(:first-child) {\n margin-top: 16px;\n }\n}\n\n@media (max-width: 34rem) {\n .style-module_house-number-input__1sDS5 {\n max-width: none !important;\n }\n}\n\n.style-module_map-container__2rzjU {\n position: relative;\n height: 112px;\n margin-bottom: 16px;\n border-radius: 8px;\n transition: 0.3s height ease-in-out, 0.3s margin-top ease-in-out;\n overflow: hidden;\n}\n.style-module_map-container--hidden__2AnYR {\n height: 0;\n margin: 0;\n}\n\n@keyframes style-module_appear-in__3HZHT {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n}\n.style-module_appear-in-animate__1bJyO {\n animation-name: style-module_appear-in__3HZHT;\n animation-duration: 0.3s;\n animation-fill-mode: both;\n}\n\n.style-module_loading-spinner__3-nri {\n display: flex;\n justify-content: center;\n align-items: center;\n position: absolute !important;\n background-color: rgba(142, 140, 238, 0.25);\n top: 0;\n left: 0;\n bottom: 0;\n right: 0;\n z-index: 100;\n animation-name: style-module_appear-in__3HZHT;\n animation-duration: 0.3s;\n animation-fill-mode: both;\n}\n\n.style-module_map__1Vtps {\n width: 100%;\n height: 100%;\n}";
4940
- var styles$s = {"input-line":"style-module_input-line__34TKK","house-number-input":"style-module_house-number-input__1sDS5","map-container":"style-module_map-container__2rzjU","map-container--hidden":"style-module_map-container--hidden__2AnYR","appear-in-animate":"style-module_appear-in-animate__1bJyO","appear-in":"style-module_appear-in__3HZHT","loading-spinner":"style-module_loading-spinner__3-nri","map":"style-module_map__1Vtps"};
4941
- styleInject(css_248z$t);
4943
+ var css_248z$C = "@media (max-width: 34rem) {\n .style-module_input-line__34TKK {\n flex-direction: column;\n }\n .style-module_input-line__34TKK > *:not(:first-child) {\n margin-top: 16px;\n }\n}\n\n@media (max-width: 34rem) {\n .style-module_house-number-input__1sDS5 {\n max-width: none !important;\n }\n}\n\n.style-module_map-container__2rzjU {\n position: relative;\n height: 112px;\n margin-bottom: 16px;\n border-radius: 8px;\n transition: 0.3s height ease-in-out, 0.3s margin-top ease-in-out;\n overflow: hidden;\n}\n.style-module_map-container--hidden__2AnYR {\n height: 0;\n margin: 0;\n}\n\n@keyframes style-module_appear-in__3HZHT {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n}\n.style-module_appear-in-animate__1bJyO {\n animation-name: style-module_appear-in__3HZHT;\n animation-duration: 0.3s;\n animation-fill-mode: both;\n}\n\n.style-module_loading-spinner__3-nri {\n display: flex;\n justify-content: center;\n align-items: center;\n position: absolute !important;\n background-color: rgba(142, 140, 238, 0.25);\n top: 0;\n left: 0;\n bottom: 0;\n right: 0;\n z-index: 100;\n animation-name: style-module_appear-in__3HZHT;\n animation-duration: 0.3s;\n animation-fill-mode: both;\n}\n\n.style-module_map__1Vtps {\n width: 100%;\n height: 100%;\n}";
4944
+ var styles$B = {"input-line":"style-module_input-line__34TKK","house-number-input":"style-module_house-number-input__1sDS5","map-container":"style-module_map-container__2rzjU","map-container--hidden":"style-module_map-container--hidden__2AnYR","appear-in-animate":"style-module_appear-in-animate__1bJyO","appear-in":"style-module_appear-in__3HZHT","loading-spinner":"style-module_loading-spinner__3-nri","map":"style-module_map__1Vtps"};
4945
+ styleInject(css_248z$C);
4942
4946
 
4943
4947
  var GERMANY_LAT_LNG = { lat: 51.54317, lng: 10.3181503 };
4944
4948
  var GERMANY_ALPHA_CODE = 'DE';
@@ -5071,10 +5075,10 @@ var AutocompleteAddress = function (_a) {
5071
5075
  }
5072
5076
  };
5073
5077
  };
5074
- return (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsxs("div", { className: classnamesUtil("wmx8 bg-grey-500 ".concat(styles$s['map-container']), (_b = {},
5075
- _b[styles$s['map-container--hidden']] = place === null,
5076
- _b)), children: [jsxRuntime.jsx("div", { className: styles$s.map, id: "map" }), isLoading && (jsxRuntime.jsx("div", { className: styles$s['loading-spinner'], children: jsxRuntime.jsx("div", { className: "ds-spinner ds-spinner__m" }) }))] }), jsxRuntime.jsx("div", { className: "wmx8", children: manualAddressEntry === false ? (jsxRuntime.jsxs("div", { style: { position: 'relative' }, children: [jsxRuntime.jsx(Input, { className: "w100", id: "autocomplete", "data-cy": "autocomplete", type: "text", placeholder: (placeholders === null || placeholders === void 0 ? void 0 : placeholders.manualAddressEntry) || 'Search for address', ref: autocompleteElement }, "autocomplete-search"), hasLoadedGoogleAPI === false && (jsxRuntime.jsx("div", { "data-cy": "google-api-loader", className: styles$s['loading-spinner'], children: jsxRuntime.jsx("div", { className: "ds-spinner ds-spinner__m" }) }))] })) : (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsxs("div", { className: "d-flex c-gap16 ".concat(styles$s['input-line']), children: [jsxRuntime.jsx(Input, __assign({ className: "w100", "data-cy": "autocomplete", type: "text", placeholder: (placeholders === null || placeholders === void 0 ? void 0 : placeholders.street) || 'Street', value: (address === null || address === void 0 ? void 0 : address.street) || '', onChange: onManualAddressChange(), name: "street" }, inputProps === null || inputProps === void 0 ? void 0 : inputProps.street), "autocomplete-street"), jsxRuntime.jsx(Input, __assign({ className: "wmx2 ".concat(styles$s['house-number-input']), "data-cy": "autocomplete-house-number", placeholder: (placeholders === null || placeholders === void 0 ? void 0 : placeholders.houseNumber) || 'House Number', value: (address === null || address === void 0 ? void 0 : address.houseNumber) || '', name: "houseNumber", onChange: onManualAddressChange() }, inputProps === null || inputProps === void 0 ? void 0 : inputProps.houseNumber), "autocomplete-house-number")] }), jsxRuntime.jsx(Input, __assign({ className: "mt16", "data-cy": "autocomplete-additional-info", placeholder: (placeholders === null || placeholders === void 0 ? void 0 : placeholders.additionalInformation) ||
5077
- 'Additional information (C/O, apartment, …)', value: (address === null || address === void 0 ? void 0 : address.additionalInformation) || '', name: "additionalInformation", onChange: onManualAddressChange({ updatePlace: false }) }, inputProps === null || inputProps === void 0 ? void 0 : inputProps.additionalInformation), "autocomplete-additional-info"), jsxRuntime.jsxs("div", { className: "d-flex mt16 c-gap16 ".concat(styles$s['input-line']), children: [jsxRuntime.jsx(Input, __assign({ className: "w100", "data-cy": "autocomplete-postcode", placeholder: (placeholders === null || placeholders === void 0 ? void 0 : placeholders.postcode) || 'Postcode', value: (address === null || address === void 0 ? void 0 : address.postcode) || '', name: "postcode", onChange: onManualAddressChange() }, inputProps === null || inputProps === void 0 ? void 0 : inputProps.postcode), "autocomplete-postcode"), jsxRuntime.jsx(Input, __assign({ className: "w100", "data-cy": "autocomplete-city", placeholder: (placeholders === null || placeholders === void 0 ? void 0 : placeholders.city) || 'City', value: (address === null || address === void 0 ? void 0 : address.city) || '', name: "city", onChange: onManualAddressChange() }, inputProps === null || inputProps === void 0 ? void 0 : inputProps.city), "autocomplete-city")] })] })) }), manualAddressEntry === false && (jsxRuntime.jsxs("div", { className: "p-p mt8", children: [(manualAddressEntryTexts === null || manualAddressEntryTexts === void 0 ? void 0 : manualAddressEntryTexts.preText) || 'Or ', jsxRuntime.jsx("button", { className: 'p-a p-p fw-bold c-pointer bg-transparent', onClick: handleEnterAddressManually, type: "button", children: (manualAddressEntryTexts === null || manualAddressEntryTexts === void 0 ? void 0 : manualAddressEntryTexts.cta) || 'enter address manually' })] }))] }));
5078
+ return (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsxs("div", { className: classNames$1("wmx8 bg-grey-500 ".concat(styles$B['map-container']), (_b = {},
5079
+ _b[styles$B['map-container--hidden']] = place === null,
5080
+ _b)), children: [jsxRuntime.jsx("div", { className: styles$B.map, id: "map" }), isLoading && (jsxRuntime.jsx("div", { className: styles$B['loading-spinner'], children: jsxRuntime.jsx("div", { className: "ds-spinner ds-spinner__m" }) }))] }), jsxRuntime.jsx("div", { className: "wmx8", children: manualAddressEntry === false ? (jsxRuntime.jsxs("div", { style: { position: 'relative' }, children: [jsxRuntime.jsx(Input, { className: "w100", id: "autocomplete", "data-cy": "autocomplete", type: "text", placeholder: (placeholders === null || placeholders === void 0 ? void 0 : placeholders.manualAddressEntry) || 'Search for address', ref: autocompleteElement }, "autocomplete-search"), hasLoadedGoogleAPI === false && (jsxRuntime.jsx("div", { "data-cy": "google-api-loader", className: styles$B['loading-spinner'], children: jsxRuntime.jsx("div", { className: "ds-spinner ds-spinner__m" }) }))] })) : (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsxs("div", { className: "d-flex c-gap16 ".concat(styles$B['input-line']), children: [jsxRuntime.jsx(Input, __assign({ className: "w100", "data-cy": "autocomplete", type: "text", placeholder: (placeholders === null || placeholders === void 0 ? void 0 : placeholders.street) || 'Street', value: (address === null || address === void 0 ? void 0 : address.street) || '', onChange: onManualAddressChange(), name: "street" }, inputProps === null || inputProps === void 0 ? void 0 : inputProps.street), "autocomplete-street"), jsxRuntime.jsx(Input, __assign({ className: "wmx2 ".concat(styles$B['house-number-input']), "data-cy": "autocomplete-house-number", placeholder: (placeholders === null || placeholders === void 0 ? void 0 : placeholders.houseNumber) || 'House Number', value: (address === null || address === void 0 ? void 0 : address.houseNumber) || '', name: "houseNumber", onChange: onManualAddressChange() }, inputProps === null || inputProps === void 0 ? void 0 : inputProps.houseNumber), "autocomplete-house-number")] }), jsxRuntime.jsx(Input, __assign({ className: "mt16", "data-cy": "autocomplete-additional-info", placeholder: (placeholders === null || placeholders === void 0 ? void 0 : placeholders.additionalInformation) ||
5081
+ 'Additional information (C/O, apartment, …)', value: (address === null || address === void 0 ? void 0 : address.additionalInformation) || '', name: "additionalInformation", onChange: onManualAddressChange({ updatePlace: false }) }, inputProps === null || inputProps === void 0 ? void 0 : inputProps.additionalInformation), "autocomplete-additional-info"), jsxRuntime.jsxs("div", { className: "d-flex mt16 c-gap16 ".concat(styles$B['input-line']), children: [jsxRuntime.jsx(Input, __assign({ className: "w100", "data-cy": "autocomplete-postcode", placeholder: (placeholders === null || placeholders === void 0 ? void 0 : placeholders.postcode) || 'Postcode', value: (address === null || address === void 0 ? void 0 : address.postcode) || '', name: "postcode", onChange: onManualAddressChange() }, inputProps === null || inputProps === void 0 ? void 0 : inputProps.postcode), "autocomplete-postcode"), jsxRuntime.jsx(Input, __assign({ className: "w100", "data-cy": "autocomplete-city", placeholder: (placeholders === null || placeholders === void 0 ? void 0 : placeholders.city) || 'City', value: (address === null || address === void 0 ? void 0 : address.city) || '', name: "city", onChange: onManualAddressChange() }, inputProps === null || inputProps === void 0 ? void 0 : inputProps.city), "autocomplete-city")] })] })) }), manualAddressEntry === false && (jsxRuntime.jsxs("div", { className: "p-p mt8", children: [(manualAddressEntryTexts === null || manualAddressEntryTexts === void 0 ? void 0 : manualAddressEntryTexts.preText) || 'Or ', jsxRuntime.jsx("button", { className: 'p-a p-p fw-bold c-pointer bg-transparent', onClick: handleEnterAddressManually, type: "button", children: (manualAddressEntryTexts === null || manualAddressEntryTexts === void 0 ? void 0 : manualAddressEntryTexts.cta) || 'enter address manually' })] }))] }));
5078
5082
  };
5079
5083
 
5080
5084
  var propTypes$1 = {exports: {}};
@@ -7933,7 +7937,7 @@ const ANIMATION_STATE_CLASSES = {
7933
7937
  staticHeightSpecific: 'rah-static--height-specific',
7934
7938
  };
7935
7939
  function getStaticStateClasses(animationStateClasses, height) {
7936
- return classnamesUtil({
7940
+ return classNames$1({
7937
7941
  [animationStateClasses.static]: true,
7938
7942
  [animationStateClasses.staticHeightZero]: height === 0,
7939
7943
  [animationStateClasses.staticHeightSpecific]: height > 0,
@@ -8017,7 +8021,7 @@ const AnimateHeight = (_a) => {
8017
8021
  newHeight = contentHeight;
8018
8022
  }
8019
8023
  // Animation classes
8020
- const newAnimationStateClassNames = classnamesUtil({
8024
+ const newAnimationStateClassNames = classNames$1({
8021
8025
  [stateClasses.current.animating]: true,
8022
8026
  [stateClasses.current.animatingUp]: prevHeight.current === 'auto' || height < prevHeight.current,
8023
8027
  [stateClasses.current.animatingDown]: height === 'auto' || height > prevHeight.current,
@@ -8116,13 +8120,13 @@ const AnimateHeight = (_a) => {
8116
8120
  require$$0__default['default'].createElement("div", { className: contentClassName, style: contentStyle, ref: contentElement }, children)));
8117
8121
  };
8118
8122
 
8119
- var css_248z$s = ".style-module_container__Uyltc {\n background-color: transparent;\n}\n\n.style-module_dropzoneContainer__yZoGP {\n border: 1px dashed var(--ds-primary-500);\n padding: 32px 0;\n background-color: white;\n transition: all 0.6s ease-in-out;\n}\n\n.style-module_img__11JI8 {\n vertical-align: middle;\n margin-right: 8px;\n height: 18px;\n}\n\n.style-module_textInline__2F21z {\n display: inline-flex;\n}\n\n.style-module_dropzoneContainer__yZoGP:focus {\n outline: none;\n}\n\n.style-module_dropzoneContainer__yZoGP:hover {\n background-color: var(--ds-primary-100);\n transition: 0.5s ease;\n}\n\n.style-module_dropzoneContainerDisabled__1X3gP {\n pointer-events: none;\n opacity: 0.4;\n}";
8120
- var styles$r = {"container":"style-module_container__Uyltc","dropzoneContainer":"style-module_dropzoneContainer__yZoGP","img":"style-module_img__11JI8","textInline":"style-module_textInline__2F21z","dropzoneContainerDisabled":"style-module_dropzoneContainerDisabled__1X3gP"};
8121
- styleInject(css_248z$s);
8123
+ var css_248z$B = ".style-module_container__Uyltc {\n background-color: transparent;\n}\n\n.style-module_dropzoneContainer__yZoGP {\n border: 1px dashed var(--ds-primary-500);\n padding: 32px 0;\n background-color: white;\n transition: all 0.6s ease-in-out;\n}\n\n.style-module_img__11JI8 {\n vertical-align: middle;\n margin-right: 8px;\n height: 18px;\n}\n\n.style-module_textInline__2F21z {\n display: inline-flex;\n}\n\n.style-module_dropzoneContainer__yZoGP:focus {\n outline: none;\n}\n\n.style-module_dropzoneContainer__yZoGP:hover {\n background-color: var(--ds-primary-100);\n transition: 0.5s ease;\n}\n\n.style-module_dropzoneContainerDisabled__1X3gP {\n pointer-events: none;\n opacity: 0.4;\n}";
8124
+ var styles$A = {"container":"style-module_container__Uyltc","dropzoneContainer":"style-module_dropzoneContainer__yZoGP","img":"style-module_img__11JI8","textInline":"style-module_textInline__2F21z","dropzoneContainerDisabled":"style-module_dropzoneContainerDisabled__1X3gP"};
8125
+ styleInject(css_248z$B);
8122
8126
 
8123
- var css_248z$r = ".style-module_upload-file-cell__3nv5i {\n display: flex;\n align-items: center;\n justify-content: space-between;\n min-height: 64px;\n padding: 8px 16px;\n border: 1px solid #d2d2d8;\n border-radius: 8px;\n background-color: white;\n animation: style-module_appear-down__14rCV 0.6s;\n animation-fill-mode: both;\n animation-delay: 0s;\n}\n\n.style-module_upload-file-cell-error__3KcSe {\n border-color: #e55454;\n background-color: rgba(229, 84, 84, 0.2);\n}\n\n.style-module_cell-left-section__3Iv8c {\n display: flex;\n align-items: center;\n}\n\n.style-module_icon__31Yuk {\n margin: 0px;\n}\n\n.style-module_main-icon__335_Y {\n margin-right: 16px;\n}\n\n.style-module_upload-display-text__3Rd68 {\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n}\n\n.style-module_progress-bar-container__2JCBO {\n position: relative;\n}\n\n.style-module_progress-bar__1Rosf {\n background-color: #f5f6fb;\n border-radius: 10px;\n height: 4px;\n}\n\n.style-module_progress-bar-filler__131fA {\n background-color: #8e8cee;\n border-radius: 10px;\n height: 4px;\n position: absolute;\n bottom: 0;\n transition: 1s ease;\n}\n\n.style-module_cell-right-section__dVWqJ {\n display: flex;\n justify-content: flex-end;\n min-width: 32px;\n margin-left: 16px;\n}\n\n.style-module_cell-right-section-complete__c0rHc {\n min-width: 64px;\n}\n\n.style-module_view-icon__3UenG,\n.style-module_remove-icon__2FWBQ {\n cursor: pointer;\n background: none;\n border: none;\n padding: 0;\n margin: 0;\n color: inherit;\n text-align: inherit;\n outline: none;\n box-shadow: none;\n appearance: none;\n -webkit-appearance: none;\n -moz-appearance: none;\n}\n\n.style-module_remove-icon__2FWBQ {\n margin-left: 16px;\n}\n\n.style-module_disabled__s-DR1 {\n pointer-events: none;\n cursor: default;\n opacity: 0.3;\n}\n\n@keyframes style-module_appear-down__14rCV {\n from {\n transform: translateY(-10px);\n opacity: 0;\n }\n to {\n transform: translateY(0);\n opacity: 1;\n }\n}";
8124
- var styles$q = {"upload-file-cell":"style-module_upload-file-cell__3nv5i","appear-down":"style-module_appear-down__14rCV","upload-file-cell-error":"style-module_upload-file-cell-error__3KcSe","cell-left-section":"style-module_cell-left-section__3Iv8c","icon":"style-module_icon__31Yuk","main-icon":"style-module_main-icon__335_Y","upload-display-text":"style-module_upload-display-text__3Rd68","progress-bar-container":"style-module_progress-bar-container__2JCBO","progress-bar":"style-module_progress-bar__1Rosf","progress-bar-filler":"style-module_progress-bar-filler__131fA","cell-right-section":"style-module_cell-right-section__dVWqJ","cell-right-section-complete":"style-module_cell-right-section-complete__c0rHc","view-icon":"style-module_view-icon__3UenG","remove-icon":"style-module_remove-icon__2FWBQ","disabled":"style-module_disabled__s-DR1"};
8125
- styleInject(css_248z$r);
8127
+ var css_248z$A = ".style-module_upload-file-cell__3nv5i {\n display: flex;\n align-items: center;\n justify-content: space-between;\n min-height: 64px;\n padding: 8px 16px;\n border: 1px solid #d2d2d8;\n border-radius: 8px;\n background-color: white;\n animation: style-module_appear-down__14rCV 0.6s;\n animation-fill-mode: both;\n animation-delay: 0s;\n}\n\n.style-module_upload-file-cell-error__3KcSe {\n border-color: #e55454;\n background-color: rgba(229, 84, 84, 0.2);\n}\n\n.style-module_cell-left-section__3Iv8c {\n display: flex;\n align-items: center;\n}\n\n.style-module_icon__31Yuk {\n margin: 0px;\n}\n\n.style-module_main-icon__335_Y {\n margin-right: 16px;\n}\n\n.style-module_upload-display-text__3Rd68 {\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n}\n\n.style-module_progress-bar-container__2JCBO {\n position: relative;\n}\n\n.style-module_progress-bar__1Rosf {\n background-color: #f5f6fb;\n border-radius: 10px;\n height: 4px;\n}\n\n.style-module_progress-bar-filler__131fA {\n background-color: #8e8cee;\n border-radius: 10px;\n height: 4px;\n position: absolute;\n bottom: 0;\n transition: 1s ease;\n}\n\n.style-module_cell-right-section__dVWqJ {\n display: flex;\n justify-content: flex-end;\n min-width: 32px;\n margin-left: 16px;\n}\n\n.style-module_cell-right-section-complete__c0rHc {\n min-width: 64px;\n}\n\n.style-module_view-icon__3UenG,\n.style-module_remove-icon__2FWBQ {\n cursor: pointer;\n background: none;\n border: none;\n padding: 0;\n margin: 0;\n color: inherit;\n text-align: inherit;\n outline: none;\n box-shadow: none;\n appearance: none;\n -webkit-appearance: none;\n -moz-appearance: none;\n}\n\n.style-module_remove-icon__2FWBQ {\n margin-left: 16px;\n}\n\n.style-module_disabled__s-DR1 {\n pointer-events: none;\n cursor: default;\n opacity: 0.3;\n}\n\n@keyframes style-module_appear-down__14rCV {\n from {\n transform: translateY(-10px);\n opacity: 0;\n }\n to {\n transform: translateY(0);\n opacity: 1;\n }\n}";
8128
+ var styles$z = {"upload-file-cell":"style-module_upload-file-cell__3nv5i","appear-down":"style-module_appear-down__14rCV","upload-file-cell-error":"style-module_upload-file-cell-error__3KcSe","cell-left-section":"style-module_cell-left-section__3Iv8c","icon":"style-module_icon__31Yuk","main-icon":"style-module_main-icon__335_Y","upload-display-text":"style-module_upload-display-text__3Rd68","progress-bar-container":"style-module_progress-bar-container__2JCBO","progress-bar":"style-module_progress-bar__1Rosf","progress-bar-filler":"style-module_progress-bar-filler__131fA","cell-right-section":"style-module_cell-right-section__dVWqJ","cell-right-section-complete":"style-module_cell-right-section-complete__c0rHc","view-icon":"style-module_view-icon__3UenG","remove-icon":"style-module_remove-icon__2FWBQ","disabled":"style-module_disabled__s-DR1"};
8129
+ styleInject(css_248z$A);
8126
8130
 
8127
8131
  var UploadFileCell = function (_a) {
8128
8132
  var _b, _c, _d;
@@ -8141,13 +8145,13 @@ var UploadFileCell = function (_a) {
8141
8145
  COMPLETE: name,
8142
8146
  ERROR: error !== null && error !== void 0 ? error : 'Something went wrong. Try uploading again.',
8143
8147
  }[uploadStatus];
8144
- return (jsxRuntime.jsxs("div", { className: classnamesUtil("mt8 ".concat(styles$q['upload-file-cell']), (_b = {},
8145
- _b[styles$q['upload-file-cell-error']] = hasError,
8146
- _b)), children: [jsxRuntime.jsxs("div", { className: "w100 ".concat(styles$q['cell-left-section']), children: [jsxRuntime.jsx(FileIcon, { className: classnamesUtil("".concat(styles$q['main-icon'], " ").concat(styles$q.icon)), color: mapFileIconColor[uploadStatus], size: 24 }), jsxRuntime.jsxs("div", { className: "w100", children: [jsxRuntime.jsx("div", { className: "p-p ".concat(styles$q['upload-display-text']), title: displayText, children: displayText }), isUploading && showProgressBar && (jsxRuntime.jsxs("div", { className: "mt8 w100 ".concat(styles$q['progress-bar-container']), children: [jsxRuntime.jsx("div", { className: "".concat(styles$q['progress-bar']) }), jsxRuntime.jsx("div", { "data-testid": "ds-filecell-progressbar", className: "".concat(styles$q['progress-bar-filler']), style: { width: "".concat(progress, "%") } })] }))] })] }), jsxRuntime.jsx("div", { className: classnamesUtil(styles$q['cell-right-section'], (_c = {},
8147
- _c[styles$q['cell-right-section-complete']] = isComplete,
8148
- _c)), children: isUploading ? (jsxRuntime.jsx("div", { className: styles$q.spinner, children: showLoadingSpinner && (jsxRuntime.jsx("div", { className: "ds-spinner ds-spinner__m", "data-testid": "ds-filecell-spinner" })) })) : (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [isComplete && (jsxRuntime.jsx("a", { className: styles$q['view-icon'], href: previewUrl, target: "_blank", rel: "noopener noreferrer", children: jsxRuntime.jsx(EyeVisionIcon, { color: 'grey-500', size: 24, className: styles$q.icon }) })), onRemoveFile && (jsxRuntime.jsx("button", { type: "button", onClick: function () { return onRemoveFile(id); }, className: classnamesUtil(styles$q['remove-icon'], (_d = {},
8149
- _d[styles$q.disabled] = uploading,
8150
- _d)), "data-testid": "remove-button", children: jsxRuntime.jsx(Trash2Icon, { color: hasError ? 'red-500' : 'grey-500', size: 24, className: styles$q.icon }) }))] })) })] }));
8148
+ return (jsxRuntime.jsxs("div", { className: classNames$1("mt8 ".concat(styles$z['upload-file-cell']), (_b = {},
8149
+ _b[styles$z['upload-file-cell-error']] = hasError,
8150
+ _b)), children: [jsxRuntime.jsxs("div", { className: "w100 ".concat(styles$z['cell-left-section']), children: [jsxRuntime.jsx(FileIcon, { className: classNames$1("".concat(styles$z['main-icon'], " ").concat(styles$z.icon)), color: mapFileIconColor[uploadStatus], size: 24 }), jsxRuntime.jsxs("div", { className: "w100", children: [jsxRuntime.jsx("div", { className: "p-p ".concat(styles$z['upload-display-text']), title: displayText, children: displayText }), isUploading && showProgressBar && (jsxRuntime.jsxs("div", { className: "mt8 w100 ".concat(styles$z['progress-bar-container']), children: [jsxRuntime.jsx("div", { className: "".concat(styles$z['progress-bar']) }), jsxRuntime.jsx("div", { "data-testid": "ds-filecell-progressbar", className: "".concat(styles$z['progress-bar-filler']), style: { width: "".concat(progress, "%") } })] }))] })] }), jsxRuntime.jsx("div", { className: classNames$1(styles$z['cell-right-section'], (_c = {},
8151
+ _c[styles$z['cell-right-section-complete']] = isComplete,
8152
+ _c)), children: isUploading ? (jsxRuntime.jsx("div", { className: styles$z.spinner, children: showLoadingSpinner && (jsxRuntime.jsx("div", { className: "ds-spinner ds-spinner__m", "data-testid": "ds-filecell-spinner" })) })) : (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [isComplete && (jsxRuntime.jsx("a", { className: styles$z['view-icon'], href: previewUrl, target: "_blank", rel: "noopener noreferrer", children: jsxRuntime.jsx(EyeVisionIcon, { color: 'grey-500', size: 24, className: styles$z.icon }) })), onRemoveFile && (jsxRuntime.jsx("button", { type: "button", onClick: function () { return onRemoveFile(id); }, className: classNames$1(styles$z['remove-icon'], (_d = {},
8153
+ _d[styles$z.disabled] = uploading,
8154
+ _d)), "data-testid": "remove-button", children: jsxRuntime.jsx(Trash2Icon, { color: hasError ? 'red-500' : 'grey-500', size: 24, className: styles$z.icon }) }))] })) })] }));
8151
8155
  };
8152
8156
 
8153
8157
  var k$2 = 1024;
@@ -8286,9 +8290,9 @@ var MultiDropzone = function (_a) {
8286
8290
  maxSize: maxSize,
8287
8291
  onDrop: onDrop,
8288
8292
  }), getRootProps = _f.getRootProps, getInputProps = _f.getInputProps;
8289
- return (jsxRuntime.jsxs("div", { className: styles$r.container, children: [jsxRuntime.jsxs("div", __assign({ className: classnamesUtil("w100 ta-center br8 c-pointer ".concat(styles$r.dropzoneContainer), (_b = {},
8290
- _b[styles$r['dropzoneContainerDisabled']] = uploading,
8291
- _b)) }, getRootProps(), { children: [jsxRuntime.jsx("input", __assign({ "data-testid": "ds-drop-input" }, getInputProps())), jsxRuntime.jsx(UploadCloudIcon, { className: isCondensed ? styles$r.img : '', size: isCondensed ? 24 : 64, color: 'purple-500' }), jsxRuntime.jsx("div", { className: "p-h4 mt8 d-block c-pointer ".concat(isCondensed ? styles$r.textInline : ''), children: uploading
8293
+ return (jsxRuntime.jsxs("div", { className: styles$A.container, children: [jsxRuntime.jsxs("div", __assign({ className: classNames$1("w100 ta-center br8 c-pointer ".concat(styles$A.dropzoneContainer), (_b = {},
8294
+ _b[styles$A['dropzoneContainerDisabled']] = uploading,
8295
+ _b)) }, getRootProps(), { children: [jsxRuntime.jsx("input", __assign({ "data-testid": "ds-drop-input" }, getInputProps())), jsxRuntime.jsx(UploadCloudIcon, { className: isCondensed ? styles$A.img : '', size: isCondensed ? 24 : 64, color: 'purple-500' }), jsxRuntime.jsx("div", { className: "p-h4 mt8 d-block c-pointer ".concat(isCondensed ? styles$A.textInline : ''), children: uploading
8292
8296
  ? (textOverrides === null || textOverrides === void 0 ? void 0 : textOverrides.currentlyUploadingText) ||
8293
8297
  'Please wait while uploading file...'
8294
8298
  : (textOverrides === null || textOverrides === void 0 ? void 0 : textOverrides.instructionsText) || 'Choose file or drag & drop' }), jsxRuntime.jsx("div", { className: "p-p--small tc-grey-500", children: (textOverrides === null || textOverrides === void 0 ? void 0 : textOverrides.supportsText) || placeholder })] })), errors.map(function (_a) {
@@ -8302,17 +8306,17 @@ var MultiDropzone = function (_a) {
8302
8306
  }), uploadedFiles.length > 0 && (jsxRuntime.jsx("div", { className: "w100 mt16", children: uploadedFiles.map(function (file) { return (jsxRuntime.jsx(UploadFileCell, __assign({ uploadStatus: getUploadStatus(file.progress, file.error), file: file }, (!onRemoveFile ? {} : { onRemoveFile: onRemoveFile }), { uploading: uploading }), file.id)); }) })), jsxRuntime.jsx(AnimateHeight, { duration: 300, height: isOverMaxFiles ? 'auto' : 0, children: jsxRuntime.jsx("p", { className: "tc-red-500 mt16", children: (textOverrides === null || textOverrides === void 0 ? void 0 : textOverrides.tooManyFilesError) || "You can upload maximum ".concat(maxFiles, " files.") }) })] }));
8303
8307
  };
8304
8308
 
8305
- var css_248z$q = ".style-module_button__mw9kQ {\n height: 48px;\n}\n\n.style-module_chip-complete__3YkB9 {\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: white;\n border-radius: 8px;\n padding: 8px 16px;\n height: 48px;\n}";
8306
- var styles$p = {"button":"style-module_button__mw9kQ","chip-complete":"style-module_chip-complete__3YkB9"};
8307
- styleInject(css_248z$q);
8309
+ var css_248z$z = ".style-module_button__mw9kQ {\n height: 48px;\n}\n\n.style-module_chip-complete__3YkB9 {\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: white;\n border-radius: 8px;\n padding: 8px 16px;\n height: 48px;\n}";
8310
+ var styles$y = {"button":"style-module_button__mw9kQ","chip-complete":"style-module_chip-complete__3YkB9"};
8311
+ styleInject(css_248z$z);
8308
8312
 
8309
8313
  var InitialButton = function (_a) {
8310
8314
  var onDownload = _a.onDownload;
8311
- return (jsxRuntime.jsx(Button, { className: "w100 ".concat(styles$p.button), leftIcon: jsxRuntime.jsx(DownloadIcon, {}), onClick: onDownload, "data-cy": "download-documents-button", children: "Download" }));
8315
+ return (jsxRuntime.jsx(Button, { className: "w100 ".concat(styles$y.button), leftIcon: jsxRuntime.jsx(DownloadIcon, {}), onClick: onDownload, "data-cy": "download-documents-button", children: "Download" }));
8312
8316
  };
8313
8317
  // TODO: Allow setting loading to true to display text
8314
- var GeneratingButton = function () { return (jsxRuntime.jsx(Button, { className: "w100 ".concat(styles$p.button), loading: true, children: "Generating" })); };
8315
- var CompletedChip = function () { return (jsxRuntime.jsxs("div", { className: styles$p['chip-complete'], children: [jsxRuntime.jsx(CheckIcon, { color: 'grey-500', size: 16 }), jsxRuntime.jsx("div", { className: "p-h4 tc-grey-500 ml8", children: "Download complete" })] })); };
8318
+ var GeneratingButton = function () { return (jsxRuntime.jsx(Button, { className: "w100 ".concat(styles$y.button), loading: true, children: "Generating" })); };
8319
+ var CompletedChip = function () { return (jsxRuntime.jsxs("div", { className: styles$y['chip-complete'], children: [jsxRuntime.jsx(CheckIcon, { color: 'grey-500', size: 16 }), jsxRuntime.jsx("div", { className: "p-h4 tc-grey-500 ml8", children: "Download complete" })] })); };
8316
8320
  var DownloadButton = function (_a) {
8317
8321
  var downloadStatus = _a.downloadStatus, onDownload = _a.onDownload, _b = _a.className, className = _b === void 0 ? '' : _b, customFail = _a.customFail;
8318
8322
  var mapDownloadButton = {
@@ -8324,9 +8328,9 @@ var DownloadButton = function (_a) {
8324
8328
  return (jsxRuntime.jsxs("div", { className: "d-flex fd-column ai-center ".concat(className), children: [jsxRuntime.jsx("div", { className: "ws4", children: mapDownloadButton[downloadStatus] }), downloadStatus === 'FAILED' && (jsxRuntime.jsx("div", { className: "p-notice p-notice--danger p-p mt40 wmx5", children: customFail !== null && customFail !== void 0 ? customFail : 'An error occured when generating documents. Please try again or contact us.' }))] }));
8325
8329
  };
8326
8330
 
8327
- var css_248z$p = ".style-module_informationBox__1dzYO {\n border: 1px solid;\n}\n.style-module_informationBox--information__rsyoM {\n background-color: #e5f0ff;\n border-color: #8bb4ea;\n}\n.style-module_informationBox--error__3BqOR {\n background-color: #fedede;\n border-color: #e55454;\n}\n.style-module_informationBox--warning__10V-E {\n background-color: #fff8e3;\n border-color: #f7ce5c;\n}\n.style-module_informationBox--success__d3gTw {\n background-color: #e4ffe6;\n border-color: #84de8a;\n}\n.style-module_informationBox--neutral__1XsMl {\n background-color: #fff;\n border-color: #fff;\n}";
8328
- var styles$o = {"informationBox":"style-module_informationBox__1dzYO","informationBox--information":"style-module_informationBox--information__rsyoM","informationBox--error":"style-module_informationBox--error__3BqOR","informationBox--warning":"style-module_informationBox--warning__10V-E","informationBox--success":"style-module_informationBox--success__d3gTw","informationBox--neutral":"style-module_informationBox--neutral__1XsMl"};
8329
- styleInject(css_248z$p);
8331
+ var css_248z$y = ".style-module_informationBox__1dzYO {\n border: 1px solid;\n}\n.style-module_informationBox--information__rsyoM {\n background-color: #e5f0ff;\n border-color: #8bb4ea;\n}\n.style-module_informationBox--error__3BqOR {\n background-color: #fedede;\n border-color: #e55454;\n}\n.style-module_informationBox--warning__10V-E {\n background-color: #fff8e3;\n border-color: #f7ce5c;\n}\n.style-module_informationBox--success__d3gTw {\n background-color: #e4ffe6;\n border-color: #84de8a;\n}\n.style-module_informationBox--neutral__1XsMl {\n background-color: #fff;\n border-color: #fff;\n}";
8332
+ var styles$x = {"informationBox":"style-module_informationBox__1dzYO","informationBox--information":"style-module_informationBox--information__rsyoM","informationBox--error":"style-module_informationBox--error__3BqOR","informationBox--warning":"style-module_informationBox--warning__10V-E","informationBox--success":"style-module_informationBox--success__d3gTw","informationBox--neutral":"style-module_informationBox--neutral__1XsMl"};
8333
+ styleInject(css_248z$y);
8330
8334
 
8331
8335
  var InformationBox = function (_a) {
8332
8336
  var _b = _a.className, className = _b === void 0 ? '' : _b, _c = _a.variant, variant = _c === void 0 ? 'information' : _c, title = _a.title, children = _a.children, showIcon = _a.showIcon, _d = _a.size, size = _d === void 0 ? 'default' : _d;
@@ -8337,7 +8341,7 @@ var InformationBox = function (_a) {
8337
8341
  information: 'blue-500',
8338
8342
  neutral: 'purple-500',
8339
8343
  };
8340
- return (jsxRuntime.jsx("div", { className: classnamesUtil(className, 'p16 br8 color-black', styles$o.informationBox, styles$o["informationBox--".concat(variant)]), role: "alert", children: jsxRuntime.jsxs("div", { className: "d-flex", children: [showIcon && (jsxRuntime.jsx("div", { "data-testid": "information-box-icon", className: 'mr8', children: jsxRuntime.jsx(AlertCircleIcon, { className: styles$o.icon, color: mapAlertIconColor[variant], size: size === 'default' ? 24 : 16 }) })), jsxRuntime.jsxs("div", { children: [title && (jsxRuntime.jsx("h4", { "data-testid": "information-box-title", className: classnamesUtil(size === 'default' ? 'p-h4' : 'p-h5', 'mb8'), children: title })), jsxRuntime.jsx("p", { className: size === 'default' ? 'p-p' : 'p-p--small', children: children })] })] }) }));
8344
+ return (jsxRuntime.jsx("div", { className: classNames$1(className, 'p16 br8 color-black', styles$x.informationBox, styles$x["informationBox--".concat(variant)]), role: "alert", children: jsxRuntime.jsxs("div", { className: "d-flex", children: [showIcon && (jsxRuntime.jsx("div", { "data-testid": "information-box-icon", className: 'mr8', children: jsxRuntime.jsx(AlertCircleIcon, { className: styles$x.icon, color: mapAlertIconColor[variant], size: size === 'default' ? 24 : 16 }) })), jsxRuntime.jsxs("div", { children: [title && (jsxRuntime.jsx("h4", { "data-testid": "information-box-title", className: classNames$1(size === 'default' ? 'p-h4' : 'p-h5', 'mb8'), children: title })), jsxRuntime.jsx("p", { className: size === 'default' ? 'p-p' : 'p-p--small', children: children })] })] }) }));
8341
8345
  };
8342
8346
 
8343
8347
  var IBAN_CHAR_LIMIT = 4;
@@ -8421,9 +8425,9 @@ var CurrencyInput = function (_a) {
8421
8425
  } }, props)));
8422
8426
  };
8423
8427
 
8424
- var css_248z$o = ".style-module_badge--small__cHO6v, .style-module_badge--medium__3CekE {\n padding-bottom: 6px;\n padding-top: 6px;\n}\n.style-module_badge--large__3_tWC {\n padding-bottom: 8px;\n padding-top: 8px;\n}";
8425
- var styles$n = {"badge--small":"style-module_badge--small__cHO6v","badge--medium":"style-module_badge--medium__3CekE","badge--large":"style-module_badge--large__3_tWC"};
8426
- styleInject(css_248z$o);
8428
+ var css_248z$x = ".style-module_badge--small__cHO6v, .style-module_badge--medium__3CekE {\n padding-bottom: 6px;\n padding-top: 6px;\n}\n.style-module_badge--large__3_tWC {\n padding-bottom: 8px;\n padding-top: 8px;\n}";
8429
+ var styles$w = {"badge--small":"style-module_badge--small__cHO6v","badge--medium":"style-module_badge--medium__3CekE","badge--large":"style-module_badge--large__3_tWC"};
8430
+ styleInject(css_248z$x);
8427
8431
 
8428
8432
  var getVariantClassNames = function (variant) { return ({
8429
8433
  information: 'bg-blue-100',
@@ -8438,12 +8442,12 @@ var getVariantClassNames = function (variant) { return ({
8438
8442
  }[variant]); };
8439
8443
  var Badge = function (_a) {
8440
8444
  var _b = _a.className, className = _b === void 0 ? '' : _b, _c = _a.size, size = _c === void 0 ? 'medium' : _c, _d = _a.variant, variant = _d === void 0 ? 'information' : _d, children = _a.children;
8441
- return (jsxRuntime.jsx("div", { className: classnamesUtil(className, 'px16 br8 d-inline-block ai-center fw-bold p-p', { 'p-p--small': size === 'small' }, styles$n["badge--".concat(size)], getVariantClassNames(variant)), children: children }));
8445
+ return (jsxRuntime.jsx("div", { className: classNames$1(className, 'px16 br8 d-inline-block ai-center fw-bold p-p', { 'p-p--small': size === 'small' }, styles$w["badge--".concat(size)], getVariantClassNames(variant)), children: children }));
8442
8446
  };
8443
8447
 
8444
- var css_248z$n = ".styles-module_container__3zJJC {\n max-width: 100%;\n}\n\n.styles-module_narrow__2p34b {\n max-width: 424px;\n}";
8445
- var styles$m = {"container":"styles-module_container__3zJJC","narrow":"styles-module_narrow__2p34b"};
8446
- styleInject(css_248z$n);
8448
+ var css_248z$w = ".styles-module_container__3zJJC {\n max-width: 100%;\n}\n\n.styles-module_narrow__2p34b {\n max-width: 424px;\n}";
8449
+ var styles$v = {"container":"styles-module_container__3zJJC","narrow":"styles-module_narrow__2p34b"};
8450
+ styleInject(css_248z$w);
8447
8451
 
8448
8452
  var Checkbox = function (_a) {
8449
8453
  var _b;
@@ -8472,8 +8476,8 @@ var Checkbox = function (_a) {
8472
8476
  var isCheckboxLabelObject = function (label) {
8473
8477
  return label.title !== undefined;
8474
8478
  };
8475
- return (jsxRuntime.jsx("div", { className: classnamesUtil(classNamesObj === null || classNamesObj === void 0 ? void 0 : classNamesObj.container, styles$m.container, 'd-flex gap8', (_b = {},
8476
- _b[styles$m.narrow] = !wide,
8479
+ return (jsxRuntime.jsx("div", { className: classNames$1(classNamesObj === null || classNamesObj === void 0 ? void 0 : classNamesObj.container, styles$v.container, 'd-flex gap8', (_b = {},
8480
+ _b[styles$v.narrow] = !wide,
8477
8481
  _b['fd-row'] = inlineLayout,
8478
8482
  _b['f-wrap'] = inlineLayout,
8479
8483
  _b['fd-column'] = !inlineLayout,
@@ -8481,9 +8485,9 @@ var Checkbox = function (_a) {
8481
8485
  var currentValue = _a[0], label = _a[1];
8482
8486
  var checked = value === null || value === void 0 ? void 0 : value.includes(currentValue);
8483
8487
  var customIcon = label === null || label === void 0 ? void 0 : label.icon;
8484
- return (jsxRuntime.jsxs("div", { className: classNamesObj === null || classNamesObj === void 0 ? void 0 : classNamesObj.option, children: [jsxRuntime.jsx("input", { className: classnamesUtil('p-checkbox', {
8488
+ return (jsxRuntime.jsxs("div", { className: classNamesObj === null || classNamesObj === void 0 ? void 0 : classNamesObj.option, children: [jsxRuntime.jsx("input", { className: classNames$1('p-checkbox', {
8485
8489
  'p-checkbox--no-icon': customIcon,
8486
- }), id: currentValue, type: "checkbox", value: currentValue, onChange: function () { return handleOnChange(currentValue); }, checked: checked, "data-testid": "checkbox-input-".concat(currentValue) }), jsxRuntime.jsxs("label", { htmlFor: currentValue, className: classnamesUtil(classNamesObj === null || classNamesObj === void 0 ? void 0 : classNamesObj.label, 'p-label pr16', {
8490
+ }), id: currentValue, type: "checkbox", value: currentValue, onChange: function () { return handleOnChange(currentValue); }, checked: checked, "data-testid": "checkbox-input-".concat(currentValue) }), jsxRuntime.jsxs("label", { htmlFor: currentValue, className: classNames$1(classNamesObj === null || classNamesObj === void 0 ? void 0 : classNamesObj.label, 'p-label pr16', {
8487
8491
  'p-label--bordered': bordered,
8488
8492
  'jc-center': customIcon,
8489
8493
  'fd-column': customIcon,
@@ -8491,17 +8495,17 @@ var Checkbox = function (_a) {
8491
8495
  }) }));
8492
8496
  };
8493
8497
 
8494
- var css_248z$m = ".styles-module_container__3M-sc {\n max-width: 100%;\n}\n\n.styles-module_narrow__3VUzp {\n max-width: 424px;\n}\n\n.styles-module_wide__3nLhz {\n max-width: 736px;\n}";
8495
- var styles$l = {"container":"styles-module_container__3M-sc","narrow":"styles-module_narrow__3VUzp","wide":"styles-module_wide__3nLhz"};
8496
- styleInject(css_248z$m);
8498
+ var css_248z$v = ".styles-module_container__3M-sc {\n max-width: 100%;\n}\n\n.styles-module_narrow__3VUzp {\n max-width: 424px;\n}\n\n.styles-module_wide__3nLhz {\n max-width: 736px;\n}";
8499
+ var styles$u = {"container":"styles-module_container__3M-sc","narrow":"styles-module_narrow__3VUzp","wide":"styles-module_wide__3nLhz"};
8500
+ styleInject(css_248z$v);
8497
8501
 
8498
8502
  var Radio = function (_a) {
8499
8503
  var _b;
8500
8504
  var options = _a.options, value = _a.value, onChange = _a.onChange, _c = _a.wide, wide = _c === void 0 ? false : _c, _d = _a.inlineLayout, inlineLayout = _d === void 0 ? false : _d, _e = _a.inlineIcon, inlineIcon = _e === void 0 ? false : _e, classNamesObj = _a.classNames, _f = _a.bordered, bordered = _f === void 0 ? true : _f, _g = _a.disabled, disabled = _g === void 0 ? false : _g;
8501
8505
  var entries = Object.entries(options);
8502
- return (jsxRuntime.jsx("div", { className: classnamesUtil(classNamesObj === null || classNamesObj === void 0 ? void 0 : classNamesObj.container, styles$l.container, 'd-flex gap8', (_b = {},
8503
- _b[styles$l.wide] = wide,
8504
- _b[styles$l.narrow] = !wide,
8506
+ return (jsxRuntime.jsx("div", { className: classNames$1(classNamesObj === null || classNamesObj === void 0 ? void 0 : classNamesObj.container, styles$u.container, 'd-flex gap8', (_b = {},
8507
+ _b[styles$u.wide] = wide,
8508
+ _b[styles$u.narrow] = !wide,
8505
8509
  _b['fd-row'] = inlineLayout,
8506
8510
  _b['f-wrap'] = inlineLayout,
8507
8511
  _b['fd-column'] = !inlineLayout,
@@ -8513,20 +8517,20 @@ var Radio = function (_a) {
8513
8517
  var isRadioLabelObject = function (label) {
8514
8518
  return label.title !== undefined;
8515
8519
  };
8516
- return (jsxRuntime.jsxs("div", { className: classNamesObj === null || classNamesObj === void 0 ? void 0 : classNamesObj.option, children: [jsxRuntime.jsx("input", { className: classnamesUtil('p-radio', {
8520
+ return (jsxRuntime.jsxs("div", { className: classNamesObj === null || classNamesObj === void 0 ? void 0 : classNamesObj.option, children: [jsxRuntime.jsx("input", { className: classNames$1('p-radio', {
8517
8521
  'p-radio--no-icon': customIcon || hideIcon,
8518
8522
  'p-radio--centered': !label,
8519
- }), id: currentValue, type: "radio", value: currentValue, onChange: function () { return onChange(currentValue); }, checked: checked, "data-testid": "radio-input-".concat(currentValue), disabled: disabled }), jsxRuntime.jsxs("label", { htmlFor: currentValue, className: classnamesUtil(classNamesObj === null || classNamesObj === void 0 ? void 0 : classNamesObj.label, 'p-label', {
8523
+ }), id: currentValue, type: "radio", value: currentValue, onChange: function () { return onChange(currentValue); }, checked: checked, "data-testid": "radio-input-".concat(currentValue), disabled: disabled }), jsxRuntime.jsxs("label", { htmlFor: currentValue, className: classNames$1(classNamesObj === null || classNamesObj === void 0 ? void 0 : classNamesObj.label, 'p-label', {
8520
8524
  'jc-center': customIcon && !inlineIcon,
8521
8525
  'fd-column': customIcon && !inlineIcon,
8522
8526
  'p-label--bordered': bordered,
8523
- }), "data-cy": "radio-".concat(currentValue), "data-testid": "radio-".concat(currentValue), children: [customIcon && (jsxRuntime.jsx("div", { className: classnamesUtil('d-inline-flex ai-center jc-center', inlineIcon ? 'mr8' : 'mt8'), children: customIcon === null || customIcon === void 0 ? void 0 : customIcon(checked) })), isRadioLabelObject(label) ? (jsxRuntime.jsxs("div", { children: [jsxRuntime.jsx("p", { className: "p-p", children: label.title }), jsxRuntime.jsx("span", { className: "d-block p-p p-p--small tc-grey-600", children: label.description })] })) : (label)] })] }, currentValue));
8527
+ }), "data-cy": "radio-".concat(currentValue), "data-testid": "radio-".concat(currentValue), children: [customIcon && (jsxRuntime.jsx("div", { className: classNames$1('d-inline-flex ai-center jc-center', inlineIcon ? 'mr8' : 'mt8'), children: customIcon === null || customIcon === void 0 ? void 0 : customIcon(checked) })), isRadioLabelObject(label) ? (jsxRuntime.jsxs("div", { children: [jsxRuntime.jsx("p", { className: "p-p", children: label.title }), jsxRuntime.jsx("span", { className: "d-block p-p p-p--small tc-grey-600", children: label.description })] })) : (label)] })] }, currentValue));
8524
8528
  }) }));
8525
8529
  };
8526
8530
 
8527
- var css_248z$l = "@keyframes style-module_appear-in__3U2lu {\n 0% {\n transform: translateY(100%);\n }\n 80% {\n transform: translateY(-2%);\n }\n 100% {\n transform: translateY(0);\n }\n}\n@keyframes style-module_disappear-out__6pOVr {\n 0% {\n transform: translateY(0);\n }\n 100% {\n transform: translateY(100%);\n }\n}\n.style-module_wrapper__200Xu {\n position: relative;\n top: 0;\n overflow: hidden;\n}\n\n.style-module_container__aOENo {\n border-top-left-radius: 8px;\n border-top-right-radius: 8px;\n overflow: auto;\n max-height: 90vh;\n bottom: 0;\n position: fixed;\n animation-name: style-module_appear-in__3U2lu;\n animation-duration: 0.4s;\n animation-fill-mode: both;\n animation-timing-function: ease-in;\n}\n.style-module_containerClose__3-nqc {\n animation-name: style-module_disappear-out__6pOVr;\n animation-duration: 0.4s;\n animation-delay: 0s;\n animation-fill-mode: both;\n animation-timing-function: ease-out;\n}\n\n@media (max-width: 34rem) {\n .style-module_body__3yNly {\n padding-bottom: 48px;\n }\n}";
8528
- var styles$k = {"wrapper":"style-module_wrapper__200Xu","container":"style-module_container__aOENo","appear-in":"style-module_appear-in__3U2lu","containerClose":"style-module_containerClose__3-nqc","disappear-out":"style-module_disappear-out__6pOVr","body":"style-module_body__3yNly"};
8529
- styleInject(css_248z$l);
8531
+ var css_248z$u = "@keyframes style-module_appear-in__3U2lu {\n 0% {\n transform: translateY(100%);\n }\n 80% {\n transform: translateY(-2%);\n }\n 100% {\n transform: translateY(0);\n }\n}\n@keyframes style-module_disappear-out__6pOVr {\n 0% {\n transform: translateY(0);\n }\n 100% {\n transform: translateY(100%);\n }\n}\n.style-module_wrapper__200Xu {\n position: relative;\n top: 0;\n overflow: hidden;\n}\n\n.style-module_container__aOENo {\n border-top-left-radius: 8px;\n border-top-right-radius: 8px;\n overflow: auto;\n max-height: 90vh;\n bottom: 0;\n position: fixed;\n animation-name: style-module_appear-in__3U2lu;\n animation-duration: 0.4s;\n animation-fill-mode: both;\n animation-timing-function: ease-in;\n}\n.style-module_containerClose__3-nqc {\n animation-name: style-module_disappear-out__6pOVr;\n animation-duration: 0.4s;\n animation-delay: 0s;\n animation-fill-mode: both;\n animation-timing-function: ease-out;\n}\n\n@media (max-width: 34rem) {\n .style-module_body__3yNly {\n padding-bottom: 48px;\n }\n}";
8532
+ var styles$t = {"wrapper":"style-module_wrapper__200Xu","container":"style-module_container__aOENo","appear-in":"style-module_appear-in__3U2lu","containerClose":"style-module_containerClose__3-nqc","disappear-out":"style-module_disappear-out__6pOVr","body":"style-module_body__3yNly"};
8533
+ styleInject(css_248z$u);
8530
8534
 
8531
8535
  var useOnClose = function (onClose, isOpen, dismissable) {
8532
8536
  var _a = require$$0.useState(false), isVisible = _a[0], setIsVisible = _a[1];
@@ -8587,45 +8591,45 @@ var useOnClose = function (onClose, isOpen, dismissable) {
8587
8591
  };
8588
8592
  };
8589
8593
 
8590
- var css_248z$k = "@keyframes style-module_fade-in__f_VRg {\n 0% {\n background-color: rgba(0, 0, 0, 0);\n visibility: hidden;\n }\n 100% {\n background-color: rgba(0, 0, 0, 0.3);\n visibility: visible;\n }\n}\n@keyframes style-module_fade-out__1tEwS {\n from {\n background-color: rgba(0, 0, 0, 0.3);\n visibility: visible;\n }\n to {\n background-color: rgba(0, 0, 0, 0);\n visibility: hidden;\n }\n}\n.style-module_overlay__2f00R {\n z-index: 1000;\n overflow: auto;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n animation: style-module_fade-in__f_VRg 0.3s both;\n}\n.style-module_overlayClose__1p313 {\n animation-delay: 0.1s;\n animation: style-module_fade-out__1tEwS 0.3s both;\n}\n\n.style-module_header__284Rz {\n position: sticky;\n top: 0;\n}\n\n.style-module_closeButton__1AbX8 {\n width: 32px;\n height: 32px;\n padding: 0;\n}\n\n.style-module_body__QtlTn {\n flex-grow: 1;\n overflow: auto;\n background: linear-gradient(#fff 30%, #fff), linear-gradient(#fff, #fff 70%), linear-gradient(#ededf2 30%, #ededf2), linear-gradient(#ededf2, #ededf2 70%);\n background-repeat: no-repeat;\n background-size: 100% 1px;\n background-attachment: local, local, scroll, scroll;\n}\n\n.style-module_footer__Sh5bv {\n position: sticky;\n bottom: 0;\n border-top: 1px solid #ededf2;\n}";
8591
- var styles$j = {"overlay":"style-module_overlay__2f00R","fade-in":"style-module_fade-in__f_VRg","overlayClose":"style-module_overlayClose__1p313","fade-out":"style-module_fade-out__1tEwS","header":"style-module_header__284Rz","closeButton":"style-module_closeButton__1AbX8","body":"style-module_body__QtlTn","footer":"style-module_footer__Sh5bv"};
8592
- styleInject(css_248z$k);
8594
+ var css_248z$t = "@keyframes style-module_fade-in__f_VRg {\n 0% {\n background-color: rgba(0, 0, 0, 0);\n visibility: hidden;\n }\n 100% {\n background-color: rgba(0, 0, 0, 0.3);\n visibility: visible;\n }\n}\n@keyframes style-module_fade-out__1tEwS {\n from {\n background-color: rgba(0, 0, 0, 0.3);\n visibility: visible;\n }\n to {\n background-color: rgba(0, 0, 0, 0);\n visibility: hidden;\n }\n}\n.style-module_overlay__2f00R {\n z-index: 1000;\n overflow: auto;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n animation: style-module_fade-in__f_VRg 0.3s both;\n}\n.style-module_overlayClose__1p313 {\n animation-delay: 0.1s;\n animation: style-module_fade-out__1tEwS 0.3s both;\n}\n\n.style-module_header__284Rz {\n position: sticky;\n top: 0;\n}\n\n.style-module_closeButton__1AbX8 {\n width: 32px;\n height: 32px;\n padding: 0;\n}\n\n.style-module_body__QtlTn {\n flex-grow: 1;\n overflow: auto;\n background: linear-gradient(#fff 30%, #fff), linear-gradient(#fff, #fff 70%), linear-gradient(#ededf2 30%, #ededf2), linear-gradient(#ededf2, #ededf2 70%);\n background-repeat: no-repeat;\n background-size: 100% 1px;\n background-attachment: local, local, scroll, scroll;\n}\n\n.style-module_footer__Sh5bv {\n position: sticky;\n bottom: 0;\n border-top: 1px solid #ededf2;\n}";
8595
+ var styles$s = {"overlay":"style-module_overlay__2f00R","fade-in":"style-module_fade-in__f_VRg","overlayClose":"style-module_overlayClose__1p313","fade-out":"style-module_fade-out__1tEwS","header":"style-module_header__284Rz","closeButton":"style-module_closeButton__1AbX8","body":"style-module_body__QtlTn","footer":"style-module_footer__Sh5bv"};
8596
+ styleInject(css_248z$t);
8593
8597
 
8594
8598
  var GenericModal = function (_a) {
8595
8599
  var _b;
8596
8600
  var _c, _d;
8597
8601
  var title = _a.title, isOpen = _a.isOpen, children = _a.children, onClose = _a.onClose, classNames = _a.classNames, _e = _a.dismissible, dismissible = _e === void 0 ? true : _e, footer = _a.footer, _f = _a.titleSize, titleSize = _f === void 0 ? 'default' : _f;
8598
8602
  var _g = useOnClose(onClose, isOpen, dismissible), isClosing = _g.isClosing, isVisible = _g.isVisible, handleContainerClick = _g.handleContainerClick, handleOnCloseAnimationEnded = _g.handleOnCloseAnimationEnded, handleOnClose = _g.handleOnClose, handleOnOverlayClick = _g.handleOnOverlayClick;
8599
- return !isVisible ? null : (jsxRuntime.jsx("div", { className: classnamesUtil(classNames === null || classNames === void 0 ? void 0 : classNames.overlay, styles$j.overlay, (_b = {},
8600
- _b[styles$j.overlayClose] = isClosing,
8603
+ return !isVisible ? null : (jsxRuntime.jsx("div", { className: classNames$1(classNames === null || classNames === void 0 ? void 0 : classNames.overlay, styles$s.overlay, (_b = {},
8604
+ _b[styles$s.overlayClose] = isClosing,
8601
8605
  _b)), onAnimationEnd: handleOnCloseAnimationEnded, onClick: handleOnOverlayClick, children: jsxRuntime.jsx("div", { className: typeof (classNames === null || classNames === void 0 ? void 0 : classNames.wrapper) === 'string'
8602
8606
  ? classNames === null || classNames === void 0 ? void 0 : classNames.wrapper
8603
8607
  : (_c = classNames === null || classNames === void 0 ? void 0 : classNames.wrapper) === null || _c === void 0 ? void 0 : _c.call(classNames, { isClosing: isClosing }), children: jsxRuntime.jsxs("div", { className: typeof (classNames === null || classNames === void 0 ? void 0 : classNames.container) === 'string'
8604
8608
  ? classNames === null || classNames === void 0 ? void 0 : classNames.container
8605
- : (_d = classNames === null || classNames === void 0 ? void 0 : classNames.container) === null || _d === void 0 ? void 0 : _d.call(classNames, { isClosing: isClosing }), onClick: handleContainerClick, children: [jsxRuntime.jsxs("div", { className: classnamesUtil('bg-white d-flex ai-center w100 px24 pt24 pb16', styles$j.header, {
8609
+ : (_d = classNames === null || classNames === void 0 ? void 0 : classNames.container) === null || _d === void 0 ? void 0 : _d.call(classNames, { isClosing: isClosing }), onClick: handleContainerClick, children: [jsxRuntime.jsxs("div", { className: classNames$1('bg-white d-flex ai-center w100 px24 pt24 pb16', styles$s.header, {
8606
8610
  'jc-between': !!title,
8607
8611
  'jc-end': !title,
8608
- }), children: [title && (jsxRuntime.jsx("div", { className: classnamesUtil(styles$j.title, titleSize === 'small' ? 'p-h4' : 'p-h2'), children: title })), dismissible && (jsxRuntime.jsx(Button, { hideLabel: true, leftIcon: jsxRuntime.jsx(XIcon, { color: "grey-700" }), onClick: handleOnClose, type: "button", variant: "textColor", className: classnamesUtil(classNames === null || classNames === void 0 ? void 0 : classNames.closeButton, 'p0', styles$j.closeButton), children: "Close modal" }))] }), jsxRuntime.jsx("div", { className: classnamesUtil('w100', classNames === null || classNames === void 0 ? void 0 : classNames.body, styles$j.body), children: children }), footer && (jsxRuntime.jsx("div", { className: classnamesUtil(classNames === null || classNames === void 0 ? void 0 : classNames.footer, 'w100 bg-white', styles$j.footer), children: jsxRuntime.jsx("div", { className: "px24 py16", children: footer }) }))] }) }) }));
8612
+ }), children: [title && (jsxRuntime.jsx("div", { className: classNames$1(styles$s.title, titleSize === 'small' ? 'p-h4' : 'p-h2'), children: title })), dismissible && (jsxRuntime.jsx(Button, { hideLabel: true, leftIcon: jsxRuntime.jsx(XIcon, { color: "grey-700" }), onClick: handleOnClose, type: "button", variant: "textColor", className: classNames$1(classNames === null || classNames === void 0 ? void 0 : classNames.closeButton, 'p0', styles$s.closeButton), children: "Close modal" }))] }), jsxRuntime.jsx("div", { className: classNames$1('w100', classNames === null || classNames === void 0 ? void 0 : classNames.body, styles$s.body), children: children }), footer && (jsxRuntime.jsx("div", { className: classNames$1(classNames === null || classNames === void 0 ? void 0 : classNames.footer, 'w100 bg-white', styles$s.footer), children: jsxRuntime.jsx("div", { className: "px24 py16", children: footer }) }))] }) }) }));
8609
8613
  };
8610
8614
 
8611
8615
  var BottomModal = function (_a) {
8612
8616
  var className = _a.className, rest = __rest$1(_a, ["className"]);
8613
8617
  return (jsxRuntime.jsx(GenericModal, __assign({ titleSize: 'small', classNames: {
8614
- wrapper: classnamesUtil('w100', styles$k.wrapper),
8618
+ wrapper: classNames$1('w100', styles$t.wrapper),
8615
8619
  container: function (_a) {
8616
8620
  var _b;
8617
8621
  var isClosing = _a.isClosing;
8618
- return classnamesUtil('bg-white d-flex fd-column w100', className, styles$k.container, (_b = {},
8619
- _b[styles$k.containerClose] = isClosing,
8622
+ return classNames$1('bg-white d-flex fd-column w100', className, styles$t.container, (_b = {},
8623
+ _b[styles$t.containerClose] = isClosing,
8620
8624
  _b));
8621
8625
  },
8622
- body: styles$k.body,
8626
+ body: styles$t.body,
8623
8627
  } }, rest)));
8624
8628
  };
8625
8629
 
8626
- var css_248z$j = "@keyframes style-module_appear-in__2ZMqz {\n 0% {\n transform: translateY(24px);\n opacity: 0;\n visibility: hidden;\n }\n 100% {\n transform: translateY(0);\n opacity: 1;\n visibility: visible;\n }\n}\n@keyframes style-module_disappear-out__38TSV {\n 0% {\n transform: translateY(0);\n opacity: 1;\n visibility: visible;\n }\n 100% {\n transform: translateY(24px);\n opacity: 0;\n visibility: hidden;\n }\n}\n.style-module_wrapper__qQirD {\n position: relative;\n min-height: 100%;\n animation-name: style-module_appear-in__2ZMqz;\n animation-duration: 0.4s;\n animation-fill-mode: both;\n animation-timing-function: ease-out;\n}\n.style-module_wrapperClose__2aXSB {\n animation-name: style-module_disappear-out__38TSV;\n animation-duration: 0.4s;\n animation-delay: 0s;\n animation-fill-mode: both;\n animation-timing-function: ease-out;\n}\n\n.style-module_container__1XZj_ {\n max-height: 96vh;\n overflow: hidden;\n}";
8627
- var styles$i = {"wrapper":"style-module_wrapper__qQirD","appear-in":"style-module_appear-in__2ZMqz","wrapperClose":"style-module_wrapperClose__2aXSB","disappear-out":"style-module_disappear-out__38TSV","container":"style-module_container__1XZj_"};
8628
- styleInject(css_248z$j);
8630
+ var css_248z$s = "@keyframes style-module_appear-in__2ZMqz {\n 0% {\n transform: translateY(24px);\n opacity: 0;\n visibility: hidden;\n }\n 100% {\n transform: translateY(0);\n opacity: 1;\n visibility: visible;\n }\n}\n@keyframes style-module_disappear-out__38TSV {\n 0% {\n transform: translateY(0);\n opacity: 1;\n visibility: visible;\n }\n 100% {\n transform: translateY(24px);\n opacity: 0;\n visibility: hidden;\n }\n}\n.style-module_wrapper__qQirD {\n position: relative;\n min-height: 100%;\n animation-name: style-module_appear-in__2ZMqz;\n animation-duration: 0.4s;\n animation-fill-mode: both;\n animation-timing-function: ease-out;\n}\n.style-module_wrapperClose__2aXSB {\n animation-name: style-module_disappear-out__38TSV;\n animation-duration: 0.4s;\n animation-delay: 0s;\n animation-fill-mode: both;\n animation-timing-function: ease-out;\n}\n\n.style-module_container__1XZj_ {\n max-height: 96vh;\n overflow: hidden;\n}";
8631
+ var styles$r = {"wrapper":"style-module_wrapper__qQirD","appear-in":"style-module_appear-in__2ZMqz","wrapperClose":"style-module_wrapperClose__2aXSB","disappear-out":"style-module_disappear-out__38TSV","container":"style-module_container__1XZj_"};
8632
+ styleInject(css_248z$s);
8629
8633
 
8630
8634
  var RegularModal = function (_a) {
8631
8635
  var _b = _a.className, className = _b === void 0 ? '' : _b, rest = __rest$1(_a, ["className"]);
@@ -8633,17 +8637,17 @@ var RegularModal = function (_a) {
8633
8637
  wrapper: function (_a) {
8634
8638
  var _b;
8635
8639
  var isClosing = _a.isClosing;
8636
- return classnamesUtil('d-flex ai-center w90 mx-auto my0', className, styles$i.wrapper, (_b = {},
8637
- _b[styles$i.wrapperClose] = isClosing,
8640
+ return classNames$1('d-flex ai-center w90 mx-auto my0', className, styles$r.wrapper, (_b = {},
8641
+ _b[styles$r.wrapperClose] = isClosing,
8638
8642
  _b));
8639
8643
  },
8640
- container: classnamesUtil('bg-white br8 d-flex ai-center fd-column mx-auto my0 wmx8', styles$i.container)
8644
+ container: classNames$1('bg-white br8 d-flex ai-center fd-column mx-auto my0 wmx8', styles$r.container)
8641
8645
  } }, rest)));
8642
8646
  };
8643
8647
 
8644
- var css_248z$i = "@media (min-width: 34rem) {\n .style-module_mobile__3k175 {\n display: none;\n }\n}\n@media (max-width: 34rem) {\n .style-module_mobile__3k175 {\n display: block !important;\n }\n}\n\n@media (max-width: 34rem) {\n .style-module_desktop__2lclr {\n display: none;\n }\n}";
8645
- var styles$h = {"mobile":"style-module_mobile__3k175","desktop":"style-module_desktop__2lclr"};
8646
- styleInject(css_248z$i);
8648
+ var css_248z$r = "@media (min-width: 34rem) {\n .style-module_mobile__3k175 {\n display: none;\n }\n}\n@media (max-width: 34rem) {\n .style-module_mobile__3k175 {\n display: block !important;\n }\n}\n\n@media (max-width: 34rem) {\n .style-module_desktop__2lclr {\n display: none;\n }\n}";
8649
+ var styles$q = {"mobile":"style-module_mobile__3k175","desktop":"style-module_desktop__2lclr"};
8650
+ styleInject(css_248z$r);
8647
8651
 
8648
8652
  var BottomOrRegularModal = function (_a) {
8649
8653
  var isOpen = _a.isOpen, props = __rest$1(_a, ["isOpen"]);
@@ -8662,7 +8666,7 @@ var BottomOrRegularModal = function (_a) {
8662
8666
  window.removeEventListener('resize', handleResize);
8663
8667
  };
8664
8668
  }, []);
8665
- return (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("div", { className: styles$h.mobile, ref: mobileRef, children: visibleSize === 'mobile' && jsxRuntime.jsx(BottomModal, __assign({}, props, { isOpen: isOpen })) }), visibleSize === 'desktop' && (jsxRuntime.jsx("div", { className: styles$h.desktop, children: jsxRuntime.jsx(RegularModal, __assign({}, props, { isOpen: isOpen })) }))] }));
8669
+ return (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("div", { className: styles$q.mobile, ref: mobileRef, children: visibleSize === 'mobile' && jsxRuntime.jsx(BottomModal, __assign({}, props, { isOpen: isOpen })) }), visibleSize === 'desktop' && (jsxRuntime.jsx("div", { className: styles$q.desktop, children: jsxRuntime.jsx(RegularModal, __assign({}, props, { isOpen: isOpen })) }))] }));
8666
8670
  };
8667
8671
 
8668
8672
  var infoImage = "data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23clip0%29%22%3E%3Cpath%20d%3D%22M10%2018.3334C14.6024%2018.3334%2018.3334%2014.6024%2018.3334%2010C18.3334%205.39765%2014.6024%201.66669%2010%201.66669C5.39765%201.66669%201.66669%205.39765%201.66669%2010C1.66669%2014.6024%205.39765%2018.3334%2010%2018.3334Z%22%20stroke%3D%22%238E8CEE%22%20strokeWidth%3D%222%22%20strokeLinecap%3D%22round%22%20strokeLinejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M10%2013.3333V10%22%20stroke%3D%22%238E8CEE%22%20strokeWidth%3D%222%22%20strokeLinecap%3D%22round%22%20strokeLinejoin%3D%22round%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%226.66665%22%20r%3D%220.833333%22%20fill%3D%22%238E8CEE%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0%22%3E%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E";
@@ -8672,22 +8676,22 @@ var info = {
8672
8676
  alt: 'circle with the letter i inside for information',
8673
8677
  };
8674
8678
 
8675
- var css_248z$h = "@keyframes style-module_appear-in__23V7k {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n}\n.style-module_root-container__3r_b9 {\n position: relative;\n padding-top: 40px;\n}\n.style-module_root-container__3r_b9:hover .style-module_right-icon__L6sf3 {\n visibility: visible;\n animation-name: style-module_appear-in__23V7k;\n animation-duration: 0.3s;\n animation-fill-mode: both;\n}\n\n.style-module_top-icon__10CJ3 {\n position: absolute;\n left: 50%;\n transform: translateX(-50%) translateY(-40px);\n}\n.style-module_top-icon--muted__3PZ1X {\n opacity: 0.25;\n}\n\n.style-module_right-icon__L6sf3 {\n visibility: hidden;\n position: absolute;\n top: 64px;\n right: 24px;\n}\n\n.style-module_container__19mu2 {\n padding: 0 24px 24px 24px;\n height: 100%;\n}\n@media (max-width: 34rem) {\n .style-module_container__19mu2 {\n height: fit-content;\n }\n}";
8676
- var styles$g = {"root-container":"style-module_root-container__3r_b9","right-icon":"style-module_right-icon__L6sf3","appear-in":"style-module_appear-in__23V7k","top-icon":"style-module_top-icon__10CJ3","top-icon--muted":"style-module_top-icon--muted__3PZ1X","container":"style-module_container__19mu2"};
8677
- styleInject(css_248z$h);
8679
+ var css_248z$q = "@keyframes style-module_appear-in__23V7k {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n}\n.style-module_root-container__3r_b9 {\n position: relative;\n padding-top: 40px;\n}\n.style-module_root-container__3r_b9:hover .style-module_right-icon__L6sf3 {\n visibility: visible;\n animation-name: style-module_appear-in__23V7k;\n animation-duration: 0.3s;\n animation-fill-mode: both;\n}\n\n.style-module_top-icon__10CJ3 {\n position: absolute;\n left: 50%;\n transform: translateX(-50%) translateY(-40px);\n}\n.style-module_top-icon--muted__3PZ1X {\n opacity: 0.25;\n}\n\n.style-module_right-icon__L6sf3 {\n visibility: hidden;\n position: absolute;\n top: 64px;\n right: 24px;\n}\n\n.style-module_container__19mu2 {\n padding: 0 24px 24px 24px;\n height: 100%;\n}\n@media (max-width: 34rem) {\n .style-module_container__19mu2 {\n height: fit-content;\n }\n}";
8680
+ var styles$p = {"root-container":"style-module_root-container__3r_b9","right-icon":"style-module_right-icon__L6sf3","appear-in":"style-module_appear-in__23V7k","top-icon":"style-module_top-icon__10CJ3","top-icon--muted":"style-module_top-icon--muted__3PZ1X","container":"style-module_container__19mu2"};
8681
+ styleInject(css_248z$q);
8678
8682
 
8679
8683
  var InfoCard = function (_a) {
8680
8684
  var className = _a.className, title = _a.title, children = _a.children, topIcon = _a.topIcon, rightIcon = _a.rightIcon, _b = _a.state, state = _b === void 0 ? 'actionable' : _b, _c = _a.dropshadow, dropshadow = _c === void 0 ? true : _c, props = __rest$1(_a, ["className", "title", "children", "topIcon", "rightIcon", "state", "dropshadow"]);
8681
- return (jsxRuntime.jsxs("div", __assign({ className: "".concat(styles$g['root-container'], " ").concat(className !== null && className !== void 0 ? className : '') }, props, { children: [jsxRuntime.jsx("img", { src: topIcon.src, alt: topIcon.alt, className: "".concat(styles$g['top-icon'], " ").concat(state === 'muted' ? styles$g['top-icon--muted'] : '', " "), width: "80px", height: "80px" }), jsxRuntime.jsxs("div", { className: "".concat(associatedClassForCardState(state, dropshadow), " ").concat(styles$g.container), children: [rightIcon && (jsxRuntime.jsx("img", { width: "20px", height: "20px", className: styles$g['right-icon'], src: rightIcon === 'info' ? info.src : rightIcon.src, alt: rightIcon === 'info' ? info.alt : rightIcon.alt })), jsxRuntime.jsx("div", { className: "p-h4 ta-center mt64", children: title }), jsxRuntime.jsx("div", { className: "p-p mt16 tc-grey-600", children: children })] })] })));
8685
+ return (jsxRuntime.jsxs("div", __assign({ className: "".concat(styles$p['root-container'], " ").concat(className !== null && className !== void 0 ? className : '') }, props, { children: [jsxRuntime.jsx("img", { src: topIcon.src, alt: topIcon.alt, className: "".concat(styles$p['top-icon'], " ").concat(state === 'muted' ? styles$p['top-icon--muted'] : '', " "), width: "80px", height: "80px" }), jsxRuntime.jsxs("div", { className: "".concat(associatedClassForCardState(state, dropshadow), " ").concat(styles$p.container), children: [rightIcon && (jsxRuntime.jsx("img", { width: "20px", height: "20px", className: styles$p['right-icon'], src: rightIcon === 'info' ? info.src : rightIcon.src, alt: rightIcon === 'info' ? info.alt : rightIcon.alt })), jsxRuntime.jsx("h3", { className: "p-h4 ta-center mt64", children: title }), jsxRuntime.jsx("div", { className: "p-p mt16 tc-grey-600", children: children })] })] })));
8682
8686
  };
8683
8687
 
8684
- var css_248z$g = ".style-module_containerDisabled__2j9_N {\n pointer-events: none;\n opacity: 0.25;\n}";
8685
- var styles$f = {"containerDisabled":"style-module_containerDisabled__2j9_N"};
8686
- styleInject(css_248z$g);
8688
+ var css_248z$p = ".style-module_containerDisabled__2j9_N {\n pointer-events: none;\n opacity: 0.25;\n}";
8689
+ var styles$o = {"containerDisabled":"style-module_containerDisabled__2j9_N"};
8690
+ styleInject(css_248z$p);
8687
8691
 
8688
- var css_248z$f = ".style-module_button__P-UIa {\n background-color: transparent;\n color: #26262e;\n outline: 1px solid transparent;\n transition: all 0.2s ease-in-out;\n text-decoration: none;\n border-radius: 8px;\n}\n.style-module_button__P-UIa:hover {\n outline: 1px solid #8e8cee;\n color: #8e8cee;\n}\n.style-module_button__P-UIa:focus-visible {\n outline: 2px solid #8e8cee;\n color: #8e8cee;\n}\n\n.style-module_wrapper__35C6V {\n background-color: #fff;\n}\n\n.style-module_icon__15X1c {\n margin-right: 12px;\n}\n.style-module_iconbalanced__Zb-hZ {\n margin-right: 16px;\n}\n.style-module_iconspacious__3Ly0X {\n margin-right: 24px;\n}\n\n.style-module_actionIcon__3pnwR {\n margin-left: 12px;\n}\n.style-module_actionIconbalanced__19jnn {\n margin-left: 16px;\n}\n.style-module_actionIconspacious__2LJN4 {\n margin-left: 24px;\n}\n\n.style-module_description__ksrnP {\n color: #696970;\n}";
8689
- var styles$e = {"button":"style-module_button__P-UIa","wrapper":"style-module_wrapper__35C6V","icon":"style-module_icon__15X1c","iconbalanced":"style-module_iconbalanced__Zb-hZ","iconspacious":"style-module_iconspacious__3Ly0X","actionIcon":"style-module_actionIcon__3pnwR","actionIconbalanced":"style-module_actionIconbalanced__19jnn","actionIconspacious":"style-module_actionIconspacious__2LJN4","description":"style-module_description__ksrnP"};
8690
- styleInject(css_248z$f);
8692
+ var css_248z$o = ".style-module_button__P-UIa {\n background-color: transparent;\n color: #26262e;\n outline: 1px solid transparent;\n transition: all 0.2s ease-in-out;\n text-decoration: none;\n border-radius: 8px;\n}\n.style-module_button__P-UIa:hover {\n outline: 1px solid #8e8cee;\n color: #8e8cee;\n}\n.style-module_button__P-UIa:focus-visible {\n outline: 2px solid #8e8cee;\n color: #8e8cee;\n}\n\n.style-module_wrapper__35C6V {\n background-color: #fff;\n}\n\n.style-module_icon__15X1c {\n margin-right: 12px;\n color: #8e8cee;\n}\n.style-module_iconbalanced__Zb-hZ {\n margin-right: 16px;\n}\n.style-module_iconspacious__3Ly0X {\n margin-right: 24px;\n}\n\n.style-module_actionIcon__3pnwR {\n margin-left: 12px;\n}\n.style-module_actionIconbalanced__19jnn {\n margin-left: 16px;\n}\n.style-module_actionIconspacious__2LJN4 {\n margin-left: 24px;\n}\n\n.style-module_description__ksrnP {\n color: #696970;\n}";
8693
+ var styles$n = {"button":"style-module_button__P-UIa","wrapper":"style-module_wrapper__35C6V","icon":"style-module_icon__15X1c","iconbalanced":"style-module_iconbalanced__Zb-hZ","iconspacious":"style-module_iconspacious__3Ly0X","actionIcon":"style-module_actionIcon__3pnwR","actionIconbalanced":"style-module_actionIconbalanced__19jnn","actionIconspacious":"style-module_actionIconspacious__2LJN4","description":"style-module_description__ksrnP"};
8694
+ styleInject(css_248z$o);
8691
8695
 
8692
8696
  var cardDefaultAs = 'section';
8693
8697
  var Card = function (_a) {
@@ -8697,14 +8701,14 @@ var Card = function (_a) {
8697
8701
  var propsWithActionIcon = onClick || (rest === null || rest === void 0 ? void 0 : rest.href) || rest.to;
8698
8702
  var cardDefaultTag = onClick ? 'button' : cardDefaultAs;
8699
8703
  var Tag = as || cardDefaultTag;
8700
- return (jsxRuntime.jsx(Tag, __assign({ className: classnamesUtil(classNames === null || classNames === void 0 ? void 0 : classNames.buttonWrapper, 'd-flex w100 ai-stretch', (_b = {
8704
+ return (jsxRuntime.jsx(Tag, __assign({ className: classNames$1(classNames === null || classNames === void 0 ? void 0 : classNames.buttonWrapper, 'd-flex w100 ai-stretch', (_b = {
8701
8705
  'c-pointer': propsWithActionIcon
8702
8706
  },
8703
- _b[styles$e.button] = propsWithActionIcon,
8707
+ _b[styles$n.button] = propsWithActionIcon,
8704
8708
  _b)) }, onClick && {
8705
8709
  onClick: onClick,
8706
8710
  type: "button"
8707
- }, rest, { children: jsxRuntime.jsxs("div", { className: classnamesUtil('d-flex fd-column jc-center w100 ta-left br8', { 'bs-sm': dropShadow }, {
8711
+ }, rest, { children: jsxRuntime.jsxs("div", { className: classNames$1('d-flex fd-column jc-center w100 ta-left br8', { 'bs-sm': dropShadow }, {
8708
8712
  compact: 'p16',
8709
8713
  balanced: 'p24',
8710
8714
  spacious: 'p32',
@@ -8712,24 +8716,24 @@ var Card = function (_a) {
8712
8716
  top: 'jc-start',
8713
8717
  center: 'jc-center',
8714
8718
  bottom: 'jc-end',
8715
- }[verticalAlignment], styles$e === null || styles$e === void 0 ? void 0 : styles$e.wrapper, classNames === null || classNames === void 0 ? void 0 : classNames.wrapper), children: [jsxRuntime.jsxs("div", { className: "d-flex w100", children: [icon && (jsxRuntime.jsx("div", { className: classnamesUtil("d-flex tc-primary-500", styles$e.icon, styles$e["icon".concat(density)], classNames === null || classNames === void 0 ? void 0 : classNames.icon, {
8719
+ }[verticalAlignment], styles$n === null || styles$n === void 0 ? void 0 : styles$n.wrapper, classNames === null || classNames === void 0 ? void 0 : classNames.wrapper), children: [jsxRuntime.jsxs("div", { className: "d-flex w100", children: [icon && (jsxRuntime.jsx("div", { className: classNames$1("d-flex", styles$n.icon, styles$n["icon".concat(density)], classNames === null || classNames === void 0 ? void 0 : classNames.icon, {
8716
8720
  top: 'ai-start',
8717
8721
  center: 'ai-center',
8718
8722
  bottom: 'ai-end',
8719
- }[verticalAlignment]), children: icon })), jsxRuntime.jsxs("div", { className: "d-flex jc-between w100", children: [jsxRuntime.jsxs("div", { className: "d-flex jc-center gap8 fd-column tc-grey-900 w100", children: [label && (jsxRuntime.jsx("h4", { className: classnamesUtil('p-p--small', classNames === null || classNames === void 0 ? void 0 : classNames.label), children: label })), title && (jsxRuntime.jsx("h3", { className: classnamesUtil(classNames === null || classNames === void 0 ? void 0 : classNames.title, {
8723
+ }[verticalAlignment]), children: icon })), jsxRuntime.jsxs("div", { className: "d-flex jc-between w100", children: [jsxRuntime.jsxs("div", { className: "d-flex jc-center gap8 fd-column tc-grey-900 w100", children: [label && (jsxRuntime.jsx("h4", { className: classNames$1('p-p--small', classNames === null || classNames === void 0 ? void 0 : classNames.label), children: label })), title && (jsxRuntime.jsx("h3", { className: classNames$1(classNames === null || classNames === void 0 ? void 0 : classNames.title, {
8720
8724
  large: 'p-h3',
8721
8725
  medium: 'p-h4',
8722
8726
  small: 'p-p',
8723
- }[titleVariant]), children: title })), description && (jsxRuntime.jsx("div", { className: classnamesUtil(styles$e.description, classNames === null || classNames === void 0 ? void 0 : classNames.description, descriptionVariant === 'small' ? 'p-p--small' : 'p-p'), children: description }))] }), (showActionIcon || (propsWithActionIcon && !hideActionIcon)) && (jsxRuntime.jsx("div", { className: classnamesUtil(styles$e.actionIcon, classNames === null || classNames === void 0 ? void 0 : classNames.actionIcon, styles$e["actionIcon".concat(density)], 'd-flex ai-center'), children: actionIcon || jsxRuntime.jsx(ChevronRightIcon, { size: 24 }) }))] })] }), children && jsxRuntime.jsx("div", { className: classNames === null || classNames === void 0 ? void 0 : classNames.children, children: children })] }) })));
8727
+ }[titleVariant]), children: title })), description && (jsxRuntime.jsx("div", { className: classNames$1(styles$n.description, classNames === null || classNames === void 0 ? void 0 : classNames.description, descriptionVariant === 'small' ? 'p-p--small' : 'p-p'), children: description }))] }), (showActionIcon || (propsWithActionIcon && !hideActionIcon)) && (jsxRuntime.jsx("div", { className: classNames$1(styles$n.actionIcon, classNames === null || classNames === void 0 ? void 0 : classNames.actionIcon, styles$n["actionIcon".concat(density)], 'd-flex ai-center'), children: actionIcon || jsxRuntime.jsx(ChevronRightIcon, { size: 24 }) }))] })] }), children && jsxRuntime.jsx("div", { className: classNames === null || classNames === void 0 ? void 0 : classNames.children, children: children })] }) })));
8724
8728
  };
8725
8729
 
8726
8730
  var CardButton = function (_a) {
8727
8731
  var _b;
8728
8732
  var title = _a.title, description = _a.description, _c = _a.disabled, disabled = _c === void 0 ? false : _c, className = _a.className, href = _a.href;
8729
8733
  return (jsxRuntime.jsx(Card, __assign({ as: href ? 'a' : 'button', classNames: {
8730
- buttonWrapper: classnamesUtil('c-pointer ta-left w100', className, (_b = {}, _b[styles$f.containerDisabled] = disabled, _b)),
8734
+ buttonWrapper: classNames$1('c-pointer ta-left w100', className, (_b = {}, _b[styles$o.containerDisabled] = disabled, _b)),
8731
8735
  description: 'tc-primary-500 p-p',
8732
- }, density: 'compact', label: title, description: typeof description === 'string' ? description : null, actionIcon: jsxRuntime.jsx(ChevronRightIcon, { size: 20, color: 'purple-500', className: styles$f.chevronRight }), showActionIcon: true }, href ? { href: href } : {}, { children: typeof description !== 'string' ? description : null })));
8736
+ }, density: 'compact', label: title, description: typeof description === 'string' ? description : null, actionIcon: jsxRuntime.jsx(ChevronRightIcon, { size: 20, color: 'purple-500', className: styles$o.chevronRight }), showActionIcon: true }, href ? { href: href } : {}, { children: typeof description !== 'string' ? description : null })));
8733
8737
  };
8734
8738
 
8735
8739
  var associatedClassForCardState = function (state, dropshadow) {
@@ -8749,13 +8753,13 @@ var associatedClassForCardState = function (state, dropshadow) {
8749
8753
  return baseClass;
8750
8754
  };
8751
8755
 
8752
- var css_248z$e = ".style-module_chip__3LMgV {\n background: var(--ds-primary-100);\n border: 2px solid var(--ds-primary-100);\n border-radius: 8px;\n padding: 4px 8px;\n width: fit-content;\n width: -moz-fit-content;\n display: flex;\n align-items: center;\n animation-name: style-module_appearInAnimation__33Ebn;\n animation-duration: 0.5s;\n animation-fill-mode: both;\n}\n\n.style-module_chip__3LMgV:hover {\n transition: 0.2s ease-in;\n border: 2px solid var(--ds-primary-500);\n}\n\n.style-module_chip-image__2vVqF {\n width: 24px;\n height: 14px;\n}\n\n.style-module_chip-button-container__3gSRY {\n color: #b1b0f5;\n position: relative;\n width: 16px;\n height: 16px;\n background: none;\n border: none;\n padding: 0;\n margin: 0;\n text-align: inherit;\n outline: none;\n box-shadow: none;\n appearance: none;\n -webkit-appearance: none;\n -moz-appearance: none;\n cursor: pointer;\n}\n.style-module_chip-button-container__3gSRY:hover {\n color: #8e8cee;\n}\n\n.style-module_chip-remove-button__3LK7e {\n margin: 0;\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n}\n.style-module_chip-remove-button__3LK7e svg {\n vertical-align: top;\n}\n\n@keyframes style-module_appearInAnimation__33Ebn {\n from {\n opacity: 0;\n transform: translateX(16px);\n }\n to {\n opacity: 1;\n }\n}";
8753
- var styles$d = {"chip":"style-module_chip__3LMgV","appearInAnimation":"style-module_appearInAnimation__33Ebn","chip-image":"style-module_chip-image__2vVqF","chip-button-container":"style-module_chip-button-container__3gSRY","chip-remove-button":"style-module_chip-remove-button__3LK7e"};
8754
- styleInject(css_248z$e);
8756
+ var css_248z$n = ".style-module_chip__3LMgV {\n background: var(--ds-primary-100);\n border: 2px solid var(--ds-primary-100);\n border-radius: 8px;\n padding: 4px 8px;\n width: fit-content;\n width: -moz-fit-content;\n display: flex;\n align-items: center;\n animation-name: style-module_appearInAnimation__33Ebn;\n animation-duration: 0.5s;\n animation-fill-mode: both;\n}\n\n.style-module_chip__3LMgV:hover {\n transition: 0.2s ease-in;\n border: 2px solid var(--ds-primary-500);\n}\n\n.style-module_chip-image__2vVqF {\n width: 24px;\n height: 14px;\n}\n\n.style-module_chip-button-container__3gSRY {\n color: #b1b0f5;\n position: relative;\n width: 16px;\n height: 16px;\n background: none;\n border: none;\n padding: 0;\n margin: 0;\n text-align: inherit;\n outline: none;\n box-shadow: none;\n appearance: none;\n -webkit-appearance: none;\n -moz-appearance: none;\n cursor: pointer;\n}\n.style-module_chip-button-container__3gSRY:hover {\n color: #8e8cee;\n}\n\n.style-module_chip-remove-button__3LK7e {\n margin: 0;\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n}\n.style-module_chip-remove-button__3LK7e svg {\n vertical-align: top;\n}\n\n@keyframes style-module_appearInAnimation__33Ebn {\n from {\n opacity: 0;\n transform: translateX(16px);\n }\n to {\n opacity: 1;\n }\n}";
8757
+ var styles$m = {"chip":"style-module_chip__3LMgV","appearInAnimation":"style-module_appearInAnimation__33Ebn","chip-image":"style-module_chip-image__2vVqF","chip-button-container":"style-module_chip-button-container__3gSRY","chip-remove-button":"style-module_chip-remove-button__3LK7e"};
8758
+ styleInject(css_248z$n);
8755
8759
 
8756
8760
  var Chip = (function (_a) {
8757
8761
  var className = _a.className, value = _a.value, onRemove = _a.onRemove;
8758
- return (jsxRuntime.jsxs("div", { className: "p-p mr8 mb8 d-flex ".concat(className, " ").concat(styles$d['chip']), children: [value.leftIcon && (jsxRuntime.jsx("img", { className: "mr8 ".concat(styles$d['chip-image']), src: value.leftIcon, alt: value.value })), jsxRuntime.jsx("div", { className: "mr8", children: value.value }), jsxRuntime.jsx("button", { className: "c-pointer ".concat(styles$d['chip-button-container']), type: "button", onClick: function () { return onRemove(value); }, children: jsxRuntime.jsx(XIcon, { className: styles$d['chip-remove-button'] }) })] }));
8762
+ return (jsxRuntime.jsxs("div", { className: "p-p mr8 mb8 d-flex ".concat(className, " ").concat(styles$m['chip']), children: [value.leftIcon && (jsxRuntime.jsx("img", { className: "mr8 ".concat(styles$m['chip-image']), src: value.leftIcon, alt: value.value })), jsxRuntime.jsx("div", { className: "mr8", children: value.value }), jsxRuntime.jsx("button", { className: "c-pointer ".concat(styles$m['chip-button-container']), type: "button", onClick: function () { return onRemove(value); }, children: jsxRuntime.jsx(XIcon, { className: styles$m['chip-remove-button'] }) })] }));
8759
8763
  });
8760
8764
 
8761
8765
  var Autosuggest = {};
@@ -11870,21 +11874,21 @@ _defineProperty(Autosuggest, "defaultProps", {
11870
11874
 
11871
11875
  var dist$2 = Autosuggest["default"];
11872
11876
 
11873
- var css_248z$d = "@keyframes style-module_appearInAnimation__yvH4A {\n from {\n opacity: 0;\n transform: translateY(16px);\n }\n to {\n opacity: 1;\n }\n}\n.style-module_suggestionsContainer__2yVXd {\n position: relative;\n}\n\n.style-module_suggestionsList__11o48 {\n position: absolute;\n z-index: 100;\n overflow: hidden;\n border-radius: 8px;\n border: 1px solid var(--ds-primary-500);\n width: 100%;\n height: fit-content;\n max-height: 216px;\n overflow-y: scroll;\n background-color: white;\n animation-name: style-module_appearInAnimation__yvH4A;\n animation-duration: 0.3s;\n animation-fill-mode: both;\n transform: translateY(8px);\n}\n\n.style-module_suggestion-option__z7pqG {\n display: flex;\n align-items: center;\n cursor: pointer;\n position: relative;\n margin: 0;\n padding: 12px 16px;\n color: var(--ds-grey-900);\n min-height: 48px;\n line-height: 24px;\n}\n\n.style-module_suggestion-img__1TfiA {\n width: 32px;\n height: 24px;\n border-radius: 2px;\n}\n\n.style-module_suggestion-text__7wL31 {\n flex: 1;\n}\n\n.style-module_nowrap__uks9c {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.style-module_suggestionHighlighted__2zu5h {\n background-color: var(--ds-primary-100);\n}";
11874
- var styles$c = {"suggestionsContainer":"style-module_suggestionsContainer__2yVXd","suggestionsList":"style-module_suggestionsList__11o48","appearInAnimation":"style-module_appearInAnimation__yvH4A","suggestion-option":"style-module_suggestion-option__z7pqG","suggestion-img":"style-module_suggestion-img__1TfiA","suggestion-text":"style-module_suggestion-text__7wL31","nowrap":"style-module_nowrap__uks9c","suggestionHighlighted":"style-module_suggestionHighlighted__2zu5h"};
11875
- styleInject(css_248z$d);
11877
+ var css_248z$m = "@keyframes style-module_appearInAnimation__yvH4A {\n from {\n opacity: 0;\n transform: translateY(16px);\n }\n to {\n opacity: 1;\n }\n}\n.style-module_suggestionsContainer__2yVXd {\n position: relative;\n}\n\n.style-module_suggestionsList__11o48 {\n position: absolute;\n z-index: 100;\n overflow: hidden;\n border-radius: 8px;\n border: 1px solid var(--ds-primary-500);\n width: 100%;\n height: fit-content;\n max-height: 216px;\n overflow-y: scroll;\n background-color: white;\n animation-name: style-module_appearInAnimation__yvH4A;\n animation-duration: 0.3s;\n animation-fill-mode: both;\n transform: translateY(8px);\n}\n\n.style-module_suggestion-option__z7pqG {\n display: flex;\n align-items: center;\n cursor: pointer;\n position: relative;\n margin: 0;\n padding: 12px 16px;\n color: var(--ds-grey-900);\n min-height: 48px;\n line-height: 24px;\n}\n\n.style-module_suggestion-img__1TfiA {\n width: 32px;\n height: 24px;\n border-radius: 2px;\n}\n\n.style-module_suggestion-text__7wL31 {\n flex: 1;\n}\n\n.style-module_nowrap__uks9c {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.style-module_suggestionHighlighted__2zu5h {\n background-color: var(--ds-primary-100);\n}";
11878
+ var styles$l = {"suggestionsContainer":"style-module_suggestionsContainer__2yVXd","suggestionsList":"style-module_suggestionsList__11o48","appearInAnimation":"style-module_appearInAnimation__yvH4A","suggestion-option":"style-module_suggestion-option__z7pqG","suggestion-img":"style-module_suggestion-img__1TfiA","suggestion-text":"style-module_suggestion-text__7wL31","nowrap":"style-module_nowrap__uks9c","suggestionHighlighted":"style-module_suggestionHighlighted__2zu5h"};
11879
+ styleInject(css_248z$m);
11876
11880
 
11877
11881
  var AutoSuggestInput = function (_a) {
11878
11882
  var currentOption = _a.currentOption, suggestions = _a.suggestions, handleSuggestionSelected = _a.handleSuggestionSelected, onChange = _a.onChange, handleSuggestionFetchRequest = _a.handleSuggestionFetchRequest, handleSuggestionClearRequest = _a.handleSuggestionClearRequest, placeholder = _a.placeholder, className = _a.className, wrapText = _a.wrapText, inputProps = _a.inputProps;
11879
11883
  var renderSuggestion = function (suggestion) {
11880
11884
  var _a;
11881
- return (jsxRuntime.jsxs("div", { className: "".concat(styles$c['suggestion-option']), children: [suggestion.leftIcon && (jsxRuntime.jsx("img", { className: "mr16 ".concat(styles$c['suggestion-img']), src: suggestion.leftIcon, alt: suggestion.value })), jsxRuntime.jsx("div", { className: classnamesUtil(styles$c['suggestion-text'], (_a = {},
11882
- _a[styles$c.nowrap] = !wrapText,
11885
+ return (jsxRuntime.jsxs("div", { className: "".concat(styles$l['suggestion-option']), children: [suggestion.leftIcon && (jsxRuntime.jsx("img", { className: "mr16 ".concat(styles$l['suggestion-img']), src: suggestion.leftIcon, alt: suggestion.value })), jsxRuntime.jsx("div", { className: classNames$1(styles$l['suggestion-text'], (_a = {},
11886
+ _a[styles$l.nowrap] = !wrapText,
11883
11887
  _a)), children: suggestion.value })] }));
11884
11888
  };
11885
11889
  var getSuggestionValue = function (suggestion) { return suggestion.value; };
11886
11890
  var renderInputComponent = function (autoSuggestInputProps) { return (jsxRuntime.jsx(Input, __assign({}, autoSuggestInputProps, { placeholder: placeholder, "data-cy": "suggest-multi-select-input" }))); };
11887
- return (jsxRuntime.jsx("div", { className: className, children: jsxRuntime.jsx(dist$2, { theme: styles$c, suggestions: suggestions, onSuggestionsFetchRequested: handleSuggestionFetchRequest, onSuggestionsClearRequested: handleSuggestionClearRequest, getSuggestionValue: getSuggestionValue, renderSuggestion: renderSuggestion, highlightFirstSuggestion: true, inputProps: __assign(__assign({}, inputProps), { value: currentOption, onChange: function (_, _a) {
11891
+ return (jsxRuntime.jsx("div", { className: className, children: jsxRuntime.jsx(dist$2, { theme: styles$l, suggestions: suggestions, onSuggestionsFetchRequested: handleSuggestionFetchRequest, onSuggestionsClearRequested: handleSuggestionClearRequest, getSuggestionValue: getSuggestionValue, renderSuggestion: renderSuggestion, highlightFirstSuggestion: true, inputProps: __assign(__assign({}, inputProps), { value: currentOption, onChange: function (_, _a) {
11888
11892
  var newValue = _a.newValue;
11889
11893
  onChange(newValue);
11890
11894
  } }), onSuggestionSelected: function (_, _a) {
@@ -11893,9 +11897,9 @@ var AutoSuggestInput = function (_a) {
11893
11897
  }, renderInputComponent: renderInputComponent }) }));
11894
11898
  };
11895
11899
 
11896
- var css_248z$c = ".style-module_chip-container__26s37 {\n display: flex;\n flex-wrap: wrap;\n max-height: 10px;\n transition: 0.7s ease-in;\n}\n\n.style-module_appearIn__3XNel {\n max-height: 300px;\n}";
11897
- var styles$b = {"chip-container":"style-module_chip-container__26s37","appearIn":"style-module_appearIn__3XNel"};
11898
- styleInject(css_248z$c);
11900
+ var css_248z$l = ".style-module_chip-container__26s37 {\n display: flex;\n flex-wrap: wrap;\n max-height: 10px;\n transition: 0.7s ease-in;\n}\n\n.style-module_appearIn__3XNel {\n max-height: 300px;\n}";
11901
+ var styles$k = {"chip-container":"style-module_chip-container__26s37","appearIn":"style-module_appearIn__3XNel"};
11902
+ styleInject(css_248z$l);
11899
11903
 
11900
11904
  var AutoSuggestMultiSelect = function (_a) {
11901
11905
  var _b;
@@ -11903,8 +11907,8 @@ var AutoSuggestMultiSelect = function (_a) {
11903
11907
  var _c = require$$0.useState([]), suggestions = _c[0], setSuggestions = _c[1];
11904
11908
  var _d = require$$0.useState(''), currentOption = _d[0], setCurrentOption = _d[1];
11905
11909
  var hasChips = Boolean(selectedValues && selectedValues.length > 0);
11906
- return (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("div", { className: classnamesUtil(styles$b['chip-container'], chipsListClassName, (_b = {},
11907
- _b[styles$b.appearIn] = hasChips,
11910
+ return (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("div", { className: classNames$1(styles$k['chip-container'], chipsListClassName, (_b = {},
11911
+ _b[styles$k.appearIn] = hasChips,
11908
11912
  _b)), children: selectedValues && hasChips && (jsxRuntime.jsx(jsxRuntime.Fragment, { children: selectedValues.map(function (value, index) { return (jsxRuntime.jsx(Chip, { className: "mb16", value: value, onRemove: function (value) {
11909
11913
  var newValues = __spreadArray$1([], selectedValues, true).filter(function (selectedValue) { return selectedValue.value !== value.value; });
11910
11914
  setValues(newValues);
@@ -13447,9 +13451,9 @@ module.exports = function(isValidElement, throwOnDirectAccess) {
13447
13451
 
13448
13452
  }(dist$1));
13449
13453
 
13450
- var css_248z$b = ".AccordionItem-module_container__29xle {\n width: min-content;\n width: var(--growContent, min-content);\n max-width: 100%;\n margin-left: auto;\n margin-right: auto;\n}\n\n.AccordionItem-module_chevron__1Pdoe {\n transition: filter 0.3s ease-in-out, transform 0.2s ease-in-out;\n}\n\n.AccordionItem-module_chevronClosed__1Sq5g {\n transform: rotate(180deg);\n}\n\n.AccordionItem-module_iconAndTextContainer__1K9NF {\n column-gap: 12px;\n}\n\n.AccordionItem-module_headerButton__1C03u {\n border: none;\n background: #fafaff;\n column-gap: 16px;\n cursor: pointer;\n font-family: inherit;\n outline: none;\n position: relative;\n text-align: inherit;\n transition: background-color 0.3s ease-in-out, transform 0.2s ease-in-out;\n}\n.AccordionItem-module_headerButton__1C03u:hover {\n background: #ebebff;\n}\n\n.AccordionItem-module_headerButton__1C03u:hover .AccordionItem-module_chevron__1Pdoe {\n filter: brightness(0.425);\n}";
13451
- var styles$a = {"container":"AccordionItem-module_container__29xle","chevron":"AccordionItem-module_chevron__1Pdoe","chevronClosed":"AccordionItem-module_chevronClosed__1Sq5g","iconAndTextContainer":"AccordionItem-module_iconAndTextContainer__1K9NF","headerButton":"AccordionItem-module_headerButton__1C03u"};
13452
- styleInject(css_248z$b);
13454
+ var css_248z$k = ".AccordionItem-module_container__29xle {\n width: min-content;\n width: var(--growContent, min-content);\n max-width: 100%;\n margin-left: auto;\n margin-right: auto;\n}\n\n.AccordionItem-module_chevron__1Pdoe {\n transition: filter 0.3s ease-in-out, transform 0.2s ease-in-out;\n}\n\n.AccordionItem-module_chevronClosed__1Sq5g {\n transform: rotate(180deg);\n}\n\n.AccordionItem-module_iconAndTextContainer__1K9NF {\n column-gap: 12px;\n}\n\n.AccordionItem-module_headerButton__1C03u {\n border: none;\n background: #fafaff;\n column-gap: 16px;\n cursor: pointer;\n font-family: inherit;\n outline: none;\n position: relative;\n text-align: inherit;\n transition: background-color 0.3s ease-in-out, transform 0.2s ease-in-out;\n}\n.AccordionItem-module_headerButton__1C03u:hover {\n background: #ebebff;\n}\n\n.AccordionItem-module_headerButton__1C03u:hover .AccordionItem-module_chevron__1Pdoe {\n filter: brightness(0.425);\n}";
13455
+ var styles$j = {"container":"AccordionItem-module_container__29xle","chevron":"AccordionItem-module_chevron__1Pdoe","chevronClosed":"AccordionItem-module_chevronClosed__1Sq5g","iconAndTextContainer":"AccordionItem-module_iconAndTextContainer__1K9NF","headerButton":"AccordionItem-module_headerButton__1C03u"};
13456
+ styleInject(css_248z$k);
13453
13457
 
13454
13458
  var ChevronSVG = function (_a) {
13455
13459
  var className = _a.className;
@@ -13465,7 +13469,7 @@ var AccordionItem = function (_a) {
13465
13469
  onClose();
13466
13470
  }
13467
13471
  };
13468
- return (jsxRuntime.jsxs("section", { className: "d-flex fd-column ".concat(styles$a.container, " ").concat(className), children: [jsxRuntime.jsxs("button", { className: "d-flex ai-center jc-between ".concat(styles$a.headerButton, " ").concat(headerClassName), onClick: handleClick, type: "button", children: [jsxRuntime.jsx("div", { className: "d-flex ai-center ".concat(styles$a.iconAndTextContainer), children: typeof label === 'string' ? (jsxRuntime.jsx("h4", { className: "p-h4", children: label })) : (jsxRuntime.jsx(jsxRuntime.Fragment, { children: label })) }), jsxRuntime.jsx(ChevronSVG, { className: "".concat(styles$a.chevron, " ").concat(!isOpen && styles$a.chevronClosed) })] }), jsxRuntime.jsx(AnimateHeight, { duration: 300, height: isOpen ? 'auto' : 0.1, children: children })] }));
13472
+ return (jsxRuntime.jsxs("section", { className: "d-flex fd-column ".concat(styles$j.container, " ").concat(className), children: [jsxRuntime.jsxs("button", { className: "d-flex ai-center jc-between ".concat(styles$j.headerButton, " ").concat(headerClassName), onClick: handleClick, type: "button", children: [jsxRuntime.jsx("div", { className: "d-flex ai-center ".concat(styles$j.iconAndTextContainer), children: typeof label === 'string' ? (jsxRuntime.jsx("h4", { className: "p-h4", children: label })) : (jsxRuntime.jsx(jsxRuntime.Fragment, { children: label })) }), jsxRuntime.jsx(ChevronSVG, { className: "".concat(styles$j.chevron, " ").concat(!isOpen && styles$j.chevronClosed) })] }), jsxRuntime.jsx(AnimateHeight, { duration: 300, height: isOpen ? 'auto' : 0.1, children: children })] }));
13469
13473
  };
13470
13474
 
13471
13475
  var Chevron = function (_a) {
@@ -13473,18 +13477,18 @@ var Chevron = function (_a) {
13473
13477
  return (jsxRuntime.jsx("svg", { width: "20", height: "20", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, children: jsxRuntime.jsx("path", { d: "M15 12.5l-5-5-5 5", stroke: "#8E8CEE", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }));
13474
13478
  };
13475
13479
 
13476
- var css_248z$a = ".style-module_header__32rw- {\n position: relative;\n}\n.style-module_header__32rw- > div {\n width: var(--tableWidth);\n max-width: 100vw;\n}\n.style-module_header__32rw- > div:nth-child(n+3) {\n margin: 0;\n}\n@media (min-width: 34rem) {\n .style-module_header__32rw- > div {\n width: 211px;\n width: var(--cellWidth, 211px);\n max-width: var(--tableWidth);\n scroll-snap-align: unset;\n }\n}\n\n.style-module_cell__1NoZ6 {\n display: flex;\n justify-content: center;\n align-items: center;\n scroll-snap-align: end;\n line-height: 24px;\n padding: 16px 8px;\n color: #26262e;\n width: 50vw;\n max-width: calc(var(--tableWidth) / 2);\n}\n.style-module_cell__1NoZ6:first-child {\n padding: 16px 8px 16px 16px;\n}\n.style-module_cell__1NoZ6:first-child {\n background-color: white;\n /** Add scroll snap to every column except the first one */\n scroll-snap-align: unset;\n}\n.style-module_cell__1NoZ6:nth-child(n+3) {\n margin-left: 50vw;\n}\n@media (min-width: 34rem) {\n .style-module_cell__1NoZ6:nth-child(n+3) {\n margin-left: unset;\n }\n}\n@media (min-width: 34rem) {\n .style-module_cell__1NoZ6 {\n flex: 1 0 211px;\n flex: 1 0 var(--cellWidth, 211px);\n width: 211px;\n width: var(--cellWidth, 211px);\n padding: 24px 8px;\n }\n .style-module_cell__1NoZ6:first-child {\n padding: 24px 8px 24px 24px;\n }\n}\n\nh4.style-module_cell__1NoZ6 {\n max-width: min(212px, calc(var(--tableWidth) / 2));\n max-width: min(var(--firstColumnWidth, 212px), calc(var(--tableWidth) / 2));\n}\n\n.style-module_title__1xYvu {\n position: relative;\n color: #26262e;\n display: none;\n}\n.style-module_title__1xYvu:after {\n content: \"\";\n display: block;\n position: absolute;\n top: calc( 50% + 16px );\n height: 4px;\n width: 100%;\n max-width: 140px;\n background-color: #8e8cee;\n}\n@media (min-width: 34rem) {\n .style-module_title__1xYvu {\n display: flex;\n }\n}\n\n.style-module_sticky__2T5jm {\n position: sticky;\n justify-content: flex-start;\n z-index: 1;\n top: 0;\n left: 0;\n width: 50vw;\n}\n@media (min-width: 34rem) {\n .style-module_sticky__2T5jm {\n border-right: 1px solid #fafaff;\n flex: 1 0 288px;\n }\n}\n\nh4.style-module_addon__CPf60 {\n border-right: none;\n max-width: calc(100vw - 64px);\n width: 100%;\n}\n@media (min-width: 64rem) {\n h4.style-module_addon__CPf60 {\n max-width: 976px;\n }\n}";
13477
- var styles$9 = {"header":"style-module_header__32rw-","cell":"style-module_cell__1NoZ6","title":"style-module_title__1xYvu","sticky":"style-module_sticky__2T5jm","addon":"style-module_addon__CPf60"};
13478
- styleInject(css_248z$a);
13480
+ var css_248z$j = ".style-module_header__32rw- {\n position: relative;\n}\n.style-module_header__32rw- > div {\n width: var(--tableWidth);\n max-width: 100vw;\n}\n.style-module_header__32rw- > div:nth-child(n+3) {\n margin: 0;\n}\n@media (min-width: 34rem) {\n .style-module_header__32rw- > div {\n width: 211px;\n width: var(--cellWidth, 211px);\n max-width: var(--tableWidth);\n scroll-snap-align: unset;\n }\n}\n\n.style-module_cell__1NoZ6 {\n display: flex;\n justify-content: center;\n align-items: center;\n scroll-snap-align: end;\n line-height: 24px;\n padding: 16px 8px;\n color: #26262e;\n width: 50vw;\n max-width: calc(var(--tableWidth) / 2);\n}\n.style-module_cell__1NoZ6:first-child {\n padding: 16px 8px 16px 16px;\n}\n.style-module_cell__1NoZ6:first-child {\n background-color: white;\n /** Add scroll snap to every column except the first one */\n scroll-snap-align: unset;\n}\n.style-module_cell__1NoZ6:nth-child(n+3) {\n margin-left: 50vw;\n}\n@media (min-width: 34rem) {\n .style-module_cell__1NoZ6:nth-child(n+3) {\n margin-left: unset;\n }\n}\n@media (min-width: 34rem) {\n .style-module_cell__1NoZ6 {\n flex: 1 0 211px;\n flex: 1 0 var(--cellWidth, 211px);\n width: 211px;\n width: var(--cellWidth, 211px);\n padding: 24px 8px;\n }\n .style-module_cell__1NoZ6:first-child {\n padding: 24px 8px 24px 24px;\n }\n}\n\nh4.style-module_cell__1NoZ6 {\n max-width: min(212px, calc(var(--tableWidth) / 2));\n max-width: min(var(--firstColumnWidth, 212px), calc(var(--tableWidth) / 2));\n}\n\n.style-module_title__1xYvu {\n position: relative;\n color: #26262e;\n display: none;\n}\n.style-module_title__1xYvu:after {\n content: \"\";\n display: block;\n position: absolute;\n top: calc( 50% + 16px );\n height: 4px;\n width: 100%;\n max-width: 140px;\n background-color: #8e8cee;\n}\n@media (min-width: 34rem) {\n .style-module_title__1xYvu {\n display: flex;\n }\n}\n\n.style-module_sticky__2T5jm {\n position: sticky;\n justify-content: flex-start;\n z-index: 1;\n top: 0;\n left: 0;\n width: 50vw;\n}\n@media (min-width: 34rem) {\n .style-module_sticky__2T5jm {\n border-right: 1px solid #fafaff;\n flex: 1 0 288px;\n }\n}\n\nh4.style-module_addon__CPf60 {\n border-right: none;\n max-width: calc(100vw - 64px);\n width: 100%;\n}\n@media (min-width: 64rem) {\n h4.style-module_addon__CPf60 {\n max-width: 976px;\n }\n}";
13481
+ var styles$i = {"header":"style-module_header__32rw-","cell":"style-module_cell__1NoZ6","title":"style-module_title__1xYvu","sticky":"style-module_sticky__2T5jm","addon":"style-module_addon__CPf60"};
13482
+ styleInject(css_248z$j);
13479
13483
 
13480
13484
  var Row = function (props) {
13481
13485
  var _a, _b;
13482
13486
  var cell = props.cell, data = props.data, isRowHeader = props.isRowHeader, rowId = props.rowId, cellClassName = props.cellClassName;
13483
- return (jsxRuntime.jsxs("div", { className: classnamesUtil('d-flex w-100', (_a = {},
13484
- _a[styles$9.header] = isRowHeader,
13485
- _a)), children: [jsxRuntime.jsx("h4", { className: classnamesUtil(styles$9.cell, styles$9.sticky, (_b = {},
13486
- _b["p-h2 p--serif ".concat(styles$9.title)] = isRowHeader,
13487
- _b[styles$9.addon] = typeof cell.key === 'undefined',
13487
+ return (jsxRuntime.jsxs("div", { className: classNames$1('d-flex w-100', (_a = {},
13488
+ _a[styles$i.header] = isRowHeader,
13489
+ _a)), children: [jsxRuntime.jsx("h4", { className: classNames$1(styles$i.cell, styles$i.sticky, (_b = {},
13490
+ _b["p-h2 p--serif ".concat(styles$i.title)] = isRowHeader,
13491
+ _b[styles$i.addon] = typeof cell.key === 'undefined',
13488
13492
  _b), cellClassName), children: cell.label }), Array.isArray(data) &&
13489
13493
  data.map(function (item) {
13490
13494
  /**
@@ -13495,7 +13499,7 @@ var Row = function (props) {
13495
13499
  return null;
13496
13500
  if (typeof item[cell.key] === 'undefined')
13497
13501
  return null;
13498
- return (jsxRuntime.jsx("div", { className: classnamesUtil('ta-center', styles$9.cell, cellClassName), children:
13502
+ return (jsxRuntime.jsx("div", { className: classNames$1('ta-center', styles$i.cell, cellClassName), children:
13499
13503
  /**
13500
13504
  * Return a function if `render` option is present
13501
13505
  * else print the current data source value
@@ -13512,39 +13516,39 @@ var ArrowIcon = function (_a) {
13512
13516
  return (jsxRuntime.jsx("svg", { width: "14", height: "8", viewBox: "0 0 14 8", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, children: jsxRuntime.jsx("path", { d: "M1 1.00003L7 7.00003L13 1.00003", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }));
13513
13517
  };
13514
13518
 
13515
- var css_248z$9 = ".style-module_container__3BxOi {\n position: absolute;\n width: 100%;\n height: 100%;\n padding: 0 16px;\n justify-content: space-between;\n align-items: center;\n display: flex;\n}\n@media (min-width: 34rem) {\n .style-module_container__3BxOi {\n display: none;\n }\n}\n\n.style-module_next__3yJsi {\n transform: rotate(-90deg);\n}\n\n.style-module_prev__3rIR_ {\n transform: rotate(90deg);\n}\n\n.style-module_arrow__1tlbD {\n width: 32px;\n height: 32px;\n z-index: 3;\n padding: 0;\n border-radius: 50%;\n background-color: #f5f6fb;\n justify-content: center;\n align-items: center;\n stroke: #ebebff;\n}\n.style-module_arrow__1tlbD:hover, .style-module_arrow__1tlbD:focus {\n background-color: #f5f6fb;\n cursor: not-allowed;\n}\n\n.style-module_active__2kklB {\n stroke: #8e8cee;\n}\n.style-module_active__2kklB:hover, .style-module_active__2kklB:focus {\n background-color: #f5f6fb;\n cursor: pointer;\n}\n\n.style-module_noPointerEvents__21KuB {\n pointer-events: none;\n}";
13516
- var styles$8 = {"container":"style-module_container__3BxOi","next":"style-module_next__3yJsi","prev":"style-module_prev__3rIR_","arrow":"style-module_arrow__1tlbD","active":"style-module_active__2kklB","noPointerEvents":"style-module_noPointerEvents__21KuB"};
13517
- styleInject(css_248z$9);
13519
+ var css_248z$i = ".style-module_container__3BxOi {\n position: absolute;\n width: 100%;\n height: 100%;\n padding: 0 16px;\n justify-content: space-between;\n align-items: center;\n display: flex;\n}\n@media (min-width: 34rem) {\n .style-module_container__3BxOi {\n display: none;\n }\n}\n\n.style-module_next__3yJsi {\n transform: rotate(-90deg);\n}\n\n.style-module_prev__3rIR_ {\n transform: rotate(90deg);\n}\n\n.style-module_arrow__1tlbD {\n width: 32px;\n height: 32px;\n z-index: 3;\n padding: 0;\n border-radius: 50%;\n background-color: #f5f6fb;\n justify-content: center;\n align-items: center;\n stroke: #ebebff;\n}\n.style-module_arrow__1tlbD:hover, .style-module_arrow__1tlbD:focus {\n background-color: #f5f6fb;\n cursor: not-allowed;\n}\n\n.style-module_active__2kklB {\n stroke: #8e8cee;\n}\n.style-module_active__2kklB:hover, .style-module_active__2kklB:focus {\n background-color: #f5f6fb;\n cursor: pointer;\n}\n\n.style-module_noPointerEvents__21KuB {\n pointer-events: none;\n}";
13520
+ var styles$h = {"container":"style-module_container__3BxOi","next":"style-module_next__3yJsi","prev":"style-module_prev__3rIR_","arrow":"style-module_arrow__1tlbD","active":"style-module_active__2kklB","noPointerEvents":"style-module_noPointerEvents__21KuB"};
13521
+ styleInject(css_248z$i);
13518
13522
 
13519
13523
  var TableArrows = function (props) {
13520
13524
  var _a, _b;
13521
13525
  var active = props.active, onClick = props.onClick;
13522
13526
  var handleButtonClick = function (value) { return function () { return onClick(value); }; };
13523
- return (jsxRuntime.jsxs("div", { className: styles$8.container, children: [jsxRuntime.jsx("button", { onClick: handleButtonClick('prev'), className: classnamesUtil("p-btn--secondary d-flex", styles$8.prev, styles$8.arrow, (_a = {},
13524
- _a[styles$8.active] = active.left,
13525
- _a[styles$8.noPointerEvents] = !active.left,
13526
- _a)), children: jsxRuntime.jsx(ArrowIcon, {}) }), jsxRuntime.jsx("button", { onClick: handleButtonClick('next'), className: classnamesUtil("p-btn--secondary d-flex", styles$8.next, styles$8.arrow, (_b = {},
13527
- _b[styles$8.active] = active.right,
13528
- _b[styles$8.noPointerEvents] = !active.right,
13527
+ return (jsxRuntime.jsxs("div", { className: styles$h.container, children: [jsxRuntime.jsx("button", { onClick: handleButtonClick('prev'), className: classNames$1("p-btn--secondary d-flex", styles$h.prev, styles$h.arrow, (_a = {},
13528
+ _a[styles$h.active] = active.left,
13529
+ _a[styles$h.noPointerEvents] = !active.left,
13530
+ _a)), children: jsxRuntime.jsx(ArrowIcon, {}) }), jsxRuntime.jsx("button", { onClick: handleButtonClick('next'), className: classNames$1("p-btn--secondary d-flex", styles$h.next, styles$h.arrow, (_b = {},
13531
+ _b[styles$h.active] = active.right,
13532
+ _b[styles$h.noPointerEvents] = !active.right,
13529
13533
  _b)), children: jsxRuntime.jsx(ArrowIcon, {}) })] }));
13530
13534
  };
13531
13535
 
13532
- var css_248z$8 = ".style-module_wrapper__1s115 {\n position: relative;\n}\n\n.style-module_infoButton__1nIU2 {\n position: absolute;\n right: -32px;\n top: 0;\n}";
13533
- var styles$7 = {"wrapper":"style-module_wrapper__1s115","infoButton":"style-module_infoButton__1nIU2"};
13534
- styleInject(css_248z$8);
13536
+ var css_248z$h = ".style-module_wrapper__1s115 {\n position: relative;\n}\n\n.style-module_infoButton__1nIU2 {\n position: absolute;\n right: -32px;\n top: 0;\n}";
13537
+ var styles$g = {"wrapper":"style-module_wrapper__1s115","infoButton":"style-module_infoButton__1nIU2"};
13538
+ styleInject(css_248z$h);
13535
13539
 
13536
- var css_248z$7 = ".style-module_button__3TkNT {\n padding: 0;\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: bottom;\n border-radius: 12px;\n width: 24px;\n height: 24px;\n transition: all 0.3s ease;\n}\n.style-module_button__3TkNT:hover, .style-module_button__3TkNT:focus {\n background-color: #f7f7ff;\n}\n.style-module_button__3TkNT:hover svg path, .style-module_button__3TkNT:focus svg path {\n fill: #b1b0f5;\n}\n.style-module_button__3TkNT svg {\n transition: all 0.3s ease;\n}\n.style-module_button__3TkNT svg path {\n fill: #d2d2d8;\n}\n.style-module_button__3TkNT:focus-visible {\n box-shadow: 0 0 0 2px #8e8cee;\n}";
13537
- var styles$6 = {"button":"style-module_button__3TkNT"};
13538
- styleInject(css_248z$7);
13540
+ var css_248z$g = ".style-module_button__3TkNT {\n padding: 0;\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: bottom;\n border-radius: 12px;\n width: 24px;\n height: 24px;\n transition: all 0.3s ease;\n}\n.style-module_button__3TkNT:hover, .style-module_button__3TkNT:focus {\n background-color: #f7f7ff;\n}\n.style-module_button__3TkNT:hover svg path, .style-module_button__3TkNT:focus svg path {\n fill: #b1b0f5;\n}\n.style-module_button__3TkNT svg {\n transition: all 0.3s ease;\n}\n.style-module_button__3TkNT svg path {\n fill: #d2d2d8;\n}\n.style-module_button__3TkNT:focus-visible {\n box-shadow: 0 0 0 2px #8e8cee;\n}";
13541
+ var styles$f = {"button":"style-module_button__3TkNT"};
13542
+ styleInject(css_248z$g);
13539
13543
 
13540
13544
  var TableInfoButton = function (_a) {
13541
13545
  var onClick = _a.onClick, _b = _a.className, className = _b === void 0 ? '' : _b;
13542
- return (jsxRuntime.jsx("button", { className: "p-btn--secondary ".concat(styles$6.button, " ").concat(className), type: "button", "data-testid": "ds-table-info-button", onClick: onClick, children: jsxRuntime.jsx(Info, { size: 20 }) }));
13546
+ return (jsxRuntime.jsx("button", { className: "p-btn--secondary ".concat(styles$f.button, " ").concat(className), type: "button", "data-testid": "ds-table-info-button", onClick: onClick, children: jsxRuntime.jsx(Info, { size: 20 }) }));
13543
13547
  };
13544
13548
 
13545
13549
  var TableButton = function (_a) {
13546
13550
  var children = _a.children, onClick = _a.onClick, _b = _a.className, className = _b === void 0 ? '' : _b;
13547
- return (jsxRuntime.jsxs("div", { className: styles$7.wrapper, children: [children, jsxRuntime.jsx(TableInfoButton, { className: "".concat(styles$7.infoButton, " ").concat(className), "data-testid": "ds-table-button", onClick: onClick })] }));
13551
+ return (jsxRuntime.jsxs("div", { className: styles$g.wrapper, children: [children, jsxRuntime.jsx(TableInfoButton, { className: "".concat(styles$g.infoButton, " ").concat(className), "data-testid": "ds-table-button", onClick: onClick })] }));
13548
13552
  };
13549
13553
 
13550
13554
  var StarIcon = function (_a) {
@@ -13557,9 +13561,9 @@ var ZapIcon = function (_a) {
13557
13561
  return (jsxRuntime.jsx("svg", { width: "12", height: "12", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.492 1.124A1 1 0 005.732.36l-5 6A1 1 0 001.5 8h3.367l-.36 2.876a1 1 0 001.761.764l5-6A1 1 0 0010.5 4H7.133l.36-2.876z" }) }));
13558
13562
  };
13559
13563
 
13560
- var css_248z$6 = ".style-module_icon__1ep7- {\n margin-right: 4px;\n}\n\n.style-module_filled__3l-v0 {\n fill: #8e8cee;\n}\n\n.style-module_empty__Ikg_s {\n fill: #f5f6fb;\n}";
13561
- var styles$5 = {"icon":"style-module_icon__1ep7-","filled":"style-module_filled__3l-v0","empty":"style-module_empty__Ikg_s"};
13562
- styleInject(css_248z$6);
13564
+ var css_248z$f = ".style-module_icon__1ep7- {\n margin-right: 4px;\n}\n\n.style-module_filled__3l-v0 {\n fill: #8e8cee;\n}\n\n.style-module_empty__Ikg_s {\n fill: #f5f6fb;\n}";
13565
+ var styles$e = {"icon":"style-module_icon__1ep7-","filled":"style-module_filled__3l-v0","empty":"style-module_empty__Ikg_s"};
13566
+ styleInject(css_248z$f);
13563
13567
 
13564
13568
  var getRatingIcon = function (type) {
13565
13569
  var iconDictionary = {
@@ -13572,16 +13576,16 @@ var VALID_VALUES = [1, 2, 3];
13572
13576
  var TableRating = function (props) {
13573
13577
  var rating = props.rating, type = props.type;
13574
13578
  var SelectedIcon = getRatingIcon(type);
13575
- return (jsxRuntime.jsx(jsxRuntime.Fragment, { children: VALID_VALUES.map(function (value) { return (jsxRuntime.jsx(SelectedIcon, { className: classnamesUtil(styles$5.icon, value <= rating ? styles$5.filled : styles$5.empty) }, value)); }) }));
13579
+ return (jsxRuntime.jsx(jsxRuntime.Fragment, { children: VALID_VALUES.map(function (value) { return (jsxRuntime.jsx(SelectedIcon, { className: classNames$1(styles$e.icon, value <= rating ? styles$e.filled : styles$e.empty) }, value)); }) }));
13576
13580
  };
13577
13581
 
13578
- var css_248z$5 = ".style-module_icon__30Nor {\n min-width: 20px;\n}";
13579
- var styles$4 = {"icon":"style-module_icon__30Nor"};
13580
- styleInject(css_248z$5);
13582
+ var css_248z$e = ".style-module_icon__30Nor {\n min-width: 20px;\n}";
13583
+ var styles$d = {"icon":"style-module_icon__30Nor"};
13584
+ styleInject(css_248z$e);
13581
13585
 
13582
13586
  var TableRowHeader = function (_a) {
13583
13587
  var icon = _a.icon, label = _a.label, subtitle = _a.subtitle, onClickInfo = _a.onClickInfo;
13584
- return (jsxRuntime.jsxs("div", { className: "d-flex", children: [icon && jsxRuntime.jsx("span", { className: "mr8 ".concat(styles$4.icon), children: icon }), jsxRuntime.jsxs("div", { children: [jsxRuntime.jsxs("p", { className: "p-p d-inline", children: [jsxRuntime.jsx("span", { className: classnamesUtil({
13588
+ return (jsxRuntime.jsxs("div", { className: "d-flex", children: [icon && jsxRuntime.jsx("span", { className: "mr8 ".concat(styles$d.icon), children: icon }), jsxRuntime.jsxs("div", { children: [jsxRuntime.jsxs("p", { className: "p-p d-inline", children: [jsxRuntime.jsx("span", { className: classNames$1({
13585
13589
  mr8: onClickInfo,
13586
13590
  }), children: label }), onClickInfo && jsxRuntime.jsx(TableInfoButton, { onClick: onClickInfo })] }), subtitle && jsxRuntime.jsx("p", { className: "p-p--small tc-grey-500", children: subtitle })] })] }));
13587
13591
  };
@@ -13709,23 +13713,23 @@ var useComparisonTable = function (_a) {
13709
13713
  };
13710
13714
  };
13711
13715
 
13712
- var css_248z$4 = ".style-module_container__xHPlk {\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n scroll-snap-type: x mandatory;\n}\n@media (min-width: 34rem) {\n .style-module_container__xHPlk {\n scroll-snap-type: unset;\n }\n}\n\n.style-module_noScrollBars__1ri_E {\n scrollbar-width: none;\n /* Firefox */\n -ms-overflow-style: none;\n /* Internet Explorer 10+ */\n}\n.style-module_noScrollBars__1ri_E::-webkit-scrollbar {\n /* WebKit */\n width: 0;\n height: 0;\n}\n\n@media (max-width: 34rem) {\n .style-module_noScrollBarsMobile__1txeg * {\n scrollbar-width: none;\n /* Firefox */\n -ms-overflow-style: none;\n /* Internet Explorer 10+ */\n }\n .style-module_noScrollBarsMobile__1txeg * -webkit-scrollbar {\n /* WebKit */\n width: 0;\n height: 0;\n display: none;\n }\n}\n\n.style-module_section__1bf_0 + .style-module_section__1bf_0 {\n margin-top: 48px;\n}\n@media (min-width: 34rem) {\n .style-module_section__1bf_0 + .style-module_section__1bf_0 {\n margin-top: 72px;\n }\n}\n\n.style-module_overflow-container__oBPQw {\n width: max-content;\n min-width: 100%;\n}\n\n.style-module_group-container__2G6Ix {\n display: flex;\n flex-flow: column;\n width: max-content;\n width: var(--growContent, max-content);\n margin: auto;\n}\n\n.style-module_group-title__2vvRm {\n width: 100%;\n background-color: #fafaff;\n border-radius: 8px;\n}\n.style-module_group-title__2vvRm > h4 {\n padding: 24px;\n display: inline-block;\n}\n\n.style-module_sticky__2Xmbl {\n position: sticky;\n justify-content: flex-start;\n z-index: 1;\n top: 0;\n left: 0;\n}\n@media (min-width: 34rem) {\n .style-module_sticky__2Xmbl {\n border-right: 1px solid #fafaff;\n }\n}\n\n.style-module_header__23SZy {\n position: sticky;\n top: 0;\n top: var(--stickyHeaderTopOffset, 0);\n z-index: 2;\n background-color: white;\n}\n.style-module_header__23SZy .style-module_container__xHPlk {\n -ms-overflow-style: none;\n /* IE and Edge */\n scrollbar-width: none;\n /* Firefox */\n}\n.style-module_header__23SZy .style-module_container__xHPlk::-webkit-scrollbar {\n display: none;\n}\n\n.style-module_show-details-container__1smn4 {\n width: 100%;\n border: none;\n}\n\n.style-module_show-details-button__3HR-p {\n font-family: inherit;\n background-color: #fafaff;\n border: none;\n border-radius: 8px;\n height: 64px;\n justify-content: center;\n align-items: center;\n}\n.style-module_show-details-button__3HR-p svg {\n margin-left: 8px;\n}\n\n.style-module_icon-inverted__1SnO1 {\n transform: rotate(180deg);\n transition: all 0.25s ease;\n}";
13716
+ var css_248z$d = ".style-module_container__xHPlk {\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n scroll-snap-type: x mandatory;\n}\n@media (min-width: 34rem) {\n .style-module_container__xHPlk {\n scroll-snap-type: unset;\n }\n}\n\n.style-module_noScrollBars__1ri_E {\n scrollbar-width: none;\n /* Firefox */\n -ms-overflow-style: none;\n /* Internet Explorer 10+ */\n}\n.style-module_noScrollBars__1ri_E::-webkit-scrollbar {\n /* WebKit */\n width: 0;\n height: 0;\n}\n\n@media (max-width: 34rem) {\n .style-module_noScrollBarsMobile__1txeg * {\n scrollbar-width: none;\n /* Firefox */\n -ms-overflow-style: none;\n /* Internet Explorer 10+ */\n }\n .style-module_noScrollBarsMobile__1txeg * -webkit-scrollbar {\n /* WebKit */\n width: 0;\n height: 0;\n display: none;\n }\n}\n\n.style-module_section__1bf_0 + .style-module_section__1bf_0 {\n margin-top: 48px;\n}\n@media (min-width: 34rem) {\n .style-module_section__1bf_0 + .style-module_section__1bf_0 {\n margin-top: 72px;\n }\n}\n\n.style-module_overflow-container__oBPQw {\n width: max-content;\n min-width: 100%;\n}\n\n.style-module_group-container__2G6Ix {\n display: flex;\n flex-flow: column;\n width: max-content;\n width: var(--growContent, max-content);\n margin: auto;\n}\n\n.style-module_group-title__2vvRm {\n width: 100%;\n background-color: #fafaff;\n border-radius: 8px;\n}\n.style-module_group-title__2vvRm > h4 {\n padding: 24px;\n display: inline-block;\n}\n\n.style-module_sticky__2Xmbl {\n position: sticky;\n justify-content: flex-start;\n z-index: 1;\n top: 0;\n left: 0;\n}\n@media (min-width: 34rem) {\n .style-module_sticky__2Xmbl {\n border-right: 1px solid #fafaff;\n }\n}\n\n.style-module_header__23SZy {\n position: sticky;\n top: 0;\n top: var(--stickyHeaderTopOffset, 0);\n z-index: 2;\n background-color: white;\n}\n.style-module_header__23SZy .style-module_container__xHPlk {\n -ms-overflow-style: none;\n /* IE and Edge */\n scrollbar-width: none;\n /* Firefox */\n}\n.style-module_header__23SZy .style-module_container__xHPlk::-webkit-scrollbar {\n display: none;\n}\n\n.style-module_show-details-container__1smn4 {\n width: 100%;\n border: none;\n}\n\n.style-module_show-details-button__3HR-p {\n font-family: inherit;\n background-color: #fafaff;\n border: none;\n border-radius: 8px;\n height: 64px;\n justify-content: center;\n align-items: center;\n}\n.style-module_show-details-button__3HR-p svg {\n margin-left: 8px;\n}\n\n.style-module_icon-inverted__1SnO1 {\n transform: rotate(180deg);\n transition: all 0.25s ease;\n}";
13713
13717
  var baseStyles = {"container":"style-module_container__xHPlk","noScrollBars":"style-module_noScrollBars__1ri_E","noScrollBarsMobile":"style-module_noScrollBarsMobile__1txeg","section":"style-module_section__1bf_0","overflow-container":"style-module_overflow-container__oBPQw","group-container":"style-module_group-container__2G6Ix","group-title":"style-module_group-title__2vvRm","sticky":"style-module_sticky__2Xmbl","header":"style-module_header__23SZy","show-details-container":"style-module_show-details-container__1smn4","show-details-button":"style-module_show-details-button__3HR-p","icon-inverted":"style-module_icon-inverted__1SnO1"};
13714
- styleInject(css_248z$4);
13718
+ styleInject(css_248z$d);
13715
13719
 
13716
13720
  var ComparisonTable = function (props) {
13717
13721
  var _a;
13718
- var headers = props.headers, data = props.data, hideDetails = props.hideDetails, _b = props.hideDetailsCaption, hideDetailsCaption = _b === void 0 ? 'Hide details' : _b, _c = props.showDetailsCaption, showDetailsCaption = _c === void 0 ? 'Show details' : _c, classNameOverrides = props.classNameOverrides, hideScrollBars = props.hideScrollBars, hideScrollBarsMobile = props.hideScrollBarsMobile, collapsibleSections = props.collapsibleSections, cellWidth = props.cellWidth, firstColumnWidth = props.firstColumnWidth, stickyHeaderTopOffset = props.stickyHeaderTopOffset, growContent = props.growContent, onSelectionChanged = props.onSelectionChanged;
13719
- var _d = useComparisonTable({ onSelectionChanged: onSelectionChanged }), headerWidth = _d.headerWidth, headerId = _d.headerId, contentContainerRef = _d.contentContainerRef, selectedSection = _d.selectedSection, setSelectedSection = _d.setSelectedSection, selectedTabIndex = _d.selectedTabIndex, headerRefCallbackRef = _d.headerRefCallbackRef, handleArrowsClick = _d.handleArrowsClick, toggleMoreRows = _d.toggleMoreRows, showMore = _d.showMore;
13722
+ var headers = props.headers, data = props.data, hideDetails = props.hideDetails, _b = props.hideDetailsCaption, hideDetailsCaption = _b === void 0 ? 'Hide details' : _b, _c = props.showDetailsCaption, showDetailsCaption = _c === void 0 ? 'Show details' : _c, classNameOverrides = props.classNameOverrides, hideScrollBars = props.hideScrollBars, _d = props.hideScrollBarsMobile, hideScrollBarsMobile = _d === void 0 ? true : _d, collapsibleSections = props.collapsibleSections, cellWidth = props.cellWidth, firstColumnWidth = props.firstColumnWidth, stickyHeaderTopOffset = props.stickyHeaderTopOffset, growContent = props.growContent, onSelectionChanged = props.onSelectionChanged;
13723
+ var _e = useComparisonTable({ onSelectionChanged: onSelectionChanged }), headerWidth = _e.headerWidth, headerId = _e.headerId, contentContainerRef = _e.contentContainerRef, selectedSection = _e.selectedSection, setSelectedSection = _e.setSelectedSection, selectedTabIndex = _e.selectedTabIndex, headerRefCallbackRef = _e.headerRefCallbackRef, handleArrowsClick = _e.handleArrowsClick, toggleMoreRows = _e.toggleMoreRows, showMore = _e.showMore;
13720
13724
  var cssVariablesStyle = __assign(__assign(__assign(__assign({ '--tableWidth': "".concat(headerWidth, "px") }, (cellWidth ? { '--cellWidth': "".concat(cellWidth, "px") } : {})), (firstColumnWidth
13721
13725
  ? { '--firstColumnWidth': "".concat(firstColumnWidth, "px") }
13722
13726
  : {})), (stickyHeaderTopOffset
13723
13727
  ? { '--stickyHeaderTopOffset': "".concat(stickyHeaderTopOffset, "px") }
13724
13728
  : {})), (growContent ? { '--growContent': '100%' } : {}));
13725
- return (jsxRuntime.jsx(dist$1.exports.ScrollSync, { onSync: headerRefCallbackRef, children: jsxRuntime.jsxs("div", { style: cssVariablesStyle, className: classnamesUtil((_a = {},
13729
+ return (jsxRuntime.jsx(dist$1.exports.ScrollSync, { onSync: headerRefCallbackRef, children: jsxRuntime.jsxs("div", { style: cssVariablesStyle, className: classNames$1((_a = {},
13726
13730
  _a[baseStyles.noScrollBars] = hideScrollBars,
13727
13731
  _a[baseStyles.noScrollBarsMobile] = hideScrollBarsMobile,
13728
- _a)), children: [jsxRuntime.jsx("div", { id: headerId, className: classnamesUtil(baseStyles.header, classNameOverrides === null || classNameOverrides === void 0 ? void 0 : classNameOverrides.header), children: jsxRuntime.jsx(dist$1.exports.ScrollSyncPane, { children: jsxRuntime.jsx("div", { className: classnamesUtil(baseStyles.container), children: jsxRuntime.jsx("div", { className: classnamesUtil(baseStyles['overflow-container']), children: jsxRuntime.jsxs("div", { className: baseStyles['group-container'], children: [jsxRuntime.jsx(TableArrows, { onClick: handleArrowsClick, active: {
13732
+ _a)), children: [jsxRuntime.jsx("div", { id: headerId, className: classNames$1(baseStyles.header, classNameOverrides === null || classNameOverrides === void 0 ? void 0 : classNameOverrides.header), children: jsxRuntime.jsx(dist$1.exports.ScrollSyncPane, { children: jsxRuntime.jsx("div", { className: classNames$1(baseStyles.container), children: jsxRuntime.jsx("div", { className: classNames$1(baseStyles['overflow-container']), children: jsxRuntime.jsxs("div", { className: baseStyles['group-container'], children: [jsxRuntime.jsx(TableArrows, { onClick: handleArrowsClick, active: {
13729
13733
  left: selectedTabIndex > 0,
13730
13734
  right: selectedTabIndex < data.length - 1,
13731
13735
  } }), jsxRuntime.jsx(Row$1, { rowId: "table-header-row", cell: headers[0].cells[0], data: data, isRowHeader: true, cellClassName: classNameOverrides === null || classNameOverrides === void 0 ? void 0 : classNameOverrides.headerCell }, "table-header-row")] }) }) }) }) }), jsxRuntime.jsxs("div", { ref: contentContainerRef, children: [Array.isArray(headers) &&
@@ -13743,21 +13747,21 @@ var ComparisonTable = function (props) {
13743
13747
  return (jsxRuntime.jsx(Row$1, { rowId: rowId, cell: cell, data: data, cellClassName: classNameOverrides === null || classNameOverrides === void 0 ? void 0 : classNameOverrides.cell }, rowId));
13744
13748
  });
13745
13749
  var idString = "headerGroup-".concat(headerGroup.id);
13746
- return (jsxRuntime.jsx(require$$0.Fragment, { children: headerGroup.label && collapsibleSections ? (jsxRuntime.jsx(AccordionItem, { className: classnamesUtil('mt16', classNameOverrides === null || classNameOverrides === void 0 ? void 0 : classNameOverrides.collapsibleSection), label: headerGroup.label, headerClassName: "p24 br8", isOpen: selectedSection === idString, onOpen: function () { return setSelectedSection(idString); }, onClose: function () { return setSelectedSection(''); }, children: jsxRuntime.jsx(dist$1.exports.ScrollSyncPane, { children: jsxRuntime.jsx("div", { className: classnamesUtil(baseStyles.container, 'pb16', classNameOverrides === null || classNameOverrides === void 0 ? void 0 : classNameOverrides.container, (_a = {},
13750
+ return (jsxRuntime.jsx(require$$0.Fragment, { children: headerGroup.label && collapsibleSections ? (jsxRuntime.jsx(AccordionItem, { className: classNames$1('mt16', classNameOverrides === null || classNameOverrides === void 0 ? void 0 : classNameOverrides.collapsibleSection), label: headerGroup.label, headerClassName: "p24 br8", isOpen: selectedSection === idString, onOpen: function () { return setSelectedSection(idString); }, onClose: function () { return setSelectedSection(''); }, children: jsxRuntime.jsx(dist$1.exports.ScrollSyncPane, { children: jsxRuntime.jsx("div", { className: classNames$1(baseStyles.container, 'pb16', classNameOverrides === null || classNameOverrides === void 0 ? void 0 : classNameOverrides.container, (_a = {},
13747
13751
  _a[baseStyles.noScrollBars] = hideScrollBars,
13748
- _a)), children: jsxRuntime.jsx("div", { className: classnamesUtil(baseStyles['overflow-container']), children: jsxRuntime.jsx("div", { className: baseStyles['group-container'], children: content }) }) }) }) })) : (jsxRuntime.jsx("section", { className: classnamesUtil(baseStyles.section, classNameOverrides === null || classNameOverrides === void 0 ? void 0 : classNameOverrides.section), children: jsxRuntime.jsx(dist$1.exports.ScrollSyncPane, { children: jsxRuntime.jsx("div", { className: classnamesUtil(baseStyles.container, 'pb16', classNameOverrides === null || classNameOverrides === void 0 ? void 0 : classNameOverrides.container, (_b = {},
13752
+ _a)), children: jsxRuntime.jsx("div", { className: classNames$1(baseStyles['overflow-container']), children: jsxRuntime.jsx("div", { className: baseStyles['group-container'], children: content }) }) }) }) })) : (jsxRuntime.jsx("section", { className: classNames$1(baseStyles.section, classNameOverrides === null || classNameOverrides === void 0 ? void 0 : classNameOverrides.section), children: jsxRuntime.jsx(dist$1.exports.ScrollSyncPane, { children: jsxRuntime.jsx("div", { className: classNames$1(baseStyles.container, 'pb16', classNameOverrides === null || classNameOverrides === void 0 ? void 0 : classNameOverrides.container, (_b = {},
13749
13753
  _b[baseStyles.noScrollBars] = hideScrollBars,
13750
- _b)), children: jsxRuntime.jsx("div", { className: classnamesUtil(baseStyles['overflow-container']), children: jsxRuntime.jsxs("div", { className: baseStyles['group-container'], children: [
13754
+ _b)), children: jsxRuntime.jsx("div", { className: classNames$1(baseStyles['overflow-container']), children: jsxRuntime.jsxs("div", { className: baseStyles['group-container'], children: [
13751
13755
  /**
13752
13756
  * Print a table subheader if the `label` value is present
13753
13757
  */
13754
13758
  headerGroup.label && !collapsibleSections && (jsxRuntime.jsx("div", { className: baseStyles['group-title'], children: jsxRuntime.jsx("h4", { className: "p-h4 ".concat(baseStyles.sticky), children: headerGroup.label }) })), content] }) }) }) }) }, idString)) }, idString));
13755
- }), hideDetails && (jsxRuntime.jsx("div", { className: classnamesUtil(baseStyles['show-details-container'], baseStyles.sticky, 'mt48'), children: jsxRuntime.jsx("div", { children: jsxRuntime.jsxs("button", { className: classnamesUtil('w100 d-flex p-a p-h4 c-pointer', baseStyles['show-details-button'], classNameOverrides === null || classNameOverrides === void 0 ? void 0 : classNameOverrides.hideDetailsButton), onClick: toggleMoreRows, type: "button", children: [showMore ? hideDetailsCaption : showDetailsCaption, jsxRuntime.jsx(Chevron, { className: showMore ? '' : baseStyles['icon-inverted'] })] }) }) }))] })] }) }));
13759
+ }), hideDetails && (jsxRuntime.jsx("div", { className: classNames$1(baseStyles['show-details-container'], baseStyles.sticky, 'mt48'), children: jsxRuntime.jsx("div", { children: jsxRuntime.jsxs("button", { className: classNames$1('w100 d-flex p-a p-h4 c-pointer', baseStyles['show-details-button'], classNameOverrides === null || classNameOverrides === void 0 ? void 0 : classNameOverrides.hideDetailsButton), onClick: toggleMoreRows, type: "button", children: [showMore ? hideDetailsCaption : showDetailsCaption, jsxRuntime.jsx(Chevron, { className: showMore ? '' : baseStyles['icon-inverted'] })] }) }) }))] })] }) }));
13756
13760
  };
13757
13761
 
13758
- var css_248z$3 = ".style-module_background-container__2Gjka {\n position: relative;\n display: inline-block;\n background-color: var(--ds-primary-100);\n border-radius: 8px;\n padding: 0 8px;\n}\n\n.style-module_chip-container__7XeKn {\n display: flex;\n align-items: center;\n}\n\n.style-module_chip__3rgLT {\n cursor: pointer;\n z-index: 2;\n padding-left: 16px;\n padding-right: 16px;\n}\n\n.style-module_select-chip-background__YCAyw {\n position: absolute;\n background-color: white;\n border-radius: 8px;\n top: 8px;\n z-index: 1;\n transition: width 0.3s, left 0.3s;\n}";
13759
- var styles$3 = {"background-container":"style-module_background-container__2Gjka","chip-container":"style-module_chip-container__7XeKn","chip":"style-module_chip__3rgLT","select-chip-background":"style-module_select-chip-background__YCAyw"};
13760
- styleInject(css_248z$3);
13762
+ var css_248z$c = ".style-module_background-container__2Gjka {\n position: relative;\n display: inline-block;\n background-color: var(--ds-primary-100);\n border-radius: 8px;\n padding: 0 8px;\n}\n\n.style-module_chip-container__7XeKn {\n display: flex;\n align-items: center;\n}\n\n.style-module_chip__3rgLT {\n cursor: pointer;\n z-index: 2;\n padding-left: 16px;\n padding-right: 16px;\n}\n\n.style-module_select-chip-background__YCAyw {\n position: absolute;\n background-color: white;\n border-radius: 8px;\n top: 8px;\n z-index: 1;\n transition: width 0.3s, left 0.3s;\n}";
13763
+ var styles$c = {"background-container":"style-module_background-container__2Gjka","chip-container":"style-module_chip-container__7XeKn","chip":"style-module_chip__3rgLT","select-chip-background":"style-module_select-chip-background__YCAyw"};
13764
+ styleInject(css_248z$c);
13761
13765
 
13762
13766
  var SegmentedControl = function (_a) {
13763
13767
  var _b = _a.className, className = _b === void 0 ? '' : _b, values = _a.values, selectedIndex = _a.selectedIndex, onChange = _a.onChange;
@@ -13771,17 +13775,17 @@ var SegmentedControl = function (_a) {
13771
13775
  var width = selectedChip.offsetWidth;
13772
13776
  setSelectedChipBackgroundWidthLeft({ left: left, width: width });
13773
13777
  }, [selectedIndex]);
13774
- return (jsxRuntime.jsx("div", { className: className, children: jsxRuntime.jsxs("div", { className: styles$3['background-container'], children: [jsxRuntime.jsx("div", { ref: chipContainer, className: styles$3['chip-container'], style: { height: "".concat(height, "px") }, children: values.map(function (value, index) {
13778
+ return (jsxRuntime.jsx("div", { className: className, children: jsxRuntime.jsxs("div", { className: styles$c['background-container'], children: [jsxRuntime.jsx("div", { ref: chipContainer, className: styles$c['chip-container'], style: { height: "".concat(height, "px") }, children: values.map(function (value, index) {
13775
13779
  return (jsxRuntime.jsx("div", { role: "button", tabIndex: 0, onKeyDown: function (e) {
13776
13780
  if (e.key === 'Enter') {
13777
13781
  onChange(index);
13778
13782
  }
13779
13783
  }, onClick: function () {
13780
13784
  onChange(index);
13781
- }, className: styles$3.chip, children: typeof value === 'string' ? (jsxRuntime.jsx("div", { className: "p-h4 ta-center ".concat(selectedIndex === index ? '' : 'tc-primary-500'), children: value })) : (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("div", { className: "p-h4 ta-center ".concat(selectedIndex === index ? '' : 'tc-primary-500'), children: value.title }), jsxRuntime.jsx("div", { className: "p-p--small ta-center ".concat(selectedIndex === index
13785
+ }, className: styles$c.chip, children: typeof value === 'string' ? (jsxRuntime.jsx("div", { className: "p-h4 ta-center ".concat(selectedIndex === index ? '' : 'tc-primary-500'), children: value })) : (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("div", { className: "p-h4 ta-center ".concat(selectedIndex === index ? '' : 'tc-primary-500'), children: value.title }), jsxRuntime.jsx("div", { className: "p-p--small ta-center ".concat(selectedIndex === index
13782
13786
  ? 'tc-grey-500'
13783
13787
  : 'tc-primary-500'), children: value.subtitle })] })) }, typeof value === 'string' ? value : value.title));
13784
- }) }), jsxRuntime.jsx("div", { className: styles$3['select-chip-background'], style: {
13788
+ }) }), jsxRuntime.jsx("div", { className: styles$c['select-chip-background'], style: {
13785
13789
  width: "".concat(selectedChipBackgroundWidthLeft.width, "px"),
13786
13790
  height: "".concat(height - 16, "px"),
13787
13791
  left: "".concat(selectedChipBackgroundWidthLeft.left, "px"),
@@ -13790,7 +13794,7 @@ var SegmentedControl = function (_a) {
13790
13794
 
13791
13795
  var Link = function (_a) {
13792
13796
  var children = _a.children, className = _a.className, rest = __rest$1(_a, ["children", "className"]);
13793
- return (jsxRuntime.jsx("a", __assign({ className: classnamesUtil(className, 'p-a c-pointer') }, rest, { children: children })));
13797
+ return (jsxRuntime.jsx("a", __assign({ className: classNames$1(className, 'p-a c-pointer') }, rest, { children: children })));
13794
13798
  };
13795
13799
 
13796
13800
  var basePath = 'https://assets.cdn.feather-insurance.com/assets/images';
@@ -13952,12 +13956,12 @@ var illustrations = {
13952
13956
 
13953
13957
  var Spinner = function (_a) {
13954
13958
  var _b = _a.size, size = _b === void 0 ? 's' : _b;
13955
- return (jsxRuntime.jsx("div", { className: classnamesUtil('ds-spinner', "ds-spinner__".concat(size)), "data-testid": "ds-spinner" }));
13959
+ return (jsxRuntime.jsx("div", { className: classNames$1('ds-spinner', "ds-spinner__".concat(size)), "data-testid": "ds-spinner" }));
13956
13960
  };
13957
13961
 
13958
- var css_248z$2 = ".styles-module_container__F0d5Q {\n max-width: 100%;\n}\n\n.styles-module_toggleContainer__2yz_j {\n position: relative;\n width: 40px;\n height: 12px;\n}\n\n.styles-module_label__3EAX_ {\n align-items: center;\n}\n\n.styles-module_toggle__2sL88 {\n position: absolute;\n cursor: pointer;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background: var(--ds-grey-400);\n transition: all 0.3s ease-in-out;\n border-radius: 100px;\n}\n.styles-module_toggle__2sL88:before {\n position: absolute;\n content: \"\";\n height: 20px;\n width: 20px;\n left: 0;\n bottom: -4px;\n background: var(--ds-grey-500);\n transition: 0.3s ease-in-out;\n transition-property: background-color, outline, transform;\n outline-color: var(--ds-purple-300);\n border-radius: 50%;\n}\n\n.styles-module_input__2sUF3 {\n opacity: 0;\n}\n.styles-module_input__2sUF3:checked + .styles-module_toggle__2sL88 {\n background: var(--ds-purple-100);\n}\n.styles-module_input__2sUF3:checked + .styles-module_toggle__2sL88:before {\n background: var(--ds-purple-500);\n}\n.styles-module_input__2sUF3:disabled + .styles-module_toggle__2sL88 {\n cursor: not-allowed;\n opacity: 0.4;\n}\n.styles-module_input__2sUF3:focus-visible ~ .styles-module_toggle__2sL88:before {\n outline: 4px solid var(--ds-purple-300);\n}\n.styles-module_input__2sUF3:checked + .styles-module_toggle__2sL88:before {\n transform: translateX(20px);\n}";
13959
- var styles$2 = {"container":"styles-module_container__F0d5Q","toggleContainer":"styles-module_toggleContainer__2yz_j","label":"styles-module_label__3EAX_","toggle":"styles-module_toggle__2sL88","input":"styles-module_input__2sUF3"};
13960
- styleInject(css_248z$2);
13962
+ var css_248z$b = ".styles-module_container__F0d5Q {\n max-width: 100%;\n}\n\n.styles-module_toggleContainer__2yz_j {\n position: relative;\n width: 40px;\n height: 12px;\n}\n\n.styles-module_label__3EAX_ {\n align-items: center;\n}\n\n.styles-module_toggle__2sL88 {\n position: absolute;\n cursor: pointer;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background: var(--ds-grey-400);\n transition: all 0.3s ease-in-out;\n border-radius: 100px;\n}\n.styles-module_toggle__2sL88:before {\n position: absolute;\n content: \"\";\n height: 20px;\n width: 20px;\n left: 0;\n bottom: -4px;\n background: var(--ds-grey-500);\n transition: 0.3s ease-in-out;\n transition-property: background-color, outline, transform;\n outline-color: var(--ds-purple-300);\n border-radius: 50%;\n}\n\n.styles-module_input__2sUF3 {\n opacity: 0;\n}\n.styles-module_input__2sUF3:checked + .styles-module_toggle__2sL88 {\n background: var(--ds-purple-100);\n}\n.styles-module_input__2sUF3:checked + .styles-module_toggle__2sL88:before {\n background: var(--ds-purple-500);\n}\n.styles-module_input__2sUF3:disabled + .styles-module_toggle__2sL88 {\n cursor: not-allowed;\n opacity: 0.4;\n}\n.styles-module_input__2sUF3:focus-visible ~ .styles-module_toggle__2sL88:before {\n outline: 4px solid var(--ds-purple-300);\n}\n.styles-module_input__2sUF3:checked + .styles-module_toggle__2sL88:before {\n transform: translateX(20px);\n}";
13963
+ var styles$b = {"container":"styles-module_container__F0d5Q","toggleContainer":"styles-module_toggleContainer__2yz_j","label":"styles-module_label__3EAX_","toggle":"styles-module_toggle__2sL88","input":"styles-module_input__2sUF3"};
13964
+ styleInject(css_248z$b);
13961
13965
 
13962
13966
  var Toggle = function (_a) {
13963
13967
  var options = _a.options, _b = _a.value, value = _b === void 0 ? [] : _b, onChange = _a.onChange, _c = _a.inlineLayout, inlineLayout = _c === void 0 ? false : _c, _d = _a.bordered, bordered = _d === void 0 ? true : _d, classNamesObj = _a.classNames, disabled = _a.disabled;
@@ -13986,22 +13990,22 @@ var Toggle = function (_a) {
13986
13990
  onChange(newValues);
13987
13991
  };
13988
13992
  var entries = Object.entries(options);
13989
- return (jsxRuntime.jsx("div", { className: classnamesUtil(classNamesObj === null || classNamesObj === void 0 ? void 0 : classNamesObj.container, styles$2.container, 'd-flex gap8', {
13993
+ return (jsxRuntime.jsx("div", { className: classNames$1(classNamesObj === null || classNamesObj === void 0 ? void 0 : classNamesObj.container, styles$b.container, 'd-flex gap8', {
13990
13994
  'fd-row': inlineLayout,
13991
13995
  'f-wrap': inlineLayout,
13992
13996
  'fd-column': !inlineLayout,
13993
13997
  }), children: entries.map(function (_a) {
13994
13998
  var currentValue = _a[0], label = _a[1];
13995
13999
  var checked = value === null || value === void 0 ? void 0 : value.includes(currentValue);
13996
- return (jsxRuntime.jsx("div", { className: classNamesObj === null || classNamesObj === void 0 ? void 0 : classNamesObj.option, children: jsxRuntime.jsxs("label", { className: classnamesUtil(styles$2.label, classNamesObj === null || classNamesObj === void 0 ? void 0 : classNamesObj.label, 'p-label pr16 gap16', {
14000
+ return (jsxRuntime.jsx("div", { className: classNamesObj === null || classNamesObj === void 0 ? void 0 : classNamesObj.option, children: jsxRuntime.jsxs("label", { className: classNames$1(styles$b.label, classNamesObj === null || classNamesObj === void 0 ? void 0 : classNamesObj.label, 'p-label pr16 gap16', {
13997
14001
  'p-label--bordered': bordered,
13998
- }), "data-cy": "toggle-".concat(currentValue), "data-testid": "toggle-".concat(currentValue), children: [jsxRuntime.jsxs("span", { className: classnamesUtil(styles$2.toggleContainer, 'd-inline-block'), children: [jsxRuntime.jsx("input", { checked: checked, className: styles$2.input, "data-testid": "toggle-input-".concat(currentValue), onChange: function () { return handleOnChange(currentValue); }, type: "checkbox", value: currentValue, disabled: disabled }), jsxRuntime.jsx("span", { className: styles$2.toggle })] }), isToggleLabelObject(label) ? (jsxRuntime.jsxs("div", { children: [jsxRuntime.jsx("p", { className: "p-p", children: label.title }), jsxRuntime.jsx("span", { className: "d-block p-p p-p--small tc-grey-600", children: label.description })] })) : label] }) }, currentValue));
14002
+ }), "data-cy": "toggle-".concat(currentValue), "data-testid": "toggle-".concat(currentValue), children: [jsxRuntime.jsxs("span", { className: classNames$1(styles$b.toggleContainer, 'd-inline-block'), children: [jsxRuntime.jsx("input", { checked: checked, className: styles$b.input, "data-testid": "toggle-input-".concat(currentValue), onChange: function () { return handleOnChange(currentValue); }, type: "checkbox", value: currentValue, disabled: disabled }), jsxRuntime.jsx("span", { className: styles$b.toggle })] }), isToggleLabelObject(label) ? (jsxRuntime.jsxs("div", { children: [jsxRuntime.jsx("p", { className: "p-p", children: label.title }), jsxRuntime.jsx("span", { className: "d-block p-p p-p--small tc-grey-600", children: label.description })] })) : label] }) }, currentValue));
13999
14003
  }) }));
14000
14004
  };
14001
14005
 
14002
- var css_248z$1 = ".style-module_toastWrapper__1SC4C {\n margin: 0;\n padding: 0;\n}\n\n.style-module_toast__NY8bo {\n position: relative;\n margin: 0;\n padding: 0;\n width: 392px;\n overflow: hidden;\n}\n\n.style-module_toastContent__3RHpU {\n padding: 4px 0 4px 8px;\n}\n\n.style-module_toastSidebar__NUxSa {\n position: absolute;\n top: 0;\n left: 0;\n bottom: 0;\n width: 8px;\n}\n.style-module_toastSidebar--information__2nKT_ {\n background-color: #8bb4ea;\n}\n.style-module_toastSidebar--error__15Vwo {\n background-color: #e55454;\n}\n.style-module_toastSidebar--warning__33N9y {\n background-color: #f7ce5c;\n}\n.style-module_toastSidebar--success__27652 {\n background-color: #84de8a;\n}\n\n.style-module_closeButton__3S_5n {\n background-color: transparent;\n color: #d2d2d8;\n min-width: 24px;\n}\n.style-module_closeButton__3S_5n:hover {\n color: #696970;\n}\n\n.style-module_actionButton__3ziRG {\n background-color: transparent;\n}\n.style-module_actionButton--warning__2I0LT {\n color: #cc9e21;\n}\n.style-module_actionButton--warning__2I0LT:hover {\n color: #4a3d10;\n}\n.style-module_actionButton--error__1kJIR {\n color: #e55454;\n}\n.style-module_actionButton--error__1kJIR:hover {\n color: #c64848;\n}\n.style-module_actionButton--success__y96NI {\n color: #599278;\n}\n.style-module_actionButton--success__y96NI:hover {\n color: #2b4639;\n}\n.style-module_actionButton--information__1oeAG {\n color: #5f7ba0;\n}\n.style-module_actionButton--information__1oeAG:hover {\n color: #2d394a;\n}";
14003
- var styles$1 = {"toastWrapper":"style-module_toastWrapper__1SC4C","toast":"style-module_toast__NY8bo","toastContent":"style-module_toastContent__3RHpU","toastSidebar":"style-module_toastSidebar__NUxSa","toastSidebar--information":"style-module_toastSidebar--information__2nKT_","toastSidebar--error":"style-module_toastSidebar--error__15Vwo","toastSidebar--warning":"style-module_toastSidebar--warning__33N9y","toastSidebar--success":"style-module_toastSidebar--success__27652","closeButton":"style-module_closeButton__3S_5n","actionButton":"style-module_actionButton__3ziRG","actionButton--warning":"style-module_actionButton--warning__2I0LT","actionButton--error":"style-module_actionButton--error__1kJIR","actionButton--success":"style-module_actionButton--success__y96NI","actionButton--information":"style-module_actionButton--information__1oeAG"};
14004
- styleInject(css_248z$1);
14006
+ var css_248z$a = ".style-module_toastWrapper__1SC4C {\n margin: 0;\n padding: 0;\n}\n\n.style-module_toast__NY8bo {\n position: relative;\n margin: 0;\n padding: 0;\n width: 392px;\n overflow: hidden;\n}\n\n.style-module_toastContent__3RHpU {\n padding: 4px 0 4px 8px;\n}\n\n.style-module_toastSidebar__NUxSa {\n position: absolute;\n top: 0;\n left: 0;\n bottom: 0;\n width: 8px;\n}\n.style-module_toastSidebar--information__2nKT_ {\n background-color: #8bb4ea;\n}\n.style-module_toastSidebar--error__15Vwo {\n background-color: #e55454;\n}\n.style-module_toastSidebar--warning__33N9y {\n background-color: #f7ce5c;\n}\n.style-module_toastSidebar--success__27652 {\n background-color: #84de8a;\n}\n\n.style-module_closeButton__3S_5n {\n background-color: transparent;\n color: #d2d2d8;\n min-width: 24px;\n}\n.style-module_closeButton__3S_5n:hover {\n color: #696970;\n}\n\n.style-module_actionButton__3ziRG {\n background-color: transparent;\n}\n.style-module_actionButton--warning__2I0LT {\n color: #cc9e21;\n}\n.style-module_actionButton--warning__2I0LT:hover {\n color: #4a3d10;\n}\n.style-module_actionButton--error__1kJIR {\n color: #e55454;\n}\n.style-module_actionButton--error__1kJIR:hover {\n color: #c64848;\n}\n.style-module_actionButton--success__y96NI {\n color: #599278;\n}\n.style-module_actionButton--success__y96NI:hover {\n color: #2b4639;\n}\n.style-module_actionButton--information__1oeAG {\n color: #5f7ba0;\n}\n.style-module_actionButton--information__1oeAG:hover {\n color: #2d394a;\n}";
14007
+ var styles$a = {"toastWrapper":"style-module_toastWrapper__1SC4C","toast":"style-module_toast__NY8bo","toastContent":"style-module_toastContent__3RHpU","toastSidebar":"style-module_toastSidebar__NUxSa","toastSidebar--information":"style-module_toastSidebar--information__2nKT_","toastSidebar--error":"style-module_toastSidebar--error__15Vwo","toastSidebar--warning":"style-module_toastSidebar--warning__33N9y","toastSidebar--success":"style-module_toastSidebar--success__27652","closeButton":"style-module_closeButton__3S_5n","actionButton":"style-module_actionButton__3ziRG","actionButton--warning":"style-module_actionButton--warning__2I0LT","actionButton--error":"style-module_actionButton--error__1kJIR","actionButton--success":"style-module_actionButton--success__y96NI","actionButton--information":"style-module_actionButton--information__1oeAG"};
14008
+ styleInject(css_248z$a);
14005
14009
 
14006
14010
  let e={data:""},t=t=>"object"==typeof window?((t?t.querySelector("#_goober"):window._goober)||Object.assign((t||document.head).appendChild(document.createElement("style")),{innerHTML:" ",id:"_goober"})).firstChild:t||e,r=e=>{let r=t(e),l=r.data;return r.data="",l},l$1=/(?:([\u0080-\uFFFF\w-%@]+) *:? *([^{;]+?);|([^;}{]*?) *{)|(}\s*)/g,a=/\/\*[^]*?\*\/| +/g,n$1=/\n+/g,o=(e,t)=>{let r="",l="",a="";for(let n in e){let c=e[n];"@"==n[0]?"i"==n[1]?r=n+" "+c+";":l+="f"==n[1]?o(c,n):n+"{"+o(c,"k"==n[1]?"":t)+"}":"object"==typeof c?l+=o(c,t?t.replace(/([^,])+/g,e=>n.replace(/(^:.*)|([^,])+/g,t=>/&/.test(t)?t.replace(/&/g,e):e?e+" "+t:t)):n):null!=c&&(n=/^--/.test(n)?n:n.replace(/[A-Z]/g,"-$&").toLowerCase(),a+=o.p?o.p(n,c):n+":"+c+";");}return r+(t&&a?t+"{"+a+"}":a)+l},c={},s=e=>{if("object"==typeof e){let t="";for(let r in e)t+=r+s(e[r]);return t}return e},i=(e,t,r,i,p)=>{let u=s(e),d=c[u]||(c[u]=(e=>{let t=0,r=11;for(;t<e.length;)r=101*r+e.charCodeAt(t++)>>>0;return "go"+r})(u));if(!c[d]){let t=u!==e?e:(e=>{let t,r,o=[{}];for(;t=l$1.exec(e.replace(a,""));)t[4]?o.shift():t[3]?(r=t[3].replace(n$1," ").trim(),o.unshift(o[0][r]=o[0][r]||{})):o[0][t[1]]=t[2].replace(n$1," ").trim();return o[0]})(e);c[d]=o(p?{["@keyframes "+d]:t}:t,r?"":"."+d);}let f=r&&c.g?c.g:null;return r&&(c.g=c[d]),((e,t,r,l)=>{l?t.data=t.data.replace(l,e):-1===t.data.indexOf(e)&&(t.data=r?e+t.data:t.data+e);})(c[d],t,i,f),d},p=(e,t,r)=>e.reduce((e,l,a)=>{let n=t[a];if(n&&n.call){let e=n(r),t=e&&e.props&&e.props.className||/^go/.test(e)&&e;n=t?"."+t:e&&"object"==typeof e?e.props?"":o(e,""):!1===e?"":e;}return e+l+(null==n?"":n)},"");function u$1(e){let r=this||{},l=e.call?e(r.p):e;return i(l.unshift?l.raw?p(l,[].slice.call(arguments,1),r.p):l.reduce((e,t)=>Object.assign(e,t&&t.call?t(r.p):t),{}):l,t(r.target),r.g,r.o,r.k)}let d,f$1,g,b$1=u$1.bind({g:1}),h$1=u$1.bind({k:1});function m(e,t,r,l){o.p=t,d=e,f$1=r,g=l;}function j$1(e,t){let r=this||{};return function(){let l=arguments;function a(n,o){let c=Object.assign({},n),s=c.className||a.className;r.p=Object.assign({theme:f$1&&f$1()},c),r.o=/ *go\d+/.test(s),c.className=u$1.apply(r,l)+(s?" "+s:""),t&&(c.ref=o);let i=e;return e[0]&&(i=c.as||e,delete c.as),g&&i[0]&&g(c),d(i,c)}return t?t(a):a}}
14007
14011
 
@@ -14198,24 +14202,24 @@ to {
14198
14202
  var Toaster = function (_a) {
14199
14203
  var toasterClassNames = _a.classNames;
14200
14204
  return (jsxRuntime.jsx(dist.Toaster, { containerClassName: toasterClassNames === null || toasterClassNames === void 0 ? void 0 : toasterClassNames.wrapper, toastOptions: {
14201
- className: classnamesUtil(styles$1.toast, 'bs-lg', toasterClassNames === null || toasterClassNames === void 0 ? void 0 : toasterClassNames.toast),
14205
+ className: classNames$1(styles$a.toast, 'bs-lg', toasterClassNames === null || toasterClassNames === void 0 ? void 0 : toasterClassNames.toast),
14202
14206
  } }));
14203
14207
  };
14204
14208
  var Toast = function (_a) {
14205
14209
  var action = _a.action, description = _a.description, onDismiss = _a.onDismiss, title = _a.title, _b = _a.type, type = _b === void 0 ? "success" : _b;
14206
- return (jsxRuntime.jsxs("div", { className: classnamesUtil(styles$1.toastContent, 'd-flex jc-between w100'), children: [jsxRuntime.jsx("div", { className: classnamesUtil(styles$1.toastSidebar, styles$1["toastSidebar--".concat(type)]) }), jsxRuntime.jsxs("div", { className: 'd-flex fd-column jc-center ta-left mr8', children: [jsxRuntime.jsx("h4", { className: 'p-h4', children: title }), description && (jsxRuntime.jsx("p", { className: 'p-p p-p--small mt8 tc-grey-600', children: description })), action && (jsxRuntime.jsx("button", { className: classnamesUtil(styles$1.actionButton, styles$1["actionButton--".concat(type)], 'mt8 c-pointer ta-left'), onClick: function () {
14210
+ return (jsxRuntime.jsxs("div", { className: classNames$1(styles$a.toastContent, 'd-flex jc-between w100'), children: [jsxRuntime.jsx("div", { className: classNames$1(styles$a.toastSidebar, styles$a["toastSidebar--".concat(type)]) }), jsxRuntime.jsxs("div", { className: 'd-flex fd-column jc-center ta-left mr8', children: [jsxRuntime.jsx("h4", { className: 'p-h4', children: title }), description && (jsxRuntime.jsx("p", { className: 'p-p p-p--small mt8 tc-grey-600', children: description })), action && (jsxRuntime.jsx("button", { className: classNames$1(styles$a.actionButton, styles$a["actionButton--".concat(type)], 'mt8 c-pointer ta-left'), onClick: function () {
14207
14211
  action.onClick();
14208
14212
  onDismiss();
14209
- }, type: "button", children: action.title }))] }), jsxRuntime.jsx("div", { className: 'd-flex ai-center', children: jsxRuntime.jsx("button", { className: classnamesUtil(styles$1.closeButton, 'c-pointer'), onClick: onDismiss, "data-testid": "toast-close-button", children: jsxRuntime.jsx(XIcon, { size: 24 }) }) })] }));
14213
+ }, type: "button", children: action.title }))] }), jsxRuntime.jsx("div", { className: 'd-flex ai-center', children: jsxRuntime.jsx("button", { className: classNames$1(styles$a.closeButton, 'c-pointer'), onClick: onDismiss, "data-testid": "toast-close-button", children: jsxRuntime.jsx(XIcon, { size: 24 }) }) })] }));
14210
14214
  };
14211
14215
  var toast = function (title, _a) {
14212
14216
  var _b = _a.duration, duration = _b === void 0 ? 3000 : _b, toastOptions = __rest$1(_a, ["duration"]);
14213
14217
  return (dist.toast(function (t) { return (jsxRuntime.jsx(Toast, __assign({ title: title, onDismiss: function () { return dist.toast.dismiss(t.id); } }, toastOptions))); }, { duration: duration }));
14214
14218
  };
14215
14219
 
14216
- var css_248z = ".style-module_wrapperBordered__1BsXF {\n border: 1px solid #ededf2;\n}\n\n.style-module_container__37ni0 {\n border-bottom: 1px solid #ededf2;\n}\n.style-module_containerBordered__2IHWI:last-of-type {\n border-bottom: 0;\n}\n\n.style-module_question__2bC30 {\n color: #4c4c53;\n}\n\n.style-module_chevron__2nixo {\n color: #4c4c53;\n transition: transform 0.3s ease-in-out;\n}\n.style-module_chevronOpen__1nFZj {\n transform: rotate(180deg);\n}\n\n.style-module_answerIcon__Pugpz {\n padding-left: 20px;\n}\n.style-module_answerIconDefault__2myqw {\n padding-left: 4px;\n}\n\n.style-module_buttonWrapper__2A5FG {\n background-color: transparent !important;\n color: #8e8cee;\n outline-offset: -4px;\n}\n.style-module_buttonWrapperDefault__2DCgb {\n outline-offset: 0;\n}\n.style-module_buttonWrapperOpen__1cunM {\n margin-bottom: 4px !important;\n}\n.style-module_buttonWrapper__2A5FG:hover, .style-module_buttonWrapper__2A5FG:focus-visible {\n background: #f7f7ff;\n}\n.style-module_buttonWrapper__2A5FG:hover .style-module_icon__jyQp0, .style-module_buttonWrapper__2A5FG:focus-visible .style-module_icon__jyQp0 {\n color: #8e8cee !important;\n}\n.style-module_buttonWrapper__2A5FG:hover .style-module_question__2bC30,\n.style-module_buttonWrapper__2A5FG:hover .style-module_chevron__2nixo, .style-module_buttonWrapper__2A5FG:focus-visible .style-module_question__2bC30,\n.style-module_buttonWrapper__2A5FG:focus-visible .style-module_chevron__2nixo {\n color: #8e8cee;\n}\n.style-module_buttonWrapper__2A5FG:hover {\n outline: 0 solid transparent !important;\n}\n.style-module_buttonWrapper__2A5FG:focus-visible {\n outline: 2px solid #8e8cee !important;\n}";
14217
- var styles = {"wrapperBordered":"style-module_wrapperBordered__1BsXF","container":"style-module_container__37ni0","containerBordered":"style-module_containerBordered__2IHWI","question":"style-module_question__2bC30","chevron":"style-module_chevron__2nixo","chevronOpen":"style-module_chevronOpen__1nFZj","answerIcon":"style-module_answerIcon__Pugpz","answerIconDefault":"style-module_answerIconDefault__2myqw","buttonWrapper":"style-module_buttonWrapper__2A5FG","buttonWrapperDefault":"style-module_buttonWrapperDefault__2DCgb","buttonWrapperOpen":"style-module_buttonWrapperOpen__1cunM","icon":"style-module_icon__jyQp0"};
14218
- styleInject(css_248z);
14220
+ var css_248z$9 = ".style-module_wrapperBordered__1BsXF {\n border: 1px solid #ededf2;\n}\n\n.style-module_container__37ni0 {\n border-bottom: 1px solid #ededf2;\n}\n.style-module_containerBordered__2IHWI:last-of-type {\n border-bottom: 0;\n}\n\n.style-module_question__2bC30 {\n color: #4c4c53;\n}\n\n.style-module_chevron__2nixo {\n color: #4c4c53;\n transition: transform 0.3s ease-in-out;\n}\n.style-module_chevronOpen__1nFZj {\n transform: rotate(180deg);\n}\n\n.style-module_answerIcon__Pugpz {\n padding-left: 20px;\n}\n.style-module_answerIconDefault__2myqw {\n padding-left: 4px;\n}\n\n.style-module_buttonWrapper__2A5FG {\n background-color: transparent !important;\n color: #8e8cee;\n outline-offset: -4px;\n}\n.style-module_buttonWrapperDefault__2DCgb {\n outline-offset: 0;\n}\n.style-module_buttonWrapper__2A5FG:hover, .style-module_buttonWrapper__2A5FG:focus-visible {\n background: #f7f7ff;\n}\n.style-module_buttonWrapper__2A5FG:hover .style-module_icon__jyQp0, .style-module_buttonWrapper__2A5FG:focus-visible .style-module_icon__jyQp0 {\n color: #8e8cee !important;\n}\n.style-module_buttonWrapper__2A5FG:hover .style-module_question__2bC30,\n.style-module_buttonWrapper__2A5FG:hover .style-module_chevron__2nixo, .style-module_buttonWrapper__2A5FG:focus-visible .style-module_question__2bC30,\n.style-module_buttonWrapper__2A5FG:focus-visible .style-module_chevron__2nixo {\n color: #8e8cee;\n}\n.style-module_buttonWrapper__2A5FG:hover {\n outline: 0 solid transparent !important;\n}\n.style-module_buttonWrapper__2A5FG:focus-visible {\n outline: 2px solid #8e8cee !important;\n}";
14221
+ var styles$9 = {"wrapperBordered":"style-module_wrapperBordered__1BsXF","container":"style-module_container__37ni0","containerBordered":"style-module_containerBordered__2IHWI","question":"style-module_question__2bC30","chevron":"style-module_chevron__2nixo","chevronOpen":"style-module_chevronOpen__1nFZj","answerIcon":"style-module_answerIcon__Pugpz","answerIconDefault":"style-module_answerIconDefault__2myqw","buttonWrapper":"style-module_buttonWrapper__2A5FG","buttonWrapperDefault":"style-module_buttonWrapperDefault__2DCgb","icon":"style-module_icon__jyQp0"};
14222
+ styleInject(css_248z$9);
14219
14223
 
14220
14224
  var Accordion = function (_a) {
14221
14225
  var _b;
@@ -14240,28 +14244,424 @@ var Accordion = function (_a) {
14240
14244
  ], multiple ? selectedIds : [], true); });
14241
14245
  }
14242
14246
  }, [multiple, onClick, selectedQuestionId]);
14243
- return (jsxRuntime.jsx("div", { className: classnamesUtil((_b = {
14247
+ return (jsxRuntime.jsx("div", { className: classNames$1((_b = {
14244
14248
  'br8': !isDefaultVariant
14245
14249
  },
14246
- _b[styles.wrapperBordered] = !isDefaultVariant,
14250
+ _b[styles$9.wrapperBordered] = !isDefaultVariant,
14247
14251
  _b)), children: items.map(function (questionData) {
14248
14252
  var _a, _b, _c, _d, _e;
14249
14253
  var question = questionData.question, answer = questionData.answer, id = questionData.id, icon = questionData.icon;
14250
14254
  var isOpen = selectedQuestionId.includes(id);
14251
- return (jsxRuntime.jsxs("div", { className: classnamesUtil(classNames === null || classNames === void 0 ? void 0 : classNames.questionWrapper, styles.container, (_a = {}, _a[styles.containerBordered] = !isDefaultVariant, _a)), children: [jsxRuntime.jsx(Card, { title: question, titleVariant: "small", density: 'compact', icon: icon, classNames: __assign({ icon: classnamesUtil(classNames === null || classNames === void 0 ? void 0 : classNames.icon, styles.icon, 'tc-grey-700'), buttonWrapper: classnamesUtil('py8 my8', classNames === null || classNames === void 0 ? void 0 : classNames.buttonWrapper, styles.buttonWrapper, (_b = {},
14252
- _b[styles.buttonWrapperDefault] = isDefaultVariant,
14253
- _b[styles.buttonWrapperOpen] = isOpen,
14254
- _b)), wrapper: classnamesUtil(classNames === null || classNames === void 0 ? void 0 : classNames.wrapper, 'bg-transparent br0 py0', { 'pl0': isDefaultVariant }), title: classnamesUtil(classNames === null || classNames === void 0 ? void 0 : classNames.question, styles.question, 'fw-bold', (_c = {}, _c[styles.questionOpen] = isOpen, _c)) }, classNames), dropShadow: false, onClick: function () { return handleClick(questionData); }, "aria-expanded": isOpen, actionIcon: jsxRuntime.jsx(ChevronDownIcon, { className: classnamesUtil(styles.chevron, (_d = {},
14255
- _d[styles.chevronOpen] = isOpen,
14256
- _d)), size: 20, noMargin: true }) }), jsxRuntime.jsx(AnimateHeight, { duration: 300, height: isOpen ? 'auto' : 0, children: jsxRuntime.jsx("div", { className: classnamesUtil(classNames === null || classNames === void 0 ? void 0 : classNames.answer, 'tc-grey-600 pr16 pb24', (_e = {
14255
+ return (jsxRuntime.jsxs("div", { className: classNames$1(classNames === null || classNames === void 0 ? void 0 : classNames.questionWrapper, styles$9.container, (_a = {}, _a[styles$9.containerBordered] = !isDefaultVariant, _a)), children: [jsxRuntime.jsx(Card, { title: question, titleVariant: "small", density: 'compact', icon: icon, classNames: __assign({ icon: classNames$1(classNames === null || classNames === void 0 ? void 0 : classNames.icon, styles$9.icon, 'tc-grey-700'), buttonWrapper: classNames$1('py8 my8', classNames === null || classNames === void 0 ? void 0 : classNames.buttonWrapper, styles$9.buttonWrapper, (_b = {},
14256
+ _b[styles$9.buttonWrapperDefault] = isDefaultVariant,
14257
+ _b)), wrapper: classNames$1(classNames === null || classNames === void 0 ? void 0 : classNames.wrapper, 'bg-transparent br0 py0', { 'pl0': isDefaultVariant }), title: classNames$1(classNames === null || classNames === void 0 ? void 0 : classNames.question, styles$9.question, 'fw-bold', (_c = {}, _c[styles$9.questionOpen] = isOpen, _c)) }, classNames), dropShadow: false, onClick: function () { return handleClick(questionData); }, "aria-expanded": isOpen, actionIcon: jsxRuntime.jsx(ChevronDownIcon, { className: classNames$1(styles$9.chevron, (_d = {},
14258
+ _d[styles$9.chevronOpen] = isOpen,
14259
+ _d)), size: 20, noMargin: true }) }), jsxRuntime.jsx(AnimateHeight, { duration: 300, height: isOpen ? 'auto' : 0, children: jsxRuntime.jsx("div", { className: classNames$1(classNames === null || classNames === void 0 ? void 0 : classNames.answer, 'tc-grey-600 pr16 pb24', (_e = {
14257
14260
  'pl16': !isDefaultVariant
14258
14261
  },
14259
- _e[styles === null || styles === void 0 ? void 0 : styles.answerIcon] = !isDefaultVariant && icon,
14260
- _e[styles === null || styles === void 0 ? void 0 : styles.answerIconDefault] = isDefaultVariant && icon,
14262
+ _e[styles$9 === null || styles$9 === void 0 ? void 0 : styles$9.answerIcon] = !isDefaultVariant && icon,
14263
+ _e[styles$9 === null || styles$9 === void 0 ? void 0 : styles$9.answerIconDefault] = isDefaultVariant && icon,
14261
14264
  _e)), children: answer }) })] }, id));
14262
14265
  }) }));
14263
14266
  };
14264
14267
 
14268
+ var css_248z$8 = ".TableCell-module_th__2rjCU {\n vertical-align: middle;\n scroll-snap-align: end;\n width: 50%;\n}\n@media (min-width: 34rem) {\n .TableCell-module_th__2rjCU {\n width: auto;\n scroll-snap-align: unset;\n }\n}\n\n.TableCell-module_fixedCell__cL3-m {\n position: sticky;\n left: 0;\n z-index: 2;\n}\n.TableCell-module_fixedCell__cL3-m:after {\n content: \"\";\n position: absolute;\n top: 0;\n bottom: 0;\n right: 0;\n width: 1px;\n background-color: #f5f6fb;\n}";
14269
+ var styles$8 = {"th":"TableCell-module_th__2rjCU","fixedCell":"TableCell-module_fixedCell__cL3-m"};
14270
+ styleInject(css_248z$8);
14271
+
14272
+ var css_248z$7 = ".BaseCell-module_infoButton__VCstV {\n min-height: initial;\n height: initial;\n width: initial;\n padding: 0;\n}\n\n.BaseCell-module_icon__1775U {\n margin: 2px;\n}\n\n.BaseCell-module_bigWithUnderline__2xx5X {\n position: relative;\n display: none;\n}\n.BaseCell-module_bigWithUnderline__2xx5X:after {\n content: \"\";\n display: block;\n position: absolute;\n top: calc( 50% + 16px );\n height: 4px;\n width: 100%;\n max-width: 140px;\n background-color: #8e8cee;\n}\n@media (min-width: 34rem) {\n .BaseCell-module_bigWithUnderline__2xx5X {\n display: flex;\n }\n}";
14273
+ var styles$7 = {"infoButton":"BaseCell-module_infoButton__VCstV","icon":"BaseCell-module_icon__1775U","bigWithUnderline":"BaseCell-module_bigWithUnderline__2xx5X"};
14274
+ styleInject(css_248z$7);
14275
+
14276
+ var css_248z$6 = ".MiniProgressBar-module_progressBar__2K07F {\n margin-bottom: 4px;\n}\n.MiniProgressBar-module_progressBar__2K07F rect {\n fill: #ebebff;\n}\n\n.MiniProgressBar-module_filledBars1__ZhQbV rect:first-child {\n fill: #91919c;\n}\n\n.MiniProgressBar-module_filledBars2__2lH_z rect:nth-child(-n+2) {\n fill: #91919c;\n}\n\n.MiniProgressBar-module_filledBars3__1OKUj rect:nth-child(-n+3) {\n fill: #b0cdf3;\n}\n\n.MiniProgressBar-module_filledBars4__T9kuj rect:nth-child(-n+4) {\n fill: #b0cdf3;\n}\n\n.MiniProgressBar-module_filledBars5__WxVpb rect {\n fill: #8e8cee;\n}";
14277
+ var styles$6 = {"progressBar":"MiniProgressBar-module_progressBar__2K07F","filledBars1":"MiniProgressBar-module_filledBars1__ZhQbV","filledBars2":"MiniProgressBar-module_filledBars2__2lH_z","filledBars3":"MiniProgressBar-module_filledBars3__1OKUj","filledBars4":"MiniProgressBar-module_filledBars4__T9kuj","filledBars5":"MiniProgressBar-module_filledBars5__WxVpb"};
14278
+ styleInject(css_248z$6);
14279
+
14280
+ var MiniProgressBar = function (_a) {
14281
+ var nFilledBars = _a.nFilledBars;
14282
+ return (jsxRuntime.jsxs("svg", { className: classNames$1(styles$6.progressBar, styles$6["filledBars".concat(nFilledBars)]), width: "40", height: "6", viewBox: "0 0 40 6", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsxs("g", { clipPath: "url(#clip0_37507_20658)", children: [jsxRuntime.jsx("rect", { id: "r1", x: "0.5", y: "0.5", width: "7", height: "5", rx: "1" }), jsxRuntime.jsx("rect", { id: "r2", x: "8.5", y: "0.5", width: "7", height: "5", rx: "1" }), jsxRuntime.jsx("rect", { id: "r3", x: "16.5", y: "0.5", width: "7", height: "5", rx: "1" }), jsxRuntime.jsx("rect", { id: "r4", x: "24.5", y: "0.5", width: "7", height: "5", rx: "1" }), jsxRuntime.jsx("rect", { id: "r5", x: "32.5", y: "0.5", width: "7", height: "5", rx: "1" })] }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "clip0_37507_20658", children: jsxRuntime.jsx("rect", { width: "39", height: "5", fill: "white", transform: "translate(0.5 0.5)" }) }) })] }));
14283
+ };
14284
+
14285
+ var progressLookup = {
14286
+ '30%': 1,
14287
+ '50%': 2,
14288
+ '70%': 3,
14289
+ '75%': 4,
14290
+ '80%': 4,
14291
+ '90%': 4,
14292
+ '75%-90%': 4,
14293
+ '75%-100%': 4,
14294
+ '80%-100%': 4,
14295
+ '100%': 5,
14296
+ };
14297
+ var BaseCell = function (_a) {
14298
+ var _b = _a.align, align = _b === void 0 ? 'center' : _b, checkmarkValue = _a.checkmarkValue, _c = _a.fontVariant, fontVariant = _c === void 0 ? 'NORMAL' : _c, _d = _a.description, description = _d === void 0 ? '' : _d, _e = _a.modalContent, modalContent = _e === void 0 ? '' : _e, openModal = _a.openModal, rating = _a.rating, _f = _a.text, text = _f === void 0 ? '' : _f;
14299
+ var alignClassName = {
14300
+ center: 'ta-center jc-center ai-center',
14301
+ left: 'ta-left jc-start',
14302
+ right: 'ta-right jc-end ai-end',
14303
+ }[align];
14304
+ var validRatingValues = [1, 2, 3];
14305
+ var SelectedIcon = (rating === null || rating === void 0 ? void 0 : rating.type) === 'zap' ? ZapFilledIcon : StarFilledIcon;
14306
+ var progressBarValue = typeof text === 'string' ? progressLookup[text] : undefined;
14307
+ return (jsxRuntime.jsxs("div", { className: classNames$1('d-flex gap8 ai-center', {
14308
+ 'jc-center': align === 'center',
14309
+ }), children: [jsxRuntime.jsxs("div", { className: classNames$1('d-flex fd-column', alignClassName), children: [progressBarValue !== undefined && (jsxRuntime.jsx(MiniProgressBar, { nFilledBars: progressBarValue })), (rating === null || rating === void 0 ? void 0 : rating.value) && (jsxRuntime.jsx("span", { "data-testid": "table-cell-rating", title: "".concat(rating === null || rating === void 0 ? void 0 : rating.value, " out of 3"), children: validRatingValues.map(function (value) { return (jsxRuntime.jsx(SelectedIcon, { "aria-hidden": "true", color: value <= (rating === null || rating === void 0 ? void 0 : rating.value) ? 'primary-500' : 'grey-400', className: styles$7.icon }, value)); }) })), jsxRuntime.jsxs("div", { className: "d-flex ai-center", children: [checkmarkValue !== undefined && (jsxRuntime.jsx("span", { title: checkmarkValue ? 'Yes' : 'No', children: checkmarkValue ? (jsxRuntime.jsx(CheckIcon, { "data-testid": "table-cell-boolean-yes", size: 24, "aria-hidden": true, color: "primary-500" })) : (jsxRuntime.jsx(XIcon, { "data-testid": "table-cell-boolean-no", size: 24, "aria-hidden": true, color: "grey-400" })) })), text && fontVariant === 'NORMAL' && (jsxRuntime.jsx("div", { className: "p-p", "data-testid": "table-cell-text", children: text })), text && fontVariant === 'PRICE' && (jsxRuntime.jsx("div", { className: "p-h1 p--serif tc-primary-500", "data-testid": "table-cell-content", children: text })), text && fontVariant === 'BIG_WITH_UNDERLINE' && (jsxRuntime.jsx("div", { "aria-hidden": true, className: classNames$1('tc-grey-800 p-h2 p--serif', styles$7.bigWithUnderline), children: text }))] }), description && (jsxRuntime.jsx("div", { className: classNames$1('d-flex p-p--small tc-grey-500', alignClassName), children: description }))] }), modalContent && openModal && (jsxRuntime.jsx(TableInfoButton, { onClick: function () { return openModal(modalContent); } }))] }));
14310
+ };
14311
+
14312
+ var css_248z$5 = ".CTACell-module_narrow__1EPPT {\n height: 40px;\n}";
14313
+ var styles$5 = {"narrow":"CTACell-module_narrow__1EPPT"};
14314
+ styleInject(css_248z$5);
14315
+
14316
+ var CTACell = function (_a) {
14317
+ var _b;
14318
+ var title = _a.title, price = _a.price, grey = _a.grey, narrow = _a.narrow, href = _a.href, buttonCaption = _a.buttonCaption;
14319
+ return (jsxRuntime.jsxs("div", { className: "wmn3 ta-center", children: [jsxRuntime.jsxs("p", { className: "p-h3", children: [title, price && jsxRuntime.jsxs("span", { className: "tc-purple-500", children: [" ", price] })] }), jsxRuntime.jsx("a", { className: classNames$1('mt16', (_b = {
14320
+ 'p-btn--primary': !grey,
14321
+ 'p-btn--secondary-grey': grey
14322
+ },
14323
+ _b[styles$5.narrow] = narrow,
14324
+ _b)), href: href, target: "_blank", rel: "noopener noreferrer", children: buttonCaption })] }));
14325
+ };
14326
+
14327
+ var css_248z$4 = ".ButtonCell-module_buttonCell__x4NNi {\n color: #26262e;\n border: 1px solid #d2d2d8;\n transition: all 0.3s ease-in-out;\n}\n@media (max-width: 34rem) {\n .ButtonCell-module_buttonCell__x4NNi {\n max-width: calc(100% - 96px);\n }\n}\n.ButtonCell-module_buttonCell__x4NNi:disabled {\n border: none;\n background-color: #f5f6fb;\n color: #26262e;\n opacity: 1;\n cursor: default;\n}\n.ButtonCell-module_buttonCell__x4NNi:disabled:hover {\n background-color: #f5f6fb;\n}\n@media (max-width: 34rem) {\n .ButtonCell-module_buttonCell__x4NNi {\n pointer-events: none;\n }\n}\n\n.ButtonCell-module_withoutPrice__2rpe9 {\n height: 64px;\n}\n\n.ButtonCell-module_withPrice__3bd_t {\n height: 75px;\n}\n\n.ButtonCell-module_selected__22pF_ {\n transition: all 0.3 ease-in-out;\n border: 2px solid #8e8cee;\n background-color: #f7f7ff;\n}";
14328
+ var styles$4 = {"buttonCell":"ButtonCell-module_buttonCell__x4NNi","withoutPrice":"ButtonCell-module_withoutPrice__2rpe9","withPrice":"ButtonCell-module_withPrice__3bd_t","selected":"ButtonCell-module_selected__22pF_"};
14329
+ styleInject(css_248z$4);
14330
+
14331
+ var ButtonCell = function (_a) {
14332
+ var _b;
14333
+ var isSelected = _a.isSelected, onClick = _a.onClick, buttonCaption = _a.buttonCaption, price = _a.price, disabled = _a.disabled;
14334
+ return (jsxRuntime.jsx("div", { className: "w100 d-flex fd-column ai-center jc-center gap8", children: jsxRuntime.jsxs(Button, { className: classNames$1('w100 wmx5 d-flex fd-column', styles$4.buttonCell, (_b = {},
14335
+ _b[styles$4.selected] = isSelected,
14336
+ _b[styles$4.withoutPrice] = !price,
14337
+ _b[styles$4.withPrice] = !!price,
14338
+ _b)), variant: "filledWhite", type: "submit", onClick: onClick, disabled: disabled, children: [buttonCaption, price && jsxRuntime.jsx("span", { className: "p-p tc-purple-500", children: price })] }) }));
14339
+ };
14340
+
14341
+ var TableCell = function (_a) {
14342
+ var _b;
14343
+ var _c;
14344
+ var _d = _a.isFirstCellInRow, isFirstCellInRow = _d === void 0 ? false : _d, _e = _a.isHeader, isHeader = _e === void 0 ? false : _e, _f = _a.isNavigation, isNavigation = _f === void 0 ? false : _f, _g = _a.isTopLeftCell, isTopLeftCell = _g === void 0 ? false : _g, cellProps = __rest$1(_a, ["isFirstCellInRow", "isHeader", "isNavigation", "isTopLeftCell"]);
14345
+ // prettier-ignore
14346
+ var Tag = isNavigation
14347
+ ? 'div'
14348
+ : isHeader || isFirstCellInRow ? 'th' : 'td';
14349
+ // prettier-ignore
14350
+ var thScope = isHeader
14351
+ ? 'col'
14352
+ : isFirstCellInRow ? 'row' : undefined;
14353
+ var scope = {
14354
+ scope: thScope,
14355
+ };
14356
+ return (jsxRuntime.jsxs(Tag, __assign({}, scope, { className: classNames$1('bg-white py24 px8', styles$8.th, (_b = {
14357
+ 'ta-left': isFirstCellInRow
14358
+ },
14359
+ _b[styles$8.fixedCell] = isFirstCellInRow,
14360
+ _b.pl32 = isFirstCellInRow,
14361
+ _b)), children: [!cellProps.type && (jsxRuntime.jsx(BaseCell, __assign({}, cellProps, { fontVariant: isTopLeftCell
14362
+ ? 'BIG_WITH_UNDERLINE'
14363
+ : (_c = cellProps.fontVariant) !== null && _c !== void 0 ? _c : 'NORMAL' }))), cellProps.type === 'CTA' && jsxRuntime.jsx(CTACell, __assign({}, cellProps)), cellProps.type === 'BUTTON' && jsxRuntime.jsx(ButtonCell, __assign({}, cellProps))] })));
14364
+ };
14365
+
14366
+ var css_248z$3 = ".Table-module_wrapper__2MMNq {\n position: relative;\n}\n\n.Table-module_container__3VFLP {\n overflow-x: auto;\n overflow-y: hidden;\n -ms-overflow-style: none;\n /* IE and Edge */\n scrollbar-width: none;\n /* Firefox */\n -webkit-overflow-scrolling: touch;\n scroll-snap-type: x mandatory;\n}\n.Table-module_container__3VFLP::-webkit-scrollbar {\n display: none;\n}\n@media (min-width: 34rem) {\n .Table-module_container__3VFLP {\n scroll-snap-type: unset;\n }\n}\n\n.Table-module_stickyHeader__2uEpP {\n display: flex;\n position: sticky;\n z-index: 9;\n}";
14367
+ var styles$3 = {"wrapper":"Table-module_wrapper__2MMNq","container":"Table-module_container__3VFLP","stickyHeader":"Table-module_stickyHeader__2uEpP"};
14368
+ styleInject(css_248z$3);
14369
+
14370
+ var breakpointLookup = function (breakpoint) {
14371
+ switch (breakpoint) {
14372
+ case 'BELOW_MOBILE':
14373
+ default:
14374
+ return {
14375
+ initialValue: window.innerWidth <= 544, // 34rem = 544px = mobile breakpoint}
14376
+ queryString: '(max-width: 34rem)',
14377
+ };
14378
+ case 'BELOW_TABLET':
14379
+ return {
14380
+ initialValue: window.innerWidth <= 720, // 45rem = 720px = tablet breakpoint
14381
+ queryString: '(max-width: 45rem)',
14382
+ };
14383
+ case 'BELOW_DESKTOP':
14384
+ return {
14385
+ initialValue: window.innerWidth <= 1024, // 64rem = 1024px = desktop breakpoint
14386
+ queryString: '(max-width: 64rem)',
14387
+ };
14388
+ case 'ABOVE_MOBILE':
14389
+ return {
14390
+ initialValue: window.innerWidth >= 544, // 34rem = 544px = mobile breakpoint}
14391
+ queryString: '(min-width: 34rem)',
14392
+ };
14393
+ case 'ABOVE_TABLET':
14394
+ return {
14395
+ initialValue: window.innerWidth >= 720, // 45rem = 720px = tablet breakpoint
14396
+ queryString: '(min-width: 45rem)',
14397
+ };
14398
+ case 'ABOVE_DESKTOP':
14399
+ return {
14400
+ initialValue: window.innerWidth >= 1024, // 64rem = 1024px = desktop breakpoint
14401
+ queryString: '(min-width: 64rem)',
14402
+ };
14403
+ }
14404
+ };
14405
+ var useMediaQuery = function (breakpoint) {
14406
+ var _a = breakpointLookup(breakpoint), initialValue = _a.initialValue, queryString = _a.queryString;
14407
+ var _b = require$$0.useState(initialValue), matchesBreakpoint = _b[0], setMatchesBreakpoint = _b[1];
14408
+ require$$0.useEffect(function () {
14409
+ var mediaQuery = window.matchMedia(queryString);
14410
+ var updateMediaQuery = function (e) {
14411
+ return setMatchesBreakpoint(e.matches);
14412
+ };
14413
+ mediaQuery.addEventListener('change', updateMediaQuery);
14414
+ return function () {
14415
+ mediaQuery.removeEventListener('change', updateMediaQuery);
14416
+ };
14417
+ }, [queryString]);
14418
+ return matchesBreakpoint;
14419
+ };
14420
+
14421
+ var css_248z$2 = ".TableSection-module_table__sNbDq {\n border-collapse: collapse;\n table-layout: fixed;\n}\n@media (min-width: 34rem) {\n .TableSection-module_table__sNbDq {\n min-width: 845px;\n }\n}\n\n.TableSection-module_tr__UbkbE {\n min-height: 72px;\n}";
14422
+ var styles$2 = {"table":"TableSection-module_table__sNbDq","tr":"TableSection-module_tr__UbkbE"};
14423
+ styleInject(css_248z$2);
14424
+
14425
+ var isBaseCell = function (tableCellData) {
14426
+ return !tableCellData.type;
14427
+ };
14428
+
14429
+ var TableSection = function (_a) {
14430
+ var className = _a.className, tableCellRows = _a.tableCellRows, hideHeader = _a.hideHeader, openModal = _a.openModal, title = _a.title, width = _a.width;
14431
+ var headerRow = tableCellRows === null || tableCellRows === void 0 ? void 0 : tableCellRows[0];
14432
+ var getModalTitleFromColumnHeader = function (cellIndex) {
14433
+ var _a;
14434
+ var firstCellInColumn = (_a = tableCellRows === null || tableCellRows === void 0 ? void 0 : tableCellRows[0]) === null || _a === void 0 ? void 0 : _a[cellIndex];
14435
+ var titleFromColumn;
14436
+ switch (firstCellInColumn.type) {
14437
+ case 'BUTTON':
14438
+ titleFromColumn = firstCellInColumn.buttonCaption;
14439
+ break;
14440
+ case 'CTA':
14441
+ titleFromColumn = firstCellInColumn.title;
14442
+ break;
14443
+ case undefined:
14444
+ titleFromColumn = firstCellInColumn.text || '';
14445
+ break;
14446
+ }
14447
+ return titleFromColumn;
14448
+ };
14449
+ var getModalTitleFromRowHeader = function (currentRow) {
14450
+ var firstCellInRow = currentRow === null || currentRow === void 0 ? void 0 : currentRow[0];
14451
+ var titleFromRow = (isBaseCell(firstCellInRow) && firstCellInRow.text) || '';
14452
+ return titleFromRow;
14453
+ };
14454
+ return (jsxRuntime.jsxs("table", { className: classNames$1(className, 'w100', styles$2.table), width: width, children: [jsxRuntime.jsx("caption", { className: "sr-only", children: title }), headerRow && (jsxRuntime.jsx("thead", { className: hideHeader ? 'sr-only' : '', children: jsxRuntime.jsx("tr", { children: headerRow.map(function (tableCellData, cellIndex) {
14455
+ var isFirstCellInRow = cellIndex === 0;
14456
+ return (jsxRuntime.jsx(TableCell, __assign({ isHeader: true, isFirstCellInRow: isFirstCellInRow, isTopLeftCell: isFirstCellInRow }, tableCellData, (isBaseCell(tableCellData)
14457
+ ? {
14458
+ openModal: function (body) {
14459
+ return openModal === null || openModal === void 0 ? void 0 : openModal({
14460
+ body: body,
14461
+ title: tableCellData.text ||
14462
+ getModalTitleFromColumnHeader(cellIndex),
14463
+ });
14464
+ },
14465
+ align: isFirstCellInRow ? 'left' : 'center',
14466
+ }
14467
+ : {})), cellIndex));
14468
+ }) }) })), jsxRuntime.jsx("tbody", { children: tableCellRows.map(function (row, rowIndex) {
14469
+ row.length === 1;
14470
+ return (rowIndex > 0 && (jsxRuntime.jsx("tr", { className: styles$2.tr, children: row.map(function (tableCellData, cellIndex) {
14471
+ var key = "".concat(rowIndex, "-").concat(cellIndex);
14472
+ var isFirstCellInRow = cellIndex === 0;
14473
+ return (jsxRuntime.jsx(TableCell, __assign({ isFirstCellInRow: isFirstCellInRow }, tableCellData, (isBaseCell(tableCellData)
14474
+ ? {
14475
+ openModal: function (body) {
14476
+ var titleFromRow = getModalTitleFromRowHeader(row);
14477
+ var titleFromColumnOrRow = getModalTitleFromColumnHeader(cellIndex) ||
14478
+ getModalTitleFromRowHeader(row);
14479
+ return openModal === null || openModal === void 0 ? void 0 : openModal({
14480
+ body: body,
14481
+ title: isFirstCellInRow
14482
+ ? titleFromRow
14483
+ : titleFromColumnOrRow,
14484
+ });
14485
+ },
14486
+ align: isFirstCellInRow ? 'left' : 'center',
14487
+ }
14488
+ : {})), key));
14489
+ }) }, rowIndex)));
14490
+ }) })] }));
14491
+ };
14492
+
14493
+ var css_248z$1 = ".TableContents-module_cardWrapper__2OVMv {\n height: 88px;\n}\n\n.TableContents-module_card__Mmz6h {\n position: absolute;\n left: 0;\n right: 0;\n z-index: 3;\n}";
14494
+ var styles$1 = {"cardWrapper":"TableContents-module_cardWrapper__2OVMv","card":"TableContents-module_card__Mmz6h"};
14495
+ styleInject(css_248z$1);
14496
+
14497
+ var Collapsible = function (_a) {
14498
+ var children = _a.children, isExpanded = _a.isExpanded;
14499
+ var isDesktop = useMediaQuery('ABOVE_DESKTOP');
14500
+ if (!isDesktop) {
14501
+ return (jsxRuntime.jsx("div", { children: isExpanded ? children : null }));
14502
+ }
14503
+ return (jsxRuntime.jsx(AnimateHeight, { duration: 300, height: isExpanded ? 'auto' : 0, children: jsxRuntime.jsx("div", { children: children }) }));
14504
+ };
14505
+
14506
+ var TableContents = function (_a) {
14507
+ var _b, _c;
14508
+ var className = _a.className, collapsibleSections = _a.collapsibleSections, tableData = _a.tableData, hideDetails = _a.hideDetails, isMobile = _a.isMobile, openModal = _a.openModal, shouldHideDetails = _a.shouldHideDetails, title = _a.title;
14509
+ var _d = require$$0.useState(null), isSectionOpen = _d[0], setOpenSection = _d[1];
14510
+ var firstHeadRow = (_c = (_b = tableData === null || tableData === void 0 ? void 0 : tableData[0]) === null || _b === void 0 ? void 0 : _b.rows) === null || _c === void 0 ? void 0 : _c[0];
14511
+ var tableWidth = isMobile ? "".concat((firstHeadRow === null || firstHeadRow === void 0 ? void 0 : firstHeadRow.length) * 50, "%") : '';
14512
+ var handleToggleSection = function (index) {
14513
+ setOpenSection(function (currentSection) {
14514
+ return currentSection === index ? null : index;
14515
+ });
14516
+ };
14517
+ return (jsxRuntime.jsx("div", { style: { width: tableWidth }, children: tableData.map(function (_a, index) {
14518
+ var rows = _a.rows, _b = _a.section, section = _b === void 0 ? {} : _b;
14519
+ var isFirstSection = index === 0;
14520
+ var isExpanded = !collapsibleSections
14521
+ ? true
14522
+ : isSectionOpen === index || isFirstSection;
14523
+ var isVisible = hideDetails ? !shouldHideDetails : true;
14524
+ return ((isFirstSection || isVisible) && (jsxRuntime.jsxs("div", { children: [(section === null || section === void 0 ? void 0 : section.title) && (jsxRuntime.jsx("div", { className: styles$1.cardWrapper, children: jsxRuntime.jsx("div", { className: classNames$1(styles$1.card, 'p8'), children: jsxRuntime.jsx(Card, __assign({ actionIcon: isExpanded ? (jsxRuntime.jsx(ChevronUpIcon, { size: 24 })) : (jsxRuntime.jsx(ChevronDownIcon, { size: 24 })), "aria-expanded": isExpanded ? 'true' : 'false', "aria-hidden": true, classNames: {
14525
+ wrapper: 'bg-grey-200',
14526
+ icon: 'tc-grey-900',
14527
+ }, dropShadow: false, icon: section === null || section === void 0 ? void 0 : section.icon, title: section.title, titleVariant: "medium" }, (collapsibleSections
14528
+ ? {
14529
+ onClick: function () { return handleToggleSection(index); },
14530
+ }
14531
+ : {}))) }) })), jsxRuntime.jsx(Collapsible, { isExpanded: isExpanded, isMobile: isMobile, children: jsxRuntime.jsx(TableSection, { className: classNames$1(className, 'mb24'), tableCellRows: isFirstSection ? rows : __spreadArray$1([firstHeadRow], rows, true), hideHeader: true, openModal: openModal, title: "".concat(title).concat((section === null || section === void 0 ? void 0 : section.title) ? " - ".concat(section.title) : ''), width: tableWidth }) })] }, index)));
14532
+ }) }));
14533
+ };
14534
+
14535
+ var useTableNavigation = function (_a) {
14536
+ var enabled = _a.enabled, containerRef = _a.containerRef, onSelectionChanged = _a.onSelectionChanged;
14537
+ var _b = require$$0.useState(0), activeSection = _b[0], setActiveSection = _b[1];
14538
+ var handleScrollToSection = function (increase) {
14539
+ if (!enabled) {
14540
+ return;
14541
+ }
14542
+ setActiveSection(function (prevSection) {
14543
+ return prevSection + (increase ? 1 : -1);
14544
+ });
14545
+ };
14546
+ var handleTableScroll = require$$0.useCallback(function () {
14547
+ if (!containerRef.current || !enabled) {
14548
+ return;
14549
+ }
14550
+ var containerWidth = containerRef.current.getBoundingClientRect().width;
14551
+ var scrollLeft = containerRef.current.scrollLeft;
14552
+ var cellWidth = containerWidth / 2;
14553
+ setActiveSection(Math.floor(scrollLeft / cellWidth));
14554
+ }, [activeSection, containerRef, enabled]);
14555
+ var debouncedTableScroll = lodash_debounce(handleTableScroll, 150);
14556
+ require$$0.useEffect(function () {
14557
+ var container = containerRef.current;
14558
+ container === null || container === void 0 ? void 0 : container.addEventListener('scroll', debouncedTableScroll, {
14559
+ passive: true,
14560
+ });
14561
+ return container === null || container === void 0 ? void 0 : container.removeEventListener('scroll', handleTableScroll);
14562
+ }, [enabled]);
14563
+ require$$0.useEffect(function () {
14564
+ if (!enabled) {
14565
+ return;
14566
+ }
14567
+ onSelectionChanged === null || onSelectionChanged === void 0 ? void 0 : onSelectionChanged(activeSection + 1);
14568
+ if (containerRef.current) {
14569
+ var containerWidth = containerRef.current.getBoundingClientRect().width;
14570
+ var cellWidth = containerWidth / 2;
14571
+ containerRef.current.scroll({
14572
+ top: 0,
14573
+ left: cellWidth * activeSection,
14574
+ behavior: 'smooth',
14575
+ });
14576
+ }
14577
+ }, [enabled, activeSection]);
14578
+ return {
14579
+ activeSection: activeSection + 1,
14580
+ navigateTable: handleScrollToSection,
14581
+ };
14582
+ };
14583
+
14584
+ var css_248z = ".TableControls-module_stickyHeader__1f6Ta {\n display: flex;\n position: sticky;\n left: 0;\n right: 0;\n min-height: 72px;\n z-index: 9;\n}\n\n.TableControls-module_controlButton__2kQiG {\n border-radius: 50% !important;\n width: 32px;\n height: 32px;\n padding: 0;\n}";
14585
+ var styles = {"stickyHeader":"TableControls-module_stickyHeader__1f6Ta","controlButton":"TableControls-module_controlButton__2kQiG"};
14586
+ styleInject(css_248z);
14587
+
14588
+ var TableControls = function (_a) {
14589
+ var activeSection = _a.activeSection, children = _a.children, columnsLength = _a.columnsLength, stickyHeaderTopOffset = _a.stickyHeaderTopOffset, navigateTable = _a.navigateTable;
14590
+ return (jsxRuntime.jsxs("div", { "aria-hidden": true, className: classNames$1('d-flex ai-center jc-between bg-white px8', styles.stickyHeader), style: { top: "".concat(stickyHeaderTopOffset, "px") }, children: [jsxRuntime.jsx(Button, { className: styles.controlButton, disabled: activeSection <= 1, hideLabel: true, leftIcon: jsxRuntime.jsx(ChevronLeftIcon, {}), onClick: function () { return navigateTable(); }, type: "button", variant: "filledGray", "data-testid": "previous-section-button", children: "Previous section" }), children, jsxRuntime.jsx(Button, { className: styles.controlButton, disabled: activeSection >= columnsLength - 1, hideLabel: true, leftIcon: jsxRuntime.jsx(ChevronRightIcon, {}), onClick: function () { return navigateTable(true); }, type: "button", variant: "filledGray", "data-testid": "next-section-button", children: "Next section" })] }));
14591
+ };
14592
+
14593
+ var useScrollSync = function (sourceRef, targetRef, enabled) {
14594
+ if (enabled === void 0) { enabled = true; }
14595
+ require$$0.useEffect(function () {
14596
+ if (!sourceRef.current || !targetRef.current || !enabled) {
14597
+ return;
14598
+ }
14599
+ var sourceElement = sourceRef === null || sourceRef === void 0 ? void 0 : sourceRef.current;
14600
+ var targetElement = targetRef === null || targetRef === void 0 ? void 0 : targetRef.current;
14601
+ var handleScroll = function (source, target) {
14602
+ if (source && target) {
14603
+ target.scrollLeft = source.scrollLeft;
14604
+ }
14605
+ };
14606
+ var syncScroll1 = function () { return handleScroll(sourceElement, targetElement); };
14607
+ var syncScroll2 = function () { return handleScroll(targetElement, sourceElement); };
14608
+ if (sourceElement && targetElement) {
14609
+ sourceElement.addEventListener("scroll", syncScroll1);
14610
+ targetElement.addEventListener("scroll", syncScroll2);
14611
+ }
14612
+ return function () {
14613
+ if (sourceElement && targetElement) {
14614
+ sourceElement.removeEventListener("scroll", syncScroll1);
14615
+ targetElement.removeEventListener("scroll", syncScroll2);
14616
+ }
14617
+ };
14618
+ }, [enabled, sourceRef, targetRef]);
14619
+ };
14620
+
14621
+ var defaultTextOverrides = {
14622
+ showDetails: 'Show details',
14623
+ hideDetails: 'Hide details',
14624
+ };
14625
+ var Table = function (_a) {
14626
+ var _b, _c, _d, _e, _f;
14627
+ var className = _a.className, collapsibleSections = _a.collapsibleSections, tableData = _a.tableData, hideDetails = _a.hideDetails, onModalOpen = _a.onModalOpen, onSelectionChanged = _a.onSelectionChanged, _g = _a.stickyHeaderTopOffset, stickyHeaderTopOffset = _g === void 0 ? 0 : _g, definedTextOverrides = _a.textOverrides, title = _a.title;
14628
+ var textOverrides = __assign(__assign({}, defaultTextOverrides), definedTextOverrides);
14629
+ var isMobile = useMediaQuery('BELOW_MOBILE');
14630
+ var _h = require$$0.useState(null), infoModalData = _h[0], setInfoModalData = _h[1];
14631
+ var _j = require$$0.useState(true), shouldHideDetails = _j[0], setShouldHideDetails = _j[1];
14632
+ var containerRef = require$$0.useRef(null);
14633
+ var headerRef = require$$0.useRef(null);
14634
+ var columnsLength = tableData[0].rows[0].length;
14635
+ useScrollSync(headerRef, containerRef, !isMobile);
14636
+ var _k = useTableNavigation({
14637
+ enabled: isMobile,
14638
+ containerRef: containerRef,
14639
+ onSelectionChanged: onSelectionChanged,
14640
+ }), activeSection = _k.activeSection, navigateTable = _k.navigateTable;
14641
+ var currentActiveSection = (_d = (_c = (_b = tableData === null || tableData === void 0 ? void 0 : tableData[0]) === null || _b === void 0 ? void 0 : _b.rows) === null || _c === void 0 ? void 0 : _c[0]) === null || _d === void 0 ? void 0 : _d[activeSection];
14642
+ var handleOpenModal = function (_a) {
14643
+ var body = _a.body, title = _a.title;
14644
+ onModalOpen === null || onModalOpen === void 0 ? void 0 : onModalOpen({ body: body, title: title });
14645
+ setInfoModalData({ body: body, title: title });
14646
+ };
14647
+ return (jsxRuntime.jsxs("div", { className: classNames$1(styles$3.wrapper, 'bg-white'), children: [isMobile ? (jsxRuntime.jsx(TableControls, { activeSection: activeSection, columnsLength: columnsLength, navigateTable: navigateTable, stickyHeaderTopOffset: stickyHeaderTopOffset, children: jsxRuntime.jsx(TableCell, __assign({}, currentActiveSection, (isBaseCell(currentActiveSection)
14648
+ ? {
14649
+ openModal: function (body) {
14650
+ return handleOpenModal({
14651
+ body: body,
14652
+ title: currentActiveSection === null || currentActiveSection === void 0 ? void 0 : currentActiveSection.text,
14653
+ });
14654
+ },
14655
+ }
14656
+ : {}), { isNavigation: true })) })) : (jsxRuntime.jsx("div", { "aria-hidden": true, className: styles$3.stickyHeader, style: { top: "".concat(stickyHeaderTopOffset, "px") }, children: jsxRuntime.jsx("div", { className: styles$3.container, ref: headerRef, children: jsxRuntime.jsx(TableSection, { tableCellRows: [(_f = (_e = tableData === null || tableData === void 0 ? void 0 : tableData[0]) === null || _e === void 0 ? void 0 : _e.rows) === null || _f === void 0 ? void 0 : _f[0]], title: title, className: className, openModal: handleOpenModal }) }) })), jsxRuntime.jsx("div", { ref: containerRef, className: classNames$1(styles$3.container, 'pb8'), children: jsxRuntime.jsx(TableContents, { tableData: tableData, title: title, className: className, collapsibleSections: collapsibleSections, hideDetails: hideDetails, isMobile: isMobile, shouldHideDetails: shouldHideDetails, openModal: handleOpenModal }) }), hideDetails && (jsxRuntime.jsx(Card, { "data-testid": "show-hide-details", classNames: {
14657
+ buttonWrapper: 'm8 mt32',
14658
+ title: 'd-flex gap8 ai-center jc-center',
14659
+ wrapper: 'bg-grey-200',
14660
+ }, title: jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [shouldHideDetails
14661
+ ? textOverrides.showDetails
14662
+ : textOverrides.hideDetails, shouldHideDetails ? (jsxRuntime.jsx(ChevronDownIcon, { size: 24 })) : (jsxRuntime.jsx(ChevronUpIcon, { size: 24 }))] }), actionIcon: null, dropShadow: false, titleVariant: "small", density: "compact", onClick: function () { return setShouldHideDetails(function (current) { return !current; }); } })), jsxRuntime.jsx(BottomOrRegularModal, { isOpen: (infoModalData === null || infoModalData === void 0 ? void 0 : infoModalData.body) ? true : false, title: infoModalData === null || infoModalData === void 0 ? void 0 : infoModalData.title, onClose: function () { return setInfoModalData(null); }, children: jsxRuntime.jsx("div", { className: "pt8 p24 wmn6", children: infoModalData === null || infoModalData === void 0 ? void 0 : infoModalData.body }) })] }));
14663
+ };
14664
+
14265
14665
  exports.Accordion = Accordion;
14266
14666
  exports.ActivityIcon = Activity;
14267
14667
  exports.AdhdIcon = Adhd;
@@ -14340,9 +14740,9 @@ exports.Checkbox = Checkbox;
14340
14740
  exports.CheckboxCheckedIcon = CheckboxChecked;
14341
14741
  exports.CheckboxUncheckedIcon = CheckboxUnchecked;
14342
14742
  exports.ChevronDownIcon = ChevronDownIcon;
14343
- exports.ChevronLeftIcon = ChevronLeft;
14743
+ exports.ChevronLeftIcon = ChevronLeftIcon;
14344
14744
  exports.ChevronRightIcon = ChevronRightIcon;
14345
- exports.ChevronUpIcon = ChevronUp;
14745
+ exports.ChevronUpIcon = ChevronUpIcon;
14346
14746
  exports.ChevronsDownIcon = ChevronsDown;
14347
14747
  exports.ChevronsLeftIcon = ChevronsLeft;
14348
14748
  exports.ChevronsRightIcon = ChevronsRight;
@@ -14576,7 +14976,7 @@ exports.SofaIcon = Sofa;
14576
14976
  exports.SpeakerIcon = Speaker;
14577
14977
  exports.Spinner = Spinner;
14578
14978
  exports.SquareIcon = Square;
14579
- exports.StarFilledIcon = StarFilled;
14979
+ exports.StarFilledIcon = StarFilledIcon;
14580
14980
  exports.StarHalfIcon = StarHalf;
14581
14981
  exports.StarIcon = Star;
14582
14982
  exports.StopCircleIcon = StopCircle;
@@ -14593,6 +14993,7 @@ exports.Svg6Icon = _6;
14593
14993
  exports.Svg7Icon = _7;
14594
14994
  exports.Svg8Icon = _8;
14595
14995
  exports.SyringeVaccinationIcon = SyringeVaccination;
14996
+ exports.Table = Table;
14596
14997
  exports.TableButton = TableButton;
14597
14998
  exports.TableInfoButton = TableInfoButton;
14598
14999
  exports.TableRating = TableRating;
@@ -14656,6 +15057,7 @@ exports.XIcon = XIcon;
14656
15057
  exports.XOctagonIcon = XOctagon;
14657
15058
  exports.XSquareIcon = XSquare;
14658
15059
  exports.YoutubeIcon = Youtube;
15060
+ exports.ZapFilledIcon = ZapFilledIcon;
14659
15061
  exports.ZapIcon = Zap;
14660
15062
  exports.ZapOffIcon = ZapOff;
14661
15063
  exports.ZoomInIcon = ZoomIn;