@nuraly/lumenui 0.1.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 (755) hide show
  1. package/LICENSE +28 -0
  2. package/README.md +248 -0
  3. package/dist/nuralyui.bundle.js +29209 -0
  4. package/dist/nuralyui.bundle.js.gz +0 -0
  5. package/dist/src/components/alert/alert.component.d.ts +103 -0
  6. package/dist/src/components/alert/alert.component.js +225 -0
  7. package/dist/src/components/alert/alert.style.d.ts +14 -0
  8. package/dist/src/components/alert/alert.style.js +191 -0
  9. package/dist/src/components/alert/alert.types.d.ts +46 -0
  10. package/dist/src/components/alert/alert.types.js +7 -0
  11. package/dist/src/components/alert/bundle.js +231 -0
  12. package/dist/src/components/alert/bundle.js.gz +0 -0
  13. package/dist/src/components/alert/index.d.ts +8 -0
  14. package/dist/src/components/alert/index.js +8 -0
  15. package/dist/src/components/alert/react.d.ts +5 -0
  16. package/dist/src/components/alert/react.js +17 -0
  17. package/dist/src/components/badge/badge.component.d.ts +148 -0
  18. package/dist/src/components/badge/badge.component.js +270 -0
  19. package/dist/src/components/badge/badge.style.d.ts +14 -0
  20. package/dist/src/components/badge/badge.style.js +250 -0
  21. package/dist/src/components/badge/badge.types.d.ts +84 -0
  22. package/dist/src/components/badge/badge.types.js +7 -0
  23. package/dist/src/components/badge/bundle.js +277 -0
  24. package/dist/src/components/badge/bundle.js.gz +0 -0
  25. package/dist/src/components/badge/index.d.ts +2 -0
  26. package/dist/src/components/badge/index.js +2 -0
  27. package/dist/src/components/badge/react.d.ts +3 -0
  28. package/dist/src/components/badge/react.js +10 -0
  29. package/dist/src/components/breadcrumb/breadcrumb.component.d.ts +121 -0
  30. package/dist/src/components/breadcrumb/breadcrumb.component.js +257 -0
  31. package/dist/src/components/breadcrumb/breadcrumb.style.d.ts +14 -0
  32. package/dist/src/components/breadcrumb/breadcrumb.style.js +153 -0
  33. package/dist/src/components/breadcrumb/breadcrumb.types.d.ts +63 -0
  34. package/dist/src/components/breadcrumb/breadcrumb.types.js +7 -0
  35. package/dist/src/components/breadcrumb/bundle.js +213 -0
  36. package/dist/src/components/breadcrumb/bundle.js.gz +0 -0
  37. package/dist/src/components/breadcrumb/index.d.ts +2 -0
  38. package/dist/src/components/breadcrumb/index.js +2 -0
  39. package/dist/src/components/breadcrumb/react.d.ts +5 -0
  40. package/dist/src/components/breadcrumb/react.js +12 -0
  41. package/dist/src/components/button/bundle.js +606 -0
  42. package/dist/src/components/button/bundle.js.gz +0 -0
  43. package/dist/src/components/button/button.component.d.ts +96 -0
  44. package/dist/src/components/button/button.component.js +312 -0
  45. package/dist/src/components/button/button.style.d.ts +10 -0
  46. package/dist/src/components/button/button.style.js +535 -0
  47. package/dist/src/components/button/button.types.d.ts +57 -0
  48. package/dist/src/components/button/button.types.js +2 -0
  49. package/dist/src/components/button/index.d.ts +2 -0
  50. package/dist/src/components/button/index.js +2 -0
  51. package/dist/src/components/button/react.d.ts +5 -0
  52. package/dist/src/components/button/react.js +12 -0
  53. package/dist/src/components/canvas/base-canvas.component.d.ts +177 -0
  54. package/dist/src/components/canvas/base-canvas.component.js +865 -0
  55. package/dist/src/components/canvas/bundle.js +16664 -0
  56. package/dist/src/components/canvas/bundle.js.gz +0 -0
  57. package/dist/src/components/canvas/canvas.component.d.ts +2 -0
  58. package/dist/src/components/canvas/canvas.component.js +295 -0
  59. package/dist/src/components/canvas/canvas.constants.d.ts +66 -0
  60. package/dist/src/components/canvas/canvas.constants.js +61 -0
  61. package/dist/src/components/canvas/chatbot-panel.style.d.ts +11 -0
  62. package/dist/src/components/canvas/chatbot-panel.style.js +189 -0
  63. package/dist/src/components/canvas/index.d.ts +13 -0
  64. package/dist/src/components/canvas/index.js +21 -0
  65. package/dist/src/components/canvas/react.d.ts +354 -0
  66. package/dist/src/components/canvas/react.js +41 -0
  67. package/dist/src/components/canvas/whiteboard-canvas.component.d.ts +63 -0
  68. package/dist/src/components/canvas/whiteboard-canvas.component.js +356 -0
  69. package/dist/src/components/canvas/whiteboard-canvas.style.d.ts +7 -0
  70. package/dist/src/components/canvas/whiteboard-canvas.style.js +1011 -0
  71. package/dist/src/components/canvas/whiteboard-node.component.d.ts +87 -0
  72. package/dist/src/components/canvas/whiteboard-node.component.js +809 -0
  73. package/dist/src/components/canvas/whiteboard-node.style.d.ts +7 -0
  74. package/dist/src/components/canvas/whiteboard-node.style.js +775 -0
  75. package/dist/src/components/canvas/workflow-canvas.component.d.ts +150 -0
  76. package/dist/src/components/canvas/workflow-canvas.component.js +1468 -0
  77. package/dist/src/components/canvas/workflow-canvas.style.d.ts +8 -0
  78. package/dist/src/components/canvas/workflow-canvas.style.js +2903 -0
  79. package/dist/src/components/canvas/workflow-canvas.types.d.ts +710 -0
  80. package/dist/src/components/canvas/workflow-canvas.types.js +2305 -0
  81. package/dist/src/components/canvas/workflow-node.component.d.ts +96 -0
  82. package/dist/src/components/canvas/workflow-node.component.js +752 -0
  83. package/dist/src/components/canvas/workflow-node.style.d.ts +8 -0
  84. package/dist/src/components/canvas/workflow-node.style.js +1053 -0
  85. package/dist/src/components/card/bundle.js +69 -0
  86. package/dist/src/components/card/bundle.js.gz +0 -0
  87. package/dist/src/components/card/card.component.d.ts +30 -0
  88. package/dist/src/components/card/card.component.js +64 -0
  89. package/dist/src/components/card/card.style.d.ts +2 -0
  90. package/dist/src/components/card/card.style.js +62 -0
  91. package/dist/src/components/card/card.types.d.ts +17 -0
  92. package/dist/src/components/card/card.types.js +2 -0
  93. package/dist/src/components/card/index.d.ts +3 -0
  94. package/dist/src/components/card/index.js +3 -0
  95. package/dist/src/components/card/react.d.ts +5 -0
  96. package/dist/src/components/card/react.js +12 -0
  97. package/dist/src/components/carousel/bundle.js +96 -0
  98. package/dist/src/components/carousel/bundle.js.gz +0 -0
  99. package/dist/src/components/carousel/carousel.component.d.ts +19 -0
  100. package/dist/src/components/carousel/carousel.component.js +128 -0
  101. package/dist/src/components/carousel/carousel.style.d.ts +2 -0
  102. package/dist/src/components/carousel/carousel.style.js +68 -0
  103. package/dist/src/components/carousel/index.d.ts +2 -0
  104. package/dist/src/components/carousel/index.js +2 -0
  105. package/dist/src/components/carousel/react.d.ts +5 -0
  106. package/dist/src/components/carousel/react.js +12 -0
  107. package/dist/src/components/chatbot/bundle.js +2527 -0
  108. package/dist/src/components/chatbot/bundle.js.gz +0 -0
  109. package/dist/src/components/chatbot/chatbot.component.d.ts +215 -0
  110. package/dist/src/components/chatbot/chatbot.component.js +1097 -0
  111. package/dist/src/components/chatbot/chatbot.style.d.ts +3 -0
  112. package/dist/src/components/chatbot/chatbot.style.js +1638 -0
  113. package/dist/src/components/chatbot/chatbot.types.d.ts +246 -0
  114. package/dist/src/components/chatbot/chatbot.types.js +124 -0
  115. package/dist/src/components/chatbot/index.d.ts +13 -0
  116. package/dist/src/components/chatbot/index.js +20 -0
  117. package/dist/src/components/chatbot/react.d.ts +54 -0
  118. package/dist/src/components/chatbot/react.js +55 -0
  119. package/dist/src/components/checkbox/bundle.js +352 -0
  120. package/dist/src/components/checkbox/bundle.js.gz +0 -0
  121. package/dist/src/components/checkbox/checkbox.component.d.ts +62 -0
  122. package/dist/src/components/checkbox/checkbox.component.js +178 -0
  123. package/dist/src/components/checkbox/checkbox.style.d.ts +2 -0
  124. package/dist/src/components/checkbox/checkbox.style.js +323 -0
  125. package/dist/src/components/checkbox/checkbox.types.d.ts +6 -0
  126. package/dist/src/components/checkbox/checkbox.types.js +2 -0
  127. package/dist/src/components/checkbox/index.d.ts +2 -0
  128. package/dist/src/components/checkbox/index.js +2 -0
  129. package/dist/src/components/checkbox/react.d.ts +5 -0
  130. package/dist/src/components/checkbox/react.js +12 -0
  131. package/dist/src/components/code-editor/bundle.js +55 -0
  132. package/dist/src/components/code-editor/bundle.js.gz +0 -0
  133. package/dist/src/components/code-editor/code-editor.component.d.ts +119 -0
  134. package/dist/src/components/code-editor/code-editor.component.js +532 -0
  135. package/dist/src/components/code-editor/code-editor.style.d.ts +7 -0
  136. package/dist/src/components/code-editor/code-editor.style.js +39 -0
  137. package/dist/src/components/code-editor/code-editor.types.d.ts +39 -0
  138. package/dist/src/components/code-editor/code-editor.types.js +22 -0
  139. package/dist/src/components/code-editor/index.d.ts +9 -0
  140. package/dist/src/components/code-editor/index.js +9 -0
  141. package/dist/src/components/collapse/bundle.js +308 -0
  142. package/dist/src/components/collapse/bundle.js.gz +0 -0
  143. package/dist/src/components/collapse/collapse.component.d.ts +93 -0
  144. package/dist/src/components/collapse/collapse.component.js +322 -0
  145. package/dist/src/components/collapse/collapse.style.d.ts +11 -0
  146. package/dist/src/components/collapse/collapse.style.js +234 -0
  147. package/dist/src/components/collapse/collapse.type.d.ts +79 -0
  148. package/dist/src/components/collapse/collapse.type.js +11 -0
  149. package/dist/src/components/collapse/index.d.ts +2 -0
  150. package/dist/src/components/collapse/index.js +2 -0
  151. package/dist/src/components/collapse/react.d.ts +6 -0
  152. package/dist/src/components/collapse/react.js +13 -0
  153. package/dist/src/components/colorpicker/bundle.js +242 -0
  154. package/dist/src/components/colorpicker/bundle.js.gz +0 -0
  155. package/dist/src/components/colorpicker/color-holder.component.d.ts +50 -0
  156. package/dist/src/components/colorpicker/color-holder.component.js +116 -0
  157. package/dist/src/components/colorpicker/color-holder.style.d.ts +2 -0
  158. package/dist/src/components/colorpicker/color-holder.style.js +45 -0
  159. package/dist/src/components/colorpicker/color-picker.component.d.ts +178 -0
  160. package/dist/src/components/colorpicker/color-picker.component.js +374 -0
  161. package/dist/src/components/colorpicker/color-picker.style.d.ts +10 -0
  162. package/dist/src/components/colorpicker/color-picker.style.js +86 -0
  163. package/dist/src/components/colorpicker/color-picker.types.d.ts +60 -0
  164. package/dist/src/components/colorpicker/color-picker.types.js +2 -0
  165. package/dist/src/components/colorpicker/default-color-sets.component.d.ts +45 -0
  166. package/dist/src/components/colorpicker/default-color-sets.component.js +121 -0
  167. package/dist/src/components/colorpicker/default-color-sets.style.d.ts +2 -0
  168. package/dist/src/components/colorpicker/default-color-sets.style.js +34 -0
  169. package/dist/src/components/colorpicker/index.d.ts +3 -0
  170. package/dist/src/components/colorpicker/index.js +3 -0
  171. package/dist/src/components/colorpicker/react.d.ts +6 -0
  172. package/dist/src/components/colorpicker/react.js +13 -0
  173. package/dist/src/components/console/react.d.ts +340 -0
  174. package/dist/src/components/console/react.js +13 -0
  175. package/dist/src/components/container/bundle.js +161 -0
  176. package/dist/src/components/container/bundle.js.gz +0 -0
  177. package/dist/src/components/container/container.component.d.ts +85 -0
  178. package/dist/src/components/container/container.component.js +223 -0
  179. package/dist/src/components/container/container.style.d.ts +6 -0
  180. package/dist/src/components/container/container.style.js +146 -0
  181. package/dist/src/components/container/container.types.d.ts +67 -0
  182. package/dist/src/components/container/container.types.js +5 -0
  183. package/dist/src/components/container/index.d.ts +3 -0
  184. package/dist/src/components/container/index.js +3 -0
  185. package/dist/src/components/container/react.d.ts +3 -0
  186. package/dist/src/components/container/react.js +10 -0
  187. package/dist/src/components/datepicker/bundle.js +706 -0
  188. package/dist/src/components/datepicker/bundle.js.gz +0 -0
  189. package/dist/src/components/datepicker/datepicker.component.d.ts +190 -0
  190. package/dist/src/components/datepicker/datepicker.component.js +673 -0
  191. package/dist/src/components/datepicker/datepicker.constant.d.ts +60 -0
  192. package/dist/src/components/datepicker/datepicker.constant.js +60 -0
  193. package/dist/src/components/datepicker/datepicker.style.d.ts +17 -0
  194. package/dist/src/components/datepicker/datepicker.style.js +453 -0
  195. package/dist/src/components/datepicker/datepicker.style.variables.d.ts +2 -0
  196. package/dist/src/components/datepicker/datepicker.style.variables.js +119 -0
  197. package/dist/src/components/datepicker/datepicker.types.d.ts +142 -0
  198. package/dist/src/components/datepicker/datepicker.types.js +75 -0
  199. package/dist/src/components/datepicker/index.d.ts +4 -0
  200. package/dist/src/components/datepicker/index.js +4 -0
  201. package/dist/src/components/datepicker/react.d.ts +16 -0
  202. package/dist/src/components/datepicker/react.js +23 -0
  203. package/dist/src/components/db-connection-select/bundle.js +308 -0
  204. package/dist/src/components/db-connection-select/bundle.js.gz +0 -0
  205. package/dist/src/components/db-connection-select/db-connection-select.component.d.ts +105 -0
  206. package/dist/src/components/db-connection-select/db-connection-select.component.js +573 -0
  207. package/dist/src/components/db-connection-select/index.d.ts +7 -0
  208. package/dist/src/components/db-connection-select/index.js +7 -0
  209. package/dist/src/components/divider/bundle.js +143 -0
  210. package/dist/src/components/divider/bundle.js.gz +0 -0
  211. package/dist/src/components/divider/divider.component.d.ts +90 -0
  212. package/dist/src/components/divider/divider.component.js +168 -0
  213. package/dist/src/components/divider/divider.style.d.ts +3 -0
  214. package/dist/src/components/divider/divider.style.js +139 -0
  215. package/dist/src/components/divider/divider.types.d.ts +55 -0
  216. package/dist/src/components/divider/divider.types.js +6 -0
  217. package/dist/src/components/divider/index.d.ts +3 -0
  218. package/dist/src/components/divider/index.js +3 -0
  219. package/dist/src/components/divider/react.d.ts +3 -0
  220. package/dist/src/components/divider/react.js +10 -0
  221. package/dist/src/components/document/bundle.js +242 -0
  222. package/dist/src/components/document/bundle.js.gz +0 -0
  223. package/dist/src/components/document/document.component.d.ts +27 -0
  224. package/dist/src/components/document/document.component.js +136 -0
  225. package/dist/src/components/document/document.style.d.ts +3 -0
  226. package/dist/src/components/document/document.style.js +210 -0
  227. package/dist/src/components/document/document.types.d.ts +68 -0
  228. package/dist/src/components/document/document.types.js +7 -0
  229. package/dist/src/components/document/index.d.ts +3 -0
  230. package/dist/src/components/document/index.js +3 -0
  231. package/dist/src/components/document/react.d.ts +8 -0
  232. package/dist/src/components/document/react.js +15 -0
  233. package/dist/src/components/dropdown/bundle.js +528 -0
  234. package/dist/src/components/dropdown/bundle.js.gz +0 -0
  235. package/dist/src/components/dropdown/dropdown.component.d.ts +120 -0
  236. package/dist/src/components/dropdown/dropdown.component.js +390 -0
  237. package/dist/src/components/dropdown/dropdown.style.d.ts +2 -0
  238. package/dist/src/components/dropdown/dropdown.style.js +460 -0
  239. package/dist/src/components/dropdown/dropdown.types.d.ts +99 -0
  240. package/dist/src/components/dropdown/dropdown.types.js +2 -0
  241. package/dist/src/components/dropdown/index.d.ts +3 -0
  242. package/dist/src/components/dropdown/index.js +3 -0
  243. package/dist/src/components/dropdown/react.d.ts +7 -0
  244. package/dist/src/components/dropdown/react.js +14 -0
  245. package/dist/src/components/file-upload/bundle.js +472 -0
  246. package/dist/src/components/file-upload/bundle.js.gz +0 -0
  247. package/dist/src/components/file-upload/file-upload.component.d.ts +43 -0
  248. package/dist/src/components/file-upload/file-upload.component.js +398 -0
  249. package/dist/src/components/file-upload/index.d.ts +2 -0
  250. package/dist/src/components/file-upload/index.js +2 -0
  251. package/dist/src/components/file-upload/react.d.ts +7 -0
  252. package/dist/src/components/file-upload/react.js +14 -0
  253. package/dist/src/components/file-upload/styles.d.ts +2 -0
  254. package/dist/src/components/file-upload/styles.js +373 -0
  255. package/dist/src/components/file-upload/types.d.ts +11 -0
  256. package/dist/src/components/file-upload/types.js +2 -0
  257. package/dist/src/components/file-upload/utils.d.ts +6 -0
  258. package/dist/src/components/file-upload/utils.js +24 -0
  259. package/dist/src/components/flex/bundle.js +114 -0
  260. package/dist/src/components/flex/bundle.js.gz +0 -0
  261. package/dist/src/components/flex/flex.component.d.ts +89 -0
  262. package/dist/src/components/flex/flex.component.js +178 -0
  263. package/dist/src/components/flex/flex.style.d.ts +6 -0
  264. package/dist/src/components/flex/flex.style.js +101 -0
  265. package/dist/src/components/flex/flex.types.d.ts +63 -0
  266. package/dist/src/components/flex/flex.types.js +5 -0
  267. package/dist/src/components/flex/index.d.ts +3 -0
  268. package/dist/src/components/flex/index.js +3 -0
  269. package/dist/src/components/flex/react.d.ts +3 -0
  270. package/dist/src/components/flex/react.js +10 -0
  271. package/dist/src/components/form/bundle.js +98 -0
  272. package/dist/src/components/form/bundle.js.gz +0 -0
  273. package/dist/src/components/form/form.component.d.ts +279 -0
  274. package/dist/src/components/form/form.component.js +644 -0
  275. package/dist/src/components/form/form.style.d.ts +7 -0
  276. package/dist/src/components/form/form.style.js +68 -0
  277. package/dist/src/components/form/form.types.d.ts +92 -0
  278. package/dist/src/components/form/form.types.js +38 -0
  279. package/dist/src/components/form/index.d.ts +10 -0
  280. package/dist/src/components/form/index.js +13 -0
  281. package/dist/src/components/grid/bundle.js +202 -0
  282. package/dist/src/components/grid/bundle.js.gz +0 -0
  283. package/dist/src/components/grid/col.component.d.ts +103 -0
  284. package/dist/src/components/grid/col.component.js +253 -0
  285. package/dist/src/components/grid/col.style.d.ts +6 -0
  286. package/dist/src/components/grid/col.style.js +117 -0
  287. package/dist/src/components/grid/grid.types.d.ts +80 -0
  288. package/dist/src/components/grid/grid.types.js +16 -0
  289. package/dist/src/components/grid/index.d.ts +4 -0
  290. package/dist/src/components/grid/index.js +4 -0
  291. package/dist/src/components/grid/react.d.ts +5 -0
  292. package/dist/src/components/grid/react.js +17 -0
  293. package/dist/src/components/grid/row.component.d.ts +83 -0
  294. package/dist/src/components/grid/row.component.js +197 -0
  295. package/dist/src/components/grid/row.style.d.ts +6 -0
  296. package/dist/src/components/grid/row.style.js +68 -0
  297. package/dist/src/components/icon/bundle.js +340 -0
  298. package/dist/src/components/icon/bundle.js.gz +0 -0
  299. package/dist/src/components/icon/icon.component.d.ts +64 -0
  300. package/dist/src/components/icon/icon.component.js +207 -0
  301. package/dist/src/components/icon/icon.style.d.ts +2 -0
  302. package/dist/src/components/icon/icon.style.js +211 -0
  303. package/dist/src/components/icon/icon.types.d.ts +5 -0
  304. package/dist/src/components/icon/icon.types.js +2 -0
  305. package/dist/src/components/icon/icon.variables.d.ts +17 -0
  306. package/dist/src/components/icon/icon.variables.js +132 -0
  307. package/dist/src/components/icon/index.d.ts +2 -0
  308. package/dist/src/components/icon/index.js +2 -0
  309. package/dist/src/components/icon/react.d.ts +3 -0
  310. package/dist/src/components/icon/react.js +9 -0
  311. package/dist/src/components/iconpicker/bundle.js +2811 -0
  312. package/dist/src/components/iconpicker/bundle.js.gz +0 -0
  313. package/dist/src/components/iconpicker/icon-picker.component.d.ts +119 -0
  314. package/dist/src/components/iconpicker/icon-picker.component.js +337 -0
  315. package/dist/src/components/iconpicker/icon-picker.constant.d.ts +15 -0
  316. package/dist/src/components/iconpicker/icon-picker.constant.js +31 -0
  317. package/dist/src/components/iconpicker/icon-picker.style.d.ts +8 -0
  318. package/dist/src/components/iconpicker/icon-picker.style.js +216 -0
  319. package/dist/src/components/iconpicker/icon-picker.types.d.ts +49 -0
  320. package/dist/src/components/iconpicker/icon-picker.types.js +7 -0
  321. package/dist/src/components/iconpicker/index.d.ts +9 -0
  322. package/dist/src/components/iconpicker/index.js +9 -0
  323. package/dist/src/components/iconpicker/react.d.ts +14 -0
  324. package/dist/src/components/iconpicker/react.js +21 -0
  325. package/dist/src/components/image/bundle.js +98 -0
  326. package/dist/src/components/image/bundle.js.gz +0 -0
  327. package/dist/src/components/image/image.component.d.ts +31 -0
  328. package/dist/src/components/image/image.component.js +143 -0
  329. package/dist/src/components/image/image.style.d.ts +3 -0
  330. package/dist/src/components/image/image.style.js +83 -0
  331. package/dist/src/components/image/image.types.d.ts +68 -0
  332. package/dist/src/components/image/image.types.js +7 -0
  333. package/dist/src/components/image/index.d.ts +3 -0
  334. package/dist/src/components/image/index.js +3 -0
  335. package/dist/src/components/image/react.d.ts +8 -0
  336. package/dist/src/components/image/react.js +15 -0
  337. package/dist/src/components/input/bundle.js +930 -0
  338. package/dist/src/components/input/bundle.js.gz +0 -0
  339. package/dist/src/components/input/index.d.ts +3 -0
  340. package/dist/src/components/input/index.js +3 -0
  341. package/dist/src/components/input/input.component.d.ts +174 -0
  342. package/dist/src/components/input/input.component.js +490 -0
  343. package/dist/src/components/input/input.style.d.ts +2 -0
  344. package/dist/src/components/input/input.style.js +810 -0
  345. package/dist/src/components/input/input.types.d.ts +127 -0
  346. package/dist/src/components/input/input.types.js +75 -0
  347. package/dist/src/components/input/react.d.ts +9 -0
  348. package/dist/src/components/input/react.js +16 -0
  349. package/dist/src/components/input/validation.d.ts +3 -0
  350. package/dist/src/components/input/validation.js +3 -0
  351. package/dist/src/components/kv-secret-select/bundle.js +183 -0
  352. package/dist/src/components/kv-secret-select/bundle.js.gz +0 -0
  353. package/dist/src/components/kv-secret-select/index.d.ts +2 -0
  354. package/dist/src/components/kv-secret-select/index.js +2 -0
  355. package/dist/src/components/kv-secret-select/kv-secret-select.component.d.ts +83 -0
  356. package/dist/src/components/kv-secret-select/kv-secret-select.component.js +360 -0
  357. package/dist/src/components/label/bundle.js +104 -0
  358. package/dist/src/components/label/bundle.js.gz +0 -0
  359. package/dist/src/components/label/index.d.ts +2 -0
  360. package/dist/src/components/label/index.js +2 -0
  361. package/dist/src/components/label/label.component.d.ts +18 -0
  362. package/dist/src/components/label/label.component.js +64 -0
  363. package/dist/src/components/label/label.style.d.ts +3 -0
  364. package/dist/src/components/label/label.style.js +70 -0
  365. package/dist/src/components/label/label.style.variables.d.ts +2 -0
  366. package/dist/src/components/label/label.style.variables.js +35 -0
  367. package/dist/src/components/label/label.types.d.ts +42 -0
  368. package/dist/src/components/label/label.types.js +2 -0
  369. package/dist/src/components/label/react.d.ts +339 -0
  370. package/dist/src/components/label/react.js +12 -0
  371. package/dist/src/components/layout/bundle.js +220 -0
  372. package/dist/src/components/layout/bundle.js.gz +0 -0
  373. package/dist/src/components/layout/content.component.d.ts +35 -0
  374. package/dist/src/components/layout/content.component.js +47 -0
  375. package/dist/src/components/layout/content.style.d.ts +2 -0
  376. package/dist/src/components/layout/content.style.js +17 -0
  377. package/dist/src/components/layout/footer.component.d.ts +38 -0
  378. package/dist/src/components/layout/footer.component.js +60 -0
  379. package/dist/src/components/layout/footer.style.d.ts +2 -0
  380. package/dist/src/components/layout/footer.style.js +17 -0
  381. package/dist/src/components/layout/header.component.d.ts +39 -0
  382. package/dist/src/components/layout/header.component.js +61 -0
  383. package/dist/src/components/layout/header.style.d.ts +2 -0
  384. package/dist/src/components/layout/header.style.js +19 -0
  385. package/dist/src/components/layout/index.d.ts +8 -0
  386. package/dist/src/components/layout/index.js +7 -0
  387. package/dist/src/components/layout/layout.component.d.ts +50 -0
  388. package/dist/src/components/layout/layout.component.js +89 -0
  389. package/dist/src/components/layout/layout.style.d.ts +2 -0
  390. package/dist/src/components/layout/layout.style.js +23 -0
  391. package/dist/src/components/layout/layout.types.d.ts +75 -0
  392. package/dist/src/components/layout/layout.types.js +12 -0
  393. package/dist/src/components/layout/react.d.ts +14 -0
  394. package/dist/src/components/layout/react.js +37 -0
  395. package/dist/src/components/layout/sider.component.d.ts +116 -0
  396. package/dist/src/components/layout/sider.component.js +273 -0
  397. package/dist/src/components/layout/sider.style.d.ts +2 -0
  398. package/dist/src/components/layout/sider.style.js +104 -0
  399. package/dist/src/components/menu/bundle.js +520 -0
  400. package/dist/src/components/menu/bundle.js.gz +0 -0
  401. package/dist/src/components/menu/index.d.ts +4 -0
  402. package/dist/src/components/menu/index.js +2 -0
  403. package/dist/src/components/menu/menu.component.d.ts +87 -0
  404. package/dist/src/components/menu/menu.component.js +596 -0
  405. package/dist/src/components/menu/menu.constants.d.ts +12 -0
  406. package/dist/src/components/menu/menu.constants.js +14 -0
  407. package/dist/src/components/menu/menu.style.d.ts +2 -0
  408. package/dist/src/components/menu/menu.style.js +372 -0
  409. package/dist/src/components/menu/menu.types.d.ts +66 -0
  410. package/dist/src/components/menu/menu.types.js +7 -0
  411. package/dist/src/components/menu/react.d.ts +5 -0
  412. package/dist/src/components/menu/react.js +12 -0
  413. package/dist/src/components/modal/bundle.js +442 -0
  414. package/dist/src/components/modal/bundle.js.gz +0 -0
  415. package/dist/src/components/modal/index.d.ts +10 -0
  416. package/dist/src/components/modal/index.js +10 -0
  417. package/dist/src/components/modal/modal-manager.d.ts +72 -0
  418. package/dist/src/components/modal/modal-manager.js +170 -0
  419. package/dist/src/components/modal/modal.component.d.ts +121 -0
  420. package/dist/src/components/modal/modal.component.js +461 -0
  421. package/dist/src/components/modal/modal.style.d.ts +9 -0
  422. package/dist/src/components/modal/modal.style.js +369 -0
  423. package/dist/src/components/modal/modal.types.d.ts +105 -0
  424. package/dist/src/components/modal/modal.types.js +93 -0
  425. package/dist/src/components/modal/react.d.ts +9 -0
  426. package/dist/src/components/modal/react.js +16 -0
  427. package/dist/src/components/panel/bundle.js +1075 -0
  428. package/dist/src/components/panel/bundle.js.gz +0 -0
  429. package/dist/src/components/panel/index.d.ts +9 -0
  430. package/dist/src/components/panel/index.js +9 -0
  431. package/dist/src/components/panel/panel.component.d.ts +199 -0
  432. package/dist/src/components/panel/panel.component.js +720 -0
  433. package/dist/src/components/panel/panel.style.d.ts +7 -0
  434. package/dist/src/components/panel/panel.style.js +497 -0
  435. package/dist/src/components/panel/panel.types.d.ts +94 -0
  436. package/dist/src/components/panel/panel.types.js +50 -0
  437. package/dist/src/components/panel/react.d.ts +11 -0
  438. package/dist/src/components/panel/react.js +18 -0
  439. package/dist/src/components/popconfirm/bundle.js +438 -0
  440. package/dist/src/components/popconfirm/bundle.js.gz +0 -0
  441. package/dist/src/components/popconfirm/index.d.ts +4 -0
  442. package/dist/src/components/popconfirm/index.js +4 -0
  443. package/dist/src/components/popconfirm/popconfirm-manager.component.d.ts +129 -0
  444. package/dist/src/components/popconfirm/popconfirm-manager.component.js +372 -0
  445. package/dist/src/components/popconfirm/popconfirm-manager.style.d.ts +2 -0
  446. package/dist/src/components/popconfirm/popconfirm-manager.style.js +137 -0
  447. package/dist/src/components/popconfirm/popconfirm.component.d.ts +179 -0
  448. package/dist/src/components/popconfirm/popconfirm.component.js +409 -0
  449. package/dist/src/components/popconfirm/popconfirm.style.d.ts +2 -0
  450. package/dist/src/components/popconfirm/popconfirm.style.js +207 -0
  451. package/dist/src/components/popconfirm/popconfirm.types.d.ts +104 -0
  452. package/dist/src/components/popconfirm/popconfirm.types.js +2 -0
  453. package/dist/src/components/popconfirm/react.d.ts +7 -0
  454. package/dist/src/components/popconfirm/react.js +14 -0
  455. package/dist/src/components/radio/bundle.js +180 -0
  456. package/dist/src/components/radio/bundle.js.gz +0 -0
  457. package/dist/src/components/radio/index.d.ts +3 -0
  458. package/dist/src/components/radio/index.js +3 -0
  459. package/dist/src/components/radio/radio.component.d.ts +70 -0
  460. package/dist/src/components/radio/radio.component.js +187 -0
  461. package/dist/src/components/radio/radio.style.d.ts +7 -0
  462. package/dist/src/components/radio/radio.style.js +149 -0
  463. package/dist/src/components/radio/radio.types.d.ts +14 -0
  464. package/dist/src/components/radio/radio.types.js +15 -0
  465. package/dist/src/components/radio/react.d.ts +12 -0
  466. package/dist/src/components/radio/react.js +19 -0
  467. package/dist/src/components/radio-group/bundle.js +430 -0
  468. package/dist/src/components/radio-group/bundle.js.gz +0 -0
  469. package/dist/src/components/radio-group/index.d.ts +3 -0
  470. package/dist/src/components/radio-group/index.js +3 -0
  471. package/dist/src/components/radio-group/radio-group.component.d.ts +165 -0
  472. package/dist/src/components/radio-group/radio-group.component.js +437 -0
  473. package/dist/src/components/radio-group/radio-group.style.d.ts +7 -0
  474. package/dist/src/components/radio-group/radio-group.style.js +270 -0
  475. package/dist/src/components/radio-group/radio-group.types.d.ts +39 -0
  476. package/dist/src/components/radio-group/radio-group.types.js +29 -0
  477. package/dist/src/components/radio-group/radio.constant.d.ts +2 -0
  478. package/dist/src/components/radio-group/radio.constant.js +2 -0
  479. package/dist/src/components/radio-group/react.d.ts +10 -0
  480. package/dist/src/components/radio-group/react.js +17 -0
  481. package/dist/src/components/select/bundle.js +721 -0
  482. package/dist/src/components/select/bundle.js.gz +0 -0
  483. package/dist/src/components/select/index.d.ts +17 -0
  484. package/dist/src/components/select/index.js +20 -0
  485. package/dist/src/components/select/react.d.ts +19 -0
  486. package/dist/src/components/select/react.js +26 -0
  487. package/dist/src/components/select/select.component.d.ts +359 -0
  488. package/dist/src/components/select/select.component.js +775 -0
  489. package/dist/src/components/select/select.constant.d.ts +133 -0
  490. package/dist/src/components/select/select.constant.js +136 -0
  491. package/dist/src/components/select/select.style.d.ts +2 -0
  492. package/dist/src/components/select/select.style.js +533 -0
  493. package/dist/src/components/select/select.types.d.ts +100 -0
  494. package/dist/src/components/select/select.types.js +73 -0
  495. package/dist/src/components/skeleton/bundle.js +293 -0
  496. package/dist/src/components/skeleton/bundle.js.gz +0 -0
  497. package/dist/src/components/skeleton/index.d.ts +3 -0
  498. package/dist/src/components/skeleton/index.js +3 -0
  499. package/dist/src/components/skeleton/react.d.ts +3 -0
  500. package/dist/src/components/skeleton/react.js +10 -0
  501. package/dist/src/components/skeleton/skeleton.component.d.ts +165 -0
  502. package/dist/src/components/skeleton/skeleton.component.js +387 -0
  503. package/dist/src/components/skeleton/skeleton.style.d.ts +2 -0
  504. package/dist/src/components/skeleton/skeleton.style.js +224 -0
  505. package/dist/src/components/skeleton/skeleton.types.d.ts +82 -0
  506. package/dist/src/components/skeleton/skeleton.types.js +2 -0
  507. package/dist/src/components/slider-input/bundle.js +241 -0
  508. package/dist/src/components/slider-input/bundle.js.gz +0 -0
  509. package/dist/src/components/slider-input/index.d.ts +3 -0
  510. package/dist/src/components/slider-input/index.js +3 -0
  511. package/dist/src/components/slider-input/react.d.ts +340 -0
  512. package/dist/src/components/slider-input/react.js +13 -0
  513. package/dist/src/components/slider-input/slider-input.component.d.ts +38 -0
  514. package/dist/src/components/slider-input/slider-input.component.js +191 -0
  515. package/dist/src/components/slider-input/slider-input.style.d.ts +3 -0
  516. package/dist/src/components/slider-input/slider-input.style.js +171 -0
  517. package/dist/src/components/slider-input/slider-input.style.variables.d.ts +2 -0
  518. package/dist/src/components/slider-input/slider-input.style.variables.js +59 -0
  519. package/dist/src/components/slider-input/slider-input.types.d.ts +21 -0
  520. package/dist/src/components/slider-input/slider-input.types.js +6 -0
  521. package/dist/src/components/table/bundle.js +987 -0
  522. package/dist/src/components/table/bundle.js.gz +0 -0
  523. package/dist/src/components/table/index.d.ts +2 -0
  524. package/dist/src/components/table/index.js +2 -0
  525. package/dist/src/components/table/react.d.ts +7 -0
  526. package/dist/src/components/table/react.js +14 -0
  527. package/dist/src/components/table/table.component.d.ts +140 -0
  528. package/dist/src/components/table/table.component.js +433 -0
  529. package/dist/src/components/table/table.style.d.ts +3 -0
  530. package/dist/src/components/table/table.style.js +702 -0
  531. package/dist/src/components/table/table.types.d.ts +103 -0
  532. package/dist/src/components/table/table.types.js +2 -0
  533. package/dist/src/components/tabs/bundle.js +1782 -0
  534. package/dist/src/components/tabs/bundle.js.gz +0 -0
  535. package/dist/src/components/tabs/index.d.ts +9 -0
  536. package/dist/src/components/tabs/index.js +10 -0
  537. package/dist/src/components/tabs/react.d.ts +50 -0
  538. package/dist/src/components/tabs/react.js +50 -0
  539. package/dist/src/components/tabs/tabs.component.d.ts +100 -0
  540. package/dist/src/components/tabs/tabs.component.js +461 -0
  541. package/dist/src/components/tabs/tabs.constant.d.ts +20 -0
  542. package/dist/src/components/tabs/tabs.constant.js +21 -0
  543. package/dist/src/components/tabs/tabs.style.d.ts +9 -0
  544. package/dist/src/components/tabs/tabs.style.js +577 -0
  545. package/dist/src/components/tabs/tabs.types.d.ts +241 -0
  546. package/dist/src/components/tabs/tabs.types.js +13 -0
  547. package/dist/src/components/tag/bundle.js +108 -0
  548. package/dist/src/components/tag/bundle.js.gz +0 -0
  549. package/dist/src/components/tag/index.d.ts +2 -0
  550. package/dist/src/components/tag/index.js +2 -0
  551. package/dist/src/components/tag/react.d.ts +6 -0
  552. package/dist/src/components/tag/react.js +13 -0
  553. package/dist/src/components/tag/tag.component.d.ts +57 -0
  554. package/dist/src/components/tag/tag.component.js +157 -0
  555. package/dist/src/components/tag/tag.style.d.ts +7 -0
  556. package/dist/src/components/tag/tag.style.js +88 -0
  557. package/dist/src/components/tag/tag.types.d.ts +28 -0
  558. package/dist/src/components/tag/tag.types.js +7 -0
  559. package/dist/src/components/textarea/bundle.js +404 -0
  560. package/dist/src/components/textarea/bundle.js.gz +0 -0
  561. package/dist/src/components/textarea/index.d.ts +8 -0
  562. package/dist/src/components/textarea/index.js +7 -0
  563. package/dist/src/components/textarea/react.d.ts +9 -0
  564. package/dist/src/components/textarea/react.js +16 -0
  565. package/dist/src/components/textarea/textarea.component.d.ts +203 -0
  566. package/dist/src/components/textarea/textarea.component.js +657 -0
  567. package/dist/src/components/textarea/textarea.style.d.ts +59 -0
  568. package/dist/src/components/textarea/textarea.style.js +386 -0
  569. package/dist/src/components/textarea/textarea.types.d.ts +102 -0
  570. package/dist/src/components/textarea/textarea.types.js +14 -0
  571. package/dist/src/components/timeline/bundle.js +261 -0
  572. package/dist/src/components/timeline/bundle.js.gz +0 -0
  573. package/dist/src/components/timeline/index.d.ts +2 -0
  574. package/dist/src/components/timeline/index.js +2 -0
  575. package/dist/src/components/timeline/react.d.ts +3 -0
  576. package/dist/src/components/timeline/react.js +10 -0
  577. package/dist/src/components/timeline/timeline.component.d.ts +109 -0
  578. package/dist/src/components/timeline/timeline.component.js +214 -0
  579. package/dist/src/components/timeline/timeline.style.d.ts +14 -0
  580. package/dist/src/components/timeline/timeline.style.js +234 -0
  581. package/dist/src/components/timeline/timeline.types.d.ts +62 -0
  582. package/dist/src/components/timeline/timeline.types.js +7 -0
  583. package/dist/src/components/timepicker/bundle.js +810 -0
  584. package/dist/src/components/timepicker/bundle.js.gz +0 -0
  585. package/dist/src/components/timepicker/index.d.ts +12 -0
  586. package/dist/src/components/timepicker/index.js +12 -0
  587. package/dist/src/components/timepicker/timepicker.component.d.ts +115 -0
  588. package/dist/src/components/timepicker/timepicker.component.js +743 -0
  589. package/dist/src/components/timepicker/timepicker.constants.d.ts +85 -0
  590. package/dist/src/components/timepicker/timepicker.constants.js +85 -0
  591. package/dist/src/components/timepicker/timepicker.style.d.ts +7 -0
  592. package/dist/src/components/timepicker/timepicker.style.js +568 -0
  593. package/dist/src/components/timepicker/timepicker.style.variables.d.ts +2 -0
  594. package/dist/src/components/timepicker/timepicker.style.variables.js +122 -0
  595. package/dist/src/components/timepicker/timepicker.types.d.ts +161 -0
  596. package/dist/src/components/timepicker/timepicker.types.js +125 -0
  597. package/dist/src/components/toast/bundle.js +393 -0
  598. package/dist/src/components/toast/bundle.js.gz +0 -0
  599. package/dist/src/components/toast/index.d.ts +9 -0
  600. package/dist/src/components/toast/index.js +9 -0
  601. package/dist/src/components/toast/react.d.ts +7 -0
  602. package/dist/src/components/toast/react.js +19 -0
  603. package/dist/src/components/toast/toast.component.d.ts +152 -0
  604. package/dist/src/components/toast/toast.component.js +368 -0
  605. package/dist/src/components/toast/toast.style.d.ts +14 -0
  606. package/dist/src/components/toast/toast.style.js +338 -0
  607. package/dist/src/components/toast/toast.types.d.ts +124 -0
  608. package/dist/src/components/toast/toast.types.js +9 -0
  609. package/dist/src/components/tooltips/bundle.js +123 -0
  610. package/dist/src/components/tooltips/bundle.js.gz +0 -0
  611. package/dist/src/components/tooltips/index.d.ts +2 -0
  612. package/dist/src/components/tooltips/index.js +2 -0
  613. package/dist/src/components/tooltips/react.d.ts +1 -0
  614. package/dist/src/components/tooltips/react.js +2 -0
  615. package/dist/src/components/tooltips/tooltips.component.d.ts +33 -0
  616. package/dist/src/components/tooltips/tooltips.component.js +313 -0
  617. package/dist/src/components/tooltips/tooltips.constant.d.ts +13 -0
  618. package/dist/src/components/tooltips/tooltips.constant.js +15 -0
  619. package/dist/src/components/tooltips/tooltips.style.d.ts +2 -0
  620. package/dist/src/components/tooltips/tooltips.style.js +103 -0
  621. package/dist/src/components/tooltips/tooltips.variables.d.ts +2 -0
  622. package/dist/src/components/tooltips/tooltips.variables.js +14 -0
  623. package/dist/src/components/video/bundle.js +171 -0
  624. package/dist/src/components/video/bundle.js.gz +0 -0
  625. package/dist/src/components/video/index.d.ts +3 -0
  626. package/dist/src/components/video/index.js +3 -0
  627. package/dist/src/components/video/react.d.ts +10 -0
  628. package/dist/src/components/video/react.js +17 -0
  629. package/dist/src/components/video/video.component.d.ts +34 -0
  630. package/dist/src/components/video/video.component.js +184 -0
  631. package/dist/src/components/video/video.style.d.ts +3 -0
  632. package/dist/src/components/video/video.style.js +124 -0
  633. package/dist/src/components/video/video.types.d.ts +80 -0
  634. package/dist/src/components/video/video.types.js +7 -0
  635. package/package.json +215 -0
  636. package/packages/common/README.md +137 -0
  637. package/packages/common/dist/LICENSE +28 -0
  638. package/packages/common/dist/README.md +137 -0
  639. package/packages/common/dist/VERSIONS.md +4 -0
  640. package/packages/common/dist/constants/index.d.ts +2 -0
  641. package/packages/common/dist/constants/index.d.ts.map +1 -0
  642. package/packages/common/dist/constants/index.js +2 -0
  643. package/packages/common/dist/constants/index.js.map +1 -0
  644. package/packages/common/dist/constants.d.ts +17 -0
  645. package/packages/common/dist/constants.d.ts.map +1 -0
  646. package/packages/common/dist/constants.js +7 -0
  647. package/packages/common/dist/constants.js.map +1 -0
  648. package/packages/common/dist/controllers/index.d.ts +2 -0
  649. package/packages/common/dist/controllers/index.d.ts.map +1 -0
  650. package/packages/common/dist/controllers/index.js +2 -0
  651. package/packages/common/dist/controllers/index.js.map +1 -0
  652. package/packages/common/dist/controllers.d.ts +21 -0
  653. package/packages/common/dist/controllers.d.ts.map +1 -0
  654. package/packages/common/dist/controllers.js +22 -0
  655. package/packages/common/dist/controllers.js.map +1 -0
  656. package/packages/common/dist/index.d.ts +25 -0
  657. package/packages/common/dist/index.d.ts.map +1 -0
  658. package/packages/common/dist/index.js +27 -0
  659. package/packages/common/dist/index.js.map +1 -0
  660. package/packages/common/dist/mixins/index.d.ts +2 -0
  661. package/packages/common/dist/mixins/index.d.ts.map +1 -0
  662. package/packages/common/dist/mixins/index.js +3 -0
  663. package/packages/common/dist/mixins/index.js.map +1 -0
  664. package/packages/common/dist/mixins.d.ts +26 -0
  665. package/packages/common/dist/mixins.d.ts.map +1 -0
  666. package/packages/common/dist/mixins.js +29 -0
  667. package/packages/common/dist/mixins.js.map +1 -0
  668. package/packages/common/dist/shared/base-mixin.d.ts +42 -0
  669. package/packages/common/dist/shared/base-mixin.d.ts.map +1 -0
  670. package/packages/common/dist/shared/base-mixin.js +38 -0
  671. package/packages/common/dist/shared/base-mixin.js.map +1 -0
  672. package/packages/common/dist/shared/constants.d.ts +1 -0
  673. package/packages/common/dist/shared/constants.d.ts.map +1 -0
  674. package/packages/common/dist/shared/constants.js +2 -0
  675. package/packages/common/dist/shared/constants.js.map +1 -0
  676. package/packages/common/dist/shared/controllers/base-validation.controller.d.ts +81 -0
  677. package/packages/common/dist/shared/controllers/base-validation.controller.d.ts.map +1 -0
  678. package/packages/common/dist/shared/controllers/base-validation.controller.js +104 -0
  679. package/packages/common/dist/shared/controllers/base-validation.controller.js.map +1 -0
  680. package/packages/common/dist/shared/controllers/base.controller.d.ts +76 -0
  681. package/packages/common/dist/shared/controllers/base.controller.d.ts.map +1 -0
  682. package/packages/common/dist/shared/controllers/base.controller.js +129 -0
  683. package/packages/common/dist/shared/controllers/base.controller.js.map +1 -0
  684. package/packages/common/dist/shared/controllers/dropdown.controller.d.ts +77 -0
  685. package/packages/common/dist/shared/controllers/dropdown.controller.d.ts.map +1 -0
  686. package/packages/common/dist/shared/controllers/dropdown.controller.js +341 -0
  687. package/packages/common/dist/shared/controllers/dropdown.controller.js.map +1 -0
  688. package/packages/common/dist/shared/controllers/dropdown.interface.d.ts +37 -0
  689. package/packages/common/dist/shared/controllers/dropdown.interface.d.ts.map +1 -0
  690. package/packages/common/dist/shared/controllers/dropdown.interface.js +2 -0
  691. package/packages/common/dist/shared/controllers/dropdown.interface.js.map +1 -0
  692. package/packages/common/dist/shared/controllers/index.d.ts +6 -0
  693. package/packages/common/dist/shared/controllers/index.d.ts.map +1 -0
  694. package/packages/common/dist/shared/controllers/index.js +6 -0
  695. package/packages/common/dist/shared/controllers/index.js.map +1 -0
  696. package/packages/common/dist/shared/controllers/theme.controller.d.ts +48 -0
  697. package/packages/common/dist/shared/controllers/theme.controller.d.ts.map +1 -0
  698. package/packages/common/dist/shared/controllers/theme.controller.js +133 -0
  699. package/packages/common/dist/shared/controllers/theme.controller.js.map +1 -0
  700. package/packages/common/dist/shared/dependency-mixin.d.ts +37 -0
  701. package/packages/common/dist/shared/dependency-mixin.d.ts.map +1 -0
  702. package/packages/common/dist/shared/dependency-mixin.js +141 -0
  703. package/packages/common/dist/shared/dependency-mixin.js.map +1 -0
  704. package/packages/common/dist/shared/event-handler-mixin.d.ts +64 -0
  705. package/packages/common/dist/shared/event-handler-mixin.d.ts.map +1 -0
  706. package/packages/common/dist/shared/event-handler-mixin.js +95 -0
  707. package/packages/common/dist/shared/event-handler-mixin.js.map +1 -0
  708. package/packages/common/dist/shared/index.d.ts +13 -0
  709. package/packages/common/dist/shared/index.d.ts.map +1 -0
  710. package/packages/common/dist/shared/index.js +17 -0
  711. package/packages/common/dist/shared/index.js.map +1 -0
  712. package/packages/common/dist/shared/render-utils.d.ts +103 -0
  713. package/packages/common/dist/shared/render-utils.d.ts.map +1 -0
  714. package/packages/common/dist/shared/render-utils.js +132 -0
  715. package/packages/common/dist/shared/render-utils.js.map +1 -0
  716. package/packages/common/dist/shared/theme-mixin.d.ts +78 -0
  717. package/packages/common/dist/shared/theme-mixin.d.ts.map +1 -0
  718. package/packages/common/dist/shared/theme-mixin.js +194 -0
  719. package/packages/common/dist/shared/theme-mixin.js.map +1 -0
  720. package/packages/common/dist/shared/themes.d.ts +44 -0
  721. package/packages/common/dist/shared/themes.d.ts.map +1 -0
  722. package/packages/common/dist/shared/themes.js +85 -0
  723. package/packages/common/dist/shared/themes.js.map +1 -0
  724. package/packages/common/dist/shared/utils.d.ts +60 -0
  725. package/packages/common/dist/shared/utils.d.ts.map +1 -0
  726. package/packages/common/dist/shared/utils.js +85 -0
  727. package/packages/common/dist/shared/utils.js.map +1 -0
  728. package/packages/common/dist/shared/validation.types.d.ts +108 -0
  729. package/packages/common/dist/shared/validation.types.d.ts.map +1 -0
  730. package/packages/common/dist/shared/validation.types.js +17 -0
  731. package/packages/common/dist/shared/validation.types.js.map +1 -0
  732. package/packages/common/dist/themes/index.d.ts +2 -0
  733. package/packages/common/dist/themes/index.d.ts.map +1 -0
  734. package/packages/common/dist/themes/index.js +2 -0
  735. package/packages/common/dist/themes/index.js.map +1 -0
  736. package/packages/common/dist/themes.d.ts +22 -0
  737. package/packages/common/dist/themes.d.ts.map +1 -0
  738. package/packages/common/dist/themes.js +23 -0
  739. package/packages/common/dist/themes.js.map +1 -0
  740. package/packages/common/dist/utils/index.d.ts +2 -0
  741. package/packages/common/dist/utils/index.d.ts.map +1 -0
  742. package/packages/common/dist/utils/index.js +2 -0
  743. package/packages/common/dist/utils/index.js.map +1 -0
  744. package/packages/common/dist/utils.d.ts +22 -0
  745. package/packages/common/dist/utils.d.ts.map +1 -0
  746. package/packages/common/dist/utils.js +24 -0
  747. package/packages/common/dist/utils.js.map +1 -0
  748. package/packages/themes/README.md +146 -0
  749. package/packages/themes/dist/README.md +146 -0
  750. package/packages/themes/dist/carbon.css +2987 -0
  751. package/packages/themes/dist/default.css +2757 -0
  752. package/packages/themes/dist/editor.css +1063 -0
  753. package/packages/themes/dist/index.cjs +46 -0
  754. package/packages/themes/dist/index.js +46 -0
  755. package/packages/themes/dist/package.json +59 -0
