@progress/kendo-theme-fluent 9.1.0-dev.2 → 9.1.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.
- package/dist/all.css +1 -1
- package/dist/fluent-main-dark.css +1 -1
- package/dist/fluent-main.css +1 -1
- package/dist/meta/sassdoc-data.json +460 -406
- package/dist/meta/sassdoc-raw-data.json +226 -201
- package/dist/meta/variables.json +6 -2
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main-dark.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/orgchart/_variables.scss +1 -1
- package/scss/stepper/_layout.scss +2 -2
- package/scss/stepper/_variables.scss +3 -0
package/dist/meta/variables.json
CHANGED
|
@@ -11204,6 +11204,10 @@
|
|
|
11204
11204
|
"type": "String",
|
|
11205
11205
|
"value": "var(--kendo-spacing-1\\.5, 0.375rem)"
|
|
11206
11206
|
},
|
|
11207
|
+
"kendo-stepper-label-border-radius": {
|
|
11208
|
+
"type": "String",
|
|
11209
|
+
"value": "var(--kendo-border-radius-xxl, 1rem)"
|
|
11210
|
+
},
|
|
11207
11211
|
"kendo-stepper-inline-content-padding-x": {
|
|
11208
11212
|
"type": "String",
|
|
11209
11213
|
"value": "var(--kendo-spacing-5, 1.25rem)"
|
|
@@ -17468,8 +17472,8 @@
|
|
|
17468
17472
|
"value": "color-mix(in srgb, var(--kendo-color-border, #8a8886) 16%, transparent)"
|
|
17469
17473
|
},
|
|
17470
17474
|
"kendo-orgchart-line-v-height": {
|
|
17471
|
-
"type": "
|
|
17472
|
-
"value": "
|
|
17475
|
+
"type": "String",
|
|
17476
|
+
"value": "var(--kendo-spacing-6, 1.5rem)"
|
|
17473
17477
|
},
|
|
17474
17478
|
"kendo-signature-width": {
|
|
17475
17479
|
"type": "Number",
|
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": "9.1.0-dev.
|
|
4
|
+
"version": "9.1.0-dev.4",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@progress/kendo-svg-icons": "^3.1.0",
|
|
56
|
-
"@progress/kendo-theme-core": "9.1.0-dev.
|
|
57
|
-
"@progress/kendo-theme-utils": "9.1.0-dev.
|
|
56
|
+
"@progress/kendo-theme-core": "9.1.0-dev.4",
|
|
57
|
+
"@progress/kendo-theme-utils": "9.1.0-dev.4"
|
|
58
58
|
},
|
|
59
59
|
"directories": {
|
|
60
60
|
"doc": "docs",
|
|
61
61
|
"lib": "lib"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "295adb221984032533fbde2b3adb167504eded91"
|
|
64
64
|
}
|
|
@@ -149,4 +149,4 @@ $kendo-orgchart-line-size: 1px !default;
|
|
|
149
149
|
$kendo-orgchart-line-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 16%, transparent), k-get-theme-color-var( neutral-30 )) !default;
|
|
150
150
|
/// The height of the OrgChart connecting line.
|
|
151
151
|
/// @group orgchart
|
|
152
|
-
$kendo-orgchart-line-v-height:
|
|
152
|
+
$kendo-orgchart-line-v-height: k-spacing(6) !default;
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
z-index: 1;
|
|
129
129
|
}
|
|
130
130
|
.k-step-label:only-child {
|
|
131
|
-
@include border-radius(
|
|
131
|
+
@include border-radius( var( --kendo-stepper-label-border-radius, #{$kendo-stepper-label-border-radius} ) );
|
|
132
132
|
padding-inline: var( --kendo-stepper-label-padding-x, #{$kendo-stepper-label-padding-x} );
|
|
133
133
|
padding-block: var( --kendo-stepper-label-padding-y, #{$kendo-stepper-label-padding-y} );
|
|
134
134
|
border-width: 0;
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
text-align: center;
|
|
212
212
|
}
|
|
213
213
|
.k-step-indicator + .k-step-label {
|
|
214
|
-
margin-top: if($kendo-stepper-indicator-focus-offset > 0,
|
|
214
|
+
margin-top: if($kendo-stepper-indicator-focus-offset > 0, k-spacing(1), 8px);
|
|
215
215
|
}
|
|
216
216
|
|
|
217
217
|
// Progressbar
|
|
@@ -33,6 +33,9 @@ $kendo-stepper-label-padding-x: k-spacing(3) !default;
|
|
|
33
33
|
/// The vertical padding the Stepper label.
|
|
34
34
|
/// @group stepper
|
|
35
35
|
$kendo-stepper-label-padding-y: k-spacing(1.5) !default;
|
|
36
|
+
/// The border radius of the Stepper label.
|
|
37
|
+
/// @group stepper
|
|
38
|
+
$kendo-stepper-label-border-radius: k-border-radius(xxl) !default;
|
|
36
39
|
|
|
37
40
|
/// The horizontal padding of the Stepper content.
|
|
38
41
|
/// @group stepper
|