@ws-ui/store 1.9.2 → 1.10.0
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/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -10540,7 +10540,7 @@ const iM = () => PD(), Fr = LD, Df = q(
|
|
|
10540
10540
|
), qr = (e) => q(
|
|
10541
10541
|
dn,
|
|
10542
10542
|
(t) => t.tabs.find(({ path: r }) => r === e)
|
|
10543
|
-
), YM = (e) => q(qr(e), (t) => t == null ? void 0 : t.name), UD = (e, t = "") => q(qr(e), (r) => !r || !r.content || typeof r.content == "string" ? r == null ? void 0 : r.content : oe.get(r.content, t)), VM = (e) => q(qr(e), (t) => t == null ? void 0 : t.extra), KM = (e, t = (r) => r) => q(
|
|
10543
|
+
), YM = (e) => q(qr(e), (t) => t == null ? void 0 : t.name), UD = (e, t = "") => q(qr(e), (r) => !r || !r.content || typeof r.content == "string" ? r == null ? void 0 : r.content : t ? oe.get(r.content, t) : r.content), VM = (e) => q(qr(e), (t) => t == null ? void 0 : t.extra), KM = (e, t = (r) => r) => q(
|
|
10544
10544
|
UD(e, "components"),
|
|
10545
10545
|
(r) => t(r || {})
|
|
10546
10546
|
), t_ = q(
|
|
@@ -13174,7 +13174,7 @@ function NP(e, t) {
|
|
|
13174
13174
|
isCanvas: !0,
|
|
13175
13175
|
props: {
|
|
13176
13176
|
airyMode: !1,
|
|
13177
|
-
className: "bg-white
|
|
13177
|
+
className: "bg-white w-full px-6",
|
|
13178
13178
|
classNames: [],
|
|
13179
13179
|
events: []
|
|
13180
13180
|
},
|
|
@@ -13209,7 +13209,7 @@ function NP(e, t) {
|
|
|
13209
13209
|
classNames: [],
|
|
13210
13210
|
events: [],
|
|
13211
13211
|
airyMode: !1,
|
|
13212
|
-
className: "bg-white
|
|
13212
|
+
className: "bg-white w-full px-6"
|
|
13213
13213
|
},
|
|
13214
13214
|
displayName: "Document",
|
|
13215
13215
|
custom: {},
|