refactor(image): blur image is now saturated and lower opacity

This commit is contained in:
Junior Garcia 2023-04-12 09:53:49 -03:00
parent 9d9a27282a
commit ecfd22e3d2
96 changed files with 1172 additions and 58 deletions

View File

@ -1,5 +1,42 @@
# @nextui-org/accordion # @nextui-org/accordion
## 0.0.0-dev-v2-20230412124525
### Patch Changes
- Updated dependencies
- @nextui-org/theme@0.0.0-dev-v2-20230412124525
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
- Updated dependencies
- @nextui-org/use-aria-accordion-item@0.0.0-dev-v2-20230412021924
- @nextui-org/framer-transitions@0.0.0-dev-v2-20230412021924
- @nextui-org/shared-icons@0.0.0-dev-v2-20230412021924
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/aria-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/system@0.0.0-dev-v2-20230412021924
- @nextui-org/theme@0.0.0-dev-v2-20230412021924
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
- Updated dependencies
- @nextui-org/use-aria-accordion-item@0.0.0-dev-v2-20230412020323
- @nextui-org/framer-transitions@0.0.0-dev-v2-20230412020323
- @nextui-org/shared-icons@0.0.0-dev-v2-20230412020323
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/aria-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/system@0.0.0-dev-v2-20230412020323
- @nextui-org/theme@0.0.0-dev-v2-20230412020323
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/accordion", "name": "@nextui-org/accordion",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412124525",
"description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.", "description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.",
"keywords": [ "keywords": [
"react", "react",

View File

@ -1,5 +1,36 @@
# @nextui-org/avatar # @nextui-org/avatar
## 0.0.0-dev-v2-20230412124525
### Patch Changes
- Updated dependencies
- @nextui-org/theme@0.0.0-dev-v2-20230412124525
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/use-image@0.0.0-dev-v2-20230412021924
- @nextui-org/system@0.0.0-dev-v2-20230412021924
- @nextui-org/theme@0.0.0-dev-v2-20230412021924
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/use-image@0.0.0-dev-v2-20230412020323
- @nextui-org/system@0.0.0-dev-v2-20230412020323
- @nextui-org/theme@0.0.0-dev-v2-20230412020323
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/avatar", "name": "@nextui-org/avatar",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412124525",
"description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.", "description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.",
"keywords": [ "keywords": [
"avatar" "avatar"

View File

@ -1,5 +1,34 @@
# @nextui-org/badge # @nextui-org/badge
## 0.0.0-dev-v2-20230412124525
### Patch Changes
- Updated dependencies
- @nextui-org/theme@0.0.0-dev-v2-20230412124525
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/system@0.0.0-dev-v2-20230412021924
- @nextui-org/theme@0.0.0-dev-v2-20230412021924
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/system@0.0.0-dev-v2-20230412020323
- @nextui-org/theme@0.0.0-dev-v2-20230412020323
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/badge", "name": "@nextui-org/badge",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412124525",
"description": "Badges are used as a small numerical value or status descriptor for UI elements.", "description": "Badges are used as a small numerical value or status descriptor for UI elements.",
"keywords": [ "keywords": [
"badge" "badge"

View File

@ -1,5 +1,42 @@
# @nextui-org/button # @nextui-org/button
## 0.0.0-dev-v2-20230412124525
### Patch Changes
- Updated dependencies
- @nextui-org/theme@0.0.0-dev-v2-20230412124525
- @nextui-org/drip@0.0.0-dev-v2-20230412124525
- @nextui-org/spinner@0.0.0-dev-v2-20230412124525
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/use-aria-button@0.0.0-dev-v2-20230412021924
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/spinner@0.0.0-dev-v2-20230412021924
- @nextui-org/drip@0.0.0-dev-v2-20230412021924
- @nextui-org/system@0.0.0-dev-v2-20230412021924
- @nextui-org/theme@0.0.0-dev-v2-20230412021924
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/use-aria-button@0.0.0-dev-v2-20230412020323
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/spinner@0.0.0-dev-v2-20230412020323
- @nextui-org/drip@0.0.0-dev-v2-20230412020323
- @nextui-org/system@0.0.0-dev-v2-20230412020323
- @nextui-org/theme@0.0.0-dev-v2-20230412020323
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/button", "name": "@nextui-org/button",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412124525",
"description": "Buttons allow users to perform actions and choose with a single tap.", "description": "Buttons allow users to perform actions and choose with a single tap.",
"keywords": [ "keywords": [
"button" "button"

View File

@ -1,5 +1,39 @@
# @nextui-org/card # @nextui-org/card
## 0.0.0-dev-v2-20230412124525
### Patch Changes
- Updated dependencies
- @nextui-org/theme@0.0.0-dev-v2-20230412124525
- @nextui-org/drip@0.0.0-dev-v2-20230412124525
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/use-aria-button@0.0.0-dev-v2-20230412021924
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/drip@0.0.0-dev-v2-20230412021924
- @nextui-org/system@0.0.0-dev-v2-20230412021924
- @nextui-org/theme@0.0.0-dev-v2-20230412021924
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/use-aria-button@0.0.0-dev-v2-20230412020323
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/drip@0.0.0-dev-v2-20230412020323
- @nextui-org/system@0.0.0-dev-v2-20230412020323
- @nextui-org/theme@0.0.0-dev-v2-20230412020323
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/card", "name": "@nextui-org/card",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412124525",
"description": "Card is a container for text, photos, and actions in the context of a single subject.", "description": "Card is a container for text, photos, and actions in the context of a single subject.",
"keywords": [ "keywords": [
"card" "card"

View File

@ -1,5 +1,34 @@
# @nextui-org/checkbox # @nextui-org/checkbox
## 0.0.0-dev-v2-20230412124525
### Patch Changes
- Updated dependencies
- @nextui-org/theme@0.0.0-dev-v2-20230412124525
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/system@0.0.0-dev-v2-20230412021924
- @nextui-org/theme@0.0.0-dev-v2-20230412021924
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/system@0.0.0-dev-v2-20230412020323
- @nextui-org/theme@0.0.0-dev-v2-20230412020323
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/checkbox", "name": "@nextui-org/checkbox",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412124525",
"description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.", "description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.",
"keywords": [ "keywords": [
"checkbox" "checkbox"

View File

@ -1,5 +1,36 @@
# @nextui-org/chip # @nextui-org/chip
## 0.0.0-dev-v2-20230412124525
### Patch Changes
- Updated dependencies
- @nextui-org/theme@0.0.0-dev-v2-20230412124525
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
- Updated dependencies
- @nextui-org/shared-icons@0.0.0-dev-v2-20230412021924
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/system@0.0.0-dev-v2-20230412021924
- @nextui-org/theme@0.0.0-dev-v2-20230412021924
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
- Updated dependencies
- @nextui-org/shared-icons@0.0.0-dev-v2-20230412020323
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/system@0.0.0-dev-v2-20230412020323
- @nextui-org/theme@0.0.0-dev-v2-20230412020323
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/chip", "name": "@nextui-org/chip",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412124525",
"description": "Chips help people enter information, make selections, filter content, or trigger actions.", "description": "Chips help people enter information, make selections, filter content, or trigger actions.",
"keywords": [ "keywords": [
"chip" "chip"

View File

@ -1,5 +1,34 @@
# @nextui-org/code # @nextui-org/code
## 0.0.0-dev-v2-20230412124525
### Patch Changes
- Updated dependencies
- @nextui-org/theme@0.0.0-dev-v2-20230412124525
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/system@0.0.0-dev-v2-20230412021924
- @nextui-org/theme@0.0.0-dev-v2-20230412021924
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/system@0.0.0-dev-v2-20230412020323
- @nextui-org/theme@0.0.0-dev-v2-20230412020323
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/code", "name": "@nextui-org/code",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412124525",
"description": "Code is a component used to display inline code.", "description": "Code is a component used to display inline code.",
"keywords": [ "keywords": [
"code" "code"

View File

@ -1,5 +1,34 @@
# @nextui-org/drip # @nextui-org/drip
## 0.0.0-dev-v2-20230412124525
### Patch Changes
- Updated dependencies
- @nextui-org/theme@0.0.0-dev-v2-20230412124525
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/system@0.0.0-dev-v2-20230412021924
- @nextui-org/theme@0.0.0-dev-v2-20230412021924
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/system@0.0.0-dev-v2-20230412020323
- @nextui-org/theme@0.0.0-dev-v2-20230412020323
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/drip", "name": "@nextui-org/drip",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412124525",
"description": "A ripple effect for ensuring that the user fells the system is reacting instantaneously", "description": "A ripple effect for ensuring that the user fells the system is reacting instantaneously",
"keywords": [ "keywords": [
"drip" "drip"

View File

@ -1,5 +1,39 @@
# @nextui-org/dropdown # @nextui-org/dropdown
## 0.0.0-dev-v2-20230412124525
### Patch Changes
- Updated dependencies
- @nextui-org/theme@0.0.0-dev-v2-20230412124525
- @nextui-org/popover@0.0.0-dev-v2-20230412124525
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/aria-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/popover@0.0.0-dev-v2-20230412021924
- @nextui-org/system@0.0.0-dev-v2-20230412021924
- @nextui-org/theme@0.0.0-dev-v2-20230412021924
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/aria-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/popover@0.0.0-dev-v2-20230412020323
- @nextui-org/system@0.0.0-dev-v2-20230412020323
- @nextui-org/theme@0.0.0-dev-v2-20230412020323
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/dropdown", "name": "@nextui-org/dropdown",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412124525",
"description": "A dropdown displays a list of actions or options that a user can choose.", "description": "A dropdown displays a list of actions or options that a user can choose.",
"keywords": [ "keywords": [
"dropdown" "dropdown"

View File

@ -1,5 +1,36 @@
# @nextui-org/image # @nextui-org/image
## 0.0.0-dev-v2-20230412124525
### Patch Changes
- Updated dependencies
- @nextui-org/theme@0.0.0-dev-v2-20230412124525
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/use-image@0.0.0-dev-v2-20230412021924
- @nextui-org/system@0.0.0-dev-v2-20230412021924
- @nextui-org/theme@0.0.0-dev-v2-20230412021924
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/use-image@0.0.0-dev-v2-20230412020323
- @nextui-org/system@0.0.0-dev-v2-20230412020323
- @nextui-org/theme@0.0.0-dev-v2-20230412020323
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/image", "name": "@nextui-org/image",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412124525",
"description": "A simple image component", "description": "A simple image component",
"keywords": [ "keywords": [
"image" "image"

View File

@ -69,8 +69,6 @@ export function useImage(originalProps: UseImageProps) {
ref, ref,
as, as,
src, src,
width,
height,
className, className,
styles, styles,
loading, loading,
@ -98,12 +96,15 @@ export function useImage(originalProps: UseImageProps) {
const domRef = useDOMRef(ref); const domRef = useDOMRef(ref);
const {w, h} = useMemo(() => { const {w} = useMemo(() => {
return { return {
w: width ? (typeof width === "number" ? `${width}px` : width) : "auto", w: props.width
h: height ? (typeof height === "number" ? `${height}px` : height) : "auto", ? typeof props.width === "number"
? `${props.width}px`
: props.width
: "auto",
}; };
}, [width, height]); }, [props?.width]);
const showFallback = (!src || !isImgLoaded) && !!fallbackSrc; const showFallback = (!src || !isImgLoaded) && !!fallbackSrc;
const showSkeleton = isLoading && !disableSkeleton; const showSkeleton = isLoading && !disableSkeleton;
@ -123,8 +124,6 @@ export function useImage(originalProps: UseImageProps) {
return { return {
src, src,
ref: domRef, ref: domRef,
width: w,
height: h,
"data-loaded": dataAttr(isImgLoaded), "data-loaded": dataAttr(isImgLoaded),
className: slots.img({class: baseStyles}), className: slots.img({class: baseStyles}),
...otherProps, ...otherProps,
@ -142,6 +141,7 @@ export function useImage(originalProps: UseImageProps) {
className: slots.base({class: baseStyles}), className: slots.base({class: baseStyles}),
style: { style: {
...fallbackStyle, ...fallbackStyle,
maxWidth: w,
}, },
}; };
}, [slots, showFallback, fallbackSrc, baseStyles]); }, [slots, showFallback, fallbackSrc, baseStyles]);

View File

@ -84,6 +84,8 @@ Blurred.args = {
width: 300, width: 300,
isBlurred: true, isBlurred: true,
src: require("./assets/local-image-small.jpg"), src: require("./assets/local-image-small.jpg"),
// src:
// "https://images.unsplash.com/photo-1519638831568-d9897f54ed69?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1770&q=80",
}; };
export const Zoomed = Template.bind({}); export const Zoomed = Template.bind({});

View File

@ -1,5 +1,38 @@
# @nextui-org/input # @nextui-org/input
## 0.0.0-dev-v2-20230412124525
### Patch Changes
- Updated dependencies
- @nextui-org/theme@0.0.0-dev-v2-20230412124525
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
- Updated dependencies
- @nextui-org/shared-icons@0.0.0-dev-v2-20230412021924
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/use-aria-field@0.0.0-dev-v2-20230412021924
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/system@0.0.0-dev-v2-20230412021924
- @nextui-org/theme@0.0.0-dev-v2-20230412021924
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
- Updated dependencies
- @nextui-org/shared-icons@0.0.0-dev-v2-20230412020323
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/use-aria-field@0.0.0-dev-v2-20230412020323
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/system@0.0.0-dev-v2-20230412020323
- @nextui-org/theme@0.0.0-dev-v2-20230412020323
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/input", "name": "@nextui-org/input",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412124525",
"description": "The input component is designed for capturing user input within a text field.", "description": "The input component is designed for capturing user input within a text field.",
"keywords": [ "keywords": [
"input" "input"

View File

@ -1,5 +1,34 @@
# @nextui-org/link # @nextui-org/link
## 0.0.0-dev-v2-20230412124525
### Patch Changes
- Updated dependencies
- @nextui-org/theme@0.0.0-dev-v2-20230412124525
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/system@0.0.0-dev-v2-20230412021924
- @nextui-org/theme@0.0.0-dev-v2-20230412021924
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/system@0.0.0-dev-v2-20230412020323
- @nextui-org/theme@0.0.0-dev-v2-20230412020323
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/link", "name": "@nextui-org/link",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412124525",
"description": "Links allow users to click their way from page to page. This component is styled to resemble a hyperlink and semantically renders an <a>", "description": "Links allow users to click their way from page to page. This component is styled to resemble a hyperlink and semantically renders an <a>",
"keywords": [ "keywords": [
"link" "link"

View File

@ -1,5 +1,38 @@
# @nextui-org/pagination # @nextui-org/pagination
## 0.0.0-dev-v2-20230412124525
### Patch Changes
- Updated dependencies
- @nextui-org/theme@0.0.0-dev-v2-20230412124525
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
- Updated dependencies
- @nextui-org/shared-icons@0.0.0-dev-v2-20230412021924
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/use-pagination@0.0.0-dev-v2-20230412021924
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/system@0.0.0-dev-v2-20230412021924
- @nextui-org/theme@0.0.0-dev-v2-20230412021924
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
- Updated dependencies
- @nextui-org/shared-icons@0.0.0-dev-v2-20230412020323
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/use-pagination@0.0.0-dev-v2-20230412020323
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/system@0.0.0-dev-v2-20230412020323
- @nextui-org/theme@0.0.0-dev-v2-20230412020323
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/pagination", "name": "@nextui-org/pagination",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412124525",
"description": "The Pagination component allows you to display active page and navigate between multiple pages.", "description": "The Pagination component allows you to display active page and navigate between multiple pages.",
"keywords": [ "keywords": [
"pagination" "pagination"

View File

@ -1,5 +1,43 @@
# @nextui-org/popover # @nextui-org/popover
## 0.0.0-dev-v2-20230412124525
### Patch Changes
- Updated dependencies
- @nextui-org/theme@0.0.0-dev-v2-20230412124525
- @nextui-org/button@0.0.0-dev-v2-20230412124525
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
- Updated dependencies
- @nextui-org/framer-transitions@0.0.0-dev-v2-20230412021924
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/use-aria-button@0.0.0-dev-v2-20230412021924
- @nextui-org/aria-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/button@0.0.0-dev-v2-20230412021924
- @nextui-org/system@0.0.0-dev-v2-20230412021924
- @nextui-org/theme@0.0.0-dev-v2-20230412021924
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
- Updated dependencies
- @nextui-org/framer-transitions@0.0.0-dev-v2-20230412020323
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/use-aria-button@0.0.0-dev-v2-20230412020323
- @nextui-org/aria-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/button@0.0.0-dev-v2-20230412020323
- @nextui-org/system@0.0.0-dev-v2-20230412020323
- @nextui-org/theme@0.0.0-dev-v2-20230412020323
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/popover", "name": "@nextui-org/popover",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412124525",
"description": "A popover is an overlay element positioned relative to a trigger.", "description": "A popover is an overlay element positioned relative to a trigger.",
"keywords": [ "keywords": [
"popover" "popover"

View File

@ -1,5 +1,38 @@
# @nextui-org/progress # @nextui-org/progress
## 0.0.0-dev-v2-20230412124525
### Patch Changes
- Updated dependencies
- @nextui-org/theme@0.0.0-dev-v2-20230412124525
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/use-aria-label@0.0.0-dev-v2-20230412021924
- @nextui-org/use-is-mounted@0.0.0-dev-v2-20230412021924
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/system@0.0.0-dev-v2-20230412021924
- @nextui-org/theme@0.0.0-dev-v2-20230412021924
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/use-aria-label@0.0.0-dev-v2-20230412020323
- @nextui-org/use-is-mounted@0.0.0-dev-v2-20230412020323
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/system@0.0.0-dev-v2-20230412020323
- @nextui-org/theme@0.0.0-dev-v2-20230412020323
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/progress", "name": "@nextui-org/progress",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412124525",
"description": "Progress bars show either determinate or indeterminate progress of an operation over time.", "description": "Progress bars show either determinate or indeterminate progress of an operation over time.",
"keywords": [ "keywords": [
"progress" "progress"

View File

@ -1,5 +1,34 @@
# @nextui-org/radio # @nextui-org/radio
## 0.0.0-dev-v2-20230412124525
### Patch Changes
- Updated dependencies
- @nextui-org/theme@0.0.0-dev-v2-20230412124525
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/system@0.0.0-dev-v2-20230412021924
- @nextui-org/theme@0.0.0-dev-v2-20230412021924
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/system@0.0.0-dev-v2-20230412020323
- @nextui-org/theme@0.0.0-dev-v2-20230412020323
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/radio", "name": "@nextui-org/radio",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412124525",
"description": "Radios allow users to select a single option from a list of mutually exclusive options.", "description": "Radios allow users to select a single option from a list of mutually exclusive options.",
"keywords": [ "keywords": [
"radio" "radio"

View File

@ -1,5 +1,39 @@
# @nextui-org/snippet # @nextui-org/snippet
## 0.0.0-dev-v2-20230412124525
### Patch Changes
- Updated dependencies
- @nextui-org/theme@0.0.0-dev-v2-20230412124525
- @nextui-org/tooltip@0.0.0-dev-v2-20230412124525
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/use-clipboard@0.0.0-dev-v2-20230412021924
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/tooltip@0.0.0-dev-v2-20230412021924
- @nextui-org/system@0.0.0-dev-v2-20230412021924
- @nextui-org/theme@0.0.0-dev-v2-20230412021924
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/use-clipboard@0.0.0-dev-v2-20230412020323
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/tooltip@0.0.0-dev-v2-20230412020323
- @nextui-org/system@0.0.0-dev-v2-20230412020323
- @nextui-org/theme@0.0.0-dev-v2-20230412020323
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/snippet", "name": "@nextui-org/snippet",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412124525",
"description": "Display a snippet of copyable code for the command line.", "description": "Display a snippet of copyable code for the command line.",
"keywords": [ "keywords": [
"snippet" "snippet"

View File

@ -1,5 +1,34 @@
# @nextui-org/spinner # @nextui-org/spinner
## 0.0.0-dev-v2-20230412124525
### Patch Changes
- Updated dependencies
- @nextui-org/theme@0.0.0-dev-v2-20230412124525
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/system@0.0.0-dev-v2-20230412021924
- @nextui-org/theme@0.0.0-dev-v2-20230412021924
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/system@0.0.0-dev-v2-20230412020323
- @nextui-org/theme@0.0.0-dev-v2-20230412020323
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/spinner", "name": "@nextui-org/spinner",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412124525",
"description": "Loaders express an unspecified wait time or display the length of a process.", "description": "Loaders express an unspecified wait time or display the length of a process.",
"keywords": [ "keywords": [
"loading", "loading",

View File

@ -1,5 +1,34 @@
# @nextui-org/switch # @nextui-org/switch
## 0.0.0-dev-v2-20230412124525
### Patch Changes
- Updated dependencies
- @nextui-org/theme@0.0.0-dev-v2-20230412124525
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/system@0.0.0-dev-v2-20230412021924
- @nextui-org/theme@0.0.0-dev-v2-20230412021924
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/system@0.0.0-dev-v2-20230412020323
- @nextui-org/theme@0.0.0-dev-v2-20230412020323
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/switch", "name": "@nextui-org/switch",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412124525",
"description": "A switch is similar to a checkbox, but represents on/off values as opposed to selection.", "description": "A switch is similar to a checkbox, but represents on/off values as opposed to selection.",
"keywords": [ "keywords": [
"switch" "switch"

View File

@ -1,5 +1,38 @@
# @nextui-org/tooltip # @nextui-org/tooltip
## 0.0.0-dev-v2-20230412124525
### Patch Changes
- Updated dependencies
- @nextui-org/theme@0.0.0-dev-v2-20230412124525
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
- Updated dependencies
- @nextui-org/framer-transitions@0.0.0-dev-v2-20230412021924
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/aria-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/system@0.0.0-dev-v2-20230412021924
- @nextui-org/theme@0.0.0-dev-v2-20230412021924
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
- Updated dependencies
- @nextui-org/framer-transitions@0.0.0-dev-v2-20230412020323
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/aria-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/system@0.0.0-dev-v2-20230412020323
- @nextui-org/theme@0.0.0-dev-v2-20230412020323
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/tooltip", "name": "@nextui-org/tooltip",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412124525",
"description": "A React Component for rendering dynamically positioned Tooltips", "description": "A React Component for rendering dynamically positioned Tooltips",
"keywords": [ "keywords": [
"tooltip" "tooltip"

View File

@ -1,5 +1,37 @@
# @nextui-org/user # @nextui-org/user
## 0.0.0-dev-v2-20230412124525
### Patch Changes
- Updated dependencies
- @nextui-org/theme@0.0.0-dev-v2-20230412124525
- @nextui-org/avatar@0.0.0-dev-v2-20230412124525
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/avatar@0.0.0-dev-v2-20230412021924
- @nextui-org/system@0.0.0-dev-v2-20230412021924
- @nextui-org/theme@0.0.0-dev-v2-20230412021924
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/avatar@0.0.0-dev-v2-20230412020323
- @nextui-org/system@0.0.0-dev-v2-20230412020323
- @nextui-org/theme@0.0.0-dev-v2-20230412020323
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/user", "name": "@nextui-org/user",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412124525",
"description": "Flexible User Profile Component.", "description": "Flexible User Profile Component.",
"keywords": [ "keywords": [
"user" "user"

View File

@ -1,5 +1,97 @@
# @nextui-org/react # @nextui-org/react
## 0.0.0-dev-v2-20230412124525
### Patch Changes
- Image blur filter improved
- Updated dependencies
- @nextui-org/theme@0.0.0-dev-v2-20230412124525
- @nextui-org/accordion@0.0.0-dev-v2-20230412124525
- @nextui-org/avatar@0.0.0-dev-v2-20230412124525
- @nextui-org/badge@0.0.0-dev-v2-20230412124525
- @nextui-org/button@0.0.0-dev-v2-20230412124525
- @nextui-org/card@0.0.0-dev-v2-20230412124525
- @nextui-org/checkbox@0.0.0-dev-v2-20230412124525
- @nextui-org/chip@0.0.0-dev-v2-20230412124525
- @nextui-org/code@0.0.0-dev-v2-20230412124525
- @nextui-org/drip@0.0.0-dev-v2-20230412124525
- @nextui-org/dropdown@0.0.0-dev-v2-20230412124525
- @nextui-org/image@0.0.0-dev-v2-20230412124525
- @nextui-org/input@0.0.0-dev-v2-20230412124525
- @nextui-org/link@0.0.0-dev-v2-20230412124525
- @nextui-org/pagination@0.0.0-dev-v2-20230412124525
- @nextui-org/popover@0.0.0-dev-v2-20230412124525
- @nextui-org/progress@0.0.0-dev-v2-20230412124525
- @nextui-org/radio@0.0.0-dev-v2-20230412124525
- @nextui-org/snippet@0.0.0-dev-v2-20230412124525
- @nextui-org/spinner@0.0.0-dev-v2-20230412124525
- @nextui-org/switch@0.0.0-dev-v2-20230412124525
- @nextui-org/tooltip@0.0.0-dev-v2-20230412124525
- @nextui-org/user@0.0.0-dev-v2-20230412124525
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
- Updated dependencies
- @nextui-org/pagination@0.0.0-dev-v2-20230412021924
- @nextui-org/accordion@0.0.0-dev-v2-20230412021924
- @nextui-org/checkbox@0.0.0-dev-v2-20230412021924
- @nextui-org/dropdown@0.0.0-dev-v2-20230412021924
- @nextui-org/progress@0.0.0-dev-v2-20230412021924
- @nextui-org/popover@0.0.0-dev-v2-20230412021924
- @nextui-org/snippet@0.0.0-dev-v2-20230412021924
- @nextui-org/spinner@0.0.0-dev-v2-20230412021924
- @nextui-org/tooltip@0.0.0-dev-v2-20230412021924
- @nextui-org/avatar@0.0.0-dev-v2-20230412021924
- @nextui-org/button@0.0.0-dev-v2-20230412021924
- @nextui-org/switch@0.0.0-dev-v2-20230412021924
- @nextui-org/badge@0.0.0-dev-v2-20230412021924
- @nextui-org/image@0.0.0-dev-v2-20230412021924
- @nextui-org/input@0.0.0-dev-v2-20230412021924
- @nextui-org/radio@0.0.0-dev-v2-20230412021924
- @nextui-org/card@0.0.0-dev-v2-20230412021924
- @nextui-org/chip@0.0.0-dev-v2-20230412021924
- @nextui-org/code@0.0.0-dev-v2-20230412021924
- @nextui-org/drip@0.0.0-dev-v2-20230412021924
- @nextui-org/link@0.0.0-dev-v2-20230412021924
- @nextui-org/user@0.0.0-dev-v2-20230412021924
- @nextui-org/system@0.0.0-dev-v2-20230412021924
- @nextui-org/theme@0.0.0-dev-v2-20230412021924
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
- Updated dependencies
- @nextui-org/pagination@0.0.0-dev-v2-20230412020323
- @nextui-org/accordion@0.0.0-dev-v2-20230412020323
- @nextui-org/checkbox@0.0.0-dev-v2-20230412020323
- @nextui-org/dropdown@0.0.0-dev-v2-20230412020323
- @nextui-org/progress@0.0.0-dev-v2-20230412020323
- @nextui-org/popover@0.0.0-dev-v2-20230412020323
- @nextui-org/snippet@0.0.0-dev-v2-20230412020323
- @nextui-org/spinner@0.0.0-dev-v2-20230412020323
- @nextui-org/tooltip@0.0.0-dev-v2-20230412020323
- @nextui-org/avatar@0.0.0-dev-v2-20230412020323
- @nextui-org/button@0.0.0-dev-v2-20230412020323
- @nextui-org/switch@0.0.0-dev-v2-20230412020323
- @nextui-org/badge@0.0.0-dev-v2-20230412020323
- @nextui-org/image@0.0.0-dev-v2-20230412020323
- @nextui-org/input@0.0.0-dev-v2-20230412020323
- @nextui-org/radio@0.0.0-dev-v2-20230412020323
- @nextui-org/card@0.0.0-dev-v2-20230412020323
- @nextui-org/chip@0.0.0-dev-v2-20230412020323
- @nextui-org/code@0.0.0-dev-v2-20230412020323
- @nextui-org/drip@0.0.0-dev-v2-20230412020323
- @nextui-org/link@0.0.0-dev-v2-20230412020323
- @nextui-org/user@0.0.0-dev-v2-20230412020323
- @nextui-org/system@0.0.0-dev-v2-20230412020323
- @nextui-org/theme@0.0.0-dev-v2-20230412020323
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/react", "name": "@nextui-org/react",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412124525",
"description": "🚀 Beautiful and modern React UI library.", "description": "🚀 Beautiful and modern React UI library.",
"author": "Junior Garcia <jrgarciadev@gmail.com>", "author": "Junior Garcia <jrgarciadev@gmail.com>",
"homepage": "https://nextui.org", "homepage": "https://nextui.org",

View File

@ -1,5 +1,17 @@
# @nextui-org/system # @nextui-org/system
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/system", "name": "@nextui-org/system",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412021924",
"description": "NextUI system primitives", "description": "NextUI system primitives",
"keywords": [ "keywords": [
"system" "system"

View File

@ -1,5 +1,23 @@
# @nextui-org/theme # @nextui-org/theme
## 0.0.0-dev-v2-20230412124525
### Patch Changes
- Image blur filter improved
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/theme", "name": "@nextui-org/theme",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412124525",
"description": "The default theme for NextUI components", "description": "The default theme for NextUI components",
"keywords": [ "keywords": [
"theme", "theme",

View File

@ -22,10 +22,10 @@ const image = tv({
slots: { slots: {
base: "relative shadow-black/25", base: "relative shadow-black/25",
zoomedWrapper: "relative overflow-hidden rounded-inherit", zoomedWrapper: "relative overflow-hidden rounded-inherit",
img: "opacity-0 shadow-black/25 data-[loaded=true]:opacity-100", img: "relative z-10 opacity-0 shadow-black/25 data-[loaded=true]:opacity-100",
blurredImg: [ blurredImg: [
"absolute", "absolute",
"-z-10", "z-0",
"inset-0", "inset-0",
"w-full", "w-full",
"h-full", "h-full",
@ -33,7 +33,8 @@ const image = tv({
"filter", "filter",
"blur-lg", "blur-lg",
"scale-105", "scale-105",
"opacity-40", "saturate-150",
"opacity-30",
"translate-y-1", "translate-y-1",
], ],
}, },

View File

@ -1,5 +1,17 @@
# @nextui-org/use-aria-accordion-item # @nextui-org/use-aria-accordion-item
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/use-aria-accordion-item", "name": "@nextui-org/use-aria-accordion-item",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412021924",
"description": "Internal impl for react aria accordion item", "description": "Internal impl for react aria accordion item",
"keywords": [ "keywords": [
"use-aria-accordion-item" "use-aria-accordion-item"

View File

@ -1,5 +1,17 @@
# @nextui-org/use-aria-button # @nextui-org/use-aria-button
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/use-aria-button", "name": "@nextui-org/use-aria-button",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412021924",
"description": "Internal hook to handle button a11y and events, this is based on react-aria button hook but without the onClick warning", "description": "Internal hook to handle button a11y and events, this is based on react-aria button hook but without the onClick warning",
"keywords": [ "keywords": [
"use-aria-button" "use-aria-button"

View File

@ -1,5 +1,23 @@
# @nextui-org/use-aria-field # @nextui-org/use-aria-field
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
- Updated dependencies
- @nextui-org/use-aria-slot-id@0.0.0-dev-v2-20230412021924
- @nextui-org/use-aria-label@0.0.0-dev-v2-20230412021924
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
- Updated dependencies
- @nextui-org/use-aria-slot-id@0.0.0-dev-v2-20230412020323
- @nextui-org/use-aria-label@0.0.0-dev-v2-20230412020323
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/use-aria-field", "name": "@nextui-org/use-aria-field",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412021924",
"description": "Based on react-aria useField hook, provides the accessibility implementation for input fields", "description": "Based on react-aria useField hook, provides the accessibility implementation for input fields",
"keywords": [ "keywords": [
"use-aria-field" "use-aria-field"

View File

@ -1,5 +1,17 @@
# @nextui-org/use-aria-label # @nextui-org/use-aria-label
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/use-aria-label", "name": "@nextui-org/use-aria-label",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412021924",
"description": "Based on react-aria label hook, it provides the accessibility implementation for labels and their associated elements. Labels provide context for user inputs.", "description": "Based on react-aria label hook, it provides the accessibility implementation for labels and their associated elements. Labels provide context for user inputs.",
"keywords": [ "keywords": [
"use-aria-label" "use-aria-label"

View File

@ -1,5 +1,17 @@
# @nextui-org/use-aria-slot-id # @nextui-org/use-aria-slot-id
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/use-aria-slot-id", "name": "@nextui-org/use-aria-slot-id",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412021924",
"description": "Based on react-aria useSlotId, used to generate an id, and after render check if that id is rendered", "description": "Based on react-aria useSlotId, used to generate an id, and after render check if that id is rendered",
"keywords": [ "keywords": [
"use-aria-slot-id" "use-aria-slot-id"

View File

@ -1,5 +1,17 @@
# @nextui-org/use-clipboard # @nextui-org/use-clipboard
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/use-clipboard", "name": "@nextui-org/use-clipboard",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412021924",
"description": "Wrapper around navigator.clipboard with feedback timeout", "description": "Wrapper around navigator.clipboard with feedback timeout",
"keywords": [ "keywords": [
"use-clipboard" "use-clipboard"

View File

@ -1,5 +1,21 @@
# @nextui-org/use-image # @nextui-org/use-image
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
- Updated dependencies
- @nextui-org/use-safe-layout-effect@0.0.0-dev-v2-20230412021924
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
- Updated dependencies
- @nextui-org/use-safe-layout-effect@0.0.0-dev-v2-20230412020323
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/use-image", "name": "@nextui-org/use-image",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412021924",
"description": "React hook for progressing image loading", "description": "React hook for progressing image loading",
"keywords": [ "keywords": [
"use-image" "use-image"

View File

@ -1,5 +1,17 @@
# @nextui-org/use-is-mounted # @nextui-org/use-is-mounted
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/use-is-mounted", "name": "@nextui-org/use-is-mounted",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412021924",
"description": "This hook can be used to render client-based components or run client logic", "description": "This hook can be used to render client-based components or run client logic",
"keywords": [ "keywords": [
"use-is-mounted" "use-is-mounted"

View File

@ -1,5 +1,21 @@
# @nextui-org/use-pagination # @nextui-org/use-pagination
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412021924
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412020323
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/use-pagination", "name": "@nextui-org/use-pagination",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412021924",
"description": "State management hook for Pagination component, it lets you manage pagination with controlled and uncontrolled state", "description": "State management hook for Pagination component, it lets you manage pagination with controlled and uncontrolled state",
"keywords": [ "keywords": [
"use-pagination" "use-pagination"

View File

@ -1,5 +1,21 @@
# @nextui-org/use-real-shape # @nextui-org/use-real-shape
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
- Updated dependencies
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412021924
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
- Updated dependencies
- @nextui-org/dom-utils@0.0.0-dev-v2-20230412020323
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/use-real-shape", "name": "@nextui-org/use-real-shape",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412021924",
"description": "Hook that returns the real dimensions of an element", "description": "Hook that returns the real dimensions of an element",
"keywords": [ "keywords": [
"use-real-shape" "use-real-shape"

View File

@ -1,5 +1,17 @@
# @nextui-org/use-ref-state # @nextui-org/use-ref-state
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/use-ref-state", "name": "@nextui-org/use-ref-state",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412021924",
"description": "Hook for saving the state in a ref value", "description": "Hook for saving the state in a ref value",
"keywords": [ "keywords": [
"use-ref-state" "use-ref-state"

View File

@ -1,5 +1,17 @@
# @nextui-org/use-resize # @nextui-org/use-resize
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/use-resize", "name": "@nextui-org/use-resize",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412021924",
"description": "Hook that adds an event listener to the resize window event", "description": "Hook that adds an event listener to the resize window event",
"keywords": [ "keywords": [
"use-resize" "use-resize"

View File

@ -1,5 +1,17 @@
# @nextui-org/use-safe-layout-effect # @nextui-org/use-safe-layout-effect
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/use-safe-layout-effect", "name": "@nextui-org/use-safe-layout-effect",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412021924",
"description": "", "description": "",
"keywords": [ "keywords": [
"use-safe-layout-effect" "use-safe-layout-effect"

View File

@ -1,5 +1,17 @@
# @nextui-org/use-ssr # @nextui-org/use-ssr
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/use-ssr", "name": "@nextui-org/use-ssr",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412021924",
"description": "", "description": "",
"keywords": [ "keywords": [
"use-ssr" "use-ssr"

View File

@ -136,5 +136,5 @@ import {link, button} from "@nextui-org/theme";
<br /> <br />
<div class="block text-xs text-neutral-400"> <div class="block text-xs text-neutral-400">
Last updated on <time datetime="2023-03-07">April 08, 2023</time> Last updated on <time datetime="2023-03-07">April 11, 2023</time>
</div> </div>

View File

@ -1,5 +1,21 @@
# @nextui-org/aria-utils # @nextui-org/aria-utils
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
- Updated dependencies
- @nextui-org/system@0.0.0-dev-v2-20230412021924
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
- Updated dependencies
- @nextui-org/system@0.0.0-dev-v2-20230412020323
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/aria-utils", "name": "@nextui-org/aria-utils",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412021924",
"description": "A package for managing @react-aria nextui utils.", "description": "A package for managing @react-aria nextui utils.",
"keywords": [ "keywords": [
"aria-utils" "aria-utils"

View File

@ -1,5 +1,17 @@
# @nextui-org/dom-utils # @nextui-org/dom-utils
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/dom-utils", "name": "@nextui-org/dom-utils",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412021924",
"description": "NextUI DOM Utilities", "description": "NextUI DOM Utilities",
"keywords": [ "keywords": [
"dom-utils" "dom-utils"

View File

@ -1,5 +1,23 @@
# @nextui-org/framer-transitions # @nextui-org/framer-transitions
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/system@0.0.0-dev-v2-20230412021924
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/system@0.0.0-dev-v2-20230412020323
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/framer-transitions", "name": "@nextui-org/framer-transitions",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412021924",
"description": "A set of framer motion transitions for react", "description": "A set of framer motion transitions for react",
"keywords": [ "keywords": [
"framer-transitions" "framer-transitions"

View File

@ -1,5 +1,23 @@
# @nextui-org/react-utils # @nextui-org/react-utils
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412021924
- @nextui-org/system@0.0.0-dev-v2-20230412021924
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230412020323
- @nextui-org/system@0.0.0-dev-v2-20230412020323
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/react-utils", "name": "@nextui-org/react-utils",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412021924",
"description": "A package for sharing react components and utilities", "description": "A package for sharing react components and utilities",
"keywords": [ "keywords": [
"react-utils" "react-utils"

View File

@ -1,5 +1,17 @@
# @nextui-org/shared-icons # @nextui-org/shared-icons
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/shared-icons", "name": "@nextui-org/shared-icons",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412021924",
"description": "Internal icons set, commonly used in the components stories", "description": "Internal icons set, commonly used in the components stories",
"keywords": [ "keywords": [
"icons-utils" "icons-utils"

View File

@ -1,5 +1,17 @@
# @nextui-org/shared-utils # @nextui-org/shared-utils
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/shared-utils", "name": "@nextui-org/shared-utils",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412021924",
"description": "A set of NextUI utilities", "description": "A set of NextUI utilities",
"keywords": [ "keywords": [
"system" "system"

View File

@ -1,5 +1,17 @@
# @nextui-org/test-utils # @nextui-org/test-utils
## 0.0.0-dev-v2-20230412021924
### Patch Changes
- Fix blur image position
## 0.0.0-dev-v2-20230412020323
### Patch Changes
- Next.js image support fixed
## 0.0.0-dev-v2-20230412004701 ## 0.0.0-dev-v2-20230412004701
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/test-utils", "name": "@nextui-org/test-utils",
"version": "0.0.0-dev-v2-20230412004701", "version": "0.0.0-dev-v2-20230412021924",
"description": "A set of utilities for react testing", "description": "A set of utilities for react testing",
"keywords": [ "keywords": [
"test-utils" "test-utils"