@ntbjs/react-components 2.0.0-rc.3 → 2.0.0-rc.5

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.
Files changed (47) hide show
  1. package/cjs/node_modules/@emotion/cache/dist/{emotion-cache.esm.js → emotion-cache.browser.esm.js} +3 -61
  2. package/cjs/node_modules/@emotion/react/dist/{emotion-element-d59e098f.esm.js → emotion-element-f0de968e.browser.esm.js} +12 -54
  3. package/cjs/node_modules/@emotion/react/dist/{emotion-react.esm.js → emotion-react.browser.esm.js} +7 -10
  4. package/cjs/node_modules/@emotion/use-insertion-effect-with-fallbacks/dist/{emotion-use-insertion-effect-with-fallbacks.esm.js → emotion-use-insertion-effect-with-fallbacks.browser.esm.js} +1 -3
  5. package/cjs/node_modules/@emotion/utils/dist/{emotion-utils.esm.js → emotion-utils.browser.esm.js} +3 -12
  6. package/cjs/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js +2 -2
  7. package/cjs/node_modules/prop-types/factoryWithTypeCheckers.js +1 -1
  8. package/cjs/node_modules/prop-types/index.js +1 -1
  9. package/cjs/node_modules/{hoist-non-react-statics/node_modules/react-is → react-is}/cjs/react-is.development.js +81 -39
  10. package/cjs/node_modules/react-is/cjs/react-is.production.min.js +22 -0
  11. package/cjs/node_modules/{prop-types/node_modules/react-is → react-is}/index.js +3 -3
  12. package/cjs/node_modules/react-select/dist/Select-aab027f3.esm.js +12 -12
  13. package/cjs/node_modules/react-select/dist/index-641ee5b8.esm.js +47 -47
  14. package/cjs/node_modules/use-isomorphic-layout-effect/dist/{use-isomorphic-layout-effect.esm.js → use-isomorphic-layout-effect.browser.esm.js} +1 -3
  15. package/esm/node_modules/@emotion/cache/dist/{emotion-cache.esm.js → emotion-cache.browser.esm.js} +3 -61
  16. package/esm/node_modules/@emotion/react/dist/{emotion-element-d59e098f.esm.js → emotion-element-f0de968e.browser.esm.js} +5 -47
  17. package/esm/node_modules/@emotion/react/dist/{emotion-react.esm.js → emotion-react.browser.esm.js} +3 -3
  18. package/esm/node_modules/@emotion/use-insertion-effect-with-fallbacks/dist/{emotion-use-insertion-effect-with-fallbacks.esm.js → emotion-use-insertion-effect-with-fallbacks.browser.esm.js} +1 -3
  19. package/esm/node_modules/@emotion/utils/dist/{emotion-utils.esm.js → emotion-utils.browser.esm.js} +3 -12
  20. package/esm/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js +2 -2
  21. package/esm/node_modules/prop-types/factoryWithTypeCheckers.js +1 -1
  22. package/esm/node_modules/prop-types/index.js +1 -1
  23. package/esm/node_modules/{hoist-non-react-statics/node_modules/react-is → react-is}/cjs/react-is.development.js +82 -40
  24. package/esm/node_modules/react-is/cjs/react-is.production.min.js +17 -0
  25. package/esm/node_modules/react-is/index.js +11 -0
  26. package/esm/node_modules/react-select/dist/Select-aab027f3.esm.js +1 -1
  27. package/esm/node_modules/react-select/dist/index-641ee5b8.esm.js +2 -2
  28. package/esm/node_modules/use-isomorphic-layout-effect/dist/use-isomorphic-layout-effect.browser.esm.js +6 -0
  29. package/package.json +1 -1
  30. package/cjs/_virtual/index5.js +0 -7
  31. package/cjs/_virtual/react-is.development2.js +0 -7
  32. package/cjs/_virtual/react-is.production.min2.js +0 -7
  33. package/cjs/node_modules/@emotion/weak-memoize/dist/emotion-weak-memoize.esm.js +0 -20
  34. package/cjs/node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.production.min.js +0 -22
  35. package/cjs/node_modules/hoist-non-react-statics/node_modules/react-is/index.js +0 -13
  36. package/cjs/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js +0 -186
  37. package/cjs/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js +0 -22
  38. package/esm/_virtual/index5.js +0 -3
  39. package/esm/_virtual/react-is.development2.js +0 -3
  40. package/esm/_virtual/react-is.production.min2.js +0 -3
  41. package/esm/node_modules/@emotion/weak-memoize/dist/emotion-weak-memoize.esm.js +0 -16
  42. package/esm/node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.production.min.js +0 -17
  43. package/esm/node_modules/hoist-non-react-statics/node_modules/react-is/index.js +0 -11
  44. package/esm/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js +0 -181
  45. package/esm/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js +0 -17
  46. package/esm/node_modules/prop-types/node_modules/react-is/index.js +0 -11
  47. package/esm/node_modules/use-isomorphic-layout-effect/dist/use-isomorphic-layout-effect.esm.js +0 -8
@@ -1,4 +1,4 @@
1
- var isBrowser = typeof document !== 'undefined';
1
+ var isBrowser = true;
2
2
 
3
3
  function getRegisteredStyles(registered, registeredStyles, classNames) {
4
4
  var rawClassName = '';
@@ -23,7 +23,7 @@ var registerStyles = function registerStyles(cache, serialized, isStringTag) {
23
23
  // in node since emotion-server relies on whether a style is in
24
24
  // the registered cache to know whether a style is global or not
25
25
  // also, note that this check will be dead code eliminated in the browser
26
- isBrowser === false && cache.compat !== undefined) && cache.registered[className] === undefined) {
26
+ isBrowser === false ) && cache.registered[className] === undefined) {
27
27
  cache.registered[className] = serialized.styles;
28
28
  }
29
29
  };
