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

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

PiperOrigin-RevId: 550034503
This commit is contained in:
Andrew Jakubowicz 2023-07-21 13:25:11 -07:00 committed by Copybara-Service
parent 601ebb669c
commit c4ac9f73d9
6 changed files with 3 additions and 3 deletions

View File

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

View File

@ -6,7 +6,7 @@
import {Harness} from '../testing/harness.js';
import {Checkbox} from './lib/checkbox.js';
import {Checkbox} from './internal/checkbox.js';
/**
* Test harness for checkbox.