Skip to content

Commit

Permalink
fix(icon)!: rename "lib" directory to "internal"
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Rename `@material/web/icon/lib` to `@material/web/icon/internal`. Prefer not using internal files.

PiperOrigin-RevId: 550579714
  • Loading branch information
AndrewJakubowicz authored and copybara-github committed Jul 24, 2023
1 parent 38b1b69 commit 21b7bec
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion icon/_icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
// SPDX-License-Identifier: Apache-2.0
//

@forward './lib/icon' show theme;
@forward './internal/icon' show theme;
4 changes: 2 additions & 2 deletions icon/icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

import {customElement} from 'lit/decorators.js';

import {Icon} from './lib/icon.js';
import {styles} from './lib/icon-styles.css.js';
import {Icon} from './internal/icon.js';
import {styles} from './internal/icon-styles.css.js';

declare global {
interface HTMLElementTagNameMap {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 21b7bec

Please sign in to comment.