@syncfusion/ej2-layouts 27.2.3 → 28.2.3

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 (120) hide show
  1. package/README.md +3 -3
  2. package/dist/ej2-layouts.min.js +3 -3
  3. package/dist/ej2-layouts.umd.min.js +3 -3
  4. package/dist/ej2-layouts.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-layouts.es2015.js +25 -1
  6. package/dist/es6/ej2-layouts.es2015.js.map +1 -1
  7. package/dist/es6/ej2-layouts.es5.js +25 -1
  8. package/dist/es6/ej2-layouts.es5.js.map +1 -1
  9. package/dist/global/ej2-layouts.min.js +3 -3
  10. package/dist/global/ej2-layouts.min.js.map +1 -1
  11. package/dist/global/index.d.ts +2 -2
  12. package/package.json +7 -7
  13. package/src/splitter/splitter.js +25 -1
  14. package/styles/avatar/_layout.scss +5 -5
  15. package/styles/avatar/_tailwind3-definition.scss +26 -0
  16. package/styles/avatar/bds.css +69 -0
  17. package/styles/avatar/bds.scss +3 -0
  18. package/styles/avatar/fluent2.css +1 -1
  19. package/styles/avatar/tailwind3.css +65 -0
  20. package/styles/avatar/tailwind3.scss +3 -0
  21. package/styles/bds-lite.css +1557 -0
  22. package/styles/bds-lite.scss +14 -0
  23. package/styles/bds.css +1796 -0
  24. package/styles/bds.scss +18 -0
  25. package/styles/bootstrap-dark-lite.css +1 -1
  26. package/styles/bootstrap-dark.css +1 -1
  27. package/styles/bootstrap-lite.css +1 -1
  28. package/styles/bootstrap.css +1 -1
  29. package/styles/bootstrap4-lite.css +1 -1
  30. package/styles/bootstrap4.css +1 -1
  31. package/styles/bootstrap5-dark-lite.css +1 -1
  32. package/styles/bootstrap5-dark.css +1 -1
  33. package/styles/bootstrap5-lite.css +1 -1
  34. package/styles/bootstrap5.3-lite.css +1 -1
  35. package/styles/bootstrap5.3.css +1 -1
  36. package/styles/bootstrap5.css +1 -1
  37. package/styles/card/_bigger.scss +8 -2
  38. package/styles/card/_layout.scss +15 -4
  39. package/styles/card/_tailwind3-definition.scss +126 -0
  40. package/styles/card/bds.css +561 -0
  41. package/styles/card/bds.scss +4 -0
  42. package/styles/card/fabric.css +0 -1
  43. package/styles/card/fluent2.css +2 -3
  44. package/styles/card/highcontrast.css +0 -1
  45. package/styles/card/tailwind3.css +551 -0
  46. package/styles/card/tailwind3.scss +4 -0
  47. package/styles/dashboard-layout/_bigger.scss +1 -1
  48. package/styles/dashboard-layout/_layout.scss +3 -3
  49. package/styles/dashboard-layout/_tailwind3-definition.scss +108 -0
  50. package/styles/dashboard-layout/_theme.scss +8 -1
  51. package/styles/dashboard-layout/bds.css +328 -0
  52. package/styles/dashboard-layout/bds.scss +5 -0
  53. package/styles/dashboard-layout/fluent2.css +1 -1
  54. package/styles/dashboard-layout/icons/_tailwind3.scss +80 -0
  55. package/styles/dashboard-layout/tailwind-dark.css +3 -0
  56. package/styles/dashboard-layout/tailwind.css +3 -0
  57. package/styles/dashboard-layout/tailwind3.css +314 -0
  58. package/styles/dashboard-layout/tailwind3.scss +5 -0
  59. package/styles/fabric-dark-lite.css +1 -1
  60. package/styles/fabric-dark.css +1 -1
  61. package/styles/fabric-lite.css +1 -2
  62. package/styles/fabric.css +1 -2
  63. package/styles/fluent-dark-lite.css +1 -1
  64. package/styles/fluent-dark.css +1 -1
  65. package/styles/fluent-lite.css +1 -1
  66. package/styles/fluent.css +1 -1
  67. package/styles/fluent2-lite.css +6 -7
  68. package/styles/fluent2.css +6 -7
  69. package/styles/highcontrast-light-lite.css +1 -1
  70. package/styles/highcontrast-light.css +1 -1
  71. package/styles/highcontrast-lite.css +1 -2
  72. package/styles/highcontrast.css +1 -2
  73. package/styles/material-dark-lite.css +1 -1
  74. package/styles/material-dark.css +1 -1
  75. package/styles/material-lite.css +1 -1
  76. package/styles/material.css +1 -1
  77. package/styles/material3-dark-lite.css +1 -1
  78. package/styles/material3-dark.css +1 -1
  79. package/styles/material3-lite.css +1 -1
  80. package/styles/material3.css +1 -1
  81. package/styles/splitter/_tailwind3-definition.scss +31 -0
  82. package/styles/splitter/bds.css +547 -0
  83. package/styles/splitter/bds.scss +5 -0
  84. package/styles/splitter/fluent2.css +1 -1
  85. package/styles/splitter/icons/_tailwind3.scss +21 -0
  86. package/styles/splitter/tailwind3.css +547 -0
  87. package/styles/splitter/tailwind3.scss +5 -0
  88. package/styles/tailwind-dark-lite.css +4 -1
  89. package/styles/tailwind-dark.css +4 -1
  90. package/styles/tailwind-lite.css +4 -1
  91. package/styles/tailwind.css +4 -1
  92. package/styles/tailwind3-lite.css +1538 -0
  93. package/styles/tailwind3-lite.scss +14 -0
  94. package/styles/tailwind3.css +1767 -0
  95. package/styles/tailwind3.scss +18 -0
  96. package/styles/timeline/_layout.scss +1 -1
  97. package/styles/timeline/_tailwind3-definition.scss +18 -0
  98. package/styles/timeline/bds.css +303 -0
  99. package/styles/timeline/bds.scss +4 -0
  100. package/styles/timeline/bootstrap-dark.css +1 -1
  101. package/styles/timeline/bootstrap.css +1 -1
  102. package/styles/timeline/bootstrap4.css +1 -1
  103. package/styles/timeline/bootstrap5-dark.css +1 -1
  104. package/styles/timeline/bootstrap5.3.css +1 -1
  105. package/styles/timeline/bootstrap5.css +1 -1
  106. package/styles/timeline/fabric-dark.css +1 -1
  107. package/styles/timeline/fabric.css +1 -1
  108. package/styles/timeline/fluent-dark.css +1 -1
  109. package/styles/timeline/fluent.css +1 -1
  110. package/styles/timeline/fluent2.css +1 -1
  111. package/styles/timeline/highcontrast-light.css +1 -1
  112. package/styles/timeline/highcontrast.css +1 -1
  113. package/styles/timeline/material-dark.css +1 -1
  114. package/styles/timeline/material.css +1 -1
  115. package/styles/timeline/material3-dark.css +1 -1
  116. package/styles/timeline/material3.css +1 -1
  117. package/styles/timeline/tailwind-dark.css +1 -1
  118. package/styles/timeline/tailwind.css +1 -1
  119. package/styles/timeline/tailwind3.css +303 -0
  120. package/styles/timeline/tailwind3.scss +4 -0
