@next-core/brick-container 2.50.0 → 2.52.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -43,6 +43,72 @@
43
43
  --palette-amber-8: #ab7800;
44
44
  --palette-amber-9: #855800;
45
45
  --palette-amber-10: #5e3c00;
46
+
47
+ --palette-cyan-1: #f0ffff;
48
+ --palette-cyan-2: #c7feff;
49
+ --palette-cyan-3: #9efaff;
50
+ --palette-cyan-4: #75f4ff;
51
+ --palette-cyan-5: #4deaff;
52
+ --palette-cyan-6: #21d4f3;
53
+ --palette-cyan-7: #12aacc;
54
+ --palette-cyan-8: #0783a6;
55
+ --palette-cyan-9: #006080;
56
+ --palette-cyan-10: #004059;
57
+
58
+ --palette-orange-1: #fff8e6;
59
+ --palette-orange-2: #ffe6ab;
60
+ --palette-orange-3: #ffd582;
61
+ --palette-orange-4: #fcc058;
62
+ --palette-orange-5: #f0a22e;
63
+ --palette-orange-6: #e38306;
64
+ --palette-orange-7: #bd6500;
65
+ --palette-orange-8: #964b00;
66
+ --palette-orange-9: #703400;
67
+ --palette-orange-10: #4a2000;
68
+
69
+ --palette-yellow-1: #feffe6;
70
+ --palette-yellow-2: #ffffb8;
71
+ --palette-yellow-3: #fffb8f;
72
+ --palette-yellow-4: #fff566;
73
+ --palette-yellow-5: #ffec3d;
74
+ --palette-yellow-6: #fadb14;
75
+ --palette-yellow-7: #d4b106;
76
+ --palette-yellow-8: #ad8b00;
77
+ --palette-yellow-9: #876800;
78
+ --palette-yellow-10: #614700;
79
+
80
+ --palette-teal-1: #f0fff8;
81
+ --palette-teal-2: #c5fae4;
82
+ --palette-teal-3: #93edcb;
83
+ --palette-teal-4: #69e0b7;
84
+ --palette-teal-5: #42d4a5;
85
+ --palette-teal-6: #1dc897;
86
+ --palette-teal-7: #0ea17c;
87
+ --palette-teal-8: #067a61;
88
+ --palette-teal-9: #005445;
89
+ --palette-teal-10: #002e27;
90
+
91
+ --palette-purple-1: #faf0ff;
92
+ --palette-purple-2: #f7e8ff;
93
+ --palette-purple-3: #e6bfff;
94
+ --palette-purple-4: #c78ff2;
95
+ --palette-purple-5: #a863e6;
96
+ --palette-purple-6: #893ad8;
97
+ --palette-purple-7: #6827b3;
98
+ --palette-purple-8: #4a188c;
99
+ --palette-purple-9: #300c66;
100
+ --palette-purple-10: #1c0740;
101
+
102
+ --palette-pink-1: #ffe6ec;
103
+ --palette-pink-2: #ffbdcf;
104
+ --palette-pink-3: #ff94b6;
105
+ --palette-pink-4: #ff6b9f;
106
+ --palette-pink-5: #ff428b;
107
+ --palette-pink-6: #ff1a79;
108
+ --palette-pink-7: #d90b67;
109
+ --palette-pink-8: #b30056;
110
+ --palette-pink-9: #8c0048;
111
+ --palette-pink-10: #660038;
46
112
  }
47
113
 
48
114
  html[data-theme="dark-v2"],
@@ -90,6 +156,72 @@ html[data-theme="dark-v2"],
90
156
  --palette-amber-8: #f3d954;
91
157
  --palette-amber-9: #f8e87d;
92
158
  --palette-amber-10: #faf2a5;
