@skeletonlabs/skeleton-react 4.5.2 → 4.5.3
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/index.mjs +1 -7
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -2415,13 +2415,7 @@ function CircleTrack(props) {
|
|
|
2415
2415
|
function Circle(props) {
|
|
2416
2416
|
const progress = use(RootContext$21);
|
|
2417
2417
|
const { element, children, ...rest } = props;
|
|
2418
|
-
const attributes = mergeProps(progress.getCircleProps(), {
|
|
2419
|
-
className: classesProgress.circle,
|
|
2420
|
-
style: {
|
|
2421
|
-
["--size"]: "100px",
|
|
2422
|
-
["--thickness"]: "10px"
|
|
2423
|
-
}
|
|
2424
|
-
}, rest);
|
|
2418
|
+
const attributes = mergeProps(progress.getCircleProps(), { className: classesProgress.circle }, rest);
|
|
2425
2419
|
return element ? element(attributes) : /* @__PURE__ */ jsx("svg", {
|
|
2426
2420
|
...attributes,
|
|
2427
2421
|
children
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skeletonlabs/skeleton-react",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.3",
|
|
4
4
|
"description": "The React package for Skeleton.",
|
|
5
5
|
"author": "endigo9740 <chris@skeletonlabs.dev>",
|
|
6
6
|
"repository": {
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@zag-js/toggle-group": "1.29.1",
|
|
46
46
|
"@zag-js/tooltip": "1.29.1",
|
|
47
47
|
"@zag-js/tree-view": "1.29.1",
|
|
48
|
-
"@skeletonlabs/skeleton-common": "4.5.
|
|
48
|
+
"@skeletonlabs/skeleton-common": "4.5.3"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"react": "^18.0.0 || ^19.0.0",
|