@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
@@ -0,0 +1,21 @@
1
+ import { jsx as i } from "react/jsx-runtime";
2
+ const a = ({ fill: t }) => /* @__PURE__ */ i(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "2.5rem",
7
+ height: "2.5rem",
8
+ fill: t,
9
+ viewBox: "0 0 25 25",
10
+ "data-testid": "Minimize-icon",
11
+ children: /* @__PURE__ */ i(
12
+ "path",
13
+ {
14
+ d: "M5.5 18.75a.75.75 0 0 1 .75-.75h12.5a.75.75 0 0 1 0 1.5H6.25a.75.75 0 0 1-.75-.75"
15
+ }
16
+ )
17
+ }
18
+ );
19
+ export {
20
+ a as default
21
+ };
@@ -0,0 +1,4 @@
1
+ declare const NewSpotter: ({ fill }: {
2
+ fill: any;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default NewSpotter;
@@ -0,0 +1,21 @@
1
+ import { jsx as C } from "react/jsx-runtime";
2
+ const e = ({ fill: L }) => /* @__PURE__ */ C(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "26",
7
+ height: "26",
8
+ viewBox: "0 0 26 26",
9
+ fill: "none",
10
+ children: /* @__PURE__ */ C(
11
+ "path",
12
+ {
13
+ d: "M14.0719 1.50598C14.4165 1.27643 14.8822 1.36943 15.1119 1.71399C15.3416 2.05854 15.2483 2.52422 14.9039 2.75403C14.4418 3.06212 14.1457 3.44668 13.9615 3.76477C17.5971 4.76928 20.4134 11.1539 20.484 14.9845L21.7926 14.379C21.92 14.3201 22.0668 14.4106 22.067 14.5509C22.067 19.565 18.0019 23.6298 12.9879 23.63C8.29487 23.63 4.43297 19.1933 3.95764 14.5138C3.9167 14.1106 4.36566 13.8731 4.6969 14.1066L5.50159 14.673C5.69184 11.1788 7.97928 5.86181 11.0406 4.16809C10.4808 3.99685 9.92766 3.88006 9.48792 3.88C9.0737 3.88 8.73792 3.54422 8.73792 3.13C8.73796 2.71583 9.07373 2.38 9.48792 2.38C10.2049 2.38006 11.0015 2.57521 11.6696 2.79211C12.0019 2.90003 12.3178 3.0187 12.5963 3.13293C12.6087 3.10994 12.6211 3.08618 12.6344 3.06262C12.902 2.587 13.3506 1.98687 14.0719 1.50598ZM12.9879 5.13C12.4145 5.13 11.7577 5.38366 11.0338 5.99231C10.3097 6.60119 9.60603 7.49675 8.98499 8.57532C7.72764 10.7591 6.98794 13.3778 6.98792 15.13C6.98792 15.3363 6.99688 15.5404 7.01721 15.7413L8.1051 16.5079C8.34759 16.6788 8.65352 16.7341 8.94006 16.6573L12.7291 15.6417C12.8986 15.5964 13.0772 15.5963 13.2467 15.6417L16.5826 16.5353C16.8087 16.5957 17.049 16.575 17.2614 16.4767L18.9606 15.6896C18.9776 15.5053 18.9879 15.3187 18.9879 15.13C18.9879 13.3779 18.2482 10.7591 16.9908 8.57532C16.3698 7.49673 15.6661 6.60123 14.942 5.99231C14.2182 5.38363 13.5613 5.13009 12.9879 5.13ZM12.7418 10.5392C12.9194 10.4389 13.1445 10.4561 13.3063 10.59L15.3063 12.2443C15.4323 12.3485 15.4995 12.5081 15.486 12.671C15.4723 12.834 15.3795 12.9807 15.2379 13.0626L13.2379 14.2169C13.0832 14.3062 12.8926 14.3062 12.7379 14.2169L10.7379 13.0626C10.5961 12.9808 10.5036 12.8342 10.4899 12.671C10.4763 12.508 10.5435 12.3485 10.6696 12.2443L12.6696 10.59L12.7418 10.5392ZM11.86 12.5558L12.9879 13.2062L14.1149 12.5558L12.9879 11.6222L11.86 12.5558ZM10.7379 8.63489C11.1519 8.63506 11.4878 8.97085 11.4879 9.38489C11.4879 9.79899 11.152 10.1347 10.7379 10.1349C10.3237 10.1349 9.98792 9.7991 9.98792 9.38489C9.98799 8.97074 10.3238 8.63489 10.7379 8.63489ZM15.2379 8.63489C15.6519 8.63505 15.9878 8.97084 15.9879 9.38489C15.9879 9.799 15.652 10.1347 15.2379 10.1349C14.8237 10.1349 14.4879 9.7991 14.4879 9.38489C14.488 8.97074 14.8238 8.63489 15.2379 8.63489Z",
14
+ fill: L
15
+ }
16
+ )
17
+ }
18
+ );
19
+ export {
20
+ e as default
21
+ };
@@ -0,0 +1,4 @@
1
+ declare const OpenSeparately: ({ fill }: {
2
+ fill: any;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default OpenSeparately;
@@ -0,0 +1,23 @@
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ const h = ({ fill: a }) => /* @__PURE__ */ e(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "2.5rem",
7
+ height: "2.5rem",
8
+ fill: a,
9
+ viewBox: "0 0 25 25",
10
+ "data-testid": "Open-Separately-icon",
11
+ children: /* @__PURE__ */ e(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ d: "M10.72 13.22a.75.75 0 1 0 1.06 1.06l8.72-8.72v4.19a.75.75 0 0 0 1.5 0v-6a.75.75 0 0 0-.75-.75h-6a.75.75 0 0 0 0 1.5h4.19zM5.5 7.25A.25.25 0 0 1 5.75 7h5.5a.75.75 0 0 0 0-1.5h-5.5A1.75 1.75 0 0 0 4 7.25v11c0 .966.784 1.75 1.75 1.75h12a1.75 1.75 0 0 0 1.75-1.75v-4.5a.75.75 0 0 0-1.5 0v4.5a.25.25 0 0 1-.25.25h-12a.25.25 0 0 1-.25-.25z",
16
+ clipRule: "evenodd"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ h as default
23
+ };
@@ -0,0 +1,4 @@
1
+ declare const PlaceholderIcon: ({ fill }: {
2
+ fill: any;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default PlaceholderIcon;
@@ -0,0 +1,16 @@
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ const r = ({ fill: c }) => /* @__PURE__ */ e(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "2.5rem",
7
+ height: "2.5rem",
8
+ fill: c,
9
+ viewBox: "0 0 25 25",
10
+ "data-testid": "Placeholder-Icon-icon",
11
+ children: /* @__PURE__ */ e("circle", { cx: 12.5, cy: 12.5, r: 10.5 })
12
+ }
13
+ );
14
+ export {
15
+ r as default
16
+ };
@@ -0,0 +1,6 @@
1
+ export declare const Profile: {
2
+ ({ fill }: {
3
+ fill?: string | false;
4
+ }): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
@@ -0,0 +1,24 @@
1
+ import { jsx as C } from "react/jsx-runtime";
2
+ const l = ({ fill: e }) => /* @__PURE__ */ C(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "2.5rem",
7
+ height: "2.5rem",
8
+ viewBox: "0 0 25 25",
9
+ fill: "none",
10
+ children: /* @__PURE__ */ C(
11
+ "path",
12
+ {
13
+ fillRule: "evenodd",
14
+ clipRule: "evenodd",
15
+ d: "M19.4854 17.3443C20.4403 15.9699 21 14.3003 21 12.5C21 7.80558 17.1944 4 12.5 4C7.80558 4 4 7.80558 4 12.5C4 14.3003 4.55971 15.9699 5.51461 17.3443C6.67183 16.2144 8.10206 15.363 9.69705 14.8982C8.56523 14.0466 7.83332 12.6921 7.83332 11.1667C7.83332 8.58936 9.92265 6.50002 12.5 6.50002C15.0773 6.50002 17.1666 8.58936 17.1666 11.1667C17.1666 12.6921 16.4347 14.0466 15.3029 14.8981C16.8979 15.363 18.3282 16.2144 19.4854 17.3443ZM20.5007 18.5C21.7561 16.8287 22.5 14.7512 22.5 12.5C22.5 6.97715 18.0228 2.5 12.5 2.5C6.97715 2.5 2.5 6.97715 2.5 12.5C2.5 15.9518 4.24889 18.9951 6.90891 20.7922C8.50492 21.8704 10.4289 22.5 12.5 22.5C12.5 22.5 12.5 22.5 12.5 22.5C12.8452 22.5 13.1863 22.4825 13.5224 22.4484C15.8623 22.2107 17.9637 21.1664 19.5441 19.5979C19.8887 19.2559 20.2086 18.8889 20.5008 18.5C20.5007 18.5 20.5007 18.5 20.5007 18.5ZM18.5209 18.4999C16.9805 16.954 14.8518 16 12.5 16C10.1482 16 8.01952 16.954 6.47915 18.4999C8.01066 20.0368 10.1267 20.9907 12.4656 20.9999C12.4771 21 12.4885 21 12.5 21C14.8525 21 16.9819 20.0443 18.5209 18.4999ZM12.5 14.3334C14.2489 14.3334 15.6666 12.9156 15.6666 11.1667C15.6666 9.41778 14.2489 8.00002 12.5 8.00002C10.7511 8.00002 9.33332 9.41778 9.33332 11.1667C9.33332 12.9156 10.7511 14.3334 12.5 14.3334Z",
16
+ fill: e || void 0
17
+ }
18
+ )
19
+ }
20
+ );
21
+ l.displayName = "Profile";
22
+ export {
23
+ l as Profile
24
+ };
@@ -0,0 +1,4 @@
1
+ declare const Restore: ({ fill }: {
2
+ fill: any;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default Restore;
@@ -0,0 +1,23 @@
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ const o = ({ fill: t }) => /* @__PURE__ */ e(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "2.5rem",
7
+ height: "2.5rem",
8
+ fill: t,
9
+ viewBox: "0 0 25 25",
10
+ "data-testid": "Restore-icon",
11
+ children: /* @__PURE__ */ e(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ d: "m15.81 10.25 4.72-4.72a.75.75 0 0 0-1.06-1.06l-4.72 4.72V5a.75.75 0 0 0-1.5 0v6c0 .414.336.75.75.75h6a.75.75 0 0 0 0-1.5zM4.47 19.47a.75.75 0 1 0 1.06 1.06l4.72-4.72V20a.75.75 0 0 0 1.5 0v-6a.75.75 0 0 0-.75-.75H5a.75.75 0 0 0 0 1.5h4.19z",
16
+ clipRule: "evenodd"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ o as default
23
+ };
@@ -0,0 +1,4 @@
1
+ declare const Send: ({ fill }: {
2
+ fill: any;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default Send;
@@ -0,0 +1,21 @@
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ const a = ({ fill: e }) => /* @__PURE__ */ t(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "2.5rem",
7
+ height: "2.5rem",
8
+ fill: e,
9
+ viewBox: "0 0 25 25",
10
+ "data-testid": "Send-icon",
11
+ children: /* @__PURE__ */ t(
12
+ "path",
13
+ {
14
+ d: "M22.602 13.199c.64-.247.64-1.154 0-1.4L2.939 4.23a.75.75 0 0 0-1.019.7v6.567l9.956.766c.29.023.29.447 0 .469l-9.956.766v6.568a.75.75 0 0 0 1.02.7z"
15
+ }
16
+ )
17
+ }
18
+ );
19
+ export {
20
+ a as default
21
+ };
@@ -0,0 +1,4 @@
1
+ declare const Settings: ({ fill }: {
2
+ fill: any;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default Settings;
@@ -0,0 +1,33 @@
1
+ import { jsxs as d, jsx as e } from "react/jsx-runtime";
2
+ const L = ({ fill: C }) => /* @__PURE__ */ d(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "2.5rem",
7
+ height: "2.5rem",
8
+ viewBox: "0 0 25 25",
9
+ children: [
10
+ /* @__PURE__ */ e(
11
+ "path",
12
+ {
13
+ fillRule: "evenodd",
14
+ clipRule: "evenodd",
15
+ d: "M8.75 12.5C8.75 10.4289 10.4289 8.75 12.5 8.75C14.5711 8.75 16.25 10.4289 16.25 12.5C16.25 14.5711 14.5711 16.25 12.5 16.25C10.4289 16.25 8.75 14.5711 8.75 12.5ZM12.5 10.25C11.2574 10.25 10.25 11.2574 10.25 12.5C10.25 13.7426 11.2574 14.75 12.5 14.75C13.7426 14.75 14.75 13.7426 14.75 12.5C14.75 11.2574 13.7426 10.25 12.5 10.25Z",
16
+ fill: C
17
+ }
18
+ ),
19
+ /* @__PURE__ */ e(
20
+ "path",
21
+ {
22
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M13 2C13.5523 2 14 2.44772 14 3V4.89505C15.0257 5.09621 15.979 5.49973 16.8164 6.06232L18.1569 4.72183C18.5474 4.33131 19.1806 4.33131 19.5711 4.72183L20.2782 5.42894C20.6687 5.81946 20.6687 6.45263 20.2782 6.84315L18.9377 8.18364C19.5003 9.02105 19.9038 9.97427 20.1049 11H22C22.5523 11 23 11.4477 23 12V13C23 13.5523 22.5523 14 22 14H20.1049C19.9038 15.0257 19.5003 15.9789 18.9377 16.8164L20.2782 18.1568C20.6687 18.5474 20.6687 19.1805 20.2782 19.571L19.5711 20.2782C19.1806 20.6687 18.5474 20.6687 18.1569 20.2782L16.8164 18.9377C15.979 19.5003 15.0257 19.9038 14 20.1049V22C14 22.5523 13.5523 23 13 23H12C11.4477 23 11 22.5523 11 22V20.1049C9.97426 19.9038 9.02104 19.5003 8.18362 18.9377L6.84314 20.2782C6.45261 20.6687 5.81945 20.6687 5.42892 20.2782L4.72182 19.5711C4.33129 19.1805 4.33129 18.5474 4.72182 18.1568L6.0623 16.8164C5.49972 15.9789 5.09621 15.0257 4.89505 14H3C2.44772 14 2 13.5523 2 13V12C2 11.4477 2.44772 11 3 11H4.89505C5.09621 9.97427 5.49972 9.02106 6.0623 8.18365L4.72182 6.84317C4.33129 6.45264 4.33129 5.81948 4.72182 5.42895L5.42893 4.72185C5.81945 4.33132 6.45261 4.33132 6.84314 4.72185L8.18361 6.06232C9.02103 5.49973 9.97426 5.09621 11 4.89505V3C11 2.44772 11.4477 2 12 2H13ZM12.5 6.25C9.04822 6.25 6.25 9.04822 6.25 12.5C6.25 15.9518 9.04822 18.75 12.5 18.75C15.9518 18.75 18.75 15.9518 18.75 12.5C18.75 9.04822 15.9518 6.25 12.5 6.25Z",
25
+ fill: C
26
+ }
27
+ )
28
+ ]
29
+ }
30
+ );
31
+ export {
32
+ L as default
33
+ };
@@ -0,0 +1,4 @@
1
+ declare const Shifts: ({ fill }: {
2
+ fill: any;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default Shifts;
@@ -0,0 +1,23 @@
1
+ import { jsx as a } from "react/jsx-runtime";
2
+ const t = ({ fill: e }) => /* @__PURE__ */ a(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "2.5rem",
7
+ height: "2.5rem",
8
+ fill: e,
9
+ viewBox: "0 0 25 25",
10
+ "data-testid": "Shifts-icon",
11
+ children: /* @__PURE__ */ a(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ d: "M3.5 2.25a2 2 0 0 0-2 2v11.5a2 2 0 0 0 2 2h6.604a7.6 7.6 0 0 1-.1-1.5H4a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v1.766a7.6 7.6 0 0 1 1.5.05V4.25a2 2 0 0 0-2-2zm8.003 9.746q.307-.41.667-.772a.75.75 0 1 0-.667.771M5 11.25a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0m.75 2a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m2.08-2a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0m.75 2a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5M7.83 8.5a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0m3.59-.75a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m2.83 0a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m9.25 8.75a6 6 0 1 1-12 0 6 6 0 0 1 12 0m-5.25-3.25a.75.75 0 0 0-1.5 0v2.5h-2.5a.75.75 0 0 0 0 1.5h2.5v2.5a.75.75 0 0 0 1.5 0v-2.5h2.5a.75.75 0 0 0 0-1.5h-2.5z",
16
+ clipRule: "evenodd"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ t as default
23
+ };
@@ -0,0 +1,4 @@
1
+ declare const SidePeak: ({ fill }: {
2
+ fill: any;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default SidePeak;
@@ -0,0 +1,5 @@
1
+ import { jsx as C } from "react/jsx-runtime";
2
+ const t = ({ fill: e }) => /* @__PURE__ */ C("svg", { fill: e, width: "3rem", height: "3rem", viewBox: "0 0 31 30", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ C("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.5 7.75C5.5 6.64543 6.39543 5.75 7.5 5.75H23.5C24.6046 5.75 25.5 6.64543 25.5 7.75V22.25C25.5 23.3546 24.6046 24.25 23.5 24.25H7.5C6.39543 24.25 5.5 23.3546 5.5 22.25V7.75ZM7 8.25C7 7.69772 7.44772 7.25 8 7.25H23C23.5523 7.25 24 7.69772 24 8.25V21.75C24 22.3023 23.5523 22.75 23 22.75H8C7.44772 22.75 7 22.3023 7 21.75V8.25ZM22.5 8.25H17V21.75H22.5C22.7761 21.75 23 21.5261 23 21.25V8.75C23 8.47386 22.7761 8.25 22.5 8.25Z", fill: e }) });
3
+ export {
4
+ t as default
5
+ };
@@ -0,0 +1,4 @@
1
+ declare const Sort: ({ fill }: {
2
+ fill: any;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default Sort;
@@ -0,0 +1,23 @@
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ const l = ({ fill: t }) => /* @__PURE__ */ e(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "2.5rem",
7
+ height: "2.5rem",
8
+ fill: t,
9
+ viewBox: "0 0 25 25",
10
+ "data-testid": "Sort-icon",
11
+ children: /* @__PURE__ */ e(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ d: "M15.75 13.45a.75.75 0 0 0 1.5 0V5.36l2.962 2.962a.75.75 0 0 0 1.061-1.06L17.03 3.02a.75.75 0 0 0-1.06 0l-4.243 4.243a.75.75 0 1 0 1.06 1.06l2.963-2.962zm-6.5-1.9a.75.75 0 0 0-1.5 0v8.09l-2.962-2.963a.75.75 0 1 0-1.061 1.06L7.97 21.98a.75.75 0 0 0 1.06 0l4.243-4.242a.75.75 0 0 0-1.06-1.061L9.25 19.639z",
16
+ clipRule: "evenodd"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ l as default
23
+ };
@@ -0,0 +1,4 @@
1
+ declare const Subtract: ({ fill }: {
2
+ fill: any;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default Subtract;
@@ -0,0 +1,21 @@
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ const e = ({ fill: a }) => /* @__PURE__ */ t(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "2.5rem",
7
+ height: "2.5rem",
8
+ fill: a,
9
+ viewBox: "0 0 25 25",
10
+ "data-testid": "Subtract-icon",
11
+ children: /* @__PURE__ */ t(
12
+ "path",
13
+ {
14
+ d: "M5.5 11.75a.75.75 0 0 0 0 1.5h14a.75.75 0 0 0 0-1.5z"
15
+ }
16
+ )
17
+ }
18
+ );
19
+ export {
20
+ e as default
21
+ };
@@ -0,0 +1,4 @@
1
+ declare const Summary: ({ fill }: {
2
+ fill: any;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default Summary;
@@ -0,0 +1,23 @@
1
+ import { jsx as a } from "react/jsx-runtime";
2
+ const t = ({ fill: e }) => /* @__PURE__ */ a(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "2.5rem",
7
+ height: "2.5rem",
8
+ fill: e,
9
+ viewBox: "0 0 25 25",
10
+ "data-testid": "Summary-icon",
11
+ children: /* @__PURE__ */ a(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ d: "M6.1 4.24a.5.5 0 0 0-.2-.98 5.5 5.5 0 0 0-4.4 5.39 3 3 0 1 0 2-2.83 4.5 4.5 0 0 1 2.6-1.58m7.5 0a.5.5 0 0 0-.2-.98A5.5 5.5 0 0 0 9 8.65a3 3 0 1 0 2-2.83 4.5 4.5 0 0 1 2.6-1.58M18.5 6a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5h-3.5A.75.75 0 0 1 18.5 6m.75 4.25a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5zM1.5 16a.75.75 0 0 1 .75-.75h20.5a.75.75 0 0 1 0 1.5H2.25A.75.75 0 0 1 1.5 16m.75 4.25a.75.75 0 0 0 0 1.5h20.5a.75.75 0 0 0 0-1.5z",
16
+ clipRule: "evenodd"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ t as default
23
+ };
@@ -0,0 +1,4 @@
1
+ declare const Support: ({ fill }: {
2
+ fill: any;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default Support;
@@ -0,0 +1,24 @@
1
+ import { jsxs as r, jsx as t } from "react/jsx-runtime";
2
+ const s = ({ fill: o }) => /* @__PURE__ */ r(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "2.5rem",
7
+ height: "2.5rem",
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ stroke: o || "currentColor",
11
+ strokeWidth: "1.5",
12
+ strokeLinecap: "round",
13
+ strokeLinejoin: "round",
14
+ "data-testid": "Support-icon",
15
+ children: [
16
+ /* @__PURE__ */ t("path", { d: "m14.479 19.374-.971.939a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5a5.2 5.2 0 0 1-.219 1.49" }),
17
+ /* @__PURE__ */ t("path", { d: "M15 15h6" }),
18
+ /* @__PURE__ */ t("path", { d: "M18 12v6" })
19
+ ]
20
+ }
21
+ );
22
+ export {
23
+ s as default
24
+ };
@@ -0,0 +1,4 @@
1
+ declare const SwitchToClassic: ({ fill }: {
2
+ fill: any;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default SwitchToClassic;
@@ -0,0 +1,23 @@
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ const o = ({ fill: C }) => /* @__PURE__ */ e(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "2.5rem",
7
+ height: "2.5rem",
8
+ viewBox: "0 0 25 25",
9
+ fill: C,
10
+ children: /* @__PURE__ */ e(
11
+ "path",
12
+ {
13
+ fillRule: "evenodd",
14
+ clipRule: "evenodd",
15
+ d: "M6.75 1.79999C7.16421 1.79999 7.5 2.13577 7.5 2.54999V5.17549C9.18703 3.37579 11.5869 2.25 14.25 2.25C19.3586 2.25 23.5 6.39137 23.5 11.5C23.5 15.252 21.2662 18.4806 18.0591 19.9316C17.6818 20.1023 17.2374 19.9348 17.0667 19.5574C16.8959 19.18 17.0635 18.7357 17.4408 18.5649C20.1308 17.3479 22 14.6414 22 11.5C22 7.21979 18.5302 3.75 14.25 3.75C11.9714 3.75 9.92209 4.73294 8.50331 6.29999H11.25C11.6642 6.29999 12 6.63577 12 7.04999C12 7.4642 11.6642 7.79999 11.25 7.79999H6.75C6.33579 7.79999 6 7.4642 6 7.04999V2.54999C6 2.13577 6.33579 1.79999 6.75 1.79999ZM1.75 11C1.75 10.1716 2.42157 9.5 3.25 9.5H14.25C15.0784 9.5 15.75 10.1716 15.75 11V21C15.75 21.8284 15.0784 22.5 14.25 22.5H3.25C2.42157 22.5 1.75 21.8284 1.75 21V11ZM3.25 13.5C3.25 13.2239 3.47386 13 3.75 13H13.75C14.0261 13 14.25 13.2239 14.25 13.5V20.5C14.25 20.7761 14.0261 21 13.75 21H3.75C3.47386 21 3.25 20.7761 3.25 20.5V13.5Z",
16
+ fill: C
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ o as default
23
+ };
@@ -0,0 +1,4 @@
1
+ declare const Tick: ({ fill }: {
2
+ fill: any;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default Tick;
@@ -0,0 +1,23 @@
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ const l = ({ fill: t }) => /* @__PURE__ */ e(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "2.5rem",
7
+ height: "2.5rem",
8
+ fill: t,
9
+ viewBox: "0 0 25 25",
10
+ "data-testid": "Tick-icon",
11
+ children: /* @__PURE__ */ e(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ d: "M19.53 7.47a.75.75 0 0 1 0 1.06l-9 9a.75.75 0 0 1-1.06 0l-4-4a.75.75 0 1 1 1.06-1.06L10 15.94l8.47-8.47a.75.75 0 0 1 1.06 0",
16
+ clipRule: "evenodd"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ l as default
23
+ };
@@ -0,0 +1,4 @@
1
+ declare const Timer: ({ fill }: {
2
+ fill: any;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default Timer;
@@ -0,0 +1,23 @@
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ const i = ({ fill: t }) => /* @__PURE__ */ e(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "2.5rem",
7
+ height: "2.5rem",
8
+ fill: t,
9
+ viewBox: "0 0 25 25",
10
+ "data-testid": "Timer-icon",
11
+ children: /* @__PURE__ */ e(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ d: "M12.5 2.25a.75.75 0 0 0-.75.75v3a.75.75 0 0 0 1.5 0V3.782a8.75 8.75 0 1 1-6.999 2.593.75.75 0 1 0-1.07-1.05A10.22 10.22 0 0 0 2.25 12.5c0 5.66 4.59 10.25 10.25 10.25s10.25-4.59 10.25-10.25S18.16 2.25 12.5 2.25m1.413 11.663a2 2 0 0 0 0-2.828c-.614-.615-4.206-2.453-5.706-3.207a.245.245 0 0 0-.33.33c.755 1.5 2.593 5.09 3.208 5.705a2 2 0 0 0 2.828 0",
16
+ clipRule: "evenodd"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ i as default
23
+ };
@@ -0,0 +1,4 @@
1
+ declare const Trash: ({ fill }: {
2
+ fill: any;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default Trash;
@@ -0,0 +1,23 @@
1
+ import { jsx as a } from "react/jsx-runtime";
2
+ const l = ({ fill: h }) => /* @__PURE__ */ a(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "2.5rem",
7
+ height: "2.5rem",
8
+ fill: h,
9
+ viewBox: "0 0 25 25",
10
+ "data-testid": "Trash-icon",
11
+ children: /* @__PURE__ */ a(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ d: "M14 5h-3a.5.5 0 0 0-.5.5V6h4v-.5A.5.5 0 0 0 14 5m-5 .5V6H4.25a.75.75 0 0 0 0 1.5h.844l.73 11.687A3 3 0 0 0 8.818 22h7.364a3 3 0 0 0 2.994-2.813l.73-11.687h.844a.75.75 0 0 0 0-1.5H16v-.5a2 2 0 0 0-2-2h-3a2 2 0 0 0-2 2m5.5 2h3.903l-.724 11.594a1.5 1.5 0 0 1-1.497 1.406H8.818a1.5 1.5 0 0 1-1.497-1.406L6.597 7.5H14.5m-2 1.5a.75.75 0 0 0-.75.75v8.5a.75.75 0 0 0 1.5 0v-8.5A.75.75 0 0 0 12.5 9M9.109 9a.75.75 0 0 0-.736.772l.252 8.5a.75.75 0 0 0 1.499-.044l-.252-8.5A.75.75 0 0 0 9.109 9m6.021.728a.75.75 0 0 1 1.5.044l-.253 8.5a.75.75 0 0 1-1.5-.044z",
16
+ clipRule: "evenodd"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ l as default
23
+ };
@@ -0,0 +1,4 @@
1
+ declare const Undo: ({ fill }: {
2
+ fill: any;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default Undo;
@@ -0,0 +1,23 @@
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ const o = ({ fill: d }) => /* @__PURE__ */ e(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "2.5rem",
7
+ height: "2.5rem",
8
+ fill: d,
9
+ viewBox: "0 0 25 25",
10
+ "data-testid": "Undo-icon",
11
+ children: /* @__PURE__ */ e(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ d: "M19.87 9.666a5.75 5.75 0 0 1 0 8.132.75.75 0 0 1-1.062-1.06 4.25 4.25 0 0 0-6.01-6.011l-5.79 5.79h3.846a.75.75 0 1 1 0 1.5H5.197a.75.75 0 0 1-.75-.75v-5.656a.75.75 0 0 1 1.5 0v3.846l5.79-5.79a5.75 5.75 0 0 1 8.132 0",
16
+ clipRule: "evenodd"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ o as default
23
+ };
@@ -0,0 +1,4 @@
1
+ declare const Verification: ({ fill }: {
2
+ fill: any;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default Verification;
@@ -0,0 +1,23 @@
1
+ import { jsx as a } from "react/jsx-runtime";
2
+ const i = ({ fill: l }) => /* @__PURE__ */ a(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "2.5rem",
7
+ height: "2.5rem",
8
+ fill: l,
9
+ viewBox: "0 0 25 25",
10
+ "data-testid": "Verification-icon",
11
+ children: /* @__PURE__ */ a(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ d: "M13.195 2.173a1 1 0 0 0-1.39 0L10.132 3.79a1 1 0 0 1-.835.271l-2.305-.326a1 1 0 0 0-1.125.818l-.402 2.292a1 1 0 0 1-.516.71L2.893 8.648a1 1 0 0 0-.43 1.323l1.022 2.09a1 1 0 0 1 0 .88l-1.022 2.09a1 1 0 0 0 .43 1.323l2.056 1.09a1 1 0 0 1 .516.711l.402 2.292a1 1 0 0 0 1.125.818l2.305-.326a1 1 0 0 1 .835.271l1.673 1.618a1 1 0 0 0 1.39 0l1.673-1.618a1 1 0 0 1 .835-.271l2.305.326a1 1 0 0 0 1.125-.818l.402-2.292a1 1 0 0 1 .516-.71l2.056-1.091a1 1 0 0 0 .43-1.323l-1.022-2.09a1 1 0 0 1 0-.88l1.022-2.09a1 1 0 0 0-.43-1.323l-2.056-1.09a1 1 0 0 1-.516-.711l-.402-2.292a1 1 0 0 0-1.125-.818l-2.305.326a1 1 0 0 1-.835-.271zM18.03 9.53a.75.75 0 0 0-1.06-1.06l-6.47 6.47-2.47-2.47a.75.75 0 0 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0z",
16
+ clipRule: "evenodd"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ i as default
23
+ };