@progress/kendo-theme-classic 14.1.1-dev.2 → 14.2.0-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/dist/all.css +1 -1
- package/dist/classic-green-dark.css +1 -1
- package/dist/classic-green-dark.scss +104 -103
- package/dist/classic-green.css +1 -1
- package/dist/classic-green.scss +95 -94
- package/dist/classic-lavender-dark.css +1 -1
- package/dist/classic-lavender-dark.scss +105 -108
- package/dist/classic-lavender.css +1 -1
- package/dist/classic-lavender.scss +96 -99
- package/dist/classic-main-dark.css +1 -1
- package/dist/classic-main-dark.scss +104 -103
- package/dist/classic-main.css +1 -1
- package/dist/classic-metro-dark.css +1 -1
- package/dist/classic-metro-dark.scss +105 -108
- package/dist/classic-metro.css +1 -1
- package/dist/classic-metro.scss +96 -99
- package/dist/classic-moonlight.css +1 -1
- package/dist/classic-moonlight.scss +105 -107
- package/dist/classic-opal-dark.css +1 -1
- package/dist/classic-opal-dark.scss +104 -103
- package/dist/classic-opal.css +1 -1
- package/dist/classic-opal.scss +95 -94
- package/dist/classic-silver-dark.css +1 -1
- package/dist/classic-silver-dark.scss +104 -103
- package/dist/classic-silver.css +1 -1
- package/dist/classic-silver.scss +95 -94
- package/dist/classic-uniform.css +1 -1
- package/dist/classic-uniform.scss +96 -98
- package/dist/meta/sassdoc-data.json +350 -1490
- package/dist/meta/sassdoc-raw-data.json +175 -700
- package/dist/meta/variables.json +48 -84
- package/lib/swatches/classic-green-dark.json +109 -104
- package/lib/swatches/classic-green.json +100 -95
- package/lib/swatches/classic-lavender-dark.json +109 -134
- package/lib/swatches/classic-lavender.json +100 -125
- package/lib/swatches/classic-main-dark.json +109 -104
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +109 -134
- package/lib/swatches/classic-metro.json +100 -125
- package/lib/swatches/classic-moonlight.json +109 -129
- package/lib/swatches/classic-opal-dark.json +109 -104
- package/lib/swatches/classic-opal.json +100 -95
- package/lib/swatches/classic-silver-dark.json +109 -104
- package/lib/swatches/classic-silver.json +100 -95
- package/lib/swatches/classic-uniform.json +100 -125
- package/package.json +4 -5
- package/scss/diagram/_index.scss +16 -0
- package/scss/diagram/_layout.scss +6 -0
- package/scss/diagram/_theme.scss +6 -0
- package/scss/diagram/_variables.scss +1 -0
- package/scss/drawer/_variables.scss +0 -12
- package/scss/grid/_index.scss +0 -2
- package/scss/index.scss +2 -3
- package/scss/scheduler/_index.scss +10 -2
- package/scss/scheduler/_variables.scss +31 -3
- package/scss/adaptive/_index.scss +0 -26
- package/scss/adaptive/_layout.scss +0 -6
- package/scss/adaptive/_theme.scss +0 -6
- package/scss/adaptive/_variables.scss +0 -91
package/dist/meta/variables.json
CHANGED
|
@@ -9357,22 +9357,10 @@
|
|
|
9357
9357
|
"type": "Number",
|
|
9358
9358
|
"value": "7px"
|
|
9359
9359
|
},
|
|
9360
|
-
"kendo-drawer-scrollbar-color": {
|
|
9361
|
-
"type": "String",
|
|
9362
|
-
"value": "color-mix(in srgb, var(--kendo-color-inverse) 70%, transparent)"
|
|
9363
|
-
},
|
|
9364
|
-
"kendo-drawer-scrollbar-bg": {
|
|
9365
|
-
"type": "String",
|
|
9366
|
-
"value": "color-mix(in srgb, var(--kendo-color-inverse-subtle), var(--kendo-color-on-inverse))"
|
|
9367
|
-
},
|
|
9368
9360
|
"kendo-drawer-scrollbar-radius": {
|
|
9369
9361
|
"type": "Number",
|
|
9370
9362
|
"value": "20px"
|
|
9371
9363
|
},
|
|
9372
|
-
"kendo-drawer-scrollbar-hover-color": {
|
|
9373
|
-
"type": "String",
|
|
9374
|
-
"value": "color-mix(in srgb, var(--kendo-color-inverse) 70%, transparent)"
|
|
9375
|
-
},
|
|
9376
9364
|
"kendo-drawer-items-padding-x": {
|
|
9377
9365
|
"type": "Number",
|
|
9378
9366
|
"value": "0"
|
|
@@ -11478,78 +11466,6 @@
|
|
|
11478
11466
|
"type": "String",
|
|
11479
11467
|
"value": "var(--kendo-color-primary)"
|
|
11480
11468
|
},
|
|
11481
|
-
"kendo-adaptive-bg": {
|
|
11482
|
-
"type": "String",
|
|
11483
|
-
"value": "var(--kendo-color-surface-alt)"
|
|
11484
|
-
},
|
|
11485
|
-
"kendo-adaptive-text": {
|
|
11486
|
-
"type": "String",
|
|
11487
|
-
"value": "var(--kendo-color-on-app-surface)"
|
|
11488
|
-
},
|
|
11489
|
-
"kendo-adaptive-border": {
|
|
11490
|
-
"type": "String",
|
|
11491
|
-
"value": "var(--kendo-color-border)"
|
|
11492
|
-
},
|
|
11493
|
-
"kendo-adaptive-content-bg": {
|
|
11494
|
-
"type": "String",
|
|
11495
|
-
"value": "var(--kendo-color-app-surface)"
|
|
11496
|
-
},
|
|
11497
|
-
"kendo-adaptive-content-text": {
|
|
11498
|
-
"type": "String",
|
|
11499
|
-
"value": "var(--kendo-color-on-app-surface)"
|
|
11500
|
-
},
|
|
11501
|
-
"kendo-adaptive-menu-bg": {
|
|
11502
|
-
"type": "String",
|
|
11503
|
-
"value": "var(--kendo-color-primary)"
|
|
11504
|
-
},
|
|
11505
|
-
"kendo-adaptive-menu-text": {
|
|
11506
|
-
"type": "String",
|
|
11507
|
-
"value": "var(--kendo-color-on-primary)"
|
|
11508
|
-
},
|
|
11509
|
-
"kendo-adaptive-menu-clear-text": {
|
|
11510
|
-
"type": "String",
|
|
11511
|
-
"value": "var(--kendo-color-primary-on-surface)"
|
|
11512
|
-
},
|
|
11513
|
-
"kendo-adaptive-menu-item-border": {
|
|
11514
|
-
"type": "String",
|
|
11515
|
-
"value": "var(--kendo-color-border)"
|
|
11516
|
-
},
|
|
11517
|
-
"kendo-adaptive-menu-title-text": {
|
|
11518
|
-
"type": "String",
|
|
11519
|
-
"value": "var(--kendo-color-on-app-surface)"
|
|
11520
|
-
},
|
|
11521
|
-
"kendo-adaptive-border-width": {
|
|
11522
|
-
"type": "Number",
|
|
11523
|
-
"value": "1px"
|
|
11524
|
-
},
|
|
11525
|
-
"kendo-adaptive-font-family": {
|
|
11526
|
-
"type": "String",
|
|
11527
|
-
"value": "var(--kendo-font-family)"
|
|
11528
|
-
},
|
|
11529
|
-
"kendo-adaptive-font-size": {
|
|
11530
|
-
"type": "String",
|
|
11531
|
-
"value": "var(--kendo-font-size)"
|
|
11532
|
-
},
|
|
11533
|
-
"kendo-adaptive-line-height": {
|
|
11534
|
-
"type": "String",
|
|
11535
|
-
"value": "var(--kendo-line-height)"
|
|
11536
|
-
},
|
|
11537
|
-
"kendo-adaptive-grid-sort-text": {
|
|
11538
|
-
"type": "String",
|
|
11539
|
-
"value": "var(--kendo-color-primary-on-surface)"
|
|
11540
|
-
},
|
|
11541
|
-
"kendo-adaptive-scheduler-current-text": {
|
|
11542
|
-
"type": "String",
|
|
11543
|
-
"value": "var(--kendo-color-primary-on-surface)"
|
|
11544
|
-
},
|
|
11545
|
-
"kendo-adaptive-scheduler-base-text": {
|
|
11546
|
-
"type": "String",
|
|
11547
|
-
"value": "inherit"
|
|
11548
|
-
},
|
|
11549
|
-
"kendo-adaptive-scheduler-subtle-text": {
|
|
11550
|
-
"type": "String",
|
|
11551
|
-
"value": "var(--kendo-color-on-app-surface)"
|
|
11552
|
-
},
|
|
11553
11469
|
"kendo-grid-default-size": {
|
|
11554
11470
|
"type": "String",
|
|
11555
11471
|
"value": "\"md\""
|
|
@@ -14302,6 +14218,54 @@
|
|
|
14302
14218
|
"type": "String",
|
|
14303
14219
|
"value": "var(--kendo-color-surface)"
|
|
14304
14220
|
},
|
|
14221
|
+
"kendo-scheduler-adaptive-bg": {
|
|
14222
|
+
"type": "String",
|
|
14223
|
+
"value": "var(--kendo-color-surface-alt)"
|
|
14224
|
+
},
|
|
14225
|
+
"kendo-scheduler-adaptive-text": {
|
|
14226
|
+
"type": "String",
|
|
14227
|
+
"value": "var(--kendo-color-on-app-surface)"
|
|
14228
|
+
},
|
|
14229
|
+
"kendo-scheduler-adaptive-border": {
|
|
14230
|
+
"type": "String",
|
|
14231
|
+
"value": "var(--kendo-color-border)"
|
|
14232
|
+
},
|
|
14233
|
+
"kendo-scheduler-adaptive-content-bg": {
|
|
14234
|
+
"type": "String",
|
|
14235
|
+
"value": "var(--kendo-color-app-surface)"
|
|
14236
|
+
},
|
|
14237
|
+
"kendo-scheduler-adaptive-menu-clear-text": {
|
|
14238
|
+
"type": "String",
|
|
14239
|
+
"value": "var(--kendo-color-primary-on-surface)"
|
|
14240
|
+
},
|
|
14241
|
+
"kendo-scheduler-adaptive-border-width": {
|
|
14242
|
+
"type": "Number",
|
|
14243
|
+
"value": "1px"
|
|
14244
|
+
},
|
|
14245
|
+
"kendo-scheduler-adaptive-font-family": {
|
|
14246
|
+
"type": "String",
|
|
14247
|
+
"value": "var(--kendo-font-family)"
|
|
14248
|
+
},
|
|
14249
|
+
"kendo-scheduler-adaptive-font-size": {
|
|
14250
|
+
"type": "String",
|
|
14251
|
+
"value": "var(--kendo-font-size)"
|
|
14252
|
+
},
|
|
14253
|
+
"kendo-scheduler-adaptive-line-height": {
|
|
14254
|
+
"type": "String",
|
|
14255
|
+
"value": "var(--kendo-line-height)"
|
|
14256
|
+
},
|
|
14257
|
+
"kendo-scheduler-adaptive-current-text": {
|
|
14258
|
+
"type": "String",
|
|
14259
|
+
"value": "var(--kendo-color-primary-on-surface)"
|
|
14260
|
+
},
|
|
14261
|
+
"kendo-scheduler-adaptive-base-text": {
|
|
14262
|
+
"type": "String",
|
|
14263
|
+
"value": "inherit"
|
|
14264
|
+
},
|
|
14265
|
+
"kendo-scheduler-adaptive-subtle-text": {
|
|
14266
|
+
"type": "String",
|
|
14267
|
+
"value": "var(--kendo-color-on-app-surface)"
|
|
14268
|
+
},
|
|
14305
14269
|
"kendo-file-box-padding-x": {
|
|
14306
14270
|
"type": "String",
|
|
14307
14271
|
"value": "var(--kendo-spacing-1)"
|