domain0 0.5.0 → 0.6.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.
- package/README.md +3 -2
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{sdk-BEFduVyo.mjs → sdk-CmmUNLRB.mjs} +3 -3
- package/dist/{sdk-BEFduVyo.mjs.map → sdk-CmmUNLRB.mjs.map} +1 -1
- package/dist/{sdk-DwnYJ501.cjs → sdk-CrmroILY.cjs} +3 -3
- package/dist/{sdk-DwnYJ501.cjs.map → sdk-CrmroILY.cjs.map} +1 -1
- package/dist/ui.cjs +1 -1
- package/dist/ui.d.cts +1 -1
- package/dist/ui.d.mts +1 -1
- package/dist/ui.mjs +1 -1
- package/package.json +1 -1
package/dist/ui.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require("./sdk-
|
|
1
|
+
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require("./sdk-CrmroILY.cjs");exports.applyWhiteLabel=e.o,exports.createDomain0=e.t,exports.createDomain0Localizer=e.c,exports.domain0=e.n,exports.domain0TranslatedLocales=e.l,exports.interpolateWhiteLabelCopy=e.s,exports.localizedCopy=e.u,exports.mountDomain0Connect=e.a,exports.mountDomain0ConnectionFlow=e.i,exports.mountDomain0SharedFlow=e.r;
|
package/dist/ui.d.cts
CHANGED
|
@@ -47,7 +47,7 @@ declare const englishMessages: {
|
|
|
47
47
|
readonly domainConnectHeading: "Connect through Domain Connect";
|
|
48
48
|
readonly domainConnectGuidance: "Your DNS provider will show the exact service template and ask for consent before applying it.";
|
|
49
49
|
readonly domainConnectResumeUnavailable: "This host application must provide the same Domain Connect service template to resume this handoff.";
|
|
50
|
-
readonly domainConnectUnavailable: "This
|
|
50
|
+
readonly domainConnectUnavailable: "This DNS provider cannot use the requested Domain Connect template. Choose another connection method.";
|
|
51
51
|
readonly continueSecurely: (provider: string) => string;
|
|
52
52
|
readonly continueSecurelyNewTab: (provider: string) => string;
|
|
53
53
|
readonly completedDomainConnect: "I completed Domain Connect";
|
package/dist/ui.d.mts
CHANGED
|
@@ -47,7 +47,7 @@ declare const englishMessages: {
|
|
|
47
47
|
readonly domainConnectHeading: "Connect through Domain Connect";
|
|
48
48
|
readonly domainConnectGuidance: "Your DNS provider will show the exact service template and ask for consent before applying it.";
|
|
49
49
|
readonly domainConnectResumeUnavailable: "This host application must provide the same Domain Connect service template to resume this handoff.";
|
|
50
|
-
readonly domainConnectUnavailable: "This
|
|
50
|
+
readonly domainConnectUnavailable: "This DNS provider cannot use the requested Domain Connect template. Choose another connection method.";
|
|
51
51
|
readonly continueSecurely: (provider: string) => string;
|
|
52
52
|
readonly continueSecurelyNewTab: (provider: string) => string;
|
|
53
53
|
readonly completedDomainConnect: "I completed Domain Connect";
|
package/dist/ui.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a as e,c as t,i as n,l as r,n as i,o as a,r as o,s,t as c,u as l}from"./sdk-
|
|
1
|
+
import{a as e,c as t,i as n,l as r,n as i,o as a,r as o,s,t as c,u as l}from"./sdk-CmmUNLRB.mjs";export{a as applyWhiteLabel,c as createDomain0,t as createDomain0Localizer,i as domain0,r as domain0TranslatedLocales,s as interpolateWhiteLabelCopy,l as localizedCopy,e as mountDomain0Connect,n as mountDomain0ConnectionFlow,o as mountDomain0SharedFlow};
|