@fuf-stack/pixels 0.42.2 → 0.43.0

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 (51) hide show
  1. package/dist/Button/index.cjs +2 -2
  2. package/dist/Button/index.d.cts +2 -2
  3. package/dist/Button/index.d.ts +2 -2
  4. package/dist/Button/index.js +1 -1
  5. package/dist/{Button-Bm0yKM7X.d.cts → Button-DykH6Lmz.d.cts} +12 -10
  6. package/dist/{Button-Bm0yKM7X.d.ts → Button-DykH6Lmz.d.ts} +12 -10
  7. package/dist/Json/index.cjs +3 -3
  8. package/dist/Json/index.js +2 -2
  9. package/dist/Popover/index.d.cts +3 -3
  10. package/dist/Popover/index.d.ts +3 -3
  11. package/dist/{Popover-DcZ3qt-u.d.ts → Popover-B-SHB8ZK.d.ts} +1 -1
  12. package/dist/{Popover-DajWpbPN.d.cts → Popover-siHbA2lD.d.cts} +1 -1
  13. package/dist/Progress/index.cjs +2 -2
  14. package/dist/Progress/index.d.cts +2 -2
  15. package/dist/Progress/index.d.ts +2 -2
  16. package/dist/Progress/index.js +1 -1
  17. package/dist/{Progress-7yXUVioO.d.cts → Progress-CR_BcIKV.d.cts} +3 -1
  18. package/dist/{Progress-7yXUVioO.d.ts → Progress-CR_BcIKV.d.ts} +3 -1
  19. package/dist/ProgressCircular/index.cjs +2 -2
  20. package/dist/ProgressCircular/index.d.cts +2 -2
  21. package/dist/ProgressCircular/index.d.ts +2 -2
  22. package/dist/ProgressCircular/index.js +1 -1
  23. package/dist/{ProgressCircular-BrcYFzAa.d.cts → ProgressCircular-D9VbRNdF.d.cts} +3 -1
  24. package/dist/{ProgressCircular-BrcYFzAa.d.ts → ProgressCircular-D9VbRNdF.d.ts} +3 -1
  25. package/dist/{chunk-J63YGHTG.cjs → chunk-77THLTVP.cjs} +3 -3
  26. package/dist/{chunk-J63YGHTG.cjs.map → chunk-77THLTVP.cjs.map} +1 -1
  27. package/dist/{chunk-FLPLJTAC.cjs → chunk-AN7A66NS.cjs} +4 -2
  28. package/dist/chunk-AN7A66NS.cjs.map +1 -0
  29. package/dist/{chunk-VES4SOJH.js → chunk-ESLZ4HYA.js} +6 -5
  30. package/dist/chunk-ESLZ4HYA.js.map +1 -0
  31. package/dist/{chunk-OGK2OQXX.js → chunk-JORMLHKF.js} +4 -2
  32. package/dist/chunk-JORMLHKF.js.map +1 -0
  33. package/dist/{chunk-VRPX6QUG.js → chunk-Q3WI7NPI.js} +2 -2
  34. package/dist/{chunk-MAKWBTTW.js → chunk-RELR2OCI.js} +4 -2
  35. package/dist/chunk-RELR2OCI.js.map +1 -0
  36. package/dist/{chunk-HENURJFU.cjs → chunk-W2EOAUKE.cjs} +6 -5
  37. package/dist/chunk-W2EOAUKE.cjs.map +1 -0
  38. package/dist/{chunk-PK723NKO.cjs → chunk-XOCP745X.cjs} +4 -2
  39. package/dist/chunk-XOCP745X.cjs.map +1 -0
  40. package/dist/index.cjs +5 -5
  41. package/dist/index.d.cts +4 -4
  42. package/dist/index.d.ts +4 -4
  43. package/dist/index.js +4 -4
  44. package/package.json +5 -5
  45. package/dist/chunk-FLPLJTAC.cjs.map +0 -1
  46. package/dist/chunk-HENURJFU.cjs.map +0 -1
  47. package/dist/chunk-MAKWBTTW.js.map +0 -1
  48. package/dist/chunk-OGK2OQXX.js.map +0 -1
  49. package/dist/chunk-PK723NKO.cjs.map +0 -1
  50. package/dist/chunk-VES4SOJH.js.map +0 -1
  51. /package/dist/{chunk-VRPX6QUG.js.map → chunk-Q3WI7NPI.js.map} +0 -0
