@progress/kendo-theme-bootstrap 14.4.0-dev.2 → 14.4.0-dev.4

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 (53) 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 +5120 -3752
  15. package/dist/meta/sassdoc-raw-data.json +2494 -1869
  16. package/dist/meta/variables.json +189 -22
  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 +4 -4
  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/filemanager/_variables.scss +5 -0
  43. package/scss/grid/_variables.scss +5 -0
  44. package/scss/icons/_variables.scss +0 -29
  45. package/scss/index.scss +9 -0
  46. package/scss/menu/_variables.scss +5 -0
  47. package/scss/panelbar/_variables.scss +5 -0
  48. package/scss/scheduler/_variables.scss +5 -0
  49. package/scss/stepper/_variables.scss +5 -0
  50. package/scss/tabstrip/_variables.scss +5 -0
  51. package/scss/toolbar/_variables.scss +5 -0
  52. package/scss/tooltip/_variables.scss +5 -0
  53. package/scss/treeview/_variables.scss +5 -0
@@ -161,6 +161,10 @@ $kendo-file-manager-preview-spacing: $kendo-file-manager-spacer !default;
161
161
  /// The gap between the columns in the FileManager preview.
162
162
  /// @group file-manager
163
163
  $kendo-file-manager-preview-column-gap: k-spacing(1) !default;
164
+
165
+ /// The icon spacing in FileManager items.
166
+ /// @group file-manager
167
+ $kendo-file-manager-icon-spacing: k-spacing(2) !default;
164
168
  /// The background color of the FileManager preview.
165
169
  /// @group file-manager
166
170
  $kendo-file-manager-preview-bg: null !default;
@@ -232,6 +236,7 @@ $kendo-file-manager-preview-icon-border: null !default;
232
236
  $kendo-file-manager-preview-border-width: $kendo-file-manager-preview-border-width,
233
237
  $kendo-file-manager-preview-spacing: $kendo-file-manager-preview-spacing,
234
238
  $kendo-file-manager-preview-column-gap: $kendo-file-manager-preview-column-gap,
239
+ $kendo-file-manager-icon-spacing: $kendo-file-manager-icon-spacing,
235
240
  $kendo-file-manager-preview-bg: $kendo-file-manager-preview-bg,
236
241
  $kendo-file-manager-preview-text: $kendo-file-manager-preview-text,
237
242
  $kendo-file-manager-preview-border: $kendo-file-manager-preview-border,
@@ -192,6 +192,10 @@ $kendo-grid-header-first-border: 1px !default;
192
192
  /// @group grid
193
193
  $kendo-grid-header-menu-icon-spacing: $kendo-icon-spacing !default;
194
194
 
195
+ /// The spacing between icon and text in Grid column menu items.
196
+ /// @group grid
197
+ $kendo-grid-column-menu-icon-spacing: k-spacing(2) !default;
198
+
195
199
  /// The width of the border around the Grid toolbar.
196
200
  /// @group grid
197
201
  $kendo-grid-toolbar-border-width: $kendo-grid-border-width !default;
@@ -593,6 +597,7 @@ $kendo-grid-pinned-source-font-weight: var(--kendo-font-weight-bold) !default;
593
597
  $kendo-grid-header-font-size: $kendo-grid-header-font-size,
594
598
  $kendo-grid-header-first-border: $kendo-grid-header-first-border,
595
599
  $kendo-grid-header-menu-icon-spacing: $kendo-grid-header-menu-icon-spacing,
600
+ $kendo-grid-column-menu-icon-spacing: $kendo-grid-column-menu-icon-spacing,
596
601
  $kendo-grid-toolbar-border-width: $kendo-grid-toolbar-border-width,
597
602
  $kendo-grid-cell-horizontal-border-width: $kendo-grid-cell-horizontal-border-width,
598
603
  $kendo-grid-cell-vertical-border-width: $kendo-grid-cell-vertical-border-width,
@@ -9,28 +9,6 @@ $kendo-icon-default-size: "md" !default;
9
9
  /// @group icon
10
10
  $kendo-icon-size: 1rem !default;
11
11
 
