@hybr1d-tech/charizard 1.1.86 → 1.1.88

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
@@ -183,12 +183,7 @@ export declare interface Breadcrumb {
183
183
  label: string;
184
184
  href?: string;
185
185
  active?: boolean;
186
- }
187
-
188
- declare interface Breadcrumb_2 {
189
- label: string;
190
- href?: string;
191
- active?: boolean;
186
+ onClick?: any;
192
187
  }
193
188
 
194
189
  export declare function Breadcrumbs(): JSX_2.Element;
@@ -3309,7 +3304,7 @@ declare interface UploadProps {
3309
3304
 
3310
3305
  export declare const useAccordionStore: UseBoundStore<StoreApi<AccordionContextValue>>;
3311
3306
 
3312
- export declare const useBreadcrumbs: (breadcrumbs: Breadcrumb_2[]) => void;
3307
+ export declare const useBreadcrumbs: (breadcrumbs: Breadcrumb[]) => void;
3313
3308
 
3314
3309
  export declare const useBreadcrumbsStore: UseBoundStore<StoreApi<BreadcrumbsStore>>;
3315
3310
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hybr1d-tech/charizard",
3
- "version": "1.1.86",
3
+ "version": "1.1.88",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"