Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
glassonion1 committed Aug 29, 2024
1 parent ce6498f commit 19afe73
Show file tree
Hide file tree
Showing 4 changed files with 170 additions and 23 deletions.
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview"
},
"dependencies": {
"@sakura-ui/core": "^0.2.3",
"@sakura-ui/core": "^0.2.6",
"@sakura-ui/forms": "^0.2.1",
"@sakura-ui/tailwind-theme-plugin": "^0.2.0",
"react": "^18.3.1",
Expand All @@ -24,6 +24,6 @@
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"typescript": "^5.4.5",
"vite": "^5.2.13"
"vite": "^5.3.5"
}
}
1 change: 0 additions & 1 deletion packages/core/src/components/OverflowContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export const OverflowContainer = (props: OverflowContainerProps) => {
whitespace-nowrap
print:overflow-visible
print:whitespace-normal
`

return (
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sakura-ui/markdown",
"version": "0.0.11",
"version": "0.0.12",
"description": "",
"keywords": [
"markdown"
Expand Down
186 changes: 167 additions & 19 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 19afe73

Please sign in to comment.