@insforge/react 1.0.2-refresh.4 → 1.0.3

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.
@@ -32,28 +32,28 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
32
32
  mod
33
33
  ));
34
34
 
35
- // ../node_modules/react-is/cjs/react-is.production.min.js
35
+ // node_modules/react-is/cjs/react-is.production.min.js
36
36
  var require_react_is_production_min = __commonJS({
37
- "../node_modules/react-is/cjs/react-is.production.min.js"(exports$1) {
37
+ "node_modules/react-is/cjs/react-is.production.min.js"(exports$1) {
38
38
  var b = "function" === typeof Symbol && Symbol.for;
39
- var c = b ? Symbol.for("react.element") : 60103;
40
- var d = b ? Symbol.for("react.portal") : 60106;
41
- var e = b ? Symbol.for("react.fragment") : 60107;
42
- var f = b ? Symbol.for("react.strict_mode") : 60108;
43
- var g = b ? Symbol.for("react.profiler") : 60114;
44
- var h = b ? Symbol.for("react.provider") : 60109;
45
- var k = b ? Symbol.for("react.context") : 60110;
46
- var l = b ? Symbol.for("react.async_mode") : 60111;
47
- var m = b ? Symbol.for("react.concurrent_mode") : 60111;
48
- var n = b ? Symbol.for("react.forward_ref") : 60112;
49
- var p = b ? Symbol.for("react.suspense") : 60113;
50
- var q = b ? Symbol.for("react.suspense_list") : 60120;
51
- var r = b ? Symbol.for("react.memo") : 60115;
52
- var t = b ? Symbol.for("react.lazy") : 60116;
53
- var v = b ? Symbol.for("react.block") : 60121;
54
- var w = b ? Symbol.for("react.fundamental") : 60117;
55
- var x = b ? Symbol.for("react.responder") : 60118;
56
- var y = b ? Symbol.for("react.scope") : 60119;
39
+ var c = b ? /* @__PURE__ */ Symbol.for("react.element") : 60103;
40
+ var d = b ? /* @__PURE__ */ Symbol.for("react.portal") : 60106;
41
+ var e = b ? /* @__PURE__ */ Symbol.for("react.fragment") : 60107;
42
+ var f = b ? /* @__PURE__ */ Symbol.for("react.strict_mode") : 60108;
43
+ var g = b ? /* @__PURE__ */ Symbol.for("react.profiler") : 60114;
44
+ var h = b ? /* @__PURE__ */ Symbol.for("react.provider") : 60109;
45
+ var k = b ? /* @__PURE__ */ Symbol.for("react.context") : 60110;
46
+ var l = b ? /* @__PURE__ */ Symbol.for("react.async_mode") : 60111;
47
+ var m = b ? /* @__PURE__ */ Symbol.for("react.concurrent_mode") : 60111;
48
+ var n = b ? /* @__PURE__ */ Symbol.for("react.forward_ref") : 60112;
49
+ var p = b ? /* @__PURE__ */ Symbol.for("react.suspense") : 60113;
50
+ var q = b ? /* @__PURE__ */ Symbol.for("react.suspense_list") : 60120;
51
+ var r = b ? /* @__PURE__ */ Symbol.for("react.memo") : 60115;
52
+ var t = b ? /* @__PURE__ */ Symbol.for("react.lazy") : 60116;
53
+ var v = b ? /* @__PURE__ */ Symbol.for("react.block") : 60121;
54
+ var w = b ? /* @__PURE__ */ Symbol.for("react.fundamental") : 60117;
55
+ var x = b ? /* @__PURE__ */ Symbol.for("react.responder") : 60118;
56
+ var y = b ? /* @__PURE__ */ Symbol.for("react.scope") : 60119;
57
57
  function z2(a) {
58
58
  if ("object" === typeof a && null !== a) {
59
59
  var u = a.$$typeof;
@@ -144,30 +144,30 @@ var require_react_is_production_min = __commonJS({
144
144
  }
145
145
  });
146
146
 
147
- // ../node_modules/react-is/cjs/react-is.development.js
147
+ // node_modules/react-is/cjs/react-is.development.js
148
148
  var require_react_is_development = __commonJS({
149
- "../node_modules/react-is/cjs/react-is.development.js"(exports$1) {
149
+ "node_modules/react-is/cjs/react-is.development.js"(exports$1) {
150
150
  if (process.env.NODE_ENV !== "production") {
151
151
  (function() {
152
152
  var hasSymbol = typeof Symbol === "function" && Symbol.for;
153
- var REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for("react.element") : 60103;
154
- var REACT_PORTAL_TYPE = hasSymbol ? Symbol.for("react.portal") : 60106;
155
- var REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for("react.fragment") : 60107;
156
- var REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for("react.strict_mode") : 60108;
157
- var REACT_PROFILER_TYPE = hasSymbol ? Symbol.for("react.profiler") : 60114;
158
- var REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for("react.provider") : 60109;
159
- var REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for("react.context") : 60110;
160
- var REACT_ASYNC_MODE_TYPE = hasSymbol ? Symbol.for("react.async_mode") : 60111;
161
- var REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for("react.concurrent_mode") : 60111;
162
- var REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for("react.forward_ref") : 60112;
163
- var REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for("react.suspense") : 60113;
164
- var REACT_SUSPENSE_LIST_TYPE = hasSymbol ? Symbol.for("react.suspense_list") : 60120;
165
- var REACT_MEMO_TYPE = hasSymbol ? Symbol.for("react.memo") : 60115;
166
- var REACT_LAZY_TYPE = hasSymbol ? Symbol.for("react.lazy") : 60116;
167
- var REACT_BLOCK_TYPE = hasSymbol ? Symbol.for("react.block") : 60121;
168
- var REACT_FUNDAMENTAL_TYPE = hasSymbol ? Symbol.for("react.fundamental") : 60117;
169
- var REACT_RESPONDER_TYPE = hasSymbol ? Symbol.for("react.responder") : 60118;
170
- var REACT_SCOPE_TYPE = hasSymbol ? Symbol.for("react.scope") : 60119;
153
+ var REACT_ELEMENT_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.element") : 60103;
154
+ var REACT_PORTAL_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.portal") : 60106;
155
+ var REACT_FRAGMENT_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.fragment") : 60107;
156
+ var REACT_STRICT_MODE_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.strict_mode") : 60108;
157
+ var REACT_PROFILER_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.profiler") : 60114;
158
+ var REACT_PROVIDER_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.provider") : 60109;
159
+ var REACT_CONTEXT_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.context") : 60110;
160
+ var REACT_ASYNC_MODE_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.async_mode") : 60111;
161
+ var REACT_CONCURRENT_MODE_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.concurrent_mode") : 60111;
162
+ var REACT_FORWARD_REF_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.forward_ref") : 60112;
163
+ var REACT_SUSPENSE_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.suspense") : 60113;
164
+ var REACT_SUSPENSE_LIST_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.suspense_list") : 60120;
165
+ var REACT_MEMO_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.memo") : 60115;
166
+ var REACT_LAZY_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.lazy") : 60116;
167
+ var REACT_BLOCK_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.block") : 60121;
168
+ var REACT_FUNDAMENTAL_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.fundamental") : 60117;
169
+ var REACT_RESPONDER_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.responder") : 60118;
170
+ var REACT_SCOPE_TYPE = hasSymbol ? /* @__PURE__ */ Symbol.for("react.scope") : 60119;
171
171
  function isValidElementType(type) {
172
172
  return typeof type === "string" || typeof type === "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
173
173
  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);
@@ -297,9 +297,9 @@ var require_react_is_development = __commonJS({
297
297
  }
298
298
  });
299
299
 
300
- // ../node_modules/react-is/index.js
300
+ // node_modules/react-is/index.js
301
301
  var require_react_is = __commonJS({
302
- "../node_modules/react-is/index.js"(exports$1, module) {
302
+ "node_modules/react-is/index.js"(exports$1, module) {
303
303
  if (process.env.NODE_ENV === "production") {
304
304
  module.exports = require_react_is_production_min();
305
305
  } else {
@@ -308,9 +308,9 @@ var require_react_is = __commonJS({
308
308
  }
309
309
  });
310
310
 
311
- // ../node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js
311
+ // node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js
312
312
  var require_hoist_non_react_statics_cjs = __commonJS({
313
- "../node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js"(exports$1, module) {
313
+ "node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js"(exports$1, module) {
314
314
  var reactIs = require_react_is();
315
315
  var REACT_STATICS = {
316
316
  childContextTypes: true,
@@ -395,9 +395,9 @@ var require_hoist_non_react_statics_cjs = __commonJS({
395
395
  }
396
396
  });
397
397
 
398
- // ../node_modules/@babel/runtime/helpers/extends.js
398
+ // node_modules/@babel/runtime/helpers/extends.js
399
399
  var require_extends = __commonJS({
400
- "../node_modules/@babel/runtime/helpers/extends.js"(exports$1, module) {
400
+ "node_modules/@babel/runtime/helpers/extends.js"(exports$1, module) {
401
401
  function _extends2() {
402
402
  return module.exports = _extends2 = Object.assign ? Object.assign.bind() : function(n) {
403
403
  for (var e = 1; e < arguments.length; e++) {
@@ -508,7 +508,7 @@ var StyleSheet = /* @__PURE__ */ (function() {
508
508
  return StyleSheet2;
509
509
  })();
510
510
 
511
- // ../node_modules/stylis/src/Enum.js
511
+ // node_modules/stylis/src/Enum.js
512
512
  var MS = "-ms-";
513
513
  var MOZ = "-moz-";
514
514
  var WEBKIT = "-webkit-";
@@ -519,7 +519,7 @@ var IMPORT = "@import";
519
519
  var KEYFRAMES = "@keyframes";
520
520
  var LAYER = "@layer";
521
521
 
522
- // ../node_modules/stylis/src/Utility.js
522
+ // node_modules/stylis/src/Utility.js
523
523
  var abs = Math.abs;
524
524
  var from = String.fromCharCode;
525
525
  var assign = Object.assign;
@@ -557,7 +557,7 @@ function combine(array, callback) {
557
557
  return array.map(callback).join("");
558
558
  }
559
559
 
560
- // ../node_modules/stylis/src/Tokenizer.js
560
+ // node_modules/stylis/src/Tokenizer.js
561
561
  var line = 1;
562
562
  var column = 1;
563
563
  var length = 0;
@@ -693,7 +693,7 @@ function identifier(index) {
693
693
  return slice(index, position);
694
694
  }
695
695
 
696
- // ../node_modules/stylis/src/Parser.js
696
+ // node_modules/stylis/src/Parser.js
697
697
  function compile(value) {
698
698
  return dealloc(parse("", null, null, null, [""], value = alloc(value), 0, [0], value));
699
699
  }
@@ -842,7 +842,7 @@ function declaration(value, root, parent, length2) {
842
842
  return node(value, root, parent, DECLARATION, substr(value, 0, length2), substr(value, length2 + 1, -1), length2);
843
843
  }
844
844
 
845
- // ../node_modules/stylis/src/Serializer.js
845
+ // node_modules/stylis/src/Serializer.js
846
846
  function serialize(children, callback) {
847
847
  var output = "";
848
848
  var length2 = sizeof(children);
@@ -867,7 +867,7 @@ function stringify(element, index, children, callback) {
867
867
  return strlen(children = serialize(element.children, callback)) ? element.return = element.value + "{" + children + "}" : "";
868
868
  }
869
869
 
870
- // ../node_modules/stylis/src/Middleware.js
870
+ // node_modules/stylis/src/Middleware.js
871
871
  function middleware(collection) {
872
872
  var length2 = sizeof(collection);
873
873
  return function(element, index, children, callback) {
@@ -886,7 +886,7 @@ function rulesheet(callback) {
886
886
  };
887
887
  }
888
888
 
889
- // ../node_modules/@emotion/weak-memoize/dist/emotion-weak-memoize.esm.js
889
+ // node_modules/@emotion/weak-memoize/dist/emotion-weak-memoize.esm.js
890
890
  var weakMemoize = function weakMemoize2(func) {
891
891
  var cache = /* @__PURE__ */ new WeakMap();
892
892
  return function(arg) {
@@ -899,7 +899,7 @@ var weakMemoize = function weakMemoize2(func) {
899
899
  };
900
900
  };
901
901
 
902
- // ../node_modules/@emotion/memoize/dist/emotion-memoize.esm.js
902
+ // node_modules/@emotion/memoize/dist/emotion-memoize.esm.js
903
903
  function memoize(fn) {
904
904
  var cache = /* @__PURE__ */ Object.create(null);
905
905
  return function(arg) {
@@ -908,7 +908,7 @@ function memoize(fn) {
908
908
  };
909
909
  }
910
910
 
911
- // ../node_modules/@emotion/cache/dist/emotion-cache.esm.js
911
+ // node_modules/@emotion/cache/dist/emotion-cache.esm.js
912
912
  var isBrowser = typeof document !== "undefined";
913
913
  var identifierWithPointTracking = function identifierWithPointTracking2(begin, points, index) {
914
914
  var previous = 0;
@@ -1281,7 +1281,7 @@ var createCache = function createCache2(options) {
1281
1281
  return cache;
1282
1282
  };
1283
1283
 
1284
- // ../node_modules/@babel/runtime/helpers/esm/extends.js
1284
+ // node_modules/@babel/runtime/helpers/esm/extends.js
1285
1285
  function _extends() {
1286
1286
  return _extends = Object.assign ? Object.assign.bind() : function(n) {
1287
1287
  for (var e = 1; e < arguments.length; e++) {
@@ -1292,7 +1292,7 @@ function _extends() {
1292
1292
  }, _extends.apply(null, arguments);
1293
1293
  }
1294
1294
 
1295
- // ../node_modules/@emotion/utils/dist/emotion-utils.esm.js
1295
+ // node_modules/@emotion/utils/dist/emotion-utils.esm.js
1296
1296
  var isBrowser2 = typeof document !== "undefined";
1297
1297
  function getRegisteredStyles(registered, registeredStyles, classNames) {
1298
1298
  var rawClassName = "";
@@ -1341,7 +1341,7 @@ var insertStyles = function insertStyles2(cache, serialized, isStringTag) {
1341
1341
  }
1342
1342
  };
1343
1343
 
1344
- // ../node_modules/@emotion/hash/dist/emotion-hash.esm.js
1344
+ // node_modules/@emotion/hash/dist/emotion-hash.esm.js
1345
1345
  function murmur2(str) {
1346
1346
  var h = 0;
1347
1347
  var k, i = 0, len = str.length;
@@ -1371,7 +1371,7 @@ function murmur2(str) {
1371
1371
  return ((h ^ h >>> 15) >>> 0).toString(36);
1372
1372
  }
1373
1373
 
1374
- // ../node_modules/@emotion/unitless/dist/emotion-unitless.esm.js
1374
+ // node_modules/@emotion/unitless/dist/emotion-unitless.esm.js
1375
1375
  var unitlessKeys = {
1376
1376
  animationIterationCount: 1,
1377
1377
  aspectRatio: 1,
@@ -1783,7 +1783,7 @@ function usePublicAuthConfig() {
1783
1783
  return { authConfig, isLoaded };
1784
1784
  }
1785
1785
 
1786
- // ../node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js
1786
+ // node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js
1787
1787
  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)-.*))$/;
1788
1788
  var isPropValid = /* @__PURE__ */ memoize(
1789
1789
  function(prop) {
@@ -1792,7 +1792,7 @@ var isPropValid = /* @__PURE__ */ memoize(
1792
1792
  /* Z+1 */
1793
1793
  );
1794
1794
 
1795
- // ../node_modules/@emotion/styled/base/dist/emotion-styled-base.esm.js
1795
+ // node_modules/@emotion/styled/base/dist/emotion-styled-base.esm.js
1796
1796
  var isBrowser5 = typeof document !== "undefined";
1797
1797
  var testOmitPropsOnStringTag = isPropValid;
1798
1798
  var testOmitPropsOnComponent = function testOmitPropsOnComponent2(key) {
@@ -1927,7 +1927,7 @@ var createStyled = function createStyled2(tag, options) {
1927
1927
  };
1928
1928
  };
1929
1929
 
1930
- // ../node_modules/@emotion/styled/dist/emotion-styled.esm.js
1930
+ // node_modules/@emotion/styled/dist/emotion-styled.esm.js
1931
1931
  __toESM(require_extends());
1932
1932
  var tags = [
1933
1933
  "a",