@tetrascience-npm/tetrascience-react-ui 0.4.0-beta.1.1 → 0.4.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.
package/README.md CHANGED
@@ -9,6 +9,12 @@ This library provides:
9
9
  - **Theming**: Customisable design system with ThemeProvider
10
10
  - **TypeScript**: Full type support with exported prop types
11
11
 
12
+ ## Requirements
13
+
14
+ - **React 19+**
15
+ - **Node.js 18+**
16
+ - **TypeScript 5.5+** (optional, but recommended)
17
+
12
18
  ## Installation
13
19
 
14
20
  ```bash