@salutejs/plasma-web 1.582.0-canary.1941.15135174127.0 → 1.582.0-canary.1941.15139372287.0

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,11 +18,10 @@ export declare const CodeField: import("react").FunctionComponent<import("@salut
18
18
  value?: string | undefined;
19
19
  placeholder?: string | undefined;
20
20
  autoFocus?: boolean | undefined;
21
- codeLength?: 4 | 6 | 5 | undefined;
21
+ codeLength?: 4 | 5 | 6 | undefined;
22
22
  caption?: import("react").ReactNode;
23
23
  captionAlign?: "center" | "left" | undefined;
24
24
  width?: string | number | undefined;
25
- captionFillsInputWidth?: boolean | undefined;
26
25
  shape?: "default" | "segmented" | undefined;
27
26
  view?: string | undefined;
28
27
  size?: string | undefined;
@@ -28,7 +28,7 @@ export declare const Rating: import("react").FunctionComponent<import("@salutejs
28
28
  iconSlotOutline?: import("react").ReactNode;
29
29
  iconSlotHalf?: import("react").ReactNode;
30
30
  hasIcons?: boolean | undefined;
31
- iconQuantity?: 1 | 10 | 5 | undefined;
31
+ iconQuantity?: 1 | 5 | 10 | undefined;
32
32
  helperText?: string | undefined;
33
33
  helperTextStretching?: "fixed" | "filled" | undefined;
34
34
  size?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-web",
3
- "version": "1.582.0-canary.1941.15135174127.0",
3
+ "version": "1.582.0-canary.1941.15139372287.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.196.0",
23
23
  "@salutejs/plasma-hope": "1.340.0",
24
- "@salutejs/plasma-new-hope": "0.324.0-canary.1941.15135174127.0",
24
+ "@salutejs/plasma-new-hope": "0.324.0-canary.1941.15139372287.0",
25
25
  "@salutejs/plasma-themes": "0.33.0",
26
26
  "@salutejs/plasma-tokens-b2b": "1.48.0",
27
27
  "@salutejs/plasma-tokens-b2c": "0.59.0",
@@ -111,5 +111,5 @@
111
111
  "Fanil Zubairov"
112
112
  ],
113
113
  "sideEffects": false,
114
- "gitHead": "8aca9cafdce5ed6389faede01745934e6e6a9e71"
114
+ "gitHead": "9db0d702e2ac65271ddc8b587848b8b2853ef4f1"
115
115
  }