@ikas/code-components-mcp 1.4.0-beta.3 → 1.4.0-beta.5

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 (24) hide show
  1. package/data/framework.json +5 -5
  2. package/data/migration.json +171 -20
  3. package/data/section-templates/account-info-section/children/AccountFavorites/ikas-config-snippet.json +3 -3
  4. package/data/section-templates/account-info-section/ikas-config-snippet.json +5 -5
  5. package/data/section-templates/category-images-section/ikas-config-snippet.json +1 -1
  6. package/data/section-templates/category-list-section/ikas-config-snippet.json +3 -3
  7. package/data/section-templates/component-renderer/ikas-config-snippet.json +3 -3
  8. package/data/section-templates/features-section/ikas-config-snippet.json +1 -1
  9. package/data/section-templates/footer-section/ikas-config-snippet.json +1 -1
  10. package/data/section-templates/header-section/children/Announcements/ikas-config-snippet.json +1 -1
  11. package/data/section-templates/header-section/children/Navbar/ikas-config-snippet.json +3 -3
  12. package/data/section-templates/header-section/ikas-config-snippet.json +3 -3
  13. package/data/section-templates/hero-slider-section/ikas-config-snippet.json +1 -1
  14. package/data/section-templates/image-handling/ikas-config-snippet.json +13 -13
  15. package/data/section-templates/navigation/ikas-config-snippet.json +3 -3
  16. package/data/section-templates/product-detail-section/children/ProductDetailDescription/ikas-config-snippet.json +1 -1
  17. package/data/section-templates/product-detail-section/children/ProductDetailFeatures/ikas-config-snippet.json +1 -1
  18. package/data/section-templates/product-detail-section/ikas-config-snippet.json +13 -13
  19. package/data/section-templates/product-slider-section/ikas-config-snippet.json +3 -3
  20. package/data/storefront-api.json +1 -1
  21. package/data/storefront-types.json +1 -1
  22. package/dist/index.js +483 -78
  23. package/dist/index.js.map +1 -1
  24. package/package.json +1 -1
@@ -18,7 +18,7 @@
18
18
  "type": "COMPONENT_LIST",
19
19
  "required": false,
20
20
  "filteredComponentIds": [
21
- "{{PROJECT_ID}}-feature-item"
21
+ "<id-of-FeatureItem>"
22
22
  ]
23
23
  }
24
24
  ]
@@ -76,7 +76,7 @@
76
76
  "type": "COMPONENT_LIST",
77
77
  "required": false,
78
78
  "filteredComponentIds": [
79
- "{{PROJECT_ID}}-social-media-icon"
79
+ "<id-of-SocialMediaIcon>"
80
80
  ]
81
81
  },
82
82
  {
@@ -27,7 +27,7 @@
27
27
  "type": "COMPONENT_LIST",
28
28
  "required": false,
29
29
  "filteredComponentIds": [
30
- "{{PROJECT_ID}}-announcement"
30
+ "<id-of-Announcement>"
31
31
  ]
32
32
  },
33
33
  {
@@ -226,9 +226,9 @@
226
226
  }
227
227
  },
228
228
  "filteredComponentIds": [
229
- "{{PROJECT_ID}}-card-product-price",
230
- "{{PROJECT_ID}}-card-product-variants",
231
- "{{PROJECT_ID}}-card-product-name"
229
+ "<id-of-CardProductPrice>",
230
+ "<id-of-CardProductVariants>",
231
+ "<id-of-CardProductName>"
232
232
  ]
233
233
  },
234
234
  {
@@ -11,9 +11,9 @@
11
11
  "type": "COMPONENT_LIST",
12
12
  "required": false,
13
13
  "filteredComponentIds": [
14
- "{{PROJECT_ID}}-navbar",
15
- "{{PROJECT_ID}}-announcements",
16
- "{{PROJECT_ID}}-cookie-bar"
14
+ "<id-of-Navbar>",
15
+ "<id-of-Announcements>",
16
+ "<id-of-CookieBar>"
17
17
  ]
18
18
  },
19
19
  {
@@ -48,7 +48,7 @@
48
48
  "type": "COMPONENT_LIST",
49
49
  "required": false,
50
50
  "filteredComponentIds": [
51
- "{{PROJECT_ID}}-hero-slide"
51
+ "<id-of-HeroSliderItem>"
52
52
  ]
53
53
  }
54
54
  ],
@@ -33,17 +33,17 @@
33
33
  "type": "COMPONENT_LIST",
34
34
  "required": false,
35
35
  "filteredComponentIds": [
36
- "{{PROJECT_ID}}-product-detail-name-favorite",
37
- "{{PROJECT_ID}}-product-detail-sku",
38
- "{{PROJECT_ID}}-product-detail-prices",
39
- "{{PROJECT_ID}}-product-detail-product-group",
40
- "{{PROJECT_ID}}-product-detail-variant",
41
- "{{PROJECT_ID}}-product-detail-add-to-cart",
42
- "{{PROJECT_ID}}-product-detail-features",
43
- "{{PROJECT_ID}}-product-detail-description",
44
- "{{PROJECT_ID}}-product-detail-bundle-product",
45
- "{{PROJECT_ID}}-product-detail-option-set",
46
- "{{PROJECT_ID}}-product-detail-offer"
36
+ "<id-of-ProductDetailNameFavorite>",
37
+ "<id-of-ProductDetailSku>",
38
+ "<id-of-ProductDetailPrices>",
39
+ "<id-of-ProductDetailProductGroup>",
40
+ "<id-of-ProductDetailVariant>",
41
+ "<id-of-ProductDetailAddToCart>",
42
+ "<id-of-ProductDetailFeatures>",
43
+ "<id-of-ProductDetailDescription>",
44
+ "<id-of-ProductDetailBundleProduct>",
45
+ "<id-of-ProductDetailOptionSet>",
46
+ "<id-of-ProductDetailOffer>"
47
47
  ]
