@nextui-org/theme
Advanced tools
Comparing version 0.0.0-dev-v2-20230401132309 to 0.0.0-dev-v2-20230405024536
@@ -121,6 +121,6 @@ import * as tailwind_variants from 'tailwind-variants'; | ||
}; | ||
hasLeftContent: { | ||
hasStartContent: { | ||
true: {}; | ||
}; | ||
hasRightContent: { | ||
hasEndContent: { | ||
true: {}; | ||
@@ -249,6 +249,6 @@ }; | ||
}; | ||
hasLeftContent: { | ||
hasStartContent: { | ||
true: {}; | ||
}; | ||
hasRightContent: { | ||
hasEndContent: { | ||
true: {}; | ||
@@ -255,0 +255,0 @@ }; |
@@ -127,3 +127,4 @@ "use strict"; | ||
"hover:opacity-100", | ||
"cursor-pointer" | ||
"cursor-pointer", | ||
"active:opacity-70" | ||
] | ||
@@ -212,6 +213,6 @@ }, | ||
}, | ||
hasLeftContent: { | ||
hasStartContent: { | ||
true: {} | ||
}, | ||
hasRightContent: { | ||
hasEndContent: { | ||
true: {} | ||
@@ -530,3 +531,3 @@ }, | ||
{ | ||
hasLeftContent: true, | ||
hasStartContent: true, | ||
size: ["xs", "sm"], | ||
@@ -538,3 +539,3 @@ class: { | ||
{ | ||
hasLeftContent: true, | ||
hasStartContent: true, | ||
size: ["md", "lg", "xl"], | ||
@@ -546,3 +547,3 @@ class: { | ||
{ | ||
hasRightContent: true, | ||
hasEndContent: true, | ||
size: ["xs", "sm"], | ||
@@ -554,3 +555,3 @@ class: { | ||
{ | ||
hasRightContent: true, | ||
hasEndContent: true, | ||
size: ["md", "lg", "xl"], | ||
@@ -557,0 +558,0 @@ class: { |
@@ -25,3 +25,4 @@ export { AvatarSlots, AvatarVariantProps, avatar } from './avatar.js'; | ||
export { CircularProgressSlots, CircularProgressVariantProps, circularProgress } from './circular-progress.js'; | ||
export { InputSlots, InputVariantProps, input } from './input.js'; | ||
import 'tailwind-variants'; | ||
import 'tailwind-variants/dist/config'; |
@@ -25,2 +25,3 @@ export { AvatarSlots, AvatarVariantProps, avatar } from './components/avatar.js'; | ||
export { CircularProgressSlots, CircularProgressVariantProps, circularProgress } from './components/circular-progress.js'; | ||
export { InputSlots, InputVariantProps, input } from './components/input.js'; | ||
export { absoluteFullClasses, baseStyles, focusVisibleClasses, ringClasses, translateCenterClasses } from './utils/styles.js'; | ||
@@ -27,0 +28,0 @@ export { SlotsToClasses } from './utils/types.js'; |
{ | ||
"name": "@nextui-org/theme", | ||
"version": "0.0.0-dev-v2-20230401132309", | ||
"version": "0.0.0-dev-v2-20230405024536", | ||
"description": "The default theme for NextUI components", | ||
@@ -47,3 +47,3 @@ "keywords": [ | ||
"lodash.isempty": "^4.4.0", | ||
"tailwind-variants": "^0.1.1", | ||
"tailwind-variants": "^0.1.2", | ||
"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 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
661079
194
27700
Updatedtailwind-variants@^0.1.2