oxy-uni-ui 2.1.4 → 2.1.5

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 (94) hide show
  1. package/attributes.json +1 -1
  2. package/components/common/abstracts/variable.scss +364 -5
  3. package/components/oxy-action-sheet/index.scss +21 -13
  4. package/components/oxy-backtop/index.scss +1 -1
  5. package/components/oxy-badge/index.scss +1 -1
  6. package/components/oxy-button/index.scss +13 -10
  7. package/components/oxy-calendar/index.scss +32 -8
  8. package/components/oxy-calendar-view/month/index.scss +3 -3
  9. package/components/oxy-calendar-view/monthPanel/index.scss +4 -4
  10. package/components/oxy-calendar-view/year/index.scss +3 -3
  11. package/components/oxy-calendar-view/yearPanel/index.scss +1 -1
  12. package/components/oxy-card/index.scss +5 -5
  13. package/components/oxy-cell/index.scss +9 -9
  14. package/components/oxy-cell-group/index.scss +10 -10
  15. package/components/oxy-checkbox/index.scss +47 -6
  16. package/components/oxy-checkbox-group/index.scss +1 -1
  17. package/components/oxy-col-picker/index.scss +7 -7
  18. package/components/oxy-collapse/index.scss +7 -3
  19. package/components/oxy-collapse-item/index.scss +9 -5
  20. package/components/oxy-config-provider/oxy-config-provider.vue +49 -10
  21. package/components/oxy-config-provider/types.ts +856 -1
  22. package/components/oxy-corner/index.scss +1 -1
  23. package/components/oxy-count-down/index.scss +2 -2
  24. package/components/oxy-curtain/index.scss +1 -1
  25. package/components/oxy-date-strip-item/index.scss +1 -1
  26. package/components/oxy-datetime-picker/index.scss +12 -8
  27. package/components/oxy-divider/index.scss +3 -3
  28. package/components/oxy-drop-menu/index.scss +3 -3
  29. package/components/oxy-drop-menu-item/index.scss +10 -2
  30. package/components/oxy-drop-menu-item/oxy-drop-menu-item.vue +1 -1
  31. package/components/oxy-fab/index.scss +25 -0
  32. package/components/oxy-file-list/index.scss +3 -3
  33. package/components/oxy-floating-panel/index.scss +10 -2
  34. package/components/oxy-footer/index.scss +6 -0
  35. package/components/oxy-gap/index.scss +3 -1
  36. package/components/oxy-gap/oxy-gap.vue +2 -2
  37. package/components/oxy-gap/types.ts +1 -1
  38. package/components/oxy-grid-item/index.scss +7 -4
  39. package/components/oxy-grid-item/oxy-grid-item.vue +4 -3
  40. package/components/oxy-index-anchor/index.scss +4 -4
  41. package/components/oxy-index-bar/index.scss +8 -3
  42. package/components/oxy-index-bar/oxy-index-bar.vue +14 -1
  43. package/components/oxy-index-bar/types.ts +2 -1
  44. package/components/oxy-input/index.scss +14 -14
  45. package/components/oxy-input/placeholder.scss +1 -1
  46. package/components/oxy-input-number/index.scss +16 -6
  47. package/components/oxy-keyboard/index.scss +11 -3
  48. package/components/oxy-keyboard/key/index.scss +4 -4
  49. package/components/oxy-keyboard/oxy-keyboard.vue +1 -0
  50. package/components/oxy-loadmore/index.scss +1 -1
  51. package/components/oxy-message-box/index.scss +5 -5
  52. package/components/oxy-message-box/oxy-message-box.vue +5 -1
  53. package/components/oxy-navbar/index.scss +9 -5
  54. package/components/oxy-navbar-capsule/index.scss +5 -5
  55. package/components/oxy-overlay/index.scss +2 -0
  56. package/components/oxy-pagination/index.scss +47 -9
  57. package/components/oxy-password-input/index.scss +7 -7
  58. package/components/oxy-picker/index.scss +43 -6
  59. package/components/oxy-picker-view/index.scss +12 -4
  60. package/components/oxy-popover/index.scss +2 -2
  61. package/components/oxy-popup/index.scss +2 -2
  62. package/components/oxy-progress/index.scss +1 -1
  63. package/components/oxy-radio/index.scss +17 -16
  64. package/components/oxy-radio-group/index.scss +1 -1
  65. package/components/oxy-rich-text/index.scss +27 -4
  66. package/components/oxy-rich-text/mp-html/mp-html.vue +4 -0
  67. package/components/oxy-rich-text/oxy-rich-text.vue +4 -15
  68. package/components/oxy-rich-text/types.ts +11 -0
  69. package/components/oxy-search/index.scss +14 -11
  70. package/components/oxy-segmented/index.scss +6 -6
  71. package/components/oxy-select/index.scss +22 -22
  72. package/components/oxy-select-picker/index.scss +24 -4
  73. package/components/oxy-sidebar/index.scss +5 -5
  74. package/components/oxy-sidebar-item/index.scss +8 -7
  75. package/components/oxy-skeleton/index.scss +1 -1
  76. package/components/oxy-slider/index.scss +3 -3
  77. package/components/oxy-sort-button/index.scss +1 -1
  78. package/components/oxy-splitter-panel/index.scss +7 -7
  79. package/components/oxy-status-tip/index.scss +3 -2
  80. package/components/oxy-step/index.scss +10 -10
  81. package/components/oxy-tabbar/index.scss +7 -3
  82. package/components/oxy-tabbar-item/index.scss +2 -2
  83. package/components/oxy-table/index.scss +7 -7
  84. package/components/oxy-tabs/index.scss +30 -18
  85. package/components/oxy-tag/index.scss +19 -7
  86. package/components/oxy-textarea/index.scss +17 -17
  87. package/components/oxy-textarea/placeholder.scss +2 -2
  88. package/components/oxy-tooltip/index.scss +2 -2
  89. package/components/oxy-tree/index.scss +1 -1
  90. package/components/oxy-upload/index.scss +10 -10
  91. package/components/oxy-voice-player/index.scss +4 -0
  92. package/package.json +1 -1
  93. package/tags.json +1 -1
  94. package/web-types.json +1 -1
