@loczer/storefront-sdk 0.196.0 → 0.198.0
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/chunks/pkg/ui/dist/{MorphingModalWizard-j1CgFGLe.js → MorphingModalWizard-DOH1GYVR.js} +1 -0
- package/dist/components/BikeProductCard/index.d.ts +2 -1
- package/dist/components/BikeProductCard/index.d.ts.map +1 -1
- package/dist/components/BikeProductCard/index.js +23 -23
- package/dist/components/BookingBikeQuickAddCard/index.d.ts +19 -0
- package/dist/components/BookingBikeQuickAddCard/index.d.ts.map +1 -0
- package/dist/components/BookingBikeQuickAddCard/index.js +174 -0
- package/dist/components/BookingBikeVariantDialog/index.d.ts +5 -2
- package/dist/components/BookingBikeVariantDialog/index.d.ts.map +1 -1
- package/dist/components/BookingBikeVariantDialog/index.js +76 -90
- package/dist/components/BookingPeriodSelector/components/BookingEndDateField.js +1 -1
- package/dist/components/BookingPeriodSelector/components/BookingEndTimeField.js +3 -3
- package/dist/components/BookingPeriodSelector/components/BookingStartDateField.js +1 -1
- package/dist/components/BookingPeriodSelector/components/BookingStartTimeField.js +3 -3
- package/dist/components/BookingPeriodSelector/components/BookingTimeSlotsStatus.d.ts.map +1 -1
- package/dist/components/BookingPeriodSelector/components/BookingTimeSlotsStatus.js +4 -4
- package/dist/components/BookingPeriodSelector/components/internal/BookingHourPickerField.d.ts +1 -1
- package/dist/components/BookingPeriodSelector/components/internal/BookingHourPickerField.d.ts.map +1 -1
- package/dist/components/BookingPeriodSelector/components/internal/BookingHourPickerField.js +6 -20
- package/dist/components/BookingPeriodSelector/components/internal/StorefrontHourPickerField.d.ts +0 -2
- package/dist/components/BookingPeriodSelector/components/internal/StorefrontHourPickerField.d.ts.map +1 -1
- package/dist/components/BookingPeriodSelector/components/internal/StorefrontHourPickerField.js +163 -179
- package/dist/components/PlatformFooter/index.js +1 -1
- package/dist/i18n/en.d.ts +2 -0
- package/dist/i18n/en.d.ts.map +1 -1
- package/dist/i18n/en.js +2 -0
- package/dist/i18n/fr.d.ts +2 -0
- package/dist/i18n/fr.d.ts.map +1 -1
- package/dist/i18n/fr.js +2 -0
- package/dist/index.d.ts +4 -2
- package/dist/pages/BookingPage.d.ts.map +1 -1
- package/dist/pages/BookingPage.js +310 -388
- package/dist/pages/ErrorPage.d.ts.map +1 -1
- package/dist/pages/ErrorPage.js +13 -13
- package/dist/pages/NotFoundPage.js +1 -1
- package/dist/pages/checkout/components/CheckoutPaymentSummaryCard.js +1 -1
- package/dist/storefront.css +1 -1
- package/dist/ui/button.js +3 -3
- package/package.json +2 -1
package/dist/i18n/fr.d.ts
CHANGED
|
@@ -415,6 +415,8 @@ export declare const storefront: {
|
|
|
415
415
|
error_description: string;
|
|
416
416
|
not_found_title: string;
|
|
417
417
|
not_found_description: string;
|
|
418
|
+
generic_not_found_title: string;
|
|
419
|
+
generic_not_found_description: string;
|
|
418
420
|
store_not_found_title: string;
|
|
419
421
|
store_not_found_description: string;
|
|
420
422
|
store_moved_title: string;
|
package/dist/i18n/fr.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../src/i18n/fr.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../src/i18n/fr.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0ctB,CAAA"}
|
package/dist/i18n/fr.js
CHANGED
|
@@ -416,6 +416,8 @@ var e = {
|
|
|
416
416
|
error_description: "Impossible de charger cette page. Veuillez réessayer.",
|
|
417
417
|
not_found_title: "Page introuvable",
|
|
418
418
|
not_found_description: "Cette page n'existe pas pour ce magasin.",
|
|
419
|
+
generic_not_found_title: "404 - Page introuvable",
|
|
420
|
+
generic_not_found_description: "Désolé, la page que vous recherchez n'existe pas.",
|
|
419
421
|
store_not_found_title: "Vitrine introuvable",
|
|
420
422
|
store_not_found_description: "Nous ne trouvons aucune boutique à cette adresse.",
|
|
421
423
|
store_moved_title: "Cette boutique a déménagé",
|
package/dist/index.d.ts
CHANGED
|
@@ -2010,8 +2010,6 @@ declare type HeaderProps = {
|
|
|
2010
2010
|
declare type HourPickerOption = {
|
|
2011
2011
|
value: string;
|
|
2012
2012
|
label: string;
|
|
2013
|
-
selectedLabel?: React_2.ReactNode;
|
|
2014
|
-
compactSelectedLabel?: React_2.ReactNode;
|
|
2015
2013
|
disabled?: boolean;
|
|
2016
2014
|
description?: React_2.ReactNode;
|
|
2017
2015
|
};
|
|
@@ -4195,6 +4193,8 @@ export declare const storefrontEn: {
|
|
|
4195
4193
|
error_description: string;
|
|
4196
4194
|
not_found_title: string;
|
|
4197
4195
|
not_found_description: string;
|
|
4196
|
+
generic_not_found_title: string;
|
|
4197
|
+
generic_not_found_description: string;
|
|
4198
4198
|
store_not_found_title: string;
|
|
4199
4199
|
store_not_found_description: string;
|
|
4200
4200
|
store_moved_title: string;
|
|
@@ -4685,6 +4685,8 @@ export declare const storefrontFr: {
|
|
|
4685
4685
|
error_description: string;
|
|
4686
4686
|
not_found_title: string;
|
|
4687
4687
|
not_found_description: string;
|
|
4688
|
+
generic_not_found_title: string;
|
|
4689
|
+
generic_not_found_description: string;
|
|
4688
4690
|
store_not_found_title: string;
|
|
4689
4691
|
store_not_found_description: string;
|
|
4690
4692
|
store_moved_title: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BookingPage.d.ts","sourceRoot":"","sources":["../../src/pages/BookingPage.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BookingPage.d.ts","sourceRoot":"","sources":["../../src/pages/BookingPage.tsx"],"names":[],"mappings":"AAoMA,MAAM,CAAC,OAAO,UAAU,WAAW,4CAqnBlC"}
|