@progress/kendo-theme-material 12.1.0-dev.2 → 12.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/all.css +1 -1
- package/dist/material-2-dark.css +1 -1
- package/dist/material-2.css +1 -1
- package/dist/material-aqua-dark.css +1 -1
- package/dist/material-arctic.css +1 -1
- package/dist/material-burnt-teal.css +1 -1
- package/dist/material-dataviz-v4.css +1 -1
- package/dist/material-eggplant.css +1 -1
- package/dist/material-lime-dark.css +1 -1
- package/dist/material-lime.css +1 -1
- package/dist/material-main-dark.css +1 -1
- package/dist/material-main.css +1 -1
- package/dist/material-nova.css +1 -1
- package/dist/material-pacific-dark.css +1 -1
- package/dist/material-pacific.css +1 -1
- package/dist/material-sky-dark.css +1 -1
- package/dist/material-sky.css +1 -1
- package/dist/material-smoke.css +1 -1
- package/dist/meta/sassdoc-data.json +1120 -1282
- package/dist/meta/sassdoc-raw-data.json +459 -534
- package/dist/meta/variables.json +107 -119
- package/lib/swatches/material-2-dark.json +1 -1
- package/lib/swatches/material-2.json +1 -1
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +4 -4
- package/scss/adaptive/_variables.scss +1 -1
- package/scss/appbar/_variables.scss +2 -2
- package/scss/calendar/_variables.scss +3 -7
- package/scss/card/_variables.scss +3 -7
- package/scss/chip/_theme.scss +2 -2
- package/scss/chip/_variables.scss +2 -2
- package/scss/color-preview/_variables.scss +2 -2
- package/scss/coloreditor/_variables.scss +1 -1
- package/scss/colorgradient/_variables.scss +3 -3
- package/scss/colorpalette/_variables.scss +3 -3
- package/scss/editor/_variables.scss +1 -1
- package/scss/expansion-panel/_variables.scss +1 -1
- package/scss/filter/_variables.scss +2 -2
- package/scss/floating-label/_variables.scss +1 -1
- package/scss/forms/_variables.scss +4 -4
- package/scss/gantt/_variables.scss +3 -3
- package/scss/imageeditor/_variables.scss +2 -2
- package/scss/list/_variables.scss +1 -1
- package/scss/listview/_variables.scss +1 -1
- package/scss/orgchart/_variables.scss +2 -2
- package/scss/overlay/_variables.scss +1 -1
- package/scss/pdf-viewer/_variables.scss +3 -3
- package/scss/progressbar/_variables.scss +1 -1
- package/scss/rating/_variables.scss +3 -3
- package/scss/scrollview/_variables.scss +2 -6
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/splitter/_variables.scss +1 -1
- package/scss/spreadsheet/_variables.scss +1 -1
- package/scss/stepper/_variables.scss +1 -1
- package/scss/tabstrip/_variables.scss +1 -1
- package/scss/taskboard/_variables.scss +1 -1
- package/scss/time-marker/_variables.scss +3 -1
- package/scss/timeline/_variables.scss +3 -3
- package/scss/toolbar/_variables.scss +3 -3
- package/scss/tooltip/_variables.scss +1 -1
- package/scss/treeview/_variables.scss +1 -1
- package/scss/upload/_variables.scss +3 -3
- package/scss/wizard/_variables.scss +1 -1
package/dist/meta/variables.json
CHANGED
|
@@ -1911,7 +1911,7 @@
|
|
|
1911
1911
|
},
|
|
1912
1912
|
"kendo-list-item-selected-text": {
|
|
1913
1913
|
"type": "String",
|
|
1914
|
-
"value": "var(--kendo-color-primary, #65558F)"
|
|
1914
|
+
"value": "var(--kendo-color-primary-on-surface, #65558F)"
|
|
1915
1915
|
},
|
|
1916
1916
|
"kendo-list-group-item-bg": {
|
|
1917
1917
|
"type": "Null",
|
|
@@ -1990,8 +1990,8 @@
|
|
|
1990
1990
|
}
|
|
1991
1991
|
},
|
|
1992
1992
|
"kendo-overlay-bg": {
|
|
1993
|
-
"type": "
|
|
1994
|
-
"value": "#
|
|
1993
|
+
"type": "String",
|
|
1994
|
+
"value": "var(--kendo-color-inverse, #322F35)"
|
|
1995
1995
|
},
|
|
1996
1996
|
"kendo-overlay-opacity": {
|
|
1997
1997
|
"type": "Number",
|
|
@@ -2586,12 +2586,12 @@
|
|
|
2586
2586
|
"value": "var(--kendo-color-border, rgba(29, 27, 32, 0.12))"
|
|
2587
2587
|
},
|
|
2588
2588
|
"kendo-color-preview-no-color-bg": {
|
|
2589
|
-
"type": "
|
|
2590
|
-
"value": "#ffffff"
|
|
2589
|
+
"type": "String",
|
|
2590
|
+
"value": "var(--kendo-color-surface-alt, #ffffff)"
|
|
2591
2591
|
},
|
|
2592
2592
|
"kendo-color-preview-no-color-text": {
|
|
2593
2593
|
"type": "String",
|
|
2594
|
-
"value": "var(--kendo-color-error, #
|
|
2594
|
+
"value": "var(--kendo-color-error-on-surface, #9C2521)"
|
|
2595
2595
|
},
|
|
2596
2596
|
"kendo-color-preview-no-color-border": {
|
|
2597
2597
|
"type": "Null",
|
|
@@ -2599,7 +2599,7 @@
|
|
|
2599
2599
|
},
|
|
2600
2600
|
"kendo-color-preview-no-color-image": {
|
|
2601
2601
|
"type": "String",
|
|
2602
|
-
"value": "url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' version='1.1'%3e%3cline x1='0' x2='20' y1='0' y2='20' stroke='var%28--kendo-color-error, %
|
|
2602
|
+
"value": "url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' version='1.1'%3e%3cline x1='0' x2='20' y1='0' y2='20' stroke='var%28--kendo-color-error-on-surface, %239C2521%29' stroke-width='1'/%3e%3c/svg%3e\")"
|
|
2603
2603
|
},
|
|
2604
2604
|
"kendo-color-preview-transparent-color-image": {
|
|
2605
2605
|
"type": "String",
|
|
@@ -2790,16 +2790,16 @@
|
|
|
2790
2790
|
"value": "color-mix(in srgb, var(--kendo-color-on-app-surface, #1D1B20) 20%, transparent)"
|
|
2791
2791
|
},
|
|
2792
2792
|
"kendo-skeleton-wave-bg": {
|
|
2793
|
-
"type": "
|
|
2794
|
-
"value": "
|
|
2793
|
+
"type": "String",
|
|
2794
|
+
"value": "color-mix(in srgb, var(--kendo-color-dark, #322F35) 4%, transparent)"
|
|
2795
2795
|
},
|
|
2796
2796
|
"kendo-current-time-width": {
|
|
2797
2797
|
"type": "Number",
|
|
2798
2798
|
"value": "1px"
|
|
2799
2799
|
},
|
|
2800
2800
|
"kendo-current-time-color": {
|
|
2801
|
-
"type": "
|
|
2802
|
-
"value": "#
|
|
2801
|
+
"type": "String",
|
|
2802
|
+
"value": "var(--kendo-color-error-on-surface, #9C2521)"
|
|
2803
2803
|
},
|
|
2804
2804
|
"kendo-tooltip-padding-y": {
|
|
2805
2805
|
"type": "String",
|
|
@@ -2843,7 +2843,7 @@
|
|
|
2843
2843
|
},
|
|
2844
2844
|
"kendo-tooltip-bg": {
|
|
2845
2845
|
"type": "String",
|
|
2846
|
-
"value": "var(--kendo-color-inverse
|
|
2846
|
+
"value": "var(--kendo-color-inverse, #322F35)"
|
|
2847
2847
|
},
|
|
2848
2848
|
"kendo-tooltip-text": {
|
|
2849
2849
|
"type": "String",
|
|
@@ -2851,7 +2851,7 @@
|
|
|
2851
2851
|
},
|
|
2852
2852
|
"kendo-tooltip-border": {
|
|
2853
2853
|
"type": "String",
|
|
2854
|
-
"value": "var(--kendo-color-inverse
|
|
2854
|
+
"value": "var(--kendo-color-inverse, #322F35)"
|
|
2855
2855
|
},
|
|
2856
2856
|
"kendo-tooltip-shadow": {
|
|
2857
2857
|
"type": "String",
|
|
@@ -3890,7 +3890,7 @@
|
|
|
3890
3890
|
},
|
|
3891
3891
|
"kendo-floating-label-focus-text": {
|
|
3892
3892
|
"type": "String",
|
|
3893
|
-
"value": "var(--kendo-color-primary, #65558F)"
|
|
3893
|
+
"value": "var(--kendo-color-primary-on-surface, #65558F)"
|
|
3894
3894
|
},
|
|
3895
3895
|
"kendo-checkbox-border-width": {
|
|
3896
3896
|
"type": "Number",
|
|
@@ -4162,7 +4162,7 @@
|
|
|
4162
4162
|
},
|
|
4163
4163
|
"kendo-progressbar-height": {
|
|
4164
4164
|
"type": "Number",
|
|
4165
|
-
"value": "
|
|
4165
|
+
"value": "4px"
|
|
4166
4166
|
},
|
|
4167
4167
|
"kendo-progressbar-horizontal-width": {
|
|
4168
4168
|
"type": "Number",
|
|
@@ -4741,7 +4741,7 @@
|
|
|
4741
4741
|
},
|
|
4742
4742
|
"kendo-chip-outline-hover-bg": {
|
|
4743
4743
|
"type": "String",
|
|
4744
|
-
"value": "
|
|
4744
|
+
"value": "color-mix(in srgb, currentColor 8%, transparent)"
|
|
4745
4745
|
},
|
|
4746
4746
|
"kendo-chip-outline-hover-text": {
|
|
4747
4747
|
"type": "String",
|
|
@@ -4749,7 +4749,7 @@
|
|
|
4749
4749
|
},
|
|
4750
4750
|
"kendo-chip-outline-selected-bg": {
|
|
4751
4751
|
"type": "String",
|
|
4752
|
-
"value": "
|
|
4752
|
+
"value": "color-mix(in srgb, currentColor 12%, transparent)"
|
|
4753
4753
|
},
|
|
4754
4754
|
"kendo-chip-outline-selected-text": {
|
|
4755
4755
|
"type": "String",
|
|
@@ -5266,7 +5266,7 @@
|
|
|
5266
5266
|
},
|
|
5267
5267
|
"kendo-toolbar-text": {
|
|
5268
5268
|
"type": "String",
|
|
5269
|
-
"value": "var(--kendo-color-
|
|
5269
|
+
"value": "var(--kendo-color-on-app-surface, #1D1B20)"
|
|
5270
5270
|
},
|
|
5271
5271
|
"kendo-toolbar-border": {
|
|
5272
5272
|
"type": "String",
|
|
@@ -5286,7 +5286,7 @@
|
|
|
5286
5286
|
},
|
|
5287
5287
|
"kendo-toolbar-outline-text": {
|
|
5288
5288
|
"type": "String",
|
|
5289
|
-
"value": "var(--kendo-color-
|
|
5289
|
+
"value": "var(--kendo-color-on-app-surface, #1D1B20)"
|
|
5290
5290
|
},
|
|
5291
5291
|
"kendo-toolbar-outline-border": {
|
|
5292
5292
|
"type": "String",
|
|
@@ -5306,7 +5306,7 @@
|
|
|
5306
5306
|
},
|
|
5307
5307
|
"kendo-toolbar-flat-text": {
|
|
5308
5308
|
"type": "String",
|
|
5309
|
-
"value": "var(--kendo-color-
|
|
5309
|
+
"value": "var(--kendo-color-on-app-surface, #1D1B20)"
|
|
5310
5310
|
},
|
|
5311
5311
|
"kendo-toolbar-flat-border": {
|
|
5312
5312
|
"type": "String",
|
|
@@ -5422,7 +5422,7 @@
|
|
|
5422
5422
|
},
|
|
5423
5423
|
"kendo-form-legend-text-transform": {
|
|
5424
5424
|
"type": "String",
|
|
5425
|
-
"value": "
|
|
5425
|
+
"value": "none"
|
|
5426
5426
|
},
|
|
5427
5427
|
"kendo-form-label-margin-bottom": {
|
|
5428
5428
|
"type": "String",
|
|
@@ -5446,15 +5446,15 @@
|
|
|
5446
5446
|
},
|
|
5447
5447
|
"kendo-form-md-rows-spacing": {
|
|
5448
5448
|
"type": "String",
|
|
5449
|
-
"value": "var(--kendo-spacing-
|
|
5449
|
+
"value": "var(--kendo-spacing-5, 1.25rem)"
|
|
5450
5450
|
},
|
|
5451
5451
|
"kendo-form-lg-rows-spacing": {
|
|
5452
5452
|
"type": "String",
|
|
5453
|
-
"value": "var(--kendo-spacing-
|
|
5453
|
+
"value": "var(--kendo-spacing-6, 1.5rem)"
|
|
5454
5454
|
},
|
|
5455
5455
|
"kendo-form-separator-margin": {
|
|
5456
5456
|
"type": "List",
|
|
5457
|
-
"value": "(var(--kendo-spacing-
|
|
5457
|
+
"value": "(var(--kendo-spacing-5, 1.25rem) 0 0)"
|
|
5458
5458
|
},
|
|
5459
5459
|
"kendo-form-separator-border-color": {
|
|
5460
5460
|
"type": "String",
|
|
@@ -5502,7 +5502,7 @@
|
|
|
5502
5502
|
},
|
|
5503
5503
|
"kendo-label-optional-font-style": {
|
|
5504
5504
|
"type": "String",
|
|
5505
|
-
"value": "
|
|
5505
|
+
"value": "normal"
|
|
5506
5506
|
},
|
|
5507
5507
|
"kendo-fieldset-margin": {
|
|
5508
5508
|
"type": "String",
|
|
@@ -5530,16 +5530,16 @@
|
|
|
5530
5530
|
},
|
|
5531
5531
|
"kendo-form-sizes": {
|
|
5532
5532
|
"type": "Map",
|
|
5533
|
-
"value": "(sm: (form-rows-spacing: var(--kendo-spacing-4, 1rem)), md: (form-rows-spacing: var(--kendo-spacing-
|
|
5533
|
+
"value": "(sm: (form-rows-spacing: var(--kendo-spacing-4, 1rem)), md: (form-rows-spacing: var(--kendo-spacing-5, 1.25rem)), lg: (form-rows-spacing: var(--kendo-spacing-6, 1.5rem)))",
|
|
5534
5534
|
"prettyValue": {
|
|
5535
5535
|
"sm": {
|
|
5536
5536
|
"form-rows-spacing": "var(--kendo-spacing-4, 1rem)"
|
|
5537
5537
|
},
|
|
5538
5538
|
"md": {
|
|
5539
|
-
"form-rows-spacing": "var(--kendo-spacing-
|
|
5539
|
+
"form-rows-spacing": "var(--kendo-spacing-5, 1.25rem)"
|
|
5540
5540
|
},
|
|
5541
5541
|
"lg": {
|
|
5542
|
-
"form-rows-spacing": "var(--kendo-spacing-
|
|
5542
|
+
"form-rows-spacing": "var(--kendo-spacing-6, 1.5rem)"
|
|
5543
5543
|
}
|
|
5544
5544
|
}
|
|
5545
5545
|
},
|
|
@@ -5595,10 +5595,6 @@
|
|
|
5595
5595
|
"type": "Color",
|
|
5596
5596
|
"value": "transparent"
|
|
5597
5597
|
},
|
|
5598
|
-
"kendo-calendar-header-text": {
|
|
5599
|
-
"type": "String",
|
|
5600
|
-
"value": "var(--kendo-color-primary-on-surface, #65558F)"
|
|
5601
|
-
},
|
|
5602
5598
|
"kendo-calendar-header-border": {
|
|
5603
5599
|
"type": "String",
|
|
5604
5600
|
"value": "var(--kendo-color-border, rgba(29, 27, 32, 0.12))"
|
|
@@ -5705,7 +5701,7 @@
|
|
|
5705
5701
|
},
|
|
5706
5702
|
"kendo-calendar-view-gap": {
|
|
5707
5703
|
"type": "String",
|
|
5708
|
-
"value": "var(--kendo-spacing-
|
|
5704
|
+
"value": "var(--kendo-spacing-6, 1.5rem)"
|
|
5709
5705
|
},
|
|
5710
5706
|
"kendo-calendar-weekend-bg": {
|
|
5711
5707
|
"type": "Null",
|
|
@@ -5721,7 +5717,7 @@
|
|
|
5721
5717
|
},
|
|
5722
5718
|
"kendo-calendar-today-color": {
|
|
5723
5719
|
"type": "String",
|
|
5724
|
-
"value": "var(--kendo-color-primary, #65558F)"
|
|
5720
|
+
"value": "var(--kendo-color-primary-on-surface, #65558F)"
|
|
5725
5721
|
},
|
|
5726
5722
|
"kendo-calendar-today-font-weight": {
|
|
5727
5723
|
"type": "String",
|
|
@@ -5808,8 +5804,8 @@
|
|
|
5808
5804
|
"value": "null"
|
|
5809
5805
|
},
|
|
5810
5806
|
"kendo-calendar-navigation-width": {
|
|
5811
|
-
"type": "
|
|
5812
|
-
"value": "
|
|
5807
|
+
"type": "Number",
|
|
5808
|
+
"value": "5em"
|
|
5813
5809
|
},
|
|
5814
5810
|
"kendo-calendar-navigation-item-height": {
|
|
5815
5811
|
"type": "Number",
|
|
@@ -6252,15 +6248,15 @@
|
|
|
6252
6248
|
},
|
|
6253
6249
|
"kendo-color-palette-tile-focus-shadow": {
|
|
6254
6250
|
"type": "List",
|
|
6255
|
-
"value": "(0 0 3px 1px
|
|
6251
|
+
"value": "(0 0 3px 1px color-mix(in srgb, var(--kendo-color-dark, #322F35) 30%, transparent), inset 0 0 0 1px rcolor-mix(in srgb, var(--kendo-color-light, #F7F3FA) 50%, transparent))"
|
|
6256
6252
|
},
|
|
6257
6253
|
"kendo-color-palette-tile-hover-shadow": {
|
|
6258
6254
|
"type": "List",
|
|
6259
|
-
"value": "(0 0 3px 1px
|
|
6255
|
+
"value": "(0 0 3px 1px color-mix(in srgb, var(--kendo-color-dark, #322F35) 30%, transparent), inset 0 0 0 1px color-mix(in srgb, var(--kendo-color-light, #F7F3FA) 80%, transparent))"
|
|
6260
6256
|
},
|
|
6261
6257
|
"kendo-color-palette-tile-selected-shadow": {
|
|
6262
6258
|
"type": "List",
|
|
6263
|
-
"value": "(0 1px 3px 1px
|
|
6259
|
+
"value": "(0 1px 3px 1px color-mix(in srgb, var(--kendo-color-dark, #322F35) 30%, transparent), inset 0 0 0 1px color-mix(in srgb, var(--kendo-color-light, #F7F3FA) 100%, transparent))"
|
|
6264
6260
|
},
|
|
6265
6261
|
"kendo-color-palette-sizes": {
|
|
6266
6262
|
"type": "Map",
|
|
@@ -6481,16 +6477,16 @@
|
|
|
6481
6477
|
"value": "transparent"
|
|
6482
6478
|
},
|
|
6483
6479
|
"kendo-color-gradient-draghandle-border": {
|
|
6484
|
-
"type": "
|
|
6485
|
-
"value": "
|
|
6480
|
+
"type": "String",
|
|
6481
|
+
"value": "color-mix(in srgb, var(--kendo-color-light, #F7F3FA) 80%, transparent)"
|
|
6486
6482
|
},
|
|
6487
6483
|
"kendo-color-gradient-draghandle-focus-shadow": {
|
|
6488
|
-
"type": "
|
|
6489
|
-
"value": "#
|
|
6484
|
+
"type": "String",
|
|
6485
|
+
"value": "var(--kendo-color-inverse, #322F35)"
|
|
6490
6486
|
},
|
|
6491
6487
|
"kendo-color-gradient-draghandle-hover-shadow": {
|
|
6492
|
-
"type": "
|
|
6493
|
-
"value": "#
|
|
6488
|
+
"type": "String",
|
|
6489
|
+
"value": "var(--kendo-color-inverse, #322F35)"
|
|
6494
6490
|
},
|
|
6495
6491
|
"kendo-color-gradient-draghandle-shadow": {
|
|
6496
6492
|
"type": "String",
|
|
@@ -6741,8 +6737,8 @@
|
|
|
6741
6737
|
"value": "var(--kendo-spacing-4\\.5, 1.125rem)"
|
|
6742
6738
|
},
|
|
6743
6739
|
"kendo-color-editor-color-gradient-focus-outline-color": {
|
|
6744
|
-
"type": "
|
|
6745
|
-
"value": "
|
|
6740
|
+
"type": "String",
|
|
6741
|
+
"value": "color-mix(in srgb, var(--kendo-color-dark, #322F35) 30%, transparent)"
|
|
6746
6742
|
},
|
|
6747
6743
|
"kendo-color-editor-color-gradient-focus-outline": {
|
|
6748
6744
|
"type": "Number",
|
|
@@ -6956,7 +6952,7 @@
|
|
|
6956
6952
|
},
|
|
6957
6953
|
"kendo-treeview-item-selected-text": {
|
|
6958
6954
|
"type": "String",
|
|
6959
|
-
"value": "var(--kendo-color-primary, #65558F)"
|
|
6955
|
+
"value": "var(--kendo-color-primary-on-surface, #65558F)"
|
|
6960
6956
|
},
|
|
6961
6957
|
"kendo-treeview-item-selected-border": {
|
|
6962
6958
|
"type": "Null",
|
|
@@ -7072,7 +7068,7 @@
|
|
|
7072
7068
|
},
|
|
7073
7069
|
"kendo-rating-icon-text": {
|
|
7074
7070
|
"type": "String",
|
|
7075
|
-
"value": "var(--kendo-color-
|
|
7071
|
+
"value": "var(--kendo-color-on-app-surface, #1D1B20)"
|
|
7076
7072
|
},
|
|
7077
7073
|
"kendo-rating-icon-selected-text": {
|
|
7078
7074
|
"type": "String",
|
|
@@ -7088,11 +7084,11 @@
|
|
|
7088
7084
|
},
|
|
7089
7085
|
"kendo-rating-icon-focus-shadow": {
|
|
7090
7086
|
"type": "List",
|
|
7091
|
-
"value": "(0 2px 4px
|
|
7087
|
+
"value": "(0 2px 4px color-mix(in srgb, var(--kendo-color-inverse, #322F35) 10%, transparent))"
|
|
7092
7088
|
},
|
|
7093
7089
|
"kendo-rating-icon-focus-selected-shadow": {
|
|
7094
7090
|
"type": "List",
|
|
7095
|
-
"value": "(0 2px 4px
|
|
7091
|
+
"value": "(0 2px 4px color-mix(in srgb, var(--kendo-color-inverse, #322F35) 10%, transparent))"
|
|
7096
7092
|
},
|
|
7097
7093
|
"kendo-switch-font-family": {
|
|
7098
7094
|
"type": "Null",
|
|
@@ -7560,7 +7556,7 @@
|
|
|
7560
7556
|
},
|
|
7561
7557
|
"kendo-upload-success-text": {
|
|
7562
7558
|
"type": "String",
|
|
7563
|
-
"value": "var(--kendo-color-success, #
|
|
7559
|
+
"value": "var(--kendo-color-success-on-surface, #186D37)"
|
|
7564
7560
|
},
|
|
7565
7561
|
"kendo-upload-success-bg": {
|
|
7566
7562
|
"type": "String",
|
|
@@ -7568,7 +7564,7 @@
|
|
|
7568
7564
|
},
|
|
7569
7565
|
"kendo-upload-error-text": {
|
|
7570
7566
|
"type": "String",
|
|
7571
|
-
"value": "var(--kendo-color-error, #
|
|
7567
|
+
"value": "var(--kendo-color-error-on-surface, #9C2521)"
|
|
7572
7568
|
},
|
|
7573
7569
|
"kendo-upload-error-bg": {
|
|
7574
7570
|
"type": "String",
|
|
@@ -7576,7 +7572,7 @@
|
|
|
7576
7572
|
},
|
|
7577
7573
|
"kendo-upload-focus-shadow": {
|
|
7578
7574
|
"type": "List",
|
|
7579
|
-
"value": "(0 0 0 2px
|
|
7575
|
+
"value": "(0 0 0 2px color-mix(in srgb, var(--kendo-color-inverse, #322F35) 13%, transparent))"
|
|
7580
7576
|
},
|
|
7581
7577
|
"kendo-upload-files-list-margin": {
|
|
7582
7578
|
"type": "Calculation",
|
|
@@ -7616,11 +7612,11 @@
|
|
|
7616
7612
|
},
|
|
7617
7613
|
"kendo-appbar-font-size": {
|
|
7618
7614
|
"type": "String",
|
|
7619
|
-
"value": "var(--kendo-font-size-
|
|
7615
|
+
"value": "var(--kendo-font-size-xl, inherit)"
|
|
7620
7616
|
},
|
|
7621
7617
|
"kendo-appbar-line-height": {
|
|
7622
7618
|
"type": "String",
|
|
7623
|
-
"value": "var(--kendo-line-height, normal)"
|
|
7619
|
+
"value": "var(--kendo-line-height-lg, normal)"
|
|
7624
7620
|
},
|
|
7625
7621
|
"kendo-appbar-gap": {
|
|
7626
7622
|
"type": "String",
|
|
@@ -7917,8 +7913,8 @@
|
|
|
7917
7913
|
"value": "var(--kendo-color-on-app-surface, #1D1B20)"
|
|
7918
7914
|
},
|
|
7919
7915
|
"kendo-card-border": {
|
|
7920
|
-
"type": "
|
|
7921
|
-
"value": "
|
|
7916
|
+
"type": "Color",
|
|
7917
|
+
"value": "transparent"
|
|
7922
7918
|
},
|
|
7923
7919
|
"kendo-card-shadow": {
|
|
7924
7920
|
"type": "String",
|
|
@@ -7933,8 +7929,8 @@
|
|
|
7933
7929
|
"value": "null"
|
|
7934
7930
|
},
|
|
7935
7931
|
"kendo-card-focus-border": {
|
|
7936
|
-
"type": "
|
|
7937
|
-
"value": "
|
|
7932
|
+
"type": "Color",
|
|
7933
|
+
"value": "transparent"
|
|
7938
7934
|
},
|
|
7939
7935
|
"kendo-card-focus-shadow": {
|
|
7940
7936
|
"type": "String",
|
|
@@ -7961,8 +7957,8 @@
|
|
|
7961
7957
|
"value": "unset"
|
|
7962
7958
|
},
|
|
7963
7959
|
"kendo-card-header-border": {
|
|
7964
|
-
"type": "
|
|
7965
|
-
"value": "
|
|
7960
|
+
"type": "Color",
|
|
7961
|
+
"value": "transparent"
|
|
7966
7962
|
},
|
|
7967
7963
|
"kendo-card-body-padding-x": {
|
|
7968
7964
|
"type": "String",
|
|
@@ -7993,8 +7989,8 @@
|
|
|
7993
7989
|
"value": "unset"
|
|
7994
7990
|
},
|
|
7995
7991
|
"kendo-card-footer-border": {
|
|
7996
|
-
"type": "
|
|
7997
|
-
"value": "
|
|
7992
|
+
"type": "Color",
|
|
7993
|
+
"value": "transparent"
|
|
7998
7994
|
},
|
|
7999
7995
|
"kendo-card-title-margin-bottom": {
|
|
8000
7996
|
"type": "String",
|
|
@@ -8052,13 +8048,9 @@
|
|
|
8052
8048
|
"type": "Number",
|
|
8053
8049
|
"value": "100px"
|
|
8054
8050
|
},
|
|
8055
|
-
"kendo-card-avatar-size": {
|
|
8056
|
-
"type": "Number",
|
|
8057
|
-
"value": "45px"
|
|
8058
|
-
},
|
|
8059
8051
|
"kendo-card-avatar-spacing": {
|
|
8060
8052
|
"type": "String",
|
|
8061
|
-
"value": "var(--kendo-spacing-
|
|
8053
|
+
"value": "var(--kendo-spacing-2, 0.5rem)"
|
|
8062
8054
|
},
|
|
8063
8055
|
"kendo-card-actions-padding-x": {
|
|
8064
8056
|
"type": "String",
|
|
@@ -8916,8 +8908,8 @@
|
|
|
8916
8908
|
"value": "null"
|
|
8917
8909
|
},
|
|
8918
8910
|
"kendo-popover-header-border": {
|
|
8919
|
-
"type": "
|
|
8920
|
-
"value": "
|
|
8911
|
+
"type": "Color",
|
|
8912
|
+
"value": "transparent"
|
|
8921
8913
|
},
|
|
8922
8914
|
"kendo-popover-body-padding-x": {
|
|
8923
8915
|
"type": "String",
|
|
@@ -9461,8 +9453,8 @@
|
|
|
9461
9453
|
"value": "var(--kendo-spacing-3, 0.75rem)"
|
|
9462
9454
|
},
|
|
9463
9455
|
"kendo-stepper-label-padding-y": {
|
|
9464
|
-
"type": "
|
|
9465
|
-
"value": "
|
|
9456
|
+
"type": "String",
|
|
9457
|
+
"value": "var(--kendo-spacing-1\\.5, 0.375rem)"
|
|
9466
9458
|
},
|
|
9467
9459
|
"kendo-stepper-label-border-radius": {
|
|
9468
9460
|
"type": "String",
|
|
@@ -9862,7 +9854,7 @@
|
|
|
9862
9854
|
},
|
|
9863
9855
|
"kendo-tabstrip-item-selected-text": {
|
|
9864
9856
|
"type": "String",
|
|
9865
|
-
"value": "var(--kendo-color-primary, #65558F)"
|
|
9857
|
+
"value": "var(--kendo-color-primary-on-surface, #65558F)"
|
|
9866
9858
|
},
|
|
9867
9859
|
"kendo-tabstrip-item-selected-border": {
|
|
9868
9860
|
"type": "String",
|
|
@@ -9914,7 +9906,7 @@
|
|
|
9914
9906
|
},
|
|
9915
9907
|
"kendo-tabstrip-indicator-color": {
|
|
9916
9908
|
"type": "String",
|
|
9917
|
-
"value": "var(--kendo-color-primary, #65558F)"
|
|
9909
|
+
"value": "var(--kendo-color-primary-on-surface, #65558F)"
|
|
9918
9910
|
},
|
|
9919
9911
|
"kendo-tabstrip-content-padding-x": {
|
|
9920
9912
|
"type": "String",
|
|
@@ -10009,8 +10001,8 @@
|
|
|
10009
10001
|
"value": "var(--kendo-font-family, inherit)"
|
|
10010
10002
|
},
|
|
10011
10003
|
"kendo-wizard-step-focus-border": {
|
|
10012
|
-
"type": "
|
|
10013
|
-
"value": "#
|
|
10004
|
+
"type": "String",
|
|
10005
|
+
"value": "var(--kendo-color-subtle, #49454F)"
|
|
10014
10006
|
},
|
|
10015
10007
|
"kendo-expander-spacing-y": {
|
|
10016
10008
|
"type": "String",
|
|
@@ -10054,7 +10046,7 @@
|
|
|
10054
10046
|
},
|
|
10055
10047
|
"kendo-expander-header-padding-y": {
|
|
10056
10048
|
"type": "String",
|
|
10057
|
-
"value": "var(--kendo-spacing-3
|
|
10049
|
+
"value": "var(--kendo-spacing-3, 0.75rem)"
|
|
10058
10050
|
},
|
|
10059
10051
|
"kendo-expander-header-text": {
|
|
10060
10052
|
"type": "String",
|
|
@@ -10505,8 +10497,8 @@
|
|
|
10505
10497
|
"value": "2px"
|
|
10506
10498
|
},
|
|
10507
10499
|
"kendo-splitter-drag-icon-margin": {
|
|
10508
|
-
"type": "
|
|
10509
|
-
"value": "
|
|
10500
|
+
"type": "String",
|
|
10501
|
+
"value": "var(--kendo-spacing-4, 1rem)"
|
|
10510
10502
|
},
|
|
10511
10503
|
"kendo-splitter-collapse-icon-padding-x": {
|
|
10512
10504
|
"type": "Null",
|
|
@@ -10790,7 +10782,7 @@
|
|
|
10790
10782
|
},
|
|
10791
10783
|
"kendo-adaptive-scheduler-subtle-text": {
|
|
10792
10784
|
"type": "String",
|
|
10793
|
-
"value": "var(--kendo-color-
|
|
10785
|
+
"value": "var(--kendo-color-on-app-surface, #1D1B20)"
|
|
10794
10786
|
},
|
|
10795
10787
|
"kendo-grid-border-width": {
|
|
10796
10788
|
"type": "Number",
|
|
@@ -11462,7 +11454,7 @@
|
|
|
11462
11454
|
},
|
|
11463
11455
|
"kendo-listview-item-selected-text": {
|
|
11464
11456
|
"type": "String",
|
|
11465
|
-
"value": "var(--kendo-color-primary, #65558F)"
|
|
11457
|
+
"value": "var(--kendo-color-primary-on-surface, #65558F)"
|
|
11466
11458
|
},
|
|
11467
11459
|
"kendo-listview-item-selected-bg": {
|
|
11468
11460
|
"type": "Null",
|
|
@@ -11750,7 +11742,7 @@
|
|
|
11750
11742
|
},
|
|
11751
11743
|
"kendo-spreadsheet-insert-image-dialog-preview-overlay-shadow": {
|
|
11752
11744
|
"type": "List",
|
|
11753
|
-
"value": "(inset 0 0 0 2000px
|
|
11745
|
+
"value": "(inset 0 0 0 2000px color-mix(in srgb, var(--kendo-color-inverse, #322F35) 50%, transparent))"
|
|
11754
11746
|
},
|
|
11755
11747
|
"kendo-spreadsheet-insert-image-dialog-preview-overlay-border-radius": {
|
|
11756
11748
|
"type": "String",
|
|
@@ -12186,11 +12178,11 @@
|
|
|
12186
12178
|
},
|
|
12187
12179
|
"kendo-filter-preview-field-text": {
|
|
12188
12180
|
"type": "String",
|
|
12189
|
-
"value": "var(--kendo-color-primary, #65558F)"
|
|
12181
|
+
"value": "var(--kendo-color-primary-on-surface, #65558F)"
|
|
12190
12182
|
},
|
|
12191
12183
|
"kendo-filter-preview-operator-text": {
|
|
12192
12184
|
"type": "String",
|
|
12193
|
-
"value": "var(--kendo-color-
|
|
12185
|
+
"value": "var(--kendo-color-on-app-surface, #1D1B20)"
|
|
12194
12186
|
},
|
|
12195
12187
|
"kendo-filter-toolbar-focus-shadow": {
|
|
12196
12188
|
"type": "Null",
|
|
@@ -12701,8 +12693,8 @@
|
|
|
12701
12693
|
"value": "var(--kendo-border-radius-xl, 0.75rem)"
|
|
12702
12694
|
},
|
|
12703
12695
|
"kendo-taskboard-drag-placeholder-bg": {
|
|
12704
|
-
"type": "
|
|
12705
|
-
"value": "
|
|
12696
|
+
"type": "String",
|
|
12697
|
+
"value": "color-mix(in srgb, var(--kendo-color-light, #F7F3FA) 20%, transparent)"
|
|
12706
12698
|
},
|
|
12707
12699
|
"kendo-taskboard-drag-placeholder-border": {
|
|
12708
12700
|
"type": "String",
|
|
@@ -12742,7 +12734,7 @@
|
|
|
12742
12734
|
},
|
|
12743
12735
|
"kendo-editor-highlighted-bg": {
|
|
12744
12736
|
"type": "String",
|
|
12745
|
-
"value": "var(--kendo-color-primary
|
|
12737
|
+
"value": "color-mix(in srgb, var(--kendo-color-primary, #65558F) 25%, transparent)"
|
|
12746
12738
|
},
|
|
12747
12739
|
"kendo-editor-export-tool-icon-margin-x": {
|
|
12748
12740
|
"type": "Number",
|
|
@@ -12889,8 +12881,8 @@
|
|
|
12889
12881
|
"value": "var(--kendo-color-border, rgba(29, 27, 32, 0.12))"
|
|
12890
12882
|
},
|
|
12891
12883
|
"kendo-image-editor-content-bg": {
|
|
12892
|
-
"type": "
|
|
12893
|
-
"value": "#
|
|
12884
|
+
"type": "String",
|
|
12885
|
+
"value": "var(--kendo-color-app-surface, #FEFBFF)"
|
|
12894
12886
|
},
|
|
12895
12887
|
"kendo-image-editor-content-text": {
|
|
12896
12888
|
"type": "Null",
|
|
@@ -12925,8 +12917,8 @@
|
|
|
12925
12917
|
"value": "white"
|
|
12926
12918
|
},
|
|
12927
12919
|
"kendo-image-editor-crop-overlay-bg": {
|
|
12928
|
-
"type": "
|
|
12929
|
-
"value": "
|
|
12920
|
+
"type": "String",
|
|
12921
|
+
"value": "color-mix(in srgb, var(--kendo-color-inverse, #322F35) 30%, transparent)"
|
|
12930
12922
|
},
|
|
12931
12923
|
"kendo-gantt-border-width": {
|
|
12932
12924
|
"type": "Number",
|
|
@@ -13197,16 +13189,16 @@
|
|
|
13197
13189
|
"value": "50px"
|
|
13198
13190
|
},
|
|
13199
13191
|
"kendo-gantt-validation-tooltip-border": {
|
|
13200
|
-
"type": "
|
|
13201
|
-
"value": "#
|
|
13192
|
+
"type": "String",
|
|
13193
|
+
"value": "var(--kendo-color-base-emphasis, #6E687C)"
|
|
13202
13194
|
},
|
|
13203
13195
|
"kendo-gantt-validation-tooltip-valid-border": {
|
|
13204
13196
|
"type": "String",
|
|
13205
|
-
"value": "var(--kendo-color-success, #
|
|
13197
|
+
"value": "var(--kendo-color-success-emphasis, #6BDC94)"
|
|
13206
13198
|
},
|
|
13207
13199
|
"kendo-gantt-validation-tooltip-invalid-border": {
|
|
13208
13200
|
"type": "String",
|
|
13209
|
-
"value": "var(--kendo-color-error, #
|
|
13201
|
+
"value": "var(--kendo-color-error-emphasis, #E87973)"
|
|
13210
13202
|
},
|
|
13211
13203
|
"kendo-gantt-task-tooltip-padding-x": {
|
|
13212
13204
|
"type": "String",
|
|
@@ -13646,7 +13638,7 @@
|
|
|
13646
13638
|
},
|
|
13647
13639
|
"kendo-chat-toolbar-text": {
|
|
13648
13640
|
"type": "String",
|
|
13649
|
-
"value": "var(--kendo-color-
|
|
13641
|
+
"value": "var(--kendo-color-on-app-surface, #1D1B20)"
|
|
13650
13642
|
},
|
|
13651
13643
|
"kendo-chat-toolbar-border": {
|
|
13652
13644
|
"type": "String",
|
|
@@ -13922,11 +13914,11 @@
|
|
|
13922
13914
|
},
|
|
13923
13915
|
"kendo-timeline-track-bg": {
|
|
13924
13916
|
"type": "String",
|
|
13925
|
-
"value": "var(--kendo-color-
|
|
13917
|
+
"value": "var(--kendo-color-primary-subtle, #E9DDFF)"
|
|
13926
13918
|
},
|
|
13927
13919
|
"kendo-timeline-track-border-color": {
|
|
13928
13920
|
"type": "String",
|
|
13929
|
-
"value": "var(--kendo-color-
|
|
13921
|
+
"value": "var(--kendo-color-primary-subtle, #E9DDFF)"
|
|
13930
13922
|
},
|
|
13931
13923
|
"kendo-timeline-track-item-focus-shadow": {
|
|
13932
13924
|
"type": "String",
|
|
@@ -14013,12 +14005,12 @@
|
|
|
14013
14005
|
"value": "calc(calc(var(--kendo-spacing-4, 1rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2) + 50px)"
|
|
14014
14006
|
},
|
|
14015
14007
|
"kendo-timeline-circle-width": {
|
|
14016
|
-
"type": "
|
|
14017
|
-
"value": "
|
|
14008
|
+
"type": "String",
|
|
14009
|
+
"value": "var(--kendo-spacing-4, 1rem)"
|
|
14018
14010
|
},
|
|
14019
14011
|
"kendo-timeline-circle-height": {
|
|
14020
|
-
"type": "
|
|
14021
|
-
"value": "
|
|
14012
|
+
"type": "String",
|
|
14013
|
+
"value": "var(--kendo-spacing-4, 1rem)"
|
|
14022
14014
|
},
|
|
14023
14015
|
"kendo-timeline-circle-bg": {
|
|
14024
14016
|
"type": "String",
|
|
@@ -14101,8 +14093,8 @@
|
|
|
14101
14093
|
"value": "var(--kendo-spacing-7\\.5, 1.875rem)"
|
|
14102
14094
|
},
|
|
14103
14095
|
"kendo-pdf-viewer-page-bg": {
|
|
14104
|
-
"type": "
|
|
14105
|
-
"value": "
|
|
14096
|
+
"type": "String",
|
|
14097
|
+
"value": "var(--kendo-color-surface-alt, #ffffff)"
|
|
14106
14098
|
},
|
|
14107
14099
|
"kendo-pdf-viewer-page-text": {
|
|
14108
14100
|
"type": "String",
|
|
@@ -14193,12 +14185,12 @@
|
|
|
14193
14185
|
"value": "var(--kendo-color-primary, #65558F)"
|
|
14194
14186
|
},
|
|
14195
14187
|
"kendo-pdf-viewer-free-text-annotation-placeholder-text": {
|
|
14196
|
-
"type": "
|
|
14197
|
-
"value": "
|
|
14188
|
+
"type": "String",
|
|
14189
|
+
"value": "var(--kendo-color-primary-on-subtle, #4F378A)"
|
|
14198
14190
|
},
|
|
14199
14191
|
"kendo-pdf-viewer-free-text-annotation-text": {
|
|
14200
|
-
"type": "
|
|
14201
|
-
"value": "
|
|
14192
|
+
"type": "String",
|
|
14193
|
+
"value": "var(--kendo-color-primary-on-subtle, #4F378A)"
|
|
14202
14194
|
},
|
|
14203
14195
|
"kendo-scrollview-border-width": {
|
|
14204
14196
|
"type": "Number",
|
|
@@ -14250,7 +14242,7 @@
|
|
|
14250
14242
|
},
|
|
14251
14243
|
"kendo-scrollview-pagebutton-shadow": {
|
|
14252
14244
|
"type": "List",
|
|
14253
|
-
"value": "(0 0 0 2px
|
|
14245
|
+
"value": "(0 0 0 2px color-mix(in srgb, var(--kendo-color-dark, #322F35) 13%, transparent))"
|
|
14254
14246
|
},
|
|
14255
14247
|
"kendo-scrollview-pager-offset": {
|
|
14256
14248
|
"type": "Number",
|
|
@@ -14276,13 +14268,9 @@
|
|
|
14276
14268
|
"type": "Color",
|
|
14277
14269
|
"value": "white"
|
|
14278
14270
|
},
|
|
14279
|
-
"kendo-scrollview-navigation-icon-shadow": {
|
|
14280
|
-
"type": "List",
|
|
14281
|
-
"value": "(rgba(0, 0, 0, 0.3) 0 0 15px)"
|
|
14282
|
-
},
|
|
14283
14271
|
"kendo-scrollview-navigation-bg": {
|
|
14284
14272
|
"type": "Color",
|
|
14285
|
-
"value": "
|
|
14273
|
+
"value": "transparent"
|
|
14286
14274
|
},
|
|
14287
14275
|
"kendo-scrollview-navigation-default-opacity": {
|
|
14288
14276
|
"type": "Number",
|
|
@@ -15041,8 +15029,8 @@
|
|
|
15041
15029
|
"value": "var(--kendo-spacing-6, 1.5rem)"
|
|
15042
15030
|
},
|
|
15043
15031
|
"kendo-orgchart-node-group-subtitle-text": {
|
|
15044
|
-
"type": "
|
|
15045
|
-
"value": "
|
|
15032
|
+
"type": "String",
|
|
15033
|
+
"value": "var(--kendo-color-subtle, #49454F)"
|
|
15046
15034
|
},
|
|
15047
15035
|
"kendo-orgchart-card-width": {
|
|
15048
15036
|
"type": "Number",
|
|
@@ -15089,8 +15077,8 @@
|
|
|
15089
15077
|
"value": "(var(--kendo-spacing-6, 1.5rem) / 2)"
|
|
15090
15078
|
},
|
|
15091
15079
|
"kendo-orgchart-card-body-vbox-min-height": {
|
|
15092
|
-
"type": "
|
|
15093
|
-
"value": "
|
|
15080
|
+
"type": "String",
|
|
15081
|
+
"value": "var(--kendo-spacing-11, 2.75rem)"
|
|
15094
15082
|
},
|
|
15095
15083
|
"kendo-orgchart-line-size": {
|
|
15096
15084
|
"type": "Number",
|