@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
@@ -7,23 +7,23 @@
7
7
  "props": [
8
8
  {
9
9
  "name": "cookieContent",
10
- "displayName": "Çerez İçeriği",
10
+ "displayName": "Cookie Content",
11
11
  "type": "RICH_TEXT",
12
12
  "required": true,
13
- "defaultValue": "<p>Bu siteyi kullanırken çerezler kullanıyoruz. Daha fazla bilgi için <a target=\"_blank\" rel=\"noopener noreferrer nofollow\" class=\"editor-link\" tabindex=\"-1\" href=\"https://www.ikas.com\">gizlilik politikamızı</a> okuyabilirsiniz.</p>",
13
+ "defaultValue": "<p>We use cookies on this site. For more information, you can read our <a target=\"_blank\" rel=\"noopener noreferrer nofollow\" class=\"editor-link\" tabindex=\"-1\" href=\"https://www.ikas.com\">privacy policy</a>.</p>",
14
14
  "groupId": "content"
15
15
  },
16
16
  {
17
17
  "name": "buttonText",
18
- "displayName": "Buton Metni",
18
+ "displayName": "Button Text",
19
19
  "type": "TEXT",
20
20
  "required": false,
21
- "defaultValue": "Kabul Et",
21
+ "defaultValue": "Accept",
22
22
  "groupId": "content"
23
23
  },
24
24
  {
25
25
  "name": "position",
26
- "displayName": "Solda Konumla",
26
+ "displayName": "Position Left",
27
27
  "type": "BOOLEAN",
28
28
  "required": false,
29
29
  "defaultValue": false,
@@ -31,7 +31,7 @@
31
31
  },
32
32
  {
33
33
  "name": "showCloseIcon",
34
- "displayName": "Kapatma İkonunu Gizle",
34
+ "displayName": "Hide Close Icon",
35
35
  "type": "BOOLEAN",
36
36
  "required": false,
37
37
  "defaultValue": false,
@@ -39,21 +39,21 @@
39
39
  },
40
40
  {
41
41
  "name": "backgroundColor",
42
- "displayName": "Arkaplan Rengi",
42
+ "displayName": "Background Color",
43
43
  "type": "COLOR",
44
44
  "required": false,
45
45
  "groupId": "appearance"
46
46
  },
47
47
  {
48
48
  "name": "textColor",
49
- "displayName": "Metin Rengi",
49
+ "displayName": "Text Color",
50
50
  "type": "COLOR",
51
51
  "required": false,
52
52
  "groupId": "appearance"
53
53
  },
54
54
  {
55
55
  "name": "buttonTextColor",
56
- "displayName": "Buton Metin Rengi",
56
+ "displayName": "Button Text Color",
57
57
  "type": "COLOR",
58
58
  "required": false,
59
59
  "groupId": "appearance"
@@ -62,18 +62,18 @@
62
62
  "propGroups": [
63
63
  {
64
64
  "id": "content",
65
- "name": "İçerik",
66
- "description": "Çerez barı metin ve buton içerikleri"
65
+ "name": "Content",
66
+ "description": "Cookie bar text and button content"
67
67
  },
68
68
  {
69
69
  "id": "layout",
70
- "name": "Yerleşim",
71
- "description": "Çerez barının konumu ve kapatma düğmesi ayarları"
70
+ "name": "Layout",
71
+ "description": "Cookie bar position and close button settings"
72
72
  },
73
73
  {
74
74
  "id": "appearance",
75
- "name": "Görünüm",
76
- "description": "Çerez barı renk özelleştirmeleri"
75
+ "name": "Appearance",
76
+ "description": "Cookie bar color customizations"
77
77
  }
78
78
  ]
79
79
  }
@@ -1,3 +1,4 @@
1
+ // This file is auto-generated — do not edit manually.
1
2
  export interface Props {
2
3
  cookieContent: string;
3
4
  buttonText?: string;
@@ -148,7 +148,7 @@ const MobileMenu = observer(function MobileMenu({
148
148
  subLinks: link.subLinks!,
149
149
  })
150
150
  }
151
- aria-label={`${link.label} alt kategorileri`}
151
+ aria-label={`${link.label} subcategories`}
152
152
  >
153
153
  <CaretRightSVG />
154
154
  </button>
@@ -14,7 +14,7 @@
14
14
  },
15
15
  {
16
16
  "name": "logoSizeDesktop",
17
- "displayName": "Logo Boyutu Masaüstü",
17
+ "displayName": "Desktop Logo Size",
18
18
  "type": "TYPE",
19
19
  "required": false,
20
20
  "groupId": "logo-settings",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  {
24
24
  "name": "logoSizeMobile",
25
- "displayName": "Logo Boyutu Mobil",
25
+ "displayName": "Mobile Logo Size",
26
26
  "type": "TYPE",
27
27
  "required": false,
28
28
  "groupId": "logo-settings",
@@ -30,193 +30,193 @@
30
30
  },
31
31
  {
32
32
  "name": "navigationLinks",
33
- "displayName": "Navigasyon Bağlantıları",
33
+ "displayName": "Navigation Links",
34
34
  "type": "LIST_OF_LINK",
35
35
  "required": false,
36
36
  "groupId": "navigation"
37
37
  },
38
38
  {
39
39
  "name": "navigationLinkColor",
40
- "displayName": "Bağlantı Rengi",
40
+ "displayName": "Link Color",
41
41
  "type": "COLOR",
42
42
  "required": false,
43
43
  "groupId": "navigation"
44
44
  },
45
45
  {
46
46
  "name": "coloredLinks",
47
- "displayName": "Bağlantılar",
47
+ "displayName": "Links",
48
48
  "type": "LIST_OF_LINK",
49
49
  "required": false,
50
50
  "groupId": "colored-links"
51
51
  },
52
52
  {
53
53
  "name": "coloredLinkColor",
54
- "displayName": "Bağlantı Rengi",
54
+ "displayName": "Link Color",
55
55
  "type": "COLOR",
56
56
  "required": false,
57
57
  "groupId": "colored-links"
58
58
  },
59
59
  {
60
60
  "name": "cartTitle",
61
- "displayName": "Sepet Başlığı",
61
+ "displayName": "Cart Title",
62
62
  "type": "TEXT",
63
63
  "required": false,
64
- "defaultValue": "Alışveriş Sepetim",
64
+ "defaultValue": "My Cart",
65
65
  "groupId": "cart-sidebar"
66
66
  },
67
67
  {
68
68
  "name": "emptyCartText",
69
- "displayName": "Boş Sepet Metni",
69
+ "displayName": "Empty Cart Text",
70
70
  "type": "TEXT",
71
71
  "required": false,
72
- "defaultValue": "Sepetinizde Ürün Bulunmamaktadır",
72
+ "defaultValue": "Your cart is empty",
73
73
  "groupId": "cart-sidebar"
74
74
  },
75
75
  {
76
76
  "name": "checkoutButtonText",
77
- "displayName": "Ödeme Butonu Metni",
77
+ "displayName": "Checkout Button Text",
78
78
  "type": "TEXT",
79
79
  "required": false,
80
- "defaultValue": "Ödemeye Geç",
80
+ "defaultValue": "Proceed to Checkout",
81
81
  "groupId": "cart-sidebar"
82
82
  },
83
83
  {
84
84
  "name": "totalText",
85
- "displayName": "Toplam Metni",
85
+ "displayName": "Total Text",
86
86
  "type": "TEXT",
87
87
  "required": false,
88
- "defaultValue": "Toplam",
88
+ "defaultValue": "Total",
89
89
  "groupId": "cart-sidebar"
90
90
  },
91
91
  {
92
92
  "name": "freeShippingText",
93
- "displayName": "Ücretsiz Kargo Metni",
93
+ "displayName": "Free Shipping Text",
94
94
  "type": "TEXT",
95
95
  "required": false,
96
- "defaultValue": "150 TL ve üzeri siparişlerde kargo bedava",
96
+ "defaultValue": "Free shipping on orders over $150",
97
97
  "groupId": "cart-sidebar"
98
98
  },
99
99
  {
100
100
  "name": "emptyCartButtonText",
101
- "displayName": "Boş Sepet Butonu Metni",
101
+ "displayName": "Empty Cart Button Text",
102
102
  "type": "TEXT",
103
103
  "required": false,
104
- "defaultValue": "Alışverişe Başla",
104
+ "defaultValue": "Start Shopping",
105
105
  "groupId": "cart-sidebar"
106
106
  },
107
107
  {
108
108
  "name": "registerButtonText",
109
- "displayName": "Üye Ol Butonu",
109
+ "displayName": "Sign Up Button",
110
110
  "type": "TEXT",
111
111
  "required": false,
112
- "defaultValue": "Üye Ol",
112
+ "defaultValue": "Sign Up",
113
113
  "groupId": "mobile-menu"
114
114
  },
115
115
  {
116
116
  "name": "loginButtonText",
117
- "displayName": "Giriş Yap Butonu",
117
+ "displayName": "Sign In Button",
118
118
  "type": "TEXT",
119
119
  "required": false,
120
- "defaultValue": "Giriş Yap",
120
+ "defaultValue": "Sign In",
121
121
  "groupId": "mobile-menu"
122
122
  },
123
123
  {
124
124
  "name": "logoutButtonText",
125
- "displayName": "Çıkış Yap Butonu",
125
+ "displayName": "Sign Out Button",
126
126
  "type": "TEXT",
127
127
  "required": false,
128
- "defaultValue": "Çıkış Yap",
128
+ "defaultValue": "Sign Out",
129
129
  "groupId": "mobile-menu"
130
130
  },
131
131
  {
132
132
  "name": "searchProductList",
133
- "displayName": "Arama Ürün Listesi",
133
+ "displayName": "Search Product List",
134
134
  "type": "PRODUCT_LIST",
135
135
  "required": false,
136
136
  "groupId": "search"
137
137
  },
138
138
  {
139
139
  "name": "hideAddToCartButton",
140
- "displayName": "Sepete Ekle Butonunu Gizle",
140
+ "displayName": "Hide Add to Cart Button",
141
141
  "type": "BOOLEAN",
142
142
  "required": false,
143
143
  "groupId": "search-card-settings"
144
144
  },
145
145
  {
146
146
  "name": "searchPlaceholder",
147
- "displayName": "Arama Placeholder",
147
+ "displayName": "Search Placeholder",
148
148
  "type": "TEXT",
149
149
  "required": false,
150
- "defaultValue": "Ne Aramıştınız?",
150
+ "defaultValue": "What are you looking for?",
151
151
  "groupId": "search-texts"
152
152
  },
153
153
  {
154
154
  "name": "searchingText",
155
- "displayName": "Aranıyor Metni",
155
+ "displayName": "Searching Text",
156
156
  "type": "TEXT",
157
157
  "required": false,
158
- "defaultValue": "Aranıyor...",
158
+ "defaultValue": "Searching...",
159
159
  "groupId": "search-texts"
160
160
  },
161
161
  {
162
162
  "name": "noResultsText",
163
- "displayName": "Sonuç Bulunamadı Metni",
163
+ "displayName": "No Results Text",
164
164
  "type": "TEXT",
165
165
  "required": false,
166
- "defaultValue": "Aradığınız ürün bulunamadı",
166
+ "defaultValue": "No products found",
167
167
  "groupId": "search-texts"
168
168
  },
169
169
  {
170
170
  "name": "resultCountText",
171
- "displayName": "Sonuç Sayısı Metni",
171
+ "displayName": "Result Count Text",
172
172
  "type": "TEXT",
173
173
  "required": false,
174
- "defaultValue": "Sonuç",
174
+ "defaultValue": "Result",
175
175
  "groupId": "search-texts"
176
176
  },
177
177
  {
178
178
  "name": "addToCartText",
179
- "displayName": "Sepete Ekle Metni",
179
+ "displayName": "Add to Cart Text",
180
180
  "type": "TEXT",
181
181
  "required": false,
182
- "defaultValue": "Sepete Ekle",
182
+ "defaultValue": "Add to Cart",
183
183
  "groupId": "search-texts"
184
184
  },
185
185
  {
186
186
  "name": "addedToCartText",
187
- "displayName": "Sepete Eklendi Metni",
187
+ "displayName": "Added to Cart Text",
188
188
  "type": "TEXT",
189
189
  "required": false,
190
- "defaultValue": "Sepete Eklendi",
190
+ "defaultValue": "Added to Cart",
191
191
  "groupId": "search-texts"
192
192
  },
193
193
  {
194
194
  "name": "outOfStockText",
195
- "displayName": "Tükendi Metni",
195
+ "displayName": "Sold Out Text",
196
196
  "type": "TEXT",
197
197
  "required": false,
198
- "defaultValue": "Tükendi",
198
+ "defaultValue": "Sold Out",
199
199
  "groupId": "search-texts"
200
200
  },
201
201
  {
202
202
  "name": "goToProductText",
203
- "displayName": "Ürüne Git Metni",
203
+ "displayName": "View Product Text",
204
204
  "type": "TEXT",
205
205
  "required": false,
206
- "defaultValue": "Ürüne Git",
206
+ "defaultValue": "View Product",
207
207
  "groupId": "search-texts"
208
208
  },
209
209
  {
210
210
  "name": "viewAllText",
211
- "displayName": "Tümünü Gör Metni",
211
+ "displayName": "View All Text",
212
212
  "type": "TEXT",
213
213
  "required": false,
214
- "defaultValue": "Tümünü Gör",
214
+ "defaultValue": "View All",
215
215
  "groupId": "search-texts"
216
216
  },
217
217
  {
218
218
  "name": "components",
219
- "displayName": "Bileşenler",
219
+ "displayName": "Components",
220
220
  "type": "COMPONENT_LIST",
221
221
  "required": false,
222
222
  "privateVarMap": {
@@ -233,7 +233,7 @@
233
233
  },
234
234
  {
235
235
  "name": "imageAspectRatio",
236
- "displayName": "Görsel Oranı",
236
+ "displayName": "Image Ratio",
237
237
  "type": "ENUM",
238
238
  "required": false,
239
239
  "groupId": "search-image",
@@ -241,7 +241,7 @@
241
241
  },
242
242
  {
243
243
  "name": "imageObjectFit",
244
- "displayName": "Görsel Sığdırma",
244
+ "displayName": "Image Fit",
245
245
  "type": "ENUM",
246
246
  "required": false,
247
247
  "groupId": "search-image",
@@ -249,10 +249,10 @@
249
249
  },
250
250
  {
251
251
  "name": "viewCartButtonText",
252
- "displayName": "Sepeti Görüntüle Buton Metni",
252
+ "displayName": "View Cart Button Text",
253
253
  "type": "TEXT",
254
254
  "required": false,
255
- "defaultValue": "Sepeti Görüntüle",
255
+ "defaultValue": "View Cart",
256
256
  "groupId": "texts"
257
257
  }
258
258
  ],
@@ -260,56 +260,56 @@
260
260
  {
261
261
  "id": "logo-settings",
262
262
  "name": "Logo",
263
- "description": "Görsel ve boyut ayarları"
263
+ "description": "Image and size settings"
264
264
  },
265
265
  {
266
266
  "id": "navigation",
267
- "name": "Navigasyon",
268
- "description": "Bağlantılar ve renkler"
267
+ "name": "Navigation",
268
+ "description": "Links and colors"
269
269
  },
270
270
  {
271
271
  "id": "colored-links",
272
- "name": "Renkli Bağlantılar",
273
- "description": "Öne çıkan bağlantılar"
272
+ "name": "Featured Links",
273
+ "description": "Featured links"
274
274
  },
275
275
  {
276
276
  "id": "texts",
277
- "name": "Metinler",
278
- "description": "Sepet ve mobil menü metinleri",
277
+ "name": "Texts",
278
+ "description": "Cart and mobile menu texts",
279
279
  "children": [
280
280
  {
281
281
  "id": "cart-sidebar",
282
- "name": "Sepet",
283
- "description": "Sepet kenar çubuğu metinleri"
282
+ "name": "Cart",
283
+ "description": "Cart sidebar texts"
284
284
  },
285
285
  {
286
286
  "id": "mobile-menu",
287
- "name": "Mobil Menü",
288
- "description": "Giriş, kayıt ve çıkış butonları"
287
+ "name": "Mobile Menu",
288
+ "description": "Login, register, and logout buttons"
289
289
  }
290
290
  ]
291
291
  },
292
292
  {
293
293
  "id": "search",
294
- "name": "Arama",
295
- "description": "Arama modalı ayarları",
294
+ "name": "Search",
295
+ "description": "Search modal settings",
296
296
  "children": [
297
297
  {
298
298
  "id": "search-card-settings",
299
- "name": "Ürün Kartı Ayarları",
300
- "description": "Arama sonuçlarındaki ürün kartı görünüm ayarları"
299
+ "name": "Product Card Settings",
300
+ "description": "Product card view settings in search results"
301
301
  },
302
302
  {
303
303
  "id": "search-texts",
304
- "name": "Metinler",
305
- "description": "Arama modalı metin ayarları"
304
+ "name": "Texts",
305
+ "description": "Search modal text settings"
306
306
  }
307
307
  ]
308
308
  },
309
309
  {
310
310
  "id": "search-image",
311
- "name": "Ürün Görsel Ayarları",
312
- "description": "Ürün görsellerinin oran ve sığdırma ayarları"
311
+ "name": "Product Image Settings",
312
+ "description": "Product image ratio and fit settings"
313
313
  }
314
314
  ]
315
315
  }
