@lookiero/checkout 0.2.27-beta.8 → 0.2.28

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 (67) hide show
  1. package/dist/infrastructure/projection/checkout/httpFirstAvailableCheckoutByCustomerIdView.js +7 -17
  2. package/dist/infrastructure/projection/checkout/httpIsCheckoutEnabledByCustomerIdView.js +6 -7
  3. package/dist/infrastructure/ui/shared/components/atoms/input/Input.d.ts +1 -0
  4. package/dist/infrastructure/ui/shared/components/atoms/input/Input.js +24 -15
  5. package/dist/infrastructure/ui/shared/components/atoms/input/Input.style.d.ts +3 -2
  6. package/dist/infrastructure/ui/shared/components/atoms/input/Input.style.js +5 -5
  7. package/dist/infrastructure/ui/shared/components/layouts/modal/Modal.js +1 -1
  8. package/dist/infrastructure/ui/shared/components/molecules/inputField/InputField.js +1 -1
  9. package/package.json +1 -1
  10. package/dist/infrastructure/delivery/_mock/bootstrap.mock.d.ts +0 -6
  11. package/dist/infrastructure/delivery/_mock/bootstrap.mock.js +0 -34
  12. package/dist/infrastructure/delivery/_mock/checkout.mock.d.ts +0 -9
  13. package/dist/infrastructure/delivery/_mock/checkout.mock.js +0 -46
  14. package/dist/infrastructure/domain/react/useBookSizeReplaceableProductVariantsForCheckoutItem.d.ts +0 -15
  15. package/dist/infrastructure/domain/react/useBookSizeReplaceableProductVariantsForCheckoutItem.js +0 -15
  16. package/dist/infrastructure/domain/react/useSetCheckoutIntroShown.d.ts +0 -10
  17. package/dist/infrastructure/domain/react/useSetCheckoutIntroShown.js +0 -9
  18. package/dist/infrastructure/domain/react/useUpdateUiSetting.d.ts +0 -14
  19. package/dist/infrastructure/domain/react/useUpdateUiSetting.js +0 -15
  20. package/dist/infrastructure/projection/httpBookedSizeReplaceableProductVariantsForCheckoutItemView.d.ts +0 -36
  21. package/dist/infrastructure/projection/httpBookedSizeReplaceableProductVariantsForCheckoutItemView.js +0 -30
  22. package/dist/infrastructure/projection/httpFirstAvailableCheckoutByCustomerIdView.d.ts +0 -60
  23. package/dist/infrastructure/projection/httpFirstAvailableCheckoutByCustomerIdView.js +0 -54
  24. package/dist/infrastructure/projection/httpFiveItemsDiscountByCustomerIdView.d.ts +0 -12
  25. package/dist/infrastructure/projection/httpFiveItemsDiscountByCustomerIdView.js +0 -7
  26. package/dist/infrastructure/projection/httpIsCheckoutEnabledByCustomerIdView.d.ts +0 -12
  27. package/dist/infrastructure/projection/httpIsCheckoutEnabledByCustomerIdView.js +0 -7
  28. package/dist/infrastructure/projection/react/useViewBookedSizeReplaceableProductVariantsForCheckoutItem.d.ts +0 -10
  29. package/dist/infrastructure/projection/react/useViewBookedSizeReplaceableProductVariantsForCheckoutItem.js +0 -9
  30. package/dist/infrastructure/projection/react/useViewCheckoutIntroShown.d.ts +0 -2
  31. package/dist/infrastructure/projection/react/useViewCheckoutIntroShown.js +0 -6
  32. package/dist/infrastructure/projection/react/useViewFirstAvailableCheckoutByCustomerId.d.ts +0 -10
  33. package/dist/infrastructure/projection/react/useViewFirstAvailableCheckoutByCustomerId.js +0 -9
  34. package/dist/infrastructure/projection/react/useViewFiveItemsDiscountByCustomerId.d.ts +0 -10
  35. package/dist/infrastructure/projection/react/useViewFiveItemsDiscountByCustomerId.js +0 -9
  36. package/dist/infrastructure/projection/react/useViewIsCheckoutAccessibleByCustomerId.d.ts +0 -10
  37. package/dist/infrastructure/projection/react/useViewIsCheckoutAccessibleByCustomerId.js +0 -9
  38. package/dist/infrastructure/projection/react/useViewUiSettingByKey.d.ts +0 -10
  39. package/dist/infrastructure/projection/react/useViewUiSettingByKey.js +0 -12
  40. package/dist/infrastructure/projection/storageUiSettingByKeyView.d.ts +0 -13
  41. package/dist/infrastructure/projection/storageUiSettingByKeyView.js +0 -15
  42. package/dist/infrastructure/ui/components/atoms/modal/Modal.d.ts +0 -7
  43. package/dist/infrastructure/ui/components/atoms/modal/Modal.js +0 -7
  44. package/dist/infrastructure/ui/components/atoms/modal/Modal.style.d.ts +0 -21
  45. package/dist/infrastructure/ui/components/atoms/modal/Modal.style.js +0 -24
  46. package/dist/infrastructure/ui/components/atoms/spinner/Spinner.d.ts +0 -3
  47. package/dist/infrastructure/ui/components/atoms/spinner/Spinner.js +0 -8
  48. package/dist/infrastructure/ui/components/atoms/spinner/Spinner.style.d.ts +0 -9
  49. package/dist/infrastructure/ui/components/atoms/spinner/Spinner.style.js +0 -10
  50. package/dist/infrastructure/ui/components/layouts/slider/Pagination.d.ts +0 -14
  51. package/dist/infrastructure/ui/components/layouts/slider/Pagination.js +0 -11
  52. package/dist/infrastructure/ui/components/layouts/slider/Pagination.style.d.ts +0 -23
  53. package/dist/infrastructure/ui/components/layouts/slider/Pagination.style.js +0 -27
  54. package/dist/infrastructure/ui/components/layouts/slider/Slider.d.ts +0 -20
  55. package/dist/infrastructure/ui/components/layouts/slider/Slider.js +0 -132
  56. package/dist/infrastructure/ui/components/layouts/slider/Slider.style.d.ts +0 -11
  57. package/dist/infrastructure/ui/components/layouts/slider/Slider.style.js +0 -12
  58. package/dist/infrastructure/ui/components/organisms/dropdown/Dropdown.d.ts +0 -15
  59. package/dist/infrastructure/ui/components/organisms/dropdown/Dropdown.js +0 -20
  60. package/dist/infrastructure/ui/components/organisms/dropdown/Dropdown.style.d.ts +0 -6
  61. package/dist/infrastructure/ui/components/organisms/dropdown/Dropdown.style.js +0 -9
  62. package/dist/infrastructure/ui/components/templates/SafeAreaScrollView.style.d.ts +0 -10
  63. package/dist/infrastructure/ui/components/templates/SafeAreaScrollView.style.js +0 -11
  64. package/dist/infrastructure/ui/views/item/components/actions/Actions.d.ts +0 -11
  65. package/dist/infrastructure/ui/views/item/components/actions/Actions.js +0 -24
  66. package/dist/infrastructure/ui/views/item/components/actions/Actions.style.d.ts +0 -20
  67. package/dist/infrastructure/ui/views/item/components/actions/Actions.style.js +0 -23
@@ -1,23 +0,0 @@
1
- import { StyleSheet } from "react-native";
2
- import { theme } from "../../../../theme/theme";
3
- const { spaceL } = theme();
4
- const style = StyleSheet.create({
5
- container: {
6
- padding: spaceL,
7
- width: "100%",
8
- },
9
- row: {
10
- alignItems: "center",
11
- flexDirection: "row",
12
- marginTop: spaceL,
13
- },
14
- dropdownContainer: {
15
- flex: 1,
16
- zIndex: 4,
17
- marginRight: spaceL,
18
- },
19
- returnButtonContainer: {
20
- flex: 1,
21
- },
22
- });
23
- export { style };