Skip to content

Commit b1ff6e8

Browse files
committedOct 16, 2022
feat!: add identity provider icons
1 parent 5b5ac96 commit b1ff6e8

33 files changed

+456
-186
lines changed
 

‎README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,21 @@ Keywind is a component-based Keycloak Login Theme built with [Tailwind CSS](http
1616
- Logout Confirm
1717
- Register
1818

19-
### Social Media Icons
19+
### Identity Provider Icons
2020

21+
- Bitbucket
2122
- Facebook
2223
- GitHub
24+
- GitLab
2325
- Google
26+
- Instagram
27+
- LinkedIn
2428
- Microsoft
29+
- OpenID
30+
- Red Hat OpenShift
31+
- PayPal
32+
- Stack Overflow
33+
- Twitter
2534

2635
## Installation
2736

‎package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"test": "echo \"Error: no test specified\" && exit 1"
66
},
77
"dependencies": {
8-
"alpinejs": "^3.10.3"
8+
"alpinejs": "^3.10.4"
99
},
1010
"devDependencies": {
1111
"@tailwindcss/forms": "^0.5.3",
1212
"@types/alpinejs": "^3.7.0",
13-
"autoprefixer": "^10.4.8",
14-
"postcss": "^8.4.16",
13+
"autoprefixer": "^10.4.12",
14+
"postcss": "^8.4.18",
1515
"tailwindcss": "^3.1.8",
16-
"typescript": "^4.8.2",
17-
"vite": "^3.0.9"
16+
"typescript": "^4.8.4",
17+
"vite": "^3.1.8"
1818
}
1919
}

0 commit comments

Comments
 (0)
Please sign in to comment.