@salutejs/plasma-web 1.408.0-canary.1421.11071529144.0 → 1.408.0-canary.1421.11096156509.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -310,7 +310,7 @@ import { UploadVisualProps } from '@salutejs/plasma-hope';
310
310
  import { useDebouncedFunction } from '@salutejs/plasma-core';
311
311
  import { useFocusTrap } from '@salutejs/plasma-hope';
312
312
  import { useForkRef } from '@salutejs/plasma-core';
313
- import { useForm } from '@salutejs/plasma-new-hope/styled-components';
313
+ import { useFormState } from '@salutejs/plasma-new-hope/styled-components';
314
314
  import { useIsomorphicLayoutEffect } from '@salutejs/plasma-core';
315
315
  import { usePopupContext as usePopupBaseContext } from '@salutejs/plasma-new-hope/styled-components';
316
316
  import { useSegment } from '@salutejs/plasma-new-hope/styled-components';
@@ -3335,7 +3335,7 @@ export { useFocusTrap }
3335
3335
 
3336
3336
  export { useForkRef }
3337
3337
 
3338
- export { useForm }
3338
+ export { useFormState }
3339
3339
 
3340
3340
  export { useIsomorphicLayoutEffect }
3341
3341
 
package/es/hooks/index.js CHANGED
@@ -1,3 +1,3 @@
1
1
  export { useForkRef, useIsomorphicLayoutEffect, useDebouncedFunction } from '@salutejs/plasma-core';
2
2
  export { useFocusTrap } from '@salutejs/plasma-hope';
3
- export { useForm } from '@salutejs/plasma-new-hope/styled-components';
3
+ export { useFormState } from '@salutejs/plasma-new-hope/styled-components';
package/hooks/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  export { useForkRef, useIsomorphicLayoutEffect, useDebouncedFunction } from '@salutejs/plasma-core';
2
2
  export { useFocusTrap } from '@salutejs/plasma-hope';
3
- export { useForm } from '@salutejs/plasma-new-hope/styled-components';
3
+ export { useFormState } from '@salutejs/plasma-new-hope/styled-components';
package/hooks/index.js CHANGED
@@ -21,10 +21,10 @@ Object.defineProperty(exports, "useForkRef", {
21
21
  return _plasmaCore.useForkRef;
22
22
  }
23
23
  });
24
- Object.defineProperty(exports, "useForm", {
24
+ Object.defineProperty(exports, "useFormState", {
25
25
  enumerable: true,
26
26
  get: function get() {
27
- return _styledComponents.useForm;
27
+ return _styledComponents.useFormState;
28
28
  }
29
29
  });
30
30
  Object.defineProperty(exports, "useIsomorphicLayoutEffect", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-web",
3
- "version": "1.408.0-canary.1421.11071529144.0",
3
+ "version": "1.408.0-canary.1421.11096156509.0",
4
4
  "description": "Salute Design System / React UI kit for web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@salutejs/plasma-core": "1.180.0",
23
23
  "@salutejs/plasma-hope": "1.312.0",
24
- "@salutejs/plasma-new-hope": "0.156.0-canary.1421.11071529144.0",
24
+ "@salutejs/plasma-new-hope": "0.156.0-canary.1421.11096156509.0",
25
25
  "@salutejs/plasma-themes": "0.18.0",
26
26
  "@salutejs/plasma-tokens-b2b": "1.42.0",
27
27
  "@salutejs/plasma-tokens-b2c": "0.52.0",
@@ -112,5 +112,5 @@
112
112
  "Fanil Zubairov"
113
113
  ],
114
114
  "sideEffects": false,
115
- "gitHead": "e85cbe7a52d499856cc7b413f5e3f092ad978366"
115
+ "gitHead": "ce0b2d73509238a2c49e92dd488b1d8081f09450"
116
116
  }
@@ -310,7 +310,7 @@ import { UploadVisualProps } from '@salutejs/plasma-hope';
310
310
  import { useDebouncedFunction } from '@salutejs/plasma-core';
311
311
  import { useFocusTrap } from '@salutejs/plasma-hope';
312
312
  import { useForkRef } from '@salutejs/plasma-core';
313
- import { useForm } from '@salutejs/plasma-new-hope/styled-components';
313
+ import { useFormState } from '@salutejs/plasma-new-hope/styled-components';
314
314
  import { useIsomorphicLayoutEffect } from '@salutejs/plasma-core';
315
315
  import { usePopupContext as usePopupBaseContext } from '@salutejs/plasma-new-hope/styled-components';
316
316
  import { useSegment } from '@salutejs/plasma-new-hope/styled-components';
@@ -3335,7 +3335,7 @@ export { useFocusTrap }
3335
3335
 
3336
3336
  export { useForkRef }
3337
3337
 
3338
- export { useForm }
3338
+ export { useFormState }
3339
3339
 
3340
3340
  export { useIsomorphicLayoutEffect }
3341
3341