@progress/kendo-theme-core 13.0.0-dev.1 → 13.0.0-dev.3
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 +1 -1
- package/dist/meta/sassdoc-data.json +514 -400
- package/dist/meta/sassdoc-raw-data.json +246 -196
- package/dist/meta/variables.json +10 -8
- package/package.json +2 -2
- package/scss/components/bubble/_layout.scss +1 -2
- package/scss/components/chat/_layout.scss +88 -132
- package/scss/components/chat/_theme.scss +25 -16
- package/scss/components/chat/_variables.scss +12 -18
- package/scss/components/dropdowntree/_layout.scss +7 -7
- package/scss/components/dropdowntree/_variables.scss +3 -0
- package/scss/components/file-box/_layout.scss +123 -0
- package/scss/components/file-box/_theme.scss +22 -0
- package/scss/components/file-box/_variables.scss +19 -0
- package/scss/components/icons/_theme.scss +7 -1
- package/scss/components/icons/_variables.scss +2 -0
- package/scss/components/list/_layout.scss +64 -4
- package/scss/components/list/_theme.scss +8 -0
- package/scss/components/list/_variables.scss +11 -0
- package/scss/components/prompt-box/_layout.scss +63 -0
- package/scss/components/prompt-box/_theme.scss +7 -0
- package/scss/components/prompt-box/_variables.scss +11 -0
- package/scss/components/segmented-control/_layout.scss +85 -0
- package/scss/components/segmented-control/_theme.scss +38 -0
- package/scss/components/segmented-control/_variables.scss +73 -0
- package/scss/components/smart-box/_layout.scss +85 -0
- package/scss/components/smart-box/_theme.scss +5 -0
- package/scss/components/smart-box/_variables.scss +40 -0
- package/scss/components/suggestion/_layout.scss +36 -11
- package/scss/components/suggestion/_theme.scss +23 -0
- package/scss/components/suggestion/_variables.scss +3 -0
- package/scss/components/switch/_layout.scss +2 -2
- package/scss/components/tabstrip/_layout.scss +30 -0
- package/scss/components/tabstrip/_theme.scss +8 -0
- package/scss/components/toolbar/_layout.scss +3 -0
- package/scss/components/toolbar/_variables.scss +1 -0
- package/scss/components/treeview/_layout.scss +14 -10
- package/scss/components/treeview/_theme.scss +7 -6
- package/scss/components/treeview/_variables.scss +4 -0
- package/scss/elevation/index.scss +1 -2
- package/scss/motion/index.scss +1 -0
- package/scss/typography/index.scss +2 -1
|
@@ -3825,8 +3825,8 @@
|
|
|
3825
3825
|
{
|
|
3826
3826
|
"description": "The global default Elevation map.\n",
|
|
3827
3827
|
"commentRange": {
|
|
3828
|
-
"start":
|
|
3829
|
-
"end":
|
|
3828
|
+
"start": 41,
|
|
3829
|
+
"end": 42
|
|
3830
3830
|
},
|
|
3831
3831
|
"context": {
|
|
3832
3832
|
"type": "variable",
|
|
@@ -3834,8 +3834,8 @@
|
|
|
3834
3834
|
"value": "$default-elevation",
|
|
3835
3835
|
"scope": "default",
|
|
3836
3836
|
"line": {
|
|
3837
|
-
"start":
|
|
3838
|
-
"end":
|
|
3837
|
+
"start": 43,
|
|
3838
|
+
"end": 43
|
|
3839
3839
|
}
|
|
3840
3840
|
},
|
|
3841
3841
|
"group": [
|
|
@@ -3975,8 +3975,8 @@
|
|
|
3975
3975
|
{
|
|
3976
3976
|
"description": "The sizes map of the List.\n",
|
|
3977
3977
|
"commentRange": {
|
|
3978
|
-
"start":
|
|
3979
|
-
"end":
|
|
3978
|
+
"start": 108,
|
|
3979
|
+
"end": 109
|
|
3980
3980
|
},
|
|
3981
3981
|
"context": {
|
|
3982
3982
|
"type": "variable",
|
|
@@ -3984,8 +3984,8 @@
|
|
|
3984
3984
|
"value": "(\n sm: (\n font-size: $kendo-list-sm-font-size,\n line-height: $kendo-list-sm-line-height,\n header-padding-x: $kendo-list-sm-header-padding-x,\n header-padding-y: $kendo-list-sm-header-padding-y,\n header-font-size: $kendo-list-sm-header-font-size,\n header-line-height: $kendo-list-sm-header-line-height,\n item-padding-x: $kendo-list-sm-item-padding-x,\n item-padding-y: $kendo-list-sm-item-padding-y,\n item-font-size: $kendo-list-sm-item-font-size,\n item-line-height: $kendo-list-sm-item-line-height,\n group-item-padding-x: $kendo-list-sm-group-item-padding-x,\n group-item-padding-y: $kendo-list-sm-group-item-padding-y,\n group-item-font-size: $kendo-list-sm-group-item-font-size,\n group-item-line-height: $kendo-list-sm-group-item-line-height,\n item-group-label-padding-x: $kendo-list-item-group-label-sm-padding-x,\n item-group-label-padding-y: $kendo-list-item-group-label-sm-padding-y,\n item-group-label-font-size: $kendo-list-item-group-label-sm-font-size,\n item-group-label-line-height: $kendo-list-item-group-label-sm-line-height,\n filter-padding-x: $kendo-list-sm-filter-padding-x,\n filter-padding-y: $kendo-list-sm-filter-padding-y\n ),\n md: (\n font-size: $kendo-list-md-font-size,\n line-height: $kendo-list-md-line-height,\n header-padding-x: $kendo-list-md-header-padding-x,\n header-padding-y: $kendo-list-md-header-padding-y,\n header-font-size: $kendo-list-md-header-font-size,\n header-line-height: $kendo-list-md-header-line-height,\n item-padding-x: $kendo-list-md-item-padding-x,\n item-padding-y: $kendo-list-md-item-padding-y,\n item-font-size: $kendo-list-md-item-font-size,\n item-line-height: $kendo-list-md-item-line-height,\n group-item-padding-x: $kendo-list-md-group-item-padding-x,\n group-item-padding-y: $kendo-list-md-group-item-padding-y,\n group-item-font-size: $kendo-list-md-group-item-font-size,\n group-item-line-height: $kendo-list-md-group-item-line-height,\n item-group-label-padding-x: $kendo-list-item-group-label-md-padding-x,\n item-group-label-padding-y: $kendo-list-item-group-label-md-padding-y,\n item-group-label-font-size: $kendo-list-item-group-label-md-font-size,\n item-group-label-line-height: $kendo-list-item-group-label-md-line-height,\n filter-padding-x: $kendo-list-md-filter-padding-x,\n filter-padding-y: $kendo-list-md-filter-padding-y\n ),\n lg: (\n font-size: $kendo-list-lg-font-size,\n line-height: $kendo-list-lg-line-height,\n header-padding-x: $kendo-list-lg-header-padding-x,\n header-padding-y: $kendo-list-lg-header-padding-y,\n header-font-size: $kendo-list-lg-header-font-size,\n header-line-height: $kendo-list-lg-header-line-height,\n item-padding-x: $kendo-list-lg-item-padding-x,\n item-padding-y: $kendo-list-lg-item-padding-y,\n item-font-size: $kendo-list-lg-item-font-size,\n item-line-height: $kendo-list-lg-item-line-height,\n group-item-padding-x: $kendo-list-lg-group-item-padding-x,\n group-item-padding-y: $kendo-list-lg-group-item-padding-y,\n group-item-font-size: $kendo-list-lg-group-item-font-size,\n group-item-line-height: $kendo-list-lg-group-item-line-height,\n item-group-label-padding-x: $kendo-list-item-group-label-lg-padding-x,\n item-group-label-padding-y: $kendo-list-item-group-label-lg-padding-y,\n item-group-label-font-size: $kendo-list-item-group-label-lg-font-size,\n item-group-label-line-height: $kendo-list-item-group-label-lg-line-height,\n filter-padding-x: $kendo-list-lg-filter-padding-x,\n filter-padding-y: $kendo-list-lg-filter-padding-y\n )\n)",
|
|
3985
3985
|
"scope": "default",
|
|
3986
3986
|
"line": {
|
|
3987
|
-
"start":
|
|
3988
|
-
"end":
|
|
3987
|
+
"start": 110,
|
|
3988
|
+
"end": 177
|
|
3989
3989
|
}
|
|
3990
3990
|
},
|
|
3991
3991
|
"group": [
|
|
@@ -4075,8 +4075,8 @@
|
|
|
4075
4075
|
{
|
|
4076
4076
|
"description": "The global map of motion easing tokens.\n",
|
|
4077
4077
|
"commentRange": {
|
|
4078
|
-
"start":
|
|
4079
|
-
"end":
|
|
4078
|
+
"start": 142,
|
|
4079
|
+
"end": 143
|
|
4080
4080
|
},
|
|
4081
4081
|
"context": {
|
|
4082
4082
|
"type": "variable",
|
|
@@ -4084,8 +4084,8 @@
|
|
|
4084
4084
|
"value": "$default-easings",
|
|
4085
4085
|
"scope": "default",
|
|
4086
4086
|
"line": {
|
|
4087
|
-
"start":
|
|
4088
|
-
"end":
|
|
4087
|
+
"start": 144,
|
|
4088
|
+
"end": 144
|
|
4089
4089
|
}
|
|
4090
4090
|
},
|
|
4091
4091
|
"group": [
|
|
@@ -4100,8 +4100,8 @@
|
|
|
4100
4100
|
{
|
|
4101
4101
|
"description": "The global map of motion duration tokens.\n",
|
|
4102
4102
|
"commentRange": {
|
|
4103
|
-
"start":
|
|
4104
|
-
"end":
|
|
4103
|
+
"start": 147,
|
|
4104
|
+
"end": 148
|
|
4105
4105
|
},
|
|
4106
4106
|
"context": {
|
|
4107
4107
|
"type": "variable",
|
|
@@ -4109,8 +4109,8 @@
|
|
|
4109
4109
|
"value": "$default-durations",
|
|
4110
4110
|
"scope": "default",
|
|
4111
4111
|
"line": {
|
|
4112
|
-
"start":
|
|
4113
|
-
"end":
|
|
4112
|
+
"start": 149,
|
|
4113
|
+
"end": 149
|
|
4114
4114
|
}
|
|
4115
4115
|
},
|
|
4116
4116
|
"group": [
|
|
@@ -4125,8 +4125,8 @@
|
|
|
4125
4125
|
{
|
|
4126
4126
|
"description": "The global map of motion transition tokens.\n",
|
|
4127
4127
|
"commentRange": {
|
|
4128
|
-
"start":
|
|
4129
|
-
"end":
|
|
4128
|
+
"start": 152,
|
|
4129
|
+
"end": 173
|
|
4130
4130
|
},
|
|
4131
4131
|
"context": {
|
|
4132
4132
|
"type": "variable",
|
|
@@ -4134,8 +4134,8 @@
|
|
|
4134
4134
|
"value": "$default-transitions",
|
|
4135
4135
|
"scope": "default",
|
|
4136
4136
|
"line": {
|
|
4137
|
-
"start":
|
|
4138
|
-
"end":
|
|
4137
|
+
"start": 174,
|
|
4138
|
+
"end": 174
|
|
4139
4139
|
}
|
|
4140
4140
|
},
|
|
4141
4141
|
"group": [
|
|
@@ -4855,6 +4855,31 @@
|
|
|
4855
4855
|
"name": "_variables.scss"
|
|
4856
4856
|
}
|
|
4857
4857
|
},
|
|
4858
|
+
{
|
|
4859
|
+
"description": "The map with the sizes of the Segmented Control.\n",
|
|
4860
|
+
"commentRange": {
|
|
4861
|
+
"start": 45,
|
|
4862
|
+
"end": 46
|
|
4863
|
+
},
|
|
4864
|
+
"context": {
|
|
4865
|
+
"type": "variable",
|
|
4866
|
+
"name": "kendo-segmented-control-sizes",
|
|
4867
|
+
"value": "(\n sm: (\n font-size: $kendo-segmented-control-sm-font-size,\n line-height: $kendo-segmented-control-sm-line-height,\n button-padding-x: $kendo-segmented-control-sm-button-padding-x,\n button-padding-y: $kendo-segmented-control-sm-button-padding-y,\n button-gap: $kendo-segmented-control-sm-button-gap\n ),\n md: (\n font-size: $kendo-segmented-control-md-font-size,\n line-height: $kendo-segmented-control-md-line-height,\n button-padding-x: $kendo-segmented-control-md-button-padding-x,\n button-padding-y: $kendo-segmented-control-md-button-padding-y,\n button-gap: $kendo-segmented-control-md-button-gap\n ),\n lg: (\n font-size: $kendo-segmented-control-lg-font-size,\n line-height: $kendo-segmented-control-lg-line-height,\n button-padding-x: $kendo-segmented-control-lg-button-padding-x,\n button-padding-y: $kendo-segmented-control-lg-button-padding-y,\n button-gap: $kendo-segmented-control-lg-button-gap\n )\n)",
|
|
4868
|
+
"scope": "default",
|
|
4869
|
+
"line": {
|
|
4870
|
+
"start": 47,
|
|
4871
|
+
"end": 69
|
|
4872
|
+
}
|
|
4873
|
+
},
|
|
4874
|
+
"group": [
|
|
4875
|
+
"segmented-control"
|
|
4876
|
+
],
|
|
4877
|
+
"access": "public",
|
|
4878
|
+
"file": {
|
|
4879
|
+
"path": "components/segmented-control/_variables.scss",
|
|
4880
|
+
"name": "_variables.scss"
|
|
4881
|
+
}
|
|
4882
|
+
},
|
|
4858
4883
|
{
|
|
4859
4884
|
"description": "The sizes map of the Signature.\n",
|
|
4860
4885
|
"commentRange": {
|
|
@@ -4880,6 +4905,31 @@
|
|
|
4880
4905
|
"name": "_variables.scss"
|
|
4881
4906
|
}
|
|
4882
4907
|
},
|
|
4908
|
+
{
|
|
4909
|
+
"description": "The sizes map for the Smart box components.\n",
|
|
4910
|
+
"commentRange": {
|
|
4911
|
+
"start": 24,
|
|
4912
|
+
"end": 25
|
|
4913
|
+
},
|
|
4914
|
+
"context": {
|
|
4915
|
+
"type": "variable",
|
|
4916
|
+
"name": "kendo-smart-box-sizes",
|
|
4917
|
+
"value": "(\n sm: (\n padding-x: $kendo-smart-box-sm-padding-x,\n prefix-margin-x: $kendo-smart-box-sm-prefix-margin-x,\n ),\n md: (\n padding-x: $kendo-smart-box-md-padding-x,\n prefix-margin-x: $kendo-smart-box-md-prefix-margin-x,\n ),\n lg: (\n padding-x: $kendo-smart-box-lg-padding-x,\n prefix-margin-x: $kendo-smart-box-lg-prefix-margin-x,\n\n )\n)",
|
|
4918
|
+
"scope": "default",
|
|
4919
|
+
"line": {
|
|
4920
|
+
"start": 26,
|
|
4921
|
+
"end": 40
|
|
4922
|
+
}
|
|
4923
|
+
},
|
|
4924
|
+
"group": [
|
|
4925
|
+
"smart-box"
|
|
4926
|
+
],
|
|
4927
|
+
"access": "public",
|
|
4928
|
+
"file": {
|
|
4929
|
+
"path": "components/smart-box/_variables.scss",
|
|
4930
|
+
"name": "_variables.scss"
|
|
4931
|
+
}
|
|
4932
|
+
},
|
|
4883
4933
|
{
|
|
4884
4934
|
"description": "The global default Spacing map.\n",
|
|
4885
4935
|
"commentRange": {
|
|
@@ -4908,8 +4958,8 @@
|
|
|
4908
4958
|
{
|
|
4909
4959
|
"description": "The theme colors map of the Suggestion.\n",
|
|
4910
4960
|
"commentRange": {
|
|
4911
|
-
"start":
|
|
4912
|
-
"end":
|
|
4961
|
+
"start": 16,
|
|
4962
|
+
"end": 17
|
|
4913
4963
|
},
|
|
4914
4964
|
"context": {
|
|
4915
4965
|
"type": "variable",
|
|
@@ -4917,8 +4967,8 @@
|
|
|
4917
4967
|
"value": "(\"base\", \"primary\", \"secondary\")",
|
|
4918
4968
|
"scope": "default",
|
|
4919
4969
|
"line": {
|
|
4920
|
-
"start":
|
|
4921
|
-
"end":
|
|
4970
|
+
"start": 18,
|
|
4971
|
+
"end": 18
|
|
4922
4972
|
}
|
|
4923
4973
|
},
|
|
4924
4974
|
"group": [
|
|
@@ -5033,8 +5083,8 @@
|
|
|
5033
5083
|
{
|
|
5034
5084
|
"description": "The sizes map of the ToolBar.\n",
|
|
5035
5085
|
"commentRange": {
|
|
5036
|
-
"start":
|
|
5037
|
-
"end":
|
|
5086
|
+
"start": 59,
|
|
5087
|
+
"end": 60
|
|
5038
5088
|
},
|
|
5039
5089
|
"context": {
|
|
5040
5090
|
"type": "variable",
|
|
@@ -5042,8 +5092,8 @@
|
|
|
5042
5092
|
"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 separator-height: $kendo-toolbar-sm-separator-height\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 separator-height: $kendo-toolbar-md-separator-height\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 separator-height: $kendo-toolbar-lg-separator-height\n )\n)",
|
|
5043
5093
|
"scope": "default",
|
|
5044
5094
|
"line": {
|
|
5045
|
-
"start":
|
|
5046
|
-
"end":
|
|
5095
|
+
"start": 61,
|
|
5096
|
+
"end": 80
|
|
5047
5097
|
}
|
|
5048
5098
|
},
|
|
5049
5099
|
"group": [
|
|
@@ -5058,8 +5108,8 @@
|
|
|
5058
5108
|
{
|
|
5059
5109
|
"description": "The sizes map of the TreeView.\n",
|
|
5060
5110
|
"commentRange": {
|
|
5061
|
-
"start":
|
|
5062
|
-
"end":
|
|
5111
|
+
"start": 35,
|
|
5112
|
+
"end": 36
|
|
5063
5113
|
},
|
|
5064
5114
|
"context": {
|
|
5065
5115
|
"type": "variable",
|
|
@@ -5067,8 +5117,8 @@
|
|
|
5067
5117
|
"value": "(\n sm: (\n font-size: $kendo-treeview-sm-font-size,\n line-height: $kendo-treeview-sm-line-height,\n item-padding-x: $kendo-treeview-sm-item-padding-x,\n item-padding-y: $kendo-treeview-sm-item-padding-y,\n checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x,\n checkbox-padding-y: $kendo-treeview-sm-checkbox-padding-y\n ),\n md: (\n font-size: $kendo-treeview-md-font-size,\n line-height: $kendo-treeview-md-line-height,\n item-padding-x: $kendo-treeview-md-item-padding-x,\n item-padding-y: $kendo-treeview-md-item-padding-y,\n checkbox-padding-x: $kendo-treeview-md-checkbox-padding-x,\n checkbox-padding-y: $kendo-treeview-md-checkbox-padding-y\n ),\n lg: (\n font-size: $kendo-treeview-lg-font-size,\n line-height: $kendo-treeview-lg-line-height,\n item-padding-x: $kendo-treeview-lg-item-padding-x,\n item-padding-y: $kendo-treeview-lg-item-padding-y,\n checkbox-padding-x: $kendo-treeview-lg-checkbox-padding-x,\n checkbox-padding-y: $kendo-treeview-lg-checkbox-padding-y\n )\n)",
|
|
5068
5118
|
"scope": "default",
|
|
5069
5119
|
"line": {
|
|
5070
|
-
"start":
|
|
5071
|
-
"end":
|
|
5120
|
+
"start": 37,
|
|
5121
|
+
"end": 62
|
|
5072
5122
|
}
|
|
5073
5123
|
},
|
|
5074
5124
|
"group": [
|
|
@@ -5083,8 +5133,8 @@
|
|
|
5083
5133
|
{
|
|
5084
5134
|
"description": "The base font size across all components.\n",
|
|
5085
5135
|
"commentRange": {
|
|
5086
|
-
"start":
|
|
5087
|
-
"end":
|
|
5136
|
+
"start": 6,
|
|
5137
|
+
"end": 7
|
|
5088
5138
|
},
|
|
5089
5139
|
"context": {
|
|
5090
5140
|
"type": "variable",
|
|
@@ -5092,8 +5142,8 @@
|
|
|
5092
5142
|
"value": "0.875rem",
|
|
5093
5143
|
"scope": "default",
|
|
5094
5144
|
"line": {
|
|
5095
|
-
"start":
|
|
5096
|
-
"end":
|
|
5145
|
+
"start": 8,
|
|
5146
|
+
"end": 8
|
|
5097
5147
|
}
|
|
5098
5148
|
},
|
|
5099
5149
|
"group": [
|
|
@@ -5108,8 +5158,8 @@
|
|
|
5108
5158
|
{
|
|
5109
5159
|
"description": "The extra extra small font size across all components.\n",
|
|
5110
5160
|
"commentRange": {
|
|
5111
|
-
"start":
|
|
5112
|
-
"end":
|
|
5161
|
+
"start": 9,
|
|
5162
|
+
"end": 10
|
|
5113
5163
|
},
|
|
5114
5164
|
"context": {
|
|
5115
5165
|
"type": "variable",
|
|
@@ -5117,8 +5167,8 @@
|
|
|
5117
5167
|
"value": "0.5rem",
|
|
5118
5168
|
"scope": "default",
|
|
5119
5169
|
"line": {
|
|
5120
|
-
"start":
|
|
5121
|
-
"end":
|
|
5170
|
+
"start": 11,
|
|
5171
|
+
"end": 11
|
|
5122
5172
|
}
|
|
5123
5173
|
},
|
|
5124
5174
|
"group": [
|
|
@@ -5133,8 +5183,8 @@
|
|
|
5133
5183
|
{
|
|
5134
5184
|
"description": "The extra small font size across all components.\n",
|
|
5135
5185
|
"commentRange": {
|
|
5136
|
-
"start":
|
|
5137
|
-
"end":
|
|
5186
|
+
"start": 12,
|
|
5187
|
+
"end": 13
|
|
5138
5188
|
},
|
|
5139
5189
|
"context": {
|
|
5140
5190
|
"type": "variable",
|
|
@@ -5142,8 +5192,8 @@
|
|
|
5142
5192
|
"value": "0.625rem",
|
|
5143
5193
|
"scope": "default",
|
|
5144
5194
|
"line": {
|
|
5145
|
-
"start":
|
|
5146
|
-
"end":
|
|
5195
|
+
"start": 14,
|
|
5196
|
+
"end": 14
|
|
5147
5197
|
}
|
|
5148
5198
|
},
|
|
5149
5199
|
"group": [
|
|
@@ -5158,8 +5208,8 @@
|
|
|
5158
5208
|
{
|
|
5159
5209
|
"description": "The small font size across all components.\n",
|
|
5160
5210
|
"commentRange": {
|
|
5161
|
-
"start":
|
|
5162
|
-
"end":
|
|
5211
|
+
"start": 15,
|
|
5212
|
+
"end": 16
|
|
5163
5213
|
},
|
|
5164
5214
|
"context": {
|
|
5165
5215
|
"type": "variable",
|
|
@@ -5167,8 +5217,8 @@
|
|
|
5167
5217
|
"value": "0.75rem",
|
|
5168
5218
|
"scope": "default",
|
|
5169
5219
|
"line": {
|
|
5170
|
-
"start":
|
|
5171
|
-
"end":
|
|
5220
|
+
"start": 17,
|
|
5221
|
+
"end": 17
|
|
5172
5222
|
}
|
|
5173
5223
|
},
|
|
5174
5224
|
"group": [
|
|
@@ -5183,8 +5233,8 @@
|
|
|
5183
5233
|
{
|
|
5184
5234
|
"description": "The medium font size across all components.\n",
|
|
5185
5235
|
"commentRange": {
|
|
5186
|
-
"start":
|
|
5187
|
-
"end":
|
|
5236
|
+
"start": 18,
|
|
5237
|
+
"end": 19
|
|
5188
5238
|
},
|
|
5189
5239
|
"context": {
|
|
5190
5240
|
"type": "variable",
|
|
@@ -5192,8 +5242,8 @@
|
|
|
5192
5242
|
"value": "$kendo-font-size",
|
|
5193
5243
|
"scope": "default",
|
|
5194
5244
|
"line": {
|
|
5195
|
-
"start":
|
|
5196
|
-
"end":
|
|
5245
|
+
"start": 20,
|
|
5246
|
+
"end": 20
|
|
5197
5247
|
}
|
|
5198
5248
|
},
|
|
5199
5249
|
"group": [
|
|
@@ -5208,8 +5258,8 @@
|
|
|
5208
5258
|
{
|
|
5209
5259
|
"description": "The large font size across all components.\n",
|
|
5210
5260
|
"commentRange": {
|
|
5211
|
-
"start":
|
|
5212
|
-
"end":
|
|
5261
|
+
"start": 21,
|
|
5262
|
+
"end": 22
|
|
5213
5263
|
},
|
|
5214
5264
|
"context": {
|
|
5215
5265
|
"type": "variable",
|
|
@@ -5217,8 +5267,8 @@
|
|
|
5217
5267
|
"value": "1rem",
|
|
5218
5268
|
"scope": "default",
|
|
5219
5269
|
"line": {
|
|
5220
|
-
"start":
|
|
5221
|
-
"end":
|
|
5270
|
+
"start": 23,
|
|
5271
|
+
"end": 23
|
|
5222
5272
|
}
|
|
5223
5273
|
},
|
|
5224
5274
|
"group": [
|
|
@@ -5233,8 +5283,8 @@
|
|
|
5233
5283
|
{
|
|
5234
5284
|
"description": "The extra large font size across all components.\n",
|
|
5235
5285
|
"commentRange": {
|
|
5236
|
-
"start":
|
|
5237
|
-
"end":
|
|
5286
|
+
"start": 24,
|
|
5287
|
+
"end": 25
|
|
5238
5288
|
},
|
|
5239
5289
|
"context": {
|
|
5240
5290
|
"type": "variable",
|
|
@@ -5242,8 +5292,8 @@
|
|
|
5242
5292
|
"value": "1.25rem",
|
|
5243
5293
|
"scope": "default",
|
|
5244
5294
|
"line": {
|
|
5245
|
-
"start":
|
|
5246
|
-
"end":
|
|
5295
|
+
"start": 26,
|
|
5296
|
+
"end": 26
|
|
5247
5297
|
}
|
|
5248
5298
|
},
|
|
5249
5299
|
"group": [
|
|
@@ -5258,8 +5308,8 @@
|
|
|
5258
5308
|
{
|
|
5259
5309
|
"description": "The base line height across all components.\n",
|
|
5260
5310
|
"commentRange": {
|
|
5261
|
-
"start":
|
|
5262
|
-
"end":
|
|
5311
|
+
"start": 28,
|
|
5312
|
+
"end": 29
|
|
5263
5313
|
},
|
|
5264
5314
|
"context": {
|
|
5265
5315
|
"type": "variable",
|
|
@@ -5267,8 +5317,8 @@
|
|
|
5267
5317
|
"value": "math.div( 20, 14 )",
|
|
5268
5318
|
"scope": "default",
|
|
5269
5319
|
"line": {
|
|
5270
|
-
"start":
|
|
5271
|
-
"end":
|
|
5320
|
+
"start": 30,
|
|
5321
|
+
"end": 30
|
|
5272
5322
|
}
|
|
5273
5323
|
},
|
|
5274
5324
|
"group": [
|
|
@@ -5283,8 +5333,8 @@
|
|
|
5283
5333
|
{
|
|
5284
5334
|
"description": "The extra small line height across all components.\n",
|
|
5285
5335
|
"commentRange": {
|
|
5286
|
-
"start":
|
|
5287
|
-
"end":
|
|
5336
|
+
"start": 31,
|
|
5337
|
+
"end": 32
|
|
5288
5338
|
},
|
|
5289
5339
|
"context": {
|
|
5290
5340
|
"type": "variable",
|
|
@@ -5292,8 +5342,8 @@
|
|
|
5292
5342
|
"value": "1",
|
|
5293
5343
|
"scope": "default",
|
|
5294
5344
|
"line": {
|
|
5295
|
-
"start":
|
|
5296
|
-
"end":
|
|
5345
|
+
"start": 33,
|
|
5346
|
+
"end": 33
|
|
5297
5347
|
}
|
|
5298
5348
|
},
|
|
5299
5349
|
"group": [
|
|
@@ -5308,8 +5358,8 @@
|
|
|
5308
5358
|
{
|
|
5309
5359
|
"description": "The small line height across all components.\n",
|
|
5310
5360
|
"commentRange": {
|
|
5311
|
-
"start":
|
|
5312
|
-
"end":
|
|
5361
|
+
"start": 34,
|
|
5362
|
+
"end": 35
|
|
5313
5363
|
},
|
|
5314
5364
|
"context": {
|
|
5315
5365
|
"type": "variable",
|
|
@@ -5317,8 +5367,8 @@
|
|
|
5317
5367
|
"value": "1.25",
|
|
5318
5368
|
"scope": "default",
|
|
5319
5369
|
"line": {
|
|
5320
|
-
"start":
|
|
5321
|
-
"end":
|
|
5370
|
+
"start": 36,
|
|
5371
|
+
"end": 36
|
|
5322
5372
|
}
|
|
5323
5373
|
},
|
|
5324
5374
|
"group": [
|
|
@@ -5333,8 +5383,8 @@
|
|
|
5333
5383
|
{
|
|
5334
5384
|
"description": "The medium line height across all components.\n",
|
|
5335
5385
|
"commentRange": {
|
|
5336
|
-
"start":
|
|
5337
|
-
"end":
|
|
5386
|
+
"start": 37,
|
|
5387
|
+
"end": 38
|
|
5338
5388
|
},
|
|
5339
5389
|
"context": {
|
|
5340
5390
|
"type": "variable",
|
|
@@ -5342,8 +5392,8 @@
|
|
|
5342
5392
|
"value": "$kendo-line-height",
|
|
5343
5393
|
"scope": "default",
|
|
5344
5394
|
"line": {
|
|
5345
|
-
"start":
|
|
5346
|
-
"end":
|
|
5395
|
+
"start": 39,
|
|
5396
|
+
"end": 39
|
|
5347
5397
|
}
|
|
5348
5398
|
},
|
|
5349
5399
|
"group": [
|
|
@@ -5358,8 +5408,8 @@
|
|
|
5358
5408
|
{
|
|
5359
5409
|
"description": "The large line height across all components.\n",
|
|
5360
5410
|
"commentRange": {
|
|
5361
|
-
"start":
|
|
5362
|
-
"end":
|
|
5411
|
+
"start": 40,
|
|
5412
|
+
"end": 41
|
|
5363
5413
|
},
|
|
5364
5414
|
"context": {
|
|
5365
5415
|
"type": "variable",
|
|
@@ -5367,8 +5417,8 @@
|
|
|
5367
5417
|
"value": "1.5",
|
|
5368
5418
|
"scope": "default",
|
|
5369
5419
|
"line": {
|
|
5370
|
-
"start":
|
|
5371
|
-
"end":
|
|
5420
|
+
"start": 42,
|
|
5421
|
+
"end": 42
|
|
5372
5422
|
}
|
|
5373
5423
|
},
|
|
5374
5424
|
"group": [
|
|
@@ -5383,8 +5433,8 @@
|
|
|
5383
5433
|
{
|
|
5384
5434
|
"description": "The base line height in ems across all components.\n",
|
|
5385
5435
|
"commentRange": {
|
|
5386
|
-
"start":
|
|
5387
|
-
"end":
|
|
5436
|
+
"start": 43,
|
|
5437
|
+
"end": 44
|
|
5388
5438
|
},
|
|
5389
5439
|
"context": {
|
|
5390
5440
|
"type": "variable",
|
|
@@ -5392,8 +5442,8 @@
|
|
|
5392
5442
|
"value": "calc( #{$kendo-line-height-md} * 1em )",
|
|
5393
5443
|
"scope": "default",
|
|
5394
5444
|
"line": {
|
|
5395
|
-
"start":
|
|
5396
|
-
"end":
|
|
5445
|
+
"start": 45,
|
|
5446
|
+
"end": 45
|
|
5397
5447
|
}
|
|
5398
5448
|
},
|
|
5399
5449
|
"group": [
|
|
@@ -5408,8 +5458,8 @@
|
|
|
5408
5458
|
{
|
|
5409
5459
|
"description": "The base font weight across all components.\n",
|
|
5410
5460
|
"commentRange": {
|
|
5411
|
-
"start":
|
|
5412
|
-
"end":
|
|
5461
|
+
"start": 47,
|
|
5462
|
+
"end": 48
|
|
5413
5463
|
},
|
|
5414
5464
|
"context": {
|
|
5415
5465
|
"type": "variable",
|
|
@@ -5417,8 +5467,8 @@
|
|
|
5417
5467
|
"value": "400",
|
|
5418
5468
|
"scope": "default",
|
|
5419
5469
|
"line": {
|
|
5420
|
-
"start":
|
|
5421
|
-
"end":
|
|
5470
|
+
"start": 49,
|
|
5471
|
+
"end": 49
|
|
5422
5472
|
}
|
|
5423
5473
|
},
|
|
5424
5474
|
"group": [
|
|
@@ -5433,8 +5483,8 @@
|
|
|
5433
5483
|
{
|
|
5434
5484
|
"description": "The thin font weight across all components.\n",
|
|
5435
5485
|
"commentRange": {
|
|
5436
|
-
"start":
|
|
5437
|
-
"end":
|
|
5486
|
+
"start": 50,
|
|
5487
|
+
"end": 51
|
|
5438
5488
|
},
|
|
5439
5489
|
"context": {
|
|
5440
5490
|
"type": "variable",
|
|
@@ -5442,8 +5492,8 @@
|
|
|
5442
5492
|
"value": "100",
|
|
5443
5493
|
"scope": "default",
|
|
5444
5494
|
"line": {
|
|
5445
|
-
"start":
|
|
5446
|
-
"end":
|
|
5495
|
+
"start": 52,
|
|
5496
|
+
"end": 52
|
|
5447
5497
|
}
|
|
5448
5498
|
},
|
|
5449
5499
|
"group": [
|
|
@@ -5458,8 +5508,8 @@
|
|
|
5458
5508
|
{
|
|
5459
5509
|
"description": "The extra light font weight across all components.\n",
|
|
5460
5510
|
"commentRange": {
|
|
5461
|
-
"start":
|
|
5462
|
-
"end":
|
|
5511
|
+
"start": 53,
|
|
5512
|
+
"end": 54
|
|
5463
5513
|
},
|
|
5464
5514
|
"context": {
|
|
5465
5515
|
"type": "variable",
|
|
@@ -5467,8 +5517,8 @@
|
|
|
5467
5517
|
"value": "200",
|
|
5468
5518
|
"scope": "default",
|
|
5469
5519
|
"line": {
|
|
5470
|
-
"start":
|
|
5471
|
-
"end":
|
|
5520
|
+
"start": 55,
|
|
5521
|
+
"end": 55
|
|
5472
5522
|
}
|
|
5473
5523
|
},
|
|
5474
5524
|
"group": [
|
|
@@ -5483,8 +5533,8 @@
|
|
|
5483
5533
|
{
|
|
5484
5534
|
"description": "The light font weight across all components.\n",
|
|
5485
5535
|
"commentRange": {
|
|
5486
|
-
"start":
|
|
5487
|
-
"end":
|
|
5536
|
+
"start": 56,
|
|
5537
|
+
"end": 57
|
|
5488
5538
|
},
|
|
5489
5539
|
"context": {
|
|
5490
5540
|
"type": "variable",
|
|
@@ -5492,8 +5542,8 @@
|
|
|
5492
5542
|
"value": "300",
|
|
5493
5543
|
"scope": "default",
|
|
5494
5544
|
"line": {
|
|
5495
|
-
"start":
|
|
5496
|
-
"end":
|
|
5545
|
+
"start": 58,
|
|
5546
|
+
"end": 58
|
|
5497
5547
|
}
|
|
5498
5548
|
},
|
|
5499
5549
|
"group": [
|
|
@@ -5508,8 +5558,8 @@
|
|
|
5508
5558
|
{
|
|
5509
5559
|
"description": "The normal font weight across all components.\n",
|
|
5510
5560
|
"commentRange": {
|
|
5511
|
-
"start":
|
|
5512
|
-
"end":
|
|
5561
|
+
"start": 59,
|
|
5562
|
+
"end": 60
|
|
5513
5563
|
},
|
|
5514
5564
|
"context": {
|
|
5515
5565
|
"type": "variable",
|
|
@@ -5517,8 +5567,8 @@
|
|
|
5517
5567
|
"value": "$kendo-font-weight",
|
|
5518
5568
|
"scope": "default",
|
|
5519
5569
|
"line": {
|
|
5520
|
-
"start":
|
|
5521
|
-
"end":
|
|
5570
|
+
"start": 61,
|
|
5571
|
+
"end": 61
|
|
5522
5572
|
}
|
|
5523
5573
|
},
|
|
5524
5574
|
"group": [
|
|
@@ -5533,8 +5583,8 @@
|
|
|
5533
5583
|
{
|
|
5534
5584
|
"description": "The medium font weight across all components.\n",
|
|
5535
5585
|
"commentRange": {
|
|
5536
|
-
"start":
|
|
5537
|
-
"end":
|
|
5586
|
+
"start": 62,
|
|
5587
|
+
"end": 63
|
|
5538
5588
|
},
|
|
5539
5589
|
"context": {
|
|
5540
5590
|
"type": "variable",
|
|
@@ -5542,8 +5592,8 @@
|
|
|
5542
5592
|
"value": "500",
|
|
5543
5593
|
"scope": "default",
|
|
5544
5594
|
"line": {
|
|
5545
|
-
"start":
|
|
5546
|
-
"end":
|
|
5595
|
+
"start": 64,
|
|
5596
|
+
"end": 64
|
|
5547
5597
|
}
|
|
5548
5598
|
},
|
|
5549
5599
|
"group": [
|
|
@@ -5558,8 +5608,8 @@
|
|
|
5558
5608
|
{
|
|
5559
5609
|
"description": "The semibold font weight across all components.\n",
|
|
5560
5610
|
"commentRange": {
|
|
5561
|
-
"start":
|
|
5562
|
-
"end":
|
|
5611
|
+
"start": 65,
|
|
5612
|
+
"end": 66
|
|
5563
5613
|
},
|
|
5564
5614
|
"context": {
|
|
5565
5615
|
"type": "variable",
|
|
@@ -5567,8 +5617,8 @@
|
|
|
5567
5617
|
"value": "600",
|
|
5568
5618
|
"scope": "default",
|
|
5569
5619
|
"line": {
|
|
5570
|
-
"start":
|
|
5571
|
-
"end":
|
|
5620
|
+
"start": 67,
|
|
5621
|
+
"end": 67
|
|
5572
5622
|
}
|
|
5573
5623
|
},
|
|
5574
5624
|
"group": [
|
|
@@ -5583,8 +5633,8 @@
|
|
|
5583
5633
|
{
|
|
5584
5634
|
"description": "The bold font weight across all components.\n",
|
|
5585
5635
|
"commentRange": {
|
|
5586
|
-
"start":
|
|
5587
|
-
"end":
|
|
5636
|
+
"start": 68,
|
|
5637
|
+
"end": 69
|
|
5588
5638
|
},
|
|
5589
5639
|
"context": {
|
|
5590
5640
|
"type": "variable",
|
|
@@ -5592,8 +5642,8 @@
|
|
|
5592
5642
|
"value": "700",
|
|
5593
5643
|
"scope": "default",
|
|
5594
5644
|
"line": {
|
|
5595
|
-
"start":
|
|
5596
|
-
"end":
|
|
5645
|
+
"start": 70,
|
|
5646
|
+
"end": 70
|
|
5597
5647
|
}
|
|
5598
5648
|
},
|
|
5599
5649
|
"group": [
|
|
@@ -5608,8 +5658,8 @@
|
|
|
5608
5658
|
{
|
|
5609
5659
|
"description": "The extra bold font weight across all components.\n",
|
|
5610
5660
|
"commentRange": {
|
|
5611
|
-
"start":
|
|
5612
|
-
"end":
|
|
5661
|
+
"start": 71,
|
|
5662
|
+
"end": 72
|
|
5613
5663
|
},
|
|
5614
5664
|
"context": {
|
|
5615
5665
|
"type": "variable",
|
|
@@ -5617,8 +5667,8 @@
|
|
|
5617
5667
|
"value": "800",
|
|
5618
5668
|
"scope": "default",
|
|
5619
5669
|
"line": {
|
|
5620
|
-
"start":
|
|
5621
|
-
"end":
|
|
5670
|
+
"start": 73,
|
|
5671
|
+
"end": 73
|
|
5622
5672
|
}
|
|
5623
5673
|
},
|
|
5624
5674
|
"group": [
|
|
@@ -5633,8 +5683,8 @@
|
|
|
5633
5683
|
{
|
|
5634
5684
|
"description": "The most pronounced font weight across all components.\n",
|
|
5635
5685
|
"commentRange": {
|
|
5636
|
-
"start":
|
|
5637
|
-
"end":
|
|
5686
|
+
"start": 74,
|
|
5687
|
+
"end": 75
|
|
5638
5688
|
},
|
|
5639
5689
|
"context": {
|
|
5640
5690
|
"type": "variable",
|
|
@@ -5642,8 +5692,8 @@
|
|
|
5642
5692
|
"value": "900",
|
|
5643
5693
|
"scope": "default",
|
|
5644
5694
|
"line": {
|
|
5645
|
-
"start":
|
|
5646
|
-
"end":
|
|
5695
|
+
"start": 76,
|
|
5696
|
+
"end": 76
|
|
5647
5697
|
}
|
|
5648
5698
|
},
|
|
5649
5699
|
"group": [
|
|
@@ -5658,8 +5708,8 @@
|
|
|
5658
5708
|
{
|
|
5659
5709
|
"description": "The base letter spacing across all components.\n",
|
|
5660
5710
|
"commentRange": {
|
|
5661
|
-
"start":
|
|
5662
|
-
"end":
|
|
5711
|
+
"start": 78,
|
|
5712
|
+
"end": 79
|
|
5663
5713
|
},
|
|
5664
5714
|
"context": {
|
|
5665
5715
|
"type": "variable",
|
|
@@ -5667,8 +5717,8 @@
|
|
|
5667
5717
|
"value": "null",
|
|
5668
5718
|
"scope": "default",
|
|
5669
5719
|
"line": {
|
|
5670
|
-
"start":
|
|
5671
|
-
"end":
|
|
5720
|
+
"start": 80,
|
|
5721
|
+
"end": 80
|
|
5672
5722
|
}
|
|
5673
5723
|
},
|
|
5674
5724
|
"group": [
|
|
@@ -5683,8 +5733,8 @@
|
|
|
5683
5733
|
{
|
|
5684
5734
|
"description": "The tightest letter spacing across all components.\n",
|
|
5685
5735
|
"commentRange": {
|
|
5686
|
-
"start":
|
|
5687
|
-
"end":
|
|
5736
|
+
"start": 81,
|
|
5737
|
+
"end": 82
|
|
5688
5738
|
},
|
|
5689
5739
|
"context": {
|
|
5690
5740
|
"type": "variable",
|
|
@@ -5692,8 +5742,8 @@
|
|
|
5692
5742
|
"value": "-.15px",
|
|
5693
5743
|
"scope": "default",
|
|
5694
5744
|
"line": {
|
|
5695
|
-
"start":
|
|
5696
|
-
"end":
|
|
5745
|
+
"start": 83,
|
|
5746
|
+
"end": 83
|
|
5697
5747
|
}
|
|
5698
5748
|
},
|
|
5699
5749
|
"group": [
|
|
@@ -5708,8 +5758,8 @@
|
|
|
5708
5758
|
{
|
|
5709
5759
|
"description": "Slightly looser than the tighter letter spacing across all components.\n",
|
|
5710
5760
|
"commentRange": {
|
|
5711
|
-
"start":
|
|
5712
|
-
"end":
|
|
5761
|
+
"start": 84,
|
|
5762
|
+
"end": 85
|
|
5713
5763
|
},
|
|
5714
5764
|
"context": {
|
|
5715
5765
|
"type": "variable",
|
|
@@ -5717,8 +5767,8 @@
|
|
|
5717
5767
|
"value": "-.10px",
|
|
5718
5768
|
"scope": "default",
|
|
5719
5769
|
"line": {
|
|
5720
|
-
"start":
|
|
5721
|
-
"end":
|
|
5770
|
+
"start": 86,
|
|
5771
|
+
"end": 86
|
|
5722
5772
|
}
|
|
5723
5773
|
},
|
|
5724
5774
|
"group": [
|
|
@@ -5733,8 +5783,8 @@
|
|
|
5733
5783
|
{
|
|
5734
5784
|
"description": "Moderately tight letter spacing across all components.\n",
|
|
5735
5785
|
"commentRange": {
|
|
5736
|
-
"start":
|
|
5737
|
-
"end":
|
|
5786
|
+
"start": 87,
|
|
5787
|
+
"end": 88
|
|
5738
5788
|
},
|
|
5739
5789
|
"context": {
|
|
5740
5790
|
"type": "variable",
|
|
@@ -5742,8 +5792,8 @@
|
|
|
5742
5792
|
"value": "-.5px",
|
|
5743
5793
|
"scope": "default",
|
|
5744
5794
|
"line": {
|
|
5745
|
-
"start":
|
|
5746
|
-
"end":
|
|
5795
|
+
"start": 89,
|
|
5796
|
+
"end": 89
|
|
5747
5797
|
}
|
|
5748
5798
|
},
|
|
5749
5799
|
"group": [
|
|
@@ -5758,8 +5808,8 @@
|
|
|
5758
5808
|
{
|
|
5759
5809
|
"description": "The normal letter spacing across all components.\n",
|
|
5760
5810
|
"commentRange": {
|
|
5761
|
-
"start":
|
|
5762
|
-
"end":
|
|
5811
|
+
"start": 90,
|
|
5812
|
+
"end": 91
|
|
5763
5813
|
},
|
|
5764
5814
|
"context": {
|
|
5765
5815
|
"type": "variable",
|
|
@@ -5767,8 +5817,8 @@
|
|
|
5767
5817
|
"value": "0px",
|
|
5768
5818
|
"scope": "default",
|
|
5769
5819
|
"line": {
|
|
5770
|
-
"start":
|
|
5771
|
-
"end":
|
|
5820
|
+
"start": 92,
|
|
5821
|
+
"end": 92
|
|
5772
5822
|
}
|
|
5773
5823
|
},
|
|
5774
5824
|
"group": [
|
|
@@ -5783,8 +5833,8 @@
|
|
|
5783
5833
|
{
|
|
5784
5834
|
"description": "Wide letter spacing across all components.\n",
|
|
5785
5835
|
"commentRange": {
|
|
5786
|
-
"start":
|
|
5787
|
-
"end":
|
|
5836
|
+
"start": 93,
|
|
5837
|
+
"end": 94
|
|
5788
5838
|
},
|
|
5789
5839
|
"context": {
|
|
5790
5840
|
"type": "variable",
|
|
@@ -5792,8 +5842,8 @@
|
|
|
5792
5842
|
"value": ".5px",
|
|
5793
5843
|
"scope": "default",
|
|
5794
5844
|
"line": {
|
|
5795
|
-
"start":
|
|
5796
|
-
"end":
|
|
5845
|
+
"start": 95,
|
|
5846
|
+
"end": 95
|
|
5797
5847
|
}
|
|
5798
5848
|
},
|
|
5799
5849
|
"group": [
|
|
@@ -5808,8 +5858,8 @@
|
|
|
5808
5858
|
{
|
|
5809
5859
|
"description": "Slightly wider than the wide letter spacing across all components.\n",
|
|
5810
5860
|
"commentRange": {
|
|
5811
|
-
"start":
|
|
5812
|
-
"end":
|
|
5861
|
+
"start": 96,
|
|
5862
|
+
"end": 97
|
|
5813
5863
|
},
|
|
5814
5864
|
"context": {
|
|
5815
5865
|
"type": "variable",
|
|
@@ -5817,8 +5867,8 @@
|
|
|
5817
5867
|
"value": ".10px",
|
|
5818
5868
|
"scope": "default",
|
|
5819
5869
|
"line": {
|
|
5820
|
-
"start":
|
|
5821
|
-
"end":
|
|
5870
|
+
"start": 98,
|
|
5871
|
+
"end": 98
|
|
5822
5872
|
}
|
|
5823
5873
|
},
|
|
5824
5874
|
"group": [
|
|
@@ -5833,8 +5883,8 @@
|
|
|
5833
5883
|
{
|
|
5834
5884
|
"description": "The widest letter spacing across all components.\n",
|
|
5835
5885
|
"commentRange": {
|
|
5836
|
-
"start":
|
|
5837
|
-
"end":
|
|
5886
|
+
"start": 99,
|
|
5887
|
+
"end": 100
|
|
5838
5888
|
},
|
|
5839
5889
|
"context": {
|
|
5840
5890
|
"type": "variable",
|
|
@@ -5842,8 +5892,8 @@
|
|
|
5842
5892
|
"value": ".15px",
|
|
5843
5893
|
"scope": "default",
|
|
5844
5894
|
"line": {
|
|
5845
|
-
"start":
|
|
5846
|
-
"end":
|
|
5895
|
+
"start": 101,
|
|
5896
|
+
"end": 101
|
|
5847
5897
|
}
|
|
5848
5898
|
},
|
|
5849
5899
|
"group": [
|
|
@@ -5858,8 +5908,8 @@
|
|
|
5858
5908
|
{
|
|
5859
5909
|
"description": "The sans font family across all components.\n",
|
|
5860
5910
|
"commentRange": {
|
|
5861
|
-
"start":
|
|
5862
|
-
"end":
|
|
5911
|
+
"start": 103,
|
|
5912
|
+
"end": 104
|
|
5863
5913
|
},
|
|
5864
5914
|
"context": {
|
|
5865
5915
|
"type": "variable",
|
|
@@ -5867,8 +5917,8 @@
|
|
|
5867
5917
|
"value": "Arial, Verdana, Tahoma, \"Trebuchet MS\", Helvetica, Impact, Gill Sans",
|
|
5868
5918
|
"scope": "default",
|
|
5869
5919
|
"line": {
|
|
5870
|
-
"start":
|
|
5871
|
-
"end":
|
|
5920
|
+
"start": 105,
|
|
5921
|
+
"end": 105
|
|
5872
5922
|
}
|
|
5873
5923
|
},
|
|
5874
5924
|
"group": [
|
|
@@ -5883,8 +5933,8 @@
|
|
|
5883
5933
|
{
|
|
5884
5934
|
"description": "The serif font family across all components.\n",
|
|
5885
5935
|
"commentRange": {
|
|
5886
|
-
"start":
|
|
5887
|
-
"end":
|
|
5936
|
+
"start": 106,
|
|
5937
|
+
"end": 107
|
|
5888
5938
|
},
|
|
5889
5939
|
"context": {
|
|
5890
5940
|
"type": "variable",
|
|
@@ -5892,8 +5942,8 @@
|
|
|
5892
5942
|
"value": "\"Times New Roman\", Georgia, Garamond, Palatino, Baskerville",
|
|
5893
5943
|
"scope": "default",
|
|
5894
5944
|
"line": {
|
|
5895
|
-
"start":
|
|
5896
|
-
"end":
|
|
5945
|
+
"start": 108,
|
|
5946
|
+
"end": 108
|
|
5897
5947
|
}
|
|
5898
5948
|
},
|
|
5899
5949
|
"group": [
|
|
@@ -5908,8 +5958,8 @@
|
|
|
5908
5958
|
{
|
|
5909
5959
|
"description": "The sans-serif font family across all components.\n",
|
|
5910
5960
|
"commentRange": {
|
|
5911
|
-
"start":
|
|
5912
|
-
"end":
|
|
5961
|
+
"start": 109,
|
|
5962
|
+
"end": 110
|
|
5913
5963
|
},
|
|
5914
5964
|
"context": {
|
|
5915
5965
|
"type": "variable",
|
|
@@ -5917,8 +5967,8 @@
|
|
|
5917
5967
|
"value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
5918
5968
|
"scope": "default",
|
|
5919
5969
|
"line": {
|
|
5920
|
-
"start":
|
|
5921
|
-
"end":
|
|
5970
|
+
"start": 111,
|
|
5971
|
+
"end": 111
|
|
5922
5972
|
}
|
|
5923
5973
|
},
|
|
5924
5974
|
"group": [
|
|
@@ -5933,8 +5983,8 @@
|
|
|
5933
5983
|
{
|
|
5934
5984
|
"description": "The monospace font family across all components.\n",
|
|
5935
5985
|
"commentRange": {
|
|
5936
|
-
"start":
|
|
5937
|
-
"end":
|
|
5986
|
+
"start": 112,
|
|
5987
|
+
"end": 113
|
|
5938
5988
|
},
|
|
5939
5989
|
"context": {
|
|
5940
5990
|
"type": "variable",
|
|
@@ -5942,8 +5992,8 @@
|
|
|
5942
5992
|
"value": "SFMono-Regular, Menlo, Monaco, Consolas, \"Roboto Mono\", \"Ubuntu Mono\", \"Lucida Console\", \"Courier New\", monospace",
|
|
5943
5993
|
"scope": "default",
|
|
5944
5994
|
"line": {
|
|
5945
|
-
"start":
|
|
5946
|
-
"end":
|
|
5995
|
+
"start": 114,
|
|
5996
|
+
"end": 114
|
|
5947
5997
|
}
|
|
5948
5998
|
},
|
|
5949
5999
|
"group": [
|
|
@@ -5958,8 +6008,8 @@
|
|
|
5958
6008
|
{
|
|
5959
6009
|
"description": "The base font family across all components.\n",
|
|
5960
6010
|
"commentRange": {
|
|
5961
|
-
"start":
|
|
5962
|
-
"end":
|
|
6011
|
+
"start": 116,
|
|
6012
|
+
"end": 117
|
|
5963
6013
|
},
|
|
5964
6014
|
"context": {
|
|
5965
6015
|
"type": "variable",
|
|
@@ -5967,8 +6017,8 @@
|
|
|
5967
6017
|
"value": "inherit",
|
|
5968
6018
|
"scope": "default",
|
|
5969
6019
|
"line": {
|
|
5970
|
-
"start":
|
|
5971
|
-
"end":
|
|
6020
|
+
"start": 118,
|
|
6021
|
+
"end": 118
|
|
5972
6022
|
}
|
|
5973
6023
|
},
|
|
5974
6024
|
"group": [
|
|
@@ -5983,8 +6033,8 @@
|
|
|
5983
6033
|
{
|
|
5984
6034
|
"description": "The font sizes map\n",
|
|
5985
6035
|
"commentRange": {
|
|
5986
|
-
"start":
|
|
5987
|
-
"end":
|
|
6036
|
+
"start": 165,
|
|
6037
|
+
"end": 166
|
|
5988
6038
|
},
|
|
5989
6039
|
"context": {
|
|
5990
6040
|
"type": "variable",
|
|
@@ -5992,8 +6042,8 @@
|
|
|
5992
6042
|
"value": "$default-font-sizes",
|
|
5993
6043
|
"scope": "default",
|
|
5994
6044
|
"line": {
|
|
5995
|
-
"start":
|
|
5996
|
-
"end":
|
|
6045
|
+
"start": 167,
|
|
6046
|
+
"end": 167
|
|
5997
6047
|
}
|
|
5998
6048
|
},
|
|
5999
6049
|
"group": [
|
|
@@ -6008,8 +6058,8 @@
|
|
|
6008
6058
|
{
|
|
6009
6059
|
"description": "The line heights map\n",
|
|
6010
6060
|
"commentRange": {
|
|
6011
|
-
"start":
|
|
6012
|
-
"end":
|
|
6061
|
+
"start": 170,
|
|
6062
|
+
"end": 171
|
|
6013
6063
|
},
|
|
6014
6064
|
"context": {
|
|
6015
6065
|
"type": "variable",
|
|
@@ -6017,8 +6067,8 @@
|
|
|
6017
6067
|
"value": "$default-line-heights",
|
|
6018
6068
|
"scope": "default",
|
|
6019
6069
|
"line": {
|
|
6020
|
-
"start":
|
|
6021
|
-
"end":
|
|
6070
|
+
"start": 172,
|
|
6071
|
+
"end": 172
|
|
6022
6072
|
}
|
|
6023
6073
|
},
|
|
6024
6074
|
"group": [
|
|
@@ -6033,8 +6083,8 @@
|
|
|
6033
6083
|
{
|
|
6034
6084
|
"description": "The font weights map\n",
|
|
6035
6085
|
"commentRange": {
|
|
6036
|
-
"start":
|
|
6037
|
-
"end":
|
|
6086
|
+
"start": 175,
|
|
6087
|
+
"end": 176
|
|
6038
6088
|
},
|
|
6039
6089
|
"context": {
|
|
6040
6090
|
"type": "variable",
|
|
@@ -6042,8 +6092,8 @@
|
|
|
6042
6092
|
"value": "$default-font-weights",
|
|
6043
6093
|
"scope": "default",
|
|
6044
6094
|
"line": {
|
|
6045
|
-
"start":
|
|
6046
|
-
"end":
|
|
6095
|
+
"start": 177,
|
|
6096
|
+
"end": 177
|
|
6047
6097
|
}
|
|
6048
6098
|
},
|
|
6049
6099
|
"group": [
|
|
@@ -6058,8 +6108,8 @@
|
|
|
6058
6108
|
{
|
|
6059
6109
|
"description": "The letter spacings map\n",
|
|
6060
6110
|
"commentRange": {
|
|
6061
|
-
"start":
|
|
6062
|
-
"end":
|
|
6111
|
+
"start": 180,
|
|
6112
|
+
"end": 181
|
|
6063
6113
|
},
|
|
6064
6114
|
"context": {
|
|
6065
6115
|
"type": "variable",
|
|
@@ -6067,8 +6117,8 @@
|
|
|
6067
6117
|
"value": "$default-letter-spacings",
|
|
6068
6118
|
"scope": "default",
|
|
6069
6119
|
"line": {
|
|
6070
|
-
"start":
|
|
6071
|
-
"end":
|
|
6120
|
+
"start": 182,
|
|
6121
|
+
"end": 182
|
|
6072
6122
|
}
|
|
6073
6123
|
},
|
|
6074
6124
|
"group": [
|
|
@@ -6083,8 +6133,8 @@
|
|
|
6083
6133
|
{
|
|
6084
6134
|
"description": "The font families map\n",
|
|
6085
6135
|
"commentRange": {
|
|
6086
|
-
"start":
|
|
6087
|
-
"end":
|
|
6136
|
+
"start": 185,
|
|
6137
|
+
"end": 186
|
|
6088
6138
|
},
|
|
6089
6139
|
"context": {
|
|
6090
6140
|
"type": "variable",
|
|
@@ -6092,8 +6142,8 @@
|
|
|
6092
6142
|
"value": "$default-font-families",
|
|
6093
6143
|
"scope": "default",
|
|
6094
6144
|
"line": {
|
|
6095
|
-
"start":
|
|
6096
|
-
"end":
|
|
6145
|
+
"start": 187,
|
|
6146
|
+
"end": 187
|
|
6097
6147
|
}
|
|
6098
6148
|
},
|
|
6099
6149
|
"group": [
|