@syncfusion/ej2-splitbuttons 28.2.3 → 29.2.4

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 (127) hide show
  1. package/README.md +2 -6
  2. package/dist/ej2-splitbuttons.min.js +2 -2
  3. package/dist/ej2-splitbuttons.umd.min.js +2 -2
  4. package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-splitbuttons.es2015.js +24 -4
  6. package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
  7. package/dist/es6/ej2-splitbuttons.es5.js +24 -4
  8. package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
  9. package/dist/global/ej2-splitbuttons.min.js +2 -2
  10. package/dist/global/ej2-splitbuttons.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +8 -8
  13. package/src/drop-down-button/drop-down-button.js +23 -3
  14. package/styles/bds-lite.css +10 -1
  15. package/styles/bds.css +22 -4
  16. package/styles/bootstrap-dark-lite.css +47 -38
  17. package/styles/bootstrap-dark.css +58 -40
  18. package/styles/bootstrap-lite.css +54 -45
  19. package/styles/bootstrap.css +65 -47
  20. package/styles/bootstrap4-lite.css +89 -80
  21. package/styles/bootstrap4.css +100 -82
  22. package/styles/bootstrap5-dark-lite.css +111 -102
  23. package/styles/bootstrap5-dark.css +121 -103
  24. package/styles/bootstrap5-lite.css +92 -83
  25. package/styles/bootstrap5.3-lite.css +10 -1
  26. package/styles/bootstrap5.3.css +20 -2
  27. package/styles/bootstrap5.css +102 -84
  28. package/styles/button-group/bootstrap-dark.css +36 -36
  29. package/styles/button-group/bootstrap.css +43 -43
  30. package/styles/button-group/bootstrap4.css +57 -57
  31. package/styles/button-group/bootstrap5-dark.css +63 -63
  32. package/styles/button-group/bootstrap5.css +63 -63
  33. package/styles/button-group/fabric-dark.css +16 -16
  34. package/styles/button-group/fabric.css +3 -3
  35. package/styles/button-group/fluent-dark.css +25 -25
  36. package/styles/button-group/fluent.css +25 -25
  37. package/styles/button-group/material-dark.css +17 -17
  38. package/styles/button-group/material.css +16 -16
  39. package/styles/drop-down-button/_bds-definition.scss +7 -3
  40. package/styles/drop-down-button/_bigger.scss +7 -2
  41. package/styles/drop-down-button/_bootstrap-dark-definition.scss +6 -2
  42. package/styles/drop-down-button/_bootstrap-definition.scss +6 -2
  43. package/styles/drop-down-button/_bootstrap4-definition.scss +10 -4
  44. package/styles/drop-down-button/_bootstrap5-definition.scss +6 -2
  45. package/styles/drop-down-button/_bootstrap5.3-definition.scss +6 -2
  46. package/styles/drop-down-button/_fabric-dark-definition.scss +7 -3
  47. package/styles/drop-down-button/_fabric-definition.scss +7 -3
  48. package/styles/drop-down-button/_fluent-definition.scss +8 -4
  49. package/styles/drop-down-button/_fluent2-definition.scss +1 -0
  50. package/styles/drop-down-button/_highcontrast-definition.scss +7 -3
  51. package/styles/drop-down-button/_highcontrast-light-definition.scss +7 -3
  52. package/styles/drop-down-button/_layout.scss +4 -1
  53. package/styles/drop-down-button/_material-dark-definition.scss +7 -3
  54. package/styles/drop-down-button/_material-definition.scss +7 -3
  55. package/styles/drop-down-button/_material3-definition.scss +6 -2
  56. package/styles/drop-down-button/_tailwind-definition.scss +8 -4
  57. package/styles/drop-down-button/_tailwind3-definition.scss +1 -0
  58. package/styles/drop-down-button/bds.css +21 -3
  59. package/styles/drop-down-button/bootstrap-dark.css +20 -2
  60. package/styles/drop-down-button/bootstrap.css +20 -2
  61. package/styles/drop-down-button/bootstrap4.css +24 -6
  62. package/styles/drop-down-button/bootstrap5-dark.css +28 -10
  63. package/styles/drop-down-button/bootstrap5.3.css +20 -2
  64. package/styles/drop-down-button/bootstrap5.css +24 -6
  65. package/styles/drop-down-button/fabric-dark.css +22 -4
  66. package/styles/drop-down-button/fabric.css +22 -4
  67. package/styles/drop-down-button/fluent-dark.css +22 -4
  68. package/styles/drop-down-button/fluent.css +22 -4
  69. package/styles/drop-down-button/fluent2.css +5 -0
  70. package/styles/drop-down-button/highcontrast-light.css +13 -4
  71. package/styles/drop-down-button/highcontrast.css +22 -4
  72. package/styles/drop-down-button/icons/_fabric-dark.scss +1 -1
  73. package/styles/drop-down-button/icons/_fabric.scss +1 -1
  74. package/styles/drop-down-button/icons/_highcontrast-light.scss +1 -1
  75. package/styles/drop-down-button/icons/_highcontrast.scss +1 -1
  76. package/styles/drop-down-button/material-dark.css +21 -3
  77. package/styles/drop-down-button/material.css +21 -3
  78. package/styles/drop-down-button/material3-dark.css +20 -2
  79. package/styles/drop-down-button/material3.css +20 -2
  80. package/styles/drop-down-button/tailwind-dark.css +22 -4
  81. package/styles/drop-down-button/tailwind.css +22 -4
  82. package/styles/drop-down-button/tailwind3.css +0 -1
  83. package/styles/fabric-dark-lite.css +27 -18
  84. package/styles/fabric-dark.css +39 -21
  85. package/styles/fabric-lite.css +14 -5
  86. package/styles/fabric.css +26 -8
  87. package/styles/fluent-dark-lite.css +37 -28
  88. package/styles/fluent-dark.css +49 -31
  89. package/styles/fluent-lite.css +37 -28
  90. package/styles/fluent.css +49 -31
  91. package/styles/fluent2.css +5 -0
  92. package/styles/highcontrast-light-lite.css +11 -2
  93. package/styles/highcontrast-light.css +14 -5
  94. package/styles/highcontrast-lite.css +11 -2
  95. package/styles/highcontrast.css +23 -5
  96. package/styles/material-dark-lite.css +27 -18
  97. package/styles/material-dark.css +39 -21
  98. package/styles/material-lite.css +26 -17
  99. package/styles/material.css +38 -20
  100. package/styles/material3-dark-lite.css +10 -1
  101. package/styles/material3-dark.css +20 -2
  102. package/styles/material3-lite.css +10 -1
  103. package/styles/material3.css +20 -2
  104. package/styles/progress-button/_theme.scss +44 -42
  105. package/styles/progress-button/bootstrap5-dark.css +15 -15
  106. package/styles/split-button/_bootstrap4-definition.scss +7 -5
  107. package/styles/split-button/bds.css +1 -1
  108. package/styles/split-button/bootstrap-dark.css +2 -2
  109. package/styles/split-button/bootstrap.css +2 -2
  110. package/styles/split-button/bootstrap4.css +19 -19
  111. package/styles/split-button/bootstrap5-dark.css +15 -15
  112. package/styles/split-button/bootstrap5.css +15 -15
  113. package/styles/split-button/fabric-dark.css +1 -1
  114. package/styles/split-button/fabric.css +1 -1
  115. package/styles/split-button/fluent-dark.css +2 -2
  116. package/styles/split-button/fluent.css +2 -2
  117. package/styles/split-button/highcontrast-light.css +1 -1
  118. package/styles/split-button/highcontrast.css +1 -1
  119. package/styles/split-button/material-dark.css +1 -1
  120. package/styles/split-button/material.css +1 -1
  121. package/styles/split-button/tailwind-dark.css +2 -2
  122. package/styles/split-button/tailwind.css +2 -2
  123. package/styles/tailwind-dark-lite.css +12 -3
  124. package/styles/tailwind-dark.css +24 -6
  125. package/styles/tailwind-lite.css +12 -3
  126. package/styles/tailwind.css +24 -6
  127. package/styles/tailwind3.css +0 -1
