@progress/kendo-theme-default 13.2.0-dev.3 → 14.0.0-dev.0
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/README.md +17 -0
- package/dist/all.css +1 -1
- package/dist/default-blue.css +1 -1
- package/dist/default-dataviz-v4.css +1 -1
- package/dist/default-green.css +1 -1
- package/dist/default-main-dark.css +1 -1
- package/dist/default-main-dark.scss +0 -20
- package/dist/default-main.css +1 -1
- package/dist/default-nordic.css +1 -1
- package/dist/default-ocean-blue-a11y.css +1 -1
- package/dist/default-ocean-blue-a11y.scss +0 -10
- package/dist/default-ocean-blue.css +1 -1
- package/dist/default-ocean-blue.scss +0 -10
- package/dist/default-orange.css +1 -1
- package/dist/default-purple.css +1 -1
- package/dist/default-turquoise.css +1 -1
- package/dist/default-urban.css +1 -1
- package/dist/meta/sassdoc-data.json +13162 -10752
- package/dist/meta/sassdoc-raw-data.json +6301 -5145
- package/dist/meta/variables.json +298 -149
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -101
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -51
- package/lib/swatches/default-ocean-blue.json +1 -51
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/action-sheet/_variables.scss +8 -0
- package/scss/appbar/_variables.scss +5 -19
- package/scss/button/_variables.scss +5 -0
- package/scss/card/_variables.scss +0 -6
- package/scss/chart-wizard/_variables.scss +17 -0
- package/scss/chat/_variables.scss +4 -0
- package/scss/colorgradient/_variables.scss +3 -3
- package/scss/colorpalette/_variables.scss +3 -3
- package/scss/column-menu/_variables.scss +11 -1
- package/scss/dataviz/_variables.scss +8 -0
- package/scss/dialog/_variables.scss +0 -6
- package/scss/dock-manager/_variables.scss +4 -0
- package/scss/dropzone/_variables.scss +4 -0
- package/scss/editor/_variables.scss +4 -0
- package/scss/expansion-panel/_variables.scss +12 -0
- package/scss/file-box/_variables.scss +9 -0
- package/scss/filemanager/_variables.scss +4 -0
- package/scss/filter/_variables.scss +5 -0
- package/scss/forms/_variables.scss +21 -0
- package/scss/gantt/_variables.scss +4 -0
- package/scss/grid/_variables.scss +17 -0
- package/scss/imageeditor/_variables.scss +4 -0
- package/scss/listbox/_variables.scss +14 -1
- package/scss/listview/_variables.scss +5 -1
- package/scss/mediaplayer/_variables.scss +16 -0
- package/scss/messagebox/_variables.scss +4 -0
- package/scss/notification/_variables.scss +1 -1
- package/scss/overlay/_variables.scss +2 -6
- package/scss/pdf-viewer/_variables.scss +4 -0
- package/scss/pivotgrid/_variables.scss +4 -0
- package/scss/progressbar/_variables.scss +6 -0
- package/scss/prompt/_variables.scss +14 -1
- package/scss/scheduler/_variables.scss +4 -0
- package/scss/scrollview/_variables.scss +10 -3
- package/scss/spreadsheet/_variables.scss +4 -0
- package/scss/stepper/_variables.scss +4 -0
- package/scss/suggestion/_variables.scss +4 -0
- package/scss/table/_variables.scss +27 -0
- package/scss/taskboard/_variables.scss +4 -0
- package/scss/timeline/_variables.scss +5 -0
- package/scss/tooltip/_variables.scss +1 -1
- package/scss/upload/_variables.scss +4 -0
- package/scss/window/_variables.scss +0 -6
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "Default Main Dark",
|
|
4
4
|
"product": "kendo",
|
|
5
5
|
"base": "@progress/kendo-theme-default",
|
|
6
|
-
"version": "
|
|
6
|
+
"version": "14.0.0-dev.0",
|
|
7
7
|
"previewColors": [
|
|
8
8
|
"oklch(0.00% 0.0000 0deg)",
|
|
9
9
|
"oklch(19.57% 0.0000 0deg)",
|
|
@@ -451,106 +451,6 @@
|
|
|
451
451
|
"type": "color",
|
|
452
452
|
"value": "oklch(66.08% 0.2039 29.44deg)"
|
|
453
453
|
},
|
|
454
|
-
"light-subtle": {
|
|
455
|
-
"name": "Light Subtle",
|
|
456
|
-
"type": "color",
|
|
457
|
-
"value": "oklch(98.51% 0.0001 0deg)"
|
|
458
|
-
},
|
|
459
|
-
"light-subtle-hover": {
|
|
460
|
-
"name": "Light Subtle Hover",
|
|
461
|
-
"type": "color",
|
|
462
|
-
"value": "oklch(97.01% 0.0001 0deg)"
|
|
463
|
-
},
|
|
464
|
-
"light-subtle-active": {
|
|
465
|
-
"name": "Light Subtle Active",
|
|
466
|
-
"type": "color",
|
|
467
|
-
"value": "oklch(94.01% 0.0001 0deg)"
|
|
468
|
-
},
|
|
469
|
-
"light": {
|
|
470
|
-
"name": "Light",
|
|
471
|
-
"type": "color",
|
|
472
|
-
"value": "oklch(94.01% 0.0001 0deg)"
|
|
473
|
-
},
|
|
474
|
-
"light-hover": {
|
|
475
|
-
"name": "Light Hover",
|
|
476
|
-
"type": "color",
|
|
477
|
-
"value": "oklch(90.67% 0.0001 0deg)"
|
|
478
|
-
},
|
|
479
|
-
"light-active": {
|
|
480
|
-
"name": "Light Active",
|
|
481
|
-
"type": "color",
|
|
482
|
-
"value": "oklch(87.61% 0.0001 0deg)"
|
|
483
|
-
},
|
|
484
|
-
"light-emphasis": {
|
|
485
|
-
"name": "Light Emphasis",
|
|
486
|
-
"type": "color",
|
|
487
|
-
"value": "oklch(87.61% 0.0001 0deg)"
|
|
488
|
-
},
|
|
489
|
-
"light-on-subtle": {
|
|
490
|
-
"name": "Light On Subtle",
|
|
491
|
-
"type": "color",
|
|
492
|
-
"value": "oklch(19.13% 0.0000 0deg)"
|
|
493
|
-
},
|
|
494
|
-
"on-light": {
|
|
495
|
-
"name": "On Light",
|
|
496
|
-
"type": "color",
|
|
497
|
-
"value": "oklch(0.00% 0.0000 0deg)"
|
|
498
|
-
},
|
|
499
|
-
"light-on-surface": {
|
|
500
|
-
"name": "Light On Surface",
|
|
501
|
-
"type": "color",
|
|
502
|
-
"value": "oklch(90.67% 0.0001 0deg)"
|
|
503
|
-
},
|
|
504
|
-
"dark-subtle": {
|
|
505
|
-
"name": "Dark Subtle",
|
|
506
|
-
"type": "color",
|
|
507
|
-
"value": "oklch(81.41% 0.0001 0deg)"
|
|
508
|
-
},
|
|
509
|
-
"dark-subtle-hover": {
|
|
510
|
-
"name": "Dark Subtle Hover",
|
|
511
|
-
"type": "color",
|
|
512
|
-
"value": "oklch(74.76% 0.0001 0deg)"
|
|
513
|
-
},
|
|
514
|
-
"dark-subtle-active": {
|
|
515
|
-
"name": "Dark Subtle Active",
|
|
516
|
-
"type": "color",
|
|
517
|
-
"value": "oklch(68.30% 0.0001 0deg)"
|
|
518
|
-
},
|
|
519
|
-
"dark": {
|
|
520
|
-
"name": "Dark",
|
|
521
|
-
"type": "color",
|
|
522
|
-
"value": "oklch(36.00% 0.0000 0deg)"
|
|
523
|
-
},
|
|
524
|
-
"dark-hover": {
|
|
525
|
-
"name": "Dark Hover",
|
|
526
|
-
"type": "color",
|
|
527
|
-
"value": "oklch(28.09% 0.0000 0deg)"
|
|
528
|
-
},
|
|
529
|
-
"dark-active": {
|
|
530
|
-
"name": "Dark Active",
|
|
531
|
-
"type": "color",
|
|
532
|
-
"value": "oklch(23.93% 0.0000 0deg)"
|
|
533
|
-
},
|
|
534
|
-
"dark-emphasis": {
|
|
535
|
-
"name": "Dark Emphasis",
|
|
536
|
-
"type": "color",
|
|
537
|
-
"value": "oklch(51.03% 0.0001 0deg)"
|
|
538
|
-
},
|
|
539
|
-
"dark-on-subtle": {
|
|
540
|
-
"name": "Dark On Subtle",
|
|
541
|
-
"type": "color",
|
|
542
|
-
"value": "oklch(23.93% 0.0000 0deg)"
|
|
543
|
-
},
|
|
544
|
-
"on-dark": {
|
|
545
|
-
"name": "On Dark",
|
|
546
|
-
"type": "color",
|
|
547
|
-
"value": "oklch(100.00% 0.0001 0deg)"
|
|
548
|
-
},
|
|
549
|
-
"dark-on-surface": {
|
|
550
|
-
"name": "Dark On Surface",
|
|
551
|
-
"type": "color",
|
|
552
|
-
"value": "oklch(19.13% 0.0000 0deg)"
|
|
553
|
-
},
|
|
554
454
|
"inverse-subtle": {
|
|
555
455
|
"name": "Inverse Subtle",
|
|
556
456
|
"type": "color",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "Default Ocean Blue A11Y",
|
|
4
4
|
"product": "kendo",
|
|
5
5
|
"base": "@progress/kendo-theme-default",
|
|
6
|
-
"version": "
|
|
6
|
+
"version": "14.0.0-dev.0",
|
|
7
7
|
"previewColors": [
|
|
8
8
|
"oklch(100.00% 0.0001 0deg)",
|
|
9
9
|
"oklch(97.01% 0.0001 0deg)",
|
|
@@ -441,56 +441,6 @@
|
|
|
441
441
|
"type": "color",
|
|
442
442
|
"value": "oklch(55.72% 0.2158 26.34deg)"
|
|
443
443
|
},
|
|
444
|
-
"light-subtle": {
|
|
445
|
-
"name": "Light Subtle",
|
|
446
|
-
"type": "color",
|
|
447
|
-
"value": "oklch(91.58% 0.0001 0deg)"
|
|
448
|
-
},
|
|
449
|
-
"light-subtle-hover": {
|
|
450
|
-
"name": "Light Subtle Hover",
|
|
451
|
-
"type": "color",
|
|
452
|
-
"value": "oklch(85.45% 0.0001 0deg)"
|
|
453
|
-
},
|
|
454
|
-
"light-subtle-active": {
|
|
455
|
-
"name": "Light Subtle Active",
|
|
456
|
-
"type": "color",
|
|
457
|
-
"value": "oklch(78.89% 0.0001 0deg)"
|
|
458
|
-
},
|
|
459
|
-
"light": {
|
|
460
|
-
"name": "Light",
|
|
461
|
-
"type": "color",
|
|
462
|
-
"value": "oklch(56.24% 0.0001 0deg)"
|
|
463
|
-
},
|
|
464
|
-
"light-hover": {
|
|
465
|
-
"name": "Light Hover",
|
|
466
|
-
"type": "color",
|
|
467
|
-
"value": "oklch(54.52% 0.0001 0deg)"
|
|
468
|
-
},
|
|
469
|
-
"light-active": {
|
|
470
|
-
"name": "Light Active",
|
|
471
|
-
"type": "color",
|
|
472
|
-
"value": "oklch(51.38% 0.0001 0deg)"
|
|
473
|
-
},
|
|
474
|
-
"light-emphasis": {
|
|
475
|
-
"name": "Light Emphasis",
|
|
476
|
-
"type": "color",
|
|
477
|
-
"value": "oklch(67.97% 0.0001 0deg)"
|
|
478
|
-
},
|
|
479
|
-
"light-on-subtle": {
|
|
480
|
-
"name": "Light On Subtle",
|
|
481
|
-
"type": "color",
|
|
482
|
-
"value": "oklch(28.09% 0.0000 0deg)"
|
|
483
|
-
},
|
|
484
|
-
"on-light": {
|
|
485
|
-
"name": "On Light",
|
|
486
|
-
"type": "color",
|
|
487
|
-
"value": "oklch(100.00% 0.0001 0deg)"
|
|
488
|
-
},
|
|
489
|
-
"light-on-surface": {
|
|
490
|
-
"name": "Light On Surface",
|
|
491
|
-
"type": "color",
|
|
492
|
-
"value": "oklch(46.04% 0.0001 0deg)"
|
|
493
|
-
},
|
|
494
444
|
"series-a": {
|
|
495
445
|
"name": "Series A",
|
|
496
446
|
"type": "color",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "Default Ocean Blue",
|
|
4
4
|
"product": "kendo",
|
|
5
5
|
"base": "@progress/kendo-theme-default",
|
|
6
|
-
"version": "
|
|
6
|
+
"version": "14.0.0-dev.0",
|
|
7
7
|
"previewColors": [
|
|
8
8
|
"oklch(100.00% 0.0001 0deg)",
|
|
9
9
|
"oklch(97.01% 0.0001 0deg)",
|
|
@@ -441,56 +441,6 @@
|
|
|
441
441
|
"type": "color",
|
|
442
442
|
"value": "oklch(45.22% 0.1727 26.06deg)"
|
|
443
443
|
},
|
|
444
|
-
"light-subtle": {
|
|
445
|
-
"name": "Light Subtle",
|
|
446
|
-
"type": "color",
|
|
447
|
-
"value": "oklch(91.58% 0.0001 0deg)"
|
|
448
|
-
},
|
|
449
|
-
"light-subtle-hover": {
|
|
450
|
-
"name": "Light Subtle Hover",
|
|
451
|
-
"type": "color",
|
|
452
|
-
"value": "oklch(85.45% 0.0001 0deg)"
|
|
453
|
-
},
|
|
454
|
-
"light-subtle-active": {
|
|
455
|
-
"name": "Light Subtle Active",
|
|
456
|
-
"type": "color",
|
|
457
|
-
"value": "oklch(78.89% 0.0001 0deg)"
|
|
458
|
-
},
|
|
459
|
-
"light": {
|
|
460
|
-
"name": "Light",
|
|
461
|
-
"type": "color",
|
|
462
|
-
"value": "oklch(56.24% 0.0001 0deg)"
|
|
463
|
-
},
|
|
464
|
-
"light-hover": {
|
|
465
|
-
"name": "Light Hover",
|
|
466
|
-
"type": "color",
|
|
467
|
-
"value": "oklch(54.52% 0.0001 0deg)"
|
|
468
|
-
},
|
|
469
|
-
"light-active": {
|
|
470
|
-
"name": "Light Active",
|
|
471
|
-
"type": "color",
|
|
472
|
-
"value": "oklch(51.38% 0.0001 0deg)"
|
|
473
|
-
},
|
|
474
|
-
"light-emphasis": {
|
|
475
|
-
"name": "Light Emphasis",
|
|
476
|
-
"type": "color",
|
|
477
|
-
"value": "oklch(67.97% 0.0001 0deg)"
|
|
478
|
-
},
|
|
479
|
-
"light-on-subtle": {
|
|
480
|
-
"name": "Light On Subtle",
|
|
481
|
-
"type": "color",
|
|
482
|
-
"value": "oklch(28.09% 0.0000 0deg)"
|
|
483
|
-
},
|
|
484
|
-
"on-light": {
|
|
485
|
-
"name": "On Light",
|
|
486
|
-
"type": "color",
|
|
487
|
-
"value": "oklch(100.00% 0.0001 0deg)"
|
|
488
|
-
},
|
|
489
|
-
"light-on-surface": {
|
|
490
|
-
"name": "Light On Surface",
|
|
491
|
-
"type": "color",
|
|
492
|
-
"value": "oklch(46.04% 0.0001 0deg)"
|
|
493
|
-
},
|
|
494
444
|
"series-a": {
|
|
495
445
|
"name": "Series A",
|
|
496
446
|
"type": "color",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-default",
|
|
3
3
|
"description": "SASS resources for the default Kendo UI theme",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "14.0.0-dev.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@progress/kendo-svg-icons": "^4.8.0",
|
|
56
|
-
"@progress/kendo-theme-core": "
|
|
57
|
-
"@progress/kendo-theme-utils": "
|
|
56
|
+
"@progress/kendo-theme-core": "14.0.0-dev.0",
|
|
57
|
+
"@progress/kendo-theme-utils": "14.0.0-dev.0"
|
|
58
58
|
},
|
|
59
59
|
"directories": {
|
|
60
60
|
"doc": "docs",
|
|
61
61
|
"lib": "lib"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "3f1cafd275c148edc39e26aa67cc7105a3421dbc"
|
|
64
64
|
}
|
|
@@ -74,6 +74,9 @@ $kendo-actionsheet-titlebar-line-height: null !default;
|
|
|
74
74
|
/// The gap of the ActionSheet titlebar.
|
|
75
75
|
/// @group action-sheet
|
|
76
76
|
$kendo-actionsheet-titlebar-gap: k-spacing(4) !default;
|
|
77
|
+
/// The font weight of the ActionSheet titlebar.
|
|
78
|
+
/// @group action-sheet
|
|
79
|
+
$kendo-actionsheet-titlebar-font-weight: null !default;
|
|
77
80
|
|
|
78
81
|
/// The background color of the ActionSheet titlebar.
|
|
79
82
|
/// @group action-sheet
|
|
@@ -137,6 +140,9 @@ $kendo-actionsheet-item-border-width: 1px !default;
|
|
|
137
140
|
/// The spacing between the ActionSheet items.
|
|
138
141
|
/// @group action-sheet
|
|
139
142
|
$kendo-actionsheet-item-spacing: k-spacing(3) !default;
|
|
143
|
+
/// The border radius of the ActionSheet item.
|
|
144
|
+
/// @group action-sheet
|
|
145
|
+
$kendo-actionsheet-item-border-radius: null !default;
|
|
140
146
|
|
|
141
147
|
/// The font weight of the ActionSheet item title.
|
|
142
148
|
/// @group action-sheet
|
|
@@ -265,6 +271,7 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-spacing(4) !default;
|
|
|
265
271
|
$kendo-actionsheet-titlebar-font-size: $kendo-actionsheet-titlebar-font-size,
|
|
266
272
|
$kendo-actionsheet-titlebar-font-family: $kendo-actionsheet-titlebar-font-family,
|
|
267
273
|
$kendo-actionsheet-titlebar-line-height: $kendo-actionsheet-titlebar-line-height,
|
|
274
|
+
$kendo-actionsheet-titlebar-font-weight: $kendo-actionsheet-titlebar-font-weight,
|
|
268
275
|
$kendo-actionsheet-titlebar-gap: $kendo-actionsheet-titlebar-gap,
|
|
269
276
|
$kendo-actionsheet-titlebar-bg: $kendo-actionsheet-titlebar-bg,
|
|
270
277
|
$kendo-actionsheet-titlebar-text: $kendo-actionsheet-titlebar-text,
|
|
@@ -285,6 +292,7 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-spacing(4) !default;
|
|
|
285
292
|
$kendo-actionsheet-item-padding-y: $kendo-actionsheet-item-padding-y,
|
|
286
293
|
$kendo-actionsheet-item-border-width: $kendo-actionsheet-item-border-width,
|
|
287
294
|
$kendo-actionsheet-item-spacing: $kendo-actionsheet-item-spacing,
|
|
295
|
+
$kendo-actionsheet-item-border-radius: $kendo-actionsheet-item-border-radius,
|
|
288
296
|
$kendo-actionsheet-item-title-font-weight: $kendo-actionsheet-item-title-font-weight,
|
|
289
297
|
$kendo-actionsheet-item-title-text-transform: $kendo-actionsheet-item-title-text-transform,
|
|
290
298
|
$kendo-actionsheet-item-description-font-size: $kendo-actionsheet-item-description-font-size,
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
/// The default theme color of the AppBar.
|
|
8
8
|
/// @group appbar
|
|
9
9
|
/// @role default
|
|
10
|
-
$kendo-appbar-default-theme-color: "
|
|
10
|
+
$kendo-appbar-default-theme-color: "base" !default;
|
|
11
11
|
|
|
12
12
|
/// The horizontal margin of the AppBar.
|
|
13
13
|
/// @group appbar
|
|
@@ -24,6 +24,9 @@ $kendo-appbar-padding-y: k-spacing(2) !default;
|
|
|
24
24
|
/// The width of the border around the AppBar.
|
|
25
25
|
/// @group appbar
|
|
26
26
|
$kendo-appbar-border-width: 0px !default;
|
|
27
|
+
/// The border radius of the AppBar.
|
|
28
|
+
/// @group appbar
|
|
29
|
+
$kendo-appbar-border-radius: null !default;
|
|
27
30
|
/// The z-index of the AppBar.
|
|
28
31
|
/// @group appbar
|
|
29
32
|
$kendo-appbar-zindex: k-z-index("banner") !default;
|
|
@@ -41,20 +44,6 @@ $kendo-appbar-line-height: var(--kendo-line-height) !default;
|
|
|
41
44
|
/// @group appbar
|
|
42
45
|
$kendo-appbar-gap: k-spacing(2) !default;
|
|
43
46
|
|
|
44
|
-
/// The background color of the AppBar based on light theme color.
|
|
45
|
-
/// @group appbar
|
|
46
|
-
$kendo-appbar-light-bg: k-color(light) !default;
|
|
47
|
-
/// The text color of the AppBar based on light theme color.
|
|
48
|
-
/// @group appbar
|
|
49
|
-
$kendo-appbar-light-text: k-color(on-light) !default;
|
|
50
|
-
|
|
51
|
-
/// The background color of the AppBar based on dark theme color.
|
|
52
|
-
/// @group appbar
|
|
53
|
-
$kendo-appbar-dark-bg: k-color(dark) !default;
|
|
54
|
-
/// The text color of the AppBar based on dark theme color.
|
|
55
|
-
/// @group appbar
|
|
56
|
-
$kendo-appbar-dark-text: k-color(on-dark) !default;
|
|
57
|
-
|
|
58
47
|
/// The box shadow of the AppBar.
|
|
59
48
|
/// @group appbar
|
|
60
49
|
$kendo-appbar-box-shadow: k-elevation(4) !default;
|
|
@@ -68,15 +57,12 @@ $kendo-appbar-bottom-box-shadow: $kendo-appbar-box-shadow !default;
|
|
|
68
57
|
$kendo-appbar-padding-x: $kendo-appbar-padding-x,
|
|
69
58
|
$kendo-appbar-padding-y: $kendo-appbar-padding-y,
|
|
70
59
|
$kendo-appbar-border-width: $kendo-appbar-border-width,
|
|
60
|
+
$kendo-appbar-border-radius: $kendo-appbar-border-radius,
|
|
71
61
|
$kendo-appbar-zindex: $kendo-appbar-zindex,
|
|
72
62
|
$kendo-appbar-font-family: $kendo-appbar-font-family,
|
|
73
63
|
$kendo-appbar-font-size: $kendo-appbar-font-size,
|
|
74
64
|
$kendo-appbar-line-height: $kendo-appbar-line-height,
|
|
75
65
|
$kendo-appbar-gap: $kendo-appbar-gap,
|
|
76
|
-
$kendo-appbar-light-bg: $kendo-appbar-light-bg,
|
|
77
|
-
$kendo-appbar-light-text: $kendo-appbar-light-text,
|
|
78
|
-
$kendo-appbar-dark-bg: $kendo-appbar-dark-bg,
|
|
79
|
-
$kendo-appbar-dark-text: $kendo-appbar-dark-text,
|
|
80
66
|
$kendo-appbar-box-shadow: $kendo-appbar-box-shadow,
|
|
81
67
|
$kendo-appbar-bottom-box-shadow: $kendo-appbar-bottom-box-shadow,
|
|
82
68
|
$kendo-appbar-default-theme-color: $kendo-appbar-default-theme-color
|
|
@@ -29,6 +29,10 @@ $kendo-button-border-width: 1px !default;
|
|
|
29
29
|
/// @group button
|
|
30
30
|
$kendo-button-border-radius: null !default;
|
|
31
31
|
|
|
32
|
+
/// The spacing between icon and text inside the Button.
|
|
33
|
+
/// @group button
|
|
34
|
+
$kendo-button-gap: k-spacing(1) !default;
|
|
35
|
+
|
|
32
36
|
/// The horizontal padding of the xsmall Button.
|
|
33
37
|
/// @group button
|
|
34
38
|
$kendo-button-xs-padding-x: k-spacing(2) !default;
|
|
@@ -266,6 +270,7 @@ $kendo-button-transition: color k-transition(rapid), background-color k-transiti
|
|
|
266
270
|
@forward "@progress/kendo-theme-core/scss/components/button/_variables.scss" with (
|
|
267
271
|
$kendo-button-border-width: $kendo-button-border-width,
|
|
268
272
|
$kendo-button-border-radius: $kendo-button-border-radius,
|
|
273
|
+
$kendo-button-gap: $kendo-button-gap,
|
|
269
274
|
$kendo-button-xs-padding-x: $kendo-button-xs-padding-x,
|
|
270
275
|
$kendo-button-sm-padding-x: $kendo-button-sm-padding-x,
|
|
271
276
|
$kendo-button-md-padding-x: $kendo-button-md-padding-x,
|
|
@@ -3,11 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
// Card
|
|
5
5
|
|
|
6
|
-
/// The default theme color of the Card.
|
|
7
|
-
/// @group card
|
|
8
|
-
/// @role default
|
|
9
|
-
$kendo-card-default-theme-color: null !default;
|
|
10
|
-
|
|
11
6
|
/// The horizontal padding of the Card.
|
|
12
7
|
/// @group card
|
|
13
8
|
$kendo-card-padding-x: k-spacing(4) !default;
|
|
@@ -187,7 +182,6 @@ $kendo-card-callout-width: 20px !default;
|
|
|
187
182
|
$kendo-card-callout-height: 20px !default;
|
|
188
183
|
|
|
189
184
|
@forward "@progress/kendo-theme-core/scss/components/card/_variables.scss" with (
|
|
190
|
-
$kendo-card-default-theme-color: $kendo-card-default-theme-color,
|
|
191
185
|
$kendo-card-padding-x: $kendo-card-padding-x,
|
|
192
186
|
$kendo-card-padding-y: $kendo-card-padding-y,
|
|
193
187
|
$kendo-card-border-width: $kendo-card-border-width,
|
|
@@ -15,6 +15,12 @@ $kendo-chart-wizard-icon-area-border-radius: k-border-radius(md) !default;
|
|
|
15
15
|
/// The padding of the area around the chart type icon.
|
|
16
16
|
/// @group chart-wizard
|
|
17
17
|
$kendo-chart-wizard-icon-area-padding: k-spacing(4) !default;
|
|
18
|
+
/// The border width of the area around the chart type icon.
|
|
19
|
+
/// @group chart-wizard
|
|
20
|
+
$kendo-chart-wizard-icon-area-border-width: null !default;
|
|
21
|
+
/// The border color of the area around the chart type icon.
|
|
22
|
+
/// @group chart-wizard
|
|
23
|
+
$kendo-chart-wizard-icon-area-border-color: null !default;
|
|
18
24
|
/// The box shadow of the focused area around the chart type icon.
|
|
19
25
|
/// @group chart-wizard
|
|
20
26
|
$kendo-chart-wizard-icon-area-focus-shadow: inset 0 0 0 1px k-color(primary-emphasis) !default;
|
|
@@ -22,6 +28,13 @@ $kendo-chart-wizard-icon-area-focus-shadow: inset 0 0 0 1px k-color(primary-emph
|
|
|
22
28
|
/// @group chart-wizard
|
|
23
29
|
$kendo-chart-wizard-icon-area-selected-shadow: inset 0 0 0 1px $kendo-chart-wizard-icon-area-color !default;
|
|
24
30
|
|
|
31
|
+
/// The border color of the selected area around the chart type icon.
|
|
32
|
+
/// @group chart-wizard
|
|
33
|
+
$kendo-chart-wizard-icon-area-selected-border-color: null !default;
|
|
34
|
+
/// The background color of the selected area around the chart type icon.
|
|
35
|
+
/// @group chart-wizard
|
|
36
|
+
$kendo-chart-wizard-icon-area-selected-bg: null !default;
|
|
37
|
+
|
|
25
38
|
/// The color of the selected chart type items in the Property panel.
|
|
26
39
|
/// @group chart-wizard
|
|
27
40
|
$kendo-chart-wizard-chart-type-selected-color: k-color(primary) !default;
|
|
@@ -44,9 +57,13 @@ $kendo-chart-wizard-icon-text-gap: k-spacing(3) !default;
|
|
|
44
57
|
$kendo-chart-wizard-icon-area-color: $kendo-chart-wizard-icon-area-color,
|
|
45
58
|
$kendo-chart-wizard-icon-area-bg: $kendo-chart-wizard-icon-area-bg,
|
|
46
59
|
$kendo-chart-wizard-icon-area-border-radius: $kendo-chart-wizard-icon-area-border-radius,
|
|
60
|
+
$kendo-chart-wizard-icon-area-border-width: $kendo-chart-wizard-icon-area-border-width,
|
|
61
|
+
$kendo-chart-wizard-icon-area-border-color: $kendo-chart-wizard-icon-area-border-color,
|
|
47
62
|
$kendo-chart-wizard-icon-area-padding: $kendo-chart-wizard-icon-area-padding,
|
|
48
63
|
$kendo-chart-wizard-icon-area-focus-shadow: $kendo-chart-wizard-icon-area-focus-shadow,
|
|
49
64
|
$kendo-chart-wizard-icon-area-selected-shadow: $kendo-chart-wizard-icon-area-selected-shadow,
|
|
65
|
+
$kendo-chart-wizard-icon-area-selected-border-color: $kendo-chart-wizard-icon-area-selected-border-color,
|
|
66
|
+
$kendo-chart-wizard-icon-area-selected-bg: $kendo-chart-wizard-icon-area-selected-bg,
|
|
50
67
|
$kendo-chart-wizard-chart-type-selected-color: $kendo-chart-wizard-chart-type-selected-color,
|
|
51
68
|
$kendo-chart-wizard-preview-pane-padding: $kendo-chart-wizard-preview-pane-padding,
|
|
52
69
|
$kendo-chart-wizard-property-pane-padding: $kendo-chart-wizard-property-pane-padding,
|
|
@@ -18,6 +18,9 @@ $kendo-chat-height: 320px !default;
|
|
|
18
18
|
/// The border width of the Chat.
|
|
19
19
|
/// @group chat
|
|
20
20
|
$kendo-chat-border-width: 1px !default;
|
|
21
|
+
/// The border radius of the Chat.
|
|
22
|
+
/// @group chat
|
|
23
|
+
$kendo-chat-border-radius: null !default;
|
|
21
24
|
/// The font family of the Chat.
|
|
22
25
|
/// @group chat
|
|
23
26
|
$kendo-chat-font-family: var(--kendo-font-family) !default;
|
|
@@ -235,6 +238,7 @@ $kendo-chat-message-reference-marker-alt-bg: k-color(primary-emphasis) !default;
|
|
|
235
238
|
$kendo-chat-width: $kendo-chat-width,
|
|
236
239
|
$kendo-chat-height: $kendo-chat-height,
|
|
237
240
|
$kendo-chat-border-width: $kendo-chat-border-width,
|
|
241
|
+
$kendo-chat-border-radius: $kendo-chat-border-radius,
|
|
238
242
|
$kendo-chat-font-family: $kendo-chat-font-family,
|
|
239
243
|
$kendo-chat-font-size: $kendo-chat-font-size,
|
|
240
244
|
$kendo-chat-line-height: $kendo-chat-line-height,
|
|
@@ -171,13 +171,13 @@ $kendo-color-gradient-draghandle-text: null !default;
|
|
|
171
171
|
$kendo-color-gradient-draghandle-bg: transparent !default;
|
|
172
172
|
/// The color of the border around the ColorGradient canvas drag handle.
|
|
173
173
|
/// @group color-gradient
|
|
174
|
-
$kendo-color-gradient-draghandle-border: color-mix(in srgb, k-color(
|
|
174
|
+
$kendo-color-gradient-draghandle-border: color-mix(in srgb, k-color(on-inverse) 80%, transparent) !default;
|
|
175
175
|
/// The focus color of the outline around the ColorGradient canvas drag handle.
|
|
176
176
|
/// @group color-gradient
|
|
177
|
-
$kendo-color-gradient-draghandle-focus-shadow: k-color(
|
|
177
|
+
$kendo-color-gradient-draghandle-focus-shadow: k-color(inverse) !default;
|
|
178
178
|
/// The hover color of the outline around the ColorGradient canvas drag handle.
|
|
179
179
|
/// @group color-gradient
|
|
180
|
-
$kendo-color-gradient-draghandle-hover-shadow: k-color(
|
|
180
|
+
$kendo-color-gradient-draghandle-hover-shadow: k-color(inverse) !default;
|
|
181
181
|
/// The box shadow of the ColorGradient canvas drag handle.
|
|
182
182
|
/// @group color-gradient
|
|
183
183
|
$kendo-color-gradient-draghandle-shadow: k-elevation(2) !default;
|
|
@@ -44,13 +44,13 @@ $kendo-color-palette-lg-tile-height: $kendo-color-palette-lg-tile-width !default
|
|
|
44
44
|
|
|
45
45
|
/// The shadow of the ColorPalette focused tile.
|
|
46
46
|
/// @group color-palette
|
|
47
|
-
$kendo-color-palette-tile-focus-shadow: 0 0 3px 1px color-mix(in srgb, k-color(
|
|
47
|
+
$kendo-color-palette-tile-focus-shadow: 0 0 3px 1px color-mix(in srgb, k-color(inverse) 30%, transparent), inset 0 0 0 1px color-mix(in srgb, k-color(on-inverse) 50%, transparent) !default;
|
|
48
48
|
/// The shadow of the ColorPalette hovered tile.
|
|
49
49
|
/// @group color-palette
|
|
50
|
-
$kendo-color-palette-tile-hover-shadow: 0 0 3px 1px color-mix(in srgb, k-color(
|
|
50
|
+
$kendo-color-palette-tile-hover-shadow: 0 0 3px 1px color-mix(in srgb, k-color(inverse) 30%, transparent), inset 0 0 0 1px color-mix(in srgb, k-color(on-inverse) 80%, transparent) !default;
|
|
51
51
|
/// The shadow of the ColorPalette selected tile.
|
|
52
52
|
/// @group color-palette
|
|
53
|
-
$kendo-color-palette-tile-selected-shadow: 0 1px 3px 1px color-mix(in srgb, k-color(
|
|
53
|
+
$kendo-color-palette-tile-selected-shadow: 0 1px 3px 1px color-mix(in srgb, k-color(inverse) 30%, transparent), inset 0 0 0 1px color-mix(in srgb, k-color(on-inverse) 100%, transparent) !default;
|
|
54
54
|
|
|
55
55
|
@forward "@progress/kendo-theme-core/scss/components/colorpalette/_variables.scss" with (
|
|
56
56
|
$kendo-color-palette-default-size: $kendo-color-palette-default-size,
|
|
@@ -26,6 +26,10 @@ $kendo-column-menu-item-lg-padding-x: k-spacing(2) !default;
|
|
|
26
26
|
/// @group column-menu
|
|
27
27
|
$kendo-column-menu-item-lg-padding-y: k-spacing(1.5) !default;
|
|
28
28
|
|
|
29
|
+
/// The vertical padding of the ColumnMenu item wrapper.
|
|
30
|
+
/// @group column-menu
|
|
31
|
+
$kendo-column-menu-item-wrapper-padding-y: null !default;
|
|
32
|
+
|
|
29
33
|
/// The font size of the ColumnMenu.
|
|
30
34
|
/// @group column-menu
|
|
31
35
|
$kendo-column-menu-font-size: var(--kendo-font-size) !default;
|
|
@@ -70,6 +74,10 @@ $kendo-group-menu-item-add-action-text: k-color(primary-on-surface) !default;
|
|
|
70
74
|
/// @group column-menu
|
|
71
75
|
$kendo-group-menu-item-border: k-color(border) !default;
|
|
72
76
|
|
|
77
|
+
/// The border radius of the ColumnMenu list item.
|
|
78
|
+
/// @group column-menu
|
|
79
|
+
$kendo-column-list-item-border-radius: null !default;
|
|
80
|
+
|
|
73
81
|
|
|
74
82
|
@forward "@progress/kendo-theme-core/scss/components/column-menu/_variables.scss" with (
|
|
75
83
|
$kendo-column-menu-default-size: $kendo-column-menu-default-size,
|
|
@@ -88,8 +96,10 @@ $kendo-group-menu-item-border: k-color(border) !default;
|
|
|
88
96
|
$kendo-column-menu-item-md-padding-y: $kendo-column-menu-item-md-padding-y,
|
|
89
97
|
$kendo-column-menu-item-lg-padding-x: $kendo-column-menu-item-lg-padding-x,
|
|
90
98
|
$kendo-column-menu-item-lg-padding-y: $kendo-column-menu-item-lg-padding-y,
|
|
99
|
+
$kendo-column-menu-item-wrapper-padding-y: $kendo-column-menu-item-wrapper-padding-y,
|
|
91
100
|
$kendo-group-menu-item-action-hover-bg: $kendo-group-menu-item-action-hover-bg,
|
|
92
101
|
$kendo-group-menu-item-action-selected-bg: $kendo-group-menu-item-action-selected-bg,
|
|
93
102
|
$kendo-group-menu-item-add-action-text: $kendo-group-menu-item-add-action-text,
|
|
94
|
-
$kendo-group-menu-item-border: $kendo-group-menu-item-border
|
|
103
|
+
$kendo-group-menu-item-border: $kendo-group-menu-item-border,
|
|
104
|
+
$kendo-column-list-item-border-radius: $kendo-column-list-item-border-radius
|
|
95
105
|
);
|