@syncfusion/ej2-react-navigations 31.2.3 → 31.2.12

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/README.md CHANGED
@@ -252,7 +252,7 @@ The [React Stepper](https://www.syncfusion.com/react-components/react-stepper?ut
252
252
  <p align="center">
253
253
  Trusted by the world's leading companies
254
254
  <a href="https://www.syncfusion.com/">
255
- <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Syncfusion logo">
255
+ <img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Syncfusion logo">
256
256
  </a>
257
257
  </p>
258
258
 
@@ -275,12 +275,21 @@ Navigation components are also offered in following list of frameworks.
275
275
 
276
276
  * Loan Calculator - [Source](https://github.com/syncfusion/ej2-showcase-react-loan-calculator), [Live Demo](https://ej2.syncfusion.com/showcase/react/loancalculator/?utm_source=npm&utm_medium=listing&utm_campaign=react-navigation-npm#/default)
277
277
 
278
+ ## Resources
279
+
280
+ * [Documentation](https://ej2.syncfusion.com/react/documentation/introduction)
281
+ * [AI Coding Assistant](https://ej2.syncfusion.com/react/documentation/ai-coding-assistants/overview)
282
+ * [Theme Studio](https://ej2.syncfusion.com/themestudio/)
283
+ * [What's New](https://www.syncfusion.com/products/whatsnew/react?utm_medium=listing&utm_source=github)
284
+ * [Road Map](https://www.syncfusion.com/products/roadmap/react)
285
+ * [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=react&type=all)
286
+
278
287
  ## Support
279
288
 
280
289
  Product support is available through following mediums.
281
290
 
282
291
  * [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
283
- * [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=react-navigation-npm)
292
+ * [Community forum](https://www.syncfusion.com/forums/react-js2?utm_source=npm&utm_medium=listing&utm_campaign=react-navigation-npm)
284
293
  * [GitHub issues](https://github.com/syncfusion/ej2-react-ui-components/issues/new)
285
294
  * [Request feature or report bug](https://www.syncfusion.com/feedback/react?utm_source=npm&utm_medium=listing&utm_campaign=react-navigation-npm)
286
295
  * Live chat
@@ -291,7 +300,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components
291
300
 
292
301
  ## License and copyright
293
302
 
294
- > This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [React UI components](https://www.syncfusion.com/react-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
303
+ > This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [React UI components](https://www.syncfusion.com/react-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
295
304
 
296
305
  > A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
297
306
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-navigations.min.js
3
- * version : 31.2.3
3
+ * version : 31.2.12
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-react-navigations.umd.min.js
3
- * version : 31.2.3
3
+ * version : 31.2.12
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-react-navigations",
3
- "version": "31.2.3",
3
+ "version": "31.2.12",
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 for React",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -32,9 +32,9 @@
32
32
  "es2015": "dist/es6/ej2-react-navigations.es2015.js",
33
33
  "readme": "ReadMe.md",
34
34
  "dependencies": {
35
- "@syncfusion/ej2-base": "~31.2.2",
36
- "@syncfusion/ej2-react-base": "~31.2.2",
37
- "@syncfusion/ej2-navigations": "31.2.3"
35
+ "@syncfusion/ej2-base": "~31.2.12",
36
+ "@syncfusion/ej2-react-base": "~31.2.12",
37
+ "@syncfusion/ej2-navigations": "31.2.12"
38
38
  },
39
39
  "devDependencies": {},
40
40
  "sideEffects": false,