Skip to content

Commit

Permalink
feat: password with visibility toggle (ory#119)
Browse files Browse the repository at this point in the history
* feat: password with visibility toggle

* u

* fix: fallbacks for unsupported browsers

* feat: autoprefixer on react build

* refactor: run formatter

* fix: use correct default border style

* fix: support :has without @supports

* fix: set correct borders on container

* test: only select visible elements

* fix: visiblity toggle alignment

---------

Co-authored-by: Michael Kuckuk <[email protected]>
  • Loading branch information
Benehiko and LBBO authored Aug 28, 2023
1 parent bca679e commit d36a647
Show file tree
Hide file tree
Showing 9 changed files with 9,229 additions and 30,470 deletions.
2 changes: 2 additions & 0 deletions .browserlistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
defaults and supports es6-module
maintained node versions
9 changes: 5 additions & 4 deletions examples/nextjs-spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,21 @@
"debug": "playwright test --ui"
},
"dependencies": {
"@next/font": "13.1.5",
"@next/font": "13.4.13",
"@types/node": "18.16.19",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"eslint": "8.32.0",
"eslint-config-next": "13.1.5",
"next": "13.1.5",
"next": "13.4.13",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.9.4"
},
"devDependencies": {
"@ory/elements": "*",
"@ory/elements-test": "*",
"autoprefixer": "10.4.2",
"@playwright/test": "1.32.1"
}
}
Loading

0 comments on commit d36a647

Please sign in to comment.