Comparing version 0.1.1 to 0.1.2
@@ -7,1 +7,7 @@ export * from "./Accordion"; | ||
export * from "./ChatBubble"; | ||
export * from "./Countdown"; | ||
export * from "./Diff"; | ||
export * from "./Kbd"; | ||
export * from "./Stat"; | ||
export * from "./Table"; | ||
export * from "./Timeline"; |
@@ -8,6 +8,4 @@ import type { ReactNode } from "hono/jsx"; | ||
export type Children = | ||
| ReactNode | ||
| Promise<string> | ||
| Array<ReactNode | Promise<string>>; | ||
export type Child = ReactNode | Promise<string>; | ||
export type Children = Child | Array<Child>; | ||
@@ -14,0 +12,0 @@ export type Props = { |
{ | ||
"name": "daisy-jsx", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A DaisyUI components library in JSX", | ||
@@ -5,0 +5,0 @@ "main": "index.ts", |
@@ -45,3 +45,3 @@ # daisy-jsx | ||
- [x] Theme | ||
- [ ] Data Display | ||
- [x] Data Display | ||
- [x] Accordion | ||
@@ -53,9 +53,9 @@ - [x] Avatar | ||
- [x] ChatBubble | ||
- [x] Collapse | ||
- [ ] Countdown | ||
- [ ] Diff | ||
- [ ] Kbd | ||
- [ ] Stat | ||
- [ ] Table | ||
- [ ] Timeline | ||
- [x] Collapse (see Accordion) | ||
- [x] Countdown | ||
- [x] Diff | ||
- [x] Kbd | ||
- [x] Stat | ||
- [x] Table | ||
- [x] Timeline | ||
- [x] Navigation | ||
@@ -62,0 +62,0 @@ - [x] Breadcrumbs |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38404
57
902