@progress/kendo-theme-fluent 10.2.0-dev.2 → 10.2.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.
@@ -12699,7 +12699,7 @@
12699
12699
  "context": {
12700
12700
  "type": "variable",
12701
12701
  "name": "kendo-chart-label-font-size",
12702
- "value": "var( --kendo-font-size, inherit )",
12702
+ "value": "var( --kendo-font-size-sm, inherit )",
12703
12703
  "scope": "default",
12704
12704
  "line": {
12705
12705
  "start": 108,
@@ -12714,7 +12714,7 @@
12714
12714
  "path": "fluent/scss/dataviz/_variables.scss",
12715
12715
  "name": "_variables.scss"
12716
12716
  },
12717
- "resolvedValue": "var(--kendo-font-size, inherit)",
12717
+ "resolvedValue": "var(--kendo-font-size-sm, inherit)",
12718
12718
  "resolvedType": "String"
12719
12719
  },
12720
12720
  {
@@ -107549,7 +107549,7 @@
107549
107549
  "context": {
107550
107550
  "type": "variable",
107551
107551
  "name": "kendo-chart-label-font-size",
107552
- "value": "var( --kendo-font-size, inherit )",
107552
+ "value": "var( --kendo-font-size-sm, inherit )",
107553
107553
  "scope": "default",
107554
107554
  "line": {
107555
107555
  "start": 108,
@@ -107564,7 +107564,7 @@
107564
107564
  "path": "fluent/scss/dataviz/_variables.scss",
107565
107565
  "name": "_variables.scss"
107566
107566
  },
107567
- "resolvedValue": "var(--kendo-font-size, inherit)",
107567
+ "resolvedValue": "var(--kendo-font-size-sm, inherit)",
107568
107568
  "resolvedType": "String"
107569
107569
  },
107570
107570
  {
@@ -10033,7 +10033,7 @@
10033
10033
  "context": {
10034
10034
  "type": "variable",
10035
10035
  "name": "kendo-chart-label-font-size",
10036
- "value": "var( --kendo-font-size, inherit )",
10036
+ "value": "var( --kendo-font-size-sm, inherit )",
10037
10037
  "scope": "default",
10038
10038
  "line": {
10039
10039
  "start": 108,
@@ -17691,7 +17691,7 @@
17691
17691
  },
17692
17692
  "kendo-chart-label-font-size": {
17693
17693
  "type": "String",
17694
- "value": "var(--kendo-font-size, inherit)"
17694
+ "value": "var(--kendo-font-size-sm, inherit)"
17695
17695
  },
17696
17696
  "kendo-chart-title-font-size": {
17697
17697
  "type": "String",
@@ -3,7 +3,7 @@
3
3
  "name": "All",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "10.2.0-dev.2",
6
+ "version": "10.2.0",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "10.2.0-dev.2",
6
+ "version": "10.2.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": "10.2.0-dev.2",
6
+ "version": "10.2.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": "10.2.0-dev.2",
4
+ "version": "10.2.0",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -54,12 +54,12 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@progress/kendo-svg-icons": "^4.0.0",
57
- "@progress/kendo-theme-core": "10.2.0-dev.2",
58
- "@progress/kendo-theme-utils": "10.2.0-dev.2"
57
+ "@progress/kendo-theme-core": "10.2.0",
58
+ "@progress/kendo-theme-utils": "10.2.0"
59
59
  },
60
60
  "directories": {
61
61
  "doc": "docs",
62
62
  "lib": "lib"
63
63
  },
64
- "gitHead": "7cacdcf5142972c051f1efeb0a7b1f2a9e11b0a2"
64
+ "gitHead": "842eda823b380f262b6160ddd002d32dabe9f2ab"
65
65
  }
@@ -55,15 +55,10 @@
55
55
 
56
56
  // Chip content
57
57
  .k-chip-content {
58
- padding-block: .5em;
59
- padding-inline: 0;
60
- margin-block: -.5em;
61
- margin-inline: 0;
62
58
  min-width: 0;
63
59
  display: flex;
64
60
  flex-flow: row nowrap;
65
61
  align-items: center;
66
- overflow: hidden;
67
62
  flex: 1 1 auto;
68
63
 
69
64
  // Adjustment for kendo-icon-wrapper
@@ -82,6 +77,10 @@
82
77
  // Chip text
83
78
  .k-chip-text,
84
79
  .k-chip-label {
80
+ padding-block: .5em;
81
+ padding-inline: 0;
82
+ margin-block: -.5em;
83
+ margin-inline: 0;
85
84
  white-space: nowrap;
86
85
  text-overflow: ellipsis;
87
86
  overflow: hidden;
@@ -105,7 +105,7 @@ $kendo-chart-tooltip-line-height: var( --kendo-line-height-sm, normal ) !default
105
105
 
106
106
  /// The font-size of the label of the chart component.
107
107
  /// @group chart
108
- $kendo-chart-label-font-size: var( --kendo-font-size, inherit ) !default;
108
+ $kendo-chart-label-font-size: var( --kendo-font-size-sm, inherit ) !default;
109
109
 
110
110
  /// The font-size of the title of the chart component.
111
111
  /// @group charts
@@ -131,6 +131,7 @@
131
131
  flex-direction: column;
132
132
  position: relative;
133
133
  flex: 1 1 auto;
134
+ width: 100%;
134
135
  }
135
136
 
136
137
  .k-splitbar {
@@ -255,6 +255,11 @@
255
255
  }
256
256
  }
257
257
 
258
+ .k-grid-resizable {
259
+ resize: both;
260
+ overflow: auto;
261
+ }
262
+
258
263
  // Toolbar
259
264
  .k-grid-toolbar {
260
265
  border-width: 0 0 var( --kendo-grid-toolbar-border-width, #{$kendo-grid-toolbar-border-width} );
@@ -193,7 +193,7 @@
193
193
 
194
194
  // Icon picker
195
195
  .k-icon-picker {
196
- .k-input-inner {
196
+ > .k-input-inner {
197
197
  padding: 0;
198
198
  box-sizing: content-box;
199
199
  justify-content: center;
@@ -548,7 +548,7 @@
548
548
  width: if( $kendo-use-input-spinner-width, var( --kendo-input-spinner-width, #{$_button-width} ), auto );
549
549
  }
550
550
 
551
- &.k-icon-picker .k-input-inner {
551
+ &.k-icon-picker > .k-input-inner {
552
552
  width: var( --kendo-input-icon-picker-width, #{$_button-width} );
553
553
  }
554
554
 
@@ -53,7 +53,7 @@
53
53
  }
54
54
 
55
55
  .k-input-suffix {
56
- color: var( --kendo-input-prefix-disabled-text, #{$kendo-input-prefix-disabled-text} );
56
+ color: var( --kendo-input-suffix-disabled-text, #{$kendo-input-suffix-disabled-text} );
57
57
  }
58
58
 
59
59
  @if($kendo-enable-color-system) {