@progress/kendo-theme-material 11.0.3-dev.3 → 11.1.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 (43) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/material-2-dark.css +1 -1
  3. package/dist/material-2.css +1 -1
  4. package/dist/material-aqua-dark.css +1 -1
  5. package/dist/material-arctic.css +1 -1
  6. package/dist/material-burnt-teal.css +1 -1
  7. package/dist/material-dataviz-v4.css +1 -1
  8. package/dist/material-eggplant.css +1 -1
  9. package/dist/material-lime-dark.css +1 -1
  10. package/dist/material-lime.css +1 -1
  11. package/dist/material-main-dark.css +1 -1
  12. package/dist/material-main.css +1 -1
  13. package/dist/material-nova.css +1 -1
  14. package/dist/material-pacific-dark.css +1 -1
  15. package/dist/material-pacific.css +1 -1
  16. package/dist/material-sky-dark.css +1 -1
  17. package/dist/material-sky.css +1 -1
  18. package/dist/material-smoke.css +1 -1
  19. package/dist/meta/sassdoc-data.json +624 -84
  20. package/dist/meta/sassdoc-raw-data.json +289 -39
  21. package/dist/meta/variables.json +50 -22
  22. package/lib/swatches/material-2-dark.json +1 -1
  23. package/lib/swatches/material-2.json +1 -1
  24. package/lib/swatches/material-aqua-dark.json +1 -1
  25. package/lib/swatches/material-arctic.json +1 -1
  26. package/lib/swatches/material-burnt-teal.json +1 -1
  27. package/lib/swatches/material-dataviz-v4.json +1 -1
  28. package/lib/swatches/material-eggplant.json +1 -1
  29. package/lib/swatches/material-lime-dark.json +1 -1
  30. package/lib/swatches/material-lime.json +1 -1
  31. package/lib/swatches/material-main-dark.json +1 -1
  32. package/lib/swatches/material-main.json +1 -1
  33. package/lib/swatches/material-nova.json +1 -1
  34. package/lib/swatches/material-pacific-dark.json +1 -1
  35. package/lib/swatches/material-pacific.json +1 -1
  36. package/lib/swatches/material-sky-dark.json +1 -1
  37. package/lib/swatches/material-sky.json +1 -1
  38. package/lib/swatches/material-smoke.json +1 -1
  39. package/package.json +4 -4
  40. package/scss/button/_theme.scss +34 -3
  41. package/scss/grid/_variables.scss +25 -13
  42. package/scss/marquee/_variables.scss +2 -2
  43. package/scss/table/_variables.scss +22 -0
@@ -28369,15 +28369,15 @@
28369
28369
  }
28370
28370
  },
