@worknice/whiteboard 0.0.3 → 0.1.0-rc.2

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 (564) hide show
  1. package/package.json +16 -15
  2. package/dist/controls/Action.d.ts +0 -7
  3. package/dist/controls/Action.js +0 -81
  4. package/dist/controls/Button.d.ts +0 -22
  5. package/dist/controls/Button.js +0 -61
  6. package/dist/controls/Button.module.js +0 -9
  7. package/dist/controls/ButtonCard.d.ts +0 -7
  8. package/dist/controls/ButtonCard.js +0 -43
  9. package/dist/controls/ButtonCard.module.js +0 -7
  10. package/dist/controls/ButtonCard_module.css +0 -31
  11. package/dist/controls/ButtonLink.d.ts +0 -15
  12. package/dist/controls/ButtonLink.js +0 -48
  13. package/dist/controls/ButtonLink.module.js +0 -9
  14. package/dist/controls/ButtonLink_module.css +0 -68
  15. package/dist/controls/Button_module.css +0 -86
  16. package/dist/controls/Disclosure.d.ts +0 -7
  17. package/dist/controls/Disclosure.js +0 -27
  18. package/dist/controls/Link.d.ts +0 -14
  19. package/dist/controls/Link.js +0 -35
  20. package/dist/controls/Link.module.js +0 -5
  21. package/dist/controls/LinkCard.d.ts +0 -7
  22. package/dist/controls/LinkCard.js +0 -26
  23. package/dist/controls/LinkCard.module.js +0 -6
  24. package/dist/controls/LinkCard_module.css +0 -22
  25. package/dist/controls/Link_module.css +0 -19
  26. package/dist/controls/MenuButton.d.ts +0 -31
  27. package/dist/controls/MenuButton.js +0 -216
  28. package/dist/controls/MenuButton.module.js +0 -10
  29. package/dist/controls/MenuButton_module.css +0 -78
  30. package/dist/controls/PageTabSet.d.ts +0 -11
  31. package/dist/controls/PageTabSet.js +0 -26
  32. package/dist/controls/PageTabSet.module.js +0 -7
  33. package/dist/controls/PageTabSet_module.css +0 -32
  34. package/dist/controls/Sortable.d.ts +0 -11
  35. package/dist/controls/Sortable.js +0 -27
  36. package/dist/controls/SortableItem.d.ts +0 -8
  37. package/dist/controls/SortableItem.js +0 -42
  38. package/dist/controls/SortableItem.module.js +0 -9
  39. package/dist/controls/SortableItem_module.css +0 -46
  40. package/dist/controls/TabSet.d.ts +0 -12
  41. package/dist/controls/TabSet.js +0 -26
  42. package/dist/controls/TabSet.module.js +0 -7
  43. package/dist/controls/TabSetLink.d.ts +0 -12
  44. package/dist/controls/TabSetLink.js +0 -24
  45. package/dist/controls/TabSetLink.module.js +0 -7
  46. package/dist/controls/TabSetLink_module.css +0 -41
  47. package/dist/controls/TabSet_module.css +0 -39
  48. package/dist/email/EmailBodyText.d.ts +0 -5
  49. package/dist/email/EmailBodyText.js +0 -12
  50. package/dist/email/EmailButton.d.ts +0 -6
  51. package/dist/email/EmailButton.js +0 -19
  52. package/dist/email/EmailFooterText.d.ts +0 -5
  53. package/dist/email/EmailFooterText.js +0 -12
  54. package/dist/email/EmailLayout.d.ts +0 -10
  55. package/dist/email/EmailLayout.js +0 -41
  56. package/dist/fields/BooleanField.d.ts +0 -15
  57. package/dist/fields/BooleanField.js +0 -19
  58. package/dist/fields/ColorPickerField.d.ts +0 -18
  59. package/dist/fields/ColorPickerField.js +0 -18
  60. package/dist/fields/DateField.d.ts +0 -18
  61. package/dist/fields/DateField.js +0 -22
  62. package/dist/fields/DateTimeField.d.ts +0 -16
  63. package/dist/fields/DateTimeField.js +0 -20
  64. package/dist/fields/FileField.d.ts +0 -12
  65. package/dist/fields/FileField.js +0 -18
  66. package/dist/fields/ListBoxField.d.ts +0 -21
  67. package/dist/fields/ListBoxField.js +0 -24
  68. package/dist/fields/MarkdownField.d.ts +0 -17
  69. package/dist/fields/MarkdownField.js +0 -36
  70. package/dist/fields/NumberField.d.ts +0 -12
  71. package/dist/fields/NumberField.js +0 -23
  72. package/dist/fields/PasswordField.d.ts +0 -15
  73. package/dist/fields/PasswordField.js +0 -63
  74. package/dist/fields/PasswordField.module.js +0 -14
  75. package/dist/fields/PasswordField_module.css +0 -47
  76. package/dist/fields/RadioSetField.d.ts +0 -22
  77. package/dist/fields/RadioSetField.js +0 -42
  78. package/dist/fields/RadioSetField.module.js +0 -6
  79. package/dist/fields/RadioSetField_module.css +0 -15
  80. package/dist/fields/SelectField.d.ts +0 -20
  81. package/dist/fields/SelectField.js +0 -24
  82. package/dist/fields/SimpleRadioSetField.d.ts +0 -15
  83. package/dist/fields/SimpleRadioSetField.js +0 -13
  84. package/dist/fields/SingleSelectComboboxField.d.ts +0 -25
  85. package/dist/fields/SingleSelectComboboxField.js +0 -28
  86. package/dist/fields/StringField.d.ts +0 -12
  87. package/dist/fields/StringField.js +0 -25
  88. package/dist/fields/TextField.d.ts +0 -17
  89. package/dist/fields/TextField.js +0 -21
  90. package/dist/fields/TimeField.d.ts +0 -12
  91. package/dist/fields/TimeField.js +0 -21
  92. package/dist/forms/FormButtonSet.d.ts +0 -14
  93. package/dist/forms/FormButtonSet.js +0 -31
  94. package/dist/forms/FormButtonSet.module.js +0 -5
  95. package/dist/forms/FormButtonSet_module.css +0 -12
  96. package/dist/forms/FormError.d.ts +0 -6
  97. package/dist/forms/FormError.js +0 -10
  98. package/dist/forms/FormErrorList.d.ts +0 -8
  99. package/dist/forms/FormErrorList.js +0 -22
  100. package/dist/forms/FormErrorList.module.js +0 -6
  101. package/dist/forms/FormErrorList_module.css +0 -12
  102. package/dist/forms/FormStatusIndicator.d.ts +0 -8
  103. package/dist/forms/FormStatusIndicator.js +0 -40
  104. package/dist/forms/FormStatusIndicator.module.js +0 -8
  105. package/dist/forms/FormStatusIndicator_module.css +0 -18
  106. package/dist/forms/RegularField.d.ts +0 -14
  107. package/dist/forms/RegularField.js +0 -47
  108. package/dist/forms/RegularField.module.js +0 -14
  109. package/dist/forms/RegularField_module.css +0 -47
  110. package/dist/forms/ToggleField.d.ts +0 -12
  111. package/dist/forms/ToggleField.js +0 -38
  112. package/dist/forms/ToggleField.module.js +0 -8
  113. package/dist/forms/ToggleField_module.css +0 -25
  114. package/dist/forms/_types.d.ts +0 -17
  115. package/dist/forms/_types.js +0 -0
  116. package/dist/forms/useForm.d.ts +0 -54
  117. package/dist/forms/useForm.js +0 -107
  118. package/dist/hud/ChevronIcon.d.ts +0 -2
  119. package/dist/hud/ChevronIcon.js +0 -13
  120. package/dist/hud/NavItem.d.ts +0 -10
  121. package/dist/hud/NavItem.js +0 -27
  122. package/dist/hud/NavItem.module.js +0 -7
  123. package/dist/hud/NavItemChild.d.ts +0 -8
  124. package/dist/hud/NavItemChild.js +0 -20
  125. package/dist/hud/NavItemChild.module.js +0 -6
  126. package/dist/hud/NavItemChild_module.css +0 -20
  127. package/dist/hud/NavItem_module.css +0 -26
  128. package/dist/hud/NavSection.d.ts +0 -12
  129. package/dist/hud/NavSection.js +0 -48
  130. package/dist/hud/NavSection.module.js +0 -11
  131. package/dist/hud/NavSection_module.css +0 -44
  132. package/dist/hud/NavTitle.d.ts +0 -8
  133. package/dist/hud/NavTitle.js +0 -43
  134. package/dist/hud/NavTitle.module.js +0 -6
  135. package/dist/hud/NavTitle_module.css +0 -30
  136. package/dist/hud/SidebarIcon.d.ts +0 -2
  137. package/dist/hud/SidebarIcon.js +0 -13
  138. package/dist/hud/ToolbarButton.d.ts +0 -12
  139. package/dist/hud/ToolbarButton.js +0 -23
  140. package/dist/hud/ToolbarButton.module.js +0 -6
  141. package/dist/hud/ToolbarButton_module.css +0 -24
  142. package/dist/icons/AppsIcon.d.ts +0 -3
  143. package/dist/icons/AppsIcon.js +0 -11
  144. package/dist/icons/ArchiveIcon.d.ts +0 -3
  145. package/dist/icons/ArchiveIcon.js +0 -11
  146. package/dist/icons/ArrowLeftIcon.d.ts +0 -3
  147. package/dist/icons/ArrowLeftIcon.js +0 -11
  148. package/dist/icons/ArrowRightIcon.d.ts +0 -3
  149. package/dist/icons/ArrowRightIcon.js +0 -11
  150. package/dist/icons/AssignIcon.d.ts +0 -3
  151. package/dist/icons/AssignIcon.js +0 -13
  152. package/dist/icons/BankAccountIcon.d.ts +0 -3
  153. package/dist/icons/BankAccountIcon.js +0 -11
  154. package/dist/icons/CalendarIcon.d.ts +0 -3
  155. package/dist/icons/CalendarIcon.js +0 -11
  156. package/dist/icons/CancelIcon.d.ts +0 -3
  157. package/dist/icons/CancelIcon.js +0 -11
  158. package/dist/icons/CaratDownIcon.d.ts +0 -3
  159. package/dist/icons/CaratDownIcon.js +0 -11
  160. package/dist/icons/CaratLeftIcon.d.ts +0 -3
  161. package/dist/icons/CaratLeftIcon.js +0 -11
  162. package/dist/icons/CaratRightIcon.d.ts +0 -3
  163. package/dist/icons/CaratRightIcon.js +0 -11
  164. package/dist/icons/CaratUpIcon.d.ts +0 -3
  165. package/dist/icons/CaratUpIcon.js +0 -11
  166. package/dist/icons/CheckmarkIcon.d.ts +0 -3
  167. package/dist/icons/CheckmarkIcon.js +0 -11
  168. package/dist/icons/ChevronDownIcon.d.ts +0 -3
  169. package/dist/icons/ChevronDownIcon.js +0 -11
  170. package/dist/icons/ChevronLeftIcon.d.ts +0 -3
  171. package/dist/icons/ChevronLeftIcon.js +0 -11
  172. package/dist/icons/ChevronRightIcon.d.ts +0 -3
  173. package/dist/icons/ChevronRightIcon.js +0 -11
  174. package/dist/icons/ChevronUpIcon.d.ts +0 -3
  175. package/dist/icons/ChevronUpIcon.js +0 -11
  176. package/dist/icons/CloseIcon.d.ts +0 -3
  177. package/dist/icons/CloseIcon.js +0 -11
  178. package/dist/icons/CopyIcon.d.ts +0 -3
  179. package/dist/icons/CopyIcon.js +0 -14
  180. package/dist/icons/DashIcon.d.ts +0 -3
  181. package/dist/icons/DashIcon.js +0 -11
  182. package/dist/icons/DeleteIcon.d.ts +0 -3
  183. package/dist/icons/DeleteIcon.js +0 -11
  184. package/dist/icons/EditIcon.d.ts +0 -3
  185. package/dist/icons/EditIcon.js +0 -11
  186. package/dist/icons/EmailIcon.d.ts +0 -3
  187. package/dist/icons/EmailIcon.js +0 -11
  188. package/dist/icons/EmergencyContactIcon.d.ts +0 -3
  189. package/dist/icons/EmergencyContactIcon.js +0 -11
  190. package/dist/icons/ExternalIcon.d.ts +0 -3
  191. package/dist/icons/ExternalIcon.js +0 -14
  192. package/dist/icons/GripLinesIcon.d.ts +0 -3
  193. package/dist/icons/GripLinesIcon.js +0 -11
  194. package/dist/icons/HelpIcon.d.ts +0 -3
  195. package/dist/icons/HelpIcon.js +0 -11
  196. package/dist/icons/HiddenIcon.d.ts +0 -3
  197. package/dist/icons/HiddenIcon.js +0 -11
  198. package/dist/icons/InboxIcon.d.ts +0 -3
  199. package/dist/icons/InboxIcon.js +0 -11
  200. package/dist/icons/InsightsIcon.d.ts +0 -3
  201. package/dist/icons/InsightsIcon.js +0 -11
  202. package/dist/icons/JobIcon.d.ts +0 -3
  203. package/dist/icons/JobIcon.js +0 -11
  204. package/dist/icons/LeaveIcon.d.ts +0 -3
  205. package/dist/icons/LeaveIcon.js +0 -11
  206. package/dist/icons/LoadingIcon.d.ts +0 -4
  207. package/dist/icons/LoadingIcon.js +0 -22
  208. package/dist/icons/LogoutIcon.d.ts +0 -3
  209. package/dist/icons/LogoutIcon.js +0 -11
  210. package/dist/icons/MicrosoftIcon.d.ts +0 -3
  211. package/dist/icons/MicrosoftIcon.js +0 -26
  212. package/dist/icons/MinusIcon.d.ts +0 -3
  213. package/dist/icons/MinusIcon.js +0 -11
  214. package/dist/icons/OverflowIcon.d.ts +0 -3
  215. package/dist/icons/OverflowIcon.js +0 -11
  216. package/dist/icons/PaperworkIcon.d.ts +0 -3
  217. package/dist/icons/PaperworkIcon.js +0 -11
  218. package/dist/icons/PeopleIcon.d.ts +0 -3
  219. package/dist/icons/PeopleIcon.js +0 -11
  220. package/dist/icons/PhoneIcon.d.ts +0 -3
  221. package/dist/icons/PhoneIcon.js +0 -11
  222. package/dist/icons/PlusIcon.d.ts +0 -3
  223. package/dist/icons/PlusIcon.js +0 -11
  224. package/dist/icons/PositionsIcon.d.ts +0 -3
  225. package/dist/icons/PositionsIcon.js +0 -11
  226. package/dist/icons/ProfileFemaleIcon.d.ts +0 -3
  227. package/dist/icons/ProfileFemaleIcon.js +0 -11
  228. package/dist/icons/ProfileIcon.d.ts +0 -3
  229. package/dist/icons/ProfileIcon.js +0 -11
  230. package/dist/icons/ProfileMaleIcon.d.ts +0 -3
  231. package/dist/icons/ProfileMaleIcon.js +0 -11
  232. package/dist/icons/RemunerationIcon.d.ts +0 -3
  233. package/dist/icons/RemunerationIcon.js +0 -11
  234. package/dist/icons/RescheduleIcon.d.ts +0 -3
  235. package/dist/icons/RescheduleIcon.js +0 -13
  236. package/dist/icons/RestoreIcon.d.ts +0 -3
  237. package/dist/icons/RestoreIcon.js +0 -13
  238. package/dist/icons/ReviewIcon.d.ts +0 -3
  239. package/dist/icons/ReviewIcon.js +0 -11
  240. package/dist/icons/ScheduleIcon.d.ts +0 -3
  241. package/dist/icons/ScheduleIcon.js +0 -13
  242. package/dist/icons/SettingsIcon.d.ts +0 -3
  243. package/dist/icons/SettingsIcon.js +0 -11
  244. package/dist/icons/SidebarIcon.d.ts +0 -3
  245. package/dist/icons/SidebarIcon.js +0 -11
  246. package/dist/icons/SortAscIcon.d.ts +0 -3
  247. package/dist/icons/SortAscIcon.js +0 -11
  248. package/dist/icons/SortDefaultIcon.d.ts +0 -3
  249. package/dist/icons/SortDefaultIcon.js +0 -11
  250. package/dist/icons/SortDesIcon.d.ts +0 -3
  251. package/dist/icons/SortDesIcon.js +0 -11
  252. package/dist/icons/StepsCompleteIcon.d.ts +0 -3
  253. package/dist/icons/StepsCompleteIcon.js +0 -11
  254. package/dist/icons/StepsCurrentIcon.d.ts +0 -3
  255. package/dist/icons/StepsCurrentIcon.js +0 -11
  256. package/dist/icons/StepsIncompleteIcon.d.ts +0 -3
  257. package/dist/icons/StepsIncompleteIcon.js +0 -11
  258. package/dist/icons/SubmitIcon.d.ts +0 -3
  259. package/dist/icons/SubmitIcon.js +0 -13
  260. package/dist/icons/SuccessIcon.d.ts +0 -3
  261. package/dist/icons/SuccessIcon.js +0 -13
  262. package/dist/icons/SuperFundIcon.d.ts +0 -3
  263. package/dist/icons/SuperFundIcon.js +0 -11
  264. package/dist/icons/SyncIcon.d.ts +0 -3
  265. package/dist/icons/SyncIcon.js +0 -11
  266. package/dist/icons/TaskIcon.d.ts +0 -3
  267. package/dist/icons/TaskIcon.js +0 -11
  268. package/dist/icons/TaxIcon.d.ts +0 -3
  269. package/dist/icons/TaxIcon.js +0 -11
  270. package/dist/icons/TenureIcon.d.ts +0 -3
  271. package/dist/icons/TenureIcon.js +0 -11
  272. package/dist/icons/VisibleIcon.d.ts +0 -3
  273. package/dist/icons/VisibleIcon.js +0 -11
  274. package/dist/icons/WarningIcon.d.ts +0 -3
  275. package/dist/icons/WarningIcon.js +0 -12
  276. package/dist/icons/_types.d.ts +0 -4
  277. package/dist/icons/_types.js +0 -0
  278. package/dist/icons/index.d.ts +0 -67
  279. package/dist/icons/index.js +0 -68
  280. package/dist/index.d.ts +0 -1
  281. package/dist/index.js +0 -0
  282. package/dist/inputs/CheckboxInput.d.ts +0 -12
  283. package/dist/inputs/CheckboxInput.js +0 -48
  284. package/dist/inputs/CheckboxInput.module.js +0 -6
  285. package/dist/inputs/CheckboxInput_module.css +0 -32
  286. package/dist/inputs/ColorPickerInput.d.ts +0 -8
  287. package/dist/inputs/ColorPickerInput.js +0 -36
  288. package/dist/inputs/ColorPickerInput.module.js +0 -15
  289. package/dist/inputs/ColorPickerInput_module.css +0 -99
  290. package/dist/inputs/DateInput.d.ts +0 -19
  291. package/dist/inputs/DateInput.js +0 -43
  292. package/dist/inputs/DateInput.module.js +0 -10
  293. package/dist/inputs/DateInput_module.css +0 -60
  294. package/dist/inputs/DateTimeInput.d.ts +0 -17
  295. package/dist/inputs/DateTimeInput.js +0 -34
  296. package/dist/inputs/DateTimeInput.module.js +0 -5
  297. package/dist/inputs/DateTimeInput_module.css +0 -27
  298. package/dist/inputs/FileInput.d.ts +0 -7
  299. package/dist/inputs/FileInput.js +0 -12
  300. package/dist/inputs/ListBoxInput.d.ts +0 -14
  301. package/dist/inputs/ListBoxInput.js +0 -66
  302. package/dist/inputs/ListBoxInput.module.js +0 -10
  303. package/dist/inputs/ListBoxInput_module.css +0 -44
  304. package/dist/inputs/MarkdownInput.d.ts +0 -11
  305. package/dist/inputs/MarkdownInput.js +0 -35
  306. package/dist/inputs/MarkdownInput.module.js +0 -5
  307. package/dist/inputs/MarkdownInput_module.css +0 -27
  308. package/dist/inputs/NumberInput.d.ts +0 -13
  309. package/dist/inputs/NumberInput.js +0 -44
  310. package/dist/inputs/NumberInput.module.js +0 -10
  311. package/dist/inputs/NumberInput_module.css +0 -59
  312. package/dist/inputs/RadioInput.d.ts +0 -9
  313. package/dist/inputs/RadioInput.js +0 -34
  314. package/dist/inputs/RadioInput.module.js +0 -6
  315. package/dist/inputs/RadioInput_module.css +0 -31
  316. package/dist/inputs/SelectInput.d.ts +0 -14
  317. package/dist/inputs/SelectInput.js +0 -130
  318. package/dist/inputs/SelectInput.module.js +0 -10
  319. package/dist/inputs/SelectInput_module.css +0 -63
  320. package/dist/inputs/SingleSelectComboboxInput.d.ts +0 -19
  321. package/dist/inputs/SingleSelectComboboxInput.js +0 -179
  322. package/dist/inputs/SingleSelectComboboxInput.module.js +0 -12
  323. package/dist/inputs/SingleSelectComboboxInput_module.css +0 -73
  324. package/dist/inputs/StringInput.d.ts +0 -15
  325. package/dist/inputs/StringInput.js +0 -51
  326. package/dist/inputs/StringInput.module.js +0 -10
  327. package/dist/inputs/StringInput_module.css +0 -59
  328. package/dist/inputs/TextInput.d.ts +0 -13
  329. package/dist/inputs/TextInput.js +0 -51
  330. package/dist/inputs/TextInput.module.js +0 -10
  331. package/dist/inputs/TextInput_module.css +0 -59
  332. package/dist/inputs/TimeInput.d.ts +0 -11
  333. package/dist/inputs/TimeInput.js +0 -26
  334. package/dist/inputs/TimeInput.module.js +0 -5
  335. package/dist/inputs/TimeInput_module.css +0 -33
  336. package/dist/layouts/BaseLayout.d.ts +0 -7
  337. package/dist/layouts/BaseLayout.js +0 -15
  338. package/dist/layouts/FullLayout.d.ts +0 -19
  339. package/dist/layouts/FullLayout.js +0 -152
  340. package/dist/layouts/FullLayout.module.js +0 -24
  341. package/dist/layouts/FullLayout_module.css +0 -257
  342. package/dist/layouts/MinimalLayout.d.ts +0 -12
  343. package/dist/layouts/MinimalLayout.js +0 -34
  344. package/dist/layouts/MinimalLayout.module.js +0 -6
  345. package/dist/layouts/MinimalLayout_module.css +0 -25
  346. package/dist/presentation/ActionSet.d.ts +0 -13
  347. package/dist/presentation/ActionSet.js +0 -13
  348. package/dist/presentation/ActionSet.module.js +0 -5
  349. package/dist/presentation/ActionSet_module.css +0 -7
  350. package/dist/presentation/Avatar.d.ts +0 -8
  351. package/dist/presentation/Avatar.js +0 -27
  352. package/dist/presentation/Avatar.module.js +0 -5
  353. package/dist/presentation/Avatar_module.css +0 -10
  354. package/dist/presentation/Badge.d.ts +0 -8
  355. package/dist/presentation/Badge.js +0 -20
  356. package/dist/presentation/Badge.module.js +0 -14
  357. package/dist/presentation/BadgeSet.d.ts +0 -15
  358. package/dist/presentation/BadgeSet.js +0 -18
  359. package/dist/presentation/BadgeSet.module.js +0 -7
  360. package/dist/presentation/BadgeSet_module.css +0 -15
  361. package/dist/presentation/Badge_module.css +0 -53
  362. package/dist/presentation/Banner.d.ts +0 -11
  363. package/dist/presentation/Banner.js +0 -33
  364. package/dist/presentation/Banner.module.js +0 -12
  365. package/dist/presentation/Banner_module.css +0 -54
  366. package/dist/presentation/ButtonSet.d.ts +0 -11
  367. package/dist/presentation/ButtonSet.js +0 -21
  368. package/dist/presentation/ButtonsSet.module.js +0 -6
  369. package/dist/presentation/ButtonsSet_module.css +0 -10
  370. package/dist/presentation/Card.d.ts +0 -17
  371. package/dist/presentation/Card.js +0 -38
  372. package/dist/presentation/Card.module.js +0 -9
  373. package/dist/presentation/CardContent.d.ts +0 -7
  374. package/dist/presentation/CardContent.js +0 -12
  375. package/dist/presentation/CardContent.module.js +0 -5
  376. package/dist/presentation/CardContent_module.css +0 -4
  377. package/dist/presentation/Card_module.css +0 -32
  378. package/dist/presentation/Columns.d.ts +0 -8
  379. package/dist/presentation/Columns.js +0 -16
  380. package/dist/presentation/Columns.module.js +0 -7
  381. package/dist/presentation/Columns_module.css +0 -19
  382. package/dist/presentation/ConfirmationModal.d.ts +0 -13
  383. package/dist/presentation/ConfirmationModal.js +0 -61
  384. package/dist/presentation/DefinitionList.d.ts +0 -10
  385. package/dist/presentation/DefinitionList.js +0 -22
  386. package/dist/presentation/DefinitionList.module.js +0 -6
  387. package/dist/presentation/DefinitionList_module.css +0 -10
  388. package/dist/presentation/Divider.d.ts +0 -5
  389. package/dist/presentation/Divider.js +0 -23
  390. package/dist/presentation/Divider.module.js +0 -6
  391. package/dist/presentation/Divider_module.css +0 -12
  392. package/dist/presentation/File.d.ts +0 -6
  393. package/dist/presentation/File.js +0 -57
  394. package/dist/presentation/Footer.d.ts +0 -12
  395. package/dist/presentation/Footer.js +0 -18
  396. package/dist/presentation/Footer.module.js +0 -5
  397. package/dist/presentation/Footer_module.css +0 -16
  398. package/dist/presentation/HStack.d.ts +0 -10
  399. package/dist/presentation/HStack.js +0 -16
  400. package/dist/presentation/HStack.module.js +0 -5
  401. package/dist/presentation/HStack_module.css +0 -10
  402. package/dist/presentation/Header.d.ts +0 -10
  403. package/dist/presentation/Header.js +0 -20
  404. package/dist/presentation/Header.module.js +0 -6
  405. package/dist/presentation/Header_module.css +0 -17
  406. package/dist/presentation/Heading.d.ts +0 -10
  407. package/dist/presentation/Heading.js +0 -10
  408. package/dist/presentation/HeadlineStatisticCard.d.ts +0 -9
  409. package/dist/presentation/HeadlineStatisticCard.js +0 -35
  410. package/dist/presentation/HoverCard.d.ts +0 -7
  411. package/dist/presentation/HoverCard.js +0 -90
  412. package/dist/presentation/HoverCard.module.js +0 -8
  413. package/dist/presentation/HoverCard_module.css +0 -18
  414. package/dist/presentation/Icon.d.ts +0 -20
  415. package/dist/presentation/Icon.js +0 -27
  416. package/dist/presentation/IconSymbolSet.d.ts +0 -6
  417. package/dist/presentation/IconSymbolSet.js +0 -16
  418. package/dist/presentation/Info.d.ts +0 -10
  419. package/dist/presentation/Info.js +0 -26
  420. package/dist/presentation/Info.module.js +0 -8
  421. package/dist/presentation/Info_module.css +0 -38
  422. package/dist/presentation/Key.d.ts +0 -7
  423. package/dist/presentation/Key.js +0 -13
  424. package/dist/presentation/Key.module.js +0 -5
  425. package/dist/presentation/Key_module.css +0 -15
  426. package/dist/presentation/KeysSet.d.ts +0 -9
  427. package/dist/presentation/KeysSet.js +0 -8
  428. package/dist/presentation/KeysSet.module.js +0 -5
  429. package/dist/presentation/KeysSet_module.css +0 -6
  430. package/dist/presentation/Label.d.ts +0 -10
  431. package/dist/presentation/Label.js +0 -10
  432. package/dist/presentation/Layer.d.ts +0 -9
  433. package/dist/presentation/Layer.js +0 -48
  434. package/dist/presentation/ListCard.d.ts +0 -13
  435. package/dist/presentation/ListCard.js +0 -50
  436. package/dist/presentation/ListCard.module.js +0 -10
  437. package/dist/presentation/ListCard_module.css +0 -78
  438. package/dist/presentation/Markdown.d.ts +0 -19
  439. package/dist/presentation/Markdown.js +0 -33
  440. package/dist/presentation/Modal.d.ts +0 -8
  441. package/dist/presentation/Modal.js +0 -26
  442. package/dist/presentation/Modal.module.js +0 -7
  443. package/dist/presentation/Modal_module.css +0 -17
  444. package/dist/presentation/ObscuredText.d.ts +0 -5
  445. package/dist/presentation/ObscuredText.js +0 -25
  446. package/dist/presentation/ObscuredText.module.js +0 -6
  447. package/dist/presentation/ObscuredText_module.css +0 -26
  448. package/dist/presentation/Overlay.d.ts +0 -7
  449. package/dist/presentation/Overlay.js +0 -29
  450. package/dist/presentation/Overlay.module.js +0 -6
  451. package/dist/presentation/Overlay_module.css +0 -20
  452. package/dist/presentation/PersonAvatar.d.ts +0 -18
  453. package/dist/presentation/PersonAvatar.js +0 -89
  454. package/dist/presentation/PersonCover.d.ts +0 -5
  455. package/dist/presentation/PersonCover.js +0 -21
  456. package/dist/presentation/PersonCover.module.js +0 -6
  457. package/dist/presentation/PersonCover_module.css +0 -22
  458. package/dist/presentation/Placeholder.d.ts +0 -6
  459. package/dist/presentation/Placeholder.js +0 -8
  460. package/dist/presentation/Placeholder.module.js +0 -5
  461. package/dist/presentation/Placeholder_module.css +0 -9
  462. package/dist/presentation/PlainText.d.ts +0 -11
  463. package/dist/presentation/PlainText.js +0 -40
  464. package/dist/presentation/PlainText.module.js +0 -5
  465. package/dist/presentation/PlainText_module.css +0 -6
  466. package/dist/presentation/RichText.d.ts +0 -16
  467. package/dist/presentation/RichText.js +0 -21
  468. package/dist/presentation/RichText.module.js +0 -7
  469. package/dist/presentation/RichText_module.css +0 -177
  470. package/dist/presentation/Sheet.d.ts +0 -23
  471. package/dist/presentation/Sheet.js +0 -22
  472. package/dist/presentation/Sheet.module.js +0 -8
  473. package/dist/presentation/SheetContent.d.ts +0 -6
  474. package/dist/presentation/SheetContent.js +0 -8
  475. package/dist/presentation/SheetContent.module.js +0 -5
  476. package/dist/presentation/SheetContent_module.css +0 -7
  477. package/dist/presentation/SheetFooter.d.ts +0 -7
  478. package/dist/presentation/SheetFooter.js +0 -12
  479. package/dist/presentation/SheetFooter.module.js +0 -5
  480. package/dist/presentation/SheetFooter_module.css +0 -7
  481. package/dist/presentation/SheetHeader.d.ts +0 -8
  482. package/dist/presentation/SheetHeader.js +0 -13
  483. package/dist/presentation/SheetHeader.module.js +0 -5
  484. package/dist/presentation/SheetHeader_module.css +0 -7
  485. package/dist/presentation/Sheet_module.css +0 -24
  486. package/dist/presentation/SimpleList.d.ts +0 -9
  487. package/dist/presentation/SimpleList.js +0 -14
  488. package/dist/presentation/SimpleList.module.js +0 -5
  489. package/dist/presentation/SimpleList_module.css +0 -9
  490. package/dist/presentation/SimpleTable.d.ts +0 -27
  491. package/dist/presentation/SimpleTable.js +0 -67
  492. package/dist/presentation/SimpleTable.module.js +0 -12
  493. package/dist/presentation/SimpleTable_module.css +0 -42
  494. package/dist/presentation/Slot.d.ts +0 -8
  495. package/dist/presentation/Slot.js +0 -26
  496. package/dist/presentation/Slot.module.js +0 -5
  497. package/dist/presentation/Slot_module.css +0 -7
  498. package/dist/presentation/Subheading.d.ts +0 -10
  499. package/dist/presentation/Subheading.js +0 -10
  500. package/dist/presentation/Table.d.ts +0 -71
  501. package/dist/presentation/Table.js +0 -458
  502. package/dist/presentation/Table.module.js +0 -22
  503. package/dist/presentation/Table_module.css +0 -142
  504. package/dist/presentation/Tag.d.ts +0 -9
  505. package/dist/presentation/Tag.js +0 -20
  506. package/dist/presentation/Tag.module.js +0 -14
  507. package/dist/presentation/TagSet.d.ts +0 -15
  508. package/dist/presentation/TagSet.js +0 -18
  509. package/dist/presentation/TagSet.module.js +0 -7
  510. package/dist/presentation/TagSet_module.css +0 -15
  511. package/dist/presentation/Tag_module.css +0 -53
  512. package/dist/presentation/Timeline.d.ts +0 -10
  513. package/dist/presentation/Timeline.js +0 -24
  514. package/dist/presentation/Timeline.module.js +0 -7
  515. package/dist/presentation/Timeline_module.css +0 -32
  516. package/dist/presentation/Title.d.ts +0 -10
  517. package/dist/presentation/Title.js +0 -10
  518. package/dist/presentation/Tooltip.d.ts +0 -7
  519. package/dist/presentation/Tooltip.js +0 -62
  520. package/dist/presentation/Tooltip.module.js +0 -6
  521. package/dist/presentation/Tooltip_module.css +0 -12
  522. package/dist/presentation/VStack.d.ts +0 -13
  523. package/dist/presentation/VStack.js +0 -15
  524. package/dist/presentation/VStack.module.js +0 -5
  525. package/dist/presentation/VStack_module.css +0 -8
  526. package/dist/shared.css +0 -407
  527. package/dist/utils/NextContext.d.ts +0 -10
  528. package/dist/utils/NextContext.js +0 -4
  529. package/dist/utils/TrackingContext.d.ts +0 -20
  530. package/dist/utils/TrackingContext.js +0 -4
  531. package/dist/utils/customProperties.d.ts +0 -5
  532. package/dist/utils/customProperties.js +0 -3
  533. package/dist/utils/encodeCsv.d.ts +0 -5
  534. package/dist/utils/encodeCsv.js +0 -30
  535. package/dist/utils/search.d.ts +0 -4
  536. package/dist/utils/search.js +0 -10
  537. package/dist/utils/useNextContext.d.ts +0 -35
  538. package/dist/utils/useNextContext.js +0 -9
  539. package/dist/validators/isGreaterThan.d.ts +0 -8
  540. package/dist/validators/isGreaterThan.js +0 -11
  541. package/dist/validators/isInteger.d.ts +0 -8
  542. package/dist/validators/isInteger.js +0 -11
  543. package/dist/validators/isLessThan.d.ts +0 -8
  544. package/dist/validators/isLessThan.js +0 -11
  545. package/dist/validators/isNotBlank.d.ts +0 -8
  546. package/dist/validators/isNotBlank.js +0 -11
  547. package/dist/validators/isNotEmpty.d.ts +0 -8
  548. package/dist/validators/isNotEmpty.js +0 -11
  549. package/dist/validators/isNumber.d.ts +0 -8
  550. package/dist/validators/isNumber.js +0 -12
  551. package/dist/validators/isRequired.d.ts +0 -8
  552. package/dist/validators/isRequired.js +0 -11
  553. package/dist/validators/isTrue.d.ts +0 -8
  554. package/dist/validators/isTrue.js +0 -11
  555. package/dist/validators/isValidEmail.d.ts +0 -8
  556. package/dist/validators/isValidEmail.js +0 -12
  557. package/dist/visuals/ProportionVisual.d.ts +0 -11
  558. package/dist/visuals/ProportionVisual.js +0 -41
  559. package/dist/visuals/ProportionVisual.module.js +0 -16
  560. package/dist/visuals/ProportionVisualCompact.d.ts +0 -9
  561. package/dist/visuals/ProportionVisualCompact.js +0 -27
  562. package/dist/visuals/ProportionVisualCompact.module.js +0 -15
  563. package/dist/visuals/ProportionVisualCompact_module.css +0 -48
  564. package/dist/visuals/ProportionVisual_module.css +0 -65
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const ProfileMaleIcon: Icon;
3
- export default ProfileMaleIcon;
@@ -1,11 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- const ProfileMaleIcon = ({ id })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("symbol", {
3
- id: id,
4
- viewBox: "0 0 14 20",
5
- fill: "currentColor",
6
- children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
7
- d: "M9.5 6C9.5 5.64375 9.425 5.30625 9.29062 5H9.25C8.60938 5 8.04063 4.7 7.675 4.23438C7.24688 4.99063 6.43125 5.5 5.5 5.5H4.55C4.51875 5.6625 4.5 5.82812 4.5 6V6.5C4.5 7.88125 5.61875 9 7 9C8.38125 9 9.5 7.88125 9.5 6.5V6ZM3 6C3 3.79063 4.79063 2 7 2C9.20937 2 11 3.79063 11 6V6.5C11 8.70937 9.20937 10.5 7 10.5C4.79063 10.5 3 8.70937 3 6.5V6ZM1.50937 16.5H12.4937C12.3969 15.0406 11.4656 13.8062 10.1687 13.2781L8.6 15.3687C7.8 16.4344 6.2 16.4344 5.4 15.3687L3.83125 13.2781C2.5375 13.8062 1.60312 15.0406 1.50937 16.5ZM4.12813 11.6187C4.30938 11.5781 4.49375 11.6563 4.60625 11.8031L6.60313 14.4656C6.80313 14.7312 7.20312 14.7312 7.40312 14.4656L9.4 11.8031C9.5125 11.6563 9.69688 11.5781 9.87813 11.6187C12.2313 12.1344 14 14.2344 14 16.75V17C14 17.5531 13.5531 18 13 18H1C0.446875 18 0 17.5531 0 17V16.75C0 14.2344 1.76875 12.1344 4.12813 11.6187Z"
8
- })
9
- });
10
- const ProfileMaleIcon_rslib_entry_ = ProfileMaleIcon;
11
- export { ProfileMaleIcon_rslib_entry_ as default };
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const RemunerationIcon: Icon;
3
- export default RemunerationIcon;
@@ -1,11 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- const RemunerationIcon = ({ id })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("symbol", {
3
- id: id,
4
- viewBox: "0 0 16 20",
5
- fill: "currentColor",
6
- children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
7
- d: "M5.5 4.75C5.5 4.75313 5.50313 4.76875 5.51875 4.79688C5.5375 4.83438 5.58125 4.89375 5.66563 4.96875C5.67813 4.97813 5.69062 4.99062 5.70312 5C5.11875 5.0125 4.55 5.05312 4.00313 5.12812L4 4.75C4 4.1875 4.30313 3.7375 4.65938 3.41562C5.01563 3.09375 5.49375 2.8375 6.01875 2.6375C7.075 2.23438 8.48438 2 10 2C11.5156 2 12.925 2.23437 13.9781 2.63437C14.5031 2.83437 14.9812 3.09063 15.3375 3.4125C15.6937 3.73438 16 4.1875 16 4.75V8V11.25C16 11.8125 15.6969 12.2625 15.3406 12.5844C14.9844 12.9063 14.5062 13.1625 13.9812 13.3625C13.6812 13.4781 13.3531 13.5781 13.0031 13.6625V12.1094C13.1625 12.0625 13.3094 12.0125 13.4469 11.9594C13.8719 11.7969 14.1656 11.6219 14.3375 11.4688C14.4219 11.3937 14.4656 11.3344 14.4844 11.2969C14.5031 11.2625 14.5031 11.25 14.5031 11.25V9.8875C14.3375 9.96875 14.1625 10.0438 13.9812 10.1125C13.6812 10.2281 13.3531 10.3281 13.0031 10.4125V8.85938C13.1625 8.8125 13.3094 8.7625 13.4469 8.70937C13.8719 8.54687 14.1656 8.37188 14.3375 8.21875C14.4219 8.14375 14.4656 8.08438 14.4844 8.04688C14.5 8.01875 14.5031 8.00313 14.5031 8V6.6375C14.3375 6.71875 14.1625 6.79375 13.9812 6.8625C13.5531 7.025 13.0625 7.1625 12.5344 7.26562C12.375 7.03125 12.1906 6.83125 12.0094 6.66875C11.6937 6.38437 11.3281 6.15313 10.9469 5.9625C11.9375 5.89063 12.8 5.70625 13.4469 5.45937C13.8719 5.29687 14.1656 5.12188 14.3375 4.96875C14.4219 4.89375 14.4656 4.83438 14.4844 4.79688C14.5 4.76875 14.5031 4.75313 14.5031 4.75C14.5031 4.75 14.5031 4.73438 14.4844 4.70312C14.4656 4.66562 14.4219 4.60625 14.3375 4.53125C14.1656 4.375 13.8719 4.2 13.4469 4.04063C12.6 3.71563 11.3813 3.5 10 3.5C8.61875 3.5 7.4 3.71562 6.55625 4.0375C6.13125 4.2 5.8375 4.375 5.66563 4.52813C5.58125 4.60313 5.5375 4.6625 5.51875 4.7C5.5 4.73438 5.5 4.74688 5.5 4.74688V4.75ZM1.5 8.75C1.5 8.75313 1.50312 8.76875 1.51875 8.79688C1.5375 8.83438 1.58125 8.89375 1.66562 8.96875C1.8375 9.125 2.13125 9.3 2.55625 9.45937C3.4 9.78125 4.61875 9.99687 6 9.99687C7.38125 9.99687 8.6 9.78125 9.44375 9.45937C9.86875 9.29687 10.1625 9.12188 10.3344 8.96875C10.4188 8.89375 10.4625 8.83438 10.4812 8.79688C10.4969 8.76875 10.5 8.75313 10.5 8.75C10.5 8.75 10.5 8.73438 10.4812 8.70312C10.4625 8.66562 10.4188 8.60625 10.3344 8.53125C10.1625 8.375 9.86875 8.2 9.44375 8.04063C8.6 7.71875 7.38125 7.50313 6 7.50313C4.61875 7.50313 3.4 7.71875 2.55625 8.04063C2.13125 8.20313 1.8375 8.37812 1.66562 8.53125C1.58125 8.60625 1.5375 8.66562 1.51875 8.70312C1.5 8.7375 1.5 8.75 1.5 8.75ZM0 8.75C0 8.1875 0.303125 7.7375 0.659375 7.41563C1.01562 7.09375 1.49375 6.8375 2.01875 6.6375C3.075 6.23437 4.48438 6 6 6C7.51562 6 8.925 6.23438 9.97812 6.63438C10.5031 6.83438 10.9812 7.09062 11.3375 7.4125C11.6937 7.73437 12 8.1875 12 8.75V12V15.25C12 15.8125 11.6969 16.2625 11.3406 16.5844C10.9844 16.9063 10.5062 17.1625 9.98125 17.3625C8.925 17.7656 7.51562 18 6 18C4.48438 18 3.075 17.7656 2.02187 17.3656C1.49687 17.1656 1.02188 16.9094 0.6625 16.5875C0.303125 16.2656 0 15.8125 0 15.25V12V8.75ZM10.5 12V10.6375C10.3344 10.7187 10.1594 10.7938 9.97812 10.8625C8.925 11.2656 7.51562 11.5 6 11.5C4.48438 11.5 3.075 11.2656 2.02187 10.8656C1.84062 10.7969 1.66563 10.7219 1.5 10.6406V12C1.5 12.0031 1.50312 12.0188 1.51875 12.0469C1.5375 12.0844 1.58125 12.1437 1.66562 12.2188C1.8375 12.375 2.13125 12.55 2.55625 12.7094C3.4 13.0313 4.61875 13.2469 6 13.2469C7.38125 13.2469 8.6 13.0313 9.44375 12.7094C9.86875 12.5469 10.1625 12.3719 10.3344 12.2188C10.4188 12.1437 10.4625 12.0844 10.4812 12.0469C10.4969 12.0188 10.5 12.0031 10.5 12ZM2.02187 14.1156C1.84062 14.0469 1.66563 13.9719 1.5 13.8906V15.25C1.5 15.25 1.5 15.2656 1.51875 15.2969C1.5375 15.3344 1.58125 15.3937 1.66562 15.4688C1.8375 15.625 2.13125 15.8 2.55625 15.9594C3.4 16.2813 4.61875 16.4969 6 16.4969C7.38125 16.4969 8.6 16.2813 9.44375 15.9594C9.86875 15.7969 10.1625 15.6219 10.3344 15.4688C10.4188 15.3937 10.4625 15.3344 10.4812 15.2969C10.5 15.2625 10.5 15.25 10.5 15.25V13.8875C10.3344 13.9687 10.1594 14.0438 9.97812 14.1125C8.925 14.5156 7.51562 14.75 6 14.75C4.48438 14.75 3.075 14.5156 2.02187 14.1156Z"
8
- })
9
- });
10
- const RemunerationIcon_rslib_entry_ = RemunerationIcon;
11
- export { RemunerationIcon_rslib_entry_ as default };
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const RescheduleIcon: Icon;
3
- export default RescheduleIcon;
@@ -1,13 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- const RescheduleIcon = ({ id })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("symbol", {
3
- id: id,
4
- width: 20,
5
- height: 20,
6
- viewBox: "0 0 20 20",
7
- fill: "currentColor",
8
- children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
9
- d: "M6 0C6.51953 0 6.9375 0.417969 6.9375 0.9375V2.5H12.5625V0.9375C12.5625 0.417969 12.9805 0 13.5 0C14.0195 0 14.4375 0.417969 14.4375 0.9375V2.5H16C17.3789 2.5 18.5 3.62109 18.5 5V5.625V7.5V17.5C18.5 18.8789 17.3789 20 16 20H3.5C2.12109 20 1 18.8789 1 17.5V7.5V5.625V5C1 3.62109 2.12109 2.5 3.5 2.5H5.0625V0.9375C5.0625 0.417969 5.48047 0 6 0ZM16.625 7.5H2.875V17.5C2.875 17.8438 3.15625 18.125 3.5 18.125H16C16.3438 18.125 16.625 17.8438 16.625 17.5V7.5ZM13.0625 9.49219C13.6367 10.0664 13.6367 11 13.0625 11.5742L12.4805 12.1563L10.3984 10.0781L10.9805 9.49219C11.5547 8.91797 12.4883 8.91797 13.0625 9.49219ZM6.70703 13.7695L9.51562 10.9609L11.5977 13.043L8.78906 15.8516C8.62891 16.0117 8.42969 16.125 8.20703 16.1797L6.77734 16.5391C6.5625 16.5937 6.33984 16.5313 6.18359 16.375C6.02734 16.2188 5.96484 15.9961 6.01953 15.7812L6.37891 14.3516C6.43359 14.1328 6.54688 13.9297 6.70703 13.7695Z"
10
- })
11
- });
12
- const RescheduleIcon_rslib_entry_ = RescheduleIcon;
13
- export { RescheduleIcon_rslib_entry_ as default };
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const RestoreIcon: Icon;
3
- export default RestoreIcon;
@@ -1,13 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- const RestoreIcon = ({ id })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("symbol", {
3
- id: id,
4
- width: 16,
5
- height: 20,
6
- viewBox: "0 0 20 20",
7
- fill: "currentColor",
8
- children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
9
- d: "M1.25 9C0.834375 9 0.5 8.66563 0.5 8.25V3.75C0.5 3.33437 0.834375 3 1.25 3C1.66563 3 2 3.33437 2 3.75V6.25313L2.625 5.51875C3.90625 3.98125 5.84063 3 8 3C11.8656 3 15 6.13438 15 10C15 13.8656 11.8656 17 8 17C6.425 17 4.96875 16.4781 3.8 15.6C3.46875 15.35 3.40313 14.8813 3.65 14.55C3.89688 14.2188 4.36875 14.1531 4.7 14.4C5.61875 15.0906 6.75937 15.5 8 15.5C11.0375 15.5 13.5 13.0375 13.5 10C13.5 6.9625 11.0375 4.5 8 4.5C6.30313 4.5 4.78438 5.26875 3.775 6.48125L3.77187 6.4875L2.90937 7.5H5.75C6.16563 7.5 6.5 7.83437 6.5 8.25C6.5 8.66563 6.16563 9 5.75 9H1.25Z"
10
- })
11
- });
12
- const RestoreIcon_rslib_entry_ = RestoreIcon;
13
- export { RestoreIcon_rslib_entry_ as default };
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const ReviewIcon: Icon;
3
- export default ReviewIcon;
@@ -1,11 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- const ReviewIcon = ({ id })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("symbol", {
3
- id: id,
4
- viewBox: "0 0 16 20",
5
- fill: "currentColor",
6
- children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
7
- d: "M8.00026 2C8.27917 2 8.53383 2.1625 8.6551 2.42188L10.7348 6.8375L15.3793 7.54375C15.6521 7.58437 15.8795 7.78125 15.9644 8.05312C16.0493 8.325 15.9796 8.61875 15.7855 8.81875L12.4174 12.2625L13.2117 17.125C13.2571 17.4062 13.145 17.6906 12.9176 17.8594C12.6902 18.0281 12.3931 18.0469 12.1506 17.9125L7.99723 15.625L3.84994 17.9094C3.60438 18.0438 3.30728 18.025 3.08293 17.8562C2.85859 17.6875 2.74339 17.4031 2.78887 17.1219L3.58316 12.2594L0.214999 8.81875C0.0179424 8.61875 -0.0487538 8.32187 0.0361323 8.05312C0.121018 7.78437 0.348392 7.5875 0.62124 7.54375L5.26572 6.8375L7.34543 2.42188C7.46972 2.1625 7.72135 2 8.00026 2ZM8.00026 4.46875L6.40865 7.85C6.30254 8.07187 6.09942 8.22812 5.85992 8.26562L2.27349 8.80937L4.87767 11.4688C5.04441 11.6406 5.12323 11.8844 5.08382 12.125L4.4684 15.8656L7.65769 14.1094C7.87293 13.9906 8.13062 13.9906 8.34284 14.1094L11.5321 15.8656L10.9197 12.1281C10.8803 11.8875 10.9561 11.6438 11.1259 11.4719L13.7301 8.8125L10.1436 8.26562C9.90717 8.22812 9.70101 8.075 9.59491 7.85L8.00026 4.46875Z"
8
- })
9
- });
10
- const ReviewIcon_rslib_entry_ = ReviewIcon;
11
- export { ReviewIcon_rslib_entry_ as default };
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const ScheduleIcon: Icon;
3
- export default ScheduleIcon;
@@ -1,13 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- const ScheduleIcon = ({ id })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("symbol", {
3
- id: id,
4
- width: 21,
5
- height: 20,
6
- viewBox: "0 0 20 20",
7
- fill: "currentColor",
8
- children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
9
- d: "M7.4375 0.9375C7.4375 0.417969 7.01953 0 6.5 0C5.98047 0 5.5625 0.417969 5.5625 0.9375V2.5H4C2.62109 2.5 1.5 3.62109 1.5 5V5.625V7.5V17.5C1.5 18.8789 2.62109 20 4 20H16.5C17.8789 20 19 18.8789 19 17.5V7.5V5.625V5C19 3.62109 17.8789 2.5 16.5 2.5H14.9375V0.9375C14.9375 0.417969 14.5195 0 14 0C13.4805 0 13.0625 0.417969 13.0625 0.9375V2.5H7.4375V0.9375ZM3.375 7.5H17.125V17.5C17.125 17.8438 16.8438 18.125 16.5 18.125H4C3.65625 18.125 3.375 17.8438 3.375 17.5V7.5ZM5.25 11.25C5.25 11.5815 5.3817 11.8995 5.61612 12.1339C5.85054 12.3683 6.16848 12.5 6.5 12.5C6.83152 12.5 7.14946 12.3683 7.38388 12.1339C7.6183 11.8995 7.75 11.5815 7.75 11.25C7.75 10.9185 7.6183 10.6005 7.38388 10.3661C7.14946 10.1317 6.83152 10 6.5 10C6.16848 10 5.85054 10.1317 5.61612 10.3661C5.3817 10.6005 5.25 10.9185 5.25 11.25ZM14 13.75C13.6685 13.75 13.3505 13.8817 13.1161 14.1161C12.8817 14.3505 12.75 14.6685 12.75 15C12.75 15.3315 12.8817 15.6495 13.1161 15.8839C13.3505 16.1183 13.6685 16.25 14 16.25C14.3315 16.25 14.6495 16.1183 14.8839 15.8839C15.1183 15.6495 15.25 15.3315 15.25 15C15.25 14.6685 15.1183 14.3505 14.8839 14.1161C14.6495 13.8817 14.3315 13.75 14 13.75ZM9 11.25C9 11.7695 9.41797 12.1875 9.9375 12.1875H14.3125C14.832 12.1875 15.25 11.7695 15.25 11.25C15.25 10.7305 14.832 10.3125 14.3125 10.3125H9.9375C9.41797 10.3125 9 10.7305 9 11.25ZM10.5625 14.0625H6.1875C5.66797 14.0625 5.25 14.4805 5.25 15C5.25 15.5195 5.66797 15.9375 6.1875 15.9375H10.5625C11.082 15.9375 11.5 15.5195 11.5 15C11.5 14.4805 11.082 14.0625 10.5625 14.0625Z"
10
- })
11
- });
12
- const ScheduleIcon_rslib_entry_ = ScheduleIcon;
13
- export { ScheduleIcon_rslib_entry_ as default };
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const SettingsIcon: Icon;
3
- export default SettingsIcon;
@@ -1,11 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- const SettingsIcon = ({ id })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("symbol", {
3
- id: id,
4
- viewBox: "0 0 16 20",
5
- fill: "currentColor",
6
- children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
7
- d: "M8.00009 2C8.53134 2 9.05009 2.05313 9.55634 2.15C9.80322 2.19688 10.2376 2.34062 10.4751 2.77812C10.5376 2.89375 10.5876 3.01563 10.6188 3.14688L10.9095 4.35C10.9532 4.53125 11.2595 4.70938 11.4376 4.65625L12.6251 4.30625C12.7501 4.26875 12.8782 4.25 13.0063 4.24688C13.5095 4.23125 13.8501 4.54063 14.0157 4.72813C14.7063 5.5125 15.2376 6.43438 15.5751 7.425C15.6563 7.6625 15.7501 8.10625 15.4907 8.53125C15.422 8.64375 15.3376 8.75 15.2407 8.84375L14.3438 9.69688C14.2126 9.82188 14.2126 10.1812 14.3438 10.3062L15.2407 11.1594C15.3376 11.2531 15.422 11.3594 15.4907 11.4719C15.747 11.8969 15.6532 12.3406 15.5751 12.5781C15.2376 13.5688 14.7063 14.4875 14.0157 15.275C13.8501 15.4625 13.5063 15.7719 13.0063 15.7563C12.8782 15.7531 12.7501 15.7312 12.6251 15.6969L11.4376 15.3438C11.2595 15.2906 10.9532 15.4687 10.9095 15.65L10.6188 16.8531C10.5876 16.9844 10.5376 17.1094 10.4751 17.2219C10.2345 17.6594 9.80009 17.8 9.55634 17.85C9.05009 17.9469 8.53134 18 8.00009 18C7.46884 18 6.95009 17.9469 6.44384 17.85C6.19697 17.8031 5.76259 17.6594 5.52509 17.2219C5.46259 17.1063 5.41259 16.9844 5.38134 16.8531L5.09072 15.65C5.04697 15.4687 4.74072 15.2906 4.56259 15.3438L3.37509 15.6938C3.25009 15.7313 3.12197 15.75 2.99384 15.7531C2.49072 15.7688 2.15009 15.4594 1.98447 15.2719C1.29697 14.4875 0.762592 13.5656 0.425092 12.575C0.343842 12.3375 0.250092 11.8938 0.509467 11.4688C0.578217 11.3563 0.662592 11.25 0.759467 11.1562L1.65634 10.3031C1.78759 10.1781 1.78759 9.81875 1.65634 9.69375L0.756342 8.84062C0.659467 8.74687 0.575092 8.64062 0.506342 8.52812C0.250092 8.10312 0.343842 7.65938 0.425092 7.425C0.762592 6.43438 1.29384 5.51563 1.98447 4.72813C2.15009 4.54063 2.49384 4.23125 2.99384 4.24688C3.12197 4.25 3.25009 4.27188 3.37509 4.30625L4.56259 4.65625C4.74072 4.70938 5.04697 4.53125 5.09072 4.35L5.38134 3.14688C5.41259 3.01563 5.46259 2.89062 5.52509 2.77812C5.76572 2.34062 6.20009 2.2 6.44384 2.15C6.95009 2.05313 7.46884 2 8.00009 2ZM6.81572 3.60625L6.55009 4.70312C6.30634 5.7125 5.13447 6.3875 4.13759 6.09688L3.05947 5.77813C2.54384 6.38125 2.13759 7.08125 1.87197 7.83125L2.69072 8.60938C3.44072 9.32187 3.44072 10.6781 2.69072 11.3906L1.87197 12.1687C2.13759 12.9187 2.54384 13.6188 3.05947 14.2219L4.14072 13.9031C5.13447 13.6094 6.30947 14.2875 6.55322 15.2969L6.81884 16.3938C7.58759 16.5344 8.42197 16.5344 9.19072 16.3938L9.45634 15.2969C9.70009 14.2875 10.872 13.6125 11.8688 13.9031L12.9501 14.2219C13.4657 13.6188 13.872 12.9187 14.1376 12.1687L13.3188 11.3906C12.5688 10.6781 12.5688 9.32187 13.3188 8.60938L14.1376 7.83125C13.872 7.08125 13.4657 6.38125 12.9501 5.77813L11.8688 6.09688C10.8751 6.39063 9.70009 5.7125 9.45634 4.70312L9.19072 3.60625C8.42197 3.46563 7.58759 3.46563 6.81884 3.60625H6.81572ZM6.50009 10C6.50009 10.3978 6.65813 10.7794 6.93943 11.0607C7.22074 11.342 7.60227 11.5 8.00009 11.5C8.39792 11.5 8.77945 11.342 9.06075 11.0607C9.34206 10.7794 9.50009 10.3978 9.50009 10C9.50009 9.60218 9.34206 9.22064 9.06075 8.93934C8.77945 8.65804 8.39792 8.5 8.00009 8.5C7.60227 8.5 7.22074 8.65804 6.93943 8.93934C6.65813 9.22064 6.50009 9.60218 6.50009 10ZM8.00009 13C7.20444 13 6.44138 12.6839 5.87877 12.1213C5.31616 11.5587 5.00009 10.7956 5.00009 10C5.00009 9.20435 5.31616 8.44129 5.87877 7.87868C6.44138 7.31607 7.20444 7 8.00009 7C8.79574 7 9.5588 7.31607 10.1214 7.87868C10.684 8.44129 11.0001 9.20435 11.0001 10C11.0001 10.7956 10.684 11.5587 10.1214 12.1213C9.5588 12.6839 8.79574 13 8.00009 13Z"
8
- })
9
- });
10
- const SettingsIcon_rslib_entry_ = SettingsIcon;
11
- export { SettingsIcon_rslib_entry_ as default };
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const SidebarIcon: Icon;
3
- export default SidebarIcon;
@@ -1,11 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- const SidebarIcon = ({ id })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("symbol", {
3
- id: id,
4
- viewBox: "0 0 16 20",
5
- fill: "currentColor",
6
- children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
7
- d: "M7 4.5V15.5H14C14.275 15.5 14.5 15.275 14.5 15V5C14.5 4.725 14.275 4.5 14 4.5H7ZM0 5C0 3.89688 0.896875 3 2 3H14C15.1031 3 16 3.89688 16 5V15C16 16.1031 15.1031 17 14 17H2C0.896875 17 0 16.1031 0 15V5ZM2 5.75C2 6.16563 2.33437 6.5 2.75 6.5H4.25C4.66563 6.5 5 6.16563 5 5.75C5 5.33437 4.66563 5 4.25 5H2.75C2.33437 5 2 5.33437 2 5.75ZM2.75 8C2.33437 8 2 8.33437 2 8.75C2 9.16563 2.33437 9.5 2.75 9.5H4.25C4.66563 9.5 5 9.16563 5 8.75C5 8.33437 4.66563 8 4.25 8H2.75ZM2 11.75C2 12.1656 2.33437 12.5 2.75 12.5H4.25C4.66563 12.5 5 12.1656 5 11.75C5 11.3344 4.66563 11 4.25 11H2.75C2.33437 11 2 11.3344 2 11.75Z"
8
- })
9
- });
10
- const SidebarIcon_rslib_entry_ = SidebarIcon;
11
- export { SidebarIcon_rslib_entry_ as default };
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const SortAscIcon: Icon;
3
- export default SortAscIcon;
@@ -1,11 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- const SortAscIcon = ({ id })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("symbol", {
3
- id: id,
4
- viewBox: "0 0 13 20",
5
- fill: "currentColor",
6
- children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
7
- d: "M7.53123 2.21875C7.23748 1.925 6.76248 1.925 6.47185 2.21875L2.21873 6.46875C1.92498 6.7625 1.92498 7.2375 2.21873 7.52812C2.51248 7.81875 2.98748 7.82187 3.2781 7.52812L6.24685 4.55937V17.25C6.24685 17.6656 6.58123 18 6.99685 18C7.41248 18 7.74685 17.6656 7.74685 17.25V4.55937L10.7156 7.52812C11.0094 7.82187 11.4843 7.82187 11.775 7.52812C12.0656 7.23437 12.0687 6.75937 11.775 6.46875L7.53123 2.21875Z"
8
- })
9
- });
10
- const SortAscIcon_rslib_entry_ = SortAscIcon;
11
- export { SortAscIcon_rslib_entry_ as default };
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const SortDefault: Icon;
3
- export default SortDefault;
@@ -1,11 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- const SortDefault = ({ id })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("symbol", {
3
- id: id,
4
- viewBox: "0 0 13 20",
5
- fill: "currentColor",
6
- children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
7
- d: "M6.99688 18.0016C6.80511 18.0016 6.61291 17.9281 6.466 17.7813L2.21911 13.5281C1.92541 13.2375 1.92852 12.7625 2.21911 12.4688C2.50976 12.175 2.98474 12.175 3.2785 12.4688L6.24725 15.4406V4.5621L3.27966 7.52969C2.98907 7.82345 2.51403 7.82032 2.22033 7.52969C1.92657 7.23906 1.92657 6.76407 2.22033 6.47032L6.40478 2.28892C6.54174 2.11285 6.75579 2 6.99725 2H6.99926C7.19195 1.99933 7.38525 2.07277 7.53283 2.22032L11.7765 6.47032C12.0703 6.76095 12.0672 7.23594 11.7765 7.52969C11.486 7.82345 11.0109 7.82345 10.7172 7.52969L7.74841 4.56094L7.75036 15.4406L10.7191 12.4719C11.0098 12.1781 11.4847 12.1813 11.7785 12.4719C12.0723 12.7625 12.0723 13.2375 11.7785 13.5313L7.5783 17.7284C7.44097 17.8954 7.2326 18.0016 6.99841 18.0016H6.99688Z"
8
- })
9
- });
10
- const SortDefaultIcon_rslib_entry_ = SortDefault;
11
- export { SortDefaultIcon_rslib_entry_ as default };
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const SortDesIcon: Icon;
3
- export default SortDesIcon;
@@ -1,11 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- const SortDesIcon = ({ id })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("symbol", {
3
- id: id,
4
- viewBox: "0 0 13 20",
5
- fill: "currentColor",
6
- children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
7
- d: "M6.46876 17.7812C6.76251 18.075 7.23751 18.075 7.52814 17.7812L11.7813 13.5312C12.075 13.2375 12.075 12.7625 11.7813 12.4719C11.4875 12.1813 11.0125 12.1781 10.7219 12.4719L7.75314 15.4406L7.75001 2.75C7.75001 2.33437 7.41564 2 7.00001 2C6.58439 2 6.25001 2.33437 6.25001 2.75V15.4406L3.28126 12.4688C2.98751 12.175 2.51251 12.175 2.22189 12.4688C1.93126 12.7625 1.92814 13.2375 2.22189 13.5281L6.46876 17.7812Z"
8
- })
9
- });
10
- const SortDesIcon_rslib_entry_ = SortDesIcon;
11
- export { SortDesIcon_rslib_entry_ as default };
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const StepsCompleteIcon: Icon;
3
- export default StepsCompleteIcon;
@@ -1,11 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- const StepsCompleteIcon = ({ id })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("symbol", {
3
- id: id,
4
- viewBox: "0 0 16 20",
5
- fill: "currentColor",
6
- children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
7
- d: "M8 18C10.1217 18 12.1566 17.1571 13.6569 15.6569C15.1571 14.1566 16 12.1217 16 10C16 7.87827 15.1571 5.84344 13.6569 4.34315C12.1566 2.84285 10.1217 2 8 2C5.87827 2 3.84344 2.84285 2.34315 4.34315C0.842855 5.84344 0 7.87827 0 10C0 12.1217 0.842855 14.1566 2.34315 15.6569C3.84344 17.1571 5.87827 18 8 18ZM11.5312 8.53125L7.53125 12.5312C7.2375 12.825 6.7625 12.825 6.47188 12.5312L4.47188 10.5312C4.17813 10.2375 4.17813 9.7625 4.47188 9.47188C4.76563 9.18125 5.24062 9.17813 5.53125 9.47188L7 10.9406L10.4688 7.46875C10.7625 7.175 11.2375 7.175 11.5281 7.46875C11.8187 7.7625 11.8219 8.2375 11.5281 8.52812L11.5312 8.53125Z"
8
- })
9
- });
10
- const StepsCompleteIcon_rslib_entry_ = StepsCompleteIcon;
11
- export { StepsCompleteIcon_rslib_entry_ as default };
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const StepsCurrentIcon: Icon;
3
- export default StepsCurrentIcon;
@@ -1,11 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- const StepsCurrentIcon = ({ id })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("symbol", {
3
- id: id,
4
- viewBox: "0 0 16 20",
5
- fill: "currentColor",
6
- children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
7
- d: "M14.5 10C14.5 8.27609 13.8152 6.62279 12.5962 5.40381C11.3772 4.18482 9.72391 3.5 8 3.5C6.27609 3.5 4.62279 4.18482 3.40381 5.40381C2.18482 6.62279 1.5 8.27609 1.5 10C1.5 11.7239 2.18482 13.3772 3.40381 14.5962C4.62279 15.8152 6.27609 16.5 8 16.5C9.72391 16.5 11.3772 15.8152 12.5962 14.5962C13.8152 13.3772 14.5 11.7239 14.5 10ZM0 10C0 7.87827 0.842855 5.84344 2.34315 4.34315C3.84344 2.84285 5.87827 2 8 2C10.1217 2 12.1566 2.84285 13.6569 4.34315C15.1571 5.84344 16 7.87827 16 10C16 12.1217 15.1571 14.1566 13.6569 15.6569C12.1566 17.1571 10.1217 18 8 18C5.87827 18 3.84344 17.1571 2.34315 15.6569C0.842855 14.1566 0 12.1217 0 10Z"
8
- })
9
- });
10
- const StepsCurrentIcon_rslib_entry_ = StepsCurrentIcon;
11
- export { StepsCurrentIcon_rslib_entry_ as default };
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const StepsIncompleteIcon: Icon;
3
- export default StepsIncompleteIcon;
@@ -1,11 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- const StepsIncompleteIcon = ({ id })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("symbol", {
3
- id: id,
4
- viewBox: "0 0 16 20",
5
- fill: "currentColor",
6
- children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
7
- d: "M8 18C10.1217 18 12.1566 17.1571 13.6569 15.6569C15.1571 14.1566 16 12.1217 16 10C16 7.87827 15.1571 5.84344 13.6569 4.34315C12.1566 2.84285 10.1217 2 8 2C5.87827 2 3.84344 2.84285 2.34315 4.34315C0.842855 5.84344 0 7.87827 0 10C0 12.1217 0.842855 14.1566 2.34315 15.6569C3.84344 17.1571 5.87827 18 8 18Z"
8
- })
9
- });
10
- const StepsIncompleteIcon_rslib_entry_ = StepsIncompleteIcon;
11
- export { StepsIncompleteIcon_rslib_entry_ as default };
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const SubmitIcon: Icon;
3
- export default SubmitIcon;
@@ -1,13 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- const SubmitIcon = ({ id })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("symbol", {
3
- id: id,
4
- width: 20,
5
- height: 20,
6
- viewBox: "0 0 20 20",
7
- fill: "currentColor",
8
- children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
9
- d: "M18.625 10C18.625 12.1549 17.769 14.2215 16.2452 15.7452C14.7215 17.269 12.6549 18.125 10.5 18.125C8.34512 18.125 6.27849 17.269 4.75476 15.7452C3.23102 14.2215 2.375 12.1549 2.375 10C2.375 7.84512 3.23102 5.77849 4.75476 4.25476C6.27849 2.73102 8.34512 1.875 10.5 1.875C12.6549 1.875 14.7215 2.73102 16.2452 4.25476C17.769 5.77849 18.625 7.84512 18.625 10ZM0.5 10C0.5 12.6522 1.55357 15.1957 3.42893 17.0711C5.3043 18.9464 7.84784 20 10.5 20C13.1522 20 15.6957 18.9464 17.5711 17.0711C19.4464 15.1957 20.5 12.6522 20.5 10C20.5 7.34784 19.4464 4.8043 17.5711 2.92893C15.6957 1.05357 13.1522 0 10.5 0C7.84784 0 5.3043 1.05357 3.42893 2.92893C1.55357 4.8043 0.5 7.34784 0.5 10ZM11.7891 14.1016L15.2266 10.6641C15.5937 10.2969 15.5937 9.70313 15.2266 9.33984L11.7891 5.90234C11.4219 5.53516 10.8281 5.53516 10.4648 5.90234C10.1016 6.26953 10.0977 6.86328 10.4648 7.22656L12.3008 9.0625H6.4375C5.91797 9.0625 5.5 9.48047 5.5 10C5.5 10.5195 5.91797 10.9375 6.4375 10.9375H12.3008L10.4648 12.7734C10.0977 13.1406 10.0977 13.7344 10.4648 14.0977C10.832 14.4609 11.4258 14.4648 11.7891 14.0977V14.1016Z"
10
- })
11
- });
12
- const SubmitIcon_rslib_entry_ = SubmitIcon;
13
- export { SubmitIcon_rslib_entry_ as default };
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const SuccessIcon: Icon;
3
- export default SuccessIcon;
@@ -1,13 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- const SuccessIcon = ({ id })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("symbol", {
3
- id: id,
4
- width: 20,
5
- height: 20,
6
- viewBox: "0 0 20 20",
7
- fill: "currentColor",
8
- children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
9
- d: "M10 1.875C12.1549 1.875 14.2215 2.73102 15.7452 4.25476C17.269 5.77849 18.125 7.84512 18.125 10C18.125 12.1549 17.269 14.2215 15.7452 15.7452C14.2215 17.269 12.1549 18.125 10 18.125C7.84512 18.125 5.77849 17.269 4.25476 15.7452C2.73102 14.2215 1.875 12.1549 1.875 10C1.875 7.84512 2.73102 5.77849 4.25476 4.25476C5.77849 2.73102 7.84512 1.875 10 1.875ZM10 20C12.6522 20 15.1957 18.9464 17.0711 17.0711C18.9464 15.1957 20 12.6522 20 10C20 7.34784 18.9464 4.8043 17.0711 2.92893C15.1957 1.05357 12.6522 0 10 0C7.34784 0 4.8043 1.05357 2.92893 2.92893C1.05357 4.8043 0 7.34784 0 10C0 12.6522 1.05357 15.1957 2.92893 17.0711C4.8043 18.9464 7.34784 20 10 20ZM14.4141 8.16406C14.7812 7.79688 14.7812 7.20313 14.4141 6.83984C14.0469 6.47656 13.4531 6.47266 13.0898 6.83984L8.75391 11.1758L6.91797 9.33984C6.55078 8.97266 5.95703 8.97266 5.59375 9.33984C5.23047 9.70703 5.22656 10.3008 5.59375 10.6641L8.09375 13.1641C8.46094 13.5312 9.05469 13.5312 9.41797 13.1641L14.4141 8.16406Z"
10
- })
11
- });
12
- const SuccessIcon_rslib_entry_ = SuccessIcon;
13
- export { SuccessIcon_rslib_entry_ as default };
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const SuperFundIcon: Icon;
3
- export default SuperFundIcon;
@@ -1,11 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- const SuperFundIcon = ({ id })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("symbol", {
3
- id: id,
4
- viewBox: "0 0 18 20",
5
- fill: "currentColor",
6
- children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
7
- d: "M3.6125 2C3 2 2.5 2.5 2.5 3.1125C2.5 5.5375 4.4625 7.5 6.8875 7.5H8.25V10C8.25 10.4156 8.58437 10.75 9 10.75C9.41563 10.75 9.75 10.4156 9.75 10V6.75C9.75 4.12812 7.62188 2 5 2H3.6125ZM5 3.5C6.5375 3.5 7.825 4.56562 8.1625 6H6.88438C5.42188 6 4.2125 4.9125 4.025 3.5H5ZM5.1625 13.2094C5.36875 13.0719 5.60937 13 5.85625 13H10.75C11.025 13 11.25 13.225 11.25 13.5C11.25 13.775 11.025 14 10.75 14H10H8C7.58437 14 7.25 14.3344 7.25 14.75C7.25 15.1656 7.58437 15.5 8 15.5H10H10.75H12.25C12.3875 15.5 12.525 15.4625 12.6438 15.3875L15.5656 13.5906C15.6625 13.5312 15.775 13.5 15.8875 13.5H16.1187C16.3312 13.5 16.5031 13.6719 16.5031 13.8844C16.5031 14.0156 16.4375 14.1344 16.3281 14.2063L13.3406 16.1406C12.9719 16.375 12.5469 16.5 12.1156 16.5H0.75C0.334375 16.5 0 16.8344 0 17.25C0 17.6656 0.334375 18 0.75 18H12.1156C12.8375 18 13.5469 17.7906 14.1531 17.3969L17.1406 15.4625C17.6781 15.1156 18 14.5188 18 13.8813C18 12.8406 17.1563 11.9969 16.1156 11.9969H15.8844C15.4937 11.9969 15.1094 12.1062 14.775 12.3094L12.75 13.5625C12.75 13.5406 12.75 13.5219 12.75 13.5C12.75 12.3969 11.8531 11.5 10.75 11.5H5.85625C5.3125 11.5 4.78125 11.6594 4.33125 11.9625L2.02187 13.5H0.75C0.334375 13.5 0 13.8344 0 14.25C0 14.6656 0.334375 15 0.75 15H2.25C2.39687 15 2.54375 14.9562 2.66563 14.875L5.1625 13.2094ZM11.1125 7.5C13.5375 7.5 15.5 5.5375 15.5 3.1125C15.5 2.5 15 2 14.3875 2H13C11.6969 2 10.5156 2.525 9.65625 3.375C9.96875 3.80625 10.2219 4.28125 10.4062 4.7875C11 4.00625 11.9406 3.5 13 3.5H13.975C13.7875 4.9125 12.5781 6 11.1156 6H10.7031C10.7344 6.24688 10.7531 6.49687 10.7531 6.75V7.5H11.1156H11.1125Z"
8
- })
9
- });
10
- const SuperFundIcon_rslib_entry_ = SuperFundIcon;
11
- export { SuperFundIcon_rslib_entry_ as default };
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const SyncIcon: Icon;
3
- export default SyncIcon;
@@ -1,11 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- const SyncIcon = ({ id })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("symbol", {
3
- id: id,
4
- viewBox: "0 0 14 20",
5
- fill: "currentColor",
6
- children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
7
- d: "M3.21873 17.5312C3.51248 17.825 3.98748 17.825 4.2781 17.5312C4.56873 17.2375 4.57185 16.7625 4.2781 16.4719L2.55935 14.7531L13.25 14.75C13.6656 14.75 14 14.4156 14 14C14 13.5844 13.6656 13.25 13.25 13.25H2.55935L4.2781 11.5312C4.57185 11.2375 4.57185 10.7625 4.2781 10.4719C3.98435 10.1812 3.50935 10.1781 3.21873 10.4719L0.218726 13.4687C-0.0750244 13.7625 -0.0750244 14.2375 0.218726 14.5281L3.21873 17.5281V17.5312ZM13.7812 6.53125C14.075 6.2375 14.075 5.7625 13.7812 5.47187L10.7812 2.46875C10.4875 2.175 10.0125 2.175 9.72185 2.46875C9.43123 2.7625 9.4281 3.2375 9.72185 3.52812L11.4406 5.24687L0.749976 5.25C0.334351 5.25 -2.4423e-05 5.58437 -2.4423e-05 6C-2.4423e-05 6.41562 0.334351 6.75 0.749976 6.75H11.4406L9.72185 8.46875C9.4281 8.7625 9.4281 9.2375 9.72185 9.52812C10.0156 9.81875 10.4906 9.82187 10.7812 9.52812L13.7812 6.52812V6.53125Z"
8
- })
9
- });
10
- const SyncIcon_rslib_entry_ = SyncIcon;
11
- export { SyncIcon_rslib_entry_ as default };
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const TaskIcon: Icon;
3
- export default TaskIcon;
@@ -1,11 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- const TaskIcon = ({ id })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("symbol", {
3
- id: id,
4
- viewBox: "0 0 16 20",
5
- fill: "currentColor",
6
- children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
7
- d: "M4.80623 4.25313C5.08435 3.94375 5.05935 3.47188 4.74998 3.19375C4.4406 2.91563 3.96873 2.94063 3.6906 3.25L1.97185 5.15938L1.28123 4.46875C0.987476 4.17813 0.512476 4.17813 0.218726 4.46875C-0.0750244 4.75938 -0.0750244 5.2375 0.218726 5.52813L1.46873 6.77813C1.6156 6.925 1.81248 7.00313 2.01873 6.99688C2.22498 6.99063 2.41873 6.90313 2.55623 6.75L4.80623 4.25V4.25313ZM4.80623 9.25313C5.08435 8.94375 5.05935 8.47188 4.74998 8.19375C4.4406 7.91563 3.96873 7.94063 3.6906 8.25L1.97185 10.1594L1.28123 9.46875C0.987476 9.175 0.512476 9.175 0.221851 9.46875C-0.0687744 9.7625 -0.0718994 10.2375 0.221851 10.5281L1.47185 11.7781C1.61873 11.925 1.8156 12.0031 2.02185 11.9969C2.2281 11.9906 2.42185 11.9031 2.55935 11.75L4.80935 9.25L4.80623 9.25313ZM6.74998 5.75H15.25C15.6656 5.75 16 5.41563 16 5C16 4.58438 15.6656 4.25 15.25 4.25H6.74998C6.33435 4.25 5.99998 4.58438 5.99998 5C5.99998 5.41563 6.33435 5.75 6.74998 5.75ZM5.99998 10C5.99998 10.4156 6.33435 10.75 6.74998 10.75H15.25C15.6656 10.75 16 10.4156 16 10C16 9.58438 15.6656 9.25 15.25 9.25H6.74998C6.33435 9.25 5.99998 9.58438 5.99998 10ZM4.99998 15C4.99998 15.4156 5.33435 15.75 5.74998 15.75H15.25C15.6656 15.75 16 15.4156 16 15C16 14.5844 15.6656 14.25 15.25 14.25H5.74998C5.33435 14.25 4.99998 14.5844 4.99998 15ZM2.99998 15C2.99998 14.7348 2.89462 14.4804 2.70708 14.2929C2.51955 14.1054 2.26519 14 1.99998 14C1.73476 14 1.48041 14.1054 1.29287 14.2929C1.10533 14.4804 0.999976 14.7348 0.999976 15C0.999976 15.2652 1.10533 15.5196 1.29287 15.7071C1.48041 15.8946 1.73476 16 1.99998 16C2.26519 16 2.51955 15.8946 2.70708 15.7071C2.89462 15.5196 2.99998 15.2652 2.99998 15Z"
8
- })
9
- });
10
- const TaskIcon_rslib_entry_ = TaskIcon;
11
- export { TaskIcon_rslib_entry_ as default };
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const TaxIcon: Icon;
3
- export default TaxIcon;
@@ -1,11 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- const TaxIcon = ({ id })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("symbol", {
3
- id: id,
4
- viewBox: "0 0 18 20",
5
- fill: "currentColor",
6
- children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
7
- d: "M2 5.5C1.725 5.5 1.5 5.725 1.5 6V14C1.5 14.275 1.725 14.5 2 14.5H16C16.275 14.5 16.5 14.275 16.5 14V6C16.5 5.725 16.275 5.5 16 5.5H2ZM0 6C0 4.89688 0.896875 4 2 4H16C17.1031 4 18 4.89688 18 6V14C18 15.1031 17.1031 16 16 16H2C0.896875 16 0 15.1031 0 14V6ZM8.75 10.5H14.25C14.6656 10.5 15 10.8344 15 11.25C15 11.6656 14.6656 12 14.25 12H8.75C8.33437 12 8 11.6656 8 11.25C8 10.8344 8.33437 10.5 8.75 10.5ZM8 8.25C8 7.83437 8.33437 7.5 8.75 7.5H14.25C14.6656 7.5 15 7.83437 15 8.25C15 8.66563 14.6656 9 14.25 9H8.75C8.33437 9 8 8.66563 8 8.25ZM5.625 6.75V7.18437C5.85938 7.22187 6.08125 7.275 6.28438 7.33125C6.61875 7.41875 6.81563 7.7625 6.72813 8.09688C6.64063 8.43125 6.29688 8.62813 5.9625 8.54063C5.61875 8.45 5.2875 8.38438 4.9875 8.37813C4.74063 8.375 4.4875 8.43438 4.31563 8.53438C4.16563 8.62188 4.12187 8.70937 4.12187 8.825C4.12187 8.88125 4.125 8.93438 4.2875 9.03438C4.48437 9.15313 4.77187 9.24375 5.17188 9.3625L5.19375 9.36875C5.54375 9.475 5.99375 9.60938 6.35313 9.8375C6.75625 10.0906 7.1125 10.5031 7.12187 11.1375C7.13125 11.7906 6.79375 12.2656 6.34688 12.5437C6.12188 12.6844 5.87187 12.7719 5.62187 12.825V13.2563C5.62187 13.6 5.34062 13.8813 4.99687 13.8813C4.65312 13.8813 4.37187 13.6 4.37187 13.2563V12.8C4.05 12.7313 3.74687 12.6281 3.49062 12.5375C3.425 12.5156 3.3625 12.4938 3.3 12.4719C2.97187 12.3625 2.79688 12.0094 2.90625 11.6812C3.01562 11.3531 3.36875 11.1781 3.69688 11.2875C3.775 11.3125 3.85 11.3406 3.92188 11.3625C4.34688 11.5063 4.67188 11.6156 5.01875 11.6281C5.2875 11.6375 5.53437 11.5781 5.6875 11.4812C5.81562 11.4031 5.875 11.3094 5.87187 11.1531C5.87187 11.0625 5.84687 10.9969 5.6875 10.8969C5.49062 10.7719 5.20625 10.6812 4.8125 10.5625L4.75938 10.5469C4.41875 10.4438 3.99062 10.3156 3.64687 10.1094C3.25 9.86875 2.87813 9.46875 2.875 8.8375C2.87187 8.17813 3.24375 7.72187 3.68125 7.46562C3.89688 7.3375 4.13438 7.25312 4.375 7.2V6.7625C4.375 6.41875 4.65625 6.1375 5 6.1375C5.34375 6.1375 5.625 6.41875 5.625 6.7625V6.75Z"
8
- })
9
- });
10
- const TaxIcon_rslib_entry_ = TaxIcon;
11
- export { TaxIcon_rslib_entry_ as default };
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const TenureIcon: Icon;
3
- export default TenureIcon;
@@ -1,11 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- const TenureIcon = ({ id })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("symbol", {
3
- id: id,
4
- viewBox: "0 0 14 20",
5
- fill: "currentColor",
6
- children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
7
- d: "M4 2C4.41563 2 4.75 2.33437 4.75 2.75V4H9.25V2.75C9.25 2.33437 9.58437 2 10 2C10.4156 2 10.75 2.33437 10.75 2.75V4H12C13.1031 4 14 4.89688 14 6V6.5V8V16C14 17.1031 13.1031 18 12 18H2C0.896875 18 0 17.1031 0 16V8V6.5V6C0 4.89688 0.896875 4 2 4H3.25V2.75C3.25 2.33437 3.58437 2 4 2ZM12.5 8H1.5V16C1.5 16.275 1.725 16.5 2 16.5H12C12.275 16.5 12.5 16.275 12.5 16V8ZM3.5 11.4156C3.5 10.3594 4.35625 9.5 5.41563 9.5C5.92188 9.5 6.40938 9.70312 6.76875 10.0594L7 10.2906L7.23125 10.0594C7.59062 9.7 8.07813 9.5 8.58438 9.5C9.64063 9.5 10.5 10.3562 10.5 11.4156C10.5 11.9219 10.2969 12.4094 9.94063 12.7688L7.35625 15.3531C7.1625 15.5469 6.84375 15.5469 6.65 15.3531L4.06563 12.7688C3.70625 12.4094 3.50625 11.9219 3.50625 11.4156H3.5Z"
8
- })
9
- });
10
- const TenureIcon_rslib_entry_ = TenureIcon;
11
- export { TenureIcon_rslib_entry_ as default };
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const VisibleIcon: Icon;
3
- export default VisibleIcon;
@@ -1,11 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- const VisibleIcon = ({ id })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("symbol", {
3
- id: id,
4
- viewBox: "0 0 18 20",
5
- fill: "currentColor",
6
- children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
7
- d: "M8.99995 4.5C6.96245 4.5 5.28745 5.425 4.00308 6.61562C2.79995 7.73437 1.9687 9.0625 1.5437 10C1.9687 10.9375 2.79995 12.2656 3.99995 13.3844C5.28745 14.575 6.96245 15.5 8.99995 15.5C11.0375 15.5 12.7125 14.575 13.9968 13.3844C15.2 12.2656 16.0312 10.9375 16.4562 10C16.0312 9.0625 15.2 7.73437 14 6.61562C12.7125 5.425 11.0375 4.5 8.99995 4.5ZM2.9812 5.51875C4.45308 4.15 6.47495 3 8.99995 3C11.525 3 13.5468 4.15 15.0187 5.51875C16.4812 6.87812 17.4593 8.5 17.9249 9.61562C18.0281 9.8625 18.0281 10.1375 17.9249 10.3844C17.4593 11.5 16.4812 13.125 15.0187 14.4812C13.5468 15.85 11.525 17 8.99995 17C6.47495 17 4.45308 15.85 2.9812 14.4812C1.5187 13.125 0.540576 11.5 0.0780762 10.3844C-0.0250488 10.1375 -0.0250488 9.8625 0.0780762 9.61562C0.540576 8.5 1.5187 6.875 2.9812 5.51875ZM8.99995 12.5C10.3812 12.5 11.5 11.3813 11.5 10C11.5 8.61875 10.3812 7.5 8.99995 7.5C8.97808 7.5 8.95933 7.5 8.93745 7.5C8.97808 7.65937 8.99995 7.82812 8.99995 8C8.99995 9.10312 8.10308 10 6.99995 10C6.82808 10 6.65933 9.97812 6.49995 9.9375C6.49995 9.95937 6.49995 9.97813 6.49995 10C6.49995 11.3813 7.6187 12.5 8.99995 12.5ZM8.99995 6C10.0608 6 11.0782 6.42143 11.8284 7.17157C12.5785 7.92172 13 8.93913 13 10C13 11.0609 12.5785 12.0783 11.8284 12.8284C11.0782 13.5786 10.0608 14 8.99995 14C7.93909 14 6.92167 13.5786 6.17152 12.8284C5.42138 12.0783 4.99995 11.0609 4.99995 10C4.99995 8.93913 5.42138 7.92172 6.17152 7.17157C6.92167 6.42143 7.93909 6 8.99995 6Z"
8
- })
9
- });
10
- const VisibleIcon_rslib_entry_ = VisibleIcon;
11
- export { VisibleIcon_rslib_entry_ as default };
@@ -1,3 +0,0 @@
1
- import type { Icon } from "./_types";
2
- declare const WarningIcon: Icon;
3
- export default WarningIcon;
@@ -1,12 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
2
- const WarningIcon = ({ id })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("symbol", {
3
- id: id,
4
- width: 16,
5
- height: 20,
6
- fill: "currentColor",
7
- children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
8
- d: "M8 3.5C9.72391 3.5 11.3772 4.18482 12.5962 5.40381C13.8152 6.62279 14.5 8.27609 14.5 10C14.5 11.7239 13.8152 13.3772 12.5962 14.5962C11.3772 15.8152 9.72391 16.5 8 16.5C6.27609 16.5 4.62279 15.8152 3.40381 14.5962C2.18482 13.3772 1.5 11.7239 1.5 10C1.5 8.27609 2.18482 6.62279 3.40381 5.40381C4.62279 4.18482 6.27609 3.5 8 3.5ZM8 18C10.1217 18 12.1566 17.1571 13.6569 15.6569C15.1571 14.1566 16 12.1217 16 10C16 7.87827 15.1571 5.84344 13.6569 4.34315C12.1566 2.84285 10.1217 2 8 2C5.87827 2 3.84344 2.84285 2.34315 4.34315C0.842855 5.84344 0 7.87827 0 10C0 12.1217 0.842855 14.1566 2.34315 15.6569C3.84344 17.1571 5.87827 18 8 18ZM8 6C7.58437 6 7.25 6.33437 7.25 6.75V10.25C7.25 10.6656 7.58437 11 8 11C8.41563 11 8.75 10.6656 8.75 10.25V6.75C8.75 6.33437 8.41563 6 8 6ZM9 13C9 12.7348 8.89464 12.4804 8.70711 12.2929C8.51957 12.1054 8.26522 12 8 12C7.73478 12 7.48043 12.1054 7.29289 12.2929C7.10536 12.4804 7 12.7348 7 13C7 13.2652 7.10536 13.5196 7.29289 13.7071C7.48043 13.8946 7.73478 14 8 14C8.26522 14 8.51957 13.8946 8.70711 13.7071C8.89464 13.5196 9 13.2652 9 13Z"
9
- })
10
- });
11
- const WarningIcon_rslib_entry_ = WarningIcon;
12
- export { WarningIcon_rslib_entry_ as default };
@@ -1,4 +0,0 @@
1
- import type { ReactElement } from "react";
2
- export type Icon = (props: {
3
- id: string;
4
- }) => ReactElement;
File without changes
@@ -1,67 +0,0 @@
1
- export * as Apps from "./AppsIcon";
2
- export * as Archive from "./ArchiveIcon";
3
- export * as ArrowLeft from "./ArrowLeftIcon";
4
- export * as ArrowRight from "./ArrowRightIcon";
5
- export * as Assign from "./AssignIcon";
6
- export * as BankAccount from "./BankAccountIcon";
7
- export * as Calendar from "./CalendarIcon";
8
- export * as Cancel from "./CancelIcon";
9
- export * as CaratDown from "./CaratDownIcon";
10
- export * as CaratLeft from "./CaratLeftIcon";
11
- export * as CaratRight from "./CaratRightIcon";
12
- export * as CaratUp from "./CaratUpIcon";
13
- export * as CheckMark from "./CheckmarkIcon";
14
- export * as ChevronDown from "./ChevronDownIcon";
15
- export * as ChevronLeft from "./ChevronLeftIcon";
16
- export * as ChevronRight from "./ChevronRightIcon";
17
- export * as ChevronUp from "./ChevronUpIcon";
18
- export * as Close from "./CloseIcon";
19
- export * as Copy from "./CopyIcon";
20
- export * as Dash from "./DashIcon";
21
- export * as Delete from "./DeleteIcon";
22
- export * as Edit from "./EditIcon";
23
- export * as Email from "./EmailIcon";
24
- export * as EmergencyContact from "./EmergencyContactIcon";
25
- export * as External from "./ExternalIcon";
26
- export * as GripLines from "./GripLinesIcon";
27
- export * as Help from "./HelpIcon";
28
- export * as Hidden from "./HiddenIcon";
29
- export * as Inbox from "./InboxIcon";
30
- export * as Insights from "./InsightsIcon";
31
- export * as Job from "./JobIcon";
32
- export * as Leave from "./LeaveIcon";
33
- export * as Loading from "./LoadingIcon";
34
- export * as Logout from "./LogoutIcon";
35
- export * as Microsoft from "./MicrosoftIcon";
36
- export * as Minus from "./MinusIcon";
37
- export * as Overflow from "./OverflowIcon";
38
- export * as Paperwork from "./PaperworkIcon";
39
- export * as People from "./PeopleIcon";
40
- export * as Phone from "./PhoneIcon";
41
- export * as Plus from "./PlusIcon";
42
- export * as Positions from "./PositionsIcon";
43
- export * as ProfileFemale from "./ProfileFemaleIcon";
44
- export * as Profile from "./ProfileIcon";
45
- export * as ProfileMale from "./ProfileMaleIcon";
46
- export * as Remuneration from "./RemunerationIcon";
47
- export * as Reschedule from "./RescheduleIcon";
48
- export * as Restore from "./RestoreIcon";
49
- export * as Review from "./ReviewIcon";
50
- export * as Schedule from "./ScheduleIcon";
51
- export * as Settings from "./SettingsIcon";
52
- export * as Sidebar from "./SidebarIcon";
53
- export * as SortAsc from "./SortAscIcon";
54
- export * as SortDefault from "./SortDefaultIcon";
55
- export * as SortDes from "./SortDesIcon";
56
- export * as StepsComplete from "./StepsCompleteIcon";
57
- export * as StepsCurrent from "./StepsCurrentIcon";
58
- export * as StepsIncomplete from "./StepsIncompleteIcon";
59
- export * as Submit from "./SubmitIcon";
60
- export * as Success from "./SuccessIcon";
61
- export * as SuperFund from "./SuperFundIcon";
62
- export * as Sync from "./SyncIcon";
63
- export * as Task from "./TaskIcon";
64
- export * as Tax from "./TaxIcon";
65
- export * as Tenure from "./TenureIcon";
66
- export * as Visible from "./VisibleIcon";
67
- export * as Warning from "./WarningIcon";