@hive-ui/separator 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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hive-ui/separator",
3
- "version": "0.3.1",
4
- "description": "Hive UI Separator Component",
3
+ "version": "0.5.0",
4
+ "description": "Separator divides adjacent content with a horizontal or vertical rule and configurable token spacing.",
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.3.1",
25
- "@hive-ui/style-props": "^0.3.1"
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",