Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Revert "fix: pr update"
Browse files Browse the repository at this point in the history
This reverts commit 70be8b3.
  • Loading branch information
Matt Goo committed May 8, 2019
1 parent a2d7013 commit 16060ff
Show file tree
Hide file tree
Showing 36 changed files with 54 additions and 90 deletions.
4 changes: 1 addition & 3 deletions packages/mdc-checkbox/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
* THE SOFTWARE.
*/

import * as MDCDialogConstants from './constants';

export {MDCDialogConstants};
export * from './adapter';
export * from './component';
export * from './constants';
export * from './foundation';
4 changes: 2 additions & 2 deletions packages/mdc-chips/chip-set/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
* THE SOFTWARE.
*/

import * as MDCChipSetConstants from './constants';
import * as chipSetConstants from './constants';

export {MDCChipSetConstants};
export * from './adapter';
export * from './component';
export * from './foundation';
export {chipSetConstants};
4 changes: 2 additions & 2 deletions packages/mdc-chips/chip/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
* THE SOFTWARE.
*/

import * as MDCChipConstants from './constants';
import * as chipConstants from './constants';

export {MDCChipConstants};
export * from './adapter';
export * from './component';
export * from './foundation';
export * from './types';
export {chipConstants};
4 changes: 2 additions & 2 deletions packages/mdc-dialog/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
* THE SOFTWARE.
*/

import * as MDCDialogConstants from './constants';
import * as util from './util';

export {MDCDialogConstants, util};
export {util};
export * from './adapter';
export * from './component';
export * from './constants';
export * from './foundation';
export * from './types';
4 changes: 2 additions & 2 deletions packages/mdc-drawer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
* THE SOFTWARE.
*/

import * as MDCDrawerConstants from './constants';
import * as util from './util';

export {MDCDrawerConstants, util};
export {util};
export * from './adapter';
export * from './component';
export * from './constants';
export * from './dismissible/foundation';
export * from './modal/foundation';
4 changes: 1 addition & 3 deletions packages/mdc-floating-label/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
* THE SOFTWARE.
*/

import * as MDCFloatingLabelConstants from './constants';

export {MDCFloatingLabelConstants};
export * from './adapter';
export * from './component';
export * from './constants';
export * from './foundation';
4 changes: 1 addition & 3 deletions packages/mdc-form-field/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
* THE SOFTWARE.
*/

import * as MDCFormFieldConstants from './constants';

export {MDCFormFieldConstants};
export * from './adapter';
export * from './component';
export * from './constants';
export * from './foundation';
4 changes: 1 addition & 3 deletions packages/mdc-grid-list/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
* THE SOFTWARE.
*/

import * as MDCGridListConstants from './constants';

export {MDCGridListConstants};
export * from './adapter';
export * from './component';
export * from './constants';
export * from './foundation';
4 changes: 1 addition & 3 deletions packages/mdc-icon-button/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@
* THE SOFTWARE.
*/

import * as MDCIconButtonConstants from './constants';

export {MDCIconButtonConstants};
export * from './adapter';
export * from './component';
export * from './constants';
export * from './foundation';
export * from './types';
4 changes: 1 addition & 3 deletions packages/mdc-line-ripple/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
* THE SOFTWARE.
*/

import * as MDCLineRippleConstants from './constants';

export {MDCLineRippleConstants};
export * from './adapter';
export * from './component';
export * from './constants';
export * from './foundation';
4 changes: 1 addition & 3 deletions packages/mdc-linear-progress/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
* THE SOFTWARE.
*/

import * as MDCLinearProgressConstants from './constants';

export {MDCLinearProgressConstants};
export * from './adapter';
export * from './component';
export * from './constants';
export * from './foundation';
4 changes: 1 addition & 3 deletions packages/mdc-list/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@
* THE SOFTWARE.
*/

import * as MDCListConstants from './constants';

export {MDCListConstants};
export * from './adapter';
export * from './component';
export * from './constants';
export * from './foundation';
export * from './types';
5 changes: 2 additions & 3 deletions packages/mdc-menu-surface/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@
* THE SOFTWARE.
*/

import * as MDCMenuSurfaceConstants from './constants';
import * as util from './util';

// TODO: Keeping for backwards compat. Remove in future release
export {Corner, CornerBit} from './constants';
export {MDCMenuSurfaceConstants, util};
export {util};
export * from './adapter';
export * from './component';
export * from './constants';
export * from './foundation';
export * from './types';
4 changes: 1 addition & 3 deletions packages/mdc-menu/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@
* THE SOFTWARE.
*/

import * as MDCMenuConstants from './constants';

export {MDCMenuConstants};
export {Corner} from '@material/menu-surface/constants'; // for backward compatibility
export * from './adapter';
export * from './component';
export * from './constants';
export * from './foundation';
export * from './types';
4 changes: 1 addition & 3 deletions packages/mdc-notched-outline/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
* THE SOFTWARE.
*/

import * as MDCNotchedOutlineConstants from './constants';

export {MDCNotchedOutlineConstants};
export * from './adapter';
export * from './component';
export * from './constants';
export * from './foundation';
4 changes: 1 addition & 3 deletions packages/mdc-radio/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
* THE SOFTWARE.
*/

import * as MDCRadioConstants from './constants';

export {MDCRadioConstants};
export * from './adapter';
export * from './component';
export * from './constants';
export * from './foundation';
4 changes: 2 additions & 2 deletions packages/mdc-ripple/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
* THE SOFTWARE.
*/

