Skip to content

Commit

Permalink
Feat: Storybook: Improve component organisation - Selection & Input C…
Browse files Browse the repository at this point in the history
…ategory - Issue #66275 (#66635)

* Update the storybook components for selection and input category

* Add treeselect under selection&input category and revert experimental component change

* Fix experimental id and sort folders alphabetically

* Fix the experimental id for toggleGroupControl

* Revert changes that are not needed in PR

* Revert the missing change on conflict resolve

* Fix formatting

* Fixup (Sort experimental Actions)

* Remove unnecessary experimental Common grouping

* Remove excessive Search & Filtering grouping

---------

Co-authored-by: hbhalodia <[email protected]>
Co-authored-by: mirka <[email protected]>
Co-authored-by: tyxla <[email protected]>

Source: WordPress/gutenberg@ee5aee9
  • Loading branch information
hbhalodia committed Nov 13, 2024
1 parent 5477922 commit 2f7702b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gutenberg.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

### BEGIN AUTO-GENERATED DEFINES
define( 'GUTENBERG_VERSION', '19.7.0' );
define( 'GUTENBERG_GIT_COMMIT', '6465b2df5d6a20f176d325bd17dfda32ee472935' );
define( 'GUTENBERG_GIT_COMMIT', 'ee5aee9263474836b54b1399fdd1342cb3ffa175' );
### END AUTO-GENERATED DEFINES
defined( 'GUTENBERG_MINIMUM_WP_VERSION' ) or define( 'GUTENBERG_MINIMUM_WP_VERSION', '6.5' );

Expand Down

0 comments on commit 2f7702b

Please sign in to comment.