@chaibuilder/sdk 1.2.93 → 1.2.95
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/{CodeEditor-7AhH7ll8.js → CodeEditor-rsNTHAnV.js} +28 -30
- package/dist/CodeEditor-sMmjIL-u.cjs +1 -0
- package/dist/{Topbar-X_79oQQf.js → Topbar-TkCq6YMq.js} +19 -21
- package/dist/Topbar-f4B5oRp1.cjs +1 -0
- package/dist/{UnsplashImages-TlLU5BkT.js → UnsplashImages-Ax3Ik6fg.js} +33 -35
- package/dist/UnsplashImages-vCpHQ4up.cjs +1 -0
- package/dist/{UploadImages-GiKofaXX.js → UploadImages-Jar31A7w.js} +62 -37
- package/dist/UploadImages-KO8wFdE8.cjs +1 -0
- package/dist/{context-menu-yLeOsx9j.js → context-menu-9cWJcKdh.js} +463 -427
- package/dist/context-menu-sQn7ryJ6.cjs +1 -0
- package/dist/core.cjs +1 -1
- package/dist/core.js +77 -79
- package/dist/iconBase-HBZkvN04.js +330 -0
- package/dist/iconBase-kuD_VwQx.cjs +1 -0
- package/dist/index-cUydM1n4.cjs +223 -0
- package/dist/{index-GjgkZP8W.js → index-esmAeUzA.js} +9012 -7760
- package/dist/{plugin-BXpjdQxx.cjs → plugin-P0tpo_XZ.cjs} +1 -1
- package/dist/plugin-_F-KZp1i.cjs +1 -0
- package/dist/{plugin-DdKuAR7p.js → plugin-f5uJtdXY.js} +1 -1
- package/dist/plugin-sJ3Hzvpv.js +57 -0
- package/dist/render.cjs +2 -2
- package/dist/render.js +6 -7
- package/dist/style.css +1 -1
- package/dist/tailwind.cjs +1 -1
- package/dist/tailwind.js +6 -7
- package/dist/ui.cjs +1 -1
- package/dist/ui.js +112 -113
- package/dist/web-blocks.cjs +1 -1
- package/dist/web-blocks.js +235 -265
- package/package.json +1 -1
- package/dist/CodeEditor-Iy57NpaR.cjs +0 -1
- package/dist/Topbar-oXx57vCi.cjs +0 -1
- package/dist/UnsplashImages-smJeXVat.cjs +0 -1
- package/dist/UploadImages-Ic_iZgWY.cjs +0 -1
- package/dist/_commonjsHelpers-f3sTPFkQ.js +0 -8
- package/dist/_commonjsHelpers-f52AuuUj.cjs +0 -1
- package/dist/button-9Duvj2dH.js +0 -42
- package/dist/button-oQgWN0j0.cjs +0 -1
- package/dist/context-menu-8MWP_Ikf.cjs +0 -1
- package/dist/iconBase-BnEC5_qG.js +0 -1583
- package/dist/iconBase-_bgMuxa5.cjs +0 -1
- package/dist/index-f5CPA351.cjs +0 -223
- package/dist/plugin-02QsHeBE.cjs +0 -1
- package/dist/plugin-VDzc8jUO.js +0 -52
package/dist/plugin-02QsHeBE.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";const f=require("./_commonjsHelpers-f52AuuUj.cjs");var o={},a={};(function(n){Object.defineProperty(n,"__esModule",{value:!0}),Object.defineProperty(n,"default",{enumerable:!0,get:function(){return i}});function u(t,e){return{handler:t,config:e}}u.withOptions=function(t,e=()=>({})){const r=function(l){return{__options:l,handler:t(l),config:e(l)}};return r.__isOptionsFunction=!0,r.__pluginFunction=t,r.__configFunction=e,r};const i=u})(a);(function(n){Object.defineProperty(n,"__esModule",{value:!0}),Object.defineProperty(n,"default",{enumerable:!0,get:function(){return t}});const u=i(a);function i(e){return e&&e.__esModule?e:{default:e}}const t=u.default})(o);let c=o;var _=(c.__esModule?c:{default:c}).default;const d=f.getDefaultExportFromCjs(_);exports.plugin=d;
|
package/dist/plugin-VDzc8jUO.js
DELETED
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { g as f } from "./_commonjsHelpers-f3sTPFkQ.js";
|
|
2
|
-
var a = {}, c = {};
|
|
3
|
-
(function(n) {
|
|
4
|
-
Object.defineProperty(n, "__esModule", {
|
|
5
|
-
value: !0
|
|
6
|
-
}), Object.defineProperty(n, "default", {
|
|
7
|
-
enumerable: !0,
|
|
8
|
-
get: function() {
|
|
9
|
-
return i;
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
function u(t, e) {
|
|
13
|
-
return {
|
|
14
|
-
handler: t,
|
|
15
|
-
config: e
|
|
16
|
-
};
|
|
17
|
-
}
|
|
18
|
-
u.withOptions = function(t, e = () => ({})) {
|
|
19
|
-
const r = function(l) {
|
|
20
|
-
return {
|
|
21
|
-
__options: l,
|
|
22
|
-
handler: t(l),
|
|
23
|
-
config: e(l)
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
return r.__isOptionsFunction = !0, r.__pluginFunction = t, r.__configFunction = e, r;
|
|
27
|
-
};
|
|
28
|
-
const i = u;
|
|
29
|
-
})(c);
|
|
30
|
-
(function(n) {
|
|
31
|
-
Object.defineProperty(n, "__esModule", {
|
|
32
|
-
value: !0
|
|
33
|
-
}), Object.defineProperty(n, "default", {
|
|
34
|
-
enumerable: !0,
|
|
35
|
-
get: function() {
|
|
36
|
-
return t;
|
|
37
|
-
}
|
|
38
|
-
});
|
|
39
|
-
const u = /* @__PURE__ */ i(c);
|
|
40
|
-
function i(e) {
|
|
41
|
-
return e && e.__esModule ? e : {
|
|
42
|
-
default: e
|
|
43
|
-
};
|
|
44
|
-
}
|
|
45
|
-
const t = u.default;
|
|
46
|
-
})(a);
|
|
47
|
-
let o = a;
|
|
48
|
-
var _ = (o.__esModule ? o : { default: o }).default;
|
|
49
|
-
const s = /* @__PURE__ */ f(_);
|
|
50
|
-
export {
|
|
51
|
-
s as p
|
|
52
|
-
};
|