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

daisy-jsx

Package Overview
Dependencies
Maintainers
1
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.1.1 to 0.1.2

components/data-display/Countdown.tsx

6

components/data-display/index.ts

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

6

components/types.ts

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

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