@htmlbricks/hb-auth-social-login-button 0.71.34 → 0.71.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/main.iife.js +5 -3
- package/main.iife.js.map +1 -1
- package/manifest.json +10 -5
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -184,13 +184,18 @@
|
|
|
184
184
|
},
|
|
185
185
|
"styleSetup": {
|
|
186
186
|
"vars": [],
|
|
187
|
-
"parts": [
|
|
187
|
+
"parts": [
|
|
188
|
+
{
|
|
189
|
+
"name": "provider_icon",
|
|
190
|
+
"description": "Default built-in provider SVG (GitLab, GitHub, Facebook, Google, Authentik). Exposed so the host can adjust size, filters, or colors (e.g. `hb-auth-social-login-button::part(provider_icon) { ... }`)."
|
|
191
|
+
}
|
|
192
|
+
]
|
|
188
193
|
},
|
|
189
194
|
"contributors": [],
|
|
190
195
|
"htmlSlots": [
|
|
191
196
|
{
|
|
192
|
-
"name": "
|
|
193
|
-
"description": ""
|
|
197
|
+
"name": "default",
|
|
198
|
+
"description": "Custom provider icon or label inside the login control."
|
|
194
199
|
}
|
|
195
200
|
],
|
|
196
201
|
"i18n": [
|
|
@@ -237,7 +242,7 @@
|
|
|
237
242
|
}
|
|
238
243
|
}
|
|
239
244
|
],
|
|
240
|
-
"iifeIntegrity": "sha384-
|
|
245
|
+
"iifeIntegrity": "sha384-wmfNqLRHfyegG/jnA5Wn6KwtEQ2k2szMpRkoSWPGhjuOL9hRDCWJzF5sYFTsnhtO",
|
|
241
246
|
"dependencies": [],
|
|
242
247
|
"screenshots": [],
|
|
243
248
|
"licenses": [
|
|
@@ -260,5 +265,5 @@
|
|
|
260
265
|
},
|
|
261
266
|
"iifePath": "main.iife.js",
|
|
262
267
|
"repoName": "@htmlbricks/hb-auth-social-login-button",
|
|
263
|
-
"version": "0.71.
|
|
268
|
+
"version": "0.71.35"
|
|
264
269
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-auth-social-login-button",
|
|
3
|
-
"version": "0.71.
|
|
3
|
+
"version": "0.71.35",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Clickable OAuth provider tile (default SVGs for Google, GitHub, GitLab, Facebook, Authentik; overridable via slot). Builds the provider authorization URL from `provider` params or redirects to a prebuilt `url`, then on return parses the current page URL to exchange the code/token with `simple-serverless-auth-client` when `social_auth_server_url` and `auth_cookie_name` are set. Emits `oauthFlowRedirectStart` immediately before leaving for the provider, then `oauthFlowInit`, `oauthFlowSuccess`, or `oauthFlowCustom` as the flow progresses.",
|
|
6
6
|
"licenses": [
|