@progress/kendo-theme-utils 11.1.0-dev.3 → 11.1.0-dev.5

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.
@@ -1,19 +1,509 @@
1
1
  /// This is equivalent to `grid-column-start: 1;`.
2
2
  /// @example grid-column-start: 1;
3
3
  /// @name .k-col-start-1
4
- /// @group grid-column-start
4
+ /// @group grid-column
5
5
  /// @contextType css
6
6
 
7
- /// This is equivalent to `grid-column-start: -1;`.
8
- /// @example grid-column-start: -1;
9
- /// @name .k-col-start--1
10
- /// @group grid-column-start
7
+ /// This is equivalent to `grid-column-start: 2;`.
8
+ /// @example grid-column-start: 2;
9
+ /// @name .k-col-start-2
10
+ /// @group grid-column
11
+ /// @contextType css
12
+
13
+ /// This is equivalent to `grid-column-start: 3;`.
14
+ /// @example grid-column-start: 3;
15
+ /// @name .k-col-start-3
16
+ /// @group grid-column
17
+ /// @contextType css
18
+
19
+ /// This is equivalent to `grid-column-start: 4;`.
20
+ /// @example grid-column-start: 4;
21
+ /// @name .k-col-start-4
22
+ /// @group grid-column
23
+ /// @contextType css
24
+
25
+ /// This is equivalent to `grid-column-start: 5;`.
26
+ /// @example grid-column-start: 5;
27
+ /// @name .k-col-start-5
28
+ /// @group grid-column
29
+ /// @contextType css
30
+
31
+ /// This is equivalent to `grid-column-start: 6;`.
32
+ /// @example grid-column-start: 6;
33
+ /// @name .k-col-start-6
34
+ /// @group grid-column
35
+ /// @contextType css
36
+
37
+ /// This is equivalent to `grid-column-start: 7;`.
38
+ /// @example grid-column-start: 7;
39
+ /// @name .k-col-start-7
40
+ /// @group grid-column
41
+ /// @contextType css
42
+
43
+ /// This is equivalent to `grid-column-start: 8;`.
44
+ /// @example grid-column-start: 8;
45
+ /// @name .k-col-start-8
46
+ /// @group grid-column
47
+ /// @contextType css
48
+
49
+ /// This is equivalent to `grid-column-start: 9;`.
50
+ /// @example grid-column-start: 9;
51
+ /// @name .k-col-start-9
52
+ /// @group grid-column
53
+ /// @contextType css
54
+
55
+ /// This is equivalent to `grid-column-start: 10;`.
56
+ /// @example grid-column-start: 10;
57
+ /// @name .k-col-start-10
58
+ /// @group grid-column
59
+ /// @contextType css
60
+
61
+ /// This is equivalent to `grid-column-start: 11;`.
62
+ /// @example grid-column-start: 11;
63
+ /// @name .k-col-start-11
64
+ /// @group grid-column
65
+ /// @contextType css
66
+
67
+ /// This is equivalent to `grid-column-start: 12;`.
68
+ /// @example grid-column-start: 12;
69
+ /// @name .k-col-start-12
70
+ /// @group grid-column
71
+ /// @contextType css
72
+
73
+ /// This is equivalent to `grid-column-start: 13;`.
74
+ /// @example grid-column-start: 13;
75
+ /// @name .k-col-start-13
76
+ /// @group grid-column
11
77
  /// @contextType css
12
78
 
13
79
  /// This is equivalent to `grid-column-start: auto;`.
14
80
  /// @example grid-column-start: auto;
15
81
  /// @name .k-col-start-auto
