@progress/kendo-theme-utils 11.1.0-dev.2 → 11.1.0-dev.4
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 +22696 -7702
- package/dist/meta/sassdoc-raw-data.json +22880 -7697
- 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/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 +142 -0
- 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/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 +169 -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,6 +1,6 @@
|
|
|
1
1
|
/// This is equivalent to `padding: 0;`.
|
|
2
2
|
/// @example padding: 0;
|
|
3
|
-
/// @name .k-p-0
|
|
3
|
+
/// @name .k-p-{0-30}
|
|
4
4
|
/// @group padding
|
|
5
5
|
/// @contextType css
|
|
6
6
|
|
|
@@ -10,9 +10,15 @@
|
|
|
10
10
|
/// @group padding
|
|
11
11
|
/// @contextType css
|
|
12
12
|
|
|
13
|
-
/// This is equivalent to `padding: 0.
|
|
14
|
-
/// @example padding: 0.
|
|
15
|
-
/// @name .k-p-
|
|
13
|
+
/// This is equivalent to `padding: 0.125rem;`.
|
|
14
|
+
/// @example padding: 0.125rem;
|
|
15
|
+
/// @name .k-p-0\.5
|
|
16
|
+
/// @group padding
|
|
17
|
+
/// @contextType css
|
|
18
|
+
|
|
19
|
+
/// This is equivalent to `padding: 0.125rem;`.
|
|
20
|
+
/// @example padding: 0.125rem;
|
|
21
|
+
/// @name .k-p-{xs|sm|md|lg|xl|xxl}-0\.5
|
|
16
22
|
/// @group padding
|
|
17
23
|
/// @contextType css
|
|
18
24
|
|
|
@@ -66,7 +72,7 @@
|
|
|
66
72
|
|
|
67
73
|
/// This is equivalent to `padding-top: 0;`.
|
|
68
74
|
/// @example padding-top: 0;
|
|
69
|
-
/// @name .k-pt-0
|
|
75
|
+
/// @name .k-pt-{0-30}
|
|
70
76
|
/// @group padding
|
|
71
77
|
/// @contextType css
|
|
72
78
|
|
|
@@ -76,9 +82,9 @@
|
|
|
76
82
|
/// @group padding
|
|
77
83
|
/// @contextType css
|
|
78
84
|
|
|
79
|
-
/// This is equivalent to `padding-top: 0.
|
|
80
|
-
/// @example padding-top: 0.
|
|
81
|
-
/// @name .k-pt-
|
|
85
|
+
/// This is equivalent to `padding-top: 0.125rem;`.
|
|
86
|
+
/// @example padding-top: 0.125rem;
|
|
87
|
+
/// @name .k-pt-0\.5
|
|
82
88
|
/// @group padding
|
|
83
89
|
/// @contextType css
|
|
84
90
|
|
|
@@ -132,7 +138,7 @@
|
|
|
132
138
|
|
|
133
139
|
/// This is equivalent to `padding-right: 0;`.
|
|
134
140
|
/// @example padding-right: 0;
|
|
135
|
-
/// @name .k-pr-0
|
|
141
|
+
/// @name .k-pr-{0-30}
|
|
136
142
|
/// @group padding
|
|
137
143
|
/// @contextType css
|
|
138
144
|
|
|
@@ -142,9 +148,9 @@
|
|
|
142
148
|
/// @group padding
|
|
143
149
|
/// @contextType css
|
|
144
150
|
|
|
145
|
-
/// This is equivalent to `padding-right: 0.
|
|
146
|
-
/// @example padding-right: 0.
|
|
147
|
-
/// @name .k-pr-
|
|
151
|
+
/// This is equivalent to `padding-right: 0.125rem;`.
|
|
152
|
+
/// @example padding-right: 0.125rem;
|
|
153
|
+
/// @name .k-pr-0\.5
|
|
148
154
|
/// @group padding
|
|
149
155
|
/// @contextType css
|
|
150
156
|
|
|
@@ -198,7 +204,7 @@
|
|
|
198
204
|
|
|
199
205
|
/// This is equivalent to `padding-bottom: 0;`.
|
|
200
206
|
/// @example padding-bottom: 0;
|
|
201
|
-
/// @name .k-pb-0
|
|
207
|
+
/// @name .k-pb-{0-30}
|
|
202
208
|
/// @group padding
|
|
203
209
|
/// @contextType css
|
|
204
210
|
|
|
@@ -208,9 +214,9 @@
|
|
|
208
214
|
/// @group padding
|
|
209
215
|
/// @contextType css
|
|
210
216
|
|
|
211
|
-
/// This is equivalent to `padding-bottom: 0.
|
|
212
|
-
/// @example padding-bottom: 0.
|
|
213
|
-
/// @name .k-pb-
|
|
217
|
+
/// This is equivalent to `padding-bottom: 0.125rem;`.
|
|
218
|
+
/// @example padding-bottom: 0.125rem;
|
|
219
|
+
/// @name .k-pb-0\.5
|
|
214
220
|
/// @group padding
|
|
215
221
|
/// @contextType css
|
|
216
222
|
|
|
@@ -264,7 +270,7 @@
|
|
|
264
270
|
|
|
265
271
|
/// This is equivalent to `padding-left: 0;`.
|
|
266
272
|
/// @example padding-left: 0;
|
|
267
|
-
/// @name .k-pl-0
|
|
273
|
+
/// @name .k-pl-{0-30}
|
|
268
274
|
/// @group padding
|
|
269
275
|
/// @contextType css
|
|
270
276
|
|
|
@@ -274,9 +280,9 @@
|
|
|
274
280
|
/// @group padding
|
|
275
281
|
/// @contextType css
|
|
276
282
|
|
|
277
|
-
/// This is equivalent to `padding-left: 0.
|
|
278
|
-
/// @example padding-left: 0.
|
|
279
|
-
/// @name .k-pl-
|
|
283
|
+
/// This is equivalent to `padding-left: 0.125rem;`.
|
|
284
|
+
/// @example padding-left: 0.125rem;
|
|
285
|
+
/// @name .k-pl-0\.5
|
|
280
286
|
/// @group padding
|
|
281
287
|
/// @contextType css
|
|
282
288
|
|
|
@@ -330,7 +336,7 @@
|
|
|
330
336
|
|
|
331
337
|
/// This is equivalent to `padding-inline: 0;`.
|
|
332
338
|
/// @example padding-inline: 0;
|
|
333
|
-
/// @name .k-px-0
|
|
339
|
+
/// @name .k-px-{0-30}
|
|
334
340
|
/// @group padding
|
|
335
341
|
/// @contextType css
|
|
336
342
|
|
|
@@ -340,9 +346,9 @@
|
|
|
340
346
|
/// @group padding
|
|
341
347
|
/// @contextType css
|
|
342
348
|
|
|
343
|
-
/// This is equivalent to `padding-inline: 0.
|
|
344
|
-
/// @example padding-inline: 0.
|
|
345
|
-
/// @name .k-px-
|
|
349
|
+
/// This is equivalent to `padding-inline: 0.125rem;`.
|
|
350
|
+
/// @example padding-inline: 0.125rem;
|
|
351
|
+
/// @name .k-px-0\.5
|
|
346
352
|
/// @group padding
|
|
347
353
|
/// @contextType css
|
|
348
354
|
|
|
@@ -396,7 +402,7 @@
|
|
|
396
402
|
|
|
397
403
|
/// This is equivalent to `padding-block: 0;`.
|
|
398
404
|
/// @example padding-block: 0;
|
|
399
|
-
/// @name .k-py-0
|
|
405
|
+
/// @name .k-py-{0-30}
|
|
400
406
|
/// @group padding
|
|
401
407
|
/// @contextType css
|
|
402
408
|
|
|
@@ -406,9 +412,9 @@
|
|
|
406
412
|
/// @group padding
|
|
407
413
|
/// @contextType css
|
|
408
414
|
|
|
409
|
-
/// This is equivalent to `padding-block: 0.
|
|
410
|
-
/// @example padding-block: 0.
|
|
411
|
-
/// @name .k-py-
|
|
415
|
+
/// This is equivalent to `padding-block: 0.125rem;`.
|
|
416
|
+
/// @example padding-block: 0.125rem;
|
|
417
|
+
/// @name .k-py-0\.5
|
|
412
418
|
/// @group padding
|
|
413
419
|
/// @contextType css
|
|
414
420
|
|
|
@@ -460,6 +466,141 @@
|
|
|
460
466
|
/// @group padding
|
|
461
467
|
/// @contextType css
|
|
462
468
|
|
|
469
|
+
// ============================================================================
|
|
470
|
+
// Responsive Padding Utilities
|
|
471
|
+
// ============================================================================
|
|
472
|
+
/// This is equivalent to `padding-inline: 0;`.
|
|
473
|
+
/// @example padding-inline: 0;
|
|
474
|
+
/// @name .k-px-{xs|sm|md|lg|xl|xxl}-{0-30}
|
|
475
|
+
/// @group padding-responsive
|
|
476
|
+
/// @contextType css
|
|
477
|
+
|
|
478
|
+
/// This is equivalent to `padding-inline: 1px;`.
|
|
479
|
+
/// @example padding-inline: 1px;
|
|
480
|
+
/// @name .k-px-{xs|sm|md|lg|xl|xxl}-1px
|
|
481
|
+
/// @group padding-responsive
|
|
482
|
+
/// @contextType css
|
|
483
|
+
|
|
484
|
+
/// This is equivalent to `padding-inline: 0.125rem;`.
|
|
485
|
+
/// @example padding-inline: 0.125rem;
|
|
486
|
+
/// @name .k-px-{xs|sm|md|lg|xl|xxl}-0\.5
|
|
487
|
+
/// @group padding
|
|
488
|
+
/// @contextType css
|
|
489
|
+
|
|
490
|
+
/// This is equivalent to `padding-inline: 0.25rem;`.
|
|
491
|
+
/// @example padding-inline: 0.25rem;
|
|
492
|
+
/// @name .k-px-{xs|sm|md|lg|xl|xxl}-xs
|
|
493
|
+
/// @group padding-responsive
|
|
494
|
+
/// @contextType css
|
|
495
|
+
|
|
496
|
+
/// This is equivalent to `padding-inline: 0.5rem;`.
|
|
497
|
+
/// @example padding-inline: 0.5rem;
|
|
498
|
+
/// @name .k-px-{xs|sm|md|lg|xl|xxl}-sm
|
|
499
|
+
/// @group padding-responsive
|
|
500
|
+
/// @contextType css
|
|
501
|
+
|
|
502
|
+
/// This is equivalent to `padding-inline: 0.75rem;`.
|
|
503
|
+
/// @example padding-inline: 0.75rem;
|
|
504
|
+
/// @name .k-px-{xs|sm|md|lg|xl|xxl}-md
|
|
505
|
+
/// @group padding-responsive
|
|
506
|
+
/// @contextType css
|
|
507
|
+
|
|
508
|
+
/// This is equivalent to `padding-inline: 1rem;`.
|
|
509
|
+
/// @example padding-inline: 1rem;
|
|
510
|
+
/// @name .k-px-{xs|sm|md|lg|xl|xxl}-lg
|
|
511
|
+
/// @group padding-responsive
|
|
512
|
+
/// @contextType css
|
|
513
|
+
|
|
514
|
+
/// This is equivalent to `padding-inline: 1.5rem;`.
|
|
515
|
+
/// @example padding-inline: 1.5rem;
|
|
516
|
+
/// @name .k-px-{xs|sm|md|lg|xl|xxl}-xl
|
|
517
|
+
/// @group padding-responsive
|
|
518
|
+
/// @contextType css
|
|
519
|
+
|
|
520
|
+
/// This is equivalent to `padding-inline: 0.125rem;`.
|
|
521
|
+
/// @example padding-inline: 0.125rem;
|
|
522
|
+
/// @name .k-px-{xs|sm|md|lg|xl|xxl}-thin
|
|
523
|
+
/// @group padding-responsive
|
|
524
|
+
/// @contextType css
|
|
525
|
+
|
|
526
|
+
/// This is equivalent to `padding-inline: 1px;`.
|
|
527
|
+
/// @example padding-inline: 1px;
|
|
528
|
+
/// @name .k-px-{xs|sm|md|lg|xl|xxl}-hair
|
|
529
|
+
/// @group padding-responsive
|
|
530
|
+
/// @contextType css
|
|
531
|
+
|
|
532
|
+
/// This is equivalent to `padding-inline: auto;`.
|
|
533
|
+
/// @example padding-inline: auto;
|
|
534
|
+
/// @name .k-px-{xs|sm|md|lg|xl|xxl}-auto
|
|
535
|
+
/// @group padding-responsive
|
|
536
|
+
/// @contextType css
|
|
537
|
+
|
|
538
|
+
/// This is equivalent to `padding-block: 0;`.
|
|
539
|
+
/// @example padding-block: 0;
|
|
540
|
+
/// @name .k-py-{xs|sm|md|lg|xl|xxl}-{0-30}
|
|
541
|
+
/// @group padding-responsive
|
|
542
|
+
/// @contextType css
|
|
543
|
+
|
|
544
|
+
/// This is equivalent to `padding-block: 1px;`.
|
|
545
|
+
/// @example padding-block: 1px;
|
|
546
|
+
/// @name .k-py-{xs|sm|md|lg|xl|xxl}-1px
|
|
547
|
+
/// @group padding-responsive
|
|
548
|
+
/// @contextType css
|
|
549
|
+
|
|
550
|
+
/// This is equivalent to `padding-block: 0.125rem;`.
|
|
551
|
+
/// @example padding-block: 0.125rem;
|
|
552
|
+
/// @name .k-py-{xs|sm|md|lg|xl|xxl}-0\.5
|
|
553
|
+
/// @group padding
|
|
554
|
+
/// @contextType css
|
|
555
|
+
|
|
556
|
+
/// This is equivalent to `padding-block: 0.25rem;`.
|
|
557
|
+
/// @example padding-block: 0.25rem;
|
|
558
|
+
/// @name .k-py-{xs|sm|md|lg|xl|xxl}-xs
|
|
559
|
+
/// @group padding-responsive
|
|
560
|
+
/// @contextType css
|
|
561
|
+
|
|
562
|
+
/// This is equivalent to `padding-block: 0.5rem;`.
|
|
563
|
+
/// @example padding-block: 0.5rem;
|
|
564
|
+
/// @name .k-py-{xs|sm|md|lg|xl|xxl}-sm
|
|
565
|
+
/// @group padding-responsive
|
|
566
|
+
/// @contextType css
|
|
567
|
+
|
|
568
|
+
/// This is equivalent to `padding-block: 0.75rem;`.
|
|
569
|
+
/// @example padding-block: 0.75rem;
|
|
570
|
+
/// @name .k-py-{xs|sm|md|lg|xl|xxl}-md
|
|
571
|
+
/// @group padding-responsive
|
|
572
|
+
/// @contextType css
|
|
573
|
+
|
|
574
|
+
/// This is equivalent to `padding-block: 1rem;`.
|
|
575
|
+
/// @example padding-block: 1rem;
|
|
576
|
+
/// @name .k-py-{xs|sm|md|lg|xl|xxl}-lg
|
|
577
|
+
/// @group padding-responsive
|
|
578
|
+
/// @contextType css
|
|
579
|
+
|
|
580
|
+
/// This is equivalent to `padding-block: 1.5rem;`.
|
|
581
|
+
/// @example padding-block: 1.5rem;
|
|
582
|
+
/// @name .k-py-{xs|sm|md|lg|xl|xxl}-xl
|
|
583
|
+
/// @group padding-responsive
|
|
584
|
+
/// @contextType css
|
|
585
|
+
|
|
586
|
+
/// This is equivalent to `padding-block: 0.125rem;`.
|
|
587
|
+
/// @example padding-block: 0.125rem;
|
|
588
|
+
/// @name .k-py-{xs|sm|md|lg|xl|xxl}-thin
|
|
589
|
+
/// @group padding-responsive
|
|
590
|
+
/// @contextType css
|
|
591
|
+
|
|
592
|
+
/// This is equivalent to `padding-block: 1px;`.
|
|
593
|
+
/// @example padding-block: 1px;
|
|
594
|
+
/// @name .k-py-{xs|sm|md|lg|xl|xxl}-hair
|
|
595
|
+
/// @group padding-responsive
|
|
596
|
+
/// @contextType css
|
|
597
|
+
|
|
598
|
+
/// This is equivalent to `padding-block: auto;`.
|
|
599
|
+
/// @example padding-block: auto;
|
|
600
|
+
/// @name .k-py-{xs|sm|md|lg|xl|xxl}-auto
|
|
601
|
+
/// @group padding-responsive
|
|
602
|
+
/// @contextType css
|
|
603
|
+
|
|
463
604
|
@use "sass:map";
|
|
464
605
|
@use "../_globals.scss" as *;
|
|
465
606
|
|
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
/// Sets the font family to the default sans-serif font stack.
|
|
2
|
+
/// @example font-family: var(--kendo-font-family-sans-serif, inherit);
|
|
3
|
+
/// @name .k-font-family-sans-serif
|
|
4
|
+
/// @group font-family
|
|
5
|
+
/// @contextType css
|
|
6
|
+
|
|
7
|
+
/// Sets the font family to the default monospace font stack.
|
|
8
|
+
/// @example font-family: var(--kendo-font-family-monospace, inherit);
|
|
9
|
+
/// @name .k-font-family-monospace
|
|
10
|
+
/// @group font-family
|
|
11
|
+
/// @contextType css
|
|
12
|
+
|
|
13
|
+
/// Sets the font family to the default sans font stack.
|
|
14
|
+
/// @example font-family: var(--kendo-font-family-sans, inherit);
|
|
15
|
+
/// @name .k-font-family-sans
|
|
16
|
+
/// @group font-family
|
|
17
|
+
/// @contextType css
|
|
18
|
+
|
|
19
|
+
/// Sets the font family to the default serif font stack.
|
|
20
|
+
/// @example font-family: var(--kendo-font-family-serif, inherit);
|
|
21
|
+
/// @name .k-font-family-serif
|
|
22
|
+
/// @group font-family
|
|
23
|
+
/// @contextType css
|
|
24
|
+
|
|
1
25
|
@use "@progress/kendo-theme-core/scss/index.scss" as *;
|
|
2
26
|
@use "../_globals.scss" as *;
|
|
3
27
|
|
|
@@ -1,12 +1,18 @@
|
|
|
1
1
|
/// This is equivalent to `font-style: italic;`.
|
|
2
|
-
/// @example font-style: italic;
|
|
3
|
-
/// @name .k-font-italic
|
|
2
|
+
/// @example font-style: var(--kendo-font-style-italic, italic);
|
|
3
|
+
/// @name .k-font-style-italic
|
|
4
4
|
/// @group font-style
|
|
5
5
|
/// @contextType css
|
|
6
6
|
|
|
7
7
|
/// This is equivalent to `font-style: normal;`.
|
|
8
|
-
/// @example font-style: normal;
|
|
9
|
-
/// @name .k-font-non-italic
|
|
8
|
+
/// @example font-style: var(--kendo-font-style-non-italic, normal);
|
|
9
|
+
/// @name .k-font-style-non-italic
|
|
10
|
+
/// @group font-style
|
|
11
|
+
/// @contextType css
|
|
12
|
+
|
|
13
|
+
/// This is equivalent to `font-style: oblique;`.
|
|
14
|
+
/// @example font-style: var(--kendo-font-style-oblique, oblique);
|
|
15
|
+
/// @name .k-font-style-oblique
|
|
10
16
|
/// @group font-style
|
|
11
17
|
/// @contextType css
|
|
12
18
|
|
|
@@ -1,6 +1,48 @@
|
|
|
1
1
|
@use "@progress/kendo-theme-core/scss/index.scss" as *;
|
|
2
2
|
@use "../_globals.scss" as *;
|
|
3
3
|
|
|
4
|
+
/// Sets letter spacing to the tightest value.
|
|
5
|
+
/// @example letter-spacing: var(--kendo-letter-spacing-tightest, -0.15px);
|
|
6
|
+
/// @name .k-letter-spacing-tightest
|
|
7
|
+
/// @group letter-spacing
|
|
8
|
+
/// @contextType css
|
|
9
|
+
|
|
10
|
+
/// Sets letter spacing to the tighter value.
|
|
11
|
+
/// @example letter-spacing: var(--kendo-letter-spacing-tighter, -0.1px);
|
|
12
|
+
/// @name .k-letter-spacing-tighter
|
|
13
|
+
/// @group letter-spacing
|
|
14
|
+
/// @contextType css
|
|
15
|
+
|
|
16
|
+
/// Sets letter spacing to the tight value.
|
|
17
|
+
/// @example letter-spacing: var(--kendo-letter-spacing-tight, -0.5px);
|
|
18
|
+
/// @name .k-letter-spacing-tight
|
|
19
|
+
/// @group letter-spacing
|
|
20
|
+
/// @contextType css
|
|
21
|
+
|
|
22
|
+
/// Sets letter spacing to the normal value.
|
|
23
|
+
/// @example letter-spacing: var(--kendo-letter-spacing-normal, 0px);
|
|
24
|
+
/// @name .k-letter-spacing-normal
|
|
25
|
+
/// @group letter-spacing
|
|
26
|
+
/// @contextType css
|
|
27
|
+
|
|
28
|
+
/// Sets letter spacing to the wide value.
|
|
29
|
+
/// @example letter-spacing: var(--kendo-letter-spacing-wide, 0.5px);
|
|
30
|
+
/// @name .k-letter-spacing-wide
|
|
31
|
+
/// @group letter-spacing
|
|
32
|
+
/// @contextType css
|
|
33
|
+
|
|
34
|
+
/// Sets letter spacing to the wider value.
|
|
35
|
+
/// @example letter-spacing: var(--kendo-letter-spacing-wider, 0.1px);
|
|
36
|
+
/// @name .k-letter-spacing-wider
|
|
37
|
+
/// @group letter-spacing
|
|
38
|
+
/// @contextType css
|
|
39
|
+
|
|
40
|
+
/// Sets letter spacing to the widest value.
|
|
41
|
+
/// @example letter-spacing: var(--kendo-letter-spacing-widest, 0.15px);
|
|
42
|
+
/// @name .k-letter-spacing-widest
|
|
43
|
+
/// @group letter-spacing
|
|
44
|
+
/// @contextType css
|
|
45
|
+
|
|
4
46
|
@mixin kendo-utils--typography--letter-spacing() {
|
|
5
47
|
@include import-once("utils-typography-letter-spacing") {
|
|
6
48
|
|
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
/// Sets line height to extra small value.
|
|
2
|
+
/// @example line-height: var(--kendo-line-height-xs, 1);
|
|
3
|
+
/// @name .k-line-height-xs
|
|
4
|
+
/// @group line-height
|
|
5
|
+
/// @contextType css
|
|
6
|
+
|
|
7
|
+
/// Sets line height to small value.
|
|
8
|
+
/// @example line-height: var(--kendo-line-height-sm, 1.25);
|
|
9
|
+
/// @name .k-line-height-sm
|
|
10
|
+
/// @group line-height
|
|
11
|
+
/// @contextType css
|
|
12
|
+
|
|
13
|
+
/// Sets line height to medium value.
|
|
14
|
+
/// @example line-height: var(--kendo-line-height-md, 1.4285714286);
|
|
15
|
+
/// @name .k-line-height-md
|
|
16
|
+
/// @group line-height
|
|
17
|
+
/// @contextType css
|
|
18
|
+
|
|
19
|
+
/// Sets line height to large value.
|
|
20
|
+
/// @example line-height: var(--kendo-line-height-lg, 1.5);
|
|
21
|
+
/// @name .k-line-height-lg
|
|
22
|
+
/// @group line-height
|
|
23
|
+
/// @contextType css
|
|
24
|
+
|
|
1
25
|
@use "@progress/kendo-theme-core/scss/index.scss" as *;
|
|
2
26
|
@use "../_globals.scss" as *;
|
|
3
27
|
|
|
@@ -1,4 +1,249 @@
|
|
|
1
|
-
|
|
1
|
+
/// Sets the text color to the app surface color.
|
|
2
|
+
/// @example color: var(--kendo-color-app-surface, #fafafa);
|
|
3
|
+
/// @name .k-text-app-surface
|
|
4
|
+
/// @group text-color
|
|
5
|
+
/// @contextType css
|
|
6
|
+
|
|
7
|
+
/// Sets the text color to the on app surface color.
|
|
8
|
+
/// @example color: var(--kendo-color-on-app-surface, #424242);
|
|
9
|
+
/// @name .k-text-on-app-surface
|
|
10
|
+
/// @group text-color
|
|
11
|
+
/// @contextType css
|
|
12
|
+
|
|
13
|
+
/// Sets the text color to the subtle color.
|
|
14
|
+
/// @example color: var(--kendo-color-subtle, #666666);
|
|
15
|
+
/// @name .k-text-subtle
|
|
16
|
+
/// @group text-color
|
|
17
|
+
/// @contextType css
|
|
18
|
+
|
|
19
|
+
/// Sets the text color to the surface color.
|
|
20
|
+
/// @example color: var(--kendo-color-surface, #ffffff);
|
|
21
|
+
/// @name .k-text-surface
|
|
22
|
+
/// @group text-color
|
|
23
|
+
/// @contextType css
|
|
24
|
+
|
|
25
|
+
/// Sets the text color to the surface alt color.
|
|
26
|
+
/// @example color: var(--kendo-color-surface-alt, #f5f5f5);
|
|
27
|
+
/// @name .k-text-surface-alt
|
|
28
|
+
/// @group text-color
|
|
29
|
+
/// @contextType css
|
|
30
|
+
|
|
31
|
+
/// Sets the text color to the border color.
|
|
32
|
+
/// @example color: var(--kendo-color-border, #d9d9d9);
|
|
33
|
+
/// @name .k-text-border
|
|
34
|
+
/// @group text-color
|
|
35
|
+
/// @contextType css
|
|
36
|
+
|
|
37
|
+
/// Sets the text color to the border alt color.
|
|
38
|
+
/// @example color: var(--kendo-color-border-alt, #e0e0e0);
|
|
39
|
+
/// @name .k-text-border-alt
|
|
40
|
+
/// @group text-color
|
|
41
|
+
/// @contextType css
|
|
42
|
+
|
|
43
|
+
/// Sets the text color to the base subtle color.
|
|
44
|
+
/// @example color: var(--kendo-color-base-subtle, #f0f0f0);
|
|
45
|
+
/// @name .k-text-base-subtle
|
|
46
|
+
/// @group text-color
|
|
47
|
+
/// @contextType css
|
|
48
|
+
|
|
49
|
+
/// Sets the text color to the base emphasis color.
|
|
50
|
+
/// @example color: var(--kendo-color-base-emphasis, #000000);
|
|
51
|
+
/// @name .k-text-base-emphasis
|
|
52
|
+
/// @group text-color
|
|
53
|
+
/// @contextType css
|
|
54
|
+
|
|
55
|
+
/// Sets the text color to the primary subtle color.
|
|
56
|
+
/// @example color: var(--kendo-color-primary-subtle, #e3f2fd);
|
|
57
|
+
/// @name .k-text-primary-subtle
|
|
58
|
+
/// @group text-color
|
|
59
|
+
/// @contextType css
|
|
60
|
+
|
|
61
|
+
/// Sets the text color to the primary color.
|
|
62
|
+
/// @example color: var(--kendo-color-primary, #2196f3);
|
|
63
|
+
/// @name .k-text-primary
|
|
64
|
+
/// @group text-color
|
|
65
|
+
/// @contextType css
|
|
66
|
+
|
|
67
|
+
/// Sets the text color to the primary emphasis color.
|
|
68
|
+
/// @example color: var(--kendo-color-primary-emphasis, #1976d2);
|
|
69
|
+
/// @name .k-text-primary-emphasis
|
|
70
|
+
/// @group text-color
|
|
71
|
+
/// @contextType css
|
|
72
|
+
|
|
73
|
+
/// Sets the text color to the secondary subtle color.
|
|
74
|
+
/// @example color: var(--kendo-color-secondary-subtle, #f3e5f5);
|
|
75
|
+
/// @name .k-text-secondary-subtle
|
|
76
|
+
/// @group text-color
|
|
77
|
+
/// @contextType css
|
|
78
|
+
|
|
79
|
+
/// Sets the text color to the secondary color.
|
|
80
|
+
/// @example color: var(--kendo-color-secondary, #9c27b0);
|
|
81
|
+
/// @name .k-text-secondary
|
|
82
|
+
/// @group text-color
|
|
83
|
+
/// @contextType css
|
|
84
|
+
|
|
85
|
+
/// Sets the text color to the secondary emphasis color.
|
|
86
|
+
/// @example color: var(--kendo-color-secondary-emphasis, #7b1fa2);
|
|
87
|
+
/// @name .k-text-secondary-emphasis
|
|
88
|
+
/// @group text-color
|
|
89
|
+
/// @contextType css
|
|
90
|
+
|
|
91
|
+
/// Sets the text color to the tertiary subtle color.
|
|
92
|
+
/// @example color: var(--kendo-color-tertiary-subtle, #fff3e0);
|
|
93
|
+
/// @name .k-text-tertiary-subtle
|
|
94
|
+
/// @group text-color
|
|
95
|
+
/// @contextType css
|
|
96
|
+
|
|
97
|
+
/// Sets the text color to the tertiary color.
|
|
98
|
+
/// @example color: var(--kendo-color-tertiary, #ff9800);
|
|
99
|
+
/// @name .k-text-tertiary
|
|
100
|
+
/// @group text-color
|
|
101
|
+
/// @contextType css
|
|
102
|
+
|
|
103
|
+
/// Sets the text color to the tertiary emphasis color.
|
|
104
|
+
/// @example color: var(--kendo-color-tertiary-emphasis, #f57c00);
|
|
105
|
+
/// @name .k-text-tertiary-emphasis
|
|
106
|
+
/// @group text-color
|
|
107
|
+
/// @contextType css
|
|
108
|
+
|
|
109
|
+
/// Sets the text color to the info subtle color.
|
|
110
|
+
/// @example color: var(--kendo-color-info-subtle, #e1f5fe);
|
|
111
|
+
/// @name .k-text-info-subtle
|
|
112
|
+
/// @group text-color
|
|
113
|
+
/// @contextType css
|
|
114
|
+
|
|
115
|
+
/// Sets the text color to the info color.
|
|
116
|
+
/// @example color: var(--kendo-color-info, #00bcd4);
|
|
117
|
+
/// @name .k-text-info
|
|
118
|
+
/// @group text-color
|
|
119
|
+
/// @contextType css
|
|
120
|
+
|
|
121
|
+
/// Sets the text color to the info emphasis color.
|
|
122
|
+
/// @example color: var(--kendo-color-info-emphasis, #0097a7);
|
|
123
|
+
/// @name .k-text-info-emphasis
|
|
124
|
+
/// @group text-color
|
|
125
|
+
/// @contextType css
|
|
126
|
+
|
|
127
|
+
/// Sets the text color to the success subtle color.
|
|
128
|
+
/// @example color: var(--kendo-color-success-subtle, #e8f5e8);
|
|
129
|
+
/// @name .k-text-success-subtle
|
|
130
|
+
/// @group text-color
|
|
131
|
+
/// @contextType css
|
|
132
|
+
|
|
133
|
+
/// Sets the text color to the success color.
|
|
134
|
+
/// @example color: var(--kendo-color-success, #4caf50);
|
|
135
|
+
/// @name .k-text-success
|
|
136
|
+
/// @group text-color
|
|
137
|
+
/// @contextType css
|
|
138
|
+
|
|
139
|
+
/// Sets the text color to the success emphasis color.
|
|
140
|
+
/// @example color: var(--kendo-color-success-emphasis, #388e3c);
|
|
141
|
+
/// @name .k-text-success-emphasis
|
|
142
|
+
/// @group text-color
|
|
143
|
+
/// @contextType css
|
|
144
|
+
|
|
145
|
+
/// Sets the text color to the warning subtle color.
|
|
146
|
+
/// @example color: var(--kendo-color-warning-subtle, #fff8e1);
|
|
147
|
+
/// @name .k-text-warning-subtle
|
|
148
|
+
/// @group text-color
|
|
149
|
+
/// @contextType css
|
|
150
|
+
|
|
151
|
+
/// Sets the text color to the warning color.
|
|
152
|
+
/// @example color: var(--kendo-color-warning, #ff9800);
|
|
153
|
+
/// @name .k-text-warning
|
|
154
|
+
/// @group text-color
|
|
155
|
+
/// @contextType css
|
|
156
|
+
|
|
157
|
+
/// Sets the text color to the warning emphasis color.
|
|
158
|
+
/// @example color: var(--kendo-color-warning-emphasis, #f57c00);
|
|
159
|
+
/// @name .k-text-warning-emphasis
|
|
160
|
+
/// @group text-color
|
|
161
|
+
/// @contextType css
|
|
162
|
+
|
|
163
|
+
/// Sets the text color to the error subtle color.
|
|
164
|
+
/// @example color: var(--kendo-color-error-subtle, #ffebee);
|
|
165
|
+
/// @name .k-text-error-subtle
|
|
166
|
+
/// @group text-color
|
|
167
|
+
/// @contextType css
|
|
168
|
+
|
|
169
|
+
/// Sets the text color to the error color.
|
|
170
|
+
/// @example color: var(--kendo-color-error, #f44336);
|
|
171
|
+
/// @name .k-text-error
|
|
172
|
+
/// @group text-color
|
|
173
|
+
/// @contextType css
|
|
174
|
+
|
|
175
|
+
/// Sets the text color to the error emphasis color.
|
|
176
|
+
/// @example color: var(--kendo-color-error-emphasis, #d32f2f);
|
|
177
|
+
/// @name .k-text-error-emphasis
|
|
178
|
+
/// @group text-color
|
|
179
|
+
/// @contextType css
|
|
180
|
+
|
|
181
|
+
/// Sets the text color to the light subtle color.
|
|
182
|
+
/// @example color: var(--kendo-color-light-subtle, #f8f9fa);
|
|
183
|
+
/// @name .k-text-light-subtle
|
|
184
|
+
/// @group text-color
|
|
185
|
+
/// @contextType css
|
|
186
|
+
|
|
187
|
+
/// Sets the text color to the light color.
|
|
188
|
+
/// @example color: var(--kendo-color-light, #f8f9fa);
|
|
189
|
+
/// @name .k-text-light
|
|
190
|
+
/// @group text-color
|
|
191
|
+
/// @contextType css
|
|
192
|
+
|
|
193
|
+
/// Sets the text color to the light emphasis color.
|
|
194
|
+
/// @example color: var(--kendo-color-light-emphasis, #dee2e6);
|
|
195
|
+
/// @name .k-text-light-emphasis
|
|
196
|
+
/// @group text-color
|
|
197
|
+
/// @contextType css
|
|
198
|
+
|
|
199
|
+
/// Sets the text color to the dark subtle color.
|
|
200
|
+
/// @example color: var(--kendo-color-dark-subtle, #6c757d);
|
|
201
|
+
/// @name .k-text-dark-subtle
|
|
202
|
+
/// @group text-color
|
|
203
|
+
/// @contextType css
|
|
204
|
+
|
|
205
|
+
/// Sets the text color to the dark color.
|
|
206
|
+
/// @example color: var(--kendo-color-dark, #343a40);
|
|
207
|
+
/// @name .k-text-dark
|
|
208
|
+
/// @group text-color
|
|
209
|
+
/// @contextType css
|
|
210
|
+
|
|
211
|
+
/// Sets the text color to the dark emphasis color.
|
|
212
|
+
/// @example color: var(--kendo-color-dark-emphasis, #212529);
|
|
213
|
+
/// @name .k-text-dark-emphasis
|
|
214
|
+
/// @group text-color
|
|
215
|
+
/// @contextType css
|
|
216
|
+
|
|
217
|
+
/// This is equivalent to `color: inherit;`.
|
|
218
|
+
/// @example color: inherit;
|
|
219
|
+
/// @name .k-text-inherit
|
|
220
|
+
/// @group text-color
|
|
221
|
+
/// @contextType css
|
|
222
|
+
|
|
223
|
+
/// This is equivalent to `color: currentColor;`.
|
|
224
|
+
/// @example color: currentColor;
|
|
225
|
+
/// @name .k-text-current
|
|
226
|
+
/// @group text-color
|
|
227
|
+
/// @contextType css
|
|
228
|
+
|
|
229
|
+
/// This is equivalent to `color: transparent;`.
|
|
230
|
+
/// @example color: transparent;
|
|
231
|
+
/// @name .k-text-transparent
|
|
232
|
+
/// @group text-color
|
|
233
|
+
/// @contextType css
|
|
234
|
+
|
|
235
|
+
/// This is equivalent to `color: black;`.
|
|
236
|
+
/// @example color: black;
|
|
237
|
+
/// @name .k-text-black
|
|
238
|
+
/// @group text-color
|
|
239
|
+
/// @contextType css
|
|
240
|
+
|
|
241
|
+
/// This is equivalent to `color: white;`.
|
|
242
|
+
/// @example color: white;
|
|
243
|
+
/// @name .k-text-white
|
|
244
|
+
/// @group text-color
|
|
245
|
+
/// @contextType css
|
|
246
|
+
|
|
2
247
|
@use "sass:map";
|
|
3
248
|
@use "../_globals.scss" as *;
|
|
4
249
|
|