@progress/kendo-theme-bootstrap 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.
- package/dist/all.css +1 -1
- package/dist/bootstrap-3-dark.css +1 -1
- package/dist/bootstrap-3.css +1 -1
- package/dist/bootstrap-4-dark.css +1 -1
- package/dist/bootstrap-4.css +1 -1
- package/dist/bootstrap-dataviz-v4.css +1 -1
- package/dist/bootstrap-main-dark.css +1 -1
- package/dist/bootstrap-main.css +1 -1
- package/dist/bootstrap-nordic.css +1 -1
- package/dist/bootstrap-turquoise-dark.css +1 -1
- package/dist/bootstrap-turquoise.css +1 -1
- package/dist/bootstrap-urban.css +1 -1
- package/dist/bootstrap-vintage.css +1 -1
- package/dist/meta/sassdoc-data.json +922 -598
- package/dist/meta/sassdoc-raw-data.json +444 -294
- package/dist/meta/variables.json +24 -0
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +3 -3
- package/scss/agent-response/_variables.scss +20 -0
- package/scss/grid/_variables.scss +4 -0
package/dist/meta/variables.json
CHANGED
|
@@ -11968,6 +11968,10 @@
|
|
|
11968
11968
|
"type": "String",
|
|
11969
11969
|
"value": "var(--kendo-color-on-app-surface)"
|
|
11970
11970
|
},
|
|
11971
|
+
"kendo-grid-grouping-row-font-weight": {
|
|
11972
|
+
"type": "String",
|
|
11973
|
+
"value": "var(--kendo-font-weight-bold)"
|
|
11974
|
+
},
|
|
11971
11975
|
"kendo-grid-grouping-indent-size": {
|
|
11972
11976
|
"type": "String",
|
|
11973
11977
|
"value": "var(--kendo-spacing-6)"
|
|
@@ -14800,6 +14804,18 @@
|
|
|
14800
14804
|
"type": "String",
|
|
14801
14805
|
"value": "var(--kendo-spacing-2)"
|
|
14802
14806
|
},
|
|
14807
|
+
"kendo-agent-step-padding-x": {
|
|
14808
|
+
"type": "String",
|
|
14809
|
+
"value": "var(--kendo-spacing-0\\.5)"
|
|
14810
|
+
},
|
|
14811
|
+
"kendo-agent-step-padding-end": {
|
|
14812
|
+
"type": "String",
|
|
14813
|
+
"value": "var(--kendo-spacing-2)"
|
|
14814
|
+
},
|
|
14815
|
+
"kendo-agent-step-border-radius": {
|
|
14816
|
+
"type": "String",
|
|
14817
|
+
"value": "var(--kendo-border-radius-md)"
|
|
14818
|
+
},
|
|
14803
14819
|
"kendo-agent-step-icon-margin-top": {
|
|
14804
14820
|
"type": "String",
|
|
14805
14821
|
"value": "var(--kendo-spacing-1)"
|
|
@@ -14820,6 +14836,10 @@
|
|
|
14820
14836
|
"type": "String",
|
|
14821
14837
|
"value": "var(--kendo-font-size-sm)"
|
|
14822
14838
|
},
|
|
14839
|
+
"kendo-agent-step-focus-shadow": {
|
|
14840
|
+
"type": "List",
|
|
14841
|
+
"value": "(inset 0 0 0 2px color-mix(in srgb, var(--kendo-color-on-app-surface) 15%, transparent))"
|
|
14842
|
+
},
|
|
14823
14843
|
"kendo-thought-gap": {
|
|
14824
14844
|
"type": "String",
|
|
14825
14845
|
"value": "var(--kendo-spacing-1\\.5)"
|
|
@@ -14832,6 +14852,10 @@
|
|
|
14832
14852
|
"type": "String",
|
|
14833
14853
|
"value": "var(--kendo-spacing-4)"
|
|
14834
14854
|
},
|
|
14855
|
+
"kendo-thought-padding-x": {
|
|
14856
|
+
"type": "String",
|
|
14857
|
+
"value": "var(--kendo-spacing-0\\.5)"
|
|
14858
|
+
},
|
|
14835
14859
|
"kendo-thought-connector-color": {
|
|
14836
14860
|
"type": "String",
|
|
14837
14861
|
"value": "var(--kendo-color-border)"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-bootstrap",
|
|
3
3
|
"description": "Bootstrap theme for Kendo UI",
|
|
4
|
-
"version": "14.4.1-dev.
|
|
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.
|
|
57
|
-
"@progress/kendo-theme-utils": "14.4.1-dev.
|
|
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(1) !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 0 2px color-mix(in srgb, k-color(on-app-surface) 15%, transparent) !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(md) !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,
|
|
@@ -314,6 +314,9 @@ $kendo-grid-grouping-header-border: $kendo-grid-header-border !default;
|
|
|
314
314
|
/// The text color of the Grid row.
|
|
315
315
|
/// @group grid
|
|
316
316
|
$kendo-grid-grouping-row-text: $kendo-grid-text !default;
|
|
317
|
+
/// The font weight of the Grid grouping row text.
|
|
318
|
+
/// @group grid
|
|
319
|
+
$kendo-grid-grouping-row-font-weight: var(--kendo-font-weight-bold) !default;
|
|
317
320
|
|
|
318
321
|
/// The background color of the Grid.
|
|
319
322
|
/// @group grid
|
|
@@ -630,6 +633,7 @@ $kendo-grid-pinned-source-font-weight: var(--kendo-font-weight-bold) !default;
|
|
|
630
633
|
$kendo-grid-selection-aggregates-font-weight: $kendo-grid-selection-aggregates-font-weight,
|
|
631
634
|
$kendo-grid-grouping-row-bg: $kendo-grid-grouping-row-bg,
|
|
632
635
|
$kendo-grid-grouping-row-text: $kendo-grid-grouping-row-text,
|
|
636
|
+
$kendo-grid-grouping-row-font-weight: $kendo-grid-grouping-row-font-weight,
|
|
633
637
|
$kendo-grid-sorted-bg: $kendo-grid-sorted-bg,
|
|
634
638
|
$kendo-grid-sorting-indicator-text: $kendo-grid-sorting-indicator-text,
|
|
635
639
|
$kendo-grid-sorting-index-font-size: $kendo-grid-sorting-index-font-size,
|