@fuf-stack/pixels 0.40.0 → 0.41.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/Avatar/index.d.cts +2 -2
- package/dist/Avatar/index.d.ts +2 -2
- package/dist/AvatarGroup/index.d.cts +3 -3
- package/dist/AvatarGroup/index.d.ts +3 -3
- package/dist/{AvatarGroup-BMKOfE_a.d.ts → AvatarGroup-BfOtqfJy.d.ts} +1 -1
- package/dist/{AvatarGroup-2Lmu_V2d.d.cts → AvatarGroup-CUyQwK3t.d.cts} +1 -1
- package/dist/Button/index.cjs +2 -2
- package/dist/Button/index.js +1 -1
- package/dist/Drawer/index.d.cts +2 -2
- package/dist/Drawer/index.d.ts +2 -2
- package/dist/Json/index.cjs +3 -3
- package/dist/Json/index.js +2 -2
- package/dist/Progress/index.cjs +5 -82
- package/dist/Progress/index.cjs.map +1 -1
- package/dist/Progress/index.d.cts +9 -222
- package/dist/Progress/index.d.ts +9 -222
- package/dist/Progress/index.js +5 -82
- package/dist/Progress/index.js.map +1 -1
- package/dist/Progress-7yXUVioO.d.cts +228 -0
- package/dist/Progress-7yXUVioO.d.ts +228 -0
- package/dist/ProgressCircular/index.cjs +12 -0
- package/dist/ProgressCircular/index.cjs.map +1 -0
- package/dist/ProgressCircular/index.d.cts +11 -0
- package/dist/ProgressCircular/index.d.ts +11 -0
- package/dist/ProgressCircular/index.js +12 -0
- package/dist/ProgressCircular-U4kPZ1T1.d.cts +414 -0
- package/dist/ProgressCircular-U4kPZ1T1.d.ts +414 -0
- package/dist/{chunk-HHCDSQ6N.cjs → chunk-FLPLJTAC.cjs} +2 -2
- package/dist/{chunk-HHCDSQ6N.cjs.map → chunk-FLPLJTAC.cjs.map} +1 -1
- package/dist/chunk-GJQTAEHH.js +113 -0
- package/dist/chunk-GJQTAEHH.js.map +1 -0
- package/dist/{chunk-374SO74F.cjs → chunk-J63YGHTG.cjs} +3 -3
- package/dist/{chunk-374SO74F.cjs.map → chunk-J63YGHTG.cjs.map} +1 -1
- package/dist/{chunk-Q5DUSUCZ.js → chunk-MAKWBTTW.js} +2 -2
- package/dist/{chunk-Q5DUSUCZ.js.map → chunk-MAKWBTTW.js.map} +1 -1
- package/dist/chunk-RV7YPQXI.js +95 -0
- package/dist/chunk-RV7YPQXI.js.map +1 -0
- package/dist/chunk-VGXW3PSF.cjs +95 -0
- package/dist/chunk-VGXW3PSF.cjs.map +1 -0
- package/dist/{chunk-L3DEBOPG.js → chunk-VRPX6QUG.js} +2 -2
- package/dist/chunk-WCRVH4DS.cjs +113 -0
- package/dist/chunk-WCRVH4DS.cjs.map +1 -0
- package/dist/index.cjs +15 -13
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -4
- package/dist/index.d.ts +5 -4
- package/dist/index.js +18 -16
- package/dist/index.js.map +1 -1
- package/package.json +29 -29
- package/dist/CircularProgress/index.cjs +0 -14
- package/dist/CircularProgress/index.cjs.map +0 -1
- package/dist/CircularProgress/index.d.cts +0 -11
- package/dist/CircularProgress/index.d.ts +0 -11
- package/dist/CircularProgress/index.js +0 -14
- package/dist/CircularProgress-DHrnT6wz.d.cts +0 -182
- package/dist/CircularProgress-DHrnT6wz.d.ts +0 -182
- package/dist/chunk-37WQ3CBA.cjs +0 -98
- package/dist/chunk-37WQ3CBA.cjs.map +0 -1
- package/dist/chunk-M3PL6G7W.js +0 -98
- package/dist/chunk-M3PL6G7W.js.map +0 -1
- package/dist/{Avatar-B8lVnLpp.d.cts → Avatar-ylNJ_-dY.d.cts} +5 -5
- package/dist/{Avatar-B8lVnLpp.d.ts → Avatar-ylNJ_-dY.d.ts} +5 -5
- package/dist/{Drawer-DmwcvuKe.d.cts → Drawer-BnV9qxPA.d.cts} +5 -5
- package/dist/{Drawer-DmwcvuKe.d.ts → Drawer-BnV9qxPA.d.ts} +5 -5
- /package/dist/{CircularProgress → ProgressCircular}/index.js.map +0 -0
- /package/dist/{chunk-L3DEBOPG.js.map → chunk-VRPX6QUG.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
Progress_default,
|
|
3
|
+
progressVariants
|
|
4
|
+
} from "./chunk-RV7YPQXI.js";
|
|
5
|
+
import {
|
|
6
|
+
ProgressCircular_default,
|
|
7
|
+
progressCircularVariants
|
|
8
|
+
} from "./chunk-GJQTAEHH.js";
|
|
5
9
|
import {
|
|
6
10
|
Table_default,
|
|
7
11
|
tableVariants
|
|
@@ -24,11 +28,6 @@ import {
|
|
|
24
28
|
Card_default,
|
|
25
29
|
cardVariants
|
|
26
30
|
} from "./chunk-ABKT5UKM.js";
|
|
27
|
-
import {
|
|
28
|
-
CircularProgress_default,
|
|
29
|
-
circularProgressStyleVariantOptions,
|
|
30
|
-
circularProgressVariants
|
|
31
|
-
} from "./chunk-M3PL6G7W.js";
|
|
32
31
|
import {
|
|
33
32
|
Drawer_default,
|
|
34
33
|
drawerBackdrops,
|
|
@@ -39,7 +38,7 @@ import {
|
|
|
39
38
|
} from "./chunk-VBOUHWXM.js";
|
|
40
39
|
import {
|
|
41
40
|
Json_default
|
|
42
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-VRPX6QUG.js";
|
|
43
42
|
import {
|
|
44
43
|
Label_default,
|
|
45
44
|
labelVariants
|
|
@@ -51,6 +50,10 @@ import {
|
|
|
51
50
|
Modal_default,
|
|
52
51
|
modalVariants
|
|
53
52
|
} from "./chunk-RW4WTSLJ.js";
|
|
53
|
+
import {
|
|
54
|
+
Popover_default
|
|
55
|
+
} from "./chunk-5TOE75VE.js";
|
|
56
|
+
import "./chunk-EQVC4PJE.js";
|
|
54
57
|
import {
|
|
55
58
|
Accordion_default,
|
|
56
59
|
accordionVariants
|
|
@@ -75,7 +78,7 @@ import {
|
|
|
75
78
|
import {
|
|
76
79
|
Button_default,
|
|
77
80
|
buttonVariants
|
|
78
|
-
} from "./chunk-
|
|
81
|
+
} from "./chunk-MAKWBTTW.js";
|
|
79
82
|
import {
|
|
80
83
|
__spreadProps,
|
|
81
84
|
__spreadValues
|
|
@@ -125,7 +128,7 @@ var toastVariants = tv({
|
|
|
125
128
|
color: "info",
|
|
126
129
|
variant: "flat",
|
|
127
130
|
className: {
|
|
128
|
-
base: "
|
|
131
|
+
base: "bg-info-50 text-info-600 dark:bg-info-50/50",
|
|
129
132
|
title: "text-info-600",
|
|
130
133
|
description: "text-info-500",
|
|
131
134
|
icon: "text-info-600",
|
|
@@ -179,8 +182,6 @@ var addToast = ({
|
|
|
179
182
|
closeIcon,
|
|
180
183
|
color: isHeroUIColor ? color : void 0,
|
|
181
184
|
// TODO: 'data-testid': testId,
|
|
182
|
-
// https://github.com/heroui-inc/heroui/issues/5033
|
|
183
|
-
// @ts-expect-error bug in hero-toast: description should be ReactNode
|
|
184
185
|
description,
|
|
185
186
|
endContent,
|
|
186
187
|
hideCloseButton: !showCloseButton,
|
|
@@ -247,13 +248,14 @@ export {
|
|
|
247
248
|
Button_default as Button,
|
|
248
249
|
ButtonGroup_default as ButtonGroup,
|
|
249
250
|
Card_default as Card,
|
|
250
|
-
CircularProgress_default as CircularProgress,
|
|
251
251
|
Drawer_default as Drawer,
|
|
252
252
|
Json_default as Json,
|
|
253
253
|
Label_default as Label,
|
|
254
254
|
Menu_default as Menu,
|
|
255
255
|
Modal_default as Modal,
|
|
256
256
|
Popover_default as Popover,
|
|
257
|
+
Progress_default as Progress,
|
|
258
|
+
ProgressCircular_default as ProgressCircular,
|
|
257
259
|
Table_default as Table,
|
|
258
260
|
Tabs_default as Tabs,
|
|
259
261
|
ToastProvider_default as ToastProvider,
|
|
@@ -264,8 +266,6 @@ export {
|
|
|
264
266
|
breadcrumbVariants,
|
|
265
267
|
buttonVariants,
|
|
266
268
|
cardVariants,
|
|
267
|
-
circularProgressStyleVariantOptions,
|
|
268
|
-
circularProgressVariants,
|
|
269
269
|
drawerBackdrops,
|
|
270
270
|
drawerPlacements,
|
|
271
271
|
drawerRadii,
|
|
@@ -273,6 +273,8 @@ export {
|
|
|
273
273
|
drawerVariants,
|
|
274
274
|
labelVariants,
|
|
275
275
|
modalVariants,
|
|
276
|
+
progressCircularVariants,
|
|
277
|
+
progressVariants,
|
|
276
278
|
tableVariants,
|
|
277
279
|
tabsVariants,
|
|
278
280
|
toastVariants,
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/Toast/addToast.tsx","../src/Toast/ToastProvider.tsx"],"sourcesContent":["import type { TVClassName, TVProps } from '@fuf-stack/pixel-utils';\nimport type { ToastProps as HeroToastProps } from '@heroui/toast';\nimport type { ReactNode } from 'react';\n\nimport { toast as heroToastVariants } from '@heroui/theme';\nimport { addToast as heroAddToast } from '@heroui/toast';\n\nimport { tv, variantsToClassNames } from '@fuf-stack/pixel-utils';\n\nexport const toastVariants = tv({\n slots: {\n base: '',\n title: '',\n description: '',\n icon: '',\n loadingIcon: '',\n content: '',\n motionDiv: '',\n progressTrack: '',\n progressIndicator: '',\n closeButton: '',\n closeIcon: '',\n },\n variants: {\n // see: https://github.com/heroui-inc/heroui/blob/canary/packages/core/theme/src/components/toast.ts\n color: {\n info: {},\n ...heroToastVariants.variants.color,\n },\n variant: {\n ...heroToastVariants.variants.variant,\n },\n },\n compoundVariants: [\n ...heroToastVariants.compoundVariants,\n {\n variant: 'solid',\n color: 'info',\n className: {\n base: 'bg-info text-info-foreground',\n title: 'text-info-foreground',\n description: 'text-info-foreground',\n icon: 'text-info-foreground',\n closeIcon: 'border-info-400 bg-info-100',\n closeButton: 'text-info-400 hover:text-info-600',\n progressIndicator: 'bg-info-400',\n },\n },\n {\n color: 'info',\n variant: 'flat',\n className: {\n base: '
|
|
1
|
+
{"version":3,"sources":["../src/Toast/addToast.tsx","../src/Toast/ToastProvider.tsx"],"sourcesContent":["import type { TVClassName, TVProps } from '@fuf-stack/pixel-utils';\nimport type { ToastProps as HeroToastProps } from '@heroui/toast';\nimport type { ReactNode } from 'react';\n\nimport { toast as heroToastVariants } from '@heroui/theme';\nimport { addToast as heroAddToast } from '@heroui/toast';\n\nimport { tv, variantsToClassNames } from '@fuf-stack/pixel-utils';\n\nexport const toastVariants = tv({\n slots: {\n base: '',\n title: '',\n description: '',\n icon: '',\n loadingIcon: '',\n content: '',\n motionDiv: '',\n progressTrack: '',\n progressIndicator: '',\n closeButton: '',\n closeIcon: '',\n },\n variants: {\n // see: https://github.com/heroui-inc/heroui/blob/canary/packages/core/theme/src/components/toast.ts\n color: {\n info: {},\n ...heroToastVariants.variants.color,\n },\n variant: {\n ...heroToastVariants.variants.variant,\n },\n },\n compoundVariants: [\n ...heroToastVariants.compoundVariants,\n {\n variant: 'solid',\n color: 'info',\n className: {\n base: 'bg-info text-info-foreground',\n title: 'text-info-foreground',\n description: 'text-info-foreground',\n icon: 'text-info-foreground',\n closeIcon: 'border-info-400 bg-info-100',\n closeButton: 'text-info-400 hover:text-info-600',\n progressIndicator: 'bg-info-400',\n },\n },\n {\n color: 'info',\n variant: 'flat',\n className: {\n base: 'bg-info-50 text-info-600 dark:bg-info-50/50',\n title: 'text-info-600',\n description: 'text-info-500',\n icon: 'text-info-600',\n closeIcon: 'border-info-400 bg-info-100',\n closeButton: 'text-info-400 hover:text-info-600',\n progressIndicator: 'bg-info-400',\n },\n },\n\n {\n color: 'info',\n variant: 'bordered',\n className: {\n base: 'border-small border-info text-info-600',\n title: 'text-info-600',\n description: 'text-info-500',\n icon: 'text-info-600',\n closeIcon: 'border-info-400 bg-info-100',\n closeButton: 'text-info-400 hover:text-info-600',\n progressIndicator: 'bg-info-400',\n },\n },\n ],\n});\n\nexport type AddToastVariantProps = TVProps<typeof toastVariants>;\ntype ClassName = TVClassName<typeof toastVariants>;\n\nexport interface ToastProps extends AddToastVariantProps {\n /** CSS class name */\n className?: ClassName;\n /** Icon displayed at the end of the Alert */\n closeIcon?: ReactNode;\n /** Color of the alert */\n color?: AddToastVariantProps['color'];\n /** Content displayed inside the Alert */\n description?: ReactNode;\n /** Content displayed at the end of the Alert */\n endContent?: ReactNode;\n /** Icon displayed at the start of the Alert */\n icon?: ReactNode;\n /** Icon or animation displayed until promise is resolved */\n loadingIcon?: ReactNode;\n /** Callback function called when the toast is closed */\n onClose?: () => void;\n /** Promise based on which the notification will be styled */\n promise?: Promise<void>;\n /** Whether the toast should show a progress bar */\n shouldShowTimeoutProgress?: boolean;\n /** Whether the toast should show a close button */\n showCloseButton?: boolean;\n /** Whether the toast should show an icon */\n showIcon?: boolean;\n /** Time the toast is displayed */\n timeout?: number;\n /** Content displayed at the top of the toast */\n title?: ReactNode;\n /** Variant of the toast */\n variant?: AddToastVariantProps['variant'];\n}\n\n/**\n * addToast function based on [HeroUI Toast](https://www.heroui.com//docs/components/toast)\n */\nexport const addToast = ({\n className = undefined,\n closeIcon = undefined,\n color = 'default',\n description = undefined,\n endContent = undefined,\n icon = undefined,\n loadingIcon = undefined,\n onClose = undefined,\n promise = undefined,\n shouldShowTimeoutProgress = false,\n showCloseButton = true,\n showIcon = true,\n timeout = 5000,\n title = undefined,\n variant = 'bordered',\n}: ToastProps) => {\n const variants = toastVariants({\n color,\n variant,\n });\n const isHeroUIColor = Object.keys(heroToastVariants.variants.color).includes(\n color,\n );\n const classNames = variantsToClassNames(variants, className, 'base');\n heroAddToast({\n classNames,\n closeIcon,\n color: isHeroUIColor ? (color as HeroToastProps['color']) : undefined,\n // TODO: 'data-testid': testId,\n description,\n endContent,\n hideCloseButton: !showCloseButton,\n hideIcon: !showIcon,\n icon,\n loadingIcon,\n onClose,\n promise,\n shouldShowTimeoutProgress,\n timeout,\n title,\n variant,\n });\n};\n\nexport default addToast;\n","import type { ToastProps as HeroToastProps } from '@heroui/toast';\nimport type { ToastProps } from './addToast';\n\nimport { toast as heroToastVariants } from '@heroui/theme';\nimport { ToastProvider as HeroToastProvider } from '@heroui/toast';\n\nimport { variantsToClassNames } from '@fuf-stack/pixel-utils';\n\nimport { toastVariants } from './addToast';\n\nexport type ToastProviderToastProps = Omit<\n ToastProps,\n 'description' | 'endContent' | 'title'\n>;\n\nexport interface ToastProviderProps {\n disableAnimation?: boolean;\n maxVisibleToasts?: number;\n placement?:\n | 'bottom-right'\n | 'bottom-left'\n | 'bottom-center'\n | 'top-right'\n | 'top-left'\n | 'top-center';\n\n toastProps?: ToastProviderToastProps;\n toastOffset?: number;\n regionProps?: { classNames?: Record<'base', string> };\n}\n\n/**\n * ToastProvider component based on [HeroUI Toast](https://www.heroui.com//docs/components/toast)\n */\nconst ToastProvider = ({\n disableAnimation = false,\n maxVisibleToasts = 5,\n placement = 'top-center',\n toastProps = undefined,\n toastOffset = 26,\n regionProps = undefined,\n}: ToastProviderProps) => {\n const variants = toastVariants({\n color: toastProps?.color,\n variant: toastProps?.variant,\n });\n const isHeroUIColor = Object.keys(heroToastVariants.variants.color).includes(\n toastProps?.color || '',\n );\n const classNames = variantsToClassNames(\n variants,\n toastProps?.className,\n 'base',\n );\n return (\n <HeroToastProvider\n disableAnimation={disableAnimation}\n maxVisibleToasts={maxVisibleToasts}\n placement={placement}\n regionProps={regionProps}\n toastOffset={toastOffset}\n toastProps={{\n ...toastProps,\n classNames,\n color: isHeroUIColor\n ? (toastProps?.color as HeroToastProps['color'])\n : undefined,\n }}\n />\n );\n};\n\nexport default ToastProvider;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,SAAS,SAAS,yBAAyB;AAC3C,SAAS,YAAY,oBAAoB;AAEzC,SAAS,IAAI,4BAA4B;AAElC,IAAM,gBAAgB,GAAG;AAAA,EAC9B,OAAO;AAAA,IACL,MAAM;AAAA,IACN,OAAO;AAAA,IACP,aAAa;AAAA,IACb,MAAM;AAAA,IACN,aAAa;AAAA,IACb,SAAS;AAAA,IACT,WAAW;AAAA,IACX,eAAe;AAAA,IACf,mBAAmB;AAAA,IACnB,aAAa;AAAA,IACb,WAAW;AAAA,EACb;AAAA,EACA,UAAU;AAAA;AAAA,IAER,OAAO;AAAA,MACL,MAAM,CAAC;AAAA,OACJ,kBAAkB,SAAS;AAAA,IAEhC,SAAS,mBACJ,kBAAkB,SAAS;AAAA,EAElC;AAAA,EACA,kBAAkB;AAAA,IAChB,GAAG,kBAAkB;AAAA,IACrB;AAAA,MACE,SAAS;AAAA,MACT,OAAO;AAAA,MACP,WAAW;AAAA,QACT,MAAM;AAAA,QACN,OAAO;AAAA,QACP,aAAa;AAAA,QACb,MAAM;AAAA,QACN,WAAW;AAAA,QACX,aAAa;AAAA,QACb,mBAAmB;AAAA,MACrB;AAAA,IACF;AAAA,IACA;AAAA,MACE,OAAO;AAAA,MACP,SAAS;AAAA,MACT,WAAW;AAAA,QACT,MAAM;AAAA,QACN,OAAO;AAAA,QACP,aAAa;AAAA,QACb,MAAM;AAAA,QACN,WAAW;AAAA,QACX,aAAa;AAAA,QACb,mBAAmB;AAAA,MACrB;AAAA,IACF;AAAA,IAEA;AAAA,MACE,OAAO;AAAA,MACP,SAAS;AAAA,MACT,WAAW;AAAA,QACT,MAAM;AAAA,QACN,OAAO;AAAA,QACP,aAAa;AAAA,QACb,MAAM;AAAA,QACN,WAAW;AAAA,QACX,aAAa;AAAA,QACb,mBAAmB;AAAA,MACrB;AAAA,IACF;AAAA,EACF;AACF,CAAC;AAyCM,IAAM,WAAW,CAAC;AAAA,EACvB,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,QAAQ;AAAA,EACR,cAAc;AAAA,EACd,aAAa;AAAA,EACb,OAAO;AAAA,EACP,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AAAA,EACV,4BAA4B;AAAA,EAC5B,kBAAkB;AAAA,EAClB,WAAW;AAAA,EACX,UAAU;AAAA,EACV,QAAQ;AAAA,EACR,UAAU;AACZ,MAAkB;AAChB,QAAM,WAAW,cAAc;AAAA,IAC7B;AAAA,IACA;AAAA,EACF,CAAC;AACD,QAAM,gBAAgB,OAAO,KAAK,kBAAkB,SAAS,KAAK,EAAE;AAAA,IAClE;AAAA,EACF;AACA,QAAM,aAAa,qBAAqB,UAAU,WAAW,MAAM;AACnE,eAAa;AAAA,IACX;AAAA,IACA;AAAA,IACA,OAAO,gBAAiB,QAAoC;AAAA;AAAA,IAE5D;AAAA,IACA;AAAA,IACA,iBAAiB,CAAC;AAAA,IAClB,UAAU,CAAC;AAAA,IACX;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACF,CAAC;AACH;;;AC7JA,SAAS,SAASA,0BAAyB;AAC3C,SAAS,iBAAiB,yBAAyB;AAEnD,SAAS,wBAAAC,6BAA4B;AAiDjC;AArBJ,IAAM,gBAAgB,CAAC;AAAA,EACrB,mBAAmB;AAAA,EACnB,mBAAmB;AAAA,EACnB,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,cAAc;AAAA,EACd,cAAc;AAChB,MAA0B;AACxB,QAAM,WAAW,cAAc;AAAA,IAC7B,OAAO,yCAAY;AAAA,IACnB,SAAS,yCAAY;AAAA,EACvB,CAAC;AACD,QAAM,gBAAgB,OAAO,KAAKC,mBAAkB,SAAS,KAAK,EAAE;AAAA,KAClE,yCAAY,UAAS;AAAA,EACvB;AACA,QAAM,aAAaC;AAAA,IACjB;AAAA,IACA,yCAAY;AAAA,IACZ;AAAA,EACF;AACA,SACE;AAAA,IAAC;AAAA;AAAA,MACC;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA,YAAY,iCACP,aADO;AAAA,QAEV;AAAA,QACA,OAAO,gBACF,yCAAY,QACb;AAAA,MACN;AAAA;AAAA,EACF;AAEJ;AAEA,IAAO,wBAAQ;","names":["heroToastVariants","variantsToClassNames","heroToastVariants","variantsToClassNames"]}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@fuf-stack/pixels",
|
|
3
3
|
"description": "fuf core react component library",
|
|
4
4
|
"author": "Hannes Tiede",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.41.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/index.cjs",
|
|
8
8
|
"module": "./dist/index.js",
|
|
@@ -59,11 +59,6 @@
|
|
|
59
59
|
"import": "./dist/Card/index.js",
|
|
60
60
|
"require": "./dist/Card/index.cjs"
|
|
61
61
|
},
|
|
62
|
-
"./CircularProgress": {
|
|
63
|
-
"types": "./dist/CircularProgress/index.d.ts",
|
|
64
|
-
"import": "./dist/CircularProgress/index.js",
|
|
65
|
-
"require": "./dist/CircularProgress/index.cjs"
|
|
66
|
-
},
|
|
67
62
|
"./Drawer": {
|
|
68
63
|
"types": "./dist/Drawer/index.d.ts",
|
|
69
64
|
"import": "./dist/Drawer/index.js",
|
|
@@ -108,6 +103,11 @@
|
|
|
108
103
|
"import": "./dist/Progress/index.js",
|
|
109
104
|
"require": "./dist/Progress/index.cjs"
|
|
110
105
|
},
|
|
106
|
+
"./ProgressCircular": {
|
|
107
|
+
"types": "./dist/ProgressCircular/index.d.ts",
|
|
108
|
+
"import": "./dist/ProgressCircular/index.js",
|
|
109
|
+
"require": "./dist/ProgressCircular/index.cjs"
|
|
110
|
+
},
|
|
111
111
|
"./ScrollShadow": {
|
|
112
112
|
"types": "./dist/ScrollShadow/index.d.ts",
|
|
113
113
|
"import": "./dist/ScrollShadow/index.js",
|
|
@@ -154,31 +154,31 @@
|
|
|
154
154
|
"react-dom": ">=18"
|
|
155
155
|
},
|
|
156
156
|
"dependencies": {
|
|
157
|
-
"@heroui/alert": "2.2.
|
|
158
|
-
"@heroui/avatar": "2.2.
|
|
159
|
-
"@heroui/accordion": "2.2.
|
|
157
|
+
"@heroui/alert": "2.2.17",
|
|
158
|
+
"@heroui/avatar": "2.2.13",
|
|
159
|
+
"@heroui/accordion": "2.2.14",
|
|
160
160
|
"@heroui/badge": "2.2.10",
|
|
161
|
-
"@heroui/breadcrumbs": "2.2.
|
|
162
|
-
"@heroui/button": "2.2.
|
|
163
|
-
"@heroui/card": "2.2.
|
|
164
|
-
"@heroui/chip": "2.2.
|
|
161
|
+
"@heroui/breadcrumbs": "2.2.13",
|
|
162
|
+
"@heroui/button": "2.2.17",
|
|
163
|
+
"@heroui/card": "2.2.16",
|
|
164
|
+
"@heroui/chip": "2.2.13",
|
|
165
165
|
"@heroui/divider": "2.2.11",
|
|
166
|
-
"@heroui/drawer": "2.2.
|
|
167
|
-
"@heroui/dropdown": "2.3.
|
|
168
|
-
"@heroui/modal": "2.2.
|
|
169
|
-
"@heroui/popover": "2.3.
|
|
170
|
-
"@heroui/progress": "2.2.
|
|
171
|
-
"@heroui/scroll-shadow": "2.3.
|
|
172
|
-
"@heroui/system": "2.4.
|
|
173
|
-
"@heroui/table": "2.2.
|
|
174
|
-
"@heroui/theme": "2.4.
|
|
175
|
-
"@heroui/tabs": "2.2.
|
|
176
|
-
"@heroui/toast": "2.0.
|
|
177
|
-
"@heroui/tooltip": "2.2.
|
|
178
|
-
"framer-motion": "12.7.
|
|
166
|
+
"@heroui/drawer": "2.2.14",
|
|
167
|
+
"@heroui/dropdown": "2.3.17",
|
|
168
|
+
"@heroui/modal": "2.2.14",
|
|
169
|
+
"@heroui/popover": "2.3.17",
|
|
170
|
+
"@heroui/progress": "2.2.13",
|
|
171
|
+
"@heroui/scroll-shadow": "2.3.11",
|
|
172
|
+
"@heroui/system": "2.4.13",
|
|
173
|
+
"@heroui/table": "2.2.16",
|
|
174
|
+
"@heroui/theme": "2.4.13",
|
|
175
|
+
"@heroui/tabs": "2.2.14",
|
|
176
|
+
"@heroui/toast": "2.0.7",
|
|
177
|
+
"@heroui/tooltip": "2.2.14",
|
|
178
|
+
"framer-motion": "12.7.3",
|
|
179
179
|
"next-themes": "0.4.6",
|
|
180
180
|
"react-icons": "5.5.0",
|
|
181
|
-
"@fuf-stack/pixel-utils": "0.5.
|
|
181
|
+
"@fuf-stack/pixel-utils": "0.5.3"
|
|
182
182
|
},
|
|
183
183
|
"devDependencies": {
|
|
184
184
|
"@types/debug": "4.1.12",
|
|
@@ -189,8 +189,8 @@
|
|
|
189
189
|
"react-dom": "19.0.0",
|
|
190
190
|
"@repo/storybook-config": "0.0.1",
|
|
191
191
|
"@repo/tailwind-config": "0.0.1",
|
|
192
|
-
"@repo/
|
|
193
|
-
"@repo/
|
|
192
|
+
"@repo/tsup-config": "0.0.1",
|
|
193
|
+
"@repo/vite-config": "0.0.1"
|
|
194
194
|
},
|
|
195
195
|
"scripts": {
|
|
196
196
|
"build": "tsup --config node_modules/@repo/tsup-config/config.ts --dts-resolve",
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
var _chunk37WQ3CBAcjs = require('../chunk-37WQ3CBA.cjs');
|
|
7
|
-
require('../chunk-D4TLDLEX.cjs');
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
exports.CircularProgress = _chunk37WQ3CBAcjs.CircularProgress_default; exports.circularProgressStyleVariantOptions = _chunk37WQ3CBAcjs.circularProgressStyleVariantOptions; exports.circularProgressVariants = _chunk37WQ3CBAcjs.circularProgressVariants; exports.default = _chunk37WQ3CBAcjs.CircularProgress_default2;
|
|
14
|
-
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["/home/runner/work/pixels/pixels/packages/pixels/dist/CircularProgress/index.cjs"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACF,yDAA8B;AAC9B,iCAA8B;AAC9B;AACE;AACA;AACA;AACA;AACF,yTAAC","file":"/home/runner/work/pixels/pixels/packages/pixels/dist/CircularProgress/index.cjs"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { C as CircularProgress } from '../CircularProgress-DHrnT6wz.cjs';
|
|
2
|
-
export { b as CircularProgressProps, d as CircularProgressStyleVariant, V as CircularProgressVariantProps, a as circularProgressStyleVariantOptions, c as circularProgressVariants } from '../CircularProgress-DHrnT6wz.cjs';
|
|
3
|
-
import 'react/jsx-runtime';
|
|
4
|
-
import 'tailwind-variants';
|
|
5
|
-
import 'tailwind-variants/dist/config.js';
|
|
6
|
-
import '@fuf-stack/pixel-utils';
|
|
7
|
-
import 'react';
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
export { CircularProgress, CircularProgress as default };
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { C as CircularProgress } from '../CircularProgress-DHrnT6wz.js';
|
|
2
|
-
export { b as CircularProgressProps, d as CircularProgressStyleVariant, V as CircularProgressVariantProps, a as circularProgressStyleVariantOptions, c as circularProgressVariants } from '../CircularProgress-DHrnT6wz.js';
|
|
3
|
-
import 'react/jsx-runtime';
|
|
4
|
-
import 'tailwind-variants';
|
|
5
|
-
import 'tailwind-variants/dist/config.js';
|
|
6
|
-
import '@fuf-stack/pixel-utils';
|
|
7
|
-
import 'react';
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
export { CircularProgress, CircularProgress as default };
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
CircularProgress_default,
|
|
3
|
-
CircularProgress_default2,
|
|
4
|
-
circularProgressStyleVariantOptions,
|
|
5
|
-
circularProgressVariants
|
|
6
|
-
} from "../chunk-M3PL6G7W.js";
|
|
7
|
-
import "../chunk-J7N2552D.js";
|
|
8
|
-
export {
|
|
9
|
-
CircularProgress_default as CircularProgress,
|
|
10
|
-
circularProgressStyleVariantOptions,
|
|
11
|
-
circularProgressVariants,
|
|
12
|
-
CircularProgress_default2 as default
|
|
13
|
-
};
|
|
14
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1,182 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import * as tailwind_variants from 'tailwind-variants';
|
|
3
|
-
import * as tailwind_variants_dist_config_js from 'tailwind-variants/dist/config.js';
|
|
4
|
-
import { TVProps, TVClassName } from '@fuf-stack/pixel-utils';
|
|
5
|
-
import { ReactNode } from 'react';
|
|
6
|
-
|
|
7
|
-
declare const circularProgressVariants: tailwind_variants.TVReturnType<{
|
|
8
|
-
size: {
|
|
9
|
-
xs: {
|
|
10
|
-
value: string;
|
|
11
|
-
svg: string;
|
|
12
|
-
};
|
|
13
|
-
sm: {
|
|
14
|
-
value: string;
|
|
15
|
-
svg: string;
|
|
16
|
-
};
|
|
17
|
-
md: {
|
|
18
|
-
svg: string;
|
|
19
|
-
value: string;
|
|
20
|
-
};
|
|
21
|
-
lg: {
|
|
22
|
-
svg: string;
|
|
23
|
-
value: string;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
}, {
|
|
27
|
-
base: string;
|
|
28
|
-
svgWrapper: string;
|
|
29
|
-
svg: string;
|
|
30
|
-
track: string;
|
|
31
|
-
indicator: string;
|
|
32
|
-
value: string;
|
|
33
|
-
label: string;
|
|
34
|
-
}, undefined, tailwind_variants_dist_config_js.TVConfig<{
|
|
35
|
-
size: {
|
|
36
|
-
xs: {
|
|
37
|
-
value: string;
|
|
38
|
-
svg: string;
|
|
39
|
-
};
|
|
40
|
-
sm: {
|
|
41
|
-
value: string;
|
|
42
|
-
svg: string;
|
|
43
|
-
};
|
|
44
|
-
md: {
|
|
45
|
-
svg: string;
|
|
46
|
-
value: string;
|
|
47
|
-
};
|
|
48
|
-
lg: {
|
|
49
|
-
svg: string;
|
|
50
|
-
value: string;
|
|
51
|
-
};
|
|
52
|
-
};
|
|
53
|
-
}, {
|
|
54
|
-
size: {
|
|
55
|
-
xs: {
|
|
56
|
-
value: string;
|
|
57
|
-
svg: string;
|
|
58
|
-
};
|
|
59
|
-
sm: {
|
|
60
|
-
value: string;
|
|
61
|
-
svg: string;
|
|
62
|
-
};
|
|
63
|
-
md: {
|
|
64
|
-
svg: string;
|
|
65
|
-
value: string;
|
|
66
|
-
};
|
|
67
|
-
lg: {
|
|
68
|
-
svg: string;
|
|
69
|
-
value: string;
|
|
70
|
-
};
|
|
71
|
-
};
|
|
72
|
-
}>, {
|
|
73
|
-
size: {
|
|
74
|
-
xs: {
|
|
75
|
-
value: string;
|
|
76
|
-
svg: string;
|
|
77
|
-
};
|
|
78
|
-
sm: {
|
|
79
|
-
value: string;
|
|
80
|
-
svg: string;
|
|
81
|
-
};
|
|
82
|
-
md: {
|
|
83
|
-
svg: string;
|
|
84
|
-
value: string;
|
|
85
|
-
};
|
|
86
|
-
lg: {
|
|
87
|
-
svg: string;
|
|
88
|
-
value: string;
|
|
89
|
-
};
|
|
90
|
-
};
|
|
91
|
-
}, {
|
|
92
|
-
base: string;
|
|
93
|
-
svgWrapper: string;
|
|
94
|
-
svg: string;
|
|
95
|
-
track: string;
|
|
96
|
-
indicator: string;
|
|
97
|
-
value: string;
|
|
98
|
-
label: string;
|
|
99
|
-
}, tailwind_variants.TVReturnType<{
|
|
100
|
-
size: {
|
|
101
|
-
xs: {
|
|
102
|
-
value: string;
|
|
103
|
-
svg: string;
|
|
104
|
-
};
|
|
105
|
-
sm: {
|
|
106
|
-
value: string;
|
|
107
|
-
svg: string;
|
|
108
|
-
};
|
|
109
|
-
md: {
|
|
110
|
-
svg: string;
|
|
111
|
-
value: string;
|
|
112
|
-
};
|
|
113
|
-
lg: {
|
|
114
|
-
svg: string;
|
|
115
|
-
value: string;
|
|
116
|
-
};
|
|
117
|
-
};
|
|
118
|
-
}, {
|
|
119
|
-
base: string;
|
|
120
|
-
svgWrapper: string;
|
|
121
|
-
svg: string;
|
|
122
|
-
track: string;
|
|
123
|
-
indicator: string;
|
|
124
|
-
value: string;
|
|
125
|
-
label: string;
|
|
126
|
-
}, undefined, tailwind_variants_dist_config_js.TVConfig<{
|
|
127
|
-
size: {
|
|
128
|
-
xs: {
|
|
129
|
-
value: string;
|
|
130
|
-
svg: string;
|
|
131
|
-
};
|
|
132
|
-
sm: {
|
|
133
|
-
value: string;
|
|
134
|
-
svg: string;
|
|
135
|
-
};
|
|
136
|
-
md: {
|
|
137
|
-
svg: string;
|
|
138
|
-
value: string;
|
|
139
|
-
};
|
|
140
|
-
lg: {
|
|
141
|
-
svg: string;
|
|
142
|
-
value: string;
|
|
143
|
-
};
|
|
144
|
-
};
|
|
145
|
-
}, {
|
|
146
|
-
size: {
|
|
147
|
-
xs: {
|
|
148
|
-
value: string;
|
|
149
|
-
svg: string;
|
|
150
|
-
};
|
|
151
|
-
sm: {
|
|
152
|
-
value: string;
|
|
153
|
-
svg: string;
|
|
154
|
-
};
|
|
155
|
-
md: {
|
|
156
|
-
svg: string;
|
|
157
|
-
value: string;
|
|
158
|
-
};
|
|
159
|
-
lg: {
|
|
160
|
-
svg: string;
|
|
161
|
-
value: string;
|
|
162
|
-
};
|
|
163
|
-
};
|
|
164
|
-
}>, unknown, unknown, undefined>>;
|
|
165
|
-
type VariantProps = TVProps<typeof circularProgressVariants>;
|
|
166
|
-
type ClassName = TVClassName<typeof circularProgressVariants>;
|
|
167
|
-
declare const circularProgressStyleVariantOptions: readonly ["default", "warning", "danger", "success", "primary"];
|
|
168
|
-
type CircularProgressStyleVariant = (typeof circularProgressStyleVariantOptions)[number];
|
|
169
|
-
interface CircularProgressProps extends VariantProps {
|
|
170
|
-
className?: ClassName;
|
|
171
|
-
format?: (percent?: number) => ReactNode;
|
|
172
|
-
hasError?: boolean;
|
|
173
|
-
size?: VariantProps['size'];
|
|
174
|
-
styleVariant?: CircularProgressStyleVariant;
|
|
175
|
-
percent: number;
|
|
176
|
-
}
|
|
177
|
-
/**
|
|
178
|
-
* CircularProgress component based on [HeroUI CircularProgress](https://www.heroui.com/docs/components/circular-progress)
|
|
179
|
-
*/
|
|
180
|
-
declare const CircularProgress: ({ className, format, hasError, styleVariant, size, percent, }: CircularProgressProps) => react_jsx_runtime.JSX.Element;
|
|
181
|
-
|
|
182
|
-
export { CircularProgress as C, type VariantProps as V, circularProgressStyleVariantOptions as a, type CircularProgressProps as b, circularProgressVariants as c, type CircularProgressStyleVariant as d };
|
|
@@ -1,182 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import * as tailwind_variants from 'tailwind-variants';
|
|
3
|
-
import * as tailwind_variants_dist_config_js from 'tailwind-variants/dist/config.js';
|
|
4
|
-
import { TVProps, TVClassName } from '@fuf-stack/pixel-utils';
|
|
5
|
-
import { ReactNode } from 'react';
|
|
6
|
-
|
|
7
|
-
declare const circularProgressVariants: tailwind_variants.TVReturnType<{
|
|
8
|
-
size: {
|
|
9
|
-
xs: {
|
|
10
|
-
value: string;
|
|
11
|
-
svg: string;
|
|
12
|
-
};
|
|
13
|
-
sm: {
|
|
14
|
-
value: string;
|
|
15
|
-
svg: string;
|
|
16
|
-
};
|
|
17
|
-
md: {
|
|
18
|
-
svg: string;
|
|
19
|
-
value: string;
|
|
20
|
-
};
|
|
21
|
-
lg: {
|
|
22
|
-
svg: string;
|
|
23
|
-
value: string;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
}, {
|
|
27
|
-
base: string;
|
|
28
|
-
svgWrapper: string;
|
|
29
|
-
svg: string;
|
|
30
|
-
track: string;
|
|
31
|
-
indicator: string;
|
|
32
|
-
value: string;
|
|
33
|
-
label: string;
|
|
34
|
-
}, undefined, tailwind_variants_dist_config_js.TVConfig<{
|
|
35
|
-
size: {
|
|
36
|
-
xs: {
|
|
37
|
-
value: string;
|
|
38
|
-
svg: string;
|
|
39
|
-
};
|
|
40
|
-
sm: {
|
|
41
|
-
value: string;
|
|
42
|
-
svg: string;
|
|
43
|
-
};
|
|
44
|
-
md: {
|
|
45
|
-
svg: string;
|
|
46
|
-
value: string;
|
|
47
|
-
};
|
|
48
|
-
lg: {
|
|
49
|
-
svg: string;
|
|
50
|
-
value: string;
|
|
51
|
-
};
|
|
52
|
-
};
|
|
53
|
-
}, {
|
|
54
|
-
size: {
|
|
55
|
-
xs: {
|
|
56
|
-
value: string;
|
|
57
|
-
svg: string;
|
|
58
|
-
};
|
|
59
|
-
sm: {
|
|
60
|
-
value: string;
|
|
61
|
-
svg: string;
|
|
62
|
-
};
|
|
63
|
-
md: {
|
|
64
|
-
svg: string;
|
|
65
|
-
value: string;
|
|
66
|
-
};
|
|
67
|
-
lg: {
|
|
68
|
-
svg: string;
|
|
69
|
-
value: string;
|
|
70
|
-
};
|
|
71
|
-
};
|
|
72
|
-
}>, {
|
|
73
|
-
size: {
|
|
74
|
-
xs: {
|
|
75
|
-
value: string;
|
|
76
|
-
svg: string;
|
|
77
|
-
};
|
|
78
|
-
sm: {
|
|
79
|
-
value: string;
|
|
80
|
-
svg: string;
|
|
81
|
-
};
|
|
82
|
-
md: {
|
|
83
|
-
svg: string;
|
|
84
|
-
value: string;
|
|
85
|
-
};
|
|
86
|
-
lg: {
|
|
87
|
-
svg: string;
|
|
88
|
-
value: string;
|
|
89
|
-
};
|
|
90
|
-
};
|
|
91
|
-
}, {
|
|
92
|
-
base: string;
|
|
93
|
-
svgWrapper: string;
|
|
94
|
-
svg: string;
|
|
95
|
-
track: string;
|
|
96
|
-
indicator: string;
|
|
97
|
-
value: string;
|
|
98
|
-
label: string;
|
|
99
|
-
}, tailwind_variants.TVReturnType<{
|
|
100
|
-
size: {
|
|
101
|
-
xs: {
|
|
102
|
-
value: string;
|
|
103
|
-
svg: string;
|
|
104
|
-
};
|
|
105
|
-
sm: {
|
|
106
|
-
value: string;
|
|
107
|
-
svg: string;
|
|
108
|
-
};
|
|
109
|
-
md: {
|
|
110
|
-
svg: string;
|
|
111
|
-
value: string;
|
|
112
|
-
};
|
|
113
|
-
lg: {
|
|
114
|
-
svg: string;
|
|
115
|
-
value: string;
|
|
116
|
-
};
|
|
117
|
-
};
|
|
118
|
-
}, {
|
|
119
|
-
base: string;
|
|
120
|
-
svgWrapper: string;
|
|
121
|
-
svg: string;
|
|
122
|
-
track: string;
|
|
123
|
-
indicator: string;
|
|
124
|
-
value: string;
|
|
125
|
-
label: string;
|
|
126
|
-
}, undefined, tailwind_variants_dist_config_js.TVConfig<{
|
|
127
|
-
size: {
|
|
128
|
-
xs: {
|
|
129
|
-
value: string;
|
|
130
|
-
svg: string;
|
|
131
|
-
};
|
|
132
|
-
sm: {
|
|
133
|
-
value: string;
|
|
134
|
-
svg: string;
|
|
135
|
-
};
|
|
136
|
-
md: {
|
|
137
|
-
svg: string;
|
|
138
|
-
value: string;
|
|
139
|
-
};
|
|
140
|
-
lg: {
|
|
141
|
-
svg: string;
|
|
142
|
-
value: string;
|
|
143
|
-
};
|
|
144
|
-
};
|
|
145
|
-
}, {
|
|
146
|
-
size: {
|
|
147
|
-
xs: {
|
|
148
|
-
value: string;
|
|
149
|
-
svg: string;
|
|
150
|
-
};
|
|
151
|
-
sm: {
|
|
152
|
-
value: string;
|
|
153
|
-
svg: string;
|
|
154
|
-
};
|
|
155
|
-
md: {
|
|
156
|
-
svg: string;
|
|
157
|
-
value: string;
|
|
158
|
-
};
|
|
159
|
-
lg: {
|
|
160
|
-
svg: string;
|
|
161
|
-
value: string;
|
|
162
|
-
};
|
|
163
|
-
};
|
|
164
|
-
}>, unknown, unknown, undefined>>;
|
|
165
|
-
type VariantProps = TVProps<typeof circularProgressVariants>;
|
|
166
|
-
type ClassName = TVClassName<typeof circularProgressVariants>;
|
|
167
|
-
declare const circularProgressStyleVariantOptions: readonly ["default", "warning", "danger", "success", "primary"];
|
|
168
|
-
type CircularProgressStyleVariant = (typeof circularProgressStyleVariantOptions)[number];
|
|
169
|
-
interface CircularProgressProps extends VariantProps {
|
|
170
|
-
className?: ClassName;
|
|
171
|
-
format?: (percent?: number) => ReactNode;
|
|
172
|
-
hasError?: boolean;
|
|
173
|
-
size?: VariantProps['size'];
|
|
174
|
-
styleVariant?: CircularProgressStyleVariant;
|
|
175
|
-
percent: number;
|
|
176
|
-
}
|
|
177
|
-
/**
|
|
178
|
-
* CircularProgress component based on [HeroUI CircularProgress](https://www.heroui.com/docs/components/circular-progress)
|
|
179
|
-
*/
|
|
180
|
-
declare const CircularProgress: ({ className, format, hasError, styleVariant, size, percent, }: CircularProgressProps) => react_jsx_runtime.JSX.Element;
|
|
181
|
-
|
|
182
|
-
export { CircularProgress as C, type VariantProps as V, circularProgressStyleVariantOptions as a, type CircularProgressProps as b, circularProgressVariants as c, type CircularProgressStyleVariant as d };
|