@nextui-org/theme
Advanced tools
Comparing version 0.0.0-dev-v2-20230328190228 to 0.0.0-dev-v2-20230329200753
@@ -8,2 +8,3 @@ declare const animations: { | ||
"appearance-out": string; | ||
"indeterminate-bar": string; | ||
}; | ||
@@ -55,2 +56,10 @@ keyframes: { | ||
}; | ||
"indeterminate-bar": { | ||
"0%": { | ||
transform: string; | ||
}; | ||
"100%": { | ||
transform: string; | ||
}; | ||
}; | ||
}; | ||
@@ -57,0 +66,0 @@ }; |
@@ -32,3 +32,4 @@ "use strict"; | ||
"appearance-in": "appearance-in 250ms ease-out normal both", | ||
"appearance-out": "appearance-out 60ms ease-in normal both" | ||
"appearance-out": "appearance-out 60ms ease-in normal both", | ||
"indeterminate-bar": "indeterminate-bar 1.5s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite normal none running" | ||
}, | ||
@@ -79,2 +80,10 @@ keyframes: { | ||
} | ||
}, | ||
"indeterminate-bar": { | ||
"0%": { | ||
transform: "translateX(-150%)" | ||
}, | ||
"100%": { | ||
transform: "translateX(200%)" | ||
} | ||
} | ||
@@ -81,0 +90,0 @@ } |
@@ -12,3 +12,3 @@ import * as tailwind_variants from 'tailwind-variants'; | ||
* | ||
* <div className={card()}> | ||
* <div className={base()}> | ||
* <div className={header()}>Header</div> | ||
@@ -15,0 +15,0 @@ * <div className={body()}>Body</div> |
@@ -56,2 +56,4 @@ "use strict"; | ||
"flex", | ||
"p-3", | ||
"z-10", | ||
"justify-start", | ||
@@ -63,4 +65,2 @@ "items-center", | ||
"color-inherit", | ||
"p-3", | ||
"z-10", | ||
"subpixel-antialiased" | ||
@@ -71,2 +71,3 @@ ], | ||
"flex", | ||
"p-5", | ||
"flex-auto", | ||
@@ -78,4 +79,2 @@ "flex-col", | ||
"h-auto", | ||
"py-5", | ||
"px-3", | ||
"break-words", | ||
@@ -87,5 +86,5 @@ "text-left", | ||
footer: [ | ||
"p-3", | ||
"w-full", | ||
"h-auto", | ||
"p-3", | ||
"flex", | ||
@@ -92,0 +91,0 @@ "items-center", |
@@ -23,3 +23,4 @@ export { AvatarSlots, AvatarVariantProps, avatar } from './avatar.js'; | ||
export { AccordionGroupVariantProps, accordion } from './accordion.js'; | ||
export { ProgressSlots, ProgressVariantProps, progress } from './progress.js'; | ||
import 'tailwind-variants'; | ||
import 'tailwind-variants/dist/config'; |
@@ -23,2 +23,3 @@ export { AvatarSlots, AvatarVariantProps, avatar } from './components/avatar.js'; | ||
export { AccordionGroupVariantProps, accordion } from './components/accordion.js'; | ||
export { ProgressSlots, ProgressVariantProps, progress } from './components/progress.js'; | ||
export { absoluteFullClasses, baseStyles, focusVisibleClasses, ringClasses, translateCenterClasses } from './utils/styles.js'; | ||
@@ -25,0 +26,0 @@ export { SlotsToClasses } from './utils/types.js'; |
@@ -324,3 +324,4 @@ "use strict"; | ||
"appearance-in": "appearance-in 250ms ease-out normal both", | ||
"appearance-out": "appearance-out 60ms ease-in normal both" | ||
"appearance-out": "appearance-out 60ms ease-in normal both", | ||
"indeterminate-bar": "indeterminate-bar 1.5s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite normal none running" | ||
}, | ||
@@ -371,2 +372,10 @@ keyframes: { | ||
} | ||
}, | ||
"indeterminate-bar": { | ||
"0%": { | ||
transform: "translateX(-150%)" | ||
}, | ||
"100%": { | ||
transform: "translateX(200%)" | ||
} | ||
} | ||
@@ -421,2 +430,7 @@ } | ||
}, | ||
".transition-left": { | ||
"transition-property": "left", | ||
"transition-timing-function": "ease", | ||
"transition-duration": DEFAULT_TRANSITION_DURATION | ||
}, | ||
".transition-shadow": { | ||
@@ -547,2 +561,5 @@ "transition-property": "box-shadow", | ||
}, | ||
backgroundImage: { | ||
"stripe-gradient": "linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 75%, transparent 75%, transparent)" | ||
}, | ||
transitionDuration: { | ||
@@ -549,0 +566,0 @@ 0: "0ms", |
@@ -50,2 +50,7 @@ declare const utilities: { | ||
}; | ||
".transition-left": { | ||
"transition-property": string; | ||
"transition-timing-function": string; | ||
"transition-duration": string; | ||
}; | ||
".transition-shadow": { | ||
@@ -52,0 +57,0 @@ "transition-property": string; |
@@ -70,2 +70,7 @@ "use strict"; | ||
}, | ||
".transition-left": { | ||
"transition-property": "left", | ||
"transition-timing-function": "ease", | ||
"transition-duration": DEFAULT_TRANSITION_DURATION | ||
}, | ||
".transition-shadow": { | ||
@@ -72,0 +77,0 @@ "transition-property": "box-shadow", |
{ | ||
"name": "@nextui-org/theme", | ||
"version": "0.0.0-dev-v2-20230328190228", | ||
"version": "0.0.0-dev-v2-20230329200753", | ||
"description": "The default theme for NextUI components", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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 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
567454
186
23551