solid-panes 4.2.4-test.7 → 4.2.5-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.
@@ -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,8 +5,8 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  var _default = exports.default = {
8
- buildTime: '2026-03-20T15:18:41Z',
9
- commit: '77ed82aaaac03d7cc8f1450707505325706007f2',
8
+ buildTime: '2026-03-25T13:46:21Z',
9
+ commit: '4f2c7e026a8c722404afb6c153f227d8362e4eb6',
10
10
  npmInfo: {
11
11
  'solid-panes': '4.2.3',
12
12
  npm: '11.12.0',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "solid-panes",
3
- "version": "4.2.4-test.7",
3
+ "version": "4.2.5-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",
@@ -58,20 +58,20 @@
58
58
  "homepage": "https://github.com/SolidOS/solid-panes",
59
59
  "dependencies": {
60
60
  "@solid/better-simple-slideshow": "^0.1.0",
61
- "activitystreams-pane": "^1.0.1",
62
- "chat-pane": "^3.0.2",
63
- "contacts-pane": "^3.1.0-test.8",
61
+ "activitystreams-pane": "^1.0.2",
62
+ "chat-pane": "^3.0.3",
63
+ "contacts-pane": "^3.0.2",
64
64
  "dompurify": "^3.3.1",
65
- "folder-pane": "^3.0.1",
66
- "issue-pane": "^3.0.1",
65
+ "folder-pane": "^3.0.2",
66
+ "issue-pane": "^3.0.2",
67
67
  "marked": "^17.0.3",
68
- "meeting-pane": "^3.0.1",
68
+ "meeting-pane": "^3.0.2",
69
69
  "mime-types": "^3.0.2",
70
- "pane-registry": "^3.0.1",
71
- "profile-pane": "^3.1.3-test.8",
70
+ "pane-registry": "^3.0.2",
71
+ "profile-pane": "^3.1.3",
72
72
  "solid-namespace": "^0.5.4",
73
- "solid-ui": "^3.0.5-test.8",
74
- "source-pane": "^3.0.1"
73
+ "solid-ui": "^3.0.5",
74
+ "source-pane": "^3.0.2"
75
75
  },
76
76
  "overrides": {
77
77
  "rdflib": "$rdflib",
@@ -108,7 +108,7 @@
108
108
  "rdflib": "^2.3.6",
109
109
  "react": "^19.2.4",
110
110
  "react-dom": "^19.2.4",
111
- "solid-logic": "^4.0.5",
111
+ "solid-logic": "^4.0.6",
112
112
  "style-loader": "^4.0.0",
113
113
  "terser-webpack-plugin": "^5.3.16",
114
114
  "ts-jest": "^29.4.6",