@4alldigital/foundation-ui--core 3.8.1 → 3.9.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@4alldigital/foundation-ui--core",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.9.0",
|
|
4
4
|
"description": "Foundation UI Core Component Library (source distribution)",
|
|
5
5
|
"main": "src/index.ts",
|
|
6
6
|
"types": "src/index.ts",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
},
|
|
33
33
|
"author": "Joe Mewes",
|
|
34
34
|
"license": "MIT",
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "991b789a0fa6a5b5e000ccc41c90b7af7ecfd06c"
|
|
36
36
|
}
|
|
@@ -82,7 +82,7 @@ const Cart = ({ testID, isCheckout }: Props) => {
|
|
|
82
82
|
className="w-full p-0"
|
|
83
83
|
onClick={() => context?.handleItemClick?.(item.uuid)}>
|
|
84
84
|
<div className="flex gap-2 w-full">
|
|
85
|
-
<div className="relative max-w-32 flex flex-1 overflow-hidden rounded h-
|
|
85
|
+
<div className="relative max-w-32 flex flex-1 overflow-hidden rounded h-12">
|
|
86
86
|
<Image
|
|
87
87
|
src={item.image}
|
|
88
88
|
alt="item image"
|