@asteby/metacore-starter-core 10.0.0 → 12.0.0
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/components/ui/form.d.ts +2 -2
- package/dist/components/ui/form.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +11 -11
package/dist/index.js
CHANGED
|
@@ -675,7 +675,7 @@ function Ot({ className: e, classNames: t, showOutsideDays: n = !0, captionLayou
|
|
|
675
675
|
dropdown_root: F("relative has-focus:border-ring border border-input shadow-xs has-focus:ring-ring/50 has-focus:ring-[3px] rounded-md", c.dropdown_root),
|
|
676
676
|
dropdown: F("absolute bg-popover inset-0 opacity-0", c.dropdown),
|
|
677
677
|
caption_label: F("select-none font-medium", r === "label" ? "text-sm" : "rounded-md ps-2 pe-1 flex items-center gap-1 text-sm h-8 [&>svg]:text-muted-foreground [&>svg]:size-3.5", c.caption_label),
|
|
678
|
-
|
|
678
|
+
month_grid: "w-full border-collapse",
|
|
679
679
|
weekdays: F("flex", c.weekdays),
|
|
680
680
|
weekday: F("text-muted-foreground rounded-md flex-1 font-normal text-[0.8rem] select-none", c.weekday),
|
|
681
681
|
week: F("flex w-full mt-2", c.week),
|