@syncfusion/ej2-react-splitbuttons 21.2.5 → 22.1.37

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 (59) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/dist/ej2-react-splitbuttons.min.js +1 -1
  3. package/dist/ej2-react-splitbuttons.umd.min.js +1 -1
  4. package/package.json +8 -8
  5. package/styles/bootstrap-dark.css +0 -84
  6. package/styles/bootstrap.css +0 -7
  7. package/styles/bootstrap4.css +8 -5
  8. package/styles/bootstrap5-dark.css +0 -7
  9. package/styles/bootstrap5.css +0 -7
  10. package/styles/button-group/material3-dark.css +902 -0
  11. package/styles/button-group/material3-dark.scss +2 -0
  12. package/styles/button-group/material3.css +958 -0
  13. package/styles/button-group/material3.scss +2 -0
  14. package/styles/drop-down-button/material3-dark.css +293 -0
  15. package/styles/drop-down-button/material3-dark.scss +2 -0
  16. package/styles/drop-down-button/material3.css +349 -0
  17. package/styles/drop-down-button/material3.scss +2 -0
  18. package/styles/fabric-dark.css +0 -84
  19. package/styles/fabric.css +0 -7
  20. package/styles/fluent-dark.css +4 -7
  21. package/styles/fluent.css +4 -7
  22. package/styles/highcontrast-light.css +0 -84
  23. package/styles/highcontrast.css +0 -84
  24. package/styles/material-dark.css +0 -84
  25. package/styles/material.css +0 -7
  26. package/styles/material3-dark.css +2168 -0
  27. package/styles/material3-dark.scss +5 -0
  28. package/styles/material3.css +2383 -0
  29. package/styles/material3.scss +5 -0
  30. package/styles/progress-button/bootstrap-dark.css +0 -84
  31. package/styles/progress-button/bootstrap.css +0 -7
  32. package/styles/progress-button/bootstrap4.css +0 -5
  33. package/styles/progress-button/bootstrap5-dark.css +0 -7
  34. package/styles/progress-button/bootstrap5.css +0 -7
  35. package/styles/progress-button/fabric-dark.css +0 -84
  36. package/styles/progress-button/fabric.css +0 -7
  37. package/styles/progress-button/fluent-dark.css +0 -7
  38. package/styles/progress-button/fluent.css +0 -7
  39. package/styles/progress-button/highcontrast-light.css +0 -84
  40. package/styles/progress-button/highcontrast.css +0 -84
  41. package/styles/progress-button/material-dark.css +0 -84
  42. package/styles/progress-button/material.css +0 -7
  43. package/styles/progress-button/material3-dark.css +557 -0
  44. package/styles/progress-button/material3-dark.scss +2 -0
  45. package/styles/progress-button/material3.css +613 -0
  46. package/styles/progress-button/material3.scss +2 -0
  47. package/styles/progress-button/tailwind-dark.css +0 -5
  48. package/styles/progress-button/tailwind.css +0 -5
  49. package/styles/split-button/bootstrap4.css +8 -0
  50. package/styles/split-button/fluent-dark.css +4 -0
  51. package/styles/split-button/fluent.css +4 -0
  52. package/styles/split-button/material3-dark.css +413 -0
  53. package/styles/split-button/material3-dark.scss +2 -0
  54. package/styles/split-button/material3.css +463 -0
  55. package/styles/split-button/material3.scss +2 -0
  56. package/styles/split-button/tailwind-dark.css +6 -0
  57. package/styles/split-button/tailwind.css +6 -0
  58. package/styles/tailwind-dark.css +6 -5
  59. package/styles/tailwind.css +6 -5
@@ -0,0 +1,2 @@
1
+ @import 'ej2-base/styles/material3-dark-definition.scss';
2
+ @import 'ej2-splitbuttons/styles/button-group/material3-dark.scss';