@progress/kendo-theme-material 8.0.0-dev.2 → 8.0.0-dev.4
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 +331 -303
- package/dist/all.scss +49 -14
- package/dist/meta/sassdoc-data.json +650 -116
- package/dist/meta/sassdoc-raw-data.json +303 -53
- package/dist/meta/variables.json +4 -0
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +6 -6
- package/scss/calendar/_variables.scss +23 -3
|
@@ -4599,31 +4599,6 @@
|
|
|
4599
4599
|
"name": "_variables.scss"
|
|
4600
4600
|
}
|
|
4601
4601
|
},
|
|
4602
|
-
{
|
|
4603
|
-
"description": "The horizontal padding of the header cells in the Calendar.\n",
|
|
4604
|
-
"commentRange": {
|
|
4605
|
-
"start": 76,
|
|
4606
|
-
"end": 77
|
|
4607
|
-
},
|
|
4608
|
-
"context": {
|
|
4609
|
-
"type": "variable",
|
|
4610
|
-
"name": "kendo-calendar-header-cell-padding-x",
|
|
4611
|
-
"value": "null",
|
|
4612
|
-
"scope": "default",
|
|
4613
|
-
"line": {
|
|
4614
|
-
"start": 78,
|
|
4615
|
-
"end": 78
|
|
4616
|
-
}
|
|
4617
|
-
},
|
|
4618
|
-
"group": [
|
|
4619
|
-
"calenda"
|
|
4620
|
-
],
|
|
4621
|
-
"access": "public",
|
|
4622
|
-
"file": {
|
|
4623
|
-
"path": "calendar/_variables.scss",
|
|
4624
|
-
"name": "_variables.scss"
|
|
4625
|
-
}
|
|
4626
|
-
},
|
|
4627
4602
|
{
|
|
4628
4603
|
"description": "The width of the border around the Calendar.\n",
|
|
4629
4604
|
"commentRange": {
|
|
@@ -5124,6 +5099,31 @@
|
|
|
5124
5099
|
"name": "_variables.scss"
|
|
5125
5100
|
}
|
|
5126
5101
|
},
|
|
5102
|
+
{
|
|
5103
|
+
"description": "The horizontal padding of the header cells in the Calendar.\n",
|
|
5104
|
+
"commentRange": {
|
|
5105
|
+
"start": 76,
|
|
5106
|
+
"end": 77
|
|
5107
|
+
},
|
|
5108
|
+
"context": {
|
|
5109
|
+
"type": "variable",
|
|
5110
|
+
"name": "kendo-calendar-header-cell-padding-x",
|
|
5111
|
+
"value": "null",
|
|
5112
|
+
"scope": "default",
|
|
5113
|
+
"line": {
|
|
5114
|
+
"start": 78,
|
|
5115
|
+
"end": 78
|
|
5116
|
+
}
|
|
5117
|
+
},
|
|
5118
|
+
"group": [
|
|
5119
|
+
"calendar"
|
|
5120
|
+
],
|
|
5121
|
+
"access": "public",
|
|
5122
|
+
"file": {
|
|
5123
|
+
"path": "calendar/_variables.scss",
|
|
5124
|
+
"name": "_variables.scss"
|
|
5125
|
+
}
|
|
5126
|
+
},
|
|
5127
5127
|
{
|
|
5128
5128
|
"description": "The vertical padding of the header cells in the Calendar.\n",
|
|
5129
5129
|
"commentRange": {
|
|
@@ -6399,11 +6399,111 @@
|
|
|
6399
6399
|
"name": "_variables.scss"
|
|
6400
6400
|
}
|
|
6401
6401
|
},
|
|
6402
|
+
{
|
|
6403
|
+
"description": "The border radius of the range cells in the Multiview Calendar.\n",
|
|
6404
|
+
"commentRange": {
|
|
6405
|
+
"start": 266,
|
|
6406
|
+
"end": 267
|
|
6407
|
+
},
|
|
6408
|
+
"context": {
|
|
6409
|
+
"type": "variable",
|
|
6410
|
+
"name": "kendo-calendar-range-cell-border-radius",
|
|
6411
|
+
"value": "k-border-radius(full)",
|
|
6412
|
+
"scope": "default",
|
|
6413
|
+
"line": {
|
|
6414
|
+
"start": 268,
|
|
6415
|
+
"end": 268
|
|
6416
|
+
}
|
|
6417
|
+
},
|
|
6418
|
+
"group": [
|
|
6419
|
+
"calendar"
|
|
6420
|
+
],
|
|
6421
|
+
"access": "public",
|
|
6422
|
+
"file": {
|
|
6423
|
+
"path": "calendar/_variables.scss",
|
|
6424
|
+
"name": "_variables.scss"
|
|
6425
|
+
}
|
|
6426
|
+
},
|
|
6427
|
+
{
|
|
6428
|
+
"description": "The font size of the small Calendar.\n",
|
|
6429
|
+
"commentRange": {
|
|
6430
|
+
"start": 272,
|
|
6431
|
+
"end": 273
|
|
6432
|
+
},
|
|
6433
|
+
"context": {
|
|
6434
|
+
"type": "variable",
|
|
6435
|
+
"name": "kendo-calendar-sm-font-size",
|
|
6436
|
+
"value": "var( --kendo-font-size, inherit )",
|
|
6437
|
+
"scope": "default",
|
|
6438
|
+
"line": {
|
|
6439
|
+
"start": 274,
|
|
6440
|
+
"end": 274
|
|
6441
|
+
}
|
|
6442
|
+
},
|
|
6443
|
+
"group": [
|
|
6444
|
+
"calendar"
|
|
6445
|
+
],
|
|
6446
|
+
"access": "public",
|
|
6447
|
+
"file": {
|
|
6448
|
+
"path": "calendar/_variables.scss",
|
|
6449
|
+
"name": "_variables.scss"
|
|
6450
|
+
}
|
|
6451
|
+
},
|
|
6452
|
+
{
|
|
6453
|
+
"description": "The line height of the small Calendar.\n",
|
|
6454
|
+
"commentRange": {
|
|
6455
|
+
"start": 275,
|
|
6456
|
+
"end": 276
|
|
6457
|
+
},
|
|
6458
|
+
"context": {
|
|
6459
|
+
"type": "variable",
|
|
6460
|
+
"name": "kendo-calendar-sm-line-height",
|
|
6461
|
+
"value": "var( --kendo-line-height, normal )",
|
|
6462
|
+
"scope": "default",
|
|
6463
|
+
"line": {
|
|
6464
|
+
"start": 277,
|
|
6465
|
+
"end": 277
|
|
6466
|
+
}
|
|
6467
|
+
},
|
|
6468
|
+
"group": [
|
|
6469
|
+
"calendar"
|
|
6470
|
+
],
|
|
6471
|
+
"access": "public",
|
|
6472
|
+
"file": {
|
|
6473
|
+
"path": "calendar/_variables.scss",
|
|
6474
|
+
"name": "_variables.scss"
|
|
6475
|
+
}
|
|
6476
|
+
},
|
|
6477
|
+
{
|
|
6478
|
+
"description": "The size of the cells in the small Calendar.\n",
|
|
6479
|
+
"commentRange": {
|
|
6480
|
+
"start": 278,
|
|
6481
|
+
"end": 279
|
|
6482
|
+
},
|
|
6483
|
+
"context": {
|
|
6484
|
+
"type": "variable",
|
|
6485
|
+
"name": "kendo-calendar-sm-cell-size",
|
|
6486
|
+
"value": "32px",
|
|
6487
|
+
"scope": "default",
|
|
6488
|
+
"line": {
|
|
6489
|
+
"start": 280,
|
|
6490
|
+
"end": 280
|
|
6491
|
+
}
|
|
6492
|
+
},
|
|
6493
|
+
"group": [
|
|
6494
|
+
"calendar"
|
|
6495
|
+
],
|
|
6496
|
+
"access": "public",
|
|
6497
|
+
"file": {
|
|
6498
|
+
"path": "calendar/_variables.scss",
|
|
6499
|
+
"name": "_variables.scss"
|
|
6500
|
+
}
|
|
6501
|
+
},
|
|
6402
6502
|
{
|
|
6403
6503
|
"description": "The horizontal padding of the cells in the small Calendar.\n",
|
|
6404
6504
|
"commentRange": {
|
|
6405
|
-
"start":
|
|
6406
|
-
"end":
|
|
6505
|
+
"start": 281,
|
|
6506
|
+
"end": 282
|
|
6407
6507
|
},
|
|
6408
6508
|
"context": {
|
|
6409
6509
|
"type": "variable",
|
|
@@ -6411,8 +6511,8 @@
|
|
|
6411
6511
|
"value": "k-spacing(0.5)",
|
|
6412
6512
|
"scope": "default",
|
|
6413
6513
|
"line": {
|
|
6414
|
-
"start":
|
|
6415
|
-
"end":
|
|
6514
|
+
"start": 283,
|
|
6515
|
+
"end": 283
|
|
6416
6516
|
}
|
|
6417
6517
|
},
|
|
6418
6518
|
"group": [
|
|
@@ -6427,8 +6527,8 @@
|
|
|
6427
6527
|
{
|
|
6428
6528
|
"description": "The vertical padding of the cells in the small Calendar.\n",
|
|
6429
6529
|
"commentRange": {
|
|
6430
|
-
"start":
|
|
6431
|
-
"end":
|
|
6530
|
+
"start": 284,
|
|
6531
|
+
"end": 285
|
|
6432
6532
|
},
|
|
6433
6533
|
"context": {
|
|
6434
6534
|
"type": "variable",
|
|
@@ -6436,8 +6536,83 @@
|
|
|
6436
6536
|
"value": "k-spacing(0.5)",
|
|
6437
6537
|
"scope": "default",
|
|
6438
6538
|
"line": {
|
|
6439
|
-
"start":
|
|
6440
|
-
"end":
|
|
6539
|
+
"start": 286,
|
|
6540
|
+
"end": 286
|
|
6541
|
+
}
|
|
6542
|
+
},
|
|
6543
|
+
"group": [
|
|
6544
|
+
"calendar"
|
|
6545
|
+
],
|
|
6546
|
+
"access": "public",
|
|
6547
|
+
"file": {
|
|
6548
|
+
"path": "calendar/_variables.scss",
|
|
6549
|
+
"name": "_variables.scss"
|
|
6550
|
+
}
|
|
6551
|
+
},
|
|
6552
|
+
{
|
|
6553
|
+
"description": "The font size of the medium Calendar.\n",
|
|
6554
|
+
"commentRange": {
|
|
6555
|
+
"start": 288,
|
|
6556
|
+
"end": 289
|
|
6557
|
+
},
|
|
6558
|
+
"context": {
|
|
6559
|
+
"type": "variable",
|
|
6560
|
+
"name": "kendo-calendar-md-font-size",
|
|
6561
|
+
"value": "var( --kendo-font-size, inherit )",
|
|
6562
|
+
"scope": "default",
|
|
6563
|
+
"line": {
|
|
6564
|
+
"start": 290,
|
|
6565
|
+
"end": 290
|
|
6566
|
+
}
|
|
6567
|
+
},
|
|
6568
|
+
"group": [
|
|
6569
|
+
"calendar"
|
|
6570
|
+
],
|
|
6571
|
+
"access": "public",
|
|
6572
|
+
"file": {
|
|
6573
|
+
"path": "calendar/_variables.scss",
|
|
6574
|
+
"name": "_variables.scss"
|
|
6575
|
+
}
|
|
6576
|
+
},
|
|
6577
|
+
{
|
|
6578
|
+
"description": "The line height of the medium Calendar.\n",
|
|
6579
|
+
"commentRange": {
|
|
6580
|
+
"start": 291,
|
|
6581
|
+
"end": 292
|
|
6582
|
+
},
|
|
6583
|
+
"context": {
|
|
6584
|
+
"type": "variable",
|
|
6585
|
+
"name": "kendo-calendar-md-line-height",
|
|
6586
|
+
"value": "var( --kendo-line-height, normal )",
|
|
6587
|
+
"scope": "default",
|
|
6588
|
+
"line": {
|
|
6589
|
+
"start": 293,
|
|
6590
|
+
"end": 293
|
|
6591
|
+
}
|
|
6592
|
+
},
|
|
6593
|
+
"group": [
|
|
6594
|
+
"calendar"
|
|
6595
|
+
],
|
|
6596
|
+
"access": "public",
|
|
6597
|
+
"file": {
|
|
6598
|
+
"path": "calendar/_variables.scss",
|
|
6599
|
+
"name": "_variables.scss"
|
|
6600
|
+
}
|
|
6601
|
+
},
|
|
6602
|
+
{
|
|
6603
|
+
"description": "The size of the cells in the medium Calendar.\n",
|
|
6604
|
+
"commentRange": {
|
|
6605
|
+
"start": 294,
|
|
6606
|
+
"end": 295
|
|
6607
|
+
},
|
|
6608
|
+
"context": {
|
|
6609
|
+
"type": "variable",
|
|
6610
|
+
"name": "kendo-calendar-md-cell-size",
|
|
6611
|
+
"value": "36px",
|
|
6612
|
+
"scope": "default",
|
|
6613
|
+
"line": {
|
|
6614
|
+
"start": 296,
|
|
6615
|
+
"end": 296
|
|
6441
6616
|
}
|
|
6442
6617
|
},
|
|
6443
6618
|
"group": [
|
|
@@ -6452,8 +6627,8 @@
|
|
|
6452
6627
|
{
|
|
6453
6628
|
"description": "The horizontal padding of the cells in the medium Calendar.\n",
|
|
6454
6629
|
"commentRange": {
|
|
6455
|
-
"start":
|
|
6456
|
-
"end":
|
|
6630
|
+
"start": 297,
|
|
6631
|
+
"end": 298
|
|
6457
6632
|
},
|
|
6458
6633
|
"context": {
|
|
6459
6634
|
"type": "variable",
|
|
@@ -6461,8 +6636,8 @@
|
|
|
6461
6636
|
"value": "k-spacing(1)",
|
|
6462
6637
|
"scope": "default",
|
|
6463
6638
|
"line": {
|
|
6464
|
-
"start":
|
|
6465
|
-
"end":
|
|
6639
|
+
"start": 299,
|
|
6640
|
+
"end": 299
|
|
6466
6641
|
}
|
|
6467
6642
|
},
|
|
6468
6643
|
"group": [
|
|
@@ -6477,8 +6652,8 @@
|
|
|
6477
6652
|
{
|
|
6478
6653
|
"description": "The vertical padding of the cells in the medium Calendar.\n",
|
|
6479
6654
|
"commentRange": {
|
|
6480
|
-
"start":
|
|
6481
|
-
"end":
|
|
6655
|
+
"start": 300,
|
|
6656
|
+
"end": 301
|
|
6482
6657
|
},
|
|
6483
6658
|
"context": {
|
|
6484
6659
|
"type": "variable",
|
|
@@ -6486,8 +6661,83 @@
|
|
|
6486
6661
|
"value": "k-spacing(1)",
|
|
6487
6662
|
"scope": "default",
|
|
6488
6663
|
"line": {
|
|
6489
|
-
"start":
|
|
6490
|
-
"end":
|
|
6664
|
+
"start": 302,
|
|
6665
|
+
"end": 302
|
|
6666
|
+
}
|
|
6667
|
+
},
|
|
6668
|
+
"group": [
|
|
6669
|
+
"calendar"
|
|
6670
|
+
],
|
|
6671
|
+
"access": "public",
|
|
6672
|
+
"file": {
|
|
6673
|
+
"path": "calendar/_variables.scss",
|
|
6674
|
+
"name": "_variables.scss"
|
|
6675
|
+
}
|
|
6676
|
+
},
|
|
6677
|
+
{
|
|
6678
|
+
"description": "The font size of the large Calendar.\n",
|
|
6679
|
+
"commentRange": {
|
|
6680
|
+
"start": 304,
|
|
6681
|
+
"end": 305
|
|
6682
|
+
},
|
|
6683
|
+
"context": {
|
|
6684
|
+
"type": "variable",
|
|
6685
|
+
"name": "kendo-calendar-lg-font-size",
|
|
6686
|
+
"value": "var( --kendo-font-size-lg, inherit )",
|
|
6687
|
+
"scope": "default",
|
|
6688
|
+
"line": {
|
|
6689
|
+
"start": 306,
|
|
6690
|
+
"end": 306
|
|
6691
|
+
}
|
|
6692
|
+
},
|
|
6693
|
+
"group": [
|
|
6694
|
+
"calendar"
|
|
6695
|
+
],
|
|
6696
|
+
"access": "public",
|
|
6697
|
+
"file": {
|
|
6698
|
+
"path": "calendar/_variables.scss",
|
|
6699
|
+
"name": "_variables.scss"
|
|
6700
|
+
}
|
|
6701
|
+
},
|
|
6702
|
+
{
|
|
6703
|
+
"description": "The line height of the large Calendar.\n",
|
|
6704
|
+
"commentRange": {
|
|
6705
|
+
"start": 307,
|
|
6706
|
+
"end": 308
|
|
6707
|
+
},
|
|
6708
|
+
"context": {
|
|
6709
|
+
"type": "variable",
|
|
6710
|
+
"name": "kendo-calendar-lg-line-height",
|
|
6711
|
+
"value": "var( --kendo-line-height-lg, normal )",
|
|
6712
|
+
"scope": "default",
|
|
6713
|
+
"line": {
|
|
6714
|
+
"start": 309,
|
|
6715
|
+
"end": 309
|
|
6716
|
+
}
|
|
6717
|
+
},
|
|
6718
|
+
"group": [
|
|
6719
|
+
"calendar"
|
|
6720
|
+
],
|
|
6721
|
+
"access": "public",
|
|
6722
|
+
"file": {
|
|
6723
|
+
"path": "calendar/_variables.scss",
|
|
6724
|
+
"name": "_variables.scss"
|
|
6725
|
+
}
|
|
6726
|
+
},
|
|
6727
|
+
{
|
|
6728
|
+
"description": "The size of the cells in the large Calendar.\n",
|
|
6729
|
+
"commentRange": {
|
|
6730
|
+
"start": 310,
|
|
6731
|
+
"end": 311
|
|
6732
|
+
},
|
|
6733
|
+
"context": {
|
|
6734
|
+
"type": "variable",
|
|
6735
|
+
"name": "kendo-calendar-lg-cell-size",
|
|
6736
|
+
"value": "40px",
|
|
6737
|
+
"scope": "default",
|
|
6738
|
+
"line": {
|
|
6739
|
+
"start": 312,
|
|
6740
|
+
"end": 312
|
|
6491
6741
|
}
|
|
6492
6742
|
},
|
|
6493
6743
|
"group": [
|
|
@@ -6502,8 +6752,8 @@
|
|
|
6502
6752
|
{
|
|
6503
6753
|
"description": "The horizontal padding of the cells in the large Calendar.\n",
|
|
6504
6754
|
"commentRange": {
|
|
6505
|
-
"start":
|
|
6506
|
-
"end":
|
|
6755
|
+
"start": 313,
|
|
6756
|
+
"end": 314
|
|
6507
6757
|
},
|
|
6508
6758
|
"context": {
|
|
6509
6759
|
"type": "variable",
|
|
@@ -6511,8 +6761,8 @@
|
|
|
6511
6761
|
"value": "k-spacing(1)",
|
|
6512
6762
|
"scope": "default",
|
|
6513
6763
|
"line": {
|
|
6514
|
-
"start":
|
|
6515
|
-
"end":
|
|
6764
|
+
"start": 315,
|
|
6765
|
+
"end": 315
|
|
6516
6766
|
}
|
|
6517
6767
|
},
|
|
6518
6768
|
"group": [
|
|
@@ -6527,8 +6777,8 @@
|
|
|
6527
6777
|
{
|
|
6528
6778
|
"description": "The vertical padding of the cells in the large Calendar.\n",
|
|
6529
6779
|
"commentRange": {
|
|
6530
|
-
"start":
|
|
6531
|
-
"end":
|
|
6780
|
+
"start": 316,
|
|
6781
|
+
"end": 317
|
|
6532
6782
|
},
|
|
6533
6783
|
"context": {
|
|
6534
6784
|
"type": "variable",
|
|
@@ -6536,8 +6786,8 @@
|
|
|
6536
6786
|
"value": "k-spacing(1)",
|
|
6537
6787
|
"scope": "default",
|
|
6538
6788
|
"line": {
|
|
6539
|
-
"start":
|
|
6540
|
-
"end":
|
|
6789
|
+
"start": 318,
|
|
6790
|
+
"end": 318
|
|
6541
6791
|
}
|
|
6542
6792
|
},
|
|
6543
6793
|
"group": [
|
|
@@ -6552,8 +6802,8 @@
|
|
|
6552
6802
|
{
|
|
6553
6803
|
"description": "The sizes Map of the Calendar.\n",
|
|
6554
6804
|
"commentRange": {
|
|
6555
|
-
"start":
|
|
6556
|
-
"end":
|
|
6805
|
+
"start": 320,
|
|
6806
|
+
"end": 321
|
|
6557
6807
|
},
|
|
6558
6808
|
"context": {
|
|
6559
6809
|
"type": "variable",
|
|
@@ -6561,8 +6811,8 @@
|
|
|
6561
6811
|
"value": "(\n sm: (\n font-size: $kendo-calendar-sm-font-size,\n line-height: $kendo-calendar-sm-line-height,\n cell-size: $kendo-calendar-sm-cell-size,\n cell-padding-x: $kendo-calendar-sm-cell-padding-y,\n cell-padding-y: $kendo-calendar-sm-cell-padding-x\n ),\n md: (\n font-size: $kendo-calendar-md-font-size,\n line-height: $kendo-calendar-md-line-height,\n cell-size: $kendo-calendar-md-cell-size,\n cell-padding-x: $kendo-calendar-md-cell-padding-y,\n cell-padding-y: $kendo-calendar-md-cell-padding-x\n ),\n lg: (\n font-size: $kendo-calendar-lg-font-size,\n line-height: $kendo-calendar-lg-line-height,\n cell-size: $kendo-calendar-lg-cell-size,\n cell-padding-x: $kendo-calendar-lg-cell-padding-y,\n cell-padding-y: $kendo-calendar-lg-cell-padding-x\n )\n)",
|
|
6562
6812
|
"scope": "default",
|
|
6563
6813
|
"line": {
|
|
6564
|
-
"start":
|
|
6565
|
-
"end":
|
|
6814
|
+
"start": 322,
|
|
6815
|
+
"end": 344
|
|
6566
6816
|
}
|
|
6567
6817
|
},
|
|
6568
6818
|
"group": [
|
package/dist/meta/variables.json
CHANGED
|
@@ -5275,6 +5275,10 @@
|
|
|
5275
5275
|
"type": "Number",
|
|
5276
5276
|
"value": "324px"
|
|
5277
5277
|
},
|
|
5278
|
+
"kendo-calendar-range-cell-border-radius": {
|
|
5279
|
+
"type": "String",
|
|
5280
|
+
"value": "var(--kendo-border-radius-full, 9999px)"
|
|
5281
|
+
},
|
|
5278
5282
|
"kendo-calendar-sm-font-size": {
|
|
5279
5283
|
"type": "String",
|
|
5280
5284
|
"value": "var(--kendo-font-size, inherit)"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-material",
|
|
3
3
|
"description": "Material theme for Kendo UI",
|
|
4
|
-
"version": "8.0.0-dev.
|
|
4
|
+
"version": "8.0.0-dev.4",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,14 +53,14 @@
|
|
|
53
53
|
"postpublish": "echo 'no postpublish for material theme'"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@progress/kendo-svg-icons": "2.
|
|
57
|
-
"@progress/kendo-theme-core": "8.0.0-dev.
|
|
58
|
-
"@progress/kendo-theme-default": "8.0.0-dev.
|
|
59
|
-
"@progress/kendo-theme-utils": "8.0.0-dev.
|
|
56
|
+
"@progress/kendo-svg-icons": "2.3.0",
|
|
57
|
+
"@progress/kendo-theme-core": "8.0.0-dev.4",
|
|
58
|
+
"@progress/kendo-theme-default": "8.0.0-dev.4",
|
|
59
|
+
"@progress/kendo-theme-utils": "8.0.0-dev.4"
|
|
60
60
|
},
|
|
61
61
|
"directories": {
|
|
62
62
|
"doc": "docs",
|
|
63
63
|
"lib": "lib"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "efc246f83ca5457624d8655ebd77a552030a0989"
|
|
66
66
|
}
|