@syncfusion/ej2-splitbuttons 19.2.62 → 19.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 (97) hide show
  1. package/.eslintrc.json +1 -1
  2. package/CHANGELOG.md +1 -1
  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 +39 -8
  6. package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
  7. package/dist/es6/ej2-splitbuttons.es5.js +38 -7
  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/helpers/e2e/dropdownbuttonHelper.d.ts +42 -0
  13. package/helpers/e2e/dropdownbuttonHelper.js +39 -0
  14. package/helpers/e2e/index.d.ts +3 -0
  15. package/helpers/e2e/index.js +8 -0
  16. package/helpers/e2e/progressbuttonHelper.d.ts +37 -0
  17. package/helpers/e2e/progressbuttonHelper.js +36 -0
  18. package/helpers/e2e/splitbuttonHelper.d.ts +45 -0
  19. package/helpers/e2e/splitbuttonHelper.js +42 -0
  20. package/package.json +7 -7
  21. package/src/drop-down-button/drop-down-button.d.ts +2 -0
  22. package/src/drop-down-button/drop-down-button.js +37 -6
  23. package/src/split-button/split-button.d.ts +1 -1
  24. package/src/split-button/split-button.js +1 -1
  25. package/styles/bootstrap-dark.css +1 -31
  26. package/styles/bootstrap.css +1 -19
  27. package/styles/bootstrap4.css +1 -31
  28. package/styles/bootstrap5-dark.css +2105 -0
  29. package/styles/bootstrap5-dark.scss +4 -0
  30. package/styles/bootstrap5.css +2105 -0
  31. package/styles/bootstrap5.scss +4 -0
  32. package/styles/button-group/_bootstrap5-dark-definition.scss +1 -0
  33. package/styles/button-group/_bootstrap5-definition.scss +31 -0
  34. package/styles/button-group/_tailwind-dark-definition.scss +1 -30
  35. package/styles/button-group/_tailwind-definition.scss +1 -0
  36. package/styles/button-group/_theme.scss +35 -47
  37. package/styles/button-group/bootstrap-dark.css +1 -31
  38. package/styles/button-group/bootstrap.css +1 -19
  39. package/styles/button-group/bootstrap4.css +1 -31
  40. package/styles/button-group/bootstrap5-dark.css +842 -0
  41. package/styles/button-group/bootstrap5-dark.scss +4 -0
  42. package/styles/button-group/bootstrap5.css +842 -0
  43. package/styles/button-group/bootstrap5.scss +4 -0
  44. package/styles/button-group/fabric-dark.css +1 -31
  45. package/styles/button-group/fabric.css +1 -31
  46. package/styles/button-group/highcontrast-light.css +1 -31
  47. package/styles/button-group/highcontrast.css +1 -31
  48. package/styles/button-group/material-dark.css +5 -35
  49. package/styles/button-group/material.css +1 -31
  50. package/styles/button-group/tailwind-dark.css +1 -31
  51. package/styles/button-group/tailwind.css +1 -31
  52. package/styles/drop-down-button/_bootstrap5-dark-definition.scss +1 -0
  53. package/styles/drop-down-button/_bootstrap5-definition.scss +51 -0
  54. package/styles/drop-down-button/_layout.scss +12 -5
  55. package/styles/drop-down-button/_tailwind-dark-definition.scss +1 -48
  56. package/styles/drop-down-button/_tailwind-definition.scss +19 -17
  57. package/styles/drop-down-button/_theme.scss +6 -1
  58. package/styles/drop-down-button/bootstrap5-dark.css +248 -0
  59. package/styles/drop-down-button/bootstrap5-dark.scss +6 -0
  60. package/styles/drop-down-button/bootstrap5.css +248 -0
  61. package/styles/drop-down-button/bootstrap5.scss +6 -0
  62. package/styles/drop-down-button/icons/_bootstrap5-dark.scss +1 -0
  63. package/styles/drop-down-button/icons/_bootstrap5.scss +10 -0
  64. package/styles/drop-down-button/tailwind-dark.css +5 -0
  65. package/styles/drop-down-button/tailwind.css +5 -0
  66. package/styles/fabric-dark.css +1 -31
  67. package/styles/fabric.css +1 -31
  68. package/styles/highcontrast-light.css +1 -31
  69. package/styles/highcontrast.css +1 -31
  70. package/styles/material-dark.css +15 -45
  71. package/styles/material.css +2 -32
  72. package/styles/progress-button/_bootstrap5-dark-definition.scss +1 -0
  73. package/styles/progress-button/_bootstrap5-definition.scss +21 -0
  74. package/styles/progress-button/_tailwind-dark-definition.scss +1 -24
  75. package/styles/progress-button/_tailwind-definition.scss +6 -9
  76. package/styles/progress-button/_theme.scss +2 -2
  77. package/styles/progress-button/bootstrap5-dark.css +645 -0
  78. package/styles/progress-button/bootstrap5-dark.scss +5 -0
  79. package/styles/progress-button/bootstrap5.css +645 -0
  80. package/styles/progress-button/bootstrap5.scss +5 -0
  81. package/styles/progress-button/material-dark.css +9 -9
  82. package/styles/progress-button/tailwind-dark.css +10 -10
  83. package/styles/split-button/_bootstrap5-dark-definition.scss +1 -0
  84. package/styles/split-button/_bootstrap5-definition.scss +25 -0
  85. package/styles/split-button/_layout.scss +13 -9
  86. package/styles/split-button/_tailwind-dark-definition.scss +1 -23
  87. package/styles/split-button/_tailwind-definition.scss +7 -5
  88. package/styles/split-button/bootstrap5-dark.css +367 -0
  89. package/styles/split-button/bootstrap5-dark.scss +6 -0
  90. package/styles/split-button/bootstrap5.css +367 -0
  91. package/styles/split-button/bootstrap5.scss +6 -0
  92. package/styles/split-button/material-dark.css +1 -1
  93. package/styles/split-button/material.css +1 -1
  94. package/styles/split-button/tailwind-dark.css +2 -0
  95. package/styles/split-button/tailwind.css +2 -0
  96. package/styles/tailwind-dark.css +18 -41
  97. package/styles/tailwind.css +8 -31
