@blocklet/pages-kit-inner-components 0.7.19 → 0.7.21
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/lib/cjs/add-component.js +1 -1
- package/lib/cjs/chunks/{home-CPRUiCAh.js → home-BTdS1u5a.js} +2 -2
- package/lib/cjs/chunks/{index-Doys-iN0.js → index-DoTEfRgc.js} +24 -24
- package/lib/cjs/chunks/{publish-button-INBlsL60.js → publish-button-JfvmgBSI.js} +1 -1
- package/lib/cjs/home.js +1 -1
- package/lib/cjs/locales.js +2 -2
- package/lib/es/add-component.js +1 -1
- package/lib/es/chunks/{home-CwEhpemO.js → home-D3e7ljVw.js} +2 -2
- package/lib/es/chunks/{index-WxxNogsT.js → index-Dci_IgHn.js} +347 -314
- package/lib/es/chunks/{publish-button-DJeUvDTl.js → publish-button-CtlD3O0E.js} +2 -2
- package/lib/es/home.js +2 -2
- package/lib/es/locales.js +6 -2
- package/package.json +3 -3
|
@@ -10,8 +10,8 @@ import { produce as De } from "immer";
|
|
|
10
10
|
import Z from "lodash/difference";
|
|
11
11
|
import { useState as D, useMemo as C, useCallback as O, useImperativeHandle as Oe, useEffect as E, useRef as Ae } from "react";
|
|
12
12
|
import { useAsync as je } from "react-use";
|
|
13
|
-
import { L as ve } from "./home-
|
|
14
|
-
import { p as Ce, g as Re } from "./index-
|
|
13
|
+
import { L as ve } from "./home-D3e7ljVw.js";
|
|
14
|
+
import { p as Ce, g as Re } from "./index-Dci_IgHn.js";
|
|
15
15
|
function ze(s) {
|
|
16
16
|
const [u, g] = D(!1);
|
|
17
17
|
return /* @__PURE__ */ t(
|
package/lib/es/home.js
CHANGED
|
@@ -21,8 +21,8 @@ import "react-helmet";
|
|
|
21
21
|
import "react-router-dom";
|
|
22
22
|
import "react-use";
|
|
23
23
|
import "ufo";
|
|
24
|
-
import "./chunks/index-
|
|
25
|
-
import { a as R, e as S, P as W, d as j, c as k, b as q, T as v, H as z } from "./chunks/home-
|
|
24
|
+
import "./chunks/index-Dci_IgHn.js";
|
|
25
|
+
import { a as R, e as S, P as W, d as j, c as k, b as q, T as v, H as z } from "./chunks/home-D3e7ljVw.js";
|
|
26
26
|
import "./chunks/session-Dx5M-1r2.js";
|
|
27
27
|
export {
|
|
28
28
|
R as HomeView,
|
package/lib/es/locales.js
CHANGED
|
@@ -241,6 +241,8 @@ const t = e({
|
|
|
241
241
|
background: "Background",
|
|
242
242
|
backgroundFullWidth: "Background Full Width",
|
|
243
243
|
backgroundFullWidthHelper: "The background will cover the entire page",
|
|
244
|
+
zoomableImage: "Zoomable Image",
|
|
245
|
+
zoomableImageHelper: "Allow clicking images in this layout to preview with zoom",
|
|
244
246
|
badge: "Badge",
|
|
245
247
|
buttons: "Buttons",
|
|
246
248
|
button: "Button",
|
|
@@ -840,6 +842,8 @@ const t = e({
|
|
|
840
842
|
background: "背景",
|
|
841
843
|
backgroundFullWidth: "背景全宽",
|
|
842
844
|
backgroundFullWidthHelper: "背景将覆盖整个页面",
|
|
845
|
+
zoomableImage: "图片点击放大",
|
|
846
|
+
zoomableImageHelper: "开启后,该布局内的图片可点击放大预览",
|
|
843
847
|
badge: "标签",
|
|
844
848
|
buttons: "按钮",
|
|
845
849
|
button: "按钮",
|
|
@@ -1205,7 +1209,7 @@ const t = e({
|
|
|
1205
1209
|
style: {
|
|
1206
1210
|
title: "公共样式"
|
|
1207
1211
|
}
|
|
1208
|
-
}),
|
|
1212
|
+
}), i = { en: t, zh: a };
|
|
1209
1213
|
export {
|
|
1210
|
-
|
|
1214
|
+
i as translations
|
|
1211
1215
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/pages-kit-inner-components",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.21",
|
|
4
4
|
"description": "Pages Kit inner components library",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -201,8 +201,8 @@
|
|
|
201
201
|
"yaml": "^2.5.0",
|
|
202
202
|
"yjs": "^13.6.18",
|
|
203
203
|
"zustand": "^4.5.5",
|
|
204
|
-
"@blocklet/pages-kit": "^0.7.
|
|
205
|
-
"@blocklet/pages-kit-block-studio": "^0.7.
|
|
204
|
+
"@blocklet/pages-kit": "^0.7.21",
|
|
205
|
+
"@blocklet/pages-kit-block-studio": "^0.7.21"
|
|
206
206
|
},
|
|
207
207
|
"devDependencies": {
|
|
208
208
|
"@trivago/prettier-plugin-sort-imports": "^5.2.1",
|