@pisell/materials 6.11.47 → 6.11.48

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.
@@ -133,16 +133,16 @@
133
133
  /**
134
134
  * 工具按钮激活态(展开条内与外侧折叠 pill 共用同一套色值)。
135
135
  * 主色链:`--color-primary`(与主色展开键、业务 HUD 一致)→ `--fmap-primary`(PisellFloorMapLayout 注入)
136
- * → 兜底 #1677ff。淡底用 color-mix 12%/18% hover。
136
+ * → 兜底 #1677ff。淡底用 color-mix 25%/32% hover。
137
137
  */
138
138
  .vc-tool-btn-active-colors() {
139
139
  @vc-p: var(--color-primary, var(--fmap-primary, #1677ff));
140
140
 
141
- background: color-mix(in srgb, @vc-p 12%, #fff);
141
+ background: color-mix(in srgb, @vc-p 25%, #fff);
142
142
  color: @vc-p;
143
143
 
144
144
  &:hover {
145
- background: color-mix(in srgb, @vc-p 18%, #fff);
145
+ background: color-mix(in srgb, @vc-p 32%, #fff);
146
146
  color: @vc-p;
147
147
  }
148
148
 
@@ -133,16 +133,16 @@
133
133
  /**
134
134
  * 工具按钮激活态(展开条内与外侧折叠 pill 共用同一套色值)。
135
135
  * 主色链:`--color-primary`(与主色展开键、业务 HUD 一致)→ `--fmap-primary`(PisellFloorMapLayout 注入)
136
- * → 兜底 #1677ff。淡底用 color-mix 12%/18% hover。
136
+ * → 兜底 #1677ff。淡底用 color-mix 25%/32% hover。
137
137
  */
138
138
  .vc-tool-btn-active-colors() {
139
139
  @vc-p: var(--color-primary, var(--fmap-primary, #1677ff));
140
140
 
141
- background: color-mix(in srgb, @vc-p 12%, #fff);
141
+ background: color-mix(in srgb, @vc-p 25%, #fff);
142
142
  color: @vc-p;
143
143
 
144
144
  &:hover {
145
- background: color-mix(in srgb, @vc-p 18%, #fff);
145
+ background: color-mix(in srgb, @vc-p 32%, #fff);
146
146
  color: @vc-p;
147
147
  }
148
148
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "6.11.47",
3
+ "version": "6.11.48",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",