@beyondcorp/beyond-ui 1.2.79 → 1.2.81

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 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -306,10 +306,10 @@ export default function Demo() {
306
306
 
307
307
  ## 📖 Documentation & Storybook
308
308
 
309
- Every component and hook has a demo, props table, variant showcase, and usage guide—launch Storybook locally, or check the online docs (URL).
310
-
311
- - `npm run storybook` (from the repo)
312
- - Getting Started, Theming, and API docs included
309
+ - [Getting Started guide](./docs/getting-started.md)
310
+ - [Theming & customization](./docs/theming.md)
311
+ - `npm run storybook` (run locally for component demos)
312
+ - Comprehensive API docs live alongside Storybook
313
313
 
314
314
  ---
315
315
 
@@ -361,4 +361,3 @@ MIT © Beyond Corp, Soi Technology Solutions 2025
361
361
  ---
362
362
 
363
363
  # Beyond-UI: Build clean, scalable UIs faster, with every detail documented and ready to use.
364
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beyondcorp/beyond-ui",
3
- "version": "1.2.79",
3
+ "version": "1.2.81",
4
4
  "description": "A comprehensive React UI component library built with TypeScript, TailwindCSS, and CVA",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",