Comparing version 0.0.6 to 0.0.7
@@ -7,1 +7,3 @@ export * from "./Checkbox"; | ||
export * from "./RangeSlider"; | ||
export * from "./Rating"; | ||
export * from "./Select"; |
@@ -1,3 +0,3 @@ | ||
import type { ReactNode } from "react"; | ||
import type { ReactNode as HonoReactNode } from "hono/jsx"; | ||
// import type { ReactNode } from "react"; | ||
import type { ReactNode } from "hono/jsx"; | ||
@@ -11,5 +11,4 @@ export type BasicProps = { | ||
| ReactNode | ||
| HonoReactNode | ||
| Promise<string> | ||
| Array<ReactNode | HonoReactNode | Promise<string>>; | ||
| Array<ReactNode | Promise<string>>; | ||
@@ -25,3 +24,2 @@ export type Props = { | ||
export type ColorTypes = | ||
| "neutral" | ||
| "primary" | ||
@@ -33,5 +31,6 @@ | "secondary" | ||
| "warning" | ||
| "error" | ||
| "ghost"; | ||
| "error"; | ||
export type FullColorTypes = ColorTypes | "neutral" | "ghost"; | ||
export type SizeTypes = "lg" | "md" | "sm" | "xs"; |
{ | ||
"name": "daisy-jsx", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "A DaisyUI components library in JSX", | ||
@@ -5,0 +5,0 @@ "main": "index.ts", |
@@ -83,3 +83,3 @@ # daisy-jsx | ||
- [x] Range Slider | ||
- [ ] Rating | ||
- [x] Rating | ||
- [ ] Select | ||
@@ -86,0 +86,0 @@ - [ ] Text Input |
@@ -9,2 +9,3 @@ { | ||
"jsx": "react-jsx", | ||
"jsxImportSource": "hono/jsx", | ||
"allowJs": true, | ||
@@ -11,0 +12,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
21884
30
415