@yamada-ui/skeleton 0.4.1 → 0.4.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.
|
@@ -4,4 +4,4 @@ import { SkeletonProps } from './skeleton.mjs';
|
|
|
4
4
|
type SkeletonCircleProps = SkeletonProps;
|
|
5
5
|
declare const SkeletonCircle: _yamada_ui_core.Component<"div", SkeletonProps>;
|
|
6
6
|
|
|
7
|
-
export { SkeletonCircle, SkeletonCircleProps };
|
|
7
|
+
export { SkeletonCircle, type SkeletonCircleProps };
|
|
@@ -4,4 +4,4 @@ import { SkeletonProps } from './skeleton.js';
|
|
|
4
4
|
type SkeletonCircleProps = SkeletonProps;
|
|
5
5
|
declare const SkeletonCircle: _yamada_ui_core.Component<"div", SkeletonProps>;
|
|
6
6
|
|
|
7
|
-
export { SkeletonCircle, SkeletonCircleProps };
|
|
7
|
+
export { SkeletonCircle, type SkeletonCircleProps };
|
package/dist/skeleton-text.d.mts
CHANGED
|
@@ -15,4 +15,4 @@ type SkeletonTextOptions = {
|
|
|
15
15
|
type SkeletonTextProps = SkeletonProps & SkeletonTextOptions;
|
|
16
16
|
declare const SkeletonText: _yamada_ui_core.Component<"div", SkeletonTextProps>;
|
|
17
17
|
|
|
18
|
-
export { SkeletonText, SkeletonTextProps };
|
|
18
|
+
export { SkeletonText, type SkeletonTextProps };
|
package/dist/skeleton-text.d.ts
CHANGED
|
@@ -15,4 +15,4 @@ type SkeletonTextOptions = {
|
|
|
15
15
|
type SkeletonTextProps = SkeletonProps & SkeletonTextOptions;
|
|
16
16
|
declare const SkeletonText: _yamada_ui_core.Component<"div", SkeletonTextProps>;
|
|
17
17
|
|
|
18
|
-
export { SkeletonText, SkeletonTextProps };
|
|
18
|
+
export { SkeletonText, type SkeletonTextProps };
|
package/dist/skeleton.d.mts
CHANGED
|
@@ -38,4 +38,4 @@ type SkeletonOptions = {
|
|
|
38
38
|
type SkeletonProps = HTMLUIProps<"div"> & ThemeProps<"Skeleton"> & SkeletonOptions;
|
|
39
39
|
declare const Skeleton: _yamada_ui_core.Component<"div", SkeletonProps>;
|
|
40
40
|
|
|
41
|
-
export { Skeleton, SkeletonProps };
|
|
41
|
+
export { Skeleton, type SkeletonProps };
|
package/dist/skeleton.d.ts
CHANGED
|
@@ -38,4 +38,4 @@ type SkeletonOptions = {
|
|
|
38
38
|
type SkeletonProps = HTMLUIProps<"div"> & ThemeProps<"Skeleton"> & SkeletonOptions;
|
|
39
39
|
declare const Skeleton: _yamada_ui_core.Component<"div", SkeletonProps>;
|
|
40
40
|
|
|
41
|
-
export { Skeleton, SkeletonProps };
|
|
41
|
+
export { Skeleton, type SkeletonProps };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yamada-ui/skeleton",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.3",
|
|
4
4
|
"description": "Yamada UI skeleton component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"yamada",
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"url": "https://github.com/hirotomoyamada/yamada-ui/issues"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@yamada-ui/core": "0.
|
|
39
|
-
"@yamada-ui/use-animation": "0.4.
|
|
40
|
-
"@yamada-ui/use-value": "0.2.
|
|
38
|
+
"@yamada-ui/core": "0.13.0",
|
|
39
|
+
"@yamada-ui/use-animation": "0.4.8",
|
|
40
|
+
"@yamada-ui/use-value": "0.2.19",
|
|
41
41
|
"@yamada-ui/use-previous": "0.2.5",
|
|
42
42
|
"@yamada-ui/utils": "0.3.3"
|
|
43
43
|
},
|