From 84511f3aa2b7293bfaee5ad15c7bd384d001dfda Mon Sep 17 00:00:00 2001 From: Ian Clarke Date: Sun, 22 Jan 2017 17:53:05 -0600 Subject: [PATCH] bump version --- build.gradle | 2 +- .../sanity/kweb/plugins/materialdesignlite/layout/footer.kt | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 16942e1d0f..8dab34b4a0 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ group 'com.github.sanity' -version '0.0.14' +version '0.0.15' buildscript { ext.kotlin_version = '1.1.0-beta-17' diff --git a/src/main/kotlin/com/github/sanity/kweb/plugins/materialdesignlite/layout/footer.kt b/src/main/kotlin/com/github/sanity/kweb/plugins/materialdesignlite/layout/footer.kt index bb5ddb1477..081a77289d 100644 --- a/src/main/kotlin/com/github/sanity/kweb/plugins/materialdesignlite/layout/footer.kt +++ b/src/main/kotlin/com/github/sanity/kweb/plugins/materialdesignlite/layout/footer.kt @@ -26,9 +26,6 @@ class MiniFooterSection(wrapped: DivElement) : DivElement(wrapped) { // TODO: User needs to be able to specify their own social button css classes, see: // TODO: https://github.com/google/material-design-lite/blob/88872e672e41c56af0a78a35b34373b8c4a8c49d/docs/_assets/main.css#L533 + // TODO: This might need to wait for a css DSL fun socialButton(attributes: Map = attr) = button(attributes = attributes.classes("mdl-mini-footer__social-btn")) } - -enum class MiniFooterSide { - left, right -} \ No newline at end of file