@progress/kendo-theme-meridian 14.1.0-dev.0 → 14.1.0-dev.2

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.
@@ -5552,7 +5552,7 @@
5552
5552
  },
5553
5553
  "kendo-menu-item-selected-font-weight": {
5554
5554
  "type": "String",
5555
- "value": "var(--kendo-font-weight-semibold, normal)"
5555
+ "value": "normal"
5556
5556
  },
5557
5557
  "kendo-menu-item-bg": {
5558
5558
  "type": "Null",
@@ -5592,7 +5592,7 @@
5592
5592
  },
5593
5593
  "kendo-menu-item-active-text": {
5594
5594
  "type": "String",
5595
- "value": "var(--kendo-color-primary)"
5595
+ "value": "var(--kendo-color-secondary-on-surface)"
5596
5596
  },
5597
5597
  "kendo-menu-item-active-border": {
5598
5598
  "type": "Null",
@@ -5612,7 +5612,7 @@
5612
5612
  },
5613
5613
  "kendo-menu-item-selected-text": {
5614
5614
  "type": "String",
5615
- "value": "var(--kendo-color-primary)"
5615
+ "value": "var(--kendo-color-secondary-on-surface)"
5616
5616
  },
5617
5617
  "kendo-menu-item-selected-border": {
5618
5618
  "type": "Null",
@@ -10846,9 +10846,13 @@
10846
10846
  "type": "String",
10847
10847
  "value": "var(--kendo-spacing-0)"
10848
10848
  },
10849
+ "kendo-tabstrip-item-spacing-x": {
10850
+ "type": "String",
10851
+ "value": "var(--kendo-spacing-1)"
10852
+ },
10849
10853
  "kendo-tabstrip-sm-item-padding-x": {
10850
10854
  "type": "String",
10851
- "value": "var(--kendo-spacing-3)"
10855
+ "value": "var(--kendo-spacing-2)"
10852
10856
  },
10853
10857
  "kendo-tabstrip-sm-item-padding-y": {
10854
10858
  "type": "String",
@@ -10856,7 +10860,7 @@
10856
10860
  },
10857
10861
  "kendo-tabstrip-md-item-padding-x": {
10858
10862
  "type": "String",
10859
- "value": "var(--kendo-spacing-3)"
10863
+ "value": "var(--kendo-spacing-2)"
10860
10864
  },
10861
10865
  "kendo-tabstrip-md-item-padding-y": {
10862
10866
  "type": "String",
@@ -10864,7 +10868,7 @@
10864
10868
  },
10865
10869
  "kendo-tabstrip-lg-item-padding-x": {
10866
10870
  "type": "String",
10867
- "value": "var(--kendo-spacing-3)"
10871
+ "value": "var(--kendo-spacing-2)"
10868
10872
  },
10869
10873
  "kendo-tabstrip-lg-item-padding-y": {
10870
10874
  "type": "String",
@@ -11000,24 +11004,24 @@
11000
11004
  },