159
+
160
+ --palette-cyan-1: #14282f;
161
+ --palette-cyan-2: #163c47;
162
+ --palette-cyan-3: #1a505c;
163
+ --palette-cyan-4: #1c6d7d;
164
+ --palette-cyan-5: #1e93a8;
165
+ --palette-cyan-6: #20b9d4;
166
+ --palette-cyan-7: #45d5e8;
167
+ --palette-cyan-8: #6ee8f4;
168
+ --palette-cyan-9: #98f3f8;
169
+ --palette-cyan-10: #c1f9fa;
170
+
171
+ --palette-orange-1: #2a1f16;
172
+ --palette-orange-2: #412b14;
173
+ --palette-orange-3: #553815;
174
+ --palette-orange-4: #734812;
175
+ --palette-orange-5: #9c5e0e;
176
+ --palette-orange-6: #c5740b;
177
+ --palette-orange-7: #da952e;
178
+ --palette-orange-8: #f1b958;
179
+ --palette-orange-9: #f8d082;
180
+ --palette-orange-10: #fae3aa;
181
+
182
+ --palette-yellow-1: #2e2816;
183
+ --palette-yellow-2: #463e16;
184
+ --palette-yellow-3: #5b5219;
185
+ --palette-yellow-4: #7e7019;
186
+ --palette-yellow-5: #ab9818;
187
+ --palette-yellow-6: #d9bf17;
188
+ --palette-yellow-7: #e8d73c;
189
+ --palette-yellow-8: #f3ea65;
190
+ --palette-yellow-9: #f8f48d;
191
+ --palette-yellow-10: #fafab7;
192
+
193
+ --palette-teal-1: #142625;
194
+ --palette-teal-2: #153a33;
195
+ --palette-teal-3: #194d40;
196
+ --palette-teal-4: #1a6853;
197
+ --palette-teal-5: #1c8b6d;
198
+ --palette-teal-6: #1daf86;
199
+ --palette-teal-7: #3ec399;
200
+ --palette-teal-8: #67d9b1;
201
+ --palette-teal-9: #93e9c9;
202
+ --palette-teal-10: #c3f7e2;
203
+
204
+ --palette-purple-1: #1f172b;
205
+ --palette-purple-2: #2b1b40;
206
+ --palette-purple-3: #3a2254;
207
+ --palette-purple-4: #4b2770;
208
+ --palette-purple-5: #622e97;
209
+ --palette-purple-6: #7936bd;
210
+ --palette-purple-7: #9a5bd2;
211
+ --palette-purple-8: #be89e7;
212
+ --palette-purple-9: #e0baf8;
213
+ --palette-purple-10: #f3e4fa;
214
+
215
+ --palette-pink-1: #2e1423;
216
+ --palette-pink-2: #48142e;
217
+ --palette-pink-3: #5d1837;
218
+ --palette-pink-4: #7f1846;
219
+ --palette-pink-5: #ae195a;
220
+ --palette-pink-6: #dc1a6d;
221
+ --palette-pink-7: #e83e82;
222
+ --palette-pink-8: #f3679a;
223
+ --palette-pink-9: #f890b3;
224
+ --palette-pink-10: #fabacd;
93
225
  }
94
226
  :root,
