@hybr1d-tech/charizard 0.7.83 → 0.7.84

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -475,7 +475,7 @@ declare interface DateRangePickerProps extends PropsRange {
475
475
  size?: BUTTON_V2_SIZE;
476
476
  }
477
477
 
478
- declare type DialogFooterButtons = Array<Omit<ButtonV2Props, 'children'> & {
478
+ export declare type DialogFooterButtons = Array<Omit<ButtonV2Props, 'children'> & {
479
479
  btnText: string;
480
480
  isLoading?: boolean;
481
481
  loadingText?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hybr1d-tech/charizard",
3
- "version": "0.7.83",
3
+ "version": "0.7.84",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"