diff --git a/.cargo/nextest.toml b/.cargo/nextest.toml index 1b6b9d85ff..8f952573ae 100644 --- a/.cargo/nextest.toml +++ b/.cargo/nextest.toml @@ -93,7 +93,6 @@ leak-timeout = "100ms" # To address this, "archive.include" specifies additional paths that will be included in the archive. archive.include = [ - # Examples: # # { path = "application-data", relative-to = "target" }, diff --git a/.changeset/hip-seals-read.md b/.changeset/hip-seals-read.md index a845151cc8..853d812bb3 100644 --- a/.changeset/hip-seals-read.md +++ b/.changeset/hip-seals-read.md @@ -1,2 +1,3 @@ --- + --- diff --git a/.changeset/rude-pears-open.md b/.changeset/rude-pears-open.md index a845151cc8..853d812bb3 100644 --- a/.changeset/rude-pears-open.md +++ b/.changeset/rude-pears-open.md @@ -1,2 +1,3 @@ --- + --- diff --git a/.changeset/small-friends-grin.md b/.changeset/small-friends-grin.md index a845151cc8..853d812bb3 100644 --- a/.changeset/small-friends-grin.md +++ b/.changeset/small-friends-grin.md @@ -1,2 +1,3 @@ --- + --- diff --git a/.dprint.jsonc b/.dprint.jsonc index 29a4073ebd..5e6b903786 100644 --- a/.dprint.jsonc +++ b/.dprint.jsonc @@ -22,6 +22,7 @@ }, "toml": { }, + // cSpell:disable-next-line "malva": { }, "markup": { @@ -57,13 +58,14 @@ "packages/**/test/**/hotCases/**", ], "plugins": [ - "https://plugins.dprint.dev/exec-0.5.0.json@8d9972eee71fa1590e04873540421f3eda7674d0f1aae3d7c788615e7b7413d0", - "https://plugins.dprint.dev/typescript-0.91.3.wasm", - "https://plugins.dprint.dev/json-0.19.3.wasm", - "https://plugins.dprint.dev/markdown-0.17.1.wasm", - "https://plugins.dprint.dev/toml-0.6.2.wasm", - "https://plugins.dprint.dev/g-plane/malva-v0.5.1.wasm", - "https://plugins.dprint.dev/g-plane/markup_fmt-v0.10.0.wasm", - "https://plugins.dprint.dev/g-plane/pretty_yaml-v0.3.0.wasm", + "https://plugins.dprint.dev/dockerfile-0.3.2.wasm", + "https://plugins.dprint.dev/exec-0.5.1.json@492414e39dea4dccc07b4af796d2f4efdb89e84bae2bd4e1e924c0cc050855bf", + "https://plugins.dprint.dev/typescript-0.94.0.wasm", + "https://plugins.dprint.dev/json-0.20.0.wasm", + "https://plugins.dprint.dev/markdown-0.18.0.wasm", + "https://plugins.dprint.dev/toml-0.7.0.wasm", + "https://plugins.dprint.dev/g-plane/malva-v0.11.2.wasm", + "https://plugins.dprint.dev/g-plane/markup_fmt-v0.19.0.wasm", + "https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.0.wasm", ], } diff --git a/cspell.jsonc b/cspell.jsonc index e239b41a65..c656c84e0c 100644 --- a/cspell.jsonc +++ b/cspell.jsonc @@ -138,6 +138,8 @@ ], // Glob "ignorePaths": [ + // cSpell:disable-next-line + ".cargo/nextest.toml", ".gitignore", // Tests "coverage", diff --git a/packages/web-platform/web-elements/src/common-css/linear.css b/packages/web-platform/web-elements/src/common-css/linear.css index a0f8c69064..8f0f77976b 100644 --- a/packages/web-platform/web-elements/src/common-css/linear.css +++ b/packages/web-platform/web-elements/src/common-css/linear.css @@ -196,14 +196,16 @@ x-refresh-view, x-swiper-item, x-viewpager-item-ng, x-viewpager-ng { - flex-wrap: var(--lynx-display-linear, nowrap) var( - --lynx-display-flex, - var(--flex-wrap) - ); - flex-direction: var(--lynx-display-linear, var(--linear-flex-direction)) var( - --lynx-display-flex, - var(--flex-direction) - ); + flex-wrap: var(--lynx-display-linear, nowrap) + var( + --lynx-display-flex, + var(--flex-wrap) + ); + flex-direction: var(--lynx-display-linear, var(--linear-flex-direction)) + var( + --lynx-display-flex, + var(--flex-direction) + ); justify-content: var(--lynx-display-linear, var(--linear-justify-content)); } diff --git a/packages/web-platform/web-explorer/index.html b/packages/web-platform/web-explorer/index.html index ae99654830..c36042d4ec 100644 --- a/packages/web-platform/web-explorer/index.html +++ b/packages/web-platform/web-explorer/index.html @@ -8,9 +8,7 @@ Lynx Explorer on Web Platform - + - -
+ +