@hybr1d-tech/charizard 1.1.99 → 1.1.100

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
@@ -22,7 +22,6 @@ import { ReactElement } from 'react';
22
22
  import { SingleValue } from 'react-select';
23
23
  import { StoreApi } from 'zustand';
24
24
  import { StylesConfig } from 'react-select';
25
- import { Table as Table_2 } from '@tanstack/react-table';
26
25
  import { ToastOptions } from 'react-toastify';
27
26
  import { ToastPosition } from 'react-toastify';
28
27
  import { UseBoundStore } from 'zustand';
@@ -3374,14 +3373,6 @@ export declare interface UsersChipUser {
3374
3373
  user_position?: string | null;
3375
3374
  }
3376
3375
 
3377
- export declare function useStickyColumns({ table, stickyIds, formattedColumns }: UseStickyColumnsProps): void;
3378
-
3379
- declare interface UseStickyColumnsProps {
3380
- table: Table_2<any>;
3381
- stickyIds?: string[];
3382
- formattedColumns: any[];
3383
- }
3384
-
3385
3376
  export declare const useTableStore: UseBoundStore<Omit<StoreApi<TableStore>, "setState"> & {
3386
3377
  setState(partial: TableStore | Partial<TableStore> | ((state: TableStore) => TableStore | Partial<TableStore>), replace?: false | undefined, action?: (string | {
3387
3378
  [x: string]: unknown;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hybr1d-tech/charizard",
3
- "version": "1.1.99",
3
+ "version": "1.1.100",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"