@htmlbricks/hb-calendar-events 0.14.39 → 0.14.42

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@htmlbricks/hb-calendar-events",
3
3
  "displayName": "Svelte Calendar WebComponent",
4
4
  "description": "Svelte Calendar WebComponent",
5
- "version": "0.14.39",
5
+ "version": "0.14.42",
6
6
  "main": "release/release.js",
7
7
  "publishConfig": {
8
8
  "access": "public"
@@ -34,7 +34,7 @@
34
34
  "dayjs": "^1.10.7"
35
35
  },
36
36
  "devDependencies": {
37
- "@htmlbricks/hb-jsutils": "^0.14.39",
37
+ "@htmlbricks/hb-jsutils": "^0.14.42",
38
38
  "@htmlbricks/manifester": "^0.0.22",
39
39
  "@rollup/plugin-alias": "^3.1.2",
40
40
  "@rollup/plugin-commonjs": "^18.0.0",
@@ -79,5 +79,5 @@
79
79
  "webcomponents"
80
80
  ],
81
81
  "contributors": [],
82
- "gitHead": "84f54385467a2f4ed9157438b096874211cf9863"
82
+ "gitHead": "3a4c9d9c468997ee7ecf992348483b041b8636f3"
83
83
  }
@@ -98,35 +98,6 @@
98
98
  "format": "date-time",
99
99
  "type": "string"
100
100
  },
101
- "details": {
102
- "additionalProperties": false,
103
- "properties": {
104
- "author": {
105
- "type": "string"
106
- },
107
- "avatarUrl": {
108
- "type": "string"
109
- },
110
- "end": {
111
- "format": "date-time",
112
- "type": "string"
113
- },
114
- "imageUrl": {
115
- "type": "string"
116
- },
117
- "subject": {
118
- "type": "string"
119
- },
120
- "text": {
121
- "type": "string"
122
- }
123
- },
124
- "required": [
125
- "subject",
126
- "text"
127
- ],
128
- "type": "object"
129
- },
130
101
  "icon": {
131
102
  "type": "string"
132
103
  },
@@ -242,12 +213,12 @@
242
213
  "data": {
243
214
  "events": [
244
215
  {
245
- "date": "2022-06-25T01:50:14.293Z",
216
+ "date": "2022-06-25T18:51:33.489Z",
246
217
  "id": "test",
247
218
  "label": "thetest"
248
219
  },
249
220
  {
250
- "date": "2022-05-31T01:50:14.293Z",
221
+ "date": "2022-05-31T18:51:33.489Z",
251
222
  "id": "test2",
252
223
  "label": "thetest start",
253
224
  "color": "red"
@@ -274,5 +245,5 @@
274
245
  "size": {},
275
246
  "iifePath": "release/release.js",
276
247
  "repoName": "@htmlbricks/hb-calendar-events",
277
- "version": "0.14.39"
248
+ "version": "0.14.42"
278
249
  }