@databricks/design-system 1.12.12 → 1.12.13

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 (105) hide show
  1. package/dist/{DropdownMenu-06a1051f.js → DropdownMenu-dbeef1b7.js} +611 -298
  2. package/dist/DropdownMenu-dbeef1b7.js.map +1 -0
  3. package/dist/design-system/Button/Button.d.ts +3 -0
  4. package/dist/design-system/Button/Button.d.ts.map +1 -1
  5. package/dist/design-system/DesignSystemEventProvider/DesignSystemEventProvider.d.ts +44 -0
  6. package/dist/design-system/DesignSystemEventProvider/DesignSystemEventProvider.d.ts.map +1 -0
  7. package/dist/design-system/DesignSystemEventProvider/index.d.ts +2 -0
  8. package/dist/design-system/DesignSystemEventProvider/index.d.ts.map +1 -0
  9. package/dist/design-system/DialogCombobox/DialogComboboxContent.d.ts.map +1 -1
  10. package/dist/design-system/DialogCombobox/DialogComboboxHintRow.d.ts.map +1 -1
  11. package/dist/design-system/DialogCombobox/DialogComboboxOptionListCheckboxItem.d.ts.map +1 -1
  12. package/dist/design-system/DialogCombobox/DialogComboboxOptionListSelectItem.d.ts +9 -0
  13. package/dist/design-system/DialogCombobox/DialogComboboxOptionListSelectItem.d.ts.map +1 -1
  14. package/dist/design-system/DialogCombobox/DialogComboboxTrigger.d.ts +7 -0
  15. package/dist/design-system/DialogCombobox/DialogComboboxTrigger.d.ts.map +1 -1
  16. package/dist/design-system/FormV2/RHFAdapters.d.ts +6 -0
  17. package/dist/design-system/FormV2/RHFAdapters.d.ts.map +1 -1
  18. package/dist/design-system/Icon/Icon.d.ts +1 -1
  19. package/dist/design-system/Icon/Icon.d.ts.map +1 -1
  20. package/dist/design-system/Icon/__generated/icons/BarStackedPercentageIcon.d.ts +5 -0
  21. package/dist/design-system/Icon/__generated/icons/BarStackedPercentageIcon.d.ts.map +1 -0
  22. package/dist/design-system/Icon/__generated/icons/ErdIcon.d.ts +5 -0
  23. package/dist/design-system/Icon/__generated/icons/ErdIcon.d.ts.map +1 -0
  24. package/dist/design-system/Icon/__generated/icons/ListClearIcon.d.ts +5 -0
  25. package/dist/design-system/Icon/__generated/icons/ListClearIcon.d.ts.map +1 -0
  26. package/dist/design-system/Icon/__generated/icons/PauseIcon.d.ts +5 -0
  27. package/dist/design-system/Icon/__generated/icons/PauseIcon.d.ts.map +1 -0
  28. package/dist/design-system/Icon/__generated/icons/SparkleIcon.d.ts +5 -0
  29. package/dist/design-system/Icon/__generated/icons/SparkleIcon.d.ts.map +1 -0
  30. package/dist/design-system/Icon/__generated/icons/StepIntoIcon.d.ts +5 -0
  31. package/dist/design-system/Icon/__generated/icons/StepIntoIcon.d.ts.map +1 -0
  32. package/dist/design-system/Icon/__generated/icons/StepOutIcon.d.ts +5 -0
  33. package/dist/design-system/Icon/__generated/icons/StepOutIcon.d.ts.map +1 -0
  34. package/dist/design-system/Icon/__generated/icons/StepOverIcon.d.ts +5 -0
  35. package/dist/design-system/Icon/__generated/icons/StepOverIcon.d.ts.map +1 -0
  36. package/dist/design-system/Icon/__generated/icons/TableOnlineViewIcon.d.ts +5 -0
  37. package/dist/design-system/Icon/__generated/icons/TableOnlineViewIcon.d.ts.map +1 -0
  38. package/dist/design-system/Icon/__generated/icons/index.d.ts +9 -0
  39. package/dist/design-system/Icon/__generated/icons/index.d.ts.map +1 -1
  40. package/dist/design-system/Label/Label.d.ts +1 -0
  41. package/dist/design-system/Label/Label.d.ts.map +1 -1
  42. package/dist/design-system/Pagination/index.d.ts +1 -0
  43. package/dist/design-system/Pagination/index.d.ts.map +1 -1
  44. package/dist/design-system/SegmentedControl/SegmentedControl.d.ts +1 -0
  45. package/dist/design-system/SegmentedControl/SegmentedControl.d.ts.map +1 -1
  46. package/dist/design-system/Select/Select.d.ts.map +1 -1
  47. package/dist/design-system/Steps/Steps.d.ts +1 -2
  48. package/dist/design-system/Steps/Steps.d.ts.map +1 -1
  49. package/dist/design-system/TableUI/Table.d.ts.map +1 -1
  50. package/dist/design-system/TableUI/TableRow.d.ts.map +1 -1
  51. package/dist/design-system/Tag/index.d.ts +2 -2
  52. package/dist/design-system/Tag/index.d.ts.map +1 -1
  53. package/dist/design-system/Tree/Tree.d.ts +24 -0
  54. package/dist/design-system/Tree/Tree.d.ts.map +1 -1
  55. package/dist/design-system/_shared_/Combobox/styles.d.ts +3 -0
  56. package/dist/design-system/_shared_/Combobox/styles.d.ts.map +1 -1
  57. package/dist/design-system/constants.d.ts +2 -2
  58. package/dist/design-system/constants.d.ts.map +1 -1
  59. package/dist/design-system/index.d.ts +1 -0
  60. package/dist/design-system/index.d.ts.map +1 -1
  61. package/dist/development/Banner/Banner.d.ts +1 -2
  62. package/dist/development/Banner/Banner.d.ts.map +1 -1
  63. package/dist/development/Toolbar/Toolbar.d.ts +15 -0
  64. package/dist/development/Toolbar/Toolbar.d.ts.map +1 -0
  65. package/dist/development/Toolbar/index.d.ts +2 -0
  66. package/dist/development/Toolbar/index.d.ts.map +1 -0
  67. package/dist/development/index.d.ts +3 -2
  68. package/dist/development/index.d.ts.map +1 -1
  69. package/dist/development.js +379 -249
  70. package/dist/development.js.map +1 -1
  71. package/dist/dubois-colors.less +203 -140
  72. package/dist/flags.d.ts +1 -2
  73. package/dist/flags.d.ts.map +1 -1
  74. package/dist/index-dark.css +289 -289
  75. package/dist/index.css +128 -128
  76. package/dist/index.js +672 -244
  77. package/dist/index.js.map +1 -1
  78. package/dist/rollup/less.d.ts.map +1 -1
  79. package/dist/test-utils/enzyme/selectEvent.d.ts +5 -0
  80. package/dist/test-utils/enzyme/selectEvent.d.ts.map +1 -1
  81. package/dist/test-utils/enzyme/table.d.ts.map +1 -1
  82. package/dist/test-utils/enzyme/utils.d.ts +6 -0
  83. package/dist/test-utils/enzyme/utils.d.ts.map +1 -1
  84. package/dist/test-utils/enzyme.js +34 -15
  85. package/dist/test-utils/enzyme.js.map +1 -1
  86. package/dist/test-utils/rtl/selectEvent.d.ts +5 -0
  87. package/dist/test-utils/rtl/selectEvent.d.ts.map +1 -1
  88. package/dist/test-utils/rtl.js +16 -1
  89. package/dist/test-utils/rtl.js.map +1 -1
  90. package/dist/theme/_generated/PrimitiveColors.d.ts +3 -0
  91. package/dist/theme/_generated/PrimitiveColors.d.ts.map +1 -0
  92. package/dist/theme/_generated/SemanticColors-Dark.d.ts +3 -0
  93. package/dist/theme/_generated/SemanticColors-Dark.d.ts.map +1 -0
  94. package/dist/theme/_generated/SemanticColors-Light.d.ts +3 -0
  95. package/dist/theme/_generated/SemanticColors-Light.d.ts.map +1 -0
  96. package/dist/theme/_generated/ValidPrimitiveColors.d.ts +56 -0
  97. package/dist/theme/_generated/ValidPrimitiveColors.d.ts.map +1 -0
  98. package/dist/theme/_generated/ValidSemanticColors.d.ts +99 -0
  99. package/dist/theme/_generated/ValidSemanticColors.d.ts.map +1 -0
  100. package/dist/theme/colors.d.ts +62 -141
  101. package/dist/theme/colors.d.ts.map +1 -1
  102. package/package.json +13 -15
  103. package/dist/DropdownMenu-06a1051f.js.map +0 -1
  104. package/dist/theme/colorList.d.ts +0 -130
  105. package/dist/theme/colorList.d.ts.map +0 -1
