@arco-themes/vue-startrek 0.0.9 → 0.0.11

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": "@arco-themes/vue-startrek",
3
- "version": "0.0.9",
3
+ "version": "0.0.11",
4
4
  "description": "",
5
5
  "author": "changxiaoru1122",
6
6
  "owners": [],
package/tokens.less CHANGED
@@ -1598,7 +1598,7 @@
1598
1598
  @alert-info-color-bg: var(--color-primary-light-1);
1599
1599
  @alert-info-color-border: transparent;
1600
1600
  @alert-info-color-icon: rgb(var(--primary-6));
1601
- @alert-info-color-text-title: var(--color-text-1);
1601
+ @alert-info-color-text-title: #34363f;
1602
1602
  @alert-info-color-text-content: var(--color-text-1);
1603
1603
  @alert-info-color-text-content_title: var(--color-text-2);
1604
1604
  @alert-warning-color-bg: var(--color-warning-light-1);
@@ -3107,7 +3107,7 @@
3107
3107
  @radio-layout-height: 14px;
3108
3108
  @radio-color-border_hover: var(--color-neutral-3);
3109
3109
  @radio-color-border_disabled: var(--color-neutral-3);
3110
- @radio-color-bg: var(--color-bg-2);
3110
+ @radio-color-bg: transparent;
3111
3111
  @radio-color-bg_checked: rgb(var(--primary-6));
3112
3112
  @radio-border-radius: var(--border-radius-circle);
3113
3113
  @radio-color-bg_disabled: var(--color-fill-2);
package/variables.less CHANGED
@@ -946,3 +946,5 @@
946
946
  @picker-color-border_hover: @color-primary-6;
947
947
  @picker-color-bg_focus: @color-transparent;
948
948
  @picker-range-color-bg-input_focus: @color-fill-1;
949
+ @radio-color-bg: @color-transparent;
950
+ @alert-info-color-text-title: @color-text-2;