@oinone/kunlun-theme 6.4.1 → 7.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 (229) hide show
  1. package/dist/oinone-kunlun-theme.esm.js +1 -1
  2. package/dist/types/index.d.ts +5 -5
  3. package/dist/types/src/color/dark-minimalism-vars.d.ts +90 -90
  4. package/dist/types/src/color/dark-vars.d.ts +90 -90
  5. package/dist/types/src/color/default-minimalism-vars.d.ts +90 -90
  6. package/dist/types/src/color/default-vars.d.ts +105 -105
  7. package/dist/types/src/color/index.d.ts +5 -5
  8. package/dist/types/src/color/menu-color-vars.d.ts +37 -37
  9. package/dist/types/src/init/currentTheme.d.ts +3 -3
  10. package/dist/types/src/init/index.d.ts +2 -2
  11. package/dist/types/src/init/initTheme.d.ts +6 -6
  12. package/dist/types/src/mount/constant.d.ts +1 -1
  13. package/dist/types/src/mount/index.d.ts +11 -11
  14. package/dist/types/src/register/index.d.ts +6 -6
  15. package/dist/types/src/size/default/index.d.ts +3 -3
  16. package/dist/types/src/size/default/large.d.ts +32 -32
  17. package/dist/types/src/size/default/medium.d.ts +32 -32
  18. package/dist/types/src/size/default/small.d.ts +32 -32
  19. package/dist/types/src/size/index.d.ts +8 -8
  20. package/dist/types/src/size/input/index.d.ts +2 -2
  21. package/dist/types/src/size/input/large.d.ts +6 -6
  22. package/dist/types/src/size/input/medium.d.ts +6 -6
  23. package/dist/types/src/size/menu/index.d.ts +3 -3
  24. package/dist/types/src/size/menu/large.d.ts +18 -18
  25. package/dist/types/src/size/menu/medium.d.ts +18 -18
  26. package/dist/types/src/size/menu/small.d.ts +18 -18
  27. package/dist/types/src/size/pagination/index.d.ts +3 -3
  28. package/dist/types/src/size/pagination/large.d.ts +5 -5
  29. package/dist/types/src/size/pagination/medium.d.ts +5 -5
  30. package/dist/types/src/size/pagination/small.d.ts +5 -5
  31. package/dist/types/src/size/select/index.d.ts +3 -3
  32. package/dist/types/src/size/select/large.d.ts +3 -3
  33. package/dist/types/src/size/select/medium.d.ts +3 -3
  34. package/dist/types/src/size/select/small.d.ts +3 -3
  35. package/dist/types/src/size/table/index.d.ts +3 -3
  36. package/dist/types/src/size/table/large.d.ts +5 -5
  37. package/dist/types/src/size/table/medium.d.ts +5 -5
  38. package/dist/types/src/size/table/small.d.ts +5 -5
  39. package/dist/types/src/size/tabs/index.d.ts +3 -3
  40. package/dist/types/src/size/tabs/large.d.ts +3 -3
  41. package/dist/types/src/size/tabs/medium.d.ts +3 -3
  42. package/dist/types/src/size/tabs/small.d.ts +3 -3
  43. package/dist/types/src/size/tree-select/index.d.ts +3 -3
  44. package/dist/types/src/size/tree-select/large.d.ts +4 -4
  45. package/dist/types/src/size/tree-select/medium.d.ts +4 -4
  46. package/dist/types/src/size/tree-select/small.d.ts +4 -4
  47. package/dist/types/src/style/dark/ai-chat/chat-bubbles.d.ts +4 -0
  48. package/dist/types/src/style/dark/ai-chat/conversation.d.ts +5 -0
  49. package/dist/types/src/style/dark/ai-chat/index.d.ts +9 -0
  50. package/dist/types/src/style/dark/app-switch/app-switch.d.ts +11 -11
  51. package/dist/types/src/style/dark/button/constant.d.ts +2 -2
  52. package/dist/types/src/style/dark/button/danger.d.ts +126 -126
  53. package/dist/types/src/style/dark/button/index.d.ts +604 -604
  54. package/dist/types/src/style/dark/button/info.d.ts +126 -126
  55. package/dist/types/src/style/dark/button/standard.d.ts +126 -126
  56. package/dist/types/src/style/dark/button/success.d.ts +126 -126
  57. package/dist/types/src/style/dark/button/warning.d.ts +126 -126
  58. package/dist/types/src/style/dark/card/card.d.ts +7 -7
  59. package/dist/types/src/style/dark/checkbox/checkbox.d.ts +7 -7
  60. package/dist/types/src/style/dark/component-theme.d.ts +2976 -2936
  61. package/dist/types/src/style/dark/drawer/drawer.d.ts +9 -9
  62. package/dist/types/src/style/dark/dropdown/index.d.ts +12 -12
  63. package/dist/types/src/style/dark/form-item/form-item.d.ts +9 -9
  64. package/dist/types/src/style/dark/header/header.d.ts +5 -5
  65. package/dist/types/src/style/dark/index.d.ts +1 -1
  66. package/dist/types/src/style/dark/input/input.d.ts +38 -38
  67. package/dist/types/src/style/dark/menu/menu.d.ts +38 -38
  68. package/dist/types/src/style/dark/modal/modal.d.ts +10 -10
  69. package/dist/types/src/style/dark/multi-tab/multi-tab.d.ts +57 -57
  70. package/dist/types/src/style/dark/pagination/pagination.d.ts +6 -6
  71. package/dist/types/src/style/dark/popconfirm/popconfirm.d.ts +7 -7
  72. package/dist/types/src/style/dark/registry.d.ts +1 -1
  73. package/dist/types/src/style/dark/rich-text/rich-text.d.ts +22 -22
  74. package/dist/types/src/style/dark/scrollbar/scrollbar.d.ts +5 -5
  75. package/dist/types/src/style/dark/select/select.d.ts +41 -41
  76. package/dist/types/src/style/dark/switch/switch.d.ts +4 -4
  77. package/dist/types/src/style/dark/table/table.d.ts +21 -21
  78. package/dist/types/src/style/dark/tabs/tabs.d.ts +6 -6
  79. package/dist/types/src/style/dark/tag/index.d.ts +5 -0
  80. package/dist/types/src/style/dark/textarea/textarea.d.ts +27 -27
  81. package/dist/types/src/style/dark/transfer/transfer.d.ts +5 -5
  82. package/dist/types/src/style/dark/tree-select/tree-select.d.ts +1 -1
  83. package/dist/types/src/style/dark/upload/upload.d.ts +27 -27
  84. package/dist/types/src/style/dark-minimalism/ai-chat/chat-bubbles.d.ts +4 -0
  85. package/dist/types/src/style/dark-minimalism/ai-chat/conversation.d.ts +5 -0
  86. package/dist/types/src/style/dark-minimalism/ai-chat/index.d.ts +9 -0
  87. package/dist/types/src/style/dark-minimalism/app-switch/app-switch.d.ts +11 -11
  88. package/dist/types/src/style/dark-minimalism/button/constant.d.ts +2 -2
  89. package/dist/types/src/style/dark-minimalism/button/danger.d.ts +126 -126
  90. package/dist/types/src/style/dark-minimalism/button/index.d.ts +604 -604
  91. package/dist/types/src/style/dark-minimalism/button/info.d.ts +126 -126
  92. package/dist/types/src/style/dark-minimalism/button/standard.d.ts +126 -126
  93. package/dist/types/src/style/dark-minimalism/button/success.d.ts +126 -126
  94. package/dist/types/src/style/dark-minimalism/button/warning.d.ts +126 -126
  95. package/dist/types/src/style/dark-minimalism/card/card.d.ts +7 -7
  96. package/dist/types/src/style/dark-minimalism/checkbox/checkbox.d.ts +7 -7
  97. package/dist/types/src/style/dark-minimalism/component-theme.d.ts +2994 -2954
  98. package/dist/types/src/style/dark-minimalism/drawer/drawer.d.ts +9 -9
  99. package/dist/types/src/style/dark-minimalism/dropdown/index.d.ts +12 -12
  100. package/dist/types/src/style/dark-minimalism/form-item/form-item.d.ts +9 -9
  101. package/dist/types/src/style/dark-minimalism/header/header.d.ts +5 -5
  102. package/dist/types/src/style/dark-minimalism/index.d.ts +1 -1
  103. package/dist/types/src/style/dark-minimalism/input/input.d.ts +38 -38
  104. package/dist/types/src/style/dark-minimalism/menu/menu.d.ts +38 -38
  105. package/dist/types/src/style/dark-minimalism/modal/modal.d.ts +10 -10
  106. package/dist/types/src/style/dark-minimalism/multi-tab/multi-tab.d.ts +57 -57
  107. package/dist/types/src/style/dark-minimalism/pagination/pagination.d.ts +12 -12
  108. package/dist/types/src/style/dark-minimalism/popconfirm/popconfirm.d.ts +7 -7
  109. package/dist/types/src/style/dark-minimalism/registry.d.ts +1 -1
  110. package/dist/types/src/style/dark-minimalism/rich-text/rich-text.d.ts +22 -22
  111. package/dist/types/src/style/dark-minimalism/scrollbar/scrollbar.d.ts +5 -5
  112. package/dist/types/src/style/dark-minimalism/select/select.d.ts +41 -41
  113. package/dist/types/src/style/dark-minimalism/switch/switch.d.ts +4 -4
  114. package/dist/types/src/style/dark-minimalism/table/table.d.ts +21 -21
  115. package/dist/types/src/style/dark-minimalism/tabs/tabs.d.ts +6 -6
  116. package/dist/types/src/style/dark-minimalism/tag/index.d.ts +5 -0
  117. package/dist/types/src/style/dark-minimalism/textarea/textarea.d.ts +27 -27
  118. package/dist/types/src/style/dark-minimalism/transfer/transfer.d.ts +5 -5
  119. package/dist/types/src/style/dark-minimalism/tree-select/tree-select.d.ts +1 -1
  120. package/dist/types/src/style/dark-minimalism/upload/upload.d.ts +27 -27
  121. package/dist/types/src/style/default/ai-chat/chat-bubbles.d.ts +4 -0
  122. package/dist/types/src/style/default/ai-chat/conversation.d.ts +6 -0
  123. package/dist/types/src/style/default/ai-chat/index.d.ts +10 -0
  124. package/dist/types/src/style/default/app-switch/app-switch.d.ts +11 -11
  125. package/dist/types/src/style/default/button/constant.d.ts +2 -2
  126. package/dist/types/src/style/default/button/danger.d.ts +126 -126
  127. package/dist/types/src/style/default/button/index.d.ts +604 -604
  128. package/dist/types/src/style/default/button/info.d.ts +126 -126
  129. package/dist/types/src/style/default/button/standard.d.ts +126 -126
  130. package/dist/types/src/style/default/button/success.d.ts +126 -126
  131. package/dist/types/src/style/default/button/warning.d.ts +126 -126
  132. package/dist/types/src/style/default/card/card.d.ts +7 -7
  133. package/dist/types/src/style/default/checkbox/checkbox.d.ts +7 -7
  134. package/dist/types/src/style/default/component-theme.d.ts +3029 -2986
  135. package/dist/types/src/style/default/datetime/datetime.d.ts +9 -9
  136. package/dist/types/src/style/default/drawer/drawer.d.ts +9 -9
  137. package/dist/types/src/style/default/dropdown/index.d.ts +14 -14
  138. package/dist/types/src/style/default/form-item/form-item.d.ts +9 -9
  139. package/dist/types/src/style/default/header/header.d.ts +5 -5
  140. package/dist/types/src/style/default/index.d.ts +1 -1
  141. package/dist/types/src/style/default/input/input.d.ts +38 -38
  142. package/dist/types/src/style/default/menu/menu.d.ts +38 -38
  143. package/dist/types/src/style/default/modal/modal.d.ts +10 -10
  144. package/dist/types/src/style/default/multi-tab/multi-tab.d.ts +57 -57
  145. package/dist/types/src/style/default/pagination/pagination.d.ts +12 -12
  146. package/dist/types/src/style/default/popconfirm/popconfirm.d.ts +7 -7
  147. package/dist/types/src/style/default/registry.d.ts +1 -1
  148. package/dist/types/src/style/default/rich-text/rich-text.d.ts +22 -22
  149. package/dist/types/src/style/default/scrollbar/scrollbar.d.ts +5 -5
  150. package/dist/types/src/style/default/select/select.d.ts +41 -41
  151. package/dist/types/src/style/default/switch/switch.d.ts +4 -4
  152. package/dist/types/src/style/default/table/table.d.ts +21 -21
  153. package/dist/types/src/style/default/tabs/tabs.d.ts +6 -6
  154. package/dist/types/src/style/default/tag/index.d.ts +5 -0
  155. package/dist/types/src/style/default/textarea/textarea.d.ts +27 -27
  156. package/dist/types/src/style/default/transfer/transfer.d.ts +5 -5
  157. package/dist/types/src/style/default/tree-select/tree-select.d.ts +1 -1
  158. package/dist/types/src/style/default/upload/upload.d.ts +27 -27
  159. package/dist/types/src/style/default-minimalism/ai-chat/chat-bubbles.d.ts +4 -0
  160. package/dist/types/src/style/default-minimalism/ai-chat/conversation.d.ts +6 -0
  161. package/dist/types/src/style/default-minimalism/ai-chat/index.d.ts +10 -0
  162. package/dist/types/src/style/default-minimalism/app-switch/app-switch.d.ts +11 -11
  163. package/dist/types/src/style/default-minimalism/button/constant.d.ts +2 -2
  164. package/dist/types/src/style/default-minimalism/button/danger.d.ts +126 -126
  165. package/dist/types/src/style/default-minimalism/button/index.d.ts +604 -604
  166. package/dist/types/src/style/default-minimalism/button/info.d.ts +126 -126
  167. package/dist/types/src/style/default-minimalism/button/standard.d.ts +126 -126
  168. package/dist/types/src/style/default-minimalism/button/success.d.ts +126 -126
  169. package/dist/types/src/style/default-minimalism/button/warning.d.ts +126 -126
  170. package/dist/types/src/style/default-minimalism/card/card.d.ts +7 -7
  171. package/dist/types/src/style/default-minimalism/checkbox/checkbox.d.ts +7 -7
  172. package/dist/types/src/style/default-minimalism/component-theme.d.ts +3029 -2986
  173. package/dist/types/src/style/default-minimalism/datetime/datetime.d.ts +9 -9
  174. package/dist/types/src/style/default-minimalism/drawer/drawer.d.ts +9 -9
  175. package/dist/types/src/style/default-minimalism/dropdown/index.d.ts +14 -14
  176. package/dist/types/src/style/default-minimalism/form-item/form-item.d.ts +9 -9
  177. package/dist/types/src/style/default-minimalism/header/header.d.ts +5 -5
  178. package/dist/types/src/style/default-minimalism/index.d.ts +1 -1
  179. package/dist/types/src/style/default-minimalism/input/input.d.ts +38 -38
  180. package/dist/types/src/style/default-minimalism/menu/menu.d.ts +38 -38
  181. package/dist/types/src/style/default-minimalism/modal/modal.d.ts +10 -10
  182. package/dist/types/src/style/default-minimalism/multi-tab/multi-tab.d.ts +57 -57
  183. package/dist/types/src/style/default-minimalism/pagination/pagination.d.ts +12 -12
  184. package/dist/types/src/style/default-minimalism/popconfirm/popconfirm.d.ts +7 -7
  185. package/dist/types/src/style/default-minimalism/registry.d.ts +1 -1
  186. package/dist/types/src/style/default-minimalism/rich-text/rich-text.d.ts +22 -22
  187. package/dist/types/src/style/default-minimalism/scrollbar/scrollbar.d.ts +5 -5
  188. package/dist/types/src/style/default-minimalism/select/select.d.ts +41 -41
  189. package/dist/types/src/style/default-minimalism/switch/switch.d.ts +4 -4
  190. package/dist/types/src/style/default-minimalism/table/table.d.ts +21 -21
  191. package/dist/types/src/style/default-minimalism/tabs/tabs.d.ts +6 -6
  192. package/dist/types/src/style/default-minimalism/tag/index.d.ts +5 -0
  193. package/dist/types/src/style/default-minimalism/textarea/textarea.d.ts +27 -27
  194. package/dist/types/src/style/default-minimalism/transfer/transfer.d.ts +5 -5
  195. package/dist/types/src/style/default-minimalism/tree-select/tree-select.d.ts +1 -1
  196. package/dist/types/src/style/default-minimalism/upload/upload.d.ts +27 -27
  197. package/dist/types/src/style/index.d.ts +4 -4
  198. package/dist/types/src/typing.d.ts +21 -21
  199. package/dist/types/src/utils/ColorHelper.d.ts +33 -33
  200. package/package.json +18 -7
  201. package/src/init/currentTheme.ts +1 -1
  202. package/src/init/initTheme.ts +2 -7
  203. package/src/mount/index.ts +1 -1
  204. package/src/register/index.ts +1 -1
  205. package/src/style/dark/ai-chat/chat-bubbles.ts +4 -0
  206. package/src/style/dark/ai-chat/conversation.ts +6 -0
  207. package/src/style/dark/ai-chat/index.ts +13 -0
  208. package/src/style/dark/component-theme.ts +143 -133
  209. package/src/style/dark/registry.ts +1 -1
  210. package/src/style/dark/tag/index.ts +6 -0
  211. package/src/style/dark-minimalism/ai-chat/chat-bubbles.ts +4 -0
  212. package/src/style/dark-minimalism/ai-chat/conversation.ts +6 -0
  213. package/src/style/dark-minimalism/ai-chat/index.ts +13 -0
  214. package/src/style/dark-minimalism/component-theme.ts +144 -133
  215. package/src/style/dark-minimalism/registry.ts +1 -1
  216. package/src/style/dark-minimalism/tag/index.ts +6 -0
  217. package/src/style/default/ai-chat/chat-bubbles.ts +4 -0
  218. package/src/style/default/ai-chat/conversation.ts +6 -0
  219. package/src/style/default/ai-chat/index.ts +13 -0
  220. package/src/style/default/component-theme.ts +13 -1
  221. package/src/style/default/registry.ts +1 -1
  222. package/src/style/default/tag/index.ts +6 -0
  223. package/src/style/default-minimalism/ai-chat/chat-bubbles.ts +4 -0
  224. package/src/style/default-minimalism/ai-chat/conversation.ts +6 -0
  225. package/src/style/default-minimalism/ai-chat/index.ts +13 -0
  226. package/src/style/default-minimalism/component-theme.ts +13 -1
  227. package/src/style/default-minimalism/registry.ts +1 -1
  228. package/src/style/default-minimalism/tag/index.ts +6 -0
  229. package/rollup.config.js +0 -4
