@htmlbricks/hb-calendar-events 0.65.22 → 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 +17 -15
  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": {
@@ -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-23T15:43:36.907Z",
217
+ "date": "2026-03-28T16:14:49.323Z",
216
218
  "id": "test",
217
219
  "label": "thetest"
218
220
  },
219
221
  {
220
- "date": "2026-02-28T15:43:36.907Z",
222
+ "date": "2026-02-28T16:14:49.323Z",
221
223
  "id": "test2",
222
224
  "label": "thetest start",
223
225
  "color": "red"
@@ -237,12 +239,12 @@
237
239
  ],
238
240
  "readmePath": "README.md",
239
241
  "name": "hb-calendar-events",
240
- "category": "components",
242
+ "category": "calendar",
241
243
  "tags": [
242
- "components"
244
+ "calendar"
243
245
  ],
244
246
  "size": {},
245
247
  "iifePath": "main.iife.js",
246
248
  "repoName": "@htmlbricks/hb-calendar-events",
247
- "version": "0.65.22"
249
+ "version": "0.66.0"
248
250
  }
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.66.0",
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",