@syncfusion/ej2-react-splitbuttons 20.2.43 → 20.3.47

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 (70) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/dist/ej2-react-splitbuttons.min.js +10 -0
  3. package/dist/ej2-react-splitbuttons.umd.min.js +1 -1
  4. package/package.json +8 -8
  5. package/styles/bootstrap-dark.css +26 -5
  6. package/styles/bootstrap.css +21 -0
  7. package/styles/bootstrap4.css +22 -1
  8. package/styles/bootstrap5-dark.css +23 -0
  9. package/styles/bootstrap5.css +23 -0
  10. package/styles/button-group/bootstrap-dark.css +2 -0
  11. package/styles/button-group/bootstrap.css +2 -0
  12. package/styles/button-group/bootstrap4.css +2 -0
  13. package/styles/button-group/bootstrap5-dark.css +2 -0
  14. package/styles/button-group/bootstrap5.css +2 -0
  15. package/styles/button-group/fabric-dark.css +2 -0
  16. package/styles/button-group/fabric.css +2 -0
  17. package/styles/button-group/fluent-dark.css +2 -0
  18. package/styles/button-group/fluent.css +2 -0
  19. package/styles/button-group/highcontrast-light.css +2 -0
  20. package/styles/button-group/highcontrast.css +2 -0
  21. package/styles/button-group/material-dark.css +2 -0
  22. package/styles/button-group/material.css +2 -0
  23. package/styles/button-group/tailwind-dark.css +2 -0
  24. package/styles/button-group/tailwind.css +2 -0
  25. package/styles/drop-down-button/bootstrap-dark.css +18 -0
  26. package/styles/drop-down-button/bootstrap.css +18 -0
  27. package/styles/drop-down-button/bootstrap4.css +18 -0
  28. package/styles/drop-down-button/bootstrap5-dark.css +19 -0
  29. package/styles/drop-down-button/bootstrap5.css +19 -0
  30. package/styles/drop-down-button/fabric-dark.css +18 -0
  31. package/styles/drop-down-button/fabric.css +18 -0
  32. package/styles/drop-down-button/fluent-dark.css +19 -0
  33. package/styles/drop-down-button/fluent.css +19 -0
  34. package/styles/drop-down-button/highcontrast-light.css +18 -0
  35. package/styles/drop-down-button/highcontrast.css +18 -0
  36. package/styles/drop-down-button/material-dark.css +18 -0
  37. package/styles/drop-down-button/material.css +18 -0
  38. package/styles/drop-down-button/tailwind-dark.css +19 -0
  39. package/styles/drop-down-button/tailwind.css +19 -0
  40. package/styles/fabric-dark.css +21 -0
  41. package/styles/fabric.css +21 -0
  42. package/styles/fluent-dark.css +23 -0
  43. package/styles/fluent.css +23 -0
  44. package/styles/highcontrast-light.css +21 -0
  45. package/styles/highcontrast.css +23 -2
  46. package/styles/material-dark.css +21 -0
  47. package/styles/material.css +21 -0
  48. package/styles/progress-button/bootstrap-dark.css +6 -5
  49. package/styles/progress-button/bootstrap.css +1 -0
  50. package/styles/progress-button/bootstrap4.css +2 -1
  51. package/styles/progress-button/bootstrap5-dark.css +1 -0
  52. package/styles/progress-button/bootstrap5.css +1 -0
  53. package/styles/progress-button/fabric-dark.css +1 -0
  54. package/styles/progress-button/fabric.css +1 -0
  55. package/styles/progress-button/fluent-dark.css +1 -0
  56. package/styles/progress-button/fluent.css +1 -0
  57. package/styles/progress-button/highcontrast-light.css +1 -0
  58. package/styles/progress-button/highcontrast.css +3 -2
  59. package/styles/progress-button/material-dark.css +1 -0
  60. package/styles/progress-button/material.css +1 -0
  61. package/styles/progress-button/tailwind-dark.css +1 -0
  62. package/styles/progress-button/tailwind.css +1 -0
  63. package/styles/split-button/bootstrap5-dark.css +1 -0
  64. package/styles/split-button/bootstrap5.css +1 -0
  65. package/styles/split-button/fluent-dark.css +1 -0
  66. package/styles/split-button/fluent.css +1 -0
  67. package/styles/split-button/tailwind-dark.css +1 -0
  68. package/styles/split-button/tailwind.css +1 -0
  69. package/styles/tailwind-dark.css +23 -0
  70. package/styles/tailwind.css +23 -0