11001
11005
  "kendo-tabstrip-sizes": {
11002
11006
  "type": "Map",
11003
- "value": "(sm: (font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), item-padding-x: var(--kendo-spacing-3), item-padding-y: var(--kendo-spacing-1)), md: (font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), item-padding-x: var(--kendo-spacing-3), item-padding-y: var(--kendo-spacing-2)), lg: (font-size: var(--kendo-font-size-lg, inherit), line-height: var(--kendo-line-height-lg, normal), item-padding-x: var(--kendo-spacing-3), item-padding-y: var(--kendo-spacing-2\\.5)))",
11007
+ "value": "(sm: (font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), item-padding-x: var(--kendo-spacing-2), item-padding-y: var(--kendo-spacing-1)), md: (font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), item-padding-x: var(--kendo-spacing-2), item-padding-y: var(--kendo-spacing-2)), lg: (font-size: var(--kendo-font-size-lg, inherit), line-height: var(--kendo-line-height-lg, normal), item-padding-x: var(--kendo-spacing-2), item-padding-y: var(--kendo-spacing-2\\.5)))",
11004
11008
  "prettyValue": {
11005
11009
  "sm": {
11006
11010
  "font-size": "var(--kendo-font-size, inherit)",
11007
11011
  "line-height": "var(--kendo-line-height, normal)",
11008
- "item-padding-x": "var(--kendo-spacing-3)",
11012
+ "item-padding-x": "var(--kendo-spacing-2)",
11009
11013
  "item-padding-y": "var(--kendo-spacing-1)"
11010
11014
  },
11011
11015
  "md": {
11012
11016
  "font-size": "var(--kendo-font-size, inherit)",
11013
11017
  "line-height": "var(--kendo-line-height, normal)",
11014
- "item-padding-x": "var(--kendo-spacing-3)",
11018
+ "item-padding-x": "var(--kendo-spacing-2)",
11015
11019
  "item-padding-y": "var(--kendo-spacing-2)"
11016
11020
  },
11017
11021
  "lg": {
11018
11022
  "font-size": "var(--kendo-font-size-lg, inherit)",
11019
11023
  "line-height": "var(--kendo-line-height-lg, normal)",
11020
- "item-padding-x": "var(--kendo-spacing-3)",
11024
+ "item-padding-x": "var(--kendo-spacing-2)",
11021
11025
  "item-padding-y": "var(--kendo-spacing-2\\.5)"
11022
11026
  }
11023
11027
  }
@@ -3,7 +3,7 @@
3
3
  "name": "Meridian Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-meridian",
6
- "version": "14.1.0-dev.0",
6
+ "version": "14.1.0-dev.2",
7
7
  "previewColors": [
8
8
  "oklch(13.85% 0.0249 273.24deg)",
9
9
  "oklch(23.28% 0.0218 272.75deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Meridian Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-meridian",
6
- "version": "14.1.0-dev.0",
6
+ "version": "14.1.0-dev.2",
7
7
  "previewColors": [
8
8
  "oklch(100% 0 0deg)",
9
9
  "oklch(98.46% 0.0017 247.84deg)",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-meridian",
3
3
  "description": "Meridian theme for Kendo UI",
4
- "version": "14.1.0-dev.0",
4
+ "version": "14.1.0-dev.2",
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": "^4.9.0",
56
- "@progress/kendo-theme-core": "14.1.0-dev.0",
57
- "@progress/kendo-theme-utils": "14.1.0-dev.0"
56
+ "@progress/kendo-theme-core": "14.1.0-dev.2",
57
+ "@progress/kendo-theme-utils": "14.1.0-dev.2"
58
58
  },
59
59
  "directories": {
60
60
  "doc": "docs",
61
61
  "lib": "lib"
62
62
  },
63
- "gitHead": "fffd5a677caea72e0addef3038b89229c6400a14"
63
+ "gitHead": "ced73fbd794aefd7ed9b0767f0567feb81f924cb"
64
64
  }
@@ -25,6 +25,11 @@
25
25
  }
26
26
  }
27
27
 
28
+ .k-calendar-infinite .k-calendar-navigation {
29
+ border-start-start-radius: $kendo-calendar-border-radius;
30
+ border-end-start-radius: $kendo-calendar-border-radius;
31
+ }
32
+
28
33
  // Calendar in popup
29
34
  .k-popup > .k-calendar {
30
35
  border-radius: inherit;
@@ -80,4 +80,8 @@
80
80
  background: $kendo-calendar-range-start-bg;
81
81
  }
82
82
  }
83
+
84
+ .k-calendar-infinite .k-calendar-header {
85
+ backdrop-filter: none;
86
+ }
83
87
  }
@@ -88,5 +88,10 @@
88
88
  outline: 0;
89
89
  }
90
90
  }
91
+
92
+ .k-input-prefix,
93
+ .k-input-suffix {
94
+ --kendo-focus-outline-offset: -1px;
95
+ }
91
96
  }
92
97
  }
@@ -20,9 +20,4 @@
20
20
  .k-menu-group .k-item.k-focus > .k-link {
21
21
  @include focus-indicator( $kendo-menu-focus-outline-color, $type: "outline", $outline-offset: $kendo-menu-focus-outline-offset );
22
22
  }
23
-
24
- .k-menu:not(.k-context-menu) > .k-item:active,
25
- .k-menu:not(.k-context-menu) > .k-item.k-active {
26
- font-weight: $kendo-menu-item-selected-font-weight;
27
- }
28
23
  }
@@ -55,7 +55,7 @@ $kendo-menu-item-icon-spacing: $kendo-icon-spacing !default;
55
55
 
56
56
  /// The font weight of the selected Menu item.
57
57
  /// @group menu
58
- $kendo-menu-item-selected-font-weight: var( --kendo-font-weight-semibold, normal ) !default;
58
+ $kendo-menu-item-selected-font-weight: normal !default;
59
59
 
60
60
  /// The background color of the Menu item.
61
61
  /// @group menu
@@ -88,7 +88,7 @@ $kendo-menu-item-hover-gradient: null !default;
88
88
  $kendo-menu-item-active-bg: null !default;
89
89
  /// The text color of active Menu item.
90
90
  /// @group menu
91
- $kendo-menu-item-active-text: k-color(primary) !default;
91
+ $kendo-menu-item-active-text: k-color(secondary-on-surface) !default;
92
92
  /// The border color of active Menu item.
93
93
  /// @group menu
94
94
  $kendo-menu-item-active-border: null !default;
@@ -113,7 +113,7 @@ $kendo-menu-focus-outline-offset: 1px !default;
113
113
  $kendo-menu-item-selected-bg: null !default;
114
114
  /// The text color of selected Menu item.
115
115
  /// @group menu
