@contentful/experiences-visual-editor-react 1.30.3 → 1.30.4-beta.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 +3 -0
- package/dist/index.js.map +1 -1
- package/dist/renderApp.js +3 -0
- package/dist/renderApp.js.map +1 -1
- package/package.json +4 -4
package/dist/renderApp.js
CHANGED
|
@@ -42734,6 +42734,9 @@ const CF_STYLE_ATTRIBUTES = [
|
|
|
42734
42734
|
'cfBorder',
|
|
42735
42735
|
'cfBorderRadius',
|
|
42736
42736
|
'cfGap',
|
|
42737
|
+
'cfColumnSpan',
|
|
42738
|
+
'cfColumnSpanLock',
|
|
42739
|
+
'cfColumns',
|
|
42737
42740
|
'cfFontSize',
|
|
42738
42741
|
'cfFontWeight',
|
|
42739
42742
|
'cfLineHeight',
|