@syncfusion/ej2-splitbuttons 25.2.4 → 26.1.35-750253

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 (177) hide show
  1. package/.eslintrc.json +3 -2
  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 +29 -48
  6. package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
  7. package/dist/es6/ej2-splitbuttons.es5.js +30 -45
  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 +6 -1
  14. package/src/progress-button/progress-button.js +3 -3
  15. package/src/split-button/split-button.js +2 -1
  16. package/styles/bootstrap-dark.css +263 -97
  17. package/styles/bootstrap-dark.scss +14 -4
  18. package/styles/bootstrap.css +263 -97
  19. package/styles/bootstrap.scss +14 -4
  20. package/styles/bootstrap4.css +227 -80
  21. package/styles/bootstrap4.scss +14 -4
  22. package/styles/bootstrap5-dark.css +227 -174
  23. package/styles/bootstrap5-dark.scss +14 -4
  24. package/styles/bootstrap5.css +227 -174
  25. package/styles/bootstrap5.scss +14 -4
  26. package/styles/button-group/_bootstrap-dark-definition.scss +0 -2
  27. package/styles/button-group/_bootstrap5.3-definition.scss +31 -0
  28. package/styles/button-group/_fabric-dark-definition.scss +0 -2
  29. package/styles/button-group/_fluent2-definition.scss +31 -0
  30. package/styles/button-group/_group-button-mixin.scss +21 -0
  31. package/styles/button-group/_highcontrast-light-definition.scss +0 -2
  32. package/styles/button-group/_layout.scss +5 -13
  33. package/styles/button-group/_material-dark-definition.scss +0 -2
  34. package/styles/button-group/_theme.scss +30 -84
  35. package/styles/button-group/bootstrap-dark.css +93 -57
  36. package/styles/button-group/bootstrap.css +93 -57
  37. package/styles/button-group/bootstrap4.css +69 -46
  38. package/styles/button-group/bootstrap5-dark.css +69 -46
  39. package/styles/button-group/bootstrap5.css +69 -46
  40. package/styles/button-group/fabric-dark.css +93 -57
  41. package/styles/button-group/fabric.css +98 -62
  42. package/styles/button-group/fluent-dark.css +109 -65
  43. package/styles/button-group/fluent.css +109 -65
  44. package/styles/button-group/fluent2.css +1849 -0
  45. package/styles/button-group/fluent2.scss +4 -0
  46. package/styles/button-group/highcontrast-light.css +93 -57
  47. package/styles/button-group/highcontrast.css +93 -57
  48. package/styles/button-group/material-dark.css +107 -64
  49. package/styles/button-group/material.css +109 -65
  50. package/styles/button-group/material3-dark.css +151 -77
  51. package/styles/button-group/material3.css +151 -77
  52. package/styles/button-group/tailwind-dark.css +91 -57
  53. package/styles/button-group/tailwind.css +91 -57
  54. package/styles/drop-down-button/_bds-definition.scss +5 -5
  55. package/styles/drop-down-button/_bootstrap-dark-definition.scss +0 -3
  56. package/styles/drop-down-button/_bootstrap5-definition.scss +0 -1
  57. package/styles/drop-down-button/_bootstrap5.3-definition.scss +49 -0
  58. package/styles/drop-down-button/_fabric-dark-definition.scss +0 -3
  59. package/styles/drop-down-button/_fluent-definition.scss +0 -1
  60. package/styles/drop-down-button/_fluent2-definition.scss +48 -0
  61. package/styles/drop-down-button/_fusionnew-definition.scss +0 -1
  62. package/styles/drop-down-button/_highcontrast-light-definition.scss +0 -3
  63. package/styles/drop-down-button/_layout.scss +51 -6
  64. package/styles/drop-down-button/_material-dark-definition.scss +0 -3
  65. package/styles/drop-down-button/_material3-definition.scss +0 -1
  66. package/styles/drop-down-button/_tailwind-definition.scss +0 -1
  67. package/styles/drop-down-button/_theme.scss +8 -8
  68. package/styles/drop-down-button/bootstrap-dark.css +27 -14
  69. package/styles/drop-down-button/bootstrap.css +27 -14
  70. package/styles/drop-down-button/bootstrap4.css +23 -12
  71. package/styles/drop-down-button/bootstrap5-dark.css +23 -12
  72. package/styles/drop-down-button/bootstrap5.css +23 -12
  73. package/styles/drop-down-button/fabric-dark.css +27 -14
  74. package/styles/drop-down-button/fabric.css +27 -14
  75. package/styles/drop-down-button/fluent-dark.css +27 -14
  76. package/styles/drop-down-button/fluent.css +27 -14
  77. package/styles/drop-down-button/fluent2.css +1308 -0
  78. package/styles/drop-down-button/fluent2.scss +6 -0
  79. package/styles/drop-down-button/highcontrast-light.css +27 -14
  80. package/styles/drop-down-button/highcontrast.css +27 -14
  81. package/styles/drop-down-button/icons/_bootstrap5.3.scss +10 -0
  82. package/styles/drop-down-button/icons/_fluent2.scss +10 -0
  83. package/styles/drop-down-button/material-dark.css +27 -14
  84. package/styles/drop-down-button/material.css +27 -14
  85. package/styles/drop-down-button/material3-dark.css +33 -17
  86. package/styles/drop-down-button/material3.css +33 -17
  87. package/styles/drop-down-button/tailwind-dark.css +27 -14
  88. package/styles/drop-down-button/tailwind.css +27 -14
  89. package/styles/fabric-dark.css +263 -97
  90. package/styles/fabric-dark.scss +14 -4
  91. package/styles/fabric.css +268 -102
  92. package/styles/fabric.scss +14 -4
  93. package/styles/fluent-dark.css +271 -102
  94. package/styles/fluent-dark.scss +14 -4
  95. package/styles/fluent.css +271 -102
  96. package/styles/fluent.scss +14 -4
  97. package/styles/fluent2.css +3072 -0
  98. package/styles/fluent2.scss +14 -0
  99. package/styles/highcontrast-light.css +263 -97
  100. package/styles/highcontrast-light.scss +14 -4
  101. package/styles/highcontrast.css +263 -97
  102. package/styles/highcontrast.scss +14 -4
  103. package/styles/material-dark.css +277 -104
  104. package/styles/material-dark.scss +14 -4
  105. package/styles/material.css +279 -105
  106. package/styles/material.scss +14 -4
  107. package/styles/material3-dark.css +357 -134
  108. package/styles/material3-dark.scss +14 -4
  109. package/styles/material3.css +353 -132
  110. package/styles/material3.scss +14 -4
  111. package/styles/progress-button/_bootstrap-dark-definition.scss +0 -3
  112. package/styles/progress-button/_bootstrap5-definition.scss +0 -1
  113. package/styles/progress-button/_bootstrap5.3-definition.scss +20 -0
  114. package/styles/progress-button/_fabric-dark-definition.scss +0 -3
  115. package/styles/progress-button/_fluent-definition.scss +0 -1
  116. package/styles/progress-button/_fluent2-definition.scss +26 -0
  117. package/styles/progress-button/_fusionnew-definition.scss +0 -1
  118. package/styles/progress-button/_layout.scss +0 -2
  119. package/styles/progress-button/_material-dark-definition.scss +0 -3
  120. package/styles/progress-button/_material3-definition.scss +0 -1
  121. package/styles/progress-button/_tailwind-definition.scss +0 -1
  122. package/styles/progress-button/_theme.scss +115 -50
  123. package/styles/progress-button/bootstrap-dark.css +118 -13
  124. package/styles/progress-button/bootstrap.css +118 -13
  125. package/styles/progress-button/bootstrap4.css +118 -13
  126. package/styles/progress-button/bootstrap5-dark.css +118 -106
  127. package/styles/progress-button/bootstrap5.css +118 -106
  128. package/styles/progress-button/fabric-dark.css +118 -13
  129. package/styles/progress-button/fabric.css +118 -13
  130. package/styles/progress-button/fluent-dark.css +118 -13
  131. package/styles/progress-button/fluent.css +118 -13
  132. package/styles/progress-button/fluent2.css +1636 -0
  133. package/styles/progress-button/fluent2.scss +5 -0
  134. package/styles/progress-button/highcontrast-light.css +118 -13
  135. package/styles/progress-button/highcontrast.css +118 -13
  136. package/styles/progress-button/material-dark.css +118 -13
  137. package/styles/progress-button/material.css +118 -13
  138. package/styles/progress-button/material3-dark.css +119 -14
  139. package/styles/progress-button/material3.css +119 -14
  140. package/styles/progress-button/tailwind-dark.css +118 -13
  141. package/styles/progress-button/tailwind.css +118 -13
  142. package/styles/split-button/_bds-definition.scss +0 -1
  143. package/styles/split-button/_bootstrap-dark-definition.scss +0 -3
  144. package/styles/split-button/_bootstrap4-definition.scss +0 -3
  145. package/styles/split-button/_bootstrap5-definition.scss +0 -1
  146. package/styles/split-button/_bootstrap5.3-definition.scss +23 -0
  147. package/styles/split-button/_fabric-dark-definition.scss +0 -3
  148. package/styles/split-button/_fluent-definition.scss +0 -1
  149. package/styles/split-button/_fluent2-definition.scss +23 -0
  150. package/styles/split-button/_fusionnew-definition.scss +0 -1
  151. package/styles/split-button/_highcontrast-light-definition.scss +0 -3
  152. package/styles/split-button/_layout.scss +16 -4
  153. package/styles/split-button/_theme.scss +0 -2
  154. package/styles/split-button/bootstrap-dark.css +25 -13
  155. package/styles/split-button/bootstrap.css +25 -13
  156. package/styles/split-button/bootstrap4.css +17 -9
  157. package/styles/split-button/bootstrap5-dark.css +17 -9
  158. package/styles/split-button/bootstrap5.css +17 -9
  159. package/styles/split-button/fabric-dark.css +25 -13
  160. package/styles/split-button/fabric.css +25 -13
  161. package/styles/split-button/fluent-dark.css +17 -9
  162. package/styles/split-button/fluent.css +17 -9
  163. package/styles/split-button/fluent2.css +1379 -0
  164. package/styles/split-button/fluent2.scss +6 -0
  165. package/styles/split-button/highcontrast-light.css +25 -13
  166. package/styles/split-button/highcontrast.css +25 -13
  167. package/styles/split-button/material-dark.css +25 -13
  168. package/styles/split-button/material.css +25 -13
  169. package/styles/split-button/material3-dark.css +57 -28
  170. package/styles/split-button/material3.css +53 -26
  171. package/styles/split-button/tailwind-dark.css +25 -13
  172. package/styles/split-button/tailwind.css +25 -13
  173. package/styles/tailwind-dark.css +261 -98
  174. package/styles/tailwind-dark.scss +14 -4
  175. package/styles/tailwind.css +261 -98
  176. package/styles/tailwind.scss +14 -4
  177. package/CHANGELOG.md +0 -373
