@lookiero/checkout 0.2.23 → 0.2.25
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/ui/Root.js +1 -1
- package/dist/infrastructure/ui/components/atoms/modal/Modal.style.d.ts +2 -2
- package/dist/infrastructure/ui/components/atoms/modal/Modal.style.js +2 -2
- package/dist/infrastructure/ui/components/atoms/price/Price.js +2 -2
- package/dist/infrastructure/ui/components/atoms/price/Price.style.d.ts +4 -4
- package/dist/infrastructure/ui/components/atoms/price/Price.style.js +4 -4
- package/dist/infrastructure/ui/components/layouts/body/Body.style.d.ts +3 -3
- package/dist/infrastructure/ui/components/layouts/body/Body.style.js +3 -3
- package/dist/infrastructure/ui/components/organisms/returnQuestions/ReturnQuestion.js +2 -2
- package/dist/infrastructure/ui/components/organisms/returnQuestions/ReturnQuestions.js +1 -1
- package/dist/infrastructure/ui/components/organisms/returnQuestions/components/hostDefaultReturnQuestionItem/HostDefaultReturnQuestionItem.style.d.ts +1 -1
- package/dist/infrastructure/ui/components/organisms/returnQuestions/components/hostDefaultReturnQuestionItem/HostDefaultReturnQuestionItem.style.js +1 -1
- package/dist/infrastructure/ui/components/organisms/returnQuestions/components/hostSelectReturnQuestionItem/HostSelectReturnQuestionItem.js +14 -10
- package/dist/infrastructure/ui/components/organisms/returnQuestions/components/hostStackReturnQuestionItem/HostStackReturnQuestionItem.js +13 -19
- package/dist/infrastructure/ui/components/organisms/returnQuestions/components/hostStackReturnQuestionItem/HostStackReturnQuestionItem.style.d.ts +4 -10
- package/dist/infrastructure/ui/components/organisms/returnQuestions/components/hostStackReturnQuestionItem/HostStackReturnQuestionItem.style.js +5 -14
- package/dist/infrastructure/ui/components/organisms/returnQuestions/components/optionReturnQuestionItem/OptionReturnQuestionItem.js +1 -1
- package/dist/infrastructure/ui/components/organisms/returnQuestions/components/optionReturnQuestionItem/OptionReturnQuestionItem.style.d.ts +2 -2
- package/dist/infrastructure/ui/components/organisms/returnQuestions/components/optionReturnQuestionItem/OptionReturnQuestionItem.style.js +2 -2
- package/dist/infrastructure/ui/components/organisms/returnQuestions/components/returnQuestionFeedbackItem/ReturnQuestionFeedbackItem.js +1 -1
- package/dist/infrastructure/ui/components/organisms/returnQuestions/components/textareaReturnQuestionItem/TextareaReturnQuestionItem.js +1 -1
- package/dist/infrastructure/ui/components/organisms/returnQuestions/util/returnQuestionFeedback.d.ts +10 -1
- package/dist/infrastructure/ui/components/organisms/returnQuestions/util/returnQuestionFeedback.js +41 -14
- package/dist/infrastructure/ui/routing/CheckoutMiddleware.js +4 -4
- package/dist/infrastructure/ui/routing/Routing.js +2 -2
- package/dist/infrastructure/ui/shared/components/atoms/error/Error.js +1 -1
- package/dist/infrastructure/ui/shared/components/atoms/field/Field.js +3 -2
- package/dist/infrastructure/ui/shared/components/atoms/field/Field.style.d.ts +9 -2
- package/dist/infrastructure/ui/shared/components/atoms/field/Field.style.js +9 -2
- package/dist/infrastructure/ui/shared/components/atoms/icon/Icon.style.d.ts +3 -3
- package/dist/infrastructure/ui/shared/components/atoms/icon/Icon.style.js +3 -3
- package/dist/infrastructure/ui/shared/components/atoms/input/Input.js +2 -2
- package/dist/infrastructure/ui/shared/components/atoms/input/Input.style.d.ts +4 -4
- package/dist/infrastructure/ui/shared/components/atoms/input/Input.style.js +5 -5
- package/dist/infrastructure/ui/shared/components/atoms/spinner/Spinner.js +1 -1
- package/dist/infrastructure/ui/shared/components/atoms/spinner/Spinner.style.d.ts +1 -1
- package/dist/infrastructure/ui/shared/components/atoms/spinner/Spinner.style.js +1 -1
- package/dist/infrastructure/ui/shared/components/layouts/modal/Modal.d.ts +1 -0
- package/dist/infrastructure/ui/shared/components/layouts/modal/Modal.js +12 -10
- package/dist/infrastructure/ui/shared/components/layouts/modal/Modal.style.d.ts +23 -26
- package/dist/infrastructure/ui/shared/components/layouts/modal/Modal.style.js +22 -25
- package/dist/infrastructure/ui/shared/components/layouts/row/Row.style.d.ts +2 -2
- package/dist/infrastructure/ui/shared/components/layouts/row/Row.style.js +2 -2
- package/dist/infrastructure/ui/shared/components/layouts/slider/Pagination.js +2 -2
- package/dist/infrastructure/ui/shared/components/layouts/slider/Pagination.style.d.ts +12 -12
- package/dist/infrastructure/ui/shared/components/layouts/slider/Pagination.style.js +12 -12
- package/dist/infrastructure/ui/shared/components/layouts/slider/Slider.js +2 -2
- package/dist/infrastructure/ui/shared/components/molecules/buttonIcon/ButtonIcon.d.ts +5 -3
- package/dist/infrastructure/ui/shared/components/molecules/buttonIcon/ButtonIcon.js +1 -1
- package/dist/infrastructure/ui/shared/components/molecules/inputField/InputField.js +3 -3
- package/dist/infrastructure/ui/shared/components/molecules/inputField/InputField.style.d.ts +4 -4
- package/dist/infrastructure/ui/shared/components/molecules/inputField/InputField.style.js +4 -4
- package/dist/infrastructure/ui/views/intro/Intro.js +6 -6
- package/dist/infrastructure/ui/views/intro/Intro.style.d.ts +20 -20
- package/dist/infrastructure/ui/views/intro/Intro.style.js +21 -21
- package/dist/infrastructure/ui/views/item/Item.js +1 -1
- package/dist/infrastructure/ui/views/item/Item.style.d.ts +5 -5
- package/dist/infrastructure/ui/views/item/Item.style.js +5 -5
- package/dist/infrastructure/ui/views/item/components/banner/CustomerDecissionBanner.js +2 -2
- package/dist/infrastructure/ui/views/item/components/banner/CustomerDecissionBanner.style.d.ts +6 -6
- package/dist/infrastructure/ui/views/item/components/banner/CustomerDecissionBanner.style.js +6 -6
- package/dist/infrastructure/ui/views/item/components/getOutOfCheckoutModal/GetOutOfCheckoutModal.js +2 -2
- package/dist/infrastructure/ui/views/item/components/getOutOfCheckoutModal/GetOutOfCheckoutModal.style.d.ts +7 -7
- package/dist/infrastructure/ui/views/item/components/getOutOfCheckoutModal/GetOutOfCheckoutModal.style.js +7 -7
- package/dist/infrastructure/ui/views/item/components/productVariantActions/ProductVariantActions.js +1 -1
- package/dist/infrastructure/ui/views/item/components/productVariantActions/ProductVariantActions.style.d.ts +6 -6
- package/dist/infrastructure/ui/views/item/components/productVariantActions/ProductVariantActions.style.js +6 -6
- package/dist/infrastructure/ui/views/item/components/productVariantDescription/ProductVariantDescription.js +4 -4
- package/dist/infrastructure/ui/views/item/components/productVariantDescription/ProductVariantDescription.style.d.ts +3 -3
- package/dist/infrastructure/ui/views/item/components/productVariantDescription/ProductVariantDescription.style.js +3 -3
- package/dist/infrastructure/ui/views/item/components/productVariantSlider/ProductVariantSlider.js +3 -3
- package/dist/infrastructure/ui/views/item/components/productVariantSlider/ProductVariantSlider.style.d.ts +7 -7
- package/dist/infrastructure/ui/views/item/components/productVariantSlider/ProductVariantSlider.style.js +7 -7
- package/dist/infrastructure/ui/views/item/components/returnQuestionsFeedback/ReturnQuestionsFeedback.style.d.ts +5 -5
- package/dist/infrastructure/ui/views/item/components/returnQuestionsFeedback/ReturnQuestionsFeedback.style.js +5 -5
- package/dist/infrastructure/ui/views/item/components/returnQuestionsForm/ReturnQuestionsForm.js +7 -14
- package/dist/infrastructure/ui/views/item/components/sizeChangeModal/SizeChangeModal.js +2 -2
- package/dist/infrastructure/ui/views/item/components/sizeChangeModal/SizeChangeModal.style.d.ts +4 -4
- package/dist/infrastructure/ui/views/item/components/sizeChangeModal/SizeChangeModal.style.js +4 -4
- package/dist/infrastructure/ui/views/item/components/sizeWithoutStockModal/SizeWithoutStockModal.js +2 -2
- package/dist/infrastructure/ui/views/item/components/sizeWithoutStockModal/SizeWithoutStockModal.style.d.ts +4 -4
- package/dist/infrastructure/ui/views/item/components/sizeWithoutStockModal/SizeWithoutStockModal.style.js +4 -4
- package/dist/infrastructure/ui/views/summary/Summary.js +1 -2
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lookiero/checkout",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.25",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -67,6 +67,7 @@
|
|
|
67
67
|
"eslint-plugin-prettier": "^4.2.1",
|
|
68
68
|
"eslint-plugin-react": "^7.31.8",
|
|
69
69
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
70
|
+
"eslint-plugin-react-native": "^4.0.0",
|
|
70
71
|
"expo": "~46.0.8",
|
|
71
72
|
"expo-status-bar": "~1.4.0",
|
|
72
73
|
"husky": "^8.0.1",
|