Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
glassonion1 committed Oct 12, 2023
1 parent 708d26d commit ac08aa4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 135 deletions.
6 changes: 3 additions & 3 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"preview": "vite preview"
},
"dependencies": {
"@sakura-ui/config": "^0.1.4",
"@sakura-ui/core": "^0.1.15",
"@sakura-ui/forms": "^0.1.4",
"@sakura-ui/config": "^0.1.5",
"@sakura-ui/core": "^0.1.16",
"@sakura-ui/forms": "^0.1.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sakura-ui/sakura-ui",
"version": "0.1.14",
"version": "0.1.16",
"keywords": [],
"author": "glassonion1",
"homepage": "https://github.com/glassonion1/sakura-ui",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sakura-ui/core",
"version": "0.1.15",
"version": "0.1.16",
"type": "module",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 4 additions & 2 deletions packages/core/src/components/Faq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,18 @@ export const Question = (props: QuestionProps) => {
flex
flex-row
gap-8
mt-10
first:mt-0
`
return (
<dl
<dt
className={cx(style, headingStyle, className)}
itemProp="name"
{...restProps}
>
<span aria-hidden="true">Q</span>
<span>{children}</span>
</dl>
</dt>
)
}

Expand Down
129 changes: 1 addition & 128 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 ac08aa4

Please sign in to comment.