@progress/kendo-theme-classic 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.
Files changed (47) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/classic-green-dark.css +1 -1
  3. package/dist/classic-green.css +1 -1
  4. package/dist/classic-lavender-dark.css +1 -1
  5. package/dist/classic-lavender.css +1 -1
  6. package/dist/classic-main-dark.css +1 -1
  7. package/dist/classic-main.css +1 -1
  8. package/dist/classic-metro-dark.css +1 -1
  9. package/dist/classic-metro.css +1 -1
  10. package/dist/classic-moonlight.css +1 -1
  11. package/dist/classic-opal-dark.css +1 -1
  12. package/dist/classic-opal.css +1 -1
  13. package/dist/classic-silver-dark.css +1 -1
  14. package/dist/classic-silver.css +1 -1
  15. package/dist/classic-uniform.css +1 -1
  16. package/dist/meta/sassdoc-data.json +1260 -0
  17. package/dist/meta/sassdoc-raw-data.json +575 -0
  18. package/dist/meta/variables.json +92 -0
  19. package/lib/swatches/classic-green-dark.json +1 -1
  20. package/lib/swatches/classic-green.json +1 -1
  21. package/lib/swatches/classic-lavender-dark.json +1 -1
  22. package/lib/swatches/classic-lavender.json +1 -1
  23. package/lib/swatches/classic-main-dark.json +1 -1
  24. package/lib/swatches/classic-main.json +1 -1
  25. package/lib/swatches/classic-metro-dark.json +1 -1
  26. package/lib/swatches/classic-metro.json +1 -1
  27. package/lib/swatches/classic-moonlight.json +1 -1
  28. package/lib/swatches/classic-opal-dark.json +1 -1
  29. package/lib/swatches/classic-opal.json +1 -1
  30. package/lib/swatches/classic-silver-dark.json +1 -1
  31. package/lib/swatches/classic-silver.json +1 -1
  32. package/lib/swatches/classic-uniform.json +1 -1
  33. package/package.json +3 -3
  34. package/scss/agent-response/_index.scss +16 -0
  35. package/scss/agent-response/_layout.scss +5 -0
  36. package/scss/agent-response/_theme.scss +5 -0
  37. package/scss/agent-response/_variables.scss +61 -0
  38. package/scss/checkpoint/_index.scss +16 -0
  39. package/scss/checkpoint/_layout.scss +6 -0
  40. package/scss/checkpoint/_theme.scss +6 -0
  41. package/scss/checkpoint/_variables.scss +33 -0
  42. package/scss/citation/_index.scss +16 -0
  43. package/scss/citation/_layout.scss +6 -0
  44. package/scss/citation/_theme.scss +6 -0
  45. package/scss/citation/_variables.scss +15 -0
  46. package/scss/index.scss +9 -0
  47. package/scss/toolbar/_variables.scss +6 -1
@@ -1999,6 +1999,331 @@
1999
1999
  "name": "_variables.scss"
2000
2000
  }
2001
2001
  },
