New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@heroui/theme

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@heroui/theme - npm Package Compare versions

Comparing version 0.0.0-canary-20250205211537 to 0.0.0-canary-20250205212344

dist/chunk-OQH66N5L.mjs

49

dist/components/calendar.d.ts

@@ -64,2 +64,9 @@ import * as tailwind_variants from 'tailwind-variants';

};
isRTL: {
true: {
nextButton: string;
prevButton: string;
};
false: {};
};
}, {

@@ -148,2 +155,9 @@ base: string[];

};
isRTL: {
true: {
nextButton: string;
prevButton: string;
};
false: {};
};
}, {

@@ -208,2 +222,9 @@ color: {

};
isRTL: {
true: {
nextButton: string;
prevButton: string;
};
false: {};
};
}>, {

@@ -268,2 +289,9 @@ color: {

};
isRTL: {
true: {
nextButton: string;
prevButton: string;
};
false: {};
};
}, {

@@ -352,2 +380,9 @@ base: string[];

};
isRTL: {
true: {
nextButton: string;
prevButton: string;
};
false: {};
};
}, {

@@ -436,2 +471,9 @@ base: string[];

};
isRTL: {
true: {
nextButton: string;
prevButton: string;
};
false: {};
};
}, {

@@ -496,2 +538,9 @@ color: {

};
isRTL: {
true: {
nextButton: string;
prevButton: string;
};
false: {};
};
}>, unknown, unknown, undefined>>;

@@ -498,0 +547,0 @@ type CalendarReturnType = ReturnType<typeof calendar>;

10

dist/components/calendar.js

@@ -216,2 +216,9 @@ "use strict";

}
},
isRTL: {
true: {
nextButton: "order-1",
prevButton: "order-3"
},
false: {}
}

@@ -223,3 +230,4 @@ },

hideDisabledDates: false,
showMonthAndYearPickers: false
showMonthAndYearPickers: false,
isRTL: false
},

@@ -226,0 +234,0 @@ compoundVariants: [

2

dist/components/select.js

@@ -99,3 +99,3 @@ "use strict";

trigger: "relative px-3 gap-3 w-full inline-flex flex-row items-center shadow-sm outline-none tap-highlight-transparent",
innerWrapper: "inline-flex h-full w-[calc(100%_-_theme(spacing.6))] min-h-4 items-center gap-1.5 box-border",
innerWrapper: "inline-flex h-fit w-[calc(100%_-_theme(spacing.6))] min-h-4 items-center gap-1.5 box-border",
selectorIcon: "absolute end-3 w-4 h-4",

@@ -102,0 +102,0 @@ spinner: "absolute end-3",

{
"name": "@heroui/theme",
"version": "0.0.0-canary-20250205211537",
"version": "0.0.0-canary-20250205212344",
"description": "The default theme for HeroUI components",

@@ -47,3 +47,3 @@ "keywords": [

"tailwind-merge": "2.5.4",
"@heroui/shared-utils": "0.0.0-canary-20250205211537"
"@heroui/shared-utils": "0.0.0-canary-20250205212344"
},

@@ -50,0 +50,0 @@ "peerDependencies": {

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 too big to display

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