@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 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 Claude Code skills and GitHub Copilot instructions under
129
- `agent-meta/`. After installing your `@owlmeans/*` packages, run the OwlMeans
130
- agent-skills installer to place them into your project's native locations
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
@@ -1,8 +1,8 @@
1
1
  {
2
- "schemaVersion": 1,
2
+ "schemaVersion": 2,
3
3
  "package": "@owlmeans/web-panel",
4
- "version": "0.1.15",
5
- "generatedAt": "2026-08-07T17:06:32.917Z",
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": ".claude/skills/web-panel/SKILL.md"
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
  }
@@ -8,7 +8,7 @@ user-invocable: false
8
8
  # @owlmeans/web-panel
9
9
 
10
10
  **Layer:** Web (React)
11
- **Install:** `"@owlmeans/web-panel": "^0.1.15"` in `dependencies`
11
+ **Install:** `"@owlmeans/web-panel": "^0.1.16"` in `dependencies`
12
12
 
13
13
  ## Key Exports
14
14
 
@@ -1,2 +1,2 @@
1
- export declare const modules: import("@owlmeans/entrypoint").CommonEntrypoint[];
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,mDAAuB,CAAA"}
1
+ {"version":3,"file":"modules.d.ts","sourceRoot":"","sources":["../../src/auth/modules.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,OAAO,OAAuB,CAAA"}
@@ -1,2 +1,2 @@
1
- export declare const modules: (import("@owlmeans/client-entrypoint").ClientEntrypoint<{}, import("@owlmeans/client-entrypoint").ClientRequest<{}>> | import("@owlmeans/entrypoint").CommonEntrypoint)[];
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/modules.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,OAAO,2KAAuB,CAAA"}
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.15",
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.15",
41
- "@owlmeans/auth": "^0.1.15",
42
- "@owlmeans/auth-common": "^0.1.15",
43
- "@owlmeans/basic-envelope": "^0.1.15",
44
- "@owlmeans/client": "^0.1.15",
45
- "@owlmeans/client-auth": "^0.1.15",
46
- "@owlmeans/client-config": "^0.1.15",
47
- "@owlmeans/client-context": "^0.1.15",
48
- "@owlmeans/client-flow": "^0.1.15",
49
- "@owlmeans/client-i18n": "^0.1.15",
50
- "@owlmeans/client-entrypoint": "^0.1.15",
51
- "@owlmeans/client-panel": "^0.1.15",
52
- "@owlmeans/client-route": "^0.1.15",
53
- "@owlmeans/config": "^0.1.15",
54
- "@owlmeans/context": "^0.1.15",
55
- "@owlmeans/error": "^0.1.15",
56
- "@owlmeans/flow": "^0.1.15",
57
- "@owlmeans/i18n": "^0.1.15",
58
- "@owlmeans/entrypoint": "^0.1.15",
59
- "@owlmeans/route": "^0.1.15",
60
- "@owlmeans/web-client": "^0.1.15",
61
- "@owlmeans/web-db": "^0.1.15",
62
- "@owlmeans/web-flow": "^0.1.15",
63
- "@owlmeans/web-router": "^0.1.15",
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.15",
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`