@hive-ui/skeleton-loader 0.3.1 → 0.5.0
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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hive-ui/skeleton-loader",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.5.0",
|
|
4
|
+
"description": "Skeleton Loader displays a configurable placeholder that represents content while it is loading.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
7
7
|
],
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"prepublishOnly": "vp run build"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@hive-ui/box": "^0.
|
|
25
|
-
"@hive-ui/
|
|
26
|
-
"@hive-ui/
|
|
24
|
+
"@hive-ui/box": "^0.5.0",
|
|
25
|
+
"@hive-ui/css-library": "^0.5.0",
|
|
26
|
+
"@hive-ui/style-props": "^0.5.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/node": "^25.6.2",
|