Skip to content

Commit

Permalink
Forms: opt TextControl and Select component to 40px default size in G…
Browse files Browse the repository at this point in the history
…utenberg (#41127)

* Forms: settings, opt-in for default 40px size in gutenberg

* changelog

* Update the select field as well to use the new size. So that it looks aligned.

---------

Co-authored-by: Enej Bajgoric <[email protected]>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12818667213

Upstream-Ref: Automattic/jetpack@2456143
  • Loading branch information
enejb authored and matticbot committed Jan 16, 2025
1 parent d5d1175 commit e32977d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ This is an alpha version! The changes listed here are not final.

### Changed
- Forms: rename "URL" field to "Website"
- Forms: settings, opt-in for default 40px size in gutenberg
- Forms: use core icons for phone and email fields

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion dist/blocks/editor.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('jetpack-connection', 'lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '2c44576e3a665d050d2e');
<?php return array('dependencies' => array('jetpack-connection', 'lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '6ba308997a2a0b366fd1');
8 changes: 4 additions & 4 deletions dist/blocks/editor.js

Large diffs are not rendered by default.

0 comments on commit e32977d

Please sign in to comment.