solid-tiny-ui 0.5.0 → 0.6.0

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 (356) hide show
  1. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/alert/alert.js +5 -0
  2. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/alert/alert.jsx +5 -0
  3. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/buttons/basic-button/basic-button.js +1 -1
  4. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/buttons/basic-button/basic-button.jsx +1 -1
  5. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/drawer/drawer-helper.js +5 -0
  6. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/drawer/drawer-helper.jsx +5 -0
  7. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/drawer/drawer.js +5 -0
  8. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/drawer/drawer.jsx +5 -0
  9. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/field/field.js +5 -0
  10. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/field/field.jsx +5 -0
  11. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/form-components/checkbox/checkbox.js +5 -0
  12. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/form-components/checkbox/checkbox.jsx +5 -0
  13. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/form-components/combobox/combobox.js +5 -0
  14. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/form-components/combobox/combobox.jsx +5 -0
  15. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/form-components/number-input/number-input.js +5 -0
  16. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/form-components/number-input/number-input.jsx +5 -0
  17. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/form-components/password-input/password-input.js +5 -0
  18. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/form-components/password-input/password-input.jsx +5 -0
  19. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/form-components/radio-group/radio-group.js +5 -0
  20. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/form-components/radio-group/radio-group.jsx +5 -0
  21. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/form-components/switcher/switcher.js +5 -0
  22. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/form-components/switcher/switcher.jsx +5 -0
  23. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/form-components/text-field/text-field.js +5 -0
  24. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/form-components/text-field/text-field.jsx +5 -0
  25. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/form-components/textarea/textarea.js +5 -0
  26. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/form-components/textarea/textarea.jsx +5 -0
  27. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/form-components/time-picker/time-picker.js +5 -0
  28. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/form-components/time-picker/time-picker.jsx +5 -0
  29. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/modal/modal-helper.js +1 -1
  30. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/modal/modal-helper.jsx +1 -1
  31. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/modal/modal.js +1 -1
  32. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/modal/modal.jsx +1 -1
  33. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/pagination/pagination.js +5 -0
  34. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/pagination/pagination.jsx +5 -0
  35. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/popover/popover.js +1 -1
  36. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/popover/popover.jsx +1 -1
  37. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/spin/spin.js +1 -1
  38. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/spin/spin.jsx +1 -1
  39. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/tabs/tabs.js +1 -1
  40. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/tabs/tabs.jsx +1 -1
  41. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/toaster/toaster.js +5 -0
  42. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/toaster/toaster.jsx +5 -0
  43. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/tooltip/tooltip.js +1 -1
  44. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/tooltip/tooltip.jsx +1 -1
  45. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/root-provider/global.js +1 -1
  46. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/root-provider/global.jsx +1 -1
  47. package/dist/components/alert/alert.d.ts +25 -0
  48. package/dist/components/alert/alert.js +186 -0
  49. package/dist/components/alert/alert.jsx +73 -0
  50. package/dist/components/alert/index.d.ts +1 -0
  51. package/dist/components/alert/index.js +1 -0
  52. package/dist/components/alert/index.jsx +1 -0
  53. package/dist/components/buttons/basic-button/basic-button.d.ts +2 -2
  54. package/dist/components/buttons/basic-button/basic-button.js +20 -29
  55. package/dist/components/buttons/basic-button/basic-button.jsx +6 -7
  56. package/dist/components/buttons/state-button/state-button.d.ts +2 -2
  57. package/dist/components/buttons/state-button/state-button.js +2 -2
  58. package/dist/components/buttons/state-button/state-button.jsx +2 -2
  59. package/dist/components/drawer/helpers.d.ts +25 -0
  60. package/dist/components/drawer/helpers.js +104 -0
  61. package/dist/components/drawer/helpers.jsx +60 -0
  62. package/dist/components/drawer/index.d.ts +42 -0
  63. package/dist/components/drawer/index.js +95 -0
  64. package/dist/components/drawer/index.jsx +57 -0
  65. package/dist/components/field/index.d.ts +10 -0
  66. package/dist/components/field/index.js +11 -0
  67. package/dist/components/field/index.jsx +11 -0
  68. package/dist/components/field/parts.d.ts +24 -0
  69. package/dist/components/field/parts.js +69 -0
  70. package/dist/components/field/parts.jsx +41 -0
  71. package/dist/components/form-components/checkbox/checkbox.d.ts +26 -0
  72. package/dist/components/form-components/checkbox/checkbox.js +118 -0
  73. package/dist/components/form-components/checkbox/checkbox.jsx +42 -0
  74. package/dist/components/form-components/checkbox/index.d.ts +1 -0
  75. package/dist/components/form-components/checkbox/index.js +1 -0
  76. package/dist/components/form-components/checkbox/index.jsx +1 -0
  77. package/dist/components/form-components/checkbox-group/checkbox-group.d.ts +26 -0
  78. package/dist/components/form-components/checkbox-group/checkbox-group.js +76 -0
  79. package/dist/components/form-components/checkbox-group/checkbox-group.jsx +34 -0
  80. package/dist/components/form-components/checkbox-group/index.d.ts +1 -0
  81. package/dist/components/form-components/checkbox-group/index.js +1 -0
  82. package/dist/components/form-components/checkbox-group/index.jsx +1 -0
  83. package/dist/components/{combobox → form-components/combobox}/combobox.d.ts +6 -4
  84. package/dist/components/{combobox → form-components/combobox}/combobox.js +18 -14
  85. package/dist/components/{combobox → form-components/combobox}/combobox.jsx +10 -10
  86. package/dist/components/form-components/index.d.ts +19 -0
  87. package/dist/components/form-components/index.js +19 -0
  88. package/dist/components/form-components/index.jsx +19 -0
  89. package/dist/components/form-components/number-input/index.d.ts +1 -0
  90. package/dist/components/form-components/number-input/index.js +1 -0
  91. package/dist/components/form-components/number-input/index.jsx +1 -0
  92. package/dist/components/form-components/number-input/number-input.d.ts +33 -0
  93. package/dist/components/form-components/number-input/number-input.js +113 -0
  94. package/dist/components/form-components/number-input/number-input.jsx +59 -0
  95. package/dist/components/form-components/password-input/index.d.ts +1 -0
  96. package/dist/components/form-components/password-input/index.js +1 -0
  97. package/dist/components/form-components/password-input/index.jsx +1 -0
  98. package/dist/components/form-components/password-input/password-input.d.ts +31 -0
  99. package/dist/components/form-components/password-input/password-input.js +95 -0
  100. package/dist/components/form-components/password-input/password-input.jsx +36 -0
  101. package/dist/components/form-components/radio-group/index.d.ts +1 -0
  102. package/dist/components/form-components/radio-group/index.js +1 -0
  103. package/dist/components/form-components/radio-group/index.jsx +1 -0
  104. package/dist/components/form-components/radio-group/radio-group.d.ts +26 -0
  105. package/dist/components/form-components/radio-group/radio-group.js +118 -0
  106. package/dist/components/form-components/radio-group/radio-group.jsx +45 -0
  107. package/dist/components/form-components/switcher/index.d.ts +1 -0
  108. package/dist/components/form-components/switcher/index.js +1 -0
  109. package/dist/components/form-components/switcher/index.jsx +1 -0
  110. package/dist/components/form-components/switcher/switcher.d.ts +23 -0
  111. package/dist/components/form-components/switcher/switcher.js +92 -0
  112. package/dist/components/form-components/switcher/switcher.jsx +32 -0
  113. package/dist/components/form-components/text-field/index.d.ts +1 -0
  114. package/dist/components/form-components/text-field/index.js +1 -0
  115. package/dist/components/form-components/text-field/index.jsx +1 -0
  116. package/dist/components/form-components/text-field/text-field.d.ts +30 -0
  117. package/dist/components/form-components/text-field/text-field.js +112 -0
  118. package/dist/components/form-components/text-field/text-field.jsx +40 -0
  119. package/dist/components/{textarea → form-components/textarea}/textarea.d.ts +5 -2
  120. package/dist/components/form-components/textarea/textarea.js +55 -0
  121. package/dist/components/form-components/textarea/textarea.jsx +24 -0
  122. package/dist/components/form-components/time-picker/index.d.ts +27 -0
  123. package/dist/components/{time-picker → form-components/time-picker}/index.js +21 -5
  124. package/dist/components/{time-picker → form-components/time-picker}/index.jsx +11 -6
  125. package/dist/components/{time-picker → form-components/time-picker}/panel.js +6 -6
  126. package/dist/components/{time-picker → form-components/time-picker}/panel.jsx +6 -6
  127. package/dist/components/{time-picker → form-components/time-picker}/trigger.js +14 -10
  128. package/dist/components/{time-picker → form-components/time-picker}/trigger.jsx +4 -4
  129. package/dist/components/modal/helpers.js +1 -1
  130. package/dist/components/modal/helpers.jsx +1 -1
  131. package/dist/components/modal/index.d.ts +5 -8
  132. package/dist/components/modal/index.js +13 -10
  133. package/dist/components/modal/index.jsx +7 -4
  134. package/dist/components/pagination/index.d.ts +1 -0
  135. package/dist/components/pagination/index.js +1 -0
  136. package/dist/components/pagination/index.jsx +1 -0
  137. package/dist/components/pagination/pagination.d.ts +32 -0
  138. package/dist/components/pagination/pagination.js +336 -0
  139. package/dist/components/pagination/pagination.jsx +104 -0
  140. package/dist/components/progress/circle-progress.d.ts +7 -0
  141. package/dist/components/progress/circle-progress.js +33 -14
  142. package/dist/components/progress/circle-progress.jsx +15 -12
  143. package/dist/components/progress/line-progress.d.ts +2 -2
  144. package/dist/components/progress/line-progress.js +6 -5
  145. package/dist/components/progress/line-progress.jsx +6 -5
  146. package/dist/components/progress/loading-bar.d.ts +2 -2
  147. package/dist/components/spin/spin-ring.d.ts +2 -2
  148. package/dist/components/spin/spin-ring.js +1 -1
  149. package/dist/components/spin/spin-ring.jsx +1 -1
  150. package/dist/components/spin/spin.js +8 -7
  151. package/dist/components/spin/spin.jsx +6 -5
  152. package/dist/components/tabs/index.d.ts +7 -0
  153. package/dist/components/tabs/index.js +40 -12
  154. package/dist/components/tabs/index.jsx +9 -7
  155. package/dist/components/toaster/context.js +31 -0
  156. package/dist/components/toaster/context.jsx +31 -0
  157. package/dist/components/toaster/icon.js +50 -0
  158. package/dist/components/toaster/icon.jsx +27 -0
  159. package/dist/components/toaster/index.d.ts +3 -0
  160. package/dist/components/toaster/index.js +2 -0
  161. package/dist/components/toaster/index.jsx +2 -0
  162. package/dist/components/toaster/locator.js +67 -0
  163. package/dist/components/toaster/locator.jsx +54 -0
  164. package/dist/components/toaster/one-toaster.js +146 -0
  165. package/dist/components/toaster/one-toaster.jsx +104 -0
  166. package/dist/components/toaster/provider.d.ts +11 -0
  167. package/dist/components/toaster/provider.js +64 -0
  168. package/dist/components/toaster/provider.jsx +51 -0
  169. package/dist/components/toaster/type.d.ts +15 -0
  170. package/dist/components/toaster/use-toaster.d.ts +48 -0
  171. package/dist/components/toaster/use-toaster.js +72 -0
  172. package/dist/components/toaster/use-toaster.jsx +72 -0
  173. package/dist/components/tooltip/tooltip.d.ts +7 -0
  174. package/dist/components/tooltip/tooltip.js +9 -2
  175. package/dist/components/tooltip/tooltip.jsx +4 -2
  176. package/dist/components/visually-hidden/index.js +10 -8
  177. package/dist/components/visually-hidden/index.jsx +3 -2
  178. package/dist/icons/arrow-down-s-line.d.ts +3 -2
  179. package/dist/icons/arrow-down-s-line.js +4 -4
  180. package/dist/icons/arrow-down-s-line.jsx +2 -2
  181. package/dist/icons/arrow-left.d.ts +7 -0
  182. package/dist/icons/arrow-left.js +13 -0
  183. package/dist/icons/arrow-left.jsx +11 -0
  184. package/dist/icons/arrow-right.d.ts +7 -0
  185. package/dist/icons/arrow-right.js +13 -0
  186. package/dist/icons/arrow-right.jsx +11 -0
  187. package/dist/icons/check-bold.d.ts +7 -0
  188. package/dist/icons/check-bold.js +13 -0
  189. package/dist/icons/check-bold.jsx +11 -0
  190. package/dist/icons/check-line.d.ts +3 -2
  191. package/dist/icons/check-line.js +4 -4
  192. package/dist/icons/check-line.jsx +2 -2
  193. package/dist/icons/checkbox-circle-line.d.ts +7 -0
  194. package/dist/icons/checkbox-circle-line.js +13 -0
  195. package/dist/icons/checkbox-circle-line.jsx +11 -0
  196. package/dist/icons/close-line.d.ts +3 -2
  197. package/dist/icons/close-line.js +4 -4
  198. package/dist/icons/close-line.jsx +2 -2
  199. package/dist/icons/common.d.ts +9 -0
  200. package/dist/icons/common.js +12 -2
  201. package/dist/icons/common.jsx +1 -1
  202. package/dist/icons/ellipsis.d.ts +7 -0
  203. package/dist/icons/ellipsis.js +13 -0
  204. package/dist/icons/ellipsis.jsx +11 -0
  205. package/dist/icons/error-warning-line.d.ts +7 -0
  206. package/dist/icons/error-warning-line.js +13 -0
  207. package/dist/icons/error-warning-line.jsx +11 -0
  208. package/dist/icons/eye-line.d.ts +7 -0
  209. package/dist/icons/eye-line.js +13 -0
  210. package/dist/icons/eye-line.jsx +11 -0
  211. package/dist/icons/eye-off-line.d.ts +7 -0
  212. package/dist/icons/eye-off-line.js +13 -0
  213. package/dist/icons/eye-off-line.jsx +11 -0
  214. package/dist/icons/index.d.ts +12 -1
  215. package/dist/icons/index.js +12 -1
  216. package/dist/icons/index.jsx +12 -1
  217. package/dist/icons/information-line.d.ts +7 -0
  218. package/dist/icons/information-line.js +13 -0
  219. package/dist/icons/information-line.jsx +11 -0
  220. package/dist/icons/loading.d.ts +13 -0
  221. package/dist/icons/loading.js +18 -0
  222. package/dist/icons/loading.jsx +19 -0
  223. package/dist/icons/subtract.d.ts +7 -0
  224. package/dist/icons/subtract.js +13 -0
  225. package/dist/icons/subtract.jsx +11 -0
  226. package/dist/index.d.ts +23 -9
  227. package/dist/index.js +23 -10
  228. package/dist/index.jsx +23 -10
  229. package/dist/layout/flex/index.d.ts +5 -4
  230. package/dist/layout/flex/index.js +25 -15
  231. package/dist/layout/flex/index.jsx +23 -10
  232. package/dist/layout/index.d.ts +1 -2
  233. package/dist/layout/index.js +0 -1
  234. package/dist/layout/index.jsx +0 -1
  235. package/dist/primitives/animated-group/context.d.ts +6 -6
  236. package/dist/primitives/animated-group/panel.js +14 -13
  237. package/dist/primitives/animated-group/panel.jsx +7 -6
  238. package/dist/primitives/animated-group/root.d.ts +4 -4
  239. package/dist/primitives/animated-group/root.js +2 -3
  240. package/dist/primitives/animated-group/root.jsx +2 -3
  241. package/dist/primitives/checkbox/context.d.ts +63 -0
  242. package/dist/primitives/checkbox/context.js +13 -0
  243. package/dist/primitives/checkbox/context.jsx +13 -0
  244. package/dist/primitives/checkbox/index.d.ts +26 -0
  245. package/dist/primitives/checkbox/index.js +13 -0
  246. package/dist/primitives/checkbox/index.jsx +13 -0
  247. package/dist/primitives/checkbox/parts.d.ts +10 -0
  248. package/dist/primitives/checkbox/parts.js +62 -0
  249. package/dist/primitives/checkbox/parts.jsx +28 -0
  250. package/dist/primitives/checkbox/root.d.ts +16 -0
  251. package/dist/primitives/checkbox/root.js +25 -0
  252. package/dist/primitives/checkbox/root.jsx +24 -0
  253. package/dist/primitives/checkbox-group/context.js +21 -0
  254. package/dist/primitives/checkbox-group/context.jsx +21 -0
  255. package/dist/primitives/checkbox-group/index.js +12 -0
  256. package/dist/primitives/checkbox-group/index.jsx +12 -0
  257. package/dist/primitives/checkbox-group/parts.js +33 -0
  258. package/dist/primitives/checkbox-group/parts.jsx +21 -0
  259. package/dist/primitives/checkbox-group/root.js +24 -0
  260. package/dist/primitives/checkbox-group/root.jsx +23 -0
  261. package/dist/primitives/fake-scroll-list/index.d.ts +2 -2
  262. package/dist/primitives/fake-scroll-list/listbox.js +2 -2
  263. package/dist/primitives/floating/content.js +12 -11
  264. package/dist/primitives/floating/content.jsx +7 -6
  265. package/dist/primitives/floating/context.d.ts +10 -9
  266. package/dist/primitives/floating/context.js +1 -1
  267. package/dist/primitives/floating/context.jsx +1 -1
  268. package/dist/primitives/floating/index.d.ts +5 -4
  269. package/dist/primitives/floating/trigger.js +1 -1
  270. package/dist/primitives/floating/trigger.jsx +1 -1
  271. package/dist/primitives/floating/types.d.ts +2 -1
  272. package/dist/primitives/index.d.ts +7 -1
  273. package/dist/primitives/index.js +7 -3
  274. package/dist/primitives/index.jsx +7 -3
  275. package/dist/primitives/listbox/listbox.d.ts +3 -3
  276. package/dist/primitives/modal/content.d.ts +3 -3
  277. package/dist/primitives/modal/content.js +2 -3
  278. package/dist/primitives/modal/content.jsx +2 -3
  279. package/dist/primitives/modal/context.d.ts +16 -29
  280. package/dist/primitives/modal/context.js +2 -4
  281. package/dist/primitives/modal/context.jsx +2 -4
  282. package/dist/primitives/modal/index.d.ts +5 -8
  283. package/dist/primitives/modal/portal.js +1 -1
  284. package/dist/primitives/modal/portal.jsx +1 -1
  285. package/dist/primitives/modal/root.d.ts +2 -3
  286. package/dist/primitives/modal/root.js +10 -10
  287. package/dist/primitives/modal/root.jsx +10 -10
  288. package/dist/primitives/pagination/context.d.ts +89 -0
  289. package/dist/primitives/pagination/context.js +88 -0
  290. package/dist/primitives/pagination/context.jsx +88 -0
  291. package/dist/primitives/pagination/index.d.ts +33 -0
  292. package/dist/primitives/pagination/index.js +12 -0
  293. package/dist/primitives/pagination/index.jsx +12 -0
  294. package/dist/primitives/pagination/items.d.ts +9 -0
  295. package/dist/primitives/pagination/items.js +19 -0
  296. package/dist/primitives/pagination/items.jsx +11 -0
  297. package/dist/primitives/pagination/root.d.ts +16 -0
  298. package/dist/primitives/pagination/root.js +24 -0
  299. package/dist/primitives/pagination/root.jsx +23 -0
  300. package/dist/primitives/radio-group/context.d.ts +91 -0
  301. package/dist/primitives/radio-group/context.js +16 -0
  302. package/dist/primitives/radio-group/context.jsx +16 -0
  303. package/dist/primitives/radio-group/index.d.ts +34 -0
  304. package/dist/primitives/radio-group/index.js +15 -0
  305. package/dist/primitives/radio-group/index.jsx +15 -0
  306. package/dist/primitives/radio-group/item.d.ts +19 -0
  307. package/dist/primitives/radio-group/item.js +74 -0
  308. package/dist/primitives/radio-group/item.jsx +44 -0
  309. package/dist/primitives/radio-group/root.d.ts +14 -0
  310. package/dist/primitives/radio-group/root.js +23 -0
  311. package/dist/primitives/radio-group/root.jsx +22 -0
  312. package/dist/root-provider/context.d.ts +16 -9
  313. package/dist/root-provider/context.js +4 -1
  314. package/dist/root-provider/context.jsx +4 -1
  315. package/dist/root-provider/gen-colors.js +138 -0
  316. package/dist/root-provider/gen-colors.jsx +138 -0
  317. package/dist/root-provider/provider.js +4 -3
  318. package/dist/root-provider/provider.jsx +3 -2
  319. package/dist/utils/duration.js +10 -0
  320. package/dist/utils/duration.jsx +10 -0
  321. package/dist/utils/index.js +1 -4
  322. package/dist/utils/index.jsx +1 -4
  323. package/dist/utils/types.d.ts +4 -8
  324. package/package.json +4 -4
  325. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/combobox/combobox.js +0 -5
  326. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/combobox/combobox.jsx +0 -5
  327. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/input/input.js +0 -5
  328. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/input/input.jsx +0 -5
  329. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/textarea/textarea.js +0 -5
  330. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/textarea/textarea.jsx +0 -5
  331. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/time-picker/time-picker.js +0 -5
  332. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/time-picker/time-picker.jsx +0 -5
  333. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/layout/input-compact/input-compact.js +0 -5
  334. package/dist/_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/layout/input-compact/input-compact.jsx +0 -5
  335. package/dist/components/input/index.d.ts +0 -1
  336. package/dist/components/input/index.js +0 -1
  337. package/dist/components/input/index.jsx +0 -1
  338. package/dist/components/input/input.d.ts +0 -15
  339. package/dist/components/input/input.js +0 -44
  340. package/dist/components/input/input.jsx +0 -16
  341. package/dist/components/textarea/textarea.js +0 -49
  342. package/dist/components/textarea/textarea.jsx +0 -24
  343. package/dist/components/time-picker/index.d.ts +0 -18
  344. package/dist/layout/input-compact/index.d.ts +0 -13
  345. package/dist/layout/input-compact/index.js +0 -42
  346. package/dist/layout/input-compact/index.jsx +0 -32
  347. package/dist/root-provider/gen-brand.js +0 -55
  348. package/dist/root-provider/gen-brand.jsx +0 -55
  349. package/dist/utils/types.js +0 -7
  350. package/dist/utils/types.jsx +0 -7
  351. /package/dist/components/{combobox → form-components/combobox}/index.d.ts +0 -0
  352. /package/dist/components/{combobox → form-components/combobox}/index.js +0 -0
  353. /package/dist/components/{combobox → form-components/combobox}/index.jsx +0 -0
  354. /package/dist/components/{textarea → form-components/textarea}/index.d.ts +0 -0
  355. /package/dist/components/{textarea → form-components/textarea}/index.js +0 -0
  356. /package/dist/components/{textarea → form-components/textarea}/index.jsx +0 -0
