@schukai/monster 3.96.2 → 3.97.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 (119) hide show
  1. package/CHANGELOG.md +23 -94
  2. package/package.json +1 -1
  3. package/source/components/accessibility/locale-picker.mjs +598 -0
  4. package/source/components/accessibility/style/locale-picker.css +1 -0
  5. package/source/components/accessibility/style/locale-picker.pcss +26 -0
  6. package/source/components/accessibility/stylesheet/locale-picker.mjs +31 -0
  7. package/source/components/content/stylesheet/copy.mjs +2 -2
  8. package/source/components/datatable/datasource/rest.mjs +33 -10
  9. package/source/components/datatable/filter.mjs +164 -63
  10. package/source/components/datatable/stylesheet/change-button.mjs +2 -2
  11. package/source/components/datatable/stylesheet/column-bar.mjs +2 -2
  12. package/source/components/datatable/stylesheet/dataset.mjs +2 -2
  13. package/source/components/datatable/stylesheet/datasource.mjs +1 -1
  14. package/source/components/datatable/stylesheet/datatable.mjs +1 -1
  15. package/source/components/datatable/stylesheet/embedded-pagination.mjs +2 -2
  16. package/source/components/datatable/stylesheet/filter-button.mjs +1 -1
  17. package/source/components/datatable/stylesheet/filter-controls-defaults.mjs +1 -1
  18. package/source/components/datatable/stylesheet/filter-date-range.mjs +1 -1
  19. package/source/components/datatable/stylesheet/filter-range.mjs +1 -1
  20. package/source/components/datatable/stylesheet/filter-select.mjs +2 -2
  21. package/source/components/datatable/stylesheet/filter.mjs +2 -2
  22. package/source/components/datatable/stylesheet/pagination.mjs +1 -1
  23. package/source/components/datatable/stylesheet/save-button.mjs +2 -2
  24. package/source/components/datatable/stylesheet/status.mjs +1 -1
  25. package/source/components/form/form.mjs +4 -2
  26. package/source/components/form/stylesheet/action-button.mjs +1 -1
  27. package/source/components/form/stylesheet/api-bar.mjs +1 -1
  28. package/source/components/form/stylesheet/api-button.mjs +1 -1
  29. package/source/components/form/stylesheet/button-bar.mjs +1 -1
  30. package/source/components/form/stylesheet/button.mjs +1 -1
  31. package/source/components/form/stylesheet/confirm-button.mjs +1 -1
  32. package/source/components/form/stylesheet/context-error.mjs +1 -1
  33. package/source/components/form/stylesheet/context-help.mjs +1 -1
  34. package/source/components/form/stylesheet/field-set.mjs +1 -1
  35. package/source/components/form/stylesheet/form.mjs +1 -1
  36. package/source/components/form/stylesheet/input-group.mjs +1 -1
  37. package/source/components/form/stylesheet/message-state-button.mjs +1 -1
  38. package/source/components/form/stylesheet/password.mjs +1 -1
  39. package/source/components/form/stylesheet/popper-button.mjs +1 -1
  40. package/source/components/form/stylesheet/select.mjs +1 -1
  41. package/source/components/form/stylesheet/state-button.mjs +1 -1
  42. package/source/components/form/stylesheet/toggle-switch.mjs +1 -1
  43. package/source/components/form/stylesheet/tree-select.mjs +1 -1
  44. package/source/components/host/stylesheet/call-button.mjs +2 -2
  45. package/source/components/host/stylesheet/config-manager.mjs +1 -1
  46. package/source/components/host/stylesheet/host.mjs +2 -2
  47. package/source/components/host/stylesheet/overlay.mjs +2 -2
  48. package/source/components/host/stylesheet/toggle-button.mjs +2 -2
  49. package/source/components/host/stylesheet/viewer.mjs +2 -2
  50. package/source/components/layout/stylesheet/collapse.mjs +2 -2
  51. package/source/components/layout/stylesheet/details.mjs +2 -2
  52. package/source/components/layout/stylesheet/iframe.mjs +1 -1
  53. package/source/components/layout/stylesheet/panel.mjs +2 -2
  54. package/source/components/layout/stylesheet/popper.mjs +1 -1
  55. package/source/components/layout/stylesheet/slider.mjs +2 -2
  56. package/source/components/layout/stylesheet/split-panel.mjs +1 -1
  57. package/source/components/layout/stylesheet/tabs.mjs +2 -2
  58. package/source/components/layout/stylesheet/width-toggle.mjs +1 -1
  59. package/source/components/navigation/stylesheet/table-of-content.mjs +2 -2
  60. package/source/components/notify/stylesheet/message.mjs +2 -2
  61. package/source/components/notify/stylesheet/notify.mjs +1 -1
  62. package/source/components/state/stylesheet/log.mjs +1 -1
  63. package/source/components/state/stylesheet/state.mjs +1 -1
  64. package/source/components/style/property.css +1 -0
  65. package/source/components/style/theme.css +4 -4
  66. package/source/components/stylesheet/badge.mjs +1 -1
  67. package/source/components/stylesheet/border.mjs +1 -1
  68. package/source/components/stylesheet/button.mjs +1 -1
  69. package/source/components/stylesheet/card.mjs +1 -1
  70. package/source/components/stylesheet/color.mjs +1 -1
  71. package/source/components/stylesheet/common.mjs +1 -1
  72. package/source/components/stylesheet/control.mjs +1 -1
  73. package/source/components/stylesheet/data-grid.mjs +1 -1
  74. package/source/components/stylesheet/display.mjs +1 -1
  75. package/source/components/stylesheet/floating-ui.mjs +1 -1
  76. package/source/components/stylesheet/form.mjs +1 -1
  77. package/source/components/stylesheet/host.mjs +1 -1
  78. package/source/components/stylesheet/icons.mjs +1 -1
  79. package/source/components/stylesheet/link.mjs +1 -1
  80. package/source/components/stylesheet/mixin/badge.mjs +1 -1
  81. package/source/components/stylesheet/mixin/button.mjs +1 -1
  82. package/source/components/stylesheet/mixin/hover.mjs +1 -1
  83. package/source/components/stylesheet/mixin/icon.mjs +1 -1
  84. package/source/components/stylesheet/mixin/media.mjs +1 -1
  85. package/source/components/stylesheet/mixin/property.mjs +1 -1
  86. package/source/components/stylesheet/mixin/skeleton.mjs +1 -1
  87. package/source/components/stylesheet/mixin/spinner.mjs +1 -1
  88. package/source/components/stylesheet/mixin/typography.mjs +1 -1
  89. package/source/components/stylesheet/normalize.mjs +1 -1
  90. package/source/components/stylesheet/popper.mjs +1 -1
  91. package/source/components/stylesheet/property.mjs +2 -2
  92. package/source/components/stylesheet/ripple.mjs +1 -1
  93. package/source/components/stylesheet/skeleton.mjs +1 -1
  94. package/source/components/stylesheet/space.mjs +1 -1
  95. package/source/components/stylesheet/spinner.mjs +1 -1
  96. package/source/components/stylesheet/table.mjs +1 -1
  97. package/source/components/stylesheet/theme.mjs +1 -1
  98. package/source/components/stylesheet/typography.mjs +1 -1
  99. package/source/components/tree-menu/stylesheet/tree-menu.mjs +1 -1
  100. package/source/constants.mjs +14 -1
  101. package/source/data/extend.mjs +2 -1
  102. package/source/data/transformer.mjs +2 -0
  103. package/source/dom/customelement.mjs +7 -3
  104. package/source/dom/updater.mjs +5 -1
  105. package/source/i18n/locale.mjs +151 -151
  106. package/source/i18n/map/languages.mjs +104 -0
  107. package/source/i18n/util.mjs +139 -0
  108. package/source/monster.mjs +1 -1
  109. package/source/text/formatter.mjs +5 -3
  110. package/source/types/is.mjs +13 -0
  111. package/source/types/proxyobserver.mjs +7 -2
  112. package/source/types/version.mjs +1 -1
  113. package/source/util/clone.mjs +9 -14
  114. package/test/cases/data/pathfinder.mjs +18 -0
  115. package/test/cases/i18n/util.mjs +295 -0
  116. package/test/cases/monster.mjs +1 -1
  117. package/test/cases/text/formatter.mjs +21 -1
  118. package/test/web/test.html +2 -2
  119. package/test/web/tests.js +115 -75