12
- /// The xs size of the Icon.
13
- /// @group icon
14
- $kendo-icon-size-xs: calc( var( --kendo-icon-size, 1rem ) * .75 ) !default;
15
- /// The sm size of the Icon.
16
- /// @group icon
17
- $kendo-icon-size-sm: calc( var( --kendo-icon-size, 1rem ) * .875 ) !default;
18
- /// The md size of the Icon.
19
- /// @group icon
20
- $kendo-icon-size-md: var( --kendo-icon-size, 1rem ) !default;
21
- /// The lg size of the Icon.
22
- /// @group icon
23
- $kendo-icon-size-lg: calc( var( --kendo-icon-size, 1rem ) * 1.25 ) !default;
24
- /// The xl size of the Icon.
25
- /// @group icon
26
- $kendo-icon-size-xl: calc( var( --kendo-icon-size, 1rem ) * 1.5 ) !default;
27
- /// The xxl size of the Icon.
28
- /// @group icon
29
- $kendo-icon-size-xxl: calc( var( --kendo-icon-size, 1rem ) * 2 ) !default;
30
- /// The xxxl size of the Icon.
31
- /// @group icon
32
- $kendo-icon-size-xxxl: calc( var( --kendo-icon-size, 1rem ) * 3 ) !default;
33
-
34
12
  /// Spacing around the icons.
35
13
  /// @group icon
36
14
  $kendo-icon-spacing: k-spacing(2) !default;
