@temp-spotwork/ui 1.4.3

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 (736) hide show
  1. package/README.md +30 -0
  2. package/dist/Combination-BkpbjcWz.js +672 -0
  3. package/dist/_commonjsHelpers-BkfeUUK-.js +28 -0
  4. package/dist/addYears-D3POA9ql.js +7 -0
  5. package/dist/bundle-mjs-CAy1p0fn.js +2261 -0
  6. package/dist/card-Cc2Qkiqr.js +41 -0
  7. package/dist/components/atoms/avatar/Avatar.stories.d.ts +7 -0
  8. package/dist/components/atoms/avatar/Avatar.stories.js +22 -0
  9. package/dist/components/atoms/avatar/avatar.d.ts +39 -0
  10. package/dist/components/atoms/avatar/avatar.js +76 -0
  11. package/dist/components/atoms/avatar/index.d.ts +2 -0
  12. package/dist/components/atoms/avatar/index.js +4 -0
  13. package/dist/components/atoms/avatar/statusIndicatorIcon.d.ts +3 -0
  14. package/dist/components/atoms/avatar/statusIndicatorIcon.js +33 -0
  15. package/dist/components/atoms/avatar/styles.d.ts +14 -0
  16. package/dist/components/atoms/avatar/styles.js +47 -0
  17. package/dist/components/atoms/badge/badge.d.ts +25 -0
  18. package/dist/components/atoms/badge/badge.js +38 -0
  19. package/dist/components/atoms/badge/badge.stories.d.ts +7 -0
  20. package/dist/components/atoms/badge/badge.stories.js +23 -0
  21. package/dist/components/atoms/badge/index.d.ts +2 -0
  22. package/dist/components/atoms/badge/index.js +4 -0
  23. package/dist/components/atoms/card/card.d.ts +8 -0
  24. package/dist/components/atoms/card/card.js +12 -0
  25. package/dist/components/atoms/card/card.stories.d.ts +13 -0
  26. package/dist/components/atoms/card/card.stories.js +86 -0
  27. package/dist/components/atoms/card/index.d.ts +1 -0
  28. package/dist/components/atoms/card/index.js +4 -0
  29. package/dist/components/atoms/card-content/label-value-pair/index.d.ts +2 -0
  30. package/dist/components/atoms/card-content/label-value-pair/index.js +4 -0
  31. package/dist/components/atoms/card-content/label-value-pair/label-value-pair.d.ts +30 -0
  32. package/dist/components/atoms/card-content/label-value-pair/label-value-pair.js +22 -0
  33. package/dist/components/atoms/card-content/label-value-pair/label-value-pair.stories.d.ts +7 -0
  34. package/dist/components/atoms/card-content/label-value-pair/label-value-pair.stories.js +22 -0
  35. package/dist/components/atoms/card-content/label-value-pair/styles.d.ts +1 -0
  36. package/dist/components/atoms/card-content/label-value-pair/styles.js +4 -0
  37. package/dist/components/atoms/card-content/note/index.d.ts +2 -0
  38. package/dist/components/atoms/card-content/note/index.js +4 -0
  39. package/dist/components/atoms/card-content/note/note.d.ts +33 -0
  40. package/dist/components/atoms/card-content/note/note.js +30 -0
  41. package/dist/components/atoms/conversation/chatheader/chatheader.d.ts +11 -0
  42. package/dist/components/atoms/conversation/chatheader/chatheader.js +91 -0
  43. package/dist/components/atoms/conversation/chatheader/index.d.ts +2 -0
  44. package/dist/components/atoms/conversation/chatheader/index.js +4 -0
  45. package/dist/components/atoms/conversation/chatheader/styles.d.ts +4 -0
  46. package/dist/components/atoms/conversation/chatheader/styles.js +7 -0
  47. package/dist/components/atoms/daybubble/recurrence-day/RecurrenceDay.stories.d.ts +7 -0
  48. package/dist/components/atoms/daybubble/recurrence-day/RecurrenceDay.stories.js +20 -0
  49. package/dist/components/atoms/daybubble/recurrence-day/index.d.ts +2 -0
  50. package/dist/components/atoms/daybubble/recurrence-day/index.js +4 -0
  51. package/dist/components/atoms/daybubble/recurrence-day/recurrence-day.d.ts +27 -0
  52. package/dist/components/atoms/daybubble/recurrence-day/recurrence-day.js +86 -0
  53. package/dist/components/atoms/form/calendar/calendar-date-cell.d.ts +68 -0
  54. package/dist/components/atoms/form/calendar/calendar-date-cell.js +82 -0
  55. package/dist/components/atoms/form/calendar/calendar-month.d.ts +57 -0
  56. package/dist/components/atoms/form/calendar/calendar-month.js +148 -0
  57. package/dist/components/atoms/form/calendar/calendar-utils.d.ts +43 -0
  58. package/dist/components/atoms/form/calendar/calendar-utils.js +11 -0
  59. package/dist/components/atoms/form/calendar/calendar.d.ts +20 -0
  60. package/dist/components/atoms/form/calendar/calendar.js +106 -0
  61. package/dist/components/atoms/form/calendar/calendar.stories.d.ts +14 -0
  62. package/dist/components/atoms/form/calendar/calendar.stories.js +215 -0
  63. package/dist/components/atoms/form/calendar/index.d.ts +2 -0
  64. package/dist/components/atoms/form/calendar/index.js +4 -0
  65. package/dist/components/atoms/form/calendar/month-header.d.ts +13 -0
  66. package/dist/components/atoms/form/calendar/month-header.js +19 -0
  67. package/dist/components/atoms/form/calendar/sticky-button.d.ts +24 -0
  68. package/dist/components/atoms/form/calendar/sticky-button.js +24 -0
  69. package/dist/components/atoms/form/calendar/types.d.ts +50 -0
  70. package/dist/components/atoms/form/calendar/types.js +1 -0
  71. package/dist/components/atoms/form/checkbox/checkbox.d.ts +37 -0
  72. package/dist/components/atoms/form/checkbox/checkbox.js +67 -0
  73. package/dist/components/atoms/form/checkbox/index.d.ts +2 -0
  74. package/dist/components/atoms/form/checkbox/index.js +4 -0
  75. package/dist/components/atoms/form/chips/chips.d.ts +46 -0
  76. package/dist/components/atoms/form/chips/chips.js +177 -0
  77. package/dist/components/atoms/form/chips/chips.stories.d.ts +7 -0
  78. package/dist/components/atoms/form/chips/chips.stories.js +24 -0
  79. package/dist/components/atoms/form/chips/index.d.ts +2 -0
  80. package/dist/components/atoms/form/chips/index.js +4 -0
  81. package/dist/components/atoms/form/chips/styles.d.ts +77 -0
  82. package/dist/components/atoms/form/chips/styles.js +55 -0
  83. package/dist/components/atoms/form/dateselect/date-calendar.d.ts +34 -0
  84. package/dist/components/atoms/form/dateselect/date-calendar.js +85 -0
  85. package/dist/components/atoms/form/dateselect/date-dropdown-header.d.ts +21 -0
  86. package/dist/components/atoms/form/dateselect/date-dropdown-header.js +46 -0
  87. package/dist/components/atoms/form/dateselect/date-dropdown.d.ts +70 -0
  88. package/dist/components/atoms/form/dateselect/date-dropdown.js +92 -0
  89. package/dist/components/atoms/form/dateselect/date-input.d.ts +59 -0
  90. package/dist/components/atoms/form/dateselect/date-input.js +3240 -0
  91. package/dist/components/atoms/form/dateselect/date-month-year-switch.d.ts +38 -0
  92. package/dist/components/atoms/form/dateselect/date-month-year-switch.js +67 -0
  93. package/dist/components/atoms/form/dateselect/dateselect.d.ts +62 -0
  94. package/dist/components/atoms/form/dateselect/dateselect.js +164 -0
  95. package/dist/components/atoms/form/dateselect/helpers.d.ts +36 -0
  96. package/dist/components/atoms/form/dateselect/helpers.js +83 -0
  97. package/dist/components/atoms/form/dateselect/index.d.ts +2 -0
  98. package/dist/components/atoms/form/dateselect/index.js +4 -0
  99. package/dist/components/atoms/form/dateselect/month-switch.d.ts +10 -0
  100. package/dist/components/atoms/form/dateselect/month-switch.js +135 -0
  101. package/dist/components/atoms/form/dateselect/styles.d.ts +10 -0
  102. package/dist/components/atoms/form/dateselect/styles.js +14 -0
  103. package/dist/components/atoms/form/dateselect/year-switch.d.ts +8 -0
  104. package/dist/components/atoms/form/dateselect/year-switch.js +134 -0
  105. package/dist/components/atoms/form/dropdown/dropdown.d.ts +65 -0
  106. package/dist/components/atoms/form/dropdown/dropdown.js +182 -0
  107. package/dist/components/atoms/form/dropdown/index.d.ts +2 -0
  108. package/dist/components/atoms/form/dropdown/index.js +4 -0
  109. package/dist/components/atoms/form/dropdown/styles.d.ts +13 -0
  110. package/dist/components/atoms/form/dropdown/styles.js +20 -0
  111. package/dist/components/atoms/form/dropdown-search/dropdown-search.d.ts +93 -0
  112. package/dist/components/atoms/form/dropdown-search/dropdown-search.js +197 -0
  113. package/dist/components/atoms/form/dropdown-search/dropdown-search.stories.d.ts +24 -0
  114. package/dist/components/atoms/form/dropdown-search/dropdown-search.stories.js +362 -0
  115. package/dist/components/atoms/form/dropdown-search/index.d.ts +2 -0
  116. package/dist/components/atoms/form/dropdown-search/index.js +4 -0
  117. package/dist/components/atoms/form/form-helper-text/form-helper-text.d.ts +22 -0
  118. package/dist/components/atoms/form/form-helper-text/form-helper-text.js +13 -0
  119. package/dist/components/atoms/form/form-helper-text/index.d.ts +1 -0
  120. package/dist/components/atoms/form/form-helper-text/index.js +4 -0
  121. package/dist/components/atoms/form/form-types.d.ts +4 -0
  122. package/dist/components/atoms/form/form-types.js +1 -0
  123. package/dist/components/atoms/form/multiselect/index.d.ts +2 -0
  124. package/dist/components/atoms/form/multiselect/index.js +4 -0
  125. package/dist/components/atoms/form/multiselect/multiselect.d.ts +63 -0
  126. package/dist/components/atoms/form/multiselect/multiselect.js +109 -0
  127. package/dist/components/atoms/form/navigation/index.d.ts +2 -0
  128. package/dist/components/atoms/form/navigation/index.js +4 -0
  129. package/dist/components/atoms/form/navigation/navigation.d.ts +19 -0
  130. package/dist/components/atoms/form/navigation/navigation.js +35 -0
  131. package/dist/components/atoms/form/navigation/styles.d.ts +5 -0
  132. package/dist/components/atoms/form/navigation/styles.js +8 -0
  133. package/dist/components/atoms/form/radiobutton/index.d.ts +2 -0
  134. package/dist/components/atoms/form/radiobutton/index.js +4 -0
  135. package/dist/components/atoms/form/radiobutton/radiobutton.d.ts +41 -0
  136. package/dist/components/atoms/form/radiobutton/radiobutton.js +82 -0
  137. package/dist/components/atoms/form/recurrence-week/RecurrenceWeek.stories.d.ts +7 -0
  138. package/dist/components/atoms/form/recurrence-week/RecurrenceWeek.stories.js +37 -0
  139. package/dist/components/atoms/form/recurrence-week/index.d.ts +2 -0
  140. package/dist/components/atoms/form/recurrence-week/index.js +4 -0
  141. package/dist/components/atoms/form/recurrence-week/recurrence-week.d.ts +32 -0
  142. package/dist/components/atoms/form/recurrence-week/recurrence-week.js +34 -0
  143. package/dist/components/atoms/form/stepper/Stepper.stories.d.ts +7 -0
  144. package/dist/components/atoms/form/stepper/Stepper.stories.js +30 -0
  145. package/dist/components/atoms/form/stepper/index.d.ts +2 -0
  146. package/dist/components/atoms/form/stepper/index.js +4 -0
  147. package/dist/components/atoms/form/stepper/stepper.d.ts +50 -0
  148. package/dist/components/atoms/form/stepper/stepper.js +156 -0
  149. package/dist/components/atoms/form/stepper/styles.d.ts +3 -0
  150. package/dist/components/atoms/form/stepper/styles.js +6 -0
  151. package/dist/components/atoms/form/switch/index.d.ts +2 -0
  152. package/dist/components/atoms/form/switch/index.js +4 -0
  153. package/dist/components/atoms/form/switch/switch.d.ts +41 -0
  154. package/dist/components/atoms/form/switch/switch.js +184 -0
  155. package/dist/components/atoms/form/switch/switch.props.d.ts +26 -0
  156. package/dist/components/atoms/form/switch/switch.props.js +19 -0
  157. package/dist/components/atoms/form/textarea/Textarea.stories.d.ts +7 -0
  158. package/dist/components/atoms/form/textarea/Textarea.stories.js +22 -0
  159. package/dist/components/atoms/form/textarea/index.d.ts +2 -0
  160. package/dist/components/atoms/form/textarea/index.js +4 -0
  161. package/dist/components/atoms/form/textarea/styles.d.ts +6 -0
  162. package/dist/components/atoms/form/textarea/styles.js +9 -0
  163. package/dist/components/atoms/form/textarea/textarea.d.ts +53 -0
  164. package/dist/components/atoms/form/textarea/textarea.js +91 -0
  165. package/dist/components/atoms/form/textfield/index.d.ts +2 -0
  166. package/dist/components/atoms/form/textfield/index.js +4 -0
  167. package/dist/components/atoms/form/textfield/styles.d.ts +4 -0
  168. package/dist/components/atoms/form/textfield/styles.js +7 -0
  169. package/dist/components/atoms/form/textfield/textfield.d.ts +90 -0
  170. package/dist/components/atoms/form/textfield/textfield.js +144 -0
  171. package/dist/components/atoms/form/time-picker/index.d.ts +2 -0
  172. package/dist/components/atoms/form/time-picker/index.js +4 -0
  173. package/dist/components/atoms/form/time-picker/time-picker-dropdown.d.ts +77 -0
  174. package/dist/components/atoms/form/time-picker/time-picker-dropdown.js +193 -0
  175. package/dist/components/atoms/form/time-picker/time-picker-input.d.ts +107 -0
  176. package/dist/components/atoms/form/time-picker/time-picker-input.js +248 -0
  177. package/dist/components/atoms/form/time-picker/time-picker.d.ts +111 -0
  178. package/dist/components/atoms/form/time-picker/time-picker.js +126 -0
  179. package/dist/components/atoms/form/time-picker/time-picker.stories.d.ts +30 -0
  180. package/dist/components/atoms/form/time-picker/time-picker.stories.js +368 -0
  181. package/dist/components/atoms/form/timeselect/hours-switch.d.ts +21 -0
  182. package/dist/components/atoms/form/timeselect/hours-switch.js +88 -0
  183. package/dist/components/atoms/form/timeselect/index.d.ts +2 -0
  184. package/dist/components/atoms/form/timeselect/index.js +4 -0
  185. package/dist/components/atoms/form/timeselect/minutes-switch.d.ts +25 -0
  186. package/dist/components/atoms/form/timeselect/minutes-switch.js +88 -0
  187. package/dist/components/atoms/form/timeselect/styles.d.ts +13 -0
  188. package/dist/components/atoms/form/timeselect/styles.js +16 -0
  189. package/dist/components/atoms/form/timeselect/timeselect.d.ts +50 -0
  190. package/dist/components/atoms/form/timeselect/timeselect.js +220 -0
  191. package/dist/components/atoms/form/typeahead/index.d.ts +2 -0
  192. package/dist/components/atoms/form/typeahead/index.js +4 -0
  193. package/dist/components/atoms/form/typeahead/styles.d.ts +7 -0
  194. package/dist/components/atoms/form/typeahead/styles.js +11 -0
  195. package/dist/components/atoms/form/typeahead/typeahead.d.ts +83 -0
  196. package/dist/components/atoms/form/typeahead/typeahead.js +146 -0
  197. package/dist/components/atoms/form/utils-for-forms/state-functions.d.ts +6 -0
  198. package/dist/components/atoms/form/utils-for-forms/state-functions.js +8 -0
  199. package/dist/components/atoms/horizontal-border/horizontal-border.d.ts +21 -0
  200. package/dist/components/atoms/horizontal-border/horizontal-border.js +7 -0
  201. package/dist/components/atoms/horizontal-border/index.d.ts +1 -0
  202. package/dist/components/atoms/horizontal-border/index.js +4 -0
  203. package/dist/components/atoms/icons/iconMap.d.ts +313 -0
  204. package/dist/components/atoms/icons/iconMap.js +214 -0
  205. package/dist/components/atoms/icons/icons.d.ts +59 -0
  206. package/dist/components/atoms/icons/icons.js +78 -0
  207. package/dist/components/atoms/icons/icons.stories.d.ts +22 -0
  208. package/dist/components/atoms/icons/icons.stories.js +428 -0
  209. package/dist/components/atoms/icons/iconsSVGs/Countries/CAN.d.ts +2 -0
  210. package/dist/components/atoms/icons/iconsSVGs/Countries/CAN.js +12 -0
  211. package/dist/components/atoms/icons/iconsSVGs/Countries/USA.d.ts +2 -0
  212. package/dist/components/atoms/icons/iconsSVGs/Countries/USA.js +49 -0
  213. package/dist/components/atoms/icons/iconsSVGs/Countries/index.d.ts +4 -0
  214. package/dist/components/atoms/icons/iconsSVGs/Countries/index.js +6 -0
  215. package/dist/components/atoms/icons/iconsSVGs/ExtraLarge/EmptyTemplate.d.ts +2 -0
  216. package/dist/components/atoms/icons/iconsSVGs/ExtraLarge/EmptyTemplate.js +106 -0
  217. package/dist/components/atoms/icons/iconsSVGs/ExtraLarge/PostAShift.d.ts +2 -0
  218. package/dist/components/atoms/icons/iconsSVGs/ExtraLarge/PostAShift.js +112 -0
  219. package/dist/components/atoms/icons/iconsSVGs/ExtraLarge/index.d.ts +4 -0
  220. package/dist/components/atoms/icons/iconsSVGs/ExtraLarge/index.js +6 -0
  221. package/dist/components/atoms/icons/iconsSVGs/Large/AbnormalLastShift.d.ts +4 -0
  222. package/dist/components/atoms/icons/iconsSVGs/Large/AbnormalLastShift.js +21 -0
  223. package/dist/components/atoms/icons/iconsSVGs/Large/Add.d.ts +4 -0
  224. package/dist/components/atoms/icons/iconsSVGs/Large/Add.js +21 -0
  225. package/dist/components/atoms/icons/iconsSVGs/Large/AdvancedSearch.d.ts +4 -0
  226. package/dist/components/atoms/icons/iconsSVGs/Large/AdvancedSearch.js +23 -0
  227. package/dist/components/atoms/icons/iconsSVGs/Large/ArrowLeft.d.ts +4 -0
  228. package/dist/components/atoms/icons/iconsSVGs/Large/ArrowLeft.js +23 -0
  229. package/dist/components/atoms/icons/iconsSVGs/Large/ArrowRight.d.ts +4 -0
  230. package/dist/components/atoms/icons/iconsSVGs/Large/ArrowRight.js +23 -0
  231. package/dist/components/atoms/icons/iconsSVGs/Large/Ascending.d.ts +4 -0
  232. package/dist/components/atoms/icons/iconsSVGs/Large/Ascending.js +23 -0
  233. package/dist/components/atoms/icons/iconsSVGs/Large/Attach.d.ts +4 -0
  234. package/dist/components/atoms/icons/iconsSVGs/Large/Attach.js +21 -0
  235. package/dist/components/atoms/icons/iconsSVGs/Large/Bell.d.ts +4 -0
  236. package/dist/components/atoms/icons/iconsSVGs/Large/Bell.js +23 -0
  237. package/dist/components/atoms/icons/iconsSVGs/Large/BellUnread.d.ts +4 -0
  238. package/dist/components/atoms/icons/iconsSVGs/Large/BellUnread.js +26 -0
  239. package/dist/components/atoms/icons/iconsSVGs/Large/Building.d.ts +4 -0
  240. package/dist/components/atoms/icons/iconsSVGs/Large/Building.js +23 -0
  241. package/dist/components/atoms/icons/iconsSVGs/Large/Calendar.d.ts +4 -0
  242. package/dist/components/atoms/icons/iconsSVGs/Large/Calendar.js +23 -0
  243. package/dist/components/atoms/icons/iconsSVGs/Large/Cancellation.d.ts +4 -0
  244. package/dist/components/atoms/icons/iconsSVGs/Large/Cancellation.js +23 -0
  245. package/dist/components/atoms/icons/iconsSVGs/Large/Chapters.d.ts +4 -0
  246. package/dist/components/atoms/icons/iconsSVGs/Large/Chapters.js +23 -0
  247. package/dist/components/atoms/icons/iconsSVGs/Large/CheckIn.d.ts +4 -0
  248. package/dist/components/atoms/icons/iconsSVGs/Large/CheckIn.js +23 -0
  249. package/dist/components/atoms/icons/iconsSVGs/Large/ChevronDown.d.ts +4 -0
  250. package/dist/components/atoms/icons/iconsSVGs/Large/ChevronDown.js +23 -0
  251. package/dist/components/atoms/icons/iconsSVGs/Large/ChevronLeft.d.ts +4 -0
  252. package/dist/components/atoms/icons/iconsSVGs/Large/ChevronLeft.js +23 -0
  253. package/dist/components/atoms/icons/iconsSVGs/Large/ChevronRight.d.ts +4 -0
  254. package/dist/components/atoms/icons/iconsSVGs/Large/ChevronRight.js +23 -0
  255. package/dist/components/atoms/icons/iconsSVGs/Large/ChevronUp.d.ts +4 -0
  256. package/dist/components/atoms/icons/iconsSVGs/Large/ChevronUp.js +23 -0
  257. package/dist/components/atoms/icons/iconsSVGs/Large/Clock.d.ts +4 -0
  258. package/dist/components/atoms/icons/iconsSVGs/Large/Clock.js +23 -0
  259. package/dist/components/atoms/icons/iconsSVGs/Large/Contact.d.ts +4 -0
  260. package/dist/components/atoms/icons/iconsSVGs/Large/Contact.js +23 -0
  261. package/dist/components/atoms/icons/iconsSVGs/Large/Copy.d.ts +4 -0
  262. package/dist/components/atoms/icons/iconsSVGs/Large/Copy.js +23 -0
  263. package/dist/components/atoms/icons/iconsSVGs/Large/Cross.d.ts +4 -0
  264. package/dist/components/atoms/icons/iconsSVGs/Large/Cross.js +21 -0
  265. package/dist/components/atoms/icons/iconsSVGs/Large/Descending.d.ts +4 -0
  266. package/dist/components/atoms/icons/iconsSVGs/Large/Descending.js +23 -0
  267. package/dist/components/atoms/icons/iconsSVGs/Large/DoubleTick.d.ts +4 -0
  268. package/dist/components/atoms/icons/iconsSVGs/Large/DoubleTick.js +23 -0
  269. package/dist/components/atoms/icons/iconsSVGs/Large/Duplicate.d.ts +4 -0
  270. package/dist/components/atoms/icons/iconsSVGs/Large/Duplicate.js +24 -0
  271. package/dist/components/atoms/icons/iconsSVGs/Large/Edit.d.ts +4 -0
  272. package/dist/components/atoms/icons/iconsSVGs/Large/Edit.js +23 -0
  273. package/dist/components/atoms/icons/iconsSVGs/Large/EyeClose.d.ts +4 -0
  274. package/dist/components/atoms/icons/iconsSVGs/Large/EyeClose.js +23 -0
  275. package/dist/components/atoms/icons/iconsSVGs/Large/EyeOpen.d.ts +4 -0
  276. package/dist/components/atoms/icons/iconsSVGs/Large/EyeOpen.js +23 -0
  277. package/dist/components/atoms/icons/iconsSVGs/Large/Feedback.d.ts +4 -0
  278. package/dist/components/atoms/icons/iconsSVGs/Large/Feedback.js +25 -0
  279. package/dist/components/atoms/icons/iconsSVGs/Large/File.d.ts +4 -0
  280. package/dist/components/atoms/icons/iconsSVGs/Large/File.js +12 -0
  281. package/dist/components/atoms/icons/iconsSVGs/Large/FlaggedMessage.d.ts +4 -0
  282. package/dist/components/atoms/icons/iconsSVGs/Large/FlaggedMessage.js +21 -0
  283. package/dist/components/atoms/icons/iconsSVGs/Large/HamburgerMenu.d.ts +4 -0
  284. package/dist/components/atoms/icons/iconsSVGs/Large/HamburgerMenu.js +23 -0
  285. package/dist/components/atoms/icons/iconsSVGs/Large/Jobs.d.ts +4 -0
  286. package/dist/components/atoms/icons/iconsSVGs/Large/Jobs.js +23 -0
  287. package/dist/components/atoms/icons/iconsSVGs/Large/KebabMenu.d.ts +4 -0
  288. package/dist/components/atoms/icons/iconsSVGs/Large/KebabMenu.js +23 -0
  289. package/dist/components/atoms/icons/iconsSVGs/Large/LocationDisabled.d.ts +4 -0
  290. package/dist/components/atoms/icons/iconsSVGs/Large/LocationDisabled.js +21 -0
  291. package/dist/components/atoms/icons/iconsSVGs/Large/MagnifyingGlass.d.ts +4 -0
  292. package/dist/components/atoms/icons/iconsSVGs/Large/MagnifyingGlass.js +23 -0
  293. package/dist/components/atoms/icons/iconsSVGs/Large/Maximize.d.ts +4 -0
  294. package/dist/components/atoms/icons/iconsSVGs/Large/Maximize.js +23 -0
  295. package/dist/components/atoms/icons/iconsSVGs/Large/Maximize1.d.ts +4 -0
  296. package/dist/components/atoms/icons/iconsSVGs/Large/Maximize1.js +23 -0
  297. package/dist/components/atoms/icons/iconsSVGs/Large/Minimize.d.ts +4 -0
  298. package/dist/components/atoms/icons/iconsSVGs/Large/Minimize.js +21 -0
  299. package/dist/components/atoms/icons/iconsSVGs/Large/NewSpotter.d.ts +4 -0
  300. package/dist/components/atoms/icons/iconsSVGs/Large/NewSpotter.js +21 -0
  301. package/dist/components/atoms/icons/iconsSVGs/Large/OpenSeparately.d.ts +4 -0
  302. package/dist/components/atoms/icons/iconsSVGs/Large/OpenSeparately.js +23 -0
  303. package/dist/components/atoms/icons/iconsSVGs/Large/PlaceholderIcon.d.ts +4 -0
  304. package/dist/components/atoms/icons/iconsSVGs/Large/PlaceholderIcon.js +16 -0
  305. package/dist/components/atoms/icons/iconsSVGs/Large/Profile.d.ts +6 -0
  306. package/dist/components/atoms/icons/iconsSVGs/Large/Profile.js +24 -0
  307. package/dist/components/atoms/icons/iconsSVGs/Large/Restore.d.ts +4 -0
  308. package/dist/components/atoms/icons/iconsSVGs/Large/Restore.js +23 -0
  309. package/dist/components/atoms/icons/iconsSVGs/Large/Send.d.ts +4 -0
  310. package/dist/components/atoms/icons/iconsSVGs/Large/Send.js +21 -0
  311. package/dist/components/atoms/icons/iconsSVGs/Large/Settings.d.ts +4 -0
  312. package/dist/components/atoms/icons/iconsSVGs/Large/Settings.js +33 -0
  313. package/dist/components/atoms/icons/iconsSVGs/Large/Shifts.d.ts +4 -0
  314. package/dist/components/atoms/icons/iconsSVGs/Large/Shifts.js +23 -0
  315. package/dist/components/atoms/icons/iconsSVGs/Large/Sidepeak.d.ts +4 -0
  316. package/dist/components/atoms/icons/iconsSVGs/Large/Sidepeak.js +5 -0
  317. package/dist/components/atoms/icons/iconsSVGs/Large/Sort.d.ts +4 -0
  318. package/dist/components/atoms/icons/iconsSVGs/Large/Sort.js +23 -0
  319. package/dist/components/atoms/icons/iconsSVGs/Large/Subtract.d.ts +4 -0
  320. package/dist/components/atoms/icons/iconsSVGs/Large/Subtract.js +21 -0
  321. package/dist/components/atoms/icons/iconsSVGs/Large/Summary.d.ts +4 -0
  322. package/dist/components/atoms/icons/iconsSVGs/Large/Summary.js +23 -0
  323. package/dist/components/atoms/icons/iconsSVGs/Large/Support.d.ts +4 -0
  324. package/dist/components/atoms/icons/iconsSVGs/Large/Support.js +24 -0
  325. package/dist/components/atoms/icons/iconsSVGs/Large/SwitchToClassic.d.ts +4 -0
  326. package/dist/components/atoms/icons/iconsSVGs/Large/SwitchToClassic.js +23 -0
  327. package/dist/components/atoms/icons/iconsSVGs/Large/Tick.d.ts +4 -0
  328. package/dist/components/atoms/icons/iconsSVGs/Large/Tick.js +23 -0
  329. package/dist/components/atoms/icons/iconsSVGs/Large/Timer.d.ts +4 -0
  330. package/dist/components/atoms/icons/iconsSVGs/Large/Timer.js +23 -0
  331. package/dist/components/atoms/icons/iconsSVGs/Large/Trash.d.ts +4 -0
  332. package/dist/components/atoms/icons/iconsSVGs/Large/Trash.js +23 -0
  333. package/dist/components/atoms/icons/iconsSVGs/Large/Undo.d.ts +4 -0
  334. package/dist/components/atoms/icons/iconsSVGs/Large/Undo.js +23 -0
  335. package/dist/components/atoms/icons/iconsSVGs/Large/Verification.d.ts +4 -0
  336. package/dist/components/atoms/icons/iconsSVGs/Large/Verification.js +23 -0
  337. package/dist/components/atoms/icons/iconsSVGs/Large/index.d.ts +60 -0
  338. package/dist/components/atoms/icons/iconsSVGs/Large/index.js +118 -0
  339. package/dist/components/atoms/icons/iconsSVGs/Small/Add.d.ts +4 -0
  340. package/dist/components/atoms/icons/iconsSVGs/Small/Add.js +21 -0
  341. package/dist/components/atoms/icons/iconsSVGs/Small/Alert.d.ts +4 -0
  342. package/dist/components/atoms/icons/iconsSVGs/Small/Alert.js +23 -0
  343. package/dist/components/atoms/icons/iconsSVGs/Small/ArrowRight.d.ts +4 -0
  344. package/dist/components/atoms/icons/iconsSVGs/Small/ArrowRight.js +21 -0
  345. package/dist/components/atoms/icons/iconsSVGs/Small/ArrowUp.d.ts +4 -0
  346. package/dist/components/atoms/icons/iconsSVGs/Small/ArrowUp.js +21 -0
  347. package/dist/components/atoms/icons/iconsSVGs/Small/Ascending.d.ts +4 -0
  348. package/dist/components/atoms/icons/iconsSVGs/Small/Ascending.js +23 -0
  349. package/dist/components/atoms/icons/iconsSVGs/Small/Calendar.d.ts +4 -0
  350. package/dist/components/atoms/icons/iconsSVGs/Small/Calendar.js +23 -0
  351. package/dist/components/atoms/icons/iconsSVGs/Small/CaretDown.d.ts +4 -0
  352. package/dist/components/atoms/icons/iconsSVGs/Small/CaretDown.js +21 -0
  353. package/dist/components/atoms/icons/iconsSVGs/Small/CaretRight.d.ts +4 -0
  354. package/dist/components/atoms/icons/iconsSVGs/Small/CaretRight.js +21 -0
  355. package/dist/components/atoms/icons/iconsSVGs/Small/CheckIn.d.ts +4 -0
  356. package/dist/components/atoms/icons/iconsSVGs/Small/CheckIn.js +23 -0
  357. package/dist/components/atoms/icons/iconsSVGs/Small/CheckInCircle.d.ts +4 -0
  358. package/dist/components/atoms/icons/iconsSVGs/Small/CheckInCircle.js +23 -0
  359. package/dist/components/atoms/icons/iconsSVGs/Small/CheckOut.d.ts +4 -0
  360. package/dist/components/atoms/icons/iconsSVGs/Small/CheckOut.js +23 -0
  361. package/dist/components/atoms/icons/iconsSVGs/Small/CheckedIn.d.ts +4 -0
  362. package/dist/components/atoms/icons/iconsSVGs/Small/CheckedIn.js +23 -0
  363. package/dist/components/atoms/icons/iconsSVGs/Small/CheckedOut.d.ts +4 -0
  364. package/dist/components/atoms/icons/iconsSVGs/Small/CheckedOut.js +23 -0
  365. package/dist/components/atoms/icons/iconsSVGs/Small/ChevronDown.d.ts +4 -0
  366. package/dist/components/atoms/icons/iconsSVGs/Small/ChevronDown.js +23 -0
  367. package/dist/components/atoms/icons/iconsSVGs/Small/ChevronLeft.d.ts +4 -0
  368. package/dist/components/atoms/icons/iconsSVGs/Small/ChevronLeft.js +23 -0
  369. package/dist/components/atoms/icons/iconsSVGs/Small/ChevronRight.d.ts +4 -0
  370. package/dist/components/atoms/icons/iconsSVGs/Small/ChevronRight.js +23 -0
  371. package/dist/components/atoms/icons/iconsSVGs/Small/ChevronUp.d.ts +4 -0
  372. package/dist/components/atoms/icons/iconsSVGs/Small/ChevronUp.js +23 -0
  373. package/dist/components/atoms/icons/iconsSVGs/Small/Collapse.d.ts +4 -0
  374. package/dist/components/atoms/icons/iconsSVGs/Small/Collapse.js +22 -0
  375. package/dist/components/atoms/icons/iconsSVGs/Small/Copy.d.ts +4 -0
  376. package/dist/components/atoms/icons/iconsSVGs/Small/Copy.js +23 -0
  377. package/dist/components/atoms/icons/iconsSVGs/Small/Cross.d.ts +4 -0
  378. package/dist/components/atoms/icons/iconsSVGs/Small/Cross.js +21 -0
  379. package/dist/components/atoms/icons/iconsSVGs/Small/CrossInCircle.d.ts +4 -0
  380. package/dist/components/atoms/icons/iconsSVGs/Small/CrossInCircle.js +23 -0
  381. package/dist/components/atoms/icons/iconsSVGs/Small/Descending.d.ts +4 -0
  382. package/dist/components/atoms/icons/iconsSVGs/Small/Descending.js +23 -0
  383. package/dist/components/atoms/icons/iconsSVGs/Small/DistanceSmall.d.ts +4 -0
  384. package/dist/components/atoms/icons/iconsSVGs/Small/DistanceSmall.js +23 -0
  385. package/dist/components/atoms/icons/iconsSVGs/Small/Empty.d.ts +4 -0
  386. package/dist/components/atoms/icons/iconsSVGs/Small/Empty.js +23 -0
  387. package/dist/components/atoms/icons/iconsSVGs/Small/Expand.d.ts +4 -0
  388. package/dist/components/atoms/icons/iconsSVGs/Small/Expand.js +22 -0
  389. package/dist/components/atoms/icons/iconsSVGs/Small/Incomplete.d.ts +4 -0
  390. package/dist/components/atoms/icons/iconsSVGs/Small/Incomplete.js +23 -0
  391. package/dist/components/atoms/icons/iconsSVGs/Small/Info.d.ts +4 -0
  392. package/dist/components/atoms/icons/iconsSVGs/Small/Info.js +13 -0
  393. package/dist/components/atoms/icons/iconsSVGs/Small/KebabMenu.d.ts +4 -0
  394. package/dist/components/atoms/icons/iconsSVGs/Small/KebabMenu.js +23 -0
  395. package/dist/components/atoms/icons/iconsSVGs/Small/LocationPin.d.ts +4 -0
  396. package/dist/components/atoms/icons/iconsSVGs/Small/LocationPin.js +23 -0
  397. package/dist/components/atoms/icons/iconsSVGs/Small/MagnifyingGlass.d.ts +4 -0
  398. package/dist/components/atoms/icons/iconsSVGs/Small/MagnifyingGlass.js +23 -0
  399. package/dist/components/atoms/icons/iconsSVGs/Small/Notes.d.ts +4 -0
  400. package/dist/components/atoms/icons/iconsSVGs/Small/Notes.js +23 -0
  401. package/dist/components/atoms/icons/iconsSVGs/Small/OpenSeparately.d.ts +4 -0
  402. package/dist/components/atoms/icons/iconsSVGs/Small/OpenSeparately.js +23 -0
  403. package/dist/components/atoms/icons/iconsSVGs/Small/PlaceholderIcon.d.ts +4 -0
  404. package/dist/components/atoms/icons/iconsSVGs/Small/PlaceholderIcon.js +16 -0
  405. package/dist/components/atoms/icons/iconsSVGs/Small/Profile.d.ts +6 -0
  406. package/dist/components/atoms/icons/iconsSVGs/Small/Profile.js +24 -0
  407. package/dist/components/atoms/icons/iconsSVGs/Small/ReadStatus.d.ts +8 -0
  408. package/dist/components/atoms/icons/iconsSVGs/Small/ReadStatus.js +37 -0
  409. package/dist/components/atoms/icons/iconsSVGs/Small/Shield.d.ts +4 -0
  410. package/dist/components/atoms/icons/iconsSVGs/Small/Shield.js +23 -0
  411. package/dist/components/atoms/icons/iconsSVGs/Small/SidepeakSmall.d.ts +4 -0
  412. package/dist/components/atoms/icons/iconsSVGs/Small/SidepeakSmall.js +23 -0
  413. package/dist/components/atoms/icons/iconsSVGs/Small/Sort.d.ts +4 -0
  414. package/dist/components/atoms/icons/iconsSVGs/Small/Sort.js +23 -0
  415. package/dist/components/atoms/icons/iconsSVGs/Small/Success.d.ts +4 -0
  416. package/dist/components/atoms/icons/iconsSVGs/Small/Success.js +23 -0
  417. package/dist/components/atoms/icons/iconsSVGs/Small/Tick.d.ts +4 -0
  418. package/dist/components/atoms/icons/iconsSVGs/Small/Tick.js +23 -0
  419. package/dist/components/atoms/icons/iconsSVGs/Small/UnsavedChanges.d.ts +4 -0
  420. package/dist/components/atoms/icons/iconsSVGs/Small/UnsavedChanges.js +32 -0
  421. package/dist/components/atoms/icons/iconsSVGs/Small/Upload.d.ts +4 -0
  422. package/dist/components/atoms/icons/iconsSVGs/Small/Upload.js +23 -0
  423. package/dist/components/atoms/icons/iconsSVGs/Small/Waiting.d.ts +4 -0
  424. package/dist/components/atoms/icons/iconsSVGs/Small/Waiting.js +23 -0
  425. package/dist/components/atoms/icons/iconsSVGs/Small/Warning.d.ts +4 -0
  426. package/dist/components/atoms/icons/iconsSVGs/Small/Warning.js +23 -0
  427. package/dist/components/atoms/icons/iconsSVGs/Small/index.d.ts +46 -0
  428. package/dist/components/atoms/icons/iconsSVGs/Small/index.js +90 -0
  429. package/dist/components/atoms/icons/index.d.ts +4 -0
  430. package/dist/components/atoms/icons/index.js +6 -0
  431. package/dist/components/atoms/icons/styles.d.ts +3 -0
  432. package/dist/components/atoms/icons/styles.js +6 -0
  433. package/dist/components/atoms/message/index.d.ts +2 -0
  434. package/dist/components/atoms/message/index.js +4 -0
  435. package/dist/components/atoms/message/message.d.ts +37 -0
  436. package/dist/components/atoms/message/message.js +60 -0
  437. package/dist/components/atoms/message/message.stories.d.ts +7 -0
  438. package/dist/components/atoms/message/message.stories.js +20 -0
  439. package/dist/components/atoms/message/styles.d.ts +15 -0
  440. package/dist/components/atoms/message/styles.js +20 -0
  441. package/dist/components/atoms/navigation/navigation-item/index.d.ts +2 -0
  442. package/dist/components/atoms/navigation/navigation-item/index.js +4 -0
  443. package/dist/components/atoms/navigation/navigation-item/navigation-item.d.ts +29 -0
  444. package/dist/components/atoms/navigation/navigation-item/navigation-item.js +64 -0
  445. package/dist/components/atoms/navigation/navigation-item/styles.d.ts +2 -0
  446. package/dist/components/atoms/navigation/navigation-item/styles.js +5 -0
  447. package/dist/components/atoms/small-large-text/index.d.ts +1 -0
  448. package/dist/components/atoms/small-large-text/index.js +4 -0
  449. package/dist/components/atoms/small-large-text/small-large-text.d.ts +17 -0
  450. package/dist/components/atoms/small-large-text/small-large-text.js +35 -0
  451. package/dist/components/atoms/tab/Tab.stories.d.ts +7 -0
  452. package/dist/components/atoms/tab/Tab.stories.js +20 -0
  453. package/dist/components/atoms/tab/index.d.ts +2 -0
  454. package/dist/components/atoms/tab/index.js +4 -0
  455. package/dist/components/atoms/tab/styles.d.ts +4 -0
  456. package/dist/components/atoms/tab/styles.js +7 -0
  457. package/dist/components/atoms/tab/tab.d.ts +34 -0
  458. package/dist/components/atoms/tab/tab.js +44 -0
  459. package/dist/components/atoms/tooltip/index.d.ts +1 -0
  460. package/dist/components/atoms/tooltip/index.js +4 -0
  461. package/dist/components/atoms/tooltip/tooltip.d.ts +54 -0
  462. package/dist/components/atoms/tooltip/tooltip.js +38 -0
  463. package/dist/components/atoms/tooltip/tooltip.stories.d.ts +18 -0
  464. package/dist/components/atoms/tooltip/tooltip.stories.js +150 -0
  465. package/dist/components/molecules/alert/alert.d.ts +24 -0
  466. package/dist/components/molecules/alert/alert.js +78 -0
  467. package/dist/components/molecules/alert/index.d.ts +1 -0
  468. package/dist/components/molecules/alert/index.js +4 -0
  469. package/dist/components/molecules/button/Button.stories.d.ts +7 -0
  470. package/dist/components/molecules/button/Button.stories.js +20 -0
  471. package/dist/components/molecules/button/button.d.ts +53 -0
  472. package/dist/components/molecules/button/button.js +91 -0
  473. package/dist/components/molecules/button/index.d.ts +2 -0
  474. package/dist/components/molecules/button/index.js +4 -0
  475. package/dist/components/molecules/button/loading-spinner.d.ts +7 -0
  476. package/dist/components/molecules/button/loading-spinner.js +44 -0
  477. package/dist/components/molecules/button/styles.d.ts +7 -0
  478. package/dist/components/molecules/button/styles.js +93 -0
  479. package/dist/components/molecules/card-content/notes-and-history/NotesAndHistory.stories.d.ts +7 -0
  480. package/dist/components/molecules/card-content/notes-and-history/NotesAndHistory.stories.js +24 -0
  481. package/dist/components/molecules/card-content/notes-and-history/index.d.ts +2 -0
  482. package/dist/components/molecules/card-content/notes-and-history/index.js +4 -0
  483. package/dist/components/molecules/card-content/notes-and-history/notes-and-history.d.ts +15 -0
  484. package/dist/components/molecules/card-content/notes-and-history/notes-and-history.js +29 -0
  485. package/dist/components/molecules/collapsible-card/Collapsiblecard.stories.d.ts +7 -0
  486. package/dist/components/molecules/collapsible-card/Collapsiblecard.stories.js +20 -0
  487. package/dist/components/molecules/collapsible-card/collapsible-card.d.ts +44 -0
  488. package/dist/components/molecules/collapsible-card/collapsible-card.js +87 -0
  489. package/dist/components/molecules/collapsible-card/index.d.ts +2 -0
  490. package/dist/components/molecules/collapsible-card/index.js +4 -0
  491. package/dist/components/molecules/conversation/contact/coloring.d.ts +6 -0
  492. package/dist/components/molecules/conversation/contact/coloring.js +7 -0
  493. package/dist/components/molecules/conversation/contact/contact.d.ts +25 -0
  494. package/dist/components/molecules/conversation/contact/contact.js +56 -0
  495. package/dist/components/molecules/conversation/contact/index.d.ts +2 -0
  496. package/dist/components/molecules/conversation/contact/index.js +4 -0
  497. package/dist/components/molecules/conversation/contact/styles.d.ts +18 -0
  498. package/dist/components/molecules/conversation/contact/styles.js +16 -0
  499. package/dist/components/molecules/conversation/message-editor/MessageEditor.stories.d.ts +7 -0
  500. package/dist/components/molecules/conversation/message-editor/MessageEditor.stories.js +20 -0
  501. package/dist/components/molecules/conversation/message-editor/index.d.ts +2 -0
  502. package/dist/components/molecules/conversation/message-editor/index.js +4 -0
  503. package/dist/components/molecules/conversation/message-editor/message-editor.d.ts +17 -0
  504. package/dist/components/molecules/conversation/message-editor/message-editor.js +38 -0
  505. package/dist/components/molecules/conversation/message-editor/styles.d.ts +1 -0
  506. package/dist/components/molecules/conversation/message-editor/styles.js +4 -0
  507. package/dist/components/molecules/conversation/message-group-composer/MessageGroupComposer.stories.d.ts +7 -0
  508. package/dist/components/molecules/conversation/message-group-composer/MessageGroupComposer.stories.js +20 -0
  509. package/dist/components/molecules/conversation/message-group-composer/index.d.ts +2 -0
  510. package/dist/components/molecules/conversation/message-group-composer/index.js +4 -0
  511. package/dist/components/molecules/conversation/message-group-composer/message-group-composer.d.ts +9 -0
  512. package/dist/components/molecules/conversation/message-group-composer/message-group-composer.js +41 -0
  513. package/dist/components/molecules/conversation/message-group-composer/styles.d.ts +4 -0
  514. package/dist/components/molecules/conversation/message-group-composer/styles.js +7 -0
  515. package/dist/components/molecules/datatables/cell/Cell.stories.d.ts +7 -0
  516. package/dist/components/molecules/datatables/cell/Cell.stories.js +20 -0
  517. package/dist/components/molecules/datatables/cell/cell.d.ts +62 -0
  518. package/dist/components/molecules/datatables/cell/cell.js +51 -0
  519. package/dist/components/molecules/datatables/cell/index.d.ts +2 -0
  520. package/dist/components/molecules/datatables/cell/index.js +4 -0
  521. package/dist/components/molecules/datatables/cell/styles.d.ts +3 -0
  522. package/dist/components/molecules/datatables/cell/styles.js +12 -0
  523. package/dist/components/molecules/datatables/row/Row.stories.d.ts +7 -0
  524. package/dist/components/molecules/datatables/row/Row.stories.js +20 -0
  525. package/dist/components/molecules/datatables/row/index.d.ts +2 -0
  526. package/dist/components/molecules/datatables/row/index.js +4 -0
  527. package/dist/components/molecules/datatables/row/row.d.ts +26 -0
  528. package/dist/components/molecules/datatables/row/row.js +21 -0
  529. package/dist/components/molecules/datatables/row/styles.d.ts +1 -0
  530. package/dist/components/molecules/datatables/row/styles.js +4 -0
  531. package/dist/components/molecules/datatables/row-header/RowHeader.stories.d.ts +7 -0
  532. package/dist/components/molecules/datatables/row-header/RowHeader.stories.js +20 -0
  533. package/dist/components/molecules/datatables/row-header/index.d.ts +2 -0
  534. package/dist/components/molecules/datatables/row-header/index.js +4 -0
  535. package/dist/components/molecules/datatables/row-header/row-header.d.ts +48 -0
  536. package/dist/components/molecules/datatables/row-header/row-header.js +63 -0
  537. package/dist/components/molecules/datatables/row-header/styles.d.ts +3 -0
  538. package/dist/components/molecules/datatables/row-header/styles.js +6 -0
  539. package/dist/components/molecules/dataviz/donut-chart/DonutChart.stories.d.ts +7 -0
  540. package/dist/components/molecules/dataviz/donut-chart/DonutChart.stories.js +20 -0
  541. package/dist/components/molecules/dataviz/donut-chart/donut-chart.d.ts +15 -0
  542. package/dist/components/molecules/dataviz/donut-chart/donut-chart.js +5519 -0
  543. package/dist/components/molecules/dataviz/donut-chart/index.d.ts +2 -0
  544. package/dist/components/molecules/dataviz/donut-chart/index.js +4 -0
  545. package/dist/components/molecules/dataviz/donut-chart/styles.d.ts +11 -0
  546. package/dist/components/molecules/dataviz/donut-chart/styles.js +14 -0
  547. package/dist/components/molecules/dataviz/dot-matrix/DotMatrix.stories.d.ts +7 -0
  548. package/dist/components/molecules/dataviz/dot-matrix/DotMatrix.stories.js +20 -0
  549. package/dist/components/molecules/dataviz/dot-matrix/dot-matrix.d.ts +14 -0
  550. package/dist/components/molecules/dataviz/dot-matrix/dot-matrix.js +67 -0
  551. package/dist/components/molecules/dataviz/dot-matrix/index.d.ts +2 -0
  552. package/dist/components/molecules/dataviz/dot-matrix/index.js +4 -0
  553. package/dist/components/molecules/dataviz/dot-matrix/styles.d.ts +8 -0
  554. package/dist/components/molecules/dataviz/dot-matrix/styles.js +11 -0
  555. package/dist/components/molecules/dataviz/legend/index.d.ts +2 -0
  556. package/dist/components/molecules/dataviz/legend/index.js +4 -0
  557. package/dist/components/molecules/dataviz/legend/legend.d.ts +12 -0
  558. package/dist/components/molecules/dataviz/legend/legend.js +53 -0
  559. package/dist/components/molecules/dataviz/progress-bar/ProgressBar.stories.d.ts +13 -0
  560. package/dist/components/molecules/dataviz/progress-bar/ProgressBar.stories.js +88 -0
  561. package/dist/components/molecules/dataviz/progress-bar/index.d.ts +2 -0
  562. package/dist/components/molecules/dataviz/progress-bar/index.js +4 -0
  563. package/dist/components/molecules/dataviz/progress-bar/progress-bar.d.ts +34 -0
  564. package/dist/components/molecules/dataviz/progress-bar/progress-bar.js +48 -0
  565. package/dist/components/molecules/dataviz/progress-bar/styles.d.ts +5 -0
  566. package/dist/components/molecules/dataviz/progress-bar/styles.js +8 -0
  567. package/dist/components/molecules/dataviz/single-stacked-bar/SingleStackedBar.stories.d.ts +7 -0
  568. package/dist/components/molecules/dataviz/single-stacked-bar/SingleStackedBar.stories.js +20 -0
  569. package/dist/components/molecules/dataviz/single-stacked-bar/index.d.ts +2 -0
  570. package/dist/components/molecules/dataviz/single-stacked-bar/index.js +4 -0
  571. package/dist/components/molecules/dataviz/single-stacked-bar/single-stacked-bar.d.ts +15 -0
  572. package/dist/components/molecules/dataviz/single-stacked-bar/single-stacked-bar.js +81 -0
  573. package/dist/components/molecules/dialog/dialog.d.ts +25 -0
  574. package/dist/components/molecules/dialog/dialog.js +100 -0
  575. package/dist/components/molecules/dialog/index.d.ts +1 -0
  576. package/dist/components/molecules/dialog/index.js +4 -0
  577. package/dist/components/molecules/dialog/use-ui-element-size.d.ts +31 -0
  578. package/dist/components/molecules/dialog/use-ui-element-size.js +24 -0
  579. package/dist/components/molecules/drawer/Drawer.stories.d.ts +22 -0
  580. package/dist/components/molecules/drawer/Drawer.stories.js +383 -0
  581. package/dist/components/molecules/drawer/drawer.d.ts +66 -0
  582. package/dist/components/molecules/drawer/drawer.js +126 -0
  583. package/dist/components/molecules/drawer/index.d.ts +2 -0
  584. package/dist/components/molecules/drawer/index.js +4 -0
  585. package/dist/components/molecules/filter/checkbox/checkbox.d.ts +19 -0
  586. package/dist/components/molecules/filter/checkbox/checkbox.js +45 -0
  587. package/dist/components/molecules/filter/checkbox/index.d.ts +2 -0
  588. package/dist/components/molecules/filter/checkbox/index.js +4 -0
  589. package/dist/components/molecules/filter/context-search/context-search.d.ts +19 -0
  590. package/dist/components/molecules/filter/context-search/context-search.js +58 -0
  591. package/dist/components/molecules/filter/context-search/index.d.ts +2 -0
  592. package/dist/components/molecules/filter/context-search/index.js +4 -0
  593. package/dist/components/molecules/filter/date-range-selector/date-range-selector.d.ts +28 -0
  594. package/dist/components/molecules/filter/date-range-selector/date-range-selector.js +306 -0
  595. package/dist/components/molecules/filter/date-range-selector/index.d.ts +2 -0
  596. package/dist/components/molecules/filter/date-range-selector/index.js +4 -0
  597. package/dist/components/molecules/filter/date-selector/DateSelector.stories.d.ts +7 -0
  598. package/dist/components/molecules/filter/date-selector/DateSelector.stories.js +20 -0
  599. package/dist/components/molecules/filter/date-selector/date-selector.d.ts +31 -0
  600. package/dist/components/molecules/filter/date-selector/date-selector.js +243 -0
  601. package/dist/components/molecules/filter/date-selector/index.d.ts +2 -0
  602. package/dist/components/molecules/filter/date-selector/index.js +4 -0
  603. package/dist/components/molecules/filter/dropdown-selector/dropdown-selector.d.ts +23 -0
  604. package/dist/components/molecules/filter/dropdown-selector/dropdown-selector.js +172 -0
  605. package/dist/components/molecules/filter/dropdown-selector/index.d.ts +2 -0
  606. package/dist/components/molecules/filter/dropdown-selector/index.js +4 -0
  607. package/dist/components/molecules/filter/dropdown-selector/styles.d.ts +13 -0
  608. package/dist/components/molecules/filter/dropdown-selector/styles.js +22 -0
  609. package/dist/components/molecules/filter/range-selector/RangeSelector.stories.d.ts +7 -0
  610. package/dist/components/molecules/filter/range-selector/RangeSelector.stories.js +20 -0
  611. package/dist/components/molecules/filter/range-selector/index.d.ts +2 -0
  612. package/dist/components/molecules/filter/range-selector/index.js +4 -0
  613. package/dist/components/molecules/filter/range-selector/range-selector.d.ts +33 -0
  614. package/dist/components/molecules/filter/range-selector/range-selector.js +630 -0
  615. package/dist/components/molecules/filter/range-selector/styles.d.ts +17 -0
  616. package/dist/components/molecules/filter/range-selector/styles.js +25 -0
  617. package/dist/components/molecules/filter/segmented-control/index.d.ts +2 -0
  618. package/dist/components/molecules/filter/segmented-control/index.js +4 -0
  619. package/dist/components/molecules/filter/segmented-control/segmented-control.d.ts +23 -0
  620. package/dist/components/molecules/filter/segmented-control/segmented-control.js +43 -0
  621. package/dist/components/molecules/filter/segmented-control/styles.d.ts +7 -0
  622. package/dist/components/molecules/filter/segmented-control/styles.js +11 -0
  623. package/dist/components/molecules/form/radiogroup/index.d.ts +2 -0
  624. package/dist/components/molecules/form/radiogroup/index.js +4 -0
  625. package/dist/components/molecules/form/radiogroup/radiogroup.d.ts +66 -0
  626. package/dist/components/molecules/form/radiogroup/radiogroup.js +80 -0
  627. package/dist/components/molecules/form/radiogroup/radiogroup.stories.d.ts +12 -0
  628. package/dist/components/molecules/form/radiogroup/radiogroup.stories.js +95 -0
  629. package/dist/components/molecules/link/Link.stories.d.ts +7 -0
  630. package/dist/components/molecules/link/Link.stories.js +20 -0
  631. package/dist/components/molecules/link/index.d.ts +2 -0
  632. package/dist/components/molecules/link/index.js +4 -0
  633. package/dist/components/molecules/link/link.d.ts +34 -0
  634. package/dist/components/molecules/link/link.js +78 -0
  635. package/dist/components/molecules/link/styles.d.ts +4 -0
  636. package/dist/components/molecules/link/styles.js +7 -0
  637. package/dist/components/molecules/navigation/context-menu/context-menu.d.ts +13 -0
  638. package/dist/components/molecules/navigation/context-menu/context-menu.js +28 -0
  639. package/dist/components/molecules/navigation/header/Header.stories.d.ts +7 -0
  640. package/dist/components/molecules/navigation/header/Header.stories.js +20 -0
  641. package/dist/components/molecules/navigation/header/header.d.ts +37 -0
  642. package/dist/components/molecules/navigation/header/header.js +38 -0
  643. package/dist/components/molecules/navigation/header/index.d.ts +2 -0
  644. package/dist/components/molecules/navigation/header/index.js +4 -0
  645. package/dist/components/molecules/navigation/header/styles.d.ts +6 -0
  646. package/dist/components/molecules/navigation/header/styles.js +9 -0
  647. package/dist/components/molecules/navigation/menubar/index.d.ts +2 -0
  648. package/dist/components/molecules/navigation/menubar/index.js +4 -0
  649. package/dist/components/molecules/navigation/menubar/menubar.d.ts +27 -0
  650. package/dist/components/molecules/navigation/menubar/menubar.js +27 -0
  651. package/dist/components/molecules/navigation/sidebar/Sidebar.stories.d.ts +7 -0
  652. package/dist/components/molecules/navigation/sidebar/Sidebar.stories.js +20 -0
  653. package/dist/components/molecules/navigation/sidebar/index.d.ts +2 -0
  654. package/dist/components/molecules/navigation/sidebar/index.js +4 -0
  655. package/dist/components/molecules/navigation/sidebar/sidebar.d.ts +33 -0
  656. package/dist/components/molecules/navigation/sidebar/sidebar.js +53 -0
  657. package/dist/components/molecules/notifications/content/Content.stories.d.ts +7 -0
  658. package/dist/components/molecules/notifications/content/Content.stories.js +20 -0
  659. package/dist/components/molecules/notifications/content/coloring.d.ts +7 -0
  660. package/dist/components/molecules/notifications/content/coloring.js +9 -0
  661. package/dist/components/molecules/notifications/content/content.d.ts +29 -0
  662. package/dist/components/molecules/notifications/content/content.js +51 -0
  663. package/dist/components/molecules/notifications/content/index.d.ts +2 -0
  664. package/dist/components/molecules/notifications/content/index.js +4 -0
  665. package/dist/components/molecules/snackbar/Snackbar.stories.d.ts +16 -0
  666. package/dist/components/molecules/snackbar/Snackbar.stories.js +170 -0
  667. package/dist/components/molecules/snackbar/index.d.ts +2 -0
  668. package/dist/components/molecules/snackbar/index.js +4 -0
  669. package/dist/components/molecules/snackbar/snackbar.d.ts +41 -0
  670. package/dist/components/molecules/snackbar/snackbar.js +31 -0
  671. package/dist/components/molecules/snackbar/styles.d.ts +5 -0
  672. package/dist/components/molecules/snackbar/styles.js +9 -0
  673. package/dist/components/molecules/tab-group/index.d.ts +3 -0
  674. package/dist/components/molecules/tab-group/index.js +4 -0
  675. package/dist/components/molecules/tab-group/styles.d.ts +3 -0
  676. package/dist/components/molecules/tab-group/styles.js +6 -0
  677. package/dist/components/molecules/tab-group/tab-group.d.ts +19 -0
  678. package/dist/components/molecules/tab-group/tab-group.js +23 -0
  679. package/dist/components/molecules/tab-group/tabgroup.stories.d.ts +12 -0
  680. package/dist/components/molecules/tab-group/tabgroup.stories.js +285 -0
  681. package/dist/components/styles/colors/colormap.d.ts +277 -0
  682. package/dist/components/styles/colors/colormap.js +279 -0
  683. package/dist/components/styles/colors/colors.d.ts +1 -0
  684. package/dist/components/styles/colors/colors.js +89 -0
  685. package/dist/components/styles/colors/index.d.ts +2 -0
  686. package/dist/components/styles/colors/index.js +26 -0
  687. package/dist/components/styles/dashedBorder/DashedLineSVG.d.ts +1 -0
  688. package/dist/components/styles/dashedBorder/DashedLineSVG.js +17 -0
  689. package/dist/components/styles/dashedBorder/index.d.ts +1 -0
  690. package/dist/components/styles/dashedBorder/index.js +4 -0
  691. package/dist/components/styles/defaults/defaults.d.ts +65 -0
  692. package/dist/components/styles/defaults/defaults.js +72 -0
  693. package/dist/components/styles/defaults/index.d.ts +1 -0
  694. package/dist/components/styles/defaults/index.js +9 -0
  695. package/dist/components/styles/tailwind-config/index.d.ts +3 -0
  696. package/dist/components/styles/tailwind-config/index.js +109 -0
  697. package/dist/components/styles/tool-tip/styles.d.ts +2 -0
  698. package/dist/components/styles/tool-tip/styles.js +5 -0
  699. package/dist/components/styles/typography/index.d.ts +3 -0
  700. package/dist/components/styles/typography/index.js +10 -0
  701. package/dist/components/styles/typography/style.d.ts +50 -0
  702. package/dist/components/styles/typography/style.js +48 -0
  703. package/dist/components/styles/typography/typography.d.ts +413 -0
  704. package/dist/components/styles/typography/typography.js +59 -0
  705. package/dist/constants-BfMb81ht.js +8 -0
  706. package/dist/format-BwmhcciO.js +1224 -0
  707. package/dist/hooks/use-sticky-z-index.d.ts +31 -0
  708. package/dist/hooks/use-sticky-z-index.js +37 -0
  709. package/dist/index-BKdkX0lZ.js +924 -0
  710. package/dist/index-BZPx6jYI.js +8 -0
  711. package/dist/index-C0ZrzaoZ.js +238 -0
  712. package/dist/index-CYyrKZeH.js +3716 -0
  713. package/dist/index-CnWyMXBX.js +824 -0
  714. package/dist/index-DNpMaKvH.js +347 -0
  715. package/dist/index-DfdAzObv.js +24167 -0
  716. package/dist/index-DotfMcM0.js +21051 -0
  717. package/dist/index-DrfOymtc.js +237 -0
  718. package/dist/index-OIdMhwsO.js +53 -0
  719. package/dist/index-fN7hCOo3.js +42 -0
  720. package/dist/index-rKs9bXHr.js +6 -0
  721. package/dist/isBefore-D0yKF9R5.js +8 -0
  722. package/dist/isToday-DmBTkQMq.js +1606 -0
  723. package/dist/isWithinInterval-BTUruC3j.js +11 -0
  724. package/dist/lib/utils.d.ts +3 -0
  725. package/dist/lib/utils.js +20 -0
  726. package/dist/lodash-BRbpQ7iy.js +3676 -0
  727. package/dist/main.d.ts +102 -0
  728. package/dist/main.js +166 -0
  729. package/dist/purify.es-eYFoHPwR.js +528 -0
  730. package/dist/react-spring_web.modern-BLL8Qmtg.js +2345 -0
  731. package/dist/set-CXVt2sL3.js +20 -0
  732. package/dist/snackbar-BaF8Ts3S.js +505 -0
  733. package/dist/startOfToday-BPMZZniU.js +7 -0
  734. package/dist/startOfWeek-DBvLd9He.js +23 -0
  735. package/dist/toDate-DF9e2eS8.js +7 -0
  736. package/package.json +93 -0
