@alauda/ui 6.5.2-beta.8 → 6.5.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alauda/ui",
3
- "version": "6.5.2-beta.8",
3
+ "version": "6.5.2",
4
4
  "description": "Angular UI components by Alauda Frontend Team.",
5
5
  "repository": "git+https://github.com/alauda/alauda-ui.git",
6
6
  "author": "Alauda Frontend",
package/theme/_mixin.scss CHANGED
@@ -27,8 +27,8 @@
27
27
  $scope: &;
28
28
 
29
29
  @at-root {
30
- @media (prefers-color-scheme: dark) {
31
- #{theme-selector('html[aui-theme-mode=system]', $scope)} {
30
+ #{theme-selector('html[aui-theme-mode=system]', $scope)} {
31
+ @media (prefers-color-scheme: dark) {
32
32
  @content;
33
33
  }
34
34
  }
@@ -183,7 +183,6 @@
183
183
  &__icon-container {
184
184
  display: block;
185
185
  position: relative;
186
- color: use-rgb(n-2);
187
186
  }
188
187
 
189
188
  &.isDisabled &__icon-container {
package/theme/_var.scss CHANGED
@@ -45,12 +45,11 @@ $table-cell-padding-h: 10px;
45
45
 
46
46
  // Sort
47
47
  $sort-indicator-color: use-text-color(placeholder);
48
- $sort-indicator-color-active: use-text-color(main);
48
+ $sort-indicator-color-active: use-text-color(secondary);
49
49
  $sort-indicator-size: 4px;
50
50
  $sort-indicator-margin: 4px;
51
51
 
52
52
  // Tabs
53
- $tab-label-content-max-width: 160px;
54
53
  $tab-label-padding-large: 16px 20px;
55
54
  $tab-label-padding-medium: 12px 20px;
56
55
  $tab-label-padding-small: 8px 16px;
package/theme/style.css CHANGED
@@ -191,6 +191,7 @@ html[aui-theme-mode=light] {
191
191
  --aui-color-placeholder-text: var(--aui-color-n-6);
192
192
  }
193
193
  }
194
+
194
195
  html[aui-theme-mode=dark] {
195
196
  color-scheme: dark;
196
197
  --aui-color-blue: 61, 142, 255;