twenty-sdk 0.6.0 → 0.6.1

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 (26) hide show
  1. package/README.md +1 -1
  2. package/dist/{HtmlTagToRemoteComponent-DBOkvIRB.mjs → HtmlTagToRemoteComponent-CALlgbCB.mjs} +283 -231
  3. package/dist/{HtmlTagToRemoteComponent-DzQ2I9Lz.js → HtmlTagToRemoteComponent-DvFlyCDv.js} +11 -11
  4. package/dist/cli/utilities/api/api-service.d.ts +4 -0
  5. package/dist/cli/utilities/build/common/esbuild-watcher.d.ts +5 -2
  6. package/dist/cli/utilities/build/common/typecheck-plugin.d.ts +1 -1
  7. package/dist/cli/utilities/client/client-service.d.ts +6 -1
  8. package/dist/cli/utilities/dev/orchestrator/dev-mode-orchestrator.d.ts +2 -0
  9. package/dist/cli/utilities/dev/orchestrator/steps/start-watchers-orchestrator-step.d.ts +2 -0
  10. package/dist/cli.cjs +376 -70
  11. package/dist/cli.mjs +2139 -1769
  12. package/dist/front-component-renderer/index.cjs +10 -10
  13. package/dist/front-component-renderer/index.d.ts +3 -3
  14. package/dist/front-component-renderer/index.mjs +2048 -1877
  15. package/dist/front-component-renderer/remote/generated/remote-components.d.ts +4 -0
  16. package/dist/front-component-renderer/remote/generated/remote-elements.d.ts +43 -0
  17. package/dist/front-component-renderer/types/FrontComponentHostCommunicationApi.d.ts +2 -1
  18. package/dist/{get-function-input-schema-BZ7_XyUh-By3UDh4s.mjs → get-function-input-schema-BZ7_XyUh-C9RBS5oC.mjs} +1 -1
  19. package/dist/{get-function-input-schema-BZ7_XyUh-GxSybvDe.js → get-function-input-schema-BZ7_XyUh-CzwPUwwE.js} +1 -1
  20. package/dist/index.cjs +1 -1
  21. package/dist/index.mjs +2 -2
  22. package/dist/sdk/front-component-api/constants/AllowedHtmlElements.js +53 -1
  23. package/dist/sdk/front-component-api/constants/AllowedHtmlElements.js.map +1 -1
  24. package/dist/sdk/front-component-api/globals/frontComponentHostCommunicationApi.d.ts +2 -0
  25. package/dist/sdk/front-component-api/globals/frontComponentHostCommunicationApi.js.map +1 -1
  26. package/package.json +17 -1
@@ -4,9 +4,9 @@ export { FrontComponentErrorEffect } from './remote/components/FrontComponentErr
4
4
  export { FrontComponentHostCommunicationApiEffect } from './remote/components/FrontComponentHostCommunicationApiEffect';
5
5
  export { FrontComponentUpdateContextEffect } from './remote/components/FrontComponentUpdateContextEffect';
6
6
  export { FrontComponentWorkerEffect } from './remote/components/FrontComponentWorkerEffect';
