@koi-design/uxd-ui 14.0.2 → 14.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (284) hide show
  1. package/es/components/Alert/Alert.mjs +10 -24
  2. package/es/components/Alert/Alert.mjs.map +1 -1
  3. package/es/components/Alert/Alert.type.d.ts +5 -7
  4. package/es/components/Alert/Alert.type.mjs +4 -7
  5. package/es/components/Alert/Alert.type.mjs.map +1 -1
  6. package/es/components/Alert/Alert.vue.d.ts +5 -15
  7. package/es/components/Alert/index.d.ts +9 -27
  8. package/es/components/Alert/index.mjs +1 -1
  9. package/es/components/Badge/Badge.mjs +3 -5
  10. package/es/components/Badge/Badge.mjs.map +1 -1
  11. package/es/components/Calendar/Calendar.vue.d.ts +2 -2
  12. package/es/components/Calendar/index.d.ts +6 -6
  13. package/es/components/DatePicker/DatePicker.vue.d.ts +14 -14
  14. package/es/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +4 -4
  15. package/es/components/DatePicker/Panel/DateRangePanel.vue.d.ts +6 -6
  16. package/es/components/DatePicker/Panel/RangePart.vue.d.ts +2 -2
  17. package/es/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +4 -4
  18. package/es/components/DatePicker/index.d.ts +28 -28
  19. package/es/components/Drawer/Drawer.d.ts +9 -0
  20. package/es/components/Drawer/Drawer.mjs +10 -8
  21. package/es/components/Drawer/Drawer.mjs.map +1 -1
  22. package/es/components/Drawer/Drawer.type.d.ts +4 -0
  23. package/es/components/Drawer/Drawer.type.mjs +4 -0
  24. package/es/components/Drawer/Drawer.type.mjs.map +1 -1
  25. package/es/components/Drawer/index.d.ts +15 -0
  26. package/es/components/Mask/Mask.d.ts +2 -1
  27. package/es/components/Mask/Mask.mjs +6 -2
  28. package/es/components/Mask/Mask.mjs.map +1 -1
  29. package/es/components/Mask/index.d.ts +5 -2
  30. package/es/components/Menu/MenuItem.vue.d.ts +33 -33
  31. package/es/components/Menu/index.d.ts +33 -33
  32. package/es/components/Message/Message.mjs +4 -3
  33. package/es/components/Message/Message.mjs.map +1 -1
  34. package/es/components/Message/Message.type.d.ts +1 -0
  35. package/es/components/Notice/Notice.mjs +15 -13
  36. package/es/components/Notice/Notice.mjs.map +1 -1
  37. package/es/components/Notice/Notice.type.d.ts +3 -2
  38. package/es/components/Notification/Notice.mjs +1 -5
  39. package/es/components/Notification/Notice.mjs.map +1 -1
  40. package/es/components/Notification/Notification.mjs.map +1 -1
  41. package/es/components/Rate/Rate.vue.d.ts +33 -33
  42. package/es/components/Rate/index.d.ts +66 -66
  43. package/es/components/Slider/Slider.d.ts +0 -20
  44. package/es/components/Slider/Slider.mjs +1 -2
  45. package/es/components/Slider/Slider.mjs.map +1 -1
  46. package/es/components/Slider/Slider.type.d.ts +0 -9
  47. package/es/components/Slider/Slider.type.mjs +0 -13
  48. package/es/components/Slider/Slider.type.mjs.map +1 -1
  49. package/es/components/Slider/index.d.ts +0 -33
  50. package/es/components/Statistic/Statistic.vue.d.ts +33 -33
  51. package/es/components/Statistic/index.d.ts +66 -66
  52. package/es/components/Table/BaseTable.vue.d.ts +132 -132
  53. package/es/components/Table/BodyTable.vue.d.ts +132 -132
  54. package/es/components/Table/HeadTable.vue.d.ts +132 -132
  55. package/es/components/Table/Table.vue.d.ts +264 -264
  56. package/es/components/Table/TableBox.vue.d.ts +264 -264
  57. package/es/components/Table/tableUnits/ExpandRows.vue.d.ts +33 -33
  58. package/es/components/Table/tableUnits/FilterDropdown.vue.d.ts +66 -66
  59. package/es/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +66 -66
  60. package/es/components/Table/tableUnits/TableBody.vue.d.ts +66 -66
  61. package/es/components/Table/tableUnits/TableCell.vue.d.ts +33 -33
  62. package/es/components/Table/tableUnits/TableHeader.vue.d.ts +66 -66
  63. package/es/components/Table/tableUnits/TableHeaderRow.vue.d.ts +66 -66
  64. package/es/components/Table/tableUnits/TableRow.vue.d.ts +33 -33
  65. package/es/components/Tag/Tag.mjs +6 -9
  66. package/es/components/Tag/Tag.mjs.map +1 -1
  67. package/es/components/Tag/Tag.type.d.ts +0 -4
  68. package/es/components/Tag/Tag.type.mjs +0 -4
  69. package/es/components/Tag/Tag.type.mjs.map +1 -1
  70. package/es/components/Tag/Tag.vue.d.ts +7 -20
  71. package/es/components/Tag/index.d.ts +21 -48
  72. package/es/components/ThemePanel/ThemePanel.vue.d.ts +33 -33
  73. package/es/components/ThemePanel/index.d.ts +66 -66
  74. package/es/components/TimePicker/Panel/TimeRangePane.vue.d.ts +4 -4
  75. package/es/components/TimePicker/TimePicker.vue.d.ts +12 -12
  76. package/es/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +4 -4
  77. package/es/components/TimePicker/index.d.ts +28 -28
  78. package/es/components/Tooltip/Tooltip.mjs +84 -8
  79. package/es/components/Tooltip/Tooltip.mjs.map +1 -1
  80. package/es/components/Tooltip/Tooltip.type.d.ts +2 -2
  81. package/es/components/Tooltip/Tooltip.type.mjs +1 -3
  82. package/es/components/Tooltip/Tooltip.type.mjs.map +1 -1
  83. package/es/components/Tooltip/Tooltip.vue.d.ts +13 -13
  84. package/es/components/Tooltip/index.d.ts +33 -33
  85. package/es/components/TreeSelect/TreeSelect.vue.d.ts +1 -1
  86. package/es/components/TreeSelect/index.d.ts +3 -3
  87. package/es/components/index.mjs +1 -1
  88. package/es/index.mjs +1 -1
  89. package/lib/components/Alert/Alert.js +9 -23
  90. package/lib/components/Alert/Alert.js.map +1 -1
  91. package/lib/components/Alert/Alert.type.d.ts +5 -7
  92. package/lib/components/Alert/Alert.type.js +4 -6
  93. package/lib/components/Alert/Alert.type.js.map +1 -1
  94. package/lib/components/Alert/Alert.vue.d.ts +5 -15
  95. package/lib/components/Alert/index.d.ts +9 -27
  96. package/lib/components/Alert/index.js +1 -0
  97. package/lib/components/Alert/index.js.map +1 -1
  98. package/lib/components/Badge/Badge.js +3 -5
  99. package/lib/components/Badge/Badge.js.map +1 -1
  100. package/lib/components/Calendar/Calendar.vue.d.ts +2 -2
  101. package/lib/components/Calendar/index.d.ts +6 -6
  102. package/lib/components/DatePicker/DatePicker.vue.d.ts +14 -14
  103. package/lib/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +4 -4
  104. package/lib/components/DatePicker/Panel/DateRangePanel.vue.d.ts +6 -6
  105. package/lib/components/DatePicker/Panel/RangePart.vue.d.ts +2 -2
  106. package/lib/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +4 -4
  107. package/lib/components/DatePicker/index.d.ts +28 -28
  108. package/lib/components/Drawer/Drawer.d.ts +9 -0
  109. package/lib/components/Drawer/Drawer.js +10 -8
  110. package/lib/components/Drawer/Drawer.js.map +1 -1
  111. package/lib/components/Drawer/Drawer.type.d.ts +4 -0
  112. package/lib/components/Drawer/Drawer.type.js +4 -0
  113. package/lib/components/Drawer/Drawer.type.js.map +1 -1
  114. package/lib/components/Drawer/index.d.ts +15 -0
  115. package/lib/components/Mask/Mask.d.ts +2 -1
  116. package/lib/components/Mask/Mask.js +6 -2
  117. package/lib/components/Mask/Mask.js.map +1 -1
  118. package/lib/components/Mask/index.d.ts +5 -2
  119. package/lib/components/Menu/MenuItem.vue.d.ts +33 -33
  120. package/lib/components/Menu/index.d.ts +33 -33
  121. package/lib/components/Message/Message.js +4 -3
  122. package/lib/components/Message/Message.js.map +1 -1
  123. package/lib/components/Message/Message.type.d.ts +1 -0
  124. package/lib/components/Notice/Notice.js +15 -13
  125. package/lib/components/Notice/Notice.js.map +1 -1
  126. package/lib/components/Notice/Notice.type.d.ts +3 -2
  127. package/lib/components/Notification/Notice.js +1 -5
  128. package/lib/components/Notification/Notice.js.map +1 -1
  129. package/lib/components/Notification/Notification.js.map +1 -1
  130. package/lib/components/Rate/Rate.vue.d.ts +33 -33
  131. package/lib/components/Rate/index.d.ts +66 -66
  132. package/lib/components/Slider/Slider.d.ts +0 -20
  133. package/lib/components/Slider/Slider.js +1 -2
  134. package/lib/components/Slider/Slider.js.map +1 -1
  135. package/lib/components/Slider/Slider.type.d.ts +0 -9
  136. package/lib/components/Slider/Slider.type.js +0 -13
  137. package/lib/components/Slider/Slider.type.js.map +1 -1
  138. package/lib/components/Slider/index.d.ts +0 -33
  139. package/lib/components/Statistic/Statistic.vue.d.ts +33 -33
  140. package/lib/components/Statistic/index.d.ts +66 -66
  141. package/lib/components/Table/BaseTable.vue.d.ts +132 -132
  142. package/lib/components/Table/BodyTable.vue.d.ts +132 -132
  143. package/lib/components/Table/HeadTable.vue.d.ts +132 -132
  144. package/lib/components/Table/Table.vue.d.ts +264 -264
  145. package/lib/components/Table/TableBox.vue.d.ts +264 -264
  146. package/lib/components/Table/tableUnits/ExpandRows.vue.d.ts +33 -33
  147. package/lib/components/Table/tableUnits/FilterDropdown.vue.d.ts +66 -66
  148. package/lib/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +66 -66
  149. package/lib/components/Table/tableUnits/TableBody.vue.d.ts +66 -66
  150. package/lib/components/Table/tableUnits/TableCell.vue.d.ts +33 -33
  151. package/lib/components/Table/tableUnits/TableHeader.vue.d.ts +66 -66
  152. package/lib/components/Table/tableUnits/TableHeaderRow.vue.d.ts +66 -66
  153. package/lib/components/Table/tableUnits/TableRow.vue.d.ts +33 -33
  154. package/lib/components/Tag/Tag.js +6 -9
  155. package/lib/components/Tag/Tag.js.map +1 -1
  156. package/lib/components/Tag/Tag.type.d.ts +0 -4
  157. package/lib/components/Tag/Tag.type.js +0 -4
  158. package/lib/components/Tag/Tag.type.js.map +1 -1
  159. package/lib/components/Tag/Tag.vue.d.ts +7 -20
  160. package/lib/components/Tag/index.d.ts +21 -48
  161. package/lib/components/ThemePanel/ThemePanel.vue.d.ts +33 -33
  162. package/lib/components/ThemePanel/index.d.ts +66 -66
  163. package/lib/components/TimePicker/Panel/TimeRangePane.vue.d.ts +4 -4
  164. package/lib/components/TimePicker/TimePicker.vue.d.ts +12 -12
  165. package/lib/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +4 -4
  166. package/lib/components/TimePicker/index.d.ts +28 -28
  167. package/lib/components/Tooltip/Tooltip.js +84 -8
  168. package/lib/components/Tooltip/Tooltip.js.map +1 -1
  169. package/lib/components/Tooltip/Tooltip.type.d.ts +2 -2
  170. package/lib/components/Tooltip/Tooltip.type.js +1 -3
  171. package/lib/components/Tooltip/Tooltip.type.js.map +1 -1
  172. package/lib/components/Tooltip/Tooltip.vue.d.ts +13 -13
  173. package/lib/components/Tooltip/index.d.ts +33 -33
  174. package/lib/components/TreeSelect/TreeSelect.vue.d.ts +1 -1
  175. package/lib/components/TreeSelect/index.d.ts +3 -3
  176. package/lib/components/index.js +1 -0
  177. package/lib/components/index.js.map +1 -1
  178. package/lib/index.js +1 -0
  179. package/lib/index.js.map +1 -1
  180. package/package.json +1 -1
  181. package/styles/components/alert/index.css +1 -1
  182. package/styles/components/alert/index.less +51 -48
  183. package/styles/components/alert/var.less +8 -42
  184. package/styles/components/autoComplete/index.css +1 -1
  185. package/styles/components/avatar/index.css +1 -1
  186. package/styles/components/badge/index.css +1 -1
  187. package/styles/components/badge/index.less +14 -48
  188. package/styles/components/badge/var.less +7 -17
  189. package/styles/components/button/index.css +1 -1
  190. package/styles/components/carousel/index.css +1 -1
  191. package/styles/components/cascader/index.css +1 -1
  192. package/styles/components/datePicker/index.css +1 -1
  193. package/styles/components/drawer/index.css +1 -1
  194. package/styles/components/drawer/index.less +43 -49
  195. package/styles/components/drawer/var.less +7 -20
  196. package/styles/components/form/index.css +1 -1
  197. package/styles/components/icon/index.css +1 -1
  198. package/styles/components/input/index.css +1 -1
  199. package/styles/components/inputNumber/index.css +1 -1
  200. package/styles/components/link/index.css +1 -1
  201. package/styles/components/mentions/index.css +1 -1
  202. package/styles/components/message/index.css +1 -1
  203. package/styles/components/message/index.less +63 -30
  204. package/styles/components/message/var.less +6 -27
  205. package/styles/components/modal/index.css +1 -1
  206. package/styles/components/notice/index.css +1 -1
  207. package/styles/components/notice/index.less +93 -49
  208. package/styles/components/notice/var.less +10 -33
  209. package/styles/components/select/index.css +1 -1
  210. package/styles/components/slider/index.css +1 -1
  211. package/styles/components/slider/index.less +36 -156
  212. package/styles/components/slider/var.less +5 -33
  213. package/styles/components/spin/index.css +1 -1
  214. package/styles/components/tag/index.css +1 -1
  215. package/styles/components/tag/index.less +12 -25
  216. package/styles/components/tag/var.less +26 -84
  217. package/styles/components/timePicker/index.css +1 -1
  218. package/styles/components/tooltip/index.css +1 -1
  219. package/styles/components/tooltip/index.less +3 -55
  220. package/styles/components/tooltip/var.less +15 -14
  221. package/styles/cssVariable.css +1 -1
  222. package/styles/cssVariable.less +8 -10
  223. package/styles/index.css +1 -1
  224. package/styles/mixins/index.less +0 -1
  225. package/types/components/Alert/Alert.type.d.ts +5 -7
  226. package/types/components/Alert/Alert.vue.d.ts +5 -15
  227. package/types/components/Alert/index.d.ts +9 -27
  228. package/types/components/Calendar/Calendar.vue.d.ts +2 -2
  229. package/types/components/Calendar/index.d.ts +6 -6
  230. package/types/components/DatePicker/DatePicker.vue.d.ts +14 -14
  231. package/types/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +4 -4
  232. package/types/components/DatePicker/Panel/DateRangePanel.vue.d.ts +6 -6
  233. package/types/components/DatePicker/Panel/RangePart.vue.d.ts +2 -2
  234. package/types/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +4 -4
  235. package/types/components/DatePicker/index.d.ts +28 -28
  236. package/types/components/Drawer/Drawer.d.ts +9 -0
  237. package/types/components/Drawer/Drawer.type.d.ts +4 -0
  238. package/types/components/Drawer/index.d.ts +15 -0
  239. package/types/components/Mask/Mask.d.ts +2 -1
  240. package/types/components/Mask/index.d.ts +5 -2
  241. package/types/components/Menu/MenuItem.vue.d.ts +33 -33
  242. package/types/components/Menu/index.d.ts +33 -33
  243. package/types/components/Message/Message.type.d.ts +1 -0
  244. package/types/components/Notice/Notice.type.d.ts +3 -2
  245. package/types/components/Rate/Rate.vue.d.ts +33 -33
  246. package/types/components/Rate/index.d.ts +66 -66
  247. package/types/components/Slider/Slider.d.ts +0 -20
  248. package/types/components/Slider/Slider.type.d.ts +0 -9
  249. package/types/components/Slider/index.d.ts +0 -33
  250. package/types/components/Statistic/Statistic.vue.d.ts +33 -33
  251. package/types/components/Statistic/index.d.ts +66 -66
  252. package/types/components/Table/BaseTable.vue.d.ts +132 -132
  253. package/types/components/Table/BodyTable.vue.d.ts +132 -132
  254. package/types/components/Table/HeadTable.vue.d.ts +132 -132
  255. package/types/components/Table/Table.vue.d.ts +264 -264
  256. package/types/components/Table/TableBox.vue.d.ts +264 -264
  257. package/types/components/Table/tableUnits/ExpandRows.vue.d.ts +33 -33
  258. package/types/components/Table/tableUnits/FilterDropdown.vue.d.ts +66 -66
  259. package/types/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +66 -66
  260. package/types/components/Table/tableUnits/TableBody.vue.d.ts +66 -66
  261. package/types/components/Table/tableUnits/TableCell.vue.d.ts +33 -33
  262. package/types/components/Table/tableUnits/TableHeader.vue.d.ts +66 -66
  263. package/types/components/Table/tableUnits/TableHeaderRow.vue.d.ts +66 -66
  264. package/types/components/Table/tableUnits/TableRow.vue.d.ts +33 -33
  265. package/types/components/Tag/Tag.type.d.ts +0 -4
  266. package/types/components/Tag/Tag.vue.d.ts +7 -20
  267. package/types/components/Tag/index.d.ts +21 -48
  268. package/types/components/ThemePanel/ThemePanel.vue.d.ts +33 -33
  269. package/types/components/ThemePanel/index.d.ts +66 -66
  270. package/types/components/TimePicker/Panel/TimeRangePane.vue.d.ts +4 -4
  271. package/types/components/TimePicker/TimePicker.vue.d.ts +12 -12
  272. package/types/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +4 -4
  273. package/types/components/TimePicker/index.d.ts +28 -28
  274. package/types/components/Tooltip/Tooltip.type.d.ts +2 -2
  275. package/types/components/Tooltip/Tooltip.vue.d.ts +13 -13
  276. package/types/components/Tooltip/index.d.ts +33 -33
  277. package/types/components/TreeSelect/TreeSelect.vue.d.ts +1 -1
  278. package/types/components/TreeSelect/index.d.ts +3 -3
  279. package/uxd-ui.css +1 -1
  280. package/uxd-ui.esm.min.mjs +6 -6
  281. package/uxd-ui.esm.mjs +152 -103
  282. package/uxd-ui.umd.js +151 -101
  283. package/uxd-ui.umd.min.js +6 -6
  284. package/styles/mixins/close.less +0 -12
