@prismicio/editor-ui 0.4.54 → 0.4.56

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.
@@ -169,6 +169,7 @@ export declare const theme: {
169
169
  72: string;
170
170
  80: string;
171
171
  100: string;
172
+ 120: string;
172
173
  } & {
173
174
  fieldSetGap: string;
174
175
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "dependencies": {
3
3
  "@internationalized/date": "3.5.5",
4
- "@prismicio/editor-support": "0.4.54",
4
+ "@prismicio/editor-support": "0.4.56",
5
5
  "@radix-ui/react-avatar": "1.1.0",
6
6
  "@radix-ui/react-checkbox": "1.1.1",
7
7
  "@radix-ui/react-dialog": "1.1.1",
@@ -119,5 +119,5 @@
119
119
  "sideEffects": false,
120
120
  "stableVersion": "0.0.0",
121
121
  "types": "./dist/index.d.ts",
122
- "version": "0.4.54"
122
+ "version": "0.4.56"
123
123
  }