@@ -1,4 +1,14 @@
1
- @import 'drop-down-button/bootstrap5.scss';
2
- @import 'split-button/bootstrap5.scss';
3
- @import 'button-group/bootstrap5.scss';
4
- @import 'progress-button/bootstrap5.scss';
1
+ @import 'ej2-base/styles/definition/bootstrap5.scss';
2
+ @import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
3
+ @import 'ej2-popups/styles/popup/bootstrap5-definition.scss';
4
+ @import 'drop-down-button/bootstrap5-definition.scss';
5
+ @import 'drop-down-button/icons/bootstrap5.scss';
6
+ @import 'drop-down-button/all.scss';
7
+
8
+ @import 'split-button/bootstrap5-definition.scss';
9
+ @import 'split-button/all.scss';
10
+ @import 'button-group/bootstrap5-definition.scss';
11
+ @import 'button-group/all.scss';
12
+ @import 'ej2-popups/styles/spinner/bootstrap5-definition.scss';
13
+ @import 'progress-button/bootstrap5-definition.scss';
14
+ @import 'progress-button/all.scss';
@@ -29,5 +29,3 @@ $btn-grp-outline-focus-warning-color: inherit !default;
29
29
  //Outline danger
30
30
  $btn-grp-outline-danger-focus-border-color: inherit !default;
