From ea954a6e70bbab790e5698d91ae472a2842cbe3f Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Fri, 17 Jan 2020 17:49:40 -0800 Subject: [PATCH 1/4] Add index stylesheets to each package --- packages/mdc-animation/_index.scss | 2 ++ packages/mdc-base/_index.scss | 1 + packages/mdc-button/_index.scss | 2 ++ packages/mdc-card/_index.scss | 2 ++ packages/mdc-checkbox/_index.scss | 4 ++++ packages/mdc-chips/_index.scss | 2 ++ packages/mdc-data-table/_index.scss | 2 ++ packages/mdc-density/_index.scss | 2 ++ packages/mdc-dialog/_index.scss | 2 ++ packages/mdc-drawer/_index.scss | 2 ++ packages/mdc-elevation/_index.scss | 3 +++ packages/mdc-fab/_index.scss | 2 ++ packages/mdc-feature-targeting/_index.scss | 3 +++ packages/mdc-floating-label/_index.scss | 2 ++ packages/mdc-form-field/_index.scss | 2 ++ packages/mdc-grid-list/_index.scss | 2 ++ packages/mdc-icon-button/_index.scss | 2 ++ packages/mdc-image-list/_index.scss | 2 ++ packages/mdc-layout-grid/_index.scss | 2 ++ packages/mdc-line-ripple/_index.scss | 2 ++ packages/mdc-linear-progress/_index.scss | 3 +++ packages/mdc-list/_index.scss | 2 ++ packages/mdc-menu-surface/_index.scss | 2 ++ packages/mdc-menu/_index.scss | 2 ++ packages/mdc-notched-outline/_index.scss | 2 ++ packages/mdc-radio/_index.scss | 3 +++ packages/mdc-ripple/_index.scss | 4 ++++ packages/mdc-rtl/_index.scss | 2 ++ packages/mdc-select/_index.scss | 4 ++++ packages/mdc-select/icon/_index.scss | 2 ++ packages/mdc-shape/_index.scss | 3 +++ packages/mdc-slider/_index.scss | 3 +++ packages/mdc-snackbar/_index.scss | 2 ++ packages/mdc-switch/_index.scss | 3 +++ packages/mdc-tab-bar/_index.scss | 2 ++ packages/mdc-tab-indicator/_index.scss | 1 + packages/mdc-tab-scroller/_index.scss | 2 ++ packages/mdc-tab/_index.scss | 2 ++ packages/mdc-textfield/_index.scss | 3 +++ packages/mdc-textfield/character-counter/_index.scss | 1 + packages/mdc-textfield/helper-text/_index.scss | 1 + packages/mdc-textfield/icon/_index.scss | 2 ++ packages/mdc-theme/_index.scss | 5 +++++ packages/mdc-top-app-bar/_index.scss | 2 ++ packages/mdc-touch-target/_index.scss | 2 ++ packages/mdc-typography/_index.scss | 3 +++ 46 files changed, 106 insertions(+) create mode 100644 packages/mdc-animation/_index.scss create mode 100644 packages/mdc-base/_index.scss create mode 100644 packages/mdc-button/_index.scss create mode 100644 packages/mdc-card/_index.scss create mode 100644 packages/mdc-checkbox/_index.scss create mode 100644 packages/mdc-chips/_index.scss create mode 100644 packages/mdc-data-table/_index.scss create mode 100644 packages/mdc-density/_index.scss create mode 100644 packages/mdc-dialog/_index.scss create mode 100644 packages/mdc-drawer/_index.scss create mode 100644 packages/mdc-elevation/_index.scss create mode 100644 packages/mdc-fab/_index.scss create mode 100644 packages/mdc-feature-targeting/_index.scss create mode 100644 packages/mdc-floating-label/_index.scss create mode 100644 packages/mdc-form-field/_index.scss create mode 100644 packages/mdc-grid-list/_index.scss create mode 100644 packages/mdc-icon-button/_index.scss create mode 100644 packages/mdc-image-list/_index.scss create mode 100644 packages/mdc-layout-grid/_index.scss create mode 100644 packages/mdc-line-ripple/_index.scss create mode 100644 packages/mdc-linear-progress/_index.scss create mode 100644 packages/mdc-list/_index.scss create mode 100644 packages/mdc-menu-surface/_index.scss create mode 100644 packages/mdc-menu/_index.scss create mode 100644 packages/mdc-notched-outline/_index.scss create mode 100644 packages/mdc-radio/_index.scss create mode 100644 packages/mdc-ripple/_index.scss create mode 100644 packages/mdc-rtl/_index.scss create mode 100644 packages/mdc-select/_index.scss create mode 100644 packages/mdc-select/icon/_index.scss create mode 100644 packages/mdc-shape/_index.scss create mode 100644 packages/mdc-slider/_index.scss create mode 100644 packages/mdc-snackbar/_index.scss create mode 100644 packages/mdc-switch/_index.scss create mode 100644 packages/mdc-tab-bar/_index.scss create mode 100644 packages/mdc-tab-indicator/_index.scss create mode 100644 packages/mdc-tab-scroller/_index.scss create mode 100644 packages/mdc-tab/_index.scss create mode 100644 packages/mdc-textfield/_index.scss create mode 100644 packages/mdc-textfield/character-counter/_index.scss create mode 100644 packages/mdc-textfield/helper-text/_index.scss create mode 100644 packages/mdc-textfield/icon/_index.scss create mode 100644 packages/mdc-theme/_index.scss create mode 100644 packages/mdc-top-app-bar/_index.scss create mode 100644 packages/mdc-touch-target/_index.scss create mode 100644 packages/mdc-typography/_index.scss diff --git a/packages/mdc-animation/_index.scss b/packages/mdc-animation/_index.scss new file mode 100644 index 00000000000..c3662286282 --- /dev/null +++ b/packages/mdc-animation/_index.scss @@ -0,0 +1,2 @@ +@forward "./variables"; +@forward "./functions"; diff --git a/packages/mdc-base/_index.scss b/packages/mdc-base/_index.scss new file mode 100644 index 00000000000..7bb4419fac1 --- /dev/null +++ b/packages/mdc-base/_index.scss @@ -0,0 +1 @@ +@forward "./mixins"; diff --git a/packages/mdc-button/_index.scss b/packages/mdc-button/_index.scss new file mode 100644 index 00000000000..bf188f9c3a3 --- /dev/null +++ b/packages/mdc-button/_index.scss @@ -0,0 +1,2 @@ +@forward "./variables"; +@forward "./mixins"; diff --git a/packages/mdc-card/_index.scss b/packages/mdc-card/_index.scss new file mode 100644 index 00000000000..bf188f9c3a3 --- /dev/null +++ b/packages/mdc-card/_index.scss @@ -0,0 +1,2 @@ +@forward "./variables"; +@forward "./mixins"; diff --git a/packages/mdc-checkbox/_index.scss b/packages/mdc-checkbox/_index.scss new file mode 100644 index 00000000000..f8a1d49c7e0 --- /dev/null +++ b/packages/mdc-checkbox/_index.scss @@ -0,0 +1,4 @@ +@forward "./variables"; +@forward "./mixins"; +@forward "./keyframes"; +@forward "./functions"; diff --git a/packages/mdc-chips/_index.scss b/packages/mdc-chips/_index.scss new file mode 100644 index 00000000000..bf188f9c3a3 --- /dev/null +++ b/packages/mdc-chips/_index.scss @@ -0,0 +1,2 @@ +@forward "./variables"; +@forward "./mixins"; diff --git a/packages/mdc-data-table/_index.scss b/packages/mdc-data-table/_index.scss new file mode 100644 index 00000000000..bf188f9c3a3 --- /dev/null +++ b/packages/mdc-data-table/_index.scss @@ -0,0 +1,2 @@ +@forward "./variables"; +@forward "./mixins"; diff --git a/packages/mdc-density/_index.scss b/packages/mdc-density/_index.scss new file mode 100644 index 00000000000..c3662286282 --- /dev/null +++ b/packages/mdc-density/_index.scss @@ -0,0 +1,2 @@ +@forward "./variables"; +@forward "./functions"; diff --git a/packages/mdc-dialog/_index.scss b/packages/mdc-dialog/_index.scss new file mode 100644 index 00000000000..bf188f9c3a3 --- /dev/null +++ b/packages/mdc-dialog/_index.scss @@ -0,0 +1,2 @@ +@forward "./variables"; +@forward "./mixins"; diff --git a/packages/mdc-drawer/_index.scss b/packages/mdc-drawer/_index.scss new file mode 100644 index 00000000000..bf188f9c3a3 --- /dev/null +++ b/packages/mdc-drawer/_index.scss @@ -0,0 +1,2 @@ +@forward "./variables"; +@forward "./mixins"; diff --git a/packages/mdc-elevation/_index.scss b/packages/mdc-elevation/_index.scss new file mode 100644 index 00000000000..3cecff890ea --- /dev/null +++ b/packages/mdc-elevation/_index.scss @@ -0,0 +1,3 @@ +@forward "./variables"; +@forward "./mixins"; +@forward "./functions"; diff --git a/packages/mdc-fab/_index.scss b/packages/mdc-fab/_index.scss new file mode 100644 index 00000000000..bf188f9c3a3 --- /dev/null +++ b/packages/mdc-fab/_index.scss @@ -0,0 +1,2 @@ +@forward "./variables"; +@forward "./mixins"; diff --git a/packages/mdc-feature-targeting/_index.scss b/packages/mdc-feature-targeting/_index.scss new file mode 100644 index 00000000000..3cecff890ea --- /dev/null +++ b/packages/mdc-feature-targeting/_index.scss @@ -0,0 +1,3 @@ +@forward "./variables"; +@forward "./mixins"; +@forward "./functions"; diff --git a/packages/mdc-floating-label/_index.scss b/packages/mdc-floating-label/_index.scss new file mode 100644 index 00000000000..bf188f9c3a3 --- /dev/null +++ b/packages/mdc-floating-label/_index.scss @@ -0,0 +1,2 @@ +@forward "./variables"; +@forward "./mixins"; diff --git a/packages/mdc-form-field/_index.scss b/packages/mdc-form-field/_index.scss new file mode 100644 index 00000000000..bf188f9c3a3 --- /dev/null +++ b/packages/mdc-form-field/_index.scss @@ -0,0 +1,2 @@ +@forward "./variables"; +@forward "./mixins"; diff --git a/packages/mdc-grid-list/_index.scss b/packages/mdc-grid-list/_index.scss new file mode 100644 index 00000000000..bf188f9c3a3 --- /dev/null +++ b/packages/mdc-grid-list/_index.scss @@ -0,0 +1,2 @@ +@forward "./variables"; +@forward "./mixins"; diff --git a/packages/mdc-icon-button/_index.scss b/packages/mdc-icon-button/_index.scss new file mode 100644 index 00000000000..bf188f9c3a3 --- /dev/null +++ b/packages/mdc-icon-button/_index.scss @@ -0,0 +1,2 @@ +@forward "./variables"; +@forward "./mixins"; diff --git a/packages/mdc-image-list/_index.scss b/packages/mdc-image-list/_index.scss new file mode 100644 index 00000000000..bf188f9c3a3 --- /dev/null +++ b/packages/mdc-image-list/_index.scss @@ -0,0 +1,2 @@ +@forward "./variables"; +@forward "./mixins"; diff --git a/packages/mdc-layout-grid/_index.scss b/packages/mdc-layout-grid/_index.scss new file mode 100644 index 00000000000..bf188f9c3a3 --- /dev/null +++ b/packages/mdc-layout-grid/_index.scss @@ -0,0 +1,2 @@ +@forward "./variables"; +@forward "./mixins"; diff --git a/packages/mdc-line-ripple/_index.scss b/packages/mdc-line-ripple/_index.scss new file mode 100644 index 00000000000..7b22ea9ac7b --- /dev/null +++ b/packages/mdc-line-ripple/_index.scss @@ -0,0 +1,2 @@ +@forward "./mixins"; +@forward "./functions"; diff --git a/packages/mdc-linear-progress/_index.scss b/packages/mdc-linear-progress/_index.scss new file mode 100644 index 00000000000..2a94dd77ef1 --- /dev/null +++ b/packages/mdc-linear-progress/_index.scss @@ -0,0 +1,3 @@ +@forward "./variables"; +@forward "./mixins"; +@forward "./keyframes"; diff --git a/packages/mdc-list/_index.scss b/packages/mdc-list/_index.scss new file mode 100644 index 00000000000..bf188f9c3a3 --- /dev/null +++ b/packages/mdc-list/_index.scss @@ -0,0 +1,2 @@ +@forward "./variables"; +@forward "./mixins"; diff --git a/packages/mdc-menu-surface/_index.scss b/packages/mdc-menu-surface/_index.scss new file mode 100644 index 00000000000..bf188f9c3a3 --- /dev/null +++ b/packages/mdc-menu-surface/_index.scss @@ -0,0 +1,2 @@ +@forward "./variables"; +@forward "./mixins"; diff --git a/packages/mdc-menu/_index.scss b/packages/mdc-menu/_index.scss new file mode 100644 index 00000000000..bf188f9c3a3 --- /dev/null +++ b/packages/mdc-menu/_index.scss @@ -0,0 +1,2 @@ +@forward "./variables"; +@forward "./mixins"; diff --git a/packages/mdc-notched-outline/_index.scss b/packages/mdc-notched-outline/_index.scss new file mode 100644 index 00000000000..bf188f9c3a3 --- /dev/null +++ b/packages/mdc-notched-outline/_index.scss @@ -0,0 +1,2 @@ +@forward "./variables"; +@forward "./mixins"; diff --git a/packages/mdc-radio/_index.scss b/packages/mdc-radio/_index.scss new file mode 100644 index 00000000000..3cecff890ea --- /dev/null +++ b/packages/mdc-radio/_index.scss @@ -0,0 +1,3 @@ +@forward "./variables"; +@forward "./mixins"; +@forward "./functions"; diff --git a/packages/mdc-ripple/_index.scss b/packages/mdc-ripple/_index.scss new file mode 100644 index 00000000000..f8a1d49c7e0 --- /dev/null +++ b/packages/mdc-ripple/_index.scss @@ -0,0 +1,4 @@ +@forward "./variables"; +@forward "./mixins"; +@forward "./keyframes"; +@forward "./functions"; diff --git a/packages/mdc-rtl/_index.scss b/packages/mdc-rtl/_index.scss new file mode 100644 index 00000000000..bf188f9c3a3 --- /dev/null +++ b/packages/mdc-rtl/_index.scss @@ -0,0 +1,2 @@ +@forward "./variables"; +@forward "./mixins"; diff --git a/packages/mdc-select/_index.scss b/packages/mdc-select/_index.scss new file mode 100644 index 00000000000..f8a1d49c7e0 --- /dev/null +++ b/packages/mdc-select/_index.scss @@ -0,0 +1,4 @@ +@forward "./variables"; +@forward "./mixins"; +@forward "./keyframes"; +@forward "./functions"; diff --git a/packages/mdc-select/icon/_index.scss b/packages/mdc-select/icon/_index.scss new file mode 100644 index 00000000000..dd2992fbf4b --- /dev/null +++ b/packages/mdc-select/icon/_index.scss @@ -0,0 +1,2 @@ +@forward "./variables"; +@forward "./mixins"; \ No newline at end of file diff --git a/packages/mdc-shape/_index.scss b/packages/mdc-shape/_index.scss new file mode 100644 index 00000000000..3cecff890ea --- /dev/null +++ b/packages/mdc-shape/_index.scss @@ -0,0 +1,3 @@ +@forward "./variables"; +@forward "./mixins"; +@forward "./functions"; diff --git a/packages/mdc-slider/_index.scss b/packages/mdc-slider/_index.scss new file mode 100644 index 00000000000..2a94dd77ef1 --- /dev/null +++ b/packages/mdc-slider/_index.scss @@ -0,0 +1,3 @@ +@forward "./variables"; +@forward "./mixins"; +@forward "./keyframes"; diff --git a/packages/mdc-snackbar/_index.scss b/packages/mdc-snackbar/_index.scss new file mode 100644 index 00000000000..bf188f9c3a3 --- /dev/null +++ b/packages/mdc-snackbar/_index.scss @@ -0,0 +1,2 @@ +@forward "./variables"; +@forward "./mixins"; diff --git a/packages/mdc-switch/_index.scss b/packages/mdc-switch/_index.scss new file mode 100644 index 00000000000..3cecff890ea --- /dev/null +++ b/packages/mdc-switch/_index.scss @@ -0,0 +1,3 @@ +@forward "./variables"; +@forward "./mixins"; +@forward "./functions"; diff --git a/packages/mdc-tab-bar/_index.scss b/packages/mdc-tab-bar/_index.scss new file mode 100644 index 00000000000..bf188f9c3a3 --- /dev/null +++ b/packages/mdc-tab-bar/_index.scss @@ -0,0 +1,2 @@ +@forward "./variables"; +@forward "./mixins"; diff --git a/packages/mdc-tab-indicator/_index.scss b/packages/mdc-tab-indicator/_index.scss new file mode 100644 index 00000000000..7bb4419fac1 --- /dev/null +++ b/packages/mdc-tab-indicator/_index.scss @@ -0,0 +1 @@ +@forward "./mixins"; diff --git a/packages/mdc-tab-scroller/_index.scss b/packages/mdc-tab-scroller/_index.scss new file mode 100644 index 00000000000..bf188f9c3a3 --- /dev/null +++ b/packages/mdc-tab-scroller/_index.scss @@ -0,0 +1,2 @@ +@forward "./variables"; +@forward "./mixins"; diff --git a/packages/mdc-tab/_index.scss b/packages/mdc-tab/_index.scss new file mode 100644 index 00000000000..bf188f9c3a3 --- /dev/null +++ b/packages/mdc-tab/_index.scss @@ -0,0 +1,2 @@ +@forward "./variables"; +@forward "./mixins"; diff --git a/packages/mdc-textfield/_index.scss b/packages/mdc-textfield/_index.scss new file mode 100644 index 00000000000..3cecff890ea --- /dev/null +++ b/packages/mdc-textfield/_index.scss @@ -0,0 +1,3 @@ +@forward "./variables"; +@forward "./mixins"; +@forward "./functions"; diff --git a/packages/mdc-textfield/character-counter/_index.scss b/packages/mdc-textfield/character-counter/_index.scss new file mode 100644 index 00000000000..7a23ad06172 --- /dev/null +++ b/packages/mdc-textfield/character-counter/_index.scss @@ -0,0 +1 @@ +@forward "./mixins"; \ No newline at end of file diff --git a/packages/mdc-textfield/helper-text/_index.scss b/packages/mdc-textfield/helper-text/_index.scss new file mode 100644 index 00000000000..7a23ad06172 --- /dev/null +++ b/packages/mdc-textfield/helper-text/_index.scss @@ -0,0 +1 @@ +@forward "./mixins"; \ No newline at end of file diff --git a/packages/mdc-textfield/icon/_index.scss b/packages/mdc-textfield/icon/_index.scss new file mode 100644 index 00000000000..bf188f9c3a3 --- /dev/null +++ b/packages/mdc-textfield/icon/_index.scss @@ -0,0 +1,2 @@ +@forward "./variables"; +@forward "./mixins"; diff --git a/packages/mdc-theme/_index.scss b/packages/mdc-theme/_index.scss new file mode 100644 index 00000000000..56ed883dc95 --- /dev/null +++ b/packages/mdc-theme/_index.scss @@ -0,0 +1,5 @@ +@forward "./color-palette"; +@forward "./variables"; +@forward "./mixins"; +@forward "./functions"; +@forward "./constants"; diff --git a/packages/mdc-top-app-bar/_index.scss b/packages/mdc-top-app-bar/_index.scss new file mode 100644 index 00000000000..bf188f9c3a3 --- /dev/null +++ b/packages/mdc-top-app-bar/_index.scss @@ -0,0 +1,2 @@ +@forward "./variables"; +@forward "./mixins"; diff --git a/packages/mdc-touch-target/_index.scss b/packages/mdc-touch-target/_index.scss new file mode 100644 index 00000000000..bf188f9c3a3 --- /dev/null +++ b/packages/mdc-touch-target/_index.scss @@ -0,0 +1,2 @@ +@forward "./variables"; +@forward "./mixins"; diff --git a/packages/mdc-typography/_index.scss b/packages/mdc-typography/_index.scss new file mode 100644 index 00000000000..3cecff890ea --- /dev/null +++ b/packages/mdc-typography/_index.scss @@ -0,0 +1,3 @@ +@forward "./variables"; +@forward "./mixins"; +@forward "./functions"; From c84e14b42d792ce02f705a313e71993cc87df4f3 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Fri, 17 Jan 2020 18:01:29 -0800 Subject: [PATCH 2/4] Use index files from import-only files The migrator uses import-only files to figure out what @use rules to generate, so this will ensure that downstream users will automatically load names from the new index files rather than the individual variables/mixins/functions files. --- packages/mdc-animation/_functions.import.scss | 3 +- packages/mdc-animation/_variables.import.scss | 2 +- packages/mdc-base/_mixins.import.scss | 2 +- packages/mdc-button/_mixins.import.scss | 54 ++++++----------- packages/mdc-button/_variables.import.scss | 8 +-- packages/mdc-card/_mixins.import.scss | 40 ++++--------- packages/mdc-card/_variables.import.scss | 11 +--- packages/mdc-checkbox/_functions.import.scss | 16 ++--- packages/mdc-checkbox/_keyframes.import.scss | 20 +++---- packages/mdc-checkbox/_mixins.import.scss | 35 ++++------- packages/mdc-checkbox/_variables.import.scss | 12 ++-- packages/mdc-chips/_mixins.import.scss | 57 ++++++------------ packages/mdc-chips/_variables.import.scss | 10 ++-- packages/mdc-data-table/_mixins.import.scss | 59 ++++++------------ .../mdc-data-table/_variables.import.scss | 8 +-- packages/mdc-density/_functions.import.scss | 3 +- packages/mdc-density/_variables.import.scss | 2 +- packages/mdc-dialog/_mixins.import.scss | 44 +++++--------- packages/mdc-dialog/_variables.import.scss | 2 +- packages/mdc-drawer/_mixins.import.scss | 52 +++++----------- packages/mdc-drawer/_variables.import.scss | 6 +- packages/mdc-elevation/_functions.import.scss | 5 +- packages/mdc-elevation/_mixins.import.scss | 19 ++---- packages/mdc-elevation/_variables.import.scss | 4 +- packages/mdc-fab/_mixins.import.scss | 51 +++++----------- packages/mdc-fab/_variables.import.scss | 2 +- .../_functions.import.scss | 3 +- .../mdc-feature-targeting/_mixins.import.scss | 4 +- .../_variables.import.scss | 2 +- .../mdc-floating-label/_mixins.import.scss | 25 +++----- .../mdc-floating-label/_variables.import.scss | 2 +- packages/mdc-form-field/_mixins.import.scss | 23 +++---- .../mdc-form-field/_variables.import.scss | 2 +- packages/mdc-grid-list/_mixins.import.scss | 23 +++---- packages/mdc-grid-list/_variables.import.scss | 2 +- packages/mdc-icon-button/_mixins.import.scss | 28 +++------ .../mdc-icon-button/_variables.import.scss | 4 +- packages/mdc-image-list/_mixins.import.scss | 27 +++------ .../mdc-image-list/_variables.import.scss | 2 +- packages/mdc-layout-grid/_mixins.import.scss | 5 +- .../mdc-layout-grid/_variables.import.scss | 2 +- .../mdc-line-ripple/_functions.import.scss | 4 +- packages/mdc-line-ripple/_mixins.import.scss | 14 ++--- .../_keyframes.import.scss | 2 +- .../mdc-linear-progress/_mixins.import.scss | 16 ++--- .../_variables.import.scss | 2 +- packages/mdc-list/_mixins.import.scss | 43 ++++--------- packages/mdc-list/_variables.import.scss | 8 +-- packages/mdc-menu-surface/_mixins.import.scss | 31 ++++------ .../mdc-menu-surface/_variables.import.scss | 2 +- packages/mdc-menu/_mixins.import.scss | 52 +++++----------- packages/mdc-menu/_variables.import.scss | 11 +--- .../mdc-notched-outline/_mixins.import.scss | 32 ++++------ .../_variables.import.scss | 2 +- packages/mdc-radio/_functions.import.scss | 12 ++-- packages/mdc-radio/_mixins.import.scss | 34 ++++------- packages/mdc-radio/_variables.import.scss | 8 +-- packages/mdc-ripple/_functions.import.scss | 9 +-- packages/mdc-ripple/_keyframes.import.scss | 7 +-- packages/mdc-ripple/_mixins.import.scss | 22 ++----- packages/mdc-ripple/_variables.import.scss | 4 +- packages/mdc-rtl/_mixins.import.scss | 5 +- packages/mdc-rtl/_variables.import.scss | 2 +- packages/mdc-select/_functions.import.scss | 4 +- packages/mdc-select/_mixins.import.scss | 52 +++++----------- packages/mdc-select/_variables.import.scss | 8 +-- packages/mdc-shape/_functions.import.scss | 3 +- packages/mdc-shape/_mixins.import.scss | 13 ++-- packages/mdc-shape/_variables.import.scss | 2 +- packages/mdc-slider/_keyframes.import.scss | 2 +- packages/mdc-slider/_mixins.import.scss | 24 +++----- packages/mdc-slider/_variables.import.scss | 2 +- packages/mdc-snackbar/_mixins.import.scss | 60 ++++++------------- packages/mdc-snackbar/_variables.import.scss | 6 +- packages/mdc-switch/_functions.import.scss | 4 +- packages/mdc-switch/_mixins.import.scss | 40 ++++--------- packages/mdc-switch/_variables.import.scss | 8 +-- packages/mdc-tab-bar/_mixins.import.scss | 47 +++++---------- packages/mdc-tab-bar/_variables.import.scss | 10 ++-- .../mdc-tab-indicator/_mixins.import.scss | 13 ++-- packages/mdc-tab-scroller/_mixins.import.scss | 41 ++++--------- .../mdc-tab-scroller/_variables.import.scss | 2 +- packages/mdc-tab/_mixins.import.scss | 38 ++++-------- packages/mdc-tab/_variables.import.scss | 6 +- packages/mdc-textfield/_functions.import.scss | 4 +- packages/mdc-textfield/_mixins.import.scss | 60 ++++++------------- packages/mdc-textfield/_variables.import.scss | 12 ++-- packages/mdc-theme/_color-palette.import.scss | 2 +- packages/mdc-theme/_constants.import.scss | 2 +- packages/mdc-theme/_functions.import.scss | 3 +- packages/mdc-theme/_mixins.import.scss | 9 +-- packages/mdc-theme/_variables.import.scss | 4 +- packages/mdc-top-app-bar/_mixins.import.scss | 34 ++++------- .../mdc-top-app-bar/_variables.import.scss | 2 +- packages/mdc-touch-target/_mixins.import.scss | 11 ++-- .../mdc-touch-target/_variables.import.scss | 2 +- .../mdc-typography/_functions.import.scss | 2 +- packages/mdc-typography/_mixins.import.scss | 10 +--- .../mdc-typography/_variables.import.scss | 3 +- 99 files changed, 503 insertions(+), 1045 deletions(-) diff --git a/packages/mdc-animation/_functions.import.scss b/packages/mdc-animation/_functions.import.scss index 495b9d96e2d..21ad4f6a384 100644 --- a/packages/mdc-animation/_functions.import.scss +++ b/packages/mdc-animation/_functions.import.scss @@ -1,2 +1 @@ -@forward "variables" as mdc-animation-*; -@forward "functions" as mdc-animation-*; +@forward "./index" as mdc-animation-*; diff --git a/packages/mdc-animation/_variables.import.scss b/packages/mdc-animation/_variables.import.scss index dd5c6fab5c0..4f0d8bad24f 100644 --- a/packages/mdc-animation/_variables.import.scss +++ b/packages/mdc-animation/_variables.import.scss @@ -1 +1 @@ -@forward "variables" as mdc-animation-*; +@forward "./index" as mdc-animation-* hide mdc-animation-enter, mdc-animation-exit-permanent, mdc-animation-exit-temporary, mdc-animation-standard; diff --git a/packages/mdc-base/_mixins.import.scss b/packages/mdc-base/_mixins.import.scss index 46b40ff33ef..a503fa8cfb0 100644 --- a/packages/mdc-base/_mixins.import.scss +++ b/packages/mdc-base/_mixins.import.scss @@ -1 +1 @@ -@forward "mixins" as mdc-base-*; +@forward "./index" as mdc-base-*; diff --git a/packages/mdc-button/_mixins.import.scss b/packages/mdc-button/_mixins.import.scss index d8431c361d8..4b2ee23fa67 100644 --- a/packages/mdc-button/_mixins.import.scss +++ b/packages/mdc-button/_mixins.import.scss @@ -1,37 +1,17 @@ -@forward "@material/base/mixins" as mdc-base-*; -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/animation/variables" as mdc-animation-*; -@forward "@material/elevation/variables" as mdc-elevation-*; -@forward "@material/ripple/variables" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration; -@forward "@material/ripple/variables" as mdc-ripple-* hide $mdc-ripple-states-wash-duration; -@forward "@material/rtl/variables" as mdc-rtl-*; -@forward "@material/touch-target/variables" as mdc-touch-target-*; -@forward "@material/typography/variables" as mdc-typography-*; -@forward "@material/shape/variables" as mdc-shape-*; -@forward "@material/density/variables" as mdc-density-*; -@forward "variables" as mdc-button-*; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/elevation/mixins" as mdc-* hide mdc-core-styles, mdc-overlay-common, mdc-overlay-dimensions, mdc-overlay-fill-color, mdc-overlay-opacity, mdc-overlay-selector-, mdc-overlay-surface-position, mdc-shadow; -@forward "@material/elevation/mixins" as mdc-elevation-* hide mdc-elevation-elevation; -@forward "@material/ripple/keyframes" as mdc-ripple-*; -@forward "@material/ripple/mixins" as mdc-* hide mdc-common, mdc-core-styles, mdc-radius-bounded, mdc-radius-unbounded, mdc-surface, mdc-target-common, mdc-target-selector; -@forward "@material/ripple/mixins" as mdc-ripple-* hide mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-base-color, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-hover-opacity, mdc-ripple-states-interactions-, mdc-ripple-states-opacities, mdc-ripple-states-press-opacity, mdc-ripple-states-selected; -@forward "@material/rtl/mixins" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; -@forward "@material/rtl/mixins" as mdc-rtl-* hide mdc-rtl-rtl; -@forward "@material/touch-target/mixins" as mdc-* hide mdc-margin, mdc-wrapper; -@forward "@material/touch-target/mixins" as mdc-touch-target-* hide mdc-touch-target-touch-target; -@forward "@material/typography/mixins" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis; -@forward "@material/typography/mixins" as mdc-typography-* hide mdc-typography-typography; -@forward "@material/shape/mixins" as mdc-shape-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "@material/elevation/functions" as mdc-elevation-*; -@forward "@material/animation/functions" as mdc-animation-*; -@forward "@material/ripple/functions" as mdc-*; -@forward "@material/typography/functions" as mdc-typography-*; -@forward "@material/shape/functions" as mdc-shape-*; -@forward "@material/density/functions" as mdc-density-*; -@forward "mixins" as mdc-button-*; +@forward "@material/base" as mdc-base-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/theme" as mdc-theme-*; +@forward "@material/animation" as mdc-animation-*; +@forward "@material/elevation" as mdc-elevation-* hide mdc-elevation-elevation; +@forward "@material/elevation" as mdc-* hide mdc-core-styles, mdc-overlay-common, mdc-overlay-dimensions, mdc-overlay-fill-color, mdc-overlay-opacity, mdc-overlay-selector-, mdc-overlay-surface-position, mdc-shadow, mdc-transition-value, mdc-overlay-transition-value; +@forward "@material/ripple" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-radius-bounded, mdc-radius-unbounded, mdc-target-selector, mdc-target-common, mdc-keyframes-; +@forward "@material/ripple" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-states-interactions-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; +@forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; +@forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; +@forward "@material/touch-target" as mdc-touch-target-* hide mdc-touch-target-touch-target; +@forward "@material/touch-target" as mdc-* hide mdc-margin, mdc-wrapper; +@forward "@material/typography" as mdc-typography-* hide mdc-typography-typography; +@forward "@material/typography" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis, mdc-get-global-variable-, mdc-set-styles-, mdc-get-letter-spacing-; +@forward "@material/shape" as mdc-shape-*; +@forward "@material/density" as mdc-density-*; +@forward "./index" as mdc-button-*; diff --git a/packages/mdc-button/_variables.import.scss b/packages/mdc-button/_variables.import.scss index 743aea19642..db95cc9422d 100644 --- a/packages/mdc-button/_variables.import.scss +++ b/packages/mdc-button/_variables.import.scss @@ -1,5 +1,3 @@ -@forward "@material/density/variables" as mdc-density-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "variables" as mdc-button-*; +@forward "@material/density" as mdc-density-* hide mdc-density-prop-value; +@forward "@material/theme" as mdc-theme-* hide mdc-theme-core-styles, mdc-theme-prop; +@forward "./index" as mdc-button-* hide $mdc-button-ripple-target, mdc-button-core-styles, mdc-button-theme-baseline, mdc-button-without-ripple, mdc-button-ripple, mdc-button-filled-accessible, mdc-button-container-fill-color, mdc-button-disabled-container-fill-color, mdc-button-outline-color, mdc-button-disabled-outline-color, mdc-button-icon-color, mdc-button-disabled-icon-color, mdc-button-ink-color, mdc-button-disabled-ink-color, mdc-button-density, mdc-button-touch-target-reset-, mdc-button-height, mdc-button-shape-radius, mdc-button-horizontal-padding, mdc-button-outline-width, mdc-button-label-overlow-ellipsis, mdc-button-base-, mdc-button-icon-, mdc-button-icon-trailing-, mdc-button-icon-svg-, mdc-button-icon-contained-, mdc-button-icon-contained-trailing-, mdc-button-outlined-, mdc-button-filled-, mdc-button-raised-, mdc-button-container-fill-color-, mdc-button-outline-color-, mdc-button-icon-color-, mdc-button-ink-color-; diff --git a/packages/mdc-card/_mixins.import.scss b/packages/mdc-card/_mixins.import.scss index ef03d15fc7d..560de1beaf9 100644 --- a/packages/mdc-card/_mixins.import.scss +++ b/packages/mdc-card/_mixins.import.scss @@ -1,28 +1,12 @@ -@forward "@material/base/mixins" as mdc-base-*; -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/animation/variables" as mdc-animation-*; -@forward "@material/elevation/variables" as mdc-elevation-*; -@forward "@material/ripple/variables" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration; -@forward "@material/ripple/variables" as mdc-ripple-* hide $mdc-ripple-states-wash-duration; -@forward "@material/rtl/variables" as mdc-rtl-*; -@forward "@material/shape/variables" as mdc-shape-*; -@forward "variables" as mdc-card-*; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/elevation/mixins" as mdc-* hide mdc-core-styles, mdc-overlay-common, mdc-overlay-dimensions, mdc-overlay-fill-color, mdc-overlay-opacity, mdc-overlay-selector-, mdc-overlay-surface-position, mdc-shadow; -@forward "@material/elevation/mixins" as mdc-elevation-* hide mdc-elevation-elevation; -@forward "@material/ripple/keyframes" as mdc-ripple-*; -@forward "@material/ripple/mixins" as mdc-* hide mdc-common, mdc-core-styles, mdc-radius-bounded, mdc-radius-unbounded, mdc-surface, mdc-target-common, mdc-target-selector; -@forward "@material/ripple/mixins" as mdc-ripple-* hide mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-base-color, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-hover-opacity, mdc-ripple-states-interactions-, mdc-ripple-states-opacities, mdc-ripple-states-press-opacity, mdc-ripple-states-selected; -@forward "@material/rtl/mixins" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; -@forward "@material/rtl/mixins" as mdc-rtl-* hide mdc-rtl-rtl; -@forward "@material/shape/mixins" as mdc-shape-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "@material/elevation/functions" as mdc-elevation-*; -@forward "@material/animation/functions" as mdc-animation-*; -@forward "@material/ripple/functions" as mdc-*; -@forward "@material/shape/functions" as mdc-shape-*; -@forward "mixins" as mdc-card-*; +@forward "@material/base" as mdc-base-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/theme" as mdc-theme-*; +@forward "@material/animation" as mdc-animation-*; +@forward "@material/elevation" as mdc-elevation-* hide mdc-elevation-elevation; +@forward "@material/elevation" as mdc-* hide mdc-core-styles, mdc-overlay-common, mdc-overlay-dimensions, mdc-overlay-fill-color, mdc-overlay-opacity, mdc-overlay-selector-, mdc-overlay-surface-position, mdc-shadow, mdc-transition-value, mdc-overlay-transition-value; +@forward "@material/ripple" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-radius-bounded, mdc-radius-unbounded, mdc-target-selector, mdc-target-common, mdc-keyframes-; +@forward "@material/ripple" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-states-interactions-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; +@forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; +@forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; +@forward "@material/shape" as mdc-shape-*; +@forward "./index" as mdc-card-*; diff --git a/packages/mdc-card/_variables.import.scss b/packages/mdc-card/_variables.import.scss index bd0d6788009..5f5798ff91c 100644 --- a/packages/mdc-card/_variables.import.scss +++ b/packages/mdc-card/_variables.import.scss @@ -1,8 +1,3 @@ -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "variables" as mdc-card-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/theme" as mdc-theme-*; +@forward "./index" as mdc-card-* hide mdc-card-core-styles, mdc-card-without-ripple, mdc-card-ripple, mdc-card-fill-color, mdc-card-outline, mdc-card-shape-radius, mdc-card-media-aspect-ratio, mdc-card-container-layout-, mdc-card-actions-layout-; diff --git a/packages/mdc-checkbox/_functions.import.scss b/packages/mdc-checkbox/_functions.import.scss index 5619d230749..47e5afebeb0 100644 --- a/packages/mdc-checkbox/_functions.import.scss +++ b/packages/mdc-checkbox/_functions.import.scss @@ -1,10 +1,6 @@ -@forward "@material/animation/variables" as mdc-animation-*; -@forward "@material/ripple/variables" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration; -@forward "@material/ripple/variables" as mdc-ripple-* hide $mdc-ripple-states-wash-duration; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/density/variables" as mdc-density-*; -@forward "variables" as mdc-checkbox-*; -@forward "@material/animation/functions" as mdc-animation-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "functions" as mdc-checkbox-*; +@forward "@material/animation" as mdc-animation-*; +@forward "@material/ripple" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-states-base-color, mdc-states-opacities, mdc-states-hover-opacity, mdc-states-focus-opacity, mdc-states-focus-opacity-properties-, mdc-states-press-opacity, mdc-states, mdc-states-activated, mdc-states-selected, mdc-radius-bounded, mdc-radius-unbounded, mdc-states-interactions-, mdc-target-selector, mdc-target-common, mdc-keyframes-, mdc-states-opacity, mdc-states-opacities-; +@forward "@material/ripple" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-core-styles, mdc-ripple-common, mdc-ripple-surface, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-radius-bounded, mdc-ripple-radius-unbounded, mdc-ripple-states-interactions-, mdc-ripple-target-selector, mdc-ripple-target-common, mdc-ripple-keyframes-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; +@forward "@material/theme" as mdc-theme-*; +@forward "@material/density" as mdc-density-* hide mdc-density-prop-value; +@forward "./index" as mdc-checkbox-* hide $mdc-checkbox-ripple-target, mdc-checkbox-core-styles, mdc-checkbox-without-ripple, mdc-checkbox-ripple, mdc-checkbox-density, mdc-checkbox-ripple-size, mdc-checkbox-container-colors, mdc-checkbox-disabled-container-colors, mdc-checkbox-ink-color, mdc-checkbox-disabled-ink-color, mdc-checkbox-focus-indicator-color, mdc-checkbox-touch-target, mdc-checkbox-base-, mdc-checkbox-disabled-, mdc-checkbox-child--upgraded-, mdc-checkbox-anim-, mdc-checkbox-if-enabled-, mdc-checkbox-if-disabled-, mdc-checkbox-if-unmarked-enabled-, mdc-checkbox-if-unmarked-disabled-, mdc-checkbox-if-marked-enabled-, mdc-checkbox-if-marked-disabled-, mdc-checkbox-background-, mdc-checkbox-background--marked-, mdc-checkbox-container-colors-, mdc-checkbox-focus-indicator-, mdc-checkbox-focus-indicator--focused-, mdc-checkbox-native-control-, mdc-checkbox-checkmark-, mdc-checkbox-checkmark--checked-, mdc-checkbox-checkmark--indeterminate-, mdc-checkbox-ink-color-, mdc-checkbox-checkmark-path-, mdc-checkbox-checkmark-path--marked-, mdc-checkbox-mixedmark-, mdc-checkbox-mixedmark--checked-, mdc-checkbox-mixedmark--indeterminate-, mdc-checkbox-touch-target-reset-, mdc-checkbox-container-keyframes-, mdc-checkbox-mark-keyframes-; diff --git a/packages/mdc-checkbox/_keyframes.import.scss b/packages/mdc-checkbox/_keyframes.import.scss index 92388437859..157893b923e 100644 --- a/packages/mdc-checkbox/_keyframes.import.scss +++ b/packages/mdc-checkbox/_keyframes.import.scss @@ -1,13 +1,7 @@ -@forward "@material/animation/variables" as mdc-animation-*; -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/ripple/variables" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration; -@forward "@material/ripple/variables" as mdc-ripple-* hide $mdc-ripple-states-wash-duration; -@forward "@material/density/variables" as mdc-density-*; -@forward "variables" as mdc-checkbox-*; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "keyframes" as mdc-checkbox-*; +@forward "@material/animation" as mdc-animation-* hide mdc-animation-enter, mdc-animation-exit-permanent, mdc-animation-exit-temporary, mdc-animation-standard; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/theme" as mdc-theme-*; +@forward "@material/ripple" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-states-base-color, mdc-states-opacities, mdc-states-hover-opacity, mdc-states-focus-opacity, mdc-states-focus-opacity-properties-, mdc-states-press-opacity, mdc-states, mdc-states-activated, mdc-states-selected, mdc-radius-bounded, mdc-radius-unbounded, mdc-states-interactions-, mdc-target-selector, mdc-target-common, mdc-keyframes-, mdc-states-opacity, mdc-states-opacities-; +@forward "@material/ripple" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-core-styles, mdc-ripple-common, mdc-ripple-surface, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-radius-bounded, mdc-ripple-radius-unbounded, mdc-ripple-states-interactions-, mdc-ripple-target-selector, mdc-ripple-target-common, mdc-ripple-keyframes-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; +@forward "@material/density" as mdc-density-* hide mdc-density-prop-value; +@forward "./index" as mdc-checkbox-* hide $mdc-checkbox-ripple-target, mdc-checkbox-core-styles, mdc-checkbox-without-ripple, mdc-checkbox-ripple, mdc-checkbox-density, mdc-checkbox-ripple-size, mdc-checkbox-container-colors, mdc-checkbox-disabled-container-colors, mdc-checkbox-ink-color, mdc-checkbox-disabled-ink-color, mdc-checkbox-focus-indicator-color, mdc-checkbox-touch-target, mdc-checkbox-base-, mdc-checkbox-disabled-, mdc-checkbox-child--upgraded-, mdc-checkbox-anim-, mdc-checkbox-if-enabled-, mdc-checkbox-if-disabled-, mdc-checkbox-if-unmarked-enabled-, mdc-checkbox-if-unmarked-disabled-, mdc-checkbox-if-marked-enabled-, mdc-checkbox-if-marked-disabled-, mdc-checkbox-background-, mdc-checkbox-background--marked-, mdc-checkbox-container-colors-, mdc-checkbox-focus-indicator-, mdc-checkbox-focus-indicator--focused-, mdc-checkbox-native-control-, mdc-checkbox-checkmark-, mdc-checkbox-checkmark--checked-, mdc-checkbox-checkmark--indeterminate-, mdc-checkbox-ink-color-, mdc-checkbox-checkmark-path-, mdc-checkbox-checkmark-path--marked-, mdc-checkbox-mixedmark-, mdc-checkbox-mixedmark--checked-, mdc-checkbox-mixedmark--indeterminate-, mdc-checkbox-touch-target-reset-, mdc-checkbox-transition-enter, mdc-checkbox-transition-exit; diff --git a/packages/mdc-checkbox/_mixins.import.scss b/packages/mdc-checkbox/_mixins.import.scss index d6f193430bb..e222dec8444 100644 --- a/packages/mdc-checkbox/_mixins.import.scss +++ b/packages/mdc-checkbox/_mixins.import.scss @@ -1,25 +1,10 @@ -@forward "@material/animation/variables" as mdc-animation-*; -@forward "@material/density/variables" as mdc-density-*; -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/base/mixins" as mdc-base-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/ripple/variables" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration; -@forward "@material/ripple/variables" as mdc-ripple-* hide $mdc-ripple-states-wash-duration; -@forward "@material/touch-target/variables" as mdc-touch-target-*; -@forward "variables" as mdc-checkbox-*; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/ripple/keyframes" as mdc-ripple-*; -@forward "@material/ripple/mixins" as mdc-* hide mdc-common, mdc-core-styles, mdc-radius-bounded, mdc-radius-unbounded, mdc-surface, mdc-target-common, mdc-target-selector; -@forward "@material/ripple/mixins" as mdc-ripple-* hide mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-base-color, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-hover-opacity, mdc-ripple-states-interactions-, mdc-ripple-states-opacities, mdc-ripple-states-press-opacity, mdc-ripple-states-selected; -@forward "@material/touch-target/mixins" as mdc-* hide mdc-margin, mdc-wrapper; -@forward "@material/touch-target/mixins" as mdc-touch-target-* hide mdc-touch-target-touch-target; -@forward "keyframes" as mdc-checkbox-*; -@forward "@material/animation/functions" as mdc-animation-*; -@forward "@material/density/functions" as mdc-density-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "@material/ripple/functions" as mdc-*; -@forward "functions" as mdc-checkbox-*; -@forward "mixins" as mdc-checkbox-*; +@forward "@material/animation" as mdc-animation-*; +@forward "@material/density" as mdc-density-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/base" as mdc-base-*; +@forward "@material/theme" as mdc-theme-*; +@forward "@material/ripple" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-radius-bounded, mdc-radius-unbounded, mdc-target-selector, mdc-target-common, mdc-keyframes-; +@forward "@material/ripple" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-states-interactions-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; +@forward "@material/touch-target" as mdc-touch-target-* hide mdc-touch-target-touch-target; +@forward "@material/touch-target" as mdc-* hide mdc-margin, mdc-wrapper; +@forward "./index" as mdc-checkbox-*; diff --git a/packages/mdc-checkbox/_variables.import.scss b/packages/mdc-checkbox/_variables.import.scss index 132815f5438..6e41f26be9d 100644 --- a/packages/mdc-checkbox/_variables.import.scss +++ b/packages/mdc-checkbox/_variables.import.scss @@ -1,7 +1,5 @@ -@forward "@material/ripple/variables" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration; -@forward "@material/ripple/variables" as mdc-ripple-* hide $mdc-ripple-states-wash-duration; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/density/variables" as mdc-density-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "variables" as mdc-checkbox-*; +@forward "@material/ripple" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-states-base-color, mdc-states-opacities, mdc-states-hover-opacity, mdc-states-focus-opacity, mdc-states-focus-opacity-properties-, mdc-states-press-opacity, mdc-states, mdc-states-activated, mdc-states-selected, mdc-radius-bounded, mdc-radius-unbounded, mdc-states-interactions-, mdc-target-selector, mdc-target-common, mdc-keyframes-, mdc-states-opacity, mdc-states-opacities-; +@forward "@material/ripple" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-core-styles, mdc-ripple-common, mdc-ripple-surface, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-radius-bounded, mdc-ripple-radius-unbounded, mdc-ripple-states-interactions-, mdc-ripple-target-selector, mdc-ripple-target-common, mdc-ripple-keyframes-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; +@forward "@material/theme" as mdc-theme-*; +@forward "@material/density" as mdc-density-* hide mdc-density-prop-value; +@forward "./index" as mdc-checkbox-* hide $mdc-checkbox-ripple-target, mdc-checkbox-core-styles, mdc-checkbox-without-ripple, mdc-checkbox-ripple, mdc-checkbox-density, mdc-checkbox-ripple-size, mdc-checkbox-container-colors, mdc-checkbox-disabled-container-colors, mdc-checkbox-ink-color, mdc-checkbox-disabled-ink-color, mdc-checkbox-focus-indicator-color, mdc-checkbox-touch-target, mdc-checkbox-base-, mdc-checkbox-disabled-, mdc-checkbox-child--upgraded-, mdc-checkbox-anim-, mdc-checkbox-if-enabled-, mdc-checkbox-if-disabled-, mdc-checkbox-if-unmarked-enabled-, mdc-checkbox-if-unmarked-disabled-, mdc-checkbox-if-marked-enabled-, mdc-checkbox-if-marked-disabled-, mdc-checkbox-background-, mdc-checkbox-background--marked-, mdc-checkbox-container-colors-, mdc-checkbox-focus-indicator-, mdc-checkbox-focus-indicator--focused-, mdc-checkbox-native-control-, mdc-checkbox-checkmark-, mdc-checkbox-checkmark--checked-, mdc-checkbox-checkmark--indeterminate-, mdc-checkbox-ink-color-, mdc-checkbox-checkmark-path-, mdc-checkbox-checkmark-path--marked-, mdc-checkbox-mixedmark-, mdc-checkbox-mixedmark--checked-, mdc-checkbox-mixedmark--indeterminate-, mdc-checkbox-touch-target-reset-, mdc-checkbox-container-keyframes-, mdc-checkbox-mark-keyframes-, mdc-checkbox-transition-enter, mdc-checkbox-transition-exit; diff --git a/packages/mdc-chips/_mixins.import.scss b/packages/mdc-chips/_mixins.import.scss index 3386a3991e2..4d4311ed336 100644 --- a/packages/mdc-chips/_mixins.import.scss +++ b/packages/mdc-chips/_mixins.import.scss @@ -1,39 +1,18 @@ -@forward "@material/animation/variables" as mdc-animation-*; -@forward "@material/ripple/variables" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration; -@forward "@material/ripple/variables" as mdc-ripple-* hide $mdc-ripple-states-wash-duration; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/density/variables" as mdc-density-*; -@forward "@material/checkbox/variables" as mdc-checkbox-*; -@forward "@material/base/mixins" as mdc-base-*; -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/elevation/variables" as mdc-elevation-*; -@forward "@material/rtl/variables" as mdc-rtl-*; -@forward "@material/touch-target/variables" as mdc-touch-target-*; -@forward "@material/typography/variables" as mdc-typography-*; -@forward "@material/shape/variables" as mdc-shape-*; -@forward "variables" as mdc-chip-*; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/elevation/mixins" as mdc-* hide mdc-core-styles, mdc-overlay-common, mdc-overlay-dimensions, mdc-overlay-fill-color, mdc-overlay-opacity, mdc-overlay-selector-, mdc-overlay-surface-position, mdc-shadow; -@forward "@material/elevation/mixins" as mdc-elevation-* hide mdc-elevation-elevation; -@forward "@material/ripple/keyframes" as mdc-ripple-*; -@forward "@material/ripple/mixins" as mdc-* hide mdc-common, mdc-core-styles, mdc-radius-bounded, mdc-radius-unbounded, mdc-surface, mdc-target-common, mdc-target-selector; -@forward "@material/ripple/mixins" as mdc-ripple-* hide mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-base-color, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-hover-opacity, mdc-ripple-states-interactions-, mdc-ripple-states-opacities, mdc-ripple-states-press-opacity, mdc-ripple-states-selected; -@forward "@material/rtl/mixins" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; -@forward "@material/rtl/mixins" as mdc-rtl-* hide mdc-rtl-rtl; -@forward "@material/touch-target/mixins" as mdc-* hide mdc-margin, mdc-wrapper; -@forward "@material/touch-target/mixins" as mdc-touch-target-* hide mdc-touch-target-touch-target; -@forward "@material/typography/mixins" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis; -@forward "@material/typography/mixins" as mdc-typography-* hide mdc-typography-typography; -@forward "@material/shape/mixins" as mdc-shape-*; -@forward "@material/animation/functions" as mdc-animation-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "@material/checkbox/functions" as mdc-checkbox-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/elevation/functions" as mdc-elevation-*; -@forward "@material/density/functions" as mdc-density-*; -@forward "@material/ripple/functions" as mdc-*; -@forward "@material/typography/functions" as mdc-typography-*; -@forward "@material/shape/functions" as mdc-shape-*; -@forward "mixins" as mdc-chip-*; +@forward "@material/animation" as mdc-animation-*; +@forward "@material/ripple" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-radius-bounded, mdc-radius-unbounded, mdc-target-selector, mdc-target-common, mdc-keyframes-; +@forward "@material/ripple" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-states-interactions-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; +@forward "@material/theme" as mdc-theme-*; +@forward "@material/density" as mdc-density-*; +@forward "@material/checkbox" as mdc-checkbox-* hide $mdc-checkbox-ripple-target, mdc-checkbox-core-styles, mdc-checkbox-without-ripple, mdc-checkbox-ripple, mdc-checkbox-density, mdc-checkbox-ripple-size, mdc-checkbox-container-colors, mdc-checkbox-disabled-container-colors, mdc-checkbox-ink-color, mdc-checkbox-disabled-ink-color, mdc-checkbox-focus-indicator-color, mdc-checkbox-touch-target, mdc-checkbox-base-, mdc-checkbox-disabled-, mdc-checkbox-child--upgraded-, mdc-checkbox-anim-, mdc-checkbox-if-enabled-, mdc-checkbox-if-disabled-, mdc-checkbox-if-unmarked-enabled-, mdc-checkbox-if-unmarked-disabled-, mdc-checkbox-if-marked-enabled-, mdc-checkbox-if-marked-disabled-, mdc-checkbox-background-, mdc-checkbox-background--marked-, mdc-checkbox-container-colors-, mdc-checkbox-focus-indicator-, mdc-checkbox-focus-indicator--focused-, mdc-checkbox-native-control-, mdc-checkbox-checkmark-, mdc-checkbox-checkmark--checked-, mdc-checkbox-checkmark--indeterminate-, mdc-checkbox-ink-color-, mdc-checkbox-checkmark-path-, mdc-checkbox-checkmark-path--marked-, mdc-checkbox-mixedmark-, mdc-checkbox-mixedmark--checked-, mdc-checkbox-mixedmark--indeterminate-, mdc-checkbox-touch-target-reset-, mdc-checkbox-container-keyframes-, mdc-checkbox-mark-keyframes-; +@forward "@material/base" as mdc-base-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/elevation" as mdc-elevation-* hide mdc-elevation-elevation; +@forward "@material/elevation" as mdc-* hide mdc-core-styles, mdc-overlay-common, mdc-overlay-dimensions, mdc-overlay-fill-color, mdc-overlay-opacity, mdc-overlay-selector-, mdc-overlay-surface-position, mdc-shadow, mdc-transition-value, mdc-overlay-transition-value; +@forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; +@forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; +@forward "@material/touch-target" as mdc-touch-target-*; +@forward "@material/touch-target" as mdc-* hide $mdc-height, $mdc-width, mdc-margin, mdc-wrapper; +@forward "@material/typography" as mdc-typography-* hide mdc-typography-typography; +@forward "@material/typography" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis, mdc-get-global-variable-, mdc-set-styles-, mdc-get-letter-spacing-; +@forward "@material/shape" as mdc-shape-*; +@forward "./index" as mdc-chip-*; diff --git a/packages/mdc-chips/_variables.import.scss b/packages/mdc-chips/_variables.import.scss index 8764d1e6cc4..9eff5311f8a 100644 --- a/packages/mdc-chips/_variables.import.scss +++ b/packages/mdc-chips/_variables.import.scss @@ -1,6 +1,4 @@ -@forward "@material/animation/variables" as mdc-animation-*; -@forward "@material/density/variables" as mdc-density-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "variables" as mdc-chip-*; +@forward "@material/animation" as mdc-animation-* hide mdc-animation-enter, mdc-animation-exit-permanent, mdc-animation-exit-temporary, mdc-animation-standard; +@forward "@material/density" as mdc-density-* hide mdc-density-prop-value; +@forward "@material/theme" as mdc-theme-* hide mdc-theme-core-styles, mdc-theme-prop; +@forward "./index" as mdc-chip-* hide $mdc-chip-ripple-target, mdc-chip-core-styles, mdc-chip-without-ripple, mdc-chip-ripple, mdc-chip-set-core-styles, mdc-chip-shape-radius, mdc-chip-fill-color-accessible, mdc-chip-fill-color, mdc-chip-ink-color, mdc-chip-ink-color-without-ripple-, mdc-chip-ink-color-ripple-, mdc-chip-selected-ink-color, mdc-chip-selected-ink-color-without-ripple-, mdc-chip-selected-ink-color-ripple-, mdc-chip-outline, mdc-chip-outline-color, mdc-chip-outline-style, mdc-chip-outline-width, mdc-chip-horizontal-padding, mdc-chip-height, mdc-chip-set-spacing, mdc-chip-leading-icon-color, mdc-chip-trailing-icon-color, mdc-chip-leading-icon-size, mdc-chip-trailing-icon-size, mdc-chip-icon-size-, mdc-chip-leading-icon-margin, mdc-chip-trailing-icon-margin, mdc-chip-elevation-transition, mdc-chip-density, mdc-chip-touch-target-reset-; diff --git a/packages/mdc-data-table/_mixins.import.scss b/packages/mdc-data-table/_mixins.import.scss index ebb09475586..3c014d16f6b 100644 --- a/packages/mdc-data-table/_mixins.import.scss +++ b/packages/mdc-data-table/_mixins.import.scss @@ -1,41 +1,18 @@ -@forward "@material/animation/variables" as mdc-animation-*; -@forward "@material/base/mixins" as mdc-base-*; -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/elevation/variables" as mdc-elevation-*; -@forward "@material/density/variables" as mdc-density-*; -@forward "@material/ripple/variables" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration; -@forward "@material/ripple/variables" as mdc-ripple-* hide $mdc-ripple-states-wash-duration; -@forward "@material/touch-target/variables" as mdc-touch-target-*; -@forward "@material/checkbox/variables" as mdc-checkbox-*; -@forward "@material/checkbox/mixins" as mdc-checkbox-*; -@forward "@material/rtl/variables" as mdc-rtl-*; -@forward "@material/shape/variables" as mdc-shape-*; -@forward "@material/typography/variables" as mdc-typography-*; -@forward "variables" as mdc-data-table-*; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/elevation/mixins" as mdc-* hide mdc-core-styles, mdc-overlay-common, mdc-overlay-dimensions, mdc-overlay-fill-color, mdc-overlay-opacity, mdc-overlay-selector-, mdc-overlay-surface-position, mdc-shadow; -@forward "@material/elevation/mixins" as mdc-elevation-* hide mdc-elevation-elevation; -@forward "@material/ripple/keyframes" as mdc-ripple-*; -@forward "@material/ripple/mixins" as mdc-* hide mdc-common, mdc-core-styles, mdc-radius-bounded, mdc-radius-unbounded, mdc-surface, mdc-target-common, mdc-target-selector; -@forward "@material/ripple/mixins" as mdc-ripple-* hide mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-base-color, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-hover-opacity, mdc-ripple-states-interactions-, mdc-ripple-states-opacities, mdc-ripple-states-press-opacity, mdc-ripple-states-selected; -@forward "@material/touch-target/mixins" as mdc-* hide mdc-margin, mdc-wrapper; -@forward "@material/touch-target/mixins" as mdc-touch-target-* hide mdc-touch-target-touch-target; -@forward "@material/checkbox/keyframes" as mdc-checkbox-*; -@forward "@material/rtl/mixins" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; -@forward "@material/rtl/mixins" as mdc-rtl-* hide mdc-rtl-rtl; -@forward "@material/shape/mixins" as mdc-shape-*; -@forward "@material/typography/mixins" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis; -@forward "@material/typography/mixins" as mdc-typography-* hide mdc-typography-typography; -@forward "@material/animation/functions" as mdc-animation-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "@material/elevation/functions" as mdc-elevation-*; -@forward "@material/density/functions" as mdc-density-*; -@forward "@material/ripple/functions" as mdc-*; -@forward "@material/checkbox/functions" as mdc-checkbox-*; -@forward "@material/shape/functions" as mdc-shape-*; -@forward "@material/typography/functions" as mdc-typography-*; -@forward "mixins" as mdc-data-table-*; +@forward "@material/animation" as mdc-animation-*; +@forward "@material/base" as mdc-base-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/theme" as mdc-theme-*; +@forward "@material/elevation" as mdc-elevation-* hide mdc-elevation-elevation; +@forward "@material/elevation" as mdc-* hide mdc-core-styles, mdc-overlay-common, mdc-overlay-dimensions, mdc-overlay-fill-color, mdc-overlay-opacity, mdc-overlay-selector-, mdc-overlay-surface-position, mdc-shadow, mdc-transition-value, mdc-overlay-transition-value; +@forward "@material/density" as mdc-density-*; +@forward "@material/ripple" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-radius-bounded, mdc-radius-unbounded, mdc-target-selector, mdc-target-common, mdc-keyframes-; +@forward "@material/ripple" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-states-interactions-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; +@forward "@material/touch-target" as mdc-touch-target-* hide mdc-touch-target-touch-target; +@forward "@material/touch-target" as mdc-* hide mdc-margin, mdc-wrapper; +@forward "@material/checkbox" as mdc-checkbox-*; +@forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; +@forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; +@forward "@material/shape" as mdc-shape-*; +@forward "@material/typography" as mdc-typography-* hide mdc-typography-typography; +@forward "@material/typography" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis, mdc-get-global-variable-, mdc-set-styles-, mdc-get-letter-spacing-; +@forward "./index" as mdc-data-table-*; diff --git a/packages/mdc-data-table/_variables.import.scss b/packages/mdc-data-table/_variables.import.scss index 6f66ba5a10b..8583efcc950 100644 --- a/packages/mdc-data-table/_variables.import.scss +++ b/packages/mdc-data-table/_variables.import.scss @@ -1,5 +1,3 @@ -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/density/variables" as mdc-density-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "variables" as mdc-data-table-*; +@forward "@material/theme" as mdc-theme-* hide mdc-theme-core-styles, mdc-theme-prop; +@forward "@material/density" as mdc-density-* hide mdc-density-prop-value; +@forward "./index" as mdc-data-table-* hide mdc-data-table-core-styles, mdc-data-table-fill-color, mdc-data-table-header-row-fill-color, mdc-data-table-row-fill-color, mdc-data-table-selected-row-fill-color, mdc-data-table-checked-icon-color, mdc-data-table-divider-color, mdc-data-table-divider-size, mdc-data-table-row-hover-fill-color, mdc-data-table-header-row-text-color, mdc-data-table-row-text-color, mdc-data-table-shape-radius, mdc-data-table-stroke-size, mdc-data-table-stroke-color, mdc-data-table-header-cell-height, mdc-data-table-cell-height, mdc-data-table-cell-padding, mdc-data-table-column-widths, mdc-data-table-density, mdc-data-table-theme-baseline; diff --git a/packages/mdc-density/_functions.import.scss b/packages/mdc-density/_functions.import.scss index 6d7d99e452d..cc333386008 100644 --- a/packages/mdc-density/_functions.import.scss +++ b/packages/mdc-density/_functions.import.scss @@ -1,2 +1 @@ -@forward "variables" as mdc-density-*; -@forward "functions" as mdc-density-*; +@forward "./index" as mdc-density-*; diff --git a/packages/mdc-density/_variables.import.scss b/packages/mdc-density/_variables.import.scss index 126de09081a..7d63cae9d39 100644 --- a/packages/mdc-density/_variables.import.scss +++ b/packages/mdc-density/_variables.import.scss @@ -1 +1 @@ -@forward "variables" as mdc-density-*; +@forward "./index" as mdc-density-* hide mdc-density-prop-value; diff --git a/packages/mdc-dialog/_mixins.import.scss b/packages/mdc-dialog/_mixins.import.scss index 26413faddee..95431d11645 100644 --- a/packages/mdc-dialog/_mixins.import.scss +++ b/packages/mdc-dialog/_mixins.import.scss @@ -1,29 +1,15 @@ -@forward "@material/animation/variables" as mdc-animation-*; -@forward "@material/density/variables" as mdc-density-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/button/variables" as mdc-button-*; -@forward "@material/base/mixins" as mdc-base-*; -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/elevation/variables" as mdc-elevation-*; -@forward "@material/rtl/variables" as mdc-rtl-*; -@forward "@material/shape/variables" as mdc-shape-*; -@forward "@material/touch-target/variables" as mdc-touch-target-*; -@forward "@material/typography/variables" as mdc-typography-*; -@forward "variables" as mdc-dialog-*; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/elevation/mixins" as mdc-* hide mdc-core-styles, mdc-overlay-common, mdc-overlay-dimensions, mdc-overlay-fill-color, mdc-overlay-opacity, mdc-overlay-selector-, mdc-overlay-surface-position, mdc-shadow; -@forward "@material/elevation/mixins" as mdc-elevation-* hide mdc-elevation-elevation; -@forward "@material/rtl/mixins" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; -@forward "@material/rtl/mixins" as mdc-rtl-* hide mdc-rtl-rtl; -@forward "@material/shape/mixins" as mdc-shape-*; -@forward "@material/typography/mixins" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis; -@forward "@material/typography/mixins" as mdc-typography-* hide mdc-typography-typography; -@forward "@material/animation/functions" as mdc-animation-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/elevation/functions" as mdc-elevation-*; -@forward "@material/shape/functions" as mdc-shape-*; -@forward "@material/typography/functions" as mdc-typography-*; -@forward "mixins" as mdc-dialog-*; +@forward "@material/animation" as mdc-animation-*; +@forward "@material/density" as mdc-density-* hide mdc-density-prop-value; +@forward "@material/theme" as mdc-theme-*; +@forward "@material/button" as mdc-button-* hide $mdc-button-ripple-target, mdc-button-core-styles, mdc-button-theme-baseline, mdc-button-without-ripple, mdc-button-ripple, mdc-button-filled-accessible, mdc-button-container-fill-color, mdc-button-disabled-container-fill-color, mdc-button-outline-color, mdc-button-disabled-outline-color, mdc-button-icon-color, mdc-button-disabled-icon-color, mdc-button-ink-color, mdc-button-disabled-ink-color, mdc-button-density, mdc-button-touch-target-reset-, mdc-button-height, mdc-button-shape-radius, mdc-button-horizontal-padding, mdc-button-outline-width, mdc-button-label-overlow-ellipsis, mdc-button-base-, mdc-button-icon-, mdc-button-icon-trailing-, mdc-button-icon-svg-, mdc-button-icon-contained-, mdc-button-icon-contained-trailing-, mdc-button-outlined-, mdc-button-filled-, mdc-button-raised-, mdc-button-container-fill-color-, mdc-button-outline-color-, mdc-button-icon-color-, mdc-button-ink-color-; +@forward "@material/base" as mdc-base-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/elevation" as mdc-elevation-*; +@forward "@material/elevation" as mdc-* hide $mdc-baseline-color, $mdc-umbra-opacity, $mdc-penumbra-opacity, $mdc-ambient-opacity, $mdc-umbra-map, $mdc-penumbra-map, $mdc-ambient-map, $mdc-property, $mdc-overlay-color, $mdc-overlay-property, $mdc-transition-duration, $mdc-transition-timing-function, mdc-core-styles, mdc-overlay-common, mdc-overlay-dimensions, mdc-overlay-fill-color, mdc-overlay-opacity, mdc-overlay-selector-, mdc-overlay-surface-position, mdc-shadow, mdc-transition-value, mdc-overlay-transition-value; +@forward "@material/rtl" as mdc-rtl-*; +@forward "@material/rtl" as mdc-* hide $mdc-include, mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; +@forward "@material/shape" as mdc-shape-*; +@forward "@material/touch-target" as mdc-touch-target-*; +@forward "@material/typography" as mdc-typography-*; +@forward "@material/typography" as mdc-* hide $mdc-font-family, $mdc-base, $mdc-font-weight-values, $mdc-styles, mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis, mdc-get-global-variable-, mdc-set-styles-, mdc-get-letter-spacing-; +@forward "./index" as mdc-dialog-*; diff --git a/packages/mdc-dialog/_variables.import.scss b/packages/mdc-dialog/_variables.import.scss index f1247d769b0..7fba8a092af 100644 --- a/packages/mdc-dialog/_variables.import.scss +++ b/packages/mdc-dialog/_variables.import.scss @@ -1 +1 @@ -@forward "variables" as mdc-dialog-*; +@forward "./index" as mdc-dialog-* hide mdc-dialog-core-styles, mdc-dialog-container-fill-color, mdc-dialog-scrim-color, mdc-dialog-title-ink-color, mdc-dialog-content-ink-color, mdc-dialog-scroll-divider-color, mdc-dialog-shape-radius, mdc-dialog-min-width, mdc-dialog-max-width, mdc-dialog-max-height, mdc-dialog-with-touch-target; diff --git a/packages/mdc-drawer/_mixins.import.scss b/packages/mdc-drawer/_mixins.import.scss index cc76998ae5d..9fdd8b30f8b 100644 --- a/packages/mdc-drawer/_mixins.import.scss +++ b/packages/mdc-drawer/_mixins.import.scss @@ -1,36 +1,16 @@ -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/animation/variables" as mdc-animation-*; -@forward "@material/rtl/variables" as mdc-rtl-*; -@forward "@material/typography/variables" as mdc-typography-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/density/variables" as mdc-density-*; -@forward "@material/shape/variables" as mdc-shape-*; -@forward "@material/base/mixins" as mdc-base-*; -@forward "@material/ripple/variables" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration; -@forward "@material/ripple/variables" as mdc-ripple-* hide $mdc-ripple-states-wash-duration; -@forward "@material/list/variables" as mdc-list-*; -@forward "@material/elevation/variables" as mdc-elevation-*; -@forward "variables" as mdc-drawer-*; -@forward "@material/rtl/mixins" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; -@forward "@material/rtl/mixins" as mdc-rtl-* hide mdc-rtl-rtl; -@forward "@material/typography/mixins" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis; -@forward "@material/typography/mixins" as mdc-typography-* hide mdc-typography-typography; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/shape/mixins" as mdc-shape-*; -@forward "@material/ripple/keyframes" as mdc-ripple-*; -@forward "@material/ripple/mixins" as mdc-* hide mdc-common, mdc-core-styles, mdc-radius-bounded, mdc-radius-unbounded, mdc-surface, mdc-target-common, mdc-target-selector; -@forward "@material/ripple/mixins" as mdc-ripple-* hide mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-base-color, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-hover-opacity, mdc-ripple-states-interactions-, mdc-ripple-states-opacities, mdc-ripple-states-press-opacity, mdc-ripple-states-selected; -@forward "@material/list/mixins" as mdc-list-*; -@forward "@material/elevation/mixins" as mdc-* hide mdc-core-styles, mdc-overlay-common, mdc-overlay-dimensions, mdc-overlay-fill-color, mdc-overlay-opacity, mdc-overlay-selector-, mdc-overlay-surface-position, mdc-shadow; -@forward "@material/elevation/mixins" as mdc-elevation-* hide mdc-elevation-elevation; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/animation/functions" as mdc-animation-*; -@forward "@material/typography/functions" as mdc-typography-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "@material/density/functions" as mdc-density-*; -@forward "@material/shape/functions" as mdc-shape-*; -@forward "@material/ripple/functions" as mdc-*; -@forward "@material/elevation/functions" as mdc-elevation-*; -@forward "mixins" as mdc-drawer-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/animation" as mdc-animation-*; +@forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; +@forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; +@forward "@material/typography" as mdc-typography-* hide mdc-typography-typography; +@forward "@material/typography" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis, mdc-get-global-variable-, mdc-set-styles-, mdc-get-letter-spacing-; +@forward "@material/theme" as mdc-theme-*; +@forward "@material/density" as mdc-density-*; +@forward "@material/shape" as mdc-shape-*; +@forward "@material/base" as mdc-base-*; +@forward "@material/ripple" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-radius-bounded, mdc-radius-unbounded, mdc-target-selector, mdc-target-common, mdc-keyframes-; +@forward "@material/ripple" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-states-interactions-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; +@forward "@material/list" as mdc-list-*; +@forward "@material/elevation" as mdc-elevation-* hide mdc-elevation-elevation; +@forward "@material/elevation" as mdc-* hide mdc-core-styles, mdc-overlay-common, mdc-overlay-dimensions, mdc-overlay-fill-color, mdc-overlay-opacity, mdc-overlay-selector-, mdc-overlay-surface-position, mdc-shadow, mdc-transition-value, mdc-overlay-transition-value; +@forward "./index" as mdc-drawer-*; diff --git a/packages/mdc-drawer/_variables.import.scss b/packages/mdc-drawer/_variables.import.scss index 47e99768b52..c9a3d44150e 100644 --- a/packages/mdc-drawer/_variables.import.scss +++ b/packages/mdc-drawer/_variables.import.scss @@ -1,4 +1,2 @@ -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "variables" as mdc-drawer-*; +@forward "@material/theme" as mdc-theme-* hide mdc-theme-core-styles, mdc-theme-prop; +@forward "./index" as mdc-drawer-* hide mdc-drawer-core-styles, mdc-drawer-dismissible-core-styles, mdc-drawer-modal-core-styles, mdc-drawer-activated-overlay-color, mdc-drawer-border-color, mdc-drawer-item-shape-radius, mdc-drawer-shape-radius, mdc-drawer-divider-color, mdc-drawer-title-ink-color, mdc-drawer-subtitle-ink-color, mdc-drawer-fill-color-accessible, mdc-drawer-item-icon-ink-color, mdc-drawer-item-activated-icon-ink-color, mdc-drawer-item-activated-text-ink-color, mdc-drawer-item-text-ink-color, mdc-drawer-surface-fill-color, mdc-drawer-scrim-fill-color, mdc-drawer-z-index, mdc-drawer-width, mdc-drawer-list-item-; diff --git a/packages/mdc-elevation/_functions.import.scss b/packages/mdc-elevation/_functions.import.scss index 5c7fdabb1d3..fab23f5009e 100644 --- a/packages/mdc-elevation/_functions.import.scss +++ b/packages/mdc-elevation/_functions.import.scss @@ -1,3 +1,2 @@ -@forward "@material/animation/variables" as mdc-animation-*; -@forward "variables" as mdc-elevation-*; -@forward "functions" as mdc-elevation-*; +@forward "@material/animation" as mdc-animation-* hide mdc-animation-enter, mdc-animation-exit-permanent, mdc-animation-exit-temporary, mdc-animation-standard; +@forward "./index" as mdc-elevation-* hide mdc-elevation-core-styles, mdc-elevation-overlay-common, mdc-elevation-shadow, mdc-elevation-overlay-surface-position, mdc-elevation-overlay-dimensions, mdc-elevation-overlay-fill-color, mdc-elevation-overlay-opacity, mdc-elevation-elevation, mdc-elevation-overlay-selector-; diff --git a/packages/mdc-elevation/_mixins.import.scss b/packages/mdc-elevation/_mixins.import.scss index 6a13e14c8fe..f19fd6a848c 100644 --- a/packages/mdc-elevation/_mixins.import.scss +++ b/packages/mdc-elevation/_mixins.import.scss @@ -1,13 +1,6 @@ -@forward "@material/base/mixins" as mdc-base-*; -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/animation/variables" as mdc-animation-*; -@forward "variables" as mdc-elevation-*; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "functions" as mdc-elevation-*; -@forward "mixins" as mdc-* show mdc-elevation; -@forward "mixins" as mdc-elevation-* hide mdc-elevation-elevation; +@forward "@material/base" as mdc-base-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/theme" as mdc-theme-*; +@forward "@material/animation" as mdc-animation-* hide mdc-animation-enter, mdc-animation-exit-permanent, mdc-animation-exit-temporary, mdc-animation-standard; +@forward "./index" as mdc-elevation-* hide mdc-elevation-elevation; +@forward "./index" as mdc-* hide mdc-transition-value, mdc-overlay-transition-value; diff --git a/packages/mdc-elevation/_variables.import.scss b/packages/mdc-elevation/_variables.import.scss index df22fb5fb1f..65febfee8f3 100644 --- a/packages/mdc-elevation/_variables.import.scss +++ b/packages/mdc-elevation/_variables.import.scss @@ -1,2 +1,2 @@ -@forward "@material/animation/variables" as mdc-animation-*; -@forward "variables" as mdc-elevation-*; +@forward "@material/animation" as mdc-animation-* hide mdc-animation-enter, mdc-animation-exit-permanent, mdc-animation-exit-temporary, mdc-animation-standard; +@forward "./index" as mdc-elevation-* hide mdc-elevation-core-styles, mdc-elevation-overlay-common, mdc-elevation-shadow, mdc-elevation-overlay-surface-position, mdc-elevation-overlay-dimensions, mdc-elevation-overlay-fill-color, mdc-elevation-overlay-opacity, mdc-elevation-elevation, mdc-elevation-overlay-selector-, mdc-elevation-transition-value, mdc-elevation-overlay-transition-value; diff --git a/packages/mdc-fab/_mixins.import.scss b/packages/mdc-fab/_mixins.import.scss index 12aecfc3d7c..85c925606ca 100644 --- a/packages/mdc-fab/_mixins.import.scss +++ b/packages/mdc-fab/_mixins.import.scss @@ -1,35 +1,16 @@ -@forward "@material/animation/variables" as mdc-animation-*; -@forward "@material/base/mixins" as mdc-base-*; -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/elevation/variables" as mdc-elevation-*; -@forward "@material/ripple/variables" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration; -@forward "@material/ripple/variables" as mdc-ripple-* hide $mdc-ripple-states-wash-duration; -@forward "@material/rtl/variables" as mdc-rtl-*; -@forward "@material/shape/variables" as mdc-shape-*; -@forward "@material/touch-target/variables" as mdc-touch-target-*; -@forward "@material/typography/variables" as mdc-typography-*; -@forward "variables" as mdc-fab-*; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/elevation/mixins" as mdc-* hide mdc-core-styles, mdc-overlay-common, mdc-overlay-dimensions, mdc-overlay-fill-color, mdc-overlay-opacity, mdc-overlay-selector-, mdc-overlay-surface-position, mdc-shadow; -@forward "@material/elevation/mixins" as mdc-elevation-* hide mdc-elevation-elevation; -@forward "@material/ripple/keyframes" as mdc-ripple-*; -@forward "@material/ripple/mixins" as mdc-* hide mdc-common, mdc-core-styles, mdc-radius-bounded, mdc-radius-unbounded, mdc-surface, mdc-target-common, mdc-target-selector; -@forward "@material/ripple/mixins" as mdc-ripple-* hide mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-base-color, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-hover-opacity, mdc-ripple-states-interactions-, mdc-ripple-states-opacities, mdc-ripple-states-press-opacity, mdc-ripple-states-selected; -@forward "@material/rtl/mixins" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; -@forward "@material/rtl/mixins" as mdc-rtl-* hide mdc-rtl-rtl; -@forward "@material/shape/mixins" as mdc-shape-*; -@forward "@material/touch-target/mixins" as mdc-* hide mdc-margin, mdc-wrapper; -@forward "@material/touch-target/mixins" as mdc-touch-target-* hide mdc-touch-target-touch-target; -@forward "@material/typography/mixins" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis; -@forward "@material/typography/mixins" as mdc-typography-* hide mdc-typography-typography; -@forward "@material/animation/functions" as mdc-animation-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "@material/elevation/functions" as mdc-elevation-*; -@forward "@material/ripple/functions" as mdc-*; -@forward "@material/shape/functions" as mdc-shape-*; -@forward "@material/typography/functions" as mdc-typography-*; -@forward "mixins" as mdc-fab-*; +@forward "@material/animation" as mdc-animation-*; +@forward "@material/base" as mdc-base-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/theme" as mdc-theme-*; +@forward "@material/elevation" as mdc-elevation-* hide mdc-elevation-elevation; +@forward "@material/elevation" as mdc-* hide mdc-core-styles, mdc-overlay-common, mdc-overlay-dimensions, mdc-overlay-fill-color, mdc-overlay-opacity, mdc-overlay-selector-, mdc-overlay-surface-position, mdc-shadow, mdc-transition-value, mdc-overlay-transition-value; +@forward "@material/ripple" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-radius-bounded, mdc-radius-unbounded, mdc-target-selector, mdc-target-common, mdc-keyframes-; +@forward "@material/ripple" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-states-interactions-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; +@forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; +@forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; +@forward "@material/shape" as mdc-shape-*; +@forward "@material/touch-target" as mdc-touch-target-* hide mdc-touch-target-touch-target; +@forward "@material/touch-target" as mdc-* hide mdc-margin, mdc-wrapper; +@forward "@material/typography" as mdc-typography-* hide mdc-typography-typography; +@forward "@material/typography" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis, mdc-get-global-variable-, mdc-set-styles-, mdc-get-letter-spacing-; +@forward "./index" as mdc-fab-*; diff --git a/packages/mdc-fab/_variables.import.scss b/packages/mdc-fab/_variables.import.scss index 0c754d55ef7..6801d8804f6 100644 --- a/packages/mdc-fab/_variables.import.scss +++ b/packages/mdc-fab/_variables.import.scss @@ -1 +1 @@ -@forward "variables" as mdc-fab-*; +@forward "./index" as mdc-fab-* hide $mdc-fab-ripple-target, $mdc-fab-icon-enter-delay-, $mdc-fab-icon-enter-duration-, mdc-fab-core-styles, mdc-fab-without-ripple, mdc-fab-ripple, mdc-fab-accessible, mdc-fab-container-color, mdc-fab-icon-size, mdc-fab-ink-color, mdc-fab-extended-fluid, mdc-fab-extended-padding, mdc-fab-extended-label-padding, mdc-fab-shape-radius, mdc-fab-extended-shape-radius, mdc-fab-base-, mdc-fab-mini-, mdc-fab-extended-, mdc-fab-icon-, mdc-fab-label-, mdc-fab-icon-overrides-, mdc-fab-exited-; diff --git a/packages/mdc-feature-targeting/_functions.import.scss b/packages/mdc-feature-targeting/_functions.import.scss index 7711e1d508f..e4d5dc41683 100644 --- a/packages/mdc-feature-targeting/_functions.import.scss +++ b/packages/mdc-feature-targeting/_functions.import.scss @@ -1,2 +1 @@ -@forward "variables" as mdc-feature-*; -@forward "functions" as mdc-feature-*; +@forward "./index" as mdc-feature-* hide $mdc-feature-targets-context-, mdc-feature-targets; diff --git a/packages/mdc-feature-targeting/_mixins.import.scss b/packages/mdc-feature-targeting/_mixins.import.scss index ddb486d0b48..1e0696e374b 100644 --- a/packages/mdc-feature-targeting/_mixins.import.scss +++ b/packages/mdc-feature-targeting/_mixins.import.scss @@ -1,3 +1 @@ -@forward "variables" as mdc-feature-*; -@forward "functions" as mdc-feature-*; -@forward "mixins" as mdc-feature-*; +@forward "./index" as mdc-feature-*; diff --git a/packages/mdc-feature-targeting/_variables.import.scss b/packages/mdc-feature-targeting/_variables.import.scss index be9617a956d..e1e613927ea 100644 --- a/packages/mdc-feature-targeting/_variables.import.scss +++ b/packages/mdc-feature-targeting/_variables.import.scss @@ -1 +1 @@ -@forward "variables" as mdc-feature-*; +@forward "./index" as mdc-feature-* hide $mdc-feature-targets-context-, mdc-feature-targets, mdc-feature-create-target, mdc-feature-parse-targets, mdc-feature-all, mdc-feature-any, mdc-feature-without, mdc-feature-verify-target-, mdc-feature-is-query-satisfied-, mdc-feature-verify-feature-, mdc-feature-verify-query-, mdc-feature-list-contains-; diff --git a/packages/mdc-floating-label/_mixins.import.scss b/packages/mdc-floating-label/_mixins.import.scss index ae0397e6dc8..acf64ed205d 100644 --- a/packages/mdc-floating-label/_mixins.import.scss +++ b/packages/mdc-floating-label/_mixins.import.scss @@ -1,17 +1,8 @@ -@forward "@material/rtl/variables" as mdc-rtl-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/animation/variables" as mdc-animation-*; -@forward "@material/typography/variables" as mdc-typography-*; -@forward "variables" as mdc-floating-label-*; -@forward "@material/rtl/mixins" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; -@forward "@material/rtl/mixins" as mdc-rtl-* hide mdc-rtl-rtl; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/typography/mixins" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis; -@forward "@material/typography/mixins" as mdc-typography-* hide mdc-typography-typography; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/typography/functions" as mdc-typography-*; -@forward "mixins" as mdc-floating-label-*; +@forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; +@forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; +@forward "@material/theme" as mdc-theme-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/animation" as mdc-animation-* hide mdc-animation-enter, mdc-animation-exit-permanent, mdc-animation-exit-temporary, mdc-animation-standard; +@forward "@material/typography" as mdc-typography-* hide mdc-typography-typography; +@forward "@material/typography" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis, mdc-get-global-variable-, mdc-set-styles-, mdc-get-letter-spacing-; +@forward "./index" as mdc-floating-label-*; diff --git a/packages/mdc-floating-label/_variables.import.scss b/packages/mdc-floating-label/_variables.import.scss index e6302ad04a0..7e8b83ecaa8 100644 --- a/packages/mdc-floating-label/_variables.import.scss +++ b/packages/mdc-floating-label/_variables.import.scss @@ -1 +1 @@ -@forward "variables" as mdc-floating-label-*; +@forward "./index" as mdc-floating-label-* hide mdc-floating-label-core-styles, mdc-floating-label-ink-color, mdc-floating-label-fill-color, mdc-floating-label-shake-keyframes, mdc-floating-label-float-position, mdc-floating-label-shake-animation, mdc-floating-label-max-width; diff --git a/packages/mdc-form-field/_mixins.import.scss b/packages/mdc-form-field/_mixins.import.scss index 0819ab46157..3c6dbfbcc73 100644 --- a/packages/mdc-form-field/_mixins.import.scss +++ b/packages/mdc-form-field/_mixins.import.scss @@ -1,16 +1,7 @@ -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/rtl/variables" as mdc-rtl-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/typography/variables" as mdc-typography-*; -@forward "variables" as mdc-form-field-*; -@forward "@material/rtl/mixins" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; -@forward "@material/rtl/mixins" as mdc-rtl-* hide mdc-rtl-rtl; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/typography/mixins" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis; -@forward "@material/typography/mixins" as mdc-typography-* hide mdc-typography-typography; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "@material/typography/functions" as mdc-typography-*; -@forward "mixins" as mdc-form-field-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; +@forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; +@forward "@material/theme" as mdc-theme-*; +@forward "@material/typography" as mdc-typography-* hide mdc-typography-typography; +@forward "@material/typography" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis, mdc-get-global-variable-, mdc-set-styles-, mdc-get-letter-spacing-; +@forward "./index" as mdc-form-field-*; diff --git a/packages/mdc-form-field/_variables.import.scss b/packages/mdc-form-field/_variables.import.scss index 5bb32c41e60..40b91390786 100644 --- a/packages/mdc-form-field/_variables.import.scss +++ b/packages/mdc-form-field/_variables.import.scss @@ -1 +1 @@ -@forward "variables" as mdc-form-field-*; +@forward "./index" as mdc-form-field-* hide mdc-form-field-core-styles; diff --git a/packages/mdc-grid-list/_mixins.import.scss b/packages/mdc-grid-list/_mixins.import.scss index da4de77dd8e..ed6a15fa1d7 100644 --- a/packages/mdc-grid-list/_mixins.import.scss +++ b/packages/mdc-grid-list/_mixins.import.scss @@ -1,16 +1,7 @@ -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/rtl/variables" as mdc-rtl-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/typography/variables" as mdc-typography-*; -@forward "variables" as mdc-grid-list-*; -@forward "@material/rtl/mixins" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; -@forward "@material/rtl/mixins" as mdc-rtl-* hide mdc-rtl-rtl; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/typography/mixins" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis; -@forward "@material/typography/mixins" as mdc-typography-* hide mdc-typography-typography; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "@material/typography/functions" as mdc-typography-*; -@forward "mixins" as mdc-grid-list-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; +@forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; +@forward "@material/theme" as mdc-theme-*; +@forward "@material/typography" as mdc-typography-* hide mdc-typography-typography; +@forward "@material/typography" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis, mdc-get-global-variable-, mdc-set-styles-, mdc-get-letter-spacing-; +@forward "./index" as mdc-grid-list-*; diff --git a/packages/mdc-grid-list/_variables.import.scss b/packages/mdc-grid-list/_variables.import.scss index 4d2c7429ef3..e788a2b2f46 100644 --- a/packages/mdc-grid-list/_variables.import.scss +++ b/packages/mdc-grid-list/_variables.import.scss @@ -1 +1 @@ -@forward "variables" as mdc-grid-list-*; +@forward "./index" as mdc-grid-list-* hide mdc-grid-list-core-styles, mdc-grid-list-tile-aspect, mdc-grid-list-tile-gutter; diff --git a/packages/mdc-icon-button/_mixins.import.scss b/packages/mdc-icon-button/_mixins.import.scss index 7dd97f8e180..9ba420a5bde 100644 --- a/packages/mdc-icon-button/_mixins.import.scss +++ b/packages/mdc-icon-button/_mixins.import.scss @@ -1,20 +1,8 @@ -@forward "@material/density/variables" as mdc-density-*; -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/animation/variables" as mdc-animation-*; -@forward "@material/base/mixins" as mdc-base-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/ripple/variables" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration; -@forward "@material/ripple/variables" as mdc-ripple-* hide $mdc-ripple-states-wash-duration; -@forward "variables" as mdc-icon-button-*; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/ripple/keyframes" as mdc-ripple-*; -@forward "@material/ripple/mixins" as mdc-* hide mdc-common, mdc-core-styles, mdc-radius-bounded, mdc-radius-unbounded, mdc-surface, mdc-target-common, mdc-target-selector; -@forward "@material/ripple/mixins" as mdc-ripple-* hide mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-base-color, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-hover-opacity, mdc-ripple-states-interactions-, mdc-ripple-states-opacities, mdc-ripple-states-press-opacity, mdc-ripple-states-selected; -@forward "@material/density/functions" as mdc-density-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/animation/functions" as mdc-animation-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "@material/ripple/functions" as mdc-*; -@forward "mixins" as mdc-icon-button-*; +@forward "@material/density" as mdc-density-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/animation" as mdc-animation-*; +@forward "@material/base" as mdc-base-*; +@forward "@material/theme" as mdc-theme-*; +@forward "@material/ripple" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-radius-bounded, mdc-radius-unbounded, mdc-target-selector, mdc-target-common, mdc-keyframes-; +@forward "@material/ripple" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-states-interactions-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; +@forward "./index" as mdc-icon-button-*; diff --git a/packages/mdc-icon-button/_variables.import.scss b/packages/mdc-icon-button/_variables.import.scss index bc3c4d65a13..a5853d710fe 100644 --- a/packages/mdc-icon-button/_variables.import.scss +++ b/packages/mdc-icon-button/_variables.import.scss @@ -1,2 +1,2 @@ -@forward "@material/density/variables" as mdc-density-*; -@forward "variables" as mdc-icon-button-*; +@forward "@material/density" as mdc-density-* hide mdc-density-prop-value; +@forward "./index" as mdc-icon-button-* hide mdc-icon-button-core-styles, mdc-icon-button-without-ripple, mdc-icon-button-ripple, mdc-icon-button-density, mdc-icon-button-size, mdc-icon-button-icon-size, mdc-icon-button-ink-color, mdc-icon-button-disabled-ink-color, mdc-icon-button-base-, mdc-icon-button-ink-color-, mdc-icon-button-if-disabled-; diff --git a/packages/mdc-image-list/_mixins.import.scss b/packages/mdc-image-list/_mixins.import.scss index 0bd5174d7fe..69f87bc1dd3 100644 --- a/packages/mdc-image-list/_mixins.import.scss +++ b/packages/mdc-image-list/_mixins.import.scss @@ -1,19 +1,8 @@ -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/rtl/variables" as mdc-rtl-*; -@forward "@material/shape/variables" as mdc-shape-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/typography/variables" as mdc-typography-*; -@forward "variables" as mdc-image-list-*; -@forward "@material/rtl/mixins" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; -@forward "@material/rtl/mixins" as mdc-rtl-* hide mdc-rtl-rtl; -@forward "@material/shape/mixins" as mdc-shape-*; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/typography/mixins" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis; -@forward "@material/typography/mixins" as mdc-typography-* hide mdc-typography-typography; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/shape/functions" as mdc-shape-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "@material/typography/functions" as mdc-typography-*; -@forward "mixins" as mdc-image-list-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; +@forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; +@forward "@material/shape" as mdc-shape-*; +@forward "@material/theme" as mdc-theme-*; +@forward "@material/typography" as mdc-typography-* hide mdc-typography-typography; +@forward "@material/typography" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis, mdc-get-global-variable-, mdc-set-styles-, mdc-get-letter-spacing-; +@forward "./index" as mdc-image-list-*; diff --git a/packages/mdc-image-list/_variables.import.scss b/packages/mdc-image-list/_variables.import.scss index 17da6c9176d..e4574f9a745 100644 --- a/packages/mdc-image-list/_variables.import.scss +++ b/packages/mdc-image-list/_variables.import.scss @@ -1 +1 @@ -@forward "variables" as mdc-image-list-*; +@forward "./index" as mdc-image-list-* hide mdc-image-list-core-styles, mdc-image-list-aspect, mdc-image-list-shape-radius, mdc-image-list-standard-columns, mdc-image-list-masonry-columns; diff --git a/packages/mdc-layout-grid/_mixins.import.scss b/packages/mdc-layout-grid/_mixins.import.scss index 43c436c747b..424541e45b1 100644 --- a/packages/mdc-layout-grid/_mixins.import.scss +++ b/packages/mdc-layout-grid/_mixins.import.scss @@ -1,3 +1,2 @@ -@forward "variables" as mdc-layout-grid-*; -@forward "mixins" as mdc-* show mdc-layout-grid; -@forward "mixins" as mdc-layout-grid-* hide mdc-layout-grid-layout-grid; +@forward "./index" as mdc-layout-grid-* hide mdc-layout-grid-layout-grid; +@forward "./index" as mdc-*; diff --git a/packages/mdc-layout-grid/_variables.import.scss b/packages/mdc-layout-grid/_variables.import.scss index cecae6bb113..36f73b80ea7 100644 --- a/packages/mdc-layout-grid/_variables.import.scss +++ b/packages/mdc-layout-grid/_variables.import.scss @@ -1 +1 @@ -@forward "variables" as mdc-layout-grid-*; +@forward "./index" as mdc-layout-grid-* hide mdc-layout-grid-media-query-, mdc-layout-grid-cell-span-, mdc-layout-grid-layout-grid, mdc-layout-grid-inner, mdc-layout-grid-cell, mdc-layout-grid-cell-order, mdc-layout-grid-cell-align, mdc-layout-grid-fixed-column-width, mdc-layout-grid-breakpoint-min, mdc-layout-grid-breakpoint-max; diff --git a/packages/mdc-line-ripple/_functions.import.scss b/packages/mdc-line-ripple/_functions.import.scss index 8f7930256b8..e0e4cc02927 100644 --- a/packages/mdc-line-ripple/_functions.import.scss +++ b/packages/mdc-line-ripple/_functions.import.scss @@ -1,2 +1,2 @@ -@forward "@material/animation/variables" as mdc-animation-*; -@forward "functions" as mdc-line-ripple-*; +@forward "@material/animation" as mdc-animation-* hide mdc-animation-enter, mdc-animation-exit-permanent, mdc-animation-exit-temporary, mdc-animation-standard; +@forward "./index" as mdc-line-ripple-* hide mdc-line-ripple-core-styles, mdc-line-ripple-color; diff --git a/packages/mdc-line-ripple/_mixins.import.scss b/packages/mdc-line-ripple/_mixins.import.scss index babe05f5816..917cf22fead 100644 --- a/packages/mdc-line-ripple/_mixins.import.scss +++ b/packages/mdc-line-ripple/_mixins.import.scss @@ -1,10 +1,4 @@ -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/animation/variables" as mdc-animation-*; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "functions" as mdc-line-ripple-*; -@forward "mixins" as mdc-line-ripple-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/theme" as mdc-theme-*; +@forward "@material/animation" as mdc-animation-* hide mdc-animation-enter, mdc-animation-exit-permanent, mdc-animation-exit-temporary, mdc-animation-standard; +@forward "./index" as mdc-line-ripple-*; diff --git a/packages/mdc-linear-progress/_keyframes.import.scss b/packages/mdc-linear-progress/_keyframes.import.scss index 770ee99210e..1a4ceabcfb7 100644 --- a/packages/mdc-linear-progress/_keyframes.import.scss +++ b/packages/mdc-linear-progress/_keyframes.import.scss @@ -1 +1 @@ -@forward "keyframes" as mdc-linear-progress-*; +@forward "./index" as mdc-linear-progress-* hide $mdc-linear-progress-baseline-buffer-color, $mdc-linear-progress-height, mdc-linear-progress-core-styles, mdc-linear-progress-bar-color, mdc-linear-progress-buffer-color, mdc-linear-progress-indeterminate-, mdc-linear-progress-reversed-, mdc-linear-progress-str-replace-; diff --git a/packages/mdc-linear-progress/_mixins.import.scss b/packages/mdc-linear-progress/_mixins.import.scss index 1851f5bf78a..8dad8e58f2b 100644 --- a/packages/mdc-linear-progress/_mixins.import.scss +++ b/packages/mdc-linear-progress/_mixins.import.scss @@ -1,12 +1,4 @@ -@forward "@material/animation/variables" as mdc-animation-*; -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "variables" as mdc-linear-progress-*; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "keyframes" as mdc-linear-progress-*; -@forward "@material/animation/functions" as mdc-animation-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "mixins" as mdc-linear-progress-*; +@forward "@material/animation" as mdc-animation-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/theme" as mdc-theme-*; +@forward "./index" as mdc-linear-progress-*; diff --git a/packages/mdc-linear-progress/_variables.import.scss b/packages/mdc-linear-progress/_variables.import.scss index 33155ff464c..96bc503e4a9 100644 --- a/packages/mdc-linear-progress/_variables.import.scss +++ b/packages/mdc-linear-progress/_variables.import.scss @@ -1 +1 @@ -@forward "variables" as mdc-linear-progress-*; +@forward "./index" as mdc-linear-progress-* hide mdc-linear-progress-core-styles, mdc-linear-progress-bar-color, mdc-linear-progress-buffer-color, mdc-linear-progress-indeterminate-, mdc-linear-progress-reversed-, mdc-linear-progress-str-replace-, mdc-linear-progress-primary-indeterminate-translate-keyframes-, mdc-linear-progress-primary-indeterminate-scale-keyframes-, mdc-linear-progress-secondary-indeterminate-translate-keyframes-, mdc-linear-progress-secondary-indeterminate-scale-keyframes-, mdc-linear-progress-buffering-keyframes-, mdc-linear-progress-primary-indeterminate-translate-reverse-keyframes-, mdc-linear-progress-secondary-indeterminate-translate-reverse-keyframes-, mdc-linear-progress-buffering-reverse-keyframes-; diff --git a/packages/mdc-list/_mixins.import.scss b/packages/mdc-list/_mixins.import.scss index 8968cf83279..79628e02209 100644 --- a/packages/mdc-list/_mixins.import.scss +++ b/packages/mdc-list/_mixins.import.scss @@ -1,30 +1,13 @@ -@forward "@material/density/variables" as mdc-density-*; -@forward "@material/rtl/variables" as mdc-rtl-*; -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/shape/variables" as mdc-shape-*; -@forward "@material/animation/variables" as mdc-animation-*; -@forward "@material/base/mixins" as mdc-base-*; -@forward "@material/ripple/variables" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration; -@forward "@material/ripple/variables" as mdc-ripple-* hide $mdc-ripple-states-wash-duration; -@forward "@material/typography/variables" as mdc-typography-*; -@forward "variables" as mdc-list-*; -@forward "@material/rtl/mixins" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; -@forward "@material/rtl/mixins" as mdc-rtl-* hide mdc-rtl-rtl; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/shape/mixins" as mdc-shape-*; -@forward "@material/ripple/keyframes" as mdc-ripple-*; -@forward "@material/ripple/mixins" as mdc-* hide mdc-common, mdc-core-styles, mdc-radius-bounded, mdc-radius-unbounded, mdc-surface, mdc-target-common, mdc-target-selector; -@forward "@material/ripple/mixins" as mdc-ripple-* hide mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-base-color, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-hover-opacity, mdc-ripple-states-interactions-, mdc-ripple-states-opacities, mdc-ripple-states-press-opacity, mdc-ripple-states-selected; -@forward "@material/typography/mixins" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis; -@forward "@material/typography/mixins" as mdc-typography-* hide mdc-typography-typography; -@forward "@material/density/functions" as mdc-density-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "@material/shape/functions" as mdc-shape-*; -@forward "@material/animation/functions" as mdc-animation-*; -@forward "@material/ripple/functions" as mdc-*; -@forward "@material/typography/functions" as mdc-typography-*; -@forward "mixins" as mdc-list-*; +@forward "@material/density" as mdc-density-*; +@forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; +@forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/theme" as mdc-theme-*; +@forward "@material/shape" as mdc-shape-*; +@forward "@material/animation" as mdc-animation-*; +@forward "@material/base" as mdc-base-*; +@forward "@material/ripple" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-radius-bounded, mdc-radius-unbounded, mdc-target-selector, mdc-target-common, mdc-keyframes-; +@forward "@material/ripple" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-states-interactions-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; +@forward "@material/typography" as mdc-typography-* hide mdc-typography-typography; +@forward "@material/typography" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis, mdc-get-global-variable-, mdc-set-styles-, mdc-get-letter-spacing-; +@forward "./index" as mdc-list-*; diff --git a/packages/mdc-list/_variables.import.scss b/packages/mdc-list/_variables.import.scss index f8210a06056..3216700aecf 100644 --- a/packages/mdc-list/_variables.import.scss +++ b/packages/mdc-list/_variables.import.scss @@ -1,5 +1,3 @@ -@forward "@material/density/variables" as mdc-density-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "variables" as mdc-list-*; +@forward "@material/density" as mdc-density-* hide mdc-density-prop-value; +@forward "@material/theme" as mdc-theme-* hide mdc-theme-core-styles, mdc-theme-prop; +@forward "./index" as mdc-list-* hide mdc-list-core-styles, mdc-list-without-ripple, mdc-list-ripple, mdc-list-item-primary-text-ink-color, mdc-list-item-secondary-text-ink-color, mdc-list-item-graphic-fill-color, mdc-list-item-graphic-ink-color, mdc-list-item-meta-ink-color, mdc-list-single-line-shape-radius, mdc-list-divider-color, mdc-list-group-subheader-ink-color, mdc-list-item-disabled-text-opacity, mdc-list-item-disabled-text-color, mdc-list-single-line-density, mdc-list-single-line-height, mdc-list-base-, mdc-list-item-base-, mdc-list-item-interactive-ripple-, mdc-list-graphic-size-; diff --git a/packages/mdc-menu-surface/_mixins.import.scss b/packages/mdc-menu-surface/_mixins.import.scss index 519086fe0d1..ea0f08ae102 100644 --- a/packages/mdc-menu-surface/_mixins.import.scss +++ b/packages/mdc-menu-surface/_mixins.import.scss @@ -1,21 +1,10 @@ -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/rtl/variables" as mdc-rtl-*; -@forward "@material/shape/variables" as mdc-shape-*; -@forward "@material/animation/variables" as mdc-animation-*; -@forward "@material/base/mixins" as mdc-base-*; -@forward "@material/elevation/variables" as mdc-elevation-*; -@forward "variables" as mdc-menu-surface-*; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/rtl/mixins" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; -@forward "@material/rtl/mixins" as mdc-rtl-* hide mdc-rtl-rtl; -@forward "@material/shape/mixins" as mdc-shape-*; -@forward "@material/elevation/mixins" as mdc-* hide mdc-core-styles, mdc-overlay-common, mdc-overlay-dimensions, mdc-overlay-fill-color, mdc-overlay-opacity, mdc-overlay-selector-, mdc-overlay-surface-position, mdc-shadow; -@forward "@material/elevation/mixins" as mdc-elevation-* hide mdc-elevation-elevation; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "@material/shape/functions" as mdc-shape-*; -@forward "@material/elevation/functions" as mdc-elevation-*; -@forward "mixins" as mdc-menu-surface-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/theme" as mdc-theme-*; +@forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; +@forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; +@forward "@material/shape" as mdc-shape-*; +@forward "@material/animation" as mdc-animation-* hide mdc-animation-enter, mdc-animation-exit-permanent, mdc-animation-exit-temporary, mdc-animation-standard; +@forward "@material/base" as mdc-base-*; +@forward "@material/elevation" as mdc-elevation-* hide mdc-elevation-elevation; +@forward "@material/elevation" as mdc-* hide mdc-core-styles, mdc-overlay-common, mdc-overlay-dimensions, mdc-overlay-fill-color, mdc-overlay-opacity, mdc-overlay-selector-, mdc-overlay-surface-position, mdc-shadow, mdc-transition-value, mdc-overlay-transition-value; +@forward "./index" as mdc-menu-surface-*; diff --git a/packages/mdc-menu-surface/_variables.import.scss b/packages/mdc-menu-surface/_variables.import.scss index 234731c3088..f48be5b4473 100644 --- a/packages/mdc-menu-surface/_variables.import.scss +++ b/packages/mdc-menu-surface/_variables.import.scss @@ -1 +1 @@ -@forward "variables" as mdc-menu-surface-*; +@forward "./index" as mdc-menu-surface-* hide mdc-menu-surface-core-styles, mdc-menu-surface-ink-color, mdc-menu-surface-fill-color, mdc-menu-surface-shape-radius, mdc-menu-surface-base-; diff --git a/packages/mdc-menu/_mixins.import.scss b/packages/mdc-menu/_mixins.import.scss index af4943aa9c9..87ec6b3fca3 100644 --- a/packages/mdc-menu/_mixins.import.scss +++ b/packages/mdc-menu/_mixins.import.scss @@ -1,36 +1,16 @@ -@forward "@material/base/mixins" as mdc-base-*; -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/animation/variables" as mdc-animation-*; -@forward "@material/elevation/variables" as mdc-elevation-*; -@forward "@material/rtl/variables" as mdc-rtl-*; -@forward "@material/density/variables" as mdc-density-*; -@forward "@material/shape/variables" as mdc-shape-*; -@forward "@material/ripple/variables" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration; -@forward "@material/ripple/variables" as mdc-ripple-* hide $mdc-ripple-states-wash-duration; -@forward "@material/typography/variables" as mdc-typography-*; -@forward "@material/list/variables" as mdc-list-*; -@forward "variables" as mdc-menu-*; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/elevation/mixins" as mdc-* hide mdc-core-styles, mdc-overlay-common, mdc-overlay-dimensions, mdc-overlay-fill-color, mdc-overlay-opacity, mdc-overlay-selector-, mdc-overlay-surface-position, mdc-shadow; -@forward "@material/elevation/mixins" as mdc-elevation-* hide mdc-elevation-elevation; -@forward "@material/rtl/mixins" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; -@forward "@material/rtl/mixins" as mdc-rtl-* hide mdc-rtl-rtl; -@forward "@material/shape/mixins" as mdc-shape-*; -@forward "@material/ripple/keyframes" as mdc-ripple-*; -@forward "@material/ripple/mixins" as mdc-* hide mdc-common, mdc-core-styles, mdc-radius-bounded, mdc-radius-unbounded, mdc-surface, mdc-target-common, mdc-target-selector; -@forward "@material/ripple/mixins" as mdc-ripple-* hide mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-base-color, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-hover-opacity, mdc-ripple-states-interactions-, mdc-ripple-states-opacities, mdc-ripple-states-press-opacity, mdc-ripple-states-selected; -@forward "@material/typography/mixins" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis; -@forward "@material/typography/mixins" as mdc-typography-* hide mdc-typography-typography; -@forward "@material/list/mixins" as mdc-list-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "@material/elevation/functions" as mdc-elevation-*; -@forward "@material/density/functions" as mdc-density-*; -@forward "@material/shape/functions" as mdc-shape-*; -@forward "@material/animation/functions" as mdc-animation-*; -@forward "@material/ripple/functions" as mdc-*; -@forward "@material/typography/functions" as mdc-typography-*; -@forward "mixins" as mdc-menu-*; +@forward "@material/base" as mdc-base-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/theme" as mdc-theme-*; +@forward "@material/animation" as mdc-animation-*; +@forward "@material/elevation" as mdc-elevation-* hide mdc-elevation-elevation; +@forward "@material/elevation" as mdc-* hide mdc-core-styles, mdc-overlay-common, mdc-overlay-dimensions, mdc-overlay-fill-color, mdc-overlay-opacity, mdc-overlay-selector-, mdc-overlay-surface-position, mdc-shadow, mdc-transition-value, mdc-overlay-transition-value; +@forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; +@forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; +@forward "@material/density" as mdc-density-*; +@forward "@material/shape" as mdc-shape-*; +@forward "@material/ripple" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-radius-bounded, mdc-radius-unbounded, mdc-target-selector, mdc-target-common, mdc-keyframes-; +@forward "@material/ripple" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-states-interactions-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; +@forward "@material/typography" as mdc-typography-* hide mdc-typography-typography; +@forward "@material/typography" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis, mdc-get-global-variable-, mdc-set-styles-, mdc-get-letter-spacing-; +@forward "@material/list" as mdc-list-*; +@forward "./index" as mdc-menu-*; diff --git a/packages/mdc-menu/_variables.import.scss b/packages/mdc-menu/_variables.import.scss index 3b3616dd050..4290a9fc34a 100644 --- a/packages/mdc-menu/_variables.import.scss +++ b/packages/mdc-menu/_variables.import.scss @@ -1,8 +1,3 @@ -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "variables" as mdc-menu-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/theme" as mdc-theme-*; +@forward "./index" as mdc-menu-* hide mdc-menu-core-styles, mdc-menu-width; diff --git a/packages/mdc-notched-outline/_mixins.import.scss b/packages/mdc-notched-outline/_mixins.import.scss index 6fd0217a358..a315df24946 100644 --- a/packages/mdc-notched-outline/_mixins.import.scss +++ b/packages/mdc-notched-outline/_mixins.import.scss @@ -1,22 +1,10 @@ -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/rtl/variables" as mdc-rtl-*; -@forward "@material/shape/variables" as mdc-shape-*; -@forward "@material/animation/variables" as mdc-animation-*; -@forward "@material/typography/variables" as mdc-typography-*; -@forward "@material/floating-label/variables" as mdc-floating-label-*; -@forward "variables" as mdc-notched-outline-*; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/rtl/mixins" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; -@forward "@material/rtl/mixins" as mdc-rtl-* hide mdc-rtl-rtl; -@forward "@material/shape/mixins" as mdc-shape-*; -@forward "@material/typography/mixins" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis; -@forward "@material/typography/mixins" as mdc-typography-* hide mdc-typography-typography; -@forward "@material/floating-label/mixins" as mdc-floating-label-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "@material/shape/functions" as mdc-shape-*; -@forward "@material/typography/functions" as mdc-typography-*; -@forward "mixins" as mdc-notched-outline-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/theme" as mdc-theme-*; +@forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; +@forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; +@forward "@material/shape" as mdc-shape-*; +@forward "@material/animation" as mdc-animation-* hide mdc-animation-enter, mdc-animation-exit-permanent, mdc-animation-exit-temporary, mdc-animation-standard; +@forward "@material/typography" as mdc-typography-* hide mdc-typography-typography; +@forward "@material/typography" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis, mdc-get-global-variable-, mdc-set-styles-, mdc-get-letter-spacing-; +@forward "@material/floating-label" as mdc-floating-label-*; +@forward "./index" as mdc-notched-outline-*; diff --git a/packages/mdc-notched-outline/_variables.import.scss b/packages/mdc-notched-outline/_variables.import.scss index 94b1f04fb5a..722d185636d 100644 --- a/packages/mdc-notched-outline/_variables.import.scss +++ b/packages/mdc-notched-outline/_variables.import.scss @@ -1 +1 @@ -@forward "variables" as mdc-notched-outline-*; +@forward "./index" as mdc-notched-outline-* hide mdc-notched-outline-core-styles, mdc-notched-outline-color, mdc-notched-outline-stroke-width, mdc-notched-outline-notch-offset, mdc-notched-outline-shape-radius, mdc-notched-outline-floating-label-float-position, mdc-notched-outline-floating-label-float-position-absolute, mdc-notched-outline-base-; diff --git a/packages/mdc-radio/_functions.import.scss b/packages/mdc-radio/_functions.import.scss index 122d85e3179..705a1ed3a8f 100644 --- a/packages/mdc-radio/_functions.import.scss +++ b/packages/mdc-radio/_functions.import.scss @@ -1,8 +1,4 @@ -@forward "@material/animation/variables" as mdc-animation-*; -@forward "@material/density/variables" as mdc-density-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "variables" as mdc-radio-*; -@forward "@material/animation/functions" as mdc-animation-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "functions" as mdc-radio-*; +@forward "@material/animation" as mdc-animation-*; +@forward "@material/density" as mdc-density-* hide mdc-density-prop-value; +@forward "@material/theme" as mdc-theme-* hide mdc-theme-core-styles, mdc-theme-prop; +@forward "./index" as mdc-radio-* hide $mdc-radio-ripple-target, mdc-radio-core-styles, mdc-radio-without-ripple, mdc-radio-ripple, mdc-radio-unchecked-stroke-color, mdc-radio-checked-stroke-color, mdc-radio-ink-color, mdc-radio-disabled-unchecked-stroke-color, mdc-radio-disabled-checked-stroke-color, mdc-radio-disabled-ink-color, mdc-radio-focus-indicator-color, mdc-radio-touch-target, mdc-radio-density, mdc-radio-ripple-size, mdc-radio-touch-target-reset-, mdc-radio-if-enabled-, mdc-radio-if-enabled-unchecked-, mdc-radio-if-enabled-checked-, mdc-radio-if-disabled-, mdc-radio-if-disabled-unchecked-, mdc-radio-if-disabled-checked-, mdc-radio-ink-color-, mdc-radio-stroke-color-; diff --git a/packages/mdc-radio/_mixins.import.scss b/packages/mdc-radio/_mixins.import.scss index dea33fd84f2..6609ab1da7d 100644 --- a/packages/mdc-radio/_mixins.import.scss +++ b/packages/mdc-radio/_mixins.import.scss @@ -1,24 +1,10 @@ -@forward "@material/animation/variables" as mdc-animation-*; -@forward "@material/density/variables" as mdc-density-*; -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/base/mixins" as mdc-base-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/ripple/variables" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration; -@forward "@material/ripple/variables" as mdc-ripple-* hide $mdc-ripple-states-wash-duration; -@forward "@material/touch-target/variables" as mdc-touch-target-*; -@forward "variables" as mdc-radio-*; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/ripple/keyframes" as mdc-ripple-*; -@forward "@material/ripple/mixins" as mdc-* hide mdc-common, mdc-core-styles, mdc-radius-bounded, mdc-radius-unbounded, mdc-surface, mdc-target-common, mdc-target-selector; -@forward "@material/ripple/mixins" as mdc-ripple-* hide mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-base-color, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-hover-opacity, mdc-ripple-states-interactions-, mdc-ripple-states-opacities, mdc-ripple-states-press-opacity, mdc-ripple-states-selected; -@forward "@material/touch-target/mixins" as mdc-* hide mdc-margin, mdc-wrapper; -@forward "@material/touch-target/mixins" as mdc-touch-target-* hide mdc-touch-target-touch-target; -@forward "@material/animation/functions" as mdc-animation-*; -@forward "@material/density/functions" as mdc-density-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "@material/ripple/functions" as mdc-*; -@forward "functions" as mdc-radio-*; -@forward "mixins" as mdc-radio-*; +@forward "@material/animation" as mdc-animation-*; +@forward "@material/density" as mdc-density-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/base" as mdc-base-*; +@forward "@material/theme" as mdc-theme-*; +@forward "@material/ripple" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-radius-bounded, mdc-radius-unbounded, mdc-target-selector, mdc-target-common, mdc-keyframes-; +@forward "@material/ripple" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-states-interactions-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; +@forward "@material/touch-target" as mdc-touch-target-* hide mdc-touch-target-touch-target; +@forward "@material/touch-target" as mdc-* hide mdc-margin, mdc-wrapper; +@forward "./index" as mdc-radio-*; diff --git a/packages/mdc-radio/_variables.import.scss b/packages/mdc-radio/_variables.import.scss index 444eee639cb..bb4139a4415 100644 --- a/packages/mdc-radio/_variables.import.scss +++ b/packages/mdc-radio/_variables.import.scss @@ -1,5 +1,3 @@ -@forward "@material/density/variables" as mdc-density-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "variables" as mdc-radio-*; +@forward "@material/density" as mdc-density-* hide mdc-density-prop-value; +@forward "@material/theme" as mdc-theme-* hide mdc-theme-core-styles, mdc-theme-prop; +@forward "./index" as mdc-radio-* hide $mdc-radio-ripple-target, mdc-radio-core-styles, mdc-radio-without-ripple, mdc-radio-ripple, mdc-radio-unchecked-stroke-color, mdc-radio-checked-stroke-color, mdc-radio-ink-color, mdc-radio-disabled-unchecked-stroke-color, mdc-radio-disabled-checked-stroke-color, mdc-radio-disabled-ink-color, mdc-radio-focus-indicator-color, mdc-radio-touch-target, mdc-radio-density, mdc-radio-ripple-size, mdc-radio-touch-target-reset-, mdc-radio-if-enabled-, mdc-radio-if-enabled-unchecked-, mdc-radio-if-enabled-checked-, mdc-radio-if-disabled-, mdc-radio-if-disabled-unchecked-, mdc-radio-if-disabled-checked-, mdc-radio-ink-color-, mdc-radio-stroke-color-, mdc-radio-enter, mdc-radio-exit; diff --git a/packages/mdc-ripple/_functions.import.scss b/packages/mdc-ripple/_functions.import.scss index 3590c19c361..05f9df786a7 100644 --- a/packages/mdc-ripple/_functions.import.scss +++ b/packages/mdc-ripple/_functions.import.scss @@ -1,6 +1,3 @@ -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "variables" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration; -@forward "variables" as mdc-ripple-* hide $mdc-ripple-states-wash-duration; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "functions" as mdc-*; +@forward "@material/theme" as mdc-theme-* hide mdc-theme-core-styles, mdc-theme-prop; +@forward "./index" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-states-base-color, mdc-states-opacities, mdc-states-hover-opacity, mdc-states-focus-opacity, mdc-states-focus-opacity-properties-, mdc-states-press-opacity, mdc-states, mdc-states-activated, mdc-states-selected, mdc-radius-bounded, mdc-radius-unbounded, mdc-states-interactions-, mdc-target-selector, mdc-target-common, mdc-keyframes-; +@forward "./index" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-core-styles, mdc-ripple-common, mdc-ripple-surface, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-radius-bounded, mdc-ripple-radius-unbounded, mdc-ripple-states-interactions-, mdc-ripple-target-selector, mdc-ripple-target-common, mdc-ripple-keyframes-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; diff --git a/packages/mdc-ripple/_keyframes.import.scss b/packages/mdc-ripple/_keyframes.import.scss index 4bb06ebcabb..0ddb8c15b1c 100644 --- a/packages/mdc-ripple/_keyframes.import.scss +++ b/packages/mdc-ripple/_keyframes.import.scss @@ -1,4 +1,3 @@ -@forward "@material/animation/variables" as mdc-animation-*; -@forward "variables" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration; -@forward "variables" as mdc-ripple-* hide $mdc-ripple-states-wash-duration; -@forward "keyframes" as mdc-ripple-*; +@forward "@material/animation" as mdc-animation-* hide mdc-animation-enter, mdc-animation-exit-permanent, mdc-animation-exit-temporary, mdc-animation-standard; +@forward "./index" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-states-base-color, mdc-states-opacities, mdc-states-hover-opacity, mdc-states-focus-opacity, mdc-states-focus-opacity-properties-, mdc-states-press-opacity, mdc-states, mdc-states-activated, mdc-states-selected, mdc-radius-bounded, mdc-radius-unbounded, mdc-states-interactions-, mdc-target-selector, mdc-target-common, mdc-keyframes-, mdc-states-opacity, mdc-states-opacities-; +@forward "./index" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-core-styles, mdc-ripple-common, mdc-ripple-surface, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-radius-bounded, mdc-ripple-radius-unbounded, mdc-ripple-states-interactions-, mdc-ripple-target-selector, mdc-ripple-target-common, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; diff --git a/packages/mdc-ripple/_mixins.import.scss b/packages/mdc-ripple/_mixins.import.scss index 0f6583588b8..f238fb4d483 100644 --- a/packages/mdc-ripple/_mixins.import.scss +++ b/packages/mdc-ripple/_mixins.import.scss @@ -1,16 +1,6 @@ -@forward "@material/animation/variables" as mdc-animation-*; -@forward "@material/base/mixins" as mdc-base-*; -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "variables" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration; -@forward "variables" as mdc-ripple-* hide $mdc-ripple-states-wash-duration; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "keyframes" as mdc-ripple-*; -@forward "@material/animation/functions" as mdc-animation-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "functions" as mdc-*; -@forward "mixins" as mdc-* hide mdc-common, mdc-core-styles, mdc-radius-bounded, mdc-radius-unbounded, mdc-surface, mdc-target-common, mdc-target-selector; -@forward "mixins" as mdc-ripple-* hide mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-base-color, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-hover-opacity, mdc-ripple-states-interactions-, mdc-ripple-states-opacities, mdc-ripple-states-press-opacity, mdc-ripple-states-selected; +@forward "@material/animation" as mdc-animation-*; +@forward "@material/base" as mdc-base-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/theme" as mdc-theme-*; +@forward "./index" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-radius-bounded, mdc-radius-unbounded, mdc-target-selector, mdc-target-common, mdc-keyframes-; +@forward "./index" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-states-interactions-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; diff --git a/packages/mdc-ripple/_variables.import.scss b/packages/mdc-ripple/_variables.import.scss index 0a9692938d9..d817a47098f 100644 --- a/packages/mdc-ripple/_variables.import.scss +++ b/packages/mdc-ripple/_variables.import.scss @@ -1,2 +1,2 @@ -@forward "variables" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration; -@forward "variables" as mdc-ripple-* hide $mdc-ripple-states-wash-duration; +@forward "./index" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-states-base-color, mdc-states-opacities, mdc-states-hover-opacity, mdc-states-focus-opacity, mdc-states-focus-opacity-properties-, mdc-states-press-opacity, mdc-states, mdc-states-activated, mdc-states-selected, mdc-radius-bounded, mdc-radius-unbounded, mdc-states-interactions-, mdc-target-selector, mdc-target-common, mdc-keyframes-, mdc-states-opacity, mdc-states-opacities-; +@forward "./index" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-core-styles, mdc-ripple-common, mdc-ripple-surface, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-radius-bounded, mdc-ripple-radius-unbounded, mdc-ripple-states-interactions-, mdc-ripple-target-selector, mdc-ripple-target-common, mdc-ripple-keyframes-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; diff --git a/packages/mdc-rtl/_mixins.import.scss b/packages/mdc-rtl/_mixins.import.scss index 22531a3494f..cc3436fecc6 100644 --- a/packages/mdc-rtl/_mixins.import.scss +++ b/packages/mdc-rtl/_mixins.import.scss @@ -1,3 +1,2 @@ -@forward "variables" as mdc-rtl-*; -@forward "mixins" as mdc-* show mdc-rtl; -@forward "mixins" as mdc-rtl-* hide mdc-rtl-rtl; +@forward "./index" as mdc-rtl-* hide mdc-rtl-rtl; +@forward "./index" as mdc-*; diff --git a/packages/mdc-rtl/_variables.import.scss b/packages/mdc-rtl/_variables.import.scss index 194cca4dc4d..6f771675b17 100644 --- a/packages/mdc-rtl/_variables.import.scss +++ b/packages/mdc-rtl/_variables.import.scss @@ -1 +1 @@ -@forward "variables" as mdc-rtl-*; +@forward "./index" as mdc-rtl-* hide mdc-rtl-rtl, mdc-rtl-reflexive-box, mdc-rtl-reflexive-property, mdc-rtl-reflexive-position, mdc-rtl-reflexive, mdc-rtl-property-; diff --git a/packages/mdc-select/_functions.import.scss b/packages/mdc-select/_functions.import.scss index 1ebbeb5fa7c..6f4b7e64e6f 100644 --- a/packages/mdc-select/_functions.import.scss +++ b/packages/mdc-select/_functions.import.scss @@ -1,2 +1,2 @@ -@forward "@material/animation/variables" as mdc-animation-*; -@forward "functions" as mdc-select-*; +@forward "@material/animation" as mdc-animation-* hide mdc-animation-enter, mdc-animation-exit-permanent, mdc-animation-exit-temporary, mdc-animation-standard; +@forward "./index" as mdc-select-* hide $mdc-select-arrow-padding, $mdc-select-label-padding, $mdc-select-height, $mdc-select-icon-padding, $mdc-select-ink-color, $mdc-select-dropdown-color, $mdc-select-icon-color, $mdc-select-label-color, $mdc-select-focused-label-color, $mdc-select-bottom-line-idle-color, $mdc-select-bottom-line-hover-color, $mdc-select-helper-text-color, $mdc-select-fill-color, $mdc-select-dropdown-opacity, $mdc-select-disabled-label-color, $mdc-select-disabled-icon-color, $mdc-select-disabled-ink-color, $mdc-select-disabled-fill-color, $mdc-select-disabled-dropdown-opacity, $mdc-select-outlined-idle-border, $mdc-select-outlined-hover-border, $mdc-select-outlined-disabled-border, $mdc-select-label-position-y, $mdc-select-outline-label-offset, $mdc-select-outlined-label-position-y, $mdc-select-outlined-dense-label-position-y, $mdc-select-outlined-with-leading-icon-label-position-x, $mdc-select-dropdown-transition-duration, $mdc-select-error-color, mdc-select-ink-color, mdc-select-container-fill-color, mdc-select-focused-label-color, mdc-select-hover-bottom-line-color, mdc-select-bottom-line-color, mdc-select-focused-bottom-line-color, mdc-select-label-color, mdc-select-outline-color, mdc-select-hover-outline-color, mdc-select-focused-outline-color, mdc-select-shape-radius, mdc-select-outline-shape-radius, mdc-select-focused-line-ripple-, mdc-select-focused-outline-, mdc-select-focused-outline-idle-, mdc-select-ink-color-, mdc-select-container-fill-color-, mdc-select-bottom-line-color-, mdc-select-native-control-bottom-line-color-, mdc-select-focused-line-ripple-color-, mdc-select-dd-arrow-svg-bg-, mdc-select-outline-color-, mdc-select-hover-outline-color-, mdc-select-focused-outline-color-, mdc-select-floating-label-, mdc-select-with-leading-icon-, mdc-select-text-, mdc-select-disabled-, mdc-select-no-label-, mdc-select-outlined-, mdc-select-helper-text-; diff --git a/packages/mdc-select/_mixins.import.scss b/packages/mdc-select/_mixins.import.scss index 372b8d92ed7..bbe48ae0feb 100644 --- a/packages/mdc-select/_mixins.import.scss +++ b/packages/mdc-select/_mixins.import.scss @@ -1,36 +1,16 @@ -@forward "@material/rtl/variables" as mdc-rtl-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/animation/variables" as mdc-animation-*; -@forward "@material/typography/variables" as mdc-typography-*; -@forward "@material/floating-label/variables" as mdc-floating-label-*; -@forward "@material/shape/variables" as mdc-shape-*; -@forward "@material/notched-outline/variables" as mdc-notched-outline-*; -@forward "@material/base/mixins" as mdc-base-*; -@forward "@material/ripple/variables" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration; -@forward "@material/ripple/variables" as mdc-ripple-* hide $mdc-ripple-states-wash-duration; -@forward "icon/variables" as mdc-select-*; -@forward "variables" as mdc-select-*; -@forward "@material/rtl/mixins" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; -@forward "@material/rtl/mixins" as mdc-rtl-* hide mdc-rtl-rtl; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/typography/mixins" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis; -@forward "@material/typography/mixins" as mdc-typography-* hide mdc-typography-typography; -@forward "@material/floating-label/mixins" as mdc-floating-label-*; -@forward "@material/shape/mixins" as mdc-shape-*; -@forward "@material/line-ripple/mixins" as mdc-line-ripple-*; -@forward "@material/notched-outline/mixins" as mdc-notched-outline-*; -@forward "@material/ripple/keyframes" as mdc-ripple-*; -@forward "@material/ripple/mixins" as mdc-* hide mdc-common, mdc-core-styles, mdc-radius-bounded, mdc-radius-unbounded, mdc-surface, mdc-target-common, mdc-target-selector; -@forward "@material/ripple/mixins" as mdc-ripple-* hide mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-base-color, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-hover-opacity, mdc-ripple-states-interactions-, mdc-ripple-states-opacities, mdc-ripple-states-press-opacity, mdc-ripple-states-selected; -@forward "icon/mixins" as mdc-select-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/typography/functions" as mdc-typography-*; -@forward "@material/shape/functions" as mdc-shape-*; -@forward "@material/line-ripple/functions" as mdc-line-ripple-*; -@forward "@material/animation/functions" as mdc-animation-*; -@forward "@material/ripple/functions" as mdc-*; -@forward "mixins" as mdc-select-*; +@forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; +@forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; +@forward "@material/theme" as mdc-theme-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/animation" as mdc-animation-*; +@forward "@material/typography" as mdc-typography-* hide mdc-typography-typography; +@forward "@material/typography" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis, mdc-get-global-variable-, mdc-set-styles-, mdc-get-letter-spacing-; +@forward "@material/floating-label" as mdc-floating-label-*; +@forward "@material/shape" as mdc-shape-*; +@forward "@material/notched-outline" as mdc-notched-outline-*; +@forward "@material/base" as mdc-base-*; +@forward "@material/ripple" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-radius-bounded, mdc-radius-unbounded, mdc-target-selector, mdc-target-common, mdc-keyframes-; +@forward "@material/ripple" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-states-interactions-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; +@forward "./index" as mdc-select-*; +@forward "./index" as mdc-select-* hide mdc-select-transition; +@forward "@material/line-ripple" as mdc-line-ripple-*; diff --git a/packages/mdc-select/_variables.import.scss b/packages/mdc-select/_variables.import.scss index 29bd2fb81ba..01425b87b6b 100644 --- a/packages/mdc-select/_variables.import.scss +++ b/packages/mdc-select/_variables.import.scss @@ -1,5 +1,3 @@ -@forward "@material/animation/variables" as mdc-animation-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "variables" as mdc-select-*; +@forward "@material/animation" as mdc-animation-* hide mdc-animation-enter, mdc-animation-exit-permanent, mdc-animation-exit-temporary, mdc-animation-standard; +@forward "@material/theme" as mdc-theme-* hide mdc-theme-core-styles, mdc-theme-prop; +@forward "./index" as mdc-select-* hide mdc-select-ink-color, mdc-select-container-fill-color, mdc-select-focused-label-color, mdc-select-hover-bottom-line-color, mdc-select-bottom-line-color, mdc-select-focused-bottom-line-color, mdc-select-label-color, mdc-select-outline-color, mdc-select-hover-outline-color, mdc-select-focused-outline-color, mdc-select-shape-radius, mdc-select-outline-shape-radius, mdc-select-focused-line-ripple-, mdc-select-focused-outline-, mdc-select-focused-outline-idle-, mdc-select-ink-color-, mdc-select-container-fill-color-, mdc-select-bottom-line-color-, mdc-select-native-control-bottom-line-color-, mdc-select-focused-line-ripple-color-, mdc-select-dd-arrow-svg-bg-, mdc-select-outline-color-, mdc-select-hover-outline-color-, mdc-select-focused-outline-color-, mdc-select-floating-label-, mdc-select-with-leading-icon-, mdc-select-text-, mdc-select-disabled-, mdc-select-no-label-, mdc-select-outlined-, mdc-select-helper-text-, mdc-select-transition; diff --git a/packages/mdc-shape/_functions.import.scss b/packages/mdc-shape/_functions.import.scss index ca67d877858..c6cddbec3fc 100644 --- a/packages/mdc-shape/_functions.import.scss +++ b/packages/mdc-shape/_functions.import.scss @@ -1,2 +1 @@ -@forward "variables" as mdc-shape-*; -@forward "functions" as mdc-shape-*; +@forward "./index" as mdc-shape-* hide mdc-shape-radius; diff --git a/packages/mdc-shape/_mixins.import.scss b/packages/mdc-shape/_mixins.import.scss index f2010089d48..f77a24ae651 100644 --- a/packages/mdc-shape/_mixins.import.scss +++ b/packages/mdc-shape/_mixins.import.scss @@ -1,9 +1,4 @@ -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/rtl/variables" as mdc-rtl-*; -@forward "variables" as mdc-shape-*; -@forward "@material/rtl/mixins" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; -@forward "@material/rtl/mixins" as mdc-rtl-* hide mdc-rtl-rtl; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "functions" as mdc-shape-*; -@forward "mixins" as mdc-shape-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; +@forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; +@forward "./index" as mdc-shape-*; diff --git a/packages/mdc-shape/_variables.import.scss b/packages/mdc-shape/_variables.import.scss index 4e6cf29e444..886516b445d 100644 --- a/packages/mdc-shape/_variables.import.scss +++ b/packages/mdc-shape/_variables.import.scss @@ -1 +1 @@ -@forward "variables" as mdc-shape-*; +@forward "./index" as mdc-shape-* hide mdc-shape-radius, mdc-shape-flip-radius, mdc-shape-resolve-percentage-radius, mdc-shape-prop-value, mdc-shape-mask-radius, mdc-shape-unpack-radius-, mdc-shape-resolve-percentage-for-corner-, mdc-shape-validate-radius-value-; diff --git a/packages/mdc-slider/_keyframes.import.scss b/packages/mdc-slider/_keyframes.import.scss index e5d3f0d18fd..93392376e2c 100644 --- a/packages/mdc-slider/_keyframes.import.scss +++ b/packages/mdc-slider/_keyframes.import.scss @@ -1 +1 @@ -@forward "keyframes" as mdc-slider-*; +@forward "./index" as mdc-slider-* hide $mdc-slider-baseline-rail-opacity, mdc-slider-core-styles, mdc-slider-highlight-color, mdc-slider-rail-color, mdc-slider-rail-tick-mark-color, mdc-slider-thumb-color, mdc-slider-focus-halo-color, mdc-slider-value-pin-ink-color, mdc-slider-value-pin-fill-color, mdc-slider-value-pin-fill-color-accessible, mdc-slider-color-accessible, mdc-slider-track-, mdc-slider-track-marker-, mdc-slider-thumb-, mdc-slider-focus-ring-, mdc-slider-pin-, mdc-slider-highlight-color-, mdc-slider-rail-color-, mdc-slider-rail-tick-mark-color-, mdc-slider-thumb-color-, mdc-slider-thumb-stroke-cutout-; diff --git a/packages/mdc-slider/_mixins.import.scss b/packages/mdc-slider/_mixins.import.scss index dab63476f4b..ddbe48e961d 100644 --- a/packages/mdc-slider/_mixins.import.scss +++ b/packages/mdc-slider/_mixins.import.scss @@ -1,17 +1,7 @@ -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/typography/variables" as mdc-typography-*; -@forward "@material/rtl/variables" as mdc-rtl-*; -@forward "variables" as mdc-slider-*; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/typography/mixins" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis; -@forward "@material/typography/mixins" as mdc-typography-* hide mdc-typography-typography; -@forward "@material/rtl/mixins" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; -@forward "@material/rtl/mixins" as mdc-rtl-* hide mdc-rtl-rtl; -@forward "keyframes" as mdc-slider-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "@material/typography/functions" as mdc-typography-*; -@forward "mixins" as mdc-slider-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/theme" as mdc-theme-*; +@forward "@material/typography" as mdc-typography-* hide mdc-typography-typography; +@forward "@material/typography" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis, mdc-get-global-variable-, mdc-set-styles-, mdc-get-letter-spacing-; +@forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; +@forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; +@forward "./index" as mdc-slider-*; diff --git a/packages/mdc-slider/_variables.import.scss b/packages/mdc-slider/_variables.import.scss index 2089c62d558..3ca888cdf2e 100644 --- a/packages/mdc-slider/_variables.import.scss +++ b/packages/mdc-slider/_variables.import.scss @@ -1 +1 @@ -@forward "variables" as mdc-slider-*; +@forward "./index" as mdc-slider-* hide mdc-slider-core-styles, mdc-slider-highlight-color, mdc-slider-rail-color, mdc-slider-rail-tick-mark-color, mdc-slider-thumb-color, mdc-slider-focus-halo-color, mdc-slider-value-pin-ink-color, mdc-slider-value-pin-fill-color, mdc-slider-value-pin-fill-color-accessible, mdc-slider-color-accessible, mdc-slider-track-, mdc-slider-track-marker-, mdc-slider-thumb-, mdc-slider-focus-ring-, mdc-slider-pin-, mdc-slider-highlight-color-, mdc-slider-rail-color-, mdc-slider-rail-tick-mark-color-, mdc-slider-thumb-color-, mdc-slider-thumb-stroke-cutout-, mdc-slider-emphasize-keyframes-; diff --git a/packages/mdc-snackbar/_mixins.import.scss b/packages/mdc-snackbar/_mixins.import.scss index 78ef339aad3..ec377ea7707 100644 --- a/packages/mdc-snackbar/_mixins.import.scss +++ b/packages/mdc-snackbar/_mixins.import.scss @@ -1,41 +1,19 @@ -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/animation/variables" as mdc-animation-*; -@forward "@material/base/mixins" as mdc-base-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/elevation/variables" as mdc-elevation-*; -@forward "@material/ripple/variables" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration; -@forward "@material/ripple/variables" as mdc-ripple-* hide $mdc-ripple-states-wash-duration; -@forward "@material/rtl/variables" as mdc-rtl-*; -@forward "@material/touch-target/variables" as mdc-touch-target-*; -@forward "@material/typography/variables" as mdc-typography-*; -@forward "@material/shape/variables" as mdc-shape-*; -@forward "@material/density/variables" as mdc-density-*; -@forward "@material/button/variables" as mdc-button-*; -@forward "@material/button/mixins" as mdc-button-*; -@forward "@material/icon-button/variables" as mdc-icon-button-*; -@forward "variables" as mdc-snackbar-*; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/elevation/mixins" as mdc-* hide mdc-core-styles, mdc-overlay-common, mdc-overlay-dimensions, mdc-overlay-fill-color, mdc-overlay-opacity, mdc-overlay-selector-, mdc-overlay-surface-position, mdc-shadow; -@forward "@material/elevation/mixins" as mdc-elevation-* hide mdc-elevation-elevation; -@forward "@material/ripple/keyframes" as mdc-ripple-*; -@forward "@material/ripple/mixins" as mdc-* hide mdc-common, mdc-core-styles, mdc-radius-bounded, mdc-radius-unbounded, mdc-surface, mdc-target-common, mdc-target-selector; -@forward "@material/ripple/mixins" as mdc-ripple-* hide mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-base-color, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-hover-opacity, mdc-ripple-states-interactions-, mdc-ripple-states-opacities, mdc-ripple-states-press-opacity, mdc-ripple-states-selected; -@forward "@material/rtl/mixins" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; -@forward "@material/rtl/mixins" as mdc-rtl-* hide mdc-rtl-rtl; -@forward "@material/touch-target/mixins" as mdc-* hide mdc-margin, mdc-wrapper; -@forward "@material/touch-target/mixins" as mdc-touch-target-* hide mdc-touch-target-touch-target; -@forward "@material/typography/mixins" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis; -@forward "@material/typography/mixins" as mdc-typography-* hide mdc-typography-typography; -@forward "@material/shape/mixins" as mdc-shape-*; -@forward "@material/icon-button/mixins" as mdc-icon-button-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/animation/functions" as mdc-animation-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "@material/elevation/functions" as mdc-elevation-*; -@forward "@material/ripple/functions" as mdc-*; -@forward "@material/typography/functions" as mdc-typography-*; -@forward "@material/shape/functions" as mdc-shape-*; -@forward "@material/density/functions" as mdc-density-*; -@forward "mixins" as mdc-snackbar-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/animation" as mdc-animation-*; +@forward "@material/base" as mdc-base-*; +@forward "@material/theme" as mdc-theme-*; +@forward "@material/elevation" as mdc-elevation-* hide mdc-elevation-elevation; +@forward "@material/elevation" as mdc-* hide mdc-core-styles, mdc-overlay-common, mdc-overlay-dimensions, mdc-overlay-fill-color, mdc-overlay-opacity, mdc-overlay-selector-, mdc-overlay-surface-position, mdc-shadow, mdc-transition-value, mdc-overlay-transition-value; +@forward "@material/ripple" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-radius-bounded, mdc-radius-unbounded, mdc-target-selector, mdc-target-common, mdc-keyframes-; +@forward "@material/ripple" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-states-interactions-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; +@forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; +@forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; +@forward "@material/touch-target" as mdc-touch-target-* hide mdc-touch-target-touch-target; +@forward "@material/touch-target" as mdc-* hide mdc-margin, mdc-wrapper; +@forward "@material/typography" as mdc-typography-* hide mdc-typography-typography; +@forward "@material/typography" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis, mdc-get-global-variable-, mdc-set-styles-, mdc-get-letter-spacing-; +@forward "@material/shape" as mdc-shape-*; +@forward "@material/density" as mdc-density-*; +@forward "@material/button" as mdc-button-*; +@forward "@material/icon-button" as mdc-icon-button-*; +@forward "./index" as mdc-snackbar-*; diff --git a/packages/mdc-snackbar/_variables.import.scss b/packages/mdc-snackbar/_variables.import.scss index c4aa2f44ed9..52332186fec 100644 --- a/packages/mdc-snackbar/_variables.import.scss +++ b/packages/mdc-snackbar/_variables.import.scss @@ -1,4 +1,2 @@ -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "variables" as mdc-snackbar-*; +@forward "@material/theme" as mdc-theme-* hide mdc-theme-core-styles, mdc-theme-prop; +@forward "./index" as mdc-snackbar-* hide mdc-snackbar-core-styles, mdc-snackbar-fill-color, mdc-snackbar-label-ink-color, mdc-snackbar-shape-radius, mdc-snackbar-min-width, mdc-snackbar-max-width, mdc-snackbar-elevation, mdc-snackbar-viewport-margin, mdc-snackbar-z-index, mdc-snackbar-position-leading, mdc-snackbar-layout-stacked; diff --git a/packages/mdc-switch/_functions.import.scss b/packages/mdc-switch/_functions.import.scss index 16f836d5a53..ccc92853b0e 100644 --- a/packages/mdc-switch/_functions.import.scss +++ b/packages/mdc-switch/_functions.import.scss @@ -1,2 +1,2 @@ -@forward "@material/animation/variables" as mdc-animation-*; -@forward "functions" as mdc-switch-*; +@forward "@material/animation" as mdc-animation-* hide mdc-animation-enter, mdc-animation-exit-permanent, mdc-animation-exit-temporary, mdc-animation-standard; +@forward "./index" as mdc-switch-* hide $mdc-switch-track-width, $mdc-switch-track-height, $mdc-switch-thumb-diameter, $mdc-switch-ripple-size, $mdc-switch-minimum-size, $mdc-switch-maximum-size, $mdc-switch-density-scale, $mdc-switch-density-config, $mdc-switch-thumb-offset, $mdc-switch-thumb-active-margin, $mdc-switch-toggled-off-thumb-color, $mdc-switch-toggled-off-track-color, $mdc-switch-toggled-off-ripple-color, $mdc-switch-disabled-thumb-color, $mdc-switch-disabled-track-color, $mdc-switch-baseline-theme-color, mdc-switch-core-styles, mdc-switch-without-ripple, mdc-switch-ripple, mdc-switch-toggled-on-color, mdc-switch-toggled-off-color, mdc-switch-toggled-on-track-color, mdc-switch-toggled-on-thumb-color, mdc-switch-toggled-on-ripple-color, mdc-switch-toggled-off-track-color, mdc-switch-toggled-off-thumb-color, mdc-switch-toggled-off-ripple-color, mdc-switch-density, mdc-switch-ripple-size, mdc-switch-ripple-states-opacity, mdc-switch-base-, mdc-switch-track-, mdc-switch-thumb-underlay-, mdc-switch-native-control-, mdc-switch-thumb-, mdc-switch-track-checked-, mdc-switch-thumb-underlay-checked-, mdc-switch-native-control-checked-, mdc-switch-disabled-base-, mdc-switch-thumb-disabled-, mdc-switch-native-control-disabled-; diff --git a/packages/mdc-switch/_mixins.import.scss b/packages/mdc-switch/_mixins.import.scss index de1942e6c73..ca01e8ea8d8 100644 --- a/packages/mdc-switch/_mixins.import.scss +++ b/packages/mdc-switch/_mixins.import.scss @@ -1,28 +1,12 @@ -@forward "@material/density/variables" as mdc-density-*; -@forward "@material/base/mixins" as mdc-base-*; -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/animation/variables" as mdc-animation-*; -@forward "@material/elevation/variables" as mdc-elevation-*; -@forward "@material/ripple/variables" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration; -@forward "@material/ripple/variables" as mdc-ripple-* hide $mdc-ripple-states-wash-duration; -@forward "@material/rtl/variables" as mdc-rtl-*; -@forward "variables" as mdc-switch-*; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/elevation/mixins" as mdc-* hide mdc-core-styles, mdc-overlay-common, mdc-overlay-dimensions, mdc-overlay-fill-color, mdc-overlay-opacity, mdc-overlay-selector-, mdc-overlay-surface-position, mdc-shadow; -@forward "@material/elevation/mixins" as mdc-elevation-* hide mdc-elevation-elevation; -@forward "@material/ripple/keyframes" as mdc-ripple-*; -@forward "@material/ripple/mixins" as mdc-* hide mdc-common, mdc-core-styles, mdc-radius-bounded, mdc-radius-unbounded, mdc-surface, mdc-target-common, mdc-target-selector; -@forward "@material/ripple/mixins" as mdc-ripple-* hide mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-base-color, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-hover-opacity, mdc-ripple-states-interactions-, mdc-ripple-states-opacities, mdc-ripple-states-press-opacity, mdc-ripple-states-selected; -@forward "@material/rtl/mixins" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; -@forward "@material/rtl/mixins" as mdc-rtl-* hide mdc-rtl-rtl; -@forward "@material/density/functions" as mdc-density-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "@material/elevation/functions" as mdc-elevation-*; -@forward "@material/animation/functions" as mdc-animation-*; -@forward "@material/ripple/functions" as mdc-*; -@forward "functions" as mdc-switch-*; -@forward "mixins" as mdc-switch-*; +@forward "@material/density" as mdc-density-*; +@forward "@material/base" as mdc-base-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/theme" as mdc-theme-*; +@forward "@material/animation" as mdc-animation-*; +@forward "@material/elevation" as mdc-elevation-* hide mdc-elevation-elevation; +@forward "@material/elevation" as mdc-* hide mdc-core-styles, mdc-overlay-common, mdc-overlay-dimensions, mdc-overlay-fill-color, mdc-overlay-opacity, mdc-overlay-selector-, mdc-overlay-surface-position, mdc-shadow, mdc-transition-value, mdc-overlay-transition-value; +@forward "@material/ripple" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-radius-bounded, mdc-radius-unbounded, mdc-target-selector, mdc-target-common, mdc-keyframes-; +@forward "@material/ripple" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-states-interactions-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; +@forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; +@forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; +@forward "./index" as mdc-switch-*; diff --git a/packages/mdc-switch/_variables.import.scss b/packages/mdc-switch/_variables.import.scss index de1c1c8840e..5a38384abe1 100644 --- a/packages/mdc-switch/_variables.import.scss +++ b/packages/mdc-switch/_variables.import.scss @@ -1,5 +1,3 @@ -@forward "@material/density/variables" as mdc-density-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "variables" as mdc-switch-*; +@forward "@material/density" as mdc-density-* hide mdc-density-prop-value; +@forward "@material/theme" as mdc-theme-* hide mdc-theme-core-styles, mdc-theme-prop; +@forward "./index" as mdc-switch-* hide mdc-switch-core-styles, mdc-switch-without-ripple, mdc-switch-ripple, mdc-switch-toggled-on-color, mdc-switch-toggled-off-color, mdc-switch-toggled-on-track-color, mdc-switch-toggled-on-thumb-color, mdc-switch-toggled-on-ripple-color, mdc-switch-toggled-off-track-color, mdc-switch-toggled-off-thumb-color, mdc-switch-toggled-off-ripple-color, mdc-switch-density, mdc-switch-ripple-size, mdc-switch-ripple-states-opacity, mdc-switch-base-, mdc-switch-track-, mdc-switch-thumb-underlay-, mdc-switch-native-control-, mdc-switch-thumb-, mdc-switch-track-checked-, mdc-switch-thumb-underlay-checked-, mdc-switch-native-control-checked-, mdc-switch-disabled-base-, mdc-switch-thumb-disabled-, mdc-switch-native-control-disabled-, mdc-switch-transition; diff --git a/packages/mdc-tab-bar/_mixins.import.scss b/packages/mdc-tab-bar/_mixins.import.scss index cd6aa13334a..3818fed79ef 100644 --- a/packages/mdc-tab-bar/_mixins.import.scss +++ b/packages/mdc-tab-bar/_mixins.import.scss @@ -1,32 +1,15 @@ -@forward "@material/animation/variables" as mdc-animation-*; -@forward "@material/density/variables" as mdc-density-*; -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/base/mixins" as mdc-base-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/ripple/variables" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration; -@forward "@material/ripple/variables" as mdc-ripple-* hide $mdc-ripple-states-wash-duration; -@forward "@material/typography/variables" as mdc-typography-*; -@forward "@material/rtl/variables" as mdc-rtl-*; -@forward "@material/tab/variables" as mdc-tab-*; -@forward "@material/tab-scroller/variables" as mdc-tab-scroller-*; -@forward "variables" as mdc-tab-bar-*; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/ripple/keyframes" as mdc-ripple-*; -@forward "@material/ripple/mixins" as mdc-* hide mdc-common, mdc-core-styles, mdc-radius-bounded, mdc-radius-unbounded, mdc-surface, mdc-target-common, mdc-target-selector; -@forward "@material/ripple/mixins" as mdc-ripple-* hide mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-base-color, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-hover-opacity, mdc-ripple-states-interactions-, mdc-ripple-states-opacities, mdc-ripple-states-press-opacity, mdc-ripple-states-selected; -@forward "@material/typography/mixins" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis; -@forward "@material/typography/mixins" as mdc-typography-* hide mdc-typography-typography; -@forward "@material/rtl/mixins" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; -@forward "@material/rtl/mixins" as mdc-rtl-* hide mdc-rtl-rtl; -@forward "@material/tab-indicator/mixins" as mdc-tab-indicator-*; -@forward "@material/tab/mixins" as mdc-tab-*; -@forward "@material/tab-scroller/mixins" as mdc-tab-scroller-*; -@forward "@material/density/functions" as mdc-density-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/animation/functions" as mdc-animation-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "@material/ripple/functions" as mdc-*; -@forward "@material/typography/functions" as mdc-typography-*; -@forward "mixins" as mdc-tab-bar-*; +@forward "@material/animation" as mdc-animation-*; +@forward "@material/density" as mdc-density-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/base" as mdc-base-*; +@forward "@material/theme" as mdc-theme-*; +@forward "@material/ripple" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-radius-bounded, mdc-radius-unbounded, mdc-target-selector, mdc-target-common, mdc-keyframes-; +@forward "@material/ripple" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-states-interactions-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; +@forward "@material/typography" as mdc-typography-* hide mdc-typography-typography; +@forward "@material/typography" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis, mdc-get-global-variable-, mdc-set-styles-, mdc-get-letter-spacing-; +@forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; +@forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; +@forward "@material/tab" as mdc-tab-*; +@forward "@material/tab-scroller" as mdc-tab-scroller-*; +@forward "./index" as mdc-tab-bar-*; +@forward "@material/tab-indicator" as mdc-tab-indicator-*; diff --git a/packages/mdc-tab-bar/_variables.import.scss b/packages/mdc-tab-bar/_variables.import.scss index 366e26143b1..b4e7dd51622 100644 --- a/packages/mdc-tab-bar/_variables.import.scss +++ b/packages/mdc-tab-bar/_variables.import.scss @@ -1,6 +1,4 @@ -@forward "@material/density/variables" as mdc-density-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/tab/variables" as mdc-tab-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "variables" as mdc-tab-bar-*; +@forward "@material/density" as mdc-density-* hide mdc-density-prop-value; +@forward "@material/theme" as mdc-theme-* hide mdc-theme-core-styles, mdc-theme-prop; +@forward "@material/tab" as mdc-tab-* hide mdc-tab-core-styles, mdc-tab-without-ripple, mdc-tab-ripple, mdc-tab-horizontal-padding, mdc-tab-text-label-color, mdc-tab-icon-color, mdc-tab-states-color, mdc-tab-ink-color, mdc-tab-active-text-label-color, mdc-tab-active-icon-color, mdc-tab-active-states-color, mdc-tab-parent-positioning, mdc-tab-fixed-width, mdc-tab-height, mdc-tab-text-transform, mdc-tab-base-, mdc-tab-ripple-, mdc-tab-content-, mdc-tab-stacked-, mdc-tab-active-; +@forward "./index" as mdc-tab-bar-* hide mdc-tab-bar-core-styles, mdc-tab-bar-width, mdc-tab-bar-density, mdc-tab-bar-stacked-density, mdc-tab-bar-tab-scroller-transition; diff --git a/packages/mdc-tab-indicator/_mixins.import.scss b/packages/mdc-tab-indicator/_mixins.import.scss index a8dc2842a3f..a337312cca0 100644 --- a/packages/mdc-tab-indicator/_mixins.import.scss +++ b/packages/mdc-tab-indicator/_mixins.import.scss @@ -1,9 +1,4 @@ -@forward "@material/animation/variables" as mdc-animation-*; -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "mixins" as mdc-tab-indicator-*; +@forward "@material/animation" as mdc-animation-* hide mdc-animation-enter, mdc-animation-exit-permanent, mdc-animation-exit-temporary, mdc-animation-standard; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/theme" as mdc-theme-*; +@forward "./index" as mdc-tab-indicator-*; diff --git a/packages/mdc-tab-scroller/_mixins.import.scss b/packages/mdc-tab-scroller/_mixins.import.scss index 8c9cc2ce48a..749210f2ea6 100644 --- a/packages/mdc-tab-scroller/_mixins.import.scss +++ b/packages/mdc-tab-scroller/_mixins.import.scss @@ -1,28 +1,13 @@ -@forward "@material/animation/variables" as mdc-animation-*; -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/base/mixins" as mdc-base-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/ripple/variables" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration; -@forward "@material/ripple/variables" as mdc-ripple-* hide $mdc-ripple-states-wash-duration; -@forward "@material/typography/variables" as mdc-typography-*; -@forward "@material/rtl/variables" as mdc-rtl-*; -@forward "@material/tab/variables" as mdc-tab-*; -@forward "variables" as mdc-tab-scroller-*; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/ripple/keyframes" as mdc-ripple-*; -@forward "@material/ripple/mixins" as mdc-* hide mdc-common, mdc-core-styles, mdc-radius-bounded, mdc-radius-unbounded, mdc-surface, mdc-target-common, mdc-target-selector; -@forward "@material/ripple/mixins" as mdc-ripple-* hide mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-base-color, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-hover-opacity, mdc-ripple-states-interactions-, mdc-ripple-states-opacities, mdc-ripple-states-press-opacity, mdc-ripple-states-selected; -@forward "@material/typography/mixins" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis; -@forward "@material/typography/mixins" as mdc-typography-* hide mdc-typography-typography; -@forward "@material/rtl/mixins" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; -@forward "@material/rtl/mixins" as mdc-rtl-* hide mdc-rtl-rtl; -@forward "@material/tab-indicator/mixins" as mdc-tab-indicator-*; -@forward "@material/tab/mixins" as mdc-tab-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/animation/functions" as mdc-animation-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "@material/ripple/functions" as mdc-*; -@forward "@material/typography/functions" as mdc-typography-*; -@forward "mixins" as mdc-tab-scroller-*; +@forward "@material/animation" as mdc-animation-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/base" as mdc-base-*; +@forward "@material/theme" as mdc-theme-*; +@forward "@material/ripple" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-radius-bounded, mdc-radius-unbounded, mdc-target-selector, mdc-target-common, mdc-keyframes-; +@forward "@material/ripple" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-states-interactions-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; +@forward "@material/typography" as mdc-typography-* hide mdc-typography-typography; +@forward "@material/typography" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis, mdc-get-global-variable-, mdc-set-styles-, mdc-get-letter-spacing-; +@forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; +@forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; +@forward "@material/tab" as mdc-tab-*; +@forward "./index" as mdc-tab-scroller-*; +@forward "@material/tab-indicator" as mdc-tab-indicator-*; diff --git a/packages/mdc-tab-scroller/_variables.import.scss b/packages/mdc-tab-scroller/_variables.import.scss index 73e472413c5..c0a3937c9b7 100644 --- a/packages/mdc-tab-scroller/_variables.import.scss +++ b/packages/mdc-tab-scroller/_variables.import.scss @@ -1 +1 @@ -@forward "variables" as mdc-tab-scroller-*; +@forward "./index" as mdc-tab-scroller-* hide mdc-tab-scroller-transition, mdc-tab-scroller-core-styles, mdc-tab-scroller-scroll-content-; diff --git a/packages/mdc-tab/_mixins.import.scss b/packages/mdc-tab/_mixins.import.scss index b8d1f739256..bb829a91867 100644 --- a/packages/mdc-tab/_mixins.import.scss +++ b/packages/mdc-tab/_mixins.import.scss @@ -1,26 +1,12 @@ -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/animation/variables" as mdc-animation-*; -@forward "@material/base/mixins" as mdc-base-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/ripple/variables" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration; -@forward "@material/ripple/variables" as mdc-ripple-* hide $mdc-ripple-states-wash-duration; -@forward "@material/typography/variables" as mdc-typography-*; -@forward "@material/rtl/variables" as mdc-rtl-*; -@forward "variables" as mdc-tab-*; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/ripple/keyframes" as mdc-ripple-*; -@forward "@material/ripple/mixins" as mdc-* hide mdc-common, mdc-core-styles, mdc-radius-bounded, mdc-radius-unbounded, mdc-surface, mdc-target-common, mdc-target-selector; -@forward "@material/ripple/mixins" as mdc-ripple-* hide mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-base-color, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-hover-opacity, mdc-ripple-states-interactions-, mdc-ripple-states-opacities, mdc-ripple-states-press-opacity, mdc-ripple-states-selected; -@forward "@material/typography/mixins" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis; -@forward "@material/typography/mixins" as mdc-typography-* hide mdc-typography-typography; -@forward "@material/rtl/mixins" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; -@forward "@material/rtl/mixins" as mdc-rtl-* hide mdc-rtl-rtl; -@forward "@material/tab-indicator/mixins" as mdc-tab-indicator-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/animation/functions" as mdc-animation-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "@material/ripple/functions" as mdc-*; -@forward "@material/typography/functions" as mdc-typography-*; -@forward "mixins" as mdc-tab-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/animation" as mdc-animation-*; +@forward "@material/base" as mdc-base-*; +@forward "@material/theme" as mdc-theme-*; +@forward "@material/ripple" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-radius-bounded, mdc-radius-unbounded, mdc-target-selector, mdc-target-common, mdc-keyframes-; +@forward "@material/ripple" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-states-interactions-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; +@forward "@material/typography" as mdc-typography-* hide mdc-typography-typography; +@forward "@material/typography" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis, mdc-get-global-variable-, mdc-set-styles-, mdc-get-letter-spacing-; +@forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; +@forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; +@forward "./index" as mdc-tab-*; +@forward "@material/tab-indicator" as mdc-tab-indicator-*; diff --git a/packages/mdc-tab/_variables.import.scss b/packages/mdc-tab/_variables.import.scss index 63cfc58f70a..021b1d7f12b 100644 --- a/packages/mdc-tab/_variables.import.scss +++ b/packages/mdc-tab/_variables.import.scss @@ -1,4 +1,2 @@ -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "variables" as mdc-tab-*; +@forward "@material/theme" as mdc-theme-* hide mdc-theme-core-styles, mdc-theme-prop; +@forward "./index" as mdc-tab-* hide mdc-tab-core-styles, mdc-tab-without-ripple, mdc-tab-ripple, mdc-tab-horizontal-padding, mdc-tab-text-label-color, mdc-tab-icon-color, mdc-tab-states-color, mdc-tab-ink-color, mdc-tab-active-text-label-color, mdc-tab-active-icon-color, mdc-tab-active-states-color, mdc-tab-parent-positioning, mdc-tab-fixed-width, mdc-tab-height, mdc-tab-text-transform, mdc-tab-base-, mdc-tab-ripple-, mdc-tab-content-, mdc-tab-stacked-, mdc-tab-active-; diff --git a/packages/mdc-textfield/_functions.import.scss b/packages/mdc-textfield/_functions.import.scss index 330694f85f7..5d7f4b229ef 100644 --- a/packages/mdc-textfield/_functions.import.scss +++ b/packages/mdc-textfield/_functions.import.scss @@ -1,2 +1,2 @@ -@forward "@material/animation/variables" as mdc-animation-*; -@forward "functions" as mdc-text-field-*; +@forward "@material/animation" as mdc-animation-* hide mdc-animation-enter, mdc-animation-exit-permanent, mdc-animation-exit-temporary, mdc-animation-standard; +@forward "./index" as mdc-text-field-* hide $mdc-text-field-error, $mdc-text-field-fullwidth-bottom-line-color, $mdc-text-field-disabled-border, $mdc-text-field-disabled-icon, $mdc-text-field-bottom-line-hover, $mdc-text-field-bottom-line-idle, $mdc-text-field-label, $mdc-text-field-ink-color, $mdc-text-field-helper-text-color, $mdc-text-field-icon-color, $mdc-text-field-focused-label-color, $mdc-text-field-placeholder-ink-color, $mdc-text-field-disabled-label-color, $mdc-text-field-disabled-ink-color, $mdc-text-field-disabled-placeholder-ink-color, $mdc-text-field-disabled-helper-text-color, $mdc-text-field-background, $mdc-text-field-disabled-background, $mdc-text-field-secondary-text, $mdc-text-field-outlined-idle-border, $mdc-text-field-outlined-disabled-border, $mdc-text-field-outlined-hover-border, $mdc-text-field-textarea-border, $mdc-text-field-textarea-background, $mdc-text-field-textarea-disabled-border-color, $mdc-text-field-textarea-disabled-background, $mdc-text-field-outlined-stroke-width, $mdc-text-field-height, $mdc-text-field-minimum-height, $mdc-text-field-maximum-height, $mdc-text-field-density-scale, $mdc-text-field-density-config, $mdc-text-field-label-position-y, $mdc-text-field-label-offset, $mdc-text-field-dense-label-position-y, $mdc-text-field-dense-label-scale, $mdc-text-field-outlined-label-position-y, $mdc-text-field-outlined-dense-label-position-y, $mdc-text-field-outlined-with-leading-icon-label-position-x, $mdc-text-field-outlined-dense-with-leading-icon-label-position-x, $mdc-text-field-textarea-label-position-y, $mdc-text-field-helper-line-padding, $mdc-text-field-input-padding, $mdc-text-field-input-padding-top, $mdc-text-field-input-padding-bottom, $mdc-text-field-input-border-bottom, mdc-text-field-get-outlined-label-position-y, mdc-text-field-density, mdc-text-field-outlined-density, mdc-text-field-outlined-with-leading-icon-density, mdc-text-field-height, mdc-text-field-outlined-height, mdc-text-field-outlined-with-leading-icon-height, mdc-text-field-shape-radius, mdc-text-field-textarea-shape-radius, mdc-text-field-ink-color, mdc-text-field-disabled-ink-color, mdc-text-field-placeholder-color, mdc-text-field-disabled-placeholder-color, mdc-text-field-fill-color, mdc-text-field-disabled-fill-color, mdc-text-field-bottom-line-color, mdc-text-field-disabled-bottom-line-color, mdc-text-field-hover-bottom-line-color, mdc-text-field-line-ripple-color, mdc-text-field-label-color, mdc-text-field-disabled-label-color, mdc-text-field-outline-color, mdc-text-field-hover-outline-color, mdc-text-field-focused-outline-color, mdc-text-field-disabled-outline-color, mdc-text-field-caret-color, mdc-text-field-disabled-, mdc-text-field-invalid-, mdc-text-field-focused-, mdc-text-field-dense-, mdc-text-field-required-label-asterisk-, mdc-text-field-outline-shape-radius, mdc-text-field-floating-label-, mdc-text-field-outlined-disabled-, mdc-text-field-outlined-invalid-, mdc-text-field-outlined-focused-, mdc-text-field-outlined-dense-, mdc-text-field-outlined-, mdc-text-field-hover-outline-color-, mdc-text-field-focused-outline-color-, mdc-text-field-with-leading-icon-, mdc-text-field-dense-with-leading-icon-, mdc-text-field-outlined-with-leading-icon-, mdc-text-field-outlined-dense-with-leading-icon-, mdc-text-field-with-trailing-icon-, mdc-text-field-dense-with-trailing-icon-, mdc-text-field-with-both-icons-, mdc-text-field-dense-with-both-icons-, mdc-text-field-fullwidth-, mdc-text-field-fullwidth-invalid-, mdc-text-field-textarea-disabled-, mdc-text-field-textarea-invalid-, mdc-text-field-textarea-, mdc-text-field-end-aligned-, mdc-text-field-ink-color-, mdc-text-field-placeholder-color-, mdc-text-field-fill-color-, mdc-text-field-bottom-line-color-, mdc-text-field-hover-bottom-line-color-, mdc-text-field-line-ripple-color-, mdc-text-field-label-ink-color-, mdc-text-field-if-enabled-, mdc-text-field-if-disabled-; diff --git a/packages/mdc-textfield/_mixins.import.scss b/packages/mdc-textfield/_mixins.import.scss index e889b90c28f..af2fa61809b 100644 --- a/packages/mdc-textfield/_mixins.import.scss +++ b/packages/mdc-textfield/_mixins.import.scss @@ -1,41 +1,19 @@ -@forward "@material/density/variables" as mdc-density-*; -@forward "@material/rtl/variables" as mdc-rtl-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/animation/variables" as mdc-animation-*; -@forward "@material/typography/variables" as mdc-typography-*; -@forward "@material/floating-label/variables" as mdc-floating-label-*; -@forward "@material/shape/variables" as mdc-shape-*; -@forward "@material/notched-outline/variables" as mdc-notched-outline-*; -@forward "@material/base/mixins" as mdc-base-*; -@forward "@material/ripple/variables" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration; -@forward "@material/ripple/variables" as mdc-ripple-* hide $mdc-ripple-states-wash-duration; -@forward "icon/variables" as mdc-text-field-*; -@forward "variables" as mdc-text-field-*; -@forward "@material/rtl/mixins" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; -@forward "@material/rtl/mixins" as mdc-rtl-* hide mdc-rtl-rtl; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/typography/mixins" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis; -@forward "@material/typography/mixins" as mdc-typography-* hide mdc-typography-typography; -@forward "@material/floating-label/mixins" as mdc-floating-label-*; -@forward "@material/line-ripple/mixins" as mdc-line-ripple-*; -@forward "@material/shape/mixins" as mdc-shape-*; -@forward "@material/notched-outline/mixins" as mdc-notched-outline-*; -@forward "@material/ripple/keyframes" as mdc-ripple-*; -@forward "@material/ripple/mixins" as mdc-* hide mdc-common, mdc-core-styles, mdc-radius-bounded, mdc-radius-unbounded, mdc-surface, mdc-target-common, mdc-target-selector; -@forward "@material/ripple/mixins" as mdc-ripple-* hide mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-base-color, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-hover-opacity, mdc-ripple-states-interactions-, mdc-ripple-states-opacities, mdc-ripple-states-press-opacity, mdc-ripple-states-selected; -@forward "helper-text/mixins" as mdc-text-field-*; -@forward "character-counter/mixins" as mdc-text-field-*; -@forward "icon/mixins" as mdc-text-field-*; -@forward "@material/density/functions" as mdc-density-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/typography/functions" as mdc-typography-*; -@forward "@material/line-ripple/functions" as mdc-line-ripple-*; -@forward "@material/shape/functions" as mdc-shape-*; -@forward "@material/animation/functions" as mdc-animation-*; -@forward "@material/ripple/functions" as mdc-*; -@forward "functions" as mdc-text-field-*; -@forward "mixins" as mdc-text-field-*; +@forward "@material/density" as mdc-density-*; +@forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; +@forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; +@forward "@material/theme" as mdc-theme-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/animation" as mdc-animation-*; +@forward "@material/typography" as mdc-typography-* hide mdc-typography-typography; +@forward "@material/typography" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis, mdc-get-global-variable-, mdc-set-styles-, mdc-get-letter-spacing-; +@forward "@material/floating-label" as mdc-floating-label-*; +@forward "@material/shape" as mdc-shape-*; +@forward "@material/notched-outline" as mdc-notched-outline-*; +@forward "@material/base" as mdc-base-*; +@forward "@material/ripple" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-radius-bounded, mdc-radius-unbounded, mdc-target-selector, mdc-target-common, mdc-keyframes-; +@forward "@material/ripple" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-states-interactions-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; +@forward "./index" as mdc-text-field-*; +@forward "./index" as mdc-text-field-*; +@forward "@material/line-ripple" as mdc-line-ripple-*; +@forward "./index" as mdc-text-field-*; +@forward "./index" as mdc-text-field-*; diff --git a/packages/mdc-textfield/_variables.import.scss b/packages/mdc-textfield/_variables.import.scss index 9069f7b4267..8e5fde62f03 100644 --- a/packages/mdc-textfield/_variables.import.scss +++ b/packages/mdc-textfield/_variables.import.scss @@ -1,7 +1,5 @@ -@forward "@material/density/variables" as mdc-density-*; -@forward "@material/floating-label/variables" as mdc-floating-label-*; -@forward "@material/notched-outline/variables" as mdc-notched-outline-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "variables" as mdc-text-field-*; +@forward "@material/density" as mdc-density-* hide mdc-density-prop-value; +@forward "@material/floating-label" as mdc-floating-label-* hide mdc-floating-label-core-styles, mdc-floating-label-ink-color, mdc-floating-label-fill-color, mdc-floating-label-shake-keyframes, mdc-floating-label-float-position, mdc-floating-label-shake-animation, mdc-floating-label-max-width; +@forward "@material/notched-outline" as mdc-notched-outline-* hide mdc-notched-outline-core-styles, mdc-notched-outline-color, mdc-notched-outline-stroke-width, mdc-notched-outline-notch-offset, mdc-notched-outline-shape-radius, mdc-notched-outline-floating-label-float-position, mdc-notched-outline-floating-label-float-position-absolute, mdc-notched-outline-base-; +@forward "@material/theme" as mdc-theme-* hide mdc-theme-core-styles, mdc-theme-prop; +@forward "./index" as mdc-text-field-* hide mdc-text-field-density, mdc-text-field-outlined-density, mdc-text-field-outlined-with-leading-icon-density, mdc-text-field-height, mdc-text-field-outlined-height, mdc-text-field-outlined-with-leading-icon-height, mdc-text-field-shape-radius, mdc-text-field-textarea-shape-radius, mdc-text-field-ink-color, mdc-text-field-disabled-ink-color, mdc-text-field-placeholder-color, mdc-text-field-disabled-placeholder-color, mdc-text-field-fill-color, mdc-text-field-disabled-fill-color, mdc-text-field-bottom-line-color, mdc-text-field-disabled-bottom-line-color, mdc-text-field-hover-bottom-line-color, mdc-text-field-line-ripple-color, mdc-text-field-label-color, mdc-text-field-disabled-label-color, mdc-text-field-outline-color, mdc-text-field-hover-outline-color, mdc-text-field-focused-outline-color, mdc-text-field-disabled-outline-color, mdc-text-field-caret-color, mdc-text-field-disabled-, mdc-text-field-invalid-, mdc-text-field-focused-, mdc-text-field-dense-, mdc-text-field-required-label-asterisk-, mdc-text-field-outline-shape-radius, mdc-text-field-floating-label-, mdc-text-field-outlined-disabled-, mdc-text-field-outlined-invalid-, mdc-text-field-outlined-focused-, mdc-text-field-outlined-dense-, mdc-text-field-outlined-, mdc-text-field-hover-outline-color-, mdc-text-field-focused-outline-color-, mdc-text-field-with-leading-icon-, mdc-text-field-dense-with-leading-icon-, mdc-text-field-outlined-with-leading-icon-, mdc-text-field-outlined-dense-with-leading-icon-, mdc-text-field-with-trailing-icon-, mdc-text-field-dense-with-trailing-icon-, mdc-text-field-with-both-icons-, mdc-text-field-dense-with-both-icons-, mdc-text-field-fullwidth-, mdc-text-field-fullwidth-invalid-, mdc-text-field-textarea-disabled-, mdc-text-field-textarea-invalid-, mdc-text-field-textarea-, mdc-text-field-end-aligned-, mdc-text-field-ink-color-, mdc-text-field-placeholder-color-, mdc-text-field-fill-color-, mdc-text-field-bottom-line-color-, mdc-text-field-hover-bottom-line-color-, mdc-text-field-line-ripple-color-, mdc-text-field-label-ink-color-, mdc-text-field-if-enabled-, mdc-text-field-if-disabled-, mdc-text-field-transition; diff --git a/packages/mdc-theme/_color-palette.import.scss b/packages/mdc-theme/_color-palette.import.scss index 0609a0a6ff4..00b5c40822d 100644 --- a/packages/mdc-theme/_color-palette.import.scss +++ b/packages/mdc-theme/_color-palette.import.scss @@ -1 +1 @@ -@forward "color-palette" as material-color-*; +@forward "./index" as material-color-* hide $material-color-primary, $material-color-on-primary, $material-color-accent, $material-color-secondary, $material-color-on-secondary, $material-color-background, $material-color-surface, $material-color-on-surface, $material-color-error, $material-color-on-error, $material-color-text-colors, $material-color-text-emphasis, $material-color-property-values, $material-color-linear-channel-values, material-color-ink-color-for-fill-, material-color-prop-value, material-color-accessible-ink-color, material-color-is-valid-theme-prop-value-, material-color-text-emphasis, material-color-core-styles, material-color-prop, material-color-luminance, material-color-contrast, material-color-tone, material-color-contrast-tone, material-color-is-var-with-fallback-, material-color-get-var-fallback-, material-color-var-, material-color-color-hash, material-color-is-css-var-, material-color-get-css-varname-; diff --git a/packages/mdc-theme/_constants.import.scss b/packages/mdc-theme/_constants.import.scss index 73bf22c7fdb..45eb4e035ad 100644 --- a/packages/mdc-theme/_constants.import.scss +++ b/packages/mdc-theme/_constants.import.scss @@ -1 +1 @@ -@forward "constants" as mdc-theme-*; +@forward "./index" as mdc-theme-* hide $mdc-theme-primary, $mdc-theme-on-primary, $mdc-theme-accent, $mdc-theme-secondary, $mdc-theme-on-secondary, $mdc-theme-background, $mdc-theme-surface, $mdc-theme-on-surface, $mdc-theme-error, $mdc-theme-on-error, $mdc-theme-text-colors, $mdc-theme-text-emphasis, $mdc-theme-property-values, mdc-theme-ink-color-for-fill-, mdc-theme-prop-value, mdc-theme-accessible-ink-color, mdc-theme-is-valid-theme-prop-value-, mdc-theme-text-emphasis, mdc-theme-core-styles, mdc-theme-prop, mdc-theme-luminance, mdc-theme-contrast, mdc-theme-tone, mdc-theme-contrast-tone, mdc-theme-is-var-with-fallback-, mdc-theme-get-var-fallback-, mdc-theme-var-, mdc-theme-color-hash, mdc-theme-is-css-var-, mdc-theme-get-css-varname-; diff --git a/packages/mdc-theme/_functions.import.scss b/packages/mdc-theme/_functions.import.scss index 89061ff48df..50fb2a734ee 100644 --- a/packages/mdc-theme/_functions.import.scss +++ b/packages/mdc-theme/_functions.import.scss @@ -1,2 +1 @@ -@forward "constants" as mdc-theme-*; -@forward "functions" as mdc-theme-*; +@forward "./index" as mdc-theme-* hide $mdc-theme-primary, $mdc-theme-on-primary, $mdc-theme-accent, $mdc-theme-secondary, $mdc-theme-on-secondary, $mdc-theme-background, $mdc-theme-surface, $mdc-theme-on-surface, $mdc-theme-error, $mdc-theme-on-error, $mdc-theme-text-colors, $mdc-theme-text-emphasis, $mdc-theme-property-values, mdc-theme-ink-color-for-fill-, mdc-theme-prop-value, mdc-theme-accessible-ink-color, mdc-theme-is-valid-theme-prop-value-, mdc-theme-text-emphasis, mdc-theme-core-styles, mdc-theme-prop; diff --git a/packages/mdc-theme/_mixins.import.scss b/packages/mdc-theme/_mixins.import.scss index 95c81394977..c2f50ce3c6a 100644 --- a/packages/mdc-theme/_mixins.import.scss +++ b/packages/mdc-theme/_mixins.import.scss @@ -1,7 +1,2 @@ -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "constants" as mdc-theme-*; -@forward "variables" as mdc-theme-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "functions" as mdc-theme-*; -@forward "mixins" as mdc-theme-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "./index" as mdc-theme-*; diff --git a/packages/mdc-theme/_variables.import.scss b/packages/mdc-theme/_variables.import.scss index 8ef4785b939..a9b66feef5f 100644 --- a/packages/mdc-theme/_variables.import.scss +++ b/packages/mdc-theme/_variables.import.scss @@ -1,3 +1 @@ -@forward "constants" as mdc-theme-*; -@forward "functions" as mdc-theme-*; -@forward "variables" as mdc-theme-*; +@forward "./index" as mdc-theme-* hide mdc-theme-core-styles, mdc-theme-prop; diff --git a/packages/mdc-top-app-bar/_mixins.import.scss b/packages/mdc-top-app-bar/_mixins.import.scss index eb5d7d556b5..0ae8abed0da 100644 --- a/packages/mdc-top-app-bar/_mixins.import.scss +++ b/packages/mdc-top-app-bar/_mixins.import.scss @@ -1,24 +1,10 @@ -@forward "@material/animation/variables" as mdc-animation-*; -@forward "@material/base/mixins" as mdc-base-*; -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/ripple/variables" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration; -@forward "@material/ripple/variables" as mdc-ripple-* hide $mdc-ripple-states-wash-duration; -@forward "@material/rtl/variables" as mdc-rtl-*; -@forward "@material/shape/variables" as mdc-shape-*; -@forward "variables" as mdc-top-app-bar-*; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/ripple/keyframes" as mdc-ripple-*; -@forward "@material/ripple/mixins" as mdc-* hide mdc-common, mdc-core-styles, mdc-radius-bounded, mdc-radius-unbounded, mdc-surface, mdc-target-common, mdc-target-selector; -@forward "@material/ripple/mixins" as mdc-ripple-* hide mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-base-color, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-hover-opacity, mdc-ripple-states-interactions-, mdc-ripple-states-opacities, mdc-ripple-states-press-opacity, mdc-ripple-states-selected; -@forward "@material/rtl/mixins" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; -@forward "@material/rtl/mixins" as mdc-rtl-* hide mdc-rtl-rtl; -@forward "@material/shape/mixins" as mdc-shape-*; -@forward "@material/animation/functions" as mdc-animation-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "@material/ripple/functions" as mdc-*; -@forward "@material/shape/functions" as mdc-shape-*; -@forward "mixins" as mdc-top-app-bar-*; +@forward "@material/animation" as mdc-animation-*; +@forward "@material/base" as mdc-base-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/theme" as mdc-theme-*; +@forward "@material/ripple" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-radius-bounded, mdc-radius-unbounded, mdc-target-selector, mdc-target-common, mdc-keyframes-; +@forward "@material/ripple" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-states-interactions-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; +@forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; +@forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; +@forward "@material/shape" as mdc-shape-*; +@forward "./index" as mdc-top-app-bar-*; diff --git a/packages/mdc-top-app-bar/_variables.import.scss b/packages/mdc-top-app-bar/_variables.import.scss index fd58318a02c..66f35a2d4e5 100644 --- a/packages/mdc-top-app-bar/_variables.import.scss +++ b/packages/mdc-top-app-bar/_variables.import.scss @@ -1 +1 @@ -@forward "variables" as mdc-top-app-bar-*; +@forward "./index" as mdc-top-app-bar-* hide mdc-top-app-bar-ink-color, mdc-top-app-bar-fill-color, mdc-top-app-bar-fill-color-accessible, mdc-top-app-bar-icon-ink-color, mdc-top-app-bar-short-shape-radius, mdc-top-app-bar-mobile-breakpoint-; diff --git a/packages/mdc-touch-target/_mixins.import.scss b/packages/mdc-touch-target/_mixins.import.scss index 37671649c5b..391146cf2b3 100644 --- a/packages/mdc-touch-target/_mixins.import.scss +++ b/packages/mdc-touch-target/_mixins.import.scss @@ -1,7 +1,4 @@ -@forward "@material/base/mixins" as mdc-base-*; -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "variables" as mdc-touch-target-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "mixins" as mdc-* show mdc-touch-target; -@forward "mixins" as mdc-touch-target-* hide mdc-touch-target-touch-target; +@forward "@material/base" as mdc-base-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "./index" as mdc-touch-target-* hide mdc-touch-target-touch-target; +@forward "./index" as mdc-*; diff --git a/packages/mdc-touch-target/_variables.import.scss b/packages/mdc-touch-target/_variables.import.scss index 0ecb72cf3a3..4763fe5cbea 100644 --- a/packages/mdc-touch-target/_variables.import.scss +++ b/packages/mdc-touch-target/_variables.import.scss @@ -1 +1 @@ -@forward "variables" as mdc-touch-target-*; +@forward "./index" as mdc-touch-target-* hide mdc-touch-target-wrapper, mdc-touch-target-touch-target, mdc-touch-target-margin; diff --git a/packages/mdc-typography/_functions.import.scss b/packages/mdc-typography/_functions.import.scss index e9250e1fe2a..554f9b2ef47 100644 --- a/packages/mdc-typography/_functions.import.scss +++ b/packages/mdc-typography/_functions.import.scss @@ -1 +1 @@ -@forward "functions" as mdc-typography-*; +@forward "./index" as mdc-typography-* hide $mdc-typography-font-family, $mdc-typography-base, $mdc-typography-font-weight-values, $mdc-typography-styles, mdc-typography-core-styles, mdc-typography-base, mdc-typography-typography, mdc-typography-overflow-ellipsis, mdc-typography-baseline-top, mdc-typography-baseline-bottom, mdc-typography-baseline-strut-; diff --git a/packages/mdc-typography/_mixins.import.scss b/packages/mdc-typography/_mixins.import.scss index 5ab397ca426..cce6f67c9e4 100644 --- a/packages/mdc-typography/_mixins.import.scss +++ b/packages/mdc-typography/_mixins.import.scss @@ -1,7 +1,3 @@ -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "variables" as mdc-typography-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "functions" as mdc-typography-*; -@forward "mixins" as mdc-* show mdc-typography; -@forward "mixins" as mdc-typography-* hide mdc-typography-typography; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "./index" as mdc-typography-* hide mdc-typography-typography; +@forward "./index" as mdc-* hide mdc-get-global-variable-, mdc-set-styles-, mdc-get-letter-spacing-; diff --git a/packages/mdc-typography/_variables.import.scss b/packages/mdc-typography/_variables.import.scss index 7f37cdc33b0..1712bdea47b 100644 --- a/packages/mdc-typography/_variables.import.scss +++ b/packages/mdc-typography/_variables.import.scss @@ -1,2 +1 @@ -@forward "functions" as mdc-typography-*; -@forward "variables" as mdc-typography-*; +@forward "./index" as mdc-typography-* hide mdc-typography-core-styles, mdc-typography-base, mdc-typography-typography, mdc-typography-overflow-ellipsis, mdc-typography-baseline-top, mdc-typography-baseline-bottom, mdc-typography-baseline-strut-; From df49fbf3f1532e81656cd7d476448cdfe8ce2b23 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Tue, 28 Jan 2020 16:33:12 -0800 Subject: [PATCH 3/4] Add a missing index file. --- packages/mdc-select/helper-text/_index.scss | 1 + 1 file changed, 1 insertion(+) create mode 100644 packages/mdc-select/helper-text/_index.scss diff --git a/packages/mdc-select/helper-text/_index.scss b/packages/mdc-select/helper-text/_index.scss new file mode 100644 index 00000000000..7bb4419fac1 --- /dev/null +++ b/packages/mdc-select/helper-text/_index.scss @@ -0,0 +1 @@ +@forward "./mixins"; From 64aa273d984a145b7c02f946737f3a659dd861a7 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Tue, 28 Jan 2020 16:27:54 -0800 Subject: [PATCH 4/4] Re-run import-only file update. This fixes a couple bugs: mdc-theme's "color-palette" variables weren't being hidden, and nested packages' files weren't updated. --- packages/mdc-button/_mixins.import.scss | 2 +- packages/mdc-button/_variables.import.scss | 2 +- packages/mdc-card/_mixins.import.scss | 2 +- packages/mdc-card/_variables.import.scss | 2 +- packages/mdc-checkbox/_functions.import.scss | 2 +- packages/mdc-checkbox/_keyframes.import.scss | 2 +- packages/mdc-checkbox/_mixins.import.scss | 2 +- packages/mdc-checkbox/_variables.import.scss | 2 +- packages/mdc-chips/_mixins.import.scss | 2 +- packages/mdc-chips/_variables.import.scss | 2 +- packages/mdc-data-table/_mixins.import.scss | 2 +- packages/mdc-data-table/_variables.import.scss | 2 +- packages/mdc-dialog/_mixins.import.scss | 2 +- packages/mdc-drawer/_mixins.import.scss | 2 +- packages/mdc-drawer/_variables.import.scss | 2 +- packages/mdc-elevation/_mixins.import.scss | 2 +- packages/mdc-fab/_mixins.import.scss | 2 +- packages/mdc-floating-label/_mixins.import.scss | 2 +- packages/mdc-form-field/_mixins.import.scss | 2 +- packages/mdc-icon-button/_mixins.import.scss | 2 +- packages/mdc-image-list/_mixins.import.scss | 2 +- packages/mdc-line-ripple/_mixins.import.scss | 2 +- .../mdc-linear-progress/_mixins.import.scss | 2 +- packages/mdc-list/_mixins.import.scss | 2 +- packages/mdc-list/_variables.import.scss | 2 +- packages/mdc-menu-surface/_mixins.import.scss | 2 +- packages/mdc-menu/_mixins.import.scss | 2 +- packages/mdc-menu/_variables.import.scss | 2 +- .../mdc-notched-outline/_mixins.import.scss | 2 +- packages/mdc-radio/_functions.import.scss | 2 +- packages/mdc-radio/_mixins.import.scss | 2 +- packages/mdc-radio/_variables.import.scss | 2 +- packages/mdc-ripple/_functions.import.scss | 2 +- packages/mdc-ripple/_mixins.import.scss | 2 +- packages/mdc-select/_mixins.import.scss | 2 +- packages/mdc-select/_variables.import.scss | 2 +- .../mdc-select/helper-text/_mixins.import.scss | 11 +++-------- packages/mdc-select/icon/_mixins.import.scss | 17 +++++------------ packages/mdc-select/icon/_variables.import.scss | 2 +- packages/mdc-slider/_mixins.import.scss | 2 +- packages/mdc-snackbar/_mixins.import.scss | 2 +- packages/mdc-snackbar/_variables.import.scss | 2 +- packages/mdc-switch/_mixins.import.scss | 2 +- packages/mdc-switch/_variables.import.scss | 2 +- packages/mdc-tab-bar/_mixins.import.scss | 2 +- packages/mdc-tab-bar/_variables.import.scss | 2 +- packages/mdc-tab-indicator/_mixins.import.scss | 2 +- packages/mdc-tab-scroller/_mixins.import.scss | 2 +- packages/mdc-tab/_mixins.import.scss | 2 +- packages/mdc-tab/_variables.import.scss | 2 +- packages/mdc-textfield/_functions.import.scss | 2 +- packages/mdc-textfield/_mixins.import.scss | 2 +- packages/mdc-textfield/_variables.import.scss | 4 ++-- .../character-counter/_mixins.import.scss | 16 +++++----------- .../helper-text/_mixins.import.scss | 11 +++-------- packages/mdc-textfield/icon/_mixins.import.scss | 16 +++++----------- .../mdc-textfield/icon/_variables.import.scss | 2 +- packages/mdc-theme/_constants.import.scss | 2 +- packages/mdc-theme/_functions.import.scss | 2 +- packages/mdc-theme/_mixins.import.scss | 2 +- packages/mdc-theme/_variables.import.scss | 2 +- packages/mdc-top-app-bar/_mixins.import.scss | 2 +- 62 files changed, 79 insertions(+), 108 deletions(-) diff --git a/packages/mdc-button/_mixins.import.scss b/packages/mdc-button/_mixins.import.scss index 4b2ee23fa67..9fa31618ffa 100644 --- a/packages/mdc-button/_mixins.import.scss +++ b/packages/mdc-button/_mixins.import.scss @@ -1,6 +1,6 @@ @forward "@material/base" as mdc-base-*; @forward "@material/feature-targeting" as mdc-feature-*; -@forward "@material/theme" as mdc-theme-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; @forward "@material/animation" as mdc-animation-*; @forward "@material/elevation" as mdc-elevation-* hide mdc-elevation-elevation; @forward "@material/elevation" as mdc-* hide mdc-core-styles, mdc-overlay-common, mdc-overlay-dimensions, mdc-overlay-fill-color, mdc-overlay-opacity, mdc-overlay-selector-, mdc-overlay-surface-position, mdc-shadow, mdc-transition-value, mdc-overlay-transition-value; diff --git a/packages/mdc-button/_variables.import.scss b/packages/mdc-button/_variables.import.scss index db95cc9422d..cfe9138b820 100644 --- a/packages/mdc-button/_variables.import.scss +++ b/packages/mdc-button/_variables.import.scss @@ -1,3 +1,3 @@ @forward "@material/density" as mdc-density-* hide mdc-density-prop-value; -@forward "@material/theme" as mdc-theme-* hide mdc-theme-core-styles, mdc-theme-prop; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900, mdc-theme-core-styles, mdc-theme-prop; @forward "./index" as mdc-button-* hide $mdc-button-ripple-target, mdc-button-core-styles, mdc-button-theme-baseline, mdc-button-without-ripple, mdc-button-ripple, mdc-button-filled-accessible, mdc-button-container-fill-color, mdc-button-disabled-container-fill-color, mdc-button-outline-color, mdc-button-disabled-outline-color, mdc-button-icon-color, mdc-button-disabled-icon-color, mdc-button-ink-color, mdc-button-disabled-ink-color, mdc-button-density, mdc-button-touch-target-reset-, mdc-button-height, mdc-button-shape-radius, mdc-button-horizontal-padding, mdc-button-outline-width, mdc-button-label-overlow-ellipsis, mdc-button-base-, mdc-button-icon-, mdc-button-icon-trailing-, mdc-button-icon-svg-, mdc-button-icon-contained-, mdc-button-icon-contained-trailing-, mdc-button-outlined-, mdc-button-filled-, mdc-button-raised-, mdc-button-container-fill-color-, mdc-button-outline-color-, mdc-button-icon-color-, mdc-button-ink-color-; diff --git a/packages/mdc-card/_mixins.import.scss b/packages/mdc-card/_mixins.import.scss index 560de1beaf9..4d62b67448b 100644 --- a/packages/mdc-card/_mixins.import.scss +++ b/packages/mdc-card/_mixins.import.scss @@ -1,6 +1,6 @@ @forward "@material/base" as mdc-base-*; @forward "@material/feature-targeting" as mdc-feature-*; -@forward "@material/theme" as mdc-theme-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; @forward "@material/animation" as mdc-animation-*; @forward "@material/elevation" as mdc-elevation-* hide mdc-elevation-elevation; @forward "@material/elevation" as mdc-* hide mdc-core-styles, mdc-overlay-common, mdc-overlay-dimensions, mdc-overlay-fill-color, mdc-overlay-opacity, mdc-overlay-selector-, mdc-overlay-surface-position, mdc-shadow, mdc-transition-value, mdc-overlay-transition-value; diff --git a/packages/mdc-card/_variables.import.scss b/packages/mdc-card/_variables.import.scss index 5f5798ff91c..8df556fc7cc 100644 --- a/packages/mdc-card/_variables.import.scss +++ b/packages/mdc-card/_variables.import.scss @@ -1,3 +1,3 @@ @forward "@material/feature-targeting" as mdc-feature-*; -@forward "@material/theme" as mdc-theme-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; @forward "./index" as mdc-card-* hide mdc-card-core-styles, mdc-card-without-ripple, mdc-card-ripple, mdc-card-fill-color, mdc-card-outline, mdc-card-shape-radius, mdc-card-media-aspect-ratio, mdc-card-container-layout-, mdc-card-actions-layout-; diff --git a/packages/mdc-checkbox/_functions.import.scss b/packages/mdc-checkbox/_functions.import.scss index 47e5afebeb0..2bcb79afaef 100644 --- a/packages/mdc-checkbox/_functions.import.scss +++ b/packages/mdc-checkbox/_functions.import.scss @@ -1,6 +1,6 @@ @forward "@material/animation" as mdc-animation-*; @forward "@material/ripple" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-states-base-color, mdc-states-opacities, mdc-states-hover-opacity, mdc-states-focus-opacity, mdc-states-focus-opacity-properties-, mdc-states-press-opacity, mdc-states, mdc-states-activated, mdc-states-selected, mdc-radius-bounded, mdc-radius-unbounded, mdc-states-interactions-, mdc-target-selector, mdc-target-common, mdc-keyframes-, mdc-states-opacity, mdc-states-opacities-; @forward "@material/ripple" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-core-styles, mdc-ripple-common, mdc-ripple-surface, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-radius-bounded, mdc-ripple-radius-unbounded, mdc-ripple-states-interactions-, mdc-ripple-target-selector, mdc-ripple-target-common, mdc-ripple-keyframes-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; -@forward "@material/theme" as mdc-theme-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; @forward "@material/density" as mdc-density-* hide mdc-density-prop-value; @forward "./index" as mdc-checkbox-* hide $mdc-checkbox-ripple-target, mdc-checkbox-core-styles, mdc-checkbox-without-ripple, mdc-checkbox-ripple, mdc-checkbox-density, mdc-checkbox-ripple-size, mdc-checkbox-container-colors, mdc-checkbox-disabled-container-colors, mdc-checkbox-ink-color, mdc-checkbox-disabled-ink-color, mdc-checkbox-focus-indicator-color, mdc-checkbox-touch-target, mdc-checkbox-base-, mdc-checkbox-disabled-, mdc-checkbox-child--upgraded-, mdc-checkbox-anim-, mdc-checkbox-if-enabled-, mdc-checkbox-if-disabled-, mdc-checkbox-if-unmarked-enabled-, mdc-checkbox-if-unmarked-disabled-, mdc-checkbox-if-marked-enabled-, mdc-checkbox-if-marked-disabled-, mdc-checkbox-background-, mdc-checkbox-background--marked-, mdc-checkbox-container-colors-, mdc-checkbox-focus-indicator-, mdc-checkbox-focus-indicator--focused-, mdc-checkbox-native-control-, mdc-checkbox-checkmark-, mdc-checkbox-checkmark--checked-, mdc-checkbox-checkmark--indeterminate-, mdc-checkbox-ink-color-, mdc-checkbox-checkmark-path-, mdc-checkbox-checkmark-path--marked-, mdc-checkbox-mixedmark-, mdc-checkbox-mixedmark--checked-, mdc-checkbox-mixedmark--indeterminate-, mdc-checkbox-touch-target-reset-, mdc-checkbox-container-keyframes-, mdc-checkbox-mark-keyframes-; diff --git a/packages/mdc-checkbox/_keyframes.import.scss b/packages/mdc-checkbox/_keyframes.import.scss index 157893b923e..4a8f4022ab2 100644 --- a/packages/mdc-checkbox/_keyframes.import.scss +++ b/packages/mdc-checkbox/_keyframes.import.scss @@ -1,6 +1,6 @@ @forward "@material/animation" as mdc-animation-* hide mdc-animation-enter, mdc-animation-exit-permanent, mdc-animation-exit-temporary, mdc-animation-standard; @forward "@material/feature-targeting" as mdc-feature-*; -@forward "@material/theme" as mdc-theme-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; @forward "@material/ripple" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-states-base-color, mdc-states-opacities, mdc-states-hover-opacity, mdc-states-focus-opacity, mdc-states-focus-opacity-properties-, mdc-states-press-opacity, mdc-states, mdc-states-activated, mdc-states-selected, mdc-radius-bounded, mdc-radius-unbounded, mdc-states-interactions-, mdc-target-selector, mdc-target-common, mdc-keyframes-, mdc-states-opacity, mdc-states-opacities-; @forward "@material/ripple" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-core-styles, mdc-ripple-common, mdc-ripple-surface, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-radius-bounded, mdc-ripple-radius-unbounded, mdc-ripple-states-interactions-, mdc-ripple-target-selector, mdc-ripple-target-common, mdc-ripple-keyframes-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; @forward "@material/density" as mdc-density-* hide mdc-density-prop-value; diff --git a/packages/mdc-checkbox/_mixins.import.scss b/packages/mdc-checkbox/_mixins.import.scss index e222dec8444..579f7e80c6c 100644 --- a/packages/mdc-checkbox/_mixins.import.scss +++ b/packages/mdc-checkbox/_mixins.import.scss @@ -2,7 +2,7 @@ @forward "@material/density" as mdc-density-*; @forward "@material/feature-targeting" as mdc-feature-*; @forward "@material/base" as mdc-base-*; -@forward "@material/theme" as mdc-theme-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; @forward "@material/ripple" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-radius-bounded, mdc-radius-unbounded, mdc-target-selector, mdc-target-common, mdc-keyframes-; @forward "@material/ripple" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-states-interactions-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; @forward "@material/touch-target" as mdc-touch-target-* hide mdc-touch-target-touch-target; diff --git a/packages/mdc-checkbox/_variables.import.scss b/packages/mdc-checkbox/_variables.import.scss index 6e41f26be9d..c7e3dcdfc7e 100644 --- a/packages/mdc-checkbox/_variables.import.scss +++ b/packages/mdc-checkbox/_variables.import.scss @@ -1,5 +1,5 @@ @forward "@material/ripple" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-states-base-color, mdc-states-opacities, mdc-states-hover-opacity, mdc-states-focus-opacity, mdc-states-focus-opacity-properties-, mdc-states-press-opacity, mdc-states, mdc-states-activated, mdc-states-selected, mdc-radius-bounded, mdc-radius-unbounded, mdc-states-interactions-, mdc-target-selector, mdc-target-common, mdc-keyframes-, mdc-states-opacity, mdc-states-opacities-; @forward "@material/ripple" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-core-styles, mdc-ripple-common, mdc-ripple-surface, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-radius-bounded, mdc-ripple-radius-unbounded, mdc-ripple-states-interactions-, mdc-ripple-target-selector, mdc-ripple-target-common, mdc-ripple-keyframes-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; -@forward "@material/theme" as mdc-theme-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; @forward "@material/density" as mdc-density-* hide mdc-density-prop-value; @forward "./index" as mdc-checkbox-* hide $mdc-checkbox-ripple-target, mdc-checkbox-core-styles, mdc-checkbox-without-ripple, mdc-checkbox-ripple, mdc-checkbox-density, mdc-checkbox-ripple-size, mdc-checkbox-container-colors, mdc-checkbox-disabled-container-colors, mdc-checkbox-ink-color, mdc-checkbox-disabled-ink-color, mdc-checkbox-focus-indicator-color, mdc-checkbox-touch-target, mdc-checkbox-base-, mdc-checkbox-disabled-, mdc-checkbox-child--upgraded-, mdc-checkbox-anim-, mdc-checkbox-if-enabled-, mdc-checkbox-if-disabled-, mdc-checkbox-if-unmarked-enabled-, mdc-checkbox-if-unmarked-disabled-, mdc-checkbox-if-marked-enabled-, mdc-checkbox-if-marked-disabled-, mdc-checkbox-background-, mdc-checkbox-background--marked-, mdc-checkbox-container-colors-, mdc-checkbox-focus-indicator-, mdc-checkbox-focus-indicator--focused-, mdc-checkbox-native-control-, mdc-checkbox-checkmark-, mdc-checkbox-checkmark--checked-, mdc-checkbox-checkmark--indeterminate-, mdc-checkbox-ink-color-, mdc-checkbox-checkmark-path-, mdc-checkbox-checkmark-path--marked-, mdc-checkbox-mixedmark-, mdc-checkbox-mixedmark--checked-, mdc-checkbox-mixedmark--indeterminate-, mdc-checkbox-touch-target-reset-, mdc-checkbox-container-keyframes-, mdc-checkbox-mark-keyframes-, mdc-checkbox-transition-enter, mdc-checkbox-transition-exit; diff --git a/packages/mdc-chips/_mixins.import.scss b/packages/mdc-chips/_mixins.import.scss index 4d4311ed336..ffc3059b3b4 100644 --- a/packages/mdc-chips/_mixins.import.scss +++ b/packages/mdc-chips/_mixins.import.scss @@ -1,7 +1,7 @@ @forward "@material/animation" as mdc-animation-*; @forward "@material/ripple" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-radius-bounded, mdc-radius-unbounded, mdc-target-selector, mdc-target-common, mdc-keyframes-; @forward "@material/ripple" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-states-interactions-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; -@forward "@material/theme" as mdc-theme-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; @forward "@material/density" as mdc-density-*; @forward "@material/checkbox" as mdc-checkbox-* hide $mdc-checkbox-ripple-target, mdc-checkbox-core-styles, mdc-checkbox-without-ripple, mdc-checkbox-ripple, mdc-checkbox-density, mdc-checkbox-ripple-size, mdc-checkbox-container-colors, mdc-checkbox-disabled-container-colors, mdc-checkbox-ink-color, mdc-checkbox-disabled-ink-color, mdc-checkbox-focus-indicator-color, mdc-checkbox-touch-target, mdc-checkbox-base-, mdc-checkbox-disabled-, mdc-checkbox-child--upgraded-, mdc-checkbox-anim-, mdc-checkbox-if-enabled-, mdc-checkbox-if-disabled-, mdc-checkbox-if-unmarked-enabled-, mdc-checkbox-if-unmarked-disabled-, mdc-checkbox-if-marked-enabled-, mdc-checkbox-if-marked-disabled-, mdc-checkbox-background-, mdc-checkbox-background--marked-, mdc-checkbox-container-colors-, mdc-checkbox-focus-indicator-, mdc-checkbox-focus-indicator--focused-, mdc-checkbox-native-control-, mdc-checkbox-checkmark-, mdc-checkbox-checkmark--checked-, mdc-checkbox-checkmark--indeterminate-, mdc-checkbox-ink-color-, mdc-checkbox-checkmark-path-, mdc-checkbox-checkmark-path--marked-, mdc-checkbox-mixedmark-, mdc-checkbox-mixedmark--checked-, mdc-checkbox-mixedmark--indeterminate-, mdc-checkbox-touch-target-reset-, mdc-checkbox-container-keyframes-, mdc-checkbox-mark-keyframes-; @forward "@material/base" as mdc-base-*; diff --git a/packages/mdc-chips/_variables.import.scss b/packages/mdc-chips/_variables.import.scss index 9eff5311f8a..3e055f24e93 100644 --- a/packages/mdc-chips/_variables.import.scss +++ b/packages/mdc-chips/_variables.import.scss @@ -1,4 +1,4 @@ @forward "@material/animation" as mdc-animation-* hide mdc-animation-enter, mdc-animation-exit-permanent, mdc-animation-exit-temporary, mdc-animation-standard; @forward "@material/density" as mdc-density-* hide mdc-density-prop-value; -@forward "@material/theme" as mdc-theme-* hide mdc-theme-core-styles, mdc-theme-prop; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900, mdc-theme-core-styles, mdc-theme-prop; @forward "./index" as mdc-chip-* hide $mdc-chip-ripple-target, mdc-chip-core-styles, mdc-chip-without-ripple, mdc-chip-ripple, mdc-chip-set-core-styles, mdc-chip-shape-radius, mdc-chip-fill-color-accessible, mdc-chip-fill-color, mdc-chip-ink-color, mdc-chip-ink-color-without-ripple-, mdc-chip-ink-color-ripple-, mdc-chip-selected-ink-color, mdc-chip-selected-ink-color-without-ripple-, mdc-chip-selected-ink-color-ripple-, mdc-chip-outline, mdc-chip-outline-color, mdc-chip-outline-style, mdc-chip-outline-width, mdc-chip-horizontal-padding, mdc-chip-height, mdc-chip-set-spacing, mdc-chip-leading-icon-color, mdc-chip-trailing-icon-color, mdc-chip-leading-icon-size, mdc-chip-trailing-icon-size, mdc-chip-icon-size-, mdc-chip-leading-icon-margin, mdc-chip-trailing-icon-margin, mdc-chip-elevation-transition, mdc-chip-density, mdc-chip-touch-target-reset-; diff --git a/packages/mdc-data-table/_mixins.import.scss b/packages/mdc-data-table/_mixins.import.scss index 3c014d16f6b..d384ddbba71 100644 --- a/packages/mdc-data-table/_mixins.import.scss +++ b/packages/mdc-data-table/_mixins.import.scss @@ -1,7 +1,7 @@ @forward "@material/animation" as mdc-animation-*; @forward "@material/base" as mdc-base-*; @forward "@material/feature-targeting" as mdc-feature-*; -@forward "@material/theme" as mdc-theme-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; @forward "@material/elevation" as mdc-elevation-* hide mdc-elevation-elevation; @forward "@material/elevation" as mdc-* hide mdc-core-styles, mdc-overlay-common, mdc-overlay-dimensions, mdc-overlay-fill-color, mdc-overlay-opacity, mdc-overlay-selector-, mdc-overlay-surface-position, mdc-shadow, mdc-transition-value, mdc-overlay-transition-value; @forward "@material/density" as mdc-density-*; diff --git a/packages/mdc-data-table/_variables.import.scss b/packages/mdc-data-table/_variables.import.scss index 8583efcc950..aade07043ee 100644 --- a/packages/mdc-data-table/_variables.import.scss +++ b/packages/mdc-data-table/_variables.import.scss @@ -1,3 +1,3 @@ -@forward "@material/theme" as mdc-theme-* hide mdc-theme-core-styles, mdc-theme-prop; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900, mdc-theme-core-styles, mdc-theme-prop; @forward "@material/density" as mdc-density-* hide mdc-density-prop-value; @forward "./index" as mdc-data-table-* hide mdc-data-table-core-styles, mdc-data-table-fill-color, mdc-data-table-header-row-fill-color, mdc-data-table-row-fill-color, mdc-data-table-selected-row-fill-color, mdc-data-table-checked-icon-color, mdc-data-table-divider-color, mdc-data-table-divider-size, mdc-data-table-row-hover-fill-color, mdc-data-table-header-row-text-color, mdc-data-table-row-text-color, mdc-data-table-shape-radius, mdc-data-table-stroke-size, mdc-data-table-stroke-color, mdc-data-table-header-cell-height, mdc-data-table-cell-height, mdc-data-table-cell-padding, mdc-data-table-column-widths, mdc-data-table-density, mdc-data-table-theme-baseline; diff --git a/packages/mdc-dialog/_mixins.import.scss b/packages/mdc-dialog/_mixins.import.scss index 95431d11645..f67dd998e92 100644 --- a/packages/mdc-dialog/_mixins.import.scss +++ b/packages/mdc-dialog/_mixins.import.scss @@ -1,6 +1,6 @@ @forward "@material/animation" as mdc-animation-*; @forward "@material/density" as mdc-density-* hide mdc-density-prop-value; -@forward "@material/theme" as mdc-theme-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; @forward "@material/button" as mdc-button-* hide $mdc-button-ripple-target, mdc-button-core-styles, mdc-button-theme-baseline, mdc-button-without-ripple, mdc-button-ripple, mdc-button-filled-accessible, mdc-button-container-fill-color, mdc-button-disabled-container-fill-color, mdc-button-outline-color, mdc-button-disabled-outline-color, mdc-button-icon-color, mdc-button-disabled-icon-color, mdc-button-ink-color, mdc-button-disabled-ink-color, mdc-button-density, mdc-button-touch-target-reset-, mdc-button-height, mdc-button-shape-radius, mdc-button-horizontal-padding, mdc-button-outline-width, mdc-button-label-overlow-ellipsis, mdc-button-base-, mdc-button-icon-, mdc-button-icon-trailing-, mdc-button-icon-svg-, mdc-button-icon-contained-, mdc-button-icon-contained-trailing-, mdc-button-outlined-, mdc-button-filled-, mdc-button-raised-, mdc-button-container-fill-color-, mdc-button-outline-color-, mdc-button-icon-color-, mdc-button-ink-color-; @forward "@material/base" as mdc-base-*; @forward "@material/feature-targeting" as mdc-feature-*; diff --git a/packages/mdc-drawer/_mixins.import.scss b/packages/mdc-drawer/_mixins.import.scss index 9fdd8b30f8b..402e7848e22 100644 --- a/packages/mdc-drawer/_mixins.import.scss +++ b/packages/mdc-drawer/_mixins.import.scss @@ -4,7 +4,7 @@ @forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; @forward "@material/typography" as mdc-typography-* hide mdc-typography-typography; @forward "@material/typography" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis, mdc-get-global-variable-, mdc-set-styles-, mdc-get-letter-spacing-; -@forward "@material/theme" as mdc-theme-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; @forward "@material/density" as mdc-density-*; @forward "@material/shape" as mdc-shape-*; @forward "@material/base" as mdc-base-*; diff --git a/packages/mdc-drawer/_variables.import.scss b/packages/mdc-drawer/_variables.import.scss index c9a3d44150e..5777735075d 100644 --- a/packages/mdc-drawer/_variables.import.scss +++ b/packages/mdc-drawer/_variables.import.scss @@ -1,2 +1,2 @@ -@forward "@material/theme" as mdc-theme-* hide mdc-theme-core-styles, mdc-theme-prop; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900, mdc-theme-core-styles, mdc-theme-prop; @forward "./index" as mdc-drawer-* hide mdc-drawer-core-styles, mdc-drawer-dismissible-core-styles, mdc-drawer-modal-core-styles, mdc-drawer-activated-overlay-color, mdc-drawer-border-color, mdc-drawer-item-shape-radius, mdc-drawer-shape-radius, mdc-drawer-divider-color, mdc-drawer-title-ink-color, mdc-drawer-subtitle-ink-color, mdc-drawer-fill-color-accessible, mdc-drawer-item-icon-ink-color, mdc-drawer-item-activated-icon-ink-color, mdc-drawer-item-activated-text-ink-color, mdc-drawer-item-text-ink-color, mdc-drawer-surface-fill-color, mdc-drawer-scrim-fill-color, mdc-drawer-z-index, mdc-drawer-width, mdc-drawer-list-item-; diff --git a/packages/mdc-elevation/_mixins.import.scss b/packages/mdc-elevation/_mixins.import.scss index f19fd6a848c..3aca32ab9bf 100644 --- a/packages/mdc-elevation/_mixins.import.scss +++ b/packages/mdc-elevation/_mixins.import.scss @@ -1,6 +1,6 @@ @forward "@material/base" as mdc-base-*; @forward "@material/feature-targeting" as mdc-feature-*; -@forward "@material/theme" as mdc-theme-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; @forward "@material/animation" as mdc-animation-* hide mdc-animation-enter, mdc-animation-exit-permanent, mdc-animation-exit-temporary, mdc-animation-standard; @forward "./index" as mdc-elevation-* hide mdc-elevation-elevation; @forward "./index" as mdc-* hide mdc-transition-value, mdc-overlay-transition-value; diff --git a/packages/mdc-fab/_mixins.import.scss b/packages/mdc-fab/_mixins.import.scss index 85c925606ca..8178a662677 100644 --- a/packages/mdc-fab/_mixins.import.scss +++ b/packages/mdc-fab/_mixins.import.scss @@ -1,7 +1,7 @@ @forward "@material/animation" as mdc-animation-*; @forward "@material/base" as mdc-base-*; @forward "@material/feature-targeting" as mdc-feature-*; -@forward "@material/theme" as mdc-theme-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; @forward "@material/elevation" as mdc-elevation-* hide mdc-elevation-elevation; @forward "@material/elevation" as mdc-* hide mdc-core-styles, mdc-overlay-common, mdc-overlay-dimensions, mdc-overlay-fill-color, mdc-overlay-opacity, mdc-overlay-selector-, mdc-overlay-surface-position, mdc-shadow, mdc-transition-value, mdc-overlay-transition-value; @forward "@material/ripple" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-radius-bounded, mdc-radius-unbounded, mdc-target-selector, mdc-target-common, mdc-keyframes-; diff --git a/packages/mdc-floating-label/_mixins.import.scss b/packages/mdc-floating-label/_mixins.import.scss index acf64ed205d..a7ba595b64a 100644 --- a/packages/mdc-floating-label/_mixins.import.scss +++ b/packages/mdc-floating-label/_mixins.import.scss @@ -1,6 +1,6 @@ @forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; @forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; -@forward "@material/theme" as mdc-theme-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; @forward "@material/feature-targeting" as mdc-feature-*; @forward "@material/animation" as mdc-animation-* hide mdc-animation-enter, mdc-animation-exit-permanent, mdc-animation-exit-temporary, mdc-animation-standard; @forward "@material/typography" as mdc-typography-* hide mdc-typography-typography; diff --git a/packages/mdc-form-field/_mixins.import.scss b/packages/mdc-form-field/_mixins.import.scss index 3c6dbfbcc73..05298913a17 100644 --- a/packages/mdc-form-field/_mixins.import.scss +++ b/packages/mdc-form-field/_mixins.import.scss @@ -1,7 +1,7 @@ @forward "@material/feature-targeting" as mdc-feature-*; @forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; @forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; -@forward "@material/theme" as mdc-theme-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; @forward "@material/typography" as mdc-typography-* hide mdc-typography-typography; @forward "@material/typography" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis, mdc-get-global-variable-, mdc-set-styles-, mdc-get-letter-spacing-; @forward "./index" as mdc-form-field-*; diff --git a/packages/mdc-icon-button/_mixins.import.scss b/packages/mdc-icon-button/_mixins.import.scss index 9ba420a5bde..bef0c6a7e2f 100644 --- a/packages/mdc-icon-button/_mixins.import.scss +++ b/packages/mdc-icon-button/_mixins.import.scss @@ -2,7 +2,7 @@ @forward "@material/feature-targeting" as mdc-feature-*; @forward "@material/animation" as mdc-animation-*; @forward "@material/base" as mdc-base-*; -@forward "@material/theme" as mdc-theme-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; @forward "@material/ripple" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-radius-bounded, mdc-radius-unbounded, mdc-target-selector, mdc-target-common, mdc-keyframes-; @forward "@material/ripple" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-states-interactions-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; @forward "./index" as mdc-icon-button-*; diff --git a/packages/mdc-image-list/_mixins.import.scss b/packages/mdc-image-list/_mixins.import.scss index 69f87bc1dd3..10f736658d7 100644 --- a/packages/mdc-image-list/_mixins.import.scss +++ b/packages/mdc-image-list/_mixins.import.scss @@ -2,7 +2,7 @@ @forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; @forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; @forward "@material/shape" as mdc-shape-*; -@forward "@material/theme" as mdc-theme-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; @forward "@material/typography" as mdc-typography-* hide mdc-typography-typography; @forward "@material/typography" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis, mdc-get-global-variable-, mdc-set-styles-, mdc-get-letter-spacing-; @forward "./index" as mdc-image-list-*; diff --git a/packages/mdc-line-ripple/_mixins.import.scss b/packages/mdc-line-ripple/_mixins.import.scss index 917cf22fead..7fb29ec12f9 100644 --- a/packages/mdc-line-ripple/_mixins.import.scss +++ b/packages/mdc-line-ripple/_mixins.import.scss @@ -1,4 +1,4 @@ @forward "@material/feature-targeting" as mdc-feature-*; -@forward "@material/theme" as mdc-theme-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; @forward "@material/animation" as mdc-animation-* hide mdc-animation-enter, mdc-animation-exit-permanent, mdc-animation-exit-temporary, mdc-animation-standard; @forward "./index" as mdc-line-ripple-*; diff --git a/packages/mdc-linear-progress/_mixins.import.scss b/packages/mdc-linear-progress/_mixins.import.scss index 8dad8e58f2b..f3b1ada0591 100644 --- a/packages/mdc-linear-progress/_mixins.import.scss +++ b/packages/mdc-linear-progress/_mixins.import.scss @@ -1,4 +1,4 @@ @forward "@material/animation" as mdc-animation-*; @forward "@material/feature-targeting" as mdc-feature-*; -@forward "@material/theme" as mdc-theme-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; @forward "./index" as mdc-linear-progress-*; diff --git a/packages/mdc-list/_mixins.import.scss b/packages/mdc-list/_mixins.import.scss index 79628e02209..94a7d72ca4d 100644 --- a/packages/mdc-list/_mixins.import.scss +++ b/packages/mdc-list/_mixins.import.scss @@ -2,7 +2,7 @@ @forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; @forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; @forward "@material/feature-targeting" as mdc-feature-*; -@forward "@material/theme" as mdc-theme-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; @forward "@material/shape" as mdc-shape-*; @forward "@material/animation" as mdc-animation-*; @forward "@material/base" as mdc-base-*; diff --git a/packages/mdc-list/_variables.import.scss b/packages/mdc-list/_variables.import.scss index 3216700aecf..22984a20f0b 100644 --- a/packages/mdc-list/_variables.import.scss +++ b/packages/mdc-list/_variables.import.scss @@ -1,3 +1,3 @@ @forward "@material/density" as mdc-density-* hide mdc-density-prop-value; -@forward "@material/theme" as mdc-theme-* hide mdc-theme-core-styles, mdc-theme-prop; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900, mdc-theme-core-styles, mdc-theme-prop; @forward "./index" as mdc-list-* hide mdc-list-core-styles, mdc-list-without-ripple, mdc-list-ripple, mdc-list-item-primary-text-ink-color, mdc-list-item-secondary-text-ink-color, mdc-list-item-graphic-fill-color, mdc-list-item-graphic-ink-color, mdc-list-item-meta-ink-color, mdc-list-single-line-shape-radius, mdc-list-divider-color, mdc-list-group-subheader-ink-color, mdc-list-item-disabled-text-opacity, mdc-list-item-disabled-text-color, mdc-list-single-line-density, mdc-list-single-line-height, mdc-list-base-, mdc-list-item-base-, mdc-list-item-interactive-ripple-, mdc-list-graphic-size-; diff --git a/packages/mdc-menu-surface/_mixins.import.scss b/packages/mdc-menu-surface/_mixins.import.scss index ea0f08ae102..b96d283ad4f 100644 --- a/packages/mdc-menu-surface/_mixins.import.scss +++ b/packages/mdc-menu-surface/_mixins.import.scss @@ -1,5 +1,5 @@ @forward "@material/feature-targeting" as mdc-feature-*; -@forward "@material/theme" as mdc-theme-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; @forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; @forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; @forward "@material/shape" as mdc-shape-*; diff --git a/packages/mdc-menu/_mixins.import.scss b/packages/mdc-menu/_mixins.import.scss index 87ec6b3fca3..50bcbe4d96e 100644 --- a/packages/mdc-menu/_mixins.import.scss +++ b/packages/mdc-menu/_mixins.import.scss @@ -1,6 +1,6 @@ @forward "@material/base" as mdc-base-*; @forward "@material/feature-targeting" as mdc-feature-*; -@forward "@material/theme" as mdc-theme-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; @forward "@material/animation" as mdc-animation-*; @forward "@material/elevation" as mdc-elevation-* hide mdc-elevation-elevation; @forward "@material/elevation" as mdc-* hide mdc-core-styles, mdc-overlay-common, mdc-overlay-dimensions, mdc-overlay-fill-color, mdc-overlay-opacity, mdc-overlay-selector-, mdc-overlay-surface-position, mdc-shadow, mdc-transition-value, mdc-overlay-transition-value; diff --git a/packages/mdc-menu/_variables.import.scss b/packages/mdc-menu/_variables.import.scss index 4290a9fc34a..e94646dd7da 100644 --- a/packages/mdc-menu/_variables.import.scss +++ b/packages/mdc-menu/_variables.import.scss @@ -1,3 +1,3 @@ @forward "@material/feature-targeting" as mdc-feature-*; -@forward "@material/theme" as mdc-theme-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; @forward "./index" as mdc-menu-* hide mdc-menu-core-styles, mdc-menu-width; diff --git a/packages/mdc-notched-outline/_mixins.import.scss b/packages/mdc-notched-outline/_mixins.import.scss index a315df24946..8c7cc8b261e 100644 --- a/packages/mdc-notched-outline/_mixins.import.scss +++ b/packages/mdc-notched-outline/_mixins.import.scss @@ -1,5 +1,5 @@ @forward "@material/feature-targeting" as mdc-feature-*; -@forward "@material/theme" as mdc-theme-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; @forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; @forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; @forward "@material/shape" as mdc-shape-*; diff --git a/packages/mdc-radio/_functions.import.scss b/packages/mdc-radio/_functions.import.scss index 705a1ed3a8f..49774de5be3 100644 --- a/packages/mdc-radio/_functions.import.scss +++ b/packages/mdc-radio/_functions.import.scss @@ -1,4 +1,4 @@ @forward "@material/animation" as mdc-animation-*; @forward "@material/density" as mdc-density-* hide mdc-density-prop-value; -@forward "@material/theme" as mdc-theme-* hide mdc-theme-core-styles, mdc-theme-prop; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900, mdc-theme-core-styles, mdc-theme-prop; @forward "./index" as mdc-radio-* hide $mdc-radio-ripple-target, mdc-radio-core-styles, mdc-radio-without-ripple, mdc-radio-ripple, mdc-radio-unchecked-stroke-color, mdc-radio-checked-stroke-color, mdc-radio-ink-color, mdc-radio-disabled-unchecked-stroke-color, mdc-radio-disabled-checked-stroke-color, mdc-radio-disabled-ink-color, mdc-radio-focus-indicator-color, mdc-radio-touch-target, mdc-radio-density, mdc-radio-ripple-size, mdc-radio-touch-target-reset-, mdc-radio-if-enabled-, mdc-radio-if-enabled-unchecked-, mdc-radio-if-enabled-checked-, mdc-radio-if-disabled-, mdc-radio-if-disabled-unchecked-, mdc-radio-if-disabled-checked-, mdc-radio-ink-color-, mdc-radio-stroke-color-; diff --git a/packages/mdc-radio/_mixins.import.scss b/packages/mdc-radio/_mixins.import.scss index 6609ab1da7d..698d021a9eb 100644 --- a/packages/mdc-radio/_mixins.import.scss +++ b/packages/mdc-radio/_mixins.import.scss @@ -2,7 +2,7 @@ @forward "@material/density" as mdc-density-*; @forward "@material/feature-targeting" as mdc-feature-*; @forward "@material/base" as mdc-base-*; -@forward "@material/theme" as mdc-theme-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; @forward "@material/ripple" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-radius-bounded, mdc-radius-unbounded, mdc-target-selector, mdc-target-common, mdc-keyframes-; @forward "@material/ripple" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-states-interactions-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; @forward "@material/touch-target" as mdc-touch-target-* hide mdc-touch-target-touch-target; diff --git a/packages/mdc-radio/_variables.import.scss b/packages/mdc-radio/_variables.import.scss index bb4139a4415..9c1ec56ae87 100644 --- a/packages/mdc-radio/_variables.import.scss +++ b/packages/mdc-radio/_variables.import.scss @@ -1,3 +1,3 @@ @forward "@material/density" as mdc-density-* hide mdc-density-prop-value; -@forward "@material/theme" as mdc-theme-* hide mdc-theme-core-styles, mdc-theme-prop; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900, mdc-theme-core-styles, mdc-theme-prop; @forward "./index" as mdc-radio-* hide $mdc-radio-ripple-target, mdc-radio-core-styles, mdc-radio-without-ripple, mdc-radio-ripple, mdc-radio-unchecked-stroke-color, mdc-radio-checked-stroke-color, mdc-radio-ink-color, mdc-radio-disabled-unchecked-stroke-color, mdc-radio-disabled-checked-stroke-color, mdc-radio-disabled-ink-color, mdc-radio-focus-indicator-color, mdc-radio-touch-target, mdc-radio-density, mdc-radio-ripple-size, mdc-radio-touch-target-reset-, mdc-radio-if-enabled-, mdc-radio-if-enabled-unchecked-, mdc-radio-if-enabled-checked-, mdc-radio-if-disabled-, mdc-radio-if-disabled-unchecked-, mdc-radio-if-disabled-checked-, mdc-radio-ink-color-, mdc-radio-stroke-color-, mdc-radio-enter, mdc-radio-exit; diff --git a/packages/mdc-ripple/_functions.import.scss b/packages/mdc-ripple/_functions.import.scss index 05f9df786a7..0d604f423cb 100644 --- a/packages/mdc-ripple/_functions.import.scss +++ b/packages/mdc-ripple/_functions.import.scss @@ -1,3 +1,3 @@ -@forward "@material/theme" as mdc-theme-* hide mdc-theme-core-styles, mdc-theme-prop; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900, mdc-theme-core-styles, mdc-theme-prop; @forward "./index" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-states-base-color, mdc-states-opacities, mdc-states-hover-opacity, mdc-states-focus-opacity, mdc-states-focus-opacity-properties-, mdc-states-press-opacity, mdc-states, mdc-states-activated, mdc-states-selected, mdc-radius-bounded, mdc-radius-unbounded, mdc-states-interactions-, mdc-target-selector, mdc-target-common, mdc-keyframes-; @forward "./index" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-core-styles, mdc-ripple-common, mdc-ripple-surface, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-radius-bounded, mdc-ripple-radius-unbounded, mdc-ripple-states-interactions-, mdc-ripple-target-selector, mdc-ripple-target-common, mdc-ripple-keyframes-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; diff --git a/packages/mdc-ripple/_mixins.import.scss b/packages/mdc-ripple/_mixins.import.scss index f238fb4d483..10df264990a 100644 --- a/packages/mdc-ripple/_mixins.import.scss +++ b/packages/mdc-ripple/_mixins.import.scss @@ -1,6 +1,6 @@ @forward "@material/animation" as mdc-animation-*; @forward "@material/base" as mdc-base-*; @forward "@material/feature-targeting" as mdc-feature-*; -@forward "@material/theme" as mdc-theme-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; @forward "./index" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-radius-bounded, mdc-radius-unbounded, mdc-target-selector, mdc-target-common, mdc-keyframes-; @forward "./index" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-states-interactions-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; diff --git a/packages/mdc-select/_mixins.import.scss b/packages/mdc-select/_mixins.import.scss index bbe48ae0feb..e7292e2e55b 100644 --- a/packages/mdc-select/_mixins.import.scss +++ b/packages/mdc-select/_mixins.import.scss @@ -1,6 +1,6 @@ @forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; @forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; -@forward "@material/theme" as mdc-theme-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; @forward "@material/feature-targeting" as mdc-feature-*; @forward "@material/animation" as mdc-animation-*; @forward "@material/typography" as mdc-typography-* hide mdc-typography-typography; diff --git a/packages/mdc-select/_variables.import.scss b/packages/mdc-select/_variables.import.scss index 01425b87b6b..0a00a3f1d7c 100644 --- a/packages/mdc-select/_variables.import.scss +++ b/packages/mdc-select/_variables.import.scss @@ -1,3 +1,3 @@ @forward "@material/animation" as mdc-animation-* hide mdc-animation-enter, mdc-animation-exit-permanent, mdc-animation-exit-temporary, mdc-animation-standard; -@forward "@material/theme" as mdc-theme-* hide mdc-theme-core-styles, mdc-theme-prop; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900, mdc-theme-core-styles, mdc-theme-prop; @forward "./index" as mdc-select-* hide mdc-select-ink-color, mdc-select-container-fill-color, mdc-select-focused-label-color, mdc-select-hover-bottom-line-color, mdc-select-bottom-line-color, mdc-select-focused-bottom-line-color, mdc-select-label-color, mdc-select-outline-color, mdc-select-hover-outline-color, mdc-select-focused-outline-color, mdc-select-shape-radius, mdc-select-outline-shape-radius, mdc-select-focused-line-ripple-, mdc-select-focused-outline-, mdc-select-focused-outline-idle-, mdc-select-ink-color-, mdc-select-container-fill-color-, mdc-select-bottom-line-color-, mdc-select-native-control-bottom-line-color-, mdc-select-focused-line-ripple-color-, mdc-select-dd-arrow-svg-bg-, mdc-select-outline-color-, mdc-select-hover-outline-color-, mdc-select-focused-outline-color-, mdc-select-floating-label-, mdc-select-with-leading-icon-, mdc-select-text-, mdc-select-disabled-, mdc-select-no-label-, mdc-select-outlined-, mdc-select-helper-text-, mdc-select-transition; diff --git a/packages/mdc-select/helper-text/_mixins.import.scss b/packages/mdc-select/helper-text/_mixins.import.scss index f082abc19b4..55e38fa7c82 100644 --- a/packages/mdc-select/helper-text/_mixins.import.scss +++ b/packages/mdc-select/helper-text/_mixins.import.scss @@ -1,8 +1,3 @@ -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "mixins" as mdc-select-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; +@forward "./index" as mdc-select-*; diff --git a/packages/mdc-select/icon/_mixins.import.scss b/packages/mdc-select/icon/_mixins.import.scss index 9d51517b3b1..a549010d046 100644 --- a/packages/mdc-select/icon/_mixins.import.scss +++ b/packages/mdc-select/icon/_mixins.import.scss @@ -1,12 +1,5 @@ -@forward "@material/rtl/variables" as mdc-rtl-*; -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "variables" as mdc-select-*; -@forward "@material/rtl/mixins" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; -@forward "@material/rtl/mixins" as mdc-rtl-* hide mdc-rtl-rtl; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "mixins" as mdc-select-*; +@forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; +@forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; +@forward "./index" as mdc-select-*; diff --git a/packages/mdc-select/icon/_variables.import.scss b/packages/mdc-select/icon/_variables.import.scss index fe0539983f1..d8868a9549d 100644 --- a/packages/mdc-select/icon/_variables.import.scss +++ b/packages/mdc-select/icon/_variables.import.scss @@ -1 +1 @@ -@forward "variables" as mdc-select-*; +@forward "./index" as mdc-select-* hide mdc-select-icon-color, mdc-select-icon-, mdc-select-icon-color-, mdc-select-icon-horizontal-position-; diff --git a/packages/mdc-slider/_mixins.import.scss b/packages/mdc-slider/_mixins.import.scss index ddbe48e961d..721c8f62e09 100644 --- a/packages/mdc-slider/_mixins.import.scss +++ b/packages/mdc-slider/_mixins.import.scss @@ -1,5 +1,5 @@ @forward "@material/feature-targeting" as mdc-feature-*; -@forward "@material/theme" as mdc-theme-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; @forward "@material/typography" as mdc-typography-* hide mdc-typography-typography; @forward "@material/typography" as mdc-* hide mdc-base, mdc-baseline-bottom, mdc-baseline-strut-, mdc-baseline-top, mdc-core-styles, mdc-overflow-ellipsis, mdc-get-global-variable-, mdc-set-styles-, mdc-get-letter-spacing-; @forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; diff --git a/packages/mdc-snackbar/_mixins.import.scss b/packages/mdc-snackbar/_mixins.import.scss index ec377ea7707..67b3e616a6d 100644 --- a/packages/mdc-snackbar/_mixins.import.scss +++ b/packages/mdc-snackbar/_mixins.import.scss @@ -1,7 +1,7 @@ @forward "@material/feature-targeting" as mdc-feature-*; @forward "@material/animation" as mdc-animation-*; @forward "@material/base" as mdc-base-*; -@forward "@material/theme" as mdc-theme-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; @forward "@material/elevation" as mdc-elevation-* hide mdc-elevation-elevation; @forward "@material/elevation" as mdc-* hide mdc-core-styles, mdc-overlay-common, mdc-overlay-dimensions, mdc-overlay-fill-color, mdc-overlay-opacity, mdc-overlay-selector-, mdc-overlay-surface-position, mdc-shadow, mdc-transition-value, mdc-overlay-transition-value; @forward "@material/ripple" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-radius-bounded, mdc-radius-unbounded, mdc-target-selector, mdc-target-common, mdc-keyframes-; diff --git a/packages/mdc-snackbar/_variables.import.scss b/packages/mdc-snackbar/_variables.import.scss index 52332186fec..0ff1b628987 100644 --- a/packages/mdc-snackbar/_variables.import.scss +++ b/packages/mdc-snackbar/_variables.import.scss @@ -1,2 +1,2 @@ -@forward "@material/theme" as mdc-theme-* hide mdc-theme-core-styles, mdc-theme-prop; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900, mdc-theme-core-styles, mdc-theme-prop; @forward "./index" as mdc-snackbar-* hide mdc-snackbar-core-styles, mdc-snackbar-fill-color, mdc-snackbar-label-ink-color, mdc-snackbar-shape-radius, mdc-snackbar-min-width, mdc-snackbar-max-width, mdc-snackbar-elevation, mdc-snackbar-viewport-margin, mdc-snackbar-z-index, mdc-snackbar-position-leading, mdc-snackbar-layout-stacked; diff --git a/packages/mdc-switch/_mixins.import.scss b/packages/mdc-switch/_mixins.import.scss index ca01e8ea8d8..0637bb0b4e6 100644 --- a/packages/mdc-switch/_mixins.import.scss +++ b/packages/mdc-switch/_mixins.import.scss @@ -1,7 +1,7 @@ @forward "@material/density" as mdc-density-*; @forward "@material/base" as mdc-base-*; @forward "@material/feature-targeting" as mdc-feature-*; -@forward "@material/theme" as mdc-theme-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; @forward "@material/animation" as mdc-animation-*; @forward "@material/elevation" as mdc-elevation-* hide mdc-elevation-elevation; @forward "@material/elevation" as mdc-* hide mdc-core-styles, mdc-overlay-common, mdc-overlay-dimensions, mdc-overlay-fill-color, mdc-overlay-opacity, mdc-overlay-selector-, mdc-overlay-surface-position, mdc-shadow, mdc-transition-value, mdc-overlay-transition-value; diff --git a/packages/mdc-switch/_variables.import.scss b/packages/mdc-switch/_variables.import.scss index 5a38384abe1..93b88e92969 100644 --- a/packages/mdc-switch/_variables.import.scss +++ b/packages/mdc-switch/_variables.import.scss @@ -1,3 +1,3 @@ @forward "@material/density" as mdc-density-* hide mdc-density-prop-value; -@forward "@material/theme" as mdc-theme-* hide mdc-theme-core-styles, mdc-theme-prop; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900, mdc-theme-core-styles, mdc-theme-prop; @forward "./index" as mdc-switch-* hide mdc-switch-core-styles, mdc-switch-without-ripple, mdc-switch-ripple, mdc-switch-toggled-on-color, mdc-switch-toggled-off-color, mdc-switch-toggled-on-track-color, mdc-switch-toggled-on-thumb-color, mdc-switch-toggled-on-ripple-color, mdc-switch-toggled-off-track-color, mdc-switch-toggled-off-thumb-color, mdc-switch-toggled-off-ripple-color, mdc-switch-density, mdc-switch-ripple-size, mdc-switch-ripple-states-opacity, mdc-switch-base-, mdc-switch-track-, mdc-switch-thumb-underlay-, mdc-switch-native-control-, mdc-switch-thumb-, mdc-switch-track-checked-, mdc-switch-thumb-underlay-checked-, mdc-switch-native-control-checked-, mdc-switch-disabled-base-, mdc-switch-thumb-disabled-, mdc-switch-native-control-disabled-, mdc-switch-transition; diff --git a/packages/mdc-tab-bar/_mixins.import.scss b/packages/mdc-tab-bar/_mixins.import.scss index 3818fed79ef..23fbbffee07 100644 --- a/packages/mdc-tab-bar/_mixins.import.scss +++ b/packages/mdc-tab-bar/_mixins.import.scss @@ -2,7 +2,7 @@ @forward "@material/density" as mdc-density-*; @forward "@material/feature-targeting" as mdc-feature-*; @forward "@material/base" as mdc-base-*; -@forward "@material/theme" as mdc-theme-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; @forward "@material/ripple" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-radius-bounded, mdc-radius-unbounded, mdc-target-selector, mdc-target-common, mdc-keyframes-; @forward "@material/ripple" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-states-interactions-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; @forward "@material/typography" as mdc-typography-* hide mdc-typography-typography; diff --git a/packages/mdc-tab-bar/_variables.import.scss b/packages/mdc-tab-bar/_variables.import.scss index b4e7dd51622..d4f18400b1c 100644 --- a/packages/mdc-tab-bar/_variables.import.scss +++ b/packages/mdc-tab-bar/_variables.import.scss @@ -1,4 +1,4 @@ @forward "@material/density" as mdc-density-* hide mdc-density-prop-value; -@forward "@material/theme" as mdc-theme-* hide mdc-theme-core-styles, mdc-theme-prop; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900, mdc-theme-core-styles, mdc-theme-prop; @forward "@material/tab" as mdc-tab-* hide mdc-tab-core-styles, mdc-tab-without-ripple, mdc-tab-ripple, mdc-tab-horizontal-padding, mdc-tab-text-label-color, mdc-tab-icon-color, mdc-tab-states-color, mdc-tab-ink-color, mdc-tab-active-text-label-color, mdc-tab-active-icon-color, mdc-tab-active-states-color, mdc-tab-parent-positioning, mdc-tab-fixed-width, mdc-tab-height, mdc-tab-text-transform, mdc-tab-base-, mdc-tab-ripple-, mdc-tab-content-, mdc-tab-stacked-, mdc-tab-active-; @forward "./index" as mdc-tab-bar-* hide mdc-tab-bar-core-styles, mdc-tab-bar-width, mdc-tab-bar-density, mdc-tab-bar-stacked-density, mdc-tab-bar-tab-scroller-transition; diff --git a/packages/mdc-tab-indicator/_mixins.import.scss b/packages/mdc-tab-indicator/_mixins.import.scss index a337312cca0..66126419a50 100644 --- a/packages/mdc-tab-indicator/_mixins.import.scss +++ b/packages/mdc-tab-indicator/_mixins.import.scss @@ -1,4 +1,4 @@ @forward "@material/animation" as mdc-animation-* hide mdc-animation-enter, mdc-animation-exit-permanent, mdc-animation-exit-temporary, mdc-animation-standard; @forward "@material/feature-targeting" as mdc-feature-*; -@forward "@material/theme" as mdc-theme-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; @forward "./index" as mdc-tab-indicator-*; diff --git a/packages/mdc-tab-scroller/_mixins.import.scss b/packages/mdc-tab-scroller/_mixins.import.scss index 749210f2ea6..13c17f3fbe3 100644 --- a/packages/mdc-tab-scroller/_mixins.import.scss +++ b/packages/mdc-tab-scroller/_mixins.import.scss @@ -1,7 +1,7 @@ @forward "@material/animation" as mdc-animation-*; @forward "@material/feature-targeting" as mdc-feature-*; @forward "@material/base" as mdc-base-*; -@forward "@material/theme" as mdc-theme-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; @forward "@material/ripple" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-radius-bounded, mdc-radius-unbounded, mdc-target-selector, mdc-target-common, mdc-keyframes-; @forward "@material/ripple" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-states-interactions-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; @forward "@material/typography" as mdc-typography-* hide mdc-typography-typography; diff --git a/packages/mdc-tab/_mixins.import.scss b/packages/mdc-tab/_mixins.import.scss index bb829a91867..57ba34ca66f 100644 --- a/packages/mdc-tab/_mixins.import.scss +++ b/packages/mdc-tab/_mixins.import.scss @@ -1,7 +1,7 @@ @forward "@material/feature-targeting" as mdc-feature-*; @forward "@material/animation" as mdc-animation-*; @forward "@material/base" as mdc-base-*; -@forward "@material/theme" as mdc-theme-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; @forward "@material/ripple" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-radius-bounded, mdc-radius-unbounded, mdc-target-selector, mdc-target-common, mdc-keyframes-; @forward "@material/ripple" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-states-interactions-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; @forward "@material/typography" as mdc-typography-* hide mdc-typography-typography; diff --git a/packages/mdc-tab/_variables.import.scss b/packages/mdc-tab/_variables.import.scss index 021b1d7f12b..883686b60f7 100644 --- a/packages/mdc-tab/_variables.import.scss +++ b/packages/mdc-tab/_variables.import.scss @@ -1,2 +1,2 @@ -@forward "@material/theme" as mdc-theme-* hide mdc-theme-core-styles, mdc-theme-prop; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900, mdc-theme-core-styles, mdc-theme-prop; @forward "./index" as mdc-tab-* hide mdc-tab-core-styles, mdc-tab-without-ripple, mdc-tab-ripple, mdc-tab-horizontal-padding, mdc-tab-text-label-color, mdc-tab-icon-color, mdc-tab-states-color, mdc-tab-ink-color, mdc-tab-active-text-label-color, mdc-tab-active-icon-color, mdc-tab-active-states-color, mdc-tab-parent-positioning, mdc-tab-fixed-width, mdc-tab-height, mdc-tab-text-transform, mdc-tab-base-, mdc-tab-ripple-, mdc-tab-content-, mdc-tab-stacked-, mdc-tab-active-; diff --git a/packages/mdc-textfield/_functions.import.scss b/packages/mdc-textfield/_functions.import.scss index 5d7f4b229ef..5ffb2a79e57 100644 --- a/packages/mdc-textfield/_functions.import.scss +++ b/packages/mdc-textfield/_functions.import.scss @@ -1,2 +1,2 @@ @forward "@material/animation" as mdc-animation-* hide mdc-animation-enter, mdc-animation-exit-permanent, mdc-animation-exit-temporary, mdc-animation-standard; -@forward "./index" as mdc-text-field-* hide $mdc-text-field-error, $mdc-text-field-fullwidth-bottom-line-color, $mdc-text-field-disabled-border, $mdc-text-field-disabled-icon, $mdc-text-field-bottom-line-hover, $mdc-text-field-bottom-line-idle, $mdc-text-field-label, $mdc-text-field-ink-color, $mdc-text-field-helper-text-color, $mdc-text-field-icon-color, $mdc-text-field-focused-label-color, $mdc-text-field-placeholder-ink-color, $mdc-text-field-disabled-label-color, $mdc-text-field-disabled-ink-color, $mdc-text-field-disabled-placeholder-ink-color, $mdc-text-field-disabled-helper-text-color, $mdc-text-field-background, $mdc-text-field-disabled-background, $mdc-text-field-secondary-text, $mdc-text-field-outlined-idle-border, $mdc-text-field-outlined-disabled-border, $mdc-text-field-outlined-hover-border, $mdc-text-field-textarea-border, $mdc-text-field-textarea-background, $mdc-text-field-textarea-disabled-border-color, $mdc-text-field-textarea-disabled-background, $mdc-text-field-outlined-stroke-width, $mdc-text-field-height, $mdc-text-field-minimum-height, $mdc-text-field-maximum-height, $mdc-text-field-density-scale, $mdc-text-field-density-config, $mdc-text-field-label-position-y, $mdc-text-field-label-offset, $mdc-text-field-dense-label-position-y, $mdc-text-field-dense-label-scale, $mdc-text-field-outlined-label-position-y, $mdc-text-field-outlined-dense-label-position-y, $mdc-text-field-outlined-with-leading-icon-label-position-x, $mdc-text-field-outlined-dense-with-leading-icon-label-position-x, $mdc-text-field-textarea-label-position-y, $mdc-text-field-helper-line-padding, $mdc-text-field-input-padding, $mdc-text-field-input-padding-top, $mdc-text-field-input-padding-bottom, $mdc-text-field-input-border-bottom, mdc-text-field-get-outlined-label-position-y, mdc-text-field-density, mdc-text-field-outlined-density, mdc-text-field-outlined-with-leading-icon-density, mdc-text-field-height, mdc-text-field-outlined-height, mdc-text-field-outlined-with-leading-icon-height, mdc-text-field-shape-radius, mdc-text-field-textarea-shape-radius, mdc-text-field-ink-color, mdc-text-field-disabled-ink-color, mdc-text-field-placeholder-color, mdc-text-field-disabled-placeholder-color, mdc-text-field-fill-color, mdc-text-field-disabled-fill-color, mdc-text-field-bottom-line-color, mdc-text-field-disabled-bottom-line-color, mdc-text-field-hover-bottom-line-color, mdc-text-field-line-ripple-color, mdc-text-field-label-color, mdc-text-field-disabled-label-color, mdc-text-field-outline-color, mdc-text-field-hover-outline-color, mdc-text-field-focused-outline-color, mdc-text-field-disabled-outline-color, mdc-text-field-caret-color, mdc-text-field-disabled-, mdc-text-field-invalid-, mdc-text-field-focused-, mdc-text-field-dense-, mdc-text-field-required-label-asterisk-, mdc-text-field-outline-shape-radius, mdc-text-field-floating-label-, mdc-text-field-outlined-disabled-, mdc-text-field-outlined-invalid-, mdc-text-field-outlined-focused-, mdc-text-field-outlined-dense-, mdc-text-field-outlined-, mdc-text-field-hover-outline-color-, mdc-text-field-focused-outline-color-, mdc-text-field-with-leading-icon-, mdc-text-field-dense-with-leading-icon-, mdc-text-field-outlined-with-leading-icon-, mdc-text-field-outlined-dense-with-leading-icon-, mdc-text-field-with-trailing-icon-, mdc-text-field-dense-with-trailing-icon-, mdc-text-field-with-both-icons-, mdc-text-field-dense-with-both-icons-, mdc-text-field-fullwidth-, mdc-text-field-fullwidth-invalid-, mdc-text-field-textarea-disabled-, mdc-text-field-textarea-invalid-, mdc-text-field-textarea-, mdc-text-field-end-aligned-, mdc-text-field-ink-color-, mdc-text-field-placeholder-color-, mdc-text-field-fill-color-, mdc-text-field-bottom-line-color-, mdc-text-field-hover-bottom-line-color-, mdc-text-field-line-ripple-color-, mdc-text-field-label-ink-color-, mdc-text-field-if-enabled-, mdc-text-field-if-disabled-; +@forward "./index" as mdc-text-field-* hide $mdc-text-field-error, $mdc-text-field-fullwidth-bottom-line-color, $mdc-text-field-disabled-border, $mdc-text-field-disabled-icon, $mdc-text-field-bottom-line-hover, $mdc-text-field-bottom-line-idle, $mdc-text-field-label, $mdc-text-field-ink-color, $mdc-text-field-helper-text-color, $mdc-text-field-icon-color, $mdc-text-field-focused-label-color, $mdc-text-field-placeholder-ink-color, $mdc-text-field-disabled-label-color, $mdc-text-field-disabled-ink-color, $mdc-text-field-disabled-placeholder-ink-color, $mdc-text-field-disabled-helper-text-color, $mdc-text-field-background, $mdc-text-field-disabled-background, $mdc-text-field-secondary-text, $mdc-text-field-outlined-idle-border, $mdc-text-field-outlined-disabled-border, $mdc-text-field-outlined-hover-border, $mdc-text-field-textarea-border, $mdc-text-field-textarea-background, $mdc-text-field-textarea-disabled-border-color, $mdc-text-field-textarea-disabled-background, $mdc-text-field-outlined-stroke-width, $mdc-text-field-height, $mdc-text-field-minimum-height, $mdc-text-field-maximum-height, $mdc-text-field-density-scale, $mdc-text-field-density-config, $mdc-text-field-label-position-y, $mdc-text-field-label-offset, $mdc-text-field-dense-label-position-y, $mdc-text-field-dense-label-scale, $mdc-text-field-outlined-label-position-y, $mdc-text-field-outlined-dense-label-position-y, $mdc-text-field-outlined-with-leading-icon-label-position-x, $mdc-text-field-outlined-dense-with-leading-icon-label-position-x, $mdc-text-field-textarea-label-position-y, $mdc-text-field-helper-line-padding, $mdc-text-field-input-padding, $mdc-text-field-input-padding-top, $mdc-text-field-input-padding-bottom, $mdc-text-field-input-border-bottom, mdc-text-field-get-outlined-label-position-y, mdc-text-field-core-styles, mdc-text-field-without-ripple, mdc-text-field-ripple, mdc-text-field-density, mdc-text-field-outlined-density, mdc-text-field-outlined-with-leading-icon-density, mdc-text-field-height, mdc-text-field-outlined-height, mdc-text-field-outlined-with-leading-icon-height, mdc-text-field-shape-radius, mdc-text-field-textarea-shape-radius, mdc-text-field-ink-color, mdc-text-field-disabled-ink-color, mdc-text-field-placeholder-color, mdc-text-field-disabled-placeholder-color, mdc-text-field-fill-color, mdc-text-field-disabled-fill-color, mdc-text-field-bottom-line-color, mdc-text-field-disabled-bottom-line-color, mdc-text-field-hover-bottom-line-color, mdc-text-field-line-ripple-color, mdc-text-field-label-color, mdc-text-field-disabled-label-color, mdc-text-field-outline-color, mdc-text-field-hover-outline-color, mdc-text-field-focused-outline-color, mdc-text-field-disabled-outline-color, mdc-text-field-caret-color, mdc-text-field-disabled-, mdc-text-field-invalid-, mdc-text-field-focused-, mdc-text-field-dense-, mdc-text-field-required-label-asterisk-, mdc-text-field-outline-shape-radius, mdc-text-field-floating-label-, mdc-text-field-outlined-disabled-, mdc-text-field-outlined-invalid-, mdc-text-field-outlined-focused-, mdc-text-field-outlined-dense-, mdc-text-field-outlined-, mdc-text-field-hover-outline-color-, mdc-text-field-focused-outline-color-, mdc-text-field-with-leading-icon-, mdc-text-field-dense-with-leading-icon-, mdc-text-field-outlined-with-leading-icon-, mdc-text-field-outlined-dense-with-leading-icon-, mdc-text-field-with-trailing-icon-, mdc-text-field-dense-with-trailing-icon-, mdc-text-field-with-both-icons-, mdc-text-field-dense-with-both-icons-, mdc-text-field-fullwidth-, mdc-text-field-fullwidth-invalid-, mdc-text-field-textarea-disabled-, mdc-text-field-textarea-invalid-, mdc-text-field-textarea-, mdc-text-field-end-aligned-, mdc-text-field-ink-color-, mdc-text-field-placeholder-color-, mdc-text-field-fill-color-, mdc-text-field-bottom-line-color-, mdc-text-field-hover-bottom-line-color-, mdc-text-field-line-ripple-color-, mdc-text-field-label-ink-color-, mdc-text-field-if-enabled-, mdc-text-field-if-disabled-; diff --git a/packages/mdc-textfield/_mixins.import.scss b/packages/mdc-textfield/_mixins.import.scss index af2fa61809b..eebbd57f3e9 100644 --- a/packages/mdc-textfield/_mixins.import.scss +++ b/packages/mdc-textfield/_mixins.import.scss @@ -1,7 +1,7 @@ @forward "@material/density" as mdc-density-*; @forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; @forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; -@forward "@material/theme" as mdc-theme-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; @forward "@material/feature-targeting" as mdc-feature-*; @forward "@material/animation" as mdc-animation-*; @forward "@material/typography" as mdc-typography-* hide mdc-typography-typography; diff --git a/packages/mdc-textfield/_variables.import.scss b/packages/mdc-textfield/_variables.import.scss index 8e5fde62f03..be0021bf714 100644 --- a/packages/mdc-textfield/_variables.import.scss +++ b/packages/mdc-textfield/_variables.import.scss @@ -1,5 +1,5 @@ @forward "@material/density" as mdc-density-* hide mdc-density-prop-value; @forward "@material/floating-label" as mdc-floating-label-* hide mdc-floating-label-core-styles, mdc-floating-label-ink-color, mdc-floating-label-fill-color, mdc-floating-label-shake-keyframes, mdc-floating-label-float-position, mdc-floating-label-shake-animation, mdc-floating-label-max-width; @forward "@material/notched-outline" as mdc-notched-outline-* hide mdc-notched-outline-core-styles, mdc-notched-outline-color, mdc-notched-outline-stroke-width, mdc-notched-outline-notch-offset, mdc-notched-outline-shape-radius, mdc-notched-outline-floating-label-float-position, mdc-notched-outline-floating-label-float-position-absolute, mdc-notched-outline-base-; -@forward "@material/theme" as mdc-theme-* hide mdc-theme-core-styles, mdc-theme-prop; -@forward "./index" as mdc-text-field-* hide mdc-text-field-density, mdc-text-field-outlined-density, mdc-text-field-outlined-with-leading-icon-density, mdc-text-field-height, mdc-text-field-outlined-height, mdc-text-field-outlined-with-leading-icon-height, mdc-text-field-shape-radius, mdc-text-field-textarea-shape-radius, mdc-text-field-ink-color, mdc-text-field-disabled-ink-color, mdc-text-field-placeholder-color, mdc-text-field-disabled-placeholder-color, mdc-text-field-fill-color, mdc-text-field-disabled-fill-color, mdc-text-field-bottom-line-color, mdc-text-field-disabled-bottom-line-color, mdc-text-field-hover-bottom-line-color, mdc-text-field-line-ripple-color, mdc-text-field-label-color, mdc-text-field-disabled-label-color, mdc-text-field-outline-color, mdc-text-field-hover-outline-color, mdc-text-field-focused-outline-color, mdc-text-field-disabled-outline-color, mdc-text-field-caret-color, mdc-text-field-disabled-, mdc-text-field-invalid-, mdc-text-field-focused-, mdc-text-field-dense-, mdc-text-field-required-label-asterisk-, mdc-text-field-outline-shape-radius, mdc-text-field-floating-label-, mdc-text-field-outlined-disabled-, mdc-text-field-outlined-invalid-, mdc-text-field-outlined-focused-, mdc-text-field-outlined-dense-, mdc-text-field-outlined-, mdc-text-field-hover-outline-color-, mdc-text-field-focused-outline-color-, mdc-text-field-with-leading-icon-, mdc-text-field-dense-with-leading-icon-, mdc-text-field-outlined-with-leading-icon-, mdc-text-field-outlined-dense-with-leading-icon-, mdc-text-field-with-trailing-icon-, mdc-text-field-dense-with-trailing-icon-, mdc-text-field-with-both-icons-, mdc-text-field-dense-with-both-icons-, mdc-text-field-fullwidth-, mdc-text-field-fullwidth-invalid-, mdc-text-field-textarea-disabled-, mdc-text-field-textarea-invalid-, mdc-text-field-textarea-, mdc-text-field-end-aligned-, mdc-text-field-ink-color-, mdc-text-field-placeholder-color-, mdc-text-field-fill-color-, mdc-text-field-bottom-line-color-, mdc-text-field-hover-bottom-line-color-, mdc-text-field-line-ripple-color-, mdc-text-field-label-ink-color-, mdc-text-field-if-enabled-, mdc-text-field-if-disabled-, mdc-text-field-transition; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900, mdc-theme-core-styles, mdc-theme-prop; +@forward "./index" as mdc-text-field-* hide mdc-text-field-core-styles, mdc-text-field-without-ripple, mdc-text-field-ripple, mdc-text-field-density, mdc-text-field-outlined-density, mdc-text-field-outlined-with-leading-icon-density, mdc-text-field-height, mdc-text-field-outlined-height, mdc-text-field-outlined-with-leading-icon-height, mdc-text-field-shape-radius, mdc-text-field-textarea-shape-radius, mdc-text-field-ink-color, mdc-text-field-disabled-ink-color, mdc-text-field-placeholder-color, mdc-text-field-disabled-placeholder-color, mdc-text-field-fill-color, mdc-text-field-disabled-fill-color, mdc-text-field-bottom-line-color, mdc-text-field-disabled-bottom-line-color, mdc-text-field-hover-bottom-line-color, mdc-text-field-line-ripple-color, mdc-text-field-label-color, mdc-text-field-disabled-label-color, mdc-text-field-outline-color, mdc-text-field-hover-outline-color, mdc-text-field-focused-outline-color, mdc-text-field-disabled-outline-color, mdc-text-field-caret-color, mdc-text-field-disabled-, mdc-text-field-invalid-, mdc-text-field-focused-, mdc-text-field-dense-, mdc-text-field-required-label-asterisk-, mdc-text-field-outline-shape-radius, mdc-text-field-floating-label-, mdc-text-field-outlined-disabled-, mdc-text-field-outlined-invalid-, mdc-text-field-outlined-focused-, mdc-text-field-outlined-dense-, mdc-text-field-outlined-, mdc-text-field-hover-outline-color-, mdc-text-field-focused-outline-color-, mdc-text-field-with-leading-icon-, mdc-text-field-dense-with-leading-icon-, mdc-text-field-outlined-with-leading-icon-, mdc-text-field-outlined-dense-with-leading-icon-, mdc-text-field-with-trailing-icon-, mdc-text-field-dense-with-trailing-icon-, mdc-text-field-with-both-icons-, mdc-text-field-dense-with-both-icons-, mdc-text-field-fullwidth-, mdc-text-field-fullwidth-invalid-, mdc-text-field-textarea-disabled-, mdc-text-field-textarea-invalid-, mdc-text-field-textarea-, mdc-text-field-end-aligned-, mdc-text-field-ink-color-, mdc-text-field-placeholder-color-, mdc-text-field-fill-color-, mdc-text-field-bottom-line-color-, mdc-text-field-hover-bottom-line-color-, mdc-text-field-line-ripple-color-, mdc-text-field-label-ink-color-, mdc-text-field-if-enabled-, mdc-text-field-if-disabled-, mdc-text-field-transition; diff --git a/packages/mdc-textfield/character-counter/_mixins.import.scss b/packages/mdc-textfield/character-counter/_mixins.import.scss index 3983be14e89..08c59ac63e6 100644 --- a/packages/mdc-textfield/character-counter/_mixins.import.scss +++ b/packages/mdc-textfield/character-counter/_mixins.import.scss @@ -1,11 +1,5 @@ -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/rtl/variables" as mdc-rtl-*; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/rtl/mixins" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; -@forward "@material/rtl/mixins" as mdc-rtl-* hide mdc-rtl-rtl; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "mixins" as mdc-text-field-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; +@forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; +@forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; +@forward "./index" as mdc-text-field-*; diff --git a/packages/mdc-textfield/helper-text/_mixins.import.scss b/packages/mdc-textfield/helper-text/_mixins.import.scss index cfb8661ead7..2496723b046 100644 --- a/packages/mdc-textfield/helper-text/_mixins.import.scss +++ b/packages/mdc-textfield/helper-text/_mixins.import.scss @@ -1,8 +1,3 @@ -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "mixins" as mdc-text-field-*; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; +@forward "./index" as mdc-text-field-*; diff --git a/packages/mdc-textfield/icon/_mixins.import.scss b/packages/mdc-textfield/icon/_mixins.import.scss index 8792b26aed5..34e9765647e 100644 --- a/packages/mdc-textfield/icon/_mixins.import.scss +++ b/packages/mdc-textfield/icon/_mixins.import.scss @@ -1,11 +1,5 @@ -@forward "@material/rtl/variables" as mdc-rtl-*; -@forward "@material/theme/constants" as mdc-theme-*; -@forward "@material/theme/variables" as mdc-theme-*; -@forward "@material/feature-targeting/variables" as mdc-feature-*; -@forward "@material/feature-targeting/mixins" as mdc-feature-*; -@forward "@material/rtl/mixins" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; -@forward "@material/rtl/mixins" as mdc-rtl-* hide mdc-rtl-rtl; -@forward "@material/theme/mixins" as mdc-theme-*; -@forward "@material/theme/functions" as mdc-theme-*; -@forward "@material/feature-targeting/functions" as mdc-feature-*; -@forward "mixins" as mdc-text-field-*; +@forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl; +@forward "@material/rtl" as mdc-* hide mdc-property-, mdc-reflexive, mdc-reflexive-box, mdc-reflexive-position, mdc-reflexive-property; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; +@forward "@material/feature-targeting" as mdc-feature-*; +@forward "./index" as mdc-text-field-* hide $mdc-text-field-icon-position, $mdc-text-field-trailing-icon-position, $mdc-text-field-icon-padding, $mdc-text-field-dense-icon-padding, $mdc-text-field-dense-icon-position; diff --git a/packages/mdc-textfield/icon/_variables.import.scss b/packages/mdc-textfield/icon/_variables.import.scss index 6a6925312f9..eb9cc512589 100644 --- a/packages/mdc-textfield/icon/_variables.import.scss +++ b/packages/mdc-textfield/icon/_variables.import.scss @@ -1 +1 @@ -@forward "variables" as mdc-text-field-*; +@forward "./index" as mdc-text-field-* hide mdc-text-field-icon-core-styles, mdc-text-field-leading-icon-color, mdc-text-field-trailing-icon-color, mdc-text-field-disabled-icon-color, mdc-text-field-leading-icon-horizontal-position-, mdc-text-field-trailing-icon-horizontal-position-, mdc-text-field-icon-horizontal-position-two-icons-, mdc-text-field-icon-, mdc-text-field-leading-icon-color-, mdc-text-field-trailing-icon-color-; diff --git a/packages/mdc-theme/_constants.import.scss b/packages/mdc-theme/_constants.import.scss index 45eb4e035ad..f2b2c801b0e 100644 --- a/packages/mdc-theme/_constants.import.scss +++ b/packages/mdc-theme/_constants.import.scss @@ -1 +1 @@ -@forward "./index" as mdc-theme-* hide $mdc-theme-primary, $mdc-theme-on-primary, $mdc-theme-accent, $mdc-theme-secondary, $mdc-theme-on-secondary, $mdc-theme-background, $mdc-theme-surface, $mdc-theme-on-surface, $mdc-theme-error, $mdc-theme-on-error, $mdc-theme-text-colors, $mdc-theme-text-emphasis, $mdc-theme-property-values, mdc-theme-ink-color-for-fill-, mdc-theme-prop-value, mdc-theme-accessible-ink-color, mdc-theme-is-valid-theme-prop-value-, mdc-theme-text-emphasis, mdc-theme-core-styles, mdc-theme-prop, mdc-theme-luminance, mdc-theme-contrast, mdc-theme-tone, mdc-theme-contrast-tone, mdc-theme-is-var-with-fallback-, mdc-theme-get-var-fallback-, mdc-theme-var-, mdc-theme-color-hash, mdc-theme-is-css-var-, mdc-theme-get-css-varname-; +@forward "./index" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900, $mdc-theme-primary, $mdc-theme-on-primary, $mdc-theme-accent, $mdc-theme-secondary, $mdc-theme-on-secondary, $mdc-theme-background, $mdc-theme-surface, $mdc-theme-on-surface, $mdc-theme-error, $mdc-theme-on-error, $mdc-theme-text-colors, $mdc-theme-text-emphasis, $mdc-theme-property-values, mdc-theme-ink-color-for-fill-, mdc-theme-prop-value, mdc-theme-accessible-ink-color, mdc-theme-is-valid-theme-prop-value-, mdc-theme-text-emphasis, mdc-theme-core-styles, mdc-theme-prop, mdc-theme-luminance, mdc-theme-contrast, mdc-theme-tone, mdc-theme-contrast-tone, mdc-theme-is-var-with-fallback-, mdc-theme-get-var-fallback-, mdc-theme-var-, mdc-theme-color-hash, mdc-theme-is-css-var-, mdc-theme-get-css-varname-; diff --git a/packages/mdc-theme/_functions.import.scss b/packages/mdc-theme/_functions.import.scss index 50fb2a734ee..7f9b6183e3c 100644 --- a/packages/mdc-theme/_functions.import.scss +++ b/packages/mdc-theme/_functions.import.scss @@ -1 +1 @@ -@forward "./index" as mdc-theme-* hide $mdc-theme-primary, $mdc-theme-on-primary, $mdc-theme-accent, $mdc-theme-secondary, $mdc-theme-on-secondary, $mdc-theme-background, $mdc-theme-surface, $mdc-theme-on-surface, $mdc-theme-error, $mdc-theme-on-error, $mdc-theme-text-colors, $mdc-theme-text-emphasis, $mdc-theme-property-values, mdc-theme-ink-color-for-fill-, mdc-theme-prop-value, mdc-theme-accessible-ink-color, mdc-theme-is-valid-theme-prop-value-, mdc-theme-text-emphasis, mdc-theme-core-styles, mdc-theme-prop; +@forward "./index" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900, $mdc-theme-primary, $mdc-theme-on-primary, $mdc-theme-accent, $mdc-theme-secondary, $mdc-theme-on-secondary, $mdc-theme-background, $mdc-theme-surface, $mdc-theme-on-surface, $mdc-theme-error, $mdc-theme-on-error, $mdc-theme-text-colors, $mdc-theme-text-emphasis, $mdc-theme-property-values, mdc-theme-ink-color-for-fill-, mdc-theme-prop-value, mdc-theme-accessible-ink-color, mdc-theme-is-valid-theme-prop-value-, mdc-theme-text-emphasis, mdc-theme-core-styles, mdc-theme-prop; diff --git a/packages/mdc-theme/_mixins.import.scss b/packages/mdc-theme/_mixins.import.scss index c2f50ce3c6a..faaaa734b09 100644 --- a/packages/mdc-theme/_mixins.import.scss +++ b/packages/mdc-theme/_mixins.import.scss @@ -1,2 +1,2 @@ @forward "@material/feature-targeting" as mdc-feature-*; -@forward "./index" as mdc-theme-*; +@forward "./index" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; diff --git a/packages/mdc-theme/_variables.import.scss b/packages/mdc-theme/_variables.import.scss index a9b66feef5f..37accb42c67 100644 --- a/packages/mdc-theme/_variables.import.scss +++ b/packages/mdc-theme/_variables.import.scss @@ -1 +1 @@ -@forward "./index" as mdc-theme-* hide mdc-theme-core-styles, mdc-theme-prop; +@forward "./index" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900, mdc-theme-core-styles, mdc-theme-prop; diff --git a/packages/mdc-top-app-bar/_mixins.import.scss b/packages/mdc-top-app-bar/_mixins.import.scss index 0ae8abed0da..02698e5ef99 100644 --- a/packages/mdc-top-app-bar/_mixins.import.scss +++ b/packages/mdc-top-app-bar/_mixins.import.scss @@ -1,7 +1,7 @@ @forward "@material/animation" as mdc-animation-*; @forward "@material/base" as mdc-base-*; @forward "@material/feature-targeting" as mdc-feature-*; -@forward "@material/theme" as mdc-theme-*; +@forward "@material/theme" as mdc-theme-* hide $mdc-theme-red-50, $mdc-theme-red-100, $mdc-theme-red-200, $mdc-theme-red-300, $mdc-theme-red-400, $mdc-theme-red-500, $mdc-theme-red-600, $mdc-theme-red-700, $mdc-theme-red-800, $mdc-theme-red-900, $mdc-theme-red-a100, $mdc-theme-red-a200, $mdc-theme-red-a400, $mdc-theme-red-a700, $mdc-theme-pink-50, $mdc-theme-pink-100, $mdc-theme-pink-200, $mdc-theme-pink-300, $mdc-theme-pink-400, $mdc-theme-pink-500, $mdc-theme-pink-600, $mdc-theme-pink-700, $mdc-theme-pink-800, $mdc-theme-pink-900, $mdc-theme-pink-a100, $mdc-theme-pink-a200, $mdc-theme-pink-a400, $mdc-theme-pink-a700, $mdc-theme-purple-50, $mdc-theme-purple-100, $mdc-theme-purple-200, $mdc-theme-purple-300, $mdc-theme-purple-400, $mdc-theme-purple-500, $mdc-theme-purple-600, $mdc-theme-purple-700, $mdc-theme-purple-800, $mdc-theme-purple-900, $mdc-theme-purple-a100, $mdc-theme-purple-a200, $mdc-theme-purple-a400, $mdc-theme-purple-a700, $mdc-theme-deep-purple-50, $mdc-theme-deep-purple-100, $mdc-theme-deep-purple-200, $mdc-theme-deep-purple-300, $mdc-theme-deep-purple-400, $mdc-theme-deep-purple-500, $mdc-theme-deep-purple-600, $mdc-theme-deep-purple-700, $mdc-theme-deep-purple-800, $mdc-theme-deep-purple-900, $mdc-theme-deep-purple-a100, $mdc-theme-deep-purple-a200, $mdc-theme-deep-purple-a400, $mdc-theme-deep-purple-a700, $mdc-theme-indigo-50, $mdc-theme-indigo-100, $mdc-theme-indigo-200, $mdc-theme-indigo-300, $mdc-theme-indigo-400, $mdc-theme-indigo-500, $mdc-theme-indigo-600, $mdc-theme-indigo-700, $mdc-theme-indigo-800, $mdc-theme-indigo-900, $mdc-theme-indigo-a100, $mdc-theme-indigo-a200, $mdc-theme-indigo-a400, $mdc-theme-indigo-a700, $mdc-theme-blue-50, $mdc-theme-blue-100, $mdc-theme-blue-200, $mdc-theme-blue-300, $mdc-theme-blue-400, $mdc-theme-blue-500, $mdc-theme-blue-600, $mdc-theme-blue-700, $mdc-theme-blue-800, $mdc-theme-blue-900, $mdc-theme-blue-a100, $mdc-theme-blue-a200, $mdc-theme-blue-a400, $mdc-theme-blue-a700, $mdc-theme-light-blue-50, $mdc-theme-light-blue-100, $mdc-theme-light-blue-200, $mdc-theme-light-blue-300, $mdc-theme-light-blue-400, $mdc-theme-light-blue-500, $mdc-theme-light-blue-600, $mdc-theme-light-blue-700, $mdc-theme-light-blue-800, $mdc-theme-light-blue-900, $mdc-theme-light-blue-a100, $mdc-theme-light-blue-a200, $mdc-theme-light-blue-a400, $mdc-theme-light-blue-a700, $mdc-theme-cyan-50, $mdc-theme-cyan-100, $mdc-theme-cyan-200, $mdc-theme-cyan-300, $mdc-theme-cyan-400, $mdc-theme-cyan-500, $mdc-theme-cyan-600, $mdc-theme-cyan-700, $mdc-theme-cyan-800, $mdc-theme-cyan-900, $mdc-theme-cyan-a100, $mdc-theme-cyan-a200, $mdc-theme-cyan-a400, $mdc-theme-cyan-a700, $mdc-theme-teal-50, $mdc-theme-teal-100, $mdc-theme-teal-200, $mdc-theme-teal-300, $mdc-theme-teal-400, $mdc-theme-teal-500, $mdc-theme-teal-600, $mdc-theme-teal-700, $mdc-theme-teal-800, $mdc-theme-teal-900, $mdc-theme-teal-a100, $mdc-theme-teal-a200, $mdc-theme-teal-a400, $mdc-theme-teal-a700, $mdc-theme-green-50, $mdc-theme-green-100, $mdc-theme-green-200, $mdc-theme-green-300, $mdc-theme-green-400, $mdc-theme-green-500, $mdc-theme-green-600, $mdc-theme-green-700, $mdc-theme-green-800, $mdc-theme-green-900, $mdc-theme-green-a100, $mdc-theme-green-a200, $mdc-theme-green-a400, $mdc-theme-green-a700, $mdc-theme-light-green-50, $mdc-theme-light-green-100, $mdc-theme-light-green-200, $mdc-theme-light-green-300, $mdc-theme-light-green-400, $mdc-theme-light-green-500, $mdc-theme-light-green-600, $mdc-theme-light-green-700, $mdc-theme-light-green-800, $mdc-theme-light-green-900, $mdc-theme-light-green-a100, $mdc-theme-light-green-a200, $mdc-theme-light-green-a400, $mdc-theme-light-green-a700, $mdc-theme-lime-50, $mdc-theme-lime-100, $mdc-theme-lime-200, $mdc-theme-lime-300, $mdc-theme-lime-400, $mdc-theme-lime-500, $mdc-theme-lime-600, $mdc-theme-lime-700, $mdc-theme-lime-800, $mdc-theme-lime-900, $mdc-theme-lime-a100, $mdc-theme-lime-a200, $mdc-theme-lime-a400, $mdc-theme-lime-a700, $mdc-theme-yellow-50, $mdc-theme-yellow-100, $mdc-theme-yellow-200, $mdc-theme-yellow-300, $mdc-theme-yellow-400, $mdc-theme-yellow-500, $mdc-theme-yellow-600, $mdc-theme-yellow-700, $mdc-theme-yellow-800, $mdc-theme-yellow-900, $mdc-theme-yellow-a100, $mdc-theme-yellow-a200, $mdc-theme-yellow-a400, $mdc-theme-yellow-a700, $mdc-theme-amber-50, $mdc-theme-amber-100, $mdc-theme-amber-200, $mdc-theme-amber-300, $mdc-theme-amber-400, $mdc-theme-amber-500, $mdc-theme-amber-600, $mdc-theme-amber-700, $mdc-theme-amber-800, $mdc-theme-amber-900, $mdc-theme-amber-a100, $mdc-theme-amber-a200, $mdc-theme-amber-a400, $mdc-theme-amber-a700, $mdc-theme-orange-50, $mdc-theme-orange-100, $mdc-theme-orange-200, $mdc-theme-orange-300, $mdc-theme-orange-400, $mdc-theme-orange-500, $mdc-theme-orange-600, $mdc-theme-orange-700, $mdc-theme-orange-800, $mdc-theme-orange-900, $mdc-theme-orange-a100, $mdc-theme-orange-a200, $mdc-theme-orange-a400, $mdc-theme-orange-a700, $mdc-theme-deep-orange-50, $mdc-theme-deep-orange-100, $mdc-theme-deep-orange-200, $mdc-theme-deep-orange-300, $mdc-theme-deep-orange-400, $mdc-theme-deep-orange-500, $mdc-theme-deep-orange-600, $mdc-theme-deep-orange-700, $mdc-theme-deep-orange-800, $mdc-theme-deep-orange-900, $mdc-theme-deep-orange-a100, $mdc-theme-deep-orange-a200, $mdc-theme-deep-orange-a400, $mdc-theme-deep-orange-a700, $mdc-theme-brown-50, $mdc-theme-brown-100, $mdc-theme-brown-200, $mdc-theme-brown-300, $mdc-theme-brown-400, $mdc-theme-brown-500, $mdc-theme-brown-600, $mdc-theme-brown-700, $mdc-theme-brown-800, $mdc-theme-brown-900, $mdc-theme-grey-50, $mdc-theme-grey-100, $mdc-theme-grey-200, $mdc-theme-grey-300, $mdc-theme-grey-400, $mdc-theme-grey-500, $mdc-theme-grey-600, $mdc-theme-grey-700, $mdc-theme-grey-800, $mdc-theme-grey-900, $mdc-theme-blue-grey-50, $mdc-theme-blue-grey-100, $mdc-theme-blue-grey-200, $mdc-theme-blue-grey-300, $mdc-theme-blue-grey-400, $mdc-theme-blue-grey-500, $mdc-theme-blue-grey-600, $mdc-theme-blue-grey-700, $mdc-theme-blue-grey-800, $mdc-theme-blue-grey-900; @forward "@material/ripple" as mdc-* hide $mdc-dark-ink-opacities, $mdc-fade-in-duration, $mdc-fade-out-duration, $mdc-light-ink-opacities, $mdc-pressed-dark-ink-opacity, $mdc-pressed-light-ink-opacity, $mdc-translate-duration, mdc-core-styles, mdc-common, mdc-surface, mdc-radius-bounded, mdc-radius-unbounded, mdc-target-selector, mdc-target-common, mdc-keyframes-; @forward "@material/ripple" as mdc-ripple-* hide $mdc-ripple-states-wash-duration, mdc-ripple-states-base-color, mdc-ripple-states-opacities, mdc-ripple-states-hover-opacity, mdc-ripple-states-focus-opacity, mdc-ripple-states-focus-opacity-properties-, mdc-ripple-states-press-opacity, mdc-ripple-states, mdc-ripple-states-activated, mdc-ripple-states-selected, mdc-ripple-states-interactions-, mdc-ripple-states-opacity, mdc-ripple-states-opacities-; @forward "@material/rtl" as mdc-rtl-* hide mdc-rtl-rtl;