95
227
  [data-override-theme="light"] {
@@ -154,6 +286,7 @@ html[data-theme="dark-v2"],
154
286
  --color-error-active: var(--palette-red-8);
155
287
  --color-error-bg: var(--palette-red-2);
156
288
  --color-error-outline: var(--palette-red-3);
289
+ --color-white: #fff;
157
290
 
158
291
  --small-border-radius: 2px;
159
292
  --medius-border-radius: 4px;
@@ -211,10 +344,14 @@ html[data-theme="dark-v2"],
211
344
  --menu-item-selected-bg: var(--color-brand);
212
345
  --menu-item-hover: #3e86e6;
213
346
  --menu-submenu-selected-bg: rgba(0, 99, 206, 0.2);
347
+ --menu-dropdown-bg: var(--palette-blue-1);
214
348
  --app-submenu-active-bg: #e0eeff;
215
349
 
216
350
  --checkbox-bg-hover: #ebf3fd;
217
351
  --checkbox-bg-active: var(--palette-gray-3);
352
+ --input-outline-hover: var(--palette-blue-6);
353
+ --input-outline-focus: var(--palette-blue-6);
354
+ --input-fill-bg: var(--palette-gray-3);
218
355
 
219
356
  --chart-legend-font-size: 12px;
220
357
  --chart-tooltips-font-size: 12px;
@@ -232,12 +369,14 @@ html[data-theme="dark-v2"],
232
369
  --antd-border-color-split-lighten-80: #fff;
233
370
  --antd-border-color-split: #f0f0f0;
234
371
  --antd-heading-color: rgba(0, 0, 0, 0.85);
372
+ --antd-label-color: var(--antd-heading-color);
235
373
  --antd-component-background: #fff;
236
374
  --antd-border-color-base: #d9d9d9;
237
375
  --text-color-disabled: #bfbfbf;
238
376
  --antd-background-color-base: #f5f5f5;
239
377
  --antd-item-active-bg: var(--antd-background-color-light);
240
378
  --antd-item-hover-bg: #f5f5f5;
379
+ --antd-icon-color-hover: rgba(0, 0, 0, 0.75);
241
380
 
242
381
  /*** menu ***/
243
382
  --antd-menu-bg: #4e93ef;
@@ -283,6 +422,7 @@ html[data-theme="dark-v2"],
283
422
  --antd-checkbox-color: var(--color-brand);
284
423
  --antd-checkbox-bg-hover: var(--checkbox-bg-hover);
285
424
  --antd-checkbox-checked: var(--checkbox-bg-active);
425
+ --antd-checkbox-check-bg: var(--antd-component-background);
286
426
 
287
427
  /*** card ***/
288
428
  --antd-card-background: var(--antd-component-background);
@@ -336,6 +476,8 @@ html[data-theme="dark-v2"],
336
476
  --antd-btn-special-icon-type-bg: var(--palette-gray-3);
337
477
  --antd-btn-special-icon-type-hover-color: var(--color-brand);
338
478
  --antd-btn-special-icon-type-hover-bg: #d8ecff;
479
+ --antd-btn-special-icon-type-active-color: #378be3;
480
+ --antd-btn-special-icon-type-active-bg: #bee0fb;
339
481
  --antd-btn-special-icon-type-disabled-color: var(--palette-gray-6);
340
482
  --antd-btn-special-icon-type-disabled-bg: var(--palette-gray-3);
341
483
 
@@ -374,6 +516,53 @@ html[data-theme="dark-v2"],
374
516
  --antd-anchor-radio-type-bg: var(--color-fill-bg-base-1);
375
517
  --antd-anchor-radio-type-title-active-color: #262626;
376
518
  --antd-anchor-radio-type-title-active-bg: var(--antd-component-background);
519
+
520
+ /*** input ***/
521
+ --antd-input-bg: var(--antd-component-background);
522
+ --antd-input-focus-border-color: var(--antd-primary-color);
523
+ --antd-input-hover-border-color: var(--antd-primary-color);
524
+ --antd-input-placeholder-color: var(--text-color-disabled);
525
+
526
+ /*** select ***/
527
+ --antd-select-item-selected-bg: #f5f5f5;
528
+ --antd-select-dropdown-bg: var(--antd-component-background);
529
+ --antd-select-item-active-bg: var(--antd-item-active-bg);
530
+
531
+ /*** table ***/
532
+ --antd-table-bg: var(--antd-component-background);
533
+ --antd-table-body-sort-bg: #fafafa;
534
+ --antd-table-border-color: var(--antd-border-color-split);
535
+ --antd-table-even-bg: var(--antd-table-bg);
536
+ --antd-table-header-bg: #f2f5f9;
537
+ --antd-table-header-color: var(--text-color-title);
538
+ --antd-table-header-filter-active-bg: #d8e1ed;
539
+ --antd-table-header-sort-active-bg: #e8edf4;
540
+ --antd-table-header-overwrite-sort-th-active-bg: #e0e5ec;
541
+ --antd-table-header-overwrite-sort-td-active-bg: #f4f5f7;
542
+ --antd-table-header-sort-active-filter-bg: #f9fafc;
543
+ --antd-table-row-hover-bg: var(--antd-background-color-light);
544
+ --antd-table-selected-row-hover-bg: #dcf2ff;
545
+ --antd-table-row-expand-icon-color: rgba(0, 0, 0, 0.55);
546
+ --antd-table-row-expand-icon-action-bg: #f5f5f5;
547
+ --antd-table-row-expand-nested-wrapper: #fafafa;
548
+ --antd-table-row-expand-nested-wrapper-border: #e8e8e8;
549
+ --antd-table-expanded-row-bg: #fbfbfb;
550
+
551
+ /*** pagination ***/
552
+ --antd-paination-total-text: var(--text-color-disabled);
553
+ --antd-pagination-total-strong-text: var(--text-color-default);
554
+ --antd-pagination-item-hover: var(--color-brand);
555
+ --antd-pagination-item-active-bg: transparent;
556
+ --antd-pagination-item-active-border: var(--color-brand);
557
+ --antd-pagination-item-active-text-color: var(--color-brand);
558
+ --antd-pagination-item-selected-hover-text-color: #2893f7;
559
+ --antd-pagination-item-selected-hover-border-color: var(
560
+ --antd-pagination-item-active-border
561
+ );
562
+ --antd-pagination-item-selected-hover-bg: transparent;
563
+
564
+ /*** modal ***/
565
+ --antd-modal-footer-bg: transparent;
377
566
  }