31
31
  $btn-grp-outline-focus-danger-color: inherit !default;
32
-
33
- //enddefault
@@ -0,0 +1,31 @@
1
+ //layout variables
2
+ $btn-grp-margin: -1px !default;
3
+ $btn-grp-margin-left: -1px !default;
4
+ $btn-grp-wrapper-border: 4px !default;
5
+ $btn-grp-round-radius: 20px !default;
6
+ $btn-grp-icon-font-size: $text-base !default;
7
+ $btn-grp-icon-font-size-bigger: $text-xl !default;
8
+
9
+ //Normal Outline GroupButton
10
+ $btn-grp-outline-focus-border-color: $secondary-border-color !default;
11
+ $btn-grp-outline-focus-color: inherit !default;
12
+
13
+ //Outline Primary
14
+ $btn-grp-outline-primary-focus-border-color: $primary !default;
15
+ $btn-grp-outline-focus-primary-color: inherit !default;
16
+
17
+ //Outline Success
18
+ $btn-grp-outline-success-focus-border-color: $btn-success-focus-border-color !default;
19
+ $btn-grp-outline-focus-success-color: inherit !default;
20
+
21
+ //Outline Info
22
+ $btn-grp-outline-info-focus-border-color: $btn-info-focus-border-color !default;
23
+ $btn-grp-outline-focus-info-color: inherit !default;
24
+
25
+ //Outline warning
26
+ $btn-grp-outline-warning-focus-border-color: $btn-warning-focus-border-color !default;
27
+ $btn-grp-outline-focus-warning-color: inherit !default;
28
+
29
+ //Outline danger
30
+ $btn-grp-outline-danger-focus-border-color: $btn-danger-focus-border-color !default;
31
+ $btn-grp-outline-focus-danger-color: inherit !default;
@@ -29,5 +29,3 @@ $btn-grp-outline-focus-warning-color: $btn-warning-active-color !default;
29
29
  //Outline danger
