Make WordPress Core


Ignore:
Timestamp:
05/23/2024 07:37:08 PM (9 months ago)
Author:
ellatrix
Message:

Editor: Update npm packages.

Updates the editor npm packages to latest versions.

See https://github.com/WordPress/wordpress-develop/pull/6612.

Props ellatrix, mukesh27, youknowriad, mamaduka.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/post-featured-image/block.json

    r57578 r58187  
    6262        "align": [ "left", "right", "center", "wide", "full" ],
    6363        "color": {
    64             "__experimentalDuotone": "img, .wp-block-post-featured-image__placeholder, .components-placeholder__illustration, .components-placeholder::before",
    6564            "text": false,
    6665            "background": false
     
    7069            "radius": true,
    7170            "width": true,
    72             "__experimentalSelector": "img, .block-editor-media-placeholder, .wp-block-post-featured-image__overlay",
    7371            "__experimentalSkipSerialization": true,
    7472            "__experimentalDefaultControls": {
     
    7775                "width": true
    7876            }
     77        },
     78        "filter": {
     79            "duotone": true
     80        },
     81        "shadow": {
     82            "__experimentalSkipSerialization": true
    7983        },
    8084        "html": false,
     
    8791        }
    8892    },
     93    "selectors": {
     94        "border": ".wp-block-post-featured-image img, .wp-block-post-featured-image .block-editor-media-placeholder, .wp-block-post-featured-image .wp-block-post-featured-image__overlay",
     95        "shadow": ".wp-block-post-featured-image img, .wp-block-post-featured-image .components-placeholder",
     96        "filter": {
     97            "duotone": ".wp-block-post-featured-image img, .wp-block-post-featured-image .wp-block-post-featured-image__placeholder, .wp-block-post-featured-image .components-placeholder__illustration, .wp-block-post-featured-image .components-placeholder::before"
     98        }
     99    },
    89100    "editorStyle": "wp-block-post-featured-image-editor",
    90101    "style": "wp-block-post-featured-image"
Note: See TracChangeset for help on using the changeset viewer.