@sdata/web-vue 2.8.0 → 2.9.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/es/index.css CHANGED
@@ -10450,7 +10450,7 @@ body.sd-tour-active .sd-tour-popover * {
10450
10450
  padding: 0 50px;
10451
10451
  color: var(--sd-color-text-1);
10452
10452
  line-height: 64px;
10453
- background: #001529;
10453
+ background: var(--sd-color-menu-dark-bg);
10454
10454
  }
10455
10455
 
10456
10456
  .sd-layout-footer {
@@ -65,7 +65,7 @@
65
65
  padding: 0 50px;
66
66
  color: var(--sd-color-text-1);
67
67
  line-height: 64px;
68
- background: #001529;
68
+ background: var(--sd-color-menu-dark-bg);
69
69
  }
70
70
 
71
71
  .sd-layout-footer {
@@ -15,7 +15,7 @@ $layout-footer-bg: var(string.unquote('#{$sd-cssvars-prefix}-color-fill-1'));
15
15
  /*****************************************************
16
16
  * Header
17
17
  *****************************************************/
18
- $layout-header-bg: #001529;
18
+ $layout-header-bg: var(string.unquote('#{global.$sd-cssvars-prefix}-color-menu-dark-bg'));
19
19
  $layout-header-height: global.$size-16; // 64px
20
20
  $layout-header-padding-horizontal: 50px;
21
21
  $layout-header-padding: 0 $layout-header-padding-horizontal;
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "framework": "vue",
4
4
  "name": "@sdata/web-vue",
5
- "version": "2.6.0",
5
+ "version": "2.8.0",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sdata/web-vue",
3
- "version": "2.8.0",
3
+ "version": "2.9.0",
4
4
  "description": "SD Design Vue: A Vue.js 3 UI Library",
5
5
  "keywords": [
6
6
  "sd",