@orion-studios/payload-studio 0.6.0-beta.42 → 0.6.0-beta.43

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.
@@ -330,7 +330,7 @@ var inspectorDefinitionByBlockType = {
330
330
  { group: "basics", inlineEditable: true, key: "subheadline", label: "Subheadline", type: "textarea" },
331
331
  {
332
332
  group: "basics",
333
- key: "marqueeItemsText",
333
+ key: "settings.marquee.itemsText",
334
334
  label: "Scrolling Bar Options",
335
335
  tags: ["marquee", "scrolling", "bar", "categories"],
336
336
  type: "textarea"
package/dist/index.js CHANGED
@@ -4587,7 +4587,7 @@ var inspectorDefinitionByBlockType = {
4587
4587
  { group: "basics", inlineEditable: true, key: "subheadline", label: "Subheadline", type: "textarea" },
4588
4588
  {
4589
4589
  group: "basics",
4590
- key: "marqueeItemsText",
4590
+ key: "settings.marquee.itemsText",
4591
4591
  label: "Scrolling Bar Options",
4592
4592
  tags: ["marquee", "scrolling", "bar", "categories"],
4593
4593
  type: "textarea"
package/dist/index.mjs CHANGED
@@ -14,7 +14,7 @@ import {
14
14
  import "./chunk-ZTXJG4K5.mjs";
15
15
  import {
16
16
  studio_pages_exports
17
- } from "./chunk-SXPIWE74.mjs";
17
+ } from "./chunk-NGLIA2OE.mjs";
18
18
  import "./chunk-OQSEJXC4.mjs";
19
19
  import "./chunk-7ZMXZRBP.mjs";
20
20
  import {
@@ -839,7 +839,7 @@ var inspectorDefinitionByBlockType = {
839
839
  { group: "basics", inlineEditable: true, key: "subheadline", label: "Subheadline", type: "textarea" },
840
840
  {
841
841
  group: "basics",
842
- key: "marqueeItemsText",
842
+ key: "settings.marquee.itemsText",
843
843
  label: "Scrolling Bar Options",
844
844
  tags: ["marquee", "scrolling", "bar", "categories"],
845
845
  type: "textarea"
@@ -812,7 +812,7 @@ var inspectorDefinitionByBlockType = {
812
812
  { group: "basics", inlineEditable: true, key: "subheadline", label: "Subheadline", type: "textarea" },
813
813
  {
814
814
  group: "basics",
815
- key: "marqueeItemsText",
815
+ key: "settings.marquee.itemsText",
816
816
  label: "Scrolling Bar Options",
817
817
  tags: ["marquee", "scrolling", "bar", "categories"],
818
818
  type: "textarea"
@@ -664,7 +664,7 @@ var inspectorDefinitionByBlockType = {
664
664
  { group: "basics", inlineEditable: true, key: "subheadline", label: "Subheadline", type: "textarea" },
665
665
  {
666
666
  group: "basics",
667
- key: "marqueeItemsText",
667
+ key: "settings.marquee.itemsText",
668
668
  label: "Scrolling Bar Options",
669
669
  tags: ["marquee", "scrolling", "bar", "categories"],
670
670
  type: "textarea"
@@ -7,7 +7,7 @@ import {
7
7
  pageStudioModuleManifest,
8
8
  resolveBuilderThemeTokens,
9
9
  toEditorInitialDoc
10
- } from "../chunk-SXPIWE74.mjs";
10
+ } from "../chunk-NGLIA2OE.mjs";
11
11
  import "../chunk-OQSEJXC4.mjs";
12
12
  import {
13
13
  createDefaultStudioDocument,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orion-studios/payload-studio",
3
- "version": "0.6.0-beta.42",
3
+ "version": "0.6.0-beta.43",
4
4
  "description": "Base CMS, builder, and custom admin toolkit for Orion Studios websites",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",