@shophost/react 2.0.47 → 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.
@@ -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: {