@@ -213,6 +213,24 @@
213
213
  border-bottom-color: rgba(0, 0, 0, 0.12);
214
214
  }
215
215
 
216
+ .e-dropdown-btn.e-inherit,
217
+ .e-dropdown-btn.e-btn.e-inherit {
218
+ background: inherit;
219
+ border-color: transparent;
220
+ box-shadow: none;
221
+ color: inherit;
222
+ }
223
+ .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
224
+ .e-dropdown-btn.e-btn.e-inherit:hover,
225
+ .e-dropdown-btn.e-btn.e-inherit:focus,
226
+ .e-dropdown-btn.e-btn.e-inherit:active,
227
+ .e-dropdown-btn.e-btn.e-inherit.e-active {
228
+ background-color: rgba(0, 0, 0, 0.056);
229
+ border-color: transparent;
230
+ box-shadow: none;
231
+ color: inherit;
232
+ }
233
+
216
234
  /*! splitbutton layout */
217
235
  .e-split-btn-wrapper {
218
236
  display: -ms-inline-flexbox;
@@ -520,6 +538,7 @@
520
538
  border-left-color: transparent;
521
539
  }
522
540
 
541
+ /* stylelint-disable */
523
542
  *.e-btn-group,
524
543
  *.e-css.e-btn-group {
525
544
  display: -ms-inline-flexbox;
@@ -756,6 +775,7 @@
756
775
  font-size: 16px;
757
776
  }
758
777
 
778
+ /* stylelint-disable */
759
779
  .e-btn-group:not(.e-outline),
760
780
  .e-css.e-btn-group:not(.e-outline) {
761
781
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
@@ -1275,6 +1295,7 @@
1275
1295
  border-right: transparent;
1276
1296
  }
1277
1297
 