package/CHANGELOG.md CHANGED
@@ -2,13 +2,32 @@
2
2
 
3
3
 
4
4
 
5
- ## [3.96.2] - 2024-12-31
5
+ ## [3.97.0] - 2025-01-04
6
+
7
+ ### Add Features
8
+
9
+ - new language control [#276](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/276)
10
+ - new language control [#276](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/276)
11
+ - new language control [#276](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/276)
12
+ ### Changes
13
+
14
+ - tidy some things
15
+ - update styles
16
+ - update styles
17
+
18
+ ## [3.96.3] - 2025-01-03
6
19
 
7
20
  ### Bug Fixes
8
21
 
9
- - update small things ....
22
+ - optimize the filter rest api pipeline [#274](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/274) [#241](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/241)
23
+ - update undefined handling [#275](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/275)
24
+ - repair some small issues [#274](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/274)
25
+
26
+ ## [3.96.2] - 2024-12-31
10
27
 
28
+ ### Bug Fixes
11
29
 
30
+ - update small things ....
12
31
 
13
32
  ## [3.96.1] - 2024-12-30
14
33
 
@@ -16,12 +35,11 @@
16
35
 
17
36
  - **monster-toggle-switch:** bouncing effekt [#274](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/274)
18
37
  - **toggle-switch:** repair test [#274](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/274)
38
+
19
39
  ### Changes
20
40
 
21
41
  - update doc, small issues, etc [#274](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/274)
22
42
 
23
-
24
-
25
43
  ## [3.96.0] - 2024-12-29
26
44
 
27
45
  ### Add Features
@@ -36,13 +54,11 @@
36
54
 
37
55
  - update project
38
56
 
39
-
40
57
  ## [3.95.2] - 2024-12-28
41
58
 
42
59
  ### Bug Fixes
43
60
 
44
- - datatable, datasource optimisation [#272](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/272)
45
-
61
+ - datatable, datasource opti misation [#272](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/272)
46
62
 
47
63
  ## [3.95.1] - 2024-12-23
48
64
 
@@ -50,37 +66,30 @@
50
66
 
51
67
  - check rendering [#271](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/271)
52
68
 
53
-
54
69
  ## [3.95.0] - 2024-12-23
55
70
 
56
71
  ### Add Features
57
72
 
58
73
  - **log:** set direction
59
74
 
60
-
61
75
  ## [3.94.1] - 2024-12-22
62
76
 
63
77
  ### Bug Fixes
64
78
 
65
79
  - **log:** optimize layout [#270](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/270)
66
80
 
67
-
68
81
  ## [3.94.0] - 2024-12-22
69
82
 
70
83
  ### Add Features
71
84
 
72
85
  - **log:** auto update timestamp [#270](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/270)
73
86
 
74
-
75
-
76
87
  ## [3.93.0] - 2024-12-22
77
88
 
78
89
  ### Add Features
79
90
 
80
91
  - **log:** update the apearance of the log [#270](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/270)
81
92
 
82
-
83
-
84
93
  ## [3.92.3] - 2024-12-20
85
94
 
86
95
  ### Bug Fixes
@@ -88,8 +97,6 @@
88
97
  - **notify:** update small issues [#269](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/269)
89
98
  - **select:** update value() to return only value
90
99
 
91
-
92
-
93
100
  ## [3.92.2] - 2024-12-20
94
101
 
95
102
  ### Bug Fixes
@@ -99,16 +106,12 @@
99
106
 
100
107
  - update issues
101
108
 
102
-
103
-
104
109
  ## [3.92.1] - 2024-12-18
105
110
 
106
111
  ### Bug Fixes
107
112
 
108
113
  - **tabs:** Only activate the closing behaviour if the closed tab was previously active. [#264](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/264)
109
114
 
110
-
111
-
112
115
  ## [3.92.0] - 2024-12-18
113
116
 
114
117
  ### Add Features
@@ -118,8 +121,6 @@
118
121
 
119
122
  - update project
120
123
 
121
-
122
-
123
124
  ## [3.91.0] - 2024-12-15
124
125
 
125
126
  ### Add Features
@@ -129,8 +130,6 @@
129
130
 
130
131
  - update project
131
132
 
132
-
133
-
134
133
  ## [3.90.0] - 2024-12-13
135
134
 
136
135
  ### Add Features
@@ -143,8 +142,6 @@
143
142
 
144
143
  - update npm and flake
145
144
 
146
-
147
-
148
145
  ## [3.89.1] - 2024-12-11
149
146
 
150
147
  ### Bug Fixes
@@ -152,8 +149,6 @@
152
149
  - **datatable:** hide feature.copyAll [#266](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/266)
153
150
  - **password:** missing import
154
151
 
155
-
156
-
157
152
  ## [3.89.0] - 2024-12-04
158
153
 
159
154
  ### Add Features
@@ -164,8 +159,6 @@
164
159
 
165
160
  - code format
166
161
 
167
-
168
-
169
162
  ## [3.88.1] - 2024-11-25
170
163
 
171
164
  ### Bug Fixes
@@ -192,15 +185,12 @@
192
185
 
193
186
  - Fixed minor CSS issues and resolved a bug where the last line was missing in the "Copy All" function
194
187
 
195
-
196
188
  ## [3.87.0] - 2024-11-16
197
189
 
198
190
  ### New Features
199
191
 
200
192
  - Added "Copy" and "Copy All" functionality for the datatable
201
193
 
202
-
203
-
204
194
  ## [3.86.5] - 2024-11-16
205
195
 
206
196
  ### Bug Fixes
@@ -208,16 +198,12 @@
208
198
  - Restored button width to 100%
209
199
  - Fixed minor responsive issues with the datatable filter
210
200
 
211
-
212
-
213
201
  ## [3.86.4] - 2024-11-16
214
202
 
215
203
  ### Bug Fixes
216
204
 
217
205
  - Improved dark mode and fixed display issues on small screens
218
206
 
219
-
220
-
221
207
  ## [3.86.3] - 2024-11-15
222
208
 
223
209
  ### Bug Fixes
@@ -225,24 +211,18 @@
225
211
  - Resolved CSS-SVG issues in dark mode
226
212
  - Fixed a `pagestepper` DOM datasource issue
227
213
 
228
-
229
-
230
214
  ## [3.86.2] - 2024-11-14
231
215
 
232
216
  ### Bug Fixes
233
217
 
234
218
  - Adjusted the datatable's width behavior [#262](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/262)
235
219
 
236
-
237
-
238
220
  ## [3.86.1] - 2024-11-13
239
221
 
240
222
  ### Bug Fixes
241
223
 
242
224
  - Updated CSS for datatables and fieldsets [#259](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/259), [#260](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/260), [#261](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/261)
243
225
 
244
-
245
-
246
226
  ## [3.86.0] - 2024-11-13
247
227
 
248
228
  ### New Features
@@ -253,8 +233,6 @@
253
233
 
254
234
  - Fixed layout issues and added labels for small datatables [#260](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/260)
255
235
 
256
-
257
-
258
236
  ## [3.85.2] - 2024-11-12
259
237
 
260
238
  ### Bug Fixes
@@ -265,16 +243,12 @@
265
243
 
266
244
  - Code cleanup and organization
267
245
 
268
-
269
-
270
246
  ## [3.85.1] - 2024-11-12
271
247
 
272
248
  ### Bug Fixes
273
249
 
274
250
  - Updated the copy component [#259](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/259)
275
251
 
276
-
277
-
278
252
  ## [3.85.0] - 2024-11-05
279
253
 
280
254
  ### New Features
@@ -285,16 +259,12 @@
285
259
 
286
260
  - Project updates and code cleanup
287
261
 
288
-
289
-
290
262
  ## [3.84.0] - 2024-10-28
291
263
 
292
264
  ### New Features
293
265
 
294
266
  - Added new methods for deleting messages and checking for empty messages
295
267
 
296
-
297
-
298
268
  ## [3.83.1] - 2024-10-28
299
269
 
300
270
  ### Bug Fixes
@@ -306,32 +276,24 @@
306
276
 
307
277
  - Closed issues and reorganized files [#252](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/252), [#255](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/255)
308
278
 
309
-
310
-
311
279
  ## [3.83.0] - 2024-10-27
312
280
 
313
281
  ### New Features
314
282
 
315
283
  - Added `disableButton` option for `monster-state-message-button` [#254](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/254)
316
284
 
317
-
318
-
319
285
  ## [3.82.1] - 2024-10-16
320
286
 
321
287
  ### Bug Fixes
322
288
 
323
289
  - Fixed incorrect feature implementation for iframes
324
290
 
325
-
326
-
327
291
  ## [3.82.0] - 2024-10-16
328
292
 
329
293
  ### New Features
330
294
 
331
295
  - Added iframe support for replacing targets
332
296
 
333
-
334
-
335
297
  ## [3.81.0] - 2024-10-15
336
298
 
337
299
  ### New Features
@@ -343,16 +305,12 @@
343
305
 
344
306
  - Removed obsolete [@memberof](https://gitlab.schukai.com/memberof) references
345
307
 
346
-
347
-
348
308
  ## [3.80.5] - 2024-10-12
349
309
 
350
310
  ### Bug Fixes
351
311
 
352
312
  - Code optimization and improved error handling [#251](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/251)
353
313
 
354
-
355
-
356
314
  ## [3.80.4] - 2024-10-12
357
315
 
358
316
  ### Bug Fixes
@@ -360,8 +318,6 @@
360
318
  - Set `defaultValue` to zero [#251](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/251)
361
319
  - Optimized select remote filter function [#251](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/251)
362
320
 
363
-
364
-
365
321
  ## [3.80.3] - 2024-10-11
366
322
 
367
323
  ### Bug Fixes
@@ -376,8 +332,6 @@
376
332
 
377
333
  - Fixed documentation tags and cleaned fire definitions
378
334
 
379
-
380
-
381
335
  ## [3.80.2] - 2024-10-07
382
336
 
383
337
  ### Bug Fixes
@@ -388,16 +342,12 @@
388
342
 
389
343
  - Minor documentation optimizations
390
344
 
391
-
392
-
393
345
  ## [3.80.1] - 2024-10-06
394
346
 
395
347
  ### Bug Fixes
396
348
 
397
349
  - Removed `dragable-tree-menu` due to functionality issues
398
350
 
399
-
400
-
401
351
  ## [3.80.0] - 2024-10-06
402
352
 
403
353
  ### Add Features
@@ -410,8 +360,6 @@
410
360
 
411
361
  - update packages
412
362
 
413
-
414
-
415
363
  ## [3.79.0] - 2024-10-04
416
364
 
417
365
  ### Add Features
@@ -428,16 +376,12 @@
428
376
  - close issue [#223](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/223)
429
377
  - add playground for issue [#223](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/223)
430
378
 
431
-
432
-
433
379
  ## [3.78.0] - 2024-10-03
434
380
 
435
381
  ### Add Features
436
382
 
437
383
  - new copy control [#246](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/246)
438
384
 
439
-
440
-
441
385
  ## [3.77.0] - 2024-10-03
442
386
 
443
387
  ### Add Features
@@ -448,8 +392,6 @@
448
392
  - doc and code tidy
449
393
  - update documentaion
450
394
 
451
-
452
-
453
395
  ## [3.76.0] - 2024-10-01
454
396
 
455
397
  ### Add Features
@@ -463,8 +405,6 @@
463
405
 
464
406
  - update nix and node
465
407
 
466
-
467
-
468
408
  ## [3.75.0] - 2024-09-23
469
409
 
470
410
  ### Add Features
@@ -786,7 +726,6 @@
786
726
 
787
727
  - [#179](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/179) [#176](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/176)
788
728
 
789
-
790
729
  ## [3.63.0] - 2024-03-25
791
730
 
792
731
  ### Add Features
@@ -799,7 +738,6 @@
799
738
 
800
739
  - add addRow, removeRow and copyRow [#175](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/175) [#176](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/176) [#177](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/177)
801
740
 
802
-
803
741
  ## [3.61.0] - 2024-03-24
804
742
 
805
743
  ### Add Features
@@ -812,7 +750,6 @@
812
750
 
813
751
  - min/max for split screen [#172](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/172)
814
752
 
815
-
816
753
  ## [3.59.1] - 2024-03-23
817
754
 
818
755
  ### Bug Fixes
@@ -831,7 +768,6 @@
831
768
 
832
769
  - store lists [#139](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/139)
833
770
 
834
-
835
771
  ## [3.58.3] - 2024-03-18
836
772
 
837
773
  ### Bug Fixes
@@ -844,7 +780,6 @@
844
780
 
845
781
  - playground missing js and remove flex [#144](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/144)
846
782
 
847
-
848
783
  ## [3.58.1] - 2024-03-17
849
784
 
850
785
  ### Bug Fixes
@@ -894,21 +829,18 @@
894
829
 
895
830
  - wrong font family for tab buttons [#140](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/140)
896
831
 
897
-
898
832
  ## [3.55.5] - 2024-01-24
899
833
 
900
834
  ### Bug Fixes
901
835
 
902
836
  - predefine order in datatable [#138](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/138)
903
837
 
904
-
905
838
  ## [3.55.4] - 2024-01-24
906
839
 
907
840
  ### Bug Fixes
908
841
 
909
842
  - add gap to button [#137](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/137)
910
843
 
911
-
912
844
  ## [3.55.3] - 2024-01-23
913
845
 
914
846
  ### Bug Fixes
@@ -923,7 +855,6 @@
923
855
 
924
856
  - double fetch [#134](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/134)
925
857
 
926
-
927
858
  ## [3.55.1] - 2024-01-22
928
859
 
929
860
  ### Bug Fixes
@@ -950,7 +881,6 @@
950
881
 
951
882
  - new icons (css) [#130](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/130)
952
883
 
953
-
954
884
  ## [3.52.1] - 2023-11-05
955
885
 
956
886
  ### Bug Fixes
@@ -1093,7 +1023,6 @@
1093
1023
 
1094
1024
  ## [v3.35.3] - 2023-03-28
1095
1025
 
1096
-
1097
1026
  ## [v3.35.2] - 2023-03-28
1098
1027
 
1099
1028
  ### Bug Fixes
package/package.json CHANGED
@@ -1 +1 @@
1
- {"author":"schukai GmbH","dependencies":{"@floating-ui/dom":"^1.6.12","@popperjs/core":"^2.11.8"},"description":"Monster is a simple library for creating fast, robust and lightweight websites.","homepage":"https://monsterjs.org/","keywords":["framework","web","dom","css","sass","mobile-first","app","front-end","templates","schukai","core","shopcloud","alvine","monster","buildmap","stack","observer","observable","uuid","node","nodelist","css-in-js","logger","log","theme"],"license":"AGPL 3.0","main":"source/monster.mjs","module":"source/monster.mjs","name":"@schukai/monster","repository":{"type":"git","url":"https://gitlab.schukai.com/oss/libraries/javascript/monster.git"},"type":"module","version":"3.96.2"}
1
+ {"author":"schukai GmbH","dependencies":{"@floating-ui/dom":"^1.6.12","@popperjs/core":"^2.11.8"},"description":"Monster is a simple library for creating fast, robust and lightweight websites.","homepage":"https://monsterjs.org/","keywords":["framework","web","dom","css","sass","mobile-first","app","front-end","templates","schukai","core","shopcloud","alvine","monster","buildmap","stack","observer","observable","uuid","node","nodelist","css-in-js","logger","log","theme"],"license":"AGPL 3.0","main":"source/monster.mjs","module":"source/monster.mjs","name":"@schukai/monster","repository":{"type":"git","url":"https://gitlab.schukai.com/oss/libraries/javascript/monster.git"},"type":"module","version":"3.97.0"}