@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.
- package/README.md +3 -3
- 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://
|
|
5
|
+
**The shared design system for [Open AI School](https://openaischool.vercel.app)**
|
|
6
6
|
|
|
7
7
|
[](https://www.npmjs.com/package/@open-ai-school/ai-ui-library)
|
|
8
8
|
[](https://opensource.org/licenses/MIT)
|
|
9
9
|
[](https://www.typescriptlang.org/)
|
|
10
|
-
[](https://ui.
|
|
10
|
+
[](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.
|
|
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.
|
|
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",
|