378
567
 
379
568
  html[data-theme="dark-v2"],
@@ -433,12 +622,13 @@ html[data-theme="dark-v2"],
433
622
  --menu-item-hover: var(--palette-gray-2);
434
623
  --app-submenu-bg: var(--palette-gray-2);
435
624
  --menu-submenu-selected-bg: var(--palette-gray-3);
625
+ --menu-dropdown-bg: var(--palette-blue-1);
436
626
  --app-submenu-active-bg: var(--palette-blue-1);
437
627
 
438
628
  --checkbox-bg-hover: var(--palette-gray-3);
439
629
  --checkbox-bg-active: var(--palette-blue-2);
440
630
  --dashboard-radio-item-shadow: 0px 0px 0px 2px rgba(20, 40, 74, 0.15);
441
-
631
+ --input-fill-bg: var(--palette-gray-2);
442
632
  --chart-tooltip-bg: rgba(23, 23, 26, 0.95);
443
633
  --chart-auxiliary-text: var(--palette-gray-9);
444
634
  --chart-outline-select: var(--palette-gray-10);
@@ -452,6 +642,7 @@ html[data-theme="dark-v2"],
452
642
 
453
643
  --antd-border-color-split: var(--color-text-divider-line);
454
644
  --antd-heading-color: var(--color-header-text);
645
+ --antd-label-color: var(--antd-heading-color);
455
646
  --antd-component-background: var(--color-fill-bg-container-1);
456
647
  --antd-border-color-base: var(--color-border-divider-line);
457
648
 
@@ -460,6 +651,7 @@ html[data-theme="dark-v2"],
460
651
 
461
652
  --antd-item-active-bg: var(--palette-gray-3);
462
653
  --antd-item-hover-bg: var(--palette-gray-3);
654
+ --antd-icon-color-hover: var(--color-normal-text);
463
655
 
464
656
  /*** menu ***/
465
657
  --antd-menu-bg: var(--menu-bg);
@@ -498,6 +690,7 @@ html[data-theme="dark-v2"],
498
690
  --antd-checkbox-color: var(--color-brand);
499
691
  --antd-checkbox-bg-hover: var(--checkbox-bg-hover);
500
692
  --antd-checkbox-checked: var(--checkbox-bg-active);
693
+ --antd-checkbox-check-bg: transparent;
501
694
 
502
695
  /*** card ***/
503
696
  --antd-card-background: var(--color-fill-bg-container-1);
@@ -548,6 +741,8 @@ html[data-theme="dark-v2"],
548
741
  --antd-btn-special-icon-type-bg: var(--color-fill-bg-base-1);
549
742
  --antd-btn-special-icon-type-hover-color: var(--color-brand-hover);
550
743
  --antd-btn-special-icon-type-hover-bg: var(--color-info-icon-bg);
744
+ --antd-btn-special-icon-type-active-color: var(--color-brand-active);
745
+ --antd-btn-special-icon-type-active-bg: var(--color-info-icon-bg);
551
746
  --antd-btn-special-icon-type-disabled-color: var(--color-disabled-text);
552
747
  --antd-btn-special-icon-type-disabled-bg: var(--color-fill-bg-base-1);
553
748
 
@@ -586,6 +781,60 @@ html[data-theme="dark-v2"],
586
781
  --antd-anchor-radio-type-bg: var(--color-fill-bg-base-1);
587
782
  --antd-anchor-radio-type-title-active-color: var(--color-info);
588
783
  --antd-anchor-radio-type-title-active-bg: var(--color-fill-bg-base-3);
