react-dom 15.4.0-rc.4 → 15.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/react-dom.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * ReactDOM v15.4.0-rc.4
2
+ * ReactDOM v15.4.0
3
3
  */
4
4
 
5
5
  ;(function(f) {
@@ -118,7 +118,7 @@ module.exports = ARIADOMPropertyConfig;
118
118
 
119
119
  var ReactDOMComponentTree = _dereq_(34);
120
120
 
121
- var focusNode = _dereq_(143);
121
+ var focusNode = _dereq_(144);
122
122
 
123
123
  var AutoFocusUtils = {
124
124
  focusDOMComponent: function () {
@@ -127,7 +127,7 @@ var AutoFocusUtils = {
127
127
  };
128
128
 
129
129
  module.exports = AutoFocusUtils;
130
- },{"143":143,"34":34}],3:[function(_dereq_,module,exports){
130
+ },{"144":144,"34":34}],3:[function(_dereq_,module,exports){
131
131
  /**
132
132
  * Copyright 2013-present Facebook, Inc.
133
133
  * All rights reserved.
@@ -141,7 +141,7 @@ module.exports = AutoFocusUtils;
141
141
  'use strict';
142
142
 
143
143
  var EventPropagators = _dereq_(20);
144
- var ExecutionEnvironment = _dereq_(135);
144
+ var ExecutionEnvironment = _dereq_(136);
145
145
  var FallbackCompositionState = _dereq_(21);
146
146
  var SyntheticCompositionEvent = _dereq_(89);
147
147
  var SyntheticInputEvent = _dereq_(93);
@@ -512,7 +512,7 @@ var BeforeInputEventPlugin = {
512
512
  };
513
513
 
514
514
  module.exports = BeforeInputEventPlugin;
515
- },{"135":135,"20":20,"21":21,"89":89,"93":93}],4:[function(_dereq_,module,exports){
515
+ },{"136":136,"20":20,"21":21,"89":89,"93":93}],4:[function(_dereq_,module,exports){
516
516
  /**
517
517
  * Copyright 2013-present, Facebook, Inc.
518
518
  * All rights reserved.
@@ -674,14 +674,14 @@ module.exports = CSSProperty;
674
674
  'use strict';
675
675
 
676
676
  var CSSProperty = _dereq_(4);
677
- var ExecutionEnvironment = _dereq_(135);
677
+ var ExecutionEnvironment = _dereq_(136);
678
678
  var ReactInstrumentation = _dereq_(64);
679
679
 
680
- var camelizeStyleName = _dereq_(137);
680
+ var camelizeStyleName = _dereq_(138);
681
681
  var dangerousStyleValue = _dereq_(106);
682
- var hyphenateStyleName = _dereq_(148);
683
- var memoizeStringOnly = _dereq_(152);
684
- var warning = _dereq_(156);
682
+ var hyphenateStyleName = _dereq_(149);
683
+ var memoizeStringOnly = _dereq_(153);
684
+ var warning = _dereq_(157);
685
685
 
686
686
  var processStyleName = memoizeStringOnly(function (styleName) {
687
687
  return hyphenateStyleName(styleName);
@@ -869,7 +869,7 @@ var CSSPropertyOperations = {
869
869
  };
870
870
 
871
871
  module.exports = CSSPropertyOperations;
872
- },{"106":106,"135":135,"137":137,"148":148,"152":152,"156":156,"4":4,"64":64}],6:[function(_dereq_,module,exports){
872
+ },{"106":106,"136":136,"138":138,"149":149,"153":153,"157":157,"4":4,"64":64}],6:[function(_dereq_,module,exports){
873
873
  /**
874
874
  * Copyright 2013-present, Facebook, Inc.
875
875
  * All rights reserved.
@@ -883,13 +883,13 @@ module.exports = CSSPropertyOperations;
883
883
 
884
884
  'use strict';
885
885
 
886
- var _prodInvariant = _dereq_(124);
886
+ var _prodInvariant = _dereq_(125);
887
887
 
888
888
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
889
889
 
890
890
  var PooledClass = _dereq_(25);
891
891
 
892
- var invariant = _dereq_(149);
892
+ var invariant = _dereq_(150);
893
893
 
894
894
  /**
895
895
  * A specialized pseudo-event module to help keep track of components waiting to
@@ -988,7 +988,7 @@ var CallbackQueue = function () {
988
988
  }();
989
989
 
990
990
  module.exports = PooledClass.addPoolingTo(CallbackQueue);
991
- },{"124":124,"149":149,"25":25}],7:[function(_dereq_,module,exports){
991
+ },{"125":125,"150":150,"25":25}],7:[function(_dereq_,module,exports){
992
992
  /**
993
993
  * Copyright 2013-present, Facebook, Inc.
994
994
  * All rights reserved.
@@ -1003,14 +1003,14 @@ module.exports = PooledClass.addPoolingTo(CallbackQueue);
1003
1003
 
1004
1004
  var EventPluginHub = _dereq_(17);
1005
1005
  var EventPropagators = _dereq_(20);
1006
- var ExecutionEnvironment = _dereq_(135);
1006
+ var ExecutionEnvironment = _dereq_(136);
1007
1007
  var ReactDOMComponentTree = _dereq_(34);
1008
1008
  var ReactUpdates = _dereq_(82);
1009
1009
  var SyntheticEvent = _dereq_(91);
1010
1010
 
1011
1011
  var getEventTarget = _dereq_(114);
1012
- var isEventSupported = _dereq_(121);
1013
- var isTextInputElement = _dereq_(122);
1012
+ var isEventSupported = _dereq_(122);
1013
+ var isTextInputElement = _dereq_(123);
1014
1014
 
1015
1015
  var eventTypes = {
1016
1016
  change: {
@@ -1309,7 +1309,7 @@ var ChangeEventPlugin = {
1309
1309
  };
1310
1310
 
1311
1311
  module.exports = ChangeEventPlugin;
1312
- },{"114":114,"121":121,"122":122,"135":135,"17":17,"20":20,"34":34,"82":82,"91":91}],8:[function(_dereq_,module,exports){
1312
+ },{"114":114,"122":122,"123":123,"136":136,"17":17,"20":20,"34":34,"82":82,"91":91}],8:[function(_dereq_,module,exports){
1313
1313
  /**
1314
1314
  * Copyright 2013-present, Facebook, Inc.
1315
1315
  * All rights reserved.
@@ -1328,8 +1328,8 @@ var ReactDOMComponentTree = _dereq_(34);
1328
1328
  var ReactInstrumentation = _dereq_(64);
1329
1329
 
1330
1330
  var createMicrosoftUnsafeLocalFunction = _dereq_(105);
1331
- var setInnerHTML = _dereq_(126);
1332
- var setTextContent = _dereq_(127);
1331
+ var setInnerHTML = _dereq_(127);
1332
+ var setTextContent = _dereq_(128);
1333
1333
 
1334
1334
  function getNodeAfter(parentNode, node) {
1335
1335
  // Special case for text components, which return [open, close] comments
@@ -1534,7 +1534,7 @@ var DOMChildrenOperations = {
1534
1534
  };
1535
1535
 
1536
1536
  module.exports = DOMChildrenOperations;
1537
- },{"105":105,"126":126,"127":127,"13":13,"34":34,"64":64,"9":9}],9:[function(_dereq_,module,exports){
1537
+ },{"105":105,"127":127,"128":128,"13":13,"34":34,"64":64,"9":9}],9:[function(_dereq_,module,exports){
1538
1538
  /**
1539
1539
  * Copyright 2015-present, Facebook, Inc.
1540
1540
  * All rights reserved.
@@ -1548,10 +1548,10 @@ module.exports = DOMChildrenOperations;
1548
1548
  'use strict';
1549
1549
 
1550
1550
  var DOMNamespaces = _dereq_(10);
1551
- var setInnerHTML = _dereq_(126);
1551
+ var setInnerHTML = _dereq_(127);
1552
1552
 
1553
1553
  var createMicrosoftUnsafeLocalFunction = _dereq_(105);
1554
- var setTextContent = _dereq_(127);
1554
+ var setTextContent = _dereq_(128);
1555
1555
 
1556
1556
  var ELEMENT_NODE_TYPE = 1;
1557
1557
  var DOCUMENT_FRAGMENT_NODE_TYPE = 11;
@@ -1652,7 +1652,7 @@ DOMLazyTree.queueHTML = queueHTML;
1652
1652
  DOMLazyTree.queueText = queueText;
1653
1653
 
1654
1654
  module.exports = DOMLazyTree;
1655
- },{"10":10,"105":105,"126":126,"127":127}],10:[function(_dereq_,module,exports){
1655
+ },{"10":10,"105":105,"127":127,"128":128}],10:[function(_dereq_,module,exports){
1656
1656
  /**
1657
1657
  * Copyright 2013-present, Facebook, Inc.
1658
1658
  * All rights reserved.
@@ -1685,9 +1685,9 @@ module.exports = DOMNamespaces;
1685
1685
 
1686
1686
  'use strict';
1687
1687
 
1688
- var _prodInvariant = _dereq_(124);
1688
+ var _prodInvariant = _dereq_(125);
1689
1689
 
1690
- var invariant = _dereq_(149);
1690
+ var invariant = _dereq_(150);
1691
1691
 
1692
1692
  function checkMask(value, bitmask) {
1693
1693
  return (value & bitmask) === bitmask;
@@ -1882,7 +1882,7 @@ var DOMProperty = {
1882
1882
  };
1883
1883
 
1884
1884
  module.exports = DOMProperty;
1885
- },{"124":124,"149":149}],12:[function(_dereq_,module,exports){
1885
+ },{"125":125,"150":150}],12:[function(_dereq_,module,exports){
1886
1886
  /**
1887
1887
  * Copyright 2013-present, Facebook, Inc.
1888
1888
  * All rights reserved.
@@ -1899,8 +1899,8 @@ var DOMProperty = _dereq_(11);
1899
1899
  var ReactDOMComponentTree = _dereq_(34);
1900
1900
  var ReactInstrumentation = _dereq_(64);
1901
1901
 
1902
- var quoteAttributeValueForBrowser = _dereq_(123);
1903
- var warning = _dereq_(156);
1902
+ var quoteAttributeValueForBrowser = _dereq_(124);
1903
+ var warning = _dereq_(157);
1904
1904
 
1905
1905
  var VALID_ATTRIBUTE_NAME_REGEX = new RegExp('^[' + DOMProperty.ATTRIBUTE_NAME_START_CHAR + '][' + DOMProperty.ATTRIBUTE_NAME_CHAR + ']*$');
1906
1906
  var illegalAttributeNameCache = {};
@@ -2119,7 +2119,7 @@ var DOMPropertyOperations = {
2119
2119
  };
2120
2120
 
2121
2121
  module.exports = DOMPropertyOperations;
2122
- },{"11":11,"123":123,"156":156,"34":34,"64":64}],13:[function(_dereq_,module,exports){
2122
+ },{"11":11,"124":124,"157":157,"34":34,"64":64}],13:[function(_dereq_,module,exports){
2123
2123
  /**
2124
2124
  * Copyright 2013-present, Facebook, Inc.
2125
2125
  * All rights reserved.
@@ -2132,14 +2132,14 @@ module.exports = DOMPropertyOperations;
2132
2132
 
2133
2133
  'use strict';
2134
2134
 
2135
- var _prodInvariant = _dereq_(124);
2135
+ var _prodInvariant = _dereq_(125);
2136
2136
 
2137
2137
  var DOMLazyTree = _dereq_(9);
2138
- var ExecutionEnvironment = _dereq_(135);
2138
+ var ExecutionEnvironment = _dereq_(136);
2139
2139
 
2140
- var createNodesFromMarkup = _dereq_(140);
2141
- var emptyFunction = _dereq_(141);
2142
- var invariant = _dereq_(149);
2140
+ var createNodesFromMarkup = _dereq_(141);
2141
+ var emptyFunction = _dereq_(142);
2142
+ var invariant = _dereq_(150);
2143
2143
 
2144
2144
  var Danger = {
2145
2145
 
@@ -2167,7 +2167,7 @@ var Danger = {
2167
2167
  };
2168
2168
 
2169
2169
  module.exports = Danger;
2170
- },{"124":124,"135":135,"140":140,"141":141,"149":149,"9":9}],14:[function(_dereq_,module,exports){
2170
+ },{"125":125,"136":136,"141":141,"142":142,"150":150,"9":9}],14:[function(_dereq_,module,exports){
2171
2171
  /**
2172
2172
  * Copyright 2013-present, Facebook, Inc.
2173
2173
  * All rights reserved.
@@ -2398,7 +2398,7 @@ module.exports = EventConstants;
2398
2398
 
2399
2399
  'use strict';
2400
2400
 
2401
- var _prodInvariant = _dereq_(124);
2401
+ var _prodInvariant = _dereq_(125);
2402
2402
 
2403
2403
  var EventPluginRegistry = _dereq_(18);
2404
2404
  var EventPluginUtils = _dereq_(19);
@@ -2406,7 +2406,7 @@ var ReactErrorUtils = _dereq_(55);
2406
2406
 
2407
2407
  var accumulateInto = _dereq_(102);
2408
2408
  var forEachAccumulated = _dereq_(110);
2409
- var invariant = _dereq_(149);
2409
+ var invariant = _dereq_(150);
2410
2410
 
2411
2411
  /**
2412
2412
  * Internal store for event listeners
@@ -2636,7 +2636,7 @@ var EventPluginHub = {
2636
2636
  };
2637
2637
 
2638
2638
  module.exports = EventPluginHub;
2639
- },{"102":102,"110":110,"124":124,"149":149,"18":18,"19":19,"55":55}],18:[function(_dereq_,module,exports){
2639
+ },{"102":102,"110":110,"125":125,"150":150,"18":18,"19":19,"55":55}],18:[function(_dereq_,module,exports){
2640
2640
  /**
2641
2641
  * Copyright 2013-present, Facebook, Inc.
2642
2642
  * All rights reserved.
@@ -2650,9 +2650,9 @@ module.exports = EventPluginHub;
2650
2650
 
2651
2651
  'use strict';
2652
2652
 
2653
- var _prodInvariant = _dereq_(124);
2653
+ var _prodInvariant = _dereq_(125);
2654
2654
 
2655
- var invariant = _dereq_(149);
2655
+ var invariant = _dereq_(150);
2656
2656
 
2657
2657
  /**
2658
2658
  * Injectable ordering of event plugins.
@@ -2891,7 +2891,7 @@ var EventPluginRegistry = {
2891
2891
  };
2892
2892
 
2893
2893
  module.exports = EventPluginRegistry;
2894
- },{"124":124,"149":149}],19:[function(_dereq_,module,exports){
2894
+ },{"125":125,"150":150}],19:[function(_dereq_,module,exports){
2895
2895
  /**
2896
2896
  * Copyright 2013-present, Facebook, Inc.
2897
2897
  * All rights reserved.
@@ -2904,12 +2904,12 @@ module.exports = EventPluginRegistry;
2904
2904
 
2905
2905
  'use strict';
2906
2906
 
2907
- var _prodInvariant = _dereq_(124);
2907
+ var _prodInvariant = _dereq_(125);
2908
2908
 
2909
2909
  var ReactErrorUtils = _dereq_(55);
2910
2910
 
2911
- var invariant = _dereq_(149);
2912
- var warning = _dereq_(156);
2911
+ var invariant = _dereq_(150);
2912
+ var warning = _dereq_(157);
2913
2913
 
2914
2914
  /**
2915
2915
  * Injected dependencies:
@@ -3117,7 +3117,7 @@ var EventPluginUtils = {
3117
3117
  };
3118
3118
 
3119
3119
  module.exports = EventPluginUtils;
3120
- },{"124":124,"149":149,"156":156,"55":55}],20:[function(_dereq_,module,exports){
3120
+ },{"125":125,"150":150,"157":157,"55":55}],20:[function(_dereq_,module,exports){
3121
3121
  /**
3122
3122
  * Copyright 2013-present, Facebook, Inc.
3123
3123
  * All rights reserved.
@@ -3135,7 +3135,7 @@ var EventPluginUtils = _dereq_(19);
3135
3135
 
3136
3136
  var accumulateInto = _dereq_(102);
3137
3137
  var forEachAccumulated = _dereq_(110);
3138
- var warning = _dereq_(156);
3138
+ var warning = _dereq_(157);
3139
3139
 
3140
3140
  var getListener = EventPluginHub.getListener;
3141
3141
 
@@ -3251,7 +3251,7 @@ var EventPropagators = {
3251
3251
  };
3252
3252
 
3253
3253
  module.exports = EventPropagators;
3254
- },{"102":102,"110":110,"156":156,"17":17,"19":19}],21:[function(_dereq_,module,exports){
3254
+ },{"102":102,"110":110,"157":157,"17":17,"19":19}],21:[function(_dereq_,module,exports){
3255
3255
  /**
3256
3256
  * Copyright 2013-present, Facebook, Inc.
3257
3257
  * All rights reserved.
@@ -3264,11 +3264,11 @@ module.exports = EventPropagators;
3264
3264
 
3265
3265
  'use strict';
3266
3266
 
3267
- var _assign = _dereq_(157);
3267
+ var _assign = _dereq_(158);
3268
3268
 
3269
3269
  var PooledClass = _dereq_(25);
3270
3270
 
3271
- var getTextContentAccessor = _dereq_(118);
3271
+ var getTextContentAccessor = _dereq_(119);
3272
3272
 
3273
3273
  /**
3274
3274
  * This helper class stores information about text content of a target node,
@@ -3346,7 +3346,7 @@ _assign(FallbackCompositionState.prototype, {
3346
3346
  PooledClass.addPoolingTo(FallbackCompositionState);
3347
3347
 
3348
3348
  module.exports = FallbackCompositionState;
3349
- },{"118":118,"157":157,"25":25}],22:[function(_dereq_,module,exports){
3349
+ },{"119":119,"158":158,"25":25}],22:[function(_dereq_,module,exports){
3350
3350
  /**
3351
3351
  * Copyright 2013-present, Facebook, Inc.
3352
3352
  * All rights reserved.
@@ -3630,13 +3630,13 @@ module.exports = KeyEscapeUtils;
3630
3630
 
3631
3631
  'use strict';
3632
3632
 
3633
- var _prodInvariant = _dereq_(124);
3633
+ var _prodInvariant = _dereq_(125);
3634
3634
 
3635
- var React = _dereq_(133);
3635
+ var React = _dereq_(134);
3636
3636
  var ReactPropTypesSecret = _dereq_(73);
3637
3637
 
3638
- var invariant = _dereq_(149);
3639
- var warning = _dereq_(156);
3638
+ var invariant = _dereq_(150);
3639
+ var warning = _dereq_(157);
3640
3640
 
3641
3641
  var hasReadOnlyValue = {
3642
3642
  'button': true,
@@ -3752,7 +3752,7 @@ var LinkedValueUtils = {
3752
3752
  };
3753
3753
 
3754
3754
  module.exports = LinkedValueUtils;
3755
- },{"124":124,"133":133,"149":149,"156":156,"73":73}],25:[function(_dereq_,module,exports){
3755
+ },{"125":125,"134":134,"150":150,"157":157,"73":73}],25:[function(_dereq_,module,exports){
3756
3756
  /**
3757
3757
  * Copyright 2013-present, Facebook, Inc.
3758
3758
  * All rights reserved.
@@ -3766,9 +3766,9 @@ module.exports = LinkedValueUtils;
3766
3766
 
3767
3767
  'use strict';
3768
3768
 
3769
- var _prodInvariant = _dereq_(124);
3769
+ var _prodInvariant = _dereq_(125);
3770
3770
 
3771
- var invariant = _dereq_(149);
3771
+ var invariant = _dereq_(150);
3772
3772
 
3773
3773
  /**
3774
3774
  * Static poolers. Several custom versions for each potential number of
@@ -3876,7 +3876,7 @@ var PooledClass = {
3876
3876
  };
3877
3877
 
3878
3878
  module.exports = PooledClass;
3879
- },{"124":124,"149":149}],26:[function(_dereq_,module,exports){
3879
+ },{"125":125,"150":150}],26:[function(_dereq_,module,exports){
3880
3880
  /**
3881
3881
  * Copyright 2013-present, Facebook, Inc.
3882
3882
  * All rights reserved.
@@ -3889,14 +3889,14 @@ module.exports = PooledClass;
3889
3889
 
3890
3890
  'use strict';
3891
3891
 
3892
- var _assign = _dereq_(157);
3892
+ var _assign = _dereq_(158);
3893
3893
 
3894
3894
  var EventPluginRegistry = _dereq_(18);
3895
3895
  var ReactEventEmitterMixin = _dereq_(56);
3896
3896
  var ViewportMetrics = _dereq_(101);
3897
3897
 
3898
- var getVendorPrefixedEventName = _dereq_(119);
3899
- var isEventSupported = _dereq_(121);
3898
+ var getVendorPrefixedEventName = _dereq_(120);
3899
+ var isEventSupported = _dereq_(122);
3900
3900
 
3901
3901
  /**
3902
3902
  * Summary of `ReactBrowserEventEmitter` event handling:
@@ -4204,7 +4204,7 @@ var ReactBrowserEventEmitter = _assign({}, ReactEventEmitterMixin, {
4204
4204
  });
4205
4205
 
4206
4206
  module.exports = ReactBrowserEventEmitter;
4207
- },{"101":101,"119":119,"121":121,"157":157,"18":18,"56":56}],27:[function(_dereq_,module,exports){
4207
+ },{"101":101,"120":120,"122":122,"158":158,"18":18,"56":56}],27:[function(_dereq_,module,exports){
4208
4208
  (function (process){
4209
4209
  /**
4210
4210
  * Copyright 2014-present, Facebook, Inc.
@@ -4220,11 +4220,11 @@ module.exports = ReactBrowserEventEmitter;
4220
4220
 
4221
4221
  var ReactReconciler = _dereq_(75);
4222
4222
 
4223
- var instantiateReactComponent = _dereq_(120);
4223
+ var instantiateReactComponent = _dereq_(121);
4224
4224
  var KeyEscapeUtils = _dereq_(23);
4225
- var shouldUpdateReactComponent = _dereq_(128);
4226
- var traverseAllChildren = _dereq_(129);
4227
- var warning = _dereq_(156);
4225
+ var shouldUpdateReactComponent = _dereq_(129);
4226
+ var traverseAllChildren = _dereq_(130);
4227
+ var warning = _dereq_(157);
4228
4228
 
4229
4229
  var ReactComponentTreeHook;
4230
4230
 
@@ -4234,7 +4234,7 @@ if (typeof process !== 'undefined' && process.env && "development" === 'test') {
4234
4234
  // https://github.com/facebook/react/issues/7240
4235
4235
  // Remove the inline requires when we don't need them anymore:
4236
4236
  // https://github.com/facebook/react/pull/7178
4237
- ReactComponentTreeHook = _dereq_(131);
4237
+ ReactComponentTreeHook = _dereq_(132);
4238
4238
  }
4239
4239
 
4240
4240
  function instantiateChild(childInstances, child, name, selfDebugID) {
@@ -4242,7 +4242,7 @@ function instantiateChild(childInstances, child, name, selfDebugID) {
4242
4242
  var keyUnique = childInstances[name] === undefined;
4243
4243
  if ("development" !== 'production') {
4244
4244
  if (!ReactComponentTreeHook) {
4245
- ReactComponentTreeHook = _dereq_(131);
4245
+ ReactComponentTreeHook = _dereq_(132);
4246
4246
  }
4247
4247
  if (!keyUnique) {
4248
4248
  "development" !== 'production' ? warning(false, 'flattenChildren(...): Encountered two children with the same key, ' + '`%s`. Child keys must be unique; when two children share a key, only ' + 'the first child will be used.%s', KeyEscapeUtils.unescape(name), ReactComponentTreeHook.getStackAddendumByID(selfDebugID)) : void 0;
@@ -4360,7 +4360,7 @@ var ReactChildReconciler = {
4360
4360
 
4361
4361
  module.exports = ReactChildReconciler;
4362
4362
  }).call(this,undefined)
4363
- },{"120":120,"128":128,"129":129,"131":131,"156":156,"23":23,"75":75}],28:[function(_dereq_,module,exports){
4363
+ },{"121":121,"129":129,"130":130,"132":132,"157":157,"23":23,"75":75}],28:[function(_dereq_,module,exports){
4364
4364
  /**
4365
4365
  * Copyright 2013-present, Facebook, Inc.
4366
4366
  * All rights reserved.
@@ -4404,9 +4404,9 @@ module.exports = ReactComponentBrowserEnvironment;
4404
4404
 
4405
4405
  'use strict';
4406
4406
 
4407
- var _prodInvariant = _dereq_(124);
4407
+ var _prodInvariant = _dereq_(125);
4408
4408
 
4409
- var invariant = _dereq_(149);
4409
+ var invariant = _dereq_(150);
4410
4410
 
4411
4411
  var injected = false;
4412
4412
 
@@ -4436,7 +4436,7 @@ var ReactComponentEnvironment = {
4436
4436
  };
4437
4437
 
4438
4438
  module.exports = ReactComponentEnvironment;
4439
- },{"124":124,"149":149}],30:[function(_dereq_,module,exports){
4439
+ },{"125":125,"150":150}],30:[function(_dereq_,module,exports){
4440
4440
  /**
4441
4441
  * Copyright 2013-present, Facebook, Inc.
4442
4442
  * All rights reserved.
@@ -4449,12 +4449,12 @@ module.exports = ReactComponentEnvironment;
4449
4449
 
4450
4450
  'use strict';
4451
4451
 
4452
- var _prodInvariant = _dereq_(124),
4453
- _assign = _dereq_(157);
4452
+ var _prodInvariant = _dereq_(125),
4453
+ _assign = _dereq_(158);
4454
4454
 
4455
- var React = _dereq_(133);
4455
+ var React = _dereq_(134);
4456
4456
  var ReactComponentEnvironment = _dereq_(29);
4457
- var ReactCurrentOwner = _dereq_(132);
4457
+ var ReactCurrentOwner = _dereq_(133);
4458
4458
  var ReactErrorUtils = _dereq_(55);
4459
4459
  var ReactInstanceMap = _dereq_(63);
4460
4460
  var ReactInstrumentation = _dereq_(64);
@@ -4465,11 +4465,11 @@ if ("development" !== 'production') {
4465
4465
  var checkReactTypeSpec = _dereq_(104);
4466
4466
  }
4467
4467
 
4468
- var emptyObject = _dereq_(142);
4469
- var invariant = _dereq_(149);
4470
- var shallowEqual = _dereq_(155);
4471
- var shouldUpdateReactComponent = _dereq_(128);
4472
- var warning = _dereq_(156);
4468
+ var emptyObject = _dereq_(143);
4469
+ var invariant = _dereq_(150);
4470
+ var shallowEqual = _dereq_(156);
4471
+ var shouldUpdateReactComponent = _dereq_(129);
4472
+ var warning = _dereq_(157);
4473
4473
 
4474
4474
  var CompositeTypes = {
4475
4475
  ImpureClass: 0,
@@ -5280,10 +5280,10 @@ var ReactCompositeComponent = {
5280
5280
  * @final
5281
5281
  * @private
5282
5282
  */
5283
- attachRef: function (ref, component, transaction) {
5283
+ attachRef: function (ref, component) {
5284
5284
  var inst = this.getPublicInstance();
5285
5285
  !(inst != null) ? "development" !== 'production' ? invariant(false, 'Stateless function components cannot have refs.') : _prodInvariant('110') : void 0;
5286
- var publicComponentInstance = component.getPublicInstance(transaction);
5286
+ var publicComponentInstance = component.getPublicInstance();
5287
5287
  if ("development" !== 'production') {
5288
5288
  var componentName = component && component.getName ? component.getName() : 'a component';
5289
5289
  "development" !== 'production' ? warning(publicComponentInstance != null || component._compositeType !== CompositeTypes.StatelessFunctional, 'Stateless function components cannot be given refs ' + '(See ref "%s" in %s created by %s). ' + 'Attempts to access this ref will fail.', ref, componentName, this.getName()) : void 0;
@@ -5338,7 +5338,7 @@ var ReactCompositeComponent = {
5338
5338
  };
5339
5339
 
5340
5340
  module.exports = ReactCompositeComponent;
5341
- },{"104":104,"124":124,"128":128,"132":132,"133":133,"142":142,"149":149,"155":155,"156":156,"157":157,"29":29,"55":55,"63":63,"64":64,"69":69,"75":75}],31:[function(_dereq_,module,exports){
5341
+ },{"104":104,"125":125,"129":129,"133":133,"134":134,"143":143,"150":150,"156":156,"157":157,"158":158,"29":29,"55":55,"63":63,"64":64,"69":69,"75":75}],31:[function(_dereq_,module,exports){
5342
5342
  /**
5343
5343
  * Copyright 2013-present, Facebook, Inc.
5344
5344
  * All rights reserved.
@@ -5362,8 +5362,8 @@ var ReactVersion = _dereq_(83);
5362
5362
 
5363
5363
  var findDOMNode = _dereq_(108);
5364
5364
  var getHostComponentFromComposite = _dereq_(115);
5365
- var renderSubtreeIntoContainer = _dereq_(125);
5366
- var warning = _dereq_(156);
5365
+ var renderSubtreeIntoContainer = _dereq_(126);
5366
+ var warning = _dereq_(157);
5367
5367
 
5368
5368
  ReactDefaultInjection.inject();
5369
5369
 
@@ -5402,7 +5402,7 @@ if (typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ !== 'undefined' && typeof __REACT_DEVT
5402
5402
  }
5403
5403
 
5404
5404
  if ("development" !== 'production') {
5405
- var ExecutionEnvironment = _dereq_(135);
5405
+ var ExecutionEnvironment = _dereq_(136);
5406
5406
  if (ExecutionEnvironment.canUseDOM && window.top === window.self) {
5407
5407
 
5408
5408
  // First check if devtools is not installed
@@ -5449,7 +5449,7 @@ if ("development" !== 'production') {
5449
5449
  }
5450
5450
 
5451
5451
  module.exports = ReactDOM;
5452
- },{"108":108,"115":115,"125":125,"135":135,"156":156,"34":34,"40":40,"41":41,"49":49,"52":52,"64":64,"67":67,"75":75,"82":82,"83":83}],32:[function(_dereq_,module,exports){
5452
+ },{"108":108,"115":115,"126":126,"136":136,"157":157,"34":34,"40":40,"41":41,"49":49,"52":52,"64":64,"67":67,"75":75,"82":82,"83":83}],32:[function(_dereq_,module,exports){
5453
5453
  /**
5454
5454
  * Copyright 2013-present, Facebook, Inc.
5455
5455
  * All rights reserved.
@@ -5464,8 +5464,8 @@ module.exports = ReactDOM;
5464
5464
 
5465
5465
  'use strict';
5466
5466
 
5467
- var _prodInvariant = _dereq_(124),
5468
- _assign = _dereq_(157);
5467
+ var _prodInvariant = _dereq_(125),
5468
+ _assign = _dereq_(158);
5469
5469
 
5470
5470
  var AutoFocusUtils = _dereq_(2);
5471
5471
  var CSSPropertyOperations = _dereq_(5);
@@ -5486,13 +5486,13 @@ var ReactInstrumentation = _dereq_(64);
5486
5486
  var ReactMultiChild = _dereq_(68);
5487
5487
  var ReactServerRenderingTransaction = _dereq_(77);
5488
5488
 
5489
- var emptyFunction = _dereq_(141);
5489
+ var emptyFunction = _dereq_(142);
5490
5490
  var escapeTextContentForBrowser = _dereq_(107);
5491
- var invariant = _dereq_(149);
5492
- var isEventSupported = _dereq_(121);
5493
- var shallowEqual = _dereq_(155);
5494
- var validateDOMNesting = _dereq_(130);
5495
- var warning = _dereq_(156);
5491
+ var invariant = _dereq_(150);
5492
+ var isEventSupported = _dereq_(122);
5493
+ var shallowEqual = _dereq_(156);
5494
+ var validateDOMNesting = _dereq_(131);
5495
+ var warning = _dereq_(157);
5496
5496
 
5497
5497
  var Flags = ReactDOMComponentFlags;
5498
5498
  var deleteListener = EventPluginHub.deleteListener;
@@ -6444,7 +6444,7 @@ ReactDOMComponent.Mixin = {
6444
6444
  _assign(ReactDOMComponent.prototype, ReactDOMComponent.Mixin, ReactMultiChild.Mixin);
6445
6445
 
6446
6446
  module.exports = ReactDOMComponent;
6447
- },{"10":10,"107":107,"11":11,"12":12,"121":121,"124":124,"130":130,"141":141,"149":149,"155":155,"156":156,"157":157,"17":17,"18":18,"2":2,"26":26,"33":33,"34":34,"39":39,"42":42,"43":43,"46":46,"5":5,"64":64,"68":68,"77":77,"9":9}],33:[function(_dereq_,module,exports){
6447
+ },{"10":10,"107":107,"11":11,"12":12,"122":122,"125":125,"131":131,"142":142,"150":150,"156":156,"157":157,"158":158,"17":17,"18":18,"2":2,"26":26,"33":33,"34":34,"39":39,"42":42,"43":43,"46":46,"5":5,"64":64,"68":68,"77":77,"9":9}],33:[function(_dereq_,module,exports){
6448
6448
  /**
6449
6449
  * Copyright 2015-present, Facebook, Inc.
6450
6450
  * All rights reserved.
@@ -6475,12 +6475,12 @@ module.exports = ReactDOMComponentFlags;
6475
6475
 
6476
6476
  'use strict';
6477
6477
 
6478
- var _prodInvariant = _dereq_(124);
6478
+ var _prodInvariant = _dereq_(125);
6479
6479
 
6480
6480
  var DOMProperty = _dereq_(11);
6481
6481
  var ReactDOMComponentFlags = _dereq_(33);
6482
6482
 
6483
- var invariant = _dereq_(149);
6483
+ var invariant = _dereq_(150);
6484
6484
 
6485
6485
  var ATTR_NAME = DOMProperty.ID_ATTRIBUTE_NAME;
6486
6486
  var Flags = ReactDOMComponentFlags;
@@ -6650,7 +6650,7 @@ var ReactDOMComponentTree = {
6650
6650
  };
6651
6651
 
6652
6652
  module.exports = ReactDOMComponentTree;
6653
- },{"11":11,"124":124,"149":149,"33":33}],35:[function(_dereq_,module,exports){
6653
+ },{"11":11,"125":125,"150":150,"33":33}],35:[function(_dereq_,module,exports){
6654
6654
  /**
6655
6655
  * Copyright 2013-present, Facebook, Inc.
6656
6656
  * All rights reserved.
@@ -6663,7 +6663,7 @@ module.exports = ReactDOMComponentTree;
6663
6663
 
6664
6664
  'use strict';
6665
6665
 
6666
- var validateDOMNesting = _dereq_(130);
6666
+ var validateDOMNesting = _dereq_(131);
6667
6667
 
6668
6668
  var DOC_NODE_TYPE = 9;
6669
6669
 
@@ -6683,7 +6683,7 @@ function ReactDOMContainerInfo(topLevelWrapper, node) {
6683
6683
  }
6684
6684
 
6685
6685
  module.exports = ReactDOMContainerInfo;
6686
- },{"130":130}],36:[function(_dereq_,module,exports){
6686
+ },{"131":131}],36:[function(_dereq_,module,exports){
6687
6687
  /**
6688
6688
  * Copyright 2014-present, Facebook, Inc.
6689
6689
  * All rights reserved.
@@ -6696,7 +6696,7 @@ module.exports = ReactDOMContainerInfo;
6696
6696
 
6697
6697
  'use strict';
6698
6698
 
6699
- var _assign = _dereq_(157);
6699
+ var _assign = _dereq_(158);
6700
6700
 
6701
6701
  var DOMLazyTree = _dereq_(9);
6702
6702
  var ReactDOMComponentTree = _dereq_(34);
@@ -6743,7 +6743,7 @@ _assign(ReactDOMEmptyComponent.prototype, {
6743
6743
  });
6744
6744
 
6745
6745
  module.exports = ReactDOMEmptyComponent;
6746
- },{"157":157,"34":34,"9":9}],37:[function(_dereq_,module,exports){
6746
+ },{"158":158,"34":34,"9":9}],37:[function(_dereq_,module,exports){
6747
6747
  /**
6748
6748
  * Copyright 2013-present, Facebook, Inc.
6749
6749
  * All rights reserved.
@@ -6809,16 +6809,16 @@ module.exports = ReactDOMIDOperations;
6809
6809
 
6810
6810
  'use strict';
6811
6811
 
6812
- var _prodInvariant = _dereq_(124),
6813
- _assign = _dereq_(157);
6812
+ var _prodInvariant = _dereq_(125),
6813
+ _assign = _dereq_(158);
6814
6814
 
6815
6815
  var DOMPropertyOperations = _dereq_(12);
6816
6816
  var LinkedValueUtils = _dereq_(24);
6817
6817
  var ReactDOMComponentTree = _dereq_(34);
6818
6818
  var ReactUpdates = _dereq_(82);
6819
6819
 
6820
- var invariant = _dereq_(149);
6821
- var warning = _dereq_(156);
6820
+ var invariant = _dereq_(150);
6821
+ var warning = _dereq_(157);
6822
6822
 
6823
6823
  var didWarnValueLink = false;
6824
6824
  var didWarnCheckedLink = false;
@@ -7064,7 +7064,7 @@ function _handleChange(event) {
7064
7064
  }
7065
7065
 
7066
7066
  module.exports = ReactDOMInput;
7067
- },{"12":12,"124":124,"149":149,"156":156,"157":157,"24":24,"34":34,"82":82}],40:[function(_dereq_,module,exports){
7067
+ },{"12":12,"125":125,"150":150,"157":157,"158":158,"24":24,"34":34,"82":82}],40:[function(_dereq_,module,exports){
7068
7068
  /**
7069
7069
  * Copyright 2013-present, Facebook, Inc.
7070
7070
  * All rights reserved.
@@ -7078,9 +7078,9 @@ module.exports = ReactDOMInput;
7078
7078
  'use strict';
7079
7079
 
7080
7080
  var DOMProperty = _dereq_(11);
7081
- var ReactComponentTreeHook = _dereq_(131);
7081
+ var ReactComponentTreeHook = _dereq_(132);
7082
7082
 
7083
- var warning = _dereq_(156);
7083
+ var warning = _dereq_(157);
7084
7084
 
7085
7085
  var warnedProperties = {};
7086
7086
  var rARIA = new RegExp('^(aria)-[' + DOMProperty.ATTRIBUTE_NAME_CHAR + ']*$');
@@ -7157,7 +7157,7 @@ var ReactDOMInvalidARIAHook = {
7157
7157
  };
7158
7158
 
7159
7159
  module.exports = ReactDOMInvalidARIAHook;
7160
- },{"11":11,"131":131,"156":156}],41:[function(_dereq_,module,exports){
7160
+ },{"11":11,"132":132,"157":157}],41:[function(_dereq_,module,exports){
7161
7161
  /**
7162
7162
  * Copyright 2013-present, Facebook, Inc.
7163
7163
  * All rights reserved.
@@ -7170,9 +7170,9 @@ module.exports = ReactDOMInvalidARIAHook;
7170
7170
 
7171
7171
  'use strict';
7172
7172
 
7173
- var ReactComponentTreeHook = _dereq_(131);
7173
+ var ReactComponentTreeHook = _dereq_(132);
7174
7174
 
7175
- var warning = _dereq_(156);
7175
+ var warning = _dereq_(157);
7176
7176
 
7177
7177
  var didWarnValueNull = false;
7178
7178
 
@@ -7200,7 +7200,7 @@ var ReactDOMNullInputValuePropHook = {
7200
7200
  };
7201
7201
 
7202
7202
  module.exports = ReactDOMNullInputValuePropHook;
7203
- },{"131":131,"156":156}],42:[function(_dereq_,module,exports){
7203
+ },{"132":132,"157":157}],42:[function(_dereq_,module,exports){
7204
7204
  /**
7205
7205
  * Copyright 2013-present, Facebook, Inc.
7206
7206
  * All rights reserved.
@@ -7213,13 +7213,13 @@ module.exports = ReactDOMNullInputValuePropHook;
7213
7213
 
7214
7214
  'use strict';
7215
7215
 
7216
- var _assign = _dereq_(157);
7216
+ var _assign = _dereq_(158);
7217
7217
 
7218
- var React = _dereq_(133);
7218
+ var React = _dereq_(134);
7219
7219
  var ReactDOMComponentTree = _dereq_(34);
7220
7220
  var ReactDOMSelect = _dereq_(43);
7221
7221
 
7222
- var warning = _dereq_(156);
7222
+ var warning = _dereq_(157);
7223
7223
  var didWarnInvalidOptionChildren = false;
7224
7224
 
7225
7225
  function flattenChildren(children) {
@@ -7323,7 +7323,7 @@ var ReactDOMOption = {
7323
7323
  };
7324
7324
 
7325
7325
  module.exports = ReactDOMOption;
7326
- },{"133":133,"156":156,"157":157,"34":34,"43":43}],43:[function(_dereq_,module,exports){
7326
+ },{"134":134,"157":157,"158":158,"34":34,"43":43}],43:[function(_dereq_,module,exports){
7327
7327
  /**
7328
7328
  * Copyright 2013-present, Facebook, Inc.
7329
7329
  * All rights reserved.
@@ -7336,13 +7336,13 @@ module.exports = ReactDOMOption;
7336
7336
 
7337
7337
  'use strict';
7338
7338
 
7339
- var _assign = _dereq_(157);
7339
+ var _assign = _dereq_(158);
7340
7340
 
7341
7341
  var LinkedValueUtils = _dereq_(24);
7342
7342
  var ReactDOMComponentTree = _dereq_(34);
7343
7343
  var ReactUpdates = _dereq_(82);
7344
7344
 
7345
- var warning = _dereq_(156);
7345
+ var warning = _dereq_(157);
7346
7346
 
7347
7347
  var didWarnValueLink = false;
7348
7348
  var didWarnValueDefaultValue = false;
@@ -7523,7 +7523,7 @@ function _handleChange(event) {
7523
7523
  }
7524
7524
 
7525
7525
  module.exports = ReactDOMSelect;
7526
- },{"156":156,"157":157,"24":24,"34":34,"82":82}],44:[function(_dereq_,module,exports){
7526
+ },{"157":157,"158":158,"24":24,"34":34,"82":82}],44:[function(_dereq_,module,exports){
7527
7527
  /**
7528
7528
  * Copyright 2013-present, Facebook, Inc.
7529
7529
  * All rights reserved.
@@ -7536,10 +7536,10 @@ module.exports = ReactDOMSelect;
7536
7536
 
7537
7537
  'use strict';
7538
7538
 
7539
- var ExecutionEnvironment = _dereq_(135);
7539
+ var ExecutionEnvironment = _dereq_(136);
7540
7540
 
7541
- var getNodeForCharacterOffset = _dereq_(117);
7542
- var getTextContentAccessor = _dereq_(118);
7541
+ var getNodeForCharacterOffset = _dereq_(118);
7542
+ var getTextContentAccessor = _dereq_(119);
7543
7543
 
7544
7544
  /**
7545
7545
  * While `isCollapsed` is available on the Selection object and `collapsed`
@@ -7735,7 +7735,7 @@ var ReactDOMSelection = {
7735
7735
  };
7736
7736
 
7737
7737
  module.exports = ReactDOMSelection;
7738
- },{"117":117,"118":118,"135":135}],45:[function(_dereq_,module,exports){
7738
+ },{"118":118,"119":119,"136":136}],45:[function(_dereq_,module,exports){
7739
7739
  /**
7740
7740
  * Copyright 2013-present, Facebook, Inc.
7741
7741
  * All rights reserved.
@@ -7748,16 +7748,16 @@ module.exports = ReactDOMSelection;
7748
7748
 
7749
7749
  'use strict';
7750
7750
 
7751
- var _prodInvariant = _dereq_(124),
7752
- _assign = _dereq_(157);
7751
+ var _prodInvariant = _dereq_(125),
7752
+ _assign = _dereq_(158);
7753
7753
 
7754
7754
  var DOMChildrenOperations = _dereq_(8);
7755
7755
  var DOMLazyTree = _dereq_(9);
7756
7756
  var ReactDOMComponentTree = _dereq_(34);
7757
7757
 
7758
7758
  var escapeTextContentForBrowser = _dereq_(107);
7759
- var invariant = _dereq_(149);
7760
- var validateDOMNesting = _dereq_(130);
7759
+ var invariant = _dereq_(150);
7760
+ var validateDOMNesting = _dereq_(131);
7761
7761
 
7762
7762
  /**
7763
7763
  * Text nodes violate a couple assumptions that React makes about components:
@@ -7899,7 +7899,7 @@ _assign(ReactDOMTextComponent.prototype, {
7899
7899
  });
7900
7900
 
7901
7901
  module.exports = ReactDOMTextComponent;
7902
- },{"107":107,"124":124,"130":130,"149":149,"157":157,"34":34,"8":8,"9":9}],46:[function(_dereq_,module,exports){
7902
+ },{"107":107,"125":125,"131":131,"150":150,"158":158,"34":34,"8":8,"9":9}],46:[function(_dereq_,module,exports){
7903
7903
  /**
7904
7904
  * Copyright 2013-present, Facebook, Inc.
7905
7905
  * All rights reserved.
@@ -7912,15 +7912,15 @@ module.exports = ReactDOMTextComponent;
7912
7912
 
7913
7913
  'use strict';
7914
7914
 
7915
- var _prodInvariant = _dereq_(124),
7916
- _assign = _dereq_(157);
7915
+ var _prodInvariant = _dereq_(125),
7916
+ _assign = _dereq_(158);
7917
7917
 
7918
7918
  var LinkedValueUtils = _dereq_(24);
7919
7919
  var ReactDOMComponentTree = _dereq_(34);
7920
7920
  var ReactUpdates = _dereq_(82);
7921
7921
 
7922
- var invariant = _dereq_(149);
7923
- var warning = _dereq_(156);
7922
+ var invariant = _dereq_(150);
7923
+ var warning = _dereq_(157);
7924
7924
 
7925
7925
  var didWarnValueLink = false;
7926
7926
  var didWarnValDefaultVal = false;
@@ -8053,7 +8053,7 @@ function _handleChange(event) {
8053
8053
  }
8054
8054
 
8055
8055
  module.exports = ReactDOMTextarea;
8056
- },{"124":124,"149":149,"156":156,"157":157,"24":24,"34":34,"82":82}],47:[function(_dereq_,module,exports){
8056
+ },{"125":125,"150":150,"157":157,"158":158,"24":24,"34":34,"82":82}],47:[function(_dereq_,module,exports){
8057
8057
  /**
8058
8058
  * Copyright 2015-present, Facebook, Inc.
8059
8059
  * All rights reserved.
@@ -8066,9 +8066,9 @@ module.exports = ReactDOMTextarea;
8066
8066
 
8067
8067
  'use strict';
8068
8068
 
8069
- var _prodInvariant = _dereq_(124);
8069
+ var _prodInvariant = _dereq_(125);
8070
8070
 
8071
- var invariant = _dereq_(149);
8071
+ var invariant = _dereq_(150);
8072
8072
 
8073
8073
  /**
8074
8074
  * Return the lowest common ancestor of A and B, or null if they are in
@@ -8189,7 +8189,7 @@ module.exports = {
8189
8189
  traverseTwoPhase: traverseTwoPhase,
8190
8190
  traverseEnterLeave: traverseEnterLeave
8191
8191
  };
8192
- },{"124":124,"149":149}],48:[function(_dereq_,module,exports){
8192
+ },{"125":125,"150":150}],48:[function(_dereq_,module,exports){
8193
8193
  /**
8194
8194
  * Copyright 2013-present, Facebook, Inc.
8195
8195
  * All rights reserved.
@@ -8202,7 +8202,7 @@ module.exports = {
8202
8202
 
8203
8203
  'use strict';
8204
8204
 
8205
- var _assign = _dereq_(157);
8205
+ var _assign = _dereq_(158);
8206
8206
 
8207
8207
  var ReactDOM = _dereq_(31);
8208
8208
 
@@ -8222,7 +8222,7 @@ if ("development" !== 'production') {
8222
8222
  }
8223
8223
 
8224
8224
  module.exports = ReactDOMUMDEntry;
8225
- },{"157":157,"31":31,"63":63,"71":71,"80":80}],49:[function(_dereq_,module,exports){
8225
+ },{"158":158,"31":31,"63":63,"71":71,"80":80}],49:[function(_dereq_,module,exports){
8226
8226
  /**
8227
8227
  * Copyright 2013-present, Facebook, Inc.
8228
8228
  * All rights reserved.
@@ -8237,9 +8237,9 @@ module.exports = ReactDOMUMDEntry;
8237
8237
 
8238
8238
  var DOMProperty = _dereq_(11);
8239
8239
  var EventPluginRegistry = _dereq_(18);
8240
- var ReactComponentTreeHook = _dereq_(131);
8240
+ var ReactComponentTreeHook = _dereq_(132);
8241
8241
 
8242
- var warning = _dereq_(156);
8242
+ var warning = _dereq_(157);
8243
8243
 
8244
8244
  if ("development" !== 'production') {
8245
8245
  var reactProps = {
@@ -8334,7 +8334,7 @@ var ReactDOMUnknownPropertyHook = {
8334
8334
  };
8335
8335
 
8336
8336
  module.exports = ReactDOMUnknownPropertyHook;
8337
- },{"11":11,"131":131,"156":156,"18":18}],50:[function(_dereq_,module,exports){
8337
+ },{"11":11,"132":132,"157":157,"18":18}],50:[function(_dereq_,module,exports){
8338
8338
  /**
8339
8339
  * Copyright 2016-present, Facebook, Inc.
8340
8340
  * All rights reserved.
@@ -8350,11 +8350,11 @@ module.exports = ReactDOMUnknownPropertyHook;
8350
8350
 
8351
8351
  var ReactInvalidSetStateWarningHook = _dereq_(65);
8352
8352
  var ReactHostOperationHistoryHook = _dereq_(60);
8353
- var ReactComponentTreeHook = _dereq_(131);
8354
- var ExecutionEnvironment = _dereq_(135);
8353
+ var ReactComponentTreeHook = _dereq_(132);
8354
+ var ExecutionEnvironment = _dereq_(136);
8355
8355
 
8356
- var performanceNow = _dereq_(154);
8357
- var warning = _dereq_(156);
8356
+ var performanceNow = _dereq_(155);
8357
+ var warning = _dereq_(157);
8358
8358
 
8359
8359
  var hooks = [];
8360
8360
  var didHookThrowForEvent = {};
@@ -8501,12 +8501,11 @@ function pauseCurrentLifeCycleTimer() {
8501
8501
  }
8502
8502
 
8503
8503
  function resumeCurrentLifeCycleTimer() {
8504
- var _lifeCycleTimerStack$ = lifeCycleTimerStack.pop();
8505
-
8506
- var startTime = _lifeCycleTimerStack$.startTime;
8507
- var nestedFlushStartTime = _lifeCycleTimerStack$.nestedFlushStartTime;
8508
- var debugID = _lifeCycleTimerStack$.debugID;
8509
- var timerType = _lifeCycleTimerStack$.timerType;
8504
+ var _lifeCycleTimerStack$ = lifeCycleTimerStack.pop(),
8505
+ startTime = _lifeCycleTimerStack$.startTime,
8506
+ nestedFlushStartTime = _lifeCycleTimerStack$.nestedFlushStartTime,
8507
+ debugID = _lifeCycleTimerStack$.debugID,
8508
+ timerType = _lifeCycleTimerStack$.timerType;
8510
8509
 
8511
8510
  var nestedFlushDuration = performanceNow() - nestedFlushStartTime;
8512
8511
  currentTimerStartTime = startTime;
@@ -8696,7 +8695,7 @@ if (/[?&]react_perf\b/.test(url)) {
8696
8695
  }
8697
8696
 
8698
8697
  module.exports = ReactDebugTool;
8699
- },{"131":131,"135":135,"154":154,"156":156,"60":60,"65":65}],51:[function(_dereq_,module,exports){
8698
+ },{"132":132,"136":136,"155":155,"157":157,"60":60,"65":65}],51:[function(_dereq_,module,exports){
8700
8699
  /**
8701
8700
  * Copyright 2013-present, Facebook, Inc.
8702
8701
  * All rights reserved.
@@ -8709,12 +8708,12 @@ module.exports = ReactDebugTool;
8709
8708
 
8710
8709
  'use strict';
8711
8710
 
8712
- var _assign = _dereq_(157);
8711
+ var _assign = _dereq_(158);
8713
8712
 
8714
8713
  var ReactUpdates = _dereq_(82);
8715
8714
  var Transaction = _dereq_(100);
8716
8715
 
8717
- var emptyFunction = _dereq_(141);
8716
+ var emptyFunction = _dereq_(142);
8718
8717
 
8719
8718
  var RESET_BATCHED_UPDATES = {
8720
8719
  initialize: emptyFunction,
@@ -8764,7 +8763,7 @@ var ReactDefaultBatchingStrategy = {
8764
8763
  };
8765
8764
 
8766
8765
  module.exports = ReactDefaultBatchingStrategy;
8767
- },{"100":100,"141":141,"157":157,"82":82}],52:[function(_dereq_,module,exports){
8766
+ },{"100":100,"142":142,"158":158,"82":82}],52:[function(_dereq_,module,exports){
8768
8767
  /**
8769
8768
  * Copyright 2013-present, Facebook, Inc.
8770
8769
  * All rights reserved.
@@ -9023,16 +9022,16 @@ module.exports = ReactEventEmitterMixin;
9023
9022
 
9024
9023
  'use strict';
9025
9024
 
9026
- var _assign = _dereq_(157);
9025
+ var _assign = _dereq_(158);
9027
9026
 
9028
- var EventListener = _dereq_(134);
9029
- var ExecutionEnvironment = _dereq_(135);
9027
+ var EventListener = _dereq_(135);
9028
+ var ExecutionEnvironment = _dereq_(136);
9030
9029
  var PooledClass = _dereq_(25);
9031
9030
  var ReactDOMComponentTree = _dereq_(34);
9032
9031
  var ReactUpdates = _dereq_(82);
9033
9032
 
9034
9033
  var getEventTarget = _dereq_(114);
9035
- var getUnboundedScrollPosition = _dereq_(146);
9034
+ var getUnboundedScrollPosition = _dereq_(147);
9036
9035
 
9037
9036
  /**
9038
9037
  * Find the deepest React component completely containing the root of the
@@ -9165,7 +9164,7 @@ var ReactEventListener = {
9165
9164
  };
9166
9165
 
9167
9166
  module.exports = ReactEventListener;
9168
- },{"114":114,"134":134,"135":135,"146":146,"157":157,"25":25,"34":34,"82":82}],58:[function(_dereq_,module,exports){
9167
+ },{"114":114,"135":135,"136":136,"147":147,"158":158,"25":25,"34":34,"82":82}],58:[function(_dereq_,module,exports){
9169
9168
  /**
9170
9169
  * Copyright 2013-present, Facebook, Inc.
9171
9170
  * All rights reserved.
@@ -9200,10 +9199,10 @@ module.exports = ReactFeatureFlags;
9200
9199
 
9201
9200
  'use strict';
9202
9201
 
9203
- var _prodInvariant = _dereq_(124),
9204
- _assign = _dereq_(157);
9202
+ var _prodInvariant = _dereq_(125),
9203
+ _assign = _dereq_(158);
9205
9204
 
9206
- var invariant = _dereq_(149);
9205
+ var invariant = _dereq_(150);
9207
9206
 
9208
9207
  var genericComponentClass = null;
9209
9208
  // This registry keeps track of wrapper classes around host tags.
@@ -9263,7 +9262,7 @@ var ReactHostComponent = {
9263
9262
  };
9264
9263
 
9265
9264
  module.exports = ReactHostComponent;
9266
- },{"124":124,"149":149,"157":157}],60:[function(_dereq_,module,exports){
9265
+ },{"125":125,"150":150,"158":158}],60:[function(_dereq_,module,exports){
9267
9266
  /**
9268
9267
  * Copyright 2016-present, Facebook, Inc.
9269
9268
  * All rights reserved.
@@ -9346,9 +9345,9 @@ module.exports = ReactInjection;
9346
9345
 
9347
9346
  var ReactDOMSelection = _dereq_(44);
9348
9347
 
9349
- var containsNode = _dereq_(138);
9350
- var focusNode = _dereq_(143);
9351
- var getActiveElement = _dereq_(144);
9348
+ var containsNode = _dereq_(139);
9349
+ var focusNode = _dereq_(144);
9350
+ var getActiveElement = _dereq_(145);
9352
9351
 
9353
9352
  function isInDocument(node) {
9354
9353
  return containsNode(document.documentElement, node);
@@ -9455,7 +9454,7 @@ var ReactInputSelection = {
9455
9454
  };
9456
9455
 
9457
9456
  module.exports = ReactInputSelection;
9458
- },{"138":138,"143":143,"144":144,"44":44}],63:[function(_dereq_,module,exports){
9457
+ },{"139":139,"144":144,"145":145,"44":44}],63:[function(_dereq_,module,exports){
9459
9458
  /**
9460
9459
  * Copyright 2013-present, Facebook, Inc.
9461
9460
  * All rights reserved.
@@ -9541,7 +9540,7 @@ module.exports = { debugTool: debugTool };
9541
9540
 
9542
9541
  'use strict';
9543
9542
 
9544
- var warning = _dereq_(156);
9543
+ var warning = _dereq_(157);
9545
9544
 
9546
9545
  if ("development" !== 'production') {
9547
9546
  var processingChildContext = false;
@@ -9564,7 +9563,7 @@ var ReactInvalidSetStateWarningHook = {
9564
9563
  };
9565
9564
 
9566
9565
  module.exports = ReactInvalidSetStateWarningHook;
9567
- },{"156":156}],66:[function(_dereq_,module,exports){
9566
+ },{"157":157}],66:[function(_dereq_,module,exports){
9568
9567
  /**
9569
9568
  * Copyright 2013-present, Facebook, Inc.
9570
9569
  * All rights reserved.
@@ -9627,13 +9626,13 @@ module.exports = ReactMarkupChecksum;
9627
9626
 
9628
9627
  'use strict';
9629
9628
 
9630
- var _prodInvariant = _dereq_(124);
9629
+ var _prodInvariant = _dereq_(125);
9631
9630
 
9632
9631
  var DOMLazyTree = _dereq_(9);
9633
9632
  var DOMProperty = _dereq_(11);
9634
- var React = _dereq_(133);
9633
+ var React = _dereq_(134);
9635
9634
  var ReactBrowserEventEmitter = _dereq_(26);
9636
- var ReactCurrentOwner = _dereq_(132);
9635
+ var ReactCurrentOwner = _dereq_(133);
9637
9636
  var ReactDOMComponentTree = _dereq_(34);
9638
9637
  var ReactDOMContainerInfo = _dereq_(35);
9639
9638
  var ReactDOMFeatureFlags = _dereq_(37);
@@ -9645,12 +9644,12 @@ var ReactReconciler = _dereq_(75);
9645
9644
  var ReactUpdateQueue = _dereq_(81);
9646
9645
  var ReactUpdates = _dereq_(82);
9647
9646
 
9648
- var emptyObject = _dereq_(142);
9649
- var instantiateReactComponent = _dereq_(120);
9650
- var invariant = _dereq_(149);
9651
- var setInnerHTML = _dereq_(126);
9652
- var shouldUpdateReactComponent = _dereq_(128);
9653
- var warning = _dereq_(156);
9647
+ var emptyObject = _dereq_(143);
9648
+ var instantiateReactComponent = _dereq_(121);
9649
+ var invariant = _dereq_(150);
9650
+ var setInnerHTML = _dereq_(127);
9651
+ var shouldUpdateReactComponent = _dereq_(129);
9652
+ var warning = _dereq_(157);
9654
9653
 
9655
9654
  var ATTR_NAME = DOMProperty.ID_ATTRIBUTE_NAME;
9656
9655
  var ROOT_ATTR_NAME = DOMProperty.ROOT_ATTRIBUTE_NAME;
@@ -10152,7 +10151,7 @@ var ReactMount = {
10152
10151
  };
10153
10152
 
10154
10153
  module.exports = ReactMount;
10155
- },{"11":11,"120":120,"124":124,"126":126,"128":128,"132":132,"133":133,"142":142,"149":149,"156":156,"26":26,"34":34,"35":35,"37":37,"58":58,"63":63,"64":64,"66":66,"75":75,"81":81,"82":82,"9":9}],68:[function(_dereq_,module,exports){
10154
+ },{"11":11,"121":121,"125":125,"127":127,"129":129,"133":133,"134":134,"143":143,"150":150,"157":157,"26":26,"34":34,"35":35,"37":37,"58":58,"63":63,"64":64,"66":66,"75":75,"81":81,"82":82,"9":9}],68:[function(_dereq_,module,exports){
10156
10155
  /**
10157
10156
  * Copyright 2013-present, Facebook, Inc.
10158
10157
  * All rights reserved.
@@ -10165,19 +10164,19 @@ module.exports = ReactMount;
10165
10164
 
10166
10165
  'use strict';
10167
10166
 
10168
- var _prodInvariant = _dereq_(124);
10167
+ var _prodInvariant = _dereq_(125);
10169
10168
 
10170
10169
  var ReactComponentEnvironment = _dereq_(29);
10171
10170
  var ReactInstanceMap = _dereq_(63);
10172
10171
  var ReactInstrumentation = _dereq_(64);
10173
10172
 
10174
- var ReactCurrentOwner = _dereq_(132);
10173
+ var ReactCurrentOwner = _dereq_(133);
10175
10174
  var ReactReconciler = _dereq_(75);
10176
10175
  var ReactChildReconciler = _dereq_(27);
10177
10176
 
10178
- var emptyFunction = _dereq_(141);
10177
+ var emptyFunction = _dereq_(142);
10179
10178
  var flattenChildren = _dereq_(109);
10180
- var invariant = _dereq_(149);
10179
+ var invariant = _dereq_(150);
10181
10180
 
10182
10181
  /**
10183
10182
  * Make an update for markup to be rendered and inserted at a supplied index.
@@ -10602,7 +10601,7 @@ var ReactMultiChild = {
10602
10601
  };
10603
10602
 
10604
10603
  module.exports = ReactMultiChild;
10605
- },{"109":109,"124":124,"132":132,"141":141,"149":149,"27":27,"29":29,"63":63,"64":64,"75":75}],69:[function(_dereq_,module,exports){
10604
+ },{"109":109,"125":125,"133":133,"142":142,"150":150,"27":27,"29":29,"63":63,"64":64,"75":75}],69:[function(_dereq_,module,exports){
10606
10605
  /**
10607
10606
  * Copyright 2013-present, Facebook, Inc.
10608
10607
  * All rights reserved.
@@ -10616,11 +10615,11 @@ module.exports = ReactMultiChild;
10616
10615
 
10617
10616
  'use strict';
10618
10617
 
10619
- var _prodInvariant = _dereq_(124);
10618
+ var _prodInvariant = _dereq_(125);
10620
10619
 
10621
- var React = _dereq_(133);
10620
+ var React = _dereq_(134);
10622
10621
 
10623
- var invariant = _dereq_(149);
10622
+ var invariant = _dereq_(150);
10624
10623
 
10625
10624
  var ReactNodeTypes = {
10626
10625
  HOST: 0,
@@ -10642,7 +10641,7 @@ var ReactNodeTypes = {
10642
10641
  };
10643
10642
 
10644
10643
  module.exports = ReactNodeTypes;
10645
- },{"124":124,"133":133,"149":149}],70:[function(_dereq_,module,exports){
10644
+ },{"125":125,"134":134,"150":150}],70:[function(_dereq_,module,exports){
10646
10645
  /**
10647
10646
  * Copyright 2013-present, Facebook, Inc.
10648
10647
  * All rights reserved.
@@ -10656,9 +10655,9 @@ module.exports = ReactNodeTypes;
10656
10655
 
10657
10656
  'use strict';
10658
10657
 
10659
- var _prodInvariant = _dereq_(124);
10658
+ var _prodInvariant = _dereq_(125);
10660
10659
 
10661
- var invariant = _dereq_(149);
10660
+ var invariant = _dereq_(150);
10662
10661
 
10663
10662
  /**
10664
10663
  * @param {?object} object
@@ -10709,9 +10708,9 @@ var ReactOwner = {
10709
10708
  * @final
10710
10709
  * @internal
10711
10710
  */
10712
- addComponentAsRefTo: function (component, ref, owner, transaction) {
10711
+ addComponentAsRefTo: function (component, ref, owner) {
10713
10712
  !isValidOwner(owner) ? "development" !== 'production' ? invariant(false, 'addComponentAsRefTo(...): Only a ReactOwner can have refs. You might be adding a ref to a component that was not created inside a component\'s `render` method, or you have multiple copies of React loaded (details: https://fb.me/react-refs-must-have-owner).') : _prodInvariant('119') : void 0;
10714
- owner.attachRef(ref, component, transaction);
10713
+ owner.attachRef(ref, component);
10715
10714
  },
10716
10715
 
10717
10716
  /**
@@ -10736,7 +10735,7 @@ var ReactOwner = {
10736
10735
  };
10737
10736
 
10738
10737
  module.exports = ReactOwner;
10739
- },{"124":124,"149":149}],71:[function(_dereq_,module,exports){
10738
+ },{"125":125,"150":150}],71:[function(_dereq_,module,exports){
10740
10739
  /**
10741
10740
  * Copyright 2016-present, Facebook, Inc.
10742
10741
  * All rights reserved.
@@ -10750,12 +10749,12 @@ module.exports = ReactOwner;
10750
10749
 
10751
10750
  'use strict';
10752
10751
 
10753
- var _assign = _dereq_(157);
10752
+ var _assign = _dereq_(158);
10754
10753
 
10755
10754
  var _extends = _assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
10756
10755
 
10757
10756
  var ReactDebugTool = _dereq_(50);
10758
- var warning = _dereq_(156);
10757
+ var warning = _dereq_(157);
10759
10758
  var alreadyWarned = false;
10760
10759
 
10761
10760
  function roundFloat(val) {
@@ -10827,13 +10826,13 @@ function getExclusive() {
10827
10826
  }
10828
10827
 
10829
10828
  flushHistory.forEach(function (flush) {
10830
- var measurements = flush.measurements;
10831
- var treeSnapshot = flush.treeSnapshot;
10829
+ var measurements = flush.measurements,
10830
+ treeSnapshot = flush.treeSnapshot;
10832
10831
 
10833
10832
  measurements.forEach(function (measurement) {
10834
- var duration = measurement.duration;
10835
- var instanceID = measurement.instanceID;
10836
- var timerType = measurement.timerType;
10833
+ var duration = measurement.duration,
10834
+ instanceID = measurement.instanceID,
10835
+ timerType = measurement.timerType;
10837
10836
 
10838
10837
  updateAggregatedStats(treeSnapshot, instanceID, timerType, function (stats) {
10839
10838
  stats.totalDuration += duration;
@@ -10864,9 +10863,9 @@ function getInclusive() {
10864
10863
  var affectedIDs = {};
10865
10864
 
10866
10865
  function updateAggregatedStats(treeSnapshot, instanceID, applyUpdate) {
10867
- var _treeSnapshot$instanc = treeSnapshot[instanceID];
10868
- var displayName = _treeSnapshot$instanc.displayName;
10869
- var ownerID = _treeSnapshot$instanc.ownerID;
10866
+ var _treeSnapshot$instanc = treeSnapshot[instanceID],
10867
+ displayName = _treeSnapshot$instanc.displayName,
10868
+ ownerID = _treeSnapshot$instanc.ownerID;
10870
10869
 
10871
10870
  var owner = treeSnapshot[ownerID];
10872
10871
  var key = (owner ? owner.displayName + ' > ' : '') + displayName;
@@ -10889,8 +10888,8 @@ function getInclusive() {
10889
10888
  var measurements = flush.measurements;
10890
10889
 
10891
10890
  measurements.forEach(function (measurement) {
10892
- var instanceID = measurement.instanceID;
10893
- var timerType = measurement.timerType;
10891
+ var instanceID = measurement.instanceID,
10892
+ timerType = measurement.timerType;
10894
10893
 
10895
10894
  if (timerType !== 'render') {
10896
10895
  return;
@@ -10900,13 +10899,13 @@ function getInclusive() {
10900
10899
  });
10901
10900
 
10902
10901
  flushHistory.forEach(function (flush) {
10903
- var measurements = flush.measurements;
10904
- var treeSnapshot = flush.treeSnapshot;
10902
+ var measurements = flush.measurements,
10903
+ treeSnapshot = flush.treeSnapshot;
10905
10904
 
10906
10905
  measurements.forEach(function (measurement) {
10907
- var duration = measurement.duration;
10908
- var instanceID = measurement.instanceID;
10909
- var timerType = measurement.timerType;
10906
+ var duration = measurement.duration,
10907
+ instanceID = measurement.instanceID,
10908
+ timerType = measurement.timerType;
10910
10909
 
10911
10910
  if (timerType !== 'render') {
10912
10911
  return;
@@ -10949,9 +10948,9 @@ function getWasted() {
10949
10948
  var affectedIDs = {};
10950
10949
 
10951
10950
  function updateAggregatedStats(treeSnapshot, instanceID, applyUpdate) {
10952
- var _treeSnapshot$instanc2 = treeSnapshot[instanceID];
10953
- var displayName = _treeSnapshot$instanc2.displayName;
10954
- var ownerID = _treeSnapshot$instanc2.ownerID;
10951
+ var _treeSnapshot$instanc2 = treeSnapshot[instanceID],
10952
+ displayName = _treeSnapshot$instanc2.displayName,
10953
+ ownerID = _treeSnapshot$instanc2.ownerID;
10955
10954
 
10956
10955
  var owner = treeSnapshot[ownerID];
10957
10956
  var key = (owner ? owner.displayName + ' > ' : '') + displayName;
@@ -10970,9 +10969,9 @@ function getWasted() {
10970
10969
  }
10971
10970
 
10972
10971
  flushHistory.forEach(function (flush) {
10973
- var measurements = flush.measurements;
10974
- var treeSnapshot = flush.treeSnapshot;
10975
- var operations = flush.operations;
10972
+ var measurements = flush.measurements,
10973
+ treeSnapshot = flush.treeSnapshot,
10974
+ operations = flush.operations;
10976
10975
 
10977
10976
  var isDefinitelyNotWastedByID = {};
10978
10977
 
@@ -10992,8 +10991,8 @@ function getWasted() {
10992
10991
  // These are potential candidates for being wasted renders.
10993
10992
  var renderedCompositeIDs = {};
10994
10993
  measurements.forEach(function (measurement) {
10995
- var instanceID = measurement.instanceID;
10996
- var timerType = measurement.timerType;
10994
+ var instanceID = measurement.instanceID,
10995
+ timerType = measurement.timerType;
10997
10996
 
10998
10997
  if (timerType !== 'render') {
10999
10998
  return;
@@ -11002,9 +11001,9 @@ function getWasted() {
11002
11001
  });
11003
11002
 
11004
11003
  measurements.forEach(function (measurement) {
11005
- var duration = measurement.duration;
11006
- var instanceID = measurement.instanceID;
11007
- var timerType = measurement.timerType;
11004
+ var duration = measurement.duration,
11005
+ instanceID = measurement.instanceID,
11006
+ timerType = measurement.timerType;
11008
11007
 
11009
11008
  if (timerType !== 'render') {
11010
11009
  return;
@@ -11057,16 +11056,16 @@ function getOperations() {
11057
11056
 
11058
11057
  var stats = [];
11059
11058
  flushHistory.forEach(function (flush, flushIndex) {
11060
- var operations = flush.operations;
11061
- var treeSnapshot = flush.treeSnapshot;
11059
+ var operations = flush.operations,
11060
+ treeSnapshot = flush.treeSnapshot;
11062
11061
 
11063
11062
  operations.forEach(function (operation) {
11064
- var instanceID = operation.instanceID;
11065
- var type = operation.type;
11066
- var payload = operation.payload;
11067
- var _treeSnapshot$instanc3 = treeSnapshot[instanceID];
11068
- var displayName = _treeSnapshot$instanc3.displayName;
11069
- var ownerID = _treeSnapshot$instanc3.ownerID;
11063
+ var instanceID = operation.instanceID,
11064
+ type = operation.type,
11065
+ payload = operation.payload;
11066
+ var _treeSnapshot$instanc3 = treeSnapshot[instanceID],
11067
+ displayName = _treeSnapshot$instanc3.displayName,
11068
+ ownerID = _treeSnapshot$instanc3.ownerID;
11070
11069
 
11071
11070
  var owner = treeSnapshot[ownerID];
11072
11071
  var key = (owner ? owner.displayName + ' > ' : '') + displayName;
@@ -11092,9 +11091,9 @@ function printExclusive(flushHistory) {
11092
11091
 
11093
11092
  var stats = getExclusive(flushHistory);
11094
11093
  var table = stats.map(function (item) {
11095
- var key = item.key;
11096
- var instanceCount = item.instanceCount;
11097
- var totalDuration = item.totalDuration;
11094
+ var key = item.key,
11095
+ instanceCount = item.instanceCount,
11096
+ totalDuration = item.totalDuration;
11098
11097
 
11099
11098
  var renderCount = item.counts.render || 0;
11100
11099
  var renderDuration = item.durations.render || 0;
@@ -11119,10 +11118,10 @@ function printInclusive(flushHistory) {
11119
11118
 
11120
11119
  var stats = getInclusive(flushHistory);
11121
11120
  var table = stats.map(function (item) {
11122
- var key = item.key;
11123
- var instanceCount = item.instanceCount;
11124
- var inclusiveRenderDuration = item.inclusiveRenderDuration;
11125
- var renderCount = item.renderCount;
11121
+ var key = item.key,
11122
+ instanceCount = item.instanceCount,
11123
+ inclusiveRenderDuration = item.inclusiveRenderDuration,
11124
+ renderCount = item.renderCount;
11126
11125
 
11127
11126
  return {
11128
11127
  'Owner > Component': key,
@@ -11142,10 +11141,10 @@ function printWasted(flushHistory) {
11142
11141
 
11143
11142
  var stats = getWasted(flushHistory);
11144
11143
  var table = stats.map(function (item) {
11145
- var key = item.key;
11146
- var instanceCount = item.instanceCount;
11147
- var inclusiveRenderDuration = item.inclusiveRenderDuration;
11148
- var renderCount = item.renderCount;
11144
+ var key = item.key,
11145
+ instanceCount = item.instanceCount,
11146
+ inclusiveRenderDuration = item.inclusiveRenderDuration,
11147
+ renderCount = item.renderCount;
11149
11148
 
11150
11149
  return {
11151
11150
  'Owner > Component': key,
@@ -11237,7 +11236,7 @@ var ReactPerfAnalysis = {
11237
11236
  };
11238
11237
 
11239
11238
  module.exports = ReactPerfAnalysis;
11240
- },{"156":156,"157":157,"50":50}],72:[function(_dereq_,module,exports){
11239
+ },{"157":157,"158":158,"50":50}],72:[function(_dereq_,module,exports){
11241
11240
  /**
11242
11241
  * Copyright 2013-present, Facebook, Inc.
11243
11242
  * All rights reserved.
@@ -11292,7 +11291,7 @@ module.exports = ReactPropTypesSecret;
11292
11291
 
11293
11292
  'use strict';
11294
11293
 
11295
- var _assign = _dereq_(157);
11294
+ var _assign = _dereq_(158);
11296
11295
 
11297
11296
  var CallbackQueue = _dereq_(6);
11298
11297
  var PooledClass = _dereq_(25);
@@ -11457,7 +11456,7 @@ _assign(ReactReconcileTransaction.prototype, Transaction, Mixin);
11457
11456
  PooledClass.addPoolingTo(ReactReconcileTransaction);
11458
11457
 
11459
11458
  module.exports = ReactReconcileTransaction;
11460
- },{"100":100,"157":157,"25":25,"26":26,"6":6,"62":62,"64":64,"81":81}],75:[function(_dereq_,module,exports){
11459
+ },{"100":100,"158":158,"25":25,"26":26,"6":6,"62":62,"64":64,"81":81}],75:[function(_dereq_,module,exports){
11461
11460
  /**
11462
11461
  * Copyright 2013-present, Facebook, Inc.
11463
11462
  * All rights reserved.
@@ -11473,14 +11472,14 @@ module.exports = ReactReconcileTransaction;
11473
11472
  var ReactRef = _dereq_(76);
11474
11473
  var ReactInstrumentation = _dereq_(64);
11475
11474
 
11476
- var warning = _dereq_(156);
11475
+ var warning = _dereq_(157);
11477
11476
 
11478
11477
  /**
11479
11478
  * Helper to call ReactRef.attachRefs with this composite component, split out
11480
11479
  * to avoid allocations in the transaction mount-ready queue.
11481
11480
  */
11482
- function attachRefs(transaction) {
11483
- ReactRef.attachRefs(this, this._currentElement, transaction);
11481
+ function attachRefs() {
11482
+ ReactRef.attachRefs(this, this._currentElement);
11484
11483
  }
11485
11484
 
11486
11485
  var ReactReconciler = {
@@ -11625,7 +11624,7 @@ var ReactReconciler = {
11625
11624
  };
11626
11625
 
11627
11626
  module.exports = ReactReconciler;
11628
- },{"156":156,"64":64,"76":76}],76:[function(_dereq_,module,exports){
11627
+ },{"157":157,"64":64,"76":76}],76:[function(_dereq_,module,exports){
11629
11628
  /**
11630
11629
  * Copyright 2013-present, Facebook, Inc.
11631
11630
  * All rights reserved.
@@ -11643,12 +11642,12 @@ var ReactOwner = _dereq_(70);
11643
11642
 
11644
11643
  var ReactRef = {};
11645
11644
 
11646
- function attachRef(ref, component, owner, transaction) {
11645
+ function attachRef(ref, component, owner) {
11647
11646
  if (typeof ref === 'function') {
11648
- ref(component.getPublicInstance(transaction));
11647
+ ref(component.getPublicInstance());
11649
11648
  } else {
11650
11649
  // Legacy ref
11651
- ReactOwner.addComponentAsRefTo(component, ref, owner, transaction);
11650
+ ReactOwner.addComponentAsRefTo(component, ref, owner);
11652
11651
  }
11653
11652
  }
11654
11653
 
@@ -11661,13 +11660,13 @@ function detachRef(ref, component, owner) {
11661
11660
  }
11662
11661
  }
11663
11662
 
11664
- ReactRef.attachRefs = function (instance, element, transaction) {
11663
+ ReactRef.attachRefs = function (instance, element) {
11665
11664
  if (element === null || typeof element !== 'object') {
11666
11665
  return;
11667
11666
  }
11668
11667
  var ref = element.ref;
11669
11668
  if (ref != null) {
11670
- attachRef(ref, instance, element._owner, transaction);
11669
+ attachRef(ref, instance, element._owner);
11671
11670
  }
11672
11671
  };
11673
11672
 
@@ -11727,7 +11726,7 @@ module.exports = ReactRef;
11727
11726
 
11728
11727
  'use strict';
11729
11728
 
11730
- var _assign = _dereq_(157);
11729
+ var _assign = _dereq_(158);
11731
11730
 
11732
11731
  var PooledClass = _dereq_(25);
11733
11732
  var Transaction = _dereq_(100);
@@ -11804,7 +11803,7 @@ _assign(ReactServerRenderingTransaction.prototype, Transaction, Mixin);
11804
11803
  PooledClass.addPoolingTo(ReactServerRenderingTransaction);
11805
11804
 
11806
11805
  module.exports = ReactServerRenderingTransaction;
11807
- },{"100":100,"157":157,"25":25,"64":64,"78":78}],78:[function(_dereq_,module,exports){
11806
+ },{"100":100,"158":158,"25":25,"64":64,"78":78}],78:[function(_dereq_,module,exports){
11808
11807
  /**
11809
11808
  * Copyright 2015-present, Facebook, Inc.
11810
11809
  * All rights reserved.
@@ -11822,7 +11821,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
11822
11821
 
11823
11822
  var ReactUpdateQueue = _dereq_(81);
11824
11823
 
11825
- var warning = _dereq_(156);
11824
+ var warning = _dereq_(157);
11826
11825
 
11827
11826
  function warnNoop(publicInstance, callerName) {
11828
11827
  if ("development" !== 'production') {
@@ -11943,7 +11942,7 @@ var ReactServerUpdateQueue = function () {
11943
11942
  }();
11944
11943
 
11945
11944
  module.exports = ReactServerUpdateQueue;
11946
- },{"156":156,"81":81}],79:[function(_dereq_,module,exports){
11945
+ },{"157":157,"81":81}],79:[function(_dereq_,module,exports){
11947
11946
  /**
11948
11947
  * Copyright 2013-present, Facebook, Inc.
11949
11948
  * All rights reserved.
@@ -11956,21 +11955,20 @@ module.exports = ReactServerUpdateQueue;
11956
11955
 
11957
11956
  'use strict';
11958
11957
 
11959
- var _prodInvariant = _dereq_(124),
11960
- _assign = _dereq_(157);
11958
+ var _prodInvariant = _dereq_(125),
11959
+ _assign = _dereq_(158);
11961
11960
 
11962
11961
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
11963
11962
 
11964
- var React = _dereq_(133);
11963
+ var React = _dereq_(134);
11965
11964
  var ReactDefaultInjection = _dereq_(52);
11966
11965
  var ReactCompositeComponent = _dereq_(30);
11967
11966
  var ReactReconciler = _dereq_(75);
11968
11967
  var ReactUpdates = _dereq_(82);
11969
11968
 
11970
- var emptyObject = _dereq_(142);
11971
- var invariant = _dereq_(149);
11972
-
11973
- var nextDebugID = 1;
11969
+ var emptyObject = _dereq_(143);
11970
+ var getNextDebugID = _dereq_(117);
11971
+ var invariant = _dereq_(150);
11974
11972
 
11975
11973
  var NoopInternalComponent = function () {
11976
11974
  function NoopInternalComponent(element) {
@@ -11980,7 +11978,7 @@ var NoopInternalComponent = function () {
11980
11978
  this._currentElement = element;
11981
11979
 
11982
11980
  if ("development" !== 'production') {
11983
- this._debugID = nextDebugID++;
11981
+ this._debugID = getNextDebugID();
11984
11982
  }
11985
11983
  }
11986
11984
 
@@ -12007,7 +12005,7 @@ var NoopInternalComponent = function () {
12007
12005
  var ShallowComponentWrapper = function (element) {
12008
12006
  // TODO: Consolidate with instantiateReactComponent
12009
12007
  if ("development" !== 'production') {
12010
- this._debugID = nextDebugID++;
12008
+ this._debugID = getNextDebugID();
12011
12009
  }
12012
12010
 
12013
12011
  this.construct(element);
@@ -12079,7 +12077,7 @@ var ReactShallowRenderer = function () {
12079
12077
  }();
12080
12078
 
12081
12079
  module.exports = ReactShallowRenderer;
12082
- },{"124":124,"133":133,"142":142,"149":149,"157":157,"30":30,"52":52,"75":75,"82":82}],80:[function(_dereq_,module,exports){
12080
+ },{"117":117,"125":125,"134":134,"143":143,"150":150,"158":158,"30":30,"52":52,"75":75,"82":82}],80:[function(_dereq_,module,exports){
12083
12081
  /**
12084
12082
  * Copyright 2013-present, Facebook, Inc.
12085
12083
  * All rights reserved.
@@ -12092,14 +12090,14 @@ module.exports = ReactShallowRenderer;
12092
12090
 
12093
12091
  'use strict';
12094
12092
 
12095
- var _prodInvariant = _dereq_(124),
12096
- _assign = _dereq_(157);
12093
+ var _prodInvariant = _dereq_(125),
12094
+ _assign = _dereq_(158);
12097
12095
 
12098
12096
  var EventConstants = _dereq_(16);
12099
12097
  var EventPluginHub = _dereq_(17);
12100
12098
  var EventPluginRegistry = _dereq_(18);
12101
12099
  var EventPropagators = _dereq_(20);
12102
- var React = _dereq_(133);
12100
+ var React = _dereq_(134);
12103
12101
  var ReactDOM = _dereq_(31);
12104
12102
  var ReactDOMComponentTree = _dereq_(34);
12105
12103
  var ReactBrowserEventEmitter = _dereq_(26);
@@ -12109,7 +12107,7 @@ var SyntheticEvent = _dereq_(91);
12109
12107
  var ReactShallowRenderer = _dereq_(79);
12110
12108
 
12111
12109
  var findDOMNode = _dereq_(108);
12112
- var invariant = _dereq_(149);
12110
+ var invariant = _dereq_(150);
12113
12111
 
12114
12112
  var topLevelTypes = EventConstants.topLevelTypes;
12115
12113
 
@@ -12151,14 +12149,14 @@ function findAllInRenderedTreeInternal(inst, test) {
12151
12149
  * @lends ReactTestUtils
12152
12150
  */
12153
12151
  var ReactTestUtils = {
12154
- renderIntoDocument: function (instance) {
12152
+ renderIntoDocument: function (element) {
12155
12153
  var div = document.createElement('div');
12156
12154
  // None of our tests actually require attaching the container to the
12157
12155
  // DOM, and doing so creates a mess that we rely on test isolation to
12158
12156
  // clean up, so we're going to stop honoring the name of this method
12159
12157
  // (and probably rename it eventually) if no problems arise.
12160
12158
  // document.documentElement.appendChild(div);
12161
- return ReactDOM.render(instance, div);
12159
+ return ReactDOM.render(element, div);
12162
12160
  },
12163
12161
 
12164
12162
  isElement: function (element) {
@@ -12491,7 +12489,7 @@ Object.keys(topLevelTypes).forEach(function (eventType) {
12491
12489
  });
12492
12490
 
12493
12491
  module.exports = ReactTestUtils;
12494
- },{"108":108,"124":124,"133":133,"149":149,"157":157,"16":16,"17":17,"18":18,"20":20,"26":26,"31":31,"34":34,"63":63,"79":79,"82":82,"91":91}],81:[function(_dereq_,module,exports){
12492
+ },{"108":108,"125":125,"134":134,"150":150,"158":158,"16":16,"17":17,"18":18,"20":20,"26":26,"31":31,"34":34,"63":63,"79":79,"82":82,"91":91}],81:[function(_dereq_,module,exports){
12495
12493
  /**
12496
12494
  * Copyright 2015-present, Facebook, Inc.
12497
12495
  * All rights reserved.
@@ -12504,15 +12502,15 @@ module.exports = ReactTestUtils;
12504
12502
 
12505
12503
  'use strict';
12506
12504
 
12507
- var _prodInvariant = _dereq_(124);
12505
+ var _prodInvariant = _dereq_(125);
12508
12506
 
12509
- var ReactCurrentOwner = _dereq_(132);
12507
+ var ReactCurrentOwner = _dereq_(133);
12510
12508
  var ReactInstanceMap = _dereq_(63);
12511
12509
  var ReactInstrumentation = _dereq_(64);
12512
12510
  var ReactUpdates = _dereq_(82);
12513
12511
 
12514
- var invariant = _dereq_(149);
12515
- var warning = _dereq_(156);
12512
+ var invariant = _dereq_(150);
12513
+ var warning = _dereq_(157);
12516
12514
 
12517
12515
  function enqueueUpdate(internalInstance) {
12518
12516
  ReactUpdates.enqueueUpdate(internalInstance);
@@ -12717,7 +12715,7 @@ var ReactUpdateQueue = {
12717
12715
  };
12718
12716
 
12719
12717
  module.exports = ReactUpdateQueue;
12720
- },{"124":124,"132":132,"149":149,"156":156,"63":63,"64":64,"82":82}],82:[function(_dereq_,module,exports){
12718
+ },{"125":125,"133":133,"150":150,"157":157,"63":63,"64":64,"82":82}],82:[function(_dereq_,module,exports){
12721
12719
  /**
12722
12720
  * Copyright 2013-present, Facebook, Inc.
12723
12721
  * All rights reserved.
@@ -12730,8 +12728,8 @@ module.exports = ReactUpdateQueue;
12730
12728
 
12731
12729
  'use strict';
12732
12730
 
12733
- var _prodInvariant = _dereq_(124),
12734
- _assign = _dereq_(157);
12731
+ var _prodInvariant = _dereq_(125),
12732
+ _assign = _dereq_(158);
12735
12733
 
12736
12734
  var CallbackQueue = _dereq_(6);
12737
12735
  var PooledClass = _dereq_(25);
@@ -12739,7 +12737,7 @@ var ReactFeatureFlags = _dereq_(58);
12739
12737
  var ReactReconciler = _dereq_(75);
12740
12738
  var Transaction = _dereq_(100);
12741
12739
 
12742
- var invariant = _dereq_(149);
12740
+ var invariant = _dereq_(150);
12743
12741
 
12744
12742
  var dirtyComponents = [];
12745
12743
  var updateBatchNumber = 0;
@@ -12968,7 +12966,7 @@ var ReactUpdates = {
12968
12966
  };
12969
12967
 
12970
12968
  module.exports = ReactUpdates;
12971
- },{"100":100,"124":124,"149":149,"157":157,"25":25,"58":58,"6":6,"75":75}],83:[function(_dereq_,module,exports){
12969
+ },{"100":100,"125":125,"150":150,"158":158,"25":25,"58":58,"6":6,"75":75}],83:[function(_dereq_,module,exports){
12972
12970
  /**
12973
12971
  * Copyright 2013-present, Facebook, Inc.
12974
12972
  * All rights reserved.
@@ -12981,7 +12979,7 @@ module.exports = ReactUpdates;
12981
12979
 
12982
12980
  'use strict';
12983
12981
 
12984
- module.exports = '15.4.0-rc.4';
12982
+ module.exports = '15.4.0';
12985
12983
  },{}],84:[function(_dereq_,module,exports){
12986
12984
  /**
12987
12985
  * Copyright 2013-present, Facebook, Inc.
@@ -13298,14 +13296,14 @@ module.exports = SVGDOMPropertyConfig;
13298
13296
  'use strict';
13299
13297
 
13300
13298
  var EventPropagators = _dereq_(20);
13301
- var ExecutionEnvironment = _dereq_(135);
13299
+ var ExecutionEnvironment = _dereq_(136);
13302
13300
  var ReactDOMComponentTree = _dereq_(34);
13303
13301
  var ReactInputSelection = _dereq_(62);
13304
13302
  var SyntheticEvent = _dereq_(91);
13305
13303
 
13306
- var getActiveElement = _dereq_(144);
13307
- var isTextInputElement = _dereq_(122);
13308
- var shallowEqual = _dereq_(155);
13304
+ var getActiveElement = _dereq_(145);
13305
+ var isTextInputElement = _dereq_(123);
13306
+ var shallowEqual = _dereq_(156);
13309
13307
 
13310
13308
  var skipSelectionChangeEvent = ExecutionEnvironment.canUseDOM && 'documentMode' in document && document.documentMode <= 11;
13311
13309
 
@@ -13475,7 +13473,7 @@ var SelectEventPlugin = {
13475
13473
  };
13476
13474
 
13477
13475
  module.exports = SelectEventPlugin;
13478
- },{"122":122,"135":135,"144":144,"155":155,"20":20,"34":34,"62":62,"91":91}],86:[function(_dereq_,module,exports){
13476
+ },{"123":123,"136":136,"145":145,"156":156,"20":20,"34":34,"62":62,"91":91}],86:[function(_dereq_,module,exports){
13479
13477
  /**
13480
13478
  * Copyright 2013-present, Facebook, Inc.
13481
13479
  * All rights reserved.
@@ -13489,9 +13487,9 @@ module.exports = SelectEventPlugin;
13489
13487
 
13490
13488
  'use strict';
13491
13489
 
13492
- var _prodInvariant = _dereq_(124);
13490
+ var _prodInvariant = _dereq_(125);
13493
13491
 
13494
- var EventListener = _dereq_(134);
13492
+ var EventListener = _dereq_(135);
13495
13493
  var EventPropagators = _dereq_(20);
13496
13494
  var ReactDOMComponentTree = _dereq_(34);
13497
13495
  var SyntheticAnimationEvent = _dereq_(87);
@@ -13506,9 +13504,9 @@ var SyntheticTransitionEvent = _dereq_(97);
13506
13504
  var SyntheticUIEvent = _dereq_(98);
13507
13505
  var SyntheticWheelEvent = _dereq_(99);
13508
13506
 
13509
- var emptyFunction = _dereq_(141);
13507
+ var emptyFunction = _dereq_(142);
13510
13508
  var getEventCharCode = _dereq_(111);
13511
- var invariant = _dereq_(149);
13509
+ var invariant = _dereq_(150);
13512
13510
 
13513
13511
  /**
13514
13512
  * Turns
@@ -13718,7 +13716,7 @@ var SimpleEventPlugin = {
13718
13716
  };
13719
13717
 
13720
13718
  module.exports = SimpleEventPlugin;
13721
- },{"111":111,"124":124,"134":134,"141":141,"149":149,"20":20,"34":34,"87":87,"88":88,"90":90,"91":91,"92":92,"94":94,"95":95,"96":96,"97":97,"98":98,"99":99}],87:[function(_dereq_,module,exports){
13719
+ },{"111":111,"125":125,"135":135,"142":142,"150":150,"20":20,"34":34,"87":87,"88":88,"90":90,"91":91,"92":92,"94":94,"95":95,"96":96,"97":97,"98":98,"99":99}],87:[function(_dereq_,module,exports){
13722
13720
  /**
13723
13721
  * Copyright 2013-present, Facebook, Inc.
13724
13722
  * All rights reserved.
@@ -13880,12 +13878,12 @@ module.exports = SyntheticDragEvent;
13880
13878
 
13881
13879
  'use strict';
13882
13880
 
13883
- var _assign = _dereq_(157);
13881
+ var _assign = _dereq_(158);
13884
13882
 
13885
13883
  var PooledClass = _dereq_(25);
13886
13884
 
13887
- var emptyFunction = _dereq_(141);
13888
- var warning = _dereq_(156);
13885
+ var emptyFunction = _dereq_(142);
13886
+ var warning = _dereq_(157);
13889
13887
 
13890
13888
  var didWarnForAddedNewProperty = false;
13891
13889
  var isProxySupported = typeof Proxy === 'function';
@@ -14135,7 +14133,7 @@ function getPooledWarningPropertyDefinition(propName, getVal) {
14135
14133
  "development" !== 'production' ? warning(warningCondition, 'This synthetic event is reused for performance reasons. If you\'re seeing this, ' + 'you\'re %s `%s` on a released/nullified synthetic event. %s. ' + 'If you must keep the original synthetic event around, use event.persist(). ' + 'See https://fb.me/react-event-pooling for more information.', action, propName, result) : void 0;
14136
14134
  }
14137
14135
  }
14138
- },{"141":141,"156":156,"157":157,"25":25}],92:[function(_dereq_,module,exports){
14136
+ },{"142":142,"157":157,"158":158,"25":25}],92:[function(_dereq_,module,exports){
14139
14137
  /**
14140
14138
  * Copyright 2013-present, Facebook, Inc.
14141
14139
  * All rights reserved.
@@ -14575,9 +14573,9 @@ module.exports = SyntheticWheelEvent;
14575
14573
 
14576
14574
  'use strict';
14577
14575
 
14578
- var _prodInvariant = _dereq_(124);
14576
+ var _prodInvariant = _dereq_(125);
14579
14577
 
14580
- var invariant = _dereq_(149);
14578
+ var invariant = _dereq_(150);
14581
14579
 
14582
14580
  var OBSERVED_ERROR = {};
14583
14581
 
@@ -14786,7 +14784,7 @@ var TransactionImpl = {
14786
14784
  };
14787
14785
 
14788
14786
  module.exports = TransactionImpl;
14789
- },{"124":124,"149":149}],101:[function(_dereq_,module,exports){
14787
+ },{"125":125,"150":150}],101:[function(_dereq_,module,exports){
14790
14788
  /**
14791
14789
  * Copyright 2013-present, Facebook, Inc.
14792
14790
  * All rights reserved.
@@ -14827,9 +14825,9 @@ module.exports = ViewportMetrics;
14827
14825
 
14828
14826
  'use strict';
14829
14827
 
14830
- var _prodInvariant = _dereq_(124);
14828
+ var _prodInvariant = _dereq_(125);
14831
14829
 
14832
- var invariant = _dereq_(149);
14830
+ var invariant = _dereq_(150);
14833
14831
 
14834
14832
  /**
14835
14833
  * Accumulates items that must not be null or undefined into the first one. This
@@ -14871,7 +14869,7 @@ function accumulateInto(current, next) {
14871
14869
  }
14872
14870
 
14873
14871
  module.exports = accumulateInto;
14874
- },{"124":124,"149":149}],103:[function(_dereq_,module,exports){
14872
+ },{"125":125,"150":150}],103:[function(_dereq_,module,exports){
14875
14873
  /**
14876
14874
  * Copyright 2013-present, Facebook, Inc.
14877
14875
  * All rights reserved.
@@ -14929,13 +14927,13 @@ module.exports = adler32;
14929
14927
 
14930
14928
  'use strict';
14931
14929
 
14932
- var _prodInvariant = _dereq_(124);
14930
+ var _prodInvariant = _dereq_(125);
14933
14931
 
14934
14932
  var ReactPropTypeLocationNames = _dereq_(72);
14935
14933
  var ReactPropTypesSecret = _dereq_(73);
14936
14934
 
14937
- var invariant = _dereq_(149);
14938
- var warning = _dereq_(156);
14935
+ var invariant = _dereq_(150);
14936
+ var warning = _dereq_(157);
14939
14937
 
14940
14938
  var ReactComponentTreeHook;
14941
14939
 
@@ -14945,7 +14943,7 @@ if (typeof process !== 'undefined' && process.env && "development" === 'test') {
14945
14943
  // https://github.com/facebook/react/issues/7240
14946
14944
  // Remove the inline requires when we don't need them anymore:
14947
14945
  // https://github.com/facebook/react/pull/7178
14948
- ReactComponentTreeHook = _dereq_(131);
14946
+ ReactComponentTreeHook = _dereq_(132);
14949
14947
  }
14950
14948
 
14951
14949
  var loggedTypeFailures = {};
@@ -14987,7 +14985,7 @@ function checkReactTypeSpec(typeSpecs, values, location, componentName, element,
14987
14985
 
14988
14986
  if ("development" !== 'production') {
14989
14987
  if (!ReactComponentTreeHook) {
14990
- ReactComponentTreeHook = _dereq_(131);
14988
+ ReactComponentTreeHook = _dereq_(132);
14991
14989
  }
14992
14990
  if (debugID !== null) {
14993
14991
  componentStackInfo = ReactComponentTreeHook.getStackAddendumByID(debugID);
@@ -15004,7 +15002,7 @@ function checkReactTypeSpec(typeSpecs, values, location, componentName, element,
15004
15002
 
15005
15003
  module.exports = checkReactTypeSpec;
15006
15004
  }).call(this,undefined)
15007
- },{"124":124,"131":131,"149":149,"156":156,"72":72,"73":73}],105:[function(_dereq_,module,exports){
15005
+ },{"125":125,"132":132,"150":150,"157":157,"72":72,"73":73}],105:[function(_dereq_,module,exports){
15008
15006
  /**
15009
15007
  * Copyright 2013-present, Facebook, Inc.
15010
15008
  * All rights reserved.
@@ -15050,7 +15048,7 @@ module.exports = createMicrosoftUnsafeLocalFunction;
15050
15048
  'use strict';
15051
15049
 
15052
15050
  var CSSProperty = _dereq_(4);
15053
- var warning = _dereq_(156);
15051
+ var warning = _dereq_(157);
15054
15052
 
15055
15053
  var isUnitlessNumber = CSSProperty.isUnitlessNumber;
15056
15054
  var styleWarnings = {};
@@ -15115,7 +15113,7 @@ function dangerousStyleValue(name, value, component) {
15115
15113
  }
15116
15114
 
15117
15115
  module.exports = dangerousStyleValue;
15118
- },{"156":156,"4":4}],107:[function(_dereq_,module,exports){
15116
+ },{"157":157,"4":4}],107:[function(_dereq_,module,exports){
15119
15117
  /**
15120
15118
  * Copyright 2016-present, Facebook, Inc.
15121
15119
  * All rights reserved.
@@ -15251,15 +15249,15 @@ module.exports = escapeTextContentForBrowser;
15251
15249
 
15252
15250
  'use strict';
15253
15251
 
15254
- var _prodInvariant = _dereq_(124);
15252
+ var _prodInvariant = _dereq_(125);
15255
15253
 
15256
- var ReactCurrentOwner = _dereq_(132);
15254
+ var ReactCurrentOwner = _dereq_(133);
15257
15255
  var ReactDOMComponentTree = _dereq_(34);
15258
15256
  var ReactInstanceMap = _dereq_(63);
15259
15257
 
15260
15258
  var getHostComponentFromComposite = _dereq_(115);
15261
- var invariant = _dereq_(149);
15262
- var warning = _dereq_(156);
15259
+ var invariant = _dereq_(150);
15260
+ var warning = _dereq_(157);
15263
15261
 
15264
15262
  /**
15265
15263
  * Returns the DOM node rendered by this element.
@@ -15298,7 +15296,7 @@ function findDOMNode(componentOrElement) {
15298
15296
  }
15299
15297
 
15300
15298
  module.exports = findDOMNode;
15301
- },{"115":115,"124":124,"132":132,"149":149,"156":156,"34":34,"63":63}],109:[function(_dereq_,module,exports){
15299
+ },{"115":115,"125":125,"133":133,"150":150,"157":157,"34":34,"63":63}],109:[function(_dereq_,module,exports){
15302
15300
  (function (process){
15303
15301
  /**
15304
15302
  * Copyright 2013-present, Facebook, Inc.
@@ -15314,8 +15312,8 @@ module.exports = findDOMNode;
15314
15312
  'use strict';
15315
15313
 
15316
15314
  var KeyEscapeUtils = _dereq_(23);
15317
- var traverseAllChildren = _dereq_(129);
15318
- var warning = _dereq_(156);
15315
+ var traverseAllChildren = _dereq_(130);
15316
+ var warning = _dereq_(157);
15319
15317
 
15320
15318
  var ReactComponentTreeHook;
15321
15319
 
@@ -15325,7 +15323,7 @@ if (typeof process !== 'undefined' && process.env && "development" === 'test') {
15325
15323
  // https://github.com/facebook/react/issues/7240
15326
15324
  // Remove the inline requires when we don't need them anymore:
15327
15325
  // https://github.com/facebook/react/pull/7178
15328
- ReactComponentTreeHook = _dereq_(131);
15326
+ ReactComponentTreeHook = _dereq_(132);
15329
15327
  }
15330
15328
 
15331
15329
  /**
@@ -15341,7 +15339,7 @@ function flattenSingleChildIntoContext(traverseContext, child, name, selfDebugID
15341
15339
  var keyUnique = result[name] === undefined;
15342
15340
  if ("development" !== 'production') {
15343
15341
  if (!ReactComponentTreeHook) {
15344
- ReactComponentTreeHook = _dereq_(131);
15342
+ ReactComponentTreeHook = _dereq_(132);
15345
15343
  }
15346
15344
  if (!keyUnique) {
15347
15345
  "development" !== 'production' ? warning(false, 'flattenChildren(...): Encountered two children with the same key, ' + '`%s`. Child keys must be unique; when two children share a key, only ' + 'the first child will be used.%s', KeyEscapeUtils.unescape(name), ReactComponentTreeHook.getStackAddendumByID(selfDebugID)) : void 0;
@@ -15376,7 +15374,7 @@ function flattenChildren(children, selfDebugID) {
15376
15374
 
15377
15375
  module.exports = flattenChildren;
15378
15376
  }).call(this,undefined)
15379
- },{"129":129,"131":131,"156":156,"23":23}],110:[function(_dereq_,module,exports){
15377
+ },{"130":130,"132":132,"157":157,"23":23}],110:[function(_dereq_,module,exports){
15380
15378
  /**
15381
15379
  * Copyright 2013-present, Facebook, Inc.
15382
15380
  * All rights reserved.
@@ -15709,6 +15707,27 @@ function getIteratorFn(maybeIterable) {
15709
15707
 
15710
15708
  module.exports = getIteratorFn;
15711
15709
  },{}],117:[function(_dereq_,module,exports){
15710
+ /**
15711
+ * Copyright 2013-present, Facebook, Inc.
15712
+ * All rights reserved.
15713
+ *
15714
+ * This source code is licensed under the BSD-style license found in the
15715
+ * LICENSE file in the root directory of this source tree. An additional grant
15716
+ * of patent rights can be found in the PATENTS file in the same directory.
15717
+ *
15718
+ *
15719
+ */
15720
+
15721
+ 'use strict';
15722
+
15723
+ var nextDebugID = 1;
15724
+
15725
+ function getNextDebugID() {
15726
+ return nextDebugID++;
15727
+ }
15728
+
15729
+ module.exports = getNextDebugID;
15730
+ },{}],118:[function(_dereq_,module,exports){
15712
15731
  /**
15713
15732
  * Copyright 2013-present, Facebook, Inc.
15714
15733
  * All rights reserved.
@@ -15782,7 +15801,7 @@ function getNodeForCharacterOffset(root, offset) {
15782
15801
  }
15783
15802
 
15784
15803
  module.exports = getNodeForCharacterOffset;
15785
- },{}],118:[function(_dereq_,module,exports){
15804
+ },{}],119:[function(_dereq_,module,exports){
15786
15805
  /**
15787
15806
  * Copyright 2013-present, Facebook, Inc.
15788
15807
  * All rights reserved.
@@ -15795,7 +15814,7 @@ module.exports = getNodeForCharacterOffset;
15795
15814
 
15796
15815
  'use strict';
15797
15816
 
15798
- var ExecutionEnvironment = _dereq_(135);
15817
+ var ExecutionEnvironment = _dereq_(136);
15799
15818
 
15800
15819
  var contentKey = null;
15801
15820
 
@@ -15815,7 +15834,7 @@ function getTextContentAccessor() {
15815
15834
  }
15816
15835
 
15817
15836
  module.exports = getTextContentAccessor;
15818
- },{"135":135}],119:[function(_dereq_,module,exports){
15837
+ },{"136":136}],120:[function(_dereq_,module,exports){
15819
15838
  /**
15820
15839
  * Copyright 2013-present, Facebook, Inc.
15821
15840
  * All rights reserved.
@@ -15828,7 +15847,7 @@ module.exports = getTextContentAccessor;
15828
15847
 
15829
15848
  'use strict';
15830
15849
 
15831
- var ExecutionEnvironment = _dereq_(135);
15850
+ var ExecutionEnvironment = _dereq_(136);
15832
15851
 
15833
15852
  /**
15834
15853
  * Generate a mapping of standard vendor prefixes using the defined style property and event name.
@@ -15916,7 +15935,7 @@ function getVendorPrefixedEventName(eventName) {
15916
15935
  }
15917
15936
 
15918
15937
  module.exports = getVendorPrefixedEventName;
15919
- },{"135":135}],120:[function(_dereq_,module,exports){
15938
+ },{"136":136}],121:[function(_dereq_,module,exports){
15920
15939
  /**
15921
15940
  * Copyright 2013-present, Facebook, Inc.
15922
15941
  * All rights reserved.
@@ -15929,15 +15948,16 @@ module.exports = getVendorPrefixedEventName;
15929
15948
 
15930
15949
  'use strict';
15931
15950
 
15932
- var _prodInvariant = _dereq_(124),
15933
- _assign = _dereq_(157);
15951
+ var _prodInvariant = _dereq_(125),
15952
+ _assign = _dereq_(158);
15934
15953
 
15935
15954
  var ReactCompositeComponent = _dereq_(30);
15936
15955
  var ReactEmptyComponent = _dereq_(54);
15937
15956
  var ReactHostComponent = _dereq_(59);
15938
15957
 
15939
- var invariant = _dereq_(149);
15940
- var warning = _dereq_(156);
15958
+ var getNextDebugID = _dereq_(117);
15959
+ var invariant = _dereq_(150);
15960
+ var warning = _dereq_(157);
15941
15961
 
15942
15962
  // To avoid a cyclic dependency, we create the final class in this module
15943
15963
  var ReactCompositeComponentWrapper = function (element) {
@@ -15968,8 +15988,6 @@ function isInternalComponentType(type) {
15968
15988
  return typeof type === 'function' && typeof type.prototype !== 'undefined' && typeof type.prototype.mountComponent === 'function' && typeof type.prototype.receiveComponent === 'function';
15969
15989
  }
15970
15990
 
15971
- var nextDebugID = 1;
15972
-
15973
15991
  /**
15974
15992
  * Given a ReactNode, create an instance that will actually be mounted.
15975
15993
  *
@@ -16020,7 +16038,7 @@ function instantiateReactComponent(node, shouldHaveDebugID) {
16020
16038
  instance._mountImage = null;
16021
16039
 
16022
16040
  if ("development" !== 'production') {
16023
- instance._debugID = shouldHaveDebugID ? nextDebugID++ : 0;
16041
+ instance._debugID = shouldHaveDebugID ? getNextDebugID() : 0;
16024
16042
  }
16025
16043
 
16026
16044
  // Internal instances should fully constructed at this point, so they should
@@ -16035,7 +16053,7 @@ function instantiateReactComponent(node, shouldHaveDebugID) {
16035
16053
  }
16036
16054
 
16037
16055
  module.exports = instantiateReactComponent;
16038
- },{"124":124,"149":149,"156":156,"157":157,"30":30,"54":54,"59":59}],121:[function(_dereq_,module,exports){
16056
+ },{"117":117,"125":125,"150":150,"157":157,"158":158,"30":30,"54":54,"59":59}],122:[function(_dereq_,module,exports){
16039
16057
  /**
16040
16058
  * Copyright 2013-present, Facebook, Inc.
16041
16059
  * All rights reserved.
@@ -16048,7 +16066,7 @@ module.exports = instantiateReactComponent;
16048
16066
 
16049
16067
  'use strict';
16050
16068
 
16051
- var ExecutionEnvironment = _dereq_(135);
16069
+ var ExecutionEnvironment = _dereq_(136);
16052
16070
 
16053
16071
  var useHasFeature;
16054
16072
  if (ExecutionEnvironment.canUseDOM) {
@@ -16095,7 +16113,7 @@ function isEventSupported(eventNameSuffix, capture) {
16095
16113
  }
16096
16114
 
16097
16115
  module.exports = isEventSupported;
16098
- },{"135":135}],122:[function(_dereq_,module,exports){
16116
+ },{"136":136}],123:[function(_dereq_,module,exports){
16099
16117
  /**
16100
16118
  * Copyright 2013-present, Facebook, Inc.
16101
16119
  * All rights reserved.
@@ -16146,7 +16164,7 @@ function isTextInputElement(elem) {
16146
16164
  }
16147
16165
 
16148
16166
  module.exports = isTextInputElement;
16149
- },{}],123:[function(_dereq_,module,exports){
16167
+ },{}],124:[function(_dereq_,module,exports){
16150
16168
  /**
16151
16169
  * Copyright 2013-present, Facebook, Inc.
16152
16170
  * All rights reserved.
@@ -16172,7 +16190,7 @@ function quoteAttributeValueForBrowser(value) {
16172
16190
  }
16173
16191
 
16174
16192
  module.exports = quoteAttributeValueForBrowser;
16175
- },{"107":107}],124:[function(_dereq_,module,exports){
16193
+ },{"107":107}],125:[function(_dereq_,module,exports){
16176
16194
  /**
16177
16195
  * Copyright (c) 2013-present, Facebook, Inc.
16178
16196
  * All rights reserved.
@@ -16211,7 +16229,7 @@ function reactProdInvariant(code) {
16211
16229
  }
16212
16230
 
16213
16231
  module.exports = reactProdInvariant;
16214
- },{}],125:[function(_dereq_,module,exports){
16232
+ },{}],126:[function(_dereq_,module,exports){
16215
16233
  /**
16216
16234
  * Copyright 2013-present, Facebook, Inc.
16217
16235
  * All rights reserved.
@@ -16227,7 +16245,7 @@ module.exports = reactProdInvariant;
16227
16245
  var ReactMount = _dereq_(67);
16228
16246
 
16229
16247
  module.exports = ReactMount.renderSubtreeIntoContainer;
16230
- },{"67":67}],126:[function(_dereq_,module,exports){
16248
+ },{"67":67}],127:[function(_dereq_,module,exports){
16231
16249
  /**
16232
16250
  * Copyright 2013-present, Facebook, Inc.
16233
16251
  * All rights reserved.
@@ -16240,7 +16258,7 @@ module.exports = ReactMount.renderSubtreeIntoContainer;
16240
16258
 
16241
16259
  'use strict';
16242
16260
 
16243
- var ExecutionEnvironment = _dereq_(135);
16261
+ var ExecutionEnvironment = _dereq_(136);
16244
16262
  var DOMNamespaces = _dereq_(10);
16245
16263
 
16246
16264
  var WHITESPACE_TEST = /^[ \r\n\t\f]/;
@@ -16325,7 +16343,7 @@ if (ExecutionEnvironment.canUseDOM) {
16325
16343
  }
16326
16344
 
16327
16345
  module.exports = setInnerHTML;
16328
- },{"10":10,"105":105,"135":135}],127:[function(_dereq_,module,exports){
16346
+ },{"10":10,"105":105,"136":136}],128:[function(_dereq_,module,exports){
16329
16347
  /**
16330
16348
  * Copyright 2013-present, Facebook, Inc.
16331
16349
  * All rights reserved.
@@ -16338,9 +16356,9 @@ module.exports = setInnerHTML;
16338
16356
 
16339
16357
  'use strict';
16340
16358
 
16341
- var ExecutionEnvironment = _dereq_(135);
16359
+ var ExecutionEnvironment = _dereq_(136);
16342
16360
  var escapeTextContentForBrowser = _dereq_(107);
16343
- var setInnerHTML = _dereq_(126);
16361
+ var setInnerHTML = _dereq_(127);
16344
16362
 
16345
16363
  /**
16346
16364
  * Set the textContent property of a node, ensuring that whitespace is preserved
@@ -16377,7 +16395,7 @@ if (ExecutionEnvironment.canUseDOM) {
16377
16395
  }
16378
16396
 
16379
16397
  module.exports = setTextContent;
16380
- },{"107":107,"126":126,"135":135}],128:[function(_dereq_,module,exports){
16398
+ },{"107":107,"127":127,"136":136}],129:[function(_dereq_,module,exports){
16381
16399
  /**
16382
16400
  * Copyright 2013-present, Facebook, Inc.
16383
16401
  * All rights reserved.
@@ -16419,7 +16437,7 @@ function shouldUpdateReactComponent(prevElement, nextElement) {
16419
16437
  }
16420
16438
 
16421
16439
  module.exports = shouldUpdateReactComponent;
16422
- },{}],129:[function(_dereq_,module,exports){
16440
+ },{}],130:[function(_dereq_,module,exports){
16423
16441
  /**
16424
16442
  * Copyright 2013-present, Facebook, Inc.
16425
16443
  * All rights reserved.
@@ -16432,15 +16450,15 @@ module.exports = shouldUpdateReactComponent;
16432
16450
 
16433
16451
  'use strict';
16434
16452
 
16435
- var _prodInvariant = _dereq_(124);
16453
+ var _prodInvariant = _dereq_(125);
16436
16454
 
16437
- var ReactCurrentOwner = _dereq_(132);
16455
+ var ReactCurrentOwner = _dereq_(133);
16438
16456
  var REACT_ELEMENT_TYPE = _dereq_(53);
16439
16457
 
16440
16458
  var getIteratorFn = _dereq_(116);
16441
- var invariant = _dereq_(149);
16459
+ var invariant = _dereq_(150);
16442
16460
  var KeyEscapeUtils = _dereq_(23);
16443
- var warning = _dereq_(156);
16461
+ var warning = _dereq_(157);
16444
16462
 
16445
16463
  var SEPARATOR = '.';
16446
16464
  var SUBSEPARATOR = ':';
@@ -16595,7 +16613,7 @@ function traverseAllChildren(children, callback, traverseContext) {
16595
16613
  }
16596
16614
 
16597
16615
  module.exports = traverseAllChildren;
16598
- },{"116":116,"124":124,"132":132,"149":149,"156":156,"23":23,"53":53}],130:[function(_dereq_,module,exports){
16616
+ },{"116":116,"125":125,"133":133,"150":150,"157":157,"23":23,"53":53}],131:[function(_dereq_,module,exports){
16599
16617
  /**
16600
16618
  * Copyright 2015-present, Facebook, Inc.
16601
16619
  * All rights reserved.
@@ -16608,10 +16626,10 @@ module.exports = traverseAllChildren;
16608
16626
 
16609
16627
  'use strict';
16610
16628
 
16611
- var _assign = _dereq_(157);
16629
+ var _assign = _dereq_(158);
16612
16630
 
16613
- var emptyFunction = _dereq_(141);
16614
- var warning = _dereq_(156);
16631
+ var emptyFunction = _dereq_(142);
16632
+ var warning = _dereq_(157);
16615
16633
 
16616
16634
  var validateDOMNesting = emptyFunction;
16617
16635
 
@@ -16977,7 +16995,7 @@ if ("development" !== 'production') {
16977
16995
  }
16978
16996
 
16979
16997
  module.exports = validateDOMNesting;
16980
- },{"141":141,"156":156,"157":157}],131:[function(_dereq_,module,exports){
16998
+ },{"142":142,"157":157,"158":158}],132:[function(_dereq_,module,exports){
16981
16999
  /**
16982
17000
  * Copyright 2013-present, Facebook, Inc.
16983
17001
  * All rights reserved.
@@ -16995,7 +17013,7 @@ module.exports = validateDOMNesting;
16995
17013
  var ReactInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
16996
17014
 
16997
17015
  module.exports = ReactInternals.ReactComponentTreeHook;
16998
- },{}],132:[function(_dereq_,module,exports){
17016
+ },{}],133:[function(_dereq_,module,exports){
16999
17017
  /**
17000
17018
  * Copyright 2013-present, Facebook, Inc.
17001
17019
  * All rights reserved.
@@ -17013,7 +17031,7 @@ module.exports = ReactInternals.ReactComponentTreeHook;
17013
17031
  var ReactInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
17014
17032
 
17015
17033
  module.exports = ReactInternals.ReactCurrentOwner;
17016
- },{}],133:[function(_dereq_,module,exports){
17034
+ },{}],134:[function(_dereq_,module,exports){
17017
17035
  /**
17018
17036
  * Copyright 2013-present, Facebook, Inc.
17019
17037
  * All rights reserved.
@@ -17029,7 +17047,7 @@ module.exports = ReactInternals.ReactCurrentOwner;
17029
17047
  'use strict';
17030
17048
 
17031
17049
  module.exports = React;
17032
- },{}],134:[function(_dereq_,module,exports){
17050
+ },{}],135:[function(_dereq_,module,exports){
17033
17051
  'use strict';
17034
17052
 
17035
17053
  /**
@@ -17050,7 +17068,7 @@ module.exports = React;
17050
17068
  * @typechecks
17051
17069
  */
17052
17070
 
17053
- var emptyFunction = _dereq_(141);
17071
+ var emptyFunction = _dereq_(142);
17054
17072
 
17055
17073
  /**
17056
17074
  * Upstream version of event listener. Does not take into account specific
@@ -17113,7 +17131,7 @@ var EventListener = {
17113
17131
  };
17114
17132
 
17115
17133
  module.exports = EventListener;
17116
- },{"141":141}],135:[function(_dereq_,module,exports){
17134
+ },{"142":142}],136:[function(_dereq_,module,exports){
17117
17135
  /**
17118
17136
  * Copyright (c) 2013-present, Facebook, Inc.
17119
17137
  * All rights reserved.
@@ -17149,7 +17167,7 @@ var ExecutionEnvironment = {
17149
17167
  };
17150
17168
 
17151
17169
  module.exports = ExecutionEnvironment;
17152
- },{}],136:[function(_dereq_,module,exports){
17170
+ },{}],137:[function(_dereq_,module,exports){
17153
17171
  "use strict";
17154
17172
 
17155
17173
  /**
@@ -17181,7 +17199,7 @@ function camelize(string) {
17181
17199
  }
17182
17200
 
17183
17201
  module.exports = camelize;
17184
- },{}],137:[function(_dereq_,module,exports){
17202
+ },{}],138:[function(_dereq_,module,exports){
17185
17203
  /**
17186
17204
  * Copyright (c) 2013-present, Facebook, Inc.
17187
17205
  * All rights reserved.
@@ -17195,7 +17213,7 @@ module.exports = camelize;
17195
17213
 
17196
17214
  'use strict';
17197
17215
 
17198
- var camelize = _dereq_(136);
17216
+ var camelize = _dereq_(137);
17199
17217
 
17200
17218
  var msPattern = /^-ms-/;
17201
17219
 
@@ -17221,7 +17239,7 @@ function camelizeStyleName(string) {
17221
17239
  }
17222
17240
 
17223
17241
  module.exports = camelizeStyleName;
17224
- },{"136":136}],138:[function(_dereq_,module,exports){
17242
+ },{"137":137}],139:[function(_dereq_,module,exports){
17225
17243
  'use strict';
17226
17244
 
17227
17245
  /**
@@ -17235,7 +17253,7 @@ module.exports = camelizeStyleName;
17235
17253
  *
17236
17254
  */
17237
17255
 
17238
- var isTextNode = _dereq_(151);
17256
+ var isTextNode = _dereq_(152);
17239
17257
 
17240
17258
  /*eslint-disable no-bitwise */
17241
17259
 
@@ -17261,7 +17279,7 @@ function containsNode(outerNode, innerNode) {
17261
17279
  }
17262
17280
 
17263
17281
  module.exports = containsNode;
17264
- },{"151":151}],139:[function(_dereq_,module,exports){
17282
+ },{"152":152}],140:[function(_dereq_,module,exports){
17265
17283
  'use strict';
17266
17284
 
17267
17285
  /**
@@ -17275,7 +17293,7 @@ module.exports = containsNode;
17275
17293
  * @typechecks
17276
17294
  */
17277
17295
 
17278
- var invariant = _dereq_(149);
17296
+ var invariant = _dereq_(150);
17279
17297
 
17280
17298
  /**
17281
17299
  * Convert array-like objects to arrays.
@@ -17388,7 +17406,7 @@ function createArrayFromMixed(obj) {
17388
17406
  }
17389
17407
 
17390
17408
  module.exports = createArrayFromMixed;
17391
- },{"149":149}],140:[function(_dereq_,module,exports){
17409
+ },{"150":150}],141:[function(_dereq_,module,exports){
17392
17410
  'use strict';
17393
17411
 
17394
17412
  /**
@@ -17404,11 +17422,11 @@ module.exports = createArrayFromMixed;
17404
17422
 
17405
17423
  /*eslint-disable fb-www/unsafe-html*/
17406
17424
 
17407
- var ExecutionEnvironment = _dereq_(135);
17425
+ var ExecutionEnvironment = _dereq_(136);
17408
17426
 
17409
- var createArrayFromMixed = _dereq_(139);
17410
- var getMarkupWrap = _dereq_(145);
17411
- var invariant = _dereq_(149);
17427
+ var createArrayFromMixed = _dereq_(140);
17428
+ var getMarkupWrap = _dereq_(146);
17429
+ var invariant = _dereq_(150);
17412
17430
 
17413
17431
  /**
17414
17432
  * Dummy container used to render all markup.
@@ -17472,7 +17490,7 @@ function createNodesFromMarkup(markup, handleScript) {
17472
17490
  }
17473
17491
 
17474
17492
  module.exports = createNodesFromMarkup;
17475
- },{"135":135,"139":139,"145":145,"149":149}],141:[function(_dereq_,module,exports){
17493
+ },{"136":136,"140":140,"146":146,"150":150}],142:[function(_dereq_,module,exports){
17476
17494
  "use strict";
17477
17495
 
17478
17496
  /**
@@ -17511,7 +17529,7 @@ emptyFunction.thatReturnsArgument = function (arg) {
17511
17529
  };
17512
17530
 
17513
17531
  module.exports = emptyFunction;
17514
- },{}],142:[function(_dereq_,module,exports){
17532
+ },{}],143:[function(_dereq_,module,exports){
17515
17533
  /**
17516
17534
  * Copyright (c) 2013-present, Facebook, Inc.
17517
17535
  * All rights reserved.
@@ -17531,7 +17549,7 @@ if ("development" !== 'production') {
17531
17549
  }
17532
17550
 
17533
17551
  module.exports = emptyObject;
17534
- },{}],143:[function(_dereq_,module,exports){
17552
+ },{}],144:[function(_dereq_,module,exports){
17535
17553
  /**
17536
17554
  * Copyright (c) 2013-present, Facebook, Inc.
17537
17555
  * All rights reserved.
@@ -17558,7 +17576,7 @@ function focusNode(node) {
17558
17576
  }
17559
17577
 
17560
17578
  module.exports = focusNode;
17561
- },{}],144:[function(_dereq_,module,exports){
17579
+ },{}],145:[function(_dereq_,module,exports){
17562
17580
  'use strict';
17563
17581
 
17564
17582
  /**
@@ -17593,7 +17611,7 @@ function getActiveElement() /*?DOMElement*/{
17593
17611
  }
17594
17612
 
17595
17613
  module.exports = getActiveElement;
17596
- },{}],145:[function(_dereq_,module,exports){
17614
+ },{}],146:[function(_dereq_,module,exports){
17597
17615
  'use strict';
17598
17616
 
17599
17617
  /**
@@ -17608,9 +17626,9 @@ module.exports = getActiveElement;
17608
17626
 
17609
17627
  /*eslint-disable fb-www/unsafe-html */
17610
17628
 
17611
- var ExecutionEnvironment = _dereq_(135);
17629
+ var ExecutionEnvironment = _dereq_(136);
17612
17630
 
17613
- var invariant = _dereq_(149);
17631
+ var invariant = _dereq_(150);
17614
17632
 
17615
17633
  /**
17616
17634
  * Dummy container used to detect which wraps are necessary.
@@ -17688,7 +17706,7 @@ function getMarkupWrap(nodeName) {
17688
17706
  }
17689
17707
 
17690
17708
  module.exports = getMarkupWrap;
17691
- },{"135":135,"149":149}],146:[function(_dereq_,module,exports){
17709
+ },{"136":136,"150":150}],147:[function(_dereq_,module,exports){
17692
17710
  /**
17693
17711
  * Copyright (c) 2013-present, Facebook, Inc.
17694
17712
  * All rights reserved.
@@ -17727,7 +17745,7 @@ function getUnboundedScrollPosition(scrollable) {
17727
17745
  }
17728
17746
 
17729
17747
  module.exports = getUnboundedScrollPosition;
17730
- },{}],147:[function(_dereq_,module,exports){
17748
+ },{}],148:[function(_dereq_,module,exports){
17731
17749
  'use strict';
17732
17750
 
17733
17751
  /**
@@ -17760,7 +17778,7 @@ function hyphenate(string) {
17760
17778
  }
17761
17779
 
17762
17780
  module.exports = hyphenate;
17763
- },{}],148:[function(_dereq_,module,exports){
17781
+ },{}],149:[function(_dereq_,module,exports){
17764
17782
  /**
17765
17783
  * Copyright (c) 2013-present, Facebook, Inc.
17766
17784
  * All rights reserved.
@@ -17774,7 +17792,7 @@ module.exports = hyphenate;
17774
17792
 
17775
17793
  'use strict';
17776
17794
 
17777
- var hyphenate = _dereq_(147);
17795
+ var hyphenate = _dereq_(148);
17778
17796
 
17779
17797
  var msPattern = /^ms-/;
17780
17798
 
@@ -17799,7 +17817,7 @@ function hyphenateStyleName(string) {
17799
17817
  }
17800
17818
 
17801
17819
  module.exports = hyphenateStyleName;
17802
- },{"147":147}],149:[function(_dereq_,module,exports){
17820
+ },{"148":148}],150:[function(_dereq_,module,exports){
17803
17821
  /**
17804
17822
  * Copyright (c) 2013-present, Facebook, Inc.
17805
17823
  * All rights reserved.
@@ -17849,7 +17867,7 @@ function invariant(condition, format, a, b, c, d, e, f) {
17849
17867
  }
17850
17868
 
17851
17869
  module.exports = invariant;
17852
- },{}],150:[function(_dereq_,module,exports){
17870
+ },{}],151:[function(_dereq_,module,exports){
17853
17871
  'use strict';
17854
17872
 
17855
17873
  /**
@@ -17872,7 +17890,7 @@ function isNode(object) {
17872
17890
  }
17873
17891
 
17874
17892
  module.exports = isNode;
17875
- },{}],151:[function(_dereq_,module,exports){
17893
+ },{}],152:[function(_dereq_,module,exports){
17876
17894
  'use strict';
17877
17895
 
17878
17896
  /**
@@ -17886,7 +17904,7 @@ module.exports = isNode;
17886
17904
  * @typechecks
17887
17905
  */
17888
17906
 
17889
- var isNode = _dereq_(150);
17907
+ var isNode = _dereq_(151);
17890
17908
 
17891
17909
  /**
17892
17910
  * @param {*} object The object to check.
@@ -17897,7 +17915,7 @@ function isTextNode(object) {
17897
17915
  }
17898
17916
 
17899
17917
  module.exports = isTextNode;
17900
- },{"150":150}],152:[function(_dereq_,module,exports){
17918
+ },{"151":151}],153:[function(_dereq_,module,exports){
17901
17919
  /**
17902
17920
  * Copyright (c) 2013-present, Facebook, Inc.
17903
17921
  * All rights reserved.
@@ -17927,7 +17945,7 @@ function memoizeStringOnly(callback) {
17927
17945
  }
17928
17946
 
17929
17947
  module.exports = memoizeStringOnly;
17930
- },{}],153:[function(_dereq_,module,exports){
17948
+ },{}],154:[function(_dereq_,module,exports){
17931
17949
  /**
17932
17950
  * Copyright (c) 2013-present, Facebook, Inc.
17933
17951
  * All rights reserved.
@@ -17941,7 +17959,7 @@ module.exports = memoizeStringOnly;
17941
17959
 
17942
17960
  'use strict';
17943
17961
 
17944
- var ExecutionEnvironment = _dereq_(135);
17962
+ var ExecutionEnvironment = _dereq_(136);
17945
17963
 
17946
17964
  var performance;
17947
17965
 
@@ -17950,7 +17968,7 @@ if (ExecutionEnvironment.canUseDOM) {
17950
17968
  }
17951
17969
 
17952
17970
  module.exports = performance || {};
17953
- },{"135":135}],154:[function(_dereq_,module,exports){
17971
+ },{"136":136}],155:[function(_dereq_,module,exports){
17954
17972
  'use strict';
17955
17973
 
17956
17974
  /**
@@ -17964,7 +17982,7 @@ module.exports = performance || {};
17964
17982
  * @typechecks
17965
17983
  */
17966
17984
 
17967
- var performance = _dereq_(153);
17985
+ var performance = _dereq_(154);
17968
17986
 
17969
17987
  var performanceNow;
17970
17988
 
@@ -17984,7 +18002,7 @@ if (performance.now) {
17984
18002
  }
17985
18003
 
17986
18004
  module.exports = performanceNow;
17987
- },{"153":153}],155:[function(_dereq_,module,exports){
18005
+ },{"154":154}],156:[function(_dereq_,module,exports){
17988
18006
  /**
17989
18007
  * Copyright (c) 2013-present, Facebook, Inc.
17990
18008
  * All rights reserved.
@@ -18052,7 +18070,7 @@ function shallowEqual(objA, objB) {
18052
18070
  }
18053
18071
 
18054
18072
  module.exports = shallowEqual;
18055
- },{}],156:[function(_dereq_,module,exports){
18073
+ },{}],157:[function(_dereq_,module,exports){
18056
18074
  /**
18057
18075
  * Copyright 2014-2015, Facebook, Inc.
18058
18076
  * All rights reserved.
@@ -18065,7 +18083,7 @@ module.exports = shallowEqual;
18065
18083
 
18066
18084
  'use strict';
18067
18085
 
18068
- var emptyFunction = _dereq_(141);
18086
+ var emptyFunction = _dereq_(142);
18069
18087
 
18070
18088
  /**
18071
18089
  * Similar to invariant but only logs a warning if the condition is not met.
@@ -18119,7 +18137,7 @@ if ("development" !== 'production') {
18119
18137
  }
18120
18138
 
18121
18139
  module.exports = warning;
18122
- },{"141":141}],157:[function(_dereq_,module,exports){
18140
+ },{"142":142}],158:[function(_dereq_,module,exports){
18123
18141
  'use strict';
18124
18142
  /* eslint-disable no-unused-vars */
18125
18143
  var hasOwnProperty = Object.prototype.hasOwnProperty;