@htmlbricks/hb-calendar-appointments 0.73.0 → 0.73.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.
Files changed (2) hide show
  1. package/manifest.json +8 -8
  2. package/package.json +1 -1
package/manifest.json CHANGED
@@ -209,12 +209,12 @@
209
209
  "data": {
210
210
  "events": [
211
211
  {
212
- "date": "2026-04-17T21:49:57.456Z",
212
+ "date": "2026-04-18T01:31:46.337Z",
213
213
  "id": "test",
214
214
  "label": "thetest"
215
215
  },
216
216
  {
217
- "date": "2026-03-31T21:49:57.456Z",
217
+ "date": "2026-03-31T01:31:46.337Z",
218
218
  "id": "test2",
219
219
  "label": "thetest start",
220
220
  "color": "red"
@@ -235,12 +235,12 @@
235
235
  "data": {
236
236
  "events": [
237
237
  {
238
- "date": "2026-04-17T21:49:57.456Z",
238
+ "date": "2026-04-18T01:31:46.337Z",
239
239
  "id": "test",
240
240
  "label": "thetest"
241
241
  },
242
242
  {
243
- "date": "2026-03-31T21:49:57.456Z",
243
+ "date": "2026-03-31T01:31:46.337Z",
244
244
  "id": "test2",
245
245
  "label": "thetest start",
246
246
  "color": "red"
@@ -255,18 +255,18 @@
255
255
  "data": {
256
256
  "events": [
257
257
  {
258
- "date": "2026-04-17T21:49:57.456Z",
258
+ "date": "2026-04-18T01:31:46.337Z",
259
259
  "id": "test",
260
260
  "label": "thetest"
261
261
  },
262
262
  {
263
- "date": "2026-03-31T21:49:57.456Z",
263
+ "date": "2026-03-31T01:31:46.337Z",
264
264
  "id": "test2",
265
265
  "label": "thetest start",
266
266
  "color": "red"
267
267
  }
268
268
  ],
269
- "selected": "2026-04-17T21:49:57.456Z"
269
+ "selected": "2026-04-18T01:31:46.337Z"
270
270
  }
271
271
  }
272
272
  ],
@@ -291,5 +291,5 @@
291
291
  "size": {},
292
292
  "iifePath": "main.iife.js",
293
293
  "repoName": "@htmlbricks/hb-calendar-appointments",
294
- "version": "0.73.0"
294
+ "version": "0.73.2"
295
295
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-calendar-appointments",
3
- "version": "0.73.0",
3
+ "version": "0.73.2",
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": [