@progress/kendo-theme-utils 5.4.2-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.
Files changed (89) hide show
  1. package/LICENSE.md +17 -0
  2. package/dist/all.css +13183 -0
  3. package/dist/all.scss +1963 -0
  4. package/package.json +45 -0
  5. package/scss/_functions.scss +37 -0
  6. package/scss/_mixins.scss +28 -0
  7. package/scss/_variables.scss +754 -0
  8. package/scss/accessibility/_screen-readers.scss +28 -0
  9. package/scss/accessibility/index.import.scss +1 -0
  10. package/scss/all.scss +1 -0
  11. package/scss/border/_border-color.scss +11 -0
  12. package/scss/border/_border-radius.scss +13 -0
  13. package/scss/border/_border-style.scss +11 -0
  14. package/scss/border/_border-width.scss +11 -0
  15. package/scss/border/_outline-color.scss +5 -0
  16. package/scss/border/_outline-offset.scss +5 -0
  17. package/scss/border/_outline-style.scss +5 -0
  18. package/scss/border/_outline-width.scss +5 -0
  19. package/scss/border/index.import.scss +8 -0
  20. package/scss/flex-grid/_align-content.scss +5 -0
  21. package/scss/flex-grid/_align-items.scss +5 -0
  22. package/scss/flex-grid/_align-self.scss +5 -0
  23. package/scss/flex-grid/_flex-basis.scss +13 -0
  24. package/scss/flex-grid/_flex-direction.scss +19 -0
  25. package/scss/flex-grid/_flex-grow.scss +11 -0
  26. package/scss/flex-grid/_flex-shrink.scss +11 -0
  27. package/scss/flex-grid/_flex-wrap.scss +15 -0
  28. package/scss/flex-grid/_flex.scss +19 -0
  29. package/scss/flex-grid/_gap.scss +5 -0
  30. package/scss/flex-grid/_grid-auto-columns.scss +5 -0
  31. package/scss/flex-grid/_grid-auto-flow.scss +5 -0
  32. package/scss/flex-grid/_grid-auto-rows.scss +5 -0
  33. package/scss/flex-grid/_grid-column-start-end.scss +15 -0
  34. package/scss/flex-grid/_grid-row-start-end.scss +15 -0
  35. package/scss/flex-grid/_grid-template-columns.scss +5 -0
  36. package/scss/flex-grid/_grid-template-rows.scss +5 -0
  37. package/scss/flex-grid/_justify-content.scss +8 -0
  38. package/scss/flex-grid/_justify-items.scss +5 -0
  39. package/scss/flex-grid/_justify-self.scss +5 -0
  40. package/scss/flex-grid/_order.scss +5 -0
  41. package/scss/flex-grid/_place-content.scss +5 -0
  42. package/scss/flex-grid/_place-items.scss +5 -0
  43. package/scss/flex-grid/_place-self.scss +5 -0
  44. package/scss/flex-grid/index.import.scss +24 -0
  45. package/scss/index.import.scss +18 -0
  46. package/scss/interactivity/_accent-color.scss +5 -0
  47. package/scss/interactivity/_appearance.scss +11 -0
  48. package/scss/interactivity/_caret-color.scss +5 -0
  49. package/scss/interactivity/_cursor.scss +5 -0
  50. package/scss/interactivity/_pointer-events.scss +11 -0
  51. package/scss/interactivity/_resize.scss +19 -0
  52. package/scss/interactivity/_scroll.scss +45 -0
  53. package/scss/interactivity/_touch-action.scss +13 -0
  54. package/scss/interactivity/_user-select.scss +23 -0
  55. package/scss/interactivity/_will-change.scss +5 -0
  56. package/scss/interactivity/index.import.scss +10 -0
  57. package/scss/layout/_aspect-ratio.scss +5 -0
  58. package/scss/layout/_clear.scss +5 -0
  59. package/scss/layout/_display.scss +47 -0
  60. package/scss/layout/_float.scss +5 -0
  61. package/scss/layout/_overflow.scss +63 -0
  62. package/scss/layout/_position.scss +60 -0
  63. package/scss/layout/_visibility.scss +11 -0
  64. package/scss/layout/_zindex.scss +5 -0
  65. package/scss/layout/index.import.scss +8 -0
  66. package/scss/sizing/_height.scss +15 -0
  67. package/scss/sizing/_width.scss +15 -0
  68. package/scss/sizing/index.import.scss +2 -0
  69. package/scss/spacing/_margin.scss +11 -0
  70. package/scss/spacing/_padding.scss +11 -0
  71. package/scss/spacing/_space-between.scss +0 -0
  72. package/scss/spacing/index.import.scss +3 -0
  73. package/scss/table/_border-collapse.scss +5 -0
  74. package/scss/table/_table-layout.scss +11 -0
  75. package/scss/table/index.import.scss +2 -0
  76. package/scss/transform/_flip.scss +24 -0
  77. package/scss/transform/_origin.scss +5 -0
  78. package/scss/transform/_rotate.scss +11 -0
  79. package/scss/transform/_scale.scss +19 -0
  80. package/scss/transform/_skew.scss +15 -0
  81. package/scss/transform/_translate.scss +15 -0
  82. package/scss/transform/index.import.scss +6 -0
  83. package/scss/typography/_font-size.scss +5 -0
  84. package/scss/typography/_font-style.scss +5 -0
  85. package/scss/typography/_font-weight.scss +5 -0
  86. package/scss/typography/_text-align.scss +19 -0
  87. package/scss/typography/_text-transform.scss +17 -0
  88. package/scss/typography/_white-space.scss +27 -0
  89. package/scss/typography/index.import.scss +17 -0
