@nuraly/lumenui 0.1.0 → 0.2.1

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 (312) hide show
  1. package/dist/nuralyui.bundle.js +23024 -17355
  2. package/dist/nuralyui.bundle.js.gz +0 -0
  3. package/dist/src/components/alert/alert.component.d.ts +8 -5
  4. package/dist/src/components/alert/alert.component.js +24 -20
  5. package/dist/src/components/alert/alert.style.d.ts +0 -7
  6. package/dist/src/components/alert/alert.style.js +48 -90
  7. package/dist/src/components/alert/bundle.js +82 -108
  8. package/dist/src/components/alert/bundle.js.gz +0 -0
  9. package/dist/src/components/badge/badge.component.d.ts +9 -8
  10. package/dist/src/components/badge/badge.component.js +17 -14
  11. package/dist/src/components/badge/badge.style.d.ts +0 -7
  12. package/dist/src/components/badge/badge.style.js +49 -107
  13. package/dist/src/components/badge/bundle.js +81 -119
  14. package/dist/src/components/badge/bundle.js.gz +0 -0
  15. package/dist/src/components/breadcrumb/breadcrumb.component.d.ts +8 -10
  16. package/dist/src/components/breadcrumb/breadcrumb.component.js +16 -15
  17. package/dist/src/components/breadcrumb/breadcrumb.style.d.ts +0 -7
  18. package/dist/src/components/breadcrumb/breadcrumb.style.js +42 -60
  19. package/dist/src/components/breadcrumb/bundle.js +96 -93
  20. package/dist/src/components/breadcrumb/bundle.js.gz +0 -0
  21. package/dist/src/components/button/bundle.js +221 -470
  22. package/dist/src/components/button/bundle.js.gz +0 -0
  23. package/dist/src/components/button/button.component.d.ts +2 -1
  24. package/dist/src/components/button/button.component.js +6 -6
  25. package/dist/src/components/button/button.style.d.ts +0 -7
  26. package/dist/src/components/button/button.style.js +167 -433
  27. package/dist/src/components/canvas/base-canvas.component.d.ts +2 -1
  28. package/dist/src/components/canvas/base-canvas.component.js +1 -0
  29. package/dist/src/components/canvas/bundle.js +16919 -9595
  30. package/dist/src/components/canvas/bundle.js.gz +0 -0
  31. package/dist/src/components/canvas/canvas.constants.d.ts +1 -1
  32. package/dist/src/components/canvas/canvas.constants.js +1 -1
  33. package/dist/src/components/canvas/chatbot-panel.style.js +31 -31
  34. package/dist/src/components/canvas/index.d.ts +2 -0
  35. package/dist/src/components/canvas/index.js +3 -0
  36. package/dist/src/components/canvas/whiteboard-canvas.component.d.ts +3 -1
  37. package/dist/src/components/canvas/whiteboard-canvas.component.js +19 -1
  38. package/dist/src/components/canvas/whiteboard-canvas.style.js +159 -138
  39. package/dist/src/components/canvas/whiteboard-node.component.d.ts +2 -1
  40. package/dist/src/components/canvas/whiteboard-node.component.js +2 -1
  41. package/dist/src/components/canvas/whiteboard-node.style.js +44 -44
  42. package/dist/src/components/canvas/workflow-canvas-only.d.ts +4 -0
  43. package/dist/src/components/canvas/workflow-canvas-only.js +5 -0
  44. package/dist/src/components/canvas/workflow-canvas.component.d.ts +3 -1
  45. package/dist/src/components/canvas/workflow-canvas.component.js +24 -2
  46. package/dist/src/components/canvas/workflow-canvas.style.js +776 -648
  47. package/dist/src/components/canvas/workflow-canvas.types.d.ts +113 -4
  48. package/dist/src/components/canvas/workflow-canvas.types.js +646 -3
  49. package/dist/src/components/canvas/workflow-node.component.d.ts +3 -2
  50. package/dist/src/components/canvas/workflow-node.component.js +5 -5
  51. package/dist/src/components/canvas/workflow-node.style.js +183 -181
  52. package/dist/src/components/card/bundle.js +43 -35
  53. package/dist/src/components/card/bundle.js.gz +0 -0
  54. package/dist/src/components/card/card.component.d.ts +6 -1
  55. package/dist/src/components/card/card.component.js +8 -2
  56. package/dist/src/components/card/card.style.js +26 -30
  57. package/dist/src/components/carousel/bundle.js +8 -8
  58. package/dist/src/components/carousel/bundle.js.gz +0 -0
  59. package/dist/src/components/carousel/carousel.component.d.ts +12 -0
  60. package/dist/src/components/carousel/carousel.component.js +16 -4
  61. package/dist/src/components/chatbot/bundle.js +422 -406
  62. package/dist/src/components/chatbot/bundle.js.gz +0 -0
  63. package/dist/src/components/chatbot/chatbot.component.d.ts +2 -1
  64. package/dist/src/components/chatbot/chatbot.component.js +1 -0
  65. package/dist/src/components/chatbot/chatbot.style.js +277 -277
  66. package/dist/src/components/checkbox/bundle.js +86 -245
  67. package/dist/src/components/checkbox/bundle.js.gz +0 -0
  68. package/dist/src/components/checkbox/checkbox.component.d.ts +5 -2
  69. package/dist/src/components/checkbox/checkbox.component.js +11 -13
  70. package/dist/src/components/checkbox/checkbox.style.js +56 -231
  71. package/dist/src/components/code-editor/bundle.js +151 -25
  72. package/dist/src/components/code-editor/bundle.js.gz +0 -0
  73. package/dist/src/components/code-editor/code-editor.component.d.ts +18 -56
  74. package/dist/src/components/code-editor/code-editor.component.js +141 -394
  75. package/dist/src/components/code-editor/code-editor.style.js +139 -15
  76. package/dist/src/components/collapse/bundle.js +97 -84
  77. package/dist/src/components/collapse/bundle.js.gz +0 -0
  78. package/dist/src/components/collapse/collapse.component.d.ts +7 -1
  79. package/dist/src/components/collapse/collapse.component.js +11 -2
  80. package/dist/src/components/collapse/collapse.style.js +60 -60
  81. package/dist/src/components/colorpicker/bundle.js +85 -48
  82. package/dist/src/components/colorpicker/bundle.js.gz +0 -0
  83. package/dist/src/components/colorpicker/color-holder.component.d.ts +2 -4
  84. package/dist/src/components/colorpicker/color-holder.component.js +5 -6
  85. package/dist/src/components/colorpicker/color-holder.style.js +11 -11
  86. package/dist/src/components/colorpicker/color-picker.component.d.ts +2 -1
  87. package/dist/src/components/colorpicker/color-picker.component.js +1 -0
  88. package/dist/src/components/colorpicker/color-picker.style.js +12 -12
  89. package/dist/src/components/colorpicker/default-color-sets.component.d.ts +2 -2
  90. package/dist/src/components/colorpicker/default-color-sets.component.js +4 -3
  91. package/dist/src/components/colorpicker/default-color-sets.style.js +5 -5
  92. package/dist/src/components/container/bundle.js +24 -14
  93. package/dist/src/components/container/bundle.js.gz +0 -0
  94. package/dist/src/components/container/container.component.d.ts +4 -1
  95. package/dist/src/components/container/container.component.js +7 -5
  96. package/dist/src/components/container/container.style.js +9 -9
  97. package/dist/src/components/datepicker/bundle.js +193 -177
  98. package/dist/src/components/datepicker/bundle.js.gz +0 -0
  99. package/dist/src/components/datepicker/datepicker.component.d.ts +2 -1
  100. package/dist/src/components/datepicker/datepicker.component.js +1 -0
  101. package/dist/src/components/datepicker/datepicker.style.js +65 -65
  102. package/dist/src/components/datepicker/datepicker.style.variables.js +91 -91
  103. package/dist/src/components/db-connection-select/bundle.js +7 -6
  104. package/dist/src/components/db-connection-select/bundle.js.gz +0 -0
  105. package/dist/src/components/db-connection-select/db-connection-select.component.d.ts +3 -0
  106. package/dist/src/components/db-connection-select/db-connection-select.component.js +4 -0
  107. package/dist/src/components/divider/bundle.js +61 -35
  108. package/dist/src/components/divider/bundle.js.gz +0 -0
  109. package/dist/src/components/divider/divider.component.d.ts +4 -6
  110. package/dist/src/components/divider/divider.component.js +10 -14
  111. package/dist/src/components/divider/divider.style.js +41 -31
  112. package/dist/src/components/document/bundle.js +50 -48
  113. package/dist/src/components/document/bundle.js.gz +0 -0
  114. package/dist/src/components/document/document.component.d.ts +12 -1
  115. package/dist/src/components/document/document.component.js +18 -6
  116. package/dist/src/components/document/document.style.js +21 -36
  117. package/dist/src/components/dropdown/bundle.js +117 -101
  118. package/dist/src/components/dropdown/bundle.js.gz +0 -0
  119. package/dist/src/components/dropdown/dropdown.component.d.ts +2 -1
  120. package/dist/src/components/dropdown/dropdown.component.js +1 -0
  121. package/dist/src/components/dropdown/dropdown.style.js +68 -68
  122. package/dist/src/components/file-upload/bundle.js +82 -76
  123. package/dist/src/components/file-upload/bundle.js.gz +0 -0
  124. package/dist/src/components/file-upload/file-upload.component.d.ts +2 -1
  125. package/dist/src/components/file-upload/file-upload.component.js +1 -0
  126. package/dist/src/components/file-upload/styles.js +59 -59
  127. package/dist/src/components/flex/bundle.js +18 -8
  128. package/dist/src/components/flex/bundle.js.gz +0 -0
  129. package/dist/src/components/flex/flex.component.d.ts +4 -1
  130. package/dist/src/components/flex/flex.component.js +7 -4
  131. package/dist/src/components/flex/flex.style.js +2 -2
  132. package/dist/src/components/form/bundle.js +22 -10
  133. package/dist/src/components/form/bundle.js.gz +0 -0
  134. package/dist/src/components/form/form.component.d.ts +4 -1
  135. package/dist/src/components/form/form.component.js +5 -1
  136. package/dist/src/components/form/form.style.js +2 -2
  137. package/dist/src/components/grid/bundle.js +26 -14
  138. package/dist/src/components/grid/bundle.js.gz +0 -0
  139. package/dist/src/components/grid/col.component.d.ts +4 -1
  140. package/dist/src/components/grid/col.component.js +4 -1
  141. package/dist/src/components/grid/col.style.js +2 -2
  142. package/dist/src/components/grid/row.component.d.ts +4 -1
  143. package/dist/src/components/grid/row.component.js +4 -1
  144. package/dist/src/components/grid/row.style.js +2 -2
  145. package/dist/src/components/icon/bundle.js +78 -252
  146. package/dist/src/components/icon/bundle.js.gz +0 -0
  147. package/dist/src/components/icon/icon-paths.d.ts +2 -0
  148. package/dist/src/components/icon/icon-paths.js +141 -0
  149. package/dist/src/components/icon/icon.component.d.ts +10 -12
  150. package/dist/src/components/icon/icon.component.js +42 -93
  151. package/dist/src/components/icon/icon.style.js +42 -130
  152. package/dist/src/components/icon/icon.variables.js +9 -9
  153. package/dist/src/components/iconpicker/bundle.js +859 -1511
  154. package/dist/src/components/iconpicker/bundle.js.gz +0 -0
  155. package/dist/src/components/iconpicker/icon-picker.component.d.ts +2 -1
  156. package/dist/src/components/iconpicker/icon-picker.component.js +1 -0
  157. package/dist/src/components/iconpicker/icon-picker.style.js +13 -13
  158. package/dist/src/components/image/bundle.js +43 -33
  159. package/dist/src/components/image/bundle.js.gz +0 -0
  160. package/dist/src/components/image/image.component.d.ts +10 -1
  161. package/dist/src/components/image/image.component.js +13 -3
  162. package/dist/src/components/image/image.style.js +19 -26
  163. package/dist/src/components/input/bundle.js +420 -644
  164. package/dist/src/components/input/bundle.js.gz +0 -0
  165. package/dist/src/components/input/input.component.d.ts +16 -3
  166. package/dist/src/components/input/input.component.js +43 -27
  167. package/dist/src/components/input/input.style.d.ts +1 -1
  168. package/dist/src/components/input/input.style.js +331 -634
  169. package/dist/src/components/kv-secret-select/bundle.js +2 -1
  170. package/dist/src/components/kv-secret-select/bundle.js.gz +0 -0
  171. package/dist/src/components/kv-secret-select/kv-secret-select.component.d.ts +3 -0
  172. package/dist/src/components/kv-secret-select/kv-secret-select.component.js +4 -0
  173. package/dist/src/components/label/bundle.js +37 -60
  174. package/dist/src/components/label/bundle.js.gz +0 -0
  175. package/dist/src/components/label/label.component.d.ts +8 -4
  176. package/dist/src/components/label/label.component.js +9 -14
  177. package/dist/src/components/label/label.style.js +17 -25
  178. package/dist/src/components/label/label.style.variables.js +18 -18
  179. package/dist/src/components/layout/bundle.js +86 -70
  180. package/dist/src/components/layout/bundle.js.gz +0 -0
  181. package/dist/src/components/layout/content.component.d.ts +2 -1
  182. package/dist/src/components/layout/content.component.js +2 -1
  183. package/dist/src/components/layout/content.style.js +3 -3
  184. package/dist/src/components/layout/footer.component.d.ts +2 -1
  185. package/dist/src/components/layout/footer.component.js +3 -2
  186. package/dist/src/components/layout/footer.style.js +7 -7
  187. package/dist/src/components/layout/header.component.d.ts +2 -1
  188. package/dist/src/components/layout/header.component.js +3 -2
  189. package/dist/src/components/layout/header.style.js +7 -7
  190. package/dist/src/components/layout/layout.component.d.ts +4 -7
  191. package/dist/src/components/layout/layout.component.js +9 -22
  192. package/dist/src/components/layout/layout.style.js +1 -1
  193. package/dist/src/components/layout/sider.component.d.ts +3 -1
  194. package/dist/src/components/layout/sider.component.js +3 -1
  195. package/dist/src/components/layout/sider.style.js +29 -29
  196. package/dist/src/components/menu/bundle.js +135 -125
  197. package/dist/src/components/menu/bundle.js.gz +0 -0
  198. package/dist/src/components/menu/menu.component.d.ts +2 -1
  199. package/dist/src/components/menu/menu.component.js +1 -0
  200. package/dist/src/components/menu/menu.style.js +87 -87
  201. package/dist/src/components/modal/bundle.js +105 -96
  202. package/dist/src/components/modal/bundle.js.gz +0 -0
  203. package/dist/src/components/modal/modal.component.d.ts +2 -1
  204. package/dist/src/components/modal/modal.component.js +1 -0
  205. package/dist/src/components/modal/modal.style.js +69 -71
  206. package/dist/src/components/panel/bundle.js +190 -391
  207. package/dist/src/components/panel/bundle.js.gz +0 -0
  208. package/dist/src/components/panel/panel.component.d.ts +2 -1
  209. package/dist/src/components/panel/panel.component.js +1 -0
  210. package/dist/src/components/panel/panel.style.js +65 -65
  211. package/dist/src/components/popconfirm/bundle.js +107 -93
  212. package/dist/src/components/popconfirm/bundle.js.gz +0 -0
  213. package/dist/src/components/popconfirm/popconfirm-manager.component.d.ts +2 -1
  214. package/dist/src/components/popconfirm/popconfirm-manager.component.js +1 -0
  215. package/dist/src/components/popconfirm/popconfirm-manager.style.js +16 -16
  216. package/dist/src/components/popconfirm/popconfirm.component.d.ts +2 -1
  217. package/dist/src/components/popconfirm/popconfirm.component.js +9 -5
  218. package/dist/src/components/popconfirm/popconfirm.style.js +43 -43
  219. package/dist/src/components/radio/bundle.js +56 -86
  220. package/dist/src/components/radio/bundle.js.gz +0 -0
  221. package/dist/src/components/radio/radio.component.d.ts +8 -2
  222. package/dist/src/components/radio/radio.component.js +17 -9
  223. package/dist/src/components/radio/radio.style.js +30 -77
  224. package/dist/src/components/radio-group/bundle.js +125 -89
  225. package/dist/src/components/radio-group/bundle.js.gz +0 -0
  226. package/dist/src/components/radio-group/radio-group.component.d.ts +5 -1
  227. package/dist/src/components/radio-group/radio-group.component.js +18 -10
  228. package/dist/src/components/radio-group/radio-group.style.js +44 -44
  229. package/dist/src/components/select/bundle.js +260 -367
  230. package/dist/src/components/select/bundle.js.gz +0 -0
  231. package/dist/src/components/select/select.component.d.ts +12 -17
  232. package/dist/src/components/select/select.component.js +35 -35
  233. package/dist/src/components/select/select.style.js +184 -324
  234. package/dist/src/components/skeleton/bundle.js +82 -162
  235. package/dist/src/components/skeleton/bundle.js.gz +0 -0
  236. package/dist/src/components/skeleton/skeleton.component.d.ts +10 -5
  237. package/dist/src/components/skeleton/skeleton.component.js +20 -7
  238. package/dist/src/components/skeleton/skeleton.style.js +34 -133
  239. package/dist/src/components/slider-input/bundle.js +89 -88
  240. package/dist/src/components/slider-input/bundle.js.gz +0 -0
  241. package/dist/src/components/slider-input/slider-input.component.d.ts +11 -0
  242. package/dist/src/components/slider-input/slider-input.component.js +20 -8
  243. package/dist/src/components/slider-input/slider-input.style.js +47 -47
  244. package/dist/src/components/slider-input/slider-input.style.variables.js +32 -32
  245. package/dist/src/components/table/bundle.js +149 -128
  246. package/dist/src/components/table/bundle.js.gz +0 -0
  247. package/dist/src/components/table/table.component.d.ts +2 -1
  248. package/dist/src/components/table/table.component.js +1 -0
  249. package/dist/src/components/table/table.style.js +79 -79
  250. package/dist/src/components/tabs/bundle.js +462 -663
  251. package/dist/src/components/tabs/bundle.js.gz +0 -0
  252. package/dist/src/components/tabs/tabs.component.d.ts +6 -1
  253. package/dist/src/components/tabs/tabs.component.js +8 -1
  254. package/dist/src/components/tabs/tabs.style.js +200 -201
  255. package/dist/src/components/tag/bundle.js +44 -36
  256. package/dist/src/components/tag/bundle.js.gz +0 -0
  257. package/dist/src/components/tag/tag.component.d.ts +7 -6
  258. package/dist/src/components/tag/tag.component.js +10 -19
  259. package/dist/src/components/tag/tag.style.js +20 -24
  260. package/dist/src/components/textarea/bundle.js +131 -94
  261. package/dist/src/components/textarea/bundle.js.gz +0 -0
  262. package/dist/src/components/textarea/textarea.component.d.ts +7 -1
  263. package/dist/src/components/textarea/textarea.component.js +10 -3
  264. package/dist/src/components/textarea/textarea.style.d.ts +1 -13
  265. package/dist/src/components/textarea/textarea.style.js +79 -91
  266. package/dist/src/components/timeline/bundle.js +71 -134
  267. package/dist/src/components/timeline/bundle.js.gz +0 -0
  268. package/dist/src/components/timeline/timeline.component.d.ts +9 -6
  269. package/dist/src/components/timeline/timeline.component.js +16 -13
  270. package/dist/src/components/timeline/timeline.style.d.ts +0 -7
  271. package/dist/src/components/timeline/timeline.style.js +41 -122
  272. package/dist/src/components/timepicker/bundle.js +196 -166
  273. package/dist/src/components/timepicker/bundle.js.gz +0 -0
  274. package/dist/src/components/timepicker/timepicker.component.d.ts +2 -1
  275. package/dist/src/components/timepicker/timepicker.component.js +1 -0
  276. package/dist/src/components/timepicker/timepicker.style.js +42 -42
  277. package/dist/src/components/timepicker/timepicker.style.variables.js +91 -91
  278. package/dist/src/components/toast/bundle.js +97 -81
  279. package/dist/src/components/toast/bundle.js.gz +0 -0
  280. package/dist/src/components/toast/toast.component.d.ts +2 -1
  281. package/dist/src/components/toast/toast.component.js +1 -0
  282. package/dist/src/components/toast/toast.style.js +62 -62
  283. package/dist/src/components/tooltips/bundle.js +10 -10
  284. package/dist/src/components/tooltips/bundle.js.gz +0 -0
  285. package/dist/src/components/tooltips/tooltips.component.d.ts +8 -0
  286. package/dist/src/components/tooltips/tooltips.component.js +9 -1
  287. package/dist/src/components/tooltips/tooltips.style.js +6 -6
  288. package/dist/src/components/video/bundle.js +47 -36
  289. package/dist/src/components/video/bundle.js.gz +0 -0
  290. package/dist/src/components/video/video.component.d.ts +12 -1
  291. package/dist/src/components/video/video.component.js +18 -6
  292. package/dist/src/components/video/video.style.js +18 -24
  293. package/package.json +25 -12
  294. package/packages/common/dist/VERSIONS.md +2 -2
  295. package/packages/common/dist/shared/base-mixin.d.ts +21 -19
  296. package/packages/common/dist/shared/base-mixin.d.ts.map +1 -1
  297. package/packages/common/dist/shared/base-mixin.js +102 -18
  298. package/packages/common/dist/shared/base-mixin.js.map +1 -1
  299. package/packages/common/dist/shared/index.d.ts +1 -0
  300. package/packages/common/dist/shared/index.d.ts.map +1 -1
  301. package/packages/common/dist/shared/index.js +2 -0
  302. package/packages/common/dist/shared/index.js.map +1 -1
  303. package/packages/common/dist/shared/style-injector.d.ts +11 -0
  304. package/packages/common/dist/shared/style-injector.d.ts.map +1 -0
  305. package/packages/common/dist/shared/style-injector.js +53 -0
  306. package/packages/common/dist/shared/style-injector.js.map +1 -0
  307. package/packages/common/dist/shared/theme-mixin.d.ts +2 -24
  308. package/packages/common/dist/shared/theme-mixin.d.ts.map +1 -1
  309. package/packages/common/dist/shared/theme-mixin.js +5 -38
  310. package/packages/common/dist/shared/theme-mixin.js.map +1 -1
  311. package/packages/themes/dist/default.css +0 -10
  312. package/packages/themes/dist/package.json +1 -1
