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 <enej.bajgoric@automattic.com>

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 08869f1 commit 15c9214
Show file tree
Hide file tree
Showing 7 changed files with 119 additions and 118 deletions.
1 change: 1 addition & 0 deletions jetpack_vendor/automattic/jetpack-forms/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
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 jetpack_vendor/automattic/jetpack-forms/dist/blocks/editor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jetpack_vendor/i18n-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
),
'jetpack-forms' => array(
'path' => 'jetpack_vendor/automattic/jetpack-forms',
'ver' => '0.35.0-alpha1737055171',
'ver' => '0.35.0-alpha1737066154',
),
'jetpack-image-cdn' => array(
'path' => 'jetpack_vendor/automattic/jetpack-image-cdn',
Expand Down
Loading

0 comments on commit 15c9214

Please sign in to comment.