@@ -258,8 +258,8 @@
258
258
  .e-css.e-btn-group .e-btn:focus.e-primary,
259
259
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-primary,
260
260
  .e-css.e-btn-group input:focus + label.e-btn.e-primary {
261
- background: #21527d;
262
- border-color: #0c1d2c;
261
+ background: rgb(32.9807692308, 82.1153846154, 124.5192307692);
262
+ border-color: rgb(11.6217948718, 28.9358974359, 43.8782051282);
263
263
  color: #fff;
264
264
  outline: #fff 0 solid;
265
265
  -webkit-box-shadow: none;
@@ -273,8 +273,8 @@
273
273
  .e-css.e-btn-group .e-btn:focus.e-success,
274
274
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-success,
275
275
  .e-css.e-btn-group input:focus + label.e-btn.e-success {
276
- background: #124a1f;
277
- border-color: black;
276
+ background: rgb(17.9732142857, 73.5267857143, 31.0446428571);
277
+ border-color: hsl(134.1176470588, 60.7142857143%, -2.0588235294%);
278
278
  color: #fff;
279
279
  -webkit-box-shadow: none;
280
280
  box-shadow: none;
@@ -287,8 +287,8 @@
287
287
  .e-css.e-btn-group .e-btn:focus.e-info,
288
288
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-info,
289
289
  .e-css.e-btn-group input:focus + label.e-btn.e-info {
290
- background: #104b5d;
291
- border-color: #010406;
290
+ background: rgb(15.8351351351, 75.0702702703, 92.6648648649);
291
+ border-color: rgb(0.9486486486, 4.4972972973, 5.5513513514);
292
292
  color: #fff;
293
293
  -webkit-box-shadow: none;
294
294
  box-shadow: none;
@@ -301,8 +301,8 @@
301
301
  .e-css.e-btn-group .e-btn:focus.e-warning,
302
302
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-warning,
303
303
  .e-css.e-btn-group input:focus + label.e-btn.e-warning {
304
- background: #613b05;
305
- border-color: black;
304
+ background: rgb(96.9382022472, 58.7331460674, 4.5617977528);
305
+ border-color: hsl(35.1851851852, 91.0112359551%, -0.0980392157%);
306
306
  color: #fff;
307
307
  -webkit-box-shadow: none;
308
308
  box-shadow: none;
@@ -315,8 +315,8 @@
315
315
  .e-css.e-btn-group .e-btn:focus.e-danger,
316
316
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-danger,
317
317
  .e-css.e-btn-group input:focus + label.e-btn.e-danger {
318
- background: #a51c2a;
319
- border-color: #4e0d14;
318
+ background: rgb(165.28125, 28.21875, 41.925);
319
+ border-color: rgb(78.15625, 13.34375, 19.825);
320
320
  color: #fff;
321
321
  -webkit-box-shadow: none;
322
322
  box-shadow: none;
@@ -410,8 +410,8 @@
410
410
  .e-css.e-btn-group .e-btn:active.e-primary,
411
411
  .e-css.e-btn-group input:active + label.e-btn.e-primary,
412
412
  .e-css.e-btn-group input:checked + label.e-btn.e-primary {
413
- background: #21527d;
414
- border-color: #163854;
413
+ background: rgb(32.9807692308, 82.1153846154, 124.5192307692);
414
+ border-color: rgb(22.3012820513, 55.5256410256, 84.1987179487);
415
415
  color: #fff;
416
416
  outline: #fff 0 solid;
417
417
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
@@ -423,8 +423,8 @@
423
423
  .e-css.e-btn-group .e-btn:active.e-success,
424
424
  .e-css.e-btn-group input:active + label.e-btn.e-success,
425
425
  .e-css.e-btn-group input:checked + label.e-btn.e-success {
426
- background: #124a1f;
427
- border-color: #08210e;
426
+ background: rgb(17.9732142857, 73.5267857143, 31.0446428571);
427
+ border-color: rgb(7.9553571429, 32.5446428571, 13.7410714286);
428
428
  color: #fff;
429
429
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
430
430
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
@@ -435,9 +435,9 @@
435
435
  .e-css.e-btn-group .e-btn:active.e-info,
436
436
  .e-css.e-btn-group input:active + label.e-btn.e-info,
437
437
  .e-css.e-btn-group input:checked + label.e-btn.e-info {
438
- background: #104b5d;
438
+ background: rgb(15.8351351351, 75.0702702703, 92.6648648649);
439
439
  color: #fff;
440
- border-color: #082831;
440
+ border-color: rgb(8.3918918919, 39.7837837838, 49.1081081081);
441
441
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
442
442
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
443
443
  }
@@ -447,8 +447,8 @@
447
447
  .e-css.e-btn-group .e-btn:active.e-warning,
448
448
  .e-css.e-btn-group input:active + label.e-btn.e-warning,
449
449
  .e-css.e-btn-group input:checked + label.e-btn.e-warning {
450
- background: #613b05;
451
- border-color: #301d02;
450
+ background: rgb(96.9382022472, 58.7331460674, 4.5617977528);
451
+ border-color: rgb(48.2303370787, 29.2219101124, 2.2696629213);
452
452
  color: #fff;
453
453
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
454
454
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
@@ -459,8 +459,8 @@
459
459
  .e-css.e-btn-group .e-btn:active.e-danger,
460
460
  .e-css.e-btn-group input:active + label.e-btn.e-danger,
461
461
  .e-css.e-btn-group input:checked + label.e-btn.e-danger {
462
- background: #a51c2a;
463
- border-color: #7a151f;
462
+ background: rgb(165.28125, 28.21875, 41.925);
463
+ border-color: rgb(121.71875, 20.78125, 30.875);
464
464
  color: #fff;
465
465
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
466
466
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
@@ -483,8 +483,8 @@
483
483
  .e-css.e-btn-group .e-btn:active.e-outline.e-primary,
484
484
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
485
485
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
486
- background: #21527d;
487
- border-color: #265f91;
486
+ background: rgb(32.9807692308, 82.1153846154, 124.5192307692);
487
+ border-color: rgb(38.3205128205, 95.4102564103, 144.6794871795);
488
488
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
489
489
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
490
490
  color: #fff;
@@ -495,8 +495,8 @@
495
495
  .e-css.e-btn-group .e-btn:active.e-outline.e-success,
496
496
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
497
497
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
498
- background: #124a1f;
499
- border-color: #08210e;
498
+ background: rgb(17.9732142857, 73.5267857143, 31.0446428571);
499
+ border-color: rgb(7.9553571429, 32.5446428571, 13.7410714286);
500
500
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
501
501
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
502
502
  color: #fff;
@@ -507,8 +507,8 @@
507
507
  .e-css.e-btn-group .e-btn:active.e-outline.e-info,
508
508
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
509
509
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
510
- background: #104b5d;
511
- border-color: #082831;
510
+ background: rgb(15.8351351351, 75.0702702703, 92.6648648649);
511
+ border-color: rgb(8.3918918919, 39.7837837838, 49.1081081081);
512
512
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
513
513
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
514
514
  color: #fff;
@@ -519,8 +519,8 @@
519
519
  .e-css.e-btn-group .e-btn:active.e-outline.e-warning,
520
520
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
521
521
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
522
- background: #613b05;
523
- border-color: #301d02;
522
+ background: rgb(96.9382022472, 58.7331460674, 4.5617977528);
523
+ border-color: rgb(48.2303370787, 29.2219101124, 2.2696629213);
524
524
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
525
525
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
526
526
  color: #fff;
@@ -531,8 +531,8 @@
531
531
  .e-css.e-btn-group .e-btn:active.e-outline.e-danger,
532
532
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
533
533
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
534
- background: #a51c2a;
535
- border-color: #7a151f;
534
+ background: rgb(165.28125, 28.21875, 41.925);
535
+ border-color: rgb(121.71875, 20.78125, 30.875);
536
536
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
537
537
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
538
538
  color: #fff;
@@ -557,7 +557,7 @@
557
557
  -webkit-box-shadow: none;
558
558
  box-shadow: none;
559
559
  color: rgba(255, 255, 255, 0.65);
560
- border-color: #265f91;
560
+ border-color: rgb(38.3205128205, 95.4102564103, 144.6794871795);
561
561
  }
562
562
  .e-btn-group .e-btn:disabled.e-success,
563
563
  .e-btn-group input:disabled + label.e-btn.e-success,
@@ -568,7 +568,7 @@
568
568
  -webkit-box-shadow: none;
569
569
  box-shadow: none;
570
570
  color: rgba(255, 255, 255, 0.65);
571
- border-color: #175e28;
571
+ border-color: rgb(22.9821428571, 94.0178571429, 39.6964285714);
572
572
  }
573
573
  .e-btn-group .e-btn:disabled.e-info,
574
574
  .e-btn-group input:disabled + label.e-btn.e-info,
@@ -579,7 +579,7 @@
579
579
  -webkit-box-shadow: none;
580
580
  box-shadow: none;
581
581
  color: rgba(255, 255, 255, 0.65);
582
- border-color: #145d72;
582
+ border-color: rgb(19.5567567568, 92.7135135135, 114.4432432432);
583
583
  }
584
584
  .e-btn-group .e-btn:disabled.e-warning,
585
585
  .e-btn-group input:disabled + label.e-btn.e-warning,
@@ -590,7 +590,7 @@
590
590
  -webkit-box-shadow: none;
591
591
  box-shadow: none;
592
592
  color: rgba(255, 255, 255, 0.65);
593
- border-color: #794906;
593
+ border-color: rgb(121.2921348315, 73.4887640449, 5.7078651685);
594
594
  }
595
595
  .e-btn-group .e-btn:disabled.e-danger,
596
596
  .e-btn-group input:disabled + label.e-btn.e-danger,
@@ -601,7 +601,7 @@
601
601
  -webkit-box-shadow: none;
602
602
  box-shadow: none;
603
603
  color: rgba(255, 255, 255, 0.65);
604
- border-color: #bb202f;
604
+ border-color: rgb(187.0625, 31.9375, 47.45);
605
605
  }
606
606
  .e-btn-group .e-btn:disabled.e-link,
607
607
  .e-btn-group input:disabled + label.e-btn.e-link,
@@ -698,28 +698,28 @@
698
698
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
699
699
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
700
700
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
701
- border-color: black;
701
+ border-color: hsl(134.1176470588, 60.7142857143%, -2.0588235294%);
702
702
  outline-color: inherit;
703
703
  }
704
704
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
705
705
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
706
706
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
707
707
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
708
- border-color: #010406;
708
+ border-color: rgb(0.9486486486, 4.4972972973, 5.5513513514);
709
709
  outline-color: inherit;
710
710
  }
711
711
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
712
712
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
713
713
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
714
714
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
715
- border-color: black;
715
+ border-color: hsl(35.1851851852, 91.0112359551%, -0.0980392157%);
716
716
  outline-color: inherit;
717
717
  }
718
718
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
719
719
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
720
720
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
721
721
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
722
- border-color: #4e0d14;
722
+ border-color: rgb(78.15625, 13.34375, 19.825);
723
723
  outline-color: inherit;
724
724
  }
