@salutejs/sdds-cs 0.327.0-canary.2177.17259863741.0 → 0.327.0-canary.2177.17322562353.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.
@@ -29,7 +29,7 @@ declare const HorizontalTabItem: React.FunctionComponent<(import("@salutejs/plas
29
29
  } & {
30
30
  value?: string | number;
31
31
  contentRight?: never;
32
- } & React.RefAttributes<HTMLDivElement>) | (import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
32
+ } & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
33
33
  view: {
34
34
  clear: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
35
35
  secondary: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
@@ -59,7 +59,7 @@ declare const HorizontalTabItem: React.FunctionComponent<(import("@salutejs/plas
59
59
  } & {
60
60
  value?: never;
61
61
  contentRight?: React.ReactNode;
62
- } & React.RefAttributes<HTMLDivElement>)>;
62
+ } & React.RefAttributes<HTMLButtonElement>)>;
63
63
  declare const VerticalTabItem: React.FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
64
64
  view: {
65
65
  divider: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-cs",
3
- "version": "0.327.0-canary.2177.17259863741.0",
3
+ "version": "0.327.0-canary.2177.17322562353.0",
4
4
  "description": "Salute Design System / React UI kit for SDDS CS web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -30,7 +30,7 @@
30
30
  "directory": "packages/sdds-cs"
31
31
  },
32
32
  "dependencies": {
33
- "@salutejs/plasma-new-hope": "0.335.0-canary.2177.17259863741.0",
33
+ "@salutejs/plasma-new-hope": "0.335.0-canary.2177.17322562353.0",
34
34
  "@salutejs/sdds-themes": "0.46.0"
35
35
  },
36
36
  "peerDependencies": {
@@ -123,5 +123,5 @@
123
123
  "Anton Vinogradov"
124
124
  ],
125
125
  "sideEffects": false,
126
- "gitHead": "04881369609a607525fdad646eb869e599022041"
126
+ "gitHead": "f898285d0b0d3d37c7d5add52abef9aa0ff68bb4"
127
127
  }