@progress/kendo-theme-classic 14.4.1-dev.0 → 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.
Files changed (36) 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 +1846 -928
  17. package/dist/meta/sassdoc-raw-data.json +792 -367
  18. package/dist/meta/variables.json +141 -69
  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/_variables.scss +25 -1
  35. package/scss/citation/_variables.scss +30 -2
  36. package/scss/scheduler/_variables.scss +101 -85
@@ -14090,15 +14090,43 @@
14090
14090
  },
14091
14091
  "kendo-scheduler-event-min-height": {
14092
14092
  "type": "Number",
14093
- "value": "25px"
14093
+ "value": "12px"
14094
14094
  },
14095
14095
  "kendo-scheduler-event-border-radius": {
14096
14096
  "type": "String",
14097
14097
  "value": "var(--kendo-border-radius-md)"
14098
14098
  },
14099
- "kendo-scheduler-event-line-height": {
14100
- "type": "Calculation",
14101
- "value": "calc(25px - 2 * var(--kendo-spacing-1))"
14099
+ "kendo-scheduler-event-title-font-size": {
14100
+ "type": "String",
14101
+ "value": "var(--kendo-font-size-sm)"
14102
+ },
14103
+ "kendo-scheduler-event-title-line-height": {
14104
+ "type": "String",
14105
+ "value": "var(--kendo-line-height-sm)"
14106
+ },
14107
+ "kendo-scheduler-event-title-padding-top": {
14108
+ "type": "String",
14109
+ "value": "var(--kendo-spacing-1)"
14110
+ },
14111
+ "kendo-scheduler-event-title-padding-bottom": {
14112
+ "type": "String",
14113
+ "value": "var(--kendo-spacing-0\\.5)"
14114
+ },
14115
+ "kendo-scheduler-event-time-font-size": {
14116
+ "type": "String",
14117
+ "value": "var(--kendo-font-size-xs)"
14118
+ },
14119
+ "kendo-scheduler-event-time-line-height": {
14120
+ "type": "String",
14121
+ "value": "var(--kendo-line-height-sm)"
14122
+ },
14123
+ "kendo-scheduler-event-time-padding-top": {
14124
+ "type": "String",
14125
+ "value": "var(--kendo-spacing-0\\.5)"
14126
+ },
14127
+ "kendo-scheduler-event-time-padding-bottom": {
14128
+ "type": "String",
14129
+ "value": "var(--kendo-spacing-0\\.5)"
14102
14130
  },
14103
14131
  "kendo-scheduler-event-bg": {
14104
14132
  "type": "String",
@@ -14120,6 +14148,18 @@
14120
14148
  "type": "Null",
14121
14149
  "value": "null"
14122
14150
  },
14151
+ "kendo-scheduler-event-readonly-bg": {
14152
+ "type": "String",
14153
+ "value": "var(--kendo-color-primary-subtle)"
14154
+ },
14155
+ "kendo-scheduler-event-readonly-text": {
14156
+ "type": "String",
14157
+ "value": "var(--kendo-color-primary-on-subtle)"
14158
+ },
14159
+ "kendo-scheduler-event-readonly-border": {
14160
+ "type": "String",
14161
+ "value": "var(--kendo-color-primary-emphasis)"
14162
+ },
14123
14163
  "kendo-scheduler-event-hover-bg": {
14124
14164
  "type": "Null",
14125
14165
  "value": "null"
@@ -14164,6 +14204,26 @@
14164
14204
  "type": "List",
14165
14205
  "value": "(inset 0px 0px 0px 1px #ff0000)"
14166
14206
  },
14207
+ "kendo-scheduler-resizer-size": {
14208
+ "type": "Number",
14209
+ "value": "0.5em"
14210
+ },
14211
+ "kendo-scheduler-resize-handle-size": {
14212
+ "type": "Number",
14213
+ "value": "8px"
14214
+ },
14215
+ "kendo-scheduler-resize-handle-border-radius": {
14216
+ "type": "String",
14217
+ "value": "var(--kendo-border-radius-full)"
14218
+ },
14219
+ "kendo-scheduler-resize-handle-border-width": {
14220
+ "type": "Number",
14221
+ "value": "2px"
14222
+ },
14223
+ "kendo-scheduler-resize-handle-bg": {
14224
+ "type": "String",
14225
+ "value": "var(--kendo-color-primary)"
14226
+ },
14167
14227
  "kendo-scheduler-cell-padding-x": {
14168
14228
  "type": "String",
14169
14229
  "value": "var(--kendo-spacing-2)"
@@ -14236,78 +14296,42 @@
14236
14296
  "type": "String",
14237
14297
  "value": "var(--kendo-color-on-primary)"
14238
14298
  },
14239
- "kendo-scheduler-tooltip-padding-x": {
14240
- "type": "String",
14241
- "value": "var(--kendo-spacing-2)"
14242
- },
14243
- "kendo-scheduler-tooltip-padding-y": {
14244
- "type": "String",
14245
- "value": "var(--kendo-spacing-2)"
14246
- },
14247
- "kendo-scheduler-tooltip-border-width": {
14248
- "type": "Number",
14249
- "value": "0"
14250
- },
14251
- "kendo-scheduler-tooltip-bg": {
14252
- "type": "String",
14253
- "value": "var(--kendo-color-on-primary)"
14254
- },
14255
- "kendo-scheduler-tooltip-text": {
14256
- "type": "String",
14257
- "value": "var(--kendo-color-on-app-surface)"
14258
- },
14259
- "kendo-scheduler-tooltip-border": {
14260
- "type": "Null",
14261
- "value": "null"
14262
- },
14263
- "kendo-scheduler-tooltip-shadow": {
14264
- "type": "String",
14265
- "value": "var(--kendo-elevation-2)"
14266
- },
14267
- "kendo-scheduler-tooltip-title-margin-y": {
14268
- "type": "String",
14269
- "value": "var(--kendo-spacing-1)"
14270
- },
14271
- "kendo-scheduler-tooltip-month-font-size": {
14299
+ "kendo-scheduler-popover-month-font-size": {
14272
14300
  "type": "String",
14273
14301
  "value": "var(--kendo-font-size-sm)"
14274
14302
  },
14275
- "kendo-scheduler-tooltip-day-font-size": {
14303
+ "kendo-scheduler-popover-day-font-size": {
14276
14304
  "type": "Calculation",
14277
14305
  "value": "calc(var(--kendo-font-size-sm) * 2)"
14278
14306
  },
14279
- "kendo-scheduler-tooltip-events-max-height": {
14307
+ "kendo-scheduler-popover-events-max-height": {
14280
14308
  "type": "Number",
14281
14309
  "value": "250px"
14282
14310
  },
14283
- "kendo-scheduler-tooltip-events-gap": {
14311
+ "kendo-scheduler-popover-events-gap": {
14284
14312
  "type": "String",
14285
- "value": "var(--kendo-spacing-1)"
14313
+ "value": "var(--kendo-spacing-1\\.5)"
14286
14314
  },
14287
- "kendo-scheduler-tooltip-event-padding-x": {
14315
+ "kendo-scheduler-popover-event-min-height": {
14316
+ "type": "Number",
14317
+ "value": "25px"
14318
+ },
14319
+ "kendo-scheduler-popover-event-padding-x": {
14288
14320
  "type": "String",
14289
14321
  "value": "var(--kendo-spacing-2)"
14290
14322
  },
14291
- "kendo-scheduler-tooltip-event-padding-y": {
14292
- "type": "String",
14293
- "value": "var(--kendo-spacing-1)"
14323
+ "kendo-scheduler-popover-event-padding-y": {
14324
+ "type": "Null",
14325
+ "value": "null"
14294
14326
  },
14295
- "kendo-scheduler-tooltip-event-border-radius": {
14327
+ "kendo-scheduler-popover-event-border-radius": {
14296
14328
  "type": "String",
14297
14329
  "value": "var(--kendo-border-radius-md)"
14298
14330
  },
14299
- "kendo-scheduler-tooltip-event-gap": {
14331
+ "kendo-scheduler-popover-event-gap": {
14300
14332
  "type": "String",
14301
14333
  "value": "var(--kendo-spacing-1)"
14302
14334
  },
14303
- "kendo-scheduler-tooltip-callout-text": {
14304
- "type": "String",
14305
- "value": "var(--kendo-color-on-primary)"
14306
- },
14307
- "kendo-scheduler-appointments-padding": {
14308
- "type": "String",
14309
- "value": "var(--kendo-spacing-2)"
14310
- },
14311
14335
  "kendo-scheduler-event-template-padding-x": {
14312
14336
  "type": "String",
14313
14337
  "value": "var(--kendo-spacing-2)"
@@ -14316,14 +14340,6 @@
14316
14340
  "type": "String",
14317
14341
  "value": "var(--kendo-spacing-1)"
14318
14342
  },
14319
- "kendo-scheduler-event-actions-inset-x": {
14320
- "type": "String",
14321
- "value": "var(--kendo-spacing-2)"
14322
- },
14323
- "kendo-scheduler-indicators-margin": {
14324
- "type": "List",
14325
- "value": "(var(--kendo-spacing-0\\.5) var(--kendo-spacing-1))"
14326
- },
14327
14343
  "kendo-scheduler-marquee-label-inset-x": {
14328
14344
  "type": "String",
14329
14345
  "value": "var(--kendo-spacing-1)"
@@ -14356,10 +14372,6 @@
14356
14372
  "type": "String",
14357
14373
  "value": "var(--kendo-color-app-surface)"
14358
14374
  },
14359
- "kendo-scheduler-adaptive-menu-clear-text": {
14360
- "type": "String",
14361
- "value": "var(--kendo-color-primary-on-surface)"
14362
- },
14363
14375
  "kendo-scheduler-adaptive-border-width": {
14364
14376
  "type": "Number",
14365
14377
  "value": "1px"
@@ -14388,6 +14400,14 @@
14388
14400
  "type": "String",
14389
14401
  "value": "var(--kendo-color-on-app-surface)"
14390
14402
  },
14403
+ "kendo-scheduler-datetime-section-margin-top": {
14404
+ "type": "String",
14405
+ "value": "var(--kendo-spacing-1)"
14406
+ },
14407
+ "kendo-scheduler-recurrence-fields-row-gap": {
14408
+ "type": "String",
14409
+ "value": "var(--kendo-spacing-2)"
14410
+ },
14391
14411
  "kendo-file-box-padding-x": {
14392
14412
  "type": "String",
14393
14413
  "value": "var(--kendo-spacing-1)"
@@ -14772,6 +14792,18 @@
14772
14792
  "type": "String",
14773
14793
  "value": "var(--kendo-spacing-2)"
14774
14794
  },
14795
+ "kendo-agent-step-padding-x": {
14796
+ "type": "String",
14797
+ "value": "var(--kendo-spacing-0\\.5)"
14798
+ },
14799
+ "kendo-agent-step-padding-end": {
14800
+ "type": "String",
14801
+ "value": "var(--kendo-spacing-2)"
14802
+ },
14803
+ "kendo-agent-step-border-radius": {
14804
+ "type": "String",
14805
+ "value": "var(--kendo-border-radius-md)"
14806
+ },
14775
14807
  "kendo-agent-step-icon-margin-top": {
14776
14808
  "type": "String",
14777
14809
  "value": "var(--kendo-spacing-0\\.5)"
@@ -14792,6 +14824,10 @@
14792
14824
  "type": "String",
14793
14825
  "value": "var(--kendo-font-size-sm)"
14794
14826
  },
14827
+ "kendo-agent-step-focus-shadow": {
14828
+ "type": "List",
14829
+ "value": "(inset 0 0 2px 0 var(--kendo-color-border))"
14830
+ },
14795
14831
  "kendo-thought-gap": {
14796
14832
  "type": "String",
14797
14833
  "value": "var(--kendo-spacing-1\\.5)"
@@ -14804,6 +14840,10 @@
14804
14840
  "type": "String",
14805
14841
  "value": "var(--kendo-spacing-4)"
14806
14842
  },
14843
+ "kendo-thought-padding-x": {
14844
+ "type": "String",
14845
+ "value": "var(--kendo-spacing-0\\.5)"
14846
+ },
14807
14847
  "kendo-thought-connector-color": {
14808
14848
  "type": "String",
14809
14849
  "value": "var(--kendo-color-border)"
@@ -14816,14 +14856,46 @@
14816
14856
  "type": "String",
14817
14857
  "value": "var(--kendo-spacing-2)"
14818
14858
  },
14819
- "kendo-citation-popover-view-padding": {
14859
+ "kendo-tool-call-pre-border-radius": {
14820
14860
  "type": "String",
14821
- "value": "var(--kendo-spacing-4)"
14861
+ "value": "var(--kendo-border-radius-lg)"
14862
+ },
14863
+ "kendo-citation-popover-view-padding": {
14864
+ "type": "List",
14865
+ "value": "(var(--kendo-spacing-2) var(--kendo-spacing-4) var(--kendo-spacing-4) var(--kendo-spacing-4))"
14822
14866
  },
14823
14867
  "kendo-citation-pages-color": {
14824
14868
  "type": "String",
14825
14869
  "value": "var(--kendo-color-subtle)"
14826
14870
  },
14871
+ "kendo-citation-popover-view-title-font-weight": {
14872
+ "type": "String",
14873
+ "value": "var(--kendo-font-weight-medium)"
14874
+ },
14875
+ "kendo-citation-popover-view-body-font-size": {
14876
+ "type": "String",
14877
+ "value": "var(--kendo-font-size-sm)"
14878
+ },
14879
+ "kendo-citation-popover-view-body-margin-top": {
14880
+ "type": "String",
14881
+ "value": "var(--kendo-spacing-2)"
14882
+ },
14883
+ "kendo-citation-popover-view-body-color": {
14884
+ "type": "String",
14885
+ "value": "var(--kendo-color-subtle)"
14886
+ },
14887
+ "kendo-citation-popover-view-source-font-size": {
14888
+ "type": "String",
14889
+ "value": "var(--kendo-font-size-sm)"
14890
+ },
14891
+ "kendo-citation-popover-view-source-margin-top": {
14892
+ "type": "Number",
14893
+ "value": "0"
14894
+ },
14895
+ "kendo-citation-popover-view-source-gap": {
14896
+ "type": "String",
14897
+ "value": "var(--kendo-spacing-1)"
14898
+ },
14827
14899
  "kendo-checkpoint-line-color": {
14828
14900
  "type": "String",
14829
14901
  "value": "var(--kendo-color-border)"
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Green Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "14.4.1-dev.0",
6
+ "version": "14.4.1-dev.2",
7
7
  "previewColors": [
8
8
  "oklch(0.00% 0.0000 0deg)",
9
9
  "oklch(18.97% 0.0025 145.96deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Green",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "14.4.1-dev.0",
6
+ "version": "14.4.1-dev.2",
7
7
  "previewColors": [
8
8
  "oklch(100.00% 0.0001 0deg)",
9
9
  "oklch(96.61% 0.0016 149.39deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Lavender Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "14.4.1-dev.0",
6
+ "version": "14.4.1-dev.2",
7
7
  "previewColors": [
8
8
  "oklch(0.00% 0.0000 0deg)",
9
9
  "oklch(20.26% 0.0161 330.88deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Lavender",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "14.4.1-dev.0",
6
+ "version": "14.4.1-dev.2",
7
7
  "previewColors": [
8
8
  "oklch(100.00% 0.0001 0deg)",
9
9
  "oklch(98.51% 0.0001 0deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "14.4.1-dev.0",
6
+ "version": "14.4.1-dev.2",
7
7
  "previewColors": [
8
8
  "oklch(0.00% 0.0000 0deg)",
9
9
  "oklch(17.30% 0.0000 0deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "14.4.1-dev.0",
6
+ "version": "14.4.1-dev.2",
7
7
  "previewColors": [
8
8
  "oklch(100.00% 0.0001 0deg)",
9
9
  "oklch(95.51% 0.0001 0deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Metro Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "14.4.1-dev.0",
6
+ "version": "14.4.1-dev.2",
7
7
  "previewColors": [
8
8
  "oklch(0.00% 0.0000 0deg)",
9
9
  "oklch(16.38% 0.0000 0deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Metro",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "14.4.1-dev.0",
6
+ "version": "14.4.1-dev.2",
7
7
  "previewColors": [
8
8
  "oklch(100.00% 0.0001 0deg)",
9
9
  "oklch(98.21% 0.0001 0deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Moonlight",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "14.4.1-dev.0",
6
+ "version": "14.4.1-dev.2",
7
7
  "previewColors": [
8
8
  "oklch(27.98% 0.0255 248.78deg)",
9
9
  "oklch(33.48% 0.0217 259.40deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Opal Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "14.4.1-dev.0",
6
+ "version": "14.4.1-dev.2",
7
7
  "previewColors": [
8
8
  "oklch(0.00% 0.0000 0deg)",
9
9
  "oklch(27.27% 0.0000 0deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Opal",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "14.4.1-dev.0",
6
+ "version": "14.4.1-dev.2",
7
7
  "previewColors": [
8
8
  "oklch(100.00% 0.0001 0deg)",
9
9
  "oklch(95.37% 0.0262 224.39deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Silver Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "14.4.1-dev.0",
6
+ "version": "14.4.1-dev.2",
7
7
  "previewColors": [
8
8
  "oklch(0.00% 0.0000 0deg)",
9
9
  "oklch(18.72% 0.0020 285.91deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Silver",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "14.4.1-dev.0",
6
+ "version": "14.4.1-dev.2",
7
7
  "previewColors": [
8
8
  "oklch(100.00% 0.0001 0deg)",
9
9
  "oklch(96.44% 0.0014 284.24deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Uniform",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "14.4.1-dev.0",
6
+ "version": "14.4.1-dev.2",
7
7
  "previewColors": [
8
8
  "oklch(100.00% 0.0001 0deg)",
9
9
  "oklch(95.51% 0.0001 0deg)",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-classic",
3
3
  "description": "Sass port of less based themes for Kendo UI theme",
4
- "version": "14.4.1-dev.0",
4
+ "version": "14.4.1-dev.2",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -53,8 +53,8 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@progress/kendo-svg-icons": "^4.11.0",
56
- "@progress/kendo-theme-core": "14.4.1-dev.0",
57
- "@progress/kendo-theme-utils": "14.4.1-dev.0"
56
+ "@progress/kendo-theme-core": "14.4.1-dev.2",
57
+ "@progress/kendo-theme-utils": "14.4.1-dev.2"
58
58
  },
59
59
  "directories": {
60
60
  "doc": "docs",
@@ -8,6 +8,15 @@ $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: k-spacing(2) !default;
11
+ /// The horizontal padding of the AgentStep head.
12
+ /// @group agent-response
13
+ $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: k-spacing(2) !default;
17
+ /// The border radius of the AgentStep head.
18
+ /// @group agent-response
19
+ $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: k-spacing(0.5) !default;
@@ -23,6 +32,9 @@ $kendo-agent-step-font-size: var(--kendo-font-size-sm) !default;
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-font-size-sm) !default;
35
+ /// The box shadow of the focused AgentStep head.
36
+ /// @group agent-response
37
+ $kendo-agent-step-focus-shadow: inset 0 0 2px 0 k-color(border) !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: k-spacing(2) !default;
33
45
  /// The spacing between stacked Thought items.
34
46
  /// @group agent-response
35
47
  $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: 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: k-color(border) !default;
@@ -43,19 +58,28 @@ $kendo-tool-call-indent: k-spacing(5) !default;
43
58
  /// The bottom padding of the ToolCall body.
44
59
  /// @group agent-response
45
60
  $kendo-tool-call-padding-y: k-spacing(2) !default;
61
+ /// The border radius of the pre element in the ToolCall body.
62
+ /// @group agent-response
63
+ $kendo-tool-call-pre-border-radius: k-border-radius(lg) !default;
46
64
 
47
65
  @forward "@progress/kendo-theme-core/scss/components/agent-response/_variables.scss" with (
48
66
  $kendo-agent-step-gap: $kendo-agent-step-gap,
49
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,
50
71
  $kendo-agent-step-icon-margin-top: $kendo-agent-step-icon-margin-top,
51
72
  $kendo-agent-step-added-color: $kendo-agent-step-added-color,
52
73
  $kendo-agent-step-removed-color: $kendo-agent-step-removed-color,
53
74
  $kendo-agent-step-font-size: $kendo-agent-step-font-size,
54
75
  $kendo-agent-step-body-font-size: $kendo-agent-step-body-font-size,
76
+ $kendo-agent-step-focus-shadow: $kendo-agent-step-focus-shadow,
55
77
  $kendo-thought-gap: $kendo-thought-gap,
56
78
  $kendo-thought-icon-col-gap: $kendo-thought-icon-col-gap,
57
79
  $kendo-thought-spacing: $kendo-thought-spacing,
80
+ $kendo-thought-padding-x: $kendo-thought-padding-x,
58
81
  $kendo-thought-connector-color: $kendo-thought-connector-color,
59
82
  $kendo-tool-call-indent: $kendo-tool-call-indent,
60
- $kendo-tool-call-padding-y: $kendo-tool-call-padding-y
83
+ $kendo-tool-call-padding-y: $kendo-tool-call-padding-y,
84
+ $kendo-tool-call-pre-border-radius: $kendo-tool-call-pre-border-radius
61
85
  );
@@ -4,12 +4,40 @@
4
4
 
5
5
  /// The padding of the CitationPopover view.
6
6
  /// @group citation
7
- $kendo-citation-popover-view-padding: k-spacing(4) !default;
7
+ $kendo-citation-popover-view-padding: k-spacing(2) k-spacing(4) k-spacing(4) k-spacing(4) !default;
8
8
  /// The text color of the CitationPopover page indicator.
9
9
  /// @group citation
10
10
  $kendo-citation-pages-color: k-color(subtle) !default;
11
+ /// The font weight of the CitationPopoverView title.
12
+ /// @group citation
13
+ $kendo-citation-popover-view-title-font-weight: var(--kendo-font-weight-medium) !default;
14
+ /// The font size of the CitationPopoverView body text.
15
+ /// @group citation
16
+ $kendo-citation-popover-view-body-font-size: var(--kendo-font-size-sm) !default;
17
+ /// The top margin of the CitationPopoverView body text.
18
+ /// @group citation
19
+ $kendo-citation-popover-view-body-margin-top: k-spacing(2) !default;
20
+ /// The text color of the CitationPopoverView body text.
21
+ /// @group citation
22
+ $kendo-citation-popover-view-body-color: k-color(subtle) !default;
23
+ /// The font size of the CitationPopoverView source link.
24
+ /// @group citation
25
+ $kendo-citation-popover-view-source-font-size: var(--kendo-font-size-sm) !default;
26
+ /// The top margin of the CitationPopoverView source link.
27
+ /// @group citation
28
+ $kendo-citation-popover-view-source-margin-top: 0 !default;
29
+ /// The gap between the icon and text of the CitationPopoverView source link.
30
+ /// @group citation
31
+ $kendo-citation-popover-view-source-gap: k-spacing(1) !default;
11
32
 
12
33
  @forward "@progress/kendo-theme-core/scss/components/citation/_variables.scss" with (
13
34
  $kendo-citation-popover-view-padding: $kendo-citation-popover-view-padding,
14
- $kendo-citation-pages-color: $kendo-citation-pages-color
35
+ $kendo-citation-pages-color: $kendo-citation-pages-color,
36
+ $kendo-citation-popover-view-title-font-weight: $kendo-citation-popover-view-title-font-weight,
37
+ $kendo-citation-popover-view-body-font-size: $kendo-citation-popover-view-body-font-size,
38
+ $kendo-citation-popover-view-body-margin-top: $kendo-citation-popover-view-body-margin-top,
39
+ $kendo-citation-popover-view-body-color: $kendo-citation-popover-view-body-color,
40
+ $kendo-citation-popover-view-source-font-size: $kendo-citation-popover-view-source-font-size,
41
+ $kendo-citation-popover-view-source-margin-top: $kendo-citation-popover-view-source-margin-top,
42
+ $kendo-citation-popover-view-source-gap: $kendo-citation-popover-view-source-gap
15
43
  );