@plusui/library 0.1.2 → 0.1.4

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 (467) hide show
  1. package/cdn/components/accordion/accordion.js +34 -9
  2. package/cdn/components/accordion/accordion.style.js +2 -2
  3. package/cdn/components/accordion/index.js +4 -3
  4. package/cdn/components/accordion-group/accordion-group.js +5 -4
  5. package/cdn/components/accordion-group/index.js +4 -3
  6. package/cdn/components/alert/alert.js +25 -14
  7. package/cdn/components/alert/index.js +5 -4
  8. package/cdn/components/avatar/avatar.js +26 -11
  9. package/cdn/components/avatar/avatar.style.js +1 -1
  10. package/cdn/components/avatar/index.js +6 -5
  11. package/cdn/components/badge/badge.host.style.js +1 -1
  12. package/cdn/components/badge/badge.js +5 -5
  13. package/cdn/components/badge/index.js +5 -5
  14. package/cdn/components/base/index.js +2 -2
  15. package/cdn/components/base/tailwind-base.js +3 -3
  16. package/cdn/components/breadcrumb/breadcrumb.js +3 -3
  17. package/cdn/components/breadcrumb/index.js +3 -3
  18. package/cdn/components/breadcrumb-item/breadcrumb-item.js +9 -8
  19. package/cdn/components/breadcrumb-item/index.js +5 -4
  20. package/cdn/components/button/button.js +12 -8
  21. package/cdn/components/button/index.js +5 -4
  22. package/cdn/components/button-group/button-group.js +19 -29
  23. package/cdn/components/button-group/index.js +5 -4
  24. package/cdn/components/checkbox/checkbox.js +13 -16
  25. package/cdn/components/checkbox/index.js +6 -9
  26. package/cdn/components/checkbox-group/checkbox-group.js +41 -20
  27. package/cdn/components/checkbox-group/index.js +4 -3
  28. package/cdn/components/chip/chip.js +9 -8
  29. package/cdn/components/chip/index.js +5 -4
  30. package/cdn/components/divider/divider.js +4 -4
  31. package/cdn/components/divider/divider.style.js +1 -1
  32. package/cdn/components/divider/index.js +4 -4
  33. package/cdn/components/drawer/drawer.js +12 -6
  34. package/cdn/components/drawer/index.js +5 -4
  35. package/cdn/components/dropdown/dropdown.js +10 -9
  36. package/cdn/components/dropdown/index.js +6 -5
  37. package/cdn/components/dropdown-item/dropdown-item.js +8 -7
  38. package/cdn/components/dropdown-item/index.js +6 -5
  39. package/cdn/components/icon/icon-registry.js +103 -0
  40. package/cdn/components/icon/icon.js +198 -2956
  41. package/cdn/components/icon/index.js +10 -3
  42. package/cdn/components/icon/light-icons.js +8 -0
  43. package/cdn/components/icon/regular-icons.js +10 -0
  44. package/cdn/components/icon/solid-icons.js +34 -0
  45. package/cdn/components/index.js +15 -14
  46. package/cdn/components/input/index.js +7 -6
  47. package/cdn/components/input/input.js +48 -23
  48. package/cdn/components/link/index.js +4 -3
  49. package/cdn/components/link/link.js +8 -7
  50. package/cdn/components/list-box-item/index.js +5 -4
  51. package/cdn/components/list-box-item/list-box-item.js +9 -16
  52. package/cdn/components/modal/index.js +5 -4
  53. package/cdn/components/modal/modal.js +20 -9
  54. package/cdn/components/popconfirm/index.js +6 -5
  55. package/cdn/components/popconfirm/popconfirm.js +16 -19
  56. package/cdn/components/popover/index.js +6 -5
  57. package/cdn/components/popover/popover.js +29 -14
  58. package/cdn/components/radio/index.js +6 -5
  59. package/cdn/components/radio/radio.js +18 -35
  60. package/cdn/components/radio-group/index.js +4 -3
  61. package/cdn/components/radio-group/radio-group.js +10 -9
  62. package/cdn/components/rating/index.js +7 -9
  63. package/cdn/components/rating/rating.js +12 -16
  64. package/cdn/components/segmented-picker/index.js +3 -3
  65. package/cdn/components/segmented-picker/segmented-picker.component.js +3 -3
  66. package/cdn/components/segmented-picker-item/index.js +5 -4
  67. package/cdn/components/segmented-picker-item/segmented-picker-item.component.js +10 -16
  68. package/cdn/components/select/index.js +6 -5
  69. package/cdn/components/select/select.js +34 -18
  70. package/cdn/components/select/select.style.js +5 -1
  71. package/cdn/components/select-item/index.js +6 -5
  72. package/cdn/components/select-item/select-item.js +8 -7
  73. package/cdn/components/service/index.js +5 -8
  74. package/cdn/components/service/service.js +6 -9
  75. package/cdn/components/tab/index.js +5 -4
  76. package/cdn/components/tab/tab.js +15 -11
  77. package/cdn/components/tab-group/index.js +5 -4
  78. package/cdn/components/tab-group/tab-group.js +11 -8
  79. package/cdn/components/tab-panel/index.js +4 -3
  80. package/cdn/components/tab-panel/tab-panel.js +7 -7
  81. package/cdn/components/tag/index.js +5 -4
  82. package/cdn/components/tag/tag.js +7 -9
  83. package/cdn/components/text/index.js +3 -3
  84. package/cdn/components/text/text.js +3 -3
  85. package/cdn/components/textarea/index.js +7 -6
  86. package/cdn/components/textarea/textarea.js +18 -12
  87. package/cdn/components/toast/index.js +4 -7
  88. package/cdn/components/toast/toast.js +9 -12
  89. package/cdn/components/toast-container/index.js +5 -8
  90. package/cdn/components/toast-container/toast-container.js +5 -8
  91. package/cdn/components/toggle/index.js +8 -11
  92. package/cdn/components/toggle/toggle.js +24 -26
  93. package/cdn/components/tooltip/index.js +5 -5
  94. package/cdn/components/tooltip/tooltip.js +5 -5
  95. package/cdn/factory/tailwind-factory.js +7 -7
  96. package/cdn/floating-ui.dom-CXNHR8n2.js +1 -0
  97. package/cdn/{floating-ui.dom-BpzIshEG.js → floating-ui.dom-OBaMlALa.js} +14 -26
  98. package/cdn/global-CFlb4NrK.js +31 -0
  99. package/cdn/global-DJT9VHCE.js +1 -0
  100. package/cdn/{if-defined-CIB8OTrH.js → if-defined-CQ5F5a3V.js} +1 -1
  101. package/{dist/if-defined-DpyZ37D-.js → cdn/if-defined-D-m3dgRf.js} +1 -1
  102. package/cdn/lit-element-ByzbtpGk.js +27 -0
  103. package/cdn/lit-element-DNNEDGnu.js +23 -0
  104. package/cdn/{live-C1eBrEBV.js → live-BOAtKRUN.js} +1 -1
  105. package/cdn/{live-CYp4nasd.js → live-Ba4FL2pG.js} +1 -1
  106. package/cdn/loader.js +3 -7
  107. package/cdn/property-DLlzgs39.js +7 -0
  108. package/cdn/{property-Dz31PgR6.js → property-DiPQx9S3.js} +2 -2
  109. package/{dist/query-assigned-elements-BmQGl3Hh.js → cdn/query-assigned-elements-D78NayL0.js} +1 -1
  110. package/{dist/state-qylyRN7L.js → cdn/state-CoIPL7X5.js} +1 -1
  111. package/cdn/{state-BRspp5eU.js → state-D1d5Sfj8.js} +1 -1
  112. package/{dist/style-map-Cgr6kXUm.js → cdn/style-map-DC_vNus2.js} +1 -1
  113. package/cdn/{style-map-BYRi_l0u.js → style-map-Z-XBeQmS.js} +1 -1
  114. package/cdn/utils/boolean-converter.js +30 -0
  115. package/custom-elements.json +663 -355
  116. package/dist/components/accordion/accordion.d.ts +1 -1
  117. package/dist/components/accordion/accordion.d.ts.map +1 -1
  118. package/dist/components/accordion/accordion.js +33 -8
  119. package/dist/components/accordion/accordion.js.map +1 -1
  120. package/dist/components/accordion/accordion.style.js +2 -2
  121. package/dist/components/accordion/accordion.style.js.map +1 -1
  122. package/dist/components/accordion/index.js +3 -2
  123. package/dist/components/accordion-group/accordion-group.d.ts +1 -1
  124. package/dist/components/accordion-group/accordion-group.d.ts.map +1 -1
  125. package/dist/components/accordion-group/accordion-group.js +4 -3
  126. package/dist/components/accordion-group/accordion-group.js.map +1 -1
  127. package/dist/components/accordion-group/index.js +3 -2
  128. package/dist/components/alert/alert.d.ts +1 -1
  129. package/dist/components/alert/alert.d.ts.map +1 -1
  130. package/dist/components/alert/alert.js +24 -13
  131. package/dist/components/alert/alert.js.map +1 -1
  132. package/dist/components/alert/index.js +4 -3
  133. package/dist/components/avatar/avatar.d.ts +4 -3
  134. package/dist/components/avatar/avatar.d.ts.map +1 -1
  135. package/dist/components/avatar/avatar.js +25 -10
  136. package/dist/components/avatar/avatar.js.map +1 -1
  137. package/dist/components/avatar/avatar.style.js +1 -1
  138. package/dist/components/avatar/avatar.style.js.map +1 -1
  139. package/dist/components/avatar/index.js +5 -4
  140. package/dist/components/badge/badge.d.ts +1 -1
  141. package/dist/components/badge/badge.host.style.js +1 -1
  142. package/dist/components/badge/badge.js +4 -4
  143. package/dist/components/badge/index.js +4 -4
  144. package/dist/components/base/index.js +1 -1
  145. package/dist/components/base/tailwind-base.js +2 -2
  146. package/dist/components/breadcrumb/breadcrumb.d.ts +1 -1
  147. package/dist/components/breadcrumb/breadcrumb.js +2 -2
  148. package/dist/components/breadcrumb/index.js +2 -2
  149. package/dist/components/breadcrumb-item/breadcrumb-item.d.ts.map +1 -1
  150. package/dist/components/breadcrumb-item/breadcrumb-item.js +8 -7
  151. package/dist/components/breadcrumb-item/breadcrumb-item.js.map +1 -1
  152. package/dist/components/breadcrumb-item/index.js +4 -3
  153. package/dist/components/button/button.d.ts +1 -1
  154. package/dist/components/button/button.d.ts.map +1 -1
  155. package/dist/components/button/button.js +11 -7
  156. package/dist/components/button/button.js.map +1 -1
  157. package/dist/components/button/index.js +4 -3
  158. package/dist/components/button-group/button-group.d.ts +2 -2
  159. package/dist/components/button-group/button-group.d.ts.map +1 -1
  160. package/dist/components/button-group/button-group.js +18 -28
  161. package/dist/components/button-group/button-group.js.map +1 -1
  162. package/dist/components/button-group/index.js +4 -3
  163. package/dist/components/checkbox/checkbox.d.ts +1 -2
  164. package/dist/components/checkbox/checkbox.d.ts.map +1 -1
  165. package/dist/components/checkbox/checkbox.js +12 -15
  166. package/dist/components/checkbox/checkbox.js.map +1 -1
  167. package/dist/components/checkbox/index.js +5 -8
  168. package/dist/components/checkbox-group/checkbox-group.d.ts +2 -3
  169. package/dist/components/checkbox-group/checkbox-group.d.ts.map +1 -1
  170. package/dist/components/checkbox-group/checkbox-group.js +40 -19
  171. package/dist/components/checkbox-group/checkbox-group.js.map +1 -1
  172. package/dist/components/checkbox-group/index.js +3 -2
  173. package/dist/components/chip/chip.d.ts +1 -1
  174. package/dist/components/chip/chip.d.ts.map +1 -1
  175. package/dist/components/chip/chip.js +8 -7
  176. package/dist/components/chip/chip.js.map +1 -1
  177. package/dist/components/chip/index.js +4 -3
  178. package/dist/components/divider/divider.d.ts +1 -1
  179. package/dist/components/divider/divider.js +3 -3
  180. package/dist/components/divider/divider.style.js +1 -1
  181. package/dist/components/divider/index.js +3 -3
  182. package/dist/components/drawer/drawer.d.ts +1 -1
  183. package/dist/components/drawer/drawer.d.ts.map +1 -1
  184. package/dist/components/drawer/drawer.js +11 -5
  185. package/dist/components/drawer/drawer.js.map +1 -1
  186. package/dist/components/drawer/index.js +4 -3
  187. package/dist/components/dropdown/dropdown.d.ts +1 -1
  188. package/dist/components/dropdown/dropdown.d.ts.map +1 -1
  189. package/dist/components/dropdown/dropdown.js +9 -8
  190. package/dist/components/dropdown/dropdown.js.map +1 -1
  191. package/dist/components/dropdown/index.js +5 -4
  192. package/dist/components/dropdown-item/dropdown-item.d.ts +1 -1
  193. package/dist/components/dropdown-item/dropdown-item.d.ts.map +1 -1
  194. package/dist/components/dropdown-item/dropdown-item.js +7 -6
  195. package/dist/components/dropdown-item/dropdown-item.js.map +1 -1
  196. package/dist/components/dropdown-item/index.js +5 -4
  197. package/dist/components/icon/icon-registry.d.ts +50 -0
  198. package/dist/components/icon/icon-registry.d.ts.map +1 -0
  199. package/dist/components/icon/icon-registry.js +103 -0
  200. package/dist/components/icon/icon-registry.js.map +1 -0
  201. package/dist/components/icon/icon.d.ts +55 -7
  202. package/dist/components/icon/icon.d.ts.map +1 -1
  203. package/dist/components/icon/icon.js +198 -2956
  204. package/dist/components/icon/icon.js.map +1 -1
  205. package/dist/components/icon/index.d.ts +3 -1
  206. package/dist/components/icon/index.d.ts.map +1 -1
  207. package/dist/components/icon/index.js +10 -3
  208. package/dist/components/icon/index.js.map +1 -1
  209. package/dist/components/icon/light-icons.d.ts +7 -0
  210. package/dist/components/icon/light-icons.d.ts.map +1 -0
  211. package/dist/components/icon/light-icons.js +8 -0
  212. package/dist/components/icon/light-icons.js.map +1 -0
  213. package/dist/components/icon/regular-icons.d.ts +9 -0
  214. package/dist/components/icon/regular-icons.d.ts.map +1 -0
  215. package/dist/components/icon/regular-icons.js +10 -0
  216. package/dist/components/icon/regular-icons.js.map +1 -0
  217. package/dist/components/icon/solid-icons.d.ts +28 -0
  218. package/dist/components/icon/solid-icons.d.ts.map +1 -0
  219. package/dist/components/icon/solid-icons.js +34 -0
  220. package/dist/components/icon/solid-icons.js.map +1 -0
  221. package/dist/components/index.d.ts +1 -2
  222. package/dist/components/index.d.ts.map +1 -1
  223. package/dist/components/index.js +14 -13
  224. package/dist/components/index.js.map +1 -1
  225. package/dist/components/input/index.js +6 -5
  226. package/dist/components/input/input.d.ts +10 -3
  227. package/dist/components/input/input.d.ts.map +1 -1
  228. package/dist/components/input/input.js +47 -22
  229. package/dist/components/input/input.js.map +1 -1
  230. package/dist/components/link/index.js +3 -2
  231. package/dist/components/link/link.d.ts +1 -1
  232. package/dist/components/link/link.d.ts.map +1 -1
  233. package/dist/components/link/link.js +7 -6
  234. package/dist/components/link/link.js.map +1 -1
  235. package/dist/components/list-box-item/index.js +4 -3
  236. package/dist/components/list-box-item/list-box-item.d.ts +3 -11
  237. package/dist/components/list-box-item/list-box-item.d.ts.map +1 -1
  238. package/dist/components/list-box-item/list-box-item.js +8 -15
  239. package/dist/components/list-box-item/list-box-item.js.map +1 -1
  240. package/dist/components/modal/index.js +4 -3
  241. package/dist/components/modal/modal.d.ts +1 -1
  242. package/dist/components/modal/modal.d.ts.map +1 -1
  243. package/dist/components/modal/modal.js +19 -8
  244. package/dist/components/modal/modal.js.map +1 -1
  245. package/dist/components/popconfirm/index.js +5 -4
  246. package/dist/components/popconfirm/popconfirm.d.ts +1 -7
  247. package/dist/components/popconfirm/popconfirm.d.ts.map +1 -1
  248. package/dist/components/popconfirm/popconfirm.js +15 -18
  249. package/dist/components/popconfirm/popconfirm.js.map +1 -1
  250. package/dist/components/popover/index.js +5 -4
  251. package/dist/components/popover/popover.d.ts +1 -1
  252. package/dist/components/popover/popover.d.ts.map +1 -1
  253. package/dist/components/popover/popover.js +28 -13
  254. package/dist/components/popover/popover.js.map +1 -1
  255. package/dist/components/radio/index.js +5 -4
  256. package/dist/components/radio/radio.d.ts +8 -26
  257. package/dist/components/radio/radio.d.ts.map +1 -1
  258. package/dist/components/radio/radio.js +17 -34
  259. package/dist/components/radio/radio.js.map +1 -1
  260. package/dist/components/radio-group/index.js +3 -2
  261. package/dist/components/radio-group/radio-group.d.ts +4 -4
  262. package/dist/components/radio-group/radio-group.d.ts.map +1 -1
  263. package/dist/components/radio-group/radio-group.js +9 -8
  264. package/dist/components/radio-group/radio-group.js.map +1 -1
  265. package/dist/components/rating/index.js +6 -8
  266. package/dist/components/rating/rating.d.ts +1 -2
  267. package/dist/components/rating/rating.d.ts.map +1 -1
  268. package/dist/components/rating/rating.js +11 -15
  269. package/dist/components/rating/rating.js.map +1 -1
  270. package/dist/components/segmented-picker/index.js +2 -2
  271. package/dist/components/segmented-picker/segmented-picker.component.d.ts +1 -1
  272. package/dist/components/segmented-picker/segmented-picker.component.js +2 -2
  273. package/dist/components/segmented-picker-item/index.js +4 -3
  274. package/dist/components/segmented-picker-item/segmented-picker-item.component.d.ts +4 -11
  275. package/dist/components/segmented-picker-item/segmented-picker-item.component.d.ts.map +1 -1
  276. package/dist/components/segmented-picker-item/segmented-picker-item.component.js +9 -15
  277. package/dist/components/segmented-picker-item/segmented-picker-item.component.js.map +1 -1
  278. package/dist/components/select/index.js +5 -4
  279. package/dist/components/select/select.d.ts +6 -1
  280. package/dist/components/select/select.d.ts.map +1 -1
  281. package/dist/components/select/select.js +33 -17
  282. package/dist/components/select/select.js.map +1 -1
  283. package/dist/components/select/select.style.d.ts +28 -0
  284. package/dist/components/select/select.style.d.ts.map +1 -1
  285. package/dist/components/select/select.style.js +5 -1
  286. package/dist/components/select/select.style.js.map +1 -1
  287. package/dist/components/select-item/index.js +5 -4
  288. package/dist/components/select-item/select-item.d.ts +1 -1
  289. package/dist/components/select-item/select-item.d.ts.map +1 -1
  290. package/dist/components/select-item/select-item.js +7 -6
  291. package/dist/components/select-item/select-item.js.map +1 -1
  292. package/dist/components/service/index.js +4 -7
  293. package/dist/components/service/service.d.ts +1 -1
  294. package/dist/components/service/service.js +5 -8
  295. package/dist/components/tab/index.js +4 -3
  296. package/dist/components/tab/tab.d.ts +3 -3
  297. package/dist/components/tab/tab.d.ts.map +1 -1
  298. package/dist/components/tab/tab.js +14 -10
  299. package/dist/components/tab/tab.js.map +1 -1
  300. package/dist/components/tab-group/index.js +4 -3
  301. package/dist/components/tab-group/tab-group.d.ts +2 -2
  302. package/dist/components/tab-group/tab-group.d.ts.map +1 -1
  303. package/dist/components/tab-group/tab-group.js +10 -7
  304. package/dist/components/tab-group/tab-group.js.map +1 -1
  305. package/dist/components/tab-panel/index.js +3 -2
  306. package/dist/components/tab-panel/tab-panel.d.ts +3 -4
  307. package/dist/components/tab-panel/tab-panel.d.ts.map +1 -1
  308. package/dist/components/tab-panel/tab-panel.js +6 -6
  309. package/dist/components/tab-panel/tab-panel.js.map +1 -1
  310. package/dist/components/tag/index.js +4 -3
  311. package/dist/components/tag/tag.d.ts +2 -5
  312. package/dist/components/tag/tag.d.ts.map +1 -1
  313. package/dist/components/tag/tag.js +6 -8
  314. package/dist/components/tag/tag.js.map +1 -1
  315. package/dist/components/text/index.js +2 -2
  316. package/dist/components/text/text.d.ts +1 -1
  317. package/dist/components/text/text.js +2 -2
  318. package/dist/components/textarea/index.js +6 -5
  319. package/dist/components/textarea/textarea.d.ts +1 -1
  320. package/dist/components/textarea/textarea.d.ts.map +1 -1
  321. package/dist/components/textarea/textarea.js +17 -11
  322. package/dist/components/textarea/textarea.js.map +1 -1
  323. package/dist/components/toast/index.js +3 -6
  324. package/dist/components/toast/toast.d.ts +1 -2
  325. package/dist/components/toast/toast.d.ts.map +1 -1
  326. package/dist/components/toast/toast.js +8 -11
  327. package/dist/components/toast/toast.js.map +1 -1
  328. package/dist/components/toast-container/index.js +4 -7
  329. package/dist/components/toast-container/toast-container.d.ts +1 -1
  330. package/dist/components/toast-container/toast-container.js +4 -7
  331. package/dist/components/toggle/index.js +7 -10
  332. package/dist/components/toggle/toggle.d.ts +2 -4
  333. package/dist/components/toggle/toggle.d.ts.map +1 -1
  334. package/dist/components/toggle/toggle.js +23 -25
  335. package/dist/components/toggle/toggle.js.map +1 -1
  336. package/dist/components/tooltip/index.js +4 -4
  337. package/dist/components/tooltip/tooltip.d.ts +1 -1
  338. package/dist/components/tooltip/tooltip.js +4 -4
  339. package/dist/factory/tailwind-factory.d.ts.map +1 -1
  340. package/dist/factory/tailwind-factory.js +6 -6
  341. package/dist/floating-ui.dom-D2kZGcxs.js +1 -0
  342. package/dist/{floating-ui.dom-BpzIshEG.js → floating-ui.dom-OBaMlALa.js} +14 -26
  343. package/{cdn/if-defined-DpyZ37D-.js → dist/if-defined-D-m3dgRf.js} +1 -1
  344. package/dist/{if-defined-D2TYlDW5.js → if-defined-Lnht-wFh.js} +1 -1
  345. package/dist/index.css +2 -2
  346. package/dist/lit-element-BrXyG1pe.js +23 -0
  347. package/dist/lit-element-ByzbtpGk.js +27 -0
  348. package/dist/{live-C1eBrEBV.js → live-BOAtKRUN.js} +1 -1
  349. package/dist/{live-Cl8wOWGv.js → live-BmuA0KMh.js} +1 -1
  350. package/dist/model/plus.d.ts.map +1 -1
  351. package/dist/property-B6euWYsa.js +7 -0
  352. package/dist/{property-Dz31PgR6.js → property-DiPQx9S3.js} +2 -2
  353. package/dist/{query-3HJE_24O.js → query-CS0ORr77.js} +1 -1
  354. package/{cdn/query-assigned-elements-BVENYXMn.js → dist/query-assigned-elements-kixPV2ud.js} +2 -2
  355. package/{cdn/state-hFbsBSdV.js → dist/state-CLE0KCMj.js} +1 -1
  356. package/dist/{state-BRspp5eU.js → state-D1d5Sfj8.js} +1 -1
  357. package/{cdn/style-map-Cgr6kXUm.js → dist/style-map-DC_vNus2.js} +1 -1
  358. package/dist/{style-map-eMo7d83b.js → style-map-YDK_mtXK.js} +1 -1
  359. package/dist/styles/global.js +2 -2
  360. package/dist/styles/theme/light.js +2 -2
  361. package/dist/utils/boolean-converter.d.ts +21 -0
  362. package/dist/utils/boolean-converter.d.ts.map +1 -0
  363. package/dist/utils/boolean-converter.js +30 -0
  364. package/dist/utils/boolean-converter.js.map +1 -0
  365. package/eslint/custom-element-eslint-rules.js +9 -9
  366. package/package.json +2 -6
  367. package/public/html/index.js +15772 -0
  368. package/public/react/index.d.ts +6908 -0
  369. package/public/react/index.js +17355 -0
  370. package/react/PlusAccordion.js +9 -9
  371. package/react/PlusAccordionGroup.js +3 -1
  372. package/react/PlusAlert.js +9 -9
  373. package/react/PlusAvatar.d.ts +1 -1
  374. package/react/PlusAvatar.js +3 -1
  375. package/react/PlusBadge.js +3 -1
  376. package/react/PlusBreadcrumb.js +3 -1
  377. package/react/PlusBreadcrumbItem.js +3 -1
  378. package/react/PlusButton.js +3 -1
  379. package/react/PlusButtonGroup.js +3 -1
  380. package/react/PlusCheckbox.js +17 -9
  381. package/react/PlusCheckboxGroup.js +9 -9
  382. package/react/PlusChip.js +3 -1
  383. package/react/PlusDivider.js +9 -9
  384. package/react/PlusDrawer.js +7 -1
  385. package/react/PlusDropDownItem.js +9 -9
  386. package/react/PlusDropdown.js +9 -9
  387. package/react/PlusIcon.d.ts +17 -3
  388. package/react/PlusIcon.js +8 -4
  389. package/react/PlusInput.d.ts +5 -8
  390. package/react/PlusInput.js +16 -13
  391. package/react/PlusLink.js +3 -1
  392. package/react/PlusListBoxItem.d.ts +2 -4
  393. package/react/PlusListBoxItem.js +9 -9
  394. package/react/PlusModal.js +7 -1
  395. package/react/PlusPopconfirm.d.ts +2 -8
  396. package/react/PlusPopconfirm.js +9 -9
  397. package/react/PlusPopover.js +11 -11
  398. package/react/PlusRadio.d.ts +7 -7
  399. package/react/PlusRadio.js +12 -9
  400. package/react/PlusRadioGroup.d.ts +3 -3
  401. package/react/PlusRadioGroup.js +3 -1
  402. package/react/PlusRating.js +12 -9
  403. package/react/PlusSegmentedPicker.js +9 -9
  404. package/react/PlusSegmentedPickerItem.d.ts +5 -2
  405. package/react/PlusSegmentedPickerItem.js +3 -1
  406. package/react/PlusSelect.d.ts +3 -0
  407. package/react/PlusSelect.js +11 -9
  408. package/react/PlusSelectItem.js +9 -9
  409. package/react/PlusService.js +3 -1
  410. package/react/PlusTab.d.ts +2 -2
  411. package/react/PlusTab.js +3 -1
  412. package/react/PlusTabGroup.d.ts +1 -1
  413. package/react/PlusTabGroup.js +9 -9
  414. package/react/PlusTabPanel.d.ts +2 -2
  415. package/react/PlusTabPanel.js +3 -1
  416. package/react/PlusTag.js +3 -1
  417. package/react/PlusText.js +3 -1
  418. package/react/PlusTextarea.js +14 -9
  419. package/react/PlusToast.js +9 -9
  420. package/react/PlusToastContainer.js +3 -1
  421. package/react/PlusToggle.d.ts +0 -3
  422. package/react/PlusToggle.js +14 -11
  423. package/react/PlusTooltip.js +3 -1
  424. package/react/Tailwind.js +3 -1
  425. package/react/index.d.ts +1 -2
  426. package/react/index.js +1 -2
  427. package/types/custom-element-jsx.d.ts +61 -68
  428. package/types/custom-element-solidjs.d.ts +64 -73
  429. package/types/custom-element-svelte.d.ts +61 -68
  430. package/types/custom-element-vuejs.d.ts +61 -68
  431. package/vscode.css-custom-data.json +17 -0
  432. package/vscode.html-custom-data.json +103 -78
  433. package/web-types.json +164 -121
  434. package/cdn/components/svg-icon/icons.js +0 -31
  435. package/cdn/components/svg-icon/index.js +0 -8
  436. package/cdn/components/svg-icon/svg-icon.js +0 -31
  437. package/cdn/floating-ui.dom-BYyWpmHF.js +0 -1
  438. package/cdn/global-COKphIjP.js +0 -31
  439. package/cdn/global-jro1Jrjm.js +0 -1
  440. package/cdn/lit-element-BNK__jO-.js +0 -27
  441. package/cdn/lit-element-CSuLHuHb.js +0 -22
  442. package/cdn/property-B8EDuyz_.js +0 -7
  443. package/cdn/unsafe-html-BXTWMFA8.js +0 -10
  444. package/cdn/unsafe-html-CFzahWAO.js +0 -6
  445. package/dist/components/svg-icon/icons.d.ts +0 -25
  446. package/dist/components/svg-icon/icons.d.ts.map +0 -1
  447. package/dist/components/svg-icon/icons.js +0 -31
  448. package/dist/components/svg-icon/icons.js.map +0 -1
  449. package/dist/components/svg-icon/index.d.ts +0 -3
  450. package/dist/components/svg-icon/index.d.ts.map +0 -1
  451. package/dist/components/svg-icon/index.js +0 -8
  452. package/dist/components/svg-icon/index.js.map +0 -1
  453. package/dist/components/svg-icon/svg-icon.d.ts +0 -9
  454. package/dist/components/svg-icon/svg-icon.d.ts.map +0 -1
  455. package/dist/components/svg-icon/svg-icon.js +0 -31
  456. package/dist/components/svg-icon/svg-icon.js.map +0 -1
  457. package/dist/floating-ui.dom-qD1bNRwo.js +0 -1
  458. package/dist/lit-element-BNK__jO-.js +0 -27
  459. package/dist/lit-element-CEaY83fr.js +0 -22
  460. package/dist/property-Y9xP4-Ky.js +0 -7
  461. package/dist/unsafe-html-BLLzcKgC.js +0 -6
  462. package/dist/unsafe-html-BXTWMFA8.js +0 -10
  463. package/react/PlusSvgIcon.d.ts +0 -52
  464. package/react/PlusSvgIcon.js +0 -21
  465. /package/dist/{base-DYpPqEdE.js → base-AyU8eeio.js} +0 -0
  466. /package/dist/{directive-C38_WcAU.js → directive-D_Ke56J1.js} +0 -0
  467. /package/dist/{index-CpjI9mV3.js → index-CsKO2ZpR.js} +0 -0