2002
+ {
2003
+ "description": "The gap between the icon and the content of the AgentStep head and content row.\n",
2004
+ "commentRange": {
2005
+ "start": 5,
2006
+ "end": 6
2007
+ },
2008
+ "context": {
2009
+ "type": "variable",
2010
+ "name": "kendo-agent-step-gap",
2011
+ "value": "k-spacing(1.5)",
2012
+ "scope": "default",
2013
+ "line": {
2014
+ "start": 7,
2015
+ "end": 7
2016
+ }
2017
+ },
2018
+ "group": [
2019
+ "agent-response"
2020
+ ],
2021
+ "access": "public",
2022
+ "file": {
2023
+ "path": "agent-response/_variables.scss",
2024
+ "name": "_variables.scss"
2025
+ }
2026
+ },
2027
+ {
2028
+ "description": "The vertical padding of the AgentStep head.\n",
2029
+ "commentRange": {
2030
+ "start": 8,
2031
+ "end": 9
2032
+ },
2033
+ "context": {
2034
+ "type": "variable",
2035
+ "name": "kendo-agent-step-padding-y",
2036
+ "value": "k-spacing(2)",
2037
+ "scope": "default",
2038
+ "line": {
2039
+ "start": 10,
2040
+ "end": 10
2041
+ }
2042
+ },
2043
+ "group": [
2044
+ "agent-response"
2045
+ ],
2046
+ "access": "public",
2047
+ "file": {
2048
+ "path": "agent-response/_variables.scss",
2049
+ "name": "_variables.scss"
2050
+ }
2051
+ },
2052
+ {
2053
+ "description": "The top margin of the AgentStep icon.\n",
2054
+ "commentRange": {
2055
+ "start": 11,
2056
+ "end": 12
2057
+ },
2058
+ "context": {
2059
+ "type": "variable",
2060
+ "name": "kendo-agent-step-icon-margin-top",
2061
+ "value": "k-spacing(0.5)",
2062
+ "scope": "default",
2063
+ "line": {
2064
+ "start": 13,
2065
+ "end": 13
2066
+ }
2067
+ },
2068
+ "group": [
2069
+ "agent-response"
2070
+ ],
2071
+ "access": "public",
2072
+ "file": {
2073
+ "path": "agent-response/_variables.scss",
2074
+ "name": "_variables.scss"
2075
+ }
2076
+ },
2077
+ {
2078
+ "description": "The text color of the added lines count in the AgentStep diffstat.\n",
2079
+ "commentRange": {
2080
+ "start": 14,
2081
+ "end": 15
2082
+ },
2083
+ "context": {
2084
+ "type": "variable",
2085
+ "name": "kendo-agent-step-added-color",
2086
+ "value": "k-color(success-on-surface)",
2087
+ "scope": "default",
2088
+ "line": {
2089
+ "start": 16,
2090
+ "end": 16
2091
+ }
2092
+ },
2093
+ "group": [
2094
+ "agent-response"
2095
+ ],
2096
+ "access": "public",
2097
+ "file": {
2098
+ "path": "agent-response/_variables.scss",
2099
+ "name": "_variables.scss"
2100
+ }
2101
+ },
2102
+ {
2103
+ "description": "The text color of the removed lines count in the AgentStep diffstat.\n",
2104
+ "commentRange": {
2105
+ "start": 17,
2106
+ "end": 18
2107
+ },
2108
+ "context": {
2109
+ "type": "variable",
2110
+ "name": "kendo-agent-step-removed-color",
2111
+ "value": "k-color(error-on-surface)",
2112
+ "scope": "default",
2113
+ "line": {
2114
+ "start": 19,
2115
+ "end": 19
2116
+ }
2117
+ },
2118
+ "group": [
2119
+ "agent-response"
2120
+ ],
2121
+ "access": "public",
2122
+ "file": {
2123
+ "path": "agent-response/_variables.scss",
2124
+ "name": "_variables.scss"
2125
+ }
2126
+ },
2127
+ {
2128
+ "description": "The font size of the AgentStep label, secondary text, and diffstat.\n",
2129
+ "commentRange": {
2130
+ "start": 20,
2131
+ "end": 21
2132
+ },
2133
+ "context": {
2134
+ "type": "variable",
2135
+ "name": "kendo-agent-step-font-size",
2136
+ "value": "var(--kendo-font-size-sm)",
2137
+ "scope": "default",
2138
+ "line": {
2139
+ "start": 22,
2140
+ "end": 22
2141
+ }
2142
+ },
2143
+ "group": [
2144
+ "agent-response"
2145
+ ],
2146
+ "access": "public",
2147
+ "file": {
2148
+ "path": "agent-response/_variables.scss",
2149
+ "name": "_variables.scss"
2150
+ }
2151
+ },
2152
+ {
2153
+ "description": "The font size of the AgentStep body content.\n",
2154
+ "commentRange": {
2155
+ "start": 23,
2156
+ "end": 24
2157
+ },
2158
+ "context": {
2159
+ "type": "variable",
2160
+ "name": "kendo-agent-step-body-font-size",
2161
+ "value": "var(--kendo-font-size-sm)",
2162
+ "scope": "default",
2163
+ "line": {
2164
+ "start": 25,
2165
+ "end": 25
2166
+ }
2167
+ },
2168
+ "group": [
2169
+ "agent-response"
2170
+ ],
2171
+ "access": "public",
2172
+ "file": {
2173
+ "path": "agent-response/_variables.scss",
2174
+ "name": "_variables.scss"
2175
+ }
2176
+ },
2177
+ {
2178
+ "description": "The gap between the icon column and the content of the Thought.\n",
2179
+ "commentRange": {
2180
+ "start": 27,
2181
+ "end": 28
2182
+ },
2183
+ "context": {
2184
+ "type": "variable",
2185
+ "name": "kendo-thought-gap",
2186
+ "value": "k-spacing(1.5)",
2187
+ "scope": "default",
2188
+ "line": {
2189
+ "start": 29,
2190
+ "end": 29
2191
+ }
2192
+ },
2193
+ "group": [
2194
+ "agent-response"
2195
+ ],
2196
+ "access": "public",
2197
+ "file": {
2198
+ "path": "agent-response/_variables.scss",
2199
+ "name": "_variables.scss"
2200
+ }
2201
+ },
2202
+ {
2203
+ "description": "The gap in the icon column of the Thought.\n",
2204
+ "commentRange": {
2205
+ "start": 30,
2206
+ "end": 31
2207
+ },
2208
+ "context": {
2209
+ "type": "variable",
2210
+ "name": "kendo-thought-icon-col-gap",
2211
+ "value": "k-spacing(2)",
2212
+ "scope": "default",
2213
+ "line": {
2214
+ "start": 32,
2215
+ "end": 32
2216
+ }
2217
+ },
2218
+ "group": [
2219
+ "agent-response"
2220
+ ],
2221
+ "access": "public",
2222
+ "file": {
2223
+ "path": "agent-response/_variables.scss",
2224
+ "name": "_variables.scss"
2225
+ }
2226
+ },
2227
+ {
2228
+ "description": "The spacing between stacked Thought items.\n",
2229
+ "commentRange": {
2230
+ "start": 33,
2231
+ "end": 34
2232
+ },
2233
+ "context": {
2234
+ "type": "variable",
2235
+ "name": "kendo-thought-spacing",
2236
+ "value": "k-spacing(4)",
2237
+ "scope": "default",
2238
+ "line": {
2239
+ "start": 35,
2240
+ "end": 35
2241
+ }
2242
+ },
2243
+ "group": [
2244
+ "agent-response"
2245
+ ],
2246
+ "access": "public",
2247
+ "file": {
2248
+ "path": "agent-response/_variables.scss",
2249
+ "name": "_variables.scss"
2250
+ }
2251
+ },
2252
+ {
2253
+ "description": "The color of the connector line between stacked Thought items.\n",
2254
+ "commentRange": {
2255
+ "start": 36,
2256
+ "end": 37
2257
+ },
2258
+ "context": {
2259
+ "type": "variable",
2260
+ "name": "kendo-thought-connector-color",
2261
+ "value": "k-color(border)",
2262
+ "scope": "default",
2263
+ "line": {
2264
+ "start": 38,
2265
+ "end": 38
2266
+ }
2267
+ },
2268
+ "group": [
2269
+ "agent-response"
2270
+ ],
2271
+ "access": "public",
2272
+ "file": {
2273
+ "path": "agent-response/_variables.scss",
2274
+ "name": "_variables.scss"
2275
+ }
2276
+ },
2277
+ {
2278
+ "description": "The start indent of the ToolCall body.\n",
2279
+ "commentRange": {
2280
+ "start": 40,
2281
+ "end": 41
2282
+ },
2283
+ "context": {
2284
+ "type": "variable",
2285
+ "name": "kendo-tool-call-indent",
2286
+ "value": "k-spacing(5)",
2287
+ "scope": "default",
2288
+ "line": {
2289
+ "start": 42,
2290
+ "end": 42
2291
+ }
2292
+ },
2293
+ "group": [
2294
+ "agent-response"
2295
+ ],
2296
+ "access": "public",
2297
+ "file": {
2298
+ "path": "agent-response/_variables.scss",
2299
+ "name": "_variables.scss"
2300
+ }
2301
+ },
2302
+ {
2303
+ "description": "The bottom padding of the ToolCall body.\n",
2304
+ "commentRange": {
2305
+ "start": 43,
2306
+ "end": 44
2307
+ },
2308
+ "context": {
2309
+ "type": "variable",
2310
+ "name": "kendo-tool-call-padding-y",
2311
+ "value": "k-spacing(2)",
2312
+ "scope": "default",
2313
+ "line": {
2314
+ "start": 45,
2315
+ "end": 45
2316
+ }
2317
+ },
2318
+ "group": [
2319
+ "agent-response"
2320
+ ],
2321
+ "access": "public",
2322
+ "file": {
2323
+ "path": "agent-response/_variables.scss",
2324
+ "name": "_variables.scss"
2325
+ }
2326
+ },
2002
2327
  {
2003
2328
  "description": "The default theme color of the AppBar.\n",
2004
2329
  "commentRange": {
@@ -17831,6 +18156,181 @@
17831
18156
  "name": "_variables.scss"
17832
18157
  }
17833
18158
  },
