@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.
- package/dist/infrastructure/projection/checkout/httpFirstAvailableCheckoutByCustomerIdView.js +7 -17
- package/dist/infrastructure/projection/checkout/httpIsCheckoutEnabledByCustomerIdView.js +6 -7
- package/dist/infrastructure/ui/shared/components/atoms/input/Input.d.ts +1 -0
- package/dist/infrastructure/ui/shared/components/atoms/input/Input.js +24 -15
- package/dist/infrastructure/ui/shared/components/atoms/input/Input.style.d.ts +3 -2
- package/dist/infrastructure/ui/shared/components/atoms/input/Input.style.js +5 -5
- package/dist/infrastructure/ui/shared/components/layouts/modal/Modal.js +1 -1
- package/dist/infrastructure/ui/shared/components/molecules/inputField/InputField.js +1 -1
- package/package.json +1 -1
- package/dist/infrastructure/delivery/_mock/bootstrap.mock.d.ts +0 -6
- package/dist/infrastructure/delivery/_mock/bootstrap.mock.js +0 -34
- package/dist/infrastructure/delivery/_mock/checkout.mock.d.ts +0 -9
- package/dist/infrastructure/delivery/_mock/checkout.mock.js +0 -46
- package/dist/infrastructure/domain/react/useBookSizeReplaceableProductVariantsForCheckoutItem.d.ts +0 -15
- package/dist/infrastructure/domain/react/useBookSizeReplaceableProductVariantsForCheckoutItem.js +0 -15
- package/dist/infrastructure/domain/react/useSetCheckoutIntroShown.d.ts +0 -10
- package/dist/infrastructure/domain/react/useSetCheckoutIntroShown.js +0 -9
- package/dist/infrastructure/domain/react/useUpdateUiSetting.d.ts +0 -14
- package/dist/infrastructure/domain/react/useUpdateUiSetting.js +0 -15
- package/dist/infrastructure/projection/httpBookedSizeReplaceableProductVariantsForCheckoutItemView.d.ts +0 -36
- package/dist/infrastructure/projection/httpBookedSizeReplaceableProductVariantsForCheckoutItemView.js +0 -30
- package/dist/infrastructure/projection/httpFirstAvailableCheckoutByCustomerIdView.d.ts +0 -60
- package/dist/infrastructure/projection/httpFirstAvailableCheckoutByCustomerIdView.js +0 -54
- package/dist/infrastructure/projection/httpFiveItemsDiscountByCustomerIdView.d.ts +0 -12
- package/dist/infrastructure/projection/httpFiveItemsDiscountByCustomerIdView.js +0 -7
- package/dist/infrastructure/projection/httpIsCheckoutEnabledByCustomerIdView.d.ts +0 -12
- package/dist/infrastructure/projection/httpIsCheckoutEnabledByCustomerIdView.js +0 -7
- package/dist/infrastructure/projection/react/useViewBookedSizeReplaceableProductVariantsForCheckoutItem.d.ts +0 -10
- package/dist/infrastructure/projection/react/useViewBookedSizeReplaceableProductVariantsForCheckoutItem.js +0 -9
- package/dist/infrastructure/projection/react/useViewCheckoutIntroShown.d.ts +0 -2
- package/dist/infrastructure/projection/react/useViewCheckoutIntroShown.js +0 -6
- package/dist/infrastructure/projection/react/useViewFirstAvailableCheckoutByCustomerId.d.ts +0 -10
- package/dist/infrastructure/projection/react/useViewFirstAvailableCheckoutByCustomerId.js +0 -9
- package/dist/infrastructure/projection/react/useViewFiveItemsDiscountByCustomerId.d.ts +0 -10
- package/dist/infrastructure/projection/react/useViewFiveItemsDiscountByCustomerId.js +0 -9
- package/dist/infrastructure/projection/react/useViewIsCheckoutAccessibleByCustomerId.d.ts +0 -10
- package/dist/infrastructure/projection/react/useViewIsCheckoutAccessibleByCustomerId.js +0 -9
- package/dist/infrastructure/projection/react/useViewUiSettingByKey.d.ts +0 -10
- package/dist/infrastructure/projection/react/useViewUiSettingByKey.js +0 -12
- package/dist/infrastructure/projection/storageUiSettingByKeyView.d.ts +0 -13
- package/dist/infrastructure/projection/storageUiSettingByKeyView.js +0 -15
- package/dist/infrastructure/ui/components/atoms/modal/Modal.d.ts +0 -7
- package/dist/infrastructure/ui/components/atoms/modal/Modal.js +0 -7
- package/dist/infrastructure/ui/components/atoms/modal/Modal.style.d.ts +0 -21
- package/dist/infrastructure/ui/components/atoms/modal/Modal.style.js +0 -24
- package/dist/infrastructure/ui/components/atoms/spinner/Spinner.d.ts +0 -3
- package/dist/infrastructure/ui/components/atoms/spinner/Spinner.js +0 -8
- package/dist/infrastructure/ui/components/atoms/spinner/Spinner.style.d.ts +0 -9
- package/dist/infrastructure/ui/components/atoms/spinner/Spinner.style.js +0 -10
- package/dist/infrastructure/ui/components/layouts/slider/Pagination.d.ts +0 -14
- package/dist/infrastructure/ui/components/layouts/slider/Pagination.js +0 -11
- package/dist/infrastructure/ui/components/layouts/slider/Pagination.style.d.ts +0 -23
- package/dist/infrastructure/ui/components/layouts/slider/Pagination.style.js +0 -27
- package/dist/infrastructure/ui/components/layouts/slider/Slider.d.ts +0 -20
- package/dist/infrastructure/ui/components/layouts/slider/Slider.js +0 -132
- package/dist/infrastructure/ui/components/layouts/slider/Slider.style.d.ts +0 -11
- package/dist/infrastructure/ui/components/layouts/slider/Slider.style.js +0 -12
- package/dist/infrastructure/ui/components/organisms/dropdown/Dropdown.d.ts +0 -15
- package/dist/infrastructure/ui/components/organisms/dropdown/Dropdown.js +0 -20
- package/dist/infrastructure/ui/components/organisms/dropdown/Dropdown.style.d.ts +0 -6
- package/dist/infrastructure/ui/components/organisms/dropdown/Dropdown.style.js +0 -9
- package/dist/infrastructure/ui/components/templates/SafeAreaScrollView.style.d.ts +0 -10
- package/dist/infrastructure/ui/components/templates/SafeAreaScrollView.style.js +0 -11
- package/dist/infrastructure/ui/views/item/components/actions/Actions.d.ts +0 -11
- package/dist/infrastructure/ui/views/item/components/actions/Actions.js +0 -24
- package/dist/infrastructure/ui/views/item/components/actions/Actions.style.d.ts +0 -20
- 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 };
|