@progress/kendo-theme-bootstrap 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 +297 -34
- package/dist/all.scss +4726 -4039
- package/dist/meta/sassdoc-data.json +396 -284
- package/dist/meta/sassdoc-raw-data.json +188 -136
- package/dist/meta/variables.json +153 -117
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +5 -5
- package/scss/_variables.scss +15 -1
- package/scss/action-sheet/_variables.scss +1 -0
- package/scss/common/_index.scss +0 -1
- package/scss/core/_index.scss +3 -15
- package/scss/menu/_variables.scss +1 -1
- package/scss/common/_selection.scss +0 -1
|
@@ -8049,11 +8049,63 @@
|
|
|
8049
8049
|
"name": "_variables.scss"
|
|
8050
8050
|
}
|
|
8051
8051
|
},
|
|
8052
|
+
{
|
|
8053
|
+
"description": "The color white.\nNote: you cannot change this value.\n",
|
|
8054
|
+
"commentRange": {
|
|
8055
|
+
"start": 5,
|
|
8056
|
+
"end": 8
|
|
8057
|
+
},
|
|
8058
|
+
"context": {
|
|
8059
|
+
"type": "variable",
|
|
8060
|
+
"name": "kendo-color-white",
|
|
8061
|
+
"value": "#ffffff",
|
|
8062
|
+
"scope": "private",
|
|
8063
|
+
"line": {
|
|
8064
|
+
"start": 9,
|
|
8065
|
+
"end": 9
|
|
8066
|
+
}
|
|
8067
|
+
},
|
|
8068
|
+
"type": "Color",
|
|
8069
|
+
"group": [
|
|
8070
|
+
"color-system"
|
|
8071
|
+
],
|
|
8072
|
+
"access": "public",
|
|
8073
|
+
"file": {
|
|
8074
|
+
"path": "_variables.scss",
|
|
8075
|
+
"name": "_variables.scss"
|
|
8076
|
+
}
|
|
8077
|
+
},
|
|
8078
|
+
{
|
|
8079
|
+
"description": "The color black.\nNote: you cannot change this value.\n",
|
|
8080
|
+
"commentRange": {
|
|
8081
|
+
"start": 11,
|
|
8082
|
+
"end": 14
|
|
8083
|
+
},
|
|
8084
|
+
"context": {
|
|
8085
|
+
"type": "variable",
|
|
8086
|
+
"name": "kendo-color-black",
|
|
8087
|
+
"value": "#000000",
|
|
8088
|
+
"scope": "private",
|
|
8089
|
+
"line": {
|
|
8090
|
+
"start": 15,
|
|
8091
|
+
"end": 15
|
|
8092
|
+
}
|
|
8093
|
+
},
|
|
8094
|
+
"type": "Color",
|
|
8095
|
+
"group": [
|
|
8096
|
+
"color-system"
|
|
8097
|
+
],
|
|
8098
|
+
"access": "public",
|
|
8099
|
+
"file": {
|
|
8100
|
+
"path": "_variables.scss",
|
|
8101
|
+
"name": "_variables.scss"
|
|
8102
|
+
}
|
|
8103
|
+
},
|
|
8052
8104
|
{
|
|
8053
8105
|
"description": "The color that focuses the user attention.\nUsed for primary buttons and for elements of primary importance across the theme.\n",
|
|
8054
8106
|
"commentRange": {
|
|
8055
|
-
"start":
|
|
8056
|
-
"end":
|
|
8107
|
+
"start": 120,
|
|
8108
|
+
"end": 123
|
|
8057
8109
|
},
|
|
8058
8110
|
"context": {
|
|
8059
8111
|
"type": "variable",
|
|
@@ -8061,8 +8113,8 @@
|
|
|
8061
8113
|
"value": "$primary",
|
|
8062
8114
|
"scope": "default",
|
|
8063
8115
|
"line": {
|
|
8064
|
-
"start":
|
|
8065
|
-
"end":
|
|
8116
|
+
"start": 124,
|
|
8117
|
+
"end": 124
|
|
8066
8118
|
}
|
|
8067
8119
|
},
|
|
8068
8120
|
"group": [
|
|
@@ -8078,8 +8130,8 @@
|
|
|
8078
8130
|
{
|
|
8079
8131
|
"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",
|
|
8080
8132
|
"commentRange": {
|
|
8081
|
-
"start":
|
|
8082
|
-
"end":
|
|
8133
|
+
"start": 128,
|
|
8134
|
+
"end": 131
|
|
8083
8135
|
},
|
|
8084
8136
|
"context": {
|
|
8085
8137
|
"type": "variable",
|
|
@@ -8087,8 +8139,8 @@
|
|
|
8087
8139
|
"value": "k-contrast-color( $kendo-color-primary )",
|
|
8088
8140
|
"scope": "default",
|
|
8089
8141
|
"line": {
|
|
8090
|
-
"start":
|
|
8091
|
-
"end":
|
|
8142
|
+
"start": 132,
|
|
8143
|
+
"end": 132
|
|
8092
8144
|
}
|
|
8093
8145
|
},
|
|
8094
8146
|
"group": [
|
|
@@ -8104,8 +8156,8 @@
|
|
|
8104
8156
|
{
|
|
8105
8157
|
"description": "The secondary color of the theme.\n",
|
|
8106
8158
|
"commentRange": {
|
|
8107
|
-
"start":
|
|
8108
|
-
"end":
|
|
8159
|
+
"start": 134,
|
|
8160
|
+
"end": 136
|
|
8109
8161
|
},
|
|
8110
8162
|
"context": {
|
|
8111
8163
|
"type": "variable",
|
|
@@ -8113,8 +8165,8 @@
|
|
|
8113
8165
|
"value": "$secondary",
|
|
8114
8166
|
"scope": "default",
|
|
8115
8167
|
"line": {
|
|
8116
|
-
"start":
|
|
8117
|
-
"end":
|
|
8168
|
+
"start": 137,
|
|
8169
|
+
"end": 137
|
|
8118
8170
|
}
|
|
8119
8171
|
},
|
|
8120
8172
|
"group": [
|
|
@@ -8130,8 +8182,8 @@
|
|
|
8130
8182
|
{
|
|
8131
8183
|
"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",
|
|
8132
8184
|
"commentRange": {
|
|
8133
|
-
"start":
|
|
8134
|
-
"end":
|
|
8185
|
+
"start": 141,
|
|
8186
|
+
"end": 144
|
|
8135
8187
|
},
|
|
8136
8188
|
"context": {
|
|
8137
8189
|
"type": "variable",
|
|
@@ -8139,8 +8191,8 @@
|
|
|
8139
8191
|
"value": "k-contrast-color( $kendo-color-secondary )",
|
|
8140
8192
|
"scope": "default",
|
|
8141
8193
|
"line": {
|
|
8142
|
-
"start":
|
|
8143
|
-
"end":
|
|
8194
|
+
"start": 145,
|
|
8195
|
+
"end": 145
|
|
8144
8196
|
}
|
|
8145
8197
|
},
|
|
8146
8198
|
"group": [
|
|
@@ -8156,8 +8208,8 @@
|
|
|
8156
8208
|
{
|
|
8157
8209
|
"description": "The tertiary color of the theme.\n",
|
|
8158
8210
|
"commentRange": {
|
|
8159
|
-
"start":
|
|
8160
|
-
"end":
|
|
8211
|
+
"start": 147,
|
|
8212
|
+
"end": 149
|
|
8161
8213
|
},
|
|
8162
8214
|
"context": {
|
|
8163
8215
|
"type": "variable",
|
|
@@ -8165,8 +8217,8 @@
|
|
|
8165
8217
|
"value": "$purple",
|
|
8166
8218
|
"scope": "default",
|
|
8167
8219
|
"line": {
|
|
8168
|
-
"start":
|
|
8169
|
-
"end":
|
|
8220
|
+
"start": 150,
|
|
8221
|
+
"end": 150
|
|
8170
8222
|
}
|
|
8171
8223
|
},
|
|
8172
8224
|
"group": [
|
|
@@ -8182,8 +8234,8 @@
|
|
|
8182
8234
|
{
|
|
8183
8235
|
"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",
|
|
8184
8236
|
"commentRange": {
|
|
8185
|
-
"start":
|
|
8186
|
-
"end":
|
|
8237
|
+
"start": 154,
|
|
8238
|
+
"end": 157
|
|
8187
8239
|
},
|
|
8188
8240
|
"context": {
|
|
8189
8241
|
"type": "variable",
|
|
@@ -8191,8 +8243,8 @@
|
|
|
8191
8243
|
"value": "k-contrast-color( $kendo-color-tertiary )",
|
|
8192
8244
|
"scope": "default",
|
|
8193
8245
|
"line": {
|
|
8194
|
-
"start":
|
|
8195
|
-
"end":
|
|
8246
|
+
"start": 158,
|
|
8247
|
+
"end": 158
|
|
8196
8248
|
}
|
|
8197
8249
|
},
|
|
8198
8250
|
"group": [
|
|
@@ -8208,8 +8260,8 @@
|
|
|
8208
8260
|
{
|
|
8209
8261
|
"description": "The color for informational messages and states.\n",
|
|
8210
8262
|
"commentRange": {
|
|
8211
|
-
"start":
|
|
8212
|
-
"end":
|
|
8263
|
+
"start": 160,
|
|
8264
|
+
"end": 162
|
|
8213
8265
|
},
|
|
8214
8266
|
"context": {
|
|
8215
8267
|
"type": "variable",
|
|
@@ -8217,8 +8269,8 @@
|
|
|
8217
8269
|
"value": "$info",
|
|
8218
8270
|
"scope": "default",
|
|
8219
8271
|
"line": {
|
|
8220
|
-
"start":
|
|
8221
|
-
"end":
|
|
8272
|
+
"start": 163,
|
|
8273
|
+
"end": 163
|
|
8222
8274
|
}
|
|
8223
8275
|
},
|
|
8224
8276
|
"group": [
|
|
@@ -8234,8 +8286,8 @@
|
|
|
8234
8286
|
{
|
|
8235
8287
|
"description": "The color for success messages and states.\n",
|
|
8236
8288
|
"commentRange": {
|
|
8237
|
-
"start":
|
|
8238
|
-
"end":
|
|
8289
|
+
"start": 167,
|
|
8290
|
+
"end": 169
|
|
8239
8291
|
},
|
|
8240
8292
|
"context": {
|
|
8241
8293
|
"type": "variable",
|
|
@@ -8243,8 +8295,8 @@
|
|
|
8243
8295
|
"value": "$success",
|
|
8244
8296
|
"scope": "default",
|
|
8245
8297
|
"line": {
|
|
8246
|
-
"start":
|
|
8247
|
-
"end":
|
|
8298
|
+
"start": 170,
|
|
8299
|
+
"end": 170
|
|
8248
8300
|
}
|
|
8249
8301
|
},
|
|
8250
8302
|
"group": [
|
|
@@ -8260,8 +8312,8 @@
|
|
|
8260
8312
|
{
|
|
8261
8313
|
"description": "The color for warning messages and states.\n",
|
|
8262
8314
|
"commentRange": {
|
|
8263
|
-
"start":
|
|
8264
|
-
"end":
|
|
8315
|
+
"start": 174,
|
|
8316
|
+
"end": 176
|
|
8265
8317
|
},
|
|
8266
8318
|
"context": {
|
|
8267
8319
|
"type": "variable",
|
|
@@ -8269,8 +8321,8 @@
|
|
|
8269
8321
|
"value": "$warning",
|
|
8270
8322
|
"scope": "default",
|
|
8271
8323
|
"line": {
|
|
8272
|
-
"start":
|
|
8273
|
-
"end":
|
|
8324
|
+
"start": 177,
|
|
8325
|
+
"end": 177
|
|
8274
8326
|
}
|
|
8275
8327
|
},
|
|
8276
8328
|
"group": [
|
|
@@ -8286,8 +8338,8 @@
|
|
|
8286
8338
|
{
|
|
8287
8339
|
"description": "The color for error messages and states.\n",
|
|
8288
8340
|
"commentRange": {
|
|
8289
|
-
"start":
|
|
8290
|
-
"end":
|
|
8341
|
+
"start": 181,
|
|
8342
|
+
"end": 183
|
|
8291
8343
|
},
|
|
8292
8344
|
"context": {
|
|
8293
8345
|
"type": "variable",
|
|
@@ -8295,8 +8347,8 @@
|
|
|
8295
8347
|
"value": "$danger",
|
|
8296
8348
|
"scope": "default",
|
|
8297
8349
|
"line": {
|
|
8298
|
-
"start":
|
|
8299
|
-
"end":
|
|
8350
|
+
"start": 184,
|
|
8351
|
+
"end": 184
|
|
8300
8352
|
}
|
|
8301
8353
|
},
|
|
8302
8354
|
"group": [
|
|
@@ -8312,8 +8364,8 @@
|
|
|
8312
8364
|
{
|
|
8313
8365
|
"description": "The dark color of the theme.\n",
|
|
8314
8366
|
"commentRange": {
|
|
8315
|
-
"start":
|
|
8316
|
-
"end":
|
|
8367
|
+
"start": 188,
|
|
8368
|
+
"end": 190
|
|
8317
8369
|
},
|
|
8318
8370
|
"context": {
|
|
8319
8371
|
"type": "variable",
|
|
@@ -8321,8 +8373,8 @@
|
|
|
8321
8373
|
"value": "$dark",
|
|
8322
8374
|
"scope": "default",
|
|
8323
8375
|
"line": {
|
|
8324
|
-
"start":
|
|
8325
|
-
"end":
|
|
8376
|
+
"start": 191,
|
|
8377
|
+
"end": 191
|
|
8326
8378
|
}
|
|
8327
8379
|
},
|
|
8328
8380
|
"group": [
|
|
@@ -8338,8 +8390,8 @@
|
|
|
8338
8390
|
{
|
|
8339
8391
|
"description": "The light color of the theme.\n",
|
|
8340
8392
|
"commentRange": {
|
|
8341
|
-
"start":
|
|
8342
|
-
"end":
|
|
8393
|
+
"start": 193,
|
|
8394
|
+
"end": 195
|
|
8343
8395
|
},
|
|
8344
8396
|
"context": {
|
|
8345
8397
|
"type": "variable",
|
|
@@ -8347,8 +8399,8 @@
|
|
|
8347
8399
|
"value": "$light",
|
|
8348
8400
|
"scope": "default",
|
|
8349
8401
|
"line": {
|
|
8350
|
-
"start":
|
|
8351
|
-
"end":
|
|
8402
|
+
"start": 196,
|
|
8403
|
+
"end": 196
|
|
8352
8404
|
}
|
|
8353
8405
|
},
|
|
8354
8406
|
"group": [
|
|
@@ -8364,8 +8416,8 @@
|
|
|
8364
8416
|
{
|
|
8365
8417
|
"description": "Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark\n",
|
|
8366
8418
|
"commentRange": {
|
|
8367
|
-
"start":
|
|
8368
|
-
"end":
|
|
8419
|
+
"start": 198,
|
|
8420
|
+
"end": 199
|
|
8369
8421
|
},
|
|
8370
8422
|
"context": {
|
|
8371
8423
|
"type": "variable",
|
|
@@ -8373,8 +8425,8 @@
|
|
|
8373
8425
|
"value": "if( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark )",
|
|
8374
8426
|
"scope": "default",
|
|
8375
8427
|
"line": {
|
|
8376
|
-
"start":
|
|
8377
|
-
"end":
|
|
8428
|
+
"start": 200,
|
|
8429
|
+
"end": 200
|
|
8378
8430
|
}
|
|
8379
8431
|
},
|
|
8380
8432
|
"group": [
|
|
@@ -9189,8 +9241,8 @@
|
|
|
9189
9241
|
{
|
|
9190
9242
|
"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",
|
|
9191
9243
|
"commentRange": {
|
|
9192
|
-
"start":
|
|
9193
|
-
"end":
|
|
9244
|
+
"start": 288,
|
|
9245
|
+
"end": 290
|
|
9194
9246
|
},
|
|
9195
9247
|
"context": {
|
|
9196
9248
|
"type": "variable",
|
|
@@ -9198,8 +9250,8 @@
|
|
|
9198
9250
|
"value": "$kendo-body-bg",
|
|
9199
9251
|
"scope": "default",
|
|
9200
9252
|
"line": {
|
|
9201
|
-
"start":
|
|
9202
|
-
"end":
|
|
9253
|
+
"start": 291,
|
|
9254
|
+
"end": 291
|
|
9203
9255
|
}
|
|
9204
9256
|
},
|
|
9205
9257
|
"group": [
|
|
@@ -9214,8 +9266,8 @@
|
|
|
9214
9266
|
{
|
|
9215
9267
|
"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",
|
|
9216
9268
|
"commentRange": {
|
|
9217
|
-
"start":
|
|
9218
|
-
"end":
|
|
9269
|
+
"start": 292,
|
|
9270
|
+
"end": 294
|
|
9219
9271
|
},
|
|
9220
9272
|
"context": {
|
|
9221
9273
|
"type": "variable",
|
|
@@ -9223,8 +9275,8 @@
|
|
|
9223
9275
|
"value": "$kendo-body-text",
|
|
9224
9276
|
"scope": "default",
|
|
9225
9277
|
"line": {
|
|
9226
|
-
"start":
|
|
9227
|
-
"end":
|
|
9278
|
+
"start": 295,
|
|
9279
|
+
"end": 295
|
|
9228
9280
|
}
|
|
9229
9281
|
},
|
|
9230
9282
|
"group": [
|
|
@@ -9239,8 +9291,8 @@
|
|
|
9239
9291
|
{
|
|
9240
9292
|
"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",
|
|
9241
9293
|
"commentRange": {
|
|
9242
|
-
"start":
|
|
9243
|
-
"end":
|
|
9294
|
+
"start": 296,
|
|
9295
|
+
"end": 298
|
|
9244
9296
|
},
|
|
9245
9297
|
"context": {
|
|
9246
9298
|
"type": "variable",
|
|
@@ -9248,8 +9300,8 @@
|
|
|
9248
9300
|
"value": "if( k-is-light( $kendo-component-bg ), $gray-300, $gray-700 )",
|
|
9249
9301
|
"scope": "default",
|
|
9250
9302
|
"line": {
|
|
9251
|
-
"start":
|
|
9252
|
-
"end":
|
|
9303
|
+
"start": 299,
|
|
9304
|
+
"end": 299
|
|
9253
9305
|
}
|
|
9254
9306
|
},
|
|
9255
9307
|
"group": [
|
|
@@ -30964,8 +31016,8 @@
|
|
|
30964
31016
|
{
|
|
30965
31017
|
"description": "Base font size across all components.\n",
|
|
30966
31018
|
"commentRange": {
|
|
30967
|
-
"start":
|
|
30968
|
-
"end":
|
|
31019
|
+
"start": 219,
|
|
31020
|
+
"end": 220
|
|
30969
31021
|
},
|
|
30970
31022
|
"context": {
|
|
30971
31023
|
"type": "variable",
|
|
@@ -30973,8 +31025,8 @@
|
|
|
30973
31025
|
"value": "$font-size-base",
|
|
30974
31026
|
"scope": "default",
|
|
30975
31027
|
"line": {
|
|
30976
|
-
"start":
|
|
30977
|
-
"end":
|
|
31028
|
+
"start": 221,
|
|
31029
|
+
"end": 221
|
|
30978
31030
|
}
|
|
30979
31031
|
},
|
|
30980
31032
|
"group": [
|
|
@@ -30989,8 +31041,8 @@
|
|
|
30989
31041
|
{
|
|
30990
31042
|
"description": "Font family for text.\n",
|
|
30991
31043
|
"commentRange": {
|
|
30992
|
-
"start":
|
|
30993
|
-
"end":
|
|
31044
|
+
"start": 236,
|
|
31045
|
+
"end": 237
|
|
30994
31046
|
},
|
|
30995
31047
|
"context": {
|
|
30996
31048
|
"type": "variable",
|
|
@@ -30998,8 +31050,8 @@
|
|
|
30998
31050
|
"value": "$font-family-sans-serif",
|
|
30999
31051
|
"scope": "default",
|
|
31000
31052
|
"line": {
|
|
31001
|
-
"start":
|
|
31002
|
-
"end":
|
|
31053
|
+
"start": 238,
|
|
31054
|
+
"end": 238
|
|
31003
31055
|
}
|
|
31004
31056
|
},
|
|
31005
31057
|
"group": [
|
|
@@ -31014,8 +31066,8 @@
|
|
|
31014
31066
|
{
|
|
31015
31067
|
"description": "Font family for monospaced text. Used for styling the code.\n",
|
|
31016
31068
|
"commentRange": {
|
|
31017
|
-
"start":
|
|
31018
|
-
"end":
|
|
31069
|
+
"start": 240,
|
|
31070
|
+
"end": 241
|
|
31019
31071
|
},
|
|
31020
31072
|
"context": {
|
|
31021
31073
|
"type": "variable",
|
|
@@ -31023,8 +31075,8 @@
|
|
|
31023
31075
|
"value": "$font-family-monospace",
|
|
31024
31076
|
"scope": "default",
|
|
31025
31077
|
"line": {
|
|
31026
|
-
"start":
|
|
31027
|
-
"end":
|
|
31078
|
+
"start": 242,
|
|
31079
|
+
"end": 242
|
|
31028
31080
|
}
|
|
31029
31081
|
},
|
|
31030
31082
|
"group": [
|
|
@@ -31039,8 +31091,8 @@
|
|
|
31039
31091
|
{
|
|
31040
31092
|
"description": "Font family across all components.\n",
|
|
31041
31093
|
"commentRange": {
|
|
31042
|
-
"start":
|
|
31043
|
-
"end":
|
|
31094
|
+
"start": 244,
|
|
31095
|
+
"end": 245
|
|
31044
31096
|
},
|
|
31045
31097
|
"context": {
|
|
31046
31098
|
"type": "variable",
|
|
@@ -31048,8 +31100,8 @@
|
|
|
31048
31100
|
"value": "$kendo-font-family-sans-serif",
|
|
31049
31101
|
"scope": "default",
|
|
31050
31102
|
"line": {
|
|
31051
|
-
"start":
|
|
31052
|
-
"end":
|
|
31103
|
+
"start": 246,
|
|
31104
|
+
"end": 246
|
|
31053
31105
|
}
|
|
31054
31106
|
},
|
|
31055
31107
|
"group": [
|
|
@@ -31064,8 +31116,8 @@
|
|
|
31064
31116
|
{
|
|
31065
31117
|
"description": "Line height used along with $kendo-font-size.\n",
|
|
31066
31118
|
"commentRange": {
|
|
31067
|
-
"start":
|
|
31068
|
-
"end":
|
|
31119
|
+
"start": 248,
|
|
31120
|
+
"end": 249
|
|
31069
31121
|
},
|
|
31070
31122
|
"context": {
|
|
31071
31123
|
"type": "variable",
|
|
@@ -31073,8 +31125,8 @@
|
|
|
31073
31125
|
"value": "$line-height-base",
|
|
31074
31126
|
"scope": "default",
|
|
31075
31127
|
"line": {
|
|
31076
|
-
"start":
|
|
31077
|
-
"end":
|
|
31128
|
+
"start": 250,
|
|
31129
|
+
"end": 250
|
|
31078
31130
|
}
|
|
31079
31131
|
},
|
|
31080
31132
|
"group": [
|
|
@@ -31089,8 +31141,8 @@
|
|
|
31089
31141
|
{
|
|
31090
31142
|
"description": "Border radius for all components.\n",
|
|
31091
31143
|
"commentRange": {
|
|
31092
|
-
"start":
|
|
31093
|
-
"end":
|
|
31144
|
+
"start": 95,
|
|
31145
|
+
"end": 95
|
|
31094
31146
|
},
|
|
31095
31147
|
"context": {
|
|
31096
31148
|
"type": "variable",
|
|
@@ -31098,8 +31150,8 @@
|
|
|
31098
31150
|
"value": "$border-radius",
|
|
31099
31151
|
"scope": "default",
|
|
31100
31152
|
"line": {
|
|
31101
|
-
"start":
|
|
31102
|
-
"end":
|
|
31153
|
+
"start": 96,
|
|
31154
|
+
"end": 96
|
|
31103
31155
|
}
|
|
31104
31156
|
},
|
|
31105
31157
|
"access": "public",
|
|
@@ -31114,8 +31166,8 @@
|
|
|
31114
31166
|
{
|
|
31115
31167
|
"description": "The background of the components' chrome area.\n",
|
|
31116
31168
|
"commentRange": {
|
|
31117
|
-
"start":
|
|
31118
|
-
"end":
|
|
31169
|
+
"start": 302,
|
|
31170
|
+
"end": 302
|
|
31119
31171
|
},
|
|
31120
31172
|
"context": {
|
|
31121
31173
|
"type": "variable",
|
|
@@ -31123,8 +31175,8 @@
|
|
|
31123
31175
|
"value": "$gray-100",
|
|
31124
31176
|
"scope": "default",
|
|
31125
31177
|
"line": {
|
|
31126
|
-
"start":
|
|
31127
|
-
"end":
|
|
31178
|
+
"start": 303,
|
|
31179
|
+
"end": 303
|
|
31128
31180
|
}
|
|
31129
31181
|
},
|
|
31130
31182
|
"access": "public",
|
|
@@ -31139,8 +31191,8 @@
|
|
|
31139
31191
|
{
|
|
31140
31192
|
"description": "The text color of the components' chrome area.\n",
|
|
31141
31193
|
"commentRange": {
|
|
31142
|
-
"start":
|
|
31143
|
-
"end":
|
|
31194
|
+
"start": 304,
|
|
31195
|
+
"end": 304
|
|
31144
31196
|
},
|
|
31145
31197
|
"context": {
|
|
31146
31198
|
"type": "variable",
|
|
@@ -31148,8 +31200,8 @@
|
|
|
31148
31200
|
"value": "$kendo-body-text",
|
|
31149
31201
|
"scope": "default",
|
|
31150
31202
|
"line": {
|
|
31151
|
-
"start":
|
|
31152
|
-
"end":
|
|
31203
|
+
"start": 305,
|
|
31204
|
+
"end": 305
|
|
31153
31205
|
}
|
|
31154
31206
|
},
|
|
31155
31207
|
"access": "public",
|
|
@@ -31164,8 +31216,8 @@
|
|
|
31164
31216
|
{
|
|
31165
31217
|
"description": "The border color of the components' chrome area.\n",
|
|
31166
31218
|
"commentRange": {
|
|
31167
|
-
"start":
|
|
31168
|
-
"end":
|
|
31219
|
+
"start": 306,
|
|
31220
|
+
"end": 306
|
|
31169
31221
|
},
|
|
31170
31222
|
"context": {
|
|
31171
31223
|
"type": "variable",
|
|
@@ -31173,8 +31225,8 @@
|
|
|
31173
31225
|
"value": "k-try-shade( $kendo-base-bg, 1 )",
|
|
31174
31226
|
"scope": "default",
|
|
31175
31227
|
"line": {
|
|
31176
|
-
"start":
|
|
31177
|
-
"end":
|
|
31228
|
+
"start": 307,
|
|
31229
|
+
"end": 307
|
|
31178
31230
|
}
|
|
31179
31231
|
},
|
|
31180
31232
|
"access": "public",
|
|
@@ -31189,8 +31241,8 @@
|
|
|
31189
31241
|
{
|
|
31190
31242
|
"description": "The gradient background of the components' chrome area.\n",
|
|
31191
31243
|
"commentRange": {
|
|
31192
|
-
"start":
|
|
31193
|
-
"end":
|
|
31244
|
+
"start": 308,
|
|
31245
|
+
"end": 308
|
|
31194
31246
|
},
|
|
31195
31247
|
"context": {
|
|
31196
31248
|
"type": "variable",
|
|
@@ -31198,8 +31250,8 @@
|
|
|
31198
31250
|
"value": "null",
|
|
31199
31251
|
"scope": "default",
|
|
31200
31252
|
"line": {
|
|
31201
|
-
"start":
|
|
31202
|
-
"end":
|
|
31253
|
+
"start": 309,
|
|
31254
|
+
"end": 309
|
|
31203
31255
|
}
|
|
31204
31256
|
},
|
|
31205
31257
|
"access": "public",
|
|
@@ -31214,8 +31266,8 @@
|
|
|
31214
31266
|
{
|
|
31215
31267
|
"description": "The background of hovered items.\n",
|
|
31216
31268
|
"commentRange": {
|
|
31217
|
-
"start":
|
|
31218
|
-
"end":
|
|
31269
|
+
"start": 311,
|
|
31270
|
+
"end": 311
|
|
31219
31271
|
},
|
|
31220
31272
|
"context": {
|
|
31221
31273
|
"type": "variable",
|
|
@@ -31223,8 +31275,8 @@
|
|
|
31223
31275
|
"value": "$gray-200",
|
|
31224
31276
|
"scope": "default",
|
|
31225
31277
|
"line": {
|
|
31226
|
-
"start":
|
|
31227
|
-
"end":
|
|
31278
|
+
"start": 312,
|
|
31279
|
+
"end": 312
|
|
31228
31280
|
}
|
|
31229
31281
|
},
|
|
31230
31282
|
"access": "public",
|
|
@@ -31239,8 +31291,8 @@
|
|
|
31239
31291
|
{
|
|
31240
31292
|
"description": "The text color of hovered items.\n",
|
|
31241
31293
|
"commentRange": {
|
|
31242
|
-
"start":
|
|
31243
|
-
"end":
|
|
31294
|
+
"start": 313,
|
|
31295
|
+
"end": 313
|
|
31244
31296
|
},
|
|
31245
31297
|
"context": {
|
|
31246
31298
|
"type": "variable",
|
|
@@ -31248,8 +31300,8 @@
|
|
|
31248
31300
|
"value": "$kendo-base-text",
|
|
31249
31301
|
"scope": "default",
|
|
31250
31302
|
"line": {
|
|
31251
|
-
"start":
|
|
31252
|
-
"end":
|
|
31303
|
+
"start": 314,
|
|
31304
|
+
"end": 314
|
|
31253
31305
|
}
|
|
31254
31306
|
},
|
|
31255
31307
|
"access": "public",
|
|
@@ -31264,8 +31316,8 @@
|
|
|
31264
31316
|
{
|
|
31265
31317
|
"description": "The border color of hovered items.\n",
|
|
31266
31318
|
"commentRange": {
|
|
31267
|
-
"start":
|
|
31268
|
-
"end":
|
|
31319
|
+
"start": 315,
|
|
31320
|
+
"end": 315
|
|
31269
31321
|
},
|
|
31270
31322
|
"context": {
|
|
31271
31323
|
"type": "variable",
|
|
@@ -31273,8 +31325,8 @@
|
|
|
31273
31325
|
"value": "k-try-shade( $kendo-hover-bg, 1 )",
|
|
31274
31326
|
"scope": "default",
|
|
31275
31327
|
"line": {
|
|
31276
|
-
"start":
|
|
31277
|
-
"end":
|
|
31328
|
+
"start": 316,
|
|
31329
|
+
"end": 316
|
|
31278
31330
|
}
|
|
31279
31331
|
},
|
|
31280
31332
|
"access": "public",
|
|
@@ -31289,8 +31341,8 @@
|
|
|
31289
31341
|
{
|
|
31290
31342
|
"description": "The gradient background of hovered items.\n",
|
|
31291
31343
|
"commentRange": {
|
|
31292
|
-
"start":
|
|
31293
|
-
"end":
|
|
31344
|
+
"start": 317,
|
|
31345
|
+
"end": 317
|
|
31294
31346
|
},
|
|
31295
31347
|
"context": {
|
|
31296
31348
|
"type": "variable",
|
|
@@ -31298,8 +31350,8 @@
|
|
|
31298
31350
|
"value": "null",
|
|
31299
31351
|
"scope": "default",
|
|
31300
31352
|
"line": {
|
|
31301
|
-
"start":
|
|
31302
|
-
"end":
|
|
31353
|
+
"start": 318,
|
|
31354
|
+
"end": 318
|
|
31303
31355
|
}
|
|
31304
31356
|
},
|
|
31305
31357
|
"access": "public",
|
|
@@ -31314,8 +31366,8 @@
|
|
|
31314
31366
|
{
|
|
31315
31367
|
"description": "The background of selected items.\n",
|
|
31316
31368
|
"commentRange": {
|
|
31317
|
-
"start":
|
|
31318
|
-
"end":
|
|
31369
|
+
"start": 320,
|
|
31370
|
+
"end": 320
|
|
31319
31371
|
},
|
|
31320
31372
|
"context": {
|
|
31321
31373
|
"type": "variable",
|
|
@@ -31323,8 +31375,8 @@
|
|
|
31323
31375
|
"value": "$kendo-color-primary",
|
|
31324
31376
|
"scope": "default",
|
|
31325
31377
|
"line": {
|
|
31326
|
-
"start":
|
|
31327
|
-
"end":
|
|
31378
|
+
"start": 321,
|
|
31379
|
+
"end": 321
|
|
31328
31380
|
}
|
|
31329
31381
|
},
|
|
31330
31382
|
"access": "public",
|
|
@@ -31339,8 +31391,8 @@
|
|
|
31339
31391
|
{
|
|
31340
31392
|
"description": "The text color of selected items.\n",
|
|
31341
31393
|
"commentRange": {
|
|
31342
|
-
"start":
|
|
31343
|
-
"end":
|
|
31394
|
+
"start": 322,
|
|
31395
|
+
"end": 322
|
|
31344
31396
|
},
|
|
31345
31397
|
"context": {
|
|
31346
31398
|
"type": "variable",
|
|
@@ -31348,8 +31400,8 @@
|
|
|
31348
31400
|
"value": "k-contrast-color( $kendo-selected-bg )",
|
|
31349
31401
|
"scope": "default",
|
|
31350
31402
|
"line": {
|
|
31351
|
-
"start":
|
|
31352
|
-
"end":
|
|
31403
|
+
"start": 323,
|
|
31404
|
+
"end": 323
|
|
31353
31405
|
}
|
|
31354
31406
|
},
|
|
31355
31407
|
"access": "public",
|
|
@@ -31364,8 +31416,8 @@
|
|
|
31364
31416
|
{
|
|
31365
31417
|
"description": "The border color of selected items.\n",
|
|
31366
31418
|
"commentRange": {
|
|
31367
|
-
"start":
|
|
31368
|
-
"end":
|
|
31419
|
+
"start": 324,
|
|
31420
|
+
"end": 324
|
|
31369
31421
|
},
|
|
31370
31422
|
"context": {
|
|
31371
31423
|
"type": "variable",
|
|
@@ -31373,8 +31425,8 @@
|
|
|
31373
31425
|
"value": "k-try-shade( $kendo-selected-bg, 1 )",
|
|
31374
31426
|
"scope": "default",
|
|
31375
31427
|
"line": {
|
|
31376
|
-
"start":
|
|
31377
|
-
"end":
|
|
31428
|
+
"start": 325,
|
|
31429
|
+
"end": 325
|
|
31378
31430
|
}
|
|
31379
31431
|
},
|
|
31380
31432
|
"access": "public",
|
|
@@ -31389,8 +31441,8 @@
|
|
|
31389
31441
|
{
|
|
31390
31442
|
"description": "The gradient background of selected items.\n",
|
|
31391
31443
|
"commentRange": {
|
|
31392
|
-
"start":
|
|
31393
|
-
"end":
|
|
31444
|
+
"start": 326,
|
|
31445
|
+
"end": 326
|
|
31394
31446
|
},
|
|
31395
31447
|
"context": {
|
|
31396
31448
|
"type": "variable",
|
|
@@ -31398,8 +31450,8 @@
|
|
|
31398
31450
|
"value": "null",
|
|
31399
31451
|
"scope": "default",
|
|
31400
31452
|
"line": {
|
|
31401
|
-
"start":
|
|
31402
|
-
"end":
|
|
31453
|
+
"start": 327,
|
|
31454
|
+
"end": 327
|
|
31403
31455
|
}
|
|
31404
31456
|
},
|
|
31405
31457
|
"access": "public",
|