Skip to content

Commit a705336

Browse files
v0.10.3
1 parent d8b6b0b commit a705336

File tree

7 files changed

+24
-24
lines changed

7 files changed

+24
-24
lines changed

docs/api-report/uix-host.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export type HostEvents = HostGuestEvent<"beforeload"> | HostGuestEvent<"load"> |
152152
export type InstalledExtensions = Record<Extension["id"], Extension["url"] | Extension>;
153153

154154
// @internal
155-
export const makeSandboxAttrs: (...sandboxes: AttrTokens<SandboxToken>[]) => ("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")[];
155+
export const makeSandboxAttrs: (...sandboxes: AttrTokens<SandboxToken>[]) => ("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")[];
156156

157157
// @internal
158158
export const mergeAttrValues: <T>(...tokenLists: AttrTokens<T>[]) => T[];

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@adobe/uix-sdk-monorepo",
33
"private": true,
4-
"version": "0.10.2",
4+
"version": "0.10.3",
55
"description": "Monorepo for @adobe/uix-sdk development",
66
"author": "Adobe, Inc,",
77
"scripts": {

packages/uix-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adobe/uix-core",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"publishConfig": {
55
"access": "public"
66
},

packages/uix-guest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adobe/uix-guest",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -18,7 +18,7 @@
1818
],
1919
"bugs": "https://github.com/adobe/uix-sdk/issues",
2020
"dependencies": {
21-
"@adobe/uix-core": "^0.10.2",
21+
"@adobe/uix-core": "^0.10.3",
2222
"ajv": "^8.12.0",
2323
"js-yaml": "^4.1.0"
2424
},

packages/uix-host-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adobe/uix-host-react",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -20,8 +20,8 @@
2020
],
2121
"bugs": "https://github.com/adobe/uix-sdk/issues",
2222
"dependencies": {
23-
"@adobe/uix-core": "^0.10.2",
24-
"@adobe/uix-host": "^0.10.2"
23+
"@adobe/uix-core": "^0.10.3",
24+
"@adobe/uix-host": "^0.10.3"
2525
},
2626
"devDependencies": {
2727
"@swc/jest": "^0.2.29",

packages/uix-host/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adobe/uix-host",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -20,7 +20,7 @@
2020
],
2121
"bugs": "https://github.com/adobe/uix-sdk/issues",
2222
"dependencies": {
23-
"@adobe/uix-core": "^0.10.2"
23+
"@adobe/uix-core": "^0.10.3"
2424
},
2525
"devDependencies": {
2626
"@types/jest": "^29.5.12",

0 commit comments

Comments
 (0)