@kiva/kv-components 4.3.1 → 4.3.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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.2](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@4.3.1...@kiva/kv-components@4.3.2) (2024-12-16)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * overflow fallback ([1cd05db](https://github.com/kiva/kv-ui-elements/commit/1cd05db96ccc96424e7c364fb49156acedb6d101))
12
+ * smooth out side sheet animation ([d65df74](https://github.com/kiva/kv-ui-elements/commit/d65df74824ef936fdcfc3f07870107a0676d194e))
13
+
14
+
15
+
16
+
17
+
6
18
  ## [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
19
 
8
20
 
@@ -11,10 +11,10 @@
11
11
  >
12
12
  <div
13
13
  class="tw-absolute tw-right-0 tw-h-full tw-transition-all tw-duration-300 tw-bg-white
14
- tw-overflow-hidden"
14
+ tw-overflow-y-auto tw-p-2"
15
15
  :class="{
16
- 'tw-w-0 tw-p-0 tw-delay-200 tw-opacity-0': !open,
17
- 'lg:tw-w-1/2 tw-w-full tw-p-2 tw-opacity-full': open,
16
+ 'tw-w-0 tw-delay-200 tw-opacity-0': !open,
17
+ 'lg:tw-w-1/2 tw-w-full tw-opacity-full': open,
18
18
  }"
19
19
  :style="modalStyles"
20
20
  >
@@ -30,6 +30,7 @@ const Template = (args, {
30
30
  >
31
31
  <div>
32
32
  Some content
33
+ <img src="https://www-kiva-org.freetls.fastly.net/img/w600h450/9673d0722a7675b9b8d11f90849d9b44.jpg" />
33
34
  </div>
34
35
  </kv-side-sheet>
35
36
  </div>`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-components",
3
- "version": "4.3.1",
3
+ "version": "4.3.2",
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": "d9c8a22eb715ff4d9f3a2ca655b610ea4ed69ddc"
99
+ "gitHead": "29c92acb642f33da757b1f896e2570ff67bc39d9"
100
100
  }
@@ -11,10 +11,10 @@
11
11
  >
12
12
  <div
13
13
  class="tw-absolute tw-right-0 tw-h-full tw-transition-all tw-duration-300 tw-bg-white
14
- tw-overflow-hidden"
14
+ tw-overflow-y-auto tw-p-2"
15
15
  :class="{
16
- 'tw-w-0 tw-p-0 tw-delay-200 tw-opacity-0': !open,
17
- 'lg:tw-w-1/2 tw-w-full tw-p-2 tw-opacity-full': open,
16
+ 'tw-w-0 tw-delay-200 tw-opacity-0': !open,
17
+ 'lg:tw-w-1/2 tw-w-full tw-opacity-full': open,
18
18
  }"
19
19
  :style="modalStyles"
20
20
  >
@@ -30,6 +30,7 @@ const Template = (args, {
30
30
  >
31
31
  <div>
32
32
  Some content
33
+ <img src="https://www-kiva-org.freetls.fastly.net/img/w600h450/9673d0722a7675b9b8d11f90849d9b44.jpg" />
33
34
  </div>
34
35
  </kv-side-sheet>
35
36
  </div>`,