@zmzai/theme 0.5.1 → 0.5.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zmzai/theme",
3
- "version": "0.5.1",
3
+ "version": "0.5.3",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "zmzai 全品牌设计系统 — Radix UI + framer-motion + Tailwind v4 + MiSans",
@@ -1,7 +1,7 @@
1
1
  /* @zmzai/theme — Landing kit
2
2
  open-design.ai 风格落地页组件样式。
3
- 依赖消费端 @theme token:--color-paper/ink/ink-2/muted/line/accent/accent-ink/
4
- surface/radius-*/ease-out/ease-out-expo/font-mono/font-serif。 */
3
+ 依赖消费端 @theme token:--color-paperinkink-2mutedlineaccent
4
+ accent-ink、surfaceradiusease-outease-out-expofont-monofont-serif。 */
5
5
 
6
6
  /* ── Capsule buttons(solid/outline 胶囊按钮) ── */
7
7
  .btn-outline {
@@ -361,11 +361,9 @@
361
361
  margin-top: 1px;
362
362
  }
363
363
 
364
- /* ── Status badge(live 脉冲 / building 流光 / planned 虚线) ── */
365
- .status-pulse {
366
- position: relative;
367
- }
368
-
364
+ /* ── Status badge(live 脉冲 / building 流光 / planned 虚线) ──
365
+ 注意:.status-pulse 不能写 position —— 无 layer CSS 会覆盖 Tailwind
366
+ utilities 的 absolute inset-0,把脉冲层压成椭圆。定位由组件 className 提供。 */
369
367
  .status-pulse::after {
370
368
  content: "";
371
369
  position: absolute;