18159
+ {
18160
+ "description": "The color of the Checkpoint separator line.\n",
18161
+ "commentRange": {
18162
+ "start": 3,
18163
+ "end": 4
18164
+ },
18165
+ "context": {
18166
+ "type": "variable",
18167
+ "name": "kendo-checkpoint-line-color",
18168
+ "value": "k-color(border)",
18169
+ "scope": "default",
18170
+ "line": {
18171
+ "start": 5,
18172
+ "end": 5
18173
+ }
18174
+ },
18175
+ "group": [
18176
+ "checkpoint"
18177
+ ],
18178
+ "access": "public",
18179
+ "file": {
18180
+ "path": "checkpoint/_variables.scss",
18181
+ "name": "_variables.scss"
18182
+ }
18183
+ },
18184
+ {
18185
+ "description": "The gap between the Checkpoint line and stamp.\n",
18186
+ "commentRange": {
18187
+ "start": 6,
18188
+ "end": 7
18189
+ },
18190
+ "context": {
18191
+ "type": "variable",
18192
+ "name": "kendo-checkpoint-gap",
18193
+ "value": "k-spacing(1.5)",
18194
+ "scope": "default",
18195
+ "line": {
18196
+ "start": 8,
18197
+ "end": 8
18198
+ }
18199
+ },
18200
+ "group": [
18201
+ "checkpoint"
18202
+ ],
18203
+ "access": "public",
18204
+ "file": {
18205
+ "path": "checkpoint/_variables.scss",
18206
+ "name": "_variables.scss"
18207
+ }
18208
+ },
18209
+ {
18210
+ "description": "The width of the Checkpoint separator line.\n",
18211
+ "commentRange": {
18212
+ "start": 9,
18213
+ "end": 10
18214
+ },
18215
+ "context": {
18216
+ "type": "variable",
18217
+ "name": "kendo-checkpoint-line-width",
18218
+ "value": "1px",
18219
+ "scope": "default",
18220
+ "line": {
18221
+ "start": 11,
18222
+ "end": 11
18223
+ }
18224
+ },
18225
+ "group": [
18226
+ "checkpoint"
18227
+ ],
18228
+ "access": "public",
18229
+ "file": {
18230
+ "path": "checkpoint/_variables.scss",
18231
+ "name": "_variables.scss"
18232
+ }
18233
+ },
18234
+ {
18235
+ "description": "The font size of the Checkpoint stamp text.\n",
18236
+ "commentRange": {
18237
+ "start": 12,
18238
+ "end": 13
18239
+ },
18240
+ "context": {
18241
+ "type": "variable",
18242
+ "name": "kendo-checkpoint-stamp-font-size",
18243
+ "value": "var(--kendo-font-size-md)",
18244
+ "scope": "default",
18245
+ "line": {
18246
+ "start": 14,
18247
+ "end": 14
18248
+ }
18249
+ },
18250
+ "group": [
18251
+ "checkpoint"
18252
+ ],
18253
+ "access": "public",
18254
+ "file": {
18255
+ "path": "checkpoint/_variables.scss",
18256
+ "name": "_variables.scss"
18257
+ }
18258
+ },
18259
+ {
18260
+ "description": "The text color of the Checkpoint stamp.\n",
18261
+ "commentRange": {
18262
+ "start": 15,
18263
+ "end": 16
18264
+ },
18265
+ "context": {
18266
+ "type": "variable",
18267
+ "name": "kendo-checkpoint-stamp-color",
18268
+ "value": "k-color(subtle)",
18269
+ "scope": "default",
18270
+ "line": {
18271
+ "start": 17,
18272
+ "end": 17
18273
+ }
18274
+ },
18275
+ "group": [
18276
+ "checkpoint"
18277
+ ],
18278
+ "access": "public",
18279
+ "file": {
18280
+ "path": "checkpoint/_variables.scss",
18281
+ "name": "_variables.scss"
18282
+ }
18283
+ },
18284
+ {
18285
+ "description": "The font weight of the Checkpoint stamp text.\n",
18286
+ "commentRange": {
18287
+ "start": 18,
18288
+ "end": 19
18289
+ },
18290
+ "context": {
18291
+ "type": "variable",
18292
+ "name": "kendo-checkpoint-stamp-font-weight",
18293
+ "value": "null",
18294
+ "scope": "default",
18295
+ "line": {
18296
+ "start": 20,
18297
+ "end": 20
18298
+ }
18299
+ },
18300
+ "group": [
18301
+ "checkpoint"
18302
+ ],
18303
+ "access": "public",
18304
+ "file": {
18305
+ "path": "checkpoint/_variables.scss",
18306
+ "name": "_variables.scss"
18307
+ }
18308
+ },
18309
+ {
18310
+ "description": "The horizontal padding of the Checkpoint stamp.\n",
18311
+ "commentRange": {
18312
+ "start": 21,
18313
+ "end": 22
18314
+ },
18315
+ "context": {
18316
+ "type": "variable",
18317
+ "name": "kendo-checkpoint-stamp-padding-x",
18318
+ "value": "k-spacing(1)",
18319
+ "scope": "default",
18320
+ "line": {
18321
+ "start": 23,
18322
+ "end": 23
18323
+ }
18324
+ },
18325
+ "group": [
18326
+ "checkpoint"
18327
+ ],
18328
+ "access": "public",
18329
+ "file": {
18330
+ "path": "checkpoint/_variables.scss",
18331
+ "name": "_variables.scss"
18332
+ }
18333
+ },
17834
18334
  {
17835
18335
  "description": "The default theme color of the Chip.\n",
17836
18336
  "commentRange": {
@@ -18918,6 +19418,56 @@
18918
19418
  "name": "_variables.scss"
18919
19419
  }
18920
19420
  },
