@progress/kendo-theme-meridian 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.
@@ -6138,6 +6138,10 @@
6138
6138
  }
6139
6139
  }
6140
6140
  },
6141
+ "kendo-floating-toolbar-border-radius": {
6142
+ "type": "String",
6143
+ "value": "var(--kendo-border-radius-xxl)"
6144
+ },
6141
6145
  "kendo-form-default-size": {
6142
6146
  "type": "String",
6143
6147
  "value": "\"md\""
@@ -9940,8 +9944,8 @@
9940
9944
  "value": "var(--kendo-spacing-4)"
9941
9945
  },
9942
9946
  "kendo-popover-body-padding-y": {
9943
- "type": "String",
9944
- "value": "var(--kendo-spacing-2)"
9947
+ "type": "List",
9948
+ "value": "(var(--kendo-spacing-2) var(--kendo-spacing-4))"
9945
9949
  },
9946
9950
  "kendo-popover-actions-border-width": {
9947
9951
  "type": "Number",
@@ -15129,6 +15133,94 @@
15129
15133
  "type": "Number",
15130
15134
  "value": "1px"
15131
15135
  },
15136
+ "kendo-agent-step-gap": {
15137
+ "type": "String",
15138
+ "value": "var(--kendo-spacing-1\\.5)"
15139
+ },
15140
+ "kendo-agent-step-padding-y": {
15141
+ "type": "String",
15142
+ "value": "var(--kendo-spacing-2)"
15143
+ },
15144
+ "kendo-agent-step-icon-margin-top": {
15145
+ "type": "String",
15146
+ "value": "var(--kendo-spacing-1)"
15147
+ },
15148
+ "kendo-agent-step-added-color": {
15149
+ "type": "String",
15150
+ "value": "var(--kendo-color-success-on-surface)"
15151
+ },
15152
+ "kendo-agent-step-removed-color": {
15153
+ "type": "String",
15154
+ "value": "var(--kendo-color-error-on-surface)"
15155
+ },
15156
+ "kendo-agent-step-font-size": {
15157
+ "type": "String",
15158
+ "value": "var(--kendo-font-size-sm, inherit)"
15159
+ },
15160
+ "kendo-agent-step-body-font-size": {
15161
+ "type": "String",
15162
+ "value": "var(--kendo-font-size-sm, inherit)"
15163
+ },
15164
+ "kendo-thought-gap": {
15165
+ "type": "String",
15166
+ "value": "var(--kendo-spacing-1\\.5)"
15167
+ },
15168
+ "kendo-thought-icon-col-gap": {
15169
+ "type": "String",
15170
+ "value": "var(--kendo-spacing-2)"
15171
+ },
15172
+ "kendo-thought-spacing": {
15173
+ "type": "String",
15174
+ "value": "var(--kendo-spacing-4)"
15175
+ },
15176
+ "kendo-thought-connector-color": {
15177
+ "type": "String",
15178
+ "value": "var(--kendo-color-border)"
15179
+ },
15180
+ "kendo-tool-call-indent": {
15181
+ "type": "String",
15182
+ "value": "var(--kendo-spacing-5)"
15183
+ },
15184
+ "kendo-tool-call-padding-y": {
15185
+ "type": "String",
15186
+ "value": "var(--kendo-spacing-2)"
15187
+ },
15188
+ "kendo-citation-popover-view-padding": {
15189
+ "type": "String",
15190
+ "value": "var(--kendo-spacing-4)"
15191
+ },
15192
+ "kendo-citation-pages-color": {
15193
+ "type": "String",
15194
+ "value": "var(--kendo-color-subtle)"
15195
+ },
15196
+ "kendo-checkpoint-line-color": {
15197
+ "type": "String",
15198
+ "value": "var(--kendo-color-border)"
15199
+ },
15200
+ "kendo-checkpoint-gap": {
15201
+ "type": "String",
15202
+ "value": "var(--kendo-spacing-1\\.5)"
15203
+ },
15204
+ "kendo-checkpoint-line-width": {
15205
+ "type": "Number",
15206
+ "value": "1px"
15207
+ },
15208
+ "kendo-checkpoint-stamp-font-size": {
15209
+ "type": "String",
15210
+ "value": "var(--kendo-font-size-sm, inherit)"
15211
+ },
15212
+ "kendo-checkpoint-stamp-color": {
15213
+ "type": "String",
15214
+ "value": "var(--kendo-color-subtle)"
15215
+ },
15216
+ "kendo-checkpoint-stamp-font-weight": {
15217
+ "type": "Null",
15218
+ "value": "null"
15219
+ },
15220
+ "kendo-checkpoint-stamp-padding-x": {
15221
+ "type": "String",
15222
+ "value": "var(--kendo-spacing-1)"
15223
+ },
15132
15224
  "kendo-media-player-border-width": {
15133
15225
  "type": "Number",
15134
15226
  "value": "1px"
@@ -3,7 +3,7 @@
3
3
  "name": "Meridian Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-meridian",
6
- "version": "14.4.0-dev.1",
6
+ "version": "14.4.0-dev.3",
7
7
  "previewColors": [
8
8
  "oklch(13.85% 0.0249 273.24deg)",
9
9
  "oklch(23.28% 0.0218 272.75deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Meridian Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-meridian",
6
- "version": "14.4.0-dev.1",
6
+ "version": "14.4.0-dev.3",
7
7
  "previewColors": [
8
8
  "oklch(100% 0 0deg)",
9
9
  "oklch(98.46% 0.0017 247.84deg)",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-meridian",
3
3
  "description": "Meridian theme for Kendo UI",
4
- "version": "14.4.0-dev.1",
4
+ "version": "14.4.0-dev.3",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -52,8 +52,8 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "@progress/kendo-svg-icons": "^4.9.0",
55
- "@progress/kendo-theme-core": "14.4.0-dev.1",
56
- "@progress/kendo-theme-utils": "14.4.0-dev.1"
55
+ "@progress/kendo-theme-core": "14.4.0-dev.3",
56
+ "@progress/kendo-theme-utils": "14.4.0-dev.3"
57
57
  },
58
58
  "directories": {
59
59
  "doc": "docs",
@@ -0,0 +1,16 @@
1
+ // Dependencies
2
+ @use "../core/_index.scss" as *;
3
+
4
+ // Component
5
+ @forward "./_variables.scss";
6
+ @use "./_layout.scss" as *;
7
+ @use "./_theme.scss" as *;
8
+
9
+ // Expose
10
+ @mixin kendo-agent-response--styles() {
11
+ @include import-once( "agent-response" ) {
12
+ @include core-styles();
13
+ @include kendo-agent-response--layout();
14
+ @include kendo-agent-response--theme();
15
+ }
16
+ }
@@ -0,0 +1,5 @@
1
+ @use "@progress/kendo-theme-core/scss/components/agent-response/_layout.scss" as *;
2
+
3
+ @mixin kendo-agent-response--layout() {
4
+ @include kendo-agent-response--layout-base();
5
+ }
@@ -0,0 +1,5 @@
1
+ @use "@progress/kendo-theme-core/scss/components/agent-response/_theme.scss" as *;
2
+
3
+ @mixin kendo-agent-response--theme() {
4
+ @include kendo-agent-response--theme-base();
5
+ }
@@ -0,0 +1,61 @@
1
+ @use "../core/_index.scss" as *;
2
+
3
+ // Agent Response
4
+
5
+ /// The gap between the icon and the content of the AgentStep head and content row.
6
+ /// @group agent-response
7
+ $kendo-agent-step-gap: k-spacing(1.5) !default;
8
+ /// The vertical padding of the AgentStep head.
9
+ /// @group agent-response
10
+ $kendo-agent-step-padding-y: k-spacing(2) !default;
11
+ /// The top margin of the AgentStep icon.
12
+ /// @group agent-response
13
+ $kendo-agent-step-icon-margin-top: k-spacing(1) !default;
14
+ /// The text color of the added lines count in the AgentStep diffstat.
15
+ /// @group agent-response
16
+ $kendo-agent-step-added-color: k-color(success-on-surface) !default;
17
+ /// The text color of the removed lines count in the AgentStep diffstat.
18
+ /// @group agent-response
19
+ $kendo-agent-step-removed-color: k-color(error-on-surface) !default;
20
+ /// The font size of the AgentStep label, secondary text, and diffstat.
21
+ /// @group agent-response
22
+ $kendo-agent-step-font-size: var( --kendo-font-size-sm, inherit ) !default;
23
+ /// The font size of the AgentStep body content.
24
+ /// @group agent-response
25
+ $kendo-agent-step-body-font-size: var( --kendo-font-size-sm, inherit ) !default;
26
+
27
+ /// The gap between the icon column and the content of the Thought.
28
+ /// @group agent-response
29
+ $kendo-thought-gap: k-spacing(1.5) !default;
30
+ /// The gap in the icon column of the Thought.
31
+ /// @group agent-response
32
+ $kendo-thought-icon-col-gap: k-spacing(2) !default;
33
+ /// The spacing between stacked Thought items.
34
+ /// @group agent-response
35
+ $kendo-thought-spacing: k-spacing(4) !default;
36
+ /// The color of the connector line between stacked Thought items.
37
+ /// @group agent-response
38
+ $kendo-thought-connector-color: k-color(border) !default;
39
+
40
+ /// The start indent of the ToolCall body.
41
+ /// @group agent-response
42
+ $kendo-tool-call-indent: k-spacing(5) !default;
43
+ /// The bottom padding of the ToolCall body.
44
+ /// @group agent-response
45
+ $kendo-tool-call-padding-y: k-spacing(2) !default;
46
+
47
+ @forward "@progress/kendo-theme-core/scss/components/agent-response/_variables.scss" with (
48
+ $kendo-agent-step-gap: $kendo-agent-step-gap,
49
+ $kendo-agent-step-padding-y: $kendo-agent-step-padding-y,
50
+ $kendo-agent-step-icon-margin-top: $kendo-agent-step-icon-margin-top,
51
+ $kendo-agent-step-added-color: $kendo-agent-step-added-color,
52
+ $kendo-agent-step-removed-color: $kendo-agent-step-removed-color,
53
+ $kendo-agent-step-font-size: $kendo-agent-step-font-size,
54
+ $kendo-agent-step-body-font-size: $kendo-agent-step-body-font-size,
55
+ $kendo-thought-gap: $kendo-thought-gap,
56
+ $kendo-thought-icon-col-gap: $kendo-thought-icon-col-gap,
57
+ $kendo-thought-spacing: $kendo-thought-spacing,
58
+ $kendo-thought-connector-color: $kendo-thought-connector-color,
59
+ $kendo-tool-call-indent: $kendo-tool-call-indent,
60
+ $kendo-tool-call-padding-y: $kendo-tool-call-padding-y
61
+ );
@@ -7,6 +7,8 @@
7
7
  @include kendo-appbar--theme-base();
8
8
 
9
9
  .k-appbar {
10
+ backdrop-filter: k-translucency-blur(1);
11
+
10
12
  @each $name in $kendo-appbar-theme-colors {
11
13
  #{k-when-default($kendo-appbar-default-theme-color, $name)}
12
14
  &.k-appbar-#{$name} {
@@ -0,0 +1,16 @@
1
+ // Dependencies
2
+ @use "../core/_index.scss" as *;
3
+
4
+ // Component
5
+ @forward "./_variables.scss";
6
+ @use "./_layout.scss" as *;
7
+ @use "./_theme.scss" as *;
8
+
9
+ // Expose
10
+ @mixin kendo-checkpoint--styles() {
11
+ @include import-once( "checkpoint" ) {
12
+ @include core-styles();
13
+ @include kendo-checkpoint--layout();
14
+ @include kendo-checkpoint--theme();
15
+ }
16
+ }
@@ -0,0 +1,6 @@
1
+ @use "../core/_index.scss" as *;
2
+ @use "@progress/kendo-theme-core/scss/components/checkpoint/_layout.scss" as *;
3
+
4
+ @mixin kendo-checkpoint--layout() {
5
+ @include kendo-checkpoint--layout-base();
6
+ }
@@ -0,0 +1,6 @@
1
+ @use "../core/_index.scss" as *;
2
+ @use "@progress/kendo-theme-core/scss/components/checkpoint/_theme.scss" as *;
3
+
4
+ @mixin kendo-checkpoint--theme() {
5
+ @include kendo-checkpoint--theme-base();
6
+ }
@@ -0,0 +1,33 @@
1
+ @use "../core/_index.scss" as *;
2
+
3
+ /// The color of the Checkpoint separator line.
4
+ /// @group checkpoint
5
+ $kendo-checkpoint-line-color: k-color(border) !default;
6
+ /// The gap between the Checkpoint line and stamp.
7
+ /// @group checkpoint
8
+ $kendo-checkpoint-gap: k-spacing(1.5) !default;
9
+ /// The width of the Checkpoint separator line.
10
+ /// @group checkpoint
11
+ $kendo-checkpoint-line-width: 1px !default;
12
+ /// The font size of the Checkpoint stamp text.
13
+ /// @group checkpoint
14
+ $kendo-checkpoint-stamp-font-size: var( --kendo-font-size-sm, inherit ) !default;
15
+ /// The text color of the Checkpoint stamp.
16
+ /// @group checkpoint
17
+ $kendo-checkpoint-stamp-color: k-color(subtle) !default;
18
+ /// The font weight of the Checkpoint stamp text.
19
+ /// @group checkpoint
20
+ $kendo-checkpoint-stamp-font-weight: null !default;
21
+ /// The horizontal padding of the Checkpoint stamp.
22
+ /// @group checkpoint
23
+ $kendo-checkpoint-stamp-padding-x: k-spacing(1) !default;
24
+
25
+ @forward "@progress/kendo-theme-core/scss/components/checkpoint/_variables.scss" with (
26
+ $kendo-checkpoint-line-color: $kendo-checkpoint-line-color,
27
+ $kendo-checkpoint-gap: $kendo-checkpoint-gap,
28
+ $kendo-checkpoint-line-width: $kendo-checkpoint-line-width,
29
+ $kendo-checkpoint-stamp-font-size: $kendo-checkpoint-stamp-font-size,
30
+ $kendo-checkpoint-stamp-color: $kendo-checkpoint-stamp-color,
31
+ $kendo-checkpoint-stamp-font-weight: $kendo-checkpoint-stamp-font-weight,
32
+ $kendo-checkpoint-stamp-padding-x: $kendo-checkpoint-stamp-padding-x
33
+ );
@@ -0,0 +1,16 @@
1
+ // Dependencies
2
+ @use "../core/_index.scss" as *;
3
+
4
+ // Component
5
+ @forward "./_variables.scss";
6
+ @use "./_layout.scss" as *;
7
+ @use "./_theme.scss" as *;
8
+
9
+ // Expose
10
+ @mixin kendo-citation--styles() {
11
+ @include import-once( "citation" ) {
12
+ @include core-styles();
13
+ @include kendo-citation--layout();
14
+ @include kendo-citation--theme();
15
+ }
16
+ }
@@ -0,0 +1,6 @@
1
+ @use "../core/_index.scss" as *;
2
+ @use "@progress/kendo-theme-core/scss/components/citation/_layout.scss" as *;
3
+
4
+ @mixin kendo-citation--layout() {
5
+ @include kendo-citation--layout-base();
6
+ }
@@ -0,0 +1,6 @@
1
+ @use "../core/_index.scss" as *;
2
+ @use "@progress/kendo-theme-core/scss/components/citation/_theme.scss" as *;
3
+
4
+ @mixin kendo-citation--theme() {
5
+ @include kendo-citation--theme-base();
6
+ }
@@ -0,0 +1,15 @@
1
+ @use "../core/_index.scss" as *;
2
+
3
+ // Citation
4
+
5
+ /// The padding of the CitationPopover view.
6
+ /// @group citation
7
+ $kendo-citation-popover-view-padding: k-spacing(4) !default;
8
+ /// The text color of the CitationPopover page indicator.
9
+ /// @group citation
10
+ $kendo-citation-pages-color: k-color(subtle) !default;
11
+
12
+ @forward "@progress/kendo-theme-core/scss/components/citation/_variables.scss" with (
13
+ $kendo-citation-popover-view-padding: $kendo-citation-popover-view-padding,
14
+ $kendo-citation-pages-color: $kendo-citation-pages-color
15
+ );
package/scss/index.scss CHANGED
@@ -109,6 +109,9 @@
109
109
  @forward "./file-box/_index.scss";
110
110
  @forward "./prompt-box/_index.scss";
111
111
  @forward "./chat/_index.scss";
112
+ @forward "./agent-response/_index.scss";
113
+ @forward "./citation/_index.scss";
114
+ @forward "./checkpoint/_index.scss";
112
115
  @forward "./mediaplayer/_index.scss";
113
116
  @forward "./timeline/_index.scss";
114
117
  @forward "./pdf-viewer/_index.scss";
@@ -284,6 +287,9 @@
284
287
  // Misc
285
288
  @use "./file-box/_index.scss" as *;
286
289
  @use "./chat/_index.scss" as *;
290
+ @use "./agent-response/_index.scss" as *;
291
+ @use "./citation/_index.scss" as *;
292
+ @use "./checkpoint/_index.scss" as *;
287
293
  @use "./mediaplayer/_index.scss" as *;
288
294
  @use "./timeline/_index.scss" as *;
289
295
  @use "./pdf-viewer/_index.scss" as *;
@@ -465,6 +471,9 @@
465
471
  // Misc
466
472
  @include kendo-file-box--styles();
467
473
  @include kendo-chat--styles();
474
+ @include kendo-agent-response--styles();
475
+ @include kendo-citation--styles();
476
+ @include kendo-checkpoint--styles();
468
477
  @include kendo-media-player--styles();
469
478
  @include kendo-timeline--styles();
470
479
  @include kendo-pdf-viewer--styles();
@@ -6,7 +6,7 @@
6
6
  @include kendo-pdf-viewer--layout-base();
7
7
 
8
8
  .k-pdf-viewer {
9
- .k-toolbar {
9
+ > .k-toolbar {
10
10
  @include border-top-radius($kendo-pdf-viewer-border-radius);
11
11
  @include border-bottom-radius(0);
12
12
  }
@@ -12,11 +12,6 @@
12
12
  padding-block: $kendo-popover-actions-padding-y;
13
13
  }
14
14
 
15
- .k-popover-body {
16
- margin-block: k-spacing(2);
17
- margin-inline: k-spacing(4);
18
- }
19
-
20
15
  .k-popover-callout {
21
16
  backdrop-filter: blur(calc(6px + calc(2 * 2px)));
22
17
 
@@ -63,7 +63,7 @@ $kendo-popover-header-border: $kendo-card-header-border !default;
63
63
  $kendo-popover-body-padding-x: $kendo-card-body-padding-x !default;
64
64
  /// The vertical padding of the Popover body.
65
65
  /// @group popover
66
- $kendo-popover-body-padding-y: k-spacing(2) !default;
66
+ $kendo-popover-body-padding-y: k-spacing(2) k-spacing(4) !default;
67
67
 
68
68
  /// The border width of the Popover actions.
69
69
  /// @group popover
@@ -149,6 +149,10 @@ $kendo-toolbar-overflow-button-padding-y: $kendo-menu-popup-md-item-padding-y !d
149
149
  /// @group toolbar
150
150
  $kendo-toolbar-overflow-button-padding-x: $kendo-menu-popup-md-item-padding-x !default;
151
151
 
152
+ /// The border radius of the floating Toolbar.
153
+ /// @group toolbar
154
+ $kendo-floating-toolbar-border-radius: k-border-radius(xxl) !default;
155
+
152
156
  @forward "@progress/kendo-theme-core/scss/components/toolbar/_variables.scss" with (
153
157
  $kendo-toolbar-default-fill-mode: $kendo-toolbar-default-fill-mode,
154
158
  $kendo-toolbar-default-size: $kendo-toolbar-default-size,
@@ -192,5 +196,6 @@ $kendo-toolbar-overflow-button-padding-x: $kendo-menu-popup-md-item-padding-x !d
192
196
  $kendo-toolbar-overflow-container-font-size: $kendo-toolbar-overflow-container-font-size,
193
197
  $kendo-toolbar-overflow-container-line-height: $kendo-toolbar-overflow-container-line-height,
194
198
  $kendo-toolbar-overflow-button-padding-y: $kendo-toolbar-overflow-button-padding-y,
195
- $kendo-toolbar-overflow-button-padding-x: $kendo-toolbar-overflow-button-padding-x
199
+ $kendo-toolbar-overflow-button-padding-x: $kendo-toolbar-overflow-button-padding-x,
200
+ $kendo-floating-toolbar-border-radius: $kendo-floating-toolbar-border-radius
196
201
  );