784
+
785
+ /*** input ***/
786
+ --antd-input-bg: var(--antd-component-background);
787
+ --antd-input-focus-border-color: var(--input-outline-focus);
788
+ --antd-input-hover-border-color: var(--input-outline-hover);
789
+ --antd-input-placeholder-color: var(--text-color-disabled);
790
+
791
+ /*** select ***/
792
+ --antd-select-item-selected-bg: var(--menu-dropdown-bg);
793
+ --antd-select-dropdown-bg: var(--antd-component-background);
794
+ --antd-select-item-active-bg: var(--antd-item-active-bg);
795
+
796
+ /*** table ***/
797
+ --antd-table-bg: var(--antd-component-background);
798
+ --antd-table-body-sort-bg: var(--palette-gray-3);
799
+ --antd-table-border-color: var(--color-text-divider-line);
800
+ --antd-table-even-bg: var(--antd-table-bg);
801
+ --antd-table-header-bg: var(--color-fill-bg-base-4);
802
+ --antd-table-header-color: var(--color-header-text);
803
+ --antd-table-row-hover-bg: var(--color-fill-bg-base-1);
804
+
805
+ --antd-table-header-filter-active-bg: var(--color-fill-bg-base-1);
806
+ --antd-table-header-sort-active-bg: var(--color-fill-bg-base-1);
807
+ --antd-table-header-overwrite-sort-th-active-bg: var(
808
+ --antd-table-header-sort-active-bg
809
+ );
810
+ --antd-table-header-overwrite-sort-td-active-bg: var(
811
+ --antd-table-header-sort-active-bg
812
+ );
813
+ --antd-table-header-sort-active-filter-bg: var(--color-fill-bg-base-4);
814
+ --antd-table-selected-row-hover-bg: var(--menu-dropdown-bg);
815
+ --antd-table-row-expand-icon-color: var(--color-normal-text);
816
+ --antd-table-row-expand-icon-action-bg: var(--color-fill-bg-base-1);
817
+ --antd-table-row-expand-nested-wrapper: var(--color-fill-bg-container-2);
818
+ --antd-table-row-expand-nested-wrapper-border: var(--antd-table-border-color);
819
+ --antd-table-expanded-row-bg: var(--antd-table-row-expand-nested-wrapper);
820
+
821
+ /*** pagination ***/
822
+ --antd-paination-total-text: var(--color-disabled-text);
823
+ --antd-pagination-total-strong-text: var(--color-normal-text);
824
+ --antd-pagination-item-hover: var(--color-info);
825
+ --antd-pagination-item-active-bg: var(--color-brand);
826
+ --antd-pagination-item-active-border: var(--color-info);
827
+ --antd-pagination-item-active-text-color: var(--color-white);
828
+ --antd-pagination-item-selected-hover-text-color: var(
829
+ --antd-pagination-item-active-text-color
830
+ );
831
+ --antd-pagination-item-selected-hover-bg: var(--color-brand-hover);
832
+ --antd-pagination-item-selected-hover-border-color: var(
833
+ --antd-pagination-item-selected-hover-bg
834
+ );
835
+
836
+ /*** modal ***/
837
+ --antd-modal-footer-bg: var(--color-fill-bg-base-3);
589
838
  }
590
839
 
591
840
 
@@ -803,28 +1052,11 @@ html[data-theme="dark-v2"],
803
1052
  /* antd components */
804
1053
  --antd-card-background: var(--antd-component-background);
805
1054
  --antd-card-head-border-bottom-color: var(--antd-border-color-split);
806
- --antd-input-bg: var(--antd-component-background);
807
- --antd-input-focus-border-color: var(--antd-primary-color);
808
- --antd-input-hover-border-color: var(--antd-primary-color);
809
- --antd-input-placeholder-color: var(--text-color-disabled);
810
1055
  --antd-pagination-item-disabled-bg-active: #ddd;
811
1056
  --antd-picker-basic-cell-active-with-range-color: var(
812
1057
  --antd-background-color-light
813
1058
  );
814
1059
  --antd-picker-basic-cell-hover-with-range-color: #9fcdff;
