@salutejs/sdds-cs 0.329.0-canary.2262.18095422153.0 → 0.329.0-canary.2263.18100873808.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,7 +55,6 @@ 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;
59
58
  } & {
60
59
  badgeView?: string | undefined;
61
60
  pilled?: boolean | undefined;
@@ -81,7 +80,6 @@ declare const mergedConfig: import("@salutejs/plasma-new-hope/styled-components"
81
80
  hasExtra?: boolean;
82
81
  type?: "badge" | "counter";
83
82
  extraPlacement?: "top-left" | "top-right" | "bottom-left" | "bottom-right";
84
- customBorderRadius?: number | string;
85
83
  } & {
86
84
  counterView?: string | undefined;
87
85
  count?: number | undefined;
@@ -130,7 +128,6 @@ declare const Avatar: import("react").FunctionComponent<import("@salutejs/plasma
130
128
  hasExtra?: boolean;
131
129
  type?: "badge" | "counter";
132
130
  extraPlacement?: "top-left" | "top-right" | "bottom-left" | "bottom-right";
133
- customBorderRadius?: number | string;
134
131
  } & {
135
132
  badgeView?: string | undefined;
136
133
  pilled?: boolean | undefined;
@@ -156,7 +153,6 @@ declare const Avatar: import("react").FunctionComponent<import("@salutejs/plasma
156
153
  hasExtra?: boolean;
157
154
  type?: "badge" | "counter";
158
155
  extraPlacement?: "top-left" | "top-right" | "bottom-left" | "bottom-right";
159
- customBorderRadius?: number | string;
160
156
  } & {
161
157
  counterView?: string | undefined;
162
158
  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.2262.18095422153.0",
3
+ "version": "0.329.0-canary.2263.18100873808.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.2262.18095422153.0",
33
+ "@salutejs/plasma-new-hope": "0.337.0-canary.2263.18100873808.0",
34
34
  "@salutejs/sdds-themes": "0.47.0"
35
35
  },
36
36
  "peerDependencies": {
@@ -123,5 +123,5 @@
123
123
  "Anton Vinogradov"
124
124
  ],
125
125
  "sideEffects": false,
126
- "gitHead": "4cd3f3a97a88e2d91d9871429636aafca1b7df2b"
126
+ "gitHead": "be72acdead2889aa4b3899392bbc5f6197b77769"
127
127
  }