@htmlbricks/hb-calendar-appointments 0.66.2 → 0.66.4

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 +5 -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-28T16:57:04.393Z",
213
+ "date": "2026-03-28T17:38:59.468Z",
214
214
  "id": "test",
215
215
  "label": "thetest"
216
216
  },
217
217
  {
218
- "date": "2026-02-28T16:57:04.393Z",
218
+ "date": "2026-02-28T17:38:59.468Z",
219
219
  "id": "test2",
220
220
  "label": "thetest start",
221
221
  "color": "red"
@@ -230,6 +230,8 @@
230
230
  }
231
231
  }
232
232
  ],
233
+ "iifeIntegrity": "sha384-Q2S3+l/CLRIsKeh5JrT+r50DE1Z32bDaktv7OMSFmPInaFhiEI3dw9kni5Hv/Zqr",
234
+ "iifeIntegrityType": "sha384",
233
235
  "screenshots": [],
234
236
  "licenses": [
235
237
  {
@@ -249,5 +251,5 @@
249
251
  "size": {},
250
252
  "iifePath": "main.iife.js",
251
253
  "repoName": "@htmlbricks/hb-calendar-appointments",
252
- "version": "0.66.2"
254
+ "version": "0.66.4"
253
255
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-calendar-appointments",
3
- "version": "0.66.2",
3
+ "version": "0.66.4",
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": [