@htmlbricks/hb-auth-social-login-button 0.71.34 → 0.71.36
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 +133 -29
- package/main.iife.js +5 -3
- package/main.iife.js.map +1 -1
- package/manifest.json +24 -6
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -183,14 +183,32 @@
|
|
|
183
183
|
}
|
|
184
184
|
},
|
|
185
185
|
"styleSetup": {
|
|
186
|
-
"vars": [
|
|
187
|
-
|
|
186
|
+
"vars": [
|
|
187
|
+
{
|
|
188
|
+
"name": "--bulma-link",
|
|
189
|
+
"valueType": "color",
|
|
190
|
+
"defaultValue": "#485fc7",
|
|
191
|
+
"description": "Focus-visible outline on the clickable icon area (`#icon-content`)."
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"name": "--bulma-radius",
|
|
195
|
+
"valueType": "number",
|
|
196
|
+
"defaultValue": "0.375rem",
|
|
197
|
+
"description": "Border radius for the focus ring around the icon control."
|
|
198
|
+
}
|
|
199
|
+
],
|
|
200
|
+
"parts": [
|
|
201
|
+
{
|
|
202
|
+
"name": "provider_icon",
|
|
203
|
+
"description": "Built-in provider SVG (Google, GitHub, GitLab, Facebook, Authentik). Style size, `filter`, or color from the light DOM (e.g. `hb-auth-social-login-button::part(provider_icon)`)."
|
|
204
|
+
}
|
|
205
|
+
]
|
|
188
206
|
},
|
|
189
207
|
"contributors": [],
|
|
190
208
|
"htmlSlots": [
|
|
191
209
|
{
|
|
192
|
-
"name": "
|
|
193
|
-
"description": ""
|
|
210
|
+
"name": "default",
|
|
211
|
+
"description": "Replace the default provider artwork or add a custom label inside the square control; used when you do not rely on the built-in SVG set."
|
|
194
212
|
}
|
|
195
213
|
],
|
|
196
214
|
"i18n": [
|
|
@@ -237,7 +255,7 @@
|
|
|
237
255
|
}
|
|
238
256
|
}
|
|
239
257
|
],
|
|
240
|
-
"iifeIntegrity": "sha384-
|
|
258
|
+
"iifeIntegrity": "sha384-wmfNqLRHfyegG/jnA5Wn6KwtEQ2k2szMpRkoSWPGhjuOL9hRDCWJzF5sYFTsnhtO",
|
|
241
259
|
"dependencies": [],
|
|
242
260
|
"screenshots": [],
|
|
243
261
|
"licenses": [
|
|
@@ -260,5 +278,5 @@
|
|
|
260
278
|
},
|
|
261
279
|
"iifePath": "main.iife.js",
|
|
262
280
|
"repoName": "@htmlbricks/hb-auth-social-login-button",
|
|
263
|
-
"version": "0.71.
|
|
281
|
+
"version": "0.71.36"
|
|
264
282
|
}
|
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.36",
|
|
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": [
|