@progress/kendo-theme-classic 6.4.0-dev.2 → 6.4.0-dev.4

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 (37) hide show
  1. package/dist/all.css +73 -231
  2. package/dist/all.scss +290 -506
  3. package/dist/meta/sassdoc-data.json +358 -358
  4. package/dist/meta/sassdoc-raw-data.json +177 -177
  5. package/dist/meta/variables.json +5 -1
  6. package/dist/meta/variables.scss +1 -1
  7. package/lib/swatches/classic-green-dark.json +1 -1
  8. package/lib/swatches/classic-green.json +1 -1
  9. package/lib/swatches/classic-lavender-dark.json +1 -1
  10. package/lib/swatches/classic-lavender.json +1 -1
  11. package/lib/swatches/classic-main-dark.json +1 -1
  12. package/lib/swatches/classic-main.json +1 -1
  13. package/lib/swatches/classic-metro-dark.json +1 -1
  14. package/lib/swatches/classic-metro.json +1 -1
  15. package/lib/swatches/classic-moonlight.json +1 -1
  16. package/lib/swatches/classic-opal-dark.json +1 -1
  17. package/lib/swatches/classic-opal.json +1 -1
  18. package/lib/swatches/classic-silver-dark.json +1 -1
  19. package/lib/swatches/classic-silver.json +1 -1
  20. package/lib/swatches/classic-uniform.json +1 -1
  21. package/package.json +5 -5
  22. package/scss/_variables.scss +1 -2
  23. package/scss/badge/_variables.scss +2 -2
  24. package/scss/button/_variables.scss +1 -1
  25. package/scss/calendar/_variables.scss +2 -2
  26. package/scss/chip/_variables.scss +1 -1
  27. package/scss/editor/_variables.scss +1 -1
  28. package/scss/fab/_variables.scss +4 -4
  29. package/scss/floating-label/_variables.scss +1 -1
  30. package/scss/grid/_variables.scss +2 -1
  31. package/scss/input/_variables.scss +2 -2
  32. package/scss/list/_variables.scss +3 -3
  33. package/scss/listbox/_index.scss +0 -1
  34. package/scss/menu/_variables.scss +1 -1
  35. package/scss/notification/_variables.scss +0 -1
  36. package/scss/signature/_variables.scss +1 -1
  37. package/scss/treeview/_variables.scss +1 -1
