niuma-ui 2.1.3 → 2.1.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -6,6 +6,13 @@
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+
10
+ ## [2.1.4] - 2026-09-23
11
+
12
+ ### 变更
13
+
14
+ - 文档站:组件页和指南页共用 `site-doc` 文章样式(眉题、标题、导语、小节)。演示、代码块、API / Token 表、翻页和首页卡片的圆角与底色走 `--site-panel-radius` / `--site-panel-bg`,暗色不再单独换成抬升表面。文档区背景跟首页画布,网格线走 `--site-home-grid`;暗色画布用 `--rs-bg`,网格为浅色细线。
15
+
9
16
  ## [2.1.3] - 2026-09-22
10
17
 
11
18
  ### 变更
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "niuma-ui",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "description": "Vue 3 workbench design system — Rs* components, --rs-* tokens, optional Monaco / CodeMirror / xterm",