This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Move the totals components to the components package #11687
Labels
category: extensibility
Work involving adding or updating extensibility. Useful to combine with other scopes impacted.
focus: components
Work that introduces new or updates existing components.
type: enhancement
The issue is a request for an enhancement.
Move the
TotalsWrapper
component and thetotals
folder and all the components inside it (TotalsFees
,TotalsItem
,Subtotal
,TotalsTaxes
) in the@woocommerce/blocks-checkout
package into the@woocommerce/blocks-components
package.Note, these should still be exported from
@woocommerce/blocks-checkout
too but the code should live in the components package.You should be able to get all of the existing totals components and the
TotalsWrapper
fromwindow.wc.blocksCheckout
andwindow.wc.blocksComponents
The text was updated successfully, but these errors were encountered: