monobill-mintui 0.4.4 → 0.4.6

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 (381) hide show
  1. package/README.md +207 -175
  2. package/dist/components/alert/Alert.d.ts +32 -0
  3. package/dist/components/alert/Alert.d.ts.map +1 -0
  4. package/dist/components/alert/index.d.ts +3 -0
  5. package/dist/components/alert/index.d.ts.map +1 -0
  6. package/dist/components/back-button/BackButton.d.ts +18 -0
  7. package/dist/components/back-button/BackButton.d.ts.map +1 -0
  8. package/dist/components/back-button/index.d.ts +3 -0
  9. package/dist/components/back-button/index.d.ts.map +1 -0
  10. package/dist/components/button/Button.d.ts +46 -1
  11. package/dist/components/button/Button.d.ts.map +1 -10
  12. package/dist/components/button/index.d.ts +3 -1
  13. package/dist/components/button/index.d.ts.map +1 -10
  14. package/dist/components/card/Card.d.ts +17 -1
  15. package/dist/components/card/Card.d.ts.map +1 -10
  16. package/dist/components/card/index.d.ts +3 -1
  17. package/dist/components/card/index.d.ts.map +1 -10
  18. package/dist/components/chart/Chart.d.ts +277 -0
  19. package/dist/components/chart/Chart.d.ts.map +1 -0
  20. package/dist/components/chart/index.d.ts +3 -0
  21. package/dist/components/chart/index.d.ts.map +1 -0
  22. package/dist/components/checkbox/Checkbox.d.ts +41 -1
  23. package/dist/components/checkbox/Checkbox.d.ts.map +1 -10
  24. package/dist/components/checkbox/index.d.ts +3 -1
  25. package/dist/components/checkbox/index.d.ts.map +1 -10
  26. package/dist/components/chip/Chip.d.ts +15 -0
  27. package/dist/components/chip/Chip.d.ts.map +1 -0
  28. package/dist/components/chip/index.d.ts +3 -0
  29. package/dist/components/chip/index.d.ts.map +1 -0
  30. package/dist/components/choice/Choice.d.ts +27 -1
  31. package/dist/components/choice/Choice.d.ts.map +1 -10
  32. package/dist/components/choice/ChoiceOption.d.ts +30 -0
  33. package/dist/components/choice/ChoiceOption.d.ts.map +1 -0
  34. package/dist/components/choice/index.d.ts +5 -1
  35. package/dist/components/choice/index.d.ts.map +1 -10
  36. package/dist/components/clickable/Clickable.d.ts +14 -0
  37. package/dist/components/clickable/Clickable.d.ts.map +1 -0
  38. package/dist/components/clickable/index.d.ts +3 -0
  39. package/dist/components/clickable/index.d.ts.map +1 -0
  40. package/dist/components/date-picker/DatePicker.d.ts +130 -0
  41. package/dist/components/date-picker/DatePicker.d.ts.map +1 -0
  42. package/dist/components/date-picker/index.d.ts +3 -0
  43. package/dist/components/date-picker/index.d.ts.map +1 -0
  44. package/dist/components/dropzone/Dropzone.d.ts +59 -0
  45. package/dist/components/dropzone/Dropzone.d.ts.map +1 -0
  46. package/dist/components/dropzone/index.d.ts +3 -0
  47. package/dist/components/dropzone/index.d.ts.map +1 -0
  48. package/dist/components/form/Form.d.ts +106 -0
  49. package/dist/components/form/Form.d.ts.map +1 -0
  50. package/dist/components/form/index.d.ts +3 -0
  51. package/dist/components/form/index.d.ts.map +1 -0
  52. package/dist/components/grid/Grid.d.ts +16 -1
  53. package/dist/components/grid/Grid.d.ts.map +1 -10
  54. package/dist/components/grid/index.d.ts +3 -1
  55. package/dist/components/grid/index.d.ts.map +1 -10
  56. package/dist/components/icon/Icon.d.ts +15 -1
  57. package/dist/components/icon/Icon.d.ts.map +1 -10
  58. package/dist/components/icon/build-icons.d.ts +2 -0
  59. package/dist/components/icon/build-icons.d.ts.map +1 -0
  60. package/dist/components/icon/icons/archive.d.ts +3 -0
  61. package/dist/components/icon/icons/archive.d.ts.map +1 -0
  62. package/dist/components/icon/icons/arrow-down.d.ts +3 -0
  63. package/dist/components/icon/icons/arrow-down.d.ts.map +1 -0
  64. package/dist/components/icon/icons/arrow-left.d.ts +3 -0
  65. package/dist/components/icon/icons/arrow-left.d.ts.map +1 -0
  66. package/dist/components/icon/icons/arrow-right.d.ts +3 -0
  67. package/dist/components/icon/icons/arrow-right.d.ts.map +1 -0
  68. package/dist/components/icon/icons/arrow-up.d.ts +3 -0
  69. package/dist/components/icon/icons/arrow-up.d.ts.map +1 -0
  70. package/dist/components/icon/icons/attach.d.ts +3 -0
  71. package/dist/components/icon/icons/attach.d.ts.map +1 -0
  72. package/dist/components/icon/icons/barcode.d.ts +3 -0
  73. package/dist/components/icon/icons/barcode.d.ts.map +1 -0
  74. package/dist/components/icon/icons/bookmark.d.ts +3 -0
  75. package/dist/components/icon/icons/bookmark.d.ts.map +1 -0
  76. package/dist/components/icon/icons/building.d.ts +3 -0
  77. package/dist/components/icon/icons/building.d.ts.map +1 -0
  78. package/dist/components/icon/icons/buildings.d.ts +3 -0
  79. package/dist/components/icon/icons/buildings.d.ts.map +1 -0
  80. package/dist/components/icon/icons/calendar-day.d.ts +3 -0
  81. package/dist/components/icon/icons/calendar-day.d.ts.map +1 -0
  82. package/dist/components/icon/icons/calendar-empty.d.ts +3 -0
  83. package/dist/components/icon/icons/calendar-empty.d.ts.map +1 -0
  84. package/dist/components/icon/icons/calendar-week.d.ts +3 -0
  85. package/dist/components/icon/icons/calendar-week.d.ts.map +1 -0
  86. package/dist/components/icon/icons/calendar.d.ts +3 -0
  87. package/dist/components/icon/icons/calendar.d.ts.map +1 -0
  88. package/dist/components/icon/icons/caret-down.d.ts +3 -0
  89. package/dist/components/icon/icons/caret-down.d.ts.map +1 -0
  90. package/dist/components/icon/icons/caret-left.d.ts +3 -0
  91. package/dist/components/icon/icons/caret-left.d.ts.map +1 -0
  92. package/dist/components/icon/icons/caret-right.d.ts +3 -0
  93. package/dist/components/icon/icons/caret-right.d.ts.map +1 -0
  94. package/dist/components/icon/icons/caret-up.d.ts +3 -0
  95. package/dist/components/icon/icons/caret-up.d.ts.map +1 -0
  96. package/dist/components/icon/icons/chat.d.ts +3 -0
  97. package/dist/components/icon/icons/chat.d.ts.map +1 -0
  98. package/dist/components/icon/icons/check.d.ts +3 -0
  99. package/dist/components/icon/icons/check.d.ts.map +1 -0
  100. package/dist/components/icon/icons/clock.d.ts +3 -0
  101. package/dist/components/icon/icons/clock.d.ts.map +1 -0
  102. package/dist/components/icon/icons/close.d.ts +3 -0
  103. package/dist/components/icon/icons/close.d.ts.map +1 -0
  104. package/dist/components/icon/icons/copy.d.ts +3 -0
  105. package/dist/components/icon/icons/copy.d.ts.map +1 -0
  106. package/dist/components/icon/icons/credit-card.d.ts +3 -0
  107. package/dist/components/icon/icons/credit-card.d.ts.map +1 -0
  108. package/dist/components/icon/icons/delete.d.ts +3 -0
  109. package/dist/components/icon/icons/delete.d.ts.map +1 -0
  110. package/dist/components/icon/icons/documentation.d.ts +3 -0
  111. package/dist/components/icon/icons/documentation.d.ts.map +1 -0
  112. package/dist/components/icon/icons/dollar-sign.d.ts +3 -0
  113. package/dist/components/icon/icons/dollar-sign.d.ts.map +1 -0
  114. package/dist/components/icon/icons/download.d.ts +3 -0
  115. package/dist/components/icon/icons/download.d.ts.map +1 -0
  116. package/dist/components/icon/icons/duplicate.d.ts +3 -0
  117. package/dist/components/icon/icons/duplicate.d.ts.map +1 -0
  118. package/dist/components/icon/icons/edit.d.ts +3 -0
  119. package/dist/components/icon/icons/edit.d.ts.map +1 -0
  120. package/dist/components/icon/icons/ellipsis.d.ts +3 -0
  121. package/dist/components/icon/icons/ellipsis.d.ts.map +1 -0
  122. package/dist/components/icon/icons/error.d.ts +3 -0
  123. package/dist/components/icon/icons/error.d.ts.map +1 -0
  124. package/dist/components/icon/icons/external-link.d.ts +3 -0
  125. package/dist/components/icon/icons/external-link.d.ts.map +1 -0
  126. package/dist/components/icon/icons/file.d.ts +3 -0
  127. package/dist/components/icon/icons/file.d.ts.map +1 -0
  128. package/dist/components/icon/icons/filter.d.ts +3 -0
  129. package/dist/components/icon/icons/filter.d.ts.map +1 -0
  130. package/dist/components/icon/icons/folder.d.ts +3 -0
  131. package/dist/components/icon/icons/folder.d.ts.map +1 -0
  132. package/dist/components/icon/icons/grid.d.ts +3 -0
  133. package/dist/components/icon/icons/grid.d.ts.map +1 -0
  134. package/dist/components/icon/icons/help.d.ts +3 -0
  135. package/dist/components/icon/icons/help.d.ts.map +1 -0
  136. package/dist/components/icon/icons/home.d.ts +3 -0
  137. package/dist/components/icon/icons/home.d.ts.map +1 -0
  138. package/dist/components/icon/icons/image.d.ts +3 -0
  139. package/dist/components/icon/icons/image.d.ts.map +1 -0
  140. package/dist/components/icon/icons/index.cjs +4 -0
  141. package/dist/components/icon/icons/index.d.ts +79 -0
  142. package/dist/components/icon/icons/index.d.ts.map +1 -0
  143. package/dist/components/{chunks/icon-a2ABTJf-.js → icon/icons/index.js} +215 -260
  144. package/dist/components/icon/icons/info.d.ts +3 -0
  145. package/dist/components/icon/icons/info.d.ts.map +1 -0
  146. package/dist/components/icon/icons/language.d.ts +3 -0
  147. package/dist/components/icon/icons/language.d.ts.map +1 -0
  148. package/dist/components/icon/icons/link.d.ts +3 -0
  149. package/dist/components/icon/icons/link.d.ts.map +1 -0
  150. package/dist/components/icon/icons/list.d.ts +3 -0
  151. package/dist/components/icon/icons/list.d.ts.map +1 -0
  152. package/dist/components/icon/icons/location.d.ts +3 -0
  153. package/dist/components/icon/icons/location.d.ts.map +1 -0
  154. package/dist/components/icon/icons/lock.d.ts +3 -0
  155. package/dist/components/icon/icons/lock.d.ts.map +1 -0
  156. package/dist/components/icon/icons/login.d.ts +3 -0
  157. package/dist/components/icon/icons/login.d.ts.map +1 -0
  158. package/dist/components/icon/icons/logout.d.ts +3 -0
  159. package/dist/components/icon/icons/logout.d.ts.map +1 -0
  160. package/dist/components/icon/icons/mail.d.ts +3 -0
  161. package/dist/components/icon/icons/mail.d.ts.map +1 -0
  162. package/dist/components/icon/icons/map.d.ts +3 -0
  163. package/dist/components/icon/icons/map.d.ts.map +1 -0
  164. package/dist/components/icon/icons/menu.d.ts +3 -0
  165. package/dist/components/icon/icons/menu.d.ts.map +1 -0
  166. package/dist/components/icon/icons/moon.d.ts +3 -0
  167. package/dist/components/icon/icons/moon.d.ts.map +1 -0
  168. package/dist/components/icon/icons/notifications.d.ts +3 -0
  169. package/dist/components/icon/icons/notifications.d.ts.map +1 -0
  170. package/dist/components/icon/icons/paste.d.ts +3 -0
  171. package/dist/components/icon/icons/paste.d.ts.map +1 -0
  172. package/dist/components/icon/icons/pin.d.ts +3 -0
  173. package/dist/components/icon/icons/pin.d.ts.map +1 -0
  174. package/dist/components/icon/icons/plus.d.ts +3 -0
  175. package/dist/components/icon/icons/plus.d.ts.map +1 -0
  176. package/dist/components/icon/icons/print.d.ts +3 -0
  177. package/dist/components/icon/icons/print.d.ts.map +1 -0
  178. package/dist/components/icon/icons/refresh.d.ts +3 -0
  179. package/dist/components/icon/icons/refresh.d.ts.map +1 -0
  180. package/dist/components/icon/icons/remove.d.ts +3 -0
  181. package/dist/components/icon/icons/remove.d.ts.map +1 -0
  182. package/dist/components/icon/icons/save.d.ts +3 -0
  183. package/dist/components/icon/icons/save.d.ts.map +1 -0
  184. package/dist/components/icon/icons/search.d.ts +3 -0
  185. package/dist/components/icon/icons/search.d.ts.map +1 -0
  186. package/dist/components/icon/icons/settings.d.ts +3 -0
  187. package/dist/components/icon/icons/settings.d.ts.map +1 -0
  188. package/dist/components/icon/icons/share.d.ts +3 -0
  189. package/dist/components/icon/icons/share.d.ts.map +1 -0
  190. package/dist/components/icon/icons/sort-arrows.d.ts +3 -0
  191. package/dist/components/icon/icons/sort-arrows.d.ts.map +1 -0
  192. package/dist/components/icon/icons/sort.d.ts +3 -0
  193. package/dist/components/icon/icons/sort.d.ts.map +1 -0
  194. package/dist/components/icon/icons/star.d.ts +3 -0
  195. package/dist/components/icon/icons/star.d.ts.map +1 -0
  196. package/dist/components/icon/icons/success.d.ts +3 -0
  197. package/dist/components/icon/icons/success.d.ts.map +1 -0
  198. package/dist/components/icon/icons/sun.d.ts +3 -0
  199. package/dist/components/icon/icons/sun.d.ts.map +1 -0
  200. package/dist/components/icon/icons/table.d.ts +3 -0
  201. package/dist/components/icon/icons/table.d.ts.map +1 -0
  202. package/dist/components/icon/icons/tag.d.ts +3 -0
  203. package/dist/components/icon/icons/tag.d.ts.map +1 -0
  204. package/dist/components/icon/icons/trash.d.ts +3 -0
  205. package/dist/components/icon/icons/trash.d.ts.map +1 -0
  206. package/dist/components/icon/icons/unlock.d.ts +3 -0
  207. package/dist/components/icon/icons/unlock.d.ts.map +1 -0
  208. package/dist/components/icon/icons/upload.d.ts +3 -0
  209. package/dist/components/icon/icons/upload.d.ts.map +1 -0
  210. package/dist/components/icon/icons/user-add.d.ts +3 -0
  211. package/dist/components/icon/icons/user-add.d.ts.map +1 -0
  212. package/dist/components/icon/icons/user.d.ts +3 -0
  213. package/dist/components/icon/icons/user.d.ts.map +1 -0
  214. package/dist/components/icon/icons/users.d.ts +3 -0
  215. package/dist/components/icon/icons/users.d.ts.map +1 -0
  216. package/dist/components/icon/icons/video.d.ts +3 -0
  217. package/dist/components/icon/icons/video.d.ts.map +1 -0
  218. package/dist/components/icon/icons/warning.d.ts +3 -0
  219. package/dist/components/icon/icons/warning.d.ts.map +1 -0
  220. package/dist/components/icon/index.d.ts +3 -2
  221. package/dist/components/icon/index.d.ts.map +1 -10
  222. package/dist/components/icon/registry.d.ts +15 -0
  223. package/dist/components/icon/registry.d.ts.map +1 -0
  224. package/dist/components/input/Input.d.ts +56 -0
  225. package/dist/components/input/Input.d.ts.map +1 -0
  226. package/dist/components/input/index.d.ts +3 -0
  227. package/dist/components/input/index.d.ts.map +1 -0
  228. package/dist/components/link/Link.d.ts +16 -1
  229. package/dist/components/link/Link.d.ts.map +1 -10
  230. package/dist/components/link/index.d.ts +3 -1
  231. package/dist/components/link/index.d.ts.map +1 -10
  232. package/dist/components/modal/Modal.d.ts +32 -1
  233. package/dist/components/modal/Modal.d.ts.map +1 -10
  234. package/dist/components/modal/index.d.ts +3 -1
  235. package/dist/components/modal/index.d.ts.map +1 -10
  236. package/dist/components/off-canvas/OffCanvas.d.ts +42 -0
  237. package/dist/components/off-canvas/OffCanvas.d.ts.map +1 -0
  238. package/dist/components/off-canvas/index.d.ts +3 -0
  239. package/dist/components/off-canvas/index.d.ts.map +1 -0
  240. package/dist/components/page/Page.d.ts +29 -1
  241. package/dist/components/page/Page.d.ts.map +1 -10
  242. package/dist/components/page/index.d.ts +3 -1
  243. package/dist/components/page/index.d.ts.map +1 -10
  244. package/dist/components/popover/Popover.d.ts +48 -1
  245. package/dist/components/popover/Popover.d.ts.map +1 -10
  246. package/dist/components/popover/index.d.ts +3 -1
  247. package/dist/components/popover/index.d.ts.map +1 -10
  248. package/dist/components/resource-table/ResourceTable.d.ts +159 -0
  249. package/dist/components/resource-table/ResourceTable.d.ts.map +1 -0
  250. package/dist/components/resource-table/index.d.ts +3 -0
  251. package/dist/components/resource-table/index.d.ts.map +1 -0
  252. package/dist/components/select/Select.d.ts +34 -0
  253. package/dist/components/select/Select.d.ts.map +1 -0
  254. package/dist/components/select/index.d.ts +3 -0
  255. package/dist/components/select/index.d.ts.map +1 -0
  256. package/dist/components/side-navigation/SideNavigation.d.ts +22 -0
  257. package/dist/components/side-navigation/SideNavigation.d.ts.map +1 -0
  258. package/dist/components/side-navigation/SideNavigationActionHeader.d.ts +2 -0
  259. package/dist/components/side-navigation/SideNavigationActionHeader.d.ts.map +1 -0
  260. package/dist/components/side-navigation/SideNavigationActionLinks.d.ts +9 -0
  261. package/dist/components/side-navigation/SideNavigationActionLinks.d.ts.map +1 -0
  262. package/dist/components/side-navigation/SideNavigationActionMenu.d.ts +23 -0
  263. package/dist/components/side-navigation/SideNavigationActionMenu.d.ts.map +1 -0
  264. package/dist/components/side-navigation/SideNavigationLink.d.ts +28 -0
  265. package/dist/components/side-navigation/SideNavigationLink.d.ts.map +1 -0
  266. package/dist/components/side-navigation/SideNavigationLinks.d.ts +14 -0
  267. package/dist/components/side-navigation/SideNavigationLinks.d.ts.map +1 -0
  268. package/dist/components/side-navigation/index.d.ts +8 -0
  269. package/dist/components/side-navigation/index.d.ts.map +1 -0
  270. package/dist/components/spinner/Spinner.d.ts +13 -1
  271. package/dist/components/spinner/Spinner.d.ts.map +1 -10
  272. package/dist/components/spinner/index.d.ts +3 -1
  273. package/dist/components/spinner/index.d.ts.map +1 -10
  274. package/dist/components/stack/Stack.d.ts +20 -1
  275. package/dist/components/stack/Stack.d.ts.map +1 -10
  276. package/dist/components/stack/index.d.ts +3 -1
  277. package/dist/components/stack/index.d.ts.map +1 -10
  278. package/dist/components/switch/Switch.d.ts +32 -1
  279. package/dist/components/switch/Switch.d.ts.map +1 -10
  280. package/dist/components/switch/index.d.ts +3 -1
  281. package/dist/components/switch/index.d.ts.map +1 -10
  282. package/dist/components/table/Table.d.ts +15 -0
  283. package/dist/components/table/Table.d.ts.map +1 -0
  284. package/dist/components/table/index.d.ts +3 -0
  285. package/dist/components/table/index.d.ts.map +1 -0
  286. package/dist/components/tabs/Tab.d.ts +19 -0
  287. package/dist/components/tabs/Tab.d.ts.map +1 -0
  288. package/dist/components/tabs/TabContent.d.ts +13 -0
  289. package/dist/components/tabs/TabContent.d.ts.map +1 -0
  290. package/dist/components/tabs/TabList.d.ts +12 -0
  291. package/dist/components/tabs/TabList.d.ts.map +1 -0
  292. package/dist/components/tabs/Tabs.d.ts +20 -0
  293. package/dist/components/tabs/Tabs.d.ts.map +1 -0
  294. package/dist/components/tabs/index.d.ts +9 -0
  295. package/dist/components/tabs/index.d.ts.map +1 -0
  296. package/dist/components/tags/Tags.d.ts +57 -0
  297. package/dist/components/tags/Tags.d.ts.map +1 -0
  298. package/dist/components/tags/index.d.ts +3 -0
  299. package/dist/components/tags/index.d.ts.map +1 -0
  300. package/dist/components/text/Text.d.ts +25 -1
  301. package/dist/components/text/Text.d.ts.map +1 -10
  302. package/dist/components/text/index.d.ts +3 -1
  303. package/dist/components/text/index.d.ts.map +1 -10
  304. package/dist/icons/calendar-day.svg +3 -0
  305. package/dist/icons/calendar-empty.svg +3 -0
  306. package/dist/icons/calendar-week.svg +3 -0
  307. package/dist/icons/calendar.svg +1 -1
  308. package/dist/icons/credit-card.svg +3 -0
  309. package/dist/icons/dollar-sign.svg +3 -0
  310. package/dist/icons/edit.svg +1 -1
  311. package/dist/icons/sort-arrows.svg +3 -0
  312. package/dist/icons/table.svg +3 -0
  313. package/dist/index.cjs +209 -1
  314. package/dist/index.d.ts +69 -35
  315. package/dist/index.d.ts.map +1 -10
  316. package/dist/index.js +8697 -16
  317. package/dist/plus-C2ciGlkq.cjs +1 -0
  318. package/dist/plus-csC2ambK.js +136 -0
  319. package/package.json +37 -87
  320. package/tailwind.preset.cjs +24 -0
  321. package/tailwind.preset.js +24 -0
  322. package/dist/components/button/index.cjs +0 -1
  323. package/dist/components/button/index.js +0 -2
  324. package/dist/components/card/index.cjs +0 -1
  325. package/dist/components/card/index.js +0 -2
  326. package/dist/components/checkbox/index.cjs +0 -1
  327. package/dist/components/checkbox/index.js +0 -1
  328. package/dist/components/choice/index.cjs +0 -1
  329. package/dist/components/choice/index.js +0 -1
  330. package/dist/components/chunks/Icon-BTlX8dXa.js +0 -1
  331. package/dist/components/chunks/Icon-xNhleOos.js +0 -77
  332. package/dist/components/chunks/button-4_r-rdhN.js +0 -1
  333. package/dist/components/chunks/button-DFs4DmfC.js +0 -575
  334. package/dist/components/chunks/card-D8FpQZBD.js +0 -1
  335. package/dist/components/chunks/card-DhRHTSkL.js +0 -58
  336. package/dist/components/chunks/checkbox-Bakjptcp.js +0 -1
  337. package/dist/components/chunks/checkbox-D95xYxXV.js +0 -169
  338. package/dist/components/chunks/choice-BlAkXCQN.js +0 -204
  339. package/dist/components/chunks/choice-C0EYGPxa.js +0 -1
  340. package/dist/components/chunks/grid-DVHtippr.js +0 -1
  341. package/dist/components/chunks/grid-DqlQrFkp.js +0 -62
  342. package/dist/components/chunks/icon-BZolpoyx.js +0 -1
  343. package/dist/components/chunks/link-C49HKGxh.js +0 -75
  344. package/dist/components/chunks/link-S0yBi9n7.js +0 -1
  345. package/dist/components/chunks/modal-B2sNSV2Q.js +0 -1
  346. package/dist/components/chunks/modal-BQlup2Mw.js +0 -98
  347. package/dist/components/chunks/page-BiSPS1-l.js +0 -1
  348. package/dist/components/chunks/page-DFKYJekL.js +0 -112
  349. package/dist/components/chunks/popover-BkTNH5gb.js +0 -181
  350. package/dist/components/chunks/popover-DFCs6KnJ.js +0 -1
  351. package/dist/components/chunks/spinner-Ch8momJm.js +0 -63
  352. package/dist/components/chunks/spinner-zGnecx3W.js +0 -111
  353. package/dist/components/chunks/stack-BvgkqvMX.js +0 -1
  354. package/dist/components/chunks/stack-DzZy3iH1.js +0 -114
  355. package/dist/components/chunks/switch-C5FOAA64.js +0 -1
  356. package/dist/components/chunks/switch-CCyMw1-M.js +0 -138
  357. package/dist/components/chunks/text-B-qq-sZ2.js +0 -111
  358. package/dist/components/chunks/text-nTrVku3e.js +0 -1
  359. package/dist/components/grid/index.cjs +0 -1
  360. package/dist/components/grid/index.js +0 -2
  361. package/dist/components/icon/index.cjs +0 -1
  362. package/dist/components/icon/index.js +0 -3
  363. package/dist/components/link/index.cjs +0 -1
  364. package/dist/components/link/index.js +0 -2
  365. package/dist/components/modal/index.cjs +0 -1
  366. package/dist/components/modal/index.js +0 -1
  367. package/dist/components/page/index.cjs +0 -1
  368. package/dist/components/page/index.js +0 -2
  369. package/dist/components/popover/index.cjs +0 -1
  370. package/dist/components/popover/index.js +0 -1
  371. package/dist/components/spinner/index.cjs +0 -1
  372. package/dist/components/spinner/index.js +0 -2
  373. package/dist/components/stack/index.cjs +0 -1
  374. package/dist/components/stack/index.js +0 -2
  375. package/dist/components/switch/index.cjs +0 -1
  376. package/dist/components/switch/index.js +0 -2
  377. package/dist/components/text/index.cjs +0 -1
  378. package/dist/components/text/index.js +0 -2
  379. package/dist/mintui-elements.d.ts +0 -78
  380. package/dist/mintui-elements.d.ts.map +0 -10
  381. package/dist/styles.css +0 -1
@@ -1,187 +1,188 @@
1
- import { a as e } from "./Icon-xNhleOos.js";
2
- //#region src/components/icon/icons/plus.js
1
+ import { a as ee, c as te, d as ne, f as re, h as e, i as ie, l as ae, n as oe, o as se, p as ce, r as le, s as ue, t as de, u as fe } from "../../../plus-csC2ambK.js";
2
+ //#region src/components/icon/icons/trash.ts
3
3
  var t = {
4
- name: "plus",
4
+ name: "trash",
5
5
  viewBox: "0 0 24 24",
6
- path: "M12 4v16m8-8H4",
6
+ path: "M3 6h18m-2 0v14a2 2 0 01-2 2H7a2 2 0 01-2-2V6m3 0V4a2 2 0 012-2h4a2 2 0 012 2v2",
7
7
  strokeLinecap: "round",
8
8
  strokeLinejoin: "round"
9
9
  };
10
10
  e(t);
11
11
  //#endregion
12
- //#region src/components/icon/icons/user.js
12
+ //#region src/components/icon/icons/arrow-left.ts
13
13
  var n = {
14
- name: "user",
14
+ name: "arrow-left",
15
15
  viewBox: "0 0 24 24",
16
- path: "M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z",
16
+ path: "M19 12H5m7-7l-7 7 7 7",
17
17
  strokeLinecap: "round",
18
18
  strokeLinejoin: "round"
19
19
  };
