solid-panes 4.2.5-test.2 → 4.2.5-test.4

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.
@@ -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,cAkDjB,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,cAgDjB,CAAA;AAED,eAAe,UAAU,CAAA"}
@@ -17,7 +17,6 @@ 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
21
20
  const kb = context.session.store;
22
21
  const typeURIs = kb.findTypeURIs(subject);
23
22
  if (_solidUi.ns.meeting('Cluster').uri in typeURIs) {
@@ -27,7 +26,6 @@ const TabbedPane = {
27
26
  },
28
27
  render: (subject, context) => {
29
28
  const dom = context.dom;
30
- // @ts-ignore
31
29
  const store = context.session.store;
32
30
  const div = dom.createElement('div');
33
31
  (async () => {
@@ -5,11 +5,11 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  var _default = exports.default = {
8
- buildTime: '2026-03-25T18:00:28Z',
9
- commit: '4f2c7e026a8c722404afb6c153f227d8362e4eb6',
8
+ buildTime: '2026-03-27T19:13:16Z',
9
+ commit: 'eddd352d564ee358a29057c93886d10769611803',
10
10
  npmInfo: {
11
- 'solid-panes': '4.2.3',
12
- npm: '11.12.0',
11
+ 'solid-panes': '4.2.4',
12
+ npm: '11.12.1',
13
13
  node: '22.22.1',
14
14
  acorn: '8.15.0',
15
15
  ada: '2.9.2',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "solid-panes",
3
- "version": "4.2.5-test.2",
3
+ "version": "4.2.5-test.4",
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",
@@ -60,7 +60,7 @@
60
60
  "@solid/better-simple-slideshow": "^0.1.0",
61
61
  "activitystreams-pane": "^1.0.2",
62
62
  "chat-pane": "^3.0.3",
63
- "contacts-pane": "^3.0.2",
63
+ "contacts-pane": "^3.1.0-test.9",
64
64
  "dompurify": "^3.3.1",
65
65
  "folder-pane": "^3.0.2",
66
66
  "issue-pane": "^3.0.2",
@@ -68,9 +68,9 @@
68
68
  "meeting-pane": "^3.0.2",
69
69
  "mime-types": "^3.0.2",
70
70
  "pane-registry": "^3.0.2",
71
- "profile-pane": "^3.1.3",
71
+ "profile-pane": "^3.1.4-test.0",
72
72
  "solid-namespace": "^0.5.4",
73
- "solid-ui": "^3.0.5",
73
+ "solid-ui": "^3.0.6-test.0",
74
74
  "source-pane": "^3.0.2"
75
75
  },
76
76
  "overrides": {