@@ -32,22 +32,13 @@ var insertStyles = function insertStyles(cache, serialized, isStringTag) {
32
32
  var className = cache.key + "-" + serialized.name;
33
33
 
34
34
  if (cache.inserted[serialized.name] === undefined) {
35
- var stylesForSSR = '';
36
35
  var current = serialized;
37
36
 
38
37
  do {
39
- var maybeStyles = cache.insert(serialized === current ? "." + className : '', current, cache.sheet, true);
40
-
41
- if (!isBrowser && maybeStyles !== undefined) {
42
- stylesForSSR += maybeStyles;
43
- }
38
+ cache.insert(serialized === current ? "." + className : '', current, cache.sheet, true);
44
39
 
45
40
  current = current.next;
46
41
  } while (current !== undefined);
47
-
48
- if (!isBrowser && stylesForSSR.length !== 0) {
49
- return stylesForSSR;
50
- }
51
42
  }
52
43
  };
53
44
 
@@ -1,5 +1,5 @@
1
- import '../node_modules/react-is/index.js';
2
- import { r as reactIs$1 } from '../../../_virtual/index5.js';
1
+ import '../../react-is/index.js';
2
+ import { r as reactIs$1 } from '../../../_virtual/index3.js';
3
3
 
4
4
  var reactIs = reactIs$1.exports;
