@htmlbricks/hb-auth 0.65.23 → 0.66.1

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/manifest.json CHANGED
@@ -439,44 +439,7 @@
439
439
  }
440
440
  },
441
441
  "styleSetup": {
442
- "vars": [
443
- {
444
- "name": "--bs-primary",
445
- "valueType": "color",
446
- "theme": "bootstrap",
447
- "defaultValue": "#07689f"
448
- },
449
- {
450
- "name": "--bs-secondary",
451
- "valueType": "color",
452
- "theme": "bootstrap",
453
- "defaultValue": "#c9d6df"
454
- },
455
- {
456
- "name": "--bs-success",
457
- "valueType": "color",
458
- "theme": "bootstrap",
459
- "defaultValue": "#11d3bc"
460
- },
461
- {
462
- "name": "--bs-info",
463
- "valueType": "color",
464
- "theme": "bootstrap",
465
- "defaultValue": "#a2d5f2"
466
- },
467
- {
468
- "name": "--bs-warning",
469
- "valueType": "color",
470
- "theme": "bootstrap",
471
- "defaultValue": "#ffc107"
472
- },
473
- {
474
- "name": "--bs-danger",
475
- "valueType": "color",
476
- "theme": "bootstrap",
477
- "defaultValue": "#f67280"
478
- }
479
- ],
442
+ "vars": [],
480
443
  "parts": []
481
444
  },
482
445
  "contributors": [],
@@ -641,5 +604,5 @@
641
604
  },
642
605
  "iifePath": "main.iife.js",
643
606
  "repoName": "@htmlbricks/hb-auth",
644
- "version": "0.65.23"
607
+ "version": "0.66.1"
645
608
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-auth",
3
- "version": "0.65.23",
3
+ "version": "0.66.1",
4
4
  "contributors": [],
5
5
  "description": "Full authentication UI driven by the `type` attribute: local login and registration (with optional “remember me”), email activation, password recovery and related notices, OTP and two-factor setup/verification. Supports OAuth2 social providers via embedded social-login buttons, configurable backend URIs and HTTP options, optional i18n, and dispatches events for login, registration, recovery/activation, and OAuth flow steps.",
6
6
  "licenses": [