@syncfusion/ej2-vue-navigations 19.3.53 → 19.3.54

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,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-navigations@*",
3
- "_id": "@syncfusion/ej2-vue-navigations@19.3.46",
3
+ "_id": "@syncfusion/ej2-vue-navigations@19.3.53",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Uzt6wDVs/GUB/HXW4sOAa1T39jgbqbLJKwsq9IaZYypLa/3jh1JDvt63dD1x32Dqjjqcz6r0bcpUPO1Wef3ilQ==",
5
+ "_integrity": "sha512-LAx7ZkkPm0k7+JuaTwdINMA4X4+W4YC+FzmbfRMN5HxcYBxwxaRMkXwJAAFTiV/jLxZdvhXNf33wz5uAg6x5ZQ==",
6
6
  "_location": "/@syncfusion/ej2-vue-navigations",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-vue-navigations/-/ej2-vue-navigations-19.3.46.tgz",
23
- "_shasum": "f77b6d4bc6c07ef01d1ca473a80d4ae2803aea42",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-vue-navigations/-/ej2-vue-navigations-19.3.53.tgz",
23
+ "_shasum": "caa8450ad8fe304b25ee290868b5889e86d3974c",
24
24
  "_spec": "@syncfusion/ej2-vue-navigations@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~19.3.53",
35
- "@syncfusion/ej2-navigations": "19.3.53",
34
+ "@syncfusion/ej2-base": "~19.3.54",
35
+ "@syncfusion/ej2-navigations": "19.3.54",
36
36
  "@syncfusion/ej2-vue-base": "~19.3.53"
37
37
  },
38
38
  "deprecated": false,
@@ -163,6 +163,6 @@
163
163
  "type": "git",
164
164
  "url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
165
165
  },
166
- "version": "19.3.53",
166
+ "version": "19.3.54",
167
167
  "sideEffects": false
168
168
  }
@@ -6210,7 +6210,7 @@
6210
6210
 
6211
6211
  /*! tab theme */
6212
6212
  .e-tab {
6213
- background: #212529;
6213
+ background: transparent;
6214
6214
  border: none;
6215
6215
  }
6216
6216
 
@@ -6210,7 +6210,7 @@
6210
6210
 
6211
6211
  /*! tab theme */
6212
6212
  .e-tab {
6213
- background: #fff;
6213
+ background: transparent;
6214
6214
  border: none;
6215
6215
  }
6216
6216
 
@@ -3411,7 +3411,7 @@
3411
3411
 
3412
3412
  /*! tab theme */
3413
3413
  .e-tab {
3414
- background: #212529;
3414
+ background: transparent;
3415
3415
  border: none;
3416
3416
  }
3417
3417
 
@@ -3411,7 +3411,7 @@
3411
3411
 
3412
3412
  /*! tab theme */
3413
3413
  .e-tab {
3414
- background: #fff;
3414
+ background: transparent;
3415
3415
  border: none;
3416
3416
  }
3417
3417