@salutejs/sdds-cs 0.329.0-canary.2260.18093294987.0 → 0.329.0-canary.2262.18095422153.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.
@@ -55,6 +55,7 @@ declare const mergedConfig: import("@salutejs/plasma-new-hope/styled-components"
55
55
  hasExtra?: boolean;
56
56
  type?: "badge" | "counter";
57
57
  extraPlacement?: "top-left" | "top-right" | "bottom-left" | "bottom-right";
58
+ customBorderRadius?: number | string;
58
59
  } & {
59
60
  badgeView?: string | undefined;
60
61
  pilled?: boolean | undefined;
@@ -80,6 +81,7 @@ declare const mergedConfig: import("@salutejs/plasma-new-hope/styled-components"
80
81
  hasExtra?: boolean;
81
82
  type?: "badge" | "counter";
82
83
  extraPlacement?: "top-left" | "top-right" | "bottom-left" | "bottom-right";
84
+ customBorderRadius?: number | string;
83
85
  } & {
84
86
  counterView?: string | undefined;
85
87
  count?: number | undefined;
@@ -128,6 +130,7 @@ declare const Avatar: import("react").FunctionComponent<import("@salutejs/plasma
128
130
  hasExtra?: boolean;
129
131
  type?: "badge" | "counter";
130
132
  extraPlacement?: "top-left" | "top-right" | "bottom-left" | "bottom-right";
133
+ customBorderRadius?: number | string;
131
134
  } & {
132
135
  badgeView?: string | undefined;
133
136
  pilled?: boolean | undefined;
@@ -153,6 +156,7 @@ declare const Avatar: import("react").FunctionComponent<import("@salutejs/plasma
153
156
  hasExtra?: boolean;
154
157
  type?: "badge" | "counter";
155
158
  extraPlacement?: "top-left" | "top-right" | "bottom-left" | "bottom-right";
159
+ customBorderRadius?: number | string;
156
160
  } & {
157
161
  counterView?: string | undefined;
158
162
  count?: number | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-cs",
3
- "version": "0.329.0-canary.2260.18093294987.0",
3
+ "version": "0.329.0-canary.2262.18095422153.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.337.0-canary.2260.18093294987.0",
33
+ "@salutejs/plasma-new-hope": "0.337.0-canary.2262.18095422153.0",
34
34
  "@salutejs/sdds-themes": "0.47.0"
35
35
  },
36
36
  "peerDependencies": {
@@ -57,7 +57,7 @@
57
57
  "@salutejs/plasma-core": "1.208.0",
58
58
  "@salutejs/plasma-cy-utils": "0.138.0",
59
59
  "@salutejs/plasma-icons": "1.224.0",
60
- "@salutejs/plasma-sb-utils": "0.209.0-canary.2260.18093294987.0",
60
+ "@salutejs/plasma-sb-utils": "0.208.0",
61
61
  "@storybook/addon-docs": "8.6.14",
62
62
  "@storybook/addon-essentials": "8.6.14",
63
63
  "@storybook/manager-api": "8.6.14",
@@ -123,5 +123,5 @@
123
123
  "Anton Vinogradov"
124
124
  ],
125
125
  "sideEffects": false,
126
- "gitHead": "21bf4f40359c88a6fdd4bf0b6830bbdc5de4bea7"
126
+ "gitHead": "4cd3f3a97a88e2d91d9871429636aafca1b7df2b"
127
127
  }