@@ -0,0 +1,551 @@
1
+
2
+
3
+
4
+
5
+ .e-card {
6
+ border-radius: 4px;
7
+ -webkit-box-sizing: border-box;
8
+ box-sizing: border-box;
9
+ display: -webkit-box;
10
+ display: -ms-flexbox;
11
+ display: flex;
12
+ -webkit-box-orient: vertical;
13
+ -webkit-box-direction: normal;
14
+ -ms-flex-direction: column;
15
+ flex-direction: column;
16
+ font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
17
+ font-size: 15px;
18
+ -webkit-box-pack: center;
19
+ -ms-flex-pack: center;
20
+ justify-content: center;
21
+ line-height: 36px;
22
+ min-height: 36px;
23
+ overflow: hidden;
24
+ position: relative;
25
+ text-overflow: ellipsis;
26
+ vertical-align: middle;
27
+ width: 100%;
28
+ }
29
+ .e-card > * {
30
+ -webkit-box-pack: center;
31
+ -ms-flex-pack: center;
32
+ justify-content: center;
33
+ }
34
+ .e-card > .e-card-header-title {
35
+ -webkit-box-sizing: border-box;
36
+ box-sizing: border-box;
37
+ font-size: 16px;
38
+ line-height: 1.25;
39
+ padding: 12px;
40
+ }
41
+ .e-card > .e-card-header-title + :not(.e-card-header-title) {
42
+ margin-top: 0;
43
+ padding-top: 0;
44
+ }
45
+ .e-card > .e-card-title {
46
+ font-size: 18px;
47
+ line-height: 1.5;
48
+ padding: 12px;
49
+ }
50
+ .e-card > .e-card-title + :not(.e-card-title) {
51
+ margin-top: 0;
52
+ padding-top: 0;
53
+ }
54
+ .e-card > .e-card-header-title,
55
+ .e-card > .e-card-title {
56
+ overflow: hidden;
57
+ text-overflow: ellipsis;
58
+ }
59
+ .e-card .e-card-header-caption {
60
+ line-height: normal;
61
+ }
62
+ .e-card .e-card-header-caption .e-card-header-title {
63
+ font-size: 16px;
64
+ }
65
+ .e-card .e-card-header-caption .e-card-sub-title {
66
+ font-size: 14px;
67
+ }
68
+ .e-card .e-card-stacked {
69
+ display: -webkit-box;
70
+ display: -ms-flexbox;
71
+ display: flex;
72
+ -webkit-box-orient: vertical;
73
+ -webkit-box-direction: normal;
74
+ -ms-flex-direction: column;
75
+ flex-direction: column;
76
+ -webkit-box-pack: center;
77
+ -ms-flex-pack: center;
78
+ justify-content: center;
79
+ overflow: hidden;
80
+ }
81
+ .e-card.e-card-horizontal,
82
+ .e-card .e-card-horizontal {
83
+ display: -webkit-box;
84
+ display: -ms-flexbox;
85
+ display: flex;
86
+ -webkit-box-orient: horizontal;
87
+ -webkit-box-direction: normal;
88
+ -ms-flex-direction: row;
89
+ flex-direction: row;
90
+ -webkit-box-pack: center;
91
+ -ms-flex-pack: center;
92
+ justify-content: center;
93
+ }
94
+ .e-card.e-card-horizontal .e-card-image,
95
+ .e-card.e-card-horizontal img,
96
+ .e-card .e-card-horizontal .e-card-image,
97
+ .e-card .e-card-horizontal img {
98
+ margin: 2px;
99
+ }
100
+ .e-card .e-card-horizontal {
101
+ line-height: normal;
102
+ padding: 2px;
103
+ }
104
+ .e-card.e-card-horizontal > * {
105
+ -webkit-box-flex: 1;
106
+ -ms-flex: 1;
107
+ flex: 1;
108
+ }
109
+ .e-card.e-card-horizontal .e-card-stacked {
110
+ display: -webkit-box;
111
+ display: -ms-flexbox;
112
+ display: flex;
113
+ -webkit-box-flex: 1;
114
+ -ms-flex: 1;
115
+ flex: 1;
116
+ -webkit-box-orient: vertical;
117
+ -webkit-box-direction: normal;
118
+ -ms-flex-direction: column;
119
+ flex-direction: column;
120
+ overflow: hidden;
121
+ }
122
+ .e-card.e-card-horizontal .e-card-stacked > :first-child {
123
+ -webkit-box-flex: 1;
124
+ -ms-flex-positive: 1;
125
+ flex-grow: 1;
126
+ }
127
+ .e-card .e-card-separator {
128
+ display: block;
129
+ }
130
+ .e-card .e-card-corner {
131
+ border-radius: 50%;
132
+ }
133
+ .e-card .e-card-header {
134
+ -webkit-box-sizing: border-box;
135
+ box-sizing: border-box;
136
+ display: -webkit-box;
137
+ display: -ms-flexbox;
138
+ display: flex;
139
+ -webkit-box-orient: horizontal;
140
+ -webkit-box-direction: normal;
141
+ -ms-flex-direction: row;
142
+ flex-direction: row;
143
+ -webkit-box-pack: center;
144
+ -ms-flex-pack: center;
145
+ justify-content: center;
146
+ line-height: normal;
147
+ min-height: 22.5px;
148
+ padding: 16px;
149
+ width: inherit;
150
+ border-bottom: 1px solid var(--color-sf-border-light);
151
+ }
152
+ .e-card .e-card-header .e-card-content {
153
+ padding-left: 0;
154
+ padding-right: 0;
155
+ }
156
+ .e-card .e-card-header .e-card-actions {
157
+ -webkit-box-pack: start;
158
+ -ms-flex-pack: start;
159
+ justify-content: flex-start;
160
+ }
161
+ .e-card .e-card-header .e-card-header-image {
162
+ -ms-flex-item-align: center;
163
+ align-self: center;
164
+ display: -webkit-box;
165
+ display: -ms-flexbox;
166
+ display: flex;
167
+ }
168
+ .e-card .e-card-header .e-card-header-caption {
169
+ -ms-flex-item-align: center;
170
+ align-self: center;
171
+ display: -webkit-box;
172
+ display: -ms-flexbox;
173
+ display: flex;
174
+ -webkit-box-flex: 1;
175
+ -ms-flex: 1;
176
+ flex: 1;
177
+ -webkit-box-orient: vertical;
178
+ -webkit-box-direction: normal;
179
+ -ms-flex-direction: column;
180
+ flex-direction: column;
181
+ overflow: hidden;
182
+ padding: 0 0 0 12px;
183
+ }
184
+ .e-card .e-card-header .e-card-header-caption:first-child {
185
+ padding: 0;
186
+ }
187
+ .e-card .e-card-header .e-card-header-caption .e-card-header-title,
188
+ .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
189
+ display: inline-block;
190
+ overflow: hidden;
191
+ text-overflow: ellipsis;
192
+ white-space: nowrap;
193
+ }
194
+ .e-card .e-card-header .e-card-header-caption .e-card-header-title {
195
+ font-size: 14px;
196
+ font-weight: 600;
197
+ line-height: 20px;
198
+ }
199
+ .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
200
+ font-size: 14px;
201
+ font-weight: normal;
202
+ line-height: 20px;
203
+ padding: 4px 0 0;
204
+ }
205
+ .e-card .e-card-header .e-card-header-image {
206
+ background-repeat: no-repeat;
207
+ background-size: cover;
208
+ height: 50px;
209
+ width: 52px;
210
+ }
211
+ .e-card .e-card-header .e-card-corner {
212
+ border-radius: 50%;
213
+ }
214
+ .e-card .e-card-image {
215
+ background-size: cover;
216
+ min-height: 112.5px;
217
+ position: relative;
218
+ width: 100%;
219
+ }
220
+ .e-card .e-card-image .e-card-title {
221
+ bottom: 0;
222
+ -webkit-box-sizing: border-box;
223
+ box-sizing: border-box;
224
+ font-size: 16px;
225
+ line-height: 30px;
226
+ min-height: 30px;
227
+ overflow: hidden;
228
+ padding: 12px 16px;
229
+ position: absolute;
230
+ text-overflow: ellipsis;
231
+ width: inherit;
232
+ }
233
+ .e-card .e-card-image .e-card-title.e-card-top-left, .e-card .e-card-image .e-card-title.e-card-top-right {
234
+ bottom: auto;
235
+ top: 0;
236
+ }
237
+ .e-card .e-card-image .e-card-title.e-card-top-right {
238
+ text-align: right;
239
+ }
240
+ .e-card .e-card-image .e-card-title.e-card-bottom-right {
241
+ text-align: right;
242
+ }
243
+ .e-card .e-card-actions {
244
+ -webkit-box-sizing: border-box;
245
+ box-sizing: border-box;
246
+ display: inline-block;
247
+ -webkit-box-pack: start;
248
+ -ms-flex-pack: start;
249
+ justify-content: flex-start;
250
+ padding: 12px 16px;
251
+ border-top: 1px solid var(--color-sf-border-light);
252
+ line-height: 30px;
253
+ }
254
+ .e-card .e-card-actions.e-card-vertical {
255
+ display: -webkit-box;
256
+ display: -ms-flexbox;
257
+ display: flex;
258
+ -webkit-box-orient: vertical;
259
+ -webkit-box-direction: normal;
260
+ -ms-flex-direction: column;
261
+ flex-direction: column;
262
+ padding: 12px;
263
+ }
264
+ .e-card .e-card-actions.e-card-vertical .e-card-btn,
265
+ .e-card .e-card-actions.e-card-vertical a {
266
+ -ms-flex-item-align: initial;
267
+ align-self: initial;
268
+ -webkit-box-sizing: border-box;
269
+ box-sizing: border-box;
270
+ display: inline-block;
271
+ -webkit-box-pack: center;
272
+ -ms-flex-pack: center;
273
+ justify-content: center;
274
+ margin: 0 0 0 8px;
275
+ text-align: center;
276
+ width: 100%;
277
+ }
278
+ .e-card .e-card-actions.e-card-vertical .e-card-btn:last-child,
279
+ .e-card .e-card-actions.e-card-vertical a:last-child {
280
+ margin-bottom: 0;
281
+ }
282
+ .e-card .e-card-actions button,
283
+ .e-card .e-card-actions a {
284
+ -webkit-box-align: center;
285
+ -ms-flex-align: center;
286
+ align-items: center;
287
+ -ms-flex-item-align: center;
288
+ align-self: center;
289
+ cursor: pointer;
290
+ display: -webkit-inline-box;
291
+ display: -ms-inline-flexbox;
292
+ display: inline-flex;
293
+ overflow: hidden;
294
+ vertical-align: middle;
295
+ white-space: nowrap;
296
+ }
297
+ .e-card .e-card-actions .e-card-btn span,
298
+ .e-card .e-card-actions .e-card-btn span.e-icons {
299
+ display: -webkit-box;
300
+ display: -ms-flexbox;
301
+ display: flex;
302
+ font-size: 14px;
303
+ height: 24px;
304
+ width: 24px;
305
+ }
306
+ .e-card .e-card-actions .e-card-btn span::before,
307
+ .e-card .e-card-actions .e-card-btn span.e-icons::before {
308
+ -ms-flex-item-align: center;
309
+ align-self: center;
310
+ display: -webkit-box;
311
+ display: -ms-flexbox;
312
+ display: flex;
313
+ -webkit-box-pack: center;
314
+ -ms-flex-pack: center;
315
+ justify-content: center;
316
+ width: inherit;
317
+ }
318
+ .e-card .e-card-actions .e-card-btn > * {
319
+ overflow: hidden;
320
+ text-overflow: ellipsis;
321
+ width: inherit;
322
+ }
323
+ .e-card .e-card-actions .e-card-btn,
324
+ .e-card .e-card-actions a {
325
+ border-radius: 2px;
326
+ }
327
+ .e-card .e-card-actions .e-card-btn,
328
+ .e-card .e-card-actions a {
329
+ font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
330
+ font-size: 14px;
331
+ line-height: 30px;
332
+ margin: 0 0 0 8px;
333
+ min-height: 30px;
334
+ padding: 0 6px;
335
+ text-decoration: none;
336
+ text-transform: none;
337
+ }
338
+ .e-card .e-card-actions .e-card-btn:first-child,
339
+ .e-card .e-card-actions a:first-child {
340
+ margin-left: 0;
341
+ }
342
+ .e-card .e-card-content {
343
+ font-size: 14px;
344
+ line-height: 20px;
345
+ padding: 16px;
346
+ word-wrap: break-word;
347
+ }
348
+ .e-card .e-card-content,
349
+ .e-card .e-card-content p {
350
+ line-height: 20px;
351
+ overflow: hidden;
352
+ text-overflow: ellipsis;
353
+ }
354
+
355
+ /* stylelint-disable property-no-vendor-prefix */
356
+ .e-card {
357
+ -webkit-tap-highlight-color: var(--color-sf-primary);
358
+ background: var(--color-sf-content-bg-color);
359
+ border: 1px solid var(--color-sf-border-light);
360
+ -webkit-box-shadow: none;
361
+ box-shadow: none;
362
+ color: var(--color-sf-content-text-color);
363
+ outline: none;
364
+ }
365
+ .e-card:hover {
366
+ background-color: var(--color-sf-content-bg-color-alt1);
367
+ border-color: var(--color-sf-border-light);
368
+ }
369
+ .e-card:focus {
370
+ background-color: var(--color-sf-content-bg-color-alt1);
371
+ border-color: var(--color-sf-border-light);
372
+ }
373
+ .e-card:active {
374
+ background-color: var(--color-sf-content-bg-color-alt2);
375
+ border-color: var(--color-sf-primary);
376
+ }
377
+ .e-card .e-card-separator {
378
+ border-bottom: 1px solid var(--color-sf-border-light);
379
+ }
380
+ .e-card .e-card-header-caption .e-card-header-title {
381
+ color: var(--color-sf-content-text-color);
382
+ }
383
+ .e-card .e-card-header-caption .e-card-sub-title {
384
+ color: var(--color-sf-content-text-color-alt2);
385
+ }
386
+ .e-card .e-card-image .e-card-title {
387
+ background-color: var(--color-sf-overlay-bg-color);
388
+ color: var(--color-sf-white);
389
+ }
390
+ .e-card .e-card-actions .e-card-btn span,
391
+ .e-card .e-card-actions .e-card-btn span.e-icons {
392
+ color: var(--color-sf-primary);
393
+ }
394
+ .e-card .e-card-actions .e-card-btn,
395
+ .e-card .e-card-actions a {
396
+ background-color: var(--color-sf-transparent);
397
+ border: 1px solid var(--color-sf-primary);
398
+ color: var(--color-sf-primary);
399
+ outline: 0;
400
+ }
401
+ .e-card .e-card-actions .e-card-btn:hover,
402
+ .e-card .e-card-actions a:hover {
403
+ background-color: var(--color-sf-primary);
404
+ border: 1px solid var(--color-sf-secondary-border-color-hover);
405
+ color: var(--color-sf-white);
406
+ }
407
+ .e-card .e-card-actions .e-card-btn:focus,
408
+ .e-card .e-card-actions a:focus {
409
+ background-color: var(--color-sf-secondary-bg-color-focus);
410
+ border: 1px solid;
411
+ color: var(--color-sf-secondary-text-color-focus);
412
+ }
413
+ .e-card .e-card-actions .e-card-btn:active,
414
+ .e-card .e-card-actions a:active {
415
+ background-color: var(--color-sf-secondary-bg-color-pressed);
416
+ border: 1px solid var(--color-sf-secondary-border-color-pressed);
417
+ color: var(--color-sf-secondary-text-color-pressed);
418
+ }
419
+ .e-card .e-card-content {
420
+ color: var(--color-sf-content-text-color-alt2);
421
+ }
422
+
423
+ .e-bigger .e-card,
424
+ .e-bigger.e-card {
425
+ line-height: 48px;
426
+ min-height: 48px;
427
+ }
428
+ .e-bigger .e-card > .e-card-header-title,
429
+ .e-bigger.e-card > .e-card-header-title {
430
+ line-height: 1.5;
431
+ padding: 20px 24px;
432
+ }
433
+ .e-bigger .e-card > .e-card-header-title + :not(.e-card-header-title),
434
+ .e-bigger.e-card > .e-card-header-title + :not(.e-card-header-title) {
435
+ margin-top: 0;
436
+ padding-top: 0;
437
+ }
438
+ .e-bigger .e-card > .e-card-title,
439
+ .e-bigger.e-card > .e-card-title {
440
+ line-height: 1.5;
441
+ padding: 16px;
442
+ }
443
+ .e-bigger .e-card > .e-card-title + :not(.e-card-title),
444
+ .e-bigger.e-card > .e-card-title + :not(.e-card-title) {
445
+ margin-top: 0;
446
+ padding-top: 0;
447
+ }
448
+ .e-bigger .e-card.e-card-horizontal .e-card-image,
449
+ .e-bigger .e-card.e-card-horizontal img,
450
+ .e-bigger .e-card .e-card-horizontal .e-card-image,
451
+ .e-bigger .e-card .e-card-horizontal img,
452
+ .e-bigger.e-card.e-card-horizontal .e-card-image,
453
+ .e-bigger.e-card.e-card-horizontal img,
454
+ .e-bigger.e-card .e-card-horizontal .e-card-image,
455
+ .e-bigger.e-card .e-card-horizontal img {
456
+ margin: 2px;
457
+ }
458
+ .e-bigger .e-card .e-card-header,
459
+ .e-bigger.e-card .e-card-header {
460
+ min-height: 30px;
461
+ padding: 20px 24px;
462
+ }
463
+ .e-bigger .e-card .e-card-header .e-card-content,
464
+ .e-bigger.e-card .e-card-header .e-card-content {
465
+ padding-left: 0;
466
+ padding-right: 0;
467
+ }
468
+ .e-bigger .e-card .e-card-header .e-card-header-caption,
469
+ .e-bigger.e-card .e-card-header .e-card-header-caption {
470
+ padding: 0 0 0 16px;
471
+ }
472
+ .e-bigger .e-card .e-card-header .e-card-header-caption:first-child,
473
+ .e-bigger.e-card .e-card-header .e-card-header-caption:first-child {
474
+ padding: 0;
475
+ }
476
+ .e-bigger .e-card .e-card-header .e-card-header-caption .e-card-header-title,
477
+ .e-bigger.e-card .e-card-header .e-card-header-caption .e-card-header-title {
478
+ font-size: 16px;
479
+ line-height: 24px;
480
+ }
481
+ .e-bigger .e-card .e-card-header .e-card-header-caption .e-card-sub-title,
482
+ .e-bigger.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
483
+ font-size: 16px;
484
+ line-height: 20px;
485
+ padding: 4px 0 0;
486
+ }
487
+ .e-bigger .e-card .e-card-header .e-card-header-image,
488
+ .e-bigger.e-card .e-card-header .e-card-header-image {
489
+ background-size: cover;
490
+ height: 60px;
491
+ width: 55px;
492
+ }
493
+ .e-bigger .e-card .e-card-image,
494
+ .e-bigger.e-card .e-card-image {
495
+ min-height: 150px;
496
+ }
497
+ .e-bigger .e-card .e-card-image .e-card-title,
498
+ .e-bigger.e-card .e-card-image .e-card-title {
499
+ font-size: 18px;
500
+ line-height: 1.25;
501
+ min-height: 40px;
502
+ padding: 12px 16px;
503
+ }
504
+ .e-bigger .e-card .e-card-actions,
505
+ .e-bigger.e-card .e-card-actions {
506
+ padding: 16px 24px;
507
+ }
508
+ .e-bigger .e-card .e-card-actions.e-card-vertical,
509
+ .e-bigger.e-card .e-card-actions.e-card-vertical {
510
+ padding: 16px 20px;
511
+ }
512
+ .e-bigger .e-card .e-card-actions.e-card-vertical .e-card-btn,
513
+ .e-bigger .e-card .e-card-actions.e-card-vertical a,
514
+ .e-bigger.e-card .e-card-actions.e-card-vertical .e-card-btn,
515
+ .e-bigger.e-card .e-card-actions.e-card-vertical a {
516
+ margin: 0 0 7px 0;
517
+ }
518
+ .e-bigger .e-card .e-card-actions.e-card-vertical .e-card-btn:last-child,
519
+ .e-bigger .e-card .e-card-actions.e-card-vertical a:last-child,
520
+ .e-bigger.e-card .e-card-actions.e-card-vertical .e-card-btn:last-child,
521
+ .e-bigger.e-card .e-card-actions.e-card-vertical a:last-child {
522
+ margin-bottom: 0;
523
+ }
524
+ .e-bigger .e-card .e-card-actions .e-card-btn span,
525
+ .e-bigger .e-card .e-card-actions .e-card-btn span.e-icons,
526
+ .e-bigger.e-card .e-card-actions .e-card-btn span,
527
+ .e-bigger.e-card .e-card-actions .e-card-btn span.e-icons {
528
+ height: 24px;
529
+ width: 24px;
530
+ }
531
+ .e-bigger .e-card .e-card-actions .e-card-btn,
532
+ .e-bigger .e-card .e-card-actions a,
533
+ .e-bigger.e-card .e-card-actions .e-card-btn,
534
+ .e-bigger.e-card .e-card-actions a {
535
+ line-height: 38px;
536
+ margin: 0 0 0 13px;
537
+ min-height: 38px;
538
+ padding: 0 8px;
539
+ }
540
+ .e-bigger .e-card .e-card-actions .e-card-btn:first-child,
541
+ .e-bigger .e-card .e-card-actions a:first-child,
542
+ .e-bigger.e-card .e-card-actions .e-card-btn:first-child,
543
+ .e-bigger.e-card .e-card-actions a:first-child {
544
+ margin-left: 0;
545
+ }
546
+ .e-bigger .e-card .e-card-content,
547
+ .e-bigger.e-card .e-card-content {
548
+ padding: 24px;
549
+ font-size: 16px;
550
+ line-height: 24px;
551
+ }
@@ -0,0 +1,4 @@
1
+ @import 'ej2-base/styles/definition/tailwind3.scss';
2
+ @import 'tailwind3-definition.scss';
3
+ @import 'all.scss';
4
+ @import 'bigger.scss';
@@ -3,7 +3,7 @@
3
3
  font-weight: $panel-bigger-header-font-weight;
