@ikas/code-components-mcp 0.116.0 → 0.117.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 (221) hide show
  1. package/data/section-templates/account-info-section/children/AccountAddresses/components/AddressModal/index.tsx +6 -9
  2. package/data/section-templates/account-info-section/children/AccountAddresses/components/AddressModal/styles.css +1 -0
  3. package/data/section-templates/account-info-section/children/AccountAddresses/ikas-config-snippet.json +30 -30
  4. package/data/section-templates/account-info-section/children/AccountAddresses/index.tsx +12 -12
  5. package/data/section-templates/account-info-section/children/AccountAddresses/types.ts +1 -0
  6. package/data/section-templates/account-info-section/children/AccountFavorites/ikas-config-snippet.json +9 -9
  7. package/data/section-templates/account-info-section/children/AccountFavorites/index.tsx +3 -3
  8. package/data/section-templates/account-info-section/children/AccountFavorites/types.ts +1 -0
  9. package/data/section-templates/account-info-section/children/AccountInfoContent/ikas-config-snippet.json +16 -16
  10. package/data/section-templates/account-info-section/children/AccountInfoContent/index.tsx +5 -5
  11. package/data/section-templates/account-info-section/children/AccountInfoContent/types.ts +1 -0
  12. package/data/section-templates/account-info-section/children/AccountOrderDetail/ikas-config-snippet.json +74 -74
  13. package/data/section-templates/account-info-section/children/AccountOrderDetail/index.tsx +29 -29
  14. package/data/section-templates/account-info-section/children/AccountOrderDetail/types.ts +1 -0
  15. package/data/section-templates/account-info-section/children/AccountOrders/ikas-config-snippet.json +20 -20
  16. package/data/section-templates/account-info-section/children/AccountOrders/index.tsx +8 -8
  17. package/data/section-templates/account-info-section/children/AccountOrders/types.ts +1 -0
  18. package/data/section-templates/account-info-section/global-types.ts +0 -2
  19. package/data/section-templates/account-info-section/hooks/useScrollLock.ts +0 -4
  20. package/data/section-templates/account-info-section/ikas-config-snippet.json +13 -13
  21. package/data/section-templates/account-info-section/index.tsx +5 -5
  22. package/data/section-templates/account-info-section/sub-components/Modal/index.tsx +4 -2
  23. package/data/section-templates/account-info-section/sub-components/ProductCard/index.tsx +4 -4
  24. package/data/section-templates/account-info-section/types.ts +1 -0
  25. package/data/section-templates/add-to-cart/ikas-config-snippet.json +30 -30
  26. package/data/section-templates/add-to-cart/index.tsx +7 -7
  27. package/data/section-templates/add-to-cart/types.ts +1 -0
  28. package/data/section-templates/blog-home-section/global-types.ts +0 -2
  29. package/data/section-templates/blog-home-section/ikas-config-snippet.json +18 -18
  30. package/data/section-templates/blog-home-section/index.tsx +3 -3
  31. package/data/section-templates/blog-home-section/types.ts +1 -0
  32. package/data/section-templates/blog-post-section/global-types.ts +0 -2
  33. package/data/section-templates/blog-post-section/ikas-config-snippet.json +15 -15
  34. package/data/section-templates/blog-post-section/index.tsx +3 -3
  35. package/data/section-templates/blog-post-section/types.ts +1 -0
  36. package/data/section-templates/bundle-products/global-types.ts +0 -2
  37. package/data/section-templates/bundle-products/ikas-config-snippet.json +25 -25
  38. package/data/section-templates/bundle-products/index.tsx +3 -3
  39. package/data/section-templates/bundle-products/types.ts +1 -0
  40. package/data/section-templates/cart-section/global-types.ts +0 -2
  41. package/data/section-templates/cart-section/ikas-config-snippet.json +32 -32
  42. package/data/section-templates/cart-section/index.tsx +13 -13
  43. package/data/section-templates/cart-section/sub-components/CartItem/components/BundleProducts/index.tsx +1 -1
  44. package/data/section-templates/cart-section/types.ts +1 -0
  45. package/data/section-templates/category-images-section/children/CategoryImageItem/ikas-config-snippet.json +12 -12
  46. package/data/section-templates/category-images-section/children/CategoryImageItem/types.ts +1 -0
  47. package/data/section-templates/category-images-section/global-types.ts +0 -2
  48. package/data/section-templates/category-images-section/ikas-config-snippet.json +11 -11
  49. package/data/section-templates/category-images-section/types.ts +1 -0
  50. package/data/section-templates/category-list-section/children/CardProductName/ikas-config-snippet.json +2 -2
  51. package/data/section-templates/category-list-section/children/CardProductName/types.ts +1 -0
  52. package/data/section-templates/category-list-section/children/CardProductPrice/ikas-config-snippet.json +1 -1
  53. package/data/section-templates/category-list-section/children/CardProductPrice/types.ts +1 -0
  54. package/data/section-templates/category-list-section/children/CardProductVariants/ikas-config-snippet.json +1 -1
  55. package/data/section-templates/category-list-section/children/CardProductVariants/types.ts +1 -0
  56. package/data/section-templates/category-list-section/components/CategoryListControls/index.tsx +1 -1
  57. package/data/section-templates/category-list-section/global-types.ts +0 -2
  58. package/data/section-templates/category-list-section/hooks/useScrollLock.ts +0 -4
  59. package/data/section-templates/category-list-section/ikas-config-snippet.json +50 -50
  60. package/data/section-templates/category-list-section/index.tsx +13 -13
  61. package/data/section-templates/category-list-section/sub-components/ProductCard/index.tsx +4 -4
  62. package/data/section-templates/category-list-section/types.ts +1 -0
  63. package/data/section-templates/component-renderer/additional/Features/types.ts +1 -0
  64. package/data/section-templates/component-renderer/additional/ProductDetail/index.tsx +1 -1
  65. package/data/section-templates/component-renderer/additional/ProductDetail/types.ts +1 -0
  66. package/data/section-templates/component-renderer/global-types.ts +0 -2
  67. package/data/section-templates/component-renderer/ikas-config-snippet.json +5 -5
  68. package/data/section-templates/component-renderer/types.ts +1 -0
  69. package/data/section-templates/email-verification-section/ikas-config-snippet.json +36 -36
  70. package/data/section-templates/email-verification-section/index.tsx +14 -14
  71. package/data/section-templates/email-verification-section/types.ts +1 -0
  72. package/data/section-templates/favorites/ikas-config-snippet.json +12 -12
  73. package/data/section-templates/favorites/types.ts +1 -0
  74. package/data/section-templates/features-section/children/FeatureItem/ikas-config-snippet.json +2 -2
  75. package/data/section-templates/features-section/children/FeatureItem/types.ts +1 -0
  76. package/data/section-templates/features-section/ikas-config-snippet.json +2 -2
  77. package/data/section-templates/features-section/types.ts +1 -0
  78. package/data/section-templates/footer-section/children/SocialMediaIcon/ikas-config-snippet.json +1 -1
  79. package/data/section-templates/footer-section/children/SocialMediaIcon/types.ts +1 -0
  80. package/data/section-templates/footer-section/ikas-config-snippet.json +19 -19
  81. package/data/section-templates/footer-section/index.tsx +3 -3
  82. package/data/section-templates/footer-section/types.ts +1 -0
  83. package/data/section-templates/forgot-password-section/components/ForgotPasswordForm/index.tsx +10 -10
  84. package/data/section-templates/forgot-password-section/ikas-config-snippet.json +29 -29
  85. package/data/section-templates/forgot-password-section/types.ts +1 -0
  86. package/data/section-templates/header-section/children/Announcements/ikas-config-snippet.json +9 -9
  87. package/data/section-templates/header-section/children/Announcements/types.ts +1 -0
  88. package/data/section-templates/header-section/children/CookieBar/ikas-config-snippet.json +15 -15
  89. package/data/section-templates/header-section/children/CookieBar/types.ts +1 -0
  90. package/data/section-templates/header-section/children/Navbar/components/MobileMenu/index.tsx +1 -1
  91. package/data/section-templates/header-section/children/Navbar/ikas-config-snippet.json +68 -68
  92. package/data/section-templates/header-section/children/Navbar/index.tsx +19 -19
  93. package/data/section-templates/header-section/children/Navbar/types.ts +1 -0
  94. package/data/section-templates/header-section/global-types.ts +0 -2
  95. package/data/section-templates/header-section/hooks/useScrollLock.ts +0 -4
  96. package/data/section-templates/header-section/ikas-config-snippet.json +5 -5
  97. package/data/section-templates/header-section/sub-components/CartItem/components/BundleProducts/index.tsx +1 -1
  98. package/data/section-templates/header-section/sub-components/ProductCard/index.tsx +4 -4
  99. package/data/section-templates/header-section/types.ts +1 -0
  100. package/data/section-templates/hero-slider-section/children/HeroSliderItem/ikas-config-snippet.json +34 -34
  101. package/data/section-templates/hero-slider-section/children/HeroSliderItem/types.ts +1 -0
  102. package/data/section-templates/hero-slider-section/global-types.ts +0 -2
  103. package/data/section-templates/hero-slider-section/ikas-config-snippet.json +10 -10
  104. package/data/section-templates/hero-slider-section/types.ts +1 -0
  105. package/data/section-templates/image-handling/global-types.ts +0 -2
  106. package/data/section-templates/image-handling/ikas-config-snippet.json +16 -16
  107. package/data/section-templates/image-handling/index.tsx +1 -1
  108. package/data/section-templates/image-handling/types.ts +1 -0
  109. package/data/section-templates/login-section/components/LoginForm/index.tsx +13 -13
  110. package/data/section-templates/login-section/ikas-config-snippet.json +38 -38
  111. package/data/section-templates/login-section/types.ts +1 -0
  112. package/data/section-templates/navigation/components/MobileMenu/index.tsx +1 -1
  113. package/data/section-templates/navigation/global-types.ts +0 -2
  114. package/data/section-templates/navigation/hooks/useScrollLock.ts +0 -4
  115. package/data/section-templates/navigation/ikas-config-snippet.json +68 -68
  116. package/data/section-templates/navigation/index.tsx +19 -19
  117. package/data/section-templates/navigation/sub-components/CartItem/components/BundleProducts/index.tsx +1 -1
  118. package/data/section-templates/navigation/sub-components/ProductCard/index.tsx +4 -4
  119. package/data/section-templates/navigation/types.ts +1 -0
  120. package/data/section-templates/not-found-section/ikas-config-snippet.json +9 -9
  121. package/data/section-templates/not-found-section/types.ts +1 -0
  122. package/data/section-templates/product-detail-section/children/ProductDetailAddToCart/ikas-config-snippet.json +30 -30
  123. package/data/section-templates/product-detail-section/children/ProductDetailAddToCart/index.tsx +7 -7
  124. package/data/section-templates/product-detail-section/children/ProductDetailAddToCart/types.ts +1 -0
  125. package/data/section-templates/product-detail-section/children/ProductDetailBundleFurniture/ikas-config-snippet.json +33 -33
  126. package/data/section-templates/product-detail-section/children/ProductDetailBundleFurniture/index.tsx +8 -8
  127. package/data/section-templates/product-detail-section/children/ProductDetailBundleFurniture/types.ts +1 -0
  128. package/data/section-templates/product-detail-section/children/ProductDetailBundleProduct/ikas-config-snippet.json +25 -25
  129. package/data/section-templates/product-detail-section/children/ProductDetailBundleProduct/index.tsx +3 -3
  130. package/data/section-templates/product-detail-section/children/ProductDetailBundleProduct/types.ts +1 -0
  131. package/data/section-templates/product-detail-section/children/ProductDetailDescription/ikas-config-snippet.json +19 -19
  132. package/data/section-templates/product-detail-section/children/ProductDetailDescription/index.tsx +1 -1
  133. package/data/section-templates/product-detail-section/children/ProductDetailDescription/types.ts +1 -0
  134. package/data/section-templates/product-detail-section/children/ProductDetailFeatures/ikas-config-snippet.json +11 -11
  135. package/data/section-templates/product-detail-section/children/ProductDetailFeatures/types.ts +1 -0
  136. package/data/section-templates/product-detail-section/children/ProductDetailNameFavorite/ikas-config-snippet.json +12 -12
  137. package/data/section-templates/product-detail-section/children/ProductDetailNameFavorite/types.ts +1 -0
  138. package/data/section-templates/product-detail-section/children/ProductDetailOffer/components/OfferCard/index.tsx +2 -2
  139. package/data/section-templates/product-detail-section/children/ProductDetailOffer/ikas-config-snippet.json +39 -39
  140. package/data/section-templates/product-detail-section/children/ProductDetailOffer/index.tsx +9 -9
  141. package/data/section-templates/product-detail-section/children/ProductDetailOffer/types.ts +1 -0
  142. package/data/section-templates/product-detail-section/children/ProductDetailOptionSet/ikas-config-snippet.json +31 -31
  143. package/data/section-templates/product-detail-section/children/ProductDetailOptionSet/index.tsx +7 -7
  144. package/data/section-templates/product-detail-section/children/ProductDetailOptionSet/types.ts +1 -0
  145. package/data/section-templates/product-detail-section/children/ProductDetailPrices/ikas-config-snippet.json +11 -11
  146. package/data/section-templates/product-detail-section/children/ProductDetailPrices/types.ts +1 -0
  147. package/data/section-templates/product-detail-section/children/ProductDetailProductGroup/ikas-config-snippet.json +11 -11
  148. package/data/section-templates/product-detail-section/children/ProductDetailProductGroup/types.ts +1 -0
  149. package/data/section-templates/product-detail-section/children/ProductDetailSku/ikas-config-snippet.json +15 -15
  150. package/data/section-templates/product-detail-section/children/ProductDetailSku/index.tsx +1 -1
  151. package/data/section-templates/product-detail-section/children/ProductDetailSku/types.ts +1 -0
  152. package/data/section-templates/product-detail-section/children/ProductDetailVariant/ikas-config-snippet.json +13 -13
  153. package/data/section-templates/product-detail-section/children/ProductDetailVariant/types.ts +2 -1
  154. package/data/section-templates/product-detail-section/global-types.ts +0 -2
  155. package/data/section-templates/product-detail-section/hooks/useScrollLock.ts +0 -4
  156. package/data/section-templates/product-detail-section/ikas-config-snippet.json +16 -16
  157. package/data/section-templates/product-detail-section/index.tsx +1 -1
  158. package/data/section-templates/product-detail-section/types.ts +1 -0
  159. package/data/section-templates/product-pricing/ikas-config-snippet.json +11 -11
  160. package/data/section-templates/product-pricing/types.ts +1 -0
  161. package/data/section-templates/product-reviews-section/hooks/useScrollLock.ts +0 -4
  162. package/data/section-templates/product-reviews-section/ikas-config-snippet.json +6 -6
  163. package/data/section-templates/product-reviews-section/sub-components/Modal/index.tsx +4 -2
  164. package/data/section-templates/product-reviews-section/types.ts +1 -0
  165. package/data/section-templates/product-slider-section/children/CardProductName/ikas-config-snippet.json +2 -2
  166. package/data/section-templates/product-slider-section/children/CardProductName/types.ts +1 -0
  167. package/data/section-templates/product-slider-section/children/CardProductPrice/ikas-config-snippet.json +1 -1
  168. package/data/section-templates/product-slider-section/children/CardProductPrice/types.ts +1 -0
  169. package/data/section-templates/product-slider-section/children/CardProductVariants/ikas-config-snippet.json +1 -1
  170. package/data/section-templates/product-slider-section/children/CardProductVariants/types.ts +1 -0
  171. package/data/section-templates/product-slider-section/global-types.ts +0 -2
  172. package/data/section-templates/product-slider-section/ikas-config-snippet.json +22 -22
  173. package/data/section-templates/product-slider-section/index.tsx +4 -4
  174. package/data/section-templates/product-slider-section/sub-components/ProductCard/index.tsx +4 -4
  175. package/data/section-templates/product-slider-section/types.ts +1 -0
  176. package/data/section-templates/recover-password-section/components/RecoverPasswordForm/index.tsx +10 -10
  177. package/data/section-templates/recover-password-section/ikas-config-snippet.json +42 -42
  178. package/data/section-templates/recover-password-section/types.ts +1 -0
  179. package/data/section-templates/register-section/components/RegisterForm/index.tsx +15 -15
  180. package/data/section-templates/register-section/ikas-config-snippet.json +54 -54
  181. package/data/section-templates/register-section/types.ts +1 -0
  182. package/data/section-templates/rich-text-section/ikas-config-snippet.json +3 -3
  183. package/data/section-templates/rich-text-section/types.ts +1 -0
  184. package/data/section-templates/variant-selection/ikas-config-snippet.json +13 -13
  185. package/data/section-templates/variant-selection/types.ts +2 -1
  186. package/data/storefront-api.json +1 -1
  187. package/data/storefront-types.json +1 -1
  188. package/dist/index.js +2 -355
  189. package/dist/index.js.map +1 -1
  190. package/package.json +1 -1
  191. package/data/migration-examples/complex-header-migration/_meta.json +0 -4
  192. package/data/migration-examples/complex-header-migration/after-config-snippet.json +0 -55
  193. package/data/migration-examples/complex-header-migration/after-section.tsx +0 -64
  194. package/data/migration-examples/complex-header-migration/before-props-summary.json +0 -42
  195. package/data/migration-examples/custom-dynamic-list-to-component-list/_meta.json +0 -4
  196. package/data/migration-examples/custom-dynamic-list-to-component-list/after-child-styles.css +0 -38
  197. package/data/migration-examples/custom-dynamic-list-to-component-list/after-child.tsx +0 -22
  198. package/data/migration-examples/custom-dynamic-list-to-component-list/after-config-snippet.json +0 -31
  199. package/data/migration-examples/custom-dynamic-list-to-component-list/after-section-styles.css +0 -25
  200. package/data/migration-examples/custom-dynamic-list-to-component-list/after-section.tsx +0 -17
  201. package/data/migration-examples/custom-dynamic-list-to-component-list/before-component.tsx +0 -32
  202. package/data/migration-examples/custom-dynamic-list-to-component-list/before-theme-snippet.json +0 -53
  203. package/data/migration-examples/full-component-with-tailwind/_meta.json +0 -4
  204. package/data/migration-examples/full-component-with-tailwind/after-component.tsx +0 -43
  205. package/data/migration-examples/full-component-with-tailwind/after-config-snippet.json +0 -25
  206. package/data/migration-examples/full-component-with-tailwind/after-styles.css +0 -99
  207. package/data/migration-examples/full-component-with-tailwind/before-component.tsx +0 -60
  208. package/data/migration-examples/object-custom-to-inline-props/_meta.json +0 -4
  209. package/data/migration-examples/object-custom-to-inline-props/after-component.tsx +0 -34
  210. package/data/migration-examples/object-custom-to-inline-props/after-config-snippet.json +0 -23
  211. package/data/migration-examples/object-custom-to-inline-props/after-styles.css +0 -38
  212. package/data/migration-examples/object-custom-to-inline-props/before-component.tsx +0 -30
  213. package/data/migration-examples/object-custom-to-inline-props/before-theme-snippet.json +0 -26
  214. package/data/migration-examples/slider-library-replacement/_meta.json +0 -4
  215. package/data/migration-examples/slider-library-replacement/after-child.tsx +0 -13
  216. package/data/migration-examples/slider-library-replacement/after-config-snippet.json +0 -29
  217. package/data/migration-examples/slider-library-replacement/after-section.tsx +0 -38
  218. package/data/migration-examples/slider-library-replacement/after-styles.css +0 -43
  219. package/data/migration-examples/slider-library-replacement/before-component.tsx +0 -39
  220. package/data/migration-examples/slider-library-replacement/before-types-snippet.ts +0 -14
  221. package/data/migration.json +0 -65
