twenty-sdk 0.4.2 → 0.4.3
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/cli/index.cjs +31 -31
- package/dist/cli/index.mjs +293 -288
- package/dist/cli/utilities/build/common/esbuild-watcher.d.ts +0 -1
- package/dist/cli/utilities/build/common/front-component-build/constants/front-component-external-modules.d.ts +1 -0
- package/dist/cli/utilities/build/common/front-component-build/utils/create-front-component-build-options.d.ts +14 -0
- package/dist/cli/utilities/build/common/front-component-build/utils/get-front-component-build-plugins.d.ts +2 -0
- package/dist/front-component/__stories__/FrontComponentRenderer.stories.d.ts +9 -0
- package/dist/front-component/__stories__/mocks/interactive.front-component.d.ts +7 -0
- package/dist/front-component/__stories__/mocks/lifecycle.front-component.d.ts +7 -0
- package/dist/front-component/__stories__/mocks/static.front-component.d.ts +7 -0
- package/dist/front-component/__stories__/utils/buildMockComponents.d.ts +1 -0
- package/dist/front-component/__stories__/utils/loadBuiltComponent.d.ts +1 -0
- package/dist/front-component/index.cjs +1 -1
- package/dist/front-component/index.mjs +4 -4
- package/dist/index.cjs +2 -2
- package/dist/index.mjs +1 -1
- package/dist/{types-DqLnNRPE.js → types-BhI-EY61.js} +1 -1
- package/dist/{types-BSOjxfFi.mjs → types-DBujFsE7.mjs} +3 -3
- package/dist/vendor/twenty-shared/database-events/object-record.base.event.d.ts +1 -0
- package/dist/vendor/twenty-shared/database-events/object-record.base.event.d.ts.map +1 -1
- package/dist/vendor/twenty-shared/types/EventLogTable.d.ts +6 -0
- package/dist/vendor/twenty-shared/types/EventLogTable.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/SettingsPath.d.ts +1 -0
- package/dist/vendor/twenty-shared/types/SettingsPath.d.ts.map +1 -1
- package/dist/vendor/twenty-shared/types/index.d.ts +1 -0
- package/dist/vendor/twenty-shared/types/index.d.ts.map +1 -1
- package/dist/vendor/twenty-shared/types.cjs +1 -1
- package/dist/vendor/twenty-shared/types.mjs +57 -56
- package/package.json +4 -20
- package/dist/README.md +0 -282
- package/dist/package.json +0 -87
|
@@ -720,7 +720,7 @@ const Dt = () => new Pt(), Ot = ({
|
|
|
720
720
|
}) => v.createElement("a", m(e), t), un = ({
|
|
721
721
|
children: t,
|
|
722
722
|
...e
|
|
723
|
-
}) => v.createElement("img", m(e)
|
|
723
|
+
}) => v.createElement("img", m(e)), sn = ({
|
|
724
724
|
children: t,
|
|
725
725
|
...e
|
|
726
726
|
}) => v.createElement("ul", m(e), t), an = ({
|
|
@@ -738,7 +738,7 @@ const Dt = () => new Pt(), Ot = ({
|
|
|
738
738
|
}) => v.createElement("label", m(e), t), vn = ({
|
|
739
739
|
children: t,
|
|
740
740
|
...e
|
|
741
|
-
}) => v.createElement("input", m(e)
|
|
741
|
+
}) => v.createElement("input", m(e)), pn = ({
|
|
742
742
|
children: t,
|
|
743
743
|
...e
|
|
744
744
|
}) => v.createElement("textarea", m(e), t), mn = ({
|
|
@@ -774,10 +774,10 @@ const Dt = () => new Pt(), Ot = ({
|
|
|
774
774
|
}) => v.createElement("td", m(e), t), Cn = ({
|
|
775
775
|
children: t,
|
|
776
776
|
...e
|
|
777
|
-
}) => v.createElement("br", m(e)
|
|
777
|
+
}) => v.createElement("br", m(e)), xn = ({
|
|
778
778
|
children: t,
|
|
779
779
|
...e
|
|
780
|
-
}) => v.createElement("hr", m(e)
|
|
780
|
+
}) => v.createElement("hr", m(e)), _n = ({
|
|
781
781
|
children: t,
|
|
782
782
|
...e
|
|
783
783
|
}) => v.createElement(ct, m(e), t), Nn = /* @__PURE__ */ new Map([
|