@htmlbricks/hb-calendar-events 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 +6 -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": "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`).",
125
125
  "storybookArgs": {
126
126
  "disable_header": {
127
127
  "control": {
@@ -212,12 +212,12 @@
212
212
  "data": {
213
213
  "events": [
214
214
  {
215
- "date": "2026-03-23T15:43:36.907Z",
215
+ "date": "2026-03-28T03:30:56.671Z",
216
216
  "id": "test",
217
217
  "label": "thetest"
218
218
  },
219
219
  {
220
- "date": "2026-02-28T15:43:36.907Z",
220
+ "date": "2026-02-28T03:30:56.671Z",
221
221
  "id": "test2",
222
222
  "label": "thetest start",
223
223
  "color": "red"
@@ -237,12 +237,12 @@
237
237
  ],
238
238
  "readmePath": "README.md",
239
239
  "name": "hb-calendar-events",
240
- "category": "components",
240
+ "category": "calendar",
241
241
  "tags": [
242
- "components"
242
+ "calendar"
243
243
  ],
244
244
  "size": {},
245
245
  "iifePath": "main.iife.js",
246
246
  "repoName": "@htmlbricks/hb-calendar-events",
247
- "version": "0.65.22"
247
+ "version": "0.65.23"
248
248
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-calendar-events",
3
- "version": "0.65.22",
3
+ "version": "0.65.23",
4
4
  "contributors": [],
5
- "description": "",
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": [
7
7
  {
8
8
  "type": "Apache-2.0",