@progress/kendo-theme-fluent 11.1.0-dev.7 → 11.1.0-dev.8
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 +1094 -68
- package/dist/meta/sassdoc-raw-data.json +504 -29
- package/dist/meta/variables.json +88 -4
- 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/button/_layout.scss +17 -0
- package/scss/button/_variables.scss +4 -0
- package/scss/index.scss +3 -0
- package/scss/speech-to-text-button/_layout.scss +1 -13
- package/scss/speech-to-text-button/_variables.scss +1 -3
- package/scss/suggestion/_index.scss +16 -0
- package/scss/suggestion/_layout.scss +43 -0
- package/scss/suggestion/_theme.scss +79 -0
- package/scss/suggestion/_variables.scss +70 -0
|
@@ -5899,11 +5899,36 @@
|
|
|
5899
5899
|
"name": "_variables.scss"
|
|
5900
5900
|
}
|
|
5901
5901
|
},
|
|
5902
|
+
{
|
|
5903
|
+
"description": "The opacity of the pulsing animation for the generating Button.\n",
|
|
5904
|
+
"commentRange": {
|
|
5905
|
+
"start": 122,
|
|
5906
|
+
"end": 123
|
|
5907
|
+
},
|
|
5908
|
+
"context": {
|
|
5909
|
+
"type": "variable",
|
|
5910
|
+
"name": "kendo-button-pulsing-opacity",
|
|
5911
|
+
"value": ".6",
|
|
5912
|
+
"scope": "default",
|
|
5913
|
+
"line": {
|
|
5914
|
+
"start": 124,
|
|
5915
|
+
"end": 124
|
|
5916
|
+
}
|
|
5917
|
+
},
|
|
5918
|
+
"group": [
|
|
5919
|
+
"button"
|
|
5920
|
+
],
|
|
5921
|
+
"access": "public",
|
|
5922
|
+
"file": {
|
|
5923
|
+
"path": "button/_variables.scss",
|
|
5924
|
+
"name": "_variables.scss"
|
|
5925
|
+
}
|
|
5926
|
+
},
|
|
5902
5927
|
{
|
|
5903
5928
|
"description": "The theme colors map for the Button.\n",
|
|
5904
5929
|
"commentRange": {
|
|
5905
|
-
"start":
|
|
5906
|
-
"end":
|
|
5930
|
+
"start": 376,
|
|
5931
|
+
"end": 377
|
|
5907
5932
|
},
|
|
5908
5933
|
"context": {
|
|
5909
5934
|
"type": "variable",
|
|
@@ -5911,8 +5936,8 @@
|
|
|
5911
5936
|
"value": "()",
|
|
5912
5937
|
"scope": "default",
|
|
5913
5938
|
"line": {
|
|
5914
|
-
"start":
|
|
5915
|
-
"end":
|
|
5939
|
+
"start": 378,
|
|
5940
|
+
"end": 378
|
|
5916
5941
|
}
|
|
5917
5942
|
},
|
|
5918
5943
|
"group": [
|
|
@@ -61293,31 +61318,6 @@
|
|
|
61293
61318
|
"name": "_index.scss"
|
|
61294
61319
|
}
|
|
61295
61320
|
},
|
|
61296
|
-
{
|
|
61297
|
-
"description": "The opacity applied to the listening SpeechToTextButton\n",
|
|
61298
|
-
"commentRange": {
|
|
61299
|
-
"start": 1,
|
|
61300
|
-
"end": 2
|
|
61301
|
-
},
|
|
61302
|
-
"context": {
|
|
61303
|
-
"type": "variable",
|
|
61304
|
-
"name": "kendo-speech-to-text-button-listening-opacity",
|
|
61305
|
-
"value": "0.6",
|
|
61306
|
-
"scope": "default",
|
|
61307
|
-
"line": {
|
|
61308
|
-
"start": 3,
|
|
61309
|
-
"end": 3
|
|
61310
|
-
}
|
|
61311
|
-
},
|
|
61312
|
-
"group": [
|
|
61313
|
-
"speech-to-text-button"
|
|
61314
|
-
],
|
|
61315
|
-
"access": "public",
|
|
61316
|
-
"file": {
|
|
61317
|
-
"path": "speech-to-text-button/_variables.scss",
|
|
61318
|
-
"name": "_variables.scss"
|
|
61319
|
-
}
|
|
61320
|
-
},
|
|
61321
61321
|
{
|
|
61322
61322
|
"description": "The vertical padding of the small arrow Button.\n",
|
|
61323
61323
|
"commentRange": {
|
|
@@ -65993,6 +65993,481 @@
|
|
|
65993
65993
|
"name": "_variables.scss"
|
|
65994
65994
|
}
|
|
65995
65995
|
},
|
|
65996
|
+
{
|
|
65997
|
+
"description": "The vertical padding of the Suggestion wrapper.\n",
|
|
65998
|
+
"commentRange": {
|
|
65999
|
+
"start": 4,
|
|
66000
|
+
"end": 5
|
|
66001
|
+
},
|
|
66002
|
+
"context": {
|
|
66003
|
+
"type": "variable",
|
|
66004
|
+
"name": "kendo-suggestion-padding-y",
|
|
66005
|
+
"value": "k-spacing(2)",
|
|
66006
|
+
"scope": "default",
|
|
66007
|
+
"line": {
|
|
66008
|
+
"start": 6,
|
|
66009
|
+
"end": 6
|
|
66010
|
+
}
|
|
66011
|
+
},
|
|
66012
|
+
"group": [
|
|
66013
|
+
"suggestion"
|
|
66014
|
+
],
|
|
66015
|
+
"access": "public",
|
|
66016
|
+
"file": {
|
|
66017
|
+
"path": "suggestion/_variables.scss",
|
|
66018
|
+
"name": "_variables.scss"
|
|
66019
|
+
}
|
|
66020
|
+
},
|
|
66021
|
+
{
|
|
66022
|
+
"description": "The horizontal padding of the Suggestion wrapper.\n",
|
|
66023
|
+
"commentRange": {
|
|
66024
|
+
"start": 7,
|
|
66025
|
+
"end": 8
|
|
66026
|
+
},
|
|
66027
|
+
"context": {
|
|
66028
|
+
"type": "variable",
|
|
66029
|
+
"name": "kendo-suggestion-padding-x",
|
|
66030
|
+
"value": "k-spacing(3)",
|
|
66031
|
+
"scope": "default",
|
|
66032
|
+
"line": {
|
|
66033
|
+
"start": 9,
|
|
66034
|
+
"end": 9
|
|
66035
|
+
}
|
|
66036
|
+
},
|
|
66037
|
+
"group": [
|
|
66038
|
+
"suggestion"
|
|
66039
|
+
],
|
|
66040
|
+
"access": "public",
|
|
66041
|
+
"file": {
|
|
66042
|
+
"path": "suggestion/_variables.scss",
|
|
66043
|
+
"name": "_variables.scss"
|
|
66044
|
+
}
|
|
66045
|
+
},
|
|
66046
|
+
{
|
|
66047
|
+
"description": "The horizontal padding of the Suggestion wrapper.\n",
|
|
66048
|
+
"commentRange": {
|
|
66049
|
+
"start": 10,
|
|
66050
|
+
"end": 11
|
|
66051
|
+
},
|
|
66052
|
+
"context": {
|
|
66053
|
+
"type": "variable",
|
|
66054
|
+
"name": "kendo-suggestion-spacing",
|
|
66055
|
+
"value": "k-spacing(2)",
|
|
66056
|
+
"scope": "default",
|
|
66057
|
+
"line": {
|
|
66058
|
+
"start": 12,
|
|
66059
|
+
"end": 12
|
|
66060
|
+
}
|
|
66061
|
+
},
|
|
66062
|
+
"group": [
|
|
66063
|
+
"suggestion"
|
|
66064
|
+
],
|
|
66065
|
+
"access": "public",
|
|
66066
|
+
"file": {
|
|
66067
|
+
"path": "suggestion/_variables.scss",
|
|
66068
|
+
"name": "_variables.scss"
|
|
66069
|
+
}
|
|
66070
|
+
},
|
|
66071
|
+
{
|
|
66072
|
+
"description": "The border width of the Suggestion.\n",
|
|
66073
|
+
"commentRange": {
|
|
66074
|
+
"start": 13,
|
|
66075
|
+
"end": 14
|
|
66076
|
+
},
|
|
66077
|
+
"context": {
|
|
66078
|
+
"type": "variable",
|
|
66079
|
+
"name": "kendo-suggestion-border-width",
|
|
66080
|
+
"value": "1px",
|
|
66081
|
+
"scope": "default",
|
|
66082
|
+
"line": {
|
|
66083
|
+
"start": 15,
|
|
66084
|
+
"end": 15
|
|
66085
|
+
}
|
|
66086
|
+
},
|
|
66087
|
+
"group": [
|
|
66088
|
+
"suggestion"
|
|
66089
|
+
],
|
|
66090
|
+
"access": "public",
|
|
66091
|
+
"file": {
|
|
66092
|
+
"path": "suggestion/_variables.scss",
|
|
66093
|
+
"name": "_variables.scss"
|
|
66094
|
+
}
|
|
66095
|
+
},
|
|
66096
|
+
{
|
|
66097
|
+
"description": "The border style of the Suggestion.\n",
|
|
66098
|
+
"commentRange": {
|
|
66099
|
+
"start": 16,
|
|
66100
|
+
"end": 17
|
|
66101
|
+
},
|
|
66102
|
+
"context": {
|
|
66103
|
+
"type": "variable",
|
|
66104
|
+
"name": "kendo-suggestion-border-style",
|
|
66105
|
+
"value": "solid",
|
|
66106
|
+
"scope": "default",
|
|
66107
|
+
"line": {
|
|
66108
|
+
"start": 18,
|
|
66109
|
+
"end": 18
|
|
66110
|
+
}
|
|
66111
|
+
},
|
|
66112
|
+
"group": [
|
|
66113
|
+
"suggestion"
|
|
66114
|
+
],
|
|
66115
|
+
"access": "public",
|
|
66116
|
+
"file": {
|
|
66117
|
+
"path": "suggestion/_variables.scss",
|
|
66118
|
+
"name": "_variables.scss"
|
|
66119
|
+
}
|
|
66120
|
+
},
|
|
66121
|
+
{
|
|
66122
|
+
"description": "The line height of the Suggestion.\n",
|
|
66123
|
+
"commentRange": {
|
|
66124
|
+
"start": 20,
|
|
66125
|
+
"end": 21
|
|
66126
|
+
},
|
|
66127
|
+
"context": {
|
|
66128
|
+
"type": "variable",
|
|
66129
|
+
"name": "kendo-suggestion-line-height",
|
|
66130
|
+
"value": "var( --kendo-line-height, normal )",
|
|
66131
|
+
"scope": "default",
|
|
66132
|
+
"line": {
|
|
66133
|
+
"start": 22,
|
|
66134
|
+
"end": 22
|
|
66135
|
+
}
|
|
66136
|
+
},
|
|
66137
|
+
"group": [
|
|
66138
|
+
"suggestion"
|
|
66139
|
+
],
|
|
66140
|
+
"access": "public",
|
|
66141
|
+
"file": {
|
|
66142
|
+
"path": "suggestion/_variables.scss",
|
|
66143
|
+
"name": "_variables.scss"
|
|
66144
|
+
}
|
|
66145
|
+
},
|
|
66146
|
+
{
|
|
66147
|
+
"description": "The border radius of the Suggestion.\n",
|
|
66148
|
+
"commentRange": {
|
|
66149
|
+
"start": 23,
|
|
66150
|
+
"end": 24
|
|
66151
|
+
},
|
|
66152
|
+
"context": {
|
|
66153
|
+
"type": "variable",
|
|
66154
|
+
"name": "kendo-suggestion-border-radius",
|
|
66155
|
+
"value": "k-border-radius(xxl)",
|
|
66156
|
+
"scope": "default",
|
|
66157
|
+
"line": {
|
|
66158
|
+
"start": 25,
|
|
66159
|
+
"end": 25
|
|
66160
|
+
}
|
|
66161
|
+
},
|
|
66162
|
+
"group": [
|
|
66163
|
+
"suggestion"
|
|
66164
|
+
],
|
|
66165
|
+
"access": "public",
|
|
66166
|
+
"file": {
|
|
66167
|
+
"path": "suggestion/_variables.scss",
|
|
66168
|
+
"name": "_variables.scss"
|
|
66169
|
+
}
|
|
66170
|
+
},
|
|
66171
|
+
{
|
|
66172
|
+
"description": "The background color of the Suggestion.\n",
|
|
66173
|
+
"commentRange": {
|
|
66174
|
+
"start": 27,
|
|
66175
|
+
"end": 28
|
|
66176
|
+
},
|
|
66177
|
+
"context": {
|
|
66178
|
+
"type": "variable",
|
|
66179
|
+
"name": "kendo-suggestion-bg",
|
|
66180
|
+
"value": "k-color(base-subtle)",
|
|
66181
|
+
"scope": "default",
|
|
66182
|
+
"line": {
|
|
66183
|
+
"start": 29,
|
|
66184
|
+
"end": 29
|
|
66185
|
+
}
|
|
66186
|
+
},
|
|
66187
|
+
"group": [
|
|
66188
|
+
"suggestion"
|
|
66189
|
+
],
|
|
66190
|
+
"access": "public",
|
|
66191
|
+
"file": {
|
|
66192
|
+
"path": "suggestion/_variables.scss",
|
|
66193
|
+
"name": "_variables.scss"
|
|
66194
|
+
}
|
|
66195
|
+
},
|
|
66196
|
+
{
|
|
66197
|
+
"description": "The text color of the Suggestion.\n",
|
|
66198
|
+
"commentRange": {
|
|
66199
|
+
"start": 30,
|
|
66200
|
+
"end": 31
|
|
66201
|
+
},
|
|
66202
|
+
"context": {
|
|
66203
|
+
"type": "variable",
|
|
66204
|
+
"name": "kendo-suggestion-text",
|
|
66205
|
+
"value": "k-color(base-on-subtle)",
|
|
66206
|
+
"scope": "default",
|
|
66207
|
+
"line": {
|
|
66208
|
+
"start": 32,
|
|
66209
|
+
"end": 32
|
|
66210
|
+
}
|
|
66211
|
+
},
|
|
66212
|
+
"group": [
|
|
66213
|
+
"suggestion"
|
|
66214
|
+
],
|
|
66215
|
+
"access": "public",
|
|
66216
|
+
"file": {
|
|
66217
|
+
"path": "suggestion/_variables.scss",
|
|
66218
|
+
"name": "_variables.scss"
|
|
66219
|
+
}
|
|
66220
|
+
},
|
|
66221
|
+
{
|
|
66222
|
+
"description": "The border color of the Suggestion.\n",
|
|
66223
|
+
"commentRange": {
|
|
66224
|
+
"start": 33,
|
|
66225
|
+
"end": 34
|
|
66226
|
+
},
|
|
66227
|
+
"context": {
|
|
66228
|
+
"type": "variable",
|
|
66229
|
+
"name": "kendo-suggestion-border",
|
|
66230
|
+
"value": "k-color(base-emphasis)",
|
|
66231
|
+
"scope": "default",
|
|
66232
|
+
"line": {
|
|
66233
|
+
"start": 35,
|
|
66234
|
+
"end": 35
|
|
66235
|
+
}
|
|
66236
|
+
},
|
|
66237
|
+
"group": [
|
|
66238
|
+
"suggestion"
|
|
66239
|
+
],
|
|
66240
|
+
"access": "public",
|
|
66241
|
+
"file": {
|
|
66242
|
+
"path": "suggestion/_variables.scss",
|
|
66243
|
+
"name": "_variables.scss"
|
|
66244
|
+
}
|
|
66245
|
+
},
|
|
66246
|
+
{
|
|
66247
|
+
"description": "The background color of the hovered Suggestion.\n",
|
|
66248
|
+
"commentRange": {
|
|
66249
|
+
"start": 37,
|
|
66250
|
+
"end": 38
|
|
66251
|
+
},
|
|
66252
|
+
"context": {
|
|
66253
|
+
"type": "variable",
|
|
66254
|
+
"name": "kendo-suggestion-hover-bg",
|
|
66255
|
+
"value": "k-color(base-subtle-hover)",
|
|
66256
|
+
"scope": "default",
|
|
66257
|
+
"line": {
|
|
66258
|
+
"start": 39,
|
|
66259
|
+
"end": 39
|
|
66260
|
+
}
|
|
66261
|
+
},
|
|
66262
|
+
"group": [
|
|
66263
|
+
"suggestion"
|
|
66264
|
+
],
|
|
66265
|
+
"access": "public",
|
|
66266
|
+
"file": {
|
|
66267
|
+
"path": "suggestion/_variables.scss",
|
|
66268
|
+
"name": "_variables.scss"
|
|
66269
|
+
}
|
|
66270
|
+
},
|
|
66271
|
+
{
|
|
66272
|
+
"description": "The text color of the hovered Suggestion.\n",
|
|
66273
|
+
"commentRange": {
|
|
66274
|
+
"start": 40,
|
|
66275
|
+
"end": 41
|
|
66276
|
+
},
|
|
66277
|
+
"context": {
|
|
66278
|
+
"type": "variable",
|
|
66279
|
+
"name": "kendo-suggestion-hover-text",
|
|
66280
|
+
"value": "k-color(base-on-subtle)",
|
|
66281
|
+
"scope": "default",
|
|
66282
|
+
"line": {
|
|
66283
|
+
"start": 42,
|
|
66284
|
+
"end": 42
|
|
66285
|
+
}
|
|
66286
|
+
},
|
|
66287
|
+
"group": [
|
|
66288
|
+
"suggestion"
|
|
66289
|
+
],
|
|
66290
|
+
"access": "public",
|
|
66291
|
+
"file": {
|
|
66292
|
+
"path": "suggestion/_variables.scss",
|
|
66293
|
+
"name": "_variables.scss"
|
|
66294
|
+
}
|
|
66295
|
+
},
|
|
66296
|
+
{
|
|
66297
|
+
"description": "The border color of the hovered Suggestion.\n",
|
|
66298
|
+
"commentRange": {
|
|
66299
|
+
"start": 43,
|
|
66300
|
+
"end": 44
|
|
66301
|
+
},
|
|
66302
|
+
"context": {
|
|
66303
|
+
"type": "variable",
|
|
66304
|
+
"name": "kendo-suggestion-hover-border",
|
|
66305
|
+
"value": "k-color(base-emphasis)",
|
|
66306
|
+
"scope": "default",
|
|
66307
|
+
"line": {
|
|
66308
|
+
"start": 45,
|
|
66309
|
+
"end": 45
|
|
66310
|
+
}
|
|
66311
|
+
},
|
|
66312
|
+
"group": [
|
|
66313
|
+
"suggestion"
|
|
66314
|
+
],
|
|
66315
|
+
"access": "public",
|
|
66316
|
+
"file": {
|
|
66317
|
+
"path": "suggestion/_variables.scss",
|
|
66318
|
+
"name": "_variables.scss"
|
|
66319
|
+
}
|
|
66320
|
+
},
|
|
66321
|
+
{
|
|
66322
|
+
"description": "The background color of the active Suggestion.\n",
|
|
66323
|
+
"commentRange": {
|
|
66324
|
+
"start": 47,
|
|
66325
|
+
"end": 48
|
|
66326
|
+
},
|
|
66327
|
+
"context": {
|
|
66328
|
+
"type": "variable",
|
|
66329
|
+
"name": "kendo-suggestion-active-bg",
|
|
66330
|
+
"value": "k-color(base-subtle-active)",
|
|
66331
|
+
"scope": "default",
|
|
66332
|
+
"line": {
|
|
66333
|
+
"start": 49,
|
|
66334
|
+
"end": 49
|
|
66335
|
+
}
|
|
66336
|
+
},
|
|
66337
|
+
"group": [
|
|
66338
|
+
"suggestion"
|
|
66339
|
+
],
|
|
66340
|
+
"access": "public",
|
|
66341
|
+
"file": {
|
|
66342
|
+
"path": "suggestion/_variables.scss",
|
|
66343
|
+
"name": "_variables.scss"
|
|
66344
|
+
}
|
|
66345
|
+
},
|
|
66346
|
+
{
|
|
66347
|
+
"description": "The text color of the active Suggestion.\n",
|
|
66348
|
+
"commentRange": {
|
|
66349
|
+
"start": 50,
|
|
66350
|
+
"end": 51
|
|
66351
|
+
},
|
|
66352
|
+
"context": {
|
|
66353
|
+
"type": "variable",
|
|
66354
|
+
"name": "kendo-suggestion-active-text",
|
|
66355
|
+
"value": "k-color(base-on-subtle)",
|
|
66356
|
+
"scope": "default",
|
|
66357
|
+
"line": {
|
|
66358
|
+
"start": 52,
|
|
66359
|
+
"end": 52
|
|
66360
|
+
}
|
|
66361
|
+
},
|
|
66362
|
+
"group": [
|
|
66363
|
+
"suggestion"
|
|
66364
|
+
],
|
|
66365
|
+
"access": "public",
|
|
66366
|
+
"file": {
|
|
66367
|
+
"path": "suggestion/_variables.scss",
|
|
66368
|
+
"name": "_variables.scss"
|
|
66369
|
+
}
|
|
66370
|
+
},
|
|
66371
|
+
{
|
|
66372
|
+
"description": "The border color of the active Suggestion.\n",
|
|
66373
|
+
"commentRange": {
|
|
66374
|
+
"start": 53,
|
|
66375
|
+
"end": 54
|
|
66376
|
+
},
|
|
66377
|
+
"context": {
|
|
66378
|
+
"type": "variable",
|
|
66379
|
+
"name": "kendo-suggestion-active-border",
|
|
66380
|
+
"value": "k-color(base-emphasis)",
|
|
66381
|
+
"scope": "default",
|
|
66382
|
+
"line": {
|
|
66383
|
+
"start": 55,
|
|
66384
|
+
"end": 55
|
|
66385
|
+
}
|
|
66386
|
+
},
|
|
66387
|
+
"group": [
|
|
66388
|
+
"suggestion"
|
|
66389
|
+
],
|
|
66390
|
+
"access": "public",
|
|
66391
|
+
"file": {
|
|
66392
|
+
"path": "suggestion/_variables.scss",
|
|
66393
|
+
"name": "_variables.scss"
|
|
66394
|
+
}
|
|
66395
|
+
},
|
|
66396
|
+
{
|
|
66397
|
+
"description": "The shadow blur of the focused Suggestion.\n",
|
|
66398
|
+
"commentRange": {
|
|
66399
|
+
"start": 57,
|
|
66400
|
+
"end": 58
|
|
66401
|
+
},
|
|
66402
|
+
"context": {
|
|
66403
|
+
"type": "variable",
|
|
66404
|
+
"name": "kendo-suggestion-focus-shadow-blur",
|
|
66405
|
+
"value": "0",
|
|
66406
|
+
"scope": "default",
|
|
66407
|
+
"line": {
|
|
66408
|
+
"start": 59,
|
|
66409
|
+
"end": 59
|
|
66410
|
+
}
|
|
66411
|
+
},
|
|
66412
|
+
"group": [
|
|
66413
|
+
"suggestion"
|
|
66414
|
+
],
|
|
66415
|
+
"access": "public",
|
|
66416
|
+
"file": {
|
|
66417
|
+
"path": "suggestion/_variables.scss",
|
|
66418
|
+
"name": "_variables.scss"
|
|
66419
|
+
}
|
|
66420
|
+
},
|
|
66421
|
+
{
|
|
66422
|
+
"description": "The shadow spread of the focused Suggestion.\n",
|
|
66423
|
+
"commentRange": {
|
|
66424
|
+
"start": 60,
|
|
66425
|
+
"end": 61
|
|
66426
|
+
},
|
|
66427
|
+
"context": {
|
|
66428
|
+
"type": "variable",
|
|
66429
|
+
"name": "kendo-suggestion-focus-shadow-spread",
|
|
66430
|
+
"value": "2px",
|
|
66431
|
+
"scope": "default",
|
|
66432
|
+
"line": {
|
|
66433
|
+
"start": 62,
|
|
66434
|
+
"end": 62
|
|
66435
|
+
}
|
|
66436
|
+
},
|
|
66437
|
+
"group": [
|
|
66438
|
+
"suggestion"
|
|
66439
|
+
],
|
|
66440
|
+
"access": "public",
|
|
66441
|
+
"file": {
|
|
66442
|
+
"path": "suggestion/_variables.scss",
|
|
66443
|
+
"name": "_variables.scss"
|
|
66444
|
+
}
|
|
66445
|
+
},
|
|
66446
|
+
{
|
|
66447
|
+
"description": "The shadow color of the focused Suggestion.\n",
|
|
66448
|
+
"commentRange": {
|
|
66449
|
+
"start": 63,
|
|
66450
|
+
"end": 64
|
|
66451
|
+
},
|
|
66452
|
+
"context": {
|
|
66453
|
+
"type": "variable",
|
|
66454
|
+
"name": "kendo-suggestion-focus-shadow-color",
|
|
66455
|
+
"value": "k-color(border-alt)",
|
|
66456
|
+
"scope": "default",
|
|
66457
|
+
"line": {
|
|
66458
|
+
"start": 65,
|
|
66459
|
+
"end": 65
|
|
66460
|
+
}
|
|
66461
|
+
},
|
|
66462
|
+
"group": [
|
|
66463
|
+
"suggestion"
|
|
66464
|
+
],
|
|
66465
|
+
"access": "public",
|
|
66466
|
+
"file": {
|
|
66467
|
+
"path": "suggestion/_variables.scss",
|
|
66468
|
+
"name": "_variables.scss"
|
|
66469
|
+
}
|
|
66470
|
+
},
|
|
65996
66471
|
{
|
|
65997
66472
|
"description": "The font family of the Switch.\n",
|
|
65998
66473
|
"commentRange": {
|
package/dist/meta/variables.json
CHANGED
|
@@ -2291,6 +2291,90 @@
|
|
|
2291
2291
|
"type": "String",
|
|
2292
2292
|
"value": "var(--kendo-color-on-app-surface, #323130)"
|
|
2293
2293
|
},
|
|
2294
|
+
"kendo-suggestion-padding-y": {
|
|
2295
|
+
"type": "String",
|
|
2296
|
+
"value": "var(--kendo-spacing-2, 0.5rem)"
|
|
2297
|
+
},
|
|
2298
|
+
"kendo-suggestion-padding-x": {
|
|
2299
|
+
"type": "String",
|
|
2300
|
+
"value": "var(--kendo-spacing-3, 0.75rem)"
|
|
2301
|
+
},
|
|
2302
|
+
"kendo-suggestion-spacing": {
|
|
2303
|
+
"type": "String",
|
|
2304
|
+
"value": "var(--kendo-spacing-2, 0.5rem)"
|
|
2305
|
+
},
|
|
2306
|
+
"kendo-suggestion-border-width": {
|
|
2307
|
+
"type": "Number",
|
|
2308
|
+
"value": "1px"
|
|
2309
|
+
},
|
|
2310
|
+
"kendo-suggestion-border-style": {
|
|
2311
|
+
"type": "String",
|
|
2312
|
+
"value": "solid"
|
|
2313
|
+
},
|
|
2314
|
+
"kendo-suggestion-line-height": {
|
|
2315
|
+
"type": "String",
|
|
2316
|
+
"value": "var(--kendo-line-height, normal)"
|
|
2317
|
+
},
|
|
2318
|
+
"kendo-suggestion-border-radius": {
|
|
2319
|
+
"type": "String",
|
|
2320
|
+
"value": "var(--kendo-border-radius-xxl, 1rem)"
|
|
2321
|
+
},
|
|
2322
|
+
"kendo-suggestion-bg": {
|
|
2323
|
+
"type": "String",
|
|
2324
|
+
"value": "var(--kendo-color-base-subtle, #edebe9)"
|
|
2325
|
+
},
|
|
2326
|
+
"kendo-suggestion-text": {
|
|
2327
|
+
"type": "String",
|
|
2328
|
+
"value": "var(--kendo-color-base-on-subtle, #323130)"
|
|
2329
|
+
},
|
|
2330
|
+
"kendo-suggestion-border": {
|
|
2331
|
+
"type": "String",
|
|
2332
|
+
"value": "var(--kendo-color-base-emphasis, #605e5c)"
|
|
2333
|
+
},
|
|
2334
|
+
"kendo-suggestion-hover-bg": {
|
|
2335
|
+
"type": "String",
|
|
2336
|
+
"value": "var(--kendo-color-base-subtle-hover, #e1dfdd)"
|
|
2337
|
+
},
|
|
2338
|
+
"kendo-suggestion-hover-text": {
|
|
2339
|
+
"type": "String",
|
|
2340
|
+
"value": "var(--kendo-color-base-on-subtle, #323130)"
|
|
2341
|
+
},
|
|
2342
|
+
"kendo-suggestion-hover-border": {
|
|
2343
|
+
"type": "String",
|
|
2344
|
+
"value": "var(--kendo-color-base-emphasis, #605e5c)"
|
|
2345
|
+
},
|
|
2346
|
+
"kendo-suggestion-active-bg": {
|
|
2347
|
+
"type": "String",
|
|
2348
|
+
"value": "var(--kendo-color-base-subtle-active, #d2d0ce)"
|
|
2349
|
+
},
|
|
2350
|
+
"kendo-suggestion-active-text": {
|
|
2351
|
+
"type": "String",
|
|
2352
|
+
"value": "var(--kendo-color-base-on-subtle, #323130)"
|
|
2353
|
+
},
|
|
2354
|
+
"kendo-suggestion-active-border": {
|
|
2355
|
+
"type": "String",
|
|
2356
|
+
"value": "var(--kendo-color-base-emphasis, #605e5c)"
|
|
2357
|
+
},
|
|
2358
|
+
"kendo-suggestion-focus-shadow-blur": {
|
|
2359
|
+
"type": "Number",
|
|
2360
|
+
"value": "0"
|
|
2361
|
+
},
|
|
2362
|
+
"kendo-suggestion-focus-shadow-spread": {
|
|
2363
|
+
"type": "Number",
|
|
2364
|
+
"value": "2px"
|
|
2365
|
+
},
|
|
2366
|
+
"kendo-suggestion-focus-shadow-color": {
|
|
2367
|
+
"type": "String",
|
|
2368
|
+
"value": "var(--kendo-color-border-alt, #323130)"
|
|
2369
|
+
},
|
|
2370
|
+
"kendo-suggestion-theme-colors": {
|
|
2371
|
+
"type": "Map",
|
|
2372
|
+
"value": "(\"primary\": var(--kendo-color-primary, #0078d4), \"secondary\": var(--kendo-color-secondary, #979593))",
|
|
2373
|
+
"prettyValue": {
|
|
2374
|
+
"primary": "var(--kendo-color-primary, #0078d4)",
|
|
2375
|
+
"secondary": "var(--kendo-color-secondary, #979593)"
|
|
2376
|
+
}
|
|
2377
|
+
},
|
|
2294
2378
|
"kendo-avatar-border-width": {
|
|
2295
2379
|
"type": "Number",
|
|
2296
2380
|
"value": "1px"
|
|
@@ -3238,6 +3322,10 @@
|
|
|
3238
3322
|
"type": "Number",
|
|
3239
3323
|
"value": "1px"
|
|
3240
3324
|
},
|
|
3325
|
+
"kendo-button-pulsing-opacity": {
|
|
3326
|
+
"type": "Number",
|
|
3327
|
+
"value": "0.6"
|
|
3328
|
+
},
|
|
3241
3329
|
"kendo-button-brand-colors": {
|
|
3242
3330
|
"type": "Map",
|
|
3243
3331
|
"value": "(primary: primary, error: error, success: success, info: info, secondary: secondary, tertiary: tertiary)",
|
|
@@ -17885,9 +17973,5 @@
|
|
|
17885
17973
|
"kendo-marquee-border": {
|
|
17886
17974
|
"type": "String",
|
|
17887
17975
|
"value": "var(--kendo-color-primary, #0078d4)"
|
|
17888
|
-
},
|
|
17889
|
-
"kendo-speech-to-text-button-listening-opacity": {
|
|
17890
|
-
"type": "Number",
|
|
17891
|
-
"value": "0.6"
|
|
17892
17976
|
}
|
|
17893
17977
|
}
|
package/lib/swatches/all.json
CHANGED