725
725
  .e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
@@ -753,28 +753,28 @@
753
753
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
754
754
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
755
755
  .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
756
- border-color: black;
756
+ border-color: hsl(134.1176470588, 60.7142857143%, -2.0588235294%);
757
757
  outline-color: inherit;
758
758
  }
759
759
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
760
760
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
761
761
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
762
762
  .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
763
- border-color: #010406;
763
+ border-color: rgb(0.9486486486, 4.4972972973, 5.5513513514);
764
764
  outline-color: inherit;
765
765
  }
766
766
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
767
767
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
768
768
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
769
769
  .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
770
- border-color: black;
770
+ border-color: hsl(35.1851851852, 91.0112359551%, -0.0980392157%);
771
771
  outline-color: inherit;
772
772
  }
773
773
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
774
774
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
775
775
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
776
776
  .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
777
- border-color: #4e0d14;
777
+ border-color: rgb(78.15625, 13.34375, 19.825);
778
778
  outline-color: inherit;
779
779
  }
780
780
  .e-bigger .e-btn-group .e-btn-icon,
@@ -250,13 +250,13 @@
250
250
  .e-css.e-btn-group .e-btn:focus,
251
251
  .e-css.e-btn-group input:focus-visible + label.e-btn,
252
252
  .e-css.e-btn-group input:focus + label.e-btn {
253
- background: #5b636a;
254
- border-color: #60686f;
253
+ background: rgb(91.452360515, 99.0733905579, 105.847639485);
254
+ border-color: rgb(96.1802575107, 104.19527897, 111.3197424893);
255
255
  color: #fff;
256
256
  outline: #6c757d 0 solid;
257
257
  outline-offset: 0;
258
- -webkit-box-shadow: 0 0 0 0.25em rgba(115, 122, 129, 0.5);
259
- box-shadow: 0 0 0 0.25em rgba(115, 122, 129, 0.5);
258
+ -webkit-box-shadow: 0 0 0 0.25em rgba(115.3599785408, 122.5070600858, 128.8600214592, 0.5);
259
+ box-shadow: 0 0 0 0.25em rgba(115.3599785408, 122.5070600858, 128.8600214592, 0.5);
260
260
  outline-color: inherit;
261
261
  }