19421
+ {
19422
+ "description": "The padding of the CitationPopover view.\n",
19423
+ "commentRange": {
19424
+ "start": 5,
19425
+ "end": 6
19426
+ },
19427
+ "context": {
19428
+ "type": "variable",
19429
+ "name": "kendo-citation-popover-view-padding",
19430
+ "value": "k-spacing(4)",
19431
+ "scope": "default",
19432
+ "line": {
19433
+ "start": 7,
19434
+ "end": 7
19435
+ }
19436
+ },
19437
+ "group": [
19438
+ "citation"
19439
+ ],
19440
+ "access": "public",
19441
+ "file": {
19442
+ "path": "citation/_variables.scss",
19443
+ "name": "_variables.scss"
19444
+ }
19445
+ },
19446
+ {
19447
+ "description": "The text color of the CitationPopover page indicator.\n",
19448
+ "commentRange": {
19449
+ "start": 8,
19450
+ "end": 9
19451
+ },
19452
+ "context": {
19453
+ "type": "variable",
19454
+ "name": "kendo-citation-pages-color",
19455
+ "value": "k-color(subtle)",
19456
+ "scope": "default",
19457
+ "line": {
19458
+ "start": 10,
19459
+ "end": 10
19460
+ }
19461
+ },
19462
+ "group": [
19463
+ "citation"
19464
+ ],
19465
+ "access": "public",
19466
+ "file": {
19467
+ "path": "citation/_variables.scss",
19468
+ "name": "_variables.scss"
19469
+ }
19470
+ },
18921
19471
  {
18922
19472
  "description": "The default size of the ColorEditor.\n",
18923
19473
  "commentRange": {
@@ -83517,6 +84067,31 @@
83517
84067
  "name": "_variables.scss"
83518
84068
  }
83519
84069
  },
