@insforge/react 1.0.2-refresh.4 → 1.0.2-refresh.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.
@@ -53,28 +53,28 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
53
53
  mod
54
54
  ));
55
55
 
56
- // ../node_modules/react-is/cjs/react-is.production.min.js
56
+ // node_modules/react-is/cjs/react-is.production.min.js
57
57
  var require_react_is_production_min = __commonJS({
58
- "../node_modules/react-is/cjs/react-is.production.min.js"(exports$1) {
58
+ "node_modules/react-is/cjs/react-is.production.min.js"(exports$1) {
59
59
  var b = "function" === typeof Symbol && Symbol.for;
60
- var c = b ? Symbol.for("react.element") : 60103;
61
- var d = b ? Symbol.for("react.portal") : 60106;
62
- var e = b ? Symbol.for("react.fragment") : 60107;
63
- var f = b ? Symbol.for("react.strict_mode") : 60108;
64
- var g = b ? Symbol.for("react.profiler") : 60114;
65
- var h = b ? Symbol.for("react.provider") : 60109;
66
- var k = b ? Symbol.for("react.context") : 60110;
67
- var l = b ? Symbol.for("react.async_mode") : 60111;
68
- var m = b ? Symbol.for("react.concurrent_mode") : 60111;
69
- var n = b ? Symbol.for("react.forward_ref") : 60112;
70
- var p = b ? Symbol.for("react.suspense") : 60113;
71
- var q = b ? Symbol.for("react.suspense_list") : 60120;
72
- var r = b ? Symbol.for("react.memo") : 60115;
73
- var t = b ? Symbol.for("react.lazy") : 60116;
74
- var v = b ? Symbol.for("react.block") : 60121;
75
- var w = b ? Symbol.for("react.fundamental") : 60117;
76
- var x = b ? Symbol.for("react.responder") : 60118;
77
- var y = b ? Symbol.for("react.scope") : 60119;
60
+ var c = b ? /* @__PURE__ */ Symbol.for("react.element") : 60103;
61
+ var d = b ? /* @__PURE__ */ Symbol.for("react.portal") : 60106;
62
+ var e = b ? /* @__PURE__ */ Symbol.for("react.fragment") : 60107;
63
+ var f = b ? /* @__PURE__ */ Symbol.for("react.strict_mode") : 60108;
64
+ var g = b ? /* @__PURE__ */ Symbol.for("react.profiler") : 60114;
65
+ var h = b ? /* @__PURE__ */ Symbol.for("react.provider") : 60109;
66
+ var k = b ? /* @__PURE__ */ Symbol.for("react.context") : 60110;
67
+ var l = b ? /* @__PURE__ */ Symbol.for("react.async_mode") : 60111;
68
+ var m = b ? /* @__PURE__ */ Symbol.for("react.concurrent_mode") : 60111;
69
+ var n = b ? /* @__PURE__ */ Symbol.for("react.forward_ref") : 60112;
70
+ var p = b ? /* @__PURE__ */ Symbol.for("react.suspense") : 60113;
71
+ var q = b ? /* @__PURE__ */ Symbol.for("react.suspense_list") : 60120;
72
+ var r = b ? /* @__PURE__ */ Symbol.for("react.memo") : 60115;
73
+ var t = b ? /* @__PURE__ */ Symbol.for("react.lazy") : 60116;
74
+ var v = b ? /* @__PURE__ */ Symbol.for("react.block") : 60121;
75
+ var w = b ? /* @__PURE__ */ Symbol.for("react.fundamental") : 60117;
76
+ var x = b ? /* @__PURE__ */ Symbol.for("react.responder") : 60118;
77
+ var y = b ? /* @__PURE__ */ Symbol.for("react.scope") : 60119;
78
78
  function z2(a) {
79
79
  if ("object" === typeof a && null !== a) {
80
80
  var u = a.$$typeof;
@@ -165,30 +165,30 @@ var require_react_is_production_min = __commonJS({
165
165
  }
166
166
  });
167
167
 
168
- // ../node_modules/react-is/cjs/react-is.development.js
168
+ // node_modules/react-is/cjs/react-is.development.js
169
169
  var require_react_is_development = __commonJS({
170
- "../node_modules/react-is/cjs/react-is.development.js"(exports$1) {
170
+ "node_modules/react-is/cjs/react-is.development.js"(exports$1) {
171
171
  if (process.env.NODE_ENV !== "production") {
172
172
  (function() {
173
173
  var hasSymbol = typeof Symbol === "function" && Symbol.for;
174
- var REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for("react.element") : 60103;
175
- var REACT_PORTAL_TYPE = hasSymbol ? Symbol.for("react.portal") : 60106;
176
- var REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for("react.fragment") : 60107;
177
- var REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for("react.strict_mode") : 60108;
178
- var REACT_PROFILER_TYPE = hasSymbol ? Symbol.for("react.profiler") : 60114;
179
- var REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for("react.provider") : 60109;
180
- var REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for("react.context") : 60110;
181
- var REACT_ASYNC_MODE_TYPE = hasSymbol ? Symbol.for("react.async_mode") : 60111;
182
- var REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for("react.concurrent_mode") : 60111;
183
- var REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for("react.forward_ref") : 60112;
184
- var REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for("react.suspense") : 60113;
185
- var REACT_SUSPENSE_LIST_TYPE = hasSymbol ? Symbol.for("react.suspense_list") : 60120;
186
- var REACT_MEMO_TYPE = hasSymbol ? Symbol.for("react.memo") : 60115;
187
- var REACT_LAZY_TYPE = hasSymbol ? Symbol.for("react.lazy") : 60116;
188
- var REACT_BLOCK_TYPE = hasSymbol ? Symbol.for("react.block") : 60121;
189
- var REACT_FUNDAMENTAL_TYPE = hasSymbol ? Symbol.for("react.fundamental") : 60117;
190
- var REACT_RESPONDER_TYPE = hasSymbol ? Symbol.for("react.responder") : 60118;
191
- var REACT_SCOPE_TYPE = hasSymbol ? Symbol.for("react.scope") : 60119;
174
+ var REACT_ELEMENT_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.element") : 60103;
175
+ var REACT_PORTAL_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.portal") : 60106;
176
+ var REACT_FRAGMENT_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.fragment") : 60107;
177
+ var REACT_STRICT_MODE_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.strict_mode") : 60108;
178
+ var REACT_PROFILER_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.profiler") : 60114;
179
+ var REACT_PROVIDER_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.provider") : 60109;
180
+ var REACT_CONTEXT_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.context") : 60110;
181
+ var REACT_ASYNC_MODE_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.async_mode") : 60111;
182
+ var REACT_CONCURRENT_MODE_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.concurrent_mode") : 60111;
183
+ var REACT_FORWARD_REF_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.forward_ref") : 60112;
184
+ var REACT_SUSPENSE_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.suspense") : 60113;
185
+ var REACT_SUSPENSE_LIST_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.suspense_list") : 60120;
186
+ var REACT_MEMO_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.memo") : 60115;
187
+ var REACT_LAZY_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.lazy") : 60116;
188
+ var REACT_BLOCK_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.block") : 60121;
189
+ var REACT_FUNDAMENTAL_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.fundamental") : 60117;
190
+ var REACT_RESPONDER_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.responder") : 60118;
191
+ var REACT_SCOPE_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.scope") : 60119;
192
192
  function isValidElementType(type) {
193
193
  return typeof type === "string" || typeof type === "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
194
194
  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);
@@ -318,9 +318,9 @@ var require_react_is_development = __commonJS({
318
318
  }
319
319
  });
320
320
 
321
- // ../node_modules/react-is/index.js
321
+ // node_modules/react-is/index.js
322
322
  var require_react_is = __commonJS({
323
- "../node_modules/react-is/index.js"(exports$1, module) {
323
+ "node_modules/react-is/index.js"(exports$1, module) {
324
324
  if (process.env.NODE_ENV === "production") {
325
325
  module.exports = require_react_is_production_min();
326
326
  } else {
@@ -329,9 +329,9 @@ var require_react_is = __commonJS({
329
329
  }
330
330
  });
331
331
 
332
- // ../node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js
332
+ // node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js
333
333
  var require_hoist_non_react_statics_cjs = __commonJS({
334
- "../node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js"(exports$1, module) {
334
+ "node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js"(exports$1, module) {
335
335
  var reactIs = require_react_is();
336
336
  var REACT_STATICS = {
337
337
  childContextTypes: true,
@@ -416,9 +416,9 @@ var require_hoist_non_react_statics_cjs = __commonJS({
416
416
  }
417
417
  });
418
418
 
419
- // ../node_modules/@babel/runtime/helpers/extends.js
419
+ // node_modules/@babel/runtime/helpers/extends.js
420
420
  var require_extends = __commonJS({
421
- "../node_modules/@babel/runtime/helpers/extends.js"(exports$1, module) {
421
+ "node_modules/@babel/runtime/helpers/extends.js"(exports$1, module) {
422
422
  function _extends2() {
423
423
  return module.exports = _extends2 = Object.assign ? Object.assign.bind() : function(n) {
424
424
  for (var e = 1; e < arguments.length; e++) {
@@ -529,7 +529,7 @@ var StyleSheet = /* @__PURE__ */ (function() {
529
529
  return StyleSheet2;
530
530
  })();
531
531
 
532
- // ../node_modules/stylis/src/Enum.js
532
+ // node_modules/stylis/src/Enum.js
533
533
  var MS = "-ms-";
534
534
  var MOZ = "-moz-";
535
535
  var WEBKIT = "-webkit-";
@@ -540,7 +540,7 @@ var IMPORT = "@import";
540
540
  var KEYFRAMES = "@keyframes";
541
541
  var LAYER = "@layer";
542
542
 
543
- // ../node_modules/stylis/src/Utility.js
543
+ // node_modules/stylis/src/Utility.js
544
544
  var abs = Math.abs;
545
545
  var from = String.fromCharCode;
546
546
  var assign = Object.assign;
@@ -578,7 +578,7 @@ function combine(array, callback) {
578
578
  return array.map(callback).join("");
579
579
  }
580
580
 
581
- // ../node_modules/stylis/src/Tokenizer.js
581
+ // node_modules/stylis/src/Tokenizer.js
582
582
  var line = 1;
583
583
  var column = 1;
584
584
  var length = 0;
@@ -714,7 +714,7 @@ function identifier(index) {
714
714
  return slice(index, position);
715
715
  }
716
716
 
717
- // ../node_modules/stylis/src/Parser.js
717
+ // node_modules/stylis/src/Parser.js
718
718
  function compile(value) {
719
719
  return dealloc(parse("", null, null, null, [""], value = alloc(value), 0, [0], value));
720
720
  }
@@ -863,7 +863,7 @@ function declaration(value, root, parent, length2) {
863
863
  return node(value, root, parent, DECLARATION, substr(value, 0, length2), substr(value, length2 + 1, -1), length2);
864
864
  }
865
865
 
866
- // ../node_modules/stylis/src/Serializer.js
866
+ // node_modules/stylis/src/Serializer.js
867
867
  function serialize(children, callback) {
868
868
  var output = "";
869
869
  var length2 = sizeof(children);
@@ -888,7 +888,7 @@ function stringify(element, index, children, callback) {
888
888
  return strlen(children = serialize(element.children, callback)) ? element.return = element.value + "{" + children + "}" : "";
889
889
  }
890
890
 
891
- // ../node_modules/stylis/src/Middleware.js
891
+ // node_modules/stylis/src/Middleware.js
892
892
  function middleware(collection) {
893
893
  var length2 = sizeof(collection);
894
894
  return function(element, index, children, callback) {
@@ -907,7 +907,7 @@ function rulesheet(callback) {
907
907
  };
908
908
  }
909
909
 
910
- // ../node_modules/@emotion/weak-memoize/dist/emotion-weak-memoize.esm.js
910
+ // node_modules/@emotion/weak-memoize/dist/emotion-weak-memoize.esm.js
911
911
  var weakMemoize = function weakMemoize2(func) {
912
912
  var cache = /* @__PURE__ */ new WeakMap();
913
913
  return function(arg) {
@@ -920,7 +920,7 @@ var weakMemoize = function weakMemoize2(func) {
920
920
  };
921
921
  };
922
922
 
923
- // ../node_modules/@emotion/memoize/dist/emotion-memoize.esm.js
923
+ // node_modules/@emotion/memoize/dist/emotion-memoize.esm.js
924
924
  function memoize(fn) {
925
925
  var cache = /* @__PURE__ */ Object.create(null);
926
926
  return function(arg) {
@@ -929,7 +929,7 @@ function memoize(fn) {
929
929
  };
930
930
  }
931
931
 
932
- // ../node_modules/@emotion/cache/dist/emotion-cache.esm.js
932
+ // node_modules/@emotion/cache/dist/emotion-cache.esm.js
933
933
  var isBrowser = typeof document !== "undefined";
934
934
  var identifierWithPointTracking = function identifierWithPointTracking2(begin, points, index) {
935
935
  var previous = 0;
@@ -1302,7 +1302,7 @@ var createCache = function createCache2(options) {
1302
1302
  return cache;
1303
1303
  };
1304
1304
 
1305
- // ../node_modules/@babel/runtime/helpers/esm/extends.js
1305
+ // node_modules/@babel/runtime/helpers/esm/extends.js
1306
1306
  function _extends() {
1307
1307
  return _extends = Object.assign ? Object.assign.bind() : function(n) {
1308
1308
  for (var e = 1; e < arguments.length; e++) {
@@ -1313,7 +1313,7 @@ function _extends() {
1313
1313
  }, _extends.apply(null, arguments);
1314
1314
  }
1315
1315
 
1316
- // ../node_modules/@emotion/utils/dist/emotion-utils.esm.js
1316
+ // node_modules/@emotion/utils/dist/emotion-utils.esm.js
1317
1317
  var isBrowser2 = typeof document !== "undefined";
1318
1318
  function getRegisteredStyles(registered, registeredStyles, classNames) {
1319
1319
  var rawClassName = "";
@@ -1362,7 +1362,7 @@ var insertStyles = function insertStyles2(cache, serialized, isStringTag) {
1362
1362
  }
1363
1363
  };
1364
1364
 
1365
- // ../node_modules/@emotion/hash/dist/emotion-hash.esm.js
1365
+ // node_modules/@emotion/hash/dist/emotion-hash.esm.js
1366
1366
  function murmur2(str) {
1367
1367
  var h = 0;
1368
1368
  var k, i = 0, len = str.length;
@@ -1392,7 +1392,7 @@ function murmur2(str) {
1392
1392
  return ((h ^ h >>> 15) >>> 0).toString(36);
1393
1393
  }
1394
1394
 
1395
- // ../node_modules/@emotion/unitless/dist/emotion-unitless.esm.js
1395
+ // node_modules/@emotion/unitless/dist/emotion-unitless.esm.js
1396
1396
  var unitlessKeys = {
1397
1397
  animationIterationCount: 1,
1398
1398
  aspectRatio: 1,
@@ -1804,7 +1804,7 @@ function usePublicAuthConfig() {
1804
1804
  return { authConfig, isLoaded };
1805
1805
  }
1806
1806
 
1807
- // ../node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js
1807
+ // node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js
1808
1808
  var reactPropsRegex = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|fetchpriority|fetchPriority|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|popover|popoverTarget|popoverTargetAction|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/;
1809
1809
  var isPropValid = /* @__PURE__ */ memoize(
1810
1810
  function(prop) {
@@ -1813,7 +1813,7 @@ var isPropValid = /* @__PURE__ */ memoize(
1813
1813
  /* Z+1 */
1814
1814
  );
1815
1815
 
1816
- // ../node_modules/@emotion/styled/base/dist/emotion-styled-base.esm.js
1816
+ // node_modules/@emotion/styled/base/dist/emotion-styled-base.esm.js
1817
1817
  var isBrowser5 = typeof document !== "undefined";
1818
1818
  var testOmitPropsOnStringTag = isPropValid;
1819
1819
  var testOmitPropsOnComponent = function testOmitPropsOnComponent2(key) {
@@ -1948,7 +1948,7 @@ var createStyled = function createStyled2(tag, options) {
1948
1948
  };
1949
1949
  };
1950
1950
 
1951
- // ../node_modules/@emotion/styled/dist/emotion-styled.esm.js
1951
+ // node_modules/@emotion/styled/dist/emotion-styled.esm.js
1952
1952
  __toESM(require_extends());
1953
1953
  var tags = [
1954
1954
  "a",