@tetrascience-npm/tetrascience-react-ui 0.3.0-beta.1.1 → 0.3.0-beta.2.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 +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -214,8 +214,8 @@ The repository includes example applications in the `examples/` directory:
214
214
 
215
215
  ```bash
216
216
  # Clone the repository
217
- git clone https://github.com/tetrascience/ts-lib-ui-kit-react.git
218
- cd ts-lib-ui-kit-react
217
+ git clone https://github.com/tetrascience/ts-lib-ui-kit.git
218
+ cd ts-lib-ui-kit
219
219
 
220
220
  # Install dependencies
221
221
  yarn
@@ -228,9 +228,9 @@ Visit <http://localhost:5173> to see the example app with custom theming.
228
228
 
229
229
  ## Documentation
230
230
 
231
- - [Getting Started Guide](https://github.com/tetrascience/ts-lib-ui-kit-react/blob/main/get_started_1.md) - Step-by-step tutorial
232
- - [Theming Guide](https://github.com/tetrascience/ts-lib-ui-kit-react/blob/main/THEMING.md) - Customise the design system
233
- - [Storybook](https://github.com/tetrascience/ts-lib-ui-kit-react/blob/main/DEVELOPERS.md#development-setup) - Clone the repo and run `yarn storybook`
231
+ - [Getting Started Guide](./get_started_1.md) - Step-by-step tutorial
232
+ - [Theming Guide](./THEMING.md) - Customise the design system
233
+ - [Contributing](./CONTRIBUTING.md#development-setup) - Clone the repo and run `yarn storybook`
234
234
 
235
235
  ## Tech Stack
236
236
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tetrascience-npm/tetrascience-react-ui",
3
- "version": "0.3.0-beta.1.1",
3
+ "version": "0.3.0-beta.2.1",
4
4
  "description": "TetraScience React UI",
5
5
  "type": "module",
6
6
  "author": "TetraScience",