262
262
  .e-btn-group .e-btn:focus.e-primary,
@@ -265,12 +265,12 @@
265
265
  .e-css.e-btn-group .e-btn:focus.e-primary,
266
266
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-primary,
267
267
  .e-css.e-btn-group input:focus + label.e-btn.e-primary {
268
- background: #006adb;
269
- border-color: #006fe6;
268
+ background: rgb(0, 105.78, 219.3);
269
+ border-color: rgb(0, 110.7, 229.5);
270
270
  color: #fff;
271
271
  outline: #6c757d 0 solid;
272
- -webkit-box-shadow: 0 0 0 0.25em rgba(33, 130, 234, 0.5);
273
- box-shadow: 0 0 0 0.25em rgba(33, 130, 234, 0.5);
272
+ -webkit-box-shadow: 0 0 0 0.25em rgba(32.895, 129.573, 233.325, 0.5);
273
+ box-shadow: 0 0 0 0.25em rgba(32.895, 129.573, 233.325, 0.5);
274
274
  outline-color: inherit;
275
275
  }
276
276
  .e-btn-group .e-btn:focus.e-success,
@@ -279,11 +279,11 @@
279
279
  .e-css.e-btn-group .e-btn:focus.e-success,
280
280
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-success,
281
281
  .e-css.e-btn-group input:focus + label.e-btn.e-success {
282
- background: #218a39;
283
- border-color: #23923d;
282
+ background: rgb(33.1014492754, 138.1985507246, 57.1);
283
+ border-color: rgb(35.0724637681, 146.4275362319, 60.5);
284
284
  color: #fff;
285
- -webkit-box-shadow: 0 0 0 0.25em rgba(58, 160, 82, 0.5);
286
- box-shadow: 0 0 0 0.25em rgba(58, 160, 82, 0.5);
285
+ -webkit-box-shadow: 0 0 0 0.25em rgba(57.9326811594, 160.2873188406, 81.305, 0.5);
286
+ box-shadow: 0 0 0 0.25em rgba(57.9326811594, 160.2873188406, 81.305, 0.5);
287
287
  outline-color: inherit;
288
288
  }