@@ -5025,8 +5025,8 @@
5025
5025
  {
5026
5026
  "description": "The color that focuses the user attention.\nUsed for primary buttons and for elements of primary importance across the theme.\n",
5027
5027
  "commentRange": {
5028
- "start": 109,
5029
- "end": 112
5028
+ "start": 108,
5029
+ "end": 111
5030
5030
  },
5031
5031
  "context": {
5032
5032
  "type": "variable",
@@ -5034,8 +5034,8 @@
5034
5034
  "value": "#f35800",
5035
5035
  "scope": "default",
5036
5036
  "line": {
5037
- "start": 113,
5038
- "end": 113
5037
+ "start": 112,
5038
+ "end": 112
5039
5039
  }
5040
5040
  },
5041
5041
  "group": [
@@ -5053,8 +5053,8 @@
5053
5053
  {
5054
5054
  "description": "The color used along with the primary color denoted by $kendo-color-primary.\nUsed to provide contrast between the background and foreground colors.\n",
5055
5055
  "commentRange": {
5056
- "start": 117,
5057
- "end": 120
5056
+ "start": 116,
5057
+ "end": 119
5058
5058
  },
5059
5059
  "context": {
5060
5060
  "type": "variable",
@@ -5062,8 +5062,8 @@
5062
5062
  "value": "k-contrast-legacy( $kendo-color-primary )",
5063
5063
  "scope": "default",
5064
5064
  "line": {
5065
- "start": 121,
5066
- "end": 121
5065
+ "start": 120,
5066
+ "end": 120
5067
5067
  }
5068
5068
  },
5069
5069
  "group": [
@@ -5081,8 +5081,8 @@
5081
5081
  {
5082
5082
  "description": "The secondary color of the theme.\n",
5083
5083
  "commentRange": {
5084
- "start": 123,
5085
- "end": 125
5084
+ "start": 122,
5085
+ "end": 124
5086
5086
  },
5087
5087
  "context": {
5088
5088
  "type": "variable",
@@ -5090,8 +5090,8 @@
5090
5090
  "value": "#e9e9e9",
5091
5091
  "scope": "default",
5092
5092
  "line": {
5093
- "start": 126,
5094
- "end": 126
5093
+ "start": 125,
5094
+ "end": 125
5095
5095
  }
5096
5096
  },
5097
5097
  "group": [
@@ -5109,8 +5109,8 @@
5109
5109
  {
5110
5110
  "description": "The color used along with the secondary color denoted by $kendo-color-secondary.\nUsed to provide contrast between the background and foreground colors.\n",
5111
5111
  "commentRange": {
5112
- "start": 130,
5113
- "end": 133
5112
+ "start": 129,
5113
+ "end": 132
5114
5114
  },
5115
5115
  "context": {
5116
5116
  "type": "variable",
@@ -5118,8 +5118,8 @@
5118
5118
  "value": "k-contrast-color( $kendo-color-secondary )",
5119
5119
  "scope": "default",
5120
5120
  "line": {
5121
- "start": 134,
5122
- "end": 134
5121
+ "start": 133,
5122
+ "end": 133
5123
5123
  }
5124
5124
  },
5125
5125
  "group": [
@@ -5137,8 +5137,8 @@
5137
5137
  {
5138
5138
  "description": "The tertiary color of the theme.\n",
5139
5139
  "commentRange": {
5140
- "start": 136,
5141
- "end": 138
5140
+ "start": 135,
5141
+ "end": 137
5142
5142
  },
5143
5143
  "context": {
5144
5144
  "type": "variable",
@@ -5146,8 +5146,8 @@
5146
5146
  "value": "#03a9f4",
5147
5147
  "scope": "default",
5148
5148
  "line": {
5149
- "start": 139,
5150
- "end": 139
5149
+ "start": 138,
5150
+ "end": 138
5151
5151
  }
5152
5152
  },
5153
5153
  "group": [
@@ -5165,8 +5165,8 @@
5165
5165
  {
5166
5166
  "description": "The color used along with the tertiary color denoted by $kendo-color-tertiary.\nUsed to provide contrast between the background and foreground colors.\n",
5167
5167
  "commentRange": {
5168
- "start": 143,
5169
- "end": 146
5168
+ "start": 142,
5169
+ "end": 145
5170
5170
  },
5171
5171
  "context": {
5172
5172
  "type": "variable",
@@ -5174,8 +5174,8 @@
5174
5174
  "value": "k-contrast-color( $kendo-color-tertiary )",
5175
5175
  "scope": "default",
5176
5176
  "line": {
5177
- "start": 147,
5178
- "end": 147
5177
+ "start": 146,
5178
+ "end": 146
5179
5179
  }
5180
5180
  },
5181
5181
  "group": [
@@ -5193,8 +5193,8 @@
5193
5193
  {
5194
5194
  "description": "The color for informational messages and states.\n",
5195
5195
  "commentRange": {
5196
- "start": 149,
5197
- "end": 151
5196
+ "start": 148,
5197
+ "end": 150
5198
5198
  },
5199
5199
  "context": {
5200
5200
  "type": "variable",
@@ -5202,8 +5202,8 @@
5202
5202
  "value": "#2498bc",
5203
5203
  "scope": "default",
5204
5204
  "line": {
5205
- "start": 152,
5206
- "end": 152
5205
+ "start": 151,
5206
+ "end": 151
5207
5207
  }
5208
5208
  },
5209
5209
  "group": [
@@ -5221,8 +5221,8 @@
5221
5221
  {
5222
5222
  "description": "The color for success messages and states.\n",
5223
5223
  "commentRange": {
5224
- "start": 156,
5225
- "end": 158
5224
+ "start": 155,
5225
+ "end": 157
5226
5226
  },
5227
5227
  "context": {
5228
5228
  "type": "variable",
@@ -5230,8 +5230,8 @@
5230
5230
  "value": "#3ea44e",
5231
5231
  "scope": "default",
5232
5232
  "line": {
5233
- "start": 159,
5234
- "end": 159
5233
+ "start": 158,
5234
+ "end": 158
5235
5235
  }
5236
5236
  },
5237
5237
  "group": [
@@ -5249,8 +5249,8 @@
5249
5249
  {
5250
5250
  "description": "The color for warning messages and states.\n",
5251
5251
  "commentRange": {
5252
- "start": 163,
5253
- "end": 165
5252
+ "start": 162,
5253
+ "end": 164
5254
5254
  },
5255
5255
  "context": {
5256
5256
  "type": "variable",
@@ -5258,8 +5258,8 @@
5258
5258
  "value": "#ff9800",
5259
5259
  "scope": "default",
5260
5260
  "line": {
5261
- "start": 166,
5262
- "end": 166
5261
+ "start": 165,
5262
+ "end": 165
5263
5263
  }
5264
5264
  },
5265
5265
  "group": [
@@ -5277,8 +5277,8 @@
5277
5277
  {
5278
5278
  "description": "The color for error messages and states.\n",
5279
5279
  "commentRange": {
5280
- "start": 170,
5281
- "end": 172
5280
+ "start": 169,
5281
+ "end": 171
5282
5282
  },
5283
5283
  "context": {
5284
5284
  "type": "variable",
@@ -5286,8 +5286,8 @@
5286
5286
  "value": "#d92800",
5287
5287
  "scope": "default",
5288
5288
  "line": {
5289
- "start": 173,
5290
- "end": 173
5289
+ "start": 172,
5290
+ "end": 172
5291
5291
  }
5292
5292
  },
5293
5293
  "group": [
@@ -5305,8 +5305,8 @@
5305
5305
  {
5306
5306
  "description": "The dark color of the theme.\n",
5307
5307
  "commentRange": {
5308
- "start": 177,
5309
- "end": 179
5308
+ "start": 176,
5309
+ "end": 178
5310
5310
  },
5311
5311
  "context": {
5312
5312
  "type": "variable",
@@ -5314,8 +5314,8 @@
5314
5314
  "value": "#404040",
5315
5315
  "scope": "default",
5316
5316
  "line": {
5317
- "start": 180,
5318
- "end": 180
5317
+ "start": 179,
5318
+ "end": 179
5319
5319
  }
5320
5320
  },
5321
5321
  "group": [
@@ -5333,8 +5333,8 @@
5333
5333
  {
5334
5334
  "description": "The light color of the theme.\n",
5335
5335
  "commentRange": {
5336
- "start": 182,
5337
- "end": 184
5336
+ "start": 181,
5337
+ "end": 183
5338
5338
  },
5339
5339
  "context": {
5340
5340
  "type": "variable",
@@ -5342,8 +5342,8 @@
5342
5342
  "value": "#ebebeb",
5343
5343
  "scope": "default",
5344
5344
  "line": {
5345
- "start": 185,
5346
- "end": 185
5345
+ "start": 184,
5346
+ "end": 184
5347
5347
  }
5348
5348
  },
5349
5349
  "group": [
@@ -5361,8 +5361,8 @@
5361
5361
  {
5362
5362
  "description": "Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark\n",
5363
5363
  "commentRange": {
5364
- "start": 187,
5365
- "end": 188
5364
+ "start": 186,
5365
+ "end": 187
5366
5366
  },
5367
5367
  "context": {
5368
5368
  "type": "variable",
@@ -5370,8 +5370,8 @@
5370
5370
  "value": "if( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark )",
5371
5371
  "scope": "default",
5372
5372
  "line": {
5373
- "start": 189,
5374
- "end": 189
5373
+ "start": 188,
5374
+ "end": 188
5375
5375
  }
5376
5376
  },
5377
5377
  "group": [
@@ -5388,8 +5388,8 @@
5388
5388
  {
5389
5389
  "description": "Background color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-bg` e.g. `$kendo-grid-bg: $kendo-component-bg !default;`.\n",
5390
5390
  "commentRange": {
5391
- "start": 285,
5392
- "end": 287
5391
+ "start": 284,
5392
+ "end": 286
5393
5393
  },
5394
5394
  "context": {
5395
5395
  "type": "variable",
@@ -5397,8 +5397,8 @@
5397
5397
  "value": "$kendo-body-bg",
5398
5398
  "scope": "default",
5399
5399
  "line": {
5400
- "start": 288,
5401
- "end": 288
5400
+ "start": 287,
5401
+ "end": 287
5402
5402
  }
5403
5403
  },
5404
5404
  "group": [
@@ -5415,8 +5415,8 @@
5415
5415
  {
5416
5416
  "description": "Text color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-text` e.g. `$kendo-grid-text: $kendo-component-text !default;`.\n",
5417
5417
  "commentRange": {
5418
- "start": 289,
5419
- "end": 291
5418
+ "start": 288,
5419
+ "end": 290
5420
5420
  },
5421
5421
  "context": {
5422
5422
  "type": "variable",
@@ -5424,8 +5424,8 @@
5424
5424
  "value": "$kendo-body-text",
5425
5425
  "scope": "default",
5426
5426
  "line": {
5427
- "start": 292,
5428
- "end": 292
5427
+ "start": 291,
5428
+ "end": 291
5429
5429
  }
5430
5430
  },
5431
5431
  "group": [
@@ -5442,8 +5442,8 @@
5442
5442
  {
5443
5443
  "description": "Border color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-border` e.g. `$kendo-grid-border: $kendo-component-border !default;`.\n",
5444
5444
  "commentRange": {
5445
- "start": 293,
5446
- "end": 295
5445
+ "start": 292,
5446
+ "end": 294
5447
5447
  },
5448
5448
  "context": {
5449
5449
  "type": "variable",
@@ -5451,8 +5451,8 @@
5451
5451
  "value": "$kendo-base-border",
5452
5452
  "scope": "default",
5453
5453
  "line": {
5454
- "start": 296,
5455
- "end": 296
5454
+ "start": 295,
5455
+ "end": 295
5456
5456
  }
5457
5457
  },
5458
5458
  "group": [
@@ -6843,6 +6843,33 @@
6843
6843
  "resolvedValue": "1",
6844
6844
  "resolvedType": "Number"
6845
6845
  },
6846
+ {
6847
+ "description": "The font size of the Floating Label.\n",
6848
+ "commentRange": {
6849
+ "start": 6,
6850
+ "end": 7
6851
+ },
6852
+ "context": {
6853
+ "type": "variable",
6854
+ "name": "kendo-floating-label-font-size",
6855
+ "value": "$kendo-input-font-size",
6856
+ "scope": "default",
6857
+ "line": {
6858
+ "start": 8,
6859
+ "end": 8
6860
+ }
6861
+ },
6862
+ "group": [
6863
+ "floating-label"
6864
+ ],
6865
+ "access": "public",
6866
+ "file": {
6867
+ "path": "floating-label/_variables.scss",
6868
+ "name": "_variables.scss"
6869
+ },
6870
+ "resolvedValue": "14px",
6871
+ "resolvedType": "Number"
6872
+ },
6846
6873
  {
6847
6874
  "description": "The maximum width of the Floating Label.\n",
6848
6875
  "commentRange": {
@@ -9465,8 +9492,8 @@
9465
9492
  {
9466
9493
  "description": "Background color of the grid row resize indicator\n",
9467
9494
  "commentRange": {
9468
- "start": 313,
9469
- "end": 314
9495
+ "start": 314,
9496
+ "end": 315
9470
9497
  },
9471
9498
  "context": {
9472
9499
  "type": "variable",
@@ -9474,8 +9501,8 @@
9474
9501
  "value": "rgba( k-contrast-color( $kendo-grid-bg ), .12 )",
9475
9502
  "scope": "default",
9476
9503
  "line": {
9477
- "start": 315,
9478
- "end": 315
9504
+ "start": 316,
9505
+ "end": 316
9479
9506
  }
9480
9507
  },
9481
9508
  "group": [
@@ -9492,8 +9519,8 @@
9492
9519
  {
9493
9520
  "description": "Active background color of the grid row resize indicator\n",
9494
9521
  "commentRange": {
9495
- "start": 316,
9496
- "end": 317
9522
+ "start": 317,
9523
+ "end": 318
9497
9524
  },
9498
9525
  "context": {
9499
9526
  "type": "variable",
@@ -9501,8 +9528,8 @@
9501
9528
  "value": "$kendo-color-primary",
9502
9529
  "scope": "default",
9503
9530
  "line": {
9504
- "start": 318,
9505
- "end": 318
9531
+ "start": 319,
9532
+ "end": 319
9506
9533
  }
9507
9534
  },
9508
9535
  "group": [
@@ -9519,8 +9546,8 @@
9519
9546
  {
9520
9547
  "description": "Height of the grid row resize indicator\n",
9521
9548
  "commentRange": {
9522
- "start": 319,
9523
- "end": 320
9549
+ "start": 320,
9550
+ "end": 321
9524
9551
  },
9525
9552
  "context": {
9526
9553
  "type": "variable",
@@ -9528,8 +9555,8 @@
9528
9555
  "value": "k-map-get( $kendo-spacing, .5 )",
9529
9556
  "scope": "default",
9530
9557
  "line": {
9531
- "start": 321,
9532
- "end": 321
9558
+ "start": 322,
9559
+ "end": 322
9533
9560
  }
9534
9561
  },
9535
9562
  "group": [
@@ -14244,8 +14271,8 @@
14244
14271
  {
14245
14272
  "description": "Theme colors of the notification.\n",
14246
14273
  "commentRange": {
14247
- "start": 57,
14248
- "end": 58
14274
+ "start": 56,
14275
+ "end": 57
14249
14276
  },
14250
14277
  "context": {
14251
14278
  "type": "variable",
@@ -14253,8 +14280,8 @@
14253
14280
  "value": "$kendo-theme-colors",
14254
14281
  "scope": "default",
14255
14282
  "line": {
14256
- "start": 59,
14257
- "end": 59
14283
+ "start": 58,
14284
+ "end": 58
14258
14285
  }
14259
14286
  },
14260
14287
  "group": [
@@ -24126,8 +24153,8 @@
24126
24153
  {
24127
24154
  "description": "Base font size across all components.\n",
24128
24155
  "commentRange": {
24129
- "start": 208,
24130
- "end": 209
24156
+ "start": 207,
24157
+ "end": 208
24131
24158
  },
24132
24159
  "context": {
24133
24160
  "type": "variable",
@@ -24135,8 +24162,8 @@
24135
24162
  "value": "14px",
24136
24163
  "scope": "default",
24137
24164
  "line": {
24138
- "start": 210,
24139
- "end": 210
24165
+ "start": 209,
24166
+ "end": 209
24140
24167
  }
24141
24168
  },
24142
24169
  "group": [
@@ -24153,8 +24180,8 @@
24153
24180
  {
24154
24181
  "description": "Font family for text.\n",
24155
24182
  "commentRange": {
24156
- "start": 225,
24157
- "end": 226
24183
+ "start": 224,
24184
+ "end": 225
24158
24185
  },
24159
24186
  "context": {
24160
24187
  "type": "variable",
@@ -24162,8 +24189,8 @@
24162
24189
  "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
24163
24190
  "scope": "default",
24164
24191
  "line": {
24165
- "start": 227,
24166
- "end": 227
24192
+ "start": 226,
24193
+ "end": 226
24167
24194
  }
24168
24195
  },
24169
24196
  "group": [
@@ -24180,8 +24207,8 @@
24180
24207
  {
24181
24208
  "description": "Font family for monospaced text. Used for styling the code.\n",
24182
24209
  "commentRange": {
24183
- "start": 229,
24184
- "end": 230
24210
+ "start": 228,
24211
+ "end": 229
24185
24212
  },
24186
24213
  "context": {
24187
24214
  "type": "variable",
@@ -24189,8 +24216,8 @@
24189
24216
  "value": "SFMono-Regular, Menlo, Monaco, Consolas, \"Roboto Mono\", \"Ubuntu Mono\", \"Lucida Console\", \"Courier New\", monospace",
24190
24217
  "scope": "default",
24191
24218
  "line": {
24192
- "start": 231,
24193
- "end": 231
24219
+ "start": 230,
24220
+ "end": 230
24194
24221
  }
24195
24222
  },
24196
24223
  "group": [
@@ -24207,8 +24234,8 @@
24207
24234
  {
24208
24235
  "description": "Font family across all components.\n",
24209
24236
  "commentRange": {
24210
- "start": 233,
24211
- "end": 234
24237
+ "start": 232,
24238
+ "end": 233
24212
24239
  },
24213
24240
  "context": {
24214
24241
  "type": "variable",
@@ -24216,8 +24243,8 @@
24216
24243
  "value": "inherit",
24217
24244
  "scope": "default",
24218
24245
  "line": {
24219
- "start": 235,
24220
- "end": 235
24246
+ "start": 234,
24247
+ "end": 234
24221
24248
  }
24222
24249
  },
24223
24250
  "group": [
@@ -24234,8 +24261,8 @@
24234
24261
  {
24235
24262
  "description": "Line height used along with $kendo-font-size.\n",
24236
24263
  "commentRange": {
24237
- "start": 237,
24238
- "end": 238
24264
+ "start": 236,
24265
+ "end": 237
24239
24266
  },
24240
24267
  "context": {
24241
24268
  "type": "variable",
@@ -24243,8 +24270,8 @@
24243
24270
  "value": "k-math-div( 20, 14 )",
24244
24271
  "scope": "default",
24245
24272
  "line": {
24246
- "start": 239,
24247
- "end": 239
24273
+ "start": 238,
24274
+ "end": 238
24248
24275
  }
24249
24276
  },
24250
24277
  "group": [
@@ -24261,8 +24288,8 @@
24261
24288
  {
24262
24289
  "description": "Border radius for all components.\n",
24263
24290
  "commentRange": {
24264
- "start": 84,
24265
- "end": 84
24291
+ "start": 83,
24292
+ "end": 83
24266
24293
  },
24267
24294
  "context": {
24268
24295
  "type": "variable",
@@ -24270,8 +24297,8 @@
24270
24297
  "value": "k-map-get( $kendo-spacing, 1 )",
24271
24298
  "scope": "default",
24272
24299
  "line": {
24273
- "start": 85,
24274
- "end": 85
24300
+ "start": 84,
24301
+ "end": 84
24275
24302
  }
24276
24303
  },
24277
24304
  "access": "public",
@@ -24288,8 +24315,8 @@
24288
24315
  {
24289
24316
  "description": "The background of the components' chrome area.\n",
24290
24317
  "commentRange": {
24291
- "start": 276,
24292
- "end": 276
24318
+ "start": 275,
24319
+ "end": 275
24293
24320
  },
24294
24321
  "context": {
24295
24322
  "type": "variable",
@@ -24297,8 +24324,8 @@
24297
24324
  "value": "#f0f0f0",
24298
24325
  "scope": "default",
24299
24326
  "line": {
24300
- "start": 277,
24301
- "end": 277
24327
+ "start": 276,
24328
+ "end": 276
24302
24329
  }
24303
24330
  },
24304
24331
  "access": "public",
@@ -24315,8 +24342,8 @@
24315
24342
  {
24316
24343
  "description": "The text color of the components' chrome area.\n",
24317
24344
  "commentRange": {
24318
- "start": 278,
24319
- "end": 278
24345
+ "start": 277,
24346
+ "end": 277
24320
24347
  },
24321
24348
  "context": {
24322
24349
  "type": "variable",
@@ -24324,8 +24351,8 @@
24324
24351
  "value": "$kendo-body-text",
24325
24352
  "scope": "default",
24326
24353
  "line": {
24327
- "start": 279,
24328
- "end": 279
24354
+ "start": 278,
24355
+ "end": 278
24329
24356
  }
24330
24357
  },
24331
24358
  "access": "public",
@@ -24342,8 +24369,8 @@
24342
24369
  {
24343
24370
  "description": "The border color of the components' chrome area.\n",
24344
24371
  "commentRange": {
24345
- "start": 280,
24346
- "end": 280
24372
+ "start": 279,
24373
+ "end": 279
24347
24374
  },
24348
24375
  "context": {
24349
24376
  "type": "variable",
@@ -24351,8 +24378,8 @@
24351
24378
  "value": "k-try-shade( $kendo-base-bg, 2 )",
24352
24379
  "scope": "default",
24353
24380
  "line": {
24354
- "start": 281,
24355
- "end": 281
24381
+ "start": 280,
24382
+ "end": 280
24356
24383
  }
24357
24384
  },
24358
24385
  "access": "public",
@@ -24369,8 +24396,8 @@
24369
24396
  {
24370
24397
  "description": "The gradient background of the components' chrome area.\n",
24371
24398
  "commentRange": {
24372
- "start": 282,
24373
- "end": 282
24399
+ "start": 281,
24400
+ "end": 281
24374
24401
  },
24375
24402
  "context": {
24376
24403
  "type": "variable",
@@ -24378,8 +24405,8 @@
24378
24405
  "value": "rgba( white, .1 ), rgba( white, 0 )",
24379
24406
  "scope": "default",
24380
24407
  "line": {
24381
- "start": 283,
24382
- "end": 283
24408
+ "start": 282,
24409
+ "end": 282
24383
24410
  }
24384
24411
  },
24385
24412
  "access": "public",
@@ -24396,8 +24423,8 @@
24396
24423
  {
24397
24424
  "description": "The background of hovered items.\n",
24398
24425
  "commentRange": {
24399
- "start": 298,
24400
- "end": 298
24426
+ "start": 297,
24427
+ "end": 297
24401
24428
  },
24402
24429
  "context": {
24403
24430
  "type": "variable",
@@ -24405,8 +24432,8 @@
24405
24432
  "value": "k-try-shade( $kendo-base-bg, 1 )",
24406
24433
  "scope": "default",
24407
24434
  "line": {
24408
- "start": 299,
24409
- "end": 299
24435
+ "start": 298,
24436
+ "end": 298
24410
24437
  }
24411
24438
  },
24412
24439
  "access": "public",
@@ -24423,8 +24450,8 @@
24423
24450
  {
24424
24451
  "description": "The text color of hovered items.\n",
24425
24452
  "commentRange": {
24426
- "start": 300,
24427
- "end": 300
24453
+ "start": 299,
24454
+ "end": 299
24428
24455
  },
24429
24456
  "context": {
24430
24457
  "type": "variable",
@@ -24432,8 +24459,8 @@
24432
24459
  "value": "$kendo-base-text",
24433
24460
  "scope": "default",
24434
24461
  "line": {
24435
- "start": 301,
24436
- "end": 301
24462
+ "start": 300,
24463
+ "end": 300
24437
24464
  }
24438
24465
  },
24439
24466
  "access": "public",
@@ -24450,8 +24477,8 @@
24450
24477
  {
24451
24478
  "description": "The border color of hovered items.\n",
24452
24479
  "commentRange": {
24453
- "start": 302,
24454
- "end": 302
24480
+ "start": 301,
24481
+ "end": 301
24455
24482
  },
24456
24483
  "context": {
24457
24484
  "type": "variable",
@@ -24459,8 +24486,8 @@
24459
24486
  "value": "k-try-shade( $kendo-hover-bg, 2 )",
24460
24487
  "scope": "default",
24461
24488
  "line": {
24462
- "start": 303,
24463
- "end": 303
24489
+ "start": 302,
24490
+ "end": 302
24464
24491
  }
24465
24492
  },
24466
24493
  "access": "public",
@@ -24477,8 +24504,8 @@
24477
24504
  {
24478
24505
  "description": "The gradient background of hovered items.\n",
24479
24506
  "commentRange": {
24480
- "start": 304,
24481
- "end": 304
24507
+ "start": 303,
24508
+ "end": 303
24482
24509
  },
24483
24510
  "context": {
24484
24511
  "type": "variable",
@@ -24486,8 +24513,8 @@
24486
24513
  "value": "$kendo-base-gradient",
24487
24514
  "scope": "default",
24488
24515
  "line": {
24489
- "start": 305,
24490
- "end": 305
24516
+ "start": 304,
24517
+ "end": 304
24491
24518
  }
24492
24519
  },
24493
24520
  "access": "public",
@@ -24504,8 +24531,8 @@
24504
24531
  {
24505
24532
  "description": "The background of selected items.\n",
24506
24533
  "commentRange": {
24507
- "start": 307,
24508
- "end": 307
24534
+ "start": 306,
24535
+ "end": 306
24509
24536
  },
24510
24537
  "context": {
24511
24538
  "type": "variable",
@@ -24513,8 +24540,8 @@
24513
24540
  "value": "$kendo-color-primary",
24514
24541
  "scope": "default",
24515
24542
  "line": {
24516
- "start": 308,
24517
- "end": 308
24543
+ "start": 307,
24544
+ "end": 307
24518
24545
  }
24519
24546
  },
24520
24547
  "access": "public",
@@ -24531,8 +24558,8 @@
24531
24558
  {
24532
24559
  "description": "The text color of selected items.\n",
24533
24560
  "commentRange": {
24534
- "start": 309,
24535
- "end": 309
24561
+ "start": 308,
24562
+ "end": 308
24536
24563
  },
24537
24564
  "context": {
24538
24565
  "type": "variable",
@@ -24540,8 +24567,8 @@
24540
24567
  "value": "k-contrast-legacy( $kendo-selected-bg )",
24541
24568
  "scope": "default",
24542
24569
  "line": {
24543
- "start": 310,
24544
- "end": 310
24570
+ "start": 309,
24571
+ "end": 309
24545
24572
  }
24546
24573
  },
24547
24574
  "access": "public",
@@ -24558,8 +24585,8 @@
24558
24585
  {
24559
24586
  "description": "The border color of selected items.\n",
24560
24587
  "commentRange": {
24561
- "start": 311,
24562
- "end": 311
24588
+ "start": 310,
24589
+ "end": 310
24563
24590
  },
24564
24591
  "context": {
24565
24592
  "type": "variable",
@@ -24567,8 +24594,8 @@
24567
24594
  "value": "k-try-shade( $kendo-selected-bg, 2 )",
24568
24595
  "scope": "default",
24569
24596
  "line": {
24570
- "start": 312,
24571
- "end": 312
24597
+ "start": 311,
24598
+ "end": 311
24572
24599
  }
24573
24600
  },
24574
24601
  "access": "public",
@@ -24585,8 +24612,8 @@
24585
24612
  {
24586
24613
  "description": "The gradient background of selected items.\n",
24587
24614
  "commentRange": {
24588
- "start": 313,
24589
- "end": 313
24615
+ "start": 312,
24616
+ "end": 312
24590
24617
  },
24591
24618
  "context": {
24592
24619
  "type": "variable",
@@ -24594,8 +24621,8 @@
24594
24621
  "value": "$kendo-base-gradient",
24595
24622
  "scope": "default",
24596
24623
  "line": {
24597
- "start": 314,
24598
- "end": 314
24624
+ "start": 313,
24625
+ "end": 313
24599
24626
  }
24600
24627
  },
24601
24628
  "access": "public",
@@ -24609,33 +24636,6 @@
24609
24636
  "resolvedValue": "rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)",
24610
24637
  "resolvedType": "List"
24611
24638
  },
24612
- {
24613
- "description": "The font size of the Floating Label.\n @group floating-label\n",
24614
- "commentRange": {
24615
- "start": 6,
24616
- "end": 7
24617
- },
24618
- "context": {
24619
- "type": "variable",
24620
- "name": "kendo-floating-label-font-size",
24621
- "value": "$kendo-input-font-size",
24622
- "scope": "default",
24623
- "line": {
24624
- "start": 8,
24625
- "end": 8
24626
- }
24627
- },
24628
- "access": "public",
24629
- "group": [
24630
- "undefined"
24631
- ],
24632
- "file": {
24633
- "path": "floating-label/_variables.scss",
24634
- "name": "_variables.scss"
24635
- },
24636
- "resolvedValue": "14px",
24637
- "resolvedType": "Number"
24638
- },
24639
24639
  {
24640
24640
  "description": "Theme colors map for the window.\n",
24641
24641
  "commentRange": {
@@ -24676,8 +24676,8 @@
24676
24676
  {
24677
24677
  "description": "Border radius for all components.\n",
24678
24678
  "commentRange": {
24679
- "start": 84,
24680
- "end": 84
24679
+ "start": 83,
24680
+ "end": 83
24681
24681
  },
24682
24682
  "context": {
24683
24683
  "type": "variable",
@@ -24685,8 +24685,8 @@
24685
24685
  "value": "k-map-get( $kendo-spacing, 1 )",
24686
24686
  "scope": "default",
24687
24687
  "line": {
24688
- "start": 85,
24689
- "end": 85
24688
+ "start": 84,
24689
+ "end": 84
24690
24690
  }
24691
24691
  },
24692
24692
  "access": "public",
@@ -24703,8 +24703,8 @@
24703
24703
  {
24704
24704
  "description": "The background of the components' chrome area.\n",
24705
24705
  "commentRange": {
24706
- "start": 276,
24707
- "end": 276
24706
+ "start": 275,
24707
+ "end": 275
24708
24708
  },
24709
24709
  "context": {
24710
24710
  "type": "variable",
@@ -24712,8 +24712,8 @@
24712
24712
  "value": "#f0f0f0",
24713
24713
  "scope": "default",
24714
24714
  "line": {
24715
- "start": 277,
24716
- "end": 277
24715
+ "start": 276,
24716
+ "end": 276
24717
24717
  }
24718
24718
  },
24719
24719
  "access": "public",
@@ -24730,8 +24730,8 @@
24730
24730
  {
24731
24731
  "description": "The text color of the components' chrome area.\n",
24732
24732
  "commentRange": {
24733
- "start": 278,
24734
- "end": 278
24733
+ "start": 277,
24734
+ "end": 277
24735
24735
  },
24736
24736
  "context": {
24737
24737
  "type": "variable",
@@ -24739,8 +24739,8 @@
24739
24739
  "value": "$kendo-body-text",
24740
24740
  "scope": "default",
24741
24741
  "line": {
24742
- "start": 279,
24743
- "end": 279
24742
+ "start": 278,
24743
+ "end": 278
24744
24744
  }
24745
24745
  },
24746
24746
  "access": "public",
@@ -24757,8 +24757,8 @@
24757
24757
  {
24758
24758
  "description": "The border color of the components' chrome area.\n",
24759
24759
  "commentRange": {
24760
- "start": 280,
24761
- "end": 280
24760
+ "start": 279,
24761
+ "end": 279
24762
24762
  },
24763
24763
  "context": {
24764
24764
  "type": "variable",
@@ -24766,8 +24766,8 @@
24766
24766
  "value": "k-try-shade( $kendo-base-bg, 2 )",
24767
24767
  "scope": "default",
24768
24768
  "line": {
24769
- "start": 281,
24770
- "end": 281
24769
+ "start": 280,
24770
+ "end": 280
24771
24771
  }
24772
24772
  },
24773
24773
  "access": "public",
@@ -24784,8 +24784,8 @@
24784
24784
  {
24785
24785
  "description": "The gradient background of the components' chrome area.\n",
24786
24786
  "commentRange": {
24787
- "start": 282,
24788
- "end": 282
24787
+ "start": 281,
24788
+ "end": 281
24789
24789
  },
24790
24790
  "context": {
24791
24791
  "type": "variable",
@@ -24793,8 +24793,8 @@
24793
24793
  "value": "rgba( white, .1 ), rgba( white, 0 )",
24794
24794
  "scope": "default",
24795
24795
  "line": {
24796
- "start": 283,
24797
- "end": 283
24796
+ "start": 282,
24797
+ "end": 282
24798
24798
  }
24799
24799
  },
24800
24800
  "access": "public",
@@ -24811,8 +24811,8 @@
24811
24811
  {
24812
24812
  "description": "The background of hovered items.\n",
24813
24813
  "commentRange": {
24814
- "start": 298,
24815
- "end": 298
24814
+ "start": 297,
24815
+ "end": 297
24816
24816
  },
24817
24817
  "context": {
24818
24818
  "type": "variable",
@@ -24820,8 +24820,8 @@
24820
24820
  "value": "k-try-shade( $kendo-base-bg, 1 )",
24821
24821
  "scope": "default",
24822
24822
  "line": {
24823
- "start": 299,
24824
- "end": 299
24823
+ "start": 298,
24824
+ "end": 298
24825
24825
  }
24826
24826
  },
24827
24827
  "access": "public",
@@ -24838,8 +24838,8 @@
24838
24838
  {
24839
24839
  "description": "The text color of hovered items.\n",
24840
24840
  "commentRange": {
24841
- "start": 300,
24842
- "end": 300
24841
+ "start": 299,
24842
+ "end": 299
24843
24843
  },
24844
24844
  "context": {
24845
24845
  "type": "variable",
@@ -24847,8 +24847,8 @@
24847
24847
  "value": "$kendo-base-text",
24848
24848
  "scope": "default",
24849
24849
  "line": {
24850
- "start": 301,
24851
- "end": 301
24850
+ "start": 300,
24851
+ "end": 300
24852
24852
  }
24853
24853
  },
24854
24854
  "access": "public",
@@ -24865,8 +24865,8 @@
24865
24865
  {
24866
24866
  "description": "The border color of hovered items.\n",
24867
24867
  "commentRange": {
24868
- "start": 302,
24869
- "end": 302
24868
+ "start": 301,
24869
+ "end": 301
24870
24870
  },
24871
24871
  "context": {
24872
24872
  "type": "variable",
@@ -24874,8 +24874,8 @@
24874
24874
  "value": "k-try-shade( $kendo-hover-bg, 2 )",
24875
24875
  "scope": "default",
24876
24876
  "line": {
24877
- "start": 303,
24878
- "end": 303
24877
+ "start": 302,
24878
+ "end": 302
24879
24879
  }
24880
24880
  },
24881
24881
  "access": "public",
@@ -24892,8 +24892,8 @@
24892
24892
  {
24893
24893
  "description": "The gradient background of hovered items.\n",
24894
24894
  "commentRange": {
24895
- "start": 304,
24896
- "end": 304
24895
+ "start": 303,
24896
+ "end": 303
24897
24897
  },
24898
24898
  "context": {
24899
24899
  "type": "variable",
@@ -24901,8 +24901,8 @@
24901
24901
  "value": "$kendo-base-gradient",
24902
24902
  "scope": "default",
24903
24903
  "line": {
24904
- "start": 305,
24905
- "end": 305
24904
+ "start": 304,
24905
+ "end": 304
24906
24906
  }
24907
24907
  },
24908
24908
  "access": "public",
@@ -24919,8 +24919,8 @@
24919
24919
  {
24920
24920
  "description": "The background of selected items.\n",
24921
24921
  "commentRange": {
24922
- "start": 307,
24923
- "end": 307
24922
+ "start": 306,
24923
+ "end": 306
24924
24924
  },
24925
24925
  "context": {
24926
24926
  "type": "variable",
@@ -24928,8 +24928,8 @@
24928
24928
  "value": "$kendo-color-primary",
24929
24929
  "scope": "default",
24930
24930
  "line": {
24931
- "start": 308,
24932
- "end": 308
24931
+ "start": 307,
24932
+ "end": 307
24933
24933
  }
24934
24934
  },
24935
24935
  "access": "public",
@@ -24946,8 +24946,8 @@
24946
24946
  {
24947
24947
  "description": "The text color of selected items.\n",
24948
24948
  "commentRange": {
24949
- "start": 309,
24950
- "end": 309
24949
+ "start": 308,
24950
+ "end": 308
24951
24951
  },
24952
24952
  "context": {
24953
24953
  "type": "variable",
@@ -24955,8 +24955,8 @@
24955
24955
  "value": "k-contrast-legacy( $kendo-selected-bg )",
24956
24956
  "scope": "default",
24957
24957
  "line": {
24958
- "start": 310,
24959
- "end": 310
24958
+ "start": 309,
24959
+ "end": 309
24960
24960
  }
24961
24961
  },
24962
24962
  "access": "public",
@@ -24973,8 +24973,8 @@
24973
24973
  {
24974
24974
  "description": "The border color of selected items.\n",
24975
24975
  "commentRange": {
24976
- "start": 311,
24977
- "end": 311
24976
+ "start": 310,
24977
+ "end": 310
24978
24978
  },
24979
24979
  "context": {
24980
24980
  "type": "variable",
@@ -24982,8 +24982,8 @@
24982
24982
  "value": "k-try-shade( $kendo-selected-bg, 2 )",
24983
24983
  "scope": "default",
24984
24984
  "line": {
24985
- "start": 312,
24986
- "end": 312
24985
+ "start": 311,
24986
+ "end": 311
24987
24987
  }
24988
24988
  },
24989
24989
  "access": "public",
@@ -25000,8 +25000,8 @@
25000
25000
  {
25001
25001
  "description": "The gradient background of selected items.\n",
25002
25002
  "commentRange": {
25003
- "start": 313,
25004
- "end": 313
25003
+ "start": 312,
25004
+ "end": 312
25005
25005
  },
25006
25006
  "context": {
25007
25007
  "type": "variable",
@@ -25009,8 +25009,8 @@
25009
25009
  "value": "$kendo-base-gradient",
25010
25010
  "scope": "default",
25011
25011
  "line": {
25012
- "start": 314,
25013
- "end": 314
25012
+ "start": 313,
25013
+ "end": 313
25014
25014
  }
25015
25015
  },
25016
25016
  "access": "public",
@@ -25023,33 +25023,6 @@
25023
25023
  },
25024
25024
  "resolvedValue": "rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)",
25025
25025
  "resolvedType": "List"
25026
- },
25027
- {
25028
- "description": "The font size of the Floating Label.\n @group floating-label\n",
25029
- "commentRange": {
25030
- "start": 6,
25031
- "end": 7
25032
- },
25033
- "context": {
25034
- "type": "variable",
25035
- "name": "kendo-floating-label-font-size",
25036
- "value": "$kendo-input-font-size",
25037
- "scope": "default",
25038
- "line": {
25039
- "start": 8,
25040
- "end": 8
25041
- }
25042
- },
25043
- "access": "public",
25044
- "group": [
25045
- "undefined"
25046
- ],
25047
- "file": {
25048
- "path": "floating-label/_variables.scss",
25049
- "name": "_variables.scss"
25050
- },
25051
- "resolvedValue": "14px",
25052
- "resolvedType": "Number"
25053
25026
  }
25054
25027
  ]
25055
25028
  },
@@ -30118,8 +30091,8 @@
30118
30091
  {
30119
30092
  "description": "The color that focuses the user attention.\nUsed for primary buttons and for elements of primary importance across the theme.\n",
30120
30093
  "commentRange": {
30121
- "start": 109,
30122
- "end": 112
30094
+ "start": 108,
30095
+ "end": 111
30123
30096
  },
30124
30097
  "context": {
30125
30098
  "type": "variable",
@@ -30127,8 +30100,8 @@
30127
30100
  "value": "#f35800",
30128
30101
  "scope": "default",
30129
30102
  "line": {
30130
- "start": 113,
30131
- "end": 113
30103
+ "start": 112,
30104
+ "end": 112
30132
30105
  }
30133
30106
  },
30134
30107
  "group": [
@@ -30146,8 +30119,8 @@
30146
30119
  {
30147
30120
  "description": "The color used along with the primary color denoted by $kendo-color-primary.\nUsed to provide contrast between the background and foreground colors.\n",
30148
30121
  "commentRange": {
30149
- "start": 117,
30150
- "end": 120
30122
+ "start": 116,
30123
+ "end": 119
30151
30124
  },
30152
30125
  "context": {
30153
30126
  "type": "variable",
@@ -30155,8 +30128,8 @@
30155
30128
  "value": "k-contrast-legacy( $kendo-color-primary )",
30156
30129
  "scope": "default",
30157
30130
  "line": {
30158
- "start": 121,
30159
- "end": 121
30131
+ "start": 120,
30132
+ "end": 120
30160
30133
  }
30161
30134
  },
30162
30135
  "group": [
@@ -30174,8 +30147,8 @@
30174
30147
  {
30175
30148
  "description": "The secondary color of the theme.\n",
30176
30149
  "commentRange": {
30177
- "start": 123,
30178
- "end": 125
30150
+ "start": 122,
30151
+ "end": 124
30179
30152
  },
30180
30153
  "context": {
30181
30154
  "type": "variable",
@@ -30183,8 +30156,8 @@
30183
30156
  "value": "#e9e9e9",
30184
30157
  "scope": "default",
30185
30158
  "line": {
30186
- "start": 126,
30187
- "end": 126
30159
+ "start": 125,
30160
+ "end": 125
30188
30161
  }
30189
30162
  },
30190
30163
  "group": [
@@ -30202,8 +30175,8 @@
30202
30175
  {
30203
30176
  "description": "The color used along with the secondary color denoted by $kendo-color-secondary.\nUsed to provide contrast between the background and foreground colors.\n",
30204
30177
  "commentRange": {
30205
- "start": 130,
30206
- "end": 133
30178
+ "start": 129,
30179
+ "end": 132
30207
30180
  },
30208
30181
  "context": {
30209
30182
  "type": "variable",
@@ -30211,8 +30184,8 @@
30211
30184
  "value": "k-contrast-color( $kendo-color-secondary )",
30212
30185
  "scope": "default",
30213
30186
  "line": {
30214
- "start": 134,
30215
- "end": 134
30187
+ "start": 133,
30188
+ "end": 133
30216
30189
  }
30217
30190
  },
30218
30191
  "group": [
@@ -30230,8 +30203,8 @@
30230
30203
  {
30231
30204
  "description": "The tertiary color of the theme.\n",
30232
30205
  "commentRange": {
30233
- "start": 136,
30234
- "end": 138
30206
+ "start": 135,
30207
+ "end": 137
30235
30208
  },
30236
30209
  "context": {
30237
30210
  "type": "variable",
@@ -30239,8 +30212,8 @@
30239
30212
  "value": "#03a9f4",
30240
30213
  "scope": "default",
30241
30214
  "line": {
30242
- "start": 139,
30243
- "end": 139
30215
+ "start": 138,
30216
+ "end": 138
30244
30217
  }
30245
30218
  },
30246
30219
  "group": [
@@ -30258,8 +30231,8 @@
30258
30231
  {
30259
30232
  "description": "The color used along with the tertiary color denoted by $kendo-color-tertiary.\nUsed to provide contrast between the background and foreground colors.\n",
30260
30233
  "commentRange": {
30261
- "start": 143,
30262
- "end": 146
30234
+ "start": 142,
30235
+ "end": 145
30263
30236
  },
30264
30237
  "context": {
30265
30238
  "type": "variable",
@@ -30267,8 +30240,8 @@
30267
30240
  "value": "k-contrast-color( $kendo-color-tertiary )",
30268
30241
  "scope": "default",
30269
30242
  "line": {
30270
- "start": 147,
30271
- "end": 147
30243
+ "start": 146,
30244
+ "end": 146
30272
30245
  }
30273
30246
  },
30274
30247
  "group": [
@@ -30286,8 +30259,8 @@
30286
30259
  {
30287
30260
  "description": "The color for informational messages and states.\n",
30288
30261
  "commentRange": {
30289
- "start": 149,
30290
- "end": 151
30262
+ "start": 148,
30263
+ "end": 150
30291
30264
  },
30292
30265
  "context": {
30293
30266
  "type": "variable",
@@ -30295,8 +30268,8 @@
30295
30268
  "value": "#2498bc",
30296
30269
  "scope": "default",
30297
30270
  "line": {
30298
- "start": 152,
30299
- "end": 152
30271
+ "start": 151,
30272
+ "end": 151
30300
30273
  }
30301
30274
  },
30302
30275
  "group": [
@@ -30314,8 +30287,8 @@
30314
30287
  {
30315
30288
  "description": "The color for success messages and states.\n",
30316
30289
  "commentRange": {
30317
- "start": 156,
30318
- "end": 158
30290
+ "start": 155,
30291
+ "end": 157
30319
30292
  },
30320
30293
  "context": {
30321
30294
  "type": "variable",
@@ -30323,8 +30296,8 @@
30323
30296
  "value": "#3ea44e",
30324
30297
  "scope": "default",
30325
30298
  "line": {
30326
- "start": 159,
30327
- "end": 159
30299
+ "start": 158,
30300
+ "end": 158
30328
30301
  }
30329
30302
  },
30330
30303
  "group": [
@@ -30342,8 +30315,8 @@
30342
30315
  {
30343
30316
  "description": "The color for warning messages and states.\n",
30344
30317
  "commentRange": {
30345
- "start": 163,
30346
- "end": 165
30318
+ "start": 162,
30319
+ "end": 164
30347
30320
  },
30348
30321
  "context": {
30349
30322
  "type": "variable",
@@ -30351,8 +30324,8 @@
30351
30324
  "value": "#ff9800",
30352
30325
  "scope": "default",
30353
30326
  "line": {
30354
- "start": 166,
30355
- "end": 166
30327
+ "start": 165,
30328
+ "end": 165
30356
30329
  }
30357
30330
  },
30358
30331
  "group": [
@@ -30370,8 +30343,8 @@
30370
30343
  {
30371
30344
  "description": "The color for error messages and states.\n",
30372
30345
  "commentRange": {
30373
- "start": 170,
30374
- "end": 172
30346
+ "start": 169,
30347
+ "end": 171
30375
30348
  },
30376
30349
  "context": {
30377
30350
  "type": "variable",
@@ -30379,8 +30352,8 @@
30379
30352
  "value": "#d92800",
30380
30353
  "scope": "default",
30381
30354
  "line": {
30382
- "start": 173,
30383
- "end": 173
30355
+ "start": 172,
30356
+ "end": 172
30384
30357
  }
30385
30358
  },
30386
30359
  "group": [
@@ -30398,8 +30371,8 @@
30398
30371
  {
30399
30372
  "description": "The dark color of the theme.\n",
30400
30373
  "commentRange": {
30401
- "start": 177,
30402
- "end": 179
30374
+ "start": 176,
30375
+ "end": 178
30403
30376
  },
30404
30377
  "context": {
30405
30378
  "type": "variable",
@@ -30407,8 +30380,8 @@
30407
30380
  "value": "#404040",
30408
30381
  "scope": "default",
30409
30382
  "line": {
30410
- "start": 180,
30411
- "end": 180
30383
+ "start": 179,
30384
+ "end": 179
30412
30385
  }
30413
30386
  },
30414
30387
  "group": [
@@ -30426,8 +30399,8 @@
30426
30399
  {
30427
30400
  "description": "The light color of the theme.\n",
30428
30401
  "commentRange": {
30429
- "start": 182,
30430
- "end": 184
30402
+ "start": 181,
30403
+ "end": 183
30431
30404
  },
30432
30405
  "context": {
30433
30406
  "type": "variable",
@@ -30435,8 +30408,8 @@
30435
30408
  "value": "#ebebeb",
30436
30409
  "scope": "default",
30437
30410
  "line": {
30438
- "start": 185,
30439
- "end": 185
30411
+ "start": 184,
30412
+ "end": 184
30440
30413
  }
30441
30414
  },
30442
30415
  "group": [
@@ -30454,8 +30427,8 @@
30454
30427
  {
30455
30428
  "description": "Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark\n",
30456
30429
  "commentRange": {
30457
- "start": 187,
30458
- "end": 188
30430
+ "start": 186,
30431
+ "end": 187
30459
30432
  },
30460
30433
  "context": {
30461
30434
  "type": "variable",
@@ -30463,8 +30436,8 @@
30463
30436
  "value": "if( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark )",
30464
30437
  "scope": "default",
30465
30438
  "line": {
30466
- "start": 189,
30467
- "end": 189
30439
+ "start": 188,
30440
+ "end": 188
30468
30441
  }
30469
30442
  },
30470
30443
  "group": [
@@ -30487,8 +30460,8 @@
30487
30460
  {
30488
30461
  "description": "Background color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-bg` e.g. `$kendo-grid-bg: $kendo-component-bg !default;`.\n",
30489
30462
  "commentRange": {
30490
- "start": 285,
30491
- "end": 287
30463
+ "start": 284,
30464
+ "end": 286
30492
30465
  },
30493
30466
  "context": {
30494
30467
  "type": "variable",
@@ -30496,8 +30469,8 @@
30496
30469
  "value": "$kendo-body-bg",
30497
30470
  "scope": "default",
30498
30471
  "line": {
30499
- "start": 288,
30500
- "end": 288
30472
+ "start": 287,
30473
+ "end": 287
30501
30474
  }
30502
30475
  },
30503
30476
  "group": [
@@ -30514,8 +30487,8 @@
30514
30487
  {
30515
30488
  "description": "Text color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-text` e.g. `$kendo-grid-text: $kendo-component-text !default;`.\n",
30516
30489
  "commentRange": {
30517
- "start": 289,
30518
- "end": 291
30490
+ "start": 288,
30491
+ "end": 290
30519
30492
  },
30520
30493
  "context": {
30521
30494
  "type": "variable",
@@ -30523,8 +30496,8 @@
30523
30496
  "value": "$kendo-body-text",
30524
30497
  "scope": "default",
30525
30498
  "line": {
30526
- "start": 292,
30527
- "end": 292
30499
+ "start": 291,
30500
+ "end": 291
30528
30501
  }
30529
30502
  },
30530
30503
  "group": [
@@ -30541,8 +30514,8 @@
30541
30514
  {
30542
30515
  "description": "Border color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-border` e.g. `$kendo-grid-border: $kendo-component-border !default;`.\n",
30543
30516
  "commentRange": {
30544
- "start": 293,
30545
- "end": 295
30517
+ "start": 292,
30518
+ "end": 294
30546
30519
  },
30547
30520
  "context": {
30548
30521
  "type": "variable",
@@ -30550,8 +30523,8 @@
30550
30523
  "value": "$kendo-base-border",
30551
30524
  "scope": "default",
30552
30525
  "line": {
30553
- "start": 296,
30554
- "end": 296
30526
+ "start": 295,
30527
+ "end": 295
30555
30528
  }
30556
30529
  },
30557
30530
  "group": [
@@ -31966,6 +31939,33 @@
31966
31939
  "resolvedValue": "1",
31967
31940
  "resolvedType": "Number"
31968
31941
  },
31942
+ {
31943
+ "description": "The font size of the Floating Label.\n",
31944
+ "commentRange": {
31945
+ "start": 6,
31946
+ "end": 7
31947
+ },
31948
+ "context": {
31949
+ "type": "variable",
31950
+ "name": "kendo-floating-label-font-size",
31951
+ "value": "$kendo-input-font-size",
31952
+ "scope": "default",
31953
+ "line": {
31954
+ "start": 8,
31955
+ "end": 8
31956
+ }
31957
+ },
31958
+ "group": [
31959
+ "floating-label"
31960
+ ],
31961
+ "access": "public",
31962
+ "file": {
31963
+ "path": "floating-label/_variables.scss",
31964
+ "name": "_variables.scss"
31965
+ },
31966
+ "resolvedValue": "14px",
31967
+ "resolvedType": "Number"
31968
+ },
31969
31969
  {
31970
31970
  "description": "The maximum width of the Floating Label.\n",
31971
31971
  "commentRange": {
@@ -34600,8 +34600,8 @@
34600
34600
  {
34601
34601
  "description": "Background color of the grid row resize indicator\n",
34602
34602
  "commentRange": {
34603
- "start": 313,
34604
- "end": 314
34603
+ "start": 314,
34604
+ "end": 315
34605
34605
  },
34606
34606
  "context": {
34607
34607
  "type": "variable",
@@ -34609,8 +34609,8 @@
34609
34609
  "value": "rgba( k-contrast-color( $kendo-grid-bg ), .12 )",
34610
34610
  "scope": "default",
34611
34611
  "line": {
34612
- "start": 315,
34613
- "end": 315
34612
+ "start": 316,
34613
+ "end": 316
34614
34614
  }
34615
34615
  },
34616
34616
  "group": [
@@ -34627,8 +34627,8 @@
34627
34627
  {
34628
34628
  "description": "Active background color of the grid row resize indicator\n",
34629
34629
  "commentRange": {
34630
- "start": 316,
34631
- "end": 317
34630
+ "start": 317,
34631
+ "end": 318
34632
34632
  },
34633
34633
  "context": {
34634
34634
  "type": "variable",
@@ -34636,8 +34636,8 @@
34636
34636
  "value": "$kendo-color-primary",
34637
34637
  "scope": "default",
34638
34638
  "line": {
34639
- "start": 318,
34640
- "end": 318
34639
+ "start": 319,
34640
+ "end": 319
34641
34641
  }
34642
34642
  },
34643
34643
  "group": [
@@ -34654,8 +34654,8 @@
34654
34654
  {
34655
34655
  "description": "Height of the grid row resize indicator\n",
34656
34656
  "commentRange": {
34657
- "start": 319,
34658
- "end": 320
34657
+ "start": 320,
34658
+ "end": 321
34659
34659
  },
34660
34660
  "context": {
34661
34661
  "type": "variable",
@@ -34663,8 +34663,8 @@
34663
34663
  "value": "k-map-get( $kendo-spacing, .5 )",
34664
34664
  "scope": "default",
34665
34665
  "line": {
34666
- "start": 321,
34667
- "end": 321
34666
+ "start": 322,
34667
+ "end": 322
34668
34668
  }
34669
34669
  },
34670
34670
  "group": [
@@ -39415,8 +39415,8 @@
39415
39415
  {
39416
39416
  "description": "Theme colors of the notification.\n",
39417
39417
  "commentRange": {
39418
- "start": 57,
39419
- "end": 58
39418
+ "start": 56,
39419
+ "end": 57
39420
39420
  },
39421
39421
  "context": {
39422
39422
  "type": "variable",
@@ -39424,8 +39424,8 @@
39424
39424
  "value": "$kendo-theme-colors",
39425
39425
  "scope": "default",
39426
39426
  "line": {
39427
- "start": 59,
39428
- "end": 59
39427
+ "start": 58,
39428
+ "end": 58
39429
39429
  }
39430
39430
  },
39431
39431
  "group": [
@@ -49369,8 +49369,8 @@
49369
49369
  {
49370
49370
  "description": "Base font size across all components.\n",
49371
49371
  "commentRange": {
49372
- "start": 208,
49373
- "end": 209
49372
+ "start": 207,
49373
+ "end": 208
49374
49374
  },
49375
49375
  "context": {
49376
49376
  "type": "variable",
@@ -49378,8 +49378,8 @@
49378
49378
  "value": "14px",
49379
49379
  "scope": "default",
49380
49380
  "line": {
49381
- "start": 210,
49382
- "end": 210
49381
+ "start": 209,
49382
+ "end": 209
49383
49383
  }
49384
49384
  },
49385
49385
  "group": [
@@ -49396,8 +49396,8 @@
49396
49396
  {
49397
49397
  "description": "Font family for text.\n",
49398
49398
  "commentRange": {
49399
- "start": 225,
49400
- "end": 226
49399
+ "start": 224,
49400
+ "end": 225
49401
49401
  },
49402
49402
  "context": {
49403
49403
  "type": "variable",
@@ -49405,8 +49405,8 @@
49405
49405
  "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
49406
49406
  "scope": "default",
49407
49407
  "line": {
49408
- "start": 227,
49409
- "end": 227
49408
+ "start": 226,
49409
+ "end": 226
49410
49410
  }
49411
49411
  },
49412
49412
  "group": [
@@ -49423,8 +49423,8 @@
49423
49423
  {
49424
49424
  "description": "Font family for monospaced text. Used for styling the code.\n",
49425
49425
  "commentRange": {
49426
- "start": 229,
49427
- "end": 230
49426
+ "start": 228,
49427
+ "end": 229
49428
49428
  },
49429
49429
  "context": {
49430
49430
  "type": "variable",
@@ -49432,8 +49432,8 @@
49432
49432
  "value": "SFMono-Regular, Menlo, Monaco, Consolas, \"Roboto Mono\", \"Ubuntu Mono\", \"Lucida Console\", \"Courier New\", monospace",
49433
49433
  "scope": "default",
49434
49434
  "line": {
49435
- "start": 231,
49436
- "end": 231
49435
+ "start": 230,
49436
+ "end": 230
49437
49437
  }
49438
49438
  },
49439
49439
  "group": [
@@ -49450,8 +49450,8 @@
49450
49450
  {
49451
49451
  "description": "Font family across all components.\n",
49452
49452
  "commentRange": {
49453
- "start": 233,
49454
- "end": 234
49453
+ "start": 232,
49454
+ "end": 233
49455
49455
  },
49456
49456
  "context": {
49457
49457
  "type": "variable",
@@ -49459,8 +49459,8 @@
49459
49459
  "value": "inherit",
49460
49460
  "scope": "default",
49461
49461
  "line": {
49462
- "start": 235,
49463
- "end": 235
49462
+ "start": 234,
49463
+ "end": 234
49464
49464
  }
49465
49465
  },
49466
49466
  "group": [
@@ -49477,8 +49477,8 @@
49477
49477
  {
49478
49478
  "description": "Line height used along with $kendo-font-size.\n",
49479
49479
  "commentRange": {
49480
- "start": 237,
49481
- "end": 238
49480
+ "start": 236,
49481
+ "end": 237
49482
49482
  },
49483
49483
  "context": {
49484
49484
  "type": "variable",
@@ -49486,8 +49486,8 @@
49486
49486
  "value": "k-math-div( 20, 14 )",
49487
49487
  "scope": "default",
49488
49488
  "line": {
49489
- "start": 239,
49490
- "end": 239
49489
+ "start": 238,
49490
+ "end": 238
49491
49491
  }
49492
49492
  },
49493
49493
  "group": [