-
Notifications
You must be signed in to change notification settings - Fork 414
feat: add docs for ory elements #2198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jonas-jonas
wants to merge
27
commits into
master
Choose a base branch
from
jonas-jonas/elementsDocs
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
86f65fb
feat: add docs for ory elements
jonas-jonas 4aadd83
chore: initial reference
jonas-jonas 93fc9f2
chore: include @ory/next docs
jonas-jonas b5bf717
chore: u
jonas-jonas d40b111
Merge remote-tracking branch 'origin/master' into jonas-jonas/element…
jonas-jonas 16f2e01
chore: u
jonas-jonas 3d525af
chore: more cleanup
jonas-jonas 1ef4e76
chore: fix broken links
jonas-jonas 3338ad7
chore: add guides
jonas-jonas f7c5ea9
chore: format
jonas-jonas ceba7de
chore: u
jonas-jonas 0c59b94
chore: standalone customTranslations
jonas-jonas a6c2ae3
Apply suggestions from code review
jonas-jonas 654a838
chore: update theming guide
jonas-jonas 5447074
chore: update
jonas-jonas 1ecf606
chore: format
jonas-jonas f5d6147
chore: u
jonas-jonas 575faf9
Merge remote-tracking branch 'origin/master' into jonas-jonas/element…
jonas-jonas bf37737
chore: add custom ui decision guide
jonas-jonas 2ea8c80
chore: update reference
jonas-jonas e703cfb
chore: u
jonas-jonas 5afd41f
chore: add production guide
jonas-jonas 01fefa2
chore: add migration guide
jonas-jonas 2f0c409
chore: format
jonas-jonas 9d453c0
chore: u
jonas-jonas 2d60360
chore: fix ui graph logos
jonas-jonas 101eab3
chore: u
jonas-jonas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,129 @@ | ||
%% AUTOGENERATED - DO NOT EDIT | ||
graph LR | ||
ui-white --> brand-600 | ||
ui-white --> interface-background-default-primary | ||
ui-white --> interface-foreground-default-inverted | ||
ui-warning --> interface-background-validation-warning | ||
ui-warning --> interface-border-validation-warning | ||
ui-warning --> interface-foreground-validation-warning | ||
ui-transparent --> interface-background-default-none | ||
ui-transparent --> interface-border-default-none | ||
ui-success --> interface-background-validation-success | ||
ui-success --> interface-border-validation-success | ||
ui-success --> interface-foreground-validation-success | ||
ui-danger --> interface-background-validation-danger | ||
ui-danger --> interface-border-validation-danger | ||
ui-danger --> interface-foreground-validation-danger | ||
ui-900 --> brand-500 | ||
ui-900 --> interface-background-default-inverted | ||
ui-900 --> interface-foreground-default-primary | ||
ui-800 --> brand-950 | ||
ui-800 --> interface-background-default-inverted-hover | ||
ui-700 --> brand-400 | ||
ui-700 --> interface-border-default-inverted | ||
ui-700 --> interface-foreground-default-secondary | ||
ui-600 --> brand-900 | ||
ui-500 --> brand-300 | ||
ui-500 --> interface-foreground-default-tertiary | ||
ui-50 --> brand-50 | ||
ui-50 --> interface-background-default-primary-hover | ||
ui-50 --> interface-background-default-secondary | ||
ui-400 --> brand-800 | ||
ui-400 --> interface-foreground-disabled-on-disabled | ||
ui-300 --> brand-200 | ||
ui-300 --> interface-background-default-tertiary-hover | ||
ui-300 --> interface-border-default-primary | ||
ui-300 --> interface-border-disabled-disabled | ||
ui-300 --> interface-foreground-disabled-disabled | ||
ui-200 --> brand-700 | ||
ui-200 --> interface-background-default-secondary-hover | ||
ui-200 --> interface-background-default-tertiary | ||
ui-200 --> interface-background-disabled-disabled | ||
ui-100 --> brand-100 | ||
interface-foreground-disabled-on-disabled --> button-primary-foreground-disabled | ||
interface-foreground-disabled-on-disabled --> button-secondary-foreground-disabled | ||
interface-foreground-disabled-on-disabled --> button-social-foreground-disabled | ||
interface-foreground-disabled-on-disabled --> input-foreground-disabled | ||
interface-foreground-disabled-disabled --> button-link-disabled-disabled | ||
interface-foreground-default-tertiary --> button-link-default-secondary-hover | ||
interface-foreground-default-tertiary --> input-foreground-tertiary | ||
interface-foreground-default-secondary --> button-link-default-secondary | ||
interface-foreground-default-secondary --> button-secondary-foreground-hover | ||
interface-foreground-default-secondary --> button-social-foreground-hover | ||
interface-foreground-default-secondary --> input-foreground-secondary | ||
interface-foreground-default-primary --> button-link-brand-brand-hover | ||
interface-foreground-default-primary --> button-link-default-primary | ||
interface-foreground-default-primary --> button-secondary-foreground-default | ||
interface-foreground-default-primary --> button-social-foreground-default | ||
interface-foreground-default-primary --> checkbox-foreground-default | ||
interface-foreground-default-primary --> input-foreground-primary | ||
interface-foreground-default-primary --> ory-foreground-default | ||
interface-foreground-default-primary --> radio-foreground-default | ||
interface-foreground-default-inverted --> button-social-foreground-generic-provider | ||
interface-foreground-brand-primary --> button-link-brand-brand | ||
interface-foreground-brand-primary --> button-link-default-primary-hover | ||
interface-foreground-brand-primary --> toggle-foreground-default | ||
interface-foreground-brand-on-secondary --> button-identifier-foreground-default | ||
interface-foreground-brand-on-secondary --> button-identifier-foreground-hover | ||
interface-foreground-brand-on-primary --> button-primary-foreground-default | ||
interface-foreground-brand-on-primary --> button-primary-foreground-hover | ||
interface-foreground-brand-on-primary --> checkbox-foreground-checked | ||
interface-foreground-brand-on-primary --> radio-foreground-checked | ||
interface-foreground-brand-on-primary --> toggle-foreground-checked | ||
interface-border-disabled-disabled --> button-primary-border-disabled | ||
interface-border-disabled-disabled --> button-secondary-border-disabled | ||
interface-border-disabled-disabled --> button-social-border-disabled | ||
interface-border-disabled-disabled --> input-border-disabled | ||
interface-border-default-primary --> button-secondary-border-default | ||
interface-border-default-primary --> button-secondary-border-hover | ||
interface-border-default-primary --> button-social-border-default | ||
interface-border-default-primary --> button-social-border-hover | ||
interface-border-default-primary --> checkbox-border-checkbox-border-default | ||
interface-border-default-primary --> form-border-default | ||
interface-border-default-primary --> input-border-default | ||
interface-border-default-primary --> input-border-hover | ||
interface-border-default-primary --> ory-border-default | ||
interface-border-default-primary --> radio-border-default | ||
interface-border-default-primary --> toggle-border-default | ||
interface-border-default-none --> button-primary-border-default | ||
interface-border-default-none --> button-primary-border-hover | ||
interface-border-default-none --> button-social-border-generic-provider | ||
interface-border-default-none --> toggle-border-checked | ||
interface-border-brand-brand --> button-identifier-border-border-default | ||
interface-border-brand-brand --> button-identifier-border-border-hover | ||
interface-border-brand-brand --> checkbox-border-checkbox-border-checked | ||
interface-border-brand-brand --> input-border-focus | ||
interface-border-brand-brand --> radio-border-checked | ||
interface-background-disabled-disabled --> button-primary-background-disabled | ||
interface-background-disabled-disabled --> button-secondary-background-disabled | ||
interface-background-disabled-disabled --> button-social-background-disabled | ||
interface-background-disabled-disabled --> input-background-disabled | ||
interface-background-default-secondary --> checkbox-background-default | ||
interface-background-default-secondary --> radio-background-default | ||
interface-background-default-secondary --> toggle-background-default | ||
interface-background-default-primary-hover --> button-secondary-background-hover | ||
interface-background-default-primary-hover --> button-social-background-hover | ||
interface-background-default-primary-hover --> input-background-hover | ||
interface-background-default-primary --> button-secondary-background-default | ||
interface-background-default-primary --> button-social-background-default | ||
interface-background-default-primary --> form-background-default | ||
interface-background-default-primary --> input-background-default | ||
interface-background-default-primary --> ory-background-default | ||
interface-background-default-inverted --> button-social-background-generic-provider | ||
interface-background-brand-secondary-hover --> button-identifier-background-hover | ||
interface-background-brand-secondary --> button-identifier-background-default | ||
interface-background-brand-primary-hover --> button-primary-background-hover | ||
interface-background-brand-primary --> button-primary-background-default | ||
interface-background-brand-primary --> checkbox-background-checked | ||
interface-background-brand-primary --> radio-background-checked | ||
interface-background-brand-primary --> toggle-background-checked | ||
brand-950 --> interface-foreground-brand-on-secondary | ||
brand-500 --> interface-background-brand-primary | ||
brand-500 --> interface-border-brand-brand | ||
brand-500 --> interface-foreground-brand-primary | ||
brand-50 --> interface-background-brand-secondary | ||
brand-50 --> interface-foreground-brand-on-primary | ||
brand-50 --> interface-foreground-brand-secondary | ||
brand-400 --> interface-background-brand-primary-hover | ||
brand-100 --> interface-background-brand-secondary-hover | ||
|
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
broken image
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed