@progress/kendo-theme-classic 13.2.0-dev.4 → 14.0.0-dev.1
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/classic-green-dark.css +1 -1
- package/dist/classic-green.css +1 -1
- package/dist/classic-lavender-dark.css +1 -1
- package/dist/classic-lavender.css +1 -1
- package/dist/classic-main-dark.css +1 -1
- package/dist/classic-main.css +1 -1
- package/dist/classic-metro-dark.css +1 -1
- package/dist/classic-metro.css +1 -1
- package/dist/classic-moonlight.css +1 -1
- package/dist/classic-opal-dark.css +1 -1
- package/dist/classic-opal.css +1 -1
- package/dist/classic-silver-dark.css +1 -1
- package/dist/classic-silver.css +1 -1
- package/dist/classic-uniform.css +1 -1
- package/dist/meta/sassdoc-data.json +12342 -8886
- package/dist/meta/sassdoc-raw-data.json +5895 -4295
- package/dist/meta/variables.json +274 -2
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +4 -4
- package/scss/action-sheet/_variables.scss +8 -0
- package/scss/appbar/_variables.scss +4 -0
- package/scss/button/_variables.scss +5 -0
- package/scss/chart-wizard/_variables.scss +17 -0
- package/scss/chat/_variables.scss +4 -0
- package/scss/column-menu/_variables.scss +11 -1
- package/scss/dataviz/_variables.scss +8 -0
- 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/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 +8 -0
- 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/upload/_variables.scss +4 -0
package/dist/meta/variables.json
CHANGED
|
@@ -481,9 +481,17 @@
|
|
|
481
481
|
"type": "Number",
|
|
482
482
|
"value": "0.001"
|
|
483
483
|
},
|
|
484
|
-
"kendo-
|
|
484
|
+
"kendo-translucency-base": {
|
|
485
485
|
"type": "Number",
|
|
486
|
-
"value": "
|
|
486
|
+
"value": "0%"
|
|
487
|
+
},
|
|
488
|
+
"kendo-translucency-blur-base": {
|
|
489
|
+
"type": "Number",
|
|
490
|
+
"value": "6px"
|
|
491
|
+
},
|
|
492
|
+
"kendo-translucency-blur-step": {
|
|
493
|
+
"type": "Number",
|
|
494
|
+
"value": "2px"
|
|
487
495
|
},
|
|
488
496
|
"kendo-font-size": {
|
|
489
497
|
"type": "Number",
|
|
@@ -1602,6 +1610,10 @@
|
|
|
1602
1610
|
"type": "List",
|
|
1603
1611
|
"value": "(0 0 0 4px)"
|
|
1604
1612
|
},
|
|
1613
|
+
"kendo-message-box-border-radius": {
|
|
1614
|
+
"type": "Null",
|
|
1615
|
+
"value": "null"
|
|
1616
|
+
},
|
|
1605
1617
|
"kendo-message-box-font-size": {
|
|
1606
1618
|
"type": "String",
|
|
1607
1619
|
"value": "var(--kendo-font-size)"
|
|
@@ -2346,6 +2358,30 @@
|
|
|
2346
2358
|
"type": "String",
|
|
2347
2359
|
"value": "var(--kendo-spacing-2\\.5)"
|
|
2348
2360
|
},
|
|
2361
|
+
"kendo-table-sm-font-size": {
|
|
2362
|
+
"type": "String",
|
|
2363
|
+
"value": "var(--kendo-font-size)"
|
|
2364
|
+
},
|
|
2365
|
+
"kendo-table-sm-line-height": {
|
|
2366
|
+
"type": "String",
|
|
2367
|
+
"value": "var(--kendo-line-height)"
|
|
2368
|
+
},
|
|
2369
|
+
"kendo-table-md-font-size": {
|
|
2370
|
+
"type": "String",
|
|
2371
|
+
"value": "var(--kendo-font-size)"
|
|
2372
|
+
},
|
|
2373
|
+
"kendo-table-md-line-height": {
|
|
2374
|
+
"type": "String",
|
|
2375
|
+
"value": "var(--kendo-line-height)"
|
|
2376
|
+
},
|
|
2377
|
+
"kendo-table-lg-font-size": {
|
|
2378
|
+
"type": "String",
|
|
2379
|
+
"value": "var(--kendo-font-size)"
|
|
2380
|
+
},
|
|
2381
|
+
"kendo-table-lg-line-height": {
|
|
2382
|
+
"type": "String",
|
|
2383
|
+
"value": "var(--kendo-line-height)"
|
|
2384
|
+
},
|
|
2349
2385
|
"kendo-table-sizes": {
|
|
2350
2386
|
"type": "Map",
|
|
2351
2387
|
"value": "(sm: (font-size: var(--kendo-font-size), line-height: var(--kendo-line-height), cell-padding-x: var(--kendo-spacing-1), cell-padding-y: var(--kendo-spacing-1)), md: (font-size: var(--kendo-font-size), line-height: var(--kendo-line-height), cell-padding-x: var(--kendo-spacing-2), cell-padding-y: var(--kendo-spacing-2)), lg: (font-size: var(--kendo-font-size), line-height: var(--kendo-line-height), cell-padding-x: var(--kendo-spacing-2), cell-padding-y: var(--kendo-spacing-2\\.5)))",
|
|
@@ -2526,6 +2562,10 @@
|
|
|
2526
2562
|
"type": "String",
|
|
2527
2563
|
"value": "var(--kendo-line-height-lg)"
|
|
2528
2564
|
},
|
|
2565
|
+
"kendo-suggestion-font-weight": {
|
|
2566
|
+
"type": "Null",
|
|
2567
|
+
"value": "null"
|
|
2568
|
+
},
|
|
2529
2569
|
"kendo-suggestion-border-radius": {
|
|
2530
2570
|
"type": "String",
|
|
2531
2571
|
"value": "var(--kendo-border-radius-full)"
|
|
@@ -3186,6 +3226,10 @@
|
|
|
3186
3226
|
"type": "Null",
|
|
3187
3227
|
"value": "null"
|
|
3188
3228
|
},
|
|
3229
|
+
"kendo-button-gap": {
|
|
3230
|
+
"type": "String",
|
|
3231
|
+
"value": "var(--kendo-spacing-1)"
|
|
3232
|
+
},
|
|
3189
3233
|
"kendo-button-xs-padding-x": {
|
|
3190
3234
|
"type": "String",
|
|
3191
3235
|
"value": "var(--kendo-spacing-2)"
|
|
@@ -4636,6 +4680,18 @@
|
|
|
4636
4680
|
"type": "Number",
|
|
4637
4681
|
"value": "1px"
|
|
4638
4682
|
},
|
|
4683
|
+
"kendo-listbox-scroller-padding-x": {
|
|
4684
|
+
"type": "Null",
|
|
4685
|
+
"value": "null"
|
|
4686
|
+
},
|
|
4687
|
+
"kendo-listbox-scroller-padding-y": {
|
|
4688
|
+
"type": "Null",
|
|
4689
|
+
"value": "null"
|
|
4690
|
+
},
|
|
4691
|
+
"kendo-listbox-border-radius": {
|
|
4692
|
+
"type": "Null",
|
|
4693
|
+
"value": "null"
|
|
4694
|
+
},
|
|
4639
4695
|
"kendo-progressbar-height": {
|
|
4640
4696
|
"type": "Number",
|
|
4641
4697
|
"value": "22px"
|
|
@@ -4708,6 +4764,10 @@
|
|
|
4708
4764
|
"type": "String",
|
|
4709
4765
|
"value": "var(--kendo-color-border)"
|
|
4710
4766
|
},
|
|
4767
|
+
"kendo-progressbar-chunk-border-radius": {
|
|
4768
|
+
"type": "Null",
|
|
4769
|
+
"value": "null"
|
|
4770
|
+
},
|
|
4711
4771
|
"kendo-circular-progressbar-arc-stroke": {
|
|
4712
4772
|
"type": "String",
|
|
4713
4773
|
"value": "var(--kendo-color-primary)"
|
|
@@ -5787,6 +5847,10 @@
|
|
|
5787
5847
|
"type": "Number",
|
|
5788
5848
|
"value": "1px"
|
|
5789
5849
|
},
|
|
5850
|
+
"kendo-toolbar-border-radius": {
|
|
5851
|
+
"type": "Null",
|
|
5852
|
+
"value": "null"
|
|
5853
|
+
},
|
|
5790
5854
|
"kendo-toolbar-font-family": {
|
|
5791
5855
|
"type": "String",
|
|
5792
5856
|
"value": "var(--kendo-font-family)"
|
|
@@ -5967,6 +6031,10 @@
|
|
|
5967
6031
|
"type": "String",
|
|
5968
6032
|
"value": "var(--kendo-font-size)"
|
|
5969
6033
|
},
|
|
6034
|
+
"kendo-form-legend-font-weight": {
|
|
6035
|
+
"type": "Null",
|
|
6036
|
+
"value": "null"
|
|
6037
|
+
},
|
|
5970
6038
|
"kendo-form-legend-text-transform": {
|
|
5971
6039
|
"type": "String",
|
|
5972
6040
|
"value": "uppercase"
|
|
@@ -5975,6 +6043,18 @@
|
|
|
5975
6043
|
"type": "String",
|
|
5976
6044
|
"value": "var(--kendo-spacing-0)"
|
|
5977
6045
|
},
|
|
6046
|
+
"kendo-label-font-size": {
|
|
6047
|
+
"type": "Null",
|
|
6048
|
+
"value": "null"
|
|
6049
|
+
},
|
|
6050
|
+
"kendo-label-font-weight": {
|
|
6051
|
+
"type": "Null",
|
|
6052
|
+
"value": "null"
|
|
6053
|
+
},
|
|
6054
|
+
"kendo-label-line-height": {
|
|
6055
|
+
"type": "Null",
|
|
6056
|
+
"value": "null"
|
|
6057
|
+
},
|
|
5978
6058
|
"kendo-form-hint-font-size": {
|
|
5979
6059
|
"type": "String",
|
|
5980
6060
|
"value": "var(--kendo-font-size-sm)"
|
|
@@ -6051,6 +6131,10 @@
|
|
|
6051
6131
|
"type": "String",
|
|
6052
6132
|
"value": "italic"
|
|
6053
6133
|
},
|
|
6134
|
+
"kendo-label-optional-font-weight": {
|
|
6135
|
+
"type": "Null",
|
|
6136
|
+
"value": "null"
|
|
6137
|
+
},
|
|
6054
6138
|
"kendo-fieldset-margin": {
|
|
6055
6139
|
"type": "String",
|
|
6056
6140
|
"value": "var(--kendo-spacing-7\\.5)"
|
|
@@ -8089,6 +8173,10 @@
|
|
|
8089
8173
|
"type": "Number",
|
|
8090
8174
|
"value": "1px"
|
|
8091
8175
|
},
|
|
8176
|
+
"kendo-dropzone-border-radius": {
|
|
8177
|
+
"type": "Null",
|
|
8178
|
+
"value": "null"
|
|
8179
|
+
},
|
|
8092
8180
|
"kendo-dropzone-min-height": {
|
|
8093
8181
|
"type": "Number",
|
|
8094
8182
|
"value": "220px"
|
|
@@ -8157,6 +8245,10 @@
|
|
|
8157
8245
|
"type": "Number",
|
|
8158
8246
|
"value": "1px"
|
|
8159
8247
|
},
|
|
8248
|
+
"kendo-upload-border-radius": {
|
|
8249
|
+
"type": "Null",
|
|
8250
|
+
"value": "null"
|
|
8251
|
+
},
|
|
8160
8252
|
"kendo-upload-font-family": {
|
|
8161
8253
|
"type": "String",
|
|
8162
8254
|
"value": "var(--kendo-font-family)"
|
|
@@ -8305,6 +8397,10 @@
|
|
|
8305
8397
|
"type": "Number",
|
|
8306
8398
|
"value": "0px"
|
|
8307
8399
|
},
|
|
8400
|
+
"kendo-appbar-border-radius": {
|
|
8401
|
+
"type": "Null",
|
|
8402
|
+
"value": "null"
|
|
8403
|
+
},
|
|
8308
8404
|
"kendo-appbar-zindex": {
|
|
8309
8405
|
"type": "Number",
|
|
8310
8406
|
"value": "1000"
|
|
@@ -8863,6 +8959,10 @@
|
|
|
8863
8959
|
"type": "String",
|
|
8864
8960
|
"value": "var(--kendo-spacing-4)"
|
|
8865
8961
|
},
|
|
8962
|
+
"kendo-actionsheet-titlebar-font-weight": {
|
|
8963
|
+
"type": "Null",
|
|
8964
|
+
"value": "null"
|
|
8965
|
+
},
|
|
8866
8966
|
"kendo-actionsheet-titlebar-bg": {
|
|
8867
8967
|
"type": "Null",
|
|
8868
8968
|
"value": "null"
|
|
@@ -8939,6 +9039,10 @@
|
|
|
8939
9039
|
"type": "String",
|
|
8940
9040
|
"value": "var(--kendo-spacing-3)"
|
|
8941
9041
|
},
|
|
9042
|
+
"kendo-actionsheet-item-border-radius": {
|
|
9043
|
+
"type": "Null",
|
|
9044
|
+
"value": "null"
|
|
9045
|
+
},
|
|
8942
9046
|
"kendo-actionsheet-item-title-font-weight": {
|
|
8943
9047
|
"type": "Null",
|
|
8944
9048
|
"value": "null"
|
|
@@ -9612,6 +9716,10 @@
|
|
|
9612
9716
|
"type": "List",
|
|
9613
9717
|
"value": "(1px 0px 0px 0px)"
|
|
9614
9718
|
},
|
|
9719
|
+
"kendo-bottom-nav-border-radius": {
|
|
9720
|
+
"type": "Null",
|
|
9721
|
+
"value": "null"
|
|
9722
|
+
},
|
|
9615
9723
|
"kendo-bottom-nav-font-family": {
|
|
9616
9724
|
"type": "String",
|
|
9617
9725
|
"value": "var(--kendo-font-family)"
|
|
@@ -10290,6 +10398,10 @@
|
|
|
10290
10398
|
"type": "String",
|
|
10291
10399
|
"value": "color-mix(in srgb, var(--kendo-color-on-app-surface) 60%, transparent)"
|
|
10292
10400
|
},
|
|
10401
|
+
"kendo-stepper-label-current-font-weight": {
|
|
10402
|
+
"type": "String",
|
|
10403
|
+
"value": "var(--kendo-font-weight-semibold)"
|
|
10404
|
+
},
|
|
10293
10405
|
"kendo-stepper-optional-label-text": {
|
|
10294
10406
|
"type": "String",
|
|
10295
10407
|
"value": "var(--kendo-color-subtle)"
|
|
@@ -10650,6 +10762,10 @@
|
|
|
10650
10762
|
"type": "Number",
|
|
10651
10763
|
"value": "1px"
|
|
10652
10764
|
},
|
|
10765
|
+
"kendo-expander-border-radius": {
|
|
10766
|
+
"type": "Null",
|
|
10767
|
+
"value": "null"
|
|
10768
|
+
},
|
|
10653
10769
|
"kendo-expander-font-family": {
|
|
10654
10770
|
"type": "String",
|
|
10655
10771
|
"value": "var(--kendo-font-family)"
|
|
@@ -10710,6 +10826,14 @@
|
|
|
10710
10826
|
"type": "List",
|
|
10711
10827
|
"value": "(inset 0 0 0 2px var(--kendo-color-border-alt))"
|
|
10712
10828
|
},
|
|
10829
|
+
"kendo-expander-title-font-weight": {
|
|
10830
|
+
"type": "Number",
|
|
10831
|
+
"value": "500"
|
|
10832
|
+
},
|
|
10833
|
+
"kendo-expander-title-text-transform": {
|
|
10834
|
+
"type": "String",
|
|
10835
|
+
"value": "uppercase"
|
|
10836
|
+
},
|
|
10713
10837
|
"kendo-expander-title-text": {
|
|
10714
10838
|
"type": "String",
|
|
10715
10839
|
"value": "var(--kendo-color-primary-on-surface)"
|
|
@@ -11222,6 +11346,10 @@
|
|
|
11222
11346
|
"type": "String",
|
|
11223
11347
|
"value": "var(--kendo-color-border)"
|
|
11224
11348
|
},
|
|
11349
|
+
"kendo-dock-manager-border-radius": {
|
|
11350
|
+
"type": "Null",
|
|
11351
|
+
"value": "null"
|
|
11352
|
+
},
|
|
11225
11353
|
"kendo-dock-manager-pane-header-padding-y": {
|
|
11226
11354
|
"type": "String",
|
|
11227
11355
|
"value": "var(--kendo-spacing-2)"
|
|
@@ -11430,6 +11558,10 @@
|
|
|
11430
11558
|
"type": "Number",
|
|
11431
11559
|
"value": "1px"
|
|
11432
11560
|
},
|
|
11561
|
+
"kendo-grid-border-radius": {
|
|
11562
|
+
"type": "Null",
|
|
11563
|
+
"value": "null"
|
|
11564
|
+
},
|
|
11433
11565
|
"kendo-grid-font-family": {
|
|
11434
11566
|
"type": "String",
|
|
11435
11567
|
"value": "var(--kendo-font-family)"
|
|
@@ -11466,6 +11598,18 @@
|
|
|
11466
11598
|
"type": "String",
|
|
11467
11599
|
"value": "var(--kendo-spacing-2)"
|
|
11468
11600
|
},
|
|
11601
|
+
"kendo-grid-grouping-header-bg": {
|
|
11602
|
+
"type": "String",
|
|
11603
|
+
"value": "var(--kendo-color-surface)"
|
|
11604
|
+
},
|
|
11605
|
+
"kendo-grid-grouping-header-text": {
|
|
11606
|
+
"type": "String",
|
|
11607
|
+
"value": "var(--kendo-color-on-app-surface)"
|
|
11608
|
+
},
|
|
11609
|
+
"kendo-grid-grouping-header-border": {
|
|
11610
|
+
"type": "String",
|
|
11611
|
+
"value": "var(--kendo-color-border)"
|
|
11612
|
+
},
|
|
11469
11613
|
"kendo-grid-cell-padding-x": {
|
|
11470
11614
|
"type": "String",
|
|
11471
11615
|
"value": "var(--kendo-spacing-2)"
|
|
@@ -12110,10 +12254,18 @@
|
|
|
12110
12254
|
"type": "List",
|
|
12111
12255
|
"value": "(inset 0 0 0 2px var(--kendo-color-border-alt))"
|
|
12112
12256
|
},
|
|
12257
|
+
"kendo-listview-item-border-radius": {
|
|
12258
|
+
"type": "Null",
|
|
12259
|
+
"value": "null"
|
|
12260
|
+
},
|
|
12113
12261
|
"kendo-spreadsheet-border-width": {
|
|
12114
12262
|
"type": "Number",
|
|
12115
12263
|
"value": "1px"
|
|
12116
12264
|
},
|
|
12265
|
+
"kendo-spreadsheet-border-radius": {
|
|
12266
|
+
"type": "Null",
|
|
12267
|
+
"value": "null"
|
|
12268
|
+
},
|
|
12117
12269
|
"kendo-spreadsheet-font-family": {
|
|
12118
12270
|
"type": "String",
|
|
12119
12271
|
"value": "var(--kendo-font-family)"
|
|
@@ -12470,6 +12622,10 @@
|
|
|
12470
12622
|
"type": "Number",
|
|
12471
12623
|
"value": "1px"
|
|
12472
12624
|
},
|
|
12625
|
+
"kendo-pivotgrid-border-radius": {
|
|
12626
|
+
"type": "Null",
|
|
12627
|
+
"value": "null"
|
|
12628
|
+
},
|
|
12473
12629
|
"kendo-pivotgrid-icon-spacing": {
|
|
12474
12630
|
"type": "String",
|
|
12475
12631
|
"value": "var(--kendo-spacing-1)"
|
|
@@ -12758,6 +12914,10 @@
|
|
|
12758
12914
|
"type": "String",
|
|
12759
12915
|
"value": "var(--kendo-spacing-1)"
|
|
12760
12916
|
},
|
|
12917
|
+
"kendo-filter-border-radius": {
|
|
12918
|
+
"type": "Null",
|
|
12919
|
+
"value": "null"
|
|
12920
|
+
},
|
|
12761
12921
|
"kendo-filter-bottom-margin": {
|
|
12762
12922
|
"type": "String",
|
|
12763
12923
|
"value": "var(--kendo-spacing-7\\.5)"
|
|
@@ -12790,6 +12950,10 @@
|
|
|
12790
12950
|
"type": "Number",
|
|
12791
12951
|
"value": "1px"
|
|
12792
12952
|
},
|
|
12953
|
+
"kendo-file-manager-border-radius": {
|
|
12954
|
+
"type": "Null",
|
|
12955
|
+
"value": "null"
|
|
12956
|
+
},
|
|
12793
12957
|
"kendo-file-manager-font-family": {
|
|
12794
12958
|
"type": "String",
|
|
12795
12959
|
"value": "var(--kendo-font-family)"
|
|
@@ -13166,6 +13330,10 @@
|
|
|
13166
13330
|
"type": "Number",
|
|
13167
13331
|
"value": "1px"
|
|
13168
13332
|
},
|
|
13333
|
+
"kendo-taskboard-pane-border-radius": {
|
|
13334
|
+
"type": "Null",
|
|
13335
|
+
"value": "null"
|
|
13336
|
+
},
|
|
13169
13337
|
"kendo-taskboard-pane-bg": {
|
|
13170
13338
|
"type": "String",
|
|
13171
13339
|
"value": "var(--kendo-color-surface-alt)"
|
|
@@ -13298,6 +13466,10 @@
|
|
|
13298
13466
|
"type": "Number",
|
|
13299
13467
|
"value": "1px"
|
|
13300
13468
|
},
|
|
13469
|
+
"kendo-editor-border-radius": {
|
|
13470
|
+
"type": "Null",
|
|
13471
|
+
"value": "null"
|
|
13472
|
+
},
|
|
13301
13473
|
"kendo-editor-font-family": {
|
|
13302
13474
|
"type": "String",
|
|
13303
13475
|
"value": "var(--kendo-font-family)"
|
|
@@ -13410,6 +13582,10 @@
|
|
|
13410
13582
|
"type": "Number",
|
|
13411
13583
|
"value": "1px"
|
|
13412
13584
|
},
|
|
13585
|
+
"kendo-image-editor-border-radius": {
|
|
13586
|
+
"type": "Null",
|
|
13587
|
+
"value": "null"
|
|
13588
|
+
},
|
|
13413
13589
|
"kendo-image-editor-font-size": {
|
|
13414
13590
|
"type": "String",
|
|
13415
13591
|
"value": "var(--kendo-font-size)"
|
|
@@ -13518,6 +13694,10 @@
|
|
|
13518
13694
|
"type": "Number",
|
|
13519
13695
|
"value": "1px"
|
|
13520
13696
|
},
|
|
13697
|
+
"kendo-gantt-border-radius": {
|
|
13698
|
+
"type": "Null",
|
|
13699
|
+
"value": "null"
|
|
13700
|
+
},
|
|
13521
13701
|
"kendo-gantt-font-family": {
|
|
13522
13702
|
"type": "String",
|
|
13523
13703
|
"value": "var(--kendo-font-family)"
|
|
@@ -13806,6 +13986,10 @@
|
|
|
13806
13986
|
"type": "Number",
|
|
13807
13987
|
"value": "1px"
|
|
13808
13988
|
},
|
|
13989
|
+
"kendo-scheduler-border-radius": {
|
|
13990
|
+
"type": "Null",
|
|
13991
|
+
"value": "null"
|
|
13992
|
+
},
|
|
13809
13993
|
"kendo-scheduler-font-family": {
|
|
13810
13994
|
"type": "String",
|
|
13811
13995
|
"value": "var(--kendo-font-family)"
|
|
@@ -14122,6 +14306,10 @@
|
|
|
14122
14306
|
"type": "String",
|
|
14123
14307
|
"value": "var(--kendo-spacing-1)"
|
|
14124
14308
|
},
|
|
14309
|
+
"kendo-file-box-info-gap": {
|
|
14310
|
+
"type": "Null",
|
|
14311
|
+
"value": "null"
|
|
14312
|
+
},
|
|
14125
14313
|
"kendo-file-box-min-width": {
|
|
14126
14314
|
"type": "Number",
|
|
14127
14315
|
"value": "96px"
|
|
@@ -14170,6 +14358,10 @@
|
|
|
14170
14358
|
"type": "String",
|
|
14171
14359
|
"value": "color-mix(in srgb, var(--kendo-color-base-on-subtle) 8%, transparent)"
|
|
14172
14360
|
},
|
|
14361
|
+
"kendo-file-box-size-text": {
|
|
14362
|
+
"type": "Null",
|
|
14363
|
+
"value": "null"
|
|
14364
|
+
},
|
|
14173
14365
|
"kendo-file-box-wrapper-scroll-gradient": {
|
|
14174
14366
|
"type": "List",
|
|
14175
14367
|
"value": "(rgba(255, 255, 255, 0) 0%, var(--kendo-color-app-surface) 100%)"
|
|
@@ -14218,6 +14410,10 @@
|
|
|
14218
14410
|
"type": "Number",
|
|
14219
14411
|
"value": "1px"
|
|
14220
14412
|
},
|
|
14413
|
+
"kendo-chat-border-radius": {
|
|
14414
|
+
"type": "Null",
|
|
14415
|
+
"value": "null"
|
|
14416
|
+
},
|
|
14221
14417
|
"kendo-chat-font-family": {
|
|
14222
14418
|
"type": "String",
|
|
14223
14419
|
"value": "var(--kendo-font-family)"
|
|
@@ -14478,6 +14674,10 @@
|
|
|
14478
14674
|
"type": "Number",
|
|
14479
14675
|
"value": "1px"
|
|
14480
14676
|
},
|
|
14677
|
+
"kendo-media-player-border-radius": {
|
|
14678
|
+
"type": "Null",
|
|
14679
|
+
"value": "null"
|
|
14680
|
+
},
|
|
14481
14681
|
"kendo-media-player-font-family": {
|
|
14482
14682
|
"type": "String",
|
|
14483
14683
|
"value": "var(--kendo-font-family)"
|
|
@@ -14510,6 +14710,18 @@
|
|
|
14510
14710
|
"type": "String",
|
|
14511
14711
|
"value": "var(--kendo-spacing-2)"
|
|
14512
14712
|
},
|
|
14713
|
+
"kendo-media-player-titlebar-font-size": {
|
|
14714
|
+
"type": "Null",
|
|
14715
|
+
"value": "null"
|
|
14716
|
+
},
|
|
14717
|
+
"kendo-media-player-titlebar-font-weight": {
|
|
14718
|
+
"type": "Null",
|
|
14719
|
+
"value": "null"
|
|
14720
|
+
},
|
|
14721
|
+
"kendo-media-player-titlebar-line-height": {
|
|
14722
|
+
"type": "Null",
|
|
14723
|
+
"value": "null"
|
|
14724
|
+
},
|
|
14513
14725
|
"kendo-media-player-titlebar-text": {
|
|
14514
14726
|
"type": "String",
|
|
14515
14727
|
"value": "var(--kendo-color-surface-alt)"
|
|
@@ -14706,6 +14918,10 @@
|
|
|
14706
14918
|
"type": "Null",
|
|
14707
14919
|
"value": "null"
|
|
14708
14920
|
},
|
|
14921
|
+
"kendo-timeline-card-shadow": {
|
|
14922
|
+
"type": "String",
|
|
14923
|
+
"value": "var(--kendo-elevation-1)"
|
|
14924
|
+
},
|
|
14709
14925
|
"kendo-timeline-event-width": {
|
|
14710
14926
|
"type": "Number",
|
|
14711
14927
|
"value": "400px"
|
|
@@ -14722,6 +14938,10 @@
|
|
|
14722
14938
|
"type": "Number",
|
|
14723
14939
|
"value": "1px"
|
|
14724
14940
|
},
|
|
14941
|
+
"kendo-pdf-viewer-border-radius": {
|
|
14942
|
+
"type": "Null",
|
|
14943
|
+
"value": "null"
|
|
14944
|
+
},
|
|
14725
14945
|
"kendo-pdf-viewer-font-family": {
|
|
14726
14946
|
"type": "String",
|
|
14727
14947
|
"value": "var(--kendo-font-family)"
|
|
@@ -14882,6 +15102,10 @@
|
|
|
14882
15102
|
"type": "Number",
|
|
14883
15103
|
"value": "1px"
|
|
14884
15104
|
},
|
|
15105
|
+
"kendo-scrollview-border-radius": {
|
|
15106
|
+
"type": "Null",
|
|
15107
|
+
"value": "null"
|
|
15108
|
+
},
|
|
14885
15109
|
"kendo-scrollview-font-family": {
|
|
14886
15110
|
"type": "String",
|
|
14887
15111
|
"value": "var(--kendo-font-family)"
|
|
@@ -14930,6 +15154,10 @@
|
|
|
14930
15154
|
"type": "List",
|
|
14931
15155
|
"value": "(0 0 0 2px rgba(0, 0, 0, 0.13))"
|
|
14932
15156
|
},
|
|
15157
|
+
"kendo-scrollview-pagebutton-primary-shadow": {
|
|
15158
|
+
"type": "Null",
|
|
15159
|
+
"value": "null"
|
|
15160
|
+
},
|
|
14933
15161
|
"kendo-scrollview-pager-offset": {
|
|
14934
15162
|
"type": "Number",
|
|
14935
15163
|
"value": "0"
|
|
@@ -15062,6 +15290,18 @@
|
|
|
15062
15290
|
"type": "String",
|
|
15063
15291
|
"value": "var(--kendo-elevation-1)"
|
|
15064
15292
|
},
|
|
15293
|
+
"kendo-prompt-footer-text": {
|
|
15294
|
+
"type": "Null",
|
|
15295
|
+
"value": "null"
|
|
15296
|
+
},
|
|
15297
|
+
"kendo-prompt-footer-bg": {
|
|
15298
|
+
"type": "Null",
|
|
15299
|
+
"value": "null"
|
|
15300
|
+
},
|
|
15301
|
+
"kendo-prompt-footer-border": {
|
|
15302
|
+
"type": "Null",
|
|
15303
|
+
"value": "null"
|
|
15304
|
+
},
|
|
15065
15305
|
"kendo-series-a": {
|
|
15066
15306
|
"type": "String",
|
|
15067
15307
|
"value": "var(--kendo-color-series-a)"
|
|
@@ -15306,6 +15546,10 @@
|
|
|
15306
15546
|
"type": "Number",
|
|
15307
15547
|
"value": "0px"
|
|
15308
15548
|
},
|
|
15549
|
+
"kendo-chart-border-radius": {
|
|
15550
|
+
"type": "Null",
|
|
15551
|
+
"value": "null"
|
|
15552
|
+
},
|
|
15309
15553
|
"kendo-chart-font-family": {
|
|
15310
15554
|
"type": "String",
|
|
15311
15555
|
"value": "var(--kendo-font-family)"
|
|
@@ -15462,6 +15706,10 @@
|
|
|
15462
15706
|
"type": "String",
|
|
15463
15707
|
"value": "var(--kendo-spacing-0\\.5)"
|
|
15464
15708
|
},
|
|
15709
|
+
"kendo-treemap-border-radius": {
|
|
15710
|
+
"type": "Null",
|
|
15711
|
+
"value": "null"
|
|
15712
|
+
},
|
|
15465
15713
|
"kendo-treemap-text": {
|
|
15466
15714
|
"type": "String",
|
|
15467
15715
|
"value": "var(--kendo-color-on-app-surface)"
|
|
@@ -15526,6 +15774,14 @@
|
|
|
15526
15774
|
"type": "String",
|
|
15527
15775
|
"value": "var(--kendo-spacing-4)"
|
|
15528
15776
|
},
|
|
15777
|
+
"kendo-chart-wizard-icon-area-border-width": {
|
|
15778
|
+
"type": "Null",
|
|
15779
|
+
"value": "null"
|
|
15780
|
+
},
|
|
15781
|
+
"kendo-chart-wizard-icon-area-border-color": {
|
|
15782
|
+
"type": "Null",
|
|
15783
|
+
"value": "null"
|
|
15784
|
+
},
|
|
15529
15785
|
"kendo-chart-wizard-icon-area-focus-shadow": {
|
|
15530
15786
|
"type": "List",
|
|
15531
15787
|
"value": "(inset 0 0 0 1px var(--kendo-color-primary-emphasis))"
|
|
@@ -15534,6 +15790,14 @@
|
|
|
15534
15790
|
"type": "List",
|
|
15535
15791
|
"value": "(inset 0 0 0 1px var(--kendo-color-primary))"
|
|
15536
15792
|
},
|
|
15793
|
+
"kendo-chart-wizard-icon-area-selected-border-color": {
|
|
15794
|
+
"type": "Null",
|
|
15795
|
+
"value": "null"
|
|
15796
|
+
},
|
|
15797
|
+
"kendo-chart-wizard-icon-area-selected-bg": {
|
|
15798
|
+
"type": "Null",
|
|
15799
|
+
"value": "null"
|
|
15800
|
+
},
|
|
15537
15801
|
"kendo-chart-wizard-chart-type-selected-color": {
|
|
15538
15802
|
"type": "String",
|
|
15539
15803
|
"value": "var(--kendo-color-primary)"
|
|
@@ -15972,6 +16236,10 @@
|
|
|
15972
16236
|
"type": "String",
|
|
15973
16237
|
"value": "var(--kendo-spacing-1\\.5)"
|
|
15974
16238
|
},
|
|
16239
|
+
"kendo-column-menu-item-wrapper-padding-y": {
|
|
16240
|
+
"type": "Null",
|
|
16241
|
+
"value": "null"
|
|
16242
|
+
},
|
|
15975
16243
|
"kendo-column-menu-font-size": {
|
|
15976
16244
|
"type": "String",
|
|
15977
16245
|
"value": "var(--kendo-font-size)"
|
|
@@ -16008,6 +16276,10 @@
|
|
|
16008
16276
|
"type": "String",
|
|
16009
16277
|
"value": "var(--kendo-font-family)"
|
|
16010
16278
|
},
|
|
16279
|
+
"kendo-column-list-item-border-radius": {
|
|
16280
|
+
"type": "Null",
|
|
16281
|
+
"value": "null"
|
|
16282
|
+
},
|
|
16011
16283
|
"kendo-column-menu-sizes": {
|
|
16012
16284
|
"type": "Map",
|
|
16013
16285
|
"value": "(sm: (padding-x: var(--kendo-spacing-2), padding-y: var(--kendo-spacing-0\\.5), font-size: var(--kendo-font-size), line-height: var(--kendo-line-height)), md: (padding-x: var(--kendo-spacing-2), padding-y: var(--kendo-spacing-1), font-size: var(--kendo-font-size), line-height: var(--kendo-line-height)), lg: (padding-x: var(--kendo-spacing-2), padding-y: var(--kendo-spacing-1\\.5), font-size: var(--kendo-font-size-lg), line-height: var(--kendo-line-height-lg)))",
|