30
30
  $btn-grp-outline-danger-focus-border-color: inherit !default;
31
31
  $btn-grp-outline-focus-danger-color: $btn-danger-active-color !default;
32
-
33
- //enddefault
@@ -0,0 +1,31 @@
1
+ //layout variables
2
+ $btn-grp-margin: -1px !default;
3
+ $btn-grp-margin-left: -1px !default;
4
+ $btn-grp-wrapper-border: 4px !default;
5
+ $btn-grp-round-radius: 20px !default;
6
+ $btn-grp-icon-font-size: $text-sm !default;
7
+ $btn-grp-icon-font-size-bigger: 16px !default;
8
+
9
+ //Normal Outline GroupButton
10
+ $btn-grp-outline-focus-border-color: $secondary-border-color !default;
11
+ $btn-grp-outline-focus-color: inherit !default;
12
+
13
+ //Outline Primary
14
+ $btn-grp-outline-primary-focus-border-color: $primary !default;
15
+ $btn-grp-outline-focus-primary-color: inherit !default;
16
+
17
+ //Outline Success
18
+ $btn-grp-outline-success-focus-border-color: $btn-success-focus-border-color !default;
19
+ $btn-grp-outline-focus-success-color: inherit !default;
20
+
21
+ //Outline Info
22
+ $btn-grp-outline-info-focus-border-color: $btn-info-focus-border-color !default;
23
+ $btn-grp-outline-focus-info-color: inherit !default;
24
+
25
+ //Outline warning
26
+ $btn-grp-outline-warning-focus-border-color: $btn-warning-focus-border-color !default;
27
+ $btn-grp-outline-focus-warning-color: inherit !default;
28
+
29
+ //Outline danger
30
+ $btn-grp-outline-danger-focus-border-color: $btn-danger-focus-border-color !default;
31
+ $btn-grp-outline-focus-danger-color: inherit !default;
@@ -70,3 +70,24 @@
70
70
  box-shadow: $btn-flat-box-shadow;
