@owlmeans/web-panel 0.1.15 → 0.1.16
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/README.md +3 -4
- package/agent-meta/manifest.json +4 -11
- package/agent-meta/skills/web-panel/SKILL.md +1 -1
- package/build/auth/modules.d.ts +1 -1
- package/build/auth/modules.d.ts.map +1 -1
- package/build/modules.d.ts +1 -1
- package/build/modules.d.ts.map +1 -1
- package/package.json +26 -26
- package/agent-meta/instructions/web-panel.instructions.md +0 -38
package/README.md
CHANGED
|
@@ -125,10 +125,9 @@ import { modules } from '@owlmeans/web-panel/auth/modules'
|
|
|
125
125
|
<!-- owlmeans:agent-guidance:start -->
|
|
126
126
|
## Agent guidance
|
|
127
127
|
|
|
128
|
-
This package ships embedded
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
(`.claude/skills/` and `.github/instructions/`):
|
|
128
|
+
This package ships embedded agent skills under `agent-meta/`. After installing your
|
|
129
|
+
`@owlmeans/*` packages, run the OwlMeans agent-skills installer to place them into
|
|
130
|
+
your project's skill store (`.agents/skills/`):
|
|
132
131
|
|
|
133
132
|
```sh
|
|
134
133
|
npx @owlmeans/agent-skills
|
package/agent-meta/manifest.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"schemaVersion":
|
|
2
|
+
"schemaVersion": 2,
|
|
3
3
|
"package": "@owlmeans/web-panel",
|
|
4
|
-
"version": "0.1.
|
|
5
|
-
"generatedAt": "2026-08-
|
|
4
|
+
"version": "0.1.16",
|
|
5
|
+
"generatedAt": "2026-08-14T10:14:48.860Z",
|
|
6
6
|
"canonicalRepo": "https://github.com/owlmeans/common",
|
|
7
7
|
"entries": [
|
|
8
8
|
{
|
|
@@ -10,14 +10,7 @@
|
|
|
10
10
|
"name": "web-panel",
|
|
11
11
|
"category": "package-specific",
|
|
12
12
|
"file": "skills/web-panel/SKILL.md",
|
|
13
|
-
"canonicalPath": ".
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"kind": "instruction",
|
|
17
|
-
"name": "web-panel",
|
|
18
|
-
"category": "package-specific",
|
|
19
|
-
"file": "instructions/web-panel.instructions.md",
|
|
20
|
-
"canonicalPath": ".github/instructions/web-panel.instructions.md"
|
|
13
|
+
"canonicalPath": ".agents/skills/web-panel/SKILL.md"
|
|
21
14
|
}
|
|
22
15
|
]
|
|
23
16
|
}
|
package/build/auth/modules.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const modules:
|
|
1
|
+
export declare const modules: any[];
|
|
2
2
|
//# sourceMappingURL=modules.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"modules.d.ts","sourceRoot":"","sources":["../../src/auth/modules.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"modules.d.ts","sourceRoot":"","sources":["../../src/auth/modules.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,OAAO,OAAuB,CAAA"}
|
package/build/modules.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const modules:
|
|
1
|
+
export declare const modules: any[];
|
|
2
2
|
//# sourceMappingURL=modules.d.ts.map
|
package/build/modules.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"modules.d.ts","sourceRoot":"","sources":["../src/modules.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"modules.d.ts","sourceRoot":"","sources":["../src/modules.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,OAAO,OAAuB,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@owlmeans/web-panel",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.16",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -37,30 +37,30 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@hookform/resolvers": "^3.9.0",
|
|
40
|
-
"@owlmeans/api-config-client": "^0.1.
|
|
41
|
-
"@owlmeans/auth": "^0.1.
|
|
42
|
-
"@owlmeans/auth-common": "^0.1.
|
|
43
|
-
"@owlmeans/basic-envelope": "^0.1.
|
|
44
|
-
"@owlmeans/client": "^0.1.
|
|
45
|
-
"@owlmeans/client-auth": "^0.1.
|
|
46
|
-
"@owlmeans/client-config": "^0.1.
|
|
47
|
-
"@owlmeans/client-context": "^0.1.
|
|
48
|
-
"@owlmeans/client-flow": "^0.1.
|
|
49
|
-
"@owlmeans/client-i18n": "^0.1.
|
|
50
|
-
"@owlmeans/client-entrypoint": "^0.1.
|
|
51
|
-
"@owlmeans/client-panel": "^0.1.
|
|
52
|
-
"@owlmeans/client-route": "^0.1.
|
|
53
|
-
"@owlmeans/config": "^0.1.
|
|
54
|
-
"@owlmeans/context": "^0.1.
|
|
55
|
-
"@owlmeans/error": "^0.1.
|
|
56
|
-
"@owlmeans/flow": "^0.1.
|
|
57
|
-
"@owlmeans/i18n": "^0.1.
|
|
58
|
-
"@owlmeans/entrypoint": "^0.1.
|
|
59
|
-
"@owlmeans/route": "^0.1.
|
|
60
|
-
"@owlmeans/web-client": "^0.1.
|
|
61
|
-
"@owlmeans/web-db": "^0.1.
|
|
62
|
-
"@owlmeans/web-flow": "^0.1.
|
|
63
|
-
"@owlmeans/web-router": "^0.1.
|
|
40
|
+
"@owlmeans/api-config-client": "^0.1.16",
|
|
41
|
+
"@owlmeans/auth": "^0.1.16",
|
|
42
|
+
"@owlmeans/auth-common": "^0.1.16",
|
|
43
|
+
"@owlmeans/basic-envelope": "^0.1.16",
|
|
44
|
+
"@owlmeans/client": "^0.1.16",
|
|
45
|
+
"@owlmeans/client-auth": "^0.1.16",
|
|
46
|
+
"@owlmeans/client-config": "^0.1.16",
|
|
47
|
+
"@owlmeans/client-context": "^0.1.16",
|
|
48
|
+
"@owlmeans/client-flow": "^0.1.16",
|
|
49
|
+
"@owlmeans/client-i18n": "^0.1.16",
|
|
50
|
+
"@owlmeans/client-entrypoint": "^0.1.16",
|
|
51
|
+
"@owlmeans/client-panel": "^0.1.16",
|
|
52
|
+
"@owlmeans/client-route": "^0.1.16",
|
|
53
|
+
"@owlmeans/config": "^0.1.16",
|
|
54
|
+
"@owlmeans/context": "^0.1.16",
|
|
55
|
+
"@owlmeans/error": "^0.1.16",
|
|
56
|
+
"@owlmeans/flow": "^0.1.16",
|
|
57
|
+
"@owlmeans/i18n": "^0.1.16",
|
|
58
|
+
"@owlmeans/entrypoint": "^0.1.16",
|
|
59
|
+
"@owlmeans/route": "^0.1.16",
|
|
60
|
+
"@owlmeans/web-client": "^0.1.16",
|
|
61
|
+
"@owlmeans/web-db": "^0.1.16",
|
|
62
|
+
"@owlmeans/web-flow": "^0.1.16",
|
|
63
|
+
"@owlmeans/web-router": "^0.1.16",
|
|
64
64
|
"i18next-browser-languagedetector": "^8.0.0",
|
|
65
65
|
"qrcode.react": "^4.2.0",
|
|
66
66
|
"react-google-recaptcha": "^3.1.0"
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"@owlmeans/dep-config": "workspace:*",
|
|
85
|
-
"@owlmeans/test-ui": "^0.1.
|
|
85
|
+
"@owlmeans/test-ui": "^0.1.16",
|
|
86
86
|
"@radix-ui/react-label": "^2.1.0",
|
|
87
87
|
"@radix-ui/react-progress": "^1.1.0",
|
|
88
88
|
"@radix-ui/react-separator": "^1.1.0",
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: "How to use @owlmeans/web-panel — base browser context factory (makeContext) with Material-UI + React Router 7 wired in, plus form/panel components."
|
|
3
|
-
applyTo: "**/context.ts, **/*.ts, **/*.tsx"
|
|
4
|
-
---
|
|
5
|
-
<!-- AUTO-GENERATED — do not edit. Regenerate via sync-agent-meta. -->
|
|
6
|
-
|
|
7
|
-
# @owlmeans/web-panel
|
|
8
|
-
|
|
9
|
-
**Layer:** Web (React)
|
|
10
|
-
**Install:** `"@owlmeans/web-panel": "^0.1.15"` in `dependencies`
|
|
11
|
-
|
|
12
|
-
## Key Exports
|
|
13
|
-
|
|
14
|
-
| Export | Description |
|
|
15
|
-
|--------|-------------|
|
|
16
|
-
| `makeContext<C, T>(cfg)` | Base web context factory (MUI + React Router) |
|
|
17
|
-
| `components` submodule | Material-UI panel/form components |
|
|
18
|
-
| Re-exports from `@owlmeans/client-panel` | Cross-platform panel primitives |
|
|
19
|
-
|
|
20
|
-
## Subpath Exports
|
|
21
|
-
|
|
22
|
-
- `./auth`, `./auth/modules`
|
|
23
|
-
|
|
24
|
-
## Usage
|
|
25
|
-
|
|
26
|
-
```typescript
|
|
27
|
-
import { makeContext as makeBasicContext } from '@owlmeans/web-panel'
|
|
28
|
-
|
|
29
|
-
export const makeContext = <C extends Config, T extends Context<C>>(cfg: C): T => {
|
|
30
|
-
const context = makeBasicContext<C, T>(cfg)
|
|
31
|
-
context.makeContext = makeContext as typeof context.makeContext
|
|
32
|
-
return context
|
|
33
|
-
}
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
## Depends On
|
|
37
|
-
|
|
38
|
-
- `@owlmeans/web-client`, `@owlmeans/client-panel`, `@owlmeans/client-i18n`, `@owlmeans/web-router`, `@mui/material`, `react`, `react-router`
|