289
289
  .e-btn-group .e-btn:focus.e-info,
@@ -292,11 +292,11 @@
292
292
  .e-css.e-btn-group .e-btn:focus.e-info,
293
293
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-info,
294
294
  .e-css.e-btn-group input:focus + label.e-btn.e-info {
295
- background: #138698;
296
- border-color: #148ea1;
295
+ background: rgb(19.0333333333, 134.0608695652, 152.2666666667);
296
+ border-color: rgb(20.1666666667, 142.0434782609, 161.3333333333);
297
297
  color: #fff;
298
- -webkit-box-shadow: 0 0 0 0.25em rgba(44, 156, 174, 0.5);
299
- box-shadow: 0 0 0 0.25em rgba(44, 156, 174, 0.5);
298
+ -webkit-box-shadow: 0 0 0 0.25em rgba(44.2316666667, 156.2576086957, 173.9883333333, 0.5);
299
+ box-shadow: 0 0 0 0.25em rgba(44.2316666667, 156.2576086957, 173.9883333333, 0.5);
300
300
  outline-color: inherit;
301
301
  }
302
302
  .e-btn-group .e-btn:focus.e-warning,
@@ -305,11 +305,11 @@
305
305
  .e-css.e-btn-group .e-btn:focus.e-warning,
306
306
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-warning,
307
307
  .e-css.e-btn-group input:focus + label.e-btn.e-warning {
308
- background: #e2aa00;
309
- border-color: #edb100;
308
+ background: rgb(226.3, 169.725, 0);
309
+ border-color: rgb(236.5, 177.375, 0);
310
310
  color: #212529;
311
- -webkit-box-shadow: 0 0 0 0.25em rgba(240, 188, 34, 0.5);
312
- box-shadow: 0 0 0 0.25em rgba(240, 188, 34, 0.5);
311
+ -webkit-box-shadow: 0 0 0 0.25em rgba(239.275, 187.9425, 33.945, 0.5);
312
+ box-shadow: 0 0 0 0.25em rgba(239.275, 187.9425, 33.945, 0.5);
313
313
  outline-color: inherit;
314
314
  }
