@sanity/ui 3.0.0-static.8 → 3.0.0-static.9

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.
package/dist/cli.js CHANGED
@@ -335,7 +335,7 @@ class CAC extends events.EventEmitter {
335
335
  }
336
336
  }
337
337
  const cac = (name = "") => new CAC(name);
338
- var version = "3.0.0-static.8";
338
+ var version = "3.0.0-static.9";
339
339
  const cli = cac("ui");
340
340
  cli.command("build").option("--cwd [cwd]", "Working directory").option("--outDir [outDir]", "Output directory").action(async (options) => {
341
341
  const {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/ui",
3
- "version": "3.0.0-static.8",
3
+ "version": "3.0.0-static.9",
4
4
  "keywords": [
5
5
  "sanity",
6
6
  "ui",
@@ -83,7 +83,7 @@ export const Box = forwardRef(function Box(
83
83
  rows,
84
84
  rowStart,
85
85
  rowEnd,
86
- sizing = 'content',
86
+ sizing = 'border',
87
87
  width,
88
88
  wrap,
89
89
  ...restProps