twenty-sdk 0.5.0 → 0.5.2

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.
Files changed (32) hide show
  1. package/dist/{AllIcons-CGPKtPQS-DL2Ipn0N.mjs → AllIcons-CGPKtPQS-C-ZFgy8B.mjs} +6431 -6459
  2. package/dist/{AllIcons-CGPKtPQS-cyMLi0D3.js → AllIcons-CGPKtPQS-sO2O4z-k.js} +1888 -1908
  3. package/dist/{HtmlTagToRemoteComponent-dGw8vtni.js → HtmlTagToRemoteComponent-B6lQe_K8.js} +1 -1
  4. package/dist/{HtmlTagToRemoteComponent-CnoNG9cX.mjs → HtmlTagToRemoteComponent-DRdIf3GJ.mjs} +1 -1
  5. package/dist/IconWorld-DynX4UYH.mjs +3003 -0
  6. package/dist/IconWorld-JYjJym3l.js +1876 -0
  7. package/dist/_commonjsHelpers-DKOUU3wS.js +1 -0
  8. package/dist/_commonjsHelpers-DaMA6jEr.mjs +8 -0
  9. package/dist/cli/commands/app/app-dev.d.ts +1 -0
  10. package/dist/cli/utilities/config/get-config-path.d.ts +1 -0
  11. package/dist/cli.cjs +57 -226
  12. package/dist/cli.mjs +3619 -8425
  13. package/dist/front-component/index.cjs +1 -1
  14. package/dist/front-component/index.mjs +5099 -2099
  15. package/dist/front-component/remote/generated/remote-components.d.ts +256 -1
  16. package/dist/front-component/remote/generated/remote-elements.d.ts +3141 -2
  17. package/dist/front-component/types/PropertySchema.d.ts +1 -1
  18. package/dist/index.cjs +2 -2
  19. package/dist/index.mjs +344 -166
  20. package/dist/{isValidCountryCode-B7MxBtRC-Do8IFgFH.mjs → isValidCountryCode-ujmwsK7z-B8kSH7O8.mjs} +1170 -1159
  21. package/dist/{isValidCountryCode-B7MxBtRC-BdzSztjn.js → isValidCountryCode-ujmwsK7z-DwSvvT1u.js} +10 -10
  22. package/dist/navigation-_M4-TT0O.js +503 -0
  23. package/dist/{input-r2MHVbqO.mjs → navigation-udgao_jA.mjs} +25155 -23133
  24. package/dist/sdk/front-component-common/index.d.ts +0 -2
  25. package/dist/sdk/index.d.ts +0 -2
  26. package/dist/ui/index.cjs +12 -1980
  27. package/dist/ui/index.mjs +1971 -9520
  28. package/package.json +2 -2
  29. package/dist/input-pdm2U5rP.js +0 -402
  30. package/dist/jsx-runtime-BdMIAavf.mjs +0 -639
  31. package/dist/jsx-runtime-Bglt9wWZ.js +0 -30
  32. package/dist/sdk/front-component-common/AllowedUiComponents.d.ts +0 -9
@@ -0,0 +1 @@
1
+ "use strict";var o=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function l(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}exports.commonjsGlobal=o;exports.getDefaultExportFromCjs=l;
@@ -0,0 +1,8 @@
1
+ var o = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
2
+ function l(e) {
3
+ return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
4
+ }
5
+ export {
6
+ o as c,
7
+ l as g
8
+ };
@@ -12,6 +12,7 @@ export declare class AppDevCommand {
12
12
  private watchersStarted;
13
13
  private uiStateManager;
14
14
  private unmountUI;
15
+ close(): Promise<void>;
15
16
  execute(options: AppDevOptions): Promise<void>;
16
17
  private cleanOutputDir;
17
18
  private startManifestWatcher;
@@ -0,0 +1 @@
1
+ export declare const getConfigPath: () => string;