20
20
  e(n);
21
21
  //#endregion
22
- //#region src/components/icon/icons/trash.js
22
+ //#region src/components/icon/icons/home.ts
23
23
  var r = {
24
- name: "trash",
24
+ name: "home",
25
25
  viewBox: "0 0 24 24",
26
- path: "M3 6h18m-2 0v14a2 2 0 01-2 2H7a2 2 0 01-2-2V6m3 0V4a2 2 0 012-2h4a2 2 0 012 2v2",
26
+ path: "M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6",
27
27
  strokeLinecap: "round",
28
28
  strokeLinejoin: "round"
29
29
  };
30
30
  e(r);
31
31
  //#endregion
32
- //#region src/components/icon/icons/arrow-left.js
32
+ //#region src/components/icon/icons/search.ts
33
33
  var i = {
34
- name: "arrow-left",
34
+ name: "search",
35
35
  viewBox: "0 0 24 24",
36
- path: "M19 12H5m7-7l-7 7 7 7",
36
+ path: "M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z",
37
37
  strokeLinecap: "round",
38
38
  strokeLinejoin: "round"
39
39
  };
40
40
  e(i);
41
41
  //#endregion
42
- //#region src/components/icon/icons/home.js
42
+ //#region src/components/icon/icons/notifications.ts
43
43
  var a = {
44
- name: "home",
44
+ name: "notifications",
45
45
  viewBox: "0 0 24 24",
46
- path: "M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6",
46
+ path: "M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9",
47
47
  strokeLinecap: "round",
48
48
  strokeLinejoin: "round"
49
49
  };
