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|-|