@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.
- package/dist/meta/sassdoc-data.json +24415 -7623
- package/dist/meta/sassdoc-raw-data.json +24604 -7623
- package/package.json +3 -3
- package/scss/accessibility/_screen-readers.scss +13 -0
- package/scss/background/_background-color.scss +216 -0
- package/scss/border/_border-color.scss +216 -0
- package/scss/border/_outline-color.scss +216 -0
- package/scss/effects/_opacity.scss +61 -1
- package/scss/elevation/index.import.scss +54 -0
- package/scss/flex-grid/_flex-direction.scss +28 -0
- package/scss/flex-grid/_gap.scss +196 -12
- package/scss/flex-grid/_grid-column-start-end.scss +496 -6
- package/scss/flex-grid/_grid-row-start-end.scss +416 -6
- package/scss/flex-grid/_grid-template-columns.scss +136 -0
- package/scss/flex-grid/_grid-template-rows.scss +60 -0
- package/scss/flex-grid/_order.scss +1 -1
- package/scss/interactivity/_accent-color.scss +1 -1
- package/scss/interactivity/_caret-color.scss +1 -1
- package/scss/interactivity/_will-change.scss +23 -1
- package/scss/layout/_display.scss +88 -0
- package/scss/responsive-layout/_col-gap.scss +568 -0
- package/scss/responsive-layout/_col.scss +172 -0
- package/scss/spacing/_margin.scss +113 -70
- package/scss/spacing/_padding.scss +163 -28
- package/scss/spacing/_space-between.scss +2 -1
- package/scss/typography/_font-family.scss +24 -0
- package/scss/typography/_font-style.scss +10 -4
- package/scss/typography/_letter-spacing.scss +42 -0
- package/scss/typography/_line-height.scss +24 -0
- package/scss/typography/_text-color.scss +246 -1
|
@@ -1,19 +1,429 @@
|
|
|
1
1
|
/// This is equivalent to `grid-row-start: 1;`.
|
|
2
2
|
/// @example grid-row-start: 1;
|
|
3
3
|
/// @name .k-row-start-1
|
|
4
|
-
/// @group grid-row
|
|
4
|
+
/// @group grid-row
|
|
5
5
|
/// @contextType css
|
|
6
6
|
|
|
7
|
-
/// This is equivalent to `grid-row-start:
|
|
8
|
-
/// @example grid-row-start:
|
|
9
|
-
/// @name .k-row-start
|
|
10
|
-
/// @group grid-row
|
|
7
|
+
/// This is equivalent to `grid-row-start: 2;`.
|
|
8
|
+
/// @example grid-row-start: 2;
|
|
9
|
+
/// @name .k-row-start-2
|
|
10
|
+
/// @group grid-row
|
|
11
|
+
/// @contextType css
|
|
12
|
+
|
|
13
|
+
/// This is equivalent to `grid-row-start: 3;`.
|
|
14
|
+
/// @example grid-row-start: 3;
|
|
15
|
+
/// @name .k-row-start-3
|
|
16
|
+
/// @group grid-row
|
|
17
|
+
/// @contextType css
|
|
18
|
+
|
|
19
|
+
/// This is equivalent to `grid-row-start: 4;`.
|
|
20
|
+
/// @example grid-row-start: 4;
|
|
21
|
+
/// @name .k-row-start-4
|
|
22
|
+
/// @group grid-row
|
|
23
|
+
/// @contextType css
|
|
24
|
+
|
|
25
|
+
/// This is equivalent to `grid-row-start: 5;`.
|
|
26
|
+
/// @example grid-row-start: 5;
|
|
27
|
+
/// @name .k-row-start-5
|
|
28
|
+
/// @group grid-row
|
|
29
|
+
/// @contextType css
|
|
30
|
+
|
|
31
|
+
/// This is equivalent to `grid-row-start: 6;`.
|
|
32
|
+
/// @example grid-row-start: 6;
|
|
33
|
+
/// @name .k-row-start-6
|
|
34
|
+
/// @group grid-row
|
|
35
|
+
/// @contextType css
|
|
36
|
+
|
|
37
|
+
/// This is equivalent to `grid-row-start: 7;`.
|
|
38
|
+
/// @example grid-row-start: 7;
|
|
39
|
+
/// @name .k-row-start-7
|
|
40
|
+
/// @group grid-row
|
|
41
|
+
/// @contextType css
|
|
42
|
+
|
|
43
|
+
/// This is equivalent to `grid-row-start: 8;`.
|
|
44
|
+
/// @example grid-row-start: 8;
|
|
45
|
+
/// @name .k-row-start-8
|
|
46
|
+
/// @group grid-row
|
|
47
|
+
/// @contextType css
|
|
48
|
+
|
|
49
|
+
/// This is equivalent to `grid-row-start: 9;`.
|
|
50
|
+
/// @example grid-row-start: 9;
|
|
51
|
+
/// @name .k-row-start-9
|
|
52
|
+
/// @group grid-row
|
|
53
|
+
/// @contextType css
|
|
54
|
+
|
|
55
|
+
/// This is equivalent to `grid-row-start: 10;`.
|
|
56
|
+
/// @example grid-row-start: 10;
|
|
57
|
+
/// @name .k-row-start-10
|
|
58
|
+
/// @group grid-row
|
|
59
|
+
/// @contextType css
|
|
60
|
+
|
|
61
|
+
/// This is equivalent to `grid-row-start: 11;`.
|
|
62
|
+
/// @example grid-row-start: 11;
|
|
63
|
+
/// @name .k-row-start-11
|
|
64
|
+
/// @group grid-row
|
|
65
|
+
/// @contextType css
|
|
66
|
+
|
|
67
|
+
/// This is equivalent to `grid-row-start: 12;`.
|
|
68
|
+
/// @example grid-row-start: 12;
|
|
69
|
+
/// @name .k-row-start-12
|
|
70
|
+
/// @group grid-row
|
|
71
|
+
/// @contextType css
|
|
72
|
+
|
|
73
|
+
/// This is equivalent to `grid-row-start: 13;`.
|
|
74
|
+
/// @example grid-row-start: 13;
|
|
75
|
+
/// @name .k-row-start-13
|
|
76
|
+
/// @group grid-row
|
|
11
77
|
/// @contextType css
|
|
12
78
|
|
|
13
79
|
/// This is equivalent to `grid-row-start: auto;`.
|
|
14
80
|
/// @example grid-row-start: auto;
|
|
15
81
|
/// @name .k-row-start-auto
|
|
16
|
-
/// @group grid-row
|
|
82
|
+
/// @group grid-row
|
|
83
|
+
/// @contextType css
|
|
84
|
+
|
|
85
|
+
// ============================================================================
|
|
86
|
+
// Grid row Span Utilities
|
|
87
|
+
// ============================================================================
|
|
88
|
+
|
|
89
|
+
/// This is equivalent to `grid-row: span 1 / span 1;`.
|
|
90
|
+
/// @example grid-row: span 1 / span 1;
|
|
91
|
+
/// @name .k-row-span-1
|
|
92
|
+
/// @group grid-row
|
|
93
|
+
/// @contextType css
|
|
94
|
+
|
|
95
|
+
/// This is equivalent to `grid-row-span: span 2 / span 2;`.
|
|
96
|
+
/// @example grid-row-span: span 2 / span 2;
|
|
97
|
+
/// @name .k-row-span-2
|
|
98
|
+
/// @group grid-row
|
|
99
|
+
/// @contextType css
|
|
100
|
+
|
|
101
|
+
/// This is equivalent to `grid-row-span: span 3 / span 3;`.
|
|
102
|
+
/// @example grid-row-span: span 3 / span 3;
|
|
103
|
+
/// @name .k-row-span-3
|
|
104
|
+
/// @group grid-row
|
|
105
|
+
|
|
106
|
+
/// @contextType css
|
|
107
|
+
/// This is equivalent to `grid-row-start: span 4 / span 4;`.
|
|
108
|
+
/// @example grid-row-start: span 4 / span 4;
|
|
109
|
+
/// @name .k-row-span-4
|
|
110
|
+
/// @group grid-row
|
|
111
|
+
/// @contextType css
|
|
112
|
+
/// This is equivalent to `grid-row-start: span 5 / span 5;`.
|
|
113
|
+
/// @example grid-row-start: span 5 / span 5;
|
|
114
|
+
/// @name .k-row-span-5
|
|
115
|
+
/// @group grid-row
|
|
116
|
+
/// @contextType css
|
|
117
|
+
/// This is equivalent to `grid-row-start: span 6 / span 6;`.
|
|
118
|
+
/// @example grid-row-start: span 6 / span 6;
|
|
119
|
+
/// @name .k-row-span-6
|
|
120
|
+
/// @group grid-row
|
|
121
|
+
/// @contextType css
|
|
122
|
+
/// This is equivalent to `grid-row-start: span 7 / span 7;`.
|
|
123
|
+
/// @example grid-row-start: span 7 / span 7;
|
|
124
|
+
/// @name .k-row-span-7
|
|
125
|
+
/// @group grid-row
|
|
126
|
+
/// @contextType css
|
|
127
|
+
/// This is equivalent to `grid-row-start: span 8 / span 8;`.
|
|
128
|
+
/// @example grid-row-start: span 8 / span 8;
|
|
129
|
+
/// @name .k-row-span-8
|
|
130
|
+
/// @group grid-row
|
|
131
|
+
/// @contextType css
|
|
132
|
+
/// This is equivalent to `grid-row-start: span 9 / span 9;`.
|
|
133
|
+
/// @example grid-row-start: span 9 / span 9;
|
|
134
|
+
/// @name .k-row-span-9
|
|
135
|
+
/// @group grid-row
|
|
136
|
+
/// @contextType css
|
|
137
|
+
/// This is equivalent to `grid-row-start: span 10 / span 10;`.
|
|
138
|
+
/// @example grid-row-start: span 10 / span 10;
|
|
139
|
+
/// @name .k-row-span-10
|
|
140
|
+
/// @group grid-row
|
|
141
|
+
/// @contextType css
|
|
142
|
+
/// This is equivalent to `grid-row-start: span 11 / span 11;`.
|
|
143
|
+
/// @example grid-row-start: span 11 / span 11;
|
|
144
|
+
/// @name .k-row-span-11
|
|
145
|
+
/// @group grid-row
|
|
146
|
+
/// @contextType css
|
|
147
|
+
/// This is equivalent to `grid-row-start: span 12 / span 12;`.
|
|
148
|
+
/// @example grid-row-start: span 12 / span 12;
|
|
149
|
+
/// @name .k-row-span-12
|
|
150
|
+
/// @group grid-row
|
|
151
|
+
/// @contextType css
|
|
152
|
+
|
|
153
|
+
/// This is equivalent to `grid-row: 1 / -1;`.
|
|
154
|
+
/// @example grid-row: 1 / -1;
|
|
155
|
+
/// @name .k-row-span-full
|
|
156
|
+
/// @group grid-row
|
|
157
|
+
/// @contextType css
|
|
158
|
+
|
|
159
|
+
/// This is equivalent to `grid-row: auto;`.
|
|
160
|
+
/// @example grid-row: auto;
|
|
161
|
+
/// @name .k-row-span-auto
|
|
162
|
+
/// @group grid-row
|
|
163
|
+
/// @contextType css
|
|
164
|
+
|
|
165
|
+
// ============================================================================
|
|
166
|
+
// Grid row End Utilities
|
|
167
|
+
// ============================================================================
|
|
168
|
+
|
|
169
|
+
/// This is equivalent to `grid-row-end: 1;`.
|
|
170
|
+
/// @example grid-row-end: 1;
|
|
171
|
+
/// @name .k-row-end-1
|
|
172
|
+
/// @group grid-row
|
|
173
|
+
/// @contextType css
|
|
174
|
+
|
|
175
|
+
/// This is equivalent to `grid-row-end: 2;`.
|
|
176
|
+
/// @example grid-row-end: 2;
|
|
177
|
+
/// @name .k-row-end-2
|
|
178
|
+
/// @group grid-row
|
|
179
|
+
/// @contextType css
|
|
180
|
+
|
|
181
|
+
/// This is equivalent to `grid-row-end: 3;`.
|
|
182
|
+
/// @example grid-row-end: 3;
|
|
183
|
+
/// @name .k-row-end-3
|
|
184
|
+
/// @group grid-row
|
|
185
|
+
/// @contextType css
|
|
186
|
+
|
|
187
|
+
/// This is equivalent to `grid-row-end: 4;`.
|
|
188
|
+
/// @example grid-row-end: 4;
|
|
189
|
+
/// @name .k-row-end-4
|
|
190
|
+
/// @group grid-row
|
|
191
|
+
/// @contextType css
|
|
192
|
+
|
|
193
|
+
/// This is equivalent to `grid-row-end: 5;`.
|
|
194
|
+
/// @example grid-row-end: 5;
|
|
195
|
+
/// @name .k-row-end-5
|
|
196
|
+
/// @group grid-row
|
|
197
|
+
/// @contextType css
|
|
198
|
+
|
|
199
|
+
/// This is equivalent to `grid-row-end: 6;`.
|
|
200
|
+
/// @example grid-row-end: 6;
|
|
201
|
+
/// @name .k-row-end-6
|
|
202
|
+
/// @group grid-row
|
|
203
|
+
/// @contextType css
|
|
204
|
+
|
|
205
|
+
/// This is equivalent to `grid-row-end: 7;`.
|
|
206
|
+
/// @example grid-row-end: 7;
|
|
207
|
+
/// @name .k-row-end-7
|
|
208
|
+
/// @group grid-row
|
|
209
|
+
/// @contextType css
|
|
210
|
+
|
|
211
|
+
/// This is equivalent to `grid-row-end: 8;`.
|
|
212
|
+
/// @example grid-row-end: 8;
|
|
213
|
+
/// @name .k-row-end-8
|
|
214
|
+
/// @group grid-row
|
|
215
|
+
/// @contextType css
|
|
216
|
+
|
|
217
|
+
/// This is equivalent to `grid-row-end: 9;`.
|
|
218
|
+
/// @example grid-row-end: 9;
|
|
219
|
+
/// @name .k-row-end-9
|
|
220
|
+
/// @group grid-row
|
|
221
|
+
/// @contextType css
|
|
222
|
+
|
|
223
|
+
/// This is equivalent to `grid-row-end: 10;`.
|
|
224
|
+
/// @example grid-row-end: 10;
|
|
225
|
+
/// @name .k-row-end-10
|
|
226
|
+
/// @group grid-row
|
|
227
|
+
/// @contextType css
|
|
228
|
+
|
|
229
|
+
/// This is equivalent to `grid-row-end: 11;`.
|
|
230
|
+
/// @example grid-row-end: 11;
|
|
231
|
+
/// @name .k-row-end-11
|
|
232
|
+
/// @group grid-row
|
|
233
|
+
/// @contextType css
|
|
234
|
+
|
|
235
|
+
/// This is equivalent to `grid-row-end: 12;`.
|
|
236
|
+
/// @example grid-row-end: 12;
|
|
237
|
+
/// @name .k-row-end-12
|
|
238
|
+
/// @group grid-row
|
|
239
|
+
/// @contextType css
|
|
240
|
+
|
|
241
|
+
/// This is equivalent to `grid-row-end: 13;`.
|
|
242
|
+
/// @example grid-row-end: 13;
|
|
243
|
+
/// @name .k-row-end-13
|
|
244
|
+
/// @group grid-row
|
|
245
|
+
/// @contextType css
|
|
246
|
+
|
|
247
|
+
/// This is equivalent to `grid-row-end: auto;`.
|
|
248
|
+
/// @example grid-row-end: auto;
|
|
249
|
+
/// @name .k-row-end-auto
|
|
250
|
+
/// @group grid-row
|
|
251
|
+
/// @contextType css
|
|
252
|
+
|
|
253
|
+
// ============================================================================
|
|
254
|
+
// Responsive Grid row Start Utilities
|
|
255
|
+
// ============================================================================
|
|
256
|
+
|
|
257
|
+
/// This is equivalent to `grid-row-start: 1; for the specific breakpoint`.
|
|
258
|
+
/// @example grid-row-start: 1;
|
|
259
|
+
/// @name .k-row-start-{xs|sm|md|lg|xl|xxl}-1
|
|
260
|
+
/// @group grid-row-responsive
|
|
261
|
+
/// @contextType css
|
|
262
|
+
|
|
263
|
+
/// This is equivalent to `grid-row-start: 2; for the specific breakpoint`.
|
|
264
|
+
/// @example grid-row-start: 2;
|
|
265
|
+
/// @name .k-row-start-{xs|sm|md|lg|xl|xxl}-2
|
|
266
|
+
/// @group grid-row-responsive
|
|
267
|
+
/// @contextType css
|
|
268
|
+
|
|
269
|
+
/// This is equivalent to `grid-row-start: 3; for the specific breakpoint`.
|
|
270
|
+
/// @example grid-row-start: 3;
|
|
271
|
+
/// @name .k-row-start-{xs|sm|md|lg|xl|xxl}-3
|
|
272
|
+
/// @group grid-row-responsive
|
|
273
|
+
/// @contextType css
|
|
274
|
+
|
|
275
|
+
/// This is equivalent to `grid-row-start: 4; for the specific breakpoint`.
|
|
276
|
+
/// @example grid-row-start: 4;
|
|
277
|
+
/// @name .k-row-start-{xs|sm|md|lg|xl|xxl}-4
|
|
278
|
+
/// @group grid-row-responsive
|
|
279
|
+
/// @contextType css
|
|
280
|
+
|
|
281
|
+
/// This is equivalent to `grid-row-start: 5; for the specific breakpoint`.
|
|
282
|
+
/// @example grid-row-start: 5;
|
|
283
|
+
/// @name .k-row-start-{xs|sm|md|lg|xl|xxl}-5
|
|
284
|
+
/// @group grid-row-responsive
|
|
285
|
+
/// @contextType css
|
|
286
|
+
|
|
287
|
+
/// This is equivalent to `grid-row-start: 6; for the specific breakpoint`.
|
|
288
|
+
/// @example grid-row-start: 6;
|
|
289
|
+
/// @name .k-row-start-{xs|sm|md|lg|xl|xxl}-6
|
|
290
|
+
/// @group grid-row-responsive
|
|
291
|
+
/// @contextType css
|
|
292
|
+
|
|
293
|
+
/// This is equivalent to `grid-row-start: 7; for the specific breakpoint`.
|
|
294
|
+
/// @example grid-row-start: 7;
|
|
295
|
+
/// @name .k-row-start-{xs|sm|md|lg|xl|xxl}-7
|
|
296
|
+
/// @group grid-row-responsive
|
|
297
|
+
/// @contextType css
|
|
298
|
+
|
|
299
|
+
/// This is equivalent to `grid-row-start: 8; for the specific breakpoint`.
|
|
300
|
+
/// @example grid-row-start: 8;
|
|
301
|
+
/// @name .k-row-start-{xs|sm|md|lg|xl|xxl}-8
|
|
302
|
+
/// @group grid-row-responsive
|
|
303
|
+
/// @contextType css
|
|
304
|
+
|
|
305
|
+
/// This is equivalent to `grid-row-start: 9; for the specific breakpoint`.
|
|
306
|
+
/// @example grid-row-start: 9;
|
|
307
|
+
/// @name .k-row-start-{xs|sm|md|lg|xl|xxl}-9
|
|
308
|
+
/// @group grid-row-responsive
|
|
309
|
+
/// @contextType css
|
|
310
|
+
|
|
311
|
+
/// This is equivalent to `grid-row-start: 10; for the specific breakpoint`.
|
|
312
|
+
/// @example grid-row-start: 10;
|
|
313
|
+
/// @name .k-row-start-{xs|sm|md|lg|xl|xxl}-10
|
|
314
|
+
/// @group grid-row-responsive
|
|
315
|
+
/// @contextType css
|
|
316
|
+
|
|
317
|
+
/// This is equivalent to `grid-row-start: 11; for the specific breakpoint`.
|
|
318
|
+
/// @example grid-row-start: 11;
|
|
319
|
+
/// @name .k-row-start-{xs|sm|md|lg|xl|xxl}-11
|
|
320
|
+
/// @group grid-row-responsive
|
|
321
|
+
/// @contextType css
|
|
322
|
+
|
|
323
|
+
/// This is equivalent to `grid-row-start: 12; for the specific breakpoint`.
|
|
324
|
+
/// @example grid-row-start: 12;
|
|
325
|
+
/// @name .k-row-start-{xs|sm|md|lg|xl|xxl}-12
|
|
326
|
+
/// @group grid-row-responsive
|
|
327
|
+
/// @contextType css
|
|
328
|
+
|
|
329
|
+
/// This is equivalent to `grid-row-start: 13; for the specific breakpoint`.
|
|
330
|
+
/// @example grid-row-start: 13;
|
|
331
|
+
/// @name .k-row-start-{xs|sm|md|lg|xl|xxl}-13
|
|
332
|
+
/// @group grid-row-responsive
|
|
333
|
+
/// @contextType css
|
|
334
|
+
|
|
335
|
+
/// This is equivalent to `grid-row-start: auto; for the specific breakpoint`.
|
|
336
|
+
/// @example grid-row-start: auto;
|
|
337
|
+
/// @name .k-row-start-auto
|
|
338
|
+
/// @group grid-row-responsive
|
|
339
|
+
/// @contextType css
|
|
340
|
+
|
|
341
|
+
// ============================================================================
|
|
342
|
+
// Responsive Grid row End Utilities
|
|
343
|
+
// ============================================================================
|
|
344
|
+
|
|
345
|
+
/// This is equivalent to `grid-row-end: 1; for the specific breakpoint`.
|
|
346
|
+
/// @example grid-row-end: 1;
|
|
347
|
+
/// @name .k-row-end-{xs|sm|md|lg|xl|xxl}-1
|
|
348
|
+
/// @group grid-row-responsive
|
|
349
|
+
/// @contextType css
|
|
350
|
+
|
|
351
|
+
/// This is equivalent to `grid-row-end: 2; for the specific breakpoint`.
|
|
352
|
+
/// @example grid-row-end: 2;
|
|
353
|
+
/// @name .k-row-end-{xs|sm|md|lg|xl|xxl}-12
|
|
354
|
+
/// @group grid-row-responsive
|
|
355
|
+
/// @contextType css
|
|
356
|
+
|
|
357
|
+
/// This is equivalent to `grid-row-end: 3; for the specific breakpoint`.
|
|
358
|
+
/// @example grid-row-end: 3;
|
|
359
|
+
/// @name .k-row-end-{xs|sm|md|lg|xl|xxl}-13
|
|
360
|
+
/// @group grid-row-responsive
|
|
361
|
+
/// @contextType css
|
|
362
|
+
|
|
363
|
+
/// This is equivalent to `grid-row-end: 4; for the specific breakpoint`.
|
|
364
|
+
/// @example grid-row-end: 4;
|
|
365
|
+
/// @name .k-row-end-{xs|sm|md|lg|xl|xxl}-14
|
|
366
|
+
/// @group grid-row-responsive
|
|
367
|
+
/// @contextType css
|
|
368
|
+
|
|
369
|
+
/// This is equivalent to `grid-row-end: 5; for the specific breakpoint`.
|
|
370
|
+
/// @example grid-row-end: 5;
|
|
371
|
+
/// @name .k-row-end-{xs|sm|md|lg|xl|xxl}-15
|
|
372
|
+
/// @group grid-row-responsive
|
|
373
|
+
/// @contextType css
|
|
374
|
+
|
|
375
|
+
/// This is equivalent to `grid-row-end: 6; for the specific breakpoint`.
|
|
376
|
+
/// @example grid-row-end: 6;
|
|
377
|
+
/// @name .k-row-end-{xs|sm|md|lg|xl|xxl}-16
|
|
378
|
+
/// @group grid-row-responsive
|
|
379
|
+
/// @contextType css
|
|
380
|
+
|
|
381
|
+
/// This is equivalent to `grid-row-end: 7; for the specific breakpoint`.
|
|
382
|
+
/// @example grid-row-end: 7;
|
|
383
|
+
/// @name .k-row-end-{xs|sm|md|lg|xl|xxl}-17
|
|
384
|
+
/// @group grid-row-responsive
|
|
385
|
+
/// @contextType css
|
|
386
|
+
|
|
387
|
+
/// This is equivalent to `grid-row-end: 8; for the specific breakpoint`.
|
|
388
|
+
/// @example grid-row-end: 8;
|
|
389
|
+
/// @name .k-row-end-{xs|sm|md|lg|xl|xxl}-18
|
|
390
|
+
/// @group grid-row-responsive
|
|
391
|
+
/// @contextType css
|
|
392
|
+
|
|
393
|
+
/// This is equivalent to `grid-row-end: 9; for the specific breakpoint`.
|
|
394
|
+
/// @example grid-row-end: 9;
|
|
395
|
+
/// @name .k-row-end-{xs|sm|md|lg|xl|xxl}-19
|
|
396
|
+
/// @group grid-row-responsive
|
|
397
|
+
/// @contextType css
|
|
398
|
+
|
|
399
|
+
/// This is equivalent to `grid-row-end: 10; for the specific breakpoint`.
|
|
400
|
+
/// @example grid-row-end: 10;
|
|
401
|
+
/// @name .k-row-end-{xs|sm|md|lg|xl|xxl}-10
|
|
402
|
+
/// @group grid-row-responsive
|
|
403
|
+
/// @contextType css
|
|
404
|
+
|
|
405
|
+
/// This is equivalent to `grid-row-end: 11; for the specific breakpoint`.
|
|
406
|
+
/// @example grid-row-end: 11;
|
|
407
|
+
/// @name .k-row-end-{xs|sm|md|lg|xl|xxl}-11
|
|
408
|
+
/// @group grid-row-responsive
|
|
409
|
+
/// @contextType css
|
|
410
|
+
|
|
411
|
+
/// This is equivalent to `grid-row-end: 12; for the specific breakpoint`.
|
|
412
|
+
/// @example grid-row-end: 12;
|
|
413
|
+
/// @name .k-row-end-{xs|sm|md|lg|xl|xxl}-12
|
|
414
|
+
/// @group grid-row-responsive
|
|
415
|
+
/// @contextType css
|
|
416
|
+
|
|
417
|
+
/// This is equivalent to `grid-row-end: 13; for the specific breakpoint`.
|
|
418
|
+
/// @example grid-row-end: 13;
|
|
419
|
+
/// @name .k-row-end-{xs|sm|md|lg|xl|xxl}-13
|
|
420
|
+
/// @group grid-row-responsive
|
|
421
|
+
/// @contextType css
|
|
422
|
+
|
|
423
|
+
/// This is equivalent to `grid-row-end: auto; for the specific breakpoint`.
|
|
424
|
+
/// @example grid-row-end: auto;
|
|
425
|
+
/// @name .k-row-end-{xs|sm|md|lg|xl|xxl}-1auto
|
|
426
|
+
/// @group grid-row-responsive
|
|
17
427
|
/// @contextType css
|
|
18
428
|
|
|
19
429
|
@use "sass:map";
|
|
@@ -10,12 +10,148 @@
|
|
|
10
10
|
/// @group grid-template-columns
|
|
11
11
|
/// @contextType css
|
|
12
12
|
|
|
13
|
+
/// This is equivalent to `grid-template-columns: repeat(3, minmax(0, 1fr));`.
|
|
14
|
+
/// @example grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
15
|
+
/// @name .k-grid-cols-3
|
|
16
|
+
/// @group grid-template-columns
|
|
17
|
+
/// @contextType css
|
|
18
|
+
|
|
19
|
+
/// This is equivalent to `grid-template-columns: repeat(4, minmax(0, 1fr));`.
|
|
20
|
+
/// @example grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
21
|
+
/// @name .k-grid-cols-4
|
|
22
|
+
/// @group grid-template-columns
|
|
23
|
+
/// @contextType css
|
|
24
|
+
|
|
25
|
+
/// This is equivalent to `grid-template-columns: repeat(5, minmax(0, 1fr));`.
|
|
26
|
+
/// @example grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
27
|
+
/// @name .k-grid-cols-5
|
|
28
|
+
/// @group grid-template-columns
|
|
29
|
+
/// @contextType css
|
|
30
|
+
|
|
31
|
+
/// This is equivalent to `grid-template-columns: repeat(6, minmax(0, 1fr));`.
|
|
32
|
+
/// @example grid-template-columns: repeat(6, minmax(0, 1fr));
|
|
33
|
+
/// @name .k-grid-cols-6
|
|
34
|
+
/// @group grid-template-columns
|
|
35
|
+
/// @contextType css
|
|
36
|
+
|
|
37
|
+
/// This is equivalent to `grid-template-columns: repeat(7, minmax(0, 1fr));`.
|
|
38
|
+
/// @example grid-template-columns: repeat(7, minmax(0, 1fr));
|
|
39
|
+
/// @name .k-grid-cols-7
|
|
40
|
+
/// @group grid-template-columns
|
|
41
|
+
/// @contextType css
|
|
42
|
+
|
|
43
|
+
/// This is equivalent to `grid-template-columns: repeat(8, minmax(0, 1fr));`.
|
|
44
|
+
/// @example grid-template-columns: repeat(8, minmax(0, 1fr));
|
|
45
|
+
/// @name .k-grid-cols-8
|
|
46
|
+
/// @group grid-template-columns
|
|
47
|
+
/// @contextType css
|
|
48
|
+
|
|
49
|
+
/// This is equivalent to `grid-template-columns: repeat(9, minmax(0, 1fr));`.
|
|
50
|
+
/// @example grid-template-columns: repeat(9, minmax(0, 1fr));
|
|
51
|
+
/// @name .k-grid-cols-9
|
|
52
|
+
/// @group grid-template-columns
|
|
53
|
+
/// @contextType css
|
|
54
|
+
|
|
55
|
+
/// This is equivalent to `grid-template-columns: repeat(10, minmax(0, 1fr));`.
|
|
56
|
+
/// @example grid-template-columns: repeat(10, minmax(0, 1fr));
|
|
57
|
+
/// @name .k-grid-cols-10
|
|
58
|
+
/// @group grid-template-columns
|
|
59
|
+
/// @contextType css
|
|
60
|
+
|
|
61
|
+
/// This is equivalent to `grid-template-columns: repeat(11, minmax(0, 1fr));`.
|
|
62
|
+
/// @example grid-template-columns: repeat(11, minmax(0, 1fr));
|
|
63
|
+
/// @name .k-grid-cols-11
|
|
64
|
+
/// @group grid-template-columns
|
|
65
|
+
/// @contextType css
|
|
66
|
+
|
|
67
|
+
/// This is equivalent to `grid-template-columns: repeat(12, minmax(0, 1fr));`.
|
|
68
|
+
/// @example grid-template-columns: repeat(12, minmax(0, 1fr));
|
|
69
|
+
/// @name .k-grid-cols-12
|
|
70
|
+
/// @group grid-template-columns
|
|
71
|
+
/// @contextType css
|
|
72
|
+
|
|
13
73
|
/// This is equivalent to `grid-template-columns: none;`.
|
|
14
74
|
/// @example grid-template-columns: none;
|
|
15
75
|
/// @name .k-grid-cols-none
|
|
16
76
|
/// @group grid-template-columns
|
|
17
77
|
/// @contextType css
|
|
18
78
|
|
|
79
|
+
// ============================================================================
|
|
80
|
+
// Responsive Grid Template Columns Utilities
|
|
81
|
+
// ============================================================================
|
|
82
|
+
|
|
83
|
+
/// This is equivalent to `grid-template-columns: repeat(1, minmax(0, 1fr)); for the specific breakpoint`.
|
|
84
|
+
/// @example grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
85
|
+
/// @name .k-grid-cols-{xs|sm|md|lg|xl|xxl}-1
|
|
86
|
+
/// @group grid-template-columns-responsive
|
|
87
|
+
/// @contextType css
|
|
88
|
+
|
|
89
|
+
/// This is equivalent to `grid-template-columns: repeat(2, minmax(0, 1fr)); for the specific breakpoint`.
|
|
90
|
+
/// @example grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
91
|
+
/// @name .k-grid-cols-{xs|sm|md|lg|xl|xxl}-2
|
|
92
|
+
/// @group grid-template-columns-responsive
|
|
93
|
+
/// @contextType css
|
|
94
|
+
|
|
95
|
+
/// This is equivalent to `grid-template-columns: repeat(3, minmax(0, 1fr)); for the specific breakpoint`.
|
|
96
|
+
/// @example grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
97
|
+
/// @name .k-grid-cols-{xs|sm|md|lg|xl|xxl}-3
|
|
98
|
+
/// @group grid-template-columns-responsive
|
|
99
|
+
/// @contextType css
|
|
100
|
+
|
|
101
|
+
/// This is equivalent to `grid-template-columns: repeat(4, minmax(0, 1fr)); for the specific breakpoint`.
|
|
102
|
+
/// @example grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
103
|
+
/// @name .k-grid-cols-{xs|sm|md|lg|xl|xxl}-4
|
|
104
|
+
/// @group grid-template-columns-responsive
|
|
105
|
+
/// @contextType css
|
|
106
|
+
|
|
107
|
+
/// This is equivalent to `grid-template-columns: repeat(5, minmax(0, 1fr)); for the specific breakpoint`.
|
|
108
|
+
/// @example grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
109
|
+
/// @name .k-grid-cols-{xs|sm|md|lg|xl|xxl}-5
|
|
110
|
+
/// @group grid-template-columns-responsive
|
|
111
|
+
/// @contextType css
|
|
112
|
+
|
|
113
|
+
/// This is equivalent to `grid-template-columns: repeat(6, minmax(0, 1fr)); for the specific breakpoint`.
|
|
114
|
+
/// @example grid-template-columns: repeat(6, minmax(0, 1fr));
|
|
115
|
+
/// @name .k-grid-cols-{xs|sm|md|lg|xl|xxl}-6
|
|
116
|
+
/// @group grid-template-columns-responsive
|
|
117
|
+
/// @contextType css
|
|
118
|
+
|
|
119
|
+
/// This is equivalent to `grid-template-columns: repeat(7, minmax(0, 1fr)); for the specific breakpoint`.
|
|
120
|
+
/// @example grid-template-columns: repeat(7, minmax(0, 1fr));
|
|
121
|
+
/// @name .k-grid-cols-{xs|sm|md|lg|xl|xxl}-7
|
|
122
|
+
/// @group grid-template-columns-responsive
|
|
123
|
+
/// @contextType css
|
|
124
|
+
|
|
125
|
+
/// This is equivalent to `grid-template-columns: repeat(8, minmax(0, 1fr)); for the specific breakpoint`.
|
|
126
|
+
/// @example grid-template-columns: repeat(8, minmax(0, 1fr));
|
|
127
|
+
/// @name .k-grid-cols-{xs|sm|md|lg|xl|xxl}-8
|
|
128
|
+
/// @group grid-template-columns-responsive
|
|
129
|
+
/// @contextType css
|
|
130
|
+
|
|
131
|
+
/// This is equivalent to `grid-template-columns: repeat(9, minmax(0, 1fr)); for the specific breakpoint`.
|
|
132
|
+
/// @example grid-template-columns: repeat(9, minmax(0, 1fr));
|
|
133
|
+
/// @name .k-grid-cols-{xs|sm|md|lg|xl|xxl}-9
|
|
134
|
+
/// @group grid-template-columns-responsive
|
|
135
|
+
/// @contextType css
|
|
136
|
+
|
|
137
|
+
/// This is equivalent to `grid-template-columns: repeat(10, minmax(0, 1fr)); for the specific breakpoint`.
|
|
138
|
+
/// @example grid-template-columns: repeat(10, minmax(0, 1fr));
|
|
139
|
+
/// @name .k-grid-cols-{xs|sm|md|lg|xl|xxl}-10
|
|
140
|
+
/// @group grid-template-columns-responsive
|
|
141
|
+
/// @contextType css
|
|
142
|
+
|
|
143
|
+
/// This is equivalent to `grid-template-columns: repeat(11, minmax(0, 1fr)); for the specific breakpoint`.
|
|
144
|
+
/// @example grid-template-columns: repeat(11, minmax(0, 1fr));
|
|
145
|
+
/// @name .k-grid-cols-{xs|sm|md|lg|xl|xxl}-11
|
|
146
|
+
/// @group grid-template-columns-responsive
|
|
147
|
+
/// @contextType css
|
|
148
|
+
|
|
149
|
+
/// This is equivalent to `grid-template-columns: repeat(12, minmax(0, 1fr)); for the specific breakpoint`.
|
|
150
|
+
/// @example grid-template-columns: repeat(12, minmax(0, 1fr));
|
|
151
|
+
/// @name .k-grid-cols-{xs|sm|md|lg|xl|xxl}-12
|
|
152
|
+
/// @group grid-template-columns-responsive
|
|
153
|
+
/// @contextType css
|
|
154
|
+
|
|
19
155
|
@use "sass:map";
|
|
20
156
|
@use "../_globals.scss" as *;
|
|
21
157
|
|
|
@@ -10,6 +10,66 @@
|
|
|
10
10
|
/// @group grid-template-rows
|
|
11
11
|
/// @contextType css
|
|
12
12
|
|
|
13
|
+
/// This is equivalent to `grid-template-rows: repeat(3, minmax(0, 1fr));`.
|
|
14
|
+
/// @example grid-template-rows: repeat(3, minmax(0, 1fr));
|
|
15
|
+
/// @name .k-grid-rows-3
|
|
16
|
+
/// @group grid-template-rows
|
|
17
|
+
/// @contextType css
|
|
18
|
+
|
|
19
|
+
/// This is equivalent to `grid-template-rows: repeat(4, minmax(0, 1fr));`.
|
|
20
|
+
/// @example grid-template-rows: repeat(4, minmax(0, 1fr));
|
|
21
|
+
/// @name .k-grid-rows-4
|
|
22
|
+
/// @group grid-template-rows
|
|
23
|
+
/// @contextType css
|
|
24
|
+
|
|
25
|
+
/// This is equivalent to `grid-template-rows: repeat(5, minmax(0, 1fr));`.
|
|
26
|
+
/// @example grid-template-rows: repeat(5, minmax(0, 1fr));
|
|
27
|
+
/// @name .k-grid-rows-5
|
|
28
|
+
/// @group grid-template-rows
|
|
29
|
+
/// @contextType css
|
|
30
|
+
|
|
31
|
+
/// This is equivalent to `grid-template-rows: repeat(6, minmax(0, 1fr));`.
|
|
32
|
+
/// @example grid-template-rows: repeat(6, minmax(0, 1fr));
|
|
33
|
+
/// @name .k-grid-rows-6
|
|
34
|
+
/// @group grid-template-rows
|
|
35
|
+
/// @contextType css
|
|
36
|
+
|
|
37
|
+
/// This is equivalent to `grid-template-rows: repeat(7, minmax(0, 1fr));`.
|
|
38
|
+
/// @example grid-template-rows: repeat(7, minmax(0, 1fr));
|
|
39
|
+
/// @name .k-grid-rows-7
|
|
40
|
+
/// @group grid-template-rows
|
|
41
|
+
/// @contextType css
|
|
42
|
+
|
|
43
|
+
/// This is equivalent to `grid-template-rows: repeat(8, minmax(0, 1fr));`.
|
|
44
|
+
/// @example grid-template-rows: repeat(8, minmax(0, 1fr));
|
|
45
|
+
/// @name .k-grid-rows-8
|
|
46
|
+
/// @group grid-template-rows
|
|
47
|
+
/// @contextType css
|
|
48
|
+
|
|
49
|
+
/// This is equivalent to `grid-template-rows: repeat(9, minmax(0, 1fr));`.
|
|
50
|
+
/// @example grid-template-rows: repeat(9, minmax(0, 1fr));
|
|
51
|
+
/// @name .k-grid-rows-9
|
|
52
|
+
/// @group grid-template-rows
|
|
53
|
+
/// @contextType css
|
|
54
|
+
|
|
55
|
+
/// This is equivalent to `grid-template-rows: repeat(10, minmax(0, 1fr));`.
|
|
56
|
+
/// @example grid-template-rows: repeat(10, minmax(0, 1fr));
|
|
57
|
+
/// @name .k-grid-rows-10
|
|
58
|
+
/// @group grid-template-rows
|
|
59
|
+
/// @contextType css
|
|
60
|
+
|
|
61
|
+
/// This is equivalent to `grid-template-rows: repeat(11, minmax(0, 1fr));`.
|
|
62
|
+
/// @example grid-template-rows: repeat(11, minmax(0, 1fr));
|
|
63
|
+
/// @name .k-grid-rows-11
|
|
64
|
+
/// @group grid-template-rows
|
|
65
|
+
/// @contextType css
|
|
66
|
+
|
|
67
|
+
/// This is equivalent to `grid-template-rows: repeat(12, minmax(0, 1fr));`.
|
|
68
|
+
/// @example grid-template-rows: repeat(12, minmax(0, 1fr));
|
|
69
|
+
/// @name .k-grid-rows-12
|
|
70
|
+
/// @group grid-template-rows
|
|
71
|
+
/// @contextType css
|
|
72
|
+
|
|
13
73
|
/// This is equivalent to `grid-template-rows: none;`.
|
|
14
74
|
/// @example grid-template-rows: none;
|
|
15
75
|
/// @name .k-grid-rows-none
|