@syncfusion/ej2-navigations 33.1.49 → 33.2.3

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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-navigations.min.js
3
- * version : 33.1.49
3
+ * version : 33.2.3
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. 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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-navigations.umd.min.js
3
- * version : 33.1.49
3
+ * version : 33.2.3
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. 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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-navigations.min.js
3
- * version : 33.1.49
3
+ * version : 33.2.3
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. 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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 33.1.49
3
+ * version : 33.2.3
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. 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,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-navigations",
3
- "version": "33.1.49",
3
+ "version": "33.2.3",
4
4
  "description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -8,12 +8,12 @@
8
8
  "module": "./index.js",
9
9
  "es2015": "./dist/es6/ej2-navigations.es5.js",
10
10
  "dependencies": {
11
- "@syncfusion/ej2-base": "~33.1.45",
12
- "@syncfusion/ej2-buttons": "~33.1.49",
13
- "@syncfusion/ej2-data": "~33.1.45",
14
- "@syncfusion/ej2-inputs": "~33.1.49",
15
- "@syncfusion/ej2-lists": "~33.1.47",
16
- "@syncfusion/ej2-popups": "~33.1.44"
11
+ "@syncfusion/ej2-base": "~33.2.3",
12
+ "@syncfusion/ej2-buttons": "~33.2.3",
13
+ "@syncfusion/ej2-data": "~33.2.3",
14
+ "@syncfusion/ej2-inputs": "~33.2.3",
15
+ "@syncfusion/ej2-lists": "~33.2.3",
16
+ "@syncfusion/ej2-popups": "~33.2.3"
17
17
  },
18
18
  "devDependencies": {},
19
19
  "keywords": [
@@ -3914,7 +3914,7 @@
3914
3914
  color: rgba(var(--color-sf-white));
3915
3915
  }
3916
3916
  .e-carousel .e-carousel-indicators.e-progress .e-indicator-bars {
3917
- background-color: rgba(var(--color-sf-primary), 0.4);
3917
+ background-color: rgba(var(--color-sf-primary-shadow), 0.4);
3918
3918
  }
3919
3919
  .e-carousel .e-carousel-indicators.e-progress .e-indicator-bars .e-indicator-bar {
3920
3920
  background-color: var(--color-sf-primary);
@@ -4986,7 +4986,7 @@
4986
4986
  color: rgba(var(--color-sf-white));
4987
4987
  }
4988
4988
  .e-carousel .e-carousel-indicators.e-progress .e-indicator-bars {
4989
- background-color: rgba(var(--color-sf-primary), 0.4);
4989
+ background-color: rgba(var(--color-sf-primary-shadow), 0.4);
4990
4990
  }
4991
4991
  .e-carousel .e-carousel-indicators.e-progress .e-indicator-bars .e-indicator-bar {
4992
4992
  background-color: var(--color-sf-primary);
@@ -7,7 +7,7 @@ $carousel-indicator-bar-bg: $primary-text-color !default;
7
7
  $carousel-indicator-bar-border: 1px solid rgba($white, .4) !default;
8
8
  $carousel-indicator-bar-bg-active: $primary !default;
9
9
  $carousel-indicator-border-color-focus: $black !default;
10
- $carousel-indicator-progress-bg: rgba($carousel-indicator-bar-bg-active, .4) !default;
10
+ $carousel-indicator-progress-bg: rgba(var(--color-sf-primary-shadow), .4) !default;
11
11
  $carousel-animation-duration: .6s !default;
12
12
  $carousel-animation-timing-function: ease-in-out !default;
13
13
  $carousel-navigator-btn-border-radius-hover: $border-radius-50p !default;
@@ -608,7 +608,7 @@
608
608
  color: rgba(var(--color-sf-white));
609
609
  }
610
610
  .e-carousel .e-carousel-indicators.e-progress .e-indicator-bars {
611
- background-color: rgba(var(--color-sf-primary), 0.4);
611
+ background-color: rgba(var(--color-sf-primary-shadow), 0.4);
612
612
  }
613
613
  .e-carousel .e-carousel-indicators.e-progress .e-indicator-bars .e-indicator-bar {
614
614
  background-color: var(--color-sf-primary);