bonkers-ui 1.0.73 → 1.0.74

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 (637) hide show
  1. package/LICENCE +1 -1
  2. package/README.md +106 -82
  3. package/_types/align.d.ts +0 -1
  4. package/_types/align.js.map +1 -1
  5. package/_types/colors.d.ts +5 -1
  6. package/_types/colors.js +1 -1
  7. package/_types/colors.js.map +1 -1
  8. package/_types/sizing.d.ts +0 -1
  9. package/_types/sizing.js.map +1 -1
  10. package/bonkers-ui.css +1 -0
  11. package/bonkers-ui.umd.js +102 -11
  12. package/bonkers-ui.umd.js.map +1 -1
  13. package/components/UiAlert/UiAlert.d.ts +10 -0
  14. package/components/UiAlert/UiAlert.js +35 -0
  15. package/components/UiAlert/UiAlert.js.map +1 -0
  16. package/components/{ui-alert → UiAlert}/_types.d.ts +0 -1
  17. package/components/UiAlert/_types.js.map +1 -0
  18. package/components/UiAlert/index.d.ts +2 -0
  19. package/components/UiAlert/index.js +7 -0
  20. package/components/UiAlert/index.js.map +1 -0
  21. package/components/UiBerRank/UiBerRank.d.ts +8 -0
  22. package/components/UiBerRank/UiBerRank.js +95 -0
  23. package/components/UiBerRank/UiBerRank.js.map +1 -0
  24. package/components/UiBerRank/UiBerRank.module.css.js +10 -0
  25. package/components/UiBerRank/UiBerRank.module.css.js.map +1 -0
  26. package/components/{ui-ber-rank → UiBerRank}/_types.d.ts +2 -3
  27. package/components/{ui-ber-rank → UiBerRank}/_types.js +5 -6
  28. package/components/UiBerRank/_types.js.map +1 -0
  29. package/components/UiBerRank/index.d.ts +2 -0
  30. package/components/UiBerRank/index.js +7 -0
  31. package/components/UiBerRank/index.js.map +1 -0
  32. package/components/UiButton/UiButton.d.ts +10 -0
  33. package/components/UiButton/UiButton.js +152 -0
  34. package/components/UiButton/UiButton.js.map +1 -0
  35. package/components/UiButton/UiButton.module.css.js +8 -0
  36. package/components/UiButton/UiButton.module.css.js.map +1 -0
  37. package/components/{ui-button/_typings.d.ts → UiButton/_types.d.ts} +4 -1
  38. package/components/{ui-button/_typings.js → UiButton/_types.js} +4 -3
  39. package/components/UiButton/_types.js.map +1 -0
  40. package/components/UiButton/index.d.ts +2 -0
  41. package/components/UiButton/index.js +9 -0
  42. package/components/UiButton/index.js.map +1 -0
  43. package/components/UiCheckbox/UiCheckbox.d.ts +13 -0
  44. package/components/UiCheckbox/UiCheckbox.js +93 -0
  45. package/components/UiCheckbox/UiCheckbox.js.map +1 -0
  46. package/components/UiCheckbox/UiCheckbox.module.css.js +15 -0
  47. package/components/UiCheckbox/UiCheckbox.module.css.js.map +1 -0
  48. package/components/UiCheckbox/_types.d.ts +4 -0
  49. package/components/{ui-checkbox → UiCheckbox}/_types.js +1 -1
  50. package/components/UiCheckbox/_types.js.map +1 -0
  51. package/components/UiCheckbox/index.d.ts +2 -0
  52. package/components/UiCheckbox/index.js +7 -0
  53. package/components/UiCheckbox/index.js.map +1 -0
  54. package/components/UiIcon/UiIcon.d.ts +9 -0
  55. package/components/UiIcon/UiIcon.js +37 -0
  56. package/components/UiIcon/UiIcon.js.map +1 -0
  57. package/components/UiIcon/index.d.ts +1 -0
  58. package/components/UiIcon/index.js +5 -0
  59. package/components/UiInputRange/UiInputRange.d.ts +9 -0
  60. package/components/UiInputRange/UiInputRange.js +89 -0
  61. package/components/UiInputRange/UiInputRange.js.map +1 -0
  62. package/components/UiInputRange/UiInputRange.module.css.js +8 -0
  63. package/components/UiInputRange/UiInputRange.module.css.js.map +1 -0
  64. package/components/UiInputRange/index.d.ts +1 -0
  65. package/components/UiInputRange/index.js +5 -0
  66. package/components/UiList/UiList.d.ts +9 -0
  67. package/components/UiList/UiList.js +24 -0
  68. package/components/UiList/UiList.js.map +1 -0
  69. package/components/UiList/UiListItem.d.ts +7 -0
  70. package/components/UiList/UiListItem.js +10 -0
  71. package/components/UiList/UiListItem.js.map +1 -0
  72. package/components/{ui-list-item → UiList}/_types.d.ts +0 -5
  73. package/components/UiList/_types.js +6 -0
  74. package/components/UiList/_types.js.map +1 -0
  75. package/components/UiList/index.d.ts +3 -0
  76. package/components/UiList/index.js +10 -0
  77. package/components/UiList/index.js.map +1 -0
  78. package/components/UiPills/UiPills.d.ts +11 -0
  79. package/components/UiPills/UiPills.js +41 -0
  80. package/components/UiPills/UiPills.js.map +1 -0
  81. package/components/{ui-badge/_typings.d.ts → UiPills/_types.d.ts} +0 -1
  82. package/components/{ui-badge/_typings.js → UiPills/_types.js} +1 -1
  83. package/components/UiPills/_types.js.map +1 -0
  84. package/components/UiPills/index.d.ts +2 -0
  85. package/components/UiPills/index.js +8 -0
  86. package/components/UiPills/index.js.map +1 -0
  87. package/components/UiPlainRadio/UiPlainRadio.d.ts +11 -0
  88. package/components/UiPlainRadio/UiPlainRadio.js +83 -0
  89. package/components/UiPlainRadio/UiPlainRadio.js.map +1 -0
  90. package/components/UiPlainRadio/index.d.ts +1 -0
  91. package/components/UiPlainRadio/index.js +5 -0
  92. package/components/UiPlainRadio/index.js.map +1 -0
  93. package/components/UiProductCard/UiProductCard.d.ts +9 -0
  94. package/components/UiProductCard/UiProductCard.js +52 -0
  95. package/components/UiProductCard/UiProductCard.js.map +1 -0
  96. package/components/UiProductCard/index.d.ts +1 -0
  97. package/components/{ui-product-card → UiProductCard}/index.js +1 -1
  98. package/components/UiProductCard/index.js.map +1 -0
  99. package/components/UiProgress/UiProgress.d.ts +9 -0
  100. package/components/UiProgress/UiProgress.js +59 -0
  101. package/components/UiProgress/UiProgress.js.map +1 -0
  102. package/components/UiProgress/index.d.ts +1 -0
  103. package/components/UiProgress/index.js +5 -0
  104. package/components/UiProgress/index.js.map +1 -0
  105. package/components/UiRadio/UiRadio.d.ts +13 -0
  106. package/components/UiRadio/UiRadio.js +84 -0
  107. package/components/UiRadio/UiRadio.js.map +1 -0
  108. package/components/UiRadio/UiRadio.module.css.js +10 -0
  109. package/components/UiRadio/UiRadio.module.css.js.map +1 -0
  110. package/components/UiRadio/index.d.ts +1 -0
  111. package/components/UiRadio/index.js +5 -0
  112. package/components/UiRadio/index.js.map +1 -0
  113. package/components/UiRadioFancy/UiRadioFancy.d.ts +10 -0
  114. package/components/UiRadioFancy/UiRadioFancy.js +74 -0
  115. package/components/UiRadioFancy/UiRadioFancy.js.map +1 -0
  116. package/components/UiRadioFancy/_types.d.ts +4 -0
  117. package/components/UiRadioFancy/_types.js +5 -0
  118. package/components/UiRadioFancy/_types.js.map +1 -0
  119. package/components/UiRadioFancy/index.d.ts +2 -0
  120. package/components/UiRadioFancy/index.js +7 -0
  121. package/components/UiRadioFancy/index.js.map +1 -0
  122. package/components/UiSelect/UiSelect.d.ts +12 -0
  123. package/components/UiSelect/index.d.ts +1 -0
  124. package/components/UiSkeleton/UiSkeleton.d.ts +7 -0
  125. package/components/UiSkeleton/UiSkeleton.js +214 -0
  126. package/components/UiSkeleton/UiSkeleton.js.map +1 -0
  127. package/components/{ui-skeleton/_typings.d.ts → UiSkeleton/_types.d.ts} +0 -1
  128. package/components/{ui-skeleton/_typings.js → UiSkeleton/_types.js} +1 -1
  129. package/components/UiSkeleton/_types.js.map +1 -0
  130. package/components/UiSkeleton/index.d.ts +1 -0
  131. package/components/UiSkeleton/index.js +5 -0
  132. package/components/UiSkeleton/index.js.map +1 -0
  133. package/components/UiTable/UiTable.d.ts +8 -0
  134. package/components/UiTable/UiTable.js +21 -0
  135. package/components/UiTable/UiTable.js.map +1 -0
  136. package/components/UiTable/UiTableCell.d.ts +9 -0
  137. package/components/UiTable/UiTableCell.js +33 -0
  138. package/components/UiTable/UiTableCell.js.map +1 -0
  139. package/components/UiTable/UiTableRow.d.ts +7 -0
  140. package/components/UiTable/UiTableRow.js +25 -0
  141. package/components/UiTable/UiTableRow.js.map +1 -0
  142. package/components/{ui-table → UiTable}/_types.d.ts +3 -1
  143. package/components/UiTable/_types.js +6 -0
  144. package/components/UiTable/_types.js.map +1 -0
  145. package/components/UiTable/index.d.ts +4 -0
  146. package/components/UiTable/index.js +12 -0
  147. package/components/UiTable/index.js.map +1 -0
  148. package/components/UiTabs/UiTabs.d.ts +8 -0
  149. package/components/UiTabs/UiTabs.js +53 -0
  150. package/components/UiTabs/UiTabs.js.map +1 -0
  151. package/components/UiTabs/index.d.ts +1 -0
  152. package/components/UiTabs/index.js +5 -0
  153. package/components/UiTabs/index.js.map +1 -0
  154. package/components/UiToggle/UiToggle.d.ts +9 -0
  155. package/components/UiToggle/UiToggle.js +103 -0
  156. package/components/UiToggle/UiToggle.js.map +1 -0
  157. package/components/UiToggle/index.d.ts +1 -0
  158. package/components/UiToggle/index.js +5 -0
  159. package/components/UiToggle/index.js.map +1 -0
  160. package/components/UiTypography/UiTypography.d.ts +17 -0
  161. package/components/UiTypography/UiTypography.js +119 -0
  162. package/components/UiTypography/UiTypography.js.map +1 -0
  163. package/components/{ui-typography/_typings.d.ts → UiTypography/_types.d.ts} +4 -3
  164. package/components/UiTypography/_types.js +8 -0
  165. package/components/UiTypography/_types.js.map +1 -0
  166. package/components/UiTypography/index.d.ts +3 -0
  167. package/components/UiTypography/index.js +12 -0
  168. package/components/UiTypography/index.js.map +1 -0
  169. package/eslint.config.mjs +91 -0
  170. package/helper.d.ts +1 -0
  171. package/index.d.ts +18 -42
  172. package/index.js +36 -207
  173. package/index.js.map +1 -1
  174. package/package.json +68 -72
  175. package/plugin.ts +5 -2
  176. package/src/_styles/_shadow.json +2 -1
  177. package/tailwind.config.ts +6 -4
  178. package/.eslintrc.js +0 -127
  179. package/.stylelintrc +0 -24
  180. package/CONSTANTS.d.ts +0 -3
  181. package/CONSTANTS.d.ts.map +0 -1
  182. package/_types/align.d.ts.map +0 -1
  183. package/_types/colors.d.ts.map +0 -1
  184. package/_types/sizing.d.ts.map +0 -1
  185. package/_utils/debounce.d.ts +0 -2
  186. package/_utils/debounce.d.ts.map +0 -1
  187. package/_utils/debounce.js +0 -12
  188. package/_utils/debounce.js.map +0 -1
  189. package/_virtual/_plugin-vue_export-helper.js +0 -10
  190. package/_virtual/_plugin-vue_export-helper.js.map +0 -1
  191. package/components/ui-alert/_types.d.ts.map +0 -1
  192. package/components/ui-alert/_types.js.map +0 -1
  193. package/components/ui-alert/index.d.ts +0 -60
  194. package/components/ui-alert/index.d.ts.map +0 -1
  195. package/components/ui-alert/index.js +0 -9
  196. package/components/ui-alert/index.js.map +0 -1
  197. package/components/ui-alert/ui-alert.vue.d.ts +0 -35
  198. package/components/ui-alert/ui-alert.vue.d.ts.map +0 -1
  199. package/components/ui-alert/ui-alert.vue.js +0 -47
  200. package/components/ui-alert/ui-alert.vue.js.map +0 -1
  201. package/components/ui-alert/ui-alert.vue2.js +0 -5
  202. package/components/ui-alert/ui-alert.vue2.js.map +0 -1
  203. package/components/ui-badge/_typings.d.ts.map +0 -1
  204. package/components/ui-badge/_typings.js.map +0 -1
  205. package/components/ui-badge/index.d.ts +0 -104
  206. package/components/ui-badge/index.d.ts.map +0 -1
  207. package/components/ui-badge/index.js +0 -10
  208. package/components/ui-badge/index.js.map +0 -1
  209. package/components/ui-badge/ui-badge.vue.d.ts +0 -59
  210. package/components/ui-badge/ui-badge.vue.d.ts.map +0 -1
  211. package/components/ui-badge/ui-badge.vue.js +0 -64
  212. package/components/ui-badge/ui-badge.vue.js.map +0 -1
  213. package/components/ui-badge/ui-badge.vue2.js +0 -5
  214. package/components/ui-badge/ui-badge.vue2.js.map +0 -1
  215. package/components/ui-ber-rank/_types.d.ts.map +0 -1
  216. package/components/ui-ber-rank/_types.js.map +0 -1
  217. package/components/ui-ber-rank/index.d.ts +0 -31
  218. package/components/ui-ber-rank/index.d.ts.map +0 -1
  219. package/components/ui-ber-rank/index.js +0 -11
  220. package/components/ui-ber-rank/index.js.map +0 -1
  221. package/components/ui-ber-rank/ui-ber-rank.vue.d.ts +0 -34
  222. package/components/ui-ber-rank/ui-ber-rank.vue.d.ts.map +0 -1
  223. package/components/ui-ber-rank/ui-ber-rank.vue.js +0 -101
  224. package/components/ui-ber-rank/ui-ber-rank.vue.js.map +0 -1
  225. package/components/ui-ber-rank/ui-ber-rank.vue3.js +0 -7
  226. package/components/ui-ber-rank/ui-ber-rank.vue3.js.map +0 -1
  227. package/components/ui-button/_typings.d.ts.map +0 -1
  228. package/components/ui-button/_typings.js.map +0 -1
  229. package/components/ui-button/index.d.ts +0 -112
  230. package/components/ui-button/index.d.ts.map +0 -1
  231. package/components/ui-button/index.js +0 -10
  232. package/components/ui-button/index.js.map +0 -1
  233. package/components/ui-button/ui-button.vue.d.ts +0 -59
  234. package/components/ui-button/ui-button.vue.d.ts.map +0 -1
  235. package/components/ui-button/ui-button.vue.js +0 -51
  236. package/components/ui-button/ui-button.vue.js.map +0 -1
  237. package/components/ui-button/ui-button.vue2.js +0 -5
  238. package/components/ui-button/ui-button.vue2.js.map +0 -1
  239. package/components/ui-card-cta/index.d.ts +0 -92
  240. package/components/ui-card-cta/index.d.ts.map +0 -1
  241. package/components/ui-card-cta/index.js +0 -7
  242. package/components/ui-card-cta/index.js.map +0 -1
  243. package/components/ui-card-cta/ui-card-cta.vue.d.ts +0 -42
  244. package/components/ui-card-cta/ui-card-cta.vue.d.ts.map +0 -1
  245. package/components/ui-card-cta/ui-card-cta.vue.js +0 -76
  246. package/components/ui-card-cta/ui-card-cta.vue.js.map +0 -1
  247. package/components/ui-card-cta/ui-card-cta.vue2.js +0 -5
  248. package/components/ui-card-cta/ui-card-cta.vue2.js.map +0 -1
  249. package/components/ui-card-order/index.d.ts +0 -3
  250. package/components/ui-card-order/index.d.ts.map +0 -1
  251. package/components/ui-card-order/ui-card-order.vue.d.ts +0 -43
  252. package/components/ui-card-order/ui-card-order.vue.d.ts.map +0 -1
  253. package/components/ui-card-result/index.d.ts +0 -90
  254. package/components/ui-card-result/index.d.ts.map +0 -1
  255. package/components/ui-card-result/index.js +0 -7
  256. package/components/ui-card-result/index.js.map +0 -1
  257. package/components/ui-card-result/ui-card-result.vue.d.ts +0 -40
  258. package/components/ui-card-result/ui-card-result.vue.d.ts.map +0 -1
  259. package/components/ui-card-result/ui-card-result.vue.js +0 -9
  260. package/components/ui-card-result/ui-card-result.vue.js.map +0 -1
  261. package/components/ui-card-result/ui-card-result.vue2.js +0 -82
  262. package/components/ui-card-result/ui-card-result.vue2.js.map +0 -1
  263. package/components/ui-card-simple/_typings.d.ts +0 -5
  264. package/components/ui-card-simple/_typings.d.ts.map +0 -1
  265. package/components/ui-card-simple/index.d.ts +0 -27
  266. package/components/ui-card-simple/index.d.ts.map +0 -1
  267. package/components/ui-card-simple/index.js +0 -7
  268. package/components/ui-card-simple/index.js.map +0 -1
  269. package/components/ui-card-simple/ui-card-simple.vue.d.ts +0 -20
  270. package/components/ui-card-simple/ui-card-simple.vue.d.ts.map +0 -1
  271. package/components/ui-card-simple/ui-card-simple.vue.js +0 -35
  272. package/components/ui-card-simple/ui-card-simple.vue.js.map +0 -1
  273. package/components/ui-card-simple/ui-card-simple.vue2.js +0 -5
  274. package/components/ui-card-simple/ui-card-simple.vue2.js.map +0 -1
  275. package/components/ui-checkbox/_types.d.ts +0 -5
  276. package/components/ui-checkbox/_types.d.ts.map +0 -1
  277. package/components/ui-checkbox/_types.js.map +0 -1
  278. package/components/ui-checkbox/index.d.ts +0 -150
  279. package/components/ui-checkbox/index.d.ts.map +0 -1
  280. package/components/ui-checkbox/index.js +0 -7
  281. package/components/ui-checkbox/index.js.map +0 -1
  282. package/components/ui-checkbox/ui-checkbox.vue.d.ts +0 -70
  283. package/components/ui-checkbox/ui-checkbox.vue.d.ts.map +0 -1
  284. package/components/ui-checkbox/ui-checkbox.vue.js +0 -9
  285. package/components/ui-checkbox/ui-checkbox.vue.js.map +0 -1
  286. package/components/ui-checkbox/ui-checkbox.vue2.js +0 -81
  287. package/components/ui-checkbox/ui-checkbox.vue2.js.map +0 -1
  288. package/components/ui-dropdown/_typings.d.ts +0 -5
  289. package/components/ui-dropdown/_typings.d.ts.map +0 -1
  290. package/components/ui-dropdown/_typings.js +0 -5
  291. package/components/ui-dropdown/_typings.js.map +0 -1
  292. package/components/ui-dropdown/index.d.ts +0 -106
  293. package/components/ui-dropdown/index.d.ts.map +0 -1
  294. package/components/ui-dropdown/index.js +0 -9
  295. package/components/ui-dropdown/index.js.map +0 -1
  296. package/components/ui-dropdown/ui-dropdown.vue.d.ts +0 -57
  297. package/components/ui-dropdown/ui-dropdown.vue.d.ts.map +0 -1
  298. package/components/ui-dropdown/ui-dropdown.vue.js +0 -83
  299. package/components/ui-dropdown/ui-dropdown.vue.js.map +0 -1
  300. package/components/ui-dropdown/ui-dropdown.vue2.js +0 -5
  301. package/components/ui-dropdown/ui-dropdown.vue2.js.map +0 -1
  302. package/components/ui-icon/_typings.d.ts +0 -11
  303. package/components/ui-icon/_typings.d.ts.map +0 -1
  304. package/components/ui-icon/_typings.js +0 -5
  305. package/components/ui-icon/_typings.js.map +0 -1
  306. package/components/ui-icon/index.d.ts +0 -34
  307. package/components/ui-icon/index.d.ts.map +0 -1
  308. package/components/ui-icon/index.js +0 -11
  309. package/components/ui-icon/index.js.map +0 -1
  310. package/components/ui-icon/ui-icon.vue.d.ts +0 -35
  311. package/components/ui-icon/ui-icon.vue.d.ts.map +0 -1
  312. package/components/ui-icon/ui-icon.vue.js +0 -34
  313. package/components/ui-icon/ui-icon.vue.js.map +0 -1
  314. package/components/ui-icon/ui-icon.vue2.js +0 -5
  315. package/components/ui-icon/ui-icon.vue2.js.map +0 -1
  316. package/components/ui-icon-wrapper/_typings.d.ts +0 -12
  317. package/components/ui-icon-wrapper/_typings.d.ts.map +0 -1
  318. package/components/ui-icon-wrapper/_typings.js +0 -6
  319. package/components/ui-icon-wrapper/_typings.js.map +0 -1
  320. package/components/ui-icon-wrapper/index.d.ts +0 -72
  321. package/components/ui-icon-wrapper/index.d.ts.map +0 -1
  322. package/components/ui-icon-wrapper/index.js +0 -10
  323. package/components/ui-icon-wrapper/index.js.map +0 -1
  324. package/components/ui-icon-wrapper/ui-icon-wrapper.vue.d.ts +0 -49
  325. package/components/ui-icon-wrapper/ui-icon-wrapper.vue.d.ts.map +0 -1
  326. package/components/ui-icon-wrapper/ui-icon-wrapper.vue.js +0 -9
  327. package/components/ui-icon-wrapper/ui-icon-wrapper.vue.js.map +0 -1
  328. package/components/ui-icon-wrapper/ui-icon-wrapper.vue2.js +0 -28
  329. package/components/ui-icon-wrapper/ui-icon-wrapper.vue2.js.map +0 -1
  330. package/components/ui-input/_typings.d.ts +0 -71
  331. package/components/ui-input/_typings.d.ts.map +0 -1
  332. package/components/ui-input/_typings.js +0 -7
  333. package/components/ui-input/_typings.js.map +0 -1
  334. package/components/ui-input/index.d.ts +0 -300
  335. package/components/ui-input/index.d.ts.map +0 -1
  336. package/components/ui-input/index.js +0 -11
  337. package/components/ui-input/index.js.map +0 -1
  338. package/components/ui-input/ui-input.vue.d.ts +0 -113
  339. package/components/ui-input/ui-input.vue.d.ts.map +0 -1
  340. package/components/ui-input/ui-input.vue.js +0 -101
  341. package/components/ui-input/ui-input.vue.js.map +0 -1
  342. package/components/ui-input/ui-input.vue2.js +0 -5
  343. package/components/ui-input/ui-input.vue2.js.map +0 -1
  344. package/components/ui-input-range/index.d.ts +0 -47
  345. package/components/ui-input-range/index.d.ts.map +0 -1
  346. package/components/ui-input-range/index.js +0 -7
  347. package/components/ui-input-range/index.js.map +0 -1
  348. package/components/ui-input-range/ui-input-range.vue.d.ts +0 -27
  349. package/components/ui-input-range/ui-input-range.vue.d.ts.map +0 -1
  350. package/components/ui-input-range/ui-input-range.vue.js +0 -9
  351. package/components/ui-input-range/ui-input-range.vue.js.map +0 -1
  352. package/components/ui-input-range/ui-input-range.vue2.js +0 -71
  353. package/components/ui-input-range/ui-input-range.vue2.js.map +0 -1
  354. package/components/ui-list-item/_types.d.ts.map +0 -1
  355. package/components/ui-list-item/_types.js +0 -7
  356. package/components/ui-list-item/_types.js.map +0 -1
  357. package/components/ui-list-item/index.d.ts +0 -150
  358. package/components/ui-list-item/index.d.ts.map +0 -1
  359. package/components/ui-list-item/index.js +0 -11
  360. package/components/ui-list-item/index.js.map +0 -1
  361. package/components/ui-list-item/ui-list-item.vue.d.ts +0 -73
  362. package/components/ui-list-item/ui-list-item.vue.d.ts.map +0 -1
  363. package/components/ui-list-item/ui-list-item.vue.js +0 -68
  364. package/components/ui-list-item/ui-list-item.vue.js.map +0 -1
  365. package/components/ui-list-item/ui-list-item.vue2.js +0 -5
  366. package/components/ui-list-item/ui-list-item.vue2.js.map +0 -1
  367. package/components/ui-media-card/index.d.ts +0 -3
  368. package/components/ui-media-card/index.d.ts.map +0 -1
  369. package/components/ui-media-card/index.js +0 -5
  370. package/components/ui-media-card/ui-media-card.vue.d.ts +0 -24
  371. package/components/ui-media-card/ui-media-card.vue.d.ts.map +0 -1
  372. package/components/ui-media-card/ui-media-card.vue.js +0 -59
  373. package/components/ui-media-card/ui-media-card.vue.js.map +0 -1
  374. package/components/ui-media-card/ui-media-card.vue2.js +0 -5
  375. package/components/ui-media-card/ui-media-card.vue2.js.map +0 -1
  376. package/components/ui-modal/_typings.d.ts +0 -7
  377. package/components/ui-modal/_typings.d.ts.map +0 -1
  378. package/components/ui-modal/_typings.js +0 -5
  379. package/components/ui-modal/_typings.js.map +0 -1
  380. package/components/ui-modal/index.d.ts +0 -75
  381. package/components/ui-modal/index.d.ts.map +0 -1
  382. package/components/ui-modal/index.js +0 -9
  383. package/components/ui-modal/index.js.map +0 -1
  384. package/components/ui-modal/ui-backdrop/index.d.ts +0 -25
  385. package/components/ui-modal/ui-backdrop/index.d.ts.map +0 -1
  386. package/components/ui-modal/ui-backdrop/index.js +0 -7
  387. package/components/ui-modal/ui-backdrop/index.js.map +0 -1
  388. package/components/ui-modal/ui-backdrop/ui-backdrop.vue.d.ts +0 -18
  389. package/components/ui-modal/ui-backdrop/ui-backdrop.vue.d.ts.map +0 -1
  390. package/components/ui-modal/ui-backdrop/ui-backdrop.vue.js +0 -16
  391. package/components/ui-modal/ui-backdrop/ui-backdrop.vue.js.map +0 -1
  392. package/components/ui-modal/ui-modal.vue.d.ts +0 -54
  393. package/components/ui-modal/ui-modal.vue.d.ts.map +0 -1
  394. package/components/ui-modal/ui-modal.vue.js +0 -9
  395. package/components/ui-modal/ui-modal.vue.js.map +0 -1
  396. package/components/ui-modal/ui-modal.vue2.js +0 -61
  397. package/components/ui-modal/ui-modal.vue2.js.map +0 -1
  398. package/components/ui-notification-badge/_types.d.ts +0 -11
  399. package/components/ui-notification-badge/_types.d.ts.map +0 -1
  400. package/components/ui-notification-badge/_types.js +0 -5
  401. package/components/ui-notification-badge/_types.js.map +0 -1
  402. package/components/ui-notification-badge/index.d.ts +0 -53
  403. package/components/ui-notification-badge/index.d.ts.map +0 -1
  404. package/components/ui-notification-badge/index.js +0 -11
  405. package/components/ui-notification-badge/index.js.map +0 -1
  406. package/components/ui-notification-badge/ui-notification-badge.vue.d.ts +0 -46
  407. package/components/ui-notification-badge/ui-notification-badge.vue.d.ts.map +0 -1
  408. package/components/ui-notification-badge/ui-notification-badge.vue.js +0 -22
  409. package/components/ui-notification-badge/ui-notification-badge.vue.js.map +0 -1
  410. package/components/ui-notification-badge/ui-notification-badge.vue3.js +0 -7
  411. package/components/ui-notification-badge/ui-notification-badge.vue3.js.map +0 -1
  412. package/components/ui-order-card/_types.d.ts +0 -5
  413. package/components/ui-order-card/_types.d.ts.map +0 -1
  414. package/components/ui-order-card/_types.js +0 -5
  415. package/components/ui-order-card/_types.js.map +0 -1
  416. package/components/ui-order-card/index.d.ts +0 -71
  417. package/components/ui-order-card/index.d.ts.map +0 -1
  418. package/components/ui-order-card/index.js +0 -7
  419. package/components/ui-order-card/index.js.map +0 -1
  420. package/components/ui-order-card/ui-order-card.vue.d.ts +0 -51
  421. package/components/ui-order-card/ui-order-card.vue.d.ts.map +0 -1
  422. package/components/ui-order-card/ui-order-card.vue.js +0 -86
  423. package/components/ui-order-card/ui-order-card.vue.js.map +0 -1
  424. package/components/ui-order-card/ui-order-card.vue2.js +0 -5
  425. package/components/ui-order-card/ui-order-card.vue2.js.map +0 -1
  426. package/components/ui-plain-radio/index.d.ts +0 -126
  427. package/components/ui-plain-radio/index.d.ts.map +0 -1
  428. package/components/ui-plain-radio/index.js +0 -7
  429. package/components/ui-plain-radio/index.js.map +0 -1
  430. package/components/ui-plain-radio/ui-plain-radio.vue.d.ts +0 -46
  431. package/components/ui-plain-radio/ui-plain-radio.vue.d.ts.map +0 -1
  432. package/components/ui-plain-radio/ui-plain-radio.vue.js +0 -85
  433. package/components/ui-plain-radio/ui-plain-radio.vue.js.map +0 -1
  434. package/components/ui-plain-radio/ui-plain-radio.vue2.js +0 -5
  435. package/components/ui-plain-radio/ui-plain-radio.vue2.js.map +0 -1
  436. package/components/ui-product-card/index.d.ts +0 -2
  437. package/components/ui-product-card/index.d.ts.map +0 -1
  438. package/components/ui-product-card/ui-product-card.vue.d.ts +0 -37
  439. package/components/ui-product-card/ui-product-card.vue.d.ts.map +0 -1
  440. package/components/ui-product-card/ui-product-card.vue.js +0 -64
  441. package/components/ui-product-card/ui-product-card.vue.js.map +0 -1
  442. package/components/ui-product-card/ui-product-card.vue2.js +0 -5
  443. package/components/ui-product-card/ui-product-card.vue2.js.map +0 -1
  444. package/components/ui-progress/_types.d.ts +0 -2
  445. package/components/ui-progress/_types.d.ts.map +0 -1
  446. package/components/ui-progress/index.d.ts +0 -54
  447. package/components/ui-progress/index.d.ts.map +0 -1
  448. package/components/ui-progress/index.js +0 -7
  449. package/components/ui-progress/index.js.map +0 -1
  450. package/components/ui-progress/ui-progress.vue.d.ts +0 -46
  451. package/components/ui-progress/ui-progress.vue.d.ts.map +0 -1
  452. package/components/ui-progress/ui-progress.vue.js +0 -42
  453. package/components/ui-progress/ui-progress.vue.js.map +0 -1
  454. package/components/ui-progress/ui-progress.vue2.js +0 -5
  455. package/components/ui-progress/ui-progress.vue2.js.map +0 -1
  456. package/components/ui-radio/index.d.ts +0 -126
  457. package/components/ui-radio/index.d.ts.map +0 -1
  458. package/components/ui-radio/index.js +0 -7
  459. package/components/ui-radio/index.js.map +0 -1
  460. package/components/ui-radio/ui-radio.vue.d.ts +0 -46
  461. package/components/ui-radio/ui-radio.vue.d.ts.map +0 -1
  462. package/components/ui-radio/ui-radio.vue.js +0 -9
  463. package/components/ui-radio/ui-radio.vue.js.map +0 -1
  464. package/components/ui-radio/ui-radio.vue2.js +0 -58
  465. package/components/ui-radio/ui-radio.vue2.js.map +0 -1
  466. package/components/ui-radio-compact/index.d.ts +0 -104
  467. package/components/ui-radio-compact/index.d.ts.map +0 -1
  468. package/components/ui-radio-compact/index.js +0 -7
  469. package/components/ui-radio-compact/index.js.map +0 -1
  470. package/components/ui-radio-compact/ui-radio-compact.vue.d.ts +0 -41
  471. package/components/ui-radio-compact/ui-radio-compact.vue.d.ts.map +0 -1
  472. package/components/ui-radio-compact/ui-radio-compact.vue.js +0 -52
  473. package/components/ui-radio-compact/ui-radio-compact.vue.js.map +0 -1
  474. package/components/ui-radio-compact/ui-radio-compact.vue2.js +0 -5
  475. package/components/ui-radio-compact/ui-radio-compact.vue2.js.map +0 -1
  476. package/components/ui-radio-fancy/_typings.d.ts +0 -6
  477. package/components/ui-radio-fancy/_typings.d.ts.map +0 -1
  478. package/components/ui-radio-fancy/_typings.js +0 -5
  479. package/components/ui-radio-fancy/_typings.js.map +0 -1
  480. package/components/ui-radio-fancy/index.d.ts +0 -144
  481. package/components/ui-radio-fancy/index.d.ts.map +0 -1
  482. package/components/ui-radio-fancy/index.js +0 -7
  483. package/components/ui-radio-fancy/index.js.map +0 -1
  484. package/components/ui-radio-fancy/ui-radio-fancy.vue.d.ts +0 -64
  485. package/components/ui-radio-fancy/ui-radio-fancy.vue.d.ts.map +0 -1
  486. package/components/ui-radio-fancy/ui-radio-fancy.vue.js +0 -86
  487. package/components/ui-radio-fancy/ui-radio-fancy.vue.js.map +0 -1
  488. package/components/ui-radio-fancy/ui-radio-fancy.vue2.js +0 -5
  489. package/components/ui-radio-fancy/ui-radio-fancy.vue2.js.map +0 -1
  490. package/components/ui-result-card-range/_types.d.ts +0 -8
  491. package/components/ui-result-card-range/_types.d.ts.map +0 -1
  492. package/components/ui-result-card-range/index.d.ts +0 -54
  493. package/components/ui-result-card-range/index.d.ts.map +0 -1
  494. package/components/ui-result-card-range/index.js +0 -7
  495. package/components/ui-result-card-range/index.js.map +0 -1
  496. package/components/ui-result-card-range/ui-result-card-range.vue.d.ts +0 -34
  497. package/components/ui-result-card-range/ui-result-card-range.vue.d.ts.map +0 -1
  498. package/components/ui-result-card-range/ui-result-card-range.vue.js +0 -39
  499. package/components/ui-result-card-range/ui-result-card-range.vue.js.map +0 -1
  500. package/components/ui-result-card-range/ui-result-card-range.vue2.js +0 -5
  501. package/components/ui-result-card-range/ui-result-card-range.vue2.js.map +0 -1
  502. package/components/ui-ripple/index.d.ts +0 -25
  503. package/components/ui-ripple/index.d.ts.map +0 -1
  504. package/components/ui-ripple/index.js +0 -9
  505. package/components/ui-ripple/index.js.map +0 -1
  506. package/components/ui-ripple/ui-ripple.vue.d.ts +0 -20
  507. package/components/ui-ripple/ui-ripple.vue.d.ts.map +0 -1
  508. package/components/ui-ripple/ui-ripple.vue.js +0 -52
  509. package/components/ui-ripple/ui-ripple.vue.js.map +0 -1
  510. package/components/ui-ripple/ui-ripple.vue3.js +0 -7
  511. package/components/ui-ripple/ui-ripple.vue3.js.map +0 -1
  512. package/components/ui-select/index.d.ts +0 -96
  513. package/components/ui-select/index.d.ts.map +0 -1
  514. package/components/ui-select/index.js +0 -7
  515. package/components/ui-select/index.js.map +0 -1
  516. package/components/ui-select/ui-select.vue.d.ts +0 -44
  517. package/components/ui-select/ui-select.vue.d.ts.map +0 -1
  518. package/components/ui-select/ui-select.vue.js +0 -83
  519. package/components/ui-select/ui-select.vue.js.map +0 -1
  520. package/components/ui-select/ui-select.vue2.js +0 -5
  521. package/components/ui-select/ui-select.vue2.js.map +0 -1
  522. package/components/ui-skeleton/_typings.d.ts.map +0 -1
  523. package/components/ui-skeleton/_typings.js.map +0 -1
  524. package/components/ui-skeleton/index.d.ts +0 -22
  525. package/components/ui-skeleton/index.d.ts.map +0 -1
  526. package/components/ui-skeleton/index.js +0 -7
  527. package/components/ui-skeleton/index.js.map +0 -1
  528. package/components/ui-skeleton/ui-skeleton.vue.d.ts +0 -32
  529. package/components/ui-skeleton/ui-skeleton.vue.d.ts.map +0 -1
  530. package/components/ui-skeleton/ui-skeleton.vue.js +0 -41
  531. package/components/ui-skeleton/ui-skeleton.vue.js.map +0 -1
  532. package/components/ui-skeleton/ui-skeleton.vue2.js +0 -5
  533. package/components/ui-skeleton/ui-skeleton.vue2.js.map +0 -1
  534. package/components/ui-snackbar/_types.d.ts +0 -8
  535. package/components/ui-snackbar/_types.d.ts.map +0 -1
  536. package/components/ui-snackbar/_types.js +0 -5
  537. package/components/ui-snackbar/_types.js.map +0 -1
  538. package/components/ui-snackbar/index.d.ts +0 -71
  539. package/components/ui-snackbar/index.d.ts.map +0 -1
  540. package/components/ui-snackbar/index.js +0 -9
  541. package/components/ui-snackbar/index.js.map +0 -1
  542. package/components/ui-snackbar/ui-snackbar.vue.d.ts +0 -50
  543. package/components/ui-snackbar/ui-snackbar.vue.d.ts.map +0 -1
  544. package/components/ui-snackbar/ui-snackbar.vue.js +0 -49
  545. package/components/ui-snackbar/ui-snackbar.vue.js.map +0 -1
  546. package/components/ui-snackbar/ui-snackbar.vue2.js +0 -5
  547. package/components/ui-snackbar/ui-snackbar.vue2.js.map +0 -1
  548. package/components/ui-table/_types.d.ts.map +0 -1
  549. package/components/ui-table/_types.js +0 -5
  550. package/components/ui-table/_types.js.map +0 -1
  551. package/components/ui-table/index.d.ts +0 -56
  552. package/components/ui-table/index.d.ts.map +0 -1
  553. package/components/ui-table/index.js +0 -19
  554. package/components/ui-table/index.js.map +0 -1
  555. package/components/ui-table/ui-table-cell/index.d.ts +0 -55
  556. package/components/ui-table/ui-table-cell/index.d.ts.map +0 -1
  557. package/components/ui-table/ui-table-cell/index.js +0 -7
  558. package/components/ui-table/ui-table-cell/index.js.map +0 -1
  559. package/components/ui-table/ui-table-cell/ui-table-cell.vue.d.ts +0 -35
  560. package/components/ui-table/ui-table-cell/ui-table-cell.vue.d.ts.map +0 -1
  561. package/components/ui-table/ui-table-cell/ui-table-cell.vue.js +0 -41
  562. package/components/ui-table/ui-table-cell/ui-table-cell.vue.js.map +0 -1
  563. package/components/ui-table/ui-table-cell/ui-table-cell.vue2.js +0 -5
  564. package/components/ui-table/ui-table-cell/ui-table-cell.vue2.js.map +0 -1
  565. package/components/ui-table/ui-table-row/_typings.d.ts +0 -4
  566. package/components/ui-table/ui-table-row/_typings.d.ts.map +0 -1
  567. package/components/ui-table/ui-table-row/_typings.js +0 -5
  568. package/components/ui-table/ui-table-row/_typings.js.map +0 -1
  569. package/components/ui-table/ui-table-row/index.d.ts +0 -43
  570. package/components/ui-table/ui-table-row/index.d.ts.map +0 -1
  571. package/components/ui-table/ui-table-row/index.js +0 -9
  572. package/components/ui-table/ui-table-row/index.js.map +0 -1
  573. package/components/ui-table/ui-table-row/ui-table-row.vue.d.ts +0 -32
  574. package/components/ui-table/ui-table-row/ui-table-row.vue.d.ts.map +0 -1
  575. package/components/ui-table/ui-table-row/ui-table-row.vue.js +0 -9
  576. package/components/ui-table/ui-table-row/ui-table-row.vue.js.map +0 -1
  577. package/components/ui-table/ui-table-row/ui-table-row.vue3.js +0 -19
  578. package/components/ui-table/ui-table-row/ui-table-row.vue3.js.map +0 -1
  579. package/components/ui-table/ui-table.vue.d.ts +0 -46
  580. package/components/ui-table/ui-table.vue.d.ts.map +0 -1
  581. package/components/ui-table/ui-table.vue.js +0 -9
  582. package/components/ui-table/ui-table.vue.js.map +0 -1
  583. package/components/ui-table/ui-table.vue2.js +0 -23
  584. package/components/ui-table/ui-table.vue2.js.map +0 -1
  585. package/components/ui-tabs/index.d.ts +0 -41
  586. package/components/ui-tabs/index.d.ts.map +0 -1
  587. package/components/ui-tabs/index.js +0 -7
  588. package/components/ui-tabs/index.js.map +0 -1
  589. package/components/ui-tabs/ui-tabs.vue.d.ts +0 -39
  590. package/components/ui-tabs/ui-tabs.vue.d.ts.map +0 -1
  591. package/components/ui-tabs/ui-tabs.vue.js +0 -9
  592. package/components/ui-tabs/ui-tabs.vue.js.map +0 -1
  593. package/components/ui-tabs/ui-tabs.vue2.js +0 -56
  594. package/components/ui-tabs/ui-tabs.vue2.js.map +0 -1
  595. package/components/ui-toggle/index.d.ts +0 -130
  596. package/components/ui-toggle/index.d.ts.map +0 -1
  597. package/components/ui-toggle/index.js +0 -7
  598. package/components/ui-toggle/index.js.map +0 -1
  599. package/components/ui-toggle/ui-toggle.vue.d.ts +0 -48
  600. package/components/ui-toggle/ui-toggle.vue.d.ts.map +0 -1
  601. package/components/ui-toggle/ui-toggle.vue.js +0 -9
  602. package/components/ui-toggle/ui-toggle.vue.js.map +0 -1
  603. package/components/ui-toggle/ui-toggle.vue2.js +0 -78
  604. package/components/ui-toggle/ui-toggle.vue2.js.map +0 -1
  605. package/components/ui-typography/_typings.d.ts.map +0 -1
  606. package/components/ui-typography/_typings.js +0 -8
  607. package/components/ui-typography/_typings.js.map +0 -1
  608. package/components/ui-typography/index.d.ts +0 -129
  609. package/components/ui-typography/index.d.ts.map +0 -1
  610. package/components/ui-typography/index.js +0 -14
  611. package/components/ui-typography/index.js.map +0 -1
  612. package/components/ui-typography/ui-typography.vue.d.ts +0 -47
  613. package/components/ui-typography/ui-typography.vue.d.ts.map +0 -1
  614. package/components/ui-typography/ui-typography.vue.js +0 -105
  615. package/components/ui-typography/ui-typography.vue.js.map +0 -1
  616. package/components/ui-typography/ui-typography.vue2.js +0 -5
  617. package/components/ui-typography/ui-typography.vue2.js.map +0 -1
  618. package/components/ui-verification-input/index.d.ts +0 -69
  619. package/components/ui-verification-input/index.d.ts.map +0 -1
  620. package/components/ui-verification-input/index.js +0 -7
  621. package/components/ui-verification-input/index.js.map +0 -1
  622. package/components/ui-verification-input/ui-verification-input.vue.d.ts +0 -37
  623. package/components/ui-verification-input/ui-verification-input.vue.d.ts.map +0 -1
  624. package/components/ui-verification-input/ui-verification-input.vue.js +0 -9
  625. package/components/ui-verification-input/ui-verification-input.vue.js.map +0 -1
  626. package/components/ui-verification-input/ui-verification-input.vue2.js +0 -53
  627. package/components/ui-verification-input/ui-verification-input.vue2.js.map +0 -1
  628. package/index.d.ts.map +0 -1
  629. package/postcss.config.js +0 -8
  630. package/types.d.ts +0 -21
  631. package/types.d.ts.map +0 -1
  632. package/types.js +0 -78
  633. package/types.js.map +0 -1
  634. /package/components/{ui-alert → UiAlert}/_types.js +0 -0
  635. /package/components/{ui-media-card → UiIcon}/index.js.map +0 -0
  636. /package/components/{ui-product-card → UiInputRange}/index.js.map +0 -0
  637. /package/src/_styles/{_font-sizes.json → _fontSizes.json} +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sources":["../../../src/components/ui-tabs/index.ts"],"sourcesContent":["import UiTabs from \"./ui-tabs.vue\";\nexport { UiTabs };\n\n/**\n * @deprecated The default should not be used - use named import as - import {[name]} from \"ui/[name]\"\n */\nconst deprecatedDefault = UiTabs;\nexport default deprecatedDefault;\n"],"names":["deprecatedDefault","UiTabs"],"mappings":";AAMA,MAAMA,IAAoBC;"}
