@jnrs/shared 1.1.9 → 1.1.10

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.
@@ -48,11 +48,13 @@
48
48
  /* 主题样式衍生 */
49
49
 
50
50
  // 字体
51
+ --jnrs-font-primary-01: oklch(from var(--jnrs-font-primary) l c h / 0.1);
51
52
  --jnrs-font-primary-03: oklch(from var(--jnrs-font-primary) l c h / 0.3);
52
53
  --jnrs-font-primary-06: oklch(from var(--jnrs-font-primary) l c h / 0.6);
53
54
 
54
55
  // 背景
55
56
  --jnrs-card-primary-03: oklch(from var(--jnrs-background-primary) l c h / 0.3);
57
+ --jnrs-card-primary-06: oklch(from var(--jnrs-background-primary) l c h / 0.6);
56
58
  --jnrs-background-primary-06: oklch(from var(--jnrs-background-primary) l c h / 0.6);
57
59
  --jnrs-background-primary-light: oklch(from var(--jnrs-background-primary) calc(l + 0.1) c h);
58
60
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jnrs/shared",
3
- "version": "1.1.9",
3
+ "version": "1.1.10",
4
4
  "description": "巨能前端工程化开发,通用工具包,与框架无关的纯逻辑、类型、常量、工具函数,完全不依赖任何 UI 框架或运行时环境。",
5
5
  "keywords": [
6
6
  "jnrs",