@papyrus-sdk/ui-react 0.2.5 → 0.2.6
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 +2 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -45,6 +45,8 @@ import '@papyrus-sdk/ui-react/base.css';
|
|
|
45
45
|
|
|
46
46
|
Use `@papyrus-sdk/core` + engines and build your own UI.
|
|
47
47
|
|
|
48
|
+
Note: `@papyrus-sdk/ui-react` expects `@papyrus-sdk/core` and `@papyrus-sdk/types` as peer dependencies.
|
|
49
|
+
|
|
48
50
|
## Topbar customization
|
|
49
51
|
|
|
50
52
|
`Topbar` accepts optional flags to show/hide controls.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@papyrus-sdk/ui-react",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"papyrus",
|
|
@@ -38,14 +38,14 @@
|
|
|
38
38
|
"bugs": {
|
|
39
39
|
"url": "https://github.com/solrachix/Papyrus/issues"
|
|
40
40
|
},
|
|
41
|
-
"dependencies": {
|
|
42
|
-
"@papyrus-sdk/core": "0.2.1",
|
|
43
|
-
"@papyrus-sdk/types": "0.2.1"
|
|
44
|
-
},
|
|
45
41
|
"peerDependencies": {
|
|
42
|
+
"@papyrus-sdk/core": ">=0.2.1",
|
|
43
|
+
"@papyrus-sdk/types": ">=0.2.1",
|
|
46
44
|
"react": ">=18.2.0 <20"
|
|
47
45
|
},
|
|
48
46
|
"devDependencies": {
|
|
47
|
+
"@papyrus-sdk/core": "0.2.1",
|
|
48
|
+
"@papyrus-sdk/types": "0.2.1",
|
|
49
49
|
"react": "^18.2.0"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|