@xh/hoist 68.0.0-SNAPSHOT.1726599173889 → 68.0.0-SNAPSHOT.1726600610097
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/CHANGELOG.md
CHANGED
|
@@ -87,6 +87,7 @@ export declare const autoRefreshAppOption: ({ formFieldProps, inputProps }?: Aut
|
|
|
87
87
|
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only";
|
|
88
88
|
dir?: string;
|
|
89
89
|
draggable?: boolean | "true" | "false";
|
|
90
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send";
|
|
90
91
|
id?: string;
|
|
91
92
|
lang?: string;
|
|
92
93
|
nonce?: string;
|
|
@@ -85,6 +85,7 @@ export declare const themeAppOption: ({ formFieldProps, inputProps }?: ThemeAppO
|
|
|
85
85
|
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only";
|
|
86
86
|
dir?: string;
|
|
87
87
|
draggable?: boolean | "true" | "false";
|
|
88
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send";
|
|
88
89
|
id?: string;
|
|
89
90
|
lang?: string;
|
|
90
91
|
nonce?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "68.0.0-SNAPSHOT.
|
|
3
|
+
"version": "68.0.0-SNAPSHOT.1726600610097",
|
|
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",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@auth0/auth0-spa-js": "~2.1.3",
|
|
34
|
-
"@azure/msal-browser": "~3.
|
|
34
|
+
"@azure/msal-browser": "~3.23.0",
|
|
35
35
|
"@blueprintjs/core": "^5.10.5",
|
|
36
36
|
"@blueprintjs/datetime": "^5.3.7",
|
|
37
37
|
"@blueprintjs/datetime2": "^2.3.7",
|