@ztwoint/z-ui 0.1.136 → 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 (366) 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/components/z2map/components/map-controls.js +2 -2
  8. package/dist/components/z2map/components/map-empty-state.js +1 -1
  9. package/dist/components/z2map/components/map-loading-state.js +1 -1
  10. package/dist/components/z2map/components/map-pin.js +3 -3
  11. package/dist/components/z2map/map.js +42 -42
  12. package/dist/css/config/config.css +1 -0
  13. package/dist/css/styles/tailwind.css +1 -1
  14. package/dist/index.d.ts +1 -4
  15. package/dist/index.js +385 -367
  16. package/dist/lib/theme.hook.js +29 -26
  17. package/dist/types/components/avatar/avatar.d.ts +3 -3
  18. package/dist/types/components/badge/badge.d.ts +1 -1
  19. package/dist/types/components/table/components/cell/avatar-cell.d.ts +2 -2
  20. package/dist/types/index.d.ts +1 -4
  21. package/dist/types/v2/assets/icon.d.ts +6 -0
  22. package/dist/types/v2/assets/icon.type.d.ts +7 -0
  23. package/dist/types/v2/assets/icons/align-center.d.ts +2 -0
  24. package/dist/types/v2/assets/icons/align-left.d.ts +2 -0
  25. package/dist/types/v2/assets/icons/align-right.d.ts +2 -0
  26. package/dist/types/v2/assets/icons/arrow-down.d.ts +2 -0
  27. package/dist/types/v2/assets/icons/arrow-left.d.ts +2 -0
  28. package/dist/types/v2/assets/icons/arrow-right.d.ts +2 -0
  29. package/dist/types/v2/assets/icons/arrow-up.d.ts +2 -0
  30. package/dist/types/v2/assets/icons/award.d.ts +2 -0
  31. package/dist/types/v2/assets/icons/bell.d.ts +2 -0
  32. package/dist/types/v2/assets/icons/calendar.d.ts +2 -0
  33. package/dist/types/v2/assets/icons/caret-down.d.ts +2 -0
  34. package/dist/types/v2/assets/icons/caret-left.d.ts +2 -0
  35. package/dist/types/v2/assets/icons/caret-right.d.ts +2 -0
  36. package/dist/types/v2/assets/icons/caret-up.d.ts +2 -0
  37. package/dist/types/v2/assets/icons/chart.d.ts +2 -0
  38. package/dist/types/v2/assets/icons/check.d.ts +2 -0
  39. package/dist/types/v2/assets/icons/checkbox-checked.d.ts +2 -0
  40. package/dist/types/v2/assets/icons/checkbox-unchecked.d.ts +2 -0
  41. package/dist/types/v2/assets/icons/chevron-down.d.ts +2 -0
  42. package/dist/types/v2/assets/icons/chevron-left.d.ts +2 -0
  43. package/dist/types/v2/assets/icons/chevron-right.d.ts +2 -0
  44. package/dist/types/v2/assets/icons/chevron-up.d.ts +2 -0
  45. package/dist/types/v2/assets/icons/circle-check-filled.d.ts +3 -0
  46. package/dist/types/v2/assets/icons/circle-check.d.ts +2 -0
  47. package/dist/types/v2/assets/icons/circle-info.d.ts +2 -0
  48. package/dist/types/v2/assets/icons/circle-minus.d.ts +2 -0
  49. package/dist/types/v2/assets/icons/circle-plus.d.ts +2 -0
  50. package/dist/types/v2/assets/icons/circle-question.d.ts +2 -0
  51. package/dist/types/v2/assets/icons/circle-warning.d.ts +2 -0
  52. package/dist/types/v2/assets/icons/circle-xmark.d.ts +2 -0
  53. package/dist/types/v2/assets/icons/clipboard.d.ts +2 -0
  54. package/dist/types/v2/assets/icons/clock.d.ts +2 -0
  55. package/dist/types/v2/assets/icons/dots.d.ts +2 -0
  56. package/dist/types/v2/assets/icons/download.d.ts +2 -0
  57. package/dist/types/v2/assets/icons/edit.d.ts +2 -0
  58. package/dist/types/v2/assets/icons/envelope.d.ts +2 -0
  59. package/dist/types/v2/assets/icons/expand.d.ts +2 -0
  60. package/dist/types/v2/assets/icons/export.d.ts +2 -0
  61. package/dist/types/v2/assets/icons/external-link.d.ts +2 -0
  62. package/dist/types/v2/assets/icons/eye-crossed.d.ts +2 -0
  63. package/dist/types/v2/assets/icons/eye.d.ts +2 -0
  64. package/dist/types/v2/assets/icons/file.d.ts +2 -0
  65. package/dist/types/v2/assets/icons/filter.d.ts +2 -0
  66. package/dist/types/v2/assets/icons/folder-open.d.ts +2 -0
  67. package/dist/types/v2/assets/icons/folder.d.ts +2 -0
  68. package/dist/types/v2/assets/icons/full-screen.d.ts +2 -0
  69. package/dist/types/v2/assets/icons/grid.d.ts +2 -0
  70. package/dist/types/v2/assets/icons/import.d.ts +2 -0
  71. package/dist/types/v2/assets/icons/index.d.ts +114 -0
  72. package/dist/types/v2/assets/icons/layers.d.ts +2 -0
  73. package/dist/types/v2/assets/icons/location.d.ts +2 -0
  74. package/dist/types/v2/assets/icons/lock.d.ts +2 -0
  75. package/dist/types/v2/assets/icons/magnifier.d.ts +2 -0
  76. package/dist/types/v2/assets/icons/map.d.ts +2 -0
  77. package/dist/types/v2/assets/icons/maximize.d.ts +2 -0
  78. package/dist/types/v2/assets/icons/media-next.d.ts +2 -0
  79. package/dist/types/v2/assets/icons/media-pause.d.ts +2 -0
  80. package/dist/types/v2/assets/icons/media-play.d.ts +2 -0
  81. package/dist/types/v2/assets/icons/media-previous.d.ts +2 -0
  82. package/dist/types/v2/assets/icons/media-stop.d.ts +2 -0
  83. package/dist/types/v2/assets/icons/menu.d.ts +2 -0
  84. package/dist/types/v2/assets/icons/minimize.d.ts +2 -0
  85. package/dist/types/v2/assets/icons/minus.d.ts +2 -0
  86. package/dist/types/v2/assets/icons/money.d.ts +2 -0
  87. package/dist/types/v2/assets/icons/more.d.ts +2 -0
  88. package/dist/types/v2/assets/icons/msg.d.ts +2 -0
  89. package/dist/types/v2/assets/icons/notification.d.ts +2 -0
  90. package/dist/types/v2/assets/icons/percentage.d.ts +2 -0
  91. package/dist/types/v2/assets/icons/pin.d.ts +2 -0
  92. package/dist/types/v2/assets/icons/plus.d.ts +2 -0
  93. package/dist/types/v2/assets/icons/radio-checked.d.ts +2 -0
  94. package/dist/types/v2/assets/icons/radio-unchecked.d.ts +2 -0
  95. package/dist/types/v2/assets/icons/reduce.d.ts +2 -0
  96. package/dist/types/v2/assets/icons/refresh.d.ts +2 -0
  97. package/dist/types/v2/assets/icons/settings.d.ts +2 -0
  98. package/dist/types/v2/assets/icons/share.d.ts +2 -0
  99. package/dist/types/v2/assets/icons/slash.d.ts +2 -0
  100. package/dist/types/v2/assets/icons/sort.d.ts +2 -0
  101. package/dist/types/v2/assets/icons/star-filled.d.ts +2 -0
  102. package/dist/types/v2/assets/icons/timer.d.ts +2 -0
  103. package/dist/types/v2/assets/icons/trash.d.ts +2 -0
  104. package/dist/types/v2/assets/icons/unlock.d.ts +2 -0
  105. package/dist/types/v2/assets/icons/upload.d.ts +2 -0
  106. package/dist/types/v2/assets/icons/user.d.ts +2 -0
  107. package/dist/types/v2/assets/icons/users.d.ts +2 -0
  108. package/dist/types/v2/assets/icons/xmark.d.ts +2 -0
  109. package/dist/types/v2/assets/index.d.ts +2 -0
  110. package/dist/types/v2/atoms/actions/breadcrumb-link.d.ts +9 -0
  111. package/dist/types/v2/atoms/actions/button.d.ts +13 -0
  112. package/dist/types/v2/atoms/actions/index.d.ts +3 -0
  113. package/dist/types/v2/atoms/actions/tab-button.d.ts +10 -0
  114. package/dist/types/v2/atoms/actions/tooltip.d.ts +8 -0
  115. package/dist/types/v2/atoms/index.d.ts +3 -0
  116. package/dist/types/v2/atoms/indicators/badge.d.ts +14 -0
  117. package/dist/types/v2/atoms/indicators/featured-icon.d.ts +12 -0
  118. package/dist/types/v2/atoms/indicators/index.d.ts +4 -0
  119. package/dist/types/v2/atoms/indicators/number-badge.d.ts +9 -0
  120. package/dist/types/v2/atoms/indicators/stepper.d.ts +9 -0
  121. package/dist/types/v2/atoms/inputs/index.d.ts +2 -0
  122. package/dist/types/v2/atoms/inputs/input.d.ts +17 -0
  123. package/dist/types/v2/atoms/inputs/label.d.ts +18 -0
  124. package/dist/types/v2/index.d.ts +4 -0
  125. package/dist/types/v2/molecules/actions/breadcrumb-group.d.ts +6 -0
  126. package/dist/types/v2/molecules/actions/index.d.ts +1 -0
  127. package/dist/types/v2/molecules/actions/tab-group.d.ts +6 -0
  128. package/dist/types/v2/molecules/index.d.ts +2 -0
  129. package/dist/types/v2/molecules/kpi-card/index.d.ts +2 -0
  130. package/dist/types/v2/molecules/kpi-card/kpi-card.d.ts +3 -0
  131. package/dist/types/v2/molecules/kpi-card/kpi-card.type.d.ts +20 -0
  132. package/dist/types/v2/organisms/field/field-error.d.ts +6 -0
  133. package/dist/types/v2/organisms/field/field-group.d.ts +2 -0
  134. package/dist/types/v2/organisms/field/field-set.d.ts +2 -0
  135. package/dist/types/v2/organisms/field/field.d.ts +12 -0
  136. package/dist/types/v2/organisms/index.d.ts +3 -0
  137. package/dist/types/v2/organisms/kpi-card-group.d.ts +7 -0
  138. package/dist/types/v2/organisms/sidebar/z2-sidebar-header.d.ts +0 -0
  139. package/dist/types/v2/organisms/sidebar/z2-sidebar.d.ts +0 -0
  140. package/dist/types/v2/organisms/tab-bar.d.ts +7 -0
  141. package/dist/types/v2/organisms/topbar.d.ts +6 -0
  142. package/dist/v2/assets/icon.d.ts +6 -0
  143. package/dist/v2/assets/icon.js +191 -0
  144. package/dist/v2/assets/icon.type.d.ts +7 -0
  145. package/dist/v2/assets/icons/align-center.d.ts +2 -0
  146. package/dist/v2/assets/icons/align-center.js +23 -0
  147. package/dist/v2/assets/icons/align-left.d.ts +2 -0
  148. package/dist/v2/assets/icons/align-left.js +23 -0
  149. package/dist/v2/assets/icons/align-right.d.ts +2 -0
  150. package/dist/v2/assets/icons/align-right.js +23 -0
  151. package/dist/v2/assets/icons/arrow-down.d.ts +2 -0
  152. package/dist/v2/assets/icons/arrow-down.js +29 -0
  153. package/dist/v2/assets/icons/arrow-left.d.ts +2 -0
  154. package/dist/v2/assets/icons/arrow-left.js +29 -0
  155. package/dist/v2/assets/icons/arrow-right.d.ts +2 -0
  156. package/dist/v2/assets/icons/arrow-right.js +29 -0
  157. package/dist/v2/assets/icons/arrow-up.d.ts +2 -0
  158. package/dist/v2/assets/icons/arrow-up.js +29 -0
  159. package/dist/v2/assets/icons/award.d.ts +2 -0
  160. package/dist/v2/assets/icons/award.js +23 -0
  161. package/dist/v2/assets/icons/bell.d.ts +2 -0
  162. package/dist/v2/assets/icons/bell.js +29 -0
  163. package/dist/v2/assets/icons/calendar.d.ts +2 -0
  164. package/dist/v2/assets/icons/calendar.js +29 -0
  165. package/dist/v2/assets/icons/caret-down.d.ts +2 -0
  166. package/dist/v2/assets/icons/caret-down.js +23 -0
  167. package/dist/v2/assets/icons/caret-left.d.ts +2 -0
  168. package/dist/v2/assets/icons/caret-left.js +23 -0
  169. package/dist/v2/assets/icons/caret-right.d.ts +2 -0
  170. package/dist/v2/assets/icons/caret-right.js +23 -0
  171. package/dist/v2/assets/icons/caret-up.d.ts +2 -0
  172. package/dist/v2/assets/icons/caret-up.js +23 -0
  173. package/dist/v2/assets/icons/chart.d.ts +2 -0
  174. package/dist/v2/assets/icons/chart.js +23 -0
  175. package/dist/v2/assets/icons/check.d.ts +2 -0
  176. package/dist/v2/assets/icons/check.js +29 -0
  177. package/dist/v2/assets/icons/checkbox-checked.d.ts +2 -0
  178. package/dist/v2/assets/icons/checkbox-checked.js +26 -0
  179. package/dist/v2/assets/icons/checkbox-unchecked.d.ts +2 -0
  180. package/dist/v2/assets/icons/checkbox-unchecked.js +23 -0
  181. package/dist/v2/assets/icons/chevron-down.d.ts +2 -0
  182. package/dist/v2/assets/icons/chevron-down.js +29 -0
  183. package/dist/v2/assets/icons/chevron-left.d.ts +2 -0
  184. package/dist/v2/assets/icons/chevron-left.js +29 -0
  185. package/dist/v2/assets/icons/chevron-right.d.ts +2 -0
  186. package/dist/v2/assets/icons/chevron-right.js +29 -0
  187. package/dist/v2/assets/icons/chevron-up.d.ts +2 -0
  188. package/dist/v2/assets/icons/chevron-up.js +29 -0
  189. package/dist/v2/assets/icons/circle-check-filled.d.ts +3 -0
  190. package/dist/v2/assets/icons/circle-check-filled.js +34 -0
  191. package/dist/v2/assets/icons/circle-check.d.ts +2 -0
  192. package/dist/v2/assets/icons/circle-check.js +36 -0
  193. package/dist/v2/assets/icons/circle-info.d.ts +2 -0
  194. package/dist/v2/assets/icons/circle-info.js +31 -0
  195. package/dist/v2/assets/icons/circle-minus.d.ts +2 -0
  196. package/dist/v2/assets/icons/circle-minus.js +26 -0
  197. package/dist/v2/assets/icons/circle-plus.d.ts +2 -0
  198. package/dist/v2/assets/icons/circle-plus.js +26 -0
  199. package/dist/v2/assets/icons/circle-question.d.ts +2 -0
  200. package/dist/v2/assets/icons/circle-question.js +31 -0
  201. package/dist/v2/assets/icons/circle-warning.d.ts +2 -0
  202. package/dist/v2/assets/icons/circle-warning.js +26 -0
  203. package/dist/v2/assets/icons/circle-xmark.d.ts +2 -0
  204. package/dist/v2/assets/icons/circle-xmark.js +26 -0
  205. package/dist/v2/assets/icons/clipboard.d.ts +2 -0
  206. package/dist/v2/assets/icons/clipboard.js +29 -0
  207. package/dist/v2/assets/icons/clock.d.ts +2 -0
  208. package/dist/v2/assets/icons/clock.js +26 -0
  209. package/dist/v2/assets/icons/dots.d.ts +2 -0
  210. package/dist/v2/assets/icons/dots.js +29 -0
  211. package/dist/v2/assets/icons/download.d.ts +2 -0
  212. package/dist/v2/assets/icons/download.js +23 -0
  213. package/dist/v2/assets/icons/edit.d.ts +2 -0
  214. package/dist/v2/assets/icons/edit.js +29 -0
  215. package/dist/v2/assets/icons/envelope.d.ts +2 -0
  216. package/dist/v2/assets/icons/envelope.js +29 -0
  217. package/dist/v2/assets/icons/expand.d.ts +2 -0
  218. package/dist/v2/assets/icons/expand.js +29 -0
  219. package/dist/v2/assets/icons/export.d.ts +2 -0
  220. package/dist/v2/assets/icons/export.js +23 -0
  221. package/dist/v2/assets/icons/external-link.d.ts +2 -0
  222. package/dist/v2/assets/icons/external-link.js +29 -0
  223. package/dist/v2/assets/icons/eye-crossed.d.ts +2 -0
  224. package/dist/v2/assets/icons/eye-crossed.js +42 -0
  225. package/dist/v2/assets/icons/eye.d.ts +2 -0
  226. package/dist/v2/assets/icons/eye.js +26 -0
  227. package/dist/v2/assets/icons/file.d.ts +2 -0
  228. package/dist/v2/assets/icons/file.js +29 -0
  229. package/dist/v2/assets/icons/filter.d.ts +2 -0
  230. package/dist/v2/assets/icons/filter.js +23 -0
  231. package/dist/v2/assets/icons/folder-open.d.ts +2 -0
  232. package/dist/v2/assets/icons/folder-open.js +29 -0
  233. package/dist/v2/assets/icons/folder.d.ts +2 -0
  234. package/dist/v2/assets/icons/folder.js +29 -0
  235. package/dist/v2/assets/icons/full-screen.d.ts +2 -0
  236. package/dist/v2/assets/icons/full-screen.js +29 -0
  237. package/dist/v2/assets/icons/grid.d.ts +2 -0
  238. package/dist/v2/assets/icons/grid.js +23 -0
  239. package/dist/v2/assets/icons/import.d.ts +2 -0
  240. package/dist/v2/assets/icons/import.js +23 -0
  241. package/dist/v2/assets/icons/index.d.ts +114 -0
  242. package/dist/v2/assets/icons/layers.d.ts +2 -0
  243. package/dist/v2/assets/icons/layers.js +31 -0
  244. package/dist/v2/assets/icons/location.d.ts +2 -0
  245. package/dist/v2/assets/icons/location.js +29 -0
  246. package/dist/v2/assets/icons/lock.d.ts +2 -0
  247. package/dist/v2/assets/icons/lock.js +26 -0
  248. package/dist/v2/assets/icons/magnifier.d.ts +2 -0
  249. package/dist/v2/assets/icons/magnifier.js +26 -0
  250. package/dist/v2/assets/icons/map.d.ts +2 -0
  251. package/dist/v2/assets/icons/map.js +29 -0
  252. package/dist/v2/assets/icons/maximize.d.ts +2 -0
  253. package/dist/v2/assets/icons/maximize.js +23 -0
  254. package/dist/v2/assets/icons/media-next.d.ts +2 -0
  255. package/dist/v2/assets/icons/media-next.js +23 -0
  256. package/dist/v2/assets/icons/media-pause.d.ts +2 -0
  257. package/dist/v2/assets/icons/media-pause.js +23 -0
  258. package/dist/v2/assets/icons/media-play.d.ts +2 -0
  259. package/dist/v2/assets/icons/media-play.js +23 -0
  260. package/dist/v2/assets/icons/media-previous.d.ts +2 -0
  261. package/dist/v2/assets/icons/media-previous.js +23 -0
  262. package/dist/v2/assets/icons/media-stop.d.ts +2 -0
  263. package/dist/v2/assets/icons/media-stop.js +23 -0
  264. package/dist/v2/assets/icons/menu.d.ts +2 -0
  265. package/dist/v2/assets/icons/menu.js +23 -0
  266. package/dist/v2/assets/icons/minimize.d.ts +2 -0
  267. package/dist/v2/assets/icons/minimize.js +23 -0
  268. package/dist/v2/assets/icons/minus.d.ts +2 -0
  269. package/dist/v2/assets/icons/minus.js +23 -0
  270. package/dist/v2/assets/icons/money.d.ts +2 -0
  271. package/dist/v2/assets/icons/money.js +26 -0
  272. package/dist/v2/assets/icons/more.d.ts +2 -0
  273. package/dist/v2/assets/icons/more.js +27 -0
  274. package/dist/v2/assets/icons/msg.d.ts +2 -0
  275. package/dist/v2/assets/icons/msg.js +29 -0
  276. package/dist/v2/assets/icons/notification.d.ts +2 -0
  277. package/dist/v2/assets/icons/notification.js +29 -0
  278. package/dist/v2/assets/icons/percentage.d.ts +2 -0
  279. package/dist/v2/assets/icons/percentage.js +63 -0
  280. package/dist/v2/assets/icons/pin.d.ts +2 -0
  281. package/dist/v2/assets/icons/pin.js +29 -0
  282. package/dist/v2/assets/icons/plus.d.ts +2 -0
  283. package/dist/v2/assets/icons/plus.js +23 -0
  284. package/dist/v2/assets/icons/radio-checked.d.ts +2 -0
  285. package/dist/v2/assets/icons/radio-checked.js +26 -0
  286. package/dist/v2/assets/icons/radio-unchecked.d.ts +2 -0
  287. package/dist/v2/assets/icons/radio-unchecked.js +23 -0
  288. package/dist/v2/assets/icons/reduce.d.ts +2 -0
  289. package/dist/v2/assets/icons/reduce.js +23 -0
  290. package/dist/v2/assets/icons/refresh.d.ts +2 -0
  291. package/dist/v2/assets/icons/refresh.js +38 -0
  292. package/dist/v2/assets/icons/settings.d.ts +2 -0
  293. package/dist/v2/assets/icons/settings.js +34 -0
  294. package/dist/v2/assets/icons/share.d.ts +2 -0
  295. package/dist/v2/assets/icons/share.js +29 -0
  296. package/dist/v2/assets/icons/slash.d.ts +2 -0
  297. package/dist/v2/assets/icons/slash.js +32 -0
  298. package/dist/v2/assets/icons/sort.d.ts +2 -0
  299. package/dist/v2/assets/icons/sort.js +32 -0
  300. package/dist/v2/assets/icons/star-filled.d.ts +2 -0
  301. package/dist/v2/assets/icons/star-filled.js +34 -0
  302. package/dist/v2/assets/icons/timer.d.ts +2 -0
  303. package/dist/v2/assets/icons/timer.js +27 -0
  304. package/dist/v2/assets/icons/trash.d.ts +2 -0
  305. package/dist/v2/assets/icons/trash.js +29 -0
  306. package/dist/v2/assets/icons/unlock.d.ts +2 -0
  307. package/dist/v2/assets/icons/unlock.js +26 -0
  308. package/dist/v2/assets/icons/upload.d.ts +2 -0
  309. package/dist/v2/assets/icons/upload.js +23 -0
  310. package/dist/v2/assets/icons/user.d.ts +2 -0
  311. package/dist/v2/assets/icons/user.js +26 -0
  312. package/dist/v2/assets/icons/users.d.ts +2 -0
  313. package/dist/v2/assets/icons/users.js +27 -0
  314. package/dist/v2/assets/icons/xmark.d.ts +2 -0
  315. package/dist/v2/assets/icons/xmark.js +29 -0
  316. package/dist/v2/assets/index.d.ts +2 -0
  317. package/dist/v2/atoms/actions/breadcrumb-link.d.ts +9 -0
  318. package/dist/v2/atoms/actions/breadcrumb-link.js +61 -0
  319. package/dist/v2/atoms/actions/button.d.ts +13 -0
  320. package/dist/v2/atoms/actions/button.js +58 -0
  321. package/dist/v2/atoms/actions/index.d.ts +3 -0
  322. package/dist/v2/atoms/actions/tab-button.d.ts +10 -0
  323. package/dist/v2/atoms/actions/tab-button.js +52 -0
  324. package/dist/v2/atoms/actions/tooltip.d.ts +8 -0
  325. package/dist/v2/atoms/actions/tooltip.js +22 -0
  326. package/dist/v2/atoms/index.d.ts +3 -0
  327. package/dist/v2/atoms/indicators/badge.d.ts +14 -0
  328. package/dist/v2/atoms/indicators/badge.js +99 -0
  329. package/dist/v2/atoms/indicators/featured-icon.d.ts +12 -0
  330. package/dist/v2/atoms/indicators/featured-icon.js +110 -0
  331. package/dist/v2/atoms/indicators/index.d.ts +4 -0
  332. package/dist/v2/atoms/indicators/number-badge.d.ts +9 -0
  333. package/dist/v2/atoms/indicators/number-badge.js +42 -0
  334. package/dist/v2/atoms/indicators/stepper.d.ts +9 -0
  335. package/dist/v2/atoms/indicators/stepper.js +86 -0
  336. package/dist/v2/atoms/inputs/index.d.ts +2 -0
  337. package/dist/v2/atoms/inputs/input.d.ts +17 -0
  338. package/dist/v2/atoms/inputs/input.js +94 -0
  339. package/dist/v2/atoms/inputs/label.d.ts +18 -0
  340. package/dist/v2/atoms/inputs/label.js +66 -0
  341. package/dist/v2/index.d.ts +4 -0
  342. package/dist/v2/molecules/actions/breadcrumb-group.d.ts +6 -0
  343. package/dist/v2/molecules/actions/breadcrumb-group.js +6 -0
  344. package/dist/v2/molecules/actions/index.d.ts +1 -0
  345. package/dist/v2/molecules/actions/tab-group.d.ts +6 -0
  346. package/dist/v2/molecules/actions/tab-group.js +16 -0
  347. package/dist/v2/molecules/index.d.ts +2 -0
  348. package/dist/v2/molecules/kpi-card/index.d.ts +2 -0
  349. package/dist/v2/molecules/kpi-card/kpi-card.d.ts +3 -0
  350. package/dist/v2/molecules/kpi-card/kpi-card.js +82 -0
  351. package/dist/v2/molecules/kpi-card/kpi-card.type.d.ts +20 -0
  352. package/dist/v2/organisms/field/field-error.d.ts +6 -0
  353. package/dist/v2/organisms/field/field-group.d.ts +2 -0
  354. package/dist/v2/organisms/field/field-set.d.ts +2 -0
  355. package/dist/v2/organisms/field/field.d.ts +12 -0
  356. package/dist/v2/organisms/index.d.ts +3 -0
  357. package/dist/v2/organisms/kpi-card-group.d.ts +7 -0
  358. package/dist/v2/organisms/kpi-card-group.js +19 -0
  359. package/dist/v2/organisms/sidebar/z2-sidebar-header.d.ts +0 -0
  360. package/dist/v2/organisms/sidebar/z2-sidebar.d.ts +0 -0
  361. package/dist/v2/organisms/tab-bar.d.ts +7 -0
  362. package/dist/v2/organisms/tab-bar.js +11 -0
  363. package/dist/v2/organisms/topbar.d.ts +6 -0
  364. package/dist/v2/organisms/topbar.js +20 -0
  365. package/package.json +1 -1
  366. package/dist/components/breadcrumb/z2-breadcrumb.js +0 -97
