@kiva/kv-components 3.88.0 → 3.88.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.88.1](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@3.88.0...@kiva/kv-components@3.88.1) (2024-07-22)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * remove margin in cart modal ([3f40f9a](https://github.com/kiva/kv-ui-elements/commit/3f40f9a1239af24eb7c00359c2825d2d55edefa9))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.88.0](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@3.87.4...@kiva/kv-components@3.88.0) (2024-07-19)
7
18
 
8
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-components",
3
- "version": "3.88.0",
3
+ "version": "3.88.1",
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": "d23ee2a3e2e76af14e08d58028252fe9fe26d864"
84
+ "gitHead": "76a3892223c35267dfbe3a9f25a9b78e62a7b1f0"
85
85
  }
@@ -357,10 +357,6 @@ export default {
357
357
  }
358
358
 
359
359
  @screen md {
360
- .container {
361
- margin-right: 5%;
362
- }
363
-
364
360
  .modal {
365
361
  max-width: 24.5rem;
366
362
  }