@lookiero/checkout 3.7.0-beta.0 → 3.7.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 (95) hide show
  1. package/dist/infrastructure/ui/components/organisms/checkoutQuestions/CheckoutQuestion.js +1 -1
  2. package/dist/infrastructure/ui/components/organisms/checkoutQuestions/components/CheckoutQuestionItem.d.ts +0 -1
  3. package/dist/infrastructure/ui/components/organisms/checkoutQuestions/components/buttonCheckoutQuestionItem/ButtonCheckoutQuestionItem.js +2 -2
  4. package/dist/infrastructure/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/IconCheckoutQuestionItem.js +3 -3
  5. package/dist/infrastructure/ui/components/organisms/checkoutQuestions/components/textareaCheckoutQuestionItem/TextareaCheckoutQuestionItem.js +2 -2
  6. package/dist/infrastructure/ui/components/organisms/returnQuestions/ReturnQuestion.js +1 -1
  7. package/dist/infrastructure/ui/components/organisms/returnQuestions/components/ReturnQuestionItem.d.ts +0 -1
  8. package/dist/infrastructure/ui/components/organisms/returnQuestions/components/hostSelectReturnQuestionItem/HostSelectReturnQuestionItem.js +2 -2
  9. package/dist/infrastructure/ui/components/organisms/returnQuestions/components/optionReturnQuestionItem/OptionReturnQuestionItem.js +2 -2
  10. package/dist/infrastructure/ui/components/organisms/returnQuestions/components/textareaReturnQuestionItem/TextareaReturnQuestionItem.js +2 -2
  11. package/dist/infrastructure/ui/views/feedback/components/checkoutQuestionsForm/CheckoutQuestionsForm.js +1 -1
  12. package/dist/infrastructure/ui/views/item/components/itemActions/ItemActions.js +2 -2
  13. package/dist/infrastructure/ui/views/item/components/returnQuestionsForm/ReturnQuestionsForm.js +1 -1
  14. package/dist/infrastructure/ui/views/summary/components/pricing/Pricing.js +2 -2
  15. package/dist/shared/notifications/infrastructure/ui/components/modalNotifications/ModalNotificationItem.js +1 -1
  16. package/dist/shared/ui/components/atoms/input/Input.js +2 -2
  17. package/dist/shared/ui/components/layouts/modal/Modal.js +1 -1
  18. package/dist/shared/ui/components/molecules/selectField/SelectField.js +3 -3
  19. package/package.json +1 -1
  20. package/dist/domain/checkoutBooking/event/createNotificationWhenCheckoutBookingExpired.d.ts +0 -6
  21. package/dist/domain/checkoutBooking/event/createNotificationWhenCheckoutBookingExpired.js +0 -13
  22. package/dist/infrastructure/domain/uiSetting/react/useIncrementIntroShownCount.d.ts +0 -10
  23. package/dist/infrastructure/domain/uiSetting/react/useIncrementIntroShownCount.js +0 -11
  24. package/dist/infrastructure/projection/uiSetting/react/useShouldIntroBeShown.d.ts +0 -6
  25. package/dist/infrastructure/projection/uiSetting/react/useShouldIntroBeShown.js +0 -7
  26. package/dist/infrastructure/projection/uiSetting/react/useViewIntroShownCount.d.ts +0 -6
  27. package/dist/infrastructure/projection/uiSetting/react/useViewIntroShownCount.js +0 -9
  28. package/dist/infrastructure/ui/components/templates/SafeAreaScrollView.d.ts +0 -13
  29. package/dist/infrastructure/ui/components/templates/SafeAreaScrollView.js +0 -19
  30. package/dist/infrastructure/ui/components/templates/SafeAreaScrollView.style.ts.d.ts +0 -6
  31. package/dist/infrastructure/ui/components/templates/SafeAreaScrollView.style.ts.js +0 -7
  32. package/dist/infrastructure/ui/components/templates/header/header/Header.d.ts +0 -3
  33. package/dist/infrastructure/ui/components/templates/header/header/Header.js +0 -10
  34. package/dist/infrastructure/ui/components/templates/header/header/Header.style.d.ts +0 -9
  35. package/dist/infrastructure/ui/components/templates/header/header/Header.style.js +0 -12
  36. package/dist/infrastructure/ui/components/templates/safeAreaScrollView/SafeAreaScrollView.d.ts +0 -13
  37. package/dist/infrastructure/ui/components/templates/safeAreaScrollView/SafeAreaScrollView.js +0 -19
  38. package/dist/infrastructure/ui/components/templates/safeAreaScrollView/SafeAreaScrollView.style.ts.d.ts +0 -6
  39. package/dist/infrastructure/ui/components/templates/safeAreaScrollView/SafeAreaScrollView.style.ts.js +0 -7
  40. package/dist/infrastructure/ui/hooks/usePaymentInstrumentUpdateEvents.d.ts +0 -2
  41. package/dist/infrastructure/ui/hooks/usePaymentInstrumentUpdateEvents.js +0 -28
  42. package/dist/infrastructure/ui/hooks/useToast.d.ts +0 -11
  43. package/dist/infrastructure/ui/hooks/useToast.js +0 -49
  44. package/dist/infrastructure/ui/views/checkout/components/checkoutSuccessModal/CheckoutSuccessModal.d.ts +0 -7
  45. package/dist/infrastructure/ui/views/checkout/components/checkoutSuccessModal/CheckoutSuccessModal.js +0 -25
  46. package/dist/infrastructure/ui/views/checkout/components/checkoutSuccessModal/CheckoutSuccessModal.style.d.ts +0 -16
  47. package/dist/infrastructure/ui/views/checkout/components/checkoutSuccessModal/CheckoutSuccessModal.style.js +0 -19
  48. package/dist/infrastructure/ui/views/intro/Intro.d.ts +0 -6
  49. package/dist/infrastructure/ui/views/intro/Intro.js +0 -52
  50. package/dist/infrastructure/ui/views/intro/Intro.style.d.ts +0 -52
  51. package/dist/infrastructure/ui/views/intro/Intro.style.js +0 -55
  52. package/dist/infrastructure/ui/views/item/Item.style.d.ts +0 -15
  53. package/dist/infrastructure/ui/views/item/Item.style.js +0 -18
  54. package/dist/infrastructure/ui/views/item/components/productVariant/ProductVariant.d.ts +0 -26
  55. package/dist/infrastructure/ui/views/item/components/productVariant/ProductVariant.js +0 -44
  56. package/dist/infrastructure/ui/views/item/components/productVariant/ProductVariant.style.d.ts +0 -45
  57. package/dist/infrastructure/ui/views/item/components/productVariant/ProductVariant.style.js +0 -53
  58. package/dist/infrastructure/ui/views/item/components/sizeChangeModal/SizeChangeModal.d.ts +0 -7
  59. package/dist/infrastructure/ui/views/item/components/sizeChangeModal/SizeChangeModal.js +0 -25
  60. package/dist/infrastructure/ui/views/item/components/sizeChangeModal/SizeChangeModal.style.d.ts +0 -16
  61. package/dist/infrastructure/ui/views/item/components/sizeChangeModal/SizeChangeModal.style.js +0 -19
  62. package/dist/infrastructure/ui/views/navigation/Navigation.d.ts +0 -21
  63. package/dist/infrastructure/ui/views/navigation/Navigation.js +0 -45
  64. package/dist/infrastructure/ui/views/navigation/Navigation.style.d.ts +0 -5
  65. package/dist/infrastructure/ui/views/navigation/Navigation.style.js +0 -30
  66. package/dist/infrastructure/ui/views/navigation/components/header/Header.d.ts +0 -46
  67. package/dist/infrastructure/ui/views/navigation/components/header/Header.js +0 -120
  68. package/dist/infrastructure/ui/views/navigation/components/header/Header.style.d.ts +0 -31
  69. package/dist/infrastructure/ui/views/navigation/components/header/Header.style.js +0 -34
  70. package/dist/infrastructure/ui/views/navigation/components/header/Logo.d.ts +0 -7
  71. package/dist/infrastructure/ui/views/navigation/components/header/Logo.js +0 -11
  72. package/dist/infrastructure/ui/views/navigation/components/header/Logo.style.d.ts +0 -7
  73. package/dist/infrastructure/ui/views/navigation/components/header/Logo.style.js +0 -8
  74. package/dist/infrastructure/ui/views/summary/components/checkoutItemsTabs/CheckoutItemsTabs.d.ts +0 -12
  75. package/dist/infrastructure/ui/views/summary/components/checkoutItemsTabs/CheckoutItemsTabs.js +0 -24
  76. package/dist/infrastructure/ui/views/summary/components/checkoutItemsTabs/CheckoutItemsTabs.style.d.ts +0 -15
  77. package/dist/infrastructure/ui/views/summary/components/checkoutItemsTabs/CheckoutItemsTabs.style.js +0 -18
  78. package/dist/shared/notifications/domain/notification/command/createNotification.d.ts +0 -17
  79. package/dist/shared/notifications/domain/notification/command/createNotification.js +0 -7
  80. package/dist/shared/notifications/infrastructure/domain/notification/react/useCreateNotification.d.ts +0 -21
  81. package/dist/shared/notifications/infrastructure/domain/notification/react/useCreateNotification.js +0 -22
  82. package/dist/shared/notifications/infrastructure/ui/components/NotificationItem.d.ts +0 -12
  83. package/dist/shared/notifications/infrastructure/ui/components/NotificationItem.js +0 -24
  84. package/dist/shared/notifications/infrastructure/ui/components/Notifications.d.ts +0 -9
  85. package/dist/shared/notifications/infrastructure/ui/components/Notifications.js +0 -20
  86. package/dist/shared/notifications/infrastructure/ui/components/Notifications.style.d.ts +0 -36
  87. package/dist/shared/notifications/infrastructure/ui/components/Notifications.style.js +0 -31
  88. package/dist/shared/tracking/infrastructure/usePageView.d.ts +0 -13
  89. package/dist/shared/tracking/infrastructure/usePageView.js +0 -27
  90. package/dist/shared/ui/components/atoms/error/Error.style.d.ts +0 -6
  91. package/dist/shared/ui/components/atoms/error/Error.style.js +0 -9
  92. package/dist/shared/ui/components/layouts/slider/Pagination.d.ts +0 -14
  93. package/dist/shared/ui/components/layouts/slider/Pagination.js +0 -11
  94. package/dist/shared/ui/components/layouts/slider/Pagination.style.d.ts +0 -23
  95. package/dist/shared/ui/components/layouts/slider/Pagination.style.js +0 -27