1298
+ /* stylelint-disable property-no-vendor-prefix */
1278
1299
  @keyframes material-spinner-rotate {
1279
1300
  0% {
1280
1301
  transform: rotate(0deg);
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  @keyframes material-spinner-rotate {
2
3
  0% {
3
4
  transform: rotate(0);
@@ -496,19 +497,19 @@
496
497
  }
497
498
 
498
499
  *.e-flat.e-primary .e-progress {
499
- background-color: rgba(255, 255, 255, 0.2);
500
+ background-color: rgba(255, 64, 129, 0.2);
500
501
  }
501
502
  *.e-flat.e-success .e-progress {
502
- background-color: rgba(255, 255, 255, 0.2);
503
+ background-color: rgba(77, 132, 29, 0.2);
503
504
  }
504
505
  *.e-flat.e-info .e-progress {
505
- background-color: rgba(255, 255, 255, 0.2);
506
+ background-color: rgba(3, 120, 213, 0.2);
506
507
  }
507
508
  *.e-flat.e-warning .e-progress {
508
- background-color: rgba(255, 255, 255, 0.2);
509
+ background-color: rgba(193, 87, 0, 0.2);
509
510
  }
510
511
  *.e-flat.e-danger .e-progress {
511
- background-color: rgba(255, 255, 255, 0.2);
512
+ background-color: rgba(214, 65, 19, 0.2);
512
513
  }
513
514
 
514
515
  *.e-outline:not(:focus).e-primary .e-progress {
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  @keyframes material-spinner-rotate {
2
3
  0% {
3
4
  transform: rotate(0);
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  @keyframes material-spinner-rotate {
2
3
  0% {
3
4
  transform: rotate(0);
@@ -489,7 +490,7 @@
489
490
  *.e-success .e-progress,
490
491
  *.e-danger .e-progress,
491
492
  *.e-info .e-progress {
492
- background-color: rgba(73, 80, 87, 0.2);
493
+ background-color: rgba(255, 255, 255, 0.25);
493
494
  }
494
495
 
495
496
  *.e-warning .e-progress {
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  @keyframes material-spinner-rotate {
2
3
  0% {
3
4
  transform: rotate(0);
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  @keyframes material-spinner-rotate {
2
3
  0% {
3
4
  transform: rotate(0);
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  @keyframes material-spinner-rotate {
2
3
  0% {
3
4
  transform: rotate(0);
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  @keyframes material-spinner-rotate {
2
3
  0% {
3
4
  transform: rotate(0);
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  @keyframes material-spinner-rotate {
2
3
  0% {
3
4
  transform: rotate(0);
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  @keyframes material-spinner-rotate {
2
3
  0% {
3
4
  transform: rotate(0);
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  @keyframes material-spinner-rotate {
2
3
  0% {
3
4
  transform: rotate(0);
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  @keyframes material-spinner-rotate {
2
3
  0% {
3
4
  transform: rotate(0);
@@ -488,11 +489,11 @@
488
489
  *.e-success .e-progress,
489
490
  *.e-danger .e-progress,
490
491
  *.e-info .e-progress {
491
- background-color: rgba(255, 255, 255, 0.2);
492
+ background-color: rgba(0, 0, 0, 0.3);
492
493
  }
493
494
 
494
495
  *.e-warning .e-progress {
495
- background-color: rgba(255, 255, 255, 0.2);
496
+ background-color: rgba(0, 0, 0, 0.3);
496
497
  }
497
498
 
498
499
  *.e-flat.e-primary .e-progress {
@@ -1,4 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
+ /* stylelint-disable property-no-vendor-prefix */
2
3
  @keyframes material-spinner-rotate {
3
4
  0% {
4
5
  transform: rotate(0deg);
@@ -1,4 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
+ /* stylelint-disable property-no-vendor-prefix */
2
3
  @keyframes material-spinner-rotate {
3
4
  0% {
4
5
  transform: rotate(0deg);
@@ -1,4 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
+ /* stylelint-disable property-no-vendor-prefix */
2
3
  @keyframes material-spinner-rotate {
3
4
  0% {
4
5
  transform: rotate(0);
@@ -1,4 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
+ /* stylelint-disable property-no-vendor-prefix */
2
3
  @keyframes material-spinner-rotate {
3
4
  0% {
4
5
  transform: rotate(0);
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable-line no-empty-source */
1
2
  /*! splitbutton layout */
2
3
  .e-split-btn-wrapper {
3
4
  display: -ms-inline-flexbox;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable-line no-empty-source */
1
2
  /*! splitbutton layout */
2
3
  .e-split-btn-wrapper {
3
4
  display: -ms-inline-flexbox;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable-line no-empty-source */
1
2
  /*! splitbutton layout */
2
3
  .e-split-btn-wrapper {
3
4
  display: -ms-inline-flexbox;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable-line no-empty-source */
1
2
  /*! splitbutton layout */
2
3
  .e-split-btn-wrapper {
3
4
  display: -ms-inline-flexbox;
@@ -1,4 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
+ /* stylelint-disable-line no-empty-source */
2
3
  /*! splitbutton layout */
3
4
  .e-split-btn-wrapper {
4
5
  display: -ms-inline-flexbox;
@@ -1,4 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
+ /* stylelint-disable-line no-empty-source */
2
3
  /*! splitbutton layout */
3
4
  .e-split-btn-wrapper {
4
5
  display: -ms-inline-flexbox;
@@ -1,4 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
+ /* stylelint-disable-line no-empty-source */
2
3
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
3
4
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
4
5
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@@ -225,6 +226,25 @@
225
226
  border-bottom-color: #4b5563;
226
227
  }
227
228
 
229
+ .e-dropdown-btn.e-inherit,
230
+ .e-dropdown-btn.e-btn.e-inherit {
231
+ background: inherit;
232
+ border-color: transparent;
233
+ box-shadow: none;
234
+ color: inherit;
235
+ }
236
+ .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
237
+ .e-dropdown-btn.e-btn.e-inherit:hover,
238
+ .e-dropdown-btn.e-btn.e-inherit:focus,
239
+ .e-dropdown-btn.e-btn.e-inherit:active,
240
+ .e-dropdown-btn.e-btn.e-inherit.e-active {
241
+ background-color: rgba(0, 0, 0, 0.056);
242
+ border-color: transparent;
243
+ box-shadow: none;
244
+ color: inherit;
245
+ }
246
+
247
+ /* stylelint-disable-line no-empty-source */
228
248
  /*! splitbutton layout */
229
249
  .e-split-btn-wrapper {
230
250
  display: -ms-inline-flexbox;
@@ -542,6 +562,7 @@
542
562
  border-left-color: #6b7280;
543
563
  }
544
564
 
565
+ /* stylelint-disable */
545
566
  *.e-btn-group,
546
567
  *.e-css.e-btn-group {
547
568
  display: -ms-inline-flexbox;
@@ -786,6 +807,7 @@
786
807
  font-size: 22px;
787
808
  }
788
809
 
810
+ /* stylelint-disable */
789
811
  .e-btn-group:not(.e-outline),
790
812
  .e-css.e-btn-group:not(.e-outline) {
791
813
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
@@ -1279,6 +1301,7 @@
1279
1301
  border-color: #f87171;
1280
1302
  outline-color: inherit;
1281
1303
  }
1304
+ /* stylelint-disable property-no-vendor-prefix */
1282
1305
  @keyframes material-spinner-rotate {
1283
1306
  0% {
1284
1307
  transform: rotate(0);
@@ -1,4 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
+ /* stylelint-disable-line no-empty-source */
2
3
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
3
4
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
4
5
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@@ -225,6 +226,25 @@
225
226
  border-bottom-color: #e5e7eb;
226
227
  }
227
228
 
229
+ .e-dropdown-btn.e-inherit,
230
+ .e-dropdown-btn.e-btn.e-inherit {
231
+ background: inherit;
232
+ border-color: transparent;
233
+ box-shadow: none;
234
+ color: inherit;
235
+ }
236
+ .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
237
+ .e-dropdown-btn.e-btn.e-inherit:hover,
238
+ .e-dropdown-btn.e-btn.e-inherit:focus,
239
+ .e-dropdown-btn.e-btn.e-inherit:active,
240
+ .e-dropdown-btn.e-btn.e-inherit.e-active {
241
+ background-color: rgba(0, 0, 0, 0.056);
242
+ border-color: transparent;
243
+ box-shadow: none;
244
+ color: inherit;
245
+ }
246
+
247
+ /* stylelint-disable-line no-empty-source */
228
248
  /*! splitbutton layout */
229
249
  .e-split-btn-wrapper {
230
250
  display: -ms-inline-flexbox;
@@ -542,6 +562,7 @@
542
562
  border-left-color: #d1d5db;
543
563
  }
544
564
 
565
+ /* stylelint-disable */
545
566
  *.e-btn-group,
546
567
  *.e-css.e-btn-group {
547
568
  display: -ms-inline-flexbox;
@@ -786,6 +807,7 @@
786
807
  font-size: 22px;
787
808
  }
788
809
 
810
+ /* stylelint-disable */
789
811
  .e-btn-group:not(.e-outline),
790
812
  .e-css.e-btn-group:not(.e-outline) {
791
813
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
@@ -1279,6 +1301,7 @@
1279
1301
  border-color: #dc2626;
1280
1302
  outline-color: inherit;
1281
1303
  }
1304
+ /* stylelint-disable property-no-vendor-prefix */
1282
1305
  @keyframes material-spinner-rotate {
1283
1306
  0% {
1284
1307
  transform: rotate(0);