@lanrenbang/basecoat-ultra 0.1.6 → 0.1.7
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-cn.md +4 -1
- package/README.md +4 -1
- package/package.json +3 -2
package/README-cn.md
CHANGED
|
@@ -7,6 +7,9 @@ Basecoat 将 shadcn/ui 的设计魔法带到了传统 Web 开发中:无需 Rea
|
|
|
7
7
|
|
|
8
8
|
**Basecoat Ultra** 是基于 [Basecoat](https://basecoatui.com) 的增强版 UI 库。它保留了“Tailwind 优先、框架无关”的核心理念,同时提供了针对现代审美和轻量级需求的深度定制。我们移除了对 Nunjucks/Jinja 的原生支持,转而专注于提供更丰富的交互组件、开箱即用的主题系统以及精细的视觉增强。
|
|
9
9
|
|
|
10
|
+
## 🎡 组件预览
|
|
11
|
+
[lanrenbang.github.io/basecoat-ultra](https://lanrenbang.github.io/basecoat-ultra)
|
|
12
|
+
|
|
10
13
|
## ✨ 特性
|
|
11
14
|
|
|
12
15
|
### 🛠️ 核心改进
|
|
@@ -190,7 +193,7 @@ bun run dev
|
|
|
190
193
|
* **[puikinsh/login-forms](https://github.com/puikinsh/login-forms/tree/main/forms/neumorphism)**: 拟态光照和 3D 效果的灵感来源。
|
|
191
194
|
* **[Flatpickr](https://flatpickr.js.org/)** & **[Split.js](https://split.js.org/)**: 优秀的第三方库支持。
|
|
192
195
|
|
|
193
|
-
## 通过捐赠支持我
|
|
196
|
+
## ☕ 通过捐赠支持我
|
|
194
197
|
[](https://buymeacoffee.com/bobbynona) [](https://ko-fi.com/bobbynona) [](https://github.com/Lanrenbang/.github/blob/5b06b0b2d0b8e4ce532c1c37c72115dd98d7d849/custom/USDT-TRC20.md) [](https://github.com/Lanrenbang/.github/blob/5b06b0b2d0b8e4ce532c1c37c72115dd98d7d849/custom/Litecoin.md)
|
|
195
198
|
|
|
196
199
|
## 📄 许可证
|
package/README.md
CHANGED
|
@@ -7,6 +7,9 @@ Basecoat brings the magic of shadcn/ui to any traditional web stack: no React re
|
|
|
7
7
|
|
|
8
8
|
**Basecoat Ultra** is an enhanced UI library based on [Basecoat](https://basecoatui.com). It retains the core philosophy of "Tailwind-first, framework-agnostic" while offering deep customizations tailored for modern aesthetics and lightweight requirements. We have removed native support for Nunjucks/Jinja to focus on providing richer interactive components, an out-of-the-box theming system, and refined visual enhancements.
|
|
9
9
|
|
|
10
|
+
## 🎡 Components Preview
|
|
11
|
+
[lanrenbang.github.io/basecoat-ultra](https://lanrenbang.github.io/basecoat-ultra)
|
|
12
|
+
|
|
10
13
|
## ✨ Features
|
|
11
14
|
|
|
12
15
|
### 🛠️ Core Improvements
|
|
@@ -194,7 +197,7 @@ This project stands on the shoulders of giants:
|
|
|
194
197
|
* **[puikinsh/login-forms](https://github.com/puikinsh/login-forms/tree/main/forms/neumorphism)**: Inspiration for Neumorphism lighting and 3D effects.
|
|
195
198
|
* **[Flatpickr](https://flatpickr.js.org/)** & **[Split.js](https://split.js.org/)**: Excellent third-party library support.
|
|
196
199
|
|
|
197
|
-
## Support Me
|
|
200
|
+
## ☕ Support Me
|
|
198
201
|
[](https://buymeacoffee.com/bobbynona) [](https://ko-fi.com/bobbynona) [](https://github.com/Lanrenbang/.github/blob/5b06b0b2d0b8e4ce532c1c37c72115dd98d7d849/custom/USDT-TRC20.md) [](https://github.com/Lanrenbang/.github/blob/5b06b0b2d0b8e4ce532c1c37c72115dd98d7d849/custom/Litecoin.md)
|
|
199
202
|
|
|
200
203
|
## 📄 License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lanrenbang/basecoat-ultra",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"description": "Basecoat UI - Ultra edition. A Tailwind-first component library.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/js/all.js",
|
|
@@ -44,6 +44,7 @@
|
|
|
44
44
|
"scripts": {
|
|
45
45
|
"dev": "vite",
|
|
46
46
|
"build": "vite build && vite build --mode minify && bun run build.ts",
|
|
47
|
+
"build:demo": "vite build --config vite.demo.config.ts && mv docs/demo/* docs/ && rmdir docs/demo && sed -i 's|\\.\\./assets|./assets|g' docs/index.html docs/demo.html",
|
|
47
48
|
"preview": "vite preview",
|
|
48
49
|
"verify": "vite --mode verify",
|
|
49
50
|
"diff": "bun run build.ts diff",
|
|
@@ -55,7 +56,7 @@
|
|
|
55
56
|
"split.js": "^1.6.5"
|
|
56
57
|
},
|
|
57
58
|
"devDependencies": {
|
|
58
|
-
"@lanrenbang/basecoat-ultra": "^0.1.
|
|
59
|
+
"@lanrenbang/basecoat-ultra": "^0.1.6",
|
|
59
60
|
"@tailwindcss/cli": "^4.1.18",
|
|
60
61
|
"@tailwindcss/vite": "^4.1.18",
|
|
61
62
|
"@types/bun": "latest",
|