@progress/kendo-theme-classic 14.4.1-dev.1 → 14.4.1-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 (35) 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 +870 -546
  17. package/dist/meta/sassdoc-raw-data.json +420 -270
  18. package/dist/meta/variables.json +24 -0
  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 +20 -0
  35. package/scss/grid/_variables.scss +4 -0
@@ -11960,6 +11960,10 @@
11960
11960
  "type": "String",
11961
11961
  "value": "var(--kendo-color-on-app-surface)"
11962
11962
  },
11963
+ "kendo-grid-grouping-row-font-weight": {
11964
+ "type": "String",
11965
+ "value": "var(--kendo-font-weight-bold)"
11966
+ },
11963
11967
  "kendo-grid-grouping-indent-size": {
11964
11968
  "type": "String",
11965
11969
  "value": "var(--kendo-spacing-6)"
@@ -14792,6 +14796,18 @@
14792
14796
  "type": "String",
14793
14797
  "value": "var(--kendo-spacing-2)"
14794
14798
  },
14799
+ "kendo-agent-step-padding-x": {
14800
+ "type": "String",
14801
+ "value": "var(--kendo-spacing-0\\.5)"
14802
+ },
14803
+ "kendo-agent-step-padding-end": {
14804
+ "type": "String",
14805
+ "value": "var(--kendo-spacing-2)"
14806
+ },
14807
+ "kendo-agent-step-border-radius": {
14808
+ "type": "String",
14809
+ "value": "var(--kendo-border-radius-md)"
14810
+ },
14795
14811
  "kendo-agent-step-icon-margin-top": {
14796
14812
  "type": "String",
14797
14813
  "value": "var(--kendo-spacing-0\\.5)"
@@ -14812,6 +14828,10 @@
14812
14828
  "type": "String",
14813
14829
  "value": "var(--kendo-font-size-sm)"
14814
14830
  },
14831
+ "kendo-agent-step-focus-shadow": {
14832
+ "type": "List",
14833
+ "value": "(inset 0 0 2px 0 var(--kendo-color-border))"
14834
+ },
14815
14835
  "kendo-thought-gap": {
14816
14836
  "type": "String",
14817
14837
  "value": "var(--kendo-spacing-1\\.5)"
@@ -14824,6 +14844,10 @@
14824
14844
  "type": "String",
14825
14845
  "value": "var(--kendo-spacing-4)"
14826
14846
  },
14847
+ "kendo-thought-padding-x": {
14848
+ "type": "String",
14849
+ "value": "var(--kendo-spacing-0\\.5)"
14850
+ },
14827
14851
  "kendo-thought-connector-color": {
14828
14852
  "type": "String",
14829
14853
  "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.1",
6
+ "version": "14.4.1-dev.3",
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.1",
6
+ "version": "14.4.1-dev.3",
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.1",
6
+ "version": "14.4.1-dev.3",
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.1",
6
+ "version": "14.4.1-dev.3",
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.1",
6
+ "version": "14.4.1-dev.3",
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.1",
6
+ "version": "14.4.1-dev.3",
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.1",
6
+ "version": "14.4.1-dev.3",
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.1",
6
+ "version": "14.4.1-dev.3",
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.1",
6
+ "version": "14.4.1-dev.3",
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.1",
6
+ "version": "14.4.1-dev.3",
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.1",
6
+ "version": "14.4.1-dev.3",
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.1",
6
+ "version": "14.4.1-dev.3",
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.1",
6
+ "version": "14.4.1-dev.3",
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.1",
6
+ "version": "14.4.1-dev.3",
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.1",
4
+ "version": "14.4.1-dev.3",
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.1",
57
- "@progress/kendo-theme-utils": "14.4.1-dev.1"
56
+ "@progress/kendo-theme-core": "14.4.1-dev.3",
57
+ "@progress/kendo-theme-utils": "14.4.1-dev.3"
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;
@@ -50,14 +65,19 @@ $kendo-tool-call-pre-border-radius: k-border-radius(lg) !default;
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,
@@ -331,6 +331,9 @@ $kendo-grid-grouping-header-border: $kendo-grid-header-border !default;
331
331
  /// The text color of the Grid row.
332
332
  /// @group grid
333
333
  $kendo-grid-grouping-row-text: $kendo-grid-text !default;
334
+ /// The font weight of the Grid grouping row text.
335
+ /// @group grid
336
+ $kendo-grid-grouping-row-font-weight: var(--kendo-font-weight-bold) !default;
334
337
 
335
338
  /// The shadow of the Grid.
336
339
  /// @group grid
@@ -631,6 +634,7 @@ $kendo-grid-pinned-source-font-weight: var(--kendo-font-weight-bold) !default;
631
634
  $kendo-grid-sorting-index-spacing-x: $kendo-grid-sorting-index-spacing-x,
632
635
  $kendo-grid-grouping-row-bg: $kendo-grid-grouping-row-bg,
633
636
  $kendo-grid-grouping-row-text: $kendo-grid-grouping-row-text,
637
+ $kendo-grid-grouping-row-font-weight: $kendo-grid-grouping-row-font-weight,
634
638
  $kendo-grid-focus-shadow: $kendo-grid-focus-shadow,
635
639
  $kendo-grid-command-cell-button-spacing: $kendo-grid-command-cell-button-spacing,
636
640
  $kendo-grid-sticky-bg: $kendo-grid-sticky-bg,