@akinon/pz-click-collect 2.0.0-beta.4 → 2.0.0-beta.6

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
@@ -1,5 +1,13 @@
1
1
  # @akinon/pz-click-collect
2
2
 
3
+ ## 2.0.0-beta.6
4
+
5
+ ### Minor Changes
6
+
7
+ - 8f05f9b: ZERO-3250: Beta branch synchronized with Main branch
8
+
9
+ ## 2.0.0-beta.5
10
+
3
11
  ## 2.0.0-beta.4
4
12
 
5
13
  ## 2.0.0-beta.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-click-collect",
3
- "version": "2.0.0-beta.4",
3
+ "version": "2.0.0-beta.6",
4
4
  "main": "./src/index.tsx",
5
5
  "module": "./src/index.tsx",
6
6
  "license": "MIT",
package/src/index.tsx CHANGED
@@ -247,7 +247,7 @@ export function ClickCollect({
247
247
  !isActive && handleActive();
248
248
  }}
249
249
  className={clsx(
250
- 'relative w-full min-h-[8rem] border shadow p-4',
250
+ 'relative w-full min-h-[8rem] border border-gray-200 shadow-sm p-4',
251
251
  "hover:after:content-[''] hover:after:border-4 hover:after:opacity-30 hover:after:transition-opacity",
252
252
  'after:border-secondary-400 after:absolute after:inset-0 after:opacity-0 after:duration-150 after:-z-10'
253
253
  )}