@progress/kendo-theme-fluent 14.4.1-dev.1 → 14.4.1-dev.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1925,15 +1925,15 @@
1925
1925
  }
1926
1926
  },
1927
1927
  {
1928
- "description": "The top margin of the AgentStep icon.\n",
1928
+ "description": "The horizontal padding of the AgentStep head.\n",
1929
1929
  "commentRange": {
1930
1930
  "start": 11,
1931
1931
  "end": 12
1932
1932
  },
1933
1933
  "context": {
1934
1934
  "type": "variable",
1935
- "name": "kendo-agent-step-icon-margin-top",
1936
- "value": "var( --kendo-agent-step-icon-margin-top, k-spacing(0.5) )",
1935
+ "name": "kendo-agent-step-padding-x",
1936
+ "value": "var( --kendo-agent-step-padding-x, k-spacing(0.5) )",
1937
1937
  "scope": "default",
1938
1938
  "line": {
1939
1939
  "start": 13,
@@ -1950,15 +1950,15 @@
1950
1950
  }
1951
1951
  },
1952
1952
  {
1953
- "description": "The text color of the added lines count in the AgentStep diffstat.\n",
1953
+ "description": "The end padding of the AgentStep head.\n",
1954
1954
  "commentRange": {
1955
1955
  "start": 14,
1956
1956
  "end": 15
1957
1957
  },
1958
1958
  "context": {
1959
1959
  "type": "variable",
1960
- "name": "kendo-agent-step-added-color",
1961
- "value": "var( --kendo-agent-step-added-color, k-color(success-on-surface) )",
1960
+ "name": "kendo-agent-step-padding-end",
1961
+ "value": "var( --kendo-agent-step-padding-end, k-spacing(2) )",
1962
1962
  "scope": "default",
1963
1963
  "line": {
1964
1964
  "start": 16,
@@ -1975,15 +1975,15 @@
1975
1975
  }
1976
1976
  },
1977
1977
  {
1978
- "description": "The text color of the removed lines count in the AgentStep diffstat.\n",
1978
+ "description": "The border radius of the AgentStep head.\n",
1979
1979
  "commentRange": {
1980
1980
  "start": 17,
1981
1981
  "end": 18
1982
1982
  },
1983
1983
  "context": {
1984
1984
  "type": "variable",
1985
- "name": "kendo-agent-step-removed-color",
1986
- "value": "var( --kendo-agent-step-removed-color, k-color(error-on-surface) )",
1985
+ "name": "kendo-agent-step-border-radius",
1986
+ "value": "var( --kendo-agent-step-border-radius, k-border-radius(md) )",
1987
1987
  "scope": "default",
1988
1988
  "line": {
1989
1989
  "start": 19,
@@ -2000,15 +2000,15 @@
2000
2000
  }
2001
2001
  },
2002
2002
  {
2003
- "description": "The font size of the AgentStep label, secondary text, and diffstat.\n",
2003
+ "description": "The top margin of the AgentStep icon.\n",
2004
2004
  "commentRange": {
2005
2005
  "start": 20,
2006
2006
  "end": 21
2007
2007
  },
2008
2008
  "context": {
2009
2009
  "type": "variable",
2010
- "name": "kendo-agent-step-font-size",
2011
- "value": "var( --kendo-agent-step-font-size, var(--kendo-font-size-sm) )",
2010
+ "name": "kendo-agent-step-icon-margin-top",
2011
+ "value": "var( --kendo-agent-step-icon-margin-top, k-spacing(0.5) )",
2012
2012
  "scope": "default",
2013
2013
  "line": {
2014
2014
  "start": 22,
@@ -2025,15 +2025,15 @@
2025
2025
  }
2026
2026
  },
2027
2027
  {
2028
- "description": "The font size of the AgentStep body content.\n",
2028
+ "description": "The text color of the added lines count in the AgentStep diffstat.\n",
2029
2029
  "commentRange": {
2030
2030
  "start": 23,
2031
2031
  "end": 24
2032
2032
  },
2033
2033
  "context": {
2034
2034
  "type": "variable",
2035
- "name": "kendo-agent-step-body-font-size",
2036
- "value": "var( --kendo-agent-step-body-font-size, var(--kendo-font-size-sm) )",
2035
+ "name": "kendo-agent-step-added-color",
2036
+ "value": "var( --kendo-agent-step-added-color, k-color(success-on-surface) )",
2037
2037
  "scope": "default",
2038
2038
  "line": {
2039
2039
  "start": 25,
@@ -2049,11 +2049,111 @@
2049
2049
  "name": "_variables.scss"
2050
2050
  }
2051
2051
  },
2052
+ {
2053
+ "description": "The text color of the removed lines count in the AgentStep diffstat.\n",
2054
+ "commentRange": {
2055
+ "start": 26,
2056
+ "end": 27
2057
+ },
2058
+ "context": {
2059
+ "type": "variable",
2060
+ "name": "kendo-agent-step-removed-color",
2061
+ "value": "var( --kendo-agent-step-removed-color, k-color(error-on-surface) )",
2062
+ "scope": "default",
2063
+ "line": {
2064
+ "start": 28,
2065
+ "end": 28
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 font size of the AgentStep label, secondary text, and diffstat.\n",
2079
+ "commentRange": {
2080
+ "start": 29,
2081
+ "end": 30
2082
+ },
2083
+ "context": {
2084
+ "type": "variable",
2085
+ "name": "kendo-agent-step-font-size",
2086
+ "value": "var( --kendo-agent-step-font-size, var(--kendo-font-size-sm) )",
2087
+ "scope": "default",
2088
+ "line": {
2089
+ "start": 31,
2090
+ "end": 31
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 font size of the AgentStep body content.\n",
2104
+ "commentRange": {
2105
+ "start": 32,
2106
+ "end": 33
2107
+ },
2108
+ "context": {
2109
+ "type": "variable",
2110
+ "name": "kendo-agent-step-body-font-size",
2111
+ "value": "var( --kendo-agent-step-body-font-size, var(--kendo-font-size-sm) )",
2112
+ "scope": "default",
2113
+ "line": {
2114
+ "start": 34,
2115
+ "end": 34
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 box shadow of the focused AgentStep head.\n",
2129
+ "commentRange": {
2130
+ "start": 35,
2131
+ "end": 36
2132
+ },
2133
+ "context": {
2134
+ "type": "variable",
2135
+ "name": "kendo-agent-step-focus-shadow",
2136
+ "value": "var( --kendo-agent-step-focus-shadow, inset 0 0 0 2px #{k-color(on-app-surface)} )",
2137
+ "scope": "default",
2138
+ "line": {
2139
+ "start": 37,
2140
+ "end": 37
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
+ },
2052
2152
  {
2053
2153
  "description": "The gap between the icon column and the content of the Thought.\n",
2054
2154
  "commentRange": {
2055
- "start": 27,
2056
- "end": 28
2155
+ "start": 39,
2156
+ "end": 40
2057
2157
  },
2058
2158
  "context": {
2059
2159
  "type": "variable",
@@ -2061,8 +2161,8 @@
2061
2161
  "value": "var( --kendo-thought-gap, k-spacing(1.5) )",
2062
2162
  "scope": "default",
2063
2163
  "line": {
2064
- "start": 29,
2065
- "end": 29
2164
+ "start": 41,
2165
+ "end": 41
2066
2166
  }
2067
2167
  },
2068
2168
  "group": [
@@ -2077,8 +2177,8 @@
2077
2177
  {
2078
2178
  "description": "The gap in the icon column of the Thought.\n",
2079
2179
  "commentRange": {
2080
- "start": 30,
2081
- "end": 31
2180
+ "start": 42,
2181
+ "end": 43
2082
2182
  },
2083
2183
  "context": {
2084
2184
  "type": "variable",
@@ -2086,8 +2186,8 @@
2086
2186
  "value": "var( --kendo-thought-icon-col-gap, k-spacing(2) )",
2087
2187
  "scope": "default",
2088
2188
  "line": {
2089
- "start": 32,
2090
- "end": 32
2189
+ "start": 44,
2190
+ "end": 44
2091
2191
  }
2092
2192
  },
2093
2193
  "group": [
@@ -2102,8 +2202,8 @@
2102
2202
  {
2103
2203
  "description": "The spacing between stacked Thought items.\n",
2104
2204
  "commentRange": {
2105
- "start": 33,
2106
- "end": 34
2205
+ "start": 45,
2206
+ "end": 46
2107
2207
  },
2108
2208
  "context": {
2109
2209
  "type": "variable",
@@ -2111,8 +2211,33 @@
2111
2211
  "value": "var( --kendo-thought-spacing, k-spacing(4) )",
2112
2212
  "scope": "default",
2113
2213
  "line": {
2114
- "start": 35,
2115
- "end": 35
2214
+ "start": 47,
2215
+ "end": 47
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 start padding of the Thought, aligning it with the AgentStep head.\n",
2229
+ "commentRange": {
2230
+ "start": 48,
2231
+ "end": 49
2232
+ },
2233
+ "context": {
2234
+ "type": "variable",
2235
+ "name": "kendo-thought-padding-x",
2236
+ "value": "var( --kendo-thought-padding-x, k-spacing(0.5) )",
2237
+ "scope": "default",
2238
+ "line": {
2239
+ "start": 50,
2240
+ "end": 50
2116
2241
  }
2117
2242
  },
2118
2243
  "group": [
@@ -2127,8 +2252,8 @@
2127
2252
  {
2128
2253
  "description": "The color of the connector line between stacked Thought items.\n",
2129
2254
  "commentRange": {
2130
- "start": 36,
2131
- "end": 37
2255
+ "start": 51,
2256
+ "end": 52
2132
2257
  },
2133
2258
  "context": {
2134
2259
  "type": "variable",
@@ -2136,8 +2261,8 @@
2136
2261
  "value": "var( --kendo-thought-connector-color, color-mix(in srgb, k-color(border) 26%, transparent) )",
2137
2262
  "scope": "default",
2138
2263
  "line": {
2139
- "start": 38,
2140
- "end": 38
2264
+ "start": 53,
2265
+ "end": 53
2141
2266
  }
2142
2267
  },
2143
2268
  "group": [
@@ -2152,8 +2277,8 @@
2152
2277
  {
2153
2278
  "description": "The start indent of the ToolCall body.\n",
2154
2279
  "commentRange": {
2155
- "start": 40,
2156
- "end": 41
2280
+ "start": 55,
2281
+ "end": 56
2157
2282
  },
2158
2283
  "context": {
2159
2284
  "type": "variable",
@@ -2161,8 +2286,8 @@
2161
2286
  "value": "var( --kendo-tool-call-indent, k-spacing(5) )",
2162
2287
  "scope": "default",
2163
2288
  "line": {
2164
- "start": 42,
2165
- "end": 42
2289
+ "start": 57,
2290
+ "end": 57
2166
2291
  }
2167
2292
  },
2168
2293
  "group": [
@@ -2177,8 +2302,8 @@
2177
2302
  {
2178
2303
  "description": "The bottom padding of the ToolCall body.\n",
2179
2304
  "commentRange": {
2180
- "start": 43,
2181
- "end": 44
2305
+ "start": 58,
2306
+ "end": 59
2182
2307
  },
2183
2308
  "context": {
2184
2309
  "type": "variable",
@@ -2186,8 +2311,8 @@
2186
2311
  "value": "var( --kendo-tool-call-padding-y, k-spacing(2) )",
2187
2312
  "scope": "default",
2188
2313
  "line": {
2189
- "start": 45,
2190
- "end": 45
2314
+ "start": 60,
2315
+ "end": 60
2191
2316
  }
2192
2317
  },
2193
2318
  "group": [
@@ -2202,8 +2327,8 @@
2202
2327
  {
2203
2328
  "description": "The border radius of the pre element in the ToolCall body.\n",
2204
2329
  "commentRange": {
2205
- "start": 46,
2206
- "end": 47
2330
+ "start": 61,
2331
+ "end": 62
2207
2332
  },
2208
2333
  "context": {
2209
2334
  "type": "variable",
@@ -2211,8 +2336,8 @@
2211
2336
  "value": "var( --kendo-tool-call-pre-border-radius, k-border-radius(md) )",
2212
2337
  "scope": "default",
2213
2338
  "line": {
2214
- "start": 48,
2215
- "end": 48
2339
+ "start": 63,
2340
+ "end": 63
2216
2341
  }
2217
2342
  },
2218
2343
  "group": [
@@ -16637,6 +16637,18 @@
16637
16637
  "type": "String",
16638
16638
  "value": "var(--kendo-agent-step-padding-y, var(--kendo-spacing-2))"
16639
16639
  },
16640
+ "kendo-agent-step-padding-x": {
16641
+ "type": "String",
16642
+ "value": "var(--kendo-agent-step-padding-x, var(--kendo-spacing-0\\.5))"
16643
+ },
16644
+ "kendo-agent-step-padding-end": {
16645
+ "type": "String",
16646
+ "value": "var(--kendo-agent-step-padding-end, var(--kendo-spacing-2))"
16647
+ },
16648
+ "kendo-agent-step-border-radius": {
16649
+ "type": "String",
16650
+ "value": "var(--kendo-agent-step-border-radius, var(--kendo-border-radius-md))"
16651
+ },
16640
16652
  "kendo-agent-step-icon-margin-top": {
16641
16653
  "type": "String",
16642
16654
  "value": "var(--kendo-agent-step-icon-margin-top, var(--kendo-spacing-0\\.5))"
@@ -16657,6 +16669,10 @@
16657
16669
  "type": "String",
16658
16670
  "value": "var(--kendo-agent-step-body-font-size, var(--kendo-font-size-sm))"
16659
16671
  },
16672
+ "kendo-agent-step-focus-shadow": {
16673
+ "type": "String",
16674
+ "value": "var(--kendo-agent-step-focus-shadow, inset 0 0 0 2px var(--kendo-color-on-app-surface))"
16675
+ },
16660
16676
  "kendo-thought-gap": {
16661
16677
  "type": "String",
16662
16678
  "value": "var(--kendo-thought-gap, var(--kendo-spacing-1\\.5))"
@@ -16669,6 +16685,10 @@
16669
16685
  "type": "String",
16670
16686
  "value": "var(--kendo-thought-spacing, var(--kendo-spacing-4))"
16671
16687
  },
16688
+ "kendo-thought-padding-x": {
16689
+ "type": "String",
16690
+ "value": "var(--kendo-thought-padding-x, var(--kendo-spacing-0\\.5))"
16691
+ },
16672
16692
  "kendo-thought-connector-color": {
16673
16693
  "type": "String",
16674
16694
  "value": "var(--kendo-thought-connector-color, color-mix(in srgb, var(--kendo-color-border) 26%, transparent))"
@@ -3,7 +3,7 @@
3
3
  "name": "All",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "14.4.1-dev.1",
6
+ "version": "14.4.1-dev.2",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "oklch(100.00% 0.0001 0deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent 1 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "14.4.1-dev.1",
6
+ "version": "14.4.1-dev.2",
7
7
  "previewColors": [
8
8
  "oklch(21.85% 0.0025 67.57deg)",
9
9
  "oklch(24.42% 0.0024 67.57deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent 1",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "14.4.1-dev.1",
6
+ "version": "14.4.1-dev.2",
7
7
  "previewColors": [
8
8
  "oklch(100.00% 0.0001 0deg)",
9
9
  "oklch(98.26% 0.0016 66.88deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "14.4.1-dev.1",
6
+ "version": "14.4.1-dev.2",
7
7
  "previewColors": [
8
8
  "oklch(23.93% 0.0000 0deg)",
9
9
  "oklch(28.09% 0.0000 0deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "14.4.1-dev.1",
6
+ "version": "14.4.1-dev.2",
7
7
  "previewColors": [
8
8
  "oklch(98.51% 0.0001 0deg)",
9
9
  "oklch(100.00% 0.0001 0deg)",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-fluent",
3
3
  "description": "A css variables based theme for Kendo UI that follows the Fluent design system guidelines.",
4
- "version": "14.4.1-dev.1",
4
+ "version": "14.4.1-dev.2",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -54,8 +54,8 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@progress/kendo-svg-icons": "^4.11.0",
57
- "@progress/kendo-theme-core": "14.4.1-dev.1",
58
- "@progress/kendo-theme-utils": "14.4.1-dev.1"
57
+ "@progress/kendo-theme-core": "14.4.1-dev.2",
58
+ "@progress/kendo-theme-utils": "14.4.1-dev.2"
59
59
  },
60
60
  "directories": {
61
61
  "doc": "docs",
@@ -8,6 +8,15 @@ $kendo-agent-step-gap: var( --kendo-agent-step-gap, k-spacing(1.5) ) !default;
8
8
  /// The vertical padding of the AgentStep head.
9
9
  /// @group agent-response
10
10
  $kendo-agent-step-padding-y: var( --kendo-agent-step-padding-y, k-spacing(2) ) !default;
11
+ /// The horizontal padding of the AgentStep head.
12
+ /// @group agent-response
13
+ $kendo-agent-step-padding-x: var( --kendo-agent-step-padding-x, k-spacing(0.5) ) !default;
14
+ /// The end padding of the AgentStep head.
15
+ /// @group agent-response
16
+ $kendo-agent-step-padding-end: var( --kendo-agent-step-padding-end, k-spacing(2) ) !default;
17
+ /// The border radius of the AgentStep head.
18
+ /// @group agent-response
19
+ $kendo-agent-step-border-radius: var( --kendo-agent-step-border-radius, k-border-radius(md) ) !default;
11
20
  /// The top margin of the AgentStep icon.
12
21
  /// @group agent-response
13
22
  $kendo-agent-step-icon-margin-top: var( --kendo-agent-step-icon-margin-top, k-spacing(0.5) ) !default;
@@ -23,6 +32,9 @@ $kendo-agent-step-font-size: var( --kendo-agent-step-font-size, var(--kendo-font
23
32
  /// The font size of the AgentStep body content.
24
33
  /// @group agent-response
25
34
  $kendo-agent-step-body-font-size: var( --kendo-agent-step-body-font-size, var(--kendo-font-size-sm) ) !default;
35
+ /// The box shadow of the focused AgentStep head.
36
+ /// @group agent-response
37
+ $kendo-agent-step-focus-shadow: var( --kendo-agent-step-focus-shadow, inset 0 0 0 2px #{k-color(on-app-surface)} ) !default;
26
38
 
27
39
  /// The gap between the icon column and the content of the Thought.
28
40
  /// @group agent-response
@@ -33,6 +45,9 @@ $kendo-thought-icon-col-gap: var( --kendo-thought-icon-col-gap, k-spacing(2) ) !
33
45
  /// The spacing between stacked Thought items.
34
46
  /// @group agent-response
35
47
  $kendo-thought-spacing: var( --kendo-thought-spacing, k-spacing(4) ) !default;
48
+ /// The start padding of the Thought, aligning it with the AgentStep head.
49
+ /// @group agent-response
50
+ $kendo-thought-padding-x: var( --kendo-thought-padding-x, k-spacing(0.5) ) !default;
36
51
  /// The color of the connector line between stacked Thought items.
37
52
  /// @group agent-response
38
53
  $kendo-thought-connector-color: var( --kendo-thought-connector-color, color-mix(in srgb, k-color(border) 26%, transparent) ) !default;
@@ -50,14 +65,19 @@ $kendo-tool-call-pre-border-radius: var( --kendo-tool-call-pre-border-radius, k-
50
65
  @forward "@progress/kendo-theme-core/scss/components/agent-response/_variables.scss" with (
51
66
  $kendo-agent-step-gap: $kendo-agent-step-gap,
52
67
  $kendo-agent-step-padding-y: $kendo-agent-step-padding-y,
68
+ $kendo-agent-step-padding-x: $kendo-agent-step-padding-x,
69
+ $kendo-agent-step-padding-end: $kendo-agent-step-padding-end,
70
+ $kendo-agent-step-border-radius: $kendo-agent-step-border-radius,
53
71
  $kendo-agent-step-icon-margin-top: $kendo-agent-step-icon-margin-top,
54
72
  $kendo-agent-step-added-color: $kendo-agent-step-added-color,
55
73
  $kendo-agent-step-removed-color: $kendo-agent-step-removed-color,
56
74
  $kendo-agent-step-font-size: $kendo-agent-step-font-size,
57
75
  $kendo-agent-step-body-font-size: $kendo-agent-step-body-font-size,
76
+ $kendo-agent-step-focus-shadow: $kendo-agent-step-focus-shadow,
58
77
  $kendo-thought-gap: $kendo-thought-gap,
59
78
  $kendo-thought-icon-col-gap: $kendo-thought-icon-col-gap,
60
79
  $kendo-thought-spacing: $kendo-thought-spacing,
80
+ $kendo-thought-padding-x: $kendo-thought-padding-x,
61
81
  $kendo-thought-connector-color: $kendo-thought-connector-color,
62
82
  $kendo-tool-call-indent: $kendo-tool-call-indent,
63
83
  $kendo-tool-call-padding-y: $kendo-tool-call-padding-y,
@@ -50,13 +50,13 @@
50
50
 
51
51
  // Sticky columns
52
52
  .k-master-row {
53
- .k-grid-content-sticky {
53
+ .k-grid-content-sticky:not(.k-group-cell) {
54
54
  border-color: $kendo-grid-header-border;
55
55
  border-inline-color: $kendo-grid-sticky-header-border;
56
56
  }
57
57
  }
58
58
 
59
- .k-table-row.k-selected > .k-table-td.k-grid-content-sticky {
59
+ .k-table-row.k-selected > .k-table-td.k-grid-content-sticky:not(.k-group-cell) {
60
60
  border-inline-color: $kendo-grid-sticky-border;
61
61
  }
62
62