84070
+ {
84071
+ "description": "The border radius of the floating Toolbar.\n",
84072
+ "commentRange": {
84073
+ "start": 152,
84074
+ "end": 153
84075
+ },
84076
+ "context": {
84077
+ "type": "variable",
84078
+ "name": "kendo-floating-toolbar-border-radius",
84079
+ "value": "k-border-radius(xxl)",
84080
+ "scope": "default",
84081
+ "line": {
84082
+ "start": 154,
84083
+ "end": 154
84084
+ }
84085
+ },
84086
+ "group": [
84087
+ "toolbar"
84088
+ ],
84089
+ "access": "public",
84090
+ "file": {
84091
+ "path": "toolbar/_variables.scss",
84092
+ "name": "_variables.scss"
84093
+ }
84094
+ },
83520
84095
  {
83521
84096
  "description": "The vertical padding of the Tooltip.\n",
83522
84097
  "commentRange": {
@@ -5990,6 +5990,10 @@
5990
5990
  }
5991
5991
  }
5992
5992
  },
5993
+ "kendo-floating-toolbar-border-radius": {
5994
+ "type": "String",
5995
+ "value": "var(--kendo-border-radius-xxl)"
5996
+ },
5993
5997
  "kendo-form-default-size": {
5994
5998
  "type": "String",
5995
5999
  "value": "\"md\""
@@ -14681,6 +14685,94 @@
14681
14685
  "type": "String",
14682
14686
  "value": "var(--kendo-color-primary-emphasis)"
14683
14687
  },
