@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.
Files changed (39) hide show
  1. package/dist/chunks/pkg/ui/dist/{MorphingModalWizard-j1CgFGLe.js → MorphingModalWizard-DOH1GYVR.js} +1 -0
  2. package/dist/components/BikeProductCard/index.d.ts +2 -1
  3. package/dist/components/BikeProductCard/index.d.ts.map +1 -1
  4. package/dist/components/BikeProductCard/index.js +23 -23
  5. package/dist/components/BookingBikeQuickAddCard/index.d.ts +19 -0
  6. package/dist/components/BookingBikeQuickAddCard/index.d.ts.map +1 -0
  7. package/dist/components/BookingBikeQuickAddCard/index.js +174 -0
  8. package/dist/components/BookingBikeVariantDialog/index.d.ts +5 -2
  9. package/dist/components/BookingBikeVariantDialog/index.d.ts.map +1 -1
  10. package/dist/components/BookingBikeVariantDialog/index.js +76 -90
  11. package/dist/components/BookingPeriodSelector/components/BookingEndDateField.js +1 -1
  12. package/dist/components/BookingPeriodSelector/components/BookingEndTimeField.js +3 -3
  13. package/dist/components/BookingPeriodSelector/components/BookingStartDateField.js +1 -1
  14. package/dist/components/BookingPeriodSelector/components/BookingStartTimeField.js +3 -3
  15. package/dist/components/BookingPeriodSelector/components/BookingTimeSlotsStatus.d.ts.map +1 -1
  16. package/dist/components/BookingPeriodSelector/components/BookingTimeSlotsStatus.js +4 -4
  17. package/dist/components/BookingPeriodSelector/components/internal/BookingHourPickerField.d.ts +1 -1
  18. package/dist/components/BookingPeriodSelector/components/internal/BookingHourPickerField.d.ts.map +1 -1
  19. package/dist/components/BookingPeriodSelector/components/internal/BookingHourPickerField.js +6 -20
  20. package/dist/components/BookingPeriodSelector/components/internal/StorefrontHourPickerField.d.ts +0 -2
  21. package/dist/components/BookingPeriodSelector/components/internal/StorefrontHourPickerField.d.ts.map +1 -1
  22. package/dist/components/BookingPeriodSelector/components/internal/StorefrontHourPickerField.js +163 -179
  23. package/dist/components/PlatformFooter/index.js +1 -1
  24. package/dist/i18n/en.d.ts +2 -0
  25. package/dist/i18n/en.d.ts.map +1 -1
  26. package/dist/i18n/en.js +2 -0
  27. package/dist/i18n/fr.d.ts +2 -0
  28. package/dist/i18n/fr.d.ts.map +1 -1
  29. package/dist/i18n/fr.js +2 -0
  30. package/dist/index.d.ts +4 -2
  31. package/dist/pages/BookingPage.d.ts.map +1 -1
  32. package/dist/pages/BookingPage.js +310 -388
  33. package/dist/pages/ErrorPage.d.ts.map +1 -1
  34. package/dist/pages/ErrorPage.js +13 -13
  35. package/dist/pages/NotFoundPage.js +1 -1
  36. package/dist/pages/checkout/components/CheckoutPaymentSummaryCard.js +1 -1
  37. package/dist/storefront.css +1 -1
  38. package/dist/ui/button.js +3 -3
  39. 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;
@@ -1 +1 @@
1
- {"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../src/i18n/fr.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwctB,CAAA"}
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":"AA4QA,MAAM,CAAC,OAAO,UAAU,WAAW,4CAsoBlC"}
1
+ {"version":3,"file":"BookingPage.d.ts","sourceRoot":"","sources":["../../src/pages/BookingPage.tsx"],"names":[],"mappings":"AAoMA,MAAM,CAAC,OAAO,UAAU,WAAW,4CAqnBlC"}