diff --git a/docs/api-report/uix-host.api.md b/docs/api-report/uix-host.api.md index 029f45d..e1484d5 100644 --- a/docs/api-report/uix-host.api.md +++ b/docs/api-report/uix-host.api.md @@ -141,7 +141,7 @@ export type HostEvents = HostGuestEvent<"beforeload"> | HostGuestEvent<"load"> | export type InstalledExtensions = Record; // @internal -export const makeSandboxAttrs: (...sandboxes: AttrTokens[]) => ("allow-same-origin" | "allow-presentation" | "allow-downloads" | "allow-orientation-lock" | "allow-pointer-lock" | "allow-popups" | "allow-scripts" | "allow-storage-access-by-user-activation" | "allow-top-navigation-by-user-activation")[]; +export const makeSandboxAttrs: (...sandboxes: AttrTokens[]) => ("allow-presentation" | "allow-same-origin" | "allow-downloads" | "allow-orientation-lock" | "allow-pointer-lock" | "allow-popups" | "allow-scripts" | "allow-storage-access-by-user-activation" | "allow-top-navigation-by-user-activation")[]; // @internal export const mergeAttrValues: (...tokenLists: AttrTokens[]) => T[]; diff --git a/docs/markdown/uix-host.createextensionregistryasobjectsprovider.md b/docs/markdown/uix-host.createextensionregistryasobjectsprovider.md new file mode 100644 index 0000000..877dfc3 --- /dev/null +++ b/docs/markdown/uix-host.createextensionregistryasobjectsprovider.md @@ -0,0 +1,24 @@ + + +[Home](./index.md) > [@adobe/uix-host](./uix-host.md) > [createExtensionRegistryAsObjectsProvider](./uix-host.createextensionregistryasobjectsprovider.md) + +## createExtensionRegistryAsObjectsProvider() function + +Create a callback that fetches extensions as objects from the registry. + +**Signature:** + +```typescript +export declare function createExtensionRegistryAsObjectsProvider(config: ExtensionRegistryConfig): ExtensionsProvider; +``` + +## Parameters + +| Parameter | Type | Description | +| --- | --- | --- | +| config | [ExtensionRegistryConfig](./uix-host.extensionregistryconfig.md) | | + +**Returns:** + +[ExtensionsProvider](./uix-host.extensionsprovider.md) + diff --git a/package-lock.json b/package-lock.json index 45763f0..66d27e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@adobe/uix-sdk-monorepo", - "version": "0.9.0", + "version": "0.9.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@adobe/uix-sdk-monorepo", - "version": "0.9.0", + "version": "0.9.1", "license": "Apache-2.0", "workspaces": [ "packages/*", @@ -21423,23 +21423,23 @@ }, "packages/uix-core": { "name": "@adobe/uix-core", - "version": "0.9.0", + "version": "0.9.1", "license": "Apache-2.0" }, "packages/uix-guest": { "name": "@adobe/uix-guest", - "version": "0.9.0", + "version": "0.9.1", "license": "Apache-2.0", "dependencies": { - "@adobe/uix-core": "^0.9.0" + "@adobe/uix-core": "^0.9.1" } }, "packages/uix-host": { "name": "@adobe/uix-host", - "version": "0.9.0", + "version": "0.9.1", "license": "Apache-2.0", "dependencies": { - "@adobe/uix-core": "^0.9.0" + "@adobe/uix-core": "^0.9.1" }, "devDependencies": { "@types/jest": "^29.5.12", @@ -21451,11 +21451,11 @@ }, "packages/uix-host-react": { "name": "@adobe/uix-host-react", - "version": "0.9.0", + "version": "0.9.1", "license": "Apache-2.0", "dependencies": { - "@adobe/uix-core": "^0.9.0", - "@adobe/uix-host": "^0.9.0" + "@adobe/uix-core": "^0.9.1", + "@adobe/uix-host": "^0.9.1" }, "devDependencies": { "@swc/jest": "^0.2.29", @@ -21594,13 +21594,13 @@ "@adobe/uix-guest": { "version": "file:packages/uix-guest", "requires": { - "@adobe/uix-core": "^0.9.0" + "@adobe/uix-core": "^0.9.1" } }, "@adobe/uix-host": { "version": "file:packages/uix-host", "requires": { - "@adobe/uix-core": "^0.9.0", + "@adobe/uix-core": "^0.9.1", "@types/jest": "^29.5.12", "jest": "^29.7.0", "jest-fetch-mock": "^3.0.3", @@ -21619,8 +21619,8 @@ "@adobe/uix-host-react": { "version": "file:packages/uix-host-react", "requires": { - "@adobe/uix-core": "^0.9.0", - "@adobe/uix-host": "^0.9.0", + "@adobe/uix-core": "^0.9.1", + "@adobe/uix-host": "^0.9.1", "@swc/jest": "^0.2.29", "@testing-library/dom": "^8.1.0", "@testing-library/jest-dom": "^5.14.1", diff --git a/package.json b/package.json index 1e947d8..2d71761 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@adobe/uix-sdk-monorepo", "private": true, - "version": "0.9.0", + "version": "0.9.1", "description": "Monorepo for @adobe/uix-sdk development", "author": "Adobe, Inc,", "scripts": { diff --git a/packages/uix-core/package.json b/packages/uix-core/package.json index 92f1e08..5ec2a54 100644 --- a/packages/uix-core/package.json +++ b/packages/uix-core/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/uix-core", - "version": "0.9.0", + "version": "0.9.1", "publishConfig": { "access": "public" }, diff --git a/packages/uix-guest/package.json b/packages/uix-guest/package.json index 2f1a045..a80fffe 100644 --- a/packages/uix-guest/package.json +++ b/packages/uix-guest/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/uix-guest", - "version": "0.9.0", + "version": "0.9.1", "publishConfig": { "access": "public" }, @@ -18,7 +18,7 @@ ], "bugs": "https://github.com/adobe/uix-sdk/issues", "dependencies": { - "@adobe/uix-core": "^0.9.0" + "@adobe/uix-core": "^0.9.1" }, "files": [ "README.md", diff --git a/packages/uix-host-react/package.json b/packages/uix-host-react/package.json index 8b012f6..5a16913 100644 --- a/packages/uix-host-react/package.json +++ b/packages/uix-host-react/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/uix-host-react", - "version": "0.9.0", + "version": "0.9.1", "publishConfig": { "access": "public" }, @@ -20,8 +20,8 @@ ], "bugs": "https://github.com/adobe/uix-sdk/issues", "dependencies": { - "@adobe/uix-core": "^0.9.0", - "@adobe/uix-host": "^0.9.0" + "@adobe/uix-core": "^0.9.1", + "@adobe/uix-host": "^0.9.1" }, "devDependencies": { "@swc/jest": "^0.2.29", diff --git a/packages/uix-host/package.json b/packages/uix-host/package.json index c33b917..aba319b 100644 --- a/packages/uix-host/package.json +++ b/packages/uix-host/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/uix-host", - "version": "0.9.0", + "version": "0.9.1", "publishConfig": { "access": "public" }, @@ -20,7 +20,7 @@ ], "bugs": "https://github.com/adobe/uix-sdk/issues", "dependencies": { - "@adobe/uix-core": "^0.9.0" + "@adobe/uix-core": "^0.9.1" }, "devDependencies": { "@types/jest": "^29.5.12",