Skip to content

Commit ab9b5f2

Browse files
committed
fix(*): updated react package deps
1 parent 77fc0c7 commit ab9b5f2

File tree

3 files changed

+18
-13
lines changed

3 files changed

+18
-13
lines changed

packages/angular/src/lib/components/logos/microsoft.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@ import { Component, input } from "@angular/core";
2222
selector: "fui-microsoft-logo",
2323
standalone: true,
2424
template: `
25-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" class="fui-provider__icon"><path fill="#ff5722" d="M6 6H22V22H6z" transform="rotate(-180 14 14)"/><path fill="#4caf50" d="M26 6H42V22H26z" transform="rotate(-180 34 14)"/><path fill="#ffc107" d="M26 26H42V42H26z" transform="rotate(-180 34 34)"/><path fill="#03a9f4" d="M6 26H22V42H6z" transform="rotate(-180 14 34)"/></svg>
25+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" class="fui-provider__icon">
26+
<path fill="#ff5722" d="M6 6H22V22H6z" transform="rotate(-180 14 14)" />
27+
<path fill="#4caf50" d="M26 6H42V22H26z" transform="rotate(-180 34 14)" />
28+
<path fill="#ffc107" d="M26 26H42V42H26z" transform="rotate(-180 34 34)" />
29+
<path fill="#03a9f4" d="M6 26H22V42H6z" transform="rotate(-180 14 34)" />
30+
</svg>
2631
`,
2732
})
2833
export class MicrosoftLogoComponent {

packages/react/src/auth/screens/multi-factor-auth-assertion-screen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { getTranslation } from "@firebase-ui/core";
1+
import { getTranslation } from "@invertase/firebaseui-core";
22
import { Card, CardContent, CardHeader, CardSubtitle, CardTitle } from "~/components/card";
33
import { useUI } from "~/hooks";
44
import {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)