package/dist/all.scss ADDED
@@ -0,0 +1,1963 @@
1
+ // This file is auto-generated. Do not edit!
2
+ // baka:source undefinedpackages/utils/scss/all.scss
3
+
4
+ // #region @import "./index.import.scss"; -> packages/utils/scss/index.import.scss
5
+ // #region @import "./_functions.scss"; -> packages/utils/scss/_functions.scss
6
+ // Replace `$search` with `$replace` in `$string`
7
+ // Used on our SVG icon backgrounds for custom forms.
8
+ //
9
+ // @author Hugo Giraudel
10
+ // @param {String} $string - Initial string
11
+ // @param {String} $search - Substring to replace
12
+ // @param {String} $replace ('') - New value
13
+ // @return {String} - Updated string
14
+ @function str-replace($string, $search, $replace: "") {
15
+ @if type-of( $string ) == number {
16
+ $string: $string + "";
17
+ }
18
+
19
+ $index: str-index($string, $search);
20
+
21
+ @if $index {
22
+ @return str-slice($string, 1, $index - 1) + $replace + str-replace(str-slice($string, $index + str-length($search)), $search, $replace);
23
+ }
24
+
25
+ @return $string;
26
+ }
27
+
28
+
29
+ $_kendo-escape-class-name: (
30
+ ".": "\\.",
31
+ "/": "\\/"
32
+ );
33
+
34
+ @function escape-class-name( $text ) {
35
+ $_text: $text;
36
+
37
+ @each $char, $rep in $_kendo-escape-class-name {
38
+ $_text: str-replace( $_text, unquote( $char ), unquote( $rep ) );
39
+ }
40
+
41
+ @return $_text;
42
+ }
43
+
44
+ // #endregion
45
+ // #region @import "./_variables.scss"; -> packages/utils/scss/_variables.scss
46
+ $kendo-prefix: k- !default;
47
+ $kendo-important: true !default;
48
+ $kendo-colors: () !default;
49
+ $kendo-spacing: (
50
+ 0: 0,
51
+ 0.5: .125rem, // sass-lint:disable-line leading-zero
52
+ 1: .25rem,
53
+ 1.5: .375rem,
54
+ 2: .5rem,
55
+ 2.5: 6.25rem,
56
+ 3: .75rem,
57
+ 3.5: .875rem,
58
+ 4: 1rem,
59
+ 5: 1.25rem,
60
+ 6: 1.5rem,
61
+ 7: 1.75rem,
62
+ 8: 2rem,
63
+ 9: 2.25rem,
64
+ 10: 2.5rem,
65
+ 11: 2.75rem,
66
+ 12: 3rem,
67
+ 14: 3.5rem,
68
+ 16: 4rem,
69
+ 20: 5rem,
70
+ 24: 6rem,
71
+ px: 1px,
72
+ thin: .125rem,
73
+ hair: .0625rem
74
+ ) !default;
75
+ $kendo-sizing: map-merge( $kendo-spacing, (
76
+ // sass-lint:disable-block indentation
77
+ "auto": auto,
78
+ "1/2": 50%,
79
+ "1/3": 33.333333%,
80
+ "2/3": 66.666667%,
81
+ "1/4": 25%,
82
+ "2/4": 50%,
83
+ "3/4": 75%,
84
+ "1/5": 20%,
85
+ "2/5": 40%,
86
+ "3/5": 60%,
87
+ "4/5": 80%,
88
+ "1/6": 16.666667%,
89
+ "2/6": 33.333333%,
90
+ "3/6": 50%,
91
+ "4/6": 66.666667%,
92
+ "5/6": 83.333333%,
93
+ "1/12": 8.333333%,
94
+ "2/12": 16.666667%,
95
+ "3/12": 25%,
96
+ "4/12": 33.333333%,
97
+ "5/12": 41.666667%,
98
+ "6/12": 50%,
99
+ "7/12": 58.333333%,
100
+ "8/12": 66.666667%,
101
+ "9/12": 75%,
102
+ "10/12": 83.333333%,
103
+ "11/12": 91.666667%,
104
+ "full": 100%,
105
+ "min": min-content,
106
+ "max": max-content,
107
+ "fit": fit-content
108
+ )) !default;
109
+
110
+ //
111
+
112
+ $kendo-utils: (
113
+
114
+ // Accessibility
115
+ "screen-readers": true,
116
+
117
+ // Layout
118
+ "aspect-ratio": (
119
+ auto: auto,
120
+ square: unquote("1 / 1"),
121
+ video: unquote("16 / 9")
122
+ ),
123
+ "container": (),
124
+ "columns": (),
125
+ "break-after": (),
126
+ "break-before": (),
127
+ "break-inside": (),
128
+ "box-decoration-break": (),
129
+ "box-sizing": (),
130
+ "display": (
131
+ none,
132
+ block,
133
+ inline,
134
+ inline-block,
135
+ flex,
136
+ inline-flex,
137
+ grid,
138
+ inline-grid,
139
+ table,
140
+ inline-table,
141
+ list-item
142
+ ),
143
+ "float": (
144
+ left,
145
+ right,
146
+ none
147
+ ),
148
+ "clear": (
149
+ left,
150
+ right,
151
+ both,
152
+ none
153
+ ),
154
+ "isolation": (),
155
+ "object-fit": (),
156
+ "object-position": (),
157
+ "overflow": (
158
+ auto: auto,
159
+ hidden: hidden,
160
+ visible: visible,
161
+ scroll: scroll,
162
+ clip: clip,
163
+ x-auto: auto,
164
+ x-hidden: hidden,
165
+ x-visible: visible,
166
+ x-scroll: scroll,
167
+ x-clip: clip,
168
+ y-auto: auto,
169
+ y-hidden: hidden,
170
+ y-visible: visible,
171
+ y-scroll: scroll,
172
+ y-clip: clip
173
+ ),
174
+ "overscroll": (),
175
+ "position": (
176
+ static,
177
+ relative,
178
+ absolute,
179
+ fixed,
180
+ sticky
181
+ ),
182
+ "inset": (
183
+ 0: 0,
184
+ 1: 1px,
185
+ -1: -1px
186
+ ),
187
+ "visibility": (
188
+ visible,
189
+ hidden
190
+ ),
191
+ "zindex": (
192
+ 0: 0,
193
+ 10: 10,
194
+ 20: 20,
195
+ 30: 30,
196
+ 40: 40,
197
+ 50: 50,
198
+ auto: auto
199
+ ),
200
+
201
+ // Flex / Grid
202
+ "flex-direction": (
203
+ row: row,
204
+ row-reverse: row-reverse,
205
+ col: column,
206
+ col-reverse: column
207
+ ),
208
+ "flex-wrap": (
209
+ wrap,
210
+ wrap-reverse,
211
+ nowrap
212
+ ),
213
+ "flex": (
214
+ 1: 1 1 0%,
215
+ auto: 1 1 auto,
216
+ initial: 0 1 auto,
217
+ none: none
218
+ ),
219
+ "flex-grow": (
220
+ DEFAULT: 1,
221
+ 0: 0
222
+ ),
223
+ "flex-shrink": (
224
+ DEFAULT: 1,
225
+ 0: 0
226
+ ),
227
+ "flex-basis": $kendo-sizing,
228
+ "order": (
229
+ 1: 1,
230
+ 2: 2,
231
+ 3: 3,
232
+ 4: 4,
233
+ 5: 5,
234
+ 6: 6,
235
+ 7: 7,
236
+ 8: 8,
237
+ 9: 9,
238
+ 10: 10,
239
+ 11: 11,
240
+ 12: 12,
241
+ first: -9999,
242
+ last: 9999,
243
+ none: 0
244
+ ),
245
+ "grid-template-columns": (
246
+ 1: repeat( 1, minmax( 0, 1fr ) ),
247
+ 2: repeat( 2, minmax( 0, 1fr ) ),
248
+ 3: repeat( 3, minmax( 0, 1fr ) ),
249
+ 4: repeat( 4, minmax( 0, 1fr ) ),
250
+ 5: repeat( 5, minmax( 0, 1fr ) ),
251
+ 6: repeat( 6, minmax( 0, 1fr ) ),
252
+ 7: repeat( 7, minmax( 0, 1fr ) ),
253
+ 8: repeat( 8, minmax( 0, 1fr ) ),
254
+ 9: repeat( 9, minmax( 0, 1fr ) ),
255
+ 10: repeat( 10, minmax( 0, 1fr ) ),
256
+ 11: repeat( 11, minmax( 0, 1fr ) ),
257
+ 12: repeat( 12, minmax( 0, 1fr ) ),
258
+ none: none
259
+ ),
260
+ "grid-template-rows": (
261
+ 1: repeat( 1, minmax( 0, 1fr ) ),
262
+ 2: repeat( 2, minmax( 0, 1fr ) ),
263
+ 3: repeat( 3, minmax( 0, 1fr ) ),
264
+ 4: repeat( 4, minmax( 0, 1fr ) ),
265
+ 5: repeat( 5, minmax( 0, 1fr ) ),
266
+ 6: repeat( 6, minmax( 0, 1fr ) ),
267
+ 7: repeat( 7, minmax( 0, 1fr ) ),
268
+ 8: repeat( 8, minmax( 0, 1fr ) ),
269
+ 9: repeat( 9, minmax( 0, 1fr ) ),
270
+ 10: repeat( 10, minmax( 0, 1fr ) ),
271
+ 11: repeat( 11, minmax( 0, 1fr ) ),
272
+ 12: repeat( 12, minmax( 0, 1fr ) ),
273
+ none: none
274
+ ),
275
+ "grid-column-start": (
276
+ 1: 1,
277
+ 2: 2,
278
+ 3: 3,
279
+ 4: 4,
280
+ 5: 5,
281
+ 6: 6,
282
+ 7: 7,
283
+ 8: 8,
284
+ 9: 9,
285
+ 10: 10,
286
+ 11: 11,
287
+ 12: 12,
288
+ 13: 13,
289
+ auto: auto
290
+ ),
291
+ "grid-column-end": (
292
+ 1: 1,
293
+ 2: 2,
294
+ 3: 3,
295
+ 4: 4,
296
+ 5: 5,
297
+ 6: 6,
298
+ 7: 7,
299
+ 8: 8,
300
+ 9: 9,
301
+ 10: 10,
302
+ 11: 11,
303
+ 12: 12,
304
+ 13: 13,
305
+ auto: auto
306
+ ),
307
+ "grid-column-span": (
308
+ 1: span 1 / span 1,
309
+ 2: span 2 / span 2,
310
+ 3: span 3 / span 3,
311
+ 4: span 4 / span 4,
312
+ 5: span 5 / span 5,
313
+ 6: span 6 / span 6,
314
+ 7: span 7 / span 7,
315
+ 8: span 8 / span 8,
316
+ 9: span 9 / span 9,
317
+ 10: span 10 / span 10,
318
+ 11: span 11 / span 11,
319
+ 12: span 12 / span 12,
320
+ full: span 1 / span -1,
321
+ auto: auto
322
+ ),
323
+ "grid-row-start": (
324
+ 1: 1,
325
+ 2: 2,
326
+ 3: 3,
327
+ 4: 4,
328
+ 5: 5,
329
+ 6: 6,
330
+ 7: 7,
331
+ 8: 8,
332
+ 9: 9,
333
+ 10: 10,
334
+ 11: 11,
335
+ 12: 12,
336
+ 13: 13,
337
+ auto: auto
338
+ ),
339
+ "grid-row-end": (
340
+ 1: 1,
341
+ 2: 2,
342
+ 3: 3,
343
+ 4: 4,
344
+ 5: 5,
345
+ 6: 6,
346
+ 7: 7,
347
+ 8: 8,
348
+ 9: 9,
349
+ 10: 10,
350
+ 11: 11,
351
+ 12: 12,
352
+ 13: 13,
353
+ auto: auto
354
+ ),
355
+ "grid-row-span": (
356
+ 1: span 1 / span 1,
357
+ 2: span 2 / span 2,
358
+ 3: span 3 / span 3,
359
+ 4: span 4 / span 4,
360
+ 5: span 5 / span 5,
361
+ 6: span 6 / span 6,
362
+ 7: span 7 / span 7,
363
+ 8: span 8 / span 8,
364
+ 9: span 9 / span 9,
365
+ 10: span 10 / span 10,
366
+ 11: span 11 / span 11,
367
+ 12: span 12 / span 12,
368
+ full: span 1 / span -1,
369
+ auto: auto
370
+ ),
371
+ "grid-auto-flow": (
372
+ row: row,
373
+ col: column,
374
+ row-dense: row dense,
375
+ col-dense: column dense
376
+ ),
377
+ "grid-auto-columns": (
378
+ auto: auto,
379
+ min: min-content,
380
+ max: max-content,
381
+ fr: minmax( 0, 1fr ),
382
+ ),
383
+ "grid-auto-rows": (
384
+ auto: auto,
385
+ min: min-content,
386
+ max: max-content,
387
+ fr: minmax( 0, 1fr ),
388
+ ),
389
+ "gap": $kendo-spacing,
390
+ "align-content": (
391
+ normal: normal,
392
+ stretch: stretch,
393
+ start: flex-start,
394
+ end: flex-end,
395
+ center: center,
396
+ between: between,
397
+ around: around,
398
+ evenly: evenly
399
+ ),
400
+ "align-items": (
401
+ normal: normal,
402
+ start: flex-start,
403
+ end: flex-end,
404
+ center: center,
405
+ between: between,
406
+ around: around,
407
+ evenly: evenly,
408
+ stretch: stretch
409
+ ),
410
+ "align-self": (
411
+ auto: auto,
412
+ normal: normal,
413
+ stretch: stretch,
414
+ start: flex-start,
415
+ end: flex-end,
416
+ center: center
417
+ ),
418
+ "justify-content": (
419
+ normal: normal,
420
+ start: flex-start,
421
+ end: flex-end,
422
+ center: center,
423
+ between: between,
424
+ around: around,
425
+ evenly: evenly,
426
+ stretch: stretch
427
+ ),
428
+ "justify-items": (
429
+ normal: normal,
430
+ start: flex-start,
431
+ end: flex-end,
432
+ center: center,
433
+ between: between,
434
+ around: around,
435
+ evenly: evenly,
436
+ stretch: stretch
437
+ ),
438
+ "justify-self": (
439
+ auto: auto,
440
+ normal: normal,
441
+ start: flex-start,
442
+ end: flex-end,
443
+ center: center,
444
+ stretch: stretch
445
+ ),
446
+ "place-content": (
447
+ normal: normal,
448
+ start: flex-start,
449
+ end: flex-end,
450
+ center: center,
451
+ between: between,
452
+ around: around,
453
+ evenly: evenly,
454
+ stretch: stretch
455
+ ),
456
+ "place-items": (
457
+ normal: normal,
458
+ start: flex-start,
459
+ end: flex-end,
460
+ center: center,
461
+ between: between,
462
+ around: around,
463
+ evenly: evenly,
464
+ stretch: stretch
465
+ ),
466
+ "place-self": (
467
+ auto: auto,
468
+ normal: normal,
469
+ start: flex-start,
470
+ end: flex-end,
471
+ center: center,
472
+ stretch: stretch
473
+ ),
474
+
475
+ // Spacing
476
+ "margin": $kendo-spacing,
477
+ "padding": $kendo-spacing,
478
+ "space-between": (),
479
+
480
+ // Sizing
481
+ "width": map-merge( $kendo-sizing, (
482
+ // sass-lint:disable-block indentation
483
+ screen: 100vw
484
+ )),
485
+ "min-width": (
486
+ 0: 0,
487
+ full: 100%,
488
+ screen: 100vw,
489
+ min: min-content,
490
+ max: max-content,
491
+ fit: fit-content
492
+ ),
493
+ "max-width": (
494
+ none: none,
495
+ 0: 0,
496
+ full: 100%,
497
+ screen: 100vw,
498
+ min: min-content,
499
+ max: max-content,
500
+ fit: fit-content
501
+ ),
502
+ "height": map-merge( $kendo-sizing, (
503
+ // sass-lint:disable-block indentation
504
+ screen: 100vh
505
+ )),
506
+ "min-height": (
507
+ 0: 0,
508
+ full: 100%,
509
+ screen: 100vh,
510
+ min: min-content,
511
+ max: max-content,
512
+ fit: fit-content
513
+ ),
514
+ "max-height": (
515
+ none: none,
516
+ 0: 0,
517
+ full: 100%,
518
+ screen: 100vh,
519
+ min: min-content,
520
+ max: max-content,
521
+ fit: fit-content
522
+ ),
523
+
524
+ // Typography
525
+ "font-family": (),
526
+ "font-size": (),
527
+ "font-smoothing": (),
528
+ "font-style": (
529
+ italic: italic,
530
+ non-italic: normal
531
+ ),
532
+ "font-weight": (
533
+ "thin": 100,
534
+ "extralight": 200,
535
+ "light": 300,
536
+ "normal": 400,
537
+ "medium": 500,
538
+ "semibold": 600,
539
+ "bold": 700,
540
+ "extrabold": 800,
541
+ "black": 900
542
+ ),
543
+ "font-variant-numeric": (),
544
+ "letter-spacing": (),
545
+ "line-height": (),
546
+ "list-style-type": (),
547
+ "list-style-position": (),
548
+ "text-align": (
549
+ left,
550
+ right,
551
+ center,
552
+ justify
553
+ ),
554
+ "text-color": (),
555
+ "text-decoration": (),
556
+ "text-decoration-width": (),
557
+ "text-decoration-style": (),
558
+ "text-decoration-color": (),
559
+ "text-decoration-offset": (),
560
+ "text-transform": (
561
+ uppercase: uppercase,
562
+ lowercase: lowercase,
563
+ capitalize: capitalize,
564
+ normal-case: none
565
+ ),
566
+ "text-overflow": (),
567
+ "text-indent": (),
568
+ "vertical-align": (),
569
+ "white-space": (
570
+ normal,
571
+ nowrap,
572
+ pre,
573
+ pre-line,
574
+ pre-wrap,
575
+ break-spaces
576
+ ),
577
+ "word-break": (),
578
+
579
+ // Background
580
+
581
+ // Border
582
+ "border-width": (
583
+ DEFAULT: 1px,
584
+ 0: 0,
585
+ 2: 2px,
586
+ 4: 4px,
587
+ 8: 8px
588
+ ),
589
+ "border-style": (
590
+ solid,
591
+ dashed,
592
+ dotted,
593
+ double,
594
+ hidden,
595
+ none
596
+ ),
597
+ "border-color": (),
598
+ "border-radius": (
599
+ DEFAULT: .25rem,
600
+ 0: 0,
601
+ sm: .125rem,
602
+ md: .25rem,
603
+ lg: .5rem,
604
+ none: 0,
605
+ full: 9999px
606
+ ),
607
+ "outline-width": (
608
+ DEFAULT: 1px,
609
+ 0: 0,
610
+ 2: 2px,
611
+ 4: 4px,
612
+ 8: 8px
613
+ ),
614
+ "outline-style": (
615
+ solid,
616
+ dashed,
617
+ dotted,
618
+ double,
619
+ hidden,
620
+ none
621
+ ),
622
+ "outline-color": (),
623
+ "outline-offset": (
624
+ 0: 0,
625
+ 1: 1px,
626
+ 2: 2px,
627
+ 4: 4px,
628
+ 8: 8px
629
+ ),
630
+
631
+ // Effects
632
+
633
+ // Filter
634
+
635
+ // Table
636
+ "border-collapse": (
637
+ collapse,
638
+ separate
639
+ ),
640
+ "table-layout": (
641
+ auto,
642
+ fixed
643
+ ),
644
+
645
+ // Transition
646
+
647
+ // Transform
648
+ "flip": true,
649
+ "scale": (
650
+ 0,
651
+ .25,
652
+ .5,
653
+ .75,
654
+ 1,
655
+ 1.25,
656
+ 1.5
657
+ ),
658
+ "rotate": (
659
+ 0: 0deg,
660
+ 45: 45deg,
661
+ 90: 90deg,
662
+ 135: 135deg,
663
+ 180: 180deg,
664
+ 225: 225deg,
665
+ 270: 270deg,
666
+ 315: 315deg
667
+ ),
668
+ "translate": $kendo-sizing,
669
+ "skew": (
670
+ 0: 0deg,
671
+ 1: 1deg,
672
+ 2: 2deg,
673
+ 3: 3deg,
674
+ 4: 4deg,
675
+ 5: 5deg,
676
+ 6: 6deg,
677
+ 7: 7deg,
678
+ 8: 8deg,
679
+ 9: 9deg,
680
+ 10: 10deg,
681
+ 11: 11deg,
682
+ 12: 12deg
683
+ ),
684
+ "origin": (
685
+ center: center,
686
+ top: top,
687
+ right: right,
688
+ bottom: bottom,
689
+ left: left,
690
+ top-left: top left,
691
+ top-right: top right,
692
+ bottom-left: bottom left,
693
+ bottom-right: bottom right
694
+ ),
695
+
696
+
697
+ // Interactivity
698
+ "accent-color": (),
699
+ "appearance": (
700
+ none,
701
+ auto
702
+ ),
703
+ "cursor": (
704
+ none,
705
+ auto,
706
+ default,
707
+ context-menu,
708
+ help,
709
+ pointer,
710
+ progress,
711
+ wait,
712
+ cell,
713
+ crosshair,
714
+ text,
715
+ vertical-text,
716
+ alias,
717
+ copy,
718
+ move,
719
+ no-drop,
720
+ not-allowed,
721
+ e-resize,
722
+ n-resize,
723
+ ne-resize,
724
+ nw-resize,
725
+ s-resize,
726
+ se-resize,
727
+ sw-resize,
728
+ w-resize,
729
+ ew-resize,
730
+ ns-resize,
731
+ nesw-resize,
732
+ nwse-resize,
733
+ col-resize,
734
+ row-resize,
735
+ all-scroll,
736
+ zoom-in,
737
+ zoom-out,
738
+ grab,
739
+ grabbing
740
+ ),
741
+ "caret-color": (),
742
+ "pointer-events": (
743
+ none,
744
+ auto
745
+ ),
746
+ "resize": (
747
+ DEFAULT: both,
748
+ none: none,
749
+ x: horizontal,
750
+ y: vertical
751
+ ),
752
+ "scroll-behavior": (
753
+ auto,
754
+ smooth
755
+ ),
756
+ "scroll-snap-type": (
757
+ none: none,
758
+ snap-x: x var(--#{$kendo-prefix}scroll-snap-strictness),
759
+ snap-y: y var(--#{$kendo-prefix}scroll-snap-strictness),
760
+ snap-both: both var(--#{$kendo-prefix}scroll-snap-strictness)
761
+ ),
762
+ "scroll-snap-align": (
763
+ start,
764
+ end,
765
+ center,
766
+ none
767
+ ),
768
+ "scroll-snap-stop": (
769
+ normal,
770
+ always
771
+ ),
772
+ "scroll-margin": $kendo-spacing,
773
+ "scroll-padding": $kendo-spacing,
774
+ "touch-action": (
775
+ none,
776
+ auto,
777
+ pan-x,
778
+ pan-left,
779
+ pan-right,
780
+ pan-y,
781
+ pan-up,
782
+ pan-down,
783
+ pinch-zoom,
784
+ manipulation
785
+ ),
786
+ "user-select": (
787
+ none,
788
+ auto,
789
+ text,
790
+ all,
791
+ contain
792
+ ),
793
+ "will-change": (
794
+ auto: auto,
795
+ scroll: scroll-position,
796
+ contents: contents,
797
+ transform: transform
798
+ )
799
+ ) !default;
800
+
801
+ // #endregion
802
+ // #region @import "./_mixins.scss"; -> packages/utils/scss/_mixins.scss
803
+ @mixin generate-utils( $name, $props, $values, $function: "", $important: $kendo-important ) {
804
+ @if $values {
805
+ $_props: if( type-of($props) == list, $props, ( $props ) );
806
+ $_fn: if( function-exists( $function ), get-function( $function ), null );
807
+
808
+ @each $key, $val in $values {
809
+ $_key: escape-class-name( $key );
810
+ $_val: if( type-of($values) == list, $_key, $val );
811
+ $_name: escape-class-name( $name );
812
+ $_selector: if( $_key == DEFAULT, #{$kendo-prefix}#{$_name}, #{$kendo-prefix}#{$_name}-#{$_key});
813
+
814
+ @if $important != only {
815
+ .#{$_selector} {
816
+ @each $prop in $_props {
817
+ #{$prop}: if( $_fn, call($_fn, $_val), $_val );
818
+ }
819
+ }
820
+ }
821
+ @if $important {
822
+ .\!#{$_selector} {
823
+ @each $prop in $_props {
824
+ #{$prop}: if( $_fn, call($_fn, $_val), $_val ) !important; // sass-lint:disable-line no-important
825
+ }
826
+ }
827
+ }
828
+ }
829
+ }
830
+ }
831
+
832
+ // #endregion
833
+
834
+ // #region @import "./accessibility/index.import.scss"; -> packages/utils/scss/accessibility/index.import.scss
835
+ // #region @import "./_screen-readers.scss"; -> packages/utils/scss/accessibility/_screen-readers.scss
836
+ $kendo-utils-accessibility: map-get( $kendo-utils, "accessibility" ) !default;
837
+
838
+ @if $kendo-utils-accessibility {
839
+ /// @name .k-sr-only
840
+ /// @description This class could be assigned to elements which should be visually hidden, but remain accessible for screen readers.
841
+ /// @group accessibility
842
+ .#{$kendo-prefix}sr-only {
843
+ margin: -1px;
844
+ padding: 0;
845
+ width: 1px;
846
+ height: 1px;
847
+ border-width: 0;
848
+ overflow: hidden;
849
+ clip: rect(0, 0, 0, 0);
850
+ position: absolute;
851
+ }
852
+
853
+ .#{$kendo-prefix}not-sr-only {
854
+ margin: 0;
855
+ padding: 0;
856
+ width: auto;
857
+ height: auto;
858
+ border-width: 0;
859
+ overflow: visible;
860
+ clip: auto;
861
+ position: static;
862
+ }
863
+ }
864
+
865
+ // #endregion
866
+
867
+ // #endregion
868
+ // #region @import "./layout/index.import.scss"; -> packages/utils/scss/layout/index.import.scss
869
+ // #region @import "./_aspect-ratio.scss"; -> packages/utils/scss/layout/_aspect-ratio.scss
870
+ // TODO DOCS
871
+
872
+ $kendo-utils-aspect-ratio: map-get( $kendo-utils, "aspect-ratio" ) !default;
873
+
874
+ @include generate-utils( ratio, aspect-ratio, $kendo-utils-aspect-ratio );
875
+
876
+ // #endregion
877
+ // #region @import "./_display.scss"; -> packages/utils/scss/layout/_display.scss
878
+ /// @name .k-d-none
879
+ /// @description This is equivalent to `display: none;`. Turns off the display of an element so that it has no effect on layout (the document is rendered as though the element did not exist). All descendant elements also have their display turned off.
880
+ /// @group display
881
+
882
+ /// @name .k-d-block
883
+ /// @description This is equivalent to `display: block;`. The element generates a block element box, generating line breaks both before and after the element when in the normal flow.
884
+ /// @group display
885
+
886
+ /// @name .k-d-inline
887
+ /// @description This is equivalent to `display: inline;`. The element generates one or more inline element boxes that do not generate line breaks before or after themselves. In normal flow, the next element will be on the same line if there is space.
888
+ /// @group display
889
+
890
+ /// @name .k-d-inline-block
891
+ /// @description This is equivalent to `display: inline-block;`. The element generates a block element box that will be flowed with surrounding content as if it were a single inline box (behaving much like a replaced element would).
892
+ /// @group display
893
+
894
+ /// @name .k-d-flex
895
+ /// @description This is equivalent to `display: flex;`. The element behaves like a block element and lays out its content according to the flexbox model.
896
+ /// @group display
897
+
898
+ /// @name .k-d-inline-flex
899
+ /// @description This is equivalent to `display: inline-flex;`. The element behaves like an inline element and lays out its content according to the flexbox model.
900
+ /// @group display
901
+
902
+ /// @name .k-d-grid
903
+ /// @description This is equivalent to `display: grid`. It defines the element as a grid container and establishes a new grid formatting context for its contents.
904
+ /// @group display
905
+
906
+ /// @name .k-d-inline-grid
907
+ /// @description This is equivalent to `display: inline-grid`. It defines the element as a grid container and establishes a new grid formatting context for its contents.
908
+ /// @group display
909
+
910
+ /// @name .k-d-table
911
+ /// @description This is equivalent to `display: table;`. These elements behave like HTML `<table>` elements. It defines a block-level box.
912
+ /// @group display
913
+
914
+ /// @name .k-d-inline-table
915
+ /// @description This is equivalent to `display: inline-table;`. The inline-table value does not have a direct mapping in HTML. It behaves like an HTML `<table>` element, but as an inline box, rather than a block-level box. Inside the table box is a block-level context.
916
+ /// @group display
917
+
918
+ /// @name .k-d-list-item
919
+ /// @description This is equivalent to `display: list-item;`. These elements behave like HTML `<LI>` elements. It defines a block-level box.
920
+ /// @group display
921
+
922
+ $kendo-utils-display: map-get( $kendo-utils, "display" ) !default;
923
+
924
+ @include generate-utils( d, display, $kendo-utils-display );
925
+
926
+ // #endregion
927
+ // #region @import "./_float.scss"; -> packages/utils/scss/layout/_float.scss
928
+ // TODO DOCS
929
+
930
+ $kendo-utils-float: map-get( $kendo-utils, "float" ) !default;
931
+
932
+ @include generate-utils( float, float, $kendo-utils-float );
933
+
934
+ // #endregion
935
+ // #region @import "./_clear.scss"; -> packages/utils/scss/layout/_clear.scss
936
+ // TODO DOCS
937
+
938
+ $kendo-utils-clear: map-get( $kendo-utils, "clear" ) !default;
939
+
940
+ @include generate-utils( clear, clear, $kendo-utils-clear );
941
+
942
+ // #endregion
943
+ // #region @import "./_overflow.scss"; -> packages/utils/scss/layout/_overflow.scss
944
+ /// @name .k-overflow-auto
945
+ /// @description This is equivalent to `overflow: auto;`. Depends on the user agent. If content fits inside the padding box, it looks the same as visible, but still establishes a new block formatting context. Desktop browsers provide scrollbar if content overflows.
946
+ /// @group overflow
947
+
948
+ /// @name .k-overflow-hidden
949
+ /// @description This is equivalent to `overflow: hidden;`. Content is clipped if necessary to fit the padding box. No scrollbar is provided, and no support for allowing the user to scroll (such as by dragging or using a scroll wheel) is allowed. The content can be scrolled programmatically (for example, by setting the value of a property such as offsetLeft), so the element is still a scroll container.
950
+ /// @group overflow
951
+
952
+ /// @name .k-overflow-visible
953
+ /// @description This is equivalent to `overflow: visible;`. Content is not clipped and may be rendered outside the padding box.
954
+ /// @group overflow
955
+
956
+ /// @name .k-overflow-scroll
957
+ /// @description This is equivalent to `overflow: scroll;`. Content is clipped if necessary to fit the padding box. Browsers always display scrollbar whether or not any content is actually clipped, preventing scrollbar from appearing or disappearing as content changes. Printers may still print overflowing content.
958
+ /// @group overflow
959
+
960
+ /// @name .k-overflow-clip
961
+ /// @description This is equivalent to `overflow: clip;`. Like for hidden, the content is clipped to the element's padding box. The difference between clip and hidden is that the clip keyword also forbids all scrolling, including programmatic scrolling.
962
+ /// @group overflow
963
+
964
+ /// @name .k-overflow-x-auto
965
+ /// @description This is equivalent to `overflow-x: auto;`.
966
+ /// @group overflow
967
+
968
+ /// @name .k-overflow-x-hidden
969
+ /// @description This is equivalent to `overflow-x: hidden;`.
970
+ /// @group overflow
971
+
972
+ /// @name .k-overflow-x-visible
973
+ /// @description This is equivalent to `overflow-x: visible;`.
974
+ /// @group overflow
975
+
976
+ /// @name .k-overflow-x-scroll
977
+ /// @description This is equivalent to `overflow-x: scroll;`.
978
+ /// @group overflow
979
+
980
+ /// @name .k-overflow-x-clip
981
+ /// @description This is equivalent to `overflow-x: clip;`.
982
+ /// @group overflow
983
+
984
+ /// @name .k-overflow-y-auto
985
+ /// @description This is equivalent to `overflow-y: auto;`.
986
+ /// @group overflow
987
+
988
+ /// @name .k-overflow-y-hidden
989
+ /// @description This is equivalent to `overflow-y: hidden;`.
990
+ /// @group overflow
991
+
992
+ /// @name .k-overflow-y-visible
993
+ /// @description This is equivalent to `overflow-y: visible;`.
994
+ /// @group overflow
995
+
996
+ /// @name .k-overflow-y-scroll
997
+ /// @description This is equivalent to `overflow-y: scroll;`.
998
+ /// @group overflow
999
+
1000
+ /// @name .k-overflow-y-clip
1001
+ /// @description This is equivalent to `overflow-y: clip;`.
1002
+ /// @group overflow
1003
+
1004
+ $kendo-utils-overflow: map-get( $kendo-utils, "overflow" ) !default;
1005
+
1006
+ @include generate-utils( overflow, overflow, $kendo-utils-overflow );
1007
+
1008
+ // #endregion
1009
+ // #region @import "./_position.scss"; -> packages/utils/scss/layout/_position.scss
1010
+ // TODO DOCS
1011
+
1012
+ $kendo-utils-position: map-get( $kendo-utils, "position" ) !default;
1013
+
1014
+ @include generate-utils( pos, position, $kendo-utils-position );
1015
+
1016
+ // Aliases
1017
+ .#{$kendo-prefix}static { @extend .#{$kendo-prefix}pos-static !optional; }
1018
+ .\!#{$kendo-prefix}static { @extend .\!#{$kendo-prefix}pos-static !optional; }
1019
+ .#{$kendo-prefix}relative { @extend .#{$kendo-prefix}pos-relative !optional; }
1020
+ .\!#{$kendo-prefix}relative { @extend .\!#{$kendo-prefix}pos-relative !optional; }
1021
+ .#{$kendo-prefix}absolute { @extend .#{$kendo-prefix}pos-absolute !optional; }
1022
+ .\!#{$kendo-prefix}absolute { @extend .\!#{$kendo-prefix}pos-absolute !optional; }
1023
+ .#{$kendo-prefix}fixed { @extend .#{$kendo-prefix}pos-fixed !optional; }
1024
+ .\!#{$kendo-prefix}fixed { @extend .\!#{$kendo-prefix}pos-fixed !optional; }
1025
+ .#{$kendo-prefix}sticky { @extend .#{$kendo-prefix}pos-sticky !optional; }
1026
+ .\!#{$kendo-prefix}sticky { @extend .\!#{$kendo-prefix}pos-sticky !optional; }
1027
+
1028
+
1029
+ // TODO DOCS
1030
+
1031
+ $kendo-utils-inset: map-get( $kendo-utils, "inset" ) !default;
1032
+
1033
+ @include generate-utils( inset, inset, $kendo-utils-inset );
1034
+ @include generate-utils( inset-x, inset-inline, $kendo-utils-inset );
1035
+ @include generate-utils( inset-y, inset-block, $kendo-utils-inset );
1036
+ @include generate-utils( top, top, $kendo-utils-inset );
1037
+ @include generate-utils( right, right, $kendo-utils-inset );
1038
+ @include generate-utils( bottom, bottom, $kendo-utils-inset );
1039
+ @include generate-utils( left, left, $kendo-utils-inset );
1040
+ @include generate-utils( top-left, ( top, left ), $kendo-utils-inset );
1041
+ @include generate-utils( top-right, ( top, right ), $kendo-utils-inset );
1042
+ @include generate-utils( bottom-left, ( bottom, left ), $kendo-utils-inset );
1043
+ @include generate-utils( bottom-right, ( bottom, right), $kendo-utils-inset );
1044
+
1045
+ .#{$kendo-prefix}top-center {
1046
+ top: 0;
1047
+ left: 50%;
1048
+ transform: translateX(-50%);
1049
+ }
1050
+ .#{$kendo-prefix}middle-left {
1051
+ top: 50%;
1052
+ left: 0;
1053
+ transform: translateY(-50%);
1054
+ }
1055
+ .#{$kendo-prefix}middle-center {
1056
+ top: 50%;
1057
+ left: 50%;
1058
+ transform: translateY(-50%);
1059
+ }
1060
+ .#{$kendo-prefix}middle-right {
1061
+ top: 50%;
1062
+ right: 0;
1063
+ transform: translateY(-50%);
1064
+ }
1065
+ .#{$kendo-prefix}bottom-center {
1066
+ bottom: 0;
1067
+ left: 50%;
1068
+ transform: translateX(-50%);
1069
+ }
1070
+
1071
+ // #endregion
1072
+ // #region @import "./_visibility.scss"; -> packages/utils/scss/layout/_visibility.scss
1073
+ // TODO DOCS
1074
+
1075
+ $kendo-utils-visibility: map-get( $kendo-utils, "visibility" ) !default;
1076
+
1077
+ @include generate-utils( visibility, visibility, $kendo-utils-visibility );
1078
+
1079
+ // Aliases
1080
+ .#{$kendo-prefix}visible { @extend .#{$kendo-prefix}visibility-visible !optional; }
1081
+ .\!#{$kendo-prefix}visible { @extend .\!#{$kendo-prefix}visibility-visible !optional; }
1082
+ .#{$kendo-prefix}invisible { @extend .#{$kendo-prefix}visibility-hidden !optional; }
1083
+ .\!#{$kendo-prefix}invisible { @extend .\!#{$kendo-prefix}visibility-hidden !optional; }
1084
+
1085
+ // #endregion
1086
+ // #region @import "./_zindex.scss"; -> packages/utils/scss/layout/_zindex.scss
1087
+ // TODO DOCS
1088
+
1089
+ $kendo-utils-zindex: map-get( $kendo-utils, "zindex" ) !default;
1090
+
1091
+ @include generate-utils( z, z-index, $kendo-utils-zindex );
1092
+
1093
+ // #endregion
1094
+
1095
+ // #endregion
1096
+ // #region @import "./flex-grid/index.import.scss"; -> packages/utils/scss/flex-grid/index.import.scss
1097
+ // #region @import "./_flex-direction.scss"; -> packages/utils/scss/flex-grid/_flex-direction.scss
1098
+ /// @name .k-flex-row
1099
+ /// @description This is equivalent to `flex-direction: row`. This establishes the main-axis to be horizontal, thus defining the direction flex items are placed in the flex container: left to right in `ltr`; right to left in `rtl`.
1100
+ /// @group flex-direction
1101
+
1102
+ /// @name .k-flex-row-reverse
1103
+ /// @description This is equivalent to `flex-direction: row-reverse`. This establishes the main-axis to be horizontal, thus defining the direction flex items are placed in the flex container: right to left in `ltr`; left to right in `rtl`.
1104
+ /// @group flex-direction
1105
+
1106
+ /// @name .k-flex-col
1107
+ /// @description This is equivalent to `flex-direction: column`. This establishes the main-axis to be vertical, thus defining the direction flex items are placed in the flex container: top to bottom.
1108
+ /// @group flex-direction
1109
+
1110
+ /// @name .k-flex-col-reverse
1111
+ /// @description This is equivalent to `flex-direction: column-reverse`. This establishes the main-axis to be vertical, thus defining the direction flex items are placed in the flex container: bottom to top.
1112
+ /// @group flex-direction
1113
+
1114
+ $kendo-utils-flex-direction: map-get( $kendo-utils, "flex-direction" ) !default;
1115
+
1116
+ @include generate-utils( flex, flex-direction, $kendo-utils-flex-direction );
1117
+
1118
+ // #endregion
1119
+ // #region @import "./_flex-wrap.scss"; -> packages/utils/scss/flex-grid/_flex-wrap.scss
1120
+ /// @name .k-flex-wrap
1121
+ /// @description This is equivalent to `flex-wrap: wrap`. It allows flex items to wrap as needed onto multiple lines, from top to bottom.
1122
+ /// @group flex-wrap
1123
+
1124
+ /// @name .k-flex-nowrap
1125
+ /// @description This is equivalent to `flex-wrap: nowrap`. All flex items will be on one line.
1126
+ /// @group flex-wrap
1127
+
1128
+ /// @name .k-flex-wrap-reverse
1129
+ /// @description This is equivalent to `flex-wrap: wrap-reverse`. It allows flex items to wrap as needed onto multiple lines, from bottom to top.
1130
+ /// @group flex-wrap
1131
+
1132
+ $kendo-utils-flex-wrap: map-get( $kendo-utils, "flex-wrap" ) !default;
1133
+
1134
+ @include generate-utils( flex, flex-wrap, $kendo-utils-flex-wrap );
1135
+
1136
+ // #endregion
1137
+ // #region @import "./_flex.scss"; -> packages/utils/scss/flex-grid/_flex.scss
1138
+ /// @name .k-flex-1
1139
+ /// @description This is equivalent to `flex: 1 1 0%`. It sizes the item not based on its `width`/`height` properties, but based on the available space. This is similar to `flex: 1 1 auto` except it is allowed to shrink beyond its initial size.
1140
+ /// @group flex
1141
+
1142
+ /// @name .k-flex-auto
1143
+ /// @description This is equivalent to `flex: 1 1 auto`. Beware, this is not the default value. It sizes the item based on its `width`/`height` properties, but makes it fully flexible so that they absorb any extra space along the main axis. If all items are either `flex: auto`, `flex: initial`, or `flex: none`, any remaining space after the items have been sized will be distributed evenly to the items with `flex: auto`.
1144
+ /// @group flex
1145
+
1146
+ /// @name .k-flex-initial
1147
+ /// @description This is the same as `flex: initial;` and the shorthand for the default value: `flex: 0 1 auto`. It sizes the item based on its `width`/`height` properties (or its content if not set). It makes the flex item inflexible when there is some free space left, but allows it to shrink to its minimum when there is not enough space. The alignment abilities or `auto` margins can be used to align flex items along the main axis.
1148
+ /// @group flex
1149
+
1150
+ /// @name .k-flex-none
1151
+ /// @description This is equivalent to `flex: 0 0 auto`. It sizes the item according to its `width`/`height` properties, but makes it fully inflexible. This is similar to `flex: initial` except it is not allowed to shrink, even in an overflow situation.
1152
+ /// @group flex
1153
+
1154
+ $kendo-utils-flex: map-get( $kendo-utils, "flex" ) !default;
1155
+
1156
+ @include generate-utils( flex, flex, $kendo-utils-flex );
1157
+
1158
+ // #endregion
1159
+ // #region @import "./_flex-grow.scss"; -> packages/utils/scss/flex-grid/_flex-grow.scss
1160
+ /// @name .k-flex-grow
1161
+ /// @description This is equivalent to `flex-grow: 1`. It defines the ability for a flex item to grow if necessary. It accepts a unitless value that serves as a proportion. It dictates what amount of the available space inside the flex container the item should take up.
1162
+ /// @group flex-grow
1163
+
1164
+ /// @name .k-flex-grow-0
1165
+ /// @description This is equivalent to `flex-grow: 0`. The item will not grow.
1166
+ /// @group flex-grow
1167
+
1168
+ $kendo-utils-flex-grow: map-get( $kendo-utils, "flex-grow" ) !default;
1169
+
1170
+ @include generate-utils( grow, flex-grow, $kendo-utils-flex-grow );
1171
+
1172
+ // #endregion
1173
+ // #region @import "./_flex-shrink.scss"; -> packages/utils/scss/flex-grid/_flex-shrink.scss
1174
+ /// @name .k-flex-shrink
1175
+ /// @description This is equivalent to `flex-shrink: 1`. It determines how much the flex item will shrink relative to the rest of the flex items in the flex container when there isn't enough space on the row.
1176
+ /// @group flex-shrink
1177
+
1178
+ /// @name .k-flex-shrink-0
1179
+ /// @description This is equivalent to `flex-shrink: 0`. The item will not shrink.
1180
+ /// @group flex-shrink
1181
+
1182
+ $kendo-utils-flex-shrink: map-get( $kendo-utils, "flex-shrink" ) !default;
1183
+
1184
+ @include generate-utils( shrink, flex-shrink, $kendo-utils-flex-shrink );
1185
+
1186
+ // #endregion
1187
+ // #region @import "./_flex-basis.scss"; -> packages/utils/scss/flex-grid/_flex-basis.scss
1188
+ /// @name .k-flex-basis-auto
1189
+ /// @description This is equivalent to `flex-basis: auto`. It specifies the initial size of the flex item, before any available space is distributed according to the flex factors. It sizes the element according to its size property.
1190
+ /// @group flex-basis
1191
+
1192
+ // TODO DOCS
1193
+
1194
+ /// @name .k-flex-basis-0
1195
+ /// @description This is equivalent to `flex-basis: 0`. It specifies the initial size of the flex item, before any available space is distributed according to the flex factors. It disregards the element' size property.
1196
+ /// @group flex-basis
1197
+
1198
+ $kendo-utils-flex-basis: map-get( $kendo-utils, "flex-basis" ) !default;
1199
+
1200
+ @include generate-utils( basis, flex-basis, $kendo-utils-flex-basis );
1201
+
1202
+ // #endregion
1203
+ // #region @import "./_order.scss"; -> packages/utils/scss/flex-grid/_order.scss
1204
+ // TODO DOCS
1205
+
1206
+ $kendo-utils-order: map-get( $kendo-utils, "order" ) !default;
1207
+
1208
+ @include generate-utils( order, order, $kendo-utils-order );
1209
+
1210
+ // #endregion
1211
+ // #region @import "./_grid-template-columns.scss"; -> packages/utils/scss/flex-grid/_grid-template-columns.scss
1212
+ // TODO DOCS
1213
+
1214
+ $kendo-utils-grid-template-columns: map-get( $kendo-utils, "grid-template-columns" ) !default;
1215
+
1216
+ @include generate-utils( grid-cols, grid-template-columns, $kendo-utils-grid-template-columns );
1217
+
1218
+ // #endregion
1219
+ // #region @import "./_grid-template-rows.scss"; -> packages/utils/scss/flex-grid/_grid-template-rows.scss
1220
+ // TODO DOCS
1221
+
1222
+ $kendo-utils-grid-template-rows: map-get( $kendo-utils, "grid-template-rows" ) !default;
1223
+
1224
+ @include generate-utils( grid-rows, grid-template-rows, $kendo-utils-grid-template-rows );
1225
+
1226
+ // #endregion
1227
+ // #region @import "./_grid-column-start-end.scss"; -> packages/utils/scss/flex-grid/_grid-column-start-end.scss
1228
+ // TODO DOCS
1229
+
1230
+ $kendo-utils-grid-column-start: map-get( $kendo-utils, "grid-column-start" ) !default;
1231
+
1232
+ @include generate-utils( col-start, grid-column-start, $kendo-utils-grid-column-start );
1233
+
1234
+
1235
+ $kendo-utils-grid-column-end: map-get( $kendo-utils, "grid-column-end" ) !default;
1236
+
1237
+ @include generate-utils( col-end, grid-column-end, $kendo-utils-grid-column-end );
1238
+
1239
+
1240
+ $kendo-utils-grid-column-span: map-get( $kendo-utils, "grid-column-span" ) !default;
1241
+
1242
+ @include generate-utils( col-span, grid-column, $kendo-utils-grid-column-span );
1243
+
1244
+ // #endregion
1245
+ // #region @import "./_grid-row-start-end.scss"; -> packages/utils/scss/flex-grid/_grid-row-start-end.scss
1246
+ // TODO DOCS
1247
+
1248
+ $kendo-utils-grid-row-start: map-get( $kendo-utils, "grid-row-start" ) !default;
1249
+
1250
+ @include generate-utils( row-start, grid-row-start, $kendo-utils-grid-row-start );
1251
+
1252
+
1253
+ $kendo-utils-grid-row-end: map-get( $kendo-utils, "grid-row-end" ) !default;
1254
+
1255
+ @include generate-utils( row-end, grid-row-end, $kendo-utils-grid-row-end );
1256
+
1257
+
1258
+ $kendo-utils-grid-row-span: map-get( $kendo-utils, "grid-row-span" ) !default;
1259
+
1260
+ @include generate-utils( row-span, grid-row, $kendo-utils-grid-row-span );
1261
+
1262
+ // #endregion
1263
+ // #region @import "./_grid-auto-flow.scss"; -> packages/utils/scss/flex-grid/_grid-auto-flow.scss
1264
+ // TODO DOCS
1265
+
1266
+ $kendo-utils-grid-auto-flow: map-get( $kendo-utils, "grid-auto-flow" ) !default;
1267
+
1268
+ @include generate-utils( grid-flow, grid-auto-flow, $kendo-utils-grid-auto-flow );
1269
+
1270
+ // #endregion
1271
+ // #region @import "./_grid-auto-columns.scss"; -> packages/utils/scss/flex-grid/_grid-auto-columns.scss
1272
+ // TODO DOCS
1273
+
1274
+ $kendo-utils-grid-auto-columns: map-get( $kendo-utils, "grid-auto-columns" ) !default;
1275
+
1276
+ @include generate-utils( grid-auto-cols, grid-auto-columns, $kendo-utils-grid-auto-columns );
1277
+
1278
+ // #endregion
1279
+ // #region @import "./_grid-auto-rows.scss"; -> packages/utils/scss/flex-grid/_grid-auto-rows.scss
1280
+ // TODO DOCS
1281
+
1282
+ $kendo-utils-grid-auto-rows: map-get( $kendo-utils, "grid-auto-rows" ) !default;
1283
+
1284
+ @include generate-utils( grid-auto-rows, grid-auto-rows, $kendo-utils-grid-auto-rows );
1285
+
1286
+ // #endregion
1287
+ // #region @import "./_gap.scss"; -> packages/utils/scss/flex-grid/_gap.scss
1288
+ // TODO DOCS
1289
+
1290
+ $kendo-utils-gap: map-get( $kendo-utils, "gap" ) !default;
1291
+
1292
+ @include generate-utils( gap, gap, $kendo-utils-gap );
1293
+
1294
+ // #endregion
1295
+ // #region @import "./_align-content.scss"; -> packages/utils/scss/flex-grid/_align-content.scss
1296
+ // TODO DOCS
1297
+
1298
+ $kendo-utils-align-content: map-get( $kendo-utils, "align-content" ) !default;
1299
+
1300
+ @include generate-utils( align-content, align-content, $kendo-utils-align-content );
1301
+
1302
+ // #endregion
1303
+ // #region @import "./_align-items.scss"; -> packages/utils/scss/flex-grid/_align-items.scss
1304
+ // TODO DOCS
1305
+
1306
+ $kendo-utils-align-items: map-get( $kendo-utils, "align-items" ) !default;
1307
+
1308
+ @include generate-utils( align-items, align-items, $kendo-utils-align-items );
1309
+
1310
+ // #endregion
1311
+ // #region @import "./_align-self.scss"; -> packages/utils/scss/flex-grid/_align-self.scss
1312
+ // TODO DOCS
1313
+
1314
+ $kendo-utils-align-self: map-get( $kendo-utils, "align-self" ) !default;
1315
+
1316
+ @include generate-utils( align-self, align-self, $kendo-utils-align-self );
1317
+
1318
+ // #endregion
1319
+ // #region @import "./_justify-content.scss"; -> packages/utils/scss/flex-grid/_justify-content.scss
1320
+ // TODO DOCS
1321
+
1322
+ $kendo-utils-justify-content: map-get( $kendo-utils, "justify-content" ) !default;
1323
+
1324
+ @include generate-utils( justify-content, justify-content, $kendo-utils-justify-content );
1325
+
1326
+ .#{$kendo-prefix}justify-content-stretch > * { flex: 1 0 0%; }
1327
+ .\!.#{$kendo-prefix}justify-content-stretch > * { flex: 1 0 0% !important; } // sass-lint:disable-line no-important class-name-format
1328
+
1329
+ // #endregion
1330
+ // #region @import "./_justify-items.scss"; -> packages/utils/scss/flex-grid/_justify-items.scss
1331
+ // TODO DOCS
1332
+
1333
+ $kendo-utils-justify-items: map-get( $kendo-utils, "justify-items" ) !default;
1334
+
1335
+ @include generate-utils( justify-items, justify-items, $kendo-utils-justify-items );
1336
+
1337
+ // #endregion
1338
+ // #region @import "./_justify-self.scss"; -> packages/utils/scss/flex-grid/_justify-self.scss
1339
+ // TODO DOCS
1340
+
1341
+ $kendo-utils-justify-self: map-get( $kendo-utils, "justify-self" ) !default;
1342
+
1343
+ @include generate-utils( justify-self, justify-self, $kendo-utils-justify-self );
1344
+
1345
+ // #endregion
1346
+ // #region @import "./_place-content.scss"; -> packages/utils/scss/flex-grid/_place-content.scss
1347
+ // TODO DOCS
1348
+
1349
+ $kendo-utils-place-content: map-get( $kendo-utils, "place-content" ) !default;
1350
+
1351
+ @include generate-utils( place-content, place-content, $kendo-utils-place-content );
1352
+
1353
+ // #endregion
1354
+ // #region @import "./_place-items.scss"; -> packages/utils/scss/flex-grid/_place-items.scss
1355
+ // TODO DOCS
1356
+
1357
+ $kendo-utils-place-items: map-get( $kendo-utils, "place-items" ) !default;
1358
+
1359
+ @include generate-utils( place-items, place-items, $kendo-utils-place-items );
1360
+
1361
+ // #endregion
1362
+ // #region @import "./_place-self.scss"; -> packages/utils/scss/flex-grid/_place-self.scss
1363
+ // TODO DOCS
1364
+
1365
+ $kendo-utils-place-self: map-get( $kendo-utils, "place-self" ) !default;
1366
+
1367
+ @include generate-utils( place-self, place-self, $kendo-utils-place-self );
1368
+
1369
+ // #endregion
1370
+
1371
+ // #endregion
1372
+ // #region @import "./spacing/index.import.scss"; -> packages/utils/scss/spacing/index.import.scss
1373
+ // #region @import "./_margin.scss"; -> packages/utils/scss/spacing/_margin.scss
1374
+ // TODO DOCS
1375
+
1376
+ $kendo-utils-margin: map-get( $kendo-utils, "margin" ) !default;
1377
+
1378
+ @include generate-utils( m, margin, $kendo-utils-margin );
1379
+ @include generate-utils( mt, margin-top, $kendo-utils-margin );
1380
+ @include generate-utils( mr, margin-right, $kendo-utils-margin );
1381
+ @include generate-utils( mb, margin-bottom, $kendo-utils-margin );
1382
+ @include generate-utils( ml, margin-left, $kendo-utils-margin );
1383
+ @include generate-utils( mx, margin-inline, $kendo-utils-margin );
1384
+ @include generate-utils( my, margin-block, $kendo-utils-margin );
1385
+
1386
+ // #endregion
1387
+ // #region @import "./_padding.scss"; -> packages/utils/scss/spacing/_padding.scss
1388
+ // TODO DOCS
1389
+
1390
+ $kendo-utils-padding: map-get( $kendo-utils, "padding" ) !default;
1391
+
1392
+ @include generate-utils( p, padding, $kendo-utils-padding );
1393
+ @include generate-utils( pt, padding-top, $kendo-utils-padding );
1394
+ @include generate-utils( pr, padding-right, $kendo-utils-padding );
1395
+ @include generate-utils( pb, padding-bottom, $kendo-utils-padding );
1396
+ @include generate-utils( pl, padding-left, $kendo-utils-padding );
1397
+ @include generate-utils( px, padding-inline, $kendo-utils-padding );
1398
+ @include generate-utils( py, padding-block, $kendo-utils-padding );
1399
+
1400
+ // #endregion
1401
+ // #region @import "./_space-between.scss"; -> packages/utils/scss/spacing/_space-between.scss
1402
+
1403
+ // #endregion
1404
+
1405
+ // #endregion
1406
+ // #region @import "./sizing/index.import.scss"; -> packages/utils/scss/sizing/index.import.scss
1407
+ // #region @import "./_width.scss"; -> packages/utils/scss/sizing/_width.scss
1408
+ // TODO DOCS
1409
+
1410
+ $kendo-utils-width: map-get( $kendo-utils, "width" ) !default;
1411
+
1412
+ @include generate-utils( w, width, $kendo-utils-width );
1413
+
1414
+
1415
+ $kendo-utils-min-width: map-get( $kendo-utils, "min-width" ) !default;
1416
+
1417
+ @include generate-utils( min-w, min-width, $kendo-utils-min-width );
1418
+
1419
+
1420
+ $kendo-utils-max-width: map-get( $kendo-utils, "max-width" ) !default;
1421
+
1422
+ @include generate-utils( max-w, max-width, $kendo-utils-max-width );
1423
+
1424
+ // #endregion
1425
+ // #region @import "./_height.scss"; -> packages/utils/scss/sizing/_height.scss
1426
+ // TODO DOCS
1427
+
1428
+ $kendo-utils-height: map-get( $kendo-utils, "height" ) !default;
1429
+
1430
+ @include generate-utils( h, height, $kendo-utils-height );
1431
+
1432
+
1433
+ $kendo-utils-min-height: map-get( $kendo-utils, "min-height" ) !default;
1434
+
1435
+ @include generate-utils( min-h, min-height, $kendo-utils-min-height );
1436
+
1437
+
1438
+ $kendo-utils-max-height: map-get( $kendo-utils, "max-height" ) !default;
1439
+
1440
+ @include generate-utils( max-h, max-height, $kendo-utils-max-height );
1441
+
1442
+ // #endregion
1443
+
1444
+ // #endregion
1445
+ // #region @import "./typography/index.import.scss"; -> packages/utils/scss/typography/index.import.scss
1446
+ // font family
1447
+ // #region @import "./_font-size.scss"; -> packages/utils/scss/typography/_font-size.scss
1448
+ // TODO DOCS
1449
+
1450
+ $kendo-utils-font-size: map-get( $kendo-utils, "font-size" ) !default;
1451
+
1452
+ @include generate-utils( font-size, font-size, $kendo-utils-font-size );
1453
+
1454
+ // #endregion
1455
+ // font smoothing
1456
+ // #region @import "./_font-style.scss"; -> packages/utils/scss/typography/_font-style.scss
1457
+ // TODO DOCS
1458
+
1459
+ $kendo-utils-font-style: map-get( $kendo-utils, "font-style" ) !default;
1460
+
1461
+ @include generate-utils( font, font-style, $kendo-utils-font-style );
1462
+
1463
+ // #endregion
1464
+ // #region @import "./_font-weight.scss"; -> packages/utils/scss/typography/_font-weight.scss
1465
+ // TODO DOCS
1466
+
1467
+ $kendo-utils-font-weight: map-get( $kendo-utils, "font-weight" ) !default;
1468
+
1469
+ @include generate-utils( font, font-weight, $kendo-utils-font-weight );
1470
+
1471
+ // #endregion
1472
+ // font variant
1473
+ // letter spacing
1474
+ // line height
1475
+ // list style
1476
+ // #region @import "./_text-align.scss"; -> packages/utils/scss/typography/_text-align.scss
1477
+ /// @name .k-text-left
1478
+ /// @description This is equivalent to `text-align: left;`. The inline contents are aligned to the left edge of the line box.
1479
+ /// @group text-align
1480
+
1481
+ /// @name .k-text-right
1482
+ /// @description This is equivalent to `text-align: right;`. The inline contents are aligned to the right edge of the line box.
1483
+ /// @group text-align
1484
+
1485
+ /// @name .k-text-center
1486
+ /// @description This is equivalent to `text-align: center;`. The inline contents are centered within the line box.
1487
+ /// @group text-align
1488
+
1489
+ /// @name .k-text-justify
1490
+ /// @description This is equivalent to `text-align: justify;`. The inline contents are justified. Text should be spaced to line up its left and right edges to the left and right edges of the line box, except for the last line.
1491
+ /// @group text-align
1492
+
1493
+ $kendo-utils-text-align: map-get( $kendo-utils, "text-align" ) !default;
1494
+
1495
+ @include generate-utils( text, text-align, $kendo-utils-text-align );
1496
+
1497
+ // #endregion
1498
+ // text color
1499
+ // text decoration
1500
+ // #region @import "./_text-transform.scss"; -> packages/utils/scss/typography/_text-transform.scss
1501
+ // TODO DOCS
1502
+
1503
+ /// @name k-text-lowercase
1504
+ /// @description This is equivalent to `text-transform: lowercase;`. Is a keyword that converts all characters to lowercase.
1505
+ /// @group text-transform
1506
+
1507
+ /// @name k-text-uppercase
1508
+ /// @description This is equivalent to `text-transform: uppercase;`. Is a keyword that converts all characters to uppercase.
1509
+ /// @group text-transform
1510
+
1511
+ /// @name k-text-capitalize
1512
+ /// @description This is equivalent to `text-transform: capitalize;`. Is a keyword that converts the first letter of each word to uppercase. Other characters remain unchanged (they retain their original case as written in the element's text).
1513
+ /// @group text-transform
1514
+
1515
+ $kendo-utils-text-transform: map-get( $kendo-utils, "text-transform" ) !default;
1516
+
1517
+ @include generate-utils( text, text-transform, $kendo-utils-text-transform );
1518
+
1519
+ // #endregion
1520
+ // text overflow
1521
+ // text indent
1522
+ // vertical align
1523
+ // #region @import "./_white-space.scss"; -> packages/utils/scss/typography/_white-space.scss
1524
+ /// @name .k-white-space-normal
1525
+ /// @description This is equivalent to `white-space: normal;`. Sequences of white space are collapsed. Newline characters in the source are handled the same as other white space. Lines are broken as necessary to fill line boxes.
1526
+ /// @group white-space
1527
+
1528
+ /// @name .k-white-space-nowrap
1529
+ /// @description This is equivalent to `white-space: nowrap;`. Collapses white space as for normal, but suppresses line breaks (text wrapping) within the source.
1530
+ /// @group white-space
1531
+
1532
+ /// @name .k-white-space-pre
1533
+ /// @description This is equivalent to `white-space: pre;`. Sequences of white space are preserved. Lines are only broken at newline characters in the source and at <br> elements.
1534
+ /// @group white-space
1535
+
1536
+ /// @name .k-white-space-pre-wrap
1537
+ /// @description This is equivalent to `white-space: pre-wrap;`. Sequences of white space are preserved. Lines are broken at newline characters, at <br>, and as necessary to fill line boxes.
1538
+ /// @group white-space
1539
+
1540
+ /// @name .k-white-space-pre-line
1541
+ /// @description This is equivalent to `white-space: pre-line;`. Sequences of white space are collapsed. Lines are broken at newline characters, at <br>, and as necessary to fill line boxes.
1542
+ /// @group white-space
1543
+
1544
+ /// @name .k-white-space-break-spaces
1545
+ /// @description This is equivalent to `white-space: break-spaces;`. Collapses white space as for normal, but suppresses line breaks (text wrapping) within the source.
1546
+ /// @group white-space
1547
+
1548
+ $kendo-utils-white-space: map-get( $kendo-utils, "white-space" ) !default;
1549
+
1550
+ @include generate-utils( white-space, white-space, $kendo-utils-white-space );
1551
+
1552
+ // #endregion
1553
+
1554
+ // #endregion
1555
+ // background
1556
+ // #region @import "./border/index.import.scss"; -> packages/utils/scss/border/index.import.scss
1557
+ // #region @import "./_border-width.scss"; -> packages/utils/scss/border/_border-width.scss
1558
+ // TODO DOCS
1559
+
1560
+ $kendo-utils-border-width: map-get( $kendo-utils, "border-width" ) !default;
1561
+
1562
+ @include generate-utils( border, border-width, $kendo-utils-border-width );
1563
+ @include generate-utils( border-t, border-top-width, $kendo-utils-border-width );
1564
+ @include generate-utils( border-r, border-right-width, $kendo-utils-border-width );
1565
+ @include generate-utils( border-b, border-bottom-width, $kendo-utils-border-width );
1566
+ @include generate-utils( border-l, border-left-width, $kendo-utils-border-width );
1567
+ @include generate-utils( border-x, border-inline-width, $kendo-utils-border-width );
1568
+ @include generate-utils( border-y, border-block-width, $kendo-utils-border-width );
1569
+
1570
+ // #endregion
1571
+ // #region @import "./_border-style.scss"; -> packages/utils/scss/border/_border-style.scss
1572
+ // TODO DOCS
1573
+
1574
+ $kendo-utils-border-style: map-get( $kendo-utils, "border-style" ) !default;
1575
+
1576
+ @include generate-utils( border, border-style, $kendo-utils-border-style );
1577
+ @include generate-utils( border-t, border-top-style, $kendo-utils-border-style );
1578
+ @include generate-utils( border-r, border-right-style, $kendo-utils-border-style );
1579
+ @include generate-utils( border-b, border-bottom-style, $kendo-utils-border-style );
1580
+ @include generate-utils( border-l, border-left-style, $kendo-utils-border-style );
1581
+ @include generate-utils( border-x, border-inline-style, $kendo-utils-border-style );
1582
+ @include generate-utils( border-y, border-block-style, $kendo-utils-border-style );
1583
+
1584
+ // #endregion
1585
+ // #region @import "./_border-color.scss"; -> packages/utils/scss/border/_border-color.scss
1586
+ // TODO DOCS
1587
+
1588
+ $kendo-utils-border-color: map-get( $kendo-utils, "border-color" ) !default;
1589
+
1590
+ @include generate-utils( border, border-color, $kendo-utils-border-color );
1591
+ @include generate-utils( border-t, border-top-color, $kendo-utils-border-color );
1592
+ @include generate-utils( border-r, border-right-color, $kendo-utils-border-color );
1593
+ @include generate-utils( border-b, border-bottom-color, $kendo-utils-border-color );
1594
+ @include generate-utils( border-l, border-left-color, $kendo-utils-border-color );
1595
+ @include generate-utils( border-x, border-inline-color, $kendo-utils-border-color );
1596
+ @include generate-utils( border-y, border-block-color, $kendo-utils-border-color );
1597
+
1598
+ // #endregion
1599
+ // #region @import "./_border-radius.scss"; -> packages/utils/scss/border/_border-radius.scss
1600
+ // TODO DOCS
1601
+
1602
+ $kendo-utils-border-radius: map-get( $kendo-utils, "border-radius" ) !default;
1603
+
1604
+ @include generate-utils( rounded, border-radius, $kendo-utils-border-radius );
1605
+ @include generate-utils( rounded-tl, border-top-left-radius, $kendo-utils-border-radius );
1606
+ @include generate-utils( rounded-tr, border-top-right-radius, $kendo-utils-border-radius );
1607
+ @include generate-utils( rounded-br, border-bottom-right-radius, $kendo-utils-border-radius );
1608
+ @include generate-utils( rounded-bl, border-bottom-left-radius, $kendo-utils-border-radius );
1609
+ @include generate-utils( rounded-t, ( border-top-left-radius, border-top-right-radius ), $kendo-utils-border-radius );
1610
+ @include generate-utils( rounded-r, ( border-top-right-radius, border-bottom-right-radius ), $kendo-utils-border-radius );
1611
+ @include generate-utils( rounded-b, ( border-bottom-left-radius, border-bottom-right-radius ), $kendo-utils-border-radius );
1612
+ @include generate-utils( rounded-l, ( border-top-left-radius, border-bottom-left-radius ), $kendo-utils-border-radius );
1613
+
1614
+ // #endregion
1615
+ // #region @import "./_outline-width.scss"; -> packages/utils/scss/border/_outline-width.scss
1616
+ // TODO DOCS
1617
+
1618
+ $kendo-utils-outline-width: map-get( $kendo-utils, "outline-width" ) !default;
1619
+
1620
+ @include generate-utils( outline, outline-width, $kendo-utils-outline-width );
1621
+
1622
+ // #endregion
1623
+ // #region @import "./_outline-style.scss"; -> packages/utils/scss/border/_outline-style.scss
1624
+ // TODO DOCS
1625
+
1626
+ $kendo-utils-outline-style: map-get( $kendo-utils, "outline-style" ) !default;
1627
+
1628
+ @include generate-utils( outline, outline-style, $kendo-utils-outline-style );
1629
+
1630
+ // #endregion
1631
+ // #region @import "./_outline-color.scss"; -> packages/utils/scss/border/_outline-color.scss
1632
+ // TODO DOCS
1633
+
1634
+ $kendo-utils-outline-color: map-get( $kendo-utils, "outline-color" ) !default;
1635
+
1636
+ @include generate-utils( outline, outline-color, $kendo-utils-outline-color );
1637
+
1638
+ // #endregion
1639
+ // #region @import "./_outline-offset.scss"; -> packages/utils/scss/border/_outline-offset.scss
1640
+ // TODO DOCS
1641
+
1642
+ $kendo-utils-outline-offset: map-get( $kendo-utils, "outline-offset" ) !default;
1643
+
1644
+ @include generate-utils( outline-offset, outline-offset, $kendo-utils-outline-offset );
1645
+
1646
+ // #endregion
1647
+
1648
+ // #endregion
1649
+ // effects
1650
+ // filter
1651
+ // #region @import "./table/index.import.scss"; -> packages/utils/scss/table/index.import.scss
1652
+ // #region @import "./_border-collapse.scss"; -> packages/utils/scss/table/_border-collapse.scss
1653
+ // TODO DOCS
1654
+
1655
+ $kendo-utils-border-collapse: map-get( $kendo-utils, "border-collapse" ) !default;
1656
+
1657
+ @include generate-utils( border, border-collapse, $kendo-utils-border-collapse );
1658
+
1659
+ // #endregion
1660
+ // #region @import "./_table-layout.scss"; -> packages/utils/scss/table/_table-layout.scss
1661
+ /// @name .k-table-layout-auto
1662
+ /// @description This is equivalent to `table-layout: auto;`. By default, most browsers use an automatic table layout algorithm. The widths of the table and its cells are adjusted to fit the content.
1663
+ /// @group table-layout
1664
+
1665
+ /// @name .k-table-layout-fixed
1666
+ /// @description This is equivalent to `table-layout: fixed;`. Table and column widths are set by the widths of table and col elements or by the width of the first row of cells. Cells in subsequent rows do not affect column widths.
1667
+ /// @group table-layout
1668
+
1669
+ $kendo-utils-table-layout: map-get( $kendo-utils, "table-layout" ) !default;
1670
+
1671
+ @include generate-utils( table, table-layout, $kendo-utils-table-layout );
1672
+
1673
+ // #endregion
1674
+
1675
+ // #endregion
1676
+ // transition
1677
+ // #region @import "./transform/index.import.scss"; -> packages/utils/scss/transform/index.import.scss
1678
+ // #region @import "./_flip.scss"; -> packages/utils/scss/transform/_flip.scss
1679
+ /// @name .k-flip-h
1680
+ /// @description This is equivalent to `transform: scaleX( -1 );`. Flips the element horizontally.
1681
+ /// @group transform
1682
+
1683
+ /// @name .k-flip-v
1684
+ /// @description This is equivalent to `transform: scaleY( -1 );`. Flips the element vertically.
1685
+ /// @group transform
1686
+
1687
+ $kendo-utils-flip: map-get( $kendo-utils, "flip" ) !default;
1688
+
1689
+ @if $kendo-utils-flip {
1690
+ .#{$kendo-prefix}flip-h { transform: scaleX( -1 ); }
1691
+ .\!#{$kendo-prefix}flip-h { transform: scaleX( -1 ) !important; } // sass-lint:disable-line no-important
1692
+ .#{$kendo-prefix}flip-v { transform: scaleY( -1 ); }
1693
+ .\!#{$kendo-prefix}flip-v { transform: scaleY( -1 ) !important; } // sass-lint:disable-line no-important
1694
+ .#{$kendo-prefix}flip-h.#{$kendo-prefix}flip-v { transform: scale( -1, -1 ); }
1695
+ .\!#{$kendo-prefix}flip-h.\!#{$kendo-prefix}flip-v { transform: scale( -1, -1 ) !important; } // sass-lint:disable-line no-important
1696
+
1697
+ // Aliases
1698
+ .#{$kendo-prefix}flip-x { @extend .#{$kendo-prefix}flip-h !optional; }
1699
+ .\!#{$kendo-prefix}flip-x { @extend .\!#{$kendo-prefix}flip-h !optional; }
1700
+ .#{$kendo-prefix}flip-y { @extend .#{$kendo-prefix}flip-v !optional; }
1701
+ .\!#{$kendo-prefix}flip-y { @extend .\!#{$kendo-prefix}flip-v !optional; }
1702
+ }
1703
+
1704
+ // #endregion
1705
+ // #region @import "./_scale.scss"; -> packages/utils/scss/transform/_scale.scss
1706
+ // TODO DOCS
1707
+
1708
+ $kendo-utils-scale: map-get( $kendo-utils, "scale" ) !default;
1709
+
1710
+ // sass-lint:disable function-name-format
1711
+ @function __scale( $val ) {
1712
+ @return scale( $val );
1713
+ }
1714
+ @function __scale-x( $val ) {
1715
+ @return scaleX( $val );
1716
+ }
1717
+ @function __scale-y( $val ) {
1718
+ @return scaleY( $val );
1719
+ }
1720
+ // sass-lint:enable function-name-format
1721
+
1722
+ @include generate-utils( scale, transform, $kendo-utils-scale, __scale );
1723
+ @include generate-utils( scale-x, transform, $kendo-utils-scale, __scale-x );
1724
+ @include generate-utils( scale-y, transform, $kendo-utils-scale, __scale-y );
1725
+
1726
+ // #endregion
1727
+ // #region @import "./_rotate.scss"; -> packages/utils/scss/transform/_rotate.scss
1728
+ // TODO DOCS
1729
+
1730
+ $kendo-utils-rotate: map-get( $kendo-utils, "rotate" ) !default;
1731
+
1732
+ // sass-lint:disable function-name-format
1733
+ @function __rotate( $val ) {
1734
+ @return rotate( $val );
1735
+ }
1736
+ // sass-lint:enable function-name-format
1737
+
1738
+ @include generate-utils( rotate, transform, $kendo-utils-rotate, __rotate );
1739
+
1740
+ // #endregion
1741
+ // #region @import "./_translate.scss"; -> packages/utils/scss/transform/_translate.scss
1742
+ // TODO DOCS
1743
+
1744
+ $kendo-utils-translate: map-get( $kendo-utils, "translate" ) !default;
1745
+
1746
+ // sass-lint:disable function-name-format
1747
+ @function __translate-x( $val ) {
1748
+ @return translateX( $val );
1749
+ }
1750
+ @function __translate-y( $val ) {
1751
+ @return translateY( $val );
1752
+ }
1753
+ // sass-lint:enable function-name-format
1754
+
1755
+ @include generate-utils( translate-x, transform, $kendo-utils-translate, __translate-x );
1756
+ @include generate-utils( translate-y, transform, $kendo-utils-translate, __translate-y );
1757
+
1758
+ // #endregion
1759
+ // #region @import "./_skew.scss"; -> packages/utils/scss/transform/_skew.scss
1760
+ // TODO DOCS
1761
+
1762
+ $kendo-utils-skew: map-get( $kendo-utils, "skew" ) !default;
1763
+
1764
+ // sass-lint:disable function-name-format
1765
+ @function __skew-x( $val ) {
1766
+ @return skewX( $val );
1767
+ }
1768
+ @function __skew-y( $val ) {
1769
+ @return skewY( $val );
1770
+ }
1771
+ // sass-lint:enable function-name-format
1772
+
1773
+ @include generate-utils( skew-x, transform, $kendo-utils-skew, __skew-x );
1774
+ @include generate-utils( skew-y, transform, $kendo-utils-skew, __skew-y );
1775
+
1776
+ // #endregion
1777
+ // #region @import "./_origin.scss"; -> packages/utils/scss/transform/_origin.scss
1778
+ // TODO DOCS
1779
+
1780
+ $kendo-utils-origin: map-get( $kendo-utils, "origin" ) !default;
1781
+
1782
+ @include generate-utils( origin, transform-origin, $kendo-utils-origin );
1783
+
1784
+ // #endregion
1785
+
1786
+ // #endregion
1787
+ // #region @import "./interactivity/index.import.scss"; -> packages/utils/scss/interactivity/index.import.scss
1788
+ // #region @import "./_accent-color.scss"; -> packages/utils/scss/interactivity/_accent-color.scss
1789
+ // TODO DOCS
1790
+
1791
+ $kendo-utils-accent-color: map-get( $kendo-utils, "accent-color" ) !default;
1792
+
1793
+ @include generate-utils( accent-color, accent-color, $kendo-utils-accent-color );
1794
+
1795
+ // #endregion
1796
+ // #region @import "./_appearance.scss"; -> packages/utils/scss/interactivity/_appearance.scss
1797
+ /// @name .k-appearance-none
1798
+ /// @description This is equivalent to `appearance: none;`. Resets any browser specific styling on an element.
1799
+ /// @group appearance
1800
+
1801
+ /// @name .k-appearance-auto
1802
+ /// @description This is equivalent to `appearance: auto;`. The user agent selects the appropriate special styling based on the element. Acts as `none` on elements with no special styling.
1803
+ /// @group appearance
1804
+
1805
+ $kendo-utils-appearance: map-get( $kendo-utils, "appearance" ) !default;
1806
+
1807
+ @include generate-utils( appearance, appearance, $kendo-utils-appearance );
1808
+
1809
+ // #endregion
1810
+ // #region @import "./_cursor.scss"; -> packages/utils/scss/interactivity/_cursor.scss
1811
+ // TODO DOCS
1812
+
1813
+ $kendo-utils-cursor: map-get( $kendo-utils, "cursor" ) !default;
1814
+
1815
+ @include generate-utils( cursor, cursor, $kendo-utils-cursor );
1816
+
1817
+ // #endregion
1818
+ // #region @import "./_caret-color.scss"; -> packages/utils/scss/interactivity/_caret-color.scss
1819
+ // TODO DOCS
1820
+
1821
+ $kendo-utils-caret-color: map-get( $kendo-utils, "caret-color" ) !default;
1822
+
1823
+ @include generate-utils( caret, caret-color, $kendo-utils-caret-color );
1824
+
1825
+ // #endregion
1826
+ // #region @import "./_pointer-events.scss"; -> packages/utils/scss/interactivity/_pointer-events.scss
1827
+ /// @name .k-pointer-events-none
1828
+ /// @description This is equivalent to `pointer-events: none;`. The element is never the target of pointer events; however, pointer events may target its descendant elements if those descendants have pointer-events set to some other value. In these circumstances, pointer events will trigger event listeners on this parent element as appropriate on their way to/from the descendant during the event capture/bubble phases.
1829
+ /// @group pointer-events
1830
+
1831
+ /// @name .k-pointer-events-auto
1832
+ /// @description This is equivalent to `pointer-events: auto;`. The element behaves as it would if the pointer-events property were not specified. In SVG content, this value and the value visiblePainted have the same effect.
1833
+ /// @group pointer-events
1834
+
1835
+ $kendo-utils-pointer-events: map-get( $kendo-utils, "pointer-events" ) !default;
1836
+
1837
+ @include generate-utils( pointer-events, pointer-events, $kendo-utils-pointer-events );
1838
+
1839
+ // #endregion
1840
+ // #region @import "./_resize.scss"; -> packages/utils/scss/interactivity/_resize.scss
1841
+ /// @name .k-resize
1842
+ /// @description This is equivalent to `resize: both;`. The element displays a mechanism for allowing the user to resize it, which may be resized both horizontally and vertically.
1843
+ /// @group resize
1844
+
1845
+ /// @name .k-resize-none
1846
+ /// @description This is equivalent to `resize: none;`. The element offers no user-controllable method for resizing it.
1847
+ /// @group resize
1848
+
1849
+ /// @name .k-resize-x
1850
+ /// @description This is equivalent to `resize: horizontal;`. The element displays a mechanism for allowing the user to resize it in the horizontal direction.
1851
+ /// @group resize
1852
+
1853
+ /// @name .k-resize-y
1854
+ /// @description This is equivalent to `resize: vertical;`. The element displays a mechanism for allowing the user to resize it in the vertical direction.
1855
+ /// @group resize
1856
+
1857
+ $kendo-utils-resize: map-get( $kendo-utils, "resize" ) !default;
1858
+
1859
+ @include generate-utils( resize, resize, $kendo-utils-resize );
1860
+
1861
+ // #endregion
1862
+ // #region @import "./_scroll.scss"; -> packages/utils/scss/interactivity/_scroll.scss
1863
+ // TODO DOCS
1864
+
1865
+ $kendo-utils-scroll-behavior: map-get( $kendo-utils, "scroll-behavior" ) !default;
1866
+
1867
+ @include generate-utils( scroll, scroll-behavior, $kendo-utils-scroll-behavior );
1868
+
1869
+
1870
+ $kendo-utils-scroll-snap-type: map-get( $kendo-utils, "scroll-snap-type" ) !default;
1871
+
1872
+ @include generate-utils( scroll-snap, scroll-snap-type, $kendo-utils-scroll-snap-type );
1873
+
1874
+ .#{$kendo-prefix}scroll-snap-mandatory { #{--#{$kendo-prefix}scroll-snap-strictness}: mandatory; }
1875
+ .#{$kendo-prefix}scroll-snap-proximity { #{--#{$kendo-prefix}scroll-snap-strictness}: proximity; }
1876
+
1877
+
1878
+ $kendo-utils-scroll-snap-stop: map-get( $kendo-utils, "scroll-snap-stop" ) !default;
1879
+
1880
+ @include generate-utils( scroll-snap-stop, scroll-snap-stop, $kendo-utils-scroll-snap-stop );
1881
+
1882
+
1883
+ $kendo-utils-scroll-snap-align: map-get( $kendo-utils, "scroll-snap-align" ) !default;
1884
+
1885
+ @include generate-utils( scroll-snap-align, scroll-snap-align, $kendo-utils-scroll-snap-align );
1886
+
1887
+
1888
+ $kendo-utils-scroll-margin: map-get( $kendo-utils, "scroll-margin" ) !default;
1889
+
1890
+ @include generate-utils( scroll-m, scroll-margin, $kendo-utils-scroll-margin );
1891
+ @include generate-utils( scroll-mt, scroll-margin-top, $kendo-utils-scroll-margin );
1892
+ @include generate-utils( scroll-mr, scroll-margin-right, $kendo-utils-scroll-margin );
1893
+ @include generate-utils( scroll-mb, scroll-margin-bottom, $kendo-utils-scroll-margin );
1894
+ @include generate-utils( scroll-ml, scroll-margin-left, $kendo-utils-scroll-margin );
1895
+ @include generate-utils( scroll-mx, scroll-margin-inline, $kendo-utils-scroll-margin );
1896
+ @include generate-utils( scroll-my, scroll-margin-block, $kendo-utils-scroll-margin );
1897
+
1898
+
1899
+ $kendo-utils-scroll-padding: map-get( $kendo-utils, "scroll-padding" ) !default;
1900
+
1901
+ @include generate-utils( scroll-p, scroll-padding, $kendo-utils-scroll-padding );
1902
+ @include generate-utils( scroll-pt, scroll-padding-top, $kendo-utils-scroll-padding );
1903
+ @include generate-utils( scroll-pr, scroll-padding-right, $kendo-utils-scroll-padding );
1904
+ @include generate-utils( scroll-pb, scroll-padding-bottom, $kendo-utils-scroll-padding );
1905
+ @include generate-utils( scroll-pl, scroll-padding-left, $kendo-utils-scroll-padding );
1906
+ @include generate-utils( scroll-px, scroll-padding-inline, $kendo-utils-scroll-padding );
1907
+ @include generate-utils( scroll-py, scroll-padding-block, $kendo-utils-scroll-padding );
1908
+
1909
+ // #endregion
1910
+ // #region @import "./_touch-action.scss"; -> packages/utils/scss/interactivity/_touch-action.scss
1911
+ // TODO DOCS
1912
+
1913
+ /// @name .k-touch-action-none
1914
+ /// @description This is equivalent to `touch-action: none;`. Disable browser handling of all panning and zooming gestures.
1915
+ /// @group touch-action
1916
+
1917
+ /// @name .k-touch-action-auto
1918
+ /// @description This is equivalent to `touch-action: auto;`. Enable browser handling of all panning and zooming gestures.
1919
+ /// @group touch-action
1920
+
1921
+ $kendo-utils-touch-action: map-get( $kendo-utils, "touch-action" ) !default;
1922
+
1923
+ @include generate-utils( touch-action, touch-action, $kendo-utils-touch-action );
1924
+
1925
+ // #endregion
1926
+ // #region @import "./_user-select.scss"; -> packages/utils/scss/interactivity/_user-select.scss
1927
+ /// @name .k-user-select-auto
1928
+ /// @description This is equivalent to `user-select: auto;`. This is the default value of the `user-select` property.
1929
+ /// @group user-select
1930
+
1931
+ /// @name .k-user-select-none
1932
+ /// @description This is equivalent to `user-select: none;`. The text of the element and its sub-elements is not selectable. Note that the Selection object can contain these elements.
1933
+ /// @group user-select
1934
+
1935
+ /// @name .k-user-select-text
1936
+ /// @description This is equivalent to `user-select: text;`. The text can be selected by the user.
1937
+ /// @group user-select
1938
+
1939
+ /// @name .k-user-select-all
1940
+ /// @description This is equivalent to `user-select: all;`. The content of the element shall be selected atomically: If a selection would contain part of the element, then the selection must contain the entire element including all its descendants. If a double-click or context-click occurred in sub-elements, the highest ancestor with this value will be selected.
1941
+ /// @group user-select
1942
+
1943
+ /// @name .k-user-select-contain
1944
+ /// @description This is equivalent to `user-select: contain;`. Enables selection to start within the element; however, the selection will be contained by the bounds of that element.
1945
+ /// @group user-select
1946
+
1947
+ $kendo-utils-user-select: map-get( $kendo-utils, "user-select" ) !default;
1948
+
1949
+ @include generate-utils( user-select, user-select, $kendo-utils-user-select );
1950
+
1951
+ // #endregion
1952
+ // #region @import "./_will-change.scss"; -> packages/utils/scss/interactivity/_will-change.scss
1953
+ // TODO DOCS
1954
+
1955
+ $kendo-utils-will-change: map-get( $kendo-utils, "will-change" ) !default;
1956
+
1957
+ @include generate-utils( will-change, will-change, $kendo-utils-will-change );
1958
+
1959
+ // #endregion
1960
+
1961
+ // #endregion
1962
+
1963
+ // #endregion