@apcrda/ui 0.4.0 → 0.4.2
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.js +5 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7143,13 +7143,13 @@ function jp({ className: t, ...n }) {
|
|
|
7143
7143
|
showOutsideDays: !0,
|
|
7144
7144
|
className: e("p-3", t),
|
|
7145
7145
|
classNames: {
|
|
7146
|
-
months: "flex flex-col sm:flex-row gap-4",
|
|
7146
|
+
months: "relative flex flex-col sm:flex-row gap-4",
|
|
7147
7147
|
month: "flex flex-col gap-4",
|
|
7148
|
-
month_caption: "flex items-center justify-center
|
|
7148
|
+
month_caption: "flex items-center justify-center h-9",
|
|
7149
7149
|
caption_label: "text-sm font-medium text-[var(--apcrda-color-foreground)]",
|
|
7150
|
-
nav: "flex items-center
|
|
7151
|
-
button_previous: e("
|
|
7152
|
-
button_next: e("
|
|
7150
|
+
nav: "absolute top-0 left-0 right-0 flex items-center justify-between h-9 px-1",
|
|
7151
|
+
button_previous: e("inline-flex h-7 w-7 items-center justify-center rounded-[var(--apcrda-radius-sm)] border border-[var(--apcrda-color-border)] bg-[var(--apcrda-color-surface)] opacity-50 hover:opacity-100 transition-opacity"),
|
|
7152
|
+
button_next: e("inline-flex h-7 w-7 items-center justify-center rounded-[var(--apcrda-radius-sm)] border border-[var(--apcrda-color-border)] bg-[var(--apcrda-color-surface)] opacity-50 hover:opacity-100 transition-opacity"),
|
|
7153
7153
|
month_grid: "w-full border-collapse",
|
|
7154
7154
|
weekdays: "flex",
|
|
7155
7155
|
weekday: "text-[var(--apcrda-color-muted)] rounded-[var(--apcrda-radius-sm)] w-9 font-normal text-xs text-center",
|