@@ -6,7 +6,7 @@
6
6
  import { LitElement, PropertyValueMap } from 'lit';
7
7
  import { IHeader, SelectionMode, Sizes, SortAttribute } from './table.types.js';
8
8
  import { TableHost } from './interfaces/index.js';
9
- declare const HyTable_base: (new (...args: any[]) => import("@nuralyui/common/mixins").DependencyAware) & (new (...args: any[]) => import("@nuralyui/common/mixins").ThemeAware) & (new (...args: any[]) => import("@nuralyui/common/mixins").EventHandlerCapable) & typeof LitElement;
9
+ declare const HyTable_base: (new (...args: any[]) => import("@nuralyui/common/mixins").DependencyAware) & (new (...args: any[]) => import("@nuralyui/common/mixins").ThemeAware) & (new (...args: any[]) => import("@nuralyui/common/mixins").EventHandlerCapable) & (new (...args: any[]) => import("packages/common/src/shared/base-mixin.js").LightDomContent) & typeof LitElement;
10
10
  /**
11
11
  * Advanced table component with sorting, filtering, pagination, selection, and fixed columns.
12
12
  *
@@ -41,6 +41,7 @@ declare const HyTable_base: (new (...args: any[]) => import("@nuralyui/common/mi
41
41
  * @fires onSort - Fired when sorting is applied
42
42
  */
