@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.js
CHANGED
|
@@ -931,7 +931,7 @@ function registerCheckbox(loader, overrides) {
|
|
|
931
931
|
value: {
|
|
932
932
|
type: "string",
|
|
933
933
|
description: 'The value of the checkbox in "selected" state, used when submitting an HTML form.',
|
|
934
|
-
defaultValueHint: "on",
|
|
934
|
+
defaultValueHint: 'Checked value (default: "on")',
|
|
935
935
|
validator: (_value, _props, ctx) => {
|
|
936
936
|
if (ctx == null ? void 0 : ctx.idError) {
|
|
937
937
|
return ctx.idError;
|