@beryl-ui/react 2.2.0 → 2.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 +1 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -20,6 +20,7 @@ Professional React component library from **beryl-ui**, built with `styled-compo
20
20
  * **TextArea**: Multi-line text field.
21
21
  * **TextInput**: Text input field.
22
22
  * **Toast**: Feedback message for the user (requires `ToastProvider`).
23
+ * **Tooltip**: Contextual text hints displayed on hover, focus, or touch (optional `TooltipProvider` for global control).
23
24
 
24
25
  > For interactive documentation and usage examples for each component, visit our [**Storybook online**](https://robson16.github.io/beryl-ui/).
25
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beryl-ui/react",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "React components for the beryl-ui Design System.",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
@@ -34,9 +34,9 @@
34
34
  "lint": "eslint src --ext .ts,.tsx --fix"
35
35
  },
36
36
  "peerDependencies": {
37
- "react": "^18.3.1",
38
- "react-dom": "^18.3.1",
39
- "styled-components": "^6.3.6"
37
+ "react": "^18.0.0 || ^19.0.0",
38
+ "react-dom": "^18.0.0 || ^19.0.0",
39
+ "styled-components": "^6.0.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@beryl-ui/eslint-config": "*",
@@ -57,4 +57,4 @@
57
57
  "@radix-ui/react-tooltip": "^1.2.8",
58
58
  "phosphor-react": "^1.4.1"
59
59
  }
60
- }
60
+ }