@@ -0,0 +1,2757 @@
1
+ /**
2
+ * Default Theme Bundle
3
+ * Generated automatically - do not edit directly
4
+ * Source: src/shared/themes/default
5
+ */
6
+
7
+ /* ==============================================
8
+ * theme.css
9
+ * ============================================== */
10
+
11
+ :root {
12
+
13
+ --nuraly-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
14
+ --nuraly-font-weight-regular: 300;
15
+ --nuraly-font-weight-medium: 3500;
16
+ --nuraly-font-weight-semibold: 600;
17
+ --nuraly-font-weight-bold: 700;
18
+
19
+ --nuraly-font-size-xs: 0.75rem;
20
+ --nuraly-font-size-small: 0.8125rem;
21
+ --nuraly-font-size-sm: 0.875rem;
22
+ --nuraly-font-size-base: 0.875rem;
23
+ --nuraly-font-size-lg: 1rem;
24
+ --nuraly-font-size-xl: 1.125rem;
25
+ --nuraly-font-size-2xl: 1.25rem;
26
+
27
+ --nuraly-line-height-tight: 1.2;
28
+ --nuraly-line-height-normal: 1.5714285714285714;
29
+ --nuraly-line-height-relaxed: 1.6;
30
+
31
+ --nuraly-color-primary: #dee9ff;
32
+ --nuraly-color-primary-hover: #40a9ff;
33
+ --nuraly-color-primary-active: #096dd9;
34
+ --nuraly-color-primary-light: #e6f7ff;
35
+ --nuraly-color-primary-dark: #0050b3;
36
+
37
+ --nuraly-color-secondary: #8c8c8c;
38
+ --nuraly-color-secondary-hover: #bfbfbf;
39
+ --nuraly-color-secondary-active: #595959;
40
+ --nuraly-color-secondary-light: #f5f5f5;
41
+ --nuraly-color-secondary-dark: #262626;
42
+
43
+ --nuraly-color-success: #52c41a;
44
+ --nuraly-color-success-hover: #73d13d;
45
+ --nuraly-color-success-active: #389e0d;
46
+ --nuraly-color-success-light: #f6ffed;
47
+ --nuraly-color-success-dark: #237804;
48
+
49
+ --nuraly-color-warning: #faad14;
50
+ --nuraly-color-warning-hover: #ffc53d;
51
+ --nuraly-color-warning-active: #d48806;
52
+ --nuraly-color-warning-light: #fffbe6;
53
+ --nuraly-color-warning-dark: #ad6800;
54
+
55
+ --nuraly-color-danger: #ff4d4f;
56
+ --nuraly-color-danger-hover: #ff7875;
57
+ --nuraly-color-danger-active: #d9363e;
58
+ --nuraly-color-danger-light: #fff2f0;
59
+ --nuraly-color-danger-dark: #a8071a;
60
+
61
+ --nuraly-color-info: #1890ff;
62
+ --nuraly-color-info-hover: #40a9ff;
63
+ --nuraly-color-info-active: #096dd9;
64
+ --nuraly-color-info-light: #e6f7ff;
65
+ --nuraly-color-info-dark: #0050b3;
66
+
67
+ --nuraly-color-background: #ffffff;
68
+ --nuraly-color-background-hover: #fafafa;
69
+ --nuraly-color-background-active: #f5f5f5;
70
+ --nuraly-color-background-disabled: #f5f5f5;
71
+ --nuraly-color-background-overlay: rgba(0, 0, 0, 0.45);
72
+
73
+ --nuraly-color-text: rgba(0, 0, 0, 0.88);
74
+ --nuraly-color-text-secondary: rgba(0, 0, 0, 0.65);
75
+ --nuraly-color-text-tertiary: rgba(0, 0, 0, 0.45);
76
+ --nuraly-color-text-on-color: #ffffff;
77
+ --nuraly-color-text-disabled: rgba(0, 0, 0, 0.25);
78
+ --nuraly-color-text-inverse: #ffffff;
79
+
80
+ --nuraly-color-border: #d9d9d9;
81
+ --nuraly-color-border-subtle: #f0f0f0;
82
+ --nuraly-color-border-strong: #bfbfbf;
83
+ --nuraly-color-border-inverse: #434343;
84
+ --nuraly-color-border-brand: #1890ff;
85
+ --nuraly-color-border-danger: #ff4d4f;
86
+ --nuraly-color-border-success: #52c41a;
87
+ --nuraly-color-border-warning: #faad14;
88
+
89
+ --nuraly-border-radius-none: 0;
90
+ --nuraly-border-radius-xs: 2px;
91
+ --nuraly-border-radius-sm: 4px;
92
+ --nuraly-border-radius-md: 6px;
93
+ --nuraly-border-radius-lg: 8px;
94
+ --nuraly-border-radius-xl: 12px;
95
+ --nuraly-border-radius-2xl: 16px;
96
+ --nuraly-border-radius-full: 9999px;
97
+
98
+ --nuraly-border-width-0: 0;
99
+ --nuraly-border-width-1: 1px;
100
+ --nuraly-border-width-2: 2px;
101
+ --nuraly-border-width-4: 4px;
102
+
103
+ --nuraly-spacing-0: 0;
104
+ --nuraly-spacing-1: 4px;
105
+ --nuraly-spacing-2: 8px;
106
+ --nuraly-spacing-3: 12px;
107
+ --nuraly-spacing-4: 16px;
108
+ --nuraly-spacing-5: 20px;
109
+ --nuraly-spacing-6: 24px;
110
+ --nuraly-spacing-8: 32px;
111
+ --nuraly-spacing-10: 40px;
112
+ --nuraly-spacing-12: 48px;
113
+ --nuraly-spacing-16: 64px;
114
+ --nuraly-spacing-20: 80px;
115
+ --nuraly-spacing-24: 96px;
116
+
117
+ --nuraly-shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.03), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.02);
118
+ --nuraly-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.03), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.02);
119
+ --nuraly-shadow-md: 0 1px 2px 0 rgba(0, 0, 0, 0.03), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.02);
120
+ --nuraly-shadow-lg: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
121
+ --nuraly-shadow-xl: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
122
+ --nuraly-shadow-2xl: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
123
+ --nuraly-shadow-inner: inset 0 1px 2px rgba(0, 0, 0, 0.1);
124
+
125
+ --nuraly-focus-outline: none;
126
+ --nuraly-focus-outline-offset: 2px;
127
+ --nuraly-focus-color: #1890ff;
128
+ --nuraly-focus-ring: 0 0 0 2px rgba(24, 144, 255, 0.2);
129
+
130
+ --nuraly-size-xs: 24px;
131
+ --nuraly-size-sm: 32px;
132
+ --nuraly-size-md: 32px;
133
+ --nuraly-size-lg: 40px;
134
+ --nuraly-size-xl: 48px;
135
+ --nuraly-size-2xl: 56px;
136
+
137
+ --nuraly-z-dropdown: 1000;
138
+ --nuraly-z-sticky: 1020;
139
+ --nuraly-z-fixed: 1030;
140
+ --nuraly-z-modal: 1040;
141
+ --nuraly-z-popover: 1050;
142
+ --nuraly-z-tooltip: 1060;
143
+ --nuraly-z-toast: 1070;
144
+
145
+ --nuraly-transition-fast: 150ms;
146
+ --nuraly-transition-normal: 300ms;
147
+ --nuraly-transition-slow: 500ms;
148
+
149
+ --nuraly-ease-linear: linear;
150
+ --nuraly-ease-in: cubic-bezier(0.4, 0, 1, 1);
151
+ --nuraly-ease-out: cubic-bezier(0, 0, 0.2, 1);
152
+ --nuraly-ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
153
+
154
+ --nuraly-color-surface: #ffffff;
155
+ --nuraly-color-surface-hover: #f9fafb;
156
+ --nuraly-color-surface-active: #f3f4f6;
157
+ --nuraly-color-surface-disabled: #f9fafb;
158
+ --nuraly-color-surface-elevated: #ffffff;
159
+ }
160
+
161
+ [data-theme="default-light"] {
162
+
163
+ --nuraly-color-primary: #3b82f6;
164
+ }
165
+
166
+ [data-theme="default-dark"]{
167
+
168
+ --nuraly-color-primary: #60a5fa;
169
+ --nuraly-color-primary-hover: #3b82f6;
170
+ --nuraly-color-primary-active: #2563eb;
171
+ --nuraly-color-primary-light: #93c5fd;
172
+ --nuraly-color-primary-dark: #1e40af;
173
+
174
+ --nuraly-color-secondary: #9ca3af;
175
+ --nuraly-color-secondary-hover: #d1d5db;
176
+ --nuraly-color-secondary-active: #e5e7eb;
177
+ --nuraly-color-secondary-light: #f3f4f6;
178
+ --nuraly-color-secondary-dark: #374151;
179
+
180
+ --nuraly-color-success: #34d399;
181
+ --nuraly-color-success-hover: #10b981;
182
+ --nuraly-color-success-active: #059669;
183
+ --nuraly-color-success-light: #6ee7b7;
184
+ --nuraly-color-success-dark: #064e3b;
185
+
186
+ --nuraly-color-warning: #fbbf24;
187
+ --nuraly-color-warning-hover: #f59e0b;
188
+ --nuraly-color-warning-active: #d97706;
189
+ --nuraly-color-warning-light: #fcd34d;
190
+ --nuraly-color-warning-dark: #92400e;
191
+
192
+ --nuraly-color-danger: #f87171;
193
+ --nuraly-color-danger-hover: #ef4444;
194
+ --nuraly-color-danger-active: #dc2626;
195
+ --nuraly-color-danger-light: #fca5a5;
196
+ --nuraly-color-danger-dark: #7f1d1d;
197
+
198
+ --nuraly-color-info: #60a5fa;
199
+ --nuraly-color-info-hover: #3b82f6;
200
+ --nuraly-color-info-active: #2563eb;
201
+ --nuraly-color-info-light: #93c5fd;
202
+ --nuraly-color-info-dark: #1e40af;
203
+
204
+ --nuraly-color-background: #111827;
205
+ --nuraly-color-background-hover: #1f2937;
206
+ --nuraly-color-background-active: #374151;
207
+ --nuraly-color-background-disabled: #1f2937;
208
+ --nuraly-color-background-overlay: rgba(0, 0, 0, 0.75);
209
+
210
+ --nuraly-color-text: #f9fafb;
211
+ --nuraly-color-text-secondary: #d1d5db;
212
+ --nuraly-color-text-tertiary: #9ca3af;
213
+ --nuraly-color-text-on-color: #111827;
214
+ --nuraly-color-text-disabled: #6b7280;
215
+ --nuraly-color-text-inverse: #111827;
216
+
217
+ --nuraly-color-border: #4b5563;
218
+ --nuraly-color-border-subtle: #374151;
219
+ --nuraly-color-border-strong: #6b7280;
220
+ --nuraly-color-border-inverse: #e5e7eb;
221
+ --nuraly-color-border-brand: #60a5fa;
222
+ --nuraly-color-border-danger: #f87171;
223
+ --nuraly-color-border-success: #34d399;
224
+ --nuraly-color-border-warning: #fbbf24;
225
+
226
+ --nuraly-shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.3);
227
+ --nuraly-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.4);
228
+ --nuraly-shadow-md: 0 4px 6px rgba(0, 0, 0, 0.4);
229
+ --nuraly-shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.4);
230
+ --nuraly-shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.4);
231
+ --nuraly-shadow-2xl: 0 25px 50px rgba(0, 0, 0, 0.5);
232
+ --nuraly-shadow-inner: inset 0 2px 4px rgba(0, 0, 0, 0.3);
233
+
234
+ --nuraly-focus-outline: 2px solid #60a5fa;
235
+ --nuraly-focus-color: #60a5fa;
236
+ --nuraly-focus-ring: 0 0 0 3px rgba(96, 165, 250, 0.2);
237
+
238
+ --nuraly-color-surface: #1f2937;
239
+ --nuraly-color-surface-hover: #374151;
240
+ --nuraly-color-surface-active: #4b5563;
241
+ --nuraly-color-surface-disabled: #1f2937;
242
+ --nuraly-color-surface-elevated: #374151;
243
+ }
244
+
245
+ /* ==============================================
246
+ * index.css
247
+ * ============================================== */
248
+
249
+ /* ==============================================
250
+ * button/index.css
251
+ * ============================================== */
252
+
253
+ /* ==============================================
254
+ * button/common.css
255
+ * ============================================== */
256
+
257
+ :root,
258
+ [data-theme^="default"]{
259
+
260
+ --nuraly-color-button-focus-outline: #1890ff;
261
+ --nuraly-color-button-focus-ring: rgba(24, 144, 255, 0.2);
262
+
263
+ --nuraly-shadow-button-focus: 0 0 0 2px rgba(24, 144, 255, 0.2);
264
+
265
+ --nuraly-border-radius-button: 6px;
266
+
267
+ --nuraly-color-button-tertiary: #1890ff;
268
+ --nuraly-color-button-tertiary-hover: #40a9ff;
269
+ --nuraly-color-button-tertiary-active: #096dd9;
270
+
271
+ --nuraly-color-button-gradient-bg-start: #1890ff;
272
+ --nuraly-color-button-gradient-bg-end: #096dd9;
273
+ --nuraly-color-button-gradient-text: #ffffff;
274
+
275
+ --nuraly-color-button-primary: #1890ff;
276
+ --nuraly-color-button-primary-hover: #40a9ff;
277
+ --nuraly-color-button-primary-active: #096dd9;
278
+ --nuraly-color-button-primary-text: #ffffff;
279
+ --nuraly-color-button-primary-text-hover: #ffffff;
280
+ --nuraly-color-button-primary-text-active: #ffffff;
281
+
282
+ --nuraly-color-button-danger: #ff4d4f;
283
+ --nuraly-color-button-danger-hover: #ff7875;
284
+ --nuraly-color-button-danger-active: #d9363e;
285
+ --nuraly-color-button-danger-text: #ffffff;
286
+ --nuraly-color-button-danger-text-hover: #ffffff;
287
+ --nuraly-color-button-danger-text-active: #ffffff;
288
+
289
+ --nuraly-color-button-ghost-text: #1890ff;
290
+ --nuraly-color-button-ghost-text-hover: #40a9ff;
291
+ --nuraly-color-button-ghost-text-active: #096dd9;
292
+
293
+ }
294
+
295
+ [data-theme^="default"] nr-button[type="primary"] nr-icon,
296
+ [data-theme^="default"] :host([type="primary"]) nr-icon {
297
+ --nuraly-color-icon: #ffffff !important;
298
+ fill: #ffffff !important;
299
+ color: #ffffff !important;
300
+ }
301
+
302
+ [data-theme^="default"] nr-button[type="secondary"] nr-icon,
303
+ [data-theme^="default"] :host([type="secondary"]) nr-icon {
304
+ --nuraly-color-icon: rgba(0, 0, 0, 0.88) !important;
305
+ fill: rgba(0, 0, 0, 0.88) !important;
306
+ color: rgba(0, 0, 0, 0.88) !important;
307
+ }
308
+
309
+ [data-theme^="default"] nr-button[type="danger"] nr-icon,
310
+ [data-theme^="default"] :host([type="danger"]) nr-icon {
311
+ --nuraly-color-icon: #ffffff !important;
312
+ fill: #ffffff !important;
313
+ color: #ffffff !important;
314
+ }
315
+
316
+ [data-theme^="default"] nr-button button:focus,
317
+ [data-theme^="default"] :host button:focus {
318
+ outline: none !important;
319
+ box-shadow: none !important;
320
+ }
321
+
322
+ :root,
323
+ [data-theme^="default"]{
324
+
325
+ --nuraly-button-padding-vertical: 2px;
326
+ --nuraly-button-padding-horizontal: 12px;
327
+
328
+ --nuraly-spacing-2: 2px;
329
+ --nuraly-spacing-4: 12px;
330
+
331
+ --nuraly-size-sm: 24px;
332
+ --nuraly-size-md: 32px;
333
+ --nuraly-size-lg: 40px;
334
+
335
+ --nuraly-button-icon-spacing: 6px;
336
+ --nuraly-button-icon-size: 12px;
337
+ }
338
+
339
+ /* ==============================================
340
+ * button/light.css
341
+ * ============================================== */
342
+
343
+ [data-theme="default-light"] {
344
+
345
+ --nuraly-color-button-secondary: #ffffff;
346
+ --nuraly-color-button-secondary-hover: #ffffff;
347
+ --nuraly-color-button-secondary-active: #ffffff;
348
+ --nuraly-color-button-secondary-text: rgba(0, 0, 0, 0.88);
349
+ --nuraly-color-button-secondary-text-hover: #40a9ff;
350
+ --nuraly-color-button-secondary-text-active: #096dd9;
351
+
352
+ --nuraly-color-button-outline: #ffffff;
353
+ --nuraly-color-button-outline-hover: #ffffff;
354
+ --nuraly-color-button-outline-active: #ffffff;
355
+ --nuraly-color-button-outline-text: rgba(0, 0, 0, 0.88);
356
+ --nuraly-color-button-outline-text-hover: #40a9ff;
357
+ --nuraly-color-button-outline-text-active: #096dd9;
358
+ --nuraly-color-button-outline-border: #d9d9d9;
359
+ --nuraly-color-button-outline-border-hover: #40a9ff;
360
+ --nuraly-color-button-outline-border-active: #096dd9;
361
+
362
+ --nuraly-color-button-ghost: transparent;
363
+ --nuraly-color-button-ghost-hover: rgba(24, 144, 255, 0.06);
364
+ --nuraly-color-button-ghost-active: rgba(24, 144, 255, 0.15);
365
+
366
+ --nuraly-color-button-disabled: #f5f5f5;
367
+ --nuraly-color-button-disabled-text: rgba(0, 0, 0, 0.25);
368
+ --nuraly-color-button-disabled-border: #d9d9d9;
369
+
370
+ --nuraly-shadow-button: 0 2px 0 rgba(0, 0, 0, 0.02);
371
+ --nuraly-shadow-button-hover: 0 2px 4px rgba(0, 0, 0, 0.1);
372
+ --nuraly-shadow-button-active: 0 0 0 rgba(0, 0, 0, 0);
373
+
374
+ --nuraly-color-button-separator: #f0f0f0;
375
+ }
376
+
377
+ /* ==============================================
378
+ * button/dark.css
379
+ * ============================================== */
380
+
381
+ [data-theme="default-dark"] {
382
+
383
+ --nuraly-color-button-secondary: #434343;
384
+ --nuraly-color-button-secondary-hover: #595959;
385
+ --nuraly-color-button-secondary-active: #262626;
386
+ --nuraly-color-button-secondary-text: rgba(255, 255, 255, 0.88);
387
+ --nuraly-color-button-secondary-text-hover: #40a9ff;
388
+ --nuraly-color-button-secondary-text-active: #096dd9;
389
+
390
+ --nuraly-color-button-outline: #434343;
391
+ --nuraly-color-button-outline-hover: #595959;
392
+ --nuraly-color-button-outline-active: #262626;
393
+ --nuraly-color-button-outline-text: rgba(255, 255, 255, 0.88);
394
+ --nuraly-color-button-outline-text-hover: #40a9ff;
395
+ --nuraly-color-button-outline-text-active: #096dd9;
396
+ --nuraly-color-button-outline-border: #434343;
397
+ --nuraly-color-button-outline-border-hover: #40a9ff;
398
+ --nuraly-color-button-outline-border-active: #096dd9;
399
+
400
+ --nuraly-color-button-ghost: transparent;
401
+ --nuraly-color-button-ghost-hover: rgba(24, 144, 255, 0.1);
402
+ --nuraly-color-button-ghost-active: rgba(24, 144, 255, 0.2);
403
+
404
+ --nuraly-color-button-disabled: rgba(255, 255, 255, 0.08);
405
+ --nuraly-color-button-disabled-text: rgba(255, 255, 255, 0.25);
406
+ --nuraly-color-button-disabled-border: #434343;
407
+
408
+ --nuraly-shadow-button: 0 2px 0 rgba(0, 0, 0, 0.1);
409
+ --nuraly-shadow-button-hover: 0 4px 8px rgba(0, 0, 0, 0.3);
410
+ --nuraly-shadow-button-active: 0 0 0 rgba(0, 0, 0, 0);
411
+
412
+ --nuraly-color-button-separator: #434343;
413
+ }
414
+
415
+ /* ==============================================
416
+ * input/index.css
417
+ * ============================================== */
418
+
419
+ /* ==============================================
420
+ * input/common.css
421
+ * ============================================== */
422
+
423
+ [data-theme="default-light"],
424
+ [data-theme="default-dark"] {
425
+
426
+ --nuraly-border-width-input: 1px;
427
+ --nuraly-border-radius-input: 6px;
428
+ --nuraly-color-input-border-focus: #1890ff;
429
+ --nuraly-color-input-border-hover: #40a9ff;
430
+
431
+ --nuraly-size-input-small-height: 24px;
432
+ --nuraly-size-input-medium-height: 32px;
433
+ --nuraly-size-input-large-height: 40px;
434
+
435
+ --nuraly-spacing-input-small-vertical: 0px;
436
+ --nuraly-spacing-input-small-horizontal: 7px;
437
+ --nuraly-spacing-input-medium-vertical: 4px;
438
+ --nuraly-spacing-input-medium-horizontal: 11px;
439
+ --nuraly-spacing-input-large-vertical: 6px;
440
+ --nuraly-spacing-input-large-horizontal: 11px;
441
+
442
+ --nuraly-font-family-input: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
443
+ --nuraly-font-size-input: 14px;
444
+ --nuraly-font-size-input-label: 14px;
445
+ --nuraly-font-size-input-helper: 14px;
446
+ --nuraly-font-size-input-placeholder: 14px;
447
+ --nuraly-font-size-input-small: 14px;
448
+ --nuraly-font-size-input-large: 16px;
449
+
450
+ --nuraly-size-input-icon: 14px;
451
+
452
+ --nuraly-border-radius-input-outlined: 6px;
453
+ --nuraly-border-radius-input-filled: 6px;
454
+
455
+ --nuraly-spacing-input-label-bottom: 8px;
456
+ --nuraly-spacing-input-helper-top: 4px;
457
+ --nuraly-spacing-input-icon: 4px;
458
+
459
+ --nuraly-shadow-input-focus: 0 0 0 2px rgba(24, 144, 255, 0.2);
460
+ --nuraly-shadow-input-error-focus: 0 0 0 2px rgba(255, 77, 79, 0.2);
461
+ --nuraly-shadow-input-warning-focus: 0 0 0 2px rgba(250, 173, 20, 0.2);
462
+
463
+ --nuraly-transition-input: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
464
+ }
465
+
466
+ /* ==============================================
467
+ * input/light.css
468
+ * ============================================== */
469
+
470
+ [data-theme="default-light"]{
471
+
472
+ --nuraly-color-input-background: #ffffff;
473
+ --nuraly-color-input-text: rgba(0, 0, 0, 0.88);
474
+ --nuraly-color-input-placeholder: rgba(0, 0, 0, 0.25);
475
+ --nuraly-color-input-label: rgba(0, 0, 0, 0.88);
476
+ --nuraly-color-input-helper-text: rgba(0, 0, 0, 0.45);
477
+
478
+ --nuraly-color-input-border: #d9d9d9;
479
+ --nuraly-color-input-border-bottom: #d9d9d9;
480
+
481
+ --nuraly-color-input-disabled-background: #f5f5f5;
482
+ --nuraly-color-input-disabled-text: rgba(0, 0, 0, 0.25);
483
+ --nuraly-color-input-disabled-placeholder: rgba(0, 0, 0, 0.25);
484
+ --nuraly-color-input-disabled-label: rgba(0, 0, 0, 0.25);
485
+ --nuraly-color-input-disabled-helper-text: rgba(0, 0, 0, 0.25);
486
+ --nuraly-color-input-disabled-border: #d9d9d9;
487
+
488
+ --nuraly-color-input-error-border: #ff4d4f;
489
+ --nuraly-color-input-error-text: #ff4d4f;
490
+ --nuraly-color-input-error-icon: #ff4d4f;
491
+ --nuraly-color-input-error-background: #fff2f0;
492
+
493
+ --nuraly-color-input-warning-border: #faad14;
494
+ --nuraly-color-input-warning-text: #faad14;
495
+ --nuraly-color-input-warning-icon: #faad14;
496
+ --nuraly-color-input-warning-background: #fffbe6;
497
+
498
+ --nuraly-color-input-icon: rgba(0, 0, 0, 0.45);
499
+ --nuraly-color-input-icon-hover: rgba(0, 0, 0, 0.88);
500
+ --nuraly-color-input-password-icon: rgba(0, 0, 0, 0.45);
501
+ --nuraly-color-input-calendar-icon: rgba(0, 0, 0, 0.45);
502
+ --nuraly-color-input-copy-icon: rgba(0, 0, 0, 0.45);
503
+ --nuraly-color-input-clear-icon: rgba(0, 0, 0, 0.25);
504
+ --nuraly-color-input-number-icons: rgba(0, 0, 0, 0.45);
505
+
506
+ --nuraly-color-input-addon-background: #fafafa;
507
+ --nuraly-color-input-addon-text: rgba(0, 0, 0, 0.88);
508
+ --nuraly-color-input-addon-border: #d9d9d9;
509
+ --nuraly-color-input-prefix-text: rgba(0, 0, 0, 0.65);
510
+ --nuraly-color-input-suffix-text: rgba(0, 0, 0, 0.65);
511
+
512
+ --nuraly-color-input-outlined-border: #d9d9d9;
513
+ --nuraly-color-input-outlined-background: #ffffff;
514
+ --nuraly-color-input-filled-background: #fafafa;
515
+ --nuraly-color-input-filled-border: #d9d9d9;
516
+ --nuraly-color-input-filled-border-bottom: #d9d9d9;
517
+ }
518
+
519
+ :root nr-input #input-container,
520
+ [data-theme="default-light"] nr-input #input-container,
521
+ .input-wrapper:root #input-container,
522
+ .input-wrapper[data-theme="default-light"] #input-container {
523
+ border-bottom: 1px solid #d9d9d9 !important;
524
+ background-color: #ffffff !important;
525
+ color: rgba(0, 0, 0, 0.88) !important;
526
+ border-radius: var(--nuraly-border-radius-input, 6px) !important;
527
+ }
528
+
529
+ /* ==============================================
530
+ * input/dark.css
531
+ * ============================================== */
532
+
533
+ [data-theme="default-dark"]{
534
+
535
+ --nuraly-color-input-background: #374151;
536
+ --nuraly-color-input-text: rgba(255, 255, 255, 0.88);
537
+ --nuraly-color-input-placeholder: rgba(255, 255, 255, 0.25);
538
+ --nuraly-color-input-label: rgba(255, 255, 255, 0.88);
539
+ --nuraly-color-input-helper-text: rgba(255, 255, 255, 0.45);
540
+
541
+ --nuraly-color-input-border: #374151;
542
+ --nuraly-color-input-border-bottom: #374151;
543
+
544
+ --nuraly-color-input-disabled-background: rgba(255, 255, 255, 0.08);
545
+ --nuraly-color-input-disabled-text: rgba(255, 255, 255, 0.25);
546
+ --nuraly-color-input-disabled-placeholder: rgba(255, 255, 255, 0.25);
547
+ --nuraly-color-input-disabled-label: rgba(255, 255, 255, 0.25);
548
+ --nuraly-color-input-disabled-helper-text: rgba(255, 255, 255, 0.25);
549
+ --nuraly-color-input-disabled-border: #434343;
550
+
551
+ --nuraly-color-input-error-border: #ff4d4f;
552
+ --nuraly-color-input-error-text: #ff4d4f;
553
+ --nuraly-color-input-error-icon: #ff4d4f;
554
+ --nuraly-color-input-error-background: #2a1215;
555
+
556
+ --nuraly-color-input-warning-border: #faad14;
557
+ --nuraly-color-input-warning-text: #faad14;
558
+ --nuraly-color-input-warning-icon: #faad14;
559
+ --nuraly-color-input-warning-background: #2b2111;
560
+
561
+ [data-theme="default-dark"]{
562
+
563
+ --nuraly-color-input-background: #374151;
564
+ --nuraly-color-input-text: rgba(255, 255, 255, 0.88);
565
+ --nuraly-color-input-placeholder: rgba(255, 255, 255, 0.25);
566
+ --nuraly-color-input-label: rgba(255, 255, 255, 0.88);
567
+ --nuraly-color-input-helper-text: rgba(255, 255, 255, 0.45);
568
+
569
+ --nuraly-color-input-border: #374151;
570
+ --nuraly-color-input-border-bottom: #374151;
571
+
572
+ --nuraly-color-input-disabled-background: rgba(255, 255, 255, 0.08);
573
+ --nuraly-color-input-disabled-text: rgba(255, 255, 255, 0.25);
574
+ --nuraly-color-input-disabled-placeholder: rgba(255, 255, 255, 0.25);
575
+ --nuraly-color-input-disabled-label: rgba(255, 255, 255, 0.25);
576
+ --nuraly-color-input-disabled-helper-text: rgba(255, 255, 255, 0.25);
577
+ --nuraly-color-input-disabled-border: #434343;
578
+
579
+ --nuraly-color-input-error-border: #ff4d4f;
580
+ --nuraly-color-input-error-text: #ff4d4f;
581
+ --nuraly-color-input-error-icon: #ff4d4f;
582
+ --nuraly-color-input-error-background: #2a1215;
583
+
584
+ --nuraly-color-input-warning-border: #faad14;
585
+ --nuraly-color-input-warning-text: #faad14;
586
+ --nuraly-color-input-warning-icon: #faad14;
587
+ --nuraly-color-input-warning-background: #2b2111;
588
+
589
+ --nuraly-color-input-icon: rgba(255, 255, 255, 0.45);
590
+ --nuraly-color-input-icon-hover: rgba(255, 255, 255, 0.88);
591
+ --nuraly-color-input-password-icon: rgba(255, 255, 255, 0.45);
592
+ --nuraly-color-input-calendar-icon: rgba(255, 255, 255, 0.45);
593
+ --nuraly-color-input-copy-icon: rgba(255, 255, 255, 0.45);
594
+ --nuraly-color-input-clear-icon: rgba(255, 255, 255, 0.25);
595
+ --nuraly-color-input-number-icons: rgba(255, 255, 255, 0.45);
596
+
597
+ --nuraly-color-input-addon-background: rgba(255, 255, 255, 0.04);
598
+ --nuraly-color-input-addon-text: rgba(255, 255, 255, 0.88);
599
+ --nuraly-color-input-addon-border: #434343;
600
+ --nuraly-color-input-prefix-text: rgba(255, 255, 255, 0.65);
601
+ --nuraly-color-input-suffix-text: rgba(255, 255, 255, 0.65);
602
+
603
+ --nuraly-color-input-outlined-border: #434343;
604
+ --nuraly-color-input-outlined-background: #141414;
605
+ --nuraly-color-input-filled-background: rgba(255, 255, 255, 0.04);
606
+ --nuraly-color-input-filled-border: #434343;
607
+ --nuraly-color-input-filled-border-bottom: #434343;
608
+ }
609
+ }
610
+
611
+ /* ==============================================
612
+ * icon/index.css
613
+ * ============================================== */
614
+
615
+ /* ==============================================
616
+ * icon/common.css
617
+ * ============================================== */
618
+
619
+ :root,
620
+ [data-theme="default-light"],
621
+ [data-theme="default-dark"] {
622
+
623
+ --nuraly-icon-size: 18px;
624
+ --nuraly-icon-size-fallback: 18px;
625
+ --nuraly-icon-size-small: 14px;
626
+ --nuraly-icon-size-small-fallback: 14px;
627
+ --nuraly-icon-size-medium: 20px;
628
+ --nuraly-icon-size-medium-fallback: 20px;
629
+ --nuraly-icon-size-large: 24px;
630
+ --nuraly-icon-size-large-fallback: 24px;
631
+ --nuraly-icon-size-xlarge: 32px;
632
+ --nuraly-icon-size-xlarge-fallback: 32px;
633
+ --nuraly-icon-size-xxlarge: 40px;
634
+ --nuraly-icon-size-xxlarge-fallback: 40px;
635
+ --nuraly-icon-min-size: 12px;
636
+ --nuraly-icon-min-size-fallback: 12px;
637
+
638
+ --nuraly-icon-disabled-opacity: 0.25;
639
+ --nuraly-icon-disabled-opacity-fallback: 0.25;
640
+
641
+ --nuraly-icon-focus-outline-offset: 2px;
642
+ --nuraly-icon-focus-outline-offset-fallback: 2px;
643
+ --nuraly-icon-focus-border-radius: 4px;
644
+ --nuraly-icon-focus-border-radius-fallback: 4px;
645
+ --nuraly-icon-focus-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
646
+ --nuraly-icon-focus-shadow-fallback: 0 0 0 2px rgba(59, 130, 246, 0.5);
647
+
648
+ --nuraly-icon-transition: opacity 0.15s ease, transform 0.15s ease, fill 0.15s ease;
649
+ --nuraly-icon-transition-fallback: opacity 0.15s ease, transform 0.15s ease, fill 0.15s ease;
650
+ --nuraly-icon-hover-opacity: 0.8;
651
+ --nuraly-icon-hover-opacity-fallback: 0.8;
652
+ --nuraly-icon-hover-transform: scale(1.05);
653
+ --nuraly-icon-hover-transform-fallback: scale(1.05);
654
+ --nuraly-icon-active-opacity: 0.7;
655
+ --nuraly-icon-active-opacity-fallback: 0.7;
656
+ --nuraly-icon-active-transform: scale(0.95);
657
+ --nuraly-icon-active-transform-fallback: scale(0.95);
658
+
659
+ --nuraly-color-error: #ef4444;
660
+ --nuraly-color-warning: #f59e0b;
661
+ --nuraly-color-success: #10b981;
662
+ --nuraly-color-info: #3b82f6;
663
+
664
+ --nuraly-cursor-default: default;
665
+ --nuraly-cursor-interactive: pointer;
666
+ --nuraly-cursor-disabled: not-allowed;
667
+
668
+ --nuraly-font-family-icon: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
669
+ }
670
+
671
+ /* ==============================================
672
+ * icon/light.css
673
+ * ============================================== */
674
+
675
+ [data-theme="default-light"]{
676
+
677
+ --nuraly-color-icon: #161616;
678
+ --nuraly-color-icon-fallback: #161616;
679
+
680
+ --nuraly-color-icon-hover: #0f62fe;
681
+ --nuraly-color-icon-hover-fallback: #0f62fe;
682
+ --nuraly-color-icon-active: #054ada;
683
+ --nuraly-color-icon-active-fallback: #054ada;
684
+
685
+ --nuraly-color-icon-disabled: #c6c6c6;
686
+ --nuraly-color-icon-disabled-fallback: #c6c6c6;
687
+
688
+ --nuraly-color-icon-focus: #0f62fe;
689
+ --nuraly-icon-focus-outline: 2px solid #0f62fe;
690
+ --nuraly-icon-focus-outline-fallback: 2px solid #0f62fe;
691
+ --nuraly-icon-focus-background: rgba(15, 98, 254, 0.1);
692
+ --nuraly-icon-focus-background-fallback: rgba(15, 98, 254, 0.1);
693
+ }
694
+
695
+ html[data-theme="default-light"] nr-icon .svg-icon.clickable:focus,
696
+ body[data-theme="default-light"] nr-icon .svg-icon.clickable:focus,
697
+ [data-theme="default-light"] nr-icon .svg-icon.clickable:focus {
698
+ outline: 2px solid #0f62fe !important;
699
+ outline-offset: 2px !important;
700
+ background: rgba(15, 98, 254, 0.1) !important;
701
+ border-radius: 4px !important;
702
+ }
703
+
704
+ /* ==============================================
705
+ * icon/dark.css
706
+ * ============================================== */
707
+
708
+ [data-theme="default-dark"]{
709
+
710
+ --nuraly-color-icon: #f4f4f4;
711
+ --nuraly-color-icon-fallback: #f4f4f4;
712
+
713
+ --nuraly-color-icon-hover: #60a5fa;
714
+ --nuraly-color-icon-hover-fallback: #60a5fa;
715
+ --nuraly-color-icon-active: #93c5fd;
716
+ --nuraly-color-icon-active-fallback: #93c5fd;
717
+
718
+ --nuraly-color-icon-disabled: #6b7280;
719
+ --nuraly-color-icon-disabled-fallback: #6b7280;
720
+
721
+ --nuraly-color-icon-focus: #60a5fa;
722
+ --nuraly-icon-focus-outline: 2px solid #60a5fa;
723
+ --nuraly-icon-focus-outline-fallback: 2px solid #60a5fa;
724
+ --nuraly-icon-focus-background: rgba(96, 165, 250, 0.1);
725
+ --nuraly-icon-focus-background-fallback: rgba(96, 165, 250, 0.1);
726
+ }
727
+
728
+ html[data-theme="default-dark"] nr-icon .svg-icon.clickable:focus,
729
+ body[data-theme="default-dark"] nr-icon .svg-icon.clickable:focus,
730
+ [data-theme="default-dark"] nr-icon .svg-icon.clickable:focus {
731
+ outline: 2px solid #60a5fa !important;
732
+ outline-offset: 2px !important;
733
+ background: rgba(96, 165, 250, 0.1) !important;
734
+ border-radius: 4px !important;
735
+ }
736
+
737
+ /* ==============================================
738
+ * checkbox/index.css
739
+ * ============================================== */
740
+
741
+ @media screen {
742
+ [data-theme="default-dark"] {
743
+
744
+ --theme-mode: dark;
745
+ }
746
+
747
+ [data-theme="default-light"],
748
+ :root {
749
+
750
+ --theme-mode: light;
751
+ }
752
+ }
753
+
754
+ /* ==============================================
755
+ * checkbox/common.css
756
+ * ============================================== */
757
+
758
+ :root,
759
+ [data-theme="default-light"],
760
+ [data-theme="default-dark"] {
761
+
762
+ --nuraly-border-width-checkbox: 1px;
763
+ --nuraly-border-radius-checkbox: 2px;
764
+
765
+ --nuraly-size-checkbox-small: 14px;
766
+ --nuraly-size-checkbox-medium: 16px;
767
+ --nuraly-size-checkbox-large: 18px;
768
+
769
+ --nuraly-spacing-checkbox-gap: 8px;
770
+ --nuraly-spacing-checkbox-padding: 4px;
771
+
772
+ --nuraly-size-checkbox-focus-outline: 2px;
773
+
774
+ --nuraly-font-family-checkbox: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
775
+ --nuraly-font-size-checkbox: 14px;
776
+ --nuraly-font-weight-checkbox: 400;
777
+ --nuraly-line-height-checkbox: 1.5715;
778
+
779
+ --nuraly-transition-checkbox: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
780
+
781
+ --nuraly-color-checkbox-checkmark: #ffffff;
782
+ --nuraly-color-checkbox-indeterminate-mark: #ffffff;
783
+ }
784
+
785
+ /* ==============================================
786
+ * checkbox/light.css
787
+ * ============================================== */
788
+
789
+ [data-theme="default-light"]{
790
+
791
+ --nuraly-color-checkbox-background: #ffffff;
792
+ --nuraly-color-checkbox-text: rgba(0, 0, 0, 0.88);
793
+ --nuraly-color-checkbox-label: rgba(0, 0, 0, 0.88);
794
+
795
+ --nuraly-color-checkbox-border: #d9d9d9;
796
+ --nuraly-color-checkbox-border-focus: #1890ff;
797
+ --nuraly-color-checkbox-border-hover: #40a9ff;
798
+
799
+ --nuraly-color-checkbox-checked-background: #1890ff;
800
+ --nuraly-color-checkbox-checked-border: #1890ff;
801
+ --nuraly-color-checkbox-indeterminate-background: #1890ff;
802
+
803
+ --nuraly-color-checkbox-disabled-background: #f5f5f5;
804
+ --nuraly-color-checkbox-disabled-border: #d9d9d9;
805
+ --nuraly-color-checkbox-disabled-text: rgba(0, 0, 0, 0.25);
806
+ --nuraly-color-checkbox-disabled-checkmark: rgba(0, 0, 0, 0.25);
807
+
808
+ --nuraly-color-checkbox-focus-outline: rgba(24, 144, 255, 0.2);
809
+ }
810
+
811
+ /* ==============================================
812
+ * checkbox/dark.css
813
+ * ============================================== */
814
+
815
+ [data-theme="default-dark"],
816
+ html[data-theme="default-dark"],
817
+ body[data-theme="default-dark"],
818
+ html[data-theme="default-dark"] *,
819
+ body[data-theme="default-dark"] * {
820
+
821
+ --nuraly-color-checkbox-background: #1f1f1f;
822
+ --nuraly-color-checkbox-text: rgba(255, 255, 255, 0.85);
823
+ --nuraly-color-checkbox-label: rgba(255, 255, 255, 0.85);
824
+
825
+ --nuraly-color-checkbox-border: #434343;
826
+ --nuraly-color-checkbox-border-focus: #8c8c8c;
827
+ --nuraly-color-checkbox-border-hover: #737373;
828
+
829
+ --nuraly-color-checkbox-checked-background: #8c8c8c;
830
+ --nuraly-color-checkbox-checked-border: #8c8c8c;
831
+ --nuraly-color-checkbox-indeterminate-background: #8c8c8c;
832
+
833
+ --nuraly-color-checkbox-disabled-background: #262626;
834
+ --nuraly-color-checkbox-disabled-border: #434343;
835
+ --nuraly-color-checkbox-disabled-text: rgba(255, 255, 255, 0.25);
836
+ --nuraly-color-checkbox-disabled-checkmark: rgba(255, 255, 255, 0.25);
837
+
838
+ --nuraly-color-checkbox-focus-outline: rgba(140, 140, 140, 0.3);
839
+
840
+ --nuraly-color-checkbox-background: transparent;
841
+ }
842
+
843
+ /* ==============================================
844
+ * radio/index.css
845
+ * ============================================== */
846
+
847
+ /* ==============================================
848
+ * radio/common.css
849
+ * ============================================== */
850
+
851
+ :root,
852
+ [data-theme="default-light"],
853
+ [data-theme="default-dark"] {
854
+
855
+ --nuraly-border-width-radio: 1px;
856
+
857
+ --nuraly-size-radio-small: 14px;
858
+ --nuraly-size-radio-medium: 16px;
859
+ --nuraly-size-radio-large: 18px;
860
+
861
+ --nuraly-font-family-radio: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif;
862
+ --nuraly-font-size-radio-label: 15px;
863
+ --nuraly-font-size-radio-message: 12px;
864
+
865
+ --nuraly-border-radius-radio: 50%;
866
+ --nuraly-border-radius-radio-dot: 50%;
867
+ }
868
+
869
+ /* ==============================================
870
+ * radio/light.css
871
+ * ============================================== */
872
+
873
+ [data-theme="default-light"] {
874
+
875
+ --nuraly-color-radio-background: #ffffff;
876
+ --nuraly-color-radio-text: #262626;
877
+ --nuraly-color-radio-label: #262626;
878
+
879
+ --nuraly-color-radio-border: #d9d9d9;
880
+ --nuraly-color-radio-border-focus: #7c3aed;
881
+ --nuraly-color-radio-border-hover: #7c3aed;
882
+
883
+ --nuraly-color-radio-checked-border: #7c3aed;
884
+ --nuraly-color-radio-dot: #7c3aed;
885
+ --nuraly-color-radio-hover-enhanced: #8b5cf6;
886
+
887
+ --nuraly-color-radio-error-border: #ef4444;
888
+ --nuraly-color-radio-error-icon: #ef4444;
889
+ --nuraly-color-radio-error-text: #ef4444;
890
+
891
+ --nuraly-color-radio-disabled-background: #ffffff;
892
+ --nuraly-color-radio-disabled-border: #d9d9d9;
893
+ --nuraly-color-radio-disabled-text: #8c8c8c;
894
+ --nuraly-color-radio-disabled-dot: #8c8c8c;
895
+
896
+ --nuraly-color-radio-focus-outline: rgba(124, 58, 237, 0.2);
897
+ --nuraly-color-radio-hover-ring: rgba(124, 58, 237, 0.1);
898
+ --nuraly-color-radio-ripple: rgba(124, 58, 237, 0.2);
899
+ }
900
+
901
+ /* ==============================================
902
+ * radio/dark.css
903
+ * ============================================== */
904
+
905
+ [data-theme="default-dark"] {
906
+
907
+ --nuraly-color-radio-background: #1f1f1f;
908
+ --nuraly-color-radio-text: #ffffff;
909
+ --nuraly-color-radio-label: #ffffff;
910
+
911
+ --nuraly-color-radio-border: #434343;
912
+ --nuraly-color-radio-border-focus: #a855f7;
913
+ --nuraly-color-radio-border-hover: #a855f7;
914
+
915
+ --nuraly-color-radio-checked-border: #a855f7;
916
+ --nuraly-color-radio-dot: #a855f7;
917
+ --nuraly-color-radio-hover-enhanced: #c084fc;
918
+
919
+ --nuraly-color-radio-error-border: #f87171;
920
+ --nuraly-color-radio-error-icon: #f87171;
921
+ --nuraly-color-radio-error-text: #f87171;
922
+
923
+ --nuraly-color-radio-warning-icon: #fbbf24;
924
+
925
+ --nuraly-color-radio-disabled-background: #1f1f1f;
926
+ --nuraly-color-radio-disabled-border: #434343;
927
+ --nuraly-color-radio-disabled-text: #8c8c8c;
928
+ --nuraly-color-radio-disabled-dot: #8c8c8c;
929
+
930
+ --nuraly-color-radio-focus-outline: rgba(168, 85, 247, 0.3);
931
+ --nuraly-color-radio-hover-ring: rgba(168, 85, 247, 0.1);
932
+ --nuraly-color-radio-ripple: rgba(168, 85, 247, 0.2);
933
+ }
934
+
935
+ /* ==============================================
936
+ * select/index.css
937
+ * ============================================== */
938
+
939
+ /* ==============================================
940
+ * select/common.css
941
+ * ============================================== */
942
+
943
+ [data-theme^="default"] {
944
+
945
+ --nuraly-select-border-width: 1px;
946
+ --nuraly-select-border-radius: 6px;
947
+
948
+ --nuraly-select-dropdown-border-radius: 6px;
949
+ --nuraly-select-dropdown-border-width: 1px;
950
+ --nuraly-select-dropdown-z-index: 9999;
951
+
952
+ --nuraly-select-option-padding: 6px 12px;
953
+ --nuraly-select-option-min-height: 32px;
954
+ --nuraly-select-option-font-size: 14px;
955
+
956
+ --nuraly-select-disabled-opacity: 0.5;
957
+
958
+ --nuraly-select-icon-size: 16px;
959
+ --nuraly-select-arrow-icon-size: 12px;
960
+
961
+ --nuraly-select-tag-border-radius: 4px;
962
+ --nuraly-select-tag-padding: 2px 6px;
963
+ --nuraly-select-tag-margin: 2px;
964
+
965
+ --nuraly-select-font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif;
966
+ --nuraly-select-font-size: 14px;
967
+ --nuraly-select-line-height: 1.5;
968
+
969
+ --nuraly-select-min-height: 40px;
970
+ --nuraly-select-padding: 8px 12px;
971
+ --nuraly-select-padding-top: 8px;
972
+ --nuraly-select-padding-bottom: 8px;
973
+ --nuraly-select-padding-left: 12px;
974
+ --nuraly-select-padding-right: 12px;
975
+ --nuraly-select-width: auto;
976
+ --nuraly-select-margin: 0;
977
+ --nuraly-select-wrapper-margin: 0;
978
+ --nuraly-select-small-height: 27px;
979
+ --nuraly-select-small-font-size: 13px;
980
+ --nuraly-select-small-padding: 2px 8px;
981
+ --nuraly-select-medium-height: 32px;
982
+ --nuraly-select-medium-font-size: 14px;
983
+ --nuraly-select-medium-padding: 8px 12px;
984
+ --nuraly-select-large-height: 48px;
985
+ --nuraly-select-large-font-size: 16px;
986
+ --nuraly-select-large-padding: 12px 16px;
987
+
988
+ --nuraly-select-transition-duration: 0.2s;
989
+ --nuraly-select-transition-timing: ease-in-out;
990
+ --nuraly-select-dropdown-animation-duration: 0.15s;
991
+
992
+ --nuraly-select-message-font-size: 12px;
993
+ --nuraly-select-message-margin-top: 4px;
994
+ --nuraly-select-placeholder-font-size: 14px;
995
+ }
996
+
997
+ /* ==============================================
998
+ * select/light.css
999
+ * ============================================== */
1000
+
1001
+ [data-theme="default-light"] {
1002
+
1003
+ --nuraly-select-background-color: #ffffff;
1004
+ --nuraly-select-text-color: #262626;
1005
+ --nuraly-select-placeholder-color: #8c8c8c;
1006
+
1007
+ --nuraly-select-border-color: #d9d9d9;
1008
+
1009
+ --nuraly-select-dropdown-background: #ffffff;
1010
+ --nuraly-select-dropdown-border-color: #d9d9d9;
1011
+ --nuraly-select-dropdown-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08);
1012
+
1013
+ --nuraly-select-option-hover-background: #f3f4f6;
1014
+ --nuraly-select-option-text-color: #262626;
1015
+
1016
+ --nuraly-select-error-border-color: #ef4444;
1017
+ --nuraly-select-error-text-color: #ef4444;
1018
+ --nuraly-select-error-message-color: #ef4444;
1019
+
1020
+ --nuraly-select-warning-border-color: #f59e0b;
1021
+ --nuraly-select-warning-text-color: #f59e0b;
1022
+ --nuraly-select-warning-message-color: #f59e0b;
1023
+
1024
+ --nuraly-select-success-border-color: #10b981;
1025
+ --nuraly-select-success-text-color: #10b981;
1026
+ --nuraly-select-success-message-color: #10b981;
1027
+
1028
+ --nuraly-select-disabled-background: #f9fafb;
1029
+ --nuraly-select-disabled-border-color: #d9d9d9;
1030
+ --nuraly-select-disabled-text-color: #8c8c8c;
1031
+
1032
+ --nuraly-select-icon-color: #8c8c8c;
1033
+ --nuraly-select-icon-hover-color: #7c3aed;
1034
+
1035
+ --nuraly-select-tag-background: #f3f4f6;
1036
+ --nuraly-select-tag-color: #262626;
1037
+ --nuraly-select-tag-close-color: #8c8c8c;
1038
+ --nuraly-select-tag-close-hover-color: #ef4444;
1039
+
1040
+ --nuraly-select-focus-outline: rgba(124, 58, 237, 0.2);
1041
+ --nuraly-select-hover-ring: rgba(124, 58, 237, 0.1);
1042
+ }
1043
+
1044
+ /* ==============================================
1045
+ * select/dark.css
1046
+ * ============================================== */
1047
+
1048
+ [data-theme="default-dark"] {
1049
+
1050
+ --nuraly-select-background-color: #374151;
1051
+ --nuraly-select-text-color: #f9fafb;
1052
+ --nuraly-select-placeholder-color: #9ca3af;
1053
+
1054
+ --nuraly-select-border-color: #374151;
1055
+
1056
+ --nuraly-select-dropdown-background: #374151;
1057
+ --nuraly-select-dropdown-border-color: #374151;
1058
+ --nuraly-select-dropdown-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.25);
1059
+
1060
+ --nuraly-select-option-hover-background: #374151;
1061
+ --nuraly-select-option-selected-background: var(--nuraly-color-primary-dark);
1062
+ --nuraly-select-option-selected-color: var(--nuraly-color-primary-light);
1063
+ --nuraly-select-option-text-color: #f9fafb;
1064
+
1065
+ --nuraly-select-error-border-color: #f87171;
1066
+ --nuraly-select-error-text-color: #f87171;
1067
+ --nuraly-select-error-message-color: #f87171;
1068
+
1069
+ --nuraly-select-warning-border-color: #fbbf24;
1070
+ --nuraly-select-warning-text-color: #fbbf24;
1071
+ --nuraly-select-warning-message-color: #fbbf24;
1072
+
1073
+ --nuraly-select-success-border-color: #34d399;
1074
+ --nuraly-select-success-text-color: #34d399;
1075
+ --nuraly-select-success-message-color: #34d399;
1076
+
1077
+ --nuraly-select-disabled-background: #111827;
1078
+ --nuraly-select-disabled-border-color: #374151;
1079
+ --nuraly-select-disabled-text-color: #6b7280;
1080
+
1081
+ --nuraly-select-icon-color: #9ca3af;
1082
+ --nuraly-select-icon-hover-color: #8b5cf6;
1083
+
1084
+ --nuraly-select-tag-background: #374151;
1085
+ --nuraly-select-tag-color: #f9fafb;
1086
+ --nuraly-select-tag-close-color: #9ca3af;
1087
+ --nuraly-select-tag-close-hover-color: #f87171;
1088
+
1089
+ --nuraly-select-focus-outline: rgba(139, 92, 246, 0.3);
1090
+ --nuraly-select-hover-ring: rgba(139, 92, 246, 0.2);
1091
+ }
1092
+
1093
+ /* ==============================================
1094
+ * textarea/index.css
1095
+ * ============================================== */
1096
+
1097
+ /* ==============================================
1098
+ * textarea/common.css
1099
+ * ============================================== */
1100
+
1101
+ :root,
1102
+ [data-theme="default-light"],
1103
+ [data-theme="default-dark"] {
1104
+
1105
+ --nuraly-border-width-textarea: 1px;
1106
+
1107
+ --nuraly-color-textarea-warning-icon: #f59e0b;
1108
+
1109
+ --nuraly-size-textarea-small: 14px;
1110
+ --nuraly-size-textarea-medium: 16px;
1111
+ --nuraly-size-textarea-large: 18px;
1112
+
1113
+ --nuraly-font-family-textarea: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif;
1114
+ --nuraly-font-size-textarea-label: 15px;
1115
+ --nuraly-font-size-textarea-message: 12px;
1116
+ --nuraly-line-height-textarea: 1.5;
1117
+
1118
+ --nuraly-spacing-textarea-padding: 12px;
1119
+ --nuraly-spacing-textarea-gap: 8px;
1120
+
1121
+ --nuraly-border-radius-textarea: 6px;
1122
+ }
1123
+
1124
+ /* ==============================================
1125
+ * textarea/light.css
1126
+ * ============================================== */
1127
+
1128
+ [data-theme="default-light"] {
1129
+
1130
+ --nuraly-color-textarea-background: #ffffff;
1131
+ --nuraly-color-textarea-text: #262626;
1132
+ --nuraly-color-textarea-label: #262626;
1133
+ --nuraly-color-textarea-placeholder: #8c8c8c;
1134
+
1135
+ --nuraly-color-textarea-border: #d9d9d9;
1136
+ --nuraly-color-textarea-border-focus: #7c3aed;
1137
+ --nuraly-color-textarea-border-hover: #7c3aed;
1138
+ --nuraly-border-width-textarea: 1px;
1139
+ --nuraly-border-radius-textarea: 6px;
1140
+
1141
+ --nuraly-color-textarea-checked-border: #7c3aed;
1142
+ --nuraly-color-textarea-dot: #7c3aed;
1143
+ --nuraly-color-textarea-hover-enhanced: #8b5cf6;
1144
+
1145
+ --nuraly-color-textarea-error-border: #ef4444;
1146
+ --nuraly-color-textarea-error-icon: #ef4444;
1147
+ --nuraly-color-textarea-error-text: #ef4444;
1148
+
1149
+ --nuraly-color-textarea-success-icon: #10b981;
1150
+
1151
+ --nuraly-color-textarea-disabled-background: #ffffff;
1152
+ --nuraly-color-textarea-disabled-border: #d9d9d9;
1153
+ --nuraly-color-textarea-disabled-text: #8c8c8c;
1154
+
1155
+ --nuraly-color-textarea-focus-outline: rgba(124, 58, 237, 0.2);
1156
+ --nuraly-color-textarea-hover-ring: rgba(124, 58, 237, 0.1);
1157
+ --nuraly-color-textarea-icon: #8c8c8c;
1158
+ --nuraly-color-textarea-icon-hover: #7c3aed;
1159
+ --nuraly-color-textarea-icon-active: #6d28d9;
1160
+ --nuraly-color-textarea-icon-disabled: #d9d9d9;
1161
+ --nuraly-color-textarea-clear-icon: #8c8c8c;
1162
+ }
1163
+
1164
+ /* ==============================================
1165
+ * textarea/dark.css
1166
+ * ============================================== */
1167
+
1168
+ [data-theme="default-dark"] {
1169
+
1170
+ --nuraly-color-textarea-background: #1f1f1f;
1171
+ --nuraly-color-textarea-text: #ffffff;
1172
+ --nuraly-color-textarea-label: #ffffff;
1173
+ --nuraly-color-textarea-placeholder: #8c8c8c;
1174
+
1175
+ --nuraly-color-textarea-border: #434343;
1176
+ --nuraly-color-textarea-border-focus: #a855f7;
1177
+ --nuraly-color-textarea-border-hover: #a855f7;
1178
+ --nuraly-border-width-textarea: 1px;
1179
+ --nuraly-border-radius-textarea: 6px;
1180
+
1181
+ --nuraly-color-textarea-checked-border: #a855f7;
1182
+ --nuraly-color-textarea-dot: #a855f7;
1183
+ --nuraly-color-textarea-hover-enhanced: #c084fc;
1184
+
1185
+ --nuraly-color-textarea-error-border: #f87171;
1186
+ --nuraly-color-textarea-error-icon: #f87171;
1187
+ --nuraly-color-textarea-error-text: #f87171;
1188
+
1189
+ --nuraly-color-textarea-success-icon: #34d399;
1190
+
1191
+ --nuraly-color-textarea-disabled-background: #1f1f1f;
1192
+ --nuraly-color-textarea-disabled-border: #434343;
1193
+ --nuraly-color-textarea-disabled-text: #8c8c8c;
1194
+
1195
+ --nuraly-color-textarea-focus-outline: rgba(168, 85, 247, 0.3);
1196
+ --nuraly-color-textarea-hover-ring: rgba(168, 85, 247, 0.1);
1197
+ --nuraly-color-textarea-icon: #8c8c8c;
1198
+ --nuraly-color-textarea-icon-hover: #a855f7;
1199
+ --nuraly-color-textarea-icon-active: #c084fc;
1200
+ --nuraly-color-textarea-icon-disabled: #434343;
1201
+ --nuraly-color-textarea-clear-icon: #8c8c8c;
1202
+ }
1203
+
1204
+ /* ==============================================
1205
+ * datepicker/index.css
1206
+ * ============================================== */
1207
+
1208
+ /* ==============================================
1209
+ * datepicker/common.css
1210
+ * ============================================== */
1211
+
1212
+ :root,
1213
+ [data-theme="default-light"],
1214
+ [data-theme="default-dark"] {
1215
+
1216
+ --nuraly-border-width-datepicker: 1px;
1217
+ --nuraly-border-radius-datepicker: 6px;
1218
+ --nuraly-color-datepicker-primary: #1890ff;
1219
+ --nuraly-color-datepicker-selected: #1890ff;
1220
+ --nuraly-color-datepicker-today: #1890ff;
1221
+ --nuraly-color-datepicker-input-focus-border: #1890ff;
1222
+
1223
+ --nuraly-size-datepicker-width: 280px;
1224
+ --nuraly-size-datepicker-calendar-width: 280px;
1225
+ --nuraly-size-datepicker-day: 32px;
1226
+ --nuraly-size-datepicker-header-height: 40px;
1227
+
1228
+ --nuraly-font-family-datepicker: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
1229
+ --nuraly-font-size-datepicker: 14px;
1230
+ --nuraly-font-weight-datepicker: 400;
1231
+ --nuraly-font-size-datepicker-header: 14px;
1232
+ --nuraly-font-weight-datepicker-header: 500;
1233
+ --nuraly-font-size-datepicker-day: 14px;
1234
+ --nuraly-font-size-datepicker-input: 14px;
1235
+ --nuraly-font-size-datepicker-label: 14px;
1236
+ --nuraly-font-size-datepicker-helper: 14px;
1237
+ --nuraly-font-size-datepicker-message: 14px;
1238
+
1239
+ --nuraly-spacing-datepicker-gap: 4px;
1240
+ --nuraly-spacing-datepicker-calendar-padding: 12px;
1241
+ --nuraly-spacing-datepicker-day-padding: 4px;
1242
+ --nuraly-spacing-datepicker-input-padding: 4px 11px;
1243
+ --nuraly-spacing-datepicker-padding: 12px;
1244
+ --nuraly-spacing-datepicker-margin: 0;
1245
+
1246
+ --nuraly-border-width-datepicker-input: 1px;
1247
+ --nuraly-border-width-datepicker-focus: 2px;
1248
+
1249
+ --nuraly-shadow-datepicker-box: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
1250
+ --nuraly-shadow-datepicker-input-focus: 0 0 0 2px rgba(24, 144, 255, 0.2);
1251
+
1252
+ --nuraly-transition-duration-datepicker: 0.2s;
1253
+ --nuraly-transition-timing-datepicker: ease-in-out;
1254
+ --nuraly-transition-duration-datepicker-calendar: 0.15s;
1255
+
1256
+ --nuraly-z-index-datepicker-calendar: 1050;
1257
+
1258
+ --nuraly-size-datepicker-icon: 14px;
1259
+ --nuraly-size-datepicker-arrow-icon: 12px;
1260
+
1261
+ --nuraly-font-size-datepicker-small: 12px;
1262
+ --nuraly-spacing-datepicker-small-padding: 0px 7px;
1263
+ --nuraly-size-datepicker-small-height: 24px;
1264
+ --nuraly-size-datepicker-small-day: 24px;
1265
+
1266
+ --nuraly-font-size-datepicker-medium: 14px;
1267
+ --nuraly-spacing-datepicker-medium-padding: 4px 11px;
1268
+ --nuraly-size-datepicker-medium-height: 32px;
1269
+ --nuraly-size-datepicker-medium-day: 32px;
1270
+
1271
+ --nuraly-font-size-datepicker-large: 16px;
1272
+ --nuraly-spacing-datepicker-large-padding: 6px 11px;
1273
+ --nuraly-size-datepicker-large-height: 40px;
1274
+ --nuraly-size-datepicker-large-day: 40px;
1275
+
1276
+ --nuraly-color-datepicker-error: #ff4d4f;
1277
+ --nuraly-color-datepicker-warning: #faad14;
1278
+ --nuraly-color-datepicker-success: #52c41a;
1279
+ }
1280
+
1281
+ /* ==============================================
1282
+ * datepicker/light.css
1283
+ * ============================================== */
1284
+
1285
+ [data-theme="default-light"],
1286
+ :root {
1287
+
1288
+ --nuraly-color-datepicker-background: #ffffff;
1289
+ --nuraly-color-datepicker-header-background: #ffffff;
1290
+ --nuraly-color-datepicker-hover-background: rgba(0, 0, 0, 0.04);
1291
+ --nuraly-color-datepicker-active-background: rgba(0, 0, 0, 0.06);
1292
+
1293
+ --nuraly-color-datepicker-text: rgba(0, 0, 0, 0.88);
1294
+ --nuraly-color-datepicker-selected-text: #ffffff;
1295
+ --nuraly-color-datepicker-weekday: rgba(0, 0, 0, 0.45);
1296
+ --nuraly-color-datepicker-weekend: #ff4d4f;
1297
+
1298
+ --nuraly-color-datepicker-border: #d9d9d9;
1299
+
1300
+ --nuraly-color-datepicker-input-background: #ffffff;
1301
+ --nuraly-color-datepicker-input-border: #d9d9d9;
1302
+ --nuraly-color-datepicker-input-text: rgba(0, 0, 0, 0.88);
1303
+ --nuraly-color-datepicker-input-placeholder: rgba(0, 0, 0, 0.25);
1304
+
1305
+ --nuraly-color-datepicker-hover: #f5f5f5;
1306
+
1307
+ --nuraly-color-datepicker-range: #e6f4ff;
1308
+
1309
+ --nuraly-color-datepicker-disabled: #f5f5f5;
1310
+ --nuraly-color-datepicker-disabled-text: rgba(0, 0, 0, 0.25);
1311
+ --nuraly-color-datepicker-disabled-background: #f5f5f5;
1312
+
1313
+ --nuraly-color-datepicker-shadow: rgba(0, 0, 0, 0.15);
1314
+
1315
+ --nuraly-opacity-datepicker-disabled: 1;
1316
+ --nuraly-opacity-datepicker-hover: 1;
1317
+ }
1318
+
1319
+ /* ==============================================
1320
+ * datepicker/dark.css
1321
+ * ============================================== */
1322
+
1323
+ [data-theme="default-dark"] {
1324
+
1325
+ --nuraly-color-datepicker-background: #1f1f1f;
1326
+ --nuraly-color-datepicker-header-background: #1f1f1f;
1327
+ --nuraly-color-datepicker-hover-background: rgba(255, 255, 255, 0.04);
1328
+ --nuraly-color-datepicker-active-background: rgba(255, 255, 255, 0.06);
1329
+
1330
+ --nuraly-color-datepicker-text: rgba(255, 255, 255, 0.85);
1331
+ --nuraly-color-datepicker-selected-text: rgba(0, 0, 0, 0.88);
1332
+ --nuraly-color-datepicker-weekday: rgba(255, 255, 255, 0.45);
1333
+ --nuraly-color-datepicker-weekend: #ff7875;
1334
+
1335
+ --nuraly-color-datepicker-border: #424242;
1336
+
1337
+ --nuraly-color-datepicker-input-background: #1f1f1f;
1338
+ --nuraly-color-datepicker-input-border: #424242;
1339
+ --nuraly-color-datepicker-input-text: rgba(255, 255, 255, 0.85);
1340
+ --nuraly-color-datepicker-input-placeholder: rgba(255, 255, 255, 0.25);
1341
+
1342
+ --nuraly-color-datepicker-hover: #262626;
1343
+
1344
+ --nuraly-color-datepicker-range: #111b26;
1345
+
1346
+ --nuraly-color-datepicker-disabled: #262626;
1347
+ --nuraly-color-datepicker-disabled-text: rgba(255, 255, 255, 0.25);
1348
+ --nuraly-color-datepicker-disabled-background: #1f1f1f;
1349
+
1350
+ --nuraly-color-datepicker-shadow: rgba(0, 0, 0, 0.45);
1351
+
1352
+ --nuraly-opacity-datepicker-disabled: 1;
1353
+ --nuraly-opacity-datepicker-hover: 1;
1354
+ }
1355
+
1356
+ /* ==============================================
1357
+ * timepicker/index.css
1358
+ * ============================================== */
1359
+
1360
+ /* ==============================================
1361
+ * timepicker/common.css
1362
+ * ============================================== */
1363
+
1364
+ :root,
1365
+ [data-theme^="default"] {
1366
+
1367
+ --nuraly-border-width-timepicker: 1px;
1368
+ --nuraly-border-radius-timepicker: 6px;
1369
+ --nuraly-border-radius-timepicker-sm: 3px;
1370
+ --nuraly-color-timepicker-primary: #1890ff;
1371
+ --nuraly-color-timepicker-selected: #1890ff;
1372
+ --nuraly-color-timepicker-input-focus-border: #1890ff;
1373
+ --nuraly-color-timepicker-clock-hand: #1890ff;
1374
+
1375
+ --nuraly-size-timepicker-width: 120px;
1376
+ --nuraly-size-timepicker-height: 32px;
1377
+ --nuraly-size-timepicker-dropdown-width: 180px;
1378
+ --nuraly-size-timepicker-clock: 200px;
1379
+
1380
+ --nuraly-font-family-timepicker: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
1381
+ --nuraly-font-size-timepicker: 14px;
1382
+ --nuraly-font-weight-timepicker: 400;
1383
+ --nuraly-font-size-timepicker-clock: 14px;
1384
+
1385
+ --nuraly-spacing-timepicker-gap: 4px;
1386
+ --nuraly-spacing-timepicker-dropdown-padding: 8px;
1387
+ --nuraly-spacing-timepicker-input-padding: 4px 11px;
1388
+
1389
+ --nuraly-border-width-timepicker-input: 1px;
1390
+ --nuraly-border-width-timepicker-focus: 2px;
1391
+
1392
+ --nuraly-shadow-timepicker-box: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
1393
+ --nuraly-shadow-timepicker-input-focus: 0 0 0 2px rgba(24, 144, 255, 0.2);
1394
+
1395
+ --nuraly-transition-duration-timepicker: 0.2s;
1396
+ --nuraly-transition-timing-timepicker: ease-in-out;
1397
+
1398
+ --nuraly-z-index-timepicker-dropdown: 1050;
1399
+
1400
+ --nuraly-size-timepicker-icon: 14px;
1401
+
1402
+ --nuraly-font-size-timepicker-small: 12px;
1403
+ --nuraly-spacing-timepicker-small-padding: 0px 7px;
1404
+ --nuraly-size-timepicker-small-height: 24px;
1405
+
1406
+ --nuraly-font-size-timepicker-medium: 14px;
1407
+ --nuraly-spacing-timepicker-medium-padding: 4px 11px;
1408
+ --nuraly-size-timepicker-medium-height: 32px;
1409
+
1410
+ --nuraly-font-size-timepicker-large: 16px;
1411
+ --nuraly-spacing-timepicker-large-padding: 6px 11px;
1412
+ --nuraly-size-timepicker-large-height: 40px;
1413
+
1414
+ --nuraly-color-timepicker-error: #ff4d4f;
1415
+ --nuraly-color-timepicker-warning: #faad14;
1416
+ --nuraly-color-timepicker-success: #52c41a;
1417
+ }
1418
+
1419
+ /* ==============================================
1420
+ * timepicker/light.css
1421
+ * ============================================== */
1422
+
1423
+ [data-theme="default-light"],
1424
+ :root {
1425
+
1426
+ --nuraly-color-timepicker-background: #ffffff;
1427
+ --nuraly-color-timepicker-dropdown-background: #ffffff;
1428
+ --nuraly-color-timepicker-clock-background: #ffffff;
1429
+ --nuraly-color-timepicker-hover-background: rgba(0, 0, 0, 0.04);
1430
+ --nuraly-color-timepicker-active-background: rgba(0, 0, 0, 0.06);
1431
+
1432
+ --nuraly-color-timepicker-text: rgba(0, 0, 0, 0.88);
1433
+ --nuraly-color-timepicker-selected-text: #ffffff;
1434
+ --nuraly-color-timepicker-clock-text: rgba(0, 0, 0, 0.88);
1435
+ --nuraly-color-timepicker-clock-face: rgba(0, 0, 0, 0.45);
1436
+
1437
+ --nuraly-color-timepicker-border: #d9d9d9;
1438
+ --nuraly-color-timepicker-clock-border: #f0f0f0;
1439
+
1440
+ --nuraly-color-timepicker-input-background: #ffffff;
1441
+ --nuraly-color-timepicker-input-border: #d9d9d9;
1442
+ --nuraly-color-timepicker-input-text: rgba(0, 0, 0, 0.88);
1443
+ --nuraly-color-timepicker-input-placeholder: rgba(0, 0, 0, 0.25);
1444
+
1445
+ --nuraly-color-timepicker-hover: #f5f5f5;
1446
+
1447
+ --nuraly-color-timepicker-item-hover: #f5f5f5;
1448
+ --nuraly-color-timepicker-item-active: #e6f7ff;
1449
+ --nuraly-color-timepicker-item-selected: #1890ff;
1450
+ --nuraly-color-timepicker-item-selected-text: #ffffff;
1451
+
1452
+ --nuraly-color-timepicker-disabled: #f5f5f5;
1453
+ --nuraly-color-timepicker-disabled-text: rgba(0, 0, 0, 0.25);
1454
+ --nuraly-color-timepicker-disabled-background: #f5f5f5;
1455
+
1456
+ --nuraly-color-timepicker-shadow: rgba(0, 0, 0, 0.15);
1457
+
1458
+ --nuraly-opacity-timepicker-disabled: 1;
1459
+ --nuraly-opacity-timepicker-hover: 1;
1460
+ }
1461
+
1462
+ /* ==============================================
1463
+ * timepicker/dark.css
1464
+ * ============================================== */
1465
+
1466
+ [data-theme="default-dark"] {
1467
+
1468
+ --nuraly-color-timepicker-background: #1f1f1f;
1469
+ --nuraly-color-timepicker-dropdown-background: #1f1f1f;
1470
+ --nuraly-color-timepicker-clock-background: #1f1f1f;
1471
+ --nuraly-color-timepicker-hover-background: rgba(255, 255, 255, 0.04);
1472
+ --nuraly-color-timepicker-active-background: rgba(255, 255, 255, 0.06);
1473
+
1474
+ --nuraly-color-timepicker-text: rgba(255, 255, 255, 0.85);
1475
+ --nuraly-color-timepicker-selected-text: rgba(0, 0, 0, 0.88);
1476
+ --nuraly-color-timepicker-clock-text: rgba(255, 255, 255, 0.85);
1477
+ --nuraly-color-timepicker-clock-face: rgba(255, 255, 255, 0.45);
1478
+
1479
+ --nuraly-color-timepicker-border: #424242;
1480
+ --nuraly-color-timepicker-clock-border: #303030;
1481
+
1482
+ --nuraly-color-timepicker-input-background: #1f1f1f;
1483
+ --nuraly-color-timepicker-input-border: #424242;
1484
+ --nuraly-color-timepicker-input-text: rgba(255, 255, 255, 0.85);
1485
+ --nuraly-color-timepicker-input-placeholder: rgba(255, 255, 255, 0.25);
1486
+
1487
+ --nuraly-color-timepicker-hover: #262626;
1488
+
1489
+ --nuraly-color-timepicker-item-hover: #262626;
1490
+ --nuraly-color-timepicker-item-active: #111b26;
1491
+ --nuraly-color-timepicker-item-selected: #1890ff;
1492
+ --nuraly-color-timepicker-item-selected-text: rgba(0, 0, 0, 0.88);
1493
+
1494
+ --nuraly-color-timepicker-disabled: #262626;
1495
+ --nuraly-color-timepicker-disabled-text: rgba(255, 255, 255, 0.25);
1496
+ --nuraly-color-timepicker-disabled-background: #1f1f1f;
1497
+
1498
+ --nuraly-color-timepicker-shadow: rgba(0, 0, 0, 0.45);
1499
+
1500
+ --nuraly-opacity-timepicker-disabled: 1;
1501
+ --nuraly-opacity-timepicker-hover: 1;
1502
+ }
1503
+
1504
+ /* ==============================================
1505
+ * slider-input/index.css
1506
+ * ============================================== */
1507
+
1508
+ /* ==============================================
1509
+ * slider-input/common.css
1510
+ * ============================================== */
1511
+
1512
+ :root,
1513
+ [data-theme^="default"] {
1514
+
1515
+ --nuraly-border-width-slider-input: 0;
1516
+ --nuraly-border-slider-input-radius: 6px;
1517
+ --nuraly-border-slider-input-thumb-radius: 50%;
1518
+ --nuraly-color-slider-input-primary: #1890ff;
1519
+ --nuraly-color-slider-input-selected: #1890ff;
1520
+ --nuraly-color-slider-input-focus: #1890ff;
1521
+
1522
+ --nuraly-size-slider-input-width: 100%;
1523
+ --nuraly-size-slider-input-height: 4px;
1524
+ --nuraly-size-slider-input-thumb-diameter: 14px;
1525
+
1526
+ --nuraly-color-slider-input-disabled: #f5f5f5;
1527
+ --nuraly-color-slider-input-disabled-text: rgba(0, 0, 0, 0.25);
1528
+ --nuraly-color-slider-input-disabled-background: #f5f5f5;
1529
+
1530
+ --nuraly-font-family-slider-input: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
1531
+ --nuraly-font-size-slider-input: 14px;
1532
+ --nuraly-font-weight-slider-input: 400;
1533
+
1534
+ --nuraly-spacing-slider-input-gap: 4px;
1535
+ --nuraly-spacing-slider-input-padding: 8px;
1536
+
1537
+ --nuraly-border-width-slider-input-focus: 2px;
1538
+
1539
+ --nuraly-transition-duration-slider-input: 0.2s;
1540
+ --nuraly-transition-timing-slider-input: ease-in-out;
1541
+
1542
+ --nuraly-z-index-slider-input: 1;
1543
+
1544
+ --nuraly-color-slider-input-error: #ff4d4f;
1545
+ --nuraly-color-slider-input-warning: #faad14;
1546
+ --nuraly-color-slider-input-success: #52c41a;
1547
+
1548
+ --nuraly-shadow-slider-input-focus: 0 0 0 2px rgba(24, 144, 255, 0.2);
1549
+ --nuraly-shadow-slider-input-thumb: 0 2px 4px rgba(0, 0, 0, 0.12);
1550
+ }
1551
+
1552
+ /* ==============================================
1553
+ * slider-input/light.css
1554
+ * ============================================== */
1555
+
1556
+ [data-theme="default-light"] {
1557
+
1558
+ --nuraly-color-slider-input-background: #ffffff;
1559
+ --nuraly-color-slider-input-track: #f5f5f5;
1560
+ --nuraly-color-slider-input-track-filled: #1890ff;
1561
+
1562
+ --nuraly-color-slider-input-text: rgba(0, 0, 0, 0.88);
1563
+ --nuraly-color-slider-input-text-secondary: rgba(0, 0, 0, 0.45);
1564
+
1565
+ --nuraly-color-slider-input-border: #d9d9d9;
1566
+ --nuraly-color-slider-input-border-hover: #1890ff;
1567
+
1568
+ --nuraly-color-slider-input-thumb: #ffffff;
1569
+ --nuraly-color-slider-input-thumb-hover: #ffffff;
1570
+ --nuraly-color-slider-input-thumb-active: #1890ff;
1571
+ --nuraly-color-slider-input-thumb-border: #1890ff;
1572
+
1573
+ --nuraly-color-slider-input-hover: #e6f7ff;
1574
+ --nuraly-color-slider-input-active: #1890ff;
1575
+
1576
+ --nuraly-color-slider-input-disabled-track: #f5f5f5;
1577
+ --nuraly-color-slider-input-disabled-thumb: #ffffff;
1578
+ --nuraly-color-slider-input-disabled-border: #d9d9d9;
1579
+ }
1580
+
1581
+ /* ==============================================
1582
+ * slider-input/dark.css
1583
+ * ============================================== */
1584
+
1585
+ [data-theme="default-dark"] {
1586
+
1587
+ --nuraly-color-slider-input-background: #1f1f1f;
1588
+ --nuraly-color-slider-input-track: #424242;
1589
+ --nuraly-color-slider-input-track-filled: #177ddc;
1590
+
1591
+ --nuraly-color-slider-input-text: rgba(255, 255, 255, 0.88);
1592
+ --nuraly-color-slider-input-text-secondary: rgba(255, 255, 255, 0.45);
1593
+
1594
+ --nuraly-color-slider-input-border: #424242;
1595
+ --nuraly-color-slider-input-border-hover: #177ddc;
1596
+
1597
+ --nuraly-color-slider-input-thumb: #ffffff;
1598
+ --nuraly-color-slider-input-thumb-hover: #ffffff;
1599
+ --nuraly-color-slider-input-thumb-active: #177ddc;
1600
+ --nuraly-color-slider-input-thumb-border: #177ddc;
1601
+
1602
+ --nuraly-color-slider-input-hover: rgba(23, 125, 220, 0.2);
1603
+ --nuraly-color-slider-input-active: #177ddc;
1604
+
1605
+ --nuraly-color-slider-input-disabled-track: #424242;
1606
+ --nuraly-color-slider-input-disabled-thumb: #8c8c8c;
1607
+ --nuraly-color-slider-input-disabled-border: #424242;
1608
+ }
1609
+
1610
+ /* ==============================================
1611
+ * label/index.css
1612
+ * ============================================== */
1613
+
1614
+ /* ==============================================
1615
+ * label/common.css
1616
+ * ============================================== */
1617
+
1618
+ :root,
1619
+ [data-theme^="default"] {
1620
+
1621
+ --nuraly-typography-label-font-family: var(--nuraly-font-family-base, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif);
1622
+ --nuraly-typography-label-font-weight: var(--nuraly-font-weight-medium, 300);
1623
+ --nuraly-typography-label-line-height: var(--nuraly-line-height-base, 1.5);
1624
+
1625
+ --nuraly-typography-label-small-font-size: var(--nuraly-font-size-xs, 12px);
1626
+ --nuraly-typography-label-medium-font-size: var(--nuraly-font-size-sm, 14px);
1627
+ --nuraly-typography-label-large-font-size: var(--nuraly-font-size-base, 16px);
1628
+
1629
+ --nuraly-spacing-label-margin-bottom: var(--nuraly-spacing-xs, 4px);
1630
+ --nuraly-spacing-label-required-margin: var(--nuraly-spacing-2xs, 2px);
1631
+
1632
+ --nuraly-transition-label-duration: var(--nuraly-transition-duration-base, 150ms);
1633
+ --nuraly-transition-label-timing: var(--nuraly-transition-timing-ease, ease);
1634
+ }
1635
+
1636
+ /* ==============================================
1637
+ * label/light.css
1638
+ * ============================================== */
1639
+
1640
+ [data-theme="default-light"],
1641
+ [data-theme^="default"]:where([data-theme*="light"]) {
1642
+
1643
+ --nuraly-color-label-text: #000000;
1644
+ --nuraly-color-label-secondary: #666666;
1645
+
1646
+ --nuraly-color-label-error: #ff4d4f;
1647
+ --nuraly-color-label-warning: #faad14;
1648
+ --nuraly-color-label-success: #52c41a;
1649
+
1650
+ --nuraly-color-label-required: #ff4d4f;
1651
+
1652
+ --nuraly-color-label-disabled: #bfbfbf;
1653
+ }
1654
+
1655
+ @media (prefers-color-scheme: light) {
1656
+ :root:not([data-theme]),
1657
+ [data-theme^="default"]:not([data-theme*="dark"]) {
1658
+
1659
+ --nuraly-color-label-text: #000000;
1660
+ --nuraly-color-label-secondary: #666666;
1661
+
1662
+ --nuraly-color-label-error: #ff4d4f;
1663
+ --nuraly-color-label-warning: #faad14;
1664
+ --nuraly-color-label-success: #52c41a;
1665
+
1666
+ --nuraly-color-label-required: #ff4d4f;
1667
+
1668
+ --nuraly-color-label-disabled: #bfbfbf;
1669
+ }
1670
+ }
1671
+
1672
+ /* ==============================================
1673
+ * label/dark.css
1674
+ * ============================================== */
1675
+
1676
+ [data-theme="default-dark"] {
1677
+
1678
+ --nuraly-color-label-text: #ffffff;
1679
+ --nuraly-color-label-secondary: #bfbfbf;
1680
+
1681
+ --nuraly-color-label-error: #ff7875;
1682
+ --nuraly-color-label-warning: #ffc53d;
1683
+ --nuraly-color-label-success: #73d13d;
1684
+
1685
+ --nuraly-color-label-required: #ff7875;
1686
+
1687
+ --nuraly-color-label-disabled: #595959;
1688
+ }
1689
+
1690
+ @media (prefers-color-scheme: dark) {
1691
+ :root:not([data-theme]),
1692
+ [data-theme="default"]:not([data-theme*="light"]) {
1693
+
1694
+ --nuraly-color-label-text: #ffffff;
1695
+ --nuraly-color-label-secondary: #bfbfbf;
1696
+
1697
+ --nuraly-color-label-error: #ff7875;
1698
+ --nuraly-color-label-warning: #ffc53d;
1699
+ --nuraly-color-label-success: #73d13d;
1700
+
1701
+ --nuraly-color-label-required: #ff7875;
1702
+
1703
+ --nuraly-color-label-disabled: #595959;
1704
+ }
1705
+ }
1706
+
1707
+ /* ==============================================
1708
+ * card/index.css
1709
+ * ============================================== */
1710
+
1711
+ @media screen {
1712
+ [data-theme="default-dark"] {
1713
+
1714
+ --theme-mode: dark;
1715
+ }
1716
+
1717
+ [data-theme="default-light"] {
1718
+
1719
+ --theme-mode: light;
1720
+ }
1721
+ }
1722
+
1723
+ /* ==============================================
1724
+ * card/common.css
1725
+ * ============================================== */
1726
+
1727
+ :root,
1728
+ [data-theme^="default"] {
1729
+
1730
+ --nuraly-card-border-radius: 6px;
1731
+
1732
+ --nuraly-card-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.02);
1733
+ --nuraly-card-hover-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.04);
1734
+
1735
+ --nuraly-card-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
1736
+ --nuraly-card-font-size: 14px;
1737
+ --nuraly-card-line-height: 1.5715;
1738
+ --nuraly-card-header-font-weight: 600;
1739
+
1740
+ --nuraly-card-padding: 16px;
1741
+ --nuraly-card-small-padding: 12px;
1742
+ --nuraly-card-large-padding: 20px;
1743
+
1744
+ --nuraly-card-small-font-size: 12px;
1745
+ --nuraly-card-large-font-size: 16px;
1746
+
1747
+ --nuraly-card-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
1748
+
1749
+ --nuraly-card-cursor: default;
1750
+ }
1751
+
1752
+ /* ==============================================
1753
+ * card/light.css
1754
+ * ============================================== */
1755
+
1756
+ [data-theme="default-light"] {
1757
+
1758
+ --nuraly-card-background-color: #ffffff;
1759
+ --nuraly-card-header-background-color: #fafafa;
1760
+
1761
+ --nuraly-card-border: 1px solid #f0f0f0;
1762
+ --nuraly-card-header-border-bottom: 1px solid #f0f0f0;
1763
+
1764
+ --nuraly-card-header-color: rgba(0, 0, 0, 0.88);
1765
+ --nuraly-card-content-color: rgba(0, 0, 0, 0.65);
1766
+
1767
+ --nuraly-card-hover-background-color: #ffffff;
1768
+ --nuraly-card-hover-border-color: #d9d9d9;
1769
+
1770
+ --nuraly-card-focus-outline: 2px solid #1890ff;
1771
+ --nuraly-card-focus-offset: 2px;
1772
+ }
1773
+
1774
+ /* ==============================================
1775
+ * card/dark.css
1776
+ * ============================================== */
1777
+
1778
+ [data-theme="default-dark"] {
1779
+
1780
+ --nuraly-card-background-color: #1f1f1f;
1781
+ --nuraly-card-header-background-color: #141414;
1782
+
1783
+ --nuraly-card-border: 1px solid #303030;
1784
+ --nuraly-card-header-border-bottom: 1px solid #303030;
1785
+
1786
+ --nuraly-card-header-color: rgba(255, 255, 255, 0.88);
1787
+ --nuraly-card-content-color: rgba(255, 255, 255, 0.65);
1788
+
1789
+ --nuraly-card-hover-background-color: #262626;
1790
+ --nuraly-card-hover-border-color: #434343;
1791
+
1792
+ --nuraly-card-focus-outline: 2px solid #1890ff;
1793
+ --nuraly-card-focus-offset: 2px;
1794
+
1795
+ --nuraly-card-hover-shadow: 0 6px 16px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.15);
1796
+ }
1797
+
1798
+ /* ==============================================
1799
+ * dropdown/index.css
1800
+ * ============================================== */
1801
+
1802
+ /* ==============================================
1803
+ * dropdown/common.css
1804
+ * ============================================== */
1805
+
1806
+ :root,
1807
+ [data-theme^="default"] {
1808
+
1809
+ --nuraly-dropdown-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
1810
+ --nuraly-dropdown-font-size: 0.875rem;
1811
+ --nuraly-dropdown-font-weight: 400;
1812
+ --nuraly-dropdown-line-height: 1.5;
1813
+
1814
+ --nuraly-dropdown-trigger-padding: 0;
1815
+ --nuraly-dropdown-trigger-border-radius: 0.375rem;
1816
+
1817
+ --nuraly-dropdown-border-radius: 0.5rem;
1818
+ --nuraly-dropdown-border-width: 1px;
1819
+ --nuraly-dropdown-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
1820
+ --nuraly-dropdown-z-index: 9999;
1821
+ --nuraly-dropdown-min-width: 10rem;
1822
+ --nuraly-dropdown-max-width: 20rem;
1823
+
1824
+ --nuraly-dropdown-item-padding: 0.5rem 0.75rem;
1825
+ --nuraly-dropdown-item-font-size: 0.875rem;
1826
+ --nuraly-dropdown-item-font-weight: 400;
1827
+ --nuraly-dropdown-item-line-height: 1.5;
1828
+ --nuraly-dropdown-item-border-radius: 0.25rem;
1829
+ --nuraly-dropdown-item-gap: 0.5rem;
1830
+ --nuraly-dropdown-item-transition: all 0.15s ease-in-out;
1831
+
1832
+ --nuraly-dropdown-icon-size: 1rem;
1833
+
1834
+ --nuraly-dropdown-divider-width: 1px;
1835
+ --nuraly-dropdown-divider-margin: 0.5rem 0;
1836
+
1837
+ --nuraly-dropdown-arrow-size: 0.5rem;
1838
+ --nuraly-dropdown-arrow-offset: 0.75rem;
1839
+
1840
+ --nuraly-dropdown-small-font-size: 0.75rem;
1841
+ --nuraly-dropdown-small-item-padding: 0.375rem 0.5rem;
1842
+ --nuraly-dropdown-small-icon-size: 0.875rem;
1843
+
1844
+ --nuraly-dropdown-large-font-size: 1rem;
1845
+ --nuraly-dropdown-large-item-padding: 0.75rem 1rem;
1846
+ --nuraly-dropdown-large-icon-size: 1.25rem;
1847
+
1848
+ --nuraly-dropdown-animation-duration: 0.2s;
1849
+ --nuraly-dropdown-animation-timing: ease-in-out;
1850
+
1851
+ --nuraly-dropdown-offset: 0.5rem;
1852
+
1853
+ --nuraly-dropdown-disabled-opacity: 0.5;
1854
+ --nuraly-dropdown-item-disabled-opacity: 0.5;
1855
+
1856
+ --nuraly-focus-color: #0f62fe;
1857
+ --nuraly-dropdown-item-min-height: 2rem;
1858
+ }
1859
+
1860
+ /* ==============================================
1861
+ * dropdown/light.css
1862
+ * ============================================== */
1863
+
1864
+ [data-theme="default-light"]{
1865
+
1866
+ --nuraly-color-dropdown-background: #ffffff;
1867
+ --nuraly-color-dropdown-border: #d1d5db;
1868
+ --nuraly-color-dropdown-shadow: rgba(0, 0, 0, 0.1);
1869
+
1870
+ --nuraly-color-dropdown-trigger-text: #374151;
1871
+ --nuraly-color-dropdown-trigger-background: transparent;
1872
+ --nuraly-color-dropdown-trigger-border: transparent;
1873
+
1874
+ --nuraly-color-dropdown-item-text: #374151;
1875
+ --nuraly-color-dropdown-item-background: transparent;
1876
+ --nuraly-color-dropdown-item-background-hover: #f3f4f6;
1877
+ --nuraly-color-dropdown-item-text-hover: #111827;
1878
+ --nuraly-color-dropdown-item-background-focus: #eff6ff;
1879
+ --nuraly-color-dropdown-item-text-focus: #1e40af;
1880
+ --nuraly-color-dropdown-item-background-active: #e5e7eb;
1881
+ --nuraly-color-dropdown-item-text-active: #111827;
1882
+
1883
+ --nuraly-color-dropdown-item-text-disabled: #9ca3af;
1884
+ --nuraly-color-dropdown-item-background-disabled: transparent;
1885
+
1886
+ --nuraly-color-dropdown-icon: #6b7280;
1887
+ --nuraly-color-dropdown-icon-disabled: #9ca3af;
1888
+
1889
+ --nuraly-color-dropdown-divider: #e5e7eb;
1890
+
1891
+ --nuraly-color-dropdown-arrow: #ffffff;
1892
+ --nuraly-color-dropdown-arrow-border: #d1d5db;
1893
+ }
1894
+
1895
+ /* ==============================================
1896
+ * dropdown/dark.css
1897
+ * ============================================== */
1898
+
1899
+ [data-theme="default-dark"] {
1900
+
1901
+ --nuraly-color-dropdown-background: #1f2937;
1902
+ --nuraly-color-dropdown-border: #4b5563;
1903
+ --nuraly-color-dropdown-shadow: rgba(0, 0, 0, 0.25);
1904
+
1905
+ --nuraly-color-dropdown-trigger-text: #f9fafb;
1906
+ --nuraly-color-dropdown-trigger-background: transparent;
1907
+ --nuraly-color-dropdown-trigger-border: transparent;
1908
+
1909
+ --nuraly-color-dropdown-item-text: #f9fafb;
1910
+ --nuraly-color-dropdown-item-background: transparent;
1911
+ --nuraly-color-dropdown-item-background-hover: #374151;
1912
+ --nuraly-color-dropdown-item-text-hover: #ffffff;
1913
+ --nuraly-color-dropdown-item-background-focus: #1e40af;
1914
+ --nuraly-color-dropdown-item-text-focus: #ffffff;
1915
+ --nuraly-color-dropdown-item-background-active: #4b5563;
1916
+ --nuraly-color-dropdown-item-text-active: #ffffff;
1917
+
1918
+ --nuraly-color-dropdown-item-text-disabled: #6b7280;
1919
+ --nuraly-color-dropdown-item-background-disabled: transparent;
1920
+
1921
+ --nuraly-color-dropdown-icon: #9ca3af;
1922
+ --nuraly-color-dropdown-icon-disabled: #6b7280;
1923
+
1924
+ --nuraly-color-dropdown-divider: #4b5563;
1925
+
1926
+ --nuraly-color-dropdown-arrow: #1f2937;
1927
+ --nuraly-color-dropdown-arrow-border: #4b5563;
1928
+ }
1929
+
1930
+ /* ==============================================
1931
+ * modal/index.css
1932
+ * ============================================== */
1933
+
1934
+ @media screen {
1935
+ [data-theme="default-dark"] {
1936
+
1937
+ --theme-mode: dark;
1938
+ }
1939
+
1940
+ [data-theme="default-light"],
1941
+ :root {
1942
+
1943
+ --theme-mode: light;
1944
+ }
1945
+ }
1946
+
1947
+ /* ==============================================
1948
+ * modal/common.css
1949
+ * ============================================== */
1950
+
1951
+ :root,
1952
+ [data-theme="default-light"],
1953
+ [data-theme="default-dark"] {
1954
+
1955
+ --nuraly-modal-width-small: 400px;
1956
+ --nuraly-modal-width-medium: 600px;
1957
+ --nuraly-modal-width-large: 800px;
1958
+ --nuraly-modal-width-xl: 1000px;
1959
+ --nuraly-modal-min-height-small: 200px;
1960
+ --nuraly-modal-min-height-medium: 300px;
1961
+ --nuraly-modal-min-height-large: 400px;
1962
+ --nuraly-modal-min-height-xl: 500px;
1963
+
1964
+ --nuraly-spacing-modal-padding: 1rem;
1965
+ --nuraly-spacing-modal-margin: 2rem;
1966
+ --nuraly-spacing-modal-top: 2rem;
1967
+ --nuraly-spacing-modal-bottom: 2rem;
1968
+
1969
+ --nuraly-modal-header-height: 40px;
1970
+ --nuraly-spacing-modal-header: 0.5rem 1.5rem;
1971
+ --nuraly-modal-header-icon-size: 16px;
1972
+
1973
+ --nuraly-spacing-modal-body: 1rem 1.5rem;
1974
+
1975
+ --nuraly-modal-footer-height: 25px;
1976
+ --nuraly-spacing-modal-footer: 1rem 1.5rem;
1977
+
1978
+ --nuraly-modal-close-size: 28px;
1979
+ --nuraly-modal-close-icon-size: 14px;
1980
+
1981
+ --nuraly-transition-modal: 0.3s ease;
1982
+
1983
+ --nuraly-z-modal-backdrop: 1000;
1984
+
1985
+ --nuraly-border-radius-modal: 10px;
1986
+ }
1987
+
1988
+ /* ==============================================
1989
+ * modal/light.css
1990
+ * ============================================== */
1991
+
1992
+ [data-theme="default-light"],
1993
+ :root {
1994
+
1995
+ --nuraly-color-modal-backdrop: rgba(0, 0, 0, 0.45);
1996
+ --nuraly-color-modal-backdrop-nested: rgba(0, 0, 0, 0.65);
1997
+ --nuraly-modal-backdrop-filter: blur(4px);
1998
+
1999
+ --nuraly-color-modal-background: #ffffff;
2000
+ --nuraly-border-modal: 1px solid #e1e5e9;
2001
+ --nuraly-shadow-modal:
2002
+ 0 4px 6px -1px rgba(0, 0, 0, 0.1),
2003
+ 0 2px 4px -1px rgba(0, 0, 0, 0.06);
2004
+
2005
+ --nuraly-border-modal-header: 1px solid #e1e5e9;
2006
+ --nuraly-color-modal-title: #1f2937;
2007
+ --nuraly-font-size-modal-title: 1rem;
2008
+ --nuraly-font-weight-modal-title: 600;
2009
+ --nuraly-color-modal-header-icon: #6b7280;
2010
+
2011
+ --nuraly-color-modal-body-text: #374151;
2012
+
2013
+ --nuraly-border-modal-footer: 1px solid #e1e5e9;
2014
+
2015
+ --nuraly-color-modal-close-icon: #6b7280;
2016
+ --nuraly-color-modal-close-icon-hover: #374151;
2017
+ --nuraly-color-modal-close-hover: #f3f4f6;
2018
+ --nuraly-color-modal-close-active: #e5e7eb;
2019
+ }
2020
+
2021
+ /* ==============================================
2022
+ * modal/dark.css
2023
+ * ============================================== */
2024
+
2025
+ [data-theme="default-dark"] {
2026
+
2027
+ --nuraly-color-modal-backdrop: rgba(0, 0, 0, 0.6);
2028
+ --nuraly-color-modal-backdrop-nested: rgba(0, 0, 0, 0.8);
2029
+ --nuraly-modal-backdrop-filter: blur(4px);
2030
+
2031
+ --nuraly-color-modal-background: #1f2937;
2032
+ --nuraly-border-modal: 1px solid #374151;
2033
+ --nuraly-shadow-modal:
2034
+ 0 10px 15px -3px rgba(0, 0, 0, 0.3),
2035
+ 0 4px 6px -2px rgba(0, 0, 0, 0.2);
2036
+
2037
+ --nuraly-border-modal-header: 1px solid #374151;
2038
+ --nuraly-color-modal-title: #f9fafb;
2039
+ --nuraly-font-size-modal-title: 1rem;
2040
+ --nuraly-font-weight-modal-title: 600;
2041
+ --nuraly-color-modal-header-icon: #9ca3af;
2042
+
2043
+ --nuraly-color-modal-body-text: #e5e7eb;
2044
+
2045
+ --nuraly-border-modal-footer: 1px solid #374151;
2046
+
2047
+ --nuraly-color-modal-close-icon: #9ca3af;
2048
+ --nuraly-color-modal-close-icon-hover: #f3f4f6;
2049
+ --nuraly-color-modal-close-hover: #374151;
2050
+ --nuraly-color-modal-close-active: #4b5563;
2051
+ }
2052
+
2053
+ /* ==============================================
2054
+ * tabs/index.css
2055
+ * ============================================== */
2056
+
2057
+ @media screen {
2058
+ [data-theme="default-dark"] {
2059
+
2060
+ --theme-mode: dark;
2061
+ }
2062
+
2063
+ [data-theme="default-light"],
2064
+ :root {
2065
+
2066
+ --theme-mode: light;
2067
+ }
2068
+ }
2069
+
2070
+ /* ==============================================
2071
+ * tabs/common.css
2072
+ * ============================================== */
2073
+
2074
+ :root,
2075
+ [data-theme^="default"] {
2076
+
2077
+ --nuraly-spacing-tabs-padding: 0.75rem 1rem;
2078
+ --nuraly-spacing-tabs-padding-small: 0.5rem 0.75rem;
2079
+ --nuraly-spacing-tabs-content-padding: 1.5rem;
2080
+
2081
+ --nuraly-border-radius-tabs: 0.375rem;
2082
+ --nuraly-border-radius-tabs-active: 0.375rem;
2083
+ --nuraly-border-width-tabs: 1px;
2084
+
2085
+ --nuraly-border-style-tabs: solid;
2086
+ --nuraly-border-style-tabs-hover: solid;
2087
+ --nuraly-border-style-tabs-active: solid;
2088
+ --nuraly-border-style-tabs-focus: solid;
2089
+
2090
+ --nuraly-border-width-tabs-hover: 1px;
2091
+ --nuraly-border-width-tabs-active: 2px;
2092
+ --nuraly-border-width-tabs-focus: 2px;
2093
+
2094
+ --nuraly-border-width-tabs-top: 1px;
2095
+ --nuraly-border-width-tabs-right: 1px;
2096
+ --nuraly-border-width-tabs-bottom: 1px;
2097
+ --nuraly-border-width-tabs-left: 1px;
2098
+
2099
+ --nuraly-border-width-tabs-top-hover: 1px;
2100
+ --nuraly-border-width-tabs-right-hover: 1px;
2101
+ --nuraly-border-width-tabs-bottom-hover: 1px;
2102
+ --nuraly-border-width-tabs-left-hover: 1px;
2103
+
2104
+ --nuraly-border-width-tabs-top-active: 1px;
2105
+ --nuraly-border-width-tabs-right-active: 1px;
2106
+ --nuraly-border-width-tabs-bottom-active: 1px;
2107
+ --nuraly-border-width-tabs-left-active: 1px;
2108
+
2109
+ --nuraly-border-width-tabs-top-focus: 2px;
2110
+ --nuraly-border-width-tabs-right-focus: 2px;
2111
+ --nuraly-border-width-tabs-bottom-focus: 2px;
2112
+ --nuraly-border-width-tabs-left-focus: 2px;
2113
+
2114
+ --nuraly-border-color-tabs: #d1d5db;
2115
+ --nuraly-border-color-tabs-hover: #9ca3af;
2116
+ --nuraly-border-color-tabs-active: #3b82f6;
2117
+ --nuraly-border-color-tabs-focus: #3b82f6;
2118
+
2119
+ --nuraly-border-width-tabs-content-top: 1px;
2120
+ --nuraly-border-width-tabs-content-right: 1px;
2121
+ --nuraly-border-width-tabs-content-bottom: 1px;
2122
+ --nuraly-border-width-tabs-content-left: 1px;
2123
+
2124
+ --nuraly-border-style-tabs-content: solid;
2125
+ --nuraly-border-color-tabs-content: var(--nuraly-color-border);
2126
+
2127
+ --nuraly-border-radius-tabs-first: 0 ;
2128
+ --nuraly-border-radius-tabs-middle: 0;
2129
+ --nuraly-border-radius-tabs-last: 0 0.375rem 0.375rem 0;
2130
+ --nuraly-border-radius-tabs-single: 0.375rem;
2131
+
2132
+ --nuraly-border-radius-small: 0.25rem;
2133
+ --nuraly-border-radius-medium: 0.5rem;
2134
+
2135
+ --nuraly-font-tabs-weight: 500;
2136
+ --nuraly-font-tabs-weight-active: 400;
2137
+ --nuraly-font-tabs-size: 0.875rem;
2138
+ --nuraly-font-tabs-line-height: 1.25rem;
2139
+
2140
+ --nuraly-tabs-icon-size: 1rem;
2141
+ --nuraly-tabs-close-icon-size: 0.875rem;
2142
+ --nuraly-tabs-add-icon-size: 1rem;
2143
+ --nuraly-tabs-add-button-size: 2.5rem;
2144
+
2145
+ --nuraly-tabs-vertical-width: 12rem;
2146
+
2147
+ --nuraly-color-tabs-focus-outline: #3b82f6;
2148
+ --nuraly-color-tabs-focus-ring: rgba(59, 130, 246, 0.3);
2149
+
2150
+ --nuraly-shadow-tabs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
2151
+ --nuraly-shadow-tabs-hover: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
2152
+ --nuraly-shadow-tabs-active: 0 2px 4px -1px rgba(0, 0, 0, 0.06);
2153
+ --nuraly-shadow-tabs-focus: 0 0 0 3px rgba(59, 130, 246, 0.3);
2154
+
2155
+ --nuraly-transition-tabs: all 0.2s ease;
2156
+
2157
+ --nuraly-color-tabs-disabled: #d1d5db;
2158
+ --nuraly-color-tabs-disabled-text: #9ca3af;
2159
+ --nuraly-color-tabs-disabled-border: #d1d5db;
2160
+ }
2161
+
2162
+ /* ==============================================
2163
+ * tabs/light.css
2164
+ * ============================================== */
2165
+
2166
+ [data-theme="default-light"]{
2167
+
2168
+ --nuraly-color-tabs-header-background: #ffffff;
2169
+ --nuraly-border-tabs-header: none;
2170
+
2171
+ --nuraly-color-tabs-label-background: #f9fafb;
2172
+ --nuraly-color-tabs-label-text: #374151;
2173
+ --nuraly-border-tabs-label: 1px solid #e5e7eb;
2174
+
2175
+ --nuraly-color-tabs-label-background-hover: #f3f4f6;
2176
+ --nuraly-color-tabs-label-text-hover: #1f2937;
2177
+ --nuraly-color-tabs-label-border-hover: #d1d5db;
2178
+
2179
+ --nuraly-color-tabs-label-background-active: #ffffff;
2180
+ --nuraly-color-tabs-label-text-active: #3b82f6;
2181
+ --nuraly-color-tabs-label-border-active: #d8e7ff;
2182
+
2183
+ --nuraly-color-tabs-content-background: #ffffff;
2184
+ --nuraly-border-tabs-content: 1px solid #e5e7eb;
2185
+
2186
+ --nuraly-color-tabs-edit-background: rgba(59, 130, 246, 0.1);
2187
+
2188
+ --nuraly-color-tabs-close-icon: #6b7280;
2189
+ --nuraly-color-tabs-close-icon-hover: #ef4444;
2190
+ --nuraly-color-tabs-close-icon-background-hover: rgba(239, 68, 68, 0.1);
2191
+ --nuraly-color-tabs-close-icon-active: #dc2626;
2192
+ --nuraly-color-tabs-close-icon-background-active: rgba(239, 68, 68, 0.2);
2193
+
2194
+ --nuraly-color-tabs-add-icon: #3b82f6;
2195
+ --nuraly-color-tabs-add-icon-hover: #2563eb;
2196
+ --nuraly-color-tabs-add-background-hover: rgba(59, 130, 246, 0.1);
2197
+
2198
+ --nuraly-color-border: #e5e7eb;
2199
+ }
2200
+
2201
+ /* ==============================================
2202
+ * tabs/dark.css
2203
+ * ============================================== */
2204
+
2205
+ [data-theme="default-dark"] {
2206
+
2207
+ --nuraly-color-tabs-header-background: #1f2937;
2208
+ --nuraly-border-tabs-header: 1px solid #374151;
2209
+
2210
+ --nuraly-color-tabs-label-background: #1f2937;
2211
+ --nuraly-color-tabs-label-text: #d1d5db;
2212
+ --nuraly-border-tabs-label: 1px solid #374151;
2213
+
2214
+ --nuraly-color-tabs-label-background-hover: #374151;
2215
+ --nuraly-color-tabs-label-text-hover: #f9fafb;
2216
+ --nuraly-color-tabs-label-border-hover: #4b5563;
2217
+
2218
+ --nuraly-color-tabs-label-background-active: #111827;
2219
+ --nuraly-color-tabs-label-text-active: #60a5fa;
2220
+ --nuraly-color-tabs-label-border-active: #60a5fa;
2221
+
2222
+ --nuraly-color-tabs-content-background: #111827;
2223
+ --nuraly-border-tabs-content: 1px solid #374151;
2224
+
2225
+ --nuraly-color-tabs-edit-background: rgba(96, 165, 250, 0.2);
2226
+
2227
+ --nuraly-color-tabs-close-icon: #9ca3af;
2228
+ --nuraly-color-tabs-close-icon-hover: #f87171;
2229
+ --nuraly-color-tabs-close-icon-background-hover: rgba(248, 113, 113, 0.2);
2230
+ --nuraly-color-tabs-close-icon-active: #ef4444;
2231
+ --nuraly-color-tabs-close-icon-background-active: rgba(248, 113, 113, 0.3);
2232
+
2233
+ --nuraly-color-tabs-add-icon: #60a5fa;
2234
+ --nuraly-color-tabs-add-icon-hover: #93c5fd;
2235
+ --nuraly-color-tabs-add-background-hover: rgba(96, 165, 250, 0.2);
2236
+
2237
+ --nuraly-color-border: #374151;
2238
+ }
2239
+
2240
+ /* ==============================================
2241
+ * collapse/index.css
2242
+ * ============================================== */
2243
+
2244
+ /* ==============================================
2245
+ * collapse/common.css
2246
+ * ============================================== */
2247
+
2248
+ :root,
2249
+ [data-theme^="default"] {
2250
+
2251
+ --nuraly-spacing-collapse-padding: 0.875rem 1.125rem;
2252
+ --nuraly-spacing-collapse-content-padding: 1.25rem;
2253
+ --nuraly-spacing-collapse-gap: 0.25rem;
2254
+
2255
+ --nuraly-border-radius-collapse: 0.5rem;
2256
+ --nuraly-border-radius-collapse-header: 0.5rem;
2257
+ --nuraly-border-radius-collapse-content: 0.5rem;
2258
+ --nuraly-border-width-collapse: 1px;
2259
+
2260
+ --nuraly-font-collapse-header-weight: 500;
2261
+ --nuraly-font-collapse-header-size: 0.9375rem;
2262
+ --nuraly-font-collapse-header-line-height: 1.375rem;
2263
+ --nuraly-font-collapse-content-weight: 400;
2264
+ --nuraly-font-collapse-content-size: 0.875rem;
2265
+ --nuraly-font-collapse-content-line-height: 1.5rem;
2266
+
2267
+ --nuraly-collapse-icon-size: 1.125rem;
2268
+ --nuraly-collapse-icon-transition: transform 0.25s ease;
2269
+
2270
+ --nuraly-spacing-collapse-small-padding: 0.625rem 0.875rem;
2271
+ --nuraly-spacing-collapse-small-content-padding: 0.875rem;
2272
+ --nuraly-spacing-collapse-medium-padding: 0.875rem 1.125rem;
2273
+ --nuraly-spacing-collapse-medium-content-padding: 1.25rem;
2274
+ --nuraly-spacing-collapse-large-padding: 1.125rem 1.5rem;
2275
+ --nuraly-spacing-collapse-large-content-padding: 1.5rem;
2276
+
2277
+ --nuraly-collapse-transition-duration: 0.25s;
2278
+ --nuraly-collapse-transition-easing: cubic-bezier(0.4, 0, 0.2, 1);
2279
+
2280
+ --nuraly-color-collapse-focus-outline: #3b82f6;
2281
+ --nuraly-color-collapse-focus-ring: rgba(59, 130, 246, 0.3);
2282
+
2283
+ --nuraly-shadow-collapse: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
2284
+ --nuraly-shadow-collapse-hover: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
2285
+ --nuraly-shadow-collapse-focus: 0 0 0 3px rgba(59, 130, 246, 0.3);
2286
+
2287
+ --nuraly-opacity-collapse-disabled: 0.6;
2288
+ }
2289
+
2290
+ /* ==============================================
2291
+ * collapse/light.css
2292
+ * ============================================== */
2293
+
2294
+ [data-theme="default-light"],
2295
+ :root {
2296
+
2297
+ --nuraly-color-collapse-header-background: #f8fafc;
2298
+ --nuraly-color-collapse-header-background-hover: #f1f5f9;
2299
+ --nuraly-color-collapse-header-background-active: #e2e8f0;
2300
+ --nuraly-color-collapse-header-background-expanded: #f1f5f9;
2301
+ --nuraly-color-collapse-header-text: #1e293b;
2302
+ --nuraly-color-collapse-header-text-disabled: #94a3b8;
2303
+
2304
+ --nuraly-color-collapse-content-background: #ffffff;
2305
+ --nuraly-color-collapse-content-text: #334155;
2306
+ --nuraly-color-collapse-content-text-secondary: #64748b;
2307
+
2308
+ --nuraly-color-collapse-border: #e2e8f0;
2309
+ --nuraly-color-collapse-border-hover: #cbd5e1;
2310
+ --nuraly-color-collapse-border-active: #94a3b8;
2311
+ --nuraly-color-collapse-border-focus: #3b82f6;
2312
+
2313
+ --nuraly-color-collapse-icon: #475569;
2314
+ --nuraly-color-collapse-icon-hover: #1e293b;
2315
+ --nuraly-color-collapse-icon-disabled: #94a3b8;
2316
+
2317
+ --nuraly-color-collapse-bordered-border: #e2e8f0;
2318
+ --nuraly-color-collapse-bordered-background: #ffffff;
2319
+
2320
+ --nuraly-color-collapse-ghost-background: transparent;
2321
+ --nuraly-color-collapse-ghost-border: transparent;
2322
+ --nuraly-color-collapse-ghost-hover: #f8fafc;
2323
+ }
2324
+
2325
+ /* ==============================================
2326
+ * collapse/dark.css
2327
+ * ============================================== */
2328
+
2329
+ [data-theme="default-dark"] {
2330
+
2331
+ --nuraly-color-collapse-header-background: #334155;
2332
+ --nuraly-color-collapse-header-background-hover: #475569;
2333
+ --nuraly-color-collapse-header-background-active: #64748b;
2334
+ --nuraly-color-collapse-header-background-expanded: #475569;
2335
+ --nuraly-color-collapse-header-text: #f8fafc;
2336
+ --nuraly-color-collapse-header-text-disabled: #64748b;
2337
+
2338
+ --nuraly-color-collapse-content-background: #1e293b;
2339
+ --nuraly-color-collapse-content-text: #e2e8f0;
2340
+ --nuraly-color-collapse-content-text-secondary: #94a3b8;
2341
+
2342
+ --nuraly-color-collapse-border: #475569;
2343
+ --nuraly-color-collapse-border-hover: #64748b;
2344
+ --nuraly-color-collapse-border-active: #94a3b8;
2345
+ --nuraly-color-collapse-border-focus: #60a5fa;
2346
+
2347
+ --nuraly-color-collapse-icon: #cbd5e1;
2348
+ --nuraly-color-collapse-icon-hover: #f8fafc;
2349
+ --nuraly-color-collapse-icon-disabled: #64748b;
2350
+
2351
+ --nuraly-color-collapse-bordered-border: #475569;
2352
+ --nuraly-color-collapse-bordered-background: #1e293b;
2353
+
2354
+ --nuraly-color-collapse-ghost-background: transparent;
2355
+ --nuraly-color-collapse-ghost-border: transparent;
2356
+ --nuraly-color-collapse-ghost-hover: #334155;
2357
+ }
2358
+
2359
+ /* ==============================================
2360
+ * colorpicker/index.css
2361
+ * ============================================== */
2362
+
2363
+ /* ==============================================
2364
+ * colorpicker/common.css
2365
+ * ============================================== */
2366
+
2367
+ [data-theme^="default"]{
2368
+
2369
+ --nuraly-size-colorpicker-default: 32px;
2370
+ --nuraly-size-colorpicker-default-height: 32px;
2371
+ --nuraly-size-colorpicker-small: 24px;
2372
+ --nuraly-size-colorpicker-small-height: 24px;
2373
+ --nuraly-size-colorpicker-large: 40px;
2374
+ --nuraly-size-colorpicker-large-height: 40px;
2375
+
2376
+ --nuraly-border-radius-colorpicker: 6px;
2377
+ --nuraly-border-width-colorpicker: 1px;
2378
+
2379
+ --nuraly-z-index-dropdown: 1050;
2380
+ --nuraly-border-radius-dropdown: 8px;
2381
+
2382
+ --nuraly-spacing-colorpicker-padding: 12px;
2383
+ --nuraly-spacing-colorpicker-preset-gap: 8px;
2384
+
2385
+ --nuraly-opacity-disabled: 0.5;
2386
+ --nuraly-opacity-hover: 0.85;
2387
+
2388
+ --nuraly-color-focus: rgba(24, 144, 255, 0.5);
2389
+ --nuraly-color-focus-active: rgba(24, 144, 255, 0.8);
2390
+
2391
+ --nuraly-transition-fast: 0.15s;
2392
+ --nuraly-transition-base: 0.2s;
2393
+ }
2394
+
2395
+ /* ==============================================
2396
+ * colorpicker/light.css
2397
+ * ============================================== */
2398
+
2399
+ [data-theme="default-light"]{
2400
+
2401
+ --nuraly-color-surface: #ffffff;
2402
+ --nuraly-color-surface-hover: #fafafa;
2403
+
2404
+ --nuraly-color-border: #d9d9d9;
2405
+ --nuraly-color-border-hover: #40a9ff;
2406
+
2407
+ --nuraly-color-text: rgba(0, 0, 0, 0.88);
2408
+ --nuraly-color-text-secondary: rgba(0, 0, 0, 0.65);
2409
+
2410
+ --nuraly-color-background: #ffffff;
2411
+ --nuraly-color-background-hover: #fafafa;
2412
+
2413
+ --nuraly-color-dropdown-background: #ffffff;
2414
+ --nuraly-color-dropdown-border: #d9d9d9;
2415
+
2416
+ --nuraly-color-colorholder-border: #d9d9d9;
2417
+ --nuraly-color-colorholder-border-hover: #40a9ff;
2418
+
2419
+ --nuraly-color-preset-background: transparent;
2420
+ --nuraly-color-preset-border: transparent;
2421
+
2422
+ --nuraly-shadow-dropdown: 0 3px 6px -4px rgba(0, 0, 0, 0.12),
2423
+ 0 6px 16px 0 rgba(0, 0, 0, 0.08),
2424
+ 0 9px 28px 8px rgba(0, 0, 0, 0.05);
2425
+ }
2426
+
2427
+ /* ==============================================
2428
+ * colorpicker/dark.css
2429
+ * ============================================== */
2430
+
2431
+ [data-theme="default-dark"] {
2432
+
2433
+ --nuraly-color-surface: #1f1f1f;
2434
+ --nuraly-color-surface-hover: #2a2a2a;
2435
+
2436
+ --nuraly-color-border: #424242;
2437
+ --nuraly-color-border-hover: #177ddc;
2438
+
2439
+ --nuraly-color-text: rgba(255, 255, 255, 0.85);
2440
+ --nuraly-color-text-secondary: rgba(255, 255, 255, 0.65);
2441
+
2442
+ --nuraly-color-background: #141414;
2443
+ --nuraly-color-background-hover: #1f1f1f;
2444
+
2445
+ --nuraly-color-dropdown-background: #1f1f1f;
2446
+ --nuraly-color-dropdown-border: #424242;
2447
+
2448
+ --nuraly-color-colorholder-border: #434343;
2449
+ --nuraly-color-colorholder-border-hover: #177ddc;
2450
+
2451
+ --nuraly-color-preset-background: transparent;
2452
+ --nuraly-color-preset-border: transparent;
2453
+
2454
+ --nuraly-shadow-dropdown: 0 3px 6px -4px rgba(0, 0, 0, 0.48),
2455
+ 0 6px 16px 0 rgba(0, 0, 0, 0.32),
2456
+ 0 9px 28px 8px rgba(0, 0, 0, 0.2);
2457
+ }
2458
+
2459
+ /* ==============================================
2460
+ * tag/index.css
2461
+ * ============================================== */
2462
+
2463
+ /* ==============================================
2464
+ * tag/common.css
2465
+ * ============================================== */
2466
+
2467
+ [data-theme^="default"] {
2468
+ --nuraly-tag-padding-x: 8px;
2469
+ --nuraly-tag-padding-y: 2px;
2470
+ --nuraly-tag-padding-x-sm: 6px;
2471
+ --nuraly-tag-padding-y-sm: 1px;
2472
+ --nuraly-tag-font-size: var(--nuraly-font-size-sm);
2473
+ --nuraly-tag-font-size-sm: var(--nuraly-font-size-xs);
2474
+ --nuraly-tag-radius: var(--nuraly-border-radius-sm);
2475
+ --nuraly-tag-gap: 6px;
2476
+ }
2477
+
2478
+ /* ==============================================
2479
+ * tag/light.css
2480
+ * ============================================== */
2481
+
2482
+ [data-theme="default-light"]{
2483
+ --nuraly-tag-bg: #fafafa;
2484
+ --nuraly-tag-color: rgba(0,0,0,0.88);
2485
+ --nuraly-tag-border-color: #d9d9d9;
2486
+ --nuraly-tag-checkable-hover-bg: #f5f5f5;
2487
+ --nuraly-tag-checked-bg: #e6f7ff;
2488
+ --nuraly-tag-checked-color: #0958d9;
2489
+ --nuraly-tag-checked-border-color: #91caff;
2490
+ }
2491
+
2492
+ /* ==============================================
2493
+ * tag/dark.css
2494
+ * ============================================== */
2495
+
2496
+ [data-theme="default-dark"] {
2497
+ --nuraly-tag-bg: #1f2937;
2498
+ --nuraly-tag-color: #f9fafb;
2499
+ --nuraly-tag-border-color: #374151;
2500
+ --nuraly-tag-checkable-hover-bg: #374151;
2501
+ --nuraly-tag-checked-bg: #1e40af33;
2502
+ --nuraly-tag-checked-color: #93c5fd;
2503
+ --nuraly-tag-checked-border-color: #60a5fa;
2504
+ }
2505
+
2506
+ /* ==============================================
2507
+ * chatbot/index.css
2508
+ * ============================================== */
2509
+
2510
+ /* ==============================================
2511
+ * chatbot/common.css
2512
+ * ============================================== */
2513
+
2514
+ [data-theme^="default"] {
2515
+
2516
+ --nuraly-size-chatbot-max-width: 1200px;
2517
+ --nuraly-size-chatbot-messages-max-width: none;
2518
+ --nuraly-size-chatbot-suggestions-max-width: none;
2519
+ --nuraly-size-chatbot-input-max-width: none;
2520
+ --nuraly-size-chatbot-message-max-width: 90%;
2521
+ --nuraly-size-chatbot-thread-sidebar-width: 260px;
2522
+
2523
+ --nuraly-spacing-chatbot-container-padding: 12px;
2524
+ --nuraly-spacing-chatbot-message-gap: 12px;
2525
+ --nuraly-spacing-chatbot-message-padding: 8px 12px;
2526
+ --nuraly-spacing-chatbot-input-padding: 16px 20px;
2527
+ --nuraly-spacing-chatbot-suggestion-padding: 6px 12px;
2528
+ --nuraly-spacing-chatbot-suggestion-gap: 8px;
2529
+ --nuraly-spacing-chatbot-file-upload-padding: 12px;
2530
+ --nuraly-spacing-chatbot-sidebar-padding: 12px;
2531
+
2532
+ --nuraly-font-family-chatbot-message: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
2533
+ --nuraly-font-family-chatbot-input: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
2534
+ --nuraly-font-size-chatbot-message: 15px;
2535
+ --nuraly-font-size-chatbot-input: 15px;
2536
+ --nuraly-font-size-chatbot-suggestion: 14px;
2537
+ --nuraly-font-size-chatbot-timestamp: 12px;
2538
+ --nuraly-font-size-chatbot-thread-title: 14px;
2539
+ --nuraly-font-size-chatbot-thread-preview: 13px;
2540
+ --nuraly-line-height-chatbot-message: 1.5;
2541
+ --nuraly-line-height-chatbot-input: 1.4;
2542
+
2543
+ --nuraly-border-radius-chatbot: 8px;
2544
+ --nuraly-border-radius-chatbot-message: 0;
2545
+ --nuraly-border-radius-chatbot-message-user: var(--nuraly-border-radius-chatbot, 8px);
2546
+ --nuraly-border-radius-chatbot-message-bot: 0;
2547
+ --nuraly-border-radius-chatbot-input: var(--nuraly-border-radius-chatbot, 8px);
2548
+ --nuraly-border-radius-chatbot-suggestion: var(--nuraly-border-radius-chatbot, 8px);
2549
+ --nuraly-border-radius-chatbot-file-upload: var(--nuraly-border-radius-chatbot, 8px);
2550
+ --nuraly-border-radius-chatbot-send-button: var(--nuraly-border-radius-chatbot, 8px);
2551
+ --nuraly-border-radius-chatbot-action-button: var(--nuraly-border-radius-chatbot, 8px);
2552
+
2553
+ --nuraly-size-chatbot-send-button-width: 32px;
2554
+ --nuraly-size-chatbot-send-button-height: 32px;
2555
+
2556
+ --nuraly-border-width-chatbot-input: 1px;
2557
+ --nuraly-border-width-chatbot-message: 0;
2558
+ --nuraly-border-width-chatbot-message-user: 1px;
2559
+ --nuraly-border-width-chatbot-message-bot: 0;
2560
+
2561
+ --nuraly-shadow-chatbot-input: 0 2px 8px rgba(0, 0, 0, 0.1);
2562
+ --nuraly-shadow-chatbot-message: none;
2563
+ --nuraly-shadow-chatbot-message-user: 0 1px 3px rgba(0, 0, 0, 0.1);
2564
+ --nuraly-shadow-chatbot-message-bot: none;
2565
+ --nuraly-shadow-chatbot-suggestion: 0 1px 3px rgba(0, 0, 0, 0.1);
2566
+
2567
+ --nuraly-transition-chatbot-all: all 0.2s ease;
2568
+ --nuraly-transition-chatbot-hover: all 0.15s ease;
2569
+
2570
+ --nuraly-z-index-chatbot-input: 10;
2571
+ --nuraly-z-index-chatbot-sidebar: 5;
2572
+ --nuraly-z-index-chatbot-dropdown: 1000;
2573
+
2574
+ --nuraly-spacing-chatbot-boxed-padding: 24px;
2575
+ --nuraly-size-chatbot-boxed-max-width: 868px;
2576
+ --nuraly-size-chatbot-boxed-content-max-width: 100%;
2577
+ --nuraly-spacing-chatbot-boxed-content-padding: 24px;
2578
+ --nuraly-border-radius-chatbot-boxed: 12px;
2579
+ --nuraly-shadow-chatbot-boxed: 0 4px 24px rgba(0, 0, 0, 0.1);
2580
+ }
2581
+
2582
+ /* ==============================================
2583
+ * chatbot/light.css
2584
+ * ============================================== */
2585
+
2586
+ [data-theme="default-light"] {
2587
+
2588
+ --nuraly-color-chatbot-background: #ffffff;
2589
+ --nuraly-color-chatbot-container-background: #ffffff;
2590
+ --nuraly-color-chatbot-sidebar-background: #f7f8fa;
2591
+
2592
+ --nuraly-color-chatbot-accent: #007bff;
2593
+
2594
+ --nuraly-color-chatbot-sidebar-border: #e9ecef;
2595
+ --nuraly-color-chatbot-sidebar-text: #1f2937;
2596
+
2597
+ --nuraly-color-chatbot-message-user-background: #007bff;
2598
+ --nuraly-color-chatbot-message-user-text: #ffffff;
2599
+ --nuraly-color-chatbot-message-user-border: transparent;
2600
+
2601
+ --nuraly-color-chatbot-message-bot-background: transparent;
2602
+ --nuraly-color-chatbot-message-bot-text: #1f2937;
2603
+ --nuraly-color-chatbot-message-bot-border: transparent;
2604
+
2605
+ --nuraly-color-chatbot-message-assistant-background: transparent;
2606
+ --nuraly-color-chatbot-message-assistant-text: #1f2937;
2607
+
2608
+ --nuraly-color-chatbot-message-system-background: #fff3cd;
2609
+ --nuraly-color-chatbot-message-system-text: #856404;
2610
+ --nuraly-color-chatbot-message-error-background: #f8d7da;
2611
+ --nuraly-color-chatbot-message-error-text: #721c24;
2612
+ --nuraly-color-chatbot-message-error-border: #f5c6cb;
2613
+
2614
+ --nuraly-color-chatbot-input-background: #ffffff;
2615
+ --nuraly-color-chatbot-input-border: #d1d5db;
2616
+ --nuraly-color-chatbot-input-border-hover: #9ca3af;
2617
+ --nuraly-color-chatbot-input-border-focus: #007bff;
2618
+ --nuraly-color-chatbot-input-text: #1f2937;
2619
+ --nuraly-color-chatbot-input-placeholder: #9ca3af;
2620
+
2621
+ --nuraly-color-chatbot-send-button-bg: #007bff;
2622
+ --nuraly-color-chatbot-send-button-bg-hover: #0056b3;
2623
+ --nuraly-color-chatbot-send-button-bg-disabled: #e9ecef;
2624
+ --nuraly-color-chatbot-send-button-text: #ffffff;
2625
+ --nuraly-color-chatbot-send-button-text-disabled: #6c757d;
2626
+
2627
+ --nuraly-color-chatbot-action-button-bg: transparent;
2628
+ --nuraly-color-chatbot-action-button-bg-hover: #f8f9fa;
2629
+ --nuraly-color-chatbot-action-button-text: #6c757d;
2630
+ --nuraly-color-chatbot-action-button-text-hover: #495057;
2631
+
2632
+ --nuraly-color-chatbot-suggestion-background: #f4f4f4;
2633
+ --nuraly-color-chatbot-suggestion-background-hover: #e8e8e8;
2634
+ --nuraly-color-chatbot-suggestion-background-active: #d9d9d9;
2635
+ --nuraly-color-chatbot-suggestion-border: #e0e0e0;
2636
+ --nuraly-color-chatbot-suggestion-text: #495057;
2637
+ --nuraly-color-chatbot-suggestion-text-hover: #212529;
2638
+ --nuraly-color-chatbot-suggestion-focus: #007bff;
2639
+
2640
+ --nuraly-color-chatbot-send-button-background: #007bff;
2641
+ --nuraly-color-chatbot-send-button-background-hover: #0056b3;
2642
+ --nuraly-color-chatbot-send-button-background-active: #004085;
2643
+ --nuraly-color-chatbot-send-button-background-disabled: #e9ecef;
2644
+ --nuraly-color-chatbot-send-button-text: #ffffff;
2645
+ --nuraly-color-chatbot-send-button-text-disabled: #6c757d;
2646
+ --nuraly-color-chatbot-send-button-focus: #007bff;
2647
+
2648
+ --nuraly-color-chatbot-file-upload-background: #f8f9fa;
2649
+ --nuraly-color-chatbot-file-upload-border: #dee2e6;
2650
+ --nuraly-color-chatbot-file-upload-border-drag: #007bff;
2651
+ --nuraly-color-chatbot-file-upload-text: #6c757d;
2652
+
2653
+ --nuraly-color-chatbot-thread-background: #ffffff;
2654
+ --nuraly-color-chatbot-thread-background-hover: #e3f2fd;
2655
+ --nuraly-color-chatbot-thread-background-active: #2196f3;
2656
+ --nuraly-color-chatbot-thread-background-active-hover: #1e88e5;
2657
+ --nuraly-color-chatbot-thread-text: #495057;
2658
+ --nuraly-color-chatbot-thread-text-active: #ffffff;
2659
+ --nuraly-color-chatbot-thread-text-secondary: #6c757d;
2660
+ --nuraly-color-chatbot-thread-border: #e9ecef;
2661
+
2662
+ --nuraly-color-chatbot-loading-background: #f8f9fa;
2663
+ --nuraly-color-chatbot-loading-text: #6c757d;
2664
+
2665
+ --nuraly-color-chatbot-empty-text: #6c757d;
2666
+ --nuraly-color-chatbot-empty-text-secondary: #9ca3af;
2667
+
2668
+ --nuraly-color-chatbot-boxed-background: #f8f9fa;
2669
+ }
2670
+
2671
+ /* ==============================================
2672
+ * chatbot/dark.css
2673
+ * ============================================== */
2674
+
2675
+ [data-theme="default-dark"] {
2676
+
2677
+ --nuraly-color-chatbot-background: #1a1a1a;
2678
+ --nuraly-color-chatbot-container-background: #1a1a1a;
2679
+ --nuraly-color-chatbot-sidebar-background: #2d2d2d;
2680
+
2681
+ --nuraly-color-chatbot-accent: #0084ff;
2682
+
2683
+ --nuraly-color-chatbot-sidebar-border: #404040;
2684
+ --nuraly-color-chatbot-sidebar-text: #e5e5e5;
2685
+
2686
+ --nuraly-color-chatbot-message-user-background: #0084ff;
2687
+ --nuraly-color-chatbot-message-user-text: #ffffff;
2688
+ --nuraly-color-chatbot-message-user-border: transparent;
2689
+
2690
+ --nuraly-color-chatbot-message-bot-background: transparent;
2691
+ --nuraly-color-chatbot-message-bot-text: #e5e5e5;
2692
+ --nuraly-color-chatbot-message-bot-border: transparent;
2693
+
2694
+ --nuraly-color-chatbot-message-assistant-background: transparent;
2695
+ --nuraly-color-chatbot-message-assistant-text: #e5e5e5;
2696
+
2697
+ --nuraly-color-chatbot-message-system-background: #3d3a00;
2698
+ --nuraly-color-chatbot-message-system-text: #ffeb3b;
2699
+ --nuraly-color-chatbot-message-error-background: #5c1a1a;
2700
+ --nuraly-color-chatbot-message-error-text: #ff6b6b;
2701
+ --nuraly-color-chatbot-message-error-border: #8b2e2e;
2702
+
2703
+ --nuraly-color-chatbot-input-background: #2d2d2d;
2704
+ --nuraly-color-chatbot-input-border: #404040;
2705
+ --nuraly-color-chatbot-input-border-hover: #555555;
2706
+ --nuraly-color-chatbot-input-border-focus: #0084ff;
2707
+ --nuraly-color-chatbot-input-text: #e5e5e5;
2708
+ --nuraly-color-chatbot-input-placeholder: #888888;
2709
+
2710
+ --nuraly-color-chatbot-send-button-bg: #0084ff;
2711
+ --nuraly-color-chatbot-send-button-bg-hover: #0066cc;
2712
+ --nuraly-color-chatbot-send-button-bg-disabled: #404040;
2713
+ --nuraly-color-chatbot-send-button-text: #ffffff;
2714
+ --nuraly-color-chatbot-send-button-text-disabled: #888888;
2715
+
2716
+ --nuraly-color-chatbot-action-button-bg: transparent;
2717
+ --nuraly-color-chatbot-action-button-bg-hover: #404040;
2718
+ --nuraly-color-chatbot-action-button-text: #888888;
2719
+ --nuraly-color-chatbot-action-button-text-hover: #e5e5e5;
2720
+
2721
+ --nuraly-color-chatbot-suggestion-background: #2d2d2d;
2722
+ --nuraly-color-chatbot-suggestion-background-hover: #404040;
2723
+ --nuraly-color-chatbot-suggestion-background-active: #4d4d4d;
2724
+ --nuraly-color-chatbot-suggestion-border: #404040;
2725
+ --nuraly-color-chatbot-suggestion-text: #e5e5e5;
2726
+ --nuraly-color-chatbot-suggestion-text-hover: #ffffff;
2727
+ --nuraly-color-chatbot-suggestion-focus: #0084ff;
2728
+
2729
+ --nuraly-color-chatbot-send-button-background: #0084ff;
2730
+ --nuraly-color-chatbot-send-button-background-hover: #0066cc;
2731
+ --nuraly-color-chatbot-send-button-background-active: #004499;
2732
+ --nuraly-color-chatbot-send-button-background-disabled: #404040;
2733
+ --nuraly-color-chatbot-send-button-text: #ffffff;
2734
+ --nuraly-color-chatbot-send-button-text-disabled: #888888;
2735
+ --nuraly-color-chatbot-send-button-focus: #0084ff;
2736
+
2737
+ --nuraly-color-chatbot-file-upload-background: #2d2d2d;
2738
+ --nuraly-color-chatbot-file-upload-border: #404040;
2739
+ --nuraly-color-chatbot-file-upload-border-drag: #0084ff;
2740
+ --nuraly-color-chatbot-file-upload-text: #888888;
2741
+
2742
+ --nuraly-color-chatbot-thread-background: #2d2d2d;
2743
+ --nuraly-color-chatbot-thread-background-hover: #1a3a52;
2744
+ --nuraly-color-chatbot-thread-background-active: #0084ff;
2745
+ --nuraly-color-chatbot-thread-background-active-hover: #0077e6;
2746
+ --nuraly-color-chatbot-thread-text: #e5e5e5;
2747
+ --nuraly-color-chatbot-thread-text-active: #ffffff;
2748
+ --nuraly-color-chatbot-thread-text-secondary: #888888;
2749
+ --nuraly-color-chatbot-thread-border: #404040;
2750
+
2751
+ --nuraly-color-chatbot-loading-background: #2d2d2d;
2752
+ --nuraly-color-chatbot-loading-text: #888888;
2753
+
2754
+ --nuraly-color-chatbot-empty-text: #888888;
2755
+ --nuraly-color-chatbot-empty-text-secondary: #666666;
2756
+ }
2757
+