@makeswift/runtime 0.6.0 → 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/Form.cjs.js +71 -66
- package/dist/Form.cjs.js.map +1 -1
- package/dist/Form.es.js +71 -66
- package/dist/Form.es.js.map +1 -1
- package/dist/ReadOnlyText.cjs.js +4 -1
- package/dist/ReadOnlyText.cjs.js.map +1 -1
- package/dist/ReadOnlyText.es.js +4 -1
- package/dist/ReadOnlyText.es.js.map +1 -1
- package/dist/index.cjs.js +5 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +5 -2
- package/dist/index.es.js.map +1 -1
- package/dist/types/src/components/builtin/Box/register.d.ts.map +1 -1
- package/dist/types/src/components/builtin/Form/components/Field/components/RadioButton/index.d.ts.map +1 -1
- package/package.json +1 -1
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.
|
|
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({
|
|
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: [
|