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/search.php

    r57760 r58187  
    208208/**
    209209 * Registers the `core/search` block on the server.
     210 *
     211 * @since 5.2.0
    210212 */
    211213function register_block_core_search() {
     
    222224 * Builds the correct top level classnames for the 'core/search' block.
    223225 *
     226 * @since 5.6.0
     227 *
    224228 * @param array $attributes The block attributes.
    225229 *
     
    266270 * styles for later application in the block's markup.
    267271 *
     272 * @since 6.1.0
     273 *
    268274 * @param array  $attributes     The block attributes.
    269275 * @param string $property       Border property to generate rule for e.g. width or color.
     
    311317 * uniform "flat" borders or those with individual sides configured.
    312318 *
     319 * @since 6.1.0
     320 *
    313321 * @param array  $attributes     The block attributes.
    314322 * @param string $property       Border property to generate rule for e.g. width or color.
     
    331339 * inner input or button and a second for the inner wrapper should the block
    332340 * be positioning the button "inside".
     341 *
     342 * @since 5.8.0
    333343 *
    334344 * @param  array $attributes The block attributes.
     
    458468
    459469/**
    460  * Returns typography classnames depending on whether there are named font sizes/families .
     470 * Returns typography classnames depending on whether there are named font sizes/families.
     471 *
     472 * @since 6.1.0
    461473 *
    462474 * @param array $attributes The block attributes.
     
    483495 * Returns typography styles to be included in an HTML style tag.
    484496 * This excludes text-decoration, which is applied only to the label and button elements of the search block.
     497 *
     498 * @since 6.1.0
    485499 *
    486500 * @param array $attributes The block attributes.
     
    534548 * Returns border color classnames depending on whether there are named or custom border colors.
    535549 *
     550 * @since 5.9.0
     551 *
    536552 * @param array $attributes The block attributes.
    537553 *
     
    556572/**
    557573 * Returns color classnames depending on whether there are named or custom text and background colors.
     574 *
     575 * @since 5.9.0
    558576 *
    559577 * @param array $attributes The block attributes.
Note: See TracChangeset for help on using the changeset viewer.