stone-kit 0.0.853 → 0.0.855

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.
@@ -291,6 +291,7 @@ const v = ({
291
291
  minHeight: l + "px",
292
292
  transform: c ? `rotate(${c}deg)` : void 0,
293
293
  color: r,
294
+ display: "flex",
294
295
  strokeWidth: a
295
296
  },
296
297
  className: h0(i.root, w),
@@ -5,6 +5,7 @@ export declare const ROUND_BUTTON_VARIANTS: {
5
5
  blackFill: string;
6
6
  fullGray: string;
7
7
  blue: string;
8
+ blackStroke: string;
8
9
  };
9
10
  export type roundBtnVariant = keyof typeof ROUND_BUTTON_VARIANTS;
10
11
  export type btnSizes = 'large' | 'medium' | 'small' | 'tiny';
@@ -2,7 +2,8 @@ const l = {
2
2
  whiteStroke: "whiteStroke",
3
3
  blackFill: "blackFill",
4
4
  fullGray: "fullGray",
5
- blue: "blue"
5
+ blue: "blue",
6
+ blackStroke: "blackStroke"
6
7
  }, e = {
7
8
  large: "24",
8
9
  medium: "20",
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "stone-kit",
3
3
  "description": "uikit for redesign",
4
4
  "private": false,
5
- "version": "0.0.853",
5
+ "version": "0.0.855",
6
6
  "author": "Mollycodd1e",
7
7
  "license": "ISC",
8
8
  "type": "module",