315
315
  .e-btn-group .e-btn:focus.e-danger,
@@ -318,11 +318,11 @@
318
318
  .e-css.e-btn-group .e-btn:focus.e-danger,
319
319
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-danger,
320
320
  .e-css.e-btn-group input:focus + label.e-btn.e-danger {
321
- background: #ca2333;
322
- border-color: #d32535;
321
+ background: rgb(202.2556962025, 35.0443037975, 51.064556962);
322
+ border-color: rgb(210.9493670886, 36.5506329114, 53.2594936709);
323
323
  color: #fff;
324
- -webkit-box-shadow: 0 0 0 0.25em rgba(217, 67, 81, 0.5);
325
- box-shadow: 0 0 0 0.25em rgba(217, 67, 81, 0.5);
324
+ -webkit-box-shadow: 0 0 0 0.25em rgba(217.1648734177, 67.0551265823, 81.4368987342, 0.5);
325
+ box-shadow: 0 0 0 0.25em rgba(217.1648734177, 67.0551265823, 81.4368987342, 0.5);
326
326
  outline-color: inherit;
327
327
  }
328
328
  .e-btn-group .e-btn:focus.e-link,
@@ -337,7 +337,7 @@
337
337
  border-color: transparent;
338
338
  -webkit-box-shadow: none;
339
339
  box-shadow: none;
340
- color: #0056b3;
340
+ color: rgb(0, 86.1, 178.5);
341
341
  background-color: transparent;
342
342
  border-color: transparent;
343
343
  box-shadow: none;
@@ -349,8 +349,8 @@
349
349
  .e-css.e-btn-group .e-btn:focus.e-outline,
