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

@nextui-org/theme

Package Overview
Dependencies
Maintainers
1
Versions
455
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-dev-v2-20230505232443 to 0.0.0-dev-v2-20230511041421

dist/chunk-5ZJFAFZA.mjs

2

dist/components/index.d.ts
export { AvatarSlots, AvatarVariantProps, avatar } from './avatar.js';
export { AvatarGroupVariantProps, avatarGroup } from './avatar-group.js';
export { CardReturnType, CardSlots, CardVariantProps, card } from './card.js';
export { LinkVariantProps, link } from './link.js';
export { LinkVariantProps, link, linkAnchorClasses } from './link.js';
export { UserSlots, user } from './user.js';

@@ -6,0 +6,0 @@ export { ButtonVariantProps, button } from './button.js';

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

}, unknown>>;
declare const linkAnchorClasses = "flex mx-1 text-current self-center";
type LinkVariantProps = VariantProps<typeof link>;
export { LinkVariantProps, link };
export { LinkVariantProps, link, linkAnchorClasses };

@@ -23,3 +23,4 @@ "use strict";

__export(link_exports, {
link: () => link
link: () => link,
linkAnchorClasses: () => linkAnchorClasses
});

@@ -88,3 +89,3 @@ module.exports = __toCommonJS(link_exports);

color: "foreground",
class: "hover:after:bg-foreground/20"
class: "hover:after:bg-foreground/10"
},

@@ -130,5 +131,7 @@ {

});
var linkAnchorClasses = "flex mx-1 text-current self-center";
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
link
link,
linkAnchorClasses
});

@@ -8,3 +8,3 @@ import * as tailwind_variants from 'tailwind-variants';

*
* const {base, pre, copy} = snippet({...})
* const {base, content, pre, copy} = snippet({...})
*

@@ -15,6 +15,7 @@ * @example

* // code snippet
* <div className={content()}>...</div>
* </pre>
* <button className={copy()}>
* <svg>
* // copy icon
* // copy icon / check icon
* </svg>

@@ -106,2 +107,4 @@ * </button>

pre: string;
content: string;
symbol: string;
copyButton: string[];

@@ -108,0 +111,0 @@ copyIcon: string[];

@@ -107,2 +107,4 @@ "use strict";

pre: "bg-transparent text-inherit font-mono whitespace-pre-wrap",
content: "flex flex-col",
symbol: "select-none",
copyButton: ["group", "relative", "z-10", "text-inherit", "data-[hover=true]:bg-transparent"],

@@ -109,0 +111,0 @@ copyIcon: [

@@ -6,3 +6,3 @@ import * as tailwind_variants from 'tailwind-variants';

export { CardReturnType, CardSlots, CardVariantProps, card } from './components/card.js';
export { LinkVariantProps, link } from './components/link.js';
export { LinkVariantProps, link, linkAnchorClasses } from './components/link.js';
export { UserSlots, user } from './components/user.js';

@@ -9,0 +9,0 @@ export { ButtonVariantProps, button } from './components/button.js';

{
"name": "@nextui-org/theme",
"version": "0.0.0-dev-v2-20230505232443",
"version": "0.0.0-dev-v2-20230511041421",
"description": "The default theme for NextUI components",

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

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

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