@wix/ditto-codegen-public 1.0.195 → 1.0.196
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 +1 -0
- package/package.json +2 -2
package/dist/out.js
CHANGED
|
@@ -72021,6 +72021,7 @@ var require_custom_element_instructions = __commonJS({
|
|
|
72021
72021
|
- Create onChange handlers that update local state AND call widget.setProp('kebab-case-name', value)
|
|
72022
72022
|
- Wrap content in WixDesignSystemProvider > SidePanel > SidePanel.Content
|
|
72023
72023
|
- Use ONLY WDS components listed in the <wds_reference> section
|
|
72024
|
+
- For font selection, always use FontPickerField component with inputs.selectFont() from @wix/editor (NOT a text Input). This provides a rich font picker dialog with bold, italic, size, and other typography features.
|
|
72024
72025
|
</architecture>
|
|
72025
72026
|
|
|
72026
72027
|
<engineering_guidelines>
|
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.196",
|
|
4
4
|
"description": "AI-powered Wix CLI app generator - standalone executable",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "node build.mjs",
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"@wix/ditto-codegen": "1.0.0",
|
|
25
25
|
"esbuild": "^0.25.9"
|
|
26
26
|
},
|
|
27
|
-
"falconPackageHash": "
|
|
27
|
+
"falconPackageHash": "e9a4627816f3b173ce107beedd4b417293a1cb27a8d04eb4ce405b0b"
|
|
28
28
|
}
|