@kiva/kv-components 3.89.0 → 3.89.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
+ ## [3.89.1](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@3.89.0...@kiva/kv-components@3.89.1) (2024-07-24)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * remove top margin from cart modal ([d789a53](https://github.com/kiva/kv-ui-elements/commit/d789a53b4ce498d1945d7160613af4d5e11431ab))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.89.0](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@3.88.1...@kiva/kv-components@3.89.0) (2024-07-23)
7
18
 
8
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-components",
3
- "version": "3.89.0",
3
+ "version": "3.89.1",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -82,5 +82,5 @@
82
82
  "optional": true
83
83
  }
84
84
  },
85
- "gitHead": "042c90f037f0b23407c5daacfcc8f7668bc17c2d"
85
+ "gitHead": "ffe94e4d7bb773db757012754b5a753dd32ecf51"
86
86
  }
@@ -353,7 +353,7 @@ export default {
353
353
  }
354
354
 
355
355
  .container {
356
- @apply tw-absolute tw-inset-0 md:tw-mt-9;
356
+ @apply tw-absolute tw-inset-0;
357
357
  }
358
358
 
359
359
  @screen md {