@htmlbricks/hb-auth-social-login-button 0.65.23 → 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 +2 -39
  2. package/package.json +1 -1
package/manifest.json CHANGED
@@ -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": [],
@@ -278,5 +241,5 @@
278
241
  },
279
242
  "iifePath": "main.iife.js",
280
243
  "repoName": "@htmlbricks/hb-auth-social-login-button",
281
- "version": "0.65.23"
244
+ "version": "0.66.0"
282
245
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-auth-social-login-button",
3
- "version": "0.65.23",
3
+ "version": "0.66.0",
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 `oauthFlowInit`, `oauthFlowSuccess`, or `oauthFlowCustom` for custom providers without composed URLs.",
6
6
  "licenses": [