@open-ai-school/ai-ui-library 0.6.0 → 0.7.0

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 +7 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,11 +7,15 @@
7
7
  [![npm version](https://img.shields.io/npm/v/@open-ai-school/ai-ui-library?color=6366f1&label=npm)](https://www.npmjs.com/package/@open-ai-school/ai-ui-library)
8
8
  [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
9
9
  [![TypeScript](https://img.shields.io/badge/TypeScript-strict-blue?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
10
- [![Storybook](https://img.shields.io/badge/Storybook-FF4785?logo=storybook&logoColor=white)](https://ui.openaischool.vercel.app)
10
+ [![Storybook](https://img.shields.io/badge/Storybook-FF4785?logo=storybook&logoColor=white)](https://open-ai-school.github.io/ai-ui-library/)
11
+ [![CI](https://github.com/open-ai-school/ai-ui-library/actions/workflows/ci.yml/badge.svg)](https://github.com/open-ai-school/ai-ui-library/actions/workflows/ci.yml)
12
+ [![npm downloads](https://img.shields.io/npm/dm/@open-ai-school/ai-ui-library?color=6366f1)](https://www.npmjs.com/package/@open-ai-school/ai-ui-library)
11
13
 
12
14
  A production-ready React component library built with TypeScript, Tailwind CSS, and Framer Motion. Designed as the single source of truth for UI across all Open AI School programs.
13
15
 
14
- [**Live Storybook →**](https://ui.openaischool.vercel.app) · [**npm →**](https://www.npmjs.com/package/@open-ai-school/ai-ui-library) · [**Open AI School →**](https://openaischool.vercel.app)
16
+ Published via **OIDC Trusted Publishing** zero tokens, fully automated CI/CD.
17
+
18
+ [**📖 Live Storybook →**](https://open-ai-school.github.io/ai-ui-library/) · [**📦 npm →**](https://www.npmjs.com/package/@open-ai-school/ai-ui-library) · [**🚀 Open AI School →**](https://openaischool.vercel.app)
15
19
 
16
20
  </div>
17
21
 
@@ -184,7 +188,7 @@ This library powers every repo in the [Open AI School](https://github.com/open-a
184
188
 
185
189
  | Repo | Description |
186
190
  |------|-------------|
187
- | [`platform`](https://github.com/open-ai-school/platform) | Main Next.js app shell |
191
+ | [`ai-platform`](https://github.com/open-ai-school/ai-platform) | Main Next.js app shell |
188
192
  | [`ai-seeds`](https://github.com/open-ai-school/ai-seeds) | 🌱 Level 1: Absolute beginners |
189
193
  | `ai-sprouts` | 🌿 Level 2: Foundations (coming soon) |
190
194
  | `ai-branches` | 🌳 Level 3: Applied AI (coming soon) |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-ai-school/ai-ui-library",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "Shared UI component library for Open AI School — React, TypeScript, Tailwind CSS, Framer Motion",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",