815
- --antd-select-dropdown-bg: var(--antd-component-background);
816
- --antd-select-item-active-bg: var(--antd-item-active-bg);
817
- --antd-select-item-selected-bg: #f5f5f5;
818
- --antd-table-bg: var(--antd-component-background);
819
- --antd-table-body-sort-bg: #fafafa;
820
- --antd-table-border-color: var(--antd-border-color-split);
821
- --antd-table-even-bg: var(--antd-table-bg);
822
- --antd-table-header-bg: #f2f5f9;
823
- --antd-table-header-color: var(--text-color-title);
824
- --antd-table-header-filter-active-bg: #d8e1ed;
825
- --antd-table-header-sort-active-bg: #e8edf4;
826
- --antd-table-header-sort-active-filter-bg: #f9fafc;
827
- --antd-table-row-hover-bg: var(--antd-background-color-light);
828
1060
  --antd-text-color-secondary-shade-40: rgba(0, 0, 0, 0.78);
829
1061
  }
830
1062
 
@@ -2278,14 +2510,14 @@ html {
2278
2510
  transition: color 0.3s;
2279
2511
  }
2280
2512
  .ant-alert-close-icon .anticon-close:hover {
2281
- color: rgba(0, 0, 0, 0.75);
2513
+ color: var(--antd-icon-color-hover);
2282
2514
  }
2283
2515
  .ant-alert-close-text {
2284
2516
  color: var(--antd-text-color-secondary);
2285
2517
  transition: color 0.3s;
2286
2518
  }
2287
2519
  .ant-alert-close-text:hover {
2288
- color: rgba(0, 0, 0, 0.75);
2520
+ color: var(--antd-icon-color-hover);
2289
2521
  }