@@ -7,88 +7,121 @@
7
7
  .reset-component;
8
8
 
9
9
  position: fixed;
10
- top: var(--message-gutter-lager);
10
+ top: 0;
11
11
  left: 0;
12
12
  z-index: var(--zindex-message);
13
13
  width: 100%;
14
14
  pointer-events: none;
15
15
 
16
+ > span {
17
+ display: flex;
18
+ flex-direction: column;
19
+ gap: var(--space-2);
20
+ }
21
+
16
22
  &-notice {
17
- padding: var(--message-padding-base);
23
+ padding: 0;
18
24
  text-align: center;
19
-
20
- &:first-child {
21
- margin-top: calc(var(--message-gutter-base) * -1);
22
- }
23
25
  }
24
26
 
25
27
  &-notice-close {
26
28
  position: absolute;
27
- right: var(--message-gutter-small);
28
- top: var(--message-gutter-base);
29
- outline: none;
29
+ top: 50%;
30
+ right: var(--space-1);
31
+ transform: translateY(-50%);
32
+ opacity: 0.7;
33
+ width: var(--space-4);
34
+ height: var(--space-4);
35
+ display: flex;
36
+ align-items: center;
37
+ justify-content: center;
30
38
 
31
39
  i.@{iconfont-css-prefix} {
32
- .close-base(0, var(--message-notice-close-font-size));
40
+ font-size: var(--font-size-base);
41
+ color: var(--message-close-color);
42
+ }
33
43
 
34
- line-height: var(--message-notice-close-line-height);
44
+ &:hover {
45
+ opacity: 1;
35
46
  }
36
47
  }
37
48
 
38
49
  &-notice-content {
39
50
  display: inline-flex;
40
- padding: var(--message-padding-base) var(--message-padding-horizontal);
51
+ padding: var(--message-padding);
41
52
  background: var(--message-background-color);
42
53
  border-radius: var(--message-notice-border-radius);
43
54
  box-shadow: var(--message-shadow);
44
55
  pointer-events: all;
45
56
  position: relative;
57
+ line-height: var(--line-height-5);
58
+ border: 1px solid var(--color-border-split);
59
+ height: var(--message-height);
46
60
  }
47
61
 
48
62
  &-notice-closable {
49
63
  .@{message-prefix-cls}-notice-content {
50
- padding-right: var(--message-notice-content-padding-right);
64
+ padding-right: var(--space-7);
51
65
  }
52
66
  }
53
67
 
68
+ &-custom-content {
69
+ display: flex;
70
+ align-items: center;
71
+ justify-content: center;
72
+ }
73
+
54
74
  // &-loading .@{iconfont-css-prefix} {
55
75
  // color: var(--message-icon-color);
56
76
  // }
57
77
 
58
78
  .@{iconfont-css-prefix} {
59
- position: relative;
60
- top: -1px;
61
- margin-right: var(--message-gutter-base);
62
- font-size: var(--message-font-size);
63
- vertical-align: middle;
79
+ margin-right: var(--message-gutter);
80
+ font-size: var(--space-4);
64
81
  color: var(--message-icon-color);
65
82
  }
66
83
 
84
+ &-notice:not(&-notice-background) {
85
+ [data-type='info'] {
86
+ --message-icon-color: var(--primary-color);
87
+ }
88
+
89
+ [data-type='error'] {
90
+ --message-icon-color: var(--error-color);
91
+ }
92
+
93
+ [data-type='warning'] {
94
+ --message-icon-color: var(--warning-color);
95
+ }
96
+
97
+ [data-type='success'] {
98
+ --message-icon-color: var(--success-color);
99
+ }
100
+ }
101
+
67
102
  &-notice-background {
68
103
  .@{message-prefix-cls}-notice-content {
69
104
  box-shadow: none;
70
105
 
106
+ --message-icon-color: white;
107
+
71
108
  &-info,
72
109
  &-loading {
73
- background: var(--blue-3);
74
- color: var(--blue-11);
75
- box-shadow: 0 0 0 1px var(--blue-4) inset;
110
+ background: var(--primary-color);
111
+ color: white;
76
112
  }
77
113
  &-success {
78
- background: var(--grass-3);
79
- color: var(--grass-11);
80
- box-shadow: 0 0 0 1px var(--grass-4) inset;
114
+ background: var(--success-color);
115
+ color: white;
81
116
  }
82
117
  &-error {
83
- background: var(--tomato-3);
84
- color: var(--tomato-11);
85
- box-shadow: 0 0 0 1px var(--tomato-4) inset;
118
+ background: var(--error-color);
119
+ color: white;
86
120
  }
87
121
 
88
122
  &-warning {
89
- background: var(--orange-3);
90
- color: var(--orange-11);
91
- box-shadow: 0 0 0 1px var(--orange-4) inset;
123
+ background: var(--warning-color);
124
+ color: white;
92
125
  }
93
126
  }
94
127
  }
@@ -2,32 +2,11 @@
2
2
  @message-prefix-cls: ~'@{css-prefix}-message';
3
3
  .@{message-prefix-cls} {
4
4
  --message-max-height: 150px;
5
- --message-font-size: var(--font-size-base);
6
- --message-padding-base: var(--space-2);
7
- --message-padding-horizontal: var(--space-4);
8
- --message-gutter-small: var(--space-1);
9
- --message-gutter-base: var(--space-2);
10
- --message-gutter-lager: var(--space-4);
11
- --message-background-color: var(--color-background);
12
- --message-notice-close-font-size: var(--default-font-size);
13
- --message-notice-close-line-height: var(--line-height-normal);
14
- --message-notice-content-padding-right: var(--space-6);
15
- --message-notice-border-radius: var(--radius-base);
5
+ --message-close-color: var(--default-font-color);
6
+ --message-gutter: var(--space-1);
16
7
  --message-icon-color: var(--primary-color);
17
-
18
- [data-color='info'] {
19
- --message-icon-color: var(--primary-color);
20
- }
21
-
22
- [data-color='error'] {
23
- --message-icon-color: var(--error-color);
24
- }
25
-
26
- [data-color='warning'] {
27
- --message-icon-color: var(--warning-9);
28
- }
29
-
30
- [data-color='success'] {
31
- --message-icon-color: var(--success-9);
32
- }
8
+ --message-background-color: var(--color-background);
9
+ --message-notice-border-radius: var(--radius-md);
10
+ --message-padding: 0 var(--space-3);
11
+ --message-height: var(--space-9);
33
12
  }
