@progress/kendo-theme-classic 6.8.0-dev.2 → 7.0.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.
- package/dist/all.css +152 -89
- package/dist/all.scss +193 -93
- package/dist/meta/sassdoc-data.json +318 -210
- package/dist/meta/sassdoc-raw-data.json +113 -63
- package/dist/meta/variables.json +96 -100
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +5 -5
- package/scss/action-sheet/_variables.scss +1 -1
- package/scss/appbar/_variables.scss +2 -2
- package/scss/bottom-navigation/_variables.scss +2 -2
- package/scss/card/_variables.scss +2 -2
- package/scss/chat/_variables.scss +6 -6
- package/scss/coloreditor/_variables.scss +2 -2
- package/scss/colorgradient/_variables.scss +14 -8
- package/scss/common/_index.scss +1 -0
- package/scss/common/_indicators.scss +1 -0
- package/scss/core/_index.scss +3 -0
- package/scss/fab/_variables.scss +2 -2
- package/scss/pdf-viewer/_variables.scss +1 -1
- package/scss/pivotgrid/_variables.scss +5 -4
- package/scss/popup/_variables.scss +1 -1
- package/scss/scheduler/_variables.scss +1 -3
- package/scss/tabstrip/_variables.scss +1 -1
- package/scss/timeline/_variables.scss +1 -1
- package/scss/tooltip/_variables.scss +2 -0
- package/scss/window/_variables.scss +2 -2
package/dist/meta/variables.json
CHANGED
|
@@ -587,22 +587,6 @@
|
|
|
587
587
|
"type": "String",
|
|
588
588
|
"value": "var(--kendo-neutral-130, inherit)"
|
|
589
589
|
},
|
|
590
|
-
"kendo-box-shadow-depth-1": {
|
|
591
|
-
"type": "List",
|
|
592
|
-
"value": "0 1.6px 3.6px rgba(0, 0, 0, 0.132), 0 0.3px 0.9px rgba(0, 0, 0, 0.108)"
|
|
593
|
-
},
|
|
594
|
-
"kendo-box-shadow-depth-2": {
|
|
595
|
-
"type": "List",
|
|
596
|
-
"value": "0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px rgba(0, 0, 0, 0.108)"
|
|
597
|
-
},
|
|
598
|
-
"kendo-box-shadow-depth-3": {
|
|
599
|
-
"type": "List",
|
|
600
|
-
"value": "0 6.4px 14.4px rgba(0, 0, 0, 0.132), 0 1.2px 3.6px rgba(0, 0, 0, 0.108)"
|
|
601
|
-
},
|
|
602
|
-
"kendo-box-shadow-depth-4": {
|
|
603
|
-
"type": "List",
|
|
604
|
-
"value": "0 25.6px 57.6px rgba(0, 0, 0, 0.22), 0 4.8px 14.4px rgba(0, 0, 0, 0.18)"
|
|
605
|
-
},
|
|
606
590
|
"kendo-disabled-bg": {
|
|
607
591
|
"type": "String",
|
|
608
592
|
"value": "var(--kendo-neutral-20, inherit)"
|
|
@@ -627,6 +611,10 @@
|
|
|
627
611
|
"type": "List",
|
|
628
612
|
"value": "\"typography\", \"utils\", \"draggable\", \"table\", \"icon\", \"chip\", \"messagebox\", \"input\", \"list\", \"listgroup\", \"overlay\", \"ripple\", \"virtual-scroller\", \"avatar\", \"badge\", \"color-preview\", \"loader\", \"skeleton\", \"tooltip\", \"button\", \"split-button\", \"menu-button\", \"textbox\", \"textarea\", \"checkbox\", \"listbox\", \"progressbar\", \"radio\", \"slider\", \"form\", \"validator\", \"floating-label\", \"calendar\", \"popup\", \"time-selector\", \"autocomplete\", \"captcha\", \"color-palette\", \"color-gradient\", \"color-editor\", \"color-picker\", \"combobox\", \"date-input\", \"date-picker\", \"time-picker\", \"date-time-picker\", \"date-range-picker\", \"dropdown-grid\", \"dropdown-list\", \"dropdown-tree\", \"masked-textbox\", \"multiselect\", \"numeric-textbox\", \"rating\", \"searchbox\", \"switch\", \"upload\", \"dropzone\", \"actions\", \"appbar\", \"fab\", \"menu\", \"toolbar\", \"action-sheet\", \"dialog\", \"drawer\", \"notification\", \"popover\", \"responsive-panel\", \"window\", \"bottom-navigation\", \"breadcrumb\", \"pager\", \"stepper\", \"tabstrip\", \"treeview\", \"wizard\", \"card\", \"expander\", \"panelbar\", \"splitter\", \"tile-layout\", \"dock-manager\", \"grid\", \"listview\", \"spreadsheet\", \"pivotgrid\", \"treelist\", \"filter\", \"file-manager\", \"task-board\", \"editor\", \"image-editor\", \"gantt\", \"scheduler\", \"adaptive\", \"chat\", \"media-player\", \"timeline\", \"pdf-viewer\", \"scroller\", \"scrollview\", \"dataviz\", \"map\", \"orgchart\", \"signature\""
|
|
629
613
|
},
|
|
614
|
+
"kendo-elevation": {
|
|
615
|
+
"type": "Map",
|
|
616
|
+
"value": "(1: (0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12)), 2: (0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12)), 3: (0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12)), 4: (0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12)), 5: (0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12)), 6: (0 12px 14px rgba(0, 0, 0, 0.2), 0 4px 16px rgba(0, 0, 0, 0.12)), 7: (0 14px 16px rgba(0, 0, 0, 0.24), 0 4px 16px rgba(0, 0, 0, 0.12)), 8: (0 16px 18px rgba(0, 0, 0, 0.28), 0 4px 16px rgba(0, 0, 0, 0.12)), 9: (0 32px 34px rgba(0, 0, 0, 0.32), 0 4px 16px rgba(0, 0, 0, 0.12)))"
|
|
617
|
+
},
|
|
630
618
|
"equilateral-index": {
|
|
631
619
|
"type": "Number",
|
|
632
620
|
"value": "1.7320508076"
|
|
@@ -1760,8 +1748,8 @@
|
|
|
1760
1748
|
"value": "#cacaca"
|
|
1761
1749
|
},
|
|
1762
1750
|
"kendo-popup-shadow": {
|
|
1763
|
-
"type": "
|
|
1764
|
-
"value": "0
|
|
1751
|
+
"type": "String",
|
|
1752
|
+
"value": "var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
1765
1753
|
},
|
|
1766
1754
|
"kendo-table-border-width": {
|
|
1767
1755
|
"type": "Number",
|
|
@@ -3795,6 +3783,10 @@
|
|
|
3795
3783
|
"type": "Color",
|
|
3796
3784
|
"value": "rgba(0, 0, 0, 0.75)"
|
|
3797
3785
|
},
|
|
3786
|
+
"kendo-tooltip-shadow": {
|
|
3787
|
+
"type": "String",
|
|
3788
|
+
"value": "var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
3789
|
+
},
|
|
3798
3790
|
"kendo-tooltip-primary-bg": {
|
|
3799
3791
|
"type": "Color",
|
|
3800
3792
|
"value": "#f35800"
|
|
@@ -3944,12 +3936,12 @@
|
|
|
3944
3936
|
"value": "#cacaca"
|
|
3945
3937
|
},
|
|
3946
3938
|
"kendo-window-shadow": {
|
|
3947
|
-
"type": "
|
|
3948
|
-
"value": "
|
|
3939
|
+
"type": "String",
|
|
3940
|
+
"value": "var(--kendo-elevation-8, 0 16px 18px rgba(0, 0, 0, 0.28), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
3949
3941
|
},
|
|
3950
3942
|
"kendo-window-focus-shadow": {
|
|
3951
|
-
"type": "
|
|
3952
|
-
"value": "
|
|
3943
|
+
"type": "String",
|
|
3944
|
+
"value": "var(--kendo-elevation-9, 0 32px 34px rgba(0, 0, 0, 0.32), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
3953
3945
|
},
|
|
3954
3946
|
"kendo-window-titlebar-bg": {
|
|
3955
3947
|
"type": "Color",
|
|
@@ -5392,8 +5384,8 @@
|
|
|
5392
5384
|
"value": "null"
|
|
5393
5385
|
},
|
|
5394
5386
|
"kendo-color-gradient-focus-shadow": {
|
|
5395
|
-
"type": "
|
|
5396
|
-
"value": "
|
|
5387
|
+
"type": "String",
|
|
5388
|
+
"value": "var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
5397
5389
|
},
|
|
5398
5390
|
"kendo-color-gradient-canvas-border-radius": {
|
|
5399
5391
|
"type": "Number",
|
|
@@ -5439,6 +5431,10 @@
|
|
|
5439
5431
|
"type": "Number",
|
|
5440
5432
|
"value": "1px"
|
|
5441
5433
|
},
|
|
5434
|
+
"kendo-color-gradient-draghandle-outline-width": {
|
|
5435
|
+
"type": "Number",
|
|
5436
|
+
"value": "1px"
|
|
5437
|
+
},
|
|
5442
5438
|
"kendo-color-gradient-draghandle-border-radius": {
|
|
5443
5439
|
"type": "Number",
|
|
5444
5440
|
"value": "50%"
|
|
@@ -5456,16 +5452,16 @@
|
|
|
5456
5452
|
"value": "rgba(255, 255, 255, 0.8)"
|
|
5457
5453
|
},
|
|
5458
5454
|
"kendo-color-gradient-draghandle-shadow": {
|
|
5459
|
-
"type": "
|
|
5460
|
-
"value": "
|
|
5455
|
+
"type": "Color",
|
|
5456
|
+
"value": "rgba(0, 0, 0, 0.5)"
|
|
5461
5457
|
},
|
|
5462
5458
|
"kendo-color-gradient-draghandle-focus-shadow": {
|
|
5463
|
-
"type": "
|
|
5464
|
-
"value": "
|
|
5459
|
+
"type": "Color",
|
|
5460
|
+
"value": "#000000"
|
|
5465
5461
|
},
|
|
5466
5462
|
"kendo-color-gradient-draghandle-hover-shadow": {
|
|
5467
|
-
"type": "
|
|
5468
|
-
"value": "
|
|
5463
|
+
"type": "Color",
|
|
5464
|
+
"value": "#000000"
|
|
5469
5465
|
},
|
|
5470
5466
|
"kendo-color-gradient-canvas-draghandle-margin-y": {
|
|
5471
5467
|
"type": "Number",
|
|
@@ -5544,8 +5540,8 @@
|
|
|
5544
5540
|
"value": "null"
|
|
5545
5541
|
},
|
|
5546
5542
|
"kendo-color-editor-focus-shadow": {
|
|
5547
|
-
"type": "
|
|
5548
|
-
"value": "
|
|
5543
|
+
"type": "String",
|
|
5544
|
+
"value": "var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
5549
5545
|
},
|
|
5550
5546
|
"kendo-color-editor-header-padding-y": {
|
|
5551
5547
|
"type": "Number",
|
|
@@ -6340,12 +6336,12 @@
|
|
|
6340
6336
|
"value": "white"
|
|
6341
6337
|
},
|
|
6342
6338
|
"kendo-appbar-box-shadow": {
|
|
6343
|
-
"type": "
|
|
6344
|
-
"value": "
|
|
6339
|
+
"type": "String",
|
|
6340
|
+
"value": "var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
6345
6341
|
},
|
|
6346
6342
|
"kendo-appbar-bottom-box-shadow": {
|
|
6347
|
-
"type": "
|
|
6348
|
-
"value": "
|
|
6343
|
+
"type": "String",
|
|
6344
|
+
"value": "var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
6349
6345
|
},
|
|
6350
6346
|
"kendo-fab-border-width": {
|
|
6351
6347
|
"type": "Number",
|
|
@@ -6468,12 +6464,12 @@
|
|
|
6468
6464
|
"value": "(sm: (padding-x: 8px, padding-y: 8px), md: (padding-x: 16px, padding-y: 16px), lg: (padding-x: 24px, padding-y: 24px))"
|
|
6469
6465
|
},
|
|
6470
6466
|
"kendo-fab-shadow": {
|
|
6471
|
-
"type": "
|
|
6472
|
-
"value": "
|
|
6467
|
+
"type": "String",
|
|
6468
|
+
"value": "var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
6473
6469
|
},
|
|
6474
6470
|
"kendo-fab-disabled-shadow": {
|
|
6475
|
-
"type": "
|
|
6476
|
-
"value": "
|
|
6471
|
+
"type": "String",
|
|
6472
|
+
"value": "var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
6477
6473
|
},
|
|
6478
6474
|
"kendo-fab-active-shadow": {
|
|
6479
6475
|
"type": "Null",
|
|
@@ -6512,12 +6508,12 @@
|
|
|
6512
6508
|
"value": "#cacaca"
|
|
6513
6509
|
},
|
|
6514
6510
|
"kendo-fab-item-shadow": {
|
|
6515
|
-
"type": "
|
|
6516
|
-
"value": "
|
|
6511
|
+
"type": "String",
|
|
6512
|
+
"value": "var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
6517
6513
|
},
|
|
6518
6514
|
"kendo-fab-item-disabled-shadow": {
|
|
6519
|
-
"type": "
|
|
6520
|
-
"value": "
|
|
6515
|
+
"type": "String",
|
|
6516
|
+
"value": "var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
6521
6517
|
},
|
|
6522
6518
|
"kendo-fab-item-active-shadow": {
|
|
6523
6519
|
"type": "Null",
|
|
@@ -6592,8 +6588,8 @@
|
|
|
6592
6588
|
"value": "#cacaca"
|
|
6593
6589
|
},
|
|
6594
6590
|
"kendo-actionsheet-shadow": {
|
|
6595
|
-
"type": "
|
|
6596
|
-
"value": "
|
|
6591
|
+
"type": "String",
|
|
6592
|
+
"value": "var(--kendo-elevation-7, 0 14px 16px rgba(0, 0, 0, 0.24), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
6597
6593
|
},
|
|
6598
6594
|
"kendo-actionsheet-titlebar-padding-x": {
|
|
6599
6595
|
"type": "Number",
|
|
@@ -6984,8 +6980,8 @@
|
|
|
6984
6980
|
"value": "#cacaca"
|
|
6985
6981
|
},
|
|
6986
6982
|
"kendo-notification-shadow": {
|
|
6987
|
-
"type": "
|
|
6988
|
-
"value": "0
|
|
6983
|
+
"type": "String",
|
|
6984
|
+
"value": "var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
6989
6985
|
},
|
|
6990
6986
|
"kendo-notification-icon-spacing": {
|
|
6991
6987
|
"type": "Number",
|
|
@@ -7048,8 +7044,8 @@
|
|
|
7048
7044
|
"value": "#cacaca"
|
|
7049
7045
|
},
|
|
7050
7046
|
"kendo-card-shadow": {
|
|
7051
|
-
"type": "
|
|
7052
|
-
"value": "
|
|
7047
|
+
"type": "String",
|
|
7048
|
+
"value": "var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
7053
7049
|
},
|
|
7054
7050
|
"kendo-card-focus-bg": {
|
|
7055
7051
|
"type": "Null",
|
|
@@ -7064,8 +7060,8 @@
|
|
|
7064
7060
|
"value": "rgba(0, 0, 0, 0.15)"
|
|
7065
7061
|
},
|
|
7066
7062
|
"kendo-card-focus-shadow": {
|
|
7067
|
-
"type": "
|
|
7068
|
-
"value": "0
|
|
7063
|
+
"type": "String",
|
|
7064
|
+
"value": "var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
7069
7065
|
},
|
|
7070
7066
|
"kendo-card-header-padding-x": {
|
|
7071
7067
|
"type": "Number",
|
|
@@ -7256,8 +7252,8 @@
|
|
|
7256
7252
|
"value": "#cacaca"
|
|
7257
7253
|
},
|
|
7258
7254
|
"kendo-popover-shadow": {
|
|
7259
|
-
"type": "
|
|
7260
|
-
"value": "0
|
|
7255
|
+
"type": "String",
|
|
7256
|
+
"value": "var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
7261
7257
|
},
|
|
7262
7258
|
"kendo-popover-header-padding-x": {
|
|
7263
7259
|
"type": "Number",
|
|
@@ -7384,8 +7380,8 @@
|
|
|
7384
7380
|
"value": "0 4px"
|
|
7385
7381
|
},
|
|
7386
7382
|
"kendo-bottom-nav-shadow": {
|
|
7387
|
-
"type": "
|
|
7388
|
-
"value": "
|
|
7383
|
+
"type": "String",
|
|
7384
|
+
"value": "var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
7389
7385
|
},
|
|
7390
7386
|
"kendo-bottom-nav-flat-text": {
|
|
7391
7387
|
"type": "Color",
|
|
@@ -8220,8 +8216,8 @@
|
|
|
8220
8216
|
"value": "inset 0 0 0 2px rgba(0, 0, 0, 0.12)"
|
|
8221
8217
|
},
|
|
8222
8218
|
"kendo-tabstrip-item-dragging-shadow": {
|
|
8223
|
-
"type": "
|
|
8224
|
-
"value": "
|
|
8219
|
+
"type": "String",
|
|
8220
|
+
"value": "var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
8225
8221
|
},
|
|
8226
8222
|
"kendo-tabstrip-item-disabled-bg": {
|
|
8227
8223
|
"type": "Null",
|
|
@@ -8840,8 +8836,8 @@
|
|
|
8840
8836
|
"value": "1px"
|
|
8841
8837
|
},
|
|
8842
8838
|
"kendo-tile-layout-card-focus-shadow": {
|
|
8843
|
-
"type": "
|
|
8844
|
-
"value": "0
|
|
8839
|
+
"type": "String",
|
|
8840
|
+
"value": "var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
8845
8841
|
},
|
|
8846
8842
|
"kendo-tile-layout-hint-border-width": {
|
|
8847
8843
|
"type": "Number",
|
|
@@ -10235,21 +10231,25 @@
|
|
|
10235
10231
|
"type": "Null",
|
|
10236
10232
|
"value": "null"
|
|
10237
10233
|
},
|
|
10234
|
+
"kendo-pivotgrid-configurator-shadow": {
|
|
10235
|
+
"type": "String",
|
|
10236
|
+
"value": "var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
10237
|
+
},
|
|
10238
10238
|
"kendo-pivotgrid-configurator-end-shadow": {
|
|
10239
|
-
"type": "
|
|
10240
|
-
"value": "-
|
|
10239
|
+
"type": "String",
|
|
10240
|
+
"value": "var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
10241
10241
|
},
|
|
10242
10242
|
"kendo-pivotgrid-configurator-start-shadow": {
|
|
10243
|
-
"type": "
|
|
10244
|
-
"value": "
|
|
10243
|
+
"type": "String",
|
|
10244
|
+
"value": "var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
10245
10245
|
},
|
|
10246
10246
|
"kendo-pivotgrid-configurator-top-shadow": {
|
|
10247
|
-
"type": "
|
|
10248
|
-
"value": "
|
|
10247
|
+
"type": "String",
|
|
10248
|
+
"value": "var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
10249
10249
|
},
|
|
10250
10250
|
"kendo-pivotgrid-configurator-bottom-shadow": {
|
|
10251
|
-
"type": "
|
|
10252
|
-
"value": "
|
|
10251
|
+
"type": "String",
|
|
10252
|
+
"value": "var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
10253
10253
|
},
|
|
10254
10254
|
"kendo-pivotgrid-configurator-button-padding-x": {
|
|
10255
10255
|
"type": "Number",
|
|
@@ -10884,8 +10884,8 @@
|
|
|
10884
10884
|
"value": "#cacaca"
|
|
10885
10885
|
},
|
|
10886
10886
|
"kendo-taskboard-card-shadow": {
|
|
10887
|
-
"type": "
|
|
10888
|
-
"value": "
|
|
10887
|
+
"type": "String",
|
|
10888
|
+
"value": "var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
10889
10889
|
},
|
|
10890
10890
|
"kendo-taskboard-card-category-border-width": {
|
|
10891
10891
|
"type": "Number",
|
|
@@ -11571,10 +11571,6 @@
|
|
|
11571
11571
|
"type": "Number",
|
|
11572
11572
|
"value": "11em"
|
|
11573
11573
|
},
|
|
11574
|
-
"kendo-scheduler-current-time-color": {
|
|
11575
|
-
"type": "Color",
|
|
11576
|
-
"value": "#ff0000"
|
|
11577
|
-
},
|
|
11578
11574
|
"kendo-scheduler-nonwork-bg": {
|
|
11579
11575
|
"type": "Color",
|
|
11580
11576
|
"value": "whitesmoke"
|
|
@@ -11660,8 +11656,8 @@
|
|
|
11660
11656
|
"value": "null"
|
|
11661
11657
|
},
|
|
11662
11658
|
"kendo-scheduler-tooltip-shadow": {
|
|
11663
|
-
"type": "
|
|
11664
|
-
"value": "
|
|
11659
|
+
"type": "String",
|
|
11660
|
+
"value": "var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
11665
11661
|
},
|
|
11666
11662
|
"kendo-scheduler-tooltip-title-margin-y": {
|
|
11667
11663
|
"type": "Number",
|
|
@@ -11872,16 +11868,16 @@
|
|
|
11872
11868
|
"value": "#ffffff"
|
|
11873
11869
|
},
|
|
11874
11870
|
"kendo-chat-bubble-shadow": {
|
|
11875
|
-
"type": "
|
|
11876
|
-
"value": "0
|
|
11871
|
+
"type": "String",
|
|
11872
|
+
"value": "var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
11877
11873
|
},
|
|
11878
11874
|
"kendo-chat-bubble-hover-shadow": {
|
|
11879
|
-
"type": "
|
|
11880
|
-
"value": "0
|
|
11875
|
+
"type": "String",
|
|
11876
|
+
"value": "var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
11881
11877
|
},
|
|
11882
11878
|
"kendo-chat-bubble-selected-shadow": {
|
|
11883
|
-
"type": "
|
|
11884
|
-
"value": "0
|
|
11879
|
+
"type": "String",
|
|
11880
|
+
"value": "var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
11885
11881
|
},
|
|
11886
11882
|
"kendo-chat-alt-bubble-bg": {
|
|
11887
11883
|
"type": "Color",
|
|
@@ -11896,16 +11892,16 @@
|
|
|
11896
11892
|
"value": "#f35800"
|
|
11897
11893
|
},
|
|
11898
11894
|
"kendo-chat-alt-bubble-shadow": {
|
|
11899
|
-
"type": "
|
|
11900
|
-
"value": "0
|
|
11895
|
+
"type": "String",
|
|
11896
|
+
"value": "var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
11901
11897
|
},
|
|
11902
11898
|
"kendo-chat-alt-bubble-hover-shadow": {
|
|
11903
|
-
"type": "
|
|
11904
|
-
"value": "0
|
|
11899
|
+
"type": "String",
|
|
11900
|
+
"value": "var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
11905
11901
|
},
|
|
11906
11902
|
"kendo-chat-alt-bubble-selected-shadow": {
|
|
11907
|
-
"type": "
|
|
11908
|
-
"value": "0
|
|
11903
|
+
"type": "String",
|
|
11904
|
+
"value": "var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
11909
11905
|
},
|
|
11910
11906
|
"kendo-chat-quick-reply-bg": {
|
|
11911
11907
|
"type": "Color",
|
|
@@ -12072,8 +12068,8 @@
|
|
|
12072
12068
|
"value": "#cacaca"
|
|
12073
12069
|
},
|
|
12074
12070
|
"kendo-timeline-track-item-focus-shadow": {
|
|
12075
|
-
"type": "
|
|
12076
|
-
"value": "0
|
|
12071
|
+
"type": "String",
|
|
12072
|
+
"value": "var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
12077
12073
|
},
|
|
12078
12074
|
"kendo-timeline-track-event-offset": {
|
|
12079
12075
|
"type": "Number",
|
|
@@ -12256,8 +12252,8 @@
|
|
|
12256
12252
|
"value": "#cacaca"
|
|
12257
12253
|
},
|
|
12258
12254
|
"kendo-pdf-viewer-page-shadow": {
|
|
12259
|
-
"type": "
|
|
12260
|
-
"value": "0 0
|
|
12255
|
+
"type": "String",
|
|
12256
|
+
"value": "var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
12261
12257
|
},
|
|
12262
12258
|
"kendo-pdf-viewer-search-panel-padding-x": {
|
|
12263
12259
|
"type": "Number",
|
|
@@ -12292,8 +12288,8 @@
|
|
|
12292
12288
|
"value": "#cacaca"
|
|
12293
12289
|
},
|
|
12294
12290
|
"kendo-pdf-viewer-search-panel-shadow": {
|
|
12295
|
-
"type": "
|
|
12296
|
-
"value": "
|
|
12291
|
+
"type": "String",
|
|
12292
|
+
"value": "var(--kendo-elevation-8, 0 16px 18px rgba(0, 0, 0, 0.28), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
12297
12293
|
},
|
|
12298
12294
|
"kendo-pdf-viewer-search-panel-matches-spacing": {
|
|
12299
12295
|
"type": "Number",
|
|
@@ -12972,8 +12968,8 @@
|
|
|
12972
12968
|
"value": "rgba(0, 0, 0, 0.15)"
|
|
12973
12969
|
},
|
|
12974
12970
|
"kendo-orgchart-node-group-focus-shadow": {
|
|
12975
|
-
"type": "
|
|
12976
|
-
"value": "0
|
|
12971
|
+
"type": "String",
|
|
12972
|
+
"value": "var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
12977
12973
|
},
|
|
12978
12974
|
"kendo-orgchart-node-group-title-font-size": {
|
|
12979
12975
|
"type": "Number",
|
|
@@ -13016,12 +13012,12 @@
|
|
|
13016
13012
|
"value": "1px"
|
|
13017
13013
|
},
|
|
13018
13014
|
"kendo-orgchart-card-shadow": {
|
|
13019
|
-
"type": "
|
|
13020
|
-
"value": "
|
|
13015
|
+
"type": "String",
|
|
13016
|
+
"value": "var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
13021
13017
|
},
|
|
13022
13018
|
"kendo-orgchart-card-focus-shadow": {
|
|
13023
|
-
"type": "
|
|
13024
|
-
"value": "0
|
|
13019
|
+
"type": "String",
|
|
13020
|
+
"value": "var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
13025
13021
|
},
|
|
13026
13022
|
"kendo-orgchart-card-title-margin-bottom": {
|
|
13027
13023
|
"type": "Number",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-classic",
|
|
3
3
|
"description": "Sass port of less based themes for Kendo UI theme",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "7.0.0-dev.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@progress/kendo-font-icons": "1.9.0",
|
|
54
|
-
"@progress/kendo-theme-core": "
|
|
55
|
-
"@progress/kendo-theme-default": "
|
|
56
|
-
"@progress/kendo-theme-utils": "
|
|
54
|
+
"@progress/kendo-theme-core": "7.0.0-dev.0",
|
|
55
|
+
"@progress/kendo-theme-default": "7.0.0-dev.0",
|
|
56
|
+
"@progress/kendo-theme-utils": "7.0.0-dev.0"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "228be168555ed9f71c328cefd10924e3fd037023"
|
|
59
59
|
}
|
|
@@ -17,7 +17,7 @@ $kendo-actionsheet-line-height: $kendo-line-height-md !default;
|
|
|
17
17
|
$kendo-actionsheet-bg: $kendo-component-bg !default;
|
|
18
18
|
$kendo-actionsheet-text: $kendo-component-text !default;
|
|
19
19
|
$kendo-actionsheet-border: $kendo-component-border !default;
|
|
20
|
-
$kendo-actionsheet-shadow:
|
|
20
|
+
$kendo-actionsheet-shadow: k-elevation(7) !default;
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
// Actionsheet header
|
|
@@ -48,7 +48,7 @@ $kendo-appbar-dark-text: k-contrast-color( $kendo-color-dark ) !default;
|
|
|
48
48
|
|
|
49
49
|
/// The box shadow of the AppBar.
|
|
50
50
|
/// @group appbar
|
|
51
|
-
$kendo-appbar-box-shadow:
|
|
51
|
+
$kendo-appbar-box-shadow: k-elevation(4) !default;
|
|
52
52
|
/// The box shadow of the AppBar with bottom position.
|
|
53
53
|
/// @group appbar
|
|
54
|
-
$kendo-appbar-bottom-box-shadow:
|
|
54
|
+
$kendo-appbar-bottom-box-shadow: k-elevation(4) !default;
|