x-ui-design 0.2.70 → 0.2.71

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.
package/lib/index.ts CHANGED
@@ -98,7 +98,7 @@ export type {
98
98
 
99
99
  export type { CheckboxProps } from '@/types/checkbox';
100
100
  export type { InputProps, TextareaProps } from '@/types/input';
101
- export type { ButtonProps, BaseButtonProps } from '@/types/button';
101
+ export type { ButtonProps, BaseButtonProps, ButtonType } from '@/types/button';
102
102
 
103
103
  export type {
104
104
  RadioProps,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "x-ui-design",
3
- "version": "0.2.70",
3
+ "version": "0.2.71",
4
4
  "license": "ISC",
5
5
  "author": "Gabriel Boyajyan",
6
6
  "main": "dist/index.js",