Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
metagrover committed Apr 22, 2017
1 parent 83aa654 commit aa6fe7b
Show file tree
Hide file tree
Showing 13 changed files with 295 additions and 200 deletions.
42 changes: 21 additions & 21 deletions dist/airbnb_recipe.bundle.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/css/style.min.css

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions dist/ecommerce_recipe.bundle.js

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions dist/meetup_recipe.bundle.js

Large diffs are not rendered by default.

80 changes: 40 additions & 40 deletions dist/news_recipe.bundle.js

Large diffs are not rendered by default.

80 changes: 40 additions & 40 deletions dist/producthunt_recipe.bundle.js

Large diffs are not rendered by default.

97 changes: 97 additions & 0 deletions dist/simplebeds_recipe.bundle.js

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions dist/yelp_recipe.bundle.js

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions lib/actuators/ResultCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -773,9 +773,7 @@ var ResultCard = function (_Component) {

return _react2.default.createElement(
"div",
{ ref: function ref(div) {
_this10.resultListContainer = div;
}, className: "rbc rbc-resultcard" },
{ className: "rbc rbc-resultcard" },
_react2.default.createElement(
"div",
{ ref: function ref(div) {
Expand All @@ -798,7 +796,7 @@ var ResultCard = function (_Component) {
),
this.props.noResults && this.state.visibleNoResults ? _react2.default.createElement(_reactivemaps.NoResults, { defaultText: this.props.noResults }) : null,
this.props.initialLoader && this.state.queryStart && this.state.showInitialLoader ? _react2.default.createElement(_reactivemaps.InitialLoader, { defaultText: this.props.initialLoader }) : null,
_react2.default.createElement(_reactivemaps.PoweredBy, { container: this.resultListContainer })
_react2.default.createElement(_reactivemaps.PoweredBy, { container: "rbc-resultcard-container" })
);
}
}]);
Expand Down
2 changes: 1 addition & 1 deletion lib/actuators/ResultList.js
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ var ResultList = function (_Component) {
),
this.props.noResults && this.state.visibleNoResults ? _react2.default.createElement(_reactivemaps.NoResults, { defaultText: this.props.noResults }) : null,
this.props.initialLoader && this.state.queryStart && this.state.showInitialLoader ? _react2.default.createElement(_reactivemaps.InitialLoader, { defaultText: this.props.initialLoader }) : null,
_react2.default.createElement(_reactivemaps.PoweredBy, { container: this.resultListContainer })
_react2.default.createElement(_reactivemaps.PoweredBy, { container: "rbc-resultlist-container" })
);
}
}]);
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appbaseio/reactivesearch",
"version": "0.4.3",
"version": "0.4.4",
"description": "A React UI components library for building search experiences",
"main": "lib/app.js",
"scripts": {
Expand Down Expand Up @@ -32,8 +32,8 @@
},
"homepage": "https://github.com/appbaseio/reactivesearch#readme",
"dependencies": {
"@appbaseio/reactivebase": "^1.0.0-alpha18",
"@appbaseio/reactivemaps": "^1.0.0-alpha14",
"@appbaseio/reactivebase": "1.0.0-alpha19",
"@appbaseio/reactivemaps": "1.0.0-alpha15",
"classnames": "^2.2.5",
"jquery": "^3.1.1",
"lodash": "^4.15.0",
Expand Down
36 changes: 18 additions & 18 deletions umd/ReactiveSearch.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# yarn lockfile v1


"@appbaseio/reactivebase@^1.0.0-alpha18":
version "1.0.0-alpha18"
resolved "https://registry.yarnpkg.com/@appbaseio/reactivebase/-/reactivebase-1.0.0-alpha18.tgz#5443152ad197e755b71e4a7db6e505ae3698c7ca"
"@appbaseio/[email protected]alpha19":
version "1.0.0-alpha19"
resolved "https://registry.yarnpkg.com/@appbaseio/reactivebase/-/reactivebase-1.0.0-alpha19.tgz#3093f3a80a897de9e60ca7661a317019b928d65a"
dependencies:
appbase-js "^0.11.0"
babel-preset-stage-0 "^6.5.0"
Expand All @@ -22,19 +22,19 @@
react-moment-proptypes "^1.3.0"
react-select "^1.0.0-rc.3"

"@appbaseio/[email protected]", "@appbaseio/reactivemaps-manual@^1.0.0-alpha":
"@appbaseio/[email protected]":
version "1.0.0-alpha"
resolved "https://registry.yarnpkg.com/@appbaseio/reactivemaps-manual/-/reactivemaps-manual-1.0.0-alpha.tgz#d45c54758faad0171efb22b26a725bfc673c3107"
dependencies:
grunt "~0.4.0"
serve-static "^1.10.2"

"@appbaseio/reactivemaps@^1.0.0-alpha14":
version "1.0.0-alpha14"
resolved "https://registry.yarnpkg.com/@appbaseio/reactivemaps/-/reactivemaps-1.0.0-alpha14.tgz#163e9a90278a6cb346c4931074bd2172257a54b5"
"@appbaseio/[email protected]alpha15":
version "1.0.0-alpha15"
resolved "https://registry.yarnpkg.com/@appbaseio/reactivemaps/-/reactivemaps-1.0.0-alpha15.tgz#e577fd378513a5111571f1d9a511863ef4aa6e03"
dependencies:
"@appbaseio/reactivebase" "^1.0.0-alpha18"
"@appbaseio/reactivemaps-manual" "^1.0.0-alpha"
"@appbaseio/reactivebase" "1.0.0-alpha19"
"@appbaseio/reactivemaps-manual" "1.0.0-alpha"
appbase-js "^0.11.0"
axios "^0.15.2"
babel-preset-stage-0 "^6.5.0"
Expand Down

0 comments on commit aa6fe7b

Please sign in to comment.