fix(elevation)!: rename "lib" directory to "internal"

BREAKING CHANGE: Rename `@material/web/elevation/lib` to `@material/web/elevation/internal`. Prefer not using internal files.

PiperOrigin-RevId: 550038448
This commit is contained in:
Andrew Jakubowicz 2023-07-21 13:40:14 -07:00 committed by Copybara-Service
parent 5618b5e23f
commit 0432e6d9ce
6 changed files with 4 additions and 4 deletions

View File

@ -3,4 +3,4 @@
// SPDX-License-Identifier: Apache-2.0
//
@forward './lib/elevation' show theme;
@forward './internal/elevation' show theme;

View File

@ -6,8 +6,8 @@
import {customElement} from 'lit/decorators.js';
import {Elevation} from './lib/elevation.js';
import {styles} from './lib/elevation-styles.css.js';
import {Elevation} from './internal/elevation.js';
import {styles} from './internal/elevation-styles.css.js';
declare global {
interface HTMLElementTagNameMap {

View File

@ -9,7 +9,7 @@
@use 'sass:string';
// go/keep-sorted end
// go/keep-sorted start
@use '../../elevation/lib/elevation';
@use '../../elevation/internal/elevation';
@use '../../internal/sass/theme';
@use '../../tokens';
// go/keep-sorted end