71
71
  color: $btn-disabled-color;
72
72
  }
73
+
74
+ @mixin box-shadow-theme {
75
+ @if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
76
+ box-shadow: none;
77
+ }
78
+ @if $skin-name == 'fabric' {
79
+ border-color: transparent;
80
+ }
81
+ }
82
+
83
+ @mixin outline-box-shadow-theme {
84
+ @if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
85
+ box-shadow: none;
86
+ }
87
+ }
88
+
89
+ @mixin Mat3-box-shadow-none {
90
+ @if $skin-name == 'Material3' {
91
+ box-shadow: none;
92
+ }
93
+ }
@@ -31,5 +31,3 @@ $btn-grp-outline-focus-warning-color: inherit !default;
31
31
  //Outline danger
32
32
  $btn-grp-outline-danger-focus-border-color: inherit !default;
33
33
  $btn-grp-outline-focus-danger-color: inherit !default;
34
-
35
- //enddefault
@@ -48,7 +48,7 @@
48
48
  // Sharp corner for sides individual Button and SplitButton
49
49
  &:not(.e-rtl):not(.e-vertical) {
50
50
  .e-btn {
51
- @if $skin-name != 'Material3' {
51
+ @if $skin-name != 'Material3' and $skin-name != 'fluent2' {
52
52
  margin-left: $btn-grp-margin-left;
53
53
  }
54
54
 
@@ -56,7 +56,8 @@
56
56
  border-radius: 0;
57
57
  }
58
58
 
59
- &:first-of-type {
59
+ &:first-of-type,
60
+ &:last-of-type:not(:last-child) {
60
61
  border-bottom-right-radius: 0;
61
62
  border-top-right-radius: 0;
62
63
  }
@@ -65,11 +66,6 @@
65
66
  border-bottom-left-radius: 0;
66
67
  border-top-left-radius: 0;
67
68
  }
68
-
69
- &:last-of-type:not(:last-child) {
70
- border-bottom-right-radius: 0;
71
- border-top-right-radius: 0;
72
- }
73
69
  }
74
70
 
75
71
  .e-split-btn-wrapper {
@@ -115,7 +111,8 @@
115
111
  border-radius: 0;
116
112
  }
117
113
 
118
- &:first-of-type {
114
+ &:first-of-type,
115
+ &:last-of-type:not(:last-child) {
119
116
  border-bottom-left-radius: 0;
120
117
  border-top-left-radius: 0;
121
118
  }
@@ -124,11 +121,6 @@
124
121
  border-bottom-right-radius: 0;
125
122
  border-top-right-radius: 0;
126
123
  }
127
-
128
- &:last-of-type:not(:last-child) {
129
- border-bottom-left-radius: 0;
130
- border-top-left-radius: 0;
131
- }
132
124
  }
133
125
 
134
126
  .e-split-btn-wrapper {
@@ -29,5 +29,3 @@ $btn-grp-outline-focus-warning-color: inherit !default;
29
29
  //Outline danger
30
30
  $btn-grp-outline-danger-focus-border-color: inherit !default;
31
31
  $btn-grp-outline-focus-danger-color: inherit !default;
32
-
33
- //enddefault
@@ -50,6 +50,13 @@
50
50
  }
51
51
  }
52
52
 
53
+ @if $skin-name == 'fluent2' {
54
+ .e-btn:focus-visible,
55
+ input:focus-visible+label.e-btn { // only for keybord
56
+ box-shadow: $btn-keyboard-focus-box-shadow !important;
57
+ }
58
+ }
59
+
53
60
  //Focus state for Normal and Outline GroupButton
