@hanzo/ui 3.8.6 → 3.8.8

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanzo/ui",
3
- "version": "3.8.6",
3
+ "version": "3.8.8",
4
4
  "description": "Library that contains shared UI primitives, support for a common design system, and other boilerplate support.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -84,7 +84,7 @@
84
84
  "tailwind-merge": "^2.3.0",
85
85
  "tailwindcss-animate": "^1.0.7",
86
86
  "tailwindcss-interaction-media": "^0.1.0",
87
- "@hanzo/react-drawer": "0.1.1"
87
+ "@hanzo/react-drawer": "0.1.2"
88
88
  },
89
89
  "peerDependencies": {
90
90
  "@hookform/resolvers": "^3.3.2",
@@ -842,6 +842,8 @@ export default {
842
842
  opacity: 'opacity',
843
843
  shadow: 'box-shadow',
844
844
  transform: 'transform',
845
+ height: 'height',
846
+ spacing: 'margin, padding',
845
847
  },
846
848
  transitionTimingFunction: {
847
849
  DEFAULT: 'cubic-bezier(0.4, 0, 0.2, 1)',