@@ -18,20 +18,20 @@ type Status = "loading" | "success" | "error";
18
18
  type ResendStatus = "idle" | "sending" | "success" | "error";
19
19
 
20
20
  export function CustomerEmailVerification({
21
- title = "E-posta Doğrulama",
22
- successTitle = "E-posta Doğrulandı",
23
- successMessage = "E-posta adresiniz başarıyla doğrulandı. Artık giriş yapabilirsiniz.",
24
- errorTitle = "Doğrulama Başarısız",
25
- errorMessage = "E-posta doğrulama bağlantısı geçersiz veya süresi dolmuş.",
26
- loadingMessage = "E-posta adresiniz doğrulanıyor, lütfen bekleyin...",
27
- loginButtonText = "Giriş Yap",
28
- resendTitle = "Doğrulama E-postasını Tekrar Gönder",
29
- emailLabel = "E-posta",
30
- emailPlaceholder = "ornek@email.com",
31
- resendButtonText = "Tekrar Gönder",
32
- resendingButtonText = "Gönderiliyor...",
33
- resendSuccessMessage = "Doğrulama e-postası başarıyla gönderildi.",
34
- resendErrorMessage = "E-posta gönderilemedi. Lütfen tekrar deneyin.",
21
+ title = "Account Activation",
22
+ successTitle = "Your Account Has Been Activated!",
23
+ successMessage = "Your account has been successfully activated. You can sign in and start shopping.",
24
+ errorTitle = "Activation Failed",
25
+ errorMessage = "Your activation link may be invalid or expired.",
26
+ loadingMessage = "Activating your account...",
27
+ loginButtonText = "Sign In",
28
+ resendTitle = "Resend Activation Email",
29
+ emailLabel = "Email",
30
+ emailPlaceholder = "example@email.com",
31
+ resendButtonText = "Resend",
32
+ resendingButtonText = "Sending...",
33
+ resendSuccessMessage = "Activation email has been resent. Please check your inbox.",
34
+ resendErrorMessage = "Failed to send email. Please try again.",
35
35
  }: Props) {
36
36
  const [status, setStatus] = useState<Status>("loading");
37
37
  const [email, setEmail] = useState("");
@@ -1,3 +1,4 @@
1
+ // This file is auto-generated — do not edit manually.
1
2
  export interface Props {
2
3
  title?: string;
3
4
  successTitle?: string;
@@ -7,13 +7,13 @@
7
7
  "props": [
8
8
  {
9
9
  "name": "product",
10
- "displayName": "Ürün",
10
+ "displayName": "Product",
11
11
  "type": "PRODUCT",
12
12
  "required": false
13
13
  },
14
14
  {
15
15
  "name": "mobileMarginTop",
16
- "displayName": "Üst Boşluk",
16
+ "displayName": "Top Spacing",
17
17
  "type": "TYPE",
18
18
  "required": false,
19
19
  "groupId": "mobile",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  {
23
23
  "name": "mobileMarginBottom",
24
- "displayName": "Alt Boşluk",
24
+ "displayName": "Bottom Spacing",
25
25
  "type": "TYPE",
26
26
  "required": false,
27
27
  "groupId": "mobile",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  {
31
31
  "name": "desktopMarginTop",
32
- "displayName": "Üst Boşluk",
32
+ "displayName": "Top Spacing",
33
33
  "type": "TYPE",
34
34
  "required": false,
35
35
  "groupId": "desktop",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  {
39
39
  "name": "desktopMarginBottom",
40
- "displayName": "Alt Boşluk",
40
+ "displayName": "Bottom Spacing",
41
41
  "type": "TYPE",
42
42
  "required": false,
43
43
  "groupId": "desktop",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  {
47
47
  "name": "hideFavoriteButton",
48
- "displayName": "Favori Butonunu Gizle",
48
+ "displayName": "Hide Favorite Button",
49
49
  "type": "BOOLEAN",
50
50
  "required": false
51
51
  }
@@ -53,20 +53,20 @@
53
53
  "propGroups": [
54
54
  {
55
55
  "id": "appearance",
56
- "name": "Görünüm Ayarları",
56
+ "name": "Appearance Settings",
57
57
  "children": [
58
58
  {
59
59
  "id": "mobile",
60
- "name": "Mobil Görünüm",
61
- "description": "Mobil cihazlarda uygulanacak margin ayarları"
60
+ "name": "Mobile View",
61
+ "description": "Margin settings for mobile devices"
62
62
  },
63
63
  {
64
64
  "id": "desktop",
65
- "name": "Masaüstü Görünüm",
66
- "description": "Masaüstü cihazlarda uygulanacak margin ayarları"
65
+ "name": "Desktop View",
66
+ "description": "Margin settings for desktop devices"
67
67
  }
68
68
  ],
69
- "description": "Bileşenin mobil ve masaüstü görünüm ayarları"
69
+ "description": "Component mobile and desktop view settings"
70
70
  }
71
71
  ]
72
72
  }
@@ -1,3 +1,4 @@
1
+ // This file is auto-generated — do not edit manually.
1
2
  import type { IkasProduct, MarginTopStyleType, MarginBottomStyleType } from "@ikas/bp-storefront";
2
3
 
3
4
  export interface Props {
@@ -7,13 +7,13 @@
7
7
  "props": [
8
8
  {
9
9
  "name": "image",
10
- "displayName": "Görsel",
10
+ "displayName": "Image",
11
11
  "type": "IMAGE",
12
12
  "required": false
13
13
  },
14
14
  {
15
15
  "name": "text",
16
- "displayName": "Metin",
16
+ "displayName": "Text",
17
17
  "type": "RICH_TEXT",
18
18
  "required": false
19
19
  }
@@ -1,3 +1,4 @@
1
+ // This file is auto-generated — do not edit manually.
1
2
  import type { IkasImage } from "@ikas/bp-storefront";
2
3
 
3
4
  export interface Props {
@@ -7,14 +7,14 @@
7
7
  "props": [
8
8
  {
9
9
  "name": "backgroundColor",
10
- "displayName": "Arkaplan Rengi",
10
+ "displayName": "Background Color",
11
11
  "type": "COLOR",
12
12
  "required": false,
13
13
  "defaultValue": "#fafafa"
14
14
  },
15
15
  {
16
16
  "name": "components",
17
- "displayName": "Özellikler",
17
+ "displayName": "Specifications",
18
18
  "type": "COMPONENT_LIST",
19
19
  "required": false,
20
20
  "filteredComponentIds": [
@@ -1,3 +1,4 @@
1
+ // This file is auto-generated — do not edit manually.
1
2
  export interface Props {
2
3
  backgroundColor?: string;
3
4
  components?: any;
@@ -7,7 +7,7 @@
7
7
  "props": [
8
8
  {
9
9
  "name": "icon",
10
- "displayName": "İkon",
10
+ "displayName": "Icon",
11
11
  "type": "IMAGE",
12
12
  "required": false
13
13
  },
@@ -1,3 +1,4 @@
1
+ // This file is auto-generated — do not edit manually.
1
2
  import type { IkasImage, IkasNavigationLink } from "@ikas/bp-storefront";
2
3
 
3
4
  export interface Props {
@@ -14,65 +14,65 @@
14
14
  },
15
15
  {
16
16
  "name": "description",
17
- "displayName": "Açıklama",
17
+ "displayName": "Description",
18
18
  "type": "RICH_TEXT",
19
19
  "required": false,
20
20
  "groupId": "content"
21
21
  },
22
22
  {
23
23
  "name": "copyrightText",
24
- "displayName": "Telif Hakkı Metni",
24
+ "displayName": "Copyright Text",
25
25
  "type": "RICH_TEXT",
26
26
  "required": false,
27
- "defaultValue": "<p>© 2026 ikas Mağazası. Tüm Hakları Saklıdır.</p>",
27
+ "defaultValue": "<p>© 2026 ikas Store. All Rights Reserved.</p>",
28
28
  "groupId": "content"
29
29
  },
30
30
  {
31
31
  "name": "footerLinks",
32
- "displayName": "Footer Linkleri",
32
+ "displayName": "Footer Links",
33
33
  "type": "LIST_OF_LINK",
34
34
  "required": false,
35
35
  "groupId": "links"
36
36
  },
37
37
  {
38
38
  "name": "linkColor",
39
- "displayName": "Link Rengi",
39
+ "displayName": "Link Color",
40
40
  "type": "COLOR",
41
41
  "required": false,
42
42
  "groupId": "appearance"
43
43
  },
44
44
  {
45
45
  "name": "linkHoverColor",
46
- "displayName": "Link Hover Rengi",
46
+ "displayName": "Link Hover Color",
47
47
  "type": "COLOR",
48
48
  "required": false,
49
49
  "groupId": "appearance"
50
50
  },
51
51
  {
52
52
  "name": "contactTitle",
53
- "displayName": "Başlık",
53
+ "displayName": "Title",
54
54
  "type": "TEXT",
55
55
  "required": false,
56
- "defaultValue": "İletişim Bilgileri",
56
+ "defaultValue": "Contact Information",
57
57
  "groupId": "contact"
58
58
  },
59
59
  {
60
60
  "name": "contactEmail",
61
- "displayName": "E-posta",
61
+ "displayName": "Email",
62
62
  "type": "TEXT",
63
63
  "required": false,
64
64
  "groupId": "contact"
65
65
  },
66
66
  {
67
67
  "name": "contactPhone",
68
- "displayName": "Telefon",
68
+ "displayName": "Phone",
69
69
  "type": "TEXT",
70
70
  "required": false,
71
71
  "groupId": "contact"
72
72
  },
73
73
  {
74
74
  "name": "socialMediaIcons",
75
- "displayName": "Sosyal Medya İkonları",
75
+ "displayName": "Social Media Icons",
76
76
  "type": "COMPONENT_LIST",
77
77
  "required": false,
78
78
  "filteredComponentIds": [
@@ -91,25 +91,25 @@
91
91
  "propGroups": [
92
92
  {
93
93
  "id": "links",
94
- "name": "Navigasyon",
95
- "description": "Site bağlantıları ve iletişim bilgileri",
94
+ "name": "Navigation",
95
+ "description": "Site links and contact information",
96
96
  "children": [
97
97
  {
98
98
  "id": "contact",
99
- "name": "İletişim",
100
- "description": "İletişim başlığı, e-posta ve telefon bilgileri"
99
+ "name": "Contact",
100
+ "description": "Contact title, email, and phone information"
101
101
  }
102
102
  ]
103
103
  },
104
104
  {
105
105
  "id": "appearance",
106
- "name": "Görünüm",
107
- "description": "Link renkleri"
106
+ "name": "Appearance",
107
+ "description": "Link colors"
108
108
  },
109
109
  {
110
110
  "id": "content",
111
- "name": "İçerik",
112
- "description": "Logo, açıklama ve telif hakkı metni"
111
+ "name": "Content",
112
+ "description": "Logo, description, and copyright text"
113
113
  }
114
114
  ]
115
115
  }
@@ -11,10 +11,10 @@ export function Footer(props: Props) {
11
11
  const {
12
12
  logo,
13
13
  description,
14
- copyrightText = "© 2026 ikas Mağazası. Tüm Hakları Saklıdır",
14
+ copyrightText = "© 2026 ikas Store. All Rights Reserved",
15
15
  linkColor,
16
16
  linkHoverColor,
17
- contactTitle = "İletişim Bilgileri",
17
+ contactTitle = "Contact Information",
18
18
  contactEmail,
19
19
  contactPhone,
20
20
  footerLinks,
@@ -142,7 +142,7 @@ export function Footer(props: Props) {
142
142
  <div className="kombos-footer__badge">
143
143
  <IkasLogoSVG className="kombos-footer__badge-logo" />
144
144
  <span className="kombos-footer__badge-text text-xs-medium">
145
- E-Ticaret Altyapısı ile Hazırlanmıştır.
145
+ Powered by ikas E-Commerce.
146
146
  </span>
147
147
  </div>
148
148
  </div>
@@ -1,3 +1,4 @@
1
+ // This file is auto-generated — do not edit manually.
1
2
  import type { IkasImage, IkasNavigationLinkList } from "@ikas/bp-storefront";
2
3
 
3
4
  export interface Props {
@@ -17,16 +17,16 @@ interface ForgotPasswordFormProps extends Props {
17
17
 
18
18
  const ForgotPasswordForm = observer(function ForgotPasswordForm({
19
19
  forgotForm,
20
- title = "Parolamı Unuttum",
21
- subtitle = "Şifrenizi sıfırlamanız için size bir e-posta göndereceğiz",
22
- emailLabel = "E-posta",
23
- emailPlaceholder = "yildo@ikas.com",
24
- submitButtonText = "Gönder",
25
- submittingButtonText = "Gönderiliyor...",
26
- successTitle = "Parolamı Unuttum",
27
- successMessage = "Size bir e-posta gönderdik.",
28
- successButtonText = "Alışverişe Başla",
29
- backToLoginText = "Giriş Sayfasına Dön",
20
+ title = "Forgot Password",
21
+ subtitle = "We'll send you an email to reset your password",
22
+ emailLabel = "Email",
23
+ emailPlaceholder = "example@email.com",
24
+ submitButtonText = "Send",
25
+ submittingButtonText = "Sending...",
26
+ successTitle = "Forgot Password",
27
+ successMessage = "We've sent you an email.",
28
+ successButtonText = "Start Shopping",
29
+ backToLoginText = "Back to Login",
30
30
  }: ForgotPasswordFormProps) {
31
31
  const handleSubmit = async (e: Event) => {
32
32
  e.preventDefault();
@@ -7,82 +7,82 @@
7
7
  "props": [
8
8
  {
9
9
  "name": "title",
10
- "displayName": "Başlık",
10
+ "displayName": "Title",
11
11
  "type": "TEXT",
12
12
  "required": false,
13
- "defaultValue": "Parolamı Unuttum",
13
+ "defaultValue": "Forgot Password",
14
14
  "groupId": "content"
15
15
  },
16
16
  {
17
17
  "name": "subtitle",
18
- "displayName": "Açıklama",
18
+ "displayName": "Description",
19
19
  "type": "TEXT",
20
20
  "required": false,
21
- "defaultValue": "Şifrenizi sıfırlamanız için size bir e-posta göndereceğiz",
21
+ "defaultValue": "We'll send you an email to reset your password",
22
22
  "groupId": "content"
23
23
  },
24
24
  {
25
25
  "name": "emailLabel",
26
- "displayName": "E-posta Etiketi",
26
+ "displayName": "Email Label",
27
27
  "type": "TEXT",
28
28
  "required": false,
29
- "defaultValue": "E-posta",
29
+ "defaultValue": "Email",
30
30
  "groupId": "email"
31
31
  },
32
32
  {
33
33
  "name": "emailPlaceholder",
34
- "displayName": "E-posta Yer Tutucu",
34
+ "displayName": "Email Placeholder",
35
35
  "type": "TEXT",
36
36
  "required": false,
37
- "defaultValue": "ikas@ikas.com",
37
+ "defaultValue": "example@email.com",
38
38
  "groupId": "email"
39
39
  },
40
40
  {
41
41
  "name": "submitButtonText",
42
- "displayName": "Gönder Butonu",
42
+ "displayName": "Send Button",
43
43
  "type": "TEXT",
44
44
  "required": false,
45
- "defaultValue": "Gönder",
45
+ "defaultValue": "Send",
46
46
  "groupId": "buttons"
47
47
  },
48
48
  {
49
49
  "name": "submittingButtonText",
50
- "displayName": "Gönderiliyor Butonu",
50
+ "displayName": "Sending Button",
51
51
  "type": "TEXT",
52
52
  "required": false,
53
- "defaultValue": "Gönderiliyor...",
53
+ "defaultValue": "Sending...",
54
54
  "groupId": "buttons"
55
55
  },
56
56
  {
57
57
  "name": "backToLoginText",
58
- "displayName": "Girişe Dön Bağlantısı",
58
+ "displayName": "Back to Login Link",
59
59
  "type": "TEXT",
60
60
  "required": false,
61
- "defaultValue": "Giriş Sayfasına Dön",
61
+ "defaultValue": "Back to Login",
62
62
  "groupId": "buttons"
63
63
  },
64
64
  {
65
65
  "name": "successTitle",
66
- "displayName": "Başarı Başlığı",
66
+ "displayName": "Success Title",
67
67
  "type": "TEXT",
68
68
  "required": false,
69
- "defaultValue": "Parolamı Unuttum",
69
+ "defaultValue": "Forgot Password",
70
70
  "groupId": "success"
71
71
  },
72
72
  {
73
73
  "name": "successMessage",
74
- "displayName": "Başarı Mesajı",
74
+ "displayName": "Success Message",
75
75
  "type": "TEXT",
76
76
  "required": false,
77
- "defaultValue": "Size bir e-posta gönderdik.",
77
+ "defaultValue": "We've sent you an email.",
78
78
  "groupId": "success"
79
79
  },
80
80
  {
81
81
  "name": "successButtonText",
82
- "displayName": "Başarı Butonu",
82
+ "displayName": "Success Button",
83
83
  "type": "TEXT",
84
84
  "required": false,
85
- "defaultValue": "Alışverişe Başla",
85
+ "defaultValue": "Start Shopping",
86
86
  "groupId": "success"
87
87
  },
88
88
  {
@@ -96,29 +96,29 @@
96
96
  "propGroups": [
97
97
  {
98
98
  "id": "success",
99
- "name": "Başarı Ekranı",
100
- "description": "E-posta gönderildikten sonra gösterilen başarı mesajları"
99
+ "name": "Success Screen",
100
+ "description": "Success messages shown after email is sent"
101
101
  },
102
102
  {
103
103
  "id": "content",
104
- "name": "İçerik",
105
- "description": "Sayfa başlığı ve açıklama metni"
104
+ "name": "Content",
105
+ "description": "Page title and description text"
106
106
  },
107
107
  {
108
108
  "id": "formFields",
109
- "name": "Form Alanları",
110
- "description": "E-posta alanı etiket ve placeholder metinleri",
109
+ "name": "Form Fields",
110
+ "description": "Email field label and placeholder texts",
111
111
  "children": [
112
112
  {
113
113
  "id": "email",
114
- "name": "E-posta"
114
+ "name": "Email"
115
115
  }
116
116
  ]
117
117
  },
118
118
  {
119
119
  "id": "buttons",
120
- "name": "Butonlar",
121
- "description": "Buton ve link metinleri"
120
+ "name": "Buttons",
121
+ "description": "Button and link texts"
122
122
  }
123
123
  ]
124
124
  }
@@ -1,3 +1,4 @@
1
+ // This file is auto-generated — do not edit manually.
1
2
  export interface Props {
2
3
  title?: string;
3
4
  subtitle?: string;
@@ -7,7 +7,7 @@
7
7
  "props": [
8
8
  {
9
9
  "name": "bgColor",
10
- "displayName": "Arka Plan Rengi",
10
+ "displayName": "Background Color",
11
11
  "type": "COLOR",
12
12
  "required": false,
13
13
  "defaultValue": "#14141a",
@@ -15,7 +15,7 @@
15
15
  },
16
16
  {
17
17
  "name": "textColor",
18
- "displayName": "Yazı Rengi",
18
+ "displayName": "Text Color",
19
19
  "type": "COLOR",
20
20
  "required": false,
21
21
  "defaultValue": "#ffffff",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  {
25
25
  "name": "items",
26
- "displayName": "Duyurular",
26
+ "displayName": "Announcements",
27
27
  "type": "COMPONENT_LIST",
28
28
  "required": false,
29
29
  "filteredComponentIds": [
@@ -32,7 +32,7 @@
32
32
  },
33
33
  {
34
34
  "name": "autoPlay",
35
- "displayName": "Otomatik Oynatma",
35
+ "displayName": "Autoplay",
36
36
  "type": "BOOLEAN",
37
37
  "required": false,
38
38
  "defaultValue": true,
@@ -40,7 +40,7 @@
40
40
  },
41
41
  {
42
42
  "name": "autoPlayInterval",
43
- "displayName": "Oynatma Aralığı (ms)",
43
+ "displayName": "Autoplay Interval (ms)",
44
44
  "type": "NUMBER",
45
45
  "required": false,
46
46
  "defaultValue": 5000,
@@ -50,13 +50,13 @@
50
50
  "propGroups": [
51
51
  {
52
52
  "id": "appearance",
53
- "name": "Görünüm",
54
- "description": "Arka plan ve metin rengi ayarları"
53
+ "name": "Appearance",
54
+ "description": "Background and text color settings"
55
55
  },
56
56
  {
57
57
  "id": "slider",
58
- "name": "Slider Ayarları",
59
- "description": "Otomatik oynatma ve zamanlama ayarları"
58
+ "name": "Slider Settings",
59
+ "description": "Autoplay and timing settings"
60
60
  }
61
61
  ]
62
62
  }
@@ -1,3 +1,4 @@
1
+ // This file is auto-generated — do not edit manually.
1
2
  export interface Props {
2
3
  bgColor?: string;
3
4
  textColor?: string;