domain0 0.2.0 → 0.2.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/contracts.cjs +1 -1
- package/dist/contracts.cjs.map +1 -1
- package/dist/contracts.mjs +1 -1
- package/dist/contracts.mjs.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{sdk-BHIxsxUT.mjs → sdk-CL6dA6kV.mjs} +65 -6
- package/dist/sdk-CL6dA6kV.mjs.map +1 -0
- package/dist/{sdk-C0q5dV-6.cjs → sdk-CwOXzusx.cjs} +65 -6
- package/dist/sdk-CwOXzusx.cjs.map +1 -0
- package/dist/ui.cjs +1 -1
- package/dist/ui.d.cts +1 -0
- package/dist/ui.d.mts +1 -0
- package/dist/ui.mjs +1 -1
- package/package.json +1 -1
- package/dist/sdk-BHIxsxUT.mjs.map +0 -1
- package/dist/sdk-C0q5dV-6.cjs.map +0 -1
package/dist/ui.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_sdk = require("./sdk-
|
|
2
|
+
const require_sdk = require("./sdk-CwOXzusx.cjs");
|
|
3
3
|
exports.applyWhiteLabel = require_sdk.applyWhiteLabel;
|
|
4
4
|
exports.createDomain0 = require_sdk.createDomain0;
|
|
5
5
|
exports.createDomain0Localizer = require_sdk.createDomain0Localizer;
|
package/dist/ui.d.cts
CHANGED
|
@@ -34,6 +34,7 @@ declare const englishMessages: {
|
|
|
34
34
|
readonly dkimOpenGuide: (provider: string) => string;
|
|
35
35
|
readonly cancelledDescription: (domain: string) => string;
|
|
36
36
|
readonly selectedProvider: (provider: string, support: string) => string;
|
|
37
|
+
readonly connectAnotherWay: "Connect another way";
|
|
37
38
|
readonly currentState: (state: string) => string;
|
|
38
39
|
readonly refreshConnection: "Refresh connection";
|
|
39
40
|
readonly domainConnectHeading: "Connect through Domain Connect";
|
package/dist/ui.d.mts
CHANGED
|
@@ -34,6 +34,7 @@ declare const englishMessages: {
|
|
|
34
34
|
readonly dkimOpenGuide: (provider: string) => string;
|
|
35
35
|
readonly cancelledDescription: (domain: string) => string;
|
|
36
36
|
readonly selectedProvider: (provider: string, support: string) => string;
|
|
37
|
+
readonly connectAnotherWay: "Connect another way";
|
|
37
38
|
readonly currentState: (state: string) => string;
|
|
38
39
|
readonly refreshConnection: "Refresh connection";
|
|
39
40
|
readonly domainConnectHeading: "Connect through Domain Connect";
|
package/dist/ui.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as mountDomain0Connect, c as localizedCopy, i as mountDomain0ConnectionFlow, l as applyWhiteLabel, n as domain0, o as createDomain0Localizer, r as mountDomain0SharedFlow, s as domain0TranslatedLocales, t as createDomain0, u as interpolateWhiteLabelCopy } from "./sdk-
|
|
1
|
+
import { a as mountDomain0Connect, c as localizedCopy, i as mountDomain0ConnectionFlow, l as applyWhiteLabel, n as domain0, o as createDomain0Localizer, r as mountDomain0SharedFlow, s as domain0TranslatedLocales, t as createDomain0, u as interpolateWhiteLabelCopy } from "./sdk-CL6dA6kV.mjs";
|
|
2
2
|
export { applyWhiteLabel, createDomain0, createDomain0Localizer, domain0, domain0TranslatedLocales, interpolateWhiteLabelCopy, localizedCopy, mountDomain0Connect, mountDomain0ConnectionFlow, mountDomain0SharedFlow };
|