Comparing version 0.0.8 to 0.0.9
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import React from 'react'; |
@@ -0,0 +0,0 @@ /** |
@@ -7,1 +7,2 @@ /** | ||
export {default as Tabs} from './tabs' | ||
export {default as Toaster} from './toaster'; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import classnames from 'classnames'; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -8,3 +8,3 @@ /** | ||
//import ReactCSSTransitionGroup from 'react-addons-css-transition-group'; | ||
import { Router, Route, IndexRoute,browserHistory} from 'react-router'; | ||
import { Router, Route, IndexRoute,hashHistory} from 'react-router'; | ||
import '../components/style/index.less' | ||
@@ -14,2 +14,3 @@ import Home from './pages/Home' | ||
import TabsPage from './pages/TabsPage' | ||
import ToasterPage from './pages/ToasterPage' | ||
@@ -33,3 +34,3 @@ class App extends React.Component { | ||
ReactDOM.render(( | ||
<Router history={browserHistory}> | ||
<Router history={hashHistory}> | ||
<Route path="/" component={App}> | ||
@@ -39,4 +40,5 @@ <IndexRoute component={Home}/> | ||
<Route path="tabs" component={TabsPage}/> | ||
<Route path="toaster" component={ToasterPage}/> | ||
</Route> | ||
</Router> | ||
), document.getElementById('container')); |
@@ -0,0 +0,0 @@ import React, {Component} from 'react'; |
@@ -9,2 +9,3 @@ import React, {Component} from 'react'; | ||
<Link to={'tabs'} >Tabs</Link> | ||
<Link to={'toaster'} >Toaster</Link> | ||
</div> | ||
@@ -11,0 +12,0 @@ ); |
@@ -0,0 +0,0 @@ /** |
@@ -5,3 +5,3 @@ /** | ||
var gulp = require('gulp'); | ||
var cleanCSS = require('gulp-clean-css'); | ||
//var cleanCSS = require('gulp-clean-css'); | ||
var less = require('gulp-less'); | ||
@@ -18,3 +18,2 @@ var rename = require('gulp-rename'); | ||
})) | ||
.pipe(cleanCSS()) | ||
.pipe(rename('b-rc.css')) | ||
@@ -21,0 +20,0 @@ .pipe(gulp.dest('lib')); |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -25,2 +25,11 @@ 'use strict'; | ||
var _toaster = require('./toaster'); | ||
Object.defineProperty(exports, 'Toaster', { | ||
enumerable: true, | ||
get: function get() { | ||
return _interopRequireDefault(_toaster).default; | ||
} | ||
}); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
{ | ||
"name": "b-rc", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "react components for budee front-end project", | ||
@@ -5,0 +5,0 @@ "main": "./lib", |
@@ -0,0 +0,0 @@ #B-RC |
@@ -0,0 +0,0 @@ var webpack = require('webpack'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
231879
92
4194