@progress/kendo-theme-default 6.7.1-dev.1 → 6.8.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.
- package/dist/all.css +142 -154
- package/dist/all.scss +256 -223
- package/dist/meta/sassdoc-data.json +60 -6
- package/dist/meta/sassdoc-raw-data.json +28 -3
- package/dist/meta/variables.json +200 -0
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/spreadsheet/_layout.scss +115 -115
- package/scss/spreadsheet/_theme.scss +61 -106
- package/scss/spreadsheet/_variables.scss +66 -2
- package/scss/toolbar/_layout.scss +10 -0
- package/scss/toolbar/_variables.scss +4 -0
|
@@ -33034,19 +33034,46 @@
|
|
|
33034
33034
|
"resolvedType": "List"
|
|
33035
33035
|
},
|
|
33036
33036
|
{
|
|
33037
|
-
"description": "
|
|
33037
|
+
"description": "Border width of the flat Toolbar.\n",
|
|
33038
33038
|
"commentRange": {
|
|
33039
33039
|
"start": 87,
|
|
33040
33040
|
"end": 88
|
|
33041
33041
|
},
|
|
33042
|
+
"context": {
|
|
33043
|
+
"type": "variable",
|
|
33044
|
+
"name": "kendo-toolbar-flat-border-width",
|
|
33045
|
+
"value": "1px",
|
|
33046
|
+
"scope": "default",
|
|
33047
|
+
"line": {
|
|
33048
|
+
"start": 89,
|
|
33049
|
+
"end": 89
|
|
33050
|
+
}
|
|
33051
|
+
},
|
|
33052
|
+
"group": [
|
|
33053
|
+
"toolbar"
|
|
33054
|
+
],
|
|
33055
|
+
"access": "public",
|
|
33056
|
+
"file": {
|
|
33057
|
+
"path": "toolbar/_variables.scss",
|
|
33058
|
+
"name": "_variables.scss"
|
|
33059
|
+
},
|
|
33060
|
+
"resolvedValue": "1px",
|
|
33061
|
+
"resolvedType": "Number"
|
|
33062
|
+
},
|
|
33063
|
+
{
|
|
33064
|
+
"description": "The sizes map for the Toolbar.\n",
|
|
33065
|
+
"commentRange": {
|
|
33066
|
+
"start": 91,
|
|
33067
|
+
"end": 92
|
|
33068
|
+
},
|
|
33042
33069
|
"context": {
|
|
33043
33070
|
"type": "variable",
|
|
33044
33071
|
"name": "kendo-toolbar-sizes",
|
|
33045
33072
|
"value": "(\n sm: (\n padding-x: $kendo-toolbar-sm-padding-x,\n padding-y: $kendo-toolbar-sm-padding-y,\n spacing: $kendo-toolbar-sm-spacing\n ),\n md: (\n padding-x: $kendo-toolbar-md-padding-x,\n padding-y: $kendo-toolbar-md-padding-y,\n spacing: $kendo-toolbar-md-spacing\n ),\n lg: (\n padding-x: $kendo-toolbar-lg-padding-x,\n padding-y: $kendo-toolbar-lg-padding-y,\n spacing: $kendo-toolbar-lg-spacing\n )\n)",
|
|
33046
33073
|
"scope": "default",
|
|
33047
33074
|
"line": {
|
|
33048
|
-
"start":
|
|
33049
|
-
"end":
|
|
33075
|
+
"start": 93,
|
|
33076
|
+
"end": 109
|
|
33050
33077
|
}
|
|
33051
33078
|
},
|
|
33052
33079
|
"group": [
|
|
@@ -70964,19 +70991,46 @@
|
|
|
70964
70991
|
"resolvedType": "List"
|
|
70965
70992
|
},
|
|
70966
70993
|
{
|
|
70967
|
-
"description": "
|
|
70994
|
+
"description": "Border width of the flat Toolbar.\n",
|
|
70968
70995
|
"commentRange": {
|
|
70969
70996
|
"start": 87,
|
|
70970
70997
|
"end": 88
|
|
70971
70998
|
},
|
|
70999
|
+
"context": {
|
|
71000
|
+
"type": "variable",
|
|
71001
|
+
"name": "kendo-toolbar-flat-border-width",
|
|
71002
|
+
"value": "1px",
|
|
71003
|
+
"scope": "default",
|
|
71004
|
+
"line": {
|
|
71005
|
+
"start": 89,
|
|
71006
|
+
"end": 89
|
|
71007
|
+
}
|
|
71008
|
+
},
|
|
71009
|
+
"group": [
|
|
71010
|
+
"toolbar"
|
|
71011
|
+
],
|
|
71012
|
+
"access": "public",
|
|
71013
|
+
"file": {
|
|
71014
|
+
"path": "toolbar/_variables.scss",
|
|
71015
|
+
"name": "_variables.scss"
|
|
71016
|
+
},
|
|
71017
|
+
"resolvedValue": "1px",
|
|
71018
|
+
"resolvedType": "Number"
|
|
71019
|
+
},
|
|
71020
|
+
{
|
|
71021
|
+
"description": "The sizes map for the Toolbar.\n",
|
|
71022
|
+
"commentRange": {
|
|
71023
|
+
"start": 91,
|
|
71024
|
+
"end": 92
|
|
71025
|
+
},
|
|
70972
71026
|
"context": {
|
|
70973
71027
|
"type": "variable",
|
|
70974
71028
|
"name": "kendo-toolbar-sizes",
|
|
70975
71029
|
"value": "(\n sm: (\n padding-x: $kendo-toolbar-sm-padding-x,\n padding-y: $kendo-toolbar-sm-padding-y,\n spacing: $kendo-toolbar-sm-spacing\n ),\n md: (\n padding-x: $kendo-toolbar-md-padding-x,\n padding-y: $kendo-toolbar-md-padding-y,\n spacing: $kendo-toolbar-md-spacing\n ),\n lg: (\n padding-x: $kendo-toolbar-lg-padding-x,\n padding-y: $kendo-toolbar-lg-padding-y,\n spacing: $kendo-toolbar-lg-spacing\n )\n)",
|
|
70976
71030
|
"scope": "default",
|
|
70977
71031
|
"line": {
|
|
70978
|
-
"start":
|
|
70979
|
-
"end":
|
|
71032
|
+
"start": 93,
|
|
71033
|
+
"end": 109
|
|
70980
71034
|
}
|
|
70981
71035
|
},
|
|
70982
71036
|
"group": [
|
|
@@ -30587,19 +30587,44 @@
|
|
|
30587
30587
|
}
|
|
30588
30588
|
},
|
|
30589
30589
|
{
|
|
30590
|
-
"description": "
|
|
30590
|
+
"description": "Border width of the flat Toolbar.\n",
|
|
30591
30591
|
"commentRange": {
|
|
30592
30592
|
"start": 87,
|
|
30593
30593
|
"end": 88
|
|
30594
30594
|
},
|
|
30595
|
+
"context": {
|
|
30596
|
+
"type": "variable",
|
|
30597
|
+
"name": "kendo-toolbar-flat-border-width",
|
|
30598
|
+
"value": "1px",
|
|
30599
|
+
"scope": "default",
|
|
30600
|
+
"line": {
|
|
30601
|
+
"start": 89,
|
|
30602
|
+
"end": 89
|
|
30603
|
+
}
|
|
30604
|
+
},
|
|
30605
|
+
"group": [
|
|
30606
|
+
"toolbar"
|
|
30607
|
+
],
|
|
30608
|
+
"access": "public",
|
|
30609
|
+
"file": {
|
|
30610
|
+
"path": "toolbar/_variables.scss",
|
|
30611
|
+
"name": "_variables.scss"
|
|
30612
|
+
}
|
|
30613
|
+
},
|
|
30614
|
+
{
|
|
30615
|
+
"description": "The sizes map for the Toolbar.\n",
|
|
30616
|
+
"commentRange": {
|
|
30617
|
+
"start": 91,
|
|
30618
|
+
"end": 92
|
|
30619
|
+
},
|
|
30595
30620
|
"context": {
|
|
30596
30621
|
"type": "variable",
|
|
30597
30622
|
"name": "kendo-toolbar-sizes",
|
|
30598
30623
|
"value": "(\n sm: (\n padding-x: $kendo-toolbar-sm-padding-x,\n padding-y: $kendo-toolbar-sm-padding-y,\n spacing: $kendo-toolbar-sm-spacing\n ),\n md: (\n padding-x: $kendo-toolbar-md-padding-x,\n padding-y: $kendo-toolbar-md-padding-y,\n spacing: $kendo-toolbar-md-spacing\n ),\n lg: (\n padding-x: $kendo-toolbar-lg-padding-x,\n padding-y: $kendo-toolbar-lg-padding-y,\n spacing: $kendo-toolbar-lg-spacing\n )\n)",
|
|
30599
30624
|
"scope": "default",
|
|
30600
30625
|
"line": {
|
|
30601
|
-
"start":
|
|
30602
|
-
"end":
|
|
30626
|
+
"start": 93,
|
|
30627
|
+
"end": 109
|
|
30603
30628
|
}
|
|
30604
30629
|
},
|
|
30605
30630
|
"group": [
|
package/dist/meta/variables.json
CHANGED
|
@@ -3203,6 +3203,10 @@
|
|
|
3203
3203
|
"type": "List",
|
|
3204
3204
|
"value": "0 0 0 2px rgba(0, 0, 0, 0.08)"
|
|
3205
3205
|
},
|
|
3206
|
+
"kendo-toolbar-flat-border-width": {
|
|
3207
|
+
"type": "Number",
|
|
3208
|
+
"value": "1px"
|
|
3209
|
+
},
|
|
3206
3210
|
"kendo-toolbar-sizes": {
|
|
3207
3211
|
"type": "Map",
|
|
3208
3212
|
"value": "(sm: (padding-x: 4px, padding-y: 4px, spacing: 6px), md: (padding-x: 8px, padding-y: 8px, spacing: 8px), lg: (padding-x: 10px, padding-y: 10px, spacing: 10px))"
|
|
@@ -9599,6 +9603,202 @@
|
|
|
9599
9603
|
"type": "Color",
|
|
9600
9604
|
"value": "rgba(0, 0, 0, 0.08)"
|
|
9601
9605
|
},
|
|
9606
|
+
"kendo-spreadsheet-header-bg": {
|
|
9607
|
+
"type": "Color",
|
|
9608
|
+
"value": "#fafafa"
|
|
9609
|
+
},
|
|
9610
|
+
"kendo-spreadsheet-header-text": {
|
|
9611
|
+
"type": "Color",
|
|
9612
|
+
"value": "#424242"
|
|
9613
|
+
},
|
|
9614
|
+
"kendo-spreadsheet-header-border": {
|
|
9615
|
+
"type": "Color",
|
|
9616
|
+
"value": "rgba(0, 0, 0, 0.08)"
|
|
9617
|
+
},
|
|
9618
|
+
"kendo-spreadsheet-header-gradient": {
|
|
9619
|
+
"type": "Null",
|
|
9620
|
+
"value": "null"
|
|
9621
|
+
},
|
|
9622
|
+
"kendo-spreadsheet-table-header-bg": {
|
|
9623
|
+
"type": "Color",
|
|
9624
|
+
"value": "#fafafa"
|
|
9625
|
+
},
|
|
9626
|
+
"kendo-spreadsheet-table-header-text": {
|
|
9627
|
+
"type": "Color",
|
|
9628
|
+
"value": "#424242"
|
|
9629
|
+
},
|
|
9630
|
+
"kendo-spreadsheet-table-header-border": {
|
|
9631
|
+
"type": "Color",
|
|
9632
|
+
"value": "rgba(0, 0, 0, 0.08)"
|
|
9633
|
+
},
|
|
9634
|
+
"kendo-spreadsheet-table-header-gradient": {
|
|
9635
|
+
"type": "Null",
|
|
9636
|
+
"value": "null"
|
|
9637
|
+
},
|
|
9638
|
+
"kendo-spreadsheet-action-bar-border-width": {
|
|
9639
|
+
"type": "Number",
|
|
9640
|
+
"value": "1px"
|
|
9641
|
+
},
|
|
9642
|
+
"kendo-spreadsheet-action-bar-padding-y": {
|
|
9643
|
+
"type": "Number",
|
|
9644
|
+
"value": "4px"
|
|
9645
|
+
},
|
|
9646
|
+
"kendo-spreadsheet-action-bar-padding-x": {
|
|
9647
|
+
"type": "Number",
|
|
9648
|
+
"value": "8px"
|
|
9649
|
+
},
|
|
9650
|
+
"kendo-spreadsheet-action-bar-font-size": {
|
|
9651
|
+
"type": "Number",
|
|
9652
|
+
"value": "14px"
|
|
9653
|
+
},
|
|
9654
|
+
"kendo-spreadsheet-action-bar-font-family": {
|
|
9655
|
+
"type": "List",
|
|
9656
|
+
"value": "Arial, Verdana, sans-serif"
|
|
9657
|
+
},
|
|
9658
|
+
"kendo-spreadsheet-action-bar-spacing": {
|
|
9659
|
+
"type": "Number",
|
|
9660
|
+
"value": "8px"
|
|
9661
|
+
},
|
|
9662
|
+
"kendo-spreadsheet-formula-bar-gap": {
|
|
9663
|
+
"type": "Number",
|
|
9664
|
+
"value": "8px"
|
|
9665
|
+
},
|
|
9666
|
+
"kendo-spreadsheet-formula-input-padding-x": {
|
|
9667
|
+
"type": "Number",
|
|
9668
|
+
"value": "8px"
|
|
9669
|
+
},
|
|
9670
|
+
"kendo-spreadsheet-formula-input-padding-y": {
|
|
9671
|
+
"type": "Number",
|
|
9672
|
+
"value": "4px"
|
|
9673
|
+
},
|
|
9674
|
+
"kendo-spreadsheet-formula-input-line-height": {
|
|
9675
|
+
"type": "Number",
|
|
9676
|
+
"value": "1.4285714286"
|
|
9677
|
+
},
|
|
9678
|
+
"kendo-spreadsheet-view-font-family": {
|
|
9679
|
+
"type": "List",
|
|
9680
|
+
"value": "Arial, Verdana, sans-serif"
|
|
9681
|
+
},
|
|
9682
|
+
"kendo-spreadsheet-view-font-size": {
|
|
9683
|
+
"type": "Number",
|
|
9684
|
+
"value": "14px"
|
|
9685
|
+
},
|
|
9686
|
+
"kendo-spreadsheet-selection-bg": {
|
|
9687
|
+
"type": "Color",
|
|
9688
|
+
"value": "rgba(255, 99, 88, 0.25)"
|
|
9689
|
+
},
|
|
9690
|
+
"kendo-spreadsheet-selection-text": {
|
|
9691
|
+
"type": "Null",
|
|
9692
|
+
"value": "null"
|
|
9693
|
+
},
|
|
9694
|
+
"kendo-spreadsheet-selection-border": {
|
|
9695
|
+
"type": "Color",
|
|
9696
|
+
"value": "#ff6358"
|
|
9697
|
+
},
|
|
9698
|
+
"kendo-spreadsheet-selection-shadow": {
|
|
9699
|
+
"type": "List",
|
|
9700
|
+
"value": "inset 0 0 0 1px #ff6358"
|
|
9701
|
+
},
|
|
9702
|
+
"kendo-spreadsheet-single-selection-bg": {
|
|
9703
|
+
"type": "Color",
|
|
9704
|
+
"value": "#ff6358"
|
|
9705
|
+
},
|
|
9706
|
+
"kendo-spreadsheet-single-selection-text": {
|
|
9707
|
+
"type": "Null",
|
|
9708
|
+
"value": "null"
|
|
9709
|
+
},
|
|
9710
|
+
"kendo-spreadsheet-single-selection-border": {
|
|
9711
|
+
"type": "Color",
|
|
9712
|
+
"value": "#ffffff"
|
|
9713
|
+
},
|
|
9714
|
+
"kendo-spreadsheet-partial-selection-bg": {
|
|
9715
|
+
"type": "Color",
|
|
9716
|
+
"value": "rgba(255, 99, 88, 0.25)"
|
|
9717
|
+
},
|
|
9718
|
+
"kendo-spreadsheet-active-cell-bg": {
|
|
9719
|
+
"type": "Color",
|
|
9720
|
+
"value": "#ffffff"
|
|
9721
|
+
},
|
|
9722
|
+
"kendo-spreadsheet-active-cell-shadow": {
|
|
9723
|
+
"type": "List",
|
|
9724
|
+
"value": "inset 0 0 0 1px #ff6358"
|
|
9725
|
+
},
|
|
9726
|
+
"kendo-spreadsheet-auto-fill-bg": {
|
|
9727
|
+
"type": "Color",
|
|
9728
|
+
"value": "rgba(255, 99, 88, 0.25)"
|
|
9729
|
+
},
|
|
9730
|
+
"kendo-spreadsheet-auto-fill-text": {
|
|
9731
|
+
"type": "Null",
|
|
9732
|
+
"value": "null"
|
|
9733
|
+
},
|
|
9734
|
+
"kendo-spreadsheet-auto-fill-border": {
|
|
9735
|
+
"type": "Color",
|
|
9736
|
+
"value": "#ff6358"
|
|
9737
|
+
},
|
|
9738
|
+
"kendo-spreadsheet-auto-fill-shadow": {
|
|
9739
|
+
"type": "List",
|
|
9740
|
+
"value": "inset 0 0 0 1px #ff6358"
|
|
9741
|
+
},
|
|
9742
|
+
"kendo-spreadsheet-auto-fill-punch-bg": {
|
|
9743
|
+
"type": "Color",
|
|
9744
|
+
"value": "rgba(255, 255, 255, 0.5)"
|
|
9745
|
+
},
|
|
9746
|
+
"kendo-spreadsheet-cell-padding-y": {
|
|
9747
|
+
"type": "Number",
|
|
9748
|
+
"value": "4px"
|
|
9749
|
+
},
|
|
9750
|
+
"kendo-spreadsheet-cell-padding-x": {
|
|
9751
|
+
"type": "Number",
|
|
9752
|
+
"value": "4px"
|
|
9753
|
+
},
|
|
9754
|
+
"kendo-spreadsheet-cell-editor-line-height": {
|
|
9755
|
+
"type": "Number",
|
|
9756
|
+
"value": "20px"
|
|
9757
|
+
},
|
|
9758
|
+
"kendo-spreadsheet-cell-editor-padding-x": {
|
|
9759
|
+
"type": "Number",
|
|
9760
|
+
"value": "4px"
|
|
9761
|
+
},
|
|
9762
|
+
"kendo-spreadsheet-cell-editor-padding-y": {
|
|
9763
|
+
"type": "Number",
|
|
9764
|
+
"value": "0px"
|
|
9765
|
+
},
|
|
9766
|
+
"kendo-spreadsheet-cell-editor-bg": {
|
|
9767
|
+
"type": "Color",
|
|
9768
|
+
"value": "#ffffff"
|
|
9769
|
+
},
|
|
9770
|
+
"kendo-spreadsheet-cell-editor-text": {
|
|
9771
|
+
"type": "Color",
|
|
9772
|
+
"value": "#424242"
|
|
9773
|
+
},
|
|
9774
|
+
"kendo-spreadsheet-cell-editor-border": {
|
|
9775
|
+
"type": "Null",
|
|
9776
|
+
"value": "null"
|
|
9777
|
+
},
|
|
9778
|
+
"kendo-spreadsheet-resize-handle-bg": {
|
|
9779
|
+
"type": "Color",
|
|
9780
|
+
"value": "#ff6358"
|
|
9781
|
+
},
|
|
9782
|
+
"kendo-spreadsheet-cell-comment-border": {
|
|
9783
|
+
"type": "Color",
|
|
9784
|
+
"value": "#ff6358"
|
|
9785
|
+
},
|
|
9786
|
+
"kendo-spreadsheet-cell-dirty-border": {
|
|
9787
|
+
"type": "Color",
|
|
9788
|
+
"value": "#f31700"
|
|
9789
|
+
},
|
|
9790
|
+
"kendo-spreadsheet-sheets-bar-padding-x": {
|
|
9791
|
+
"type": "Number",
|
|
9792
|
+
"value": "8px"
|
|
9793
|
+
},
|
|
9794
|
+
"kendo-spreadsheet-sheets-bar-padding-y": {
|
|
9795
|
+
"type": "Number",
|
|
9796
|
+
"value": "8px"
|
|
9797
|
+
},
|
|
9798
|
+
"kendo-spreadsheet-sheets-bar-border-width": {
|
|
9799
|
+
"type": "Number",
|
|
9800
|
+
"value": "1px"
|
|
9801
|
+
},
|
|
9602
9802
|
"kendo-spreadsheet-insert-image-dialog-border-style": {
|
|
9603
9803
|
"type": "String",
|
|
9604
9804
|
"value": "dashed"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-default",
|
|
3
3
|
"description": "SASS resources for the default Kendo UI theme",
|
|
4
|
-
"version": "6.
|
|
4
|
+
"version": "6.8.0-dev.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@progress/kendo-font-icons": "1.9.0",
|
|
53
|
-
"@progress/kendo-theme-core": "6.
|
|
54
|
-
"@progress/kendo-theme-utils": "6.
|
|
53
|
+
"@progress/kendo-theme-core": "6.8.0-dev.1",
|
|
54
|
+
"@progress/kendo-theme-utils": "6.8.0-dev.1"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "8b90f3aef2d8742d9fea94474dabb38bd7553c1d"
|
|
57
57
|
}
|