@anker-in/headless-ui 1.3.66 → 1.3.67

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.
@@ -19,6 +19,7 @@
19
19
  --sidebar-shelf-radius: 6px;
20
20
  /* 图文圆角:<=1024px 为 12px */
21
21
  --image-text-radius: 12px;
22
+ --btn-text-active-color: #1E2024;
22
23
  }
23
24
 
24
25
  /* 侧边栏选中状态和货架组件圆角:>1024px 为 8px */
@@ -38,4 +39,5 @@
38
39
  --tabs-hover-foreground-color: #004966;
39
40
  --brand-gradient-color-0: linear-gradient(90deg, var(--brand-color-0) 0%, var(--brand-color-0) 100%);
40
41
  --badge-text-color: #080a0f;
42
+ --btn-text-active-color: #1E2024;
41
43
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anker-in/headless-ui",
3
- "version": "1.3.66",
3
+ "version": "1.3.67",
4
4
  "type": "commonjs",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "types": "./dist/cjs/index.d.ts",