@kiva/kv-components 4.3.0 → 4.3.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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [4.3.1](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@4.3.0...@kiva/kv-components@4.3.1) (2024-12-11)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * resolve issue when screen size is changed and opening behavior changes ([c51d62e](https://github.com/kiva/kv-ui-elements/commit/c51d62e6b2f4efaee4ddcb6efa33cfe9523fd69f))
12
+
13
+
14
+
15
+
16
+
6
17
  # [4.3.0](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@4.2.2...@kiva/kv-components@4.3.0) (2024-12-10)
7
18
 
8
19
 
@@ -184,6 +184,8 @@ export default {
184
184
  transition: 'all 0.5s ease-in-out',
185
185
  };
186
186
  }, 10);
187
+ } else {
188
+ modalStyles.value = {};
187
189
  }
188
190
  }
189
191
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-components",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -96,5 +96,5 @@
96
96
  "peerDependencies": {
97
97
  "vue": ">=3.0.0"
98
98
  },
99
- "gitHead": "59cde71cb180af5440ab3ac7792ae58ea12eb843"
99
+ "gitHead": "d9c8a22eb715ff4d9f3a2ca655b610ea4ed69ddc"
100
100
  }
@@ -184,6 +184,8 @@ export default {
184
184
  transition: 'all 0.5s ease-in-out',
185
185
  };
186
186
  }, 10);
187
+ } else {
188
+ modalStyles.value = {};
187
189
  }
188
190
  }
189
191
  });