@htmlbricks/hb-calendar-events 0.65.23 → 0.66.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.
Files changed (2) hide show
  1. package/manifest.json +14 -12
  2. package/package.json +1 -1
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": [
@@ -212,12 +214,12 @@
212
214
  "data": {
213
215
  "events": [
214
216
  {
215
- "date": "2026-03-28T03:30:56.671Z",
217
+ "date": "2026-03-28T16:14:49.323Z",
216
218
  "id": "test",
217
219
  "label": "thetest"
218
220
  },
219
221
  {
220
- "date": "2026-02-28T03:30:56.671Z",
222
+ "date": "2026-02-28T16:14:49.323Z",
221
223
  "id": "test2",
222
224
  "label": "thetest start",
223
225
  "color": "red"
@@ -244,5 +246,5 @@
244
246
  "size": {},
245
247
  "iifePath": "main.iife.js",
246
248
  "repoName": "@htmlbricks/hb-calendar-events",
247
- "version": "0.65.23"
249
+ "version": "0.66.0"
248
250
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-calendar-events",
3
- "version": "0.65.23",
3
+ "version": "0.66.0",
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": [