Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Move Chip and RemovableChip to components package (#11223)
Browse files Browse the repository at this point in the history
  • Loading branch information
opr authored Oct 18, 2023
1 parent 42c915e commit 0318adb
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/
import { __, sprintf } from '@wordpress/i18n';
import LoadingMask from '@woocommerce/base-components/loading-mask';
import { RemovableChip } from '@woocommerce/base-components/chip';
import { RemovableChip } from '@woocommerce/blocks-components';
import { applyCheckoutFilter, TotalsItem } from '@woocommerce/blocks-checkout';
import { getSetting } from '@woocommerce/settings';
import {
Expand Down
1 change: 0 additions & 1 deletion assets/js/base/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export * from './block-error-boundary';
export * from './button';
export * from './cart-checkout';
export * from './chip';
export * from './combobox';
export * from './country-input';
export * from './drawer';
Expand Down
2 changes: 1 addition & 1 deletion assets/js/blocks/active-filters/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/
import { __, sprintf } from '@wordpress/i18n';
import { formatPrice } from '@woocommerce/price-format';
import { RemovableChip } from '@woocommerce/base-components/chip';
import { RemovableChip } from '@woocommerce/blocks-components';
import Label from '@woocommerce/base-components/label';
import { getQueryArgs, addQueryArgs, removeQueryArgs } from '@wordpress/url';
import { changeUrl } from '@woocommerce/utils';
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions packages/components/index.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default as CheckboxList } from './checkbox-list';
export { Chip, RemovableChip } from './chip';

0 comments on commit 0318adb

Please sign in to comment.