@progress/kendo-theme-default 9.1.0-dev.3 → 9.1.0-dev.5
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/all.scss +467 -92
- package/dist/default-blue.css +1 -1
- package/dist/default-dataviz-v4.css +1 -1
- package/dist/default-green.css +1 -1
- package/dist/default-main-dark.css +1 -1
- package/dist/default-main.css +1 -1
- package/dist/default-nordic.css +1 -1
- package/dist/default-ocean-blue-a11y.css +1 -1
- package/dist/default-ocean-blue.css +1 -1
- package/dist/default-orange.css +1 -1
- package/dist/default-purple.css +1 -1
- package/dist/default-turquoise.css +1 -1
- package/dist/default-urban.css +1 -1
- package/dist/meta/sassdoc-data.json +1687 -655
- package/dist/meta/sassdoc-raw-data.json +775 -300
- package/dist/meta/variables.json +121 -29
- 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/dataviz/_index.scss +3 -1
- package/scss/dataviz/_layout.scss +21 -0
- package/scss/dataviz/_theme.scss +3 -1
- package/scss/dataviz/_variables.scss +9 -0
- package/scss/index.scss +2 -0
- package/scss/list/_index.scss +3 -1
- package/scss/list/_layout.scss +0 -19
- package/scss/list/_theme.scss +0 -6
- package/scss/list/_variables.scss +0 -4
- package/scss/no-data/_index.scss +32 -0
- package/scss/no-data/_layout.scss +24 -0
- package/scss/no-data/_theme.scss +12 -0
- package/scss/no-data/_variables.scss +7 -0
- package/scss/orgchart/_variables.scss +1 -1
- package/scss/pdf-viewer/_layout.scss +185 -24
- package/scss/pdf-viewer/_theme.scss +19 -1
- package/scss/pdf-viewer/_variables.scss +26 -0
- package/scss/prompt/_layout.scss +6 -0
- package/scss/scheduler/_index.scss +3 -1
- package/scss/splitter/_variables.scss +1 -1
- package/scss/spreadsheet/_layout.scss +2 -1
- package/scss/stepper/_layout.scss +2 -2
- package/scss/stepper/_variables.scss +3 -0
- package/scss/timeline/_layout.scss +1 -1
- package/scss/timeline/_variables.scss +5 -5
- package/scss/toolbar/_layout.scss +12 -10
- package/scss/toolbar/_theme.scss +33 -9
- package/scss/toolbar/_variables.scss +32 -4
|
@@ -30656,14 +30656,14 @@
|
|
|
30656
30656
|
}
|
|
30657
30657
|
},
|
|
30658
30658
|
{
|
|
30659
|
-
"description": "The color of the '
|
|
30659
|
+
"description": "The color of the 'Option Label' text.\n",
|
|
30660
30660
|
"commentRange": {
|
|
30661
30661
|
"start": 245,
|
|
30662
30662
|
"end": 246
|
|
30663
30663
|
},
|
|
30664
30664
|
"context": {
|
|
30665
30665
|
"type": "variable",
|
|
30666
|
-
"name": "kendo-list-
|
|
30666
|
+
"name": "kendo-list-option-label-text",
|
|
30667
30667
|
"value": "$kendo-subtle-text",
|
|
30668
30668
|
"scope": "default",
|
|
30669
30669
|
"line": {
|
|
@@ -30680,31 +30680,6 @@
|
|
|
30680
30680
|
"name": "_variables.scss"
|
|
30681
30681
|
}
|
|
30682
30682
|
},
|
|
30683
|
-
{
|
|
30684
|
-
"description": "The color of the 'Option Label' text.\n",
|
|
30685
|
-
"commentRange": {
|
|
30686
|
-
"start": 249,
|
|
30687
|
-
"end": 250
|
|
30688
|
-
},
|
|
30689
|
-
"context": {
|
|
30690
|
-
"type": "variable",
|
|
30691
|
-
"name": "kendo-list-option-label-text",
|
|
30692
|
-
"value": "$kendo-subtle-text",
|
|
30693
|
-
"scope": "default",
|
|
30694
|
-
"line": {
|
|
30695
|
-
"start": 251,
|
|
30696
|
-
"end": 251
|
|
30697
|
-
}
|
|
30698
|
-
},
|
|
30699
|
-
"group": [
|
|
30700
|
-
"list"
|
|
30701
|
-
],
|
|
30702
|
-
"access": "public",
|
|
30703
|
-
"file": {
|
|
30704
|
-
"path": "list/_variables.scss",
|
|
30705
|
-
"name": "_variables.scss"
|
|
30706
|
-
}
|
|
30707
|
-
},
|
|
30708
30683
|
{
|
|
30709
30684
|
"description": "The spacing between the ListBox elements.\n",
|
|
30710
30685
|
"commentRange": {
|
|
@@ -35030,6 +35005,56 @@
|
|
|
35030
35005
|
"name": "_variables.scss"
|
|
35031
35006
|
}
|
|
35032
35007
|
},
|
|
35008
|
+
{
|
|
35009
|
+
"description": "The minimum height of the 'No Data' text container.\n",
|
|
35010
|
+
"commentRange": {
|
|
35011
|
+
"start": 1,
|
|
35012
|
+
"end": 2
|
|
35013
|
+
},
|
|
35014
|
+
"context": {
|
|
35015
|
+
"type": "variable",
|
|
35016
|
+
"name": "kendo-no-data-min-height",
|
|
35017
|
+
"value": "140px",
|
|
35018
|
+
"scope": "default",
|
|
35019
|
+
"line": {
|
|
35020
|
+
"start": 3,
|
|
35021
|
+
"end": 3
|
|
35022
|
+
}
|
|
35023
|
+
},
|
|
35024
|
+
"group": [
|
|
35025
|
+
"no-data"
|
|
35026
|
+
],
|
|
35027
|
+
"access": "public",
|
|
35028
|
+
"file": {
|
|
35029
|
+
"path": "no-data/_variables.scss",
|
|
35030
|
+
"name": "_variables.scss"
|
|
35031
|
+
}
|
|
35032
|
+
},
|
|
35033
|
+
{
|
|
35034
|
+
"description": "The color of the 'No Data' text.\n",
|
|
35035
|
+
"commentRange": {
|
|
35036
|
+
"start": 5,
|
|
35037
|
+
"end": 6
|
|
35038
|
+
},
|
|
35039
|
+
"context": {
|
|
35040
|
+
"type": "variable",
|
|
35041
|
+
"name": "kendo-no-data-text",
|
|
35042
|
+
"value": "$kendo-subtle-text",
|
|
35043
|
+
"scope": "default",
|
|
35044
|
+
"line": {
|
|
35045
|
+
"start": 7,
|
|
35046
|
+
"end": 7
|
|
35047
|
+
}
|
|
35048
|
+
},
|
|
35049
|
+
"group": [
|
|
35050
|
+
"no-data"
|
|
35051
|
+
],
|
|
35052
|
+
"access": "public",
|
|
35053
|
+
"file": {
|
|
35054
|
+
"path": "no-data/_variables.scss",
|
|
35055
|
+
"name": "_variables.scss"
|
|
35056
|
+
}
|
|
35057
|
+
},
|
|
35033
35058
|
{
|
|
35034
35059
|
"description": "The row-gap between the elements in the Notification group.\n",
|
|
35035
35060
|
"commentRange": {
|
|
@@ -36489,7 +36514,7 @@
|
|
|
36489
36514
|
"context": {
|
|
36490
36515
|
"type": "variable",
|
|
36491
36516
|
"name": "kendo-orgchart-line-v-height",
|
|
36492
|
-
"value": "
|
|
36517
|
+
"value": "k-spacing(6)",
|
|
36493
36518
|
"scope": "default",
|
|
36494
36519
|
"line": {
|
|
36495
36520
|
"start": 146,
|
|
@@ -41055,6 +41080,206 @@
|
|
|
41055
41080
|
"name": "_variables.scss"
|
|
41056
41081
|
}
|
|
41057
41082
|
},
|
|
41083
|
+
{
|
|
41084
|
+
"description": "The vertical padding of the PDFViewer popup.\n",
|
|
41085
|
+
"commentRange": {
|
|
41086
|
+
"start": 112,
|
|
41087
|
+
"end": 113
|
|
41088
|
+
},
|
|
41089
|
+
"context": {
|
|
41090
|
+
"type": "variable",
|
|
41091
|
+
"name": "kendo-pdf-viewer-popup-padding-x",
|
|
41092
|
+
"value": "k-spacing(2)",
|
|
41093
|
+
"scope": "default",
|
|
41094
|
+
"line": {
|
|
41095
|
+
"start": 114,
|
|
41096
|
+
"end": 114
|
|
41097
|
+
}
|
|
41098
|
+
},
|
|
41099
|
+
"group": [
|
|
41100
|
+
"pdf-viewer"
|
|
41101
|
+
],
|
|
41102
|
+
"access": "public",
|
|
41103
|
+
"file": {
|
|
41104
|
+
"path": "pdf-viewer/_variables.scss",
|
|
41105
|
+
"name": "_variables.scss"
|
|
41106
|
+
}
|
|
41107
|
+
},
|
|
41108
|
+
{
|
|
41109
|
+
"description": "The horizontal padding of the PDFViewer popup.\n",
|
|
41110
|
+
"commentRange": {
|
|
41111
|
+
"start": 115,
|
|
41112
|
+
"end": 116
|
|
41113
|
+
},
|
|
41114
|
+
"context": {
|
|
41115
|
+
"type": "variable",
|
|
41116
|
+
"name": "kendo-pdf-viewer-popup-padding-y",
|
|
41117
|
+
"value": "$kendo-pdf-viewer-popup-padding-x",
|
|
41118
|
+
"scope": "default",
|
|
41119
|
+
"line": {
|
|
41120
|
+
"start": 117,
|
|
41121
|
+
"end": 117
|
|
41122
|
+
}
|
|
41123
|
+
},
|
|
41124
|
+
"group": [
|
|
41125
|
+
"pdf-viewer"
|
|
41126
|
+
],
|
|
41127
|
+
"access": "public",
|
|
41128
|
+
"file": {
|
|
41129
|
+
"path": "pdf-viewer/_variables.scss",
|
|
41130
|
+
"name": "_variables.scss"
|
|
41131
|
+
}
|
|
41132
|
+
},
|
|
41133
|
+
{
|
|
41134
|
+
"description": "The border color of the PDFViewer selected highlight annotation.\n",
|
|
41135
|
+
"commentRange": {
|
|
41136
|
+
"start": 119,
|
|
41137
|
+
"end": 120
|
|
41138
|
+
},
|
|
41139
|
+
"context": {
|
|
41140
|
+
"type": "variable",
|
|
41141
|
+
"name": "kendo-pdf-viewer-highlight-annotation-border",
|
|
41142
|
+
"value": "if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)",
|
|
41143
|
+
"scope": "default",
|
|
41144
|
+
"line": {
|
|
41145
|
+
"start": 121,
|
|
41146
|
+
"end": 121
|
|
41147
|
+
}
|
|
41148
|
+
},
|
|
41149
|
+
"group": [
|
|
41150
|
+
"pdf-viewer"
|
|
41151
|
+
],
|
|
41152
|
+
"access": "public",
|
|
41153
|
+
"file": {
|
|
41154
|
+
"path": "pdf-viewer/_variables.scss",
|
|
41155
|
+
"name": "_variables.scss"
|
|
41156
|
+
}
|
|
41157
|
+
},
|
|
41158
|
+
{
|
|
41159
|
+
"description": "The background color of the PDFViewer hover highlight annotation.\n",
|
|
41160
|
+
"commentRange": {
|
|
41161
|
+
"start": 122,
|
|
41162
|
+
"end": 123
|
|
41163
|
+
},
|
|
41164
|
+
"context": {
|
|
41165
|
+
"type": "variable",
|
|
41166
|
+
"name": "kendo-pdf-viewer-highlight-annotation-hover-border",
|
|
41167
|
+
"value": "if($kendo-enable-color-system, k-color( primary-hover ), $kendo-color-primary-darker)",
|
|
41168
|
+
"scope": "default",
|
|
41169
|
+
"line": {
|
|
41170
|
+
"start": 124,
|
|
41171
|
+
"end": 124
|
|
41172
|
+
}
|
|
41173
|
+
},
|
|
41174
|
+
"group": [
|
|
41175
|
+
"pdf-viewer"
|
|
41176
|
+
],
|
|
41177
|
+
"access": "public",
|
|
41178
|
+
"file": {
|
|
41179
|
+
"path": "pdf-viewer/_variables.scss",
|
|
41180
|
+
"name": "_variables.scss"
|
|
41181
|
+
}
|
|
41182
|
+
},
|
|
41183
|
+
{
|
|
41184
|
+
"description": "The border color of the PDFViewer selected free text annotation.\n",
|
|
41185
|
+
"commentRange": {
|
|
41186
|
+
"start": 125,
|
|
41187
|
+
"end": 126
|
|
41188
|
+
},
|
|
41189
|
+
"context": {
|
|
41190
|
+
"type": "variable",
|
|
41191
|
+
"name": "kendo-pdf-viewer-free-text-annotation-border",
|
|
41192
|
+
"value": "if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)",
|
|
41193
|
+
"scope": "default",
|
|
41194
|
+
"line": {
|
|
41195
|
+
"start": 127,
|
|
41196
|
+
"end": 127
|
|
41197
|
+
}
|
|
41198
|
+
},
|
|
41199
|
+
"group": [
|
|
41200
|
+
"pdf-viewer"
|
|
41201
|
+
],
|
|
41202
|
+
"access": "public",
|
|
41203
|
+
"file": {
|
|
41204
|
+
"path": "pdf-viewer/_variables.scss",
|
|
41205
|
+
"name": "_variables.scss"
|
|
41206
|
+
}
|
|
41207
|
+
},
|
|
41208
|
+
{
|
|
41209
|
+
"description": "The placeholder text color of the PDFViewer free text annotation.\n",
|
|
41210
|
+
"commentRange": {
|
|
41211
|
+
"start": 128,
|
|
41212
|
+
"end": 129
|
|
41213
|
+
},
|
|
41214
|
+
"context": {
|
|
41215
|
+
"type": "variable",
|
|
41216
|
+
"name": "kendo-pdf-viewer-free-text-annotation-placeholder-text",
|
|
41217
|
+
"value": "rgba(124, 22, 27, 0.5)",
|
|
41218
|
+
"scope": "default",
|
|
41219
|
+
"line": {
|
|
41220
|
+
"start": 130,
|
|
41221
|
+
"end": 130
|
|
41222
|
+
}
|
|
41223
|
+
},
|
|
41224
|
+
"group": [
|
|
41225
|
+
"pdf-viewer"
|
|
41226
|
+
],
|
|
41227
|
+
"access": "public",
|
|
41228
|
+
"file": {
|
|
41229
|
+
"path": "pdf-viewer/_variables.scss",
|
|
41230
|
+
"name": "_variables.scss"
|
|
41231
|
+
}
|
|
41232
|
+
},
|
|
41233
|
+
{
|
|
41234
|
+
"description": "The text color of the PDFViewer free text annotation.\n",
|
|
41235
|
+
"commentRange": {
|
|
41236
|
+
"start": 131,
|
|
41237
|
+
"end": 132
|
|
41238
|
+
},
|
|
41239
|
+
"context": {
|
|
41240
|
+
"type": "variable",
|
|
41241
|
+
"name": "kendo-pdf-viewer-free-text-annotation-text",
|
|
41242
|
+
"value": "rgba(124, 22, 27, 0.5)",
|
|
41243
|
+
"scope": "default",
|
|
41244
|
+
"line": {
|
|
41245
|
+
"start": 133,
|
|
41246
|
+
"end": 133
|
|
41247
|
+
}
|
|
41248
|
+
},
|
|
41249
|
+
"group": [
|
|
41250
|
+
"pdf-viewer"
|
|
41251
|
+
],
|
|
41252
|
+
"access": "public",
|
|
41253
|
+
"file": {
|
|
41254
|
+
"path": "pdf-viewer/_variables.scss",
|
|
41255
|
+
"name": "_variables.scss"
|
|
41256
|
+
}
|
|
41257
|
+
},
|
|
41258
|
+
{
|
|
41259
|
+
"description": "The text color of the PDFViewer free text annotation.\n",
|
|
41260
|
+
"commentRange": {
|
|
41261
|
+
"start": 134,
|
|
41262
|
+
"end": 135
|
|
41263
|
+
},
|
|
41264
|
+
"context": {
|
|
41265
|
+
"type": "variable",
|
|
41266
|
+
"name": "kendo-pdf-viewer-free-text-annotation-text",
|
|
41267
|
+
"value": "rgba(124, 22, 27, 0.7)",
|
|
41268
|
+
"scope": "default",
|
|
41269
|
+
"line": {
|
|
41270
|
+
"start": 136,
|
|
41271
|
+
"end": 136
|
|
41272
|
+
}
|
|
41273
|
+
},
|
|
41274
|
+
"group": [
|
|
41275
|
+
"pdf-viewer"
|
|
41276
|
+
],
|
|
41277
|
+
"access": "public",
|
|
41278
|
+
"file": {
|
|
41279
|
+
"path": "pdf-viewer/_variables.scss",
|
|
41280
|
+
"name": "_variables.scss"
|
|
41281
|
+
}
|
|
41282
|
+
},
|
|
41058
41283
|
{
|
|
41059
41284
|
"description": "The background color of the Picker components.\n",
|
|
41060
41285
|
"commentRange": {
|
|
@@ -51492,7 +51717,7 @@
|
|
|
51492
51717
|
"context": {
|
|
51493
51718
|
"type": "variable",
|
|
51494
51719
|
"name": "kendo-splitter-drag-icon-margin",
|
|
51495
|
-
"value": "
|
|
51720
|
+
"value": "k-spacing(2)",
|
|
51496
51721
|
"scope": "default",
|
|
51497
51722
|
"line": {
|
|
51498
51723
|
"start": 37,
|
|
@@ -53859,15 +54084,15 @@
|
|
|
53859
54084
|
}
|
|
53860
54085
|
},
|
|
53861
54086
|
{
|
|
53862
|
-
"description": "The
|
|
54087
|
+
"description": "The border radius of the Stepper label.\n",
|
|
53863
54088
|
"commentRange": {
|
|
53864
54089
|
"start": 24,
|
|
53865
54090
|
"end": 25
|
|
53866
54091
|
},
|
|
53867
54092
|
"context": {
|
|
53868
54093
|
"type": "variable",
|
|
53869
|
-
"name": "kendo-stepper-border-
|
|
53870
|
-
"value": "
|
|
54094
|
+
"name": "kendo-stepper-label-border-radius",
|
|
54095
|
+
"value": "k-border-radius(xxxl)",
|
|
53871
54096
|
"scope": "default",
|
|
53872
54097
|
"line": {
|
|
53873
54098
|
"start": 26,
|
|
@@ -53883,11 +54108,36 @@
|
|
|
53883
54108
|
"name": "_variables.scss"
|
|
53884
54109
|
}
|
|
53885
54110
|
},
|
|
54111
|
+
{
|
|
54112
|
+
"description": "The width of the border around the Stepper.\n",
|
|
54113
|
+
"commentRange": {
|
|
54114
|
+
"start": 27,
|
|
54115
|
+
"end": 28
|
|
54116
|
+
},
|
|
54117
|
+
"context": {
|
|
54118
|
+
"type": "variable",
|
|
54119
|
+
"name": "kendo-stepper-border-width",
|
|
54120
|
+
"value": "0px",
|
|
54121
|
+
"scope": "default",
|
|
54122
|
+
"line": {
|
|
54123
|
+
"start": 29,
|
|
54124
|
+
"end": 29
|
|
54125
|
+
}
|
|
54126
|
+
},
|
|
54127
|
+
"group": [
|
|
54128
|
+
"stepper"
|
|
54129
|
+
],
|
|
54130
|
+
"access": "public",
|
|
54131
|
+
"file": {
|
|
54132
|
+
"path": "stepper/_variables.scss",
|
|
54133
|
+
"name": "_variables.scss"
|
|
54134
|
+
}
|
|
54135
|
+
},
|
|
53886
54136
|
{
|
|
53887
54137
|
"description": "The horizontal padding of the Stepper content.\n",
|
|
53888
54138
|
"commentRange": {
|
|
53889
|
-
"start":
|
|
53890
|
-
"end":
|
|
54139
|
+
"start": 31,
|
|
54140
|
+
"end": 32
|
|
53891
54141
|
},
|
|
53892
54142
|
"context": {
|
|
53893
54143
|
"type": "variable",
|
|
@@ -53895,8 +54145,8 @@
|
|
|
53895
54145
|
"value": "k-spacing(5)",
|
|
53896
54146
|
"scope": "default",
|
|
53897
54147
|
"line": {
|
|
53898
|
-
"start":
|
|
53899
|
-
"end":
|
|
54148
|
+
"start": 33,
|
|
54149
|
+
"end": 33
|
|
53900
54150
|
}
|
|
53901
54151
|
},
|
|
53902
54152
|
"group": [
|
|
@@ -53911,8 +54161,8 @@
|
|
|
53911
54161
|
{
|
|
53912
54162
|
"description": "The vertical padding of the Stepper content.\n",
|
|
53913
54163
|
"commentRange": {
|
|
53914
|
-
"start":
|
|
53915
|
-
"end":
|
|
54164
|
+
"start": 34,
|
|
54165
|
+
"end": 35
|
|
53916
54166
|
},
|
|
53917
54167
|
"context": {
|
|
53918
54168
|
"type": "variable",
|
|
@@ -53920,8 +54170,8 @@
|
|
|
53920
54170
|
"value": "k-spacing(2.5)",
|
|
53921
54171
|
"scope": "default",
|
|
53922
54172
|
"line": {
|
|
53923
|
-
"start":
|
|
53924
|
-
"end":
|
|
54173
|
+
"start": 36,
|
|
54174
|
+
"end": 36
|
|
53925
54175
|
}
|
|
53926
54176
|
},
|
|
53927
54177
|
"group": [
|
|
@@ -53936,8 +54186,8 @@
|
|
|
53936
54186
|
{
|
|
53937
54187
|
"description": "",
|
|
53938
54188
|
"commentRange": {
|
|
53939
|
-
"start":
|
|
53940
|
-
"end":
|
|
54189
|
+
"start": 39,
|
|
54190
|
+
"end": 39
|
|
53941
54191
|
},
|
|
53942
54192
|
"context": {
|
|
53943
54193
|
"type": "variable",
|
|
@@ -53945,8 +54195,8 @@
|
|
|
53945
54195
|
"value": "var( --kendo-font-size, inherit )",
|
|
53946
54196
|
"scope": "default",
|
|
53947
54197
|
"line": {
|
|
53948
|
-
"start":
|
|
53949
|
-
"end":
|
|
54198
|
+
"start": 40,
|
|
54199
|
+
"end": 40
|
|
53950
54200
|
}
|
|
53951
54201
|
},
|
|
53952
54202
|
"group": [
|
|
@@ -53961,8 +54211,8 @@
|
|
|
53961
54211
|
{
|
|
53962
54212
|
"description": "",
|
|
53963
54213
|
"commentRange": {
|
|
53964
|
-
"start":
|
|
53965
|
-
"end":
|
|
54214
|
+
"start": 42,
|
|
54215
|
+
"end": 42
|
|
53966
54216
|
},
|
|
53967
54217
|
"context": {
|
|
53968
54218
|
"type": "variable",
|
|
@@ -53970,8 +54220,8 @@
|
|
|
53970
54220
|
"value": "var( --kendo-line-height, normal )",
|
|
53971
54221
|
"scope": "default",
|
|
53972
54222
|
"line": {
|
|
53973
|
-
"start":
|
|
53974
|
-
"end":
|
|
54223
|
+
"start": 43,
|
|
54224
|
+
"end": 43
|
|
53975
54225
|
}
|
|
53976
54226
|
},
|
|
53977
54227
|
"group": [
|
|
@@ -53986,8 +54236,8 @@
|
|
|
53986
54236
|
{
|
|
53987
54237
|
"description": "",
|
|
53988
54238
|
"commentRange": {
|
|
53989
|
-
"start":
|
|
53990
|
-
"end":
|
|
54239
|
+
"start": 45,
|
|
54240
|
+
"end": 45
|
|
53991
54241
|
},
|
|
53992
54242
|
"context": {
|
|
53993
54243
|
"type": "variable",
|
|
@@ -53995,8 +54245,8 @@
|
|
|
53995
54245
|
"value": "var( --kendo-font-family, inherit )",
|
|
53996
54246
|
"scope": "default",
|
|
53997
54247
|
"line": {
|
|
53998
|
-
"start":
|
|
53999
|
-
"end":
|
|
54248
|
+
"start": 46,
|
|
54249
|
+
"end": 46
|
|
54000
54250
|
}
|
|
54001
54251
|
},
|
|
54002
54252
|
"group": [
|
|
@@ -54011,8 +54261,8 @@
|
|
|
54011
54261
|
{
|
|
54012
54262
|
"description": "The background color of the Stepper.\n",
|
|
54013
54263
|
"commentRange": {
|
|
54014
|
-
"start":
|
|
54015
|
-
"end":
|
|
54264
|
+
"start": 48,
|
|
54265
|
+
"end": 49
|
|
54016
54266
|
},
|
|
54017
54267
|
"context": {
|
|
54018
54268
|
"type": "variable",
|
|
@@ -54020,8 +54270,8 @@
|
|
|
54020
54270
|
"value": "null",
|
|
54021
54271
|
"scope": "default",
|
|
54022
54272
|
"line": {
|
|
54023
|
-
"start":
|
|
54024
|
-
"end":
|
|
54273
|
+
"start": 50,
|
|
54274
|
+
"end": 50
|
|
54025
54275
|
}
|
|
54026
54276
|
},
|
|
54027
54277
|
"group": [
|
|
@@ -54036,8 +54286,8 @@
|
|
|
54036
54286
|
{
|
|
54037
54287
|
"description": "The text color of the Stepper.\n",
|
|
54038
54288
|
"commentRange": {
|
|
54039
|
-
"start":
|
|
54040
|
-
"end":
|
|
54289
|
+
"start": 51,
|
|
54290
|
+
"end": 52
|
|
54041
54291
|
},
|
|
54042
54292
|
"context": {
|
|
54043
54293
|
"type": "variable",
|
|
@@ -54045,8 +54295,8 @@
|
|
|
54045
54295
|
"value": "$kendo-component-text",
|
|
54046
54296
|
"scope": "default",
|
|
54047
54297
|
"line": {
|
|
54048
|
-
"start":
|
|
54049
|
-
"end":
|
|
54298
|
+
"start": 53,
|
|
54299
|
+
"end": 53
|
|
54050
54300
|
}
|
|
54051
54301
|
},
|
|
54052
54302
|
"group": [
|
|
@@ -54061,8 +54311,8 @@
|
|
|
54061
54311
|
{
|
|
54062
54312
|
"description": "The border color of the Stepper.\n",
|
|
54063
54313
|
"commentRange": {
|
|
54064
|
-
"start":
|
|
54065
|
-
"end":
|
|
54314
|
+
"start": 54,
|
|
54315
|
+
"end": 55
|
|
54066
54316
|
},
|
|
54067
54317
|
"context": {
|
|
54068
54318
|
"type": "variable",
|
|
@@ -54070,8 +54320,8 @@
|
|
|
54070
54320
|
"value": "null",
|
|
54071
54321
|
"scope": "default",
|
|
54072
54322
|
"line": {
|
|
54073
|
-
"start":
|
|
54074
|
-
"end":
|
|
54323
|
+
"start": 56,
|
|
54324
|
+
"end": 56
|
|
54075
54325
|
}
|
|
54076
54326
|
},
|
|
54077
54327
|
"group": [
|
|
@@ -54086,8 +54336,8 @@
|
|
|
54086
54336
|
{
|
|
54087
54337
|
"description": "The width of the Stepper indicator.\n",
|
|
54088
54338
|
"commentRange": {
|
|
54089
|
-
"start":
|
|
54090
|
-
"end":
|
|
54339
|
+
"start": 58,
|
|
54340
|
+
"end": 59
|
|
54091
54341
|
},
|
|
54092
54342
|
"context": {
|
|
54093
54343
|
"type": "variable",
|
|
@@ -54095,8 +54345,8 @@
|
|
|
54095
54345
|
"value": "28px",
|
|
54096
54346
|
"scope": "default",
|
|
54097
54347
|
"line": {
|
|
54098
|
-
"start":
|
|
54099
|
-
"end":
|
|
54348
|
+
"start": 60,
|
|
54349
|
+
"end": 60
|
|
54100
54350
|
}
|
|
54101
54351
|
},
|
|
54102
54352
|
"group": [
|
|
@@ -54111,8 +54361,8 @@
|
|
|
54111
54361
|
{
|
|
54112
54362
|
"description": "The height of the Stepper indicator.\n",
|
|
54113
54363
|
"commentRange": {
|
|
54114
|
-
"start":
|
|
54115
|
-
"end":
|
|
54364
|
+
"start": 61,
|
|
54365
|
+
"end": 62
|
|
54116
54366
|
},
|
|
54117
54367
|
"context": {
|
|
54118
54368
|
"type": "variable",
|
|
@@ -54120,8 +54370,8 @@
|
|
|
54120
54370
|
"value": "$kendo-stepper-indicator-width",
|
|
54121
54371
|
"scope": "default",
|
|
54122
54372
|
"line": {
|
|
54123
|
-
"start":
|
|
54124
|
-
"end":
|
|
54373
|
+
"start": 63,
|
|
54374
|
+
"end": 63
|
|
54125
54375
|
}
|
|
54126
54376
|
},
|
|
54127
54377
|
"group": [
|
|
@@ -54136,8 +54386,8 @@
|
|
|
54136
54386
|
{
|
|
54137
54387
|
"description": "The border width of the Stepper indicator.\n",
|
|
54138
54388
|
"commentRange": {
|
|
54139
|
-
"start":
|
|
54140
|
-
"end":
|
|
54389
|
+
"start": 64,
|
|
54390
|
+
"end": 65
|
|
54141
54391
|
},
|
|
54142
54392
|
"context": {
|
|
54143
54393
|
"type": "variable",
|
|
@@ -54145,8 +54395,8 @@
|
|
|
54145
54395
|
"value": "1px",
|
|
54146
54396
|
"scope": "default",
|
|
54147
54397
|
"line": {
|
|
54148
|
-
"start":
|
|
54149
|
-
"end":
|
|
54398
|
+
"start": 66,
|
|
54399
|
+
"end": 66
|
|
54150
54400
|
}
|
|
54151
54401
|
},
|
|
54152
54402
|
"group": [
|
|
@@ -54161,8 +54411,8 @@
|
|
|
54161
54411
|
{
|
|
54162
54412
|
"description": "The border radius of the Stepper indicator.\n",
|
|
54163
54413
|
"commentRange": {
|
|
54164
|
-
"start":
|
|
54165
|
-
"end":
|
|
54414
|
+
"start": 67,
|
|
54415
|
+
"end": 68
|
|
54166
54416
|
},
|
|
54167
54417
|
"context": {
|
|
54168
54418
|
"type": "variable",
|
|
@@ -54170,8 +54420,8 @@
|
|
|
54170
54420
|
"value": "50%",
|
|
54171
54421
|
"scope": "default",
|
|
54172
54422
|
"line": {
|
|
54173
|
-
"start":
|
|
54174
|
-
"end":
|
|
54423
|
+
"start": 69,
|
|
54424
|
+
"end": 69
|
|
54175
54425
|
}
|
|
54176
54426
|
},
|
|
54177
54427
|
"group": [
|
|
@@ -54186,8 +54436,8 @@
|
|
|
54186
54436
|
{
|
|
54187
54437
|
"description": "The border width of the focused Stepper indicator.\n",
|
|
54188
54438
|
"commentRange": {
|
|
54189
|
-
"start":
|
|
54190
|
-
"end":
|
|
54439
|
+
"start": 71,
|
|
54440
|
+
"end": 72
|
|
54191
54441
|
},
|
|
54192
54442
|
"context": {
|
|
54193
54443
|
"type": "variable",
|
|
@@ -54195,8 +54445,8 @@
|
|
|
54195
54445
|
"value": "1px",
|
|
54196
54446
|
"scope": "default",
|
|
54197
54447
|
"line": {
|
|
54198
|
-
"start":
|
|
54199
|
-
"end":
|
|
54448
|
+
"start": 73,
|
|
54449
|
+
"end": 73
|
|
54200
54450
|
}
|
|
54201
54451
|
},
|
|
54202
54452
|
"group": [
|
|
@@ -54211,8 +54461,8 @@
|
|
|
54211
54461
|
{
|
|
54212
54462
|
"description": "The size of the focused Stepper indicator.\n",
|
|
54213
54463
|
"commentRange": {
|
|
54214
|
-
"start":
|
|
54215
|
-
"end":
|
|
54464
|
+
"start": 74,
|
|
54465
|
+
"end": 75
|
|
54216
54466
|
},
|
|
54217
54467
|
"context": {
|
|
54218
54468
|
"type": "variable",
|
|
@@ -54220,8 +54470,8 @@
|
|
|
54220
54470
|
"value": "2px",
|
|
54221
54471
|
"scope": "default",
|
|
54222
54472
|
"line": {
|
|
54223
|
-
"start":
|
|
54224
|
-
"end":
|
|
54473
|
+
"start": 76,
|
|
54474
|
+
"end": 76
|
|
54225
54475
|
}
|
|
54226
54476
|
},
|
|
54227
54477
|
"group": [
|
|
@@ -54236,8 +54486,8 @@
|
|
|
54236
54486
|
{
|
|
54237
54487
|
"description": "The offset of the Stepper's focused indicator.\n",
|
|
54238
54488
|
"commentRange": {
|
|
54239
|
-
"start":
|
|
54240
|
-
"end":
|
|
54489
|
+
"start": 77,
|
|
54490
|
+
"end": 78
|
|
54241
54491
|
},
|
|
54242
54492
|
"context": {
|
|
54243
54493
|
"type": "variable",
|
|
@@ -54245,8 +54495,8 @@
|
|
|
54245
54495
|
"value": "3px",
|
|
54246
54496
|
"scope": "default",
|
|
54247
54497
|
"line": {
|
|
54248
|
-
"start":
|
|
54249
|
-
"end":
|
|
54498
|
+
"start": 79,
|
|
54499
|
+
"end": 79
|
|
54250
54500
|
}
|
|
54251
54501
|
},
|
|
54252
54502
|
"group": [
|
|
@@ -54261,8 +54511,8 @@
|
|
|
54261
54511
|
{
|
|
54262
54512
|
"description": "The calculated offset of the Stepper's focused indicator.\n",
|
|
54263
54513
|
"commentRange": {
|
|
54264
|
-
"start":
|
|
54265
|
-
"end":
|
|
54514
|
+
"start": 80,
|
|
54515
|
+
"end": 81
|
|
54266
54516
|
},
|
|
54267
54517
|
"context": {
|
|
54268
54518
|
"type": "variable",
|
|
@@ -54270,8 +54520,8 @@
|
|
|
54270
54520
|
"value": "calc( #{$kendo-stepper-indicator-focus-border-width} + #{$kendo-stepper-indicator-focus-offset} )",
|
|
54271
54521
|
"scope": "default",
|
|
54272
54522
|
"line": {
|
|
54273
|
-
"start":
|
|
54274
|
-
"end":
|
|
54523
|
+
"start": 82,
|
|
54524
|
+
"end": 82
|
|
54275
54525
|
}
|
|
54276
54526
|
},
|
|
54277
54527
|
"group": [
|
|
@@ -54286,8 +54536,8 @@
|
|
|
54286
54536
|
{
|
|
54287
54537
|
"description": "The background color of the Stepper indicator.\n",
|
|
54288
54538
|
"commentRange": {
|
|
54289
|
-
"start":
|
|
54290
|
-
"end":
|
|
54539
|
+
"start": 84,
|
|
54540
|
+
"end": 85
|
|
54291
54541
|
},
|
|
54292
54542
|
"context": {
|
|
54293
54543
|
"type": "variable",
|
|
@@ -54295,8 +54545,8 @@
|
|
|
54295
54545
|
"value": "$kendo-component-bg",
|
|
54296
54546
|
"scope": "default",
|
|
54297
54547
|
"line": {
|
|
54298
|
-
"start":
|
|
54299
|
-
"end":
|
|
54548
|
+
"start": 86,
|
|
54549
|
+
"end": 86
|
|
54300
54550
|
}
|
|
54301
54551
|
},
|
|
54302
54552
|
"group": [
|
|
@@ -54311,8 +54561,8 @@
|
|
|
54311
54561
|
{
|
|
54312
54562
|
"description": "The text color of the Stepper indicator.\n",
|
|
54313
54563
|
"commentRange": {
|
|
54314
|
-
"start":
|
|
54315
|
-
"end":
|
|
54564
|
+
"start": 87,
|
|
54565
|
+
"end": 88
|
|
54316
54566
|
},
|
|
54317
54567
|
"context": {
|
|
54318
54568
|
"type": "variable",
|
|
@@ -54320,8 +54570,8 @@
|
|
|
54320
54570
|
"value": "$kendo-component-text",
|
|
54321
54571
|
"scope": "default",
|
|
54322
54572
|
"line": {
|
|
54323
|
-
"start":
|
|
54324
|
-
"end":
|
|
54573
|
+
"start": 89,
|
|
54574
|
+
"end": 89
|
|
54325
54575
|
}
|
|
54326
54576
|
},
|
|
54327
54577
|
"group": [
|
|
@@ -54336,8 +54586,8 @@
|
|
|
54336
54586
|
{
|
|
54337
54587
|
"description": "The border color of the Stepper indicator.\n",
|
|
54338
54588
|
"commentRange": {
|
|
54339
|
-
"start":
|
|
54340
|
-
"end":
|
|
54589
|
+
"start": 90,
|
|
54590
|
+
"end": 91
|
|
54341
54591
|
},
|
|
54342
54592
|
"context": {
|
|
54343
54593
|
"type": "variable",
|
|
@@ -54345,8 +54595,8 @@
|
|
|
54345
54595
|
"value": "#cccccc",
|
|
54346
54596
|
"scope": "default",
|
|
54347
54597
|
"line": {
|
|
54348
|
-
"start":
|
|
54349
|
-
"end":
|
|
54598
|
+
"start": 92,
|
|
54599
|
+
"end": 92
|
|
54350
54600
|
}
|
|
54351
54601
|
},
|
|
54352
54602
|
"group": [
|
|
@@ -54361,8 +54611,8 @@
|
|
|
54361
54611
|
{
|
|
54362
54612
|
"description": "The background color of the hovered Stepper indicator.\n",
|
|
54363
54613
|
"commentRange": {
|
|
54364
|
-
"start":
|
|
54365
|
-
"end":
|
|
54614
|
+
"start": 94,
|
|
54615
|
+
"end": 95
|
|
54366
54616
|
},
|
|
54367
54617
|
"context": {
|
|
54368
54618
|
"type": "variable",
|
|
@@ -54370,8 +54620,8 @@
|
|
|
54370
54620
|
"value": "if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-stepper-indicator-bg ))",
|
|
54371
54621
|
"scope": "default",
|
|
54372
54622
|
"line": {
|
|
54373
|
-
"start":
|
|
54374
|
-
"end":
|
|
54623
|
+
"start": 96,
|
|
54624
|
+
"end": 96
|
|
54375
54625
|
}
|
|
54376
54626
|
},
|
|
54377
54627
|
"group": [
|
|
@@ -54386,8 +54636,8 @@
|
|
|
54386
54636
|
{
|
|
54387
54637
|
"description": "The text color of the hovered Stepper indicator.\n",
|
|
54388
54638
|
"commentRange": {
|
|
54389
|
-
"start":
|
|
54390
|
-
"end":
|
|
54639
|
+
"start": 97,
|
|
54640
|
+
"end": 98
|
|
54391
54641
|
},
|
|
54392
54642
|
"context": {
|
|
54393
54643
|
"type": "variable",
|
|
@@ -54395,8 +54645,8 @@
|
|
|
54395
54645
|
"value": "null",
|
|
54396
54646
|
"scope": "default",
|
|
54397
54647
|
"line": {
|
|
54398
|
-
"start":
|
|
54399
|
-
"end":
|
|
54648
|
+
"start": 99,
|
|
54649
|
+
"end": 99
|
|
54400
54650
|
}
|
|
54401
54651
|
},
|
|
54402
54652
|
"group": [
|
|
@@ -54411,8 +54661,8 @@
|
|
|
54411
54661
|
{
|
|
54412
54662
|
"description": "The border color of the hovered Stepper indicator.\n",
|
|
54413
54663
|
"commentRange": {
|
|
54414
|
-
"start":
|
|
54415
|
-
"end":
|
|
54664
|
+
"start": 100,
|
|
54665
|
+
"end": 101
|
|
54416
54666
|
},
|
|
54417
54667
|
"context": {
|
|
54418
54668
|
"type": "variable",
|
|
@@ -54420,8 +54670,8 @@
|
|
|
54420
54670
|
"value": "null",
|
|
54421
54671
|
"scope": "default",
|
|
54422
54672
|
"line": {
|
|
54423
|
-
"start":
|
|
54424
|
-
"end":
|
|
54673
|
+
"start": 102,
|
|
54674
|
+
"end": 102
|
|
54425
54675
|
}
|
|
54426
54676
|
},
|
|
54427
54677
|
"group": [
|
|
@@ -54436,8 +54686,8 @@
|
|
|
54436
54686
|
{
|
|
54437
54687
|
"description": "The background color of the disabled Stepper indicator.\n",
|
|
54438
54688
|
"commentRange": {
|
|
54439
|
-
"start":
|
|
54440
|
-
"end":
|
|
54689
|
+
"start": 104,
|
|
54690
|
+
"end": 105
|
|
54441
54691
|
},
|
|
54442
54692
|
"context": {
|
|
54443
54693
|
"type": "variable",
|
|
@@ -54445,8 +54695,8 @@
|
|
|
54445
54695
|
"value": "null",
|
|
54446
54696
|
"scope": "default",
|
|
54447
54697
|
"line": {
|
|
54448
|
-
"start":
|
|
54449
|
-
"end":
|
|
54698
|
+
"start": 106,
|
|
54699
|
+
"end": 106
|
|
54450
54700
|
}
|
|
54451
54701
|
},
|
|
54452
54702
|
"group": [
|
|
@@ -54461,8 +54711,8 @@
|
|
|
54461
54711
|
{
|
|
54462
54712
|
"description": "The text color of the disabled Stepper indicator.\n",
|
|
54463
54713
|
"commentRange": {
|
|
54464
|
-
"start":
|
|
54465
|
-
"end":
|
|
54714
|
+
"start": 107,
|
|
54715
|
+
"end": 108
|
|
54466
54716
|
},
|
|
54467
54717
|
"context": {
|
|
54468
54718
|
"type": "variable",
|
|
@@ -54470,8 +54720,8 @@
|
|
|
54470
54720
|
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), #8f8f8f)",
|
|
54471
54721
|
"scope": "default",
|
|
54472
54722
|
"line": {
|
|
54473
|
-
"start":
|
|
54474
|
-
"end":
|
|
54723
|
+
"start": 109,
|
|
54724
|
+
"end": 109
|
|
54475
54725
|
}
|
|
54476
54726
|
},
|
|
54477
54727
|
"group": [
|
|
@@ -54486,8 +54736,8 @@
|
|
|
54486
54736
|
{
|
|
54487
54737
|
"description": "The border color of the disabled Stepper indicator.\n",
|
|
54488
54738
|
"commentRange": {
|
|
54489
|
-
"start":
|
|
54490
|
-
"end":
|
|
54739
|
+
"start": 110,
|
|
54740
|
+
"end": 111
|
|
54491
54741
|
},
|
|
54492
54742
|
"context": {
|
|
54493
54743
|
"type": "variable",
|
|
@@ -54495,8 +54745,8 @@
|
|
|
54495
54745
|
"value": "null",
|
|
54496
54746
|
"scope": "default",
|
|
54497
54747
|
"line": {
|
|
54498
|
-
"start":
|
|
54499
|
-
"end":
|
|
54748
|
+
"start": 112,
|
|
54749
|
+
"end": 112
|
|
54500
54750
|
}
|
|
54501
54751
|
},
|
|
54502
54752
|
"group": [
|
|
@@ -54511,8 +54761,8 @@
|
|
|
54511
54761
|
{
|
|
54512
54762
|
"description": "The background color of the Stepper's done indicator.\n",
|
|
54513
54763
|
"commentRange": {
|
|
54514
|
-
"start":
|
|
54515
|
-
"end":
|
|
54764
|
+
"start": 114,
|
|
54765
|
+
"end": 115
|
|
54516
54766
|
},
|
|
54517
54767
|
"context": {
|
|
54518
54768
|
"type": "variable",
|
|
@@ -54520,8 +54770,8 @@
|
|
|
54520
54770
|
"value": "$kendo-color-primary",
|
|
54521
54771
|
"scope": "default",
|
|
54522
54772
|
"line": {
|
|
54523
|
-
"start":
|
|
54524
|
-
"end":
|
|
54773
|
+
"start": 116,
|
|
54774
|
+
"end": 116
|
|
54525
54775
|
}
|
|
54526
54776
|
},
|
|
54527
54777
|
"group": [
|
|
@@ -54536,8 +54786,8 @@
|
|
|
54536
54786
|
{
|
|
54537
54787
|
"description": "The text color of the Stepper's done indicator.\n",
|
|
54538
54788
|
"commentRange": {
|
|
54539
|
-
"start":
|
|
54540
|
-
"end":
|
|
54789
|
+
"start": 117,
|
|
54790
|
+
"end": 118
|
|
54541
54791
|
},
|
|
54542
54792
|
"context": {
|
|
54543
54793
|
"type": "variable",
|
|
@@ -54545,8 +54795,8 @@
|
|
|
54545
54795
|
"value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-stepper-indicator-done-bg ))",
|
|
54546
54796
|
"scope": "default",
|
|
54547
54797
|
"line": {
|
|
54548
|
-
"start":
|
|
54549
|
-
"end":
|
|
54798
|
+
"start": 119,
|
|
54799
|
+
"end": 119
|
|
54550
54800
|
}
|
|
54551
54801
|
},
|
|
54552
54802
|
"group": [
|
|
@@ -54561,8 +54811,8 @@
|
|
|
54561
54811
|
{
|
|
54562
54812
|
"description": "The border color of the Stepper's done indicator.\n",
|
|
54563
54813
|
"commentRange": {
|
|
54564
|
-
"start":
|
|
54565
|
-
"end":
|
|
54814
|
+
"start": 120,
|
|
54815
|
+
"end": 121
|
|
54566
54816
|
},
|
|
54567
54817
|
"context": {
|
|
54568
54818
|
"type": "variable",
|
|
@@ -54570,8 +54820,8 @@
|
|
|
54570
54820
|
"value": "$kendo-stepper-indicator-done-bg",
|
|
54571
54821
|
"scope": "default",
|
|
54572
54822
|
"line": {
|
|
54573
|
-
"start":
|
|
54574
|
-
"end":
|
|
54823
|
+
"start": 122,
|
|
54824
|
+
"end": 122
|
|
54575
54825
|
}
|
|
54576
54826
|
},
|
|
54577
54827
|
"group": [
|
|
@@ -54586,8 +54836,8 @@
|
|
|
54586
54836
|
{
|
|
54587
54837
|
"description": "The background color of the Stepper's hovered done indicator.\n",
|
|
54588
54838
|
"commentRange": {
|
|
54589
|
-
"start":
|
|
54590
|
-
"end":
|
|
54839
|
+
"start": 124,
|
|
54840
|
+
"end": 125
|
|
54591
54841
|
},
|
|
54592
54842
|
"context": {
|
|
54593
54843
|
"type": "variable",
|
|
@@ -54595,8 +54845,8 @@
|
|
|
54595
54845
|
"value": "if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-stepper-indicator-done-bg ))",
|
|
54596
54846
|
"scope": "default",
|
|
54597
54847
|
"line": {
|
|
54598
|
-
"start":
|
|
54599
|
-
"end":
|
|
54848
|
+
"start": 126,
|
|
54849
|
+
"end": 126
|
|
54600
54850
|
}
|
|
54601
54851
|
},
|
|
54602
54852
|
"group": [
|
|
@@ -54611,8 +54861,8 @@
|
|
|
54611
54861
|
{
|
|
54612
54862
|
"description": "The text color of the Stepper's hovered done indicator.\n",
|
|
54613
54863
|
"commentRange": {
|
|
54614
|
-
"start":
|
|
54615
|
-
"end":
|
|
54864
|
+
"start": 127,
|
|
54865
|
+
"end": 128
|
|
54616
54866
|
},
|
|
54617
54867
|
"context": {
|
|
54618
54868
|
"type": "variable",
|
|
@@ -54620,8 +54870,8 @@
|
|
|
54620
54870
|
"value": "null",
|
|
54621
54871
|
"scope": "default",
|
|
54622
54872
|
"line": {
|
|
54623
|
-
"start":
|
|
54624
|
-
"end":
|
|
54873
|
+
"start": 129,
|
|
54874
|
+
"end": 129
|
|
54625
54875
|
}
|
|
54626
54876
|
},
|
|
54627
54877
|
"group": [
|
|
@@ -54636,8 +54886,8 @@
|
|
|
54636
54886
|
{
|
|
54637
54887
|
"description": "The border color of the Stepper's hovered done indicator.\n",
|
|
54638
54888
|
"commentRange": {
|
|
54639
|
-
"start":
|
|
54640
|
-
"end":
|
|
54889
|
+
"start": 130,
|
|
54890
|
+
"end": 131
|
|
54641
54891
|
},
|
|
54642
54892
|
"context": {
|
|
54643
54893
|
"type": "variable",
|
|
@@ -54645,8 +54895,8 @@
|
|
|
54645
54895
|
"value": "null",
|
|
54646
54896
|
"scope": "default",
|
|
54647
54897
|
"line": {
|
|
54648
|
-
"start":
|
|
54649
|
-
"end":
|
|
54898
|
+
"start": 132,
|
|
54899
|
+
"end": 132
|
|
54650
54900
|
}
|
|
54651
54901
|
},
|
|
54652
54902
|
"group": [
|
|
@@ -54661,8 +54911,8 @@
|
|
|
54661
54911
|
{
|
|
54662
54912
|
"description": "The background color of the Stepper's disabled done indicator.\n",
|
|
54663
54913
|
"commentRange": {
|
|
54664
|
-
"start":
|
|
54665
|
-
"end":
|
|
54914
|
+
"start": 134,
|
|
54915
|
+
"end": 135
|
|
54666
54916
|
},
|
|
54667
54917
|
"context": {
|
|
54668
54918
|
"type": "variable",
|
|
@@ -54670,8 +54920,8 @@
|
|
|
54670
54920
|
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 60%, transparent), k-color-mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60%))",
|
|
54671
54921
|
"scope": "default",
|
|
54672
54922
|
"line": {
|
|
54673
|
-
"start":
|
|
54674
|
-
"end":
|
|
54923
|
+
"start": 136,
|
|
54924
|
+
"end": 136
|
|
54675
54925
|
}
|
|
54676
54926
|
},
|
|
54677
54927
|
"group": [
|
|
@@ -54686,8 +54936,8 @@
|
|
|
54686
54936
|
{
|
|
54687
54937
|
"description": "The text color of the Stepper's disabled done indicator.\n",
|
|
54688
54938
|
"commentRange": {
|
|
54689
|
-
"start":
|
|
54690
|
-
"end":
|
|
54939
|
+
"start": 137,
|
|
54940
|
+
"end": 138
|
|
54691
54941
|
},
|
|
54692
54942
|
"context": {
|
|
54693
54943
|
"type": "variable",
|
|
@@ -54695,8 +54945,8 @@
|
|
|
54695
54945
|
"value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-stepper-indicator-done-bg ))",
|
|
54696
54946
|
"scope": "default",
|
|
54697
54947
|
"line": {
|
|
54698
|
-
"start":
|
|
54699
|
-
"end":
|
|
54948
|
+
"start": 139,
|
|
54949
|
+
"end": 139
|
|
54700
54950
|
}
|
|
54701
54951
|
},
|
|
54702
54952
|
"group": [
|
|
@@ -54711,8 +54961,8 @@
|
|
|
54711
54961
|
{
|
|
54712
54962
|
"description": "The border color of the Stepper's disabled done indicator.\n",
|
|
54713
54963
|
"commentRange": {
|
|
54714
|
-
"start":
|
|
54715
|
-
"end":
|
|
54964
|
+
"start": 140,
|
|
54965
|
+
"end": 141
|
|
54716
54966
|
},
|
|
54717
54967
|
"context": {
|
|
54718
54968
|
"type": "variable",
|
|
@@ -54720,8 +54970,8 @@
|
|
|
54720
54970
|
"value": "$kendo-stepper-indicator-done-disabled-bg",
|
|
54721
54971
|
"scope": "default",
|
|
54722
54972
|
"line": {
|
|
54723
|
-
"start":
|
|
54724
|
-
"end":
|
|
54973
|
+
"start": 142,
|
|
54974
|
+
"end": 142
|
|
54725
54975
|
}
|
|
54726
54976
|
},
|
|
54727
54977
|
"group": [
|
|
@@ -54736,8 +54986,8 @@
|
|
|
54736
54986
|
{
|
|
54737
54987
|
"description": "The background color of the Stepper current indicator.\n",
|
|
54738
54988
|
"commentRange": {
|
|
54739
|
-
"start":
|
|
54740
|
-
"end":
|
|
54989
|
+
"start": 144,
|
|
54990
|
+
"end": 145
|
|
54741
54991
|
},
|
|
54742
54992
|
"context": {
|
|
54743
54993
|
"type": "variable",
|
|
@@ -54745,8 +54995,8 @@
|
|
|
54745
54995
|
"value": "$kendo-stepper-indicator-done-bg",
|
|
54746
54996
|
"scope": "default",
|
|
54747
54997
|
"line": {
|
|
54748
|
-
"start":
|
|
54749
|
-
"end":
|
|
54998
|
+
"start": 146,
|
|
54999
|
+
"end": 146
|
|
54750
55000
|
}
|
|
54751
55001
|
},
|
|
54752
55002
|
"group": [
|
|
@@ -54761,8 +55011,8 @@
|
|
|
54761
55011
|
{
|
|
54762
55012
|
"description": "The text color of the Stepper current indicator.\n",
|
|
54763
55013
|
"commentRange": {
|
|
54764
|
-
"start":
|
|
54765
|
-
"end":
|
|
55014
|
+
"start": 147,
|
|
55015
|
+
"end": 148
|
|
54766
55016
|
},
|
|
54767
55017
|
"context": {
|
|
54768
55018
|
"type": "variable",
|
|
@@ -54770,8 +55020,8 @@
|
|
|
54770
55020
|
"value": "$kendo-stepper-indicator-done-text",
|
|
54771
55021
|
"scope": "default",
|
|
54772
55022
|
"line": {
|
|
54773
|
-
"start":
|
|
54774
|
-
"end":
|
|
55023
|
+
"start": 149,
|
|
55024
|
+
"end": 149
|
|
54775
55025
|
}
|
|
54776
55026
|
},
|
|
54777
55027
|
"group": [
|
|
@@ -54786,8 +55036,8 @@
|
|
|
54786
55036
|
{
|
|
54787
55037
|
"description": "The border color of the Stepper current indicator.\n",
|
|
54788
55038
|
"commentRange": {
|
|
54789
|
-
"start":
|
|
54790
|
-
"end":
|
|
55039
|
+
"start": 150,
|
|
55040
|
+
"end": 151
|
|
54791
55041
|
},
|
|
54792
55042
|
"context": {
|
|
54793
55043
|
"type": "variable",
|
|
@@ -54795,8 +55045,8 @@
|
|
|
54795
55045
|
"value": "$kendo-stepper-indicator-done-border",
|
|
54796
55046
|
"scope": "default",
|
|
54797
55047
|
"line": {
|
|
54798
|
-
"start":
|
|
54799
|
-
"end":
|
|
55048
|
+
"start": 152,
|
|
55049
|
+
"end": 152
|
|
54800
55050
|
}
|
|
54801
55051
|
},
|
|
54802
55052
|
"group": [
|
|
@@ -54811,8 +55061,8 @@
|
|
|
54811
55061
|
{
|
|
54812
55062
|
"description": "The background color of the Stepper's hovered current indicator.\n",
|
|
54813
55063
|
"commentRange": {
|
|
54814
|
-
"start":
|
|
54815
|
-
"end":
|
|
55064
|
+
"start": 154,
|
|
55065
|
+
"end": 155
|
|
54816
55066
|
},
|
|
54817
55067
|
"context": {
|
|
54818
55068
|
"type": "variable",
|
|
@@ -54820,8 +55070,8 @@
|
|
|
54820
55070
|
"value": "$kendo-stepper-indicator-done-hover-bg",
|
|
54821
55071
|
"scope": "default",
|
|
54822
55072
|
"line": {
|
|
54823
|
-
"start":
|
|
54824
|
-
"end":
|
|
55073
|
+
"start": 156,
|
|
55074
|
+
"end": 156
|
|
54825
55075
|
}
|
|
54826
55076
|
},
|
|
54827
55077
|
"group": [
|
|
@@ -54836,8 +55086,8 @@
|
|
|
54836
55086
|
{
|
|
54837
55087
|
"description": "The text color of the Stepper's hovered current indicator.\n",
|
|
54838
55088
|
"commentRange": {
|
|
54839
|
-
"start":
|
|
54840
|
-
"end":
|
|
55089
|
+
"start": 157,
|
|
55090
|
+
"end": 158
|
|
54841
55091
|
},
|
|
54842
55092
|
"context": {
|
|
54843
55093
|
"type": "variable",
|
|
@@ -54845,8 +55095,8 @@
|
|
|
54845
55095
|
"value": "$kendo-stepper-indicator-done-hover-text",
|
|
54846
55096
|
"scope": "default",
|
|
54847
55097
|
"line": {
|
|
54848
|
-
"start":
|
|
54849
|
-
"end":
|
|
55098
|
+
"start": 159,
|
|
55099
|
+
"end": 159
|
|
54850
55100
|
}
|
|
54851
55101
|
},
|
|
54852
55102
|
"group": [
|
|
@@ -54861,8 +55111,8 @@
|
|
|
54861
55111
|
{
|
|
54862
55112
|
"description": "The border color of the Stepper's hovered current indicator.\n",
|
|
54863
55113
|
"commentRange": {
|
|
54864
|
-
"start":
|
|
54865
|
-
"end":
|
|
55114
|
+
"start": 160,
|
|
55115
|
+
"end": 161
|
|
54866
55116
|
},
|
|
54867
55117
|
"context": {
|
|
54868
55118
|
"type": "variable",
|
|
@@ -54870,8 +55120,8 @@
|
|
|
54870
55120
|
"value": "$kendo-stepper-indicator-done-hover-border",
|
|
54871
55121
|
"scope": "default",
|
|
54872
55122
|
"line": {
|
|
54873
|
-
"start":
|
|
54874
|
-
"end":
|
|
55123
|
+
"start": 162,
|
|
55124
|
+
"end": 162
|
|
54875
55125
|
}
|
|
54876
55126
|
},
|
|
54877
55127
|
"group": [
|
|
@@ -54886,8 +55136,8 @@
|
|
|
54886
55136
|
{
|
|
54887
55137
|
"description": "The background color of the Stepper's disabled current indicator.\n",
|
|
54888
55138
|
"commentRange": {
|
|
54889
|
-
"start":
|
|
54890
|
-
"end":
|
|
55139
|
+
"start": 164,
|
|
55140
|
+
"end": 165
|
|
54891
55141
|
},
|
|
54892
55142
|
"context": {
|
|
54893
55143
|
"type": "variable",
|
|
@@ -54895,8 +55145,8 @@
|
|
|
54895
55145
|
"value": "$kendo-stepper-indicator-done-disabled-bg",
|
|
54896
55146
|
"scope": "default",
|
|
54897
55147
|
"line": {
|
|
54898
|
-
"start":
|
|
54899
|
-
"end":
|
|
55148
|
+
"start": 166,
|
|
55149
|
+
"end": 166
|
|
54900
55150
|
}
|
|
54901
55151
|
},
|
|
54902
55152
|
"group": [
|
|
@@ -54911,8 +55161,8 @@
|
|
|
54911
55161
|
{
|
|
54912
55162
|
"description": "The text color of the Stepper's disabled current indicator.\n",
|
|
54913
55163
|
"commentRange": {
|
|
54914
|
-
"start":
|
|
54915
|
-
"end":
|
|
55164
|
+
"start": 167,
|
|
55165
|
+
"end": 168
|
|
54916
55166
|
},
|
|
54917
55167
|
"context": {
|
|
54918
55168
|
"type": "variable",
|
|
@@ -54920,8 +55170,8 @@
|
|
|
54920
55170
|
"value": "$kendo-stepper-indicator-done-disabled-text",
|
|
54921
55171
|
"scope": "default",
|
|
54922
55172
|
"line": {
|
|
54923
|
-
"start":
|
|
54924
|
-
"end":
|
|
55173
|
+
"start": 169,
|
|
55174
|
+
"end": 169
|
|
54925
55175
|
}
|
|
54926
55176
|
},
|
|
54927
55177
|
"group": [
|
|
@@ -54936,8 +55186,8 @@
|
|
|
54936
55186
|
{
|
|
54937
55187
|
"description": "The border color of the Stepper's disabled current indicator.\n",
|
|
54938
55188
|
"commentRange": {
|
|
54939
|
-
"start":
|
|
54940
|
-
"end":
|
|
55189
|
+
"start": 170,
|
|
55190
|
+
"end": 171
|
|
54941
55191
|
},
|
|
54942
55192
|
"context": {
|
|
54943
55193
|
"type": "variable",
|
|
@@ -54945,8 +55195,8 @@
|
|
|
54945
55195
|
"value": "$kendo-stepper-indicator-done-disabled-border",
|
|
54946
55196
|
"scope": "default",
|
|
54947
55197
|
"line": {
|
|
54948
|
-
"start":
|
|
54949
|
-
"end":
|
|
55198
|
+
"start": 172,
|
|
55199
|
+
"end": 172
|
|
54950
55200
|
}
|
|
54951
55201
|
},
|
|
54952
55202
|
"group": [
|
|
@@ -54961,8 +55211,8 @@
|
|
|
54961
55211
|
{
|
|
54962
55212
|
"description": "The text color of the Stepper label.\n",
|
|
54963
55213
|
"commentRange": {
|
|
54964
|
-
"start":
|
|
54965
|
-
"end":
|
|
55214
|
+
"start": 174,
|
|
55215
|
+
"end": 175
|
|
54966
55216
|
},
|
|
54967
55217
|
"context": {
|
|
54968
55218
|
"type": "variable",
|
|
@@ -54970,8 +55220,8 @@
|
|
|
54970
55220
|
"value": "null",
|
|
54971
55221
|
"scope": "default",
|
|
54972
55222
|
"line": {
|
|
54973
|
-
"start":
|
|
54974
|
-
"end":
|
|
55223
|
+
"start": 176,
|
|
55224
|
+
"end": 176
|
|
54975
55225
|
}
|
|
54976
55226
|
},
|
|
54977
55227
|
"group": [
|
|
@@ -54986,8 +55236,8 @@
|
|
|
54986
55236
|
{
|
|
54987
55237
|
"description": "The success text color of the Stepper label.\n",
|
|
54988
55238
|
"commentRange": {
|
|
54989
|
-
"start":
|
|
54990
|
-
"end":
|
|
55239
|
+
"start": 177,
|
|
55240
|
+
"end": 178
|
|
54991
55241
|
},
|
|
54992
55242
|
"context": {
|
|
54993
55243
|
"type": "variable",
|
|
@@ -54995,8 +55245,8 @@
|
|
|
54995
55245
|
"value": "$kendo-color-success",
|
|
54996
55246
|
"scope": "default",
|
|
54997
55247
|
"line": {
|
|
54998
|
-
"start":
|
|
54999
|
-
"end":
|
|
55248
|
+
"start": 179,
|
|
55249
|
+
"end": 179
|
|
55000
55250
|
}
|
|
55001
55251
|
},
|
|
55002
55252
|
"group": [
|
|
@@ -55011,8 +55261,8 @@
|
|
|
55011
55261
|
{
|
|
55012
55262
|
"description": "The error text color of the Stepper label.\n",
|
|
55013
55263
|
"commentRange": {
|
|
55014
|
-
"start":
|
|
55015
|
-
"end":
|
|
55264
|
+
"start": 180,
|
|
55265
|
+
"end": 181
|
|
55016
55266
|
},
|
|
55017
55267
|
"context": {
|
|
55018
55268
|
"type": "variable",
|
|
@@ -55020,8 +55270,8 @@
|
|
|
55020
55270
|
"value": "$kendo-color-error",
|
|
55021
55271
|
"scope": "default",
|
|
55022
55272
|
"line": {
|
|
55023
|
-
"start":
|
|
55024
|
-
"end":
|
|
55273
|
+
"start": 182,
|
|
55274
|
+
"end": 182
|
|
55025
55275
|
}
|
|
55026
55276
|
},
|
|
55027
55277
|
"group": [
|
|
@@ -55036,8 +55286,8 @@
|
|
|
55036
55286
|
{
|
|
55037
55287
|
"description": "The text color of the hovered Stepper label.\n",
|
|
55038
55288
|
"commentRange": {
|
|
55039
|
-
"start":
|
|
55040
|
-
"end":
|
|
55289
|
+
"start": 183,
|
|
55290
|
+
"end": 184
|
|
55041
55291
|
},
|
|
55042
55292
|
"context": {
|
|
55043
55293
|
"type": "variable",
|
|
@@ -55045,8 +55295,8 @@
|
|
|
55045
55295
|
"value": "if($kendo-enable-color-system, k-color( on-base ), k-try-shade( $kendo-stepper-text, 2 ))",
|
|
55046
55296
|
"scope": "default",
|
|
55047
55297
|
"line": {
|
|
55048
|
-
"start":
|
|
55049
|
-
"end":
|
|
55298
|
+
"start": 185,
|
|
55299
|
+
"end": 185
|
|
55050
55300
|
}
|
|
55051
55301
|
},
|
|
55052
55302
|
"group": [
|
|
@@ -55061,8 +55311,8 @@
|
|
|
55061
55311
|
{
|
|
55062
55312
|
"description": "The text color of the disabled Stepper label.\n",
|
|
55063
55313
|
"commentRange": {
|
|
55064
|
-
"start":
|
|
55065
|
-
"end":
|
|
55314
|
+
"start": 186,
|
|
55315
|
+
"end": 187
|
|
55066
55316
|
},
|
|
55067
55317
|
"context": {
|
|
55068
55318
|
"type": "variable",
|
|
@@ -55070,8 +55320,8 @@
|
|
|
55070
55320
|
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), #8f8f8f)",
|
|
55071
55321
|
"scope": "default",
|
|
55072
55322
|
"line": {
|
|
55073
|
-
"start":
|
|
55074
|
-
"end":
|
|
55323
|
+
"start": 188,
|
|
55324
|
+
"end": 188
|
|
55075
55325
|
}
|
|
55076
55326
|
},
|
|
55077
55327
|
"group": [
|
|
@@ -55086,8 +55336,8 @@
|
|
|
55086
55336
|
{
|
|
55087
55337
|
"description": "The text color of the optional Stepper label.\n",
|
|
55088
55338
|
"commentRange": {
|
|
55089
|
-
"start":
|
|
55090
|
-
"end":
|
|
55339
|
+
"start": 190,
|
|
55340
|
+
"end": 191
|
|
55091
55341
|
},
|
|
55092
55342
|
"context": {
|
|
55093
55343
|
"type": "variable",
|
|
@@ -55095,8 +55345,8 @@
|
|
|
55095
55345
|
"value": "$kendo-subtle-text",
|
|
55096
55346
|
"scope": "default",
|
|
55097
55347
|
"line": {
|
|
55098
|
-
"start":
|
|
55099
|
-
"end":
|
|
55348
|
+
"start": 192,
|
|
55349
|
+
"end": 192
|
|
55100
55350
|
}
|
|
55101
55351
|
},
|
|
55102
55352
|
"group": [
|
|
@@ -55111,8 +55361,8 @@
|
|
|
55111
55361
|
{
|
|
55112
55362
|
"description": "The opacity of the optional Stepper label.\n",
|
|
55113
55363
|
"commentRange": {
|
|
55114
|
-
"start":
|
|
55115
|
-
"end":
|
|
55364
|
+
"start": 193,
|
|
55365
|
+
"end": 194
|
|
55116
55366
|
},
|
|
55117
55367
|
"context": {
|
|
55118
55368
|
"type": "variable",
|
|
@@ -55120,8 +55370,8 @@
|
|
|
55120
55370
|
"value": "null",
|
|
55121
55371
|
"scope": "default",
|
|
55122
55372
|
"line": {
|
|
55123
|
-
"start":
|
|
55124
|
-
"end":
|
|
55373
|
+
"start": 195,
|
|
55374
|
+
"end": 195
|
|
55125
55375
|
}
|
|
55126
55376
|
},
|
|
55127
55377
|
"group": [
|
|
@@ -55136,8 +55386,8 @@
|
|
|
55136
55386
|
{
|
|
55137
55387
|
"description": "The font size of the optional Stepper label.\n",
|
|
55138
55388
|
"commentRange": {
|
|
55139
|
-
"start":
|
|
55140
|
-
"end":
|
|
55389
|
+
"start": 196,
|
|
55390
|
+
"end": 197
|
|
55141
55391
|
},
|
|
55142
55392
|
"context": {
|
|
55143
55393
|
"type": "variable",
|
|
@@ -55145,8 +55395,8 @@
|
|
|
55145
55395
|
"value": "null",
|
|
55146
55396
|
"scope": "default",
|
|
55147
55397
|
"line": {
|
|
55148
|
-
"start":
|
|
55149
|
-
"end":
|
|
55398
|
+
"start": 198,
|
|
55399
|
+
"end": 198
|
|
55150
55400
|
}
|
|
55151
55401
|
},
|
|
55152
55402
|
"group": [
|
|
@@ -55161,8 +55411,8 @@
|
|
|
55161
55411
|
{
|
|
55162
55412
|
"description": "The font style of the optional Stepper label.\n",
|
|
55163
55413
|
"commentRange": {
|
|
55164
|
-
"start":
|
|
55165
|
-
"end":
|
|
55414
|
+
"start": 199,
|
|
55415
|
+
"end": 200
|
|
55166
55416
|
},
|
|
55167
55417
|
"context": {
|
|
55168
55418
|
"type": "variable",
|
|
@@ -55170,8 +55420,8 @@
|
|
|
55170
55420
|
"value": "italic",
|
|
55171
55421
|
"scope": "default",
|
|
55172
55422
|
"line": {
|
|
55173
|
-
"start":
|
|
55174
|
-
"end":
|
|
55423
|
+
"start": 201,
|
|
55424
|
+
"end": 201
|
|
55175
55425
|
}
|
|
55176
55426
|
},
|
|
55177
55427
|
"group": [
|
|
@@ -55186,8 +55436,8 @@
|
|
|
55186
55436
|
{
|
|
55187
55437
|
"description": "The size of the Stepper ProgressBar.\n",
|
|
55188
55438
|
"commentRange": {
|
|
55189
|
-
"start":
|
|
55190
|
-
"end":
|
|
55439
|
+
"start": 203,
|
|
55440
|
+
"end": 204
|
|
55191
55441
|
},
|
|
55192
55442
|
"context": {
|
|
55193
55443
|
"type": "variable",
|
|
@@ -55195,8 +55445,8 @@
|
|
|
55195
55445
|
"value": "2px",
|
|
55196
55446
|
"scope": "default",
|
|
55197
55447
|
"line": {
|
|
55198
|
-
"start":
|
|
55199
|
-
"end":
|
|
55448
|
+
"start": 205,
|
|
55449
|
+
"end": 205
|
|
55200
55450
|
}
|
|
55201
55451
|
},
|
|
55202
55452
|
"group": [
|
|
@@ -55211,8 +55461,8 @@
|
|
|
55211
55461
|
{
|
|
55212
55462
|
"description": "The background color of the Stepper ProgressBar.\n",
|
|
55213
55463
|
"commentRange": {
|
|
55214
|
-
"start":
|
|
55215
|
-
"end":
|
|
55464
|
+
"start": 206,
|
|
55465
|
+
"end": 207
|
|
55216
55466
|
},
|
|
55217
55467
|
"context": {
|
|
55218
55468
|
"type": "variable",
|
|
@@ -55220,8 +55470,8 @@
|
|
|
55220
55470
|
"value": "null",
|
|
55221
55471
|
"scope": "default",
|
|
55222
55472
|
"line": {
|
|
55223
|
-
"start":
|
|
55224
|
-
"end":
|
|
55473
|
+
"start": 208,
|
|
55474
|
+
"end": 208
|
|
55225
55475
|
}
|
|
55226
55476
|
},
|
|
55227
55477
|
"group": [
|
|
@@ -55236,8 +55486,8 @@
|
|
|
55236
55486
|
{
|
|
55237
55487
|
"description": "The text color of the Stepper ProgressBar.\n",
|
|
55238
55488
|
"commentRange": {
|
|
55239
|
-
"start":
|
|
55240
|
-
"end":
|
|
55489
|
+
"start": 209,
|
|
55490
|
+
"end": 210
|
|
55241
55491
|
},
|
|
55242
55492
|
"context": {
|
|
55243
55493
|
"type": "variable",
|
|
@@ -55245,8 +55495,8 @@
|
|
|
55245
55495
|
"value": "null",
|
|
55246
55496
|
"scope": "default",
|
|
55247
55497
|
"line": {
|
|
55248
|
-
"start":
|
|
55249
|
-
"end":
|
|
55498
|
+
"start": 211,
|
|
55499
|
+
"end": 211
|
|
55250
55500
|
}
|
|
55251
55501
|
},
|
|
55252
55502
|
"group": [
|
|
@@ -55261,8 +55511,8 @@
|
|
|
55261
55511
|
{
|
|
55262
55512
|
"description": "The background color of the selected Stepper ProgressBar.\n",
|
|
55263
55513
|
"commentRange": {
|
|
55264
|
-
"start":
|
|
55265
|
-
"end":
|
|
55514
|
+
"start": 212,
|
|
55515
|
+
"end": 213
|
|
55266
55516
|
},
|
|
55267
55517
|
"context": {
|
|
55268
55518
|
"type": "variable",
|
|
@@ -55270,8 +55520,8 @@
|
|
|
55270
55520
|
"value": "null",
|
|
55271
55521
|
"scope": "default",
|
|
55272
55522
|
"line": {
|
|
55273
|
-
"start":
|
|
55274
|
-
"end":
|
|
55523
|
+
"start": 214,
|
|
55524
|
+
"end": 214
|
|
55275
55525
|
}
|
|
55276
55526
|
},
|
|
55277
55527
|
"group": [
|
|
@@ -55286,8 +55536,8 @@
|
|
|
55286
55536
|
{
|
|
55287
55537
|
"description": "The text color of the selected Stepper ProgressBar.\n",
|
|
55288
55538
|
"commentRange": {
|
|
55289
|
-
"start":
|
|
55290
|
-
"end":
|
|
55539
|
+
"start": 215,
|
|
55540
|
+
"end": 216
|
|
55291
55541
|
},
|
|
55292
55542
|
"context": {
|
|
55293
55543
|
"type": "variable",
|
|
@@ -55295,8 +55545,8 @@
|
|
|
55295
55545
|
"value": "null",
|
|
55296
55546
|
"scope": "default",
|
|
55297
55547
|
"line": {
|
|
55298
|
-
"start":
|
|
55299
|
-
"end":
|
|
55548
|
+
"start": 217,
|
|
55549
|
+
"end": 217
|
|
55300
55550
|
}
|
|
55301
55551
|
},
|
|
55302
55552
|
"group": [
|
|
@@ -55311,8 +55561,8 @@
|
|
|
55311
55561
|
{
|
|
55312
55562
|
"description": "The property name of the Stepper transition.\n",
|
|
55313
55563
|
"commentRange": {
|
|
55314
|
-
"start":
|
|
55315
|
-
"end":
|
|
55564
|
+
"start": 219,
|
|
55565
|
+
"end": 220
|
|
55316
55566
|
},
|
|
55317
55567
|
"context": {
|
|
55318
55568
|
"type": "variable",
|
|
@@ -55320,8 +55570,8 @@
|
|
|
55320
55570
|
"value": "height",
|
|
55321
55571
|
"scope": "default",
|
|
55322
55572
|
"line": {
|
|
55323
|
-
"start":
|
|
55324
|
-
"end":
|
|
55573
|
+
"start": 221,
|
|
55574
|
+
"end": 221
|
|
55325
55575
|
}
|
|
55326
55576
|
},
|
|
55327
55577
|
"group": [
|
|
@@ -55336,8 +55586,8 @@
|
|
|
55336
55586
|
{
|
|
55337
55587
|
"description": "The duration of the Stepper transition.\n",
|
|
55338
55588
|
"commentRange": {
|
|
55339
|
-
"start":
|
|
55340
|
-
"end":
|
|
55589
|
+
"start": 222,
|
|
55590
|
+
"end": 223
|
|
55341
55591
|
},
|
|
55342
55592
|
"context": {
|
|
55343
55593
|
"type": "variable",
|
|
@@ -55345,8 +55595,8 @@
|
|
|
55345
55595
|
"value": "300ms",
|
|
55346
55596
|
"scope": "default",
|
|
55347
55597
|
"line": {
|
|
55348
|
-
"start":
|
|
55349
|
-
"end":
|
|
55598
|
+
"start": 224,
|
|
55599
|
+
"end": 224
|
|
55350
55600
|
}
|
|
55351
55601
|
},
|
|
55352
55602
|
"group": [
|
|
@@ -55361,8 +55611,8 @@
|
|
|
55361
55611
|
{
|
|
55362
55612
|
"description": "The timing function of the Stepper transition.\n",
|
|
55363
55613
|
"commentRange": {
|
|
55364
|
-
"start":
|
|
55365
|
-
"end":
|
|
55614
|
+
"start": 225,
|
|
55615
|
+
"end": 226
|
|
55366
55616
|
},
|
|
55367
55617
|
"context": {
|
|
55368
55618
|
"type": "variable",
|
|
@@ -55370,8 +55620,8 @@
|
|
|
55370
55620
|
"value": "cubic-bezier(.4, 0, .2, 1) 0ms",
|
|
55371
55621
|
"scope": "default",
|
|
55372
55622
|
"line": {
|
|
55373
|
-
"start":
|
|
55374
|
-
"end":
|
|
55623
|
+
"start": 227,
|
|
55624
|
+
"end": 227
|
|
55375
55625
|
}
|
|
55376
55626
|
},
|
|
55377
55627
|
"group": [
|
|
@@ -61217,7 +61467,7 @@
|
|
|
61217
61467
|
"context": {
|
|
61218
61468
|
"type": "variable",
|
|
61219
61469
|
"name": "kendo-timeline-track-arrow-width",
|
|
61220
|
-
"value": "
|
|
61470
|
+
"value": "k-spacing(7.5)",
|
|
61221
61471
|
"scope": "default",
|
|
61222
61472
|
"line": {
|
|
61223
61473
|
"start": 32,
|
|
@@ -61242,7 +61492,7 @@
|
|
|
61242
61492
|
"context": {
|
|
61243
61493
|
"type": "variable",
|
|
61244
61494
|
"name": "kendo-timeline-track-arrow-height",
|
|
61245
|
-
"value": "
|
|
61495
|
+
"value": "k-spacing(7.5)",
|
|
61246
61496
|
"scope": "default",
|
|
61247
61497
|
"line": {
|
|
61248
61498
|
"start": 35,
|
|
@@ -61342,7 +61592,7 @@
|
|
|
61342
61592
|
"context": {
|
|
61343
61593
|
"type": "variable",
|
|
61344
61594
|
"name": "kendo-timeline-track-size",
|
|
61345
|
-
"value": "
|
|
61595
|
+
"value": "k-spacing(1.5)",
|
|
61346
61596
|
"scope": "default",
|
|
61347
61597
|
"line": {
|
|
61348
61598
|
"start": 49,
|
|
@@ -61367,7 +61617,7 @@
|
|
|
61367
61617
|
"context": {
|
|
61368
61618
|
"type": "variable",
|
|
61369
61619
|
"name": "kendo-timeline-track-wrap-padding-bottom",
|
|
61370
|
-
"value": "
|
|
61620
|
+
"value": "calc( #{$kendo-timeline-track-size} / 2)",
|
|
61371
61621
|
"scope": "default",
|
|
61372
61622
|
"line": {
|
|
61373
61623
|
"start": 52,
|
|
@@ -61442,7 +61692,7 @@
|
|
|
61442
61692
|
"context": {
|
|
61443
61693
|
"type": "variable",
|
|
61444
61694
|
"name": "kendo-timeline-track-bottom-calc",
|
|
61445
|
-
"value": "calc(#{
|
|
61695
|
+
"value": "calc( calc( #{$kendo-timeline-track-arrow-height} / 2) + #{$kendo-timeline-track-wrap-padding-bottom})",
|
|
61446
61696
|
"scope": "default",
|
|
61447
61697
|
"line": {
|
|
61448
61698
|
"start": 61,
|
|
@@ -62809,15 +63059,15 @@
|
|
|
62809
63059
|
}
|
|
62810
63060
|
},
|
|
62811
63061
|
{
|
|
62812
|
-
"description": "The color of the
|
|
63062
|
+
"description": "The text color of the outline Toolbar.\n",
|
|
62813
63063
|
"commentRange": {
|
|
62814
63064
|
"start": 75,
|
|
62815
63065
|
"end": 76
|
|
62816
63066
|
},
|
|
62817
63067
|
"context": {
|
|
62818
63068
|
"type": "variable",
|
|
62819
|
-
"name": "kendo-toolbar-
|
|
62820
|
-
"value": "
|
|
63069
|
+
"name": "kendo-toolbar-outline-text",
|
|
63070
|
+
"value": "$kendo-button-text",
|
|
62821
63071
|
"scope": "default",
|
|
62822
63072
|
"line": {
|
|
62823
63073
|
"start": 77,
|
|
@@ -62834,19 +63084,19 @@
|
|
|
62834
63084
|
}
|
|
62835
63085
|
},
|
|
62836
63086
|
{
|
|
62837
|
-
"description": "The
|
|
63087
|
+
"description": "The color of the border around the outline Toolbar.\n",
|
|
62838
63088
|
"commentRange": {
|
|
62839
|
-
"start":
|
|
62840
|
-
"end":
|
|
63089
|
+
"start": 78,
|
|
63090
|
+
"end": 79
|
|
62841
63091
|
},
|
|
62842
63092
|
"context": {
|
|
62843
63093
|
"type": "variable",
|
|
62844
|
-
"name": "kendo-toolbar-
|
|
62845
|
-
"value": "
|
|
63094
|
+
"name": "kendo-toolbar-outline-border",
|
|
63095
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 50%, transparent), rgba( $kendo-toolbar-outline-text, .5))",
|
|
62846
63096
|
"scope": "default",
|
|
62847
63097
|
"line": {
|
|
62848
|
-
"start":
|
|
62849
|
-
"end":
|
|
63098
|
+
"start": 80,
|
|
63099
|
+
"end": 80
|
|
62850
63100
|
}
|
|
62851
63101
|
},
|
|
62852
63102
|
"group": [
|
|
@@ -62859,19 +63109,19 @@
|
|
|
62859
63109
|
}
|
|
62860
63110
|
},
|
|
62861
63111
|
{
|
|
62862
|
-
"description": "The
|
|
63112
|
+
"description": "The gradient of the outline Toolbar.\n",
|
|
62863
63113
|
"commentRange": {
|
|
62864
|
-
"start":
|
|
62865
|
-
"end":
|
|
63114
|
+
"start": 81,
|
|
63115
|
+
"end": 82
|
|
62866
63116
|
},
|
|
62867
63117
|
"context": {
|
|
62868
63118
|
"type": "variable",
|
|
62869
|
-
"name": "kendo-toolbar-
|
|
62870
|
-
"value": "
|
|
63119
|
+
"name": "kendo-toolbar-outline-gradient",
|
|
63120
|
+
"value": "null",
|
|
62871
63121
|
"scope": "default",
|
|
62872
63122
|
"line": {
|
|
62873
|
-
"start":
|
|
62874
|
-
"end":
|
|
63123
|
+
"start": 83,
|
|
63124
|
+
"end": 83
|
|
62875
63125
|
}
|
|
62876
63126
|
},
|
|
62877
63127
|
"group": [
|
|
@@ -62884,15 +63134,40 @@
|
|
|
62884
63134
|
}
|
|
62885
63135
|
},
|
|
62886
63136
|
{
|
|
62887
|
-
"description": "
|
|
63137
|
+
"description": "The box shadow of the outline Toolbar.\n",
|
|
63138
|
+
"commentRange": {
|
|
63139
|
+
"start": 84,
|
|
63140
|
+
"end": 85
|
|
63141
|
+
},
|
|
63142
|
+
"context": {
|
|
63143
|
+
"type": "variable",
|
|
63144
|
+
"name": "kendo-toolbar-outline-shadow",
|
|
63145
|
+
"value": "null",
|
|
63146
|
+
"scope": "default",
|
|
63147
|
+
"line": {
|
|
63148
|
+
"start": 86,
|
|
63149
|
+
"end": 86
|
|
63150
|
+
}
|
|
63151
|
+
},
|
|
63152
|
+
"group": [
|
|
63153
|
+
"toolbar"
|
|
63154
|
+
],
|
|
63155
|
+
"access": "public",
|
|
63156
|
+
"file": {
|
|
63157
|
+
"path": "toolbar/_variables.scss",
|
|
63158
|
+
"name": "_variables.scss"
|
|
63159
|
+
}
|
|
63160
|
+
},
|
|
63161
|
+
{
|
|
63162
|
+
"description": "The width of the border around the outline Toolbar.\n",
|
|
62888
63163
|
"commentRange": {
|
|
62889
63164
|
"start": 87,
|
|
62890
63165
|
"end": 88
|
|
62891
63166
|
},
|
|
62892
63167
|
"context": {
|
|
62893
63168
|
"type": "variable",
|
|
62894
|
-
"name": "kendo-toolbar-
|
|
62895
|
-
"value": "
|
|
63169
|
+
"name": "kendo-toolbar-outline-border-width",
|
|
63170
|
+
"value": "$kendo-toolbar-border-width",
|
|
62896
63171
|
"scope": "default",
|
|
62897
63172
|
"line": {
|
|
62898
63173
|
"start": 89,
|
|
@@ -62909,18 +63184,143 @@
|
|
|
62909
63184
|
}
|
|
62910
63185
|
},
|
|
62911
63186
|
{
|
|
62912
|
-
"description": "The
|
|
63187
|
+
"description": "The text color of the flat Toolbar.\n",
|
|
62913
63188
|
"commentRange": {
|
|
62914
63189
|
"start": 91,
|
|
62915
63190
|
"end": 92
|
|
62916
63191
|
},
|
|
62917
63192
|
"context": {
|
|
62918
63193
|
"type": "variable",
|
|
62919
|
-
"name": "kendo-toolbar-
|
|
62920
|
-
"value": "
|
|
63194
|
+
"name": "kendo-toolbar-flat-text",
|
|
63195
|
+
"value": "null",
|
|
62921
63196
|
"scope": "default",
|
|
62922
63197
|
"line": {
|
|
62923
63198
|
"start": 93,
|
|
63199
|
+
"end": 93
|
|
63200
|
+
}
|
|
63201
|
+
},
|
|
63202
|
+
"group": [
|
|
63203
|
+
"toolbar"
|
|
63204
|
+
],
|
|
63205
|
+
"access": "public",
|
|
63206
|
+
"file": {
|
|
63207
|
+
"path": "toolbar/_variables.scss",
|
|
63208
|
+
"name": "_variables.scss"
|
|
63209
|
+
}
|
|
63210
|
+
},
|
|
63211
|
+
{
|
|
63212
|
+
"description": "The color of the border around the flat Toolbar.\n",
|
|
63213
|
+
"commentRange": {
|
|
63214
|
+
"start": 94,
|
|
63215
|
+
"end": 95
|
|
63216
|
+
},
|
|
63217
|
+
"context": {
|
|
63218
|
+
"type": "variable",
|
|
63219
|
+
"name": "kendo-toolbar-flat-border",
|
|
63220
|
+
"value": "$kendo-toolbar-border",
|
|
63221
|
+
"scope": "default",
|
|
63222
|
+
"line": {
|
|
63223
|
+
"start": 96,
|
|
63224
|
+
"end": 96
|
|
63225
|
+
}
|
|
63226
|
+
},
|
|
63227
|
+
"group": [
|
|
63228
|
+
"toolbar"
|
|
63229
|
+
],
|
|
63230
|
+
"access": "public",
|
|
63231
|
+
"file": {
|
|
63232
|
+
"path": "toolbar/_variables.scss",
|
|
63233
|
+
"name": "_variables.scss"
|
|
63234
|
+
}
|
|
63235
|
+
},
|
|
63236
|
+
{
|
|
63237
|
+
"description": "The gradient of the flat Toolbar.\n",
|
|
63238
|
+
"commentRange": {
|
|
63239
|
+
"start": 97,
|
|
63240
|
+
"end": 98
|
|
63241
|
+
},
|
|
63242
|
+
"context": {
|
|
63243
|
+
"type": "variable",
|
|
63244
|
+
"name": "kendo-toolbar-flat-gradient",
|
|
63245
|
+
"value": "null",
|
|
63246
|
+
"scope": "default",
|
|
63247
|
+
"line": {
|
|
63248
|
+
"start": 99,
|
|
63249
|
+
"end": 99
|
|
63250
|
+
}
|
|
63251
|
+
},
|
|
63252
|
+
"group": [
|
|
63253
|
+
"toolbar"
|
|
63254
|
+
],
|
|
63255
|
+
"access": "public",
|
|
63256
|
+
"file": {
|
|
63257
|
+
"path": "toolbar/_variables.scss",
|
|
63258
|
+
"name": "_variables.scss"
|
|
63259
|
+
}
|
|
63260
|
+
},
|
|
63261
|
+
{
|
|
63262
|
+
"description": "The box shadow of the flat Toolbar.\n",
|
|
63263
|
+
"commentRange": {
|
|
63264
|
+
"start": 100,
|
|
63265
|
+
"end": 101
|
|
63266
|
+
},
|
|
63267
|
+
"context": {
|
|
63268
|
+
"type": "variable",
|
|
63269
|
+
"name": "kendo-toolbar-flat-shadow",
|
|
63270
|
+
"value": "null",
|
|
63271
|
+
"scope": "default",
|
|
63272
|
+
"line": {
|
|
63273
|
+
"start": 102,
|
|
63274
|
+
"end": 102
|
|
63275
|
+
}
|
|
63276
|
+
},
|
|
63277
|
+
"group": [
|
|
63278
|
+
"toolbar"
|
|
63279
|
+
],
|
|
63280
|
+
"access": "public",
|
|
63281
|
+
"file": {
|
|
63282
|
+
"path": "toolbar/_variables.scss",
|
|
63283
|
+
"name": "_variables.scss"
|
|
63284
|
+
}
|
|
63285
|
+
},
|
|
63286
|
+
{
|
|
63287
|
+
"description": "Border width of the flat Toolbar.\n",
|
|
63288
|
+
"commentRange": {
|
|
63289
|
+
"start": 103,
|
|
63290
|
+
"end": 104
|
|
63291
|
+
},
|
|
63292
|
+
"context": {
|
|
63293
|
+
"type": "variable",
|
|
63294
|
+
"name": "kendo-toolbar-flat-border-width",
|
|
63295
|
+
"value": "1px",
|
|
63296
|
+
"scope": "default",
|
|
63297
|
+
"line": {
|
|
63298
|
+
"start": 105,
|
|
63299
|
+
"end": 105
|
|
63300
|
+
}
|
|
63301
|
+
},
|
|
63302
|
+
"group": [
|
|
63303
|
+
"toolbar"
|
|
63304
|
+
],
|
|
63305
|
+
"access": "public",
|
|
63306
|
+
"file": {
|
|
63307
|
+
"path": "toolbar/_variables.scss",
|
|
63308
|
+
"name": "_variables.scss"
|
|
63309
|
+
}
|
|
63310
|
+
},
|
|
63311
|
+
{
|
|
63312
|
+
"description": "The color of the separator border of the Toolbar.\n",
|
|
63313
|
+
"commentRange": {
|
|
63314
|
+
"start": 107,
|
|
63315
|
+
"end": 108
|
|
63316
|
+
},
|
|
63317
|
+
"context": {
|
|
63318
|
+
"type": "variable",
|
|
63319
|
+
"name": "kendo-toolbar-separator-border",
|
|
63320
|
+
"value": "inherit",
|
|
63321
|
+
"scope": "default",
|
|
63322
|
+
"line": {
|
|
63323
|
+
"start": 109,
|
|
62924
63324
|
"end": 109
|
|
62925
63325
|
}
|
|
62926
63326
|
},
|
|
@@ -62933,6 +63333,81 @@
|
|
|
62933
63333
|
"name": "_variables.scss"
|
|
62934
63334
|
}
|
|
62935
63335
|
},
|
|
63336
|
+
{
|
|
63337
|
+
"description": "The width of the input in the Toolbar.\n",
|
|
63338
|
+
"commentRange": {
|
|
63339
|
+
"start": 111,
|
|
63340
|
+
"end": 112
|
|
63341
|
+
},
|
|
63342
|
+
"context": {
|
|
63343
|
+
"type": "variable",
|
|
63344
|
+
"name": "kendo-toolbar-input-width",
|
|
63345
|
+
"value": "10em",
|
|
63346
|
+
"scope": "default",
|
|
63347
|
+
"line": {
|
|
63348
|
+
"start": 113,
|
|
63349
|
+
"end": 113
|
|
63350
|
+
}
|
|
63351
|
+
},
|
|
63352
|
+
"group": [
|
|
63353
|
+
"toolbar"
|
|
63354
|
+
],
|
|
63355
|
+
"access": "public",
|
|
63356
|
+
"file": {
|
|
63357
|
+
"path": "toolbar/_variables.scss",
|
|
63358
|
+
"name": "_variables.scss"
|
|
63359
|
+
}
|
|
63360
|
+
},
|
|
63361
|
+
{
|
|
63362
|
+
"description": "The box shadow of the focused Toolbar item.\n",
|
|
63363
|
+
"commentRange": {
|
|
63364
|
+
"start": 115,
|
|
63365
|
+
"end": 116
|
|
63366
|
+
},
|
|
63367
|
+
"context": {
|
|
63368
|
+
"type": "variable",
|
|
63369
|
+
"name": "kendo-toolbar-item-shadow",
|
|
63370
|
+
"value": "$kendo-button-focus-shadow",
|
|
63371
|
+
"scope": "default",
|
|
63372
|
+
"line": {
|
|
63373
|
+
"start": 117,
|
|
63374
|
+
"end": 117
|
|
63375
|
+
}
|
|
63376
|
+
},
|
|
63377
|
+
"group": [
|
|
63378
|
+
"toolbar"
|
|
63379
|
+
],
|
|
63380
|
+
"access": "public",
|
|
63381
|
+
"file": {
|
|
63382
|
+
"path": "toolbar/_variables.scss",
|
|
63383
|
+
"name": "_variables.scss"
|
|
63384
|
+
}
|
|
63385
|
+
},
|
|
63386
|
+
{
|
|
63387
|
+
"description": "The sizes map for the Toolbar.\n",
|
|
63388
|
+
"commentRange": {
|
|
63389
|
+
"start": 119,
|
|
63390
|
+
"end": 120
|
|
63391
|
+
},
|
|
63392
|
+
"context": {
|
|
63393
|
+
"type": "variable",
|
|
63394
|
+
"name": "kendo-toolbar-sizes",
|
|
63395
|
+
"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)",
|
|
63396
|
+
"scope": "default",
|
|
63397
|
+
"line": {
|
|
63398
|
+
"start": 121,
|
|
63399
|
+
"end": 137
|
|
63400
|
+
}
|
|
63401
|
+
},
|
|
63402
|
+
"group": [
|
|
63403
|
+
"toolbar"
|
|
63404
|
+
],
|
|
63405
|
+
"access": "public",
|
|
63406
|
+
"file": {
|
|
63407
|
+
"path": "toolbar/_variables.scss",
|
|
63408
|
+
"name": "_variables.scss"
|
|
63409
|
+
}
|
|
63410
|
+
},
|
|
62936
63411
|
{
|
|
62937
63412
|
"description": "The vertical padding of the Tooltip.\n",
|
|
62938
63413
|
"commentRange": {
|