@progress/kendo-theme-utils 11.1.0-dev.3 → 11.1.0-dev.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/meta/sassdoc-data.json +24415 -7623
- package/dist/meta/sassdoc-raw-data.json +24604 -7623
- package/package.json +3 -3
- package/scss/accessibility/_screen-readers.scss +13 -0
- package/scss/background/_background-color.scss +216 -0
- package/scss/border/_border-color.scss +216 -0
- package/scss/border/_outline-color.scss +216 -0
- package/scss/effects/_opacity.scss +61 -1
- package/scss/elevation/index.import.scss +54 -0
- package/scss/flex-grid/_flex-direction.scss +28 -0
- package/scss/flex-grid/_gap.scss +196 -12
- package/scss/flex-grid/_grid-column-start-end.scss +496 -6
- package/scss/flex-grid/_grid-row-start-end.scss +416 -6
- package/scss/flex-grid/_grid-template-columns.scss +136 -0
- package/scss/flex-grid/_grid-template-rows.scss +60 -0
- package/scss/flex-grid/_order.scss +1 -1
- package/scss/interactivity/_accent-color.scss +1 -1
- package/scss/interactivity/_caret-color.scss +1 -1
- package/scss/interactivity/_will-change.scss +23 -1
- package/scss/layout/_display.scss +88 -0
- package/scss/responsive-layout/_col-gap.scss +568 -0
- package/scss/responsive-layout/_col.scss +172 -0
- package/scss/spacing/_margin.scss +113 -70
- package/scss/spacing/_padding.scss +163 -28
- package/scss/spacing/_space-between.scss +2 -1
- package/scss/typography/_font-family.scss +24 -0
- package/scss/typography/_font-style.scss +10 -4
- package/scss/typography/_letter-spacing.scss +42 -0
- package/scss/typography/_line-height.scss +24 -0
- package/scss/typography/_text-color.scss +246 -1
|
@@ -1,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,9 @@
|
|
|
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
16
|
/// @group padding
|
|
17
17
|
/// @contextType css
|
|
18
18
|
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
|
|
67
67
|
/// This is equivalent to `padding-top: 0;`.
|
|
68
68
|
/// @example padding-top: 0;
|
|
69
|
-
/// @name .k-pt-0
|
|
69
|
+
/// @name .k-pt-{0-30}
|
|
70
70
|
/// @group padding
|
|
71
71
|
/// @contextType css
|
|
72
72
|
|
|
@@ -76,9 +76,9 @@
|
|
|
76
76
|
/// @group padding
|
|
77
77
|
/// @contextType css
|
|
78
78
|
|
|
79
|
-
/// This is equivalent to `padding-top: 0.
|
|
80
|
-
/// @example padding-top: 0.
|
|
81
|
-
/// @name .k-pt-
|
|
79
|
+
/// This is equivalent to `padding-top: 0.125rem;`.
|
|
80
|
+
/// @example padding-top: 0.125rem;
|
|
81
|
+
/// @name .k-pt-0\.5
|
|
82
82
|
/// @group padding
|
|
83
83
|
/// @contextType css
|
|
84
84
|
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
|
|
133
133
|
/// This is equivalent to `padding-right: 0;`.
|
|
134
134
|
/// @example padding-right: 0;
|
|
135
|
-
/// @name .k-pr-0
|
|
135
|
+
/// @name .k-pr-{0-30}
|
|
136
136
|
/// @group padding
|
|
137
137
|
/// @contextType css
|
|
138
138
|
|
|
@@ -142,9 +142,9 @@
|
|
|
142
142
|
/// @group padding
|
|
143
143
|
/// @contextType css
|
|
144
144
|
|
|
145
|
-
/// This is equivalent to `padding-right: 0.
|
|
146
|
-
/// @example padding-right: 0.
|
|
147
|
-
/// @name .k-pr-
|
|
145
|
+
/// This is equivalent to `padding-right: 0.125rem;`.
|
|
146
|
+
/// @example padding-right: 0.125rem;
|
|
147
|
+
/// @name .k-pr-0\.5
|
|
148
148
|
/// @group padding
|
|
149
149
|
/// @contextType css
|
|
150
150
|
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
|
|
199
199
|
/// This is equivalent to `padding-bottom: 0;`.
|
|
200
200
|
/// @example padding-bottom: 0;
|
|
201
|
-
/// @name .k-pb-0
|
|
201
|
+
/// @name .k-pb-{0-30}
|
|
202
202
|
/// @group padding
|
|
203
203
|
/// @contextType css
|
|
204
204
|
|
|
@@ -208,9 +208,9 @@
|
|
|
208
208
|
/// @group padding
|
|
209
209
|
/// @contextType css
|
|
210
210
|
|
|
211
|
-
/// This is equivalent to `padding-bottom: 0.
|
|
212
|
-
/// @example padding-bottom: 0.
|
|
213
|
-
/// @name .k-pb-
|
|
211
|
+
/// This is equivalent to `padding-bottom: 0.125rem;`.
|
|
212
|
+
/// @example padding-bottom: 0.125rem;
|
|
213
|
+
/// @name .k-pb-0\.5
|
|
214
214
|
/// @group padding
|
|
215
215
|
/// @contextType css
|
|
216
216
|
|
|
@@ -264,7 +264,7 @@
|
|
|
264
264
|
|
|
265
265
|
/// This is equivalent to `padding-left: 0;`.
|
|
266
266
|
/// @example padding-left: 0;
|
|
267
|
-
/// @name .k-pl-0
|
|
267
|
+
/// @name .k-pl-{0-30}
|
|
268
268
|
/// @group padding
|
|
269
269
|
/// @contextType css
|
|
270
270
|
|
|
@@ -274,9 +274,9 @@
|
|
|
274
274
|
/// @group padding
|
|
275
275
|
/// @contextType css
|
|
276
276
|
|
|
277
|
-
/// This is equivalent to `padding-left: 0.
|
|
278
|
-
/// @example padding-left: 0.
|
|
279
|
-
/// @name .k-pl-
|
|
277
|
+
/// This is equivalent to `padding-left: 0.125rem;`.
|
|
278
|
+
/// @example padding-left: 0.125rem;
|
|
279
|
+
/// @name .k-pl-0\.5
|
|
280
280
|
/// @group padding
|
|
281
281
|
/// @contextType css
|
|
282
282
|
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
|
|
331
331
|
/// This is equivalent to `padding-inline: 0;`.
|
|
332
332
|
/// @example padding-inline: 0;
|
|
333
|
-
/// @name .k-px-0
|
|
333
|
+
/// @name .k-px-{0-30}
|
|
334
334
|
/// @group padding
|
|
335
335
|
/// @contextType css
|
|
336
336
|
|
|
@@ -340,9 +340,9 @@
|
|
|
340
340
|
/// @group padding
|
|
341
341
|
/// @contextType css
|
|
342
342
|
|
|
343
|
-
/// This is equivalent to `padding-inline: 0.
|
|
344
|
-
/// @example padding-inline: 0.
|
|
345
|
-
/// @name .k-px-
|
|
343
|
+
/// This is equivalent to `padding-inline: 0.125rem;`.
|
|
344
|
+
/// @example padding-inline: 0.125rem;
|
|
345
|
+
/// @name .k-px-0\.5
|
|
346
346
|
/// @group padding
|
|
347
347
|
/// @contextType css
|
|
348
348
|
|
|
@@ -396,7 +396,7 @@
|
|
|
396
396
|
|
|
397
397
|
/// This is equivalent to `padding-block: 0;`.
|
|
398
398
|
/// @example padding-block: 0;
|
|
399
|
-
/// @name .k-py-0
|
|
399
|
+
/// @name .k-py-{0-30}
|
|
400
400
|
/// @group padding
|
|
401
401
|
/// @contextType css
|
|
402
402
|
|
|
@@ -406,9 +406,9 @@
|
|
|
406
406
|
/// @group padding
|
|
407
407
|
/// @contextType css
|
|
408
408
|
|
|
409
|
-
/// This is equivalent to `padding-block: 0.
|
|
410
|
-
/// @example padding-block: 0.
|
|
411
|
-
/// @name .k-py-
|
|
409
|
+
/// This is equivalent to `padding-block: 0.125rem;`.
|
|
410
|
+
/// @example padding-block: 0.125rem;
|
|
411
|
+
/// @name .k-py-0\.5
|
|
412
412
|
/// @group padding
|
|
413
413
|
/// @contextType css
|
|
414
414
|
|
|
@@ -460,6 +460,141 @@
|
|
|
460
460
|
/// @group padding
|
|
461
461
|
/// @contextType css
|
|
462
462
|
|
|
463
|
+
// ============================================================================
|
|
464
|
+
// Responsive Padding Utilities
|
|
465
|
+
// ============================================================================
|
|
466
|
+
/// This is equivalent to `padding-inline: 0;`.
|
|
467
|
+
/// @example padding-inline: 0;
|
|
468
|
+
/// @name .k-px-{xs|sm|md|lg|xl|xxl}-{0-30}
|
|
469
|
+
/// @group padding-responsive
|
|
470
|
+
/// @contextType css
|
|
471
|
+
|
|
472
|
+
/// This is equivalent to `padding-inline: 1px;`.
|
|
473
|
+
/// @example padding-inline: 1px;
|
|
474
|
+
/// @name .k-px-{xs|sm|md|lg|xl|xxl}-1px
|
|
475
|
+
/// @group padding-responsive
|
|
476
|
+
/// @contextType css
|
|
477
|
+
|
|
478
|
+
/// This is equivalent to `padding-inline: 0.125rem;`.
|
|
479
|
+
/// @example padding-inline: 0.125rem;
|
|
480
|
+
/// @name .k-px-{xs|sm|md|lg|xl|xxl}-0\.5
|
|
481
|
+
/// @group padding-responsive
|
|
482
|
+
/// @contextType css
|
|
483
|
+
|
|
484
|
+
/// This is equivalent to `padding-inline: 0.25rem;`.
|
|
485
|
+
/// @example padding-inline: 0.25rem;
|
|
486
|
+
/// @name .k-px-{xs|sm|md|lg|xl|xxl}-xs
|
|
487
|
+
/// @group padding-responsive
|
|
488
|
+
/// @contextType css
|
|
489
|
+
|
|
490
|
+
/// This is equivalent to `padding-inline: 0.5rem;`.
|
|
491
|
+
/// @example padding-inline: 0.5rem;
|
|
492
|
+
/// @name .k-px-{xs|sm|md|lg|xl|xxl}-sm
|
|
493
|
+
/// @group padding-responsive
|
|
494
|
+
/// @contextType css
|
|
495
|
+
|
|
496
|
+
/// This is equivalent to `padding-inline: 0.75rem;`.
|
|
497
|
+
/// @example padding-inline: 0.75rem;
|
|
498
|
+
/// @name .k-px-{xs|sm|md|lg|xl|xxl}-md
|
|
499
|
+
/// @group padding-responsive
|
|
500
|
+
/// @contextType css
|
|
501
|
+
|
|
502
|
+
/// This is equivalent to `padding-inline: 1rem;`.
|
|
503
|
+
/// @example padding-inline: 1rem;
|
|
504
|
+
/// @name .k-px-{xs|sm|md|lg|xl|xxl}-lg
|
|
505
|
+
/// @group padding-responsive
|
|
506
|
+
/// @contextType css
|
|
507
|
+
|
|
508
|
+
/// This is equivalent to `padding-inline: 1.5rem;`.
|
|
509
|
+
/// @example padding-inline: 1.5rem;
|
|
510
|
+
/// @name .k-px-{xs|sm|md|lg|xl|xxl}-xl
|
|
511
|
+
/// @group padding-responsive
|
|
512
|
+
/// @contextType css
|
|
513
|
+
|
|
514
|
+
/// This is equivalent to `padding-inline: 0.125rem;`.
|
|
515
|
+
/// @example padding-inline: 0.125rem;
|
|
516
|
+
/// @name .k-px-{xs|sm|md|lg|xl|xxl}-thin
|
|
517
|
+
/// @group padding-responsive
|
|
518
|
+
/// @contextType css
|
|
519
|
+
|
|
520
|
+
/// This is equivalent to `padding-inline: 1px;`.
|
|
521
|
+
/// @example padding-inline: 1px;
|
|
522
|
+
/// @name .k-px-{xs|sm|md|lg|xl|xxl}-hair
|
|
523
|
+
/// @group padding-responsive
|
|
524
|
+
/// @contextType css
|
|
525
|
+
|
|
526
|
+
/// This is equivalent to `padding-inline: auto;`.
|
|
527
|
+
/// @example padding-inline: auto;
|
|
528
|
+
/// @name .k-px-{xs|sm|md|lg|xl|xxl}-auto
|
|
529
|
+
/// @group padding-responsive
|
|
530
|
+
/// @contextType css
|
|
531
|
+
|
|
532
|
+
/// This is equivalent to `padding-block: 0;`.
|
|
533
|
+
/// @example padding-block: 0;
|
|
534
|
+
/// @name .k-py-{xs|sm|md|lg|xl|xxl}-{0-30}
|
|
535
|
+
/// @group padding-responsive
|
|
536
|
+
/// @contextType css
|
|
537
|
+
|
|
538
|
+
/// This is equivalent to `padding-block: 1px;`.
|
|
539
|
+
/// @example padding-block: 1px;
|
|
540
|
+
/// @name .k-py-{xs|sm|md|lg|xl|xxl}-1px
|
|
541
|
+
/// @group padding-responsive
|
|
542
|
+
/// @contextType css
|
|
543
|
+
|
|
544
|
+
/// This is equivalent to `padding-block: 0.125rem;`.
|
|
545
|
+
/// @example padding-block: 0.125rem;
|
|
546
|
+
/// @name .k-py-{xs|sm|md|lg|xl|xxl}-0\.5
|
|
547
|
+
/// @group padding-responsive
|
|
548
|
+
/// @contextType css
|
|
549
|
+
|
|
550
|
+
/// This is equivalent to `padding-block: 0.25rem;`.
|
|
551
|
+
/// @example padding-block: 0.25rem;
|
|
552
|
+
/// @name .k-py-{xs|sm|md|lg|xl|xxl}-xs
|
|
553
|
+
/// @group padding-responsive
|
|
554
|
+
/// @contextType css
|
|
555
|
+
|
|
556
|
+
/// This is equivalent to `padding-block: 0.5rem;`.
|
|
557
|
+
/// @example padding-block: 0.5rem;
|
|
558
|
+
/// @name .k-py-{xs|sm|md|lg|xl|xxl}-sm
|
|
559
|
+
/// @group padding-responsive
|
|
560
|
+
/// @contextType css
|
|
561
|
+
|
|
562
|
+
/// This is equivalent to `padding-block: 0.75rem;`.
|
|
563
|
+
/// @example padding-block: 0.75rem;
|
|
564
|
+
/// @name .k-py-{xs|sm|md|lg|xl|xxl}-md
|
|
565
|
+
/// @group padding-responsive
|
|
566
|
+
/// @contextType css
|
|
567
|
+
|
|
568
|
+
/// This is equivalent to `padding-block: 1rem;`.
|
|
569
|
+
/// @example padding-block: 1rem;
|
|
570
|
+
/// @name .k-py-{xs|sm|md|lg|xl|xxl}-lg
|
|
571
|
+
/// @group padding-responsive
|
|
572
|
+
/// @contextType css
|
|
573
|
+
|
|
574
|
+
/// This is equivalent to `padding-block: 1.5rem;`.
|
|
575
|
+
/// @example padding-block: 1.5rem;
|
|
576
|
+
/// @name .k-py-{xs|sm|md|lg|xl|xxl}-xl
|
|
577
|
+
/// @group padding-responsive
|
|
578
|
+
/// @contextType css
|
|
579
|
+
|
|
580
|
+
/// This is equivalent to `padding-block: 0.125rem;`.
|
|
581
|
+
/// @example padding-block: 0.125rem;
|
|
582
|
+
/// @name .k-py-{xs|sm|md|lg|xl|xxl}-thin
|
|
583
|
+
/// @group padding-responsive
|
|
584
|
+
/// @contextType css
|
|
585
|
+
|
|
586
|
+
/// This is equivalent to `padding-block: 1px;`.
|
|
587
|
+
/// @example padding-block: 1px;
|
|
588
|
+
/// @name .k-py-{xs|sm|md|lg|xl|xxl}-hair
|
|
589
|
+
/// @group padding-responsive
|
|
590
|
+
/// @contextType css
|
|
591
|
+
|
|
592
|
+
/// This is equivalent to `padding-block: auto;`.
|
|
593
|
+
/// @example padding-block: auto;
|
|
594
|
+
/// @name .k-py-{xs|sm|md|lg|xl|xxl}-auto
|
|
595
|
+
/// @group padding-responsive
|
|
596
|
+
/// @contextType css
|
|
597
|
+
|
|
463
598
|
@use "sass:map";
|
|
464
599
|
@use "../_globals.scss" as *;
|
|
465
600
|
|
|
@@ -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
|
|