54
61
  .e-btn:focus,
55
62
  input:focus-visible+label.e-btn,
@@ -72,72 +79,47 @@
72
79
 
73
80
  &.e-primary {
74
81
  @include primary-focus;
75
- @if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
76
- box-shadow: none;
77
- }
82
+ @include box-shadow-theme;
78
83
  @if $skin-name == 'bootstrap5' {
79
84
  border-color: $btn-primary-focus-bgcolor;
80
85
  }
81
86
  outline-color: $btn-grp-outline-focus-primary-color;
82
- @if $skin-name == 'fabric' {
83
- border-color: transparent;
84
- }
85
87
  }
86
88
 
87
89
  &.e-success {
88
90
  @include success-focus;
89
- @if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
90
- box-shadow: none;
91
- }
91
+ @include box-shadow-theme;
92
92
  @if $skin-name == 'bootstrap5' {
93
93
  border-color: $btn-success-focus-bgcolor;
94
94
  }
95
95
  outline-color: $btn-grp-outline-focus-success-color;
96
- @if $skin-name == 'fabric' {
97
- border-color: transparent;
98
- }
99
96
  }
100
97
 
101
98
  &.e-info {
102
99
  @include info-focus;
103
- @if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
104
- box-shadow: none;
105
- }
100
+ @include box-shadow-theme;
106
101
  @if $skin-name == 'bootstrap5' {
107
102
  border-color: $btn-info-focus-bgcolor;
108
103
  }
109
104
  outline-color: $btn-grp-outline-focus-info-color;
110
- @if $skin-name == 'fabric' {
111
- border-color: transparent;
112
- }
113
105
  }
114
106
 
115
107
  &.e-warning {
116
108
  @include warning-focus;
117
- @if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
118
- box-shadow: none;
119
- }
109
+ @include box-shadow-theme;
120
110
  @if $skin-name == 'bootstrap5' {
121
111
  border-color: $btn-warning-focus-bgcolor;
122
112
  }
123
113
  outline-color: $btn-grp-outline-focus-warning-color;
124
- @if $skin-name == 'fabric' {
125
- border-color: transparent;
126
- }
127
114
  }
128
115
 
129
116
  &.e-danger {
130
117
  @include danger-focus;
131
- @if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
132
- box-shadow: none;
133
- }
118
+ @include box-shadow-theme;
134
119
  @if $skin-name == 'bootstrap5' {
135
120
  border-color: $btn-danger-focus-bgcolor;
136
121
  }
137
122
  outline-color: $btn-grp-outline-focus-danger-color;
138
- @if $skin-name == 'fabric' {
139
- border-color: transparent;
140
- }
141
123
  }
142
124
 
