-
Notifications
You must be signed in to change notification settings - Fork 720
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #182 from Daemonite/v4-dev
v4.1.1
- Loading branch information
Showing
113 changed files
with
5,022 additions
and
3,518 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
- breakpoint: xs | ||
abbr: "" | ||
name: Extra small | ||
min-width: 0px | ||
container: "" | ||
|
||
- breakpoint: sm | ||
abbr: -sm | ||
name: Small | ||
min-width: 576px | ||
container: 540px | ||
|
||
- breakpoint: md | ||
abbr: -md | ||
name: Medium | ||
min-width: 768px | ||
container: 720px | ||
|
||
- breakpoint: lg | ||
abbr: -lg | ||
name: Large | ||
min-width: 992px | ||
container: 960px | ||
|
||
- breakpoint: xl | ||
abbr: -xl | ||
name: Extra large | ||
min-width: 1200px | ||
container: 1140px |
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,8 +1,6 @@ | ||
{% capture callout %} | ||
#### Asynchronous methods and transitions | ||
##### Asynchronous methods and transitions | ||
|
||
All API methods are **asynchronous** and start a **transition**. They returns to the caller as soon as the transition is started but **before it ends**. In addition, a method call on a **transitioning component will be ignored**. | ||
|
||
[See our Javascript documentation for more informations.]({{ site.baseurl }}/getting-started/javascript/#content) | ||
{% endcapture %} | ||
{% include callout.html content=callout type="danger" %} |
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,4 +1,4 @@ | ||
{% capture callout %} | ||
Note that since browsers do not currently support [range context queries](https://www.w3.org/TR/mediaqueries-4/#range-context), we work around the limitations of [`min-` and `max-` prefixes](https://www.w3.org/TR/mediaqueries-4/#mq-min-max) and viewports with fractional widths (which can occur under certain conditions on high-dpi devices, for instance) by using values with higher precision for these comparisons. | ||
{% endcapture %} | ||
{% include callout.html content=callout type="info" %} | ||
{% include callout.html content=callout type="info" %} |
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,6 +1,6 @@ | ||
{% capture callout %} | ||
### Conveying meaning to assistive technologies | ||
##### Conveying meaning to assistive technologies | ||
|
||
Using color to add meaning only provides a visual indication, which will not be conveyed to users of assistive technologies – such as screen readers. Ensure that information denoted by the color is either obvious from the content itself (e.g. the visible text), or is included through alternative means, such as additional text hidden with the `.sr-only` class. | ||
{% endcapture %} | ||
{% include callout.html content=callout type="info" %} | ||
{% include callout.html content=callout type="warning" %} |
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,21 +1,14 @@ | ||
<div class="navbar navbar-dark toolbar-waterfall d-lg-none doc-navbar" id="{{ site.id.navbar }}"> | ||
<button aria-controls="{{ site.id.navdrawer }}" aria-expanded="false" aria-label="Toggle Navdrawer" class="navbar-toggler d-lg-none" data-breakpoint="lg" data-target="#{{ site.id.navdrawer }}" data-toggle="navdrawer" data-type="permanent"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<a class="d-lg-none h4 ml-3 mr-auto doc-logo" href="{{ site.baseurl }}/">M</a> | ||
<div class="d-lg-none ml-auto"> | ||
|
||
<header class="navbar navbar-dark d-lg-none fixed-top toolbar-waterfall"> | ||
<button aria-controls="{{ site.id.navdrawer }}" aria-expanded="false" aria-label="Toggle Navdrawer" class="navbar-toggler mr-3" data-breakpoint="lg" data-target="#{{ site.id.navdrawer }}" data-toggle="navdrawer" data-type="permanent"><span class="navbar-toggler-icon"></span></button> | ||
<a aria-label="Daemonite Material" class="mr-auto doc-logo" href="{{ site.baseurl }}/">M</a> | ||
<div class="ml-3"> | ||
<div class="dropdown"> | ||
<button aria-expanded="false" aria-haspopup="true" class="navbar-toggler" data-toggle="dropdown" id="doc-dropdown-follow" type="button"> | ||
<i class="material-icons mx-auto">more_vert</i> | ||
</button> | ||
<button aria-expanded="false" aria-haspopup="true" class="navbar-toggler" data-toggle="dropdown" id="doc-dropdown-follow" type="button"><i class="material-icons mx-auto">more_vert</i></button> | ||
<div aria-labelledby="doc-dropdown-follow" class="dropdown-menu dropdown-menu-right"> | ||
<a class="dropdown-item" href="https://github.com/Daemonite/material" target="_blank"> | ||
<i class="material-icons mr-3">code</i>Fork me on GitHub | ||
</a> | ||
<a class="dropdown-item" href="http://www.daemon.com.au/" target="_blank"> | ||
<i class="material-icons mr-3 text-danger">favorite</i>Made by Daemon | ||
</a> | ||
<a class="dropdown-item" href="https://github.com/Daemonite/material" target="_blank"><i class="material-icons mr-3">code</i>Fork me on GitHub</a> | ||
<a class="dropdown-item" href="http://www.daemon.com.au/" target="_blank"><i class="material-icons mr-3 text-danger">favorite</i>Made by Daemon</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</header> |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
<a class="sr-only sr-only-focusable doc-skip" href="#{{ site.id.main }}"> | ||
<div class="container"> | ||
<span class="doc-skip-text">Skip to main content</span> | ||
</div> | ||
</a> |
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
Oops, something went wrong.