From 9dd57249a6b36c49cb001497dc656ad605d1b668 Mon Sep 17 00:00:00 2001 From: ahua52 <1468492018@qq.com> Date: Mon, 19 Dec 2016 13:36:47 +0800 Subject: [PATCH] dist --- .npmignore | 1 - build/Alert.css | 2 +- demo/AlertDemo.scss | 1 - docs/api.md | 4 ++-- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.npmignore b/.npmignore index beea499..a36f7c9 100644 --- a/.npmignore +++ b/.npmignore @@ -25,5 +25,4 @@ _site sea-modules spm_modules .cache -dist coverage diff --git a/build/Alert.css b/build/Alert.css index 22170d7..12e390f 100644 --- a/build/Alert.css +++ b/build/Alert.css @@ -14,7 +14,7 @@ /* gridlayout */ /* menu */ /* Alert */ -/* CHECKBOX */ +/* Checkbox */ /* Radio */ /* Switch */ /* loading */ diff --git a/demo/AlertDemo.scss b/demo/AlertDemo.scss index bbc84c8..ccab031 100644 --- a/demo/AlertDemo.scss +++ b/demo/AlertDemo.scss @@ -1,5 +1,4 @@ @import "../node_modules/tinper-bee-core/scss/index.scss"; -@import "../node_modules/bee-button/src/button.scss"; @import "../src/Alert.scss"; @import "../node_modules/bee-panel/src/Panel.scss"; @import "../node_modules/bee-layout/src/Layout.scss"; diff --git a/docs/api.md b/docs/api.md index 44bf9c3..aace391 100644 --- a/docs/api.md +++ b/docs/api.md @@ -10,8 +10,8 @@ |:--|:---:|:--:|---:| |className|类名|string|-| |colors|oneOf:`info` `news` `success` `danger` `warning`|string|`warning`| -|controlLabel|关闭按钮文字|string|| -|onDismiss|关闭alert触发的方法|func|| +|controlLabel|关闭按钮文字|string|-| +|onDismiss|关闭alert触发的方法|func|-|