116
- $kendo-menu-item-selected-text: k-color(primary) !default;
116
+ $kendo-menu-item-selected-text: k-color(secondary-on-surface) !default;
117
117
  /// The border color of selected Menu item.
118
118
  /// @group menu
119
119
  $kendo-menu-item-selected-border: null !default;
@@ -15,6 +15,10 @@
15
15
 
16
16
  .k-panelbar-item {
17
17
  padding-block-start: k-spacing(0.5);
18
+
19
+ .k-animation-container {
20
+ overflow: visible;
21
+ }
18
22
  }
19
23
 
20
24
  > .k-panelbar-header > .k-link {
@@ -4,4 +4,8 @@
4
4
 
5
5
  @mixin kendo-slider--layout() {
6
6
  @include kendo-slider--layout-base();
7
+
8
+ .k-slider {
9
+ gap: $kendo-slider-draghandle-size;
10
+ }
7
11
  }
@@ -9,23 +9,6 @@
9
9
  @mixin kendo-tabstrip--layout() {
10
10
  @include kendo-tabstrip--layout-base();
11
11
 
12
- .k-tabstrip {
13
-
14
- // TabStrip sizes
15
- @each $size, $size-props in $kendo-tabstrip-sizes {
16
- $_item-padding-x: map.get( $size-props, item-padding-x );
17
-
18
- #{k-when-default($kendo-tabstrip-default-size, $size)}
19
- &.k-tabstrip-#{$size} {
20
- .k-tabstrip-items {
21
- .k-item-actions {
22
- margin-inline-end: calc( #{$_item-padding-x} / 1.5 );
23
- }
24
- }
25
- }
26
- }
27
- }
28
-
29
12
  .k-tabstrip-items-wrapper {
30
13
  .k-tabstrip-item,
31
14
  .k-item {
@@ -79,21 +79,24 @@ $kendo-tabstrip-item-border-radius: k-border-radius(xl) !default;
79
79
  /// The gap between the TabStrip items.
80
80
  /// @group tabstrip
81
81
  $kendo-tabstrip-item-gap: k-spacing(0) !default;
82
+ /// The horizontal spacing of the TabStrip items.
83
+ /// @group tabstrip
84
+ $kendo-tabstrip-item-spacing-x: k-spacing(1) !default;
82
85
  /// The horizontal padding of the small TabStrip items.
83
86
  /// @group tabstrip
84
- $kendo-tabstrip-sm-item-padding-x: k-spacing(3) !default;
87
+ $kendo-tabstrip-sm-item-padding-x: k-spacing(2) !default;
85
88
  /// The vertical padding of the small TabStrip items.
86
89
  /// @group tabstrip
87
90
  $kendo-tabstrip-sm-item-padding-y: k-spacing(1) !default;
88
91
  /// The horizontal padding of the medium TabStrip items.
89
92
  /// @group tabstrip
90
- $kendo-tabstrip-md-item-padding-x: k-spacing(3) !default;
93
+ $kendo-tabstrip-md-item-padding-x: k-spacing(2) !default;
91
94
  /// The vertical padding of the medium TabStrip items.
92
95
  /// @group tabstrip
93
96
  $kendo-tabstrip-md-item-padding-y: k-spacing(2) !default;
94
97
  /// The horizontal padding of the large TabStrip items.
95
98
  /// @group tabstrip
96
- $kendo-tabstrip-lg-item-padding-x: k-spacing(3) !default;
99
+ $kendo-tabstrip-lg-item-padding-x: k-spacing(2) !default;
97
100
  /// The vertical padding of the large TabStrip items.
98
101
  /// @group tabstrip
99
102
  $kendo-tabstrip-lg-item-padding-y: k-spacing(2.5) !default;
@@ -237,6 +240,7 @@ $kendo-tabstrip-item-focus-outline-offset: 3px !default;
237
240
  $kendo-tabstrip-item-border-width: $kendo-tabstrip-item-border-width,
238
241
  $kendo-tabstrip-item-border-radius: $kendo-tabstrip-item-border-radius,
239
242
  $kendo-tabstrip-item-gap: $kendo-tabstrip-item-gap,
243
+ $kendo-tabstrip-item-spacing-x: $kendo-tabstrip-item-spacing-x,
240
244
  $kendo-tabstrip-sm-item-padding-x: $kendo-tabstrip-sm-item-padding-x,
241
245
  $kendo-tabstrip-sm-item-padding-y: $kendo-tabstrip-sm-item-padding-y,
242
246
  $kendo-tabstrip-md-item-padding-x: $kendo-tabstrip-md-item-padding-x,
@@ -14,7 +14,8 @@
14
14
  }
15
15
 
16
16
  .k-window-actions,
17
- .k-window-content {
17
+ .k-window-content,
18
+ .k-prompt-container {
18
19
  background-color: $kendo-window-bg;
19
20
  }
20
21
  }