@beyondcorp/beyond-ui 1.4.0 → 1.4.2

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -335,7 +335,7 @@ export default function Demo() {
335
335
 
336
336
  ## 📖 Documentation & Storybook
337
337
 
338
- - [Public Storybook](https://storybook.ui.beyondsoftwares.com) — hosted component gallery and prop reference
338
+ - [Public Storybook](https://storybook.beyondsoftwares.com) — hosted component gallery and prop reference
339
339
  - [Library landing page](https://ui.beyondsoftwares.com)
340
340
  - [Getting Started guide](./docs/getting-started.md)
341
341
  - [Theming & customization](./docs/theming.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beyondcorp/beyond-ui",
3
- "version": "1.4.00",
3
+ "version": "1.4.02",
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",