@progress/kendo-theme-fluent 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/fluent-1-dark.css +1 -1
- package/dist/fluent-1.css +1 -1
- package/dist/fluent-main-dark.css +1 -1
- package/dist/fluent-main.css +1 -1
- package/dist/meta/sassdoc-data.json +1056 -732
- package/dist/meta/sassdoc-raw-data.json +512 -362
- package/dist/meta/variables.json +24 -0
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-1-dark.json +1 -1
- package/lib/swatches/fluent-1.json +1 -1
- package/lib/swatches/fluent-main-dark.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +3 -3
- package/scss/agent-response/_variables.scss +20 -0
- package/scss/grid/_layout.scss +5 -2
- package/scss/grid/_theme.scss +2 -2
- package/scss/grid/_variables.scss +4 -0
package/dist/meta/variables.json
CHANGED
|
@@ -13461,6 +13461,10 @@
|
|
|
13461
13461
|
"type": "String",
|
|
13462
13462
|
"value": "var(--kendo-grid-grouping-row-text, var(--kendo-table-group-row-text, var(--kendo-table-header-text, var(--kendo-color-on-app-surface))))"
|
|
13463
13463
|
},
|
|
13464
|
+
"kendo-grid-grouping-row-font-weight": {
|
|
13465
|
+
"type": "String",
|
|
13466
|
+
"value": "var(--kendo-grid-grouping-row-font-weight, var(--kendo-font-weight-semibold))"
|
|
13467
|
+
},
|
|
13464
13468
|
"kendo-grid-grouping-indent-size": {
|
|
13465
13469
|
"type": "String",
|
|
13466
13470
|
"value": "var(--kendo-spacing-6)"
|
|
@@ -16637,6 +16641,18 @@
|
|
|
16637
16641
|
"type": "String",
|
|
16638
16642
|
"value": "var(--kendo-agent-step-padding-y, var(--kendo-spacing-2))"
|
|
16639
16643
|
},
|
|
16644
|
+
"kendo-agent-step-padding-x": {
|
|
16645
|
+
"type": "String",
|
|
16646
|
+
"value": "var(--kendo-agent-step-padding-x, var(--kendo-spacing-0\\.5))"
|
|
16647
|
+
},
|
|
16648
|
+
"kendo-agent-step-padding-end": {
|
|
16649
|
+
"type": "String",
|
|
16650
|
+
"value": "var(--kendo-agent-step-padding-end, var(--kendo-spacing-2))"
|
|
16651
|
+
},
|
|
16652
|
+
"kendo-agent-step-border-radius": {
|
|
16653
|
+
"type": "String",
|
|
16654
|
+
"value": "var(--kendo-agent-step-border-radius, var(--kendo-border-radius-md))"
|
|
16655
|
+
},
|
|
16640
16656
|
"kendo-agent-step-icon-margin-top": {
|
|
16641
16657
|
"type": "String",
|
|
16642
16658
|
"value": "var(--kendo-agent-step-icon-margin-top, var(--kendo-spacing-0\\.5))"
|
|
@@ -16657,6 +16673,10 @@
|
|
|
16657
16673
|
"type": "String",
|
|
16658
16674
|
"value": "var(--kendo-agent-step-body-font-size, var(--kendo-font-size-sm))"
|
|
16659
16675
|
},
|
|
16676
|
+
"kendo-agent-step-focus-shadow": {
|
|
16677
|
+
"type": "String",
|
|
16678
|
+
"value": "var(--kendo-agent-step-focus-shadow, inset 0 0 0 2px var(--kendo-color-on-app-surface))"
|
|
16679
|
+
},
|
|
16660
16680
|
"kendo-thought-gap": {
|
|
16661
16681
|
"type": "String",
|
|
16662
16682
|
"value": "var(--kendo-thought-gap, var(--kendo-spacing-1\\.5))"
|
|
@@ -16669,6 +16689,10 @@
|
|
|
16669
16689
|
"type": "String",
|
|
16670
16690
|
"value": "var(--kendo-thought-spacing, var(--kendo-spacing-4))"
|
|
16671
16691
|
},
|
|
16692
|
+
"kendo-thought-padding-x": {
|
|
16693
|
+
"type": "String",
|
|
16694
|
+
"value": "var(--kendo-thought-padding-x, var(--kendo-spacing-0\\.5))"
|
|
16695
|
+
},
|
|
16672
16696
|
"kendo-thought-connector-color": {
|
|
16673
16697
|
"type": "String",
|
|
16674
16698
|
"value": "var(--kendo-thought-connector-color, color-mix(in srgb, var(--kendo-color-border) 26%, transparent))"
|
package/lib/swatches/all.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-fluent",
|
|
3
3
|
"description": "A css variables based theme for Kendo UI that follows the Fluent design system guidelines.",
|
|
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": [
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@progress/kendo-svg-icons": "^4.11.0",
|
|
57
|
-
"@progress/kendo-theme-core": "14.4.1-dev.
|
|
58
|
-
"@progress/kendo-theme-utils": "14.4.1-dev.
|
|
57
|
+
"@progress/kendo-theme-core": "14.4.1-dev.3",
|
|
58
|
+
"@progress/kendo-theme-utils": "14.4.1-dev.3"
|
|
59
59
|
},
|
|
60
60
|
"directories": {
|
|
61
61
|
"doc": "docs",
|
|
@@ -8,6 +8,15 @@ $kendo-agent-step-gap: var( --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: var( --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: var( --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: var( --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: var( --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: var( --kendo-agent-step-icon-margin-top, k-spacing(0.5) ) !default;
|
|
@@ -23,6 +32,9 @@ $kendo-agent-step-font-size: var( --kendo-agent-step-font-size, var(--kendo-font
|
|
|
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-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: var( --kendo-agent-step-focus-shadow, inset 0 0 0 2px #{k-color(on-app-surface)} ) !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: var( --kendo-thought-icon-col-gap, k-spacing(2) ) !
|
|
|
33
45
|
/// The spacing between stacked Thought items.
|
|
34
46
|
/// @group agent-response
|
|
35
47
|
$kendo-thought-spacing: var( --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: var( --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: var( --kendo-thought-connector-color, color-mix(in srgb, k-color(border) 26%, transparent) ) !default;
|
|
@@ -50,14 +65,19 @@ $kendo-tool-call-pre-border-radius: var( --kendo-tool-call-pre-border-radius, k-
|
|
|
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,
|
package/scss/grid/_layout.scss
CHANGED
|
@@ -161,11 +161,14 @@
|
|
|
161
161
|
|
|
162
162
|
.k-grid-footer .k-table-td,
|
|
163
163
|
.k-grid-header .k-table-th,
|
|
164
|
-
.k-group-footer .k-table-td
|
|
165
|
-
.k-grouping-row .k-table-td {
|
|
164
|
+
.k-group-footer .k-table-td {
|
|
166
165
|
font-weight: $kendo-grid-header-font-weight;
|
|
167
166
|
}
|
|
168
167
|
|
|
168
|
+
.k-grouping-row .k-table-td {
|
|
169
|
+
font-weight: $kendo-grid-grouping-row-font-weight;
|
|
170
|
+
}
|
|
171
|
+
|
|
169
172
|
// Filter row
|
|
170
173
|
.k-filter-row {
|
|
171
174
|
.k-table-td,
|
package/scss/grid/_theme.scss
CHANGED
|
@@ -50,13 +50,13 @@
|
|
|
50
50
|
|
|
51
51
|
// Sticky columns
|
|
52
52
|
.k-master-row {
|
|
53
|
-
.k-grid-content-sticky {
|
|
53
|
+
.k-grid-content-sticky:not(.k-group-cell) {
|
|
54
54
|
border-color: $kendo-grid-header-border;
|
|
55
55
|
border-inline-color: $kendo-grid-sticky-header-border;
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
|
|
59
|
-
.k-table-row.k-selected > .k-table-td.k-grid-content-sticky {
|
|
59
|
+
.k-table-row.k-selected > .k-table-td.k-grid-content-sticky:not(.k-group-cell) {
|
|
60
60
|
border-inline-color: $kendo-grid-sticky-border;
|
|
61
61
|
}
|
|
62
62
|
|
|
@@ -326,6 +326,9 @@ $kendo-grid-grouping-row-bg: var( --kendo-grid-grouping-row-bg, #{$kendo-table-g
|
|
|
326
326
|
/// The text color of the Grid grouping row.
|
|
327
327
|
/// @group grid
|
|
328
328
|
$kendo-grid-grouping-row-text: var( --kendo-grid-grouping-row-text, #{$kendo-table-group-row-text} ) !default;
|
|
329
|
+
/// The font weight of the Grid grouping row text.
|
|
330
|
+
/// @group grid
|
|
331
|
+
$kendo-grid-grouping-row-font-weight: var( --kendo-grid-grouping-row-font-weight, var(--kendo-font-weight-semibold) ) !default;
|
|
329
332
|
/// The border color of the Grid grouping row.
|
|
330
333
|
/// @group grid
|
|
331
334
|
$kendo-grid-grouping-row-border: var( --kendo-grid-grouping-row-border, #{$kendo-table-group-row-border} ) !default;
|
|
@@ -685,6 +688,7 @@ $kendo-grid-pinned-source-font-weight: var(--kendo-font-weight-semibold) !defaul
|
|
|
685
688
|
$kendo-grid-selection-aggregates-font-weight: $kendo-grid-selection-aggregates-font-weight,
|
|
686
689
|
$kendo-grid-grouping-row-bg: $kendo-grid-grouping-row-bg,
|
|
687
690
|
$kendo-grid-grouping-row-text: $kendo-grid-grouping-row-text,
|
|
691
|
+
$kendo-grid-grouping-row-font-weight: $kendo-grid-grouping-row-font-weight,
|
|
688
692
|
$kendo-grid-sorted-icon-spacing: $kendo-grid-sort-icon-spacing,
|
|
689
693
|
$kendo-grid-sorted-bg: $kendo-grid-sorted-bg,
|
|
690
694
|
$kendo-grid-sorting-indicator-text: $kendo-grid-sort-indicator-text,
|