14688
+ "kendo-agent-step-gap": {
14689
+ "type": "String",
14690
+ "value": "var(--kendo-spacing-1\\.5)"
14691
+ },
14692
+ "kendo-agent-step-padding-y": {
14693
+ "type": "String",
14694
+ "value": "var(--kendo-spacing-2)"
14695
+ },
14696
+ "kendo-agent-step-icon-margin-top": {
14697
+ "type": "String",
14698
+ "value": "var(--kendo-spacing-0\\.5)"
14699
+ },
14700
+ "kendo-agent-step-added-color": {
14701
+ "type": "String",
14702
+ "value": "var(--kendo-color-success-on-surface)"
14703
+ },
14704
+ "kendo-agent-step-removed-color": {
14705
+ "type": "String",
14706
+ "value": "var(--kendo-color-error-on-surface)"
14707
+ },
14708
+ "kendo-agent-step-font-size": {
14709
+ "type": "String",
14710
+ "value": "var(--kendo-font-size-sm)"
14711
+ },
14712
+ "kendo-agent-step-body-font-size": {
14713
+ "type": "String",
14714
+ "value": "var(--kendo-font-size-sm)"
14715
+ },
14716
+ "kendo-thought-gap": {
14717
+ "type": "String",
14718
+ "value": "var(--kendo-spacing-1\\.5)"
14719
+ },
14720
+ "kendo-thought-icon-col-gap": {
14721
+ "type": "String",
14722
+ "value": "var(--kendo-spacing-2)"
14723
+ },
14724
+ "kendo-thought-spacing": {
14725
+ "type": "String",
14726
+ "value": "var(--kendo-spacing-4)"
14727
+ },
14728
+ "kendo-thought-connector-color": {
14729
+ "type": "String",
14730
+ "value": "var(--kendo-color-border)"
14731
+ },
14732
+ "kendo-tool-call-indent": {
14733
+ "type": "String",
14734
+ "value": "var(--kendo-spacing-5)"
14735
+ },
14736
+ "kendo-tool-call-padding-y": {
14737
+ "type": "String",
14738
+ "value": "var(--kendo-spacing-2)"
14739
+ },
14740
+ "kendo-citation-popover-view-padding": {
14741
+ "type": "String",
14742
+ "value": "var(--kendo-spacing-4)"
14743
+ },
14744
+ "kendo-citation-pages-color": {
14745
+ "type": "String",
14746
+ "value": "var(--kendo-color-subtle)"
14747
+ },
14748
+ "kendo-checkpoint-line-color": {
14749
+ "type": "String",
14750
+ "value": "var(--kendo-color-border)"
14751
+ },
14752
+ "kendo-checkpoint-gap": {
14753
+ "type": "String",
14754
+ "value": "var(--kendo-spacing-1\\.5)"
14755
+ },
14756
+ "kendo-checkpoint-line-width": {
14757
+ "type": "Number",
14758
+ "value": "1px"
14759
+ },
14760
+ "kendo-checkpoint-stamp-font-size": {
14761
+ "type": "String",
14762
+ "value": "var(--kendo-font-size-md)"
14763
+ },
14764
+ "kendo-checkpoint-stamp-color": {
14765
+ "type": "String",
14766
+ "value": "var(--kendo-color-subtle)"
14767
+ },
14768
+ "kendo-checkpoint-stamp-font-weight": {
14769
+ "type": "Null",
14770
+ "value": "null"
14771
+ },
14772
+ "kendo-checkpoint-stamp-padding-x": {
14773
+ "type": "String",
14774
+ "value": "var(--kendo-spacing-1)"
14775
+ },
14684
14776
  "kendo-media-player-border-width": {
14685
14777
  "type": "Number",
14686
14778
  "value": "1px"