@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/index.cjs
CHANGED
|
@@ -7027,7 +7027,7 @@ var defaultVendorInfoFormValues = {
|
|
|
7027
7027
|
product: {
|
|
7028
7028
|
foodFlavors: [],
|
|
7029
7029
|
packaging: [],
|
|
7030
|
-
priceRange: { max: "
|
|
7030
|
+
priceRange: { max: "", min: "" },
|
|
7031
7031
|
producedIn: []
|
|
7032
7032
|
},
|
|
7033
7033
|
requirements: {
|
|
@@ -7036,7 +7036,7 @@ var defaultVendorInfoFormValues = {
|
|
|
7036
7036
|
table: { details: null, isRequired: false }
|
|
7037
7037
|
},
|
|
7038
7038
|
stallInfo: {
|
|
7039
|
-
size: { depth: "
|
|
7039
|
+
size: { depth: "", width: "" }
|
|
7040
7040
|
},
|
|
7041
7041
|
vendorId: ""
|
|
7042
7042
|
};
|