@nextui-org/theme
Advanced tools
Comparing version 0.0.0-dev-v2-20230421004240 to 0.0.0-dev-v2-20230423211529
@@ -199,3 +199,3 @@ "use strict"; | ||
background: { | ||
DEFAULT: "#0B0B0C" | ||
DEFAULT: "#000000" | ||
}, | ||
@@ -202,0 +202,0 @@ foreground: { |
@@ -199,3 +199,3 @@ "use strict"; | ||
background: { | ||
DEFAULT: "#0B0B0C" | ||
DEFAULT: "#000000" | ||
}, | ||
@@ -202,0 +202,0 @@ foreground: { |
@@ -197,3 +197,3 @@ "use strict"; | ||
background: { | ||
DEFAULT: "#0B0B0C" | ||
DEFAULT: "#000000" | ||
}, | ||
@@ -200,0 +200,0 @@ foreground: { |
@@ -110,2 +110,3 @@ "use strict"; | ||
"justify-center", | ||
"max-w-fit", | ||
"box-border", | ||
@@ -112,0 +113,0 @@ "appearance-none", |
@@ -135,6 +135,6 @@ "use strict"; | ||
bordered: { | ||
base: "border-1.5 !bg-transparent" | ||
base: "border-1.5 bg-transparent" | ||
}, | ||
light: { | ||
base: "!bg-transparent" | ||
base: "bg-transparent" | ||
}, | ||
@@ -147,3 +147,3 @@ flat: {}, | ||
dot: { | ||
base: "border-1.5 border-neutral text-foreground !bg-transparent" | ||
base: "border-1.5 border-neutral text-foreground bg-transparent" | ||
} | ||
@@ -150,0 +150,0 @@ }, |
@@ -33,3 +33,5 @@ export { AvatarSlots, AvatarVariantProps, avatar } from './avatar.js'; | ||
export { NavbarSlots, NavbarVariantProps, navbar } from './navbar.js'; | ||
export { TableReturnType, TableSlots, TableVariantProps, table } from './table.js'; | ||
export { SpacerVariantProps, spacer } from './spacer.js'; | ||
import 'tailwind-variants'; | ||
import 'tailwind-variants/dist/config'; |
@@ -6,3 +6,3 @@ import * as tailwind_variants from 'tailwind-variants'; | ||
/** | ||
* Card **Tailwind Variants** component | ||
* Modal **Tailwind Variants** component | ||
* | ||
@@ -9,0 +9,0 @@ * @example |
@@ -403,3 +403,3 @@ "use strict"; | ||
"data-[focus-visible=true]:dark:ring-offset-background-dark", | ||
"data-[disabled=true]:opacity-50", | ||
"data-[disabled=true]:text-neutral-300", | ||
"data-[disabled=true]:pointer-events-none" | ||
@@ -406,0 +406,0 @@ ] |
@@ -29,3 +29,3 @@ "use strict"; | ||
slots: { | ||
base: "flex flex-col items-center justify-center relative", | ||
base: "inline-flex flex-col items-center justify-center relative", | ||
circle1: [ | ||
@@ -32,0 +32,0 @@ "absolute", |
@@ -39,4 +39,4 @@ "use strict"; | ||
wrapper: "inline-flex flex-col items-start", | ||
name: "text-sm text-foreground dark:text-foreground-dark", | ||
description: "text-xs text-neutral-500" | ||
name: "text-sm text-inherit", | ||
description: "text-xs text-neutral-400" | ||
} | ||
@@ -43,0 +43,0 @@ }); |
@@ -0,1 +1,3 @@ | ||
import * as tailwind_variants from 'tailwind-variants'; | ||
export { VariantProps, tv } from 'tailwind-variants'; | ||
export { AvatarSlots, AvatarVariantProps, avatar } from './components/avatar.js'; | ||
@@ -33,2 +35,4 @@ export { AvatarGroupVariantProps, avatarGroup } from './components/avatar-group.js'; | ||
export { NavbarSlots, NavbarVariantProps, navbar } from './components/navbar.js'; | ||
export { TableReturnType, TableSlots, TableVariantProps, table } from './components/table.js'; | ||
export { SpacerVariantProps, spacer } from './components/spacer.js'; | ||
export { absoluteFullClasses, baseStyles, focusVisibleClasses, ringClasses, translateCenterClasses } from './utils/classes.js'; | ||
@@ -39,3 +43,2 @@ export { SlotsToClasses } from './utils/types.js'; | ||
export { Colors, ColorsWithScheme, ConfigFunction, ConfigObject, DefaultThemeType, NextUIConfig, nextui } from './plugin.js'; | ||
export { VariantProps, tv } from 'tailwind-variants'; | ||
export { BaseColors, ColorScale, SemanticBaseColors, SemanticColors } from './colors/types.js'; | ||
@@ -48,4 +51,4 @@ export { commonColors } from './colors/common.js'; | ||
declare const cn: (...classes: any) => string; | ||
declare const cn: (...classes: any) => tailwind_variants.CnReturn; | ||
export { cn }; |
@@ -214,3 +214,3 @@ "use strict"; | ||
background: { | ||
DEFAULT: "#0B0B0C" | ||
DEFAULT: "#000000" | ||
}, | ||
@@ -217,0 +217,0 @@ foreground: { |
{ | ||
"name": "@nextui-org/theme", | ||
"version": "0.0.0-dev-v2-20230421004240", | ||
"version": "0.0.0-dev-v2-20230423211529", | ||
"description": "The default theme for NextUI components", | ||
@@ -47,3 +47,3 @@ "keywords": [ | ||
"lodash.isempty": "^4.4.0", | ||
"tailwind-variants": "^0.1.2", | ||
"tailwind-variants": "^0.1.3", | ||
"tailwindcss": "^3.2.7" | ||
@@ -50,0 +50,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 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 too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
816630
230
33848
Updatedtailwind-variants@^0.1.3