@jamsr-ui/circular-progress
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -7,5 +7,19 @@ import * as react_jsx_runtime from 'react/jsx-runtime'; | ||
type CircularProgressProps = CircularProgressVariants & { | ||
interface Props { | ||
value?: number; | ||
} & { | ||
size?: number; | ||
trackWidth?: number; | ||
progressWidth?: number; | ||
showLabel?: boolean; | ||
strokeWidth?: number; | ||
isIntermediate?: boolean; | ||
labelFormatter?: (value: number) => string; | ||
slotProps?: { | ||
track?: React.HTMLAttributes<SVGCircleElement>; | ||
progress?: React.HTMLAttributes<SVGCircleElement>; | ||
svg?: React.HTMLAttributes<SVGSVGElement>; | ||
label?: React.HTMLAttributes<SVGTextElement>; | ||
}; | ||
} | ||
type CircularProgressProps = Props & CircularProgressVariants & { | ||
className?: string; | ||
@@ -12,0 +26,0 @@ classNames?: SlotsToClasses<CircularProgressSlots>; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client" | ||
var _chunkENS5T5XEjs = require('./chunk-ENS5T5XE.js');require('./chunk-BCC32KOW.js');exports.CircularProgress = _chunkENS5T5XEjs.a; | ||
var _chunkOWY7V7ADjs = require('./chunk-OWY7V7AD.js');require('./chunk-VNBGZW6L.js');exports.CircularProgress = _chunkOWY7V7ADjs.a; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client" | ||
"use client";var _chunkENS5T5XEjs = require('./chunk-ENS5T5XE.js');require('./chunk-BCC32KOW.js');exports.CircularProgress = _chunkENS5T5XEjs.a; | ||
"use client";var _chunkOWY7V7ADjs = require('./chunk-OWY7V7AD.js');require('./chunk-VNBGZW6L.js');exports.CircularProgress = _chunkOWY7V7ADjs.a; |
@@ -7,279 +7,219 @@ import * as tailwind_variants from 'tailwind-variants'; | ||
declare const circularProgress: tailwind_variants.TVReturnType<{ | ||
isIntermediate: { | ||
true: { | ||
svg: string; | ||
}; | ||
}; | ||
color: { | ||
current: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
default: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
primary: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
danger: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
success: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
secondary: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
warning: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
}; | ||
size: { | ||
xs: { | ||
track: string; | ||
}; | ||
sm: { | ||
track: string; | ||
}; | ||
md: { | ||
track: string; | ||
}; | ||
lg: { | ||
track: string; | ||
}; | ||
}; | ||
}, { | ||
track: string; | ||
progress: string; | ||
svg: string; | ||
value: string; | ||
label: string; | ||
}, undefined, tailwind_variants_dist_config_js.TVConfig<{ | ||
isIntermediate: { | ||
true: { | ||
svg: string; | ||
}; | ||
}; | ||
color: { | ||
current: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
default: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
primary: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
danger: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
success: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
secondary: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
warning: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
}; | ||
size: { | ||
xs: { | ||
track: string; | ||
}, { | ||
isIntermediate: { | ||
true: { | ||
svg: string; | ||
}; | ||
sm: { | ||
track: string; | ||
}; | ||
md: { | ||
track: string; | ||
}; | ||
lg: { | ||
track: string; | ||
}; | ||
}; | ||
}, { | ||
color: { | ||
current: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
default: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
primary: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
danger: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
success: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
secondary: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
warning: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
}; | ||
size: { | ||
xs: { | ||
track: string; | ||
}>, { | ||
isIntermediate: { | ||
true: { | ||
svg: string; | ||
}; | ||
sm: { | ||
track: string; | ||
}; | ||
md: { | ||
track: string; | ||
}; | ||
lg: { | ||
track: string; | ||
}; | ||
}; | ||
}>, { | ||
color: { | ||
current: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
default: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
primary: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
danger: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
success: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
secondary: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
warning: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
}; | ||
size: { | ||
xs: { | ||
track: string; | ||
}; | ||
sm: { | ||
track: string; | ||
}; | ||
md: { | ||
track: string; | ||
}; | ||
lg: { | ||
track: string; | ||
}; | ||
}; | ||
}, { | ||
track: string; | ||
progress: string; | ||
svg: string; | ||
value: string; | ||
label: string; | ||
}, tailwind_variants.TVReturnType<{ | ||
isIntermediate: { | ||
true: { | ||
svg: string; | ||
}; | ||
}; | ||
color: { | ||
current: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
default: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
primary: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
danger: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
success: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
secondary: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
warning: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
}; | ||
size: { | ||
xs: { | ||
track: string; | ||
}; | ||
sm: { | ||
track: string; | ||
}; | ||
md: { | ||
track: string; | ||
}; | ||
lg: { | ||
track: string; | ||
}; | ||
}; | ||
}, { | ||
track: string; | ||
progress: string; | ||
svg: string; | ||
value: string; | ||
label: string; | ||
}, undefined, tailwind_variants_dist_config_js.TVConfig<{ | ||
isIntermediate: { | ||
true: { | ||
svg: string; | ||
}; | ||
}; | ||
color: { | ||
current: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
default: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
primary: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
danger: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
success: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
secondary: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
warning: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
}; | ||
size: { | ||
xs: { | ||
track: string; | ||
}, { | ||
isIntermediate: { | ||
true: { | ||
svg: string; | ||
}; | ||
sm: { | ||
track: string; | ||
}; | ||
md: { | ||
track: string; | ||
}; | ||
lg: { | ||
track: string; | ||
}; | ||
}; | ||
}, { | ||
color: { | ||
current: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
default: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
primary: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
danger: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
success: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
secondary: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
warning: { | ||
svg: string; | ||
progress: string; | ||
}; | ||
}; | ||
size: { | ||
xs: { | ||
track: string; | ||
}; | ||
sm: { | ||
track: string; | ||
}; | ||
md: { | ||
track: string; | ||
}; | ||
lg: { | ||
track: string; | ||
}; | ||
}; | ||
}>, unknown, unknown, undefined>>; | ||
@@ -286,0 +226,0 @@ type CircularProgressVariants = VariantProps<typeof circularProgress>; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client" | ||
var _chunkBCC32KOWjs = require('./chunk-BCC32KOW.js');exports.circularProgress = _chunkBCC32KOWjs.b; exports.test = _chunkBCC32KOWjs.a; | ||
var _chunkVNBGZW6Ljs = require('./chunk-VNBGZW6L.js');exports.circularProgress = _chunkVNBGZW6Ljs.b; exports.test = _chunkVNBGZW6Ljs.a; |
{ | ||
"name": "@jamsr-ui/circular-progress", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "framer-motion": "12.0.0-alpha.2", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 2 instances in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 2 instances in 1 package
18400
294