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
520
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-20230412124525 to 0.0.0-dev-v2-20230413014154

dist/chunk-4FNCWRTA.mjs

2

dist/components/accordion-item.js

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

// src/utils/styles.ts
// src/utils/classes.ts
var ringClasses = [

@@ -31,0 +31,0 @@ "outline-none",

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

*
* const styles = accordion({...})
* const classNames = accordion({...})
*
* @example
* <div role="group" className={styles())}>
* <div role="group" className={classNames())}>
* // avatar elements

@@ -14,0 +14,0 @@ * </div>

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

*
* const styles = avatarGroup({...})
* const classNames = avatarGroup({...})
*
* @example
* <div role="group" className={styles())}>
* <div role="group" className={classNames())}>
* // avatar elements

@@ -14,0 +14,0 @@ * </div>

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

// src/utils/styles.ts
// src/utils/classes.ts
var ringClasses = [

@@ -31,0 +31,0 @@ "outline-none",

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

*
* const styles = buttonGroup({...})
* const classNames = buttonGroup({...})
*
* @example
* <div role="group" className={styles())}>
* <div role="group" className={classNames())}>
* // button elements

@@ -14,0 +14,0 @@ * </div>

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

*
* const styles = button({...})
* const classNames = button({...})
*
* @example
* <button className={styles())}>
* <button className={classNames())}>
* Button

@@ -14,0 +14,0 @@ * </button>

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

// src/utils/styles.ts
// src/utils/classes.ts
var ringClasses = [

@@ -31,0 +31,0 @@ "outline-none",

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

// src/utils/styles.ts
// src/utils/classes.ts
var ringClasses = [

@@ -31,0 +31,0 @@ "outline-none",

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

// src/utils/styles.ts
// src/utils/classes.ts
var ringClasses = [

@@ -31,0 +31,0 @@ "outline-none",

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

// src/utils/styles.ts
// src/utils/classes.ts
var ringClasses = [

@@ -31,0 +31,0 @@ "outline-none",

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

*
* const styles = code({...})
* const classNames = code({...})
*
* @example
* <code className={styles)}>
* <code className={classNames)}>
* npm install @nextui-org/react

@@ -14,0 +14,0 @@ * </code>

@@ -7,6 +7,6 @@ import * as tailwind_variants_dist_config from 'tailwind-variants/dist/config';

*
* const styles = drip({...})
* const classNames = drip({...})
*
* @example
* <span ref={dripRef} className={styles())} />
* <span ref={dripRef} className={classNames())} />
*/

@@ -13,0 +13,0 @@ declare const drip: tailwind_variants.TVReturnType<tailwind_variants.TVVariantsDefault<undefined, string[]> | {}, unknown, undefined, undefined, string[], tailwind_variants_dist_config.TVConfig<tailwind_variants.TVVariantsDefault<undefined, string[]> | {}, unknown>>;

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

// src/utils/styles.ts
// src/utils/classes.ts
var ringClasses = [

@@ -31,0 +31,0 @@ "outline-none",

@@ -7,3 +7,3 @@ import * as tailwind_variants_dist_config from 'tailwind-variants/dist/config';

*
* const styles = dropdownMenu({...})
* const classNames = dropdownMenu({...})

@@ -10,0 +10,0 @@ */

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

// src/utils/styles.ts
// src/utils/classes.ts
var ringClasses = [

@@ -31,0 +31,0 @@ "outline-none",

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

// src/utils/styles.ts
// src/utils/classes.ts
var focusVisibleClasses = [

@@ -31,0 +31,0 @@ "focus:outline-0",

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

// src/utils/styles.ts
// src/utils/classes.ts
var ringClasses = [

@@ -31,0 +31,0 @@ "outline-none",

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

// src/utils/styles.ts
// src/utils/classes.ts
var ringClasses = [

@@ -31,0 +31,0 @@ "outline-none",

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

// src/utils/styles.ts
// src/utils/classes.ts
var ringClasses = [

@@ -31,0 +31,0 @@ "outline-none",

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

// src/utils/styles.ts
// src/utils/classes.ts
var ringClasses = [

@@ -31,0 +31,0 @@ "outline-none",

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

// src/utils/styles.ts
// src/utils/classes.ts
var ringClasses = [

@@ -31,0 +31,0 @@ "outline-none",

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

// src/utils/styles.ts
// src/utils/classes.ts
var ringClasses = [

@@ -31,0 +31,0 @@ "outline-none",

@@ -31,3 +31,3 @@ export { AvatarSlots, AvatarVariantProps, avatar } from './components/avatar.js';

export { ImageSlots, ImageVariantProps, image } from './components/image.js';
export { absoluteFullClasses, baseStyles, focusVisibleClasses, ringClasses, translateCenterClasses } from './utils/styles.js';
export { absoluteFullClasses, baseStyles, focusVisibleClasses, ringClasses, translateCenterClasses } from './utils/classes.js';
export { SlotsToClasses } from './utils/types.js';

@@ -34,0 +34,0 @@ export { colorVariants } from './utils/variants.js';

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

// src/utils/styles.ts
// src/utils/classes.ts
var baseStyles = {

@@ -463,0 +463,0 @@ color: "hsl(var(--nextui-foreground))",

@@ -1,4 +0,4 @@

export { absoluteFullClasses, baseStyles, focusVisibleClasses, ringClasses, translateCenterClasses } from './styles.js';
export { absoluteFullClasses, baseStyles, focusVisibleClasses, ringClasses, translateCenterClasses } from './classes.js';
export { SlotsToClasses } from './types.js';
export { colorVariants } from './variants.js';
import 'tailwind-variants';

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

// src/utils/styles.ts
// src/utils/classes.ts
var baseStyles = {

@@ -35,0 +35,0 @@ color: "hsl(var(--nextui-foreground))",

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

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

"components",
"styles",
"classNames",
"css"

@@ -14,0 +14,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

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

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

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

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