@@ -48,13 +26,6 @@ $kendo-action-icon-color: k-color( primary-on-surface ) !default;
48
26
  @forward "@progress/kendo-theme-core/scss/components/icons/_variables.scss" with (
49
27
  $kendo-icon-default-size: $kendo-icon-default-size,
50
28
  $kendo-icon-size: $kendo-icon-size,
51
- $kendo-icon-size-xs: $kendo-icon-size-xs,
52
- $kendo-icon-size-sm: $kendo-icon-size-sm,
53
- $kendo-icon-size-md: $kendo-icon-size-md,
54
- $kendo-icon-size-lg: $kendo-icon-size-lg,
55
- $kendo-icon-size-xl: $kendo-icon-size-xl,
56
- $kendo-icon-size-xxl: $kendo-icon-size-xxl,
57
- $kendo-icon-size-xxxl: $kendo-icon-size-xxxl,
58
29
  $kendo-icon-spacing: $kendo-icon-spacing,
59
30
  $kendo-icon-padding: $kendo-icon-padding,
60
31
  $kendo-accent-icon-color: $kendo-accent-icon-color,
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";
@@ -281,6 +284,9 @@
281
284
 
282
285
  @use "./file-box/_index.scss" as *;
283
286
  @use "./chat/_index.scss" as *;
287
+ @use "./agent-response/_index.scss" as *;
288
+ @use "./citation/_index.scss" as *;
289
+ @use "./checkpoint/_index.scss" as *;
284
290
  @use "./mediaplayer/_index.scss" as *;
285
291
  @use "./timeline/_index.scss" as *;
286
292
  @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();
@@ -146,6 +146,10 @@ $kendo-menu-icon-padding-x: null !default;
146
146
  /// @group menu
147
147
  $kendo-menu-icon-padding-y: null !default;
148
148
 
149
+ /// The spacing used for the menu expand arrow negative offset.
150
+ /// @group menu
151
+ $kendo-menu-expand-arrow-spacing: k-spacing(2) !default;
152
+
149
153
  // Menu Separator
150
154
 
151
155
  /// The inline margin of the horizontal Menu separator.
@@ -349,6 +353,7 @@ $kendo-menu-popup-item-focus-shadow: $kendo-menu-item-focus-shadow !default;
349
353
  $kendo-menu-scroll-button-hover-gradient: $kendo-menu-scroll-button-hover-gradient,
350
354
  $kendo-menu-icon-padding-x: $kendo-menu-icon-padding-x,
351
355
  $kendo-menu-icon-padding-y: $kendo-menu-icon-padding-y,
356
+ $kendo-menu-expand-arrow-spacing: $kendo-menu-expand-arrow-spacing,
352
357
  $kendo-menu-separator-margin-inline: $kendo-menu-separator-margin-inline,
353
358
  $kendo-menu-separator-margin-block: $kendo-menu-separator-margin-block,
354
359
  $kendo-menu-separator-border: $kendo-menu-separator-border,
@@ -40,6 +40,10 @@ $kendo-panelbar-item-padding-x: k-spacing(5) !default;
40
40
  /// @group panelbar
41
41
  $kendo-panelbar-item-padding-y: k-spacing(3) !default;
42
42
 
43
+ /// The spacing between icon and text in PanelBar items.
44
+ /// @group panelbar
45
+ $kendo-panelbar-item-icon-spacing: k-spacing(2) !default;
46
+
43
47
  /// The maximum nesting of the PanelBar items.
44
48
  /// @group panelbar
45
49
  $kendo-panelbar-item-level-count: 4 !default;
@@ -281,6 +285,7 @@ $kendo-panelbar-header-expanded-gradient: null !default;
281
285
  $kendo-panelbar-header-padding-y: $kendo-panelbar-header-padding-y,
282
286
  $kendo-panelbar-item-padding-x: $kendo-panelbar-item-padding-x,
283
287
  $kendo-panelbar-item-padding-y: $kendo-panelbar-item-padding-y,
288
+ $kendo-panelbar-item-icon-spacing: $kendo-panelbar-item-icon-spacing,
284
289
  $kendo-panelbar-item-level-count: $kendo-panelbar-item-level-count,
285
290
  $kendo-panelbar-bg: $kendo-panelbar-bg,
286
291
  $kendo-panelbar-text: $kendo-panelbar-text,
@@ -260,6 +260,10 @@ $kendo-scheduler-marquee-label-inset-x: k-spacing(2) !default;
260
260
  /// @group scheduler
261
261
  $kendo-scheduler-marquee-label-inset-y: k-spacing(1) !default;
262
262
 
263
+ /// The spacing between icon and text in Scheduler navigation items.
264
+ /// @group scheduler
265
+ $kendo-scheduler-nav-item-icon-spacing: k-spacing(2) !default;
266
+
263
267
  /// The background color of the Scheduler header.
264
268
  /// @group scheduler
265
269
  $kendo-scheduler-header-bg: k-color(surface) !default;
@@ -364,6 +368,7 @@ $kendo-scheduler-adaptive-subtle-text: k-color(on-app-surface) !default;
364
368
  $kendo-scheduler-indicators-margin: $kendo-scheduler-indicators-margin,
365
369
  $kendo-scheduler-marquee-label-inset-x: $kendo-scheduler-marquee-label-inset-x,
366
370
  $kendo-scheduler-marquee-label-inset-y: $kendo-scheduler-marquee-label-inset-y,
371
+ $kendo-scheduler-nav-item-icon-spacing: $kendo-scheduler-nav-item-icon-spacing,
367
372
  $kendo-scheduler-header-bg: $kendo-scheduler-header-bg,
368
373
  $kendo-scheduler-adaptive-bg: $kendo-scheduler-adaptive-bg,
369
374
  $kendo-scheduler-adaptive-text: $kendo-scheduler-adaptive-text,
@@ -28,6 +28,10 @@ $kendo-stepper-label-padding-y: calc( #{k-spacing(2.5)} / 2 ) !default;
28
28
  /// The border radius of the Stepper label.
29
29
  /// @group stepper
30
30
  $kendo-stepper-label-border-radius: k-border-radius(xxl) !default;
31
+
32
+ /// The spacing between icon and text in Stepper labels.
33
+ /// @group stepper
34
+ $kendo-stepper-label-icon-spacing: k-spacing(2) !default;
31
35
  /// The width of the border around the Stepper.
32
36
  /// @group stepper
33
37
  $kendo-stepper-border-width: 0px !default;
@@ -243,6 +247,7 @@ $kendo-stepper-content-transition-timing-function: k-easing(standard) !default;
243
247
  $kendo-stepper-label-padding-x: $kendo-stepper-label-padding-x,
244
248
  $kendo-stepper-label-padding-y: $kendo-stepper-label-padding-y,
245
249
  $kendo-stepper-label-border-radius: $kendo-stepper-label-border-radius,
250
+ $kendo-stepper-label-icon-spacing: $kendo-stepper-label-icon-spacing,
246
251
  $kendo-stepper-border-width: $kendo-stepper-border-width,
247
252
  $kendo-stepper-inline-content-padding-x: $kendo-stepper-inline-content-padding-x,
248
253
  $kendo-stepper-inline-content-padding-y: $kendo-stepper-inline-content-padding-y,
@@ -79,6 +79,10 @@ $kendo-tabstrip-item-border-radius: k-border-radius(sm) !default;
79
79
  /// The gap between the TabStrip items.
80
80
  /// @group tabstrip
81
81
  $kendo-tabstrip-item-gap: k-spacing(0) !default;
82
+
83
+ /// The spacing between icon and text in TabStrip tab items.
84
+ /// @group tabstrip
85
+ $kendo-tabstrip-item-icon-spacing: k-spacing(2) !default;
82
86
  /// The horizontal spacing of the TabStrip items.
83
87
  /// @group tabstrip
84
88
  $kendo-tabstrip-item-spacing-x: k-spacing(1.5) !default;
@@ -232,6 +236,7 @@ $kendo-tabstrip-scroll-button-spacing: null !default;
232
236
  $kendo-tabstrip-item-border-width: $kendo-tabstrip-item-border-width,
233
237
  $kendo-tabstrip-item-border-radius: $kendo-tabstrip-item-border-radius,
234
238
  $kendo-tabstrip-item-gap: $kendo-tabstrip-item-gap,
239
+ $kendo-tabstrip-item-icon-spacing: $kendo-tabstrip-item-icon-spacing,
235
240
  $kendo-tabstrip-item-spacing-x: $kendo-tabstrip-item-spacing-x,
236
241
  $kendo-tabstrip-sm-item-padding-x: $kendo-tabstrip-sm-item-padding-x,
237
242
  $kendo-tabstrip-sm-item-padding-y: $kendo-tabstrip-sm-item-padding-y,
@@ -43,6 +43,10 @@ $kendo-toolbar-md-spacing: k-spacing(2) !default;
43
43
  /// @group toolbar
44
44
  $kendo-toolbar-lg-spacing: k-spacing(2.5) !default;
45
45
 
46
+ /// The spacing between icon and text in Toolbar items.
47
+ /// @group toolbar
48
+ $kendo-toolbar-item-icon-spacing: k-spacing(2) !default;
49
+
46
50
  /// The height of the Toolbar button separator.
47
51
  /// @group toolbar
48
52
  $kendo-toolbar-separator-height: $kendo-button-md-calc-size !default;
@@ -165,6 +169,7 @@ $kendo-floating-toolbar-border-radius: k-border-radius(md) !default;
165
169
  $kendo-toolbar-sm-spacing: $kendo-toolbar-sm-spacing,
166
170
  $kendo-toolbar-md-spacing: $kendo-toolbar-md-spacing,
167
171
  $kendo-toolbar-lg-spacing: $kendo-toolbar-lg-spacing,
172
+ $kendo-toolbar-item-icon-spacing: $kendo-toolbar-item-icon-spacing,
168
173
  $kendo-toolbar-separator-height: $kendo-toolbar-separator-height,
169
174
  $kendo-toolbar-sm-separator-height: $kendo-toolbar-sm-separator-height,
170
175
  $kendo-toolbar-md-separator-height: $kendo-toolbar-md-separator-height,
@@ -11,6 +11,10 @@ $kendo-tooltip-padding-y: k-spacing(1) !default;
11
11
  /// The horizontal padding of the Tooltip.
12
12
  /// @group tooltip
13
13
  $kendo-tooltip-padding-x: k-spacing(2) !default;
14
+
15
+ /// The spacing between icon and tooltip text/button.
16
+ /// @group tooltip
17
+ $kendo-tooltip-icon-spacing: k-spacing(2) !default;
14
18
  /// The width of the border around the Tooltip.
15
19
  /// @group tooltip
16
20
  $kendo-tooltip-border-width: 0px !default;
@@ -64,6 +68,7 @@ $kendo-tooltip-theme: tooltip-theme( $kendo-tooltip-theme-colors ) !default;
64
68
  @forward "@progress/kendo-theme-core/scss/components/tooltip/_variables.scss" with (
65
69
  $kendo-tooltip-padding-y: $kendo-tooltip-padding-y,
66
70
  $kendo-tooltip-padding-x: $kendo-tooltip-padding-x,
71
+ $kendo-tooltip-icon-spacing: $kendo-tooltip-icon-spacing,
67
72
  $kendo-tooltip-border-width: $kendo-tooltip-border-width,
68
73
  $kendo-tooltip-border-radius: $kendo-tooltip-border-radius,
69
74
  $kendo-tooltip-font-family: $kendo-tooltip-font-family,
@@ -12,6 +12,10 @@ $kendo-treeview-default-size: "md" !default;
12
12
  /// The gap of the TreeView.
13
13
  /// @group treeview
14
14
  $kendo-treeview-gap: k-spacing(0.5) !default;
15
+
16
+ /// The spacing between icon and text in TreeView items.
17
+ /// @group treeview
18
+ $kendo-treeview-item-icon-spacing: k-spacing(2) !default;
15
19
  /// The border radius of the TreeView.
16
20
  /// @group treeview
17
21
  $kendo-treeview-border-radius: null !default;
@@ -175,6 +179,7 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
175
179
  @forward "@progress/kendo-theme-core/scss/components/treeview/_variables.scss" with (
176
180
  $kendo-treeview-default-size: $kendo-treeview-default-size,
177
181
  $kendo-treeview-gap: $kendo-treeview-gap,
182
+ $kendo-treeview-item-icon-spacing: $kendo-treeview-item-icon-spacing,
178
183
  $kendo-treeview-border-radius: $kendo-treeview-border-radius,
179
184
  $kendo-treeview-font-family: $kendo-treeview-font-family,
180
185
  $kendo-treeview-font-size: $kendo-treeview-font-size,