50
50
  e(a);
51
51
  //#endregion
52
- //#region src/components/icon/icons/search.js
52
+ //#region src/components/icon/icons/chat.ts
53
53
  var o = {
54
- name: "search",
54
+ name: "chat",
55
55
  viewBox: "0 0 24 24",
56
- path: "M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z",
56
+ path: "M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z",
57
57
  strokeLinecap: "round",
58
58
  strokeLinejoin: "round"
59
59
  };
60
60
  e(o);
61
61
  //#endregion
62
- //#region src/components/icon/icons/notifications.js
62
+ //#region src/components/icon/icons/help.ts
63
63
  var s = {
64
- name: "notifications",
64
+ name: "help",
65
65
  viewBox: "0 0 24 24",
66
- path: "M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9",
66
+ path: "M8.228 9c.549-1.165 2.03-2 3.772-2 2.21 0 4 1.343 4 3 0 1.4-1.278 2.575-3.006 2.907-.542.104-.994.54-.994 1.093m0 3h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z",
67
67
  strokeLinecap: "round",
68
68
  strokeLinejoin: "round"
69
69
  };
70
70
  e(s);
71
71
  //#endregion
72
- //#region src/components/icon/icons/chat.js
72
+ //#region src/components/icon/icons/documentation.ts
73
73
  var c = {
74
- name: "chat",
74
+ name: "documentation",
75
75
  viewBox: "0 0 24 24",
76
- path: "M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z",
76
+ path: "M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253",
77
77
  strokeLinecap: "round",
78
78
  strokeLinejoin: "round"
79
79
  };
80
80
  e(c);
81
81
  //#endregion
82
- //#region src/components/icon/icons/help.js
82
+ //#region src/components/icon/icons/mail.ts
83
83
  var l = {
84
- name: "help",
84
+ name: "mail",
85
85
  viewBox: "0 0 24 24",
86
- path: "M8.228 9c.549-1.165 2.03-2 3.772-2 2.21 0 4 1.343 4 3 0 1.4-1.278 2.575-3.006 2.907-.542.104-.994.54-.994 1.093m0 3h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z",
86
+ path: "M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z",
87
87
  strokeLinecap: "round",
88
88
  strokeLinejoin: "round"
89
89
  };
90
90
  e(l);
91
91
  //#endregion
92
- //#region src/components/icon/icons/documentation.js
92
+ //#region src/components/icon/icons/settings.ts
93
93
  var u = {
94
- name: "documentation",
94
+ name: "settings",
95
95
  viewBox: "0 0 24 24",
96
- path: "M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253",
96
+ path: "M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z M15 12a3 3 0 11-6 0 3 3 0 016 0z",
97
97
  strokeLinecap: "round",
98
98
  strokeLinejoin: "round"
99
99
  };
100
100
  e(u);
101
101
  //#endregion
102
- //#region src/components/icon/icons/mail.js
102
+ //#region src/components/icon/icons/language.ts
103
103
  var d = {
104
- name: "mail",
104
+ name: "language",
105
105
  viewBox: "0 0 24 24",
106
- path: "M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z",
106
+ path: "M3 5h12M9 3v2m1.048 9.5A18.022 18.022 0 016.412 9m6.088 9h7M11 21l5-10 5 10M12.751 5C11.783 10.77 8.07 15.61 3 18.129",
107
107
  strokeLinecap: "round",
108
108
  strokeLinejoin: "round"
109
109
  };
110
110
  e(d);
111
111
  //#endregion
112
- //#region src/components/icon/icons/settings.js
112
+ //#region src/components/icon/icons/moon.ts
113
113
  var f = {
114
- name: "settings",
114
+ name: "moon",
115
115
  viewBox: "0 0 24 24",
116
- path: "M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z M15 12a3 3 0 11-6 0 3 3 0 016 0z",
116
+ path: "M20.354 15.354A9 9 0 018.646 3.646 9.003 9.003 0 0012 21a9.003 9.003 0 008.354-5.646z",
117
117
  strokeLinecap: "round",
118
118
  strokeLinejoin: "round"
119
119
  };
120
120
  e(f);
121
121
  //#endregion
122
- //#region src/components/icon/icons/language.js
122
+ //#region src/components/icon/icons/sun.ts
123
123
  var p = {
124
- name: "language",
124
+ name: "sun",
125
125
  viewBox: "0 0 24 24",
126
- path: "M3 5h12M9 3v2m1.048 9.5A18.022 18.022 0 016.412 9m6.088 9h7M11 21l5-10 5 10M12.751 5C11.783 10.77 8.07 15.61 3 18.129",
126
+ path: "M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 11-8 0 4 4 0 018 0z",
127
127
  strokeLinecap: "round",
128
128
  strokeLinejoin: "round"
129
129
  };
130
130
  e(p);
131
131
  //#endregion
132
- //#region src/components/icon/icons/moon.js
132
+ //#region src/components/icon/icons/logout.ts
133
133
  var m = {
134
- name: "moon",
134
+ name: "logout",
135
135
  viewBox: "0 0 24 24",
136
- path: "M20.354 15.354A9 9 0 018.646 3.646 9.003 9.003 0 0012 21a9.003 9.003 0 008.354-5.646z",
136
+ path: "M17 16l4-4m0 0l-4-4m4 4H7m6 4v1a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3h4a3 3 0 013 3v1",
137
137
  strokeLinecap: "round",
138
138
  strokeLinejoin: "round"
139
139
  };
140
140
  e(m);
141
141
  //#endregion