16
- /// @group grid-column-start
82
+ /// @group grid-column
83
+ /// @contextType css
84
+
85
+ // ============================================================================
86
+ // Grid Column Span Utilities
87
+ // ============================================================================
88
+
89
+ /// This is equivalent to `grid-column: span 1 / span 1;`.
90
+ /// @example grid-column: span 1 / span 1;
91
+ /// @name .k-col-span-1
92
+ /// @group grid-column
93
+ /// @contextType css
94
+
95
+ /// This is equivalent to `grid-column-span: span 2 / span 2;`.
96
+ /// @example grid-column-span: span 2 / span 2;
97
+ /// @name .k-col-span-2
98
+ /// @group grid-column
99
+ /// @contextType css
100
+
101
+ /// This is equivalent to `grid-column-span: span 3 / span 3;`.
102
+ /// @example grid-column-span: span 3 / span 3;
103
+ /// @name .k-col-span-3
104
+ /// @group grid-column
105
+
106
+ /// @contextType css
107
+ /// This is equivalent to `grid-column-start: span 4 / span 4;`.
108
+ /// @example grid-column-start: span 4 / span 4;
109
+ /// @name .k-col-span-4
110
+ /// @group grid-column
111
+ /// @contextType css
112
+ /// This is equivalent to `grid-column-start: span 5 / span 5;`.
113
+ /// @example grid-column-start: span 5 / span 5;
114
+ /// @name .k-col-span-5
115
+ /// @group grid-column
116
+ /// @contextType css
117
+ /// This is equivalent to `grid-column-start: span 6 / span 6;`.
118
+ /// @example grid-column-start: span 6 / span 6;
119
+ /// @name .k-col-span-6
120
+ /// @group grid-column
121
+ /// @contextType css
122
+ /// This is equivalent to `grid-column-start: span 7 / span 7;`.
123
+ /// @example grid-column-start: span 7 / span 7;
124
+ /// @name .k-col-span-7
125
+ /// @group grid-column
126
+ /// @contextType css
127
+ /// This is equivalent to `grid-column-start: span 8 / span 8;`.
128
+ /// @example grid-column-start: span 8 / span 8;
129
+ /// @name .k-col-span-8
130
+ /// @group grid-column
131
+ /// @contextType css
132
+ /// This is equivalent to `grid-column-start: span 9 / span 9;`.
133
+ /// @example grid-column-start: span 9 / span 9;
134
+ /// @name .k-col-span-9
135
+ /// @group grid-column
136
+ /// @contextType css
137
+ /// This is equivalent to `grid-column-start: span 10 / span 10;`.
138
+ /// @example grid-column-start: span 10 / span 10;
139
+ /// @name .k-col-span-10
140
+ /// @group grid-column
141
+ /// @contextType css
142
+ /// This is equivalent to `grid-column-start: span 11 / span 11;`.
143
+ /// @example grid-column-start: span 11 / span 11;
144
+ /// @name .k-col-span-11
145
+ /// @group grid-column
146
+ /// @contextType css
147
+ /// This is equivalent to `grid-column-start: span 12 / span 12;`.
148
+ /// @example grid-column-start: span 12 / span 12;
149
+ /// @name .k-col-span-12
150
+ /// @group grid-column
151
+ /// @contextType css
152
+
153
+ /// This is equivalent to `grid-column: 1 / -1;`.
154
+ /// @example grid-column: 1 / -1;
155
+ /// @name .k-col-span-full
156
+ /// @group grid-column
157
+ /// @contextType css
158
+
159
+ /// This is equivalent to `grid-column: auto;`.
160
+ /// @example grid-column: auto;
161
+ /// @name .k-col-span-auto
162
+ /// @group grid-column
163
+ /// @contextType css
164
+
165
+ // ============================================================================
166
+ // Grid Column End Utilities
167
+ // ============================================================================
168
+
169
+ /// This is equivalent to `grid-column-end: 1;`.
170
+ /// @example grid-column-end: 1;
171
+ /// @name .k-col-end-1
172
+ /// @group grid-column
173
+ /// @contextType css
174
+
175
+ /// This is equivalent to `grid-column-end: 2;`.
176
+ /// @example grid-column-end: 2;
177
+ /// @name .k-col-end-2
178
+ /// @group grid-column
179
+ /// @contextType css
180
+
181
+ /// This is equivalent to `grid-column-end: 3;`.
182
+ /// @example grid-column-end: 3;
183
+ /// @name .k-col-end-3
184
+ /// @group grid-column
185
+ /// @contextType css
186
+
187
+ /// This is equivalent to `grid-column-end: 4;`.
188
+ /// @example grid-column-end: 4;
189
+ /// @name .k-col-end-4
190
+ /// @group grid-column
191
+ /// @contextType css
192
+
193
+ /// This is equivalent to `grid-column-end: 5;`.
194
+ /// @example grid-column-end: 5;
195
+ /// @name .k-col-end-5
196
+ /// @group grid-column
197
+ /// @contextType css
198
+
199
+ /// This is equivalent to `grid-column-end: 6;`.
200
+ /// @example grid-column-end: 6;
201
+ /// @name .k-col-end-6
202
+ /// @group grid-column
203
+ /// @contextType css
204
+
205
+ /// This is equivalent to `grid-column-end: 7;`.
206
+ /// @example grid-column-end: 7;
207
+ /// @name .k-col-end-7
208
+ /// @group grid-column
209
+ /// @contextType css
210
+
211
+ /// This is equivalent to `grid-column-end: 8;`.
212
+ /// @example grid-column-end: 8;
213
+ /// @name .k-col-end-8
214
+ /// @group grid-column
215
+ /// @contextType css
216
+
217
+ /// This is equivalent to `grid-column-end: 9;`.
218
+ /// @example grid-column-end: 9;
219
+ /// @name .k-col-end-9
220
+ /// @group grid-column
221
+ /// @contextType css
222
+
223
+ /// This is equivalent to `grid-column-end: 10;`.
224
+ /// @example grid-column-end: 10;
225
+ /// @name .k-col-end-10
226
+ /// @group grid-column
227
+ /// @contextType css
228
+
229
+ /// This is equivalent to `grid-column-end: 11;`.
230
+ /// @example grid-column-end: 11;
231
+ /// @name .k-col-end-11
232
+ /// @group grid-column
233
+ /// @contextType css
234
+
235
+ /// This is equivalent to `grid-column-end: 12;`.
236
+ /// @example grid-column-end: 12;
237
+ /// @name .k-col-end-12
238
+ /// @group grid-column
239
+ /// @contextType css
240
+
241
+ /// This is equivalent to `grid-column-end: 13;`.
242
+ /// @example grid-column-end: 13;
243
+ /// @name .k-col-end-13
244
+ /// @group grid-column
245
+ /// @contextType css
246
+
247
+ /// This is equivalent to `grid-column-end: auto;`.
248
+ /// @example grid-column-end: auto;
249
+ /// @name .k-col-end-auto
250
+ /// @group grid-column
251
+ /// @contextType css
252
+
253
+ // ============================================================================
254
+ // Responsive Grid Column Start Utilities
255
+ // ============================================================================
256
+
257
+ /// This is equivalent to `grid-column-start: 1; for the specific breakpoint`.
258
+ /// @example grid-column-start: 1;
259
+ /// @name .k-col-start-{xs|sm|md|lg|xl|xxl}-1
260
+ /// @group grid-column-responsive
261
+ /// @contextType css
262
+
263
+ /// This is equivalent to `grid-column-start: 2; for the specific breakpoint`.
264
+ /// @example grid-column-start: 2;
265
+ /// @name .k-col-start-{xs|sm|md|lg|xl|xxl}-2
266
+ /// @group grid-column-responsive
267
+ /// @contextType css
268
+
269
+ /// This is equivalent to `grid-column-start: 3; for the specific breakpoint`.
270
+ /// @example grid-column-start: 3;
271
+ /// @name .k-col-start-{xs|sm|md|lg|xl|xxl}-3
272
+ /// @group grid-column-responsive
273
+ /// @contextType css
274
+
275
+ /// This is equivalent to `grid-column-start: 4; for the specific breakpoint`.
276
+ /// @example grid-column-start: 4;
277
+ /// @name .k-col-start-{xs|sm|md|lg|xl|xxl}-4
278
+ /// @group grid-column-responsive
279
+ /// @contextType css
280
+
281
+ /// This is equivalent to `grid-column-start: 5; for the specific breakpoint`.
282
+ /// @example grid-column-start: 5;
283
+ /// @name .k-col-start-{xs|sm|md|lg|xl|xxl}-5
284
+ /// @group grid-column-responsive
285
+ /// @contextType css
286
+
287
+ /// This is equivalent to `grid-column-start: 6; for the specific breakpoint`.
288
+ /// @example grid-column-start: 6;
289
+ /// @name .k-col-start-{xs|sm|md|lg|xl|xxl}-6
290
+ /// @group grid-column-responsive
291
+ /// @contextType css
292
+
293
+ /// This is equivalent to `grid-column-start: 7; for the specific breakpoint`.
294
+ /// @example grid-column-start: 7;
295
+ /// @name .k-col-start-{xs|sm|md|lg|xl|xxl}-7
296
+ /// @group grid-column-responsive
297
+ /// @contextType css
298
+
299
+ /// This is equivalent to `grid-column-start: 8; for the specific breakpoint`.
300
+ /// @example grid-column-start: 8;
301
+ /// @name .k-col-start-{xs|sm|md|lg|xl|xxl}-8
302
+ /// @group grid-column-responsive
303
+ /// @contextType css
304
+
305
+ /// This is equivalent to `grid-column-start: 9; for the specific breakpoint`.
306
+ /// @example grid-column-start: 9;
307
+ /// @name .k-col-start-{xs|sm|md|lg|xl|xxl}-9
308
+ /// @group grid-column-responsive
309
+ /// @contextType css
310
+
311
+ /// This is equivalent to `grid-column-start: 10; for the specific breakpoint`.
312
+ /// @example grid-column-start: 10;
313
+ /// @name .k-col-start-{xs|sm|md|lg|xl|xxl}-10
314
+ /// @group grid-column-responsive
315
+ /// @contextType css
316
+
317
+ /// This is equivalent to `grid-column-start: 11; for the specific breakpoint`.
318
+ /// @example grid-column-start: 11;
319
+ /// @name .k-col-start-{xs|sm|md|lg|xl|xxl}-11
320
+ /// @group grid-column-responsive
321
+ /// @contextType css
322
+
323
+ /// This is equivalent to `grid-column-start: 12; for the specific breakpoint`.
324
+ /// @example grid-column-start: 12;
325
+ /// @name .k-col-start-{xs|sm|md|lg|xl|xxl}-12
326
+ /// @group grid-column-responsive
327
+ /// @contextType css
328
+
329
+ /// This is equivalent to `grid-column-start: 13; for the specific breakpoint`.
330
+ /// @example grid-column-start: 13;
331
+ /// @name .k-col-start-{xs|sm|md|lg|xl|xxl}-13
332
+ /// @group grid-column-responsive
333
+ /// @contextType css
334
+
335
+ /// This is equivalent to `grid-column-start: auto; for the specific breakpoint`.
336
+ /// @example grid-column-start: auto;
337
+ /// @name .k-col-start-{xs|sm|md|lg|xl|xxl}-auto
338
+ /// @group grid-column-responsive
339
+ /// @contextType css
340
+
341
+ // ============================================================================
342
+ // Responsive Grid Column Span Utilities
343
+ // ============================================================================
344
+
345
+ /// This is equivalent to `grid-column: span 1 / span 1; for the specific breakpoint`.
346
+ /// @example grid-column: span 1 / span 1;
347
+ /// @name .k-col-span-{xs|sm|md|lg|xl|xxl}-1
348
+ /// @group grid-column-responsive
349
+ /// @contextType css
350
+
351
+ /// This is equivalent to `grid-column-span: span 2 / span 2; for the specific breakpoint`.
352
+ /// @example grid-column-span: span 2 / span 2;
353
+ /// @name .k-col-span-{xs|sm|md|lg|xl|xxl}-2
354
+ /// @group grid-column-responsive
355
+ /// @contextType css
356
+
357
+ /// This is equivalent to `grid-column-span: span 3 / span 3; for the specific breakpoint`.
358
+ /// @example grid-column-span: span 3 / span 3;
359
+ /// @name .k-col-span-{xs|sm|md|lg|xl|xxl}-3
360
+ /// @group grid-column-responsive
361
+
362
+ /// @contextType css
363
+ /// This is equivalent to `grid-column-start: span 4 / span 4; for the specific breakpoint`.
364
+ /// @example grid-column-start: span 4 / span 4;
365
+ /// @name .k-col-span-{xs|sm|md|lg|xl|xxl}-4
366
+ /// @group grid-column-responsive
367
+ /// @contextType css
368
+ /// This is equivalent to `grid-column-start: span 5 / span 5; for the specific breakpoint`.
369
+ /// @example grid-column-start: span 5 / span 5;
370
+ /// @name .k-col-span-{xs|sm|md|lg|xl|xxl}-5
371
+ /// @group grid-column-responsive
372
+ /// @contextType css
373
+ /// This is equivalent to `grid-column-start: span 6 / span 6; for the specific breakpoint`.
374
+ /// @example grid-column-start: span 6 / span 6;
375
+ /// @name .k-col-span-{xs|sm|md|lg|xl|xxl}-6
376
+ /// @group grid-column-responsive
377
+ /// @contextType css
378
+ /// This is equivalent to `grid-column-start: span 7 / span 7; for the specific breakpoint`.
379
+ /// @example grid-column-start: span 7 / span 7;
380
+ /// @name .k-col-span-{xs|sm|md|lg|xl|xxl}-7
381
+ /// @group grid-column-responsive
382
+ /// @contextType css
383
+ /// This is equivalent to `grid-column-start: span 8 / span 8; for the specific breakpoint`.
384
+ /// @example grid-column-start: span 8 / span 8;
385
+ /// @name .k-col-span-{xs|sm|md|lg|xl|xxl}-8
386
+ /// @group grid-column-responsive
387
+ /// @contextType css
388
+ /// This is equivalent to `grid-column-start: span 9 / span 9; for the specific breakpoint`.
389
+ /// @example grid-column-start: span 9 / span 9;
390
+ /// @name .k-col-span-{xs|sm|md|lg|xl|xxl}-9
391
+ /// @group grid-column-responsive
392
+ /// @contextType css
393
+ /// This is equivalent to `grid-column-start: span 10 / span 10; for the specific breakpoint`.
394
+ /// @example grid-column-start: span 10 / span 10;
395
+ /// @name .k-col-span-{xs|sm|md|lg|xl|xxl}-10
396
+ /// @group grid-column-responsive
397
+ /// @contextType css
398
+ /// This is equivalent to `grid-column-start: span 11 / span 11; for the specific breakpoint`.
399
+ /// @example grid-column-start: span 11 / span 11;
400
+ /// @name .k-col-span-{xs|sm|md|lg|xl|xxl}-11
401
+ /// @group grid-column-responsive
402
+ /// @contextType css
403
+ /// This is equivalent to `grid-column-start: span 12 / span 12; for the specific breakpoint`.
404
+ /// @example grid-column-start: span 12 / span 12;
405
+ /// @name .k-col-span-{xs|sm|md|lg|xl|xxl}-12
406
+ /// @group grid-column-responsive
407
+ /// @contextType css
408
+
409
+ /// This is equivalent to `grid-column: 1 / -1; for the specific breakpoint`.
410
+ /// @example grid-column: 1 / -1;
411
+ /// @name .k-col-span-{xs|sm|md|lg|xl|xxl}-full
412
+ /// @group grid-column-responsive
413
+ /// @contextType css
414
+
415
+ /// This is equivalent to `grid-column: auto; for the specific breakpoint`.
416
+ /// @example grid-column: auto;
417
+ /// @name .k-col-span-{xs|sm|md|lg|xl|xxl}-auto
418
+ /// @group grid-column-responsive
419
+ /// @contextType css
420
+
421
+ // ============================================================================
422
+ // Responsive Grid Column End Utilities
423
+ // ============================================================================
424
+
425
+ /// This is equivalent to `grid-column-end: 1; for the specific breakpoint`.
426
+ /// @example grid-column-end: 1;
427
+ /// @name .k-col-end-{xs|sm|md|lg|xl|xxl}-1
428
+ /// @group grid-column-responsive
429
+ /// @contextType css
430
+
431
+ /// This is equivalent to `grid-column-end: 2; for the specific breakpoint`.
432
+ /// @example grid-column-end: 2;
433
+ /// @name .k-col-end-{xs|sm|md|lg|xl|xxl}-2
434
+ /// @group grid-column-responsive
435
+ /// @contextType css
436
+
437
+ /// This is equivalent to `grid-column-end: 3; for the specific breakpoint`.
438
+ /// @example grid-column-end: 3;
439
+ /// @name .k-col-end-{xs|sm|md|lg|xl|xxl}-3
440
+ /// @group grid-column-responsive
441
+ /// @contextType css
442
+
443
+ /// This is equivalent to `grid-column-end: 4; for the specific breakpoint`.
444
+ /// @example grid-column-end: 4;
445
+ /// @name .k-col-end-{xs|sm|md|lg|xl|xxl}-4
446
+ /// @group grid-column-responsive
447
+ /// @contextType css
448
+
449
+ /// This is equivalent to `grid-column-end: 5; for the specific breakpoint`.
450
+ /// @example grid-column-end: 5;
451
+ /// @name .k-col-end-{xs|sm|md|lg|xl|xxl}-5
452
+ /// @group grid-column-responsive
453
+ /// @contextType css
454
+
455
+ /// This is equivalent to `grid-column-end: 6; for the specific breakpoint`.
456
+ /// @example grid-column-end: 6;
457
+ /// @name .k-col-end-{xs|sm|md|lg|xl|xxl}-6
458
+ /// @group grid-column-responsive
459
+ /// @contextType css
460
+
461
+ /// This is equivalent to `grid-column-end: 7; for the specific breakpoint`.
462
+ /// @example grid-column-end: 7;
463
+ /// @name .k-col-end-{xs|sm|md|lg|xl|xxl}-7
464
+ /// @group grid-column-responsive
465
+ /// @contextType css
466
+
467
+ /// This is equivalent to `grid-column-end: 8; for the specific breakpoint`.
468
+ /// @example grid-column-end: 8;
469
+ /// @name .k-col-end-{xs|sm|md|lg|xl|xxl}-8
470
+ /// @group grid-column-responsive
471
+ /// @contextType css
472
+
473
+ /// This is equivalent to `grid-column-end: 9; for the specific breakpoint`.
474
+ /// @example grid-column-end: 9;
475
+ /// @name .k-col-end-{xs|sm|md|lg|xl|xxl}-9
476
+ /// @group grid-column-responsive
477
+ /// @contextType css
478
+
479
+ /// This is equivalent to `grid-column-end: 10; for the specific breakpoint`.
480
+ /// @example grid-column-end: 10;
481
+ /// @name .k-col-end-{xs|sm|md|lg|xl|xxl}-10
482
+ /// @group grid-column-responsive
483
+ /// @contextType css
484
+
485
+ /// This is equivalent to `grid-column-end: 11; for the specific breakpoint`.
486
+ /// @example grid-column-end: 11;
487
+ /// @name .k-col-end-{xs|sm|md|lg|xl|xxl}-11
488
+ /// @group grid-column-responsive
489
+ /// @contextType css
490
+
491
+ /// This is equivalent to `grid-column-end: 12; for the specific breakpoint`.
492
+ /// @example grid-column-end: 12;
493
+ /// @name .k-col-end-{xs|sm|md|lg|xl|xxl}-12
494
+ /// @group grid-column-responsive
495
+ /// @contextType css
496
+
497
+ /// This is equivalent to `grid-column-end: 13; for the specific breakpoint`.
498
+ /// @example grid-column-end: 13;
499
+ /// @name .k-col-end-{xs|sm|md|lg|xl|xxl}-13
500
+ /// @group grid-column-responsive
501
+ /// @contextType css
502
+
503
+ /// This is equivalent to `grid-column-end: auto; for the specific breakpoint`.
504
+ /// @example grid-column-end: auto;
505
+ /// @name .k-col-end-{xs|sm|md|lg|xl|xxl}-auto
506
+ /// @group grid-column-responsive
17
507
  /// @contextType css
18
508
 
19
509
  @use "sass:map";