@shophost/react 2.0.48 → 2.0.49
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/admin-client.cjs +1 -1
- package/admin-client.js +924 -904
- package/lib/zod-v4-resolver.d.ts +3 -0
- package/package.json +3 -3
- package/react.css +1 -1
- package/storefront/translations/en.d.ts +4 -0
- package/storefront/translations/pl.d.ts +4 -0
|
@@ -133,6 +133,10 @@ export declare const enTranslations: {
|
|
|
133
133
|
pendingStatus: string;
|
|
134
134
|
confirmedStatus: string;
|
|
135
135
|
cancelledStatus: string;
|
|
136
|
+
bookingEnabled: string;
|
|
137
|
+
bookingEnabledDesc: string;
|
|
138
|
+
bookingDisabled: string;
|
|
139
|
+
bookingDisabledDesc: string;
|
|
136
140
|
poweredBy: string;
|
|
137
141
|
};
|
|
138
142
|
homepage: {
|
|
@@ -133,6 +133,10 @@ export declare const plTranslations: {
|
|
|
133
133
|
pendingStatus: string;
|
|
134
134
|
confirmedStatus: string;
|
|
135
135
|
cancelledStatus: string;
|
|
136
|
+
bookingEnabled: string;
|
|
137
|
+
bookingEnabledDesc: string;
|
|
138
|
+
bookingDisabled: string;
|
|
139
|
+
bookingDisabledDesc: string;
|
|
136
140
|
poweredBy: string;
|
|
137
141
|
};
|
|
138
142
|
homepage: {
|