@@ -1,5 +1,5 @@
1
- export * from './src/register';
2
- export * from './src/style';
3
- export * from './src/init';
4
- export * from './src/mount';
5
- export * from './src/typing';
1
+ export * from './src/register';
2
+ export * from './src/style';
3
+ export * from './src/init';
4
+ export * from './src/mount';
5
+ export * from './src/typing';
@@ -1,90 +1,90 @@
1
- export declare const darkModernVars: {
2
- 'primary-color-rgb': string;
3
- 'primary-color': string;
4
- 'primary-color-hover': string;
5
- 'primary-color-focus': string;
6
- 'primary-color-active': string;
7
- 'primary-color-outline': string;
8
- 'success-color': string;
9
- 'success-color-hover': string;
10
- 'success-color-focus': string;
11
- 'success-color-active': string;
12
- 'success-color-outline': string;
13
- 'warning-color': string;
14
- 'warning-color-hover': string;
15
- 'warning-color-focus': string;
16
- 'warning-color-active': string;
17
- 'warning-color-outline': string;
18
- 'info-color': string;
19
- 'info-color-hover': string;
20
- 'info-color-focus': string;
21
- 'info-color-active': string;
22
- 'info-color-outline': string;
23
- 'error-color': string;
24
- 'error-color-hover': string;
25
- 'error-color-focus': string;
26
- 'error-color-active': string;
27
- 'error-color-outline': string;
28
- 'notification-info': string;
29
- 'notification-error': string;
30
- 'notification-success': string;
31
- 'notification-warning': string;
32
- background: string;
33
- 'body-background': string;
34
- 'search-background': string;
35
- 'header-background': string;
36
- 'main-background': string;
37
- 'footer-background': string;
38
- 'menu-background': string;
39
- 'multi-tabs-background': string;
40
- 'stripe-color': string;
41
- 'placeholder-color': string;
42
- 'hover-background-color': string;
43
- 'hover-text-color': string;
44
- 'selected-background-color': string;
45
- 'selected-text-color': string;
46
- 'font-family': string;
47
- 'text-color': string;
48
- 'text-color-rgb': string;
49
- 'text-color-secondary': string;
50
- 'text-color-three': string;
51
- /**
52
- * @deprecated Please use --${DEFAULT_PREFIX}-font-weight-bold property.
53
- */
54
- 'font-weight-thick': string;
55
- 'font-weight': string;
56
- 'font-weight-lighter': string;
57
- 'font-weight-bold': string;
58
- 'font-weight-bolder': string;
59
- 'readonly-color': string;
60
- 'readonly-bg': string;
61
- 'readonly-active-bg': string;
62
- 'readonly-border-color': string;
63
- 'disabled-color': string;
64
- 'disabled-bg': string;
65
- 'disabled-active-bg': string;
66
- 'disabled-border-color': string;
67
- 'border-color': string;
68
- 'border-color-danger': string;
69
- 'border-width': string;
70
- 'border-style': string;
71
- 'icon-color': string;
72
- 'default-icon-color': string;
73
- 'normal-icon-filter': string;
74
- 'icon-filter': string;
75
- 'icon-filter-opacity': string;
76
- 'close-icon-background': string;
77
- 'group-border-width': string;
78
- 'box-shadow-size': string;
79
- 'box-shadow': string;
80
- 'addon-color-pick-background': string;
81
- 'addon-color-pick-readonly-background': string;
82
- 'addon-color-pick-border-color': string;
83
- 'addon-color-pick-icon-color': string;
84
- 'addon-color-pick-dropdown-background': string;
85
- 'addon-color-pick-dropdown-border-color': string;
86
- 'user-dropdown-icon-color': string;
87
- 'tag-select-background': string;
88
- 'spin-background': string;
89
- 'gemini-mini-icon-color': string;
90
- };
1
+ export declare const darkModernVars: {
2
+ 'primary-color-rgb': string;
3
+ 'primary-color': string;
4
+ 'primary-color-hover': string;
5
+ 'primary-color-focus': string;
6
+ 'primary-color-active': string;
7
+ 'primary-color-outline': string;
8
+ 'success-color': string;
9
+ 'success-color-hover': string;
10
+ 'success-color-focus': string;
11
+ 'success-color-active': string;
12
+ 'success-color-outline': string;
13
+ 'warning-color': string;
14
+ 'warning-color-hover': string;
15
+ 'warning-color-focus': string;
16
+ 'warning-color-active': string;
17
+ 'warning-color-outline': string;
18
+ 'info-color': string;
19
+ 'info-color-hover': string;
20
+ 'info-color-focus': string;
21
+ 'info-color-active': string;
22
+ 'info-color-outline': string;
23
+ 'error-color': string;
24
+ 'error-color-hover': string;
25
+ 'error-color-focus': string;
26
+ 'error-color-active': string;
27
+ 'error-color-outline': string;
28
+ 'notification-info': string;
29
+ 'notification-error': string;
30
+ 'notification-success': string;
31
+ 'notification-warning': string;
32
+ background: string;
33
+ 'body-background': string;
34
+ 'search-background': string;
35
+ 'header-background': string;
36
+ 'main-background': string;
37
+ 'footer-background': string;
38
+ 'menu-background': string;
39
+ 'multi-tabs-background': string;
40
+ 'stripe-color': string;
41
+ 'placeholder-color': string;
42
+ 'hover-background-color': string;
43
+ 'hover-text-color': string;
44
+ 'selected-background-color': string;
45
+ 'selected-text-color': string;
46
+ 'font-family': string;
47
+ 'text-color': string;
48
+ 'text-color-rgb': string;
49
+ 'text-color-secondary': string;
50
+ 'text-color-three': string;
51
+ /**
52
+ * @deprecated Please use --${DEFAULT_PREFIX}-font-weight-bold property.
53
+ */
54
+ 'font-weight-thick': string;
55
+ 'font-weight': string;
56
+ 'font-weight-lighter': string;
57
+ 'font-weight-bold': string;
58
+ 'font-weight-bolder': string;
59
+ 'readonly-color': string;
60
+ 'readonly-bg': string;
61
+ 'readonly-active-bg': string;
62
+ 'readonly-border-color': string;
63
+ 'disabled-color': string;
64
+ 'disabled-bg': string;
65
+ 'disabled-active-bg': string;
66
+ 'disabled-border-color': string;
67
+ 'border-color': string;
68
+ 'border-color-danger': string;
69
+ 'border-width': string;
70
+ 'border-style': string;
71
+ 'icon-color': string;
72
+ 'default-icon-color': string;
73
+ 'normal-icon-filter': string;
74
+ 'icon-filter': string;
75
+ 'icon-filter-opacity': string;
76
+ 'close-icon-background': string;
77
+ 'group-border-width': string;
78
+ 'box-shadow-size': string;
79
+ 'box-shadow': string;
80
+ 'addon-color-pick-background': string;
81
+ 'addon-color-pick-readonly-background': string;
82
+ 'addon-color-pick-border-color': string;
83
+ 'addon-color-pick-icon-color': string;
84
+ 'addon-color-pick-dropdown-background': string;
85
+ 'addon-color-pick-dropdown-border-color': string;
86
+ 'user-dropdown-icon-color': string;
87
+ 'tag-select-background': string;
88
+ 'spin-background': string;
89
+ 'gemini-mini-icon-color': string;
90
+ };
@@ -1,90 +1,90 @@
1
- export declare const darkVars: {
2
- 'primary-color-rgb': string;
3
- 'primary-color': string;
4
- 'primary-color-hover': string;
5
- 'primary-color-focus': string;
6
- 'primary-color-active': string;
7
- 'primary-color-outline': string;
8
- 'success-color': string;
9
- 'success-color-hover': string;
10
- 'success-color-focus': string;
11
- 'success-color-active': string;
12
- 'success-color-outline': string;
13
- 'warning-color': string;
14
- 'warning-color-hover': string;
15
- 'warning-color-focus': string;
16
- 'warning-color-active': string;
17
- 'warning-color-outline': string;
18
- 'info-color': string;
19
- 'info-color-hover': string;
20
- 'info-color-focus': string;
21
- 'info-color-active': string;
22
- 'info-color-outline': string;
23
- 'error-color': string;
24
- 'error-color-hover': string;
25
- 'error-color-focus': string;
26
- 'error-color-active': string;
27
- 'error-color-outline': string;
28
- 'notification-info': string;
29
- 'notification-error': string;
30
- 'notification-success': string;
31
- 'notification-warning': string;
32
- background: string;
33
- 'body-background': string;
34
- 'search-background': string;
35
- 'header-background': string;
36
- 'main-background': string;
37
- 'footer-background': string;
38
- 'menu-background': string;
39
- 'multi-tabs-background': string;
40
- 'stripe-color': string;
41
- 'placeholder-color': string;
42
- 'hover-background-color': string;
43
- 'hover-text-color': string;
44
- 'selected-background-color': string;
45
- 'selected-text-color': string;
46
- 'font-family': string;
47
- 'text-color': string;
48
- 'text-color-rgb': string;
49
- 'text-color-secondary': string;
50
- 'text-color-three': string;
51
- /**
52
- * @deprecated Please use --${DEFAULT_PREFIX}-font-weight-bold property.
53
- */
54
- 'font-weight-thick': string;
55
- 'font-weight': string;
56
- 'font-weight-lighter': string;
57
- 'font-weight-bold': string;
58
- 'font-weight-bolder': string;
59
- 'readonly-color': string;
60
- 'readonly-bg': string;
61
- 'readonly-active-bg': string;
62
- 'readonly-border-color': string;
63
- 'disabled-color': string;
64
- 'disabled-bg': string;
65
- 'disabled-active-bg': string;
66
- 'disabled-border-color': string;
67
- 'border-color': string;
68
- 'border-color-danger': string;
69
- 'border-width': string;
70
- 'border-style': string;
71
- 'icon-color': string;
72
- 'default-icon-color': string;
73
- 'normal-icon-filter': string;
74
- 'icon-filter': string;
75
- 'icon-filter-opacity': string;
76
- 'close-icon-background': string;
77
- 'group-border-width': string;
78
- 'box-shadow-size': string;
79
- 'box-shadow': string;
80
- 'addon-color-pick-background': string;
81
- 'addon-color-pick-readonly-background': string;
82
- 'addon-color-pick-border-color': string;
83
- 'addon-color-pick-icon-color': string;
84
- 'addon-color-pick-dropdown-background': string;
85
- 'addon-color-pick-dropdown-border-color': string;
86
- 'user-dropdown-icon-color': string;
87
- 'tag-select-background': string;
88
- 'spin-background': string;
89
- 'gemini-mini-icon-color': string;
90
- };
1
+ export declare const darkVars: {
2
+ 'primary-color-rgb': string;
3
+ 'primary-color': string;
4
+ 'primary-color-hover': string;
5
+ 'primary-color-focus': string;
6
+ 'primary-color-active': string;
7
+ 'primary-color-outline': string;
8
+ 'success-color': string;
9
+ 'success-color-hover': string;
10
+ 'success-color-focus': string;
11
+ 'success-color-active': string;
12
+ 'success-color-outline': string;
13
+ 'warning-color': string;
14
+ 'warning-color-hover': string;
15
+ 'warning-color-focus': string;
16
+ 'warning-color-active': string;
17
+ 'warning-color-outline': string;
18
+ 'info-color': string;
19
+ 'info-color-hover': string;
20
+ 'info-color-focus': string;
21
+ 'info-color-active': string;
22
+ 'info-color-outline': string;
23
+ 'error-color': string;
24
+ 'error-color-hover': string;
25
+ 'error-color-focus': string;
26
+ 'error-color-active': string;
27
+ 'error-color-outline': string;
28
+ 'notification-info': string;
29
+ 'notification-error': string;
30
+ 'notification-success': string;
31
+ 'notification-warning': string;
32
+ background: string;
33
+ 'body-background': string;
34
+ 'search-background': string;
35
+ 'header-background': string;
36
+ 'main-background': string;
37
+ 'footer-background': string;
38
+ 'menu-background': string;
39
+ 'multi-tabs-background': string;
40
+ 'stripe-color': string;
41
+ 'placeholder-color': string;
42
+ 'hover-background-color': string;
43
+ 'hover-text-color': string;
44
+ 'selected-background-color': string;
45
+ 'selected-text-color': string;
46
+ 'font-family': string;
47
+ 'text-color': string;
48
+ 'text-color-rgb': string;
49
+ 'text-color-secondary': string;
50
+ 'text-color-three': string;
51
+ /**
52
+ * @deprecated Please use --${DEFAULT_PREFIX}-font-weight-bold property.
53
+ */
54
+ 'font-weight-thick': string;
55
+ 'font-weight': string;
56
+ 'font-weight-lighter': string;
57
+ 'font-weight-bold': string;
58
+ 'font-weight-bolder': string;
59
+ 'readonly-color': string;
60
+ 'readonly-bg': string;
61
+ 'readonly-active-bg': string;
62
+ 'readonly-border-color': string;
63
+ 'disabled-color': string;
64
+ 'disabled-bg': string;
65
+ 'disabled-active-bg': string;
66
+ 'disabled-border-color': string;
67
+ 'border-color': string;
68
+ 'border-color-danger': string;
69
+ 'border-width': string;
70
+ 'border-style': string;
71
+ 'icon-color': string;
72
+ 'default-icon-color': string;
73
+ 'normal-icon-filter': string;
74
+ 'icon-filter': string;
75
+ 'icon-filter-opacity': string;
76
+ 'close-icon-background': string;
77
+ 'group-border-width': string;
78
+ 'box-shadow-size': string;
79
+ 'box-shadow': string;
80
+ 'addon-color-pick-background': string;
81
+ 'addon-color-pick-readonly-background': string;
82
+ 'addon-color-pick-border-color': string;
83
+ 'addon-color-pick-icon-color': string;
84
+ 'addon-color-pick-dropdown-background': string;
85
+ 'addon-color-pick-dropdown-border-color': string;
86
+ 'user-dropdown-icon-color': string;
87
+ 'tag-select-background': string;
88
+ 'spin-background': string;
89
+ 'gemini-mini-icon-color': string;
90
+ };
@@ -1,90 +1,90 @@
1
- export declare const defaultModernVars: {
2
- 'primary-color-rgb': string;
3
- 'primary-color': string;
4
- 'primary-color-hover': string;
5
- 'primary-color-focus': string;
6
- 'primary-color-active': string;
7
- 'primary-color-outline': string;
8
- 'success-color': string;
9
- 'success-color-hover': string;
10
- 'success-color-focus': string;
11
- 'success-color-active': string;
12
- 'success-color-outline': string;
13
- 'warning-color': string;
14
- 'warning-color-hover': string;
15
- 'warning-color-focus': string;
16
- 'warning-color-active': string;
17
- 'warning-color-outline': string;
18
- 'info-color': string;
19
- 'info-color-hover': string;
20
- 'info-color-focus': string;
21
- 'info-color-active': string;
22
- 'info-color-outline': string;
23
- 'error-color-rgb': string;
24
- 'error-color': string;
25
- 'error-color-hover': string;
26
- 'error-color-focus': string;
27
- 'error-color-active': string;
28
- 'error-color-outline': string;
29
- 'notification-info': string;
30
- 'notification-error': string;
31
- 'notification-success': string;
32
- 'notification-warning': string;
33
- background: string;
34
- 'body-background': string;
35
- 'search-background': string;
36
- 'header-background': string;
37
- 'main-background': string;
38
- 'footer-background': string;
39
- 'menu-background': string;
40
- 'stripe-color': string;
41
- 'placeholder-color': string;
42
- 'hover-background-color': string;
43
- 'hover-text-color': string;
44
- 'selected-background-color': string;
45
- 'selected-text-color': string;
46
- 'font-family': string;
47
- 'text-color': string;
48
- 'text-color-rgb': string;
49
- 'text-color-secondary': string;
50
- 'text-color-three': string;
51
- /**
52
- * @deprecated Please use --${DEFAULT_PREFIX}-font-weight-bold property.
53
- */
54
- 'font-weight-thick': string;
55
- 'font-weight': string;
56
- 'font-weight-lighter': string;
57
- 'font-weight-bold': string;
58
- 'font-weight-bolder': string;
59
- 'readonly-color': string;
60
- 'readonly-bg': string;
61
- 'readonly-active-bg': string;
62
- 'readonly-border-color': string;
63
- 'disabled-color': string;
64
- 'disabled-bg': string;
65
- 'disabled-active-bg': string;
66
- 'disabled-border-color': string;
67
- 'border-color': string;
68
- 'border-color-danger': string;
69
- 'border-width': string;
70
- 'border-style': string;
71
- 'icon-color': string;
72
- 'default-icon-color': string;
73
- 'normal-icon-filter': string;
74
- 'icon-filter': string;
75
- 'icon-filter-opacity': string;
76
- 'close-icon-background': string;
77
- 'group-border-width': string;
78
- 'box-shadow-size': string;
79
- 'box-shadow': string;
80
- 'addon-color-pick-background': string;
81
- 'addon-color-pick-readonly-background': string;
82
- 'addon-color-pick-border-color': string;
83
- 'addon-color-pick-icon-color': string;
84
- 'addon-color-pick-dropdown-background': string;
85
- 'addon-color-pick-dropdown-border-color': string;
86
- 'user-dropdown-icon-color': string;
87
- 'tag-select-background': string;
88
- 'spin-background': string;
89
- 'gemini-mini-icon-color': string;
90
- };
1
+ export declare const defaultModernVars: {
2
+ 'primary-color-rgb': string;
3
+ 'primary-color': string;
4
+ 'primary-color-hover': string;
5
+ 'primary-color-focus': string;
6
+ 'primary-color-active': string;
7
+ 'primary-color-outline': string;
8
+ 'success-color': string;
9
+ 'success-color-hover': string;
10
+ 'success-color-focus': string;
11
+ 'success-color-active': string;
12
+ 'success-color-outline': string;
13
+ 'warning-color': string;
14
+ 'warning-color-hover': string;
15
+ 'warning-color-focus': string;
16
+ 'warning-color-active': string;
17
+ 'warning-color-outline': string;
18
+ 'info-color': string;
19
+ 'info-color-hover': string;
20
+ 'info-color-focus': string;
21
+ 'info-color-active': string;
22
+ 'info-color-outline': string;
23
+ 'error-color-rgb': string;
24
+ 'error-color': string;
25
+ 'error-color-hover': string;
26
+ 'error-color-focus': string;
27
+ 'error-color-active': string;
28
+ 'error-color-outline': string;
29
+ 'notification-info': string;
30
+ 'notification-error': string;
31
+ 'notification-success': string;
32
+ 'notification-warning': string;
33
+ background: string;
34
+ 'body-background': string;
35
+ 'search-background': string;
36
+ 'header-background': string;
37
+ 'main-background': string;
38
+ 'footer-background': string;
39
+ 'menu-background': string;
40
+ 'stripe-color': string;
41
+ 'placeholder-color': string;
42
+ 'hover-background-color': string;
43
+ 'hover-text-color': string;
44
+ 'selected-background-color': string;
45
+ 'selected-text-color': string;
46
+ 'font-family': string;
47
+ 'text-color': string;
48
+ 'text-color-rgb': string;
49
+ 'text-color-secondary': string;
50
+ 'text-color-three': string;
51
+ /**
52
+ * @deprecated Please use --${DEFAULT_PREFIX}-font-weight-bold property.
53
+ */
54
+ 'font-weight-thick': string;
55
+ 'font-weight': string;
56
+ 'font-weight-lighter': string;
57
+ 'font-weight-bold': string;
58
+ 'font-weight-bolder': string;
59
+ 'readonly-color': string;
60
+ 'readonly-bg': string;
61
+ 'readonly-active-bg': string;
62
+ 'readonly-border-color': string;
63
+ 'disabled-color': string;
64
+ 'disabled-bg': string;
65
+ 'disabled-active-bg': string;
66
+ 'disabled-border-color': string;
67
+ 'border-color': string;
68
+ 'border-color-danger': string;
69
+ 'border-width': string;
70
+ 'border-style': string;
71
+ 'icon-color': string;
72
+ 'default-icon-color': string;
73
+ 'normal-icon-filter': string;
74
+ 'icon-filter': string;
75
+ 'icon-filter-opacity': string;
76
+ 'close-icon-background': string;
77
+ 'group-border-width': string;
78
+ 'box-shadow-size': string;
79
+ 'box-shadow': string;
80
+ 'addon-color-pick-background': string;
81
+ 'addon-color-pick-readonly-background': string;
82
+ 'addon-color-pick-border-color': string;
83
+ 'addon-color-pick-icon-color': string;
84
+ 'addon-color-pick-dropdown-background': string;
85
+ 'addon-color-pick-dropdown-border-color': string;
86
+ 'user-dropdown-icon-color': string;
87
+ 'tag-select-background': string;
88
+ 'spin-background': string;
89
+ 'gemini-mini-icon-color': string;
90
+ };