Skip to content

Commit

Permalink
chore(package): Fixed typos. Updated example-webpack to mdl-ext-0.15.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
leifoolsen committed Feb 1, 2017
1 parent 753f9f8 commit ace8a4d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
4 changes: 3 additions & 1 deletion demo/collapsible.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,9 @@
<main id="mount" class="mdl-layout__content">
<p>A collapsible is a component to mark expandable and collapsible regions.
It has states, roles, attributes and behavior in accordance with guidelines given in
<a href="https://www.w3.org/WAI/GL/wiki/Using_the_WAI-ARIA_aria-expanded_state_to_mark_expandable_and_collapsible_regions">Using the WAI-ARIA aria-expanded state to mark expandable and collapsible regions</a>.
<a href="https://www.w3.org/WAI/GL/wiki/Using_the_WAI-ARIA_aria-expanded_state_to_mark_expandable_and_collapsible_regions">
Using the WAI-ARIA aria-expanded state to mark expandable and collapsible regions
</a>.
</p>
<article>
<button class="mdlext-js-collapsible" style="padding: 8px;">
Expand Down
3 changes: 3 additions & 0 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ <h4>Bordered Fields</h4>
how you can create your own theme of MDL text fields.
</p>

<h4>Collapsible</h4>
<p>A collapsible is a component to mark expandable and collapsible regions.</p>

<h4>Color Themes</h4>
<p>MDL provides only one color theme. Many designs require more than one theme, e.g. a dark theme and a light theme.</p>

Expand Down
10 changes: 5 additions & 5 deletions example-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"dependencies": {
"babel-polyfill": "6.22.0",
"material-design-lite": "1.3.0",
"mdl-ext": "0.15.0-beta.3"
"mdl-ext": "0.15.0"
},
"devDependencies": {
"autoprefixer": "6.7.1",
"autoprefixer": "6.7.2",
"babel-cli": "6.22.2",
"babel-core": "6.22.1",
"babel-eslint": "7.1.1",
Expand All @@ -46,7 +46,7 @@
"eslint-loader": "1.6.1",
"exports-loader": "0.6.3",
"express": "4.14.1",
"extract-text-webpack-plugin": "2.0.0-beta.5",
"extract-text-webpack-plugin": "2.0.0-rc.2",
"file-loader": "0.10.0",
"html-loader": "0.4.4",
"html-webpack-plugin": "2.28.0",
Expand All @@ -56,7 +56,7 @@
"jsdom": "9.9.1",
"json-loader": "0.5.4",
"material-design-icons": "3.0.1",
"node-sass": "4.4.0",
"node-sass": "4.5.0",
"npm-run-all": "4.0.1",
"postcss-loader": "1.2.2",
"precss": "1.4.0",
Expand All @@ -72,7 +72,7 @@
"url-loader": "0.5.7",
"webpack": "2.2.1",
"webpack-bundle-size-analyzer": "2.5.0",
"webpack-dev-middleware": "1.9.0",
"webpack-dev-middleware": "1.10.0",
"webpack-hot-middleware": "2.16.1"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/collapsible/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
![Collapsible expanded](../../etc/collapsible-expanded.jpg)

A collapsible is a component to mark expandable and collapsible regions.
It has states, roles, attributes and behavior in accordance with guidelines given in
It has states, roles, attributes and behaviour in accordance with guidelines given in
[Using the WAI-ARIA aria-expanded state to mark expandable and collapsible regions](https://www.w3.org/WAI/GL/wiki/Using_the_WAI-ARIA_aria-expanded_state_to_mark_expandable_and_collapsible_regions).

## Collapse All the Things
Expand Down
3 changes: 3 additions & 0 deletions src/demo/include/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ <h4>Bordered Fields</h4>
how you can create your own theme of MDL text fields.
</p>

<h4>Collapsible</h4>
<p>A collapsible is a component to mark expandable and collapsible regions.</p>

<h4>Color Themes</h4>
<p>MDL provides only one color theme. Many designs require more than one theme, e.g. a dark theme and a light theme.</p>

Expand Down

0 comments on commit ace8a4d

Please sign in to comment.