package/dist/index.css CHANGED
@@ -967,7 +967,7 @@ abbr[data-original-title] {
967
967
  padding: 0 16px;
968
968
  font-size: 13px;
969
969
  border-radius: 4px;
970
- color: #1F272D;
970
+ color: #11171C;
971
971
  background: #fff;
972
972
  border-color: #CDDAE5;
973
973
  }
@@ -1196,7 +1196,7 @@ abbr[data-original-title] {
1196
1196
  border-left-color: #CDDAE5;
1197
1197
  }
1198
1198
  .du-bois-light-btn-ghost {
1199
- color: #1F272D;
1199
+ color: #11171C;
1200
1200
  background: transparent;
1201
1201
  border-color: #CDDAE5;
1202
1202
  }
@@ -1278,7 +1278,7 @@ abbr[data-original-title] {
1278
1278
  content: '';
1279
1279
  }
1280
1280
  .du-bois-light-btn-dashed {
1281
- color: #1F272D;
1281
+ color: #11171C;
1282
1282
  background: #fff;
1283
1283
  border-color: #CDDAE5;
1284
1284
  border-style: dashed;
@@ -1564,7 +1564,7 @@ abbr[data-original-title] {
1564
1564
  content: '';
1565
1565
  }
1566
1566
  .du-bois-light-btn-text {
1567
- color: #1F272D;
1567
+ color: #11171C;
1568
1568
  background: transparent;
1569
1569
  border-color: transparent;
1570
1570
  box-shadow: none;
@@ -1648,12 +1648,12 @@ abbr[data-original-title] {
1648
1648
  }
1649
1649
  .du-bois-light-btn-text:hover,
1650
1650
  .du-bois-light-btn-text:focus {
1651
- color: #1F272D;
1651
+ color: #11171C;
1652
1652
  background: rgba(0, 0, 0, 0.018);
1653
1653
  border-color: transparent;
1654
1654
  }
1655
1655
  .du-bois-light-btn-text:active {
1656
- color: #1F272D;
1656
+ color: #11171C;
1657
1657
  background: rgba(0, 0, 0, 0.028);
1658
1658
  border-color: transparent;
1659
1659
  }
@@ -2758,7 +2758,7 @@ a.du-bois-light-btn-sm {
2758
2758
  box-sizing: border-box;
2759
2759
  margin: 0;
2760
2760
  padding: 0;
2761
- color: #1F272D;
2761
+ color: #11171C;
2762
2762
  font-size: 13px;
2763
2763
  font-variant: tabular-nums;
2764
2764
  line-height: 20px;
@@ -2791,11 +2791,11 @@ a.du-bois-light-btn-sm {
2791
2791
  color: #34824F;
2792
2792
  }
2793
2793
  .du-bois-light-alert-info {
2794
- background-color: #F2F5F7;
2795
- border: 1px solid #E4ECF1;
2794
+ background-color: #F2F8F8;
2795
+ border: 1px solid #BDCDDB;
2796
2796
  }
2797
2797
  .du-bois-light-alert-info .du-bois-light-alert-icon {
2798
- color: #5D7283;
2798
+ color: #44535F;
2799
2799
  }
2800
2800
  .du-bois-light-alert-warning {
2801
2801
  background-color: #FFF9EB;
@@ -2830,14 +2830,14 @@ a.du-bois-light-btn-sm {
2830
2830
  cursor: pointer;
2831
2831
  }
2832
2832
  .du-bois-light-alert-close-icon .anticon-close {
2833
- color: #5D7283;
2833
+ color: #44535F;
2834
2834
  transition: color 0.3s;
2835
2835
  }
2836
2836
  .du-bois-light-alert-close-icon .anticon-close:hover {
2837
2837
  color: rgba(0, 0, 0, 0.75);
2838
2838
  }
2839
2839
  .du-bois-light-alert-close-text {
2840
- color: #5D7283;
2840
+ color: #44535F;
2841
2841
  transition: color 0.3s;
2842
2842
  }
2843
2843
  .du-bois-light-alert-close-text:hover {
@@ -2902,7 +2902,7 @@ a.du-bois-light-btn-sm {
2902
2902
  box-sizing: border-box;
2903
2903
  margin: 0;
2904
2904
  padding: 0;
2905
- color: #1F272D;
2905
+ color: #11171C;
2906
2906
  font-size: 13px;
2907
2907
  font-variant: tabular-nums;
2908
2908
  line-height: 20px;
@@ -3024,7 +3024,7 @@ a.du-bois-light-btn-sm {
3024
3024
  box-sizing: border-box;
3025
3025
  margin: 0;
3026
3026
  padding: 0;
3027
- color: #1F272D;
3027
+ color: #11171C;
3028
3028
  font-size: 13px;
3029
3029
  font-variant: tabular-nums;
3030
3030
  line-height: 20px;
@@ -3055,7 +3055,7 @@ a.du-bois-light-btn-sm {
3055
3055
  box-sizing: border-box;
3056
3056
  margin: 0;
3057
3057
  padding: 0;
3058
- color: #1F272D;
3058
+ color: #11171C;
3059
3059
  font-size: 13px;
3060
3060
  font-variant: tabular-nums;
3061
3061
  line-height: 20px;
@@ -3100,7 +3100,7 @@ a.du-bois-light-btn-sm {
3100
3100
  box-sizing: border-box;
3101
3101
  margin: 0;
3102
3102
  padding: 0;
3103
- color: #1F272D;
3103
+ color: #11171C;
3104
3104
  font-size: 13px;
3105
3105
  font-variant: tabular-nums;
3106
3106
  line-height: 20px;
@@ -3314,7 +3314,7 @@ a.du-bois-light-btn-sm {
3314
3314
  -webkit-font-smoothing: antialiased;
3315
3315
  -moz-osx-font-smoothing: grayscale;
3316
3316
  display: inline-block;
3317
- color: #5D7283;
3317
+ color: #44535F;
3318
3318
  font-weight: bold;
3319
3319
  font-size: 10px;
3320
3320
  line-height: inherit;
@@ -3425,7 +3425,7 @@ a.du-bois-light-btn-sm {
3425
3425
  box-sizing: border-box;
3426
3426
  margin: 0;
3427
3427
  padding: 0;
3428
- color: #1F272D;
3428
+ color: #11171C;
3429
3429
  font-size: 13px;
3430
3430
  font-variant: tabular-nums;
3431
3431
  line-height: 20px;
@@ -3582,7 +3582,7 @@ a.du-bois-light-btn-sm {
3582
3582
  display: block;
3583
3583
  }
3584
3584
  .du-bois-light-select-clear:hover {
3585
- color: #5D7283;
3585
+ color: #44535F;
3586
3586
  }
3587
3587
  .du-bois-light-select:hover .du-bois-light-select-clear {
3588
3588
  opacity: 1;
@@ -3590,7 +3590,7 @@ a.du-bois-light-btn-sm {
3590
3590
  .du-bois-light-select-dropdown {
3591
3591
  margin: 0;
3592
3592
  padding: 0;
3593
- color: #1F272D;
3593
+ color: #11171C;
3594
3594
  font-variant: tabular-nums;
3595
3595
  line-height: 20px;
3596
3596
  list-style: none;
@@ -3634,7 +3634,7 @@ a.du-bois-light-btn-sm {
3634
3634
  display: block;
3635
3635
  min-height: 32px;
3636
3636
  padding: 5px 8px;
3637
- color: #1F272D;
3637
+ color: #11171C;
3638
3638
  font-weight: normal;
3639
3639
  font-size: 13px;
3640
3640
  line-height: 22px;
@@ -3645,7 +3645,7 @@ a.du-bois-light-btn-sm {
3645
3645
  display: block;
3646
3646
  min-height: 32px;
3647
3647
  padding: 5px 8px;
3648
- color: #1F272D;
3648
+ color: #11171C;
3649
3649
  font-weight: normal;
3650
3650
  font-size: 13px;
3651
3651
  line-height: 22px;
@@ -3653,7 +3653,7 @@ a.du-bois-light-btn-sm {
3653
3653
  transition: background 0.3s ease;
3654
3654
  }
3655
3655
  .du-bois-light-select-item-group {
3656
- color: #5D7283;
3656
+ color: #44535F;
3657
3657
  font-size: 12px;
3658
3658
  cursor: default;
3659
3659
  }
@@ -3673,7 +3673,7 @@ a.du-bois-light-btn-sm {
3673
3673
  background-color: #f5f5f5;
3674
3674
  }
3675
3675
  .du-bois-light-select-item-option-selected:not(.du-bois-light-select-item-option-disabled) {
3676
- color: #1F272D;
3676
+ color: #11171C;
3677
3677
  font-weight: 600;
3678
3678
  background-color: #e6f1f5;
3679
3679
  }
@@ -3777,7 +3777,7 @@ a.du-bois-light-btn-sm {
3777
3777
  box-sizing: border-box;
3778
3778
  margin: 0;
3779
3779
  padding: 0;
3780
- color: #1F272D;
3780
+ color: #11171C;
3781
3781
  font-size: 13px;
3782
3782
  font-variant: tabular-nums;
3783
3783
  line-height: 20px;
@@ -3849,7 +3849,7 @@ a.du-bois-light-btn-sm {
3849
3849
  transform: translateY(-50%);
3850
3850
  }
3851
3851
  .du-bois-light-collapse-content {
3852
- color: #1F272D;
3852
+ color: #11171C;
3853
3853
  background-color: #fff;
3854
3854
  border-top: 1px solid #CDDAE5;
3855
3855
  }
@@ -3909,7 +3909,7 @@ a.du-bois-light-btn-sm {
3909
3909
  box-sizing: border-box;
3910
3910
  margin: 0;
3911
3911
  padding: 0;
3912
- color: #1F272D;
3912
+ color: #11171C;
3913
3913
  font-size: 13px;
3914
3914
  font-variant: tabular-nums;
3915
3915
  line-height: 20px;
@@ -3960,7 +3960,7 @@ a.du-bois-light-btn-sm {
3960
3960
  width: 100%;
3961
3961
  min-width: 0;
3962
3962
  padding: 5px 12px;
3963
- color: #1F272D;
3963
+ color: #11171C;
3964
3964
  font-size: 13px;
3965
3965
  line-height: 20px;
3966
3966
  background-color: #fff;
@@ -4087,7 +4087,7 @@ textarea.du-bois-light-picker-input > input {
4087
4087
  vertical-align: top;
4088
4088
  }
4089
4089
  .du-bois-light-picker-clear:hover {
4090
- color: #5D7283;
4090
+ color: #44535F;
4091
4091
  }
4092
4092
  .du-bois-light-picker-separator {
4093
4093
  position: relative;
@@ -4100,7 +4100,7 @@ textarea.du-bois-light-picker-input > input {
4100
4100
  cursor: default;
4101
4101
  }
4102
4102
  .du-bois-light-picker-focused .du-bois-light-picker-separator {
4103
- color: #5D7283;
4103
+ color: #44535F;
4104
4104
  }
4105
4105
  .du-bois-light-picker-disabled .du-bois-light-picker-range-separator .du-bois-light-picker-separator {
4106
4106
  cursor: not-allowed;
@@ -4142,7 +4142,7 @@ textarea.du-bois-light-picker-input > input {
4142
4142
  box-sizing: border-box;
4143
4143
  margin: 0;
4144
4144
  padding: 0;
4145
- color: #1F272D;
4145
+ color: #11171C;
4146
4146
  font-size: 13px;
4147
4147
  font-variant: tabular-nums;
4148
4148
  line-height: 20px;
@@ -4309,7 +4309,7 @@ textarea.du-bois-light-picker-input > input {
4309
4309
  font-size: 13px;
4310
4310
  }
4311
4311
  .du-bois-light-picker-header > button:hover {
4312
- color: #1F272D;
4312
+ color: #11171C;
4313
4313
  }
4314
4314
  .du-bois-light-picker-header-view {
4315
4315
  flex: auto;
@@ -4382,7 +4382,7 @@ textarea.du-bois-light-picker-input > input {
4382
4382
  }
4383
4383
  .du-bois-light-picker-content th {
4384
4384
  height: 30px;
4385
- color: #1F272D;
4385
+ color: #11171C;
4386
4386
  line-height: 30px;
4387
4387
  }
4388
4388
  .du-bois-light-picker-cell {
@@ -4391,7 +4391,7 @@ textarea.du-bois-light-picker-input > input {
4391
4391
  cursor: pointer;
4392
4392
  }
4393
4393
  .du-bois-light-picker-cell-in-view {
4394
- color: #1F272D;
4394
+ color: #11171C;
4395
4395
  }
4396
4396
  .du-bois-light-picker-cell::before {
4397
4397
  position: absolute;
@@ -4725,7 +4725,7 @@ tr > .du-bois-light-picker-cell-in-view.du-bois-light-picker-cell-range-hover-st
4725
4725
  height: 28px;
4726
4726
  margin: 0;
4727
4727
  padding: 0 0 0 14px;
4728
- color: #1F272D;
4728
+ color: #11171C;
4729
4729
  line-height: 28px;
4730
4730
  border-radius: 0;
4731
4731
  cursor: pointer;
@@ -4758,7 +4758,7 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
4758
4758
  box-sizing: border-box;
4759
4759
  margin: 0;
4760
4760
  padding: 0;
4761
- color: #1F272D;
4761
+ color: #11171C;
4762
4762
  font-size: 13px;
4763
4763
  font-variant: tabular-nums;
4764
4764
  list-style: none;
@@ -4779,7 +4779,7 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
4779
4779
  .du-bois-light-tag,
4780
4780
  .du-bois-light-tag a,
4781
4781
  .du-bois-light-tag a:hover {
4782
- color: #1F272D;
4782
+ color: #11171C;
4783
4783
  }
4784
4784
  .du-bois-light-tag > a:first-child:last-child {
4785
4785
  display: inline-block;
@@ -4788,7 +4788,7 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
4788
4788
  }
4789
4789
  .du-bois-light-tag-close-icon {
4790
4790
  margin-left: 3px;
4791
- color: #5D7283;
4791
+ color: #44535F;
4792
4792
  font-size: 10px;
4793
4793
  cursor: pointer;
4794
4794
  transition: all 0.3s;
@@ -4997,7 +4997,7 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
4997
4997
  box-sizing: border-box;
4998
4998
  margin: 0;
4999
4999
  padding: 0;
5000
- color: #1F272D;
5000
+ color: #11171C;
5001
5001
  font-size: 13px;
5002
5002
  font-variant: tabular-nums;
5003
5003
  line-height: 20px;
@@ -5111,7 +5111,7 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
5111
5111
  }
5112
5112
  .du-bois-light-dropdown-menu-item-group-title {
5113
5113
  padding: 5px 8px;
5114
- color: #5D7283;
5114
+ color: #44535F;
5115
5115
  transition: all 0.3s;
5116
5116
  }
5117
5117
  .du-bois-light-dropdown-menu-submenu-popup {
@@ -5162,7 +5162,7 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
5162
5162
  clear: both;
5163
5163
  margin: 0;
5164
5164
  padding: 5px 8px;
5165
- color: #1F272D;
5165
+ color: #11171C;
5166
5166
  font-weight: normal;
5167
5167
  font-size: 13px;
5168
5168
  line-height: 22px;
@@ -5210,7 +5210,7 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
5210
5210
  .du-bois-light-dropdown-menu-item .du-bois-light-dropdown-menu-submenu-expand-icon .du-bois-light-dropdown-menu-submenu-arrow-icon,
5211
5211
  .du-bois-light-dropdown-menu-submenu-title .du-bois-light-dropdown-menu-submenu-expand-icon .du-bois-light-dropdown-menu-submenu-arrow-icon {
5212
5212
  margin-right: 0 !important;
5213
- color: #5D7283;
5213
+ color: #44535F;
5214
5214
  font-size: 10px;
5215
5215
  font-style: normal;
5216
5216
  }
@@ -5786,7 +5786,7 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
5786
5786
  box-sizing: border-box;
5787
5787
  margin: 0;
5788
5788
  padding: 0;
5789
- color: #1F272D;
5789
+ color: #11171C;
5790
5790
  font-size: 13px;
5791
5791
  font-variant: tabular-nums;
5792
5792
  line-height: 20px;
@@ -5798,7 +5798,7 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
5798
5798
  width: 100%;
5799
5799
  margin-bottom: 20px;
5800
5800
  padding: 0;
5801
- color: #5D7283;
5801
+ color: #44535F;
5802
5802
  font-size: 18px;
5803
5803
  line-height: inherit;
5804
5804
  border: 0;
@@ -5835,7 +5835,7 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
5835
5835
  .du-bois-light-form output {
5836
5836
  display: block;
5837
5837
  padding-top: 15px;
5838
- color: #1F272D;
5838
+ color: #11171C;
5839
5839
  font-size: 13px;
5840
5840
  line-height: 20px;
5841
5841
  }
@@ -5859,7 +5859,7 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
5859
5859
  box-sizing: border-box;
5860
5860
  margin: 0;
5861
5861
  padding: 0;
5862
- color: #1F272D;
5862
+ color: #11171C;
5863
5863
  font-size: 13px;
5864
5864
  font-variant: tabular-nums;
5865
5865
  line-height: 20px;
@@ -5913,13 +5913,13 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
5913
5913
  .du-bois-light-form-item-label > label .du-bois-light-form-item-optional {
5914
5914
  display: inline-block;
5915
5915
  margin-left: 4px;
5916
- color: #5D7283;
5916
+ color: #44535F;
5917
5917
  }
5918
5918
  .du-bois-light-form-hide-required-mark .du-bois-light-form-item-label > label .du-bois-light-form-item-optional {
5919
5919
  display: none;
5920
5920
  }
5921
5921
  .du-bois-light-form-item-label > label .du-bois-light-form-item-tooltip {
5922
- color: #5D7283;
5922
+ color: #44535F;
5923
5923
  cursor: help;
5924
5924
  writing-mode: horizontal-tb;
5925
5925
  margin-inline-start: 4px;
@@ -5955,7 +5955,7 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
5955
5955
  .du-bois-light-form-item-extra {
5956
5956
  clear: both;
5957
5957
  min-height: 24px;
5958
- color: #5D7283;
5958
+ color: #44535F;
5959
5959
  font-size: 13px;
5960
5960
  line-height: 20px;
5961
5961
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
@@ -9101,7 +9101,7 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
9101
9101
  box-sizing: border-box;
9102
9102
  margin: 0;
9103
9103
  padding: 0;
9104
- color: #1F272D;
9104
+ color: #11171C;
9105
9105
  font-size: 13px;
9106
9106
  font-variant: tabular-nums;
9107
9107
  line-height: 20px;
@@ -9345,7 +9345,7 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
9345
9345
  width: 100%;
9346
9346
  min-width: 0;
9347
9347
  padding: 5px 12px;
9348
- color: #1F272D;
9348
+ color: #11171C;
9349
9349
  font-size: 13px;
9350
9350
  line-height: 20px;
9351
9351
  background-color: #fff;
@@ -9469,10 +9469,10 @@ textarea.du-bois-light-input-affix-wrapper {
9469
9469
  transition: color 0.3s;
9470
9470
  }
9471
9471
  .anticon.du-bois-light-input-clear-icon:hover {
9472
- color: #5D7283;
9472
+ color: #44535F;
9473
9473
  }
9474
9474
  .anticon.du-bois-light-input-clear-icon:active {
9475
- color: #1F272D;
9475
+ color: #11171C;
9476
9476
  }
9477
9477
  .anticon.du-bois-light-input-clear-icon-hidden {
9478
9478
  visibility: hidden;
@@ -9502,7 +9502,7 @@ textarea.du-bois-light-input-affix-wrapper {
9502
9502
  width: 100%;
9503
9503
  min-width: 0;
9504
9504
  padding: 5px 12px;
9505
- color: #1F272D;
9505
+ color: #11171C;
9506
9506
  font-size: 13px;
9507
9507
  line-height: 20px;
9508
9508
  background-color: #fff;
@@ -9580,7 +9580,7 @@ textarea.du-bois-light-input {
9580
9580
  box-sizing: border-box;
9581
9581
  margin: 0;
9582
9582
  padding: 0;
9583
- color: #1F272D;
9583
+ color: #11171C;
9584
9584
  font-size: 13px;
9585
9585
  font-variant: tabular-nums;
9586
9586
  line-height: 20px;
@@ -9642,7 +9642,7 @@ textarea.du-bois-light-input {
9642
9642
  .du-bois-light-input-group-addon {
9643
9643
  position: relative;
9644
9644
  padding: 0 12px;
9645
- color: #1F272D;
9645
+ color: #11171C;
9646
9646
  font-weight: normal;
9647
9647
  font-size: 13px;
9648
9648
  text-align: center;
@@ -9841,7 +9841,7 @@ textarea.du-bois-light-input {
9841
9841
  vertical-align: top;
9842
9842
  }
9843
9843
  .du-bois-light-input-password-icon {
9844
- color: #5D7283;
9844
+ color: #44535F;
9845
9845
  cursor: pointer;
9846
9846
  transition: all 0.3s;
9847
9847
  }
@@ -9861,7 +9861,7 @@ textarea.du-bois-light-input {
9861
9861
  }
9862
9862
  .du-bois-light-input-textarea-show-count::after {
9863
9863
  float: right;
9864
- color: #5D7283;
9864
+ color: #44535F;
9865
9865
  white-space: nowrap;
9866
9866
  content: attr(data-count);
9867
9867
  pointer-events: none;
@@ -9891,7 +9891,7 @@ textarea.du-bois-light-input {
9891
9891
  border-radius: 0 4px 4px 0;
9892
9892
  }
9893
9893
  .du-bois-light-input-search > .du-bois-light-input-group > .du-bois-light-input-group-addon:last-child .du-bois-light-input-search-button:not(.du-bois-light-btn-primary) {
9894
- color: #5D7283;
9894
+ color: #44535F;
9895
9895
  }
9896
9896
  .du-bois-light-input-search > .du-bois-light-input-group > .du-bois-light-input-group-addon:last-child .du-bois-light-input-search-button:not(.du-bois-light-btn-primary).du-bois-light-btn-loading::before {
9897
9897
  top: 0;
@@ -9957,13 +9957,13 @@ textarea.du-bois-light-input {
9957
9957
  .du-bois-light-layout-header {
9958
9958
  height: 64px;
9959
9959
  padding: 0 50px;
9960
- color: #1F272D;
9960
+ color: #11171C;
9961
9961
  line-height: 64px;
9962
9962
  background: #001529;
9963
9963
  }
9964
9964
  .du-bois-light-layout-footer {
9965
9965
  padding: 24px 50px;
9966
- color: #1F272D;
9966
+ color: #11171C;
9967
9967
  font-size: 13px;
9968
9968
  background: #f0f2f5;
9969
9969
  }
@@ -10045,11 +10045,11 @@ textarea.du-bois-light-input {
10045
10045
  background: #fff;
10046
10046
  }
10047
10047
  .du-bois-light-layout-sider-light .du-bois-light-layout-sider-trigger {
10048
- color: #1F272D;
10048
+ color: #11171C;
10049
10049
  background: #fff;
10050
10050
  }
10051
10051
  .du-bois-light-layout-sider-light .du-bois-light-layout-sider-zero-width-trigger {
10052
- color: #1F272D;
10052
+ color: #11171C;
10053
10053
  background: #fff;
10054
10054
  }
10055
10055
 
@@ -10098,7 +10098,7 @@ textarea.du-bois-light-input {
10098
10098
  font-feature-settings: 'tnum';
10099
10099
  margin-bottom: 0;
10100
10100
  padding-left: 0;
10101
- color: #1F272D;
10101
+ color: #11171C;
10102
10102
  font-size: 13px;
10103
10103
  line-height: 0;
10104
10104
  text-align: left;
@@ -10139,7 +10139,7 @@ textarea.du-bois-light-input {
10139
10139
  .du-bois-light-menu-item-group-title {
10140
10140
  height: 20px;
10141
10141
  padding: 8px 16px;
10142
- color: #5D7283;
10142
+ color: #44535F;
10143
10143
  font-size: 13px;
10144
10144
  line-height: 20px;
10145
10145
  transition: all 0.3s;
@@ -10166,7 +10166,7 @@ textarea.du-bois-light-input {
10166
10166
  transition: color 0.3s;
10167
10167
  }
10168
10168
  .du-bois-light-menu-item a {
10169
- color: #1F272D;
10169
+ color: #11171C;
10170
10170
  }
10171
10171
  .du-bois-light-menu-item a:hover {
10172
10172
  color: #2272B4;
@@ -10181,7 +10181,7 @@ textarea.du-bois-light-input {
10181
10181
  content: '';
10182
10182
  }
10183
10183
  .du-bois-light-menu-item > .du-bois-light-badge a {
10184
- color: #1F272D;
10184
+ color: #11171C;
10185
10185
  }
10186
10186
  .du-bois-light-menu-item > .du-bois-light-badge a:hover {
10187
10187
  color: #2272B4;
@@ -10349,7 +10349,7 @@ textarea.du-bois-light-input {
10349
10349
  top: 50%;
10350
10350
  right: 16px;
10351
10351
  width: 10px;
10352
- color: #1F272D;
10352
+ color: #11171C;
10353
10353
  transform: translateY(-50%);
10354
10354
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
10355
10355
  }
@@ -10451,7 +10451,7 @@ textarea.du-bois-light-input {
10451
10451
  padding: 0;
10452
10452
  }
10453
10453
  .du-bois-light-menu-horizontal > .du-bois-light-menu-item a {
10454
- color: #1F272D;
10454
+ color: #11171C;
10455
10455
  }
10456
10456
  .du-bois-light-menu-horizontal > .du-bois-light-menu-item a:hover {
10457
10457
  color: #2272B4;
@@ -10875,7 +10875,7 @@ textarea.du-bois-light-input {
10875
10875
  box-sizing: border-box;
10876
10876
  margin: 0;
10877
10877
  padding: 0;
10878
- color: #1F272D;
10878
+ color: #11171C;
10879
10879
  font-size: 13px;
10880
10880
  font-variant: tabular-nums;
10881
10881
  line-height: 20px;
@@ -10945,7 +10945,7 @@ textarea.du-bois-light-input {
10945
10945
  right: 0;
10946
10946
  z-index: 10;
10947
10947
  padding: 0;
10948
- color: #5D7283;
10948
+ color: #44535F;
10949
10949
  font-weight: 700;
10950
10950
  line-height: 1;
10951
10951
  text-decoration: none;
@@ -10973,7 +10973,7 @@ textarea.du-bois-light-input {
10973
10973
  }
10974
10974
  .du-bois-light-modal-header {
10975
10975
  padding: 40px 40px 20px;
10976
- color: #1F272D;
10976
+ color: #11171C;
10977
10977
  background: #fff;
10978
10978
  border-bottom: 0px solid #f0f0f0;
10979
10979
  border-radius: 4px 4px 0 0;
@@ -11048,7 +11048,7 @@ textarea.du-bois-light-input {
11048
11048
  }
11049
11049
  .du-bois-light-modal-confirm-body .du-bois-light-modal-confirm-content {
11050
11050
  margin-top: 8px;
11051
- color: #1F272D;
11051
+ color: #11171C;
11052
11052
  font-size: 13px;
11053
11053
  }
11054
11054
  .du-bois-light-modal-confirm-body > .anticon {
@@ -11089,7 +11089,7 @@ textarea.du-bois-light-input {
11089
11089
  box-sizing: border-box;
11090
11090
  margin: 0;
11091
11091
  padding: 0;
11092
- color: #1F272D;
11092
+ color: #11171C;
11093
11093
  font-size: 13px;
11094
11094
  font-variant: tabular-nums;
11095
11095
  line-height: 20px;
@@ -11190,11 +11190,11 @@ textarea.du-bois-light-input {
11190
11190
  position: absolute;
11191
11191
  top: 16px;
11192
11192
  right: 22px;
11193
- color: #5D7283;
11193
+ color: #44535F;
11194
11194
  outline: none;
11195
11195
  }
11196
11196
  .du-bois-light-notification-notice-close:hover {
11197
- color: #38444f;
11197
+ color: #293239;
11198
11198
  }
11199
11199
  .du-bois-light-notification-notice-btn {
11200
11200
  float: right;
@@ -11272,7 +11272,7 @@ textarea.du-bois-light-input {
11272
11272
  box-sizing: border-box;
11273
11273
  margin: 0;
11274
11274
  padding: 0;
11275
- color: #1F272D;
11275
+ color: #11171C;
11276
11276
  font-size: 13px;
11277
11277
  font-variant: tabular-nums;
11278
11278
  line-height: 20px;
@@ -11342,12 +11342,12 @@ textarea.du-bois-light-input {
11342
11342
  }
11343
11343
  .du-bois-light-popover-inner-content {
11344
11344
  padding: 8px 8px;
11345
- color: #1F272D;
11345
+ color: #11171C;
11346
11346
  }
11347
11347
  .du-bois-light-popover-message {
11348
11348
  position: relative;
11349
11349
  padding: 4px 0 12px;
11350
- color: #1F272D;
11350
+ color: #11171C;
11351
11351
  font-size: 13px;
11352
11352
  }
11353
11353
  .du-bois-light-popover-message > .anticon {
@@ -11560,7 +11560,7 @@ textarea.du-bois-light-input {
11560
11560
  box-sizing: border-box;
11561
11561
  margin: 0;
11562
11562
  padding: 0;
11563
- color: #1F272D;
11563
+ color: #11171C;
11564
11564
  font-size: 13px;
11565
11565
  font-variant: tabular-nums;
11566
11566
  line-height: 20px;
@@ -11579,7 +11579,7 @@ textarea.du-bois-light-input {
11579
11579
  box-sizing: border-box;
11580
11580
  margin: 0;
11581
11581
  padding: 0;
11582
- color: #1F272D;
11582
+ color: #11171C;
11583
11583
  font-size: 13px;
11584
11584
  font-variant: tabular-nums;
11585
11585
  line-height: 20px;
@@ -11601,7 +11601,7 @@ textarea.du-bois-light-input {
11601
11601
  box-sizing: border-box;
11602
11602
  margin: 0;
11603
11603
  padding: 0;
11604
- color: #1F272D;
11604
+ color: #11171C;
11605
11605
  font-size: 13px;
11606
11606
  font-variant: tabular-nums;
11607
11607
  line-height: 20px;
@@ -11714,7 +11714,7 @@ span.du-bois-light-radio + * {
11714
11714
  height: 40px;
11715
11715
  margin: 0;
11716
11716
  padding: 0 7px;
11717
- color: #1F272D;
11717
+ color: #11171C;
11718
11718
  font-size: 13px;
11719
11719
  line-height: 38px;
11720
11720
  background: #fff;
@@ -11725,7 +11725,7 @@ span.du-bois-light-radio + * {
11725
11725
  transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
11726
11726
  }
11727
11727
  .du-bois-light-radio-button-wrapper a {
11728
- color: #1F272D;
11728
+ color: #11171C;
11729
11729
  }
11730
11730
  .du-bois-light-radio-button-wrapper > .du-bois-light-radio-button {
11731
11731
  position: absolute;
@@ -12127,7 +12127,7 @@ span.du-bois-light-radio + * {
12127
12127
  box-sizing: border-box;
12128
12128
  margin: 0;
12129
12129
  padding: 0;
12130
- color: #1F272D;
12130
+ color: #11171C;
12131
12131
  font-size: 13px;
12132
12132
  font-variant: tabular-nums;
12133
12133
  line-height: 20px;
@@ -12198,7 +12198,7 @@ span.du-bois-light-radio + * {
12198
12198
  position: relative;
12199
12199
  display: inline-block;
12200
12200
  padding-right: 16px;
12201
- color: #1F272D;
12201
+ color: #11171C;
12202
12202
  font-size: 18px;
12203
12203
  line-height: 40px;
12204
12204
  }
@@ -12215,12 +12215,12 @@ span.du-bois-light-radio + * {
12215
12215
  .du-bois-light-steps-item-subtitle {
12216
12216
  display: inline;
12217
12217
  margin-left: 8px;
12218
- color: #5D7283;
12218
+ color: #44535F;
12219
12219
  font-weight: normal;
12220
12220
  font-size: 13px;
12221
12221
  }
12222
12222
  .du-bois-light-steps-item-description {
12223
- color: #5D7283;
12223
+ color: #44535F;
12224
12224
  font-size: 13px;
12225
12225
  }
12226
12226
  .du-bois-light-steps-item-wait .du-bois-light-steps-item-icon {
@@ -12234,13 +12234,13 @@ span.du-bois-light-radio + * {
12234
12234
  background: rgba(0, 0, 0, 0.25);
12235
12235
  }
12236
12236
  .du-bois-light-steps-item-wait > .du-bois-light-steps-item-container > .du-bois-light-steps-item-content > .du-bois-light-steps-item-title {
12237
- color: #5D7283;
12237
+ color: #44535F;
12238
12238
  }
12239
12239
  .du-bois-light-steps-item-wait > .du-bois-light-steps-item-container > .du-bois-light-steps-item-content > .du-bois-light-steps-item-title::after {
12240
12240
  background-color: #f0f0f0;
12241
12241
  }
12242
12242
  .du-bois-light-steps-item-wait > .du-bois-light-steps-item-container > .du-bois-light-steps-item-content > .du-bois-light-steps-item-description {
12243
- color: #5D7283;
12243
+ color: #44535F;
12244
12244
  }
12245
12245
  .du-bois-light-steps-item-wait > .du-bois-light-steps-item-container > .du-bois-light-steps-item-tail::after {
12246
12246
  background-color: #f0f0f0;
@@ -12262,7 +12262,7 @@ span.du-bois-light-radio + * {
12262
12262
  background-color: #f0f0f0;
12263
12263
  }
12264
12264
  .du-bois-light-steps-item-process > .du-bois-light-steps-item-container > .du-bois-light-steps-item-content > .du-bois-light-steps-item-description {
12265
- color: #1F272D;
12265
+ color: #11171C;
12266
12266
  }
12267
12267
  .du-bois-light-steps-item-process > .du-bois-light-steps-item-container > .du-bois-light-steps-item-tail::after {
12268
12268
  background-color: #f0f0f0;
@@ -12287,13 +12287,13 @@ span.du-bois-light-radio + * {
12287
12287
  background: #2272B4;
12288
12288
  }
12289
12289
  .du-bois-light-steps-item-finish > .du-bois-light-steps-item-container > .du-bois-light-steps-item-content > .du-bois-light-steps-item-title {
12290
- color: #1F272D;
12290
+ color: #11171C;
12291
12291
  }
12292
12292
  .du-bois-light-steps-item-finish > .du-bois-light-steps-item-container > .du-bois-light-steps-item-content > .du-bois-light-steps-item-title::after {
12293
12293
  background-color: #2272B4;
12294
12294
  }
12295
12295
  .du-bois-light-steps-item-finish > .du-bois-light-steps-item-container > .du-bois-light-steps-item-content > .du-bois-light-steps-item-description {
12296
- color: #5D7283;
12296
+ color: #44535F;
12297
12297
  }
12298
12298
  .du-bois-light-steps-item-finish > .du-bois-light-steps-item-container > .du-bois-light-steps-item-tail::after {
12299
12299
  background-color: #2272B4;
@@ -12407,7 +12407,7 @@ span.du-bois-light-radio + * {
12407
12407
  top: 12px;
12408
12408
  }
12409
12409
  .du-bois-light-steps-small .du-bois-light-steps-item-description {
12410
- color: #5D7283;
12410
+ color: #44535F;
12411
12411
  font-size: 13px;
12412
12412
  }
12413
12413
  .du-bois-light-steps-small .du-bois-light-steps-item-tail {
@@ -12730,7 +12730,7 @@ span.du-bois-light-radio + * {
12730
12730
  box-sizing: border-box;
12731
12731
  margin: 0;
12732
12732
  padding: 0;
12733
- color: #1F272D;
12733
+ color: #11171C;
12734
12734
  font-size: 13px;
12735
12735
  font-variant: tabular-nums;
12736
12736
  line-height: 20px;
@@ -12810,7 +12810,7 @@ span.du-bois-light-radio + * {
12810
12810
  display: inline-block;
12811
12811
  width: 2em;
12812
12812
  margin-left: 8px;
12813
- color: #1F272D;
12813
+ color: #11171C;
12814
12814
  font-size: 1em;
12815
12815
  line-height: 1;
12816
12816
  white-space: nowrap;
@@ -12863,7 +12863,7 @@ span.du-bois-light-radio + * {
12863
12863
  width: 100%;
12864
12864
  margin: 0;
12865
12865
  padding: 0;
12866
- color: #1F272D;
12866
+ color: #11171C;
12867
12867
  font-size: 1em;
12868
12868
  line-height: 1;
12869
12869
  white-space: normal;
@@ -13056,7 +13056,7 @@ span.du-bois-light-radio + * {
13056
13056
  box-sizing: border-box;
13057
13057
  margin: 0;
13058
13058
  padding: 0;
13059
- color: #1F272D;
13059
+ color: #11171C;
13060
13060
  font-variant: tabular-nums;
13061
13061
  line-height: 20px;
13062
13062
  list-style: none;
@@ -13281,7 +13281,7 @@ td.du-bois-light-table-column-sort {
13281
13281
  transition: all 0.3s;
13282
13282
  }
13283
13283
  .du-bois-light-table-filter-trigger:hover {
13284
- color: #5D7283;
13284
+ color: #44535F;
13285
13285
  background: rgba(0, 0, 0, 0.04);
13286
13286
  }
13287
13287
  .du-bois-light-table-filter-trigger.active {
@@ -13291,7 +13291,7 @@ td.du-bois-light-table-column-sort {
13291
13291
  box-sizing: border-box;
13292
13292
  margin: 0;
13293
13293
  padding: 0;
13294
- color: #1F272D;
13294
+ color: #11171C;
13295
13295
  font-size: 13px;
13296
13296
  font-variant: tabular-nums;
13297
13297
  line-height: 20px;
@@ -13622,7 +13622,7 @@ tr.du-bois-light-table-expanded-row .du-bois-light-descriptions-view table {
13622
13622
  box-sizing: border-box;
13623
13623
  margin: 0;
13624
13624
  padding: 0;
13625
- color: #1F272D;
13625
+ color: #11171C;
13626
13626
  font-size: 13px;
13627
13627
  font-variant: tabular-nums;
13628
13628
  line-height: 20px;
@@ -13720,7 +13720,7 @@ tr.du-bois-light-table-expanded-row .du-bois-light-descriptions-view table {
13720
13720
  pointer-events: auto;
13721
13721
  }
13722
13722
  .du-bois-light-spin-tip {
13723
- color: #5D7283;
13723
+ color: #44535F;
13724
13724
  }
13725
13725
  .du-bois-light-spin-dot {
13726
13726
  position: relative;
@@ -13801,7 +13801,7 @@ tr.du-bois-light-table-expanded-row .du-bois-light-descriptions-view table {
13801
13801
  box-sizing: border-box;
13802
13802
  margin: 0;
13803
13803
  padding: 0;
13804
- color: #1F272D;
13804
+ color: #11171C;
13805
13805
  font-size: 13px;
13806
13806
  font-variant: tabular-nums;
13807
13807
  line-height: 20px;
@@ -13849,7 +13849,7 @@ tr.du-bois-light-table-expanded-row .du-bois-light-descriptions-view table {
13849
13849
  .du-bois-light-pagination-item a {
13850
13850
  display: block;
13851
13851
  padding: 0 6px;
13852
- color: #1F272D;
13852
+ color: #11171C;
13853
13853
  transition: none;
13854
13854
  }
13855
13855
  .du-bois-light-pagination-item a:hover {
@@ -13945,7 +13945,7 @@ tr.du-bois-light-table-expanded-row .du-bois-light-descriptions-view table {
13945
13945
  display: inline-block;
13946
13946
  min-width: 40px;
13947
13947
  height: 40px;
13948
- color: #1F272D;
13948
+ color: #11171C;
13949
13949
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
13950
13950
  line-height: 40px;
13951
13951
  text-align: center;
@@ -13962,7 +13962,7 @@ tr.du-bois-light-table-expanded-row .du-bois-light-descriptions-view table {
13962
13962
  }
13963
13963
  .du-bois-light-pagination-prev button,
13964
13964
  .du-bois-light-pagination-next button {
13965
- color: #1F272D;
13965
+ color: #11171C;
13966
13966
  cursor: pointer;
13967
13967
  user-select: none;
13968
13968
  }
@@ -14034,7 +14034,7 @@ tr.du-bois-light-table-expanded-row .du-bois-light-descriptions-view table {
14034
14034
  width: 100%;
14035
14035
  min-width: 0;
14036
14036
  padding: 5px 12px;
14037
- color: #1F272D;
14037
+ color: #11171C;
14038
14038
  font-size: 13px;
14039
14039
  line-height: 20px;
14040
14040
  background-color: #fff;
@@ -14493,7 +14493,7 @@ textarea.du-bois-light-pagination-options-quick-jumper input {
14493
14493
  box-sizing: border-box;
14494
14494
  margin: 0;
14495
14495
  padding: 0;
14496
- color: #1F272D;
14496
+ color: #11171C;
14497
14497
  font-size: 13px;
14498
14498
  font-variant: tabular-nums;
14499
14499
  line-height: 20px;
@@ -14527,7 +14527,7 @@ textarea.du-bois-light-pagination-options-quick-jumper input {
14527
14527
  margin: 0;
14528
14528
  padding: 5px 8px;
14529
14529
  overflow: hidden;
14530
- color: #1F272D;
14530
+ color: #11171C;
14531
14531
  font-weight: normal;
14532
14532
  font-size: 13px;
14533
14533
  line-height: 22px;
@@ -14610,7 +14610,7 @@ textarea.du-bois-light-pagination-options-quick-jumper input {
14610
14610
  box-sizing: border-box;
14611
14611
  margin: 0;
14612
14612
  padding: 0;
14613
- color: #1F272D;
14613
+ color: #11171C;
14614
14614
  font-size: 13px;
14615
14615
  font-variant: tabular-nums;
14616
14616
  line-height: 20px;
@@ -14740,7 +14740,7 @@ textarea.du-bois-light-pagination-options-quick-jumper input {
14740
14740
  flex: none;
14741
14741
  margin-right: -4px;
14742
14742
  margin-left: 8px;
14743
- color: #5D7283;
14743
+ color: #44535F;
14744
14744
  font-size: 12px;
14745
14745
  background: transparent;
14746
14746
  border: none;
@@ -14862,7 +14862,7 @@ textarea.du-bois-light-pagination-options-quick-jumper input {
14862
14862
  box-sizing: border-box;
14863
14863
  margin: 0;
14864
14864
  padding: 0;
14865
- color: #1F272D;
14865
+ color: #11171C;
14866
14866
  font-size: 13px;
14867
14867
  font-variant: tabular-nums;
14868
14868
  line-height: 20px;
@@ -14984,7 +14984,7 @@ textarea.du-bois-light-pagination-options-quick-jumper input {
14984
14984
  box-sizing: border-box;
14985
14985
  margin: 0;
14986
14986
  padding: 0;
14987
- color: #1F272D;
14987
+ color: #11171C;
14988
14988
  font-size: 13px;
14989
14989
  font-variant: tabular-nums;
14990
14990
  line-height: 20px;
@@ -15015,7 +15015,7 @@ textarea.du-bois-light-pagination-options-quick-jumper input {
15015
15015
  box-sizing: border-box;
15016
15016
  margin: 0;
15017
15017
  padding: 0;
15018
- color: #1F272D;
15018
+ color: #11171C;
15019
15019
  font-size: 13px;
15020
15020
  font-variant: tabular-nums;
15021
15021
  line-height: 20px;
@@ -15055,7 +15055,7 @@ textarea.du-bois-light-pagination-options-quick-jumper input {
15055
15055
  box-sizing: border-box;
15056
15056
  margin: 0;
15057
15057
  padding: 0;
15058
- color: #1F272D;
15058
+ color: #11171C;
15059
15059
  font-size: 13px;
15060
15060
  font-variant: tabular-nums;
15061
15061
  line-height: 20px;
@@ -15249,11 +15249,11 @@ textarea.du-bois-light-pagination-options-quick-jumper input {
15249
15249
  /* stylelint-disable */
15250
15250
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
15251
15251
  .du-bois-light-typography {
15252
- color: #1F272D;
15252
+ color: #11171C;
15253
15253
  overflow-wrap: break-word;
15254
15254
  }
15255
15255
  .du-bois-light-typography.du-bois-light-typography-secondary {
15256
- color: #5D7283;
15256
+ color: #44535F;
15257
15257
  }
15258
15258
  .du-bois-light-typography.du-bois-light-typography-success {
15259
15259
  color: #34824F;
@@ -15496,7 +15496,7 @@ div.du-bois-light-typography-edit-content {
15496
15496
  position: absolute;
15497
15497
  right: 10px;
15498
15498
  bottom: 8px;
15499
- color: #5D7283;
15499
+ color: #44535F;
15500
15500
  pointer-events: none;
15501
15501
  }
15502
15502
  .du-bois-light-typography-edit-content textarea {
@@ -15573,7 +15573,7 @@ span.du-bois-light-typography-ellipsis-single-line {
15573
15573
  .du-bois-light-switch {
15574
15574
  margin: 0;
15575
15575
  padding: 0;
15576
- color: #1F272D;
15576
+ color: #11171C;
15577
15577
  font-size: 13px;
15578
15578
  font-variant: tabular-nums;
15579
15579
  line-height: 20px;
@@ -15759,36 +15759,36 @@ span.du-bois-light-typography-ellipsis-single-line {
15759
15759
  box-sizing: border-box;
15760
15760
  margin: 0;
15761
15761
  padding: 0;
15762
- color: #1F272D;
15762
+ color: #11171C;
15763
15763
  font-variant: tabular-nums;
15764
15764
  line-height: 20px;
15765
15765
  list-style: none;
15766
15766
  font-feature-settings: 'tnum';
15767
- color: #5D7283;
15767
+ color: #44535F;
15768
15768
  font-size: 13px;
15769
15769
  }
15770
15770
  .du-bois-light-breadcrumb .anticon {
15771
15771
  font-size: 13px;
15772
15772
  }
15773
15773
  .du-bois-light-breadcrumb a {
15774
- color: #5D7283;
15774
+ color: #44535F;
15775
15775
  transition: color 0.3s;
15776
15776
  }
15777
15777
  .du-bois-light-breadcrumb a:hover {
15778
15778
  color: #448dc2;
15779
15779
  }
15780
15780
  .du-bois-light-breadcrumb > span:last-child {
15781
- color: #1F272D;
15781
+ color: #11171C;
15782
15782
  }
15783
15783
  .du-bois-light-breadcrumb > span:last-child a {
15784
- color: #1F272D;
15784
+ color: #11171C;
15785
15785
  }
15786
15786
  .du-bois-light-breadcrumb > span:last-child .du-bois-light-breadcrumb-separator {
15787
15787
  display: none;
15788
15788
  }
15789
15789
  .du-bois-light-breadcrumb-separator {
15790
15790
  margin: 0 4px;
15791
- color: #5D7283;
15791
+ color: #44535F;
15792
15792
  }
15793
15793
  .du-bois-light-breadcrumb-link > .anticon + span,
15794
15794
  .du-bois-light-breadcrumb-link > .anticon + a {
@@ -15820,7 +15820,7 @@ span.du-bois-light-typography-ellipsis-single-line {
15820
15820
  box-sizing: border-box;
15821
15821
  margin: 0;
15822
15822
  padding: 0;
15823
- color: #1F272D;
15823
+ color: #11171C;
15824
15824
  font-size: 13px;
15825
15825
  font-variant: tabular-nums;
15826
15826
  line-height: 20px;
@@ -15921,11 +15921,11 @@ span.du-bois-light-typography-ellipsis-single-line {
15921
15921
  position: absolute;
15922
15922
  top: 16px;
15923
15923
  right: 22px;
15924
- color: #5D7283;
15924
+ color: #44535F;
15925
15925
  outline: none;
15926
15926
  }
15927
15927
  .du-bois-light-notification-notice-close:hover {
15928
- color: #38444f;
15928
+ color: #293239;
15929
15929
  }
15930
15930
  .du-bois-light-notification-notice-btn {
15931
15931
  float: right;