stone-kit 0.0.1064 → 0.0.1065

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.
@@ -1 +1,2 @@
1
1
  export { Button } from './ui/Button';
2
+ export type { ComponentProps, ButtonProps } from './ui/Button.types';
@@ -15,7 +15,7 @@ export declare const BUTTON_VARIANTS: {
15
15
  export type btnVariant = keyof typeof BUTTON_VARIANTS;
16
16
  type btnSizes = 'large' | 'medium' | 'small' | 'tiny';
17
17
  type TLoaderIconName = 'loader' | 'loaderStroke';
18
- interface ButtonProps {
18
+ export interface ButtonProps {
19
19
  size?: btnSizes;
20
20
  size_m?: btnSizes;
21
21
  size_l?: btnSizes;
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.1064",
5
+ "version": "0.0.1065",
6
6
  "author": "Mollycodd1e",
7
7
  "license": "ISC",
8
8
  "type": "module",