@turystack/ui 0.0.8 → 0.0.10

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/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { JSX } from 'react/jsx-runtime';
2
2
  import type * as React_2 from 'react';
3
3
 
4
- export declare const a = 3555;
4
+ export declare const a = 5000;
5
5
 
6
6
  export declare function Button({ form, type, size, variant, leftSection, rightSection, block, loading, disabled, asChild, onClick, children, }: ButtonProps & {
7
7
  children?: React_2.ReactNode;
package/dist/index.js CHANGED
@@ -3284,7 +3284,7 @@ function tt({
3284
3284
  }
3285
3285
  );
3286
3286
  }
3287
- const ot = 3555;
3287
+ const ot = 5e3;
3288
3288
  export {
3289
3289
  tt as Button,
3290
3290
  ot as a
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@turystack/ui",
3
3
  "private": false,
4
- "version": "0.0.8",
4
+ "version": "0.0.10",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",