package/README.md ADDED
@@ -0,0 +1,30 @@
1
+ # React + TypeScript + Vite
2
+
3
+ This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
4
+
5
+ Currently, two official plugins are available:
6
+
7
+ - [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
8
+ - [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
9
+
10
+ ## Expanding the ESLint configuration
11
+
12
+ If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:
13
+
14
+ - Configure the top-level `parserOptions` property like this:
15
+
16
+ ```js
17
+ export default {
18
+ // other rules...
19
+ parserOptions: {
20
+ ecmaVersion: 'latest',
21
+ sourceType: 'module',
22
+ project: ['./tsconfig.json', './tsconfig.node.json'],
23
+ tsconfigRootDir: __dirname,
24
+ },
25
+ }
26
+ ```
27
+
28
+ - Replace `plugin:@typescript-eslint/recommended` to `plugin:@typescript-eslint/recommended-type-checked` or `plugin:@typescript-eslint/strict-type-checked`
29
+ - Optionally add `plugin:@typescript-eslint/stylistic-type-checked`
30
+ - Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and add `plugin:react/recommended` & `plugin:react/jsx-runtime` to the `extends` list
@@ -0,0 +1,672 @@
1
+ import * as u from "react";
2
+ import { useState as he } from "react";
3
+ import { j as z, b as me, a as pe } from "./index-DotfMcM0.js";
4
+ import { jsx as ge } from "react/jsx-runtime";
5
+ var U = 0;
6
+ function mt() {
7
+ u.useEffect(() => {
8
+ const e = document.querySelectorAll("[data-radix-focus-guard]");
9
+ return document.body.insertAdjacentElement("afterbegin", e[0] ?? Z()), document.body.insertAdjacentElement("beforeend", e[1] ?? Z()), U++, () => {
10
+ U === 1 && document.querySelectorAll("[data-radix-focus-guard]").forEach((t) => t.remove()), U--;
11
+ };
12
+ }, []);
13
+ }
14
+ function Z() {
15
+ const e = document.createElement("span");
16
+ return e.setAttribute("data-radix-focus-guard", ""), e.tabIndex = 0, e.style.outline = "none", e.style.opacity = "0", e.style.position = "fixed", e.style.pointerEvents = "none", e;
17
+ }
18
+ var _ = "focusScope.autoFocusOnMount", j = "focusScope.autoFocusOnUnmount", q = { bubbles: !1, cancelable: !0 }, ye = "FocusScope", be = u.forwardRef((e, t) => {
19
+ const {
20
+ loop: n = !1,
21
+ trapped: r = !1,
22
+ onMountAutoFocus: c,
23
+ onUnmountAutoFocus: i,
24
+ ...s
25
+ } = e, [a, S] = u.useState(null), b = z(c), g = z(i), f = u.useRef(null), v = me(t, (o) => S(o)), h = u.useRef({
26
+ paused: !1,
27
+ pause() {
28
+ this.paused = !0;
29
+ },
30
+ resume() {
31
+ this.paused = !1;
32
+ }
33
+ }).current;
34
+ u.useEffect(() => {
35
+ if (r) {
36
+ let o = function(p) {
37
+ if (h.paused || !a) return;
38
+ const y = p.target;
39
+ a.contains(y) ? f.current = y : k(f.current, { select: !0 });
40
+ }, l = function(p) {
41
+ if (h.paused || !a) return;
42
+ const y = p.relatedTarget;
43
+ y !== null && (a.contains(y) || k(f.current, { select: !0 }));
44
+ }, d = function(p) {
45
+ if (document.activeElement === document.body)
46
+ for (const E of p)
47
+ E.removedNodes.length > 0 && k(a);
48
+ };
49
+ document.addEventListener("focusin", o), document.addEventListener("focusout", l);
50
+ const m = new MutationObserver(d);
51
+ return a && m.observe(a, { childList: !0, subtree: !0 }), () => {
52
+ document.removeEventListener("focusin", o), document.removeEventListener("focusout", l), m.disconnect();
53
+ };
54
+ }
55
+ }, [r, a, h.paused]), u.useEffect(() => {
56
+ if (a) {
57
+ $.add(h);
58
+ const o = document.activeElement;
59
+ if (!a.contains(o)) {
60
+ const d = new CustomEvent(_, q);
61
+ a.addEventListener(_, b), a.dispatchEvent(d), d.defaultPrevented || (Ee(ke(oe(a)), { select: !0 }), document.activeElement === o && k(a));
62
+ }
63
+ return () => {
64
+ a.removeEventListener(_, b), setTimeout(() => {
65
+ const d = new CustomEvent(j, q);
66
+ a.addEventListener(j, g), a.dispatchEvent(d), d.defaultPrevented || k(o ?? document.body, { select: !0 }), a.removeEventListener(j, g), $.remove(h);
67
+ }, 0);
68
+ };
69
+ }
70
+ }, [a, b, g, h]);
71
+ const w = u.useCallback(
72
+ (o) => {
73
+ if (!n && !r || h.paused) return;
74
+ const l = o.key === "Tab" && !o.altKey && !o.ctrlKey && !o.metaKey, d = document.activeElement;
75
+ if (l && d) {
76
+ const m = o.currentTarget, [p, y] = Se(m);
77
+ p && y ? !o.shiftKey && d === y ? (o.preventDefault(), n && k(p, { select: !0 })) : o.shiftKey && d === p && (o.preventDefault(), n && k(y, { select: !0 })) : d === m && o.preventDefault();
78
+ }
79
+ },
80
+ [n, r, h.paused]
81
+ );
82
+ return /* @__PURE__ */ ge(pe.div, { tabIndex: -1, ...s, ref: v, onKeyDown: w });
83
+ });
84
+ be.displayName = ye;
85
+ function Ee(e, { select: t = !1 } = {}) {
86
+ const n = document.activeElement;
87
+ for (const r of e)
88
+ if (k(r, { select: t }), document.activeElement !== n) return;
89
+ }
90
+ function Se(e) {
91
+ const t = oe(e), n = Q(t, e), r = Q(t.reverse(), e);
92
+ return [n, r];
93
+ }
94
+ function oe(e) {
95
+ const t = [], n = document.createTreeWalker(e, NodeFilter.SHOW_ELEMENT, {
96
+ acceptNode: (r) => {
97
+ const c = r.tagName === "INPUT" && r.type === "hidden";
98
+ return r.disabled || r.hidden || c ? NodeFilter.FILTER_SKIP : r.tabIndex >= 0 ? NodeFilter.FILTER_ACCEPT : NodeFilter.FILTER_SKIP;
99
+ }
100
+ });
101
+ for (; n.nextNode(); ) t.push(n.currentNode);
102
+ return t;
103
+ }
104
+ function Q(e, t) {
105
+ for (const n of e)
106
+ if (!we(n, { upTo: t })) return n;
107
+ }
108
+ function we(e, { upTo: t }) {
109
+ if (getComputedStyle(e).visibility === "hidden") return !0;
110
+ for (; e; ) {
111
+ if (t !== void 0 && e === t) return !1;
112
+ if (getComputedStyle(e).display === "none") return !0;
113
+ e = e.parentElement;
114
+ }
115
+ return !1;
116
+ }
117
+ function Ce(e) {
118
+ return e instanceof HTMLInputElement && "select" in e;
119
+ }
120
+ function k(e, { select: t = !1 } = {}) {
121
+ if (e && e.focus) {
122
+ const n = document.activeElement;
123
+ e.focus({ preventScroll: !0 }), e !== n && Ce(e) && t && e.select();
124
+ }
125
+ }
126
+ var $ = Re();
127
+ function Re() {
128
+ let e = [];
129
+ return {
130
+ add(t) {
131
+ const n = e[0];
132
+ t !== n && (n == null || n.pause()), e = J(e, t), e.unshift(t);
133
+ },
134
+ remove(t) {
135
+ var n;
136
+ e = J(e, t), (n = e[0]) == null || n.resume();
137
+ }
138
+ };
139
+ }
140
+ function J(e, t) {
141
+ const n = [...e], r = n.indexOf(t);
142
+ return r !== -1 && n.splice(r, 1), n;
143
+ }
144
+ function ke(e) {
145
+ return e.filter((t) => t.tagName !== "A");
146
+ }
147
+ var Ae = function(e) {
148
+ if (typeof document > "u")
149
+ return null;
150
+ var t = Array.isArray(e) ? e[0] : e;
151
+ return t.ownerDocument.body;
152
+ }, T = /* @__PURE__ */ new WeakMap(), F = /* @__PURE__ */ new WeakMap(), L = {}, K = 0, ce = function(e) {
153
+ return e && (e.host || ce(e.parentNode));
154
+ }, Te = function(e, t) {
155
+ return t.map(function(n) {
156
+ if (e.contains(n))
157
+ return n;
158
+ var r = ce(n);
159
+ return r && e.contains(r) ? r : (console.error("aria-hidden", n, "in not contained inside", e, ". Doing nothing"), null);
160
+ }).filter(function(n) {
161
+ return !!n;
162
+ });
163
+ }, Ne = function(e, t, n, r) {
164
+ var c = Te(t, Array.isArray(e) ? e : [e]);
165
+ L[n] || (L[n] = /* @__PURE__ */ new WeakMap());
166
+ var i = L[n], s = [], a = /* @__PURE__ */ new Set(), S = new Set(c), b = function(f) {
167
+ !f || a.has(f) || (a.add(f), b(f.parentNode));
168
+ };
169
+ c.forEach(b);
170
+ var g = function(f) {
171
+ !f || S.has(f) || Array.prototype.forEach.call(f.children, function(v) {
172
+ if (a.has(v))
173
+ g(v);
174
+ else
175
+ try {
176
+ var h = v.getAttribute(r), w = h !== null && h !== "false", o = (T.get(v) || 0) + 1, l = (i.get(v) || 0) + 1;
177
+ T.set(v, o), i.set(v, l), s.push(v), o === 1 && w && F.set(v, !0), l === 1 && v.setAttribute(n, "true"), w || v.setAttribute(r, "true");
178
+ } catch (d) {
179
+ console.error("aria-hidden: cannot operate on ", v, d);
180
+ }
181
+ });
182
+ };
183
+ return g(t), a.clear(), K++, function() {
184
+ s.forEach(function(f) {
185
+ var v = T.get(f) - 1, h = i.get(f) - 1;
186
+ T.set(f, v), i.set(f, h), v || (F.has(f) || f.removeAttribute(r), F.delete(f)), h || f.removeAttribute(n);
187
+ }), K--, K || (T = /* @__PURE__ */ new WeakMap(), T = /* @__PURE__ */ new WeakMap(), F = /* @__PURE__ */ new WeakMap(), L = {});
188
+ };
189
+ }, pt = function(e, t, n) {
190
+ n === void 0 && (n = "data-aria-hidden");
191
+ var r = Array.from(Array.isArray(e) ? e : [e]), c = Ae(e);
192
+ return c ? (r.push.apply(r, Array.from(c.querySelectorAll("[aria-live], script"))), Ne(r, c, n, "aria-hidden")) : function() {
193
+ return null;
194
+ };
195
+ }, C = function() {
196
+ return C = Object.assign || function(t) {
197
+ for (var n, r = 1, c = arguments.length; r < c; r++) {
198
+ n = arguments[r];
199
+ for (var i in n) Object.prototype.hasOwnProperty.call(n, i) && (t[i] = n[i]);
200
+ }
201
+ return t;
202
+ }, C.apply(this, arguments);
203
+ };
204
+ function ue(e, t) {
205
+ var n = {};
206
+ for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && t.indexOf(r) < 0 && (n[r] = e[r]);
207
+ if (e != null && typeof Object.getOwnPropertySymbols == "function")
208
+ for (var c = 0, r = Object.getOwnPropertySymbols(e); c < r.length; c++)
209
+ t.indexOf(r[c]) < 0 && Object.prototype.propertyIsEnumerable.call(e, r[c]) && (n[r[c]] = e[r[c]]);
210
+ return n;
211
+ }
212
+ function Me(e, t, n) {
213
+ if (n || arguments.length === 2) for (var r = 0, c = t.length, i; r < c; r++)
214
+ (i || !(r in t)) && (i || (i = Array.prototype.slice.call(t, 0, r)), i[r] = t[r]);
215
+ return e.concat(i || Array.prototype.slice.call(t));
216
+ }
217
+ var W = "right-scroll-bar-position", B = "width-before-scroll-bar", Oe = "with-scroll-bars-hidden", Pe = "--removed-body-scroll-bar-size";
218
+ function H(e, t) {
219
+ return typeof e == "function" ? e(t) : e && (e.current = t), e;
220
+ }
221
+ function Fe(e, t) {
222
+ var n = he(function() {
223
+ return {
224
+ // value
225
+ value: e,
226
+ // last callback
227
+ callback: t,
228
+ // "memoized" public interface
229
+ facade: {
230
+ get current() {
231
+ return n.value;
232
+ },
233
+ set current(r) {
234
+ var c = n.value;
235
+ c !== r && (n.value = r, n.callback(r, c));
236
+ }
237
+ }
238
+ };
239
+ })[0];
240
+ return n.callback = t, n.facade;
241
+ }
242
+ var Le = typeof window < "u" ? u.useLayoutEffect : u.useEffect, ee = /* @__PURE__ */ new WeakMap();
243
+ function Ie(e, t) {
244
+ var n = Fe(null, function(r) {
245
+ return e.forEach(function(c) {
246
+ return H(c, r);
247
+ });
248
+ });
249
+ return Le(function() {
250
+ var r = ee.get(n);
251
+ if (r) {
252
+ var c = new Set(r), i = new Set(e), s = n.current;
253
+ c.forEach(function(a) {
254
+ i.has(a) || H(a, null);
255
+ }), i.forEach(function(a) {
256
+ c.has(a) || H(a, s);
257
+ });
258
+ }
259
+ ee.set(n, e);
260
+ }, [e]), n;
261
+ }
262
+ function xe(e) {
263
+ return e;
264
+ }
265
+ function We(e, t) {
266
+ t === void 0 && (t = xe);
267
+ var n = [], r = !1, c = {
268
+ read: function() {
269
+ if (r)
270
+ throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");
271
+ return n.length ? n[n.length - 1] : e;
272
+ },
273
+ useMedium: function(i) {
274
+ var s = t(i, r);
275
+ return n.push(s), function() {
276
+ n = n.filter(function(a) {
277
+ return a !== s;
278
+ });
279
+ };
280
+ },
281
+ assignSyncMedium: function(i) {
282
+ for (r = !0; n.length; ) {
283
+ var s = n;
284
+ n = [], s.forEach(i);
285
+ }
286
+ n = {
287
+ push: function(a) {
288
+ return i(a);
289
+ },
290
+ filter: function() {
291
+ return n;
292
+ }
293
+ };
294
+ },
295
+ assignMedium: function(i) {
296
+ r = !0;
297
+ var s = [];
298
+ if (n.length) {
299
+ var a = n;
300
+ n = [], a.forEach(i), s = n;
301
+ }
302
+ var S = function() {
303
+ var g = s;
304
+ s = [], g.forEach(i);
305
+ }, b = function() {
306
+ return Promise.resolve().then(S);
307
+ };
308
+ b(), n = {
309
+ push: function(g) {
310
+ s.push(g), b();
311
+ },
312
+ filter: function(g) {
313
+ return s = s.filter(g), n;
314
+ }
315
+ };
316
+ }
317
+ };
318
+ return c;
319
+ }
320
+ function Be(e) {
321
+ e === void 0 && (e = {});
322
+ var t = We(null);
323
+ return t.options = C({ async: !0, ssr: !1 }, e), t;
324
+ }
325
+ var ie = function(e) {
326
+ var t = e.sideCar, n = ue(e, ["sideCar"]);
327
+ if (!t)
328
+ throw new Error("Sidecar: please provide `sideCar` property to import the right car");
329
+ var r = t.read();
330
+ if (!r)
331
+ throw new Error("Sidecar medium not found");
332
+ return u.createElement(r, C({}, n));
333
+ };
334
+ ie.isSideCarExport = !0;
335
+ function De(e, t) {
336
+ return e.useMedium(t), ie;
337
+ }
338
+ var le = Be(), V = function() {
339
+ }, D = u.forwardRef(function(e, t) {
340
+ var n = u.useRef(null), r = u.useState({
341
+ onScrollCapture: V,
342
+ onWheelCapture: V,
343
+ onTouchMoveCapture: V
344
+ }), c = r[0], i = r[1], s = e.forwardProps, a = e.children, S = e.className, b = e.removeScrollBar, g = e.enabled, f = e.shards, v = e.sideCar, h = e.noRelative, w = e.noIsolation, o = e.inert, l = e.allowPinchZoom, d = e.as, m = d === void 0 ? "div" : d, p = e.gapMode, y = ue(e, ["forwardProps", "children", "className", "removeScrollBar", "enabled", "shards", "sideCar", "noRelative", "noIsolation", "inert", "allowPinchZoom", "as", "gapMode"]), E = v, A = Ie([n, t]), R = C(C({}, y), c);
345
+ return u.createElement(
346
+ u.Fragment,
347
+ null,
348
+ g && u.createElement(E, { sideCar: le, removeScrollBar: b, shards: f, noRelative: h, noIsolation: w, inert: o, setCallbacks: i, allowPinchZoom: !!l, lockRef: n, gapMode: p }),
349
+ s ? u.cloneElement(u.Children.only(a), C(C({}, R), { ref: A })) : u.createElement(m, C({}, R, { className: S, ref: A }), a)
350
+ );
351
+ });
352
+ D.defaultProps = {
353
+ enabled: !0,
354
+ removeScrollBar: !0,
355
+ inert: !1
356
+ };
357
+ D.classNames = {
358
+ fullWidth: B,
359
+ zeroRight: W
360
+ };
361
+ var Ue = function() {
362
+ if (typeof __webpack_nonce__ < "u")
363
+ return __webpack_nonce__;
364
+ };
365
+ function _e() {
366
+ if (!document)
367
+ return null;
368
+ var e = document.createElement("style");
369
+ e.type = "text/css";
370
+ var t = Ue();
371
+ return t && e.setAttribute("nonce", t), e;
372
+ }
373
+ function je(e, t) {
374
+ e.styleSheet ? e.styleSheet.cssText = t : e.appendChild(document.createTextNode(t));
375
+ }
376
+ function Ke(e) {
377
+ var t = document.head || document.getElementsByTagName("head")[0];
378
+ t.appendChild(e);
379
+ }
380
+ var He = function() {
381
+ var e = 0, t = null;
382
+ return {
383
+ add: function(n) {
384
+ e == 0 && (t = _e()) && (je(t, n), Ke(t)), e++;
385
+ },
386
+ remove: function() {
387
+ e--, !e && t && (t.parentNode && t.parentNode.removeChild(t), t = null);
388
+ }
389
+ };
390
+ }, Ve = function() {
391
+ var e = He();
392
+ return function(t, n) {
393
+ u.useEffect(function() {
394
+ return e.add(t), function() {
395
+ e.remove();
396
+ };
397
+ }, [t && n]);
398
+ };
399
+ }, se = function() {
400
+ var e = Ve(), t = function(n) {
401
+ var r = n.styles, c = n.dynamic;
402
+ return e(r, c), null;
403
+ };
404
+ return t;
405
+ }, Xe = {
406
+ left: 0,
407
+ top: 0,
408
+ right: 0,
409
+ gap: 0
410
+ }, X = function(e) {
411
+ return parseInt(e || "", 10) || 0;
412
+ }, Ye = function(e) {
413
+ var t = window.getComputedStyle(document.body), n = t[e === "padding" ? "paddingLeft" : "marginLeft"], r = t[e === "padding" ? "paddingTop" : "marginTop"], c = t[e === "padding" ? "paddingRight" : "marginRight"];
414
+ return [X(n), X(r), X(c)];
415
+ }, Ge = function(e) {
416
+ if (e === void 0 && (e = "margin"), typeof window > "u")
417
+ return Xe;
418
+ var t = Ye(e), n = document.documentElement.clientWidth, r = window.innerWidth;
419
+ return {
420
+ left: t[0],
421
+ top: t[1],
422
+ right: t[2],
423
+ gap: Math.max(0, r - n + t[2] - t[0])
424
+ };
425
+ }, ze = se(), O = "data-scroll-locked", Ze = function(e, t, n, r) {
426
+ var c = e.left, i = e.top, s = e.right, a = e.gap;
427
+ return n === void 0 && (n = "margin"), `
428
+ .`.concat(Oe, ` {
429
+ overflow: hidden `).concat(r, `;
430
+ padding-right: `).concat(a, "px ").concat(r, `;
431
+ }
432
+ body[`).concat(O, `] {
433
+ overflow: hidden `).concat(r, `;
434
+ overscroll-behavior: contain;
435
+ `).concat([
436
+ t && "position: relative ".concat(r, ";"),
437
+ n === "margin" && `
438
+ padding-left: `.concat(c, `px;
439
+ padding-top: `).concat(i, `px;
440
+ padding-right: `).concat(s, `px;
441
+ margin-left:0;
442
+ margin-top:0;
443
+ margin-right: `).concat(a, "px ").concat(r, `;
444
+ `),
445
+ n === "padding" && "padding-right: ".concat(a, "px ").concat(r, ";")
446
+ ].filter(Boolean).join(""), `
447
+ }
448
+
449
+ .`).concat(W, ` {
450
+ right: `).concat(a, "px ").concat(r, `;
451
+ }
452
+
453
+ .`).concat(B, ` {
454
+ margin-right: `).concat(a, "px ").concat(r, `;
455
+ }
456
+
457
+ .`).concat(W, " .").concat(W, ` {
458
+ right: 0 `).concat(r, `;
459
+ }
460
+
461
+ .`).concat(B, " .").concat(B, ` {
462
+ margin-right: 0 `).concat(r, `;
463
+ }
464
+
465
+ body[`).concat(O, `] {
466
+ `).concat(Pe, ": ").concat(a, `px;
467
+ }
468
+ `);
469
+ }, te = function() {
470
+ var e = parseInt(document.body.getAttribute(O) || "0", 10);
471
+ return isFinite(e) ? e : 0;
472
+ }, qe = function() {
473
+ u.useEffect(function() {
474
+ return document.body.setAttribute(O, (te() + 1).toString()), function() {
475
+ var e = te() - 1;
476
+ e <= 0 ? document.body.removeAttribute(O) : document.body.setAttribute(O, e.toString());
477
+ };
478
+ }, []);
479
+ }, Qe = function(e) {
480
+ var t = e.noRelative, n = e.noImportant, r = e.gapMode, c = r === void 0 ? "margin" : r;
481
+ qe();
482
+ var i = u.useMemo(function() {
483
+ return Ge(c);
484
+ }, [c]);
485
+ return u.createElement(ze, { styles: Ze(i, !t, c, n ? "" : "!important") });
486
+ }, Y = !1;
487
+ if (typeof window < "u")
488
+ try {
489
+ var I = Object.defineProperty({}, "passive", {
490
+ get: function() {
491
+ return Y = !0, !0;
492
+ }
493
+ });
494
+ window.addEventListener("test", I, I), window.removeEventListener("test", I, I);
495
+ } catch {
496
+ Y = !1;
497
+ }
498
+ var N = Y ? { passive: !1 } : !1, $e = function(e) {
499
+ return e.tagName === "TEXTAREA";
500
+ }, fe = function(e, t) {
501
+ if (!(e instanceof Element))
502
+ return !1;
503
+ var n = window.getComputedStyle(e);
504
+ return (
505
+ // not-not-scrollable
506
+ n[t] !== "hidden" && // contains scroll inside self
507
+ !(n.overflowY === n.overflowX && !$e(e) && n[t] === "visible")
508
+ );
509
+ }, Je = function(e) {
510
+ return fe(e, "overflowY");
511
+ }, et = function(e) {
512
+ return fe(e, "overflowX");
513
+ }, ne = function(e, t) {
514
+ var n = t.ownerDocument, r = t;
515
+ do {
516
+ typeof ShadowRoot < "u" && r instanceof ShadowRoot && (r = r.host);
517
+ var c = de(e, r);
518
+ if (c) {
519
+ var i = ve(e, r), s = i[1], a = i[2];
520
+ if (s > a)
521
+ return !0;
522
+ }
523
+ r = r.parentNode;
524
+ } while (r && r !== n.body);
525
+ return !1;
526
+ }, tt = function(e) {
527
+ var t = e.scrollTop, n = e.scrollHeight, r = e.clientHeight;
528
+ return [
529
+ t,
530
+ n,
531
+ r
532
+ ];
533
+ }, nt = function(e) {
534
+ var t = e.scrollLeft, n = e.scrollWidth, r = e.clientWidth;
535
+ return [
536
+ t,
537
+ n,
538
+ r
539
+ ];
540
+ }, de = function(e, t) {
541
+ return e === "v" ? Je(t) : et(t);
542
+ }, ve = function(e, t) {
543
+ return e === "v" ? tt(t) : nt(t);
544
+ }, rt = function(e, t) {
545
+ return e === "h" && t === "rtl" ? -1 : 1;
546
+ }, at = function(e, t, n, r, c) {
547
+ var i = rt(e, window.getComputedStyle(t).direction), s = i * r, a = n.target, S = t.contains(a), b = !1, g = s > 0, f = 0, v = 0;
548
+ do {
549
+ if (!a)
550
+ break;
551
+ var h = ve(e, a), w = h[0], o = h[1], l = h[2], d = o - l - i * w;
552
+ (w || d) && de(e, a) && (f += d, v += w);
553
+ var m = a.parentNode;
554
+ a = m && m.nodeType === Node.DOCUMENT_FRAGMENT_NODE ? m.host : m;
555
+ } while (
556
+ // portaled content
557
+ !S && a !== document.body || // self content
558
+ S && (t.contains(a) || t === a)
559
+ );
560
+ return (g && Math.abs(f) < 1 || !g && Math.abs(v) < 1) && (b = !0), b;
561
+ }, x = function(e) {
562
+ return "changedTouches" in e ? [e.changedTouches[0].clientX, e.changedTouches[0].clientY] : [0, 0];
563
+ }, re = function(e) {
564
+ return [e.deltaX, e.deltaY];
565
+ }, ae = function(e) {
566
+ return e && "current" in e ? e.current : e;
567
+ }, ot = function(e, t) {
568
+ return e[0] === t[0] && e[1] === t[1];
569
+ }, ct = function(e) {
570
+ return `
571
+ .block-interactivity-`.concat(e, ` {pointer-events: none;}
572
+ .allow-interactivity-`).concat(e, ` {pointer-events: all;}
573
+ `);
574
+ }, ut = 0, M = [];
575
+ function it(e) {
576
+ var t = u.useRef([]), n = u.useRef([0, 0]), r = u.useRef(), c = u.useState(ut++)[0], i = u.useState(se)[0], s = u.useRef(e);
577
+ u.useEffect(function() {
578
+ s.current = e;
579
+ }, [e]), u.useEffect(function() {
580
+ if (e.inert) {
581
+ document.body.classList.add("block-interactivity-".concat(c));
582
+ var o = Me([e.lockRef.current], (e.shards || []).map(ae), !0).filter(Boolean);
583
+ return o.forEach(function(l) {
584
+ return l.classList.add("allow-interactivity-".concat(c));
585
+ }), function() {
586
+ document.body.classList.remove("block-interactivity-".concat(c)), o.forEach(function(l) {
587
+ return l.classList.remove("allow-interactivity-".concat(c));
588
+ });
589
+ };
590
+ }
591
+ }, [e.inert, e.lockRef.current, e.shards]);
592
+ var a = u.useCallback(function(o, l) {
593
+ if ("touches" in o && o.touches.length === 2 || o.type === "wheel" && o.ctrlKey)
594
+ return !s.current.allowPinchZoom;
595
+ var d = x(o), m = n.current, p = "deltaX" in o ? o.deltaX : m[0] - d[0], y = "deltaY" in o ? o.deltaY : m[1] - d[1], E, A = o.target, R = Math.abs(p) > Math.abs(y) ? "h" : "v";
596
+ if ("touches" in o && R === "h" && A.type === "range")
597
+ return !1;
598
+ var P = ne(R, A);
599
+ if (!P)
600
+ return !0;
601
+ if (P ? E = R : (E = R === "v" ? "h" : "v", P = ne(R, A)), !P)
602
+ return !1;
603
+ if (!r.current && "changedTouches" in o && (p || y) && (r.current = E), !E)
604
+ return !0;
605
+ var G = r.current || E;
606
+ return at(G, l, o, G === "h" ? p : y);
607
+ }, []), S = u.useCallback(function(o) {
608
+ var l = o;
609
+ if (!(!M.length || M[M.length - 1] !== i)) {
610
+ var d = "deltaY" in l ? re(l) : x(l), m = t.current.filter(function(E) {
611
+ return E.name === l.type && (E.target === l.target || l.target === E.shadowParent) && ot(E.delta, d);
612
+ })[0];
613
+ if (m && m.should) {
614
+ l.cancelable && l.preventDefault();
615
+ return;
616
+ }
617
+ if (!m) {
618
+ var p = (s.current.shards || []).map(ae).filter(Boolean).filter(function(E) {
619
+ return E.contains(l.target);
620
+ }), y = p.length > 0 ? a(l, p[0]) : !s.current.noIsolation;
621
+ y && l.cancelable && l.preventDefault();
622
+ }
623
+ }
624
+ }, []), b = u.useCallback(function(o, l, d, m) {
625
+ var p = { name: o, delta: l, target: d, should: m, shadowParent: lt(d) };
626
+ t.current.push(p), setTimeout(function() {
627
+ t.current = t.current.filter(function(y) {
628
+ return y !== p;
629
+ });
630
+ }, 1);
631
+ }, []), g = u.useCallback(function(o) {
632
+ n.current = x(o), r.current = void 0;
633
+ }, []), f = u.useCallback(function(o) {
634
+ b(o.type, re(o), o.target, a(o, e.lockRef.current));
635
+ }, []), v = u.useCallback(function(o) {
636
+ b(o.type, x(o), o.target, a(o, e.lockRef.current));
637
+ }, []);
638
+ u.useEffect(function() {
639
+ return M.push(i), e.setCallbacks({
640
+ onScrollCapture: f,
641
+ onWheelCapture: f,
642
+ onTouchMoveCapture: v
643
+ }), document.addEventListener("wheel", S, N), document.addEventListener("touchmove", S, N), document.addEventListener("touchstart", g, N), function() {
644
+ M = M.filter(function(o) {
645
+ return o !== i;
646
+ }), document.removeEventListener("wheel", S, N), document.removeEventListener("touchmove", S, N), document.removeEventListener("touchstart", g, N);
647
+ };
648
+ }, []);
649
+ var h = e.removeScrollBar, w = e.inert;
650
+ return u.createElement(
651
+ u.Fragment,
652
+ null,
653
+ w ? u.createElement(i, { styles: ct(c) }) : null,
654
+ h ? u.createElement(Qe, { noRelative: e.noRelative, gapMode: e.gapMode }) : null
655
+ );
656
+ }
657
+ function lt(e) {
658
+ for (var t = null; e !== null; )
659
+ e instanceof ShadowRoot && (t = e.host, e = e.host), e = e.parentNode;
660
+ return t;
661
+ }
662
+ const st = De(le, it);
663
+ var ft = u.forwardRef(function(e, t) {
664
+ return u.createElement(D, C({}, e, { ref: t, sideCar: st }));
665
+ });
666
+ ft.classNames = D.classNames;
667
+ export {
668
+ be as F,
669
+ ft as R,
670
+ pt as h,
671
+ mt as u
672
+ };