@@ -316,7 +316,7 @@
316
316
  .e-btn-group input:focus + label.e-btn.e-primary,
317
317
  .e-css.e-btn-group .e-btn:focus.e-primary,
318
318
  .e-css.e-btn-group input:focus + label.e-btn.e-primary {
319
- background-color: #c26182;
319
+ background-color: #0086c2;
320
320
  border-color: transparent;
321
321
  color: #000;
322
322
  outline: #616161 0 solid;
@@ -390,9 +390,6 @@
390
390
  .e-btn-group input:focus + label.e-btn.e-outline,
391
391
  .e-css.e-btn-group .e-btn:focus.e-outline,
392
392
  .e-css.e-btn-group input:focus + label.e-btn.e-outline {
393
- background-color: rgba(255, 255, 255, 0.24);
394
- border-color: transparent;
395
- color: #fff;
396
393
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
397
394
  box-shadow: none;
398
395
  }
@@ -401,9 +398,6 @@
401
398
  .e-btn-group input:focus + label.e-btn.e-outline.e-primary,
402
399
  .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
403
400
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
404
- background-color: #c26182;
405
- border-color: transparent;
406
- color: #000;
407
401
  box-shadow: none;
408
402
  }
409
403
 
@@ -411,9 +405,6 @@
411
405
  .e-btn-group input:focus + label.e-btn.e-outline.e-success,
412
406
  .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
413
407
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
414
- background-color: #77c27a;
415
- border-color: transparent;
416
- color: #fff;
417
408
  box-shadow: none;
418
409
  }
419
410
 
@@ -421,9 +412,6 @@
421
412
  .e-btn-group input:focus + label.e-btn.e-outline.e-info,
422
413
  .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
423
414
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
424
- background-color: #17b0f5;
425
- border-color: transparent;
426
- color: #fff;
427
415
  box-shadow: none;
428
416
  }
429
417
 
@@ -431,9 +419,6 @@
431
419
  .e-btn-group input:focus + label.e-btn.e-outline.e-warning,
432
420
  .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
433
421
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
434
- background-color: #ffa014;
435
- border-color: transparent;
436
- color: #fff;
437
422
  box-shadow: none;
