@nextui-org/theme 2.4.4 → 2.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-TK7T75HE.mjs → chunk-423W5XJQ.mjs} +1 -1
- package/dist/components/alert.js +1 -1
- package/dist/components/alert.mjs +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
var alert = tv({
|
|
10
10
|
slots: {
|
|
11
11
|
base: "flex flex-grow flex-row w-full items-start py-3 px-4 gap-x-1",
|
|
12
|
-
mainWrapper: "h-full flex-grow min-h-10 ms-2 flex flex-col box-border items-start text-inherit",
|
|
12
|
+
mainWrapper: "h-full flex-grow min-h-10 ms-2 flex flex-col box-border items-start text-inherit justify-center",
|
|
13
13
|
title: "text-small w-full font-medium block text-inherit leading-5",
|
|
14
14
|
description: "pl-[1px] text-small font-normal text-inherit",
|
|
15
15
|
closeButton: "relative text-inherit translate-x-1 -translate-y-1",
|
package/dist/components/alert.js
CHANGED
|
@@ -148,7 +148,7 @@ var colorVariants = {
|
|
|
148
148
|
var alert = tv({
|
|
149
149
|
slots: {
|
|
150
150
|
base: "flex flex-grow flex-row w-full items-start py-3 px-4 gap-x-1",
|
|
151
|
-
mainWrapper: "h-full flex-grow min-h-10 ms-2 flex flex-col box-border items-start text-inherit",
|
|
151
|
+
mainWrapper: "h-full flex-grow min-h-10 ms-2 flex flex-col box-border items-start text-inherit justify-center",
|
|
152
152
|
title: "text-small w-full font-medium block text-inherit leading-5",
|
|
153
153
|
description: "pl-[1px] text-small font-normal text-inherit",
|
|
154
154
|
closeButton: "relative text-inherit translate-x-1 -translate-y-1",
|
package/dist/components/index.js
CHANGED
|
@@ -9405,7 +9405,7 @@ var dateRangePicker = tv({
|
|
|
9405
9405
|
var alert = tv({
|
|
9406
9406
|
slots: {
|
|
9407
9407
|
base: "flex flex-grow flex-row w-full items-start py-3 px-4 gap-x-1",
|
|
9408
|
-
mainWrapper: "h-full flex-grow min-h-10 ms-2 flex flex-col box-border items-start text-inherit",
|
|
9408
|
+
mainWrapper: "h-full flex-grow min-h-10 ms-2 flex flex-col box-border items-start text-inherit justify-center",
|
|
9409
9409
|
title: "text-small w-full font-medium block text-inherit leading-5",
|
|
9410
9410
|
description: "pl-[1px] text-small font-normal text-inherit",
|
|
9411
9411
|
closeButton: "relative text-inherit translate-x-1 -translate-y-1",
|
package/dist/index.js
CHANGED
|
@@ -9467,7 +9467,7 @@ var dateRangePicker = tv({
|
|
|
9467
9467
|
var alert = tv({
|
|
9468
9468
|
slots: {
|
|
9469
9469
|
base: "flex flex-grow flex-row w-full items-start py-3 px-4 gap-x-1",
|
|
9470
|
-
mainWrapper: "h-full flex-grow min-h-10 ms-2 flex flex-col box-border items-start text-inherit",
|
|
9470
|
+
mainWrapper: "h-full flex-grow min-h-10 ms-2 flex flex-col box-border items-start text-inherit justify-center",
|
|
9471
9471
|
title: "text-small w-full font-medium block text-inherit leading-5",
|
|
9472
9472
|
description: "pl-[1px] text-small font-normal text-inherit",
|
|
9473
9473
|
closeButton: "relative text-inherit translate-x-1 -translate-y-1",
|
package/dist/index.mjs
CHANGED