@htmlbricks/hb-calendar-events 0.68.1 → 0.68.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 +32 -3
  2. package/package.json +1 -1
package/manifest.json CHANGED
@@ -207,25 +207,54 @@
207
207
  "examples": [
208
208
  {
209
209
  "name": "BasicCalendar",
210
+ "description": "Month grid with defaults and no event chips.",
210
211
  "data": {}
211
212
  },
212
213
  {
213
214
  "name": "CalendarWithEvents",
215
+ "description": "Dots and labels from JSON event objects.",
214
216
  "data": {
215
217
  "events": [
216
218
  {
217
- "date": "2026-03-30T18:00:40.966Z",
219
+ "date": "2026-03-30T20:41:28.895Z",
218
220
  "id": "test",
219
221
  "label": "thetest"
220
222
  },
221
223
  {
222
- "date": "2026-02-28T19:00:40.966Z",
224
+ "date": "2026-02-28T21:41:28.895Z",
223
225
  "id": "test2",
224
226
  "label": "thetest start",
225
227
  "color": "red"
226
228
  }
227
229
  ]
228
230
  }
231
+ },
232
+ {
233
+ "name": "emptyEvents",
234
+ "description": "Explicit empty list; grid behaves like a plain month view.",
235
+ "data": {
236
+ "events": []
237
+ }
238
+ },
239
+ {
240
+ "name": "noHeader",
241
+ "description": "Eventful month without top navigation.",
242
+ "data": {
243
+ "events": [
244
+ {
245
+ "date": "2026-03-30T20:41:28.895Z",
246
+ "id": "test",
247
+ "label": "thetest"
248
+ },
249
+ {
250
+ "date": "2026-02-28T21:41:28.895Z",
251
+ "id": "test2",
252
+ "label": "thetest start",
253
+ "color": "red"
254
+ }
255
+ ],
256
+ "disable_header": true
257
+ }
229
258
  }
230
259
  ],
231
260
  "iifeIntegrity": "sha384-K577w35JX+GrLd/1k7YkvxTMUFSY4pmgbb89/HT4fTLaODgqSzoC0/HKrayi8bxZ",
@@ -248,5 +277,5 @@
248
277
  "size": {},
249
278
  "iifePath": "main.iife.js",
250
279
  "repoName": "@htmlbricks/hb-calendar-events",
251
- "version": "0.68.1"
280
+ "version": "0.68.2"
252
281
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-calendar-events",
3
- "version": "0.68.1",
3
+ "version": "0.68.2",
4
4
  "contributors": [],
5
5
  "description": "Classic month grid (7-day week header and variable rows) with selectable cells, “today” styling, and event chips inside each day. Supports adjacent-month padding cells, Italian holidays, JSON `events`, and the same navigation/selection events as the appointments calendar (`changeCalendarDate`, `changeSelectedDate`, `calendarEventClick`).",
6
6
  "licenses": [