@wix/ditto-codegen-public 1.0.235 → 1.0.236
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/out.js
CHANGED
|
@@ -92425,8 +92425,8 @@ All animations: pure CSS, smooth, purposeful.
|
|
|
92425
92425
|
"installation": {
|
|
92426
92426
|
"staticContainer": "HOMEPAGE",
|
|
92427
92427
|
"initialSize": {
|
|
92428
|
-
"width": { "sizingType": "pixels", "pixels":
|
|
92429
|
-
"height": { "sizingType": "
|
|
92428
|
+
"width": { "sizingType": "pixels", "pixels": 400 },
|
|
92429
|
+
"height": { "sizingType": "pixels", "pixels": 300 }
|
|
92430
92430
|
}
|
|
92431
92431
|
}
|
|
92432
92432
|
}
|
|
@@ -92434,6 +92434,7 @@ All animations: pure CSS, smooth, purposeful.
|
|
|
92434
92434
|
|
|
92435
92435
|
**Guidelines**:
|
|
92436
92436
|
- Always include "staticContainer": "HOMEPAGE" for automatic installation on Harmony editor
|
|
92437
|
+
- Default initial size is 400px width, 300px height (matches Wix Harmony defaults)
|
|
92437
92438
|
- Use "content" for height when the component should auto-size based on its content
|
|
92438
92439
|
- Use "stretched" when the component should fill available space
|
|
92439
92440
|
- Use "pixels" for fixed dimensions (buttons: 120-200px, cards: 300-400px)`;
|
|
@@ -92453,8 +92454,8 @@ Each file: { path: string, content: string, operation: "insert" }
|
|
|
92453
92454
|
"installation": {
|
|
92454
92455
|
"staticContainer": "HOMEPAGE",
|
|
92455
92456
|
"initialSize": {
|
|
92456
|
-
"width": { "sizingType": "pixels", "pixels":
|
|
92457
|
-
"height": { "sizingType": "
|
|
92457
|
+
"width": { "sizingType": "pixels", "pixels": 400 },
|
|
92458
|
+
"height": { "sizingType": "pixels", "pixels": 300 }
|
|
92458
92459
|
}
|
|
92459
92460
|
},
|
|
92460
92461
|
"editorElement": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ditto-codegen-public",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.236",
|
|
4
4
|
"description": "AI-powered Wix CLI app generator - standalone executable",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "node build.mjs",
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
"@wix/ditto-codegen": "1.0.0",
|
|
29
29
|
"esbuild": "^0.27.2"
|
|
30
30
|
},
|
|
31
|
-
"falconPackageHash": "
|
|
31
|
+
"falconPackageHash": "4695f084eebd5cfaa3357467ab672d18b687395276473b526c91c5db"
|
|
32
32
|
}
|