@progress/kendo-theme-bootstrap 12.2.4-dev.0 → 12.3.0-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +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 +1136 -584
- package/dist/meta/sassdoc-raw-data.json +411 -278
- package/dist/meta/variables.json +309 -21
- 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/button/_variables.scss +2 -3
- package/scss/core/_index.scss +12 -0
- package/scss/core/motion/index.scss +174 -1
- package/scss/dataviz/_variables.scss +1 -1
- package/scss/floating-label/_variables.scss +1 -1
- package/scss/input/_layout.scss +0 -6
- package/scss/slider/_variables.scss +4 -4
- package/scss/stepper/_variables.scss +2 -2
- package/scss/treeview/_layout.scss +0 -12
|
@@ -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": 7,
|
|
6131
|
+
"end": 8
|
|
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": 9,
|
|
6140
|
+
"end": 9
|
|
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": 11,
|
|
6156
|
+
"end": 12
|
|
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": 13,
|
|
6165
|
+
"end": 13
|
|
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": 15,
|
|
6181
|
+
"end": 16
|
|
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": 17,
|
|
6190
|
+
"end": 17
|
|
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": 18,
|
|
6206
|
+
"end": 19
|
|
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": 20,
|
|
6215
|
+
"end": 20
|
|
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": 21,
|
|
6231
|
+
"end": 22
|
|
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": 23,
|
|
6240
|
+
"end": 23
|
|
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": 25,
|
|
6256
|
+
"end": 26
|
|
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": 27,
|
|
6265
|
+
"end": 27
|
|
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": 28,
|
|
6281
|
+
"end": 29
|
|
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": 30,
|
|
6290
|
+
"end": 30
|
|
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": 31,
|
|
6306
|
+
"end": 32
|
|
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": 33,
|
|
6315
|
+
"end": 33
|
|
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": 35,
|
|
6331
|
+
"end": 36
|
|
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": 37,
|
|
6340
|
+
"end": 37
|
|
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": 38,
|
|
6356
|
+
"end": 39
|
|
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": 40,
|
|
6365
|
+
"end": 40
|
|
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": 42,
|
|
6381
|
+
"end": 43
|
|
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": 44,
|
|
6390
|
+
"end": 44
|
|
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": 45,
|
|
6406
|
+
"end": 46
|
|
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": 47,
|
|
6415
|
+
"end": 47
|
|
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": 48,
|
|
6431
|
+
"end": 49
|
|
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": 50,
|
|
6440
|
+
"end": 50
|
|
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": 51,
|
|
6456
|
+
"end": 52
|
|
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": 53,
|
|
6465
|
+
"end": 53
|
|
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": 55,
|
|
6481
|
+
"end": 56
|
|
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": 57,
|
|
6490
|
+
"end": 57
|
|
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": 58,
|
|
6506
|
+
"end": 59
|
|
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": 60,
|
|
6515
|
+
"end": 60
|
|
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": 61,
|
|
6531
|
+
"end": 62
|
|
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": 63,
|
|
6540
|
+
"end": 63
|
|
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": 64,
|
|
6556
|
+
"end": 65
|
|
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": 66,
|
|
6565
|
+
"end": 66
|
|
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": 77,
|
|
6581
|
+
"end": 78
|
|
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": 79,
|
|
6590
|
+
"end": 98
|
|
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": 100,
|
|
6606
|
+
"end": 101
|
|
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": 102,
|
|
6615
|
+
"end": 114
|
|
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": 116,
|
|
6631
|
+
"end": 117
|
|
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": 118,
|
|
6640
|
+
"end": 118
|
|
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": 119,
|
|
6656
|
+
"end": 120
|
|
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": 121,
|
|
6665
|
+
"end": 121
|
|
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": 122,
|
|
6681
|
+
"end": 123
|
|
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": 124,
|
|
6690
|
+
"end": 124
|
|
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": 125,
|
|
6706
|
+
"end": 126
|
|
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": 127,
|
|
6715
|
+
"end": 127
|
|
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": 128,
|
|
6731
|
+
"end": 129
|
|
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": 130,
|
|
6740
|
+
"end": 130
|
|
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": 132,
|
|
6756
|
+
"end": 133
|
|
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": 134,
|
|
6765
|
+
"end": 134
|
|
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": 135,
|
|
6781
|
+
"end": 136
|
|
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": 137,
|
|
6790
|
+
"end": 137
|
|
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": 138,
|
|
6806
|
+
"end": 139
|
|
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": 140,
|
|
6815
|
+
"end": 140
|
|
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": 141,
|
|
6831
|
+
"end": 142
|
|
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": 143,
|
|
6840
|
+
"end": 143
|
|
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": 144,
|
|
6856
|
+
"end": 145
|
|
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": 146,
|
|
6865
|
+
"end": 146
|
|
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": 148,
|
|
6881
|
+
"end": 149
|
|
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": 150,
|
|
6890
|
+
"end": 150
|
|
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": 151,
|
|
6906
|
+
"end": 152
|
|
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": 153,
|
|
6915
|
+
"end": 153
|
|
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": 154,
|
|
6931
|
+
"end": 155
|
|
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": 156,
|
|
6940
|
+
"end": 156
|
|
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": 157,
|
|
6956
|
+
"end": 158
|
|
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": 159,
|
|
6965
|
+
"end": 159
|
|
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": 160,
|
|
6981
|
+
"end": 161
|
|
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": 162,
|
|
6990
|
+
"end": 162
|
|
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": 164,
|
|
7006
|
+
"end": 165
|
|
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": 166,
|
|
7015
|
+
"end": 166
|
|
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": 167,
|
|
7031
|
+
"end": 168
|
|
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": 169,
|
|
7040
|
+
"end": 169
|
|
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": 170,
|
|
7056
|
+
"end": 171
|
|
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": 172,
|
|
7065
|
+
"end": 172
|
|
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": 173,
|
|
7081
|
+
"end": 174
|
|
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": 175,
|
|
7090
|
+
"end": 175
|
|
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": 176,
|
|
7106
|
+
"end": 177
|
|
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": 178,
|
|
7115
|
+
"end": 178
|
|
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": 180,
|
|
7131
|
+
"end": 181
|
|
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": 182,
|
|
7140
|
+
"end": 182
|
|
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": 184,
|
|
7156
|
+
"end": 185
|
|
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": 186,
|
|
7165
|
+
"end": 186
|
|
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": 187,
|
|
7181
|
+
"end": 188
|
|
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": 189,
|
|
7190
|
+
"end": 189
|
|
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": 190,
|
|
7206
|
+
"end": 191
|
|
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": 192,
|
|
7215
|
+
"end": 192
|
|
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": 193,
|
|
7231
|
+
"end": 194
|
|
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": 195,
|
|
7240
|
+
"end": 195
|
|
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": 196,
|
|
7256
|
+
"end": 197
|
|
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": 198,
|
|
7265
|
+
"end": 198
|
|
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": 200,
|
|
7281
|
+
"end": 201
|
|
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": 202,
|
|
7290
|
+
"end": 202
|
|
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": 205,
|
|
7306
|
+
"end": 206
|
|
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": 207,
|
|
7315
|
+
"end": 207
|
|
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": 208,
|
|
7331
|
+
"end": 209
|
|
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": 210,
|
|
7340
|
+
"end": 210
|
|
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": 211,
|
|
7356
|
+
"end": 212
|
|
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": 213,
|
|
7365
|
+
"end": 213
|
|
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": 214,
|
|
7381
|
+
"end": 215
|
|
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": 216,
|
|
7390
|
+
"end": 216
|
|
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": 217,
|
|
7406
|
+
"end": 218
|
|
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": 219,
|
|
7415
|
+
"end": 219
|
|
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": 222,
|
|
7431
|
+
"end": 223
|
|
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": 224,
|
|
7440
|
+
"end": 224
|
|
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": 225,
|
|
7456
|
+
"end": 226
|
|
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": 227,
|
|
7465
|
+
"end": 227
|
|
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": 228,
|
|
7481
|
+
"end": 229
|
|
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": 230,
|
|
7490
|
+
"end": 230
|
|
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": 231,
|
|
7506
|
+
"end": 232
|
|
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": 233,
|
|
7515
|
+
"end": 233
|
|
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": 236,
|
|
7531
|
+
"end": 237
|
|
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": 238,
|
|
7540
|
+
"end": 238
|
|
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": 239,
|
|
7556
|
+
"end": 240
|
|
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": 241,
|
|
7565
|
+
"end": 241
|
|
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": 242,
|
|
7581
|
+
"end": 243
|
|
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": 244,
|
|
7590
|
+
"end": 244
|
|
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": 245,
|
|
7606
|
+
"end": 246
|
|
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": 247,
|
|
7615
|
+
"end": 247
|
|
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": 250,
|
|
7631
|
+
"end": 251
|
|
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": 252,
|
|
7640
|
+
"end": 252
|
|
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": 254,
|
|
7656
|
+
"end": 255
|
|
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": 256,
|
|
7665
|
+
"end": 256
|
|
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": 257,
|
|
7681
|
+
"end": 258
|
|
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": 259,
|
|
7690
|
+
"end": 259
|
|
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": 260,
|
|
7706
|
+
"end": 261
|
|
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": 262,
|
|
7715
|
+
"end": 262
|
|
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": 263,
|
|
7731
|
+
"end": 264
|
|
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": 265,
|
|
7740
|
+
"end": 265
|
|
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": 266,
|
|
7756
|
+
"end": 267
|
|
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": 268,
|
|
7765
|
+
"end": 268
|
|
7766
7766
|
}
|
|
7767
7767
|
},
|
|
7768
7768
|
"group": [
|
|
@@ -7775,19 +7775,19 @@
|
|
|
7775
7775
|
}
|
|
7776
7776
|
},
|
|
7777
7777
|
{
|
|
7778
|
-
"description": "The
|
|
7778
|
+
"description": "The transition of the Button.\n",
|
|
7779
7779
|
"commentRange": {
|
|
7780
|
-
"start":
|
|
7781
|
-
"end":
|
|
7780
|
+
"start": 270,
|
|
7781
|
+
"end": 271
|
|
7782
7782
|
},
|
|
7783
7783
|
"context": {
|
|
7784
7784
|
"type": "variable",
|
|
7785
7785
|
"name": "kendo-button-transition",
|
|
7786
|
-
"value": "
|
|
7786
|
+
"value": "color k-transition(rapid), background-color k-transition(rapid), border-color k-transition(rapid), box-shadow k-transition(rapid), opacity k-transition(rapid)",
|
|
7787
7787
|
"scope": "default",
|
|
7788
7788
|
"line": {
|
|
7789
|
-
"start":
|
|
7790
|
-
"end":
|
|
7789
|
+
"start": 272,
|
|
7790
|
+
"end": 272
|
|
7791
7791
|
}
|
|
7792
7792
|
},
|
|
7793
7793
|
"group": [
|
|
@@ -14108,7 +14108,7 @@
|
|
|
14108
14108
|
"context": {
|
|
14109
14109
|
"type": "variable",
|
|
14110
14110
|
"name": "kendo-chart-tooltip-transition",
|
|
14111
|
-
"value": "left
|
|
14111
|
+
"value": "left k-transition(fade-in), top k-transition(fade-in)",
|
|
14112
14112
|
"scope": "default",
|
|
14113
14113
|
"line": {
|
|
14114
14114
|
"start": 253,
|
|
@@ -31027,7 +31027,7 @@
|
|
|
31027
31027
|
"context": {
|
|
31028
31028
|
"type": "variable",
|
|
31029
31029
|
"name": "kendo-floating-label-transition",
|
|
31030
|
-
"value": "
|
|
31030
|
+
"value": "k-transition(scale-in)",
|
|
31031
31031
|
"scope": "default",
|
|
31032
31032
|
"line": {
|
|
31033
31033
|
"start": 40,
|
|
@@ -47893,6 +47893,139 @@
|
|
|
47893
47893
|
"name": "_variables.scss"
|
|
47894
47894
|
}
|
|
47895
47895
|
},
|
|
47896
|
+
{
|
|
47897
|
+
"description": "The global map of motion easing tokens.\n",
|
|
47898
|
+
"commentRange": {
|
|
47899
|
+
"start": 141,
|
|
47900
|
+
"end": 142
|
|
47901
|
+
},
|
|
47902
|
+
"context": {
|
|
47903
|
+
"type": "variable",
|
|
47904
|
+
"name": "kendo-easings",
|
|
47905
|
+
"value": "$default-easings",
|
|
47906
|
+
"scope": "default",
|
|
47907
|
+
"line": {
|
|
47908
|
+
"start": 143,
|
|
47909
|
+
"end": 143
|
|
47910
|
+
}
|
|
47911
|
+
},
|
|
47912
|
+
"group": [
|
|
47913
|
+
"motion"
|
|
47914
|
+
],
|
|
47915
|
+
"access": "public",
|
|
47916
|
+
"file": {
|
|
47917
|
+
"path": "core/motion/index.scss",
|
|
47918
|
+
"name": "index.scss"
|
|
47919
|
+
}
|
|
47920
|
+
},
|
|
47921
|
+
{
|
|
47922
|
+
"description": "The global map of motion duration tokens.\n",
|
|
47923
|
+
"commentRange": {
|
|
47924
|
+
"start": 146,
|
|
47925
|
+
"end": 147
|
|
47926
|
+
},
|
|
47927
|
+
"context": {
|
|
47928
|
+
"type": "variable",
|
|
47929
|
+
"name": "kendo-durations",
|
|
47930
|
+
"value": "$default-durations",
|
|
47931
|
+
"scope": "default",
|
|
47932
|
+
"line": {
|
|
47933
|
+
"start": 148,
|
|
47934
|
+
"end": 148
|
|
47935
|
+
}
|
|
47936
|
+
},
|
|
47937
|
+
"group": [
|
|
47938
|
+
"motion"
|
|
47939
|
+
],
|
|
47940
|
+
"access": "public",
|
|
47941
|
+
"file": {
|
|
47942
|
+
"path": "core/motion/index.scss",
|
|
47943
|
+
"name": "index.scss"
|
|
47944
|
+
}
|
|
47945
|
+
},
|
|
47946
|
+
{
|
|
47947
|
+
"description": "The global map of motion transition tokens.\n",
|
|
47948
|
+
"commentRange": {
|
|
47949
|
+
"start": 151,
|
|
47950
|
+
"end": 172
|
|
47951
|
+
},
|
|
47952
|
+
"context": {
|
|
47953
|
+
"type": "variable",
|
|
47954
|
+
"name": "kendo-transitions",
|
|
47955
|
+
"value": "$default-transitions",
|
|
47956
|
+
"scope": "default",
|
|
47957
|
+
"line": {
|
|
47958
|
+
"start": 173,
|
|
47959
|
+
"end": 173
|
|
47960
|
+
}
|
|
47961
|
+
},
|
|
47962
|
+
"group": [
|
|
47963
|
+
"motion"
|
|
47964
|
+
],
|
|
47965
|
+
"subGroup": [
|
|
47966
|
+
{
|
|
47967
|
+
"name": "fast",
|
|
47968
|
+
"value": [
|
|
47969
|
+
"instant",
|
|
47970
|
+
"rapid",
|
|
47971
|
+
"snappy",
|
|
47972
|
+
"energetic"
|
|
47973
|
+
],
|
|
47974
|
+
"description": "Speed and Responsiveness"
|
|
47975
|
+
},
|
|
47976
|
+
{
|
|
47977
|
+
"name": "expressive",
|
|
47978
|
+
"value": [
|
|
47979
|
+
"emphasis",
|
|
47980
|
+
"bouncy",
|
|
47981
|
+
"pulse",
|
|
47982
|
+
"flip"
|
|
47983
|
+
],
|
|
47984
|
+
"description": "Personality and Playfulness"
|
|
47985
|
+
},
|
|
47986
|
+
{
|
|
47987
|
+
"name": "calm",
|
|
47988
|
+
"value": [
|
|
47989
|
+
"subtle",
|
|
47990
|
+
"gentle",
|
|
47991
|
+
"settle",
|
|
47992
|
+
"smooth",
|
|
47993
|
+
"fluid",
|
|
47994
|
+
"deliberate"
|
|
47995
|
+
],
|
|
47996
|
+
"description": "Subtle & Natural"
|
|
47997
|
+
},
|
|
47998
|
+
{
|
|
47999
|
+
"name": "visibility",
|
|
48000
|
+
"value": [
|
|
48001
|
+
"slide-in",
|
|
48002
|
+
"slide-out",
|
|
48003
|
+
"fade-in",
|
|
48004
|
+
"fade-out",
|
|
48005
|
+
"enter",
|
|
48006
|
+
"exit"
|
|
48007
|
+
],
|
|
48008
|
+
"description": "Visibility & Movement Change"
|
|
48009
|
+
},
|
|
48010
|
+
{
|
|
48011
|
+
"name": "size",
|
|
48012
|
+
"value": [
|
|
48013
|
+
"scale-in",
|
|
48014
|
+
"scale-out",
|
|
48015
|
+
"grow",
|
|
48016
|
+
"shrink",
|
|
48017
|
+
"expand",
|
|
48018
|
+
"collapse"
|
|
48019
|
+
],
|
|
48020
|
+
"description": "Size & Scale Adjustments"
|
|
48021
|
+
}
|
|
48022
|
+
],
|
|
48023
|
+
"access": "public",
|
|
48024
|
+
"file": {
|
|
48025
|
+
"path": "core/motion/index.scss",
|
|
48026
|
+
"name": "index.scss"
|
|
48027
|
+
}
|
|
48028
|
+
},
|
|
47896
48029
|
{
|
|
47897
48030
|
"description": "The minimum height of the 'No Data' text container.\n",
|
|
47898
48031
|
"commentRange": {
|
|
@@ -64552,7 +64685,7 @@
|
|
|
64552
64685
|
"context": {
|
|
64553
64686
|
"type": "variable",
|
|
64554
64687
|
"name": "kendo-slider-transition-speed",
|
|
64555
|
-
"value": "
|
|
64688
|
+
"value": "k-duration(brisk)",
|
|
64556
64689
|
"scope": "default",
|
|
64557
64690
|
"line": {
|
|
64558
64691
|
"start": 91,
|
|
@@ -64577,7 +64710,7 @@
|
|
|
64577
64710
|
"context": {
|
|
64578
64711
|
"type": "variable",
|
|
64579
64712
|
"name": "kendo-slider-transition-function",
|
|
64580
|
-
"value": "
|
|
64713
|
+
"value": "k-easing(standard)",
|
|
64581
64714
|
"scope": "default",
|
|
64582
64715
|
"line": {
|
|
64583
64716
|
"start": 94,
|
|
@@ -64602,7 +64735,7 @@
|
|
|
64602
64735
|
"context": {
|
|
64603
64736
|
"type": "variable",
|
|
64604
64737
|
"name": "kendo-slider-draghandle-transition-speed",
|
|
64605
|
-
"value": "
|
|
64738
|
+
"value": "k-duration(quick)",
|
|
64606
64739
|
"scope": "default",
|
|
64607
64740
|
"line": {
|
|
64608
64741
|
"start": 97,
|
|
@@ -64627,7 +64760,7 @@
|
|
|
64627
64760
|
"context": {
|
|
64628
64761
|
"type": "variable",
|
|
64629
64762
|
"name": "kendo-slider-draghandle-transition-function",
|
|
64630
|
-
"value": "
|
|
64763
|
+
"value": "k-easing(decelerate)",
|
|
64631
64764
|
"scope": "default",
|
|
64632
64765
|
"line": {
|
|
64633
64766
|
"start": 100,
|
|
@@ -69255,7 +69388,7 @@
|
|
|
69255
69388
|
"context": {
|
|
69256
69389
|
"type": "variable",
|
|
69257
69390
|
"name": "kendo-stepper-content-transition-duration",
|
|
69258
|
-
"value": "
|
|
69391
|
+
"value": "k-duration(speedy)",
|
|
69259
69392
|
"scope": "default",
|
|
69260
69393
|
"line": {
|
|
69261
69394
|
"start": 228,
|
|
@@ -69280,7 +69413,7 @@
|
|
|
69280
69413
|
"context": {
|
|
69281
69414
|
"type": "variable",
|
|
69282
69415
|
"name": "kendo-stepper-content-transition-timing-function",
|
|
69283
|
-
"value": "
|
|
69416
|
+
"value": "k-easing(standard)",
|
|
69284
69417
|
"scope": "default",
|
|
69285
69418
|
"line": {
|
|
69286
69419
|
"start": 231,
|