@knime/hub-features 1.14.5 → 1.14.7

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/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @knime/hub-features
2
2
 
3
+ ## 1.14.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 7942e54: Minor UI fix to Version Panel header
8
+
9
+ ## 1.14.6
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [712590e]
14
+ - @knime/styles@1.13.0
15
+ - @knime/components@1.37.4
16
+ - @knime/utils@1.5.8
17
+
3
18
  ## 1.14.5
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knime/hub-features",
3
- "version": "1.14.5",
3
+ "version": "1.14.7",
4
4
  "description": "Vue components & composables for shared hub features",
5
5
  "homepage": "https://knime.github.io/webapps-common/",
6
6
  "license": "GPL 3 and Additional Permissions according to Sec. 7 (SEE the file LICENSE)",
@@ -31,9 +31,9 @@
31
31
  "lodash-es": "4.17.21",
32
32
  "ofetch": "^1.4.1",
33
33
  "typescript": "^5.8.3",
34
- "@knime/components": "1.37.3",
35
- "@knime/styles": "1.12.1",
36
- "@knime/utils": "1.5.7"
34
+ "@knime/components": "1.37.4",
35
+ "@knime/styles": "1.13.0",
36
+ "@knime/utils": "1.5.8"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "consola": "3.x",
@@ -146,7 +146,6 @@ const closeLabelPopovers = throttle(() => {
146
146
  & .header {
147
147
  background-color: var(--knime-white);
148
148
  z-index: 2;
149
- box-shadow: var(--shadow-elevation-1);
150
149
  padding: 32px 30px 30px;
151
150
 
152
151
  & h4 {