@progress/kendo-theme-bootstrap 14.1.1-dev.2 → 14.2.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.
Files changed (54) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/bootstrap-3-dark.css +1 -1
  3. package/dist/bootstrap-3-dark.scss +105 -104
  4. package/dist/bootstrap-3.css +1 -1
  5. package/dist/bootstrap-3.scss +96 -95
  6. package/dist/bootstrap-4-dark.css +1 -1
  7. package/dist/bootstrap-4-dark.scss +104 -103
  8. package/dist/bootstrap-4.css +1 -1
  9. package/dist/bootstrap-4.scss +95 -94
  10. package/dist/bootstrap-dataviz-v4.css +1 -1
  11. package/dist/bootstrap-dataviz-v4.scss +31 -30
  12. package/dist/bootstrap-main-dark.css +1 -1
  13. package/dist/bootstrap-main-dark.scss +113 -112
  14. package/dist/bootstrap-main.css +1 -1
  15. package/dist/bootstrap-nordic.css +1 -1
  16. package/dist/bootstrap-nordic.scss +95 -94
  17. package/dist/bootstrap-turquoise-dark.css +1 -1
  18. package/dist/bootstrap-turquoise-dark.scss +104 -103
  19. package/dist/bootstrap-turquoise.css +1 -1
  20. package/dist/bootstrap-turquoise.scss +95 -94
  21. package/dist/bootstrap-urban.css +1 -1
  22. package/dist/bootstrap-urban.scss +95 -94
  23. package/dist/bootstrap-vintage.css +1 -1
  24. package/dist/bootstrap-vintage.scss +95 -94
  25. package/dist/meta/sassdoc-data.json +818 -1958
  26. package/dist/meta/sassdoc-raw-data.json +408 -933
  27. package/dist/meta/variables.json +49 -85
  28. package/lib/swatches/bootstrap-3-dark.json +109 -114
  29. package/lib/swatches/bootstrap-3.json +100 -105
  30. package/lib/swatches/bootstrap-4-dark.json +109 -104
  31. package/lib/swatches/bootstrap-4.json +100 -95
  32. package/lib/swatches/bootstrap-dataviz-v4.json +36 -31
  33. package/lib/swatches/bootstrap-main-dark.json +118 -113
  34. package/lib/swatches/bootstrap-main.json +1 -1
  35. package/lib/swatches/bootstrap-nordic.json +100 -95
  36. package/lib/swatches/bootstrap-turquoise-dark.json +109 -104
  37. package/lib/swatches/bootstrap-turquoise.json +100 -95
  38. package/lib/swatches/bootstrap-urban.json +100 -95
  39. package/lib/swatches/bootstrap-vintage.json +100 -95
  40. package/package.json +4 -4
  41. package/scss/diagram/_index.scss +16 -0
  42. package/scss/diagram/_layout.scss +6 -0
  43. package/scss/diagram/_theme.scss +6 -0
  44. package/scss/diagram/_variables.scss +1 -0
  45. package/scss/drawer/_variables.scss +0 -12
  46. package/scss/expansion-panel/_variables.scss +1 -1
  47. package/scss/grid/_index.scss +0 -2
  48. package/scss/index.scss +2 -3
  49. package/scss/scheduler/_index.scss +10 -2
  50. package/scss/scheduler/_variables.scss +35 -4
  51. package/scss/adaptive/_index.scss +0 -26
  52. package/scss/adaptive/_layout.scss +0 -6
  53. package/scss/adaptive/_theme.scss +0 -6
  54. package/scss/adaptive/_variables.scss +0 -88
@@ -9349,22 +9349,10 @@
9349
9349
  "type": "Number",
9350
9350
  "value": "7px"
9351
9351
  },
9352
- "kendo-drawer-scrollbar-color": {
9353
- "type": "String",
9354
- "value": "var(--kendo-color-inverse-subtle)"
9355
- },
9356
- "kendo-drawer-scrollbar-bg": {
9357
- "type": "String",
9358
- "value": "color-mix(in srgb, var(--kendo-color-inverse-subtle), var(--kendo-color-on-inverse))"
9359
- },
9360
9352
  "kendo-drawer-scrollbar-radius": {
9361
9353
  "type": "Number",
9362
9354
  "value": "20px"
9363
9355
  },
9364
- "kendo-drawer-scrollbar-hover-color": {
9365
- "type": "String",
9366
- "value": "var(--kendo-color-inverse-subtle)"
9367
- },
9368
9356
  "kendo-drawer-items-padding-x": {
9369
9357
  "type": "Number",
9370
9358
  "value": "0"
@@ -10840,7 +10828,7 @@
10840
10828
  },
10841
10829
  "kendo-expander-title-text-transform": {
10842
10830
  "type": "String",
10843
- "value": "uppercase"
10831
+ "value": "initial"
10844
10832
  },
10845
10833
  "kendo-expander-title-text": {
10846
10834
  "type": "String",
@@ -11486,78 +11474,6 @@
11486
11474
  "type": "String",
11487
11475
  "value": "var(--kendo-color-primary-on-surface)"
11488
11476
  },
