@xylabs/sdk-react 3.0.18 → 3.0.19
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 +40 -6
- package/dist/docs.json +19 -3
- package/package.json +30 -30
package/README.md
CHANGED
|
@@ -4,6 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
[![main-build][]][main-build-link]
|
|
6
6
|
[![npm-badge][]][npm-link]
|
|
7
|
+
[![npm-downloads-badge][]][npm-link]
|
|
8
|
+
[![jsdelivr-badge][]][jsdelivr-link]
|
|
9
|
+
[![npm-license-badge][]](LICENSE)
|
|
7
10
|
[![codacy-badge][]][codacy-link]
|
|
8
11
|
[![codeclimate-badge][]][codeclimate-link]
|
|
9
12
|
[![snyk-badge][]][snyk-link]
|
|
@@ -21,7 +24,15 @@
|
|
|
21
24
|
|
|
22
25
|
## Description
|
|
23
26
|
|
|
24
|
-
Common React code that is used
|
|
27
|
+
Common React code that is used throughout XYO projects that use React.
|
|
28
|
+
|
|
29
|
+
Features:
|
|
30
|
+
|
|
31
|
+
- Mono-repo that publishes individual packages to npm
|
|
32
|
+
- Fully written in TypeScript
|
|
33
|
+
- Tree-shaking focused; include only what you need during bundling
|
|
34
|
+
- UI components built from the mui library
|
|
35
|
+
- Crypto utilities backed by the Ethers.js library
|
|
25
36
|
|
|
26
37
|
## Install
|
|
27
38
|
|
|
@@ -37,10 +48,24 @@ Using yarn:
|
|
|
37
48
|
yarn add @xylabs/sdk-react
|
|
38
49
|
```
|
|
39
50
|
|
|
51
|
+
## Documentation
|
|
52
|
+
[Developer Reference](https://xylabs.github.io/sdk-react)
|
|
53
|
+
|
|
54
|
+
[Storybook](https://xylabs.github.io/sdk-react/storybook)
|
|
55
|
+
|
|
40
56
|
## Scripts
|
|
41
57
|
|
|
42
|
-
|
|
43
|
-
|
|
58
|
+
Using npm:
|
|
59
|
+
|
|
60
|
+
```sh
|
|
61
|
+
npm xy --help
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
Using yarn:
|
|
65
|
+
|
|
66
|
+
```sh
|
|
67
|
+
yarn xy --help
|
|
68
|
+
```
|
|
44
69
|
|
|
45
70
|
### Build (Storybook)
|
|
46
71
|
|
|
@@ -60,7 +85,10 @@ yarn start
|
|
|
60
85
|
|
|
61
86
|
## Maintainers
|
|
62
87
|
|
|
63
|
-
- [Arie Trouw](https://github.com/arietrouw) [arietrouw.com](https://arietrouw.com)
|
|
88
|
+
- [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com))
|
|
89
|
+
- [Matt Jones](https://github.com/jonesmac)
|
|
90
|
+
- [Joel Carter](https://github.com/JoelBCarter)
|
|
91
|
+
- [Jordan Trouw](https://github.com/jordantrouw)
|
|
64
92
|
|
|
65
93
|
## License
|
|
66
94
|
|
|
@@ -79,10 +107,16 @@ See the [LICENSE](LICENSE) file for license details
|
|
|
79
107
|
[npm-link]: https://www.npmjs.com/package/@xylabs/sdk-react
|
|
80
108
|
|
|
81
109
|
[codacy-badge]: https://app.codacy.com/project/badge/Grade/c2a69d4530ed4b7da6ddb070169dd339
|
|
82
|
-
[codacy-link]: https://
|
|
110
|
+
[codacy-link]: https://app.codacy.com/gh/xylabs/sdk-react
|
|
83
111
|
|
|
84
112
|
[codeclimate-badge]: https://api.codeclimate.com/v1/badges/c461e0bc2b00c0b01ac0/maintainability
|
|
85
113
|
[codeclimate-link]: https://codeclimate.com/github/xylabs/sdk-react/maintainability
|
|
86
114
|
|
|
87
115
|
[snyk-badge]: https://snyk.io/test/github/xylabs/sdk-react/badge.svg?targetFile=package.json
|
|
88
|
-
[snyk-link]: https://snyk.io/test/github/xylabs/sdk-react?targetFile=package.json
|
|
116
|
+
[snyk-link]: https://snyk.io/test/github/xylabs/sdk-react?targetFile=package.json
|
|
117
|
+
|
|
118
|
+
[npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/react-shared
|
|
119
|
+
[npm-license-badge]: https://img.shields.io/npm/l/@xylabs/react-shared
|
|
120
|
+
|
|
121
|
+
[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/react-shared/badge
|
|
122
|
+
[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/react-shared
|
package/dist/docs.json
CHANGED
|
@@ -219166,7 +219166,7 @@
|
|
|
219166
219166
|
"readme": [
|
|
219167
219167
|
{
|
|
219168
219168
|
"kind": "text",
|
|
219169
|
-
"text": "[![logo][]](https://xylabs.com)\n\n# @xylabs/sdk-react\n\n[![main-build][]][main-build-link]\n[![npm-badge][]][npm-link]\n[![codacy-badge][]][codacy-link]\n[![codeclimate-badge][]][codeclimate-link]\n[![snyk-badge][]][snyk-link]\n\n> XY Labs generalized React library \n\n## Table of Contents\n\n- [Description](#description)\n- [Install](#install)\n- [Scripts](#scripts)\n- [Maintainers](#maintainers)\n- [License](#license)\n- [Credits](#credits)\n\n## Description\n\nCommon React code that is used
|
|
219169
|
+
"text": "[![logo][]](https://xylabs.com)\n\n# @xylabs/sdk-react\n\n[![main-build][]][main-build-link]\n[![npm-badge][]][npm-link]\n[![npm-downloads-badge][]][npm-link]\n[![jsdelivr-badge][]][jsdelivr-link]\n[![npm-license-badge][]](LICENSE)\n[![codacy-badge][]][codacy-link]\n[![codeclimate-badge][]][codeclimate-link]\n[![snyk-badge][]][snyk-link]\n\n> XY Labs generalized React library \n\n## Table of Contents\n\n- [Description](#description)\n- [Install](#install)\n- [Scripts](#scripts)\n- [Maintainers](#maintainers)\n- [License](#license)\n- [Credits](#credits)\n\n## Description\n\nCommon React code that is used throughout XYO projects that use React.\n\nFeatures:\n\n- Mono-repo that publishes individual packages to npm\n- Fully written in TypeScript\n- Tree-shaking focused; include only what you need during bundling\n- UI components built from the mui library\n- Crypto utilities backed by the Ethers.js library\n\n## Install\n\nUsing npm:\n\n"
|
|
219170
219170
|
},
|
|
219171
219171
|
{
|
|
219172
219172
|
"kind": "code",
|
|
@@ -219182,7 +219182,23 @@
|
|
|
219182
219182
|
},
|
|
219183
219183
|
{
|
|
219184
219184
|
"kind": "text",
|
|
219185
|
-
"text": "\n\n##
|
|
219185
|
+
"text": "\n\n## Documentation\n[Developer Reference](https://xylabs.github.io/sdk-react)\n\n[Storybook](https://xylabs.github.io/sdk-react/storybook)\n\n## Scripts\n\nUsing npm:\n\n"
|
|
219186
|
+
},
|
|
219187
|
+
{
|
|
219188
|
+
"kind": "code",
|
|
219189
|
+
"text": "```sh\nnpm xy --help\n```"
|
|
219190
|
+
},
|
|
219191
|
+
{
|
|
219192
|
+
"kind": "text",
|
|
219193
|
+
"text": "\n\nUsing yarn:\n\n"
|
|
219194
|
+
},
|
|
219195
|
+
{
|
|
219196
|
+
"kind": "code",
|
|
219197
|
+
"text": "```sh\nyarn xy --help\n```"
|
|
219198
|
+
},
|
|
219199
|
+
{
|
|
219200
|
+
"kind": "text",
|
|
219201
|
+
"text": "\n\n### Build (Storybook)\n\nBuild the static Storybook site\n\n"
|
|
219186
219202
|
},
|
|
219187
219203
|
{
|
|
219188
219204
|
"kind": "code",
|
|
@@ -219198,7 +219214,7 @@
|
|
|
219198
219214
|
},
|
|
219199
219215
|
{
|
|
219200
219216
|
"kind": "text",
|
|
219201
|
-
"text": "\n\n## Maintainers\n\n- [Arie Trouw](https://github.com/arietrouw) [arietrouw.com](https://arietrouw.com)\n\n## License\n\nSee the [LICENSE](LICENSE) file for license details\n\n## Credits\n\n[Made with 🔥and ❄️ by XY Labs](https://xylabs.com)\n\n[logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg\n\n[main-build]: https://github.com/xylabs/sdk-react/actions/workflows/build.yml/badge.svg\n[main-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build.yml\n\n[npm-badge]: https://img.shields.io/npm/v/@xylabs/sdk-react.svg\n[npm-link]: https://www.npmjs.com/package/@xylabs/sdk-react\n\n[codacy-badge]: https://app.codacy.com/project/badge/Grade/c2a69d4530ed4b7da6ddb070169dd339\n[codacy-link]: https://
|
|
219217
|
+
"text": "\n\n## Maintainers\n\n- [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com))\n- [Matt Jones](https://github.com/jonesmac)\n- [Joel Carter](https://github.com/JoelBCarter)\n- [Jordan Trouw](https://github.com/jordantrouw)\n\n## License\n\nSee the [LICENSE](LICENSE) file for license details\n\n## Credits\n\n[Made with 🔥and ❄️ by XY Labs](https://xylabs.com)\n\n[logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg\n\n[main-build]: https://github.com/xylabs/sdk-react/actions/workflows/build.yml/badge.svg\n[main-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build.yml\n\n[npm-badge]: https://img.shields.io/npm/v/@xylabs/sdk-react.svg\n[npm-link]: https://www.npmjs.com/package/@xylabs/sdk-react\n\n[codacy-badge]: https://app.codacy.com/project/badge/Grade/c2a69d4530ed4b7da6ddb070169dd339\n[codacy-link]: https://app.codacy.com/gh/xylabs/sdk-react\n\n[codeclimate-badge]: https://api.codeclimate.com/v1/badges/c461e0bc2b00c0b01ac0/maintainability\n[codeclimate-link]: https://codeclimate.com/github/xylabs/sdk-react/maintainability\n\n[snyk-badge]: https://snyk.io/test/github/xylabs/sdk-react/badge.svg?targetFile=package.json\n[snyk-link]: https://snyk.io/test/github/xylabs/sdk-react?targetFile=package.json\n\n[npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/react-shared\n[npm-license-badge]: https://img.shields.io/npm/l/@xylabs/react-shared\n\n[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/react-shared/badge\n[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/react-shared"
|
|
219202
219218
|
}
|
|
219203
219219
|
],
|
|
219204
219220
|
"symbolIdMap": {
|
package/package.json
CHANGED
|
@@ -13,38 +13,38 @@
|
|
|
13
13
|
"packages/*"
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@xylabs/react-accordion": "~3.0.
|
|
17
|
-
"@xylabs/react-appbar": "~3.0.
|
|
18
|
-
"@xylabs/react-async-effect": "~3.0.
|
|
19
|
-
"@xylabs/react-button": "~3.0.
|
|
20
|
-
"@xylabs/react-common": "~3.0.
|
|
21
|
-
"@xylabs/react-cookie-consent": "~3.0.
|
|
22
|
-
"@xylabs/react-crypto": "~3.0.
|
|
23
|
-
"@xylabs/react-dialogs": "~3.0.
|
|
24
|
-
"@xylabs/react-experiments": "~3.0.
|
|
25
|
-
"@xylabs/react-flexbox": "~3.0.
|
|
26
|
-
"@xylabs/react-identicon": "~3.0.
|
|
27
|
-
"@xylabs/react-invertible-theme": "~3.0.
|
|
28
|
-
"@xylabs/react-link": "~3.0.
|
|
29
|
-
"@xylabs/react-number-status": "~3.0.
|
|
30
|
-
"@xylabs/react-pixel": "~3.0.
|
|
31
|
-
"@xylabs/react-pixel-debugger": "~3.0.
|
|
32
|
-
"@xylabs/react-promise": "~3.0.
|
|
33
|
-
"@xylabs/react-quick-tip-button": "~3.0.
|
|
34
|
-
"@xylabs/react-render-spin-check": "~3.0.
|
|
35
|
-
"@xylabs/react-rich-result": "~3.0.
|
|
36
|
-
"@xylabs/react-scroll-to-top": "~3.0.
|
|
37
|
-
"@xylabs/react-shared": "~3.0.
|
|
16
|
+
"@xylabs/react-accordion": "~3.0.19",
|
|
17
|
+
"@xylabs/react-appbar": "~3.0.19",
|
|
18
|
+
"@xylabs/react-async-effect": "~3.0.19",
|
|
19
|
+
"@xylabs/react-button": "~3.0.19",
|
|
20
|
+
"@xylabs/react-common": "~3.0.19",
|
|
21
|
+
"@xylabs/react-cookie-consent": "~3.0.19",
|
|
22
|
+
"@xylabs/react-crypto": "~3.0.19",
|
|
23
|
+
"@xylabs/react-dialogs": "~3.0.19",
|
|
24
|
+
"@xylabs/react-experiments": "~3.0.19",
|
|
25
|
+
"@xylabs/react-flexbox": "~3.0.19",
|
|
26
|
+
"@xylabs/react-identicon": "~3.0.19",
|
|
27
|
+
"@xylabs/react-invertible-theme": "~3.0.19",
|
|
28
|
+
"@xylabs/react-link": "~3.0.19",
|
|
29
|
+
"@xylabs/react-number-status": "~3.0.19",
|
|
30
|
+
"@xylabs/react-pixel": "~3.0.19",
|
|
31
|
+
"@xylabs/react-pixel-debugger": "~3.0.19",
|
|
32
|
+
"@xylabs/react-promise": "~3.0.19",
|
|
33
|
+
"@xylabs/react-quick-tip-button": "~3.0.19",
|
|
34
|
+
"@xylabs/react-render-spin-check": "~3.0.19",
|
|
35
|
+
"@xylabs/react-rich-result": "~3.0.19",
|
|
36
|
+
"@xylabs/react-scroll-to-top": "~3.0.19",
|
|
37
|
+
"@xylabs/react-shared": "~3.0.19"
|
|
38
38
|
},
|
|
39
39
|
"description": "Common React library for all XY Labs projects that use React",
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@babel/core": "^7.23.
|
|
42
|
-
"@babel/preset-env": "^7.
|
|
41
|
+
"@babel/core": "^7.23.2",
|
|
42
|
+
"@babel/preset-env": "^7.23.2",
|
|
43
43
|
"@babel/preset-react": "^7.22.15",
|
|
44
|
-
"@babel/preset-typescript": "^7.23.
|
|
44
|
+
"@babel/preset-typescript": "^7.23.2",
|
|
45
45
|
"@emotion/react": "^11.11.1",
|
|
46
46
|
"@emotion/styled": "^11.11.0",
|
|
47
|
-
"@mui/material": "^5.14.
|
|
47
|
+
"@mui/material": "^5.14.13",
|
|
48
48
|
"@storybook/addon-actions": "^7.4.6",
|
|
49
49
|
"@storybook/addon-docs": "^7.4.6",
|
|
50
50
|
"@storybook/addon-essentials": "^7.4.6",
|
|
@@ -62,10 +62,10 @@
|
|
|
62
62
|
"@storybook/theming": "^7.4.6",
|
|
63
63
|
"@typescript-eslint/eslint-plugin": "^6.7.5",
|
|
64
64
|
"@typescript-eslint/parser": "^6.7.5",
|
|
65
|
-
"@xylabs/eslint-config-react": "^3.1.
|
|
65
|
+
"@xylabs/eslint-config-react": "^3.1.9",
|
|
66
66
|
"@xylabs/pixel": "^1.4.14",
|
|
67
|
-
"@xylabs/ts-scripts-yarn3": "^3.1.
|
|
68
|
-
"@xylabs/tsconfig-react": "^3.1.
|
|
67
|
+
"@xylabs/ts-scripts-yarn3": "^3.1.9",
|
|
68
|
+
"@xylabs/tsconfig-react": "^3.1.9",
|
|
69
69
|
"axios": "^1.5.1",
|
|
70
70
|
"eslint": "^8.51.0",
|
|
71
71
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"build-typedoc-site": "xy gen-docs @xylabs/sdk-react && storybook build -o ./docs/storybook"
|
|
144
144
|
},
|
|
145
145
|
"sideEffects": false,
|
|
146
|
-
"version": "3.0.
|
|
146
|
+
"version": "3.0.19",
|
|
147
147
|
"packageManager": "yarn@3.6.1",
|
|
148
148
|
"volta": {
|
|
149
149
|
"node": "18.17.1",
|