438
423
  }
439
424
 
@@ -441,9 +426,6 @@
441
426
  .e-btn-group input:focus + label.e-btn.e-outline.e-danger,
442
427
  .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
443
428
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
444
- background-color: #ff7260;
445
- border-color: transparent;
446
- color: #fff;
447
429
  box-shadow: none;
448
430
  }
449
431
 
@@ -459,7 +441,6 @@
459
441
  outline: #616161 0 solid;
460
442
  outline-offset: 0;
461
443
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
462
- box-shadow: none;
463
444
  }
464
445
 
465
446
  .e-btn-group .e-btn:active.e-primary,
@@ -468,12 +449,11 @@
468
449
  .e-css.e-btn-group .e-btn:active.e-primary,
469
450
  .e-css.e-btn-group input:active + label.e-btn.e-primary,
470
451
  .e-css.e-btn-group input:checked + label.e-btn.e-primary {
471
- background-color: #ad5774;
452
+ background-color: #0078ad;
472
453
  border-color: transparent;
473
454
  color: #000;
474
455
  outline: #616161 0 solid;
475
456
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
476
- box-shadow: none;
477
457
  }
478
458
 
479
459
  .e-btn-group .e-btn:active.e-success,
@@ -486,7 +466,6 @@
486
466
  border-color: transparent;
487
467
  color: #fff;
488
468
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
489
- box-shadow: none;
490
469
  }
491
470
 
492
471
  .e-btn-group .e-btn:active.e-info,
@@ -496,10 +475,9 @@
496
475
  .e-css.e-btn-group input:active + label.e-btn.e-info,
497
476
  .e-css.e-btn-group input:checked + label.e-btn.e-info {
498
477
  background-color: #54c5f8;
499
- border-color: transparent;
500
478
  color: #fff;
479
+ border-color: transparent;
501
480
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
502
- box-shadow: none;
503
481
  }
504
482
 
505
483
  .e-btn-group .e-btn:active.e-warning,
@@ -512,7 +490,6 @@
512
490
  border-color: transparent;
513
491
  color: #fff;
514
492
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
515
- box-shadow: none;
516
493
  }
517
494
 
518
495
  .e-btn-group .e-btn:active.e-danger,
@@ -525,7 +502,6 @@
525
502
  border-color: transparent;
526
503
  color: #fff;
527
504
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
528
- box-shadow: none;
529
505
  }
530
506
 
531
507
  .e-btn-group .e-btn:active.e-outline,
@@ -538,7 +514,6 @@
538
514
  border-color: #616161;
539
515
  box-shadow: none;
540
516
  color: #fff;
541
- box-shadow: none;
542
517
  }
543
518
 
544
519
  .e-btn-group .e-btn:active.e-outline.e-primary,
@@ -547,11 +522,10 @@
547
522
  .e-css.e-btn-group .e-btn:active.e-outline.e-primary,
548
523
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
549
524
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
550
- background-color: #ad5774;
525
+ background-color: #0078ad;
551
526
  border-color: transparent;
552
527
  box-shadow: none;
553
528
  color: #000;
554
- box-shadow: none;
555
529
  }
556
530
 
557
531
  .e-btn-group .e-btn:active.e-outline.e-success,
@@ -564,7 +538,6 @@
564
538
  border-color: transparent;
565
539
  box-shadow: none;
566
540
  color: #fff;
567
- box-shadow: none;
568
541
  }
569
542
 
570
543
  .e-btn-group .e-btn:active.e-outline.e-info,
@@ -577,7 +550,6 @@
577
550
  border-color: transparent;
578
551
  box-shadow: none;
579
552
  color: #fff;
580
- box-shadow: none;
581
553
  }
582
554
 
583
555
  .e-btn-group .e-btn:active.e-outline.e-warning,
@@ -590,7 +562,6 @@
590
562
  border-color: transparent;
591
563
  box-shadow: none;
592
564
  color: #fff;
593
- box-shadow: none;
594
565
  }
595
566
 
596
567
  .e-btn-group .e-btn:active.e-outline.e-danger,
@@ -603,7 +574,6 @@
603
574
  border-color: transparent;
604
575
  box-shadow: none;