43
43
  export declare class HyTable extends HyTable_base implements TableHost {
44
+ static useShadowDom: boolean;
44
45
  static styles: import("lit").CSSResult;
45
46
  headers: IHeader[];
46
47
  rows: any[];
@@ -335,6 +335,7 @@ let HyTable = class HyTable extends NuralyUIBaseMixin(LitElement) {
335
335
  `;
336
336
  }
337
337
  };
338
+ HyTable.useShadowDom = true;
338
339
  HyTable.styles = styles;
339
340
  __decorate([
340
341
  property({ type: Array })
@@ -3,9 +3,9 @@ export default css `
3
3
  :host {
4
4
  display: block;
5
5
  width: 100%;
6
- font-family: var(--nuraly-font-family, Arial, sans-serif);
7
- color: var(--nuraly-color-text);
8
- background-color: var(--nuraly-color-background);
6
+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
7
+ color: #161616;
8
+ background-color: #ffffff;
9
9
  }
10
10
 
11
11
  /* Filter Container Styles */
@@ -13,7 +13,7 @@ export default css `
13
13
  display: flex;
14
14
  justify-content: flex-end;
15
15
  width: 100%;
16
- padding: var(--nuraly-spacing-2, 0.5rem) 0;
16
+ padding: 0.5rem 0;
17
17
  position: relative;
18
18
  margin-bottom: 5px;
19
19
  }
@@ -23,13 +23,13 @@ export default css `
23
23
  padding-left: 30px;
24
24
  width: 100%;
25
25
  box-sizing: border-box;
26
- background-color: var(--nuraly-table-filter-background, #ffffff);
27
- color: var(--nuraly-table-filter-text, #000000);
26
+ background-color: #ffffff;
27
+ color: #000000;
28
28
  }
29
29
 
30
30
  .filter-container input:focus {
31
31
  outline-style: none;
32
- border: 1px solid var(--nuraly-table-filter-border, #1890ff);
32
+ border: 1px solid #1890ff;
33
33
  }
34
34
 
35
35
  .filter-container .icon-container {
@@ -49,12 +49,12 @@ export default css `
49
49
 
50
50
  /* Actions Bar Styles */
51
51
  .actions-container {
52
- background-color: var(--nuraly-table-action-color, #0f62fe);
52
+ background-color: #0f62fe;
53
53
  padding: 10px;
54
54
  box-sizing: border-box;
55
55
  display: flex;
56
56
  justify-content: space-between;
57
- color: var(--nuraly-table-background, #ffffff);
57
+ color: #ffffff;
58
58
  }
59
59
 
60
60
  /* Fixed Header Styles */
@@ -69,26 +69,26 @@ export default css `
69
69
  }
70
70
 
71
71
  .table-content-wrapper.fixed-header thead {
72
- background-color: var(--nuraly-table-header-background, #fafafa);
72
+ background-color: #fafafa;
73
73
  }
74
74
 
75
75
  .table-content-wrapper.fixed-header thead th {
76
76
  position: sticky;
77
77
  top: 0;
78
78
  z-index: 10;
79
- background-color: var(--nuraly-table-header-background, #fafafa);
80
- border-bottom: var(--nuraly-table-border-width, 1px) solid var(--nuraly-table-row-border-color, #f0f0f0);
79
+ background-color: #fafafa;
80
+ border-bottom: 1px solid #f0f0f0;
81
81
  }
82
82
 
83
83
  .table-content-wrapper.fixed-header thead tr {
84
- box-shadow: 0 1px 0 0 var(--nuraly-table-row-border-color, #f0f0f0);
84
+ box-shadow: 0 1px 0 0 #f0f0f0;
85
85
  }
86
86
 
87
87
  .actions-container button {
88
88
  cursor: pointer;
89
89
  border: none;
90
- color: var(--nuraly-table-background, #ffffff);
91
- background-color: var(--nuraly-table-action-color, #0f62fe);
90
+ color: #ffffff;
91
+ background-color: #0f62fe;
92
92
  }
93
93
 
94
94
  .actions-container[data-size='small'] {
@@ -110,8 +110,8 @@ export default css `
110
110
  input[type='checkbox'][data-indeterminate='true']::after {
111
111
  width: 13px;
112
112
  height: 13px;
113
- background-color: var(--nuraly-table-checkbox-checked, #161616);
114
- color: var(--nuraly-table-background, #ffffff);
113
+ background-color: #161616;
114
+ color: #ffffff;
115
115
  display: flex;
116
116
  justify-content: center;
117
117
  align-items: center;
@@ -122,20 +122,20 @@ export default css `
122
122
  table {
123
123
  width: 100%;
124
124
  border-spacing: 0px;
125
- color: var(--nuraly-table-text-color);
125
+ color: #161616;
126
126
  }
127
127
 
128
128
  td {
129
129
  text-align: center;
130
- border-bottom: var(--nuraly-table-border-width, 1px) solid var(--nuraly-table-row-border-color, #f0f0f0);
131
- padding: var(--nuraly-table-cell-padding, 10px);
132
- font-size: var(--nuraly-table-font-size, 14px);
130
+ border-bottom: 1px solid #f0f0f0;
131
+ padding: 10px;
132
+ font-size: 14px;
133
133
  }
134
134
 
135
135
  th {
136
136
  cursor: pointer;
137
- padding: var(--nuraly-table-cell-padding, 10px);
138
- font-size: var(--nuraly-table-font-size, 14px);
137
+ padding: 10px;
138
+ font-size: 14px;
139
139
  }
140
140
 
141
141
  th span {
@@ -148,15 +148,15 @@ export default css `
148
148
  display: flex;
149
149
  justify-content: center;
150
150
  align-items: center;
151
- --nuraly-icon-color: var(--nuraly-table-text-color);
151
+ --nuraly-icon-color: #161616;
152
152
  }
153
153
 
154
154
  tbody tr {
155
- background-color: var(--nuraly-table-row-background, #ffffff);
155
+ background-color: #ffffff;
156
156
  }
157
157
 
158
158
  tbody tr:hover {
159
- background-color: var(--nuraly-table-row-hover-background, #f5f5f5);
159
+ background-color: #f5f5f5;
160
160
  }
161
161
 
162
162
  tbody tr.clickable {
@@ -164,29 +164,29 @@ export default css `
164
164
  }
165
165
 
166
166
  thead tr {
167
- background-color: var(--nuraly-table-header-background, #fafafa);
167
+ background-color: #fafafa;
168
168
  }
169
169
 
170
170
  tbody tr:has(input:checked) {
171
- background-color: var(--nuraly-table-row-selected-background, #e6f7ff);
171
+ background-color: #e6f7ff;
172
172
  }
173
173
 
174
174
  input,
175
175
  .expand-icon {
176
176
  cursor: pointer;
177
- accent-color: var(--nuraly-table-checkbox-checked, #1890ff);
177
+ accent-color: #1890ff;
178
178
  }
179
179
 
180
180
  /* Size Variants for Table Content */
181
181
  :host([size='small']) td,
182
182
  :host([size='small']) th {
183
- padding: var(--nuraly-table-cell-padding, 8px 16px);
183
+ padding: 8px 16px;
184
184
  font-size: 12px;
185
185
  }
186
186
 
187
187
  :host([size='large']) td,
188
188
  :host([size='large']) th {
189
- padding: var(--nuraly-table-cell-padding, 15px);
189
+ padding: 15px;
190
190
  font-size: 16px;
191
191
  }
192
192
 
@@ -195,8 +195,8 @@ export default css `
195
195
  display: flex;
196
196
  justify-content: space-between;
197
197
  align-items: center;
198
- background-color: var(--nuraly-pagination-background-color);
199
- color: var(--nuraly-pagination-text-color);
198
+ background-color: #ffffff;
199
+ color: #161616;
200
200
  }
201
201
 
202
202
  .pagination-container .left-content {
@@ -205,7 +205,7 @@ export default css `
205
205
  }
206
206
 
207
207
  .pagination-container .left-content .items-details {
208
- border-left: var(--nuraly-pagination-borders);
208
+ border-left: 1px solid #e0e0e0;
209
209
  padding: 10px;
210
210
  }
211
211
 
@@ -217,29 +217,29 @@ export default css `
217
217
  }
218
218
 
219
219
  .pagination-container .left-content .select-details label {
220
- font-size: var(--nuraly-font-size-input, 14px);
221
- color: var(--nuraly-table-pagination-text, #000000);
220
+ font-size: 14px;
221
+ color: #000000;
222
222
  white-space: nowrap;
223
223
  }
224
224
 
225
225
  .pagination-container .left-content .select-details nr-select {
226
226
  min-width: 60px;
227
227
  max-width: 80px;
228
- --select-border-color: var(--nuraly-table-border-color, #d9d9d9);
229
- --select-background: var(--nuraly-table-pagination-background, #fafafa);
230
- --select-text-color: var(--nuraly-table-pagination-text, #000000);
228
+ --select-border-color: #d9d9d9;
229
+ --select-background: #fafafa;
230
+ --select-text-color: #000000;
231
231
  }
232
232
 
233
233
  .pagination-container .right-content {
234
234
  display: flex;
235
235
  align-items: center;
236
- border-left: var(--nuraly-pagination-borders);
236
+ border-left: 1px solid #e0e0e0;
237
237
  }
238
238
 
239
239
  .pagination-container .right-content .icon-container {
240
240
  display: flex;
241
241
  align-items: center;
242
- border-left: var(--nuraly-pagination-borders);
242
+ border-left: 1px solid #e0e0e0;
243
243
  }
244
244
 
245
245
  .pagination-container .right-content .page-details {
@@ -249,11 +249,11 @@ export default css `
249
249
  .pagination-container .icon-container .left-arrow,
250
250
  .pagination-container .icon-container .right-arrow {
251
251
  padding: 10px;
252
- --nuraly-icon-color: var(--nuraly-pagination-text-color);
252
+ --nuraly-icon-color: #161616;
253
253
  }
254
254
 
255
255
  .pagination-container .icon-container .left-arrow {
256
- border-right: var(--nuraly-pagination-borders);
256
+ border-right: 1px solid #e0e0e0;
257
257
  }
258
258
 
259
259
  .pagination-container nr-icon[data-enabled='false'] {
@@ -340,7 +340,7 @@ export default css `
340
340
  }
341
341
 
342
342
  .filter-trigger:hover {
343
- background-color: var(--nuraly-table-filter-hover, rgba(0, 0, 0, 0.04));
343
+ background-color: rgba(0, 0, 0, 0.04);
344
344
  }
345
345
 
346
346
  .filter-icon {
@@ -351,7 +351,7 @@ export default css `
351
351
  }
352
352
 
353
353
  .filter-icon.has-filter {
354
- color: var(--nuraly-table-filter-active, #1890ff);
354
+ color: #1890ff;
355
355
  }
356
356
 
357
357
  .filter-indicator {
@@ -361,15 +361,15 @@ export default css `
361
361
  width: 6px;
362
362
  height: 6px;
363
363
  border-radius: 50%;
364
- background-color: var(--nuraly-table-filter-active, #1890ff);
364
+ background-color: #1890ff;
365
365
  }
366
366
 
367
367
  .column-filter-dropdown {
368
368
  position: absolute;
369
369
  top: calc(100% + 4px);
370
370
  right: 0;
371
- background: var(--nuraly-table-background, #ffffff);
372
- border: 1px solid var(--nuraly-table-row-border-color, #f0f0f0);
371
+ background: #ffffff;
372
+ border: 1px solid #f0f0f0;
373
373
  border-radius: 4px;
374
374
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
375
375
  z-index: 100;
@@ -385,7 +385,7 @@ export default css `
385
385
 
386
386
  .column-filter-input {
387
387
  padding: 8px;
388
- border: 1px solid var(--nuraly-table-row-border-color, #d9d9d9);
388
+ border: 1px solid #d9d9d9;
389
389
  border-radius: 4px;
390
390
  font-size: 14px;
391
391
  width: 100%;
@@ -394,7 +394,7 @@ export default css `
394
394
 
395
395
  .column-filter-input:focus {
396
396
  outline: none;
397
- border-color: var(--nuraly-table-filter-active, #1890ff);
397
+ border-color: #1890ff;
398
398
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
399
399
  }
400
400
 
@@ -406,58 +406,58 @@ export default css `
406
406
  display: flex;
407
407
  align-items: center;
408
408
  justify-content: center;
409
- color: var(--nuraly-table-text-color, #000);
409
+ color: #000;
410
410
  align-self: flex-end;
411
411
  }
412
412
 
413
413
  .column-filter-clear:hover {
414
- color: var(--nuraly-table-filter-active, #1890ff);
414
+ color: #1890ff;
415
415
  }
416
416
 
417
417
  /* Fixed Columns Styles */
418
418
  th.fixed-column,
419
419
  td.fixed-column {
420
420
  position: sticky;
421
- background-color: var(--nuraly-table-row-background, #ffffff);
421
+ background-color: #ffffff;
422
422
  }
423
423
 
424
424
  /* Fixed columns in header - highest priority */
425
425
  thead th.fixed-column {
426
426
  z-index: 20;
427
- background-color: var(--nuraly-table-header-background, #fafafa);
427
+ background-color: #fafafa;
428
428
  }
429
429
 
430
430
  /* When table has fixed header, fixed columns in header need even higher z-index */
431
431
  .table-content-wrapper.fixed-header thead th.fixed-column {
432
432
  z-index: 25;
433
- background-color: var(--nuraly-table-header-background, #fafafa);
433
+ background-color: #fafafa;
434
434
  }
435
435
 
436
436
  /* Fixed columns in body */
437
437
  tbody td.fixed-column {
438
438
  z-index: 8;
439
- background-color: var(--nuraly-table-row-background, #ffffff);
439
+ background-color: #ffffff;
440
440
  }
441
441
 
442
442
  /* Ensure fixed columns in tbody have proper background */
443
443
  tbody tr td.fixed-column {
444
- background-color: var(--nuraly-table-row-background, #ffffff);
444
+ background-color: #ffffff;
445
445
  }
446
446
 
447
447
  tbody tr:hover td.fixed-column {
448
- background-color: var(--nuraly-table-row-hover-background, #f5f5f5);
448
+ background-color: #f5f5f5;
449
449
  }
450
450
 
451
451
  th.fixed-column-left,
452
452
  td.fixed-column-left {
453
453
  left: 0;
454
- border-right: 1px solid var(--nuraly-table-row-border-color, #f0f0f0);
454
+ border-right: 1px solid #f0f0f0;
455
455
  }
456
456
 
457
457
  th.fixed-column-right,
458
458
  td.fixed-column-right {
459
459
  right: 0;
460
- border-left: 1px solid var(--nuraly-table-row-border-color, #f0f0f0);
460
+ border-left: 1px solid #f0f0f0;
461
461
  }
462
462
 
463
463
  /* Shadow effect for fixed columns */
@@ -507,8 +507,8 @@ export default css `
507
507
  }
508
508
 
509
509
  .skeleton-cell {
510
- padding: var(--nuraly-spacing-3, 0.75rem) var(--nuraly-spacing-4, 1rem);
511
- border-bottom: 1px solid var(--nuraly-table-border-color, #f0f0f0);
510
+ padding: 0.75rem 1rem;
511
+ border-bottom: 1px solid #f0f0f0;
512
512
  }
513
513
 
514
514
  .skeleton-cell.selection-skeleton {
@@ -555,27 +555,27 @@ export default css `
555
555
 
556
556
  /* Spinner Loading */
557
557
  .loading-row {
558
- background-color: var(--nuraly-table-row-background, #ffffff);
558
+ background-color: #ffffff;
559
559
  }
560
560
 
561
561
  .loading-cell {
562
- padding: var(--nuraly-spacing-8, 2rem) var(--nuraly-spacing-4, 1rem);
562
+ padding: 2rem 1rem;
563
563
  text-align: center;
564
- border-bottom: 1px solid var(--nuraly-table-border-color, #f0f0f0);
564
+ border-bottom: 1px solid #f0f0f0;
565
565
  }
566
566
 
567
567
  .loading-spinner-container {
568
568
  display: flex;
569
569
  flex-direction: column;
570
570
  align-items: center;
571
- gap: var(--nuraly-spacing-4, 1rem);
571
+ gap: 1rem;
572
572
  }
573
573
 
574
574
  .loading-spinner {
575
575
  width: 40px;
576
576
  height: 40px;
577
- border: 4px solid var(--nuraly-table-border-color, #f0f0f0);
578
- border-top-color: var(--nuraly-color-primary, #1890ff);
577
+ border: 4px solid #f0f0f0;
578
+ border-top-color: #7c3aed;
579
579
  border-radius: 50%;
580
580
  animation: spinner-rotate 0.8s linear infinite;
581
581
  }
@@ -591,23 +591,23 @@ export default css `
591
591
 
592
592
  .loading-text {
593
593
  margin: 0;
594
- color: var(--nuraly-color-text-secondary, #666666);
594
+ color: #525252;
595
595
  font-size: 14px;
596
596
  }
597
597
 
598
598
  /* Empty State Styles */
599
599
  .empty-row {
600
- background: var(--nuraly-table-row-bg-color, #ffffff);
600
+ background: #ffffff;
601
601
  }
602
602
 
603
603
  .empty-row:hover {
604
- background: var(--nuraly-table-row-bg-color, #ffffff);
604
+ background: #ffffff;
605
605
  }
606
606
 
607
607
  .empty-cell {
608
608
  padding: 64px 24px;
609
609
  text-align: center;
610
- border-bottom: 1px solid var(--nuraly-table-border-color, #f0f0f0);
610
+ border-bottom: 1px solid #f0f0f0;
611
611
  }
612
612
 
613
613
  .empty-state {
@@ -620,7 +620,7 @@ export default css `
620
620
  .empty-icon {
621
621
  width: 64px;
622
622
  height: 64px;
623
- color: var(--nuraly-color-text-quaternary, #bfbfbf);
623
+ color: #bfbfbf;
624
624
  display: flex;
625
625
  align-items: center;
626
626
  justify-content: center;
@@ -637,7 +637,7 @@ export default css `
637
637
 
638
638
  .empty-text {
639
639
  margin: 0;
640
- color: var(--nuraly-color-text-secondary, #666666);
640
+ color: #525252;
641
641
  font-size: 14px;
642
642
  line-height: 1.5;
643
643
  }
@@ -651,12 +651,12 @@ export default css `
651
651
  }
652
652
 
653
653
  .expand-icon:hover {
654
- background-color: var(--nuraly-color-fill-tertiary, #f5f5f5);
654
+ background-color: #f5f5f5;
655
655
  }
656
656
 
657
657
  .expand-icon:focus {
658
- background-color: var(--nuraly-color-fill-tertiary, #f5f5f5);
659
- box-shadow: inset 0 0 0 2px var(--nuraly-color-primary, #1890ff);
658
+ background-color: #f5f5f5;
659
+ box-shadow: inset 0 0 0 2px #7c3aed;
660
660
  }
661
661
 
662
662
  .expand-icon nr-icon {
@@ -684,8 +684,8 @@ export default css `
684
684
 
685
685
  .expansion-content {
686
686
  padding: 16px;
687
- background-color: var(--nuraly-color-fill-quaternary, #fafafa);
688
- border-top: 1px solid var(--nuraly-color-border, #d9d9d9);
687
+ background-color: #fafafa;
688
+ border-top: 1px solid #e0e0e0;
689
689
  }
690
690
 
691
691
  @keyframes slideDown {