@ztwoint/z-ui 0.2.0-beta.0 → 0.2.0-beta.1

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 (361) hide show
  1. package/dist/components/avatar/avatar.d.ts +3 -3
  2. package/dist/components/badge/badge.d.ts +1 -1
  3. package/dist/components/primitives/table-card/table-card.js +16 -10
  4. package/dist/components/table/components/cell/avatar-cell.d.ts +2 -2
  5. package/dist/components/table/components/cell/avatar-cell.js +11 -5
  6. package/dist/components/table/table-provider.js +9 -3
  7. package/dist/css/config/config.css +1 -0
  8. package/dist/css/styles/tailwind.css +1 -1
  9. package/dist/index.d.ts +1 -4
  10. package/dist/index.js +385 -367
  11. package/dist/lib/theme.hook.js +29 -26
  12. package/dist/types/components/avatar/avatar.d.ts +3 -3
  13. package/dist/types/components/badge/badge.d.ts +1 -1
  14. package/dist/types/components/table/components/cell/avatar-cell.d.ts +2 -2
  15. package/dist/types/index.d.ts +1 -4
  16. package/dist/types/v2/assets/icon.d.ts +6 -0
  17. package/dist/types/v2/assets/icon.type.d.ts +7 -0
  18. package/dist/types/v2/assets/icons/align-center.d.ts +2 -0
  19. package/dist/types/v2/assets/icons/align-left.d.ts +2 -0
  20. package/dist/types/v2/assets/icons/align-right.d.ts +2 -0
  21. package/dist/types/v2/assets/icons/arrow-down.d.ts +2 -0
  22. package/dist/types/v2/assets/icons/arrow-left.d.ts +2 -0
  23. package/dist/types/v2/assets/icons/arrow-right.d.ts +2 -0
  24. package/dist/types/v2/assets/icons/arrow-up.d.ts +2 -0
  25. package/dist/types/v2/assets/icons/award.d.ts +2 -0
  26. package/dist/types/v2/assets/icons/bell.d.ts +2 -0
  27. package/dist/types/v2/assets/icons/calendar.d.ts +2 -0
  28. package/dist/types/v2/assets/icons/caret-down.d.ts +2 -0
  29. package/dist/types/v2/assets/icons/caret-left.d.ts +2 -0
  30. package/dist/types/v2/assets/icons/caret-right.d.ts +2 -0
  31. package/dist/types/v2/assets/icons/caret-up.d.ts +2 -0
  32. package/dist/types/v2/assets/icons/chart.d.ts +2 -0
  33. package/dist/types/v2/assets/icons/check.d.ts +2 -0
  34. package/dist/types/v2/assets/icons/checkbox-checked.d.ts +2 -0
  35. package/dist/types/v2/assets/icons/checkbox-unchecked.d.ts +2 -0
  36. package/dist/types/v2/assets/icons/chevron-down.d.ts +2 -0
  37. package/dist/types/v2/assets/icons/chevron-left.d.ts +2 -0
  38. package/dist/types/v2/assets/icons/chevron-right.d.ts +2 -0
  39. package/dist/types/v2/assets/icons/chevron-up.d.ts +2 -0
  40. package/dist/types/v2/assets/icons/circle-check-filled.d.ts +3 -0
  41. package/dist/types/v2/assets/icons/circle-check.d.ts +2 -0
  42. package/dist/types/v2/assets/icons/circle-info.d.ts +2 -0
  43. package/dist/types/v2/assets/icons/circle-minus.d.ts +2 -0
  44. package/dist/types/v2/assets/icons/circle-plus.d.ts +2 -0
  45. package/dist/types/v2/assets/icons/circle-question.d.ts +2 -0
  46. package/dist/types/v2/assets/icons/circle-warning.d.ts +2 -0
  47. package/dist/types/v2/assets/icons/circle-xmark.d.ts +2 -0
  48. package/dist/types/v2/assets/icons/clipboard.d.ts +2 -0
  49. package/dist/types/v2/assets/icons/clock.d.ts +2 -0
  50. package/dist/types/v2/assets/icons/dots.d.ts +2 -0
  51. package/dist/types/v2/assets/icons/download.d.ts +2 -0
  52. package/dist/types/v2/assets/icons/edit.d.ts +2 -0
  53. package/dist/types/v2/assets/icons/envelope.d.ts +2 -0
  54. package/dist/types/v2/assets/icons/expand.d.ts +2 -0
  55. package/dist/types/v2/assets/icons/export.d.ts +2 -0
  56. package/dist/types/v2/assets/icons/external-link.d.ts +2 -0
  57. package/dist/types/v2/assets/icons/eye-crossed.d.ts +2 -0
  58. package/dist/types/v2/assets/icons/eye.d.ts +2 -0
  59. package/dist/types/v2/assets/icons/file.d.ts +2 -0
  60. package/dist/types/v2/assets/icons/filter.d.ts +2 -0
  61. package/dist/types/v2/assets/icons/folder-open.d.ts +2 -0
  62. package/dist/types/v2/assets/icons/folder.d.ts +2 -0
  63. package/dist/types/v2/assets/icons/full-screen.d.ts +2 -0
  64. package/dist/types/v2/assets/icons/grid.d.ts +2 -0
  65. package/dist/types/v2/assets/icons/import.d.ts +2 -0
  66. package/dist/types/v2/assets/icons/index.d.ts +114 -0
  67. package/dist/types/v2/assets/icons/layers.d.ts +2 -0
  68. package/dist/types/v2/assets/icons/location.d.ts +2 -0
  69. package/dist/types/v2/assets/icons/lock.d.ts +2 -0
  70. package/dist/types/v2/assets/icons/magnifier.d.ts +2 -0
  71. package/dist/types/v2/assets/icons/map.d.ts +2 -0
  72. package/dist/types/v2/assets/icons/maximize.d.ts +2 -0
  73. package/dist/types/v2/assets/icons/media-next.d.ts +2 -0
  74. package/dist/types/v2/assets/icons/media-pause.d.ts +2 -0
  75. package/dist/types/v2/assets/icons/media-play.d.ts +2 -0
  76. package/dist/types/v2/assets/icons/media-previous.d.ts +2 -0
  77. package/dist/types/v2/assets/icons/media-stop.d.ts +2 -0
  78. package/dist/types/v2/assets/icons/menu.d.ts +2 -0
  79. package/dist/types/v2/assets/icons/minimize.d.ts +2 -0
  80. package/dist/types/v2/assets/icons/minus.d.ts +2 -0
  81. package/dist/types/v2/assets/icons/money.d.ts +2 -0
  82. package/dist/types/v2/assets/icons/more.d.ts +2 -0
  83. package/dist/types/v2/assets/icons/msg.d.ts +2 -0
  84. package/dist/types/v2/assets/icons/notification.d.ts +2 -0
  85. package/dist/types/v2/assets/icons/percentage.d.ts +2 -0
  86. package/dist/types/v2/assets/icons/pin.d.ts +2 -0
  87. package/dist/types/v2/assets/icons/plus.d.ts +2 -0
  88. package/dist/types/v2/assets/icons/radio-checked.d.ts +2 -0
  89. package/dist/types/v2/assets/icons/radio-unchecked.d.ts +2 -0
  90. package/dist/types/v2/assets/icons/reduce.d.ts +2 -0
  91. package/dist/types/v2/assets/icons/refresh.d.ts +2 -0
  92. package/dist/types/v2/assets/icons/settings.d.ts +2 -0
  93. package/dist/types/v2/assets/icons/share.d.ts +2 -0
  94. package/dist/types/v2/assets/icons/slash.d.ts +2 -0
  95. package/dist/types/v2/assets/icons/sort.d.ts +2 -0
  96. package/dist/types/v2/assets/icons/star-filled.d.ts +2 -0
  97. package/dist/types/v2/assets/icons/timer.d.ts +2 -0
  98. package/dist/types/v2/assets/icons/trash.d.ts +2 -0
  99. package/dist/types/v2/assets/icons/unlock.d.ts +2 -0
  100. package/dist/types/v2/assets/icons/upload.d.ts +2 -0
  101. package/dist/types/v2/assets/icons/user.d.ts +2 -0
  102. package/dist/types/v2/assets/icons/users.d.ts +2 -0
  103. package/dist/types/v2/assets/icons/xmark.d.ts +2 -0
  104. package/dist/types/v2/assets/index.d.ts +2 -0
  105. package/dist/types/v2/atoms/actions/breadcrumb-link.d.ts +9 -0
  106. package/dist/types/v2/atoms/actions/button.d.ts +13 -0
  107. package/dist/types/v2/atoms/actions/index.d.ts +3 -0
  108. package/dist/types/v2/atoms/actions/tab-button.d.ts +10 -0
  109. package/dist/types/v2/atoms/actions/tooltip.d.ts +8 -0
  110. package/dist/types/v2/atoms/index.d.ts +3 -0
  111. package/dist/types/v2/atoms/indicators/badge.d.ts +14 -0
  112. package/dist/types/v2/atoms/indicators/featured-icon.d.ts +12 -0
  113. package/dist/types/v2/atoms/indicators/index.d.ts +4 -0
  114. package/dist/types/v2/atoms/indicators/number-badge.d.ts +9 -0
  115. package/dist/types/v2/atoms/indicators/stepper.d.ts +9 -0
  116. package/dist/types/v2/atoms/inputs/index.d.ts +2 -0
  117. package/dist/types/v2/atoms/inputs/input.d.ts +17 -0
  118. package/dist/types/v2/atoms/inputs/label.d.ts +18 -0
  119. package/dist/types/v2/index.d.ts +4 -0
  120. package/dist/types/v2/molecules/actions/breadcrumb-group.d.ts +6 -0
  121. package/dist/types/v2/molecules/actions/index.d.ts +1 -0
  122. package/dist/types/v2/molecules/actions/tab-group.d.ts +6 -0
  123. package/dist/types/v2/molecules/index.d.ts +2 -0
  124. package/dist/types/v2/molecules/kpi-card/index.d.ts +2 -0
  125. package/dist/types/v2/molecules/kpi-card/kpi-card.d.ts +3 -0
  126. package/dist/types/v2/molecules/kpi-card/kpi-card.type.d.ts +20 -0
  127. package/dist/types/v2/organisms/field/field-error.d.ts +6 -0
  128. package/dist/types/v2/organisms/field/field-group.d.ts +2 -0
  129. package/dist/types/v2/organisms/field/field-set.d.ts +2 -0
  130. package/dist/types/v2/organisms/field/field.d.ts +12 -0
  131. package/dist/types/v2/organisms/index.d.ts +3 -0
  132. package/dist/types/v2/organisms/kpi-card-group.d.ts +7 -0
  133. package/dist/types/v2/organisms/sidebar/z2-sidebar-header.d.ts +0 -0
  134. package/dist/types/v2/organisms/sidebar/z2-sidebar.d.ts +0 -0
  135. package/dist/types/v2/organisms/tab-bar.d.ts +7 -0
  136. package/dist/types/v2/organisms/topbar.d.ts +6 -0
  137. package/dist/v2/assets/icon.d.ts +6 -0
  138. package/dist/v2/assets/icon.js +191 -0
  139. package/dist/v2/assets/icon.type.d.ts +7 -0
  140. package/dist/v2/assets/icons/align-center.d.ts +2 -0
  141. package/dist/v2/assets/icons/align-center.js +23 -0
  142. package/dist/v2/assets/icons/align-left.d.ts +2 -0
  143. package/dist/v2/assets/icons/align-left.js +23 -0
  144. package/dist/v2/assets/icons/align-right.d.ts +2 -0
  145. package/dist/v2/assets/icons/align-right.js +23 -0
  146. package/dist/v2/assets/icons/arrow-down.d.ts +2 -0
  147. package/dist/v2/assets/icons/arrow-down.js +29 -0
  148. package/dist/v2/assets/icons/arrow-left.d.ts +2 -0
  149. package/dist/v2/assets/icons/arrow-left.js +29 -0
  150. package/dist/v2/assets/icons/arrow-right.d.ts +2 -0
  151. package/dist/v2/assets/icons/arrow-right.js +29 -0
  152. package/dist/v2/assets/icons/arrow-up.d.ts +2 -0
  153. package/dist/v2/assets/icons/arrow-up.js +29 -0
  154. package/dist/v2/assets/icons/award.d.ts +2 -0
  155. package/dist/v2/assets/icons/award.js +23 -0
  156. package/dist/v2/assets/icons/bell.d.ts +2 -0
  157. package/dist/v2/assets/icons/bell.js +29 -0
  158. package/dist/v2/assets/icons/calendar.d.ts +2 -0
  159. package/dist/v2/assets/icons/calendar.js +29 -0
  160. package/dist/v2/assets/icons/caret-down.d.ts +2 -0
  161. package/dist/v2/assets/icons/caret-down.js +23 -0
  162. package/dist/v2/assets/icons/caret-left.d.ts +2 -0
  163. package/dist/v2/assets/icons/caret-left.js +23 -0
  164. package/dist/v2/assets/icons/caret-right.d.ts +2 -0
  165. package/dist/v2/assets/icons/caret-right.js +23 -0
  166. package/dist/v2/assets/icons/caret-up.d.ts +2 -0
  167. package/dist/v2/assets/icons/caret-up.js +23 -0
  168. package/dist/v2/assets/icons/chart.d.ts +2 -0
  169. package/dist/v2/assets/icons/chart.js +23 -0
  170. package/dist/v2/assets/icons/check.d.ts +2 -0
  171. package/dist/v2/assets/icons/check.js +29 -0
  172. package/dist/v2/assets/icons/checkbox-checked.d.ts +2 -0
  173. package/dist/v2/assets/icons/checkbox-checked.js +26 -0
  174. package/dist/v2/assets/icons/checkbox-unchecked.d.ts +2 -0
  175. package/dist/v2/assets/icons/checkbox-unchecked.js +23 -0
  176. package/dist/v2/assets/icons/chevron-down.d.ts +2 -0
  177. package/dist/v2/assets/icons/chevron-down.js +29 -0
  178. package/dist/v2/assets/icons/chevron-left.d.ts +2 -0
  179. package/dist/v2/assets/icons/chevron-left.js +29 -0
  180. package/dist/v2/assets/icons/chevron-right.d.ts +2 -0
  181. package/dist/v2/assets/icons/chevron-right.js +29 -0
  182. package/dist/v2/assets/icons/chevron-up.d.ts +2 -0
  183. package/dist/v2/assets/icons/chevron-up.js +29 -0
  184. package/dist/v2/assets/icons/circle-check-filled.d.ts +3 -0
  185. package/dist/v2/assets/icons/circle-check-filled.js +34 -0
  186. package/dist/v2/assets/icons/circle-check.d.ts +2 -0
  187. package/dist/v2/assets/icons/circle-check.js +36 -0
  188. package/dist/v2/assets/icons/circle-info.d.ts +2 -0
  189. package/dist/v2/assets/icons/circle-info.js +31 -0
  190. package/dist/v2/assets/icons/circle-minus.d.ts +2 -0
  191. package/dist/v2/assets/icons/circle-minus.js +26 -0
  192. package/dist/v2/assets/icons/circle-plus.d.ts +2 -0
  193. package/dist/v2/assets/icons/circle-plus.js +26 -0
  194. package/dist/v2/assets/icons/circle-question.d.ts +2 -0
  195. package/dist/v2/assets/icons/circle-question.js +31 -0
  196. package/dist/v2/assets/icons/circle-warning.d.ts +2 -0
  197. package/dist/v2/assets/icons/circle-warning.js +26 -0
  198. package/dist/v2/assets/icons/circle-xmark.d.ts +2 -0
  199. package/dist/v2/assets/icons/circle-xmark.js +26 -0
  200. package/dist/v2/assets/icons/clipboard.d.ts +2 -0
  201. package/dist/v2/assets/icons/clipboard.js +29 -0
  202. package/dist/v2/assets/icons/clock.d.ts +2 -0
  203. package/dist/v2/assets/icons/clock.js +26 -0
  204. package/dist/v2/assets/icons/dots.d.ts +2 -0
  205. package/dist/v2/assets/icons/dots.js +29 -0
  206. package/dist/v2/assets/icons/download.d.ts +2 -0
  207. package/dist/v2/assets/icons/download.js +23 -0
  208. package/dist/v2/assets/icons/edit.d.ts +2 -0
  209. package/dist/v2/assets/icons/edit.js +29 -0
  210. package/dist/v2/assets/icons/envelope.d.ts +2 -0
  211. package/dist/v2/assets/icons/envelope.js +29 -0
  212. package/dist/v2/assets/icons/expand.d.ts +2 -0
  213. package/dist/v2/assets/icons/expand.js +29 -0
  214. package/dist/v2/assets/icons/export.d.ts +2 -0
  215. package/dist/v2/assets/icons/export.js +23 -0
  216. package/dist/v2/assets/icons/external-link.d.ts +2 -0
  217. package/dist/v2/assets/icons/external-link.js +29 -0
  218. package/dist/v2/assets/icons/eye-crossed.d.ts +2 -0
  219. package/dist/v2/assets/icons/eye-crossed.js +42 -0
  220. package/dist/v2/assets/icons/eye.d.ts +2 -0
  221. package/dist/v2/assets/icons/eye.js +26 -0
  222. package/dist/v2/assets/icons/file.d.ts +2 -0
  223. package/dist/v2/assets/icons/file.js +29 -0
  224. package/dist/v2/assets/icons/filter.d.ts +2 -0
  225. package/dist/v2/assets/icons/filter.js +23 -0
  226. package/dist/v2/assets/icons/folder-open.d.ts +2 -0
  227. package/dist/v2/assets/icons/folder-open.js +29 -0
  228. package/dist/v2/assets/icons/folder.d.ts +2 -0
  229. package/dist/v2/assets/icons/folder.js +29 -0
  230. package/dist/v2/assets/icons/full-screen.d.ts +2 -0
  231. package/dist/v2/assets/icons/full-screen.js +29 -0
  232. package/dist/v2/assets/icons/grid.d.ts +2 -0
  233. package/dist/v2/assets/icons/grid.js +23 -0
  234. package/dist/v2/assets/icons/import.d.ts +2 -0
  235. package/dist/v2/assets/icons/import.js +23 -0
  236. package/dist/v2/assets/icons/index.d.ts +114 -0
  237. package/dist/v2/assets/icons/layers.d.ts +2 -0
  238. package/dist/v2/assets/icons/layers.js +31 -0
  239. package/dist/v2/assets/icons/location.d.ts +2 -0
  240. package/dist/v2/assets/icons/location.js +29 -0
  241. package/dist/v2/assets/icons/lock.d.ts +2 -0
  242. package/dist/v2/assets/icons/lock.js +26 -0
  243. package/dist/v2/assets/icons/magnifier.d.ts +2 -0
  244. package/dist/v2/assets/icons/magnifier.js +26 -0
  245. package/dist/v2/assets/icons/map.d.ts +2 -0
  246. package/dist/v2/assets/icons/map.js +29 -0
  247. package/dist/v2/assets/icons/maximize.d.ts +2 -0
  248. package/dist/v2/assets/icons/maximize.js +23 -0
  249. package/dist/v2/assets/icons/media-next.d.ts +2 -0
  250. package/dist/v2/assets/icons/media-next.js +23 -0
  251. package/dist/v2/assets/icons/media-pause.d.ts +2 -0
  252. package/dist/v2/assets/icons/media-pause.js +23 -0
  253. package/dist/v2/assets/icons/media-play.d.ts +2 -0
  254. package/dist/v2/assets/icons/media-play.js +23 -0
  255. package/dist/v2/assets/icons/media-previous.d.ts +2 -0
  256. package/dist/v2/assets/icons/media-previous.js +23 -0
  257. package/dist/v2/assets/icons/media-stop.d.ts +2 -0
  258. package/dist/v2/assets/icons/media-stop.js +23 -0
  259. package/dist/v2/assets/icons/menu.d.ts +2 -0
  260. package/dist/v2/assets/icons/menu.js +23 -0
  261. package/dist/v2/assets/icons/minimize.d.ts +2 -0
  262. package/dist/v2/assets/icons/minimize.js +23 -0
  263. package/dist/v2/assets/icons/minus.d.ts +2 -0
  264. package/dist/v2/assets/icons/minus.js +23 -0
  265. package/dist/v2/assets/icons/money.d.ts +2 -0
  266. package/dist/v2/assets/icons/money.js +26 -0
  267. package/dist/v2/assets/icons/more.d.ts +2 -0
  268. package/dist/v2/assets/icons/more.js +27 -0
  269. package/dist/v2/assets/icons/msg.d.ts +2 -0
  270. package/dist/v2/assets/icons/msg.js +29 -0
  271. package/dist/v2/assets/icons/notification.d.ts +2 -0
  272. package/dist/v2/assets/icons/notification.js +29 -0
  273. package/dist/v2/assets/icons/percentage.d.ts +2 -0
  274. package/dist/v2/assets/icons/percentage.js +63 -0
  275. package/dist/v2/assets/icons/pin.d.ts +2 -0
  276. package/dist/v2/assets/icons/pin.js +29 -0
  277. package/dist/v2/assets/icons/plus.d.ts +2 -0
  278. package/dist/v2/assets/icons/plus.js +23 -0
  279. package/dist/v2/assets/icons/radio-checked.d.ts +2 -0
  280. package/dist/v2/assets/icons/radio-checked.js +26 -0
  281. package/dist/v2/assets/icons/radio-unchecked.d.ts +2 -0
  282. package/dist/v2/assets/icons/radio-unchecked.js +23 -0
  283. package/dist/v2/assets/icons/reduce.d.ts +2 -0
  284. package/dist/v2/assets/icons/reduce.js +23 -0
  285. package/dist/v2/assets/icons/refresh.d.ts +2 -0
  286. package/dist/v2/assets/icons/refresh.js +38 -0
  287. package/dist/v2/assets/icons/settings.d.ts +2 -0
  288. package/dist/v2/assets/icons/settings.js +34 -0
  289. package/dist/v2/assets/icons/share.d.ts +2 -0
  290. package/dist/v2/assets/icons/share.js +29 -0
  291. package/dist/v2/assets/icons/slash.d.ts +2 -0
  292. package/dist/v2/assets/icons/slash.js +32 -0
  293. package/dist/v2/assets/icons/sort.d.ts +2 -0
  294. package/dist/v2/assets/icons/sort.js +32 -0
  295. package/dist/v2/assets/icons/star-filled.d.ts +2 -0
  296. package/dist/v2/assets/icons/star-filled.js +34 -0
  297. package/dist/v2/assets/icons/timer.d.ts +2 -0
  298. package/dist/v2/assets/icons/timer.js +27 -0
  299. package/dist/v2/assets/icons/trash.d.ts +2 -0
  300. package/dist/v2/assets/icons/trash.js +29 -0
  301. package/dist/v2/assets/icons/unlock.d.ts +2 -0
  302. package/dist/v2/assets/icons/unlock.js +26 -0
  303. package/dist/v2/assets/icons/upload.d.ts +2 -0
  304. package/dist/v2/assets/icons/upload.js +23 -0
  305. package/dist/v2/assets/icons/user.d.ts +2 -0
  306. package/dist/v2/assets/icons/user.js +26 -0
  307. package/dist/v2/assets/icons/users.d.ts +2 -0
  308. package/dist/v2/assets/icons/users.js +27 -0
  309. package/dist/v2/assets/icons/xmark.d.ts +2 -0
  310. package/dist/v2/assets/icons/xmark.js +29 -0
  311. package/dist/v2/assets/index.d.ts +2 -0
  312. package/dist/v2/atoms/actions/breadcrumb-link.d.ts +9 -0
  313. package/dist/v2/atoms/actions/breadcrumb-link.js +61 -0
  314. package/dist/v2/atoms/actions/button.d.ts +13 -0
  315. package/dist/v2/atoms/actions/button.js +58 -0
  316. package/dist/v2/atoms/actions/index.d.ts +3 -0
  317. package/dist/v2/atoms/actions/tab-button.d.ts +10 -0
  318. package/dist/v2/atoms/actions/tab-button.js +52 -0
  319. package/dist/v2/atoms/actions/tooltip.d.ts +8 -0
  320. package/dist/v2/atoms/actions/tooltip.js +22 -0
  321. package/dist/v2/atoms/index.d.ts +3 -0
  322. package/dist/v2/atoms/indicators/badge.d.ts +14 -0
  323. package/dist/v2/atoms/indicators/badge.js +99 -0
  324. package/dist/v2/atoms/indicators/featured-icon.d.ts +12 -0
  325. package/dist/v2/atoms/indicators/featured-icon.js +110 -0
  326. package/dist/v2/atoms/indicators/index.d.ts +4 -0
  327. package/dist/v2/atoms/indicators/number-badge.d.ts +9 -0
  328. package/dist/v2/atoms/indicators/number-badge.js +42 -0
  329. package/dist/v2/atoms/indicators/stepper.d.ts +9 -0
  330. package/dist/v2/atoms/indicators/stepper.js +86 -0
  331. package/dist/v2/atoms/inputs/index.d.ts +2 -0
  332. package/dist/v2/atoms/inputs/input.d.ts +17 -0
  333. package/dist/v2/atoms/inputs/input.js +94 -0
  334. package/dist/v2/atoms/inputs/label.d.ts +18 -0
  335. package/dist/v2/atoms/inputs/label.js +66 -0
  336. package/dist/v2/index.d.ts +4 -0
  337. package/dist/v2/molecules/actions/breadcrumb-group.d.ts +6 -0
  338. package/dist/v2/molecules/actions/breadcrumb-group.js +6 -0
  339. package/dist/v2/molecules/actions/index.d.ts +1 -0
  340. package/dist/v2/molecules/actions/tab-group.d.ts +6 -0
  341. package/dist/v2/molecules/actions/tab-group.js +16 -0
  342. package/dist/v2/molecules/index.d.ts +2 -0
  343. package/dist/v2/molecules/kpi-card/index.d.ts +2 -0
  344. package/dist/v2/molecules/kpi-card/kpi-card.d.ts +3 -0
  345. package/dist/v2/molecules/kpi-card/kpi-card.js +82 -0
  346. package/dist/v2/molecules/kpi-card/kpi-card.type.d.ts +20 -0
  347. package/dist/v2/organisms/field/field-error.d.ts +6 -0
  348. package/dist/v2/organisms/field/field-group.d.ts +2 -0
  349. package/dist/v2/organisms/field/field-set.d.ts +2 -0
  350. package/dist/v2/organisms/field/field.d.ts +12 -0
  351. package/dist/v2/organisms/index.d.ts +3 -0
  352. package/dist/v2/organisms/kpi-card-group.d.ts +7 -0
  353. package/dist/v2/organisms/kpi-card-group.js +19 -0
  354. package/dist/v2/organisms/sidebar/z2-sidebar-header.d.ts +0 -0
  355. package/dist/v2/organisms/sidebar/z2-sidebar.d.ts +0 -0
  356. package/dist/v2/organisms/tab-bar.d.ts +7 -0
  357. package/dist/v2/organisms/tab-bar.js +11 -0
  358. package/dist/v2/organisms/topbar.d.ts +6 -0
  359. package/dist/v2/organisms/topbar.js +20 -0
  360. package/package.json +1 -1
  361. package/dist/components/breadcrumb/z2-breadcrumb.js +0 -97
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../icon.type';
2
+ export declare function ReduceIcon({ fill, width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../icon.type';
2
+ export declare function RefreshIcon({ fill, width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../icon.type';
2
+ export declare function SettingsIcon({ fill, width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../icon.type';
2
+ export declare function ShareIcon({ fill, width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../icon.type';
2
+ export declare function SlashIcon({ fill, strokewidth, width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../icon.type';
2
+ export declare function SortIcon({ fill, width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../icon.type';
2
+ export declare function StarFilled({ fill, width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../icon.type';
2
+ export declare function TimerIcon({ fill, width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../icon.type';
2
+ export declare function TrashIcon({ fill, width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../icon.type';
2
+ export declare function UnlockIcon({ fill, width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../icon.type';
2
+ export declare function UploadIcon({ fill, width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../icon.type';
2
+ export declare function UserIcon({ fill, width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../icon.type';
2
+ export declare function UsersIcon({ fill, width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../icon.type';
2
+ export declare function XmarkIcon({ fill, width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ export * from './icon';
2
+ export * from './icon.type';
@@ -0,0 +1,9 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ declare const breadcrumbLinkVariants: (props?: ({
3
+ type?: "previous" | "current" | null | undefined;
4
+ } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
5
+ interface Z2BreadcrumbLinkProps extends Omit<React.ComponentProps<'a'>, 'type' | 'children'>, VariantProps<typeof breadcrumbLinkVariants> {
6
+ label: string;
7
+ }
8
+ declare function Z2BreadcrumbLink({ className, type, label, ...props }: Z2BreadcrumbLinkProps): import("react/jsx-runtime").JSX.Element;
9
+ export { Z2BreadcrumbLink, type Z2BreadcrumbLinkProps };
@@ -0,0 +1,13 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ declare const buttonVariants: (props?: ({
3
+ variant?: "danger" | "ghost" | "primary" | "secondary" | "tertiary" | null | undefined;
4
+ size?: "small" | "large" | "medium" | null | undefined;
5
+ } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
6
+ interface ButtonProps extends Omit<React.ComponentProps<'button'>, 'children'>, VariantProps<typeof buttonVariants> {
7
+ asChild?: boolean;
8
+ leadingIcon?: React.ReactNode;
9
+ trailingIcon?: React.ReactNode;
10
+ label?: string;
11
+ }
12
+ declare function Button({ className, variant, size, asChild, leadingIcon, trailingIcon, label, ...props }: ButtonProps): import("react/jsx-runtime").JSX.Element;
13
+ export { Button, buttonVariants, type ButtonProps };
@@ -0,0 +1,3 @@
1
+ export * from './button';
2
+ export * from './breadcrumb-link';
3
+ export * from './tab-button';
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ interface TabButtonProps extends Omit<React.ComponentProps<'button'>, 'children'> {
3
+ label?: string;
4
+ numberBadgeLabel?: string;
5
+ active?: boolean;
6
+ leadingIcon?: React.ReactNode | null;
7
+ trailingIcon?: React.ReactNode | null;
8
+ }
9
+ declare function TabButton({ className, label, numberBadgeLabel, leadingIcon, trailingIcon, active, disabled, ...props }: TabButtonProps): import("react/jsx-runtime").JSX.Element;
10
+ export { TabButton, type TabButtonProps };
@@ -0,0 +1,8 @@
1
+ import * as RadixTooltip from '@radix-ui/react-tooltip';
2
+ interface TooltipProps extends Omit<RadixTooltip.TooltipContentProps, 'children' | 'asChild'> {
3
+ children: React.ReactNode;
4
+ title: string;
5
+ description?: string;
6
+ }
7
+ declare function Tooltip({ children, title, description, side }: TooltipProps): import("react/jsx-runtime").JSX.Element;
8
+ export { Tooltip, TooltipProps };
@@ -0,0 +1,3 @@
1
+ export * from './inputs';
2
+ export * from './indicators';
3
+ export * from './actions';
@@ -0,0 +1,14 @@
1
+ import * as React from 'react';
2
+ import { type VariantProps } from 'class-variance-authority';
3
+ declare const z2BadgeVariants: (props?: ({
4
+ color?: "success" | "warning" | "danger" | "neutral" | "brand" | null | undefined;
5
+ size?: "small" | "large" | "medium" | null | undefined;
6
+ type?: "pill" | "plain" | null | undefined;
7
+ } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
8
+ declare function Z2Badge({ className, color, size, type, label, leadingIcon, trailingIcon, numberBadge, ...props }: Omit<React.ComponentProps<'span'>, 'children'> & VariantProps<typeof z2BadgeVariants> & {
9
+ label?: string;
10
+ leadingIcon?: React.ReactNode;
11
+ trailingIcon?: React.ReactNode;
12
+ numberBadge?: number;
13
+ }): import("react/jsx-runtime").JSX.Element;
14
+ export { Z2Badge, z2BadgeVariants };
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ import { VariantProps } from 'class-variance-authority';
3
+ declare const featuredIconVariants: (props?: ({
4
+ color?: "success" | "warning" | "neutral" | "brand" | "gray" | "error" | null | undefined;
5
+ size?: "small" | "large" | "medium" | null | undefined;
6
+ type?: "strong" | "subtle" | null | undefined;
7
+ } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
8
+ type Z2FeaturedIconProps = Omit<React.ComponentProps<'span'>, 'children'> & VariantProps<typeof featuredIconVariants> & {
9
+ icon?: React.ReactNode;
10
+ };
11
+ declare function Z2FeaturedIcon({ className, color, size, type, icon, ...props }: Z2FeaturedIconProps): import("react/jsx-runtime").JSX.Element;
12
+ export { Z2FeaturedIcon, type Z2FeaturedIconProps };
@@ -0,0 +1,4 @@
1
+ export * from './badge';
2
+ export * from './number-badge';
3
+ export * from './featured-icon';
4
+ export * from './stepper';
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ import { type VariantProps } from 'class-variance-authority';
3
+ declare const numberBadgeVariants: (props?: ({
4
+ color?: "success" | "warning" | "neutral" | "brand" | "muted" | "error" | null | undefined;
5
+ } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
6
+ declare function NumberBadge({ className, color, label, ...props }: Omit<React.ComponentProps<'span'>, 'children'> & VariantProps<typeof numberBadgeVariants> & {
7
+ label?: string;
8
+ }): import("react/jsx-runtime").JSX.Element;
9
+ export { NumberBadge, numberBadgeVariants };
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ export interface StepperProps extends Omit<React.ComponentProps<'div'>, 'children'> {
3
+ label?: string;
4
+ progress?: 'incomplete' | 'active' | 'completed';
5
+ location?: 'default' | 'last';
6
+ disabled?: boolean;
7
+ }
8
+ declare function Stepper({ className, label, progress, location, disabled, ...props }: StepperProps): import("react/jsx-runtime").JSX.Element;
9
+ export { Stepper };
@@ -0,0 +1,2 @@
1
+ export * from './input';
2
+ export * from './label';
@@ -0,0 +1,17 @@
1
+ type InputRoundness = 'FULL' | 'NONE' | 'LEFT' | 'RIGHT';
2
+ type Semantic = 'info' | 'warning' | 'success' | 'danger';
3
+ interface InputProps extends React.ComponentProps<'input'> {
4
+ leadingIcon?: React.ReactNode;
5
+ trailingIcon?: React.ReactNode;
6
+ roundness?: InputRoundness;
7
+ validationMessage?: string;
8
+ semantic?: Semantic;
9
+ dimension?: 'small' | 'medium' | 'large';
10
+ }
11
+ declare const inputContainerVariants: (props?: ({
12
+ dimension?: "small" | "large" | "medium" | null | undefined;
13
+ roundness?: "LEFT" | "RIGHT" | "FULL" | "NONE" | null | undefined;
14
+ semantic?: "success" | "warning" | "danger" | "info" | null | undefined;
15
+ } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
16
+ declare function Input({ className, type, leadingIcon, trailingIcon, dimension, roundness, semantic, ...props }: InputProps): import("react/jsx-runtime").JSX.Element;
17
+ export { Input, type InputProps, type InputRoundness, type Semantic, inputContainerVariants };
@@ -0,0 +1,18 @@
1
+ declare const labelVariants: (props?: ({
2
+ type?: "data" | "input" | null | undefined;
3
+ } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
4
+ interface LabelProps {
5
+ htmlFor?: string;
6
+ className?: string;
7
+ type: 'input' | 'data';
8
+ label: string;
9
+ description?: string;
10
+ required?: boolean;
11
+ disabled?: boolean;
12
+ helperText?: string | {
13
+ title: string;
14
+ description?: string;
15
+ };
16
+ }
17
+ declare function Label({ htmlFor, className, type, label, description, required, disabled, helperText, }: LabelProps): import("react/jsx-runtime").JSX.Element;
18
+ export { Label, type LabelProps, labelVariants };
@@ -0,0 +1,4 @@
1
+ export * from './assets';
2
+ export * from './atoms';
3
+ export * from './molecules';
4
+ export * from './organisms';
@@ -0,0 +1,6 @@
1
+ import { Z2BreadcrumbLinkProps } from '../../atoms/actions/breadcrumb-link';
2
+ interface Z2BreadcrumbGroupProps {
3
+ links: Z2BreadcrumbLinkProps[];
4
+ }
5
+ declare const Z2BreadcrumbGroup: ({ links }: Z2BreadcrumbGroupProps) => import("react/jsx-runtime").JSX.Element;
6
+ export { Z2BreadcrumbGroup, type Z2BreadcrumbGroupProps };
@@ -0,0 +1 @@
1
+ export * from './breadcrumb-group';
@@ -0,0 +1,6 @@
1
+ import { TabButtonProps } from '../../atoms';
2
+ interface TabGroupProps {
3
+ tabs: TabButtonProps[];
4
+ }
5
+ declare function TabGroup({ tabs }: TabGroupProps): import("react/jsx-runtime").JSX.Element;
6
+ export { TabGroup, type TabGroupProps };
@@ -0,0 +1,2 @@
1
+ export * from './kpi-card';
2
+ export * from './actions';
@@ -0,0 +1,2 @@
1
+ export * from './kpi-card';
2
+ export * from './kpi-card.type';
@@ -0,0 +1,3 @@
1
+ import { Z2KpiCardProps } from './kpi-card.type';
2
+ declare const Z2KpiCard: ({ header, footer, ...props }: Z2KpiCardProps) => import("react/jsx-runtime").JSX.Element;
3
+ export { Z2KpiCard };
@@ -0,0 +1,20 @@
1
+ import React from 'react';
2
+ import { Z2FeaturedIconProps } from '../../atoms/indicators/featured-icon';
3
+ import { ButtonProps } from '../../atoms';
4
+ export interface Z2KpiCardProps extends React.ComponentProps<'div'> {
5
+ header: Z2KpiCardHeaderProps;
6
+ footer: Z2KpiCardFooterProps;
7
+ active?: boolean;
8
+ }
9
+ export interface Z2KpiCardFooterProps extends React.ComponentProps<'div'> {
10
+ text: string;
11
+ icon?: React.ReactNode;
12
+ showIcon?: boolean;
13
+ featuredIcon?: Z2FeaturedIconProps;
14
+ }
15
+ export interface Z2KpiCardHeaderProps extends React.ComponentProps<'div'> {
16
+ title: string;
17
+ description?: string;
18
+ infoButton?: ButtonProps;
19
+ moreActions?: ButtonProps;
20
+ }
@@ -0,0 +1,6 @@
1
+ declare function FieldError({ className, children, errors, ...props }: React.ComponentProps<'div'> & {
2
+ errors?: Array<{
3
+ message?: string;
4
+ } | undefined>;
5
+ }): import("react/jsx-runtime").JSX.Element | null;
6
+ export { FieldError };
@@ -0,0 +1,2 @@
1
+ declare function FieldGroup({ className, ...props }: React.ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
2
+ export { FieldGroup };
@@ -0,0 +1,2 @@
1
+ declare function FieldSet({ className, ...props }: React.ComponentProps<'fieldset'>): import("react/jsx-runtime").JSX.Element;
2
+ export { FieldSet };
@@ -0,0 +1,12 @@
1
+ import { type VariantProps } from 'class-variance-authority';
2
+ import { LabelProps } from '../../atoms/inputs/label';
3
+ declare const fieldVariants: (props?: ({
4
+ orientation?: "horizontal" | "vertical" | "responsive" | null | undefined;
5
+ } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
6
+ declare function Field({ className, orientation, ...props }: React.ComponentProps<'div'> & VariantProps<typeof fieldVariants>): import("react/jsx-runtime").JSX.Element;
7
+ declare function FieldContent({ className, ...props }: React.ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
8
+ declare function FieldLabel({ label, description, required, disabled, helperText, className, }: Omit<LabelProps, 'type'>): import("react/jsx-runtime").JSX.Element;
9
+ declare function FieldSeparator({ children, className, ...props }: React.ComponentProps<'div'> & {
10
+ children?: React.ReactNode;
11
+ }): import("react/jsx-runtime").JSX.Element;
12
+ export { Field, FieldLabel, FieldSeparator, FieldContent };
@@ -0,0 +1,3 @@
1
+ export * from './kpi-card-group';
2
+ export * from './topbar';
3
+ export * from './tab-bar';
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import { Z2KpiCardProps } from '../molecules';
3
+ interface Z2KpiCardGroupProps extends Omit<React.ComponentProps<'div'>, 'children'> {
4
+ cards: Z2KpiCardProps[];
5
+ }
6
+ declare const Z2KpiCardGroup: ({ className, cards, ...props }: Z2KpiCardGroupProps) => import("react/jsx-runtime").JSX.Element;
7
+ export { Z2KpiCardGroup, type Z2KpiCardGroupProps };
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import { TabGroupProps } from '../molecules/actions/tab-group';
3
+ interface TabBarProps extends TabGroupProps {
4
+ children?: React.ReactNode;
5
+ }
6
+ declare function TabBar({ tabs, children }: TabBarProps): import("react/jsx-runtime").JSX.Element;
7
+ export { TabBar, type TabBarProps };
@@ -0,0 +1,6 @@
1
+ import { Z2BreadcrumbLinkProps } from '../atoms/actions/breadcrumb-link';
2
+ interface TopbarProps extends React.ComponentProps<'div'> {
3
+ breadcrumbLinks: Z2BreadcrumbLinkProps[];
4
+ }
5
+ declare const Topbar: ({ breadcrumbLinks, className, children, ...props }: TopbarProps) => import("react/jsx-runtime").JSX.Element;
6
+ export { Topbar };
@@ -0,0 +1,6 @@
1
+ import { default as React } from 'react';
2
+ import { IconName, IconProps } from './icon.type';
3
+ declare const Icon: ({ name, ...props }: IconProps & {
4
+ name: IconName;
5
+ }) => React.ReactNode;
6
+ export default Icon;
@@ -0,0 +1,191 @@
1
+ import { DotsIcon as m } from "./icons/dots.js";
2
+ import { SlashIcon as i } from "./icons/slash.js";
3
+ import { PercentageIcon as e } from "./icons/percentage.js";
4
+ import { ArrowDownIcon as c } from "./icons/arrow-down.js";
5
+ import { ArrowLeftIcon as n } from "./icons/arrow-left.js";
6
+ import { ArrowUpIcon as t } from "./icons/arrow-up.js";
7
+ import { ArrowRightIcon as p } from "./icons/arrow-right.js";
8
+ import { ChevronDownIcon as f } from "./icons/chevron-down.js";
9
+ import { ChevronUpIcon as I } from "./icons/chevron-up.js";
10
+ import { ChevronLeftIcon as a } from "./icons/chevron-left.js";
11
+ import { ChevronRightIcon as l } from "./icons/chevron-right.js";
12
+ import { CaretDownIcon as d } from "./icons/caret-down.js";
13
+ import { CaretUpIcon as s } from "./icons/caret-up.js";
14
+ import { CaretLeftIcon as h } from "./icons/caret-left.js";
15
+ import { CaretRightIcon as C } from "./icons/caret-right.js";
16
+ import { CircleCheckIcon as k } from "./icons/circle-check.js";
17
+ import { CircleCheckFilled as u } from "./icons/circle-check-filled.js";
18
+ import { CircleWarningIcon as g } from "./icons/circle-warning.js";
19
+ import { XmarkIcon as w } from "./icons/xmark.js";
20
+ import { CircleXmarkIcon as M } from "./icons/circle-xmark.js";
21
+ import { CircleMinusIcon as x } from "./icons/circle-minus.js";
22
+ import { CirclePlusIcon as U } from "./icons/circle-plus.js";
23
+ import { DownloadIcon as L } from "./icons/download.js";
24
+ import { UploadIcon as v } from "./icons/upload.js";
25
+ import { RefreshIcon as P } from "./icons/refresh.js";
26
+ import { ExportIcon as R } from "./icons/export.js";
27
+ import { ImportIcon as y } from "./icons/import.js";
28
+ import { ShareIcon as S } from "./icons/share.js";
29
+ import { ExternalLinkIcon as A } from "./icons/external-link.js";
30
+ import { ExpandIcon as F } from "./icons/expand.js";
31
+ import { ReduceIcon as D } from "./icons/reduce.js";
32
+ import { MaximizeIcon as b } from "./icons/maximize.js";
33
+ import { MinimizeIcon as E } from "./icons/minimize.js";
34
+ import { FullScreenIcon as z } from "./icons/full-screen.js";
35
+ import { FileIcon as N } from "./icons/file.js";
36
+ import { FolderIcon as O } from "./icons/folder.js";
37
+ import { FolderOpenIcon as X } from "./icons/folder-open.js";
38
+ import { ClipboardIcon as Q } from "./icons/clipboard.js";
39
+ import { EnvelopeIcon as T } from "./icons/envelope.js";
40
+ import { MsgIcon as W } from "./icons/msg.js";
41
+ import { NotificationIcon as B } from "./icons/notification.js";
42
+ import { BellIcon as G } from "./icons/bell.js";
43
+ import { MediaPlayIcon as _ } from "./icons/media-play.js";
44
+ import { MediaPauseIcon as j } from "./icons/media-pause.js";
45
+ import { MediaStopIcon as q } from "./icons/media-stop.js";
46
+ import { MediaNextIcon as H } from "./icons/media-next.js";
47
+ import { MediaPreviousIcon as J } from "./icons/media-previous.js";
48
+ import { ClockIcon as K } from "./icons/clock.js";
49
+ import { CalendarIcon as V } from "./icons/calendar.js";
50
+ import { TimerIcon as Y } from "./icons/timer.js";
51
+ import { UserIcon as Z } from "./icons/user.js";
52
+ import { UsersIcon as $ } from "./icons/users.js";
53
+ import { LocationIcon as oo } from "./icons/location.js";
54
+ import { MapIcon as ro } from "./icons/map.js";
55
+ import { PinIcon as mo } from "./icons/pin.js";
56
+ import { CheckboxCheckedIcon as io } from "./icons/checkbox-checked.js";
57
+ import { CheckboxUncheckedIcon as eo } from "./icons/checkbox-unchecked.js";
58
+ import { RadioCheckedIcon as co } from "./icons/radio-checked.js";
59
+ import { RadioUncheckedIcon as no } from "./icons/radio-unchecked.js";
60
+ import { ChartIcon as to } from "./icons/chart.js";
61
+ import { MoneyIcon as po } from "./icons/money.js";
62
+ import { AwardIcon as fo } from "./icons/award.js";
63
+ import { GridIcon as Io } from "./icons/grid.js";
64
+ import { LayersIcon as ao } from "./icons/layers.js";
65
+ import { AlignLeftIcon as lo } from "./icons/align-left.js";
66
+ import { AlignRightIcon as so } from "./icons/align-right.js";
67
+ import { AlignCenterIcon as ho } from "./icons/align-center.js";
68
+ import { MagnifierIcon as Co } from "./icons/magnifier.js";
69
+ import { FilterIcon as ko } from "./icons/filter.js";
70
+ import { SortIcon as uo } from "./icons/sort.js";
71
+ import { SettingsIcon as go } from "./icons/settings.js";
72
+ import { MenuIcon as wo } from "./icons/menu.js";
73
+ import { MoreIcon as Mo } from "./icons/more.js";
74
+ import { LockIcon as xo } from "./icons/lock.js";
75
+ import { UnlockIcon as Uo } from "./icons/unlock.js";
76
+ import { EyeIcon as Lo } from "./icons/eye.js";
77
+ import { EyeCrossedIcon as vo } from "./icons/eye-crossed.js";
78
+ import { TrashIcon as Po } from "./icons/trash.js";
79
+ import { EditIcon as Ro } from "./icons/edit.js";
80
+ import { PlusIcon as yo } from "./icons/plus.js";
81
+ import { MinusIcon as So } from "./icons/minus.js";
82
+ import { StarFilled as Ao } from "./icons/star-filled.js";
83
+ import { CircleInfo as Fo } from "./icons/circle-info.js";
84
+ import { CircleQuestion as Do } from "./icons/circle-question.js";
85
+ import { CheckIcon as bo } from "./icons/check.js";
86
+ const lm = ({ name: o, ...r }) => Eo[o](r), Eo = {
87
+ // Existing icons
88
+ slash: i,
89
+ dots: m,
90
+ starFilled: Ao,
91
+ percentage: e,
92
+ circleInfo: Fo,
93
+ circleQuestion: Do,
94
+ // Arrows & Navigation
95
+ arrowDown: c,
96
+ arrowUp: t,
97
+ arrowLeft: n,
98
+ arrowRight: p,
99
+ chevronDown: f,
100
+ chevronUp: I,
101
+ chevronLeft: a,
102
+ chevronRight: l,
103
+ caretDown: d,
104
+ caretUp: s,
105
+ caretLeft: h,
106
+ caretRight: C,
107
+ // Status & Indicators
108
+ check: bo,
109
+ circleCheck: k,
110
+ circleCheckFilled: u,
111
+ circleWarning: g,
112
+ xmark: w,
113
+ circleXmark: M,
114
+ circleMinus: x,
115
+ circlePlus: U,
116
+ // Actions
117
+ download: L,
118
+ upload: v,
119
+ refresh: P,
120
+ export: R,
121
+ import: y,
122
+ share: S,
123
+ externalLink: A,
124
+ // UI Controls
125
+ expand: F,
126
+ reduce: D,
127
+ maximize: b,
128
+ minimize: E,
129
+ fullScreen: z,
130
+ // Files & Folders
131
+ file: N,
132
+ folder: O,
133
+ folderOpen: X,
134
+ clipboard: Q,
135
+ // Communication
136
+ envelope: T,
137
+ msg: W,
138
+ notification: B,
139
+ bell: G,
140
+ // Media
141
+ mediaPlay: _,
142
+ mediaPause: j,
143
+ mediaStop: q,
144
+ mediaNext: H,
145
+ mediaPrevious: J,
146
+ // Time
147
+ clock: K,
148
+ calendar: V,
149
+ timer: Y,
150
+ // Users
151
+ user: Z,
152
+ users: $,
153
+ // Location
154
+ location: oo,
155
+ map: ro,
156
+ pin: mo,
157
+ // Forms
158
+ checkboxChecked: io,
159
+ checkboxUnchecked: eo,
160
+ radioChecked: co,
161
+ radioUnchecked: no,
162
+ // Business
163
+ chart: to,
164
+ money: po,
165
+ award: fo,
166
+ // Layout
167
+ grid: Io,
168
+ layers: ao,
169
+ alignLeft: lo,
170
+ alignRight: so,
171
+ alignCenter: ho,
172
+ // Search & Filter
173
+ magnifier: Co,
174
+ filter: ko,
175
+ sort: uo,
176
+ // Misc
177
+ settings: go,
178
+ menu: wo,
179
+ more: Mo,
180
+ lock: xo,
181
+ unlock: Uo,
182
+ eye: Lo,
183
+ eyeCrossed: vo,
184
+ trash: Po,
185
+ edit: Ro,
186
+ plus: yo,
187
+ minus: So
188
+ };
189
+ export {
190
+ lm as default
191
+ };
@@ -0,0 +1,7 @@
1
+ import { SVGProps } from 'react';
2
+ export interface IconProps extends SVGProps<SVGSVGElement> {
3
+ secondaryfill?: string;
4
+ strokewidth?: number;
5
+ title?: string;
6
+ }
7
+ export type IconName = 'dots' | 'slash' | 'starFilled' | 'percentage' | 'circleInfo' | 'circleQuestion' | 'arrowDown' | 'arrowUp' | 'arrowLeft' | 'arrowRight' | 'chevronDown' | 'chevronUp' | 'chevronLeft' | 'chevronRight' | 'caretDown' | 'caretUp' | 'caretLeft' | 'caretRight' | 'check' | 'circleCheck' | 'circleWarning' | 'xmark' | 'circleXmark' | 'circleMinus' | 'circlePlus' | 'download' | 'upload' | 'refresh' | 'export' | 'import' | 'share' | 'externalLink' | 'expand' | 'reduce' | 'maximize' | 'minimize' | 'fullScreen' | 'file' | 'folder' | 'folderOpen' | 'clipboard' | 'envelope' | 'msg' | 'notification' | 'bell' | 'mediaPlay' | 'mediaPause' | 'mediaStop' | 'mediaNext' | 'mediaPrevious' | 'clock' | 'calendar' | 'timer' | 'user' | 'users' | 'location' | 'map' | 'pin' | 'checkboxChecked' | 'checkboxUnchecked' | 'radioChecked' | 'radioUnchecked' | 'chart' | 'money' | 'award' | 'grid' | 'layers' | 'alignLeft' | 'alignRight' | 'alignCenter' | 'magnifier' | 'filter' | 'sort' | 'settings' | 'menu' | 'more' | 'lock' | 'unlock' | 'eye' | 'eyeCrossed' | 'trash' | 'edit' | 'plus' | 'minus' | 'starFilled' | 'circleCheckFilled';
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../icon.type';
2
+ export declare function AlignCenterIcon({ fill, width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,23 @@
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ function i({
3
+ fill: e = "currentColor",
4
+ width: n = "1em",
5
+ height: t = "1em",
6
+ ...o
7
+ }) {
8
+ return /* @__PURE__ */ r(
9
+ "svg",
10
+ {
11
+ "aria-hidden": "true",
12
+ height: t,
13
+ width: n,
14
+ viewBox: "0 0 16 16",
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ ...o,
17
+ children: /* @__PURE__ */ r("path", { d: "M2 3h12v1H2V3zm2 4h8v1H4V7zm1 4h6v1H5v-1z", fill: e })
18
+ }
19
+ );
20
+ }
21
+ export {
22
+ i as AlignCenterIcon
23
+ };
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../icon.type';
2
+ export declare function AlignLeftIcon({ fill, width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,23 @@
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ function i({
3
+ fill: e = "currentColor",
4
+ width: t = "1em",
5
+ height: n = "1em",
6
+ ...o
7
+ }) {
8
+ return /* @__PURE__ */ r(
9
+ "svg",
10
+ {
11
+ "aria-hidden": "true",
12
+ height: n,
13
+ width: t,
14
+ viewBox: "0 0 16 16",
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ ...o,
17
+ children: /* @__PURE__ */ r("path", { d: "M2 3h12v1H2V3zm0 4h8v1H2V7zm0 4h10v1H2v-1z", fill: e })
18
+ }
19
+ );
20
+ }
21
+ export {
22
+ i as AlignLeftIcon
23
+ };
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../icon.type';
2
+ export declare function AlignRightIcon({ fill, width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;