@xh/hoist 71.0.0-SNAPSHOT.1733171277504 → 71.0.0-SNAPSHOT.1733198772915
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.
|
@@ -18,7 +18,7 @@ import './CodeInput.scss';
|
|
|
18
18
|
export interface CodeInputProps extends HoistProps, HoistInputProps, LayoutProps {
|
|
19
19
|
/** True to focus the control on render. */
|
|
20
20
|
autoFocus?: boolean;
|
|
21
|
-
/**
|
|
21
|
+
/** False to not commit on every change/keystroke, default true. */
|
|
22
22
|
commitOnChange?: boolean;
|
|
23
23
|
/**
|
|
24
24
|
* Configuration object with any properties supported by the CodeMirror API.
|
|
@@ -43,7 +43,7 @@ export interface CodeInputProps extends HoistProps, HoistInputProps, LayoutProps
|
|
|
43
43
|
/** True to focus the control on render. */
|
|
44
44
|
autoFocus?: boolean;
|
|
45
45
|
|
|
46
|
-
/**
|
|
46
|
+
/** False to not commit on every change/keystroke, default true. */
|
|
47
47
|
commitOnChange?: boolean;
|
|
48
48
|
|
|
49
49
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "71.0.0-SNAPSHOT.
|
|
3
|
+
"version": "71.0.0-SNAPSHOT.1733198772915",
|
|
4
4
|
"description": "Hoist add-on for building and deploying React Applications.",
|
|
5
5
|
"repository": "github:xh/hoist-react",
|
|
6
6
|
"homepage": "https://xh.io",
|