diff --git a/apps/www/src/examples/dashboard/components/DateRangePicker.vue b/apps/www/src/examples/dashboard/components/DateRangePicker.vue index 3ffb582e..2763319f 100644 --- a/apps/www/src/examples/dashboard/components/DateRangePicker.vue +++ b/apps/www/src/examples/dashboard/components/DateRangePicker.vue @@ -48,6 +48,9 @@ const value = ref({ {{ df.format(value.start.toDate(getLocalTimeZone())) }} + + Pick a date + diff --git a/apps/www/src/lib/registry/default/example/DatePickerWithRange.vue b/apps/www/src/lib/registry/default/example/DatePickerWithRange.vue index e3a2a9ec..6e7ea98d 100644 --- a/apps/www/src/lib/registry/default/example/DatePickerWithRange.vue +++ b/apps/www/src/lib/registry/default/example/DatePickerWithRange.vue @@ -43,6 +43,9 @@ const value = ref({ {{ df.format(value.start.toDate(getLocalTimeZone())) }} + + Pick a date + diff --git a/apps/www/src/lib/registry/new-york/example/DatePickerWithRange.vue b/apps/www/src/lib/registry/new-york/example/DatePickerWithRange.vue index 57848277..0e6c3c4d 100644 --- a/apps/www/src/lib/registry/new-york/example/DatePickerWithRange.vue +++ b/apps/www/src/lib/registry/new-york/example/DatePickerWithRange.vue @@ -43,6 +43,9 @@ const value = ref({ {{ df.format(value.start.toDate(getLocalTimeZone())) }} + + Pick a date + diff --git a/apps/www/src/public/registry/styles/default/calendar.json b/apps/www/src/public/registry/styles/default/calendar.json index a9d140d6..57c1ef5a 100644 --- a/apps/www/src/public/registry/styles/default/calendar.json +++ b/apps/www/src/public/registry/styles/default/calendar.json @@ -8,7 +8,7 @@ "files": [ { "name": "Calendar.vue", - "content": "\n\n\n \n \n \n \n \n \n\n \n \n \n \n \n {{ day }}\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n" + "content": "\n\n\n \n \n \n \n \n \n\n \n \n \n \n \n {{ day }}\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n" }, { "name": "CalendarCell.vue", @@ -36,7 +36,7 @@ }, { "name": "CalendarHeadCell.vue", - "content": "\n\n\n \n \n \n\n" + "content": "\n\n\n \n \n \n\n" }, { "name": "CalendarHeader.vue", diff --git a/apps/www/src/public/registry/styles/default/range-calendar.json b/apps/www/src/public/registry/styles/default/range-calendar.json index 34cf4ad5..c9802e43 100644 --- a/apps/www/src/public/registry/styles/default/range-calendar.json +++ b/apps/www/src/public/registry/styles/default/range-calendar.json @@ -8,7 +8,7 @@ "files": [ { "name": "RangeCalendar.vue", - "content": "\n\n\n \n \n \n \n \n \n\n \n \n \n \n \n {{ day }}\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n" + "content": "\n\n\n \n \n \n \n \n \n\n \n \n \n \n \n {{ day }}\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n" }, { "name": "RangeCalendarCell.vue", diff --git a/apps/www/src/public/registry/styles/new-york/calendar.json b/apps/www/src/public/registry/styles/new-york/calendar.json index 5f41f4ee..0cc02c58 100644 --- a/apps/www/src/public/registry/styles/new-york/calendar.json +++ b/apps/www/src/public/registry/styles/new-york/calendar.json @@ -8,11 +8,11 @@ "files": [ { "name": "Calendar.vue", - "content": "\n\n\n \n \n \n \n \n \n\n \n \n \n \n \n {{ day }}\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n" + "content": "\n\n\n \n \n \n \n \n \n\n \n \n \n \n \n {{ day }}\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n" }, { "name": "CalendarCell.vue", - "content": "\n\n\n \n \n \n\n" + "content": "\n\n\n \n \n \n\n" }, { "name": "CalendarCellTrigger.vue", diff --git a/apps/www/src/public/registry/styles/new-york/range-calendar.json b/apps/www/src/public/registry/styles/new-york/range-calendar.json index ef99f465..26bdb1a5 100644 --- a/apps/www/src/public/registry/styles/new-york/range-calendar.json +++ b/apps/www/src/public/registry/styles/new-york/range-calendar.json @@ -8,11 +8,11 @@ "files": [ { "name": "RangeCalendar.vue", - "content": "\n\n\n \n \n \n \n \n \n\n \n \n \n \n \n {{ day }}\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n" + "content": "\n\n\n \n \n \n \n \n \n\n \n \n \n \n \n {{ day }}\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n" }, { "name": "RangeCalendarCell.vue", - "content": "\n\n\n \n \n \n\n" + "content": "\n\n\n \n \n \n\n" }, { "name": "RangeCalendarCellTrigger.vue",