@kiva/kv-components 3.87.2 → 3.87.3

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.87.3](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@3.87.2...@kiva/kv-components@3.87.3) (2024-07-16)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * set full width for cart modal in tablet ([e04445a](https://github.com/kiva/kv-ui-elements/commit/e04445a14cace3c6b3988a95dd2114b44bf7828b))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [3.87.2](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@3.87.1...@kiva/kv-components@3.87.2) (2024-07-16)
7
18
 
8
19
  **Note:** Version bump only for package @kiva/kv-components
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-components",
3
- "version": "3.87.2",
3
+ "version": "3.87.3",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -81,5 +81,5 @@
81
81
  "optional": true
82
82
  }
83
83
  },
84
- "gitHead": "d7816e2e391a772b64f2487e964dea078f9e2b29"
84
+ "gitHead": "99b5af537255fc539c78039e42970be595be6ea6"
85
85
  }
@@ -340,7 +340,6 @@ export default {
340
340
 
341
341
  .modal {
342
342
  @apply tw-bg-primary md:tw-absolute md:tw-right-0 tw-w-full tw-rounded-b;
343
- max-width: 30rem;
344
343
  max-height: 90%;
345
344
  }
346
345