@etsoo/react 1.7.82 → 1.7.84

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.
@@ -2,6 +2,10 @@
2
2
  * Core constants
3
3
  */
4
4
  export declare namespace CoreConstants {
5
+ /**
6
+ * Login keep field name
7
+ */
8
+ const FieldLoginKeep = "LoginKeep";
5
9
  /**
6
10
  * User id saved field
7
11
  */
@@ -3,6 +3,10 @@
3
3
  */
4
4
  export var CoreConstants;
5
5
  (function (CoreConstants) {
6
+ /**
7
+ * Login keep field name
8
+ */
9
+ CoreConstants.FieldLoginKeep = 'LoginKeep';
6
10
  /**
7
11
  * User id saved field
8
12
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/react",
3
- "version": "1.7.82",
3
+ "version": "1.7.84",
4
4
  "description": "TypeScript ReactJs UI Independent Framework",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -50,9 +50,9 @@
50
50
  "@emotion/css": "^11.13.4",
51
51
  "@emotion/react": "^11.13.3",
52
52
  "@emotion/styled": "^11.13.0",
53
- "@etsoo/appscript": "^1.5.49",
54
- "@etsoo/notificationbase": "^1.1.49",
55
- "@etsoo/shared": "^1.2.48",
53
+ "@etsoo/appscript": "^1.5.51",
54
+ "@etsoo/notificationbase": "^1.1.50",
55
+ "@etsoo/shared": "^1.2.49",
56
56
  "react": "^18.3.1",
57
57
  "react-dom": "^18.3.1",
58
58
  "react-router-dom": "^6.27.0",
@@ -2,6 +2,11 @@
2
2
  * Core constants
3
3
  */
4
4
  export namespace CoreConstants {
5
+ /**
6
+ * Login keep field name
7
+ */
8
+ export const FieldLoginKeep = 'LoginKeep';
9
+
5
10
  /**
6
11
  * User id saved field
7
12
  */