605
576
  color: #fff;
606
- box-shadow: none;
607
577
  }
608
578
 
609
579
  .e-btn-group .e-btn:disabled,
@@ -702,7 +672,7 @@
702
672
  border-color: rgba(97, 97, 97, 0.3);
703
673
  box-shadow: none;
704
674
  color: rgba(255, 255, 255, 0.3);
705
- border-color: #ff80ab;
675
+ border-color: #00b0ff;
706
676
  }
707
677
 
708
678
  .e-btn-group .e-btn:disabled.e-outline.e-success,
@@ -395,9 +395,6 @@
395
395
  .e-btn-group input:focus + label.e-btn.e-outline,
396
396
  .e-css.e-btn-group .e-btn:focus.e-outline,
397
397
  .e-css.e-btn-group input:focus + label.e-btn.e-outline {
398
- background-color: rgba(0, 0, 0, 0.24);
399
- border-color: transparent;
400
- color: rgba(0, 0, 0, 0.87);
401
398
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
402
399
  box-shadow: none;
403
400
  }
@@ -406,9 +403,6 @@
406
403
  .e-btn-group input:focus + label.e-btn.e-outline.e-primary,
407
404
  .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
408
405
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
409
- background-color: #ea4e82;
410
- border-color: transparent;
411
- color: #fff;
412
406
  box-shadow: none;
413
407
  }
414
408
 
@@ -416,9 +410,6 @@
416
410
  .e-btn-group input:focus + label.e-btn.e-outline.e-success,
417
411
  .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
418
412
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
419
- background-color: #78a253;
420
- border-color: transparent;
421
- color: #fff;
422
413
  box-shadow: none;
423
414
  }
424
415
 
@@ -426,9 +417,6 @@
426
417
  .e-btn-group input:focus + label.e-btn.e-outline.e-info,
427
418
  .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
428
419
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
429
- background-color: #2188da;
430
- border-color: transparent;
431
- color: #fff;
432
420
  box-shadow: none;
433
421
  }
434
422
 
@@ -436,9 +424,6 @@
436
424
  .e-btn-group input:focus + label.e-btn.e-outline.e-warning,
437
425
  .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
438
426
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
439
- background-color: #c86b1f;
440
- border-color: transparent;
441
- color: #fff;
442
427
  box-shadow: none;
443
428
  }
444
429
 
@@ -446,9 +431,6 @@
446
431
  .e-btn-group input:focus + label.e-btn.e-outline.e-danger,
447
432
  .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
448
433
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
449
- background-color: #db582f;
450
- border-color: transparent;
451
- color: #fff;
452
434
  box-shadow: none;
453
435
  }
454
436
 
@@ -464,7 +446,6 @@
464
446
  outline: #fafafa 0 solid;
465
447
  outline-offset: 0;
466
448
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
467
- box-shadow: none;
468
449
  }
469
450
 
470
451
  .e-btn-group .e-btn:active.e-primary,
@@ -478,7 +459,6 @@
478
459
  color: #fff;
479
460
  outline: #fafafa 0 solid;
480
461
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
481
- box-shadow: none;
482
462
  }
483
463
 
484
464
  .e-btn-group .e-btn:active.e-success,
@@ -491,7 +471,6 @@
491
471
  border-color: transparent;
492
472
  color: #fff;
493
473
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
494
- box-shadow: none;
495
474
  }
496
475
 
497
476
  .e-btn-group .e-btn:active.e-info,
@@ -501,10 +480,9 @@
501
480
  .e-css.e-btn-group input:active + label.e-btn.e-info,
502
481
  .e-css.e-btn-group input:checked + label.e-btn.e-info {
503
482
  background-color: #54a3e2;
504
- border-color: transparent;
505
483
  color: #fff;
484
+ border-color: transparent;
506
485
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
507
- box-shadow: none;
508
486
  }
509
487
 
510
488
  .e-btn-group .e-btn:active.e-warning,
@@ -517,7 +495,6 @@
517
495
  border-color: transparent;
518
496
  color: #fff;
519
497
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
520
- box-shadow: none;
521
498
  }
522
499
 
523
500
  .e-btn-group .e-btn:active.e-danger,
