@gem-sdk/core 1.25.5 → 1.25.11

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.
@@ -106,6 +106,7 @@ function Spacing(props) {
106
106
  children: props.tag !== 'Section' && /*#__PURE__*/ jsxRuntime.jsx("div", {
107
107
  "data-spacing": true,
108
108
  "data-spacing-theme-section": isThemeSectionEditor,
109
+ className: "absolute w-full bottom-0",
109
110
  children: /*#__PURE__*/ jsxRuntime.jsxs("div", {
110
111
  "data-spacing-margin-bottom": true,
111
112
  children: [
@@ -102,6 +102,7 @@ function Spacing(props) {
102
102
  children: props.tag !== 'Section' && /*#__PURE__*/ jsx("div", {
103
103
  "data-spacing": true,
104
104
  "data-spacing-theme-section": isThemeSectionEditor,
105
+ className: "absolute w-full bottom-0",
105
106
  children: /*#__PURE__*/ jsxs("div", {
106
107
  "data-spacing-margin-bottom": true,
107
108
  children: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.25.5",
3
+ "version": "1.25.11",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",