@syncfusion/ej2-vue-ribbon 23.2.7 → 24.1.44

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.
Files changed (38) hide show
  1. package/CHANGELOG.md +21 -3
  2. package/dist/ej2-vue-ribbon.umd.min.js +1 -1
  3. package/dist/global/ej2-vue-ribbon.min.js +2 -2
  4. package/package.json +9 -9
  5. package/styles/bootstrap-dark.css +1 -2071
  6. package/styles/bootstrap.css +1 -2076
  7. package/styles/bootstrap4.css +1 -2137
  8. package/styles/bootstrap5-dark.css +1 -2155
  9. package/styles/bootstrap5.css +1 -2155
  10. package/styles/fabric-dark.css +1 -2047
  11. package/styles/fabric.css +1 -2045
  12. package/styles/fluent-dark.css +1 -2131
  13. package/styles/fluent.css +1 -2131
  14. package/styles/highcontrast-light.css +1 -2054
  15. package/styles/highcontrast.css +1 -2063
  16. package/styles/material-dark.css +1 -2116
  17. package/styles/material.css +1 -2150
  18. package/styles/material3-dark.css +1 -2178
  19. package/styles/material3.css +1 -2234
  20. package/styles/ribbon/bootstrap-dark.css +1 -2071
  21. package/styles/ribbon/bootstrap.css +1 -2076
  22. package/styles/ribbon/bootstrap4.css +1 -2137
  23. package/styles/ribbon/bootstrap5-dark.css +1 -2155
  24. package/styles/ribbon/bootstrap5.css +1 -2155
  25. package/styles/ribbon/fabric-dark.css +1 -2047
  26. package/styles/ribbon/fabric.css +1 -2045
  27. package/styles/ribbon/fluent-dark.css +1 -2131
  28. package/styles/ribbon/fluent.css +1 -2131
  29. package/styles/ribbon/highcontrast-light.css +1 -2054
  30. package/styles/ribbon/highcontrast.css +1 -2063
  31. package/styles/ribbon/material-dark.css +1 -2116
  32. package/styles/ribbon/material.css +1 -2150
  33. package/styles/ribbon/material3-dark.css +1 -2178
  34. package/styles/ribbon/material3.css +1 -2234
  35. package/styles/ribbon/tailwind-dark.css +1 -2128
  36. package/styles/ribbon/tailwind.css +1 -2128
  37. package/styles/tailwind-dark.css +1 -2128
  38. package/styles/tailwind.css +1 -2128
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-ribbon@*",
3
- "_id": "@syncfusion/ej2-vue-ribbon@23.2.5",
3
+ "_id": "@syncfusion/ej2-vue-ribbon@24.1.41",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-b7sv8XqeXTYRprHAWFpujOmjHGQw2lEl+RX/eTMT6DOerUmQ5MMwr/gnNsKczJ+Z08nh78O25PVWLP6TNWDAjw==",
5
+ "_integrity": "sha512-ekBPaQyeQnTupypoVhMhtmCRQytKNdiTgCiSqsjwnwGvP4tQeiAGvrbbKMWav8yjtpFN4b3rxbdG6VmXTsl5Cw==",
6
6
  "_location": "/@syncfusion/ej2-vue-ribbon",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-ribbon/-/ej2-vue-ribbon-23.2.5.tgz",
23
- "_shasum": "ca92a1b3d55136afa3034b55e35330bf43156aab",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-ribbon/-/ej2-vue-ribbon-24.1.41.tgz",
23
+ "_shasum": "bddb2cc67cc2ad08a679b85962ef385d0d6f6815",
24
24
  "_spec": "@syncfusion/ej2-vue-ribbon@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~23.2.6",
35
- "@syncfusion/ej2-ribbon": "23.2.7",
36
- "@syncfusion/ej2-vue-base": "~23.2.7"
34
+ "@syncfusion/ej2-base": "~24.1.42",
35
+ "@syncfusion/ej2-ribbon": "24.1.44",
36
+ "@syncfusion/ej2-vue-base": "~24.1.41"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 Component for Vue",
@@ -58,6 +58,6 @@
58
58
  "ci-publish": "gulp ci-publish",
59
59
  "compile": "gulp ci-compile && gulp vue-global-script"
60
60
  },
61
- "version": "23.2.7",
61
+ "version": "24.1.44",
62
62
  "sideEffects": false
63
63
  }