@@ -530,7 +507,6 @@
530
507
  border-color: transparent;
531
508
  color: #fff;
532
509
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
533
- box-shadow: none;
534
510
  }
535
511
 
536
512
  .e-btn-group .e-btn:active.e-outline,
@@ -543,7 +519,6 @@
543
519
  border-color: #adadad;
544
520
  box-shadow: none;
545
521
  color: rgba(0, 0, 0, 0.87);
546
- box-shadow: none;
547
522
  }
548
523
 
549
524
  .e-btn-group .e-btn:active.e-outline.e-primary,
@@ -556,7 +531,6 @@
556
531
  border-color: transparent;
557
532
  box-shadow: none;
558
533
  color: #fff;
559
- box-shadow: none;
560
534
  }
561
535
 
562
536
  .e-btn-group .e-btn:active.e-outline.e-success,
@@ -569,7 +543,6 @@
569
543
  border-color: transparent;
570
544
  box-shadow: none;
571
545
  color: #fff;
572
- box-shadow: none;
573
546
  }
574
547
 
575
548
  .e-btn-group .e-btn:active.e-outline.e-info,
@@ -582,7 +555,6 @@
582
555
  border-color: transparent;
583
556
  box-shadow: none;
584
557
  color: #fff;
585
- box-shadow: none;
586
558
  }
587
559
 
588
560
  .e-btn-group .e-btn:active.e-outline.e-warning,
@@ -595,7 +567,6 @@
595
567
  border-color: transparent;
596
568
  box-shadow: none;
597
569
  color: #fff;
598
- box-shadow: none;
599
570
  }
600
571
 
601
572
  .e-btn-group .e-btn:active.e-outline.e-danger,
@@ -608,7 +579,6 @@
608
579
  border-color: transparent;
609
580
  box-shadow: none;
610
581
  color: #fff;
611
- box-shadow: none;
612
582
  }
613
583
 
614
584
  .e-btn-group .e-btn:disabled,
@@ -381,9 +381,6 @@
381
381
  .e-btn-group input:focus + label.e-btn.e-outline,
382
382
  .e-css.e-btn-group .e-btn:focus.e-outline,
383
383
  .e-css.e-btn-group input:focus + label.e-btn.e-outline {
384
- background-color: #374151;
385
- border-color: #6b7280;
386
- color: #fff;
387
384
  box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
388
385
  box-shadow: none;
389
386
  }
@@ -392,9 +389,6 @@
392
389
  .e-btn-group input:focus + label.e-btn.e-outline.e-primary,
393
390
  .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
394
391
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
395
- background-color: #22d3ee;
396
- border-color: #22d3ee;
397
- color: #fff;
398
392
  box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
399
393
  box-shadow: none;
400
394
  }
@@ -403,9 +397,6 @@
403
397
  .e-btn-group input:focus + label.e-btn.e-outline.e-success,
404
398
  .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
405
399
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
406
- background-color: #16a34a;
407
- border-color: #22c55e;
408
- color: #000;
409
400
  box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
410
401
  box-shadow: none;
411
402
  }
@@ -414,9 +405,6 @@
414
405
  .e-btn-group input:focus + label.e-btn.e-outline.e-info,
415
406
  .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
416
407
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
417
- background-color: #0284c7;
418
- border-color: #0ea5e9;
419
- color: #000;
420
408
  box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
421
409
  box-shadow: none;
422
410
  }
@@ -425,9 +413,6 @@
425
413
  .e-btn-group input:focus + label.e-btn.e-outline.e-warning,
426
414
  .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
427
415
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
428
- background-color: #c2410c;
429
- border-color: #ea580c;
430
- color: #000;
431
416
  box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
432
417
  box-shadow: none;
433
418
  }
@@ -436,9 +421,6 @@
436
421
  .e-btn-group input:focus + label.e-btn.e-outline.e-danger,
437
422
  .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
438
423
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
439
- background-color: #ef4444;
440
- border-color: #f87171;
441
- color: #000;
442
424
  box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
443
425
  box-shadow: none;
444
426
  }
@@ -455,7 +437,6 @@
455
437
  outline: #1f2937 0 solid;
456
438
  outline-offset: 0;
