@progress/kendo-theme-fluent 11.0.1-dev.0 → 11.0.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 +1 -1
- package/dist/fluent-main-dark.css +1 -1
- package/dist/fluent-main.css +1 -1
- package/dist/meta/sassdoc-data.json +728 -284
- package/dist/meta/sassdoc-raw-data.json +339 -139
- package/dist/meta/variables.json +41 -3
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main-dark.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/colorgradient/_layout.scss +10 -1
- package/scss/colorgradient/_variables.scss +27 -2
- package/scss/dataviz/_layout.scss +4 -4
- package/scss/dataviz/_variables.scss +8 -0
- package/scss/pager/_layout.scss +3 -0
|
@@ -11999,6 +11999,56 @@
|
|
|
11999
11999
|
"name": "_variables.scss"
|
|
12000
12000
|
}
|
|
12001
12001
|
},
|
|
12002
|
+
{
|
|
12003
|
+
"description": "Color of the Gauge Pointer.\n",
|
|
12004
|
+
"commentRange": {
|
|
12005
|
+
"start": 266,
|
|
12006
|
+
"end": 267
|
|
12007
|
+
},
|
|
12008
|
+
"context": {
|
|
12009
|
+
"type": "variable",
|
|
12010
|
+
"name": "kendo-gauge-pointer-bg",
|
|
12011
|
+
"value": "$kendo-series-f",
|
|
12012
|
+
"scope": "default",
|
|
12013
|
+
"line": {
|
|
12014
|
+
"start": 268,
|
|
12015
|
+
"end": 268
|
|
12016
|
+
}
|
|
12017
|
+
},
|
|
12018
|
+
"group": [
|
|
12019
|
+
"charts"
|
|
12020
|
+
],
|
|
12021
|
+
"access": "public",
|
|
12022
|
+
"file": {
|
|
12023
|
+
"path": "dataviz/_variables.scss",
|
|
12024
|
+
"name": "_variables.scss"
|
|
12025
|
+
}
|
|
12026
|
+
},
|
|
12027
|
+
{
|
|
12028
|
+
"description": "Color of the Gauge Track.\n",
|
|
12029
|
+
"commentRange": {
|
|
12030
|
+
"start": 269,
|
|
12031
|
+
"end": 270
|
|
12032
|
+
},
|
|
12033
|
+
"context": {
|
|
12034
|
+
"type": "variable",
|
|
12035
|
+
"name": "kendo-gauge-track-bg",
|
|
12036
|
+
"value": "k-color(base-emphasis)",
|
|
12037
|
+
"scope": "default",
|
|
12038
|
+
"line": {
|
|
12039
|
+
"start": 271,
|
|
12040
|
+
"end": 271
|
|
12041
|
+
}
|
|
12042
|
+
},
|
|
12043
|
+
"group": [
|
|
12044
|
+
"charts"
|
|
12045
|
+
],
|
|
12046
|
+
"access": "public",
|
|
12047
|
+
"file": {
|
|
12048
|
+
"path": "dataviz/_variables.scss",
|
|
12049
|
+
"name": "_variables.scss"
|
|
12050
|
+
}
|
|
12051
|
+
},
|
|
12002
12052
|
{
|
|
12003
12053
|
"description": "The box shadow transition of the Chat.\n",
|
|
12004
12054
|
"commentRange": {
|
|
@@ -17983,7 +18033,7 @@
|
|
|
17983
18033
|
"context": {
|
|
17984
18034
|
"type": "variable",
|
|
17985
18035
|
"name": "kendo-color-gradient-canvas-rectangle-height",
|
|
17986
|
-
"value": "
|
|
18036
|
+
"value": "184px",
|
|
17987
18037
|
"scope": "default",
|
|
17988
18038
|
"line": {
|
|
17989
18039
|
"start": 107,
|
|
@@ -17999,11 +18049,86 @@
|
|
|
17999
18049
|
"name": "_variables.scss"
|
|
18000
18050
|
}
|
|
18001
18051
|
},
|
|
18052
|
+
{
|
|
18053
|
+
"description": "The height the small ColorGradient canvas hsv rectangle.\n",
|
|
18054
|
+
"commentRange": {
|
|
18055
|
+
"start": 108,
|
|
18056
|
+
"end": 109
|
|
18057
|
+
},
|
|
18058
|
+
"context": {
|
|
18059
|
+
"type": "variable",
|
|
18060
|
+
"name": "kendo-color-gradient-sm-canvas-rectangle-height",
|
|
18061
|
+
"value": "160px",
|
|
18062
|
+
"scope": "default",
|
|
18063
|
+
"line": {
|
|
18064
|
+
"start": 110,
|
|
18065
|
+
"end": 110
|
|
18066
|
+
}
|
|
18067
|
+
},
|
|
18068
|
+
"group": [
|
|
18069
|
+
"color-gradient"
|
|
18070
|
+
],
|
|
18071
|
+
"access": "public",
|
|
18072
|
+
"file": {
|
|
18073
|
+
"path": "colorgradient/_variables.scss",
|
|
18074
|
+
"name": "_variables.scss"
|
|
18075
|
+
}
|
|
18076
|
+
},
|
|
18077
|
+
{
|
|
18078
|
+
"description": "The height the medium ColorGradient canvas hsv rectangle.\n",
|
|
18079
|
+
"commentRange": {
|
|
18080
|
+
"start": 111,
|
|
18081
|
+
"end": 112
|
|
18082
|
+
},
|
|
18083
|
+
"context": {
|
|
18084
|
+
"type": "variable",
|
|
18085
|
+
"name": "kendo-color-gradient-md-canvas-rectangle-height",
|
|
18086
|
+
"value": "$kendo-color-gradient-canvas-rectangle-height",
|
|
18087
|
+
"scope": "default",
|
|
18088
|
+
"line": {
|
|
18089
|
+
"start": 113,
|
|
18090
|
+
"end": 113
|
|
18091
|
+
}
|
|
18092
|
+
},
|
|
18093
|
+
"group": [
|
|
18094
|
+
"color-gradient"
|
|
18095
|
+
],
|
|
18096
|
+
"access": "public",
|
|
18097
|
+
"file": {
|
|
18098
|
+
"path": "colorgradient/_variables.scss",
|
|
18099
|
+
"name": "_variables.scss"
|
|
18100
|
+
}
|
|
18101
|
+
},
|
|
18102
|
+
{
|
|
18103
|
+
"description": "The height the large ColorGradient canvas hsv rectangle.\n",
|
|
18104
|
+
"commentRange": {
|
|
18105
|
+
"start": 114,
|
|
18106
|
+
"end": 115
|
|
18107
|
+
},
|
|
18108
|
+
"context": {
|
|
18109
|
+
"type": "variable",
|
|
18110
|
+
"name": "kendo-color-gradient-lg-canvas-rectangle-height",
|
|
18111
|
+
"value": "254px",
|
|
18112
|
+
"scope": "default",
|
|
18113
|
+
"line": {
|
|
18114
|
+
"start": 116,
|
|
18115
|
+
"end": 116
|
|
18116
|
+
}
|
|
18117
|
+
},
|
|
18118
|
+
"group": [
|
|
18119
|
+
"color-gradient"
|
|
18120
|
+
],
|
|
18121
|
+
"access": "public",
|
|
18122
|
+
"file": {
|
|
18123
|
+
"path": "colorgradient/_variables.scss",
|
|
18124
|
+
"name": "_variables.scss"
|
|
18125
|
+
}
|
|
18126
|
+
},
|
|
18002
18127
|
{
|
|
18003
18128
|
"description": "The spacing between the items of the small ColorGradient canvas.\n",
|
|
18004
18129
|
"commentRange": {
|
|
18005
|
-
"start":
|
|
18006
|
-
"end":
|
|
18130
|
+
"start": 118,
|
|
18131
|
+
"end": 119
|
|
18007
18132
|
},
|
|
18008
18133
|
"context": {
|
|
18009
18134
|
"type": "variable",
|
|
@@ -18011,8 +18136,8 @@
|
|
|
18011
18136
|
"value": "$kendo-color-gradient-canvas-spacing",
|
|
18012
18137
|
"scope": "default",
|
|
18013
18138
|
"line": {
|
|
18014
|
-
"start":
|
|
18015
|
-
"end":
|
|
18139
|
+
"start": 120,
|
|
18140
|
+
"end": 120
|
|
18016
18141
|
}
|
|
18017
18142
|
},
|
|
18018
18143
|
"group": [
|
|
@@ -18027,8 +18152,8 @@
|
|
|
18027
18152
|
{
|
|
18028
18153
|
"description": "The spacing between the items of the medium ColorGradient canvas.\n",
|
|
18029
18154
|
"commentRange": {
|
|
18030
|
-
"start":
|
|
18031
|
-
"end":
|
|
18155
|
+
"start": 121,
|
|
18156
|
+
"end": 122
|
|
18032
18157
|
},
|
|
18033
18158
|
"context": {
|
|
18034
18159
|
"type": "variable",
|
|
@@ -18036,8 +18161,8 @@
|
|
|
18036
18161
|
"value": "$kendo-color-gradient-canvas-spacing",
|
|
18037
18162
|
"scope": "default",
|
|
18038
18163
|
"line": {
|
|
18039
|
-
"start":
|
|
18040
|
-
"end":
|
|
18164
|
+
"start": 123,
|
|
18165
|
+
"end": 123
|
|
18041
18166
|
}
|
|
18042
18167
|
},
|
|
18043
18168
|
"group": [
|
|
@@ -18052,8 +18177,8 @@
|
|
|
18052
18177
|
{
|
|
18053
18178
|
"description": "The spacing between the items of the large ColorGradient canvas.\n",
|
|
18054
18179
|
"commentRange": {
|
|
18055
|
-
"start":
|
|
18056
|
-
"end":
|
|
18180
|
+
"start": 124,
|
|
18181
|
+
"end": 125
|
|
18057
18182
|
},
|
|
18058
18183
|
"context": {
|
|
18059
18184
|
"type": "variable",
|
|
@@ -18061,8 +18186,8 @@
|
|
|
18061
18186
|
"value": "k-spacing(4)",
|
|
18062
18187
|
"scope": "default",
|
|
18063
18188
|
"line": {
|
|
18064
|
-
"start":
|
|
18065
|
-
"end":
|
|
18189
|
+
"start": 126,
|
|
18190
|
+
"end": 126
|
|
18066
18191
|
}
|
|
18067
18192
|
},
|
|
18068
18193
|
"group": [
|
|
@@ -18077,8 +18202,8 @@
|
|
|
18077
18202
|
{
|
|
18078
18203
|
"description": "The border color of the ColorGradient canvas hsv rectangle.\n",
|
|
18079
18204
|
"commentRange": {
|
|
18080
|
-
"start":
|
|
18081
|
-
"end":
|
|
18205
|
+
"start": 128,
|
|
18206
|
+
"end": 129
|
|
18082
18207
|
},
|
|
18083
18208
|
"context": {
|
|
18084
18209
|
"type": "variable",
|
|
@@ -18086,8 +18211,8 @@
|
|
|
18086
18211
|
"value": "color-mix(in srgb, k-color(border) 16%, transparent)",
|
|
18087
18212
|
"scope": "default",
|
|
18088
18213
|
"line": {
|
|
18089
|
-
"start":
|
|
18090
|
-
"end":
|
|
18214
|
+
"start": 130,
|
|
18215
|
+
"end": 130
|
|
18091
18216
|
}
|
|
18092
18217
|
},
|
|
18093
18218
|
"group": [
|
|
@@ -18102,8 +18227,8 @@
|
|
|
18102
18227
|
{
|
|
18103
18228
|
"description": "The box shadow of the ColorGradient canvas drag handle.\n",
|
|
18104
18229
|
"commentRange": {
|
|
18105
|
-
"start":
|
|
18106
|
-
"end":
|
|
18230
|
+
"start": 131,
|
|
18231
|
+
"end": 132
|
|
18107
18232
|
},
|
|
18108
18233
|
"context": {
|
|
18109
18234
|
"type": "variable",
|
|
@@ -18111,8 +18236,8 @@
|
|
|
18111
18236
|
"value": "var( --kendo-box-shadow-depth-2, none )",
|
|
18112
18237
|
"scope": "default",
|
|
18113
18238
|
"line": {
|
|
18114
|
-
"start":
|
|
18115
|
-
"end":
|
|
18239
|
+
"start": 133,
|
|
18240
|
+
"end": 133
|
|
18116
18241
|
}
|
|
18117
18242
|
},
|
|
18118
18243
|
"group": [
|
|
@@ -18127,8 +18252,8 @@
|
|
|
18127
18252
|
{
|
|
18128
18253
|
"description": "The width of the ColorGradient slider.\n",
|
|
18129
18254
|
"commentRange": {
|
|
18130
|
-
"start":
|
|
18131
|
-
"end":
|
|
18255
|
+
"start": 135,
|
|
18256
|
+
"end": 136
|
|
18132
18257
|
},
|
|
18133
18258
|
"context": {
|
|
18134
18259
|
"type": "variable",
|
|
@@ -18136,8 +18261,8 @@
|
|
|
18136
18261
|
"value": "20px",
|
|
18137
18262
|
"scope": "default",
|
|
18138
18263
|
"line": {
|
|
18139
|
-
"start":
|
|
18140
|
-
"end":
|
|
18264
|
+
"start": 137,
|
|
18265
|
+
"end": 137
|
|
18141
18266
|
}
|
|
18142
18267
|
},
|
|
18143
18268
|
"group": [
|
|
@@ -18152,8 +18277,8 @@
|
|
|
18152
18277
|
{
|
|
18153
18278
|
"description": "The border radius of the ColorGradient slider.\n",
|
|
18154
18279
|
"commentRange": {
|
|
18155
|
-
"start":
|
|
18156
|
-
"end":
|
|
18280
|
+
"start": 138,
|
|
18281
|
+
"end": 139
|
|
18157
18282
|
},
|
|
18158
18283
|
"context": {
|
|
18159
18284
|
"type": "variable",
|
|
@@ -18161,8 +18286,8 @@
|
|
|
18161
18286
|
"value": "k-border-radius(md)",
|
|
18162
18287
|
"scope": "default",
|
|
18163
18288
|
"line": {
|
|
18164
|
-
"start":
|
|
18165
|
-
"end":
|
|
18289
|
+
"start": 140,
|
|
18290
|
+
"end": 140
|
|
18166
18291
|
}
|
|
18167
18292
|
},
|
|
18168
18293
|
"group": [
|
|
@@ -18177,8 +18302,8 @@
|
|
|
18177
18302
|
{
|
|
18178
18303
|
"description": "The width of the border around the ColorGradient slider.\n",
|
|
18179
18304
|
"commentRange": {
|
|
18180
|
-
"start":
|
|
18181
|
-
"end":
|
|
18305
|
+
"start": 141,
|
|
18306
|
+
"end": 142
|
|
18182
18307
|
},
|
|
18183
18308
|
"context": {
|
|
18184
18309
|
"type": "variable",
|
|
@@ -18186,8 +18311,8 @@
|
|
|
18186
18311
|
"value": "0",
|
|
18187
18312
|
"scope": "default",
|
|
18188
18313
|
"line": {
|
|
18189
|
-
"start":
|
|
18190
|
-
"end":
|
|
18314
|
+
"start": 143,
|
|
18315
|
+
"end": 143
|
|
18191
18316
|
}
|
|
18192
18317
|
},
|
|
18193
18318
|
"group": [
|
|
@@ -18202,8 +18327,8 @@
|
|
|
18202
18327
|
{
|
|
18203
18328
|
"description": "The color of the border around the ColorGradient slider.\n",
|
|
18204
18329
|
"commentRange": {
|
|
18205
|
-
"start":
|
|
18206
|
-
"end":
|
|
18330
|
+
"start": 144,
|
|
18331
|
+
"end": 145
|
|
18207
18332
|
},
|
|
18208
18333
|
"context": {
|
|
18209
18334
|
"type": "variable",
|
|
@@ -18211,8 +18336,8 @@
|
|
|
18211
18336
|
"value": "color-mix(in srgb, k-color(border) 16%, transparent)",
|
|
18212
18337
|
"scope": "default",
|
|
18213
18338
|
"line": {
|
|
18214
|
-
"start":
|
|
18215
|
-
"end":
|
|
18339
|
+
"start": 146,
|
|
18340
|
+
"end": 146
|
|
18216
18341
|
}
|
|
18217
18342
|
},
|
|
18218
18343
|
"group": [
|
|
@@ -18227,17 +18352,17 @@
|
|
|
18227
18352
|
{
|
|
18228
18353
|
"description": "The height of the ColorGradient vertical slider.\n",
|
|
18229
18354
|
"commentRange": {
|
|
18230
|
-
"start":
|
|
18231
|
-
"end":
|
|
18355
|
+
"start": 148,
|
|
18356
|
+
"end": 149
|
|
18232
18357
|
},
|
|
18233
18358
|
"context": {
|
|
18234
18359
|
"type": "variable",
|
|
18235
18360
|
"name": "kendo-color-gradient-slider-vertical-size",
|
|
18236
|
-
"value": "
|
|
18361
|
+
"value": "$kendo-color-gradient-canvas-rectangle-height",
|
|
18237
18362
|
"scope": "default",
|
|
18238
18363
|
"line": {
|
|
18239
|
-
"start":
|
|
18240
|
-
"end":
|
|
18364
|
+
"start": 150,
|
|
18365
|
+
"end": 150
|
|
18241
18366
|
}
|
|
18242
18367
|
},
|
|
18243
18368
|
"group": [
|
|
@@ -18252,8 +18377,8 @@
|
|
|
18252
18377
|
{
|
|
18253
18378
|
"description": "The width of the ColorGradient horizontal slider.\n",
|
|
18254
18379
|
"commentRange": {
|
|
18255
|
-
"start":
|
|
18256
|
-
"end":
|
|
18380
|
+
"start": 151,
|
|
18381
|
+
"end": 152
|
|
18257
18382
|
},
|
|
18258
18383
|
"context": {
|
|
18259
18384
|
"type": "variable",
|
|
@@ -18261,8 +18386,8 @@
|
|
|
18261
18386
|
"value": "100%",
|
|
18262
18387
|
"scope": "default",
|
|
18263
18388
|
"line": {
|
|
18264
|
-
"start":
|
|
18265
|
-
"end":
|
|
18389
|
+
"start": 153,
|
|
18390
|
+
"end": 153
|
|
18266
18391
|
}
|
|
18267
18392
|
},
|
|
18268
18393
|
"group": [
|
|
@@ -18277,8 +18402,8 @@
|
|
|
18277
18402
|
{
|
|
18278
18403
|
"description": "The background image of the ColorGradient alpha slider.\n",
|
|
18279
18404
|
"commentRange": {
|
|
18280
|
-
"start":
|
|
18281
|
-
"end":
|
|
18405
|
+
"start": 154,
|
|
18406
|
+
"end": 155
|
|
18282
18407
|
},
|
|
18283
18408
|
"context": {
|
|
18284
18409
|
"type": "variable",
|
|
@@ -18286,8 +18411,83 @@
|
|
|
18286
18411
|
"value": "\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC\"",
|
|
18287
18412
|
"scope": "default",
|
|
18288
18413
|
"line": {
|
|
18289
|
-
"start":
|
|
18290
|
-
"end":
|
|
18414
|
+
"start": 156,
|
|
18415
|
+
"end": 156
|
|
18416
|
+
}
|
|
18417
|
+
},
|
|
18418
|
+
"group": [
|
|
18419
|
+
"color-gradient"
|
|
18420
|
+
],
|
|
18421
|
+
"access": "public",
|
|
18422
|
+
"file": {
|
|
18423
|
+
"path": "colorgradient/_variables.scss",
|
|
18424
|
+
"name": "_variables.scss"
|
|
18425
|
+
}
|
|
18426
|
+
},
|
|
18427
|
+
{
|
|
18428
|
+
"description": "The height of the small ColorGradient vertical slider.\n",
|
|
18429
|
+
"commentRange": {
|
|
18430
|
+
"start": 158,
|
|
18431
|
+
"end": 159
|
|
18432
|
+
},
|
|
18433
|
+
"context": {
|
|
18434
|
+
"type": "variable",
|
|
18435
|
+
"name": "kendo-color-gradient-sm-slider-vertical-size",
|
|
18436
|
+
"value": "$kendo-color-gradient-sm-canvas-rectangle-height",
|
|
18437
|
+
"scope": "default",
|
|
18438
|
+
"line": {
|
|
18439
|
+
"start": 160,
|
|
18440
|
+
"end": 160
|
|
18441
|
+
}
|
|
18442
|
+
},
|
|
18443
|
+
"group": [
|
|
18444
|
+
"color-gradient"
|
|
18445
|
+
],
|
|
18446
|
+
"access": "public",
|
|
18447
|
+
"file": {
|
|
18448
|
+
"path": "colorgradient/_variables.scss",
|
|
18449
|
+
"name": "_variables.scss"
|
|
18450
|
+
}
|
|
18451
|
+
},
|
|
18452
|
+
{
|
|
18453
|
+
"description": "The height of the medium ColorGradient vertical slider.\n",
|
|
18454
|
+
"commentRange": {
|
|
18455
|
+
"start": 161,
|
|
18456
|
+
"end": 162
|
|
18457
|
+
},
|
|
18458
|
+
"context": {
|
|
18459
|
+
"type": "variable",
|
|
18460
|
+
"name": "kendo-color-gradient-md-slider-vertical-size",
|
|
18461
|
+
"value": "$kendo-color-gradient-md-canvas-rectangle-height",
|
|
18462
|
+
"scope": "default",
|
|
18463
|
+
"line": {
|
|
18464
|
+
"start": 163,
|
|
18465
|
+
"end": 163
|
|
18466
|
+
}
|
|
18467
|
+
},
|
|
18468
|
+
"group": [
|
|
18469
|
+
"color-gradient"
|
|
18470
|
+
],
|
|
18471
|
+
"access": "public",
|
|
18472
|
+
"file": {
|
|
18473
|
+
"path": "colorgradient/_variables.scss",
|
|
18474
|
+
"name": "_variables.scss"
|
|
18475
|
+
}
|
|
18476
|
+
},
|
|
18477
|
+
{
|
|
18478
|
+
"description": "The height of the large ColorGradient vertical slider.\n",
|
|
18479
|
+
"commentRange": {
|
|
18480
|
+
"start": 164,
|
|
18481
|
+
"end": 165
|
|
18482
|
+
},
|
|
18483
|
+
"context": {
|
|
18484
|
+
"type": "variable",
|
|
18485
|
+
"name": "kendo-color-gradient-lg-slider-vertical-size",
|
|
18486
|
+
"value": "$kendo-color-gradient-lg-canvas-rectangle-height",
|
|
18487
|
+
"scope": "default",
|
|
18488
|
+
"line": {
|
|
18489
|
+
"start": 166,
|
|
18490
|
+
"end": 166
|
|
18291
18491
|
}
|
|
18292
18492
|
},
|
|
18293
18493
|
"group": [
|
|
@@ -18302,8 +18502,8 @@
|
|
|
18302
18502
|
{
|
|
18303
18503
|
"description": "The width of the ColorGradient canvas drag handle.\n",
|
|
18304
18504
|
"commentRange": {
|
|
18305
|
-
"start":
|
|
18306
|
-
"end":
|
|
18505
|
+
"start": 168,
|
|
18506
|
+
"end": 169
|
|
18307
18507
|
},
|
|
18308
18508
|
"context": {
|
|
18309
18509
|
"type": "variable",
|
|
@@ -18311,8 +18511,8 @@
|
|
|
18311
18511
|
"value": "20px",
|
|
18312
18512
|
"scope": "default",
|
|
18313
18513
|
"line": {
|
|
18314
|
-
"start":
|
|
18315
|
-
"end":
|
|
18514
|
+
"start": 170,
|
|
18515
|
+
"end": 170
|
|
18316
18516
|
}
|
|
18317
18517
|
},
|
|
18318
18518
|
"group": [
|
|
@@ -18327,8 +18527,8 @@
|
|
|
18327
18527
|
{
|
|
18328
18528
|
"description": "The height of the ColorGradient canvas drag handle.\n",
|
|
18329
18529
|
"commentRange": {
|
|
18330
|
-
"start":
|
|
18331
|
-
"end":
|
|
18530
|
+
"start": 171,
|
|
18531
|
+
"end": 172
|
|
18332
18532
|
},
|
|
18333
18533
|
"context": {
|
|
18334
18534
|
"type": "variable",
|
|
@@ -18336,8 +18536,8 @@
|
|
|
18336
18536
|
"value": "20px",
|
|
18337
18537
|
"scope": "default",
|
|
18338
18538
|
"line": {
|
|
18339
|
-
"start":
|
|
18340
|
-
"end":
|
|
18539
|
+
"start": 173,
|
|
18540
|
+
"end": 173
|
|
18341
18541
|
}
|
|
18342
18542
|
},
|
|
18343
18543
|
"group": [
|
|
@@ -18352,8 +18552,8 @@
|
|
|
18352
18552
|
{
|
|
18353
18553
|
"description": "The width of the border around the ColorGradient canvas drag handle.\n",
|
|
18354
18554
|
"commentRange": {
|
|
18355
|
-
"start":
|
|
18356
|
-
"end":
|
|
18555
|
+
"start": 174,
|
|
18556
|
+
"end": 175
|
|
18357
18557
|
},
|
|
18358
18558
|
"context": {
|
|
18359
18559
|
"type": "variable",
|
|
@@ -18361,8 +18561,8 @@
|
|
|
18361
18561
|
"value": "2px",
|
|
18362
18562
|
"scope": "default",
|
|
18363
18563
|
"line": {
|
|
18364
|
-
"start":
|
|
18365
|
-
"end":
|
|
18564
|
+
"start": 176,
|
|
18565
|
+
"end": 176
|
|
18366
18566
|
}
|
|
18367
18567
|
},
|
|
18368
18568
|
"group": [
|
|
@@ -18377,8 +18577,8 @@
|
|
|
18377
18577
|
{
|
|
18378
18578
|
"description": "The width of the outline around the ColorGradient canvas drag handle.\n",
|
|
18379
18579
|
"commentRange": {
|
|
18380
|
-
"start":
|
|
18381
|
-
"end":
|
|
18580
|
+
"start": 177,
|
|
18581
|
+
"end": 178
|
|
18382
18582
|
},
|
|
18383
18583
|
"context": {
|
|
18384
18584
|
"type": "variable",
|
|
@@ -18386,8 +18586,8 @@
|
|
|
18386
18586
|
"value": "1px",
|
|
18387
18587
|
"scope": "default",
|
|
18388
18588
|
"line": {
|
|
18389
|
-
"start":
|
|
18390
|
-
"end":
|
|
18589
|
+
"start": 179,
|
|
18590
|
+
"end": 179
|
|
18391
18591
|
}
|
|
18392
18592
|
},
|
|
18393
18593
|
"group": [
|
|
@@ -18402,8 +18602,8 @@
|
|
|
18402
18602
|
{
|
|
18403
18603
|
"description": "The color of the border around the ColorGradient canvas drag handle.\n",
|
|
18404
18604
|
"commentRange": {
|
|
18405
|
-
"start":
|
|
18406
|
-
"end":
|
|
18605
|
+
"start": 180,
|
|
18606
|
+
"end": 181
|
|
18407
18607
|
},
|
|
18408
18608
|
"context": {
|
|
18409
18609
|
"type": "variable",
|
|
@@ -18411,8 +18611,8 @@
|
|
|
18411
18611
|
"value": "k-color(app-surface)",
|
|
18412
18612
|
"scope": "default",
|
|
18413
18613
|
"line": {
|
|
18414
|
-
"start":
|
|
18415
|
-
"end":
|
|
18614
|
+
"start": 182,
|
|
18615
|
+
"end": 182
|
|
18416
18616
|
}
|
|
18417
18617
|
},
|
|
18418
18618
|
"group": [
|
|
@@ -18427,8 +18627,8 @@
|
|
|
18427
18627
|
{
|
|
18428
18628
|
"description": "The box shadow of the ColorGradient canvas drag handle.\n",
|
|
18429
18629
|
"commentRange": {
|
|
18430
|
-
"start":
|
|
18431
|
-
"end":
|
|
18630
|
+
"start": 183,
|
|
18631
|
+
"end": 184
|
|
18432
18632
|
},
|
|
18433
18633
|
"context": {
|
|
18434
18634
|
"type": "variable",
|
|
@@ -18436,8 +18636,8 @@
|
|
|
18436
18636
|
"value": "var( --kendo-box-shadow-depth-2, none )",
|
|
18437
18637
|
"scope": "default",
|
|
18438
18638
|
"line": {
|
|
18439
|
-
"start":
|
|
18440
|
-
"end":
|
|
18639
|
+
"start": 185,
|
|
18640
|
+
"end": 185
|
|
18441
18641
|
}
|
|
18442
18642
|
},
|
|
18443
18643
|
"group": [
|
|
@@ -18452,8 +18652,8 @@
|
|
|
18452
18652
|
{
|
|
18453
18653
|
"description": "The color of the border around the focused ColorGradient canvas drag handle.\n",
|
|
18454
18654
|
"commentRange": {
|
|
18455
|
-
"start":
|
|
18456
|
-
"end":
|
|
18655
|
+
"start": 186,
|
|
18656
|
+
"end": 187
|
|
18457
18657
|
},
|
|
18458
18658
|
"context": {
|
|
18459
18659
|
"type": "variable",
|
|
@@ -18461,8 +18661,8 @@
|
|
|
18461
18661
|
"value": "k-color(app-surface)",
|
|
18462
18662
|
"scope": "default",
|
|
18463
18663
|
"line": {
|
|
18464
|
-
"start":
|
|
18465
|
-
"end":
|
|
18664
|
+
"start": 188,
|
|
18665
|
+
"end": 188
|
|
18466
18666
|
}
|
|
18467
18667
|
},
|
|
18468
18668
|
"group": [
|
|
@@ -18477,8 +18677,8 @@
|
|
|
18477
18677
|
{
|
|
18478
18678
|
"description": "The focus color of the outline around the ColorGradient canvas drag handle.\n",
|
|
18479
18679
|
"commentRange": {
|
|
18480
|
-
"start":
|
|
18481
|
-
"end":
|
|
18680
|
+
"start": 189,
|
|
18681
|
+
"end": 190
|
|
18482
18682
|
},
|
|
18483
18683
|
"context": {
|
|
18484
18684
|
"type": "variable",
|
|
@@ -18486,8 +18686,8 @@
|
|
|
18486
18686
|
"value": "k-color(base-emphasis)",
|
|
18487
18687
|
"scope": "default",
|
|
18488
18688
|
"line": {
|
|
18489
|
-
"start":
|
|
18490
|
-
"end":
|
|
18689
|
+
"start": 191,
|
|
18690
|
+
"end": 191
|
|
18491
18691
|
}
|
|
18492
18692
|
},
|
|
18493
18693
|
"group": [
|
|
@@ -18502,8 +18702,8 @@
|
|
|
18502
18702
|
{
|
|
18503
18703
|
"description": "The hover color of the outline around the ColorGradient canvas drag handle.\n",
|
|
18504
18704
|
"commentRange": {
|
|
18505
|
-
"start":
|
|
18506
|
-
"end":
|
|
18705
|
+
"start": 192,
|
|
18706
|
+
"end": 193
|
|
18507
18707
|
},
|
|
18508
18708
|
"context": {
|
|
18509
18709
|
"type": "variable",
|
|
@@ -18511,8 +18711,8 @@
|
|
|
18511
18711
|
"value": "k-color(base-emphasis)",
|
|
18512
18712
|
"scope": "default",
|
|
18513
18713
|
"line": {
|
|
18514
|
-
"start":
|
|
18515
|
-
"end":
|
|
18714
|
+
"start": 194,
|
|
18715
|
+
"end": 194
|
|
18516
18716
|
}
|
|
18517
18717
|
},
|
|
18518
18718
|
"group": [
|
|
@@ -18527,8 +18727,8 @@
|
|
|
18527
18727
|
{
|
|
18528
18728
|
"description": "The vertical offset of the ColorGradient canvas drag handle.\n",
|
|
18529
18729
|
"commentRange": {
|
|
18530
|
-
"start":
|
|
18531
|
-
"end":
|
|
18730
|
+
"start": 196,
|
|
18731
|
+
"end": 197
|
|
18532
18732
|
},
|
|
18533
18733
|
"context": {
|
|
18534
18734
|
"type": "variable",
|
|
@@ -18536,8 +18736,8 @@
|
|
|
18536
18736
|
"value": "( -1 * math.div( $kendo-color-gradient-draghandle-height, 2 ) )",
|
|
18537
18737
|
"scope": "default",
|
|
18538
18738
|
"line": {
|
|
18539
|
-
"start":
|
|
18540
|
-
"end":
|
|
18739
|
+
"start": 198,
|
|
18740
|
+
"end": 198
|
|
18541
18741
|
}
|
|
18542
18742
|
},
|
|
18543
18743
|
"group": [
|
|
@@ -18552,8 +18752,8 @@
|
|
|
18552
18752
|
{
|
|
18553
18753
|
"description": "The horizontal offset of the ColorGradient canvas drag handle.\n",
|
|
18554
18754
|
"commentRange": {
|
|
18555
|
-
"start":
|
|
18556
|
-
"end":
|
|
18755
|
+
"start": 199,
|
|
18756
|
+
"end": 200
|
|
18557
18757
|
},
|
|
18558
18758
|
"context": {
|
|
18559
18759
|
"type": "variable",
|
|
@@ -18561,8 +18761,8 @@
|
|
|
18561
18761
|
"value": "( -1 * math.div( $kendo-color-gradient-draghandle-width, 2 ) )",
|
|
18562
18762
|
"scope": "default",
|
|
18563
18763
|
"line": {
|
|
18564
|
-
"start":
|
|
18565
|
-
"end":
|
|
18764
|
+
"start": 201,
|
|
18765
|
+
"end": 201
|
|
18566
18766
|
}
|
|
18567
18767
|
},
|
|
18568
18768
|
"group": [
|
|
@@ -18577,8 +18777,8 @@
|
|
|
18577
18777
|
{
|
|
18578
18778
|
"description": "The width of the ColorGradient input.\n",
|
|
18579
18779
|
"commentRange": {
|
|
18580
|
-
"start":
|
|
18581
|
-
"end":
|
|
18780
|
+
"start": 203,
|
|
18781
|
+
"end": 204
|
|
18582
18782
|
},
|
|
18583
18783
|
"context": {
|
|
18584
18784
|
"type": "variable",
|
|
@@ -18586,8 +18786,8 @@
|
|
|
18586
18786
|
"value": "48px",
|
|
18587
18787
|
"scope": "default",
|
|
18588
18788
|
"line": {
|
|
18589
|
-
"start":
|
|
18590
|
-
"end":
|
|
18789
|
+
"start": 205,
|
|
18790
|
+
"end": 205
|
|
18591
18791
|
}
|
|
18592
18792
|
},
|
|
18593
18793
|
"group": [
|
|
@@ -18602,8 +18802,8 @@
|
|
|
18602
18802
|
{
|
|
18603
18803
|
"description": "The spacing between the ColorGradient inputs.\n",
|
|
18604
18804
|
"commentRange": {
|
|
18605
|
-
"start":
|
|
18606
|
-
"end":
|
|
18805
|
+
"start": 206,
|
|
18806
|
+
"end": 207
|
|
18607
18807
|
},
|
|
18608
18808
|
"context": {
|
|
18609
18809
|
"type": "variable",
|
|
@@ -18611,8 +18811,8 @@
|
|
|
18611
18811
|
"value": "calc( #{$kendo-color-gradient-spacer} / 4 )",
|
|
18612
18812
|
"scope": "default",
|
|
18613
18813
|
"line": {
|
|
18614
|
-
"start":
|
|
18615
|
-
"end":
|
|
18814
|
+
"start": 208,
|
|
18815
|
+
"end": 208
|
|
18616
18816
|
}
|
|
18617
18817
|
},
|
|
18618
18818
|
"group": [
|
|
@@ -18627,8 +18827,8 @@
|
|
|
18627
18827
|
{
|
|
18628
18828
|
"description": "The font size of the ColorGradient input labels.\n",
|
|
18629
18829
|
"commentRange": {
|
|
18630
|
-
"start":
|
|
18631
|
-
"end":
|
|
18830
|
+
"start": 209,
|
|
18831
|
+
"end": 210
|
|
18632
18832
|
},
|
|
18633
18833
|
"context": {
|
|
18634
18834
|
"type": "variable",
|
|
@@ -18636,8 +18836,8 @@
|
|
|
18636
18836
|
"value": "var( --kendo-font-size-sm, inherit )",
|
|
18637
18837
|
"scope": "default",
|
|
18638
18838
|
"line": {
|
|
18639
|
-
"start":
|
|
18640
|
-
"end":
|
|
18839
|
+
"start": 211,
|
|
18840
|
+
"end": 211
|
|
18641
18841
|
}
|
|
18642
18842
|
},
|
|
18643
18843
|
"group": [
|
|
@@ -18652,8 +18852,8 @@
|
|
|
18652
18852
|
{
|
|
18653
18853
|
"description": "The spacing between the ColorGradient inputs and their labels.\n",
|
|
18654
18854
|
"commentRange": {
|
|
18655
|
-
"start":
|
|
18656
|
-
"end":
|
|
18855
|
+
"start": 212,
|
|
18856
|
+
"end": 213
|
|
18657
18857
|
},
|
|
18658
18858
|
"context": {
|
|
18659
18859
|
"type": "variable",
|
|
@@ -18661,8 +18861,8 @@
|
|
|
18661
18861
|
"value": "calc( #{$kendo-color-gradient-spacer} / 4 )",
|
|
18662
18862
|
"scope": "default",
|
|
18663
18863
|
"line": {
|
|
18664
|
-
"start":
|
|
18665
|
-
"end":
|
|
18864
|
+
"start": 214,
|
|
18865
|
+
"end": 214
|
|
18666
18866
|
}
|
|
18667
18867
|
},
|
|
18668
18868
|
"group": [
|
|
@@ -18677,8 +18877,8 @@
|
|
|
18677
18877
|
{
|
|
18678
18878
|
"description": "The text color of the ColorGradient input labels.\n",
|
|
18679
18879
|
"commentRange": {
|
|
18680
|
-
"start":
|
|
18681
|
-
"end":
|
|
18880
|
+
"start": 215,
|
|
18881
|
+
"end": 216
|
|
18682
18882
|
},
|
|
18683
18883
|
"context": {
|
|
18684
18884
|
"type": "variable",
|
|
@@ -18686,8 +18886,8 @@
|
|
|
18686
18886
|
"value": "k-color(subtle)",
|
|
18687
18887
|
"scope": "default",
|
|
18688
18888
|
"line": {
|
|
18689
|
-
"start":
|
|
18690
|
-
"end":
|
|
18889
|
+
"start": 217,
|
|
18890
|
+
"end": 217
|
|
18691
18891
|
}
|
|
18692
18892
|
},
|
|
18693
18893
|
"group": [
|
|
@@ -18702,8 +18902,8 @@
|
|
|
18702
18902
|
{
|
|
18703
18903
|
"description": "The width of the small ColorGradient input.\n",
|
|
18704
18904
|
"commentRange": {
|
|
18705
|
-
"start":
|
|
18706
|
-
"end":
|
|
18905
|
+
"start": 219,
|
|
18906
|
+
"end": 220
|
|
18707
18907
|
},
|
|
18708
18908
|
"context": {
|
|
18709
18909
|
"type": "variable",
|
|
@@ -18711,8 +18911,8 @@
|
|
|
18711
18911
|
"value": "43px",
|
|
18712
18912
|
"scope": "default",
|
|
18713
18913
|
"line": {
|
|
18714
|
-
"start":
|
|
18715
|
-
"end":
|
|
18914
|
+
"start": 221,
|
|
18915
|
+
"end": 221
|
|
18716
18916
|
}
|
|
18717
18917
|
},
|
|
18718
18918
|
"group": [
|
|
@@ -18727,8 +18927,8 @@
|
|
|
18727
18927
|
{
|
|
18728
18928
|
"description": "The width of the medium ColorGradient input.\n",
|
|
18729
18929
|
"commentRange": {
|
|
18730
|
-
"start":
|
|
18731
|
-
"end":
|
|
18930
|
+
"start": 222,
|
|
18931
|
+
"end": 223
|
|
18732
18932
|
},
|
|
18733
18933
|
"context": {
|
|
18734
18934
|
"type": "variable",
|
|
@@ -18736,8 +18936,8 @@
|
|
|
18736
18936
|
"value": "$kendo-color-gradient-input-width",
|
|
18737
18937
|
"scope": "default",
|
|
18738
18938
|
"line": {
|
|
18739
|
-
"start":
|
|
18740
|
-
"end":
|
|
18939
|
+
"start": 224,
|
|
18940
|
+
"end": 224
|
|
18741
18941
|
}
|
|
18742
18942
|
},
|
|
18743
18943
|
"group": [
|
|
@@ -18752,8 +18952,8 @@
|
|
|
18752
18952
|
{
|
|
18753
18953
|
"description": "The width of the large ColorGradient input.\n",
|
|
18754
18954
|
"commentRange": {
|
|
18755
|
-
"start":
|
|
18756
|
-
"end":
|
|
18955
|
+
"start": 225,
|
|
18956
|
+
"end": 226
|
|
18757
18957
|
},
|
|
18758
18958
|
"context": {
|
|
18759
18959
|
"type": "variable",
|
|
@@ -18761,8 +18961,8 @@
|
|
|
18761
18961
|
"value": "68px",
|
|
18762
18962
|
"scope": "default",
|
|
18763
18963
|
"line": {
|
|
18764
|
-
"start":
|
|
18765
|
-
"end":
|
|
18964
|
+
"start": 227,
|
|
18965
|
+
"end": 227
|
|
18766
18966
|
}
|
|
18767
18967
|
},
|
|
18768
18968
|
"group": [
|
|
@@ -18777,8 +18977,8 @@
|
|
|
18777
18977
|
{
|
|
18778
18978
|
"description": "The font weight of the ColorGradient contrast ratio text.\n",
|
|
18779
18979
|
"commentRange": {
|
|
18780
|
-
"start":
|
|
18781
|
-
"end":
|
|
18980
|
+
"start": 229,
|
|
18981
|
+
"end": 230
|
|
18782
18982
|
},
|
|
18783
18983
|
"context": {
|
|
18784
18984
|
"type": "variable",
|
|
@@ -18786,8 +18986,8 @@
|
|
|
18786
18986
|
"value": "var( --kendo-font-weight-bold, normal )",
|
|
18787
18987
|
"scope": "default",
|
|
18788
18988
|
"line": {
|
|
18789
|
-
"start":
|
|
18790
|
-
"end":
|
|
18989
|
+
"start": 231,
|
|
18990
|
+
"end": 231
|
|
18791
18991
|
}
|
|
18792
18992
|
},
|
|
18793
18993
|
"group": [
|
|
@@ -18802,8 +19002,8 @@
|
|
|
18802
19002
|
{
|
|
18803
19003
|
"description": "The spacing between the items in the ColorGradient contrast tool.\n",
|
|
18804
19004
|
"commentRange": {
|
|
18805
|
-
"start":
|
|
18806
|
-
"end":
|
|
19005
|
+
"start": 232,
|
|
19006
|
+
"end": 233
|
|
18807
19007
|
},
|
|
18808
19008
|
"context": {
|
|
18809
19009
|
"type": "variable",
|
|
@@ -18811,8 +19011,8 @@
|
|
|
18811
19011
|
"value": "calc( #{$kendo-color-gradient-spacer} / 1.5 )",
|
|
18812
19012
|
"scope": "default",
|
|
18813
19013
|
"line": {
|
|
18814
|
-
"start":
|
|
18815
|
-
"end":
|
|
19014
|
+
"start": 234,
|
|
19015
|
+
"end": 234
|
|
18816
19016
|
}
|
|
18817
19017
|
},
|
|
18818
19018
|
"group": [
|
|
@@ -18827,17 +19027,17 @@
|
|
|
18827
19027
|
{
|
|
18828
19028
|
"description": "The size map of the ColorGradient.\n",
|
|
18829
19029
|
"commentRange": {
|
|
18830
|
-
"start":
|
|
18831
|
-
"end":
|
|
19030
|
+
"start": 236,
|
|
19031
|
+
"end": 237
|
|
18832
19032
|
},
|
|
18833
19033
|
"context": {
|
|
18834
19034
|
"type": "variable",
|
|
18835
19035
|
"name": "kendo-color-gradient-sizes",
|
|
18836
|
-
"value": "(\n sm: (\n width: $kendo-color-gradient-sm-width,\n input-width: $kendo-color-gradient-sm-input-width,\n spacing: $kendo-color-gradient-sm-spacing,\n canvas-spacing: $kendo-color-gradient-sm-canvas-spacing,\n padding-x: $kendo-color-gradient-sm-padding-x,\n padding-y: $kendo-color-gradient-sm-padding-y\n ),\n md: (\n width: $kendo-color-gradient-md-width,\n input-width: $kendo-color-gradient-md-input-width,\n spacing: $kendo-color-gradient-md-spacing,\n canvas-spacing: $kendo-color-gradient-md-canvas-spacing,\n padding-x: $kendo-color-gradient-md-padding-x,\n padding-y: $kendo-color-gradient-md-padding-y\n ),\n lg: (\n width: $kendo-color-gradient-lg-width,\n input-width: $kendo-color-gradient-lg-input-width,\n spacing: $kendo-color-gradient-lg-spacing,\n canvas-spacing: $kendo-color-gradient-lg-canvas-spacing,\n padding-x: $kendo-color-gradient-lg-padding-x,\n padding-y: $kendo-color-gradient-lg-padding-y\n )\n)",
|
|
19036
|
+
"value": "(\n sm: (\n width: $kendo-color-gradient-sm-width,\n vertical-slider-height: $kendo-color-gradient-sm-slider-vertical-size,\n rectangle-height: $kendo-color-gradient-sm-canvas-rectangle-height,\n input-width: $kendo-color-gradient-sm-input-width,\n spacing: $kendo-color-gradient-sm-spacing,\n canvas-spacing: $kendo-color-gradient-sm-canvas-spacing,\n padding-x: $kendo-color-gradient-sm-padding-x,\n padding-y: $kendo-color-gradient-sm-padding-y\n ),\n md: (\n width: $kendo-color-gradient-md-width,\n vertical-slider-height: $kendo-color-gradient-md-slider-vertical-size,\n rectangle-height: $kendo-color-gradient-md-canvas-rectangle-height,\n input-width: $kendo-color-gradient-md-input-width,\n spacing: $kendo-color-gradient-md-spacing,\n canvas-spacing: $kendo-color-gradient-md-canvas-spacing,\n padding-x: $kendo-color-gradient-md-padding-x,\n padding-y: $kendo-color-gradient-md-padding-y\n ),\n lg: (\n width: $kendo-color-gradient-lg-width,\n vertical-slider-height: $kendo-color-gradient-lg-slider-vertical-size,\n rectangle-height: $kendo-color-gradient-lg-canvas-rectangle-height,\n input-width: $kendo-color-gradient-lg-input-width,\n spacing: $kendo-color-gradient-lg-spacing,\n canvas-spacing: $kendo-color-gradient-lg-canvas-spacing,\n padding-x: $kendo-color-gradient-lg-padding-x,\n padding-y: $kendo-color-gradient-lg-padding-y\n )\n)",
|
|
18837
19037
|
"scope": "default",
|
|
18838
19038
|
"line": {
|
|
18839
|
-
"start":
|
|
18840
|
-
"end":
|
|
19039
|
+
"start": 238,
|
|
19040
|
+
"end": 269
|
|
18841
19041
|
}
|
|
18842
19042
|
},
|
|
18843
19043
|
"group": [
|