import * as MDCRippleConstants from './constants';
import * as util from './util';

export {MDCRippleConstants, util};
export {util};
export * from './adapter';
export * from './component';
export * from './constants';
export * from './foundation';
export * from './types';
4 changes: 2 additions & 2 deletions packages/mdc-select/helper-text/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
* THE SOFTWARE.
*/

import * as MDCSelectHelperTextConstants from './constants';
import * as helperTextConstants from './constants';

export {MDCSelectHelperTextConstants};
export * from './adapter';
export * from './component';
export * from './foundation';
export {helperTextConstants};
4 changes: 2 additions & 2 deletions packages/mdc-select/icon/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
* THE SOFTWARE.
*/

import * as MDCSelectIconConstants from './constants';
import * as iconConstants from './constants';

export {MDCSelectIconConstants};
export * from './adapter';
export * from './component';
export * from './foundation';
export {iconConstants};
4 changes: 2 additions & 2 deletions packages/mdc-select/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
* THE SOFTWARE.
*/

import * as MDCSelectConstants from './constants';
import * as selectConstants from './constants';

export {MDCSelectConstants};
export * from './adapter';
export * from './component';
export * from './foundation';
export * from './types';
export * from './helper-text/index';
export * from './icon/index';
export {selectConstants};
4 changes: 1 addition & 3 deletions packages/mdc-slider/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
* THE SOFTWARE.
*/

import * as MDCSliderConstants from './constants';

export {MDCSliderConstants};
export * from './adapter';
export * from './component';
export * from './constants';
export * from './foundation';
4 changes: 2 additions & 2 deletions packages/mdc-snackbar/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
* THE SOFTWARE.
*/

import * as MDCSnackbarConstants from './constants';
import * as util from './util';

export {MDCSnackbarConstants, util};
export {util};
export * from './adapter';
export * from './component';
export * from './constants';
export * from './foundation';
export * from './types';
4 changes: 1 addition & 3 deletions packages/mdc-switch/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
* THE SOFTWARE.
*/

import * as MDCSwitchConstants from './constants';

export {MDCSwitchConstants};
export * from './adapter';
export * from './component';
export * from './constants';
export * from './foundation';
4 changes: 1 addition & 3 deletions packages/mdc-tab-bar/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@
* THE SOFTWARE.
*/

import * as MDCTabBarConstants from './constants';

export {MDCTabBarConstants};
export * from './adapter';
export * from './component';
export * from './constants';
export * from './foundation';
export * from './types';
4 changes: 1 addition & 3 deletions packages/mdc-tab-indicator/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@
* THE SOFTWARE.
*/

import * as MDCTabIndicatorConstants from './constants';

export {MDCTabIndicatorConstants};
export * from './adapter';
export * from './component';
export * from './constants';
export * from './foundation';
export * from './fading-foundation';
export * from './sliding-foundation';
4 changes: 2 additions & 2 deletions packages/mdc-tab-scroller/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
* THE SOFTWARE.
*/

import * as MDCTabScrollerConstants from './constants';
import * as util from './util';

export {MDCTabScrollerConstants, util};
export {util};
export * from './adapter';
export * from './component';
export * from './constants';
export * from './foundation';
export * from './types';
3 changes: 1 addition & 2 deletions packages/mdc-tab/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
import * as MDCTabConstants from './constants';

export {MDCTabConstants};
export * from './adapter';
export * from './component';
export * from './constants';
export * from './foundation';
export * from './types';
4 changes: 2 additions & 2 deletions packages/mdc-tabs/tab-bar-scroller/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
* THE SOFTWARE.
*/

import * as MDCTabsTabBarScroller from './constants';
import * as tabBarScroller from './constants';

export {MDCTabsTabBarScroller};
export * from './adapter';
export * from './component';
export * from './foundation';
export {tabBarScroller};
4 changes: 2 additions & 2 deletions packages/mdc-tabs/tab-bar/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
* THE SOFTWARE.
*/

import * as MDCTabsTabBarConstants from './constants';
import * as tabBarConstants from './constants';

export {MDCTabsTabBarConstants};
export * from './adapter';
export * from './component';
export * from './foundation';
export * from './types';
export {tabBarConstants};
4 changes: 2 additions & 2 deletions packages/mdc-tabs/tab/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
* THE SOFTWARE.
*/

import * as MDCTabsTabConstants from './constants';
import * as tabConstants from './constants';

export {MDCTabsTabConstants};
export * from './adapter';
export * from './component';
export * from './foundation';
export {tabConstants};
4 changes: 2 additions & 2 deletions packages/mdc-textfield/character-counter/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
* THE SOFTWARE.
*/

import * as MDCTextFieldCharacterCountConstants from './constants';
import * as characterCountConstants from './constants';

export {MDCTextFieldCharacterCountConstants};
export * from './adapter';
export * from './component';
export * from './foundation';
export {characterCountConstants};
4 changes: 2 additions & 2 deletions packages/mdc-textfield/helper-text/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
* THE SOFTWARE.
*/

import * as MDCTextFieldHelperTextConstants from './constants';
import * as helperTextConstants from './constants';

export {MDCTextFieldHelperTextConstants};
export * from './adapter';
export * from './component';
export * from './foundation';
export {helperTextConstants};
Loading

0 comments on commit 16060ff

Please sign in to comment.