@open-ai-school/ai-ui-library 0.2.0 โ†’ 0.3.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 +3 -3
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -2,16 +2,16 @@
2
2
 
3
3
  # ๐ŸŽจ AI UI Library
4
4
 
5
- **The shared design system for [Open AI School](https://open-ai-school.vercel.app)**
5
+ **The shared design system for [Open AI School](https://openaischool.vercel.app)**
6
6
 
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.open-ai-school.vercel.app)
10
+ [![Storybook](https://img.shields.io/badge/Storybook-FF4785?logo=storybook&logoColor=white)](https://ui.openaischool.vercel.app)
11
11
 
12
12
  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
13
 
14
- [**Live Storybook โ†’**](https://ui.open-ai-school.vercel.app) ยท [**npm โ†’**](https://www.npmjs.com/package/@open-ai-school/ai-ui-library) ยท [**Open AI School โ†’**](https://open-ai-school.vercel.app)
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)
15
15
 
16
16
  </div>
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-ai-school/ai-ui-library",
3
- "version": "0.2.0",
3
+ "version": "0.3.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",
@@ -25,7 +25,8 @@
25
25
  "lint": "eslint src/",
26
26
  "storybook": "storybook dev -p 6006",
27
27
  "build-storybook": "storybook build",
28
- "prepublishOnly": "npm run build"
28
+ "prepublishOnly": "npm run build",
29
+ "prepare": "tsup"
29
30
  },
30
31
  "repository": {
31
32
  "type": "git",