@@ -3,45 +3,49 @@
3
3
 
4
4
  .oxy-theme-dark {
5
5
  @include b(action-sheet) {
6
- background-color: $-dark-background2;
7
- color: $-dark-color;
6
+ @include edeep(popup) {
7
+ --oxy-popup-bg: #{$-action-sheet-bg-dark};
8
+ }
9
+
10
+ background-color: $-action-sheet-bg-dark;
11
+ color: $-action-sheet-color-dark;
8
12
 
9
13
  @include e(action) {
10
- color: $-dark-color;
11
- background: $-dark-background2;
14
+ color: $-action-sheet-color-dark;
15
+ background: $-action-sheet-bg-dark;
12
16
 
13
17
  &:not(.oxy-action-sheet__action--disabled):not(.oxy-action-sheet__action--loading):active {
14
- background: $-dark-background4;
18
+ background: $-action-sheet-active-color-dark;
15
19
  }
16
20
 
17
21
  @include m(disabled) {
18
- color: $-dark-color-gray;
22
+ color: $-action-sheet-disabled-color-dark;
19
23
  }
20
24
  }
21
25
 
22
26
  @include e(subname) {
23
- color: $-dark-color3;
27
+ color: $-action-sheet-subname-color-dark;
24
28
  }
25
29
 
26
30
  @include e(cancel) {
27
- color: $-dark-color;
28
- background: $-dark-background4;
31
+ color: $-action-sheet-cancel-color-dark;
32
+ background: $-action-sheet-cancel-bg-dark;
29
33
 
30
34
  &:active {
31
- background: $-dark-background5;
35
+ background: $-action-sheet-active-color-dark;
32
36
  }
33
37
  }
34
38
 
35
39
  :deep(.oxy-action-sheet__close) {
36
- color: $-dark-color3;
40
+ color: $-action-sheet-close-color-dark;
37
41
  }
38
42
 
39
43
  @include e(panel-title) {
40
- color: $-dark-color;
44
+ color: $-action-sheet-color-dark;
41
45
  }
42
46
 
43
47
  @include e(header) {
44
- color: $-dark-color;
48
+ color: $-action-sheet-color-dark;
45
49
  }
46
50
  }
47
51
  }
@@ -57,6 +61,10 @@
57
61
  }
