@kiva/kv-components 4.0.0 → 4.1.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
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.1.0](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@4.0.1...@kiva/kv-components@4.1.0) (2024-12-02)
7
+
8
+
9
+ ### Features
10
+
11
+ * adjust sidesheet for mobile and tablet views ([21a6e6c](https://github.com/kiva/kv-ui-elements/commit/21a6e6ce193be8e200a292de4625175105b2cd1a))
12
+
13
+
14
+
15
+
16
+
17
+ ## [4.0.1](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@4.0.0...@kiva/kv-components@4.0.1) (2024-12-02)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * removing margin and fixed position ([7c6c8ea](https://github.com/kiva/kv-ui-elements/commit/7c6c8eac840359cbf22b9d36f01115db96305f55))
23
+
24
+
25
+
26
+
27
+
6
28
  # [4.0.0](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@3.109.4...@kiva/kv-components@4.0.0) (2024-11-27)
7
29
 
8
30
 
@@ -1,8 +1,8 @@
1
1
  <template>
2
2
  <div
3
3
  v-if="visible"
4
- class="tw-hidden lg:tw-block tw-fixed tw-inset-0
5
- tw-bg-black tw-transition-all tw-duration-150 tw-z-modal tw-mt-8"
4
+ class="tw-block tw-absolute tw-inset-0
5
+ tw-bg-black tw-transition-all tw-duration-150 tw-z-modal"
6
6
  :class="{
7
7
  'tw-bg-opacity-0 tw-delay-300': !open,
8
8
  'tw-bg-opacity-low': open,
@@ -13,7 +13,7 @@
13
13
  class="tw-absolute tw-right-0 tw-h-full tw-transition-all tw-duration-300 tw-bg-white"
14
14
  :class="{
15
15
  'tw-w-0 tw-p-0 tw-delay-200': !open,
16
- 'tw-w-1/2 tw-p-2': open,
16
+ 'lg:tw-w-1/2 tw-w-full tw-p-2': open,
17
17
  }"
18
18
  >
19
19
  <div class="tw-flex tw-justify-between">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-components",
3
- "version": "4.0.0",
3
+ "version": "4.1.0",
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": "cad407cb7dbc741fc858a91aed0b481e0c586bd8"
99
+ "gitHead": "e954e011b7acc2fbfe1ff1c294709aa5dd0b98fa"
100
100
  }
@@ -1,8 +1,8 @@
1
1
  <template>
2
2
  <div
3
3
  v-if="visible"
4
- class="tw-hidden lg:tw-block tw-fixed tw-inset-0
5
- tw-bg-black tw-transition-all tw-duration-150 tw-z-modal tw-mt-8"
4
+ class="tw-block tw-absolute tw-inset-0
5
+ tw-bg-black tw-transition-all tw-duration-150 tw-z-modal"
6
6
  :class="{
7
7
  'tw-bg-opacity-0 tw-delay-300': !open,
8
8
  'tw-bg-opacity-low': open,
@@ -13,7 +13,7 @@
13
13
  class="tw-absolute tw-right-0 tw-h-full tw-transition-all tw-duration-300 tw-bg-white"
14
14
  :class="{
15
15
  'tw-w-0 tw-p-0 tw-delay-200': !open,
16
- 'tw-w-1/2 tw-p-2': open,
16
+ 'lg:tw-w-1/2 tw-w-full tw-p-2': open,
17
17
  }"
18
18
  >
19
19
  <div class="tw-flex tw-justify-between">