woocommerce/plugins/woocommerce-blocks/assets/js/base/components
Alex Florisca 7dc8dd63ba
Update Order Summary Design (#45767)
* Add border around order summary on cart & checkout

* Group subtotal, discount, fees, taxes and shiping block

* Move the coupon form in order summary

* Move the coupon form in order summary

* Manage state externally in Panel component and refactor Coupon form to use the Panel component

* Remove descriptions from order summary items

* increase font weight of order summary title

* Tidy up design for desktop and add separator back in for blocks on checkout order summary

* Remove border around order summary on mobile

* Revert "Move the coupon form in order summary"

This reverts commit 4a8044cdcf.

* Change heading styles for cart

* Change font weight to 500 of order summary heading on checkout block

* Remove padding and border between order summary totals items

* Refactor css for cart & checkout totals to work in the editor

* Adjust cart totals heading in the editor

* Last adjustment to checkout totals style to work in editor

* Add changelog

* Change the cursor to pointer for the panel component

* remove unused short and full description from OrderSummaryItem

* Fix failing e2e tests

* Fix lint issues

* Vertically align order summary title in the editor

* Fix e2e tests

* Fix linting issues

* Fix unit tests

* Remove changes from woocommerce.php

* Fix checkout block test

* fix eslint errors in checkout block test

---------

Co-authored-by: Niels Lange <info@nielslange.de>
2024-04-25 12:03:31 +07:00
..
block-error-boundary Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
button replace Stories root Dir to "External Components" (https://github.com/woocommerce/woocommerce-blocks/pull/11910) 2023-11-27 04:14:58 -08:00
cart-checkout Update Order Summary Design (#45767) 2024-04-25 12:03:31 +07:00
combobox Fix styling for select in Site Editor (#45252) 2024-03-05 14:49:33 +01:00
country-input Fix styling for select in Site Editor (#45252) 2024-03-05 14:49:33 +01:00
drawer update text domain in plugins/woocommerce-blocks (#42717) 2023-12-12 14:12:36 -08:00
filter-element-label Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
filter-placeholder Make loading placeholder colors match the current font color (https://github.com/woocommerce/woocommerce-blocks/pull/7658) 2022-11-15 18:08:44 -03:00
filter-reset-button update text domain in plugins/woocommerce-blocks (#42717) 2023-12-12 14:12:36 -08:00
filter-submit-button update text domain in plugins/woocommerce-blocks (#42717) 2023-12-12 14:12:36 -08:00
form Ts blocks (https://github.com/woocommerce/woocommerce-blocks/pull/5668) 2022-02-07 09:34:30 +00:00
form-token-field Add Notices Documentation to Storybook and upgrade to Storybook 7 (https://github.com/woocommerce/woocommerce-blocks/pull/11524) 2023-11-02 13:01:42 +00:00
load-more-button update text domain in plugins/woocommerce-blocks (#42717) 2023-12-12 14:12:36 -08:00
loading-mask Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
noninteractive Fix: Mini Cart block button should be disabled in the editor (https://github.com/woocommerce/woocommerce-blocks/pull/5308) 2021-12-07 21:29:56 +07:00
notice-banner Add store notices to the Cart and Checkout block templates (#43753) 2024-01-22 21:25:42 +04:00
pagination Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
price-slider update text domain in plugins/woocommerce-blocks (#42717) 2023-12-12 14:12:36 -08:00
product-list Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
product-name Add Notices Documentation to Storybook and upgrade to Storybook 7 (https://github.com/woocommerce/woocommerce-blocks/pull/11524) 2023-11-02 13:01:42 +00:00
product-price Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
product-rating Removes the star icon font (#31670) 2024-03-20 11:28:27 +01:00
quantity-selector Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
read-more Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
reviews Removes the star icon font (#31670) 2024-03-20 11:28:27 +01:00
sidebar-layout Adjust spacing in/between elements on the Cart and Checkout block pages (#44160) 2024-02-17 01:50:11 +04:00
skeleton Add universal border radius for form elements and components (https://github.com/woocommerce/woocommerce-blocks/pull/11193) 2023-10-11 17:04:45 +01:00
snackbar-list Add Notices Documentation to Storybook and upgrade to Storybook 7 (https://github.com/woocommerce/woocommerce-blocks/pull/11524) 2023-11-02 13:01:42 +00:00
state-input Fix styling for select in Site Editor (#45252) 2024-03-05 14:49:33 +01:00
summary Add text limit to payment method descriptions in the page editor (https://github.com/woocommerce/woocommerce-blocks/pull/9708) 2023-06-07 02:29:15 -07:00
README.md Adjust contributor docs (https://github.com/woocommerce/woocommerce-blocks/pull/9622) 2023-05-30 13:30:36 +07:00
index.ts Remove the base tabs component from blocks. It is no longer used. (#46219) 2024-04-06 15:03:07 +13:00

README.md

WooCommerce Blocks - General Purpose Components

These are shared components used in WooCommerce blocks, and may be used in the store front end (shopper experience) as well as the editor or admin dashboard.

See Components & Storybook doc for more information.