@@ -1 +1 @@
1
- .light,.light-theme,:root{--default-font-color:#222;--heading-color:#222;--secondary-font-color:#999;--placeholder-color:#d3d3d3;--color-background:white;--color-background-secondary:#f3f5f7;--color-overlay:rgba(0, 0, 0, 0.6);--color-panel-solid:white;--color-panel-translucent:rgba(255, 255, 255, 0.7);--color-surface:rgba(255, 255, 255, 0.85);--color-border-split:#f2f2f2;--color-border-input:#e0e0e0;--color-border-base:#e0e0e0;--color-disabled-font:#d3d3d3;--color-soft-control-background:#f3f5f7;--scrollbar-thumb-background-color:#d3d3d3;--scrollbar-thumb-background-color-hover:#999;color-scheme:light}.dark,.dark-theme{--default-font-color:#fff;--heading-color:#fff;--secondary-font-color:#eee;--placeholder-color:#d3d3d3;--color-background:var(--gray-2);--color-background-secondary:var(--gray-3);--color-overlay:var(--black-a8);--color-panel-solid:var(--gray-2);--color-panel-translucent:var(--gray-a2);--color-surface:rgba(0, 0, 0, 0.25);--color-border-split:var(--gray-9);--color-border-base:var(--gray-9);--color-border-input:var(--gray-9);--color-disabled-font:var(--gray-8);--color-disabled-background:var(--gray-2);--color-soft-control-background:var(--gray-4);--scrollbar-thumb-background-color:rgba(255, 255, 255, 0.5);--scrollbar-thumb-background-color-hover:rgba(255, 255, 255, 0.7);color-scheme:dark}.dark,.dark-theme,.light,.light-theme,:root,[data-color],[data-theme-color]{--link-color:var(--primary-9);--link-hover-color:var(--primary-10);--link-active-color:var(--primary-11);--dropdown-item-selected-color:var(--default-font-color);--dropdown-item-hover-background-color:var(--color-background-secondary);--dropdown-item-hover-font-color:var(--default-font-color);--highlight-color:var(--primary-10);--primary-color:var(--primary-9);--primary-hover:var(--primary-a90);--primary-active:var(--primary-a90);--primary-soft:var(--primary-4);--primary-soft-hover:var(--primary-5);--primary-soft-active:var(--primary-6)}.dark,.dark-theme,.light,.light-theme,:root{--error-soft:#feebe7;--error-soft-hover:#ffdcd3;--error-8:#ec8e7b;--error-color:#fe3b2f;--error-hover:rgba(254, 59, 47, 0.9);--error-active:rgba(254, 59, 47, 0.9);--error-color-a30:rgba(254, 59, 47, 0.3);--error-color-a50:rgba(254, 59, 47, 0.5);--success-soft:#e9f6e9;--success-soft-hover:#daf1db;--success-7:#94ce9a;--success-8:#65ba74;--success-color:#17c964;--success-hover:rgba(23, 201, 100, 0.9);--success-active:rgba(23, 201, 100, 0.9);--warning-soft:#ffefd6;--warning-soft-hover:#ffdfb5;--warning-8:#ec9455;--warning-color:#ff8200;--warning-hover:rgba(255, 130, 0, 0.9);--warning-active:rgba(255, 130, 0, 0.9);--warning-a11:#ffa057;--color-contrast:white;--transition-colors:color,background-color,border-color,text-decoration-color,fill,stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1);--animation-time:0.3s;--animation-time-fast:0.15s;--animation-time-short:0.2s;--animation-time-long:0.5s;--border-width-base:1px;--border-style-base:solid;--control-disabled-background-color:var(--gray-2);--control-disabled-border-color:var(--color-border-disabled);--control-surface-background-color:var(--color-background);--control-height-small:var(--space-8);--control-height-base:var(--space-9);--control-height-large:var(--space-10);--control-padding-y:0;--control-padding-x:var(--space-3);--control-label-color:var(--secondary-font-color);--control-label-font-weight:var(--font-weight-medium);--control-inner-gap:var(--space-1);--icon-width-base:var(--space-4);--icon-font-size:var(--font-size-base);--icon-button-width:var(--space-8);--icon-button-color:#d3d3d3;--icon-button-padding:var(--space-1);--icon-button-hover-color:#999;--icon-button-hover-background-color:#f3f5f7;--scrollbar-width:6px;--required-color:var(--error-color);--required-font-size:var(--font-size-sm);--required-font-family:'SimSun',sans-serif;--disabled-opacity:0.4;--link-decoration:none;--link-hover-decoration:underline;--zindex-badge:auto;--zindex-table-fixed:10;--zindex-affix:10;--zindex-back-top:10;--zindex-picker-panel:10;--zindex-popup-close:10;--zindex-spin:10;--zindex-modal:1000;--zindex-modal-mask:1000;--zindex-message:1010;--zindex-notice:1010;--zindex-popover:1030;--zindex-dropdown:1050;--zindex-tooltip:1060;--zindex-loading-bar:2000;--dropdown-shadow:var(--shadow-md);--popover-shadow:var(--shadow-md);--modal-shadow:var(--shadow-lg);--message-shadow:var(--shadow-md);--notice-shadow:var(--shadow-md);--card-shadow:var(--shadow-base);--mask-background-color:var(--color-overlay);--ease-base-out:cubic-bezier(0.7, 0.3, 0.1, 1);--ease-base-in:cubic-bezier(0.9, 0, 0.3, 0.7);--ease-out:cubic-bezier(0.215, 0.61, 0.355, 1);--ease-in:cubic-bezier(0.55, 0.055, 0.675, 0.19);--ease-in-out:cubic-bezier(0.645, 0.045, 0.355, 1);--ease-out-back:cubic-bezier(0.12, 0.4, 0.29, 1.46);--ease-in-back:cubic-bezier(0.71, -0.46, 0.88, 0.6);--ease-in-out-back:cubic-bezier(0.71, -0.46, 0.29, 1.46);--ease-out-circ:cubic-bezier(0.08, 0.82, 0.17, 1);--ease-in-circ:cubic-bezier(0.6, 0.04, 0.98, 0.34);--ease-in-out-circ:cubic-bezier(0.78, 0.14, 0.15, 0.86);--ease-out-quint:cubic-bezier(0.23, 1, 0.32, 1);--ease-in-quint:cubic-bezier(0.755, 0.05, 0.855, 0.06);--ease-in-out-quint:cubic-bezier(0.86, 0, 0.07, 1)}[data-color=error]{--link-color:var(--error-color);--link-hover-color:var(--error-hover);--link-active-color:var(--error-active)}[data-color=warning]{--link-color:var(--warning-color);--link-hover-color:var(--warning-hover);--link-active-color:var(--warning-active)}[data-color=success]{--link-color:var(--success-color);--link-hover-color:var(--success-hover);--link-active-color:var(--success-active)}[data-color]{--primary-shadow-3:0 0 0 1px var(--primary-a3),0 2px 3px -2px var(--primary-a3),0 3px 12px -4px var(--primary-a3),0 4px 16px -8px var(--primary-a3)}:root,[data-radius]{--dropdown-border-radius:var(--radius-md);--icon-button-radius:var(--radius-md);--modal-border-radius:var(--radius-lg);--control-radius:var(--radius-md);--control-radius-small:var(--radius-md);--control-radius-large:var(--radius-md)}.uui-modal{--modal-padding:var(--space-6);--modal-gap:var(--space-4);--modal-close-icon-size:var(--space-4);--modal-close-icon-top:var(--space-4);--modal-close-icon-right:var(--space-4);--modal-close-icon-color:var(--default-font-color);--modal-title-color:var(--default-font-color);--modal-title-font-weight:var(--font-weight-semibold);--modal-title-font-size:var(--font-size-lg);--modal-title-line-height:var(--line-height-none);--modal-description-color:var(--secondary-font-color);--modal-description-font-size:var(--default-font-size);--modal-description-line-height:var(--line-height-none);--modal-footer-button-gap:var(--space-2);--modal-confirm-icon-size:var(--font-size-2xl);--modal-confirm-title-font-weight:var(--font-weight-semibold);--modal-confirm-title-font-size:var(--font-size-base);--modal-confirm-content-margin-bottom:var(--space-6)}:root,[data-theme-color]{--primary-color:var(--primary-9)}.uui-modal{box-sizing:border-box;margin:0;padding:0;color:var(--default-font-color);font-size:var(--default-font-size);font-variant:var(--default-font-variant);line-height:var(--default-line-height);list-style:none;font-feature-settings:var(--default-font-feature-settings);width:auto;margin-left:auto;margin-right:auto;margin-bottom:var(--modal-bottom-space);background-color:var(--color-background);background-clip:padding-box;border:0;border-radius:var(--modal-border-radius);box-shadow:var(--modal-shadow);position:relative;pointer-events:auto;padding:var(--modal-padding);display:flex;flex-direction:column;gap:var(--modal-gap)}.uui-modal-wrap{inset:0;overflow:auto;outline:0;position:fixed;z-index:var(--zindex-modal);-webkit-overflow-scrolling:touch;display:none;justify-content:center;align-items:center}.uui-modal-wrap.uui-modal-visible{display:flex}.uui-modal-no-mask{pointer-events:none}.uui-modal-header{width:100%;display:flex;flex-direction:column;gap:var(--space-1-5);align-items:start}.uui-modal-title{color:var(--modal-title-color);font-weight:var(--modal-title-font-weight);font-size:var(--modal-title-font-size);line-height:var(--modal-title-line-height);margin:0;word-wrap:break-word}.uui-modal-description{color:var(--modal-description-color);font-size:var(--modal-description-font-size);line-height:var(--modal-description-line-height);word-wrap:break-word}.uui-modal-drag{cursor:move}.uui-modal-dragging{-webkit-user-select:none;user-select:none}.uui-modal-close{background:0 0;border:none;color:var(--modal-close-icon-color);cursor:pointer;outline:0;padding:0;position:absolute;top:var(--modal-close-icon-top);right:var(--modal-close-icon-right);transition:color .3s;width:var(--modal-close-icon-size);height:var(--modal-close-icon-size);display:flex;align-items:center;justify-content:center;z-index:var(--zindex-popup-close);opacity:.7}.uui-modal-close-x{font-size:var(--font-size-base)}.uui-modal-close:focus,.uui-modal-close:hover{text-decoration:none;opacity:1}.uui-modal-body{font-size:var(--default-font-size);word-wrap:break-word;flex:1 1 auto}.uui-modal-footer{display:flex;align-items:center;justify-content:flex-end;width:100%;column-gap:var(--modal-footer-button-gap)}.uui-modal-mask{background-color:var(--mask-background-color);inset:0;height:100%;position:fixed;z-index:var(--zindex-modal-mask)}.uui-modal-mask-hidden{display:none}.uui-modal-full-screen .uui-modal{border-radius:0}.uui-modal-full-screen .uui-modal-container{height:100%;width:100%}.uui-modal-size-small{--modal-padding:var(--space-4);--modal-gap:var(--space-2);--modal-title-font-size:var(--font-size-sm);--modal-close-icon-top:var(--space-2);--modal-close-icon-right:var(--space-2)}.uui-modal-size-small .uui-modal-body{font-size:var(--font-size-xs)}@media (max-width:768px){.uui-modal{max-width:calc(100vw - 16px);margin:8px auto}.uui-modal-vertical .uui-modal{flex:1}}.uui-modal-confirm-body-wrapper{zoom:1;display:flex;flex-direction:column;gap:var(--space-4)}.uui-modal-confirm-body{display:flex;align-items:flex-start;gap:var(--space-2)}.uui-modal-confirm-icon{font-size:var(--modal-confirm-icon-size);flex:0}.uui-modal-confirm-content-wrap{flex:1;display:flex;flex-direction:column;gap:var(--space-1-5)}.uui-modal-confirm-title{display:flex;align-items:center;font-weight:var(--modal-confirm-title-font-weight);font-size:var(--modal-confirm-title-font-size);line-height:var(--line-height-none);min-height:var(--space-6)}.uui-modal-confirm-content{color:var(--default-font-color);font-size:var(--default-font-size)}.uui-modal-confirm-error .uui-modal-confirm-icon{color:var(--error-color)}.uui-modal-confirm-warning .uui-modal-confirm-icon{color:var(--warning-color)}.uui-modal-confirm-confirm .uui-modal-confirm-icon,.uui-modal-confirm-info .uui-modal-confirm-icon{color:var(--secondary-font-color)}.uui-modal-confirm-success .uui-modal-confirm-icon{color:var(--success-color)}.uui-modal-confirm.uui-modal-size-small{--modal-confirm-title-font-size:var(--font-size-sm)}.uui-modal-confirm.uui-modal-size-small .uui-modal-confirm-content{font-size:var(--font-size-xs)}
1
+ .light,.light-theme,:root{--default-font-color:#222;--heading-color:#222;--secondary-font-color:#999;--placeholder-color:#d3d3d3;--color-background:white;--color-background-secondary:#f3f5f7;--color-overlay:rgba(0, 0, 0, 0.6);--color-panel-solid:white;--color-panel-translucent:rgba(255, 255, 255, 0.7);--color-surface:rgba(255, 255, 255, 0.85);--color-border-split:#f2f2f2;--color-border-input:#e0e0e0;--color-border-base:#e0e0e0;--color-disabled-font:#d3d3d3;--color-soft-control-background:#f3f5f7;--scrollbar-thumb-background-color:#d3d3d3;--scrollbar-thumb-background-color-hover:#999;color-scheme:light}.dark,.dark-theme{--default-font-color:#fff;--heading-color:#fff;--secondary-font-color:#eee;--placeholder-color:#d3d3d3;--color-background:var(--gray-2);--color-background-secondary:var(--gray-3);--color-overlay:var(--black-a8);--color-panel-solid:var(--gray-2);--color-panel-translucent:var(--gray-a2);--color-surface:rgba(0, 0, 0, 0.25);--color-border-split:var(--gray-9);--color-border-base:var(--gray-9);--color-border-input:var(--gray-9);--color-disabled-font:var(--gray-8);--color-disabled-background:var(--gray-2);--color-soft-control-background:var(--gray-4);--scrollbar-thumb-background-color:rgba(255, 255, 255, 0.5);--scrollbar-thumb-background-color-hover:rgba(255, 255, 255, 0.7);color-scheme:dark}.dark,.dark-theme,.light,.light-theme,:root,[data-color],[data-theme-color]{--link-color:var(--primary-9);--link-hover-color:var(--primary-10);--link-active-color:var(--primary-11);--dropdown-item-selected-color:var(--default-font-color);--dropdown-item-hover-background-color:var(--color-background-secondary);--dropdown-item-hover-font-color:var(--default-font-color);--highlight-color:var(--primary-10);--primary-color:var(--primary-9);--primary-hover:var(--primary-a90);--primary-active:var(--primary-a90);--primary-soft:var(--primary-4);--primary-soft-hover:var(--primary-5);--primary-soft-active:var(--primary-6)}.dark,.dark-theme,.light,.light-theme,:root{--error-soft:#feebe7;--error-soft-hover:#ffdcd3;--error-color:#fe3b2f;--error-hover:rgba(254, 59, 47, 0.9);--error-active:rgba(254, 59, 47, 0.9);--error-a30:rgba(254, 59, 47, 0.3);--error-a50:rgba(254, 59, 47, 0.5);--success-soft:#e9f6e9;--success-soft-hover:#daf1db;--success-color:#17c964;--success-a30:rgba(23, 201, 100, 0.3);--success-a50:rgba(23, 201, 100, 0.5);--success-hover:rgba(23, 201, 100, 0.9);--success-active:rgba(23, 201, 100, 0.9);--warning-soft:#ffefd6;--warning-soft-hover:#ffdfb5;--warning-color:#ff8200;--warning-a30:rgba(255, 130, 0, 0.3);--warning-a50:rgba(255, 130, 0, 0.5);--warning-hover:rgba(255, 130, 0, 0.9);--warning-active:rgba(255, 130, 0, 0.9);--color-contrast:white;--transition-colors:color,background-color,border-color,text-decoration-color,fill,stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1);--animation-time:0.3s;--animation-time-fast:0.15s;--animation-time-short:0.2s;--animation-time-long:0.5s;--border-width-base:1px;--border-style-base:solid;--control-disabled-background-color:var(--gray-2);--control-disabled-border-color:var(--color-border-disabled);--control-surface-background-color:var(--color-background);--control-height-small:var(--space-8);--control-height-base:var(--space-9);--control-height-large:var(--space-10);--control-padding-y:0;--control-padding-x:var(--space-3);--control-label-color:var(--secondary-font-color);--control-label-font-weight:var(--font-weight-medium);--control-inner-gap:var(--space-1);--icon-width-base:var(--space-4);--icon-font-size:var(--font-size-base);--icon-button-width:var(--space-8);--icon-button-color:#d3d3d3;--icon-button-padding:var(--space-1);--icon-button-hover-color:#999;--icon-button-hover-background-color:#f3f5f7;--scrollbar-width:6px;--required-color:var(--error-color);--required-font-size:var(--font-size-sm);--required-font-family:'SimSun',sans-serif;--disabled-opacity:0.4;--link-decoration:none;--link-hover-decoration:underline;--zindex-badge:auto;--zindex-table-fixed:10;--zindex-affix:10;--zindex-back-top:10;--zindex-picker-panel:10;--zindex-popup-close:10;--zindex-spin:10;--zindex-modal:1000;--zindex-modal-mask:1000;--zindex-message:1010;--zindex-notice:1010;--zindex-popover:1030;--zindex-dropdown:1050;--zindex-tooltip:1060;--zindex-loading-bar:2000;--dropdown-shadow:var(--shadow-md);--popover-shadow:var(--shadow-md);--modal-shadow:var(--shadow-lg);--message-shadow:var(--shadow-lg);--notice-shadow:var(--shadow-lg);--card-shadow:var(--shadow-base);--mask-background-color:var(--color-overlay);--ease-base-out:cubic-bezier(0.7, 0.3, 0.1, 1);--ease-base-in:cubic-bezier(0.9, 0, 0.3, 0.7);--ease-out:cubic-bezier(0.215, 0.61, 0.355, 1);--ease-in:cubic-bezier(0.55, 0.055, 0.675, 0.19);--ease-in-out:cubic-bezier(0.645, 0.045, 0.355, 1);--ease-out-back:cubic-bezier(0.12, 0.4, 0.29, 1.46);--ease-in-back:cubic-bezier(0.71, -0.46, 0.88, 0.6);--ease-in-out-back:cubic-bezier(0.71, -0.46, 0.29, 1.46);--ease-out-circ:cubic-bezier(0.08, 0.82, 0.17, 1);--ease-in-circ:cubic-bezier(0.6, 0.04, 0.98, 0.34);--ease-in-out-circ:cubic-bezier(0.78, 0.14, 0.15, 0.86);--ease-out-quint:cubic-bezier(0.23, 1, 0.32, 1);--ease-in-quint:cubic-bezier(0.755, 0.05, 0.855, 0.06);--ease-in-out-quint:cubic-bezier(0.86, 0, 0.07, 1)}[data-color=error]{--link-color:var(--error-color);--link-hover-color:var(--error-hover);--link-active-color:var(--error-active)}[data-color=warning]{--link-color:var(--warning-color);--link-hover-color:var(--warning-hover);--link-active-color:var(--warning-active)}[data-color=success]{--link-color:var(--success-color);--link-hover-color:var(--success-hover);--link-active-color:var(--success-active)}[data-color]{--primary-shadow-3:0 0 0 1px var(--primary-a3),0 2px 3px -2px var(--primary-a3),0 3px 12px -4px var(--primary-a3),0 4px 16px -8px var(--primary-a3)}:root,[data-radius]{--dropdown-border-radius:var(--radius-md);--icon-button-radius:var(--radius-md);--modal-border-radius:var(--radius-lg);--control-radius:var(--radius-md);--control-radius-small:var(--radius-md);--control-radius-large:var(--radius-md)}.uui-modal{--modal-padding:var(--space-6);--modal-gap:var(--space-4);--modal-close-icon-size:var(--space-4);--modal-close-icon-top:var(--space-4);--modal-close-icon-right:var(--space-4);--modal-close-icon-color:var(--default-font-color);--modal-title-color:var(--default-font-color);--modal-title-font-weight:var(--font-weight-semibold);--modal-title-font-size:var(--font-size-lg);--modal-title-line-height:var(--line-height-none);--modal-description-color:var(--secondary-font-color);--modal-description-font-size:var(--default-font-size);--modal-description-line-height:var(--line-height-none);--modal-footer-button-gap:var(--space-2);--modal-confirm-icon-size:var(--font-size-2xl);--modal-confirm-title-font-weight:var(--font-weight-semibold);--modal-confirm-title-font-size:var(--font-size-base);--modal-confirm-content-margin-bottom:var(--space-6)}:root,[data-theme-color]{--primary-color:var(--primary-9)}.uui-modal{box-sizing:border-box;margin:0;padding:0;color:var(--default-font-color);font-size:var(--default-font-size);font-variant:var(--default-font-variant);line-height:var(--default-line-height);list-style:none;font-feature-settings:var(--default-font-feature-settings);width:auto;margin-left:auto;margin-right:auto;margin-bottom:var(--modal-bottom-space);background-color:var(--color-background);background-clip:padding-box;border:0;border-radius:var(--modal-border-radius);box-shadow:var(--modal-shadow);position:relative;pointer-events:auto;padding:var(--modal-padding);display:flex;flex-direction:column;gap:var(--modal-gap)}.uui-modal-wrap{inset:0;overflow:auto;outline:0;position:fixed;z-index:var(--zindex-modal);-webkit-overflow-scrolling:touch;display:none;justify-content:center;align-items:center}.uui-modal-wrap.uui-modal-visible{display:flex}.uui-modal-no-mask{pointer-events:none}.uui-modal-header{width:100%;display:flex;flex-direction:column;gap:var(--space-1-5);align-items:start}.uui-modal-title{color:var(--modal-title-color);font-weight:var(--modal-title-font-weight);font-size:var(--modal-title-font-size);line-height:var(--modal-title-line-height);margin:0;word-wrap:break-word}.uui-modal-description{color:var(--modal-description-color);font-size:var(--modal-description-font-size);line-height:var(--modal-description-line-height);word-wrap:break-word}.uui-modal-drag{cursor:move}.uui-modal-dragging{-webkit-user-select:none;user-select:none}.uui-modal-close{background:0 0;border:none;color:var(--modal-close-icon-color);cursor:pointer;outline:0;padding:0;position:absolute;top:var(--modal-close-icon-top);right:var(--modal-close-icon-right);transition:color .3s;width:var(--modal-close-icon-size);height:var(--modal-close-icon-size);display:flex;align-items:center;justify-content:center;z-index:var(--zindex-popup-close);opacity:.7}.uui-modal-close-x{font-size:var(--font-size-base)}.uui-modal-close:focus,.uui-modal-close:hover{text-decoration:none;opacity:1}.uui-modal-body{font-size:var(--default-font-size);word-wrap:break-word;flex:1 1 auto}.uui-modal-footer{display:flex;align-items:center;justify-content:flex-end;width:100%;column-gap:var(--modal-footer-button-gap)}.uui-modal-mask{background-color:var(--mask-background-color);inset:0;height:100%;position:fixed;z-index:var(--zindex-modal-mask)}.uui-modal-mask-hidden{display:none}.uui-modal-full-screen .uui-modal{border-radius:0}.uui-modal-full-screen .uui-modal-container{height:100%;width:100%}.uui-modal-size-small{--modal-padding:var(--space-4);--modal-gap:var(--space-2);--modal-title-font-size:var(--font-size-sm);--modal-close-icon-top:var(--space-2);--modal-close-icon-right:var(--space-2)}.uui-modal-size-small .uui-modal-body{font-size:var(--font-size-xs)}@media (max-width:768px){.uui-modal{max-width:calc(100vw - 16px);margin:8px auto}.uui-modal-vertical .uui-modal{flex:1}}.uui-modal-confirm-body-wrapper{zoom:1;display:flex;flex-direction:column;gap:var(--space-4)}.uui-modal-confirm-body{display:flex;align-items:flex-start;gap:var(--space-2)}.uui-modal-confirm-icon{font-size:var(--modal-confirm-icon-size);flex:0}.uui-modal-confirm-content-wrap{flex:1;display:flex;flex-direction:column;gap:var(--space-1-5)}.uui-modal-confirm-title{display:flex;align-items:center;font-weight:var(--modal-confirm-title-font-weight);font-size:var(--modal-confirm-title-font-size);line-height:var(--line-height-none);min-height:var(--space-6)}.uui-modal-confirm-content{color:var(--default-font-color);font-size:var(--default-font-size)}.uui-modal-confirm-error .uui-modal-confirm-icon{color:var(--error-color)}.uui-modal-confirm-warning .uui-modal-confirm-icon{color:var(--warning-color)}.uui-modal-confirm-confirm .uui-modal-confirm-icon,.uui-modal-confirm-info .uui-modal-confirm-icon{color:var(--secondary-font-color)}.uui-modal-confirm-success .uui-modal-confirm-icon{color:var(--success-color)}.uui-modal-confirm.uui-modal-size-small{--modal-confirm-title-font-size:var(--font-size-sm)}.uui-modal-confirm.uui-modal-size-small .uui-modal-confirm-content{font-size:var(--font-size-xs)}
@@ -1 +1 @@
1
- :root,[data-theme-color]{--primary-color:var(--primary-9)}.uui-notice{--notice-width:384px;--notice-padding:var(--space-4);--notice-margin-base:var(--space-4);--notice-margin-horizontal:var(--space-6);--notice-line-height:var(--line-height-normal);--notice-background-color:var(--color-background);--notice-title-font-size:var(--font-size-base);--notice-title-padding-right:10px;--notice-icon-font-size:var(--font-size-lg);--notice-icon-close-gutter:calc(var(--space-2) * -1);--notice-desc-font-size:var(--font-size-sm);--notice-desc-title-margin-bottom:var(--space-2);--notice-desc-icon-margin-left:var(--space-10);--notice-desc-icon-font-size:var(--font-size-3xl);--notice-desc-icon-top:calc(var(--space-1) * -1);--notice-title-color:var(--default-font-color);--notice-desc-color:var(--secondary-font-color);--notice-border-radius:var(--radius-base);--notice-icon-color:var(--primary-8);--alert-title-color:var(--default-font-color)}.uui-notice [data-color=info]{--notice-icon-color:var(--primary-8)}.uui-notice [data-color=error]{--notice-icon-color:var(--error-8)}.uui-notice [data-color=warning]{--notice-icon-color:var(--warning-8)}.uui-notice [data-color=success]{--notice-icon-color:var(--success-8)}.uui-notice{box-sizing:border-box;margin:0;padding:0;color:var(--default-font-color);font-size:var(--default-font-size);font-variant:var(--default-font-variant);line-height:var(--default-line-height);list-style:none;font-feature-settings:var(--default-font-feature-settings);position:fixed;z-index:var(--zindex-notice);width:var(--notice-width);max-width:calc(100vw - var(--notice-margin-base) * 2);margin-right:var(--notice-margin-horizontal)}.uui-notice-with-icon{margin-left:var(--notice-margin-horizontal)}.uui-notice-with-desc.uui-notice-with-icon{margin-left:var(--notice-desc-icon-margin-left)}.uui-notice-notice{position:relative;margin-bottom:var(--notice-margin-base);padding:var(--notice-padding);overflow:hidden;line-height:var(--notice-line-height);background:var(--notice-background-color);border-radius:var(--notice-border-radius);box-shadow:var(--notice-shadow)}.uui-notice-icon{position:absolute;left:0;top:0;font-size:var(--notice-icon-font-size);line-height:1;color:var(--notice-icon-color)}.uui-notice-with-desc .uui-notice-icon{font-size:var(--notice-desc-icon-font-size);top:var(--notice-desc-icon-top)}.uui-notice-title{font-size:var(--notice-title-font-size);line-height:var(--notice-icon-font-size);color:var(--alert-title-color);padding-right:var(--notice-title-padding-right);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uui-notice-with-desc .uui-notice-title{margin-bottom:var(--notice-desc-title-margin-bottom)}.uui-notice-desc{font-size:var(--notice-desc-font-size);color:var(--alert-desc-color);text-align:justify;line-height:var(--alert-line-height)}.uui-notice-btn{display:flex;justify-content:flex-end;margin-top:var(--notice-margin-base)}.uui-notice-notice-content{position:relative}.uui-notice-notice-close{position:absolute;right:var(--notice-icon-close-gutter);top:0}.uui-notice-notice-close i.uui-icon{font-size:var(--notice-icon-font-size);color:var(--gray-9);transition:color var(--animation-time-short) ease;position:relative;top:0;cursor:pointer}.uui-notice-notice-close i.uui-icon:hover{color:#444}.uui-notice .move-notice-enter-active{animation-duration:var(--animation-time,.3);animation-fill-mode:both;animation-name:moveNoticeIn}.uui-notice .move-notice-leave-active{animation-duration:var(--animation-time,.3);animation-fill-mode:both;animation-name:moveNoticeOut}.uui-notice .move-notice-enter-from{opacity:0;animation-timing-function:var(--ease-in-out)}.uui-notice .move-notice-leave-to{animation-timing-function:var(--ease-in-out)}.uui-notice-bottom-left,.uui-notice-top-left{margin-right:0;margin-left:var(--notice-margin-horizontal)}.uui-notice-bottom-left .move-notice-enter-active,.uui-notice-top-left .move-notice-enter-active{animation-name:moveNoticeLeftIn}.uui-notice-bottom-left .move-notice-leave-active,.uui-notice-top-left .move-notice-leave-active{animation-name:moveNoticeLeftOut}@keyframes moveNoticeIn{0%{opacity:0;transform-origin:0 0;transform:translateX(100%)}100%{opacity:1;transform-origin:0 0;transform:translateX(0)}}@keyframes moveNoticeLeftIn{0%{opacity:0;transform-origin:0 0;transform:translateX(-100%)}100%{opacity:1;transform-origin:0 0;transform:translateX(0)}}@keyframes moveNoticeOut{0%{transform-origin:0 0;transform:translateX(0);opacity:1}70%{transform-origin:0 0;transform:translateX(100%);opacity:0;height:auto;padding:var(--notice-padding);margin-bottom:var(--notice-margin-base)}100%{transform-origin:0 0;transform:translateX(100%);opacity:0;height:0;padding:0;margin-bottom:0}}@keyframes moveNoticeLeftOut{0%{transform-origin:0 0;transform:translateX(0);opacity:1}70%{transform-origin:0 0;transform:translateX(-100%);opacity:0;height:auto;padding:var(--notice-padding);margin-bottom:var(--notice-margin-base)}100%{transform-origin:0 0;transform:translateX(-100%);opacity:0;height:0;padding:0;margin-bottom:0}}
1
+ :root,[data-theme-color]{--primary-color:var(--primary-9)}.uui-notice{--notice-container-width:420px;--notice-container-padding:var(--space-4);--notice-container-gap:var(--space-2);--notice-padding:var(--space-4) var(--space-8) var(--space-4) var(--space-4);--notice-border-radius:var(--radius-md);--notice-border-color:var(--color-border-split);--notice-background-color:var(--color-background);--notice-icon-size:var(--space-4);--notice-text-color:var(--default-font-color);--notice-icon-color:var(--default-font-color);--notice-close-color:var(--default-font-color);--notice-desc-color:var(--secondary-font-color)}.uui-notice{box-sizing:border-box;margin:0;padding:0;color:var(--default-font-color);font-size:var(--default-font-size);font-variant:var(--default-font-variant);line-height:var(--default-line-height);list-style:none;font-feature-settings:var(--default-font-feature-settings);position:fixed;z-index:var(--zindex-notice);width:100%;max-width:var(--notice-container-width);padding:var(--notice-container-padding)}.uui-notice>span{display:flex;flex-direction:column;gap:var(--notice-container-gap)}.uui-notice-notice{position:relative;padding:var(--notice-padding);overflow:hidden;background:var(--notice-background-color);border:1px solid var(--notice-border-color);border-radius:var(--notice-border-radius);box-shadow:var(--notice-shadow)}.uui-notice-notice:has([data-type=error]){--notice-icon-color:white;--notice-text-color:white;--notice-close-color:white;--notice-desc-color:white;--notice-background-color:var(--error-color);--notice-border-color:var(--error-color)}.uui-notice-notice:has([data-type=warning]){--notice-icon-color:white;--notice-text-color:white;--notice-close-color:white;--notice-desc-color:white;--notice-background-color:var(--warning-color)}.uui-notice-notice:has([data-type=success]){--notice-icon-color:white;--notice-text-color:white;--notice-close-color:white;--notice-desc-color:white;--notice-background-color:var(--success-color)}.uui-notice-wrapper{display:flex;align-items:center;position:relative;gap:var(--space-3)}.uui-notice-with-icon{padding-left:var(--space-6)}.uui-notice-icon{position:absolute;left:0;top:0;font-size:var(--notice-icon-size);line-height:1;color:var(--notice-icon-color)}.uui-notice-title{font-size:var(--default-font-size);line-height:var(--line-height-none);color:var(--notice-text-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uui-notice-with-desc .uui-notice-title{margin-bottom:var(--space-1);font-weight:var(--font-weight-medium)}.uui-notice-with-icon .uui-notice-title{transform:translateY(1px)}.uui-notice-desc{font-size:var(--font-size-xs);color:var(--notice-desc-color);line-height:var(--line-height-5)}.uui-notice-btn{display:flex;align-items:center;justify-content:center;background:0 0;border:1px solid var(--color-border-base);flex:0;padding:0 var(--space-3);height:var(--space-8);white-space:nowrap;border-radius:var(--radius-base);color:var(--notice-text-color);cursor:pointer;transition:all .3s ease}.uui-notice-notice-close{position:absolute;top:var(--space-4);right:var(--space-3);opacity:.7;width:var(--space-4);height:var(--space-4);display:flex;align-items:center;justify-content:center}.uui-notice-notice-close i.uui-icon{font-size:var(--font-size-base);color:var(--notice-close-color)}.uui-notice-notice-close:hover{opacity:1}.uui-notice .move-notice-enter-active{animation-duration:var(--animation-time,.3);animation-fill-mode:both;animation-name:moveNoticeIn}.uui-notice .move-notice-leave-active{animation-duration:var(--animation-time,.3);animation-fill-mode:both;animation-name:moveNoticeOut}.uui-notice .move-notice-enter-from{opacity:0;animation-timing-function:var(--ease-in-out)}.uui-notice .move-notice-leave-to{animation-timing-function:var(--ease-in-out)}.uui-notice-bottom-left,.uui-notice-bottom-right{margin-right:0;margin-left:var(--notice-margin-horizontal)}.uui-notice-bottom-left .move-notice-enter-active,.uui-notice-bottom-right .move-notice-enter-active{animation-name:moveNoticeBottomIn}.uui-notice-bottom-left .move-notice-leave-active,.uui-notice-bottom-right .move-notice-leave-active{animation-name:moveNoticeBottomOut}@keyframes moveNoticeBottomIn{0%{opacity:0;transform-origin:0 0;transform:translateY(100%)}100%{opacity:1;transform-origin:0 0;transform:translateY(0)}}@keyframes moveNoticeIn{0%{opacity:0;transform-origin:0 0;transform:translateY(-100%)}100%{opacity:1;transform-origin:0 0;transform:translateY(0)}}@keyframes moveNoticeOut{0%{transform-origin:0 0;transform:translateX(0);opacity:1}70%{transform-origin:0 0;transform:translateX(100%);opacity:0;height:auto;padding:var(--notice-padding);margin-bottom:var(--notice-margin-base)}100%{transform-origin:0 0;transform:translateX(100%);opacity:0;height:0;padding:0;margin-bottom:0}}@keyframes moveNoticeLeftOut{0%{transform-origin:0 0;transform:translateX(0);opacity:1}70%{transform-origin:0 0;transform:translateX(-100%);opacity:0;height:auto;padding:var(--notice-padding);margin-bottom:var(--notice-margin-base)}100%{transform-origin:0 0;transform:translateX(-100%);opacity:0;height:0;padding:0;margin-bottom:0}}
@@ -9,85 +9,129 @@
9
9
 
10
10
  position: fixed;
11
11
  z-index: var(--zindex-notice);
12
- width: var(--notice-width);
13
- max-width: calc(100vw - var(--notice-margin-base) * 2);
14
- margin-right: var(--notice-margin-horizontal);
12
+ width: 100%;
13
+ max-width: var(--notice-container-width);
14
+ padding: var(--notice-container-padding);
15
15
 
16
- &-with-icon {
17
- // margin-left: 26px;
18
- margin-left: var(--notice-margin-horizontal);
19
- }
20
-
21
- &-with-desc&-with-icon {
22
- // margin-left: 44px;
23
- margin-left: var(--notice-desc-icon-margin-left);
16
+ & > span {
17
+ display: flex;
18
+ flex-direction: column;
19
+ gap: var(--notice-container-gap);
24
20
  }
25
21
 
26
22
  &-notice {
27
23
  position: relative;
28
- margin-bottom: var(--notice-margin-base);
29
24
  padding: var(--notice-padding);
30
25
  overflow: hidden;
31
- line-height: var(--notice-line-height);
32
26
  background: var(--notice-background-color);
27
+ border: 1px solid var(--notice-border-color);
33
28
  border-radius: var(--notice-border-radius);
34
29
  box-shadow: var(--notice-shadow);
30
+
31
+ &:has([data-type='error']) {
32
+ --notice-icon-color: white;
33
+ --notice-text-color: white;
34
+ --notice-close-color: white;
35
+ --notice-desc-color: white;
36
+ --notice-background-color: var(--error-color);
37
+ --notice-border-color: var(--error-color);
38
+ }
39
+
40
+ &:has([data-type='warning']) {
41
+ --notice-icon-color: white;
42
+ --notice-text-color: white;
43
+ --notice-close-color: white;
44
+ --notice-desc-color: white;
45
+ --notice-background-color: var(--warning-color);
46
+ }
47
+
48
+ &:has([data-type='success']) {
49
+ --notice-icon-color: white;
50
+ --notice-text-color: white;
51
+ --notice-close-color: white;
52
+ --notice-desc-color: white;
53
+ --notice-background-color: var(--success-color);
54
+ }
55
+ }
56
+
57
+ &-wrapper {
58
+ display: flex;
59
+ align-items: center;
60
+ position: relative;
61
+ gap: var(--space-3);
62
+ }
63
+
64
+ &-with-icon {
65
+ padding-left: var(--space-6);
35
66
  }
36
67
 
37
68
  &-icon {
38
69
  position: absolute;
39
70
  left: 0;
40
71
  top: 0;
41
- // font-size: @font-size-lg + 2;
42
- font-size: var(--notice-icon-font-size);
72
+ font-size: var(--notice-icon-size);
43
73
  line-height: 1;
44
74
  color: var(--notice-icon-color);
45
75
  }
46
76
 
47
- &-with-desc &-icon {
48
- // font-size: 32px;
49
- font-size: var(--notice-desc-icon-font-size);
50
- top: var(--notice-desc-icon-top);
51
- }
52
-
53
77
  &-title {
54
- font-size: var(--notice-title-font-size);
55
- line-height: var(--notice-icon-font-size);
56
- color: var(--alert-title-color);
57
- padding-right: var(--notice-title-padding-right);
78
+ font-size: var(--default-font-size);
79
+ line-height: var(--line-height-none);
80
+ color: var(--notice-text-color);
58
81
  overflow: hidden;
59
82
  text-overflow: ellipsis;
60
83
  white-space: nowrap;
61
84
  }
62
85
 
63
86
  &-with-desc &-title {
64
- margin-bottom: var(--notice-desc-title-margin-bottom);
87
+ margin-bottom: var(--space-1);
88
+ font-weight: var(--font-weight-medium);
89
+ }
90
+
91
+ &-with-icon &-title {
92
+ transform: translateY(1px);
65
93
  }
66
94
 
67
95
  &-desc {
68
- font-size: var(--notice-desc-font-size);
69
- color: var(--alert-desc-color);
70
- text-align: justify;
71
- line-height: var(--alert-line-height);
96
+ font-size: var(--font-size-xs);
97
+ color: var(--notice-desc-color);
98
+ line-height: var(--line-height-5);
72
99
  }
73
100
 
74
101
  &-btn {
75
102
  display: flex;
76
- justify-content: flex-end;
77
- margin-top: var(--notice-margin-base);
78
- }
79
-
80
- &-notice-content {
81
- position: relative;
103
+ align-items: center;
104
+ justify-content: center;
105
+ background: transparent;
106
+ border: 1px solid var(--color-border-base);
107
+ flex: 0;
108
+ padding: 0 var(--space-3);
109
+ height: var(--space-8);
110
+ white-space: nowrap;
111
+ border-radius: var(--radius-base);
112
+ color: var(--notice-text-color);
113
+ cursor: pointer;
114
+ transition: all 0.3s ease;
82
115
  }
83
116
 
84
117
  &-notice-close {
85
118
  position: absolute;
86
- right: var(--notice-icon-close-gutter);
87
- top: 0;
119
+ top: var(--space-4);
120
+ right: var(--space-3);
121
+ opacity: 0.7;
122
+ width: var(--space-4);
123
+ height: var(--space-4);
124
+ display: flex;
125
+ align-items: center;
126
+ justify-content: center;
88
127
 
89
128
  i.@{iconfont-css-prefix} {
90
- .close-base(0, var(--notice-icon-font-size));
129
+ font-size: var(--font-size-base);
130
+ color: var(--notice-close-color);
131
+ }
132
+
133
+ &:hover {
134
+ opacity: 1;
91
135
  }
92
136
  }
93
137
 
@@ -106,45 +150,45 @@
106
150
 
107
151
  .notice-motion(~'move-notice', ~'moveNotice');
108
152
 
109
- &-top-left,
110
- &-bottom-left {
153
+ &-bottom-left,
154
+ &-bottom-right {
111
155
  margin-right: 0;
112
156
  margin-left: var(--notice-margin-horizontal);
113
157
 
114
158
  .move-notice-enter-active {
115
- animation-name: moveNoticeLeftIn;
159
+ animation-name: moveNoticeBottomIn;
116
160
  }
117
161
  .move-notice-leave-active {
118
- animation-name: moveNoticeLeftOut;
162
+ animation-name: moveNoticeBottomOut;
119
163
  }
120
164
  }
121
165
  }
122
166
 
123
- @keyframes moveNoticeIn {
167
+ @keyframes moveNoticeBottomIn {
124
168
  0% {
125
169
  opacity: 0;
126
170
  transform-origin: 0 0;
127
- transform: translateX(100%);
171
+ transform: translateY(100%);
128
172
  }
129
173
 
130
174
  100% {
131
175
  opacity: 1;
132
176
  transform-origin: 0 0;
133
- transform: translateX(0%);
177
+ transform: translateY(0%);
134
178
  }
135
179
  }
136
180
 
137
- @keyframes moveNoticeLeftIn {
181
+ @keyframes moveNoticeIn {
138
182
  0% {
139
183
  opacity: 0;
140
184
  transform-origin: 0 0;
141
- transform: translateX(-100%);
185
+ transform: translateY(-100%);
142
186
  }
143
187
 
144
188
  100% {
145
189
  opacity: 1;
146
190
  transform-origin: 0 0;
147
- transform: translateX(0%);
191
+ transform: translateY(0%);
148
192
  }
149
193
  }
150
194
 
@@ -1,37 +1,14 @@
1
1
  .@{notice-prefix-cls} {
2
- --notice-width: 384px;
3
- --notice-padding: var(--space-4);
4
- --notice-margin-base: var(--space-4);
5
- --notice-margin-horizontal: var(--space-6);
6
- --notice-line-height: var(--line-height-normal);
2
+ --notice-container-width: 420px;
3
+ --notice-container-padding: var(--space-4);
4
+ --notice-container-gap: var(--space-2);
5
+ --notice-padding: var(--space-4) var(--space-8) var(--space-4) var(--space-4);
6
+ --notice-border-radius: var(--radius-md);
7
+ --notice-border-color: var(--color-border-split);
7
8
  --notice-background-color: var(--color-background);
8
- --notice-title-font-size: var(--font-size-base);
9
- --notice-title-padding-right: 10px;
10
- --notice-icon-font-size: var(--font-size-lg);
11
- --notice-icon-close-gutter: calc(var(--space-2) * -1);
12
- --notice-desc-font-size: var(--font-size-sm);
13
- --notice-desc-title-margin-bottom: var(--space-2);
14
- --notice-desc-icon-margin-left: var(--space-10);
15
- --notice-desc-icon-font-size: var(--font-size-3xl);
16
- --notice-desc-icon-top: calc(var(--space-1) * -1);
17
- --notice-title-color: var(--default-font-color);
9
+ --notice-icon-size: var(--space-4);
10
+ --notice-text-color: var(--default-font-color);
11
+ --notice-icon-color: var(--default-font-color);
12
+ --notice-close-color: var(--default-font-color);
18
13
  --notice-desc-color: var(--secondary-font-color);
19
- --notice-border-radius: var(--radius-base);
20
- --notice-icon-color: var(--primary-8);
21
- --alert-title-color: var(--default-font-color);
22
- [data-color='info'] {
23
- --notice-icon-color: var(--primary-8);
24
- }
25
-
26
- [data-color='error'] {
27
- --notice-icon-color: var(--error-8);
28
- }
29
-
30
- [data-color='warning'] {
31
- --notice-icon-color: var(--warning-8);
32
- }
33
-
34
- [data-color='success'] {
35
- --notice-icon-color: var(--success-8);
36
- }
37
14
  }
@@ -1 +1 @@
1
- :root,[data-theme-color]{--primary-color:var(--primary-9)}.light,.light-theme,:root{--default-font-color:#222;--heading-color:#222;--secondary-font-color:#999;--placeholder-color:#d3d3d3;--color-background:white;--color-background-secondary:#f3f5f7;--color-overlay:rgba(0, 0, 0, 0.6);--color-panel-solid:white;--color-panel-translucent:rgba(255, 255, 255, 0.7);--color-surface:rgba(255, 255, 255, 0.85);--color-border-split:#f2f2f2;--color-border-input:#e0e0e0;--color-border-base:#e0e0e0;--color-disabled-font:#d3d3d3;--color-soft-control-background:#f3f5f7;--scrollbar-thumb-background-color:#d3d3d3;--scrollbar-thumb-background-color-hover:#999;color-scheme:light}.dark,.dark-theme{--default-font-color:#fff;--heading-color:#fff;--secondary-font-color:#eee;--placeholder-color:#d3d3d3;--color-background:var(--gray-2);--color-background-secondary:var(--gray-3);--color-overlay:var(--black-a8);--color-panel-solid:var(--gray-2);--color-panel-translucent:var(--gray-a2);--color-surface:rgba(0, 0, 0, 0.25);--color-border-split:var(--gray-9);--color-border-base:var(--gray-9);--color-border-input:var(--gray-9);--color-disabled-font:var(--gray-8);--color-disabled-background:var(--gray-2);--color-soft-control-background:var(--gray-4);--scrollbar-thumb-background-color:rgba(255, 255, 255, 0.5);--scrollbar-thumb-background-color-hover:rgba(255, 255, 255, 0.7);color-scheme:dark}.dark,.dark-theme,.light,.light-theme,:root,[data-color],[data-theme-color]{--link-color:var(--primary-9);--link-hover-color:var(--primary-10);--link-active-color:var(--primary-11);--dropdown-item-selected-color:var(--default-font-color);--dropdown-item-hover-background-color:var(--color-background-secondary);--dropdown-item-hover-font-color:var(--default-font-color);--highlight-color:var(--primary-10);--primary-color:var(--primary-9);--primary-hover:var(--primary-a90);--primary-active:var(--primary-a90);--primary-soft:var(--primary-4);--primary-soft-hover:var(--primary-5);--primary-soft-active:var(--primary-6)}.dark,.dark-theme,.light,.light-theme,:root{--error-soft:#feebe7;--error-soft-hover:#ffdcd3;--error-8:#ec8e7b;--error-color:#fe3b2f;--error-hover:rgba(254, 59, 47, 0.9);--error-active:rgba(254, 59, 47, 0.9);--error-color-a30:rgba(254, 59, 47, 0.3);--error-color-a50:rgba(254, 59, 47, 0.5);--success-soft:#e9f6e9;--success-soft-hover:#daf1db;--success-7:#94ce9a;--success-8:#65ba74;--success-color:#17c964;--success-hover:rgba(23, 201, 100, 0.9);--success-active:rgba(23, 201, 100, 0.9);--warning-soft:#ffefd6;--warning-soft-hover:#ffdfb5;--warning-8:#ec9455;--warning-color:#ff8200;--warning-hover:rgba(255, 130, 0, 0.9);--warning-active:rgba(255, 130, 0, 0.9);--warning-a11:#ffa057;--color-contrast:white;--transition-colors:color,background-color,border-color,text-decoration-color,fill,stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1);--animation-time:0.3s;--animation-time-fast:0.15s;--animation-time-short:0.2s;--animation-time-long:0.5s;--border-width-base:1px;--border-style-base:solid;--control-disabled-background-color:var(--gray-2);--control-disabled-border-color:var(--color-border-disabled);--control-surface-background-color:var(--color-background);--control-height-small:var(--space-8);--control-height-base:var(--space-9);--control-height-large:var(--space-10);--control-padding-y:0;--control-padding-x:var(--space-3);--control-label-color:var(--secondary-font-color);--control-label-font-weight:var(--font-weight-medium);--control-inner-gap:var(--space-1);--icon-width-base:var(--space-4);--icon-font-size:var(--font-size-base);--icon-button-width:var(--space-8);--icon-button-color:#d3d3d3;--icon-button-padding:var(--space-1);--icon-button-hover-color:#999;--icon-button-hover-background-color:#f3f5f7;--scrollbar-width:6px;--required-color:var(--error-color);--required-font-size:var(--font-size-sm);--required-font-family:'SimSun',sans-serif;--disabled-opacity:0.4;--link-decoration:none;--link-hover-decoration:underline;--zindex-badge:auto;--zindex-table-fixed:10;--zindex-affix:10;--zindex-back-top:10;--zindex-picker-panel:10;--zindex-popup-close:10;--zindex-spin:10;--zindex-modal:1000;--zindex-modal-mask:1000;--zindex-message:1010;--zindex-notice:1010;--zindex-popover:1030;--zindex-dropdown:1050;--zindex-tooltip:1060;--zindex-loading-bar:2000;--dropdown-shadow:var(--shadow-md);--popover-shadow:var(--shadow-md);--modal-shadow:var(--shadow-lg);--message-shadow:var(--shadow-md);--notice-shadow:var(--shadow-md);--card-shadow:var(--shadow-base);--mask-background-color:var(--color-overlay);--ease-base-out:cubic-bezier(0.7, 0.3, 0.1, 1);--ease-base-in:cubic-bezier(0.9, 0, 0.3, 0.7);--ease-out:cubic-bezier(0.215, 0.61, 0.355, 1);--ease-in:cubic-bezier(0.55, 0.055, 0.675, 0.19);--ease-in-out:cubic-bezier(0.645, 0.045, 0.355, 1);--ease-out-back:cubic-bezier(0.12, 0.4, 0.29, 1.46);--ease-in-back:cubic-bezier(0.71, -0.46, 0.88, 0.6);--ease-in-out-back:cubic-bezier(0.71, -0.46, 0.29, 1.46);--ease-out-circ:cubic-bezier(0.08, 0.82, 0.17, 1);--ease-in-circ:cubic-bezier(0.6, 0.04, 0.98, 0.34);--ease-in-out-circ:cubic-bezier(0.78, 0.14, 0.15, 0.86);--ease-out-quint:cubic-bezier(0.23, 1, 0.32, 1);--ease-in-quint:cubic-bezier(0.755, 0.05, 0.855, 0.06);--ease-in-out-quint:cubic-bezier(0.86, 0, 0.07, 1)}[data-color=error]{--link-color:var(--error-color);--link-hover-color:var(--error-hover);--link-active-color:var(--error-active)}[data-color=warning]{--link-color:var(--warning-color);--link-hover-color:var(--warning-hover);--link-active-color:var(--warning-active)}[data-color=success]{--link-color:var(--success-color);--link-hover-color:var(--success-hover);--link-active-color:var(--success-active)}[data-color]{--primary-shadow-3:0 0 0 1px var(--primary-a3),0 2px 3px -2px var(--primary-a3),0 3px 12px -4px var(--primary-a3),0 4px 16px -8px var(--primary-a3)}:root,[data-radius]{--dropdown-border-radius:var(--radius-md);--icon-button-radius:var(--radius-md);--modal-border-radius:var(--radius-lg);--control-radius:var(--radius-md);--control-radius-small:var(--radius-md);--control-radius-large:var(--radius-md)}.uui-select,.uui-select-dropdown,.uui-select-dropdown-tooltip{--select-width:100%;--select-max-width:auto;--select-background-color:var(--color-surface);--select-border-color:var(--color-border-input);--select-height:var(--control-height-base);--select-border-radius:var(--control-radius);--select-focus-border-color:var(--primary-color);--select-dropdown-background-color:var(--color-background);--select-dropdown-padding-vertical:var(--space-1);--select-dropdown-padding-horizontal:var(--space-1);--select-dropdown-item-padding:var(--space-1-5) var(--space-2);--select-dropdown-item-radius:var(--radius-base);--select-dropdown-group-item-color:var(--secondary-font-color);--select-dropdown-group-item-font-weight:var(--font-weight-medium);--select-multiple-selection-vertical-padding:calc(var(--space-1));--select-multiple-item-padding:0 var(--space-1);--select-multiple-item-border-radius:var(--radius-base);--select-multiple-item-background-color:var(--color-soft-control-background)}[data-radius=full]{--select-border-radius:var(--radius-full)}.uui-select{box-sizing:border-box;margin:0;padding:0;color:var(--default-font-color);font-size:var(--default-font-size);font-variant:var(--default-font-variant);line-height:var(--default-line-height);list-style:none;font-feature-settings:var(--default-font-feature-settings);position:relative;display:inline-flex;align-items:center;column-gap:var(--control-inner-gap);border-radius:var(--select-border-radius);background-color:var(--select-background-color);padding:var(--control-padding-y) var(--control-padding-x);outline:0;width:var(--select-width);cursor:pointer;height:var(--select-height);line-height:var(--select-height)}.uui-select-variant-surface{border:1px solid var(--select-border-color);background-color:var(--select-background-color)}.uui-select-variant-surface.uui-select-focused,.uui-select-variant-surface.uui-select-open{--select-border-color:var(--select-focus-border-color)}.has-error .uui-select-variant-surface,.validate-error .uui-select-variant-surface{--select-border-color:var(--error-color)}.uui-select-variant-soft{--select-background-color:var(--color-soft-control-background);--select-hover-background-color:var(--color-soft-control-hover-background);--select-multiple-item-background-color:var(--color-background);transition:background var(--animation-time) linear}.uui-select-variant-soft.uui-select-focused,.uui-select-variant-soft.uui-select-open{border-color:var(--select-focus-border-color);outline:0}.has-error .uui-select-variant-soft,.validate-error .uui-select-variant-soft{border:1px solid var(--error-color)}.uui-select-variant-underline{border-bottom:1px solid var(--select-border-color);border-radius:0}.has-error .uui-select-variant-underline,.validate-error .uui-select-variant-underline{border-bottom:1px solid var(--error-color)}.uui-select-variant-borderless{background-color:transparent}.uui-select-variant-borderless.uui-select-single .uui-select-selection .uui-select-selection-item,.uui-select-variant-borderless.uui-select-single .uui-select-selection .uui-select-selection-placeholder{position:static;transform:none}.uui-select-variant-borderless.uui-select-focused,.uui-select-variant-borderless.uui-select-open{outline:0}.uui-select-disabled{opacity:var(--disabled-opacity)}.uui-select-selection-item{flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media all and (-ms-high-contrast:none){.uui-select-selection-item,.uui-select-selection-item ::-ms-backdrop{flex:auto}}.uui-select-selection-placeholder{position:absolute;width:100%;top:50%;transform:translateY(-50%);overflow:hidden;color:var(--placeholder-color);white-space:nowrap;text-overflow:ellipsis}@media all and (-ms-high-contrast:none){.uui-select-selection-placeholder,.uui-select-selection-placeholder ::-ms-backdrop{flex:auto}}.uui-select-label{display:inline-flex;align-self:flex-start;align-items:center;font-size:var(--default-font-size);line-height:var(--select-height);color:var(--control-label-color);font-weight:var(--control-label-font-weight);flex-shrink:0}.uui-select-label:where(.uui-select-label-colon)::after{content:':'}.uui-select-label-required::before{display:inline-flex;margin-right:0;color:var(--required-color);font-size:var(--default-font-size);font-family:var(--required-font-family);line-height:1;content:'*'}.uui-select-arrow,.uui-select-clear,.uui-select-prefix{width:var(--icon-width-base);display:inline-flex;align-items:center;justify-content:center}.uui-select-arrow>i,.uui-select-clear>i,.uui-select-prefix>i{font-size:var(--icon-font-size);color:var(--icon-button-color)}.uui-select-arrow{-webkit-user-select:none;user-select:none;transition:transform .3s;pointer-events:none}.uui-select-disabled .uui-select-arrow{cursor:not-allowed}.uui-select-open:not(.uui-select-filterable):not(.uui-select-loading):not(.uui-select-arrow-no-rotate) .uui-select-arrow{transform:rotate(180deg)}.uui-select-prefix{pointer-events:none;transition:transform .3s}.uui-select-clear{text-rendering:auto;display:none}.uui-select-clear>i{width:auto;height:auto;line-height:1;border-radius:var(--icon-button-radius);padding:var(--icon-button-padding);color:var(--icon-button-color);background-color:transparent}.uui-select-clear:hover>i{color:var(--icon-button-hover-color);background-color:var(--icon-button-hover-background-color)}.uui-select-with-clear:hover .uui-select-clear{display:inline-flex}.uui-select-with-clear:hover .uui-select-arrow{display:none}.uui-select-single .uui-select-selection{position:relative;flex:1 1 auto;width:calc(100% - var(--icon-width-base) - var(--control-padding-x));display:block;background-color:transparent;align-items:center;transition:all var(--animation-time) ease-in-out;display:flex;height:calc(var(--select-height) - 2px);padding:0}.uui-select-single .uui-select-selection input{cursor:pointer}.uui-select-disabled.uui-select-single .uui-select-selection{cursor:not-allowed}.uui-select-disabled.uui-select-single .uui-select-selection input{cursor:not-allowed}.uui-select-filterable.uui-select-single .uui-select-selection{cursor:text}.uui-select-filterable.uui-select-single .uui-select-selection input{cursor:auto}.uui-select-single .uui-select-selection .uui-select-selection-search-input{margin:0;padding:0;background:0 0;border:none;outline:0;appearance:none;flex:1}.uui-select-single .uui-select-selection .uui-select-selection-search-input::-webkit-search-cancel-button{display:none;appearance:none}.uui-select-single .uui-select-selection .uui-select-selection-search{position:absolute;inset:0}.uui-select-single .uui-select-selection .uui-select-selection-search-input{height:100%;width:100%}.uui-select-single .uui-select-selection .uui-select-selection-item,.uui-select-single .uui-select-selection .uui-select-selection-placeholder{padding:0;transition:all var(--animation-time)}.uui-select-single .uui-select-selection .uui-select-selection-item{position:absolute;width:100%;top:50%;transform:translateY(-50%);-webkit-user-select:none;user-select:none}.uui-select-single .uui-select-selection .uui-select-selection-placeholder{pointer-events:none}.uui-select-single .uui-select-selection::after{line-height:calc(var(--select-height) - 2px)}.uui-select-single.uui-select-open .uui-select-selection-item{color:var(--placeholder-color)}.uui-select-single.uui-select-small{--select-height:var(--control-height-small)}.uui-select-single.uui-select-small .uui-select-selection .uui-select-selection-item,.uui-select-single.uui-select-small .uui-select-selection .uui-select-selection-placeholder,.uui-select-single.uui-select-small .uui-select-selection .uui-select-selection-search,.uui-select-single.uui-select-small .uui-select-selection::after{font-size:var(--font-size-xs)}.uui-select-single.uui-select-large{--select-height:var(--control-height-large)}.uui-select-multiple{height:auto;min-height:var(--select-height);--select-multiple-item-height:calc(var(--select-height) - var(--select-multiple-selection-vertical-padding) * 2 - 2px)}.uui-select-multiple .uui-select-selection{position:relative;flex:1 1 auto;width:calc(100% - var(--icon-width-base) - var(--control-padding-x));display:block;background-color:transparent;transition:all var(--animation-time) ease-in-out;display:flex;gap:var(--space-1);flex-wrap:wrap;align-items:center;padding:var(--select-multiple-selection-vertical-padding) 0}.uui-select-multiple .uui-select-selection input{cursor:pointer}.uui-select-disabled.uui-select-multiple .uui-select-selection{cursor:not-allowed}.uui-select-disabled.uui-select-multiple .uui-select-selection input{cursor:not-allowed}.uui-select-filterable.uui-select-multiple .uui-select-selection{cursor:text}.uui-select-filterable.uui-select-multiple .uui-select-selection input{cursor:auto}.uui-select-multiple .uui-select-selection .uui-select-selection-search-input{margin:0;padding:0;background:0 0;border:none;outline:0;appearance:none;flex:1}.uui-select-multiple .uui-select-selection .uui-select-selection-search-input::-webkit-search-cancel-button{display:none;appearance:none}.uui-select-filterable.uui-select-multiple .uui-select-selection{cursor:text}.uui-select-multiple:has(.uui-select-selection-item){padding-left:var(--select-multiple-selection-vertical-padding)}.uui-select-multiple .uui-select-selection-item{position:relative;display:inline-flex;align-items:center;flex:none;gap:var(--space-1);box-sizing:border-box;max-width:100%;height:var(--select-multiple-item-height);padding:var(--select-multiple-item-padding);line-height:var(--select-multiple-item-height);background:var(--select-multiple-item-background-color);border:none;border-radius:var(--select-multiple-item-border-radius);cursor:default;transition:font-size .3s,line-height .3s,height .3s;-webkit-user-select:none;user-select:none}.uui-select-multiple .uui-select-selection-item-content{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.uui-select-multiple .uui-select-selection-item-remove{display:flex;align-items:center;color:var(--icon-button-color);font-weight:700;font-size:var(--font-size-sm);line-height:1;height:var(--font-size-sm);width:var(--font-size-sm);cursor:pointer;border-radius:var(--radius-full)}.uui-select-multiple .uui-select-selection-item-remove:hover{color:var(--icon-button-hover-color)}.uui-select-multiple .uui-select-selection-search{position:relative;margin-left:0;display:flex}.uui-select-multiple .uui-select-selection-search-input,.uui-select-multiple .uui-select-selection-search-mirror{font-family:var(--default-font-family);line-height:var(--select-multiple-item-height);transition:all .3s}.uui-select-multiple .uui-select-selection-search-input{width:100%;min-width:4.1px}.uui-select-multiple .uui-select-selection-search-mirror{position:absolute;top:0;left:0;z-index:999;white-space:nowrap;visibility:hidden}.uui-select-multiple .uui-select-selection-placeholder{position:absolute;top:50%;right:0;left:0;transform:translateY(-50%);transition:all .3s}.uui-select-multiple.uui-select-small{--select-height:var(--control-height-small);--select-multiple-item-height:calc(var(--select-height) - var(--select-multiple-selection-vertical-padding) * 2 - 2px)}.uui-select-multiple.uui-select-small .uui-select-selection-search-input,.uui-select-multiple.uui-select-small .uui-select-selection-search-mirror{font-size:var(--font-size-xs)}.uui-select-multiple.uui-select-small .uui-select-selection-item{font-size:var(--font-size-xs)}.uui-select-multiple.uui-select-small .uui-select-selection-placeholder{font-size:var(--font-size-xs)}.uui-select-multiple.uui-select-large{--select-height:var(--control-height-large);--select-multiple-item-height:calc(var(--select-height) - var(--select-multiple-selection-vertical-padding) * 2 - 2px)}.uui-select-selection-tooltip{display:flex;gap:var(--space-1);max-height:calc(var(--select-multiple-item-height) * 5 + var(--space-1) * 4);flex-wrap:wrap;overflow-y:auto;--select-multiple-item-height:calc(var(--select-height) - var(--select-multiple-selection-vertical-padding) * 2 - 2px)}.uui-select-selection-tooltip .uui-select-selection-item{position:relative;display:inline-flex;align-items:center;flex:none;gap:var(--space-1);box-sizing:border-box;max-width:100%;height:var(--select-multiple-item-height);padding:var(--select-multiple-item-padding);line-height:var(--select-multiple-item-height);background:var(--select-multiple-item-background-color);border:none;border-radius:var(--select-multiple-item-border-radius);cursor:default;transition:font-size .3s,line-height .3s,height .3s;-webkit-user-select:none;user-select:none}.uui-select-selection-tooltip .uui-select-selection-item-content{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.uui-select-selection-tooltip .uui-select-selection-item-remove{display:flex;align-items:center;color:var(--icon-button-color);font-weight:700;font-size:var(--font-size-sm);line-height:1;height:var(--font-size-sm);width:var(--font-size-sm);cursor:pointer;border-radius:var(--radius-full)}.uui-select-selection-tooltip .uui-select-selection-item-remove:hover{color:var(--icon-button-hover-color)}.uui-select-disabled .uui-select-selection-item-remove{display:none}.uui-select-large{--select-border-radius:var(--control-radius-large);--select-height:var(--control-height-large)}.uui-select-small{--select-border-radius:var(--control-radius-small);--select-height:var(--control-height-small);--icon-button-padding:calc(var(--space-1) * 0.75)}.uui-select-small .uui-select-label{font-size:var(--font-size-xs)}.uui-select-rtl,[data-direction=rtl] .uui-select,[dir=rtl] .uui-select{direction:rtl}.uui-select-rtl.uui-select-multiple:has(.uui-select-selection-item),[data-direction=rtl] .uui-select.uui-select-multiple:has(.uui-select-selection-item),[dir=rtl] .uui-select.uui-select-multiple:has(.uui-select-selection-item){padding-left:var(--control-padding-x);padding-right:var(--select-multiple-selection-vertical-padding)}.uui-select-rtl:has(.uui-select-label),[data-direction=rtl] .uui-select:has(.uui-select-label),[dir=rtl] .uui-select:has(.uui-select-label){padding-right:0;padding-left:var(--control-padding-r)}.uui-select-dropdown{margin:0;padding:0;color:var(--default-font-color);font-variant:var(--default-font-variant);line-height:var(--default-line-height);list-style:none;font-feature-settings:var(--default-font-feature-settings);position:absolute;top:-9999px;left:-9999px;z-index:var(--zindex-dropdown);box-sizing:border-box;padding:var(--select-dropdown-padding-vertical) 0;overflow:hidden;font-size:var(--default-font-size);font-variant:initial;background-color:var(--select-dropdown-background-color);border-radius:var(--dropdown-border-radius);outline:0;box-shadow:var(--dropdown-shadow);border:1px solid var(--color-border-split)}.uui-select-dropdown-hidden{display:none}.uui-select-dropdown-operate{padding:0 var(--control-padding-x) var(--space-2);border-bottom:1px solid var(--color-border-split)}.uui-select-dropdown-list{padding:0 var(--select-dropdown-padding-horizontal)}.uui-select-dropdown-rtl,[data-direction=rtl] .uui-select-dropdown,[dir=rtl] .uui-select-dropdown{direction:rtl}.uui-select-item-empty{display:flex;justify-content:center;align-items:center;color:var(--color-disabled-font)}.uui-select-item{position:relative;display:flex;align-items:center;padding:var(--select-dropdown-item-padding);color:var(--default-font-color);font-weight:400;font-size:var(--default-font-size);border-radius:var(--select-dropdown-item-radius);line-height:var(--line-height-5);cursor:pointer}.uui-select-item-group{color:var(--select-dropdown-group-item-color);font-weight:var(--select-dropdown-group-item-font-weight);padding:var(--select-dropdown-item-padding);cursor:default}.uui-select-item-option{display:inline-flex}.uui-select-item-option-content{flex:auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.uui-select-item-option-state{flex-grow:0;flex-shrink:0;width:var(--icon-font-size)}.uui-select-item-option-selected:not(.uui-select-item-option-disabled){color:var(--dropdown-item-selected-color)}.uui-select-item-option-active:not(.uui-select-item-option-disabled){background-color:var(--dropdown-item-hover-background-color);color:var(--dropdown-item-hover-font-color)}.uui-select-item-option-selected:not(.uui-select-item-option-disabled).uui-select-item-option-active{background-color:var(--dropdown-item-hover-background-color);color:var(--dropdown-item-selected-color)}.uui-select-item-option-selected:not(.uui-select-item-option-disabled).uui-select-item-option-active .uui-select-dropdown-item-option-state{color:var(--dropdown-item-selected-color)}.uui-select-item-option-disabled{opacity:var(--disabled-opacity);cursor:not-allowed}.uui-select-item-small{font-size:var(--font-size-xs)}
1
+ :root,[data-theme-color]{--primary-color:var(--primary-9)}.light,.light-theme,:root{--default-font-color:#222;--heading-color:#222;--secondary-font-color:#999;--placeholder-color:#d3d3d3;--color-background:white;--color-background-secondary:#f3f5f7;--color-overlay:rgba(0, 0, 0, 0.6);--color-panel-solid:white;--color-panel-translucent:rgba(255, 255, 255, 0.7);--color-surface:rgba(255, 255, 255, 0.85);--color-border-split:#f2f2f2;--color-border-input:#e0e0e0;--color-border-base:#e0e0e0;--color-disabled-font:#d3d3d3;--color-soft-control-background:#f3f5f7;--scrollbar-thumb-background-color:#d3d3d3;--scrollbar-thumb-background-color-hover:#999;color-scheme:light}.dark,.dark-theme{--default-font-color:#fff;--heading-color:#fff;--secondary-font-color:#eee;--placeholder-color:#d3d3d3;--color-background:var(--gray-2);--color-background-secondary:var(--gray-3);--color-overlay:var(--black-a8);--color-panel-solid:var(--gray-2);--color-panel-translucent:var(--gray-a2);--color-surface:rgba(0, 0, 0, 0.25);--color-border-split:var(--gray-9);--color-border-base:var(--gray-9);--color-border-input:var(--gray-9);--color-disabled-font:var(--gray-8);--color-disabled-background:var(--gray-2);--color-soft-control-background:var(--gray-4);--scrollbar-thumb-background-color:rgba(255, 255, 255, 0.5);--scrollbar-thumb-background-color-hover:rgba(255, 255, 255, 0.7);color-scheme:dark}.dark,.dark-theme,.light,.light-theme,:root,[data-color],[data-theme-color]{--link-color:var(--primary-9);--link-hover-color:var(--primary-10);--link-active-color:var(--primary-11);--dropdown-item-selected-color:var(--default-font-color);--dropdown-item-hover-background-color:var(--color-background-secondary);--dropdown-item-hover-font-color:var(--default-font-color);--highlight-color:var(--primary-10);--primary-color:var(--primary-9);--primary-hover:var(--primary-a90);--primary-active:var(--primary-a90);--primary-soft:var(--primary-4);--primary-soft-hover:var(--primary-5);--primary-soft-active:var(--primary-6)}.dark,.dark-theme,.light,.light-theme,:root{--error-soft:#feebe7;--error-soft-hover:#ffdcd3;--error-color:#fe3b2f;--error-hover:rgba(254, 59, 47, 0.9);--error-active:rgba(254, 59, 47, 0.9);--error-a30:rgba(254, 59, 47, 0.3);--error-a50:rgba(254, 59, 47, 0.5);--success-soft:#e9f6e9;--success-soft-hover:#daf1db;--success-color:#17c964;--success-a30:rgba(23, 201, 100, 0.3);--success-a50:rgba(23, 201, 100, 0.5);--success-hover:rgba(23, 201, 100, 0.9);--success-active:rgba(23, 201, 100, 0.9);--warning-soft:#ffefd6;--warning-soft-hover:#ffdfb5;--warning-color:#ff8200;--warning-a30:rgba(255, 130, 0, 0.3);--warning-a50:rgba(255, 130, 0, 0.5);--warning-hover:rgba(255, 130, 0, 0.9);--warning-active:rgba(255, 130, 0, 0.9);--color-contrast:white;--transition-colors:color,background-color,border-color,text-decoration-color,fill,stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1);--animation-time:0.3s;--animation-time-fast:0.15s;--animation-time-short:0.2s;--animation-time-long:0.5s;--border-width-base:1px;--border-style-base:solid;--control-disabled-background-color:var(--gray-2);--control-disabled-border-color:var(--color-border-disabled);--control-surface-background-color:var(--color-background);--control-height-small:var(--space-8);--control-height-base:var(--space-9);--control-height-large:var(--space-10);--control-padding-y:0;--control-padding-x:var(--space-3);--control-label-color:var(--secondary-font-color);--control-label-font-weight:var(--font-weight-medium);--control-inner-gap:var(--space-1);--icon-width-base:var(--space-4);--icon-font-size:var(--font-size-base);--icon-button-width:var(--space-8);--icon-button-color:#d3d3d3;--icon-button-padding:var(--space-1);--icon-button-hover-color:#999;--icon-button-hover-background-color:#f3f5f7;--scrollbar-width:6px;--required-color:var(--error-color);--required-font-size:var(--font-size-sm);--required-font-family:'SimSun',sans-serif;--disabled-opacity:0.4;--link-decoration:none;--link-hover-decoration:underline;--zindex-badge:auto;--zindex-table-fixed:10;--zindex-affix:10;--zindex-back-top:10;--zindex-picker-panel:10;--zindex-popup-close:10;--zindex-spin:10;--zindex-modal:1000;--zindex-modal-mask:1000;--zindex-message:1010;--zindex-notice:1010;--zindex-popover:1030;--zindex-dropdown:1050;--zindex-tooltip:1060;--zindex-loading-bar:2000;--dropdown-shadow:var(--shadow-md);--popover-shadow:var(--shadow-md);--modal-shadow:var(--shadow-lg);--message-shadow:var(--shadow-lg);--notice-shadow:var(--shadow-lg);--card-shadow:var(--shadow-base);--mask-background-color:var(--color-overlay);--ease-base-out:cubic-bezier(0.7, 0.3, 0.1, 1);--ease-base-in:cubic-bezier(0.9, 0, 0.3, 0.7);--ease-out:cubic-bezier(0.215, 0.61, 0.355, 1);--ease-in:cubic-bezier(0.55, 0.055, 0.675, 0.19);--ease-in-out:cubic-bezier(0.645, 0.045, 0.355, 1);--ease-out-back:cubic-bezier(0.12, 0.4, 0.29, 1.46);--ease-in-back:cubic-bezier(0.71, -0.46, 0.88, 0.6);--ease-in-out-back:cubic-bezier(0.71, -0.46, 0.29, 1.46);--ease-out-circ:cubic-bezier(0.08, 0.82, 0.17, 1);--ease-in-circ:cubic-bezier(0.6, 0.04, 0.98, 0.34);--ease-in-out-circ:cubic-bezier(0.78, 0.14, 0.15, 0.86);--ease-out-quint:cubic-bezier(0.23, 1, 0.32, 1);--ease-in-quint:cubic-bezier(0.755, 0.05, 0.855, 0.06);--ease-in-out-quint:cubic-bezier(0.86, 0, 0.07, 1)}[data-color=error]{--link-color:var(--error-color);--link-hover-color:var(--error-hover);--link-active-color:var(--error-active)}[data-color=warning]{--link-color:var(--warning-color);--link-hover-color:var(--warning-hover);--link-active-color:var(--warning-active)}[data-color=success]{--link-color:var(--success-color);--link-hover-color:var(--success-hover);--link-active-color:var(--success-active)}[data-color]{--primary-shadow-3:0 0 0 1px var(--primary-a3),0 2px 3px -2px var(--primary-a3),0 3px 12px -4px var(--primary-a3),0 4px 16px -8px var(--primary-a3)}:root,[data-radius]{--dropdown-border-radius:var(--radius-md);--icon-button-radius:var(--radius-md);--modal-border-radius:var(--radius-lg);--control-radius:var(--radius-md);--control-radius-small:var(--radius-md);--control-radius-large:var(--radius-md)}.uui-select,.uui-select-dropdown,.uui-select-dropdown-tooltip{--select-width:100%;--select-max-width:auto;--select-background-color:var(--color-surface);--select-border-color:var(--color-border-input);--select-height:var(--control-height-base);--select-border-radius:var(--control-radius);--select-focus-border-color:var(--primary-color);--select-dropdown-background-color:var(--color-background);--select-dropdown-padding-vertical:var(--space-1);--select-dropdown-padding-horizontal:var(--space-1);--select-dropdown-item-padding:var(--space-1-5) var(--space-2);--select-dropdown-item-radius:var(--radius-base);--select-dropdown-group-item-color:var(--secondary-font-color);--select-dropdown-group-item-font-weight:var(--font-weight-medium);--select-multiple-selection-vertical-padding:calc(var(--space-1));--select-multiple-item-padding:0 var(--space-1);--select-multiple-item-border-radius:var(--radius-base);--select-multiple-item-background-color:var(--color-soft-control-background)}[data-radius=full]{--select-border-radius:var(--radius-full)}.uui-select{box-sizing:border-box;margin:0;padding:0;color:var(--default-font-color);font-size:var(--default-font-size);font-variant:var(--default-font-variant);line-height:var(--default-line-height);list-style:none;font-feature-settings:var(--default-font-feature-settings);position:relative;display:inline-flex;align-items:center;column-gap:var(--control-inner-gap);border-radius:var(--select-border-radius);background-color:var(--select-background-color);padding:var(--control-padding-y) var(--control-padding-x);outline:0;width:var(--select-width);cursor:pointer;height:var(--select-height);line-height:var(--select-height)}.uui-select-variant-surface{border:1px solid var(--select-border-color);background-color:var(--select-background-color)}.uui-select-variant-surface.uui-select-focused,.uui-select-variant-surface.uui-select-open{--select-border-color:var(--select-focus-border-color)}.has-error .uui-select-variant-surface,.validate-error .uui-select-variant-surface{--select-border-color:var(--error-color)}.uui-select-variant-soft{--select-background-color:var(--color-soft-control-background);--select-hover-background-color:var(--color-soft-control-hover-background);--select-multiple-item-background-color:var(--color-background);transition:background var(--animation-time) linear}.uui-select-variant-soft.uui-select-focused,.uui-select-variant-soft.uui-select-open{border-color:var(--select-focus-border-color);outline:0}.has-error .uui-select-variant-soft,.validate-error .uui-select-variant-soft{border:1px solid var(--error-color)}.uui-select-variant-underline{border-bottom:1px solid var(--select-border-color);border-radius:0}.has-error .uui-select-variant-underline,.validate-error .uui-select-variant-underline{border-bottom:1px solid var(--error-color)}.uui-select-variant-borderless{background-color:transparent}.uui-select-variant-borderless.uui-select-single .uui-select-selection .uui-select-selection-item,.uui-select-variant-borderless.uui-select-single .uui-select-selection .uui-select-selection-placeholder{position:static;transform:none}.uui-select-variant-borderless.uui-select-focused,.uui-select-variant-borderless.uui-select-open{outline:0}.uui-select-disabled{opacity:var(--disabled-opacity)}.uui-select-selection-item{flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media all and (-ms-high-contrast:none){.uui-select-selection-item,.uui-select-selection-item ::-ms-backdrop{flex:auto}}.uui-select-selection-placeholder{position:absolute;width:100%;top:50%;transform:translateY(-50%);overflow:hidden;color:var(--placeholder-color);white-space:nowrap;text-overflow:ellipsis}@media all and (-ms-high-contrast:none){.uui-select-selection-placeholder,.uui-select-selection-placeholder ::-ms-backdrop{flex:auto}}.uui-select-label{display:inline-flex;align-self:flex-start;align-items:center;font-size:var(--default-font-size);line-height:var(--select-height);color:var(--control-label-color);font-weight:var(--control-label-font-weight);flex-shrink:0}.uui-select-label:where(.uui-select-label-colon)::after{content:':'}.uui-select-label-required::before{display:inline-flex;margin-right:0;color:var(--required-color);font-size:var(--default-font-size);font-family:var(--required-font-family);line-height:1;content:'*'}.uui-select-arrow,.uui-select-clear,.uui-select-prefix{width:var(--icon-width-base);display:inline-flex;align-items:center;justify-content:center}.uui-select-arrow>i,.uui-select-clear>i,.uui-select-prefix>i{font-size:var(--icon-font-size);color:var(--icon-button-color)}.uui-select-arrow{-webkit-user-select:none;user-select:none;transition:transform .3s;pointer-events:none}.uui-select-disabled .uui-select-arrow{cursor:not-allowed}.uui-select-open:not(.uui-select-filterable):not(.uui-select-loading):not(.uui-select-arrow-no-rotate) .uui-select-arrow{transform:rotate(180deg)}.uui-select-prefix{pointer-events:none;transition:transform .3s}.uui-select-clear{text-rendering:auto;display:none}.uui-select-clear>i{width:auto;height:auto;line-height:1;border-radius:var(--icon-button-radius);padding:var(--icon-button-padding);color:var(--icon-button-color);background-color:transparent}.uui-select-clear:hover>i{color:var(--icon-button-hover-color);background-color:var(--icon-button-hover-background-color)}.uui-select-with-clear:hover .uui-select-clear{display:inline-flex}.uui-select-with-clear:hover .uui-select-arrow{display:none}.uui-select-single .uui-select-selection{position:relative;flex:1 1 auto;width:calc(100% - var(--icon-width-base) - var(--control-padding-x));display:block;background-color:transparent;align-items:center;transition:all var(--animation-time) ease-in-out;display:flex;height:calc(var(--select-height) - 2px);padding:0}.uui-select-single .uui-select-selection input{cursor:pointer}.uui-select-disabled.uui-select-single .uui-select-selection{cursor:not-allowed}.uui-select-disabled.uui-select-single .uui-select-selection input{cursor:not-allowed}.uui-select-filterable.uui-select-single .uui-select-selection{cursor:text}.uui-select-filterable.uui-select-single .uui-select-selection input{cursor:auto}.uui-select-single .uui-select-selection .uui-select-selection-search-input{margin:0;padding:0;background:0 0;border:none;outline:0;appearance:none;flex:1}.uui-select-single .uui-select-selection .uui-select-selection-search-input::-webkit-search-cancel-button{display:none;appearance:none}.uui-select-single .uui-select-selection .uui-select-selection-search{position:absolute;inset:0}.uui-select-single .uui-select-selection .uui-select-selection-search-input{height:100%;width:100%}.uui-select-single .uui-select-selection .uui-select-selection-item,.uui-select-single .uui-select-selection .uui-select-selection-placeholder{padding:0;transition:all var(--animation-time)}.uui-select-single .uui-select-selection .uui-select-selection-item{position:absolute;width:100%;top:50%;transform:translateY(-50%);-webkit-user-select:none;user-select:none}.uui-select-single .uui-select-selection .uui-select-selection-placeholder{pointer-events:none}.uui-select-single .uui-select-selection::after{line-height:calc(var(--select-height) - 2px)}.uui-select-single.uui-select-open .uui-select-selection-item{color:var(--placeholder-color)}.uui-select-single.uui-select-small{--select-height:var(--control-height-small)}.uui-select-single.uui-select-small .uui-select-selection .uui-select-selection-item,.uui-select-single.uui-select-small .uui-select-selection .uui-select-selection-placeholder,.uui-select-single.uui-select-small .uui-select-selection .uui-select-selection-search,.uui-select-single.uui-select-small .uui-select-selection::after{font-size:var(--font-size-xs)}.uui-select-single.uui-select-large{--select-height:var(--control-height-large)}.uui-select-multiple{height:auto;min-height:var(--select-height);--select-multiple-item-height:calc(var(--select-height) - var(--select-multiple-selection-vertical-padding) * 2 - 2px)}.uui-select-multiple .uui-select-selection{position:relative;flex:1 1 auto;width:calc(100% - var(--icon-width-base) - var(--control-padding-x));display:block;background-color:transparent;transition:all var(--animation-time) ease-in-out;display:flex;gap:var(--space-1);flex-wrap:wrap;align-items:center;padding:var(--select-multiple-selection-vertical-padding) 0}.uui-select-multiple .uui-select-selection input{cursor:pointer}.uui-select-disabled.uui-select-multiple .uui-select-selection{cursor:not-allowed}.uui-select-disabled.uui-select-multiple .uui-select-selection input{cursor:not-allowed}.uui-select-filterable.uui-select-multiple .uui-select-selection{cursor:text}.uui-select-filterable.uui-select-multiple .uui-select-selection input{cursor:auto}.uui-select-multiple .uui-select-selection .uui-select-selection-search-input{margin:0;padding:0;background:0 0;border:none;outline:0;appearance:none;flex:1}.uui-select-multiple .uui-select-selection .uui-select-selection-search-input::-webkit-search-cancel-button{display:none;appearance:none}.uui-select-filterable.uui-select-multiple .uui-select-selection{cursor:text}.uui-select-multiple:has(.uui-select-selection-item){padding-left:var(--select-multiple-selection-vertical-padding)}.uui-select-multiple .uui-select-selection-item{position:relative;display:inline-flex;align-items:center;flex:none;gap:var(--space-1);box-sizing:border-box;max-width:100%;height:var(--select-multiple-item-height);padding:var(--select-multiple-item-padding);line-height:var(--select-multiple-item-height);background:var(--select-multiple-item-background-color);border:none;border-radius:var(--select-multiple-item-border-radius);cursor:default;transition:font-size .3s,line-height .3s,height .3s;-webkit-user-select:none;user-select:none}.uui-select-multiple .uui-select-selection-item-content{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.uui-select-multiple .uui-select-selection-item-remove{display:flex;align-items:center;color:var(--icon-button-color);font-weight:700;font-size:var(--font-size-sm);line-height:1;height:var(--font-size-sm);width:var(--font-size-sm);cursor:pointer;border-radius:var(--radius-full)}.uui-select-multiple .uui-select-selection-item-remove:hover{color:var(--icon-button-hover-color)}.uui-select-multiple .uui-select-selection-search{position:relative;margin-left:0;display:flex}.uui-select-multiple .uui-select-selection-search-input,.uui-select-multiple .uui-select-selection-search-mirror{font-family:var(--default-font-family);line-height:var(--select-multiple-item-height);transition:all .3s}.uui-select-multiple .uui-select-selection-search-input{width:100%;min-width:4.1px}.uui-select-multiple .uui-select-selection-search-mirror{position:absolute;top:0;left:0;z-index:999;white-space:nowrap;visibility:hidden}.uui-select-multiple .uui-select-selection-placeholder{position:absolute;top:50%;right:0;left:0;transform:translateY(-50%);transition:all .3s}.uui-select-multiple.uui-select-small{--select-height:var(--control-height-small);--select-multiple-item-height:calc(var(--select-height) - var(--select-multiple-selection-vertical-padding) * 2 - 2px)}.uui-select-multiple.uui-select-small .uui-select-selection-search-input,.uui-select-multiple.uui-select-small .uui-select-selection-search-mirror{font-size:var(--font-size-xs)}.uui-select-multiple.uui-select-small .uui-select-selection-item{font-size:var(--font-size-xs)}.uui-select-multiple.uui-select-small .uui-select-selection-placeholder{font-size:var(--font-size-xs)}.uui-select-multiple.uui-select-large{--select-height:var(--control-height-large);--select-multiple-item-height:calc(var(--select-height) - var(--select-multiple-selection-vertical-padding) * 2 - 2px)}.uui-select-selection-tooltip{display:flex;gap:var(--space-1);max-height:calc(var(--select-multiple-item-height) * 5 + var(--space-1) * 4);flex-wrap:wrap;overflow-y:auto;--select-multiple-item-height:calc(var(--select-height) - var(--select-multiple-selection-vertical-padding) * 2 - 2px)}.uui-select-selection-tooltip .uui-select-selection-item{position:relative;display:inline-flex;align-items:center;flex:none;gap:var(--space-1);box-sizing:border-box;max-width:100%;height:var(--select-multiple-item-height);padding:var(--select-multiple-item-padding);line-height:var(--select-multiple-item-height);background:var(--select-multiple-item-background-color);border:none;border-radius:var(--select-multiple-item-border-radius);cursor:default;transition:font-size .3s,line-height .3s,height .3s;-webkit-user-select:none;user-select:none}.uui-select-selection-tooltip .uui-select-selection-item-content{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.uui-select-selection-tooltip .uui-select-selection-item-remove{display:flex;align-items:center;color:var(--icon-button-color);font-weight:700;font-size:var(--font-size-sm);line-height:1;height:var(--font-size-sm);width:var(--font-size-sm);cursor:pointer;border-radius:var(--radius-full)}.uui-select-selection-tooltip .uui-select-selection-item-remove:hover{color:var(--icon-button-hover-color)}.uui-select-disabled .uui-select-selection-item-remove{display:none}.uui-select-large{--select-border-radius:var(--control-radius-large);--select-height:var(--control-height-large)}.uui-select-small{--select-border-radius:var(--control-radius-small);--select-height:var(--control-height-small);--icon-button-padding:calc(var(--space-1) * 0.75)}.uui-select-small .uui-select-label{font-size:var(--font-size-xs)}.uui-select-rtl,[data-direction=rtl] .uui-select,[dir=rtl] .uui-select{direction:rtl}.uui-select-rtl.uui-select-multiple:has(.uui-select-selection-item),[data-direction=rtl] .uui-select.uui-select-multiple:has(.uui-select-selection-item),[dir=rtl] .uui-select.uui-select-multiple:has(.uui-select-selection-item){padding-left:var(--control-padding-x);padding-right:var(--select-multiple-selection-vertical-padding)}.uui-select-rtl:has(.uui-select-label),[data-direction=rtl] .uui-select:has(.uui-select-label),[dir=rtl] .uui-select:has(.uui-select-label){padding-right:0;padding-left:var(--control-padding-r)}.uui-select-dropdown{margin:0;padding:0;color:var(--default-font-color);font-variant:var(--default-font-variant);line-height:var(--default-line-height);list-style:none;font-feature-settings:var(--default-font-feature-settings);position:absolute;top:-9999px;left:-9999px;z-index:var(--zindex-dropdown);box-sizing:border-box;padding:var(--select-dropdown-padding-vertical) 0;overflow:hidden;font-size:var(--default-font-size);font-variant:initial;background-color:var(--select-dropdown-background-color);border-radius:var(--dropdown-border-radius);outline:0;box-shadow:var(--dropdown-shadow);border:1px solid var(--color-border-split)}.uui-select-dropdown-hidden{display:none}.uui-select-dropdown-operate{padding:0 var(--control-padding-x) var(--space-2);border-bottom:1px solid var(--color-border-split)}.uui-select-dropdown-list{padding:0 var(--select-dropdown-padding-horizontal)}.uui-select-dropdown-rtl,[data-direction=rtl] .uui-select-dropdown,[dir=rtl] .uui-select-dropdown{direction:rtl}.uui-select-item-empty{display:flex;justify-content:center;align-items:center;color:var(--color-disabled-font)}.uui-select-item{position:relative;display:flex;align-items:center;padding:var(--select-dropdown-item-padding);color:var(--default-font-color);font-weight:400;font-size:var(--default-font-size);border-radius:var(--select-dropdown-item-radius);line-height:var(--line-height-5);cursor:pointer}.uui-select-item-group{color:var(--select-dropdown-group-item-color);font-weight:var(--select-dropdown-group-item-font-weight);padding:var(--select-dropdown-item-padding);cursor:default}.uui-select-item-option{display:inline-flex}.uui-select-item-option-content{flex:auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.uui-select-item-option-state{flex-grow:0;flex-shrink:0;width:var(--icon-font-size)}.uui-select-item-option-selected:not(.uui-select-item-option-disabled){color:var(--dropdown-item-selected-color)}.uui-select-item-option-active:not(.uui-select-item-option-disabled){background-color:var(--dropdown-item-hover-background-color);color:var(--dropdown-item-hover-font-color)}.uui-select-item-option-selected:not(.uui-select-item-option-disabled).uui-select-item-option-active{background-color:var(--dropdown-item-hover-background-color);color:var(--dropdown-item-selected-color)}.uui-select-item-option-selected:not(.uui-select-item-option-disabled).uui-select-item-option-active .uui-select-dropdown-item-option-state{color:var(--dropdown-item-selected-color)}.uui-select-item-option-disabled{opacity:var(--disabled-opacity);cursor:not-allowed}.uui-select-item-small{font-size:var(--font-size-xs)}