@soft-stech/bootsman-ui-shadcn 0.1.0-beta.8 → 0.1.0-beta.9

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -30,3 +30,4 @@ export * from './components/ui/toast/index';
30
30
  export * from './components/ui/tooltip/index';
31
31
  export * from './components/ui/toggle/index';
32
32
  export * from './components/ui/slider/index';
33
+ export * from './lib/utils';
@@ -0,0 +1,6 @@
1
+ import { type ClassValue } from 'clsx';
2
+ import type { Updater } from '@tanstack/vue-table';
3
+ import { type Ref } from 'vue';
4
+ export declare function valueUpdater<T extends Updater<any>>(updaterOrValue: T, ref: Ref): void;
5
+ export declare function cn(...inputs: ClassValue[]): any;
6
+ export declare const tableColumnSortCommon: (column: Column<any>, name: string) => any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soft-stech/bootsman-ui-shadcn",
3
- "version": "0.1.0-beta.8",
3
+ "version": "0.1.0-beta.9",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"