@apcrda/ui 0.4.1 → 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.
Files changed (2) hide show
  1. package/dist/index.js +5 -5
  2. 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 pt-1 relative",
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 gap-1",
7151
- button_previous: e("absolute left-1 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("absolute right-1 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"),
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apcrda/ui",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "APCRDA UI is a production-ready React design system for APCRDA applications.",
5
5
  "type": "module",
6
6
  "license": "MIT",