142
- //#region src/components/icon/icons/sun.js
142
+ //#region src/components/icon/icons/login.ts
143
143
  var h = {
144
- name: "sun",
144
+ name: "login",
145
145
  viewBox: "0 0 24 24",
146
- path: "M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 11-8 0 4 4 0 018 0z",
146
+ path: "M11 16l-4-4m0 0l4-4m-4 4h14m-5 4v1a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3h7a3 3 0 013 3v1",
147
147
  strokeLinecap: "round",
148
148
  strokeLinejoin: "round"
149
149
  };
150
150
  e(h);
151
151
  //#endregion
152
- //#region src/components/icon/icons/logout.js
152
+ //#region src/components/icon/icons/user-add.ts
153
153
  var g = {
154
- name: "logout",
154
+ name: "user-add",
155
155
  viewBox: "0 0 24 24",
156
- path: "M17 16l4-4m0 0l-4-4m4 4H7m6 4v1a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3h4a3 3 0 013 3v1",
156
+ path: "M18 9v3m0 0v3m0-3h3m-3 0h-3m-2-5a4 4 0 11-8 0 4 4 0 018 0zM3 20a6 6 0 0112 0v1H3v-1z",
157
157
  strokeLinecap: "round",
158
158
  strokeLinejoin: "round"
159
159
  };
160
160
  e(g);
161
161
  //#endregion
162
- //#region src/components/icon/icons/login.js
162
+ //#region src/components/icon/icons/calendar.ts
163
163
  var _ = {
164
- name: "login",
164
+ name: "calendar",
165
165
  viewBox: "0 0 24 24",
166
- path: "M11 16l-4-4m0 0l4-4m-4 4h14m-5 4v1a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3h7a3 3 0 013 3v1",
166
+ path: "M8 7V3m8 4V3M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2zM6 11h12M6 14h12M6 17h12",
167
167
  strokeLinecap: "round",
168
168
  strokeLinejoin: "round"
169
169
  };
170
170
  e(_);
171
171
  //#endregion
172
- //#region src/components/icon/icons/user-add.js
172
+ //#region src/components/icon/icons/calendar-day.ts
173
173
  var v = {
174
- name: "user-add",
174
+ name: "calendar-day",
175
175
  viewBox: "0 0 24 24",
176
- path: "M18 9v3m0 0v3m0-3h3m-3 0h-3m-2-5a4 4 0 11-8 0 4 4 0 018 0zM3 20a6 6 0 0112 0v1H3v-1z",
176
+ path: "M8 7V3m8 4V3M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z",
177
177
  strokeLinecap: "round",
178
- strokeLinejoin: "round"
178
+ strokeLinejoin: "round",
179
+ customSvg: "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n <path d=\"M8 7V3m8 4V3M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z\" />\n <rect x=\"7\" y=\"11\" width=\"10\" height=\"5\" fill=\"currentColor\" />\n</svg>"
179
180
  };
180
181
  e(v);
181
182
  //#endregion
