@progress/kendo-theme-default 6.4.0-dev.0 → 6.4.0-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/dist/all.css +176 -76
  2. package/dist/all.scss +214 -93
  3. package/dist/default-main-dark.scss +2 -2
  4. package/dist/meta/sassdoc-data.json +988 -1096
  5. package/dist/meta/sassdoc-raw-data.json +494 -544
  6. package/dist/meta/variables.json +16 -16
  7. package/lib/swatches/default-blue.json +1 -1
  8. package/lib/swatches/default-dataviz-v4.json +1 -1
  9. package/lib/swatches/default-green.json +1 -1
  10. package/lib/swatches/default-main-dark.json +4 -4
  11. package/lib/swatches/default-main.json +1 -1
  12. package/lib/swatches/default-nordic.json +1 -1
  13. package/lib/swatches/default-ocean-blue-a11y.json +1 -1
  14. package/lib/swatches/default-ocean-blue.json +1 -1
  15. package/lib/swatches/default-orange.json +1 -1
  16. package/lib/swatches/default-purple.json +1 -1
  17. package/lib/swatches/default-turquoise.json +1 -1
  18. package/lib/swatches/default-urban.json +1 -1
  19. package/package.json +4 -4
  20. package/scss/action-sheet/_layout.scss +11 -2
  21. package/scss/adaptive/_layout.scss +5 -8
  22. package/scss/drawer/_layout.scss +13 -3
  23. package/scss/drawer/_variables.scss +2 -0
  24. package/scss/fab/_layout.scss +3 -4
  25. package/scss/fab/_theme.scss +1 -1
  26. package/scss/fab/_variables.scss +5 -11
  27. package/scss/grid/_layout.scss +1 -0
  28. package/scss/icons/_layout.scss +10 -7
  29. package/scss/input/_layout.scss +6 -5
  30. package/scss/input/_variables.scss +0 -3
  31. package/scss/listbox/_layout.scss +2 -5
  32. package/scss/listgroup/_layout.scss +1 -1
  33. package/scss/pager/_layout.scss +1 -12
  34. package/scss/scrollview/_layout.scss +13 -2
  35. package/scss/spreadsheet/_layout.scss +2 -1
@@ -5712,15 +5712,15 @@
5712
5712
  }
5713
5713
  },
