rsuite 5.65.0 → 5.66.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.
- package/Accordion/styles/index.css +9 -9
- package/AutoComplete/styles/index.css +59 -55
- package/Avatar/styles/index.css +2 -2
- package/Breadcrumb/styles/index.css +4 -4
- package/Button/styles/index.css +20 -20
- package/CHANGELOG.md +27 -0
- package/Calendar/styles/index.css +32 -32
- package/Carousel/styles/index.css +4 -4
- package/CascadeTree/styles/index.css +9 -9
- package/Cascader/styles/index.css +63 -59
- package/CheckPicker/styles/index.css +61 -57
- package/CheckTree/styles/index.css +62 -58
- package/CheckTreePicker/styles/index.css +62 -58
- package/Checkbox/styles/index.css +6 -6
- package/DateInput/styles/index.css +11 -11
- package/DatePicker/styles/index.css +70 -66
- package/DateRangeInput/styles/index.css +11 -11
- package/DateRangePicker/styles/index.css +71 -67
- package/Divider/styles/index.css +1 -1
- package/Drawer/styles/index.css +7 -7
- package/Dropdown/styles/index.css +26 -26
- package/FormControlLabel/styles/index.css +2 -2
- package/FormHelpText/styles/index.css +2 -2
- package/IconButton/styles/index.css +21 -21
- package/InlineEdit/styles/index.css +1 -1
- package/Input/styles/index.css +11 -11
- package/InputGroup/styles/index.css +28 -28
- package/InputNumber/styles/index.css +34 -34
- package/InputPicker/styles/index.css +62 -58
- package/List/styles/index.css +3 -3
- package/Loader/styles/index.css +10 -6
- package/Loader/styles/index.less +4 -0
- package/Message/styles/index.css +12 -12
- package/Modal/styles/index.css +9 -9
- package/MultiCascadeTree/styles/index.css +64 -60
- package/MultiCascader/styles/index.css +64 -60
- package/Nav/styles/index.css +30 -30
- package/Navbar/styles/index.css +30 -30
- package/Notification/styles/index.css +6 -6
- package/Pagination/styles/index.css +69 -65
- package/Panel/styles/index.css +9 -9
- package/PanelGroup/styles/index.css +1 -1
- package/Placeholder/styles/index.css +3 -3
- package/Popover/styles/index.css +3 -3
- package/Progress/styles/index.css +4 -3
- package/Progress/styles/index.less +1 -0
- package/Radio/styles/index.css +6 -6
- package/RadioGroup/styles/index.css +5 -5
- package/RangeSlider/styles/index.css +12 -12
- package/Rate/styles/index.css +2 -2
- package/SelectPicker/styles/index.css +62 -58
- package/Sidenav/styles/index.css +12 -12
- package/Slider/styles/index.css +12 -12
- package/Steps/styles/index.css +8 -8
- package/Table/styles/index.css +9 -9
- package/Tabs/styles/index.css +30 -30
- package/Tag/styles/index.css +3 -3
- package/TagInput/styles/index.css +63 -59
- package/TagPicker/styles/index.css +63 -59
- package/Text/styles/index.css +5 -5
- package/Timeline/styles/index.css +1 -1
- package/Toggle/styles/index.css +9 -9
- package/Tooltip/styles/index.css +9 -9
- package/Tree/styles/index.css +9 -9
- package/TreePicker/styles/index.css +9 -9
- package/Uploader/styles/index.css +40 -40
- package/cjs/CheckTree/CheckTreeView.d.ts +4 -0
- package/cjs/CheckTreePicker/CheckTreePicker.js +1 -0
- package/cjs/Drawer/Drawer.js +1 -0
- package/cjs/FormControl/hooks/useField.d.ts +1 -1
- package/cjs/FormControl/hooks/useField.js +15 -5
- package/cjs/Loader/Loader.d.ts +1 -1
- package/cjs/Loader/Loader.js +1 -1
- package/cjs/Tree/TreeView.d.ts +4 -0
- package/cjs/TreePicker/TreePicker.js +1 -0
- package/cjs/internals/hooks/useCustom.js +1 -1
- package/cjs/internals/hooks/useIsomorphicLayoutEffect.js +1 -1
- package/dist/rsuite-no-reset-rtl.css +203 -198
- package/dist/rsuite-no-reset-rtl.min.css +1 -1
- package/dist/rsuite-no-reset-rtl.min.css.map +1 -1
- package/dist/rsuite-no-reset.css +203 -198
- package/dist/rsuite-no-reset.min.css +1 -1
- package/dist/rsuite-no-reset.min.css.map +1 -1
- package/dist/rsuite-rtl.css +205 -200
- package/dist/rsuite-rtl.min.css +1 -1
- package/dist/rsuite-rtl.min.css.map +1 -1
- package/dist/rsuite.css +205 -200
- package/dist/rsuite.js +11 -11
- package/dist/rsuite.min.css +1 -1
- package/dist/rsuite.min.css.map +1 -1
- package/dist/rsuite.min.js +1 -1
- package/dist/rsuite.min.js.map +1 -1
- package/esm/CheckTree/CheckTreeView.d.ts +4 -0
- package/esm/CheckTreePicker/CheckTreePicker.js +1 -0
- package/esm/Drawer/Drawer.js +1 -0
- package/esm/FormControl/hooks/useField.d.ts +1 -1
- package/esm/FormControl/hooks/useField.js +13 -3
- package/esm/Loader/Loader.d.ts +1 -1
- package/esm/Loader/Loader.js +1 -1
- package/esm/Tree/TreeView.d.ts +4 -0
- package/esm/TreePicker/TreePicker.js +1 -0
- package/esm/internals/hooks/useCustom.js +1 -1
- package/esm/internals/hooks/useIsomorphicLayoutEffect.js +1 -1
- package/package.json +1 -1
- package/styles/color-modes/light.less +2 -2
- package/styles/colors/light.less +6 -6
- package/styles/variables.less +1 -0
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
--rs-gray-100: #f2f2f5;
|
|
6
6
|
--rs-gray-200: #e5e5ea;
|
|
7
7
|
--rs-gray-300: #d9d9d9;
|
|
8
|
-
--rs-gray-400: #
|
|
9
|
-
--rs-gray-500: #
|
|
10
|
-
--rs-gray-600: #
|
|
11
|
-
--rs-gray-700: #
|
|
12
|
-
--rs-gray-800: #
|
|
13
|
-
--rs-gray-900: #
|
|
8
|
+
--rs-gray-400: #b6b7b8;
|
|
9
|
+
--rs-gray-500: #939393;
|
|
10
|
+
--rs-gray-600: #717273;
|
|
11
|
+
--rs-gray-700: #575757;
|
|
12
|
+
--rs-gray-800: #343434;
|
|
13
|
+
--rs-gray-900: #121212;
|
|
14
14
|
--rs-primary-50: #f2faff;
|
|
15
15
|
--rs-primary-100: #cce9ff;
|
|
16
16
|
--rs-primary-200: #a6d7ff;
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
--rs-loader-ring: rgba(247, 247, 250, 0.8);
|
|
148
148
|
--rs-loader-backdrop: rgba(255, 255, 255, 0.9);
|
|
149
149
|
--rs-loader-ring-inverse: rgba(247, 247, 250, 0.3);
|
|
150
|
-
--rs-loader-backdrop-inverse: rgba(
|
|
150
|
+
--rs-loader-backdrop-inverse: rgba(18, 18, 18, 0.83);
|
|
151
151
|
--rs-listbox-option-hover-bg: rgba(204, 233, 255, 0.5);
|
|
152
152
|
--rs-calendar-range-bg: rgba(204, 233, 255, 0.5);
|
|
153
153
|
}
|
|
@@ -483,7 +483,7 @@
|
|
|
483
483
|
-ms-user-select: none;
|
|
484
484
|
user-select: none;
|
|
485
485
|
text-decoration: none;
|
|
486
|
-
color: #
|
|
486
|
+
color: #343434;
|
|
487
487
|
color: var(--rs-btn-default-text);
|
|
488
488
|
background-color: #f7f7fa;
|
|
489
489
|
background-color: var(--rs-btn-default-bg);
|
|
@@ -548,7 +548,7 @@
|
|
|
548
548
|
}
|
|
549
549
|
.rs-btn:active,
|
|
550
550
|
.rs-btn.rs-btn-active {
|
|
551
|
-
color: #
|
|
551
|
+
color: #121212;
|
|
552
552
|
color: var(--rs-btn-default-active-text);
|
|
553
553
|
background-color: #d9d9d9;
|
|
554
554
|
background-color: var(--rs-btn-default-active-bg);
|
|
@@ -556,7 +556,7 @@
|
|
|
556
556
|
.rs-btn:disabled,
|
|
557
557
|
.rs-btn.rs-btn-disabled {
|
|
558
558
|
cursor: not-allowed;
|
|
559
|
-
color: #
|
|
559
|
+
color: #717273;
|
|
560
560
|
color: var(--rs-btn-default-disabled-text);
|
|
561
561
|
background-color: #f7f7fa;
|
|
562
562
|
background-color: var(--rs-btn-default-disabled-bg);
|
|
@@ -614,28 +614,28 @@
|
|
|
614
614
|
border-color: var(--rs-btn-default-disabled-boreder-color);
|
|
615
615
|
}
|
|
616
616
|
.rs-btn-subtle {
|
|
617
|
-
color: #
|
|
617
|
+
color: #343434;
|
|
618
618
|
color: var(--rs-btn-subtle-text);
|
|
619
619
|
background-color: transparent;
|
|
620
620
|
border: none;
|
|
621
621
|
}
|
|
622
622
|
.rs-btn-subtle:hover,
|
|
623
623
|
.rs-btn-subtle:focus {
|
|
624
|
-
color: #
|
|
624
|
+
color: #343434;
|
|
625
625
|
color: var(--rs-btn-subtle-hover-text);
|
|
626
626
|
background-color: #e5e5ea;
|
|
627
627
|
background-color: var(--rs-btn-subtle-hover-bg);
|
|
628
628
|
}
|
|
629
629
|
.rs-btn-subtle:active,
|
|
630
630
|
.rs-btn-subtle.rs-btn-active {
|
|
631
|
-
color: #
|
|
631
|
+
color: #121212;
|
|
632
632
|
color: var(--rs-btn-subtle-active-text);
|
|
633
633
|
background-color: #e5e5ea;
|
|
634
634
|
background-color: var(--rs-btn-subtle-active-bg);
|
|
635
635
|
}
|
|
636
636
|
.rs-btn-subtle:disabled,
|
|
637
637
|
.rs-btn-subtle.rs-btn-disabled {
|
|
638
|
-
color: #
|
|
638
|
+
color: #b6b7b8;
|
|
639
639
|
color: var(--rs-btn-subtle-disabled-text);
|
|
640
640
|
background: none;
|
|
641
641
|
}
|
|
@@ -723,7 +723,7 @@
|
|
|
723
723
|
--rs-btn-subtle-hover-bg: var(--rs-red-500);
|
|
724
724
|
--rs-btn-subtle-hover-text: #e5e5ea;
|
|
725
725
|
--rs-btn-subtle-active-bg: var(--rs-red-600);
|
|
726
|
-
--rs-btn-subtle-active-text: #
|
|
726
|
+
--rs-btn-subtle-active-text: #343434;
|
|
727
727
|
--rs-btn-ghost-border: var(--rs-red-700);
|
|
728
728
|
--rs-btn-ghost-text: var(--rs-red-700);
|
|
729
729
|
--rs-btn-ghost-hover-border: var(--rs-red-900);
|
|
@@ -777,7 +777,7 @@
|
|
|
777
777
|
--rs-btn-subtle-hover-bg: var(--rs-orange-500);
|
|
778
778
|
--rs-btn-subtle-hover-text: #e5e5ea;
|
|
779
779
|
--rs-btn-subtle-active-bg: var(--rs-orange-600);
|
|
780
|
-
--rs-btn-subtle-active-text: #
|
|
780
|
+
--rs-btn-subtle-active-text: #343434;
|
|
781
781
|
--rs-btn-ghost-border: var(--rs-orange-700);
|
|
782
782
|
--rs-btn-ghost-text: var(--rs-orange-700);
|
|
783
783
|
--rs-btn-ghost-hover-border: var(--rs-orange-900);
|
|
@@ -831,7 +831,7 @@
|
|
|
831
831
|
--rs-btn-subtle-hover-bg: var(--rs-yellow-500);
|
|
832
832
|
--rs-btn-subtle-hover-text: #e5e5ea;
|
|
833
833
|
--rs-btn-subtle-active-bg: var(--rs-yellow-600);
|
|
834
|
-
--rs-btn-subtle-active-text: #
|
|
834
|
+
--rs-btn-subtle-active-text: #343434;
|
|
835
835
|
--rs-btn-ghost-border: var(--rs-yellow-700);
|
|
836
836
|
--rs-btn-ghost-text: var(--rs-yellow-700);
|
|
837
837
|
--rs-btn-ghost-hover-border: var(--rs-yellow-900);
|
|
@@ -885,7 +885,7 @@
|
|
|
885
885
|
--rs-btn-subtle-hover-bg: var(--rs-green-500);
|
|
886
886
|
--rs-btn-subtle-hover-text: #e5e5ea;
|
|
887
887
|
--rs-btn-subtle-active-bg: var(--rs-green-600);
|
|
888
|
-
--rs-btn-subtle-active-text: #
|
|
888
|
+
--rs-btn-subtle-active-text: #343434;
|
|
889
889
|
--rs-btn-ghost-border: var(--rs-green-700);
|
|
890
890
|
--rs-btn-ghost-text: var(--rs-green-700);
|
|
891
891
|
--rs-btn-ghost-hover-border: var(--rs-green-900);
|
|
@@ -939,7 +939,7 @@
|
|
|
939
939
|
--rs-btn-subtle-hover-bg: var(--rs-cyan-500);
|
|
940
940
|
--rs-btn-subtle-hover-text: #e5e5ea;
|
|
941
941
|
--rs-btn-subtle-active-bg: var(--rs-cyan-600);
|
|
942
|
-
--rs-btn-subtle-active-text: #
|
|
942
|
+
--rs-btn-subtle-active-text: #343434;
|
|
943
943
|
--rs-btn-ghost-border: var(--rs-cyan-700);
|
|
944
944
|
--rs-btn-ghost-text: var(--rs-cyan-700);
|
|
945
945
|
--rs-btn-ghost-hover-border: var(--rs-cyan-900);
|
|
@@ -993,7 +993,7 @@
|
|
|
993
993
|
--rs-btn-subtle-hover-bg: var(--rs-blue-500);
|
|
994
994
|
--rs-btn-subtle-hover-text: #e5e5ea;
|
|
995
995
|
--rs-btn-subtle-active-bg: var(--rs-blue-600);
|
|
996
|
-
--rs-btn-subtle-active-text: #
|
|
996
|
+
--rs-btn-subtle-active-text: #343434;
|
|
997
997
|
--rs-btn-ghost-border: var(--rs-blue-700);
|
|
998
998
|
--rs-btn-ghost-text: var(--rs-blue-700);
|
|
999
999
|
--rs-btn-ghost-hover-border: var(--rs-blue-900);
|
|
@@ -1047,7 +1047,7 @@
|
|
|
1047
1047
|
--rs-btn-subtle-hover-bg: var(--rs-violet-500);
|
|
1048
1048
|
--rs-btn-subtle-hover-text: #e5e5ea;
|
|
1049
1049
|
--rs-btn-subtle-active-bg: var(--rs-violet-600);
|
|
1050
|
-
--rs-btn-subtle-active-text: #
|
|
1050
|
+
--rs-btn-subtle-active-text: #343434;
|
|
1051
1051
|
--rs-btn-ghost-border: var(--rs-violet-700);
|
|
1052
1052
|
--rs-btn-ghost-text: var(--rs-violet-700);
|
|
1053
1053
|
--rs-btn-ghost-hover-border: var(--rs-violet-900);
|
|
@@ -1295,7 +1295,7 @@
|
|
|
1295
1295
|
}
|
|
1296
1296
|
.rs-btn-loading > .rs-btn-spin::after {
|
|
1297
1297
|
border-width: 3px;
|
|
1298
|
-
border-color: #
|
|
1298
|
+
border-color: #939393 transparent transparent;
|
|
1299
1299
|
border-color: var(--rs-loader-rotor) transparent transparent;
|
|
1300
1300
|
border-style: solid;
|
|
1301
1301
|
-webkit-animation: buttonSpin 0.6s infinite linear;
|
|
@@ -1331,7 +1331,7 @@
|
|
|
1331
1331
|
.rs-input {
|
|
1332
1332
|
display: block;
|
|
1333
1333
|
width: 100%;
|
|
1334
|
-
color: #
|
|
1334
|
+
color: #343434;
|
|
1335
1335
|
color: var(--rs-text-primary);
|
|
1336
1336
|
background-color: #fff;
|
|
1337
1337
|
background-color: var(--rs-input-bg);
|
|
@@ -1360,19 +1360,19 @@ textarea.rs-input {
|
|
|
1360
1360
|
transition: none;
|
|
1361
1361
|
}
|
|
1362
1362
|
.rs-input::-webkit-input-placeholder {
|
|
1363
|
-
color: #
|
|
1363
|
+
color: #717273;
|
|
1364
1364
|
color: var(--rs-text-secondary);
|
|
1365
1365
|
}
|
|
1366
1366
|
.rs-input::-moz-placeholder {
|
|
1367
|
-
color: #
|
|
1367
|
+
color: #717273;
|
|
1368
1368
|
color: var(--rs-text-secondary);
|
|
1369
1369
|
}
|
|
1370
1370
|
.rs-input::-ms-input-placeholder {
|
|
1371
|
-
color: #
|
|
1371
|
+
color: #717273;
|
|
1372
1372
|
color: var(--rs-text-secondary);
|
|
1373
1373
|
}
|
|
1374
1374
|
.rs-input::placeholder {
|
|
1375
|
-
color: #
|
|
1375
|
+
color: #717273;
|
|
1376
1376
|
color: var(--rs-text-secondary);
|
|
1377
1377
|
}
|
|
1378
1378
|
.rs-input:focus,
|
|
@@ -1390,7 +1390,7 @@ textarea.rs-input {
|
|
|
1390
1390
|
.rs-input:disabled {
|
|
1391
1391
|
background-color: #f7f7fa;
|
|
1392
1392
|
background-color: var(--rs-input-disabled-bg);
|
|
1393
|
-
color: #
|
|
1393
|
+
color: #717273;
|
|
1394
1394
|
color: var(--rs-text-disabled);
|
|
1395
1395
|
}
|
|
1396
1396
|
textarea.rs-input {
|
|
@@ -1452,7 +1452,7 @@ textarea.rs-input-sm {
|
|
|
1452
1452
|
transition: border-color ease-in-out 0.15s;
|
|
1453
1453
|
width: 100%;
|
|
1454
1454
|
cursor: text;
|
|
1455
|
-
color: #
|
|
1455
|
+
color: #343434;
|
|
1456
1456
|
color: var(--rs-text-primary);
|
|
1457
1457
|
border: 1px solid #e5e5ea;
|
|
1458
1458
|
border: 1px solid var(--rs-border-primary);
|
|
@@ -1560,7 +1560,7 @@ textarea.rs-input-sm {
|
|
|
1560
1560
|
width: auto;
|
|
1561
1561
|
}
|
|
1562
1562
|
.rs-input-group.rs-input-group-inside .rs-input-group-btn {
|
|
1563
|
-
color: #
|
|
1563
|
+
color: #343434;
|
|
1564
1564
|
color: var(--rs-btn-subtle-text);
|
|
1565
1565
|
background-color: transparent;
|
|
1566
1566
|
border: none;
|
|
@@ -1571,21 +1571,21 @@ textarea.rs-input-sm {
|
|
|
1571
1571
|
}
|
|
1572
1572
|
.rs-input-group.rs-input-group-inside .rs-input-group-btn:hover,
|
|
1573
1573
|
.rs-input-group.rs-input-group-inside .rs-input-group-btn:focus {
|
|
1574
|
-
color: #
|
|
1574
|
+
color: #343434;
|
|
1575
1575
|
color: var(--rs-btn-subtle-hover-text);
|
|
1576
1576
|
background-color: #e5e5ea;
|
|
1577
1577
|
background-color: var(--rs-btn-subtle-hover-bg);
|
|
1578
1578
|
}
|
|
1579
1579
|
.rs-input-group.rs-input-group-inside .rs-input-group-btn:active,
|
|
1580
1580
|
.rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-active {
|
|
1581
|
-
color: #
|
|
1581
|
+
color: #121212;
|
|
1582
1582
|
color: var(--rs-btn-subtle-active-text);
|
|
1583
1583
|
background-color: #e5e5ea;
|
|
1584
1584
|
background-color: var(--rs-btn-subtle-active-bg);
|
|
1585
1585
|
}
|
|
1586
1586
|
.rs-input-group.rs-input-group-inside .rs-input-group-btn:disabled,
|
|
1587
1587
|
.rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-disabled {
|
|
1588
|
-
color: #
|
|
1588
|
+
color: #b6b7b8;
|
|
1589
1589
|
color: var(--rs-btn-subtle-disabled-text);
|
|
1590
1590
|
background: none;
|
|
1591
1591
|
}
|
|
@@ -1641,7 +1641,7 @@ textarea.rs-input-sm {
|
|
|
1641
1641
|
.rs-input-group.rs-input-group-disabled {
|
|
1642
1642
|
background-color: #f7f7fa;
|
|
1643
1643
|
background-color: var(--rs-input-disabled-bg);
|
|
1644
|
-
color: #
|
|
1644
|
+
color: #717273;
|
|
1645
1645
|
color: var(--rs-text-disabled);
|
|
1646
1646
|
cursor: not-allowed;
|
|
1647
1647
|
}
|
|
@@ -1946,7 +1946,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
1946
1946
|
align-items: center;
|
|
1947
1947
|
white-space: nowrap;
|
|
1948
1948
|
vertical-align: middle;
|
|
1949
|
-
color: #
|
|
1949
|
+
color: #343434;
|
|
1950
1950
|
color: var(--rs-text-primary);
|
|
1951
1951
|
padding: 8px 12px;
|
|
1952
1952
|
font-size: 14px;
|
|
@@ -2261,7 +2261,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
2261
2261
|
margin-left: 4px;
|
|
2262
2262
|
}
|
|
2263
2263
|
.rs-calendar-header-error {
|
|
2264
|
-
color: #
|
|
2264
|
+
color: #343434;
|
|
2265
2265
|
color: var(--rs-btn-subtle-text);
|
|
2266
2266
|
background-color: transparent;
|
|
2267
2267
|
border: none;
|
|
@@ -2273,21 +2273,21 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
2273
2273
|
}
|
|
2274
2274
|
.rs-calendar-header-error:hover,
|
|
2275
2275
|
.rs-calendar-header-error:focus {
|
|
2276
|
-
color: #
|
|
2276
|
+
color: #343434;
|
|
2277
2277
|
color: var(--rs-btn-subtle-hover-text);
|
|
2278
2278
|
background-color: #e5e5ea;
|
|
2279
2279
|
background-color: var(--rs-btn-subtle-hover-bg);
|
|
2280
2280
|
}
|
|
2281
2281
|
.rs-calendar-header-error:active,
|
|
2282
2282
|
.rs-calendar-header-error.rs-btn-active {
|
|
2283
|
-
color: #
|
|
2283
|
+
color: #121212;
|
|
2284
2284
|
color: var(--rs-btn-subtle-active-text);
|
|
2285
2285
|
background-color: #e5e5ea;
|
|
2286
2286
|
background-color: var(--rs-btn-subtle-active-bg);
|
|
2287
2287
|
}
|
|
2288
2288
|
.rs-calendar-header-error:disabled,
|
|
2289
2289
|
.rs-calendar-header-error.rs-btn-disabled {
|
|
2290
|
-
color: #
|
|
2290
|
+
color: #b6b7b8;
|
|
2291
2291
|
color: var(--rs-btn-subtle-disabled-text);
|
|
2292
2292
|
background: none;
|
|
2293
2293
|
}
|
|
@@ -2395,7 +2395,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
2395
2395
|
.rs-calendar-table-cell-disabled .rs-calendar-table-header-cell-content:hover,
|
|
2396
2396
|
.rs-calendar-table-header-cell-disabled .rs-calendar-table-cell-content:hover,
|
|
2397
2397
|
.rs-calendar-table-header-cell-disabled .rs-calendar-table-header-cell-content:hover {
|
|
2398
|
-
color: #
|
|
2398
|
+
color: #717273;
|
|
2399
2399
|
color: var(--rs-text-disabled);
|
|
2400
2400
|
}
|
|
2401
2401
|
.rs-calendar-table-cell-disabled .rs-calendar-table-cell-content,
|
|
@@ -2492,7 +2492,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
2492
2492
|
}
|
|
2493
2493
|
.rs-calendar-table-header-cell-content {
|
|
2494
2494
|
display: inline-block;
|
|
2495
|
-
color: #
|
|
2495
|
+
color: #717273;
|
|
2496
2496
|
color: var(--rs-text-secondary);
|
|
2497
2497
|
font-size: 12px;
|
|
2498
2498
|
line-height: 1.66666667;
|
|
@@ -2512,7 +2512,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
2512
2512
|
padding: 1px;
|
|
2513
2513
|
text-align: center;
|
|
2514
2514
|
vertical-align: middle;
|
|
2515
|
-
color: #
|
|
2515
|
+
color: #717273;
|
|
2516
2516
|
color: var(--rs-text-secondary);
|
|
2517
2517
|
background-color: #f7f7fa;
|
|
2518
2518
|
background-color: var(--rs-bg-well);
|
|
@@ -2606,7 +2606,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
2606
2606
|
background-color: var(--rs-state-hover-bg);
|
|
2607
2607
|
}
|
|
2608
2608
|
.rs-calendar-month-dropdown-cell:not(.rs-calendar-month-dropdown-cell-active).disabled .rs-calendar-month-dropdown-cell-content {
|
|
2609
|
-
color: #
|
|
2609
|
+
color: #717273;
|
|
2610
2610
|
color: var(--rs-text-disabled);
|
|
2611
2611
|
background: none;
|
|
2612
2612
|
text-decoration: line-through;
|
|
@@ -2636,7 +2636,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
2636
2636
|
width: 100%;
|
|
2637
2637
|
background-color: #fff;
|
|
2638
2638
|
background-color: var(--rs-bg-overlay);
|
|
2639
|
-
color: #
|
|
2639
|
+
color: #343434;
|
|
2640
2640
|
color: var(--rs-text-primary);
|
|
2641
2641
|
overflow: hidden;
|
|
2642
2642
|
z-index: 1;
|
|
@@ -2671,7 +2671,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
2671
2671
|
width: 100%;
|
|
2672
2672
|
background-color: #f7f7fa;
|
|
2673
2673
|
background-color: var(--rs-calendar-time-unit-bg);
|
|
2674
|
-
color: #
|
|
2674
|
+
color: #717273;
|
|
2675
2675
|
color: var(--rs-text-secondary);
|
|
2676
2676
|
text-align: center;
|
|
2677
2677
|
font-size: 12px;
|
|
@@ -2736,7 +2736,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
2736
2736
|
outline-offset: 2px;
|
|
2737
2737
|
}
|
|
2738
2738
|
.rs-calendar-time-dropdown-cell.rs-calendar-time-dropdown-cell-disabled {
|
|
2739
|
-
color: #
|
|
2739
|
+
color: #717273;
|
|
2740
2740
|
color: var(--rs-text-disabled);
|
|
2741
2741
|
background: none;
|
|
2742
2742
|
cursor: not-allowed;
|
|
@@ -2838,7 +2838,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
2838
2838
|
.rs-loader-spin::after {
|
|
2839
2839
|
border-width: 3px;
|
|
2840
2840
|
border-style: solid;
|
|
2841
|
-
border-color: #
|
|
2841
|
+
border-color: #939393 transparent transparent;
|
|
2842
2842
|
border-color: var(--rs-loader-rotor) transparent transparent;
|
|
2843
2843
|
-webkit-animation: loaderSpin 0.6s infinite linear;
|
|
2844
2844
|
animation: loaderSpin 0.6s infinite linear;
|
|
@@ -2893,7 +2893,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
2893
2893
|
color: var(--rs-text-inverse);
|
|
2894
2894
|
}
|
|
2895
2895
|
.rs-loader-inverse .rs-loader-backdrop {
|
|
2896
|
-
background: rgb(from #
|
|
2896
|
+
background: rgb(from #121212 r g b / 83%);
|
|
2897
2897
|
background: var(--rs-loader-backdrop-inverse);
|
|
2898
2898
|
}
|
|
2899
2899
|
.rs-loader-inverse .rs-loader-spin::before {
|
|
@@ -2916,6 +2916,10 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
2916
2916
|
-webkit-animation-duration: 0.8s;
|
|
2917
2917
|
animation-duration: 0.8s;
|
|
2918
2918
|
}
|
|
2919
|
+
.rs-loader-speed-paused .rs-loader-spin::after {
|
|
2920
|
+
-webkit-animation-play-state: paused;
|
|
2921
|
+
animation-play-state: paused;
|
|
2922
|
+
}
|
|
2919
2923
|
.rs-loader-center,
|
|
2920
2924
|
.rs-loader-backdrop-wrapper {
|
|
2921
2925
|
position: absolute;
|
|
@@ -3090,14 +3094,14 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
3090
3094
|
.rs-picker-disabled .rs-picker-toggle-value,
|
|
3091
3095
|
.rs-picker-disabled .rs-picker-toggle-indicator,
|
|
3092
3096
|
.rs-picker-disabled .rs-picker-tag-list .rs-tag {
|
|
3093
|
-
color: #
|
|
3097
|
+
color: #717273 !important;
|
|
3094
3098
|
color: var(--rs-text-disabled) !important;
|
|
3095
3099
|
}
|
|
3096
3100
|
.rs-picker-disabled .rs-picker-value-count {
|
|
3097
3101
|
opacity: 0.5;
|
|
3098
3102
|
}
|
|
3099
3103
|
.rs-picker-toggle .rs-picker-toggle-placeholder {
|
|
3100
|
-
color: #
|
|
3104
|
+
color: #717273;
|
|
3101
3105
|
color: var(--rs-text-secondary);
|
|
3102
3106
|
}
|
|
3103
3107
|
.rs-picker-has-value .rs-btn .rs-picker-toggle-value,
|
|
@@ -3107,7 +3111,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
3107
3111
|
}
|
|
3108
3112
|
.rs-picker-none {
|
|
3109
3113
|
padding: 6px 12px 12px;
|
|
3110
|
-
color: #
|
|
3114
|
+
color: #717273;
|
|
3111
3115
|
color: var(--rs-text-secondary);
|
|
3112
3116
|
cursor: default;
|
|
3113
3117
|
}
|
|
@@ -3155,7 +3159,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
3155
3159
|
box-shadow: var(--rs-state-focus-shadow);
|
|
3156
3160
|
}
|
|
3157
3161
|
.rs-picker-label.rs-input-group-addon {
|
|
3158
|
-
color: #
|
|
3162
|
+
color: #343434;
|
|
3159
3163
|
color: var(--rs-text-primary);
|
|
3160
3164
|
padding-right: 4px !important;
|
|
3161
3165
|
}
|
|
@@ -3208,7 +3212,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
3208
3212
|
-ms-user-select: none;
|
|
3209
3213
|
user-select: none;
|
|
3210
3214
|
text-decoration: none;
|
|
3211
|
-
color: #
|
|
3215
|
+
color: #343434;
|
|
3212
3216
|
color: var(--rs-btn-default-text);
|
|
3213
3217
|
background-color: #f7f7fa;
|
|
3214
3218
|
background-color: var(--rs-btn-default-bg);
|
|
@@ -3273,7 +3277,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
3273
3277
|
}
|
|
3274
3278
|
.rs-picker-toggle:active,
|
|
3275
3279
|
.rs-picker-toggle.rs-btn-active {
|
|
3276
|
-
color: #
|
|
3280
|
+
color: #121212;
|
|
3277
3281
|
color: var(--rs-btn-default-active-text);
|
|
3278
3282
|
background-color: #d9d9d9;
|
|
3279
3283
|
background-color: var(--rs-btn-default-active-bg);
|
|
@@ -3281,7 +3285,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
3281
3285
|
.rs-picker-toggle:disabled,
|
|
3282
3286
|
.rs-picker-toggle.rs-btn-disabled {
|
|
3283
3287
|
cursor: not-allowed;
|
|
3284
|
-
color: #
|
|
3288
|
+
color: #717273;
|
|
3285
3289
|
color: var(--rs-btn-default-disabled-text);
|
|
3286
3290
|
background-color: #f7f7fa;
|
|
3287
3291
|
background-color: var(--rs-btn-default-disabled-bg);
|
|
@@ -3309,7 +3313,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
3309
3313
|
border: 1px solid #0000;
|
|
3310
3314
|
padding-left: 10px;
|
|
3311
3315
|
padding-right: 32px;
|
|
3312
|
-
color: #
|
|
3316
|
+
color: #343434;
|
|
3313
3317
|
color: var(--rs-text-primary);
|
|
3314
3318
|
background-color: #fff;
|
|
3315
3319
|
background-color: var(--rs-input-bg);
|
|
@@ -3342,7 +3346,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
3342
3346
|
border-color: var(--rs-input-focus-border);
|
|
3343
3347
|
}
|
|
3344
3348
|
.rs-picker-subtle .rs-picker-toggle {
|
|
3345
|
-
color: #
|
|
3349
|
+
color: #343434;
|
|
3346
3350
|
color: var(--rs-btn-subtle-text);
|
|
3347
3351
|
background-color: transparent;
|
|
3348
3352
|
border: none;
|
|
@@ -3351,21 +3355,21 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
3351
3355
|
}
|
|
3352
3356
|
.rs-picker-subtle .rs-picker-toggle:hover,
|
|
3353
3357
|
.rs-picker-subtle .rs-picker-toggle:focus {
|
|
3354
|
-
color: #
|
|
3358
|
+
color: #343434;
|
|
3355
3359
|
color: var(--rs-btn-subtle-hover-text);
|
|
3356
3360
|
background-color: #e5e5ea;
|
|
3357
3361
|
background-color: var(--rs-btn-subtle-hover-bg);
|
|
3358
3362
|
}
|
|
3359
3363
|
.rs-picker-subtle .rs-picker-toggle:active,
|
|
3360
3364
|
.rs-picker-subtle .rs-picker-toggle.rs-btn-active {
|
|
3361
|
-
color: #
|
|
3365
|
+
color: #121212;
|
|
3362
3366
|
color: var(--rs-btn-subtle-active-text);
|
|
3363
3367
|
background-color: #e5e5ea;
|
|
3364
3368
|
background-color: var(--rs-btn-subtle-active-bg);
|
|
3365
3369
|
}
|
|
3366
3370
|
.rs-picker-subtle .rs-picker-toggle:disabled,
|
|
3367
3371
|
.rs-picker-subtle .rs-picker-toggle.rs-btn-disabled {
|
|
3368
|
-
color: #
|
|
3372
|
+
color: #b6b7b8;
|
|
3369
3373
|
color: var(--rs-btn-subtle-disabled-text);
|
|
3370
3374
|
background: none;
|
|
3371
3375
|
}
|
|
@@ -3376,7 +3380,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
3376
3380
|
.rs-picker-subtle .rs-picker-toggle-active {
|
|
3377
3381
|
background-color: #e5e5ea;
|
|
3378
3382
|
background-color: var(--rs-btn-subtle-hover-bg);
|
|
3379
|
-
color: #
|
|
3383
|
+
color: #343434;
|
|
3380
3384
|
color: var(--rs-btn-subtle-hover-text);
|
|
3381
3385
|
}
|
|
3382
3386
|
/* stylelint-disable-next-line */
|
|
@@ -3704,7 +3708,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
3704
3708
|
z-index: 5;
|
|
3705
3709
|
padding-right: 32px;
|
|
3706
3710
|
display: inline-block;
|
|
3707
|
-
color: #
|
|
3711
|
+
color: #343434;
|
|
3708
3712
|
color: var(--rs-text-primary);
|
|
3709
3713
|
border: 1px solid #e5e5ea;
|
|
3710
3714
|
border: 1px solid var(--rs-border-primary);
|
|
@@ -3741,7 +3745,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
3741
3745
|
text-align: left;
|
|
3742
3746
|
}
|
|
3743
3747
|
.rs-picker-toggle-label {
|
|
3744
|
-
color: #
|
|
3748
|
+
color: #343434;
|
|
3745
3749
|
color: var(--rs-text-primary);
|
|
3746
3750
|
}
|
|
3747
3751
|
.rs-picker-toggle-label::after {
|
|
@@ -3772,7 +3776,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
3772
3776
|
height: 20px;
|
|
3773
3777
|
font-size: 12px;
|
|
3774
3778
|
background: inherit;
|
|
3775
|
-
color: #
|
|
3779
|
+
color: #717273;
|
|
3776
3780
|
color: var(--rs-text-secondary);
|
|
3777
3781
|
-webkit-transition: 0.2s color linear;
|
|
3778
3782
|
transition: 0.2s color linear;
|
|
@@ -3798,7 +3802,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
3798
3802
|
right: 12px;
|
|
3799
3803
|
height: 20px;
|
|
3800
3804
|
font-size: 12px;
|
|
3801
|
-
color: #
|
|
3805
|
+
color: #717273;
|
|
3802
3806
|
color: var(--rs-text-secondary);
|
|
3803
3807
|
}
|
|
3804
3808
|
.rs-picker-toggle-indicator .rs-picker-loader {
|
|
@@ -3963,7 +3967,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
3963
3967
|
height: 286px;
|
|
3964
3968
|
}
|
|
3965
3969
|
.rs-picker-date .rs-input-group-addon {
|
|
3966
|
-
color: #
|
|
3970
|
+
color: #717273;
|
|
3967
3971
|
color: var(--rs-text-secondary);
|
|
3968
3972
|
cursor: pointer;
|
|
3969
3973
|
}
|
|
@@ -4109,7 +4113,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
4109
4113
|
display: flex;
|
|
4110
4114
|
}
|
|
4111
4115
|
.rs-picker-daterange .rs-input-group-addon {
|
|
4112
|
-
color: #
|
|
4116
|
+
color: #717273;
|
|
4113
4117
|
color: var(--rs-text-secondary);
|
|
4114
4118
|
cursor: pointer;
|
|
4115
4119
|
}
|
package/Divider/styles/index.css
CHANGED
package/Drawer/styles/index.css
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
--rs-gray-0: #fff;
|
|
4
4
|
--rs-gray-100: #f2f2f5;
|
|
5
5
|
--rs-gray-200: #e5e5ea;
|
|
6
|
-
--rs-gray-600: #
|
|
7
|
-
--rs-gray-700: #
|
|
8
|
-
--rs-gray-800: #
|
|
9
|
-
--rs-gray-900: #
|
|
6
|
+
--rs-gray-600: #717273;
|
|
7
|
+
--rs-gray-700: #575757;
|
|
8
|
+
--rs-gray-800: #343434;
|
|
9
|
+
--rs-gray-900: #121212;
|
|
10
10
|
--rs-text-heading: var(--rs-gray-900);
|
|
11
11
|
--rs-border-primary: var(--rs-gray-200);
|
|
12
12
|
--rs-bg-overlay: var(--rs-gray-0);
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
@supports not (color: rgb(from white r g b)) {
|
|
17
17
|
:root,
|
|
18
18
|
.rs-theme-light {
|
|
19
|
-
--rs-bg-backdrop: rgba(
|
|
19
|
+
--rs-bg-backdrop: rgba(18, 18, 18, 0.3);
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
.rs-theme-dark {
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
bottom: 0;
|
|
222
222
|
left: 0;
|
|
223
223
|
z-index: 1050;
|
|
224
|
-
background-color: rgb(from #
|
|
224
|
+
background-color: rgb(from #121212 r g b / 30%);
|
|
225
225
|
background-color: var(--rs-bg-backdrop);
|
|
226
226
|
}
|
|
227
227
|
.rs-drawer-backdrop.rs-anim-fade {
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
-ms-flex-negative: 1;
|
|
262
262
|
flex-shrink: 1;
|
|
263
263
|
margin: 0;
|
|
264
|
-
color: #
|
|
264
|
+
color: #121212;
|
|
265
265
|
color: var(--rs-text-heading);
|
|
266
266
|
font-weight: normal;
|
|
267
267
|
font-size: 18px;
|