@htmlbricks/hb-calendar-appointments 0.66.26 → 0.67.0

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.
package/manifest.json CHANGED
@@ -158,22 +158,8 @@
158
158
  {
159
159
  "name": "--hb-calendar-event-button-color",
160
160
  "valueType": "color",
161
- "defaultValue": ""
162
- },
163
- {
164
- "name": "--hb-calendar-hover",
165
- "valueType": "string",
166
- "defaultValue": ""
167
- },
168
- {
169
- "name": "--hb-calendar-selected",
170
- "valueType": "string",
171
- "defaultValue": ""
172
- },
173
- {
174
- "name": "--hb-calendar-today",
175
- "valueType": "string",
176
- "defaultValue": ""
161
+ "defaultValue": "",
162
+ "description": "Default dot color for events; falls back to `--bulma-link` when unset."
177
163
  }
178
164
  ],
179
165
  "parts": [
@@ -210,12 +196,12 @@
210
196
  "data": {
211
197
  "events": [
212
198
  {
213
- "date": "2026-03-29T14:50:20.111Z",
199
+ "date": "2026-03-30T02:45:57.033Z",
214
200
  "id": "test",
215
201
  "label": "thetest"
216
202
  },
217
203
  {
218
- "date": "2026-02-28T15:50:20.111Z",
204
+ "date": "2026-02-28T03:45:57.033Z",
219
205
  "id": "test2",
220
206
  "label": "thetest start",
221
207
  "color": "red"
@@ -230,7 +216,8 @@
230
216
  }
231
217
  }
232
218
  ],
233
- "iifeIntegrity": "sha384-fWv0UU5aeTz6ZMknCKEpjmlROhfM0SK4+Ql+cqOaPMd6L7DmoZuByXkh5BYqcIl5",
219
+ "iifeIntegrity": "sha384-doZ9H3NE/BKHfrXSODrTV778ONbmyX8yDCLTya16DTlM4Ati941qCmpMY4UKbtED",
220
+ "dependencies": [],
234
221
  "screenshots": [],
235
222
  "licenses": [
236
223
  {
@@ -250,5 +237,5 @@
250
237
  "size": {},
251
238
  "iifePath": "main.iife.js",
252
239
  "repoName": "@htmlbricks/hb-calendar-appointments",
253
- "version": "0.66.26"
240
+ "version": "0.67.0"
254
241
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-calendar-appointments",
3
- "version": "0.66.26",
3
+ "version": "0.67.0",
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": [