@syncfusion/ej2-react-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/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Tab
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I347014` - An issue with dynamic tab item navigation if scheduler is present on a page has been fixed.
10
+
5
11
  ## 19.3.46 (2021-10-19)
6
12
 
7
13
  ### Tab
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-navigations.umd.min.js
3
- * version : 19.3.53
3
+ * version : 19.3.54
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-navigations@*",
3
- "_id": "@syncfusion/ej2-react-navigations@19.3.46",
3
+ "_id": "@syncfusion/ej2-react-navigations@19.3.53",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-mCPanDCh6reNDgsk8EHYEcrtUDqBcNokgaQEIjheM6CH8qx1whkzFdO8qV2TZdHiX46UzU+KJkCOqGONKv5hpQ==",
5
+ "_integrity": "sha512-yOExpApUIVtOZkcctXftkKZ/5Plq9hU57sK5pIA5dn0BEv06llMnJTyUx6dmX/8CWXyPdfVXiH8QYPcG5Fv+hQ==",
6
6
  "_location": "/@syncfusion/ej2-react-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-react-navigations/-/ej2-react-navigations-19.3.46.tgz",
23
- "_shasum": "0d77d7424bd808f2bc689b042c8fbda4b5a2cdf7",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-react-navigations/-/ej2-react-navigations-19.3.53.tgz",
23
+ "_shasum": "1636134c1cd6ec91c2d1cb15079ec6d3f490bc23",
24
24
  "_spec": "@syncfusion/ej2-react-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-react-base": "~19.3.53"
37
37
  },
38
38
  "deprecated": false,
@@ -164,6 +164,6 @@
164
164
  "type": "git",
165
165
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
166
166
  },
167
- "version": "19.3.53",
167
+ "version": "19.3.54",
168
168
  "sideEffects": false
169
169
  }
@@ -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