@brftech/filex-react 0.19.0 → 0.20.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.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -7,6 +7,13 @@ file manager. Thin wrapper around `<filex-explorer>` (the
7
7
  `@brftech/filex` Web Component) — gives you proper React props and
8
8
  camelCased event handlers via `@lit/react`'s `createComponent`.
9
9
 
10
+ > ⚠ This package wraps the **explorer** only. filex's other surface — the
11
+ > connections panel, where storages are added and the credentials for reaching
12
+ > the server over S3/SFTP/FTPS/NFS/WebDAV are minted — ships as
13
+ > `<filex-connections>` in [`@brftech/filex`](https://www.npmjs.com/package/@brftech/filex)
14
+ > and is a plain custom element: render it directly in JSX and set `config` on
15
+ > the ref, exactly as you would any non-React element.
16
+
10
17
  ## Install
11
18
 
12
19
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brftech/filex-react",
3
- "version": "0.19.0",
3
+ "version": "0.20.1",
4
4
  "description": "filex React adapter — wraps <filex-explorer> for React idiom (props + camelCase event handlers)",
5
5
  "type": "module",
6
6
  "main": "./dist/filex-react.cjs",
@@ -19,8 +19,8 @@
19
19
  ],
20
20
  "dependencies": {
21
21
  "@lit/react": "^1.0.5",
22
- "@brftech/filex": "0.19.0",
23
- "@brftech/filex-core": "0.19.0"
22
+ "@brftech/filex": "0.20.1",
23
+ "@brftech/filex-core": "0.20.1"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "react": "^18.0.0 || ^19.0.0",
@@ -50,7 +50,7 @@
50
50
  "license": "MIT",
51
51
  "repository": {
52
52
  "type": "git",
53
- "url": "git+https://gitlab.com/brftech/filemanager.git",
53
+ "url": "git+https://github.com/brf-tech/filex.git",
54
54
  "directory": "packages/react"
55
55
  },
56
56
  "scripts": {