@bigbinary/neeto-integrations-frontend 3.1.0 → 3.1.2

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 (90) hide show
  1. package/dist/Connect.js +99 -0
  2. package/dist/Connect.js.map +1 -0
  3. package/dist/Daily.js +38 -743
  4. package/dist/Daily.js.map +1 -1
  5. package/dist/DailyForm.js +28 -0
  6. package/dist/DailyForm.js.map +1 -0
  7. package/dist/Demo.js +95 -0
  8. package/dist/Demo.js.map +1 -0
  9. package/dist/DisconnectAlert.js +66 -0
  10. package/dist/DisconnectAlert.js.map +1 -0
  11. package/dist/Finish.js +87 -0
  12. package/dist/Finish.js.map +1 -0
  13. package/dist/Form-7001e768.js +174 -0
  14. package/dist/Form-7001e768.js.map +1 -0
  15. package/dist/Form-f0bbc792.js +211 -0
  16. package/dist/Form-f0bbc792.js.map +1 -0
  17. package/dist/GoogleCalendar.js +127 -0
  18. package/dist/GoogleCalendar.js.map +1 -0
  19. package/dist/Manage.js +164 -0
  20. package/dist/Manage.js.map +1 -0
  21. package/dist/Modal.js +84 -0
  22. package/dist/Modal.js.map +1 -0
  23. package/dist/Twilio.js +5 -108
  24. package/dist/Twilio.js.map +1 -1
  25. package/dist/WalkthroughModal.js +51 -0
  26. package/dist/WalkthroughModal.js.map +1 -0
  27. package/dist/ZapierForm.js +13 -102
  28. package/dist/ZapierForm.js.map +1 -1
  29. package/dist/Zoom.js +22 -848
  30. package/dist/Zoom.js.map +1 -1
  31. package/dist/cjs/Connect.js +106 -0
  32. package/dist/cjs/Connect.js.map +1 -0
  33. package/dist/cjs/Daily.js +158 -0
  34. package/dist/cjs/Daily.js.map +1 -0
  35. package/dist/cjs/DailyForm.js +34 -0
  36. package/dist/cjs/DailyForm.js.map +1 -0
  37. package/dist/cjs/Demo.js +102 -0
  38. package/dist/cjs/Demo.js.map +1 -0
  39. package/dist/cjs/DisconnectAlert.js +73 -0
  40. package/dist/cjs/DisconnectAlert.js.map +1 -0
  41. package/dist/cjs/Finish.js +113 -0
  42. package/dist/cjs/Finish.js.map +1 -0
  43. package/dist/cjs/GoogleCalendar.js +137 -0
  44. package/dist/cjs/GoogleCalendar.js.map +1 -0
  45. package/dist/cjs/Manage.js +174 -0
  46. package/dist/cjs/Manage.js.map +1 -0
  47. package/dist/cjs/Modal.js +92 -0
  48. package/dist/cjs/Modal.js.map +1 -0
  49. package/dist/{Twilio.cjs.js → cjs/Twilio.js} +22 -125
  50. package/dist/cjs/Twilio.js.map +1 -0
  51. package/dist/cjs/WalkthroughModal.js +60 -0
  52. package/dist/cjs/WalkthroughModal.js.map +1 -0
  53. package/dist/{ZapierForm.cjs.js → cjs/ZapierForm.js} +25 -114
  54. package/dist/cjs/ZapierForm.js.map +1 -0
  55. package/dist/cjs/Zoom.js +134 -0
  56. package/dist/cjs/Zoom.js.map +1 -0
  57. package/dist/cjs/index.js +71 -0
  58. package/dist/cjs/index.js.map +1 -0
  59. package/dist/defineProperty-e90a259c.js +43 -0
  60. package/dist/defineProperty-e90a259c.js.map +1 -0
  61. package/dist/defineProperty-f3094d6c.js +45 -0
  62. package/dist/defineProperty-f3094d6c.js.map +1 -0
  63. package/dist/index-2f3a953b.js +86 -0
  64. package/dist/index-2f3a953b.js.map +1 -0
  65. package/dist/index-4bda54e6.js +84 -0
  66. package/dist/index-4bda54e6.js.map +1 -0
  67. package/dist/index.js +51 -1453
  68. package/dist/index.js.map +1 -1
  69. package/dist/query-4f9552ab.js +21 -0
  70. package/dist/query-4f9552ab.js.map +1 -0
  71. package/dist/query-62fcdf0a.js +15 -0
  72. package/dist/query-62fcdf0a.js.map +1 -0
  73. package/dist/slicedToArray-b4278ecd.js +57 -0
  74. package/dist/slicedToArray-b4278ecd.js.map +1 -0
  75. package/dist/slicedToArray-f320d9e7.js +61 -0
  76. package/dist/slicedToArray-f320d9e7.js.map +1 -0
  77. package/package.json +18 -16
  78. package/types.d.ts +17 -0
  79. package/dist/Daily.cjs.js +0 -896
  80. package/dist/Daily.cjs.js.map +0 -1
  81. package/dist/GoogleCalender.cjs.js +0 -1065
  82. package/dist/GoogleCalender.cjs.js.map +0 -1
  83. package/dist/GoogleCalender.js +0 -1019
  84. package/dist/GoogleCalender.js.map +0 -1
  85. package/dist/Twilio.cjs.js.map +0 -1
  86. package/dist/ZapierForm.cjs.js.map +0 -1
  87. package/dist/Zoom.cjs.js +0 -995
  88. package/dist/Zoom.cjs.js.map +0 -1
  89. package/dist/index.cjs.js +0 -1524
  90. package/dist/index.cjs.js.map +0 -1