7
- export { HtmlA, HtmlArticle, HtmlAside, HtmlBlockquote, HtmlBr, HtmlButton, HtmlCode, HtmlDiv, HtmlEm, HtmlFooter, HtmlForm, HtmlH1, HtmlH2, HtmlH3, HtmlH4, HtmlH5, HtmlH6, HtmlHeader, HtmlHr, HtmlImg, HtmlInput, HtmlLabel, HtmlLi, HtmlMain, HtmlNav, HtmlOl, HtmlOption, HtmlP, HtmlPre, HtmlSection, HtmlSelect, HtmlSmall, HtmlSpan, HtmlStrong, HtmlTable, HtmlTbody, HtmlTd, HtmlTextarea, HtmlTfoot, HtmlTh, HtmlThead, HtmlTr, HtmlUl, } from './remote/generated/remote-components';
8
- export { HtmlAElement, HtmlArticleElement, HtmlAsideElement, HtmlBlockquoteElement, HtmlBrElement, HtmlButtonElement, HtmlCodeElement, HtmlDivElement, HtmlEmElement, HtmlFooterElement, HtmlFormElement, HtmlH1Element, HtmlH2Element, HtmlH3Element, HtmlH4Element, HtmlH5Element, HtmlH6Element, HtmlHeaderElement, HtmlHrElement, HtmlImgElement, HtmlInputElement, HtmlLabelElement, HtmlLiElement, HtmlMainElement, HtmlNavElement, HtmlOlElement, HtmlOptionElement, HtmlPElement, HtmlPreElement, HtmlSectionElement, HtmlSelectElement, HtmlSmallElement, HtmlSpanElement, HtmlStrongElement, HtmlTableElement, HtmlTbodyElement, HtmlTdElement, HtmlTextareaElement, HtmlTfootElement, HtmlTheadElement, HtmlThElement, HtmlTrElement, HtmlUlElement, RemoteFragmentElement, RemoteRootElement, } from './remote/generated/remote-elements';
9
- export type { HtmlAProperties, HtmlButtonProperties, HtmlCommonEvents, HtmlCommonProperties, HtmlFormProperties, HtmlImgProperties, HtmlInputProperties, HtmlLabelProperties, HtmlOptionProperties, HtmlSelectProperties, HtmlTdProperties, HtmlTextareaProperties, HtmlThProperties, } from './remote/generated/remote-elements';
7
+ export { HtmlA, HtmlArticle, HtmlAside, HtmlBlockquote, HtmlBr, HtmlButton, HtmlCode, HtmlDiv, HtmlEm, HtmlFooter, HtmlForm, HtmlH1, HtmlH2, HtmlH3, HtmlH4, HtmlH5, HtmlH6, HtmlHeader, HtmlHr, HtmlIframe, HtmlAudio, HtmlImg, HtmlSource, HtmlVideo, HtmlInput, HtmlLabel, HtmlLi, HtmlMain, HtmlNav, HtmlOl, HtmlOption, HtmlP, HtmlPre, HtmlSection, HtmlSelect, HtmlSmall, HtmlSpan, HtmlStrong, HtmlTable, HtmlTbody, HtmlTd, HtmlTextarea, HtmlTfoot, HtmlTh, HtmlThead, HtmlTr, HtmlUl, } from './remote/generated/remote-components';
8
+ export { HtmlAElement, HtmlArticleElement, HtmlAsideElement, HtmlBlockquoteElement, HtmlBrElement, HtmlButtonElement, HtmlCodeElement, HtmlDivElement, HtmlEmElement, HtmlFooterElement, HtmlFormElement, HtmlH1Element, HtmlH2Element, HtmlH3Element, HtmlH4Element, HtmlH5Element, HtmlH6Element, HtmlHeaderElement, HtmlHrElement, HtmlIframeElement, HtmlAudioElement, HtmlImgElement, HtmlSourceElement, HtmlVideoElement, HtmlInputElement, HtmlLabelElement, HtmlLiElement, HtmlMainElement, HtmlNavElement, HtmlOlElement, HtmlOptionElement, HtmlPElement, HtmlPreElement, HtmlSectionElement, HtmlSelectElement, HtmlSmallElement, HtmlSpanElement, HtmlStrongElement, HtmlTableElement, HtmlTbodyElement, HtmlTdElement, HtmlTextareaElement, HtmlTfootElement, HtmlTheadElement, HtmlThElement, HtmlTrElement, HtmlUlElement, RemoteFragmentElement, RemoteRootElement, } from './remote/generated/remote-elements';
9
+ export type { HtmlAProperties, HtmlButtonProperties, HtmlCommonEvents, HtmlCommonProperties, HtmlFormProperties, HtmlIframeProperties, HtmlAudioProperties, HtmlImgProperties, HtmlSourceProperties, HtmlVideoProperties, HtmlInputProperties, HtmlLabelProperties, HtmlOptionProperties, HtmlSelectProperties, HtmlTdProperties, HtmlTextareaProperties, HtmlThProperties, } from './remote/generated/remote-elements';
10
10
  export { createRemoteWorker } from './remote/worker/utils/createRemoteWorker';
11
11
  export type { FrontComponentExecutionContext } from '../sdk/front-component-api';
12
12
  export type { FrontComponentHostCommunicationApi } from './types/FrontComponentHostCommunicationApi';