11489
- "kendo-adaptive-bg": {
11490
- "type": "String",
11491
- "value": "var(--kendo-color-app-surface)"
11492
- },
11493
- "kendo-adaptive-text": {
11494
- "type": "String",
11495
- "value": "var(--kendo-color-on-app-surface)"
11496
- },
11497
- "kendo-adaptive-border": {
11498
- "type": "String",
11499
- "value": "var(--kendo-color-border)"
11500
- },
11501
- "kendo-adaptive-content-bg": {
11502
- "type": "String",
11503
- "value": "var(--kendo-color-surface)"
11504
- },
11505
- "kendo-adaptive-content-text": {
11506
- "type": "String",
11507
- "value": "var(--kendo-color-on-app-surface)"
11508
- },
11509
- "kendo-adaptive-menu-bg": {
11510
- "type": "String",
11511
- "value": "var(--kendo-color-primary)"
11512
- },
11513
- "kendo-adaptive-menu-text": {
11514
- "type": "String",
11515
- "value": "var(--kendo-color-on-primary)"
11516
- },
11517
- "kendo-adaptive-menu-clear-text": {
11518
- "type": "String",
11519
- "value": "var(--kendo-color-primary-on-surface)"
11520
- },
11521
- "kendo-adaptive-menu-item-border": {
11522
- "type": "String",
11523
- "value": "var(--kendo-color-border)"
11524
- },
11525
- "kendo-adaptive-menu-title-text": {
11526
- "type": "String",
11527
- "value": "var(--kendo-color-on-app-surface)"
11528
- },
11529
- "kendo-adaptive-border-width": {
11530
- "type": "Number",
11531
- "value": "1px"
11532
- },
11533
- "kendo-adaptive-font-family": {
11534
- "type": "String",
11535
- "value": "var(--kendo-font-family)"
11536
- },
11537
- "kendo-adaptive-font-size": {
11538
- "type": "String",
11539
- "value": "var(--kendo-font-size)"
11540
- },
11541
- "kendo-adaptive-line-height": {
11542
- "type": "String",
11543
- "value": "var(--kendo-line-height)"
11544
- },
11545
- "kendo-adaptive-grid-sort-text": {
11546
- "type": "String",
11547
- "value": "var(--kendo-color-primary-on-surface)"
11548
- },
11549
- "kendo-adaptive-scheduler-current-text": {
11550
- "type": "String",
11551
- "value": "var(--kendo-color-primary-on-surface)"
11552
- },
11553
- "kendo-adaptive-scheduler-base-text": {
11554
- "type": "String",
11555
- "value": "inherit"
11556
- },
11557
- "kendo-adaptive-scheduler-subtle-text": {
11558
- "type": "String",
11559
- "value": "var(--kendo-color-on-app-surface)"
11560
- },
11561
11477
  "kendo-grid-default-size": {
11562
11478
  "type": "String",
11563
11479
  "value": "\"md\""
@@ -14310,6 +14226,54 @@
14310
14226
  "type": "String",
14311
14227
  "value": "var(--kendo-color-surface)"
14312
14228
  },
14229
+ "kendo-scheduler-adaptive-bg": {
14230
+ "type": "String",
14231
+ "value": "var(--kendo-color-surface-alt)"
14232
+ },
14233
+ "kendo-scheduler-adaptive-text": {
14234
+ "type": "String",
14235
+ "value": "var(--kendo-color-on-app-surface)"
14236
+ },
14237
+ "kendo-scheduler-adaptive-border": {
14238
+ "type": "String",
14239
+ "value": "var(--kendo-color-border)"
14240
+ },
14241
+ "kendo-scheduler-adaptive-content-bg": {
14242
+ "type": "String",
14243
+ "value": "var(--kendo-color-surface)"
14244
+ },
14245
+ "kendo-scheduler-adaptive-menu-clear-text": {
14246
+ "type": "String",
14247
+ "value": "var(--kendo-color-primary-on-surface)"
14248
+ },
14249
+ "kendo-scheduler-adaptive-border-width": {
14250
+ "type": "Number",
14251
+ "value": "1px"
14252
+ },
14253
+ "kendo-scheduler-adaptive-font-family": {
14254
+ "type": "String",
14255
+ "value": "var(--kendo-font-family)"
14256
+ },
14257
+ "kendo-scheduler-adaptive-font-size": {
14258
+ "type": "String",
14259
+ "value": "var(--kendo-font-size)"
14260
+ },
14261
+ "kendo-scheduler-adaptive-line-height": {
14262
+ "type": "String",
14263
+ "value": "var(--kendo-line-height)"
14264
+ },
14265
+ "kendo-scheduler-adaptive-current-text": {
14266
+ "type": "String",
14267
+ "value": "var(--kendo-color-primary-on-surface)"
14268
+ },
14269
+ "kendo-scheduler-adaptive-base-text": {
14270
+ "type": "String",
14271
+ "value": "inherit"
14272
+ },
14273
+ "kendo-scheduler-adaptive-subtle-text": {
14274
+ "type": "String",
14275
+ "value": "var(--kendo-color-on-app-surface)"
14276
+ },
14313
14277
  "kendo-file-box-padding-x": {
14314
14278
  "type": "String",
14315
14279
  "value": "var(--kendo-spacing-1)"