naria-ui 0.1.21 → 0.1.22

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,4 +1,3 @@
1
1
  import Button from './button';
2
- export type { ButtonProps } from './button';
3
2
 
4
3
  export default Button;
@@ -1,2 +1 @@
1
- export { default as Button } from './button';
2
- export type { ButtonProps } from './button';
1
+ export { default as Button } from './button';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "naria-ui",
3
3
  "private": false,
4
- "version": "0.1.21",
4
+ "version": "0.1.22",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",