package/react/index.d.ts CHANGED
@@ -2,10 +2,9 @@ export * from "./Tailwind.js";
2
2
  export * from "./PlusAvatar.js";
3
3
  export * from "./PlusButton.js";
4
4
  export * from "./PlusButtonGroup.js";
5
- export * from "./PlusIcon.js";
6
5
  export * from "./PlusBadge.js";
7
6
  export * from "./PlusTag.js";
8
- export * from "./PlusSvgIcon.js";
7
+ export * from "./PlusIcon.js";
9
8
  export * from "./PlusChip.js";
10
9
  export * from "./PlusLink.js";
11
10
  export * from "./PlusAlert.js";
package/react/index.js CHANGED
@@ -2,10 +2,9 @@ export * from "./Tailwind.js";
2
2
  export * from "./PlusAvatar.js";
3
3
  export * from "./PlusButton.js";
4
4
  export * from "./PlusButtonGroup.js";
5
- export * from "./PlusIcon.js";
6
5
  export * from "./PlusBadge.js";
7
6
  export * from "./PlusTag.js";
8
- export * from "./PlusSvgIcon.js";
7
+ export * from "./PlusIcon.js";
9
8
  export * from "./PlusChip.js";
10
9
  export * from "./PlusLink.js";
11
10
  export * from "./PlusAlert.js";