@@ -1,39 +0,0 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
- declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
3
- tabs: string[];
4
- modelValue: string;
5
- name?: string;
6
- }>, {
7
- name: string;
8
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
9
- "update:modelValue": (...args: any[]) => void;
10
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
11
- tabs: string[];
12
- modelValue: string;
13
- name?: string;
14
- }>, {
15
- name: string;
16
- }>>> & {
17
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
18
- }, {
19
- name: string;
20
- }, {}>;
21
- export default _default;
22
- type __VLS_WithDefaults<P, D> = {
23
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
24
- default: D[K];
25
- }> : P[K];
26
- };
27
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
28
- type __VLS_TypePropsToOption<T> = {
29
- [K in keyof T]-?: {} extends Pick<T, K> ? {
30
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
31
- } : {
32
- type: PropType<T[K]>;
33
- required: true;
34
- };
35
- };
36
- type __VLS_PrettifyLocal<T> = {
37
- [K in keyof T]: T[K];
38
- } & {};
39
- //# sourceMappingURL=ui-tabs.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ui-tabs.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-tabs/ui-tabs.vue"],"names":[],"mappings":";;UAqEQ,MAAM,EAAE;gBACF,MAAM;WACX,MAAM;;;;;;UAFP,MAAM,EAAE;gBACF,MAAM;WACX,MAAM;;;;;;UAAN,MAAM;;AA0Gf,wBAOG;AAKH,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAC9B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAC7C,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KAAC,CAAC,GAC5C,CAAC,CAAC,CAAC,CAAC;CACP,CAAC;AACF,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC;AACF,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -1,9 +0,0 @@
1
- (function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(".ui-tabs[data-v-8192ff30]{padding:2px}")),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
2
- import o from "./ui-tabs.vue2.js";
3
-
4
- import t from "../../_virtual/_plugin-vue_export-helper.js";
5
- const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-8192ff30"]]);
6
- export {
7
- m as default
8
- };
9
- //# sourceMappingURL=ui-tabs.vue.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ui-tabs.vue.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -1,56 +0,0 @@
1
- import { defineComponent as f, computed as _, openBlock as a, createElementBlock as r, Fragment as g, renderList as h, normalizeClass as v, createElementVNode as n, withDirectives as E, vModelRadio as V, createVNode as x, unref as t, withCtx as y, createTextVNode as b, toDisplayString as k } from "vue";
2
- import w from "../ui-typography/index.js";
3
- import { EColors as i } from "../../_types/colors.js";
4
- import { ETypographySizes as C, ETextWeight as D } from "../ui-typography/_typings.js";
5
- const S = { class: "ui-tabs grid grid-flow-col rounded-full bg-secondary-alt-200" }, N = { class: "block cursor-pointer px-md py-xxs" }, z = ["value", "name"], T = /* @__PURE__ */ f({
6
- __name: "ui-tabs",
7
- props: {
8
- tabs: {},
9
- modelValue: {},
10
- name: { default: "default" }
11
- },
12
- emits: ["update:modelValue"],
13
- setup(u, { emit: d }) {
14
- const m = u, p = d, o = _({
15
- get() {
16
- return m.modelValue;
17
- },
18
- set(l) {
19
- p("update:modelValue", l);
20
- }
21
- });
22
- return (l, s) => (a(), r("ul", S, [
23
- (a(!0), r(g, null, h(l.tabs, (e) => (a(), r("li", {
24
- key: e,
25
- class: v(["rounded-full text-center", [o.value === e && "bg-white"]])
26
- }, [
27
- n("label", N, [
28
- E(n("input", {
29
- "onUpdate:modelValue": s[0] || (s[0] = (c) => o.value = c),
30
- type: "radio",
31
- class: "absolute appearance-none",
32
- value: e,
33
- name: l.name
34
- }, null, 8, z), [
35
- [V, o.value]
36
- ]),
37
- x(t(w), {
38
- is: "span",
39
- size: t(C).XS,
40
- kind: o.value === e ? t(i).SECONDARY_500 : t(i).SECONDARY_400,
41
- weight: t(D).SEMI_BOLD
42
- }, {
43
- default: y(() => [
44
- b(k(e), 1)
45
- ]),
46
- _: 2
47
- }, 1032, ["size", "kind", "weight"])
48
- ])
49
- ], 2))), 128))
50
- ]));
51
- }
52
- });
53
- export {
54
- T as default
55
- };
56
- //# sourceMappingURL=ui-tabs.vue2.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ui-tabs.vue2.js","sources":["../../../src/components/ui-tabs/ui-tabs.vue"],"sourcesContent":["<template>\n\t<ul class=\"ui-tabs grid grid-flow-col rounded-full bg-secondary-alt-200\">\n\t\t<li\n\t\t\tv-for=\"tab in tabs\"\n\t\t\t:key=\"tab\"\n\t\t\tclass=\"rounded-full text-center\"\n\t\t\t:class=\"[tabsModel === tab && 'bg-white']\"\n\t\t>\n\t\t\t<label class=\"block cursor-pointer px-md py-xxs\">\n\t\t\t\t<input\n\t\t\t\t\tv-model=\"tabsModel\"\n\t\t\t\t\ttype=\"radio\"\n\t\t\t\t\tclass=\"absolute appearance-none\"\n\t\t\t\t\t:value=\"tab\"\n\t\t\t\t\t:name=\"name\"\n\t\t\t\t>\n\t\t\t\t<ui-typography\n\t\t\t\t\tis=\"span\"\n\t\t\t\t\t:size=\"ETypographySizes.XS\"\n\t\t\t\t\t:kind=\"tabsModel === tab ? EColors.SECONDARY_500 : EColors.SECONDARY_400\"\n\t\t\t\t\t:weight=\"ETextWeight.SEMI_BOLD\"\n\t\t\t\t>\n\t\t\t\t\t{{ tab }}\n\t\t\t\t</ui-typography>\n\t\t\t</label>\n\t\t</li>\n\t</ul>\n</template>\n\n<script lang=\"ts\" setup>\n\timport { computed } from \"vue\";\n\timport UiTypography, { ETypographySizes, ETextWeight } from \"../ui-typography\";\n\timport { EColors } from \"../../_types/colors\";\n\n\tconst props = withDefaults(defineProps<{\n\t\ttabs: string[];\n\t\tmodelValue: string;\n\t\tname?: string;\n\t}>(), {\n\t\tname: \"default\"\n\t});\n\n\tconst emit = defineEmits([\"update:modelValue\"]);\n\n\tconst tabsModel = computed({\n\t\tget() {\n\t\t\treturn props.modelValue;\n\t\t},\n\t\tset(value) {\n\t\t\temit(\"update:modelValue\", value);\n\t\t}\n\t});\n\n</script>\n\n<style scoped>\n\t.ui-tabs {\n\t\tpadding: 2px;\n\t}\n</style>\n"],"names":["props","__props","emit","__emit","tabsModel","computed","value"],"mappings":";;;;;;;;;;;;;AAkCC,UAAMA,IAAQC,GAQRC,IAAOC,GAEPC,IAAYC,EAAS;AAAA,MAC1B,MAAM;AACL,eAAOL,EAAM;AAAA,MACd;AAAA,MACA,IAAIM,GAAO;AACV,QAAAJ,EAAK,qBAAqBI,CAAK;AAAA,MAChC;AAAA,IAAA,CACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,130 +0,0 @@
1
- import { default as UiToggle } from './ui-toggle.vue';
2
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
- export { UiToggle };
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[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
9
- header: {
10
- type: PropType<string>;
11
- };
12
- title: {
13
- type: PropType<string>;
14
- };
15
- modelValue: {
16
- type: PropType<boolean | unknown[]>;
17
- required: true;
18
- };
19
- disabled: {
20
- type: PropType<boolean>;
21
- };
22
- invertOrder: {
23
- type: PropType<boolean>;
24
- };
25
- alignCenter: {
26
- type: PropType<boolean>;
27
- };
28
- value: {
29
- type: PropType<string>;
30
- };
31
- }>> & {
32
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
33
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
34
- "update:modelValue": (...args: any[]) => void;
35
- }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
36
- header: {
37
- type: PropType<string>;
38
- };
39
- title: {
40
- type: PropType<string>;
41
- };
42
- modelValue: {
43
- type: PropType<boolean | unknown[]>;
44
- required: true;
45
- };
46
- disabled: {
47
- type: PropType<boolean>;
48
- };
49
- invertOrder: {
50
- type: PropType<boolean>;
51
- };
52
- alignCenter: {
53
- type: PropType<boolean>;
54
- };
55
- value: {
56
- type: PropType<string>;
57
- };
58
- }>> & {
59
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
60
- }, {}, true, {}, {}, {
61
- P: {};
62
- B: {};
63
- D: {};
64
- C: {};
65
- M: {};
66
- Defaults: {};
67
- }, Readonly< ExtractPropTypes<{
68
- header: {
69
- type: PropType<string>;
70
- };
71
- title: {
72
- type: PropType<string>;
73
- };
74
- modelValue: {
75
- type: PropType<boolean | unknown[]>;
76
- required: true;
77
- };
78
- disabled: {
79
- type: PropType<boolean>;
80
- };
81
- invertOrder: {
82
- type: PropType<boolean>;
83
- };
84
- alignCenter: {
85
- type: PropType<boolean>;
86
- };
87
- value: {
88
- type: PropType<string>;
89
- };
90
- }>> & {
91
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
92
- }, {}, {}, {}, {}, {}>;
93
- __isFragment?: never;
94
- __isTeleport?: never;
95
- __isSuspense?: never;
96
- } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
97
- header: {
98
- type: PropType<string>;
99
- };
100
- title: {
101
- type: PropType<string>;
102
- };
103
- modelValue: {
104
- type: PropType<boolean | unknown[]>;
105
- required: true;
106
- };
107
- disabled: {
108
- type: PropType<boolean>;
109
- };
110
- invertOrder: {
111
- type: PropType<boolean>;
112
- };
113
- alignCenter: {
114
- type: PropType<boolean>;
115
- };
116
- value: {
117
- type: PropType<string>;
118
- };
119
- }>> & {
120
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
121
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
122
- "update:modelValue": (...args: any[]) => void;
123
- }, string, {}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
124
- $slots: {
125
- header?(_: {}): any;
126
- title?(_: {}): any;
127
- };
128
- });
129
- export default deprecatedDefault;
130
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-toggle/index.ts"],"names":[],"mappings":";AAAA,OAAO,QAAQ,MAAM,iBAAiB,CAAC;AAEvC,OAAO,EAAE,QAAQ,EAAE,CAAC;AAEpB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAW,CAAC;AACnC,eAAe,iBAAiB,CAAC"}
@@ -1,7 +0,0 @@
1
- import e from "./ui-toggle.vue.js";
2
- const o = e;
3
- export {
4
- e as UiToggle,
5
- o as default
6
- };
7
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sources":["../../../src/components/ui-toggle/index.ts"],"sourcesContent":["import UiToggle from \"./ui-toggle.vue\";\n\nexport { UiToggle };\n\n/**\n * @deprecated The default should not be used - use named import as - import {[name]} from \"ui/[name]\"\n */\nconst deprecatedDefault = UiToggle;\nexport default deprecatedDefault;\n"],"names":["deprecatedDefault","UiToggle"],"mappings":";AAOA,MAAMA,IAAoBC;"}
@@ -1,48 +0,0 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
- declare function __VLS_template(): {
3
- slots: {
4
- header?(_: {}): any;
5
- title?(_: {}): any;
6
- };
7
- refs: {};
8
- attrs: Partial<{}>;
9
- };
10
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
- declare const __VLS_component: DefineComponent<__VLS_TypePropsToOption<{
12
- header?: string;
13
- title?: string;
14
- modelValue: boolean | unknown[];
15
- disabled?: boolean;
16
- invertOrder?: boolean;
17
- alignCenter?: boolean;
18
- value?: string;
19
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
20
- "update:modelValue": (...args: any[]) => void;
21
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<{
22
- header?: string;
23
- title?: string;
24
- modelValue: boolean | unknown[];
25
- disabled?: boolean;
26
- invertOrder?: boolean;
27
- alignCenter?: boolean;
28
- value?: string;
29
- }>>> & {
30
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
31
- }, {}, {}>;
32
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
33
- export default _default;
34
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
35
- type __VLS_TypePropsToOption<T> = {
36
- [K in keyof T]-?: {} extends Pick<T, K> ? {
37
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
38
- } : {
39
- type: PropType<T[K]>;
40
- required: true;
41
- };
42
- };
43
- type __VLS_WithTemplateSlots<T, S> = T & {
44
- new (): {
45
- $slots: S;
46
- };
47
- };
48
- //# sourceMappingURL=ui-toggle.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ui-toggle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-toggle/ui-toggle.vue"],"names":[],"mappings":";AAyJA,iBAAS,cAAc;;wBA8GK,GAAG;uBACJ,GAAG;;;WAShB,OAAO,IAA6B;EAEjD;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;aAlKV,MAAM;YACP,MAAM;gBACF,OAAO,GAAG,OAAO,EAAE;eACpB,OAAO;kBACJ,OAAO;kBACP,OAAO;YACb,MAAM;;;;aANL,MAAM;YACP,MAAM;gBACF,OAAO,GAAG,OAAO,EAAE;eACpB,OAAO;kBACJ,OAAO;kBACP,OAAO;YACb,MAAM;;;UAmKd,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC;AACF,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,9 +0,0 @@
1
- (function(){"use strict";try{if(typeof document<"u"){var o=document.createElement("style");o.appendChild(document.createTextNode(".ui-toggle__dot[data-v-5757d939]{top:50%;width:22px;height:22px;transform:translate3d(1px,-50%,0);transition:transform .2s ease-in-out}.ui-toggle:hover .ui-toggle__dot[data-v-5757d939],.ui-toggle:active .ui-toggle__dot[data-v-5757d939],.ui-toggle:focus .ui-toggle__dot[data-v-5757d939]{box-shadow:var(--shadow-border-secondary)}.ui-toggle input:checked~.ui-toggle__dot[data-v-5757d939]{transform:translate3d(calc(var(--xl) - 100% - 1px),-50%,0)}.ui-toggle:hover input:checked~.ui-toggle__dot[data-v-5757d939],.ui-toggle:active input:checked~.ui-toggle__dot[data-v-5757d939],.ui-toggle:focus input:checked~.ui-toggle__dot[data-v-5757d939]{box-shadow:var(--shadow-border-primary)}.ui-toggle__bg-block[data-v-5757d939]{transition:background-color .2s ease-in-out}.ui-toggle_disabled .ui-toggle__bg-block[data-v-5757d939]{background-color:var(--color-secondary-alt-300)}.ui-toggle input:checked~.ui-toggle__bg-block[data-v-5757d939]{background-color:var(--color-primary)}.ui-toggle_disabled input:checked~.ui-toggle__bg-block[data-v-5757d939]{background-color:var(--color-primary-300)}")),document.head.appendChild(o)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
2
- import o from "./ui-toggle.vue2.js";
3
-
4
- import t from "../../_virtual/_plugin-vue_export-helper.js";
5
- const _ = /* @__PURE__ */ t(o, [["__scopeId", "data-v-5757d939"]]);
6
- export {
7
- _ as default
8
- };
9
- //# sourceMappingURL=ui-toggle.vue.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ui-toggle.vue.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -1,78 +0,0 @@
1
- import { defineComponent as _, computed as k, openBlock as s, createElementBlock as y, renderSlot as i, createBlock as n, unref as o, withCtx as d, createTextVNode as u, toDisplayString as p, createCommentVNode as c, createElementVNode as l, normalizeClass as w, withDirectives as B, vModelCheckbox as V, pushScopeId as C, popScopeId as S } from "vue";
2
- import m from "../ui-typography/index.js";
3
- import { ETextWeight as z, ETypographySizes as D } from "../ui-typography/_typings.js";
4
- const h = (t) => (C("data-v-5757d939"), t = t(), S(), t), E = { class: "ui-toggle" }, I = { class: "ui-input__input-wrapper relative block h-md" }, M = ["value"], $ = /* @__PURE__ */ h(() => /* @__PURE__ */ l("span", { class: "ui-toggle__bg-block block h-md w-xl rounded-full bg-secondary-alt" }, null, -1)), N = /* @__PURE__ */ h(() => /* @__PURE__ */ l("span", { class: "ui-toggle__dot absolute top-0 block rounded-full bg-white" }, null, -1)), L = /* @__PURE__ */ _({
5
- __name: "ui-toggle",
6
- props: {
7
- header: {},
8
- title: {},
9
- modelValue: { type: [Boolean, Array] },
10
- disabled: { type: Boolean },
11
- invertOrder: { type: Boolean },
12
- alignCenter: { type: Boolean },
13
- value: {}
14
- },
15
- emits: ["update:modelValue"],
16
- setup(t, { emit: g }) {
17
- const b = t, f = g, a = k({
18
- get() {
19
- return b.modelValue;
20
- },
21
- set(e) {
22
- f("update:modelValue", e);
23
- }
24
- });
25
- return (e, r) => (s(), y("div", E, [
26
- i(e.$slots, "header", {}, () => [
27
- e.header || e.$slots.header ? (s(), n(o(m), {
28
- key: 0,
29
- "line-height": "",
30
- class: "mb-sm",
31
- weight: o(z).SEMI_BOLD
32
- }, {
33
- default: d(() => [
34
- u(p(e.header), 1)
35
- ]),
36
- _: 1
37
- }, 8, ["weight"])) : c("", !0)
38
- ], !0),
39
- l("label", {
40
- class: w(["flex cursor-pointer gap-sm rounded-full", [
41
- e.disabled && "ui-toggle_disabled pointer-events-none",
42
- e.invertOrder && "flex-row-reverse",
43
- e.alignCenter && "items-center"
44
- ]])
45
- }, [
46
- l("span", I, [
47
- B(l("input", {
48
- "onUpdate:modelValue": r[0] || (r[0] = (v) => a.value = v),
49
- type: "checkbox",
50
- class: "absolute size-0 appearance-none border-0",
51
- value: e.value
52
- }, null, 8, M), [
53
- [V, a.value]
54
- ]),
55
- $,
56
- N
57
- ]),
58
- i(e.$slots, "title", {}, () => [
59
- e.title || e.$slots.title ? (s(), n(o(m), {
60
- key: 0,
61
- size: o(D).MD,
62
- class: "w-full",
63
- "line-height": ""
64
- }, {
65
- default: d(() => [
66
- u(p(e.title), 1)
67
- ]),
68
- _: 1
69
- }, 8, ["size"])) : c("", !0)
70
- ], !0)
71
- ], 2)
72
- ]));
73
- }
74
- });
75
- export {
76
- L as default
77
- };
78
- //# sourceMappingURL=ui-toggle.vue2.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ui-toggle.vue2.js","sources":["../../../src/components/ui-toggle/ui-toggle.vue"],"sourcesContent":["<template>\n\t<div\n\t\tclass=\"ui-toggle\"\n\t>\n\t\t<slot name=\"header\">\n\t\t\t<ui-typography\n\t\t\t\tv-if=\"header || $slots.header\"\n\t\t\t\tline-height\n\t\t\t\tclass=\"mb-sm\"\n\t\t\t\t:weight=\"ETextWeight.SEMI_BOLD\"\n\t\t\t>\n\t\t\t\t{{ header }}\n\t\t\t</ui-typography>\n\t\t</slot>\n\n\t\t<label\n\t\t\tclass=\"flex cursor-pointer gap-sm rounded-full\"\n\t\t\t:class=\"[\n\t\t\t\tdisabled && 'ui-toggle_disabled pointer-events-none',\n\t\t\t\tinvertOrder && 'flex-row-reverse',\n\t\t\t\talignCenter && 'items-center'\n\t\t\t]\"\n\t\t>\n\t\t\t<span\n\t\t\t\tclass=\"ui-input__input-wrapper relative block h-md\"\n\t\t\t>\n\t\t\t\t<input\n\t\t\t\t\tv-model=\"checkboxModel\"\n\t\t\t\t\ttype=\"checkbox\"\n\t\t\t\t\tclass=\"absolute size-0 appearance-none border-0\"\n\t\t\t\t\t:value=\"value\"\n\t\t\t\t>\n\n\t\t\t\t<span class=\"ui-toggle__bg-block block h-md w-xl rounded-full bg-secondary-alt\" />\n\n\t\t\t\t<span class=\"ui-toggle__dot absolute top-0 block rounded-full bg-white\" />\n\t\t\t</span>\n\n\t\t\t<slot name=\"title\">\n\t\t\t\t<ui-typography\n\t\t\t\t\tv-if=\"title || $slots.title\"\n\t\t\t\t\t:size=\"ETypographySizes.MD\"\n\t\t\t\t\tclass=\"w-full\"\n\t\t\t\t\tline-height\n\t\t\t\t>\n\t\t\t\t\t{{ title }}\n\t\t\t\t</ui-typography>\n\t\t\t</slot>\n\t\t</label>\n\t</div>\n</template>\n\n<script lang=\"ts\" setup>\n\timport UiTypography, { ETypographySizes, ETextWeight } from \"../ui-typography\";\n\timport { computed } from \"vue\";\n\n\tconst props = defineProps<{\n\t\theader?: string;\n\t\ttitle?: string;\n\t\tmodelValue: boolean | unknown[];\n\t\tdisabled?: boolean;\n\t\tinvertOrder?: boolean;\n\t\talignCenter?: boolean;\n\t\tvalue?: string;\n\t}>();\n\n\tconst emit = defineEmits([\"update:modelValue\"]);\n\n\tconst checkboxModel = computed({\n\t\tget() {\n\t\t\treturn props.modelValue;\n\t\t},\n\t\tset(value) {\n\t\t\temit(\"update:modelValue\", value);\n\t\t}\n\t});\n</script>\n\n<style scoped>\n\t.ui-toggle__dot {\n\t\ttop: 50%;\n\t\twidth: 22px;\n\t\theight: 22px;\n\t\ttransform: translate3d(1px, -50%, 0);\n\t\ttransition: transform 0.2s ease-in-out;\n\t}\n\n\t.ui-toggle:hover .ui-toggle__dot,\n\t.ui-toggle:active .ui-toggle__dot,\n\t.ui-toggle:focus .ui-toggle__dot {\n\t\tbox-shadow: var(--shadow-border-secondary);\n\t}\n\n\t.ui-toggle input:checked ~ .ui-toggle__dot {\n\t\ttransform: translate3d(calc(var(--xl) - 100% - 1px), -50%, 0);\n\t}\n\n\t.ui-toggle:hover input:checked ~ .ui-toggle__dot,\n\t.ui-toggle:active input:checked ~ .ui-toggle__dot,\n\t.ui-toggle:focus input:checked ~ .ui-toggle__dot {\n\t\tbox-shadow: var(--shadow-border-primary);\n\t}\n\n\t.ui-toggle__bg-block {\n\t\ttransition: background-color 0.2s ease-in-out;\n\t}\n\n\t.ui-toggle_disabled .ui-toggle__bg-block {\n\t\tbackground-color: var(--color-secondary-alt-300);\n\t}\n\n\t.ui-toggle input:checked ~ .ui-toggle__bg-block {\n\t\tbackground-color: var(--color-primary);\n\t}\n\n\t.ui-toggle_disabled input:checked ~ .ui-toggle__bg-block {\n\t\tbackground-color: var(--color-primary-300);\n\t}\n</style>\n"],"names":["props","__props","emit","__emit","checkboxModel","computed","value"],"mappings":";;;;;;;;;;;;;;;;AAwDC,UAAMA,IAAQC,GAURC,IAAOC,GAEPC,IAAgBC,EAAS;AAAA,MAC9B,MAAM;AACL,eAAOL,EAAM;AAAA,MACd;AAAA,MACA,IAAIM,GAAO;AACV,QAAAJ,EAAK,qBAAqBI,CAAK;AAAA,MAChC;AAAA,IAAA,CACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"_typings.d.ts","sourceRoot":"","sources":["../../../src/components/ui-typography/_typings.ts"],"names":[],"mappings":"AAAA,oBAAY,gBAAgB;IAC3B;;OAEG;IACH,GAAG,QAAQ;IACX;;OAEG;IACH,EAAE,OAAO;IACT;;OAEG;IACH,EAAE,OAAO;IACT;;OAEG;IACH,EAAE,MAAM;IACR;;OAEG;IACH,EAAE,OAAO;IACT;;OAEG;IACH,EAAE,OAAO;IACT;;OAEG;IACH,GAAG,QAAQ;IACX;;OAEG;IACH,IAAI,QAAQ;IACZ;;OAEG;IACH,KAAK,QAAQ;IACb;;OAEG;IACH,MAAM,QAAQ;CACd;AAED,oBAAY,WAAW;IACtB;;OAEG;IACH,KAAK,UAAU;IACf;;OAEG;IACH,OAAO,YAAY;IACnB;;OAEG;IACH,SAAS,cAAc;IACvB;;OAEG;IACH,IAAI,SAAS;CACb;AAED,oBAAY,UAAU;IACrB,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,KAAK,UAAU;CACf;AAED,oBAAY,cAAc;IACzB,SAAS,cAAc;IACvB,SAAS,cAAc;CACvB"}
@@ -1,8 +0,0 @@
1
- var L = /* @__PURE__ */ ((X) => (X.XXS = "xxs", X.XS = "xs", X.SM = "sm", X.MD = "m", X.LG = "lg", X.XL = "xl", X.XXL = "2xl", X.XXXL = "3xl", X.XXXXL = "4xl", X.XXXXXL = "5xl", X))(L || {}), l = /* @__PURE__ */ ((X) => (X.LIGHT = "light", X.REGULAR = "regular", X.SEMI_BOLD = "semi_bold", X.BOLD = "bold", X))(l || {}), r = /* @__PURE__ */ ((X) => (X.LEFT = "left", X.CENTER = "center", X.RIGHT = "right", X))(r || {}), u = /* @__PURE__ */ ((X) => (X.LOWERCASE = "lowercase", X.UPPERCASE = "uppercase", X))(u || {});
2
- export {
3
- r as ETextAlign,
4
- u as ETextTransform,
5
- l as ETextWeight,
6
- L as ETypographySizes
7
- };
8
- //# sourceMappingURL=_typings.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"_typings.js","sources":["../../../src/components/ui-typography/_typings.ts"],"sourcesContent":["export enum ETypographySizes {\n\t/**\n\t * 10px\n\t */\n\tXXS = \"xxs\",\n\t/**\n\t * 12px\n\t */\n\tXS = \"xs\",\n\t/**\n\t * 14px\n\t */\n\tSM = \"sm\",\n\t/**\n\t * 16px\n\t */\n\tMD = \"m\",\n\t/**\n\t * 18px\n\t */\n\tLG = \"lg\",\n\t/**\n\t * 20px\n\t */\n\tXL = \"xl\",\n\t/**\n\t * 24px\n\t */\n\tXXL = \"2xl\",\n\t/**\n\t * 28px\n\t */\n\tXXXL = \"3xl\",\n\t/**\n\t * 42px\n\t */\n\tXXXXL = \"4xl\",\n\t/**\n\t * 40px\n\t */\n\tXXXXXL = \"5xl\",\n}\n\nexport enum ETextWeight {\n\t/**\n\t * 300\n\t */\n\tLIGHT = \"light\",\n\t/**\n\t * 500\n\t */\n\tREGULAR = \"regular\",\n\t/**\n\t * 700\n\t */\n\tSEMI_BOLD = \"semi_bold\",\n\t/**\n\t * 900\n\t */\n\tBOLD = \"bold\",\n}\n\nexport enum ETextAlign {\n\tLEFT = \"left\",\n\tCENTER = \"center\",\n\tRIGHT = \"right\",\n}\n\nexport enum ETextTransform {\n\tLOWERCASE = \"lowercase\",\n\tUPPERCASE = \"uppercase\",\n}\n"],"names":["ETypographySizes","ETextWeight","ETextAlign","ETextTransform"],"mappings":"AAAY,IAAAA,sBAAAA,OAIXA,EAAA,MAAM,OAINA,EAAA,KAAK,MAILA,EAAA,KAAK,MAILA,EAAA,KAAK,KAILA,EAAA,KAAK,MAILA,EAAA,KAAK,MAILA,EAAA,MAAM,OAINA,EAAA,OAAO,OAIPA,EAAA,QAAQ,OAIRA,EAAA,SAAS,OAxCEA,IAAAA,KAAA,CAAA,CAAA,GA2CAC,sBAAAA,OAIXA,EAAA,QAAQ,SAIRA,EAAA,UAAU,WAIVA,EAAA,YAAY,aAIZA,EAAA,OAAO,QAhBIA,IAAAA,KAAA,CAAA,CAAA,GAmBAC,sBAAAA,OACXA,EAAA,OAAO,QACPA,EAAA,SAAS,UACTA,EAAA,QAAQ,SAHGA,IAAAA,KAAA,CAAA,CAAA,GAMAC,sBAAAA,OACXA,EAAA,YAAY,aACZA,EAAA,YAAY,aAFDA,IAAAA,KAAA,CAAA,CAAA;"}
@@ -1,129 +0,0 @@
1
- import { default as UiTypography } from './ui-typography.vue';
2
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, Component, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
- import { ETextAlign, ETypographySizes, ETextWeight, ETextTransform } from './_typings';
4
- import { EColors } from '../../_types/colors';
5
- export { UiTypography };
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[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
11
- align: {
12
- type: PropType<ETextAlign>;
13
- };
14
- size: {
15
- type: PropType<ETypographySizes>;
16
- };
17
- kind: {
18
- type: PropType<EColors>;
19
- };
20
- weight: {
21
- type: PropType<ETextWeight>;
22
- };
23
- lineHeight: {
24
- type: PropType<boolean>;
25
- };
26
- textTransform: {
27
- type: PropType<ETextTransform>;
28
- };
29
- underline: {
30
- type: PropType<boolean>;
31
- };
32
- is: {
33
- type: PropType<string | Component>;
34
- };
35
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
36
- align: {
37
- type: PropType<ETextAlign>;
38
- };
39
- size: {
40
- type: PropType<ETypographySizes>;
41
- };
42
- kind: {
43
- type: PropType<EColors>;
44
- };
45
- weight: {
46
- type: PropType<ETextWeight>;
47
- };
48
- lineHeight: {
49
- type: PropType<boolean>;
50
- };
51
- textTransform: {
52
- type: PropType<ETextTransform>;
53
- };
54
- underline: {
55
- type: PropType<boolean>;
56
- };
57
- is: {
58
- type: PropType<string | Component>;
59
- };
60
- }>>, {}, true, {}, {}, {
61
- P: {};
62
- B: {};
63
- D: {};
64
- C: {};
65
- M: {};
66
- Defaults: {};
67
- }, Readonly< ExtractPropTypes<{
68
- align: {
69
- type: PropType<ETextAlign>;
70
- };
71
- size: {
72
- type: PropType<ETypographySizes>;
73
- };
74
- kind: {
75
- type: PropType<EColors>;
76
- };
77
- weight: {
78
- type: PropType<ETextWeight>;
79
- };
80
- lineHeight: {
81
- type: PropType<boolean>;
82
- };
83
- textTransform: {
84
- type: PropType<ETextTransform>;
85
- };
86
- underline: {
87
- type: PropType<boolean>;
88
- };
89
- is: {
90
- type: PropType<string | Component>;
91
- };
92
- }>>, {}, {}, {}, {}, {}>;
93
- __isFragment?: never;
94
- __isTeleport?: never;
95
- __isSuspense?: never;
96
- } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
97
- align: {
98
- type: PropType<ETextAlign>;
99
- };
100
- size: {
101
- type: PropType<ETypographySizes>;
102
- };
103
- kind: {
104
- type: PropType<EColors>;
105
- };
106
- weight: {
107
- type: PropType<ETextWeight>;
108
- };
109
- lineHeight: {
110
- type: PropType<boolean>;
111
- };
112
- textTransform: {
113
- type: PropType<ETextTransform>;
114
- };
115
- underline: {
116
- type: PropType<boolean>;
117
- };
118
- is: {
119
- type: PropType<string | Component>;
120
- };
121
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
122
- $slots: {
123
- default?(_: {}): any;
124
- };
125
- });
126
- export default deprecatedDefault;
127
- export { ETypographySizes, ETextWeight, ETextAlign, ETextTransform } from './_typings';
128
- export { EColors } from '../../_types/colors';
129
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-typography/index.ts"],"names":[],"mappings":";;;AAAA,OAAO,YAAY,MAAM,qBAAqB,CAAC;AAE/C,OAAO,EAAE,YAAY,EAAE,CAAC;AACxB;;IAEI;AACJ,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAe,CAAC;AACvC,eAAe,iBAAiB,CAAC;AAEjC,OAAO,EAAE,gBAAgB,EAAE,WAAW,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC"}
@@ -1,14 +0,0 @@
1
- import e from "./ui-typography.vue.js";
2
- import { ETextAlign as p, ETextTransform as f, ETextWeight as s, ETypographySizes as i } from "./_typings.js";
3
- import { EColors as x } from "../../_types/colors.js";
4
- const r = e;
5
- export {
6
- x as EColors,
7
- p as ETextAlign,
8
- f as ETextTransform,
9
- s as ETextWeight,
10
- i as ETypographySizes,
11
- e as UiTypography,
12
- r as default
13
- };
14
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sources":["../../../src/components/ui-typography/index.ts"],"sourcesContent":["import UiTypography from \"./ui-typography.vue\";\n\nexport { UiTypography };\n/**\n * @deprecated The default should not be used - use named import as - import {[name]} from \"ui/[name]\"\n **/\nconst deprecatedDefault = UiTypography;\nexport default deprecatedDefault;\n\nexport { ETypographySizes, ETextWeight, ETextAlign, ETextTransform } from \"./_typings\";\nexport { EColors } from \"../../_types/colors\";\n"],"names":["deprecatedDefault","UiTypography"],"mappings":";;;AAMA,MAAMA,IAAoBC;"}
@@ -1,47 +0,0 @@
1
- import { Component, DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
- import { ETextAlign, ETextTransform, ETextWeight, ETypographySizes } from './_typings';
3
- import { EColors } from '../../_types/colors';
4
- declare function __VLS_template(): {
5
- slots: {
6
- default?(_: {}): any;
7
- };
8
- refs: {};
9
- attrs: Partial<{}>;
10
- };
11
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
- declare const __VLS_component: DefineComponent<__VLS_TypePropsToOption<{
13
- align?: ETextAlign;
14
- size?: ETypographySizes;
15
- kind?: EColors;
16
- weight?: ETextWeight;
17
- lineHeight?: boolean;
18
- textTransform?: ETextTransform;
19
- underline?: boolean;
20
- is?: string | Component;
21
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<{
22
- align?: ETextAlign;
23
- size?: ETypographySizes;
24
- kind?: EColors;
25
- weight?: ETextWeight;
26
- lineHeight?: boolean;
27
- textTransform?: ETextTransform;
28
- underline?: boolean;
29
- is?: string | Component;
30
- }>>>, {}, {}>;
31
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
32
- export default _default;
33
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
34
- type __VLS_TypePropsToOption<T> = {
35
- [K in keyof T]-?: {} extends Pick<T, K> ? {
36
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
37
- } : {
38
- type: PropType<T[K]>;
39
- required: true;
40
- };
41
- };
42
- type __VLS_WithTemplateSlots<T, S> = T & {
43
- new (): {
44
- $slots: S;
45
- };
46
- };
47
- //# sourceMappingURL=ui-typography.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ui-typography.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-typography/ui-typography.vue"],"names":[],"mappings":"AAoHC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAoB/C,iBAAS,cAAc;;yBAgNM,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;YAxPX,UAAU;WACX,gBAAgB;WAChB,OAAO;aACL,WAAW;iBACP,OAAO;oBACJ,cAAc;gBAClB,OAAO;SACd,MAAM,GAAG,SAAS;;YAPf,UAAU;WACX,gBAAgB;WAChB,OAAO;aACL,WAAW;iBACP,OAAO;oBACJ,cAAc;gBAClB,OAAO;SACd,MAAM,GAAG,SAAS;aAuPvB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC;AACF,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}