457
439
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
458
- box-shadow: none;
459
440
  }
460
441
 
461
442
  .e-btn-group .e-btn:active.e-primary,
@@ -469,7 +450,6 @@
469
450
  color: #000;
470
451
  outline: #1f2937 0 solid;
471
452
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
472
- box-shadow: none;
473
453
  }
474
454
 
475
455
  .e-btn-group .e-btn:active.e-success,
@@ -482,7 +462,6 @@
482
462
  border-color: #4ade80;
483
463
  color: #000;
484
464
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
485
- box-shadow: none;
486
465
  }
487
466
 
488
467
  .e-btn-group .e-btn:active.e-info,
@@ -492,10 +471,9 @@
492
471
  .e-css.e-btn-group input:active + label.e-btn.e-info,
493
472
  .e-css.e-btn-group input:checked + label.e-btn.e-info {
494
473
  background-color: #38bdf8;
495
- border-color: #38bdf8;
496
474
  color: #000;
475
+ border-color: #38bdf8;
497
476
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
498
- box-shadow: none;
499
477
  }
500
478
 
501
479
  .e-btn-group .e-btn:active.e-warning,
@@ -508,7 +486,6 @@
508
486
  border-color: #f97316;
509
487
  color: #000;
510
488
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
511
- box-shadow: none;
512
489
  }
513
490
 
514
491
  .e-btn-group .e-btn:active.e-danger,
@@ -521,7 +498,6 @@
521
498
  border-color: #dc2626;
522
499
  color: #fff;
523
500
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
524
- box-shadow: none;
525
501
  }
526
502
 
527
503
  .e-btn-group .e-btn:active.e-outline,
@@ -534,7 +510,6 @@
534
510
  border-color: #6b7280;
535
511
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
536
512
  color: #fff;
537
- box-shadow: none;
538
513
  }
539
514
 
540
515
  .e-btn-group .e-btn:active.e-outline.e-primary,
@@ -547,7 +522,6 @@
547
522
  border-color: #22d3ee;
548
523
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
549
524
  color: #000;
550
- box-shadow: none;
551
525
  }
552
526
 
553
527
  .e-btn-group .e-btn:active.e-outline.e-success,
@@ -560,7 +534,6 @@
560
534
  border-color: #4ade80;
561
535
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
562
536
  color: #000;
563
- box-shadow: none;
564
537
  }
565
538
 
566
539
  .e-btn-group .e-btn:active.e-outline.e-info,
@@ -573,7 +546,6 @@
573
546
  border-color: #38bdf8;
574
547
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
575
548
  color: #000;
576
- box-shadow: none;
577
549
  }
578
550
 
579
551
  .e-btn-group .e-btn:active.e-outline.e-warning,
@@ -586,7 +558,6 @@
586
558
  border-color: #f97316;
587
559
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
588
560
  color: #000;
589
- box-shadow: none;
590
561
  }
591
562
 
592
563
  .e-btn-group .e-btn:active.e-outline.e-danger,
@@ -599,7 +570,6 @@
599
570
  border-color: #dc2626;
600
571
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
601
572
  color: #fff;
602
- box-shadow: none;
603
573
  }
604
574
 
605
575
  .e-btn-group .e-btn:disabled,
@@ -381,9 +381,6 @@
381
381
  .e-btn-group input:focus + label.e-btn.e-outline,
382
382
  .e-css.e-btn-group .e-btn:focus.e-outline,
383
383
  .e-css.e-btn-group input:focus + label.e-btn.e-outline {
384
- background-color: #f3f4f6;
385
- border-color: #d1d5db;
386
- color: #374151;
387
384
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
388
385
  box-shadow: none;
389
386
  }
@@ -392,9 +389,6 @@
392
389
  .e-btn-group input:focus + label.e-btn.e-outline.e-primary,
393
390
  .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
394
391
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
395
- background-color: #4f46e5;
396
- border-color: #4f46e5;
397
- color: #fff;
398
392
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
399
393
  box-shadow: none;
400
394
  }
@@ -403,9 +397,6 @@
403
397
  .e-btn-group input:focus + label.e-btn.e-outline.e-success,
404
398
  .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