143
125
  &.e-link {
@@ -150,18 +132,14 @@
150
132
 
151
133
  &.e-outline {
152
134
  @include outline-focus;
153
- @if $skin-name != 'bootstrap5' $skin-name != 'bootstrap4' and and $skin-name != 'tailwind' {
154
- box-shadow: none;
155
- }
135
+ @include outline-box-shadow-theme;
156
136
  @if $skin-name == 'bootstrap5' {
157
137
  border-color: $btn-outline-focus-bgcolor;
158
138
  }
159
139
 
160
140
  &.e-primary {
161
141
  @include outline-primary-focus;
162
- @if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
163
- box-shadow: none;
164
- }
142
+ @include outline-box-shadow-theme;
165
143
  @if $skin-name == 'bootstrap5' {
166
144
  border-color: $btn-outline-primary-focus-bgcolor;
167
145
  }
@@ -169,9 +147,7 @@
169
147
 
170
148
  &.e-success {
171
149
  @include outline-success-focus;
172
- @if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
173
- box-shadow: none;
174
- }
150
+ @include outline-box-shadow-theme;
175
151
  @if $skin-name == 'bootstrap5' {
176
152
  border-color: $btn-success-focus-bgcolor;
177
153
  }
@@ -179,9 +155,7 @@
179
155
 
180
156
  &.e-info {
181
157
  @include outline-info-focus;
182
- @if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
183
- box-shadow: none;
184
- }
158
+ @include outline-box-shadow-theme;
185
159
  @if $skin-name == 'bootstrap5' {
186
160
  border-color: $btn-info-hover-bgcolor;
187
161
  }
@@ -189,9 +163,7 @@
189
163
 
190
164
  &.e-warning {
191
165
  @include outline-warning-focus;
192
- @if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
193
- box-shadow: none;
194
- }
166
+ @include outline-box-shadow-theme;
195
167
  @if $skin-name == 'bootstrap5' {
196
168
  border-color: $btn-warning-hover-bgcolor;
197
169
  }
@@ -199,9 +171,7 @@
199
171
 
200
172
  &.e-danger {
201
173
  @include outline-danger-focus;
202
- @if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
203
- box-shadow: none;
204
- }
174
+ @include outline-box-shadow-theme;
205
175
  @if $skin-name == 'bootstrap5' {
206
176
  border-color: $btn-danger-hover-bgcolor;
207
177
  }
@@ -214,84 +184,60 @@
214
184
  input:active+label.e-btn,
215
185
  input:checked+label.e-btn {
216
186
  @include button-active;
217
- @if $skin-name == 'Material3' {
218
- box-shadow: none;
219
- }
187
+ @include Mat3-box-shadow-none;
220
188
 
221
189
  &.e-primary {
222
190
  @include primary-active;
223
- @if $skin-name == 'Material3' {
224
- box-shadow: none;
225
- }
191
+ @include Mat3-box-shadow-none;
226
192
  }
227
193
 
228
194
  &.e-success {
229
195
  @include success-active;
230
- @if $skin-name == 'Material3' {
231
- box-shadow: none;
232
- }
196
+ @include Mat3-box-shadow-none;
233
197
  }
234
198
 
235
199
  &.e-info {
236
200
  @include info-active;
237
- @if $skin-name == 'Material3' {
238
- box-shadow: none;
239
- }
201
+ @include Mat3-box-shadow-none;
240
202
  }
241
203
 
242
204
  &.e-warning {
243
205
  @include warning-active;
244
- @if $skin-name == 'Material3' {
245
- box-shadow: none;
246
- }
206
+ @include Mat3-box-shadow-none;
247
207
  }
248
208
 
249
209
  &.e-danger {
250
210
  @include danger-active;
251
- @if $skin-name == 'Material3' {
252
- box-shadow: none;
253
- }
211
+ @include Mat3-box-shadow-none;
254
212
  }
255
213
 
256
214
  &.e-outline {
257
215
  @include outline-active;
258
- @if $skin-name == 'Material3' {
259
- box-shadow: none;
260
- }
216
+ @include Mat3-box-shadow-none;
261
217
 
262
218
  &.e-primary {
263
219
  @include outline-primary-active;
264
- @if $skin-name == 'Material3' {
265
- box-shadow: none;
266
- }
220
+ @include Mat3-box-shadow-none;
267
221
  }
268
222
 
269
223
  &.e-success {
270
224
  @include outline-success-active;
271
- @if $skin-name == 'Material3' {
272
- box-shadow: none;
273
- }
225
+ @include Mat3-box-shadow-none;
274
226
  }
275
227
 
276
228
  &.e-info {
277
229
  @include outline-info-active;
278
- @if $skin-name == 'Material3' {
279
- box-shadow: none;
280
- }
230
+ @include Mat3-box-shadow-none;
281
231
  }
282
232
 
283
233
  &.e-warning {
284
234
  @include outline-warning-active;
285
- @if $skin-name == 'Material3' {
286
- box-shadow: none;
287
- }
235
+ @include Mat3-box-shadow-none;
288
236
  }
289
237
 
290
238
  &.e-danger {
291
239
  @include outline-danger-active;
292
- @if $skin-name == 'Material3' {
293
- box-shadow: none;
294
- }
240
+ @include Mat3-box-shadow-none;
295
241
  }
296
242
  }
297
243
  }