Skip to content

Commit

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

PiperOrigin-RevId: 550044361
  • Loading branch information
AndrewJakubowicz authored and copybara-github committed Jul 21, 2023
1 parent a8880f7 commit 7fc17c9
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion divider/_divider.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/divider' show theme;
@forward './internal/divider' show theme;
4 changes: 2 additions & 2 deletions divider/divider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

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

import {Divider} from './lib/divider.js';
import {styles} from './lib/divider-styles.css.js';
import {Divider} from './internal/divider.js';
import {styles} from './internal/divider-styles.css.js';

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

0 comments on commit 7fc17c9

Please sign in to comment.