@orion-studios/payload-studio 0.5.0-beta.104 → 0.5.0-beta.105

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.
@@ -2068,7 +2068,7 @@ function InlineText({
2068
2068
  style: {
2069
2069
  background: "transparent",
2070
2070
  borderRadius: 6,
2071
- boxShadow: "0 0 0 4px var(--orion-studio-accent-soft-strong)",
2071
+ boxShadow: "0 0 0 1.5px rgba(255, 255, 255, 0.92), 0 0 0 5px var(--orion-studio-accent-soft-strong)",
2072
2072
  cursor: "text",
2073
2073
  minHeight: multiline ? "1.6em" : void 0,
2074
2074
  outline: "3px solid var(--orion-studio-selection-outline)",
@@ -1948,7 +1948,7 @@ function InlineText({
1948
1948
  style: {
1949
1949
  background: "transparent",
1950
1950
  borderRadius: 6,
1951
- boxShadow: "0 0 0 4px var(--orion-studio-accent-soft-strong)",
1951
+ boxShadow: "0 0 0 1.5px rgba(255, 255, 255, 0.92), 0 0 0 5px var(--orion-studio-accent-soft-strong)",
1952
1952
  cursor: "text",
1953
1953
  minHeight: multiline ? "1.6em" : void 0,
1954
1954
  outline: "3px solid var(--orion-studio-selection-outline)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orion-studios/payload-studio",
3
- "version": "0.5.0-beta.104",
3
+ "version": "0.5.0-beta.105",
4
4
  "description": "Unified Payload CMS toolkit for Orion Studios",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",