Skip to content

Commit

Permalink
change demo icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Boyuzhou committed Jan 6, 2017
1 parent 43803b2 commit 0b7c167
Show file tree
Hide file tree
Showing 7 changed files with 60 additions and 35 deletions.
3 changes: 3 additions & 0 deletions build/ButtonGroup.css
Expand Up @@ -13,6 +13,7 @@
/* Navlayout */
/* gridlayout */
/* menu */
/* Tile */
/* Alert */
/* Checkbox */
/* Radio */
Expand All @@ -30,6 +31,8 @@
/* ========== Card ========== */
/* ============ Forms ============*/
/* BADGE */
/*两种加载的尺寸 width height*/
/*居中位置top left*/
.u-button-group, .u-button-group-vertical {
position: relative;
display: inline-block;
Expand Down
4 changes: 2 additions & 2 deletions demo/index-demo-base.js
Expand Up @@ -8,9 +8,9 @@ import ButtonGroup from '../src';
import Icon from 'bee-icon';


const CARET = <i className="uf uf-chevronarrowdown"></i>;
const CARET = <i className="uf uf-arrow-down"></i>;

const CARETUP = <i className="uf uf-chevronarrowup"></i>;
const CARETUP = <i className="uf uf-arrow-up"></i>;


{demolist}
Expand Down
4 changes: 2 additions & 2 deletions demo/index.js
Expand Up @@ -8,9 +8,9 @@ import ButtonGroup from '../src';
import Icon from 'bee-icon';


const CARET = <i className="uf uf-chevronarrowdown"></i>;
const CARET = <i className="uf uf-arrow-down"></i>;

const CARETUP = <i className="uf uf-chevronarrowup"></i>;
const CARETUP = <i className="uf uf-arrow-up"></i>;


/**
Expand Down
28 changes: 26 additions & 2 deletions dist/demo.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/demo.css.map

Large diffs are not rendered by default.

35 changes: 17 additions & 18 deletions dist/demo.js

Large diffs are not rendered by default.

19 changes: 9 additions & 10 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "bee-button-group",
"version": "0.2.2",
"version": "0.2.3",
"description": "button-group ui component for react",
"keywords": [
"react",
Expand All @@ -13,10 +13,10 @@
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://github.com/tinper-bee/button-group",
"homepage": "https://github.com/tinper-bee/bee-button-group",
"author": "zhouboyu",
"repository": "http://github.com/tinper-bee/button-group",
"bugs": "https://github.com/tinper-bee/button-group/issues",
"repository": "http://github.com/tinper-bee/bee-button-group",
"bugs": "https://github.com/tinper-bee/bee-button-group/issues",
"license": "MIT",
"main": "./build/index",
"config": {
Expand All @@ -33,15 +33,14 @@
"pub": "bee-tools run pub"
},
"dependencies": {
"bee-button": "^0.2.2",
"classnames": "^2.2.5",
"tinper-bee-core": "0.0.24"
"tinper-bee-core": "latest"
},
"devDependencies": {
"bee-button": "^0.2.2",
"bee-icon": "0.0.5",
"bee-layout": "^0.2.2",
"bee-panel": "^0.2.1",
"bee-button": "latest",
"bee-icon": "latest",
"bee-layout": "latest",
"bee-panel": "latest",
"chai": "^3.5.0",
"console-polyfill": "~0.2.1",
"enzyme": "^2.4.1",
Expand Down

0 comments on commit 0b7c167

Please sign in to comment.