@@ -2,11 +2,11 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkFLPLJTACcjs = require('../chunk-FLPLJTAC.cjs');
5
+ var _chunkAN7A66NScjs = require('../chunk-AN7A66NS.cjs');
6
6
  require('../chunk-D4TLDLEX.cjs');
7
7
 
8
8
 
9
9
 
10
10
 
11
- exports.Button = _chunkFLPLJTACcjs.Button_default; exports.buttonVariants = _chunkFLPLJTACcjs.buttonVariants; exports.default = _chunkFLPLJTACcjs.Button_default2;
11
+ exports.Button = _chunkAN7A66NScjs.Button_default; exports.buttonVariants = _chunkAN7A66NScjs.buttonVariants; exports.default = _chunkAN7A66NScjs.Button_default2;
12
12
  //# sourceMappingURL=index.cjs.map
@@ -1,5 +1,5 @@
1
- import { B as Button } from '../Button-Bm0yKM7X.cjs';
2
- export { a as ButtonProps, b as buttonVariants } from '../Button-Bm0yKM7X.cjs';
1
+ import { B as Button } from '../Button-DykH6Lmz.cjs';
2
+ export { a as ButtonProps, b as buttonVariants } from '../Button-DykH6Lmz.cjs';
3
3
  import 'react/jsx-runtime';
4
4
  import 'tailwind-variants';
5
5
  import 'tailwind-variants/dist/config.js';
@@ -1,5 +1,5 @@
1
- import { B as Button } from '../Button-Bm0yKM7X.js';
2
- export { a as ButtonProps, b as buttonVariants } from '../Button-Bm0yKM7X.js';
1
+ import { B as Button } from '../Button-DykH6Lmz.js';
2
+ export { a as ButtonProps, b as buttonVariants } from '../Button-DykH6Lmz.js';
3
3
  import 'react/jsx-runtime';
4
4
  import 'tailwind-variants';
5
5
  import 'tailwind-variants/dist/config.js';
@@ -2,7 +2,7 @@ import {
2
2
  Button_default,
3
3
  Button_default2,
4
4
  buttonVariants
5
- } from "../chunk-MAKWBTTW.js";
5
+ } from "../chunk-RELR2OCI.js";
6
6
  import "../chunk-J7N2552D.js";
