@contentful/experiences-visual-editor-react 1.4.0-beta.0 → 1.4.1-dev-20240515T1939-236a5fc.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 +1 -0
- package/dist/index.js.map +1 -1
- package/dist/renderApp.js +1 -0
- package/dist/renderApp.js.map +1 -1
- package/package.json +4 -4
package/dist/renderApp.js
CHANGED
|
@@ -38931,6 +38931,7 @@ const builtInStylesWithDesignTokens = [
|
|
|
38931
38931
|
'cfLineHeight',
|
|
38932
38932
|
'cfLetterSpacing',
|
|
38933
38933
|
'cfTextColor',
|
|
38934
|
+
'cfMaxWidth',
|
|
38934
38935
|
];
|
|
38935
38936
|
const getValueForBreakpoint = (valuesByBreakpoint, breakpoints, activeBreakpointIndex, variableName) => {
|
|
38936
38937
|
const eventuallyResolveDesignTokens = (value) => {
|