@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.
- package/dist/Button/index.cjs +2 -2
- package/dist/Button/index.d.cts +2 -2
- package/dist/Button/index.d.ts +2 -2
- package/dist/Button/index.js +1 -1
- package/dist/{Button-Bm0yKM7X.d.cts → Button-DykH6Lmz.d.cts} +12 -10
- package/dist/{Button-Bm0yKM7X.d.ts → Button-DykH6Lmz.d.ts} +12 -10
- package/dist/Json/index.cjs +3 -3
- package/dist/Json/index.js +2 -2
- package/dist/Popover/index.d.cts +3 -3
- package/dist/Popover/index.d.ts +3 -3
- package/dist/{Popover-DcZ3qt-u.d.ts → Popover-B-SHB8ZK.d.ts} +1 -1
- package/dist/{Popover-DajWpbPN.d.cts → Popover-siHbA2lD.d.cts} +1 -1
- package/dist/Progress/index.cjs +2 -2
- package/dist/Progress/index.d.cts +2 -2
- package/dist/Progress/index.d.ts +2 -2
- package/dist/Progress/index.js +1 -1
- package/dist/{Progress-7yXUVioO.d.cts → Progress-CR_BcIKV.d.cts} +3 -1
- package/dist/{Progress-7yXUVioO.d.ts → Progress-CR_BcIKV.d.ts} +3 -1
- package/dist/ProgressCircular/index.cjs +2 -2
- package/dist/ProgressCircular/index.d.cts +2 -2
- package/dist/ProgressCircular/index.d.ts +2 -2
- package/dist/ProgressCircular/index.js +1 -1
- package/dist/{ProgressCircular-BrcYFzAa.d.cts → ProgressCircular-D9VbRNdF.d.cts} +3 -1
- package/dist/{ProgressCircular-BrcYFzAa.d.ts → ProgressCircular-D9VbRNdF.d.ts} +3 -1
- package/dist/{chunk-J63YGHTG.cjs → chunk-77THLTVP.cjs} +3 -3
- package/dist/{chunk-J63YGHTG.cjs.map → chunk-77THLTVP.cjs.map} +1 -1
- package/dist/{chunk-FLPLJTAC.cjs → chunk-AN7A66NS.cjs} +4 -2
- package/dist/chunk-AN7A66NS.cjs.map +1 -0
- package/dist/{chunk-VES4SOJH.js → chunk-ESLZ4HYA.js} +6 -5
- package/dist/chunk-ESLZ4HYA.js.map +1 -0
- package/dist/{chunk-OGK2OQXX.js → chunk-JORMLHKF.js} +4 -2
- package/dist/chunk-JORMLHKF.js.map +1 -0
- package/dist/{chunk-VRPX6QUG.js → chunk-Q3WI7NPI.js} +2 -2
- package/dist/{chunk-MAKWBTTW.js → chunk-RELR2OCI.js} +4 -2
- package/dist/chunk-RELR2OCI.js.map +1 -0
- package/dist/{chunk-HENURJFU.cjs → chunk-W2EOAUKE.cjs} +6 -5
- package/dist/chunk-W2EOAUKE.cjs.map +1 -0
- package/dist/{chunk-PK723NKO.cjs → chunk-XOCP745X.cjs} +4 -2
- package/dist/chunk-XOCP745X.cjs.map +1 -0
- package/dist/index.cjs +5 -5
- package/dist/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +4 -4
- package/package.json +5 -5
- package/dist/chunk-FLPLJTAC.cjs.map +0 -1
- package/dist/chunk-HENURJFU.cjs.map +0 -1
- package/dist/chunk-MAKWBTTW.js.map +0 -1
- package/dist/chunk-OGK2OQXX.js.map +0 -1
- package/dist/chunk-PK723NKO.cjs.map +0 -1
- package/dist/chunk-VES4SOJH.js.map +0 -1
- /package/dist/{chunk-VRPX6QUG.js.map → chunk-Q3WI7NPI.js.map} +0 -0
package/dist/Button/index.cjs
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkAN7A66NScjs = require('../chunk-AN7A66NS.cjs');
|
|
6
6
|
require('../chunk-D4TLDLEX.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.Button =
|
|
11
|
+
exports.Button = _chunkAN7A66NScjs.Button_default; exports.buttonVariants = _chunkAN7A66NScjs.buttonVariants; exports.default = _chunkAN7A66NScjs.Button_default2;
|
|
12
12
|
//# sourceMappingURL=index.cjs.map
|
package/dist/Button/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { B as Button } from '../Button-
|
|
2
|
-
export { a as ButtonProps, b as buttonVariants } from '../Button-
|
|
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';
|
package/dist/Button/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { B as Button } from '../Button-
|
|
2
|
-
export { a as ButtonProps, b as buttonVariants } from '../Button-
|
|
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';
|
package/dist/Button/index.js
CHANGED
|
@@ -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
|
-
/**
|
|
181
|
+
/** content of the button */
|
|
182
182
|
children?: ReactNode;
|
|
183
183
|
/** CSS class name */
|
|
184
184
|
className?: string;
|
|
185
|
-
/**
|
|
185
|
+
/** color of the button */
|
|
186
186
|
color?: ButtonProps$1['color'];
|
|
187
|
-
/** disables
|
|
187
|
+
/** disables the button */
|
|
188
188
|
disabled?: boolean;
|
|
189
|
-
/** disables all
|
|
189
|
+
/** disables all animations */
|
|
190
190
|
disableAnimation?: boolean;
|
|
191
|
-
/**
|
|
191
|
+
/** shows loading animation */
|
|
192
192
|
loading?: boolean;
|
|
193
193
|
/** optional icon */
|
|
194
194
|
icon?: ReactNode;
|
|
195
|
-
/**
|
|
195
|
+
/** click event handler */
|
|
196
196
|
onClick?: ButtonProps$1['onPress'];
|
|
197
|
-
/**
|
|
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
|
-
/**
|
|
203
|
+
/** HTML button type attribute */
|
|
202
204
|
type?: 'button' | 'submit' | 'reset' | undefined;
|
|
203
|
-
/**
|
|
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
|
-
/**
|
|
181
|
+
/** content of the button */
|
|
182
182
|
children?: ReactNode;
|
|
183
183
|
/** CSS class name */
|
|
184
184
|
className?: string;
|
|
185
|
-
/**
|
|
185
|
+
/** color of the button */
|
|
186
186
|
color?: ButtonProps$1['color'];
|
|
187
|
-
/** disables
|
|
187
|
+
/** disables the button */
|
|
188
188
|
disabled?: boolean;
|
|
189
|
-
/** disables all
|
|
189
|
+
/** disables all animations */
|
|
190
190
|
disableAnimation?: boolean;
|
|
191
|
-
/**
|
|
191
|
+
/** shows loading animation */
|
|
192
192
|
loading?: boolean;
|
|
193
193
|
/** optional icon */
|
|
194
194
|
icon?: ReactNode;
|
|
195
|
-
/**
|
|
195
|
+
/** click event handler */
|
|
196
196
|
onClick?: ButtonProps$1['onPress'];
|
|
197
|
-
/**
|
|
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
|
-
/**
|
|
203
|
+
/** HTML button type attribute */
|
|
202
204
|
type?: 'button' | 'submit' | 'reset' | undefined;
|
|
203
|
-
/**
|
|
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 };
|
package/dist/Json/index.cjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../chunk-
|
|
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 =
|
|
10
|
+
exports.Json = _chunk77THLTVPcjs.Json_default; exports.default = _chunk77THLTVPcjs.Json_default2;
|
|
11
11
|
//# sourceMappingURL=index.cjs.map
|
package/dist/Json/index.js
CHANGED
package/dist/Popover/index.d.cts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { _ as _default } from '../Popover-
|
|
2
|
-
export { P as PopoverProps } from '../Popover-
|
|
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-
|
|
9
|
+
import '../Button-DykH6Lmz.cjs';
|
|
10
10
|
import '@heroui/button';
|
|
11
11
|
|
|
12
12
|
|
package/dist/Popover/index.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { _ as _default } from '../Popover-
|
|
2
|
-
export { P as PopoverProps } from '../Popover-
|
|
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-
|
|
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-
|
|
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-
|
|
7
|
+
import { a as ButtonProps } from './Button-DykH6Lmz.cjs';
|
|
8
8
|
|
|
9
9
|
declare const popoverVariants: tailwind_variants.TVReturnType<{
|
|
10
10
|
[key: string]: {
|
package/dist/Progress/index.cjs
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
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 =
|
|
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-
|
|
2
|
-
export { a as ProgressProps, p as progressVariants } from '../Progress-
|
|
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';
|
package/dist/Progress/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { P as Progress } from '../Progress-
|
|
2
|
-
export { a as ProgressProps, p as progressVariants } from '../Progress-
|
|
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';
|
package/dist/Progress/index.js
CHANGED
|
@@ -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
|
|
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 =
|
|
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-
|
|
2
|
-
export { a as ProgressCircularProps, p as progressCircularVariants } from '../ProgressCircular-
|
|
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-
|
|
2
|
-
export { a as ProgressCircularProps, p as progressCircularVariants } from '../ProgressCircular-
|
|
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';
|
|
@@ -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:
|
|
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:
|
|
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
|
|
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
|
-
|
|
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-
|
|
2712
|
+
//# sourceMappingURL=chunk-77THLTVP.cjs.map
|