@codapet/design-system 0.8.1 → 0.8.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.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1076,15 +1076,15 @@ function Calendar({
|
|
|
1076
1076
|
),
|
|
1077
1077
|
table: cn("w-full border-collapse", classNames?.table),
|
|
1078
1078
|
weekdays: cn(
|
|
1079
|
-
"flex items-center justify-start w-full gap-2",
|
|
1079
|
+
"flex items-center justify-start w-full gap-2 ",
|
|
1080
1080
|
classNames?.weekdays
|
|
1081
1081
|
),
|
|
1082
1082
|
weekday: cn(
|
|
1083
|
-
"text-muted-foreground
|
|
1083
|
+
"text-muted-foreground font-medium rounded-full md:flex-1 size-7 md:mx-1 font-normal text-[0.8rem] select-none",
|
|
1084
1084
|
classNames?.weekday
|
|
1085
1085
|
),
|
|
1086
1086
|
week: cn(
|
|
1087
|
-
"flex w-full md:mt-2 mt-[2px] items-center justify-start gap-
|
|
1087
|
+
"flex w-full md:mt-2 mt-[2px] items-center justify-start gap-2 ",
|
|
1088
1088
|
classNames?.week
|
|
1089
1089
|
),
|
|
1090
1090
|
week_number_header: cn(
|
|
@@ -1097,7 +1097,7 @@ function Calendar({
|
|
|
1097
1097
|
classNames?.week_number
|
|
1098
1098
|
),
|
|
1099
1099
|
day: cn(
|
|
1100
|
-
"relative flex items-center justify-center
|
|
1100
|
+
"relative flex items-center justify-center p-0 text-center group/day aspect-square select-none size-7 md:mx-1 rounded-full",
|
|
1101
1101
|
classNames?.day
|
|
1102
1102
|
),
|
|
1103
1103
|
range_start: cn(" bg-accent", classNames?.range_start),
|