Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

daisy-jsx

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

daisy-jsx - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

components/data-input/Rating.tsx

2

components/data-input/index.ts

@@ -7,1 +7,3 @@ export * from "./Checkbox";

export * from "./RangeSlider";
export * from "./Rating";
export * from "./Select";

13

components/types.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc