woocommerce/plugins/woocommerce-blocks/assets/js/editor-components
Mike Jolley 7eabbe4ecd
Consistent payment and shipping options empty states (#52192)
* Remove inspector notice

* Replace placeholder with generic version

* Implement new placeholder

* Fix shipping method count so it excludes rows which do not link to installed payment method

* changelog

* Set default so tests pass

* unused vars

* unused import

* Remove return type and fix import warnings
2024-11-06 12:50:50 +00:00
..
block-title update text domain in plugins/woocommerce-blocks (#42717) 2023-12-12 14:12:36 -08:00
color-panel Add Color Panel (https://github.com/woocommerce/woocommerce-blocks/pull/10062) 2023-07-21 10:35:32 +01:00
default-notice Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
edit-product-link Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
editable-button Add separator to "Place order" button and use the block style variations API (#52017) 2024-11-01 05:49:23 +13:00
error-placeholder [Performance]: Replace `classnames` usage with `clsx` (#47760) 2024-05-31 05:49:36 +02:00
expandable-search-list-item [Performance]: Replace `classnames` usage with `clsx` (#47760) 2024-05-31 05:49:36 +02:00
external-link-card Update Woo.com references to WooCommerce.com (#46259) 2024-04-09 09:50:15 +01:00
feedback-prompt Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
grid-content-control Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
grid-layout-control update text domain in plugins/woocommerce-blocks (#42717) 2023-12-12 14:12:36 -08:00
heading-toolbar Update Blocks Text Domain 2023-12-09 05:44:54 -08:00
incompatible-extension-notice Fix typos. (#50047) 2024-08-23 18:26:09 +01:00
page-selector Update Blocks Text Domain 2023-12-09 05:44:54 -08:00
product-attribute-term-control [Performance]: Replace `classnames` usage with `clsx` (#47760) 2024-05-31 05:49:36 +02:00
product-category-control [Performance]: Replace `classnames` usage with `clsx` (#47760) 2024-05-31 05:49:36 +02:00
product-control Product Collection - Show product picker in Editor when collection requires a product but it doesn't exist (#50164) 2024-09-02 12:39:33 +05:30
product-orderby-control Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
product-rating [Enhancement] Abstract rating block (#50810) 2024-09-13 09:35:56 -03:00
product-stock-control update text domain in plugins/woocommerce-blocks (#42717) 2023-12-12 14:12:36 -08:00
product-tag-control [Performance]: Replace `classnames` usage with `clsx` (#47760) 2024-05-31 05:49:36 +02:00
products-control fix: remove defaultProps in prep for react 19 (#50266) 2024-08-06 12:20:45 +00:00
search-list-control Update broken docs links (#51967) 2024-10-10 17:37:27 +01:00
switch-to-classic-shortcode-button Add tracking for incompatible extensions (#42816) 2024-01-19 13:03:33 +07:00
tag Update broken docs links (#51967) 2024-10-10 17:37:27 +01:00
text-toolbar-button Update broken docs links (#51967) 2024-10-10 17:37:27 +01:00
utils Fix/you do not need lodash (https://github.com/woocommerce/woocommerce-blocks/pull/9161) 2023-04-28 11:29:45 +01:00
README.md Update broken docs links (#51967) 2024-10-10 17:37:27 +01:00

README.md

Editor Components

These are shared components used in WooCommerce blocks for the editor (Gutenberg) UI.

Many of our blocks need rich, smart components to provide an interface for selecting or configuring blocks with WooCommerce data. Often there are multiple blocks that need such components. Components in this collection are used in multiple blocks, and may include logic for working with Woo data specifically (e.g. products, shipping methods, product categories).

See Storybook & Components doc for more information.


We're hiring! Come work with us!

🐞 Found a mistake, or have a suggestion? Leave feedback about this document here.