@coralai/sps-cli 0.67.1 → 0.67.2
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/CHANGELOG.md +10 -0
- package/dist/console-assets/assets/{ShowcasePage-BT8yKbuT.js → ShowcasePage-C_1rRVoE.js} +1 -1
- package/dist/console-assets/assets/{index-B1FscG4r.css → index-APMfa-Q-.css} +1 -1
- package/dist/console-assets/assets/{index-Dht87wHH.js → index-usTYTVl-.js} +15 -15
- package/dist/console-assets/index.html +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.67.2
|
|
4
|
+
|
|
5
|
+
- 🔴 **fix(console)**: 插件配置弹窗**错乱** —— 内容溢出到边框外、双层边框、两个标题。
|
|
6
|
+
三个原因叠在一起:①复用的 `Modal` 写死 `w-[min(92vw,520px)]`(页面里别处的小对话框在用),
|
|
7
|
+
而配置面是主从两栏、880px 起步 ⇒ 溢出;②配置面自带 `nb-card`,外面再套一层 ⇒ 双框;
|
|
8
|
+
③配置面自带标题,弹窗又加一个 ⇒ 重复。
|
|
9
|
+
改为直接用 `ModalOverlay` + 只给尺寸和滚动、不给外观,关闭入口改成浮在右上角的 ×。
|
|
10
|
+
**没有去改 `Modal`** —— 它是别处小对话框的公用件,改宽度会波及那些。
|
|
11
|
+
|
|
12
|
+
|
|
3
13
|
## 0.67.1
|
|
4
14
|
|
|
5
15
|
- **feat(console)**: 插件页改成**卡片平铺**(与技能页同一套 auto-fill 网格),
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{c as st,r as Te,j as u,u as _n,S as fs,P as hs,C as ps,E as ms,L as Yt,A as gn,a as yn}from"./index-
|
|
1
|
+
import{c as st,r as Te,j as u,u as _n,S as fs,P as hs,C as ps,E as ms,L as Yt,A as gn,a as yn}from"./index-usTYTVl-.js";/**
|
|
2
2
|
* @license lucide-react v0.544.0 - ISC
|
|
3
3
|
*
|
|
4
4
|
* This source code is licensed under the ISC license.
|