@progress/kendo-theme-fluent 7.1.0-dev.9 → 7.1.1-dev.0

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 CHANGED
@@ -28865,7 +28865,7 @@ kendo-label > .k-label {
28865
28865
  }
28866
28866
  [dir=rtl] .k-floating-label-container > .k-label, [dir=rtl] .k-floating-label-container:focus-within > .k-label, [dir=rtl] .k-floating-label-container.k-focus > .k-label, .k-rtl .k-floating-label-container > .k-label, .k-rtl .k-floating-label-container:focus-within > .k-label, .k-rtl .k-floating-label-container.k-focus > .k-label, .k-floating-label-container[dir=rtl] > .k-label, .k-floating-label-container[dir=rtl]:focus-within > .k-label, .k-floating-label-container[dir=rtl].k-focus > .k-label {
28867
28867
  left: auto;
28868
- right: var(--kendo-floating-label-offset-x, calc(0.5rem + 1px));
28868
+ right: var(--kendo-floating-label-focus-offset-x, 0);
28869
28869
  }
28870
28870
  .k-floating-label-container:disabled, .k-floating-label-container[disabled], .k-floating-label-container.k-disabled {
28871
28871
  background: none;
@@ -31094,15 +31094,20 @@ textarea.k-input-inner {
31094
31094
  margin: 0;
31095
31095
  border-style: solid;
31096
31096
  border-color: inherit;
31097
- height: auto;
31098
- align-self: stretch;
31097
+ border-width: 0 0 0 1px;
31098
+ height: 1rem;
31099
+ align-self: center;
31099
31100
  }
31100
31101
  .k-input-separator-horizontal {
31102
+ height: auto;
31101
31103
  margin-inline: 0.375rem;
31104
+ align-self: stretch;
31102
31105
  border-width: 1px 0 0;
31103
31106
  }
31104
31107
  .k-input-separator-vertical {
31108
+ height: auto;
31105
31109
  margin-block: 0.375rem;
31110
+ align-self: stretch;
31106
31111
  border-width: 0 0 0 1px;
31107
31112
  }
31108
31113
 
@@ -31710,6 +31715,10 @@ textarea.k-input-inner {
31710
31715
  --kendo-picker-disabled-border: var( --kendo-picker-flat-disabled-border, var(--kendo-neutral-90, inherit) );
31711
31716
  }
31712
31717
 
31718
+ .k-textarea:has(.k-input-inner[style*=width]) {
31719
+ width: max-content;
31720
+ }
31721
+
31713
31722
  .k-checkbox {
31714
31723
  margin: 0;
31715
31724
  padding: 0;
@@ -46032,6 +46041,11 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
46032
46041
  border-width: 0;
46033
46042
  display: flex;
46034
46043
  }
46044
+ .k-gantt-timeline-pane .k-gantt-timeline *,
46045
+ .k-gantt-timeline-pane .k-gantt-timeline *::before,
46046
+ .k-gantt-timeline-pane .k-gantt-timeline *::after, .k-gantt-timeline-pane .k-gantt-timeline::before, .k-gantt-timeline-pane .k-gantt-timeline::after {
46047
+ box-sizing: border-box;
46048
+ }
46035
46049
  .k-gantt-timeline-pane .k-grid-content {
46036
46050
  overflow-x: scroll;
46037
46051
  }
@@ -49472,7 +49486,7 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
49472
49486
  display: flex;
49473
49487
  flex-direction: column;
49474
49488
  flex: 1;
49475
- align-items: start;
49489
+ align-items: flex-start;
49476
49490
  gap: var(--kendo-prompt-expander-spacing, 0.5rem);
49477
49491
  }
49478
49492
 
@@ -3,7 +3,7 @@
3
3
  "name": "All",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "7.1.0-dev.9",
6
+ "version": "7.1.1-dev.0",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "7.1.0-dev.9",
6
+ "version": "7.1.1-dev.0",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
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": "7.1.0-dev.9",
4
+ "version": "7.1.1-dev.0",
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": "2.1.0",
56
- "@progress/kendo-theme-core": "7.1.0-dev.9",
57
- "@progress/kendo-theme-utils": "7.1.0-dev.9"
56
+ "@progress/kendo-theme-core": "7.1.1-dev.0",
57
+ "@progress/kendo-theme-utils": "7.1.1-dev.0"
58
58
  },
59
59
  "directories": {
60
60
  "doc": "docs",
61
61
  "lib": "lib"
62
62
  },
63
- "gitHead": "4a6a0cb7085a4b032405585e25da25fd4383d7d7"
63
+ "gitHead": "d879bc81a2fce80d78a55bb65466396bf71ca022"
64
64
  }
@@ -81,7 +81,7 @@
81
81
  &:focus-within > .k-label,
82
82
  &.k-focus > .k-label {
83
83
  left: auto;
84
- right: var( --kendo-floating-label-offset-x, #{$kendo-floating-label-offset-x} );
84
+ right: var( --kendo-floating-label-focus-offset-x, #{$kendo-floating-label-focus-offset-x} );
85
85
  }
86
86
  }
87
87
 
@@ -294,6 +294,14 @@
294
294
  height: 100%;
295
295
  border-width: 0;
296
296
  display: flex;
297
+
298
+ *,
299
+ *::before,
300
+ *::after,
301
+ &::before,
302
+ &::after {
303
+ box-sizing: border-box;
304
+ }
297
305
  }
298
306
  .k-grid-header {}
299
307
  .k-grid-content {
@@ -1,6 +1,7 @@
1
1
  @use "sass:map";
2
2
  @use "../core/" as *;
3
3
  @use "./_variables.scss" as *;
4
+ @use "../icon/_variables.scss" as *;
4
5
 
5
6
  @mixin kendo-input--layout() {
6
7
 
@@ -237,16 +238,21 @@
237
238
  margin: 0;
238
239
  border-style: solid;
239
240
  border-color: inherit;
240
- height: auto;
241
- align-self: stretch;
241
+ border-width: 0 0 0 1px;
242
+ height: $kendo-icon-size;
243
+ align-self: center;
242
244
 
243
245
  &-horizontal {
246
+ height: auto;
244
247
  margin-inline: $kendo-input-md-padding-y;
248
+ align-self: stretch;
245
249
  border-width: 1px 0 0;
246
250
  }
247
251
 
248
252
  &-vertical {
253
+ height: auto;
249
254
  margin-block: $kendo-input-md-padding-y;
255
+ align-self: stretch;
250
256
  border-width: 0 0 0 1px;
251
257
  }
252
258
  }
@@ -34,7 +34,7 @@
34
34
  display: flex;
35
35
  flex-direction: column;
36
36
  flex: 1;
37
- align-items: start;
37
+ align-items: flex-start;
38
38
  gap: var( --kendo-prompt-expander-spacing, #{$kendo-prompt-expander-spacing} );
39
39
  }
40
40
 
@@ -1,6 +1,8 @@
1
1
  @mixin kendo-textarea--layout() {
2
2
 
3
3
  // Textarea
4
- .k-textarea {}
4
+ .k-textarea:has(.k-input-inner[style*="width"]) {
5
+ width: max-content;
6
+ }
5
7
 
6
8
  }