diff --git a/src/components/button-group/toggle-button.ts b/src/components/button-group/toggle-button.ts index 60ae8d12f..80e449132 100644 --- a/src/components/button-group/toggle-button.ts +++ b/src/components/button-group/toggle-button.ts @@ -4,7 +4,7 @@ import { property, query } from 'lit/decorators.js'; import { themes } from '../../theming/theming-decorator.js'; import { addKeyboardFocusRing } from '../common/controllers/focus-ring.js'; import { registerComponent } from '../common/definitions/register.js'; -import { partNameMap } from '../common/util.js'; +import { partMap } from '../common/part-map.js'; import { styles } from './themes/button.base.css.js'; import { all } from './themes/button.js'; import { styles as shared } from './themes/shared/button/button.common.css.js'; @@ -80,10 +80,7 @@ export default class IgcToggleButtonComponent extends LitElement { protected override render() { return html`