@syncfusion/ej2-react-splitbuttons 23.2.4 → 24.1.44

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 (90) hide show
  1. package/CHANGELOG.md +2 -12
  2. package/README.md +1 -1
  3. package/dist/ej2-react-splitbuttons.min.js +1 -1
  4. package/dist/ej2-react-splitbuttons.umd.min.js +1 -1
  5. package/package.json +9 -9
  6. package/styles/bootstrap-dark.css +1 -1761
  7. package/styles/bootstrap.css +1 -1811
  8. package/styles/bootstrap4.css +1 -1836
  9. package/styles/bootstrap5-dark.css +1 -1851
  10. package/styles/bootstrap5.css +1 -1851
  11. package/styles/button-group/bootstrap-dark.css +1 -752
  12. package/styles/button-group/bootstrap.css +1 -726
  13. package/styles/button-group/bootstrap4.css +1 -756
  14. package/styles/button-group/bootstrap5-dark.css +1 -751
  15. package/styles/button-group/bootstrap5.css +1 -751
  16. package/styles/button-group/fabric-dark.css +1 -752
  17. package/styles/button-group/fabric.css +1 -758
  18. package/styles/button-group/fluent-dark.css +1 -755
  19. package/styles/button-group/fluent.css +1 -755
  20. package/styles/button-group/highcontrast-light.css +1 -752
  21. package/styles/button-group/highcontrast.css +1 -803
  22. package/styles/button-group/material-dark.css +1 -752
  23. package/styles/button-group/material.css +1 -756
  24. package/styles/button-group/material3-dark.css +1 -901
  25. package/styles/button-group/material3.css +1 -957
  26. package/styles/button-group/tailwind-dark.css +1 -739
  27. package/styles/button-group/tailwind.css +1 -739
  28. package/styles/drop-down-button/bootstrap-dark.css +1 -231
  29. package/styles/drop-down-button/bootstrap.css +1 -231
  30. package/styles/drop-down-button/bootstrap4.css +1 -226
  31. package/styles/drop-down-button/bootstrap5-dark.css +1 -236
  32. package/styles/drop-down-button/bootstrap5.css +1 -236
  33. package/styles/drop-down-button/fabric-dark.css +1 -231
  34. package/styles/drop-down-button/fabric.css +1 -231
  35. package/styles/drop-down-button/fluent-dark.css +1 -233
  36. package/styles/drop-down-button/fluent.css +1 -233
  37. package/styles/drop-down-button/highcontrast-light.css +1 -231
  38. package/styles/drop-down-button/highcontrast.css +1 -232
  39. package/styles/drop-down-button/material-dark.css +1 -231
  40. package/styles/drop-down-button/material.css +1 -231
  41. package/styles/drop-down-button/material3-dark.css +1 -292
  42. package/styles/drop-down-button/material3.css +1 -348
  43. package/styles/drop-down-button/tailwind-dark.css +1 -241
  44. package/styles/drop-down-button/tailwind.css +1 -241
  45. package/styles/fabric-dark.css +1 -1761
  46. package/styles/fabric.css +1 -1841
  47. package/styles/fluent-dark.css +1 -1852
  48. package/styles/fluent.css +1 -1852
  49. package/styles/highcontrast-light.css +1 -1761
  50. package/styles/highcontrast.css +1 -1813
  51. package/styles/material-dark.css +1 -1761
  52. package/styles/material.css +1 -1839
  53. package/styles/material3-dark.css +1 -2164
  54. package/styles/material3.css +1 -2382
  55. package/styles/progress-button/bootstrap-dark.css +1 -445
  56. package/styles/progress-button/bootstrap.css +1 -522
  57. package/styles/progress-button/bootstrap4.css +1 -525
  58. package/styles/progress-button/bootstrap5-dark.css +1 -538
  59. package/styles/progress-button/bootstrap5.css +1 -538
  60. package/styles/progress-button/fabric-dark.css +1 -445
  61. package/styles/progress-button/fabric.css +1 -522
  62. package/styles/progress-button/fluent-dark.css +1 -538
  63. package/styles/progress-button/fluent.css +1 -538
  64. package/styles/progress-button/highcontrast-light.css +1 -445
  65. package/styles/progress-button/highcontrast.css +1 -445
  66. package/styles/progress-button/material-dark.css +1 -445
  67. package/styles/progress-button/material.css +1 -522
  68. package/styles/progress-button/material3-dark.css +1 -556
  69. package/styles/progress-button/material3.css +1 -612
  70. package/styles/progress-button/tailwind-dark.css +1 -542
  71. package/styles/progress-button/tailwind.css +1 -542
  72. package/styles/split-button/bootstrap-dark.css +1 -330
  73. package/styles/split-button/bootstrap.css +1 -330
  74. package/styles/split-button/bootstrap4.css +1 -326
  75. package/styles/split-button/bootstrap5-dark.css +1 -323
  76. package/styles/split-button/bootstrap5.css +1 -323
  77. package/styles/split-button/fabric-dark.css +1 -330
  78. package/styles/split-button/fabric.css +1 -327
  79. package/styles/split-button/fluent-dark.css +1 -323
  80. package/styles/split-button/fluent.css +1 -323
  81. package/styles/split-button/highcontrast-light.css +1 -330
  82. package/styles/split-button/highcontrast.css +1 -330
  83. package/styles/split-button/material-dark.css +1 -330
  84. package/styles/split-button/material.css +1 -327
  85. package/styles/split-button/material3-dark.css +1 -412
  86. package/styles/split-button/material3.css +1 -462
  87. package/styles/split-button/tailwind-dark.css +1 -344
  88. package/styles/split-button/tailwind.css +1 -344
  89. package/styles/tailwind-dark.css +1 -1868
  90. package/styles/tailwind.css +1 -1868
