diff --git a/capi/src/init-node/index.ts b/capi/src/init-node/index.ts index 20ff42daf76..8455a3383e8 100644 --- a/capi/src/init-node/index.ts +++ b/capi/src/init-node/index.ts @@ -36,6 +36,7 @@ const supportedLanguages = [ "jsx", "sql", "groovy", + "dart" ]; loadLanguages(supportedLanguages); diff --git a/capi/src/init-node/valid-tags.json b/capi/src/init-node/valid-tags.json index 09334bf0e33..71d576ad59d 100644 --- a/capi/src/init-node/valid-tags.json +++ b/capi/src/init-node/valid-tags.json @@ -55,5 +55,6 @@ "thead": true, "tr": true, "ui-component-props": true, - "ul": true + "ul": true, + "small": true } diff --git a/client/src/docs-ui/choose-integration-anchor/__snapshots__/choose-integration-anchor.spec.ts.snap b/client/src/docs-ui/choose-integration-anchor/__snapshots__/choose-integration-anchor.spec.ts.snap index a8beca2c81c..6943e43bce4 100644 --- a/client/src/docs-ui/choose-integration-anchor/__snapshots__/choose-integration-anchor.spec.ts.snap +++ b/client/src/docs-ui/choose-integration-anchor/__snapshots__/choose-integration-anchor.spec.ts.snap @@ -62,6 +62,12 @@ exports[`docs-choose-integration-anchor Render logic should render 1`] = ` Ionic + + Flutter (Preview) Logo +

+ Flutter (Preview) +

+
`; diff --git a/client/src/docs-ui/footer/__snapshots__/footer.spec.ts.snap b/client/src/docs-ui/footer/__snapshots__/footer.spec.ts.snap index 3b6c1f3e859..b0b7147955e 100644 --- a/client/src/docs-ui/footer/__snapshots__/footer.spec.ts.snap +++ b/client/src/docs-ui/footer/__snapshots__/footer.spec.ts.snap @@ -59,6 +59,8 @@ exports[`docs-footer Render logic should render 1`] = ` privacy policy . + + Flutter and the related logo are trademarks of Google LLC. We are not endorsed by or affiliated with Google LLC. diff --git a/client/src/docs-ui/footer/footer.tsx b/client/src/docs-ui/footer/footer.tsx index 8eafbf72ab5..ccde8bb4f44 100644 --- a/client/src/docs-ui/footer/footer.tsx +++ b/client/src/docs-ui/footer/footer.tsx @@ -69,6 +69,8 @@ export class DocsFooter { privacy policy . +