Skip to content

Commit 9dacc8a

Browse files
noisysocksgithub-actions[bot]
authored andcommitted
Release build 11.5.0 [ci release]
1 parent 27021cc commit 9dacc8a

File tree

29 files changed

+398
-211
lines changed

29 files changed

+398
-211
lines changed

CHANGELOG.txt

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
- NTP: Omnibar design fixes i2 (#1889)
2-
- Fix context menu by filtering fake widgets starting with underscore (#1888)
3-
- build(deps): bump @rive-app/canvas-single from 2.30.4 to 2.31.1 (#1885)
4-
- build(deps-dev): bump eslint from 9.32.0 to 9.33.0 in the eslint group (#1886)
5-
- build(deps): bump immutable-json-patch from 6.0.1 to 6.0.2 (#1873)
6-
- Inject name conditional (#1884)
7-
- Remove console.log from url-change.js (#1877)
8-
- Match on frame conditional (#1725)
1+
- Fix lint warnings (#1890)
2+
- NTP: Refine omnibar background, outline, and elevation styles (#1893)
3+
- Replace newlines with spaces when switching from Duck.ai to Search tab. (#1894)
4+
- feat: Add Duck.ai icon for RMF, update a couple other RMF icons (#1892)

build/apple/pages/new-tab/dist/index.css

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1612,28 +1612,20 @@ body:not([data-platform-name]) .Button_button:active {
16121612
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 8px 0 rgba(0, 0, 0, 0.08);
16131613
display: flow-root;
16141614
margin: 3px;
1615+
outline: 1px solid var(--ntp-controls-raised-backdrop);
16151616
}
16161617
body:not([data-background-kind=default]) .Omnibar_popup {
16171618
-webkit-backdrop-filter: blur(48px);
16181619
backdrop-filter: blur(48px);
16191620
background: var(--omnibar-translucent-background-color);
1620-
outline: 1px solid var(--ntp-surface-border-color);
1621-
}
1622-
.Omnibar_field {
1623-
box-sizing: content-box;
1624-
overflow: hidden;
1625-
position: relative;
1626-
transition: height 200ms ease;
16271621
}
1628-
@media (prefers-reduced-motion: reduce) {
1629-
.Omnibar_field {
1630-
transition: none;
1631-
}
1622+
.Omnibar_root:focus-within .Omnibar_popup {
1623+
box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1), 0 20px 40px 0 rgba(0, 0, 0, 0.08);
16321624
}
16331625
.Omnibar_root:focus-within:has(input:placeholder-shown, textarea:placeholder-shown) .Omnibar_popup {
16341626
border-radius: 15px;
16351627
border: 2px solid var(--ntp-accent-primary);
1636-
box-shadow: none;
1628+
box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1), 0 20px 40px 0 rgba(0, 0, 0, 0.08);
16371629
margin: 0;
16381630
outline: 2px solid var(--ntp-accent-glow);
16391631
}
@@ -1642,12 +1634,22 @@ body:not([data-background-kind=default]) .Omnibar_popup {
16421634
}
16431635
.Omnibar_root:has([role=listbox]) .Omnibar_popup {
16441636
border-radius: 15px;
1645-
box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1), 0 20px 40px 0 rgba(0, 0, 0, 0.08);
16461637
margin: 0;
16471638
}
16481639
.Omnibar_root:has([role=listbox]) .Omnibar_popup .Omnibar_field {
16491640
margin: 3px;
16501641
}
1642+
.Omnibar_field {
1643+
box-sizing: content-box;
1644+
overflow: hidden;
1645+
position: relative;
1646+
transition: height 200ms ease;
1647+
}
1648+
@media (prefers-reduced-motion: reduce) {
1649+
.Omnibar_field {
1650+
transition: none;
1651+
}
1652+
}
16511653

16521654
/* pages/new-tab/app/omnibar/components/SearchForm.module.css */
16531655
.SearchForm_form {
@@ -1809,8 +1811,6 @@ body:not([data-background-kind=default]) .Omnibar_popup {
18091811
body:not([data-background-kind=default]) .TabSwitcher_tabSwitcher {
18101812
-webkit-backdrop-filter: blur(48px);
18111813
backdrop-filter: blur(48px);
1812-
background: var(--omnibar-translucent-background-color);
1813-
outline: 1px solid var(--ntp-surface-border-color);
18141814
}
18151815
.TabSwitcher_tab {
18161816
align-items: center;

build/apple/pages/new-tab/dist/index.js

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1853,7 +1853,7 @@
18531853
"path",
18541854
{
18551855
fill: "currentColor",
1856-
d: "M10.433 4.683a.625.625 0 1 1 .884.884L8.884 8l2.433 2.433a.625.625 0 1 1-.884.884L8 8.884l-2.433 2.433a.625.625 0 1 1-.884-.884L7.116 8 4.683 5.567a.625.625 0 1 1 .884-.884L8 7.116l2.433-2.433Z"
1856+
d: "M11.933 3.183a.625.625 0 1 1 .884.884L8.884 8l3.933 3.933a.625.625 0 1 1-.884.884L8 8.884l-3.933 3.933a.625.625 0 1 1-.884-.884L7.116 8 3.183 4.067a.625.625 0 1 1 .884-.884L8 7.116l3.933-3.933Z"
18571857
}
18581858
));
18591859
}
@@ -8368,7 +8368,7 @@
83688368
);
83698369
const platformName = usePlatformName();
83708370
const {
8371-
term,
8371+
term: _term,
83728372
setTerm,
83738373
suggestionsListId,
83748374
suggestions,
@@ -8379,6 +8379,7 @@
83798379
clearSelectedSuggestion,
83808380
hideSuggestions
83818381
} = useSearchFormContext();
8382+
const term = _term.replace(/\n/g, " ");
83828383
let inputBase, inputCompletion;
83838384
if (selectedSuggestion) {
83848385
const completionString = getSuggestionCompletionString(selectedSuggestion, term);
@@ -8485,7 +8486,7 @@
84858486
}
84868487
}
84878488
),
8488-
inputSuffix && /* @__PURE__ */ _(k, null, /* @__PURE__ */ _("span", { class: SearchForm_default.suffixSpacer, inert: true }, (inputBase + inputCompletion).replace(/\n/g, "") || t4("omnibar_searchFormPlaceholder")), /* @__PURE__ */ _("span", { class: SearchForm_default.suffix, inert: true }, inputSuffixText)),
8489+
inputSuffix && /* @__PURE__ */ _(k, null, /* @__PURE__ */ _("span", { class: SearchForm_default.suffixSpacer, inert: true }, inputBase + inputCompletion || t4("omnibar_searchFormPlaceholder")), /* @__PURE__ */ _("span", { class: SearchForm_default.suffix, inert: true }, inputSuffixText)),
84898490
term.length > 0 && /* @__PURE__ */ _(
84908491
"button",
84918492
{
@@ -30370,10 +30371,10 @@
3037030371
content: {
3037130372
messageType: "big_single_action",
3037230373
id: "id-big-single",
30373-
titleText: "Tell Us Your Thoughts on Privacy Pro",
30374-
descriptionText: "Take our short anonymous survey and share your feedback.",
30375-
icon: "PrivacyPro",
30376-
primaryActionText: "Take Survey"
30374+
titleText: "New! Advanced AI for Subscribers",
30375+
descriptionText: "Your subscription now includes access to more advanced models in Duck.ai, our private AI chat service. Always optional. No extra cost.",
30376+
icon: "DuckAi",
30377+
primaryActionText: "Try Duck.ai"
3037730378
}
3037830379
},
3037930380
big_two_action: {
Lines changed: 7 additions & 10 deletions
Loading
Lines changed: 14 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)