@@ -0,0 +1,29 @@
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ function i({
3
+ fill: e = "currentColor",
4
+ width: o = "1em",
5
+ height: t = "1em",
6
+ ...n
7
+ }) {
8
+ return /* @__PURE__ */ r(
9
+ "svg",
10
+ {
11
+ "aria-hidden": "true",
12
+ height: t,
13
+ width: o,
14
+ viewBox: "0 0 16 16",
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ ...n,
17
+ children: /* @__PURE__ */ r(
18
+ "path",
19
+ {
20
+ d: "M4 1a1 1 0 00-1 1v12a1 1 0 001 1h8a1 1 0 001-1V5.414a1 1 0 00-.293-.707l-3-3A1 1 0 009.586 1H4zm0 1h5.586L12 5.414V14H4V2z",
21
+ fill: e
22
+ }
23
+ )
24
+ }
25
+ );
26
+ }
27
+ export {
28
+ i as FileIcon
29
+ };
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../icon.type';
2
+ export declare function FilterIcon({ 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: o = "1em",
6
+ ...n
7
+ }) {
8
+ return /* @__PURE__ */ r(
9
+ "svg",
10
+ {
11
+ "aria-hidden": "true",
12
+ height: o,
13
+ width: t,
14
+ viewBox: "0 0 16 16",
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ ...n,
17
+ children: /* @__PURE__ */ r("path", { d: "M2 3h12v1H2V3zm2 4h8v1H4V7zm3 4h2v1H7v-1z", fill: e })
18
+ }
19
+ );
20
+ }
21
+ export {
22
+ i as FilterIcon
23
+ };
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../icon.type';
2
+ export declare function FolderOpenIcon({ fill, width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,29 @@
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ function h({
3
+ fill: e = "currentColor",
4
+ width: o = "1em",
5
+ height: n = "1em",
6
+ ...t
7
+ }) {
8
+ return /* @__PURE__ */ r(
9
+ "svg",
10
+ {
11
+ "aria-hidden": "true",
12
+ height: n,
13
+ width: o,
14
+ viewBox: "0 0 16 16",
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ ...t,
17
+ children: /* @__PURE__ */ r(
18
+ "path",
19
+ {
20
+ d: "M2 4a1 1 0 00-1 1v8a1 1 0 001 1h12a1 1 0 001-1V6.414a1 1 0 00-.293-.707l-2-2A1 1 0 0011.586 3H8.414L7 1.586A1 1 0 006.414 1H2zm0 1h4.414L8 4.586A1 1 0 008.586 5H14v7H2V5z",
21
+ fill: e
22
+ }
23
+ )
24
+ }
25
+ );
26
+ }
27
+ export {
28
+ h as FolderOpenIcon
29
+ };
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../icon.type';
2
+ export declare function FolderIcon({ fill, width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,29 @@
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ function h({
3
+ fill: e = "currentColor",
4
+ width: o = "1em",
5
+ height: t = "1em",
6
+ ...n
7
+ }) {
8
+ return /* @__PURE__ */ r(
9
+ "svg",
10
+ {
11
+ "aria-hidden": "true",
12
+ height: t,
13
+ width: o,
14
+ viewBox: "0 0 16 16",
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ ...n,
17
+ children: /* @__PURE__ */ r(
18
+ "path",
19
+ {
20
+ d: "M2 3a1 1 0 00-1 1v9a1 1 0 001 1h12a1 1 0 001-1V5a1 1 0 00-1-1H7.414L6 2.586A1 1 0 005.414 2H2zm0 1h3.414L7 5.414A1 1 0 007.586 6H14v7H2V4z",
21
+ fill: e
22
+ }
23
+ )
24
+ }
25
+ );
26
+ }
27
+ export {
28
+ h as FolderIcon
29
+ };
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../icon.type';
2
+ export declare function FullScreenIcon({ fill, width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,29 @@
1
+ import { jsx as h } from "react/jsx-runtime";
2
+ function t({
3
+ fill: r = "currentColor",
4
+ width: v = "1em",
5
+ height: e = "1em",
6
+ ...n
7
+ }) {
8
+ return /* @__PURE__ */ h(
9
+ "svg",
10
+ {
11
+ "aria-hidden": "true",
12
+ height: e,
13
+ width: v,
14
+ viewBox: "0 0 16 16",
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ ...n,
17
+ children: /* @__PURE__ */ h(
18
+ "path",
19
+ {
20
+ d: "M2 2h4v1H3v3H2V2zm10-1h4v4h-1V3h-3V1zM2 14v-4h1v3h3v1H2zm14 0h-4v-1h3v-3h1v4z",
21
+ fill: r
22
+ }
23
+ )
24
+ }
25
+ );
26
+ }
27
+ export {
28
+ t as FullScreenIcon
29
+ };
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../icon.type';
2
+ export declare function GridIcon({ 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: o = "1em",
5
+ height: t = "1em",
6
+ ...h
7
+ }) {
8
+ return /* @__PURE__ */ r(
9
+ "svg",
10
+ {
11
+ "aria-hidden": "true",
12
+ height: t,
13
+ width: o,
14
+ viewBox: "0 0 16 16",
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ ...h,
17
+ children: /* @__PURE__ */ r("path", { d: "M2 2h5v5H2V2zm7 0h5v5H9V2zM2 9h5v5H2V9zm7 0h5v5H9V9z", fill: e })
18
+ }
19
+ );
20
+ }
21
+ export {
22
+ i as GridIcon
23
+ };
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../icon.type';
2
+ export declare function ImportIcon({ 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: o = "currentColor",
4
+ width: t = "1em",
5
+ height: e = "1em",
6
+ ...h
7
+ }) {
8
+ return /* @__PURE__ */ r(
9
+ "svg",
10
+ {
11
+ "aria-hidden": "true",
12
+ height: e,
13
+ width: t,
14
+ viewBox: "0 0 16 16",
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ ...h,
17
+ children: /* @__PURE__ */ r("path", { d: "M8 6l-3 3h2v4h2V9h2l-3-3zM3 13h10v1H3v-1z", fill: o })
18
+ }
19
+ );
20
+ }
21
+ export {
22
+ i as ImportIcon
23
+ };
@@ -0,0 +1,114 @@
1
+ export * from './dots';
2
+ export * from './slash';
3
+ export * from './percentage';
4
+ export * from './arrow-down';
5
+ export * from './arrow-left';
6
+ export * from './arrow-up';
7
+ export * from './arrow-right';
8
+ export * from './chevron-down';
9
+ export * from './chevron-up';
10
+ export * from './chevron-left';
11
+ export * from './chevron-right';
12
+ export * from './caret-down';
13
+ export * from './caret-up';
14
+ export * from './caret-left';
15
+ export * from './caret-right';
16
+ export * from './circle-check';
17
+ export * from './circle-check-filled';
18
+ export * from './circle-warning';
19
+ export * from './xmark';
20
+ export * from './circle-xmark';
21
+ export * from './circle-minus';
22
+ export * from './circle-plus';
23
+ export * from './download';
24
+ export * from './upload';
25
+ export * from './refresh';
26
+ export * from './export';
27
+ export * from './import';
28
+ export * from './share';
29
+ export * from './external-link';
30
+ export * from './expand';
31
+ export * from './reduce';
32
+ export * from './maximize';
33
+ export * from './minimize';
34
+ export * from './full-screen';
35
+ export * from './file';
36
+ export * from './folder';
37
+ export * from './folder-open';
38
+ export * from './clipboard';
39
+ export * from './envelope';
40
+ export * from './msg';
41
+ export * from './notification';
42
+ export * from './bell';
43
+ export * from './media-play';
44
+ export * from './media-pause';
45
+ export * from './media-stop';
46
+ export * from './media-next';
47
+ export * from './media-previous';
48
+ export * from './clock';
49
+ export * from './calendar';
50
+ export * from './timer';
51
+ export * from './user';
52
+ export * from './users';
53
+ export * from './location';
54
+ export * from './map';
55
+ export * from './pin';
56
+ export * from './checkbox-checked';
57
+ export * from './checkbox-unchecked';
58
+ export * from './radio-checked';
59
+ export * from './radio-unchecked';
60
+ export * from './chart';
61
+ export * from './money';
62
+ export * from './award';
63
+ export * from './grid';
64
+ export * from './layers';
65
+ export * from './align-left';
66
+ export * from './align-right';
67
+ export * from './align-center';
68
+ export * from './magnifier';
69
+ export * from './filter';
70
+ export * from './sort';
71
+ export * from './settings';
72
+ export * from './menu';
73
+ export * from './more';
74
+ export * from './lock';
75
+ export * from './unlock';
76
+ export * from './eye';
77
+ export * from './eye-crossed';
78
+ export * from './trash';
79
+ export * from './edit';
80
+ export * from './plus';
81
+ export * from './minus';
82
+ export * from './star-filled';
83
+ export * from './circle-info';
84
+ export * from './circle-question';
85
+ export * from './check';
86
+ export * from './circle-check';
87
+ export * from './circle-warning';
88
+ export * from './xmark';
89
+ export * from './circle-xmark';
90
+ export * from './circle-minus';
91
+ export * from './circle-plus';
92
+ export * from './download';
93
+ export * from './upload';
94
+ export * from './refresh';
95
+ export * from './export';
96
+ export * from './import';
97
+ export * from './share';
98
+ export * from './award';
99
+ export * from './calendar';
100
+ export * from './bell';
101
+ export * from './media-play';
102
+ export * from './media-pause';
103
+ export * from './media-stop';
104
+ export * from './media-next';
105
+ export * from './media-previous';
106
+ export * from './clock';
107
+ export * from './calendar';
108
+ export * from './timer';
109
+ export * from './user';
110
+ export * from './users';
111
+ export * from './location';
112
+ export * from './map';
113
+ export * from './pin';
114
+ export * from './checkbox-checked';
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../icon.type';
2
+ export declare function LayersIcon({ fill, width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,31 @@
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ function l({
3
+ fill: e = "currentColor",
4
+ width: o = "1em",
5
+ height: t = "1em",
6
+ ...n
7
+ }) {
8
+ return /* @__PURE__ */ r(
9
+ "svg",
10
+ {
11
+ "aria-hidden": "true",
12
+ height: t,
13
+ width: o,
14
+ viewBox: "0 0 16 16",
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ ...n,
17
+ children: /* @__PURE__ */ r(
18
+ "path",
19
+ {
20
+ d: "M2 3l6 3 6-3-6-3-6 3zm0 5l6 3 6-3M2 13l6 3 6-3",
21
+ stroke: e,
22
+ strokeWidth: "1.5",
23
+ fill: "none"
24
+ }
25
+ )
26
+ }
27
+ );
28
+ }
29
+ export {
30
+ l as LayersIcon
31
+ };
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../icon.type';
2
+ export declare function LocationIcon({ fill, width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,29 @@
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ function i({
3
+ fill: o = "currentColor",
4
+ width: t = "1em",
5
+ height: e = "1em",
6
+ ...n
7
+ }) {
8
+ return /* @__PURE__ */ r(
9
+ "svg",
10
+ {
11
+ "aria-hidden": "true",
12
+ height: e,
13
+ width: t,
14
+ viewBox: "0 0 16 16",
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ ...n,
17
+ children: /* @__PURE__ */ r(
18
+ "path",
19
+ {
20
+ d: "M8 1a5 5 0 015 5c0 3.5-5 9-5 9s-5-5.5-5-9a5 5 0 015-5zm0 3a2 2 0 100 4 2 2 0 000-4z",
21
+ fill: o
22
+ }
23
+ )
24
+ }
25
+ );
26
+ }
27
+ export {
28
+ i as LocationIcon
29
+ };
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../icon.type';
2
+ export declare function LockIcon({ fill, width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,26 @@
1
+ import { jsxs as i, jsx as t } from "react/jsx-runtime";
2
+ function h({
3
+ fill: r = "currentColor",
4
+ width: e = "1em",
5
+ height: o = "1em",
6
+ ...n
7
+ }) {
8
+ return /* @__PURE__ */ i(
9
+ "svg",
10
+ {
11
+ "aria-hidden": "true",
12
+ height: o,
13
+ width: e,
14
+ viewBox: "0 0 16 16",
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ ...n,
17
+ children: [
18
+ /* @__PURE__ */ t("rect", { x: "4", y: "7", width: "8", height: "7", rx: "1", fill: "none", stroke: r, strokeWidth: "1.5" }),
19
+ /* @__PURE__ */ t("path", { d: "M5 7V5a3 3 0 016 0v2", stroke: r, strokeWidth: "1.5", fill: "none" })
20
+ ]
21
+ }
22
+ );
23
+ }
24
+ export {
25
+ h as LockIcon
26
+ };
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../icon.type';
2
+ export declare function MagnifierIcon({ fill, width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,26 @@
1
+ import { jsxs as i, jsx as e } from "react/jsx-runtime";
2
+ function c({
3
+ fill: r = "currentColor",
4
+ width: o = "1em",
5
+ height: t = "1em",
6
+ ...n
7
+ }) {
8
+ return /* @__PURE__ */ i(
9
+ "svg",
10
+ {
11
+ "aria-hidden": "true",
12
+ height: t,
13
+ width: o,
14
+ viewBox: "0 0 16 16",
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ ...n,
17
+ children: [
18
+ /* @__PURE__ */ e("circle", { cx: "7", cy: "7", r: "4", fill: "none", stroke: r, strokeWidth: "1.5" }),
19
+ /* @__PURE__ */ e("path", { d: "M10 10l4 4", stroke: r, strokeWidth: "1.5", strokeLinecap: "round" })
20
+ ]
21
+ }
22
+ );
23
+ }
24
+ export {
25
+ c as MagnifierIcon
26
+ };
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../icon.type';
2
+ export declare function MapIcon({ fill, width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,29 @@
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ function m({
3
+ fill: e = "currentColor",
4
+ width: l = "1em",
5
+ height: o = "1em",
6
+ ...t
7
+ }) {
8
+ return /* @__PURE__ */ r(
9
+ "svg",
10
+ {
11
+ "aria-hidden": "true",
12
+ height: o,
13
+ width: l,
14
+ viewBox: "0 0 16 16",
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ ...t,
17
+ children: /* @__PURE__ */ r(
18
+ "path",
19
+ {
20
+ d: "M2 3l4-1 4 1 4-1v10l-4 1-4-1-4 1V3zm2 .618v8.764l2-.5v-8.764l-2 .5zm6 .764v8.764l2-.5V4.882l-2 .5z",
21
+ fill: e
22
+ }
23
+ )
24
+ }
25
+ );
26
+ }
27
+ export {
28
+ m as MapIcon
29
+ };
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../icon.type';
2
+ export declare function MaximizeIcon({ 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 m({
3
+ fill: e = "currentColor",
4
+ width: o = "1em",
5
+ height: t = "1em",
6
+ ...i
7
+ }) {
8
+ return /* @__PURE__ */ r(
9
+ "svg",
10
+ {
11
+ "aria-hidden": "true",
12
+ height: t,
13
+ width: o,
14
+ viewBox: "0 0 16 16",
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ ...i,
17
+ children: /* @__PURE__ */ r("path", { d: "M3 3h10v10H3V3zm1 1v8h8V4H4z", fill: e })
18
+ }
19
+ );
20
+ }
21
+ export {
22
+ m as MaximizeIcon
23
+ };
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../icon.type';
2
+ export declare function MediaNextIcon({ 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 h({
3
+ fill: e = "currentColor",
4
+ width: t = "1em",
5
+ height: o = "1em",
6
+ ...n
7
+ }) {
8
+ return /* @__PURE__ */ r(
9
+ "svg",
10
+ {
11
+ "aria-hidden": "true",
12
+ height: o,
13
+ width: t,
14
+ viewBox: "0 0 16 16",
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ ...n,
17
+ children: /* @__PURE__ */ r("path", { d: "M4 3l6 5-6 5V3zm7 0v10h1V3h-1z", fill: e })
18
+ }
19
+ );
20
+ }
21
+ export {
22
+ h as MediaNextIcon
23
+ };
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../icon.type';
2
+ export declare function MediaPauseIcon({ 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 h({
3
+ fill: e = "currentColor",
4
+ width: o = "1em",
5
+ height: t = "1em",
6
+ ...n
7
+ }) {
8
+ return /* @__PURE__ */ r(
9
+ "svg",
10
+ {
11
+ "aria-hidden": "true",
12
+ height: t,
13
+ width: o,
14
+ viewBox: "0 0 16 16",
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ ...n,
17
+ children: /* @__PURE__ */ r("path", { d: "M5 3h2v10H5V3zm4 0h2v10H9V3z", fill: e })
18
+ }
19
+ );
20
+ }
21
+ export {
22
+ h as MediaPauseIcon
23
+ };
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../icon.type';
2
+ export declare function MediaPlayIcon({ 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 a({
3
+ fill: e = "currentColor",
4
+ width: o = "1em",
5
+ height: t = "1em",
6
+ ...n
7
+ }) {
8
+ return /* @__PURE__ */ r(
9
+ "svg",
10
+ {
11
+ "aria-hidden": "true",
12
+ height: t,
13
+ width: o,
14
+ viewBox: "0 0 16 16",
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ ...n,
17
+ children: /* @__PURE__ */ r("path", { d: "M5 3l8 5-8 5V3z", fill: e })
18
+ }
19
+ );
20
+ }
21
+ export {
22
+ a as MediaPlayIcon
23
+ };
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../icon.type';
2
+ export declare function MediaPreviousIcon({ 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 m({
3
+ fill: e = "currentColor",
4
+ width: o = "1em",
5
+ height: t = "1em",
6
+ ...i
7
+ }) {
8
+ return /* @__PURE__ */ r(
9
+ "svg",
10
+ {
11
+ "aria-hidden": "true",
12
+ height: t,
13
+ width: o,
14
+ viewBox: "0 0 16 16",
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ ...i,
17
+ children: /* @__PURE__ */ r("path", { d: "M12 3L6 8l6 5V3zm-7 0v10H4V3h1z", fill: e })
18
+ }
19
+ );
20
+ }
21
+ export {
22
+ m as MediaPreviousIcon
23
+ };
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../icon.type';
2
+ export declare function MediaStopIcon({ 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 d({
3
+ fill: e = "currentColor",
4
+ width: o = "1em",
5
+ height: t = "1em",
6
+ ...n
7
+ }) {
8
+ return /* @__PURE__ */ r(
9
+ "svg",
10
+ {
11
+ "aria-hidden": "true",
12
+ height: t,
13
+ width: o,
14
+ viewBox: "0 0 16 16",
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ ...n,
17
+ children: /* @__PURE__ */ r("path", { d: "M3 3h10v10H3V3z", fill: e })
18
+ }
19
+ );
20
+ }
21
+ export {
22
+ d as MediaStopIcon
23
+ };