@nextui-org/theme
Advanced tools
Comparing version 0.0.0-dev-v2-20230607013542 to 0.0.0-dev-v2-20230609000231
@@ -177,4 +177,4 @@ "use strict"; | ||
}, | ||
border: { | ||
DEFAULT: import_colors.default.zinc[300] | ||
divider: { | ||
DEFAULT: "rgba(17, 17, 17, 0.25)" | ||
}, | ||
@@ -205,4 +205,4 @@ content1: { | ||
}, | ||
border: { | ||
DEFAULT: import_colors.default.zinc[700] | ||
divider: { | ||
DEFAULT: "rgba(255, 255, 255, 0.20)" | ||
}, | ||
@@ -209,0 +209,0 @@ content1: { |
@@ -177,4 +177,4 @@ "use strict"; | ||
}, | ||
border: { | ||
DEFAULT: import_colors.default.zinc[300] | ||
divider: { | ||
DEFAULT: "rgba(17, 17, 17, 0.25)" | ||
}, | ||
@@ -205,4 +205,4 @@ content1: { | ||
}, | ||
border: { | ||
DEFAULT: import_colors.default.zinc[700] | ||
divider: { | ||
DEFAULT: "rgba(255, 255, 255, 0.20)" | ||
}, | ||
@@ -209,0 +209,0 @@ content1: { |
@@ -175,4 +175,4 @@ "use strict"; | ||
}, | ||
border: { | ||
DEFAULT: import_colors.default.zinc[300] | ||
divider: { | ||
DEFAULT: "rgba(17, 17, 17, 0.25)" | ||
}, | ||
@@ -203,4 +203,4 @@ content1: { | ||
}, | ||
border: { | ||
DEFAULT: import_colors.default.zinc[700] | ||
divider: { | ||
DEFAULT: "rgba(255, 255, 255, 0.20)" | ||
}, | ||
@@ -207,0 +207,0 @@ content1: { |
@@ -18,3 +18,3 @@ type ColorScale = Partial<{ | ||
foreground: ColorScale; | ||
border: ColorScale; | ||
divider: ColorScale; | ||
content1: ColorScale; | ||
@@ -21,0 +21,0 @@ content2: ColorScale; |
@@ -34,3 +34,3 @@ "use strict"; | ||
shadow: "px-4 shadow-lg rounded-xl bg-background dark:bg-content1 border border-default-100", | ||
bordered: "px-4 border border-default rounded-lg", | ||
bordered: "px-4 border border-divider rounded-lg", | ||
splitted: "group is-splitted flex flex-col gap-2" | ||
@@ -50,3 +50,3 @@ }, | ||
base: [ | ||
"border-default", | ||
"border-divider", | ||
"[&:not(:last-of-type)]:border-b", | ||
@@ -53,0 +53,0 @@ "group-[.is-splitted]:px-4", |
@@ -105,3 +105,3 @@ "use strict"; | ||
slots: { | ||
base: ["relative", "inline-flex", "shrink-0", "overflow-visible", "align-middle"], | ||
base: ["relative", "flex", "shrink-0", "overflow-visible", "items-center", "justify-center"], | ||
badge: [ | ||
@@ -362,3 +362,3 @@ "flex", | ||
class: { | ||
badge: "w-3.5 h-3.5" | ||
badge: "w-3.5 h-3.5 min-w-3.5 min-h-3.5" | ||
} | ||
@@ -370,3 +370,3 @@ }, | ||
class: { | ||
badge: "w-4 h-4" | ||
badge: "w-4 h-4 min-w-4 min-h-4" | ||
} | ||
@@ -378,3 +378,3 @@ }, | ||
class: { | ||
badge: "w-5 h-5" | ||
badge: "w-5 h-5 min-w-5 min-h-5" | ||
} | ||
@@ -386,3 +386,3 @@ }, | ||
class: { | ||
badge: "w-6 h-6" | ||
badge: "w-6 h-6 min-w-6 min-h-6" | ||
} | ||
@@ -394,3 +394,3 @@ }, | ||
class: { | ||
badge: "w-7 h-7" | ||
badge: "w-7 h-7 min-w-7 min-h-7" | ||
} | ||
@@ -402,3 +402,3 @@ }, | ||
class: { | ||
badge: "w-2 h-2" | ||
badge: "w-2 h-2 min-w-2 min-h-2" | ||
} | ||
@@ -410,3 +410,3 @@ }, | ||
class: { | ||
badge: "w-3 h-3" | ||
badge: "w-3 h-3 min-w-3 min-h-3" | ||
} | ||
@@ -418,3 +418,3 @@ }, | ||
class: { | ||
badge: "w-3.5 h-3.5" | ||
badge: "w-3.5 h-3.5 min-w-3.5 min-h-3.5" | ||
} | ||
@@ -426,3 +426,3 @@ }, | ||
class: { | ||
badge: "w-4 h-4" | ||
badge: "w-4 h-4 min-w-4 min-h-4" | ||
} | ||
@@ -434,3 +434,3 @@ }, | ||
class: { | ||
badge: "w-5 h-5" | ||
badge: "w-5 h-5 min-w-5 min-h-5" | ||
} | ||
@@ -437,0 +437,0 @@ }, |
@@ -497,3 +497,3 @@ "use strict"; | ||
class: { | ||
base: "w-4 h-4" | ||
base: "w-4 h-4 min-w-4 min-h-4" | ||
} | ||
@@ -505,3 +505,3 @@ }, | ||
class: { | ||
base: "w-5 h-5" | ||
base: "w-5 h-5 min-w-5 min-h-5" | ||
} | ||
@@ -513,3 +513,3 @@ }, | ||
class: { | ||
base: "w-6 h-6" | ||
base: "w-6 h-6 min-w-6 min-h-6" | ||
} | ||
@@ -521,3 +521,3 @@ }, | ||
class: { | ||
base: "w-7 h-7" | ||
base: "w-7 h-7 min-w-7 min-h-7" | ||
} | ||
@@ -529,3 +529,3 @@ }, | ||
class: { | ||
base: "w-8 h-8" | ||
base: "w-8 h-8 min-w-8 min-h-8" | ||
} | ||
@@ -532,0 +532,0 @@ }, |
@@ -19,3 +19,3 @@ import * as tailwind_variants from 'tailwind-variants'; | ||
}; | ||
}, undefined, "shrink-0 bg-border border-none", tailwind_variants_dist_config.TVConfig<{ | ||
}, undefined, "shrink-0 bg-divider border-none", tailwind_variants_dist_config.TVConfig<{ | ||
orientation: { | ||
@@ -22,0 +22,0 @@ horizontal: string; |
@@ -28,3 +28,3 @@ "use strict"; | ||
var divider = (0, import_tailwind_variants.tv)({ | ||
base: "shrink-0 bg-border border-none", | ||
base: "shrink-0 bg-divider border-none", | ||
variants: { | ||
@@ -31,0 +31,0 @@ orientation: { |
@@ -38,4 +38,3 @@ "use strict"; | ||
"border-b", | ||
"border-default-200", | ||
"dark:border-default-100" | ||
"border-divider" | ||
], | ||
@@ -42,0 +41,0 @@ wrapper: [ |
@@ -102,2 +102,25 @@ import * as tailwind_variants from 'tailwind-variants'; | ||
}; | ||
shadowCursor: { | ||
none: { | ||
cursor: string; | ||
}; | ||
sm: { | ||
cursor: string; | ||
}; | ||
md: { | ||
cursor: string; | ||
}; | ||
lg: { | ||
cursor: string; | ||
}; | ||
xl: { | ||
cursor: string; | ||
}; | ||
"2xl": { | ||
cursor: string; | ||
}; | ||
inner: { | ||
cursor: string; | ||
}; | ||
}; | ||
fullWidth: { | ||
@@ -207,2 +230,25 @@ true: { | ||
}; | ||
shadowCursor: { | ||
none: { | ||
cursor: string; | ||
}; | ||
sm: { | ||
cursor: string; | ||
}; | ||
md: { | ||
cursor: string; | ||
}; | ||
lg: { | ||
cursor: string; | ||
}; | ||
xl: { | ||
cursor: string; | ||
}; | ||
"2xl": { | ||
cursor: string; | ||
}; | ||
inner: { | ||
cursor: string; | ||
}; | ||
}; | ||
fullWidth: { | ||
@@ -209,0 +255,0 @@ true: { |
@@ -105,3 +105,3 @@ "use strict"; | ||
slots: { | ||
base: "inline-block", | ||
base: "inline-flex", | ||
tabList: ["flex", "items-center", "gap-2", "bg-default-100", "p-1"], | ||
@@ -139,5 +139,6 @@ tab: [ | ||
], | ||
cursor: ["absolute", "z-0", "bg-white", "shadow-md"], | ||
cursor: ["absolute", "z-0", "bg-white"], | ||
panel: [ | ||
"mt-3", | ||
"py-3", | ||
"px-1", | ||
"outline-none", | ||
@@ -232,2 +233,25 @@ "data-[focus-visible=true]:outline-none", | ||
}, | ||
shadowCursor: { | ||
none: { | ||
cursor: "shadow-none" | ||
}, | ||
sm: { | ||
cursor: "shadow-sm" | ||
}, | ||
md: { | ||
cursor: "shadow-md" | ||
}, | ||
lg: { | ||
cursor: "shadow-lg" | ||
}, | ||
xl: { | ||
cursor: "shadow-xl" | ||
}, | ||
"2xl": { | ||
cursor: "shadow-2xl" | ||
}, | ||
inner: { | ||
cursor: "shadow-inner" | ||
} | ||
}, | ||
fullWidth: { | ||
@@ -255,2 +279,3 @@ true: { | ||
variant: "solid", | ||
shadowCursor: "md", | ||
size: "md", | ||
@@ -257,0 +282,0 @@ fullWidth: false, |
@@ -193,4 +193,4 @@ "use strict"; | ||
}, | ||
border: { | ||
DEFAULT: import_colors.default.zinc[300] | ||
divider: { | ||
DEFAULT: "rgba(17, 17, 17, 0.25)" | ||
}, | ||
@@ -221,4 +221,4 @@ content1: { | ||
}, | ||
border: { | ||
DEFAULT: import_colors.default.zinc[700] | ||
divider: { | ||
DEFAULT: "rgba(255, 255, 255, 0.20)" | ||
}, | ||
@@ -571,2 +571,13 @@ content1: { | ||
}, | ||
minWidth: { | ||
1: "0.25rem", | ||
2: "0.5rem", | ||
3: "0.75rem", | ||
"3.5": "0.875rem", | ||
4: "1rem", | ||
5: "1.25rem", | ||
6: "1.5rem", | ||
7: "1.75rem", | ||
8: "2rem" | ||
}, | ||
backgroundImage: { | ||
@@ -573,0 +584,0 @@ "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)" |
{ | ||
"name": "@nextui-org/theme", | ||
"version": "0.0.0-dev-v2-20230607013542", | ||
"version": "0.0.0-dev-v2-20230609000231", | ||
"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 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 too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
872116
36131