182
- //#region src/components/icon/icons/calendar.js
183
+ //#region src/components/icon/icons/calendar-week.ts
183
184
  var y = {
184
- name: "calendar",
185
+ name: "calendar-week",
185
186
  viewBox: "0 0 24 24",
186
187
  path: "M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z",
187
188
  strokeLinecap: "round",
@@ -189,97 +190,107 @@ var y = {
189
190
  };
190
191
  e(y);
191
192
  //#endregion
192
- //#region src/components/icon/icons/clock.js
193
+ //#region src/components/icon/icons/calendar-empty.ts
193
194
  var b = {
194
- name: "clock",
195
+ name: "calendar-empty",
195
196
  viewBox: "0 0 24 24",
196
- path: "M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z",
197
+ path: "M8 7V3m8 4V3M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z",
197
198
  strokeLinecap: "round",
198
199
  strokeLinejoin: "round"
199
200
  };
200
201
  e(b);
201
202
  //#endregion
202
- //#region src/components/icon/icons/bookmark.js
203
+ //#region src/components/icon/icons/clock.ts
203
204
  var x = {
204
- name: "bookmark",
205
+ name: "clock",
205
206
  viewBox: "0 0 24 24",
206
- path: "M5 5a2 2 0 012-2h10a2 2 0 012 2v16l-7-3.5L5 21V5z",
207
+ path: "M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z",
207
208
  strokeLinecap: "round",
208
209
  strokeLinejoin: "round"
209
210
  };
210
211
  e(x);
211
212
  //#endregion
212
- //#region src/components/icon/icons/star.js
213
+ //#region src/components/icon/icons/bookmark.ts
213
214
  var S = {
214
- name: "star",
215
+ name: "bookmark",
215
216
  viewBox: "0 0 24 24",
216
- path: "M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z",
217
+ path: "M5 5a2 2 0 012-2h10a2 2 0 012 2v16l-7-3.5L5 21V5z",
217
218
  strokeLinecap: "round",
218
219
  strokeLinejoin: "round"
219
220
  };
220
221
  e(S);
221
222
  //#endregion
222
- //#region src/components/icon/icons/pin.js
223
+ //#region src/components/icon/icons/star.ts
223
224
  var C = {
224
- name: "pin",
225
+ name: "star",
225
226
  viewBox: "0 0 24 24",
226
- path: "M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z",
227
+ path: "M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z",
227
228
  strokeLinecap: "round",
228
229
  strokeLinejoin: "round"
229
230
  };
230
231
  e(C);
231
232
  //#endregion
232
- //#region src/components/icon/icons/filter.js
233
+ //#region src/components/icon/icons/pin.ts
233
234
  var w = {
234
- name: "filter",
235
+ name: "pin",
235
236
  viewBox: "0 0 24 24",
236
- path: "M3 6h18M3 12h18M3 18h18M6 6a2 2 0 11-4 0 2 2 0 014 0zM12 12a2 2 0 11-4 0 2 2 0 014 0zM16 18a2 2 0 11-4 0 2 2 0 014 0z",
237
+ path: "M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z",
237
238
  strokeLinecap: "round",
238
239
  strokeLinejoin: "round"
239
240
  };
240
241
  e(w);
241
242
  //#endregion
242
- //#region src/components/icon/icons/sort.js
243
+ //#region src/components/icon/icons/filter.ts
243
244
  var T = {
244
- name: "sort",
245
+ name: "filter",
245
246
  viewBox: "0 0 24 24",
246
- path: "M3 6h18M7 12h10m-7 6h4",
247
+ path: "M3 6h18M3 12h18M3 18h18M6 6a2 2 0 11-4 0 2 2 0 014 0zM12 12a2 2 0 11-4 0 2 2 0 014 0zM16 18a2 2 0 11-4 0 2 2 0 014 0z",
247
248
  strokeLinecap: "round",
248
249
  strokeLinejoin: "round"
249
250
  };
250
251
  e(T);
251
252
  //#endregion
252
- //#region src/components/icon/icons/refresh.js
253
+ //#region src/components/icon/icons/sort.ts
253
254
  var E = {
254
- name: "refresh",
255
+ name: "sort",
255
256
  viewBox: "0 0 24 24",
256
- path: "M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15",
257
+ path: "M3 6h18M7 12h10m-7 6h4",
257
258
  strokeLinecap: "round",
258
259
  strokeLinejoin: "round"
259
260
  };
260
261
  e(E);
261
262
  //#endregion
262
- //#region src/components/icon/icons/share.js
263
+ //#region src/components/icon/icons/refresh.ts
263
264
  var D = {
264
- name: "share",
265
+ name: "refresh",
265
266
  viewBox: "0 0 24 24",
266
- path: "M8.684 13.342C8.886 12.938 9 12.482 9 12c0-.482-.114-.938-.316-1.342m0 2.684a3 3 0 110-2.684m0 2.684l6.632 3.316m-6.632-6l6.632-3.316m0 0a3 3 0 105.367-2.684 3 3 0 00-5.367 2.684zm0 9.316a3 3 0 105.368 2.684 3 3 0 00-5.368-2.684z",
267
+ path: "M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15",
267
268
  strokeLinecap: "round",
268
269
  strokeLinejoin: "round"
269
270
  };
270
271
  e(D);
271
272
  //#endregion
272
- //#region src/components/icon/icons/upload.js
273
+ //#region src/components/icon/icons/share.ts
273
274
  var O = {
275
+ name: "share",
276
+ viewBox: "0 0 24 24",
277
+ path: "M8.684 13.342C8.886 12.938 9 12.482 9 12c0-.482-.114-.938-.316-1.342m0 2.684a3 3 0 110-2.684m0 2.684l6.632 3.316m-6.632-6l6.632-3.316m0 0a3 3 0 105.367-2.684 3 3 0 00-5.367 2.684zm0 9.316a3 3 0 105.368 2.684 3 3 0 00-5.368-2.684z",
278
+ strokeLinecap: "round",
279
+ strokeLinejoin: "round"
280
+ };
281
+ e(O);
282
+ //#endregion
283
+ //#region src/components/icon/icons/upload.ts
284
+ var pe = {
274
285
  name: "upload",
275
286
  viewBox: "0 0 24 24",
276
287
  path: "M7 16a4 4 0 01-.88-7.903A5 5 0 1115.9 6L16 6a5 5 0 011 9.9M15 13l-3-3m0 0l-3 3m3-3v12",
277
288
  strokeLinecap: "round",
278
289
  strokeLinejoin: "round"
279
290
  };
280
- e(O);
291
+ e(pe);
281
292
  //#endregion
282
- //#region src/components/icon/icons/download.js
293
+ //#region src/components/icon/icons/download.ts
283
294
  var k = {
284
295
  name: "download",
285
296
  viewBox: "0 0 24 24",
@@ -289,7 +300,7 @@ var k = {
289
300
  };
290
301
  e(k);
291
302
  //#endregion
292
- //#region src/components/icon/icons/print.js
303
+ //#region src/components/icon/icons/print.ts
293
304
  var A = {
294
305
  name: "print",
295
306
  viewBox: "0 0 24 24",
@@ -299,7 +310,7 @@ var A = {
299
310
  };
300
311
  e(A);
301
312
  //#endregion
302
- //#region src/components/icon/icons/attach.js
313
+ //#region src/components/icon/icons/attach.ts
303
314
  var j = {
304
315
  name: "attach",
305
316
  viewBox: "0 0 24 24",
@@ -309,17 +320,17 @@ var j = {
309
320
  };
310
321
  e(j);
311
322
  //#endregion
312
- //#region src/components/icon/icons/edit.js
323
+ //#region src/components/icon/icons/edit.ts
313
324
  var M = {
314
325
  name: "edit",
315
326
  viewBox: "0 0 24 24",
316
- path: "M11 5H6a2 2 0 00-2 2v11a2 2 0 002 2h11a2 2 0 002-2v-5m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z",
327
+ path: "M11 4H4a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2v-7m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z",
317
328
  strokeLinecap: "round",
318
329
  strokeLinejoin: "round"
319
330
  };
320
331
  e(M);
321
332
  //#endregion
322
- //#region src/components/icon/icons/delete.js
333
+ //#region src/components/icon/icons/delete.ts
323
334
  var N = {
324
335
  name: "delete",
325
336
  viewBox: "0 0 24 24",
@@ -329,7 +340,7 @@ var N = {
329
340
  };
330
341
  e(N);
331
342
  //#endregion
332
- //#region src/components/icon/icons/save.js
343
+ //#region src/components/icon/icons/save.ts
333
344
  var P = {
334
345
  name: "save",
335
346
  viewBox: "0 0 24 24",
@@ -339,7 +350,7 @@ var P = {
339
350
  };
340
351
  e(P);
341
352
  //#endregion
342
- //#region src/components/icon/icons/duplicate.js
353
+ //#region src/components/icon/icons/duplicate.ts
343
354
  var F = {
344
355
  name: "duplicate",
345
356
  viewBox: "0 0 24 24",
@@ -349,7 +360,7 @@ var F = {
349
360
  };
350
361
  e(F);
351
362
  //#endregion
352
- //#region src/components/icon/icons/copy.js
363
+ //#region src/components/icon/icons/copy.ts
353
364
  var I = {
354
365
  name: "copy",
355
366
  viewBox: "0 0 24 24",
@@ -359,7 +370,7 @@ var I = {
359
370
  };
360
371
  e(I);
361
372
  //#endregion
362
- //#region src/components/icon/icons/paste.js
373
+ //#region src/components/icon/icons/paste.ts
363
374
  var L = {
364
375
  name: "paste",
365
376
  viewBox: "0 0 24 24",
@@ -369,7 +380,7 @@ var L = {
369
380
  };
370
381
  e(L);
371
382
  //#endregion
372
- //#region src/components/icon/icons/remove.js
383
+ //#region src/components/icon/icons/remove.ts
373
384
  var R = {
374
385
  name: "remove",
375
386
  viewBox: "0 0 24 24",
@@ -379,323 +390,267 @@ var R = {
379
390
  };
380
391
  e(R);
381
392
  //#endregion
382
- //#region src/components/icon/icons/check.js
393
+ //#region src/components/icon/icons/folder.ts
383
394
  var z = {
384
- name: "check",
395
+ name: "folder",
385
396
  viewBox: "0 0 24 24",
386
- path: "M5 13l4 4L19 7",
397
+ path: "M3 7v10a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2h-6l-2-2H5a2 2 0 00-2 2z",
387
398
  strokeLinecap: "round",
388
399
  strokeLinejoin: "round"
389
400
  };
390
401
  e(z);
391
402
  //#endregion
392
- //#region src/components/icon/icons/close.js
403
+ //#region src/components/icon/icons/file.ts
393
404
  var B = {
394
- name: "close",
405
+ name: "file",
395
406
  viewBox: "0 0 24 24",
396
- path: "M6 18L18 6M6 6l12 12",
407
+ path: "M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z",
397
408
  strokeLinecap: "round",
398
409
  strokeLinejoin: "round"
399
410
  };
400
411
  e(B);
401
412
  //#endregion
402
- //#region src/components/icon/icons/warning.js
413
+ //#region src/components/icon/icons/archive.ts
403
414
  var V = {
404
- name: "warning",
415
+ name: "archive",
405
416
  viewBox: "0 0 24 24",
406
- path: "M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z",
417
+ path: "M5 8h14M5 8a2 2 0 110-4h14a2 2 0 110 4M5 8v10a2 2 0 002 2h10a2 2 0 002-2V8m-9 4h4",
407
418
  strokeLinecap: "round",
408
419
  strokeLinejoin: "round"
409
420
  };
410
421
  e(V);
411
422
  //#endregion
412
- //#region src/components/icon/icons/error.js
423
+ //#region src/components/icon/icons/image.ts
413
424
  var H = {
414
- name: "error",
425
+ name: "image",
415
426
  viewBox: "0 0 24 24",
416
- path: "M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z",
427
+ path: "M4 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l1.586-1.586a2 2 0 012.828 0L20 14m-6-6h.01M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z",
417
428
  strokeLinecap: "round",
418
429
  strokeLinejoin: "round"
419
430
  };
420
431
  e(H);
421
432
  //#endregion
422
- //#region src/components/icon/icons/success.js
433
+ //#region src/components/icon/icons/video.ts
423
434
  var U = {
424
- name: "success",
435
+ name: "video",
425
436
  viewBox: "0 0 24 24",
426
- path: "M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z",
437
+ path: "M15 10l4.553-2.276A1 1 0 0121 8.618v6.764a1 1 0 01-1.447.894L15 14M5 18h8a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v8a2 2 0 002 2z",
427
438
  strokeLinecap: "round",
428
439
  strokeLinejoin: "round"
429
440
  };
430
441
  e(U);
431
442
  //#endregion
432
- //#region src/components/icon/icons/info.js
443
+ //#region src/components/icon/icons/link.ts
433
444
  var W = {
434
- name: "info",
445
+ name: "link",
435
446
  viewBox: "0 0 24 24",
436
- path: "M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z",
447
+ path: "M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1",
437
448
  strokeLinecap: "round",
438
449
  strokeLinejoin: "round"
439
450
  };
440
451
  e(W);
441
452
  //#endregion
442
- //#region src/components/icon/icons/folder.js
453
+ //#region src/components/icon/icons/external-link.ts
443
454
  var G = {
444
- name: "folder",
455
+ name: "external-link",
445
456
  viewBox: "0 0 24 24",
446
- path: "M3 7v10a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2h-6l-2-2H5a2 2 0 00-2 2z",
457
+ path: "M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14",
447
458
  strokeLinecap: "round",
448
459
  strokeLinejoin: "round"
449
460
  };
450
461
  e(G);
451
462
  //#endregion
452
- //#region src/components/icon/icons/file.js
463
+ //#region src/components/icon/icons/grid.ts
453
464
  var K = {
454
- name: "file",
465
+ name: "grid",
455
466
  viewBox: "0 0 24 24",
456
- path: "M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z",
467
+ path: "M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z",
457
468
  strokeLinecap: "round",
458
469
  strokeLinejoin: "round"
459
470
  };
460
471
  e(K);
461
472
  //#endregion
462
- //#region src/components/icon/icons/archive.js
473
+ //#region src/components/icon/icons/list.ts
463
474
  var q = {
464
- name: "archive",
475
+ name: "list",
465
476
  viewBox: "0 0 24 24",
466
- path: "M5 8h14M5 8a2 2 0 110-4h14a2 2 0 110 4M5 8v10a2 2 0 002 2h10a2 2 0 002-2V8m-9 4h4",
477
+ path: "M8 6h13M5 6h.01M8 12h13M5 12h.01M8 18h13M5 18h.01",
467
478
  strokeLinecap: "round",
468
479
  strokeLinejoin: "round"
469
480
  };
470
481
  e(q);
471
482
  //#endregion
472
- //#region src/components/icon/icons/image.js
483
+ //#region src/components/icon/icons/table.ts
473
484
  var J = {
474
- name: "image",
485
+ name: "table",
475
486
  viewBox: "0 0 24 24",
476
- path: "M4 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l1.586-1.586a2 2 0 012.828 0L20 14m-6-6h.01M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z",
487
+ path: "M3 10h18M3 14h18m-9-4v8m-7 0h14a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v8a2 2 0 002 2z",
477
488
  strokeLinecap: "round",
478
489
  strokeLinejoin: "round"
479
490
  };
480
491
  e(J);
481
492
  //#endregion
482
- //#region src/components/icon/icons/video.js
493
+ //#region src/components/icon/icons/menu.ts
483
494
  var Y = {
484
- name: "video",
485
- viewBox: "0 0 24 24",
486
- path: "M15 10l4.553-2.276A1 1 0 0121 8.618v6.764a1 1 0 01-1.447.894L15 14M5 18h8a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v8a2 2 0 002 2z",
487
- strokeLinecap: "round",
488
- strokeLinejoin: "round"
489
- };
490
- e(Y);
491
- //#endregion
492
- //#region src/components/icon/icons/link.js
493
- var X = {
494
- name: "link",
495
- viewBox: "0 0 24 24",
496
- path: "M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1",
497
- strokeLinecap: "round",
498
- strokeLinejoin: "round"
499
- };
500
- e(X);
501
- //#endregion
502
- //#region src/components/icon/icons/external-link.js
503
- var Z = {
504
- name: "external-link",
505
- viewBox: "0 0 24 24",
506
- path: "M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14",
507
- strokeLinecap: "round",
508
- strokeLinejoin: "round"
509
- };
510
- e(Z);
511
- //#endregion
512
- //#region src/components/icon/icons/grid.js
513
- var Q = {
514
- name: "grid",
515
- viewBox: "0 0 24 24",
516
- path: "M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z",
517
- strokeLinecap: "round",
518
- strokeLinejoin: "round"
519
- };
520
- e(Q);
521
- //#endregion
522
- //#region src/components/icon/icons/list.js
523
- var $ = {
524
- name: "list",
525
- viewBox: "0 0 24 24",
526
- path: "M8 6h13M5 6h.01M8 12h13M5 12h.01M8 18h13M5 18h.01",
527
- strokeLinecap: "round",
528
- strokeLinejoin: "round"
529
- };
530
- e($);
531
- //#endregion
532
- //#region src/components/icon/icons/menu.js
533
- var ee = {
534
495
  name: "menu",
535
496
  viewBox: "0 0 24 24",
536
497
  path: "M4 6h16M4 12h16M4 18h16",
537
498
  strokeLinecap: "round",
538
499
  strokeLinejoin: "round"
539
500
  };
540
- e(ee);
501
+ e(Y);
541
502
  //#endregion
542
- //#region src/components/icon/icons/ellipsis.js
543
- var te = {
503
+ //#region src/components/icon/icons/ellipsis.ts
504
+ var X = {
544
505
  name: "ellipsis",
545
506
  viewBox: "0 0 24 24",
546
507
  path: "M5 12h.01M12 12h.01M19 12h.01M6 12a1 1 0 11-2 0 1 1 0 012 0zm7 0a1 1 0 11-2 0 1 1 0 012 0zm7 0a1 1 0 11-2 0 1 1 0 012 0z",
547
508
  strokeLinecap: "round",
548
509
  strokeLinejoin: "round"
549
510
  };
550
- e(te);
511
+ e(X);
551
512
  //#endregion
552
- //#region src/components/icon/icons/arrow-right.js
553
- var ne = {
513
+ //#region src/components/icon/icons/arrow-right.ts
514
+ var Z = {
554
515
  name: "arrow-right",
555
516
  viewBox: "0 0 24 24",
556
517
  path: "M14 5l7 7m0 0l-7 7m7-7H3",
557
518
  strokeLinecap: "round",
558
519
  strokeLinejoin: "round"
559
520
  };
560
- e(ne);
521
+ e(Z);
561
522
  //#endregion
562
- //#region src/components/icon/icons/arrow-up.js
563
- var re = {
523
+ //#region src/components/icon/icons/arrow-up.ts
524
+ var Q = {
564
525
  name: "arrow-up",
565
526
  viewBox: "0 0 24 24",
566
527
  path: "M5 10l7-7m0 0l7 7m-7-7v18",
567
528
  strokeLinecap: "round",
568
529
  strokeLinejoin: "round"
569
530
  };
570
- e(re);
531
+ e(Q);
571
532
  //#endregion
572
- //#region src/components/icon/icons/arrow-down.js
573
- var ie = {
533
+ //#region src/components/icon/icons/arrow-down.ts
534
+ var me = {
574
535
  name: "arrow-down",
575
536
  viewBox: "0 0 24 24",
576
537
  path: "M19 14l-7 7m0 0l-7-7m7 7V3",
577
538
  strokeLinecap: "round",
578
539
  strokeLinejoin: "round"
579
540
  };
580
- e(ie);
581
- //#endregion
582
- //#region src/components/icon/icons/caret-left.js
583
- var ae = {
584
- name: "caret-left",
585
- viewBox: "0 0 24 24",
586
- path: "M15 19l-7-7 7-7",
587
- strokeLinecap: "round",
588
- strokeLinejoin: "round"
589
- };
590
- e(ae);
591
- //#endregion
592
- //#region src/components/icon/icons/caret-right.js
593
- var oe = {
594
- name: "caret-right",
595
- viewBox: "0 0 24 24",
596
- path: "M9 5l7 7-7 7",
597
- strokeLinecap: "round",
598
- strokeLinejoin: "round"
599
- };
600
- e(oe);
601
- //#endregion
602
- //#region src/components/icon/icons/caret-up.js
603
- var se = {
604
- name: "caret-up",
605
- viewBox: "0 0 24 24",
606
- path: "M5 15l7-7 7 7",
607
- strokeLinecap: "round",
608
- strokeLinejoin: "round"
609
- };
610
- e(se);
611
- //#endregion
612
- //#region src/components/icon/icons/caret-down.js
613
- var ce = {
614
- name: "caret-down",
615
- viewBox: "0 0 24 24",
616
- path: "M19 9l-7 7-7-7",
617
- strokeLinecap: "round",
618
- strokeLinejoin: "round"
619
- };
620
- e(ce);
541
+ e(me);
621
542
  //#endregion
622
- //#region src/components/icon/icons/lock.js
623
- var le = {
543
+ //#region src/components/icon/icons/lock.ts
544
+ var he = {
624
545
  name: "lock",
625
546
  viewBox: "0 0 24 24",
626
547
  path: "M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z",
627
548
  strokeLinecap: "round",
628
549
  strokeLinejoin: "round"
629
550
  };
630
- e(le);
551
+ e(he);
631
552
  //#endregion
632
- //#region src/components/icon/icons/unlock.js
633
- var ue = {
553
+ //#region src/components/icon/icons/unlock.ts
554
+ var ge = {
634
555
  name: "unlock",
635
556
  viewBox: "0 0 24 24",
636
557
  path: "M8 11V7a4 4 0 118 0m-4 8v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2z",
637
558
  strokeLinecap: "round",
638
559
  strokeLinejoin: "round"
639
560
  };
640
- e(ue);
561
+ e(ge);
641
562
  //#endregion
642
- //#region src/components/icon/icons/users.js
643
- var de = {
563
+ //#region src/components/icon/icons/users.ts
564
+ var _e = {
644
565
  name: "users",
645
566
  viewBox: "0 0 24 24",
646
567
  path: "M12 4.354a4 4 0 110 5.292M15 21H3v-1a6 6 0 0112 0v1zm0 0h6v-1a6 6 0 00-9-5.197M13 7a4 4 0 11-8 0 4 4 0 018 0z",
647
568
  strokeLinecap: "round",
648
569
  strokeLinejoin: "round"
649
570
  };
650
- e(de);
571
+ e(_e);
651
572
  //#endregion
652
- //#region src/components/icon/icons/tag.js
653
- var fe = {
573
+ //#region src/components/icon/icons/tag.ts
574
+ var ve = {
654
575
  name: "tag",
655
576
  viewBox: "0 0 24 24",
656
577
  path: "M7 7h.01M7 3h5c.512 0 1.024.195 1.414.586l7 7a2 2 0 010 2.828l-7 7a2 2 0 01-2.828 0l-7-7A1.994 1.994 0 013 12V7a4 4 0 014-4z",
657
578
  strokeLinecap: "round",
658
579
  strokeLinejoin: "round"
659
580
  };
660
- e(fe);
581
+ e(ve);
661
582
  //#endregion
662
- //#region src/components/icon/icons/qr-code.js
663
- var pe = {
664
- name: "qr-code",
665
- viewBox: "0 0 24 24",
666
- path: "M4 3H9C10.1 3 11 3.9 11 5V10C11 11.1 10.1 12 9 12H4C2.9 12 2 11.1 2 10V5C2 3.9 2.9 3 4 3ZM4.75 4.5C4.34 4.5 4 4.84 4 5.25V9.75C4 10.16 4.34 10.5 4.75 10.5H8.25C8.66 10.5 9 10.16 9 9.75V5.25C9 4.84 8.66 4.5 8.25 4.5H4.75ZM15 3H20C21.1 3 22 3.9 22 5V10C22 11.1 21.1 12 20 12H15C13.9 12 13 11.1 13 10V5C13 3.9 13.9 3 15 3ZM15.75 4.5C15.34 4.5 15 4.84 15 5.25V9.75C15 10.16 15.34 10.5 15.75 10.5H19.25C19.66 10.5 20 10.16 20 9.75V5.25C20 4.84 19.66 4.5 19.25 4.5H15.75ZM4 13H9C10.1 13 11 13.9 11 15V20C11 21.1 10.1 22 9 22H4C2.9 22 2 21.1 2 20V15C2 13.9 2.9 13 4 13ZM4.75 14.5C4.34 14.5 4 14.84 4 15.25V19.75C4 20.16 4.34 20.5 4.75 20.5H8.25C8.66 20.5 9 20.16 9 19.75V15.25C9 14.84 8.66 14.5 8.25 14.5H4.75ZM13 13H16V16H19V19H16V22H13V19H16V16H13V13Z",
667
- strokeLinecap: "round",
668
- strokeLinejoin: "round"
669
- };
670
- e(pe);
671
- //#endregion
672
- //#region src/components/icon/icons/barcode.js
673
- var me = {
583
+ //#region src/components/icon/icons/barcode.ts
584
+ var ye = {
674
585
  name: "barcode",
675
586
  viewBox: "0 0 24 24",
676
587
  path: "M3 4h1.5v16H3V4zM7 4h1v16H7V4zM11 4h1.5v16H11V4zM15.5 4h1v16h-1V4zM19.5 4h1.5v16h-1.5V4z",
677
588
  strokeLinecap: "round",
678
589
  strokeLinejoin: "round"
679
590
  };
680
- e(me);
591
+ e(ye);
681
592
  //#endregion
682
- //#region src/components/icon/icons/map.js
683
- var he = {
593
+ //#region src/components/icon/icons/map.ts
594
+ var be = {
684
595
  name: "map",
685
596
  viewBox: "0 0 24 24",
686
597
  path: "M9 20l-5.447-2.724A1 1 0 013 16.382V5.618a1 1 0 011.447-.894L9 7m0 13l6-3m-6 3V7m6 10l4.553 2.276A1 1 0 0021 18.382V7.618a1 1 0 00-.553-.894L15 4m0 13V4m0 0L9 7",
687
598
  strokeLinecap: "round",
688
599
  strokeLinejoin: "round"
689
600
  };
690
- e(he);
601
+ e(be);
691
602
  //#endregion
692
- //#region src/components/icon/icons/location.js
693
- var ge = {
603
+ //#region src/components/icon/icons/location.ts
604
+ var xe = {
694
605
  name: "location",
695
606
  viewBox: "0 0 24 24",
696
607
  path: "M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z M15 11a3 3 0 11-6 0 3 3 0 016 0z",
697
608
  strokeLinecap: "round",
698
609
  strokeLinejoin: "round"
699
610
  };
700
- e(ge), e(t), e(n), e(r), e(i), e(a), e(o), e(s), e(c), e(l), e(u), e(d), e(f), e(p), e(m), e(h), e(g), e(_), e(v), e(y), e(b), e(x), e(S), e(C), e(w), e(T), e(E), e(D), e(O), e(k), e(A), e(j), e(M), e(N), e(P), e(F), e(I), e(L), e(R), e(z), e(B), e(V), e(H), e(U), e(W), e(G), e(K), e(q), e(J), e(Y), e(X), e(Z), e(Q), e($), e(ee), e(te), e(ne), e(re), e(ie), e(ae), e(oe), e(se), e(ce), e(le), e(ue), e(de), e(fe), e(pe), e(me), e(he), e(ge);
611
+ e(xe);
612
+ //#endregion
613
+ //#region src/components/icon/icons/dollar-sign.ts
614
+ var Se = {
615
+ name: "dollar-sign",
616
+ viewBox: "0 0 24 24",
617
+ path: "M12 3v18M17 7c0-1.2-1.3-2-3-2h-4c-1.7 0-3 1-3 2.2 0 1.5 1.4 2.2 3 2.6l4 1c1.6.4 3 1.1 3 2.6 0 1.2-1.3 2.2-3 2.2h-4c-1.7 0-3-1-3-2",
618
+ strokeWidth: "2.75",
619
+ strokeLinecap: "butt",
620
+ strokeLinejoin: "miter"
621
+ };
622
+ e(Se);
623
+ //#endregion
624
+ //#region src/components/icon/icons/credit-card.ts
625
+ var Ce = {
626
+ name: "credit-card",
627
+ viewBox: "0 0 24 24",
628
+ path: "M3 7.5A2.5 2.5 0 0 1 5.5 5h13A2.5 2.5 0 0 1 21 7.5v9A2.5 2.5 0 0 1 18.5 19h-13A2.5 2.5 0 0 1 3 16.5v-9zM3 10h18M7 15h3",
629
+ strokeLinecap: "round",
630
+ strokeLinejoin: "round"
631
+ };
632
+ e(Ce);
633
+ //#endregion
634
+ //#region src/components/icon/icons/building.ts
635
+ var we = {
636
+ name: "building",
637
+ viewBox: "0 0 24 24",
638
+ path: "M7 21V6l5-3 5 3v15M3 21h18M10 8h1M13 8h1M10 11h1M13 11h1M10 14h1M13 14h1M11 21v-3h2v3",
639
+ strokeLinecap: "square",
640
+ strokeLinejoin: "miter",
641
+ strokeWidth: "2.25"
642
+ };
643
+ e(we);
644
+ //#endregion
645
+ //#region src/components/icon/icons/buildings.ts
646
+ var $ = {
647
+ name: "buildings",
648
+ viewBox: "0 0 24 24",
649
+ path: "M2 21h20M4 21v-9l3-2v11M9 21V6l3-2 3 2v15M17 21V10l3 2v9M5 13h1M5 16h1M10 8h1M13 8h1M10 11h1M13 11h1M10 14h1M13 14h1M18 13h1M18 16h1M11 21v-3h2v3",
650
+ strokeLinecap: "square",
651
+ strokeLinejoin: "miter",
652
+ strokeWidth: "2.25"
653
+ };
654
+ e($), e(de), e(oe), e(t), e(n), e(r), e(i), e(a), e(o), e(s), e(c), e(l), e(u), e(d), e(f), e(p), e(m), e(h), e(g), e(_), e(v), e(y), e(b), e(x), e(S), e(C), e(w), e(T), e(E), e(ue), e(D), e(O), e(pe), e(k), e(A), e(j), e(M), e(N), e(P), e(F), e(I), e(L), e(R), e(re), e(ce), e(ae), e(te), e(fe), e(ne), e(z), e(B), e(V), e(H), e(U), e(W), e(G), e(K), e(q), e(J), e(Y), e(X), e(Z), e(Q), e(me), e(se), e(ee), e(le), e(ie), e(he), e(ge), e(_e), e(ve), e(ye), e(be), e(xe), e(Se), e(Ce), e(we), e($);
701
655
  //#endregion
656
+ export { V as archiveIcon, me as arrowDownIcon, n as arrowLeftIcon, Z as arrowRightIcon, Q as arrowUpIcon, j as attachIcon, ye as barcodeIcon, S as bookmarkIcon, we as buildingIcon, $ as buildingsIcon, v as calendarDayIcon, b as calendarEmptyIcon, _ as calendarIcon, y as calendarWeekIcon, ie as caretDownIcon, se as caretLeftIcon, ee as caretRightIcon, le as caretUpIcon, o as chatIcon, re as checkIcon, x as clockIcon, ce as closeIcon, I as copyIcon, Ce as creditCardIcon, N as deleteIcon, c as documentationIcon, Se as dollarSignIcon, k as downloadIcon, F as duplicateIcon, M as editIcon, X as ellipsisIcon, te as errorIcon, G as externalLinkIcon, B as fileIcon, T as filterIcon, z as folderIcon, K as gridIcon, s as helpIcon, r as homeIcon, H as imageIcon, ne as infoIcon, d as languageIcon, W as linkIcon, q as listIcon, xe as locationIcon, he as lockIcon, h as loginIcon, m as logoutIcon, l as mailIcon, be as mapIcon, Y as menuIcon, f as moonIcon, a as notificationsIcon, L as pasteIcon, w as pinIcon, de as plusIcon, A as printIcon, D as refreshIcon, R as removeIcon, P as saveIcon, i as searchIcon, u as settingsIcon, O as shareIcon, ue as sortArrowsIcon, E as sortIcon, C as starIcon, fe as successIcon, p as sunIcon, J as tableIcon, ve as tagIcon, t as trashIcon, ge as unlockIcon, pe as uploadIcon, g as userAddIcon, oe as userIcon, _e as usersIcon, U as videoIcon, ae as warningIcon };