@progress/kendo-theme-fluent 7.0.1-dev.0 → 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
@@ -1048,6 +1048,14 @@ kendo-sortable {
1048
1048
  }
1049
1049
 
1050
1050
  .k-i-loading {
1051
+ width: 1em;
1052
+ height: 1em;
1053
+ line-height: 1;
1054
+ display: inline-flex;
1055
+ flex-flow: row nowrap;
1056
+ align-items: center;
1057
+ justify-content: center;
1058
+ vertical-align: middle;
1051
1059
  position: relative;
1052
1060
  background-color: transparent;
1053
1061
  box-sizing: border-box;
@@ -25780,7 +25788,9 @@ kendo-sortable {
25780
25788
  margin: 0.25em;
25781
25789
  }
25782
25790
 
25783
- .k-icon-modifier {
25791
+ .k-icon.k-icon-modifier {
25792
+ width: 1em;
25793
+ height: 1em;
25784
25794
  position: absolute;
25785
25795
  font-size: 0.5em;
25786
25796
  bottom: 0;
@@ -25788,11 +25798,6 @@ kendo-sortable {
25788
25798
  margin: 0 -0.5em -0.5em 0;
25789
25799
  }
25790
25800
 
25791
- .k-icon.k-icon-modifier {
25792
- width: 1em;
25793
- height: 1em;
25794
- }
25795
-
25796
25801
  .k-icon-action {
25797
25802
  display: inline-flex;
25798
25803
  padding: var(--kendo-icon-padding, 0.25rem);
@@ -34323,7 +34328,6 @@ textarea.k-input-inner {
34323
34328
  .k-dropdown-operator {
34324
34329
  width: min-content;
34325
34330
  flex: none;
34326
- aspect-ratio: 1;
34327
34331
  }
34328
34332
  .k-dropdown-operator .k-input-button {
34329
34333
  border-width: 0;
@@ -41262,16 +41266,6 @@ div.k-grid-footer {
41262
41266
  .k-filtercell .k-filtercell-wrapper > .k-button {
41263
41267
  flex: none;
41264
41268
  }
41265
- .k-filtercell .k-input,
41266
- .k-filtercell .k-picker {
41267
- width: auto;
41268
- flex: 1 1 auto;
41269
- }
41270
- .k-filtercell .k-color-picker, .k-filtercell .k-colorpicker,
41271
- .k-filtercell .k-dropdown-operator {
41272
- width: min-content;
41273
- flex: none;
41274
- }
41275
41269
 
41276
41270
  .k-grid-content,
41277
41271
  .k-grid-content-locked {
@@ -42727,6 +42721,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
42727
42721
 
42728
42722
  .k-spreadsheet-sheets {
42729
42723
  flex: 1 1 auto;
42724
+ overflow: hidden;
42730
42725
  }
42731
42726
 
42732
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.0",
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.0",
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.0",
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.0",
56
- "@progress/kendo-theme-utils": "7.0.1-dev.0"
55
+ "@progress/kendo-theme-core": "7.0.1",
56
+ "@progress/kendo-theme-utils": "7.0.1"
57
57
  },
58
- "gitHead": "4de7cb42982bac6acc43a0189fa3c267de7007ed"
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
@@ -18,17 +18,15 @@
18
18
  margin: .25em;
19
19
  }
20
20
 
21
- .k-icon-modifier {
21
+ .k-icon.k-icon-modifier {
22
+ width: 1em;
23
+ height: 1em;
22
24
  position: absolute;
23
25
  font-size: .5em;
24
26
  bottom: 0;
25
27
  right: 0;
26
28
  margin: 0 -.5em -.5em 0;
27
29
  }
28
- .k-icon.k-icon-modifier {
29
- width: 1em;
30
- height: 1em;
31
- }
32
30
 
33
31
  .k-icon-action {
34
32
  display: inline-flex;
@@ -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;