@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 +1 -1
- package/package.json +1 -1
- package/variants/opentrek/base.tokens.json +806 -351
- package/variants/opentrek/theme.css +71 -7
- package/variants/uni-manager/base.tokens.json +186 -37
- package/variants/uni-manager/theme.css +272 -105
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
|
-
-
|
|
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
|
|