solid-panes 4.2.6 → 4.4.1-test.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 (143) hide show
  1. package/README.md +45 -1
  2. package/dist/0314353e28ce6e5539af.svg +9 -0
  3. package/dist/04567ff683933c35c465.png +0 -0
  4. package/dist/10163fd9b5a0e00d63a0.png +0 -0
  5. package/dist/1234dcb2eec2e45f252b.png +0 -0
  6. package/dist/20899934157df4db56cb.png +0 -0
  7. package/dist/33760bf79f097f449da5.png +0 -0
  8. package/dist/4cceba29ab33b1ddd9bb.svg +6 -0
  9. package/dist/578d2b6ed32e7624164e.png +0 -0
  10. package/dist/5f62a5b2b7e99b9640c7.png +0 -0
  11. package/dist/6525766ecd288ec60129.png +0 -0
  12. package/dist/7800be6f6c4b5b0f4f20.png +0 -0
  13. package/dist/7b7538c6f6b317968009.svg +9 -0
  14. package/dist/92d03142abe6efc0b42d.svg +6 -0
  15. package/dist/976473cf5fe24d657d4b.png +0 -0
  16. package/dist/RDFXMLPane.css +70 -0
  17. package/dist/RDFXMLPane.d.ts +13 -0
  18. package/dist/RDFXMLPane.d.ts.map +1 -0
  19. package/dist/RDFXMLPane.js +46 -4
  20. package/dist/bda84f59e7216675a208.png +0 -0
  21. package/dist/cd68e8f3990ba8b2139e.png +0 -0
  22. package/dist/dashboard/basicPreferences.d.ts.map +1 -1
  23. package/dist/dashboard/basicPreferences.js +1 -0
  24. package/dist/dashboard/dashboardPane.d.ts.map +1 -1
  25. package/dist/dashboard/dashboardPane.js +9 -3
  26. package/dist/dashboard/homepage.d.ts +1 -1
  27. package/dist/dashboard/homepage.d.ts.map +1 -1
  28. package/dist/dashboard/homepage.js +5 -35
  29. package/dist/dataContentPane.css +271 -0
  30. package/dist/dataContentPane.d.ts +14 -0
  31. package/dist/dataContentPane.d.ts.map +1 -0
  32. package/dist/dataContentPane.js +68 -101
  33. package/dist/defaultPane.css +97 -0
  34. package/dist/defaultPane.d.ts +14 -0
  35. package/dist/defaultPane.d.ts.map +1 -0
  36. package/dist/defaultPane.js +9 -2
  37. package/dist/e7074a7e2cb69e51cfd3.png +0 -0
  38. package/dist/f3772696fb7ee53c23d8.png +0 -0
  39. package/dist/form/formPane.css +120 -0
  40. package/dist/form/pane.d.ts +4 -0
  41. package/dist/form/pane.d.ts.map +1 -0
  42. package/dist/form/pane.js +120 -54
  43. package/dist/home/homePane.d.ts.map +1 -1
  44. package/dist/home/homePane.js +2 -0
  45. package/dist/humanReadablePane.css +129 -0
  46. package/dist/humanReadablePane.d.ts +13 -0
  47. package/dist/humanReadablePane.d.ts.map +1 -0
  48. package/dist/humanReadablePane.js +53 -16
  49. package/dist/icons/clock.svg +7 -0
  50. package/dist/icons/comment.svg +6 -0
  51. package/dist/icons/dashboard.svg +9 -0
  52. package/dist/icons/downArrow.svg +6 -0
  53. package/dist/icons/folder.svg +6 -0
  54. package/dist/icons/friends.svg +9 -0
  55. package/dist/icons/help.svg +8 -0
  56. package/dist/icons/iconHelper.d.ts +2 -0
  57. package/dist/icons/iconHelper.d.ts.map +1 -0
  58. package/dist/icons/iconHelper.js +23 -0
  59. package/dist/icons/menu.svg +8 -0
  60. package/dist/icons/person.svg +6 -0
  61. package/dist/icons/personInCircle.svg +8 -0
  62. package/dist/icons/sharing.svg +10 -0
  63. package/dist/icons/signOut.svg +8 -0
  64. package/dist/icons/signUp.svg +9 -0
  65. package/dist/icons/star.svg +3 -0
  66. package/dist/imagePane.css +4 -0
  67. package/dist/imagePane.d.ts +12 -0
  68. package/dist/imagePane.d.ts.map +1 -0
  69. package/dist/imagePane.js +19 -21
  70. package/dist/index.d.ts +5 -4
  71. package/dist/index.d.ts.map +1 -1
  72. package/dist/index.js +19 -4
  73. package/dist/internal/internalPane.css +14 -0
  74. package/dist/internal/internalPane.d.ts +1 -0
  75. package/dist/internal/internalPane.d.ts.map +1 -1
  76. package/dist/internal/internalPane.js +6 -6
  77. package/dist/mainPage/footer.d.ts +14 -2
  78. package/dist/mainPage/footer.d.ts.map +1 -1
  79. package/dist/mainPage/footer.js +21 -13
  80. package/dist/mainPage/header.d.ts +16 -1
  81. package/dist/mainPage/header.d.ts.map +1 -1
  82. package/dist/mainPage/header.js +179 -61
  83. package/dist/mainPage/index.d.ts +16 -1
  84. package/dist/mainPage/index.d.ts.map +1 -1
  85. package/dist/mainPage/index.js +61 -7
  86. package/dist/mainPage/menu.css +243 -0
  87. package/dist/mainPage/menu.d.ts +7 -0
  88. package/dist/mainPage/menu.d.ts.map +1 -0
  89. package/dist/mainPage/menu.js +436 -0
  90. package/dist/n3Pane.css +49 -0
  91. package/dist/n3Pane.d.ts +13 -0
  92. package/dist/n3Pane.d.ts.map +1 -0
  93. package/dist/n3Pane.js +36 -4
  94. package/dist/outline/context.d.ts +2 -2
  95. package/dist/outline/context.d.ts.map +1 -1
  96. package/dist/outline/context.js +5 -2
  97. package/dist/outline/manager.css +12 -14
  98. package/dist/outline/manager.js +172 -82
  99. package/dist/outline/userInput.js +6 -3
  100. package/dist/pad/padPane.css +40 -0
  101. package/dist/pad/padPane.d.ts +1 -0
  102. package/dist/pad/padPane.d.ts.map +1 -1
  103. package/dist/pad/padPane.js +33 -22
  104. package/dist/playlist/playlistPane.js +2 -6
  105. package/dist/profileUtils/ownerProfile.d.ts +5 -0
  106. package/dist/profileUtils/ownerProfile.d.ts.map +1 -0
  107. package/dist/profileUtils/ownerProfile.js +84 -0
  108. package/dist/registerPanes.js +12 -12
  109. package/dist/schedule/schedulePane.css +294 -0
  110. package/dist/schedule/schedulePane.d.ts +23 -0
  111. package/dist/schedule/schedulePane.d.ts.map +1 -0
  112. package/dist/schedule/schedulePane.js +161 -61
  113. package/dist/slideshow/slideshowPane.js +1 -1
  114. package/dist/social/editProfileDetails.d.ts +19 -0
  115. package/dist/social/editProfileDetails.d.ts.map +1 -0
  116. package/dist/social/editProfileDetails.js +362 -0
  117. package/dist/social/icons.d.ts +7 -0
  118. package/dist/social/icons.d.ts.map +1 -0
  119. package/dist/social/icons.js +95 -0
  120. package/dist/social/socialPane.css +1464 -0
  121. package/dist/social/socialPane.d.ts +30 -0
  122. package/dist/social/socialPane.d.ts.map +1 -0
  123. package/dist/social/socialPane.js +651 -0
  124. package/dist/social/socialSections.d.ts +77 -0
  125. package/dist/social/socialSections.d.ts.map +1 -0
  126. package/dist/social/socialSections.js +393 -0
  127. package/dist/social/spinner.d.ts +3 -0
  128. package/dist/social/spinner.d.ts.map +1 -0
  129. package/dist/social/spinner.js +13 -0
  130. package/dist/social/triage.d.ts +17 -0
  131. package/dist/social/triage.d.ts.map +1 -0
  132. package/dist/social/triage.js +79 -0
  133. package/dist/solid-panes.js +49544 -18164
  134. package/dist/solid-panes.js.map +1 -1
  135. package/dist/solid-panes.min.js +3884 -240
  136. package/dist/solid-panes.min.js.map +1 -1
  137. package/dist/{style → styles}/tabbedtab.css +0 -281
  138. package/dist/styles/utilities.css +5 -0
  139. package/dist/tabbed/tabbedPane.d.ts.map +1 -1
  140. package/dist/tabbed/tabbedPane.js +2 -0
  141. package/dist/versionInfo.js +14 -14
  142. package/package.json +37 -31
  143. package/dist/socialPane.js +0 -430
