@xylabs/sdk-react 3.0.17 → 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.
Files changed (3) hide show
  1. package/README.md +40 -6
  2. package/dist/docs.json +19 -3
  3. package/package.json +32 -32
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 throughtout XYO projects that use React.
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
- See [ts-scripts-yarn3](https://github.com/xylabs/ts-scripts-yarn3/blob/main/README.md) for
43
- list of shared scripts. The below scripts are custom scripts for this repo.
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://www.codacy.com/gh/xylabs/sdk-react/dashboard?utm_source=github.com&utm_medium=referral&utm_content=xylabs/sdk-react&utm_campaign=Badge_Grade
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 throughtout XYO projects that use React.\n\n## Install\n\nUsing npm:\n\n"
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## Scripts\n\nSee [ts-scripts-yarn3](https://github.com/xylabs/ts-scripts-yarn3/blob/main/README.md) for\nlist of shared scripts. The below scripts are custom scripts for this repo.\n\n### Build (Storybook)\n\nBuild the static Storybook site\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://www.codacy.com/gh/xylabs/sdk-react/dashboard?utm_source=github.com&utm_medium=referral&utm_content=xylabs/sdk-react&utm_campaign=Badge_Grade\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"
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",
17
- "@xylabs/react-appbar": "~3.0.17",
18
- "@xylabs/react-async-effect": "~3.0.17",
19
- "@xylabs/react-button": "~3.0.17",
20
- "@xylabs/react-common": "~3.0.17",
21
- "@xylabs/react-cookie-consent": "~3.0.17",
22
- "@xylabs/react-crypto": "~3.0.17",
23
- "@xylabs/react-dialogs": "~3.0.17",
24
- "@xylabs/react-experiments": "~3.0.17",
25
- "@xylabs/react-flexbox": "~3.0.17",
26
- "@xylabs/react-identicon": "~3.0.17",
27
- "@xylabs/react-invertible-theme": "~3.0.17",
28
- "@xylabs/react-link": "~3.0.17",
29
- "@xylabs/react-number-status": "~3.0.17",
30
- "@xylabs/react-pixel": "~3.0.17",
31
- "@xylabs/react-pixel-debugger": "~3.0.17",
32
- "@xylabs/react-promise": "~3.0.17",
33
- "@xylabs/react-quick-tip-button": "~3.0.17",
34
- "@xylabs/react-render-spin-check": "~3.0.17",
35
- "@xylabs/react-rich-result": "~3.0.17",
36
- "@xylabs/react-scroll-to-top": "~3.0.17",
37
- "@xylabs/react-shared": "~3.0.17"
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.0",
42
- "@babel/preset-env": "^7.22.20",
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.0",
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.12",
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",
@@ -60,12 +60,12 @@
60
60
  "@storybook/react-webpack5": "^7.4.6",
61
61
  "@storybook/testing-library": "^0.2.2",
62
62
  "@storybook/theming": "^7.4.6",
63
- "@typescript-eslint/eslint-plugin": "^6.7.4",
64
- "@typescript-eslint/parser": "^6.7.4",
65
- "@xylabs/eslint-config-react": "^3.0.88",
63
+ "@typescript-eslint/eslint-plugin": "^6.7.5",
64
+ "@typescript-eslint/parser": "^6.7.5",
65
+ "@xylabs/eslint-config-react": "^3.1.9",
66
66
  "@xylabs/pixel": "^1.4.14",
67
- "@xylabs/ts-scripts-yarn3": "^3.0.88",
68
- "@xylabs/tsconfig-react": "^3.0.88",
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.17",
146
+ "version": "3.0.19",
147
147
  "packageManager": "yarn@3.6.1",
148
148
  "volta": {
149
149
  "node": "18.17.1",