2290
2522
  .ant-alert-with-description {
2291
2523
  align-items: flex-start;
@@ -6117,7 +6349,7 @@ a.ant-btn-sm {
6117
6349
  width: 16px;
6118
6350
  height: 16px;
6119
6351
  direction: ltr;
6120
- background-color: #fff;
6352
+ background-color: vat(--antd-checkbox-check-bg);
6121
6353
  border: 1px solid var(--antd-border-color-base);
6122
6354
  border-radius: 6px;
6123
6355
  border-collapse: separate;
@@ -6239,7 +6471,7 @@ a.ant-btn-sm {
6239
6471
  margin-left: 0;
6240
6472
  }
6241
6473
  .ant-checkbox-indeterminate .ant-checkbox-inner {
6242
- background-color: #fff;
6474
+ background-color: vat(--antd-checkbox-check-bg);
6243
6475
  border-color: var(--antd-border-color-base);
6244
6476
  }
6245
6477
  .ant-checkbox-indeterminate .ant-checkbox-inner::after {
@@ -7951,7 +8183,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
7951
8183
  }
7952
8184
  .ant-drawer-close:focus,
7953
8185
  .ant-drawer-close:hover {
7954
- color: rgba(0, 0, 0, 0.75);
8186
+ color: var(--antd-icon-color-hover);
7955
8187
  text-decoration: none;
7956
8188
  }
7957
8189
  .ant-drawer-header-no-title .ant-drawer-close {
@@ -9108,7 +9340,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
9108
9340
  display: inline-flex;
9109
9341
  align-items: center;
9110
9342
  height: 32px;
9111
- color: var(--antd-heading-color);
9343
+ color: var(--antd-label-color);
9112
9344
  font-size: 14px;
9113
9345
  }
9114
9346
  .ant-form-item-label > label > .anticon {
@@ -17461,7 +17693,7 @@ textarea.ant-mentions {
17461
17693
  }
17462
17694
  .ant-modal-close:focus,
17463
17695
  .ant-modal-close:hover {
17464
- color: rgba(0, 0, 0, 0.75);
17696
+ color: var(--antd-icon-color-hover);
17465
17697
  text-decoration: none;
17466
17698
  }
17467
17699
  .ant-modal-header {
@@ -17480,7 +17712,7 @@ textarea.ant-mentions {
17480
17712
  .ant-modal-footer {
17481
17713
  padding: 10px 24px;
17482
17714
  text-align: right;
17483
- background: #f3f4f7;
17715
+ background: var(--antd-modal-footer-bg);
17484
17716
  border-top: 1px none var(--antd-border-color-split);
17485
17717
  border-radius: 0 0 6px 6px;
17486
17718
  }
@@ -19577,7 +19809,7 @@ span.ant-radio + * {
19577
19809
  vertical-align: -0.2em;
19578
19810
  }
19579
19811
  .ant-select-multiple .ant-select-selection-item-remove:hover {
19580
- color: rgba(0, 0, 0, 0.75);
19812
+ color: var(--antd-icon-color-hover);
19581
19813
  }
19582
19814
  .ant-select-multiple .ant-select-selection-overflow-item + .ant-select-selection-overflow-item .ant-select-selection-search {
19583
19815
  margin-inline-start: 0;
@@ -21849,7 +22081,7 @@ span.ant-radio + * {
21849
22081
  border-color: rgba(0, 0, 0, 0.03);
21850
22082
  }
21851
22083
  .ant-table-tbody > tr.ant-table-row-selected:hover > td {
21852
- background: #dcf2ff;
22084
+ background: var(--antd-table-selected-row-hover-bg);
21853
22085
  }
21854
22086
  .ant-table tfoot > tr > th,
21855
22087
  .ant-table tfoot > tr > td {
@@ -22133,7 +22365,7 @@ table tr td.ant-table-selection-column .ant-radio-wrapper {
22133
22365
  }
22134
22366
  tr.ant-table-expanded-row > td,
22135
22367
  tr.ant-table-expanded-row:hover > td {
22136
- background: #fbfbfb;
22368
+ background: var(--antd-table-expanded-row-bg);
22137
22369
  }
22138
22370
  tr.ant-table-expanded-row .ant-descriptions-view table {
22139
22371
  width: auto;
@@ -24023,7 +24255,7 @@ span.ant-transfer-list-search-action {
24023
24255
  width: 16px;
24024
24256
  height: 16px;
24025
24257
  direction: ltr;
24026
- background-color: #fff;
24258
+ background-color: vat(--antd-checkbox-check-bg);
24027
24259
  border: 1px solid var(--antd-border-color-base);
24028
24260
  border-radius: 6px;
24029
24261
  border-collapse: separate;
@@ -24145,7 +24377,7 @@ span.ant-transfer-list-search-action {
24145
24377
  margin-left: 0;
24146
24378
  }
24147
24379
  .ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
24148
- background-color: #fff;
24380
+ background-color: vat(--antd-checkbox-check-bg);
24149
24381
  border-color: var(--antd-border-color-base);
24150
24382
  }
24151
24383
  .ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {
@@ -24442,7 +24674,7 @@ span.ant-transfer-list-search-action {
24442
24674
  width: 16px;
24443
24675
  height: 16px;
24444
24676
  direction: ltr;
24445
- background-color: #fff;
24677
+ background-color: vat(--antd-checkbox-check-bg);
24446
24678
  border: 1px solid var(--antd-border-color-base);
24447
24679
  border-radius: 6px;
24448
24680
  border-collapse: separate;
@@ -24564,7 +24796,7 @@ span.ant-transfer-list-search-action {
24564
24796
  margin-left: 0;
24565
24797
  }
24566
24798
  .ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner {
24567
- background-color: #fff;
24799
+ background-color: vat(--antd-checkbox-check-bg);
24568
24800
  border-color: var(--antd-border-color-base);
24569
24801
  }
24570
24802
  .ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {
@@ -25881,7 +26113,7 @@ html[data-theme="dark"] .ant-btn-primary {
25881
26113
  margin-top: -0.6em;
25882
26114
  }
25883
26115
  .ant-table-thead > tr > th.ant-table-column-sort.ant-table-column-has-sorters {
25884
- background-color: #e0e5ec;
26116
+ background-color: var(--antd-table-header-sort-active-bg);
25885
26117
  }
25886
26118
  .ant-table-pagination.ant-pagination {
25887
26119
  margin-bottom: 0;
@@ -25899,7 +26131,7 @@ html[data-theme="dark"] .ant-btn-primary {
25899
26131
  border-bottom-color: var(--antd-table-border-color);
25900
26132
  }
25901
26133
  .ant-table-tbody > tr > td.ant-table-column-sort {
25902
- background-color: #f4f5f7;
26134
+ background-color: var(--antd-table-header-overwrite-sort-td-active-bg);
25903
26135
  }
25904
26136
  .ant-table-tbody tr.ant-table-row-selected > td {
25905
26137
  background: none;
@@ -25908,24 +26140,24 @@ html[data-theme="dark"] .ant-btn-primary {
25908
26140
  background: none;
25909
26141
  }
25910
26142
  .ant-table-tbody tr.ant-table-expanded-row {
25911
- background: #fafafa;
26143
+ background: var(--antd-table-row-expand-nested-wrapper);
25912
26144
  }
25913
26145
  .ant-table-tbody tr.ant-table-expanded-row > td {
25914
26146
  padding: 0;
25915
26147
  }
25916
26148
  .ant-table-tbody tr.ant-table-expanded-row:hover {
25917
- background: #fafafa;
26149
+ background: var(--antd-table-row-expand-nested-wrapper);
25918
26150
  }
25919
26151
  .ant-table-tbody tr.ant-table-expanded-row .ant-table-wrapper {
25920
- background: #fafafa;
26152
+ background: var(--antd-table-row-expand-nested-wrapper);
25921
26153
  padding: 20px 32px;
25922
26154
  }
25923
26155
  .ant-table-tbody tr.ant-table-expanded-row .ant-table-wrapper table th {
25924
- background: #fafafa;
25925
- border-bottom: 1px solid #e8e8e8;
26156
+ background: var(--antd-table-row-expand-nested-wrapper);
26157
+ border-bottom: 1px solid var(--antd-table-row-expand-nested-wrapper-border);
25926
26158
  }
25927
26159
  .ant-table-tbody tr.ant-table-expanded-row .ant-table-wrapper table td {
25928
- background: #fafafa;
26160
+ background: var(--antd-table-row-expand-nested-wrapper);
25929
26161
  padding: 10px 16px;
25930
26162
  }
25931
26163
  .ant-table-tbody tr.ant-table-expanded-row .ant-table-wrapper table td button {
@@ -26175,10 +26407,22 @@ html[data-theme="dark"] .ant-descriptions-item-content {
26175
26407
  }
26176
26408
  .ant-pagination-item:focus,
26177
26409
  .ant-pagination-item:hover {
26410
+ color: var(--antd-pagination-item-hover);
26178
26411
  border-color: transparent;
26179
26412
  }
26180
26413
  .ant-pagination .ant-pagination-item-active {
26181
- border-color: #0071eb;
26414
+ background-color: var(--antd-pagination-item-active-bg);
26415
+ border-color: var(--antd-pagination-item-active-border);
26416
+ }
26417
+ .ant-pagination .ant-pagination-item-active a {
26418
+ color: var(--antd-pagination-item-active-text-color);
26419
+ }
26420
+ .ant-pagination .ant-pagination-item-active:hover {
26421
+ background-color: var(--antd-pagination-item-selected-hover-bg);
26422
+ border-color: var(--antd-pagination-item-selected-hover-border-color);
26423
+ }
26424
+ .ant-pagination .ant-pagination-item-active:hover a {
26425
+ color: var(--antd-pagination-item-selected-hover-text-color);
26182
26426
  }
26183
26427
  .ant-pagination-prev .ant-pagination-item-link,
26184
26428
  .ant-pagination-next .ant-pagination-item-link {
@@ -26206,9 +26450,9 @@ html[data-theme="dark"] .ant-descriptions-item-content {
26206
26450
  */
26207
26451
  }
26208
26452
  .ant-pagination-options .ant-select-selector {
26209
- background-color: transparent!important;
26210
- border-color: transparent!important;
26211
- box-shadow: none!important;
26453
+ background-color: transparent !important;
26454
+ border-color: transparent !important;
26455
+ box-shadow: none !important;
26212
26456
  }
26213
26457
  .ant-pagination-options .ant-select-dropdown {
26214
26458
  padding: 2px;
@@ -27488,6 +27732,9 @@ textarea.ant-mention-wrapper .ant-mention-editor {
27488
27732
  .ant-legacy-form-item-label > label::after {
27489
27733
  margin: 0 0 0 2px;
27490
27734
  }
27735
+ .ant-legacy-form-item-label > label {
27736
+ color: var(--antd-label-color);
27737
+ }
27491
27738
  .ant-legacy-form-item-label {
27492
27739
  white-space: pre-wrap !important;
27493
27740
  padding-right: 8px;
@@ -27664,4 +27911,4 @@ html[data-mode="dashboard"] body.has-sub-menu #main-mount-point {
27664
27911
  }
27665
27912
 
27666
27913
 
27667
- /*# sourceMappingURL=main.6434351334040f6c33b2.css.map*/
27914
+ /*# sourceMappingURL=main.9e4fb0e5fab6e2e4e564.css.map*/