@@ -9,9 +9,7 @@
9
9
  /* If you need style in a pane, insert it in the dom (2016)*/
10
10
 
11
11
  /* @import url("js/panes/microblogPane/mbStyle.css"); /*microblog pane */
12
- /* @import url("js/panes/social/style.css"); /*social pane*/
13
12
  /* @import url("chrome://tabulator/content/js/panes/microblogPane/mbStyle.css"); /*microblog pane*/
14
- /* @import url("chrome://tabulator/content/js/panes/social/style.css"); /*social pane*/
15
13
 
16
14
  /* I couldn't find the code for the collapse image. this is a quick work around
17
15
  to make the collapsing easier to use ( the triangles dont jump 20 pixels). ~cm2
@@ -177,128 +175,6 @@ div.premises {
177
175
  left: 0%; /*May be we could shift the left margin a bit?*/
178
176
  }
179
177
 
180
- /* ***************** Social Pane **********/
181
-
182
- div.socialPane {
183
- border-top: solid 1px #777;
184
- border-bottom: solid 1px #777;
185
- padding-top: 0.5em;
186
- padding-bottom: 0.5em;
187
- margin: 0;
188
- }
189
-
190
- img.foafPic {
191
- width: 100%;
192
- border: none;
193
- margin: 0;
194
- padding: 0;
195
- /*float:right; */
196
- }
197
-
198
- div.mildNotice {
199
- border: dashed 0.1em #777;
200
- margin: 1em;
201
- padding: 1em;
202
- width: 80%; /* float: right; */
203
- background-color: #ffe;
204
- }
205
-
206
- .friendBox {
207
- /* height: 4em; */
208
- border-top: solid 0.01em #ccc;
209
- margin: 0;
210
- padding: 0.3em;
211
- /* float: left; */
212
- }
213
- .friendBoxBig {
214
- height: 20em;
215
- border-top: solid 0.01em #202; /* float: left; */
216
- }
217
-
218
- .socialPane a {
219
- color: #3b5998;
220
- text-decoration: none;
221
- font-weight: bold;
222
- }
223
- .socialPane a:link {
224
- color: #3b5998;
225
- text-decoration: none;
226
- font-weight: bold;
227
- }
228
- .socialPane a:visited {
229
- color: #3b5998;
230
- text-decoration: none;
231
- font-weight: bold;
232
- }
233
- .socialPane a:hover {
234
- color: #3b5998;
235
- text-decoration: underline;
236
- font-weight: bold;
237
- }
238
- .socialPane a:active {
239
- color: #888;
240
- text-decoration: none;
241
- }
242
-
243
- img.foafThumb {
244
- height: 3em;
245
- border: 0px;
246
- margin: 0.1em;
247
- padding: 0.1em;
248
- vertical-align: middle;
249
- } /* Thumbnail of a fiend etc */
250
-
251
- .friendBox .confirmed {
252
- font-weight: bold;
253
- }
254
-
255
- table.inputForm {
256
- font-size: 100%;
257
- }
258
-
259
- .mainBlock {
260
- background: #fff;
261
- color: #000;
262
- float: left;
263
- width: 46%;
264
- margin: 0;
265
- border-left: 1px solid #ccc;
266
- border-right: 1px solid #ccc;
267
- border-bottom: 1px solid #ccc;
268
- padding: 0;
269
- }
270
-
271
- .navBlock {
272
- background-color: #eee;
273
- float: left;
274
- width: 25%;
275
- border: 0;
276
- padding: 0.5em;
277
- margin: 0;
278
- }
279
-
280
- .navBlock .navSection {
281
- border: solid 0.05em gray;
282
- padding: 0.5em;
283
- border-radius: 0.5em; /* CSS3: border-radius: .4em; */
284
- }
285
-
286
- div.socialPane h2 {
287
- color: #202;
288
- }
289
- div.socialPane h3 {
290
- color: #202;
291
- }
292
-
293
- div.social_linkButton {
294
- width: 80%;
295
- background-color: #fff;
296
- border: solid 0.05em #ccc;
297
- margin-top: 0.1em;
298
- margin-bottom: 0.1em;
299
- padding: 0.1em;
300
- text-align: center;
301
- }
302
178
 
