@nocobase/plugin-theme-editor 0.13.0-alpha.3 → 0.13.0-alpha.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.
- package/dist/client/index.js +1 -1
- package/package.json +2 -2
package/dist/client/index.js
CHANGED
|
@@ -15052,7 +15052,7 @@
|
|
|
15052
15052
|
}
|
|
15053
15053
|
) }),
|
|
15054
15054
|
tokenName.startsWith("color") && /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
15055
|
-
|
|
15055
|
+
client.Popover,
|
|
15056
15056
|
{
|
|
15057
15057
|
trigger: "click",
|
|
15058
15058
|
placement: "bottomRight",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-theme-editor",
|
|
3
|
-
"version": "0.13.0-alpha.
|
|
3
|
+
"version": "0.13.0-alpha.4",
|
|
4
4
|
"main": "dist/server/index.js",
|
|
5
5
|
"displayName": "Theme editor",
|
|
6
6
|
"displayName.zh-CN": "主题编辑器",
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
"@nocobase/test": "0.x",
|
|
31
31
|
"@nocobase/utils": "0.x"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "29594e9dbb2455e2f3f6bea95340c4ed75789b61"
|
|
34
34
|
}
|