@alauda/ui 6.3.6-beta.7 → 6.4.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alauda/ui",
3
- "version": "6.3.6-beta.7",
3
+ "version": "6.4.0",
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",
@@ -22,7 +22,6 @@
22
22
  "@angular/core": ">=13.0.0",
23
23
  "@angular/forms": ">=13.0.0",
24
24
  "@angular/platform-browser": ">=13.0.0",
25
- "clipboard-polyfill": "^3.0.0",
26
25
  "dayjs": "^1.0.0",
27
26
  "rxjs": "^7.0.0"
28
27
  },
package/theme/_mixin.scss CHANGED
@@ -143,6 +143,10 @@
143
143
  &__icon-container {
144
144
  display: block;
145
145
  position: relative;
146
+ color: use-rgb(n-2);
147
+ }
148
+
149
+ &.isDisabled &__icon-container {
146
150
  color: use-rgb(n-4);
147
151
  }
148
152