@@ -1,241 +1 @@
1
- /* stylelint-disable-line no-empty-source */
2
- .e-dropdown-btn .e-caret::before,
3
- .e-dropdown-btn.e-btn .e-caret::before {
4
- content: "\e729";
5
- }
6
-
7
- /*! drop-down button layout */
8
- .e-dropdown-btn,
9
- .e-dropdown-btn.e-btn {
10
- box-shadow: none;
11
- text-transform: none;
12
- white-space: normal;
13
- }
14
- .e-dropdown-btn:hover,
15
- .e-dropdown-btn.e-btn:hover {
16
- box-shadow: none;
17
- }
18
- .e-dropdown-btn:focus,
19
- .e-dropdown-btn.e-btn:focus {
20
- box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
21
- }
22
- .e-dropdown-btn:active,
23
- .e-dropdown-btn.e-btn:active {
24
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
25
- }
26
- .e-dropdown-btn .e-btn-icon,
27
- .e-dropdown-btn.e-btn .e-btn-icon {
28
- font-size: 14px;
29
- }
30
- .e-dropdown-btn .e-caret,
31
- .e-dropdown-btn.e-btn .e-caret {
32
- font-size: 18px;
33
- }
34
- .e-dropdown-btn.e-vertical,
35
- .e-dropdown-btn.e-btn.e-vertical {
36
- line-height: 1;
37
- padding: 6px 12px;
38
- }
39
- .e-dropdown-btn.e-caret-hide .e-caret,
40
- .e-dropdown-btn.e-btn.e-caret-hide .e-caret {
41
- display: none;
42
- }
43
- .e-dropdown-btn.e-small .e-dropdown-popup ul,
44
- .e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul {
45
- padding: 4px 0;
46
- }
47
- .e-dropdown-btn.e-small .e-dropdown-popup ul .e-item,
48
- .e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul .e-item {
49
- padding: 0 8px;
50
- }
51
- .e-dropdown-btn.e-small.e-vertical,
52
- .e-dropdown-btn.e-btn.e-small.e-vertical {
53
- line-height: 1;
54
- padding: 6px 12px;
55
- }
56
-
57
- .e-bigger .e-dropdown-btn .e-btn-icon,
58
- .e-bigger.e-dropdown-btn .e-btn-icon {
59
- font-size: 16px;
60
- }
61
- .e-bigger .e-dropdown-btn .e-caret,
62
- .e-bigger.e-dropdown-btn .e-caret {
63
- font-size: 22px;
64
- }
65
- .e-bigger .e-dropdown-btn.e-vertical,
66
- .e-bigger.e-dropdown-btn.e-vertical {
67
- line-height: 1;
68
- padding: 8px 16px;
69
- }
70
- .e-bigger .e-dropdown-btn.e-small.e-vertical,
71
- .e-bigger.e-dropdown-btn.e-small.e-vertical {
72
- line-height: 1;
73
- padding: 8px 16px;
74
- }
75
-
76
- .e-dropdown-popup {
77
- position: absolute;
78
- border-radius: 4px;
79
- margin-top: 4px;
80
- }
81
- .e-dropdown-popup ul {
82
- border: 1px solid #e5e7eb;
83
- border-radius: 4px;
84
- box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
85
- box-sizing: border-box;
86
- font-size: 14px;
87
- font-weight: 400;
88
- list-style-image: none;
89
- list-style-position: outside;
90
- list-style-type: none;
91
- margin: 0;
92
- min-width: 120px;
93
- overflow: hidden;
94
- padding: 4px 0;
95
- -webkit-user-select: none;
96
- -ms-user-select: none;
97
- user-select: none;
98
- white-space: nowrap;
99
- }
100
- .e-dropdown-popup ul .e-item {
101
- cursor: pointer;
102
- display: -ms-flexbox;
103
- display: flex;
104
- height: 30px;
105
- line-height: 30px;
106
- padding: 0 12px;
107
- }
108
- .e-dropdown-popup ul .e-item.e-url {
109
- padding: 0;
110
- }
111
- .e-dropdown-popup ul .e-item .e-menu-url {
112
- display: block;
113
- padding: 0 12px;
114
- text-decoration: none;
115
- width: 100%;
116
- }
117
- .e-dropdown-popup ul .e-item .e-menu-icon {
118
- float: left;
119
- font-size: 18px;
120
- line-height: 30px;
121
- margin-right: 12px;
122
- vertical-align: middle;
123
- width: 1em;
124
- }
125
- .e-dropdown-popup ul .e-item.e-disabled {
126
- cursor: auto;
127
- pointer-events: none;
128
- }
129
- .e-dropdown-popup ul .e-item.e-separator {
130
- border-bottom-style: solid;
131
- border-bottom-width: 1px;
132
- cursor: auto;
133
- height: auto;
134
- line-height: normal;
135
- margin: 3px 0;
136
- pointer-events: none;
137
- }
138
- .e-dropdown-popup.e-transparent {
139
- background: transparent;
140
- box-shadow: none;
141
- }
142
- .e-dropdown-popup.e-transparent .e-dropdown-menu {
143
- border: 0;
144
- height: 1px;
145
- min-width: 0;
146
- padding: 0;
147
- width: 1px;
148
- }
149
-
150
- .e-rtl.e-dropdown-popup .e-item .e-menu-icon {
151
- float: right;
152
- margin-left: 12px;
153
- margin-right: 0;
154
- }
155
-
156
- *.e-bigger .e-dropdown-popup {
157
- background-color: transparent;
158
- border-radius: 4px;
159
- }
160
-
161
- *.e-bigger .e-dropdown-popup ul,
162
- *.e-bigger.e-dropdown-popup ul {
163
- box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
164
- font-size: 16px;
165
- max-width: 202px;
166
- min-width: 112px;
167
- padding: 4px 0;
168
- background-color: #fff;
169
- margin-top: 4px;
170
- }
171
- *.e-bigger .e-dropdown-popup ul .e-item,
172
- *.e-bigger.e-dropdown-popup ul .e-item {
173
- height: 36px;
174
- line-height: 36px;
175
- padding: 0 16px;
176
- }
177
- *.e-bigger .e-dropdown-popup ul .e-item.e-url,
178
- *.e-bigger.e-dropdown-popup ul .e-item.e-url {
179
- padding: 0;
180
- }
181
- *.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
182
- *.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
183
- font-size: 22px;
184
- line-height: 36px;
185
- }
186
- *.e-bigger .e-dropdown-popup ul .e-item.e-separator,
187
- *.e-bigger.e-dropdown-popup ul .e-item.e-separator {
188
- height: auto;
189
- line-height: normal;
190
- }
191
-
192
- /*! drop-down button theme */
193
- .e-dropdown-popup {
194
- background-color: #fff;
195
- color: #374151;
196
- }
197
- .e-dropdown-popup ul .e-item .e-menu-url {
198
- color: #374151;
199
- }
200
- .e-dropdown-popup ul .e-item .e-menu-icon {
201
- color: #374151;
202
- }
203
- .e-dropdown-popup ul .e-item.e-focused {
204
- background-color: #f3f4f6;
205
- box-shadow: none;
206
- }
207
- .e-dropdown-popup ul .e-item:hover {
208
- background-color: #f3f4f6;
209
- color: #111827;
210
- }
211
- .e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
212
- background-color: #e5e7eb;
213
- color: #111827;
214
- }
215
- .e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
216
- color: #111827;
217
- }
218
- .e-dropdown-popup ul .e-item:active .e-menu-icon, .e-dropdown-popup ul .e-item.e-selected .e-menu-icon {
219
- color: #111827;
220
- }
221
- .e-dropdown-popup ul .e-separator {
222
- border-bottom-color: #e5e7eb;
223
- }
224
-
225
- .e-dropdown-btn.e-inherit,
226
- .e-dropdown-btn.e-btn.e-inherit {
227
- background: inherit;
228
- border-color: transparent;
229
- box-shadow: none;
230
- color: inherit;
231
- }
232
- .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
233
- .e-dropdown-btn.e-btn.e-inherit:hover,
234
- .e-dropdown-btn.e-btn.e-inherit:focus,
235
- .e-dropdown-btn.e-btn.e-inherit:active,
236
- .e-dropdown-btn.e-btn.e-inherit.e-active {
237
- background-color: rgba(0, 0, 0, 0.056);
238
- border-color: transparent;
239
- box-shadow: none;
240
- color: inherit;
241
- }
1
+ @import '@syncfusion/ej2-splitbuttons/styles/drop-down-button/tailwind.css';