@vaadin/react-components 25.0.0-alpha8 → 25.0.0-beta2

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 (70) hide show
  1. package/ConfirmDialog.d.ts +1 -1
  2. package/ConfirmDialog.d.ts.map +1 -1
  3. package/ConfirmDialog.js.map +1 -1
  4. package/ContextMenu.js +1 -1
  5. package/ContextMenu.js.map +2 -2
  6. package/Dialog.d.ts +2 -2
  7. package/Dialog.d.ts.map +1 -1
  8. package/Dialog.js +1 -1
  9. package/Dialog.js.map +1 -1
  10. package/LoginOverlay.js +1 -1
  11. package/LoginOverlay.js.map +2 -2
  12. package/MultiSelectComboBox.js +1 -1
  13. package/MultiSelectComboBox.js.map +2 -2
  14. package/Popover.d.ts +8 -2
  15. package/Popover.d.ts.map +1 -1
  16. package/Popover.js +1 -1
  17. package/Popover.js.map +3 -3
  18. package/Select.js.map +2 -2
  19. package/TabSheet.d.ts +0 -23
  20. package/TabSheet.d.ts.map +1 -1
  21. package/TabSheet.js +1 -1
  22. package/TabSheet.js.map +3 -3
  23. package/Tooltip.js +1 -1
  24. package/Tooltip.js.map +2 -2
  25. package/css/lumo/Utility.module.css +16 -47
  26. package/css/lumo/utilities/Accessibility.module.css +17 -15
  27. package/css/lumo/utilities/Background.module.css +189 -150
  28. package/css/lumo/utilities/Border.module.css +173 -141
  29. package/css/lumo/utilities/Filter.module.css +35 -26
  30. package/css/lumo/utilities/FlexboxGrid.module.css +780 -2
  31. package/css/lumo/utilities/Layout.module.css +544 -413
  32. package/css/lumo/utilities/Shadows.module.css +27 -20
  33. package/css/lumo/utilities/Sizing.module.css +142 -115
  34. package/css/lumo/utilities/Spacing.module.css +682 -536
  35. package/css/lumo/utilities/Transition.module.css +46 -44
  36. package/css/lumo/utilities/Typography.module.css +366 -280
  37. package/generated/ContextMenu.d.ts +2 -0
  38. package/generated/ContextMenu.d.ts.map +1 -1
  39. package/generated/LoginOverlay.d.ts +2 -0
  40. package/generated/LoginOverlay.d.ts.map +1 -1
  41. package/generated/MultiSelectComboBox.d.ts +2 -2
  42. package/generated/MultiSelectComboBox.d.ts.map +1 -1
  43. package/generated/Tooltip.d.ts +8 -3
  44. package/generated/Tooltip.d.ts.map +1 -1
  45. package/package.json +69 -76
  46. package/renderers/useRenderer.js +1 -1
  47. package/renderers/useRenderer.js.map +2 -2
  48. package/utils/createComponent.js +1 -1
  49. package/utils/createComponent.js.map +2 -2
  50. package/utils/warnings.d.ts +2 -0
  51. package/utils/warnings.d.ts.map +1 -0
  52. package/utils/warnings.js +2 -0
  53. package/utils/warnings.js.map +7 -0
  54. package/css/Lumo.css +0 -15
  55. package/css/lumo/Badge.css +0 -165
  56. package/css/lumo/Color.css +0 -122
  57. package/css/lumo/ColorBase.css +0 -87
  58. package/css/lumo/Font.css +0 -22
  59. package/css/lumo/FontIcons.css +0 -59
  60. package/css/lumo/Sizing.css +0 -17
  61. package/css/lumo/Spacing.css +0 -25
  62. package/css/lumo/Style.css +0 -19
  63. package/css/lumo/Typography.css +0 -96
  64. package/css/lumo/UserColors.css +0 -22
  65. package/css/lumo/mixins/FieldButton.css +0 -29
  66. package/css/lumo/mixins/MenuOverlay.css +0 -64
  67. package/css/lumo/mixins/MenuOverlayCore.css +0 -32
  68. package/css/lumo/mixins/Overlay.css +0 -67
  69. package/css/lumo/mixins/RequiredField.css +0 -103
  70. package/css/lumo/utilities/FlexboxAndGrid.module.css +0 -613
