@reactor-team/ui 1.0.0 → 1.0.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 +0 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -89,9 +89,6 @@ The library uses CSS custom properties for design tokens:
89
89
  ### Typography
90
90
  - `--reactor-font-mono`: 'IBM Plex Mono', monospace
91
91
 
92
- ### Shadows
93
- - `--reactor-shadow-button`: Multi-layer box shadow
94
-
95
92
  ## Contributing
96
93
 
97
94
  This project uses [semantic-release](https://github.com/semantic-release/semantic-release) for automated versioning and publishing. Your commit messages determine the version bump:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reactor-team/ui",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Reactor UI Component Library - Reusable React components for Reactor applications",
5
5
  "type": "module",
6
6
  "main": "./dist/reactor-ui.cjs",