@tetrascience-npm/tetrascience-react-ui 0.4.0-beta.5.1 → 0.4.0-beta.7.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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  React component library for building TetraScience applications.
4
4
 
5
+ [![npm version](https://img.shields.io/npm/v/@tetrascience-npm/tetrascience-react-ui)](https://www.npmjs.com/package/@tetrascience-npm/tetrascience-react-ui) [![CI](https://github.com/tetrascience/ts-lib-ui-kit/actions/workflows/ci.yml/badge.svg)](https://github.com/tetrascience/ts-lib-ui-kit/actions/workflows/ci.yml) 📖 **[Storybook – Live Component Demos](https://ts-lib-ui-kit-storybook.vercel.app/)** | 🛠️ **[Contributing Guide](./CONTRIBUTING.md)**
6
+
5
7
  This library provides:
6
8
 
7
9
  - **UI Components**: Reusable React components following atomic design principles
@@ -255,6 +257,8 @@ Visit <http://localhost:5173> to see the example app with custom theming.
255
257
 
256
258
  ## Documentation
257
259
 
260
+ - [Storybook – Live Component Demos](https://ts-lib-ui-kit-storybook.vercel.app/) - Browse all components with interactive examples
261
+ - [NPM Package](https://www.npmjs.com/package/@tetrascience-npm/tetrascience-react-ui) - Installation and version info
258
262
  - [Getting Started Guide](./get_started_1.md) - Step-by-step tutorial
259
263
  - [Theming Guide](./THEMING.md) - Customise the design system
260
264
  - [Contributing](./CONTRIBUTING.md#development-setup) - Clone the repo and run `yarn storybook`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tetrascience-npm/tetrascience-react-ui",
3
- "version": "0.4.0-beta.5.1",
3
+ "version": "0.4.0-beta.7.1",
4
4
  "description": "TetraScience React UI",
5
5
  "type": "module",
6
6
  "author": "TetraScience",