Socket
Socket
Sign inDemoInstall

@nextui-org/theme

Package Overview
Dependencies
Maintainers
1
Versions
436
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextui-org/theme - npm Package Compare versions

Comparing version 0.0.0-canary-20240829050401 to 0.0.0-canary-20240830164806

dist/chunk-KPI62GDB.mjs

12

dist/components/calendar.d.ts

@@ -66,4 +66,4 @@ import * as tailwind_variants from 'tailwind-variants';

base: string[];
prevButton: never[];
nextButton: never[];
prevButton: string[];
nextButton: string[];
headerWrapper: string[];

@@ -268,4 +268,4 @@ header: string;

base: string[];
prevButton: never[];
nextButton: never[];
prevButton: string[];
nextButton: string[];
headerWrapper: string[];

@@ -352,4 +352,4 @@ header: string;

base: string[];
prevButton: never[];
nextButton: never[];
prevButton: string[];
nextButton: string[];
headerWrapper: string[];

@@ -356,0 +356,0 @@ header: string;

@@ -81,6 +81,6 @@ "use strict";

],
prevButton: [],
nextButton: [],
prevButton: ["order-1"],
nextButton: ["order-3"],
headerWrapper: [
"px-4 py-2 flex items-center justify-between gap-2 bg-content1 overflow-hidden",
"px-4 py-2 flex items-center justify-between gap-2 bg-content1 overflow-hidden rtl:flex-row-reverse",
"[&_.chevron-icon]:flex-none",

@@ -92,3 +92,3 @@ "after:content-['']",

],
header: "flex w-full items-center justify-center gap-2 z-10",
header: "flex w-full items-center justify-center gap-2 z-10 order-2",
title: "text-default-500 text-small font-medium",

@@ -95,0 +95,0 @@ content: "w-[calc(var(--visible-months)_*_var(--calendar-width))]",

{
"name": "@nextui-org/theme",
"version": "0.0.0-canary-20240829050401",
"version": "0.0.0-canary-20240830164806",
"description": "The default theme for NextUI components",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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