28371
28371
  {
28372
- "description": "The background color of the Grid selection aggregates container.\n",
28372
+ "description": "The background color of highlighted Grid rows.\n",
28373
28373
  "commentRange": {
28374
28374
  "start": 211,
28375
28375
  "end": 212
28376
28376
  },
28377
28377
  "context": {
28378
28378
  "type": "variable",
28379
- "name": "kendo-grid-selection-aggregates-bg",
28380
- "value": "$kendo-grid-header-bg",
28379
+ "name": "kendo-grid-highlighted-bg",
28380
+ "value": "$kendo-table-highlighted-bg",
28381
28381
  "scope": "default",
28382
28382
  "line": {
28383
28383
  "start": 213,
@@ -28394,15 +28394,15 @@
28394
28394
  }
28395
28395
  },
28396
28396
  {
28397
- "description": "The text color of the Grid selection aggregates container.\n",
28397
+ "description": "The text color of highlighted Grid rows.\n",
28398
28398
  "commentRange": {
28399
28399
  "start": 214,
28400
28400
  "end": 215
28401
28401
  },
28402
28402
  "context": {
28403
28403
  "type": "variable",
28404
- "name": "kendo-grid-selection-aggregates-text",
28405
- "value": "$kendo-grid-text",
28404
+ "name": "kendo-grid-highlighted-text",
28405
+ "value": "$kendo-table-highlighted-text",
28406
28406
  "scope": "default",
28407
28407
  "line": {
28408
28408
  "start": 216,
@@ -28419,15 +28419,15 @@
28419
28419
  }
28420
28420
  },
28421
28421
  {
28422
- "description": "The border color of the Grid selection aggregates container.\n",
28422
+ "description": "The border color of highlighted Grid rows.\n",
28423
28423
  "commentRange": {
28424
28424
  "start": 217,
28425
28425
  "end": 218
28426
28426
  },
28427
28427
  "context": {
28428
28428
  "type": "variable",
28429
- "name": "kendo-grid-selection-aggregates-border",
28430
- "value": "$kendo-grid-border",
28429
+ "name": "kendo-grid-highlighted-border",
28430
+ "value": "$kendo-table-highlighted-border",
28431
28431
  "scope": "default",
28432
28432
  "line": {
28433
28433
  "start": 219,
@@ -28444,15 +28444,15 @@
28444
28444
  }
28445
28445
  },
28446
28446
  {
28447
- "description": "The border width of the Grid selection aggregates container.\n",
28447
+ "description": "The font weight of highlighted Grid rows.\n",
28448
28448
  "commentRange": {
28449
28449
  "start": 220,
28450
28450
  "end": 221
28451
28451
  },
28452
28452
  "context": {
28453
28453
  "type": "variable",
28454
- "name": "kendo-grid-selection-aggregates-border-width",
28455
- "value": "$kendo-grid-border-width",
28454
+ "name": "kendo-grid-highlighted-font-weight",
28455
+ "value": "$kendo-table-highlighted-font-weight",
28456
28456
  "scope": "default",
28457
28457
  "line": {
28458
28458
  "start": 222,
@@ -28468,11 +28468,136 @@
28468
28468
  "name": "_variables.scss"
28469
28469
  }
28470
28470
  },
28471
+ {
28472
+ "description": "The background color of selected highlighted Grid rows.\n",
28473
+ "commentRange": {
28474
+ "start": 224,
28475
+ "end": 225
28476
+ },
28477
+ "context": {
28478
+ "type": "variable",
28479
+ "name": "kendo-grid-selected-highlighted-bg",
28480
+ "value": "$kendo-table-selected-highlighted-bg",
28481
+ "scope": "default",
28482
+ "line": {
28483
+ "start": 226,
28484
+ "end": 226
28485
+ }
28486
+ },
28487
+ "group": [
28488
+ "grid"
28489
+ ],
28490
+ "access": "public",
28491
+ "file": {
28492
+ "path": "grid/_variables.scss",
28493
+ "name": "_variables.scss"
28494
+ }
28495
+ },
28496
+ {
28497
+ "description": "The background color of the Grid selection aggregates container.\n",
28498
+ "commentRange": {
28499
+ "start": 228,
28500
+ "end": 229
28501
+ },
28502
+ "context": {
28503
+ "type": "variable",
28504
+ "name": "kendo-grid-selection-aggregates-bg",
28505
+ "value": "$kendo-grid-header-bg",
28506
+ "scope": "default",
28507
+ "line": {
28508
+ "start": 230,
28509
+ "end": 230
28510
+ }
28511
+ },
28512
+ "group": [
28513
+ "grid"
28514
+ ],
28515
+ "access": "public",
28516
+ "file": {
28517
+ "path": "grid/_variables.scss",
28518
+ "name": "_variables.scss"
28519
+ }
28520
+ },
28521
+ {
28522
+ "description": "The text color of the Grid selection aggregates container.\n",
28523
+ "commentRange": {
28524
+ "start": 231,
28525
+ "end": 232
28526
+ },
28527
+ "context": {
28528
+ "type": "variable",
28529
+ "name": "kendo-grid-selection-aggregates-text",
28530
+ "value": "$kendo-grid-text",
28531
+ "scope": "default",
28532
+ "line": {
28533
+ "start": 233,
28534
+ "end": 233
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 border color of the Grid selection aggregates container.\n",
28548
+ "commentRange": {
28549
+ "start": 234,
28550
+ "end": 235
28551
+ },
28552
+ "context": {
28553
+ "type": "variable",
28554
+ "name": "kendo-grid-selection-aggregates-border",
28555
+ "value": "$kendo-grid-border",
28556
+ "scope": "default",
28557
+ "line": {
28558
+ "start": 236,
28559
+ "end": 236
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 border width of the Grid selection aggregates container.\n",
28573
+ "commentRange": {
28574
+ "start": 237,
28575
+ "end": 238
28576
+ },
28577
+ "context": {
28578
+ "type": "variable",
28579
+ "name": "kendo-grid-selection-aggregates-border-width",
28580
+ "value": "$kendo-grid-border-width",
28581
+ "scope": "default",
28582
+ "line": {
28583
+ "start": 239,
28584
+ "end": 239
28585
+ }
28586
+ },
28587
+ "group": [
28588
+ "grid"
28589
+ ],
28590
+ "access": "public",
28591
+ "file": {
28592
+ "path": "grid/_variables.scss",
28593
+ "name": "_variables.scss"
28594
+ }
28595
+ },
28471
28596
  {
28472
28597
  "description": "The spacing between the selection aggregates items.\n",
28473
28598
  "commentRange": {
28474
- "start": 223,
28475
- "end": 224
28599
+ "start": 240,
28600
+ "end": 241
28476
28601
  },
28477
28602
  "context": {
28478
28603
  "type": "variable",
@@ -28480,8 +28605,8 @@
28480
28605
  "value": "k-spacing(2)",
28481
28606
  "scope": "default",
28482
28607
  "line": {
28483
- "start": 225,
28484
- "end": 225
28608
+ "start": 242,
28609
+ "end": 242
28485
28610
  }
28486
28611
  },
28487
28612
  "group": [
@@ -28496,8 +28621,8 @@
28496
28621
  {
28497
28622
  "description": "The line height of the Grid selection aggregates container.\n",
28498
28623
  "commentRange": {
28499
- "start": 226,
28500
- "end": 227
28624
+ "start": 243,
28625
+ "end": 244
28501
28626
  },
28502
28627
  "context": {
28503
28628
  "type": "variable",
@@ -28505,8 +28630,8 @@
28505
28630
  "value": "20px",
28506
28631
  "scope": "default",
28507
28632
  "line": {
28508
- "start": 228,
28509
- "end": 228
28633
+ "start": 245,
28634
+ "end": 245
28510
28635
  }
28511
28636
  },
28512
28637
  "group": [
@@ -28521,8 +28646,8 @@
28521
28646
  {
28522
28647
  "description": "The font weight of the Grid selection aggregates container.\n",
28523
28648
  "commentRange": {
28524
- "start": 229,
28525
- "end": 230
28649
+ "start": 246,
28650
+ "end": 247
28526
28651
  },
28527
28652
  "context": {
28528
28653
  "type": "variable",
@@ -28530,8 +28655,8 @@
28530
28655
  "value": "var( --kendo-font-weight-bold, normal )",
28531
28656
  "scope": "default",
28532
28657
  "line": {
28533
- "start": 231,
28534
- "end": 231
28658
+ "start": 248,
28659
+ "end": 248
28535
28660
  }
28536
28661
  },
28537
28662
  "group": [
@@ -28546,8 +28671,8 @@
28546
28671
  {
28547
28672
  "description": "The background color of the Grid row resize indicator.\n",
28548
28673
  "commentRange": {
28549
- "start": 321,
28550
- "end": 322
28674
+ "start": 331,
28675
+ "end": 332
28551
28676
  },
28552
28677
  "context": {
28553
28678
  "type": "variable",
@@ -28555,8 +28680,8 @@
28555
28680
  "value": "color-mix(in srgb, k-color(on-base) 20%, transparent)",
28556
28681
  "scope": "default",
28557
28682
  "line": {
28558
- "start": 323,
28559
- "end": 323
28683
+ "start": 333,
28684
+ "end": 333
28560
28685
  }
28561
28686
  },
28562
28687
  "group": [
@@ -28571,8 +28696,8 @@
28571
28696
  {
28572
28697
  "description": "The background color of the active Grid row resize indicator.\n",
28573
28698
  "commentRange": {
28574
- "start": 324,
28575
- "end": 325
28699
+ "start": 334,
28700
+ "end": 335
28576
28701
  },
28577
28702
  "context": {
28578
28703
  "type": "variable",
@@ -28580,8 +28705,8 @@
28580
28705
  "value": "k-color(primary)",
28581
28706
  "scope": "default",
28582
28707
  "line": {
28583
- "start": 326,
28584
- "end": 326
28708
+ "start": 336,
28709
+ "end": 336
28585
28710
  }
28586
28711
  },
28587
28712
  "group": [
@@ -28596,8 +28721,8 @@
28596
28721
  {
28597
28722
  "description": "The height of the Grid row resize indicator.\n",
28598
28723
  "commentRange": {
28599
- "start": 327,
28600
- "end": 328
28724
+ "start": 337,
28725
+ "end": 338
28601
28726
  },
28602
28727
  "context": {
28603
28728
  "type": "variable",
@@ -28605,8 +28730,8 @@
28605
28730
  "value": "k-spacing(0.5)",
28606
28731
  "scope": "default",
28607
28732
  "line": {
28608
- "start": 329,
28609
- "end": 329
28733
+ "start": 339,
28734
+ "end": 339
28610
28735
  }
28611
28736
  },
28612
28737
  "group": [
@@ -60472,15 +60597,15 @@
60472
60597
  }
60473
60598
  },
60474
60599
  {
60475
- "description": "The box shadow of the row spanned cells.\n",
60600
+ "description": "Background color of highlighted rows in table.\n",
60476
60601
  "commentRange": {
60477
60602
  "start": 160,
60478
60603
  "end": 161
60479
60604
  },
60480
60605
  "context": {
60481
60606
  "type": "variable",
60482
- "name": "kendo-table-cell-row-span-shadow",
60483
- "value": "inset 0 0 0 1px $kendo-table-border",
60607
+ "name": "kendo-table-highlighted-bg",
60608
+ "value": "color-mix(in srgb, k-color(warning) 20%, transparent)",
60484
60609
  "scope": "default",
60485
60610
  "line": {
60486
60611
  "start": 162,
@@ -60496,6 +60621,131 @@
60496
60621
  "name": "_variables.scss"
60497
60622
  }
60498
60623
  },
60624
+ {
60625
+ "description": "Text color of highlighted rows in table.\n",
60626
+ "commentRange": {
60627
+ "start": 163,
60628
+ "end": 164
60629
+ },
60630
+ "context": {
60631
+ "type": "variable",
60632
+ "name": "kendo-table-highlighted-text",
60633
+ "value": "null",
60634
+ "scope": "default",
60635
+ "line": {
60636
+ "start": 165,
60637
+ "end": 165
60638
+ }
60639
+ },
60640
+ "group": [
60641
+ "table"
60642
+ ],
60643
+ "access": "public",
60644
+ "file": {
60645
+ "path": "table/_variables.scss",
60646
+ "name": "_variables.scss"
60647
+ }
60648
+ },
60649
+ {
60650
+ "description": "The font weight of highlighted rows in table.\n",
60651
+ "commentRange": {
60652
+ "start": 166,
60653
+ "end": 167
60654
+ },
60655
+ "context": {
60656
+ "type": "variable",
60657
+ "name": "kendo-table-highlighted-font-weight",
60658
+ "value": "var( --kendo-font-weight-semibold, normal )",
60659
+ "scope": "default",
60660
+ "line": {
60661
+ "start": 168,
60662
+ "end": 168
60663
+ }
60664
+ },
60665
+ "group": [
60666
+ "table"
60667
+ ],
60668
+ "access": "public",
60669
+ "file": {
60670
+ "path": "table/_variables.scss",
60671
+ "name": "_variables.scss"
60672
+ }
60673
+ },
60674
+ {
60675
+ "description": "Border color of highlighted rows in table.\n",
60676
+ "commentRange": {
60677
+ "start": 169,
60678
+ "end": 170
60679
+ },
60680
+ "context": {
60681
+ "type": "variable",
60682
+ "name": "kendo-table-highlighted-border",
60683
+ "value": "null",
60684
+ "scope": "default",
60685
+ "line": {
60686
+ "start": 171,
60687
+ "end": 171
60688
+ }
60689
+ },
60690
+ "group": [
60691
+ "table"
60692
+ ],
60693
+ "access": "public",
60694
+ "file": {
60695
+ "path": "table/_variables.scss",
60696
+ "name": "_variables.scss"
60697
+ }
60698
+ },
60699
+ {
60700
+ "description": "Background color of selected highlighted rows in table.\n",
60701
+ "commentRange": {
60702
+ "start": 173,
60703
+ "end": 174
60704
+ },
60705
+ "context": {
60706
+ "type": "variable",
60707
+ "name": "kendo-table-selected-highlighted-bg",
60708
+ "value": "color-mix(in srgb, color-mix(in srgb, k-color(primary), k-color(warning)) 36%, transparent)",
60709
+ "scope": "default",
60710
+ "line": {
60711
+ "start": 175,
60712
+ "end": 175
60713
+ }
60714
+ },
60715
+ "group": [
60716
+ "table"
60717
+ ],
60718
+ "access": "public",
60719
+ "file": {
60720
+ "path": "table/_variables.scss",
60721
+ "name": "_variables.scss"
60722
+ }
60723
+ },
60724
+ {
60725
+ "description": "The box shadow of the row spanned cells.\n",
60726
+ "commentRange": {
60727
+ "start": 177,
60728
+ "end": 178
60729
+ },
60730
+ "context": {
60731
+ "type": "variable",
60732
+ "name": "kendo-table-cell-row-span-shadow",
60733
+ "value": "inset 0 0 0 1px $kendo-table-border",
60734
+ "scope": "default",
60735
+ "line": {
60736
+ "start": 179,
60737
+ "end": 179
60738
+ }
60739
+ },
60740
+ "group": [
60741
+ "table"
60742
+ ],
60743
+ "access": "public",
60744
+ "file": {
60745
+ "path": "table/_variables.scss",
60746
+ "name": "_variables.scss"
60747
+ }
60748
+ },
60499
60749
  {
60500
60750
  "description": "The horizontal padding of the TabStrip wrapper.\n",
60501
60751
  "commentRange": {
@@ -2236,6 +2236,26 @@
2236
2236
  "type": "Null",
2237
2237
  "value": "null"
2238
2238
  },
2239
+ "kendo-table-highlighted-bg": {
2240
+ "type": "String",
2241
+ "value": "color-mix(in srgb, var(--kendo-color-warning, #F5CA47) 20%, transparent)"
2242
+ },
2243
+ "kendo-table-highlighted-text": {
2244
+ "type": "Null",
2245
+ "value": "null"
2246
+ },
2247
+ "kendo-table-highlighted-font-weight": {
2248
+ "type": "String",
2249
+ "value": "var(--kendo-font-weight-semibold, normal)"
2250
+ },
2251
+ "kendo-table-highlighted-border": {
2252
+ "type": "Null",
2253
+ "value": "null"
2254
+ },
2255
+ "kendo-table-selected-highlighted-bg": {
2256
+ "type": "String",
2257
+ "value": "color-mix(in srgb, color-mix(in srgb, var(--kendo-color-primary, #65558F), var(--kendo-color-warning, #F5CA47)) 36%, transparent)"
2258
+ },
2239
2259
  "kendo-table-cell-row-span-shadow": {
2240
2260
  "type": "List",
2241
2261
  "value": "(inset 0 0 0 1px var(--kendo-color-border, rgba(29, 27, 32, 0.12)))"
@@ -11359,6 +11379,26 @@
11359
11379
  "type": "Null",
11360
11380
  "value": "null"
11361
11381
  },
11382
+ "kendo-grid-highlighted-bg": {
11383
+ "type": "String",
11384
+ "value": "color-mix(in srgb, var(--kendo-color-warning, #F5CA47) 20%, transparent)"
11385
+ },
11386
+ "kendo-grid-highlighted-text": {
11387
+ "type": "Null",
11388
+ "value": "null"
11389
+ },
11390
+ "kendo-grid-highlighted-border": {
11391
+ "type": "Null",
11392
+ "value": "null"
11393
+ },
11394
+ "kendo-grid-highlighted-font-weight": {
11395
+ "type": "String",
11396
+ "value": "var(--kendo-font-weight-semibold, normal)"
11397
+ },
11398
+ "kendo-grid-selected-highlighted-bg": {
11399
+ "type": "String",
11400
+ "value": "color-mix(in srgb, color-mix(in srgb, var(--kendo-color-primary, #65558F), var(--kendo-color-warning, #F5CA47)) 36%, transparent)"
11401
+ },
11362
11402
  "kendo-grid-selection-aggregates-bg": {
11363
11403
  "type": "String",
11364
11404
  "value": "var(--kendo-color-surface, #F7F3FA)"
@@ -11439,6 +11479,14 @@
11439
11479
  "type": "String",
11440
11480
  "value": "var(--kendo-color-surface-alt, #ffffff)"
11441
11481
  },
11482
+ "kendo-grid-sticky-alt-bg": {
11483
+ "type": "String",
11484
+ "value": "var(--kendo-color-surface-alt, #ffffff)"
11485
+ },
11486
+ "kendo-grid-sticky-hover-bg": {
11487
+ "type": "String",
11488
+ "value": "var(--kendo-color-base-hover, #E2DDE5)"
11489
+ },
11442
11490
  "kendo-grid-sticky-text": {
11443
11491
  "type": "String",
11444
11492
  "value": "var(--kendo-color-on-app-surface, #1D1B20)"
@@ -11447,10 +11495,6 @@
11447
11495
  "type": "String",
11448
11496
  "value": "color-mix(in srgb, var(--kendo-color-on-app-surface, #1D1B20) 50%, transparent)"
11449
11497
  },
11450
- "kendo-grid-sticky-alt-bg": {
11451
- "type": "String",
11452
- "value": "var(--kendo-color-surface-alt, #ffffff)"
11453
- },
11454
11498
  "kendo-grid-sticky-header-bg": {
11455
11499
  "type": "String",
11456
11500
  "value": "var(--kendo-color-surface-alt, #ffffff)"
@@ -11471,22 +11515,6 @@
11471
11515
  "type": "String",
11472
11516
  "value": "var(--kendo-color-surface-alt, #ffffff)"
11473
11517
  },
11474
- "kendo-grid-sticky-selected-bg": {
11475
- "type": "String",
11476
- "value": "color-mix(in srgb, var(--kendo-color-primary, #65558F) 12%, transparent)"
11477
- },
11478
- "kendo-grid-sticky-selected-alt-bg": {
11479
- "type": "String",
11480
- "value": "color-mix(in srgb, var(--kendo-color-primary, #65558F) 12%, transparent)"
11481
- },
11482
- "kendo-grid-sticky-hover-bg": {
11483
- "type": "String",
11484
- "value": "var(--kendo-color-base-hover, #E2DDE5)"
11485
- },
11486
- "kendo-grid-sticky-selected-hover-bg": {
11487
- "type": "String",
11488
- "value": "color-mix(in srgb, var(--kendo-color-primary, #65558F) 12%, transparent)"
11489
- },
11490
11518
  "kendo-grid-column-menu-width": {
11491
11519
  "type": "Number",
11492
11520
  "value": "250px"
@@ -15671,11 +15699,11 @@
15671
15699
  },
15672
15700
  "kendo-marquee-text": {
15673
15701
  "type": "String",
15674
- "value": "var(--kendo-color-on-secondary, #4A4459)"
15702
+ "value": "var(--kendo-color-on-primary, #ffffff)"
15675
15703
  },
15676
15704
  "kendo-marquee-bg": {
15677
15705
  "type": "String",
15678
- "value": "var(--kendo-color-secondary, #E8DEF8)"
15706
+ "value": "var(--kendo-color-primary, #65558F)"
15679
15707
  },
15680
15708
  "kendo-marquee-border": {
15681
15709
  "type": "String",
@@ -3,7 +3,7 @@
3
3
  "name": "Material 2 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.0.3-dev.3",
6
+ "version": "11.1.0-dev.0",
7
7
  "previewColors": [
8
8
  "#121212",
9
9
  "#212121",
@@ -3,7 +3,7 @@
3
3
  "name": "Material 2",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.0.3-dev.3",
6
+ "version": "11.1.0-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Aqua Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.0.3-dev.3",
6
+ "version": "11.1.0-dev.0",
7
7
  "previewColors": [
8
8
  "#121212",
9
9
  "#212121",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Arctic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.0.3-dev.3",
6
+ "version": "11.1.0-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Burnt Teal",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.0.3-dev.3",
6
+ "version": "11.1.0-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Dataviz v4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.0.3-dev.3",
6
+ "version": "11.1.0-dev.0",
7
7
  "previewColors": [
8
8
  "#3f51b5",
9
9
  "#2196f3",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Eggplant",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.0.3-dev.3",
6
+ "version": "11.1.0-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Lime Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.0.3-dev.3",
6
+ "version": "11.1.0-dev.0",
7
7
  "previewColors": [
8
8
  "#121212",
9
9
  "#212121",