@plasmicpkgs/react-aria 0.0.96 → 0.0.97
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/.tsbuildinfo +1 -1
- package/dist/react-aria.esm.js +1 -1
- package/dist/react-aria.esm.js.map +1 -1
- package/dist/react-aria.js +1 -1
- package/dist/react-aria.js.map +1 -1
- package/package.json +2 -2
- package/skinny/registerCheckbox.cjs.js +1 -1
- package/skinny/registerCheckbox.cjs.js.map +1 -1
- package/skinny/registerCheckbox.esm.js +1 -1
- package/skinny/registerCheckbox.esm.js.map +1 -1
package/dist/react-aria.esm.js
CHANGED
|
@@ -923,7 +923,7 @@ function registerCheckbox(loader, overrides) {
|
|
|
923
923
|
value: {
|
|
924
924
|
type: "string",
|
|
925
925
|
description: 'The value of the checkbox in "selected" state, used when submitting an HTML form.',
|
|
926
|
-
defaultValueHint: "on",
|
|
926
|
+
defaultValueHint: 'Checked value (default: "on")',
|
|
927
927
|
validator: (_value, _props, ctx) => {
|
|
928
928
|
if (ctx == null ? void 0 : ctx.idError) {
|
|
929
929
|
return ctx.idError;
|