@yamada-ui/progress 0.4.18 → 0.4.20
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.
|
@@ -67,4 +67,4 @@ type CircleProgressProps = Omit<HTMLUIProps<"div">, "color"> & CircleProgressOpt
|
|
|
67
67
|
declare const CircleProgress: _yamada_ui_core.Component<"div", CircleProgressProps>;
|
|
68
68
|
declare const CircleProgressLabel: _yamada_ui_core.UIComponent<"span", {}>;
|
|
69
69
|
|
|
70
|
-
export { CircleProgress, CircleProgressLabel, CircleProgressProps };
|
|
70
|
+
export { CircleProgress, CircleProgressLabel, type CircleProgressProps };
|
|
@@ -67,4 +67,4 @@ type CircleProgressProps = Omit<HTMLUIProps<"div">, "color"> & CircleProgressOpt
|
|
|
67
67
|
declare const CircleProgress: _yamada_ui_core.Component<"div", CircleProgressProps>;
|
|
68
68
|
declare const CircleProgressLabel: _yamada_ui_core.UIComponent<"span", {}>;
|
|
69
69
|
|
|
70
|
-
export { CircleProgress, CircleProgressLabel, CircleProgressProps };
|
|
70
|
+
export { CircleProgress, CircleProgressLabel, type CircleProgressProps };
|
package/dist/progress.d.mts
CHANGED
|
@@ -52,4 +52,4 @@ type ProgressOptions = {
|
|
|
52
52
|
type ProgressProps = HTMLUIProps<"div"> & ThemeProps<"Progress"> & ProgressOptions;
|
|
53
53
|
declare const Progress: _yamada_ui_core.Component<"div", ProgressProps>;
|
|
54
54
|
|
|
55
|
-
export { Progress, ProgressProps };
|
|
55
|
+
export { Progress, type ProgressProps };
|
package/dist/progress.d.ts
CHANGED
|
@@ -52,4 +52,4 @@ type ProgressOptions = {
|
|
|
52
52
|
type ProgressProps = HTMLUIProps<"div"> & ThemeProps<"Progress"> & ProgressOptions;
|
|
53
53
|
declare const Progress: _yamada_ui_core.Component<"div", ProgressProps>;
|
|
54
54
|
|
|
55
|
-
export { Progress, ProgressProps };
|
|
55
|
+
export { Progress, type ProgressProps };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yamada-ui/progress",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.20",
|
|
4
4
|
"description": "Yamada UI progress components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"yamada",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"url": "https://github.com/hirotomoyamada/yamada-ui/issues"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@yamada-ui/core": "0.
|
|
39
|
-
"@yamada-ui/utils": "0.
|
|
40
|
-
"@yamada-ui/use-value": "0.2.
|
|
41
|
-
"@yamada-ui/use-token": "0.3.
|
|
42
|
-
"@yamada-ui/use-animation": "0.4.
|
|
38
|
+
"@yamada-ui/core": "0.13.1",
|
|
39
|
+
"@yamada-ui/utils": "0.4.0",
|
|
40
|
+
"@yamada-ui/use-value": "0.2.20",
|
|
41
|
+
"@yamada-ui/use-token": "0.3.14",
|
|
42
|
+
"@yamada-ui/use-animation": "0.4.9"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"react": "^18.0.0",
|