@yamada-ui/skeleton 0.0.0-dev-20231104153202 → 0.0.0-dev-20231113164540

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.
@@ -6,11 +6,11 @@ type SkeletonTextOptions = {
6
6
  /**
7
7
  * The CSS `gap` property.
8
8
  */
9
- gap?: CSSUIProps['gap'];
9
+ gap?: CSSUIProps["gap"];
10
10
  /**
11
11
  * The CSS `height` property.
12
12
  */
13
- textHeight?: CSSUIProps['height'];
13
+ textHeight?: CSSUIProps["height"];
14
14
  };
15
15
  type SkeletonTextProps = SkeletonProps & SkeletonTextOptions;
16
16
  declare const SkeletonText: _yamada_ui_core.Component<"div", SkeletonTextProps>;
@@ -6,11 +6,11 @@ type SkeletonTextOptions = {
6
6
  /**
7
7
  * The CSS `gap` property.
8
8
  */
9
- gap?: CSSUIProps['gap'];
9
+ gap?: CSSUIProps["gap"];
10
10
  /**
11
11
  * The CSS `height` property.
12
12
  */
13
- textHeight?: CSSUIProps['height'];
13
+ textHeight?: CSSUIProps["height"];
14
14
  };
15
15
  type SkeletonTextProps = SkeletonProps & SkeletonTextOptions;
16
16
  declare const SkeletonText: _yamada_ui_core.Component<"div", SkeletonTextProps>;
@@ -5,11 +5,11 @@ type SkeletonOptions = {
5
5
  /**
6
6
  * The color at the animation start.
7
7
  */
8
- startColor?: CSSUIProps['color'];
8
+ startColor?: CSSUIProps["color"];
9
9
  /**
10
10
  * The color at the animation end.
11
11
  */
12
- endColor?: CSSUIProps['color'];
12
+ endColor?: CSSUIProps["color"];
13
13
  /**
14
14
  * If `true`, it'll render its children with a nice fade transition.
15
15
  *
@@ -35,7 +35,7 @@ type SkeletonOptions = {
35
35
  */
36
36
  isFitContent?: boolean;
37
37
  };
38
- type SkeletonProps = HTMLUIProps<'div'> & ThemeProps<'Skeleton'> & SkeletonOptions;
38
+ type SkeletonProps = HTMLUIProps<"div"> & ThemeProps<"Skeleton"> & SkeletonOptions;
39
39
  declare const Skeleton: _yamada_ui_core.Component<"div", SkeletonProps>;
40
40
 
41
41
  export { Skeleton, SkeletonProps };
@@ -5,11 +5,11 @@ type SkeletonOptions = {
5
5
  /**
6
6
  * The color at the animation start.
7
7
  */
8
- startColor?: CSSUIProps['color'];
8
+ startColor?: CSSUIProps["color"];
9
9
  /**
10
10
  * The color at the animation end.
11
11
  */
12
- endColor?: CSSUIProps['color'];
12
+ endColor?: CSSUIProps["color"];
13
13
  /**
14
14
  * If `true`, it'll render its children with a nice fade transition.
15
15
  *
@@ -35,7 +35,7 @@ type SkeletonOptions = {
35
35
  */
36
36
  isFitContent?: boolean;
37
37
  };
38
- type SkeletonProps = HTMLUIProps<'div'> & ThemeProps<'Skeleton'> & SkeletonOptions;
38
+ type SkeletonProps = HTMLUIProps<"div"> & ThemeProps<"Skeleton"> & SkeletonOptions;
39
39
  declare const Skeleton: _yamada_ui_core.Component<"div", SkeletonProps>;
40
40
 
41
41
  export { Skeleton, SkeletonProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/skeleton",
3
- "version": "0.0.0-dev-20231104153202",
3
+ "version": "0.0.0-dev-20231113164540",
4
4
  "description": "Yamada UI skeleton component",
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/use-animation": "0.0.0-dev-20231104153202",
39
- "@yamada-ui/core": "0.0.0-dev-20231104153202",
40
- "@yamada-ui/use-value": "0.0.0-dev-20231104153202",
41
- "@yamada-ui/use-previous": "0.0.0-dev-20231104153202",
42
- "@yamada-ui/utils": "0.0.0-dev-20231104153202"
38
+ "@yamada-ui/core": "0.0.0-dev-20231113164540",
39
+ "@yamada-ui/use-animation": "0.0.0-dev-20231113164540",
40
+ "@yamada-ui/use-value": "0.0.0-dev-20231113164540",
41
+ "@yamada-ui/use-previous": "0.2.5",
42
+ "@yamada-ui/utils": "0.3.3"
43
43
  },
44
44
  "devDependencies": {
45
45
  "react": "^18.0.0",