@@ -1,10 +1,11 @@
1
1
  import visually_hidden_default from "../../_virtual/__viteSafe__/home/runner/work/solid-tiny-ui/solid-tiny-ui/packages/core/src/components/visually-hidden/visually-hidden.jsx";
2
- import { mountStyle } from "solid-tiny-utils";
2
+ import { combineClass, mountStyle } from "solid-tiny-utils";
3
+ import { Dynamic } from "solid-js/web";
3
4
 
4
5
  //#region src/components/visually-hidden/index.tsx
5
6
  function VisuallyHidden(props) {
6
7
  mountStyle(visually_hidden_default, "tiny-visually-hidden");
7
- return <span class="tiny-visually-hidden">{props.children}</span>;
8
+ return <Dynamic {...props} class={combineClass("tiny-visually-hidden", props.class)} component={props.as ?? "span"} />;
8
9
  }
9
10
 
10
11
  //#endregion
@@ -1,6 +1,7 @@
1
- import * as solid_js0 from "solid-js";
1
+ import { IconProps } from "./common.js";
2
+ import * as solid_js16 from "solid-js";
2
3
 
3
4
  //#region src/icons/arrow-down-s-line.d.ts
4
- declare function ArrowDownSLine(): solid_js0.JSX.Element;
5
+ declare function ArrowDownSLine(props: IconProps): solid_js16.JSX.Element;
5
6
  //#endregion
