luaniverse 4.1.2 → 4.1.4
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/index.cjs +1 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -8
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6072,11 +6072,6 @@ function Calendar({
|
|
|
6072
6072
|
),
|
|
6073
6073
|
button_previous: cn(defaultClassNames.button_previous),
|
|
6074
6074
|
button_next: cn(
|
|
6075
|
-
// Luaniverse button style
|
|
6076
|
-
"lua:inline-flex lua:items-center lua:justify-center lua:rounded-full lua:transition-all lua:duration-200",
|
|
6077
|
-
"lua:text-gray-900 hover:lua:bg-gray-100",
|
|
6078
|
-
"focus-visible:lua:outline-hidden focus-visible:lua:ring-1 focus-visible:lua:ring-gray-900 focus-visible:lua:ring-offset-1 focus-visible:lua:ring-offset-white",
|
|
6079
|
-
"lua:h-[--cell-size] lua:w-[--cell-size] lua:select-none lua:p-0 aria-disabled:lua:opacity-50",
|
|
6080
6075
|
defaultClassNames.button_next
|
|
6081
6076
|
),
|
|
6082
6077
|
month_caption: cn(
|
|
@@ -6084,11 +6079,9 @@ function Calendar({
|
|
|
6084
6079
|
defaultClassNames.month_caption
|
|
6085
6080
|
),
|
|
6086
6081
|
dropdowns: cn(
|
|
6087
|
-
"lua:flex lua:h-[--cell-size] lua:w-full lua:items-center lua:justify-center lua:gap-1 lua:text-sm lua:font-onest lua:font-semibold lua:text-gray-900",
|
|
6088
6082
|
defaultClassNames.dropdowns
|
|
6089
6083
|
),
|
|
6090
6084
|
dropdown_root: cn(
|
|
6091
|
-
"has-focus:lua:border-gray-300 lua:border-gray-300 has-focus:lua:ring-gray-900/50 has-focus:lua:ring-2 lua:relative lua:rounded-md lua:border",
|
|
6092
6085
|
defaultClassNames.dropdown_root
|
|
6093
6086
|
),
|
|
6094
6087
|
dropdown: cn(
|
|
@@ -6097,7 +6090,7 @@ function Calendar({
|
|
|
6097
6090
|
),
|
|
6098
6091
|
caption_label: cn(
|
|
6099
6092
|
"lua:select-none lua:font-onest lua:font-semibold lua:text-gray-900",
|
|
6100
|
-
captionLayout === "label" ? "lua:text-
|
|
6093
|
+
captionLayout === "label" ? "lua:text-sm" : "[&>svg]:lua:text-gray-600 lua:flex lua:h-6 lua:items-center lua:gap-1 lua:rounded-md lua:pl-2 lua:pr-1 lua:text-xs [&>svg]:lua:size-3",
|
|
6101
6094
|
defaultClassNames.caption_label
|
|
6102
6095
|
),
|
|
6103
6096
|
table: "lua:w-full lua:border-collapse",
|