Make WordPress Core


Ignore:
Timestamp:
10/23/2023 06:44:06 PM (14 months ago)
Author:
karmatosed
Message:

Update editor related npm packages for 6.4 RC2.

The npm packages needed update for 6.4 RC2.

Props siobhyb, cbravobernal, DAreRodz, luisherranz, artemiosans, afercia, jameskoster, czapla, alexstine, SantosGuillamot, ramonopoly, isabel_brison, andrewserong, jeryj, joedolson.

Merges [56987] to the 6.4 branch
See #59411.

Location:
branches/6.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.4

  • branches/6.4/src/wp-includes/blocks/image.php

    r56961 r56988  
    236236        $img[0]
    237237        . '<button
     238            class="lightbox-trigger"
    238239            type="button"
    239240            aria-haspopup="dialog"
     
    244245            style="background: #000"
    245246        >
    246             <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
    247                 <path d="M9 5H5V9" stroke="#FFFFFF" stroke-width="1.5"/>
    248                 <path d="M15 19L19 19L19 15" stroke="#FFFFFF" stroke-width="1.5"/>
    249                 <path d="M15 5H19V9" stroke="#FFFFFF" stroke-width="1.5"/>
    250                 <path d="M9 19L5 19L5 15" stroke="#FFFFFF" stroke-width="1.5"/>
     247            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" aria-hidden="true" focusable="false">
     248                <Path stroke="#FFFFFF" d="M6 4a2 2 0 0 0-2 2v3h1.5V6a.5.5 0 0 1 .5-.5h3V4H6Zm3 14.5H6a.5.5 0 0 1-.5-.5v-3H4v3a2 2 0 0 0 2 2h3v-1.5Zm6 1.5v-1.5h3a.5.5 0 0 0 .5-.5v-3H20v3a2 2 0 0 1-2 2h-3Zm3-16a2 2 0 0 1 2 2v3h-1.5V6a.5.5 0 0 0-.5-.5h-3V4h3Z" />
    251249            </svg>
    252250        </button>';
     
    323321            data-wp-on--touchend="actions.core.image.handleTouchEnd"
    324322            data-wp-on--click="actions.core.image.hideLightbox"
     323            tabindex="-1"
    325324            >
    326325                <button type="button" aria-label="$close_button_label" style="fill: $close_button_color" class="close-button" data-wp-on--click="actions.core.image.hideLightbox">
     
    328327                </button>
    329328                <div class="lightbox-image-container">$initial_image_content</div>
    330                 <div class="lightbox-image-container">$enlarged_image_content</div>
     329                <div class="lightbox-image-container">$enlarged_image_content</div>
    331330                <div class="scrim" style="background-color: $background_color" aria-hidden="true"></div>
    332331        </div>
Note: See TracChangeset for help on using the changeset viewer.