bonkers-ui 1.0.61 → 1.0.63

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 (517) hide show
  1. package/.eslintrc.js +1 -0
  2. package/CONSTANTS.d.ts +1 -0
  3. package/README.md +135 -21
  4. package/_types/align.js +5 -0
  5. package/_types/align.js.map +1 -0
  6. package/_types/colors.js +5 -0
  7. package/_types/colors.js.map +1 -0
  8. package/_types/sizing.js +5 -0
  9. package/_types/sizing.js.map +1 -0
  10. package/_virtual/_plugin-vue_export-helper.js +10 -0
  11. package/_virtual/_plugin-vue_export-helper.js.map +1 -0
  12. package/bonkers-ui.umd.js +12 -0
  13. package/bonkers-ui.umd.js.map +1 -0
  14. package/components/ui-alert/_types.d.ts +6 -0
  15. package/components/ui-alert/_types.js +5 -0
  16. package/components/ui-alert/_types.js.map +1 -0
  17. package/components/ui-alert/index.d.ts +92 -0
  18. package/components/ui-alert/index.js +9 -0
  19. package/components/ui-alert/index.js.map +1 -0
  20. package/components/ui-alert/ui-alert.vue.d.ts +27 -0
  21. package/components/ui-alert/ui-alert.vue.js +47 -0
  22. package/components/ui-alert/ui-alert.vue.js.map +1 -0
  23. package/components/ui-alert/ui-alert.vue2.js +5 -0
  24. package/components/ui-alert/ui-alert.vue2.js.map +1 -0
  25. package/components/ui-badge/_typings.d.ts +10 -0
  26. package/components/ui-badge/_typings.js +6 -0
  27. package/components/ui-badge/_typings.js.map +1 -0
  28. package/components/ui-badge/index.d.ts +114 -0
  29. package/components/ui-badge/index.js +10 -0
  30. package/components/ui-badge/index.js.map +1 -0
  31. package/components/ui-badge/ui-badge.vue.d.ts +31 -0
  32. package/components/ui-badge/ui-badge.vue.js +62 -0
  33. package/components/ui-badge/ui-badge.vue.js.map +1 -0
  34. package/components/ui-badge/ui-badge.vue2.js +5 -0
  35. package/components/ui-badge/ui-badge.vue2.js.map +1 -0
  36. package/components/ui-ber-rank/_types.d.ts +61 -0
  37. package/components/ui-ber-rank/_types.js +74 -0
  38. package/components/ui-ber-rank/_types.js.map +1 -0
  39. package/components/ui-ber-rank/index.d.ts +30 -0
  40. package/components/ui-ber-rank/index.js +11 -0
  41. package/components/ui-ber-rank/index.js.map +1 -0
  42. package/components/ui-ber-rank/ui-ber-rank.vue.d.ts +33 -0
  43. package/components/ui-ber-rank/ui-ber-rank.vue.js +101 -0
  44. package/components/ui-ber-rank/ui-ber-rank.vue.js.map +1 -0
  45. package/components/ui-ber-rank/ui-ber-rank.vue3.js +7 -0
  46. package/components/ui-ber-rank/ui-ber-rank.vue3.js.map +1 -0
  47. package/components/ui-button/_typings.d.ts +17 -0
  48. package/components/ui-button/_typings.js +6 -0
  49. package/components/ui-button/_typings.js.map +1 -0
  50. package/components/ui-button/index.d.ts +146 -0
  51. package/components/ui-button/index.js +10 -0
  52. package/components/ui-button/index.js.map +1 -0
  53. package/components/ui-button/ui-button.vue.d.ts +51 -0
  54. package/components/ui-button/ui-button.vue.js +51 -0
  55. package/components/ui-button/ui-button.vue.js.map +1 -0
  56. package/components/ui-button/ui-button.vue2.js +5 -0
  57. package/components/ui-button/ui-button.vue2.js.map +1 -0
  58. package/components/ui-card-cta/index.d.ts +127 -0
  59. package/components/ui-card-cta/index.js +7 -0
  60. package/components/ui-card-cta/index.js.map +1 -0
  61. package/components/ui-card-cta/ui-card-cta.vue.d.ts +34 -0
  62. package/components/ui-card-cta/ui-card-cta.vue.js +76 -0
  63. package/components/ui-card-cta/ui-card-cta.vue.js.map +1 -0
  64. package/components/ui-card-cta/ui-card-cta.vue2.js +5 -0
  65. package/components/ui-card-cta/ui-card-cta.vue2.js.map +1 -0
  66. package/components/ui-card-result/index.d.ts +125 -0
  67. package/components/ui-card-result/index.js +7 -0
  68. package/components/ui-card-result/index.js.map +1 -0
  69. package/components/ui-card-result/ui-card-result.vue.d.ts +32 -0
  70. package/components/ui-card-result/ui-card-result.vue.js +9 -0
  71. package/components/ui-card-result/ui-card-result.vue.js.map +1 -0
  72. package/components/ui-card-result/ui-card-result.vue2.js +82 -0
  73. package/components/ui-card-result/ui-card-result.vue2.js.map +1 -0
  74. package/components/ui-card-simple/index.d.ts +56 -0
  75. package/components/ui-card-simple/index.js +7 -0
  76. package/components/ui-card-simple/index.js.map +1 -0
  77. package/components/ui-card-simple/ui-card-simple.vue.d.ts +12 -0
  78. package/components/ui-card-simple/ui-card-simple.vue.js +36 -0
  79. package/components/ui-card-simple/ui-card-simple.vue.js.map +1 -0
  80. package/components/ui-card-simple/ui-card-simple.vue2.js +5 -0
  81. package/components/ui-card-simple/ui-card-simple.vue2.js.map +1 -0
  82. package/components/ui-checkbox/index.d.ts +142 -0
  83. package/components/ui-checkbox/index.js +7 -0
  84. package/components/ui-checkbox/index.js.map +1 -0
  85. package/components/ui-checkbox/ui-checkbox.vue.d.ts +36 -0
  86. package/components/ui-checkbox/ui-checkbox.vue.js +9 -0
  87. package/components/ui-checkbox/ui-checkbox.vue.js.map +1 -0
  88. package/components/ui-checkbox/ui-checkbox.vue2.js +74 -0
  89. package/components/ui-checkbox/ui-checkbox.vue2.js.map +1 -0
  90. package/components/ui-dropdown/_typings.d.ts +4 -0
  91. package/components/ui-dropdown/_typings.js +5 -0
  92. package/components/ui-dropdown/_typings.js.map +1 -0
  93. package/components/ui-dropdown/index.d.ts +148 -0
  94. package/components/ui-dropdown/index.js +9 -0
  95. package/components/ui-dropdown/index.js.map +1 -0
  96. package/components/ui-dropdown/ui-dropdown.vue.d.ts +50 -0
  97. package/components/ui-dropdown/ui-dropdown.vue.js +82 -0
  98. package/components/ui-dropdown/ui-dropdown.vue.js.map +1 -0
  99. package/components/ui-dropdown/ui-dropdown.vue2.js +5 -0
  100. package/components/ui-dropdown/ui-dropdown.vue2.js.map +1 -0
  101. package/components/ui-icon/_typings.d.ts +10 -0
  102. package/components/ui-icon/_typings.js +5 -0
  103. package/components/ui-icon/_typings.js.map +1 -0
  104. package/components/ui-icon/index.d.ts +33 -0
  105. package/components/ui-icon/index.js +11 -0
  106. package/components/ui-icon/index.js.map +1 -0
  107. package/components/ui-icon/ui-icon.vue.d.ts +34 -0
  108. package/components/ui-icon/ui-icon.vue.js +30 -0
  109. package/components/ui-icon/ui-icon.vue.js.map +1 -0
  110. package/components/ui-icon/ui-icon.vue2.js +5 -0
  111. package/components/ui-icon/ui-icon.vue2.js.map +1 -0
  112. package/components/ui-icon-wrapper/_typings.d.ts +11 -0
  113. package/components/ui-icon-wrapper/_typings.js +6 -0
  114. package/components/ui-icon-wrapper/_typings.js.map +1 -0
  115. package/components/ui-icon-wrapper/index.d.ts +104 -0
  116. package/components/ui-icon-wrapper/index.js +10 -0
  117. package/components/ui-icon-wrapper/index.js.map +1 -0
  118. package/components/ui-icon-wrapper/ui-icon-wrapper.vue.d.ts +41 -0
  119. package/components/ui-icon-wrapper/ui-icon-wrapper.vue.js +9 -0
  120. package/components/ui-icon-wrapper/ui-icon-wrapper.vue.js.map +1 -0
  121. package/components/ui-icon-wrapper/ui-icon-wrapper.vue2.js +28 -0
  122. package/components/ui-icon-wrapper/ui-icon-wrapper.vue2.js.map +1 -0
  123. package/components/ui-input/_typings.d.ts +70 -0
  124. package/components/ui-input/_typings.js +7 -0
  125. package/components/ui-input/_typings.js.map +1 -0
  126. package/components/ui-input/index.d.ts +337 -0
  127. package/components/ui-input/index.js +11 -0
  128. package/components/ui-input/index.js.map +1 -0
  129. package/components/ui-input/ui-input.vue.d.ts +102 -0
  130. package/components/ui-input/ui-input.vue.js +97 -0
  131. package/components/ui-input/ui-input.vue.js.map +1 -0
  132. package/components/ui-input/ui-input.vue2.js +5 -0
  133. package/components/ui-input/ui-input.vue2.js.map +1 -0
  134. package/components/ui-input-range/index.d.ts +46 -0
  135. package/components/ui-input-range/index.js +7 -0
  136. package/components/ui-input-range/index.js.map +1 -0
  137. package/components/ui-input-range/ui-input-range.vue.d.ts +26 -0
  138. package/components/ui-input-range/ui-input-range.vue.js +9 -0
  139. package/components/ui-input-range/ui-input-range.vue.js.map +1 -0
  140. package/components/ui-input-range/ui-input-range.vue2.js +71 -0
  141. package/components/ui-input-range/ui-input-range.vue2.js.map +1 -0
  142. package/components/ui-list-item/_types.d.ts +12 -0
  143. package/components/ui-list-item/_types.js +7 -0
  144. package/components/ui-list-item/_types.js.map +1 -0
  145. package/components/ui-list-item/index.d.ts +186 -0
  146. package/components/ui-list-item/index.js +11 -0
  147. package/components/ui-list-item/index.js.map +1 -0
  148. package/components/ui-list-item/ui-list-item.vue.d.ts +65 -0
  149. package/components/ui-list-item/ui-list-item.vue.js +65 -0
  150. package/components/ui-list-item/ui-list-item.vue.js.map +1 -0
  151. package/components/ui-list-item/ui-list-item.vue2.js +5 -0
  152. package/components/ui-list-item/ui-list-item.vue2.js.map +1 -0
  153. package/components/ui-modal/_typings.d.ts +6 -0
  154. package/components/ui-modal/_typings.js +5 -0
  155. package/components/ui-modal/_typings.js.map +1 -0
  156. package/components/ui-modal/index.d.ts +107 -0
  157. package/components/ui-modal/index.js +9 -0
  158. package/components/ui-modal/index.js.map +1 -0
  159. package/components/ui-modal/ui-backdrop/index.d.ts +54 -0
  160. package/components/ui-modal/ui-backdrop/index.js +7 -0
  161. package/components/ui-modal/ui-backdrop/index.js.map +1 -0
  162. package/components/ui-modal/ui-backdrop/ui-backdrop.vue.d.ts +10 -0
  163. package/components/ui-modal/ui-backdrop/ui-backdrop.vue.js +16 -0
  164. package/components/ui-modal/ui-backdrop/ui-backdrop.vue.js.map +1 -0
  165. package/components/ui-modal/ui-modal.vue.d.ts +46 -0
  166. package/components/ui-modal/ui-modal.vue.js +9 -0
  167. package/components/ui-modal/ui-modal.vue.js.map +1 -0
  168. package/components/ui-modal/ui-modal.vue2.js +65 -0
  169. package/components/ui-modal/ui-modal.vue2.js.map +1 -0
  170. package/components/ui-notification-badge/_types.d.ts +10 -0
  171. package/components/ui-notification-badge/_types.js +5 -0
  172. package/components/ui-notification-badge/_types.js.map +1 -0
  173. package/components/ui-notification-badge/index.d.ts +84 -0
  174. package/components/ui-notification-badge/index.js +11 -0
  175. package/components/ui-notification-badge/index.js.map +1 -0
  176. package/components/ui-notification-badge/ui-notification-badge.vue.d.ts +38 -0
  177. package/components/ui-notification-badge/ui-notification-badge.vue.js +22 -0
  178. package/components/ui-notification-badge/ui-notification-badge.vue.js.map +1 -0
  179. package/components/ui-notification-badge/ui-notification-badge.vue3.js +7 -0
  180. package/components/ui-notification-badge/ui-notification-badge.vue3.js.map +1 -0
  181. package/components/ui-order-card/_types.d.ts +4 -0
  182. package/components/ui-order-card/_types.js +5 -0
  183. package/components/ui-order-card/_types.js.map +1 -0
  184. package/components/ui-order-card/index.d.ts +103 -0
  185. package/components/ui-order-card/index.js +7 -0
  186. package/components/ui-order-card/index.js.map +1 -0
  187. package/components/ui-order-card/ui-order-card.vue.d.ts +43 -0
  188. package/components/ui-order-card/ui-order-card.vue.js +86 -0
  189. package/components/ui-order-card/ui-order-card.vue.js.map +1 -0
  190. package/components/ui-order-card/ui-order-card.vue2.js +5 -0
  191. package/components/ui-order-card/ui-order-card.vue2.js.map +1 -0
  192. package/components/ui-plain-radio/index.d.ts +163 -0
  193. package/components/ui-plain-radio/index.js +7 -0
  194. package/components/ui-plain-radio/index.js.map +1 -0
  195. package/components/ui-plain-radio/ui-plain-radio.vue.d.ts +38 -0
  196. package/components/ui-plain-radio/ui-plain-radio.vue.js +85 -0
  197. package/components/ui-plain-radio/ui-plain-radio.vue.js.map +1 -0
  198. package/components/ui-plain-radio/ui-plain-radio.vue2.js +5 -0
  199. package/components/ui-plain-radio/ui-plain-radio.vue2.js.map +1 -0
  200. package/components/ui-progress/_types.d.ts +1 -0
  201. package/components/ui-progress/index.d.ts +44 -0
  202. package/components/ui-progress/index.js +7 -0
  203. package/components/ui-progress/index.js.map +1 -0
  204. package/components/ui-progress/ui-progress.vue.d.ts +40 -0
  205. package/components/ui-progress/ui-progress.vue.js +26 -0
  206. package/components/ui-progress/ui-progress.vue.js.map +1 -0
  207. package/components/ui-progress/ui-progress.vue2.js +5 -0
  208. package/components/ui-progress/ui-progress.vue2.js.map +1 -0
  209. package/components/ui-radio/index.d.ts +163 -0
  210. package/components/ui-radio/index.js +7 -0
  211. package/components/ui-radio/index.js.map +1 -0
  212. package/components/ui-radio/ui-radio.vue.d.ts +38 -0
  213. package/components/ui-radio/ui-radio.vue.js +9 -0
  214. package/components/ui-radio/ui-radio.vue.js.map +1 -0
  215. package/components/ui-radio/ui-radio.vue2.js +58 -0
  216. package/components/ui-radio/ui-radio.vue2.js.map +1 -0
  217. package/components/ui-radio-compact/index.d.ts +136 -0
  218. package/components/ui-radio-compact/index.js +7 -0
  219. package/components/ui-radio-compact/index.js.map +1 -0
  220. package/components/ui-radio-compact/ui-radio-compact.vue.d.ts +33 -0
  221. package/components/ui-radio-compact/ui-radio-compact.vue.js +52 -0
  222. package/components/ui-radio-compact/ui-radio-compact.vue.js.map +1 -0
  223. package/components/ui-radio-compact/ui-radio-compact.vue2.js +5 -0
  224. package/components/ui-radio-compact/ui-radio-compact.vue2.js.map +1 -0
  225. package/components/ui-radio-fancy/_typings.d.ts +5 -0
  226. package/components/ui-radio-fancy/_typings.js +5 -0
  227. package/components/ui-radio-fancy/_typings.js.map +1 -0
  228. package/components/ui-radio-fancy/index.d.ts +181 -0
  229. package/components/ui-radio-fancy/index.js +7 -0
  230. package/components/ui-radio-fancy/index.js.map +1 -0
  231. package/components/ui-radio-fancy/ui-radio-fancy.vue.d.ts +56 -0
  232. package/components/ui-radio-fancy/ui-radio-fancy.vue.js +86 -0
  233. package/components/ui-radio-fancy/ui-radio-fancy.vue.js.map +1 -0
  234. package/components/ui-radio-fancy/ui-radio-fancy.vue2.js +5 -0
  235. package/components/ui-radio-fancy/ui-radio-fancy.vue2.js.map +1 -0
  236. package/components/ui-result-card-range/_types.d.ts +7 -0
  237. package/components/ui-result-card-range/index.d.ts +112 -0
  238. package/components/ui-result-card-range/index.js +7 -0
  239. package/components/ui-result-card-range/index.js.map +1 -0
  240. package/components/ui-result-card-range/ui-result-card-range.vue.d.ts +30 -0
  241. package/components/ui-result-card-range/ui-result-card-range.vue.js +41 -0
  242. package/components/ui-result-card-range/ui-result-card-range.vue.js.map +1 -0
  243. package/components/ui-result-card-range/ui-result-card-range.vue2.js +5 -0
  244. package/components/ui-result-card-range/ui-result-card-range.vue2.js.map +1 -0
  245. package/components/ui-ripple/index.d.ts +54 -0
  246. package/components/ui-ripple/index.js +9 -0
  247. package/components/ui-ripple/index.js.map +1 -0
  248. package/components/ui-ripple/ui-ripple.vue.d.ts +10 -0
  249. package/components/ui-ripple/ui-ripple.vue.js +52 -0
  250. package/components/ui-ripple/ui-ripple.vue.js.map +1 -0
  251. package/components/ui-ripple/ui-ripple.vue3.js +7 -0
  252. package/components/ui-ripple/ui-ripple.vue3.js.map +1 -0
  253. package/components/ui-select/index.d.ts +131 -0
  254. package/components/ui-select/index.js +7 -0
  255. package/components/ui-select/index.js.map +1 -0
  256. package/components/ui-select/ui-select.vue.d.ts +36 -0
  257. package/components/ui-select/ui-select.vue.js +83 -0
  258. package/components/ui-select/ui-select.vue.js.map +1 -0
  259. package/components/ui-select/ui-select.vue2.js +5 -0
  260. package/components/ui-select/ui-select.vue2.js.map +1 -0
  261. package/components/ui-skeleton/_typings.d.ts +4 -0
  262. package/components/ui-skeleton/_typings.js +5 -0
  263. package/components/ui-skeleton/_typings.js.map +1 -0
  264. package/components/ui-skeleton/index.d.ts +21 -0
  265. package/components/ui-skeleton/index.js +7 -0
  266. package/components/ui-skeleton/index.js.map +1 -0
  267. package/components/ui-skeleton/ui-skeleton.vue.d.ts +31 -0
  268. package/components/ui-skeleton/ui-skeleton.vue.js +43 -0
  269. package/components/ui-skeleton/ui-skeleton.vue.js.map +1 -0
  270. package/components/ui-skeleton/ui-skeleton.vue2.js +5 -0
  271. package/components/ui-skeleton/ui-skeleton.vue2.js.map +1 -0
  272. package/components/ui-snackbar/_types.d.ts +7 -0
  273. package/components/ui-snackbar/_types.js +5 -0
  274. package/components/ui-snackbar/_types.js.map +1 -0
  275. package/components/ui-snackbar/index.d.ts +103 -0
  276. package/components/ui-snackbar/index.js +9 -0
  277. package/components/ui-snackbar/index.js.map +1 -0
  278. package/components/ui-snackbar/ui-snackbar.vue.d.ts +42 -0
  279. package/components/ui-snackbar/ui-snackbar.vue.js +49 -0
  280. package/components/ui-snackbar/ui-snackbar.vue.js.map +1 -0
  281. package/components/ui-snackbar/ui-snackbar.vue2.js +5 -0
  282. package/components/ui-snackbar/ui-snackbar.vue2.js.map +1 -0
  283. package/components/ui-table/_types.d.ts +5 -0
  284. package/components/ui-table/_types.js +5 -0
  285. package/components/ui-table/_types.js.map +1 -0
  286. package/components/ui-table/index.d.ts +87 -0
  287. package/components/ui-table/index.js +19 -0
  288. package/components/ui-table/index.js.map +1 -0
  289. package/components/ui-table/ui-table-cell/index.d.ts +87 -0
  290. package/components/ui-table/ui-table-cell/index.js +7 -0
  291. package/components/ui-table/ui-table-cell/index.js.map +1 -0
  292. package/components/ui-table/ui-table-cell/ui-table-cell.vue.d.ts +27 -0
  293. package/components/ui-table/ui-table-cell/ui-table-cell.vue.js +41 -0
  294. package/components/ui-table/ui-table-cell/ui-table-cell.vue.js.map +1 -0
  295. package/components/ui-table/ui-table-cell/ui-table-cell.vue2.js +5 -0
  296. package/components/ui-table/ui-table-cell/ui-table-cell.vue2.js.map +1 -0
  297. package/components/ui-table/ui-table-row/_typings.d.ts +3 -0
  298. package/components/ui-table/ui-table-row/_typings.js +5 -0
  299. package/components/ui-table/ui-table-row/_typings.js.map +1 -0
  300. package/components/ui-table/ui-table-row/index.d.ts +74 -0
  301. package/components/ui-table/ui-table-row/index.js +9 -0
  302. package/components/ui-table/ui-table-row/index.js.map +1 -0
  303. package/components/ui-table/ui-table-row/ui-table-row.vue.d.ts +24 -0
  304. package/components/ui-table/ui-table-row/ui-table-row.vue.js +9 -0
  305. package/components/ui-table/ui-table-row/ui-table-row.vue.js.map +1 -0
  306. package/components/ui-table/ui-table-row/ui-table-row.vue3.js +19 -0
  307. package/components/ui-table/ui-table-row/ui-table-row.vue3.js.map +1 -0
  308. package/components/ui-table/ui-table.vue.d.ts +38 -0
  309. package/components/ui-table/ui-table.vue.js +9 -0
  310. package/components/ui-table/ui-table.vue.js.map +1 -0
  311. package/components/ui-table/ui-table.vue2.js +23 -0
  312. package/components/ui-table/ui-table.vue2.js.map +1 -0
  313. package/components/ui-tabs/index.d.ts +40 -0
  314. package/components/ui-tabs/index.js +7 -0
  315. package/components/ui-tabs/index.js.map +1 -0
  316. package/components/ui-tabs/ui-tabs.vue.d.ts +38 -0
  317. package/components/ui-tabs/ui-tabs.vue.js +9 -0
  318. package/components/ui-tabs/ui-tabs.vue.js.map +1 -0
  319. package/components/ui-tabs/ui-tabs.vue2.js +56 -0
  320. package/components/ui-tabs/ui-tabs.vue2.js.map +1 -0
  321. package/components/ui-toggle/index.d.ts +168 -0
  322. package/components/ui-toggle/index.js +7 -0
  323. package/components/ui-toggle/index.js.map +1 -0
  324. package/components/ui-toggle/ui-toggle.vue.d.ts +40 -0
  325. package/components/ui-toggle/ui-toggle.vue.js +9 -0
  326. package/components/ui-toggle/ui-toggle.vue.js.map +1 -0
  327. package/components/ui-toggle/ui-toggle.vue2.js +94 -0
  328. package/components/ui-toggle/ui-toggle.vue2.js.map +1 -0
  329. package/components/ui-typography/_typings.d.ts +69 -0
  330. package/components/ui-typography/_typings.js +8 -0
  331. package/components/ui-typography/_typings.js.map +1 -0
  332. package/components/ui-typography/index.d.ts +167 -0
  333. package/components/ui-typography/index.js +14 -0
  334. package/components/ui-typography/index.js.map +1 -0
  335. package/components/ui-typography/ui-typography.vue.d.ts +39 -0
  336. package/components/ui-typography/ui-typography.vue.js +101 -0
  337. package/components/ui-typography/ui-typography.vue.js.map +1 -0
  338. package/components/ui-typography/ui-typography.vue2.js +5 -0
  339. package/components/ui-typography/ui-typography.vue2.js.map +1 -0
  340. package/components/ui-verification-input/index.d.ts +102 -0
  341. package/components/ui-verification-input/index.js +7 -0
  342. package/components/ui-verification-input/index.js.map +1 -0
  343. package/components/ui-verification-input/ui-verification-input.vue.d.ts +27 -0
  344. package/components/ui-verification-input/ui-verification-input.vue.js +9 -0
  345. package/components/ui-verification-input/ui-verification-input.vue.js.map +1 -0
  346. package/components/ui-verification-input/ui-verification-input.vue2.js +53 -0
  347. package/components/ui-verification-input/ui-verification-input.vue2.js.map +1 -0
  348. package/index.d.ts +40 -0
  349. package/index.js +203 -0
  350. package/index.js.map +1 -0
  351. package/package.json +71 -42
  352. package/plugin.ts +129 -0
  353. package/postcss.config.js +3 -0
  354. package/tailwind.config.ts +13 -0
  355. package/tsconfig.json +32 -19
  356. package/tsconfig.node.json +4 -2
  357. package/types.d.ts +20 -0
  358. package/types.js +77 -0
  359. package/types.js.map +1 -0
  360. package/.editorconfig +0 -14
  361. package/.github/workflows/deploy-beta.yaml +0 -31
  362. package/.github/workflows/deploy.yaml +0 -28
  363. package/.github/workflows/linting.yaml +0 -28
  364. package/.storybook/BonkersTheme.js +0 -32
  365. package/.storybook/main.js +0 -29
  366. package/.storybook/manager.js +0 -7
  367. package/.storybook/preview-head.html +0 -3
  368. package/.storybook/preview.js +0 -56
  369. package/LICENCE +0 -21
  370. package/publish.js +0 -45
  371. package/src/CONSTANTS.ts +0 -1
  372. package/src/_samples/check-icon.vue +0 -22
  373. package/src/_samples/icon.vue +0 -19
  374. package/src/_styles/variables/colors.css +0 -75
  375. package/src/_styles/variables/font-sizes.css +0 -15
  376. package/src/_styles/variables/shadow.css +0 -11
  377. package/src/_styles/variables/spacing.css +0 -15
  378. package/src/_types/align.ts +0 -8
  379. package/src/_types/colors.ts +0 -58
  380. package/src/_types/sizing.ts +0 -9
  381. package/src/components/ui-alert/_types.ts +0 -6
  382. package/src/components/ui-alert/index.ts +0 -2
  383. package/src/components/ui-alert/ui-alert.stories.ts +0 -31
  384. package/src/components/ui-alert/ui-alert.vue +0 -40
  385. package/src/components/ui-badge/_typings.ts +0 -11
  386. package/src/components/ui-badge/index.ts +0 -2
  387. package/src/components/ui-badge/ui-badge.stories.ts +0 -49
  388. package/src/components/ui-badge/ui-badge.vue +0 -65
  389. package/src/components/ui-ber-rank/_types.ts +0 -82
  390. package/src/components/ui-ber-rank/index.ts +0 -2
  391. package/src/components/ui-ber-rank/ui-ber-rank.stories.ts +0 -29
  392. package/src/components/ui-ber-rank/ui-ber-rank.vue +0 -96
  393. package/src/components/ui-button/_typings.ts +0 -17
  394. package/src/components/ui-button/index.ts +0 -2
  395. package/src/components/ui-button/ui-button.stories.ts +0 -143
  396. package/src/components/ui-button/ui-button.test.ts +0 -9
  397. package/src/components/ui-button/ui-button.vue +0 -79
  398. package/src/components/ui-card-cta/index.ts +0 -1
  399. package/src/components/ui-card-cta/ui-card-cta.stories.ts +0 -20
  400. package/src/components/ui-card-cta/ui-card-cta.vue +0 -83
  401. package/src/components/ui-card-result/index.ts +0 -1
  402. package/src/components/ui-card-result/ui-card-result.stories.ts +0 -167
  403. package/src/components/ui-card-result/ui-card-result.vue +0 -97
  404. package/src/components/ui-card-simple/index.ts +0 -1
  405. package/src/components/ui-card-simple/ui-card-simple.stories.ts +0 -40
  406. package/src/components/ui-card-simple/ui-card-simple.vue +0 -30
  407. package/src/components/ui-checkbox/index.ts +0 -1
  408. package/src/components/ui-checkbox/ui-checkbox.stories.ts +0 -71
  409. package/src/components/ui-checkbox/ui-checkbox.vue +0 -173
  410. package/src/components/ui-icon/_typings.ts +0 -11
  411. package/src/components/ui-icon/index.ts +0 -3
  412. package/src/components/ui-icon/ui-icon.stories.ts +0 -43
  413. package/src/components/ui-icon/ui-icon.vue +0 -27
  414. package/src/components/ui-icon-wrapper/_typings.ts +0 -11
  415. package/src/components/ui-icon-wrapper/index.ts +0 -2
  416. package/src/components/ui-icon-wrapper/ui-icon-wrapper.stories.ts +0 -69
  417. package/src/components/ui-icon-wrapper/ui-icon-wrapper.vue +0 -44
  418. package/src/components/ui-input/_typings.ts +0 -74
  419. package/src/components/ui-input/index.ts +0 -2
  420. package/src/components/ui-input/ui-input.stories.ts +0 -111
  421. package/src/components/ui-input/ui-input.vue +0 -100
  422. package/src/components/ui-input-range/index.ts +0 -1
  423. package/src/components/ui-input-range/ui-input-range.stories.ts +0 -57
  424. package/src/components/ui-input-range/ui-input-range.vue +0 -138
  425. package/src/components/ui-list-item/_types.ts +0 -13
  426. package/src/components/ui-list-item/index.ts +0 -2
  427. package/src/components/ui-list-item/ui-list-item.stories.ts +0 -77
  428. package/src/components/ui-list-item/ui-list-item.vue +0 -79
  429. package/src/components/ui-modal/_typings.ts +0 -6
  430. package/src/components/ui-modal/index.ts +0 -2
  431. package/src/components/ui-modal/ui-backdrop/index.ts +0 -1
  432. package/src/components/ui-modal/ui-backdrop/ui-backdrop.vue +0 -22
  433. package/src/components/ui-modal/ui-modal.stories.ts +0 -85
  434. package/src/components/ui-modal/ui-modal.vue +0 -90
  435. package/src/components/ui-notification-badge/_types.ts +0 -11
  436. package/src/components/ui-notification-badge/index.ts +0 -2
  437. package/src/components/ui-notification-badge/ui-notification-badge.stories.ts +0 -44
  438. package/src/components/ui-notification-badge/ui-notification-badge.vue +0 -42
  439. package/src/components/ui-order-card/_types.ts +0 -4
  440. package/src/components/ui-order-card/index.ts +0 -1
  441. package/src/components/ui-order-card/ui-order-card.stories.ts +0 -57
  442. package/src/components/ui-order-card/ui-order-card.vue +0 -83
  443. package/src/components/ui-plain-radio/index.ts +0 -1
  444. package/src/components/ui-plain-radio/ui-plain-radio.stories.ts +0 -74
  445. package/src/components/ui-plain-radio/ui-plain-radio.vue +0 -119
  446. package/src/components/ui-progress/_types.ts +0 -0
  447. package/src/components/ui-progress/index.ts +0 -1
  448. package/src/components/ui-progress/ui-progress.stories.ts +0 -40
  449. package/src/components/ui-progress/ui-progress.vue +0 -43
  450. package/src/components/ui-radio/index.ts +0 -1
  451. package/src/components/ui-radio/ui-radio.stories.ts +0 -74
  452. package/src/components/ui-radio/ui-radio.vue +0 -108
  453. package/src/components/ui-radio-compact/index.ts +0 -1
  454. package/src/components/ui-radio-compact/ui-radio-compact.stories.ts +0 -51
  455. package/src/components/ui-radio-compact/ui-radio-compact.vue +0 -92
  456. package/src/components/ui-radio-fancy/_typings.ts +0 -5
  457. package/src/components/ui-radio-fancy/index.ts +0 -1
  458. package/src/components/ui-radio-fancy/ui-radio-fancy.stories.ts +0 -81
  459. package/src/components/ui-radio-fancy/ui-radio-fancy.vue +0 -132
  460. package/src/components/ui-result-card-range/_types.ts +0 -8
  461. package/src/components/ui-result-card-range/index.ts +0 -1
  462. package/src/components/ui-result-card-range/ui-result-card-range.stories.ts +0 -78
  463. package/src/components/ui-result-card-range/ui-result-card-range.vue +0 -46
  464. package/src/components/ui-ripple/index.ts +0 -1
  465. package/src/components/ui-ripple/ui-ripple.stories.ts +0 -61
  466. package/src/components/ui-ripple/ui-ripple.vue +0 -83
  467. package/src/components/ui-select/index.ts +0 -1
  468. package/src/components/ui-select/ui-select.stories.ts +0 -49
  469. package/src/components/ui-select/ui-select.vue +0 -85
  470. package/src/components/ui-skeleton/_typings.ts +0 -4
  471. package/src/components/ui-skeleton/index.ts +0 -1
  472. package/src/components/ui-skeleton/ui-skeleton.stories.ts +0 -42
  473. package/src/components/ui-skeleton/ui-skeleton.vue +0 -61
  474. package/src/components/ui-snackbar/_types.ts +0 -7
  475. package/src/components/ui-snackbar/index.ts +0 -2
  476. package/src/components/ui-snackbar/ui-snackbar.stories.ts +0 -30
  477. package/src/components/ui-snackbar/ui-snackbar.vue +0 -42
  478. package/src/components/ui-table/_types.ts +0 -5
  479. package/src/components/ui-table/index.ts +0 -5
  480. package/src/components/ui-table/ui-table-cell/index.ts +0 -1
  481. package/src/components/ui-table/ui-table-cell/ui-table-cell.vue +0 -33
  482. package/src/components/ui-table/ui-table-row/_typings.ts +0 -3
  483. package/src/components/ui-table/ui-table-row/index.ts +0 -2
  484. package/src/components/ui-table/ui-table-row/ui-table-row.vue +0 -31
  485. package/src/components/ui-table/ui-table.stories.ts +0 -86
  486. package/src/components/ui-table/ui-table.vue +0 -31
  487. package/src/components/ui-tabs/index.ts +0 -1
  488. package/src/components/ui-tabs/ui-tabs.stories.ts +0 -33
  489. package/src/components/ui-tabs/ui-tabs.vue +0 -60
  490. package/src/components/ui-toggle/index.ts +0 -1
  491. package/src/components/ui-toggle/ui-toggle.stories.ts +0 -55
  492. package/src/components/ui-toggle/ui-toggle.vue +0 -149
  493. package/src/components/ui-typography/_typings.ts +0 -30
  494. package/src/components/ui-typography/index.ts +0 -3
  495. package/src/components/ui-typography/ui-typography.stories.ts +0 -101
  496. package/src/components/ui-typography/ui-typography.vue +0 -110
  497. package/src/components/ui-verification-input/index.ts +0 -1
  498. package/src/components/ui-verification-input/ui-verification-input.stories.ts +0 -48
  499. package/src/components/ui-verification-input/ui-verification-input.vue +0 -126
  500. package/src/main.css +0 -34
  501. package/src/shims-vue.d.ts +0 -5
  502. package/src/stories/Introduction.stories.mdx +0 -131
  503. package/src/stories/assets/code-brackets.svg +0 -1
  504. package/src/stories/colors/colors.stories.ts +0 -15
  505. package/src/stories/colors/ui-colors.vue +0 -96
  506. package/src/stories/font-sizes/font-sizes.stories.ts +0 -15
  507. package/src/stories/font-sizes/ui-font-sizes.vue +0 -28
  508. package/src/stories/helper.ts +0 -5
  509. package/src/stories/spacings/spacings.stories.ts +0 -15
  510. package/src/stories/spacings/ui-spacings.vue +0 -50
  511. package/tailwind.config.js +0 -30
  512. package/vite.config.ts +0 -14
  513. package/vitest.config.ts +0 -17
  514. /package/src/_styles/{classTypes/_colors.json → _colors.json} +0 -0
  515. /package/src/_styles/{classTypes/_font-sizes.json → _font-sizes.json} +0 -0
  516. /package/src/_styles/{classTypes/_shadow.json → _shadow.json} +0 -0
  517. /package/src/_styles/{classTypes/_spacing.json → _spacing.json} +0 -0