405
399
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
406
- background-color: #166534;
407
- border-color: #15803d;
408
- color: #fff;
409
400
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
410
401
  box-shadow: none;
411
402
  }
@@ -414,9 +405,6 @@
414
405
  .e-btn-group input:focus + label.e-btn.e-outline.e-info,
415
406
  .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
416
407
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
417
- background-color: #155e75;
418
- border-color: #0e7490;
419
- color: #fff;
420
408
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
421
409
  box-shadow: none;
422
410
  }
@@ -425,9 +413,6 @@
425
413
  .e-btn-group input:focus + label.e-btn.e-outline.e-warning,
426
414
  .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
427
415
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
428
- background-color: #9a3412;
429
- border-color: #c2410c;
430
- color: #fff;
431
416
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
432
417
  box-shadow: none;
433
418
  }
@@ -436,9 +421,6 @@
436
421
  .e-btn-group input:focus + label.e-btn.e-outline.e-danger,
437
422
  .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
438
423
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
439
- background-color: #b91c1c;
440
- border-color: #dc2626;
441
- color: #fff;
442
424
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
443
425
  box-shadow: none;
444
426
  }
@@ -455,7 +437,6 @@
455
437
  outline: #fff 0 solid;
456
438
  outline-offset: 0;
457
439
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
458
- box-shadow: none;
459
440
  }
460
441
 
461
442
  .e-btn-group .e-btn:active.e-primary,
@@ -469,7 +450,6 @@
469
450
  color: #fff;
470
451
  outline: #fff 0 solid;
471
452
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
472
- box-shadow: none;
473
453
  }
474
454
 
475
455
  .e-btn-group .e-btn:active.e-success,
@@ -482,7 +462,6 @@
482
462
  border-color: #14532d;
483
463
  color: #fff;
484
464
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
485
- box-shadow: none;
486
465
  }
487
466
 
488
467
  .e-btn-group .e-btn:active.e-info,
@@ -492,10 +471,9 @@
492
471
  .e-css.e-btn-group input:active + label.e-btn.e-info,
493
472
  .e-css.e-btn-group input:checked + label.e-btn.e-info {
494
473
  background-color: #164e63;
495
- border-color: #164e63;
496
474
  color: #fff;
475
+ border-color: #164e63;
497
476
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
498
- box-shadow: none;
499
477
  }
500
478
 
501
479
  .e-btn-group .e-btn:active.e-warning,
@@ -508,7 +486,6 @@
508
486
  border-color: #7c2d12;
509
487
  color: #fff;
510
488
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
511
- box-shadow: none;
512
489
  }
513
490
 
514
491
  .e-btn-group .e-btn:active.e-danger,
@@ -521,7 +498,6 @@
521
498
  border-color: #991b1b;
522
499
  color: #fff;
523
500
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
524
- box-shadow: none;
525
501
  }
526
502
 
527
503
  .e-btn-group .e-btn:active.e-outline,
@@ -534,7 +510,6 @@
534
510
  border-color: #d1d5db;
535
511
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
536
512
  color: #374151;
537
- box-shadow: none;
538
513
  }
539
514
 
540
515
  .e-btn-group .e-btn:active.e-outline.e-primary,
@@ -547,7 +522,6 @@
547
522
  border-color: #4f46e5;
548
523
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
549
524
  color: #fff;
550
- box-shadow: none;
551
525
  }
552
526
 
553
527
  .e-btn-group .e-btn:active.e-outline.e-success,
@@ -560,7 +534,6 @@
560
534
  border-color: #14532d;
561
535
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
562
536
  color: #fff;
563
- box-shadow: none;
564
537
  }
565
538
 
566
539
  .e-btn-group .e-btn:active.e-outline.e-info,
@@ -573,7 +546,6 @@
573
546
  border-color: #164e63;
574
547
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
575
548
  color: #fff;
576
- box-shadow: none;
577
549
  }
578
550
 
579
551
  .e-btn-group .e-btn:active.e-outline.e-warning,
@@ -586,7 +558,6 @@
586
558
  border-color: #7c2d12;
587
559
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
588
560
  color: #fff;
589
- box-shadow: none;
590
561
  }
591
562
 
592
563
  .e-btn-group .e-btn:active.e-outline.e-danger,
