@contentful/experiences-components-react 1.30.5-dev-20250207T1143-0c4a4ec.0 → 1.30.5-dev-20250210T1531-1706722.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 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1594,7 +1594,7 @@ const sectionDefinition = {
|
|
|
1594
1594
|
},
|
|
1595
1595
|
};
|
|
1596
1596
|
|
|
1597
|
-
var css_248z$1 = ".cf-divider {\n display: contents;\n position: relative;\n width: 100%;\n height: 100%;\n}\n\n.cf-divider hr {\n border: none;\n}\n\n.cf-divider::before {\n content: \"\";\n position: absolute;\n top: -5px;\n left: -5px;\n bottom: -5px;\n right: -5px;\n pointer-events: all;\n}\n";
|
|
1597
|
+
var css_248z$1 = ".cf-divider {\n display: contents;\n position: relative;\n width: 100%;\n height: 100%;\n}\n\n.cf-divider hr {\n border: none;\n}\n\n/* For the editor mode add this 10px tolerance to make it easier picking up the divider component.\n * Using the DND zone as precondition makes sure that we don't render this pseudo element in delivery. */\n\n[data-ctfl-zone-id='root'] .cf-divider::before {\n content: \"\";\n position: absolute;\n top: -5px;\n left: -5px;\n bottom: -5px;\n right: -5px;\n pointer-events: all;\n}\n";
|
|
1598
1598
|
styleInject(css_248z$1);
|
|
1599
1599
|
|
|
1600
1600
|
const ContentfulDivider = ({ className = '',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentful/experiences-components-react",
|
|
3
|
-
"version": "1.30.5-dev-
|
|
3
|
+
"version": "1.30.5-dev-20250210T1531-1706722.0",
|
|
4
4
|
"description": "A basic set of components to use with Studio Experiences",
|
|
5
5
|
"homepage": "https://github.com/contentful/experience-builder/tree/next/packages/components#readme",
|
|
6
6
|
"repository": {
|
|
@@ -78,10 +78,10 @@
|
|
|
78
78
|
"react-dom": ">=17.0.0"
|
|
79
79
|
},
|
|
80
80
|
"dependencies": {
|
|
81
|
-
"@contentful/experiences-core": "1.30.5-dev-
|
|
81
|
+
"@contentful/experiences-core": "1.30.5-dev-20250210T1531-1706722.0",
|
|
82
82
|
"@contentful/rich-text-react-renderer": "^16.0.1",
|
|
83
83
|
"postcss-import": "^16.0.1",
|
|
84
84
|
"style-inject": "^0.3.0"
|
|
85
85
|
},
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "8e64a4d196c6c190770603af7bcafe573783a449"
|
|
87
87
|
}
|