@htmlbricks/hb-calendar-appointments 0.65.22 → 0.65.23

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 +7 -6
  2. package/package.json +2 -2
package/manifest.json CHANGED
@@ -121,7 +121,7 @@
121
121
  }
122
122
  }
123
123
  },
124
- "description": "",
124
+ "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.",
125
125
  "storybookArgs": {
126
126
  "disable_header": {
127
127
  "control": {
@@ -208,12 +208,12 @@
208
208
  "data": {
209
209
  "events": [
210
210
  {
211
- "date": "2026-03-23T15:43:35.855Z",
211
+ "date": "2026-03-28T03:30:57.857Z",
212
212
  "id": "test",
213
213
  "label": "thetest"
214
214
  },
215
215
  {
216
- "date": "2026-02-28T15:43:35.855Z",
216
+ "date": "2026-02-28T03:30:57.857Z",
217
217
  "id": "test2",
218
218
  "label": "thetest start",
219
219
  "color": "red"
@@ -239,12 +239,13 @@
239
239
  ],
240
240
  "readmePath": "README.md",
241
241
  "name": "hb-calendar-appointments",
242
- "category": "components",
242
+ "category": "calendar",
243
243
  "tags": [
244
- "components"
244
+ "calendar",
245
+ "appointments"
245
246
  ],
246
247
  "size": {},
247
248
  "iifePath": "main.iife.js",
248
249
  "repoName": "@htmlbricks/hb-calendar-appointments",
249
- "version": "0.65.22"
250
+ "version": "0.65.23"
250
251
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-calendar-appointments",
3
- "version": "0.65.22",
3
+ "version": "0.65.23",
4
4
  "contributors": [],
5
- "description": "",
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": [
7
7
  {
8
8
  "type": "Apache-2.0",