@descope/web-components-ui 3.18.6 → 3.19.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/dist/cjs/index.cjs.js +4 -3
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -3
- package/dist/index.esm.js.map +1 -1
- package/dist/umd/DescopeDev.js +1 -1
- package/dist/umd/DescopeDev.js.map +1 -1
- package/dist/umd/descope-recaptcha-index-js.js.map +1 -1
- package/package.json +42 -42
- package/src/components/descope-recaptcha/RecaptchaClass.js +3 -2
package/dist/cjs/index.cjs.js
CHANGED
|
@@ -17321,7 +17321,7 @@ const filter = {
|
|
|
17321
17321
|
_fullWidth: {
|
|
17322
17322
|
[vars$H.hostWidth]: '100%',
|
|
17323
17323
|
},
|
|
17324
|
-
[vars$H.overlay.backgroundColor]:
|
|
17324
|
+
[vars$H.overlay.backgroundColor]: globalRefs$o.colors.surface.main,
|
|
17325
17325
|
[vars$H.overlay.backdropBackgroundColor]: 'transparent',
|
|
17326
17326
|
[vars$H.overlay.backdropPointerEvents]: 'all',
|
|
17327
17327
|
[vars$H.overlay.boxShadow]:
|
|
@@ -31841,8 +31841,9 @@ class RawRecaptcha extends BaseClass$1 {
|
|
|
31841
31841
|
#toggleRecaptcha(enabled) {
|
|
31842
31842
|
this.renderRecaptcha(enabled);
|
|
31843
31843
|
if (this.isWidget) {
|
|
31844
|
-
// For the
|
|
31845
|
-
// This legacy v3/invisible path must be fully
|
|
31844
|
+
// For the interactive widget, scripts are loaded/executed by the runtime (grecaptcha-v2 for the
|
|
31845
|
+
// v2 checkbox, grecaptcha for an Enterprise key). This legacy v3/invisible path must be fully
|
|
31846
|
+
// skipped — the runtime renders into #recaptcha-widget and fills #recaptcha-widget-input.
|
|
31846
31847
|
return;
|
|
31847
31848
|
}
|
|
31848
31849
|
if (enabled) {
|