@htmlbricks/hb-calendar-appointments 0.66.3 → 0.66.5

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 +4 -3
  2. package/package.json +1 -1
package/manifest.json CHANGED
@@ -210,12 +210,12 @@
210
210
  "data": {
211
211
  "events": [
212
212
  {
213
- "date": "2026-03-28T17:02:47.559Z",
213
+ "date": "2026-03-28T17:44:24.107Z",
214
214
  "id": "test",
215
215
  "label": "thetest"
216
216
  },
217
217
  {
218
- "date": "2026-02-28T17:02:47.559Z",
218
+ "date": "2026-02-28T17:44:24.107Z",
219
219
  "id": "test2",
220
220
  "label": "thetest start",
221
221
  "color": "red"
@@ -230,6 +230,7 @@
230
230
  }
231
231
  }
232
232
  ],
233
+ "iifeIntegrity": "sha384-Q2S3+l/CLRIsKeh5JrT+r50DE1Z32bDaktv7OMSFmPInaFhiEI3dw9kni5Hv/Zqr",
233
234
  "screenshots": [],
234
235
  "licenses": [
235
236
  {
@@ -249,5 +250,5 @@
249
250
  "size": {},
250
251
  "iifePath": "main.iife.js",
251
252
  "repoName": "@htmlbricks/hb-calendar-appointments",
252
- "version": "0.66.3"
253
+ "version": "0.66.5"
253
254
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-calendar-appointments",
3
- "version": "0.66.3",
3
+ "version": "0.66.5",
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": [