@htmlbricks/hb-calendar-appointments 0.67.0 → 0.67.1

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/manifest.json +3 -3
  2. package/package.json +1 -1
package/manifest.json CHANGED
@@ -196,12 +196,12 @@
196
196
  "data": {
197
197
  "events": [
198
198
  {
199
- "date": "2026-03-30T02:45:57.033Z",
199
+ "date": "2026-03-30T13:56:04.769Z",
200
200
  "id": "test",
201
201
  "label": "thetest"
202
202
  },
203
203
  {
204
- "date": "2026-02-28T03:45:57.033Z",
204
+ "date": "2026-02-28T14:56:04.769Z",
205
205
  "id": "test2",
206
206
  "label": "thetest start",
207
207
  "color": "red"
@@ -237,5 +237,5 @@
237
237
  "size": {},
238
238
  "iifePath": "main.iife.js",
239
239
  "repoName": "@htmlbricks/hb-calendar-appointments",
240
- "version": "0.67.0"
240
+ "version": "0.67.1"
241
241
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-calendar-appointments",
3
- "version": "0.67.0",
3
+ "version": "0.67.1",
4
4
  "contributors": [],
5
5
  "description": "Month agenda view: events for the current month are grouped by calendar day and listed chronologically with weekday, day number, time, and colored markers. Optional header with month navigation; changing month or selecting a day dispatches `changeCalendarDate`, `changeSelectedDate`, and clicking a row dispatches `calendarEventClick`. Uses Italian public holidays metadata and accepts `events` as JSON.",
6
6
  "licenses": [