@progress/kendo-theme-bootstrap 14.4.0-dev.2 → 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 (42) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/bootstrap-3-dark.css +1 -1
  3. package/dist/bootstrap-3.css +1 -1
  4. package/dist/bootstrap-4-dark.css +1 -1
  5. package/dist/bootstrap-4.css +1 -1
  6. package/dist/bootstrap-dataviz-v4.css +1 -1
  7. package/dist/bootstrap-main-dark.css +1 -1
  8. package/dist/bootstrap-main.css +1 -1
  9. package/dist/bootstrap-nordic.css +1 -1
  10. package/dist/bootstrap-turquoise-dark.css +1 -1
  11. package/dist/bootstrap-turquoise.css +1 -1
  12. package/dist/bootstrap-urban.css +1 -1
  13. package/dist/bootstrap-vintage.css +1 -1
  14. package/dist/meta/sassdoc-data.json +1206 -0
  15. package/dist/meta/sassdoc-raw-data.json +550 -0
  16. package/dist/meta/variables.json +88 -0
  17. package/lib/swatches/bootstrap-3-dark.json +1 -1
  18. package/lib/swatches/bootstrap-3.json +1 -1
  19. package/lib/swatches/bootstrap-4-dark.json +1 -1
  20. package/lib/swatches/bootstrap-4.json +1 -1
  21. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  22. package/lib/swatches/bootstrap-main-dark.json +1 -1
  23. package/lib/swatches/bootstrap-main.json +1 -1
  24. package/lib/swatches/bootstrap-nordic.json +1 -1
  25. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  26. package/lib/swatches/bootstrap-turquoise.json +1 -1
  27. package/lib/swatches/bootstrap-urban.json +1 -1
  28. package/lib/swatches/bootstrap-vintage.json +1 -1
  29. package/package.json +3 -3
  30. package/scss/agent-response/_index.scss +16 -0
  31. package/scss/agent-response/_layout.scss +5 -0
  32. package/scss/agent-response/_theme.scss +5 -0
  33. package/scss/agent-response/_variables.scss +61 -0
  34. package/scss/checkpoint/_index.scss +16 -0
  35. package/scss/checkpoint/_layout.scss +6 -0
  36. package/scss/checkpoint/_theme.scss +6 -0
  37. package/scss/checkpoint/_variables.scss +33 -0
  38. package/scss/citation/_index.scss +16 -0
  39. package/scss/citation/_layout.scss +6 -0
  40. package/scss/citation/_theme.scss +6 -0
  41. package/scss/citation/_variables.scss +15 -0
  42. package/scss/index.scss +9 -0
@@ -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(1)",
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-sm)",
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": {
@@ -14693,6 +14693,94 @@
14693
14693
  "type": "String",
14694
14694
  "value": "var(--kendo-color-primary-emphasis)"
14695
14695
  },
14696
+ "kendo-agent-step-gap": {
14697
+ "type": "String",
14698
+ "value": "var(--kendo-spacing-1\\.5)"
14699
+ },
14700
+ "kendo-agent-step-padding-y": {
14701
+ "type": "String",
14702
+ "value": "var(--kendo-spacing-2)"
14703
+ },
14704
+ "kendo-agent-step-icon-margin-top": {
14705
+ "type": "String",
14706
+ "value": "var(--kendo-spacing-1)"
14707
+ },
14708
+ "kendo-agent-step-added-color": {
14709
+ "type": "String",
14710
+ "value": "var(--kendo-color-success-on-surface)"
14711
+ },
14712
+ "kendo-agent-step-removed-color": {
14713
+ "type": "String",
14714
+ "value": "var(--kendo-color-error-on-surface)"
14715
+ },
14716
+ "kendo-agent-step-font-size": {
14717
+ "type": "String",
14718
+ "value": "var(--kendo-font-size-sm)"
14719
+ },
14720
+ "kendo-agent-step-body-font-size": {
14721
+ "type": "String",
14722
+ "value": "var(--kendo-font-size-sm)"
14723
+ },
14724
+ "kendo-thought-gap": {
14725
+ "type": "String",
14726
+ "value": "var(--kendo-spacing-1\\.5)"
14727
+ },
14728
+ "kendo-thought-icon-col-gap": {
14729
+ "type": "String",
14730
+ "value": "var(--kendo-spacing-2)"
14731
+ },
14732
+ "kendo-thought-spacing": {
14733
+ "type": "String",
14734
+ "value": "var(--kendo-spacing-4)"
14735
+ },
14736
+ "kendo-thought-connector-color": {
14737
+ "type": "String",
14738
+ "value": "var(--kendo-color-border)"
14739
+ },
14740
+ "kendo-tool-call-indent": {
14741
+ "type": "String",
14742
+ "value": "var(--kendo-spacing-5)"
14743
+ },
14744
+ "kendo-tool-call-padding-y": {
14745
+ "type": "String",
14746
+ "value": "var(--kendo-spacing-2)"
14747
+ },
14748
+ "kendo-citation-popover-view-padding": {
14749
+ "type": "String",
14750
+ "value": "var(--kendo-spacing-4)"
14751
+ },
14752
+ "kendo-citation-pages-color": {
14753
+ "type": "String",
14754
+ "value": "var(--kendo-color-subtle)"
14755
+ },
14756
+ "kendo-checkpoint-line-color": {
14757
+ "type": "String",
14758
+ "value": "var(--kendo-color-border)"
14759
+ },
14760
+ "kendo-checkpoint-gap": {
14761
+ "type": "String",
14762
+ "value": "var(--kendo-spacing-1\\.5)"
14763
+ },
14764
+ "kendo-checkpoint-line-width": {
14765
+ "type": "Number",
14766
+ "value": "1px"
14767
+ },
14768
+ "kendo-checkpoint-stamp-font-size": {
14769
+ "type": "String",
14770
+ "value": "var(--kendo-font-size-sm)"
14771
+ },
14772
+ "kendo-checkpoint-stamp-color": {
14773
+ "type": "String",
14774
+ "value": "var(--kendo-color-subtle)"
14775
+ },
14776
+ "kendo-checkpoint-stamp-font-weight": {
14777
+ "type": "Null",
14778
+ "value": "null"
14779
+ },
14780
+ "kendo-checkpoint-stamp-padding-x": {
14781
+ "type": "String",
14782
+ "value": "var(--kendo-spacing-1)"
14783
+ },
14696
14784
  "kendo-media-player-border-width": {
14697
14785
  "type": "Number",
14698
14786
  "value": "1px"
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 3 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "14.4.0-dev.2",
6
+ "version": "14.4.0-dev.3",
7
7
  "previewColors": [
8
8
  "oklch(0.00% 0.0000 0deg)",
9
9
  "oklch(25.20% 0.0000 0deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 3",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "14.4.0-dev.2",
6
+ "version": "14.4.0-dev.3",
7
7
  "previewColors": [
8
8
  "oklch(100.00% 0.0001 0deg)",
9
9
  "oklch(97.01% 0.0001 0deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 4 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "14.4.0-dev.2",
6
+ "version": "14.4.0-dev.3",
7
7
  "previewColors": [
8
8
  "oklch(0.00% 0.0000 0deg)",
9
9
  "oklch(26.21% 0.0095 248.24deg)",