-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c41dc99
commit 4ed7ac9
Showing
101 changed files
with
1,513 additions
and
1,879 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<div class="demo-layout__row"> | ||
<div class="mdc-touch-target-wrapper"> | ||
<button as-element="mdc-button" touch>My Accessible Button</button> | ||
<button mdc-button touch>My Accessible Button</button> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
<import from="./default.scss"></import> | ||
<div class="demo-layout__row"> | ||
<div class="demo-container"> | ||
<button as-element="mdc-button">Default</button> | ||
<button mdc-button>Default</button> | ||
</div> | ||
<div class="demo-container"> | ||
<a as-element="mdc-button" href="#/button/examples">Href link</a> | ||
<a mdc-button href="#/button/examples">Href link</a> | ||
</div> | ||
<div class="demo-container"> | ||
<a as-element="mdc-button" raised href="#/button/examples">Href link</a> | ||
<a mdc-button raised href="#/button/examples">Href link</a> | ||
</div> | ||
<div class="demo-container"> | ||
<button as-element="mdc-button" raised>Raised</button> | ||
<button mdc-button raised>Raised</button> | ||
</div> | ||
<div class="demo-container"> | ||
<button as-element="mdc-button" unelevated>Unelevated</button> | ||
<button mdc-button unelevated>Unelevated</button> | ||
</div> | ||
<div class="demo-container"> | ||
<button as-element="mdc-button" outlined>Outlined</button> | ||
<button mdc-button outlined>Outlined</button> | ||
</div> | ||
<div class="demo-container"> | ||
<button as-element="mdc-button" outlined class="demo-thick-outline-button">Thick Outlined</button> | ||
<button mdc-button outlined class="demo-thick-outline-button">Thick Outlined</button> | ||
</div> | ||
<div class="demo-container"> | ||
<button as-element="mdc-button" disabled>Disabled</button> | ||
<button mdc-button disabled>Disabled</button> | ||
</div> | ||
<div class="demo-container"> | ||
<button as-element="mdc-button" class="demo-button-primary">Primary Color</button> | ||
<button mdc-button class="demo-button-primary">Primary Color</button> | ||
</div> | ||
<div class="demo-container"> | ||
<button as-element="mdc-button" class="demo-button-secondary">Secondary Color</button> | ||
<button mdc-button class="demo-button-secondary">Secondary Color</button> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<import from="./density.scss"></import> | ||
<div class="demo-layout__row"> | ||
<div class="demo-container"> | ||
<button as-element="mdc-button" class="demo-density-button">Density (-3)</button> | ||
<button mdc-button class="demo-density-button">Density (-3)</button> | ||
</div> | ||
<div class="demo-container"> | ||
<button as-element="mdc-button" raised class="demo-density-button">Density (-3)</button> | ||
<button mdc-button raised class="demo-density-button">Density (-3)</button> | ||
</div> | ||
<div class="demo-container"> | ||
<button as-element="mdc-button" outlined class="demo-density-button">Density (-3)</button> | ||
<button mdc-button outlined class="demo-density-button">Density (-3)</button> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
packages/app/src/views/checkbox/indeterminate/indeterminate.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<button as-element="mdc-button" click.delegate="dialog.open()">Open</button> | ||
<button mdc-button click.delegate="dialog.open()">Open</button> | ||
<mdc-dialog view-model.ref="dialog" mdcdialog:closing.trigger="handleClosing($event)"> | ||
<mdc-dialog-title> | ||
Enter your value | ||
</mdc-dialog-title> | ||
<mdc-dialog-content> | ||
<label as-element="mdc-text-field" data-mdc-dialog-initial-focus></label> | ||
<mdc-text-field data-mdc-dialog-initial-focus></mdc-text-field> | ||
</mdc-dialog-content> | ||
<mdc-dialog-actions> | ||
<button as-element="mdc-button" data-mdc-dialog-action="cancel">Cancel</button> | ||
<button as-element="mdc-button" data-mdc-dialog-action="ok" data-mdc-dialog-button-default>Ok</button> | ||
<button mdc-button data-mdc-dialog-action="cancel">Cancel</button> | ||
<button mdc-button data-mdc-dialog-action="ok" data-mdc-dialog-button-default>Ok</button> | ||
</mdc-dialog-actions> | ||
</mdc-dialog> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<button as-element="mdc-button" click.delegate="open()">Via service</button> | ||
<button mdc-button click.delegate="open()">Via service</button> |
Oops, something went wrong.