@htmlbricks/hb-calendar-appointments 0.65.23 → 0.66.1

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
@@ -156,22 +156,24 @@
156
156
  "styleSetup": {
157
157
  "vars": [
158
158
  {
159
- "name": "--hb-calendar-selected",
159
+ "name": "--hb-calendar-event-button-color",
160
160
  "valueType": "color",
161
- "theme": "bootstrap",
162
- "defaultValue": "#07689f"
161
+ "defaultValue": ""
163
162
  },
164
163
  {
165
164
  "name": "--hb-calendar-hover",
166
- "valueType": "color",
167
- "theme": "bootstrap",
168
- "defaultValue": "#c9d6df"
165
+ "valueType": "string",
166
+ "defaultValue": ""
167
+ },
168
+ {
169
+ "name": "--hb-calendar-selected",
170
+ "valueType": "string",
171
+ "defaultValue": ""
169
172
  },
170
173
  {
171
174
  "name": "--hb-calendar-today",
172
- "valueType": "color",
173
- "theme": "bootstrap",
174
- "defaultValue": "#11d3bc"
175
+ "valueType": "string",
176
+ "defaultValue": ""
175
177
  }
176
178
  ],
177
179
  "parts": [
@@ -208,12 +210,12 @@
208
210
  "data": {
209
211
  "events": [
210
212
  {
211
- "date": "2026-03-28T03:30:57.857Z",
213
+ "date": "2026-03-28T16:33:50.260Z",
212
214
  "id": "test",
213
215
  "label": "thetest"
214
216
  },
215
217
  {
216
- "date": "2026-02-28T03:30:57.857Z",
218
+ "date": "2026-02-28T16:33:50.260Z",
217
219
  "id": "test2",
218
220
  "label": "thetest start",
219
221
  "color": "red"
@@ -247,5 +249,5 @@
247
249
  "size": {},
248
250
  "iifePath": "main.iife.js",
249
251
  "repoName": "@htmlbricks/hb-calendar-appointments",
250
- "version": "0.65.23"
252
+ "version": "0.66.1"
251
253
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-calendar-appointments",
3
- "version": "0.65.23",
3
+ "version": "0.66.1",
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": [