material_components_web-sass 0.8.0 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +9 -0
  3. data/lib/material_components_web/sass/version.rb +1 -1
  4. data/vendor/assets/javascripts/material-components-web.js +1359 -580
  5. data/vendor/assets/stylesheets/@material/animation/_functions.scss +15 -15
  6. data/vendor/assets/stylesheets/@material/animation/_mixins.scss +15 -15
  7. data/vendor/assets/stylesheets/@material/animation/_variables.scss +15 -15
  8. data/vendor/assets/stylesheets/@material/animation/mdc-animation.scss +15 -15
  9. data/vendor/assets/stylesheets/@material/checkbox/_keyframes.scss +15 -15
  10. data/vendor/assets/stylesheets/@material/checkbox/_variables.scss +15 -15
  11. data/vendor/assets/stylesheets/@material/checkbox/mdc-checkbox.scss +6 -0
  12. data/vendor/assets/stylesheets/@material/dialog/mdc-dialog.scss +2 -0
  13. data/vendor/assets/stylesheets/@material/drawer/_mixins.scss +15 -15
  14. data/vendor/assets/stylesheets/@material/drawer/mdc-drawer.scss +16 -15
  15. data/vendor/assets/stylesheets/@material/drawer/permanent/mdc-permanent-drawer.scss +22 -16
  16. data/vendor/assets/stylesheets/@material/drawer/persistent/mdc-persistent-drawer.scss +87 -0
  17. data/vendor/assets/stylesheets/@material/drawer/slidable/_mixins.scss +33 -0
  18. data/vendor/assets/stylesheets/@material/drawer/slidable/_variables.scss +20 -0
  19. data/vendor/assets/stylesheets/@material/drawer/temporary/mdc-temporary-drawer.scss +27 -28
  20. data/vendor/assets/stylesheets/@material/elevation/_mixins.scss +15 -15
  21. data/vendor/assets/stylesheets/@material/elevation/_variables.scss +15 -15
  22. data/vendor/assets/stylesheets/@material/elevation/mdc-elevation.scss +15 -15
  23. data/vendor/assets/stylesheets/@material/form-field/mdc-form-field.scss +15 -15
  24. data/vendor/assets/stylesheets/@material/grid-list/mdc-grid-list.scss +1 -1
  25. data/vendor/assets/stylesheets/@material/icon-toggle/mdc-icon-toggle.scss +15 -15
  26. data/vendor/assets/stylesheets/@material/list/mdc-list.scss +1 -1
  27. data/vendor/assets/stylesheets/@material/menu/mdc-menu.scss +15 -15
  28. data/vendor/assets/stylesheets/@material/menu/simple/mdc-simple-menu.scss +15 -15
  29. data/vendor/assets/stylesheets/@material/radio/mdc-radio.scss +2 -0
  30. data/vendor/assets/stylesheets/@material/ripple/_keyframes.scss +15 -15
  31. data/vendor/assets/stylesheets/@material/rtl/_mixins.scss +15 -15
  32. data/vendor/assets/stylesheets/@material/select/mdc-select.scss +21 -23
  33. data/vendor/assets/stylesheets/@material/snackbar/_variables.scss +15 -15
  34. data/vendor/assets/stylesheets/@material/snackbar/mdc-snackbar.scss +15 -15
  35. data/vendor/assets/stylesheets/@material/textfield/mdc-textfield.scss +15 -15
  36. data/vendor/assets/stylesheets/@material/theme/_constants.scss +15 -15
  37. data/vendor/assets/stylesheets/@material/theme/_functions.scss +15 -15
  38. data/vendor/assets/stylesheets/@material/theme/_mixins.scss +15 -15
  39. data/vendor/assets/stylesheets/@material/theme/_variables.scss +15 -15
  40. data/vendor/assets/stylesheets/@material/theme/mdc-theme.scss +15 -15
  41. data/vendor/assets/stylesheets/@material/toolbar/mdc-toolbar.scss +23 -15
  42. data/vendor/assets/stylesheets/@material/typography/_mixins.scss +15 -15
  43. data/vendor/assets/stylesheets/@material/typography/_variables.scss +16 -15
  44. data/vendor/assets/stylesheets/@material/typography/mdc-typography.scss +15 -15
  45. metadata +5 -2
@@ -1,18 +1,19 @@
1
- /**
2
- * Copyright 2016 Google Inc. All Rights Reserved.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
1
+ //
2
+ // Copyright 2017 Google Inc. All Rights Reserved.
3
+ //
4
+ // Licensed under the Apache License, Version 2.0 (the "License");
5
+ // you may not use this file except in compliance with the License.
6
+ // You may obtain a copy of the License at
7
+ //
8
+ // http://www.apache.org/licenses/LICENSE-2.0
9
+ //
10
+ // Unless required by applicable law or agreed to in writing, software
11
+ // distributed under the License is distributed on an "AS IS" BASIS,
12
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ // See the License for the specific language governing permissions and
14
+ // limitations under the License.
15
+ //
16
+
16
17
  $mdc-typography-font-family: Roboto, sans-serif !default;
17
18
 
18
19
  $mdc-typography-font-weight-values: (
@@ -1,18 +1,18 @@
1
- /**
2
- * Copyright 2016 Google Inc. All Rights Reserved.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
1
+ //
2
+ // Copyright 2017 Google Inc. All Rights Reserved.
3
+ //
4
+ // Licensed under the Apache License, Version 2.0 (the "License");
5
+ // you may not use this file except in compliance with the License.
6
+ // You may obtain a copy of the License at
7
+ //
8
+ // http://www.apache.org/licenses/LICENSE-2.0
9
+ //
10
+ // Unless required by applicable law or agreed to in writing, software
11
+ // distributed under the License is distributed on an "AS IS" BASIS,
12
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ // See the License for the specific language governing permissions and
14
+ // limitations under the License.
15
+ //
16
16
 
17
17
  @import "./variables";
18
18
  @import "./mixins";
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: material_components_web-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitriy Tarasov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-04-03 00:00:00.000000000 Z
11
+ date: 2017-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: autoprefixer-rails
@@ -137,6 +137,9 @@ files:
137
137
  - vendor/assets/stylesheets/@material/drawer/_mixins.scss
138
138
  - vendor/assets/stylesheets/@material/drawer/mdc-drawer.scss
139
139
  - vendor/assets/stylesheets/@material/drawer/permanent/mdc-permanent-drawer.scss
140
+ - vendor/assets/stylesheets/@material/drawer/persistent/mdc-persistent-drawer.scss
141
+ - vendor/assets/stylesheets/@material/drawer/slidable/_mixins.scss
142
+ - vendor/assets/stylesheets/@material/drawer/slidable/_variables.scss
140
143
  - vendor/assets/stylesheets/@material/drawer/temporary/mdc-temporary-drawer.scss
141
144
  - vendor/assets/stylesheets/@material/elevation/_mixins.scss
142
145
  - vendor/assets/stylesheets/@material/elevation/_variables.scss