@contentful/experience-design-system-cli 2.12.4-dev-build-fd7d551.0 → 2.12.4-dev-build-262febd.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.
package/dist/package.json
CHANGED
|
@@ -962,7 +962,7 @@ function extractDestructuredBindingFallbackProps(func, param, existingPropNames,
|
|
|
962
962
|
function extractSlots(type, hasChildren) {
|
|
963
963
|
const slots = [];
|
|
964
964
|
if (hasChildren) {
|
|
965
|
-
slots.push({ name: '
|
|
965
|
+
slots.push({ name: 'children', isDefault: true });
|
|
966
966
|
}
|
|
967
967
|
for (const property of type.getProperties()) {
|
|
968
968
|
const name = property.getName();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentful/experience-design-system-cli",
|
|
3
|
-
"version": "2.12.4-dev-build-
|
|
3
|
+
"version": "2.12.4-dev-build-262febd.0",
|
|
4
4
|
"description": "Contentful Experiences design system import CLI",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"svelte": "^5.56.4",
|
|
38
38
|
"ts-morph": "^27.0.2",
|
|
39
39
|
"typescript": "^5.9.3",
|
|
40
|
-
"@contentful/experience-design-system-types": "2.12.4-dev-build-
|
|
40
|
+
"@contentful/experience-design-system-types": "2.12.4-dev-build-262febd.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@tsconfig/node24": "^24.0.3",
|