@@ -0,0 +1,65 @@
1
+ import { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType } from 'vue';
2
+ import { type TIconName } from "../ui-icon";
3
+ import { EListItemTypes, EListItemSpacing, EListItemSize } from "./_types";
4
+ declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
5
+ icon?: TIconName | undefined;
6
+ title?: string | undefined;
7
+ kind?: EListItemTypes | undefined;
8
+ size?: EListItemSize | undefined;
9
+ spacing?: EListItemSpacing | undefined;
10
+ iconClass?: any;
11
+ }>, {
12
+ kind: EListItemTypes;
13
+ size: EListItemSize;
14
+ spacing: EListItemSpacing;
15
+ title: string;
16
+ icon: undefined;
17
+ iconClass: string;
18
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
19
+ icon?: TIconName | undefined;
20
+ title?: string | undefined;
21
+ kind?: EListItemTypes | undefined;
22
+ size?: EListItemSize | undefined;
23
+ spacing?: EListItemSpacing | undefined;
24
+ iconClass?: any;
25
+ }>, {
26
+ kind: EListItemTypes;
27
+ size: EListItemSize;
28
+ spacing: EListItemSpacing;
29
+ title: string;
30
+ icon: undefined;
31
+ iconClass: string;
32
+ }>>>, {
33
+ size: EListItemSize;
34
+ title: string;
35
+ icon: TIconName;
36
+ kind: EListItemTypes;
37
+ spacing: EListItemSpacing;
38
+ iconClass: any;
39
+ }, {}>, {
40
+ icon?(_: {}): any;
41
+ default?(_: {}): any;
42
+ }>;
43
+ export default _default;
44
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
45
+ type __VLS_TypePropsToRuntimeProps<T> = {
46
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
47
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
48
+ } : {
49
+ type: PropType<T[K]>;
50
+ required: true;
51
+ };
52
+ };
53
+ type __VLS_WithDefaults<P, D> = {
54
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
55
+ default: D[K];
56
+ }> : P[K];
57
+ };
58
+ type __VLS_Prettify<T> = {
59
+ [K in keyof T]: T[K];
60
+ } & {};
61
+ type __VLS_WithTemplateSlots<T, S> = T & {
62
+ new (): {
63
+ $slots: S;
64
+ };
65
+ };
@@ -0,0 +1,65 @@
1
+ import { defineComponent as c, openBlock as i, createElementBlock as n, normalizeClass as l, unref as t, createCommentVNode as s, renderSlot as m, createBlock as a, createElementVNode as g, withCtx as d, createTextVNode as h, toDisplayString as E } from "vue";
2
+ import S from "../ui-icon/index.js";
3
+ import u from "../ui-typography/index.js";
4
+ import { ESize as C } from "../../_types/sizing.js";
5
+ import { EListItemTypes as p, EListItemSize as o, EListItemSpacing as r } from "./_types.js";
6
+ import { ETextWeight as f } from "../ui-typography/_typings.js";
7
+ const k = {
8
+ key: 0,
9
+ class: "ui-list-item__line absolute left-xs top-sm h-full w-xxs -translate-x-2/4 bg-primary-300 group-last:hidden"
10
+ }, I = /* @__PURE__ */ c({
11
+ __name: "ui-list-item",
12
+ props: {
13
+ icon: { default: void 0 },
14
+ title: { default: "" },
15
+ kind: { default: p.DEFAULT },
16
+ size: { default: o.SM },
17
+ spacing: { default: r.COMPACT },
18
+ iconClass: { default: "" }
19
+ },
20
+ setup(y) {
21
+ return (e, w) => (i(), n("li", {
22
+ class: l(["ui-list-item group relative grid grid-flow-col justify-start gap-xs text-secondary", [
23
+ e.size === t(o).SM && "text-sm",
24
+ e.size === t(o).MD && "text-md",
25
+ e.spacing === t(r).DEFAULT && "pb-sm",
26
+ e.spacing === t(r).COMPACT && "pb-xs"
27
+ ]])
28
+ }, [
29
+ e.kind === t(p).PROGRESS ? (i(), n("div", k)) : s("", !0),
30
+ m(e.$slots, "icon", {}, () => [
31
+ e.icon ? (i(), a(t(S), {
32
+ key: 0,
33
+ class: l(["bg-white", e.iconClass]),
34
+ "icon-name": e.icon,
35
+ size: t(C).SM
36
+ }, null, 8, ["class", "icon-name", "size"])) : s("", !0)
37
+ ]),
38
+ g("div", null, [
39
+ e.title ? (i(), a(t(u), {
40
+ key: 0,
41
+ weight: t(f).SEMI_BOLD
42
+ }, {
43
+ default: d(() => [
44
+ h(E(e.title), 1)
45
+ ]),
46
+ _: 1
47
+ }, 8, ["weight"])) : s("", !0),
48
+ e.$slots.default ? (i(), a(t(u), {
49
+ key: 1,
50
+ class: l([e.title && "mt-xxs"]),
51
+ weight: t(f).LIGHT
52
+ }, {
53
+ default: d(() => [
54
+ m(e.$slots, "default")
55
+ ]),
56
+ _: 3
57
+ }, 8, ["class", "weight"])) : s("", !0)
58
+ ])
59
+ ], 2));
60
+ }
61
+ });
62
+ export {
63
+ I as default
64
+ };
65
+ //# sourceMappingURL=ui-list-item.vue.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-list-item.vue.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,5 @@
1
+ import f from "./ui-list-item.vue.js";
2
+ export {
3
+ f as default
4
+ };
5
+ //# sourceMappingURL=ui-list-item.vue2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-list-item.vue2.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -0,0 +1,6 @@
1
+ export declare enum EModalSizes {
2
+ SM = "sm",
3
+ MD = "md",
4
+ LG = "lg",
5
+ RESPONSIVE = "responsive"
6
+ }
@@ -0,0 +1,5 @@
1
+ var m = /* @__PURE__ */ ((r) => (r.SM = "sm", r.MD = "md", r.LG = "lg", r.RESPONSIVE = "responsive", r))(m || {});
2
+ export {
3
+ m as EModalSizes
4
+ };
5
+ //# sourceMappingURL=_typings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_typings.js","sources":["../../../src/components/ui-modal/_typings.ts"],"sourcesContent":["export enum EModalSizes {\n\tSM = \"sm\",\n\tMD = \"md\",\n\tLG = \"lg\",\n\tRESPONSIVE = \"responsive\",\n}\n"],"names":["EModalSizes"],"mappings":"AAAY,IAAAA,sBAAAA,OACXA,EAAA,KAAK,MACLA,EAAA,KAAK,MACLA,EAAA,KAAK,MACLA,EAAA,aAAa,cAJFA,IAAAA,KAAA,CAAA,CAAA;"}
@@ -0,0 +1,107 @@
1
+ import { EModalSizes } from './_typings';
2
+ import { ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType, Slot, ComponentPublicInstance, ComponentOptionsBase, ComponentOptionsMixin, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
3
+ import UiModal from "./ui-modal.vue";
4
+ export { UiModal };
5
+ export { EModalSizes } from "./_typings";
6
+ /**
7
+ * @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
8
+ */
9
+ declare const deprecatedDefault: {
10
+ new (...args: any[]): {
11
+ $: ComponentInternalInstance;
12
+ $data: {};
13
+ $props: Partial<{
14
+ title: string;
15
+ modalSize: EModalSizes;
16
+ }> & Omit<{
17
+ readonly modalSize: EModalSizes;
18
+ readonly title?: string | undefined;
19
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
20
+ title: {
21
+ type: PropType<string>;
22
+ default: undefined;
23
+ };
24
+ modalSize: {
25
+ type: PropType<EModalSizes>;
26
+ default: EModalSizes;
27
+ };
28
+ }>>, "title" | "modalSize">;
29
+ $attrs: {
30
+ [x: string]: unknown;
31
+ };
32
+ $refs: {
33
+ [x: string]: unknown;
34
+ };
35
+ $slots: Readonly<{
36
+ [name: string]: Slot<any> | undefined;
37
+ }>;
38
+ $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
39
+ $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
40
+ $emit: (event: string, ...args: any[]) => void;
41
+ $el: any;
42
+ $options: ComponentOptionsBase<Readonly<ExtractPropTypes<{
43
+ title: {
44
+ type: PropType<string>;
45
+ default: undefined;
46
+ };
47
+ modalSize: {
48
+ type: PropType<EModalSizes>;
49
+ default: EModalSizes;
50
+ };
51
+ }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
52
+ title: string;
53
+ modalSize: EModalSizes;
54
+ }, {}, string, {}> & {
55
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
56
+ created?: ((() => void) | (() => void)[]) | undefined;
57
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
58
+ mounted?: ((() => void) | (() => void)[]) | undefined;
59
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
60
+ updated?: ((() => void) | (() => void)[]) | undefined;
61
+ activated?: ((() => void) | (() => void)[]) | undefined;
62
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
63
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
64
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
65
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
66
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
67
+ renderTracked?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
68
+ renderTriggered?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
69
+ errorCaptured?: (((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
70
+ };
71
+ $forceUpdate: () => void;
72
+ $nextTick: typeof nextTick;
73
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
74
+ } & Readonly<ExtractPropTypes<{
75
+ title: {
76
+ type: PropType<string>;
77
+ default: undefined;
78
+ };
79
+ modalSize: {
80
+ type: PropType<EModalSizes>;
81
+ default: EModalSizes;
82
+ };
83
+ }>> & ShallowUnwrapRef<{}> & {} & ComponentCustomProperties & {};
84
+ __isFragment?: undefined;
85
+ __isTeleport?: undefined;
86
+ __isSuspense?: undefined;
87
+ } & ComponentOptionsBase<Readonly<ExtractPropTypes<{
88
+ title: {
89
+ type: PropType<string>;
90
+ default: undefined;
91
+ };
92
+ modalSize: {
93
+ type: PropType<EModalSizes>;
94
+ default: EModalSizes;
95
+ };
96
+ }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
97
+ title: string;
98
+ modalSize: EModalSizes;
99
+ }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
100
+ $slots: {
101
+ icon?(_: {}): any;
102
+ title?(_: {}): any;
103
+ default?(_: {}): any;
104
+ footer?(_: {}): any;
105
+ };
106
+ });
107
+ export default deprecatedDefault;
@@ -0,0 +1,9 @@
1
+ import e from "./ui-modal.vue.js";
2
+ import { EModalSizes as d } from "./_typings.js";
3
+ const t = e;
4
+ export {
5
+ d as EModalSizes,
6
+ e as UiModal,
7
+ t as default
8
+ };
9
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../src/components/ui-modal/index.ts"],"sourcesContent":["import UiModal from \"./ui-modal.vue\";\n\nexport { UiModal };\nexport { EModalSizes } from \"./_typings\";\n/**\n * @deprecated The default should not be used - use named import as - import {[name]} from \"ui/[name]\"\n */\nconst deprecatedDefault = UiModal;\nexport default deprecatedDefault;\n"],"names":["deprecatedDefault","UiModal"],"mappings":";;AAOA,MAAMA,IAAoBC;"}
@@ -0,0 +1,54 @@
1
+ import { ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, Slot, ComponentPublicInstance, ComponentOptionsBase, ComponentOptionsMixin, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
2
+ import UiBackdrop from "./ui-backdrop.vue";
3
+ export { UiBackdrop };
4
+ /**
5
+ * @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
6
+ */
7
+ declare const deprecatedDefault: {
8
+ new (...args: any[]): {
9
+ $: ComponentInternalInstance;
10
+ $data: {};
11
+ $props: Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{}>>, never>;
12
+ $attrs: {
13
+ [x: string]: unknown;
14
+ };
15
+ $refs: {
16
+ [x: string]: unknown;
17
+ };
18
+ $slots: Readonly<{
19
+ [name: string]: Slot<any> | undefined;
20
+ }>;
21
+ $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
22
+ $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
23
+ $emit: (event: string, ...args: any[]) => void;
24
+ $el: any;
25
+ $options: ComponentOptionsBase<Readonly<ExtractPropTypes<{}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
26
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
27
+ created?: ((() => void) | (() => void)[]) | undefined;
28
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
29
+ mounted?: ((() => void) | (() => void)[]) | undefined;
30
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
31
+ updated?: ((() => void) | (() => void)[]) | undefined;
32
+ activated?: ((() => void) | (() => void)[]) | undefined;
33
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
34
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
35
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
36
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
37
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
38
+ renderTracked?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
39
+ renderTriggered?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
40
+ errorCaptured?: (((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
41
+ };
42
+ $forceUpdate: () => void;
43
+ $nextTick: typeof nextTick;
44
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
45
+ } & Readonly<ExtractPropTypes<{}>> & ShallowUnwrapRef<{}> & {} & ComponentCustomProperties & {};
46
+ __isFragment?: undefined;
47
+ __isTeleport?: undefined;
48
+ __isSuspense?: undefined;
49
+ } & ComponentOptionsBase<Readonly<ExtractPropTypes<{}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
50
+ $slots: {
51
+ default?(_: {}): any;
52
+ };
53
+ });
54
+ export default deprecatedDefault;
@@ -0,0 +1,7 @@
1
+ import e from "./ui-backdrop.vue.js";
2
+ const a = e;
3
+ export {
4
+ e as UiBackdrop,
5
+ a as default
6
+ };
7
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../src/components/ui-modal/ui-backdrop/index.ts"],"sourcesContent":["import UiBackdrop from \"./ui-backdrop.vue\";\n\nexport { UiBackdrop };\n\n/**\n * @deprecated The default should not be used - use named import as - import {[name]} from \"ui/[name]\"\n */\nconst deprecatedDefault = UiBackdrop;\nexport default deprecatedDefault;\n"],"names":["deprecatedDefault","UiBackdrop"],"mappings":";AAOA,MAAMA,IAAoBC;"}
@@ -0,0 +1,10 @@
1
+ import { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
2
+ declare const _default: __VLS_WithTemplateSlots<DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>, {
3
+ default?(_: {}): any;
4
+ }>;
5
+ export default _default;
6
+ type __VLS_WithTemplateSlots<T, S> = T & {
7
+ new (): {
8
+ $slots: S;
9
+ };
10
+ };
@@ -0,0 +1,16 @@
1
+ (function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(".backdrop-color[data-v-e497a16b]{background-color:#0000007f}")),document.head.appendChild(e)}}catch(c){console.error("vite-plugin-css-injected-by-js",c)}})();
2
+ import { openBlock as o, createElementBlock as t, renderSlot as r, pushScopeId as c, popScopeId as d, createElementVNode as a } from "vue";
3
+
4
+ import n from "../../../_virtual/_plugin-vue_export-helper.js";
5
+ const s = {}, l = (e) => (c("data-v-e497a16b"), e = e(), d(), e), p = /* @__PURE__ */ l(() => /* @__PURE__ */ a("div", { class: "backdrop-color fixed inset-0 z-0 backdrop-blur-sm transition-all" }, null, -1));
6
+ function i(e, _) {
7
+ return o(), t("div", null, [
8
+ p,
9
+ r(e.$slots, "default", {}, void 0, !0)
10
+ ]);
11
+ }
12
+ const b = /* @__PURE__ */ n(s, [["render", i], ["__scopeId", "data-v-e497a16b"]]);
13
+ export {
14
+ b as default
15
+ };
16
+ //# sourceMappingURL=ui-backdrop.vue.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-backdrop.vue.js","sources":["../../../../src/components/ui-modal/ui-backdrop/ui-backdrop.vue"],"sourcesContent":["<template>\n\t<div>\n\t\t<div\n\t\t\tclass=\"\n\t\t\t\tbackdrop-color\n\t\t\t\tfixed\n\t\t\t\tinset-0\n\t\t\t\tz-0\n\t\t\t\tbackdrop-blur-sm\n\t\t\t\ttransition-all\n\t\t\t\t\"\n\t\t/>\n\n\t\t<slot />\n\t</div>\n</template>\n\n<style lang=\"css\" scoped>\n\t.backdrop-color {\n\t\tbackground-color: rgb(0 0 0 / 50%);\n\t}\n</style>\n"],"names":["_popScopeId","n","_cache","_openBlock","_createElementBlock","_hoisted_1"],"mappings":";;;yDAEEA,EASE,GAAAC;cAGGC,GAAA;SAHHC,EAAA,GAAAC,EAAA,OAAA,MAAA;AAAA,IAEFC;AAAA;;;;"}
@@ -0,0 +1,46 @@
1
+ import { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType } from 'vue';
2
+ import { EModalSizes } from "./_typings";
3
+ declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
4
+ title?: string | undefined;
5
+ modalSize?: EModalSizes | undefined;
6
+ }>, {
7
+ title: undefined;
8
+ modalSize: EModalSizes;
9
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
10
+ title?: string | undefined;
11
+ modalSize?: EModalSizes | undefined;
12
+ }>, {
13
+ title: undefined;
14
+ modalSize: EModalSizes;
15
+ }>>>, {
16
+ title: string;
17
+ modalSize: EModalSizes;
18
+ }, {}>, {
19
+ icon?(_: {}): any;
20
+ title?(_: {}): any;
21
+ default?(_: {}): any;
22
+ footer?(_: {}): any;
23
+ }>;
24
+ export default _default;
25
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
26
+ type __VLS_TypePropsToRuntimeProps<T> = {
27
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
28
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
29
+ } : {
30
+ type: PropType<T[K]>;
31
+ required: true;
32
+ };
33
+ };
34
+ type __VLS_WithDefaults<P, D> = {
35
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
36
+ default: D[K];
37
+ }> : P[K];
38
+ };
39
+ type __VLS_Prettify<T> = {
40
+ [K in keyof T]: T[K];
41
+ } & {};
42
+ type __VLS_WithTemplateSlots<T, S> = T & {
43
+ new (): {
44
+ $slots: S;
45
+ };
46
+ };
@@ -0,0 +1,9 @@
1
+ (function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(".max-height[data-v-f3e5c3af]{max-height:calc(100vh - var(--md))}.max-width[data-v-f3e5c3af]{max-width:calc(100vw - var(--md))}")),document.head.appendChild(e)}}catch(a){console.error("vite-plugin-css-injected-by-js",a)}})();
2
+ import o from "./ui-modal.vue2.js";
3
+
4
+ import t from "../../_virtual/_plugin-vue_export-helper.js";
5
+ const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-f3e5c3af"]]);
6
+ export {
7
+ m as default
8
+ };
9
+ //# sourceMappingURL=ui-modal.vue.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-modal.vue.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,65 @@
1
+ import { defineComponent as f, openBlock as o, createElementBlock as a, normalizeClass as h, unref as t, renderSlot as i, createCommentVNode as s, createBlock as r, withCtx as m, createTextVNode as p, toDisplayString as w } from "vue";
2
+ import d from "../ui-typography/index.js";
3
+ import { EModalSizes as l } from "./_typings.js";
4
+ import { ETextWeight as n, ETextAlign as u, ETypographySizes as g } from "../ui-typography/_typings.js";
5
+ const c = {
6
+ key: 0,
7
+ class: "mb-sm mt-md"
8
+ }, S = {
9
+ key: 2,
10
+ class: "mt-auto w-full"
11
+ }, C = /* @__PURE__ */ f({
12
+ __name: "ui-modal",
13
+ props: {
14
+ title: { default: void 0 },
15
+ modalSize: { default: l.SM }
16
+ },
17
+ setup(E) {
18
+ return (e, y) => (o(), a("div", {
19
+ class: h(["ui-modal max-height max-width inset-0 z-10 flex w-full flex-col items-center overflow-y-scroll rounded-2xl bg-white p-md shadow-md", [
20
+ e.modalSize === t(l).SM && "h-fit max-w-[24rem]",
21
+ e.modalSize === t(l).MD && "h-fit max-w-[32rem]",
22
+ e.modalSize === t(l).LG && "h-fit max-w-[40rem]",
23
+ e.modalSize === t(l).RESPONSIVE && "h-full"
24
+ ]])
25
+ }, [
26
+ e.$slots.icon ? (o(), a("div", c, [
27
+ i(e.$slots, "icon", {}, void 0, !0)
28
+ ])) : s("", !0),
29
+ i(e.$slots, "title", {}, () => [
30
+ e.title ? (o(), r(t(d), {
31
+ key: 0,
32
+ class: "my-md",
33
+ weight: t(n).BOLD,
34
+ align: t(u).CENTER,
35
+ size: t(g).LG
36
+ }, {
37
+ default: m(() => [
38
+ p(w(e.title), 1)
39
+ ]),
40
+ _: 1
41
+ }, 8, ["weight", "align", "size"])) : s("", !0)
42
+ ], !0),
43
+ e.$slots.default ? (o(), r(t(d), {
44
+ key: 1,
45
+ is: "div",
46
+ weight: t(n).REGULAR,
47
+ align: t(u).CENTER,
48
+ "line-height": "",
49
+ class: "mb-md w-full overflow-y-auto text-secondary"
50
+ }, {
51
+ default: m(() => [
52
+ i(e.$slots, "default", {}, void 0, !0)
53
+ ]),
54
+ _: 3
55
+ }, 8, ["weight", "align"])) : s("", !0),
56
+ e.$slots.footer ? (o(), a("div", S, [
57
+ i(e.$slots, "footer", {}, void 0, !0)
58
+ ])) : s("", !0)
59
+ ], 2));
60
+ }
61
+ });
62
+ export {
63
+ C as default
64
+ };
65
+ //# sourceMappingURL=ui-modal.vue2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-modal.vue2.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,10 @@
1
+ export declare enum EBadgeOrigin {
2
+ DEFAULT = "default",
3
+ OFFSET_TOP_RIGHT = "offset-top-right"
4
+ }
5
+ export declare enum ENotificationBadgeSizes {
6
+ DEFAULT = "default",
7
+ SMALL = "sm",
8
+ MEDIUM = "md",
9
+ LARGE = "lg"
10
+ }
@@ -0,0 +1,5 @@
1
+ var r = /* @__PURE__ */ ((t) => (t.DEFAULT = "default", t.OFFSET_TOP_RIGHT = "offset-top-right", t))(r || {});
2
+ export {
3
+ r as EBadgeOrigin
4
+ };
5
+ //# sourceMappingURL=_types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_types.js","sources":["../../../src/components/ui-notification-badge/_types.ts"],"sourcesContent":["export enum EBadgeOrigin {\n\tDEFAULT = \"default\",\n\tOFFSET_TOP_RIGHT = \"offset-top-right\"\n}\n\nexport enum ENotificationBadgeSizes {\n\tDEFAULT = \"default\",\n\tSMALL = \"sm\",\n\tMEDIUM = \"md\",\n\tLARGE = \"lg\"\n}\n"],"names":["EBadgeOrigin"],"mappings":"AAAY,IAAAA,sBAAAA,OACXA,EAAA,UAAU,WACVA,EAAA,mBAAmB,oBAFRA,IAAAA,KAAA,CAAA,CAAA;"}
@@ -0,0 +1,84 @@
1
+ import { EBadgeOrigin } from './_types';
2
+ import { ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType, Slot, ComponentPublicInstance, ComponentOptionsBase, ComponentOptionsMixin, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
3
+ import UiNotificationBadge from "./ui-notification-badge.vue";
4
+ export { UiNotificationBadge };
5
+ export { EBadgeOrigin } from "./_types";
6
+ /**
7
+ * @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
8
+ */
9
+ declare const deprecatedDefault: {
10
+ new (...args: any[]): {
11
+ $: ComponentInternalInstance;
12
+ $data: {};
13
+ $props: Partial<{
14
+ origin: EBadgeOrigin;
15
+ }> & Omit<{
16
+ readonly origin: EBadgeOrigin;
17
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
18
+ origin: {
19
+ type: PropType<EBadgeOrigin>;
20
+ default: EBadgeOrigin;
21
+ };
22
+ }>>, "origin">;
23
+ $attrs: {
24
+ [x: string]: unknown;
25
+ };
26
+ $refs: {
27
+ [x: string]: unknown;
28
+ };
29
+ $slots: Readonly<{
30
+ [name: string]: Slot<any> | undefined;
31
+ }>;
32
+ $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
33
+ $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
34
+ $emit: (event: string, ...args: any[]) => void;
35
+ $el: any;
36
+ $options: ComponentOptionsBase<Readonly<ExtractPropTypes<{
37
+ origin: {
38
+ type: PropType<EBadgeOrigin>;
39
+ default: EBadgeOrigin;
40
+ };
41
+ }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
42
+ origin: EBadgeOrigin;
43
+ }, {}, string, {}> & {
44
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
45
+ created?: ((() => void) | (() => void)[]) | undefined;
46
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
47
+ mounted?: ((() => void) | (() => void)[]) | undefined;
48
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
49
+ updated?: ((() => void) | (() => void)[]) | undefined;
50
+ activated?: ((() => void) | (() => void)[]) | undefined;
51
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
52
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
53
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
54
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
55
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
56
+ renderTracked?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
57
+ renderTriggered?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
58
+ errorCaptured?: (((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
59
+ };
60
+ $forceUpdate: () => void;
61
+ $nextTick: typeof nextTick;
62
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
63
+ } & Readonly<ExtractPropTypes<{
64
+ origin: {
65
+ type: PropType<EBadgeOrigin>;
66
+ default: EBadgeOrigin;
67
+ };
68
+ }>> & ShallowUnwrapRef<{}> & {} & ComponentCustomProperties & {};
69
+ __isFragment?: undefined;
70
+ __isTeleport?: undefined;
71
+ __isSuspense?: undefined;
72
+ } & ComponentOptionsBase<Readonly<ExtractPropTypes<{
73
+ origin: {
74
+ type: PropType<EBadgeOrigin>;
75
+ default: EBadgeOrigin;
76
+ };
77
+ }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
78
+ origin: EBadgeOrigin;
79
+ }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
80
+ $slots: {
81
+ default?(_: {}): any;
82
+ };
83
+ });
84
+ export default deprecatedDefault;
@@ -0,0 +1,11 @@
1
+ (function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(".notification-badge{padding:2px}")),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
2
+ import t from "./ui-notification-badge.vue.js";
3
+
4
+ import { EBadgeOrigin as f } from "./_types.js";
5
+ const i = t;
6
+ export {
7
+ f as EBadgeOrigin,
8
+ t as UiNotificationBadge,
9
+ i as default
10
+ };
11
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../src/components/ui-notification-badge/index.ts"],"sourcesContent":["import UiNotificationBadge from \"./ui-notification-badge.vue\";\n\nexport { UiNotificationBadge };\nexport { EBadgeOrigin } from \"./_types\";\n/**\n * @deprecated The default should not be used - use named import as - import {[name]} from \"ui/[name]\"\n */\nconst deprecatedDefault = UiNotificationBadge;\nexport default deprecatedDefault;\n"],"names":["deprecatedDefault","UiNotificationBadge"],"mappings":";;;AAOA,MAAMA,IAAoBC;"}