@orion-studios/payload-studio 0.5.0-beta.93 → 0.5.0-beta.95

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.
@@ -260,7 +260,7 @@ h4 {
260
260
 
261
261
  .features .inner {
262
262
  padding-block: 1.8rem;
263
- padding-inline: 0;
263
+ padding-inline: 0.6rem;
264
264
  }
265
265
 
266
266
  .feature-grid {
@@ -328,6 +328,10 @@ h4 {
328
328
  gap: 1rem;
329
329
  }
330
330
 
331
+ .feature-grid-section .section-heading {
332
+ padding-inline: 0;
333
+ }
334
+
331
335
  .card-grid.services {
332
336
  display: grid;
333
337
  gap: 0.9rem;
@@ -5445,7 +5445,7 @@ function BuilderPageEditor({ featureFlags: _featureFlags, initialDoc, pageID, si
5445
5445
  setDragIndex,
5446
5446
  children: renderWithSectionShell(
5447
5447
  block,
5448
- "section",
5448
+ "section feature-grid-section",
5449
5449
  /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { className: "features", style: backgroundColor ? { background: backgroundColor } : void 0, children: /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { className: "inner", children: [
5450
5450
  /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { className: "section-heading", style: { margin: 0 }, children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
5451
5451
  InlineText,
@@ -5560,7 +5560,7 @@ function BuilderPageEditor({ featureFlags: _featureFlags, initialDoc, pageID, si
5560
5560
  setDragIndex,
5561
5561
  children: renderWithSectionShell(
5562
5562
  block,
5563
- "section",
5563
+ "section feature-grid-section",
5564
5564
  /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(import_jsx_runtime13.Fragment, { children: [
5565
5565
  /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { className: "section-heading", children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
5566
5566
  InlineText,
@@ -5326,7 +5326,7 @@ function BuilderPageEditor({ featureFlags: _featureFlags, initialDoc, pageID, si
5326
5326
  setDragIndex,
5327
5327
  children: renderWithSectionShell(
5328
5328
  block,
5329
- "section",
5329
+ "section feature-grid-section",
5330
5330
  /* @__PURE__ */ jsx13("div", { className: "features", style: backgroundColor ? { background: backgroundColor } : void 0, children: /* @__PURE__ */ jsxs12("div", { className: "inner", children: [
5331
5331
  /* @__PURE__ */ jsx13("div", { className: "section-heading", style: { margin: 0 }, children: /* @__PURE__ */ jsx13("div", { children: /* @__PURE__ */ jsx13(
5332
5332
  InlineText,
@@ -5441,7 +5441,7 @@ function BuilderPageEditor({ featureFlags: _featureFlags, initialDoc, pageID, si
5441
5441
  setDragIndex,
5442
5442
  children: renderWithSectionShell(
5443
5443
  block,
5444
- "section",
5444
+ "section feature-grid-section",
5445
5445
  /* @__PURE__ */ jsxs12(Fragment5, { children: [
5446
5446
  /* @__PURE__ */ jsx13("div", { className: "section-heading", children: /* @__PURE__ */ jsx13("div", { children: /* @__PURE__ */ jsx13(
5447
5447
  InlineText,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orion-studios/payload-studio",
3
- "version": "0.5.0-beta.93",
3
+ "version": "0.5.0-beta.95",
4
4
  "description": "Unified Payload CMS toolkit for Orion Studios",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",