Skip to content

Commit

Permalink
feat: add settings flow components (#238)
Browse files Browse the repository at this point in the history
Co-authored-by: Miłosz <[email protected]>
  • Loading branch information
jonas-jonas and mszekiel authored Oct 29, 2024
1 parent cc92b9c commit cca1a27
Show file tree
Hide file tree
Showing 119 changed files with 5,276 additions and 597 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
packages/elements-react-stories/src/elements-react/.stub-responses/**/*.json linguist-generated=true
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright © 2024 Ory Corp
// SPDX-License-Identifier: Apache-2.0

import { getJestProjects, getJestProjectsAsync } from "@nx/jest"
import { getJestProjects } from "@nx/jest"

export default {
projects: getJestProjects(),
Expand Down
22 changes: 22 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/elements-react-stories/.storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ const preview: Preview = {
const withI18next: Decorator = (Story, context) => {
const { locale } = context.globals

// TODO: this needs a refactor, because it doesn't pass the locale to the Ory Provider at the moment.
return (
<Story args={merge({}, { config: { intl: { locale } } }, context.args)} />
)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cca1a27

Please sign in to comment.