4
4
  height: $panel-bigger-header-height;
5
5
  padding: $panel-bigger-header-padding;
6
- @if ($skin-name == 'tailwind') {
6
+ @if ($skin-name == 'tailwind' or $skin-name == 'tailwind3') {
7
7
  line-height: $panel-bigger-header-line-height;
8
8
  }
9
9
  }
@@ -8,7 +8,7 @@
8
8
  width: $panel-full-width;
9
9
 
10
10
  td.e-dashboard-gridline {
11
- @if ($skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'Material3') {
11
+ @if ($skin-name == 'tailwind' or $skin-name == 'tailwind3' or $skin-name == 'bootstrap5' or $skin-name == 'Material3') {
12
12
  border: 1px dashed $gridline-border;
13
13
  }
14
14
  @else {
@@ -65,7 +65,7 @@
65
65
  }
66
66
 
67
67
  &:active {
68
- @if ($skin-name != 'tailwind') {
68
+ @if ($skin-name != 'tailwind' or $skin-name != 'tailwind3') {
69
69
  border: $panel-active-border;
70
70
  }
71
71
  }
@@ -106,7 +106,7 @@
106
106
  font-weight: $panel-header-font-weight;
107
107
  height: $panel-header-height;
108
108
  padding: $panel-header-padding;
109
- @if ($skin-name == 'tailwind') {
109
+ @if ($skin-name == 'tailwind' or $skin-name == 'tailwind3') {
110
110
  line-height: $panel-header-line-height;
111
111
  }
112
112
 
@@ -0,0 +1,108 @@
1
+ /*! component's theme wise override tailwind-definitions and variables */
2
+
3
+ // Generic
4
+ $icon-zero: 0 !default;
5
+ $icon-border-radius: 50% !default;
6
+ $grid-layout-position: relative !default;
7
+ $panel-position: absolute !default;
8
+ $panel-box-sizing: border-box !default;
9
+
10
+ // Header styles
11
+
12
+ // Mouse
13
+ $panel-header-height: 38px !default;
14
+ $panel-header-padding: 10px 9px 5px !default;
15
+ $panel-header-line-height: 24px !default;
16
+ $panel-header-border-radius: 4px !default;
17
+ $panel-header-color: $content-text-color !default;
18
+ $panel-header-font-size: $text-base !default;
19
+ $panel-header-bg-color: $content-bg-color !default;
20
+ $panel-header-font-weight: $font-weight-normal !default;
21
+ $panel-header-border-bottom: 1px solid $border-light !default;
22
+ $panel-header-font-family: $font-family !default;
23
+ $panel-header-white-space: nowrap !default;
24
+ $panel-header-overflow: hidden !default;
25
+ $panel-header-text-overflow: ellipsis !default;
26
+
27
+ // Touch
28
+ $panel-bigger-header-height: 38px !default;
29
+ $panel-bigger-header-padding: 10px 9px 5px !default;
30
+ $panel-bigger-header-line-height: 24px !default;
31
+ $panel-bigger-header-color: $content-text-color !default;
32
+ $panel-bigger-header-font-size: $text-base !default;
33
+ $panel-bigger-header-font-weight: $font-weight-normal !default;
34
+
35
+ // Panel styles
36
+ $panel-border: 1px solid $border-light !default;
37
+ $panel-border-radius: 4px !default;
38
+ $panel-full-height: 100% !default;
39
+ $panel-full-width: 100% !default;
40
+ $panel-hover-border: 1px solid $border-dark !default;
41
+ $panel-active-border: 1px solid $primary-border-color !default;
42
+
43
+ // icons styles
44
+ $panel-resize-one-dimensional-icon-height: 8px !default;
45
+ $panel-resize-one-dimensional-icon-width: 8px !default;
46
+ $panel-resize-one-dimensional-icon-background: none !default;
47
+ $panel-resize-one-dimensional-icon-border: none !default;
48
+ $panel-resize-one-dimensional-icon-shadow: none !default;
49
+
50
+ $panel-resize-two-dimensional-icon-height: 8px !default;
51
+ $panel-resize-two-dimensional-icon-width: 8px !default;
52
+ $panel-resize-two-dimensional-inner-icon-height: 8px !default;
53
+ $panel-resize-two-dimensional-inner-icon-width: 8px !default;
54
+ $panel-resize-two-dimensional-icon-background: none !default;
55
+ $panel-resize-two-dimensional-icon-color: $icon-color-disabled !default;
56
+ $panel-resize-two-dimensional-icon-border: none !default;
57
+ $panel-resize-two-dimensional-icon-shadow: none !default;
58
+
59
+ // south-east-icon-styles
60
+ $panel-south-east-icon-right: 2px !default;
61
+ $panel-south-east-icon-bottom: 2px !default;
62
+
63
+ // south-west-icon-style
64
+ $panel-south-west-icon-left: 2px !default;
65
+ $panel-south-west-icon-bottom: 2px !default;
66
+
67
+ // north-east-icon-styles
68
+ $panel-north-east-icon-right: 2px !default;
69
+ $panel-north-east-icon-top: 2px !default;
70
+
71
+ // north-west-icon-styles
72
+ $panel-north-west-icon-left: 2px !default;
73
+ $panel-north-west-icon-top: 2px !default;
74
+
75
+ // droppable area border
76
+ $panel-drop-border-radius: 4px !default;
77
+
78
+ // dragging element style
79
+ $panel-dragging-cursor: move !default;
80
+ $panel-drag-prevent: none !default;
81
+
82
+ // Blazor ContentTemplate styles
83
+ $panel-content-template-height: inherit !default;
84
+ $panel-content-template-width: inherit !default;
85
+
86
+ /* stylelint-disable */
87
+ $panel-dragging-zindex: 1111 !important !default;
88
+ $panel-drag-prevent: none !default;
89
+
90
+ $element-width-complete: 100% !important !default;
91
+
92
+ // colors
93
+
94
+ // Panel styles
95
+ $panel-active-background: $content-bg-color-selected !default;
96
+ $panel-hover-box-shadow: $shadow !default;
97
+ $panel-active-drag-box-shadow: $shadow !default;
98
+ $panel-background: $flyout-bg-color !default;
99
+ $panel-box-shadow: $shadow-sm;
100
+
101
+ // droppable area border
102
+ $panel-drop-background: $primary-lighter !default;
103
+ $panel-drop-border: 1px $primary-border-color dashed !default;
104
+
105
+ //gridlines
106
+ $gridline-background: $content-bg-color-alt1 !default;
107
+ $gridline-border: $border-light !default;
108
+ $gridline-border-radius: 6px !default;