@@ -599,7 +570,6 @@
599
570
  border-color: #991b1b;
600
571
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
601
572
  color: #fff;
602
- box-shadow: none;
603
573
  }
604
574
 
605
575
  .e-btn-group .e-btn:disabled,
@@ -0,0 +1 @@
1
+ @import './bootstrap5-definition.scss';
@@ -0,0 +1,51 @@
1
+ //layout variables
2
+ $drop-down-btn-arrow-content: '\e70d' !default;
3
+ $drop-down-btn-vertical-btn-padding: 6px 12px !default;
4
+ $drop-down-btn-vertical-bigger-padding: 8px 16px !default;
5
+ $drop-down-btn-bigger-font-size: $text-base !default;
6
+ $drop-down-btn-bigger-li-height: 36px !default;
7
+ $drop-down-btn-bigger-max-width: 202px !default;
8
+ $drop-down-btn-bigger-min-width: 112px !default;
9
+ $drop-down-btn-icon-font-size: 14px !default;
10
+ $drop-down-btn-icon-margin-right: 11px !default;
11
+ $drop-down-btn-bigger-icon-margin-right: 12px !default;
12
+ $drop-down-btn-li-border-width: 1px !default;
13
+ $drop-down-btn-li-height: 30px !default;
14
+ $drop-down-btn-li-padding: 0 12px !default;
15
+ $drop-down-btn-bigger-li-padding: 0 16px !default;
16
+ $drop-down-btn-small-li-padding: 0 8px !default;
17
+ $drop-down-btn-max-width: 178px !default;
18
+ $drop-down-btn-menu-icon-bigger-font-size: 22px !default;
19
+ $drop-down-btn-menu-icon-font-size: 18px !default;
20
+ $drop-down-btn-min-width: 120px !default;
21
+ $drop-down-btn-seperator-padding: 3px 0 !default;
22
+ $drop-down-btn-sub-ul-box-shadow: none !default;
23
+ $drop-down-btn-ul-border-radius: 4px !default;
24
+ $drop-down-btn-ul-padding: 6px 0 !default;
25
+ $drop-down-btn-ul-bigger-padding: 8px 0 !default;
26
+ $drop-down-btn-ul-small-padding: 4px 0 !default;
27
+ $drop-down-btn-caret-icon-font-size: 10px !default;
28
+ $drop-down-btn-icon-font-size-bigger: 16px !default;
29
+ $drop-down-btn-caret-icon-font-size-bigger: 12px !default;
30
+ $drop-down-btn-box-shadow: $secondary-shadow-focus !default;
31
+ $drop-down-btn-popup-margin-top: 4px !default;
32
+ $drop-down-btn-bigger-popup-margin-top: 4px !default;
33
+ $drop-down-btn-ul-border: 1px solid $border-light !default;
34
+ $drop-down-btn-li-box-shadow: none !default;
35
+ $drop-down-btn-li-border-style: solid !default;
36
+ $drop-down-btn-color: $content-text-color !default;
37
+ $drop-down-btn-disable-text: $secondary-text-color-disabled !default;
38
+ $drop-down-btn-font-size: $text-sm !default;
39
+ $drop-down-btn-font-weight: $font-weight-normal !default;
40
+ $drop-down-btn-li-bgcolor: $content-bg-color-hover !default;
41
+ $drop-down-btn-ul-bgcolor: $flyout-bg-color !default;
42
+ $drop-down-btn-li-border-color: $border-light !default;
43
+ $drop-down-btn-selected-color: $content-text-color-selected !default;
44
+ $drop-down-btn-parent-ul-box-shadow: none !default;
45
+ $drop-down-btn-li-focus-bgcolor: $content-bg-color-hover !default;
46
+ $drop-down-btn-li-selection-bgcolor: $content-bg-color-selected !default;
47
+ $drop-down-btn-li-selection-font-color: $content-text-color !default;
48
+ $drop-down-btn-menu-icon-color: $icon-color !default;
49
+ $drop-down-btn-menu-icon-disabled-color: $secondary-text-color-disabled !default;
50
+ $drop-down-btn-li-hover-bgcolor: $flyout-bg-color-hover !default;
51
+