This repository was archived by the owner on Feb 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +3
-3
lines changed
assets/js/base/components Expand file tree Collapse file tree 6 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44import { Button as WPButton } from 'wordpress-components' ;
55import type { Button as WPButtonType } from '@wordpress/components' ;
66import classNames from 'classnames' ;
7- import Spinner from '@woocommerce/base-components/spinner' ;
87
98/**
109 * Internal dependencies
1110 */
1211import './style.scss' ;
12+ import Spinner from '../../../../../packages/components/spinner' ;
1313
1414export interface ButtonProps
1515 extends Omit < WPButtonType . ButtonProps , 'variant' | 'href' > {
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ export * from './reviews';
3030export * from './sidebar-layout' ;
3131export * from './snackbar-list' ;
3232export * from './sort-select' ;
33- export * from './spinner' ;
3433export * from './state-input' ;
3534export * from './summary' ;
3635export * from './tabs' ;
Original file line number Diff line number Diff line change 33 */
44import { __ } from '@wordpress/i18n' ;
55import classNames from 'classnames' ;
6+ import { Spinner } from '@woocommerce/blocks-components' ;
67
78/**
89 * Internal dependencies
910 */
1011import './style.scss' ;
11- import Spinner from '../spinner' ;
1212
1313interface LoadingMaskProps {
1414 children ?: React . ReactNode | React . ReactNode [ ] ;
Original file line number Diff line number Diff line change 11export { default as CheckboxList } from './checkbox-list' ;
22export { default as FormattedMonetaryAmount } from './formatted-monetary-amount' ;
33export { Chip , RemovableChip } from './chip' ;
4+ export { default as Spinner } from './spinner' ;
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments