@monotykamary/dsh-client-ui-settings-plugins 0.1.0 → 0.1.1
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/lib/client.js +0 -1
- package/package.json +16 -16
package/lib/client.js
CHANGED
|
@@ -1259,7 +1259,6 @@ window.__ModuleLoader__.load({
|
|
|
1259
1259
|
tabsVersion = version;
|
|
1260
1260
|
tabsRevision = revision;
|
|
1261
1261
|
tabs = ctx.slots.entries("settings.plugins.tab").map((entry) => ({
|
|
1262
|
-
/* v8 ignore next -- list-slot registration requires id */
|
|
1263
1262
|
id: entry.options.id ?? "",
|
|
1264
1263
|
order: entry.options.order ?? 0,
|
|
1265
1264
|
label: (0, _monotykamary_dsh_client_ui_slots.resolveSlotLabel)(entry.options.label) ?? ""
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@monotykamary/dsh-client-ui-settings-plugins",
|
|
3
3
|
"description": "Plugins settings section with feature-owned tabs and configurable host-plane plugin cards",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.1",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -43,27 +43,27 @@
|
|
|
43
43
|
},
|
|
44
44
|
"license": "MIT",
|
|
45
45
|
"peerDependencies": {
|
|
46
|
-
"@monotykamary/dsh-client-connection": "^0.1.0",
|
|
47
|
-
"@monotykamary/dsh-client-runtime": "^0.1.0",
|
|
48
|
-
"@monotykamary/dsh-client-locale": "^0.1.0",
|
|
49
|
-
"@monotykamary/dsh-invariants": "^0.1.0",
|
|
50
46
|
"@monotykamary/cordis": "^4.0.1",
|
|
51
|
-
"@monotykamary/dsh-
|
|
52
|
-
"@monotykamary/dsh-
|
|
47
|
+
"@monotykamary/dsh-api-remotes": "^0.1.1",
|
|
48
|
+
"@monotykamary/dsh-client-locale": "^0.1.1",
|
|
49
|
+
"@monotykamary/dsh-client-runtime": "^0.1.1",
|
|
50
|
+
"@monotykamary/dsh-client-connection": "^0.1.1",
|
|
51
|
+
"@monotykamary/dsh-client-ui-settings": "^0.1.1",
|
|
52
|
+
"@monotykamary/dsh-invariants": "^0.1.1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@types/react": "~18.3.1",
|
|
56
56
|
"react": "^18.2.0",
|
|
57
|
-
"@monotykamary/dsh-
|
|
57
|
+
"@monotykamary/dsh-client-connection": "^0.1.1",
|
|
58
58
|
"@monotykamary/cordis": "^4.0.1",
|
|
59
|
-
"@monotykamary/dsh-client-
|
|
60
|
-
"@monotykamary/dsh-client-
|
|
61
|
-
"@monotykamary/dsh-client-
|
|
62
|
-
"@monotykamary/dsh-
|
|
63
|
-
"@monotykamary/dsh-client-ui-primitives": "^0.1.
|
|
64
|
-
"@monotykamary/dsh-client-ui-
|
|
65
|
-
"@monotykamary/dsh-client-ui-
|
|
66
|
-
"@monotykamary/dsh-invariants": "^0.1.
|
|
59
|
+
"@monotykamary/dsh-client-runtime": "^0.1.1",
|
|
60
|
+
"@monotykamary/dsh-client-locale": "^0.1.1",
|
|
61
|
+
"@monotykamary/dsh-client-test-runtime": "^0.1.1",
|
|
62
|
+
"@monotykamary/dsh-api-remotes": "^0.1.1",
|
|
63
|
+
"@monotykamary/dsh-client-ui-primitives": "^0.1.1",
|
|
64
|
+
"@monotykamary/dsh-client-ui-slots": "^0.1.1",
|
|
65
|
+
"@monotykamary/dsh-client-ui-settings": "^0.1.1",
|
|
66
|
+
"@monotykamary/dsh-invariants": "^0.1.1"
|
|
67
67
|
},
|
|
68
68
|
"files": [
|
|
69
69
|
"lib/index.js",
|