@progress/kendo-theme-classic 11.0.3-dev.3 → 11.1.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.
Files changed (35) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/classic-green-dark.css +1 -1
  3. package/dist/classic-green.css +1 -1
  4. package/dist/classic-lavender-dark.css +1 -1
  5. package/dist/classic-lavender.css +1 -1
  6. package/dist/classic-main-dark.css +1 -1
  7. package/dist/classic-main.css +1 -1
  8. package/dist/classic-metro-dark.css +1 -1
  9. package/dist/classic-metro.css +1 -1
  10. package/dist/classic-moonlight.css +1 -1
  11. package/dist/classic-opal-dark.css +1 -1
  12. package/dist/classic-opal.css +1 -1
  13. package/dist/classic-silver-dark.css +1 -1
  14. package/dist/classic-silver.css +1 -1
  15. package/dist/classic-uniform.css +1 -1
  16. package/dist/meta/sassdoc-data.json +624 -84
  17. package/dist/meta/sassdoc-raw-data.json +289 -39
  18. package/dist/meta/variables.json +48 -20
  19. package/lib/swatches/classic-green-dark.json +1 -1
  20. package/lib/swatches/classic-green.json +1 -1
  21. package/lib/swatches/classic-lavender-dark.json +1 -1
  22. package/lib/swatches/classic-lavender.json +1 -1
  23. package/lib/swatches/classic-main-dark.json +1 -1
  24. package/lib/swatches/classic-main.json +1 -1
  25. package/lib/swatches/classic-metro-dark.json +1 -1
  26. package/lib/swatches/classic-metro.json +1 -1
  27. package/lib/swatches/classic-moonlight.json +1 -1
  28. package/lib/swatches/classic-opal-dark.json +1 -1
  29. package/lib/swatches/classic-opal.json +1 -1
  30. package/lib/swatches/classic-silver-dark.json +1 -1
  31. package/lib/swatches/classic-silver.json +1 -1
  32. package/lib/swatches/classic-uniform.json +1 -1
  33. package/package.json +4 -4
  34. package/scss/grid/_variables.scss +26 -13
  35. package/scss/table/_variables.scss +22 -0
@@ -28419,15 +28419,15 @@
28419
28419
  }
28420
28420
  },
28421
28421
  {
28422
- "description": "The background color of the Grid selection aggregates container.\n",
28422
+ "description": "The background color of highlighted Grid rows.\n",
28423
28423
  "commentRange": {
28424
28424
  "start": 212,
28425
28425
  "end": 213
28426
28426
  },
28427
28427
  "context": {
28428
28428
  "type": "variable",
28429
- "name": "kendo-grid-selection-aggregates-bg",
28430
- "value": "$kendo-grid-header-bg",
28429
+ "name": "kendo-grid-highlighted-bg",
28430
+ "value": "$kendo-table-highlighted-bg",
28431
28431
  "scope": "default",
28432
28432
  "line": {
28433
28433
  "start": 214,
@@ -28444,15 +28444,15 @@
28444
28444
  }
28445
28445
  },
28446
28446
  {
28447
- "description": "The text color of the Grid selection aggregates container.\n",
28447
+ "description": "The text color of highlighted Grid rows.\n",
28448
28448
  "commentRange": {
28449
28449
  "start": 215,
28450
28450
  "end": 216
28451
28451
  },
28452
28452
  "context": {
28453
28453
  "type": "variable",
28454
- "name": "kendo-grid-selection-aggregates-text",
28455
- "value": "$kendo-grid-text",
28454
+ "name": "kendo-grid-highlighted-text",
28455
+ "value": "$kendo-table-highlighted-text",
28456
28456
  "scope": "default",
28457
28457
  "line": {
28458
28458
  "start": 217,
@@ -28469,15 +28469,15 @@
28469
28469
  }
28470
28470
  },
28471
28471
  {
28472
- "description": "The border color of the Grid selection aggregates container.\n",
28472
+ "description": "The border color of highlighted Grid rows.\n",
28473
28473
  "commentRange": {
28474
28474
  "start": 218,
28475
28475
  "end": 219
28476
28476
  },
28477
28477
  "context": {
28478
28478
  "type": "variable",
28479
- "name": "kendo-grid-selection-aggregates-border",
28480
- "value": "$kendo-grid-border",
28479
+ "name": "kendo-grid-highlighted-border",
28480
+ "value": "$kendo-table-highlighted-border",
28481
28481
  "scope": "default",
28482
28482
  "line": {
28483
28483
  "start": 220,
@@ -28494,15 +28494,15 @@
28494
28494
  }
28495
28495
  },
28496
28496
  {
28497
- "description": "The border width of the Grid selection aggregates container.\n",
28497
+ "description": "The font weight of highlighted Grid rows.\n",
28498
28498
  "commentRange": {
28499
28499
  "start": 221,
28500
28500
  "end": 222
28501
28501
  },
28502
28502
  "context": {
28503
28503
  "type": "variable",
28504
- "name": "kendo-grid-selection-aggregates-border-width",
28505
- "value": "$kendo-grid-border-width",
28504
+ "name": "kendo-grid-highlighted-font-weight",
28505
+ "value": "$kendo-table-highlighted-font-weight",
28506
28506
  "scope": "default",
28507
28507
  "line": {
28508
28508
  "start": 223,
@@ -28518,11 +28518,136 @@
28518
28518
  "name": "_variables.scss"
28519
28519
  }
28520
28520
  },
28521
+ {
28522
+ "description": "The background color of selected highlighted Grid rows.\n",
28523
+ "commentRange": {
28524
+ "start": 225,
28525
+ "end": 226
28526
+ },
28527
+ "context": {
28528
+ "type": "variable",
28529
+ "name": "kendo-grid-selected-highlighted-bg",
28530
+ "value": "$kendo-table-selected-highlighted-bg",
28531
+ "scope": "default",
28532
+ "line": {
28533
+ "start": 227,
28534
+ "end": 227
28535
+ }
28536
+ },
28537
+ "group": [
28538
+ "grid"
28539
+ ],
28540
+ "access": "public",
28541
+ "file": {
28542
+ "path": "grid/_variables.scss",
28543
+ "name": "_variables.scss"
28544
+ }
28545
+ },
28546
+ {
28547
+ "description": "The background color of the Grid selection aggregates container.\n",
28548
+ "commentRange": {
28549
+ "start": 229,
28550
+ "end": 230
28551
+ },
28552
+ "context": {
28553
+ "type": "variable",
28554
+ "name": "kendo-grid-selection-aggregates-bg",
28555
+ "value": "$kendo-grid-header-bg",
28556
+ "scope": "default",
28557
+ "line": {
28558
+ "start": 231,
28559
+ "end": 231
28560
+ }
28561
+ },
28562
+ "group": [
28563
+ "grid"
28564
+ ],
28565
+ "access": "public",
28566
+ "file": {
28567
+ "path": "grid/_variables.scss",
28568
+ "name": "_variables.scss"
28569
+ }
28570
+ },
28571
+ {
28572
+ "description": "The text color of the Grid selection aggregates container.\n",
28573
+ "commentRange": {
28574
+ "start": 232,
28575
+ "end": 233
28576
+ },
28577
+ "context": {
28578
+ "type": "variable",
28579
+ "name": "kendo-grid-selection-aggregates-text",
28580
+ "value": "$kendo-grid-text",
28581
+ "scope": "default",
28582
+ "line": {
28583
+ "start": 234,
28584
+ "end": 234
28585
+ }
28586
+ },
28587
+ "group": [
28588
+ "grid"
28589
+ ],
28590
+ "access": "public",
28591
+ "file": {
28592
+ "path": "grid/_variables.scss",
28593
+ "name": "_variables.scss"
28594
+ }
28595
+ },
28596
+ {
28597
+ "description": "The border color of the Grid selection aggregates container.\n",
28598
+ "commentRange": {
28599
+ "start": 235,
28600
+ "end": 236
28601
+ },
28602
+ "context": {
28603
+ "type": "variable",
28604
+ "name": "kendo-grid-selection-aggregates-border",
28605
+ "value": "$kendo-grid-border",
28606
+ "scope": "default",
28607
+ "line": {
28608
+ "start": 237,
28609
+ "end": 237
28610
+ }
28611
+ },
28612
+ "group": [
28613
+ "grid"
28614
+ ],
28615
+ "access": "public",
28616
+ "file": {
28617
+ "path": "grid/_variables.scss",
28618
+ "name": "_variables.scss"
28619
+ }
28620
+ },
28621
+ {
28622
+ "description": "The border width of the Grid selection aggregates container.\n",
28623
+ "commentRange": {
28624
+ "start": 238,
28625
+ "end": 239
28626
+ },
28627
+ "context": {
28628
+ "type": "variable",
28629
+ "name": "kendo-grid-selection-aggregates-border-width",
28630
+ "value": "$kendo-grid-border-width",
28631
+ "scope": "default",
28632
+ "line": {
28633
+ "start": 240,
28634
+ "end": 240
28635
+ }
28636
+ },
28637
+ "group": [
28638
+ "grid"
28639
+ ],
28640
+ "access": "public",
28641
+ "file": {
28642
+ "path": "grid/_variables.scss",
28643
+ "name": "_variables.scss"
28644
+ }
28645
+ },
28521
28646
  {
28522
28647
  "description": "The spacing between the selection aggregates items.\n",
28523
28648
  "commentRange": {
28524
- "start": 224,
28525
- "end": 225
28649
+ "start": 241,
28650
+ "end": 242
28526
28651
  },
28527
28652
  "context": {
28528
28653
  "type": "variable",
@@ -28530,8 +28655,8 @@
28530
28655
  "value": "k-spacing(2)",
28531
28656
  "scope": "default",
28532
28657
  "line": {
28533
- "start": 226,
28534
- "end": 226
28658
+ "start": 243,
28659
+ "end": 243
28535
28660
  }
28536
28661
  },
28537
28662
  "group": [
@@ -28546,8 +28671,8 @@
28546
28671
  {
28547
28672
  "description": "The line height of the Grid selection aggregates container.\n",
28548
28673
  "commentRange": {
28549
- "start": 227,
28550
- "end": 228
28674
+ "start": 244,
28675
+ "end": 245
28551
28676
  },
28552
28677
  "context": {
28553
28678
  "type": "variable",
@@ -28555,8 +28680,8 @@
28555
28680
  "value": "$kendo-grid-line-height",
28556
28681
  "scope": "default",
28557
28682
  "line": {
28558
- "start": 229,
28559
- "end": 229
28683
+ "start": 246,
28684
+ "end": 246
28560
28685
  }
28561
28686
  },
28562
28687
  "group": [
@@ -28571,8 +28696,8 @@
28571
28696
  {
28572
28697
  "description": "The font weight of the Grid selection aggregates container.\n",
28573
28698
  "commentRange": {
28574
- "start": 230,
28575
- "end": 231
28699
+ "start": 247,
28700
+ "end": 248
28576
28701
  },
28577
28702
  "context": {
28578
28703
  "type": "variable",
@@ -28580,8 +28705,8 @@
28580
28705
  "value": "var( --kendo-font-weight-bold, normal )",
28581
28706
  "scope": "default",
28582
28707
  "line": {
28583
- "start": 232,
28584
- "end": 232
28708
+ "start": 249,
28709
+ "end": 249
28585
28710
  }
28586
28711
  },
28587
28712
  "group": [
@@ -28596,8 +28721,8 @@
28596
28721
  {
28597
28722
  "description": "The background color of the Grid row resize indicator.\n",
28598
28723
  "commentRange": {
28599
- "start": 320,
28600
- "end": 321
28724
+ "start": 331,
28725
+ "end": 332
28601
28726
  },
28602
28727
  "context": {
28603
28728
  "type": "variable",
@@ -28605,8 +28730,8 @@
28605
28730
  "value": "color-mix(in srgb, k-color(on-base) 20%, transparent)",
28606
28731
  "scope": "default",
28607
28732
  "line": {
28608
- "start": 322,
28609
- "end": 322
28733
+ "start": 333,
28734
+ "end": 333
28610
28735
  }
28611
28736
  },
28612
28737
  "group": [
@@ -28621,8 +28746,8 @@
28621
28746
  {
28622
28747
  "description": "The background color of the active Grid row resize indicator.\n",
28623
28748
  "commentRange": {
28624
- "start": 323,
28625
- "end": 324
28749
+ "start": 334,
28750
+ "end": 335
28626
28751
  },
28627
28752
  "context": {
28628
28753
  "type": "variable",
@@ -28630,8 +28755,8 @@
28630
28755
  "value": "k-color(primary)",
28631
28756
  "scope": "default",
28632
28757
  "line": {
28633
- "start": 325,
28634
- "end": 325
28758
+ "start": 336,
28759
+ "end": 336
28635
28760
  }
28636
28761
  },
28637
28762
  "group": [
@@ -28646,8 +28771,8 @@
28646
28771
  {
28647
28772
  "description": "The height of the Grid row resize indicator.\n",
28648
28773
  "commentRange": {
28649
- "start": 326,
28650
- "end": 327
28774
+ "start": 337,
28775
+ "end": 338
28651
28776
  },
28652
28777
  "context": {
28653
28778
  "type": "variable",
@@ -28655,8 +28780,8 @@
28655
28780
  "value": "k-spacing(0.5)",
28656
28781
  "scope": "default",
28657
28782
  "line": {
28658
- "start": 328,
28659
- "end": 328
28783
+ "start": 339,
28784
+ "end": 339
28660
28785
  }
28661
28786
  },
28662
28787
  "group": [
@@ -60572,15 +60697,15 @@
60572
60697
  }
60573
60698
  },
60574
60699
  {
60575
- "description": "The box shadow of the row spanned cells.\n",
60700
+ "description": "Background color of highlighted rows in table.\n",
60576
60701
  "commentRange": {
60577
60702
  "start": 160,
60578
60703
  "end": 161
60579
60704
  },
60580
60705
  "context": {
60581
60706
  "type": "variable",
60582
- "name": "kendo-table-cell-row-span-shadow",
60583
- "value": "inset 0 0 0 1px $kendo-table-border",
60707
+ "name": "kendo-table-highlighted-bg",
60708
+ "value": "color-mix(in srgb, k-color(warning) 25%, transparent)",
60584
60709
  "scope": "default",
60585
60710
  "line": {
60586
60711
  "start": 162,
@@ -60596,6 +60721,131 @@
60596
60721
  "name": "_variables.scss"
60597
60722
  }
60598
60723
  },
60724
+ {
60725
+ "description": "Text color of highlighted rows in table.\n",
60726
+ "commentRange": {
60727
+ "start": 163,
60728
+ "end": 164
60729
+ },
60730
+ "context": {
60731
+ "type": "variable",
60732
+ "name": "kendo-table-highlighted-text",
60733
+ "value": "null",
60734
+ "scope": "default",
60735
+ "line": {
60736
+ "start": 165,
60737
+ "end": 165
60738
+ }
60739
+ },
60740
+ "group": [
60741
+ "table"
60742
+ ],
60743
+ "access": "public",
60744
+ "file": {
60745
+ "path": "table/_variables.scss",
60746
+ "name": "_variables.scss"
60747
+ }
60748
+ },
60749
+ {
60750
+ "description": "The font weight of highlighted rows in table.\n",
60751
+ "commentRange": {
60752
+ "start": 166,
60753
+ "end": 167
60754
+ },
60755
+ "context": {
60756
+ "type": "variable",
60757
+ "name": "kendo-table-highlighted-font-weight",
60758
+ "value": "var( --kendo-font-weight-bold, bold )",
60759
+ "scope": "default",
60760
+ "line": {
60761
+ "start": 168,
60762
+ "end": 168
60763
+ }
60764
+ },
60765
+ "group": [
60766
+ "table"
60767
+ ],
60768
+ "access": "public",
60769
+ "file": {
60770
+ "path": "table/_variables.scss",
60771
+ "name": "_variables.scss"
60772
+ }
60773
+ },
60774
+ {
60775
+ "description": "Border color of highlighted rows in table.\n",
60776
+ "commentRange": {
60777
+ "start": 169,
60778
+ "end": 170
60779
+ },
60780
+ "context": {
60781
+ "type": "variable",
60782
+ "name": "kendo-table-highlighted-border",
60783
+ "value": "null",
60784
+ "scope": "default",
60785
+ "line": {
60786
+ "start": 171,
60787
+ "end": 171
60788
+ }
60789
+ },
60790
+ "group": [
60791
+ "table"
60792
+ ],
60793
+ "access": "public",
60794
+ "file": {
60795
+ "path": "table/_variables.scss",
60796
+ "name": "_variables.scss"
60797
+ }
60798
+ },
60799
+ {
60800
+ "description": "Background color of selected highlighted rows in table.\n",
60801
+ "commentRange": {
60802
+ "start": 173,
60803
+ "end": 174
60804
+ },
60805
+ "context": {
60806
+ "type": "variable",
60807
+ "name": "kendo-table-selected-highlighted-bg",
60808
+ "value": "color-mix(in srgb, color-mix(in srgb, k-color(primary), k-color(warning)) 42%, transparent)",
60809
+ "scope": "default",
60810
+ "line": {
60811
+ "start": 175,
60812
+ "end": 175
60813
+ }
60814
+ },
60815
+ "group": [
60816
+ "table"
60817
+ ],
60818
+ "access": "public",
60819
+ "file": {
60820
+ "path": "table/_variables.scss",
60821
+ "name": "_variables.scss"
60822
+ }
60823
+ },
60824
+ {
60825
+ "description": "The box shadow of the row spanned cells.\n",
60826
+ "commentRange": {
60827
+ "start": 177,
60828
+ "end": 178
60829
+ },
60830
+ "context": {
60831
+ "type": "variable",
60832
+ "name": "kendo-table-cell-row-span-shadow",
60833
+ "value": "inset 0 0 0 1px $kendo-table-border",
60834
+ "scope": "default",
60835
+ "line": {
60836
+ "start": 179,
60837
+ "end": 179
60838
+ }
60839
+ },
60840
+ "group": [
60841
+ "table"
60842
+ ],
60843
+ "access": "public",
60844
+ "file": {
60845
+ "path": "table/_variables.scss",
60846
+ "name": "_variables.scss"
60847
+ }
60848
+ },
60599
60849
  {
60600
60850
  "description": "The horizontal padding of the TabStrip wrapper.\n",
60601
60851
  "commentRange": {
@@ -2243,6 +2243,26 @@
2243
2243
  "type": "Null",
2244
2244
  "value": "null"
2245
2245
  },
2246
+ "kendo-table-highlighted-bg": {
2247
+ "type": "String",
2248
+ "value": "color-mix(in srgb, var(--kendo-color-warning, #ffa41f) 25%, transparent)"
2249
+ },
2250
+ "kendo-table-highlighted-text": {
2251
+ "type": "Null",
2252
+ "value": "null"
2253
+ },
2254
+ "kendo-table-highlighted-font-weight": {
2255
+ "type": "String",
2256
+ "value": "var(--kendo-font-weight-bold, bold)"
2257
+ },
2258
+ "kendo-table-highlighted-border": {
2259
+ "type": "Null",
2260
+ "value": "null"
2261
+ },
2262
+ "kendo-table-selected-highlighted-bg": {
2263
+ "type": "String",
2264
+ "value": "color-mix(in srgb, color-mix(in srgb, var(--kendo-color-primary, #f35800), var(--kendo-color-warning, #ffa41f)) 42%, transparent)"
2265
+ },
2246
2266
  "kendo-table-cell-row-span-shadow": {
2247
2267
  "type": "List",
2248
2268
  "value": "(inset 0 0 0 1px var(--kendo-color-border, #cacaca))"
@@ -11329,6 +11349,26 @@
11329
11349
  "type": "Null",
11330
11350
  "value": "null"
11331
11351
  },
11352
+ "kendo-grid-highlighted-bg": {
11353
+ "type": "String",
11354
+ "value": "color-mix(in srgb, var(--kendo-color-warning, #ffa41f) 25%, transparent)"
11355
+ },
11356
+ "kendo-grid-highlighted-text": {
11357
+ "type": "Null",
11358
+ "value": "null"
11359
+ },
11360
+ "kendo-grid-highlighted-border": {
11361
+ "type": "Null",
11362
+ "value": "null"
11363
+ },
11364
+ "kendo-grid-highlighted-font-weight": {
11365
+ "type": "String",
11366
+ "value": "var(--kendo-font-weight-bold, bold)"
11367
+ },
11368
+ "kendo-grid-selected-highlighted-bg": {
11369
+ "type": "String",
11370
+ "value": "color-mix(in srgb, color-mix(in srgb, var(--kendo-color-primary, #f35800), var(--kendo-color-warning, #ffa41f)) 42%, transparent)"
11371
+ },
11332
11372
  "kendo-grid-selection-aggregates-bg": {
11333
11373
  "type": "String",
11334
11374
  "value": "var(--kendo-color-surface, #f0f0f0)"
@@ -11409,6 +11449,14 @@
11409
11449
  "type": "String",
11410
11450
  "value": "var(--kendo-color-surface-alt, #ffffff)"
11411
11451
  },
11452
+ "kendo-grid-sticky-alt-bg": {
11453
+ "type": "String",
11454
+ "value": "var(--kendo-color-base-subtle, #f0f0f0)"
11455
+ },
11456
+ "kendo-grid-sticky-hover-bg": {
11457
+ "type": "String",
11458
+ "value": "var(--kendo-color-base-subtle-hover, #ebebeb)"
11459
+ },
11412
11460
  "kendo-grid-sticky-text": {
11413
11461
  "type": "String",
11414
11462
  "value": "var(--kendo-color-on-app-surface, #272727)"
@@ -11417,10 +11465,6 @@
11417
11465
  "type": "String",
11418
11466
  "value": "var(--kendo-color-border, #cacaca)"
11419
11467
  },
11420
- "kendo-grid-sticky-alt-bg": {
11421
- "type": "String",
11422
- "value": "var(--kendo-color-base-subtle, #f0f0f0)"
11423
- },
11424
11468
  "kendo-grid-sticky-header-bg": {
11425
11469
  "type": "String",
11426
11470
  "value": "var(--kendo-color-surface, #f0f0f0)"
@@ -11441,22 +11485,6 @@
11441
11485
  "type": "String",
11442
11486
  "value": "color-mix(in srgb, var(--kendo-color-on-app-surface, #272727) 11%, transparent)"
11443
11487
  },
11444
- "kendo-grid-sticky-selected-bg": {
11445
- "type": "String",
11446
- "value": "color-mix(in srgb, var(--kendo-color-primary, #f35800) 25%, transparent)"
11447
- },
11448
- "kendo-grid-sticky-selected-alt-bg": {
11449
- "type": "String",
11450
- "value": "color-mix(in srgb, var(--kendo-color-primary, #f35800) 25%, transparent)"
11451
- },
11452
- "kendo-grid-sticky-hover-bg": {
11453
- "type": "String",
11454
- "value": "var(--kendo-color-base-subtle-hover, #ebebeb)"
11455
- },
11456
- "kendo-grid-sticky-selected-hover-bg": {
11457
- "type": "String",
11458
- "value": "color-mix(in srgb, var(--kendo-color-primary, #f35800) 25%, transparent)"
11459
- },
11460
11488
  "kendo-grid-column-menu-width": {
11461
11489
  "type": "Number",
11462
11490
  "value": "230px"
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Green Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "11.0.3-dev.3",
6
+ "version": "11.1.0-dev.1",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#131413",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Green",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "11.0.3-dev.3",
6
+ "version": "11.1.0-dev.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f3f4f3",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Lavender Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "11.0.3-dev.3",
6
+ "version": "11.1.0-dev.1",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#1b141a",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Lavender",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "11.0.3-dev.3",
6
+ "version": "11.1.0-dev.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#fafafa",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "11.0.3-dev.3",
6
+ "version": "11.1.0-dev.1",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#101010",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "11.0.3-dev.3",
6
+ "version": "11.1.0-dev.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f0f0f0",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Metro Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "11.0.3-dev.3",
6
+ "version": "11.1.0-dev.1",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#0e0e0e",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Metro",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "11.0.3-dev.3",
6
+ "version": "11.1.0-dev.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f9f9f9",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Moonlight",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "11.0.3-dev.3",
6
+ "version": "11.1.0-dev.1",
7
7
  "previewColors": [
8
8
  "#1f2a35",
9
9
  "#303742",