@akinon/pz-basket-gift-pack 2.0.0-beta.5 → 2.0.0-beta.7

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-basket-gift-pack
2
2
 
3
+ ## 2.0.0-beta.7
4
+
5
+ ## 2.0.0-beta.6
6
+
7
+ ### Minor Changes
8
+
9
+ - 8f05f9b: ZERO-3250: Beta branch synchronized with Main branch
10
+
3
11
  ## 2.0.0-beta.5
4
12
 
5
13
  ## 2.0.0-beta.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-basket-gift-pack",
3
- "version": "2.0.0-beta.5",
3
+ "version": "2.0.0-beta.7",
4
4
  "license": "MIT",
5
5
  "main": "src/index.tsx",
6
6
  "peerDependencies": {
package/src/index.tsx CHANGED
@@ -157,7 +157,7 @@ export const BasketGiftPack = ({
157
157
  </div>
158
158
  )}
159
159
  <textarea
160
- className="w-full border border-solid border-[#4a4f53] p-4 placeholder:text-[0.75rem] placeholder:text-[#c8c9c8] outline-none text-[0.75rem]"
160
+ className="w-full border border-solid border-[#4a4f53] p-4 placeholder:text-[0.75rem] placeholder:text-[#c8c9c8] outline-hidden text-[0.75rem]"
161
161
  rows={7}
162
162
  name="message"
163
163
  value={note !== defaultMessage ? note : ' '}