@@ -1,23 +0,0 @@
1
- declare const style: {
2
- active: {
3
- backgroundColor: string;
4
- };
5
- paginationContainer: {
6
- margin: number;
7
- };
8
- paginationItem: {
9
- backgroundColor: string;
10
- borderRadius: number;
11
- height: number;
12
- width: number;
13
- };
14
- paginationWrapper: {
15
- alignItems: "center";
16
- bottom: number;
17
- flexDirection: "row";
18
- justifyContent: "center";
19
- position: "absolute";
20
- width: string;
21
- };
22
- };
23
- export { style };
@@ -1,27 +0,0 @@
1
- import { StyleSheet } from "react-native";
2
- import { theme } from "../../../../../infrastructure/ui/theme/theme";
3
- const { colorGrayscaleS, colorGrayscaleXL } = theme();
4
- const DOT_SIZE = 8;
5
- const style = StyleSheet.create({
6
- active: {
7
- backgroundColor: colorGrayscaleXL,
8
- },
9
- paginationContainer: {
10
- margin: 3,
11
- },
12
- paginationItem: {
13
- backgroundColor: colorGrayscaleS,
14
- borderRadius: DOT_SIZE / 2,
15
- height: DOT_SIZE,
16
- width: DOT_SIZE,
17
- },
18
- paginationWrapper: {
19
- alignItems: "center",
20
- bottom: 10,
21
- flexDirection: "row",
22
- justifyContent: "center",
23
- position: "absolute",
24
- width: "100%",
25
- },
26
- });
27
- export { style };