6
7
  export { ArrowDownSLine };
@@ -1,12 +1,12 @@
1
1
  import { SvgWrapper } from "./common.js";
2
- import { createComponent, template } from "solid-js/web";
2
+ import { createComponent, mergeProps, template } from "solid-js/web";
3
3
 
4
4
  //#region src/icons/arrow-down-s-line.tsx
5
5
  var _tmpl$ = /* @__PURE__ */ template(`<svg><path d="m12 13.171l4.95-4.95l1.414 1.415L12 16L5.636 9.636L7.05 8.222z"fill=currentColor></svg>`, false, true, false);
6
- function ArrowDownSLine() {
7
- return createComponent(SvgWrapper, { get children() {
6
+ function ArrowDownSLine(props) {
7
+ return createComponent(SvgWrapper, mergeProps(props, { get children() {
8
8
  return _tmpl$();
9
- } });
9
+ } }));
10
10
  }
11
11
 
12
12
  //#endregion
@@ -1,8 +1,8 @@
1
1
  import { SvgWrapper } from "./common.jsx";
2
2
 
3
3
  //#region src/icons/arrow-down-s-line.tsx
4
- function ArrowDownSLine() {
5
- return <SvgWrapper>
4
+ function ArrowDownSLine(props) {
5
+ return <SvgWrapper {...props}>
6
6
  <path d="m12 13.171l4.95-4.95l1.414 1.415L12 16L5.636 9.636L7.05 8.222z" fill="currentColor" />
7
7
  </SvgWrapper>;
8
8
  }
@@ -0,0 +1,7 @@
1
+ import { IconProps } from "./common.js";
2
+ import * as solid_js17 from "solid-js";
3
+
4
+ //#region src/icons/arrow-left.d.ts
5
+ declare function IconArrowLeft(props: IconProps): solid_js17.JSX.Element;
6
+ //#endregion
7
+ export { IconArrowLeft };
@@ -0,0 +1,13 @@
1
+ import { SvgWrapper } from "./common.js";
2
+ import { createComponent, mergeProps, template } from "solid-js/web";
3
+
4
+ //#region src/icons/arrow-left.tsx
5
+ var _tmpl$ = /* @__PURE__ */ template(`<svg><path d="m10.828 12l4.95 4.95l-1.414 1.415L8 12l6.364-6.364l1.414 1.414z"fill=currentColor></svg>`, false, true, false);
6
+ function IconArrowLeft(props) {
7
+ return createComponent(SvgWrapper, mergeProps(props, { get children() {
8
+ return _tmpl$();
9
+ } }));
10
+ }
11
+
12
+ //#endregion
13
+ export { IconArrowLeft };
@@ -0,0 +1,11 @@
1
+ import { SvgWrapper } from "./common.jsx";
2
+
3
+ //#region src/icons/arrow-left.tsx
4
+ function IconArrowLeft(props) {
5
+ return <SvgWrapper {...props}>
6
+ <path d="m10.828 12l4.95 4.95l-1.414 1.415L8 12l6.364-6.364l1.414 1.414z" fill="currentColor" />
7
+ </SvgWrapper>;
8
+ }
9
+
10
+ //#endregion
11
+ export { IconArrowLeft };
@@ -0,0 +1,7 @@
1
+ import { IconProps } from "./common.js";
2
+ import * as solid_js18 from "solid-js";
3
+
4
+ //#region src/icons/arrow-right.d.ts
5
+ declare function IconArrowRight(props: IconProps): solid_js18.JSX.Element;
6
+ //#endregion
7
+ export { IconArrowRight };
@@ -0,0 +1,13 @@
1
+ import { SvgWrapper } from "./common.js";
2
+ import { createComponent, mergeProps, template } from "solid-js/web";
3
+
4
+ //#region src/icons/arrow-right.tsx
5
+ var _tmpl$ = /* @__PURE__ */ template(`<svg><path d="m13.172 12l-4.95-4.95l1.414-1.413L16 12l-6.364 6.364l-1.414-1.415z"fill=currentColor></svg>`, false, true, false);
6
+ function IconArrowRight(props) {
7
+ return createComponent(SvgWrapper, mergeProps(props, { get children() {
8
+ return _tmpl$();
9
+ } }));
10
+ }
11
+
12
+ //#endregion
13
+ export { IconArrowRight };
@@ -0,0 +1,11 @@
1
+ import { SvgWrapper } from "./common.jsx";
2
+
3
+ //#region src/icons/arrow-right.tsx
4
+ function IconArrowRight(props) {
5
+ return <SvgWrapper {...props}>
6
+ <path d="m13.172 12l-4.95-4.95l1.414-1.413L16 12l-6.364 6.364l-1.414-1.415z" fill="currentColor" />
7
+ </SvgWrapper>;
8
+ }
9
+
10
+ //#endregion
11
+ export { IconArrowRight };
@@ -0,0 +1,7 @@
1
+ import { IconProps } from "./common.js";
2
+ import * as solid_js19 from "solid-js";
3
+
4
+ //#region src/icons/check-bold.d.ts
5
+ declare function CheckBold(props: IconProps): solid_js19.JSX.Element;
6
+ //#endregion
7
+ export { CheckBold };
@@ -0,0 +1,13 @@
1
+ import { SvgWrapper } from "./common.js";
2
+ import { createComponent, mergeProps, template } from "solid-js/web";
3
+
4
+ //#region src/icons/check-bold.tsx
5
+ var _tmpl$ = /* @__PURE__ */ template(`<svg><path d="m6 10l-2 2l6 6L20 8l-2-2l-8 8z"fill=currentColor fill-rule=evenodd></svg>`, false, true, false);
6
+ function CheckBold(props) {
7
+ return createComponent(SvgWrapper, mergeProps(props, { get children() {
8
+ return _tmpl$();
9
+ } }));
10
+ }
11
+
12
+ //#endregion
13
+ export { CheckBold };
@@ -0,0 +1,11 @@
1
+ import { SvgWrapper } from "./common.jsx";
2
+
3
+ //#region src/icons/check-bold.tsx
4
+ function CheckBold(props) {
5
+ return <SvgWrapper {...props}>
6
+ <path d="m6 10l-2 2l6 6L20 8l-2-2l-8 8z" fill="currentColor" fill-rule="evenodd" />
7
+ </SvgWrapper>;
8
+ }
9
+
10
+ //#endregion
11
+ export { CheckBold };
@@ -1,6 +1,7 @@
1
- import * as solid_js1 from "solid-js";
1
+ import { IconProps } from "./common.js";
2
+ import * as solid_js20 from "solid-js";
2
3
 
3
4
  //#region src/icons/check-line.d.ts
4
- declare function CheckLine(): solid_js1.JSX.Element;
5
+ declare function CheckLine(props: IconProps): solid_js20.JSX.Element;
5
6
  //#endregion
6
7
  export { CheckLine };
@@ -1,12 +1,12 @@
1
1
  import { SvgWrapper } from "./common.js";
2
- import { createComponent, template } from "solid-js/web";
2
+ import { createComponent, mergeProps, template } from "solid-js/web";
3
3
 
4
4
  //#region src/icons/check-line.tsx
5
5
  var _tmpl$ = /* @__PURE__ */ template(`<svg><path d="m10 15.17l9.192-9.191l1.414 1.414L10 17.999l-6.364-6.364l1.414-1.414z"fill=currentColor></svg>`, false, true, false);
6
- function CheckLine() {
7
- return createComponent(SvgWrapper, { get children() {
6
+ function CheckLine(props) {
7
+ return createComponent(SvgWrapper, mergeProps(props, { get children() {
8
8
  return _tmpl$();
9
- } });
9
+ } }));
10
10
  }
11
11
 
12
12
  //#endregion
@@ -1,8 +1,8 @@
1
1
  import { SvgWrapper } from "./common.jsx";
2
2
 
3
3
  //#region src/icons/check-line.tsx
4
- function CheckLine() {
5
- return <SvgWrapper>
4
+ function CheckLine(props) {
5
+ return <SvgWrapper {...props}>
6
6
  <path d="m10 15.17l9.192-9.191l1.414 1.414L10 17.999l-6.364-6.364l1.414-1.414z" fill="currentColor" />
7
7
  </SvgWrapper>;
8
8
  }
@@ -0,0 +1,7 @@
1
+ import { IconProps } from "./common.js";
2
+ import * as solid_js21 from "solid-js";
3
+
4
+ //#region src/icons/checkbox-circle-line.d.ts
5
+ declare function IconCheckboxCircleLine(props: IconProps): solid_js21.JSX.Element;
6
+ //#endregion
7
+ export { IconCheckboxCircleLine };
@@ -0,0 +1,13 @@
1
+ import { SvgWrapper } from "./common.js";
2
+ import { createComponent, mergeProps, template } from "solid-js/web";
3
+
4
+ //#region src/icons/checkbox-circle-line.tsx
5
+ var _tmpl$ = /* @__PURE__ */ template(`<svg><path d="M4 12a8 8 0 1 1 16 0a8 8 0 0 1-16 0m8-10C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10S17.523 2 12 2m5.457 7.457l-1.414-1.414L11 13.086l-2.793-2.793l-1.414 1.414L11 15.914z"fill=currentColor></svg>`, false, true, false);
6
+ function IconCheckboxCircleLine(props) {
7
+ return createComponent(SvgWrapper, mergeProps(props, { get children() {
8
+ return _tmpl$();
9
+ } }));
10
+ }
11
+
12
+ //#endregion
13
+ export { IconCheckboxCircleLine };
@@ -0,0 +1,11 @@
1
+ import { SvgWrapper } from "./common.jsx";
2
+
3
+ //#region src/icons/checkbox-circle-line.tsx
4
+ function IconCheckboxCircleLine(props) {
5
+ return <SvgWrapper {...props}>
6
+ <path d="M4 12a8 8 0 1 1 16 0a8 8 0 0 1-16 0m8-10C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10S17.523 2 12 2m5.457 7.457l-1.414-1.414L11 13.086l-2.793-2.793l-1.414 1.414L11 15.914z" fill="currentColor" />
7
+ </SvgWrapper>;
8
+ }
9
+
10
+ //#endregion
11
+ export { IconCheckboxCircleLine };
@@ -1,6 +1,7 @@
1
- import * as solid_js0 from "solid-js";
1
+ import { IconProps } from "./common.js";
2
+ import * as solid_js22 from "solid-js";
2
3
 
3
4
  //#region src/icons/close-line.d.ts
4
- declare function CloseLine(): solid_js0.JSX.Element;
5
+ declare function CloseLine(props: IconProps): solid_js22.JSX.Element;
5
6
  //#endregion
6
7
  export { CloseLine };
@@ -1,12 +1,12 @@
1
1
  import { SvgWrapper } from "./common.js";
2
- import { createComponent, template } from "solid-js/web";
2
+ import { createComponent, mergeProps, template } from "solid-js/web";
3
3
 
4
4
  //#region src/icons/close-line.tsx
5
5
  var _tmpl$ = /* @__PURE__ */ template(`<svg><path d="m12 10.587l4.95-4.95l1.414 1.414l-4.95 4.95l4.95 4.95l-1.415 1.414l-4.95-4.95l-4.949 4.95l-1.414-1.415l4.95-4.95l-4.95-4.95L7.05 5.638z"fill=currentColor></svg>`, false, true, false);
6
- function CloseLine() {
7
- return createComponent(SvgWrapper, { get children() {
6
+ function CloseLine(props) {
7
+ return createComponent(SvgWrapper, mergeProps(props, { get children() {
8
8
  return _tmpl$();
9
- } });
9
+ } }));
10
10
  }
11
11
 
12
12
  //#endregion
@@ -1,8 +1,8 @@
1
1
  import { SvgWrapper } from "./common.jsx";
2
2
 
3
3
  //#region src/icons/close-line.tsx
4
- function CloseLine() {
5
- return <SvgWrapper>
4
+ function CloseLine(props) {
5
+ return <SvgWrapper {...props}>
6
6
  <path d="m12 10.587l4.95-4.95l1.414 1.414l-4.95 4.95l4.95 4.95l-1.415 1.414l-4.95-4.95l-4.949 4.95l-1.414-1.415l4.95-4.95l-4.95-4.95L7.05 5.638z" fill="currentColor" />
7
7
  </SvgWrapper>;
8
8
  }
@@ -0,0 +1,9 @@
1
+ import { JSX } from "solid-js";
2
+
3
+ //#region src/icons/common.d.ts
4
+ interface IconProps {
5
+ viewBoxSize?: number;
6
+ size?: string;
7
+ }
8
+ //#endregion
9
+ export { IconProps };
@@ -2,13 +2,23 @@ import { effect, insert, setAttribute, template } from "solid-js/web";
2
2
  import { createMemo } from "solid-js";
3
3
 
4
4
  //#region src/icons/common.tsx
5
- var _tmpl$ = /* @__PURE__ */ template(`<svg aria-label=icon height=1.2em role=img width=1.2em xmlns=http://www.w3.org/2000/svg>`);
5
+ var _tmpl$ = /* @__PURE__ */ template(`<svg aria-label=icon role=img xmlns=http://www.w3.org/2000/svg>`);
6
6
  function SvgWrapper(props) {
7
7
  const size = createMemo(() => props.viewBoxSize || 24);
8
8
  return (() => {
9
9
  var _el$ = _tmpl$();
10
10
  insert(_el$, () => props.children);
11
- effect(() => setAttribute(_el$, "viewBox", `0 0 ${size()} ${size()}`));
11
+ effect((_p$) => {
12
+ var _v$ = props.size || "1.2em", _v$2 = `0 0 ${size()} ${size()}`, _v$3 = props.size || "1.2em";
13
+ _v$ !== _p$.e && setAttribute(_el$, "height", _p$.e = _v$);
14
+ _v$2 !== _p$.t && setAttribute(_el$, "viewBox", _p$.t = _v$2);
15
+ _v$3 !== _p$.a && setAttribute(_el$, "width", _p$.a = _v$3);
16
+ return _p$;
17
+ }, {
18
+ e: void 0,
19
+ t: void 0,
20
+ a: void 0
21
+ });
12
22
  return _el$;
13
23
  })();
14
24
  }
@@ -3,7 +3,7 @@ import { createMemo } from "solid-js";
3
3
  //#region src/icons/common.tsx
4
4
  function SvgWrapper(props) {
5
5
  const size = createMemo(() => props.viewBoxSize || 24);
6
- return <svg aria-label="icon" height="1.2em" role="img" viewBox={`0 0 ${size()} ${size()}`} width="1.2em" xmlns="http://www.w3.org/2000/svg">
6
+ return <svg aria-label="icon" height={props.size || "1.2em"} role="img" viewBox={`0 0 ${size()} ${size()}`} width={props.size || "1.2em"} xmlns="http://www.w3.org/2000/svg">
7
7
  {props.children}
8
8
  </svg>;
9
9
  }
@@ -0,0 +1,7 @@
1
+ import { IconProps } from "./common.js";
2
+ import * as solid_js23 from "solid-js";
3
+
4
+ //#region src/icons/ellipsis.d.ts
5
+ declare function IconEllipsis(props: IconProps): solid_js23.JSX.Element;
6
+ //#endregion
7
+ export { IconEllipsis };
@@ -0,0 +1,13 @@
1
+ import { SvgWrapper } from "./common.js";
2
+ import { createComponent, mergeProps, template } from "solid-js/web";
3
+
4
+ //#region src/icons/ellipsis.tsx
5
+ var _tmpl$ = /* @__PURE__ */ template(`<svg><path d="M5 10c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m14 0c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m-7 0c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2"fill=currentColor></svg>`, false, true, false);
6
+ function IconEllipsis(props) {
7
+ return createComponent(SvgWrapper, mergeProps(props, { get children() {
8
+ return _tmpl$();
9
+ } }));
10
+ }
11
+
12
+ //#endregion
13
+ export { IconEllipsis };
@@ -0,0 +1,11 @@
1
+ import { SvgWrapper } from "./common.jsx";
2
+
3
+ //#region src/icons/ellipsis.tsx
4
+ function IconEllipsis(props) {
5
+ return <SvgWrapper {...props}>
6
+ <path d="M5 10c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m14 0c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m-7 0c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2" fill="currentColor" />
7
+ </SvgWrapper>;
8
+ }
9
+
10
+ //#endregion
11
+ export { IconEllipsis };
@@ -0,0 +1,7 @@
1
+ import { IconProps } from "./common.js";
2
+ import * as solid_js24 from "solid-js";
3
+
4
+ //#region src/icons/error-warning-line.d.ts
5
+ declare function IconErrorWarningLine(props: IconProps): solid_js24.JSX.Element;
6
+ //#endregion
7
+ export { IconErrorWarningLine };
@@ -0,0 +1,13 @@
1
+ import { SvgWrapper } from "./common.js";
2
+ import { createComponent, mergeProps, template } from "solid-js/web";
3
+
4
+ //#region src/icons/error-warning-line.tsx
5
+ var _tmpl$ = /* @__PURE__ */ template(`<svg><path d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16m-1-5h2v2h-2zm0-8h2v6h-2z"fill=currentColor></svg>`, false, true, false);
6
+ function IconErrorWarningLine(props) {
7
+ return createComponent(SvgWrapper, mergeProps(props, { get children() {
8
+ return _tmpl$();
9
+ } }));
10
+ }
11
+
12
+ //#endregion
13
+ export { IconErrorWarningLine };
@@ -0,0 +1,11 @@
1
+ import { SvgWrapper } from "./common.jsx";
2
+
3
+ //#region src/icons/error-warning-line.tsx
4
+ function IconErrorWarningLine(props) {
5
+ return <SvgWrapper {...props}>
6
+ <path d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16m-1-5h2v2h-2zm0-8h2v6h-2z" fill="currentColor" />
7
+ </SvgWrapper>;
8
+ }
9
+
10
+ //#endregion
11
+ export { IconErrorWarningLine };
@@ -0,0 +1,7 @@
1
+ import { IconProps } from "./common.js";
2
+ import * as solid_js25 from "solid-js";
3
+
4
+ //#region src/icons/eye-line.d.ts
5
+ declare function EyeLine(props: IconProps): solid_js25.JSX.Element;
6
+ //#endregion
7
+ export { EyeLine };
@@ -0,0 +1,13 @@
1
+ import { SvgWrapper } from "./common.js";
2
+ import { createComponent, mergeProps, template } from "solid-js/web";
3
+
4
+ //#region src/icons/eye-line.tsx
5
+ var _tmpl$ = /* @__PURE__ */ template(`<svg><path d="M12 3c5.392 0 9.878 3.88 10.819 9c-.94 5.12-5.427 9-10.819 9s-9.878-3.88-10.818-9C2.122 6.88 6.608 3 12 3m0 16a9.005 9.005 0 0 0 8.778-7a9.005 9.005 0 0 0-17.555 0A9.005 9.005 0 0 0 12 19m0-2.5a4.5 4.5 0 1 1 0-9a4.5 4.5 0 0 1 0 9m0-2a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5"fill=currentColor></svg>`, false, true, false);
6
+ function EyeLine(props) {
7
+ return createComponent(SvgWrapper, mergeProps(props, { get children() {
8
+ return _tmpl$();
9
+ } }));
10
+ }
11
+
12
+ //#endregion
13
+ export { EyeLine };
@@ -0,0 +1,11 @@
1
+ import { SvgWrapper } from "./common.jsx";
2
+
3
+ //#region src/icons/eye-line.tsx
4
+ function EyeLine(props) {
5
+ return <SvgWrapper {...props}>
6
+ <path d="M12 3c5.392 0 9.878 3.88 10.819 9c-.94 5.12-5.427 9-10.819 9s-9.878-3.88-10.818-9C2.122 6.88 6.608 3 12 3m0 16a9.005 9.005 0 0 0 8.778-7a9.005 9.005 0 0 0-17.555 0A9.005 9.005 0 0 0 12 19m0-2.5a4.5 4.5 0 1 1 0-9a4.5 4.5 0 0 1 0 9m0-2a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5" fill="currentColor" />
7
+ </SvgWrapper>;
8
+ }
9
+
10
+ //#endregion
11
+ export { EyeLine };
@@ -0,0 +1,7 @@
1
+ import { IconProps } from "./common.js";
2
+ import * as solid_js26 from "solid-js";
3
+
4
+ //#region src/icons/eye-off-line.d.ts
5
+ declare function EyeOffLine(props: IconProps): solid_js26.JSX.Element;
6
+ //#endregion
7
+ export { EyeOffLine };
@@ -0,0 +1,13 @@
1
+ import { SvgWrapper } from "./common.js";
2
+ import { createComponent, mergeProps, template } from "solid-js/web";
3
+
4
+ //#region src/icons/eye-off-line.tsx
5
+ var _tmpl$ = /* @__PURE__ */ template(`<svg><path d="M17.883 19.297A10.95 10.95 0 0 1 12 21c-5.392 0-9.878-3.88-10.818-9A11 11 0 0 1 4.52 5.935L1.394 2.808l1.414-1.414l19.799 19.798l-1.414 1.415zM5.936 7.35A8.97 8.97 0 0 0 3.223 12a9.005 9.005 0 0 0 13.201 5.838l-2.028-2.028A4.5 4.5 0 0 1 8.19 9.604zm6.978 6.978l-3.242-3.241a2.5 2.5 0 0 0 3.241 3.241m7.893 2.265l-1.431-1.431A8.9 8.9 0 0 0 20.778 12A9.005 9.005 0 0 0 9.552 5.338L7.974 3.76C9.221 3.27 10.58 3 12 3c5.392 0 9.878 3.88 10.819 9a10.95 10.95 0 0 1-2.012 4.593m-9.084-9.084Q11.86 7.5 12 7.5a4.5 4.5 0 0 1 4.492 4.778z"fill=currentColor></svg>`, false, true, false);
6
+ function EyeOffLine(props) {
7
+ return createComponent(SvgWrapper, mergeProps(props, { get children() {
8
+ return _tmpl$();
9
+ } }));
10
+ }
11
+
12
+ //#endregion
13
+ export { EyeOffLine };
@@ -0,0 +1,11 @@
1
+ import { SvgWrapper } from "./common.jsx";
2
+
3
+ //#region src/icons/eye-off-line.tsx
4
+ function EyeOffLine(props) {
5
+ return <SvgWrapper {...props}>
6
+ <path d="M17.883 19.297A10.95 10.95 0 0 1 12 21c-5.392 0-9.878-3.88-10.818-9A11 11 0 0 1 4.52 5.935L1.394 2.808l1.414-1.414l19.799 19.798l-1.414 1.415zM5.936 7.35A8.97 8.97 0 0 0 3.223 12a9.005 9.005 0 0 0 13.201 5.838l-2.028-2.028A4.5 4.5 0 0 1 8.19 9.604zm6.978 6.978l-3.242-3.241a2.5 2.5 0 0 0 3.241 3.241m7.893 2.265l-1.431-1.431A8.9 8.9 0 0 0 20.778 12A9.005 9.005 0 0 0 9.552 5.338L7.974 3.76C9.221 3.27 10.58 3 12 3c5.392 0 9.878 3.88 10.819 9a10.95 10.95 0 0 1-2.012 4.593m-9.084-9.084Q11.86 7.5 12 7.5a4.5 4.5 0 0 1 4.492 4.778z" fill="currentColor" />
7
+ </SvgWrapper>;
8
+ }
9
+
10
+ //#endregion
11
+ export { EyeOffLine };
@@ -1,4 +1,15 @@
1
1
  import { ArrowDownSLine } from "./arrow-down-s-line.js";
2
+ import { IconArrowLeft } from "./arrow-left.js";
3
+ import { IconArrowRight } from "./arrow-right.js";
4
+ import { CheckBold } from "./check-bold.js";
2
5
  import { CheckLine } from "./check-line.js";
6
+ import { IconCheckboxCircleLine } from "./checkbox-circle-line.js";
3
7
  import { CloseLine } from "./close-line.js";
4
- export { ArrowDownSLine, CheckLine, CloseLine };
8
+ import { IconEllipsis } from "./ellipsis.js";
9
+ import { IconErrorWarningLine } from "./error-warning-line.js";
10
+ import { EyeLine } from "./eye-line.js";
11
+ import { EyeOffLine } from "./eye-off-line.js";
12
+ import { InformationLine } from "./information-line.js";
13
+ import { IconLoading } from "./loading.js";
14
+ import { IconSubtract } from "./subtract.js";
15
+ export { ArrowDownSLine, CheckBold, CheckLine, CloseLine, EyeLine, EyeOffLine, IconArrowLeft, IconArrowRight, IconCheckboxCircleLine, IconEllipsis, IconErrorWarningLine, IconLoading, IconSubtract, InformationLine };
@@ -1,5 +1,16 @@
1
1
  import { ArrowDownSLine } from "./arrow-down-s-line.js";
2
+ import { IconArrowLeft } from "./arrow-left.js";
3
+ import { IconArrowRight } from "./arrow-right.js";
4
+ import { CheckBold } from "./check-bold.js";
2
5
  import { CheckLine } from "./check-line.js";
6
+ import { IconCheckboxCircleLine } from "./checkbox-circle-line.js";
3
7
  import { CloseLine } from "./close-line.js";
8
+ import { IconEllipsis } from "./ellipsis.js";
9
+ import { IconErrorWarningLine } from "./error-warning-line.js";
10
+ import { EyeLine } from "./eye-line.js";
11
+ import { EyeOffLine } from "./eye-off-line.js";
12
+ import { InformationLine } from "./information-line.js";
13
+ import { IconLoading } from "./loading.js";
14
+ import { IconSubtract } from "./subtract.js";
4
15
 
5
- export { ArrowDownSLine, CheckLine, CloseLine };
16
+ export { ArrowDownSLine, CheckBold, CheckLine, CloseLine, EyeLine, EyeOffLine, IconArrowLeft, IconArrowRight, IconCheckboxCircleLine, IconEllipsis, IconErrorWarningLine, IconLoading, IconSubtract, InformationLine };
@@ -1,5 +1,16 @@
1
1
  import { ArrowDownSLine } from "./arrow-down-s-line.jsx";
2
+ import { IconArrowLeft } from "./arrow-left.jsx";
3
+ import { IconArrowRight } from "./arrow-right.jsx";
4
+ import { CheckBold } from "./check-bold.jsx";
2
5
  import { CheckLine } from "./check-line.jsx";
6
+ import { IconCheckboxCircleLine } from "./checkbox-circle-line.jsx";
3
7
  import { CloseLine } from "./close-line.jsx";
8
+ import { IconEllipsis } from "./ellipsis.jsx";
9
+ import { IconErrorWarningLine } from "./error-warning-line.jsx";
10
+ import { EyeLine } from "./eye-line.jsx";
11
+ import { EyeOffLine } from "./eye-off-line.jsx";
12
+ import { InformationLine } from "./information-line.jsx";
13
+ import { IconLoading } from "./loading.jsx";
14
+ import { IconSubtract } from "./subtract.jsx";
4
15
 
5
- export { ArrowDownSLine, CheckLine, CloseLine };
16
+ export { ArrowDownSLine, CheckBold, CheckLine, CloseLine, EyeLine, EyeOffLine, IconArrowLeft, IconArrowRight, IconCheckboxCircleLine, IconEllipsis, IconErrorWarningLine, IconLoading, IconSubtract, InformationLine };
@@ -0,0 +1,7 @@
1
+ import { IconProps } from "./common.js";
2
+ import * as solid_js27 from "solid-js";
3
+
4
+ //#region src/icons/information-line.d.ts
5
+ declare function InformationLine(props: IconProps): solid_js27.JSX.Element;
6
+ //#endregion
7
+ export { InformationLine };
@@ -0,0 +1,13 @@
1
+ import { SvgWrapper } from "./common.js";
2
+ import { createComponent, mergeProps, template } from "solid-js/web";
3
+
4
+ //#region src/icons/information-line.tsx
5
+ var _tmpl$ = /* @__PURE__ */ template(`<svg><path d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16M11 7h2v2h-2zm0 4h2v6h-2z"fill=currentColor></svg>`, false, true, false);
6
+ function InformationLine(props) {
7
+ return createComponent(SvgWrapper, mergeProps(props, { get children() {
8
+ return _tmpl$();
9
+ } }));
10
+ }
11
+
12
+ //#endregion
13
+ export { InformationLine };
@@ -0,0 +1,11 @@
1
+ import { SvgWrapper } from "./common.jsx";
2
+
3
+ //#region src/icons/information-line.tsx
4
+ function InformationLine(props) {
5
+ return <SvgWrapper {...props}>
6
+ <path d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16M11 7h2v2h-2zm0 4h2v6h-2z" fill="currentColor" />
7
+ </SvgWrapper>;
8
+ }
9
+
10
+ //#endregion
11
+ export { InformationLine };
@@ -0,0 +1,13 @@
1
+ import { IconProps } from "./common.js";
2
+ import * as solid_js28 from "solid-js";
3
+
4
+ //#region src/icons/loading.d.ts
5
+
6
+ /**
7
+ * loading icon from [EOS Icons](https://gitlab.com/SUSE-UIUX/eos-icons)
8
+ *
9
+ * [MIT LICENSE](https://gitlab.com/SUSE-UIUX/eos-icons/-/blob/master/LICENSE)
10
+ */
11
+ declare function IconLoading(props: IconProps): solid_js28.JSX.Element;
12
+ //#endregion
13
+ export { IconLoading };
@@ -0,0 +1,18 @@
1
+ import { SvgWrapper } from "./common.js";
2
+ import { createComponent, mergeProps, template } from "solid-js/web";
3
+
4
+ //#region src/icons/loading.tsx
5
+ var _tmpl$ = /* @__PURE__ */ template(`<svg><path d="M12 2A10 10 0 1 0 22 12A10 10 0 0 0 12 2Zm0 18a8 8 0 1 1 8-8A8 8 0 0 1 12 20Z"fill=currentColor opacity=0.5></svg>`, false, true, false), _tmpl$2 = /* @__PURE__ */ template(`<svg><path d="M20 12h2A10 10 0 0 0 12 2V4A8 8 0 0 1 20 12Z"fill=currentColor><animateTransform attributeName=transform dur=1s from="0 12 12"repeatCount=indefinite to="360 12 12"type=rotate></svg>`, false, true, false);
6
+ /**
7
+ * loading icon from [EOS Icons](https://gitlab.com/SUSE-UIUX/eos-icons)
8
+ *
9
+ * [MIT LICENSE](https://gitlab.com/SUSE-UIUX/eos-icons/-/blob/master/LICENSE)
10
+ */
11
+ function IconLoading(props) {
12
+ return createComponent(SvgWrapper, mergeProps(props, { get children() {
13
+ return [_tmpl$(), _tmpl$2()];
14
+ } }));
15
+ }
16
+
17
+ //#endregion
18
+ export { IconLoading };
@@ -0,0 +1,19 @@
1
+ import { SvgWrapper } from "./common.jsx";
2
+
3
+ //#region src/icons/loading.tsx
4
+ /**
5
+ * loading icon from [EOS Icons](https://gitlab.com/SUSE-UIUX/eos-icons)
6
+ *
7
+ * [MIT LICENSE](https://gitlab.com/SUSE-UIUX/eos-icons/-/blob/master/LICENSE)
8
+ */
9
+ function IconLoading(props) {
10
+ return <SvgWrapper {...props}>
11
+ <path d="M12 2A10 10 0 1 0 22 12A10 10 0 0 0 12 2Zm0 18a8 8 0 1 1 8-8A8 8 0 0 1 12 20Z" fill="currentColor" opacity="0.5" />
12
+ <path d="M20 12h2A10 10 0 0 0 12 2V4A8 8 0 0 1 20 12Z" fill="currentColor">
13
+ <animateTransform attributeName="transform" dur="1s" from="0 12 12" repeatCount="indefinite" to="360 12 12" type="rotate" />
14
+ </path>
15
+ </SvgWrapper>;
16
+ }
17
+
18
+ //#endregion
19
+ export { IconLoading };