@@ -0,0 +1,45 @@
1
+ 'use strict';
2
+
3
+ function _typeof(o) {
4
+ "@babel/helpers - typeof";
5
+
6
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
7
+ return typeof o;
8
+ } : function (o) {
9
+ return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
10
+ }, _typeof(o);
11
+ }
12
+
13
+ function _toPrimitive(input, hint) {
14
+ if (_typeof(input) !== "object" || input === null) return input;
15
+ var prim = input[Symbol.toPrimitive];
16
+ if (prim !== undefined) {
17
+ var res = prim.call(input, hint || "default");
18
+ if (_typeof(res) !== "object") return res;
19
+ throw new TypeError("@@toPrimitive must return a primitive value.");
20
+ }
21
+ return (hint === "string" ? String : Number)(input);
22
+ }
23
+
24
+ function _toPropertyKey(arg) {
25
+ var key = _toPrimitive(arg, "string");
26
+ return _typeof(key) === "symbol" ? key : String(key);
27
+ }
28
+
29
+ function _defineProperty(obj, key, value) {
30
+ key = _toPropertyKey(key);
31
+ if (key in obj) {
32
+ Object.defineProperty(obj, key, {
33
+ value: value,
34
+ enumerable: true,
35
+ configurable: true,
36
+ writable: true
37
+ });
38
+ } else {
39
+ obj[key] = value;
40
+ }
41
+ return obj;
42
+ }
43
+
44
+ exports._defineProperty = _defineProperty;
45
+ //# sourceMappingURL=defineProperty-f3094d6c.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"defineProperty-f3094d6c.js","sources":["../node_modules/@babel/runtime/helpers/esm/typeof.js","../node_modules/@babel/runtime/helpers/esm/toPrimitive.js","../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js","../node_modules/@babel/runtime/helpers/esm/defineProperty.js"],"sourcesContent":["export default function _typeof(o) {\n \"@babel/helpers - typeof\";\n\n return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) {\n return typeof o;\n } : function (o) {\n return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o;\n }, _typeof(o);\n}","import _typeof from \"./typeof.js\";\nexport default function _toPrimitive(input, hint) {\n if (_typeof(input) !== \"object\" || input === null) return input;\n var prim = input[Symbol.toPrimitive];\n if (prim !== undefined) {\n var res = prim.call(input, hint || \"default\");\n if (_typeof(res) !== \"object\") return res;\n throw new TypeError(\"@@toPrimitive must return a primitive value.\");\n }\n return (hint === \"string\" ? String : Number)(input);\n}","import _typeof from \"./typeof.js\";\nimport toPrimitive from \"./toPrimitive.js\";\nexport default function _toPropertyKey(arg) {\n var key = toPrimitive(arg, \"string\");\n return _typeof(key) === \"symbol\" ? key : String(key);\n}","import toPropertyKey from \"./toPropertyKey.js\";\nexport default function _defineProperty(obj, key, value) {\n key = toPropertyKey(key);\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n } else {\n obj[key] = value;\n }\n return obj;\n}"],"names":["_typeof","o","Symbol","iterator","constructor","prototype","_toPrimitive","input","hint","prim","toPrimitive","undefined","res","call","TypeError","String","Number","_toPropertyKey","arg","key","_defineProperty","obj","value","toPropertyKey","Object","defineProperty","enumerable","configurable","writable"],"mappings":";;AAAe,SAASA,OAAOA,CAACC,CAAC,EAAE;EACjC,yBAAyB,CAAA;;AAEzB,EAAA,OAAOD,OAAO,GAAG,UAAU,IAAI,OAAOE,MAAM,IAAI,QAAQ,IAAI,OAAOA,MAAM,CAACC,QAAQ,GAAG,UAAUF,CAAC,EAAE;AAChG,IAAA,OAAO,OAAOA,CAAC,CAAA;GAChB,GAAG,UAAUA,CAAC,EAAE;IACf,OAAOA,CAAC,IAAI,UAAU,IAAI,OAAOC,MAAM,IAAID,CAAC,CAACG,WAAW,KAAKF,MAAM,IAAID,CAAC,KAAKC,MAAM,CAACG,SAAS,GAAG,QAAQ,GAAG,OAAOJ,CAAC,CAAA;AACrH,GAAC,EAAED,OAAO,CAACC,CAAC,CAAC,CAAA;AACf;;ACPe,SAASK,YAAYA,CAACC,KAAK,EAAEC,IAAI,EAAE;AAChD,EAAA,IAAIR,OAAO,CAACO,KAAK,CAAC,KAAK,QAAQ,IAAIA,KAAK,KAAK,IAAI,EAAE,OAAOA,KAAK,CAAA;AAC/D,EAAA,IAAIE,IAAI,GAAGF,KAAK,CAACL,MAAM,CAACQ,WAAW,CAAC,CAAA;EACpC,IAAID,IAAI,KAAKE,SAAS,EAAE;IACtB,IAAIC,GAAG,GAAGH,IAAI,CAACI,IAAI,CAACN,KAAK,EAAEC,IAAI,IAAI,SAAS,CAAC,CAAA;IAC7C,IAAIR,OAAO,CAACY,GAAG,CAAC,KAAK,QAAQ,EAAE,OAAOA,GAAG,CAAA;AACzC,IAAA,MAAM,IAAIE,SAAS,CAAC,8CAA8C,CAAC,CAAA;AACrE,GAAA;EACA,OAAO,CAACN,IAAI,KAAK,QAAQ,GAAGO,MAAM,GAAGC,MAAM,EAAET,KAAK,CAAC,CAAA;AACrD;;ACRe,SAASU,cAAcA,CAACC,GAAG,EAAE;AAC1C,EAAA,IAAIC,GAAG,GAAGT,YAAW,CAACQ,GAAG,EAAE,QAAQ,CAAC,CAAA;AACpC,EAAA,OAAOlB,OAAO,CAACmB,GAAG,CAAC,KAAK,QAAQ,GAAGA,GAAG,GAAGJ,MAAM,CAACI,GAAG,CAAC,CAAA;AACtD;;ACJe,SAASC,eAAeA,CAACC,GAAG,EAAEF,GAAG,EAAEG,KAAK,EAAE;AACvDH,EAAAA,GAAG,GAAGI,cAAa,CAACJ,GAAG,CAAC,CAAA;EACxB,IAAIA,GAAG,IAAIE,GAAG,EAAE;AACdG,IAAAA,MAAM,CAACC,cAAc,CAACJ,GAAG,EAAEF,GAAG,EAAE;AAC9BG,MAAAA,KAAK,EAAEA,KAAK;AACZI,MAAAA,UAAU,EAAE,IAAI;AAChBC,MAAAA,YAAY,EAAE,IAAI;AAClBC,MAAAA,QAAQ,EAAE,IAAA;AACZ,KAAC,CAAC,CAAA;AACJ,GAAC,MAAM;AACLP,IAAAA,GAAG,CAACF,GAAG,CAAC,GAAGG,KAAK,CAAA;AAClB,GAAA;AACA,EAAA,OAAOD,GAAG,CAAA;AACZ;;;;"}
@@ -0,0 +1,86 @@
1
+ 'use strict';
2
+
3
+ function getDefaultExportFromCjs (x) {
4
+ return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
5
+ }
6
+
7
+ var propTypes = {exports: {}};
8
+
9
+ /**
10
+ * Copyright (c) 2013-present, Facebook, Inc.
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 ReactPropTypesSecret$1 = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';
16
+ var ReactPropTypesSecret_1 = ReactPropTypesSecret$1;
17
+
18
+ /**
19
+ * Copyright (c) 2013-present, Facebook, Inc.
20
+ *
21
+ * This source code is licensed under the MIT license found in the
22
+ * LICENSE file in the root directory of this source tree.
23
+ */
24
+ var ReactPropTypesSecret = ReactPropTypesSecret_1;
25
+ function emptyFunction() {}
26
+ function emptyFunctionWithReset() {}
27
+ emptyFunctionWithReset.resetWarningCache = emptyFunction;
28
+ var factoryWithThrowingShims = function factoryWithThrowingShims() {
29
+ function shim(props, propName, componentName, location, propFullName, secret) {
30
+ if (secret === ReactPropTypesSecret) {
31
+ // It is still safe when called from React.
32
+ return;
33
+ }
34
+ var err = new Error('Calling PropTypes validators directly is not supported by the `prop-types` package. ' + 'Use PropTypes.checkPropTypes() to call them. ' + 'Read more at http://fb.me/use-check-prop-types');
35
+ err.name = 'Invariant Violation';
36
+ throw err;
37
+ }
38
+ shim.isRequired = shim;
39
+ function getShim() {
40
+ return shim;
41
+ }
42
+ // Important!
43
+ // Keep this list in sync with production version in `./factoryWithTypeCheckers.js`.
44
+ var ReactPropTypes = {
45
+ array: shim,
46
+ bigint: shim,
47
+ bool: shim,
48
+ func: shim,
49
+ number: shim,
50
+ object: shim,
51
+ string: shim,
52
+ symbol: shim,
53
+ any: shim,
54
+ arrayOf: getShim,
55
+ element: shim,
56
+ elementType: shim,
57
+ instanceOf: getShim,
58
+ node: shim,
59
+ objectOf: getShim,
60
+ oneOf: getShim,
61
+ oneOfType: getShim,
62
+ shape: getShim,
63
+ exact: getShim,
64
+ checkPropTypes: emptyFunctionWithReset,
65
+ resetWarningCache: emptyFunction
66
+ };
67
+ ReactPropTypes.PropTypes = ReactPropTypes;
68
+ return ReactPropTypes;
69
+ };
70
+
71
+ /**
72
+ * Copyright (c) 2013-present, Facebook, Inc.
73
+ *
74
+ * This source code is licensed under the MIT license found in the
75
+ * LICENSE file in the root directory of this source tree.
76
+ */
77
+ {
78
+ // By explicitly using `prop-types` you are opting into new production behavior.
79
+ // http://fb.me/prop-types-in-prod
80
+ propTypes.exports = factoryWithThrowingShims();
81
+ }
82
+ var propTypesExports = propTypes.exports;
83
+ var PropTypes = /*@__PURE__*/getDefaultExportFromCjs(propTypesExports);
84
+
85
+ exports.PropTypes = PropTypes;
86
+ //# sourceMappingURL=index-2f3a953b.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index-2f3a953b.js","sources":["../node_modules/prop-types/lib/ReactPropTypesSecret.js","../node_modules/prop-types/factoryWithThrowingShims.js","../node_modules/prop-types/index.js"],"sourcesContent":["/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';\n\nmodule.exports = ReactPropTypesSecret;\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar ReactPropTypesSecret = require('./lib/ReactPropTypesSecret');\n\nfunction emptyFunction() {}\nfunction emptyFunctionWithReset() {}\nemptyFunctionWithReset.resetWarningCache = emptyFunction;\n\nmodule.exports = function() {\n function shim(props, propName, componentName, location, propFullName, secret) {\n if (secret === ReactPropTypesSecret) {\n // It is still safe when called from React.\n return;\n }\n var err = new Error(\n 'Calling PropTypes validators directly is not supported by the `prop-types` package. ' +\n 'Use PropTypes.checkPropTypes() to call them. ' +\n 'Read more at http://fb.me/use-check-prop-types'\n );\n err.name = 'Invariant Violation';\n throw err;\n };\n shim.isRequired = shim;\n function getShim() {\n return shim;\n };\n // Important!\n // Keep this list in sync with production version in `./factoryWithTypeCheckers.js`.\n var ReactPropTypes = {\n array: shim,\n bigint: shim,\n bool: shim,\n func: shim,\n number: shim,\n object: shim,\n string: shim,\n symbol: shim,\n\n any: shim,\n arrayOf: getShim,\n element: shim,\n elementType: shim,\n instanceOf: getShim,\n node: shim,\n objectOf: getShim,\n oneOf: getShim,\n oneOfType: getShim,\n shape: getShim,\n exact: getShim,\n\n checkPropTypes: emptyFunctionWithReset,\n resetWarningCache: emptyFunction\n };\n\n ReactPropTypes.PropTypes = ReactPropTypes;\n\n return ReactPropTypes;\n};\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nif (process.env.NODE_ENV !== 'production') {\n var ReactIs = require('react-is');\n\n // By explicitly using `prop-types` you are opting into new development behavior.\n // http://fb.me/prop-types-in-prod\n var throwOnDirectAccess = true;\n module.exports = require('./factoryWithTypeCheckers')(ReactIs.isElement, throwOnDirectAccess);\n} else {\n // By explicitly using `prop-types` you are opting into new production behavior.\n // http://fb.me/prop-types-in-prod\n module.exports = require('./factoryWithThrowingShims')();\n}\n"],"names":["ReactPropTypesSecret","ReactPropTypesSecret_1","require$$0","emptyFunction","emptyFunctionWithReset","resetWarningCache","factoryWithThrowingShims","shim","props","propName","componentName","location","propFullName","secret","err","Error","name","isRequired","getShim","ReactPropTypes","array","bigint","bool","func","number","object","string","symbol","any","arrayOf","element","elementType","instanceOf","node","objectOf","oneOf","oneOfType","shape","exact","checkPropTypes","PropTypes","propTypesModule","exports"],"mappings":";;;;;;;;;;;;;;AASA,IAAIA,sBAAoB,GAAG,8CAA8C,CAAA;AAEzE,IAAAC,sBAAc,GAAGD,sBAAoB;;;;;;;;ACFrC,IAAIA,oBAAoB,GAAGE,sBAAqC,CAAA;AAEhE,SAASC,aAAaA,GAAG,EAAE;AAC3B,SAASC,sBAAsBA,GAAG,EAAE;AACpCA,sBAAsB,CAACC,iBAAiB,GAAGF,aAAa,CAAA;AAExD,IAAAG,wBAAc,GAAG,SAAjBA,wBAAcA,GAAc;AAC1B,EAAA,SAASC,IAAIA,CAACC,KAAK,EAAEC,QAAQ,EAAEC,aAAa,EAAEC,QAAQ,EAAEC,YAAY,EAAEC,MAAM,EAAE;IAC5E,IAAIA,MAAM,KAAKb,oBAAoB,EAAE;AACzC;AACM,MAAA,OAAA;AACD,KAAA;IACD,IAAIc,GAAG,GAAG,IAAIC,KAAK,CACjB,sFAAsF,GACtF,+CAA+C,GAC/C,gDACN,CAAK,CAAA;IACDD,GAAG,CAACE,IAAI,GAAG,qBAAqB,CAAA;AAChC,IAAA,MAAMF,GAAG,CAAA;AACb,GAAA;EACEP,IAAI,CAACU,UAAU,GAAGV,IAAI,CAAA;EACtB,SAASW,OAAOA,GAAG;AACjB,IAAA,OAAOX,IAAI,CAAA;AACf,GAAA;AACA;AACA;AACE,EAAA,IAAIY,cAAc,GAAG;AACnBC,IAAAA,KAAK,EAAEb,IAAI;AACXc,IAAAA,MAAM,EAAEd,IAAI;AACZe,IAAAA,IAAI,EAAEf,IAAI;AACVgB,IAAAA,IAAI,EAAEhB,IAAI;AACViB,IAAAA,MAAM,EAAEjB,IAAI;AACZkB,IAAAA,MAAM,EAAElB,IAAI;AACZmB,IAAAA,MAAM,EAAEnB,IAAI;AACZoB,IAAAA,MAAM,EAAEpB,IAAI;AAEZqB,IAAAA,GAAG,EAAErB,IAAI;AACTsB,IAAAA,OAAO,EAAEX,OAAO;AAChBY,IAAAA,OAAO,EAAEvB,IAAI;AACbwB,IAAAA,WAAW,EAAExB,IAAI;AACjByB,IAAAA,UAAU,EAAEd,OAAO;AACnBe,IAAAA,IAAI,EAAE1B,IAAI;AACV2B,IAAAA,QAAQ,EAAEhB,OAAO;AACjBiB,IAAAA,KAAK,EAAEjB,OAAO;AACdkB,IAAAA,SAAS,EAAElB,OAAO;AAClBmB,IAAAA,KAAK,EAAEnB,OAAO;AACdoB,IAAAA,KAAK,EAAEpB,OAAO;AAEdqB,IAAAA,cAAc,EAAEnC,sBAAsB;AACtCC,IAAAA,iBAAiB,EAAEF,aAAAA;GACpB,CAAA;EAEDgB,cAAc,CAACqB,SAAS,GAAGrB,cAAc,CAAA;AAEzC,EAAA,OAAOA,cAAc,CAAA;AACvB,CAAC;;;;;;;;AClDM;AACP;AACA;AACEsB,EAAAA,SAAc,CAAAC,OAAA,GAAGxC,wBAAqC,EAAE,CAAA;AAC1D,CAAA;;;;;;"}
@@ -0,0 +1,84 @@
1
+ function getDefaultExportFromCjs (x) {
2
+ return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
3
+ }
4
+
5
+ var propTypes = {exports: {}};
6
+
7
+ /**
8
+ * Copyright (c) 2013-present, Facebook, Inc.
9
+ *
10
+ * This source code is licensed under the MIT license found in the
11
+ * LICENSE file in the root directory of this source tree.
12
+ */
13
+ var ReactPropTypesSecret$1 = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';
14
+ var ReactPropTypesSecret_1 = ReactPropTypesSecret$1;
15
+
16
+ /**
17
+ * Copyright (c) 2013-present, Facebook, Inc.
18
+ *
19
+ * This source code is licensed under the MIT license found in the
20
+ * LICENSE file in the root directory of this source tree.
21
+ */
22
+ var ReactPropTypesSecret = ReactPropTypesSecret_1;
23
+ function emptyFunction() {}
24
+ function emptyFunctionWithReset() {}
25
+ emptyFunctionWithReset.resetWarningCache = emptyFunction;
26
+ var factoryWithThrowingShims = function factoryWithThrowingShims() {
27
+ function shim(props, propName, componentName, location, propFullName, secret) {
28
+ if (secret === ReactPropTypesSecret) {
29
+ // It is still safe when called from React.
30
+ return;
31
+ }
32
+ var err = new Error('Calling PropTypes validators directly is not supported by the `prop-types` package. ' + 'Use PropTypes.checkPropTypes() to call them. ' + 'Read more at http://fb.me/use-check-prop-types');
33
+ err.name = 'Invariant Violation';
34
+ throw err;
35
+ }
36
+ shim.isRequired = shim;
37
+ function getShim() {
38
+ return shim;
39
+ }
40
+ // Important!
41
+ // Keep this list in sync with production version in `./factoryWithTypeCheckers.js`.
42
+ var ReactPropTypes = {
43
+ array: shim,
44
+ bigint: shim,
45
+ bool: shim,
46
+ func: shim,
47
+ number: shim,
48
+ object: shim,
49
+ string: shim,
50
+ symbol: shim,
51
+ any: shim,
52
+ arrayOf: getShim,
53
+ element: shim,
54
+ elementType: shim,
55
+ instanceOf: getShim,
56
+ node: shim,
57
+ objectOf: getShim,
58
+ oneOf: getShim,
59
+ oneOfType: getShim,
60
+ shape: getShim,
61
+ exact: getShim,
62
+ checkPropTypes: emptyFunctionWithReset,
63
+ resetWarningCache: emptyFunction
64
+ };
65
+ ReactPropTypes.PropTypes = ReactPropTypes;
66
+ return ReactPropTypes;
67
+ };
68
+
69
+ /**
70
+ * Copyright (c) 2013-present, Facebook, Inc.
71
+ *
72
+ * This source code is licensed under the MIT license found in the
73
+ * LICENSE file in the root directory of this source tree.
74
+ */
75
+ {
76
+ // By explicitly using `prop-types` you are opting into new production behavior.
77
+ // http://fb.me/prop-types-in-prod
78
+ propTypes.exports = factoryWithThrowingShims();
79
+ }
80
+ var propTypesExports = propTypes.exports;
81
+ var PropTypes = /*@__PURE__*/getDefaultExportFromCjs(propTypesExports);
82
+
83
+ export { PropTypes as P };
84
+ //# sourceMappingURL=index-4bda54e6.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index-4bda54e6.js","sources":["../node_modules/prop-types/lib/ReactPropTypesSecret.js","../node_modules/prop-types/factoryWithThrowingShims.js","../node_modules/prop-types/index.js"],"sourcesContent":["/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';\n\nmodule.exports = ReactPropTypesSecret;\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar ReactPropTypesSecret = require('./lib/ReactPropTypesSecret');\n\nfunction emptyFunction() {}\nfunction emptyFunctionWithReset() {}\nemptyFunctionWithReset.resetWarningCache = emptyFunction;\n\nmodule.exports = function() {\n function shim(props, propName, componentName, location, propFullName, secret) {\n if (secret === ReactPropTypesSecret) {\n // It is still safe when called from React.\n return;\n }\n var err = new Error(\n 'Calling PropTypes validators directly is not supported by the `prop-types` package. ' +\n 'Use PropTypes.checkPropTypes() to call them. ' +\n 'Read more at http://fb.me/use-check-prop-types'\n );\n err.name = 'Invariant Violation';\n throw err;\n };\n shim.isRequired = shim;\n function getShim() {\n return shim;\n };\n // Important!\n // Keep this list in sync with production version in `./factoryWithTypeCheckers.js`.\n var ReactPropTypes = {\n array: shim,\n bigint: shim,\n bool: shim,\n func: shim,\n number: shim,\n object: shim,\n string: shim,\n symbol: shim,\n\n any: shim,\n arrayOf: getShim,\n element: shim,\n elementType: shim,\n instanceOf: getShim,\n node: shim,\n objectOf: getShim,\n oneOf: getShim,\n oneOfType: getShim,\n shape: getShim,\n exact: getShim,\n\n checkPropTypes: emptyFunctionWithReset,\n resetWarningCache: emptyFunction\n };\n\n ReactPropTypes.PropTypes = ReactPropTypes;\n\n return ReactPropTypes;\n};\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nif (process.env.NODE_ENV !== 'production') {\n var ReactIs = require('react-is');\n\n // By explicitly using `prop-types` you are opting into new development behavior.\n // http://fb.me/prop-types-in-prod\n var throwOnDirectAccess = true;\n module.exports = require('./factoryWithTypeCheckers')(ReactIs.isElement, throwOnDirectAccess);\n} else {\n // By explicitly using `prop-types` you are opting into new production behavior.\n // http://fb.me/prop-types-in-prod\n module.exports = require('./factoryWithThrowingShims')();\n}\n"],"names":["ReactPropTypesSecret","ReactPropTypesSecret_1","require$$0","emptyFunction","emptyFunctionWithReset","resetWarningCache","factoryWithThrowingShims","shim","props","propName","componentName","location","propFullName","secret","err","Error","name","isRequired","getShim","ReactPropTypes","array","bigint","bool","func","number","object","string","symbol","any","arrayOf","element","elementType","instanceOf","node","objectOf","oneOf","oneOfType","shape","exact","checkPropTypes","PropTypes","propTypesModule","exports"],"mappings":";;;;;;;;;;;;AASA,IAAIA,sBAAoB,GAAG,8CAA8C,CAAA;AAEzE,IAAAC,sBAAc,GAAGD,sBAAoB;;;;;;;;ACFrC,IAAIA,oBAAoB,GAAGE,sBAAqC,CAAA;AAEhE,SAASC,aAAaA,GAAG,EAAE;AAC3B,SAASC,sBAAsBA,GAAG,EAAE;AACpCA,sBAAsB,CAACC,iBAAiB,GAAGF,aAAa,CAAA;AAExD,IAAAG,wBAAc,GAAG,SAAjBA,wBAAcA,GAAc;AAC1B,EAAA,SAASC,IAAIA,CAACC,KAAK,EAAEC,QAAQ,EAAEC,aAAa,EAAEC,QAAQ,EAAEC,YAAY,EAAEC,MAAM,EAAE;IAC5E,IAAIA,MAAM,KAAKb,oBAAoB,EAAE;AACzC;AACM,MAAA,OAAA;AACD,KAAA;IACD,IAAIc,GAAG,GAAG,IAAIC,KAAK,CACjB,sFAAsF,GACtF,+CAA+C,GAC/C,gDACN,CAAK,CAAA;IACDD,GAAG,CAACE,IAAI,GAAG,qBAAqB,CAAA;AAChC,IAAA,MAAMF,GAAG,CAAA;AACb,GAAA;EACEP,IAAI,CAACU,UAAU,GAAGV,IAAI,CAAA;EACtB,SAASW,OAAOA,GAAG;AACjB,IAAA,OAAOX,IAAI,CAAA;AACf,GAAA;AACA;AACA;AACE,EAAA,IAAIY,cAAc,GAAG;AACnBC,IAAAA,KAAK,EAAEb,IAAI;AACXc,IAAAA,MAAM,EAAEd,IAAI;AACZe,IAAAA,IAAI,EAAEf,IAAI;AACVgB,IAAAA,IAAI,EAAEhB,IAAI;AACViB,IAAAA,MAAM,EAAEjB,IAAI;AACZkB,IAAAA,MAAM,EAAElB,IAAI;AACZmB,IAAAA,MAAM,EAAEnB,IAAI;AACZoB,IAAAA,MAAM,EAAEpB,IAAI;AAEZqB,IAAAA,GAAG,EAAErB,IAAI;AACTsB,IAAAA,OAAO,EAAEX,OAAO;AAChBY,IAAAA,OAAO,EAAEvB,IAAI;AACbwB,IAAAA,WAAW,EAAExB,IAAI;AACjByB,IAAAA,UAAU,EAAEd,OAAO;AACnBe,IAAAA,IAAI,EAAE1B,IAAI;AACV2B,IAAAA,QAAQ,EAAEhB,OAAO;AACjBiB,IAAAA,KAAK,EAAEjB,OAAO;AACdkB,IAAAA,SAAS,EAAElB,OAAO;AAClBmB,IAAAA,KAAK,EAAEnB,OAAO;AACdoB,IAAAA,KAAK,EAAEpB,OAAO;AAEdqB,IAAAA,cAAc,EAAEnC,sBAAsB;AACtCC,IAAAA,iBAAiB,EAAEF,aAAAA;GACpB,CAAA;EAEDgB,cAAc,CAACqB,SAAS,GAAGrB,cAAc,CAAA;AAEzC,EAAA,OAAOA,cAAc,CAAA;AACvB,CAAC;;;;;;;;AClDM;AACP;AACA;AACEsB,EAAAA,SAAc,CAAAC,OAAA,GAAGxC,wBAAqC,EAAE,CAAA;AAC1D,CAAA;;;;;;"}