@raydenui/ui 0.9.1 → 0.9.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 +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  <picture>
2
- <source media="(prefers-color-scheme: dark)" srcset="./public/MacBook Air - 17.png">
3
- <source media="(prefers-color-scheme: light)" srcset="./public/MacBook Air - 17.png">
4
- <img alt="Rayden UI - Build UI faster. A React UI system designed for humans and AI." src="./public/MacBook Air - 17.png" width="100%">
2
+ <source media="(prefers-color-scheme: dark)" srcset="https://i.postimg.cc/6QsxLKk8/Mac-Book-Air-17.png">
3
+ <source media="(prefers-color-scheme: light)" srcset="https://i.postimg.cc/6QsxLKk8/Mac-Book-Air-17.png">
4
+ <img alt="Rayden UI - Build UI faster. A React UI system designed for humans and AI." src="https://i.postimg.cc/6QsxLKk8/Mac-Book-Air-17.png" width="100%">
5
5
  </picture>
6
6
 
7
7
  # Rayden UI
@@ -13,7 +13,7 @@ Pixel-perfect components from the [Rayna UI](https://www.raynaui.com/) design sy
13
13
  [![npm downloads](https://img.shields.io/npm/dm/@raydenui/ui.svg)](https://www.npmjs.com/package/@raydenui/ui)
14
14
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
15
15
  [![Documentation](https://img.shields.io/badge/docs-rayden--docs.vercel.app-F56630)](https://rayden-docs.vercel.app)
16
- [![Storybook](https://img.shields.io/badge/Storybook-FF4785?logo=storybook&logoColor=white)](https://main--69b6d5d8527b4eddb882e0a7.chromatic.com)
16
+ [![Storybook](https://img.shields.io/badge/Storybook-FF4785?logo=storybook&logoColor=white)](https://69b6d5e6cb6bbc778afec0ee-tcxvxzrkrt.chromatic.com/)
17
17
 
18
18
  ## Installation
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@raydenui/ui",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "description": "A modern React UI component library",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",