350
350
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
351
351
  .e-css.e-btn-group input:focus + label.e-btn.e-outline {
352
- -webkit-box-shadow: 0 0 0 0.25em rgba(128, 136, 143, 0.5);
353
- box-shadow: 0 0 0 0.25em rgba(128, 136, 143, 0.5);
352
+ -webkit-box-shadow: 0 0 0 0.25em rgba(128.2796137339, 136.0570815451, 142.9703862661, 0.5);
353
+ box-shadow: 0 0 0 0.25em rgba(128.2796137339, 136.0570815451, 142.9703862661, 0.5);
354
354
  }
355
355
  .e-btn-group .e-btn:focus.e-outline.e-primary,
356
356
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
@@ -358,8 +358,8 @@
358
358
  .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
359
359
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
360
360
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
361
- -webkit-box-shadow: 0 0 0 0.25em rgba(38, 133, 234, 0.5);
362
- box-shadow: 0 0 0 0.25em rgba(38, 133, 234, 0.5);
361
+ -webkit-box-shadow: 0 0 0 0.25em rgba(38.25, 132.345, 233.325, 0.5);
362
+ box-shadow: 0 0 0 0.25em rgba(38.25, 132.345, 233.325, 0.5);
363
363
  }
364
364
  .e-btn-group .e-btn:focus.e-outline.e-success,
365
365
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
@@ -367,8 +367,8 @@
367
367
  .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
368
368
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
369
369
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
370
- -webkit-box-shadow: 0 0 0 0.25em rgba(58, 160, 82, 0.5);
371
- box-shadow: 0 0 0 0.25em rgba(58, 160, 82, 0.5);
370
+ -webkit-box-shadow: 0 0 0 0.25em rgba(57.9326811594, 160.2873188406, 81.305, 0.5);
371
+ box-shadow: 0 0 0 0.25em rgba(57.9326811594, 160.2873188406, 81.305, 0.5);
372
372
  }
373
373
  .e-btn-group .e-btn:focus.e-outline.e-info,
374
374
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
@@ -376,8 +376,8 @@
376
376
  .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
377
377
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
378
378
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
379
- -webkit-box-shadow: 0 0 0 0.25em rgba(44, 156, 174, 0.5);
380
- box-shadow: 0 0 0 0.25em rgba(44, 156, 174, 0.5);
379
+ -webkit-box-shadow: 0 0 0 0.25em rgba(43.8916666667, 156.1744565217, 173.9458333333, 0.5);
380
+ box-shadow: 0 0 0 0.25em rgba(43.8916666667, 156.1744565217, 173.9458333333, 0.5);
381
381
  }
382
382
  .e-btn-group .e-btn:focus.e-outline.e-warning,
383
383
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
@@ -385,8 +385,8 @@
385
385
  .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
386
386
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
387
387
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
388
- -webkit-box-shadow: 0 0 0 0.25em rgba(240, 188, 34, 0.5);
389
- box-shadow: 0 0 0 0.25em rgba(240, 188, 34, 0.5);
388
+ -webkit-box-shadow: 0 0 0 0.25em rgba(239.275, 187.846875, 33.5625, 0.5);
389
+ box-shadow: 0 0 0 0.25em rgba(239.275, 187.846875, 33.5625, 0.5);
390
390
  }
391
391
  .e-btn-group .e-btn:focus.e-outline.e-danger,
392
392
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
@@ -394,8 +394,8 @@
394
394
  .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
395
395
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
396
396
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
397
- -webkit-box-shadow: 0 0 0 0.25em rgba(217, 67, 81, 0.5);
398
- box-shadow: 0 0 0 0.25em rgba(217, 67, 81, 0.5);
397
+ -webkit-box-shadow: 0 0 0 0.25em rgba(217.1083860759, 66.7291139241, 81.1367088608, 0.5);
398
+ box-shadow: 0 0 0 0.25em rgba(217.1083860759, 66.7291139241, 81.1367088608, 0.5);
399
399
  }
400
400
  .e-btn-group .e-btn:active,
401
401
  .e-btn-group input:active + label.e-btn,
@@ -403,8 +403,8 @@
403
403
  .e-css.e-btn-group .e-btn:active,
404
404
  .e-css.e-btn-group input:active + label.e-btn,
