Skip to content

Commit a90da42

Browse files
authored
Merge branch 'develop' into corrected-media-gallery-url
2 parents df1abaf + bf625cc commit a90da42

File tree

168 files changed

+19
-8602
lines changed

Some content is hidden

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

168 files changed

+19
-8602
lines changed

app/code/Magento/PageBuilder/Model/Dom/NodeList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function __construct(
4444
/**
4545
* @inheritDoc
4646
*/
47-
public function item($index): ?ElementInterface
47+
public function item(int $index): ?ElementInterface
4848
{
4949
return $this->objectManager->create(ElementInterface::class, [ 'element' => $this->nodeList->item($index) ]);
5050
}

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderSlideItemCommonTest/SlideItemMoveSlideItemsToRearrangeTest.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,9 @@
101101
<seeElement selector="{{SlideOnBackend.messageContent('2', PageBuilderSlideItemContent_Slide2.value)}}" stepKey="seeSlide2ContentAfterSave"/>
102102
<!-- Change Slide Order -->
103103
<comment userInput="Change Slide Order" stepKey="commentSortingSlides"/>
104-
<executeJS function="return document.querySelectorAll('{{SliderOnStage.slideNavigationDragHandle}}')[0].clientWidth / 4" stepKey="xCoordinateToMoveTo"/>
105-
<comment userInput="xCoordinateToMoveTo: $xCoordinateToMoveTo" stepKey="commentXCoordinate"/>
106-
<executeJS function="return document.querySelectorAll('{{SliderOnStage.slideNavigationDragHandle}}')[0].clientHeight / 2" stepKey="yCoordinateToMoveTo"/>
107-
<comment userInput="yCoordinateToMoveTo: $yCoordinateToMoveTo" stepKey="commentYCoordinate"/>
108104
<click selector="{{SliderOnStage.slideNavigationDot('1', '3')}}" stepKey="clickSlideDot"/>
109105
<waitForPageLoad stepKey="waitForPageLoad2"/>
110-
<dragAndDrop selector1="{{SliderOnStage.slideNavigationDragHandleByIndex('1', '3')}}" selector2="{{SliderOnStage.slideNavigationDot('1', '1')}}" x="$xCoordinateToMoveTo" y="$yCoordinateToMoveTo" stepKey="dragAndDropSlide"/>
106+
<dragAndDrop selector1="{{SliderOnStage.slideNavigationDragHandleByIndex('1', '3')}}" selector2="{{SliderOnStage.slideNavigationDot('1', '1')}}" x="-1" stepKey="dragAndDropSlide"/>
111107
<waitForPageLoad stepKey="waitForDragAndDrop"/>
112108
<!-- Validate Stage After Sorting -->
113109
<comment userInput="Validate Stage After Sorting" stepKey="commentValidateStage2"/>

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/products/_default.less

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,22 @@
9191
margin: 0;
9292
}
9393

94+
.map-old-price {
95+
display: inline-block;
96+
97+
&:not(:last-child) {
98+
margin-right: @indent__s;
99+
}
100+
101+
.price-wrapper {
102+
text-decoration: line-through;
103+
}
104+
}
105+
106+
.map-fallback-price {
107+
display: none;
108+
}
109+
94110
.actions-primary {
95111
display: inline-block;
96112
max-width: 100%;

app/code/Magento/PageBuilder/view/frontend/web/css/source/content-type/column/_default.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
.pagebuilder-column {
2222
background-attachment: scroll !important;
2323
flex-basis: 100%;
24+
max-width: 100%;
2425
}
2526
}

docs/breaking-changes.md

Lines changed: 0 additions & 91 deletions
This file was deleted.

docs/comp-status2.md

Lines changed: 0 additions & 59 deletions
This file was deleted.

docs/create-custom-content-type/overview.md

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)