@orion-studios/payload-studio 0.6.0-beta.115 → 0.6.0-beta.117

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.
@@ -1375,6 +1375,11 @@
1375
1375
  min-width: 0;
1376
1376
  }
1377
1377
 
1378
+ .orion-builder-v2-editor .gjs-field.has-orion-builder-stepper .gjs-input-unit {
1379
+ padding-left: 8px;
1380
+ padding-right: 18px;
1381
+ }
1382
+
1378
1383
  .orion-builder-v2-stepper {
1379
1384
  align-self: stretch;
1380
1385
  border-left: 1px solid rgba(214, 183, 161, 0.72);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orion-studios/payload-studio",
3
- "version": "0.6.0-beta.115",
3
+ "version": "0.6.0-beta.117",
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",