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.cjs
CHANGED
|
@@ -6109,11 +6109,6 @@ function Calendar({
|
|
|
6109
6109
|
),
|
|
6110
6110
|
button_previous: cn(defaultClassNames.button_previous),
|
|
6111
6111
|
button_next: cn(
|
|
6112
|
-
// Luaniverse button style
|
|
6113
|
-
"lua:inline-flex lua:items-center lua:justify-center lua:rounded-full lua:transition-all lua:duration-200",
|
|
6114
|
-
"lua:text-gray-900 hover:lua:bg-gray-100",
|
|
6115
|
-
"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",
|
|
6116
|
-
"lua:h-[--cell-size] lua:w-[--cell-size] lua:select-none lua:p-0 aria-disabled:lua:opacity-50",
|
|
6117
6112
|
defaultClassNames.button_next
|
|
6118
6113
|
),
|
|
6119
6114
|
month_caption: cn(
|
|
@@ -6121,11 +6116,9 @@ function Calendar({
|
|
|
6121
6116
|
defaultClassNames.month_caption
|
|
6122
6117
|
),
|
|
6123
6118
|
dropdowns: cn(
|
|
6124
|
-
"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",
|
|
6125
6119
|
defaultClassNames.dropdowns
|
|
6126
6120
|
),
|
|
6127
6121
|
dropdown_root: cn(
|
|
6128
|
-
"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",
|
|
6129
6122
|
defaultClassNames.dropdown_root
|
|
6130
6123
|
),
|
|
6131
6124
|
dropdown: cn(
|
|
@@ -6134,7 +6127,7 @@ function Calendar({
|
|
|
6134
6127
|
),
|
|
6135
6128
|
caption_label: cn(
|
|
6136
6129
|
"lua:select-none lua:font-onest lua:font-semibold lua:text-gray-900",
|
|
6137
|
-
captionLayout === "label" ? "lua:text-
|
|
6130
|
+
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",
|
|
6138
6131
|
defaultClassNames.caption_label
|
|
6139
6132
|
),
|
|
6140
6133
|
table: "lua:w-full lua:border-collapse",
|