@brftech/filex-react 0.30.1 → 0.32.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.
- package/README.md +8 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -34,11 +34,16 @@ export function App() {
|
|
|
34
34
|
locale: 'tr',
|
|
35
35
|
theme: 'auto',
|
|
36
36
|
// The navigation panel (Upload · Recent / Starred / Shared with me /
|
|
37
|
-
// Trash · storages) and the
|
|
38
|
-
//
|
|
37
|
+
// Trash · storages) and the chrome preset. Both are ordinary config
|
|
38
|
+
// keys — there is no React-specific switch for either.
|
|
39
39
|
sideNav: true,
|
|
40
40
|
connections: true,
|
|
41
|
-
|
|
41
|
+
// 'standard' (default) · 'simple' (one pane, list/grid only, no tab
|
|
42
|
+
// strip) · 'drive' (that, plus the Drive-shaped shell: a "+ New" menu,
|
|
43
|
+
// one header search field with its ⌘K palette hint, a
|
|
44
|
+
// Type/Modified/Size filter row, Folders/Files sections in grid, and
|
|
45
|
+
// Details/Activity in the info panel).
|
|
46
|
+
uiProfile: 'drive',
|
|
42
47
|
}}
|
|
43
48
|
onError={(e) => console.error(e.detail)}
|
|
44
49
|
onShareCreated={(e) => navigator.clipboard.writeText(e.detail.url)}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brftech/filex-react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.32.0",
|
|
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.
|
|
23
|
-
"@brftech/filex-core": "0.
|
|
22
|
+
"@brftech/filex": "0.32.0",
|
|
23
|
+
"@brftech/filex-core": "0.32.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"react": "^18.0.0 || ^19.0.0",
|