@progress/kendo-theme-classic 6.5.0-dev.1 → 6.5.0-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +290 -27
- package/dist/all.scss +1193 -506
- package/dist/meta/sassdoc-data.json +384 -272
- package/dist/meta/sassdoc-raw-data.json +188 -136
- package/dist/meta/variables.json +95 -59
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +5 -5
- package/scss/_variables.scss +15 -0
- package/scss/action-sheet/_variables.scss +1 -0
- package/scss/common/_index.scss +0 -1
- package/scss/core/_index.scss +2 -15
- package/scss/menu/_variables.scss +1 -1
- package/scss/common/_selection.scss +0 -1
|
@@ -8074,11 +8074,63 @@
|
|
|
8074
8074
|
"name": "_variables.scss"
|
|
8075
8075
|
}
|
|
8076
8076
|
},
|
|
8077
|
+
{
|
|
8078
|
+
"description": "The color white.\nNote: you cannot change this value.\n",
|
|
8079
|
+
"commentRange": {
|
|
8080
|
+
"start": 3,
|
|
8081
|
+
"end": 6
|
|
8082
|
+
},
|
|
8083
|
+
"context": {
|
|
8084
|
+
"type": "variable",
|
|
8085
|
+
"name": "kendo-color-white",
|
|
8086
|
+
"value": "#ffffff",
|
|
8087
|
+
"scope": "private",
|
|
8088
|
+
"line": {
|
|
8089
|
+
"start": 7,
|
|
8090
|
+
"end": 7
|
|
8091
|
+
}
|
|
8092
|
+
},
|
|
8093
|
+
"type": "Color",
|
|
8094
|
+
"group": [
|
|
8095
|
+
"color-system"
|
|
8096
|
+
],
|
|
8097
|
+
"access": "public",
|
|
8098
|
+
"file": {
|
|
8099
|
+
"path": "_variables.scss",
|
|
8100
|
+
"name": "_variables.scss"
|
|
8101
|
+
}
|
|
8102
|
+
},
|
|
8103
|
+
{
|
|
8104
|
+
"description": "The color black.\nNote: you cannot change this value.\n",
|
|
8105
|
+
"commentRange": {
|
|
8106
|
+
"start": 9,
|
|
8107
|
+
"end": 12
|
|
8108
|
+
},
|
|
8109
|
+
"context": {
|
|
8110
|
+
"type": "variable",
|
|
8111
|
+
"name": "kendo-color-black",
|
|
8112
|
+
"value": "#000000",
|
|
8113
|
+
"scope": "private",
|
|
8114
|
+
"line": {
|
|
8115
|
+
"start": 13,
|
|
8116
|
+
"end": 13
|
|
8117
|
+
}
|
|
8118
|
+
},
|
|
8119
|
+
"type": "Color",
|
|
8120
|
+
"group": [
|
|
8121
|
+
"color-system"
|
|
8122
|
+
],
|
|
8123
|
+
"access": "public",
|
|
8124
|
+
"file": {
|
|
8125
|
+
"path": "_variables.scss",
|
|
8126
|
+
"name": "_variables.scss"
|
|
8127
|
+
}
|
|
8128
|
+
},
|
|
8077
8129
|
{
|
|
8078
8130
|
"description": "The color that focuses the user attention.\nUsed for primary buttons and for elements of primary importance across the theme.\n",
|
|
8079
8131
|
"commentRange": {
|
|
8080
|
-
"start":
|
|
8081
|
-
"end":
|
|
8132
|
+
"start": 119,
|
|
8133
|
+
"end": 122
|
|
8082
8134
|
},
|
|
8083
8135
|
"context": {
|
|
8084
8136
|
"type": "variable",
|
|
@@ -8086,8 +8138,8 @@
|
|
|
8086
8138
|
"value": "#f35800",
|
|
8087
8139
|
"scope": "default",
|
|
8088
8140
|
"line": {
|
|
8089
|
-
"start":
|
|
8090
|
-
"end":
|
|
8141
|
+
"start": 123,
|
|
8142
|
+
"end": 123
|
|
8091
8143
|
}
|
|
8092
8144
|
},
|
|
8093
8145
|
"group": [
|
|
@@ -8103,8 +8155,8 @@
|
|
|
8103
8155
|
{
|
|
8104
8156
|
"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",
|
|
8105
8157
|
"commentRange": {
|
|
8106
|
-
"start":
|
|
8107
|
-
"end":
|
|
8158
|
+
"start": 127,
|
|
8159
|
+
"end": 130
|
|
8108
8160
|
},
|
|
8109
8161
|
"context": {
|
|
8110
8162
|
"type": "variable",
|
|
@@ -8112,8 +8164,8 @@
|
|
|
8112
8164
|
"value": "k-contrast-legacy( $kendo-color-primary )",
|
|
8113
8165
|
"scope": "default",
|
|
8114
8166
|
"line": {
|
|
8115
|
-
"start":
|
|
8116
|
-
"end":
|
|
8167
|
+
"start": 131,
|
|
8168
|
+
"end": 131
|
|
8117
8169
|
}
|
|
8118
8170
|
},
|
|
8119
8171
|
"group": [
|
|
@@ -8129,8 +8181,8 @@
|
|
|
8129
8181
|
{
|
|
8130
8182
|
"description": "The secondary color of the theme.\n",
|
|
8131
8183
|
"commentRange": {
|
|
8132
|
-
"start":
|
|
8133
|
-
"end":
|
|
8184
|
+
"start": 133,
|
|
8185
|
+
"end": 135
|
|
8134
8186
|
},
|
|
8135
8187
|
"context": {
|
|
8136
8188
|
"type": "variable",
|
|
@@ -8138,8 +8190,8 @@
|
|
|
8138
8190
|
"value": "#e9e9e9",
|
|
8139
8191
|
"scope": "default",
|
|
8140
8192
|
"line": {
|
|
8141
|
-
"start":
|
|
8142
|
-
"end":
|
|
8193
|
+
"start": 136,
|
|
8194
|
+
"end": 136
|
|
8143
8195
|
}
|
|
8144
8196
|
},
|
|
8145
8197
|
"group": [
|
|
@@ -8155,8 +8207,8 @@
|
|
|
8155
8207
|
{
|
|
8156
8208
|
"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",
|
|
8157
8209
|
"commentRange": {
|
|
8158
|
-
"start":
|
|
8159
|
-
"end":
|
|
8210
|
+
"start": 140,
|
|
8211
|
+
"end": 143
|
|
8160
8212
|
},
|
|
8161
8213
|
"context": {
|
|
8162
8214
|
"type": "variable",
|
|
@@ -8164,8 +8216,8 @@
|
|
|
8164
8216
|
"value": "k-contrast-color( $kendo-color-secondary )",
|
|
8165
8217
|
"scope": "default",
|
|
8166
8218
|
"line": {
|
|
8167
|
-
"start":
|
|
8168
|
-
"end":
|
|
8219
|
+
"start": 144,
|
|
8220
|
+
"end": 144
|
|
8169
8221
|
}
|
|
8170
8222
|
},
|
|
8171
8223
|
"group": [
|
|
@@ -8181,8 +8233,8 @@
|
|
|
8181
8233
|
{
|
|
8182
8234
|
"description": "The tertiary color of the theme.\n",
|
|
8183
8235
|
"commentRange": {
|
|
8184
|
-
"start":
|
|
8185
|
-
"end":
|
|
8236
|
+
"start": 146,
|
|
8237
|
+
"end": 148
|
|
8186
8238
|
},
|
|
8187
8239
|
"context": {
|
|
8188
8240
|
"type": "variable",
|
|
@@ -8190,8 +8242,8 @@
|
|
|
8190
8242
|
"value": "#03a9f4",
|
|
8191
8243
|
"scope": "default",
|
|
8192
8244
|
"line": {
|
|
8193
|
-
"start":
|
|
8194
|
-
"end":
|
|
8245
|
+
"start": 149,
|
|
8246
|
+
"end": 149
|
|
8195
8247
|
}
|
|
8196
8248
|
},
|
|
8197
8249
|
"group": [
|
|
@@ -8207,8 +8259,8 @@
|
|
|
8207
8259
|
{
|
|
8208
8260
|
"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",
|
|
8209
8261
|
"commentRange": {
|
|
8210
|
-
"start":
|
|
8211
|
-
"end":
|
|
8262
|
+
"start": 153,
|
|
8263
|
+
"end": 156
|
|
8212
8264
|
},
|
|
8213
8265
|
"context": {
|
|
8214
8266
|
"type": "variable",
|
|
@@ -8216,8 +8268,8 @@
|
|
|
8216
8268
|
"value": "k-contrast-color( $kendo-color-tertiary )",
|
|
8217
8269
|
"scope": "default",
|
|
8218
8270
|
"line": {
|
|
8219
|
-
"start":
|
|
8220
|
-
"end":
|
|
8271
|
+
"start": 157,
|
|
8272
|
+
"end": 157
|
|
8221
8273
|
}
|
|
8222
8274
|
},
|
|
8223
8275
|
"group": [
|
|
@@ -8233,8 +8285,8 @@
|
|
|
8233
8285
|
{
|
|
8234
8286
|
"description": "The color for informational messages and states.\n",
|
|
8235
8287
|
"commentRange": {
|
|
8236
|
-
"start":
|
|
8237
|
-
"end":
|
|
8288
|
+
"start": 159,
|
|
8289
|
+
"end": 161
|
|
8238
8290
|
},
|
|
8239
8291
|
"context": {
|
|
8240
8292
|
"type": "variable",
|
|
@@ -8242,8 +8294,8 @@
|
|
|
8242
8294
|
"value": "#2498bc",
|
|
8243
8295
|
"scope": "default",
|
|
8244
8296
|
"line": {
|
|
8245
|
-
"start":
|
|
8246
|
-
"end":
|
|
8297
|
+
"start": 162,
|
|
8298
|
+
"end": 162
|
|
8247
8299
|
}
|
|
8248
8300
|
},
|
|
8249
8301
|
"group": [
|
|
@@ -8259,8 +8311,8 @@
|
|
|
8259
8311
|
{
|
|
8260
8312
|
"description": "The color for success messages and states.\n",
|
|
8261
8313
|
"commentRange": {
|
|
8262
|
-
"start":
|
|
8263
|
-
"end":
|
|
8314
|
+
"start": 166,
|
|
8315
|
+
"end": 168
|
|
8264
8316
|
},
|
|
8265
8317
|
"context": {
|
|
8266
8318
|
"type": "variable",
|
|
@@ -8268,8 +8320,8 @@
|
|
|
8268
8320
|
"value": "#3ea44e",
|
|
8269
8321
|
"scope": "default",
|
|
8270
8322
|
"line": {
|
|
8271
|
-
"start":
|
|
8272
|
-
"end":
|
|
8323
|
+
"start": 169,
|
|
8324
|
+
"end": 169
|
|
8273
8325
|
}
|
|
8274
8326
|
},
|
|
8275
8327
|
"group": [
|
|
@@ -8285,8 +8337,8 @@
|
|
|
8285
8337
|
{
|
|
8286
8338
|
"description": "The color for warning messages and states.\n",
|
|
8287
8339
|
"commentRange": {
|
|
8288
|
-
"start":
|
|
8289
|
-
"end":
|
|
8340
|
+
"start": 173,
|
|
8341
|
+
"end": 175
|
|
8290
8342
|
},
|
|
8291
8343
|
"context": {
|
|
8292
8344
|
"type": "variable",
|
|
@@ -8294,8 +8346,8 @@
|
|
|
8294
8346
|
"value": "#ff9800",
|
|
8295
8347
|
"scope": "default",
|
|
8296
8348
|
"line": {
|
|
8297
|
-
"start":
|
|
8298
|
-
"end":
|
|
8349
|
+
"start": 176,
|
|
8350
|
+
"end": 176
|
|
8299
8351
|
}
|
|
8300
8352
|
},
|
|
8301
8353
|
"group": [
|
|
@@ -8311,8 +8363,8 @@
|
|
|
8311
8363
|
{
|
|
8312
8364
|
"description": "The color for error messages and states.\n",
|
|
8313
8365
|
"commentRange": {
|
|
8314
|
-
"start":
|
|
8315
|
-
"end":
|
|
8366
|
+
"start": 180,
|
|
8367
|
+
"end": 182
|
|
8316
8368
|
},
|
|
8317
8369
|
"context": {
|
|
8318
8370
|
"type": "variable",
|
|
@@ -8320,8 +8372,8 @@
|
|
|
8320
8372
|
"value": "#d92800",
|
|
8321
8373
|
"scope": "default",
|
|
8322
8374
|
"line": {
|
|
8323
|
-
"start":
|
|
8324
|
-
"end":
|
|
8375
|
+
"start": 183,
|
|
8376
|
+
"end": 183
|
|
8325
8377
|
}
|
|
8326
8378
|
},
|
|
8327
8379
|
"group": [
|
|
@@ -8337,8 +8389,8 @@
|
|
|
8337
8389
|
{
|
|
8338
8390
|
"description": "The dark color of the theme.\n",
|
|
8339
8391
|
"commentRange": {
|
|
8340
|
-
"start":
|
|
8341
|
-
"end":
|
|
8392
|
+
"start": 187,
|
|
8393
|
+
"end": 189
|
|
8342
8394
|
},
|
|
8343
8395
|
"context": {
|
|
8344
8396
|
"type": "variable",
|
|
@@ -8346,8 +8398,8 @@
|
|
|
8346
8398
|
"value": "#404040",
|
|
8347
8399
|
"scope": "default",
|
|
8348
8400
|
"line": {
|
|
8349
|
-
"start":
|
|
8350
|
-
"end":
|
|
8401
|
+
"start": 190,
|
|
8402
|
+
"end": 190
|
|
8351
8403
|
}
|
|
8352
8404
|
},
|
|
8353
8405
|
"group": [
|
|
@@ -8363,8 +8415,8 @@
|
|
|
8363
8415
|
{
|
|
8364
8416
|
"description": "The light color of the theme.\n",
|
|
8365
8417
|
"commentRange": {
|
|
8366
|
-
"start":
|
|
8367
|
-
"end":
|
|
8418
|
+
"start": 192,
|
|
8419
|
+
"end": 194
|
|
8368
8420
|
},
|
|
8369
8421
|
"context": {
|
|
8370
8422
|
"type": "variable",
|
|
@@ -8372,8 +8424,8 @@
|
|
|
8372
8424
|
"value": "#ebebeb",
|
|
8373
8425
|
"scope": "default",
|
|
8374
8426
|
"line": {
|
|
8375
|
-
"start":
|
|
8376
|
-
"end":
|
|
8427
|
+
"start": 195,
|
|
8428
|
+
"end": 195
|
|
8377
8429
|
}
|
|
8378
8430
|
},
|
|
8379
8431
|
"group": [
|
|
@@ -8389,8 +8441,8 @@
|
|
|
8389
8441
|
{
|
|
8390
8442
|
"description": "Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark\n",
|
|
8391
8443
|
"commentRange": {
|
|
8392
|
-
"start":
|
|
8393
|
-
"end":
|
|
8444
|
+
"start": 197,
|
|
8445
|
+
"end": 198
|
|
8394
8446
|
},
|
|
8395
8447
|
"context": {
|
|
8396
8448
|
"type": "variable",
|
|
@@ -8398,8 +8450,8 @@
|
|
|
8398
8450
|
"value": "if( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark )",
|
|
8399
8451
|
"scope": "default",
|
|
8400
8452
|
"line": {
|
|
8401
|
-
"start":
|
|
8402
|
-
"end":
|
|
8453
|
+
"start": 199,
|
|
8454
|
+
"end": 199
|
|
8403
8455
|
}
|
|
8404
8456
|
},
|
|
8405
8457
|
"group": [
|
|
@@ -9214,8 +9266,8 @@
|
|
|
9214
9266
|
{
|
|
9215
9267
|
"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",
|
|
9216
9268
|
"commentRange": {
|
|
9217
|
-
"start":
|
|
9218
|
-
"end":
|
|
9269
|
+
"start": 295,
|
|
9270
|
+
"end": 297
|
|
9219
9271
|
},
|
|
9220
9272
|
"context": {
|
|
9221
9273
|
"type": "variable",
|
|
@@ -9223,8 +9275,8 @@
|
|
|
9223
9275
|
"value": "$kendo-body-bg",
|
|
9224
9276
|
"scope": "default",
|
|
9225
9277
|
"line": {
|
|
9226
|
-
"start":
|
|
9227
|
-
"end":
|
|
9278
|
+
"start": 298,
|
|
9279
|
+
"end": 298
|
|
9228
9280
|
}
|
|
9229
9281
|
},
|
|
9230
9282
|
"group": [
|
|
@@ -9239,8 +9291,8 @@
|
|
|
9239
9291
|
{
|
|
9240
9292
|
"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",
|
|
9241
9293
|
"commentRange": {
|
|
9242
|
-
"start":
|
|
9243
|
-
"end":
|
|
9294
|
+
"start": 299,
|
|
9295
|
+
"end": 301
|
|
9244
9296
|
},
|
|
9245
9297
|
"context": {
|
|
9246
9298
|
"type": "variable",
|
|
@@ -9248,8 +9300,8 @@
|
|
|
9248
9300
|
"value": "$kendo-body-text",
|
|
9249
9301
|
"scope": "default",
|
|
9250
9302
|
"line": {
|
|
9251
|
-
"start":
|
|
9252
|
-
"end":
|
|
9303
|
+
"start": 302,
|
|
9304
|
+
"end": 302
|
|
9253
9305
|
}
|
|
9254
9306
|
},
|
|
9255
9307
|
"group": [
|
|
@@ -9264,8 +9316,8 @@
|
|
|
9264
9316
|
{
|
|
9265
9317
|
"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",
|
|
9266
9318
|
"commentRange": {
|
|
9267
|
-
"start":
|
|
9268
|
-
"end":
|
|
9319
|
+
"start": 303,
|
|
9320
|
+
"end": 305
|
|
9269
9321
|
},
|
|
9270
9322
|
"context": {
|
|
9271
9323
|
"type": "variable",
|
|
@@ -9273,8 +9325,8 @@
|
|
|
9273
9325
|
"value": "$kendo-base-border",
|
|
9274
9326
|
"scope": "default",
|
|
9275
9327
|
"line": {
|
|
9276
|
-
"start":
|
|
9277
|
-
"end":
|
|
9328
|
+
"start": 306,
|
|
9329
|
+
"end": 306
|
|
9278
9330
|
}
|
|
9279
9331
|
},
|
|
9280
9332
|
"group": [
|
|
@@ -31014,8 +31066,8 @@
|
|
|
31014
31066
|
{
|
|
31015
31067
|
"description": "Base font size across all components.\n",
|
|
31016
31068
|
"commentRange": {
|
|
31017
|
-
"start":
|
|
31018
|
-
"end":
|
|
31069
|
+
"start": 218,
|
|
31070
|
+
"end": 219
|
|
31019
31071
|
},
|
|
31020
31072
|
"context": {
|
|
31021
31073
|
"type": "variable",
|
|
@@ -31023,8 +31075,8 @@
|
|
|
31023
31075
|
"value": "14px",
|
|
31024
31076
|
"scope": "default",
|
|
31025
31077
|
"line": {
|
|
31026
|
-
"start":
|
|
31027
|
-
"end":
|
|
31078
|
+
"start": 220,
|
|
31079
|
+
"end": 220
|
|
31028
31080
|
}
|
|
31029
31081
|
},
|
|
31030
31082
|
"group": [
|
|
@@ -31039,8 +31091,8 @@
|
|
|
31039
31091
|
{
|
|
31040
31092
|
"description": "Font family for text.\n",
|
|
31041
31093
|
"commentRange": {
|
|
31042
|
-
"start":
|
|
31043
|
-
"end":
|
|
31094
|
+
"start": 235,
|
|
31095
|
+
"end": 236
|
|
31044
31096
|
},
|
|
31045
31097
|
"context": {
|
|
31046
31098
|
"type": "variable",
|
|
@@ -31048,8 +31100,8 @@
|
|
|
31048
31100
|
"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\"",
|
|
31049
31101
|
"scope": "default",
|
|
31050
31102
|
"line": {
|
|
31051
|
-
"start":
|
|
31052
|
-
"end":
|
|
31103
|
+
"start": 237,
|
|
31104
|
+
"end": 237
|
|
31053
31105
|
}
|
|
31054
31106
|
},
|
|
31055
31107
|
"group": [
|
|
@@ -31064,8 +31116,8 @@
|
|
|
31064
31116
|
{
|
|
31065
31117
|
"description": "Font family for monospaced text. Used for styling the code.\n",
|
|
31066
31118
|
"commentRange": {
|
|
31067
|
-
"start":
|
|
31068
|
-
"end":
|
|
31119
|
+
"start": 239,
|
|
31120
|
+
"end": 240
|
|
31069
31121
|
},
|
|
31070
31122
|
"context": {
|
|
31071
31123
|
"type": "variable",
|
|
@@ -31073,8 +31125,8 @@
|
|
|
31073
31125
|
"value": "SFMono-Regular, Menlo, Monaco, Consolas, \"Roboto Mono\", \"Ubuntu Mono\", \"Lucida Console\", \"Courier New\", monospace",
|
|
31074
31126
|
"scope": "default",
|
|
31075
31127
|
"line": {
|
|
31076
|
-
"start":
|
|
31077
|
-
"end":
|
|
31128
|
+
"start": 241,
|
|
31129
|
+
"end": 241
|
|
31078
31130
|
}
|
|
31079
31131
|
},
|
|
31080
31132
|
"group": [
|
|
@@ -31089,8 +31141,8 @@
|
|
|
31089
31141
|
{
|
|
31090
31142
|
"description": "Font family across all components.\n",
|
|
31091
31143
|
"commentRange": {
|
|
31092
|
-
"start":
|
|
31093
|
-
"end":
|
|
31144
|
+
"start": 243,
|
|
31145
|
+
"end": 244
|
|
31094
31146
|
},
|
|
31095
31147
|
"context": {
|
|
31096
31148
|
"type": "variable",
|
|
@@ -31098,8 +31150,8 @@
|
|
|
31098
31150
|
"value": "inherit",
|
|
31099
31151
|
"scope": "default",
|
|
31100
31152
|
"line": {
|
|
31101
|
-
"start":
|
|
31102
|
-
"end":
|
|
31153
|
+
"start": 245,
|
|
31154
|
+
"end": 245
|
|
31103
31155
|
}
|
|
31104
31156
|
},
|
|
31105
31157
|
"group": [
|
|
@@ -31114,8 +31166,8 @@
|
|
|
31114
31166
|
{
|
|
31115
31167
|
"description": "Line height used along with $kendo-font-size.\n",
|
|
31116
31168
|
"commentRange": {
|
|
31117
|
-
"start":
|
|
31118
|
-
"end":
|
|
31169
|
+
"start": 247,
|
|
31170
|
+
"end": 248
|
|
31119
31171
|
},
|
|
31120
31172
|
"context": {
|
|
31121
31173
|
"type": "variable",
|
|
@@ -31123,8 +31175,8 @@
|
|
|
31123
31175
|
"value": "k-math-div( 20, 14 )",
|
|
31124
31176
|
"scope": "default",
|
|
31125
31177
|
"line": {
|
|
31126
|
-
"start":
|
|
31127
|
-
"end":
|
|
31178
|
+
"start": 249,
|
|
31179
|
+
"end": 249
|
|
31128
31180
|
}
|
|
31129
31181
|
},
|
|
31130
31182
|
"group": [
|
|
@@ -31139,8 +31191,8 @@
|
|
|
31139
31191
|
{
|
|
31140
31192
|
"description": "Border radius for all components.\n",
|
|
31141
31193
|
"commentRange": {
|
|
31142
|
-
"start":
|
|
31143
|
-
"end":
|
|
31194
|
+
"start": 94,
|
|
31195
|
+
"end": 94
|
|
31144
31196
|
},
|
|
31145
31197
|
"context": {
|
|
31146
31198
|
"type": "variable",
|
|
@@ -31148,8 +31200,8 @@
|
|
|
31148
31200
|
"value": "k-map-get( $kendo-spacing, 1 )",
|
|
31149
31201
|
"scope": "default",
|
|
31150
31202
|
"line": {
|
|
31151
|
-
"start":
|
|
31152
|
-
"end":
|
|
31203
|
+
"start": 95,
|
|
31204
|
+
"end": 95
|
|
31153
31205
|
}
|
|
31154
31206
|
},
|
|
31155
31207
|
"access": "public",
|
|
@@ -31164,8 +31216,8 @@
|
|
|
31164
31216
|
{
|
|
31165
31217
|
"description": "The background of the components' chrome area.\n",
|
|
31166
31218
|
"commentRange": {
|
|
31167
|
-
"start":
|
|
31168
|
-
"end":
|
|
31219
|
+
"start": 286,
|
|
31220
|
+
"end": 286
|
|
31169
31221
|
},
|
|
31170
31222
|
"context": {
|
|
31171
31223
|
"type": "variable",
|
|
@@ -31173,8 +31225,8 @@
|
|
|
31173
31225
|
"value": "#f0f0f0",
|
|
31174
31226
|
"scope": "default",
|
|
31175
31227
|
"line": {
|
|
31176
|
-
"start":
|
|
31177
|
-
"end":
|
|
31228
|
+
"start": 287,
|
|
31229
|
+
"end": 287
|
|
31178
31230
|
}
|
|
31179
31231
|
},
|
|
31180
31232
|
"access": "public",
|
|
@@ -31189,8 +31241,8 @@
|
|
|
31189
31241
|
{
|
|
31190
31242
|
"description": "The text color of the components' chrome area.\n",
|
|
31191
31243
|
"commentRange": {
|
|
31192
|
-
"start":
|
|
31193
|
-
"end":
|
|
31244
|
+
"start": 288,
|
|
31245
|
+
"end": 288
|
|
31194
31246
|
},
|
|
31195
31247
|
"context": {
|
|
31196
31248
|
"type": "variable",
|
|
@@ -31198,8 +31250,8 @@
|
|
|
31198
31250
|
"value": "$kendo-body-text",
|
|
31199
31251
|
"scope": "default",
|
|
31200
31252
|
"line": {
|
|
31201
|
-
"start":
|
|
31202
|
-
"end":
|
|
31253
|
+
"start": 289,
|
|
31254
|
+
"end": 289
|
|
31203
31255
|
}
|
|
31204
31256
|
},
|
|
31205
31257
|
"access": "public",
|
|
@@ -31214,8 +31266,8 @@
|
|
|
31214
31266
|
{
|
|
31215
31267
|
"description": "The border color of the components' chrome area.\n",
|
|
31216
31268
|
"commentRange": {
|
|
31217
|
-
"start":
|
|
31218
|
-
"end":
|
|
31269
|
+
"start": 290,
|
|
31270
|
+
"end": 290
|
|
31219
31271
|
},
|
|
31220
31272
|
"context": {
|
|
31221
31273
|
"type": "variable",
|
|
@@ -31223,8 +31275,8 @@
|
|
|
31223
31275
|
"value": "k-try-shade( $kendo-base-bg, 2 )",
|
|
31224
31276
|
"scope": "default",
|
|
31225
31277
|
"line": {
|
|
31226
|
-
"start":
|
|
31227
|
-
"end":
|
|
31278
|
+
"start": 291,
|
|
31279
|
+
"end": 291
|
|
31228
31280
|
}
|
|
31229
31281
|
},
|
|
31230
31282
|
"access": "public",
|
|
@@ -31239,8 +31291,8 @@
|
|
|
31239
31291
|
{
|
|
31240
31292
|
"description": "The gradient background of the components' chrome area.\n",
|
|
31241
31293
|
"commentRange": {
|
|
31242
|
-
"start":
|
|
31243
|
-
"end":
|
|
31294
|
+
"start": 292,
|
|
31295
|
+
"end": 292
|
|
31244
31296
|
},
|
|
31245
31297
|
"context": {
|
|
31246
31298
|
"type": "variable",
|
|
@@ -31248,8 +31300,8 @@
|
|
|
31248
31300
|
"value": "rgba( white, .1 ), rgba( white, 0 )",
|
|
31249
31301
|
"scope": "default",
|
|
31250
31302
|
"line": {
|
|
31251
|
-
"start":
|
|
31252
|
-
"end":
|
|
31303
|
+
"start": 293,
|
|
31304
|
+
"end": 293
|
|
31253
31305
|
}
|
|
31254
31306
|
},
|
|
31255
31307
|
"access": "public",
|
|
@@ -31264,8 +31316,8 @@
|
|
|
31264
31316
|
{
|
|
31265
31317
|
"description": "The background of hovered items.\n",
|
|
31266
31318
|
"commentRange": {
|
|
31267
|
-
"start":
|
|
31268
|
-
"end":
|
|
31319
|
+
"start": 308,
|
|
31320
|
+
"end": 308
|
|
31269
31321
|
},
|
|
31270
31322
|
"context": {
|
|
31271
31323
|
"type": "variable",
|
|
@@ -31273,8 +31325,8 @@
|
|
|
31273
31325
|
"value": "k-try-shade( $kendo-base-bg, 1 )",
|
|
31274
31326
|
"scope": "default",
|
|
31275
31327
|
"line": {
|
|
31276
|
-
"start":
|
|
31277
|
-
"end":
|
|
31328
|
+
"start": 309,
|
|
31329
|
+
"end": 309
|
|
31278
31330
|
}
|
|
31279
31331
|
},
|
|
31280
31332
|
"access": "public",
|
|
@@ -31289,8 +31341,8 @@
|
|
|
31289
31341
|
{
|
|
31290
31342
|
"description": "The text color of hovered items.\n",
|
|
31291
31343
|
"commentRange": {
|
|
31292
|
-
"start":
|
|
31293
|
-
"end":
|
|
31344
|
+
"start": 310,
|
|
31345
|
+
"end": 310
|
|
31294
31346
|
},
|
|
31295
31347
|
"context": {
|
|
31296
31348
|
"type": "variable",
|
|
@@ -31298,8 +31350,8 @@
|
|
|
31298
31350
|
"value": "$kendo-base-text",
|
|
31299
31351
|
"scope": "default",
|
|
31300
31352
|
"line": {
|
|
31301
|
-
"start":
|
|
31302
|
-
"end":
|
|
31353
|
+
"start": 311,
|
|
31354
|
+
"end": 311
|
|
31303
31355
|
}
|
|
31304
31356
|
},
|
|
31305
31357
|
"access": "public",
|
|
@@ -31314,8 +31366,8 @@
|
|
|
31314
31366
|
{
|
|
31315
31367
|
"description": "The border color of hovered items.\n",
|
|
31316
31368
|
"commentRange": {
|
|
31317
|
-
"start":
|
|
31318
|
-
"end":
|
|
31369
|
+
"start": 312,
|
|
31370
|
+
"end": 312
|
|
31319
31371
|
},
|
|
31320
31372
|
"context": {
|
|
31321
31373
|
"type": "variable",
|
|
@@ -31323,8 +31375,8 @@
|
|
|
31323
31375
|
"value": "k-try-shade( $kendo-hover-bg, 2 )",
|
|
31324
31376
|
"scope": "default",
|
|
31325
31377
|
"line": {
|
|
31326
|
-
"start":
|
|
31327
|
-
"end":
|
|
31378
|
+
"start": 313,
|
|
31379
|
+
"end": 313
|
|
31328
31380
|
}
|
|
31329
31381
|
},
|
|
31330
31382
|
"access": "public",
|
|
@@ -31339,8 +31391,8 @@
|
|
|
31339
31391
|
{
|
|
31340
31392
|
"description": "The gradient background of hovered items.\n",
|
|
31341
31393
|
"commentRange": {
|
|
31342
|
-
"start":
|
|
31343
|
-
"end":
|
|
31394
|
+
"start": 314,
|
|
31395
|
+
"end": 314
|
|
31344
31396
|
},
|
|
31345
31397
|
"context": {
|
|
31346
31398
|
"type": "variable",
|
|
@@ -31348,8 +31400,8 @@
|
|
|
31348
31400
|
"value": "$kendo-base-gradient",
|
|
31349
31401
|
"scope": "default",
|
|
31350
31402
|
"line": {
|
|
31351
|
-
"start":
|
|
31352
|
-
"end":
|
|
31403
|
+
"start": 315,
|
|
31404
|
+
"end": 315
|
|
31353
31405
|
}
|
|
31354
31406
|
},
|
|
31355
31407
|
"access": "public",
|
|
@@ -31364,8 +31416,8 @@
|
|
|
31364
31416
|
{
|
|
31365
31417
|
"description": "The background of selected items.\n",
|
|
31366
31418
|
"commentRange": {
|
|
31367
|
-
"start":
|
|
31368
|
-
"end":
|
|
31419
|
+
"start": 317,
|
|
31420
|
+
"end": 317
|
|
31369
31421
|
},
|
|
31370
31422
|
"context": {
|
|
31371
31423
|
"type": "variable",
|
|
@@ -31373,8 +31425,8 @@
|
|
|
31373
31425
|
"value": "$kendo-color-primary",
|
|
31374
31426
|
"scope": "default",
|
|
31375
31427
|
"line": {
|
|
31376
|
-
"start":
|
|
31377
|
-
"end":
|
|
31428
|
+
"start": 318,
|
|
31429
|
+
"end": 318
|
|
31378
31430
|
}
|
|
31379
31431
|
},
|
|
31380
31432
|
"access": "public",
|
|
@@ -31389,8 +31441,8 @@
|
|
|
31389
31441
|
{
|
|
31390
31442
|
"description": "The text color of selected items.\n",
|
|
31391
31443
|
"commentRange": {
|
|
31392
|
-
"start":
|
|
31393
|
-
"end":
|
|
31444
|
+
"start": 319,
|
|
31445
|
+
"end": 319
|
|
31394
31446
|
},
|
|
31395
31447
|
"context": {
|
|
31396
31448
|
"type": "variable",
|
|
@@ -31398,8 +31450,8 @@
|
|
|
31398
31450
|
"value": "k-contrast-legacy( $kendo-selected-bg )",
|
|
31399
31451
|
"scope": "default",
|
|
31400
31452
|
"line": {
|
|
31401
|
-
"start":
|
|
31402
|
-
"end":
|
|
31453
|
+
"start": 320,
|
|
31454
|
+
"end": 320
|
|
31403
31455
|
}
|
|
31404
31456
|
},
|
|
31405
31457
|
"access": "public",
|
|
@@ -31414,8 +31466,8 @@
|
|
|
31414
31466
|
{
|
|
31415
31467
|
"description": "The border color of selected items.\n",
|
|
31416
31468
|
"commentRange": {
|
|
31417
|
-
"start":
|
|
31418
|
-
"end":
|
|
31469
|
+
"start": 321,
|
|
31470
|
+
"end": 321
|
|
31419
31471
|
},
|
|
31420
31472
|
"context": {
|
|
31421
31473
|
"type": "variable",
|
|
@@ -31423,8 +31475,8 @@
|
|
|
31423
31475
|
"value": "k-try-shade( $kendo-selected-bg, 2 )",
|
|
31424
31476
|
"scope": "default",
|
|
31425
31477
|
"line": {
|
|
31426
|
-
"start":
|
|
31427
|
-
"end":
|
|
31478
|
+
"start": 322,
|
|
31479
|
+
"end": 322
|
|
31428
31480
|
}
|
|
31429
31481
|
},
|
|
31430
31482
|
"access": "public",
|
|
@@ -31439,8 +31491,8 @@
|
|
|
31439
31491
|
{
|
|
31440
31492
|
"description": "The gradient background of selected items.\n",
|
|
31441
31493
|
"commentRange": {
|
|
31442
|
-
"start":
|
|
31443
|
-
"end":
|
|
31494
|
+
"start": 323,
|
|
31495
|
+
"end": 323
|
|
31444
31496
|
},
|
|
31445
31497
|
"context": {
|
|
31446
31498
|
"type": "variable",
|
|
@@ -31448,8 +31500,8 @@
|
|
|
31448
31500
|
"value": "$kendo-base-gradient",
|
|
31449
31501
|
"scope": "default",
|
|
31450
31502
|
"line": {
|
|
31451
|
-
"start":
|
|
31452
|
-
"end":
|
|
31503
|
+
"start": 324,
|
|
31504
|
+
"end": 324
|
|
31453
31505
|
}
|
|
31454
31506
|
},
|
|
31455
31507
|
"access": "public",
|