@hive-ui/stack 0.4.0 → 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 +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hive-ui/stack",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.5.0",
|
|
4
|
+
"description": "Stack arranges children horizontally or vertically with consistent token spacing. Its orientation can change responsively.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
7
7
|
],
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"prepublishOnly": "vp run build"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@hive-ui/box": "^0.
|
|
25
|
-
"@hive-ui/style-props": "^0.
|
|
24
|
+
"@hive-ui/box": "^0.5.0",
|
|
25
|
+
"@hive-ui/style-props": "^0.5.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@types/node": "^25.6.2",
|