5714
5714
  {
5715
- "description": "FAB icon width.\n",
5715
+ "description": "Horizontal padding of the FAB icon.\n",
5716
5716
  "commentRange": {
5717
5717
  "start": 34,
5718
5718
  "end": 35
5719
5719
  },
5720
5720
  "context": {
5721
5721
  "type": "variable",
5722
- "name": "kendo-fab-icon-width",
5723
- "value": "20px",
5722
+ "name": "kendo-fab-icon-padding-x",
5723
+ "value": "k-map-get( $kendo-spacing, 0.5 )",
5724
5724
  "scope": "default",
5725
5725
  "line": {
5726
5726
  "start": 36,
@@ -5737,15 +5737,15 @@
5737
5737
  }
5738
5738
  },
5739
5739
  {
5740
- "description": "FAB icon height.\n",
5740
+ "description": "Vertical padding of the FAB icon.\n",
5741
5741
  "commentRange": {
5742
5742
  "start": 37,
5743
5743
  "end": 38
5744
5744
  },
5745
5745
  "context": {
5746
5746
  "type": "variable",
5747
- "name": "kendo-fab-icon-height",
5748
- "value": "$kendo-fab-icon-width",
5747
+ "name": "kendo-fab-icon-padding-y",
5748
+ "value": "$kendo-fab-icon-padding-x",
5749
5749
  "scope": "default",
5750
5750
  "line": {
5751
5751
  "start": 39,
@@ -5995,7 +5995,7 @@
5995
5995
  "context": {
5996
5996
  "type": "variable",
5997
5997
  "name": "kendo-fab-item-icon-padding-x",
5998
- "value": "k-map-get( $kendo-spacing, 2 )",
5998
+ "value": "k-map-get( $kendo-spacing, 2 ) + $kendo-fab-icon-padding-x",
5999
5999
  "scope": "default",
6000
6000
  "line": {
6001
6001
  "start": 72,
@@ -6086,61 +6086,11 @@
6086
6086
  "name": "_variables.scss"
6087
6087
  }
6088
6088
  },
6089
- {
6090
- "description": "Width of the FAB item icon.\n",
6091
- "commentRange": {
6092
- "start": 82,
6093
- "end": 83
6094
- },
6095
- "context": {
6096
- "type": "variable",
6097
- "name": "kendo-fab-item-icon-width",
6098
- "value": "20px",
6099
- "scope": "default",
6100
- "line": {
6101
- "start": 84,
6102
- "end": 84
6103
- }
6104
- },
6105
- "group": [
6106
- "floating-action-button"
6107
- ],
6108
- "access": "public",
6109
- "file": {
6110
- "path": "fab/_variables.scss",
6111
- "name": "_variables.scss"
6112
- }
6113
- },
6114
- {
6115
- "description": "Height of the FAB item icon.\n",
6116
- "commentRange": {
6117
- "start": 85,
6118
- "end": 86
6119
- },
6120
- "context": {
6121
- "type": "variable",
6122
- "name": "kendo-fab-item-icon-height",
6123
- "value": "$kendo-fab-item-icon-width",
6124
- "scope": "default",
6125
- "line": {
6126
- "start": 87,
6127
- "end": 87
6128
- }
6129
- },
6130
- "group": [
6131
- "floating-action-button"
6132
- ],
6133
- "access": "public",
6134
- "file": {
6135
- "path": "fab/_variables.scss",
6136
- "name": "_variables.scss"
6137
- }
6138
- },
6139
6089
  {
6140
6090
  "description": "Theme colors map for the FAB.\n",
6141
6091
  "commentRange": {
6142
- "start": 89,
6143
- "end": 90
6092
+ "start": 83,
6093
+ "end": 84
6144
6094
  },
6145
6095
  "context": {
6146
6096
  "type": "variable",
@@ -6148,8 +6098,8 @@
6148
6098
  "value": "$kendo-theme-colors",
6149
6099
  "scope": "default",
6150
6100
  "line": {
6151
- "start": 91,
6152
- "end": 91
6101
+ "start": 85,
6102
+ "end": 85
6153
6103
  }
6154
6104
  },
6155
6105
  "group": [
@@ -6164,8 +6114,8 @@
6164
6114
  {
6165
6115
  "description": "Size map for the FAB.\n",
6166
6116
  "commentRange": {
6167
- "start": 93,
6168
- "end": 94
6117
+ "start": 87,
6118
+ "end": 88
6169
6119
  },
6170
6120
  "context": {
6171
6121
  "type": "variable",
@@ -6173,8 +6123,8 @@
6173
6123
  "value": "(\n sm: (\n padding-x: $kendo-fab-sm-padding-x,\n padding-y: $kendo-fab-sm-padding-y\n ),\n md: (\n padding-x: $kendo-fab-md-padding-x,\n padding-y: $kendo-fab-md-padding-y\n ),\n lg: (\n padding-x: $kendo-fab-lg-padding-x,\n padding-y: $kendo-fab-lg-padding-y\n )\n)",
6174
6124
  "scope": "default",
6175
6125
  "line": {
6176
- "start": 95,
6177
- "end": 108
6126
+ "start": 89,
6127
+ "end": 102
6178
6128
  }
6179
6129
  },
6180
6130
  "group": [
@@ -6189,8 +6139,8 @@
6189
6139
  {
6190
6140
  "description": "The base shadow of the FAB.\n",
6191
6141
  "commentRange": {
6192
- "start": 110,
6193
- "end": 111
6142
+ "start": 104,
6143
+ "end": 105
6194
6144
  },
6195
6145
  "context": {
6196
6146
  "type": "variable",
@@ -6198,8 +6148,8 @@
6198
6148
  "value": "0 6px 10px rgba(0, 0, 0, .14), 0 1px 18px rgba(0, 0, 0, .12), 0 3px 5px rgba(0, 0, 0, .2)",
6199
6149
  "scope": "default",
6200
6150
  "line": {
6201
- "start": 112,
6202
- "end": 112
6151
+ "start": 106,
6152
+ "end": 106
6203
6153
  }
6204
6154
  },
6205
6155
  "group": [
@@ -6214,8 +6164,8 @@
6214
6164
  {
6215
6165
  "description": "The disabled shadow of the FAB.\n",
6216
6166
  "commentRange": {
6217
- "start": 113,
6218
- "end": 114
6167
+ "start": 107,
6168
+ "end": 108
6219
6169
  },
6220
6170
  "context": {
6221
6171
  "type": "variable",
@@ -6223,8 +6173,8 @@
6223
6173
  "value": "0 6px 10px k-try-tint( rgba(0, 0, 0, .14), .5 ), 0 1px 18px k-try-tint( rgba(0, 0, 0, .12), .5 ), 0 3px 5px k-try-tint( rgba(0, 0, 0, .2), .5 )",
6224
6174
  "scope": "default",
6225
6175
  "line": {
6226
- "start": 115,
6227
- "end": 115
6176
+ "start": 109,
6177
+ "end": 109
6228
6178
  }
6229
6179
  },
6230
6180
  "group": [
@@ -6239,8 +6189,8 @@
6239
6189
  {
6240
6190
  "description": "The active shadow of the FAB.\n",
6241
6191
  "commentRange": {
6242
- "start": 116,
6243
- "end": 117
6192
+ "start": 110,
6193
+ "end": 111
6244
6194
  },
6245
6195
  "context": {
6246
6196
  "type": "variable",
@@ -6248,8 +6198,8 @@
6248
6198
  "value": "null",
6249
6199
  "scope": "default",
6250
6200
  "line": {
6251
- "start": 118,
6252
- "end": 118
6201
+ "start": 112,
6202
+ "end": 112
6253
6203
  }
6254
6204
  },
6255
6205
  "group": [
@@ -6264,8 +6214,8 @@
6264
6214
  {
6265
6215
  "description": "The outline style of the FAB.\n",
6266
6216
  "commentRange": {
6267
- "start": 119,
6268
- "end": 120
6217
+ "start": 113,
6218
+ "end": 114
6269
6219
  },
6270
6220
  "context": {
6271
6221
  "type": "variable",
@@ -6273,8 +6223,8 @@
6273
6223
  "value": "solid",
6274
6224
  "scope": "default",
6275
6225
  "line": {
6276
- "start": 121,
6277
- "end": 121
6226
+ "start": 115,
6227
+ "end": 115
6278
6228
  }
6279
6229
  },
6280
6230
  "group": [
@@ -6289,8 +6239,8 @@
6289
6239
  {
6290
6240
  "description": "The outline width of the FAB.\n",
6291
6241
  "commentRange": {
6292
- "start": 122,
6293
- "end": 123
6242
+ "start": 116,
6243
+ "end": 117
6294
6244
  },
6295
6245
  "context": {
6296
6246
  "type": "variable",
@@ -6298,8 +6248,8 @@
6298
6248
  "value": "k-map-get( $kendo-spacing, 0.5 )",
6299
6249
  "scope": "default",
6300
6250
  "line": {
6301
- "start": 124,
6302
- "end": 124
6251
+ "start": 118,
6252
+ "end": 118
6303
6253
  }
6304
6254
  },
6305
6255
  "group": [
@@ -6314,8 +6264,8 @@
6314
6264
  {
6315
6265
  "description": "The base text color of the FAB item.\n",
6316
6266
  "commentRange": {
6317
- "start": 126,
6318
- "end": 127
6267
+ "start": 120,
6268
+ "end": 121
6319
6269
  },
6320
6270
  "context": {
6321
6271
  "type": "variable",
@@ -6323,8 +6273,8 @@
6323
6273
  "value": "$kendo-component-text",
6324
6274
  "scope": "default",
6325
6275
  "line": {
6326
- "start": 128,
6327
- "end": 128
6276
+ "start": 122,
6277
+ "end": 122
6328
6278
  }
6329
6279
  },
6330
6280
  "group": [
@@ -6339,8 +6289,8 @@
6339
6289
  {
6340
6290
  "description": "The base background color of the FAB item.\n",
6341
6291
  "commentRange": {
6342
- "start": 129,
6343
- "end": 130
6292
+ "start": 123,
6293
+ "end": 124
6344
6294
  },
6345
6295
  "context": {
6346
6296
  "type": "variable",
@@ -6348,8 +6298,8 @@
6348
6298
  "value": "$kendo-component-bg",
6349
6299
  "scope": "default",
6350
6300
  "line": {
6351
- "start": 131,
6352
- "end": 131
6301
+ "start": 125,
6302
+ "end": 125
6353
6303
  }
6354
6304
  },
6355
6305
  "group": [
@@ -6364,8 +6314,8 @@
6364
6314
  {
6365
6315
  "description": "The base border color of the FAB item.\n",
6366
6316
  "commentRange": {
6367
- "start": 132,
6368
- "end": 133
6317
+ "start": 126,
6318
+ "end": 127
6369
6319
  },
6370
6320
  "context": {
6371
6321
  "type": "variable",
@@ -6373,8 +6323,8 @@
6373
6323
  "value": "$kendo-component-border",
6374
6324
  "scope": "default",
6375
6325
  "line": {
6376
- "start": 134,
6377
- "end": 134
6326
+ "start": 128,
6327
+ "end": 128
6378
6328
  }
6379
6329
  },
6380
6330
  "group": [
@@ -6389,8 +6339,8 @@
6389
6339
  {
6390
6340
  "description": "The base text color of the FAB item icon.\n",
6391
6341
  "commentRange": {
6392
- "start": 136,
6393
- "end": 137
6342
+ "start": 130,
6343
+ "end": 131
6394
6344
  },
6395
6345
  "context": {
6396
6346
  "type": "variable",
@@ -6398,8 +6348,8 @@
6398
6348
  "value": "$kendo-button-text",
6399
6349
  "scope": "default",
6400
6350
  "line": {
6401
- "start": 138,
6402
- "end": 138
6351
+ "start": 132,
6352
+ "end": 132
6403
6353
  }
6404
6354
  },
6405
6355
  "group": [
@@ -6414,8 +6364,8 @@
6414
6364
  {
6415
6365
  "description": "The base background color of the FAB item icon.\n",
6416
6366
  "commentRange": {
6417
- "start": 139,
6418
- "end": 140
6367
+ "start": 133,
6368
+ "end": 134
6419
6369
  },
6420
6370
  "context": {
6421
6371
  "type": "variable",
@@ -6423,8 +6373,8 @@
6423
6373
  "value": "$kendo-button-bg",
6424
6374
  "scope": "default",
6425
6375
  "line": {
6426
- "start": 141,
6427
- "end": 141
6376
+ "start": 135,
6377
+ "end": 135
6428
6378
  }
6429
6379
  },
6430
6380
  "group": [
@@ -6439,8 +6389,8 @@
6439
6389
  {
6440
6390
  "description": "The base border color of the FAB item icon.\n",
6441
6391
  "commentRange": {
6442
- "start": 142,
6443
- "end": 143
6392
+ "start": 136,
6393
+ "end": 137
6444
6394
  },
6445
6395
  "context": {
6446
6396
  "type": "variable",
@@ -6448,8 +6398,8 @@
6448
6398
  "value": "$kendo-button-border",
6449
6399
  "scope": "default",
6450
6400
  "line": {
6451
- "start": 144,
6452
- "end": 144
6401
+ "start": 138,
6402
+ "end": 138
6453
6403
  }
6454
6404
  },
6455
6405
  "group": [
@@ -6464,8 +6414,8 @@
6464
6414
  {
6465
6415
  "description": "The base shadow of the FAB item.\n",
6466
6416
  "commentRange": {
6467
- "start": 146,
6468
- "end": 147
6417
+ "start": 140,
6418
+ "end": 141
6469
6419
  },
6470
6420
  "context": {
6471
6421
  "type": "variable",
@@ -6473,8 +6423,8 @@
6473
6423
  "value": "$kendo-fab-shadow",
6474
6424
  "scope": "default",
6475
6425
  "line": {
6476
- "start": 148,
6477
- "end": 148
6426
+ "start": 142,
6427
+ "end": 142
6478
6428
  }
6479
6429
  },
6480
6430
  "group": [
@@ -6489,8 +6439,8 @@
6489
6439
  {
6490
6440
  "description": "The disabled shadow of the FAB item.\n",
6491
6441
  "commentRange": {
6492
- "start": 149,
6493
- "end": 150
6442
+ "start": 143,
6443
+ "end": 144
6494
6444
  },
6495
6445
  "context": {
6496
6446
  "type": "variable",
@@ -6498,8 +6448,8 @@
6498
6448
  "value": "$kendo-fab-disabled-shadow",
6499
6449
  "scope": "default",
6500
6450
  "line": {
6501
- "start": 151,
6502
- "end": 151
6451
+ "start": 145,
6452
+ "end": 145
6503
6453
  }
6504
6454
  },
6505
6455
  "group": [
@@ -6514,8 +6464,8 @@
6514
6464
  {
6515
6465
  "description": "The active shadow of the FAB item.\n",
6516
6466
  "commentRange": {
6517
- "start": 152,
6518
- "end": 153
6467
+ "start": 146,
6468
+ "end": 147
6519
6469
  },
6520
6470
  "context": {
6521
6471
  "type": "variable",
@@ -6523,8 +6473,8 @@
6523
6473
  "value": "$kendo-fab-active-shadow",
6524
6474
  "scope": "default",
6525
6475
  "line": {
6526
- "start": 154,
6527
- "end": 154
6476
+ "start": 148,
6477
+ "end": 148
6528
6478
  }
6529
6479
  },
6530
6480
  "group": [
@@ -6539,8 +6489,8 @@
6539
6489
  {
6540
6490
  "description": "The outline style of the FAB item.\n",
6541
6491
  "commentRange": {
6542
- "start": 155,
6543
- "end": 156
6492
+ "start": 149,
6493
+ "end": 150
6544
6494
  },
6545
6495
  "context": {
6546
6496
  "type": "variable",
@@ -6548,8 +6498,8 @@
6548
6498
  "value": "solid",
6549
6499
  "scope": "default",
6550
6500
  "line": {
6551
- "start": 157,
6552
- "end": 157
6501
+ "start": 151,
6502
+ "end": 151
6553
6503
  }
6554
6504
  },
6555
6505
  "group": [
@@ -6564,8 +6514,8 @@
6564
6514
  {
6565
6515
  "description": "The outline width of the FAB item.\n",
6566
6516
  "commentRange": {
6567
- "start": 158,
6568
- "end": 159
6517
+ "start": 152,
6518
+ "end": 153
6569
6519
  },
6570
6520
  "context": {
6571
6521
  "type": "variable",
@@ -6573,8 +6523,8 @@
6573
6523
  "value": "k-map-get( $kendo-spacing, 0.5 )",
6574
6524
  "scope": "default",
6575
6525
  "line": {
6576
- "start": 160,
6577
- "end": 160
6526
+ "start": 154,
6527
+ "end": 154
6578
6528
  }
6579
6529
  },
6580
6530
  "group": [
@@ -6589,8 +6539,8 @@
6589
6539
  {
6590
6540
  "description": "The outline color of the FAB item.\n",
6591
6541
  "commentRange": {
6592
- "start": 161,
6593
- "end": 162
6542
+ "start": 155,
6543
+ "end": 156
6594
6544
  },
6595
6545
  "context": {
6596
6546
  "type": "variable",
@@ -6598,8 +6548,8 @@
6598
6548
  "value": "rgba(0, 0, 0, .08)",
6599
6549
  "scope": "default",
6600
6550
  "line": {
6601
- "start": 163,
6602
- "end": 163
6551
+ "start": 157,
6552
+ "end": 157
6603
6553
  }
6604
6554
  },
6605
6555
  "group": [
@@ -8145,11 +8095,11 @@
8145
8095
  "context": {
8146
8096
  "type": "variable",
8147
8097
  "name": "kendo-input-sizes",
8148
- "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 icon-size: calc( #{$kendo-icon-size} + #{$kendo-input-sm-padding-y * 2} ),\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 icon-size: calc( #{$kendo-icon-size} + #{$kendo-input-md-padding-y * 2} ),\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 icon-size: calc( #{$kendo-icon-size} + #{$kendo-input-lg-padding-y * 2} ),\n button-padding-x: $kendo-input-lg-padding-y,\n button-padding-y: $kendo-input-lg-padding-y\n )\n)",
8098
+ "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)",
8149
8099
  "scope": "default",
8150
8100
  "line": {
8151
8101
  "start": 73,
8152
- "end": 101
8102
+ "end": 98
8153
8103
  }
8154
8104
  },
8155
8105
  "group": [
@@ -8164,8 +8114,8 @@
8164
8114
  {
8165
8115
  "description": "The background color of the Input components.\n",
8166
8116
  "commentRange": {
8167
- "start": 103,
8168
- "end": 104
8117
+ "start": 100,
8118
+ "end": 101
8169
8119
  },
8170
8120
  "context": {
8171
8121
  "type": "variable",
@@ -8173,8 +8123,8 @@
8173
8123
  "value": "$kendo-component-bg",
8174
8124
  "scope": "default",
8175
8125
  "line": {
8176
- "start": 105,
8177
- "end": 105
8126
+ "start": 102,
8127
+ "end": 102
8178
8128
  }
8179
8129
  },
8180
8130
  "group": [
@@ -8189,8 +8139,8 @@
8189
8139
  {
8190
8140
  "description": "The text color of the Input components.\n",
8191
8141
  "commentRange": {
8192
- "start": 106,
8193
- "end": 107
8142
+ "start": 103,
8143
+ "end": 104
8194
8144
  },
8195
8145
  "context": {
8196
8146
  "type": "variable",
@@ -8198,8 +8148,8 @@
8198
8148
  "value": "$kendo-component-text",
8199
8149
  "scope": "default",
8200
8150
  "line": {
8201
- "start": 108,
8202
- "end": 108
8151
+ "start": 105,
8152
+ "end": 105
8203
8153
  }
8204
8154
  },
8205
8155
  "group": [
@@ -8214,8 +8164,8 @@
8214
8164
  {
8215
8165
  "description": "The border color of the Input components.\n",
8216
8166
  "commentRange": {
8217
- "start": 109,
8218
- "end": 110
8167
+ "start": 106,
8168
+ "end": 107
8219
8169
  },
8220
8170
  "context": {
8221
8171
  "type": "variable",
@@ -8223,8 +8173,8 @@
8223
8173
  "value": "$kendo-component-border",
8224
8174
  "scope": "default",
8225
8175
  "line": {
8226
- "start": 111,
8227
- "end": 111
8176
+ "start": 108,
8177
+ "end": 108
8228
8178
  }
8229
8179
  },
8230
8180
  "group": [
@@ -8239,8 +8189,8 @@
8239
8189
  {
8240
8190
  "description": "The shadow of the Input components.\n",
8241
8191
  "commentRange": {
8242
- "start": 112,
8243
- "end": 113
8192
+ "start": 109,
8193
+ "end": 110
8244
8194
  },
8245
8195
  "context": {
8246
8196
  "type": "variable",
@@ -8248,8 +8198,8 @@
8248
8198
  "value": "null",
8249
8199
  "scope": "default",
8250
8200
  "line": {
8251
- "start": 114,
8252
- "end": 114
8201
+ "start": 111,
8202
+ "end": 111
8253
8203
  }
8254
8204
  },
8255
8205
  "group": [
@@ -8264,8 +8214,8 @@
8264
8214
  {
8265
8215
  "description": "The background color of the hovered Input components.\n",
8266
8216
  "commentRange": {
8267
- "start": 116,
8268
- "end": 117
8217
+ "start": 113,
8218
+ "end": 114
8269
8219
  },
8270
8220
  "context": {
8271
8221
  "type": "variable",
@@ -8273,8 +8223,8 @@
8273
8223
  "value": "null",
8274
8224
  "scope": "default",
8275
8225
  "line": {
8276
- "start": 118,
8277
- "end": 118
8226
+ "start": 115,
8227
+ "end": 115
8278
8228
  }
8279
8229
  },
8280
8230
  "group": [
@@ -8289,8 +8239,8 @@
8289
8239
  {
8290
8240
  "description": "The text color of the hovered Input components.\n",
8291
8241
  "commentRange": {
8292
- "start": 119,
8293
- "end": 120
8242
+ "start": 116,
8243
+ "end": 117
8294
8244
  },
8295
8245
  "context": {
8296
8246
  "type": "variable",
@@ -8298,8 +8248,8 @@
8298
8248
  "value": "null",
8299
8249
  "scope": "default",
8300
8250
  "line": {
8301
- "start": 121,
8302
- "end": 121
8251
+ "start": 118,
8252
+ "end": 118
8303
8253
  }
8304
8254
  },
8305
8255
  "group": [
@@ -8314,8 +8264,8 @@
8314
8264
  {
8315
8265
  "description": "The border color of the hovered Input components.\n",
8316
8266
  "commentRange": {
8317
- "start": 122,
8318
- "end": 123
8267
+ "start": 119,
8268
+ "end": 120
8319
8269
  },
8320
8270
  "context": {
8321
8271
  "type": "variable",
@@ -8323,8 +8273,8 @@
8323
8273
  "value": "rgba( $kendo-input-border, .16 )",
8324
8274
  "scope": "default",
8325
8275
  "line": {
8326
- "start": 124,
8327
- "end": 124
8276
+ "start": 121,
8277
+ "end": 121
8328
8278
  }
8329
8279
  },
8330
8280
  "group": [
@@ -8339,8 +8289,8 @@
8339
8289
  {
8340
8290
  "description": "The shadow of the hovered Input components.\n",
8341
8291
  "commentRange": {
8342
- "start": 125,
8343
- "end": 126
8292
+ "start": 122,
8293
+ "end": 123
8344
8294
  },
8345
8295
  "context": {
8346
8296
  "type": "variable",
@@ -8348,8 +8298,8 @@
8348
8298
  "value": "null",
8349
8299
  "scope": "default",
8350
8300
  "line": {
8351
- "start": 127,
8352
- "end": 127
8301
+ "start": 124,
8302
+ "end": 124
8353
8303
  }
8354
8304
  },
8355
8305
  "group": [
@@ -8364,8 +8314,8 @@
8364
8314
  {
8365
8315
  "description": "The background color of the focused Input components.\n",
8366
8316
  "commentRange": {
8367
- "start": 129,
8368
- "end": 130
8317
+ "start": 126,
8318
+ "end": 127
8369
8319
  },
8370
8320
  "context": {
8371
8321
  "type": "variable",
@@ -8373,8 +8323,8 @@
8373
8323
  "value": "null",
8374
8324
  "scope": "default",
8375
8325
  "line": {
8376
- "start": 131,
8377
- "end": 131
8326
+ "start": 128,
8327
+ "end": 128
8378
8328
  }
8379
8329
  },
8380
8330
  "group": [
@@ -8389,8 +8339,8 @@
8389
8339
  {
8390
8340
  "description": "The text color of the focused Input components.\n",
8391
8341
  "commentRange": {
8392
- "start": 132,
8393
- "end": 133
8342
+ "start": 129,
8343
+ "end": 130
8394
8344
  },
8395
8345
  "context": {
8396
8346
  "type": "variable",
@@ -8398,8 +8348,8 @@
8398
8348
  "value": "null",
8399
8349
  "scope": "default",
8400
8350
  "line": {
8401
- "start": 134,
8402
- "end": 134
8351
+ "start": 131,
8352
+ "end": 131
8403
8353
  }
8404
8354
  },
8405
8355
  "group": [
@@ -8414,8 +8364,8 @@
8414
8364
  {
8415
8365
  "description": "The border color of the focused Input components.\n",
8416
8366
  "commentRange": {
8417
- "start": 135,
8418
- "end": 136
8367
+ "start": 132,
8368
+ "end": 133
8419
8369
  },
8420
8370
  "context": {
8421
8371
  "type": "variable",
@@ -8423,8 +8373,8 @@
8423
8373
  "value": "$kendo-input-hover-border",
8424
8374
  "scope": "default",
8425
8375
  "line": {
8426
- "start": 137,
8427
- "end": 137
8376
+ "start": 134,
8377
+ "end": 134
8428
8378
  }
8429
8379
  },
8430
8380
  "group": [
@@ -8439,8 +8389,8 @@
8439
8389
  {
8440
8390
  "description": "The shadow of the focused Input components.\n",
8441
8391
  "commentRange": {
8442
- "start": 138,
8443
- "end": 139
8392
+ "start": 135,
8393
+ "end": 136
8444
8394
  },
8445
8395
  "context": {
8446
8396
  "type": "variable",
@@ -8448,8 +8398,8 @@
8448
8398
  "value": "0 0 0 2px rgba( $kendo-input-focus-border, .08 )",
8449
8399
  "scope": "default",
8450
8400
  "line": {
8451
- "start": 140,
8452
- "end": 140
8401
+ "start": 137,
8402
+ "end": 137
8453
8403
  }
8454
8404
  },
8455
8405
  "group": [
@@ -8464,8 +8414,8 @@
8464
8414
  {
8465
8415
  "description": "The background color of the selected Input components.\n",
8466
8416
  "commentRange": {
8467
- "start": 142,
8468
- "end": 143
8417
+ "start": 139,
8418
+ "end": 140
8469
8419
  },
8470
8420
  "context": {
8471
8421
  "type": "variable",
@@ -8473,8 +8423,8 @@
8473
8423
  "value": "null",
8474
8424
  "scope": "default",
8475
8425
  "line": {
8476
- "start": 144,
8477
- "end": 144
8426
+ "start": 141,
8427
+ "end": 141
8478
8428
  }
8479
8429
  },
8480
8430
  "group": [
@@ -8489,8 +8439,8 @@
8489
8439
  {
8490
8440
  "description": "The text color of the selected Input components.\n",
8491
8441
  "commentRange": {
8492
- "start": 145,
8493
- "end": 146
8442
+ "start": 142,
8443
+ "end": 143
8494
8444
  },
8495
8445
  "context": {
8496
8446
  "type": "variable",
@@ -8498,8 +8448,8 @@
8498
8448
  "value": "null",
8499
8449
  "scope": "default",
8500
8450
  "line": {
8501
- "start": 147,
8502
- "end": 147
8451
+ "start": 144,
8452
+ "end": 144
8503
8453
  }
8504
8454
  },
8505
8455
  "group": [
@@ -8514,8 +8464,8 @@
8514
8464
  {
8515
8465
  "description": "The background color of the disabled Input components.\n",
8516
8466
  "commentRange": {
8517
- "start": 149,
8518
- "end": 150
8467
+ "start": 146,
8468
+ "end": 147
8519
8469
  },
8520
8470
  "context": {
8521
8471
  "type": "variable",
@@ -8523,8 +8473,8 @@
8523
8473
  "value": "null",
8524
8474
  "scope": "default",
8525
8475
  "line": {
8526
- "start": 151,
8527
- "end": 151
8476
+ "start": 148,
8477
+ "end": 148
8528
8478
  }
8529
8479
  },
8530
8480
  "group": [
@@ -8539,8 +8489,8 @@
8539
8489
  {
8540
8490
  "description": "The text color of the disabled Input components.\n",
8541
8491
  "commentRange": {
8542
- "start": 152,
8543
- "end": 153
8492
+ "start": 149,
8493
+ "end": 150
8544
8494
  },
8545
8495
  "context": {
8546
8496
  "type": "variable",
@@ -8548,8 +8498,8 @@
8548
8498
  "value": "null",
8549
8499
  "scope": "default",
8550
8500
  "line": {
8551
- "start": 154,
8552
- "end": 154
8501
+ "start": 151,
8502
+ "end": 151
8553
8503
  }
8554
8504
  },
8555
8505
  "group": [
@@ -8564,8 +8514,8 @@
8564
8514
  {
8565
8515
  "description": "The border color of the disabled Input components.\n",
8566
8516
  "commentRange": {
8567
- "start": 155,
8568
- "end": 156
8517
+ "start": 152,
8518
+ "end": 153
8569
8519
  },
8570
8520
  "context": {
8571
8521
  "type": "variable",
@@ -8573,8 +8523,8 @@
8573
8523
  "value": "null",
8574
8524
  "scope": "default",
8575
8525
  "line": {
8576
- "start": 157,
8577
- "end": 157
8526
+ "start": 154,
8527
+ "end": 154
8578
8528
  }
8579
8529
  },
8580
8530
  "group": [
@@ -8589,8 +8539,8 @@
8589
8539
  {
8590
8540
  "description": "The gradient of the disabled Input components.\n",
8591
8541
  "commentRange": {
8592
- "start": 158,
8593
- "end": 159
8542
+ "start": 155,
8543
+ "end": 156
8594
8544
  },
8595
8545
  "context": {
8596
8546
  "type": "variable",
@@ -8598,8 +8548,8 @@
8598
8548
  "value": "null",
8599
8549
  "scope": "default",
8600
8550
  "line": {
8601
- "start": 160,
8602
- "end": 160
8551
+ "start": 157,
8552
+ "end": 157
8603
8553
  }
8604
8554
  },
8605
8555
  "group": [
@@ -8614,8 +8564,8 @@
8614
8564
  {
8615
8565
  "description": "The shadow of the disabled Input components.\n",
8616
8566
  "commentRange": {
8617
- "start": 161,
8618
- "end": 162
8567
+ "start": 158,
8568
+ "end": 159
8619
8569
  },
8620
8570
  "context": {
8621
8571
  "type": "variable",
@@ -8623,8 +8573,8 @@
8623
8573
  "value": "null",
8624
8574
  "scope": "default",
8625
8575
  "line": {
8626
- "start": 163,
8627
- "end": 163
8576
+ "start": 160,
8577
+ "end": 160
8628
8578
  }
8629
8579
  },
8630
8580
  "group": [
@@ -8639,8 +8589,8 @@
8639
8589
  {
8640
8590
  "description": "The background color of the outline Input components.\n",
8641
8591
  "commentRange": {
8642
- "start": 165,
8643
- "end": 166
8592
+ "start": 162,
8593
+ "end": 163
8644
8594
  },
8645
8595
  "context": {
8646
8596
  "type": "variable",
@@ -8648,8 +8598,8 @@
8648
8598
  "value": "null",
8649
8599
  "scope": "default",
8650
8600
  "line": {
8651
- "start": 167,
8652
- "end": 167
8601
+ "start": 164,
8602
+ "end": 164
8653
8603
  }
8654
8604
  },
8655
8605
  "group": [
@@ -8664,8 +8614,8 @@
8664
8614
  {
8665
8615
  "description": "The text color of the outline Input components.\n",
8666
8616
  "commentRange": {
8667
- "start": 168,
8668
- "end": 169
8617
+ "start": 165,
8618
+ "end": 166
8669
8619
  },
8670
8620
  "context": {
8671
8621
  "type": "variable",
@@ -8673,8 +8623,8 @@
8673
8623
  "value": "$kendo-input-text",
8674
8624
  "scope": "default",
8675
8625
  "line": {
8676
- "start": 170,
8677
- "end": 170
8626
+ "start": 167,
8627
+ "end": 167
8678
8628
  }
8679
8629
  },
8680
8630
  "group": [
@@ -8689,8 +8639,8 @@
8689
8639
  {
8690
8640
  "description": "The border color of the outline Input components.\n",
8691
8641
  "commentRange": {
8692
- "start": 171,
8693
- "end": 172
8642
+ "start": 168,
8643
+ "end": 169
8694
8644
  },
8695
8645
  "context": {
8696
8646
  "type": "variable",
@@ -8698,8 +8648,8 @@
8698
8648
  "value": "rgba( $kendo-button-text, .5)",
8699
8649
  "scope": "default",
8700
8650
  "line": {
8701
- "start": 173,
8702
- "end": 173
8651
+ "start": 170,
8652
+ "end": 170
8703
8653
  }
8704
8654
  },
8705
8655
  "group": [
@@ -8714,8 +8664,8 @@
8714
8664
  {
8715
8665
  "description": "The background color of the outline hovered Input components.\n",
8716
8666
  "commentRange": {
8717
- "start": 175,
8718
- "end": 176
8667
+ "start": 172,
8668
+ "end": 173
8719
8669
  },
8720
8670
  "context": {
8721
8671
  "type": "variable",
@@ -8723,8 +8673,8 @@
8723
8673
  "value": "null",
8724
8674
  "scope": "default",
8725
8675
  "line": {
8726
- "start": 177,
8727
- "end": 177
8676
+ "start": 174,
8677
+ "end": 174
8728
8678
  }
8729
8679
  },
8730
8680
  "group": [
@@ -8739,8 +8689,8 @@
8739
8689
  {
8740
8690
  "description": "The text color of the outline hovered Input components.\n",
8741
8691
  "commentRange": {
8742
- "start": 178,
8743
- "end": 179
8692
+ "start": 175,
8693
+ "end": 176
8744
8694
  },
8745
8695
  "context": {
8746
8696
  "type": "variable",
@@ -8748,8 +8698,8 @@
8748
8698
  "value": "null",
8749
8699
  "scope": "default",
8750
8700
  "line": {
8751
- "start": 180,
8752
- "end": 180
8701
+ "start": 177,
8702
+ "end": 177
8753
8703
  }
8754
8704
  },
8755
8705
  "group": [
@@ -8764,8 +8714,8 @@
8764
8714
  {
8765
8715
  "description": "The border color of the outline hovered Input components.\n",
8766
8716
  "commentRange": {
8767
- "start": 181,
8768
- "end": 182
8717
+ "start": 178,
8718
+ "end": 179
8769
8719
  },
8770
8720
  "context": {
8771
8721
  "type": "variable",
@@ -8773,8 +8723,8 @@
8773
8723
  "value": "rgba( $kendo-button-text, .8)",
8774
8724
  "scope": "default",
8775
8725
  "line": {
8776
- "start": 183,
8777
- "end": 183
8726
+ "start": 180,
8727
+ "end": 180
8778
8728
  }
8779
8729
  },
8780
8730
  "group": [
@@ -8789,8 +8739,8 @@
8789
8739
  {
8790
8740
  "description": "The background color of the outline focused Input components.\n",
8791
8741
  "commentRange": {
8792
- "start": 185,
8793
- "end": 186
8742
+ "start": 182,
8743
+ "end": 183
8794
8744
  },
8795
8745
  "context": {
8796
8746
  "type": "variable",
@@ -8798,8 +8748,8 @@
8798
8748
  "value": "null",
8799
8749
  "scope": "default",
8800
8750
  "line": {
8801
- "start": 187,
8802
- "end": 187
8751
+ "start": 184,
8752
+ "end": 184
8803
8753
  }
8804
8754
  },
8805
8755
  "group": [
@@ -8814,8 +8764,8 @@
8814
8764
  {
8815
8765
  "description": "The text color of the outline focused Input components.\n",
8816
8766
  "commentRange": {
8817
- "start": 188,
8818
- "end": 189
8767
+ "start": 185,
8768
+ "end": 186
8819
8769
  },
8820
8770
  "context": {
8821
8771
  "type": "variable",
@@ -8823,8 +8773,8 @@
8823
8773
  "value": "null",
8824
8774
  "scope": "default",
8825
8775
  "line": {
8826
- "start": 190,
8827
- "end": 190
8776
+ "start": 187,
8777
+ "end": 187
8828
8778
  }
8829
8779
  },
8830
8780
  "group": [
@@ -8839,8 +8789,8 @@
8839
8789
  {
8840
8790
  "description": "The border color of the outline focused Input components.\n",
8841
8791
  "commentRange": {
8842
- "start": 191,
8843
- "end": 192
8792
+ "start": 188,
8793
+ "end": 189
8844
8794
  },
8845
8795
  "context": {
8846
8796
  "type": "variable",
@@ -8848,8 +8798,8 @@
8848
8798
  "value": "null",
8849
8799
  "scope": "default",
8850
8800
  "line": {
8851
- "start": 193,
8852
- "end": 193
8801
+ "start": 190,
8802
+ "end": 190
8853
8803
  }
8854
8804
  },
8855
8805
  "group": [
@@ -8864,8 +8814,8 @@
8864
8814
  {
8865
8815
  "description": "The shadow of the outline focused Input components.\n",
8866
8816
  "commentRange": {
8867
- "start": 194,
8868
- "end": 195
8817
+ "start": 191,
8818
+ "end": 192
8869
8819
  },
8870
8820
  "context": {
8871
8821
  "type": "variable",
@@ -8873,8 +8823,8 @@
8873
8823
  "value": "$kendo-input-focus-shadow",
8874
8824
  "scope": "default",
8875
8825
  "line": {
8876
- "start": 196,
8877
- "end": 196
8826
+ "start": 193,
8827
+ "end": 193
8878
8828
  }
8879
8829
  },
8880
8830
  "group": [
@@ -8889,8 +8839,8 @@
8889
8839
  {
8890
8840
  "description": "The background color of the flat Input components.\n",
8891
8841
  "commentRange": {
8892
- "start": 198,
8893
- "end": 199
8842
+ "start": 195,
8843
+ "end": 196
8894
8844
  },
8895
8845
  "context": {
8896
8846
  "type": "variable",
@@ -8898,8 +8848,8 @@
8898
8848
  "value": "null",
8899
8849
  "scope": "default",
8900
8850
  "line": {
8901
- "start": 200,
8902
- "end": 200
8851
+ "start": 197,
8852
+ "end": 197
8903
8853
  }
8904
8854
  },
8905
8855
  "group": [
@@ -8914,8 +8864,8 @@
8914
8864
  {
8915
8865
  "description": "The text color of the flat Input components.\n",
8916
8866
  "commentRange": {
8917
- "start": 201,
8918
- "end": 202
8867
+ "start": 198,
8868
+ "end": 199
8919
8869
  },
8920
8870
  "context": {
8921
8871
  "type": "variable",
@@ -8923,8 +8873,8 @@
8923
8873
  "value": "$kendo-input-text",
8924
8874
  "scope": "default",
8925
8875
  "line": {
8926
- "start": 203,
8927
- "end": 203
8876
+ "start": 200,
8877
+ "end": 200
8928
8878
  }
8929
8879
  },
8930
8880
  "group": [
@@ -8939,8 +8889,8 @@
8939
8889
  {
8940
8890
  "description": "The border color of the flat Input components.\n",
8941
8891
  "commentRange": {
8942
- "start": 204,
8943
- "end": 205
8892
+ "start": 201,
8893
+ "end": 202
8944
8894
  },
8945
8895
  "context": {
8946
8896
  "type": "variable",
@@ -8948,8 +8898,8 @@
8948
8898
  "value": "$kendo-input-border",
8949
8899
  "scope": "default",
8950
8900
  "line": {
8951
- "start": 206,
8952
- "end": 206
8901
+ "start": 203,
8902
+ "end": 203
8953
8903
  }
8954
8904
  },
8955
8905
  "group": [
@@ -8964,8 +8914,8 @@
8964
8914
  {
8965
8915
  "description": "The background color of the flat hovered Input components.\n",
8966
8916
  "commentRange": {
8967
- "start": 208,
8968
- "end": 209
8917
+ "start": 205,
8918
+ "end": 206
8969
8919
  },
8970
8920
  "context": {
8971
8921
  "type": "variable",
@@ -8973,8 +8923,8 @@
8973
8923
  "value": "null",
8974
8924
  "scope": "default",
8975
8925
  "line": {
8976
- "start": 210,
8977
- "end": 210
8926
+ "start": 207,
8927
+ "end": 207
8978
8928
  }
8979
8929
  },
8980
8930
  "group": [
@@ -8989,8 +8939,8 @@
8989
8939
  {
8990
8940
  "description": "The text color of the flat hovered Input components.\n",
8991
8941
  "commentRange": {
8992
- "start": 211,
8993
- "end": 212
8942
+ "start": 208,
8943
+ "end": 209
8994
8944
  },
8995
8945
  "context": {
8996
8946
  "type": "variable",
@@ -8998,8 +8948,8 @@
8998
8948
  "value": "null",
8999
8949
  "scope": "default",
9000
8950
  "line": {
9001
- "start": 213,
9002
- "end": 213
8951
+ "start": 210,
8952
+ "end": 210
9003
8953
  }
9004
8954
  },
9005
8955
  "group": [
@@ -9014,8 +8964,8 @@
9014
8964
  {
9015
8965
  "description": "The border color of the flat hovered Input components.\n",
9016
8966
  "commentRange": {
9017
- "start": 214,
9018
- "end": 215
8967
+ "start": 211,
8968
+ "end": 212
9019
8969
  },
9020
8970
  "context": {
9021
8971
  "type": "variable",
@@ -9023,8 +8973,8 @@
9023
8973
  "value": "$kendo-input-hover-border",
9024
8974
  "scope": "default",
9025
8975
  "line": {
9026
- "start": 216,
9027
- "end": 216
8976
+ "start": 213,
8977
+ "end": 213
9028
8978
  }
9029
8979
  },
9030
8980
  "group": [
@@ -9039,8 +8989,8 @@
9039
8989
  {
9040
8990
  "description": "The background color of the flat focused Input components.\n",
9041
8991
  "commentRange": {
9042
- "start": 218,
9043
- "end": 219
8992
+ "start": 215,
8993
+ "end": 216
9044
8994
  },
9045
8995
  "context": {
9046
8996
  "type": "variable",
@@ -9048,8 +8998,8 @@
9048
8998
  "value": "null",
9049
8999
  "scope": "default",
9050
9000
  "line": {
9051
- "start": 220,
9052
- "end": 220
9001
+ "start": 217,
9002
+ "end": 217
9053
9003
  }
9054
9004
  },
9055
9005
  "group": [
@@ -9064,8 +9014,8 @@
9064
9014
  {
9065
9015
  "description": "The text color of the flat focused Input components.\n",
9066
9016
  "commentRange": {
9067
- "start": 221,
9068
- "end": 222
9017
+ "start": 218,
9018
+ "end": 219
9069
9019
  },
9070
9020
  "context": {
9071
9021
  "type": "variable",
@@ -9073,8 +9023,8 @@
9073
9023
  "value": "null",
9074
9024
  "scope": "default",
9075
9025
  "line": {
9076
- "start": 223,
9077
- "end": 223
9026
+ "start": 220,
9027
+ "end": 220
9078
9028
  }
9079
9029
  },
9080
9030
  "group": [
@@ -9089,8 +9039,8 @@
9089
9039
  {
9090
9040
  "description": "The border color of the flat focused Input components.\n",
9091
9041
  "commentRange": {
9092
- "start": 224,
9093
- "end": 225
9042
+ "start": 221,
9043
+ "end": 222
9094
9044
  },
9095
9045
  "context": {
9096
9046
  "type": "variable",
@@ -9098,8 +9048,8 @@
9098
9048
  "value": "null",
9099
9049
  "scope": "default",
9100
9050
  "line": {
9101
- "start": 226,
9102
- "end": 226
9051
+ "start": 223,
9052
+ "end": 223
9103
9053
  }
9104
9054
  },
9105
9055
  "group": [
@@ -9114,8 +9064,8 @@
9114
9064
  {
9115
9065
  "description": "The shadow of the flat focused Input components.\n",
9116
9066
  "commentRange": {
9117
- "start": 227,
9118
- "end": 228
9067
+ "start": 224,
9068
+ "end": 225
9119
9069
  },
9120
9070
  "context": {
9121
9071
  "type": "variable",
@@ -9123,8 +9073,8 @@
9123
9073
  "value": "$kendo-input-focus-shadow",
9124
9074
  "scope": "default",
9125
9075
  "line": {
9126
- "start": 229,
9127
- "end": 229
9076
+ "start": 226,
9077
+ "end": 226
9128
9078
  }
9129
9079
  },
9130
9080
  "group": [
@@ -9139,8 +9089,8 @@
9139
9089
  {
9140
9090
  "description": "The text color of the Input placeholder.\n",
9141
9091
  "commentRange": {
9142
- "start": 231,
9143
- "end": 232
9092
+ "start": 228,
9093
+ "end": 229
9144
9094
  },
9145
9095
  "context": {
9146
9096
  "type": "variable",
@@ -9148,8 +9098,8 @@
9148
9098
  "value": "$kendo-subtle-text",
9149
9099
  "scope": "default",
9150
9100
  "line": {
9151
- "start": 233,
9152
- "end": 233
9101
+ "start": 230,
9102
+ "end": 230
9153
9103
  }
9154
9104
  },
9155
9105
  "group": [
@@ -9164,8 +9114,8 @@
9164
9114
  {
9165
9115
  "description": "The opacity of the Input placeholder.\n",
9166
9116
  "commentRange": {
9167
- "start": 234,
9168
- "end": 235
9117
+ "start": 231,
9118
+ "end": 232
9169
9119
  },
9170
9120
  "context": {
9171
9121
  "type": "variable",
@@ -9173,8 +9123,8 @@
9173
9123
  "value": "1",
9174
9124
  "scope": "default",
9175
9125
  "line": {
9176
- "start": 236,
9177
- "end": 236
9126
+ "start": 233,
9127
+ "end": 233
9178
9128
  }
9179
9129
  },
9180
9130
  "group": [
@@ -9189,8 +9139,8 @@
9189
9139
  {
9190
9140
  "description": "The color of the Input clear value icon.\n",
9191
9141
  "commentRange": {
9192
- "start": 238,
9193
- "end": 239
9142
+ "start": 235,
9143
+ "end": 236
9194
9144
  },
9195
9145
  "context": {
9196
9146
  "type": "variable",
@@ -9198,8 +9148,8 @@
9198
9148
  "value": "null",
9199
9149
  "scope": "default",
9200
9150
  "line": {
9201
- "start": 240,
9202
- "end": 240
9151
+ "start": 237,
9152
+ "end": 237
9203
9153
  }
9204
9154
  },
9205
9155
  "group": [
@@ -9214,8 +9164,8 @@
9214
9164
  {
9215
9165
  "description": "The opacity of the Input clear value icon.\n",
9216
9166
  "commentRange": {
9217
- "start": 241,
9218
- "end": 242
9167
+ "start": 238,
9168
+ "end": 239
9219
9169
  },
9220
9170
  "context": {
9221
9171
  "type": "variable",
@@ -9223,8 +9173,8 @@
9223
9173
  "value": ".5",
9224
9174
  "scope": "default",
9225
9175
  "line": {
9226
- "start": 243,
9227
- "end": 243
9176
+ "start": 240,
9177
+ "end": 240
9228
9178
  }
9229
9179
  },
9230
9180
  "group": [
@@ -9239,8 +9189,8 @@
9239
9189
  {
9240
9190
  "description": "The color of the hovered Input clear value icon.\n",
9241
9191
  "commentRange": {
9242
- "start": 244,
9243
- "end": 245
9192
+ "start": 241,
9193
+ "end": 242
9244
9194
  },
9245
9195
  "context": {
9246
9196
  "type": "variable",
@@ -9248,8 +9198,8 @@
9248
9198
  "value": "null",
9249
9199
  "scope": "default",
9250
9200
  "line": {
9251
- "start": 246,
9252
- "end": 246
9201
+ "start": 243,
9202
+ "end": 243
9253
9203
  }
9254
9204
  },
9255
9205
  "group": [
@@ -9264,8 +9214,8 @@
9264
9214
  {
9265
9215
  "description": "The opacity of the hovered Input clear value icon.\n",
9266
9216
  "commentRange": {
9267
- "start": 247,
9268
- "end": 248
9217
+ "start": 244,
9218
+ "end": 245
9269
9219
  },
9270
9220
  "context": {
9271
9221
  "type": "variable",
@@ -9273,8 +9223,8 @@
9273
9223
  "value": "1",
9274
9224
  "scope": "default",
9275
9225
  "line": {
9276
- "start": 249,
9277
- "end": 249
9226
+ "start": 246,
9227
+ "end": 246
9278
9228
  }
9279
9229
  },
9280
9230
  "group": [
@@ -9289,8 +9239,8 @@
9289
9239
  {
9290
9240
  "description": "The vertical margin of the clear value icon.\n",
9291
9241
  "commentRange": {
9292
- "start": 251,
9293
- "end": 252
9242
+ "start": 248,
9243
+ "end": 249
9294
9244
  },
9295
9245
  "context": {
9296
9246
  "type": "variable",
@@ -9298,8 +9248,8 @@
9298
9248
  "value": "k-map-get( $kendo-spacing, 0.5 )",
9299
9249
  "scope": "default",
9300
9250
  "line": {
9301
- "start": 253,
9302
- "end": 253
9251
+ "start": 250,
9252
+ "end": 250
9303
9253
  }
9304
9254
  },
9305
9255
  "group": [
@@ -9314,8 +9264,8 @@
9314
9264
  {
9315
9265
  "description": "The horizontal margin of the clear value icon.\n",
9316
9266
  "commentRange": {
9317
- "start": 254,
9318
- "end": 255
9267
+ "start": 251,
9268
+ "end": 252
9319
9269
  },
9320
9270
  "context": {
9321
9271
  "type": "variable",
@@ -9323,8 +9273,8 @@
9323
9273
  "value": "$kendo-input-values-margin-y",
9324
9274
  "scope": "default",
9325
9275
  "line": {
9326
- "start": 256,
9327
- "end": 256
9276
+ "start": 253,
9277
+ "end": 253
9328
9278
  }
9329
9279
  },
9330
9280
  "group": [
@@ -9339,8 +9289,8 @@
9339
9289
  {
9340
9290
  "description": "The width of the Input button.\n",
9341
9291
  "commentRange": {
9342
- "start": 258,
9343
- "end": 259
9292
+ "start": 255,
9293
+ "end": 256
9344
9294
  },
9345
9295
  "context": {
9346
9296
  "type": "variable",
@@ -9348,8 +9298,8 @@
9348
9298
  "value": "$kendo-button-inner-calc-size",
9349
9299
  "scope": "default",
9350
9300
  "line": {
9351
- "start": 260,
9352
- "end": 260
9301
+ "start": 257,
9302
+ "end": 257
9353
9303
  }
9354
9304
  },
9355
9305
  "group": [
@@ -9364,8 +9314,8 @@
9364
9314
  {
9365
9315
  "description": "The border width of the Input button.\n",
9366
9316
  "commentRange": {
9367
- "start": 261,
9368
- "end": 262
9317
+ "start": 258,
9318
+ "end": 259
9369
9319
  },
9370
9320
  "context": {
9371
9321
  "type": "variable",
@@ -9373,8 +9323,8 @@
9373
9323
  "value": "1px",
9374
9324
  "scope": "default",
9375
9325
  "line": {
9376
- "start": 263,
9377
- "end": 263
9326
+ "start": 260,
9327
+ "end": 260
9378
9328
  }
9379
9329
  },
9380
9330
  "group": [
@@ -9389,8 +9339,8 @@
9389
9339
  {
9390
9340
  "description": "The width of the Input spinner button.\n",
9391
9341
  "commentRange": {
9392
- "start": 264,
9393
- "end": 265
9342
+ "start": 261,
9343
+ "end": 262
9394
9344
  },
9395
9345
  "context": {
9396
9346
  "type": "variable",
@@ -9398,8 +9348,8 @@
9398
9348
  "value": "$kendo-button-inner-calc-size",
9399
9349
  "scope": "default",
9400
9350
  "line": {
9401
- "start": 266,
9402
- "end": 266
9351
+ "start": 263,
9352
+ "end": 263
9403
9353
  }
9404
9354
  },
9405
9355
  "group": [
@@ -9414,8 +9364,8 @@
9414
9364
  {
9415
9365
  "description": "The icon offset of the Input spinner button.\n",
9416
9366
  "commentRange": {
9417
- "start": 267,
9418
- "end": 268
9367
+ "start": 264,
9368
+ "end": 265
9419
9369
  },
9420
9370
  "context": {
9421
9371
  "type": "variable",
@@ -9423,8 +9373,8 @@
9423
9373
  "value": "null",
9424
9374
  "scope": "default",
9425
9375
  "line": {
9426
- "start": 269,
9427
- "end": 269
9376
+ "start": 266,
9377
+ "end": 266
9428
9378
  }
9429
9379
  },
9430
9380
  "group": [
@@ -9439,8 +9389,8 @@
9439
9389
  {
9440
9390
  "description": "The color of the Input separator.\n",
9441
9391
  "commentRange": {
9442
- "start": 271,
9443
- "end": 272
9392
+ "start": 268,
9393
+ "end": 269
9444
9394
  },
9445
9395
  "context": {
9446
9396
  "type": "variable",
@@ -9448,8 +9398,8 @@
9448
9398
  "value": "$kendo-input-text",
9449
9399
  "scope": "default",
9450
9400
  "line": {
9451
- "start": 273,
9452
- "end": 273
9401
+ "start": 270,
9402
+ "end": 270
9453
9403
  }
9454
9404
  },
9455
9405
  "group": [
@@ -9464,8 +9414,8 @@
9464
9414
  {
9465
9415
  "description": "The opacity of the Input separator.\n",
9466
9416
  "commentRange": {
9467
- "start": 274,
9468
- "end": 275
9417
+ "start": 271,
9418
+ "end": 272
9469
9419
  },
9470
9420
  "context": {
9471
9421
  "type": "variable",
@@ -9473,8 +9423,8 @@
9473
9423
  "value": ".5",
9474
9424
  "scope": "default",
9475
9425
  "line": {
9476
- "start": 276,
9477
- "end": 276
9426
+ "start": 273,
9427
+ "end": 273
9478
9428
  }
9479
9429
  },
9480
9430
  "group": [
@@ -9489,8 +9439,8 @@
9489
9439
  {
9490
9440
  "description": "The border color of the invalid Input components.\n",
9491
9441
  "commentRange": {
9492
- "start": 278,
9493
- "end": 279
9442
+ "start": 275,
9443
+ "end": 276
9494
9444
  },
9495
9445
  "context": {
9496
9446
  "type": "variable",
@@ -9498,8 +9448,8 @@
9498
9448
  "value": "$kendo-invalid-border",
9499
9449
  "scope": "default",
9500
9450
  "line": {
9501
- "start": 280,
9502
- "end": 280
9451
+ "start": 277,
9452
+ "end": 277
9503
9453
  }
9504
9454
  },
9505
9455
  "group": [
@@ -9514,8 +9464,8 @@
9514
9464
  {
9515
9465
  "description": "The shadow of the invalid Input components.\n",
9516
9466
  "commentRange": {
9517
- "start": 281,
9518
- "end": 282
9467
+ "start": 278,
9468
+ "end": 279
9519
9469
  },
9520
9470
  "context": {
9521
9471
  "type": "variable",
@@ -9523,8 +9473,8 @@
9523
9473
  "value": "$kendo-invalid-shadow",
9524
9474
  "scope": "default",
9525
9475
  "line": {
9526
- "start": 283,
9527
- "end": 283
9476
+ "start": 280,
9477
+ "end": 280
9528
9478
  }
9529
9479
  },
9530
9480
  "group": [
@@ -12789,14 +12739,39 @@
12789
12739
  {
12790
12740
  "description": "The background color of the Picker components.\n",
12791
12741
  "commentRange": {
12792
- "start": 285,
12793
- "end": 286
12742
+ "start": 282,
12743
+ "end": 283
12794
12744
  },
12795
12745
  "context": {
12796
12746
  "type": "variable",
12797
12747
  "name": "kendo-picker-bg",
12798
12748
  "value": "$kendo-button-bg",
12799
12749
  "scope": "default",
12750
+ "line": {
12751
+ "start": 284,
12752
+ "end": 284
12753
+ }
12754
+ },
12755
+ "group": [
12756
+ "picker"
12757
+ ],
12758
+ "access": "public",
12759
+ "file": {
12760
+ "path": "input/_variables.scss",
12761
+ "name": "_variables.scss"
12762
+ }
12763
+ },
12764
+ {
12765
+ "description": "The text color of the Picker components.\n",
12766
+ "commentRange": {
12767
+ "start": 285,
12768
+ "end": 286
12769
+ },
12770
+ "context": {
12771
+ "type": "variable",
12772
+ "name": "kendo-picker-text",
12773
+ "value": "$kendo-button-text",
12774
+ "scope": "default",
12800
12775
  "line": {
12801
12776
  "start": 287,
12802
12777
  "end": 287
@@ -12812,15 +12787,15 @@
12812
12787
  }
12813
12788
  },
12814
12789
  {
12815
- "description": "The text color of the Picker components.\n",
12790
+ "description": "The border color of the Picker components.\n",
12816
12791
  "commentRange": {
12817
12792
  "start": 288,
12818
12793
  "end": 289
12819
12794
  },
12820
12795
  "context": {
12821
12796
  "type": "variable",
12822
- "name": "kendo-picker-text",
12823
- "value": "$kendo-button-text",
12797
+ "name": "kendo-picker-border",
12798
+ "value": "$kendo-button-border",
12824
12799
  "scope": "default",
12825
12800
  "line": {
12826
12801
  "start": 290,
@@ -12837,15 +12812,15 @@
12837
12812
  }
12838
12813
  },
12839
12814
  {
12840
- "description": "The border color of the Picker components.\n",
12815
+ "description": "The gradient of the Picker components.\n",
12841
12816
  "commentRange": {
12842
12817
  "start": 291,
12843
12818
  "end": 292
12844
12819
  },
12845
12820
  "context": {
12846
12821
  "type": "variable",
12847
- "name": "kendo-picker-border",
12848
- "value": "$kendo-button-border",
12822
+ "name": "kendo-picker-gradient",
12823
+ "value": "$kendo-button-gradient",
12849
12824
  "scope": "default",
12850
12825
  "line": {
12851
12826
  "start": 293,
@@ -12862,15 +12837,15 @@
12862
12837
  }
12863
12838
  },
12864
12839
  {
12865
- "description": "The gradient of the Picker components.\n",
12840
+ "description": "The shadow of the Picker components.\n",
12866
12841
  "commentRange": {
12867
12842
  "start": 294,
12868
12843
  "end": 295
12869
12844
  },
12870
12845
  "context": {
12871
12846
  "type": "variable",
12872
- "name": "kendo-picker-gradient",
12873
- "value": "$kendo-button-gradient",
12847
+ "name": "kendo-picker-shadow",
12848
+ "value": "$kendo-button-shadow",
12874
12849
  "scope": "default",
12875
12850
  "line": {
12876
12851
  "start": 296,
@@ -12887,19 +12862,19 @@
12887
12862
  }
12888
12863
  },
12889
12864
  {
12890
- "description": "The shadow of the Picker components.\n",
12865
+ "description": "The background color of the hovered Picker components.\n",
12891
12866
  "commentRange": {
12892
- "start": 297,
12893
- "end": 298
12867
+ "start": 298,
12868
+ "end": 299
12894
12869
  },
12895
12870
  "context": {
12896
12871
  "type": "variable",
12897
- "name": "kendo-picker-shadow",
12898
- "value": "$kendo-button-shadow",
12872
+ "name": "kendo-picker-hover-bg",
12873
+ "value": "$kendo-button-hover-bg",
12899
12874
  "scope": "default",
12900
12875
  "line": {
12901
- "start": 299,
12902
- "end": 299
12876
+ "start": 300,
12877
+ "end": 300
12903
12878
  }
12904
12879
  },
12905
12880
  "group": [
@@ -12912,15 +12887,15 @@
12912
12887
  }
12913
12888
  },
12914
12889
  {
12915
- "description": "The background color of the hovered Picker components.\n",
12890
+ "description": "The text color of the hovered Picker components.\n",
12916
12891
  "commentRange": {
12917
12892
  "start": 301,
12918
12893
  "end": 302
12919
12894
  },
12920
12895
  "context": {
12921
12896
  "type": "variable",
12922
- "name": "kendo-picker-hover-bg",
12923
- "value": "$kendo-button-hover-bg",
12897
+ "name": "kendo-picker-hover-text",
12898
+ "value": "$kendo-button-hover-text",
12924
12899
  "scope": "default",
12925
12900
  "line": {
12926
12901
  "start": 303,
@@ -12937,15 +12912,15 @@
12937
12912
  }
12938
12913
  },
12939
12914
  {
12940
- "description": "The text color of the hovered Picker components.\n",
12915
+ "description": "The border color of the hovered Picker components.\n",
12941
12916
  "commentRange": {
12942
12917
  "start": 304,
12943
12918
  "end": 305
12944
12919
  },
12945
12920
  "context": {
12946
12921
  "type": "variable",
12947
- "name": "kendo-picker-hover-text",
12948
- "value": "$kendo-button-hover-text",
12922
+ "name": "kendo-picker-hover-border",
12923
+ "value": "$kendo-button-hover-border",
12949
12924
  "scope": "default",
12950
12925
  "line": {
12951
12926
  "start": 306,
@@ -12962,15 +12937,15 @@
12962
12937
  }
12963
12938
  },
12964
12939
  {
12965
- "description": "The border color of the hovered Picker components.\n",
12940
+ "description": "The gradient of the hovered Picker components.\n",
12966
12941
  "commentRange": {
12967
12942
  "start": 307,
12968
12943
  "end": 308
12969
12944
  },
12970
12945
  "context": {
12971
12946
  "type": "variable",
12972
- "name": "kendo-picker-hover-border",
12973
- "value": "$kendo-button-hover-border",
12947
+ "name": "kendo-picker-hover-gradient",
12948
+ "value": "$kendo-button-hover-gradient",
12974
12949
  "scope": "default",
12975
12950
  "line": {
12976
12951
  "start": 309,
@@ -12987,15 +12962,15 @@
12987
12962
  }
12988
12963
  },
12989
12964
  {
12990
- "description": "The gradient of the hovered Picker components.\n",
12965
+ "description": "The shadow of the hovered Picker components.\n",
12991
12966
  "commentRange": {
12992
12967
  "start": 310,
12993
12968
  "end": 311
12994
12969
  },
12995
12970
  "context": {
12996
12971
  "type": "variable",
12997
- "name": "kendo-picker-hover-gradient",
12998
- "value": "$kendo-button-hover-gradient",
12972
+ "name": "kendo-picker-hover-shadow",
12973
+ "value": "$kendo-button-hover-shadow",
12999
12974
  "scope": "default",
13000
12975
  "line": {
13001
12976
  "start": 312,
@@ -13012,19 +12987,19 @@
13012
12987
  }
13013
12988
  },
13014
12989
  {
13015
- "description": "The shadow of the hovered Picker components.\n",
12990
+ "description": "The background color of the focused Picker components.\n",
13016
12991
  "commentRange": {
13017
- "start": 313,
13018
- "end": 314
12992
+ "start": 314,
12993
+ "end": 315
13019
12994
  },
13020
12995
  "context": {
13021
12996
  "type": "variable",
13022
- "name": "kendo-picker-hover-shadow",
13023
- "value": "$kendo-button-hover-shadow",
12997
+ "name": "kendo-picker-focus-bg",
12998
+ "value": "$kendo-button-focus-bg",
13024
12999
  "scope": "default",
13025
13000
  "line": {
13026
- "start": 315,
13027
- "end": 315
13001
+ "start": 316,
13002
+ "end": 316
13028
13003
  }
13029
13004
  },
13030
13005
  "group": [
@@ -13037,15 +13012,15 @@
13037
13012
  }
13038
13013
  },
13039
13014
  {
13040
- "description": "The background color of the focused Picker components.\n",
13015
+ "description": "The text color of the focused Picker components.\n",
13041
13016
  "commentRange": {
13042
13017
  "start": 317,
13043
13018
  "end": 318
13044
13019
  },
13045
13020
  "context": {
13046
13021
  "type": "variable",
13047
- "name": "kendo-picker-focus-bg",
13048
- "value": "$kendo-button-focus-bg",
13022
+ "name": "kendo-picker-focus-text",
13023
+ "value": "$kendo-button-focus-text",
13049
13024
  "scope": "default",
13050
13025
  "line": {
13051
13026
  "start": 319,
@@ -13062,15 +13037,15 @@
13062
13037
  }
13063
13038
  },
13064
13039
  {
13065
- "description": "The text color of the focused Picker components.\n",
13040
+ "description": "The border color of the focused Picker components.\n",
13066
13041
  "commentRange": {
13067
13042
  "start": 320,
13068
13043
  "end": 321
13069
13044
  },
13070
13045
  "context": {
13071
13046
  "type": "variable",
13072
- "name": "kendo-picker-focus-text",
13073
- "value": "$kendo-button-focus-text",
13047
+ "name": "kendo-picker-focus-border",
13048
+ "value": "$kendo-button-focus-border",
13074
13049
  "scope": "default",
13075
13050
  "line": {
13076
13051
  "start": 322,
@@ -13087,15 +13062,15 @@
13087
13062
  }
13088
13063
  },
13089
13064
  {
13090
- "description": "The border color of the focused Picker components.\n",
13065
+ "description": "The gradient of the focused Picker components.\n",
13091
13066
  "commentRange": {
13092
13067
  "start": 323,
13093
13068
  "end": 324
13094
13069
  },
13095
13070
  "context": {
13096
13071
  "type": "variable",
13097
- "name": "kendo-picker-focus-border",
13098
- "value": "$kendo-button-focus-border",
13072
+ "name": "kendo-picker-focus-gradient",
13073
+ "value": "$kendo-button-focus-gradient",
13099
13074
  "scope": "default",
13100
13075
  "line": {
13101
13076
  "start": 325,
@@ -13112,15 +13087,15 @@
13112
13087
  }
13113
13088
  },
13114
13089
  {
13115
- "description": "The gradient of the focused Picker components.\n",
13090
+ "description": "The shadow of the focused Picker components.\n",
13116
13091
  "commentRange": {
13117
13092
  "start": 326,
13118
13093
  "end": 327
13119
13094
  },
13120
13095
  "context": {
13121
13096
  "type": "variable",
13122
- "name": "kendo-picker-focus-gradient",
13123
- "value": "$kendo-button-focus-gradient",
13097
+ "name": "kendo-picker-focus-shadow",
13098
+ "value": "$kendo-button-focus-shadow",
13124
13099
  "scope": "default",
13125
13100
  "line": {
13126
13101
  "start": 328,
@@ -13137,19 +13112,19 @@
13137
13112
  }
13138
13113
  },
13139
13114
  {
13140
- "description": "The shadow of the focused Picker components.\n",
13115
+ "description": "The background color of the disabled Picker components.\n",
13141
13116
  "commentRange": {
13142
- "start": 329,
13143
- "end": 330
13117
+ "start": 330,
13118
+ "end": 331
13144
13119
  },
13145
13120
  "context": {
13146
13121
  "type": "variable",
13147
- "name": "kendo-picker-focus-shadow",
13148
- "value": "$kendo-button-focus-shadow",
13122
+ "name": "kendo-picker-disabled-bg",
13123
+ "value": "null",
13149
13124
  "scope": "default",
13150
13125
  "line": {
13151
- "start": 331,
13152
- "end": 331
13126
+ "start": 332,
13127
+ "end": 332
13153
13128
  }
13154
13129
  },
13155
13130
  "group": [
@@ -13162,14 +13137,14 @@
13162
13137
  }
13163
13138
  },
13164
13139
  {
13165
- "description": "The background color of the disabled Picker components.\n",
13140
+ "description": "The text color of the disabled Picker components.\n",
13166
13141
  "commentRange": {
13167
13142
  "start": 333,
13168
13143
  "end": 334
13169
13144
  },
13170
13145
  "context": {
13171
13146
  "type": "variable",
13172
- "name": "kendo-picker-disabled-bg",
13147
+ "name": "kendo-picker-disabled-text",
13173
13148
  "value": "null",
13174
13149
  "scope": "default",
13175
13150
  "line": {
@@ -13187,14 +13162,14 @@
13187
13162
  }
13188
13163
  },
13189
13164
  {
13190
- "description": "The text color of the disabled Picker components.\n",
13165
+ "description": "The border color of the disabled Picker components.\n",
13191
13166
  "commentRange": {
13192
13167
  "start": 336,
13193
13168
  "end": 337
13194
13169
  },
13195
13170
  "context": {
13196
13171
  "type": "variable",
13197
- "name": "kendo-picker-disabled-text",
13172
+ "name": "kendo-picker-disabled-border",
13198
13173
  "value": "null",
13199
13174
  "scope": "default",
13200
13175
  "line": {
@@ -13212,14 +13187,14 @@
13212
13187
  }
13213
13188
  },
13214
13189
  {
13215
- "description": "The border color of the disabled Picker components.\n",
13190
+ "description": "The gradient of the disabled Picker components.\n",
13216
13191
  "commentRange": {
13217
13192
  "start": 339,
13218
13193
  "end": 340
13219
13194
  },
13220
13195
  "context": {
13221
13196
  "type": "variable",
13222
- "name": "kendo-picker-disabled-border",
13197
+ "name": "kendo-picker-disabled-gradient",
13223
13198
  "value": "null",
13224
13199
  "scope": "default",
13225
13200
  "line": {
@@ -13237,14 +13212,14 @@
13237
13212
  }
13238
13213
  },
13239
13214
  {
13240
- "description": "The gradient of the disabled Picker components.\n",
13215
+ "description": "The shadow of the disabled Picker components.\n",
13241
13216
  "commentRange": {
13242
13217
  "start": 342,
13243
13218
  "end": 343
13244
13219
  },
13245
13220
  "context": {
13246
13221
  "type": "variable",
13247
- "name": "kendo-picker-disabled-gradient",
13222
+ "name": "kendo-picker-disabled-shadow",
13248
13223
  "value": "null",
13249
13224
  "scope": "default",
13250
13225
  "line": {
@@ -13262,19 +13237,19 @@
13262
13237
  }
13263
13238
  },
13264
13239
  {
13265
- "description": "The shadow of the disabled Picker components.\n",
13240
+ "description": "The background color of the outline Picker components.\n",
13266
13241
  "commentRange": {
13267
- "start": 345,
13268
- "end": 346
13242
+ "start": 346,
13243
+ "end": 347
13269
13244
  },
13270
13245
  "context": {
13271
13246
  "type": "variable",
13272
- "name": "kendo-picker-disabled-shadow",
13247
+ "name": "kendo-picker-outline-bg",
13273
13248
  "value": "null",
13274
13249
  "scope": "default",
13275
13250
  "line": {
13276
- "start": 347,
13277
- "end": 347
13251
+ "start": 348,
13252
+ "end": 348
13278
13253
  }
13279
13254
  },
13280
13255
  "group": [
@@ -13287,15 +13262,15 @@
13287
13262
  }
13288
13263
  },
13289
13264
  {
13290
- "description": "The background color of the outline Picker components.\n",
13265
+ "description": "The text color of the outline Picker components.\n",
13291
13266
  "commentRange": {
13292
13267
  "start": 349,
13293
13268
  "end": 350
13294
13269
  },
13295
13270
  "context": {
13296
13271
  "type": "variable",
13297
- "name": "kendo-picker-outline-bg",
13298
- "value": "null",
13272
+ "name": "kendo-picker-outline-text",
13273
+ "value": "$kendo-button-text",
13299
13274
  "scope": "default",
13300
13275
  "line": {
13301
13276
  "start": 351,
@@ -13312,15 +13287,15 @@
13312
13287
  }
13313
13288
  },
13314
13289
  {
13315
- "description": "The text color of the outline Picker components.\n",
13290
+ "description": "The border color of the outline Picker components.\n",
13316
13291
  "commentRange": {
13317
13292
  "start": 352,
13318
13293
  "end": 353
13319
13294
  },
13320
13295
  "context": {
13321
13296
  "type": "variable",
13322
- "name": "kendo-picker-outline-text",
13323
- "value": "$kendo-button-text",
13297
+ "name": "kendo-picker-outline-border",
13298
+ "value": "rgba( $kendo-picker-outline-text, .5)",
13324
13299
  "scope": "default",
13325
13300
  "line": {
13326
13301
  "start": 354,
@@ -13337,19 +13312,19 @@
13337
13312
  }
13338
13313
  },
13339
13314
  {
13340
- "description": "The border color of the outline Picker components.\n",
13315
+ "description": "The background color of the outline hovered Picker components.\n",
13341
13316
  "commentRange": {
13342
- "start": 355,
13343
- "end": 356
13317
+ "start": 356,
13318
+ "end": 357
13344
13319
  },
13345
13320
  "context": {
13346
13321
  "type": "variable",
13347
- "name": "kendo-picker-outline-border",
13348
- "value": "rgba( $kendo-picker-outline-text, .5)",
13322
+ "name": "kendo-picker-outline-hover-bg",
13323
+ "value": "$kendo-picker-outline-text",
13349
13324
  "scope": "default",
13350
13325
  "line": {
13351
- "start": 357,
13352
- "end": 357
13326
+ "start": 358,
13327
+ "end": 358
13353
13328
  }
13354
13329
  },
13355
13330
  "group": [
@@ -13362,15 +13337,15 @@
13362
13337
  }
13363
13338
  },
13364
13339
  {
13365
- "description": "The background color of the outline hovered Picker components.\n",
13340
+ "description": "The text color of the outline hovered Picker components.\n",
13366
13341
  "commentRange": {
13367
13342
  "start": 359,
13368
13343
  "end": 360
13369
13344
  },
13370
13345
  "context": {
13371
13346
  "type": "variable",
13372
- "name": "kendo-picker-outline-hover-bg",
13373
- "value": "$kendo-picker-outline-text",
13347
+ "name": "kendo-picker-outline-hover-text",
13348
+ "value": "k-contrast-legacy( $kendo-picker-outline-hover-bg )",
13374
13349
  "scope": "default",
13375
13350
  "line": {
13376
13351
  "start": 361,
@@ -13387,15 +13362,15 @@
13387
13362
  }
13388
13363
  },
13389
13364
  {
13390
- "description": "The text color of the outline hovered Picker components.\n",
13365
+ "description": "The border color of the outline hovered Picker components.\n",
13391
13366
  "commentRange": {
13392
13367
  "start": 362,
13393
13368
  "end": 363
13394
13369
  },
13395
13370
  "context": {
13396
13371
  "type": "variable",
13397
- "name": "kendo-picker-outline-hover-text",
13398
- "value": "k-contrast-legacy( $kendo-picker-outline-hover-bg )",
13372
+ "name": "kendo-picker-outline-hover-border",
13373
+ "value": "$kendo-picker-outline-hover-bg",
13399
13374
  "scope": "default",
13400
13375
  "line": {
13401
13376
  "start": 364,
@@ -13412,19 +13387,19 @@
13412
13387
  }
13413
13388
  },
13414
13389
  {
13415
- "description": "The border color of the outline hovered Picker components.\n",
13390
+ "description": "The background color of the outline focused Picker components.\n",
13416
13391
  "commentRange": {
13417
- "start": 365,
13418
- "end": 366
13392
+ "start": 366,
13393
+ "end": 367
13419
13394
  },
13420
13395
  "context": {
13421
13396
  "type": "variable",
13422
- "name": "kendo-picker-outline-hover-border",
13423
- "value": "$kendo-picker-outline-hover-bg",
13397
+ "name": "kendo-picker-outline-focus-bg",
13398
+ "value": "null",
13424
13399
  "scope": "default",
13425
13400
  "line": {
13426
- "start": 367,
13427
- "end": 367
13401
+ "start": 368,
13402
+ "end": 368
13428
13403
  }
13429
13404
  },
13430
13405
  "group": [
@@ -13437,14 +13412,14 @@
13437
13412
  }
13438
13413
  },
13439
13414
  {
13440
- "description": "The background color of the outline focused Picker components.\n",
13415
+ "description": "The text color of the outline focused Picker components.\n",
13441
13416
  "commentRange": {
13442
13417
  "start": 369,
13443
13418
  "end": 370
13444
13419
  },
13445
13420
  "context": {
13446
13421
  "type": "variable",
13447
- "name": "kendo-picker-outline-focus-bg",
13422
+ "name": "kendo-picker-outline-focus-text",
13448
13423
  "value": "null",
13449
13424
  "scope": "default",
13450
13425
  "line": {
@@ -13462,14 +13437,14 @@
13462
13437
  }
13463
13438
  },
13464
13439
  {
13465
- "description": "The text color of the outline focused Picker components.\n",
13440
+ "description": "The border color of the outline focused Picker components.\n",
13466
13441
  "commentRange": {
13467
13442
  "start": 372,
13468
13443
  "end": 373
13469
13444
  },
13470
13445
  "context": {
13471
13446
  "type": "variable",
13472
- "name": "kendo-picker-outline-focus-text",
13447
+ "name": "kendo-picker-outline-focus-border",
13473
13448
  "value": "null",
13474
13449
  "scope": "default",
13475
13450
  "line": {
@@ -13487,15 +13462,15 @@
13487
13462
  }
13488
13463
  },
13489
13464
  {
13490
- "description": "The border color of the outline focused Picker components.\n",
13465
+ "description": "The shadow of the outline focused Picker components.\n",
13491
13466
  "commentRange": {
13492
13467
  "start": 375,
13493
13468
  "end": 376
13494
13469
  },
13495
13470
  "context": {
13496
13471
  "type": "variable",
13497
- "name": "kendo-picker-outline-focus-border",
13498
- "value": "null",
13472
+ "name": "kendo-picker-outline-focus-shadow",
13473
+ "value": "$kendo-picker-focus-shadow",
13499
13474
  "scope": "default",
13500
13475
  "line": {
13501
13476
  "start": 377,
@@ -13512,19 +13487,19 @@
13512
13487
  }
13513
13488
  },
13514
13489
  {
13515
- "description": "The shadow of the outline focused Picker components.\n",
13490
+ "description": "The background color of the outline hovered and focused Picker components.\n",
13516
13491
  "commentRange": {
13517
- "start": 378,
13518
- "end": 379
13492
+ "start": 379,
13493
+ "end": 380
13519
13494
  },
13520
13495
  "context": {
13521
13496
  "type": "variable",
13522
- "name": "kendo-picker-outline-focus-shadow",
13523
- "value": "$kendo-picker-focus-shadow",
13497
+ "name": "kendo-picker-outline-hover-focus-bg",
13498
+ "value": "null",
13524
13499
  "scope": "default",
13525
13500
  "line": {
13526
- "start": 380,
13527
- "end": 380
13501
+ "start": 381,
13502
+ "end": 381
13528
13503
  }
13529
13504
  },
13530
13505
  "group": [
@@ -13537,14 +13512,14 @@
13537
13512
  }
13538
13513
  },
13539
13514
  {
13540
- "description": "The background color of the outline hovered and focused Picker components.\n",
13515
+ "description": "The text color of the outline hovered and focused Picker components.\n",
13541
13516
  "commentRange": {
13542
13517
  "start": 382,
13543
13518
  "end": 383
13544
13519
  },
13545
13520
  "context": {
13546
13521
  "type": "variable",
13547
- "name": "kendo-picker-outline-hover-focus-bg",
13522
+ "name": "kendo-picker-outline-hover-focus-text",
13548
13523
  "value": "null",
13549
13524
  "scope": "default",
13550
13525
  "line": {
@@ -13562,14 +13537,14 @@
13562
13537
  }
13563
13538
  },
13564
13539
  {
13565
- "description": "The text color of the outline hovered and focused Picker components.\n",
13540
+ "description": "The border color of the outline hovered and focused Picker components.\n",
13566
13541
  "commentRange": {
13567
13542
  "start": 385,
13568
13543
  "end": 386
13569
13544
  },
13570
13545
  "context": {
13571
13546
  "type": "variable",
13572
- "name": "kendo-picker-outline-hover-focus-text",
13547
+ "name": "kendo-picker-outline-hover-focus-border",
13573
13548
  "value": "null",
13574
13549
  "scope": "default",
13575
13550
  "line": {
@@ -13587,19 +13562,19 @@
13587
13562
  }
13588
13563
  },
13589
13564
  {
13590
- "description": "The border color of the outline hovered and focused Picker components.\n",
13565
+ "description": "The background color of the flat Picker components.\n",
13591
13566
  "commentRange": {
13592
- "start": 388,
13593
- "end": 389
13567
+ "start": 389,
13568
+ "end": 390
13594
13569
  },
13595
13570
  "context": {
13596
13571
  "type": "variable",
13597
- "name": "kendo-picker-outline-hover-focus-border",
13572
+ "name": "kendo-picker-flat-bg",
13598
13573
  "value": "null",
13599
13574
  "scope": "default",
13600
13575
  "line": {
13601
- "start": 390,
13602
- "end": 390
13576
+ "start": 391,
13577
+ "end": 391
13603
13578
  }
13604
13579
  },
13605
13580
  "group": [
@@ -13612,15 +13587,15 @@
13612
13587
  }
13613
13588
  },
13614
13589
  {
13615
- "description": "The background color of the flat Picker components.\n",
13590
+ "description": "The text color of the flat Picker components.\n",
13616
13591
  "commentRange": {
13617
13592
  "start": 392,
13618
13593
  "end": 393
13619
13594
  },
13620
13595
  "context": {
13621
13596
  "type": "variable",
13622
- "name": "kendo-picker-flat-bg",
13623
- "value": "null",
13597
+ "name": "kendo-picker-flat-text",
13598
+ "value": "$kendo-button-text",
13624
13599
  "scope": "default",
13625
13600
  "line": {
13626
13601
  "start": 394,
@@ -13637,15 +13612,15 @@
13637
13612
  }
13638
13613
  },
13639
13614
  {
13640
- "description": "The text color of the flat Picker components.\n",
13615
+ "description": "The border color of the flat Picker components.\n",
13641
13616
  "commentRange": {
13642
13617
  "start": 395,
13643
13618
  "end": 396
13644
13619
  },
13645
13620
  "context": {
13646
13621
  "type": "variable",
13647
- "name": "kendo-picker-flat-text",
13648
- "value": "$kendo-button-text",
13622
+ "name": "kendo-picker-flat-border",
13623
+ "value": "$kendo-button-border",
13649
13624
  "scope": "default",
13650
13625
  "line": {
13651
13626
  "start": 397,
@@ -13662,19 +13637,19 @@
13662
13637
  }
13663
13638
  },
13664
13639
  {
13665
- "description": "The border color of the flat Picker components.\n",
13640
+ "description": "The background color of the flat hovered Picker components.\n",
13666
13641
  "commentRange": {
13667
- "start": 398,
13668
- "end": 399
13642
+ "start": 399,
13643
+ "end": 400
13669
13644
  },
13670
13645
  "context": {
13671
13646
  "type": "variable",
13672
- "name": "kendo-picker-flat-border",
13673
- "value": "$kendo-button-border",
13647
+ "name": "kendo-picker-flat-hover-bg",
13648
+ "value": "rgba( $kendo-button-text, .04 )",
13674
13649
  "scope": "default",
13675
13650
  "line": {
13676
- "start": 400,
13677
- "end": 400
13651
+ "start": 401,
13652
+ "end": 401
13678
13653
  }
13679
13654
  },
13680
13655
  "group": [
@@ -13687,15 +13662,15 @@
13687
13662
  }
13688
13663
  },
13689
13664
  {
13690
- "description": "The background color of the flat hovered Picker components.\n",
13665
+ "description": "The text color of the flat hovered Picker components.\n",
13691
13666
  "commentRange": {
13692
13667
  "start": 402,
13693
13668
  "end": 403
13694
13669
  },
13695
13670
  "context": {
13696
13671
  "type": "variable",
13697
- "name": "kendo-picker-flat-hover-bg",
13698
- "value": "rgba( $kendo-button-text, .04 )",
13672
+ "name": "kendo-picker-flat-hover-text",
13673
+ "value": "null",
13699
13674
  "scope": "default",
13700
13675
  "line": {
13701
13676
  "start": 404,
@@ -13712,15 +13687,15 @@
13712
13687
  }
13713
13688
  },
13714
13689
  {
13715
- "description": "The text color of the flat hovered Picker components.\n",
13690
+ "description": "The border color of the flat hovered Picker components.\n",
13716
13691
  "commentRange": {
13717
13692
  "start": 405,
13718
13693
  "end": 406
13719
13694
  },
13720
13695
  "context": {
13721
13696
  "type": "variable",
13722
- "name": "kendo-picker-flat-hover-text",
13723
- "value": "null",
13697
+ "name": "kendo-picker-flat-hover-border",
13698
+ "value": "rgba( $kendo-button-border, .16 )",
13724
13699
  "scope": "default",
13725
13700
  "line": {
13726
13701
  "start": 407,
@@ -13737,19 +13712,19 @@
13737
13712
  }
13738
13713
  },
13739
13714
  {
13740
- "description": "The border color of the flat hovered Picker components.\n",
13715
+ "description": "The background color of the flat focused Picker components.\n",
13741
13716
  "commentRange": {
13742
- "start": 408,
13743
- "end": 409
13717
+ "start": 409,
13718
+ "end": 410
13744
13719
  },
13745
13720
  "context": {
13746
13721
  "type": "variable",
13747
- "name": "kendo-picker-flat-hover-border",
13748
- "value": "rgba( $kendo-button-border, .16 )",
13722
+ "name": "kendo-picker-flat-focus-bg",
13723
+ "value": "null",
13749
13724
  "scope": "default",
13750
13725
  "line": {
13751
- "start": 410,
13752
- "end": 410
13726
+ "start": 411,
13727
+ "end": 411
13753
13728
  }
13754
13729
  },
13755
13730
  "group": [
@@ -13762,14 +13737,14 @@
13762
13737
  }
13763
13738
  },
13764
13739
  {
13765
- "description": "The background color of the flat focused Picker components.\n",
13740
+ "description": "The text color of the flat focused Picker components.\n",
13766
13741
  "commentRange": {
13767
13742
  "start": 412,
13768
13743
  "end": 413
13769
13744
  },
13770
13745
  "context": {
13771
13746
  "type": "variable",
13772
- "name": "kendo-picker-flat-focus-bg",
13747
+ "name": "kendo-picker-flat-focus-text",
13773
13748
  "value": "null",
13774
13749
  "scope": "default",
13775
13750
  "line": {
@@ -13787,14 +13762,14 @@
13787
13762
  }
13788
13763
  },
13789
13764
  {
13790
- "description": "The text color of the flat focused Picker components.\n",
13765
+ "description": "The border color of the flat focused Picker components.\n",
13791
13766
  "commentRange": {
13792
13767
  "start": 415,
13793
13768
  "end": 416
13794
13769
  },
13795
13770
  "context": {
13796
13771
  "type": "variable",
13797
- "name": "kendo-picker-flat-focus-text",
13772
+ "name": "kendo-picker-flat-focus-border",
13798
13773
  "value": "null",
13799
13774
  "scope": "default",
13800
13775
  "line": {
@@ -13812,15 +13787,15 @@
13812
13787
  }
13813
13788
  },
13814
13789
  {
13815
- "description": "The border color of the flat focused Picker components.\n",
13790
+ "description": "The shadow of the flat focused Picker components.\n",
13816
13791
  "commentRange": {
13817
13792
  "start": 418,
13818
13793
  "end": 419
13819
13794
  },
13820
13795
  "context": {
13821
13796
  "type": "variable",
13822
- "name": "kendo-picker-flat-focus-border",
13823
- "value": "null",
13797
+ "name": "kendo-picker-flat-focus-shadow",
13798
+ "value": "$kendo-picker-focus-shadow",
13824
13799
  "scope": "default",
13825
13800
  "line": {
13826
13801
  "start": 420,
@@ -13837,19 +13812,19 @@
13837
13812
  }
13838
13813
  },
13839
13814
  {
13840
- "description": "The shadow of the flat focused Picker components.\n",
13815
+ "description": "The background color of the flat hovered and focused Picker components.\n",
13841
13816
  "commentRange": {
13842
- "start": 421,
13843
- "end": 422
13817
+ "start": 422,
13818
+ "end": 423
13844
13819
  },
13845
13820
  "context": {
13846
13821
  "type": "variable",
13847
- "name": "kendo-picker-flat-focus-shadow",
13848
- "value": "$kendo-picker-focus-shadow",
13822
+ "name": "kendo-picker-flat-hover-focus-bg",
13823
+ "value": "null",
13849
13824
  "scope": "default",
13850
13825
  "line": {
13851
- "start": 423,
13852
- "end": 423
13826
+ "start": 424,
13827
+ "end": 424
13853
13828
  }
13854
13829
  },
13855
13830
  "group": [
@@ -13862,14 +13837,14 @@
13862
13837
  }
13863
13838
  },
13864
13839
  {
13865
- "description": "The background color of the flat hovered and focused Picker components.\n",
13840
+ "description": "The text color of the flat hovered and focused Picker components.\n",
13866
13841
  "commentRange": {
13867
13842
  "start": 425,
13868
13843
  "end": 426
13869
13844
  },
13870
13845
  "context": {
13871
13846
  "type": "variable",
13872
- "name": "kendo-picker-flat-hover-focus-bg",
13847
+ "name": "kendo-picker-flat-hover-focus-text",
13873
13848
  "value": "null",
13874
13849
  "scope": "default",
13875
13850
  "line": {
@@ -13887,14 +13862,14 @@
13887
13862
  }
13888
13863
  },
13889
13864
  {
13890
- "description": "The text color of the flat hovered and focused Picker components.\n",
13865
+ "description": "The border color of the flat hovered and focused Picker components.\n",
13891
13866
  "commentRange": {
13892
13867
  "start": 428,
13893
13868
  "end": 429
13894
13869
  },
13895
13870
  "context": {
13896
13871
  "type": "variable",
13897
- "name": "kendo-picker-flat-hover-focus-text",
13872
+ "name": "kendo-picker-flat-hover-focus-border",
13898
13873
  "value": "null",
13899
13874
  "scope": "default",
13900
13875
  "line": {
@@ -13911,31 +13886,6 @@
13911
13886
  "name": "_variables.scss"
13912
13887
  }
13913
13888
  },
13914
- {
13915
- "description": "The border color of the flat hovered and focused Picker components.\n",
13916
- "commentRange": {
13917
- "start": 431,
13918
- "end": 432
13919
- },
13920
- "context": {
13921
- "type": "variable",
13922
- "name": "kendo-picker-flat-hover-focus-border",
13923
- "value": "null",
13924
- "scope": "default",
13925
- "line": {
13926
- "start": 433,
13927
- "end": 433
13928
- }
13929
- },
13930
- "group": [
13931
- "picker"
13932
- ],
13933
- "access": "public",
13934
- "file": {
13935
- "path": "input/_variables.scss",
13936
- "name": "_variables.scss"
13937
- }
13938
- },
13939
13889
  {
13940
13890
  "description": "Horizontal padding of the popup.\n",
13941
13891
  "commentRange": {