405
405
  .e-css.e-btn-group input:checked + label.e-btn {
406
- background: #545b62;
407
- border-color: #4e555b;
406
+ background: rgb(84.3605150215, 91.3905579399, 97.6394849785);
407
+ border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
408
408
  color: #fff;
409
409
  outline: #6c757d 0 solid;
410
410
  outline-offset: 0;
@@ -415,8 +415,8 @@
415
415
  .e-css.e-btn-group .e-btn:active.e-primary,
416
416
  .e-css.e-btn-group input:active + label.e-btn.e-primary,
417
417
  .e-css.e-btn-group input:checked + label.e-btn.e-primary {
418
- background: #0062cc;
419
- border-color: #005cbf;
418
+ background: rgb(0, 98.4, 204);
419
+ border-color: rgb(0, 92.25, 191.25);
420
420
  color: #fff;
421
421
  outline: #6c757d 0 solid;
422
422
  }
@@ -426,8 +426,8 @@
426
426
  .e-css.e-btn-group .e-btn:active.e-success,
427
427
  .e-css.e-btn-group input:active + label.e-btn.e-success,
428
428
  .e-css.e-btn-group input:checked + label.e-btn.e-success {
429
- background: #1e7e34;
430
- border-color: #1c7430;
429
+ background: rgb(30.1449275362, 125.8550724638, 52);
430
+ border-color: rgb(27.6811594203, 115.5688405797, 47.75);
431
431
  color: #fff;
432
432
  }
433
433
  .e-btn-group .e-btn:active.e-info,
@@ -436,9 +436,9 @@
436
436
  .e-css.e-btn-group .e-btn:active.e-info,
437
437
  .e-css.e-btn-group input:active + label.e-btn.e-info,
438
438
  .e-css.e-btn-group input:checked + label.e-btn.e-info {
439
- background: #117a8b;
439
+ background: rgb(17.3333333333, 122.0869565217, 138.6666666667);
440
440
  color: #fff;
441
- border-color: #10707f;
441
+ border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
442
442
  }
443
443
  .e-btn-group .e-btn:active.e-warning,
444
444
  .e-btn-group input:active + label.e-btn.e-warning,
@@ -446,8 +446,8 @@
446
446
  .e-css.e-btn-group .e-btn:active.e-warning,
447
447
  .e-css.e-btn-group input:active + label.e-btn.e-warning,
448
448
  .e-css.e-btn-group input:checked + label.e-btn.e-warning {
449
- background: #d39e00;
450
- border-color: #c69500;
449
+ background: rgb(211, 158.25, 0);
450
+ border-color: rgb(198.25, 148.6875, 0);
451
451
  color: #212529;
452
452
  }
453
453
  .e-btn-group .e-btn:active.e-danger,
@@ -456,8 +456,8 @@
456
456
  .e-css.e-btn-group .e-btn:active.e-danger,
457
457
  .e-css.e-btn-group input:active + label.e-btn.e-danger,
458
458
  .e-css.e-btn-group input:checked + label.e-btn.e-danger {
459
- background: #bd2130;
460
- border-color: #b21f2d;
459
+ background: rgb(189.2151898734, 32.7848101266, 47.7721518987);
460
+ border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
461
461
  color: #fff;
462
462
  }
463
463
  .e-btn-group .e-btn:active.e-outline,
@@ -685,28 +685,28 @@
685
685
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
686
686
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
687
687
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
688
- border-color: #23923d;
688
+ border-color: rgb(35.0724637681, 146.4275362319, 60.5);
689
689
  outline-color: inherit;
690
690
  }
691
691
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
692
692
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
693
693
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
694
694
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
695
- border-color: #148ea1;
695
+ border-color: rgb(20.1666666667, 142.0434782609, 161.3333333333);
696
696
  outline-color: inherit;
697
697
  }
698
698
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
699
699
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
700
700
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
701
701
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
702
- border-color: #edb100;
702
+ border-color: rgb(236.5, 177.375, 0);
703
703
  outline-color: inherit;
704
704
  }
705
705
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
706
706
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
707
707
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
708
708
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
709
- border-color: #d32535;
709
+ border-color: rgb(210.9493670886, 36.5506329114, 53.2594936709);
710
710
  outline-color: inherit;
711
711
  }
712
712
  .e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
@@ -740,28 +740,28 @@
740
740
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
741
741
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
742
742
  .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
743
- border-color: #23923d;
743
+ border-color: rgb(35.0724637681, 146.4275362319, 60.5);
744
744
  outline-color: inherit;
745
745
  }
746
746
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
747
747
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
748
748
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
749
749
  .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
750
- border-color: #148ea1;
750
+ border-color: rgb(20.1666666667, 142.0434782609, 161.3333333333);
751
751
  outline-color: inherit;
752
752
  }
753
753
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
754
754
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
755
755
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
756
756
  .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
757
- border-color: #edb100;
757
+ border-color: rgb(236.5, 177.375, 0);
758
758
  outline-color: inherit;
759
759
  }
760
760
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
761
761
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
762
762
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
763
763
  .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
764
- border-color: #d32535;
764
+ border-color: rgb(210.9493670886, 36.5506329114, 53.2594936709);
765
765
  outline-color: inherit;
766
766
  }
767
767
  .e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),