@mindful-web/marko-web-identity-x 1.71.6 → 1.71.7
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/components/access.marko.js +2 -2
- package/components/comment-stream.marko.js +2 -2
- package/components/context.marko.js +2 -2
- package/components/form-access.marko.js +2 -2
- package/components/form-authenticate.marko +3 -1
- package/components/form-authenticate.marko.js +6 -3
- package/components/form-change-email.marko.js +2 -2
- package/components/form-login.marko.js +2 -2
- package/components/form-logout.marko.js +2 -2
- package/components/form-profile.marko.js +2 -2
- package/components/form-register.marko.js +2 -2
- package/components/identify.marko.js +2 -2
- package/components/non-auth-identify.marko.js +2 -2
- package/components/subscribe.marko.js +2 -2
- package/package.json +2 -2
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var marko_template = module.exports = require("marko/dist/html").t(__filename),
|
|
5
|
-
marko_componentType = "/@mindful-web/marko-web-identity-x$1.71.
|
|
5
|
+
marko_componentType = "/@mindful-web/marko-web-identity-x$1.71.7/components/access.marko",
|
|
6
6
|
marko_component = require("./access.marko"),
|
|
7
7
|
marko_renderer = require("marko/dist/runtime/components/renderer"),
|
|
8
8
|
module_objectPath_module = require("@mindful-web/object-path"),
|
|
@@ -53,7 +53,7 @@ marko_template._ = marko_renderer(render, {
|
|
|
53
53
|
}, marko_component);
|
|
54
54
|
|
|
55
55
|
marko_template.meta = {
|
|
56
|
-
id: "/@mindful-web/marko-web-identity-x$1.71.
|
|
56
|
+
id: "/@mindful-web/marko-web-identity-x$1.71.7/components/access.marko",
|
|
57
57
|
component: "./access.marko",
|
|
58
58
|
tags: [
|
|
59
59
|
"@mindful-web/marko-core/components/resolve.marko"
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var marko_template = module.exports = require("marko/dist/html").t(__filename),
|
|
5
|
-
marko_componentType = "/@mindful-web/marko-web-identity-x$1.71.
|
|
5
|
+
marko_componentType = "/@mindful-web/marko-web-identity-x$1.71.7/components/comment-stream.marko",
|
|
6
6
|
marko_component = require("./comment-stream.marko"),
|
|
7
7
|
marko_renderer = require("marko/dist/runtime/components/renderer"),
|
|
8
8
|
module_objectPath_module = require("@mindful-web/object-path"),
|
|
@@ -85,7 +85,7 @@ marko_template._ = marko_renderer(render, {
|
|
|
85
85
|
}, marko_component);
|
|
86
86
|
|
|
87
87
|
marko_template.meta = {
|
|
88
|
-
id: "/@mindful-web/marko-web-identity-x$1.71.
|
|
88
|
+
id: "/@mindful-web/marko-web-identity-x$1.71.7/components/comment-stream.marko",
|
|
89
89
|
component: "./comment-stream.marko",
|
|
90
90
|
tags: [
|
|
91
91
|
"@mindful-web/marko-web/components/browser-component.marko",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var marko_template = module.exports = require("marko/dist/html").t(__filename),
|
|
5
|
-
marko_componentType = "/@mindful-web/marko-web-identity-x$1.71.
|
|
5
|
+
marko_componentType = "/@mindful-web/marko-web-identity-x$1.71.7/components/context.marko",
|
|
6
6
|
marko_component = require("./context.marko"),
|
|
7
7
|
marko_renderer = require("marko/dist/runtime/components/renderer"),
|
|
8
8
|
marko_dynamicTag = require("marko/dist/runtime/helpers/dynamic-tag"),
|
|
@@ -49,7 +49,7 @@ marko_template._ = marko_renderer(render, {
|
|
|
49
49
|
}, marko_component);
|
|
50
50
|
|
|
51
51
|
marko_template.meta = {
|
|
52
|
-
id: "/@mindful-web/marko-web-identity-x$1.71.
|
|
52
|
+
id: "/@mindful-web/marko-web-identity-x$1.71.7/components/context.marko",
|
|
53
53
|
component: "./context.marko",
|
|
54
54
|
tags: [
|
|
55
55
|
"@mindful-web/marko-core/components/resolve.marko"
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var marko_template = module.exports = require("marko/dist/html").t(__filename),
|
|
5
|
-
marko_componentType = "/@mindful-web/marko-web-identity-x$1.71.
|
|
5
|
+
marko_componentType = "/@mindful-web/marko-web-identity-x$1.71.7/components/form-access.marko",
|
|
6
6
|
marko_component = require("./form-access.marko"),
|
|
7
7
|
marko_renderer = require("marko/dist/runtime/components/renderer"),
|
|
8
8
|
module_defaultValue = require("@mindful-web/marko-core/utils/default-value"),
|
|
@@ -167,7 +167,7 @@ marko_template._ = marko_renderer(render, {
|
|
|
167
167
|
}, marko_component);
|
|
168
168
|
|
|
169
169
|
marko_template.meta = {
|
|
170
|
-
id: "/@mindful-web/marko-web-identity-x$1.71.
|
|
170
|
+
id: "/@mindful-web/marko-web-identity-x$1.71.7/components/form-access.marko",
|
|
171
171
|
component: "./form-access.marko",
|
|
172
172
|
tags: [
|
|
173
173
|
"@mindful-web/marko-web/components/browser-component.marko",
|
|
@@ -6,6 +6,7 @@ $ const { identityX, query } = req;
|
|
|
6
6
|
$ const isEnabled = Boolean(req.identityX);
|
|
7
7
|
$ const additionalEventData = defaultValue(input.additionalEventData, {});
|
|
8
8
|
$ const lang = input.lang || defaultValue(site.config.lang, "en");
|
|
9
|
+
$ const consentPolicyEnabled = ("consentPolicyEnabled" in input) ? input.consentPolicyEnabled : identityX.config.get("consentPolicyEnabled") || get(application, "organization.consentPolicyEnabled");
|
|
9
10
|
|
|
10
11
|
<if(isEnabled)>
|
|
11
12
|
<marko-web-identity-x-context|{ application }|>
|
|
@@ -24,7 +25,8 @@ $ const lang = input.lang || defaultValue(site.config.lang, "en");
|
|
|
24
25
|
callToAction: input.callToAction,
|
|
25
26
|
buttonLabel: input.buttonLabel,
|
|
26
27
|
loginButtonLabels: input.loginButtonLabels,
|
|
27
|
-
consentPolicy: identityX.config.get("consentPolicy") || get(application, "organization.consentPolicy"),
|
|
28
|
+
consentPolicy: input.consentPolicy || identityX.config.get("consentPolicy") || get(application, "organization.consentPolicy"),
|
|
29
|
+
consentPolicyEnabled,
|
|
28
30
|
emailConsentRequest: get(application, "organization.emailConsentRequest"),
|
|
29
31
|
regionalConsentPolicies: get(application, "organization.regionalConsentPolicies"),
|
|
30
32
|
enableChangeEmail: identityX.config.get("enableChangeEmail"),
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var marko_template = module.exports = require("marko/dist/html").t(__filename),
|
|
5
|
-
marko_componentType = "/@mindful-web/marko-web-identity-x$1.71.
|
|
5
|
+
marko_componentType = "/@mindful-web/marko-web-identity-x$1.71.7/components/form-authenticate.marko",
|
|
6
6
|
marko_component = require("./form-authenticate.marko"),
|
|
7
7
|
marko_renderer = require("marko/dist/runtime/components/renderer"),
|
|
8
8
|
module_objectPath_module = require("@mindful-web/object-path"),
|
|
@@ -29,6 +29,8 @@ function render(input, out, __component, component, state) {
|
|
|
29
29
|
|
|
30
30
|
const lang = input.lang || defaultValue(site.config.lang, "en");
|
|
31
31
|
|
|
32
|
+
const consentPolicyEnabled = ("consentPolicyEnabled" in input) ? input.consentPolicyEnabled : identityX.config.get("consentPolicyEnabled") || get(application, "organization.consentPolicyEnabled");
|
|
33
|
+
|
|
32
34
|
if (isEnabled) {
|
|
33
35
|
marko_web_identity_x_context_tag({
|
|
34
36
|
renderBody: function(out, { application }) {
|
|
@@ -47,7 +49,8 @@ function render(input, out, __component, component, state) {
|
|
|
47
49
|
callToAction: input.callToAction,
|
|
48
50
|
buttonLabel: input.buttonLabel,
|
|
49
51
|
loginButtonLabels: input.loginButtonLabels,
|
|
50
|
-
consentPolicy: identityX.config.get("consentPolicy") || get(application, "organization.consentPolicy"),
|
|
52
|
+
consentPolicy: input.consentPolicy || identityX.config.get("consentPolicy") || get(application, "organization.consentPolicy"),
|
|
53
|
+
consentPolicyEnabled,
|
|
51
54
|
emailConsentRequest: get(application, "organization.emailConsentRequest"),
|
|
52
55
|
regionalConsentPolicies: get(application, "organization.regionalConsentPolicies"),
|
|
53
56
|
enableChangeEmail: identityX.config.get("enableChangeEmail"),
|
|
@@ -68,7 +71,7 @@ marko_template._ = marko_renderer(render, {
|
|
|
68
71
|
}, marko_component);
|
|
69
72
|
|
|
70
73
|
marko_template.meta = {
|
|
71
|
-
id: "/@mindful-web/marko-web-identity-x$1.71.
|
|
74
|
+
id: "/@mindful-web/marko-web-identity-x$1.71.7/components/form-authenticate.marko",
|
|
72
75
|
component: "./form-authenticate.marko",
|
|
73
76
|
tags: [
|
|
74
77
|
"@mindful-web/marko-web/components/browser-component.marko",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var marko_template = module.exports = require("marko/dist/html").t(__filename),
|
|
5
|
-
marko_componentType = "/@mindful-web/marko-web-identity-x$1.71.
|
|
5
|
+
marko_componentType = "/@mindful-web/marko-web-identity-x$1.71.7/components/form-change-email.marko",
|
|
6
6
|
marko_component = require("./form-change-email.marko"),
|
|
7
7
|
marko_renderer = require("marko/dist/runtime/components/renderer"),
|
|
8
8
|
module_objectPath_module = require("@mindful-web/object-path"),
|
|
@@ -59,7 +59,7 @@ marko_template._ = marko_renderer(render, {
|
|
|
59
59
|
}, marko_component);
|
|
60
60
|
|
|
61
61
|
marko_template.meta = {
|
|
62
|
-
id: "/@mindful-web/marko-web-identity-x$1.71.
|
|
62
|
+
id: "/@mindful-web/marko-web-identity-x$1.71.7/components/form-change-email.marko",
|
|
63
63
|
component: "./form-change-email.marko",
|
|
64
64
|
tags: [
|
|
65
65
|
"@mindful-web/marko-web/components/browser-component.marko",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var marko_template = module.exports = require("marko/dist/html").t(__filename),
|
|
5
|
-
marko_componentType = "/@mindful-web/marko-web-identity-x$1.71.
|
|
5
|
+
marko_componentType = "/@mindful-web/marko-web-identity-x$1.71.7/components/form-login.marko",
|
|
6
6
|
marko_component = require("./form-login.marko"),
|
|
7
7
|
marko_renderer = require("marko/dist/runtime/components/renderer"),
|
|
8
8
|
module_objectPath_module = require("@mindful-web/object-path"),
|
|
@@ -82,7 +82,7 @@ marko_template._ = marko_renderer(render, {
|
|
|
82
82
|
}, marko_component);
|
|
83
83
|
|
|
84
84
|
marko_template.meta = {
|
|
85
|
-
id: "/@mindful-web/marko-web-identity-x$1.71.
|
|
85
|
+
id: "/@mindful-web/marko-web-identity-x$1.71.7/components/form-login.marko",
|
|
86
86
|
component: "./form-login.marko",
|
|
87
87
|
tags: [
|
|
88
88
|
"@mindful-web/marko-web/components/browser-component.marko",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var marko_template = module.exports = require("marko/dist/html").t(__filename),
|
|
5
|
-
marko_componentType = "/@mindful-web/marko-web-identity-x$1.71.
|
|
5
|
+
marko_componentType = "/@mindful-web/marko-web-identity-x$1.71.7/components/form-logout.marko",
|
|
6
6
|
marko_renderer = require("marko/dist/runtime/components/renderer"),
|
|
7
7
|
module_defaultValue = require("@mindful-web/marko-core/utils/default-value"),
|
|
8
8
|
defaultValue = module_defaultValue.default || module_defaultValue,
|
|
@@ -29,7 +29,7 @@ marko_template._ = marko_renderer(render, {
|
|
|
29
29
|
});
|
|
30
30
|
|
|
31
31
|
marko_template.meta = {
|
|
32
|
-
id: "/@mindful-web/marko-web-identity-x$1.71.
|
|
32
|
+
id: "/@mindful-web/marko-web-identity-x$1.71.7/components/form-logout.marko",
|
|
33
33
|
tags: [
|
|
34
34
|
"@mindful-web/marko-web/components/browser-component.marko"
|
|
35
35
|
]
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var marko_template = module.exports = require("marko/dist/html").t(__filename),
|
|
5
|
-
marko_componentType = "/@mindful-web/marko-web-identity-x$1.71.
|
|
5
|
+
marko_componentType = "/@mindful-web/marko-web-identity-x$1.71.7/components/form-profile.marko",
|
|
6
6
|
marko_component = require("./form-profile.marko"),
|
|
7
7
|
marko_renderer = require("marko/dist/runtime/components/renderer"),
|
|
8
8
|
module_objectPath_module = require("@mindful-web/object-path"),
|
|
@@ -84,7 +84,7 @@ marko_template._ = marko_renderer(render, {
|
|
|
84
84
|
}, marko_component);
|
|
85
85
|
|
|
86
86
|
marko_template.meta = {
|
|
87
|
-
id: "/@mindful-web/marko-web-identity-x$1.71.
|
|
87
|
+
id: "/@mindful-web/marko-web-identity-x$1.71.7/components/form-profile.marko",
|
|
88
88
|
component: "./form-profile.marko",
|
|
89
89
|
tags: [
|
|
90
90
|
"@mindful-web/marko-web/components/browser-component.marko",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var marko_template = module.exports = require("marko/dist/html").t(__filename),
|
|
5
|
-
marko_componentType = "/@mindful-web/marko-web-identity-x$1.71.
|
|
5
|
+
marko_componentType = "/@mindful-web/marko-web-identity-x$1.71.7/components/form-register.marko",
|
|
6
6
|
marko_renderer = require("marko/dist/runtime/components/renderer"),
|
|
7
7
|
marko_assign = require("marko/dist/runtime/helpers/assign"),
|
|
8
8
|
marko_web_identity_x_form_login_template = require("./form-login.marko"),
|
|
@@ -25,7 +25,7 @@ marko_template._ = marko_renderer(render, {
|
|
|
25
25
|
});
|
|
26
26
|
|
|
27
27
|
marko_template.meta = {
|
|
28
|
-
id: "/@mindful-web/marko-web-identity-x$1.71.
|
|
28
|
+
id: "/@mindful-web/marko-web-identity-x$1.71.7/components/form-register.marko",
|
|
29
29
|
tags: [
|
|
30
30
|
"./form-login.marko"
|
|
31
31
|
]
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var marko_template = module.exports = require("marko/dist/html").t(__filename),
|
|
5
|
-
marko_componentType = "/@mindful-web/marko-web-identity-x$1.71.
|
|
5
|
+
marko_componentType = "/@mindful-web/marko-web-identity-x$1.71.7/components/identify.marko",
|
|
6
6
|
marko_component = require("./identify.marko"),
|
|
7
7
|
marko_renderer = require("marko/dist/runtime/components/renderer"),
|
|
8
8
|
module_objectPath_module = require("@mindful-web/object-path"),
|
|
@@ -50,7 +50,7 @@ marko_template._ = marko_renderer(render, {
|
|
|
50
50
|
}, marko_component);
|
|
51
51
|
|
|
52
52
|
marko_template.meta = {
|
|
53
|
-
id: "/@mindful-web/marko-web-identity-x$1.71.
|
|
53
|
+
id: "/@mindful-web/marko-web-identity-x$1.71.7/components/identify.marko",
|
|
54
54
|
component: "./identify.marko",
|
|
55
55
|
tags: [
|
|
56
56
|
"@mindful-web/marko-web-gtm/components/push.marko",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var marko_template = module.exports = require("marko/dist/html").t(__filename),
|
|
5
|
-
marko_componentType = "/@mindful-web/marko-web-identity-x$1.71.
|
|
5
|
+
marko_componentType = "/@mindful-web/marko-web-identity-x$1.71.7/components/non-auth-identify.marko",
|
|
6
6
|
marko_component = require("./non-auth-identify.marko"),
|
|
7
7
|
marko_renderer = require("marko/dist/runtime/components/renderer"),
|
|
8
8
|
marko_dynamicTag = require("marko/dist/runtime/helpers/dynamic-tag"),
|
|
@@ -45,7 +45,7 @@ marko_template._ = marko_renderer(render, {
|
|
|
45
45
|
}, marko_component);
|
|
46
46
|
|
|
47
47
|
marko_template.meta = {
|
|
48
|
-
id: "/@mindful-web/marko-web-identity-x$1.71.
|
|
48
|
+
id: "/@mindful-web/marko-web-identity-x$1.71.7/components/non-auth-identify.marko",
|
|
49
49
|
component: "./non-auth-identify.marko",
|
|
50
50
|
tags: [
|
|
51
51
|
"@mindful-web/marko-core/components/resolve.marko"
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var marko_template = module.exports = require("marko/dist/html").t(__filename),
|
|
5
|
-
marko_componentType = "/@mindful-web/marko-web-identity-x$1.71.
|
|
5
|
+
marko_componentType = "/@mindful-web/marko-web-identity-x$1.71.7/components/subscribe.marko",
|
|
6
6
|
marko_component = require("./subscribe.marko"),
|
|
7
7
|
marko_renderer = require("marko/dist/runtime/components/renderer"),
|
|
8
8
|
module_objectPath_module = require("@mindful-web/object-path"),
|
|
@@ -73,7 +73,7 @@ marko_template._ = marko_renderer(render, {
|
|
|
73
73
|
}, marko_component);
|
|
74
74
|
|
|
75
75
|
marko_template.meta = {
|
|
76
|
-
id: "/@mindful-web/marko-web-identity-x$1.71.
|
|
76
|
+
id: "/@mindful-web/marko-web-identity-x$1.71.7/components/subscribe.marko",
|
|
77
77
|
component: "./subscribe.marko",
|
|
78
78
|
tags: [
|
|
79
79
|
"@mindful-web/marko-web/components/browser-component.marko",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mindful-web/marko-web-identity-x",
|
|
3
|
-
"version": "1.71.
|
|
3
|
+
"version": "1.71.7",
|
|
4
4
|
"description": "Marko Wrapper for IdentityX",
|
|
5
5
|
"repository": "https://github.com/parameter1/mindful-web/tree/main/packages/marko-web-identity-x",
|
|
6
6
|
"author": "Josh Worden <josh@parameter1.com>",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "6a77d44a40790be2cdfa9308b687f08e95624d41"
|
|
41
41
|
}
|