@contentful/experiences-visual-editor-react 1.39.0 → 1.40.0-dev-20250604T0933-fc115de.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/index.js +8 -0
- package/dist/index.js.map +1 -1
- package/dist/renderApp.js +8 -0
- package/dist/renderApp.js.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -180,6 +180,10 @@ const builtInStyles = {
|
|
|
180
180
|
value: 'end',
|
|
181
181
|
displayName: 'Align right',
|
|
182
182
|
},
|
|
183
|
+
{
|
|
184
|
+
value: 'stretch',
|
|
185
|
+
displayName: 'Stretch',
|
|
186
|
+
},
|
|
183
187
|
],
|
|
184
188
|
},
|
|
185
189
|
type: 'Text',
|
|
@@ -203,6 +207,10 @@ const builtInStyles = {
|
|
|
203
207
|
value: 'end',
|
|
204
208
|
displayName: 'Align bottom',
|
|
205
209
|
},
|
|
210
|
+
{
|
|
211
|
+
value: 'stretch',
|
|
212
|
+
displayName: 'Stretch',
|
|
213
|
+
},
|
|
206
214
|
],
|
|
207
215
|
},
|
|
208
216
|
type: 'Text',
|