@geomak/ui 7.0.0 → 7.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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,9 +10,9 @@
10
10
  [![types](https://img.shields.io/npm/types/@geomak/ui?color=0466c8)](https://www.npmjs.com/package/@geomak/ui)
11
11
  [![license](https://img.shields.io/npm/l/@geomak/ui?color=0466c8)](./LICENSE)
12
12
  [![React 19](https://img.shields.io/badge/React-19-0466c8)](https://react.dev)
13
- [![Storybook](https://img.shields.io/badge/Storybook-live%20demo-ff4785)](https://oxygen-ui.netlify.app)
13
+ [![Storybook](https://img.shields.io/badge/Storybook-live%20demo-ff4785)](https://oxygenui.com)
14
14
 
15
- ### ▶ [Browse the live, interactive demo →](https://oxygen-ui.netlify.app)
15
+ ### ▶ [Browse the live, interactive demo →](https://oxygenui.com)
16
16
 
17
17
  <!-- Tip: drop a Storybook screen-recording here for the launch — docs/assets/preview.gif -->
18
18
 
@@ -64,7 +64,7 @@ import { ChevronDown, Search, createIcon } from '@geomak/ui/icons'
64
64
 
65
65
  ## Components
66
66
 
67
- 60+ components across these groups — all with **live controls and a written guide** in [Storybook](https://oxygen-ui.netlify.app).
67
+ 60+ components across these groups — all with **live controls and a written guide** in [Storybook](https://oxygenui.com).
68
68
 
69
69
  | Group | Components |
70
70
  |---|---|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "description": "Oxygen Design System — reusable UI primitives built with Radix UI behaviours and Tailwind CSS styling",
5
5
  "author": "G-MAKROGLOU",
6
6
  "license": "MIT",