48
48
  },
49
49
  {
@@ -52,8 +52,8 @@
52
52
  "type": "COMPONENT_LIST",
53
53
  "required": false,
54
54
  "filteredComponentIds": [
55
- "{{PROJECT_ID}}-product-detail-bundle-furniture",
56
- "{{PROJECT_ID}}-product-detail-offer"
55
+ "<id-of-ProductDetailBundleFurniture>",
56
+ "<id-of-ProductDetailOffer>"
57
57
  ]
58
58
  },
59
59
  {
@@ -226,9 +226,9 @@
226
226
  }
227
227
  },
228
228
  "filteredComponentIds": [
229
- "{{PROJECT_ID}}-card-product-price",
230
- "{{PROJECT_ID}}-card-product-variants",
231
- "{{PROJECT_ID}}-card-product-name"
229
+ "<id-of-CardProductPrice>",
230
+ "<id-of-CardProductVariants>",
231
+ "<id-of-CardProductName>"
232
232
  ]
233
233
  },
234
234
  {
@@ -64,7 +64,7 @@
64
64
  "type": "COMPONENT_LIST",
65
65
  "required": false,
66
66
  "filteredComponentIds": [
67
- "{{PROJECT_ID}}-collapsible-content"
67
+ "<id-of-CollapsibleContent>"
68
68
  ]
69
69
  }
70
70
  ],
@@ -43,7 +43,7 @@
43
43
  "type": "COMPONENT_LIST",
44
44
  "required": false,
45
45
  "filteredComponentIds": [
46
- "{{PROJECT_ID}}-product-detail-feature-item"
46
+ "<id-of-ProductDetailFeatureItem>"
47
47
  ]
48
48
  }
49
49
  ],
@@ -33,17 +33,17 @@
33
33
  "type": "COMPONENT_LIST",
34
34
  "required": false,
35
35
  "filteredComponentIds": [
36
- "{{PROJECT_ID}}-product-detail-name-favorite",
37
- "{{PROJECT_ID}}-product-detail-sku",
38
- "{{PROJECT_ID}}-product-detail-prices",
39
- "{{PROJECT_ID}}-product-detail-product-group",
40
- "{{PROJECT_ID}}-product-detail-variant",
41
- "{{PROJECT_ID}}-product-detail-add-to-cart",
42
- "{{PROJECT_ID}}-product-detail-features",
43
- "{{PROJECT_ID}}-product-detail-description",
44
- "{{PROJECT_ID}}-product-detail-bundle-product",
45
- "{{PROJECT_ID}}-product-detail-option-set",
46
- "{{PROJECT_ID}}-product-detail-offer"
36
+ "<id-of-ProductDetailNameFavorite>",
37
+ "<id-of-ProductDetailSku>",
38
+ "<id-of-ProductDetailPrices>",
39
+ "<id-of-ProductDetailProductGroup>",
40
+ "<id-of-ProductDetailVariant>",
41
+ "<id-of-ProductDetailAddToCart>",
42
+ "<id-of-ProductDetailFeatures>",
43
+ "<id-of-ProductDetailDescription>",
44
+ "<id-of-ProductDetailBundleProduct>",
45
+ "<id-of-ProductDetailOptionSet>",
46
+ "<id-of-ProductDetailOffer>"
47
47
  ]
48
48
  },
49
49
  {
@@ -52,8 +52,8 @@
52
52
  "type": "COMPONENT_LIST",
53
53
  "required": false,
54
54
  "filteredComponentIds": [
55
- "{{PROJECT_ID}}-product-detail-bundle-furniture",
56
- "{{PROJECT_ID}}-product-detail-offer"
55
+ "<id-of-ProductDetailBundleFurniture>",
56
+ "<id-of-ProductDetailOffer>"
57
57
  ]
58
58
  },
59
59
  {
@@ -95,9 +95,9 @@
95
95
  }
96
96
  },
97
97
  "filteredComponentIds": [
98
- "{{PROJECT_ID}}-card-product-price",
99
- "{{PROJECT_ID}}-card-product-variants",
100
- "{{PROJECT_ID}}-card-product-name"
98
+ "<id-of-CardProductPrice>",
99
+ "<id-of-CardProductVariants>",
100
+ "<id-of-CardProductName>"
101
101
  ]
102
102
  },
103
103
  {
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-05-11T08:53:22.554Z",
2
+ "generatedAt": "2026-05-11T12:29:24.468Z",
3
3
  "functions": [
4
4
  {
5
5
  "name": "fbp_initAdvancedMatching",
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-05-11T08:53:22.584Z",
2
+ "generatedAt": "2026-05-11T12:29:24.493Z",
3
3
  "types": [
4
4
  {
5
5
  "name": "IkasProductAttributeDetail",