@@ -1,103 +0,0 @@
1
- /* Generated file, do not edit */
2
-
3
-
4
- [part='label'] {
5
- align-self: flex-start;
6
- color: var(--vaadin-input-field-label-color, var(--lumo-secondary-text-color));
7
- font-weight: var(--vaadin-input-field-label-font-weight, 500);
8
- font-size: var(--vaadin-input-field-label-font-size, var(--lumo-font-size-s));
9
- transition: color 0.2s;
10
- line-height: 1;
11
- padding-inline-start: calc(var(--lumo-border-radius-m) / 4);
12
- padding-inline-end: 1em;
13
- padding-bottom: 0.5em;
14
- /* As a workaround for diacritics being cut off, add a top padding and a
15
- negative margin to compensate */
16
- padding-top: 0.25em;
17
- margin-top: -0.25em;
18
- overflow: hidden;
19
- white-space: nowrap;
20
- text-overflow: ellipsis;
21
- position: relative;
22
- max-width: 100%;
23
- box-sizing: border-box;
24
- }
25
-
26
- html([focused]:not([readonly])) [part='label'] {
27
- color: var(--vaadin-input-field-focused-label-color, var(--lumo-primary-text-color));
28
- }
29
-
30
- :host(:hover:not([readonly]):not([focused])) [part='label'] {
31
- color: var(--vaadin-input-field-hovered-label-color, var(--lumo-body-text-color));
32
- }
33
-
34
- /* Touch device adjustment */
35
- @media (pointer: coarse) {
36
- :host(:hover:not([readonly]):not([focused])) [part='label'] {
37
- color: var(--vaadin-input-field-label-color, var(--lumo-secondary-text-color));
38
- }
39
- }
40
-
41
- :host([has-label])::before {
42
- margin-top: calc(var(--lumo-font-size-s) * 1.5);
43
- }
44
-
45
- :host([has-label][theme~='small'])::before {
46
- margin-top: calc(var(--lumo-font-size-xs) * 1.5);
47
- }
48
-
49
- :host([has-label]) {
50
- padding-top: var(--lumo-space-m);
51
- }
52
-
53
- :host([has-label]) ::slotted([slot='tooltip']) {
54
- --vaadin-tooltip-offset-bottom: calc((var(--lumo-space-m) - var(--lumo-space-xs)) * -1);
55
- }
56
-
57
- :host([required]) [part='required-indicator']::after {
58
- content: var(--lumo-required-field-indicator, '\\2022');
59
- color: var(--lumo-required-field-indicator-color, var(--lumo-primary-text-color));
60
- position: absolute;
61
- right: 0;
62
- width: 1em;
63
- text-align: center;
64
- }
65
-
66
- :host([invalid]) [part='required-indicator']::after {
67
- color: var(--lumo-required-field-indicator-color, var(--lumo-error-text-color));
68
- }
69
-
70
- [part='error-message'] {
71
- margin-left: calc(var(--lumo-border-radius-m) / 4);
72
- font-size: var(--vaadin-input-field-error-font-size, var(--lumo-font-size-xs));
73
- line-height: var(--lumo-line-height-xs);
74
- font-weight: var(--vaadin-input-field-error-font-weight, 400);
75
- color: var(--vaadin-input-field-error-color, var(--lumo-error-text-color));
76
- will-change: max-height;
77
- transition: 0.4s max-height;
78
- max-height: 5em;
79
- }
80
-
81
- :host([has-error-message]) [part='error-message']::before,
82
- :host([has-error-message]) [part='error-message']::after {
83
- content: '';
84
- display: block;
85
- height: 0.4em;
86
- }
87
-
88
- :host(:not([invalid])) [part='error-message'] {
89
- max-height: 0;
90
- overflow: hidden;
91
- }
92
-
93
- /* RTL specific styles */
94
-
95
- :host([dir='rtl']) [part='required-indicator']::after {
96
- right: auto;
97
- left: 0;
98
- }
99
-
100
- :host([dir='rtl']) [part='error-message'] {
101
- margin-left: 0;
102
- margin-right: calc(var(--lumo-border-radius-m) / 4);
103
- }
@@ -1,613 +0,0 @@
1
- /* Generated file, do not edit */
2
-
3
-
4
- /* === Align content === */
5
- .content-center {
6
- align-content: center;
7
- }
8
- .content-end {
9
- align-content: flex-end;
10
- }
11
- .content-start {
12
- align-content: flex-start;
13
- }
14
- .content-around {
15
- align-content: space-around;
16
- }
17
- .content-between {
18
- align-content: space-between;
19
- }
20
- .content-evenly {
21
- align-content: space-evenly;
22
- }
23
- .content-stretch {
24
- align-content: stretch;
25
- }
26
-
27
- /* === Align items === */
28
- .items-baseline {
29
- align-items: baseline;
30
- }
31
- .items-center {
32
- align-items: center;
33
- }
34
- .items-end {
35
- align-items: flex-end;
36
- }
37
- .items-start {
38
- align-items: flex-start;
39
- }
40
- .items-stretch {
41
- align-items: stretch;
42
- }
43
-
44
- /* === Align self === */
45
- .self-auto {
46
- align-self: auto;
47
- }
48
- .self-baseline {
49
- align-self: baseline;
50
- }
51
- .self-center {
52
- align-self: center;
53
- }
54
- .self-end {
55
- align-self: flex-end;
56
- }
57
- .self-start {
58
- align-self: flex-start;
59
- }
60
- .self-stretch {
61
- align-self: stretch;
62
- }
63
-
64
- /* === Flex === */
65
- .flex-1 {
66
- flex: 1 1 0%;
67
- }
68
- .flex-auto {
69
- flex: 1 1 auto;
70
- }
71
- .flex-none {
72
- flex: none;
73
- }
74
-
75
- /* === Flex direction === */
76
- .flex-col {
77
- flex-direction: column;
78
- }
79
- .flex-col-reverse {
80
- flex-direction: column-reverse;
81
- }
82
- .flex-row {
83
- flex-direction: row;
84
- }
85
- .flex-row-reverse {
86
- flex-direction: row-reverse;
87
- }
88
-
89
- /* === Flex grow === */
90
- .flex-grow {
91
- flex-grow: 1;
92
- }
93
- .flex-grow-0 {
94
- flex-grow: 0;
95
- }
96
-
97
- /* === Flex shrink === */
98
- .flex-shrink {
99
- flex-shrink: 1;
100
- }
101
- .flex-shrink-0 {
102
- flex-shrink: 0;
103
- }
104
-
105
- /* === Flex wrap === */
106
- .flex-nowrap {
107
- flex-wrap: nowrap;
108
- }
109
- .flex-wrap {
110
- flex-wrap: wrap;
111
- }
112
- .flex-wrap-reverse {
113
- flex-wrap: wrap-reverse;
114
- }
115
-
116
- /* === Gap === */
117
- .gap-xs {
118
- gap: var(--lumo-space-xs);
119
- }
120
- .gap-s {
121
- gap: var(--lumo-space-s);
122
- }
123
- .gap-m {
124
- gap: var(--lumo-space-m);
125
- }
126
- .gap-l {
127
- gap: var(--lumo-space-l);
128
- }
129
- .gap-xl {
130
- gap: var(--lumo-space-xl);
131
- }
132
-
133
- /* === Gap (column) === */
134
- .gap-x-xs {
135
- column-gap: var(--lumo-space-xs);
136
- }
137
- .gap-x-s {
138
- column-gap: var(--lumo-space-s);
139
- }
140
- .gap-x-m {
141
- column-gap: var(--lumo-space-m);
142
- }
143
- .gap-x-l {
144
- column-gap: var(--lumo-space-l);
145
- }
146
- .gap-x-xl {
147
- column-gap: var(--lumo-space-xl);
148
- }
149
-
150
- /* === Gap (row) === */
151
- .gap-y-xs {
152
- row-gap: var(--lumo-space-xs);
153
- }
154
- .gap-y-s {
155
- row-gap: var(--lumo-space-s);
156
- }
157
- .gap-y-m {
158
- row-gap: var(--lumo-space-m);
159
- }
160
- .gap-y-l {
161
- row-gap: var(--lumo-space-l);
162
- }
163
- .gap-y-xl {
164
- row-gap: var(--lumo-space-xl);
165
- }
166
-
167
- /* === Grid auto flow === */
168
- .grid-flow-col {
169
- grid-auto-flow: column;
170
- }
171
- .grid-flow-row {
172
- grid-auto-flow: row;
173
- }
174
-
175
- /* === Grid columns === */
176
- .grid-cols-1 {
177
- grid-template-columns: repeat(1, minmax(0, 1fr));
178
- }
179
- .grid-cols-2 {
180
- grid-template-columns: repeat(2, minmax(0, 1fr));
181
- }
182
- .grid-cols-3 {
183
- grid-template-columns: repeat(3, minmax(0, 1fr));
184
- }
185
- .grid-cols-4 {
186
- grid-template-columns: repeat(4, minmax(0, 1fr));
187
- }
188
- .grid-cols-5 {
189
- grid-template-columns: repeat(5, minmax(0, 1fr));
190
- }
191
- .grid-cols-6 {
192
- grid-template-columns: repeat(6, minmax(0, 1fr));
193
- }
194
- .grid-cols-7 {
195
- grid-template-columns: repeat(7, minmax(0, 1fr));
196
- }
197
- .grid-cols-8 {
198
- grid-template-columns: repeat(8, minmax(0, 1fr));
199
- }
200
- .grid-cols-9 {
201
- grid-template-columns: repeat(9, minmax(0, 1fr));
202
- }
203
- .grid-cols-10 {
204
- grid-template-columns: repeat(10, minmax(0, 1fr));
205
- }
206
- .grid-cols-11 {
207
- grid-template-columns: repeat(11, minmax(0, 1fr));
208
- }
209
- .grid-cols-12 {
210
- grid-template-columns: repeat(12, minmax(0, 1fr));
211
- }
212
-
213
- /* === Grid rows === */
214
- .grid-rows-1 {
215
- grid-template-rows: repeat(1, minmax(0, 1fr));
216
- }
217
- .grid-rows-2 {
218
- grid-template-rows: repeat(2, minmax(0, 1fr));
219
- }
220
- .grid-rows-3 {
221
- grid-template-rows: repeat(3, minmax(0, 1fr));
222
- }
223
- .grid-rows-4 {
224
- grid-template-rows: repeat(4, minmax(0, 1fr));
225
- }
226
- .grid-rows-5 {
227
- grid-template-rows: repeat(5, minmax(0, 1fr));
228
- }
229
- .grid-rows-6 {
230
- grid-template-rows: repeat(6, minmax(0, 1fr));
231
- }
232
-
233
- /* === Justify content === */
234
- .justify-center {
235
- justify-content: center;
236
- }
237
- .justify-end {
238
- justify-content: flex-end;
239
- }
240
- .justify-start {
241
- justify-content: flex-start;
242
- }
243
- .justify-around {
244
- justify-content: space-around;
245
- }
246
- .justify-between {
247
- justify-content: space-between;
248
- }
249
- .justify-evenly {
250
- justify-content: space-evenly;
251
- }
252
-
253
- /* === Span (column) === */
254
- .col-span-1 {
255
- grid-column: span 1 / span 1;
256
- }
257
- .col-span-2 {
258
- grid-column: span 2 / span 2;
259
- }
260
- .col-span-3 {
261
- grid-column: span 3 / span 3;
262
- }
263
- .col-span-4 {
264
- grid-column: span 4 / span 4;
265
- }
266
- .col-span-5 {
267
- grid-column: span 5 / span 5;
268
- }
269
- .col-span-6 {
270
- grid-column: span 6 / span 6;
271
- }
272
- .col-span-7 {
273
- grid-column: span 7 / span 7;
274
- }
275
- .col-span-8 {
276
- grid-column: span 8 / span 8;
277
- }
278
- .col-span-9 {
279
- grid-column: span 9 / span 9;
280
- }
281
- .col-span-10 {
282
- grid-column: span 10 / span 10;
283
- }
284
- .col-span-11 {
285
- grid-column: span 11 / span 11;
286
- }
287
- .col-span-12 {
288
- grid-column: span 12 / span 12;
289
- }
290
- .col-span-full {
291
- grid-column: 1 / -1;
292
- }
293
-
294
- /* === Span (row) === */
295
- .row-span-1 {
296
- grid-row: span 1 / span 1;
297
- }
298
- .row-span-2 {
299
- grid-row: span 2 / span 2;
300
- }
301
- .row-span-3 {
302
- grid-row: span 3 / span 3;
303
- }
304
- .row-span-4 {
305
- grid-row: span 4 / span 4;
306
- }
307
- .row-span-5 {
308
- grid-row: span 5 / span 5;
309
- }
310
- .row-span-6 {
311
- grid-row: span 6 / span 6;
312
- }
313
- .row-span-full {
314
- grid-row: 1 / -1;
315
- }
316
-
317
- /* === Responsive design === */
318
- @media (min-width: 640px) {
319
- .sm\\:items-baseline {
320
- align-items: baseline;
321
- }
322
- .sm\\:items-center {
323
- align-items: center;
324
- }
325
- .sm\\:items-end {
326
- align-items: flex-end;
327
- }
328
- .sm\\:items-start {
329
- align-items: flex-start;
330
- }
331
- .sm\\:items-stretch {
332
- align-items: stretch;
333
- }
334
- .sm\\:flex-col {
335
- flex-direction: column;
336
- }
337
- .sm\\:flex-row {
338
- flex-direction: row;
339
- }
340
- .sm\\:grid-cols-1 {
341
- grid-template-columns: repeat(1, minmax(0, 1fr));
342
- }
343
- .sm\\:grid-cols-2 {
344
- grid-template-columns: repeat(2, minmax(0, 1fr));
345
- }
346
- .sm\\:grid-cols-3 {
347
- grid-template-columns: repeat(3, minmax(0, 1fr));
348
- }
349
- .sm\\:grid-cols-4 {
350
- grid-template-columns: repeat(4, minmax(0, 1fr));
351
- }
352
- .sm\\:grid-cols-5 {
353
- grid-template-columns: repeat(5, minmax(0, 1fr));
354
- }
355
- .sm\\:grid-cols-6 {
356
- grid-template-columns: repeat(6, minmax(0, 1fr));
357
- }
358
- .sm\\:grid-cols-7 {
359
- grid-template-columns: repeat(7, minmax(0, 1fr));
360
- }
361
- .sm\\:grid-cols-8 {
362
- grid-template-columns: repeat(8, minmax(0, 1fr));
363
- }
364
- .sm\\:grid-cols-9 {
365
- grid-template-columns: repeat(9, minmax(0, 1fr));
366
- }
367
- .sm\\:grid-cols-10 {
368
- grid-template-columns: repeat(10, minmax(0, 1fr));
369
- }
370
- .sm\\:grid-cols-11 {
371
- grid-template-columns: repeat(11, minmax(0, 1fr));
372
- }
373
- .sm\\:grid-cols-12 {
374
- grid-template-columns: repeat(12, minmax(0, 1fr));
375
- }
376
- }
377
-
378
- @media (min-width: 768px) {
379
- .md\\:items-baseline {
380
- align-items: baseline;
381
- }
382
- .md\\:items-center {
383
- align-items: center;
384
- }
385
- .md\\:items-end {
386
- align-items: flex-end;
387
- }
388
- .md\\:items-start {
389
- align-items: flex-start;
390
- }
391
- .md\\:items-stretch {
392
- align-items: stretch;
393
- }
394
- .md\\:flex-col {
395
- flex-direction: column;
396
- }
397
- .md\\:flex-row {
398
- flex-direction: row;
399
- }
400
- .md\\:grid-cols-1 {
401
- grid-template-columns: repeat(1, minmax(0, 1fr));
402
- }
403
- .md\\:grid-cols-2 {
404
- grid-template-columns: repeat(2, minmax(0, 1fr));
405
- }
406
- .md\\:grid-cols-3 {
407
- grid-template-columns: repeat(3, minmax(0, 1fr));
408
- }
409
- .md\\:grid-cols-4 {
410
- grid-template-columns: repeat(4, minmax(0, 1fr));
411
- }
412
- .md\\:grid-cols-5 {
413
- grid-template-columns: repeat(5, minmax(0, 1fr));
414
- }
415
- .md\\:grid-cols-6 {
416
- grid-template-columns: repeat(6, minmax(0, 1fr));
417
- }
418
- .md\\:grid-cols-7 {
419
- grid-template-columns: repeat(7, minmax(0, 1fr));
420
- }
421
- .md\\:grid-cols-8 {
422
- grid-template-columns: repeat(8, minmax(0, 1fr));
423
- }
424
- .md\\:grid-cols-9 {
425
- grid-template-columns: repeat(9, minmax(0, 1fr));
426
- }
427
- .md\\:grid-cols-10 {
428
- grid-template-columns: repeat(10, minmax(0, 1fr));
429
- }
430
- .md\\:grid-cols-11 {
431
- grid-template-columns: repeat(11, minmax(0, 1fr));
432
- }
433
- .md\\:grid-cols-12 {
434
- grid-template-columns: repeat(12, minmax(0, 1fr));
435
- }
436
- }
437
- @media (min-width: 1024px) {
438
- .lg\\:items-baseline {
439
- align-items: baseline;
440
- }
441
- .lg\\:items-center {
442
- align-items: center;
443
- }
444
- .lg\\:items-end {
445
- align-items: flex-end;
446
- }
447
- .lg\\:items-start {
448
- align-items: flex-start;
449
- }
450
- .lg\\:items-stretch {
451
- align-items: stretch;
452
- }
453
- .lg\\:flex-col {
454
- flex-direction: column;
455
- }
456
- .lg\\:flex-row {
457
- flex-direction: row;
458
- }
459
- .lg\\:grid-cols-1 {
460
- grid-template-columns: repeat(1, minmax(0, 1fr));
461
- }
462
- .lg\\:grid-cols-2 {
463
- grid-template-columns: repeat(2, minmax(0, 1fr));
464
- }
465
- .lg\\:grid-cols-3 {
466
- grid-template-columns: repeat(3, minmax(0, 1fr));
467
- }
468
- .lg\\:grid-cols-4 {
469
- grid-template-columns: repeat(4, minmax(0, 1fr));
470
- }
471
- .lg\\:grid-cols-5 {
472
- grid-template-columns: repeat(5, minmax(0, 1fr));
473
- }
474
- .lg\\:grid-cols-6 {
475
- grid-template-columns: repeat(6, minmax(0, 1fr));
476
- }
477
- .lg\\:grid-cols-7 {
478
- grid-template-columns: repeat(7, minmax(0, 1fr));
479
- }
480
- .lg\\:grid-cols-8 {
481
- grid-template-columns: repeat(8, minmax(0, 1fr));
482
- }
483
- .lg\\:grid-cols-9 {
484
- grid-template-columns: repeat(9, minmax(0, 1fr));
485
- }
486
- .lg\\:grid-cols-10 {
487
- grid-template-columns: repeat(10, minmax(0, 1fr));
488
- }
489
- .lg\\:grid-cols-11 {
490
- grid-template-columns: repeat(11, minmax(0, 1fr));
491
- }
492
- .lg\\:grid-cols-12 {
493
- grid-template-columns: repeat(12, minmax(0, 1fr));
494
- }
495
- }
496
- @media (min-width: 1280px) {
497
- .xl\\:items-baseline {
498
- align-items: baseline;
499
- }
500
- .xl\\:items-center {
501
- align-items: center;
502
- }
503
- .xl\\:items-end {
504
- align-items: flex-end;
505
- }
506
- .xl\\:items-start {
507
- align-items: flex-start;
508
- }
509
- .xl\\:items-stretch {
510
- align-items: stretch;
511
- }
512
- .xl\\:flex-col {
513
- flex-direction: column;
514
- }
515
- .xl\\:flex-row {
516
- flex-direction: row;
517
- }
518
- .xl\\:grid-cols-1 {
519
- grid-template-columns: repeat(1, minmax(0, 1fr));
520
- }
521
- .xl\\:grid-cols-2 {
522
- grid-template-columns: repeat(2, minmax(0, 1fr));
523
- }
524
- .xl\\:grid-cols-3 {
525
- grid-template-columns: repeat(3, minmax(0, 1fr));
526
- }
527
- .xl\\:grid-cols-4 {
528
- grid-template-columns: repeat(4, minmax(0, 1fr));
529
- }
530
- .xl\\:grid-cols-5 {
531
- grid-template-columns: repeat(5, minmax(0, 1fr));
532
- }
533
- .xl\\:grid-cols-6 {
534
- grid-template-columns: repeat(6, minmax(0, 1fr));
535
- }
536
- .xl\\:grid-cols-7 {
537
- grid-template-columns: repeat(7, minmax(0, 1fr));
538
- }
539
- .xl\\:grid-cols-8 {
540
- grid-template-columns: repeat(8, minmax(0, 1fr));
541
- }
542
- .xl\\:grid-cols-9 {
543
- grid-template-columns: repeat(9, minmax(0, 1fr));
544
- }
545
- .xl\\:grid-cols-10 {
546
- grid-template-columns: repeat(10, minmax(0, 1fr));
547
- }
548
- .xl\\:grid-cols-11 {
549
- grid-template-columns: repeat(11, minmax(0, 1fr));
550
- }
551
- .xl\\:grid-cols-12 {
552
- grid-template-columns: repeat(12, minmax(0, 1fr));
553
- }
554
- }
555
- @media (min-width: 1536px) {
556
- .\\32xl\\:items-baseline {
557
- align-items: baseline;
558
- }
559
- .\\32xl\\:items-center {
560
- align-items: center;
561
- }
562
- .\\32xl\\:items-end {
563
- align-items: flex-end;
564
- }
565
- .\\32xl\\:items-start {
566
- align-items: flex-start;
567
- }
568
- .\\32xl\\:items-stretch {
569
- align-items: stretch;
570
- }
571
- .\\32xl\\:flex-col {
572
- flex-direction: column;
573
- }
574
- .\\32xl\\:flex-row {
575
- flex-direction: row;
576
- }
577
- .\\32xl\\:grid-cols-1 {
578
- grid-template-columns: repeat(1, minmax(0, 1fr));
579
- }
580
- .\\32xl\\:grid-cols-2 {
581
- grid-template-columns: repeat(2, minmax(0, 1fr));
582
- }
583
- .\\32xl\\:grid-cols-3 {
584
- grid-template-columns: repeat(3, minmax(0, 1fr));
585
- }
586
- .\\32xl\\:grid-cols-4 {
587
- grid-template-columns: repeat(4, minmax(0, 1fr));
588
- }
589
- .\\32xl\\:grid-cols-5 {
590
- grid-template-columns: repeat(5, minmax(0, 1fr));
591
- }
592
- .\\32xl\\:grid-cols-6 {
593
- grid-template-columns: repeat(6, minmax(0, 1fr));
594
- }
595
- .\\32xl\\:grid-cols-7 {
596
- grid-template-columns: repeat(7, minmax(0, 1fr));
597
- }
598
- .\\32xl\\:grid-cols-8 {
599
- grid-template-columns: repeat(8, minmax(0, 1fr));
600
- }
601
- .\\32xl\\:grid-cols-9 {
602
- grid-template-columns: repeat(9, minmax(0, 1fr));
603
- }
604
- .\\32xl\\:grid-cols-10 {
605
- grid-template-columns: repeat(10, minmax(0, 1fr));
606
- }
607
- .\\32xl\\:grid-cols-11 {
608
- grid-template-columns: repeat(11, minmax(0, 1fr));
609
- }
610
- .\\32xl\\:grid-cols-12 {
611
- grid-template-columns: repeat(12, minmax(0, 1fr));
612
- }
613
- }