@viocha/esm-pkg 3.0.0 → 3.1.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 CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  面向浏览器的预构建 ESM 依赖集合。项目将常用 React、UI 组件库、图标库及浏览器开发工具打包为可直接加载的单文件模块,适合配合 `importmap`、原生 `<script type="module">`、在线示例或无需构建步骤的小型页面使用。
4
4
 
5
- 当前版本为 `@viocha/esm-pkg@3.0.0`。其中 shadcn/ui 已升级为官方最新的 Base UI Nova 风格,组件源码、主题样式和字体均打入浏览器 bundle。
5
+ 当前版本为 `@viocha/esm-pkg@3.1.0`。其中 shadcn/ui 已升级为官方最新的 Base UI Nova 风格,组件源码、主题样式和字体均打入浏览器 bundle。
6
6
 
7
7
  ## 包含内容
8
8
 
@@ -21,6 +21,7 @@
21
21
  | `@viocha/esm-pkg/lucide-react` | Lucide React |
22
22
  | `@viocha/esm-pkg/shadcn` | shadcn/ui Base UI Nova 组件与主题 |
23
23
  | `@viocha/esm-pkg/react-shadcn` | React、React DOM、JSX Runtime、cn、Lucide 与 shadcn/ui |
24
+ | `@viocha/esm-pkg/react-shadcn-v` | 与 react-shadcn 相同,但 shadcn/Tailwind utility 使用 `v:` 前缀 |
24
25
  | `@viocha/esm-pkg/babel` | Babel Standalone 浏览器运行时 |
25
26
  | `@viocha/esm-pkg/tailwind` | Tailwind CSS Browser |
26
27