7
7
  export {
8
8
  Button_default as Button,
@@ -178,34 +178,36 @@ type VariantProps = TVProps<typeof buttonVariants>;
178
178
  interface ButtonProps extends VariantProps {
179
179
  /** sets HTML aria-label attribute */
180
180
  ariaLabel?: string;
181
- /** child components */
181
+ /** content of the button */
182
182
  children?: ReactNode;
183
183
  /** CSS class name */
184
184
  className?: string;
185
- /** hero ui button color */
185
+ /** color of the button */
186
186
  color?: ButtonProps$1['color'];
187
- /** disables function of the button. */
187
+ /** disables the button */
188
188
  disabled?: boolean;
189
- /** disables all button animations */
189
+ /** disables all animations */
190
190
  disableAnimation?: boolean;
191
- /** If set loading animation is shown */
191
+ /** shows loading animation */
192
192
  loading?: boolean;
193
193
  /** optional icon */
194
194
  icon?: ReactNode;
195
- /** on click event */
195
+ /** click event handler */
196
196
  onClick?: ButtonProps$1['onPress'];
197
- /** 3 size options */
197
+ /** border radius size */
198
+ radius?: ButtonProps$1['radius'];
199
+ /** size options */
198
200
  size?: ButtonProps$1['size'];
199
201
  /** HTML data-testid attribute used in e2e tests */
200
202
  testId?: string;
201
- /** sets the button type. */
203
+ /** HTML button type attribute */
202
204
  type?: 'button' | 'submit' | 'reset' | undefined;
203
- /** hero ui button variants */
205
+ /** visual style variant */
204
206
  variant?: ButtonProps$1['variant'];
205
207
  }
206
208
  /**
207
209
  * Button component based on [HeroUI Button](https://www.heroui.com//docs/components/button)
208
210
  */
209
- declare const Button: ({ ariaLabel, children, className, color, disabled, disableAnimation, icon, loading, onClick, size, testId, type, variant, }: ButtonProps) => react_jsx_runtime.JSX.Element;
211
+ declare const Button: ({ ariaLabel, children, className, color, disabled, disableAnimation, icon, loading, onClick, radius, size, testId, type, variant, }: ButtonProps) => react_jsx_runtime.JSX.Element;
210
212
 
211
213
  export { Button as B, type ButtonProps as a, buttonVariants as b };
@@ -178,34 +178,36 @@ type VariantProps = TVProps<typeof buttonVariants>;
178
178
  interface ButtonProps extends VariantProps {
179
179
  /** sets HTML aria-label attribute */
180
180
  ariaLabel?: string;
181
- /** child components */
181
+ /** content of the button */
182
182
  children?: ReactNode;
183
183
  /** CSS class name */
184
184
  className?: string;
185
- /** hero ui button color */
185
+ /** color of the button */
186
186
  color?: ButtonProps$1['color'];
187
- /** disables function of the button. */
187
+ /** disables the button */
188
188
  disabled?: boolean;
189
- /** disables all button animations */
189
+ /** disables all animations */
190
190
  disableAnimation?: boolean;
191
- /** If set loading animation is shown */
191
+ /** shows loading animation */
192
192
  loading?: boolean;
193
193
  /** optional icon */
194
194
  icon?: ReactNode;
195
- /** on click event */
195
+ /** click event handler */
196
196
  onClick?: ButtonProps$1['onPress'];
197
- /** 3 size options */
197
+ /** border radius size */
198
+ radius?: ButtonProps$1['radius'];
199
+ /** size options */
198
200
  size?: ButtonProps$1['size'];
199
201
  /** HTML data-testid attribute used in e2e tests */
200
202
  testId?: string;
201
- /** sets the button type. */
203
+ /** HTML button type attribute */
202
204
  type?: 'button' | 'submit' | 'reset' | undefined;
203
- /** hero ui button variants */
205
+ /** visual style variant */
204
206
  variant?: ButtonProps$1['variant'];
205
207
  }
206
208
  /**
207
209
  * Button component based on [HeroUI Button](https://www.heroui.com//docs/components/button)
208
210
  */
209
- declare const Button: ({ ariaLabel, children, className, color, disabled, disableAnimation, icon, loading, onClick, size, testId, type, variant, }: ButtonProps) => react_jsx_runtime.JSX.Element;
211
+ declare const Button: ({ ariaLabel, children, className, color, disabled, disableAnimation, icon, loading, onClick, radius, size, testId, type, variant, }: ButtonProps) => react_jsx_runtime.JSX.Element;
210
212
 
211
213
  export { Button as B, type ButtonProps as a, buttonVariants as b };
@@ -1,11 +1,11 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkJ63YGHTGcjs = require('../chunk-J63YGHTG.cjs');
5
- require('../chunk-FLPLJTAC.cjs');
4
+ var _chunk77THLTVPcjs = require('../chunk-77THLTVP.cjs');
5
+ require('../chunk-AN7A66NS.cjs');
6
6
  require('../chunk-D4TLDLEX.cjs');
7
7
 
8
8
 
9
9
 
10
- exports.Json = _chunkJ63YGHTGcjs.Json_default; exports.default = _chunkJ63YGHTGcjs.Json_default2;
10
+ exports.Json = _chunk77THLTVPcjs.Json_default; exports.default = _chunk77THLTVPcjs.Json_default2;
11
11
  //# sourceMappingURL=index.cjs.map
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  Json_default,
3
3
  Json_default2
4
- } from "../chunk-VRPX6QUG.js";
5
- import "../chunk-MAKWBTTW.js";
4
+ } from "../chunk-Q3WI7NPI.js";
5
+ import "../chunk-RELR2OCI.js";
6
6
  import "../chunk-J7N2552D.js";