@@ -26,28 +26,28 @@ export function Navbar(props: Props) {
26
26
  navigationLinks,
27
27
  logoSizeDesktop: rawLogoSizeDesktop,
28
28
  logoSizeMobile: rawLogoSizeMobile,
29
- cartTitle = "Alışveriş Sepetim",
30
- emptyCartText = "Sepetinizde Ürün Bulunmamaktadır",
31
- checkoutButtonText = "Ödemeye Geç",
32
- totalText = "Toplam",
29
+ cartTitle = "My Cart",
30
+ emptyCartText = "Your cart is empty",
31
+ checkoutButtonText = "Proceed to Checkout",
32
+ totalText = "Total",
33
33
  navigationLinkColor,
34
34
  coloredLinks,
35
35
  coloredLinkColor,
36
- registerButtonText = "Üye Ol",
37
- loginButtonText = "Giriş Yap",
38
- logoutButtonText = "Çıkış Yap",
39
- freeShippingText = "150 TL ve üzeri siparişlerde kargo bedava",
40
- emptyCartButtonText = "Alışverişe Başla",
41
- searchPlaceholder = "Ne Aramıştınız?",
42
- searchingText = "Aranıyor...",
43
- noResultsText = "Aradığınız ürün bulunamadı",
44
- resultCountText = "Sonuç",
45
- addToCartText = "Sepete Ekle",
46
- addedToCartText = "Sepete Eklendi",
47
- outOfStockText = "Tükendi",
48
- goToProductText = "Ürüne Git",
49
- viewAllText = "Tümünü Gör",
50
- viewCartButtonText = "Sepeti Görüntüle",
36
+ registerButtonText = "Sign Up",
37
+ loginButtonText = "Sign In",
38
+ logoutButtonText = "Sign Out",
39
+ freeShippingText = "Free shipping on orders over $150",
40
+ emptyCartButtonText = "Start Shopping",
41
+ searchPlaceholder = "What are you looking for?",
42
+ searchingText = "Searching...",
43
+ noResultsText = "No products found",
44
+ resultCountText = "Result",
45
+ addToCartText = "Add to Cart",
46
+ addedToCartText = "Added to Cart",
47
+ outOfStockText = "Sold Out",
48
+ goToProductText = "View Product",
49
+ viewAllText = "View All",
50
+ viewCartButtonText = "View Cart",
51
51
  searchProductList,
52
52
  hideAddToCartButton,
53
53
  imageAspectRatio,
@@ -1,3 +1,4 @@
1
+ // This file is auto-generated — do not edit manually.
1
2
  import type { IkasImage, HeightStyleType, IkasNavigationLinkList, IkasProductList } from "@ikas/bp-storefront";
2
3
  import type { AspectRatio, ObjectFit } from "../../global-types";
3
4
 
@@ -3,8 +3,6 @@
3
3
 
4
4
  /** Enum type: {{ENUM_ID:AspectRatio}} */
5
5
  export type AspectRatio = "Square" | "Portrait" | "Landscape" | "Video";
6
- /** Enum type: __breakpointsEnum__ */
7
- export type Breakpoints = "desktop";
8
6
  /** Enum type: {{ENUM_ID:NumberOfColumns}} */
9
7
  export type NumberOfColumns = "One" | "Two" | "Three" | "Four" | "Five";
10
8
  /** Enum type: {{ENUM_ID:ObjectFit}} */
@@ -7,14 +7,10 @@ export function useScrollLock(
7
7
  ) {
8
8
  useEffect(() => {
9
9
  if (!enabled) return;
10
- const scrollbarWidth =
11
- window.innerWidth - document.documentElement.clientWidth;
12
10
  document.body.style.overflow = "hidden";
13
- document.body.style.paddingRight = `${scrollbarWidth}px`;
14
11
  return () => {
15
12
  if (skipCleanupRef?.current) return;
16
13
  document.body.style.overflow = "";
17
- document.body.style.paddingRight = "";
18
14
  };
19
15
  }, [enabled]);
20
16
  }
@@ -7,7 +7,7 @@
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": "#ffffff",
@@ -15,7 +15,7 @@
15
15
  },
