@progress/kendo-theme-bootstrap 12.2.0 → 12.2.1-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +1 -1
- package/dist/bootstrap-3-dark.css +1 -1
- package/dist/bootstrap-3.css +1 -1
- package/dist/bootstrap-4-dark.css +1 -1
- package/dist/bootstrap-4.css +1 -1
- package/dist/bootstrap-dataviz-v4.css +1 -1
- package/dist/bootstrap-main-dark.css +1 -1
- package/dist/bootstrap-main.css +1 -1
- package/dist/bootstrap-nordic.css +1 -1
- package/dist/bootstrap-turquoise-dark.css +1 -1
- package/dist/bootstrap-turquoise.css +1 -1
- package/dist/bootstrap-urban.css +1 -1
- package/dist/bootstrap-vintage.css +1 -1
- package/dist/meta/sassdoc-data.json +1728 -1728
- package/dist/meta/sassdoc-raw-data.json +866 -891
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +4 -4
- package/scss/appbar/_variables.scss +2 -2
- package/scss/bubble/_variables.scss +1 -1
- package/scss/button/_variables.scss +1 -2
- package/scss/calendar/_variables.scss +1 -1
- package/scss/chart-wizard/_variables.scss +1 -1
- package/scss/chat/_variables.scss +1 -1
- package/scss/checkbox/_variables.scss +1 -1
- package/scss/chip/_variables.scss +1 -1
- package/scss/color-preview/_variables.scss +1 -1
- package/scss/core/_index.scss +4 -4
- package/scss/core/border-radii/{index.import.scss → index.scss} +1 -1
- package/scss/core/color-system/index.scss +1 -0
- package/scss/core/functions/index.scss +1 -0
- package/scss/core/mixins/index.scss +1 -0
- package/scss/core/motion/index.scss +1 -0
- package/scss/core/styles/index.scss +1 -0
- package/scss/core/z-index/index.scss +1 -0
- package/scss/dataviz/_variables.scss +1 -1
- package/scss/drawer/_variables.scss +1 -1
- package/scss/dropzone/_variables.scss +2 -2
- package/scss/editor/_variables.scss +1 -1
- package/scss/fab/_theme.scss +1 -1
- package/scss/fab/_variables.scss +1 -1
- package/scss/filemanager/_variables.scss +1 -1
- package/scss/forms/_layout.scss +0 -1
- package/scss/gantt/_variables.scss +1 -1
- package/scss/grid/_variables.scss +1 -1
- package/scss/input/_layout.scss +1 -1
- package/scss/input/_variables.scss +1 -2
- package/scss/notification/_functions.scss +1 -1
- package/scss/panelbar/_variables.scss +1 -1
- package/scss/pivotgrid/_variables.scss +1 -1
- package/scss/progressbar/_variables.scss +1 -1
- package/scss/radio/_variables.scss +1 -1
- package/scss/scheduler/_variables.scss +1 -1
- package/scss/slider/_variables.scss +1 -1
- package/scss/splitter/_variables.scss +1 -1
- package/scss/stepper/_variables.scss +1 -1
- package/scss/suggestion/_variables.scss +1 -1
- package/scss/switch/_variables.scss +1 -1
- package/scss/table/_variables.scss +1 -1
- package/scss/taskboard/_variables.scss +1 -1
- package/scss/timeline/_variables.scss +1 -1
- package/scss/tooltip/_functions.scss +1 -1
- package/scss/tooltip/_variables.scss +1 -1
- package/scss/treeview/_layout.scss +1 -1
- package/scss/treeview/_variables.scss +1 -1
- package/scss/upload/_variables.scss +1 -1
- package/scss/utils/_index.scss +1 -1
- package/scss/core/color-system/index.import.scss +0 -1
- package/scss/core/functions/index.import.scss +0 -1
- package/scss/core/mixins/index.import.scss +0 -1
- package/scss/core/motion/index.import.scss +0 -1
- package/scss/core/styles/index.import.scss +0 -1
- package/scss/core/z-index/index.import.scss +0 -1
- /package/scss/core/elevation/{index.import.scss → index.scss} +0 -0
- /package/scss/core/spacing/{index.import.scss → index.scss} +0 -0
- /package/scss/core/typography/{index.import.scss → index.scss} +0 -0
|
@@ -6127,8 +6127,8 @@
|
|
|
6127
6127
|
{
|
|
6128
6128
|
"description": "The width of the border around the Button.\n",
|
|
6129
6129
|
"commentRange": {
|
|
6130
|
-
"start":
|
|
6131
|
-
"end":
|
|
6130
|
+
"start": 8,
|
|
6131
|
+
"end": 9
|
|
6132
6132
|
},
|
|
6133
6133
|
"context": {
|
|
6134
6134
|
"type": "variable",
|
|
@@ -6136,8 +6136,8 @@
|
|
|
6136
6136
|
"value": "1px",
|
|
6137
6137
|
"scope": "default",
|
|
6138
6138
|
"line": {
|
|
6139
|
-
"start":
|
|
6140
|
-
"end":
|
|
6139
|
+
"start": 10,
|
|
6140
|
+
"end": 10
|
|
6141
6141
|
}
|
|
6142
6142
|
},
|
|
6143
6143
|
"group": [
|
|
@@ -6152,8 +6152,8 @@
|
|
|
6152
6152
|
{
|
|
6153
6153
|
"description": "The border radius of the Button.\n",
|
|
6154
6154
|
"commentRange": {
|
|
6155
|
-
"start":
|
|
6156
|
-
"end":
|
|
6155
|
+
"start": 12,
|
|
6156
|
+
"end": 13
|
|
6157
6157
|
},
|
|
6158
6158
|
"context": {
|
|
6159
6159
|
"type": "variable",
|
|
@@ -6161,8 +6161,8 @@
|
|
|
6161
6161
|
"value": "null",
|
|
6162
6162
|
"scope": "default",
|
|
6163
6163
|
"line": {
|
|
6164
|
-
"start":
|
|
6165
|
-
"end":
|
|
6164
|
+
"start": 14,
|
|
6165
|
+
"end": 14
|
|
6166
6166
|
}
|
|
6167
6167
|
},
|
|
6168
6168
|
"group": [
|
|
@@ -6177,8 +6177,8 @@
|
|
|
6177
6177
|
{
|
|
6178
6178
|
"description": "The horizontal padding of the small Button.\n",
|
|
6179
6179
|
"commentRange": {
|
|
6180
|
-
"start":
|
|
6181
|
-
"end":
|
|
6180
|
+
"start": 16,
|
|
6181
|
+
"end": 17
|
|
6182
6182
|
},
|
|
6183
6183
|
"context": {
|
|
6184
6184
|
"type": "variable",
|
|
@@ -6186,8 +6186,8 @@
|
|
|
6186
6186
|
"value": "k-spacing(2)",
|
|
6187
6187
|
"scope": "default",
|
|
6188
6188
|
"line": {
|
|
6189
|
-
"start":
|
|
6190
|
-
"end":
|
|
6189
|
+
"start": 18,
|
|
6190
|
+
"end": 18
|
|
6191
6191
|
}
|
|
6192
6192
|
},
|
|
6193
6193
|
"group": [
|
|
@@ -6202,8 +6202,8 @@
|
|
|
6202
6202
|
{
|
|
6203
6203
|
"description": "The horizontal padding of the medium Button.\n",
|
|
6204
6204
|
"commentRange": {
|
|
6205
|
-
"start":
|
|
6206
|
-
"end":
|
|
6205
|
+
"start": 19,
|
|
6206
|
+
"end": 20
|
|
6207
6207
|
},
|
|
6208
6208
|
"context": {
|
|
6209
6209
|
"type": "variable",
|
|
@@ -6211,8 +6211,8 @@
|
|
|
6211
6211
|
"value": "k-spacing(3)",
|
|
6212
6212
|
"scope": "default",
|
|
6213
6213
|
"line": {
|
|
6214
|
-
"start":
|
|
6215
|
-
"end":
|
|
6214
|
+
"start": 21,
|
|
6215
|
+
"end": 21
|
|
6216
6216
|
}
|
|
6217
6217
|
},
|
|
6218
6218
|
"group": [
|
|
@@ -6227,8 +6227,8 @@
|
|
|
6227
6227
|
{
|
|
6228
6228
|
"description": "The horizontal padding of the large Button.\n",
|
|
6229
6229
|
"commentRange": {
|
|
6230
|
-
"start":
|
|
6231
|
-
"end":
|
|
6230
|
+
"start": 22,
|
|
6231
|
+
"end": 23
|
|
6232
6232
|
},
|
|
6233
6233
|
"context": {
|
|
6234
6234
|
"type": "variable",
|
|
@@ -6236,8 +6236,8 @@
|
|
|
6236
6236
|
"value": "k-spacing(4)",
|
|
6237
6237
|
"scope": "default",
|
|
6238
6238
|
"line": {
|
|
6239
|
-
"start":
|
|
6240
|
-
"end":
|
|
6239
|
+
"start": 24,
|
|
6240
|
+
"end": 24
|
|
6241
6241
|
}
|
|
6242
6242
|
},
|
|
6243
6243
|
"group": [
|
|
@@ -6252,8 +6252,8 @@
|
|
|
6252
6252
|
{
|
|
6253
6253
|
"description": "The vertical padding of the small Button.\n",
|
|
6254
6254
|
"commentRange": {
|
|
6255
|
-
"start":
|
|
6256
|
-
"end":
|
|
6255
|
+
"start": 26,
|
|
6256
|
+
"end": 27
|
|
6257
6257
|
},
|
|
6258
6258
|
"context": {
|
|
6259
6259
|
"type": "variable",
|
|
@@ -6261,8 +6261,8 @@
|
|
|
6261
6261
|
"value": "k-spacing(1)",
|
|
6262
6262
|
"scope": "default",
|
|
6263
6263
|
"line": {
|
|
6264
|
-
"start":
|
|
6265
|
-
"end":
|
|
6264
|
+
"start": 28,
|
|
6265
|
+
"end": 28
|
|
6266
6266
|
}
|
|
6267
6267
|
},
|
|
6268
6268
|
"group": [
|
|
@@ -6277,8 +6277,8 @@
|
|
|
6277
6277
|
{
|
|
6278
6278
|
"description": "The vertical padding of the medium Button.\n",
|
|
6279
6279
|
"commentRange": {
|
|
6280
|
-
"start":
|
|
6281
|
-
"end":
|
|
6280
|
+
"start": 29,
|
|
6281
|
+
"end": 30
|
|
6282
6282
|
},
|
|
6283
6283
|
"context": {
|
|
6284
6284
|
"type": "variable",
|
|
@@ -6286,8 +6286,8 @@
|
|
|
6286
6286
|
"value": "k-spacing(1.5)",
|
|
6287
6287
|
"scope": "default",
|
|
6288
6288
|
"line": {
|
|
6289
|
-
"start":
|
|
6290
|
-
"end":
|
|
6289
|
+
"start": 31,
|
|
6290
|
+
"end": 31
|
|
6291
6291
|
}
|
|
6292
6292
|
},
|
|
6293
6293
|
"group": [
|
|
@@ -6302,8 +6302,8 @@
|
|
|
6302
6302
|
{
|
|
6303
6303
|
"description": "The vertical padding of the large Button.\n",
|
|
6304
6304
|
"commentRange": {
|
|
6305
|
-
"start":
|
|
6306
|
-
"end":
|
|
6305
|
+
"start": 32,
|
|
6306
|
+
"end": 33
|
|
6307
6307
|
},
|
|
6308
6308
|
"context": {
|
|
6309
6309
|
"type": "variable",
|
|
@@ -6311,8 +6311,8 @@
|
|
|
6311
6311
|
"value": "k-spacing(2)",
|
|
6312
6312
|
"scope": "default",
|
|
6313
6313
|
"line": {
|
|
6314
|
-
"start":
|
|
6315
|
-
"end":
|
|
6314
|
+
"start": 34,
|
|
6315
|
+
"end": 34
|
|
6316
6316
|
}
|
|
6317
6317
|
},
|
|
6318
6318
|
"group": [
|
|
@@ -6327,8 +6327,8 @@
|
|
|
6327
6327
|
{
|
|
6328
6328
|
"description": "The font family of the Button.\n",
|
|
6329
6329
|
"commentRange": {
|
|
6330
|
-
"start":
|
|
6331
|
-
"end":
|
|
6330
|
+
"start": 36,
|
|
6331
|
+
"end": 37
|
|
6332
6332
|
},
|
|
6333
6333
|
"context": {
|
|
6334
6334
|
"type": "variable",
|
|
@@ -6336,8 +6336,8 @@
|
|
|
6336
6336
|
"value": "var( --kendo-font-family, inherit )",
|
|
6337
6337
|
"scope": "default",
|
|
6338
6338
|
"line": {
|
|
6339
|
-
"start":
|
|
6340
|
-
"end":
|
|
6339
|
+
"start": 38,
|
|
6340
|
+
"end": 38
|
|
6341
6341
|
}
|
|
6342
6342
|
},
|
|
6343
6343
|
"group": [
|
|
@@ -6352,8 +6352,8 @@
|
|
|
6352
6352
|
{
|
|
6353
6353
|
"description": "The font weight of the Button.\n",
|
|
6354
6354
|
"commentRange": {
|
|
6355
|
-
"start":
|
|
6356
|
-
"end":
|
|
6355
|
+
"start": 39,
|
|
6356
|
+
"end": 40
|
|
6357
6357
|
},
|
|
6358
6358
|
"context": {
|
|
6359
6359
|
"type": "variable",
|
|
@@ -6361,8 +6361,8 @@
|
|
|
6361
6361
|
"value": "var( --kendo-font-weight-normal, normal )",
|
|
6362
6362
|
"scope": "default",
|
|
6363
6363
|
"line": {
|
|
6364
|
-
"start":
|
|
6365
|
-
"end":
|
|
6364
|
+
"start": 41,
|
|
6365
|
+
"end": 41
|
|
6366
6366
|
}
|
|
6367
6367
|
},
|
|
6368
6368
|
"group": [
|
|
@@ -6377,8 +6377,8 @@
|
|
|
6377
6377
|
{
|
|
6378
6378
|
"description": "The font size of the Button.\n",
|
|
6379
6379
|
"commentRange": {
|
|
6380
|
-
"start":
|
|
6381
|
-
"end":
|
|
6380
|
+
"start": 43,
|
|
6381
|
+
"end": 44
|
|
6382
6382
|
},
|
|
6383
6383
|
"context": {
|
|
6384
6384
|
"type": "variable",
|
|
@@ -6386,8 +6386,8 @@
|
|
|
6386
6386
|
"value": "$kendo-font-size",
|
|
6387
6387
|
"scope": "default",
|
|
6388
6388
|
"line": {
|
|
6389
|
-
"start":
|
|
6390
|
-
"end":
|
|
6389
|
+
"start": 45,
|
|
6390
|
+
"end": 45
|
|
6391
6391
|
}
|
|
6392
6392
|
},
|
|
6393
6393
|
"group": [
|
|
@@ -6402,8 +6402,8 @@
|
|
|
6402
6402
|
{
|
|
6403
6403
|
"description": "The font size of the small Button.\n",
|
|
6404
6404
|
"commentRange": {
|
|
6405
|
-
"start":
|
|
6406
|
-
"end":
|
|
6405
|
+
"start": 46,
|
|
6406
|
+
"end": 47
|
|
6407
6407
|
},
|
|
6408
6408
|
"context": {
|
|
6409
6409
|
"type": "variable",
|
|
@@ -6411,8 +6411,8 @@
|
|
|
6411
6411
|
"value": "var( --kendo-font-size-sm, inherit )",
|
|
6412
6412
|
"scope": "default",
|
|
6413
6413
|
"line": {
|
|
6414
|
-
"start":
|
|
6415
|
-
"end":
|
|
6414
|
+
"start": 48,
|
|
6415
|
+
"end": 48
|
|
6416
6416
|
}
|
|
6417
6417
|
},
|
|
6418
6418
|
"group": [
|
|
@@ -6427,8 +6427,8 @@
|
|
|
6427
6427
|
{
|
|
6428
6428
|
"description": "The font size of the medium Button.\n",
|
|
6429
6429
|
"commentRange": {
|
|
6430
|
-
"start":
|
|
6431
|
-
"end":
|
|
6430
|
+
"start": 49,
|
|
6431
|
+
"end": 50
|
|
6432
6432
|
},
|
|
6433
6433
|
"context": {
|
|
6434
6434
|
"type": "variable",
|
|
@@ -6436,8 +6436,8 @@
|
|
|
6436
6436
|
"value": "var( --kendo-font-size, inherit )",
|
|
6437
6437
|
"scope": "default",
|
|
6438
6438
|
"line": {
|
|
6439
|
-
"start":
|
|
6440
|
-
"end":
|
|
6439
|
+
"start": 51,
|
|
6440
|
+
"end": 51
|
|
6441
6441
|
}
|
|
6442
6442
|
},
|
|
6443
6443
|
"group": [
|
|
@@ -6452,8 +6452,8 @@
|
|
|
6452
6452
|
{
|
|
6453
6453
|
"description": "The font size of the large Button.\n",
|
|
6454
6454
|
"commentRange": {
|
|
6455
|
-
"start":
|
|
6456
|
-
"end":
|
|
6455
|
+
"start": 52,
|
|
6456
|
+
"end": 53
|
|
6457
6457
|
},
|
|
6458
6458
|
"context": {
|
|
6459
6459
|
"type": "variable",
|
|
@@ -6461,8 +6461,8 @@
|
|
|
6461
6461
|
"value": "var( --kendo-font-size-lg, inherit )",
|
|
6462
6462
|
"scope": "default",
|
|
6463
6463
|
"line": {
|
|
6464
|
-
"start":
|
|
6465
|
-
"end":
|
|
6464
|
+
"start": 54,
|
|
6465
|
+
"end": 54
|
|
6466
6466
|
}
|
|
6467
6467
|
},
|
|
6468
6468
|
"group": [
|
|
@@ -6477,8 +6477,8 @@
|
|
|
6477
6477
|
{
|
|
6478
6478
|
"description": "The line height used along with the $kendo-font-size variable.\n",
|
|
6479
6479
|
"commentRange": {
|
|
6480
|
-
"start":
|
|
6481
|
-
"end":
|
|
6480
|
+
"start": 56,
|
|
6481
|
+
"end": 57
|
|
6482
6482
|
},
|
|
6483
6483
|
"context": {
|
|
6484
6484
|
"type": "variable",
|
|
@@ -6486,8 +6486,8 @@
|
|
|
6486
6486
|
"value": "$kendo-line-height",
|
|
6487
6487
|
"scope": "default",
|
|
6488
6488
|
"line": {
|
|
6489
|
-
"start":
|
|
6490
|
-
"end":
|
|
6489
|
+
"start": 58,
|
|
6490
|
+
"end": 58
|
|
6491
6491
|
}
|
|
6492
6492
|
},
|
|
6493
6493
|
"group": [
|
|
@@ -6502,8 +6502,8 @@
|
|
|
6502
6502
|
{
|
|
6503
6503
|
"description": "The line height used along with the $kendo-font-size variable of the small Button.\n",
|
|
6504
6504
|
"commentRange": {
|
|
6505
|
-
"start":
|
|
6506
|
-
"end":
|
|
6505
|
+
"start": 59,
|
|
6506
|
+
"end": 60
|
|
6507
6507
|
},
|
|
6508
6508
|
"context": {
|
|
6509
6509
|
"type": "variable",
|
|
@@ -6511,8 +6511,8 @@
|
|
|
6511
6511
|
"value": "math.div( 20, 14 )",
|
|
6512
6512
|
"scope": "default",
|
|
6513
6513
|
"line": {
|
|
6514
|
-
"start":
|
|
6515
|
-
"end":
|
|
6514
|
+
"start": 61,
|
|
6515
|
+
"end": 61
|
|
6516
6516
|
}
|
|
6517
6517
|
},
|
|
6518
6518
|
"group": [
|
|
@@ -6527,8 +6527,8 @@
|
|
|
6527
6527
|
{
|
|
6528
6528
|
"description": "The line height used along with the $kendo-font-size variable of the medium Button.\n",
|
|
6529
6529
|
"commentRange": {
|
|
6530
|
-
"start":
|
|
6531
|
-
"end":
|
|
6530
|
+
"start": 62,
|
|
6531
|
+
"end": 63
|
|
6532
6532
|
},
|
|
6533
6533
|
"context": {
|
|
6534
6534
|
"type": "variable",
|
|
@@ -6536,8 +6536,8 @@
|
|
|
6536
6536
|
"value": "var( --kendo-line-height, normal )",
|
|
6537
6537
|
"scope": "default",
|
|
6538
6538
|
"line": {
|
|
6539
|
-
"start":
|
|
6540
|
-
"end":
|
|
6539
|
+
"start": 64,
|
|
6540
|
+
"end": 64
|
|
6541
6541
|
}
|
|
6542
6542
|
},
|
|
6543
6543
|
"group": [
|
|
@@ -6552,8 +6552,8 @@
|
|
|
6552
6552
|
{
|
|
6553
6553
|
"description": "The line height used along with the $kendo-font-size variable of the large Button.\n",
|
|
6554
6554
|
"commentRange": {
|
|
6555
|
-
"start":
|
|
6556
|
-
"end":
|
|
6555
|
+
"start": 65,
|
|
6556
|
+
"end": 66
|
|
6557
6557
|
},
|
|
6558
6558
|
"context": {
|
|
6559
6559
|
"type": "variable",
|
|
@@ -6561,8 +6561,8 @@
|
|
|
6561
6561
|
"value": "var( --kendo-line-height, normal )",
|
|
6562
6562
|
"scope": "default",
|
|
6563
6563
|
"line": {
|
|
6564
|
-
"start":
|
|
6565
|
-
"end":
|
|
6564
|
+
"start": 67,
|
|
6565
|
+
"end": 67
|
|
6566
6566
|
}
|
|
6567
6567
|
},
|
|
6568
6568
|
"group": [
|
|
@@ -6577,8 +6577,8 @@
|
|
|
6577
6577
|
{
|
|
6578
6578
|
"description": "The sizes map for the Button.\n",
|
|
6579
6579
|
"commentRange": {
|
|
6580
|
-
"start":
|
|
6581
|
-
"end":
|
|
6580
|
+
"start": 78,
|
|
6581
|
+
"end": 79
|
|
6582
6582
|
},
|
|
6583
6583
|
"context": {
|
|
6584
6584
|
"type": "variable",
|
|
@@ -6586,8 +6586,8 @@
|
|
|
6586
6586
|
"value": "(\n sm: (\n padding-x: $kendo-button-sm-padding-x,\n padding-y: $kendo-button-sm-padding-y,\n font-size: $kendo-button-sm-font-size,\n line-height: $kendo-button-sm-line-height\n ),\n md: (\n padding-x: $kendo-button-md-padding-x,\n padding-y: $kendo-button-md-padding-y,\n font-size: $kendo-button-md-font-size,\n line-height: $kendo-button-md-line-height\n ),\n lg: (\n padding-x: $kendo-button-lg-padding-x,\n padding-y: $kendo-button-lg-padding-y,\n font-size: $kendo-button-lg-font-size,\n line-height: $kendo-button-lg-line-height\n )\n)",
|
|
6587
6587
|
"scope": "default",
|
|
6588
6588
|
"line": {
|
|
6589
|
-
"start":
|
|
6590
|
-
"end":
|
|
6589
|
+
"start": 80,
|
|
6590
|
+
"end": 99
|
|
6591
6591
|
}
|
|
6592
6592
|
},
|
|
6593
6593
|
"group": [
|
|
@@ -6602,8 +6602,8 @@
|
|
|
6602
6602
|
{
|
|
6603
6603
|
"description": "The theme colors map for the Button.\n",
|
|
6604
6604
|
"commentRange": {
|
|
6605
|
-
"start":
|
|
6606
|
-
"end":
|
|
6605
|
+
"start": 101,
|
|
6606
|
+
"end": 102
|
|
6607
6607
|
},
|
|
6608
6608
|
"context": {
|
|
6609
6609
|
"type": "variable",
|
|
@@ -6611,8 +6611,8 @@
|
|
|
6611
6611
|
"value": "(\n \"base\": k-color(base),\n \"primary\": k-color(primary),\n \"secondary\": k-color(secondary),\n \"tertiary\": k-color(tertiary),\n \"info\": k-color(info),\n \"success\": k-color(success),\n \"warning\": k-color(warning),\n \"error\": k-color(error),\n \"dark\": k-color(dark),\n \"light\": k-color(light),\n \"inverse\": if($kendo-is-dark-theme, k-color(light), k-color(dark))\n)",
|
|
6612
6612
|
"scope": "default",
|
|
6613
6613
|
"line": {
|
|
6614
|
-
"start":
|
|
6615
|
-
"end":
|
|
6614
|
+
"start": 103,
|
|
6615
|
+
"end": 115
|
|
6616
6616
|
}
|
|
6617
6617
|
},
|
|
6618
6618
|
"group": [
|
|
@@ -6627,8 +6627,8 @@
|
|
|
6627
6627
|
{
|
|
6628
6628
|
"description": "The base background of the Button.\n",
|
|
6629
6629
|
"commentRange": {
|
|
6630
|
-
"start":
|
|
6631
|
-
"end":
|
|
6630
|
+
"start": 117,
|
|
6631
|
+
"end": 118
|
|
6632
6632
|
},
|
|
6633
6633
|
"context": {
|
|
6634
6634
|
"type": "variable",
|
|
@@ -6636,8 +6636,8 @@
|
|
|
6636
6636
|
"value": "k-color(base)",
|
|
6637
6637
|
"scope": "default",
|
|
6638
6638
|
"line": {
|
|
6639
|
-
"start":
|
|
6640
|
-
"end":
|
|
6639
|
+
"start": 119,
|
|
6640
|
+
"end": 119
|
|
6641
6641
|
}
|
|
6642
6642
|
},
|
|
6643
6643
|
"group": [
|
|
@@ -6652,8 +6652,8 @@
|
|
|
6652
6652
|
{
|
|
6653
6653
|
"description": "The base text color of the Button.\n",
|
|
6654
6654
|
"commentRange": {
|
|
6655
|
-
"start":
|
|
6656
|
-
"end":
|
|
6655
|
+
"start": 120,
|
|
6656
|
+
"end": 121
|
|
6657
6657
|
},
|
|
6658
6658
|
"context": {
|
|
6659
6659
|
"type": "variable",
|
|
@@ -6661,8 +6661,8 @@
|
|
|
6661
6661
|
"value": "k-color(on-base)",
|
|
6662
6662
|
"scope": "default",
|
|
6663
6663
|
"line": {
|
|
6664
|
-
"start":
|
|
6665
|
-
"end":
|
|
6664
|
+
"start": 122,
|
|
6665
|
+
"end": 122
|
|
6666
6666
|
}
|
|
6667
6667
|
},
|
|
6668
6668
|
"group": [
|
|
@@ -6677,8 +6677,8 @@
|
|
|
6677
6677
|
{
|
|
6678
6678
|
"description": "The base border color of the Button.\n",
|
|
6679
6679
|
"commentRange": {
|
|
6680
|
-
"start":
|
|
6681
|
-
"end":
|
|
6680
|
+
"start": 123,
|
|
6681
|
+
"end": 124
|
|
6682
6682
|
},
|
|
6683
6683
|
"context": {
|
|
6684
6684
|
"type": "variable",
|
|
@@ -6686,8 +6686,8 @@
|
|
|
6686
6686
|
"value": "$kendo-button-bg",
|
|
6687
6687
|
"scope": "default",
|
|
6688
6688
|
"line": {
|
|
6689
|
-
"start":
|
|
6690
|
-
"end":
|
|
6689
|
+
"start": 125,
|
|
6690
|
+
"end": 125
|
|
6691
6691
|
}
|
|
6692
6692
|
},
|
|
6693
6693
|
"group": [
|
|
@@ -6702,8 +6702,8 @@
|
|
|
6702
6702
|
{
|
|
6703
6703
|
"description": "The base background gradient of the Button.\n",
|
|
6704
6704
|
"commentRange": {
|
|
6705
|
-
"start":
|
|
6706
|
-
"end":
|
|
6705
|
+
"start": 126,
|
|
6706
|
+
"end": 127
|
|
6707
6707
|
},
|
|
6708
6708
|
"context": {
|
|
6709
6709
|
"type": "variable",
|
|
@@ -6711,8 +6711,8 @@
|
|
|
6711
6711
|
"value": "none",
|
|
6712
6712
|
"scope": "default",
|
|
6713
6713
|
"line": {
|
|
6714
|
-
"start":
|
|
6715
|
-
"end":
|
|
6714
|
+
"start": 128,
|
|
6715
|
+
"end": 128
|
|
6716
6716
|
}
|
|
6717
6717
|
},
|
|
6718
6718
|
"group": [
|
|
@@ -6727,8 +6727,8 @@
|
|
|
6727
6727
|
{
|
|
6728
6728
|
"description": "The base shadow of the Button.\n",
|
|
6729
6729
|
"commentRange": {
|
|
6730
|
-
"start":
|
|
6731
|
-
"end":
|
|
6730
|
+
"start": 129,
|
|
6731
|
+
"end": 130
|
|
6732
6732
|
},
|
|
6733
6733
|
"context": {
|
|
6734
6734
|
"type": "variable",
|
|
@@ -6736,8 +6736,8 @@
|
|
|
6736
6736
|
"value": "null",
|
|
6737
6737
|
"scope": "default",
|
|
6738
6738
|
"line": {
|
|
6739
|
-
"start":
|
|
6740
|
-
"end":
|
|
6739
|
+
"start": 131,
|
|
6740
|
+
"end": 131
|
|
6741
6741
|
}
|
|
6742
6742
|
},
|
|
6743
6743
|
"group": [
|
|
@@ -6752,8 +6752,8 @@
|
|
|
6752
6752
|
{
|
|
6753
6753
|
"description": "The base background of the hovered Button.\n",
|
|
6754
6754
|
"commentRange": {
|
|
6755
|
-
"start":
|
|
6756
|
-
"end":
|
|
6755
|
+
"start": 133,
|
|
6756
|
+
"end": 134
|
|
6757
6757
|
},
|
|
6758
6758
|
"context": {
|
|
6759
6759
|
"type": "variable",
|
|
@@ -6761,8 +6761,8 @@
|
|
|
6761
6761
|
"value": "k-color(base-hover)",
|
|
6762
6762
|
"scope": "default",
|
|
6763
6763
|
"line": {
|
|
6764
|
-
"start":
|
|
6765
|
-
"end":
|
|
6764
|
+
"start": 135,
|
|
6765
|
+
"end": 135
|
|
6766
6766
|
}
|
|
6767
6767
|
},
|
|
6768
6768
|
"group": [
|
|
@@ -6777,8 +6777,8 @@
|
|
|
6777
6777
|
{
|
|
6778
6778
|
"description": "The base text color of the hovered Button.\n",
|
|
6779
6779
|
"commentRange": {
|
|
6780
|
-
"start":
|
|
6781
|
-
"end":
|
|
6780
|
+
"start": 136,
|
|
6781
|
+
"end": 137
|
|
6782
6782
|
},
|
|
6783
6783
|
"context": {
|
|
6784
6784
|
"type": "variable",
|
|
@@ -6786,8 +6786,8 @@
|
|
|
6786
6786
|
"value": "null",
|
|
6787
6787
|
"scope": "default",
|
|
6788
6788
|
"line": {
|
|
6789
|
-
"start":
|
|
6790
|
-
"end":
|
|
6789
|
+
"start": 138,
|
|
6790
|
+
"end": 138
|
|
6791
6791
|
}
|
|
6792
6792
|
},
|
|
6793
6793
|
"group": [
|
|
@@ -6802,8 +6802,8 @@
|
|
|
6802
6802
|
{
|
|
6803
6803
|
"description": "The base border color of the hovered Button.\n",
|
|
6804
6804
|
"commentRange": {
|
|
6805
|
-
"start":
|
|
6806
|
-
"end":
|
|
6805
|
+
"start": 139,
|
|
6806
|
+
"end": 140
|
|
6807
6807
|
},
|
|
6808
6808
|
"context": {
|
|
6809
6809
|
"type": "variable",
|
|
@@ -6811,8 +6811,8 @@
|
|
|
6811
6811
|
"value": "k-color(base-hover)",
|
|
6812
6812
|
"scope": "default",
|
|
6813
6813
|
"line": {
|
|
6814
|
-
"start":
|
|
6815
|
-
"end":
|
|
6814
|
+
"start": 141,
|
|
6815
|
+
"end": 141
|
|
6816
6816
|
}
|
|
6817
6817
|
},
|
|
6818
6818
|
"group": [
|
|
@@ -6827,8 +6827,8 @@
|
|
|
6827
6827
|
{
|
|
6828
6828
|
"description": "The base background gradient of the hovered Button.\n",
|
|
6829
6829
|
"commentRange": {
|
|
6830
|
-
"start":
|
|
6831
|
-
"end":
|
|
6830
|
+
"start": 142,
|
|
6831
|
+
"end": 143
|
|
6832
6832
|
},
|
|
6833
6833
|
"context": {
|
|
6834
6834
|
"type": "variable",
|
|
@@ -6836,8 +6836,8 @@
|
|
|
6836
6836
|
"value": "none",
|
|
6837
6837
|
"scope": "default",
|
|
6838
6838
|
"line": {
|
|
6839
|
-
"start":
|
|
6840
|
-
"end":
|
|
6839
|
+
"start": 144,
|
|
6840
|
+
"end": 144
|
|
6841
6841
|
}
|
|
6842
6842
|
},
|
|
6843
6843
|
"group": [
|
|
@@ -6852,8 +6852,8 @@
|
|
|
6852
6852
|
{
|
|
6853
6853
|
"description": "The base shadow of the hovered Button.\n",
|
|
6854
6854
|
"commentRange": {
|
|
6855
|
-
"start":
|
|
6856
|
-
"end":
|
|
6855
|
+
"start": 145,
|
|
6856
|
+
"end": 146
|
|
6857
6857
|
},
|
|
6858
6858
|
"context": {
|
|
6859
6859
|
"type": "variable",
|
|
@@ -6861,8 +6861,8 @@
|
|
|
6861
6861
|
"value": "null",
|
|
6862
6862
|
"scope": "default",
|
|
6863
6863
|
"line": {
|
|
6864
|
-
"start":
|
|
6865
|
-
"end":
|
|
6864
|
+
"start": 147,
|
|
6865
|
+
"end": 147
|
|
6866
6866
|
}
|
|
6867
6867
|
},
|
|
6868
6868
|
"group": [
|
|
@@ -6877,8 +6877,8 @@
|
|
|
6877
6877
|
{
|
|
6878
6878
|
"description": "The base background color of the active Button.\n",
|
|
6879
6879
|
"commentRange": {
|
|
6880
|
-
"start":
|
|
6881
|
-
"end":
|
|
6880
|
+
"start": 149,
|
|
6881
|
+
"end": 150
|
|
6882
6882
|
},
|
|
6883
6883
|
"context": {
|
|
6884
6884
|
"type": "variable",
|
|
@@ -6886,8 +6886,8 @@
|
|
|
6886
6886
|
"value": "k-color(base-active)",
|
|
6887
6887
|
"scope": "default",
|
|
6888
6888
|
"line": {
|
|
6889
|
-
"start":
|
|
6890
|
-
"end":
|
|
6889
|
+
"start": 151,
|
|
6890
|
+
"end": 151
|
|
6891
6891
|
}
|
|
6892
6892
|
},
|
|
6893
6893
|
"group": [
|
|
@@ -6902,8 +6902,8 @@
|
|
|
6902
6902
|
{
|
|
6903
6903
|
"description": "The base text color of the active Button.\n",
|
|
6904
6904
|
"commentRange": {
|
|
6905
|
-
"start":
|
|
6906
|
-
"end":
|
|
6905
|
+
"start": 152,
|
|
6906
|
+
"end": 153
|
|
6907
6907
|
},
|
|
6908
6908
|
"context": {
|
|
6909
6909
|
"type": "variable",
|
|
@@ -6911,8 +6911,8 @@
|
|
|
6911
6911
|
"value": "null",
|
|
6912
6912
|
"scope": "default",
|
|
6913
6913
|
"line": {
|
|
6914
|
-
"start":
|
|
6915
|
-
"end":
|
|
6914
|
+
"start": 154,
|
|
6915
|
+
"end": 154
|
|
6916
6916
|
}
|
|
6917
6917
|
},
|
|
6918
6918
|
"group": [
|
|
@@ -6927,8 +6927,8 @@
|
|
|
6927
6927
|
{
|
|
6928
6928
|
"description": "The base border color of the active Button.\n",
|
|
6929
6929
|
"commentRange": {
|
|
6930
|
-
"start":
|
|
6931
|
-
"end":
|
|
6930
|
+
"start": 155,
|
|
6931
|
+
"end": 156
|
|
6932
6932
|
},
|
|
6933
6933
|
"context": {
|
|
6934
6934
|
"type": "variable",
|
|
@@ -6936,8 +6936,8 @@
|
|
|
6936
6936
|
"value": "k-color(base-active)",
|
|
6937
6937
|
"scope": "default",
|
|
6938
6938
|
"line": {
|
|
6939
|
-
"start":
|
|
6940
|
-
"end":
|
|
6939
|
+
"start": 157,
|
|
6940
|
+
"end": 157
|
|
6941
6941
|
}
|
|
6942
6942
|
},
|
|
6943
6943
|
"group": [
|
|
@@ -6952,8 +6952,8 @@
|
|
|
6952
6952
|
{
|
|
6953
6953
|
"description": "The base background gradient of the active Button.\n",
|
|
6954
6954
|
"commentRange": {
|
|
6955
|
-
"start":
|
|
6956
|
-
"end":
|
|
6955
|
+
"start": 158,
|
|
6956
|
+
"end": 159
|
|
6957
6957
|
},
|
|
6958
6958
|
"context": {
|
|
6959
6959
|
"type": "variable",
|
|
@@ -6961,8 +6961,8 @@
|
|
|
6961
6961
|
"value": "null",
|
|
6962
6962
|
"scope": "default",
|
|
6963
6963
|
"line": {
|
|
6964
|
-
"start":
|
|
6965
|
-
"end":
|
|
6964
|
+
"start": 160,
|
|
6965
|
+
"end": 160
|
|
6966
6966
|
}
|
|
6967
6967
|
},
|
|
6968
6968
|
"group": [
|
|
@@ -6977,8 +6977,8 @@
|
|
|
6977
6977
|
{
|
|
6978
6978
|
"description": "The base shadow of the active Button.\n",
|
|
6979
6979
|
"commentRange": {
|
|
6980
|
-
"start":
|
|
6981
|
-
"end":
|
|
6980
|
+
"start": 161,
|
|
6981
|
+
"end": 162
|
|
6982
6982
|
},
|
|
6983
6983
|
"context": {
|
|
6984
6984
|
"type": "variable",
|
|
@@ -6986,8 +6986,8 @@
|
|
|
6986
6986
|
"value": "null",
|
|
6987
6987
|
"scope": "default",
|
|
6988
6988
|
"line": {
|
|
6989
|
-
"start":
|
|
6990
|
-
"end":
|
|
6989
|
+
"start": 163,
|
|
6990
|
+
"end": 163
|
|
6991
6991
|
}
|
|
6992
6992
|
},
|
|
6993
6993
|
"group": [
|
|
@@ -7002,8 +7002,8 @@
|
|
|
7002
7002
|
{
|
|
7003
7003
|
"description": "The base background color of the selected Button.\n",
|
|
7004
7004
|
"commentRange": {
|
|
7005
|
-
"start":
|
|
7006
|
-
"end":
|
|
7005
|
+
"start": 165,
|
|
7006
|
+
"end": 166
|
|
7007
7007
|
},
|
|
7008
7008
|
"context": {
|
|
7009
7009
|
"type": "variable",
|
|
@@ -7011,8 +7011,8 @@
|
|
|
7011
7011
|
"value": "k-color(primary-active)",
|
|
7012
7012
|
"scope": "default",
|
|
7013
7013
|
"line": {
|
|
7014
|
-
"start":
|
|
7015
|
-
"end":
|
|
7014
|
+
"start": 167,
|
|
7015
|
+
"end": 167
|
|
7016
7016
|
}
|
|
7017
7017
|
},
|
|
7018
7018
|
"group": [
|
|
@@ -7027,8 +7027,8 @@
|
|
|
7027
7027
|
{
|
|
7028
7028
|
"description": "The text color of the selected Button.\n",
|
|
7029
7029
|
"commentRange": {
|
|
7030
|
-
"start":
|
|
7031
|
-
"end":
|
|
7030
|
+
"start": 168,
|
|
7031
|
+
"end": 169
|
|
7032
7032
|
},
|
|
7033
7033
|
"context": {
|
|
7034
7034
|
"type": "variable",
|
|
@@ -7036,8 +7036,8 @@
|
|
|
7036
7036
|
"value": "k-color(on-primary)",
|
|
7037
7037
|
"scope": "default",
|
|
7038
7038
|
"line": {
|
|
7039
|
-
"start":
|
|
7040
|
-
"end":
|
|
7039
|
+
"start": 170,
|
|
7040
|
+
"end": 170
|
|
7041
7041
|
}
|
|
7042
7042
|
},
|
|
7043
7043
|
"group": [
|
|
@@ -7052,8 +7052,8 @@
|
|
|
7052
7052
|
{
|
|
7053
7053
|
"description": "The border color of the selected Button.\n",
|
|
7054
7054
|
"commentRange": {
|
|
7055
|
-
"start":
|
|
7056
|
-
"end":
|
|
7055
|
+
"start": 171,
|
|
7056
|
+
"end": 172
|
|
7057
7057
|
},
|
|
7058
7058
|
"context": {
|
|
7059
7059
|
"type": "variable",
|
|
@@ -7061,8 +7061,8 @@
|
|
|
7061
7061
|
"value": "k-color(primary-active)",
|
|
7062
7062
|
"scope": "default",
|
|
7063
7063
|
"line": {
|
|
7064
|
-
"start":
|
|
7065
|
-
"end":
|
|
7064
|
+
"start": 173,
|
|
7065
|
+
"end": 173
|
|
7066
7066
|
}
|
|
7067
7067
|
},
|
|
7068
7068
|
"group": [
|
|
@@ -7077,8 +7077,8 @@
|
|
|
7077
7077
|
{
|
|
7078
7078
|
"description": "The background gradient of the selected Button.\n",
|
|
7079
7079
|
"commentRange": {
|
|
7080
|
-
"start":
|
|
7081
|
-
"end":
|
|
7080
|
+
"start": 174,
|
|
7081
|
+
"end": 175
|
|
7082
7082
|
},
|
|
7083
7083
|
"context": {
|
|
7084
7084
|
"type": "variable",
|
|
@@ -7086,8 +7086,8 @@
|
|
|
7086
7086
|
"value": "$kendo-button-active-gradient",
|
|
7087
7087
|
"scope": "default",
|
|
7088
7088
|
"line": {
|
|
7089
|
-
"start":
|
|
7090
|
-
"end":
|
|
7089
|
+
"start": 176,
|
|
7090
|
+
"end": 176
|
|
7091
7091
|
}
|
|
7092
7092
|
},
|
|
7093
7093
|
"group": [
|
|
@@ -7102,8 +7102,8 @@
|
|
|
7102
7102
|
{
|
|
7103
7103
|
"description": "The base shadow of the selected Button.\n",
|
|
7104
7104
|
"commentRange": {
|
|
7105
|
-
"start":
|
|
7106
|
-
"end":
|
|
7105
|
+
"start": 177,
|
|
7106
|
+
"end": 178
|
|
7107
7107
|
},
|
|
7108
7108
|
"context": {
|
|
7109
7109
|
"type": "variable",
|
|
@@ -7111,8 +7111,8 @@
|
|
|
7111
7111
|
"value": "$kendo-button-active-shadow",
|
|
7112
7112
|
"scope": "default",
|
|
7113
7113
|
"line": {
|
|
7114
|
-
"start":
|
|
7115
|
-
"end":
|
|
7114
|
+
"start": 179,
|
|
7115
|
+
"end": 179
|
|
7116
7116
|
}
|
|
7117
7117
|
},
|
|
7118
7118
|
"group": [
|
|
@@ -7127,8 +7127,8 @@
|
|
|
7127
7127
|
{
|
|
7128
7128
|
"description": "The base shadow of the focused Button.\n",
|
|
7129
7129
|
"commentRange": {
|
|
7130
|
-
"start":
|
|
7131
|
-
"end":
|
|
7130
|
+
"start": 181,
|
|
7131
|
+
"end": 182
|
|
7132
7132
|
},
|
|
7133
7133
|
"context": {
|
|
7134
7134
|
"type": "variable",
|
|
@@ -7136,8 +7136,8 @@
|
|
|
7136
7136
|
"value": "0 0 0 .25rem color-mix(in srgb, k-color(border) 50%, transparent)",
|
|
7137
7137
|
"scope": "default",
|
|
7138
7138
|
"line": {
|
|
7139
|
-
"start":
|
|
7140
|
-
"end":
|
|
7139
|
+
"start": 183,
|
|
7140
|
+
"end": 183
|
|
7141
7141
|
}
|
|
7142
7142
|
},
|
|
7143
7143
|
"group": [
|
|
@@ -7152,8 +7152,8 @@
|
|
|
7152
7152
|
{
|
|
7153
7153
|
"description": "The base background of the disabled Button.\n",
|
|
7154
7154
|
"commentRange": {
|
|
7155
|
-
"start":
|
|
7156
|
-
"end":
|
|
7155
|
+
"start": 185,
|
|
7156
|
+
"end": 186
|
|
7157
7157
|
},
|
|
7158
7158
|
"context": {
|
|
7159
7159
|
"type": "variable",
|
|
@@ -7161,8 +7161,8 @@
|
|
|
7161
7161
|
"value": "null",
|
|
7162
7162
|
"scope": "default",
|
|
7163
7163
|
"line": {
|
|
7164
|
-
"start":
|
|
7165
|
-
"end":
|
|
7164
|
+
"start": 187,
|
|
7165
|
+
"end": 187
|
|
7166
7166
|
}
|
|
7167
7167
|
},
|
|
7168
7168
|
"group": [
|
|
@@ -7177,8 +7177,8 @@
|
|
|
7177
7177
|
{
|
|
7178
7178
|
"description": "The base text color of the disabled Button.\n",
|
|
7179
7179
|
"commentRange": {
|
|
7180
|
-
"start":
|
|
7181
|
-
"end":
|
|
7180
|
+
"start": 188,
|
|
7181
|
+
"end": 189
|
|
7182
7182
|
},
|
|
7183
7183
|
"context": {
|
|
7184
7184
|
"type": "variable",
|
|
@@ -7186,8 +7186,8 @@
|
|
|
7186
7186
|
"value": "null",
|
|
7187
7187
|
"scope": "default",
|
|
7188
7188
|
"line": {
|
|
7189
|
-
"start":
|
|
7190
|
-
"end":
|
|
7189
|
+
"start": 190,
|
|
7190
|
+
"end": 190
|
|
7191
7191
|
}
|
|
7192
7192
|
},
|
|
7193
7193
|
"group": [
|
|
@@ -7202,8 +7202,8 @@
|
|
|
7202
7202
|
{
|
|
7203
7203
|
"description": "The base border color of the disabled Button.\n",
|
|
7204
7204
|
"commentRange": {
|
|
7205
|
-
"start":
|
|
7206
|
-
"end":
|
|
7205
|
+
"start": 191,
|
|
7206
|
+
"end": 192
|
|
7207
7207
|
},
|
|
7208
7208
|
"context": {
|
|
7209
7209
|
"type": "variable",
|
|
@@ -7211,8 +7211,8 @@
|
|
|
7211
7211
|
"value": "null",
|
|
7212
7212
|
"scope": "default",
|
|
7213
7213
|
"line": {
|
|
7214
|
-
"start":
|
|
7215
|
-
"end":
|
|
7214
|
+
"start": 193,
|
|
7215
|
+
"end": 193
|
|
7216
7216
|
}
|
|
7217
7217
|
},
|
|
7218
7218
|
"group": [
|
|
@@ -7227,8 +7227,8 @@
|
|
|
7227
7227
|
{
|
|
7228
7228
|
"description": "The base background gradient of the disabled Button.\n",
|
|
7229
7229
|
"commentRange": {
|
|
7230
|
-
"start":
|
|
7231
|
-
"end":
|
|
7230
|
+
"start": 194,
|
|
7231
|
+
"end": 195
|
|
7232
7232
|
},
|
|
7233
7233
|
"context": {
|
|
7234
7234
|
"type": "variable",
|
|
@@ -7236,8 +7236,8 @@
|
|
|
7236
7236
|
"value": "null",
|
|
7237
7237
|
"scope": "default",
|
|
7238
7238
|
"line": {
|
|
7239
|
-
"start":
|
|
7240
|
-
"end":
|
|
7239
|
+
"start": 196,
|
|
7240
|
+
"end": 196
|
|
7241
7241
|
}
|
|
7242
7242
|
},
|
|
7243
7243
|
"group": [
|
|
@@ -7252,8 +7252,8 @@
|
|
|
7252
7252
|
{
|
|
7253
7253
|
"description": "The base shadow of the disabled Button.\n",
|
|
7254
7254
|
"commentRange": {
|
|
7255
|
-
"start":
|
|
7256
|
-
"end":
|
|
7255
|
+
"start": 197,
|
|
7256
|
+
"end": 198
|
|
7257
7257
|
},
|
|
7258
7258
|
"context": {
|
|
7259
7259
|
"type": "variable",
|
|
@@ -7261,8 +7261,8 @@
|
|
|
7261
7261
|
"value": "null",
|
|
7262
7262
|
"scope": "default",
|
|
7263
7263
|
"line": {
|
|
7264
|
-
"start":
|
|
7265
|
-
"end":
|
|
7264
|
+
"start": 199,
|
|
7265
|
+
"end": 199
|
|
7266
7266
|
}
|
|
7267
7267
|
},
|
|
7268
7268
|
"group": [
|
|
@@ -7277,8 +7277,8 @@
|
|
|
7277
7277
|
{
|
|
7278
7278
|
"description": "The opacity of the pulsing animation for the generating Button.\n",
|
|
7279
7279
|
"commentRange": {
|
|
7280
|
-
"start":
|
|
7281
|
-
"end":
|
|
7280
|
+
"start": 201,
|
|
7281
|
+
"end": 202
|
|
7282
7282
|
},
|
|
7283
7283
|
"context": {
|
|
7284
7284
|
"type": "variable",
|
|
@@ -7286,8 +7286,8 @@
|
|
|
7286
7286
|
"value": ".4",
|
|
7287
7287
|
"scope": "default",
|
|
7288
7288
|
"line": {
|
|
7289
|
-
"start":
|
|
7290
|
-
"end":
|
|
7289
|
+
"start": 203,
|
|
7290
|
+
"end": 203
|
|
7291
7291
|
}
|
|
7292
7292
|
},
|
|
7293
7293
|
"group": [
|
|
@@ -7302,8 +7302,8 @@
|
|
|
7302
7302
|
{
|
|
7303
7303
|
"description": "The gradient of the solid Button.\n",
|
|
7304
7304
|
"commentRange": {
|
|
7305
|
-
"start":
|
|
7306
|
-
"end":
|
|
7305
|
+
"start": 206,
|
|
7306
|
+
"end": 207
|
|
7307
7307
|
},
|
|
7308
7308
|
"context": {
|
|
7309
7309
|
"type": "variable",
|
|
@@ -7311,8 +7311,8 @@
|
|
|
7311
7311
|
"value": "none",
|
|
7312
7312
|
"scope": "default",
|
|
7313
7313
|
"line": {
|
|
7314
|
-
"start":
|
|
7315
|
-
"end":
|
|
7314
|
+
"start": 208,
|
|
7315
|
+
"end": 208
|
|
7316
7316
|
}
|
|
7317
7317
|
},
|
|
7318
7318
|
"group": [
|
|
@@ -7327,8 +7327,8 @@
|
|
|
7327
7327
|
{
|
|
7328
7328
|
"description": "The shadow of the solid Button.\n",
|
|
7329
7329
|
"commentRange": {
|
|
7330
|
-
"start":
|
|
7331
|
-
"end":
|
|
7330
|
+
"start": 209,
|
|
7331
|
+
"end": 210
|
|
7332
7332
|
},
|
|
7333
7333
|
"context": {
|
|
7334
7334
|
"type": "variable",
|
|
@@ -7336,8 +7336,8 @@
|
|
|
7336
7336
|
"value": "true",
|
|
7337
7337
|
"scope": "default",
|
|
7338
7338
|
"line": {
|
|
7339
|
-
"start":
|
|
7340
|
-
"end":
|
|
7339
|
+
"start": 211,
|
|
7340
|
+
"end": 211
|
|
7341
7341
|
}
|
|
7342
7342
|
},
|
|
7343
7343
|
"group": [
|
|
@@ -7352,8 +7352,8 @@
|
|
|
7352
7352
|
{
|
|
7353
7353
|
"description": "The shadow blur of the solid Button.\n",
|
|
7354
7354
|
"commentRange": {
|
|
7355
|
-
"start":
|
|
7356
|
-
"end":
|
|
7355
|
+
"start": 212,
|
|
7356
|
+
"end": 213
|
|
7357
7357
|
},
|
|
7358
7358
|
"context": {
|
|
7359
7359
|
"type": "variable",
|
|
@@ -7361,8 +7361,8 @@
|
|
|
7361
7361
|
"value": "0px",
|
|
7362
7362
|
"scope": "default",
|
|
7363
7363
|
"line": {
|
|
7364
|
-
"start":
|
|
7365
|
-
"end":
|
|
7364
|
+
"start": 214,
|
|
7365
|
+
"end": 214
|
|
7366
7366
|
}
|
|
7367
7367
|
},
|
|
7368
7368
|
"group": [
|
|
@@ -7377,8 +7377,8 @@
|
|
|
7377
7377
|
{
|
|
7378
7378
|
"description": "The shadow spread of the solid Button.\n",
|
|
7379
7379
|
"commentRange": {
|
|
7380
|
-
"start":
|
|
7381
|
-
"end":
|
|
7380
|
+
"start": 215,
|
|
7381
|
+
"end": 216
|
|
7382
7382
|
},
|
|
7383
7383
|
"context": {
|
|
7384
7384
|
"type": "variable",
|
|
@@ -7386,8 +7386,8 @@
|
|
|
7386
7386
|
"value": ".25rem",
|
|
7387
7387
|
"scope": "default",
|
|
7388
7388
|
"line": {
|
|
7389
|
-
"start":
|
|
7390
|
-
"end":
|
|
7389
|
+
"start": 217,
|
|
7390
|
+
"end": 217
|
|
7391
7391
|
}
|
|
7392
7392
|
},
|
|
7393
7393
|
"group": [
|
|
@@ -7402,8 +7402,8 @@
|
|
|
7402
7402
|
{
|
|
7403
7403
|
"description": "The shadow opacity of the solid Button.\n",
|
|
7404
7404
|
"commentRange": {
|
|
7405
|
-
"start":
|
|
7406
|
-
"end":
|
|
7405
|
+
"start": 218,
|
|
7406
|
+
"end": 219
|
|
7407
7407
|
},
|
|
7408
7408
|
"context": {
|
|
7409
7409
|
"type": "variable",
|
|
@@ -7411,8 +7411,8 @@
|
|
|
7411
7411
|
"value": ".5",
|
|
7412
7412
|
"scope": "default",
|
|
7413
7413
|
"line": {
|
|
7414
|
-
"start":
|
|
7415
|
-
"end":
|
|
7414
|
+
"start": 220,
|
|
7415
|
+
"end": 220
|
|
7416
7416
|
}
|
|
7417
7417
|
},
|
|
7418
7418
|
"group": [
|
|
@@ -7427,8 +7427,8 @@
|
|
|
7427
7427
|
{
|
|
7428
7428
|
"description": "The shadow of the outline Button.\n",
|
|
7429
7429
|
"commentRange": {
|
|
7430
|
-
"start":
|
|
7431
|
-
"end":
|
|
7430
|
+
"start": 223,
|
|
7431
|
+
"end": 224
|
|
7432
7432
|
},
|
|
7433
7433
|
"context": {
|
|
7434
7434
|
"type": "variable",
|
|
@@ -7436,8 +7436,8 @@
|
|
|
7436
7436
|
"value": "true",
|
|
7437
7437
|
"scope": "default",
|
|
7438
7438
|
"line": {
|
|
7439
|
-
"start":
|
|
7440
|
-
"end":
|
|
7439
|
+
"start": 225,
|
|
7440
|
+
"end": 225
|
|
7441
7441
|
}
|
|
7442
7442
|
},
|
|
7443
7443
|
"group": [
|
|
@@ -7452,8 +7452,8 @@
|
|
|
7452
7452
|
{
|
|
7453
7453
|
"description": "The shadow blur of the outline Button.\n",
|
|
7454
7454
|
"commentRange": {
|
|
7455
|
-
"start":
|
|
7456
|
-
"end":
|
|
7455
|
+
"start": 226,
|
|
7456
|
+
"end": 227
|
|
7457
7457
|
},
|
|
7458
7458
|
"context": {
|
|
7459
7459
|
"type": "variable",
|
|
@@ -7461,8 +7461,8 @@
|
|
|
7461
7461
|
"value": "0px",
|
|
7462
7462
|
"scope": "default",
|
|
7463
7463
|
"line": {
|
|
7464
|
-
"start":
|
|
7465
|
-
"end":
|
|
7464
|
+
"start": 228,
|
|
7465
|
+
"end": 228
|
|
7466
7466
|
}
|
|
7467
7467
|
},
|
|
7468
7468
|
"group": [
|
|
@@ -7477,8 +7477,8 @@
|
|
|
7477
7477
|
{
|
|
7478
7478
|
"description": "The shadow spread of the outline Button.\n",
|
|
7479
7479
|
"commentRange": {
|
|
7480
|
-
"start":
|
|
7481
|
-
"end":
|
|
7480
|
+
"start": 229,
|
|
7481
|
+
"end": 230
|
|
7482
7482
|
},
|
|
7483
7483
|
"context": {
|
|
7484
7484
|
"type": "variable",
|
|
@@ -7486,8 +7486,8 @@
|
|
|
7486
7486
|
"value": ".25rem",
|
|
7487
7487
|
"scope": "default",
|
|
7488
7488
|
"line": {
|
|
7489
|
-
"start":
|
|
7490
|
-
"end":
|
|
7489
|
+
"start": 231,
|
|
7490
|
+
"end": 231
|
|
7491
7491
|
}
|
|
7492
7492
|
},
|
|
7493
7493
|
"group": [
|
|
@@ -7502,8 +7502,8 @@
|
|
|
7502
7502
|
{
|
|
7503
7503
|
"description": "The shadow opacity of the outline Button.\n",
|
|
7504
7504
|
"commentRange": {
|
|
7505
|
-
"start":
|
|
7506
|
-
"end":
|
|
7505
|
+
"start": 232,
|
|
7506
|
+
"end": 233
|
|
7507
7507
|
},
|
|
7508
7508
|
"context": {
|
|
7509
7509
|
"type": "variable",
|
|
@@ -7511,8 +7511,8 @@
|
|
|
7511
7511
|
"value": ".5",
|
|
7512
7512
|
"scope": "default",
|
|
7513
7513
|
"line": {
|
|
7514
|
-
"start":
|
|
7515
|
-
"end":
|
|
7514
|
+
"start": 234,
|
|
7515
|
+
"end": 234
|
|
7516
7516
|
}
|
|
7517
7517
|
},
|
|
7518
7518
|
"group": [
|
|
@@ -7527,8 +7527,8 @@
|
|
|
7527
7527
|
{
|
|
7528
7528
|
"description": "The shadow of the link Button.\n",
|
|
7529
7529
|
"commentRange": {
|
|
7530
|
-
"start":
|
|
7531
|
-
"end":
|
|
7530
|
+
"start": 237,
|
|
7531
|
+
"end": 238
|
|
7532
7532
|
},
|
|
7533
7533
|
"context": {
|
|
7534
7534
|
"type": "variable",
|
|
@@ -7536,8 +7536,8 @@
|
|
|
7536
7536
|
"value": "true",
|
|
7537
7537
|
"scope": "default",
|
|
7538
7538
|
"line": {
|
|
7539
|
-
"start":
|
|
7540
|
-
"end":
|
|
7539
|
+
"start": 239,
|
|
7540
|
+
"end": 239
|
|
7541
7541
|
}
|
|
7542
7542
|
},
|
|
7543
7543
|
"group": [
|
|
@@ -7552,8 +7552,8 @@
|
|
|
7552
7552
|
{
|
|
7553
7553
|
"description": "The shadow blur of the link Button.\n",
|
|
7554
7554
|
"commentRange": {
|
|
7555
|
-
"start":
|
|
7556
|
-
"end":
|
|
7555
|
+
"start": 240,
|
|
7556
|
+
"end": 241
|
|
7557
7557
|
},
|
|
7558
7558
|
"context": {
|
|
7559
7559
|
"type": "variable",
|
|
@@ -7561,8 +7561,8 @@
|
|
|
7561
7561
|
"value": "0px",
|
|
7562
7562
|
"scope": "default",
|
|
7563
7563
|
"line": {
|
|
7564
|
-
"start":
|
|
7565
|
-
"end":
|
|
7564
|
+
"start": 242,
|
|
7565
|
+
"end": 242
|
|
7566
7566
|
}
|
|
7567
7567
|
},
|
|
7568
7568
|
"group": [
|
|
@@ -7577,8 +7577,8 @@
|
|
|
7577
7577
|
{
|
|
7578
7578
|
"description": "The shadow spread of the link Button.\n",
|
|
7579
7579
|
"commentRange": {
|
|
7580
|
-
"start":
|
|
7581
|
-
"end":
|
|
7580
|
+
"start": 243,
|
|
7581
|
+
"end": 244
|
|
7582
7582
|
},
|
|
7583
7583
|
"context": {
|
|
7584
7584
|
"type": "variable",
|
|
@@ -7586,8 +7586,8 @@
|
|
|
7586
7586
|
"value": ".25rem",
|
|
7587
7587
|
"scope": "default",
|
|
7588
7588
|
"line": {
|
|
7589
|
-
"start":
|
|
7590
|
-
"end":
|
|
7589
|
+
"start": 245,
|
|
7590
|
+
"end": 245
|
|
7591
7591
|
}
|
|
7592
7592
|
},
|
|
7593
7593
|
"group": [
|
|
@@ -7602,8 +7602,8 @@
|
|
|
7602
7602
|
{
|
|
7603
7603
|
"description": "The shadow opacity of the link Button.\n",
|
|
7604
7604
|
"commentRange": {
|
|
7605
|
-
"start":
|
|
7606
|
-
"end":
|
|
7605
|
+
"start": 246,
|
|
7606
|
+
"end": 247
|
|
7607
7607
|
},
|
|
7608
7608
|
"context": {
|
|
7609
7609
|
"type": "variable",
|
|
@@ -7611,8 +7611,8 @@
|
|
|
7611
7611
|
"value": ".5",
|
|
7612
7612
|
"scope": "default",
|
|
7613
7613
|
"line": {
|
|
7614
|
-
"start":
|
|
7615
|
-
"end":
|
|
7614
|
+
"start": 248,
|
|
7615
|
+
"end": 248
|
|
7616
7616
|
}
|
|
7617
7617
|
},
|
|
7618
7618
|
"group": [
|
|
@@ -7627,8 +7627,8 @@
|
|
|
7627
7627
|
{
|
|
7628
7628
|
"description": "The opacity of the clear Button.\n",
|
|
7629
7629
|
"commentRange": {
|
|
7630
|
-
"start":
|
|
7631
|
-
"end":
|
|
7630
|
+
"start": 251,
|
|
7631
|
+
"end": 252
|
|
7632
7632
|
},
|
|
7633
7633
|
"context": {
|
|
7634
7634
|
"type": "variable",
|
|
@@ -7636,8 +7636,8 @@
|
|
|
7636
7636
|
"value": ".1",
|
|
7637
7637
|
"scope": "default",
|
|
7638
7638
|
"line": {
|
|
7639
|
-
"start":
|
|
7640
|
-
"end":
|
|
7639
|
+
"start": 253,
|
|
7640
|
+
"end": 253
|
|
7641
7641
|
}
|
|
7642
7642
|
},
|
|
7643
7643
|
"group": [
|
|
@@ -7652,8 +7652,8 @@
|
|
|
7652
7652
|
{
|
|
7653
7653
|
"description": "The overlay opacity of the hovered flat Button. Used to create a background for the flat Button.\n",
|
|
7654
7654
|
"commentRange": {
|
|
7655
|
-
"start":
|
|
7656
|
-
"end":
|
|
7655
|
+
"start": 255,
|
|
7656
|
+
"end": 256
|
|
7657
7657
|
},
|
|
7658
7658
|
"context": {
|
|
7659
7659
|
"type": "variable",
|
|
@@ -7661,8 +7661,8 @@
|
|
|
7661
7661
|
"value": ".08",
|
|
7662
7662
|
"scope": "default",
|
|
7663
7663
|
"line": {
|
|
7664
|
-
"start":
|
|
7665
|
-
"end":
|
|
7664
|
+
"start": 257,
|
|
7665
|
+
"end": 257
|
|
7666
7666
|
}
|
|
7667
7667
|
},
|
|
7668
7668
|
"group": [
|
|
@@ -7677,8 +7677,8 @@
|
|
|
7677
7677
|
{
|
|
7678
7678
|
"description": "The overlay opacity of the focused flat Button. Used to create a background for the flat Button.\n",
|
|
7679
7679
|
"commentRange": {
|
|
7680
|
-
"start":
|
|
7681
|
-
"end":
|
|
7680
|
+
"start": 258,
|
|
7681
|
+
"end": 259
|
|
7682
7682
|
},
|
|
7683
7683
|
"context": {
|
|
7684
7684
|
"type": "variable",
|
|
@@ -7686,8 +7686,8 @@
|
|
|
7686
7686
|
"value": "null",
|
|
7687
7687
|
"scope": "default",
|
|
7688
7688
|
"line": {
|
|
7689
|
-
"start":
|
|
7690
|
-
"end":
|
|
7689
|
+
"start": 260,
|
|
7690
|
+
"end": 260
|
|
7691
7691
|
}
|
|
7692
7692
|
},
|
|
7693
7693
|
"group": [
|
|
@@ -7702,8 +7702,8 @@
|
|
|
7702
7702
|
{
|
|
7703
7703
|
"description": "The overlay opacity of the active flat Button. Used to create a background for the flat Button.\n",
|
|
7704
7704
|
"commentRange": {
|
|
7705
|
-
"start":
|
|
7706
|
-
"end":
|
|
7705
|
+
"start": 261,
|
|
7706
|
+
"end": 262
|
|
7707
7707
|
},
|
|
7708
7708
|
"context": {
|
|
7709
7709
|
"type": "variable",
|
|
@@ -7711,8 +7711,8 @@
|
|
|
7711
7711
|
"value": ".16",
|
|
7712
7712
|
"scope": "default",
|
|
7713
7713
|
"line": {
|
|
7714
|
-
"start":
|
|
7715
|
-
"end":
|
|
7714
|
+
"start": 263,
|
|
7715
|
+
"end": 263
|
|
7716
7716
|
}
|
|
7717
7717
|
},
|
|
7718
7718
|
"group": [
|
|
@@ -7727,8 +7727,8 @@
|
|
|
7727
7727
|
{
|
|
7728
7728
|
"description": "The overlay opacity of the selected flat Button. Used to create a background for the flat Button.\n",
|
|
7729
7729
|
"commentRange": {
|
|
7730
|
-
"start":
|
|
7731
|
-
"end":
|
|
7730
|
+
"start": 264,
|
|
7731
|
+
"end": 265
|
|
7732
7732
|
},
|
|
7733
7733
|
"context": {
|
|
7734
7734
|
"type": "variable",
|
|
@@ -7736,8 +7736,8 @@
|
|
|
7736
7736
|
"value": ".2",
|
|
7737
7737
|
"scope": "default",
|
|
7738
7738
|
"line": {
|
|
7739
|
-
"start":
|
|
7740
|
-
"end":
|
|
7739
|
+
"start": 266,
|
|
7740
|
+
"end": 266
|
|
7741
7741
|
}
|
|
7742
7742
|
},
|
|
7743
7743
|
"group": [
|
|
@@ -7752,8 +7752,8 @@
|
|
|
7752
7752
|
{
|
|
7753
7753
|
"description": "The opacity of the flat Button focus ring. Used to create a border for the flat Button.\n",
|
|
7754
7754
|
"commentRange": {
|
|
7755
|
-
"start":
|
|
7756
|
-
"end":
|
|
7755
|
+
"start": 267,
|
|
7756
|
+
"end": 268
|
|
7757
7757
|
},
|
|
7758
7758
|
"context": {
|
|
7759
7759
|
"type": "variable",
|
|
@@ -7761,8 +7761,8 @@
|
|
|
7761
7761
|
"value": ".12",
|
|
7762
7762
|
"scope": "default",
|
|
7763
7763
|
"line": {
|
|
7764
|
-
"start":
|
|
7765
|
-
"end":
|
|
7764
|
+
"start": 269,
|
|
7765
|
+
"end": 269
|
|
7766
7766
|
}
|
|
7767
7767
|
},
|
|
7768
7768
|
"group": [
|
|
@@ -7777,8 +7777,8 @@
|
|
|
7777
7777
|
{
|
|
7778
7778
|
"description": "The color transition of the Button.\n",
|
|
7779
7779
|
"commentRange": {
|
|
7780
|
-
"start":
|
|
7781
|
-
"end":
|
|
7780
|
+
"start": 271,
|
|
7781
|
+
"end": 272
|
|
7782
7782
|
},
|
|
7783
7783
|
"context": {
|
|
7784
7784
|
"type": "variable",
|
|
@@ -7786,8 +7786,8 @@
|
|
|
7786
7786
|
"value": "$kendo-transition",
|
|
7787
7787
|
"scope": "default",
|
|
7788
7788
|
"line": {
|
|
7789
|
-
"start":
|
|
7790
|
-
"end":
|
|
7789
|
+
"start": 273,
|
|
7790
|
+
"end": 273
|
|
7791
7791
|
}
|
|
7792
7792
|
},
|
|
7793
7793
|
"group": [
|
|
@@ -27489,8 +27489,8 @@
|
|
|
27489
27489
|
],
|
|
27490
27490
|
"access": "public",
|
|
27491
27491
|
"file": {
|
|
27492
|
-
"path": "core/elevation/index.
|
|
27493
|
-
"name": "index.
|
|
27492
|
+
"path": "core/elevation/index.scss",
|
|
27493
|
+
"name": "index.scss"
|
|
27494
27494
|
}
|
|
27495
27495
|
},
|
|
27496
27496
|
{
|
|
@@ -38446,8 +38446,8 @@
|
|
|
38446
38446
|
{
|
|
38447
38447
|
"description": "The default width of the Input components.\n",
|
|
38448
38448
|
"commentRange": {
|
|
38449
|
-
"start":
|
|
38450
|
-
"end":
|
|
38449
|
+
"start": 8,
|
|
38450
|
+
"end": 9
|
|
38451
38451
|
},
|
|
38452
38452
|
"context": {
|
|
38453
38453
|
"type": "variable",
|
|
@@ -38455,8 +38455,8 @@
|
|
|
38455
38455
|
"value": "100%",
|
|
38456
38456
|
"scope": "default",
|
|
38457
38457
|
"line": {
|
|
38458
|
-
"start":
|
|
38459
|
-
"end":
|
|
38458
|
+
"start": 10,
|
|
38459
|
+
"end": 10
|
|
38460
38460
|
}
|
|
38461
38461
|
},
|
|
38462
38462
|
"group": [
|
|
@@ -38471,8 +38471,8 @@
|
|
|
38471
38471
|
{
|
|
38472
38472
|
"description": "The border width of the Input components.\n",
|
|
38473
38473
|
"commentRange": {
|
|
38474
|
-
"start":
|
|
38475
|
-
"end":
|
|
38474
|
+
"start": 12,
|
|
38475
|
+
"end": 13
|
|
38476
38476
|
},
|
|
38477
38477
|
"context": {
|
|
38478
38478
|
"type": "variable",
|
|
@@ -38480,8 +38480,8 @@
|
|
|
38480
38480
|
"value": "1px",
|
|
38481
38481
|
"scope": "default",
|
|
38482
38482
|
"line": {
|
|
38483
|
-
"start":
|
|
38484
|
-
"end":
|
|
38483
|
+
"start": 14,
|
|
38484
|
+
"end": 14
|
|
38485
38485
|
}
|
|
38486
38486
|
},
|
|
38487
38487
|
"group": [
|
|
@@ -38496,8 +38496,8 @@
|
|
|
38496
38496
|
{
|
|
38497
38497
|
"description": "The border radius of the Input components.\n",
|
|
38498
38498
|
"commentRange": {
|
|
38499
|
-
"start":
|
|
38500
|
-
"end":
|
|
38499
|
+
"start": 15,
|
|
38500
|
+
"end": 16
|
|
38501
38501
|
},
|
|
38502
38502
|
"context": {
|
|
38503
38503
|
"type": "variable",
|
|
@@ -38505,8 +38505,8 @@
|
|
|
38505
38505
|
"value": "null",
|
|
38506
38506
|
"scope": "default",
|
|
38507
38507
|
"line": {
|
|
38508
|
-
"start":
|
|
38509
|
-
"end":
|
|
38508
|
+
"start": 17,
|
|
38509
|
+
"end": 17
|
|
38510
38510
|
}
|
|
38511
38511
|
},
|
|
38512
38512
|
"group": [
|
|
@@ -38521,8 +38521,8 @@
|
|
|
38521
38521
|
{
|
|
38522
38522
|
"description": "The horizontal padding of the small Input components.\n",
|
|
38523
38523
|
"commentRange": {
|
|
38524
|
-
"start":
|
|
38525
|
-
"end":
|
|
38524
|
+
"start": 19,
|
|
38525
|
+
"end": 20
|
|
38526
38526
|
},
|
|
38527
38527
|
"context": {
|
|
38528
38528
|
"type": "variable",
|
|
@@ -38530,8 +38530,8 @@
|
|
|
38530
38530
|
"value": "k-spacing(2)",
|
|
38531
38531
|
"scope": "default",
|
|
38532
38532
|
"line": {
|
|
38533
|
-
"start":
|
|
38534
|
-
"end":
|
|
38533
|
+
"start": 21,
|
|
38534
|
+
"end": 21
|
|
38535
38535
|
}
|
|
38536
38536
|
},
|
|
38537
38537
|
"group": [
|
|
@@ -38546,8 +38546,8 @@
|
|
|
38546
38546
|
{
|
|
38547
38547
|
"description": "The horizontal padding of the medium Input components.\n",
|
|
38548
38548
|
"commentRange": {
|
|
38549
|
-
"start":
|
|
38550
|
-
"end":
|
|
38549
|
+
"start": 22,
|
|
38550
|
+
"end": 23
|
|
38551
38551
|
},
|
|
38552
38552
|
"context": {
|
|
38553
38553
|
"type": "variable",
|
|
@@ -38555,8 +38555,8 @@
|
|
|
38555
38555
|
"value": "k-spacing(3)",
|
|
38556
38556
|
"scope": "default",
|
|
38557
38557
|
"line": {
|
|
38558
|
-
"start":
|
|
38559
|
-
"end":
|
|
38558
|
+
"start": 24,
|
|
38559
|
+
"end": 24
|
|
38560
38560
|
}
|
|
38561
38561
|
},
|
|
38562
38562
|
"group": [
|
|
@@ -38571,8 +38571,8 @@
|
|
|
38571
38571
|
{
|
|
38572
38572
|
"description": "The horizontal padding of the large Input components.\n",
|
|
38573
38573
|
"commentRange": {
|
|
38574
|
-
"start":
|
|
38575
|
-
"end":
|
|
38574
|
+
"start": 25,
|
|
38575
|
+
"end": 26
|
|
38576
38576
|
},
|
|
38577
38577
|
"context": {
|
|
38578
38578
|
"type": "variable",
|
|
@@ -38580,8 +38580,8 @@
|
|
|
38580
38580
|
"value": "k-spacing(4)",
|
|
38581
38581
|
"scope": "default",
|
|
38582
38582
|
"line": {
|
|
38583
|
-
"start":
|
|
38584
|
-
"end":
|
|
38583
|
+
"start": 27,
|
|
38584
|
+
"end": 27
|
|
38585
38585
|
}
|
|
38586
38586
|
},
|
|
38587
38587
|
"group": [
|
|
@@ -38596,8 +38596,8 @@
|
|
|
38596
38596
|
{
|
|
38597
38597
|
"description": "The vertical padding of the small Input components.\n",
|
|
38598
38598
|
"commentRange": {
|
|
38599
|
-
"start":
|
|
38600
|
-
"end":
|
|
38599
|
+
"start": 29,
|
|
38600
|
+
"end": 30
|
|
38601
38601
|
},
|
|
38602
38602
|
"context": {
|
|
38603
38603
|
"type": "variable",
|
|
@@ -38605,8 +38605,8 @@
|
|
|
38605
38605
|
"value": "k-spacing(1)",
|
|
38606
38606
|
"scope": "default",
|
|
38607
38607
|
"line": {
|
|
38608
|
-
"start":
|
|
38609
|
-
"end":
|
|
38608
|
+
"start": 31,
|
|
38609
|
+
"end": 31
|
|
38610
38610
|
}
|
|
38611
38611
|
},
|
|
38612
38612
|
"group": [
|
|
@@ -38621,8 +38621,8 @@
|
|
|
38621
38621
|
{
|
|
38622
38622
|
"description": "The vertical padding of the medium Input components.\n",
|
|
38623
38623
|
"commentRange": {
|
|
38624
|
-
"start":
|
|
38625
|
-
"end":
|
|
38624
|
+
"start": 32,
|
|
38625
|
+
"end": 33
|
|
38626
38626
|
},
|
|
38627
38627
|
"context": {
|
|
38628
38628
|
"type": "variable",
|
|
@@ -38630,8 +38630,8 @@
|
|
|
38630
38630
|
"value": "k-spacing(1.5)",
|
|
38631
38631
|
"scope": "default",
|
|
38632
38632
|
"line": {
|
|
38633
|
-
"start":
|
|
38634
|
-
"end":
|
|
38633
|
+
"start": 34,
|
|
38634
|
+
"end": 34
|
|
38635
38635
|
}
|
|
38636
38636
|
},
|
|
38637
38637
|
"group": [
|
|
@@ -38646,8 +38646,8 @@
|
|
|
38646
38646
|
{
|
|
38647
38647
|
"description": "The vertical padding of the large Input components.\n",
|
|
38648
38648
|
"commentRange": {
|
|
38649
|
-
"start":
|
|
38650
|
-
"end":
|
|
38649
|
+
"start": 35,
|
|
38650
|
+
"end": 36
|
|
38651
38651
|
},
|
|
38652
38652
|
"context": {
|
|
38653
38653
|
"type": "variable",
|
|
@@ -38655,8 +38655,8 @@
|
|
|
38655
38655
|
"value": "k-spacing(2)",
|
|
38656
38656
|
"scope": "default",
|
|
38657
38657
|
"line": {
|
|
38658
|
-
"start":
|
|
38659
|
-
"end":
|
|
38658
|
+
"start": 37,
|
|
38659
|
+
"end": 37
|
|
38660
38660
|
}
|
|
38661
38661
|
},
|
|
38662
38662
|
"group": [
|
|
@@ -38671,8 +38671,8 @@
|
|
|
38671
38671
|
{
|
|
38672
38672
|
"description": "The font family of input components.\n",
|
|
38673
38673
|
"commentRange": {
|
|
38674
|
-
"start":
|
|
38675
|
-
"end":
|
|
38674
|
+
"start": 39,
|
|
38675
|
+
"end": 40
|
|
38676
38676
|
},
|
|
38677
38677
|
"context": {
|
|
38678
38678
|
"type": "variable",
|
|
@@ -38680,8 +38680,8 @@
|
|
|
38680
38680
|
"value": "var( --kendo-font-family, inherit )",
|
|
38681
38681
|
"scope": "default",
|
|
38682
38682
|
"line": {
|
|
38683
|
-
"start":
|
|
38684
|
-
"end":
|
|
38683
|
+
"start": 41,
|
|
38684
|
+
"end": 41
|
|
38685
38685
|
}
|
|
38686
38686
|
},
|
|
38687
38687
|
"group": [
|
|
@@ -38696,8 +38696,8 @@
|
|
|
38696
38696
|
{
|
|
38697
38697
|
"description": "The font size of input components.\n",
|
|
38698
38698
|
"commentRange": {
|
|
38699
|
-
"start":
|
|
38700
|
-
"end":
|
|
38699
|
+
"start": 43,
|
|
38700
|
+
"end": 44
|
|
38701
38701
|
},
|
|
38702
38702
|
"context": {
|
|
38703
38703
|
"type": "variable",
|
|
@@ -38705,8 +38705,8 @@
|
|
|
38705
38705
|
"value": "var( --kendo-font-size, inherit )",
|
|
38706
38706
|
"scope": "default",
|
|
38707
38707
|
"line": {
|
|
38708
|
-
"start":
|
|
38709
|
-
"end":
|
|
38708
|
+
"start": 45,
|
|
38709
|
+
"end": 45
|
|
38710
38710
|
}
|
|
38711
38711
|
},
|
|
38712
38712
|
"group": [
|
|
@@ -38721,8 +38721,8 @@
|
|
|
38721
38721
|
{
|
|
38722
38722
|
"description": "The font size of the small Input components.\n",
|
|
38723
38723
|
"commentRange": {
|
|
38724
|
-
"start":
|
|
38725
|
-
"end":
|
|
38724
|
+
"start": 46,
|
|
38725
|
+
"end": 47
|
|
38726
38726
|
},
|
|
38727
38727
|
"context": {
|
|
38728
38728
|
"type": "variable",
|
|
@@ -38730,8 +38730,8 @@
|
|
|
38730
38730
|
"value": "var( --kendo-font-size-sm, inherit )!default",
|
|
38731
38731
|
"scope": "private",
|
|
38732
38732
|
"line": {
|
|
38733
|
-
"start":
|
|
38734
|
-
"end":
|
|
38733
|
+
"start": 48,
|
|
38734
|
+
"end": 48
|
|
38735
38735
|
}
|
|
38736
38736
|
},
|
|
38737
38737
|
"group": [
|
|
@@ -38746,8 +38746,8 @@
|
|
|
38746
38746
|
{
|
|
38747
38747
|
"description": "The font size of the medium Input components.\n",
|
|
38748
38748
|
"commentRange": {
|
|
38749
|
-
"start":
|
|
38750
|
-
"end":
|
|
38749
|
+
"start": 49,
|
|
38750
|
+
"end": 50
|
|
38751
38751
|
},
|
|
38752
38752
|
"context": {
|
|
38753
38753
|
"type": "variable",
|
|
@@ -38755,8 +38755,8 @@
|
|
|
38755
38755
|
"value": "var( --kendo-font-size, inherit )",
|
|
38756
38756
|
"scope": "default",
|
|
38757
38757
|
"line": {
|
|
38758
|
-
"start":
|
|
38759
|
-
"end":
|
|
38758
|
+
"start": 51,
|
|
38759
|
+
"end": 51
|
|
38760
38760
|
}
|
|
38761
38761
|
},
|
|
38762
38762
|
"group": [
|
|
@@ -38771,8 +38771,8 @@
|
|
|
38771
38771
|
{
|
|
38772
38772
|
"description": "The font size of the large Input components.\n",
|
|
38773
38773
|
"commentRange": {
|
|
38774
|
-
"start":
|
|
38775
|
-
"end":
|
|
38774
|
+
"start": 52,
|
|
38775
|
+
"end": 53
|
|
38776
38776
|
},
|
|
38777
38777
|
"context": {
|
|
38778
38778
|
"type": "variable",
|
|
@@ -38780,8 +38780,8 @@
|
|
|
38780
38780
|
"value": "var( --kendo-font-size-lg, inherit )",
|
|
38781
38781
|
"scope": "default",
|
|
38782
38782
|
"line": {
|
|
38783
|
-
"start":
|
|
38784
|
-
"end":
|
|
38783
|
+
"start": 54,
|
|
38784
|
+
"end": 54
|
|
38785
38785
|
}
|
|
38786
38786
|
},
|
|
38787
38787
|
"group": [
|
|
@@ -38796,8 +38796,8 @@
|
|
|
38796
38796
|
{
|
|
38797
38797
|
"description": "The line height of input components.\n",
|
|
38798
38798
|
"commentRange": {
|
|
38799
|
-
"start":
|
|
38800
|
-
"end":
|
|
38799
|
+
"start": 56,
|
|
38800
|
+
"end": 57
|
|
38801
38801
|
},
|
|
38802
38802
|
"context": {
|
|
38803
38803
|
"type": "variable",
|
|
@@ -38805,8 +38805,8 @@
|
|
|
38805
38805
|
"value": "1.5",
|
|
38806
38806
|
"scope": "default",
|
|
38807
38807
|
"line": {
|
|
38808
|
-
"start":
|
|
38809
|
-
"end":
|
|
38808
|
+
"start": 58,
|
|
38809
|
+
"end": 58
|
|
38810
38810
|
}
|
|
38811
38811
|
},
|
|
38812
38812
|
"group": [
|
|
@@ -38821,8 +38821,8 @@
|
|
|
38821
38821
|
{
|
|
38822
38822
|
"description": "The line height of the small Input components.\n",
|
|
38823
38823
|
"commentRange": {
|
|
38824
|
-
"start":
|
|
38825
|
-
"end":
|
|
38824
|
+
"start": 59,
|
|
38825
|
+
"end": 60
|
|
38826
38826
|
},
|
|
38827
38827
|
"context": {
|
|
38828
38828
|
"type": "variable",
|
|
@@ -38830,8 +38830,8 @@
|
|
|
38830
38830
|
"value": "math.div( 20, 14 )",
|
|
38831
38831
|
"scope": "default",
|
|
38832
38832
|
"line": {
|
|
38833
|
-
"start":
|
|
38834
|
-
"end":
|
|
38833
|
+
"start": 61,
|
|
38834
|
+
"end": 61
|
|
38835
38835
|
}
|
|
38836
38836
|
},
|
|
38837
38837
|
"group": [
|
|
@@ -38846,8 +38846,8 @@
|
|
|
38846
38846
|
{
|
|
38847
38847
|
"description": "The line height of the medium Input components.\n",
|
|
38848
38848
|
"commentRange": {
|
|
38849
|
-
"start":
|
|
38850
|
-
"end":
|
|
38849
|
+
"start": 62,
|
|
38850
|
+
"end": 63
|
|
38851
38851
|
},
|
|
38852
38852
|
"context": {
|
|
38853
38853
|
"type": "variable",
|
|
@@ -38855,8 +38855,8 @@
|
|
|
38855
38855
|
"value": "var( --kendo-line-height, normal)",
|
|
38856
38856
|
"scope": "default",
|
|
38857
38857
|
"line": {
|
|
38858
|
-
"start":
|
|
38859
|
-
"end":
|
|
38858
|
+
"start": 64,
|
|
38859
|
+
"end": 64
|
|
38860
38860
|
}
|
|
38861
38861
|
},
|
|
38862
38862
|
"group": [
|
|
@@ -38871,8 +38871,8 @@
|
|
|
38871
38871
|
{
|
|
38872
38872
|
"description": "The line height of the large Input components.\n",
|
|
38873
38873
|
"commentRange": {
|
|
38874
|
-
"start":
|
|
38875
|
-
"end":
|
|
38874
|
+
"start": 65,
|
|
38875
|
+
"end": 66
|
|
38876
38876
|
},
|
|
38877
38877
|
"context": {
|
|
38878
38878
|
"type": "variable",
|
|
@@ -38880,8 +38880,8 @@
|
|
|
38880
38880
|
"value": "var( --kendo-line-height, normal)",
|
|
38881
38881
|
"scope": "default",
|
|
38882
38882
|
"line": {
|
|
38883
|
-
"start":
|
|
38884
|
-
"end":
|
|
38883
|
+
"start": 67,
|
|
38884
|
+
"end": 67
|
|
38885
38885
|
}
|
|
38886
38886
|
},
|
|
38887
38887
|
"group": [
|
|
@@ -38896,8 +38896,8 @@
|
|
|
38896
38896
|
{
|
|
38897
38897
|
"description": "The sizes map for the Input components.\n",
|
|
38898
38898
|
"commentRange": {
|
|
38899
|
-
"start":
|
|
38900
|
-
"end":
|
|
38899
|
+
"start": 73,
|
|
38900
|
+
"end": 74
|
|
38901
38901
|
},
|
|
38902
38902
|
"context": {
|
|
38903
38903
|
"type": "variable",
|
|
@@ -38905,8 +38905,8 @@
|
|
|
38905
38905
|
"value": "(\n sm: (\n padding-x: $kendo-input-sm-padding-x,\n padding-y: $kendo-input-sm-padding-y,\n font-size: $kendo-input-sm-font-size,\n line-height: $kendo-input-sm-line-height,\n button-padding-x: $kendo-input-sm-padding-y,\n button-padding-y: $kendo-input-sm-padding-y\n ),\n md: (\n padding-x: $kendo-input-md-padding-x,\n padding-y: $kendo-input-md-padding-y,\n font-size: $kendo-input-md-font-size,\n line-height: $kendo-input-md-line-height,\n button-padding-x: $kendo-input-md-padding-y,\n button-padding-y: $kendo-input-md-padding-y\n ),\n lg: (\n padding-x: $kendo-input-lg-padding-x,\n padding-y: $kendo-input-lg-padding-y,\n font-size: $kendo-input-lg-font-size,\n line-height: $kendo-input-lg-line-height,\n button-padding-x: $kendo-input-lg-padding-y,\n button-padding-y: $kendo-input-lg-padding-y\n )\n)",
|
|
38906
38906
|
"scope": "default",
|
|
38907
38907
|
"line": {
|
|
38908
|
-
"start":
|
|
38909
|
-
"end":
|
|
38908
|
+
"start": 75,
|
|
38909
|
+
"end": 100
|
|
38910
38910
|
}
|
|
38911
38911
|
},
|
|
38912
38912
|
"group": [
|
|
@@ -38921,8 +38921,8 @@
|
|
|
38921
38921
|
{
|
|
38922
38922
|
"description": "The background color of the Input components.\n",
|
|
38923
38923
|
"commentRange": {
|
|
38924
|
-
"start":
|
|
38925
|
-
"end":
|
|
38924
|
+
"start": 102,
|
|
38925
|
+
"end": 103
|
|
38926
38926
|
},
|
|
38927
38927
|
"context": {
|
|
38928
38928
|
"type": "variable",
|
|
@@ -38930,8 +38930,8 @@
|
|
|
38930
38930
|
"value": "k-color(surface-alt)",
|
|
38931
38931
|
"scope": "default",
|
|
38932
38932
|
"line": {
|
|
38933
|
-
"start":
|
|
38934
|
-
"end":
|
|
38933
|
+
"start": 104,
|
|
38934
|
+
"end": 104
|
|
38935
38935
|
}
|
|
38936
38936
|
},
|
|
38937
38937
|
"group": [
|
|
@@ -38946,8 +38946,8 @@
|
|
|
38946
38946
|
{
|
|
38947
38947
|
"description": "The text color of the Input components.\n",
|
|
38948
38948
|
"commentRange": {
|
|
38949
|
-
"start":
|
|
38950
|
-
"end":
|
|
38949
|
+
"start": 105,
|
|
38950
|
+
"end": 106
|
|
38951
38951
|
},
|
|
38952
38952
|
"context": {
|
|
38953
38953
|
"type": "variable",
|
|
@@ -38955,8 +38955,8 @@
|
|
|
38955
38955
|
"value": "k-color(on-app-surface)",
|
|
38956
38956
|
"scope": "default",
|
|
38957
38957
|
"line": {
|
|
38958
|
-
"start":
|
|
38959
|
-
"end":
|
|
38958
|
+
"start": 107,
|
|
38959
|
+
"end": 107
|
|
38960
38960
|
}
|
|
38961
38961
|
},
|
|
38962
38962
|
"group": [
|
|
@@ -38971,8 +38971,8 @@
|
|
|
38971
38971
|
{
|
|
38972
38972
|
"description": "The border color of the Input components.\n",
|
|
38973
38973
|
"commentRange": {
|
|
38974
|
-
"start":
|
|
38975
|
-
"end":
|
|
38974
|
+
"start": 108,
|
|
38975
|
+
"end": 109
|
|
38976
38976
|
},
|
|
38977
38977
|
"context": {
|
|
38978
38978
|
"type": "variable",
|
|
@@ -38980,8 +38980,8 @@
|
|
|
38980
38980
|
"value": "k-color(border-alt)",
|
|
38981
38981
|
"scope": "default",
|
|
38982
38982
|
"line": {
|
|
38983
|
-
"start":
|
|
38984
|
-
"end":
|
|
38983
|
+
"start": 110,
|
|
38984
|
+
"end": 110
|
|
38985
38985
|
}
|
|
38986
38986
|
},
|
|
38987
38987
|
"group": [
|
|
@@ -38996,8 +38996,8 @@
|
|
|
38996
38996
|
{
|
|
38997
38997
|
"description": "The shadow of the Input components.\n",
|
|
38998
38998
|
"commentRange": {
|
|
38999
|
-
"start":
|
|
39000
|
-
"end":
|
|
38999
|
+
"start": 111,
|
|
39000
|
+
"end": 112
|
|
39001
39001
|
},
|
|
39002
39002
|
"context": {
|
|
39003
39003
|
"type": "variable",
|
|
@@ -39005,8 +39005,8 @@
|
|
|
39005
39005
|
"value": "null",
|
|
39006
39006
|
"scope": "default",
|
|
39007
39007
|
"line": {
|
|
39008
|
-
"start":
|
|
39009
|
-
"end":
|
|
39008
|
+
"start": 113,
|
|
39009
|
+
"end": 113
|
|
39010
39010
|
}
|
|
39011
39011
|
},
|
|
39012
39012
|
"group": [
|
|
@@ -39021,8 +39021,8 @@
|
|
|
39021
39021
|
{
|
|
39022
39022
|
"description": "The background color of the hovered Input components.\n",
|
|
39023
39023
|
"commentRange": {
|
|
39024
|
-
"start":
|
|
39025
|
-
"end":
|
|
39024
|
+
"start": 115,
|
|
39025
|
+
"end": 116
|
|
39026
39026
|
},
|
|
39027
39027
|
"context": {
|
|
39028
39028
|
"type": "variable",
|
|
@@ -39030,8 +39030,8 @@
|
|
|
39030
39030
|
"value": "null",
|
|
39031
39031
|
"scope": "default",
|
|
39032
39032
|
"line": {
|
|
39033
|
-
"start":
|
|
39034
|
-
"end":
|
|
39033
|
+
"start": 117,
|
|
39034
|
+
"end": 117
|
|
39035
39035
|
}
|
|
39036
39036
|
},
|
|
39037
39037
|
"group": [
|
|
@@ -39046,8 +39046,8 @@
|
|
|
39046
39046
|
{
|
|
39047
39047
|
"description": "The text color of the hovered Input components.\n",
|
|
39048
39048
|
"commentRange": {
|
|
39049
|
-
"start":
|
|
39050
|
-
"end":
|
|
39049
|
+
"start": 118,
|
|
39050
|
+
"end": 119
|
|
39051
39051
|
},
|
|
39052
39052
|
"context": {
|
|
39053
39053
|
"type": "variable",
|
|
@@ -39055,8 +39055,8 @@
|
|
|
39055
39055
|
"value": "null",
|
|
39056
39056
|
"scope": "default",
|
|
39057
39057
|
"line": {
|
|
39058
|
-
"start":
|
|
39059
|
-
"end":
|
|
39058
|
+
"start": 120,
|
|
39059
|
+
"end": 120
|
|
39060
39060
|
}
|
|
39061
39061
|
},
|
|
39062
39062
|
"group": [
|
|
@@ -39071,8 +39071,8 @@
|
|
|
39071
39071
|
{
|
|
39072
39072
|
"description": "The border color of the hovered Input components.\n",
|
|
39073
39073
|
"commentRange": {
|
|
39074
|
-
"start":
|
|
39075
|
-
"end":
|
|
39074
|
+
"start": 121,
|
|
39075
|
+
"end": 122
|
|
39076
39076
|
},
|
|
39077
39077
|
"context": {
|
|
39078
39078
|
"type": "variable",
|
|
@@ -39080,8 +39080,8 @@
|
|
|
39080
39080
|
"value": "k-color(border-alt)",
|
|
39081
39081
|
"scope": "default",
|
|
39082
39082
|
"line": {
|
|
39083
|
-
"start":
|
|
39084
|
-
"end":
|
|
39083
|
+
"start": 123,
|
|
39084
|
+
"end": 123
|
|
39085
39085
|
}
|
|
39086
39086
|
},
|
|
39087
39087
|
"group": [
|
|
@@ -39096,8 +39096,8 @@
|
|
|
39096
39096
|
{
|
|
39097
39097
|
"description": "The shadow of the hovered Input components.\n",
|
|
39098
39098
|
"commentRange": {
|
|
39099
|
-
"start":
|
|
39100
|
-
"end":
|
|
39099
|
+
"start": 124,
|
|
39100
|
+
"end": 125
|
|
39101
39101
|
},
|
|
39102
39102
|
"context": {
|
|
39103
39103
|
"type": "variable",
|
|
@@ -39105,8 +39105,8 @@
|
|
|
39105
39105
|
"value": "null",
|
|
39106
39106
|
"scope": "default",
|
|
39107
39107
|
"line": {
|
|
39108
|
-
"start":
|
|
39109
|
-
"end":
|
|
39108
|
+
"start": 126,
|
|
39109
|
+
"end": 126
|
|
39110
39110
|
}
|
|
39111
39111
|
},
|
|
39112
39112
|
"group": [
|
|
@@ -39121,8 +39121,8 @@
|
|
|
39121
39121
|
{
|
|
39122
39122
|
"description": "The background color of the focused Input components.\n",
|
|
39123
39123
|
"commentRange": {
|
|
39124
|
-
"start":
|
|
39125
|
-
"end":
|
|
39124
|
+
"start": 128,
|
|
39125
|
+
"end": 129
|
|
39126
39126
|
},
|
|
39127
39127
|
"context": {
|
|
39128
39128
|
"type": "variable",
|
|
@@ -39130,8 +39130,8 @@
|
|
|
39130
39130
|
"value": "$kendo-input-bg",
|
|
39131
39131
|
"scope": "default",
|
|
39132
39132
|
"line": {
|
|
39133
|
-
"start":
|
|
39134
|
-
"end":
|
|
39133
|
+
"start": 130,
|
|
39134
|
+
"end": 130
|
|
39135
39135
|
}
|
|
39136
39136
|
},
|
|
39137
39137
|
"group": [
|
|
@@ -39146,8 +39146,8 @@
|
|
|
39146
39146
|
{
|
|
39147
39147
|
"description": "The text color of the focused Input components.\n",
|
|
39148
39148
|
"commentRange": {
|
|
39149
|
-
"start":
|
|
39150
|
-
"end":
|
|
39149
|
+
"start": 131,
|
|
39150
|
+
"end": 132
|
|
39151
39151
|
},
|
|
39152
39152
|
"context": {
|
|
39153
39153
|
"type": "variable",
|
|
@@ -39155,8 +39155,8 @@
|
|
|
39155
39155
|
"value": "$kendo-input-text",
|
|
39156
39156
|
"scope": "default",
|
|
39157
39157
|
"line": {
|
|
39158
|
-
"start":
|
|
39159
|
-
"end":
|
|
39158
|
+
"start": 133,
|
|
39159
|
+
"end": 133
|
|
39160
39160
|
}
|
|
39161
39161
|
},
|
|
39162
39162
|
"group": [
|
|
@@ -39171,8 +39171,8 @@
|
|
|
39171
39171
|
{
|
|
39172
39172
|
"description": "The border color of the focused Input components.\n",
|
|
39173
39173
|
"commentRange": {
|
|
39174
|
-
"start":
|
|
39175
|
-
"end":
|
|
39174
|
+
"start": 134,
|
|
39175
|
+
"end": 135
|
|
39176
39176
|
},
|
|
39177
39177
|
"context": {
|
|
39178
39178
|
"type": "variable",
|
|
@@ -39180,8 +39180,8 @@
|
|
|
39180
39180
|
"value": "k-color(primary-emphasis)",
|
|
39181
39181
|
"scope": "default",
|
|
39182
39182
|
"line": {
|
|
39183
|
-
"start":
|
|
39184
|
-
"end":
|
|
39183
|
+
"start": 136,
|
|
39184
|
+
"end": 136
|
|
39185
39185
|
}
|
|
39186
39186
|
},
|
|
39187
39187
|
"group": [
|
|
@@ -39196,8 +39196,8 @@
|
|
|
39196
39196
|
{
|
|
39197
39197
|
"description": "The shadow of the focused Input components.\n",
|
|
39198
39198
|
"commentRange": {
|
|
39199
|
-
"start":
|
|
39200
|
-
"end":
|
|
39199
|
+
"start": 137,
|
|
39200
|
+
"end": 138
|
|
39201
39201
|
},
|
|
39202
39202
|
"context": {
|
|
39203
39203
|
"type": "variable",
|
|
@@ -39205,8 +39205,8 @@
|
|
|
39205
39205
|
"value": "0 0 0 .25rem color-mix(in srgb, k-color(primary) 25%, transparent)",
|
|
39206
39206
|
"scope": "default",
|
|
39207
39207
|
"line": {
|
|
39208
|
-
"start":
|
|
39209
|
-
"end":
|
|
39208
|
+
"start": 139,
|
|
39209
|
+
"end": 139
|
|
39210
39210
|
}
|
|
39211
39211
|
},
|
|
39212
39212
|
"group": [
|
|
@@ -39221,8 +39221,8 @@
|
|
|
39221
39221
|
{
|
|
39222
39222
|
"description": "The background color of the disabled Input components.\n",
|
|
39223
39223
|
"commentRange": {
|
|
39224
|
-
"start":
|
|
39225
|
-
"end":
|
|
39224
|
+
"start": 141,
|
|
39225
|
+
"end": 142
|
|
39226
39226
|
},
|
|
39227
39227
|
"context": {
|
|
39228
39228
|
"type": "variable",
|
|
@@ -39230,8 +39230,8 @@
|
|
|
39230
39230
|
"value": "null",
|
|
39231
39231
|
"scope": "default",
|
|
39232
39232
|
"line": {
|
|
39233
|
-
"start":
|
|
39234
|
-
"end":
|
|
39233
|
+
"start": 143,
|
|
39234
|
+
"end": 143
|
|
39235
39235
|
}
|
|
39236
39236
|
},
|
|
39237
39237
|
"group": [
|
|
@@ -39246,8 +39246,8 @@
|
|
|
39246
39246
|
{
|
|
39247
39247
|
"description": "The text color of the disabled Input components.\n",
|
|
39248
39248
|
"commentRange": {
|
|
39249
|
-
"start":
|
|
39250
|
-
"end":
|
|
39249
|
+
"start": 144,
|
|
39250
|
+
"end": 145
|
|
39251
39251
|
},
|
|
39252
39252
|
"context": {
|
|
39253
39253
|
"type": "variable",
|
|
@@ -39255,8 +39255,8 @@
|
|
|
39255
39255
|
"value": "null",
|
|
39256
39256
|
"scope": "default",
|
|
39257
39257
|
"line": {
|
|
39258
|
-
"start":
|
|
39259
|
-
"end":
|
|
39258
|
+
"start": 146,
|
|
39259
|
+
"end": 146
|
|
39260
39260
|
}
|
|
39261
39261
|
},
|
|
39262
39262
|
"group": [
|
|
@@ -39271,8 +39271,8 @@
|
|
|
39271
39271
|
{
|
|
39272
39272
|
"description": "The border color of the disabled Input components.\n",
|
|
39273
39273
|
"commentRange": {
|
|
39274
|
-
"start":
|
|
39275
|
-
"end":
|
|
39274
|
+
"start": 147,
|
|
39275
|
+
"end": 148
|
|
39276
39276
|
},
|
|
39277
39277
|
"context": {
|
|
39278
39278
|
"type": "variable",
|
|
@@ -39280,8 +39280,8 @@
|
|
|
39280
39280
|
"value": "null",
|
|
39281
39281
|
"scope": "default",
|
|
39282
39282
|
"line": {
|
|
39283
|
-
"start":
|
|
39284
|
-
"end":
|
|
39283
|
+
"start": 149,
|
|
39284
|
+
"end": 149
|
|
39285
39285
|
}
|
|
39286
39286
|
},
|
|
39287
39287
|
"group": [
|
|
@@ -39296,8 +39296,8 @@
|
|
|
39296
39296
|
{
|
|
39297
39297
|
"description": "The gradient of the disabled Input components.\n",
|
|
39298
39298
|
"commentRange": {
|
|
39299
|
-
"start":
|
|
39300
|
-
"end":
|
|
39299
|
+
"start": 150,
|
|
39300
|
+
"end": 151
|
|
39301
39301
|
},
|
|
39302
39302
|
"context": {
|
|
39303
39303
|
"type": "variable",
|
|
@@ -39305,8 +39305,8 @@
|
|
|
39305
39305
|
"value": "null",
|
|
39306
39306
|
"scope": "default",
|
|
39307
39307
|
"line": {
|
|
39308
|
-
"start":
|
|
39309
|
-
"end":
|
|
39308
|
+
"start": 152,
|
|
39309
|
+
"end": 152
|
|
39310
39310
|
}
|
|
39311
39311
|
},
|
|
39312
39312
|
"group": [
|
|
@@ -39321,8 +39321,8 @@
|
|
|
39321
39321
|
{
|
|
39322
39322
|
"description": "The shadow of the disabled Input components.\n",
|
|
39323
39323
|
"commentRange": {
|
|
39324
|
-
"start":
|
|
39325
|
-
"end":
|
|
39324
|
+
"start": 153,
|
|
39325
|
+
"end": 154
|
|
39326
39326
|
},
|
|
39327
39327
|
"context": {
|
|
39328
39328
|
"type": "variable",
|
|
@@ -39330,8 +39330,8 @@
|
|
|
39330
39330
|
"value": "null",
|
|
39331
39331
|
"scope": "default",
|
|
39332
39332
|
"line": {
|
|
39333
|
-
"start":
|
|
39334
|
-
"end":
|
|
39333
|
+
"start": 155,
|
|
39334
|
+
"end": 155
|
|
39335
39335
|
}
|
|
39336
39336
|
},
|
|
39337
39337
|
"group": [
|
|
@@ -39346,8 +39346,8 @@
|
|
|
39346
39346
|
{
|
|
39347
39347
|
"description": "The background color of the outline Input components.\n",
|
|
39348
39348
|
"commentRange": {
|
|
39349
|
-
"start":
|
|
39350
|
-
"end":
|
|
39349
|
+
"start": 157,
|
|
39350
|
+
"end": 158
|
|
39351
39351
|
},
|
|
39352
39352
|
"context": {
|
|
39353
39353
|
"type": "variable",
|
|
@@ -39355,8 +39355,8 @@
|
|
|
39355
39355
|
"value": "null",
|
|
39356
39356
|
"scope": "default",
|
|
39357
39357
|
"line": {
|
|
39358
|
-
"start":
|
|
39359
|
-
"end":
|
|
39358
|
+
"start": 159,
|
|
39359
|
+
"end": 159
|
|
39360
39360
|
}
|
|
39361
39361
|
},
|
|
39362
39362
|
"group": [
|
|
@@ -39371,8 +39371,8 @@
|
|
|
39371
39371
|
{
|
|
39372
39372
|
"description": "The text color of the outline Input components.\n",
|
|
39373
39373
|
"commentRange": {
|
|
39374
|
-
"start":
|
|
39375
|
-
"end":
|
|
39374
|
+
"start": 160,
|
|
39375
|
+
"end": 161
|
|
39376
39376
|
},
|
|
39377
39377
|
"context": {
|
|
39378
39378
|
"type": "variable",
|
|
@@ -39380,8 +39380,8 @@
|
|
|
39380
39380
|
"value": "k-color(on-app-surface)",
|
|
39381
39381
|
"scope": "default",
|
|
39382
39382
|
"line": {
|
|
39383
|
-
"start":
|
|
39384
|
-
"end":
|
|
39383
|
+
"start": 162,
|
|
39384
|
+
"end": 162
|
|
39385
39385
|
}
|
|
39386
39386
|
},
|
|
39387
39387
|
"group": [
|
|
@@ -39396,8 +39396,8 @@
|
|
|
39396
39396
|
{
|
|
39397
39397
|
"description": "The border color of the outline Input components.\n",
|
|
39398
39398
|
"commentRange": {
|
|
39399
|
-
"start":
|
|
39400
|
-
"end":
|
|
39399
|
+
"start": 163,
|
|
39400
|
+
"end": 164
|
|
39401
39401
|
},
|
|
39402
39402
|
"context": {
|
|
39403
39403
|
"type": "variable",
|
|
@@ -39405,8 +39405,8 @@
|
|
|
39405
39405
|
"value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
|
|
39406
39406
|
"scope": "default",
|
|
39407
39407
|
"line": {
|
|
39408
|
-
"start":
|
|
39409
|
-
"end":
|
|
39408
|
+
"start": 165,
|
|
39409
|
+
"end": 165
|
|
39410
39410
|
}
|
|
39411
39411
|
},
|
|
39412
39412
|
"group": [
|
|
@@ -39421,8 +39421,8 @@
|
|
|
39421
39421
|
{
|
|
39422
39422
|
"description": "The background color of the outline hovered Input components.\n",
|
|
39423
39423
|
"commentRange": {
|
|
39424
|
-
"start":
|
|
39425
|
-
"end":
|
|
39424
|
+
"start": 166,
|
|
39425
|
+
"end": 167
|
|
39426
39426
|
},
|
|
39427
39427
|
"context": {
|
|
39428
39428
|
"type": "variable",
|
|
@@ -39430,8 +39430,8 @@
|
|
|
39430
39430
|
"value": "null",
|
|
39431
39431
|
"scope": "default",
|
|
39432
39432
|
"line": {
|
|
39433
|
-
"start":
|
|
39434
|
-
"end":
|
|
39433
|
+
"start": 168,
|
|
39434
|
+
"end": 168
|
|
39435
39435
|
}
|
|
39436
39436
|
},
|
|
39437
39437
|
"group": [
|
|
@@ -39446,8 +39446,8 @@
|
|
|
39446
39446
|
{
|
|
39447
39447
|
"description": "The text color of the outline hovered Input components.\n",
|
|
39448
39448
|
"commentRange": {
|
|
39449
|
-
"start":
|
|
39450
|
-
"end":
|
|
39449
|
+
"start": 169,
|
|
39450
|
+
"end": 170
|
|
39451
39451
|
},
|
|
39452
39452
|
"context": {
|
|
39453
39453
|
"type": "variable",
|
|
@@ -39455,8 +39455,8 @@
|
|
|
39455
39455
|
"value": "null",
|
|
39456
39456
|
"scope": "default",
|
|
39457
39457
|
"line": {
|
|
39458
|
-
"start":
|
|
39459
|
-
"end":
|
|
39458
|
+
"start": 171,
|
|
39459
|
+
"end": 171
|
|
39460
39460
|
}
|
|
39461
39461
|
},
|
|
39462
39462
|
"group": [
|
|
@@ -39471,8 +39471,8 @@
|
|
|
39471
39471
|
{
|
|
39472
39472
|
"description": "The border color of the outline hovered Input components.\n",
|
|
39473
39473
|
"commentRange": {
|
|
39474
|
-
"start":
|
|
39475
|
-
"end":
|
|
39474
|
+
"start": 172,
|
|
39475
|
+
"end": 173
|
|
39476
39476
|
},
|
|
39477
39477
|
"context": {
|
|
39478
39478
|
"type": "variable",
|
|
@@ -39480,8 +39480,8 @@
|
|
|
39480
39480
|
"value": "$kendo-input-outline-border",
|
|
39481
39481
|
"scope": "default",
|
|
39482
39482
|
"line": {
|
|
39483
|
-
"start":
|
|
39484
|
-
"end":
|
|
39483
|
+
"start": 174,
|
|
39484
|
+
"end": 174
|
|
39485
39485
|
}
|
|
39486
39486
|
},
|
|
39487
39487
|
"group": [
|
|
@@ -39496,8 +39496,8 @@
|
|
|
39496
39496
|
{
|
|
39497
39497
|
"description": "The background color of the outline focused Input components.\n",
|
|
39498
39498
|
"commentRange": {
|
|
39499
|
-
"start":
|
|
39500
|
-
"end":
|
|
39499
|
+
"start": 176,
|
|
39500
|
+
"end": 177
|
|
39501
39501
|
},
|
|
39502
39502
|
"context": {
|
|
39503
39503
|
"type": "variable",
|
|
@@ -39505,8 +39505,8 @@
|
|
|
39505
39505
|
"value": "null",
|
|
39506
39506
|
"scope": "default",
|
|
39507
39507
|
"line": {
|
|
39508
|
-
"start":
|
|
39509
|
-
"end":
|
|
39508
|
+
"start": 178,
|
|
39509
|
+
"end": 178
|
|
39510
39510
|
}
|
|
39511
39511
|
},
|
|
39512
39512
|
"group": [
|
|
@@ -39521,8 +39521,8 @@
|
|
|
39521
39521
|
{
|
|
39522
39522
|
"description": "The text color of the outline focused Input components.\n",
|
|
39523
39523
|
"commentRange": {
|
|
39524
|
-
"start":
|
|
39525
|
-
"end":
|
|
39524
|
+
"start": 179,
|
|
39525
|
+
"end": 180
|
|
39526
39526
|
},
|
|
39527
39527
|
"context": {
|
|
39528
39528
|
"type": "variable",
|
|
@@ -39530,8 +39530,8 @@
|
|
|
39530
39530
|
"value": "null",
|
|
39531
39531
|
"scope": "default",
|
|
39532
39532
|
"line": {
|
|
39533
|
-
"start":
|
|
39534
|
-
"end":
|
|
39533
|
+
"start": 181,
|
|
39534
|
+
"end": 181
|
|
39535
39535
|
}
|
|
39536
39536
|
},
|
|
39537
39537
|
"group": [
|
|
@@ -39546,8 +39546,8 @@
|
|
|
39546
39546
|
{
|
|
39547
39547
|
"description": "The border color of the outline focused Input components.\n",
|
|
39548
39548
|
"commentRange": {
|
|
39549
|
-
"start":
|
|
39550
|
-
"end":
|
|
39549
|
+
"start": 182,
|
|
39550
|
+
"end": 183
|
|
39551
39551
|
},
|
|
39552
39552
|
"context": {
|
|
39553
39553
|
"type": "variable",
|
|
@@ -39555,8 +39555,8 @@
|
|
|
39555
39555
|
"value": "$kendo-input-focus-border",
|
|
39556
39556
|
"scope": "default",
|
|
39557
39557
|
"line": {
|
|
39558
|
-
"start":
|
|
39559
|
-
"end":
|
|
39558
|
+
"start": 184,
|
|
39559
|
+
"end": 184
|
|
39560
39560
|
}
|
|
39561
39561
|
},
|
|
39562
39562
|
"group": [
|
|
@@ -39571,8 +39571,8 @@
|
|
|
39571
39571
|
{
|
|
39572
39572
|
"description": "The shadow of the outline focused Input components.\n",
|
|
39573
39573
|
"commentRange": {
|
|
39574
|
-
"start":
|
|
39575
|
-
"end":
|
|
39574
|
+
"start": 185,
|
|
39575
|
+
"end": 186
|
|
39576
39576
|
},
|
|
39577
39577
|
"context": {
|
|
39578
39578
|
"type": "variable",
|
|
@@ -39580,8 +39580,8 @@
|
|
|
39580
39580
|
"value": "$kendo-input-focus-shadow",
|
|
39581
39581
|
"scope": "default",
|
|
39582
39582
|
"line": {
|
|
39583
|
-
"start":
|
|
39584
|
-
"end":
|
|
39583
|
+
"start": 187,
|
|
39584
|
+
"end": 187
|
|
39585
39585
|
}
|
|
39586
39586
|
},
|
|
39587
39587
|
"group": [
|
|
@@ -39596,8 +39596,8 @@
|
|
|
39596
39596
|
{
|
|
39597
39597
|
"description": "The background color of the flat Input components.\n",
|
|
39598
39598
|
"commentRange": {
|
|
39599
|
-
"start":
|
|
39600
|
-
"end":
|
|
39599
|
+
"start": 189,
|
|
39600
|
+
"end": 190
|
|
39601
39601
|
},
|
|
39602
39602
|
"context": {
|
|
39603
39603
|
"type": "variable",
|
|
@@ -39605,8 +39605,8 @@
|
|
|
39605
39605
|
"value": "null",
|
|
39606
39606
|
"scope": "default",
|
|
39607
39607
|
"line": {
|
|
39608
|
-
"start":
|
|
39609
|
-
"end":
|
|
39608
|
+
"start": 191,
|
|
39609
|
+
"end": 191
|
|
39610
39610
|
}
|
|
39611
39611
|
},
|
|
39612
39612
|
"group": [
|
|
@@ -39621,8 +39621,8 @@
|
|
|
39621
39621
|
{
|
|
39622
39622
|
"description": "The text color of the flat Input components.\n",
|
|
39623
39623
|
"commentRange": {
|
|
39624
|
-
"start":
|
|
39625
|
-
"end":
|
|
39624
|
+
"start": 192,
|
|
39625
|
+
"end": 193
|
|
39626
39626
|
},
|
|
39627
39627
|
"context": {
|
|
39628
39628
|
"type": "variable",
|
|
@@ -39630,8 +39630,8 @@
|
|
|
39630
39630
|
"value": "$kendo-input-text",
|
|
39631
39631
|
"scope": "default",
|
|
39632
39632
|
"line": {
|
|
39633
|
-
"start":
|
|
39634
|
-
"end":
|
|
39633
|
+
"start": 194,
|
|
39634
|
+
"end": 194
|
|
39635
39635
|
}
|
|
39636
39636
|
},
|
|
39637
39637
|
"group": [
|
|
@@ -39646,8 +39646,8 @@
|
|
|
39646
39646
|
{
|
|
39647
39647
|
"description": "The border color of the flat Input components.\n",
|
|
39648
39648
|
"commentRange": {
|
|
39649
|
-
"start":
|
|
39650
|
-
"end":
|
|
39649
|
+
"start": 195,
|
|
39650
|
+
"end": 196
|
|
39651
39651
|
},
|
|
39652
39652
|
"context": {
|
|
39653
39653
|
"type": "variable",
|
|
@@ -39655,8 +39655,8 @@
|
|
|
39655
39655
|
"value": "$kendo-input-border",
|
|
39656
39656
|
"scope": "default",
|
|
39657
39657
|
"line": {
|
|
39658
|
-
"start":
|
|
39659
|
-
"end":
|
|
39658
|
+
"start": 197,
|
|
39659
|
+
"end": 197
|
|
39660
39660
|
}
|
|
39661
39661
|
},
|
|
39662
39662
|
"group": [
|
|
@@ -39671,8 +39671,8 @@
|
|
|
39671
39671
|
{
|
|
39672
39672
|
"description": "The background color of the flat hovered Input components.\n",
|
|
39673
39673
|
"commentRange": {
|
|
39674
|
-
"start":
|
|
39675
|
-
"end":
|
|
39674
|
+
"start": 199,
|
|
39675
|
+
"end": 200
|
|
39676
39676
|
},
|
|
39677
39677
|
"context": {
|
|
39678
39678
|
"type": "variable",
|
|
@@ -39680,8 +39680,8 @@
|
|
|
39680
39680
|
"value": "null",
|
|
39681
39681
|
"scope": "default",
|
|
39682
39682
|
"line": {
|
|
39683
|
-
"start":
|
|
39684
|
-
"end":
|
|
39683
|
+
"start": 201,
|
|
39684
|
+
"end": 201
|
|
39685
39685
|
}
|
|
39686
39686
|
},
|
|
39687
39687
|
"group": [
|
|
@@ -39696,8 +39696,8 @@
|
|
|
39696
39696
|
{
|
|
39697
39697
|
"description": "The text color of the flat hovered Input components.\n",
|
|
39698
39698
|
"commentRange": {
|
|
39699
|
-
"start":
|
|
39700
|
-
"end":
|
|
39699
|
+
"start": 202,
|
|
39700
|
+
"end": 203
|
|
39701
39701
|
},
|
|
39702
39702
|
"context": {
|
|
39703
39703
|
"type": "variable",
|
|
@@ -39705,8 +39705,8 @@
|
|
|
39705
39705
|
"value": "null",
|
|
39706
39706
|
"scope": "default",
|
|
39707
39707
|
"line": {
|
|
39708
|
-
"start":
|
|
39709
|
-
"end":
|
|
39708
|
+
"start": 204,
|
|
39709
|
+
"end": 204
|
|
39710
39710
|
}
|
|
39711
39711
|
},
|
|
39712
39712
|
"group": [
|
|
@@ -39721,8 +39721,8 @@
|
|
|
39721
39721
|
{
|
|
39722
39722
|
"description": "The border color of the flat hovered Input components.\n",
|
|
39723
39723
|
"commentRange": {
|
|
39724
|
-
"start":
|
|
39725
|
-
"end":
|
|
39724
|
+
"start": 205,
|
|
39725
|
+
"end": 206
|
|
39726
39726
|
},
|
|
39727
39727
|
"context": {
|
|
39728
39728
|
"type": "variable",
|
|
@@ -39730,8 +39730,8 @@
|
|
|
39730
39730
|
"value": "$kendo-input-hover-border",
|
|
39731
39731
|
"scope": "default",
|
|
39732
39732
|
"line": {
|
|
39733
|
-
"start":
|
|
39734
|
-
"end":
|
|
39733
|
+
"start": 207,
|
|
39734
|
+
"end": 207
|
|
39735
39735
|
}
|
|
39736
39736
|
},
|
|
39737
39737
|
"group": [
|
|
@@ -39746,8 +39746,8 @@
|
|
|
39746
39746
|
{
|
|
39747
39747
|
"description": "The background color of the flat focused Input components.\n",
|
|
39748
39748
|
"commentRange": {
|
|
39749
|
-
"start":
|
|
39750
|
-
"end":
|
|
39749
|
+
"start": 209,
|
|
39750
|
+
"end": 210
|
|
39751
39751
|
},
|
|
39752
39752
|
"context": {
|
|
39753
39753
|
"type": "variable",
|
|
@@ -39755,8 +39755,8 @@
|
|
|
39755
39755
|
"value": "null",
|
|
39756
39756
|
"scope": "default",
|
|
39757
39757
|
"line": {
|
|
39758
|
-
"start":
|
|
39759
|
-
"end":
|
|
39758
|
+
"start": 211,
|
|
39759
|
+
"end": 211
|
|
39760
39760
|
}
|
|
39761
39761
|
},
|
|
39762
39762
|
"group": [
|
|
@@ -39771,8 +39771,8 @@
|
|
|
39771
39771
|
{
|
|
39772
39772
|
"description": "The text color of the flat focused Input components.\n",
|
|
39773
39773
|
"commentRange": {
|
|
39774
|
-
"start":
|
|
39775
|
-
"end":
|
|
39774
|
+
"start": 212,
|
|
39775
|
+
"end": 213
|
|
39776
39776
|
},
|
|
39777
39777
|
"context": {
|
|
39778
39778
|
"type": "variable",
|
|
@@ -39780,8 +39780,8 @@
|
|
|
39780
39780
|
"value": "null",
|
|
39781
39781
|
"scope": "default",
|
|
39782
39782
|
"line": {
|
|
39783
|
-
"start":
|
|
39784
|
-
"end":
|
|
39783
|
+
"start": 214,
|
|
39784
|
+
"end": 214
|
|
39785
39785
|
}
|
|
39786
39786
|
},
|
|
39787
39787
|
"group": [
|
|
@@ -39796,8 +39796,8 @@
|
|
|
39796
39796
|
{
|
|
39797
39797
|
"description": "The border color of the flat focused Input components.\n",
|
|
39798
39798
|
"commentRange": {
|
|
39799
|
-
"start":
|
|
39800
|
-
"end":
|
|
39799
|
+
"start": 215,
|
|
39800
|
+
"end": 216
|
|
39801
39801
|
},
|
|
39802
39802
|
"context": {
|
|
39803
39803
|
"type": "variable",
|
|
@@ -39805,8 +39805,8 @@
|
|
|
39805
39805
|
"value": "$kendo-input-focus-border",
|
|
39806
39806
|
"scope": "default",
|
|
39807
39807
|
"line": {
|
|
39808
|
-
"start":
|
|
39809
|
-
"end":
|
|
39808
|
+
"start": 217,
|
|
39809
|
+
"end": 217
|
|
39810
39810
|
}
|
|
39811
39811
|
},
|
|
39812
39812
|
"group": [
|
|
@@ -39821,8 +39821,8 @@
|
|
|
39821
39821
|
{
|
|
39822
39822
|
"description": "The shadow of the flat focused Input components.\n",
|
|
39823
39823
|
"commentRange": {
|
|
39824
|
-
"start":
|
|
39825
|
-
"end":
|
|
39824
|
+
"start": 218,
|
|
39825
|
+
"end": 219
|
|
39826
39826
|
},
|
|
39827
39827
|
"context": {
|
|
39828
39828
|
"type": "variable",
|
|
@@ -39830,8 +39830,8 @@
|
|
|
39830
39830
|
"value": "$kendo-input-focus-shadow",
|
|
39831
39831
|
"scope": "default",
|
|
39832
39832
|
"line": {
|
|
39833
|
-
"start":
|
|
39834
|
-
"end":
|
|
39833
|
+
"start": 220,
|
|
39834
|
+
"end": 220
|
|
39835
39835
|
}
|
|
39836
39836
|
},
|
|
39837
39837
|
"group": [
|
|
@@ -39846,8 +39846,8 @@
|
|
|
39846
39846
|
{
|
|
39847
39847
|
"description": "The text color of the Input placeholder.\n",
|
|
39848
39848
|
"commentRange": {
|
|
39849
|
-
"start":
|
|
39850
|
-
"end":
|
|
39849
|
+
"start": 222,
|
|
39850
|
+
"end": 223
|
|
39851
39851
|
},
|
|
39852
39852
|
"context": {
|
|
39853
39853
|
"type": "variable",
|
|
@@ -39855,8 +39855,8 @@
|
|
|
39855
39855
|
"value": "k-color(subtle)",
|
|
39856
39856
|
"scope": "default",
|
|
39857
39857
|
"line": {
|
|
39858
|
-
"start":
|
|
39859
|
-
"end":
|
|
39858
|
+
"start": 224,
|
|
39859
|
+
"end": 224
|
|
39860
39860
|
}
|
|
39861
39861
|
},
|
|
39862
39862
|
"group": [
|
|
@@ -39871,8 +39871,8 @@
|
|
|
39871
39871
|
{
|
|
39872
39872
|
"description": "The opacity of the Input placeholder.\n",
|
|
39873
39873
|
"commentRange": {
|
|
39874
|
-
"start":
|
|
39875
|
-
"end":
|
|
39874
|
+
"start": 225,
|
|
39875
|
+
"end": 226
|
|
39876
39876
|
},
|
|
39877
39877
|
"context": {
|
|
39878
39878
|
"type": "variable",
|
|
@@ -39880,8 +39880,8 @@
|
|
|
39880
39880
|
"value": "1",
|
|
39881
39881
|
"scope": "default",
|
|
39882
39882
|
"line": {
|
|
39883
|
-
"start":
|
|
39884
|
-
"end":
|
|
39883
|
+
"start": 227,
|
|
39884
|
+
"end": 227
|
|
39885
39885
|
}
|
|
39886
39886
|
},
|
|
39887
39887
|
"group": [
|
|
@@ -39896,8 +39896,8 @@
|
|
|
39896
39896
|
{
|
|
39897
39897
|
"description": "The color of the Input clear value icon.\n",
|
|
39898
39898
|
"commentRange": {
|
|
39899
|
-
"start":
|
|
39900
|
-
"end":
|
|
39899
|
+
"start": 229,
|
|
39900
|
+
"end": 230
|
|
39901
39901
|
},
|
|
39902
39902
|
"context": {
|
|
39903
39903
|
"type": "variable",
|
|
@@ -39905,8 +39905,8 @@
|
|
|
39905
39905
|
"value": "null",
|
|
39906
39906
|
"scope": "default",
|
|
39907
39907
|
"line": {
|
|
39908
|
-
"start":
|
|
39909
|
-
"end":
|
|
39908
|
+
"start": 231,
|
|
39909
|
+
"end": 231
|
|
39910
39910
|
}
|
|
39911
39911
|
},
|
|
39912
39912
|
"group": [
|
|
@@ -39921,8 +39921,8 @@
|
|
|
39921
39921
|
{
|
|
39922
39922
|
"description": "The opacity of the Input clear value icon.\n",
|
|
39923
39923
|
"commentRange": {
|
|
39924
|
-
"start":
|
|
39925
|
-
"end":
|
|
39924
|
+
"start": 232,
|
|
39925
|
+
"end": 233
|
|
39926
39926
|
},
|
|
39927
39927
|
"context": {
|
|
39928
39928
|
"type": "variable",
|
|
@@ -39930,8 +39930,8 @@
|
|
|
39930
39930
|
"value": ".5",
|
|
39931
39931
|
"scope": "default",
|
|
39932
39932
|
"line": {
|
|
39933
|
-
"start":
|
|
39934
|
-
"end":
|
|
39933
|
+
"start": 234,
|
|
39934
|
+
"end": 234
|
|
39935
39935
|
}
|
|
39936
39936
|
},
|
|
39937
39937
|
"group": [
|
|
@@ -39946,8 +39946,8 @@
|
|
|
39946
39946
|
{
|
|
39947
39947
|
"description": "The color of the hovered Input clear value icon.\n",
|
|
39948
39948
|
"commentRange": {
|
|
39949
|
-
"start":
|
|
39950
|
-
"end":
|
|
39949
|
+
"start": 235,
|
|
39950
|
+
"end": 236
|
|
39951
39951
|
},
|
|
39952
39952
|
"context": {
|
|
39953
39953
|
"type": "variable",
|
|
@@ -39955,8 +39955,8 @@
|
|
|
39955
39955
|
"value": "null",
|
|
39956
39956
|
"scope": "default",
|
|
39957
39957
|
"line": {
|
|
39958
|
-
"start":
|
|
39959
|
-
"end":
|
|
39958
|
+
"start": 237,
|
|
39959
|
+
"end": 237
|
|
39960
39960
|
}
|
|
39961
39961
|
},
|
|
39962
39962
|
"group": [
|
|
@@ -39971,8 +39971,8 @@
|
|
|
39971
39971
|
{
|
|
39972
39972
|
"description": "The opacity of the hovered Input clear value icon.\n",
|
|
39973
39973
|
"commentRange": {
|
|
39974
|
-
"start":
|
|
39975
|
-
"end":
|
|
39974
|
+
"start": 238,
|
|
39975
|
+
"end": 239
|
|
39976
39976
|
},
|
|
39977
39977
|
"context": {
|
|
39978
39978
|
"type": "variable",
|
|
@@ -39980,8 +39980,8 @@
|
|
|
39980
39980
|
"value": "1",
|
|
39981
39981
|
"scope": "default",
|
|
39982
39982
|
"line": {
|
|
39983
|
-
"start":
|
|
39984
|
-
"end":
|
|
39983
|
+
"start": 240,
|
|
39984
|
+
"end": 240
|
|
39985
39985
|
}
|
|
39986
39986
|
},
|
|
39987
39987
|
"group": [
|
|
@@ -39996,8 +39996,8 @@
|
|
|
39996
39996
|
{
|
|
39997
39997
|
"description": "The width of the Input button.\n",
|
|
39998
39998
|
"commentRange": {
|
|
39999
|
-
"start":
|
|
40000
|
-
"end":
|
|
39999
|
+
"start": 242,
|
|
40000
|
+
"end": 243
|
|
40001
40001
|
},
|
|
40002
40002
|
"context": {
|
|
40003
40003
|
"type": "variable",
|
|
@@ -40005,8 +40005,8 @@
|
|
|
40005
40005
|
"value": "null",
|
|
40006
40006
|
"scope": "default",
|
|
40007
40007
|
"line": {
|
|
40008
|
-
"start":
|
|
40009
|
-
"end":
|
|
40008
|
+
"start": 244,
|
|
40009
|
+
"end": 244
|
|
40010
40010
|
}
|
|
40011
40011
|
},
|
|
40012
40012
|
"group": [
|
|
@@ -40021,8 +40021,8 @@
|
|
|
40021
40021
|
{
|
|
40022
40022
|
"description": "The border width of the Input button.\n",
|
|
40023
40023
|
"commentRange": {
|
|
40024
|
-
"start":
|
|
40025
|
-
"end":
|
|
40024
|
+
"start": 245,
|
|
40025
|
+
"end": 246
|
|
40026
40026
|
},
|
|
40027
40027
|
"context": {
|
|
40028
40028
|
"type": "variable",
|
|
@@ -40030,8 +40030,8 @@
|
|
|
40030
40030
|
"value": "1px",
|
|
40031
40031
|
"scope": "default",
|
|
40032
40032
|
"line": {
|
|
40033
|
-
"start":
|
|
40034
|
-
"end":
|
|
40033
|
+
"start": 247,
|
|
40034
|
+
"end": 247
|
|
40035
40035
|
}
|
|
40036
40036
|
},
|
|
40037
40037
|
"group": [
|
|
@@ -40046,8 +40046,8 @@
|
|
|
40046
40046
|
{
|
|
40047
40047
|
"description": "The width of the Input spinner button.\n",
|
|
40048
40048
|
"commentRange": {
|
|
40049
|
-
"start":
|
|
40050
|
-
"end":
|
|
40049
|
+
"start": 248,
|
|
40050
|
+
"end": 249
|
|
40051
40051
|
},
|
|
40052
40052
|
"context": {
|
|
40053
40053
|
"type": "variable",
|
|
@@ -40055,8 +40055,8 @@
|
|
|
40055
40055
|
"value": "unset",
|
|
40056
40056
|
"scope": "default",
|
|
40057
40057
|
"line": {
|
|
40058
|
-
"start":
|
|
40059
|
-
"end":
|
|
40058
|
+
"start": 250,
|
|
40059
|
+
"end": 250
|
|
40060
40060
|
}
|
|
40061
40061
|
},
|
|
40062
40062
|
"group": [
|
|
@@ -40071,8 +40071,8 @@
|
|
|
40071
40071
|
{
|
|
40072
40072
|
"description": "The icon offset of the Input spinner button.\n",
|
|
40073
40073
|
"commentRange": {
|
|
40074
|
-
"start":
|
|
40075
|
-
"end":
|
|
40074
|
+
"start": 251,
|
|
40075
|
+
"end": 252
|
|
40076
40076
|
},
|
|
40077
40077
|
"context": {
|
|
40078
40078
|
"type": "variable",
|
|
@@ -40080,8 +40080,8 @@
|
|
|
40080
40080
|
"value": "null",
|
|
40081
40081
|
"scope": "default",
|
|
40082
40082
|
"line": {
|
|
40083
|
-
"start":
|
|
40084
|
-
"end":
|
|
40083
|
+
"start": 253,
|
|
40084
|
+
"end": 253
|
|
40085
40085
|
}
|
|
40086
40086
|
},
|
|
40087
40087
|
"group": [
|
|
@@ -40096,8 +40096,8 @@
|
|
|
40096
40096
|
{
|
|
40097
40097
|
"description": "The color of the Input separator.\n",
|
|
40098
40098
|
"commentRange": {
|
|
40099
|
-
"start":
|
|
40100
|
-
"end":
|
|
40099
|
+
"start": 255,
|
|
40100
|
+
"end": 256
|
|
40101
40101
|
},
|
|
40102
40102
|
"context": {
|
|
40103
40103
|
"type": "variable",
|
|
@@ -40105,8 +40105,8 @@
|
|
|
40105
40105
|
"value": "k-color(border)",
|
|
40106
40106
|
"scope": "default",
|
|
40107
40107
|
"line": {
|
|
40108
|
-
"start":
|
|
40109
|
-
"end":
|
|
40108
|
+
"start": 257,
|
|
40109
|
+
"end": 257
|
|
40110
40110
|
}
|
|
40111
40111
|
},
|
|
40112
40112
|
"group": [
|
|
@@ -40121,8 +40121,8 @@
|
|
|
40121
40121
|
{
|
|
40122
40122
|
"description": "The text color of the Input prefix.\n",
|
|
40123
40123
|
"commentRange": {
|
|
40124
|
-
"start":
|
|
40125
|
-
"end":
|
|
40124
|
+
"start": 259,
|
|
40125
|
+
"end": 260
|
|
40126
40126
|
},
|
|
40127
40127
|
"context": {
|
|
40128
40128
|
"type": "variable",
|
|
@@ -40130,8 +40130,8 @@
|
|
|
40130
40130
|
"value": "k-color(subtle)",
|
|
40131
40131
|
"scope": "default",
|
|
40132
40132
|
"line": {
|
|
40133
|
-
"start":
|
|
40134
|
-
"end":
|
|
40133
|
+
"start": 261,
|
|
40134
|
+
"end": 261
|
|
40135
40135
|
}
|
|
40136
40136
|
},
|
|
40137
40137
|
"group": [
|
|
@@ -40146,8 +40146,8 @@
|
|
|
40146
40146
|
{
|
|
40147
40147
|
"description": "The background color of the Input prefix.\n",
|
|
40148
40148
|
"commentRange": {
|
|
40149
|
-
"start":
|
|
40150
|
-
"end":
|
|
40149
|
+
"start": 262,
|
|
40150
|
+
"end": 263
|
|
40151
40151
|
},
|
|
40152
40152
|
"context": {
|
|
40153
40153
|
"type": "variable",
|
|
@@ -40155,8 +40155,8 @@
|
|
|
40155
40155
|
"value": "k-color(surface)",
|
|
40156
40156
|
"scope": "default",
|
|
40157
40157
|
"line": {
|
|
40158
|
-
"start":
|
|
40159
|
-
"end":
|
|
40158
|
+
"start": 264,
|
|
40159
|
+
"end": 264
|
|
40160
40160
|
}
|
|
40161
40161
|
},
|
|
40162
40162
|
"group": [
|
|
@@ -40171,8 +40171,8 @@
|
|
|
40171
40171
|
{
|
|
40172
40172
|
"description": "The text color of the Input suffix.\n",
|
|
40173
40173
|
"commentRange": {
|
|
40174
|
-
"start":
|
|
40175
|
-
"end":
|
|
40174
|
+
"start": 265,
|
|
40175
|
+
"end": 266
|
|
40176
40176
|
},
|
|
40177
40177
|
"context": {
|
|
40178
40178
|
"type": "variable",
|
|
@@ -40180,8 +40180,8 @@
|
|
|
40180
40180
|
"value": "k-color(subtle)",
|
|
40181
40181
|
"scope": "default",
|
|
40182
40182
|
"line": {
|
|
40183
|
-
"start":
|
|
40184
|
-
"end":
|
|
40183
|
+
"start": 267,
|
|
40184
|
+
"end": 267
|
|
40185
40185
|
}
|
|
40186
40186
|
},
|
|
40187
40187
|
"group": [
|
|
@@ -40196,8 +40196,8 @@
|
|
|
40196
40196
|
{
|
|
40197
40197
|
"description": "The background color of the Input suffix.\n",
|
|
40198
40198
|
"commentRange": {
|
|
40199
|
-
"start":
|
|
40200
|
-
"end":
|
|
40199
|
+
"start": 268,
|
|
40200
|
+
"end": 269
|
|
40201
40201
|
},
|
|
40202
40202
|
"context": {
|
|
40203
40203
|
"type": "variable",
|
|
@@ -40205,8 +40205,8 @@
|
|
|
40205
40205
|
"value": "k-color(surface)",
|
|
40206
40206
|
"scope": "default",
|
|
40207
40207
|
"line": {
|
|
40208
|
-
"start":
|
|
40209
|
-
"end":
|
|
40208
|
+
"start": 270,
|
|
40209
|
+
"end": 270
|
|
40210
40210
|
}
|
|
40211
40211
|
},
|
|
40212
40212
|
"group": [
|
|
@@ -40221,8 +40221,8 @@
|
|
|
40221
40221
|
{
|
|
40222
40222
|
"description": "The border color of the invalid Input components.\n",
|
|
40223
40223
|
"commentRange": {
|
|
40224
|
-
"start":
|
|
40225
|
-
"end":
|
|
40224
|
+
"start": 272,
|
|
40225
|
+
"end": 273
|
|
40226
40226
|
},
|
|
40227
40227
|
"context": {
|
|
40228
40228
|
"type": "variable",
|
|
@@ -40230,8 +40230,8 @@
|
|
|
40230
40230
|
"value": "k-color(error-on-surface)",
|
|
40231
40231
|
"scope": "default",
|
|
40232
40232
|
"line": {
|
|
40233
|
-
"start":
|
|
40234
|
-
"end":
|
|
40233
|
+
"start": 274,
|
|
40234
|
+
"end": 274
|
|
40235
40235
|
}
|
|
40236
40236
|
},
|
|
40237
40237
|
"group": [
|
|
@@ -40246,8 +40246,8 @@
|
|
|
40246
40246
|
{
|
|
40247
40247
|
"description": "The shadow of the invalid Input components.\n",
|
|
40248
40248
|
"commentRange": {
|
|
40249
|
-
"start":
|
|
40250
|
-
"end":
|
|
40249
|
+
"start": 275,
|
|
40250
|
+
"end": 276
|
|
40251
40251
|
},
|
|
40252
40252
|
"context": {
|
|
40253
40253
|
"type": "variable",
|
|
@@ -40255,8 +40255,8 @@
|
|
|
40255
40255
|
"value": "0 0 0 .25rem color-mix(in srgb, k-color(error) 25%, transparent)",
|
|
40256
40256
|
"scope": "default",
|
|
40257
40257
|
"line": {
|
|
40258
|
-
"start":
|
|
40259
|
-
"end":
|
|
40258
|
+
"start": 277,
|
|
40259
|
+
"end": 277
|
|
40260
40260
|
}
|
|
40261
40261
|
},
|
|
40262
40262
|
"group": [
|
|
@@ -53921,8 +53921,8 @@
|
|
|
53921
53921
|
{
|
|
53922
53922
|
"description": "The background color of the Picker components.\n",
|
|
53923
53923
|
"commentRange": {
|
|
53924
|
-
"start":
|
|
53925
|
-
"end":
|
|
53924
|
+
"start": 279,
|
|
53925
|
+
"end": 280
|
|
53926
53926
|
},
|
|
53927
53927
|
"context": {
|
|
53928
53928
|
"type": "variable",
|
|
@@ -53930,8 +53930,8 @@
|
|
|
53930
53930
|
"value": "k-color(surface-alt)",
|
|
53931
53931
|
"scope": "default",
|
|
53932
53932
|
"line": {
|
|
53933
|
-
"start":
|
|
53934
|
-
"end":
|
|
53933
|
+
"start": 281,
|
|
53934
|
+
"end": 281
|
|
53935
53935
|
}
|
|
53936
53936
|
},
|
|
53937
53937
|
"group": [
|
|
@@ -53946,8 +53946,8 @@
|
|
|
53946
53946
|
{
|
|
53947
53947
|
"description": "The text color of the Picker components.\n",
|
|
53948
53948
|
"commentRange": {
|
|
53949
|
-
"start":
|
|
53950
|
-
"end":
|
|
53949
|
+
"start": 282,
|
|
53950
|
+
"end": 283
|
|
53951
53951
|
},
|
|
53952
53952
|
"context": {
|
|
53953
53953
|
"type": "variable",
|
|
@@ -53955,8 +53955,8 @@
|
|
|
53955
53955
|
"value": "k-color(on-app-surface)",
|
|
53956
53956
|
"scope": "default",
|
|
53957
53957
|
"line": {
|
|
53958
|
-
"start":
|
|
53959
|
-
"end":
|
|
53958
|
+
"start": 284,
|
|
53959
|
+
"end": 284
|
|
53960
53960
|
}
|
|
53961
53961
|
},
|
|
53962
53962
|
"group": [
|
|
@@ -53971,8 +53971,8 @@
|
|
|
53971
53971
|
{
|
|
53972
53972
|
"description": "The border color of the Picker components.\n",
|
|
53973
53973
|
"commentRange": {
|
|
53974
|
-
"start":
|
|
53975
|
-
"end":
|
|
53974
|
+
"start": 285,
|
|
53975
|
+
"end": 286
|
|
53976
53976
|
},
|
|
53977
53977
|
"context": {
|
|
53978
53978
|
"type": "variable",
|
|
@@ -53980,8 +53980,8 @@
|
|
|
53980
53980
|
"value": "k-color(border)",
|
|
53981
53981
|
"scope": "default",
|
|
53982
53982
|
"line": {
|
|
53983
|
-
"start":
|
|
53984
|
-
"end":
|
|
53983
|
+
"start": 287,
|
|
53984
|
+
"end": 287
|
|
53985
53985
|
}
|
|
53986
53986
|
},
|
|
53987
53987
|
"group": [
|
|
@@ -53996,8 +53996,8 @@
|
|
|
53996
53996
|
{
|
|
53997
53997
|
"description": "The gradient of the Picker components.\n",
|
|
53998
53998
|
"commentRange": {
|
|
53999
|
-
"start":
|
|
54000
|
-
"end":
|
|
53999
|
+
"start": 288,
|
|
54000
|
+
"end": 289
|
|
54001
54001
|
},
|
|
54002
54002
|
"context": {
|
|
54003
54003
|
"type": "variable",
|
|
@@ -54005,8 +54005,8 @@
|
|
|
54005
54005
|
"value": "$kendo-button-gradient",
|
|
54006
54006
|
"scope": "default",
|
|
54007
54007
|
"line": {
|
|
54008
|
-
"start":
|
|
54009
|
-
"end":
|
|
54008
|
+
"start": 290,
|
|
54009
|
+
"end": 290
|
|
54010
54010
|
}
|
|
54011
54011
|
},
|
|
54012
54012
|
"group": [
|
|
@@ -54021,8 +54021,8 @@
|
|
|
54021
54021
|
{
|
|
54022
54022
|
"description": "The shadow of the Picker components.\n",
|
|
54023
54023
|
"commentRange": {
|
|
54024
|
-
"start":
|
|
54025
|
-
"end":
|
|
54024
|
+
"start": 291,
|
|
54025
|
+
"end": 292
|
|
54026
54026
|
},
|
|
54027
54027
|
"context": {
|
|
54028
54028
|
"type": "variable",
|
|
@@ -54030,8 +54030,8 @@
|
|
|
54030
54030
|
"value": "$kendo-button-shadow",
|
|
54031
54031
|
"scope": "default",
|
|
54032
54032
|
"line": {
|
|
54033
|
-
"start":
|
|
54034
|
-
"end":
|
|
54033
|
+
"start": 293,
|
|
54034
|
+
"end": 293
|
|
54035
54035
|
}
|
|
54036
54036
|
},
|
|
54037
54037
|
"group": [
|
|
@@ -54046,8 +54046,8 @@
|
|
|
54046
54046
|
{
|
|
54047
54047
|
"description": "The background color of the hovered Picker components.\n",
|
|
54048
54048
|
"commentRange": {
|
|
54049
|
-
"start":
|
|
54050
|
-
"end":
|
|
54049
|
+
"start": 295,
|
|
54050
|
+
"end": 296
|
|
54051
54051
|
},
|
|
54052
54052
|
"context": {
|
|
54053
54053
|
"type": "variable",
|
|
@@ -54055,8 +54055,8 @@
|
|
|
54055
54055
|
"value": "k-color(surface)",
|
|
54056
54056
|
"scope": "default",
|
|
54057
54057
|
"line": {
|
|
54058
|
-
"start":
|
|
54059
|
-
"end":
|
|
54058
|
+
"start": 297,
|
|
54059
|
+
"end": 297
|
|
54060
54060
|
}
|
|
54061
54061
|
},
|
|
54062
54062
|
"group": [
|
|
@@ -54071,8 +54071,8 @@
|
|
|
54071
54071
|
{
|
|
54072
54072
|
"description": "The text color of the hovered Picker components.\n",
|
|
54073
54073
|
"commentRange": {
|
|
54074
|
-
"start":
|
|
54075
|
-
"end":
|
|
54074
|
+
"start": 298,
|
|
54075
|
+
"end": 299
|
|
54076
54076
|
},
|
|
54077
54077
|
"context": {
|
|
54078
54078
|
"type": "variable",
|
|
@@ -54080,8 +54080,8 @@
|
|
|
54080
54080
|
"value": "null",
|
|
54081
54081
|
"scope": "default",
|
|
54082
54082
|
"line": {
|
|
54083
|
-
"start":
|
|
54084
|
-
"end":
|
|
54083
|
+
"start": 300,
|
|
54084
|
+
"end": 300
|
|
54085
54085
|
}
|
|
54086
54086
|
},
|
|
54087
54087
|
"group": [
|
|
@@ -54096,8 +54096,8 @@
|
|
|
54096
54096
|
{
|
|
54097
54097
|
"description": "The border color of the hovered Picker components.\n",
|
|
54098
54098
|
"commentRange": {
|
|
54099
|
-
"start":
|
|
54100
|
-
"end":
|
|
54099
|
+
"start": 301,
|
|
54100
|
+
"end": 302
|
|
54101
54101
|
},
|
|
54102
54102
|
"context": {
|
|
54103
54103
|
"type": "variable",
|
|
@@ -54105,8 +54105,8 @@
|
|
|
54105
54105
|
"value": "k-color(border-alt)",
|
|
54106
54106
|
"scope": "default",
|
|
54107
54107
|
"line": {
|
|
54108
|
-
"start":
|
|
54109
|
-
"end":
|
|
54108
|
+
"start": 303,
|
|
54109
|
+
"end": 303
|
|
54110
54110
|
}
|
|
54111
54111
|
},
|
|
54112
54112
|
"group": [
|
|
@@ -54121,8 +54121,8 @@
|
|
|
54121
54121
|
{
|
|
54122
54122
|
"description": "The gradient of the hovered Picker components.\n",
|
|
54123
54123
|
"commentRange": {
|
|
54124
|
-
"start":
|
|
54125
|
-
"end":
|
|
54124
|
+
"start": 304,
|
|
54125
|
+
"end": 305
|
|
54126
54126
|
},
|
|
54127
54127
|
"context": {
|
|
54128
54128
|
"type": "variable",
|
|
@@ -54130,8 +54130,8 @@
|
|
|
54130
54130
|
"value": "$kendo-button-hover-gradient",
|
|
54131
54131
|
"scope": "default",
|
|
54132
54132
|
"line": {
|
|
54133
|
-
"start":
|
|
54134
|
-
"end":
|
|
54133
|
+
"start": 306,
|
|
54134
|
+
"end": 306
|
|
54135
54135
|
}
|
|
54136
54136
|
},
|
|
54137
54137
|
"group": [
|
|
@@ -54146,8 +54146,8 @@
|
|
|
54146
54146
|
{
|
|
54147
54147
|
"description": "The shadow of the hovered Picker components.\n",
|
|
54148
54148
|
"commentRange": {
|
|
54149
|
-
"start":
|
|
54150
|
-
"end":
|
|
54149
|
+
"start": 307,
|
|
54150
|
+
"end": 308
|
|
54151
54151
|
},
|
|
54152
54152
|
"context": {
|
|
54153
54153
|
"type": "variable",
|
|
@@ -54155,8 +54155,8 @@
|
|
|
54155
54155
|
"value": "$kendo-button-hover-shadow",
|
|
54156
54156
|
"scope": "default",
|
|
54157
54157
|
"line": {
|
|
54158
|
-
"start":
|
|
54159
|
-
"end":
|
|
54158
|
+
"start": 309,
|
|
54159
|
+
"end": 309
|
|
54160
54160
|
}
|
|
54161
54161
|
},
|
|
54162
54162
|
"group": [
|
|
@@ -54171,8 +54171,8 @@
|
|
|
54171
54171
|
{
|
|
54172
54172
|
"description": "The background color of the focused Picker components.\n",
|
|
54173
54173
|
"commentRange": {
|
|
54174
|
-
"start":
|
|
54175
|
-
"end":
|
|
54174
|
+
"start": 311,
|
|
54175
|
+
"end": 312
|
|
54176
54176
|
},
|
|
54177
54177
|
"context": {
|
|
54178
54178
|
"type": "variable",
|
|
@@ -54180,8 +54180,8 @@
|
|
|
54180
54180
|
"value": "null",
|
|
54181
54181
|
"scope": "default",
|
|
54182
54182
|
"line": {
|
|
54183
|
-
"start":
|
|
54184
|
-
"end":
|
|
54183
|
+
"start": 313,
|
|
54184
|
+
"end": 313
|
|
54185
54185
|
}
|
|
54186
54186
|
},
|
|
54187
54187
|
"group": [
|
|
@@ -54196,8 +54196,8 @@
|
|
|
54196
54196
|
{
|
|
54197
54197
|
"description": "The text color of the focused Picker components.\n",
|
|
54198
54198
|
"commentRange": {
|
|
54199
|
-
"start":
|
|
54200
|
-
"end":
|
|
54199
|
+
"start": 314,
|
|
54200
|
+
"end": 315
|
|
54201
54201
|
},
|
|
54202
54202
|
"context": {
|
|
54203
54203
|
"type": "variable",
|
|
@@ -54205,8 +54205,8 @@
|
|
|
54205
54205
|
"value": "null",
|
|
54206
54206
|
"scope": "default",
|
|
54207
54207
|
"line": {
|
|
54208
|
-
"start":
|
|
54209
|
-
"end":
|
|
54208
|
+
"start": 316,
|
|
54209
|
+
"end": 316
|
|
54210
54210
|
}
|
|
54211
54211
|
},
|
|
54212
54212
|
"group": [
|
|
@@ -54221,8 +54221,8 @@
|
|
|
54221
54221
|
{
|
|
54222
54222
|
"description": "The border color of the focused Picker components.\n",
|
|
54223
54223
|
"commentRange": {
|
|
54224
|
-
"start":
|
|
54225
|
-
"end":
|
|
54224
|
+
"start": 317,
|
|
54225
|
+
"end": 318
|
|
54226
54226
|
},
|
|
54227
54227
|
"context": {
|
|
54228
54228
|
"type": "variable",
|
|
@@ -54230,8 +54230,8 @@
|
|
|
54230
54230
|
"value": "$kendo-input-focus-border",
|
|
54231
54231
|
"scope": "default",
|
|
54232
54232
|
"line": {
|
|
54233
|
-
"start":
|
|
54234
|
-
"end":
|
|
54233
|
+
"start": 319,
|
|
54234
|
+
"end": 319
|
|
54235
54235
|
}
|
|
54236
54236
|
},
|
|
54237
54237
|
"group": [
|
|
@@ -54246,8 +54246,8 @@
|
|
|
54246
54246
|
{
|
|
54247
54247
|
"description": "The gradient of the focused Picker components.\n",
|
|
54248
54248
|
"commentRange": {
|
|
54249
|
-
"start":
|
|
54250
|
-
"end":
|
|
54249
|
+
"start": 320,
|
|
54250
|
+
"end": 321
|
|
54251
54251
|
},
|
|
54252
54252
|
"context": {
|
|
54253
54253
|
"type": "variable",
|
|
@@ -54255,8 +54255,8 @@
|
|
|
54255
54255
|
"value": "null",
|
|
54256
54256
|
"scope": "default",
|
|
54257
54257
|
"line": {
|
|
54258
|
-
"start":
|
|
54259
|
-
"end":
|
|
54258
|
+
"start": 322,
|
|
54259
|
+
"end": 322
|
|
54260
54260
|
}
|
|
54261
54261
|
},
|
|
54262
54262
|
"group": [
|
|
@@ -54271,8 +54271,8 @@
|
|
|
54271
54271
|
{
|
|
54272
54272
|
"description": "The shadow of the focused Picker components.\n",
|
|
54273
54273
|
"commentRange": {
|
|
54274
|
-
"start":
|
|
54275
|
-
"end":
|
|
54274
|
+
"start": 323,
|
|
54275
|
+
"end": 324
|
|
54276
54276
|
},
|
|
54277
54277
|
"context": {
|
|
54278
54278
|
"type": "variable",
|
|
@@ -54280,8 +54280,8 @@
|
|
|
54280
54280
|
"value": "$kendo-input-focus-shadow",
|
|
54281
54281
|
"scope": "default",
|
|
54282
54282
|
"line": {
|
|
54283
|
-
"start":
|
|
54284
|
-
"end":
|
|
54283
|
+
"start": 325,
|
|
54284
|
+
"end": 325
|
|
54285
54285
|
}
|
|
54286
54286
|
},
|
|
54287
54287
|
"group": [
|
|
@@ -54296,8 +54296,8 @@
|
|
|
54296
54296
|
{
|
|
54297
54297
|
"description": "The background color of the disabled Picker components.\n",
|
|
54298
54298
|
"commentRange": {
|
|
54299
|
-
"start":
|
|
54300
|
-
"end":
|
|
54299
|
+
"start": 327,
|
|
54300
|
+
"end": 328
|
|
54301
54301
|
},
|
|
54302
54302
|
"context": {
|
|
54303
54303
|
"type": "variable",
|
|
@@ -54305,8 +54305,8 @@
|
|
|
54305
54305
|
"value": "null",
|
|
54306
54306
|
"scope": "default",
|
|
54307
54307
|
"line": {
|
|
54308
|
-
"start":
|
|
54309
|
-
"end":
|
|
54308
|
+
"start": 329,
|
|
54309
|
+
"end": 329
|
|
54310
54310
|
}
|
|
54311
54311
|
},
|
|
54312
54312
|
"group": [
|
|
@@ -54321,8 +54321,8 @@
|
|
|
54321
54321
|
{
|
|
54322
54322
|
"description": "The text color of the disabled Picker components.\n",
|
|
54323
54323
|
"commentRange": {
|
|
54324
|
-
"start":
|
|
54325
|
-
"end":
|
|
54324
|
+
"start": 330,
|
|
54325
|
+
"end": 331
|
|
54326
54326
|
},
|
|
54327
54327
|
"context": {
|
|
54328
54328
|
"type": "variable",
|
|
@@ -54330,8 +54330,8 @@
|
|
|
54330
54330
|
"value": "null",
|
|
54331
54331
|
"scope": "default",
|
|
54332
54332
|
"line": {
|
|
54333
|
-
"start":
|
|
54334
|
-
"end":
|
|
54333
|
+
"start": 332,
|
|
54334
|
+
"end": 332
|
|
54335
54335
|
}
|
|
54336
54336
|
},
|
|
54337
54337
|
"group": [
|
|
@@ -54346,8 +54346,8 @@
|
|
|
54346
54346
|
{
|
|
54347
54347
|
"description": "The border color of the disabled Picker components.\n",
|
|
54348
54348
|
"commentRange": {
|
|
54349
|
-
"start":
|
|
54350
|
-
"end":
|
|
54349
|
+
"start": 333,
|
|
54350
|
+
"end": 334
|
|
54351
54351
|
},
|
|
54352
54352
|
"context": {
|
|
54353
54353
|
"type": "variable",
|
|
@@ -54355,8 +54355,8 @@
|
|
|
54355
54355
|
"value": "null",
|
|
54356
54356
|
"scope": "default",
|
|
54357
54357
|
"line": {
|
|
54358
|
-
"start":
|
|
54359
|
-
"end":
|
|
54358
|
+
"start": 335,
|
|
54359
|
+
"end": 335
|
|
54360
54360
|
}
|
|
54361
54361
|
},
|
|
54362
54362
|
"group": [
|
|
@@ -54371,8 +54371,8 @@
|
|
|
54371
54371
|
{
|
|
54372
54372
|
"description": "The gradient of the disabled Picker components.\n",
|
|
54373
54373
|
"commentRange": {
|
|
54374
|
-
"start":
|
|
54375
|
-
"end":
|
|
54374
|
+
"start": 336,
|
|
54375
|
+
"end": 337
|
|
54376
54376
|
},
|
|
54377
54377
|
"context": {
|
|
54378
54378
|
"type": "variable",
|
|
@@ -54380,8 +54380,8 @@
|
|
|
54380
54380
|
"value": "null",
|
|
54381
54381
|
"scope": "default",
|
|
54382
54382
|
"line": {
|
|
54383
|
-
"start":
|
|
54384
|
-
"end":
|
|
54383
|
+
"start": 338,
|
|
54384
|
+
"end": 338
|
|
54385
54385
|
}
|
|
54386
54386
|
},
|
|
54387
54387
|
"group": [
|
|
@@ -54396,8 +54396,8 @@
|
|
|
54396
54396
|
{
|
|
54397
54397
|
"description": "The shadow of the disabled Picker components.\n",
|
|
54398
54398
|
"commentRange": {
|
|
54399
|
-
"start":
|
|
54400
|
-
"end":
|
|
54399
|
+
"start": 339,
|
|
54400
|
+
"end": 340
|
|
54401
54401
|
},
|
|
54402
54402
|
"context": {
|
|
54403
54403
|
"type": "variable",
|
|
@@ -54405,8 +54405,8 @@
|
|
|
54405
54405
|
"value": "null",
|
|
54406
54406
|
"scope": "default",
|
|
54407
54407
|
"line": {
|
|
54408
|
-
"start":
|
|
54409
|
-
"end":
|
|
54408
|
+
"start": 341,
|
|
54409
|
+
"end": 341
|
|
54410
54410
|
}
|
|
54411
54411
|
},
|
|
54412
54412
|
"group": [
|
|
@@ -54421,8 +54421,8 @@
|
|
|
54421
54421
|
{
|
|
54422
54422
|
"description": "The background color of the outline Picker components.\n",
|
|
54423
54423
|
"commentRange": {
|
|
54424
|
-
"start":
|
|
54425
|
-
"end":
|
|
54424
|
+
"start": 343,
|
|
54425
|
+
"end": 344
|
|
54426
54426
|
},
|
|
54427
54427
|
"context": {
|
|
54428
54428
|
"type": "variable",
|
|
@@ -54430,8 +54430,8 @@
|
|
|
54430
54430
|
"value": "null",
|
|
54431
54431
|
"scope": "default",
|
|
54432
54432
|
"line": {
|
|
54433
|
-
"start":
|
|
54434
|
-
"end":
|
|
54433
|
+
"start": 345,
|
|
54434
|
+
"end": 345
|
|
54435
54435
|
}
|
|
54436
54436
|
},
|
|
54437
54437
|
"group": [
|
|
@@ -54446,8 +54446,8 @@
|
|
|
54446
54446
|
{
|
|
54447
54447
|
"description": "The text color of the outline Picker components.\n",
|
|
54448
54448
|
"commentRange": {
|
|
54449
|
-
"start":
|
|
54450
|
-
"end":
|
|
54449
|
+
"start": 346,
|
|
54450
|
+
"end": 347
|
|
54451
54451
|
},
|
|
54452
54452
|
"context": {
|
|
54453
54453
|
"type": "variable",
|
|
@@ -54455,8 +54455,8 @@
|
|
|
54455
54455
|
"value": "$kendo-button-text",
|
|
54456
54456
|
"scope": "default",
|
|
54457
54457
|
"line": {
|
|
54458
|
-
"start":
|
|
54459
|
-
"end":
|
|
54458
|
+
"start": 348,
|
|
54459
|
+
"end": 348
|
|
54460
54460
|
}
|
|
54461
54461
|
},
|
|
54462
54462
|
"group": [
|
|
@@ -54471,8 +54471,8 @@
|
|
|
54471
54471
|
{
|
|
54472
54472
|
"description": "The border color of the outline Picker components.\n",
|
|
54473
54473
|
"commentRange": {
|
|
54474
|
-
"start":
|
|
54475
|
-
"end":
|
|
54474
|
+
"start": 349,
|
|
54475
|
+
"end": 350
|
|
54476
54476
|
},
|
|
54477
54477
|
"context": {
|
|
54478
54478
|
"type": "variable",
|
|
@@ -54480,8 +54480,8 @@
|
|
|
54480
54480
|
"value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
|
|
54481
54481
|
"scope": "default",
|
|
54482
54482
|
"line": {
|
|
54483
|
-
"start":
|
|
54484
|
-
"end":
|
|
54483
|
+
"start": 351,
|
|
54484
|
+
"end": 351
|
|
54485
54485
|
}
|
|
54486
54486
|
},
|
|
54487
54487
|
"group": [
|
|
@@ -54496,8 +54496,8 @@
|
|
|
54496
54496
|
{
|
|
54497
54497
|
"description": "The background color of the outline hovered Picker components.\n",
|
|
54498
54498
|
"commentRange": {
|
|
54499
|
-
"start":
|
|
54500
|
-
"end":
|
|
54499
|
+
"start": 352,
|
|
54500
|
+
"end": 353
|
|
54501
54501
|
},
|
|
54502
54502
|
"context": {
|
|
54503
54503
|
"type": "variable",
|
|
@@ -54505,8 +54505,8 @@
|
|
|
54505
54505
|
"value": "$kendo-picker-outline-text",
|
|
54506
54506
|
"scope": "default",
|
|
54507
54507
|
"line": {
|
|
54508
|
-
"start":
|
|
54509
|
-
"end":
|
|
54508
|
+
"start": 354,
|
|
54509
|
+
"end": 354
|
|
54510
54510
|
}
|
|
54511
54511
|
},
|
|
54512
54512
|
"group": [
|
|
@@ -54521,8 +54521,8 @@
|
|
|
54521
54521
|
{
|
|
54522
54522
|
"description": "The text color of the outline hovered Picker components.\n",
|
|
54523
54523
|
"commentRange": {
|
|
54524
|
-
"start":
|
|
54525
|
-
"end":
|
|
54524
|
+
"start": 355,
|
|
54525
|
+
"end": 356
|
|
54526
54526
|
},
|
|
54527
54527
|
"context": {
|
|
54528
54528
|
"type": "variable",
|
|
@@ -54530,8 +54530,8 @@
|
|
|
54530
54530
|
"value": "k-color(base-subtle)",
|
|
54531
54531
|
"scope": "default",
|
|
54532
54532
|
"line": {
|
|
54533
|
-
"start":
|
|
54534
|
-
"end":
|
|
54533
|
+
"start": 357,
|
|
54534
|
+
"end": 357
|
|
54535
54535
|
}
|
|
54536
54536
|
},
|
|
54537
54537
|
"group": [
|
|
@@ -54546,8 +54546,8 @@
|
|
|
54546
54546
|
{
|
|
54547
54547
|
"description": "The border color of the outline hovered Picker components.\n",
|
|
54548
54548
|
"commentRange": {
|
|
54549
|
-
"start":
|
|
54550
|
-
"end":
|
|
54549
|
+
"start": 358,
|
|
54550
|
+
"end": 359
|
|
54551
54551
|
},
|
|
54552
54552
|
"context": {
|
|
54553
54553
|
"type": "variable",
|
|
@@ -54555,8 +54555,8 @@
|
|
|
54555
54555
|
"value": "$kendo-picker-outline-hover-bg",
|
|
54556
54556
|
"scope": "default",
|
|
54557
54557
|
"line": {
|
|
54558
|
-
"start":
|
|
54559
|
-
"end":
|
|
54558
|
+
"start": 360,
|
|
54559
|
+
"end": 360
|
|
54560
54560
|
}
|
|
54561
54561
|
},
|
|
54562
54562
|
"group": [
|
|
@@ -54571,8 +54571,8 @@
|
|
|
54571
54571
|
{
|
|
54572
54572
|
"description": "The background color of the outline focused Picker components.\n",
|
|
54573
54573
|
"commentRange": {
|
|
54574
|
-
"start":
|
|
54575
|
-
"end":
|
|
54574
|
+
"start": 362,
|
|
54575
|
+
"end": 363
|
|
54576
54576
|
},
|
|
54577
54577
|
"context": {
|
|
54578
54578
|
"type": "variable",
|
|
@@ -54580,8 +54580,8 @@
|
|
|
54580
54580
|
"value": "null",
|
|
54581
54581
|
"scope": "default",
|
|
54582
54582
|
"line": {
|
|
54583
|
-
"start":
|
|
54584
|
-
"end":
|
|
54583
|
+
"start": 364,
|
|
54584
|
+
"end": 364
|
|
54585
54585
|
}
|
|
54586
54586
|
},
|
|
54587
54587
|
"group": [
|
|
@@ -54596,8 +54596,8 @@
|
|
|
54596
54596
|
{
|
|
54597
54597
|
"description": "The text color of the outline focused Picker components.\n",
|
|
54598
54598
|
"commentRange": {
|
|
54599
|
-
"start":
|
|
54600
|
-
"end":
|
|
54599
|
+
"start": 365,
|
|
54600
|
+
"end": 366
|
|
54601
54601
|
},
|
|
54602
54602
|
"context": {
|
|
54603
54603
|
"type": "variable",
|
|
@@ -54605,8 +54605,8 @@
|
|
|
54605
54605
|
"value": "null",
|
|
54606
54606
|
"scope": "default",
|
|
54607
54607
|
"line": {
|
|
54608
|
-
"start":
|
|
54609
|
-
"end":
|
|
54608
|
+
"start": 367,
|
|
54609
|
+
"end": 367
|
|
54610
54610
|
}
|
|
54611
54611
|
},
|
|
54612
54612
|
"group": [
|
|
@@ -54621,8 +54621,8 @@
|
|
|
54621
54621
|
{
|
|
54622
54622
|
"description": "The border color of the outline focused Picker components.\n",
|
|
54623
54623
|
"commentRange": {
|
|
54624
|
-
"start":
|
|
54625
|
-
"end":
|
|
54624
|
+
"start": 368,
|
|
54625
|
+
"end": 369
|
|
54626
54626
|
},
|
|
54627
54627
|
"context": {
|
|
54628
54628
|
"type": "variable",
|
|
@@ -54630,8 +54630,8 @@
|
|
|
54630
54630
|
"value": "null",
|
|
54631
54631
|
"scope": "default",
|
|
54632
54632
|
"line": {
|
|
54633
|
-
"start":
|
|
54634
|
-
"end":
|
|
54633
|
+
"start": 370,
|
|
54634
|
+
"end": 370
|
|
54635
54635
|
}
|
|
54636
54636
|
},
|
|
54637
54637
|
"group": [
|
|
@@ -54646,8 +54646,8 @@
|
|
|
54646
54646
|
{
|
|
54647
54647
|
"description": "The shadow of the outline focused Picker components.\n",
|
|
54648
54648
|
"commentRange": {
|
|
54649
|
-
"start":
|
|
54650
|
-
"end":
|
|
54649
|
+
"start": 371,
|
|
54650
|
+
"end": 372
|
|
54651
54651
|
},
|
|
54652
54652
|
"context": {
|
|
54653
54653
|
"type": "variable",
|
|
@@ -54655,8 +54655,8 @@
|
|
|
54655
54655
|
"value": "$kendo-picker-focus-shadow",
|
|
54656
54656
|
"scope": "default",
|
|
54657
54657
|
"line": {
|
|
54658
|
-
"start":
|
|
54659
|
-
"end":
|
|
54658
|
+
"start": 373,
|
|
54659
|
+
"end": 373
|
|
54660
54660
|
}
|
|
54661
54661
|
},
|
|
54662
54662
|
"group": [
|
|
@@ -54671,8 +54671,8 @@
|
|
|
54671
54671
|
{
|
|
54672
54672
|
"description": "The background color of the outline hovered and focused Picker components.\n",
|
|
54673
54673
|
"commentRange": {
|
|
54674
|
-
"start":
|
|
54675
|
-
"end":
|
|
54674
|
+
"start": 375,
|
|
54675
|
+
"end": 376
|
|
54676
54676
|
},
|
|
54677
54677
|
"context": {
|
|
54678
54678
|
"type": "variable",
|
|
@@ -54680,8 +54680,8 @@
|
|
|
54680
54680
|
"value": "null",
|
|
54681
54681
|
"scope": "default",
|
|
54682
54682
|
"line": {
|
|
54683
|
-
"start":
|
|
54684
|
-
"end":
|
|
54683
|
+
"start": 377,
|
|
54684
|
+
"end": 377
|
|
54685
54685
|
}
|
|
54686
54686
|
},
|
|
54687
54687
|
"group": [
|
|
@@ -54696,8 +54696,8 @@
|
|
|
54696
54696
|
{
|
|
54697
54697
|
"description": "The text color of the outline hovered and focused Picker components.\n",
|
|
54698
54698
|
"commentRange": {
|
|
54699
|
-
"start":
|
|
54700
|
-
"end":
|
|
54699
|
+
"start": 378,
|
|
54700
|
+
"end": 379
|
|
54701
54701
|
},
|
|
54702
54702
|
"context": {
|
|
54703
54703
|
"type": "variable",
|
|
@@ -54705,8 +54705,8 @@
|
|
|
54705
54705
|
"value": "null",
|
|
54706
54706
|
"scope": "default",
|
|
54707
54707
|
"line": {
|
|
54708
|
-
"start":
|
|
54709
|
-
"end":
|
|
54708
|
+
"start": 380,
|
|
54709
|
+
"end": 380
|
|
54710
54710
|
}
|
|
54711
54711
|
},
|
|
54712
54712
|
"group": [
|
|
@@ -54721,8 +54721,8 @@
|
|
|
54721
54721
|
{
|
|
54722
54722
|
"description": "The border color of the outline hovered and focused Picker components.\n",
|
|
54723
54723
|
"commentRange": {
|
|
54724
|
-
"start":
|
|
54725
|
-
"end":
|
|
54724
|
+
"start": 381,
|
|
54725
|
+
"end": 382
|
|
54726
54726
|
},
|
|
54727
54727
|
"context": {
|
|
54728
54728
|
"type": "variable",
|
|
@@ -54730,8 +54730,8 @@
|
|
|
54730
54730
|
"value": "null",
|
|
54731
54731
|
"scope": "default",
|
|
54732
54732
|
"line": {
|
|
54733
|
-
"start":
|
|
54734
|
-
"end":
|
|
54733
|
+
"start": 383,
|
|
54734
|
+
"end": 383
|
|
54735
54735
|
}
|
|
54736
54736
|
},
|
|
54737
54737
|
"group": [
|
|
@@ -54746,8 +54746,8 @@
|
|
|
54746
54746
|
{
|
|
54747
54747
|
"description": "The background color of the flat Picker components.\n",
|
|
54748
54748
|
"commentRange": {
|
|
54749
|
-
"start":
|
|
54750
|
-
"end":
|
|
54749
|
+
"start": 385,
|
|
54750
|
+
"end": 386
|
|
54751
54751
|
},
|
|
54752
54752
|
"context": {
|
|
54753
54753
|
"type": "variable",
|
|
@@ -54755,8 +54755,8 @@
|
|
|
54755
54755
|
"value": "null",
|
|
54756
54756
|
"scope": "default",
|
|
54757
54757
|
"line": {
|
|
54758
|
-
"start":
|
|
54759
|
-
"end":
|
|
54758
|
+
"start": 387,
|
|
54759
|
+
"end": 387
|
|
54760
54760
|
}
|
|
54761
54761
|
},
|
|
54762
54762
|
"group": [
|
|
@@ -54771,8 +54771,8 @@
|
|
|
54771
54771
|
{
|
|
54772
54772
|
"description": "The text color of the flat Picker components.\n",
|
|
54773
54773
|
"commentRange": {
|
|
54774
|
-
"start":
|
|
54775
|
-
"end":
|
|
54774
|
+
"start": 388,
|
|
54775
|
+
"end": 389
|
|
54776
54776
|
},
|
|
54777
54777
|
"context": {
|
|
54778
54778
|
"type": "variable",
|
|
@@ -54780,8 +54780,8 @@
|
|
|
54780
54780
|
"value": "$kendo-button-text",
|
|
54781
54781
|
"scope": "default",
|
|
54782
54782
|
"line": {
|
|
54783
|
-
"start":
|
|
54784
|
-
"end":
|
|
54783
|
+
"start": 390,
|
|
54784
|
+
"end": 390
|
|
54785
54785
|
}
|
|
54786
54786
|
},
|
|
54787
54787
|
"group": [
|
|
@@ -54796,8 +54796,8 @@
|
|
|
54796
54796
|
{
|
|
54797
54797
|
"description": "The border color of the flat Picker components.\n",
|
|
54798
54798
|
"commentRange": {
|
|
54799
|
-
"start":
|
|
54800
|
-
"end":
|
|
54799
|
+
"start": 391,
|
|
54800
|
+
"end": 392
|
|
54801
54801
|
},
|
|
54802
54802
|
"context": {
|
|
54803
54803
|
"type": "variable",
|
|
@@ -54805,8 +54805,8 @@
|
|
|
54805
54805
|
"value": "$kendo-button-border",
|
|
54806
54806
|
"scope": "default",
|
|
54807
54807
|
"line": {
|
|
54808
|
-
"start":
|
|
54809
|
-
"end":
|
|
54808
|
+
"start": 393,
|
|
54809
|
+
"end": 393
|
|
54810
54810
|
}
|
|
54811
54811
|
},
|
|
54812
54812
|
"group": [
|
|
@@ -54821,8 +54821,8 @@
|
|
|
54821
54821
|
{
|
|
54822
54822
|
"description": "The background color of the flat hovered Picker components.\n",
|
|
54823
54823
|
"commentRange": {
|
|
54824
|
-
"start":
|
|
54825
|
-
"end":
|
|
54824
|
+
"start": 395,
|
|
54825
|
+
"end": 396
|
|
54826
54826
|
},
|
|
54827
54827
|
"context": {
|
|
54828
54828
|
"type": "variable",
|
|
@@ -54830,8 +54830,8 @@
|
|
|
54830
54830
|
"value": "color-mix(in srgb, k-color(on-app-surface) 8%, transparent)",
|
|
54831
54831
|
"scope": "default",
|
|
54832
54832
|
"line": {
|
|
54833
|
-
"start":
|
|
54834
|
-
"end":
|
|
54833
|
+
"start": 397,
|
|
54834
|
+
"end": 397
|
|
54835
54835
|
}
|
|
54836
54836
|
},
|
|
54837
54837
|
"group": [
|
|
@@ -54846,8 +54846,8 @@
|
|
|
54846
54846
|
{
|
|
54847
54847
|
"description": "The text color of the flat hovered Picker components.\n",
|
|
54848
54848
|
"commentRange": {
|
|
54849
|
-
"start":
|
|
54850
|
-
"end":
|
|
54849
|
+
"start": 398,
|
|
54850
|
+
"end": 399
|
|
54851
54851
|
},
|
|
54852
54852
|
"context": {
|
|
54853
54853
|
"type": "variable",
|
|
@@ -54855,8 +54855,8 @@
|
|
|
54855
54855
|
"value": "null",
|
|
54856
54856
|
"scope": "default",
|
|
54857
54857
|
"line": {
|
|
54858
|
-
"start":
|
|
54859
|
-
"end":
|
|
54858
|
+
"start": 400,
|
|
54859
|
+
"end": 400
|
|
54860
54860
|
}
|
|
54861
54861
|
},
|
|
54862
54862
|
"group": [
|
|
@@ -54871,8 +54871,8 @@
|
|
|
54871
54871
|
{
|
|
54872
54872
|
"description": "The border color of the flat hovered Picker components.\n",
|
|
54873
54873
|
"commentRange": {
|
|
54874
|
-
"start":
|
|
54875
|
-
"end":
|
|
54874
|
+
"start": 401,
|
|
54875
|
+
"end": 402
|
|
54876
54876
|
},
|
|
54877
54877
|
"context": {
|
|
54878
54878
|
"type": "variable",
|
|
@@ -54880,8 +54880,8 @@
|
|
|
54880
54880
|
"value": "$kendo-picker-flat-border",
|
|
54881
54881
|
"scope": "default",
|
|
54882
54882
|
"line": {
|
|
54883
|
-
"start":
|
|
54884
|
-
"end":
|
|
54883
|
+
"start": 403,
|
|
54884
|
+
"end": 403
|
|
54885
54885
|
}
|
|
54886
54886
|
},
|
|
54887
54887
|
"group": [
|
|
@@ -54896,8 +54896,8 @@
|
|
|
54896
54896
|
{
|
|
54897
54897
|
"description": "The background color of the flat focused Picker components.\n",
|
|
54898
54898
|
"commentRange": {
|
|
54899
|
-
"start":
|
|
54900
|
-
"end":
|
|
54899
|
+
"start": 405,
|
|
54900
|
+
"end": 406
|
|
54901
54901
|
},
|
|
54902
54902
|
"context": {
|
|
54903
54903
|
"type": "variable",
|
|
@@ -54905,8 +54905,8 @@
|
|
|
54905
54905
|
"value": "null",
|
|
54906
54906
|
"scope": "default",
|
|
54907
54907
|
"line": {
|
|
54908
|
-
"start":
|
|
54909
|
-
"end":
|
|
54908
|
+
"start": 407,
|
|
54909
|
+
"end": 407
|
|
54910
54910
|
}
|
|
54911
54911
|
},
|
|
54912
54912
|
"group": [
|
|
@@ -54921,8 +54921,8 @@
|
|
|
54921
54921
|
{
|
|
54922
54922
|
"description": "The text color of the flat focused Picker components.\n",
|
|
54923
54923
|
"commentRange": {
|
|
54924
|
-
"start":
|
|
54925
|
-
"end":
|
|
54924
|
+
"start": 408,
|
|
54925
|
+
"end": 409
|
|
54926
54926
|
},
|
|
54927
54927
|
"context": {
|
|
54928
54928
|
"type": "variable",
|
|
@@ -54930,8 +54930,8 @@
|
|
|
54930
54930
|
"value": "null",
|
|
54931
54931
|
"scope": "default",
|
|
54932
54932
|
"line": {
|
|
54933
|
-
"start":
|
|
54934
|
-
"end":
|
|
54933
|
+
"start": 410,
|
|
54934
|
+
"end": 410
|
|
54935
54935
|
}
|
|
54936
54936
|
},
|
|
54937
54937
|
"group": [
|
|
@@ -54946,8 +54946,8 @@
|
|
|
54946
54946
|
{
|
|
54947
54947
|
"description": "The border color of the flat focused Picker components.\n",
|
|
54948
54948
|
"commentRange": {
|
|
54949
|
-
"start":
|
|
54950
|
-
"end":
|
|
54949
|
+
"start": 411,
|
|
54950
|
+
"end": 412
|
|
54951
54951
|
},
|
|
54952
54952
|
"context": {
|
|
54953
54953
|
"type": "variable",
|
|
@@ -54955,8 +54955,8 @@
|
|
|
54955
54955
|
"value": "null",
|
|
54956
54956
|
"scope": "default",
|
|
54957
54957
|
"line": {
|
|
54958
|
-
"start":
|
|
54959
|
-
"end":
|
|
54958
|
+
"start": 413,
|
|
54959
|
+
"end": 413
|
|
54960
54960
|
}
|
|
54961
54961
|
},
|
|
54962
54962
|
"group": [
|
|
@@ -54971,8 +54971,8 @@
|
|
|
54971
54971
|
{
|
|
54972
54972
|
"description": "The shadow of the flat focused Picker components.\n",
|
|
54973
54973
|
"commentRange": {
|
|
54974
|
-
"start":
|
|
54975
|
-
"end":
|
|
54974
|
+
"start": 414,
|
|
54975
|
+
"end": 415
|
|
54976
54976
|
},
|
|
54977
54977
|
"context": {
|
|
54978
54978
|
"type": "variable",
|
|
@@ -54980,8 +54980,8 @@
|
|
|
54980
54980
|
"value": "$kendo-picker-focus-shadow",
|
|
54981
54981
|
"scope": "default",
|
|
54982
54982
|
"line": {
|
|
54983
|
-
"start":
|
|
54984
|
-
"end":
|
|
54983
|
+
"start": 416,
|
|
54984
|
+
"end": 416
|
|
54985
54985
|
}
|
|
54986
54986
|
},
|
|
54987
54987
|
"group": [
|
|
@@ -54996,8 +54996,8 @@
|
|
|
54996
54996
|
{
|
|
54997
54997
|
"description": "The background color of the flat hovered and focused Picker components.\n",
|
|
54998
54998
|
"commentRange": {
|
|
54999
|
-
"start":
|
|
55000
|
-
"end":
|
|
54999
|
+
"start": 418,
|
|
55000
|
+
"end": 419
|
|
55001
55001
|
},
|
|
55002
55002
|
"context": {
|
|
55003
55003
|
"type": "variable",
|
|
@@ -55005,8 +55005,8 @@
|
|
|
55005
55005
|
"value": "null",
|
|
55006
55006
|
"scope": "default",
|
|
55007
55007
|
"line": {
|
|
55008
|
-
"start":
|
|
55009
|
-
"end":
|
|
55008
|
+
"start": 420,
|
|
55009
|
+
"end": 420
|
|
55010
55010
|
}
|
|
55011
55011
|
},
|
|
55012
55012
|
"group": [
|
|
@@ -55021,8 +55021,8 @@
|
|
|
55021
55021
|
{
|
|
55022
55022
|
"description": "The text color of the flat hovered and focused Picker components.\n",
|
|
55023
55023
|
"commentRange": {
|
|
55024
|
-
"start":
|
|
55025
|
-
"end":
|
|
55024
|
+
"start": 421,
|
|
55025
|
+
"end": 422
|
|
55026
55026
|
},
|
|
55027
55027
|
"context": {
|
|
55028
55028
|
"type": "variable",
|
|
@@ -55030,8 +55030,8 @@
|
|
|
55030
55030
|
"value": "null",
|
|
55031
55031
|
"scope": "default",
|
|
55032
55032
|
"line": {
|
|
55033
|
-
"start":
|
|
55034
|
-
"end":
|
|
55033
|
+
"start": 423,
|
|
55034
|
+
"end": 423
|
|
55035
55035
|
}
|
|
55036
55036
|
},
|
|
55037
55037
|
"group": [
|
|
@@ -55046,8 +55046,8 @@
|
|
|
55046
55046
|
{
|
|
55047
55047
|
"description": "The border color of the flat hovered and focused Picker components.\n",
|
|
55048
55048
|
"commentRange": {
|
|
55049
|
-
"start":
|
|
55050
|
-
"end":
|
|
55049
|
+
"start": 424,
|
|
55050
|
+
"end": 425
|
|
55051
55051
|
},
|
|
55052
55052
|
"context": {
|
|
55053
55053
|
"type": "variable",
|
|
@@ -55055,8 +55055,8 @@
|
|
|
55055
55055
|
"value": "null",
|
|
55056
55056
|
"scope": "default",
|
|
55057
55057
|
"line": {
|
|
55058
|
-
"start":
|
|
55059
|
-
"end":
|
|
55058
|
+
"start": 426,
|
|
55059
|
+
"end": 426
|
|
55060
55060
|
}
|
|
55061
55061
|
},
|
|
55062
55062
|
"group": [
|
|
@@ -58839,8 +58839,8 @@
|
|
|
58839
58839
|
],
|
|
58840
58840
|
"access": "public",
|
|
58841
58841
|
"file": {
|
|
58842
|
-
"path": "core/border-radii/index.
|
|
58843
|
-
"name": "index.
|
|
58842
|
+
"path": "core/border-radii/index.scss",
|
|
58843
|
+
"name": "index.scss"
|
|
58844
58844
|
}
|
|
58845
58845
|
},
|
|
58846
58846
|
{
|
|
@@ -58864,8 +58864,8 @@
|
|
|
58864
58864
|
],
|
|
58865
58865
|
"access": "public",
|
|
58866
58866
|
"file": {
|
|
58867
|
-
"path": "core/border-radii/index.
|
|
58868
|
-
"name": "index.
|
|
58867
|
+
"path": "core/border-radii/index.scss",
|
|
58868
|
+
"name": "index.scss"
|
|
58869
58869
|
}
|
|
58870
58870
|
},
|
|
58871
58871
|
{
|
|
@@ -58889,8 +58889,8 @@
|
|
|
58889
58889
|
],
|
|
58890
58890
|
"access": "public",
|
|
58891
58891
|
"file": {
|
|
58892
|
-
"path": "core/border-radii/index.
|
|
58893
|
-
"name": "index.
|
|
58892
|
+
"path": "core/border-radii/index.scss",
|
|
58893
|
+
"name": "index.scss"
|
|
58894
58894
|
}
|
|
58895
58895
|
},
|
|
58896
58896
|
{
|
|
@@ -58914,8 +58914,8 @@
|
|
|
58914
58914
|
],
|
|
58915
58915
|
"access": "public",
|
|
58916
58916
|
"file": {
|
|
58917
|
-
"path": "core/border-radii/index.
|
|
58918
|
-
"name": "index.
|
|
58917
|
+
"path": "core/border-radii/index.scss",
|
|
58918
|
+
"name": "index.scss"
|
|
58919
58919
|
}
|
|
58920
58920
|
},
|
|
58921
58921
|
{
|
|
@@ -58939,8 +58939,8 @@
|
|
|
58939
58939
|
],
|
|
58940
58940
|
"access": "public",
|
|
58941
58941
|
"file": {
|
|
58942
|
-
"path": "core/border-radii/index.
|
|
58943
|
-
"name": "index.
|
|
58942
|
+
"path": "core/border-radii/index.scss",
|
|
58943
|
+
"name": "index.scss"
|
|
58944
58944
|
}
|
|
58945
58945
|
},
|
|
58946
58946
|
{
|
|
@@ -58964,8 +58964,8 @@
|
|
|
58964
58964
|
],
|
|
58965
58965
|
"access": "public",
|
|
58966
58966
|
"file": {
|
|
58967
|
-
"path": "core/border-radii/index.
|
|
58968
|
-
"name": "index.
|
|
58967
|
+
"path": "core/border-radii/index.scss",
|
|
58968
|
+
"name": "index.scss"
|
|
58969
58969
|
}
|
|
58970
58970
|
},
|
|
58971
58971
|
{
|
|
@@ -58989,8 +58989,8 @@
|
|
|
58989
58989
|
],
|
|
58990
58990
|
"access": "public",
|
|
58991
58991
|
"file": {
|
|
58992
|
-
"path": "core/border-radii/index.
|
|
58993
|
-
"name": "index.
|
|
58992
|
+
"path": "core/border-radii/index.scss",
|
|
58993
|
+
"name": "index.scss"
|
|
58994
58994
|
}
|
|
58995
58995
|
},
|
|
58996
58996
|
{
|
|
@@ -59014,8 +59014,8 @@
|
|
|
59014
59014
|
],
|
|
59015
59015
|
"access": "public",
|
|
59016
59016
|
"file": {
|
|
59017
|
-
"path": "core/border-radii/index.
|
|
59018
|
-
"name": "index.
|
|
59017
|
+
"path": "core/border-radii/index.scss",
|
|
59018
|
+
"name": "index.scss"
|
|
59019
59019
|
}
|
|
59020
59020
|
},
|
|
59021
59021
|
{
|
|
@@ -59039,8 +59039,8 @@
|
|
|
59039
59039
|
],
|
|
59040
59040
|
"access": "public",
|
|
59041
59041
|
"file": {
|
|
59042
|
-
"path": "core/border-radii/index.
|
|
59043
|
-
"name": "index.
|
|
59042
|
+
"path": "core/border-radii/index.scss",
|
|
59043
|
+
"name": "index.scss"
|
|
59044
59044
|
}
|
|
59045
59045
|
},
|
|
59046
59046
|
{
|
|
@@ -59064,8 +59064,8 @@
|
|
|
59064
59064
|
],
|
|
59065
59065
|
"access": "public",
|
|
59066
59066
|
"file": {
|
|
59067
|
-
"path": "core/border-radii/index.
|
|
59068
|
-
"name": "index.
|
|
59067
|
+
"path": "core/border-radii/index.scss",
|
|
59068
|
+
"name": "index.scss"
|
|
59069
59069
|
}
|
|
59070
59070
|
},
|
|
59071
59071
|
{
|
|
@@ -59089,8 +59089,8 @@
|
|
|
59089
59089
|
],
|
|
59090
59090
|
"access": "private",
|
|
59091
59091
|
"file": {
|
|
59092
|
-
"path": "core/border-radii/index.
|
|
59093
|
-
"name": "index.
|
|
59092
|
+
"path": "core/border-radii/index.scss",
|
|
59093
|
+
"name": "index.scss"
|
|
59094
59094
|
}
|
|
59095
59095
|
},
|
|
59096
59096
|
{
|
|
@@ -59114,8 +59114,8 @@
|
|
|
59114
59114
|
],
|
|
59115
59115
|
"access": "public",
|
|
59116
59116
|
"file": {
|
|
59117
|
-
"path": "core/border-radii/index.
|
|
59118
|
-
"name": "index.
|
|
59117
|
+
"path": "core/border-radii/index.scss",
|
|
59118
|
+
"name": "index.scss"
|
|
59119
59119
|
}
|
|
59120
59120
|
},
|
|
59121
59121
|
{
|
|
@@ -64742,8 +64742,8 @@
|
|
|
64742
64742
|
],
|
|
64743
64743
|
"access": "public",
|
|
64744
64744
|
"file": {
|
|
64745
|
-
"path": "core/spacing/index.
|
|
64746
|
-
"name": "index.
|
|
64745
|
+
"path": "core/spacing/index.scss",
|
|
64746
|
+
"name": "index.scss"
|
|
64747
64747
|
}
|
|
64748
64748
|
},
|
|
64749
64749
|
{
|
|
@@ -80967,8 +80967,8 @@
|
|
|
80967
80967
|
],
|
|
80968
80968
|
"access": "public",
|
|
80969
80969
|
"file": {
|
|
80970
|
-
"path": "core/typography/index.
|
|
80971
|
-
"name": "index.
|
|
80970
|
+
"path": "core/typography/index.scss",
|
|
80971
|
+
"name": "index.scss"
|
|
80972
80972
|
}
|
|
80973
80973
|
},
|
|
80974
80974
|
{
|
|
@@ -80992,8 +80992,8 @@
|
|
|
80992
80992
|
],
|
|
80993
80993
|
"access": "public",
|
|
80994
80994
|
"file": {
|
|
80995
|
-
"path": "core/typography/index.
|
|
80996
|
-
"name": "index.
|
|
80995
|
+
"path": "core/typography/index.scss",
|
|
80996
|
+
"name": "index.scss"
|
|
80997
80997
|
}
|
|
80998
80998
|
},
|
|
80999
80999
|
{
|
|
@@ -81017,8 +81017,8 @@
|
|
|
81017
81017
|
],
|
|
81018
81018
|
"access": "public",
|
|
81019
81019
|
"file": {
|
|
81020
|
-
"path": "core/typography/index.
|
|
81021
|
-
"name": "index.
|
|
81020
|
+
"path": "core/typography/index.scss",
|
|
81021
|
+
"name": "index.scss"
|
|
81022
81022
|
}
|
|
81023
81023
|
},
|
|
81024
81024
|
{
|
|
@@ -81042,8 +81042,8 @@
|
|
|
81042
81042
|
],
|
|
81043
81043
|
"access": "public",
|
|
81044
81044
|
"file": {
|
|
81045
|
-
"path": "core/typography/index.
|
|
81046
|
-
"name": "index.
|
|
81045
|
+
"path": "core/typography/index.scss",
|
|
81046
|
+
"name": "index.scss"
|
|
81047
81047
|
}
|
|
81048
81048
|
},
|
|
81049
81049
|
{
|
|
@@ -81067,8 +81067,8 @@
|
|
|
81067
81067
|
],
|
|
81068
81068
|
"access": "public",
|
|
81069
81069
|
"file": {
|
|
81070
|
-
"path": "core/typography/index.
|
|
81071
|
-
"name": "index.
|
|
81070
|
+
"path": "core/typography/index.scss",
|
|
81071
|
+
"name": "index.scss"
|
|
81072
81072
|
}
|
|
81073
81073
|
},
|
|
81074
81074
|
{
|
|
@@ -81092,8 +81092,8 @@
|
|
|
81092
81092
|
],
|
|
81093
81093
|
"access": "public",
|
|
81094
81094
|
"file": {
|
|
81095
|
-
"path": "core/typography/index.
|
|
81096
|
-
"name": "index.
|
|
81095
|
+
"path": "core/typography/index.scss",
|
|
81096
|
+
"name": "index.scss"
|
|
81097
81097
|
}
|
|
81098
81098
|
},
|
|
81099
81099
|
{
|
|
@@ -81117,8 +81117,8 @@
|
|
|
81117
81117
|
],
|
|
81118
81118
|
"access": "public",
|
|
81119
81119
|
"file": {
|
|
81120
|
-
"path": "core/typography/index.
|
|
81121
|
-
"name": "index.
|
|
81120
|
+
"path": "core/typography/index.scss",
|
|
81121
|
+
"name": "index.scss"
|
|
81122
81122
|
}
|
|
81123
81123
|
},
|
|
81124
81124
|
{
|
|
@@ -81142,8 +81142,8 @@
|
|
|
81142
81142
|
],
|
|
81143
81143
|
"access": "public",
|
|
81144
81144
|
"file": {
|
|
81145
|
-
"path": "core/typography/index.
|
|
81146
|
-
"name": "index.
|
|
81145
|
+
"path": "core/typography/index.scss",
|
|
81146
|
+
"name": "index.scss"
|
|
81147
81147
|
}
|
|
81148
81148
|
},
|
|
81149
81149
|
{
|
|
@@ -81167,8 +81167,8 @@
|
|
|
81167
81167
|
],
|
|
81168
81168
|
"access": "public",
|
|
81169
81169
|
"file": {
|
|
81170
|
-
"path": "core/typography/index.
|
|
81171
|
-
"name": "index.
|
|
81170
|
+
"path": "core/typography/index.scss",
|
|
81171
|
+
"name": "index.scss"
|
|
81172
81172
|
}
|
|
81173
81173
|
},
|
|
81174
81174
|
{
|
|
@@ -81192,8 +81192,8 @@
|
|
|
81192
81192
|
],
|
|
81193
81193
|
"access": "public",
|
|
81194
81194
|
"file": {
|
|
81195
|
-
"path": "core/typography/index.
|
|
81196
|
-
"name": "index.
|
|
81195
|
+
"path": "core/typography/index.scss",
|
|
81196
|
+
"name": "index.scss"
|
|
81197
81197
|
}
|
|
81198
81198
|
},
|
|
81199
81199
|
{
|
|
@@ -81217,8 +81217,8 @@
|
|
|
81217
81217
|
],
|
|
81218
81218
|
"access": "public",
|
|
81219
81219
|
"file": {
|
|
81220
|
-
"path": "core/typography/index.
|
|
81221
|
-
"name": "index.
|
|
81220
|
+
"path": "core/typography/index.scss",
|
|
81221
|
+
"name": "index.scss"
|
|
81222
81222
|
}
|
|
81223
81223
|
},
|
|
81224
81224
|
{
|
|
@@ -81242,8 +81242,8 @@
|
|
|
81242
81242
|
],
|
|
81243
81243
|
"access": "public",
|
|
81244
81244
|
"file": {
|
|
81245
|
-
"path": "core/typography/index.
|
|
81246
|
-
"name": "index.
|
|
81245
|
+
"path": "core/typography/index.scss",
|
|
81246
|
+
"name": "index.scss"
|
|
81247
81247
|
}
|
|
81248
81248
|
},
|
|
81249
81249
|
{
|
|
@@ -81267,8 +81267,8 @@
|
|
|
81267
81267
|
],
|
|
81268
81268
|
"access": "public",
|
|
81269
81269
|
"file": {
|
|
81270
|
-
"path": "core/typography/index.
|
|
81271
|
-
"name": "index.
|
|
81270
|
+
"path": "core/typography/index.scss",
|
|
81271
|
+
"name": "index.scss"
|
|
81272
81272
|
}
|
|
81273
81273
|
},
|
|
81274
81274
|
{
|
|
@@ -81292,8 +81292,8 @@
|
|
|
81292
81292
|
],
|
|
81293
81293
|
"access": "public",
|
|
81294
81294
|
"file": {
|
|
81295
|
-
"path": "core/typography/index.
|
|
81296
|
-
"name": "index.
|
|
81295
|
+
"path": "core/typography/index.scss",
|
|
81296
|
+
"name": "index.scss"
|
|
81297
81297
|
}
|
|
81298
81298
|
},
|
|
81299
81299
|
{
|
|
@@ -81317,8 +81317,8 @@
|
|
|
81317
81317
|
],
|
|
81318
81318
|
"access": "public",
|
|
81319
81319
|
"file": {
|
|
81320
|
-
"path": "core/typography/index.
|
|
81321
|
-
"name": "index.
|
|
81320
|
+
"path": "core/typography/index.scss",
|
|
81321
|
+
"name": "index.scss"
|
|
81322
81322
|
}
|
|
81323
81323
|
},
|
|
81324
81324
|
{
|
|
@@ -81342,8 +81342,8 @@
|
|
|
81342
81342
|
],
|
|
81343
81343
|
"access": "public",
|
|
81344
81344
|
"file": {
|
|
81345
|
-
"path": "core/typography/index.
|
|
81346
|
-
"name": "index.
|
|
81345
|
+
"path": "core/typography/index.scss",
|
|
81346
|
+
"name": "index.scss"
|
|
81347
81347
|
}
|
|
81348
81348
|
},
|
|
81349
81349
|
{
|
|
@@ -81367,8 +81367,8 @@
|
|
|
81367
81367
|
],
|
|
81368
81368
|
"access": "public",
|
|
81369
81369
|
"file": {
|
|
81370
|
-
"path": "core/typography/index.
|
|
81371
|
-
"name": "index.
|
|
81370
|
+
"path": "core/typography/index.scss",
|
|
81371
|
+
"name": "index.scss"
|
|
81372
81372
|
}
|
|
81373
81373
|
},
|
|
81374
81374
|
{
|
|
@@ -81392,8 +81392,8 @@
|
|
|
81392
81392
|
],
|
|
81393
81393
|
"access": "public",
|
|
81394
81394
|
"file": {
|
|
81395
|
-
"path": "core/typography/index.
|
|
81396
|
-
"name": "index.
|
|
81395
|
+
"path": "core/typography/index.scss",
|
|
81396
|
+
"name": "index.scss"
|
|
81397
81397
|
}
|
|
81398
81398
|
},
|
|
81399
81399
|
{
|
|
@@ -81417,8 +81417,8 @@
|
|
|
81417
81417
|
],
|
|
81418
81418
|
"access": "public",
|
|
81419
81419
|
"file": {
|
|
81420
|
-
"path": "core/typography/index.
|
|
81421
|
-
"name": "index.
|
|
81420
|
+
"path": "core/typography/index.scss",
|
|
81421
|
+
"name": "index.scss"
|
|
81422
81422
|
}
|
|
81423
81423
|
},
|
|
81424
81424
|
{
|
|
@@ -81442,8 +81442,8 @@
|
|
|
81442
81442
|
],
|
|
81443
81443
|
"access": "public",
|
|
81444
81444
|
"file": {
|
|
81445
|
-
"path": "core/typography/index.
|
|
81446
|
-
"name": "index.
|
|
81445
|
+
"path": "core/typography/index.scss",
|
|
81446
|
+
"name": "index.scss"
|
|
81447
81447
|
}
|
|
81448
81448
|
},
|
|
81449
81449
|
{
|
|
@@ -81467,8 +81467,8 @@
|
|
|
81467
81467
|
],
|
|
81468
81468
|
"access": "public",
|
|
81469
81469
|
"file": {
|
|
81470
|
-
"path": "core/typography/index.
|
|
81471
|
-
"name": "index.
|
|
81470
|
+
"path": "core/typography/index.scss",
|
|
81471
|
+
"name": "index.scss"
|
|
81472
81472
|
}
|
|
81473
81473
|
},
|
|
81474
81474
|
{
|
|
@@ -81492,8 +81492,8 @@
|
|
|
81492
81492
|
],
|
|
81493
81493
|
"access": "public",
|
|
81494
81494
|
"file": {
|
|
81495
|
-
"path": "core/typography/index.
|
|
81496
|
-
"name": "index.
|
|
81495
|
+
"path": "core/typography/index.scss",
|
|
81496
|
+
"name": "index.scss"
|
|
81497
81497
|
}
|
|
81498
81498
|
},
|
|
81499
81499
|
{
|
|
@@ -81517,8 +81517,8 @@
|
|
|
81517
81517
|
],
|
|
81518
81518
|
"access": "public",
|
|
81519
81519
|
"file": {
|
|
81520
|
-
"path": "core/typography/index.
|
|
81521
|
-
"name": "index.
|
|
81520
|
+
"path": "core/typography/index.scss",
|
|
81521
|
+
"name": "index.scss"
|
|
81522
81522
|
}
|
|
81523
81523
|
},
|
|
81524
81524
|
{
|
|
@@ -81542,8 +81542,8 @@
|
|
|
81542
81542
|
],
|
|
81543
81543
|
"access": "public",
|
|
81544
81544
|
"file": {
|
|
81545
|
-
"path": "core/typography/index.
|
|
81546
|
-
"name": "index.
|
|
81545
|
+
"path": "core/typography/index.scss",
|
|
81546
|
+
"name": "index.scss"
|
|
81547
81547
|
}
|
|
81548
81548
|
},
|
|
81549
81549
|
{
|
|
@@ -85274,8 +85274,8 @@
|
|
|
85274
85274
|
{
|
|
85275
85275
|
"description": "",
|
|
85276
85276
|
"commentRange": {
|
|
85277
|
-
"start":
|
|
85278
|
-
"end":
|
|
85277
|
+
"start": 555,
|
|
85278
|
+
"end": 559
|
|
85279
85279
|
},
|
|
85280
85280
|
"context": {
|
|
85281
85281
|
"type": "variable",
|
|
@@ -85283,8 +85283,8 @@
|
|
|
85283
85283
|
"value": "black",
|
|
85284
85284
|
"scope": "default",
|
|
85285
85285
|
"line": {
|
|
85286
|
-
"start":
|
|
85287
|
-
"end":
|
|
85286
|
+
"start": 560,
|
|
85287
|
+
"end": 560
|
|
85288
85288
|
}
|
|
85289
85289
|
},
|
|
85290
85290
|
"link": [
|
|
@@ -85303,15 +85303,15 @@
|
|
|
85303
85303
|
],
|
|
85304
85304
|
"access": "public",
|
|
85305
85305
|
"file": {
|
|
85306
|
-
"path": "core/scss/functions/_color.
|
|
85307
|
-
"name": "_color.
|
|
85306
|
+
"path": "core/scss/functions/_color.scss",
|
|
85307
|
+
"name": "_color.scss"
|
|
85308
85308
|
}
|
|
85309
85309
|
},
|
|
85310
85310
|
{
|
|
85311
85311
|
"description": "Default light color for WCAG 2.0.\n",
|
|
85312
85312
|
"commentRange": {
|
|
85313
|
-
"start":
|
|
85314
|
-
"end":
|
|
85313
|
+
"start": 561,
|
|
85314
|
+
"end": 563
|
|
85315
85315
|
},
|
|
85316
85316
|
"context": {
|
|
85317
85317
|
"type": "variable",
|
|
@@ -85319,8 +85319,8 @@
|
|
|
85319
85319
|
"value": "white",
|
|
85320
85320
|
"scope": "default",
|
|
85321
85321
|
"line": {
|
|
85322
|
-
"start":
|
|
85323
|
-
"end":
|
|
85322
|
+
"start": 564,
|
|
85323
|
+
"end": 564
|
|
85324
85324
|
}
|
|
85325
85325
|
},
|
|
85326
85326
|
"type": "Color",
|
|
@@ -85329,8 +85329,8 @@
|
|
|
85329
85329
|
],
|
|
85330
85330
|
"access": "public",
|
|
85331
85331
|
"file": {
|
|
85332
|
-
"path": "core/scss/functions/_color.
|
|
85333
|
-
"name": "_color.
|
|
85332
|
+
"path": "core/scss/functions/_color.scss",
|
|
85333
|
+
"name": "_color.scss"
|
|
85334
85334
|
}
|
|
85335
85335
|
},
|
|
85336
85336
|
{
|
|
@@ -85541,31 +85541,6 @@
|
|
|
85541
85541
|
"name": "_constants.scss"
|
|
85542
85542
|
}
|
|
85543
85543
|
},
|
|
85544
|
-
{
|
|
85545
|
-
"description": "Set a specific jump point for requesting color jumps\n",
|
|
85546
|
-
"commentRange": {
|
|
85547
|
-
"start": 197,
|
|
85548
|
-
"end": 199
|
|
85549
|
-
},
|
|
85550
|
-
"context": {
|
|
85551
|
-
"type": "variable",
|
|
85552
|
-
"name": "kendo-color-level-step",
|
|
85553
|
-
"value": "8%",
|
|
85554
|
-
"scope": "default",
|
|
85555
|
-
"line": {
|
|
85556
|
-
"start": 200,
|
|
85557
|
-
"end": 200
|
|
85558
|
-
}
|
|
85559
|
-
},
|
|
85560
|
-
"group": [
|
|
85561
|
-
"color-system"
|
|
85562
|
-
],
|
|
85563
|
-
"access": "private",
|
|
85564
|
-
"file": {
|
|
85565
|
-
"path": "core/scss/functions/_color.import.scss",
|
|
85566
|
-
"name": "_color.import.scss"
|
|
85567
|
-
}
|
|
85568
|
-
},
|
|
85569
85544
|
{
|
|
85570
85545
|
"description": "The Coral Palette provides colors to the Primary and Series A variable groups.\n",
|
|
85571
85546
|
"commentRange": {
|
|
@@ -85762,8 +85737,8 @@
|
|
|
85762
85737
|
],
|
|
85763
85738
|
"access": "public",
|
|
85764
85739
|
"file": {
|
|
85765
|
-
"path": "core/scss/typography/index.
|
|
85766
|
-
"name": "index.
|
|
85740
|
+
"path": "core/scss/typography/index.scss",
|
|
85741
|
+
"name": "index.scss"
|
|
85767
85742
|
}
|
|
85768
85743
|
},
|
|
85769
85744
|
{
|
|
@@ -85787,8 +85762,8 @@
|
|
|
85787
85762
|
],
|
|
85788
85763
|
"access": "public",
|
|
85789
85764
|
"file": {
|
|
85790
|
-
"path": "core/scss/typography/index.
|
|
85791
|
-
"name": "index.
|
|
85765
|
+
"path": "core/scss/typography/index.scss",
|
|
85766
|
+
"name": "index.scss"
|
|
85792
85767
|
}
|
|
85793
85768
|
},
|
|
85794
85769
|
{
|
|
@@ -85812,8 +85787,8 @@
|
|
|
85812
85787
|
],
|
|
85813
85788
|
"access": "public",
|
|
85814
85789
|
"file": {
|
|
85815
|
-
"path": "core/scss/typography/index.
|
|
85816
|
-
"name": "index.
|
|
85790
|
+
"path": "core/scss/typography/index.scss",
|
|
85791
|
+
"name": "index.scss"
|
|
85817
85792
|
}
|
|
85818
85793
|
},
|
|
85819
85794
|
{
|
|
@@ -85837,8 +85812,8 @@
|
|
|
85837
85812
|
],
|
|
85838
85813
|
"access": "public",
|
|
85839
85814
|
"file": {
|
|
85840
|
-
"path": "core/scss/typography/index.
|
|
85841
|
-
"name": "index.
|
|
85815
|
+
"path": "core/scss/typography/index.scss",
|
|
85816
|
+
"name": "index.scss"
|
|
85842
85817
|
}
|
|
85843
85818
|
},
|
|
85844
85819
|
{
|
|
@@ -85862,8 +85837,8 @@
|
|
|
85862
85837
|
],
|
|
85863
85838
|
"access": "public",
|
|
85864
85839
|
"file": {
|
|
85865
|
-
"path": "core/scss/typography/index.
|
|
85866
|
-
"name": "index.
|
|
85840
|
+
"path": "core/scss/typography/index.scss",
|
|
85841
|
+
"name": "index.scss"
|
|
85867
85842
|
}
|
|
85868
85843
|
},
|
|
85869
85844
|
{
|
|
@@ -85887,8 +85862,8 @@
|
|
|
85887
85862
|
],
|
|
85888
85863
|
"access": "public",
|
|
85889
85864
|
"file": {
|
|
85890
|
-
"path": "core/scss/typography/index.
|
|
85891
|
-
"name": "index.
|
|
85865
|
+
"path": "core/scss/typography/index.scss",
|
|
85866
|
+
"name": "index.scss"
|
|
85892
85867
|
}
|
|
85893
85868
|
},
|
|
85894
85869
|
{
|
|
@@ -85912,8 +85887,8 @@
|
|
|
85912
85887
|
],
|
|
85913
85888
|
"access": "public",
|
|
85914
85889
|
"file": {
|
|
85915
|
-
"path": "core/scss/typography/index.
|
|
85916
|
-
"name": "index.
|
|
85890
|
+
"path": "core/scss/typography/index.scss",
|
|
85891
|
+
"name": "index.scss"
|
|
85917
85892
|
}
|
|
85918
85893
|
},
|
|
85919
85894
|
{
|
|
@@ -85937,8 +85912,8 @@
|
|
|
85937
85912
|
],
|
|
85938
85913
|
"access": "public",
|
|
85939
85914
|
"file": {
|
|
85940
|
-
"path": "core/scss/typography/index.
|
|
85941
|
-
"name": "index.
|
|
85915
|
+
"path": "core/scss/typography/index.scss",
|
|
85916
|
+
"name": "index.scss"
|
|
85942
85917
|
}
|
|
85943
85918
|
},
|
|
85944
85919
|
{
|
|
@@ -85962,8 +85937,8 @@
|
|
|
85962
85937
|
],
|
|
85963
85938
|
"access": "public",
|
|
85964
85939
|
"file": {
|
|
85965
|
-
"path": "core/scss/typography/index.
|
|
85966
|
-
"name": "index.
|
|
85940
|
+
"path": "core/scss/typography/index.scss",
|
|
85941
|
+
"name": "index.scss"
|
|
85967
85942
|
}
|
|
85968
85943
|
},
|
|
85969
85944
|
{
|
|
@@ -85987,8 +85962,8 @@
|
|
|
85987
85962
|
],
|
|
85988
85963
|
"access": "public",
|
|
85989
85964
|
"file": {
|
|
85990
|
-
"path": "core/scss/typography/index.
|
|
85991
|
-
"name": "index.
|
|
85965
|
+
"path": "core/scss/typography/index.scss",
|
|
85966
|
+
"name": "index.scss"
|
|
85992
85967
|
}
|
|
85993
85968
|
},
|
|
85994
85969
|
{
|
|
@@ -86012,8 +85987,8 @@
|
|
|
86012
85987
|
],
|
|
86013
85988
|
"access": "public",
|
|
86014
85989
|
"file": {
|
|
86015
|
-
"path": "core/scss/typography/index.
|
|
86016
|
-
"name": "index.
|
|
85990
|
+
"path": "core/scss/typography/index.scss",
|
|
85991
|
+
"name": "index.scss"
|
|
86017
85992
|
}
|
|
86018
85993
|
},
|
|
86019
85994
|
{
|
|
@@ -86037,8 +86012,8 @@
|
|
|
86037
86012
|
],
|
|
86038
86013
|
"access": "public",
|
|
86039
86014
|
"file": {
|
|
86040
|
-
"path": "core/scss/typography/index.
|
|
86041
|
-
"name": "index.
|
|
86015
|
+
"path": "core/scss/typography/index.scss",
|
|
86016
|
+
"name": "index.scss"
|
|
86042
86017
|
}
|
|
86043
86018
|
},
|
|
86044
86019
|
{
|
|
@@ -86062,8 +86037,8 @@
|
|
|
86062
86037
|
],
|
|
86063
86038
|
"access": "public",
|
|
86064
86039
|
"file": {
|
|
86065
|
-
"path": "core/scss/typography/index.
|
|
86066
|
-
"name": "index.
|
|
86040
|
+
"path": "core/scss/typography/index.scss",
|
|
86041
|
+
"name": "index.scss"
|
|
86067
86042
|
}
|
|
86068
86043
|
},
|
|
86069
86044
|
{
|
|
@@ -86087,8 +86062,8 @@
|
|
|
86087
86062
|
],
|
|
86088
86063
|
"access": "public",
|
|
86089
86064
|
"file": {
|
|
86090
|
-
"path": "core/scss/typography/index.
|
|
86091
|
-
"name": "index.
|
|
86065
|
+
"path": "core/scss/typography/index.scss",
|
|
86066
|
+
"name": "index.scss"
|
|
86092
86067
|
}
|
|
86093
86068
|
},
|
|
86094
86069
|
{
|
|
@@ -86112,8 +86087,8 @@
|
|
|
86112
86087
|
],
|
|
86113
86088
|
"access": "public",
|
|
86114
86089
|
"file": {
|
|
86115
|
-
"path": "core/scss/typography/index.
|
|
86116
|
-
"name": "index.
|
|
86090
|
+
"path": "core/scss/typography/index.scss",
|
|
86091
|
+
"name": "index.scss"
|
|
86117
86092
|
}
|
|
86118
86093
|
},
|
|
86119
86094
|
{
|
|
@@ -86137,8 +86112,8 @@
|
|
|
86137
86112
|
],
|
|
86138
86113
|
"access": "public",
|
|
86139
86114
|
"file": {
|
|
86140
|
-
"path": "core/scss/typography/index.
|
|
86141
|
-
"name": "index.
|
|
86115
|
+
"path": "core/scss/typography/index.scss",
|
|
86116
|
+
"name": "index.scss"
|
|
86142
86117
|
}
|
|
86143
86118
|
},
|
|
86144
86119
|
{
|
|
@@ -86162,8 +86137,8 @@
|
|
|
86162
86137
|
],
|
|
86163
86138
|
"access": "public",
|
|
86164
86139
|
"file": {
|
|
86165
|
-
"path": "core/scss/typography/index.
|
|
86166
|
-
"name": "index.
|
|
86140
|
+
"path": "core/scss/typography/index.scss",
|
|
86141
|
+
"name": "index.scss"
|
|
86167
86142
|
}
|
|
86168
86143
|
},
|
|
86169
86144
|
{
|