Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stage to Main Release #144

Merged
merged 48 commits into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
Changes from 43 commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
fe21934
initial commit of express files - need to rename
jsandland Jan 8, 2025
a9d0a4a
ensure dir name and block name are identical
jsandland Jan 9, 2025
3ea01e7
renamed to faqv2 in css and js, appearing as expected on mobile and d…
jsandland Jan 9, 2025
3a283c0
remove references to .section in CSS
jsandland Jan 10, 2025
5b6b707
remove all modification to .section
jsandland Jan 11, 2025
36214ca
initial
echen-adobe Jan 14, 2025
164eab0
fixed tooltip caret
echen-adobe Jan 14, 2025
68e100a
include long-form variant
jsandland Jan 15, 2025
a47d29c
update paths to icons
jsandland Jan 15, 2025
940afe9
remove inline styles on subheader
jsandland Jan 15, 2025
6813067
ensure rounded corners when header-accordion is collapsed
jsandland Jan 15, 2025
781aa72
ensure left and right margin remain through device sizes
jsandland Jan 15, 2025
e32d13e
move away from use of section
jsandland Jan 15, 2025
b5bf4a1
set width for title on longform
jsandland Jan 15, 2025
5f1f23b
adds box-shadow and reduces width of container to add distance on sides
jsandland Jan 15, 2025
7a6fd14
Adding accessible name to gen ai input
Jan 17, 2025
f471c3b
more accessible
echen-adobe Jan 22, 2025
023892f
lint
echen-adobe Jan 22, 2025
8e2cca3
Update package.json
echen-adobe Jan 22, 2025
9505ef1
resolve width issue for how-to-steps-carousel and ax-columns on mobile
jsandland Jan 23, 2025
19ce183
aria label
echen-adobe Jan 23, 2025
407bdfb
...
echen-adobe Jan 23, 2025
3366474
adjust longform mobile style
jsandland Jan 24, 2025
229af1d
adds border-radius to first-child of longform mobile variant
jsandland Jan 24, 2025
5e56415
ensure border-bottom missing on last child on long form mobile variant
jsandland Jan 24, 2025
fafea77
Merge pull request #138 from adobecom/de-how-to-steps-carousel-center…
jsandland Jan 27, 2025
e5621ea
Merge pull request #124 from adobecom/port-faqv2-from-express
jsandland Jan 27, 2025
aec1ced
MWPW-165989: added gradient to primary cta
fullcolorcoder Jan 28, 2025
73205c2
MWPW-164100: focus state, regression fix
fullcolorcoder Jan 28, 2025
005a22c
MWPW-165989: Removed set height to allow content to flow
fullcolorcoder Jan 28, 2025
401370f
MWPW-164914 - Accessibility contrast ratio
Jan 28, 2025
9a8fcf0
Merge branch 'main' into stage
vhargrave Jan 29, 2025
10fa466
Update ax-columns.css
echen-adobe Jan 29, 2025
b3eb6b8
Updating text var and color
Jan 29, 2025
b53d2e0
Merge pull request #141 from adobecom/premium-cta-gradient
fullcolorcoder Jan 29, 2025
aad1f59
Merge pull request #142 from adobecom/card-accessibility-fix
fullcolorcoder Jan 29, 2025
1d151e7
Mfb shrink font 3 (#127)
echen-adobe Jan 29, 2025
fa56cc5
DOMXSS In Template CKG (#134)
echen-adobe Jan 29, 2025
854e631
Merge pull request #136 from adobecom/a11y-genai-cards-accessible-name
fullcolorcoder Jan 29, 2025
d60201c
Merge pull request #140 from adobecom/a11y-contrast-purple-savings
fullcolorcoder Jan 29, 2025
2c52fcd
added selectable text
echen-adobe Jan 29, 2025
c6a2589
Merge pull request #143 from adobecom/ax-columns-fix
fullcolorcoder Jan 29, 2025
19685c6
Merge pull request #131 from adobecom/accessible-pricing-tooltip
fullcolorcoder Jan 29, 2025
b156948
Revert "Port FaqV2 Block To Milo From Express"
fullcolorcoder Jan 30, 2025
624b513
Merge pull request #146 from adobecom/revert-124-port-faqv2-from-express
fullcolorcoder Jan 30, 2025
3ccd1dd
Update ax-columns.css (#148)
echen-adobe Jan 31, 2025
660345a
Revert "Premium CTA Gradient"
fullcolorcoder Feb 4, 2025
ac3965b
Merge pull request #161 from adobecom/revert-141-premium-cta-gradient
fullcolorcoder Feb 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion express/code/blocks/ax-columns/ax-columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@
.section .ax-columns > div {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 40px 0;
}
Expand Down Expand Up @@ -634,6 +633,7 @@ main .ax-columns.highlight.dark .columns-video:last-of-type {
.ax-columns.fullsize .column {
padding-left: 24px;
padding-right: 24px;
width: 100%;
}

.ax-columns .column.column-picture {
Expand Down
3 changes: 1 addition & 2 deletions express/code/blocks/discover-cards/discover-cards.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ main .section .discover-cards {
text-align: left;
}
.section .discover-cards .card .button-container a {
background-color: #292929;
background: #292929;
color: var(--color-white);
border: none;
}
Expand All @@ -96,7 +96,6 @@ main .section .discover-cards {
.discover-cards .cards-container .card {
min-width: 399px;
max-width: 399px;
height: 478px;
margin: 9px -5px 10px auto;
}
.discover-cards .cards-container .card .text-content .header {
Expand Down
Loading
Loading