@@ -72,7 +72,7 @@ export type PlusAvatarProps = {
72
72
  /** Size of the avatar
73
73
  Can be a predefined size (xs, sm, md, lg, xl) or custom value */
74
74
  size?: Size | string;
75
- /** Icon class to use when no image is available */
75
+ /** Icon name to use when no image is available */
76
76
  icon?: string;
77
77
  /** Toggles inverted color scheme */
78
78
  invert?: boolean;
@@ -145,13 +145,6 @@ When false, each button can have its own properties. */
145
145
  loading?: boolean;
146
146
  };
147
147
 
148
- export type PlusIconProps = {
149
- /** */
150
- iconName?: IconName | undefined;
151
- /** */
152
- prefix?: IconPrefix;
153
- };
154
-
155
148
  export type PlusBadgeProps = {
156
149
  /** Sets the status/color variant of the badge
157
150
  - default: Neutral color scheme
@@ -201,9 +194,15 @@ export type PlusTagProps = {
201
194
  ariaLabel?: string;
202
195
  };
203
196
 
204
- export type PlusSvgIconProps = {
205
- /** */
206
- iconName?: IconName | undefined;
197
+ export type PlusIconProps = {
198
+ /** Name of the icon to display */
199
+ "icon-name"?: IconName;
200
+ /** Style variant of the icon: solid, regular, or light */
201
+ "icon-style"?: IconStyle;
202
+ /** Size variant for the icon */
203
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl";
204
+ /** Label for accessibility - will be used as aria-label */
205
+ label?: string | undefined;
207
206
  };
208
207
 
209
208
  export type PlusChipProps = {
@@ -319,19 +318,19 @@ export type PlusRadioProps = {
319
318
  size?: "sm" | "md" | "lg";
320
319
  /** Defines the text label for the radio button */
321
320
  text?: string | undefined;
322
- /** Indicates whether the radio button is checked */
321
+ /** Whether the radio is checked. */
323
322
  checked?: boolean;
324
- /** Indicates if the radio button is in an error state */
323
+ /** Whether the radio is in an error state. */
325
324
  error?: boolean;
326
- /** Disables the radio button interaction */
325
+ /** Whether the radio is disabled. */
327
326
  disabled?: boolean;
328
- /** Makes the radio button readonly (non-interactive but not disabled) */
327
+ /** Whether the radio is readonly. */
329
328
  readonly?: boolean;
330
- /** The name of the radio button, used for form submission and radio grouping */
329
+ /** The radio's name attribute. */
331
330
  name?: string;
332
- /** Indicates if the radio input is required */
331
+ /** Whether the radio is required. */
333
332
  required?: boolean;
334
- /** The value associated with the radio button */
333
+ /** The radio's value attribute. */
335
334
  value?: string;
336
335
  /** */
337
336
  input?: HTMLInputElement;
@@ -342,11 +341,11 @@ export type PlusRadioProps = {
342
341
  };
343
342
 
344
343
  export type PlusSegmentedPickerItemProps = {
345
- /** Whether the item is checked. */
344
+ /** The value associated with the item. */
346
345
  checked?: boolean;
347
346
  /** The status of the item. */
348
347
  status?: "default" | "primary";
349
- /** Whether the item is disabled. */
348
+ /** Disables the item, making it non-interactive. */
350
349
  disabled?: boolean;
351
350
  /** The shape of the item. */
352
351
  shape?: "square" | "circle";
@@ -378,16 +377,16 @@ export type PlusRadioGroupProps = {
378
377
  name?: string;
379
378
  /** */
380
379
  value?: string;
381
- /** */
380
+ /** Disables all radio buttons in the group. */
382
381
  disabled?: boolean;
383
- /** */
382
+ /** Makes the radio group required for form submission. */
384
383
  required?: boolean;
385
384
  /** The size of all radio buttons in the group
386
385
  - sm: Small size
387
386
  - md: Medium size
388
387
  - lg: Large size */
389
388
  size?: "sm" | "md" | "lg";
390
- /** Shows error styling on the radio group */
389
+ /** Displays the radio buttons in an error state. */
391
390
  error?: boolean;
392
391
  /** Orientation of the radio buttons
393
392
  - horizontal: Radio buttons are arranged side by side
@@ -520,12 +519,12 @@ Available options:
520
519
 
521
520
  - `true` (default) - An icon representing the status will be displayed.
522
521
  - `false` - No icon will be displayed. */
523
- statusIcon?: boolean;
522
+ "status-icon"?: boolean;
524
523
  /** Determines whether the arrow should be displayed.
525
524
 
526
525
  - `true` (default) - Arrow will be displayed.
527
526
  - `false` - Arrow will be hidden. */
528
- showArrow?: boolean;
527
+ "show-arrow"?: boolean;
529
528
  /** */
530
529
  slots?: Array<HTMLElement>;
531
530
  /** Emitted when the popover is opened */
@@ -542,11 +541,9 @@ export type PlusListBoxItemProps = {
542
541
  - md: Medium size
543
542
  - lg: Large size */
544
543
  size?: "sm" | "md" | "lg";
545
- /** Disables the list box item interaction
546
- When disabled, the item cannot be clicked or selected */
544
+ /** Disables the item, making it non-interactive. */
547
545
  disabled?: boolean;
548
- /** Sets the selected state of the list box item
549
- When selected, the item will display with a highlighted background */
546
+ /** Indicates whether the item is currently selected. */
550
547
  selected?: boolean;
551
548
  /** Sets the text content of the list box item
552
549
  If provided, this will be used as the item's content when no slot content is present */
@@ -632,16 +629,6 @@ export type PlusTooltipProps = {
632
629
  };
633
630
 
634
631
  export type PlusInputProps = {
635
- /** The type of input */
636
- type?: "date" | "datetime-local" | "email" | "number" | "password" | "search" | "tel" | "text" | "time" | "url";
637
- /** The name of the input */
638
- name?: string;
639
- /** The value of the input */
640
- value?: string;
641
- /** The placeholder text */
642
- placeholder?: string;
643
- /** The size of the input */
644
- size?: "sm" | "md" | "lg";
645
632
  /** Whether the input should have a clear button */
646
633
  clearable?: boolean;
647
634
  /** Whether the input is disabled */
@@ -654,6 +641,18 @@ export type PlusInputProps = {
654
641
  "password-toggle"?: boolean;
655
642
  /** Whether the password is visible */
656
643
  "password-visible"?: boolean;
644
+ /** Whether the input is in an error state */
645
+ error?: boolean;
646
+ /** The type of input */
647
+ type?: "date" | "datetime-local" | "email" | "number" | "password" | "search" | "tel" | "text" | "time" | "url";
648
+ /** The name of the input */
649
+ name?: string;
650
+ /** The value of the input */
651
+ value?: string;
652
+ /** The placeholder text */
653
+ placeholder?: string;
654
+ /** The size of the input */
655
+ size?: "sm" | "md" | "lg";
657
656
  /** The label for the input */
658
657
  label?: string;
659
658
  /** The validation pattern for the input */
@@ -673,23 +672,19 @@ export type PlusInputProps = {
673
672
  /** The autocomplete attribute */
674
673
  autocomplete?: string;
675
674
  /** Whether the input should automatically get focus */
676
- autoFocus?: boolean;
675
+ autoFocus?: boolean | undefined;
677
676
  /** The enterkeyhint attribute */
678
677
  enterkeyhint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send";
679
678
  /** The inputmode attribute */
680
679
  inputmode?: "none" | "text" | "decimal" | "numeric" | "tel" | "search" | "email" | "url";
681
680
  /** Whether spellcheck is enabled */
682
- spellCheck?: boolean;
681
+ spellCheck?: boolean | undefined;
683
682
  /** Caption text to display below the input */
684
683
  caption?: string;
685
- /** Whether the input is in an error state */
686
- error?: boolean;
687
684
  /** The error message to display */
688
685
  "error-message"?: string;
689
686
  /** Whether the input should take up full width */
690
687
  "full-width"?: boolean;
691
- /** Whether the input is used as part of a select component */
692
- isSelect?: boolean;
693
688
  /** Icon name for the prefix icon */
694
689
  "prefix-icon"?: string;
695
690
  /** Icon name for the suffix icon */
@@ -757,15 +752,9 @@ Available options:
757
752
  - `primary` (default theme color)
758
753
  - `default` (gray - default) */
759
754
  status?: "success" | "warning" | "danger" | "info" | "primary" | "default";
760
- /** Determines whether a status icon should be displayed in the popconfirm.
761
-
762
- - `true` (default) - An icon representing the status will be displayed.
763
- - `false` - No icon will be displayed. */
755
+ /** Determines whether a status icon should be displayed in the popconfirm. */
764
756
  "status-icon"?: boolean;
765
- /** Determines whether the arrow should be displayed.
766
-
767
- - `true` (default) - Arrow will be displayed.
768
- - `false` - Arrow will be hidden. */
757
+ /** Determines whether the arrow should be displayed. */
769
758
  "show-arrow"?: boolean;
770
759
  /** */
771
760
  slots?: Array<HTMLElement>;
@@ -1002,6 +991,8 @@ export type PlusSelectProps = {
1002
991
  caption?: string | undefined;
1003
992
  /** Enables a clear button to reset the selection. */
1004
993
  clearable?: boolean;
994
+ /** Makes the select full width. */
995
+ "full-width"?: boolean;
1005
996
 
1006
997
  /** Emitted when the select is opened */
1007
998
  "onplus-select-open"?: (e: CustomEvent<never>) => void;
@@ -1035,8 +1026,6 @@ export type PlusToggleProps = {
1035
1026
  /** */
1036
1027
  "toggle-inactive-icon"?: string | undefined;
1037
1028
  /** */
1038
- "icon-size"?: number | undefined;
1039
- /** */
1040
1029
  error?: boolean;
1041
1030
  /** */
1042
1031
  "error-message"?: string;
@@ -1082,9 +1071,9 @@ export type PlusTabProps = {
1082
1071
  - horizontal: Tabs arranged horizontally
1083
1072
  - vertical: Tabs arranged vertically */
1084
1073
  orientation?: "horizontal" | "vertical";
1085
- /** Icon to display before the tab content */
1074
+ /** Icon name to display before the tab content */
1086
1075
  "prefix-icon"?: string | undefined;
1087
- /** Icon to display after the tab content */
1076
+ /** Icon name to display after the tab content */
1088
1077
  "suffix-icon"?: string | undefined;
1089
1078
  /** Enables the dismiss button to remove the tab */
1090
1079
  dismissible?: boolean;
@@ -1098,9 +1087,9 @@ This is controlled by the parent tab-group */
1098
1087
  export type PlusTabPanelProps = {
1099
1088
  /** Sets the value of the tab panel, used for matching with a tab */
1100
1089
  value?: string;
1101
- /** Indicates if the panel is currently visible */
1090
+ /** Indicates whether the panel is currently active/visible. */
1102
1091
  active?: boolean;
1103
- /** Custom CSS class to apply to the panel */
1092
+ /** An optional class to apply to the panel container. */
1104
1093
  panelClass?: string;
1105
1094
  };
1106
1095
 
@@ -1116,7 +1105,7 @@ export type PlusTabGroupProps = {
1116
1105
  orientation?: "horizontal" | "vertical";
1117
1106
  /** Disables all tabs */
1118
1107
  disabled?: boolean;
1119
- /** Enables the dismiss button on all tabs */
1108
+ /** Allows individual tabs to be dismissed (closed). */
1120
1109
  dismissible?: boolean;
1121
1110
  /** Currently active tab value */
1122
1111
  value?: string;
@@ -1166,13 +1155,6 @@ export type CustomElements = {
1166
1155
  */
1167
1156
  "plus-button-group": Partial<PlusButtonGroupProps & BaseProps & BaseEvents>;
1168
1157
 
1169
- /**
1170
- *
1171
- * ---
1172
- *
1173
- */
1174
- "plus-icon": Partial<PlusIconProps & BaseProps & BaseEvents>;
1175
-
1176
1158
  /**
1177
1159
  *
1178
1160
  * ---
@@ -1198,8 +1180,16 @@ export type CustomElements = {
1198
1180
  *
1199
1181
  * ---
1200
1182
  *
1183
+ *
1184
+ * ### **CSS Properties:**
1185
+ * - **--icon-size** - Custom icon size (overrides size variants) _(default: undefined)_
1186
+ * - **--icon-color** - Custom icon color (overrides currentColor) _(default: undefined)_
1187
+ *
1188
+ * ### **CSS Parts:**
1189
+ * - **base** - The component's base wrapper
1190
+ * - **icon** - The SVG icon element
1201
1191
  */
1202
- "plus-svg-icon": Partial<PlusSvgIconProps & BaseProps & BaseEvents>;
1192
+ "plus-icon": Partial<PlusIconProps & BaseProps & BaseEvents>;
1203
1193
 
1204
1194
  /**
1205
1195
  *
@@ -1289,6 +1279,9 @@ export type CustomElements = {
1289
1279
  * ### **Slots:**
1290
1280
  * - _default_ - The content of the item.
1291
1281
  *
1282
+ * ### **CSS Properties:**
1283
+ * - **--active-color** - Color of the active indicator _(default: undefined)_
1284
+ *
1292
1285
  * ### **CSS Parts:**
1293
1286
  * - **label** - The label element.
1294
1287
  * - **input** - The input element.
@@ -74,7 +74,7 @@ type PlusAvatarProps = {
74
74
  /** Size of the avatar
75
75
  Can be a predefined size (xs, sm, md, lg, xl) or custom value */
76
76
  size?: Size | string;
77
- /** Icon class to use when no image is available */
77
+ /** Icon name to use when no image is available */
78
78
  icon?: string;
79
79
  /** Toggles inverted color scheme */
80
80
  invert?: boolean;
@@ -153,15 +153,6 @@ When false, each button can have its own properties. */
153
153
  JSX.OnAttributes<PlusButtonGroup> &
154
154
  JSX.OnCaptureAttributes<PlusButtonGroup>;
155
155
 
156
- type PlusIconProps = {
157
- /** */
158
- iconName?: IconName | undefined;
159
- /** */
160
- prefix?: IconPrefix;
161
- } & JSX.DirectiveFunctionAttributes<PlusIcon> &
162
- JSX.OnAttributes<PlusIcon> &
163
- JSX.OnCaptureAttributes<PlusIcon>;
164
-
165
156
  type PlusBadgeProps = {
166
157
  /** Sets the status/color variant of the badge
167
158
  - default: Neutral color scheme
@@ -215,12 +206,18 @@ type PlusTagProps = {
215
206
  JSX.OnAttributes<PlusTag> &
216
207
  JSX.OnCaptureAttributes<PlusTag>;
217
208
 
218
- type PlusSvgIconProps = {
219
- /** */
220
- iconName?: IconName | undefined;
221
- } & JSX.DirectiveFunctionAttributes<PlusSvgIcon> &
222
- JSX.OnAttributes<PlusSvgIcon> &
223
- JSX.OnCaptureAttributes<PlusSvgIcon>;
209
+ type PlusIconProps = {
210
+ /** Name of the icon to display */
211
+ "icon-name"?: IconName;
212
+ /** Style variant of the icon: solid, regular, or light */
213
+ "icon-style"?: IconStyle;
214
+ /** Size variant for the icon */
215
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl";
216
+ /** Label for accessibility - will be used as aria-label */
217
+ label?: string | undefined;
218
+ } & JSX.DirectiveFunctionAttributes<PlusIcon> &
219
+ JSX.OnAttributes<PlusIcon> &
220
+ JSX.OnCaptureAttributes<PlusIcon>;
224
221
 
225
222
  type PlusChipProps = {
226
223
  /** Determines the visual style of the chip
@@ -341,19 +338,19 @@ type PlusRadioProps = {
341
338
  size?: "sm" | "md" | "lg";
342
339
  /** Defines the text label for the radio button */
343
340
  text?: string | undefined;
344
- /** Indicates whether the radio button is checked */
341
+ /** Whether the radio is checked. */
345
342
  checked?: boolean;
346
- /** Indicates if the radio button is in an error state */
343
+ /** Whether the radio is in an error state. */
347
344
  error?: boolean;
348
- /** Disables the radio button interaction */
345
+ /** Whether the radio is disabled. */
349
346
  disabled?: boolean;
350
- /** Makes the radio button readonly (non-interactive but not disabled) */
347
+ /** Whether the radio is readonly. */
351
348
  readonly?: boolean;
352
- /** The name of the radio button, used for form submission and radio grouping */
349
+ /** The radio's name attribute. */
353
350
  name?: string;
354
- /** Indicates if the radio input is required */
351
+ /** Whether the radio is required. */
355
352
  required?: boolean;
356
- /** The value associated with the radio button */
353
+ /** The radio's value attribute. */
357
354
  value?: string;
358
355
  /** */
359
356
  "prop:input"?: HTMLInputElement;
@@ -366,11 +363,11 @@ type PlusRadioProps = {
366
363
  JSX.OnCaptureAttributes<PlusRadio>;
367
364
 
368
365
  type PlusSegmentedPickerItemProps = {
369
- /** Whether the item is checked. */
366
+ /** The value associated with the item. */
370
367
  checked?: boolean;
371
368
  /** The status of the item. */
372
369
  status?: "default" | "primary";
373
- /** Whether the item is disabled. */
370
+ /** Disables the item, making it non-interactive. */
374
371
  disabled?: boolean;
375
372
  /** The shape of the item. */
376
373
  shape?: "square" | "circle";
@@ -406,16 +403,16 @@ type PlusRadioGroupProps = {
406
403
  name?: string;
407
404
  /** */
408
405
  value?: string;
409
- /** */
406
+ /** Disables all radio buttons in the group. */
410
407
  disabled?: boolean;
411
- /** */
408
+ /** Makes the radio group required for form submission. */
412
409
  required?: boolean;
413
410
  /** The size of all radio buttons in the group
414
411
  - sm: Small size
415
412
  - md: Medium size
416
413
  - lg: Large size */
417
414
  size?: "sm" | "md" | "lg";
418
- /** Shows error styling on the radio group */
415
+ /** Displays the radio buttons in an error state. */
419
416
  error?: boolean;
420
417
  /** Orientation of the radio buttons
421
418
  - horizontal: Radio buttons are arranged side by side
@@ -560,12 +557,12 @@ Available options:
560
557
 
561
558
  - `true` (default) - An icon representing the status will be displayed.
562
559
  - `false` - No icon will be displayed. */
563
- statusIcon?: boolean;
560
+ "status-icon"?: boolean;
564
561
  /** Determines whether the arrow should be displayed.
565
562
 
566
563
  - `true` (default) - Arrow will be displayed.
567
564
  - `false` - Arrow will be hidden. */
568
- showArrow?: boolean;
565
+ "show-arrow"?: boolean;
569
566
  /** */
570
567
  "prop:slots"?: Array<HTMLElement>;
571
568
  /** Emitted when the popover is opened */
@@ -584,11 +581,9 @@ type PlusListBoxItemProps = {
584
581
  - md: Medium size
585
582
  - lg: Large size */
586
583
  size?: "sm" | "md" | "lg";
587
- /** Disables the list box item interaction
588
- When disabled, the item cannot be clicked or selected */
584
+ /** Disables the item, making it non-interactive. */
589
585
  disabled?: boolean;
590
- /** Sets the selected state of the list box item
591
- When selected, the item will display with a highlighted background */
586
+ /** Indicates whether the item is currently selected. */
592
587
  selected?: boolean;
593
588
  /** Sets the text content of the list box item
594
589
  If provided, this will be used as the item's content when no slot content is present */
@@ -682,16 +677,6 @@ type PlusTooltipProps = {
682
677
  JSX.OnCaptureAttributes<PlusTooltip>;
683
678
 
684
679
  type PlusInputProps = {
685
- /** The type of input */
686
- type?: "date" | "datetime-local" | "email" | "number" | "password" | "search" | "tel" | "text" | "time" | "url";
687
- /** The name of the input */
688
- name?: string;
689
- /** The value of the input */
690
- value?: string;
691
- /** The placeholder text */
692
- placeholder?: string;
693
- /** The size of the input */
694
- size?: "sm" | "md" | "lg";
695
680
  /** Whether the input should have a clear button */
696
681
  clearable?: boolean;
697
682
  /** Whether the input is disabled */
@@ -704,6 +689,18 @@ type PlusInputProps = {
704
689
  "password-toggle"?: boolean;
705
690
  /** Whether the password is visible */
706
691
  "password-visible"?: boolean;
692
+ /** Whether the input is in an error state */
693
+ error?: boolean;
694
+ /** The type of input */
695
+ type?: "date" | "datetime-local" | "email" | "number" | "password" | "search" | "tel" | "text" | "time" | "url";
696
+ /** The name of the input */
697
+ name?: string;
698
+ /** The value of the input */
699
+ value?: string;
700
+ /** The placeholder text */
701
+ placeholder?: string;
702
+ /** The size of the input */
703
+ size?: "sm" | "md" | "lg";
707
704
  /** The label for the input */
708
705
  label?: string;
709
706
  /** The validation pattern for the input */
@@ -723,23 +720,19 @@ type PlusInputProps = {
723
720
  /** The autocomplete attribute */
724
721
  autocomplete?: string;
725
722
  /** Whether the input should automatically get focus */
726
- autoFocus?: boolean;
723
+ autoFocus?: boolean | undefined;
727
724
  /** The enterkeyhint attribute */
728
725
  enterkeyhint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send";
729
726
  /** The inputmode attribute */
730
727
  inputmode?: "none" | "text" | "decimal" | "numeric" | "tel" | "search" | "email" | "url";
731
728
  /** Whether spellcheck is enabled */
732
- spellCheck?: boolean;
729
+ spellCheck?: boolean | undefined;
733
730
  /** Caption text to display below the input */
734
731
  caption?: string;
735
- /** Whether the input is in an error state */
736
- error?: boolean;
737
732
  /** The error message to display */
738
733
  "error-message"?: string;
739
734
  /** Whether the input should take up full width */
740
735
  "full-width"?: boolean;
741
- /** Whether the input is used as part of a select component */
742
- isSelect?: boolean;
743
736
  /** Icon name for the prefix icon */
744
737
  "prefix-icon"?: string;
745
738
  /** Icon name for the suffix icon */
@@ -809,15 +802,9 @@ Available options:
809
802
  - `primary` (default theme color)
810
803
  - `default` (gray - default) */
811
804
  status?: "success" | "warning" | "danger" | "info" | "primary" | "default";
812
- /** Determines whether a status icon should be displayed in the popconfirm.
813
-
814
- - `true` (default) - An icon representing the status will be displayed.
815
- - `false` - No icon will be displayed. */
805
+ /** Determines whether a status icon should be displayed in the popconfirm. */
816
806
  "status-icon"?: boolean;
817
- /** Determines whether the arrow should be displayed.
818
-
819
- - `true` (default) - Arrow will be displayed.
820
- - `false` - Arrow will be hidden. */
807
+ /** Determines whether the arrow should be displayed. */
821
808
  "show-arrow"?: boolean;
822
809
  /** */
823
810
  "prop:slots"?: Array<HTMLElement>;
@@ -1078,6 +1065,8 @@ type PlusSelectProps = {
1078
1065
  caption?: string | undefined;
1079
1066
  /** Enables a clear button to reset the selection. */
1080
1067
  clearable?: boolean;
1068
+ /** Makes the select full width. */
1069
+ "full-width"?: boolean;
1081
1070
 
1082
1071
  /** Emitted when the select is opened */
1083
1072
  "on:plus-select-open"?: (e: CustomEvent<never>) => void;
@@ -1113,8 +1102,6 @@ type PlusToggleProps = {
1113
1102
  /** */
1114
1103
  "toggle-inactive-icon"?: string | undefined;
1115
1104
  /** */
1116
- "icon-size"?: number | undefined;
1117
- /** */
1118
1105
  error?: boolean;
1119
1106
  /** */
1120
1107
  "error-message"?: string;
@@ -1162,9 +1149,9 @@ type PlusTabProps = {
1162
1149
  - horizontal: Tabs arranged horizontally
1163
1150
  - vertical: Tabs arranged vertically */
1164
1151
  orientation?: "horizontal" | "vertical";
1165
- /** Icon to display before the tab content */
1152
+ /** Icon name to display before the tab content */
1166
1153
  "prefix-icon"?: string | undefined;
1167
- /** Icon to display after the tab content */
1154
+ /** Icon name to display after the tab content */
1168
1155
  "suffix-icon"?: string | undefined;
1169
1156
  /** Enables the dismiss button to remove the tab */
1170
1157
  dismissible?: boolean;
@@ -1180,9 +1167,9 @@ This is controlled by the parent tab-group */
1180
1167
  type PlusTabPanelProps = {
1181
1168
  /** Sets the value of the tab panel, used for matching with a tab */
1182
1169
  value?: string;
1183
- /** Indicates if the panel is currently visible */
1170
+ /** Indicates whether the panel is currently active/visible. */
1184
1171
  active?: boolean;
1185
- /** Custom CSS class to apply to the panel */
1172
+ /** An optional class to apply to the panel container. */
1186
1173
  panelClass?: string;
1187
1174
  } & JSX.DirectiveFunctionAttributes<PlusTabPanel> &
1188
1175
  JSX.OnAttributes<PlusTabPanel> &
@@ -1200,7 +1187,7 @@ type PlusTabGroupProps = {
1200
1187
  orientation?: "horizontal" | "vertical";
1201
1188
  /** Disables all tabs */
1202
1189
  disabled?: boolean;
1203
- /** Enables the dismiss button on all tabs */
1190
+ /** Allows individual tabs to be dismissed (closed). */
1204
1191
  dismissible?: boolean;
1205
1192
  /** Currently active tab value */
1206
1193
  value?: string;
@@ -1252,13 +1239,6 @@ export type CustomElements = {
1252
1239
  */
1253
1240
  "plus-button-group": Partial<PlusButtonGroupProps & BaseProps & BaseEvents>;
1254
1241
 
1255
- /**
1256
- *
1257
- * ---
1258
- *
1259
- */
1260
- "plus-icon": Partial<PlusIconProps & BaseProps & BaseEvents>;
1261
-
1262
1242
  /**
1263
1243
  *
1264
1244
  * ---
@@ -1284,8 +1264,16 @@ export type CustomElements = {
1284
1264
  *
1285
1265
  * ---
1286
1266
  *
1267
+ *
1268
+ * ### **CSS Properties:**
1269
+ * - **--icon-size** - Custom icon size (overrides size variants) _(default: undefined)_
1270
+ * - **--icon-color** - Custom icon color (overrides currentColor) _(default: undefined)_
1271
+ *
1272
+ * ### **CSS Parts:**
1273
+ * - **base** - The component's base wrapper
1274
+ * - **icon** - The SVG icon element
1287
1275
  */
1288
- "plus-svg-icon": Partial<PlusSvgIconProps & BaseProps & BaseEvents>;
1276
+ "plus-icon": Partial<PlusIconProps & BaseProps & BaseEvents>;
1289
1277
 
1290
1278
  /**
1291
1279
  *
@@ -1375,6 +1363,9 @@ export type CustomElements = {
1375
1363
  * ### **Slots:**
1376
1364
  * - _default_ - The content of the item.
1377
1365
  *
1366
+ * ### **CSS Properties:**
1367
+ * - **--active-color** - Color of the active indicator _(default: undefined)_
1368
+ *
1378
1369
  * ### **CSS Parts:**
1379
1370
  * - **label** - The label element.
1380
1371
  * - **input** - The input element.