303
179
  /* For question-and-answer stuff for new web id but quite reusable.
304
180
  */
@@ -469,10 +345,6 @@ div.exceptionPane pre {
469
345
  display: none;
470
346
  }
471
347
 
472
- .active {
473
- /* display: visible; */
474
- }
475
-
476
348
  .submitRow {
477
349
  clear: both;
478
350
  height: 5em;
@@ -491,126 +363,11 @@ div.exceptionPane pre {
491
363
  display: inline;
492
364
  }
493
365
 
494
- /******************* CV Pane *****************/
495
-
496
- .CVclass {
497
- background-color: LightSkyBlue;
498
- }
499
-
500
- /******************* Data Content Pane *****************/
501
-
502
- div.dataContentPane {
503
- border-top: solid 1px black;
504
- border-left: solid 1px black;
505
- border-bottom: solid 1px #777;
506
- border-right: solid 1px #777;
507
- padding: 0.5em; /* color: #404; */
508
- margin-top: 0.5em;
509
- margin-bottom: 0.5em;
510
- }
511
-
512
- .nestedFormula {
513
- border-top: solid 1px black;
514
- border-left: solid 1px black;
515
- border-bottom: solid 1px #777;
516
- border-right: solid 1px #777;
517
- padding: 0.5em;
518
- border-radius: 0.5em;
519
- }
520
-
521
- div.dataContentPane td {
522
- padding-left: 0.2em;
523
- padding-top: 0.1em;
524
- padding-right: 0.2em;
525
- padding-bottom: 0.05em;
526
- /* vertical-align: middle; /*@@ Lalana's request*/
527
- vertical-align: top; /*@@ Tims's request*/
528
- /* With middel, you can't tell what is with what */
529
- /* background-color: white; */
530
- }
531
-
532
- div.dataContentPane tr {
533
- margin-bottom: 0.6em;
534
- padding-top: 1em;
535
- padding-bottom: 1em;
536
- }
537
-
538
- .dataContentPane a {
539
- color: #3b5998;
540
- text-decoration: none;
541
- font-weight: bold;
542
- }
543
- .dataContentPane a:link {
544
- color: #3b5998;
545
- text-decoration: none;
546
- font-weight: bold;
547
- }
548
- .dataContentPane a:visited {
549
- color: #3b5998;
550
- text-decoration: none;
551
- font-weight: bold;
552
- }
553
- .dataContentPane a:hover {
554
- color: #3b5998;
555
- text-decoration: underline;
556
- font-weight: bold;
557
- }
558
- .dataContentPane a:active {
559
- color: #888;
560
- text-decoration: none;
561
- }
562
-
563
- .dataContentPane.embeddedText {
564
- white-space: pre-wrap;
565
- }
566
- .dataContentPane.embeddedXHTML {
567
- }
568
-
569
- /* div.dataContentPane a { text-decoration: none; color: #006} /* Only very slightly blue */
570
- div.dataContentPane td.pred {
571
- min-width: 12em;
572
- } /* Keep aligned with others better */
573
- div.dataContentPane td.pred a {
574
- color: #444;
575
- } /* Greyish as form field names have less info value */
576
-
577
- /* .collectionAsTables {border-right: green 1px; margin: 0.2em;} */
578
-
579
- div.n3Pane {
580
- padding: 1em;
581
- border-top: solid 1px black;
582
- border-left: solid 1px black;
583
- border-bottom: solid 1px #777;
584
- border-right: solid 1px #777;
585
- color: #004;
586
- }
587
-
588
366
  .imageView {
589
367
  border: 1em white;
590
368
  margin: 1em;
591
369
  }
592
370
 
593
- .n3Pane pre {
594
- font-size: 120%;
595
- }
596
- div.n3Pane {
597
- }
598
-
599
- .RDFXMLPane pre {
600
- font-size: 120%;
601
- }
602
- div.RDFXMLPane {
603
- }
604
-
605
- div.RDFXMLPane {
606
- padding: 1em;
607
- border-top: solid 2px black;
608
- border-left: solid 2px black;
609
- border-bottom: solid 2px #777;
610
- border-right: solid 2px #777;
611
- color: #440;
612
- }
613
-
614
371
  /* Generic things useful anywhere */
615
372
 
616
373
  img.hideTillHover {
@@ -1017,17 +774,6 @@ td.undetermined table {
1017
774
  margin: 0.2em;
1018
775
  }
1019
776
 
1020
- div.bottom-border {
1021
- border: 0.2em solid transparent;
1022
- width: 100%;
1023
- }
1024
-
1025
- div.bottom-border-active {
1026
- cursor: copy;
1027
- border: 0.2em solid;
1028
- border-color: rgb(100%, 65%, 0%);
1029
- }
1030
-
1031
777
  /* The thing below was for the kenny's orange bar*/
1032
778
  /* @@@ This is not specific enough
1033
779
  td{
@@ -1318,30 +1064,3 @@ Styles for tableViewPane
1318
1064
  End of styles for tableViewPane
1319
1065
  */
1320
1066
 
1321
- /* Styles for FORM PANE
1322
- **
1323
- ** Colors from data cotent pane
1324
- */
1325
-
1326
- .formPane a {
1327
- color: #3b5998;
1328
- text-decoration: none;
1329
- }
1330
- .formPane a:link {
1331
- color: #3b5998;
1332
- text-decoration: none;
1333
- }
1334
- .formPane a:visited {
1335
- color: #3b5998;
1336
- text-decoration: none;
1337
- }
1338
- .formPane a:hover {
1339
- color: #3b5998;
1340
- font-weight: bold;
1341
- } /* was text-decoration: underline; */
1342
- .formPane a:active {
1343
- color: #888;
1344
- text-decoration: none;
1345
- }
1346
-
1347
- /* ends */
@@ -0,0 +1,5 @@
1
+ :root {
2
+ --icon-sm: 1.8em;
3
+ --color-background-row-default: white;
4
+ --color-background-row-alternate: #f0f0f0;
5
+ }
@@ -1 +1 @@
1
- {"version":3,"file":"tabbedPane.d.ts","sourceRoot":"","sources":["../../src/tabbed/tabbedPane.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAG9C,QAAA,MAAM,UAAU,EAAE,cAgDjB,CAAA;AAED,eAAe,UAAU,CAAA"}
1
+ {"version":3,"file":"tabbedPane.d.ts","sourceRoot":"","sources":["../../src/tabbed/tabbedPane.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAG9C,QAAA,MAAM,UAAU,EAAE,cAkDjB,CAAA;AAED,eAAe,UAAU,CAAA"}
@@ -17,6 +17,7 @@ const TabbedPane = {
17
17
  audience: [_solidUi.ns.solid('PowerUser')],
18
18
  // Does the subject deserve this pane?
19
19
  label: (subject, context) => {
20
+ // @ts-ignore
20
21
  const kb = context.session.store;
21
22
  const typeURIs = kb.findTypeURIs(subject);
22
23
  if (_solidUi.ns.meeting('Cluster').uri in typeURIs) {
@@ -26,6 +27,7 @@ const TabbedPane = {
26
27
  },
27
28
  render: (subject, context) => {
28
29
  const dom = context.dom;
30
+ // @ts-ignore
29
31
  const store = context.session.store;
30
32
  const div = dom.createElement('div');
31
33
  (async () => {
@@ -5,36 +5,36 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  var _default = exports.default = {
8
- buildTime: '2026-04-07T22:58:23Z',
9
- commit: 'd79a48bec1a4409f7579518fb4a51e26198e7652',
8
+ buildTime: '2026-05-26T17:40:49Z',
9
+ commit: '790b892b1daceb4e881a9081ebddaaf95bf92371',
10
10
  npmInfo: {
11
- 'solid-panes': '4.2.6',
12
- npm: '10.9.7',
13
- node: '22.22.2',
14
- acorn: '8.15.0',
11
+ 'solid-panes': '4.4.0',
12
+ npm: '10.9.8',
13
+ node: '22.22.3',
14
+ acorn: '8.16.0',
15
15
  ada: '2.9.2',
16
- amaro: '1.1.5',
16
+ amaro: '1.1.8',
17
17
  ares: '1.34.6',
18
18
  brotli: '1.1.0',
19
19
  cjs_module_lexer: '2.2.0',
20
20
  cldr: '48.0',
21
21
  icu: '78.2',
22
- llhttp: '9.3.0',
22
+ llhttp: '9.3.1',
23
23
  modules: '127',
24
24
  napi: '10',
25
- nbytes: '0.1.1',
25
+ nbytes: '0.1.3',
26
26
  ncrypto: '0.0.1',
27
27
  nghttp2: '1.64.0',
28
- openssl: '3.5.5',
29
- simdjson: '4.2.4',
28
+ openssl: '3.5.6',
29
+ simdjson: '4.5.0',
30
30
  simdutf: '6.4.2',
31
- sqlite: '3.51.2',
32
- tz: '2025c',
31
+ sqlite: '3.51.3',
32
+ tz: '2026a',
33
33
  undici: '6.24.1',
34
34
  unicode: '17.0',
35
35
  uv: '1.51.0',
36
36
  uvwasi: '0.0.23',
37
- v8: '12.4.254.21-node.39',
37
+ v8: '12.4.254.21-node.56',
38
38
  zlib: '1.3.1-e00f703',
39
39
  zstd: '1.5.7'
40
40
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "solid-panes",
3
- "version": "4.2.6",
3
+ "version": "4.4.1-test.0",
4
4
  "description": "Solid-compatible Panes: applets and views for the mashlib and databrowser",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -22,15 +22,18 @@
22
22
  "lint": "eslint",
23
23
  "lint-fix": "eslint --fix",
24
24
  "typecheck": "tsc --noEmit",
25
+ "watch-js": "babel src --out-dir dist --source-maps --extensions '.ts,.js' --watch",
26
+ "watch-dist": "webpack --watch",
27
+ "watch-types": "tsc --emitDeclarationOnly --watch --preserveWatchOutput",
25
28
  "typecheck-test": "tsc --noEmit -p tsconfig.test.json",
26
29
  "test": "jest --no-coverage",
27
30
  "test-watch": "npm run lint && jest --onlyChanged --watch",
28
31
  "test-coverage": "jest --coverage --collectCoverageFrom=src/**/*.[jt]s",
29
32
  "test-debug": "node --inspect-brk ./node_modules/.bin/jest -i --env jest-environment-node-debug",
30
- "ignore:prepublishOnly": "npm run build && npm run lint && npm test",
33
+ "prepublishOnly": "npm run build && npm run lint && npm test",
31
34
  "preversion": "npm run lint && npm run typecheck && npm test",
32
35
  "postversion": "git push origin main --follow-tags",
33
- "watch": "npm run build-version && babel src -d dist --source-maps --extensions '.ts,.js' --watch",
36
+ "watch": "npm run build-version && concurrently -k -n babel,types,webpack \"npm:watch-js\" \"npm:watch-types\" \"npm:watch-dist\"",
34
37
  "start": "webpack serve --config webpack.dev.config.mjs --open"
35
38
  },
36
39
  "repository": {
@@ -60,62 +63,65 @@
60
63
  "@solid/better-simple-slideshow": "^0.1.0",
61
64
  "activitystreams-pane": "^1.0.2",
62
65
  "chat-pane": "^3.0.3",
63
- "contacts-pane": "^3.1.0",
64
- "dompurify": "^3.3.1",
65
- "folder-pane": "^3.0.2",
66
+ "contacts-pane": "^3.2.0",
67
+ "dompurify": "^3.4.4",
68
+ "folder-pane": "^3.1.0",
66
69
  "issue-pane": "^3.0.2",
67
- "marked": "^17.0.3",
70
+ "lit-html": "^3.3.2",
71
+ "marked": "^18.0.3",
68
72
  "meeting-pane": "^3.0.2",
69
73
  "mime-types": "^3.0.2",
70
- "pane-registry": "^3.1.0",
71
- "profile-pane": "^3.1.5",
74
+ "pane-registry": "^3.1.1",
75
+ "profile-pane": "^3.2.2-test.0",
72
76
  "solid-namespace": "^0.5.4",
73
- "solid-ui": "^3.0.6",
74
- "source-pane": "^3.0.2"
77
+ "solid-ui": "^3.1.1-test.0",
78
+ "source-pane": "^3.1.0"
75
79
  },
76
80
  "overrides": {
77
81
  "rdflib": "$rdflib",
78
82
  "solid-logic": "$solid-logic",
79
- "solid-ui": "$solid-ui"
83
+ "solid-ui": "$solid-ui",
84
+ "pane-registry": "$pane-registry"
80
85
  },
81
86
  "devDependencies": {
82
87
  "@babel/cli": "^7.28.6",
83
88
  "@babel/core": "^7.29.0",
84
- "@babel/preset-env": "^7.29.0",
89
+ "@babel/preset-env": "^7.29.5",
85
90
  "@babel/preset-typescript": "^7.28.5",
86
91
  "@testing-library/dom": "^10.4.1",
87
92
  "@testing-library/jest-dom": "^6.9.1",
88
93
  "@types/jest": "^30.0.0",
89
94
  "@types/webpack-env": "^1.18.8",
90
- "@typescript-eslint/parser": "^8.56.0",
95
+ "@typescript-eslint/parser": "^8.59.3",
91
96
  "@webpack-cli/serve": "^3.0.1",
92
- "babel-jest": "^30.2.0",
93
- "babel-loader": "^10.0.0",
97
+ "babel-jest": "^30.4.1",
98
+ "babel-loader": "^10.1.1",
94
99
  "babel-plugin-inline-import": "^3.0.0",
95
100
  "buffer": "^6.0.3",
101
+ "concurrently": "^9.2.1",
96
102
  "copy-webpack-plugin": "^14.0.0",
97
103
  "css-loader": "^7.1.4",
98
- "eslint": "^9.39.3",
99
- "globals": "^17.3.0",
100
- "html-webpack-plugin": "^5.6.6",
101
- "jest": "^30.2.0",
102
- "jest-environment-jsdom": "^30.2.0",
104
+ "eslint": "^9.39.4",
105
+ "globals": "^17.6.0",
106
+ "html-webpack-plugin": "^5.6.7",
107
+ "jest": "^30.4.2",
108
+ "jest-environment-jsdom": "^30.4.1",
103
109
  "jest-fetch-mock": "^3.0.3",
104
110
  "neostandard": "^0.13.0",
105
111
  "node-polyfill-webpack-plugin": "^4.1.0",
106
112
  "path-browserify": "^1.0.1",
107
113
  "raw-loader": "^4.0.2",
108
- "rdflib": "^2.3.6",
109
- "react": "^19.2.4",
110
- "react-dom": "^19.2.4",
111
- "solid-logic": "^4.0.6",
114
+ "rdflib": "^2.3.9",
115
+ "react": "^19.2.6",
116
+ "react-dom": "^19.2.6",
117
+ "solid-logic": "^4.0.7",
112
118
  "style-loader": "^4.0.0",
113
- "terser-webpack-plugin": "^5.3.16",
114
- "ts-jest": "^29.4.6",
115
- "ts-loader": "^9.5.4",
116
- "typescript": "^5.9.3",
117
- "webpack": "^5.105.2",
119
+ "terser-webpack-plugin": "^5.6.0",
120
+ "ts-jest": "^29.4.9",
121
+ "ts-loader": "^9.5.7",
122
+ "typescript": "^6.0.3",
123
+ "webpack": "^5.106.2",
118
124
  "webpack-cli": "^6.0.1",
119
- "webpack-dev-server": "^5.2.3"
125
+ "webpack-dev-server": "^5.2.4"
120
126
  }
121
127
  }