7
7
  export {
8
8
  Json_default as Json,
@@ -1,12 +1,12 @@
1
- import { _ as _default } from '../Popover-DajWpbPN.cjs';
2
- export { P as PopoverProps } from '../Popover-DajWpbPN.cjs';
1
+ import { _ as _default } from '../Popover-siHbA2lD.cjs';
2
+ export { P as PopoverProps } from '../Popover-siHbA2lD.cjs';
3
3
  import 'react/jsx-runtime';
4
4
  import 'tailwind-variants/dist/config.js';
5
5
  import 'tailwind-variants';
6
6
  import '@fuf-stack/pixel-utils';
7
7
  import '@heroui/popover';
8
8
  import 'react';
9
- import '../Button-Bm0yKM7X.cjs';
9
+ import '../Button-DykH6Lmz.cjs';
10
10
  import '@heroui/button';
11
11
 
12
12
 
@@ -1,12 +1,12 @@
1
- import { _ as _default } from '../Popover-DcZ3qt-u.js';
2
- export { P as PopoverProps } from '../Popover-DcZ3qt-u.js';
1
+ import { _ as _default } from '../Popover-B-SHB8ZK.js';
2
+ export { P as PopoverProps } from '../Popover-B-SHB8ZK.js';
3
3
  import 'react/jsx-runtime';
4
4
  import 'tailwind-variants/dist/config.js';
5
5
  import 'tailwind-variants';
6
6
  import '@fuf-stack/pixel-utils';
7
7
  import '@heroui/popover';
8
8
  import 'react';
9
- import '../Button-Bm0yKM7X.js';
9
+ import '../Button-DykH6Lmz.js';
10
10
  import '@heroui/button';
11
11
 
12
12
 
@@ -4,7 +4,7 @@ import * as tailwind_variants from 'tailwind-variants';
4
4
  import { TVProps, TVClassName } from '@fuf-stack/pixel-utils';
5
5
  import { PopoverProps as PopoverProps$1 } from '@heroui/popover';
6
6
  import { ReactNode } from 'react';
7
- import { a as ButtonProps } from './Button-Bm0yKM7X.js';
7
+ import { a as ButtonProps } from './Button-DykH6Lmz.js';
8
8
 
9
9
  declare const popoverVariants: tailwind_variants.TVReturnType<{
10
10
  [key: string]: {
@@ -4,7 +4,7 @@ import * as tailwind_variants from 'tailwind-variants';
4
4
  import { TVProps, TVClassName } from '@fuf-stack/pixel-utils';
5
5
  import { PopoverProps as PopoverProps$1 } from '@heroui/popover';
6
6
  import { ReactNode } from 'react';
7
- import { a as ButtonProps } from './Button-Bm0yKM7X.cjs';
7
+ import { a as ButtonProps } from './Button-DykH6Lmz.cjs';
8
8
 
9
9
  declare const popoverVariants: tailwind_variants.TVReturnType<{
10
10
  [key: string]: {
@@ -2,12 +2,12 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkPK723NKOcjs = require('../chunk-PK723NKO.cjs');
5
+ var _chunkXOCP745Xcjs = require('../chunk-XOCP745X.cjs');
6
6
  require('../chunk-OLI32URU.cjs');
7
7
  require('../chunk-D4TLDLEX.cjs');
8
8
 
9
9
 
10
10
 
11
11
 
12
- exports.Progress = _chunkPK723NKOcjs.Progress_default; exports.default = _chunkPK723NKOcjs.Progress_default2; exports.progressVariants = _chunkPK723NKOcjs.progressVariants;
12
+ exports.Progress = _chunkXOCP745Xcjs.Progress_default; exports.default = _chunkXOCP745Xcjs.Progress_default2; exports.progressVariants = _chunkXOCP745Xcjs.progressVariants;
13
13
  //# sourceMappingURL=index.cjs.map
@@ -1,5 +1,5 @@
1
- import { P as Progress } from '../Progress-7yXUVioO.cjs';
2
- export { a as ProgressProps, p as progressVariants } from '../Progress-7yXUVioO.cjs';
1
+ import { P as Progress } from '../Progress-CR_BcIKV.cjs';
2
+ export { a as ProgressProps, p as progressVariants } from '../Progress-CR_BcIKV.cjs';
3
3
  import 'react/jsx-runtime';
4
4
  import 'tailwind-variants';
5
5
  import 'tailwind-variants/dist/config.js';
@@ -1,5 +1,5 @@
1
- import { P as Progress } from '../Progress-7yXUVioO.js';
2
- export { a as ProgressProps, p as progressVariants } from '../Progress-7yXUVioO.js';
1
+ import { P as Progress } from '../Progress-CR_BcIKV.js';
2
+ export { a as ProgressProps, p as progressVariants } from '../Progress-CR_BcIKV.js';
3
3
  import 'react/jsx-runtime';
4
4
  import 'tailwind-variants';
5
5
  import 'tailwind-variants/dist/config.js';
@@ -2,7 +2,7 @@ import {
2
2
  Progress_default,
3
3
  Progress_default2,
4
4
  progressVariants
5
- } from "../chunk-OGK2OQXX.js";
5
+ } from "../chunk-JORMLHKF.js";
6
6
  import "../chunk-B3XKBNXD.js";
7
7
  import "../chunk-J7N2552D.js";
8
8
  export {
@@ -205,6 +205,8 @@ interface ProgressProps extends VariantProps {
205
205
  color?: VariantProps['color'];
206
206
  /** disables all animations */
207
207
  disableAnimation?: boolean;
208
+ /** disables special finished state (checkmark icon and success color) */
209
+ disableFinishedState?: boolean;
208
210
  /** function to format the progress value */
209
211
  format?: (percent: number) => ReactNode;
210
212
  /** shows indeterminate progress animation */
@@ -223,6 +225,6 @@ interface ProgressProps extends VariantProps {
223
225
  /**
224
226
  * Progress component based on [HeroUI Progress](https://www.heroui.com//docs/components/progress)
225
227
  */
226
- declare const Progress: ({ ariaLabel, className, color, disableAnimation, format, indeterminate, label, percent, showValueLabel, size, testId, }: ProgressProps) => react_jsx_runtime.JSX.Element;
228
+ declare const Progress: ({ ariaLabel, className, color, disableAnimation, disableFinishedState, format, indeterminate, label, percent, showValueLabel, size, testId, }: ProgressProps) => react_jsx_runtime.JSX.Element;
227
229
 
228
230
  export { Progress as P, type ProgressProps as a, progressVariants as p };
@@ -205,6 +205,8 @@ interface ProgressProps extends VariantProps {
205
205
  color?: VariantProps['color'];
206
206
  /** disables all animations */
207
207
  disableAnimation?: boolean;
208
+ /** disables special finished state (checkmark icon and success color) */
209
+ disableFinishedState?: boolean;
208
210
  /** function to format the progress value */
209
211
  format?: (percent: number) => ReactNode;
210
212
  /** shows indeterminate progress animation */
@@ -223,6 +225,6 @@ interface ProgressProps extends VariantProps {
223
225
  /**
224
226
  * Progress component based on [HeroUI Progress](https://www.heroui.com//docs/components/progress)
225
227
  */
226
- declare const Progress: ({ ariaLabel, className, color, disableAnimation, format, indeterminate, label, percent, showValueLabel, size, testId, }: ProgressProps) => react_jsx_runtime.JSX.Element;
228
+ declare const Progress: ({ ariaLabel, className, color, disableAnimation, disableFinishedState, format, indeterminate, label, percent, showValueLabel, size, testId, }: ProgressProps) => react_jsx_runtime.JSX.Element;
227
229
 
228
230
  export { Progress as P, type ProgressProps as a, progressVariants as p };
@@ -2,12 +2,12 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkHENURJFUcjs = require('../chunk-HENURJFU.cjs');
5
+ var _chunkW2EOAUKEcjs = require('../chunk-W2EOAUKE.cjs');
6
6
  require('../chunk-OLI32URU.cjs');
7
7
  require('../chunk-D4TLDLEX.cjs');
8
8
 
9
9
 
10
10
 
11
11
 
12
- exports.ProgressCircular = _chunkHENURJFUcjs.ProgressCircular_default; exports.default = _chunkHENURJFUcjs.ProgressCircular_default2; exports.progressCircularVariants = _chunkHENURJFUcjs.progressCircularVariants;
12
+ exports.ProgressCircular = _chunkW2EOAUKEcjs.ProgressCircular_default; exports.default = _chunkW2EOAUKEcjs.ProgressCircular_default2; exports.progressCircularVariants = _chunkW2EOAUKEcjs.progressCircularVariants;
13
13
  //# sourceMappingURL=index.cjs.map
@@ -1,5 +1,5 @@
1
- import { P as ProgressCircular } from '../ProgressCircular-BrcYFzAa.cjs';
2
- export { a as ProgressCircularProps, p as progressCircularVariants } from '../ProgressCircular-BrcYFzAa.cjs';
1
+ import { P as ProgressCircular } from '../ProgressCircular-D9VbRNdF.cjs';
2
+ export { a as ProgressCircularProps, p as progressCircularVariants } from '../ProgressCircular-D9VbRNdF.cjs';
3
3
  import 'react/jsx-runtime';
4
4
  import 'tailwind-variants';
5
5
  import 'tailwind-variants/dist/config.js';
@@ -1,5 +1,5 @@
1
- import { P as ProgressCircular } from '../ProgressCircular-BrcYFzAa.js';
2
- export { a as ProgressCircularProps, p as progressCircularVariants } from '../ProgressCircular-BrcYFzAa.js';
1
+ import { P as ProgressCircular } from '../ProgressCircular-D9VbRNdF.js';
2
+ export { a as ProgressCircularProps, p as progressCircularVariants } from '../ProgressCircular-D9VbRNdF.js';
3
3
  import 'react/jsx-runtime';
4
4
  import 'tailwind-variants';
5
5
  import 'tailwind-variants/dist/config.js';
@@ -2,7 +2,7 @@ import {
2
2
  ProgressCircular_default,
3
3
  ProgressCircular_default2,
4
4
  progressCircularVariants
5
- } from "../chunk-VES4SOJH.js";
5
+ } from "../chunk-ESLZ4HYA.js";
6
6
  import "../chunk-B3XKBNXD.js";
7
7
  import "../chunk-J7N2552D.js";
8
8
  export {
@@ -432,6 +432,8 @@ interface ProgressCircularProps extends VariantProps {
432
432
  color?: VariantProps['color'];
433
433
  /** disables all animations */
434
434
  disableAnimation?: boolean;
435
+ /** disables special finished state (checkmark icon and success color) */
436
+ disableFinishedState?: boolean;
435
437
  /** formats the display value of the progress in the center */
436
438
  format?: (percent?: number) => ReactNode;
437
439
  /** enables error version */
@@ -446,6 +448,6 @@ interface ProgressCircularProps extends VariantProps {
446
448
  /**
447
449
  * ProgressCircular component based on [HeroUI CircularProgress](https://www.heroui.com/docs/components/circular-progress)
448
450
  */
449
- declare const ProgressCircular: ({ ariaLabel, className, format, hasError, percent, disableAnimation, size, color, strokeWidth: _strokeWidth, }: ProgressCircularProps) => react_jsx_runtime.JSX.Element;
451
+ declare const ProgressCircular: ({ ariaLabel, className, format, hasError, percent, disableAnimation, disableFinishedState, size, color, strokeWidth: strokeWidthProp, }: ProgressCircularProps) => react_jsx_runtime.JSX.Element;
450
452
 
451
453
  export { ProgressCircular as P, type ProgressCircularProps as a, progressCircularVariants as p };
@@ -432,6 +432,8 @@ interface ProgressCircularProps extends VariantProps {
432
432
  color?: VariantProps['color'];
433
433
  /** disables all animations */
434
434
  disableAnimation?: boolean;
435
+ /** disables special finished state (checkmark icon and success color) */
436
+ disableFinishedState?: boolean;
435
437
  /** formats the display value of the progress in the center */
436
438
  format?: (percent?: number) => ReactNode;
437
439
  /** enables error version */
@@ -446,6 +448,6 @@ interface ProgressCircularProps extends VariantProps {
446
448
  /**
447
449
  * ProgressCircular component based on [HeroUI CircularProgress](https://www.heroui.com/docs/components/circular-progress)
448
450
  */
449
- declare const ProgressCircular: ({ ariaLabel, className, format, hasError, percent, disableAnimation, size, color, strokeWidth: _strokeWidth, }: ProgressCircularProps) => react_jsx_runtime.JSX.Element;
451
+ declare const ProgressCircular: ({ ariaLabel, className, format, hasError, percent, disableAnimation, disableFinishedState, size, color, strokeWidth: strokeWidthProp, }: ProgressCircularProps) => react_jsx_runtime.JSX.Element;
450
452
 
451
453
  export { ProgressCircular as P, type ProgressCircularProps as a, progressCircularVariants as p };
@@ -1,6 +1,6 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
2
2
 
3
- var _chunkFLPLJTACcjs = require('./chunk-FLPLJTAC.cjs');
3
+ var _chunkAN7A66NScjs = require('./chunk-AN7A66NS.cjs');
4
4
 
5
5
 
6
6
 
@@ -2590,7 +2590,7 @@ var ErrorRenderer = ({
2590
2590
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "font-medium", children: "Failed to parse JSON data" })
2591
2591
  ] }),
2592
2592
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
2593
- _chunkFLPLJTACcjs.Button_default,
2593
+ _chunkAN7A66NScjs.Button_default,
2594
2594
  {
2595
2595
  color: "danger",
2596
2596
  size: "sm",
@@ -2709,4 +2709,4 @@ var Json_default2 = Json_default;
2709
2709
 
2710
2710
 
2711
2711
  exports.Json_default = Json_default; exports.Json_default2 = Json_default2;
2712
- //# sourceMappingURL=chunk-J63YGHTG.cjs.map
2712
+ //# sourceMappingURL=chunk-77THLTVP.cjs.map