Skip to content

Commit 53475af

Browse files
committed
[build] 0.7.1
1 parent 281e7d1 commit 53475af

File tree

226 files changed

+1205
-12022
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

226 files changed

+1205
-12022
lines changed

dist/components/mdAvatar/index.css

Lines changed: 5 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/mdAvatar/index.debug.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ var Component = __webpack_require__(0)(
256256
/* cssModules */
257257
null
258258
)
259-
Component.options.__file = "/Users/marcosmoura/Projects/github/vue-material/src/components/mdAvatar/mdAvatar.vue"
259+
Component.options.__file = "/Users/mrufino/Projects/personal/github/vue-material/src/components/mdAvatar/mdAvatar.vue"
260260
if (Component.esModule && Object.keys(Component.esModule).some((function (key) {return key !== "default" && key !== "__esModule"}))) {console.error("named exports are not supported in *.vue files.")}
261261
if (Component.options.functional) {console.error("[vue-loader] mdAvatar.vue: functional components are not supported with templates, they should use render functions.")}
262262

dist/components/mdAvatar/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/mdBackdrop/index.css

Lines changed: 5 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,5 @@
1-
/* Common */
2-
/* Responsive Breakpoints */
3-
/* Transitions - Based on Angular Material */
4-
/* Elevation - Based on Angular Material */
5-
.md-backdrop {
6-
position: absolute;
7-
top: 0;
8-
right: 0;
9-
bottom: 0;
10-
left: 0;
11-
z-index: 99;
12-
pointer-events: none;
13-
background-color: rgba(0, 0, 0, 0.54);
14-
transform: translate3d(0, 0, 0);
15-
opacity: 0;
16-
transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
17-
}
18-
.md-backdrop.md-active {
19-
opacity: 1;
20-
pointer-events: auto;
21-
}
22-
.md-backdrop.md-transparent {
23-
background: rgba(0, 0, 0, 0.005);
24-
}
25-
26-
/*# sourceMappingURL=index.css.map*/
1+
/*!
2+
* Vue Material v0.7.1
3+
* Made with love by Marcos Moura
4+
* Released under the MIT License.
5+
*/.md-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background-color:rgba(0,0,0,.54);transform:translateZ(0);opacity:0;transition:all .5s cubic-bezier(.35,0,.25,1)}.md-backdrop.md-active{opacity:1;pointer-events:auto}.md-backdrop.md-transparent{background:rgba(0,0,0,.005)}

dist/components/mdBackdrop/index.debug.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ var Component = __webpack_require__(0)(
183183
/* cssModules */
184184
null
185185
)
186-
Component.options.__file = "/Users/marcosmoura/Projects/github/vue-material/src/components/mdBackdrop/mdBackdrop.vue"
186+
Component.options.__file = "/Users/mrufino/Projects/personal/github/vue-material/src/components/mdBackdrop/mdBackdrop.vue"
187187
if (Component.esModule && Object.keys(Component.esModule).some((function (key) {return key !== "default" && key !== "__esModule"}))) {console.error("named exports are not supported in *.vue files.")}
188188
if (Component.options.functional) {console.error("[vue-loader] mdBackdrop.vue: functional components are not supported with templates, they should use render functions.")}
189189

dist/components/mdBackdrop/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/mdBottomBar/index.css

Lines changed: 5 additions & 97 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/mdBottomBar/index.debug.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ var Component = __webpack_require__(0)(
359359
/* cssModules */
360360
null
361361
)
362-
Component.options.__file = "/Users/marcosmoura/Projects/github/vue-material/src/components/mdBottomBar/mdBottomBar.vue"
362+
Component.options.__file = "/Users/mrufino/Projects/personal/github/vue-material/src/components/mdBottomBar/mdBottomBar.vue"
363363
if (Component.esModule && Object.keys(Component.esModule).some((function (key) {return key !== "default" && key !== "__esModule"}))) {console.error("named exports are not supported in *.vue files.")}
364364
if (Component.options.functional) {console.error("[vue-loader] mdBottomBar.vue: functional components are not supported with templates, they should use render functions.")}
365365

@@ -394,7 +394,7 @@ var Component = __webpack_require__(0)(
394394
/* cssModules */
395395
null
396396
)
397-
Component.options.__file = "/Users/marcosmoura/Projects/github/vue-material/src/components/mdBottomBar/mdBottomBarItem.vue"
397+
Component.options.__file = "/Users/mrufino/Projects/personal/github/vue-material/src/components/mdBottomBar/mdBottomBarItem.vue"
398398
if (Component.esModule && Object.keys(Component.esModule).some((function (key) {return key !== "default" && key !== "__esModule"}))) {console.error("named exports are not supported in *.vue files.")}
399399
if (Component.options.functional) {console.error("[vue-loader] mdBottomBarItem.vue: functional components are not supported with templates, they should use render functions.")}
400400

dist/components/mdBottomBar/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)