@teamix-evo/tokens 0.4.0 → 0.5.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
@@ -9,7 +9,7 @@ tokens 是 Teamix Evo 的 **视觉值层**,纯资源包(无 JS 构建产物)。
9
9
  - 每个 `variants/<name>/` 是一个**完整自包含**的 token 集 —— 不再有 default 基线 + variant 覆盖的合并模型
10
10
  - 内含 `theme.css`(Tailwind v4 `@theme {}`)与 `base.tokens.json`(W3C Design Tokens 引用数据)
11
11
  - 设计知识(哲学 / 模式 / 品牌调性 / 生成流程)归属 `@teamix-evo/skills` 的 `teamix-evo-design-<variant>` skill,**不在本包**
12
- - shadcn 全局偏好(pointer cursor )归属 `@teamix-evo/ui/src/preferences.css`,由 `teamix-evo ui init` 部署
12
+ - 可交互元素的 `cursor: pointer`(以及 disabled 态 `cursor: not-allowed`)由组件源码内**显式声明**,不再走全局 CSS 文件 [ADR 0023](../../docs/adr/0023-cursor-pointer-explicit-in-component-source.md)
13
13
 
14
14
  CLI 在运行时按变体加载本包的 `variants/<name>/` 内容,写入消费方根 `tokens/` 目录。
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamix-evo/tokens",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "Design tokens (CSS custom properties) for Teamix Evo — consumed by CSS bundlers (Tailwind v4 @theme)",
5
5
  "type": "module",
6
6
  "files": [