@hybr1d-tech/charizard 0.4.99 → 0.4.101

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,5 +1,5 @@
1
- import { Button } from './Button';
2
1
  import { Meta, StoryObj } from '@storybook/react';
2
+ import { Button } from './Button';
3
3
 
4
4
  declare const meta: Meta<typeof Button.ActionsDropdown>;
5
5
  export default meta;
@@ -1,5 +1,5 @@
1
- import { Button } from './Button';
2
1
  import { Meta, StoryObj } from '@storybook/react';
2
+ import { Button } from './Button';
3
3
 
4
4
  declare const meta: Meta<typeof Button>;
5
5
  export default meta;
@@ -1,5 +1,5 @@
1
- import { Button } from './Button';
2
1
  import { Meta, StoryObj } from '@storybook/react';
2
+ import { Button } from './Button';
3
3
 
4
4
  declare const meta: Meta<typeof Button.MenuButton>;
5
5
  export default meta;
@@ -1,5 +1,5 @@
1
- import { EmptyState } from './EmptyState';
2
1
  import { Meta, StoryObj } from '@storybook/react';
2
+ import { EmptyState } from './EmptyState';
3
3
 
4
4
  declare const meta: Meta<typeof EmptyState>;
5
5
  export default meta;
@@ -1,5 +1,5 @@
1
- import { Inputs } from './types';
2
1
  import { HTMLInputTypeAttribute } from 'react';
2
+ import { Inputs } from './types';
3
3
  import * as React from 'react';
4
4
  interface InputProps {
5
5
  /**
@@ -1,5 +1,5 @@
1
- import { Input } from './Input';
2
1
  import { Meta, StoryObj } from '@storybook/react';
2
+ import { Input } from './Input';
3
3
 
4
4
  declare const meta: Meta<typeof Input>;
5
5
  export default meta;
@@ -1,5 +1,5 @@
1
- import { Meta, StoryObj } from '@storybook/react';
2
1
  import { Loader } from './Loader';
2
+ import { Meta, StoryObj } from '@storybook/react';
3
3
 
4
4
  declare const meta: Meta<typeof Loader>;
5
5
  export default meta;
@@ -1,5 +1,5 @@
1
- import { SelectActionMeta } from './types';
2
1
  import { MenuPlacement, StylesConfig } from 'react-select';
2
+ import { SelectActionMeta } from './types';
3
3
  import * as React from 'react';
4
4
  interface CreatableSelectProps {
5
5
  /**
@@ -1,5 +1,5 @@
1
- import { SelectActionMeta } from './types';
2
1
  import { MenuPlacement, StylesConfig } from 'react-select';
2
+ import { SelectActionMeta } from './types';
3
3
  import * as React from 'react';
4
4
  interface SelectProps {
5
5
  /**
@@ -1,5 +1,5 @@
1
- import { SelectActionMeta } from './types';
2
1
  import { MenuPlacement, StylesConfig } from 'react-select';
2
+ import { SelectActionMeta } from './types';
3
3
  import * as React from 'react';
4
4
  interface SelectAsyncProps {
5
5
  /**
@@ -1,5 +1,5 @@
1
- import { FilterOptions, InternalTableFilters } from '../types';
2
1
  import { TableStore } from '../store';
2
+ import { FilterOptions, InternalTableFilters } from '../types';
3
3
 
4
4
  interface TableFilterProps {
5
5
  filter: FilterOptions;
@@ -1,5 +1,5 @@
1
- import { TableV2Props } from '../TableV2';
2
1
  import { Table } from '@tanstack/react-table';
2
+ import { TableV2Props } from '../TableV2';
3
3
  import * as React from 'react';
4
4
  interface TableCustomColsProps {
5
5
  customColumnConfig: TableV2Props['customColumnConfig'];
@@ -1,5 +1,5 @@
1
- import { PropsWithChildren } from 'react';
2
1
  import { UniqueIdentifier } from '@dnd-kit/core';
2
+ import { PropsWithChildren } from 'react';
3
3
 
4
4
  interface Props {
5
5
  id: UniqueIdentifier;
@@ -1,6 +1,6 @@
1
- import { CheckedState } from '../TableCustomCols';
2
- import { UniqueIdentifier } from '@dnd-kit/core';
3
1
  import { SortableItem } from './SortableItem';
2
+ import { UniqueIdentifier } from '@dnd-kit/core';
3
+ import { CheckedState } from '../TableCustomCols';
4
4
  import * as React from 'react';
5
5
  interface BaseItem {
6
6
  id: UniqueIdentifier;
@@ -1,5 +1,5 @@
1
- import { FilterOptions, InternalTableFilters } from '../types';
2
1
  import { TableStore } from '../store';
2
+ import { FilterOptions, InternalTableFilters } from '../types';
3
3
 
4
4
  interface TableHeaderFilterProps {
5
5
  filter: FilterOptions;
@@ -1,5 +1,5 @@
1
- import { Table } from '@tanstack/react-table';
2
1
  import { TableV2Props } from '../TableV2';
2
+ import { Table } from '@tanstack/react-table';
3
3
  import * as React from 'react';
4
4
  interface TableMetaHeaderProps {
5
5
  rowSelectionConfig: TableV2Props['rowSelectionConfig'];
@@ -1,6 +1,6 @@
1
- import { Placement } from '@zag-js/popper';
2
- import { TooltipContent } from './TooltipContent';
3
1
  import { TooltipTrigger } from './TooltipTrigger';
2
+ import { TooltipContent } from './TooltipContent';
3
+ import { Placement } from '@zag-js/popper';
4
4
  import * as React from 'react';
5
5
  interface TooltipProps {
6
6
  /**