Skip to content

Commit

Permalink
fix: input spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgarciadev committed Jan 17, 2025
1 parent c803404 commit 45b1d82
Show file tree
Hide file tree
Showing 6 changed files with 668 additions and 219 deletions.
5 changes: 5 additions & 0 deletions .changeset/real-gifts-collect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@heroui/input": patch
---

Fix input ignoring spaces
Binary file modified apps/docs/public/storybook-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 13 additions & 13 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,21 @@
"react-dom": "^18.0.0"
},
"devDependencies": {
"@storybook/addon-a11y": "^8.4.5",
"@storybook/addon-actions": "^8.4.5",
"@storybook/addon-docs": "^8.4.5",
"@storybook/addon-essentials": "^8.4.5",
"@storybook/addon-links": "^8.4.5",
"@storybook/cli": "^8.4.5",
"@storybook/manager-api": "^8.4.5",
"@storybook/preview-api": "^8.4.5",
"@storybook/react": "^8.4.5",
"@storybook/react-vite": "^8.4.5",
"@storybook/theming": "^8.4.5",
"@storybook/addon-a11y": "^8.5.0",
"@storybook/addon-actions": "^8.5.0",
"@storybook/addon-docs": "^8.5.0",
"@storybook/addon-essentials": "^8.5.0",
"@storybook/addon-links": "^8.5.0",
"@storybook/cli": "^8.5.0",
"@storybook/manager-api": "^8.5.0",
"@storybook/preview-api": "^8.5.0",
"@storybook/react": "^8.5.0",
"@storybook/react-vite": "^8.5.0",
"@storybook/theming": "^8.5.0",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.13",
"remark-gfm": "^4.0.0",
"storybook": "^8.4.5",
"storybook": "^8.5.0",
"storybook-dark-mode": "^4.0.2",
"tailwindcss": "^3.3.5",
"vite": "^5.4.11"
Expand All @@ -65,4 +65,4 @@
"esm"
]
}
}
}
14 changes: 10 additions & 4 deletions packages/storybook/public/dark-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 10 additions & 4 deletions packages/storybook/public/light-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 45b1d82

Please sign in to comment.