@measured/puck 0.14.2-canary.83e3a51 → 0.14.2-canary.9a7066f

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -32061,7 +32061,7 @@ var RadioField = ({
32061
32061
  onChange(e.currentTarget.value);
32062
32062
  },
32063
32063
  disabled: readOnly,
32064
- defaultChecked: value === option.value
32064
+ checked: value === option.value
32065
32065
  }
32066
32066
  ),
32067
32067
  /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("div", { className: getClassName14("radioInner"), children: option.label || option.value })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measured/puck",
3
- "version": "0.14.2-canary.83e3a51",
3
+ "version": "0.14.2-canary.9a7066f",
4
4
  "author": "Measured Corporation Ltd <hello@measured.co>",
5
5
  "repository": "measuredco/puck",
6
6
  "bugs": "https://github.com/measuredco/puck/issues",
@@ -60,7 +60,7 @@
60
60
  "typescript": "^4.5.2"
61
61
  },
62
62
  "dependencies": {
63
- "@measured/auto-frame-component": "0.1.6-canary.ae0f903",
63
+ "@measured/auto-frame-component": "0.1.5",
64
64
  "@measured/dnd": "16.6.0-canary.4cba1d1",
65
65
  "deep-diff": "^1.0.2",
66
66
  "react-hotkeys-hook": "^4.4.1",