@weareconceptstudio/account 0.0.0 → 0.0.1
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/AccountConfig.d.ts +5 -0
- package/dist/AccountConfig.js +21 -0
- package/dist/components/AccountButton/index.d.ts +3 -0
- package/dist/components/AccountButton/index.js +22 -0
- package/dist/components/AccountButton/style.d.ts +2 -0
- package/dist/components/AccountButton/style.js +249 -0
- package/dist/components/AddressForm/index.d.ts +3 -0
- package/dist/components/AddressForm/index.js +100 -0
- package/dist/components/AddressForm/style.d.ts +2 -0
- package/dist/components/AddressForm/style.js +180 -0
- package/dist/components/AddressItem/index.d.ts +3 -0
- package/dist/components/AddressItem/index.js +41 -0
- package/dist/components/AddressItem/style.d.ts +2 -0
- package/dist/components/AddressItem/style.js +191 -0
- package/dist/components/CustomCheckbox/index.d.ts +7 -0
- package/dist/components/CustomCheckbox/index.js +15 -0
- package/dist/components/CustomCheckbox/style.d.ts +2 -0
- package/dist/components/CustomCheckbox/style.js +85 -0
- package/dist/components/EmptyCart/index.d.ts +5 -0
- package/dist/components/EmptyCart/index.js +14 -0
- package/dist/components/EmptyCart/style.d.ts +2 -0
- package/dist/components/EmptyCart/style.js +62 -0
- package/dist/components/EmptyOrders/index.d.ts +3 -0
- package/dist/components/EmptyOrders/index.js +12 -0
- package/dist/components/EmptyOrders/style.d.ts +2 -0
- package/dist/components/EmptyOrders/style.js +46 -0
- package/dist/components/FormInputCode/index.d.ts +24 -0
- package/dist/components/FormInputCode/index.js +145 -0
- package/dist/components/FormInputCode/style.d.ts +2 -0
- package/dist/components/FormInputCode/style.js +109 -0
- package/dist/components/OrderDetails/index.d.ts +3 -0
- package/dist/components/OrderDetails/index.js +48 -0
- package/dist/components/OrderDetails/style.d.ts +2 -0
- package/dist/components/OrderDetails/style.js +90 -0
- package/dist/components/OrderedItems/ReviewPopup/index.d.ts +0 -0
- package/dist/components/OrderedItems/ReviewPopup/index.js +202 -0
- package/dist/components/OrderedItems/ReviewPopup/style.d.ts +2 -0
- package/dist/components/OrderedItems/ReviewPopup/style.js +329 -0
- package/dist/components/OrderedItems/index.d.ts +7 -0
- package/dist/components/OrderedItems/index.js +108 -0
- package/dist/components/OrderedItems/style.d.ts +2 -0
- package/dist/components/OrderedItems/style.js +783 -0
- package/dist/components/OrdersList/OrderItem/index.d.ts +3 -0
- package/dist/components/OrdersList/OrderItem/index.js +21 -0
- package/dist/components/OrdersList/index.d.ts +10 -0
- package/dist/components/OrdersList/index.js +68 -0
- package/dist/components/OrdersList/style.d.ts +2 -0
- package/dist/components/OrdersList/style.js +373 -0
- package/dist/components/Pagination/index.d.ts +3 -0
- package/dist/components/Pagination/index.js +18 -0
- package/dist/components/Pagination/style.d.ts +2 -0
- package/dist/components/Pagination/style.js +72 -0
- package/dist/components/SelectShippingBilling/index.d.ts +3 -0
- package/dist/components/SelectShippingBilling/index.js +31 -0
- package/dist/components/SelectShippingBilling/style.d.ts +2 -0
- package/dist/components/SelectShippingBilling/style.js +112 -0
- package/dist/components/Sequence/index.d.ts +5 -0
- package/dist/components/Sequence/index.js +65 -0
- package/dist/components/Sequence/style.d.ts +2 -0
- package/dist/components/Sequence/style.js +317 -0
- package/dist/components/ShippingBillingForm/index.d.ts +3 -0
- package/dist/components/ShippingBillingForm/index.js +96 -0
- package/dist/components/ShippingBillingForm/style.d.ts +2 -0
- package/dist/components/ShippingBillingForm/style.js +77 -0
- package/dist/components/ShippingBillingInfo/index.d.ts +3 -0
- package/dist/components/ShippingBillingInfo/index.js +22 -0
- package/dist/components/ShippingBillingInfo/style.d.ts +2 -0
- package/dist/components/ShippingBillingInfo/style.js +98 -0
- package/dist/components/TotalCheckout/index.d.ts +3 -0
- package/dist/components/TotalCheckout/index.js +49 -0
- package/dist/components/TotalCheckout/style.d.ts +2 -0
- package/dist/components/TotalCheckout/style.js +211 -0
- package/dist/components/WarningMessage/index.d.ts +3 -0
- package/dist/components/WarningMessage/index.js +10 -0
- package/dist/components/WarningMessage/style.d.ts +2 -0
- package/dist/components/WarningMessage/style.js +34 -0
- package/dist/components/WarningMessageForPopup/index.d.ts +3 -0
- package/dist/components/WarningMessageForPopup/index.js +31 -0
- package/dist/components/WarningMessageForPopup/style.d.ts +2 -0
- package/dist/components/WarningMessageForPopup/style.js +82 -0
- package/dist/components/index.d.ts +18 -0
- package/dist/components/index.js +18 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -0
- package/dist/styles/helperClass.d.ts +2 -0
- package/dist/styles/helperClass.js +278 -0
- package/dist/styles/theme.d.ts +2 -0
- package/dist/styles/theme.js +63 -0
- package/dist/styles/typography.d.ts +2 -0
- package/dist/styles/typography.js +129 -0
- package/dist/styles/variables.d.ts +2 -0
- package/dist/styles/variables.js +401 -0
- package/dist/templates/AccountSettingsTemplate/AccountInfo/index.d.ts +38 -0
- package/dist/templates/AccountSettingsTemplate/AccountInfo/index.js +37 -0
- package/dist/templates/AccountSettingsTemplate/AccountInfo/style.d.ts +2 -0
- package/dist/templates/AccountSettingsTemplate/AccountInfo/style.js +165 -0
- package/dist/templates/AccountSettingsTemplate/AccountInfo/utils.d.ts +32 -0
- package/dist/templates/AccountSettingsTemplate/AccountInfo/utils.js +45 -0
- package/dist/templates/AccountSettingsTemplate/AccountPassword/index.d.ts +15 -0
- package/dist/templates/AccountSettingsTemplate/AccountPassword/index.js +36 -0
- package/dist/templates/AccountSettingsTemplate/AccountPassword/style.d.ts +2 -0
- package/dist/templates/AccountSettingsTemplate/AccountPassword/style.js +141 -0
- package/dist/templates/AccountSettingsTemplate/AccountPassword/utils.d.ts +10 -0
- package/dist/templates/AccountSettingsTemplate/AccountPassword/utils.js +22 -0
- package/dist/templates/AccountSettingsTemplate/index.d.ts +11 -0
- package/dist/templates/AccountSettingsTemplate/index.js +10 -0
- package/dist/templates/AccountSettingsTemplate/style.d.ts +2 -0
- package/dist/templates/AccountSettingsTemplate/style.js +37 -0
- package/dist/templates/AccountTemplate/index.d.ts +8 -0
- package/dist/templates/AccountTemplate/index.js +32 -0
- package/dist/templates/AccountTemplate/style.d.ts +2 -0
- package/dist/templates/AccountTemplate/style.js +293 -0
- package/dist/templates/AddressesTemplate/index.d.ts +3 -0
- package/dist/templates/AddressesTemplate/index.js +21 -0
- package/dist/templates/AddressesTemplate/style.d.ts +2 -0
- package/dist/templates/AddressesTemplate/style.js +89 -0
- package/dist/templates/CartTemplate/index.d.ts +3 -0
- package/dist/templates/CartTemplate/index.js +23 -0
- package/dist/templates/CartTemplate/style.d.ts +2 -0
- package/dist/templates/CartTemplate/style.js +37 -0
- package/dist/templates/CheckoutTemplate/index.d.ts +9 -0
- package/dist/templates/CheckoutTemplate/index.js +155 -0
- package/dist/templates/CheckoutTemplate/style.d.ts +2 -0
- package/dist/templates/CheckoutTemplate/style.js +173 -0
- package/dist/templates/ForgotPasswordTemplate/index.d.ts +5 -2
- package/dist/templates/ForgotPasswordTemplate/index.js +86 -3
- package/dist/templates/ForgotPasswordTemplate/style.d.ts +2 -0
- package/dist/templates/ForgotPasswordTemplate/style.js +186 -0
- package/dist/templates/OrderHistoryTemplate/index.d.ts +7 -0
- package/dist/templates/OrderHistoryTemplate/index.js +9 -0
- package/dist/templates/OrderHistoryTemplate/style.d.ts +2 -0
- package/dist/templates/OrderHistoryTemplate/style.js +3 -0
- package/dist/templates/OrderIndividualTemplate/index.d.ts +5 -0
- package/dist/templates/OrderIndividualTemplate/index.js +21 -0
- package/dist/templates/OrderIndividualTemplate/style.d.ts +2 -0
- package/dist/templates/OrderIndividualTemplate/style.js +3 -0
- package/dist/templates/ResetPasswordTemplate/index.d.ts +7 -2
- package/dist/templates/ResetPasswordTemplate/index.js +35 -2
- package/dist/templates/ResetPasswordTemplate/style.d.ts +2 -0
- package/dist/templates/ResetPasswordTemplate/style.js +163 -0
- package/dist/templates/SignInTemplate/index.d.ts +5 -2
- package/dist/templates/SignInTemplate/index.js +27 -2
- package/dist/templates/SignInTemplate/style.d.ts +2 -0
- package/dist/templates/SignInTemplate/style.js +168 -0
- package/dist/templates/SignUpTemplate/defaultFormFields.d.ts +11 -0
- package/dist/templates/SignUpTemplate/defaultFormFields.js +42 -0
- package/dist/templates/SignUpTemplate/index.d.ts +6 -2
- package/dist/templates/SignUpTemplate/index.js +33 -3
- package/dist/templates/SignUpTemplate/style.d.ts +2 -0
- package/dist/templates/SignUpTemplate/style.js +175 -0
- package/dist/templates/VerifyEmailAddressTemplate/index.d.ts +3 -0
- package/dist/templates/VerifyEmailAddressTemplate/index.js +105 -0
- package/dist/templates/VerifyEmailAddressTemplate/style.d.ts +2 -0
- package/dist/templates/VerifyEmailAddressTemplate/style.js +165 -0
- package/dist/templates/index.d.ts +8 -0
- package/dist/templates/index.js +11 -0
- package/dist/translations/en.d.ts +257 -0
- package/dist/translations/en.js +256 -0
- package/dist/translations/index.d.ts +259 -0
- package/dist/translations/index.js +2 -0
- package/dist/utils/_functions.d.ts +5 -0
- package/dist/utils/_functions.js +28 -0
- package/dist/utils/icons.d.ts +3 -0
- package/dist/utils/icons.js +27 -0
- package/package.json +5 -6
|
@@ -0,0 +1,256 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
login: 'Login',
|
|
3
|
+
saveAndApply: 'Save and Apply',
|
|
4
|
+
addNewAdd: '+ Add a new address',
|
|
5
|
+
editCart: 'Edit cart',
|
|
6
|
+
shopNow: 'Shop now',
|
|
7
|
+
firstName: 'First name',
|
|
8
|
+
first_nameIsRequired: 'Please enter your first name.',
|
|
9
|
+
lastName: 'Last name',
|
|
10
|
+
last_nameIsRequired: 'Please enter your last name.',
|
|
11
|
+
email: 'Email',
|
|
12
|
+
emailIsRequired: 'Please enter your email.',
|
|
13
|
+
invalidEmailAddress: 'Please enter a valid email address.',
|
|
14
|
+
phone: 'Phone',
|
|
15
|
+
phoneIsRequired: 'Please enter your phone.',
|
|
16
|
+
invalidPhoneNumber: 'Please enter a valid phone number.',
|
|
17
|
+
password: 'Password',
|
|
18
|
+
passwordIsRequired: 'Please enter your password.',
|
|
19
|
+
invalidPassword: 'Password must contain lowercase, uppercase, number and has been min 8 characters.',
|
|
20
|
+
invalidConfirmPassword: 'Password confirmation is not correct.',
|
|
21
|
+
password_confirmationIsRequired: 'Please enter your confirmed password.',
|
|
22
|
+
region: 'Region',
|
|
23
|
+
regionPlaceholder: 'Select region',
|
|
24
|
+
regionIsRequired: 'Please enter your region.',
|
|
25
|
+
noData: 'No data',
|
|
26
|
+
contactUs: 'Contact us',
|
|
27
|
+
privacyPolicy: 'Privacy policy',
|
|
28
|
+
welcomeBack: 'Welcome back!',
|
|
29
|
+
forgotPasswordLink: 'Forgot Password?',
|
|
30
|
+
accountText: 'Don’t have an account?',
|
|
31
|
+
joinNow: 'Join now',
|
|
32
|
+
forgotPassword: 'Forgot password',
|
|
33
|
+
forgotPasswordDescription: "Please enter your email address and we'll send you instructions to reset your password.",
|
|
34
|
+
submit: 'Submit',
|
|
35
|
+
thankYou: 'Thank you!',
|
|
36
|
+
recoveryText: 'We sent a recovery link to you at',
|
|
37
|
+
tryAgainText: 'If you didn’t receive the email please',
|
|
38
|
+
tryAgain: 'try again.',
|
|
39
|
+
newPassword: 'New password',
|
|
40
|
+
confirmNewPassword: 'Confirm new password',
|
|
41
|
+
resetPassword: 'Reset password',
|
|
42
|
+
successfullyMessage: 'Your password has successfully changed.',
|
|
43
|
+
registration: 'Registration',
|
|
44
|
+
alreadyHaveAnAccount: 'Already have an account?',
|
|
45
|
+
signUp: 'Sign up',
|
|
46
|
+
checkedText1: "Yes I've read the",
|
|
47
|
+
checkedText2: 'and agree that my data given by me can be stored electronically.My data will thereby only be used to process my inquiry.',
|
|
48
|
+
verifyYourEmail: 'Verify your email',
|
|
49
|
+
verifyText1: 'We just sent your activation code to',
|
|
50
|
+
verifyText2: 'Enter the code below to confirm your email address.',
|
|
51
|
+
verify: 'Verify',
|
|
52
|
+
haveNotReceivedIt: "It may take a minute to receive your code. Haven't received it?",
|
|
53
|
+
resendNewCode: 'Resend a new code.',
|
|
54
|
+
deleteAccountTextPart1: 'If your email address is incorrect, ',
|
|
55
|
+
deleteAccountTextPart2: 'delete this account ',
|
|
56
|
+
deleteAccountTextPart3: '& register again.',
|
|
57
|
+
codeResendSuccessTitle: 'Your code was successfully resent.',
|
|
58
|
+
codeResendSuccessSubtitle: 'A new code has been sent to your email address.',
|
|
59
|
+
myAccount: 'My account',
|
|
60
|
+
accountSettings: 'Account settings',
|
|
61
|
+
orderHistory: 'Order history',
|
|
62
|
+
addresses: 'Addresses',
|
|
63
|
+
signOut: 'Sign out',
|
|
64
|
+
accountInformation: 'Account information',
|
|
65
|
+
edit: 'Edit',
|
|
66
|
+
first_name: 'First name:',
|
|
67
|
+
last_name: 'Last name:',
|
|
68
|
+
phone_: 'Phone:',
|
|
69
|
+
email_: 'Email:',
|
|
70
|
+
password_: 'Password:',
|
|
71
|
+
password_title: 'Password',
|
|
72
|
+
cancel: 'Cancel',
|
|
73
|
+
phone_input: 'Phone',
|
|
74
|
+
current_passwordIsRequired: 'Please enter your current password.',
|
|
75
|
+
new_passwordIsRequired: 'Please enter your new password.',
|
|
76
|
+
enterCurrentPassword: 'Enter current password',
|
|
77
|
+
enterNewPassword: 'Enter new password',
|
|
78
|
+
products: 'products',
|
|
79
|
+
firstNamePlaceholder: 'First name',
|
|
80
|
+
lastNamePlaceholder: 'Last name',
|
|
81
|
+
emailPlaceholder: 'Email',
|
|
82
|
+
passwordPlaceholder: 'Password',
|
|
83
|
+
phonePlaceholder: 'Phone',
|
|
84
|
+
enterCurrentPasswordPlaceholder: 'Enter current password',
|
|
85
|
+
enterNewPasswordPlaceholder: 'Enter new password',
|
|
86
|
+
newPasswordPlaceholder: 'New password',
|
|
87
|
+
confirmNewPasswordPlaceholder: 'Confirm new password',
|
|
88
|
+
emptyTitle: 'Your orders will appear here.',
|
|
89
|
+
emptyDesc: 'You haven’t placed any orders yet.',
|
|
90
|
+
orderDate: 'Order date',
|
|
91
|
+
totalItems: 'Total items',
|
|
92
|
+
orderNumber: 'Order number',
|
|
93
|
+
orderStatus: 'Order status',
|
|
94
|
+
totalPrice: 'Total price',
|
|
95
|
+
viewOrder: 'View order',
|
|
96
|
+
sortBy: 'Sort by',
|
|
97
|
+
sortByWithSymbol: 'Sort by:',
|
|
98
|
+
delivered: 'Delivered',
|
|
99
|
+
canceled: 'Canceled',
|
|
100
|
+
inProgress: 'In progress',
|
|
101
|
+
orderDetails: 'Order details',
|
|
102
|
+
deliverDate: 'Deliver date',
|
|
103
|
+
shippingAndBillingInfo: 'Shipping & billing information',
|
|
104
|
+
shippedTo: 'Shipped to:',
|
|
105
|
+
backToList: 'Back to list',
|
|
106
|
+
item: 'Item',
|
|
107
|
+
quantity: 'Quantity',
|
|
108
|
+
price: 'Price',
|
|
109
|
+
total: 'Total',
|
|
110
|
+
orderItems: 'Order items',
|
|
111
|
+
billedTo: 'Billed to:',
|
|
112
|
+
color: 'Color:',
|
|
113
|
+
size: 'Size:',
|
|
114
|
+
clearAll: 'Clear All',
|
|
115
|
+
shippingAddress: 'Shipping address',
|
|
116
|
+
billingAddress: 'Billing address',
|
|
117
|
+
emptyAddress: 'We don’t have any saved addresses for you!',
|
|
118
|
+
default: 'Default',
|
|
119
|
+
remove: 'Remove',
|
|
120
|
+
deleteAddressMessage: 'Are you sure delete this address?',
|
|
121
|
+
confirmDeleteAddress: 'Please confirm you want to delete this address.',
|
|
122
|
+
addNewShippingAddress: 'Add new shipping address',
|
|
123
|
+
addNewBillingAddress: 'Add new billing address',
|
|
124
|
+
updateYourShippingAddress: 'Update your shipping address',
|
|
125
|
+
updateYourBillingAddress: 'Update your billing address',
|
|
126
|
+
thisYourDefaultShippingAddress: 'This is your default shipping address.',
|
|
127
|
+
thisYourDefaultBillingAddress: 'This is your default billing address.',
|
|
128
|
+
makeYourDefaultShippingAddress: 'Make this your default shipping address.',
|
|
129
|
+
makeYourDefaultBillingAddress: 'Make this your default billing address.',
|
|
130
|
+
defaultShippingAddress: 'Default shipping address',
|
|
131
|
+
defaultBillingAddress: 'Default billing address',
|
|
132
|
+
country: 'Country',
|
|
133
|
+
countryPlaceholder: 'Country',
|
|
134
|
+
address_1: 'Address',
|
|
135
|
+
address_1Placeholder: 'Address',
|
|
136
|
+
address_2: 'Address 2',
|
|
137
|
+
address_2Placeholder: 'Address 2',
|
|
138
|
+
zipCode: 'Zip code',
|
|
139
|
+
zipCodePlaceholder: 'Zip code',
|
|
140
|
+
city: 'City',
|
|
141
|
+
cityPlaceholder: 'City',
|
|
142
|
+
address_1IsRequired: 'Please enter your address.',
|
|
143
|
+
cityIsRequired: 'Please enter your city.',
|
|
144
|
+
zip_codeIsRequired: 'Please enter your zip code.',
|
|
145
|
+
done: 'Done',
|
|
146
|
+
outOfStock: 'Out of stock!',
|
|
147
|
+
cartEmpty: 'Your cart is empty',
|
|
148
|
+
cartEmptyDesc: 'Once you add something to your cart, it will appear here. Ready to get started?',
|
|
149
|
+
orderSummary: 'Order summary',
|
|
150
|
+
subtotal: 'Subtotal',
|
|
151
|
+
shipping: 'Shipping',
|
|
152
|
+
proceedToCheckout: 'Proceed to Checkout',
|
|
153
|
+
continueShopping: 'Continue shopping',
|
|
154
|
+
myCart: 'My cart',
|
|
155
|
+
addToWishlist: 'Add to wishlist',
|
|
156
|
+
productDetails: 'Product details',
|
|
157
|
+
shippingInformation: 'Shipping information',
|
|
158
|
+
productSku: 'Product Sku',
|
|
159
|
+
colorCode: 'Color Code',
|
|
160
|
+
message404Title: 'Nothing to see here',
|
|
161
|
+
message404Desc: "Sorry, we couldn't find what you were looking for or the page no longer exists",
|
|
162
|
+
goHome: 'Go home',
|
|
163
|
+
useAlsoBillingAddress: 'Use also as a billing address.',
|
|
164
|
+
review: 'Review',
|
|
165
|
+
payment: 'Payment',
|
|
166
|
+
confirmation: 'Confirmation',
|
|
167
|
+
change: 'Change',
|
|
168
|
+
billing: 'Billing',
|
|
169
|
+
selectShippingAddress: 'Select shipping address',
|
|
170
|
+
selectBillingAddress: 'Select billing address',
|
|
171
|
+
confirmMessageTitle: 'Thank you for shopping with us!',
|
|
172
|
+
confirmMessageDesc: 'You will receive a confirmation email with details of your order.',
|
|
173
|
+
mostPopular: 'Most popular',
|
|
174
|
+
trendingProducts: 'Trending products',
|
|
175
|
+
youMayAlsoLike: 'You may also like',
|
|
176
|
+
mostWanted: 'Most wanted',
|
|
177
|
+
all: 'All',
|
|
178
|
+
by: 'By',
|
|
179
|
+
read: 'read',
|
|
180
|
+
blogIndSendEmailText: 'Stay informed with everything going on',
|
|
181
|
+
frequentlyAskedQuestions: 'Frequently asked questions',
|
|
182
|
+
followUsDesc: 'We do fun things on Instagram',
|
|
183
|
+
view: 'View',
|
|
184
|
+
addToCart: 'Add to cart',
|
|
185
|
+
addedToCart: 'Added to cart',
|
|
186
|
+
resetAllFilters: 'Reset all filters',
|
|
187
|
+
readingMaterial: 'Reading material',
|
|
188
|
+
subscribeSectionPlaceholder: 'sales@uniqueorn.com',
|
|
189
|
+
subscribeSectionBtnText: 'Sign up to receive early access to new arrivals, sales and much more!',
|
|
190
|
+
partnership: 'Partnership',
|
|
191
|
+
quantityWithSymbol: 'Quantity:',
|
|
192
|
+
saveChanges: 'Save changes',
|
|
193
|
+
phone_numberIsRequired: 'Please enter your phone.',
|
|
194
|
+
region_idIsRequired: 'Please enter your region.',
|
|
195
|
+
yourSettingsHaveBeenSaved: 'Your settings have been saved.',
|
|
196
|
+
yourPasswordHaveBeenChanged: 'Your password has been changed.',
|
|
197
|
+
oopsNoResults: 'Oops, no results.',
|
|
198
|
+
searchEmptyMessage: 'Don’t give up! Check the spelling, or try something less specific.',
|
|
199
|
+
removeAccount: 'Remove account',
|
|
200
|
+
recoverPassword: 'Recover password.',
|
|
201
|
+
recoverPasswordDesc: 'An email has been sent to your email address. Please click the link when you get it.',
|
|
202
|
+
deleteYourAccount: 'Delete your account?',
|
|
203
|
+
deleteYourAccountDesc: 'When you delete your account, your data will be permanently removed.',
|
|
204
|
+
zeroItems: 'O items',
|
|
205
|
+
zeroItemsDesc: 'Start shopping and add your favorite items to your wishlist.',
|
|
206
|
+
myWishlist: 'My wishlist',
|
|
207
|
+
removeFromList: 'Remove from the list',
|
|
208
|
+
city_idIsRequired: 'Please enter your city',
|
|
209
|
+
warningMessageFirstPart: 'There are only',
|
|
210
|
+
warningMessageSecondPart: 'items left in our stock, please edit your product count.',
|
|
211
|
+
proceedToPayment: 'Proceed to Payment',
|
|
212
|
+
checkoutCommentPlaceholder: 'Add a comment to the order',
|
|
213
|
+
footerEmailIsRequired: 'Please enter your email.',
|
|
214
|
+
free: 'Free',
|
|
215
|
+
shippingCost: 'Shipping cost',
|
|
216
|
+
addToTheRegistry: 'Add to the registry',
|
|
217
|
+
addedToTheRegistry: 'Added to the registry',
|
|
218
|
+
recommended: 'recommended',
|
|
219
|
+
writeReview: 'Write a review',
|
|
220
|
+
editReview: 'Edit the review',
|
|
221
|
+
writeReviewDesc: 'Feedback can be provided up to 10 days after the order is marked as “Delivered”. Once this timeframe is over, the option to add feedback will no longer be available.',
|
|
222
|
+
writeYourReview: 'Write your review',
|
|
223
|
+
writeYourReviewDesc1: 'Interested in writing a review? Check out our',
|
|
224
|
+
reviewGuidelinesWithSymbol: 'Review Guidelines.',
|
|
225
|
+
writeYourReviewDesc2: 'Need additional help or have a question?',
|
|
226
|
+
contactUsWithSymbol: 'Contact us!',
|
|
227
|
+
yourOverallRating: 'Your overall rating',
|
|
228
|
+
wouldYouRecommend: 'Would you recommend this product to a friend?',
|
|
229
|
+
yes: 'Yes',
|
|
230
|
+
no: 'No',
|
|
231
|
+
reviewTitle: 'Review title',
|
|
232
|
+
type: 'Type',
|
|
233
|
+
yourReview: 'Your review',
|
|
234
|
+
upload: 'Upload',
|
|
235
|
+
submitReview: 'Submit review',
|
|
236
|
+
ratingIsRequired: 'Please rate the item.',
|
|
237
|
+
titleIsRequired: 'Please add a title to your review.',
|
|
238
|
+
contentIsRequired: 'Your review must be at least 25 characters in length. Please try again.',
|
|
239
|
+
is_recommendedIsRequired: 'Please select.',
|
|
240
|
+
username: 'Username',
|
|
241
|
+
usernamePlaceholder: 'Username',
|
|
242
|
+
usernameIsRequired: 'Please enter your username.',
|
|
243
|
+
userName: 'Username:',
|
|
244
|
+
emptyFilterTitle: 'No results matching your filters',
|
|
245
|
+
emptyFilterDesc: 'Please adjust your criteria or explore other categories to discover the perfect shop.',
|
|
246
|
+
productReviewGuidelines: 'Product review guidelines',
|
|
247
|
+
archiveRegistry: 'Archive registry',
|
|
248
|
+
noteMessage: 'Note message',
|
|
249
|
+
addItemsToRegistry: 'Add items to registry',
|
|
250
|
+
iRecommendThisProduct: 'I recommend this product',
|
|
251
|
+
removeRegistryPopupTitle: "Are you sure you'd like to remove your registry?",
|
|
252
|
+
removeRegistryPopupDesc: 'It will no longer be accessible in stores or online.',
|
|
253
|
+
thankYouPopupTitle: 'Thanks for your review!',
|
|
254
|
+
thankYouPopupDesc: 'Please note that your review may take up to 48 hours to appear!',
|
|
255
|
+
continueToShop: 'Continue to shop',
|
|
256
|
+
};
|
|
@@ -0,0 +1,259 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
en: {
|
|
3
|
+
login: string;
|
|
4
|
+
saveAndApply: string;
|
|
5
|
+
addNewAdd: string;
|
|
6
|
+
editCart: string;
|
|
7
|
+
shopNow: string;
|
|
8
|
+
firstName: string;
|
|
9
|
+
first_nameIsRequired: string;
|
|
10
|
+
lastName: string;
|
|
11
|
+
last_nameIsRequired: string;
|
|
12
|
+
email: string;
|
|
13
|
+
emailIsRequired: string;
|
|
14
|
+
invalidEmailAddress: string;
|
|
15
|
+
phone: string;
|
|
16
|
+
phoneIsRequired: string;
|
|
17
|
+
invalidPhoneNumber: string;
|
|
18
|
+
password: string;
|
|
19
|
+
passwordIsRequired: string;
|
|
20
|
+
invalidPassword: string;
|
|
21
|
+
invalidConfirmPassword: string;
|
|
22
|
+
password_confirmationIsRequired: string;
|
|
23
|
+
region: string;
|
|
24
|
+
regionPlaceholder: string;
|
|
25
|
+
regionIsRequired: string;
|
|
26
|
+
noData: string;
|
|
27
|
+
contactUs: string;
|
|
28
|
+
privacyPolicy: string;
|
|
29
|
+
welcomeBack: string;
|
|
30
|
+
forgotPasswordLink: string;
|
|
31
|
+
accountText: string;
|
|
32
|
+
joinNow: string;
|
|
33
|
+
forgotPassword: string;
|
|
34
|
+
forgotPasswordDescription: string;
|
|
35
|
+
submit: string;
|
|
36
|
+
thankYou: string;
|
|
37
|
+
recoveryText: string;
|
|
38
|
+
tryAgainText: string;
|
|
39
|
+
tryAgain: string;
|
|
40
|
+
newPassword: string;
|
|
41
|
+
confirmNewPassword: string;
|
|
42
|
+
resetPassword: string;
|
|
43
|
+
successfullyMessage: string;
|
|
44
|
+
registration: string;
|
|
45
|
+
alreadyHaveAnAccount: string;
|
|
46
|
+
signUp: string;
|
|
47
|
+
checkedText1: string;
|
|
48
|
+
checkedText2: string;
|
|
49
|
+
verifyYourEmail: string;
|
|
50
|
+
verifyText1: string;
|
|
51
|
+
verifyText2: string;
|
|
52
|
+
verify: string;
|
|
53
|
+
haveNotReceivedIt: string;
|
|
54
|
+
resendNewCode: string;
|
|
55
|
+
deleteAccountTextPart1: string;
|
|
56
|
+
deleteAccountTextPart2: string;
|
|
57
|
+
deleteAccountTextPart3: string;
|
|
58
|
+
codeResendSuccessTitle: string;
|
|
59
|
+
codeResendSuccessSubtitle: string;
|
|
60
|
+
myAccount: string;
|
|
61
|
+
accountSettings: string;
|
|
62
|
+
orderHistory: string;
|
|
63
|
+
addresses: string;
|
|
64
|
+
signOut: string;
|
|
65
|
+
accountInformation: string;
|
|
66
|
+
edit: string;
|
|
67
|
+
first_name: string;
|
|
68
|
+
last_name: string;
|
|
69
|
+
phone_: string;
|
|
70
|
+
email_: string;
|
|
71
|
+
password_: string;
|
|
72
|
+
password_title: string;
|
|
73
|
+
cancel: string;
|
|
74
|
+
phone_input: string;
|
|
75
|
+
current_passwordIsRequired: string;
|
|
76
|
+
new_passwordIsRequired: string;
|
|
77
|
+
enterCurrentPassword: string;
|
|
78
|
+
enterNewPassword: string;
|
|
79
|
+
products: string;
|
|
80
|
+
firstNamePlaceholder: string;
|
|
81
|
+
lastNamePlaceholder: string;
|
|
82
|
+
emailPlaceholder: string;
|
|
83
|
+
passwordPlaceholder: string;
|
|
84
|
+
phonePlaceholder: string;
|
|
85
|
+
enterCurrentPasswordPlaceholder: string;
|
|
86
|
+
enterNewPasswordPlaceholder: string;
|
|
87
|
+
newPasswordPlaceholder: string;
|
|
88
|
+
confirmNewPasswordPlaceholder: string;
|
|
89
|
+
emptyTitle: string;
|
|
90
|
+
emptyDesc: string;
|
|
91
|
+
orderDate: string;
|
|
92
|
+
totalItems: string;
|
|
93
|
+
orderNumber: string;
|
|
94
|
+
orderStatus: string;
|
|
95
|
+
totalPrice: string;
|
|
96
|
+
viewOrder: string;
|
|
97
|
+
sortBy: string;
|
|
98
|
+
sortByWithSymbol: string;
|
|
99
|
+
delivered: string;
|
|
100
|
+
canceled: string;
|
|
101
|
+
inProgress: string;
|
|
102
|
+
orderDetails: string;
|
|
103
|
+
deliverDate: string;
|
|
104
|
+
shippingAndBillingInfo: string;
|
|
105
|
+
shippedTo: string;
|
|
106
|
+
backToList: string;
|
|
107
|
+
item: string;
|
|
108
|
+
quantity: string;
|
|
109
|
+
price: string;
|
|
110
|
+
total: string;
|
|
111
|
+
orderItems: string;
|
|
112
|
+
billedTo: string;
|
|
113
|
+
color: string;
|
|
114
|
+
size: string;
|
|
115
|
+
clearAll: string;
|
|
116
|
+
shippingAddress: string;
|
|
117
|
+
billingAddress: string;
|
|
118
|
+
emptyAddress: string;
|
|
119
|
+
default: string;
|
|
120
|
+
remove: string;
|
|
121
|
+
deleteAddressMessage: string;
|
|
122
|
+
confirmDeleteAddress: string;
|
|
123
|
+
addNewShippingAddress: string;
|
|
124
|
+
addNewBillingAddress: string;
|
|
125
|
+
updateYourShippingAddress: string;
|
|
126
|
+
updateYourBillingAddress: string;
|
|
127
|
+
thisYourDefaultShippingAddress: string;
|
|
128
|
+
thisYourDefaultBillingAddress: string;
|
|
129
|
+
makeYourDefaultShippingAddress: string;
|
|
130
|
+
makeYourDefaultBillingAddress: string;
|
|
131
|
+
defaultShippingAddress: string;
|
|
132
|
+
defaultBillingAddress: string;
|
|
133
|
+
country: string;
|
|
134
|
+
countryPlaceholder: string;
|
|
135
|
+
address_1: string;
|
|
136
|
+
address_1Placeholder: string;
|
|
137
|
+
address_2: string;
|
|
138
|
+
address_2Placeholder: string;
|
|
139
|
+
zipCode: string;
|
|
140
|
+
zipCodePlaceholder: string;
|
|
141
|
+
city: string;
|
|
142
|
+
cityPlaceholder: string;
|
|
143
|
+
address_1IsRequired: string;
|
|
144
|
+
cityIsRequired: string;
|
|
145
|
+
zip_codeIsRequired: string;
|
|
146
|
+
done: string;
|
|
147
|
+
outOfStock: string;
|
|
148
|
+
cartEmpty: string;
|
|
149
|
+
cartEmptyDesc: string;
|
|
150
|
+
orderSummary: string;
|
|
151
|
+
subtotal: string;
|
|
152
|
+
shipping: string;
|
|
153
|
+
proceedToCheckout: string;
|
|
154
|
+
continueShopping: string;
|
|
155
|
+
myCart: string;
|
|
156
|
+
addToWishlist: string;
|
|
157
|
+
productDetails: string;
|
|
158
|
+
shippingInformation: string;
|
|
159
|
+
productSku: string;
|
|
160
|
+
colorCode: string;
|
|
161
|
+
message404Title: string;
|
|
162
|
+
message404Desc: string;
|
|
163
|
+
goHome: string;
|
|
164
|
+
useAlsoBillingAddress: string;
|
|
165
|
+
review: string;
|
|
166
|
+
payment: string;
|
|
167
|
+
confirmation: string;
|
|
168
|
+
change: string;
|
|
169
|
+
billing: string;
|
|
170
|
+
selectShippingAddress: string;
|
|
171
|
+
selectBillingAddress: string;
|
|
172
|
+
confirmMessageTitle: string;
|
|
173
|
+
confirmMessageDesc: string;
|
|
174
|
+
mostPopular: string;
|
|
175
|
+
trendingProducts: string;
|
|
176
|
+
youMayAlsoLike: string;
|
|
177
|
+
mostWanted: string;
|
|
178
|
+
all: string;
|
|
179
|
+
by: string;
|
|
180
|
+
read: string;
|
|
181
|
+
blogIndSendEmailText: string;
|
|
182
|
+
frequentlyAskedQuestions: string;
|
|
183
|
+
followUsDesc: string;
|
|
184
|
+
view: string;
|
|
185
|
+
addToCart: string;
|
|
186
|
+
addedToCart: string;
|
|
187
|
+
resetAllFilters: string;
|
|
188
|
+
readingMaterial: string;
|
|
189
|
+
subscribeSectionPlaceholder: string;
|
|
190
|
+
subscribeSectionBtnText: string;
|
|
191
|
+
partnership: string;
|
|
192
|
+
quantityWithSymbol: string;
|
|
193
|
+
saveChanges: string;
|
|
194
|
+
phone_numberIsRequired: string;
|
|
195
|
+
region_idIsRequired: string;
|
|
196
|
+
yourSettingsHaveBeenSaved: string;
|
|
197
|
+
yourPasswordHaveBeenChanged: string;
|
|
198
|
+
oopsNoResults: string;
|
|
199
|
+
searchEmptyMessage: string;
|
|
200
|
+
removeAccount: string;
|
|
201
|
+
recoverPassword: string;
|
|
202
|
+
recoverPasswordDesc: string;
|
|
203
|
+
deleteYourAccount: string;
|
|
204
|
+
deleteYourAccountDesc: string;
|
|
205
|
+
zeroItems: string;
|
|
206
|
+
zeroItemsDesc: string;
|
|
207
|
+
myWishlist: string;
|
|
208
|
+
removeFromList: string;
|
|
209
|
+
city_idIsRequired: string;
|
|
210
|
+
warningMessageFirstPart: string;
|
|
211
|
+
warningMessageSecondPart: string;
|
|
212
|
+
proceedToPayment: string;
|
|
213
|
+
checkoutCommentPlaceholder: string;
|
|
214
|
+
footerEmailIsRequired: string;
|
|
215
|
+
free: string;
|
|
216
|
+
shippingCost: string;
|
|
217
|
+
addToTheRegistry: string;
|
|
218
|
+
addedToTheRegistry: string;
|
|
219
|
+
recommended: string;
|
|
220
|
+
writeReview: string;
|
|
221
|
+
editReview: string;
|
|
222
|
+
writeReviewDesc: string;
|
|
223
|
+
writeYourReview: string;
|
|
224
|
+
writeYourReviewDesc1: string;
|
|
225
|
+
reviewGuidelinesWithSymbol: string;
|
|
226
|
+
writeYourReviewDesc2: string;
|
|
227
|
+
contactUsWithSymbol: string;
|
|
228
|
+
yourOverallRating: string;
|
|
229
|
+
wouldYouRecommend: string;
|
|
230
|
+
yes: string;
|
|
231
|
+
no: string;
|
|
232
|
+
reviewTitle: string;
|
|
233
|
+
type: string;
|
|
234
|
+
yourReview: string;
|
|
235
|
+
upload: string;
|
|
236
|
+
submitReview: string;
|
|
237
|
+
ratingIsRequired: string;
|
|
238
|
+
titleIsRequired: string;
|
|
239
|
+
contentIsRequired: string;
|
|
240
|
+
is_recommendedIsRequired: string;
|
|
241
|
+
username: string;
|
|
242
|
+
usernamePlaceholder: string;
|
|
243
|
+
usernameIsRequired: string;
|
|
244
|
+
userName: string;
|
|
245
|
+
emptyFilterTitle: string;
|
|
246
|
+
emptyFilterDesc: string;
|
|
247
|
+
productReviewGuidelines: string;
|
|
248
|
+
archiveRegistry: string;
|
|
249
|
+
noteMessage: string;
|
|
250
|
+
addItemsToRegistry: string;
|
|
251
|
+
iRecommendThisProduct: string;
|
|
252
|
+
removeRegistryPopupTitle: string;
|
|
253
|
+
removeRegistryPopupDesc: string;
|
|
254
|
+
thankYouPopupTitle: string;
|
|
255
|
+
thankYouPopupDesc: string;
|
|
256
|
+
continueToShop: string;
|
|
257
|
+
};
|
|
258
|
+
};
|
|
259
|
+
export default _default;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { getCookie, removeCookie, setCookie } from '@weareconceptstudio/core';
|
|
2
|
+
export const numToLocalString = (num) => {
|
|
3
|
+
if (typeof num === 'string') {
|
|
4
|
+
return Number(num).toLocaleString();
|
|
5
|
+
}
|
|
6
|
+
else if (num !== undefined) {
|
|
7
|
+
return num.toLocaleString();
|
|
8
|
+
}
|
|
9
|
+
};
|
|
10
|
+
export const handlePriceCheckFunc = (price, currency = null) => {
|
|
11
|
+
let val;
|
|
12
|
+
val = price ? (typeof price === 'string' ? price.split('-') : price) : price == 0 ? 0 : null;
|
|
13
|
+
if (typeof val === 'object' && val?.length > 1) {
|
|
14
|
+
return `${numToLocalString(val[0])} ${currency} - ${numToLocalString(val[1])} ${currency}`;
|
|
15
|
+
}
|
|
16
|
+
else {
|
|
17
|
+
return `${numToLocalString(typeof val === 'object' ? val[0] : val)} ${currency}`;
|
|
18
|
+
}
|
|
19
|
+
};
|
|
20
|
+
export const getUserToken = () => {
|
|
21
|
+
return getCookie(process.env.APP_USER_TOKEN_KEY);
|
|
22
|
+
};
|
|
23
|
+
export const setUserToken = (token) => {
|
|
24
|
+
return setCookie(process.env.APP_USER_TOKEN_KEY, token);
|
|
25
|
+
};
|
|
26
|
+
export const removeUserToken = () => {
|
|
27
|
+
return removeCookie(process.env.APP_USER_TOKEN_KEY);
|
|
28
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export const CheckboxCheckedIcon = () => {
|
|
3
|
+
return (React.createElement("svg", { width: '20', height: '20', viewBox: '0 0 20 20', xmlns: 'http://www.w3.org/2000/svg' },
|
|
4
|
+
React.createElement("defs", null,
|
|
5
|
+
React.createElement("clipPath", null,
|
|
6
|
+
React.createElement("rect", { width: '9.9', height: '9', className: 'r-1', "data-name": '\u041F\u0440\u044F\u043C\u043E\u0443\u0433\u043E\u043B\u044C\u043D\u0438\u043A 37024', transform: 'translate(5.049 5.5)' }))),
|
|
7
|
+
React.createElement("g", { "data-name": '\u0421\u0433\u0440\u0443\u043F\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C 50088', transform: 'translate(-638 1726)' },
|
|
8
|
+
React.createElement("g", { "data-name": '\u0421\u0433\u0440\u0443\u043F\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C 50087', transform: 'translate(15)' },
|
|
9
|
+
React.createElement("path", { className: 'r-2', "data-name": '\u041A\u043E\u043D\u0442\u0443\u0440 71174', d: 'M2,0H18a2,2,0,0,1,2,2V18a2,2,0,0,1-2,2H2a2,2,0,0,1-2-2V2A2,2,0,0,1,2,0Z', transform: 'translate(623 -1726)' }),
|
|
10
|
+
React.createElement("g", { "data-name": 'Group 12980', transform: 'translate(623 -1726)' },
|
|
11
|
+
React.createElement("g", { id: '\u0421\u0433\u0440\u0443\u043F\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C_50086', "data-name": '\u0421\u0433\u0440\u0443\u043F\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C 50086', clipPath: 'url(#clipPath)' },
|
|
12
|
+
React.createElement("path", { className: 'r-1', id: '\u041A\u043E\u043D\u0442\u0443\u0440_71173', "data-name": '\u041A\u043E\u043D\u0442\u0443\u0440 71173', d: 'M9.178,14.437a.864.864,0,0,1-.739-.407L5.481,8.815A.821.821,0,0,1,5.81,7.674a.948.948,0,0,1,1.15.407l2.3,3.992,3.861-6.192a.812.812,0,0,1,1.15-.244.8.8,0,0,1,.247,1.141l-4.6,7.252A.864.864,0,0,1,9.178,14.437Z' })))),
|
|
13
|
+
React.createElement("path", { className: 'r-2', transform: 'translate(639 -1725)', d: 'M1-1H17a2,2,0,0,1,2,2V17a2,2,0,0,1-2,2H1a2,2,0,0,1-2-2V1A2,2,0,0,1,1-1ZM17,17V1H1V17Z' }))));
|
|
14
|
+
};
|
|
15
|
+
export const CheckboxIcon = () => {
|
|
16
|
+
return (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '20', height: '20', viewBox: '0 0 20 20' },
|
|
17
|
+
React.createElement("defs", null,
|
|
18
|
+
React.createElement("clipPath", { id: 'clipPath' },
|
|
19
|
+
React.createElement("rect", { width: '9.9', height: '9', className: 'r-1', "data-name": '\u041F\u0440\u044F\u043C\u043E\u0443\u0433\u043E\u043B\u044C\u043D\u0438\u043A 37024', transform: 'translate(5.049 5.5)' }))),
|
|
20
|
+
React.createElement("g", { id: '\u0421\u0433\u0440\u0443\u043F\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C_50088', "data-name": '\u0421\u0433\u0440\u0443\u043F\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C 50088', transform: 'translate(-638 1726)' },
|
|
21
|
+
React.createElement("g", { id: '\u0421\u0433\u0440\u0443\u043F\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C_50087', "data-name": '\u0421\u0433\u0440\u0443\u043F\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C 50087', transform: 'translate(15)' },
|
|
22
|
+
React.createElement("path", { className: 'r-1', "data-name": '\u041A\u043E\u043D\u0442\u0443\u0440 71174', transform: 'translate(623 -1726)', d: 'M2,0H18a2,2,0,0,1,2,2V18a2,2,0,0,1-2,2H2a2,2,0,0,1-2-2V2A2,2,0,0,1,2,0Z' }),
|
|
23
|
+
React.createElement("g", { id: 'Group_12980', "data-name": 'Group 12980', transform: 'translate(623 -1726)' },
|
|
24
|
+
React.createElement("g", { id: '\u0421\u0433\u0440\u0443\u043F\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C_50086', "data-name": '\u0421\u0433\u0440\u0443\u043F\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C 50086', clipPath: 'url(#clipPath)' },
|
|
25
|
+
React.createElement("path", { className: 'r-1', "data-name": '\u041A\u043E\u043D\u0442\u0443\u0440 71173', d: 'M9.178,14.437a.864.864,0,0,1-.739-.407L5.481,8.815A.821.821,0,0,1,5.81,7.674a.948.948,0,0,1,1.15.407l2.3,3.992,3.861-6.192a.812.812,0,0,1,1.15-.244.8.8,0,0,1,.247,1.141l-4.6,7.252A.864.864,0,0,1,9.178,14.437Z' })))),
|
|
26
|
+
React.createElement("path", { className: 'r-3', transform: 'translate(639 -1725)', d: 'M1-1H17a2,2,0,0,1,2,2V17a2,2,0,0,1-2,2H1a2,2,0,0,1-2-2V1A2,2,0,0,1,1-1ZM17,17V1H1V17Z' }))));
|
|
27
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@weareconceptstudio/account",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.1",
|
|
4
4
|
"description": "Concept Studio Account",
|
|
5
5
|
"author": "Concept Studio",
|
|
6
6
|
"license": "ISC",
|
|
@@ -15,18 +15,17 @@
|
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
17
|
"scripts": {
|
|
18
|
-
"
|
|
18
|
+
"clean": "rimraf ./dist",
|
|
19
|
+
"build": "npm run clean && tsc -m es6",
|
|
19
20
|
"watch": "tsc -m es6 --watch"
|
|
20
21
|
},
|
|
21
22
|
"dependencies": {
|
|
22
23
|
"@weareconceptstudio/core": "*",
|
|
23
24
|
"@weareconceptstudio/form": "*",
|
|
24
|
-
"
|
|
25
|
-
"react": "^18.3.1",
|
|
26
|
-
"styled-components": "6.1.13"
|
|
25
|
+
"swiper": "11.1.14"
|
|
27
26
|
},
|
|
28
27
|
"devDependencies": {
|
|
29
|
-
"
|
|
28
|
+
"rimraf": "6.0.1",
|
|
30
29
|
"typescript": "5.3.3"
|
|
31
30
|
}
|
|
32
31
|
}
|