@makeswift/runtime 0.6.1 → 0.6.2

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/index.es.js CHANGED
@@ -1048,7 +1048,7 @@ class Document$1 extends NextDocument {
1048
1048
  });
1049
1049
  }
1050
1050
  }
1051
- const version = "0.6.1";
1051
+ const version = "0.6.2";
1052
1052
  function isErrorWithMessage(error) {
1053
1053
  return typeof error === "object" && error !== null && "message" in error && typeof error.message === "string";
1054
1054
  }
@@ -1379,7 +1379,10 @@ function registerComponent$c(runtime) {
1379
1379
  props: {
1380
1380
  id: ElementID(),
1381
1381
  backgrounds: Backgrounds(),
1382
- width: Width({ format: Width.Format.ClassName }),
1382
+ width: Width({
1383
+ format: Width.Format.ClassName,
1384
+ defaultValue: { value: 100, unit: "%" }
1385
+ }),
1383
1386
  height: ResponsiveIconRadioGroup({
1384
1387
  label: "Height",
1385
1388
  options: [