@mozaic-ds/vue 0.29.1-beta.0 → 0.30.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.
@@ -177,7 +177,9 @@ $color-button-bordered-focus-border: #006974 !default;
177
177
  $color-button-bordered-disabled-background: #cccccc !default;
178
178
  $color-button-bordered-disabled-font: #666666 !default;
179
179
  $color-button-bordered-active-background: #91d5db !default;
180
+ $color-button-bordered-active-font: #004e57 !default;
180
181
  $color-button-bordered-hover-background: #d9f0f3 !default;
182
+ $color-button-bordered-hover-font: #006974 !default;
181
183
  $color-button-bordered-primary-02-background: #ffffff !default;
182
184
  $color-button-bordered-primary-02-border: #6a7081 !default;
183
185
  $color-button-bordered-primary-02-font: #6a7081 !default;
@@ -201,7 +203,9 @@ $color-button-bordered-danger-focus-border: #8c0003 !default;
201
203
  $color-button-bordered-danger-disabled-background: #cccccc !default;
202
204
  $color-button-bordered-danger-disabled-font: #666666 !default;
203
205
  $color-button-bordered-danger-active-background: #f8bcbb !default;
206
+ $color-button-bordered-danger-active-font: #530000 !default;
204
207
  $color-button-bordered-danger-hover-background: #fdeaea !default;
208
+ $color-button-bordered-danger-hover-font: #8c0003 !default;
205
209
  $color-card-bordered-background: #ffffff !default;
206
210
  $color-card-bordered-border: #808080 !default;
207
211
  $color-dialog-background: #ffffff !default;
@@ -365,13 +369,13 @@ $color-stepper-title: #00919f !default;
365
369
  $color-tabs-background: #ffffff !default;
366
370
  $color-tabs-shadow: #000000 !default;
367
371
  $color-tabs-default: #666666 !default;
368
- $color-tabs-element-background: #eeeff1 !default;
372
+ $color-tabs-element-background: #eeedea !default;
369
373
  $color-tabs-hover: #004e57 !default;
370
374
  $color-tabs-disabled-background: #cccccc !default;
371
- $color-tabs-active-background: #cfd2d8 !default;
372
- $color-tabs-active-text: #333333 !default;
373
- $color-tabs-selected-border: #000000 !default;
374
- $color-tabs-selected-text: #000000 !default;
375
+ $color-tabs-active-background: #dddcd5 !default;
376
+ $color-tabs-active-text: #004e57 !default;
377
+ $color-tabs-selected-border: #007f8c !default;
378
+ $color-tabs-selected-text: #007f8c !default;
375
379
  $color-tabs-active-disabled: #91d5db !default;
376
380
  $color-tag-text-light-background: #ffffff !default;
377
381
  $color-tag-text-light-border: #808080 !default;
@@ -808,10 +812,12 @@ $tokens: (
808
812
  'font': $color-button-bordered-disabled-font
809
813
  ),
810
814
  'active': (
811
- 'background': $color-button-bordered-active-background
815
+ 'background': $color-button-bordered-active-background,
816
+ 'font': $color-button-bordered-active-font
812
817
  ),
813
818
  'hover': (
814
- 'background': $color-button-bordered-hover-background
819
+ 'background': $color-button-bordered-hover-background,
820
+ 'font': $color-button-bordered-hover-font
815
821
  )
816
822
  ),
817
823
  'bordered-primary-02': (
@@ -862,10 +868,12 @@ $tokens: (
862
868
  'font': $color-button-bordered-danger-disabled-font
863
869
  ),
864
870
  'active': (
865
- 'background': $color-button-bordered-danger-active-background
871
+ 'background': $color-button-bordered-danger-active-background,
872
+ 'font': $color-button-bordered-danger-active-font
866
873
  ),
867
874
  'hover': (
868
- 'background': $color-button-bordered-danger-hover-background
875
+ 'background': $color-button-bordered-danger-hover-background,
876
+ 'font': $color-button-bordered-danger-hover-font
869
877
  )
870
878
  )
871
879
  ),