Skip to content

Commit 381f152

Browse files
Release build 6.18.0 [ci release]
1 parent 2bed9e2 commit 381f152

File tree

62 files changed

+5833
-33
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+5833
-33
lines changed

Sources/ContentScopeScripts/dist/pages/duckplayer/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
padding: 16px;
7373
}
7474

75-
/* pages/duckplayer/app/components/Fallback.module.css */
75+
/* shared/components/Fallback/Fallback.module.css */
7676
.Fallback_fallback {
7777
height: 100%;
7878
width: 100%;
@@ -2119,7 +2119,7 @@
21192119
} catch (e3) {
21202120
console.error("could not access handlers for %s, falling back to mock interface", opts.injectName);
21212121
}
2122-
const fallback = new TestTransportConfig({
2122+
const fallback = opts.mockTransport?.() || new TestTransportConfig({
21232123
/**
21242124
* @param {import('@duckduckgo/messaging').NotificationMessage} msg
21252125
*/
@@ -3242,12 +3242,12 @@
32423242
return q2(UserValuesContext).setEnabled;
32433243
}
32443244

3245-
// pages/duckplayer/app/components/Fallback.module.css
3245+
// shared/components/Fallback/Fallback.module.css
32463246
var Fallback_default = {
32473247
fallback: "Fallback_fallback"
32483248
};
32493249

3250-
// pages/duckplayer/app/components/Fallback.jsx
3250+
// shared/components/Fallback/Fallback.jsx
32513251
function Fallback({ showDetails }) {
32523252
return /* @__PURE__ */ y("div", { class: Fallback_default.fallback }, /* @__PURE__ */ y("div", null, /* @__PURE__ */ y("p", null, "Something went wrong!"), showDetails && /* @__PURE__ */ y("p", null, "Please check logs for a message called ", /* @__PURE__ */ y("code", null, "reportPageException"))));
32533253
}

Sources/ContentScopeScripts/dist/pages/duckplayer/js/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ body[data-display=app] {
4848
padding: 16px;
4949
}
5050

51-
/* pages/duckplayer/app/components/Fallback.module.css */
51+
/* shared/components/Fallback/Fallback.module.css */
5252
.Fallback_fallback {
5353
height: 100%;
5454
width: 100%;

Sources/ContentScopeScripts/dist/pages/duckplayer/js/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@
11351135
} catch (e3) {
11361136
console.error("could not access handlers for %s, falling back to mock interface", opts.injectName);
11371137
}
1138-
const fallback = new TestTransportConfig({
1138+
const fallback = opts.mockTransport?.() || new TestTransportConfig({
11391139
/**
11401140
* @param {import('@duckduckgo/messaging').NotificationMessage} msg
11411141
*/
@@ -2258,12 +2258,12 @@
22582258
return q2(UserValuesContext).setEnabled;
22592259
}
22602260

2261-
// pages/duckplayer/app/components/Fallback.module.css
2261+
// shared/components/Fallback/Fallback.module.css
22622262
var Fallback_default = {
22632263
fallback: "Fallback_fallback"
22642264
};
22652265

2266-
// pages/duckplayer/app/components/Fallback.jsx
2266+
// shared/components/Fallback/Fallback.jsx
22672267
function Fallback({ showDetails }) {
22682268
return /* @__PURE__ */ y("div", { class: Fallback_default.fallback }, /* @__PURE__ */ y("div", null, /* @__PURE__ */ y("p", null, "Something went wrong!"), showDetails && /* @__PURE__ */ y("p", null, "Please check logs for a message called ", /* @__PURE__ */ y("code", null, "reportPageException"))));
22692269
}

Sources/ContentScopeScripts/dist/pages/onboarding/js/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sources/ContentScopeScripts/dist/pages/release-notes/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2051,7 +2051,7 @@
20512051
} catch (e3) {
20522052
console.error("could not access handlers for %s, falling back to mock interface", opts.injectName);
20532053
}
2054-
const fallback = new TestTransportConfig({
2054+
const fallback = opts.mockTransport?.() || new TestTransportConfig({
20552055
/**
20562056
* @param {import('@duckduckgo/messaging').NotificationMessage} msg
20572057
*/

Sources/ContentScopeScripts/dist/pages/special-error/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1917,7 +1917,7 @@
19171917
} catch (e3) {
19181918
console.error("could not access handlers for %s, falling back to mock interface", opts.injectName);
19191919
}
1920-
const fallback = new TestTransportConfig({
1920+
const fallback = opts.mockTransport?.() || new TestTransportConfig({
19211921
/**
19221922
* @param {import('@duckduckgo/messaging').NotificationMessage} msg
19231923
*/

Sources/ContentScopeScripts/dist/pages/special-error/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@
11351135
} catch (e3) {
11361136
console.error("could not access handlers for %s, falling back to mock interface", opts.injectName);
11371137
}
1138-
const fallback = new TestTransportConfig({
1138+
const fallback = opts.mockTransport?.() || new TestTransportConfig({
11391139
/**
11401140
* @param {import('@duckduckgo/messaging').NotificationMessage} msg
11411141
*/

build/android/pages/duckplayer/js/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ body[data-display=app] {
4848
padding: 16px;
4949
}
5050

51-
/* pages/duckplayer/app/components/Fallback.module.css */
51+
/* shared/components/Fallback/Fallback.module.css */
5252
.Fallback_fallback {
5353
height: 100%;
5454
width: 100%;

build/android/pages/duckplayer/js/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@
11351135
} catch (e3) {
11361136
console.error("could not access handlers for %s, falling back to mock interface", opts.injectName);
11371137
}
1138-
const fallback = new TestTransportConfig({
1138+
const fallback = opts.mockTransport?.() || new TestTransportConfig({
11391139
/**
11401140
* @param {import('@duckduckgo/messaging').NotificationMessage} msg
11411141
*/
@@ -2258,12 +2258,12 @@
22582258
return q2(UserValuesContext).setEnabled;
22592259
}
22602260

2261-
// pages/duckplayer/app/components/Fallback.module.css
2261+
// shared/components/Fallback/Fallback.module.css
22622262
var Fallback_default = {
22632263
fallback: "Fallback_fallback"
22642264
};
22652265

2266-
// pages/duckplayer/app/components/Fallback.jsx
2266+
// shared/components/Fallback/Fallback.jsx
22672267
function Fallback({ showDetails }) {
22682268
return /* @__PURE__ */ y("div", { class: Fallback_default.fallback }, /* @__PURE__ */ y("div", null, /* @__PURE__ */ y("p", null, "Something went wrong!"), showDetails && /* @__PURE__ */ y("p", null, "Please check logs for a message called ", /* @__PURE__ */ y("code", null, "reportPageException"))));
22692269
}

build/integration/pages/duckplayer/js/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ body[data-display=app] {
4848
padding: 16px;
4949
}
5050

51-
/* pages/duckplayer/app/components/Fallback.module.css */
51+
/* shared/components/Fallback/Fallback.module.css */
5252
.Fallback_fallback {
5353
height: 100%;
5454
width: 100%;

0 commit comments

Comments
 (0)