@timardex/cluemart-shared 1.4.38 → 1.4.39
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/dist/hooks/index.cjs +2 -2
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +2 -2
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/hooks/index.cjs
CHANGED
|
@@ -4615,7 +4615,7 @@ var defaultVendorInfoFormValues = {
|
|
|
4615
4615
|
product: {
|
|
4616
4616
|
foodFlavors: [],
|
|
4617
4617
|
packaging: [],
|
|
4618
|
-
priceRange: { max: "
|
|
4618
|
+
priceRange: { max: "", min: "" },
|
|
4619
4619
|
producedIn: []
|
|
4620
4620
|
},
|
|
4621
4621
|
requirements: {
|
|
@@ -4624,7 +4624,7 @@ var defaultVendorInfoFormValues = {
|
|
|
4624
4624
|
table: { details: null, isRequired: false }
|
|
4625
4625
|
},
|
|
4626
4626
|
stallInfo: {
|
|
4627
|
-
size: { depth: "
|
|
4627
|
+
size: { depth: "", width: "" }
|
|
4628
4628
|
},
|
|
4629
4629
|
vendorId: ""
|
|
4630
4630
|
};
|