@htmlbricks/hb-auth-social-login-button 0.65.22 → 0.66.0

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.
Files changed (2) hide show
  1. package/manifest.json +6 -42
  2. package/package.json +2 -2
package/manifest.json CHANGED
@@ -148,7 +148,7 @@
148
148
  }
149
149
  }
150
150
  },
151
- "description": "",
151
+ "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 `oauthFlowInit`, `oauthFlowSuccess`, or `oauthFlowCustom` for custom providers without composed URLs.",
152
152
  "storybookArgs": {
153
153
  "provider": {
154
154
  "control": {
@@ -166,44 +166,7 @@
166
166
  }
167
167
  },
168
168
  "styleSetup": {
169
- "vars": [
170
- {
171
- "name": "--bs-primary",
172
- "valueType": "color",
173
- "theme": "bootstrap",
174
- "defaultValue": "#07689f"
175
- },
176
- {
177
- "name": "--bs-secondary",
178
- "valueType": "color",
179
- "theme": "bootstrap",
180
- "defaultValue": "#c9d6df"
181
- },
182
- {
183
- "name": "--bs-success",
184
- "valueType": "color",
185
- "theme": "bootstrap",
186
- "defaultValue": "#11d3bc"
187
- },
188
- {
189
- "name": "--bs-info",
190
- "valueType": "color",
191
- "theme": "bootstrap",
192
- "defaultValue": "#a2d5f2"
193
- },
194
- {
195
- "name": "--bs-warning",
196
- "valueType": "color",
197
- "theme": "bootstrap",
198
- "defaultValue": "#ffc107"
199
- },
200
- {
201
- "name": "--bs-danger",
202
- "valueType": "color",
203
- "theme": "bootstrap",
204
- "defaultValue": "#f67280"
205
- }
206
- ],
169
+ "vars": [],
207
170
  "parts": []
208
171
  },
209
172
  "contributors": [],
@@ -268,14 +231,15 @@
268
231
  ],
269
232
  "readmePath": "README.md",
270
233
  "name": "hb-auth-social-login-button",
271
- "category": "components",
234
+ "category": "auth",
272
235
  "tags": [
273
- "components"
236
+ "auth",
237
+ "oauth"
274
238
  ],
275
239
  "size": {
276
240
  "layout": "fullscreen"
277
241
  },
278
242
  "iifePath": "main.iife.js",
279
243
  "repoName": "@htmlbricks/hb-auth-social-login-button",
280
- "version": "0.65.22"
244
+ "version": "0.66.0"
281
245
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-auth-social-login-button",
3
- "version": "0.65.22",
3
+ "version": "0.66.0",
4
4
  "contributors": [],
5
- "description": "",
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 `oauthFlowInit`, `oauthFlowSuccess`, or `oauthFlowCustom` for custom providers without composed URLs.",
6
6
  "licenses": [
7
7
  {
8
8
  "type": "Apache-2.0",