5
5
  var FORWARD_REF_STATICS = {
@@ -1,4 +1,4 @@
1
- import './node_modules/react-is/index.js';
1
+ import '../react-is/index.js';
2
2
  import objectAssign from '../object-assign/index.js';
3
3
  import ReactPropTypesSecret_1 from './lib/ReactPropTypesSecret.js';
4
4
  import has$1 from './lib/has.js';
@@ -1,5 +1,5 @@
1
1
  import { p as propTypes } from '../../_virtual/index2.js';
2
- import './node_modules/react-is/index.js';
2
+ import '../react-is/index.js';
3
3
  import factoryWithTypeCheckers from './factoryWithTypeCheckers.js';
4
4
  import factoryWithThrowingShims from './factoryWithThrowingShims.js';
5
5
  import { r as reactIs } from '../../_virtual/index3.js';
@@ -1,7 +1,7 @@
1
- import { __exports as reactIs_development } from '../../../../../_virtual/react-is.development2.js';
2
- export { __exports as default } from '../../../../../_virtual/react-is.development2.js';
1
+ import { __exports as reactIs_development } from '../../../_virtual/react-is.development.js';
2
+ export { __exports as default } from '../../../_virtual/react-is.development.js';
3
3
 
4
- /** @license React v16.13.1
4
+ /** @license React v17.0.2
5
5
  * react-is.development.js
6
6
  *
7
7
  * Copyright (c) Facebook, Inc. and its affiliates.
@@ -10,38 +10,77 @@ export { __exports as default } from '../../../../../_virtual/react-is.developme
10
10
  * LICENSE file in the root directory of this source tree.
11
11
  */
12
12
 
13
-
14
-
15
13
  if (process.env.NODE_ENV !== "production") {
16
14
  (function() {
17
15
 
16
+ // ATTENTION
17
+ // When adding new symbols to this file,
18
+ // Please consider also adding to 'react-devtools-shared/src/backend/ReactSymbols'
18
19
  // The Symbol used to tag the ReactElement-like types. If there is no native Symbol
19
20
  // nor polyfill, then a plain number is used for performance.
20
- var hasSymbol = typeof Symbol === 'function' && Symbol.for;
21
- var REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for('react.element') : 0xeac7;
22
- var REACT_PORTAL_TYPE = hasSymbol ? Symbol.for('react.portal') : 0xeaca;
23
- var REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for('react.fragment') : 0xeacb;
24
- var REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for('react.strict_mode') : 0xeacc;
25
- var REACT_PROFILER_TYPE = hasSymbol ? Symbol.for('react.profiler') : 0xead2;
26
- var REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for('react.provider') : 0xeacd;
27
- var REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for('react.context') : 0xeace; // TODO: We don't use AsyncMode or ConcurrentMode anymore. They were temporary
28
- // (unstable) APIs that have been removed. Can we remove the symbols?
29
-
30
- var REACT_ASYNC_MODE_TYPE = hasSymbol ? Symbol.for('react.async_mode') : 0xeacf;
31
- var REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for('react.concurrent_mode') : 0xeacf;
32
- var REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for('react.forward_ref') : 0xead0;
33
- var REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for('react.suspense') : 0xead1;
34
- var REACT_SUSPENSE_LIST_TYPE = hasSymbol ? Symbol.for('react.suspense_list') : 0xead8;
35
- var REACT_MEMO_TYPE = hasSymbol ? Symbol.for('react.memo') : 0xead3;
36
- var REACT_LAZY_TYPE = hasSymbol ? Symbol.for('react.lazy') : 0xead4;
37
- var REACT_BLOCK_TYPE = hasSymbol ? Symbol.for('react.block') : 0xead9;
38
- var REACT_FUNDAMENTAL_TYPE = hasSymbol ? Symbol.for('react.fundamental') : 0xead5;
39
- var REACT_RESPONDER_TYPE = hasSymbol ? Symbol.for('react.responder') : 0xead6;
40
- var REACT_SCOPE_TYPE = hasSymbol ? Symbol.for('react.scope') : 0xead7;
21
+ var REACT_ELEMENT_TYPE = 0xeac7;
22
+ var REACT_PORTAL_TYPE = 0xeaca;
23
+ var REACT_FRAGMENT_TYPE = 0xeacb;
24
+ var REACT_STRICT_MODE_TYPE = 0xeacc;
25
+ var REACT_PROFILER_TYPE = 0xead2;
26
+ var REACT_PROVIDER_TYPE = 0xeacd;
27
+ var REACT_CONTEXT_TYPE = 0xeace;
28
+ var REACT_FORWARD_REF_TYPE = 0xead0;
29
+ var REACT_SUSPENSE_TYPE = 0xead1;
30
+ var REACT_SUSPENSE_LIST_TYPE = 0xead8;
31
+ var REACT_MEMO_TYPE = 0xead3;
32
+ var REACT_LAZY_TYPE = 0xead4;
33
+ var REACT_BLOCK_TYPE = 0xead9;
34
+ var REACT_SERVER_BLOCK_TYPE = 0xeada;
35
+ var REACT_FUNDAMENTAL_TYPE = 0xead5;
36
+ var REACT_DEBUG_TRACING_MODE_TYPE = 0xeae1;
37
+ var REACT_LEGACY_HIDDEN_TYPE = 0xeae3;
38
+
39
+ if (typeof Symbol === 'function' && Symbol.for) {
40
+ var symbolFor = Symbol.for;
41
+ REACT_ELEMENT_TYPE = symbolFor('react.element');
42
+ REACT_PORTAL_TYPE = symbolFor('react.portal');
43
+ REACT_FRAGMENT_TYPE = symbolFor('react.fragment');
44
+ REACT_STRICT_MODE_TYPE = symbolFor('react.strict_mode');
45
+ REACT_PROFILER_TYPE = symbolFor('react.profiler');
46
+ REACT_PROVIDER_TYPE = symbolFor('react.provider');
47
+ REACT_CONTEXT_TYPE = symbolFor('react.context');
48
+ REACT_FORWARD_REF_TYPE = symbolFor('react.forward_ref');
49
+ REACT_SUSPENSE_TYPE = symbolFor('react.suspense');
50
+ REACT_SUSPENSE_LIST_TYPE = symbolFor('react.suspense_list');
51
+ REACT_MEMO_TYPE = symbolFor('react.memo');
52
+ REACT_LAZY_TYPE = symbolFor('react.lazy');
53
+ REACT_BLOCK_TYPE = symbolFor('react.block');
54
+ REACT_SERVER_BLOCK_TYPE = symbolFor('react.server.block');
55
+ REACT_FUNDAMENTAL_TYPE = symbolFor('react.fundamental');
56
+ symbolFor('react.scope');
57
+ symbolFor('react.opaque.id');
58
+ REACT_DEBUG_TRACING_MODE_TYPE = symbolFor('react.debug_trace_mode');
59
+ symbolFor('react.offscreen');
60
+ REACT_LEGACY_HIDDEN_TYPE = symbolFor('react.legacy_hidden');
61
+ }
62
+
63
+ // Filter certain DOM attributes (e.g. src, href) if their values are empty strings.
64
+
65
+ var enableScopeAPI = false; // Experimental Create Event Handle API.
41
66
 
42
67
  function isValidElementType(type) {
43
- return typeof type === 'string' || typeof type === 'function' || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
44
- type === REACT_FRAGMENT_TYPE || type === REACT_CONCURRENT_MODE_TYPE || type === REACT_PROFILER_TYPE || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || typeof type === 'object' && type !== null && (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || type.$$typeof === REACT_FUNDAMENTAL_TYPE || type.$$typeof === REACT_RESPONDER_TYPE || type.$$typeof === REACT_SCOPE_TYPE || type.$$typeof === REACT_BLOCK_TYPE);
68
+ if (typeof type === 'string' || typeof type === 'function') {
69
+ return true;
70
+ } // Note: typeof might be other than 'symbol' or 'number' (e.g. if it's a polyfill).
71
+
72
+
73
+ if (type === REACT_FRAGMENT_TYPE || type === REACT_PROFILER_TYPE || type === REACT_DEBUG_TRACING_MODE_TYPE || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || type === REACT_LEGACY_HIDDEN_TYPE || enableScopeAPI ) {
74
+ return true;
75
+ }
76
+
77
+ if (typeof type === 'object' && type !== null) {
78
+ if (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || type.$$typeof === REACT_FUNDAMENTAL_TYPE || type.$$typeof === REACT_BLOCK_TYPE || type[0] === REACT_SERVER_BLOCK_TYPE) {
79
+ return true;
80
+ }
81
+ }
82
+
83
+ return false;
45
84
  }
46
85
 
47
86
  function typeOf(object) {
@@ -53,12 +92,11 @@ function typeOf(object) {
53
92
  var type = object.type;
54
93
 
55
94
  switch (type) {
56
- case REACT_ASYNC_MODE_TYPE:
57
- case REACT_CONCURRENT_MODE_TYPE:
58
95
  case REACT_FRAGMENT_TYPE:
59
96
  case REACT_PROFILER_TYPE:
60
97
  case REACT_STRICT_MODE_TYPE:
61
98
  case REACT_SUSPENSE_TYPE:
99
+ case REACT_SUSPENSE_LIST_TYPE:
62
100
  return type;
63
101
 
64
102
  default:
@@ -84,10 +122,7 @@ function typeOf(object) {
84
122
  }
85
123
 
86
124
  return undefined;
87
- } // AsyncMode is deprecated along with isAsyncMode
88
-
89
- var AsyncMode = REACT_ASYNC_MODE_TYPE;
90
- var ConcurrentMode = REACT_CONCURRENT_MODE_TYPE;
125
+ }
91
126
  var ContextConsumer = REACT_CONTEXT_TYPE;
92
127
  var ContextProvider = REACT_PROVIDER_TYPE;
93
128
  var Element = REACT_ELEMENT_TYPE;
@@ -99,21 +134,30 @@ var Portal = REACT_PORTAL_TYPE;
99
134
  var Profiler = REACT_PROFILER_TYPE;
100
135
  var StrictMode = REACT_STRICT_MODE_TYPE;
101
136
  var Suspense = REACT_SUSPENSE_TYPE;
102
- var hasWarnedAboutDeprecatedIsAsyncMode = false; // AsyncMode should be deprecated
137
+ var hasWarnedAboutDeprecatedIsAsyncMode = false;
138
+ var hasWarnedAboutDeprecatedIsConcurrentMode = false; // AsyncMode should be deprecated
103
139
 
104
140
  function isAsyncMode(object) {
105
141
  {
106
142
  if (!hasWarnedAboutDeprecatedIsAsyncMode) {
107
143
  hasWarnedAboutDeprecatedIsAsyncMode = true; // Using console['warn'] to evade Babel and ESLint
108
144
 
109
- console['warn']('The ReactIs.isAsyncMode() alias has been deprecated, ' + 'and will be removed in React 17+. Update your code to use ' + 'ReactIs.isConcurrentMode() instead. It has the exact same API.');
145
+ console['warn']('The ReactIs.isAsyncMode() alias has been deprecated, ' + 'and will be removed in React 18+.');
110
146
  }
111
147
  }
112
148
 
113
- return isConcurrentMode(object) || typeOf(object) === REACT_ASYNC_MODE_TYPE;
149
+ return false;
114
150
  }
115
151
  function isConcurrentMode(object) {
116
- return typeOf(object) === REACT_CONCURRENT_MODE_TYPE;
152
+ {
153
+ if (!hasWarnedAboutDeprecatedIsConcurrentMode) {
154
+ hasWarnedAboutDeprecatedIsConcurrentMode = true; // Using console['warn'] to evade Babel and ESLint
155
+
156
+ console['warn']('The ReactIs.isConcurrentMode() alias has been deprecated, ' + 'and will be removed in React 18+.');
157
+ }
158
+ }
159
+
160
+ return false;
117
161
  }
118
162
  function isContextConsumer(object) {
119
163
  return typeOf(object) === REACT_CONTEXT_TYPE;
@@ -149,8 +193,6 @@ function isSuspense(object) {
149
193
  return typeOf(object) === REACT_SUSPENSE_TYPE;
150
194
  }
151
195
 
152
- reactIs_development.AsyncMode = AsyncMode;
153
- reactIs_development.ConcurrentMode = ConcurrentMode;
154
196
  reactIs_development.ContextConsumer = ContextConsumer;
155
197
  reactIs_development.ContextProvider = ContextProvider;
156
198
  reactIs_development.Element = Element;
@@ -0,0 +1,17 @@
1
+ import { __exports as reactIs_production_min } from '../../../_virtual/react-is.production.min.js';
2
+ export { __exports as default } from '../../../_virtual/react-is.production.min.js';
3
+
4
+ /** @license React v17.0.2
5
+ * react-is.production.min.js
6
+ *
7
+ * Copyright (c) Facebook, Inc. and its affiliates.
8
+ *
9
+ * This source code is licensed under the MIT license found in the
10
+ * LICENSE file in the root directory of this source tree.
11
+ */
12
+ var b=60103,c=60106,d=60107,e=60108,f=60114,g=60109,h=60110,k=60112,l=60113,m=60120,n=60115,p=60116,q=60121,r=60122,u=60117,v=60129,w=60131;
13
+ if("function"===typeof Symbol&&Symbol.for){var x=Symbol.for;b=x("react.element");c=x("react.portal");d=x("react.fragment");e=x("react.strict_mode");f=x("react.profiler");g=x("react.provider");h=x("react.context");k=x("react.forward_ref");l=x("react.suspense");m=x("react.suspense_list");n=x("react.memo");p=x("react.lazy");q=x("react.block");r=x("react.server.block");u=x("react.fundamental");v=x("react.debug_trace_mode");w=x("react.legacy_hidden");}
14
+ function y(a){if("object"===typeof a&&null!==a){var t=a.$$typeof;switch(t){case b:switch(a=a.type,a){case d:case f:case e:case l:case m:return a;default:switch(a=a&&a.$$typeof,a){case h:case k:case p:case n:case g:return a;default:return t}}case c:return t}}}var z=g,A=b,B=k,C=d,D=p,E=n,F=c,G=f,H=e,I=l;reactIs_production_min.ContextConsumer=h;reactIs_production_min.ContextProvider=z;reactIs_production_min.Element=A;reactIs_production_min.ForwardRef=B;reactIs_production_min.Fragment=C;reactIs_production_min.Lazy=D;reactIs_production_min.Memo=E;reactIs_production_min.Portal=F;reactIs_production_min.Profiler=G;reactIs_production_min.StrictMode=H;
15
+ reactIs_production_min.Suspense=I;reactIs_production_min.isAsyncMode=function(){return !1};reactIs_production_min.isConcurrentMode=function(){return !1};reactIs_production_min.isContextConsumer=function(a){return y(a)===h};reactIs_production_min.isContextProvider=function(a){return y(a)===g};reactIs_production_min.isElement=function(a){return "object"===typeof a&&null!==a&&a.$$typeof===b};reactIs_production_min.isForwardRef=function(a){return y(a)===k};reactIs_production_min.isFragment=function(a){return y(a)===d};reactIs_production_min.isLazy=function(a){return y(a)===p};reactIs_production_min.isMemo=function(a){return y(a)===n};
16
+ reactIs_production_min.isPortal=function(a){return y(a)===c};reactIs_production_min.isProfiler=function(a){return y(a)===f};reactIs_production_min.isStrictMode=function(a){return y(a)===e};reactIs_production_min.isSuspense=function(a){return y(a)===l};reactIs_production_min.isValidElementType=function(a){return "string"===typeof a||"function"===typeof a||a===d||a===f||a===v||a===e||a===l||a===m||a===w||"object"===typeof a&&null!==a&&(a.$$typeof===p||a.$$typeof===n||a.$$typeof===g||a.$$typeof===h||a.$$typeof===k||a.$$typeof===u||a.$$typeof===q||a[0]===r)?!0:!1};
17
+ reactIs_production_min.typeOf=y;
@@ -0,0 +1,11 @@
1
+ import { r as reactIs } from '../../_virtual/index3.js';
2
+ import './cjs/react-is.production.min.js';
3
+ import './cjs/react-is.development.js';
4
+ import { __exports as reactIs_production_min } from '../../_virtual/react-is.production.min.js';
5
+ import { __exports as reactIs_development } from '../../_virtual/react-is.development.js';
6
+
7
+ if (process.env.NODE_ENV === 'production') {
8
+ reactIs.exports = reactIs_production_min;
9
+ } else {
10
+ reactIs.exports = reactIs_development;
11
+ }
@@ -7,7 +7,7 @@ import _createSuper from '../../@babel/runtime/helpers/esm/createSuper.js';
7
7
  import _toConsumableArray from '../../@babel/runtime/helpers/esm/toConsumableArray.js';
8
8
  import '../../react/index.js';
9
9
  import { z as isTouchCapable, A as isMobileDevice, B as multiValueAsValue, C as singleValueAsValue, D as valueTernary, E as classNames, F as defaultComponents, G as isDocumentElement, H as cleanValue, I as scrollIntoView, J as noop, M as MenuPlacer, r as removeProps, a as clearIndicatorCSS, b as containerCSS, d as css$1, e as dropdownIndicatorCSS, g as groupCSS, f as groupHeadingCSS, i as indicatorsContainerCSS, h as indicatorSeparatorCSS, j as inputCSS, l as loadingIndicatorCSS, k as loadingMessageCSS, m as menuCSS, n as menuListCSS, o as menuPortalCSS, p as multiValueCSS, q as multiValueLabelCSS, t as multiValueRemoveCSS, u as noOptionsMessageCSS, v as optionCSS, w as placeholderCSS, x as css$2, y as valueContainerCSS, K as notNullish, s as supportsPassiveEvents } from './index-641ee5b8.esm.js';
10
- import { createElement as jsx, css } from '../../@emotion/react/dist/emotion-react.esm.js';
10
+ import { createElement as jsx, css } from '../../@emotion/react/dist/emotion-react.browser.esm.js';
11
11
  import memoizeOne from '../../memoize-one/dist/memoize-one.esm.js';
12
12
  import _objectWithoutProperties from '../../@babel/runtime/helpers/esm/objectWithoutProperties.js';
13
13
  import { r as react } from '../../../_virtual/index.js';
@@ -1,6 +1,6 @@
1
1
  import _objectSpread2 from '../../@babel/runtime/helpers/esm/objectSpread2.js';
2
2
  import _extends from '../../@babel/runtime/helpers/esm/extends.js';
3
- import { keyframes, createElement as jsx, css as css$2 } from '../../@emotion/react/dist/emotion-react.esm.js';
3
+ import { keyframes, createElement as jsx, css as css$2 } from '../../@emotion/react/dist/emotion-react.browser.esm.js';
4
4
  import _slicedToArray from '../../@babel/runtime/helpers/esm/slicedToArray.js';
5
5
  import _objectWithoutProperties from '../../@babel/runtime/helpers/esm/objectWithoutProperties.js';
6
6
  import _typeof from '../../@babel/runtime/helpers/esm/typeof.js';
@@ -9,7 +9,7 @@ import _defineProperty from '../../@babel/runtime/helpers/esm/defineProperty.js'
9
9
  import '../../react/index.js';
10
10
  import '../../react-dom/index.js';
11
11
  import { autoUpdate } from '../../@floating-ui/dom/dist/floating-ui.dom.mjs.js';
12
- import index from '../../use-isomorphic-layout-effect/dist/use-isomorphic-layout-effect.esm.js';
12
+ import index from '../../use-isomorphic-layout-effect/dist/use-isomorphic-layout-effect.browser.esm.js';
13
13
  import { r as react } from '../../../_virtual/index.js';
14
14
  import { r as reactDom } from '../../../_virtual/index4.js';
15
15
 
@@ -0,0 +1,6 @@
1
+ import '../../react/index.js';
2
+ import { r as react } from '../../../_virtual/index.js';
3
+
4
+ var index = react.exports.useLayoutEffect ;
5
+
6
+ export { index as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ntbjs/react-components",
3
- "version": "2.0.0-rc.3",
3
+ "version": "2.0.0-rc.5",
4
4
  "description": "NTBs common front-end design utilities and React components.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -1,7 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var reactIs = {exports: {}};
6
-
7
- exports.reactIs = reactIs;
@@ -1,7 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var reactIs_development = {};
6
-
7
- exports.__exports = reactIs_development;
@@ -1,7 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var reactIs_production_min = {};
6
-
7
- exports.__exports = reactIs_production_min;
@@ -1,20 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var weakMemoize = function weakMemoize(func) {
6
- var cache = new WeakMap();
7
- return function (arg) {
8
- if (cache.has(arg)) {
9
- // Use non-null assertion because we just checked that the cache `has` it
10
- // This allows us to remove `undefined` from the return value
11
- return cache.get(arg);
12
- }
13
-
14
- var ret = func(arg);
15
- cache.set(arg, ret);
16
- return ret;
17
- };
18
- };
19
-
20
- exports["default"] = weakMemoize;
@@ -1,22 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var reactIs_production_min = require('../../../../../_virtual/react-is.production.min2.js');
6
-
7
- /** @license React v16.13.1
8
- * react-is.production.min.js
9
- *
10
- * Copyright (c) Facebook, Inc. and its affiliates.
11
- *
12
- * This source code is licensed under the MIT license found in the
13
- * LICENSE file in the root directory of this source tree.
14
- */
15
- var b="function"===typeof Symbol&&Symbol.for,c=b?Symbol.for("react.element"):60103,d=b?Symbol.for("react.portal"):60106,e=b?Symbol.for("react.fragment"):60107,f=b?Symbol.for("react.strict_mode"):60108,g=b?Symbol.for("react.profiler"):60114,h=b?Symbol.for("react.provider"):60109,k=b?Symbol.for("react.context"):60110,l=b?Symbol.for("react.async_mode"):60111,m=b?Symbol.for("react.concurrent_mode"):60111,n=b?Symbol.for("react.forward_ref"):60112,p=b?Symbol.for("react.suspense"):60113,q=b?
16
- Symbol.for("react.suspense_list"):60120,r=b?Symbol.for("react.memo"):60115,t=b?Symbol.for("react.lazy"):60116,v=b?Symbol.for("react.block"):60121,w=b?Symbol.for("react.fundamental"):60117,x=b?Symbol.for("react.responder"):60118,y=b?Symbol.for("react.scope"):60119;
17
- function z(a){if("object"===typeof a&&null!==a){var u=a.$$typeof;switch(u){case c:switch(a=a.type,a){case l:case m:case e:case g:case f:case p:return a;default:switch(a=a&&a.$$typeof,a){case k:case n:case t:case r:case h:return a;default:return u}}case d:return u}}}function A(a){return z(a)===m}reactIs_production_min.__exports.AsyncMode=l;reactIs_production_min.__exports.ConcurrentMode=m;reactIs_production_min.__exports.ContextConsumer=k;reactIs_production_min.__exports.ContextProvider=h;reactIs_production_min.__exports.Element=c;reactIs_production_min.__exports.ForwardRef=n;reactIs_production_min.__exports.Fragment=e;reactIs_production_min.__exports.Lazy=t;reactIs_production_min.__exports.Memo=r;reactIs_production_min.__exports.Portal=d;
18
- reactIs_production_min.__exports.Profiler=g;reactIs_production_min.__exports.StrictMode=f;reactIs_production_min.__exports.Suspense=p;reactIs_production_min.__exports.isAsyncMode=function(a){return A(a)||z(a)===l};reactIs_production_min.__exports.isConcurrentMode=A;reactIs_production_min.__exports.isContextConsumer=function(a){return z(a)===k};reactIs_production_min.__exports.isContextProvider=function(a){return z(a)===h};reactIs_production_min.__exports.isElement=function(a){return "object"===typeof a&&null!==a&&a.$$typeof===c};reactIs_production_min.__exports.isForwardRef=function(a){return z(a)===n};reactIs_production_min.__exports.isFragment=function(a){return z(a)===e};reactIs_production_min.__exports.isLazy=function(a){return z(a)===t};
19
- reactIs_production_min.__exports.isMemo=function(a){return z(a)===r};reactIs_production_min.__exports.isPortal=function(a){return z(a)===d};reactIs_production_min.__exports.isProfiler=function(a){return z(a)===g};reactIs_production_min.__exports.isStrictMode=function(a){return z(a)===f};reactIs_production_min.__exports.isSuspense=function(a){return z(a)===p};
20
- reactIs_production_min.__exports.isValidElementType=function(a){return "string"===typeof a||"function"===typeof a||a===e||a===m||a===g||a===f||a===p||a===q||"object"===typeof a&&null!==a&&(a.$$typeof===t||a.$$typeof===r||a.$$typeof===h||a.$$typeof===k||a.$$typeof===n||a.$$typeof===w||a.$$typeof===x||a.$$typeof===y||a.$$typeof===v)};reactIs_production_min.__exports.typeOf=z;
21
-
22
- exports["default"] = reactIs_production_min.__exports;
@@ -1,13 +0,0 @@
1
- 'use strict';
2
-
3
- var index = require('../../../../_virtual/index5.js');
4
- require('./cjs/react-is.production.min.js');
5
- require('./cjs/react-is.development.js');
6
- var reactIs_production_min = require('../../../../_virtual/react-is.production.min2.js');
7
- var reactIs_development = require('../../../../_virtual/react-is.development2.js');
8
-
9
- if (process.env.NODE_ENV === 'production') {
10
- index.reactIs.exports = reactIs_production_min.__exports;
11
- } else {
12
- index.reactIs.exports = reactIs_development.__exports;
13
- }
@@ -1,186 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var reactIs_development = require('../../../../../_virtual/react-is.development.js');
6
-
7
- /** @license React v16.13.1
8
- * react-is.development.js
9
- *
10
- * Copyright (c) Facebook, Inc. and its affiliates.
11
- *
12
- * This source code is licensed under the MIT license found in the
13
- * LICENSE file in the root directory of this source tree.
14
- */
15
-
16
-
17
-
18
- if (process.env.NODE_ENV !== "production") {
19
- (function() {
20
-
21
- // The Symbol used to tag the ReactElement-like types. If there is no native Symbol
22
- // nor polyfill, then a plain number is used for performance.
23
- var hasSymbol = typeof Symbol === 'function' && Symbol.for;
24
- var REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for('react.element') : 0xeac7;
25
- var REACT_PORTAL_TYPE = hasSymbol ? Symbol.for('react.portal') : 0xeaca;
26
- var REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for('react.fragment') : 0xeacb;
27
- var REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for('react.strict_mode') : 0xeacc;
28
- var REACT_PROFILER_TYPE = hasSymbol ? Symbol.for('react.profiler') : 0xead2;
29
- var REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for('react.provider') : 0xeacd;
30
- var REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for('react.context') : 0xeace; // TODO: We don't use AsyncMode or ConcurrentMode anymore. They were temporary
31
- // (unstable) APIs that have been removed. Can we remove the symbols?
32
-
33
- var REACT_ASYNC_MODE_TYPE = hasSymbol ? Symbol.for('react.async_mode') : 0xeacf;
34
- var REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for('react.concurrent_mode') : 0xeacf;
35
- var REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for('react.forward_ref') : 0xead0;
36
- var REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for('react.suspense') : 0xead1;
37
- var REACT_SUSPENSE_LIST_TYPE = hasSymbol ? Symbol.for('react.suspense_list') : 0xead8;
38
- var REACT_MEMO_TYPE = hasSymbol ? Symbol.for('react.memo') : 0xead3;
39
- var REACT_LAZY_TYPE = hasSymbol ? Symbol.for('react.lazy') : 0xead4;
40
- var REACT_BLOCK_TYPE = hasSymbol ? Symbol.for('react.block') : 0xead9;
41
- var REACT_FUNDAMENTAL_TYPE = hasSymbol ? Symbol.for('react.fundamental') : 0xead5;
42
- var REACT_RESPONDER_TYPE = hasSymbol ? Symbol.for('react.responder') : 0xead6;
43
- var REACT_SCOPE_TYPE = hasSymbol ? Symbol.for('react.scope') : 0xead7;
44
-
45
- function isValidElementType(type) {
46
- return typeof type === 'string' || typeof type === 'function' || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
47
- type === REACT_FRAGMENT_TYPE || type === REACT_CONCURRENT_MODE_TYPE || type === REACT_PROFILER_TYPE || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || typeof type === 'object' && type !== null && (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || type.$$typeof === REACT_FUNDAMENTAL_TYPE || type.$$typeof === REACT_RESPONDER_TYPE || type.$$typeof === REACT_SCOPE_TYPE || type.$$typeof === REACT_BLOCK_TYPE);
48
- }
49
-
50
- function typeOf(object) {
51
- if (typeof object === 'object' && object !== null) {
52
- var $$typeof = object.$$typeof;
53
-
54
- switch ($$typeof) {
55
- case REACT_ELEMENT_TYPE:
56
- var type = object.type;
57
-
58
- switch (type) {
59
- case REACT_ASYNC_MODE_TYPE:
60
- case REACT_CONCURRENT_MODE_TYPE:
61
- case REACT_FRAGMENT_TYPE:
62
- case REACT_PROFILER_TYPE:
63
- case REACT_STRICT_MODE_TYPE:
64
- case REACT_SUSPENSE_TYPE:
65
- return type;
66
-
67
- default:
68
- var $$typeofType = type && type.$$typeof;
69
-
70
- switch ($$typeofType) {
71
- case REACT_CONTEXT_TYPE:
72
- case REACT_FORWARD_REF_TYPE:
73
- case REACT_LAZY_TYPE:
74
- case REACT_MEMO_TYPE:
75
- case REACT_PROVIDER_TYPE:
76
- return $$typeofType;
77
-
78
- default:
79
- return $$typeof;
80
- }
81
-
82
- }
83
-
84
- case REACT_PORTAL_TYPE:
85
- return $$typeof;
86
- }
87
- }
88
-
89
- return undefined;
90
- } // AsyncMode is deprecated along with isAsyncMode
91
-
92
- var AsyncMode = REACT_ASYNC_MODE_TYPE;
93
- var ConcurrentMode = REACT_CONCURRENT_MODE_TYPE;
94
- var ContextConsumer = REACT_CONTEXT_TYPE;
95
- var ContextProvider = REACT_PROVIDER_TYPE;
96
- var Element = REACT_ELEMENT_TYPE;
97
- var ForwardRef = REACT_FORWARD_REF_TYPE;
98
- var Fragment = REACT_FRAGMENT_TYPE;
99
- var Lazy = REACT_LAZY_TYPE;
100
- var Memo = REACT_MEMO_TYPE;
101
- var Portal = REACT_PORTAL_TYPE;
102
- var Profiler = REACT_PROFILER_TYPE;
103
- var StrictMode = REACT_STRICT_MODE_TYPE;
104
- var Suspense = REACT_SUSPENSE_TYPE;
105
- var hasWarnedAboutDeprecatedIsAsyncMode = false; // AsyncMode should be deprecated
106
-
107
- function isAsyncMode(object) {
108
- {
109
- if (!hasWarnedAboutDeprecatedIsAsyncMode) {
110
- hasWarnedAboutDeprecatedIsAsyncMode = true; // Using console['warn'] to evade Babel and ESLint
111
-
112
- console['warn']('The ReactIs.isAsyncMode() alias has been deprecated, ' + 'and will be removed in React 17+. Update your code to use ' + 'ReactIs.isConcurrentMode() instead. It has the exact same API.');
113
- }
114
- }
115
-
116
- return isConcurrentMode(object) || typeOf(object) === REACT_ASYNC_MODE_TYPE;
117
- }
118
- function isConcurrentMode(object) {
119
- return typeOf(object) === REACT_CONCURRENT_MODE_TYPE;
120
- }
121
- function isContextConsumer(object) {
122
- return typeOf(object) === REACT_CONTEXT_TYPE;
123
- }
124
- function isContextProvider(object) {
125
- return typeOf(object) === REACT_PROVIDER_TYPE;
126
- }
127
- function isElement(object) {
128
- return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;
129
- }
130
- function isForwardRef(object) {
131
- return typeOf(object) === REACT_FORWARD_REF_TYPE;
132
- }
133
- function isFragment(object) {
134
- return typeOf(object) === REACT_FRAGMENT_TYPE;
135
- }
136
- function isLazy(object) {
137
- return typeOf(object) === REACT_LAZY_TYPE;
138
- }
139
- function isMemo(object) {
140
- return typeOf(object) === REACT_MEMO_TYPE;
141
- }
142
- function isPortal(object) {
143
- return typeOf(object) === REACT_PORTAL_TYPE;
144
- }
145
- function isProfiler(object) {
146
- return typeOf(object) === REACT_PROFILER_TYPE;
147
- }
148
- function isStrictMode(object) {
149
- return typeOf(object) === REACT_STRICT_MODE_TYPE;
150
- }
151
- function isSuspense(object) {
152
- return typeOf(object) === REACT_SUSPENSE_TYPE;
153
- }
154
-
155
- reactIs_development.__exports.AsyncMode = AsyncMode;
156
- reactIs_development.__exports.ConcurrentMode = ConcurrentMode;
157
- reactIs_development.__exports.ContextConsumer = ContextConsumer;
158
- reactIs_development.__exports.ContextProvider = ContextProvider;
159
- reactIs_development.__exports.Element = Element;
160
- reactIs_development.__exports.ForwardRef = ForwardRef;
161
- reactIs_development.__exports.Fragment = Fragment;
162
- reactIs_development.__exports.Lazy = Lazy;
163
- reactIs_development.__exports.Memo = Memo;
164
- reactIs_development.__exports.Portal = Portal;
165
- reactIs_development.__exports.Profiler = Profiler;
166
- reactIs_development.__exports.StrictMode = StrictMode;
167
- reactIs_development.__exports.Suspense = Suspense;
168
- reactIs_development.__exports.isAsyncMode = isAsyncMode;
169
- reactIs_development.__exports.isConcurrentMode = isConcurrentMode;
170
- reactIs_development.__exports.isContextConsumer = isContextConsumer;
171
- reactIs_development.__exports.isContextProvider = isContextProvider;
172
- reactIs_development.__exports.isElement = isElement;
173
- reactIs_development.__exports.isForwardRef = isForwardRef;
174
- reactIs_development.__exports.isFragment = isFragment;
175
- reactIs_development.__exports.isLazy = isLazy;
176
- reactIs_development.__exports.isMemo = isMemo;
177
- reactIs_development.__exports.isPortal = isPortal;
178
- reactIs_development.__exports.isProfiler = isProfiler;
179
- reactIs_development.__exports.isStrictMode = isStrictMode;
180
- reactIs_development.__exports.isSuspense = isSuspense;
181
- reactIs_development.__exports.isValidElementType = isValidElementType;
182
- reactIs_development.__exports.typeOf = typeOf;
183
- })();
184
- }
185
-
186
- exports["default"] = reactIs_development.__exports;
@@ -1,22 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var reactIs_production_min = require('../../../../../_virtual/react-is.production.min.js');
6
-
7
- /** @license React v16.13.1
8
- * react-is.production.min.js
9
- *
10
- * Copyright (c) Facebook, Inc. and its affiliates.
11
- *
12
- * This source code is licensed under the MIT license found in the
13
- * LICENSE file in the root directory of this source tree.
14
- */
15
- var b="function"===typeof Symbol&&Symbol.for,c=b?Symbol.for("react.element"):60103,d=b?Symbol.for("react.portal"):60106,e=b?Symbol.for("react.fragment"):60107,f=b?Symbol.for("react.strict_mode"):60108,g=b?Symbol.for("react.profiler"):60114,h=b?Symbol.for("react.provider"):60109,k=b?Symbol.for("react.context"):60110,l=b?Symbol.for("react.async_mode"):60111,m=b?Symbol.for("react.concurrent_mode"):60111,n=b?Symbol.for("react.forward_ref"):60112,p=b?Symbol.for("react.suspense"):60113,q=b?
16
- Symbol.for("react.suspense_list"):60120,r=b?Symbol.for("react.memo"):60115,t=b?Symbol.for("react.lazy"):60116,v=b?Symbol.for("react.block"):60121,w=b?Symbol.for("react.fundamental"):60117,x=b?Symbol.for("react.responder"):60118,y=b?Symbol.for("react.scope"):60119;
17
- function z(a){if("object"===typeof a&&null!==a){var u=a.$$typeof;switch(u){case c:switch(a=a.type,a){case l:case m:case e:case g:case f:case p:return a;default:switch(a=a&&a.$$typeof,a){case k:case n:case t:case r:case h:return a;default:return u}}case d:return u}}}function A(a){return z(a)===m}reactIs_production_min.__exports.AsyncMode=l;reactIs_production_min.__exports.ConcurrentMode=m;reactIs_production_min.__exports.ContextConsumer=k;reactIs_production_min.__exports.ContextProvider=h;reactIs_production_min.__exports.Element=c;reactIs_production_min.__exports.ForwardRef=n;reactIs_production_min.__exports.Fragment=e;reactIs_production_min.__exports.Lazy=t;reactIs_production_min.__exports.Memo=r;reactIs_production_min.__exports.Portal=d;
18
- reactIs_production_min.__exports.Profiler=g;reactIs_production_min.__exports.StrictMode=f;reactIs_production_min.__exports.Suspense=p;reactIs_production_min.__exports.isAsyncMode=function(a){return A(a)||z(a)===l};reactIs_production_min.__exports.isConcurrentMode=A;reactIs_production_min.__exports.isContextConsumer=function(a){return z(a)===k};reactIs_production_min.__exports.isContextProvider=function(a){return z(a)===h};reactIs_production_min.__exports.isElement=function(a){return "object"===typeof a&&null!==a&&a.$$typeof===c};reactIs_production_min.__exports.isForwardRef=function(a){return z(a)===n};reactIs_production_min.__exports.isFragment=function(a){return z(a)===e};reactIs_production_min.__exports.isLazy=function(a){return z(a)===t};
19
- reactIs_production_min.__exports.isMemo=function(a){return z(a)===r};reactIs_production_min.__exports.isPortal=function(a){return z(a)===d};reactIs_production_min.__exports.isProfiler=function(a){return z(a)===g};reactIs_production_min.__exports.isStrictMode=function(a){return z(a)===f};reactIs_production_min.__exports.isSuspense=function(a){return z(a)===p};
20
- reactIs_production_min.__exports.isValidElementType=function(a){return "string"===typeof a||"function"===typeof a||a===e||a===m||a===g||a===f||a===p||a===q||"object"===typeof a&&null!==a&&(a.$$typeof===t||a.$$typeof===r||a.$$typeof===h||a.$$typeof===k||a.$$typeof===n||a.$$typeof===w||a.$$typeof===x||a.$$typeof===y||a.$$typeof===v)};reactIs_production_min.__exports.typeOf=z;
21
-
22
- exports["default"] = reactIs_production_min.__exports;
@@ -1,3 +0,0 @@
1
- var reactIs = {exports: {}};
2
-
3
- export { reactIs as r };
@@ -1,3 +0,0 @@
1
- var reactIs_development = {};
2
-
3
- export { reactIs_development as __exports };