Browse Source

Build mdc

simov 7 years ago
parent
commit
a45a37346c
4 changed files with 9 additions and 3 deletions
  1. 8 2
      build/mdc/mdc.js
  2. 1 1
      package.json
  3. 0 0
      vendor/mdc.min.css
  4. 0 0
      vendor/mdc.min.js

+ 8 - 2
build/mdc/mdc.js

@@ -1,8 +1,14 @@
 
-import * as ripple from '@material/ripple'
-import * as tabs from '@material/tabs'
+import {MDCRipple} from '@material/ripple'
+import {MDCTabBar} from '@material/tabs'
+import {MDCTextField} from '@material/textfield'
+
+let ripple = {MDCRipple}
+let tabs = {MDCTabBar}
+let textfield = {MDCTextField}
 
 export {
   ripple,
   tabs,
+  textfield,
 }

+ 1 - 1
package.json

@@ -19,7 +19,7 @@
     "@material/switch": "^0.34.0",
     "@material/tabs": "^0.34.1",
     "@material/textfield": "^0.34.1",
-    "@material/theme": "^0.33.0",
+    "@material/theme": "^0.34.0",
     "@material/toolbar": "^0.34.1",
     "@material/typography": "^0.34.0",
     "marked": "^0.3.12",

File diff suppressed because it is too large
+ 0 - 0
vendor/mdc.min.css


File diff suppressed because it is too large
+ 0 - 0
vendor/mdc.min.js


Some files were not shown because too many files changed in this diff