@progress/kendo-theme-fluent 7.0.1-dev.1 → 7.0.1

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
@@ -34328,7 +34328,6 @@ textarea.k-input-inner {
34328
34328
  .k-dropdown-operator {
34329
34329
  width: min-content;
34330
34330
  flex: none;
34331
- aspect-ratio: 1;
34332
34331
  }
34333
34332
  .k-dropdown-operator .k-input-button {
34334
34333
  border-width: 0;
@@ -41267,16 +41266,6 @@ div.k-grid-footer {
41267
41266
  .k-filtercell .k-filtercell-wrapper > .k-button {
41268
41267
  flex: none;
41269
41268
  }
41270
- .k-filtercell .k-input,
41271
- .k-filtercell .k-picker {
41272
- width: auto;
41273
- flex: 1 1 auto;
41274
- }
41275
- .k-filtercell .k-color-picker, .k-filtercell .k-colorpicker,
41276
- .k-filtercell .k-dropdown-operator {
41277
- width: min-content;
41278
- flex: none;
41279
- }
41280
41269
 
41281
41270
  .k-grid-content,
41282
41271
  .k-grid-content-locked {
@@ -42732,6 +42721,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
42732
42721
 
42733
42722
  .k-spreadsheet-sheets {
42734
42723
  flex: 1 1 auto;
42724
+ overflow: hidden;
42735
42725
  }
42736
42726
 
42737
42727
  .k-spreadsheet-sheets .k-tabstrip-items-wrapper {
@@ -3,7 +3,7 @@
3
3
  "name": "All",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "7.0.1-dev.1",
6
+ "version": "7.0.1",
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.0.1-dev.1",
6
+ "version": "7.0.1",
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.0.1-dev.1",
4
+ "version": "7.0.1",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -52,8 +52,8 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "@progress/kendo-svg-icons": "2.0.0",
55
- "@progress/kendo-theme-core": "7.0.1-dev.1",
56
- "@progress/kendo-theme-utils": "7.0.1-dev.1"
55
+ "@progress/kendo-theme-core": "7.0.1",
56
+ "@progress/kendo-theme-utils": "7.0.1"
57
57
  },
58
- "gitHead": "aeaff3f76d1244db6befcef518e6e59b1906cff2"
58
+ "gitHead": "58e4637d58f04db3121af3d6e1654cea6baec328"
59
59
  }
@@ -12,7 +12,6 @@
12
12
  .k-dropdown-operator {
13
13
  width: min-content;
14
14
  flex: none;
15
- aspect-ratio: 1;
16
15
 
17
16
  .k-input-button {
18
17
  border-width: 0;
@@ -566,17 +566,6 @@
566
566
  flex: none;
567
567
  }
568
568
  }
569
-
570
- .k-input,
571
- .k-picker {
572
- width: auto;
573
- flex: 1 1 auto;
574
- }
575
- .k-color-picker,
576
- .k-dropdown-operator {
577
- width: min-content;
578
- flex: none;
579
- }
580
569
  }
581
570
 
582
571
  // Grid content
@@ -182,6 +182,7 @@
182
182
 
183
183
  .k-spreadsheet-sheets {
184
184
  flex: 1 1 auto;
185
+ overflow: hidden;
185
186
  }
186
187
  .k-spreadsheet-sheets .k-tabstrip-items-wrapper {
187
188
  border-width: 0;