16
16
  {
17
17
  "name": "borderColor",
18
- "displayName": "Kenarlık Rengi",
18
+ "displayName": "Border Color",
19
19
  "type": "COLOR",
20
20
  "required": false,
21
21
  "defaultValue": "#f6f6f6",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  {
25
25
  "name": "components",
26
- "displayName": "Bileşenler",
26
+ "displayName": "Components",
27
27
  "type": "COMPONENT_LIST",
28
28
  "required": false,
29
29
  "filteredComponentIds": [
@@ -37,8 +37,8 @@
37
37
  "propGroups": [
38
38
  {
39
39
  "id": "appearance",
40
- "name": "Görünüm",
41
- "description": "Arkaplan ve kenarlık renkleri"
40
+ "name": "Appearance",
41
+ "description": "Background and border colors"
42
42
  }
43
43
  ]
44
44
  }
@@ -16,7 +16,7 @@ const BundleProducts = observer(function BundleProducts({
16
16
  item,
17
17
  aspectRatio,
18
18
  objectFit,
19
- editButtonText = "Düzenle",
19
+ editButtonText = "Edit",
20
20
  }: Props) {
21
21
  const bundleProducts = (item.variant?.bundleProducts ?? []).filter(
22
22
  (bp) => bp.quantity > 0,
@@ -49,9 +49,9 @@ interface Props {
49
49
  const ProductCard = observer(function ProductCard({
50
50
  product,
51
51
  addToCartText,
52
- addedToCartText = "Sepete Eklendi",
53
- outOfStockText = "Tükendi",
54
- goToProductText = "Ürüne Git",
52
+ addedToCartText = "Added to Cart",
53
+ outOfStockText = "Sold Out",
54
+ goToProductText = "View Product",
55
55
  showFavorite = true,
56
56
  hideAddToCartButton = false,
57
57
  badgeText,
@@ -60,7 +60,7 @@ const ProductCard = observer(function ProductCard({
60
60
  dataPage,
61
61
  sizes = "(max-width: 767px) calc(50vw - 24px), (max-width: 1023px) calc(50vw - 44px), 300px",
62
62
  openCartOnAdd = true,
63
- errorMessage = "Ürün sepete eklenemedi",
63
+ errorMessage = "Failed to add product to cart",
64
64
  onFavoriteRemove,
65
65
  priority = false,
66
66
  }: Props) {
@@ -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
  borderColor?: string;