@progress/kendo-theme-fluent 14.4.0-dev.1 → 14.4.0-dev.3
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-1-dark.css +1 -1
- package/dist/fluent-1.css +1 -1
- package/dist/fluent-main-dark.css +1 -1
- package/dist/fluent-main.css +1 -1
- package/dist/meta/sassdoc-data.json +1260 -0
- package/dist/meta/sassdoc-raw-data.json +575 -0
- package/dist/meta/variables.json +92 -0
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-1-dark.json +1 -1
- package/lib/swatches/fluent-1.json +1 -1
- package/lib/swatches/fluent-main-dark.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +3 -3
- package/scss/agent-response/_index.scss +16 -0
- package/scss/agent-response/_layout.scss +5 -0
- package/scss/agent-response/_theme.scss +5 -0
- package/scss/agent-response/_variables.scss +61 -0
- package/scss/checkpoint/_index.scss +16 -0
- package/scss/checkpoint/_layout.scss +6 -0
- package/scss/checkpoint/_theme.scss +6 -0
- package/scss/checkpoint/_variables.scss +33 -0
- package/scss/citation/_index.scss +16 -0
- package/scss/citation/_layout.scss +6 -0
- package/scss/citation/_theme.scss +6 -0
- package/scss/citation/_variables.scss +15 -0
- package/scss/index.scss +9 -0
- package/scss/toolbar/_variables.scss +5 -0
|
@@ -2025,6 +2025,357 @@
|
|
|
2025
2025
|
"resolvedValue": "var(--kendo-adaptive-actionsheet-footer-padding-x, var(--kendo-spacing-4))",
|
|
2026
2026
|
"resolvedType": "String"
|
|
2027
2027
|
},
|
|
2028
|
+
{
|
|
2029
|
+
"description": "The gap between the icon and the content of the AgentStep head and content row.\n",
|
|
2030
|
+
"commentRange": {
|
|
2031
|
+
"start": 5,
|
|
2032
|
+
"end": 6
|
|
2033
|
+
},
|
|
2034
|
+
"context": {
|
|
2035
|
+
"type": "variable",
|
|
2036
|
+
"name": "kendo-agent-step-gap",
|
|
2037
|
+
"value": "var( --kendo-agent-step-gap, k-spacing(1.5) )",
|
|
2038
|
+
"scope": "default",
|
|
2039
|
+
"line": {
|
|
2040
|
+
"start": 7,
|
|
2041
|
+
"end": 7
|
|
2042
|
+
}
|
|
2043
|
+
},
|
|
2044
|
+
"group": [
|
|
2045
|
+
"agent-response"
|
|
2046
|
+
],
|
|
2047
|
+
"access": "public",
|
|
2048
|
+
"file": {
|
|
2049
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
2050
|
+
"name": "_variables.scss"
|
|
2051
|
+
},
|
|
2052
|
+
"resolvedValue": "var(--kendo-agent-step-gap, var(--kendo-spacing-1\\.5))",
|
|
2053
|
+
"resolvedType": "String"
|
|
2054
|
+
},
|
|
2055
|
+
{
|
|
2056
|
+
"description": "The vertical padding of the AgentStep head.\n",
|
|
2057
|
+
"commentRange": {
|
|
2058
|
+
"start": 8,
|
|
2059
|
+
"end": 9
|
|
2060
|
+
},
|
|
2061
|
+
"context": {
|
|
2062
|
+
"type": "variable",
|
|
2063
|
+
"name": "kendo-agent-step-padding-y",
|
|
2064
|
+
"value": "var( --kendo-agent-step-padding-y, k-spacing(2) )",
|
|
2065
|
+
"scope": "default",
|
|
2066
|
+
"line": {
|
|
2067
|
+
"start": 10,
|
|
2068
|
+
"end": 10
|
|
2069
|
+
}
|
|
2070
|
+
},
|
|
2071
|
+
"group": [
|
|
2072
|
+
"agent-response"
|
|
2073
|
+
],
|
|
2074
|
+
"access": "public",
|
|
2075
|
+
"file": {
|
|
2076
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
2077
|
+
"name": "_variables.scss"
|
|
2078
|
+
},
|
|
2079
|
+
"resolvedValue": "var(--kendo-agent-step-padding-y, var(--kendo-spacing-2))",
|
|
2080
|
+
"resolvedType": "String"
|
|
2081
|
+
},
|
|
2082
|
+
{
|
|
2083
|
+
"description": "The top margin of the AgentStep icon.\n",
|
|
2084
|
+
"commentRange": {
|
|
2085
|
+
"start": 11,
|
|
2086
|
+
"end": 12
|
|
2087
|
+
},
|
|
2088
|
+
"context": {
|
|
2089
|
+
"type": "variable",
|
|
2090
|
+
"name": "kendo-agent-step-icon-margin-top",
|
|
2091
|
+
"value": "var( --kendo-agent-step-icon-margin-top, k-spacing(0.5) )",
|
|
2092
|
+
"scope": "default",
|
|
2093
|
+
"line": {
|
|
2094
|
+
"start": 13,
|
|
2095
|
+
"end": 13
|
|
2096
|
+
}
|
|
2097
|
+
},
|
|
2098
|
+
"group": [
|
|
2099
|
+
"agent-response"
|
|
2100
|
+
],
|
|
2101
|
+
"access": "public",
|
|
2102
|
+
"file": {
|
|
2103
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
2104
|
+
"name": "_variables.scss"
|
|
2105
|
+
},
|
|
2106
|
+
"resolvedValue": "var(--kendo-agent-step-icon-margin-top, var(--kendo-spacing-0\\.5))",
|
|
2107
|
+
"resolvedType": "String"
|
|
2108
|
+
},
|
|
2109
|
+
{
|
|
2110
|
+
"description": "The text color of the added lines count in the AgentStep diffstat.\n",
|
|
2111
|
+
"commentRange": {
|
|
2112
|
+
"start": 14,
|
|
2113
|
+
"end": 15
|
|
2114
|
+
},
|
|
2115
|
+
"context": {
|
|
2116
|
+
"type": "variable",
|
|
2117
|
+
"name": "kendo-agent-step-added-color",
|
|
2118
|
+
"value": "var( --kendo-agent-step-added-color, k-color(success-on-surface) )",
|
|
2119
|
+
"scope": "default",
|
|
2120
|
+
"line": {
|
|
2121
|
+
"start": 16,
|
|
2122
|
+
"end": 16
|
|
2123
|
+
}
|
|
2124
|
+
},
|
|
2125
|
+
"group": [
|
|
2126
|
+
"agent-response"
|
|
2127
|
+
],
|
|
2128
|
+
"access": "public",
|
|
2129
|
+
"file": {
|
|
2130
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
2131
|
+
"name": "_variables.scss"
|
|
2132
|
+
},
|
|
2133
|
+
"resolvedValue": "var(--kendo-agent-step-added-color, var(--kendo-color-success-on-surface))",
|
|
2134
|
+
"resolvedType": "String"
|
|
2135
|
+
},
|
|
2136
|
+
{
|
|
2137
|
+
"description": "The text color of the removed lines count in the AgentStep diffstat.\n",
|
|
2138
|
+
"commentRange": {
|
|
2139
|
+
"start": 17,
|
|
2140
|
+
"end": 18
|
|
2141
|
+
},
|
|
2142
|
+
"context": {
|
|
2143
|
+
"type": "variable",
|
|
2144
|
+
"name": "kendo-agent-step-removed-color",
|
|
2145
|
+
"value": "var( --kendo-agent-step-removed-color, k-color(error-on-surface) )",
|
|
2146
|
+
"scope": "default",
|
|
2147
|
+
"line": {
|
|
2148
|
+
"start": 19,
|
|
2149
|
+
"end": 19
|
|
2150
|
+
}
|
|
2151
|
+
},
|
|
2152
|
+
"group": [
|
|
2153
|
+
"agent-response"
|
|
2154
|
+
],
|
|
2155
|
+
"access": "public",
|
|
2156
|
+
"file": {
|
|
2157
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
2158
|
+
"name": "_variables.scss"
|
|
2159
|
+
},
|
|
2160
|
+
"resolvedValue": "var(--kendo-agent-step-removed-color, var(--kendo-color-error-on-surface))",
|
|
2161
|
+
"resolvedType": "String"
|
|
2162
|
+
},
|
|
2163
|
+
{
|
|
2164
|
+
"description": "The font size of the AgentStep label, secondary text, and diffstat.\n",
|
|
2165
|
+
"commentRange": {
|
|
2166
|
+
"start": 20,
|
|
2167
|
+
"end": 21
|
|
2168
|
+
},
|
|
2169
|
+
"context": {
|
|
2170
|
+
"type": "variable",
|
|
2171
|
+
"name": "kendo-agent-step-font-size",
|
|
2172
|
+
"value": "var( --kendo-agent-step-font-size, var(--kendo-font-size-sm) )",
|
|
2173
|
+
"scope": "default",
|
|
2174
|
+
"line": {
|
|
2175
|
+
"start": 22,
|
|
2176
|
+
"end": 22
|
|
2177
|
+
}
|
|
2178
|
+
},
|
|
2179
|
+
"group": [
|
|
2180
|
+
"agent-response"
|
|
2181
|
+
],
|
|
2182
|
+
"access": "public",
|
|
2183
|
+
"file": {
|
|
2184
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
2185
|
+
"name": "_variables.scss"
|
|
2186
|
+
},
|
|
2187
|
+
"resolvedValue": "var(--kendo-agent-step-font-size, var(--kendo-font-size-sm))",
|
|
2188
|
+
"resolvedType": "String"
|
|
2189
|
+
},
|
|
2190
|
+
{
|
|
2191
|
+
"description": "The font size of the AgentStep body content.\n",
|
|
2192
|
+
"commentRange": {
|
|
2193
|
+
"start": 23,
|
|
2194
|
+
"end": 24
|
|
2195
|
+
},
|
|
2196
|
+
"context": {
|
|
2197
|
+
"type": "variable",
|
|
2198
|
+
"name": "kendo-agent-step-body-font-size",
|
|
2199
|
+
"value": "var( --kendo-agent-step-body-font-size, var(--kendo-font-size-sm) )",
|
|
2200
|
+
"scope": "default",
|
|
2201
|
+
"line": {
|
|
2202
|
+
"start": 25,
|
|
2203
|
+
"end": 25
|
|
2204
|
+
}
|
|
2205
|
+
},
|
|
2206
|
+
"group": [
|
|
2207
|
+
"agent-response"
|
|
2208
|
+
],
|
|
2209
|
+
"access": "public",
|
|
2210
|
+
"file": {
|
|
2211
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
2212
|
+
"name": "_variables.scss"
|
|
2213
|
+
},
|
|
2214
|
+
"resolvedValue": "var(--kendo-agent-step-body-font-size, var(--kendo-font-size-sm))",
|
|
2215
|
+
"resolvedType": "String"
|
|
2216
|
+
},
|
|
2217
|
+
{
|
|
2218
|
+
"description": "The gap between the icon column and the content of the Thought.\n",
|
|
2219
|
+
"commentRange": {
|
|
2220
|
+
"start": 27,
|
|
2221
|
+
"end": 28
|
|
2222
|
+
},
|
|
2223
|
+
"context": {
|
|
2224
|
+
"type": "variable",
|
|
2225
|
+
"name": "kendo-thought-gap",
|
|
2226
|
+
"value": "var( --kendo-thought-gap, k-spacing(1.5) )",
|
|
2227
|
+
"scope": "default",
|
|
2228
|
+
"line": {
|
|
2229
|
+
"start": 29,
|
|
2230
|
+
"end": 29
|
|
2231
|
+
}
|
|
2232
|
+
},
|
|
2233
|
+
"group": [
|
|
2234
|
+
"agent-response"
|
|
2235
|
+
],
|
|
2236
|
+
"access": "public",
|
|
2237
|
+
"file": {
|
|
2238
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
2239
|
+
"name": "_variables.scss"
|
|
2240
|
+
},
|
|
2241
|
+
"resolvedValue": "var(--kendo-thought-gap, var(--kendo-spacing-1\\.5))",
|
|
2242
|
+
"resolvedType": "String"
|
|
2243
|
+
},
|
|
2244
|
+
{
|
|
2245
|
+
"description": "The gap in the icon column of the Thought.\n",
|
|
2246
|
+
"commentRange": {
|
|
2247
|
+
"start": 30,
|
|
2248
|
+
"end": 31
|
|
2249
|
+
},
|
|
2250
|
+
"context": {
|
|
2251
|
+
"type": "variable",
|
|
2252
|
+
"name": "kendo-thought-icon-col-gap",
|
|
2253
|
+
"value": "var( --kendo-thought-icon-col-gap, k-spacing(2) )",
|
|
2254
|
+
"scope": "default",
|
|
2255
|
+
"line": {
|
|
2256
|
+
"start": 32,
|
|
2257
|
+
"end": 32
|
|
2258
|
+
}
|
|
2259
|
+
},
|
|
2260
|
+
"group": [
|
|
2261
|
+
"agent-response"
|
|
2262
|
+
],
|
|
2263
|
+
"access": "public",
|
|
2264
|
+
"file": {
|
|
2265
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
2266
|
+
"name": "_variables.scss"
|
|
2267
|
+
},
|
|
2268
|
+
"resolvedValue": "var(--kendo-thought-icon-col-gap, var(--kendo-spacing-2))",
|
|
2269
|
+
"resolvedType": "String"
|
|
2270
|
+
},
|
|
2271
|
+
{
|
|
2272
|
+
"description": "The spacing between stacked Thought items.\n",
|
|
2273
|
+
"commentRange": {
|
|
2274
|
+
"start": 33,
|
|
2275
|
+
"end": 34
|
|
2276
|
+
},
|
|
2277
|
+
"context": {
|
|
2278
|
+
"type": "variable",
|
|
2279
|
+
"name": "kendo-thought-spacing",
|
|
2280
|
+
"value": "var( --kendo-thought-spacing, k-spacing(4) )",
|
|
2281
|
+
"scope": "default",
|
|
2282
|
+
"line": {
|
|
2283
|
+
"start": 35,
|
|
2284
|
+
"end": 35
|
|
2285
|
+
}
|
|
2286
|
+
},
|
|
2287
|
+
"group": [
|
|
2288
|
+
"agent-response"
|
|
2289
|
+
],
|
|
2290
|
+
"access": "public",
|
|
2291
|
+
"file": {
|
|
2292
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
2293
|
+
"name": "_variables.scss"
|
|
2294
|
+
},
|
|
2295
|
+
"resolvedValue": "var(--kendo-thought-spacing, var(--kendo-spacing-4))",
|
|
2296
|
+
"resolvedType": "String"
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
"description": "The color of the connector line between stacked Thought items.\n",
|
|
2300
|
+
"commentRange": {
|
|
2301
|
+
"start": 36,
|
|
2302
|
+
"end": 37
|
|
2303
|
+
},
|
|
2304
|
+
"context": {
|
|
2305
|
+
"type": "variable",
|
|
2306
|
+
"name": "kendo-thought-connector-color",
|
|
2307
|
+
"value": "var( --kendo-thought-connector-color, color-mix(in srgb, k-color(border) 26%, transparent) )",
|
|
2308
|
+
"scope": "default",
|
|
2309
|
+
"line": {
|
|
2310
|
+
"start": 38,
|
|
2311
|
+
"end": 38
|
|
2312
|
+
}
|
|
2313
|
+
},
|
|
2314
|
+
"group": [
|
|
2315
|
+
"agent-response"
|
|
2316
|
+
],
|
|
2317
|
+
"access": "public",
|
|
2318
|
+
"file": {
|
|
2319
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
2320
|
+
"name": "_variables.scss"
|
|
2321
|
+
},
|
|
2322
|
+
"resolvedValue": "var(--kendo-thought-connector-color, color-mix(in srgb, var(--kendo-color-border) 26%, transparent))",
|
|
2323
|
+
"resolvedType": "String"
|
|
2324
|
+
},
|
|
2325
|
+
{
|
|
2326
|
+
"description": "The start indent of the ToolCall body.\n",
|
|
2327
|
+
"commentRange": {
|
|
2328
|
+
"start": 40,
|
|
2329
|
+
"end": 41
|
|
2330
|
+
},
|
|
2331
|
+
"context": {
|
|
2332
|
+
"type": "variable",
|
|
2333
|
+
"name": "kendo-tool-call-indent",
|
|
2334
|
+
"value": "var( --kendo-tool-call-indent, k-spacing(5) )",
|
|
2335
|
+
"scope": "default",
|
|
2336
|
+
"line": {
|
|
2337
|
+
"start": 42,
|
|
2338
|
+
"end": 42
|
|
2339
|
+
}
|
|
2340
|
+
},
|
|
2341
|
+
"group": [
|
|
2342
|
+
"agent-response"
|
|
2343
|
+
],
|
|
2344
|
+
"access": "public",
|
|
2345
|
+
"file": {
|
|
2346
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
2347
|
+
"name": "_variables.scss"
|
|
2348
|
+
},
|
|
2349
|
+
"resolvedValue": "var(--kendo-tool-call-indent, var(--kendo-spacing-5))",
|
|
2350
|
+
"resolvedType": "String"
|
|
2351
|
+
},
|
|
2352
|
+
{
|
|
2353
|
+
"description": "The bottom padding of the ToolCall body.\n",
|
|
2354
|
+
"commentRange": {
|
|
2355
|
+
"start": 43,
|
|
2356
|
+
"end": 44
|
|
2357
|
+
},
|
|
2358
|
+
"context": {
|
|
2359
|
+
"type": "variable",
|
|
2360
|
+
"name": "kendo-tool-call-padding-y",
|
|
2361
|
+
"value": "var( --kendo-tool-call-padding-y, k-spacing(2) )",
|
|
2362
|
+
"scope": "default",
|
|
2363
|
+
"line": {
|
|
2364
|
+
"start": 45,
|
|
2365
|
+
"end": 45
|
|
2366
|
+
}
|
|
2367
|
+
},
|
|
2368
|
+
"group": [
|
|
2369
|
+
"agent-response"
|
|
2370
|
+
],
|
|
2371
|
+
"access": "public",
|
|
2372
|
+
"file": {
|
|
2373
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
2374
|
+
"name": "_variables.scss"
|
|
2375
|
+
},
|
|
2376
|
+
"resolvedValue": "var(--kendo-tool-call-padding-y, var(--kendo-spacing-2))",
|
|
2377
|
+
"resolvedType": "String"
|
|
2378
|
+
},
|
|
2028
2379
|
{
|
|
2029
2380
|
"description": "The default theme color of the AppBar.\n",
|
|
2030
2381
|
"commentRange": {
|
|
@@ -19681,6 +20032,195 @@
|
|
|
19681
20032
|
"resolvedValue": "var(--kendo-checkbox-ripple-opacity, 0.25)",
|
|
19682
20033
|
"resolvedType": "String"
|
|
19683
20034
|
},
|
|
20035
|
+
{
|
|
20036
|
+
"description": "The color of the Checkpoint separator line.\n",
|
|
20037
|
+
"commentRange": {
|
|
20038
|
+
"start": 3,
|
|
20039
|
+
"end": 4
|
|
20040
|
+
},
|
|
20041
|
+
"context": {
|
|
20042
|
+
"type": "variable",
|
|
20043
|
+
"name": "kendo-checkpoint-line-color",
|
|
20044
|
+
"value": "var( --kendo-checkpoint-line-color, color-mix(in srgb, k-color(border) 26%, transparent) )",
|
|
20045
|
+
"scope": "default",
|
|
20046
|
+
"line": {
|
|
20047
|
+
"start": 5,
|
|
20048
|
+
"end": 5
|
|
20049
|
+
}
|
|
20050
|
+
},
|
|
20051
|
+
"group": [
|
|
20052
|
+
"checkpoint"
|
|
20053
|
+
],
|
|
20054
|
+
"access": "public",
|
|
20055
|
+
"file": {
|
|
20056
|
+
"path": "fluent/scss/checkpoint/_variables.scss",
|
|
20057
|
+
"name": "_variables.scss"
|
|
20058
|
+
},
|
|
20059
|
+
"resolvedValue": "var(--kendo-checkpoint-line-color, color-mix(in srgb, var(--kendo-color-border) 26%, transparent))",
|
|
20060
|
+
"resolvedType": "String"
|
|
20061
|
+
},
|
|
20062
|
+
{
|
|
20063
|
+
"description": "The gap between the Checkpoint line and stamp.\n",
|
|
20064
|
+
"commentRange": {
|
|
20065
|
+
"start": 6,
|
|
20066
|
+
"end": 7
|
|
20067
|
+
},
|
|
20068
|
+
"context": {
|
|
20069
|
+
"type": "variable",
|
|
20070
|
+
"name": "kendo-checkpoint-gap",
|
|
20071
|
+
"value": "var( --kendo-checkpoint-gap, k-spacing(1.5) )",
|
|
20072
|
+
"scope": "default",
|
|
20073
|
+
"line": {
|
|
20074
|
+
"start": 8,
|
|
20075
|
+
"end": 8
|
|
20076
|
+
}
|
|
20077
|
+
},
|
|
20078
|
+
"group": [
|
|
20079
|
+
"checkpoint"
|
|
20080
|
+
],
|
|
20081
|
+
"access": "public",
|
|
20082
|
+
"file": {
|
|
20083
|
+
"path": "fluent/scss/checkpoint/_variables.scss",
|
|
20084
|
+
"name": "_variables.scss"
|
|
20085
|
+
},
|
|
20086
|
+
"resolvedValue": "var(--kendo-checkpoint-gap, var(--kendo-spacing-1\\.5))",
|
|
20087
|
+
"resolvedType": "String"
|
|
20088
|
+
},
|
|
20089
|
+
{
|
|
20090
|
+
"description": "The width of the Checkpoint separator line.\n",
|
|
20091
|
+
"commentRange": {
|
|
20092
|
+
"start": 9,
|
|
20093
|
+
"end": 10
|
|
20094
|
+
},
|
|
20095
|
+
"context": {
|
|
20096
|
+
"type": "variable",
|
|
20097
|
+
"name": "kendo-checkpoint-line-width",
|
|
20098
|
+
"value": "var( --kendo-checkpoint-line-width, 1px )",
|
|
20099
|
+
"scope": "default",
|
|
20100
|
+
"line": {
|
|
20101
|
+
"start": 11,
|
|
20102
|
+
"end": 11
|
|
20103
|
+
}
|
|
20104
|
+
},
|
|
20105
|
+
"group": [
|
|
20106
|
+
"checkpoint"
|
|
20107
|
+
],
|
|
20108
|
+
"access": "public",
|
|
20109
|
+
"file": {
|
|
20110
|
+
"path": "fluent/scss/checkpoint/_variables.scss",
|
|
20111
|
+
"name": "_variables.scss"
|
|
20112
|
+
},
|
|
20113
|
+
"resolvedValue": "var(--kendo-checkpoint-line-width, 1px)",
|
|
20114
|
+
"resolvedType": "String"
|
|
20115
|
+
},
|
|
20116
|
+
{
|
|
20117
|
+
"description": "The font size of the Checkpoint stamp text.\n",
|
|
20118
|
+
"commentRange": {
|
|
20119
|
+
"start": 12,
|
|
20120
|
+
"end": 13
|
|
20121
|
+
},
|
|
20122
|
+
"context": {
|
|
20123
|
+
"type": "variable",
|
|
20124
|
+
"name": "kendo-checkpoint-stamp-font-size",
|
|
20125
|
+
"value": "var( --kendo-checkpoint-stamp-font-size, var(--kendo-font-size-sm) )",
|
|
20126
|
+
"scope": "default",
|
|
20127
|
+
"line": {
|
|
20128
|
+
"start": 14,
|
|
20129
|
+
"end": 14
|
|
20130
|
+
}
|
|
20131
|
+
},
|
|
20132
|
+
"group": [
|
|
20133
|
+
"checkpoint"
|
|
20134
|
+
],
|
|
20135
|
+
"access": "public",
|
|
20136
|
+
"file": {
|
|
20137
|
+
"path": "fluent/scss/checkpoint/_variables.scss",
|
|
20138
|
+
"name": "_variables.scss"
|
|
20139
|
+
},
|
|
20140
|
+
"resolvedValue": "var(--kendo-checkpoint-stamp-font-size, var(--kendo-font-size-sm))",
|
|
20141
|
+
"resolvedType": "String"
|
|
20142
|
+
},
|
|
20143
|
+
{
|
|
20144
|
+
"description": "The text color of the Checkpoint stamp.\n",
|
|
20145
|
+
"commentRange": {
|
|
20146
|
+
"start": 15,
|
|
20147
|
+
"end": 16
|
|
20148
|
+
},
|
|
20149
|
+
"context": {
|
|
20150
|
+
"type": "variable",
|
|
20151
|
+
"name": "kendo-checkpoint-stamp-color",
|
|
20152
|
+
"value": "var( --kendo-checkpoint-stamp-color, k-color(subtle) )",
|
|
20153
|
+
"scope": "default",
|
|
20154
|
+
"line": {
|
|
20155
|
+
"start": 17,
|
|
20156
|
+
"end": 17
|
|
20157
|
+
}
|
|
20158
|
+
},
|
|
20159
|
+
"group": [
|
|
20160
|
+
"checkpoint"
|
|
20161
|
+
],
|
|
20162
|
+
"access": "public",
|
|
20163
|
+
"file": {
|
|
20164
|
+
"path": "fluent/scss/checkpoint/_variables.scss",
|
|
20165
|
+
"name": "_variables.scss"
|
|
20166
|
+
},
|
|
20167
|
+
"resolvedValue": "var(--kendo-checkpoint-stamp-color, var(--kendo-color-subtle))",
|
|
20168
|
+
"resolvedType": "String"
|
|
20169
|
+
},
|
|
20170
|
+
{
|
|
20171
|
+
"description": "The font weight of the Checkpoint stamp text.\n",
|
|
20172
|
+
"commentRange": {
|
|
20173
|
+
"start": 18,
|
|
20174
|
+
"end": 19
|
|
20175
|
+
},
|
|
20176
|
+
"context": {
|
|
20177
|
+
"type": "variable",
|
|
20178
|
+
"name": "kendo-checkpoint-stamp-font-weight",
|
|
20179
|
+
"value": "null",
|
|
20180
|
+
"scope": "default",
|
|
20181
|
+
"line": {
|
|
20182
|
+
"start": 20,
|
|
20183
|
+
"end": 20
|
|
20184
|
+
}
|
|
20185
|
+
},
|
|
20186
|
+
"group": [
|
|
20187
|
+
"checkpoint"
|
|
20188
|
+
],
|
|
20189
|
+
"access": "public",
|
|
20190
|
+
"file": {
|
|
20191
|
+
"path": "fluent/scss/checkpoint/_variables.scss",
|
|
20192
|
+
"name": "_variables.scss"
|
|
20193
|
+
},
|
|
20194
|
+
"resolvedValue": "null",
|
|
20195
|
+
"resolvedType": "Null"
|
|
20196
|
+
},
|
|
20197
|
+
{
|
|
20198
|
+
"description": "The horizontal padding of the Checkpoint stamp.\n",
|
|
20199
|
+
"commentRange": {
|
|
20200
|
+
"start": 21,
|
|
20201
|
+
"end": 22
|
|
20202
|
+
},
|
|
20203
|
+
"context": {
|
|
20204
|
+
"type": "variable",
|
|
20205
|
+
"name": "kendo-checkpoint-stamp-padding-x",
|
|
20206
|
+
"value": "var( --kendo-checkpoint-stamp-padding-x, k-spacing(1) )",
|
|
20207
|
+
"scope": "default",
|
|
20208
|
+
"line": {
|
|
20209
|
+
"start": 23,
|
|
20210
|
+
"end": 23
|
|
20211
|
+
}
|
|
20212
|
+
},
|
|
20213
|
+
"group": [
|
|
20214
|
+
"checkpoint"
|
|
20215
|
+
],
|
|
20216
|
+
"access": "public",
|
|
20217
|
+
"file": {
|
|
20218
|
+
"path": "fluent/scss/checkpoint/_variables.scss",
|
|
20219
|
+
"name": "_variables.scss"
|
|
20220
|
+
},
|
|
20221
|
+
"resolvedValue": "var(--kendo-checkpoint-stamp-padding-x, var(--kendo-spacing-1))",
|
|
20222
|
+
"resolvedType": "String"
|
|
20223
|
+
},
|
|
19684
20224
|
{
|
|
19685
20225
|
"description": "The default theme color of the Chip.\n",
|
|
19686
20226
|
"commentRange": {
|
|
@@ -20854,6 +21394,60 @@
|
|
|
20854
21394
|
"resolvedValue": "var(--kendo-spacing-1)",
|
|
20855
21395
|
"resolvedType": "String"
|
|
20856
21396
|
},
|
|
21397
|
+
{
|
|
21398
|
+
"description": "The padding of the CitationPopover view.\n",
|
|
21399
|
+
"commentRange": {
|
|
21400
|
+
"start": 5,
|
|
21401
|
+
"end": 6
|
|
21402
|
+
},
|
|
21403
|
+
"context": {
|
|
21404
|
+
"type": "variable",
|
|
21405
|
+
"name": "kendo-citation-popover-view-padding",
|
|
21406
|
+
"value": "var( --kendo-citation-popover-view-padding, k-spacing(4) )",
|
|
21407
|
+
"scope": "default",
|
|
21408
|
+
"line": {
|
|
21409
|
+
"start": 7,
|
|
21410
|
+
"end": 7
|
|
21411
|
+
}
|
|
21412
|
+
},
|
|
21413
|
+
"group": [
|
|
21414
|
+
"citation"
|
|
21415
|
+
],
|
|
21416
|
+
"access": "public",
|
|
21417
|
+
"file": {
|
|
21418
|
+
"path": "fluent/scss/citation/_variables.scss",
|
|
21419
|
+
"name": "_variables.scss"
|
|
21420
|
+
},
|
|
21421
|
+
"resolvedValue": "var(--kendo-citation-popover-view-padding, var(--kendo-spacing-4))",
|
|
21422
|
+
"resolvedType": "String"
|
|
21423
|
+
},
|
|
21424
|
+
{
|
|
21425
|
+
"description": "The text color of the CitationPopover page indicator.\n",
|
|
21426
|
+
"commentRange": {
|
|
21427
|
+
"start": 8,
|
|
21428
|
+
"end": 9
|
|
21429
|
+
},
|
|
21430
|
+
"context": {
|
|
21431
|
+
"type": "variable",
|
|
21432
|
+
"name": "kendo-citation-pages-color",
|
|
21433
|
+
"value": "var( --kendo-citation-pages-color, k-color(subtle) )",
|
|
21434
|
+
"scope": "default",
|
|
21435
|
+
"line": {
|
|
21436
|
+
"start": 10,
|
|
21437
|
+
"end": 10
|
|
21438
|
+
}
|
|
21439
|
+
},
|
|
21440
|
+
"group": [
|
|
21441
|
+
"citation"
|
|
21442
|
+
],
|
|
21443
|
+
"access": "public",
|
|
21444
|
+
"file": {
|
|
21445
|
+
"path": "fluent/scss/citation/_variables.scss",
|
|
21446
|
+
"name": "_variables.scss"
|
|
21447
|
+
},
|
|
21448
|
+
"resolvedValue": "var(--kendo-citation-pages-color, var(--kendo-color-subtle))",
|
|
21449
|
+
"resolvedType": "String"
|
|
21450
|
+
},
|
|
20857
21451
|
{
|
|
20858
21452
|
"description": "The default size of the ColorEditor.\n",
|
|
20859
21453
|
"commentRange": {
|
|
@@ -92049,6 +92643,33 @@
|
|
|
92049
92643
|
"resolvedValue": "var(--kendo-toolbar-item-focus-outline-color, var(--kendo-color-base-emphasis))",
|
|
92050
92644
|
"resolvedType": "String"
|
|
92051
92645
|
},
|
|
92646
|
+
{
|
|
92647
|
+
"description": "The border radius of the floating Toolbar.\n",
|
|
92648
|
+
"commentRange": {
|
|
92649
|
+
"start": 128,
|
|
92650
|
+
"end": 129
|
|
92651
|
+
},
|
|
92652
|
+
"context": {
|
|
92653
|
+
"type": "variable",
|
|
92654
|
+
"name": "kendo-floating-toolbar-border-radius",
|
|
92655
|
+
"value": "var( --kendo-floating-toolbar-border-radius, #{k-border-radius(md)} )",
|
|
92656
|
+
"scope": "default",
|
|
92657
|
+
"line": {
|
|
92658
|
+
"start": 130,
|
|
92659
|
+
"end": 130
|
|
92660
|
+
}
|
|
92661
|
+
},
|
|
92662
|
+
"group": [
|
|
92663
|
+
"toolbar"
|
|
92664
|
+
],
|
|
92665
|
+
"access": "public",
|
|
92666
|
+
"file": {
|
|
92667
|
+
"path": "fluent/scss/toolbar/_variables.scss",
|
|
92668
|
+
"name": "_variables.scss"
|
|
92669
|
+
},
|
|
92670
|
+
"resolvedValue": "var(--kendo-floating-toolbar-border-radius, var(--kendo-border-radius-md))",
|
|
92671
|
+
"resolvedType": "String"
|
|
92672
|
+
},
|
|
92052
92673
|
{
|
|
92053
92674
|
"description": "The border radius of the Tooltip.\n",
|
|
92054
92675
|
"commentRange": {
|
|
@@ -103405,6 +104026,363 @@
|
|
|
103405
104026
|
}
|
|
103406
104027
|
]
|
|
103407
104028
|
},
|
|
104029
|
+
{
|
|
104030
|
+
"id": "agent-response",
|
|
104031
|
+
"title": "AgentResponse",
|
|
104032
|
+
"variables": [
|
|
104033
|
+
{
|
|
104034
|
+
"description": "The gap between the icon and the content of the AgentStep head and content row.\n",
|
|
104035
|
+
"commentRange": {
|
|
104036
|
+
"start": 5,
|
|
104037
|
+
"end": 6
|
|
104038
|
+
},
|
|
104039
|
+
"context": {
|
|
104040
|
+
"type": "variable",
|
|
104041
|
+
"name": "kendo-agent-step-gap",
|
|
104042
|
+
"value": "var( --kendo-agent-step-gap, k-spacing(1.5) )",
|
|
104043
|
+
"scope": "default",
|
|
104044
|
+
"line": {
|
|
104045
|
+
"start": 7,
|
|
104046
|
+
"end": 7
|
|
104047
|
+
}
|
|
104048
|
+
},
|
|
104049
|
+
"group": [
|
|
104050
|
+
"agent-response"
|
|
104051
|
+
],
|
|
104052
|
+
"access": "public",
|
|
104053
|
+
"file": {
|
|
104054
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
104055
|
+
"name": "_variables.scss"
|
|
104056
|
+
},
|
|
104057
|
+
"resolvedValue": "var(--kendo-agent-step-gap, var(--kendo-spacing-1\\.5))",
|
|
104058
|
+
"resolvedType": "String"
|
|
104059
|
+
},
|
|
104060
|
+
{
|
|
104061
|
+
"description": "The vertical padding of the AgentStep head.\n",
|
|
104062
|
+
"commentRange": {
|
|
104063
|
+
"start": 8,
|
|
104064
|
+
"end": 9
|
|
104065
|
+
},
|
|
104066
|
+
"context": {
|
|
104067
|
+
"type": "variable",
|
|
104068
|
+
"name": "kendo-agent-step-padding-y",
|
|
104069
|
+
"value": "var( --kendo-agent-step-padding-y, k-spacing(2) )",
|
|
104070
|
+
"scope": "default",
|
|
104071
|
+
"line": {
|
|
104072
|
+
"start": 10,
|
|
104073
|
+
"end": 10
|
|
104074
|
+
}
|
|
104075
|
+
},
|
|
104076
|
+
"group": [
|
|
104077
|
+
"agent-response"
|
|
104078
|
+
],
|
|
104079
|
+
"access": "public",
|
|
104080
|
+
"file": {
|
|
104081
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
104082
|
+
"name": "_variables.scss"
|
|
104083
|
+
},
|
|
104084
|
+
"resolvedValue": "var(--kendo-agent-step-padding-y, var(--kendo-spacing-2))",
|
|
104085
|
+
"resolvedType": "String"
|
|
104086
|
+
},
|
|
104087
|
+
{
|
|
104088
|
+
"description": "The top margin of the AgentStep icon.\n",
|
|
104089
|
+
"commentRange": {
|
|
104090
|
+
"start": 11,
|
|
104091
|
+
"end": 12
|
|
104092
|
+
},
|
|
104093
|
+
"context": {
|
|
104094
|
+
"type": "variable",
|
|
104095
|
+
"name": "kendo-agent-step-icon-margin-top",
|
|
104096
|
+
"value": "var( --kendo-agent-step-icon-margin-top, k-spacing(0.5) )",
|
|
104097
|
+
"scope": "default",
|
|
104098
|
+
"line": {
|
|
104099
|
+
"start": 13,
|
|
104100
|
+
"end": 13
|
|
104101
|
+
}
|
|
104102
|
+
},
|
|
104103
|
+
"group": [
|
|
104104
|
+
"agent-response"
|
|
104105
|
+
],
|
|
104106
|
+
"access": "public",
|
|
104107
|
+
"file": {
|
|
104108
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
104109
|
+
"name": "_variables.scss"
|
|
104110
|
+
},
|
|
104111
|
+
"resolvedValue": "var(--kendo-agent-step-icon-margin-top, var(--kendo-spacing-0\\.5))",
|
|
104112
|
+
"resolvedType": "String"
|
|
104113
|
+
},
|
|
104114
|
+
{
|
|
104115
|
+
"description": "The text color of the added lines count in the AgentStep diffstat.\n",
|
|
104116
|
+
"commentRange": {
|
|
104117
|
+
"start": 14,
|
|
104118
|
+
"end": 15
|
|
104119
|
+
},
|
|
104120
|
+
"context": {
|
|
104121
|
+
"type": "variable",
|
|
104122
|
+
"name": "kendo-agent-step-added-color",
|
|
104123
|
+
"value": "var( --kendo-agent-step-added-color, k-color(success-on-surface) )",
|
|
104124
|
+
"scope": "default",
|
|
104125
|
+
"line": {
|
|
104126
|
+
"start": 16,
|
|
104127
|
+
"end": 16
|
|
104128
|
+
}
|
|
104129
|
+
},
|
|
104130
|
+
"group": [
|
|
104131
|
+
"agent-response"
|
|
104132
|
+
],
|
|
104133
|
+
"access": "public",
|
|
104134
|
+
"file": {
|
|
104135
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
104136
|
+
"name": "_variables.scss"
|
|
104137
|
+
},
|
|
104138
|
+
"resolvedValue": "var(--kendo-agent-step-added-color, var(--kendo-color-success-on-surface))",
|
|
104139
|
+
"resolvedType": "String"
|
|
104140
|
+
},
|
|
104141
|
+
{
|
|
104142
|
+
"description": "The text color of the removed lines count in the AgentStep diffstat.\n",
|
|
104143
|
+
"commentRange": {
|
|
104144
|
+
"start": 17,
|
|
104145
|
+
"end": 18
|
|
104146
|
+
},
|
|
104147
|
+
"context": {
|
|
104148
|
+
"type": "variable",
|
|
104149
|
+
"name": "kendo-agent-step-removed-color",
|
|
104150
|
+
"value": "var( --kendo-agent-step-removed-color, k-color(error-on-surface) )",
|
|
104151
|
+
"scope": "default",
|
|
104152
|
+
"line": {
|
|
104153
|
+
"start": 19,
|
|
104154
|
+
"end": 19
|
|
104155
|
+
}
|
|
104156
|
+
},
|
|
104157
|
+
"group": [
|
|
104158
|
+
"agent-response"
|
|
104159
|
+
],
|
|
104160
|
+
"access": "public",
|
|
104161
|
+
"file": {
|
|
104162
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
104163
|
+
"name": "_variables.scss"
|
|
104164
|
+
},
|
|
104165
|
+
"resolvedValue": "var(--kendo-agent-step-removed-color, var(--kendo-color-error-on-surface))",
|
|
104166
|
+
"resolvedType": "String"
|
|
104167
|
+
},
|
|
104168
|
+
{
|
|
104169
|
+
"description": "The font size of the AgentStep label, secondary text, and diffstat.\n",
|
|
104170
|
+
"commentRange": {
|
|
104171
|
+
"start": 20,
|
|
104172
|
+
"end": 21
|
|
104173
|
+
},
|
|
104174
|
+
"context": {
|
|
104175
|
+
"type": "variable",
|
|
104176
|
+
"name": "kendo-agent-step-font-size",
|
|
104177
|
+
"value": "var( --kendo-agent-step-font-size, var(--kendo-font-size-sm) )",
|
|
104178
|
+
"scope": "default",
|
|
104179
|
+
"line": {
|
|
104180
|
+
"start": 22,
|
|
104181
|
+
"end": 22
|
|
104182
|
+
}
|
|
104183
|
+
},
|
|
104184
|
+
"group": [
|
|
104185
|
+
"agent-response"
|
|
104186
|
+
],
|
|
104187
|
+
"access": "public",
|
|
104188
|
+
"file": {
|
|
104189
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
104190
|
+
"name": "_variables.scss"
|
|
104191
|
+
},
|
|
104192
|
+
"resolvedValue": "var(--kendo-agent-step-font-size, var(--kendo-font-size-sm))",
|
|
104193
|
+
"resolvedType": "String"
|
|
104194
|
+
},
|
|
104195
|
+
{
|
|
104196
|
+
"description": "The font size of the AgentStep body content.\n",
|
|
104197
|
+
"commentRange": {
|
|
104198
|
+
"start": 23,
|
|
104199
|
+
"end": 24
|
|
104200
|
+
},
|
|
104201
|
+
"context": {
|
|
104202
|
+
"type": "variable",
|
|
104203
|
+
"name": "kendo-agent-step-body-font-size",
|
|
104204
|
+
"value": "var( --kendo-agent-step-body-font-size, var(--kendo-font-size-sm) )",
|
|
104205
|
+
"scope": "default",
|
|
104206
|
+
"line": {
|
|
104207
|
+
"start": 25,
|
|
104208
|
+
"end": 25
|
|
104209
|
+
}
|
|
104210
|
+
},
|
|
104211
|
+
"group": [
|
|
104212
|
+
"agent-response"
|
|
104213
|
+
],
|
|
104214
|
+
"access": "public",
|
|
104215
|
+
"file": {
|
|
104216
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
104217
|
+
"name": "_variables.scss"
|
|
104218
|
+
},
|
|
104219
|
+
"resolvedValue": "var(--kendo-agent-step-body-font-size, var(--kendo-font-size-sm))",
|
|
104220
|
+
"resolvedType": "String"
|
|
104221
|
+
},
|
|
104222
|
+
{
|
|
104223
|
+
"description": "The gap between the icon column and the content of the Thought.\n",
|
|
104224
|
+
"commentRange": {
|
|
104225
|
+
"start": 27,
|
|
104226
|
+
"end": 28
|
|
104227
|
+
},
|
|
104228
|
+
"context": {
|
|
104229
|
+
"type": "variable",
|
|
104230
|
+
"name": "kendo-thought-gap",
|
|
104231
|
+
"value": "var( --kendo-thought-gap, k-spacing(1.5) )",
|
|
104232
|
+
"scope": "default",
|
|
104233
|
+
"line": {
|
|
104234
|
+
"start": 29,
|
|
104235
|
+
"end": 29
|
|
104236
|
+
}
|
|
104237
|
+
},
|
|
104238
|
+
"group": [
|
|
104239
|
+
"agent-response"
|
|
104240
|
+
],
|
|
104241
|
+
"access": "public",
|
|
104242
|
+
"file": {
|
|
104243
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
104244
|
+
"name": "_variables.scss"
|
|
104245
|
+
},
|
|
104246
|
+
"resolvedValue": "var(--kendo-thought-gap, var(--kendo-spacing-1\\.5))",
|
|
104247
|
+
"resolvedType": "String"
|
|
104248
|
+
},
|
|
104249
|
+
{
|
|
104250
|
+
"description": "The gap in the icon column of the Thought.\n",
|
|
104251
|
+
"commentRange": {
|
|
104252
|
+
"start": 30,
|
|
104253
|
+
"end": 31
|
|
104254
|
+
},
|
|
104255
|
+
"context": {
|
|
104256
|
+
"type": "variable",
|
|
104257
|
+
"name": "kendo-thought-icon-col-gap",
|
|
104258
|
+
"value": "var( --kendo-thought-icon-col-gap, k-spacing(2) )",
|
|
104259
|
+
"scope": "default",
|
|
104260
|
+
"line": {
|
|
104261
|
+
"start": 32,
|
|
104262
|
+
"end": 32
|
|
104263
|
+
}
|
|
104264
|
+
},
|
|
104265
|
+
"group": [
|
|
104266
|
+
"agent-response"
|
|
104267
|
+
],
|
|
104268
|
+
"access": "public",
|
|
104269
|
+
"file": {
|
|
104270
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
104271
|
+
"name": "_variables.scss"
|
|
104272
|
+
},
|
|
104273
|
+
"resolvedValue": "var(--kendo-thought-icon-col-gap, var(--kendo-spacing-2))",
|
|
104274
|
+
"resolvedType": "String"
|
|
104275
|
+
},
|
|
104276
|
+
{
|
|
104277
|
+
"description": "The spacing between stacked Thought items.\n",
|
|
104278
|
+
"commentRange": {
|
|
104279
|
+
"start": 33,
|
|
104280
|
+
"end": 34
|
|
104281
|
+
},
|
|
104282
|
+
"context": {
|
|
104283
|
+
"type": "variable",
|
|
104284
|
+
"name": "kendo-thought-spacing",
|
|
104285
|
+
"value": "var( --kendo-thought-spacing, k-spacing(4) )",
|
|
104286
|
+
"scope": "default",
|
|
104287
|
+
"line": {
|
|
104288
|
+
"start": 35,
|
|
104289
|
+
"end": 35
|
|
104290
|
+
}
|
|
104291
|
+
},
|
|
104292
|
+
"group": [
|
|
104293
|
+
"agent-response"
|
|
104294
|
+
],
|
|
104295
|
+
"access": "public",
|
|
104296
|
+
"file": {
|
|
104297
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
104298
|
+
"name": "_variables.scss"
|
|
104299
|
+
},
|
|
104300
|
+
"resolvedValue": "var(--kendo-thought-spacing, var(--kendo-spacing-4))",
|
|
104301
|
+
"resolvedType": "String"
|
|
104302
|
+
},
|
|
104303
|
+
{
|
|
104304
|
+
"description": "The color of the connector line between stacked Thought items.\n",
|
|
104305
|
+
"commentRange": {
|
|
104306
|
+
"start": 36,
|
|
104307
|
+
"end": 37
|
|
104308
|
+
},
|
|
104309
|
+
"context": {
|
|
104310
|
+
"type": "variable",
|
|
104311
|
+
"name": "kendo-thought-connector-color",
|
|
104312
|
+
"value": "var( --kendo-thought-connector-color, color-mix(in srgb, k-color(border) 26%, transparent) )",
|
|
104313
|
+
"scope": "default",
|
|
104314
|
+
"line": {
|
|
104315
|
+
"start": 38,
|
|
104316
|
+
"end": 38
|
|
104317
|
+
}
|
|
104318
|
+
},
|
|
104319
|
+
"group": [
|
|
104320
|
+
"agent-response"
|
|
104321
|
+
],
|
|
104322
|
+
"access": "public",
|
|
104323
|
+
"file": {
|
|
104324
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
104325
|
+
"name": "_variables.scss"
|
|
104326
|
+
},
|
|
104327
|
+
"resolvedValue": "var(--kendo-thought-connector-color, color-mix(in srgb, var(--kendo-color-border) 26%, transparent))",
|
|
104328
|
+
"resolvedType": "String"
|
|
104329
|
+
},
|
|
104330
|
+
{
|
|
104331
|
+
"description": "The start indent of the ToolCall body.\n",
|
|
104332
|
+
"commentRange": {
|
|
104333
|
+
"start": 40,
|
|
104334
|
+
"end": 41
|
|
104335
|
+
},
|
|
104336
|
+
"context": {
|
|
104337
|
+
"type": "variable",
|
|
104338
|
+
"name": "kendo-tool-call-indent",
|
|
104339
|
+
"value": "var( --kendo-tool-call-indent, k-spacing(5) )",
|
|
104340
|
+
"scope": "default",
|
|
104341
|
+
"line": {
|
|
104342
|
+
"start": 42,
|
|
104343
|
+
"end": 42
|
|
104344
|
+
}
|
|
104345
|
+
},
|
|
104346
|
+
"group": [
|
|
104347
|
+
"agent-response"
|
|
104348
|
+
],
|
|
104349
|
+
"access": "public",
|
|
104350
|
+
"file": {
|
|
104351
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
104352
|
+
"name": "_variables.scss"
|
|
104353
|
+
},
|
|
104354
|
+
"resolvedValue": "var(--kendo-tool-call-indent, var(--kendo-spacing-5))",
|
|
104355
|
+
"resolvedType": "String"
|
|
104356
|
+
},
|
|
104357
|
+
{
|
|
104358
|
+
"description": "The bottom padding of the ToolCall body.\n",
|
|
104359
|
+
"commentRange": {
|
|
104360
|
+
"start": 43,
|
|
104361
|
+
"end": 44
|
|
104362
|
+
},
|
|
104363
|
+
"context": {
|
|
104364
|
+
"type": "variable",
|
|
104365
|
+
"name": "kendo-tool-call-padding-y",
|
|
104366
|
+
"value": "var( --kendo-tool-call-padding-y, k-spacing(2) )",
|
|
104367
|
+
"scope": "default",
|
|
104368
|
+
"line": {
|
|
104369
|
+
"start": 45,
|
|
104370
|
+
"end": 45
|
|
104371
|
+
}
|
|
104372
|
+
},
|
|
104373
|
+
"group": [
|
|
104374
|
+
"agent-response"
|
|
104375
|
+
],
|
|
104376
|
+
"access": "public",
|
|
104377
|
+
"file": {
|
|
104378
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
104379
|
+
"name": "_variables.scss"
|
|
104380
|
+
},
|
|
104381
|
+
"resolvedValue": "var(--kendo-tool-call-padding-y, var(--kendo-spacing-2))",
|
|
104382
|
+
"resolvedType": "String"
|
|
104383
|
+
}
|
|
104384
|
+
]
|
|
104385
|
+
},
|
|
103408
104386
|
{
|
|
103409
104387
|
"id": "appbar",
|
|
103410
104388
|
"title": "Appbar",
|
|
@@ -121788,6 +122766,201 @@
|
|
|
121788
122766
|
}
|
|
121789
122767
|
]
|
|
121790
122768
|
},
|
|
122769
|
+
{
|
|
122770
|
+
"id": "checkpoint",
|
|
122771
|
+
"title": "Checkpoint",
|
|
122772
|
+
"variables": [
|
|
122773
|
+
{
|
|
122774
|
+
"description": "The color of the Checkpoint separator line.\n",
|
|
122775
|
+
"commentRange": {
|
|
122776
|
+
"start": 3,
|
|
122777
|
+
"end": 4
|
|
122778
|
+
},
|
|
122779
|
+
"context": {
|
|
122780
|
+
"type": "variable",
|
|
122781
|
+
"name": "kendo-checkpoint-line-color",
|
|
122782
|
+
"value": "var( --kendo-checkpoint-line-color, color-mix(in srgb, k-color(border) 26%, transparent) )",
|
|
122783
|
+
"scope": "default",
|
|
122784
|
+
"line": {
|
|
122785
|
+
"start": 5,
|
|
122786
|
+
"end": 5
|
|
122787
|
+
}
|
|
122788
|
+
},
|
|
122789
|
+
"group": [
|
|
122790
|
+
"checkpoint"
|
|
122791
|
+
],
|
|
122792
|
+
"access": "public",
|
|
122793
|
+
"file": {
|
|
122794
|
+
"path": "fluent/scss/checkpoint/_variables.scss",
|
|
122795
|
+
"name": "_variables.scss"
|
|
122796
|
+
},
|
|
122797
|
+
"resolvedValue": "var(--kendo-checkpoint-line-color, color-mix(in srgb, var(--kendo-color-border) 26%, transparent))",
|
|
122798
|
+
"resolvedType": "String"
|
|
122799
|
+
},
|
|
122800
|
+
{
|
|
122801
|
+
"description": "The gap between the Checkpoint line and stamp.\n",
|
|
122802
|
+
"commentRange": {
|
|
122803
|
+
"start": 6,
|
|
122804
|
+
"end": 7
|
|
122805
|
+
},
|
|
122806
|
+
"context": {
|
|
122807
|
+
"type": "variable",
|
|
122808
|
+
"name": "kendo-checkpoint-gap",
|
|
122809
|
+
"value": "var( --kendo-checkpoint-gap, k-spacing(1.5) )",
|
|
122810
|
+
"scope": "default",
|
|
122811
|
+
"line": {
|
|
122812
|
+
"start": 8,
|
|
122813
|
+
"end": 8
|
|
122814
|
+
}
|
|
122815
|
+
},
|
|
122816
|
+
"group": [
|
|
122817
|
+
"checkpoint"
|
|
122818
|
+
],
|
|
122819
|
+
"access": "public",
|
|
122820
|
+
"file": {
|
|
122821
|
+
"path": "fluent/scss/checkpoint/_variables.scss",
|
|
122822
|
+
"name": "_variables.scss"
|
|
122823
|
+
},
|
|
122824
|
+
"resolvedValue": "var(--kendo-checkpoint-gap, var(--kendo-spacing-1\\.5))",
|
|
122825
|
+
"resolvedType": "String"
|
|
122826
|
+
},
|
|
122827
|
+
{
|
|
122828
|
+
"description": "The width of the Checkpoint separator line.\n",
|
|
122829
|
+
"commentRange": {
|
|
122830
|
+
"start": 9,
|
|
122831
|
+
"end": 10
|
|
122832
|
+
},
|
|
122833
|
+
"context": {
|
|
122834
|
+
"type": "variable",
|
|
122835
|
+
"name": "kendo-checkpoint-line-width",
|
|
122836
|
+
"value": "var( --kendo-checkpoint-line-width, 1px )",
|
|
122837
|
+
"scope": "default",
|
|
122838
|
+
"line": {
|
|
122839
|
+
"start": 11,
|
|
122840
|
+
"end": 11
|
|
122841
|
+
}
|
|
122842
|
+
},
|
|
122843
|
+
"group": [
|
|
122844
|
+
"checkpoint"
|
|
122845
|
+
],
|
|
122846
|
+
"access": "public",
|
|
122847
|
+
"file": {
|
|
122848
|
+
"path": "fluent/scss/checkpoint/_variables.scss",
|
|
122849
|
+
"name": "_variables.scss"
|
|
122850
|
+
},
|
|
122851
|
+
"resolvedValue": "var(--kendo-checkpoint-line-width, 1px)",
|
|
122852
|
+
"resolvedType": "String"
|
|
122853
|
+
},
|
|
122854
|
+
{
|
|
122855
|
+
"description": "The font size of the Checkpoint stamp text.\n",
|
|
122856
|
+
"commentRange": {
|
|
122857
|
+
"start": 12,
|
|
122858
|
+
"end": 13
|
|
122859
|
+
},
|
|
122860
|
+
"context": {
|
|
122861
|
+
"type": "variable",
|
|
122862
|
+
"name": "kendo-checkpoint-stamp-font-size",
|
|
122863
|
+
"value": "var( --kendo-checkpoint-stamp-font-size, var(--kendo-font-size-sm) )",
|
|
122864
|
+
"scope": "default",
|
|
122865
|
+
"line": {
|
|
122866
|
+
"start": 14,
|
|
122867
|
+
"end": 14
|
|
122868
|
+
}
|
|
122869
|
+
},
|
|
122870
|
+
"group": [
|
|
122871
|
+
"checkpoint"
|
|
122872
|
+
],
|
|
122873
|
+
"access": "public",
|
|
122874
|
+
"file": {
|
|
122875
|
+
"path": "fluent/scss/checkpoint/_variables.scss",
|
|
122876
|
+
"name": "_variables.scss"
|
|
122877
|
+
},
|
|
122878
|
+
"resolvedValue": "var(--kendo-checkpoint-stamp-font-size, var(--kendo-font-size-sm))",
|
|
122879
|
+
"resolvedType": "String"
|
|
122880
|
+
},
|
|
122881
|
+
{
|
|
122882
|
+
"description": "The text color of the Checkpoint stamp.\n",
|
|
122883
|
+
"commentRange": {
|
|
122884
|
+
"start": 15,
|
|
122885
|
+
"end": 16
|
|
122886
|
+
},
|
|
122887
|
+
"context": {
|
|
122888
|
+
"type": "variable",
|
|
122889
|
+
"name": "kendo-checkpoint-stamp-color",
|
|
122890
|
+
"value": "var( --kendo-checkpoint-stamp-color, k-color(subtle) )",
|
|
122891
|
+
"scope": "default",
|
|
122892
|
+
"line": {
|
|
122893
|
+
"start": 17,
|
|
122894
|
+
"end": 17
|
|
122895
|
+
}
|
|
122896
|
+
},
|
|
122897
|
+
"group": [
|
|
122898
|
+
"checkpoint"
|
|
122899
|
+
],
|
|
122900
|
+
"access": "public",
|
|
122901
|
+
"file": {
|
|
122902
|
+
"path": "fluent/scss/checkpoint/_variables.scss",
|
|
122903
|
+
"name": "_variables.scss"
|
|
122904
|
+
},
|
|
122905
|
+
"resolvedValue": "var(--kendo-checkpoint-stamp-color, var(--kendo-color-subtle))",
|
|
122906
|
+
"resolvedType": "String"
|
|
122907
|
+
},
|
|
122908
|
+
{
|
|
122909
|
+
"description": "The font weight of the Checkpoint stamp text.\n",
|
|
122910
|
+
"commentRange": {
|
|
122911
|
+
"start": 18,
|
|
122912
|
+
"end": 19
|
|
122913
|
+
},
|
|
122914
|
+
"context": {
|
|
122915
|
+
"type": "variable",
|
|
122916
|
+
"name": "kendo-checkpoint-stamp-font-weight",
|
|
122917
|
+
"value": "null",
|
|
122918
|
+
"scope": "default",
|
|
122919
|
+
"line": {
|
|
122920
|
+
"start": 20,
|
|
122921
|
+
"end": 20
|
|
122922
|
+
}
|
|
122923
|
+
},
|
|
122924
|
+
"group": [
|
|
122925
|
+
"checkpoint"
|
|
122926
|
+
],
|
|
122927
|
+
"access": "public",
|
|
122928
|
+
"file": {
|
|
122929
|
+
"path": "fluent/scss/checkpoint/_variables.scss",
|
|
122930
|
+
"name": "_variables.scss"
|
|
122931
|
+
},
|
|
122932
|
+
"resolvedValue": "null",
|
|
122933
|
+
"resolvedType": "Null"
|
|
122934
|
+
},
|
|
122935
|
+
{
|
|
122936
|
+
"description": "The horizontal padding of the Checkpoint stamp.\n",
|
|
122937
|
+
"commentRange": {
|
|
122938
|
+
"start": 21,
|
|
122939
|
+
"end": 22
|
|
122940
|
+
},
|
|
122941
|
+
"context": {
|
|
122942
|
+
"type": "variable",
|
|
122943
|
+
"name": "kendo-checkpoint-stamp-padding-x",
|
|
122944
|
+
"value": "var( --kendo-checkpoint-stamp-padding-x, k-spacing(1) )",
|
|
122945
|
+
"scope": "default",
|
|
122946
|
+
"line": {
|
|
122947
|
+
"start": 23,
|
|
122948
|
+
"end": 23
|
|
122949
|
+
}
|
|
122950
|
+
},
|
|
122951
|
+
"group": [
|
|
122952
|
+
"checkpoint"
|
|
122953
|
+
],
|
|
122954
|
+
"access": "public",
|
|
122955
|
+
"file": {
|
|
122956
|
+
"path": "fluent/scss/checkpoint/_variables.scss",
|
|
122957
|
+
"name": "_variables.scss"
|
|
122958
|
+
},
|
|
122959
|
+
"resolvedValue": "var(--kendo-checkpoint-stamp-padding-x, var(--kendo-spacing-1))",
|
|
122960
|
+
"resolvedType": "String"
|
|
122961
|
+
}
|
|
122962
|
+
]
|
|
122963
|
+
},
|
|
121791
122964
|
{
|
|
121792
122965
|
"id": "chip",
|
|
121793
122966
|
"title": "Chip",
|
|
@@ -123073,6 +124246,66 @@
|
|
|
123073
124246
|
}
|
|
123074
124247
|
]
|
|
123075
124248
|
},
|
|
124249
|
+
{
|
|
124250
|
+
"id": "citation",
|
|
124251
|
+
"title": "Citation",
|
|
124252
|
+
"variables": [
|
|
124253
|
+
{
|
|
124254
|
+
"description": "The padding of the CitationPopover view.\n",
|
|
124255
|
+
"commentRange": {
|
|
124256
|
+
"start": 5,
|
|
124257
|
+
"end": 6
|
|
124258
|
+
},
|
|
124259
|
+
"context": {
|
|
124260
|
+
"type": "variable",
|
|
124261
|
+
"name": "kendo-citation-popover-view-padding",
|
|
124262
|
+
"value": "var( --kendo-citation-popover-view-padding, k-spacing(4) )",
|
|
124263
|
+
"scope": "default",
|
|
124264
|
+
"line": {
|
|
124265
|
+
"start": 7,
|
|
124266
|
+
"end": 7
|
|
124267
|
+
}
|
|
124268
|
+
},
|
|
124269
|
+
"group": [
|
|
124270
|
+
"citation"
|
|
124271
|
+
],
|
|
124272
|
+
"access": "public",
|
|
124273
|
+
"file": {
|
|
124274
|
+
"path": "fluent/scss/citation/_variables.scss",
|
|
124275
|
+
"name": "_variables.scss"
|
|
124276
|
+
},
|
|
124277
|
+
"resolvedValue": "var(--kendo-citation-popover-view-padding, var(--kendo-spacing-4))",
|
|
124278
|
+
"resolvedType": "String"
|
|
124279
|
+
},
|
|
124280
|
+
{
|
|
124281
|
+
"description": "The text color of the CitationPopover page indicator.\n",
|
|
124282
|
+
"commentRange": {
|
|
124283
|
+
"start": 8,
|
|
124284
|
+
"end": 9
|
|
124285
|
+
},
|
|
124286
|
+
"context": {
|
|
124287
|
+
"type": "variable",
|
|
124288
|
+
"name": "kendo-citation-pages-color",
|
|
124289
|
+
"value": "var( --kendo-citation-pages-color, k-color(subtle) )",
|
|
124290
|
+
"scope": "default",
|
|
124291
|
+
"line": {
|
|
124292
|
+
"start": 10,
|
|
124293
|
+
"end": 10
|
|
124294
|
+
}
|
|
124295
|
+
},
|
|
124296
|
+
"group": [
|
|
124297
|
+
"citation"
|
|
124298
|
+
],
|
|
124299
|
+
"access": "public",
|
|
124300
|
+
"file": {
|
|
124301
|
+
"path": "fluent/scss/citation/_variables.scss",
|
|
124302
|
+
"name": "_variables.scss"
|
|
124303
|
+
},
|
|
124304
|
+
"resolvedValue": "var(--kendo-citation-pages-color, var(--kendo-color-subtle))",
|
|
124305
|
+
"resolvedType": "String"
|
|
124306
|
+
}
|
|
124307
|
+
]
|
|
124308
|
+
},
|
|
123076
124309
|
{
|
|
123077
124310
|
"id": "color-system",
|
|
123078
124311
|
"title": "Color System",
|
|
@@ -195722,6 +196955,33 @@
|
|
|
195722
196955
|
"resolvedValue": "var(--kendo-toolbar-item-focus-outline-color, var(--kendo-color-base-emphasis))",
|
|
195723
196956
|
"resolvedType": "String"
|
|
195724
196957
|
},
|
|
196958
|
+
{
|
|
196959
|
+
"description": "The border radius of the floating Toolbar.\n",
|
|
196960
|
+
"commentRange": {
|
|
196961
|
+
"start": 128,
|
|
196962
|
+
"end": 129
|
|
196963
|
+
},
|
|
196964
|
+
"context": {
|
|
196965
|
+
"type": "variable",
|
|
196966
|
+
"name": "kendo-floating-toolbar-border-radius",
|
|
196967
|
+
"value": "var( --kendo-floating-toolbar-border-radius, #{k-border-radius(md)} )",
|
|
196968
|
+
"scope": "default",
|
|
196969
|
+
"line": {
|
|
196970
|
+
"start": 130,
|
|
196971
|
+
"end": 130
|
|
196972
|
+
}
|
|
196973
|
+
},
|
|
196974
|
+
"group": [
|
|
196975
|
+
"toolbar"
|
|
196976
|
+
],
|
|
196977
|
+
"access": "public",
|
|
196978
|
+
"file": {
|
|
196979
|
+
"path": "fluent/scss/toolbar/_variables.scss",
|
|
196980
|
+
"name": "_variables.scss"
|
|
196981
|
+
},
|
|
196982
|
+
"resolvedValue": "var(--kendo-floating-toolbar-border-radius, var(--kendo-border-radius-md))",
|
|
196983
|
+
"resolvedType": "String"
|
|
196984
|
+
},
|
|
195725
196985
|
{
|
|
195726
196986
|
"description": "The sizes map of the ToolBar.\n",
|
|
195727
196987
|
"commentRange": {
|