58
62
 
59
63
  @include b(action-sheet) {
64
+ @include edeep(popup) {
65
+ --oxy-popup-bg: #{$-action-sheet-bg};
66
+ }
67
+
60
68
  background-color: $-action-sheet-bg;
61
69
  padding-bottom: 2rpx;
62
70
  margin-bottom: var(--window-bottom);
@@ -9,7 +9,7 @@
9
9
  display: flex;
10
10
  justify-content: center;
11
11
  align-items: center;
12
- color: $-color-gray-8;
12
+ color: $-backtop-color;
13
13
 
14
14
  @include edeep(backicon) {
15
15
  font-size: $-backtop-icon-size;
@@ -4,7 +4,7 @@
4
4
  .oxy-theme-dark {
5
5
  @include b(badge) {
6
6
  @include e(content) {
7
- border-color: $-dark-background2;
7
+ border-color: $-badge-border-dark;
8
8
  }
9
9
  }
10
10
  }
@@ -4,35 +4,38 @@
4
4
 
5
5
  .oxy-theme-dark {
6
6
  @include b(button) {
7
+ color: $-button-normal-color-dark;
8
+
7
9
  @include when(info) {
8
- background: $-dark-background4;
9
- color: $-dark-color3;
10
+ background: $-button-info-bg-color-dark;
11
+ color: $-button-info-color-dark;
10
12
  }
11
13
 
12
14
  @include when(plain) {
13
15
  background: transparent;
14
16
 
15
17
  @include when(info) {
16
- color: $-dark-color;
18
+ color: $-button-info-plain-normal-color-dark;
19
+ border-color: $-button-info-plain-border-color-dark;
17
20
 
18
21
  &::after {
19
- border-color: $-dark-background5;
22
+ border-color: $-button-info-plain-border-color-dark;
20
23
  }
21
24
  }
22
25
  }
23
26
 
24
27
  @include when(text) {
25
28
  @include when(disabled) {
26
- color: $-dark-color-gray;
29
+ color: $-button-normal-disabled-color-dark;
27
30
  background: transparent;
28
31
  }
29
32
  }
30
33
 
31
34
  @include when(icon) {
32
- color: $-dark-color;
35
+ color: $-button-icon-color-dark;
33
36
 
34
37
  @include when(disabled) {
35
- color: $-dark-color-gray;
38
+ color: $-button-icon-disabled-color-dark;
36
39
  background: transparent;
37
40
  }
38
41
 
@@ -47,7 +50,7 @@
47
50
  display: inline-block;
48
51
  outline: none;
49
52
  -webkit-appearance: none;
50
- background: transparent;
53
+ background: $-button-normal-bg;
51
54
  box-sizing: border-box;
52
55
  border: none;
53
56
  border-radius: 0;
@@ -63,9 +66,9 @@
63
66
  left: 50%;
64
67
  width: 100%;
65
68
  height: 100%;
66
- background: $-color-black;
69
+ background: $-button-active-overlay-color;
67
70
  border: inherit;
68
- border-color: $-color-black;
71
+ border-color: $-button-active-overlay-color;
69
72
  border-radius: inherit;
70
73
  transform: translate(-50%, -50%);
71
74
  opacity: 0;
@@ -3,38 +3,62 @@
3
3
 
4
4
  .oxy-theme-dark {
5
5
  @include b(calendar) {
6
+ background-color: $-calendar-bg-dark;
7
+ --oxy-picker-bg: #{$-calendar-picker-bg-dark};
8
+ --oxy-picker-column-color: #{$-calendar-picker-color-dark};
9
+ --oxy-picker-column-disabled-color: #{$-calendar-picker-disabled-color-dark};
10
+ --oxy-picker-column-select-bg: #{$-calendar-picker-select-bg-dark};
11
+ --oxy-picker-loading-bg: #{$-picker-loading-bg-dark};
12
+
13
+ :deep(.oxy-popup),
14
+ :deep(.oxy-action-sheet) {
15
+ background-color: $-calendar-bg-dark;
16
+ }
6
17
 
7
18
  @include e(title) {
8
- color: $-dark-color;
19
+ color: $-calendar-title-color-dark;
9
20
  }
10
21
 
11
22
  :deep(.oxy-calendar__arrow),
12
23
  :deep(.oxy-calendar__close),
13
24
  :deep(.oxy-calendar__clear) {
14
- color: $-dark-color;
25
+ color: $-calendar-close-color-dark;
15
26
  }
16
27
 
17
28
  @include e(range-label-item) {
18
- color: $-dark-color;
29
+ color: $-calendar-range-label-color-dark;
19
30
 
20
31
  @include when(placeholder) {
21
- color: $-dark-color-gray;
32
+ color: $-calendar-range-placeholder-color-dark;
22
33
  }
23
34
  }
24
35
 
25
36
  @include e(range-sperator) {
26
- color: $-dark-color-gray;
37
+ color: $-calendar-range-sperator-color-dark;
27
38
  }
28
39
 
29
40
  :deep(.oxy-calendar__cell--placeholder) {
30
41
  .oxy-cell__value {
31
- color: $-dark-color-gray;
42
+ color: $-calendar-range-placeholder-color-dark;
32
43
  }
33
44
  }
34
45
  }
35
46
  }
36
47
 
37
48
  @include b(calendar) {
49
+ background-color: $-calendar-bg;
50
+ --oxy-action-sheet-bg: #{$-calendar-bg};
51
+ --oxy-popup-bg: #{$-calendar-bg};
52
+ --oxy-picker-bg: #{$-calendar-picker-bg};
53
+ --oxy-picker-column-color: #{$-calendar-picker-color};
54
+ --oxy-picker-column-disabled-color: #{$-calendar-disabled-color};
55
+ --oxy-picker-column-select-bg: #{$-calendar-picker-select-bg};
56
+ --oxy-picker-loading-bg: #{$-calendar-picker-loading-bg};
57
+
58
+ :deep(.oxy-popup),
59
+ :deep(.oxy-action-sheet) {
60
+ background-color: $-calendar-bg;
61
+ }
38
62
 
39
63
  @include e(header) {
40
64
  position: relative;
@@ -101,7 +125,7 @@
101
125
  color: $-calendar-day-color;
102
126
 
103
127
  @include when(placeholder) {
104
- color: $-calendar-disabled-color;
128
+ color: $-calendar-range-placeholder-color;
105
129
  }
106
130
  }
107
131
 
@@ -137,7 +161,7 @@
137
161
 
138
162
  @include m(placeholder) {
139
163
  .oxy-cell__value {
140
- color: $-input-placeholder-color;
164
+ color: $-calendar-range-placeholder-color;
141
165
  }
142
166
  }
143
167
  }
@@ -4,17 +4,17 @@
4
4
  .oxy-theme-dark {
5
5
  @include b(month) {
6
6
  @include e(title) {
7
- color: $-dark-color;
7
+ color: $-calendar-panel-title-color-dark;
8
8
  }
9
9
 
10
10
  @include e(days) {
11
- color: $-dark-color;
11
+ color: $-calendar-day-color-dark;
12
12
  }
13
13
 
14
14
  @include e(day) {
15
15
  @include when(disabled) {
16
16
  .oxy-month__day-text {
17
- color: $-dark-color-gray;
17
+ color: $-calendar-disabled-color-dark;
18
18
  }
19
19
  }
20
20
  }
@@ -4,18 +4,18 @@
4
4
  .oxy-theme-dark {
5
5
  @include b(month-panel) {
6
6
  @include e(title) {
7
- color: $-dark-color;
7
+ color: $-calendar-panel-title-color-dark;
8
8
  }
9
9
 
10
10
  @include e(weeks) {
11
11
  box-shadow: $-calendar-panel-shadow-dark;
12
- color: $-dark-color;
12
+ color: $-calendar-week-color-dark;
13
13
  }
14
14
 
15
15
  @include e(time-label) {
16
- color: $-dark-color;
16
+ color: $-calendar-picker-color-dark;
17
17
  &::after{
18
- background: $-dark-background4;
18
+ background: $-calendar-picker-select-bg-dark;
19
19
  }
20
20
  }
21
21
  }
@@ -4,18 +4,18 @@
4
4
  .oxy-theme-dark {
5
5
  @include b(year) {
6
6
  @include e(title) {
7
- color: $-dark-color;
7
+ color: $-calendar-panel-title-color-dark;
8
8
  }
9
9
 
10
10
  @include e(months) {
11
- color: $-dark-color;
11
+ color: $-calendar-day-color-dark;
12
12
  }
13
13
 
14
14
  @include e(month) {
15
15
 
16
16
  @include when(disabled) {
17
17
  .oxy-year__month-text {
18
- color: $-dark-color-gray;
18
+ color: $-calendar-disabled-color-dark;
19
19
  }
20
20
  }
21
21
  }
@@ -4,7 +4,7 @@
4
4
  .oxy-theme-dark {
5
5
  @include b(year-panel) {
6
6
  @include e(title) {
7
- color: $-dark-color;
7
+ color: $-calendar-panel-title-color-dark;
8
8
  box-shadow: $-calendar-panel-shadow-dark;
9
9
  }
10
10
  }
@@ -2,23 +2,23 @@
2
2
  @import "../common/abstracts/_mixin.scss";
3
3
  .oxy-theme-dark {
4
4
  @include b(card) {
5
- background-color: $-dark-background2;
5
+ background-color: $-card-bg-dark;
6
6
 
7
7
  @include when(rectangle) {
8
8
 
9
9
  .oxy-card__content {
10
- @include halfPixelBorder('top', 0, $-dark-border-color);
10
+ @include halfPixelBorder('top', 0, $-card-content-border-color-dark);
11
11
  }
12
12
  .oxy-card__footer {
13
- @include halfPixelBorder('top', 0, $-dark-border-color);
13
+ @include halfPixelBorder('top', 0, $-card-content-border-color-dark);
14
14
  }
15
15
  }
16
16
 
17
17
  @include e(title-content) {
18
- color: $-dark-color;
18
+ color: $-card-title-color-dark;
19
19
  }
20
20
  @include e(content) {
21
- color: $-dark-color3;
21
+ color: $-card-content-color-dark;
22
22
  }
23
23
  }
24
24
  }
@@ -3,29 +3,29 @@
3
3
 
4
4
  .oxy-theme-dark {
5
5
  @include b(cell) {
6
- background-color: $-dark-background2;
7
- color: $-dark-color;
6
+ background-color: $-cell-bg-dark;
7
+ color: $-cell-title-color-dark;
8
8
 
9
9
  @include e(value) {
10
- color: $-dark-color;
10
+ color: $-cell-value-color-dark;
11
11
  }
12
12
 
13
13
  @include e(label) {
14
- color: $-dark-color3;
14
+ color: $-cell-label-color-dark;
15
15
  }
16
16
 
17
17
  @include when(hover) {
18
- background-color: $-dark-background4;
18
+ background-color: $-cell-tap-bg-dark;
19
19
  }
20
20
 
21
21
  @include when(border) {
22
22
  .oxy-cell__wrapper {
23
- @include halfPixelBorder('top', 0, $-dark-border-color);
23
+ @include halfPixelBorder('top', 0, $-cell-border-color-dark);
24
24
  }
25
25
  }
26
26
 
27
27
  :deep(.oxy-cell__arrow-right) {
28
- color: $-dark-color;
28
+ color: $-cell-arrow-color-dark;
29
29
  }
30
30
  }
31
31
  }
@@ -33,7 +33,7 @@
33
33
  @include b(cell) {
34
34
  position: relative;
35
35
  padding-left: $-cell-padding;
36
- background-color: $-color-white;
36
+ background-color: $-cell-bg;
37
37
  text-decoration: none;
38
38
  color: $-cell-title-color;
39
39
  line-height: $-cell-line-height;
@@ -44,7 +44,7 @@
44
44
 
45
45
  @include when(border) {
46
46
  .oxy-cell__wrapper {
47
- @include halfPixelBorder('top');
47
+ @include halfPixelBorder('top', 0, $-cell-border-color);
48
48
  }
49
49
  }
50
50
 
@@ -3,36 +3,36 @@
3
3
 
4
4
  .oxy-theme-dark {
5
5
  @include b(cell-group) {
6
- background-color: $-dark-background2;
6
+ background-color: $-cell-group-bg-dark;
7
7
 
8
8
  @include when(border) {
9
9
  .oxy-cell-group__title {
10
- @include halfPixelBorder('bottom', 0, $-dark-border-color);
10
+ @include halfPixelBorder('bottom', 0, $-cell-border-color-dark);
11
11
  }
12
12
  }
13
13
 
14
14
  @include e(title) {
15
- background: $-dark-background2;
16
- color: $-dark-color;
15
+ background: $-cell-group-bg-dark;
16
+ color: $-cell-group-title-color-dark;
17
17
  }
18
18
 
19
19
  @include e(right) {
20
- color: $-dark-color3;
20
+ color: $-cell-group-value-color-dark;
21
21
  }
22
22
 
23
23
  @include e(body) {
24
- background: $-dark-background2;
24
+ background: $-cell-group-bg-dark;
25
25
  }
26
26
 
27
27
  }
28
28
  }
29
29
 
30
30
  @include b(cell-group) {
31
- background-color: $-color-white;
31
+ background-color: $-cell-group-bg;
32
32
 
33
33
  @include when(border) {
34
34
  .oxy-cell-group__title {
35
- @include halfPixelBorder;
35
+ @include halfPixelBorder('bottom', 0, $-cell-border-color);
36
36
  }
37
37
  }
38
38
  @include e(title) {
@@ -40,7 +40,7 @@
40
40
  display: flex;
41
41
  justify-content: space-between;
42
42
  padding: $-cell-group-padding;
43
- background: $-color-white;
43
+ background: $-cell-group-bg;
44
44
  font-size: $-cell-group-title-fs;
45
45
  color: $-cell-group-title-color;
46
46
  font-weight: $-fw-medium;
@@ -51,6 +51,6 @@
51
51
  font-size: $-cell-group-value-fs;
52
52
  }
53
53
  @include e(body) {
54
- background: $-color-white;
54
+ background: $-cell-group-bg;
55
55
  }
56
56
  }
@@ -3,14 +3,55 @@
3
3
  .oxy-theme-dark {
4
4
  @include b(checkbox) {
5
5
  @include e(shape) {
6
- background-color: $-dark-background;
7
- border-color: $-color-gray-6;
6
+ background-color: $-checkbox-bg-dark;
7
+ border-color: $-checkbox-border-color-dark;
8
8
  }
9
9
  @include e(txt) {
10
- color: $-dark-color;
10
+ color: $-checkbox-text-color-dark;
11
11
  }
12
12
  @include e(label) {
13
- color: $-dark-color3;
13
+ color: $-checkbox-label-color-dark;
14
+ }
15
+ @include e(icon) {
16
+ background: $-checkbox-icon-bg-dark;
17
+ }
18
+
19
+ @include when(button) {
20
+ .oxy-checkbox__label {
21
+ background: $-checkbox-button-bg-dark;
22
+ border-color: $-checkbox-button-border-dark;
23
+ }
24
+ @include when(checked) {
25
+ .oxy-checkbox__label {
26
+ background: $-checkbox-checked-btn-bg-dark;
27
+ }
28
+ }
29
+ @include when(disabled) {
30
+ .oxy-checkbox__label {
31
+ border-color: $-checkbox-button-disabled-border-dark;
32
+ color: $-checkbox-disabled-label-color-dark;
33
+ }
34
+ }
35
+ @include when(checked) {
36
+ @include when(disabled) {
37
+ .oxy-checkbox__label {
38
+ border-color: $-checkbox-disabled-check-bg-dark;
39
+ background: $-checkbox-disabled-check-bg-dark;
40
+ color: $-checkbox-disabled-check-color-dark;
41
+ }
42
+ }
43
+ }
44
+ }
45
+
46
+ @include when(disabled) {
47
+ .oxy-checkbox__shape {
48
+ border-color: $-checkbox-disabled-check-bg-dark;
49
+ background: $-checkbox-disabled-color-dark;
50
+ color: $-checkbox-disabled-check-color-dark;
51
+ }
52
+ .oxy-checkbox__label {
53
+ color: $-checkbox-disabled-label-color-dark;
54
+ }
14
55
  }
15
56
  }
16
57
  }
@@ -72,7 +113,7 @@
72
113
  color: $-checkbox-label-color;
73
114
  }
74
115
  @include e(icon) {
75
- background: $-color-white;
116
+ background: $-checkbox-icon-bg;
76
117
  border-radius: $-checkbox-square-radius;
77
118
  @include when(icon-checked) {
78
119
  background: $-checkbox-checked-color;
@@ -115,7 +156,7 @@
115
156
  @include when(checked) {
116
157
  .oxy-checkbox__label {
117
158
  border-color: $-checkbox-checked-color;
118
- background: $-color-white;
159
+ background: $-checkbox-checked-btn-bg;
119
160
  color: $-checkbox-checked-color;
120
161
  }
121
162
  }
@@ -3,7 +3,7 @@
3
3
 
4
4
  .oxy-theme-dark {
5
5
  @include b(checkbox-group) {
6
- background-color: $-dark-background2;
6
+ background-color: $-checkbox-bg-dark;
7
7
  }
8
8
  }
9
9
  @include b(checkbox-group) {
@@ -5,29 +5,29 @@
5
5
  @include b(col-picker) {
6
6
  @include e(list-item) {
7
7
  @include when(disabled) {
8
- color: $-dark-color3;
8
+ color: $-col-picker-list-color-disabled-dark;
9
9
  }
10
10
  }
11
11
 
12
12
  @include e(list-item-tip) {
13
- color: $-dark-color-gray;
13
+ color: $-col-picker-list-color-tip-dark;
14
14
  }
15
15
 
16
16
  :deep(.oxy-col-picker__arrow) {
17
- color: $-dark-color;
17
+ color: $-col-picker-arrow-color-dark;
18
18
  }
19
19
 
20
20
  @include e(list) {
21
- color: $-dark-color;
21
+ color: $-col-picker-list-color-dark;
22
22
  }
23
23
 
24
24
  @include e(selected) {
25
- color: $-dark-color;
25
+ color: $-col-picker-selected-color-dark;
26
26
  }
27
27
 
28
28
  :deep(.oxy-col-picker__cell--placeholder) {
29
29
  .oxy-cell__value {
30
- color: $-dark-color-gray;
30
+ color: $-col-picker-placeholder-color-dark;
31
31
  }
32
32
  }
33
33
  }
@@ -57,7 +57,7 @@
57
57
 
58
58
  @include m(placeholder) {
59
59
  .oxy-cell__value {
60
- color: $-input-placeholder-color;
60
+ color: $-col-picker-placeholder-color;
61
61
  }
62
62
  }
63
63
  }
@@ -3,16 +3,20 @@
3
3
 
4
4
  .oxy-theme-dark {
5
5
  @include b(collapse) {
6
- background: $-dark-background2;
6
+ background: $-collapse-bg-dark;
7
7
 
8
8
  @include e(content) {
9
- color: $-dark-color3;
9
+ color: $-collapse-body-color-dark;
10
+ }
11
+
12
+ @include e(more) {
13
+ color: $-collapse-more-color;
10
14
  }
11
15
  }
12
16
  }
13
17
 
14
18
  @include b(collapse) {
15
- background: $-color-white;
19
+ background: $-collapse-bg;
16
20
 
17
21
  @include when(viewmore) {
18
22
  padding: $-collapse-side-padding;
@@ -3,23 +3,27 @@
3
3
 
4
4
  .oxy-theme-dark {
5
5
  @include b(collapse-item) {
6
- @include halfPixelBorder('top', 0, $-dark-border-color);
6
+ @include halfPixelBorder('top', 0, $-collapse-border-color-dark);
7
7
 
8
8
 
9
9
  @include e(title) {
10
- color: $-dark-color;
10
+ color: $-collapse-title-color-dark;
11
11
  }
12
12
 
13
13
  @include e(body) {
14
- color: $-dark-color3;
14
+ color: $-collapse-body-color-dark;
15
+ }
16
+
17
+ @include edeep(arrow) {
18
+ color: $-collapse-arrow-color-dark;
15
19
  }
16
20
 
17
21
  @include when(disabled) {
18
22
  .oxy-collapse-item__title {
19
- color: $-dark-color-gray;
23
+ color: $-collapse-disabled-color-dark;
20
24
  }
21
25
  .oxy-collapse-item__arrow {
22
- color: $-dark-color-gray;
26
+ color: $-collapse-disabled-color-dark;
23
27
  }
24
28
  }
25
29
  }