@antify/ui 4.1.10 → 4.1.11

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.
@@ -170,7 +170,7 @@ onMounted(() => {
170
170
  <div
171
171
  v-for="day in weekDays"
172
172
  :key="day"
173
- class="text-for-white-bg-font text-center p-2"
173
+ class="text-for-white-bg-font p-2 text-center"
174
174
  >
175
175
  <AntSkeleton
176
176
  :visible="skeleton"
@@ -194,11 +194,12 @@ onMounted(() => {
194
194
  >
195
195
  <AntTooltip :delay="300">
196
196
  <div
197
- class="rounded-md flex items-center justify-center p-2 font-semibold cursor-pointer transition-colors grow"
197
+ class="rounded-md flex items-center justify-center p-2 font-semibold cursor-pointer transition-colors w-full h-full"
198
198
  :class="{
199
199
  'text-base-400': !day.isCurrentMonth,
200
200
  'text-for-white-bg-font': day.isCurrentMonth,
201
201
  'outline outline-primary-500': day.isToday,
202
+ 'bg-primary-100': day.isWeekend,
202
203
  'hover:bg-base-200 hover:text-base-200-font': day.date !== format(modelValue, 'yyyy-MM-dd'),
203
204
  '!bg-primary-500 !text-primary-500-font hover:bg-primary-300 hover:text-primary-300-font': day.date === format(modelValue, 'yyyy-MM-dd'),
204
205
  }"
@@ -233,8 +234,8 @@ onMounted(() => {
233
234
  >
234
235
  <AntButton
235
236
  :skeleton="skeleton"
236
- @click="() => $emit('update:modelValue', Date.now())"
237
237
  data-e2e="today-button"
238
+ @click="() => $emit('update:modelValue', Date.now())"
238
239
  >
239
240
  Heute
240
241
  </AntButton>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antify/ui",
3
- "version": "4.1.10",
3
+ "version": "4.1.11",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "exports": {