@arco-themes/vue-startrek 0.0.5 → 0.0.7

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.5",
3
+ "version": "0.0.7",
4
4
  "description": "",
5
5
  "author": "changxiaoru1122",
6
6
  "owners": [],
package/tokens.less CHANGED
@@ -3453,10 +3453,10 @@
3453
3453
  @table-spacing-expand-button-margin-right: 4px;
3454
3454
  @table-font-size-expand-button: 12px;
3455
3455
  @table-border-radius-expand-button: 2px;
3456
- @table-color-border: var(--color-neutral-3);
3456
+ @table-color-border: #f0f2f5;
3457
3457
  @table-border-radius: var(--border-radius-medium);
3458
- @table-color-text-header-cell: rgb(var(--gray-10));
3459
- @table-color-bg-header-cell: var(--color-neutral-2);
3458
+ @table-color-text-header-cell: #12141a;
3459
+ @table-color-bg-header-cell: #f2f6fd;
3460
3460
  @table-color-bg-header-sorted-cell: var(--color-neutral-3);
3461
3461
  @table-color-bg-header-sorted-cell_hover: rgba(var(--gray-4), 0.5);
3462
3462
  @table-color-header-filters-icon: var(--color-text-2);
@@ -3466,10 +3466,10 @@
3466
3466
  @table-size-filters-width: 24px;
3467
3467
  @table-font-weight-header-text: 500;
3468
3468
  @table-color-text-body-cell: rgb(var(--gray-10));
3469
- @table-color-bg-body-cell: var(--color-bg-2);
3469
+ @table-color-bg-body-cell: #ffffff;
3470
3470
  @table-color-bg-body-sorted-cell: var(--color-fill-1);
3471
3471
  @table-color-bg-body-stripe-row: var(--color-fill-1);
3472
- @table-color-bg-body-row_hover: var(--color-fill-1);
3472
+ @table-color-bg-body-row_hover: #f2f6fd;
3473
3473
  @table-color-bg-body-row_active: var(--color-fill-1);
3474
3474
  @table-color-expand-icon: var(--color-text-2);
3475
3475
  @table-color-expand-icon-border: transparent;
package/variables.less CHANGED
@@ -833,3 +833,8 @@
833
833
  @color-text-8: #f2f6fd;
834
834
  @dark-color-text-8: #f2f6fd;
835
835
  @input-color-bg_focus: @color-transparent;
836
+ @table-color-text-header-cell: @color-text-1;
837
+ @table-color-bg-header-cell: @color-bg-2;
838
+ @table-color-bg-body-cell: @color-bg-white;
839
+ @table-color-border: @color-border-1;
840
+ @table-color-bg-body-row_hover: @color-fill-1;