New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@boxyhq/react-ui

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@boxyhq/react-ui - npm Package Compare versions

Comparing version 1.7.3 to 1.7.4

LICENSE

1584

dist/@boxyhq/react-ui.js

@@ -1,11 +0,68 @@

(function(){"use strict";try{if(typeof document!="undefined"){var o=document.createElement("style");o.appendChild(document.createTextNode("._container_hy7d9_1{display:flex;flex-direction:column;max-width:28rem}._label_hy7d9_7{margin-bottom:.375rem}._input_hy7d9_11{font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-radius:.375rem;border-width:1px;border-color:#ebedf0;border-style:solid;padding:.5rem .75rem;font-size:1rem;margin-top:1px;outline:none;margin-bottom:1rem}._input_hy7d9_11:focus{outline:2px solid hsl(0 0% 20%/ .2);outline-offset:2px}._button_hy7d9_31{cursor:pointer;font-family:inherit;background-image:none;border-radius:.25rem;padding:.5rem 1rem;background-color:transparent;border:1px solid rgb(51,51,51);color:currentColor}._button_hy7d9_31:disabled{background:hsl(219 14% 28% / .2);color:#3333;border-color:currentColor;pointer-events:none}._button_hy7d9_31:hover:not(:disabled){background-color:#333;color:#fff}._button_hy7d9_31:focus-visible{outline:2px solid hsl(219 14% 22%);outline-offset:2px}._button_hy7d9_31:active:hover,._button_hy7d9_31:active:focus{transform:scale(.95)}")),document.head.appendChild(o)}}catch(e){console.error("vite-plugin-css-injected-by-js",e)}})();
import Ye, { useState as H, useEffect as vr } from "react";
var M = {}, pr = {
(function(){"use strict";try{if(typeof document!="undefined"){var n=document.createElement("style");n.appendChild(document.createTextNode(`._container_hy7d9_1 {
display: flex;
flex-direction: column;
max-width: 28rem;
}
._label_hy7d9_7 {
margin-bottom: 0.375rem;
}
._input_hy7d9_11 {
font-family: inherit;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #fff;
border-radius: 0.375rem;
border-width: 1px;
border-color: #ebedf0;
border-style: solid;
padding: 0.5rem 0.75rem;
font-size: 1rem;
margin-top: 1px;
outline: none;
margin-bottom: 1rem;
}
._input_hy7d9_11:focus {
outline: 2px solid hsl(0 0% 20%/ 0.2);
outline-offset: 2px;
}
._button_hy7d9_31 {
cursor: pointer;
font-family: inherit;
background-image: none;
border-radius: 0.25rem;
padding: 0.5rem 1rem;
background-color: transparent;
border: 1px solid rgb(51, 51, 51);
color: currentColor;
}
._button_hy7d9_31:disabled {
background: hsl(219 14% 28% / 0.2);
color: hsl(0 0% 20% / 0.2);
border-color: currentColor;
pointer-events: none;
}
._button_hy7d9_31:hover:not(:disabled) {
background-color: hsl(0 0% 20%);
color: hsl(0 0% 100%);
}
._button_hy7d9_31:focus-visible {
outline: 2px solid hsl(219 14% 22%);
outline-offset: 2px;
}
._button_hy7d9_31:active:hover,
._button_hy7d9_31:active:focus {
transform: scale(0.95);
}`)),document.head.appendChild(n)}}catch(o){console.error("vite-plugin-css-injected-by-js",o)}})();
import require$$0, { useState, useEffect } from "react";
var jsxRuntimeExports = {};
var jsxRuntime = {
get exports() {
return M;
return jsxRuntimeExports;
},
set exports(f) {
M = f;
set exports(v) {
jsxRuntimeExports = v;
}
}, W = {};
};
var reactJsxRuntime_production_min = {};
/**

@@ -20,21 +77,26 @@ * @license React

*/
var De;
function br() {
if (De)
return W;
De = 1;
var f = Ye, g = Symbol.for("react.element"), y = Symbol.for("react.fragment"), m = Object.prototype.hasOwnProperty, k = f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, b = { key: !0, ref: !0, __self: !0, __source: !0 };
function d(l, v, C) {
var h, R = {}, T = null, x = null;
C !== void 0 && (T = "" + C), v.key !== void 0 && (T = "" + v.key), v.ref !== void 0 && (x = v.ref);
for (h in v)
m.call(v, h) && !b.hasOwnProperty(h) && (R[h] = v[h]);
if (l && l.defaultProps)
for (h in v = l.defaultProps, v)
R[h] === void 0 && (R[h] = v[h]);
return { $$typeof: g, type: l, key: T, ref: x, props: R, _owner: k.current };
var hasRequiredReactJsxRuntime_production_min;
function requireReactJsxRuntime_production_min() {
if (hasRequiredReactJsxRuntime_production_min)
return reactJsxRuntime_production_min;
hasRequiredReactJsxRuntime_production_min = 1;
var f = require$$0, k = Symbol.for("react.element"), l = Symbol.for("react.fragment"), m = Object.prototype.hasOwnProperty, n = f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, p = { key: true, ref: true, __self: true, __source: true };
function q(c, a, g) {
var b, d = {}, e = null, h = null;
void 0 !== g && (e = "" + g);
void 0 !== a.key && (e = "" + a.key);
void 0 !== a.ref && (h = a.ref);
for (b in a)
m.call(a, b) && !p.hasOwnProperty(b) && (d[b] = a[b]);
if (c && c.defaultProps)
for (b in a = c.defaultProps, a)
void 0 === d[b] && (d[b] = a[b]);
return { $$typeof: k, type: c, key: e, ref: h, props: d, _owner: n.current };
}
return W.Fragment = y, W.jsx = d, W.jsxs = d, W;
reactJsxRuntime_production_min.Fragment = l;
reactJsxRuntime_production_min.jsx = q;
reactJsxRuntime_production_min.jsxs = q;
return reactJsxRuntime_production_min;
}
var Y = {};
var reactJsxRuntime_development = {};
/**

@@ -49,659 +111,981 @@ * @license React

*/
var Ie;
function hr() {
return Ie || (Ie = 1, process.env.NODE_ENV !== "production" && function() {
var f = Ye, g = Symbol.for("react.element"), y = Symbol.for("react.portal"), m = Symbol.for("react.fragment"), k = Symbol.for("react.strict_mode"), b = Symbol.for("react.profiler"), d = Symbol.for("react.provider"), l = Symbol.for("react.context"), v = Symbol.for("react.forward_ref"), C = Symbol.for("react.suspense"), h = Symbol.for("react.suspense_list"), R = Symbol.for("react.memo"), T = Symbol.for("react.lazy"), x = Symbol.for("react.offscreen"), L = Symbol.iterator, X = "@@iterator";
function U(e) {
if (e === null || typeof e != "object")
var hasRequiredReactJsxRuntime_development;
function requireReactJsxRuntime_development() {
if (hasRequiredReactJsxRuntime_development)
return reactJsxRuntime_development;
hasRequiredReactJsxRuntime_development = 1;
if (process.env.NODE_ENV !== "production") {
(function() {
var React = require$$0;
var REACT_ELEMENT_TYPE = Symbol.for("react.element");
var REACT_PORTAL_TYPE = Symbol.for("react.portal");
var REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
var REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode");
var REACT_PROFILER_TYPE = Symbol.for("react.profiler");
var REACT_PROVIDER_TYPE = Symbol.for("react.provider");
var REACT_CONTEXT_TYPE = Symbol.for("react.context");
var REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref");
var REACT_SUSPENSE_TYPE = Symbol.for("react.suspense");
var REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list");
var REACT_MEMO_TYPE = Symbol.for("react.memo");
var REACT_LAZY_TYPE = Symbol.for("react.lazy");
var REACT_OFFSCREEN_TYPE = Symbol.for("react.offscreen");
var MAYBE_ITERATOR_SYMBOL = Symbol.iterator;
var FAUX_ITERATOR_SYMBOL = "@@iterator";
function getIteratorFn(maybeIterable) {
if (maybeIterable === null || typeof maybeIterable !== "object") {
return null;
}
var maybeIterator = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL];
if (typeof maybeIterator === "function") {
return maybeIterator;
}
return null;
var r = L && e[L] || e[X];
return typeof r == "function" ? r : null;
}
var w = f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
function p(e) {
{
for (var r = arguments.length, t = new Array(r > 1 ? r - 1 : 0), n = 1; n < r; n++)
t[n - 1] = arguments[n];
fe("error", e, t);
}
}
function fe(e, r, t) {
var ReactSharedInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
function error(format) {
{
{
for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
args[_key2 - 1] = arguments[_key2];
}
printWarning("error", format, args);
}
}
}
function printWarning(level, format, args) {
{
var ReactDebugCurrentFrame2 = ReactSharedInternals.ReactDebugCurrentFrame;
var stack = ReactDebugCurrentFrame2.getStackAddendum();
if (stack !== "") {
format += "%s";
args = args.concat([stack]);
}
var argsWithFormat = args.map(function(item) {
return String(item);
});
argsWithFormat.unshift("Warning: " + format);
Function.prototype.apply.call(console[level], console, argsWithFormat);
}
}
var enableScopeAPI = false;
var enableCacheElement = false;
var enableTransitionTracing = false;
var enableLegacyHidden = false;
var enableDebugTracing = false;
var REACT_MODULE_REFERENCE;
{
var n = w.ReactDebugCurrentFrame, i = n.getStackAddendum();
i !== "" && (r += "%s", t = t.concat([i]));
var u = t.map(function(o) {
return String(o);
});
u.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, u);
REACT_MODULE_REFERENCE = Symbol.for("react.module.reference");
}
}
var Z = !1, Q = !1, D = !1, I = !1, Me = !1, ce;
ce = Symbol.for("react.module.reference");
function Le(e) {
return !!(typeof e == "string" || typeof e == "function" || e === m || e === b || Me || e === k || e === C || e === h || I || e === x || Z || Q || D || typeof e == "object" && e !== null && (e.$$typeof === T || e.$$typeof === R || e.$$typeof === d || e.$$typeof === l || e.$$typeof === v || e.$$typeof === ce || e.getModuleId !== void 0));
}
function Ue(e, r, t) {
var n = e.displayName;
if (n)
return n;
var i = r.displayName || r.name || "";
return i !== "" ? t + "(" + i + ")" : t;
}
function le(e) {
return e.displayName || "Context";
}
function O(e) {
if (e == null)
return null;
if (typeof e.tag == "number" && p("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
return e.displayName || e.name || null;
if (typeof e == "string")
return e;
switch (e) {
case m:
return "Fragment";
case y:
return "Portal";
case b:
return "Profiler";
case k:
return "StrictMode";
case C:
return "Suspense";
case h:
return "SuspenseList";
function isValidElementType(type) {
if (typeof type === "string" || typeof type === "function") {
return true;
}
if (type === REACT_FRAGMENT_TYPE || type === REACT_PROFILER_TYPE || enableDebugTracing || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || enableLegacyHidden || type === REACT_OFFSCREEN_TYPE || enableScopeAPI || enableCacheElement || enableTransitionTracing) {
return true;
}
if (typeof type === "object" && type !== null) {
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_MODULE_REFERENCE || type.getModuleId !== void 0) {
return true;
}
}
return false;
}
if (typeof e == "object")
switch (e.$$typeof) {
case l:
var r = e;
return le(r) + ".Consumer";
case d:
var t = e;
return le(t._context) + ".Provider";
case v:
return Ue(e, e.render, "ForwardRef");
case R:
var n = e.displayName || null;
return n !== null ? n : O(e.type) || "Memo";
case T: {
var i = e, u = i._payload, o = i._init;
try {
return O(o(u));
} catch {
return null;
function getWrappedName(outerType, innerType, wrapperName) {
var displayName = outerType.displayName;
if (displayName) {
return displayName;
}
var functionName = innerType.displayName || innerType.name || "";
return functionName !== "" ? wrapperName + "(" + functionName + ")" : wrapperName;
}
function getContextName(type) {
return type.displayName || "Context";
}
function getComponentNameFromType(type) {
if (type == null) {
return null;
}
{
if (typeof type.tag === "number") {
error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue.");
}
}
if (typeof type === "function") {
return type.displayName || type.name || null;
}
if (typeof type === "string") {
return type;
}
switch (type) {
case REACT_FRAGMENT_TYPE:
return "Fragment";
case REACT_PORTAL_TYPE:
return "Portal";
case REACT_PROFILER_TYPE:
return "Profiler";
case REACT_STRICT_MODE_TYPE:
return "StrictMode";
case REACT_SUSPENSE_TYPE:
return "Suspense";
case REACT_SUSPENSE_LIST_TYPE:
return "SuspenseList";
}
if (typeof type === "object") {
switch (type.$$typeof) {
case REACT_CONTEXT_TYPE:
var context = type;
return getContextName(context) + ".Consumer";
case REACT_PROVIDER_TYPE:
var provider = type;
return getContextName(provider._context) + ".Provider";
case REACT_FORWARD_REF_TYPE:
return getWrappedName(type, type.render, "ForwardRef");
case REACT_MEMO_TYPE:
var outerName = type.displayName || null;
if (outerName !== null) {
return outerName;
}
return getComponentNameFromType(type.type) || "Memo";
case REACT_LAZY_TYPE: {
var lazyComponent = type;
var payload = lazyComponent._payload;
var init = lazyComponent._init;
try {
return getComponentNameFromType(init(payload));
} catch (x) {
return null;
}
}
}
}
return null;
}
var j = Object.assign, A = 0, se, de, ve, pe, be, he, ge;
function _e() {
}
_e.__reactDisabledLog = !0;
function Ve() {
{
if (A === 0) {
se = console.log, de = console.info, ve = console.warn, pe = console.error, be = console.group, he = console.groupCollapsed, ge = console.groupEnd;
var e = {
configurable: !0,
enumerable: !0,
value: _e,
writable: !0
};
Object.defineProperties(console, {
info: e,
log: e,
warn: e,
error: e,
group: e,
groupCollapsed: e,
groupEnd: e
});
return null;
}
var assign = Object.assign;
var disabledDepth = 0;
var prevLog;
var prevInfo;
var prevWarn;
var prevError;
var prevGroup;
var prevGroupCollapsed;
var prevGroupEnd;
function disabledLog() {
}
disabledLog.__reactDisabledLog = true;
function disableLogs() {
{
if (disabledDepth === 0) {
prevLog = console.log;
prevInfo = console.info;
prevWarn = console.warn;
prevError = console.error;
prevGroup = console.group;
prevGroupCollapsed = console.groupCollapsed;
prevGroupEnd = console.groupEnd;
var props = {
configurable: true,
enumerable: true,
value: disabledLog,
writable: true
};
Object.defineProperties(console, {
info: props,
log: props,
warn: props,
error: props,
group: props,
groupCollapsed: props,
groupEnd: props
});
}
disabledDepth++;
}
A++;
}
}
function qe() {
{
if (A--, A === 0) {
var e = {
configurable: !0,
enumerable: !0,
writable: !0
};
Object.defineProperties(console, {
log: j({}, e, {
value: se
}),
info: j({}, e, {
value: de
}),
warn: j({}, e, {
value: ve
}),
error: j({}, e, {
value: pe
}),
group: j({}, e, {
value: be
}),
groupCollapsed: j({}, e, {
value: he
}),
groupEnd: j({}, e, {
value: ge
})
});
function reenableLogs() {
{
disabledDepth--;
if (disabledDepth === 0) {
var props = {
configurable: true,
enumerable: true,
writable: true
};
Object.defineProperties(console, {
log: assign({}, props, {
value: prevLog
}),
info: assign({}, props, {
value: prevInfo
}),
warn: assign({}, props, {
value: prevWarn
}),
error: assign({}, props, {
value: prevError
}),
group: assign({}, props, {
value: prevGroup
}),
groupCollapsed: assign({}, props, {
value: prevGroupCollapsed
}),
groupEnd: assign({}, props, {
value: prevGroupEnd
})
});
}
if (disabledDepth < 0) {
error("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
}
}
A < 0 && p("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
}
}
var ee = w.ReactCurrentDispatcher, re;
function V(e, r, t) {
{
if (re === void 0)
try {
throw Error();
} catch (i) {
var n = i.stack.trim().match(/\n( *(at )?)/);
re = n && n[1] || "";
var ReactCurrentDispatcher = ReactSharedInternals.ReactCurrentDispatcher;
var prefix;
function describeBuiltInComponentFrame(name, source, ownerFn) {
{
if (prefix === void 0) {
try {
throw Error();
} catch (x) {
var match = x.stack.trim().match(/\n( *(at )?)/);
prefix = match && match[1] || "";
}
}
return `
` + re + e;
return "\n" + prefix + name;
}
}
}
var te = !1, q;
{
var Be = typeof WeakMap == "function" ? WeakMap : Map;
q = new Be();
}
function Ee(e, r) {
if (!e || te)
return "";
var reentry = false;
var componentFrameCache;
{
var t = q.get(e);
if (t !== void 0)
return t;
var PossiblyWeakMap = typeof WeakMap === "function" ? WeakMap : Map;
componentFrameCache = new PossiblyWeakMap();
}
var n;
te = !0;
var i = Error.prepareStackTrace;
Error.prepareStackTrace = void 0;
var u;
u = ee.current, ee.current = null, Ve();
try {
if (r) {
var o = function() {
throw Error();
};
if (Object.defineProperty(o.prototype, "props", {
set: function() {
function describeNativeComponentFrame(fn, construct) {
if (!fn || reentry) {
return "";
}
{
var frame = componentFrameCache.get(fn);
if (frame !== void 0) {
return frame;
}
}
var control;
reentry = true;
var previousPrepareStackTrace = Error.prepareStackTrace;
Error.prepareStackTrace = void 0;
var previousDispatcher;
{
previousDispatcher = ReactCurrentDispatcher.current;
ReactCurrentDispatcher.current = null;
disableLogs();
}
try {
if (construct) {
var Fake = function() {
throw Error();
};
Object.defineProperty(Fake.prototype, "props", {
set: function() {
throw Error();
}
});
if (typeof Reflect === "object" && Reflect.construct) {
try {
Reflect.construct(Fake, []);
} catch (x) {
control = x;
}
Reflect.construct(fn, [], Fake);
} else {
try {
Fake.call();
} catch (x) {
control = x;
}
fn.call(Fake.prototype);
}
}), typeof Reflect == "object" && Reflect.construct) {
try {
Reflect.construct(o, []);
} catch (S) {
n = S;
}
Reflect.construct(e, [], o);
} else {
try {
o.call();
} catch (S) {
n = S;
throw Error();
} catch (x) {
control = x;
}
e.call(o.prototype);
fn();
}
} else {
try {
throw Error();
} catch (S) {
n = S;
} catch (sample) {
if (sample && control && typeof sample.stack === "string") {
var sampleLines = sample.stack.split("\n");
var controlLines = control.stack.split("\n");
var s = sampleLines.length - 1;
var c = controlLines.length - 1;
while (s >= 1 && c >= 0 && sampleLines[s] !== controlLines[c]) {
c--;
}
for (; s >= 1 && c >= 0; s--, c--) {
if (sampleLines[s] !== controlLines[c]) {
if (s !== 1 || c !== 1) {
do {
s--;
c--;
if (c < 0 || sampleLines[s] !== controlLines[c]) {
var _frame = "\n" + sampleLines[s].replace(" at new ", " at ");
if (fn.displayName && _frame.includes("<anonymous>")) {
_frame = _frame.replace("<anonymous>", fn.displayName);
}
{
if (typeof fn === "function") {
componentFrameCache.set(fn, _frame);
}
}
return _frame;
}
} while (s >= 1 && c >= 0);
}
break;
}
}
}
e();
} finally {
reentry = false;
{
ReactCurrentDispatcher.current = previousDispatcher;
reenableLogs();
}
Error.prepareStackTrace = previousPrepareStackTrace;
}
} catch (S) {
if (S && n && typeof S.stack == "string") {
for (var a = S.stack.split(`
`), _ = n.stack.split(`
`), c = a.length - 1, s = _.length - 1; c >= 1 && s >= 0 && a[c] !== _[s]; )
s--;
for (; c >= 1 && s >= 0; c--, s--)
if (a[c] !== _[s]) {
if (c !== 1 || s !== 1)
do
if (c--, s--, s < 0 || a[c] !== _[s]) {
var E = `
` + a[c].replace(" at new ", " at ");
return e.displayName && E.includes("<anonymous>") && (E = E.replace("<anonymous>", e.displayName)), typeof e == "function" && q.set(e, E), E;
}
while (c >= 1 && s >= 0);
break;
}
var name = fn ? fn.displayName || fn.name : "";
var syntheticFrame = name ? describeBuiltInComponentFrame(name) : "";
{
if (typeof fn === "function") {
componentFrameCache.set(fn, syntheticFrame);
}
}
} finally {
te = !1, ee.current = u, qe(), Error.prepareStackTrace = i;
return syntheticFrame;
}
var F = e ? e.displayName || e.name : "", Fe = F ? V(F) : "";
return typeof e == "function" && q.set(e, Fe), Fe;
}
function Ge(e, r, t) {
return Ee(e, !1);
}
function Je(e) {
var r = e.prototype;
return !!(r && r.isReactComponent);
}
function B(e, r, t) {
if (e == null)
return "";
if (typeof e == "function")
return Ee(e, Je(e));
if (typeof e == "string")
return V(e);
switch (e) {
case C:
return V("Suspense");
case h:
return V("SuspenseList");
function describeFunctionComponentFrame(fn, source, ownerFn) {
{
return describeNativeComponentFrame(fn, false);
}
}
if (typeof e == "object")
switch (e.$$typeof) {
case v:
return Ge(e.render);
case R:
return B(e.type, r, t);
case T: {
var n = e, i = n._payload, u = n._init;
try {
return B(u(i), r, t);
} catch {
function shouldConstruct(Component) {
var prototype = Component.prototype;
return !!(prototype && prototype.isReactComponent);
}
function describeUnknownElementTypeFrameInDEV(type, source, ownerFn) {
if (type == null) {
return "";
}
if (typeof type === "function") {
{
return describeNativeComponentFrame(type, shouldConstruct(type));
}
}
if (typeof type === "string") {
return describeBuiltInComponentFrame(type);
}
switch (type) {
case REACT_SUSPENSE_TYPE:
return describeBuiltInComponentFrame("Suspense");
case REACT_SUSPENSE_LIST_TYPE:
return describeBuiltInComponentFrame("SuspenseList");
}
if (typeof type === "object") {
switch (type.$$typeof) {
case REACT_FORWARD_REF_TYPE:
return describeFunctionComponentFrame(type.render);
case REACT_MEMO_TYPE:
return describeUnknownElementTypeFrameInDEV(type.type, source, ownerFn);
case REACT_LAZY_TYPE: {
var lazyComponent = type;
var payload = lazyComponent._payload;
var init = lazyComponent._init;
try {
return describeUnknownElementTypeFrameInDEV(init(payload), source, ownerFn);
} catch (x) {
}
}
}
}
return "";
}
var G = Object.prototype.hasOwnProperty, Re = {}, ye = w.ReactDebugCurrentFrame;
function J(e) {
if (e) {
var r = e._owner, t = B(e.type, e._source, r ? r.type : null);
ye.setExtraStackFrame(t);
} else
ye.setExtraStackFrame(null);
}
function ze(e, r, t, n, i) {
{
var u = Function.call.bind(G);
for (var o in e)
if (u(e, o)) {
var a = void 0;
try {
if (typeof e[o] != "function") {
var _ = Error((n || "React class") + ": " + t + " type `" + o + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[o] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
throw _.name = "Invariant Violation", _;
return "";
}
var hasOwnProperty = Object.prototype.hasOwnProperty;
var loggedTypeFailures = {};
var ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame;
function setCurrentlyValidatingElement(element) {
{
if (element) {
var owner = element._owner;
var stack = describeUnknownElementTypeFrameInDEV(element.type, element._source, owner ? owner.type : null);
ReactDebugCurrentFrame.setExtraStackFrame(stack);
} else {
ReactDebugCurrentFrame.setExtraStackFrame(null);
}
}
}
function checkPropTypes(typeSpecs, values, location, componentName, element) {
{
var has = Function.call.bind(hasOwnProperty);
for (var typeSpecName in typeSpecs) {
if (has(typeSpecs, typeSpecName)) {
var error$1 = void 0;
try {
if (typeof typeSpecs[typeSpecName] !== "function") {
var err = Error((componentName || "React class") + ": " + location + " type `" + typeSpecName + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof typeSpecs[typeSpecName] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
err.name = "Invariant Violation";
throw err;
}
error$1 = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
} catch (ex) {
error$1 = ex;
}
a = e[o](r, o, n, t, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
} catch (c) {
a = c;
if (error$1 && !(error$1 instanceof Error)) {
setCurrentlyValidatingElement(element);
error("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", componentName || "React class", location, typeSpecName, typeof error$1);
setCurrentlyValidatingElement(null);
}
if (error$1 instanceof Error && !(error$1.message in loggedTypeFailures)) {
loggedTypeFailures[error$1.message] = true;
setCurrentlyValidatingElement(element);
error("Failed %s type: %s", location, error$1.message);
setCurrentlyValidatingElement(null);
}
}
a && !(a instanceof Error) && (J(i), p("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", n || "React class", t, o, typeof a), J(null)), a instanceof Error && !(a.message in Re) && (Re[a.message] = !0, J(i), p("Failed %s type: %s", t, a.message), J(null));
}
}
}
}
var Ne = Array.isArray;
function ne(e) {
return Ne(e);
}
function Ke(e) {
{
var r = typeof Symbol == "function" && Symbol.toStringTag, t = r && e[Symbol.toStringTag] || e.constructor.name || "Object";
return t;
var isArrayImpl = Array.isArray;
function isArray(a) {
return isArrayImpl(a);
}
}
function He(e) {
try {
return me(e), !1;
} catch {
return !0;
function typeName(value) {
{
var hasToStringTag = typeof Symbol === "function" && Symbol.toStringTag;
var type = hasToStringTag && value[Symbol.toStringTag] || value.constructor.name || "Object";
return type;
}
}
}
function me(e) {
return "" + e;
}
function Te(e) {
if (He(e))
return p("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Ke(e)), me(e);
}
var $ = w.ReactCurrentOwner, Xe = {
key: !0,
ref: !0,
__self: !0,
__source: !0
}, Ce, Oe, ae;
ae = {};
function Ze(e) {
if (G.call(e, "ref")) {
var r = Object.getOwnPropertyDescriptor(e, "ref").get;
if (r && r.isReactWarning)
return !1;
function willCoercionThrow(value) {
{
try {
testStringCoercion(value);
return false;
} catch (e) {
return true;
}
}
}
return e.ref !== void 0;
}
function Qe(e) {
if (G.call(e, "key")) {
var r = Object.getOwnPropertyDescriptor(e, "key").get;
if (r && r.isReactWarning)
return !1;
function testStringCoercion(value) {
return "" + value;
}
return e.key !== void 0;
}
function er(e, r) {
if (typeof e.ref == "string" && $.current && r && $.current.stateNode !== r) {
var t = O($.current.type);
ae[t] || (p('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', O($.current.type), e.ref), ae[t] = !0);
function checkKeyStringCoercion(value) {
{
if (willCoercionThrow(value)) {
error("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", typeName(value));
return testStringCoercion(value);
}
}
}
}
function rr(e, r) {
var ReactCurrentOwner = ReactSharedInternals.ReactCurrentOwner;
var RESERVED_PROPS = {
key: true,
ref: true,
__self: true,
__source: true
};
var specialPropKeyWarningShown;
var specialPropRefWarningShown;
var didWarnAboutStringRefs;
{
var t = function() {
Ce || (Ce = !0, p("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
};
t.isReactWarning = !0, Object.defineProperty(e, "key", {
get: t,
configurable: !0
});
didWarnAboutStringRefs = {};
}
}
function tr(e, r) {
{
var t = function() {
Oe || (Oe = !0, p("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
function hasValidRef(config) {
{
if (hasOwnProperty.call(config, "ref")) {
var getter = Object.getOwnPropertyDescriptor(config, "ref").get;
if (getter && getter.isReactWarning) {
return false;
}
}
}
return config.ref !== void 0;
}
function hasValidKey(config) {
{
if (hasOwnProperty.call(config, "key")) {
var getter = Object.getOwnPropertyDescriptor(config, "key").get;
if (getter && getter.isReactWarning) {
return false;
}
}
}
return config.key !== void 0;
}
function warnIfStringRefCannotBeAutoConverted(config, self) {
{
if (typeof config.ref === "string" && ReactCurrentOwner.current && self && ReactCurrentOwner.current.stateNode !== self) {
var componentName = getComponentNameFromType(ReactCurrentOwner.current.type);
if (!didWarnAboutStringRefs[componentName]) {
error('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', getComponentNameFromType(ReactCurrentOwner.current.type), config.ref);
didWarnAboutStringRefs[componentName] = true;
}
}
}
}
function defineKeyPropWarningGetter(props, displayName) {
{
var warnAboutAccessingKey = function() {
if (!specialPropKeyWarningShown) {
specialPropKeyWarningShown = true;
error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", displayName);
}
};
warnAboutAccessingKey.isReactWarning = true;
Object.defineProperty(props, "key", {
get: warnAboutAccessingKey,
configurable: true
});
}
}
function defineRefPropWarningGetter(props, displayName) {
{
var warnAboutAccessingRef = function() {
if (!specialPropRefWarningShown) {
specialPropRefWarningShown = true;
error("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", displayName);
}
};
warnAboutAccessingRef.isReactWarning = true;
Object.defineProperty(props, "ref", {
get: warnAboutAccessingRef,
configurable: true
});
}
}
var ReactElement = function(type, key, ref, self, source, owner, props) {
var element = {
$$typeof: REACT_ELEMENT_TYPE,
type,
key,
ref,
props,
_owner: owner
};
t.isReactWarning = !0, Object.defineProperty(e, "ref", {
get: t,
configurable: !0
});
}
}
var nr = function(e, r, t, n, i, u, o) {
var a = {
$$typeof: g,
type: e,
key: r,
ref: t,
props: o,
_owner: u
{
element._store = {};
Object.defineProperty(element._store, "validated", {
configurable: false,
enumerable: false,
writable: true,
value: false
});
Object.defineProperty(element, "_self", {
configurable: false,
enumerable: false,
writable: false,
value: self
});
Object.defineProperty(element, "_source", {
configurable: false,
enumerable: false,
writable: false,
value: source
});
if (Object.freeze) {
Object.freeze(element.props);
Object.freeze(element);
}
}
return element;
};
return a._store = {}, Object.defineProperty(a._store, "validated", {
configurable: !1,
enumerable: !1,
writable: !0,
value: !1
}), Object.defineProperty(a, "_self", {
configurable: !1,
enumerable: !1,
writable: !1,
value: n
}), Object.defineProperty(a, "_source", {
configurable: !1,
enumerable: !1,
writable: !1,
value: i
}), Object.freeze && (Object.freeze(a.props), Object.freeze(a)), a;
};
function ar(e, r, t, n, i) {
{
var u, o = {}, a = null, _ = null;
t !== void 0 && (Te(t), a = "" + t), Qe(r) && (Te(r.key), a = "" + r.key), Ze(r) && (_ = r.ref, er(r, i));
for (u in r)
G.call(r, u) && !Xe.hasOwnProperty(u) && (o[u] = r[u]);
if (e && e.defaultProps) {
var c = e.defaultProps;
for (u in c)
o[u] === void 0 && (o[u] = c[u]);
function jsxDEV(type, config, maybeKey, source, self) {
{
var propName;
var props = {};
var key = null;
var ref = null;
if (maybeKey !== void 0) {
{
checkKeyStringCoercion(maybeKey);
}
key = "" + maybeKey;
}
if (hasValidKey(config)) {
{
checkKeyStringCoercion(config.key);
}
key = "" + config.key;
}
if (hasValidRef(config)) {
ref = config.ref;
warnIfStringRefCannotBeAutoConverted(config, self);
}
for (propName in config) {
if (hasOwnProperty.call(config, propName) && !RESERVED_PROPS.hasOwnProperty(propName)) {
props[propName] = config[propName];
}
}
if (type && type.defaultProps) {
var defaultProps = type.defaultProps;
for (propName in defaultProps) {
if (props[propName] === void 0) {
props[propName] = defaultProps[propName];
}
}
}
if (key || ref) {
var displayName = typeof type === "function" ? type.displayName || type.name || "Unknown" : type;
if (key) {
defineKeyPropWarningGetter(props, displayName);
}
if (ref) {
defineRefPropWarningGetter(props, displayName);
}
}
return ReactElement(type, key, ref, self, source, ReactCurrentOwner.current, props);
}
if (a || _) {
var s = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
a && rr(o, s), _ && tr(o, s);
}
var ReactCurrentOwner$1 = ReactSharedInternals.ReactCurrentOwner;
var ReactDebugCurrentFrame$1 = ReactSharedInternals.ReactDebugCurrentFrame;
function setCurrentlyValidatingElement$1(element) {
{
if (element) {
var owner = element._owner;
var stack = describeUnknownElementTypeFrameInDEV(element.type, element._source, owner ? owner.type : null);
ReactDebugCurrentFrame$1.setExtraStackFrame(stack);
} else {
ReactDebugCurrentFrame$1.setExtraStackFrame(null);
}
}
return nr(e, a, _, i, n, $.current, o);
}
}
var oe = w.ReactCurrentOwner, Se = w.ReactDebugCurrentFrame;
function P(e) {
if (e) {
var r = e._owner, t = B(e.type, e._source, r ? r.type : null);
Se.setExtraStackFrame(t);
} else
Se.setExtraStackFrame(null);
}
var ie;
ie = !1;
function ue(e) {
return typeof e == "object" && e !== null && e.$$typeof === g;
}
function we() {
var propTypesMisspellWarningShown;
{
if (oe.current) {
var e = O(oe.current.type);
if (e)
return `
Check the render method of \`` + e + "`.";
propTypesMisspellWarningShown = false;
}
function isValidElement(object) {
{
return typeof object === "object" && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;
}
return "";
}
}
function or(e) {
{
if (e !== void 0) {
var r = e.fileName.replace(/^.*[\\\/]/, ""), t = e.lineNumber;
return `
Check your code at ` + r + ":" + t + ".";
function getDeclarationErrorAddendum() {
{
if (ReactCurrentOwner$1.current) {
var name = getComponentNameFromType(ReactCurrentOwner$1.current.type);
if (name) {
return "\n\nCheck the render method of `" + name + "`.";
}
}
return "";
}
return "";
}
}
var xe = {};
function ir(e) {
{
var r = we();
if (!r) {
var t = typeof e == "string" ? e : e.displayName || e.name;
t && (r = `
Check the top-level render call using <` + t + ">.");
function getSourceInfoErrorAddendum(source) {
{
if (source !== void 0) {
var fileName = source.fileName.replace(/^.*[\\\/]/, "");
var lineNumber = source.lineNumber;
return "\n\nCheck your code at " + fileName + ":" + lineNumber + ".";
}
return "";
}
return r;
}
}
function je(e, r) {
{
if (!e._store || e._store.validated || e.key != null)
return;
e._store.validated = !0;
var t = ir(r);
if (xe[t])
return;
xe[t] = !0;
var n = "";
e && e._owner && e._owner !== oe.current && (n = " It was passed a child from " + O(e._owner.type) + "."), P(e), p('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', t, n), P(null);
var ownerHasKeyUseWarning = {};
function getCurrentComponentErrorInfo(parentType) {
{
var info = getDeclarationErrorAddendum();
if (!info) {
var parentName = typeof parentType === "string" ? parentType : parentType.displayName || parentType.name;
if (parentName) {
info = "\n\nCheck the top-level render call using <" + parentName + ">.";
}
}
return info;
}
}
}
function ke(e, r) {
{
if (typeof e != "object")
return;
if (ne(e))
for (var t = 0; t < e.length; t++) {
var n = e[t];
ue(n) && je(n, r);
function validateExplicitKey(element, parentType) {
{
if (!element._store || element._store.validated || element.key != null) {
return;
}
else if (ue(e))
e._store && (e._store.validated = !0);
else if (e) {
var i = U(e);
if (typeof i == "function" && i !== e.entries)
for (var u = i.call(e), o; !(o = u.next()).done; )
ue(o.value) && je(o.value, r);
element._store.validated = true;
var currentComponentErrorInfo = getCurrentComponentErrorInfo(parentType);
if (ownerHasKeyUseWarning[currentComponentErrorInfo]) {
return;
}
ownerHasKeyUseWarning[currentComponentErrorInfo] = true;
var childOwner = "";
if (element && element._owner && element._owner !== ReactCurrentOwner$1.current) {
childOwner = " It was passed a child from " + getComponentNameFromType(element._owner.type) + ".";
}
setCurrentlyValidatingElement$1(element);
error('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', currentComponentErrorInfo, childOwner);
setCurrentlyValidatingElement$1(null);
}
}
}
function ur(e) {
{
var r = e.type;
if (r == null || typeof r == "string")
return;
var t;
if (typeof r == "function")
t = r.propTypes;
else if (typeof r == "object" && (r.$$typeof === v || r.$$typeof === R))
t = r.propTypes;
else
return;
if (t) {
var n = O(r);
ze(t, e.props, "prop", n, e);
} else if (r.PropTypes !== void 0 && !ie) {
ie = !0;
var i = O(r);
p("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", i || "Unknown");
function validateChildKeys(node, parentType) {
{
if (typeof node !== "object") {
return;
}
if (isArray(node)) {
for (var i = 0; i < node.length; i++) {
var child = node[i];
if (isValidElement(child)) {
validateExplicitKey(child, parentType);
}
}
} else if (isValidElement(node)) {
if (node._store) {
node._store.validated = true;
}
} else if (node) {
var iteratorFn = getIteratorFn(node);
if (typeof iteratorFn === "function") {
if (iteratorFn !== node.entries) {
var iterator = iteratorFn.call(node);
var step;
while (!(step = iterator.next()).done) {
if (isValidElement(step.value)) {
validateExplicitKey(step.value, parentType);
}
}
}
}
}
}
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && p("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
}
}
function fr(e) {
{
for (var r = Object.keys(e.props), t = 0; t < r.length; t++) {
var n = r[t];
if (n !== "children" && n !== "key") {
P(e), p("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), P(null);
break;
function validatePropTypes(element) {
{
var type = element.type;
if (type === null || type === void 0 || typeof type === "string") {
return;
}
var propTypes;
if (typeof type === "function") {
propTypes = type.propTypes;
} else if (typeof type === "object" && (type.$$typeof === REACT_FORWARD_REF_TYPE || type.$$typeof === REACT_MEMO_TYPE)) {
propTypes = type.propTypes;
} else {
return;
}
if (propTypes) {
var name = getComponentNameFromType(type);
checkPropTypes(propTypes, element.props, "prop", name, element);
} else if (type.PropTypes !== void 0 && !propTypesMisspellWarningShown) {
propTypesMisspellWarningShown = true;
var _name = getComponentNameFromType(type);
error("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", _name || "Unknown");
}
if (typeof type.getDefaultProps === "function" && !type.getDefaultProps.isReactClassApproved) {
error("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
}
}
e.ref !== null && (P(e), p("Invalid attribute `ref` supplied to `React.Fragment`."), P(null));
}
}
function Pe(e, r, t, n, i, u) {
{
var o = Le(e);
if (!o) {
var a = "";
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (a += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
var _ = or(i);
_ ? a += _ : a += we();
var c;
e === null ? c = "null" : ne(e) ? c = "array" : e !== void 0 && e.$$typeof === g ? (c = "<" + (O(e.type) || "Unknown") + " />", a = " Did you accidentally export a JSX literal instead of a component?") : c = typeof e, p("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", c, a);
function validateFragmentProps(fragment) {
{
var keys = Object.keys(fragment.props);
for (var i = 0; i < keys.length; i++) {
var key = keys[i];
if (key !== "children" && key !== "key") {
setCurrentlyValidatingElement$1(fragment);
error("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", key);
setCurrentlyValidatingElement$1(null);
break;
}
}
if (fragment.ref !== null) {
setCurrentlyValidatingElement$1(fragment);
error("Invalid attribute `ref` supplied to `React.Fragment`.");
setCurrentlyValidatingElement$1(null);
}
}
var s = ar(e, r, t, i, u);
if (s == null)
return s;
if (o) {
var E = r.children;
if (E !== void 0)
if (n)
if (ne(E)) {
for (var F = 0; F < E.length; F++)
ke(E[F], e);
Object.freeze && Object.freeze(E);
} else
p("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
else
ke(E, e);
}
function jsxWithValidation(type, props, key, isStaticChildren, source, self) {
{
var validType = isValidElementType(type);
if (!validType) {
var info = "";
if (type === void 0 || typeof type === "object" && type !== null && Object.keys(type).length === 0) {
info += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.";
}
var sourceInfo = getSourceInfoErrorAddendum(source);
if (sourceInfo) {
info += sourceInfo;
} else {
info += getDeclarationErrorAddendum();
}
var typeString;
if (type === null) {
typeString = "null";
} else if (isArray(type)) {
typeString = "array";
} else if (type !== void 0 && type.$$typeof === REACT_ELEMENT_TYPE) {
typeString = "<" + (getComponentNameFromType(type.type) || "Unknown") + " />";
info = " Did you accidentally export a JSX literal instead of a component?";
} else {
typeString = typeof type;
}
error("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", typeString, info);
}
var element = jsxDEV(type, props, key, source, self);
if (element == null) {
return element;
}
if (validType) {
var children = props.children;
if (children !== void 0) {
if (isStaticChildren) {
if (isArray(children)) {
for (var i = 0; i < children.length; i++) {
validateChildKeys(children[i], type);
}
if (Object.freeze) {
Object.freeze(children);
}
} else {
error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
}
} else {
validateChildKeys(children, type);
}
}
}
if (type === REACT_FRAGMENT_TYPE) {
validateFragmentProps(element);
} else {
validatePropTypes(element);
}
return element;
}
return e === m ? fr(s) : ur(s), s;
}
}
function cr(e, r, t) {
return Pe(e, r, t, !0);
}
function lr(e, r, t) {
return Pe(e, r, t, !1);
}
var sr = lr, dr = cr;
Y.Fragment = m, Y.jsx = sr, Y.jsxs = dr;
}()), Y;
function jsxWithValidationStatic(type, props, key) {
{
return jsxWithValidation(type, props, key, true);
}
}
function jsxWithValidationDynamic(type, props, key) {
{
return jsxWithValidation(type, props, key, false);
}
}
var jsx2 = jsxWithValidationDynamic;
var jsxs2 = jsxWithValidationStatic;
reactJsxRuntime_development.Fragment = REACT_FRAGMENT_TYPE;
reactJsxRuntime_development.jsx = jsx2;
reactJsxRuntime_development.jsxs = jsxs2;
})();
}
return reactJsxRuntime_development;
}
(function(f) {
process.env.NODE_ENV === "production" ? f.exports = br() : f.exports = hr();
})(pr);
const gr = M.Fragment, z = M.jsx, Ae = M.jsxs, _r = (f, g) => {
const y = Math.floor(1e6 + Math.random() * 1e6).toString();
return g ? `boxyhq-${f}-${g}-${y}` : `boxyhq-${f}-${y}`;
}, $e = (f, g) => {
const [y, m] = H("");
return vr(() => {
m(_r(f, g));
}, [f, g]), y;
}, N = (f = "", g) => f || g, Er = "_container_hy7d9_1", Rr = "_label_hy7d9_7", yr = "_input_hy7d9_11", mr = "_button_hy7d9_31", K = {
container: Er,
label: Rr,
input: yr,
button: mr
}, We = "sso", Cr = ({
ssoIdentifier: f = "",
onSubmit: g,
inputLabel: y = "Tenant",
placeholder: m = "",
buttonText: k = "Sign-in with SSO",
styles: b,
classNames: d,
innerProps: l
(function(module) {
if (process.env.NODE_ENV === "production") {
module.exports = requireReactJsxRuntime_production_min();
} else {
module.exports = requireReactJsxRuntime_development();
}
})(jsxRuntime);
const Fragment = jsxRuntimeExports.Fragment;
const jsx = jsxRuntimeExports.jsx;
const jsxs = jsxRuntimeExports.jsxs;
const htmlIdGenerator = (prefix, elementType) => {
const uniqueId = Math.floor(1e6 + Math.random() * 1e6).toString();
return elementType ? `boxyhq-${prefix}-${elementType}-${uniqueId}` : `boxyhq-${prefix}-${uniqueId}`;
};
const useId = (component, elementType) => {
const [id, setId] = useState("");
useEffect(() => {
setId(htmlIdGenerator(component, elementType));
}, [component, elementType]);
return id;
};
const cssClassAssembler = (customClasses = "", defaultClasses2) => customClasses ? customClasses : defaultClasses2;
const container = "_container_hy7d9_1";
const label = "_label_hy7d9_7";
const input = "_input_hy7d9_11";
const button = "_button_hy7d9_31";
const defaultClasses = {
container,
label,
input,
button
};
const COMPONENT = "sso";
const Login = ({
ssoIdentifier = "",
onSubmit,
inputLabel = "Tenant",
placeholder = "",
buttonText = "Sign-in with SSO",
styles,
classNames,
innerProps
}) => {
const v = $e(We, "input"), C = $e(We, "span"), [h, R] = H(""), [T, x] = H(""), L = (D) => {
x(""), R(D.currentTarget.value);
}, [X, U] = H(!1), w = async (D) => {
D.preventDefault(), U(!0);
const inputId = useId(COMPONENT, "input");
const errorSpanId = useId(COMPONENT, "span");
const [_ssoIdentifier, _setSsoIdentifier] = useState("");
const [errMsg, setErrMsg] = useState("");
const handleChange = (e) => {
setErrMsg("");
_setSsoIdentifier(e.currentTarget.value);
};
const [isProcessing, setIsProcessing] = useState(false);
const onButtonClick = async (e) => {
e.preventDefault();
setIsProcessing(true);
const {
error: { message: I }
} = await g(h || f) || { error: {} };
U(!1), typeof I == "string" && I && x(I);
}, p = !!T, Z = !f ? /* @__PURE__ */ Ae(gr, { children: [
/* @__PURE__ */ z(
error: { message }
} = await onSubmit(_ssoIdentifier || ssoIdentifier) || { error: {} };
setIsProcessing(false);
if (typeof message === "string" && message) {
setErrMsg(message);
}
};
const isError = !!errMsg;
const shouldRenderInput = !ssoIdentifier;
const inputUI = shouldRenderInput ? /* @__PURE__ */ jsxs(Fragment, { children: [
/* @__PURE__ */ jsx(
"label",
{
htmlFor: v,
style: b == null ? void 0 : b.label,
className: N(d == null ? void 0 : d.label, K.label),
...l == null ? void 0 : l.label,
children: y
htmlFor: inputId,
style: styles == null ? void 0 : styles.label,
className: cssClassAssembler(classNames == null ? void 0 : classNames.label, defaultClasses.label),
...innerProps == null ? void 0 : innerProps.label,
children: inputLabel
}
),
/* @__PURE__ */ z(
/* @__PURE__ */ jsx(
"input",
{
id: v,
value: h,
placeholder: m,
onChange: L,
style: b == null ? void 0 : b.input,
className: N(d == null ? void 0 : d.input, K.input),
"aria-invalid": p,
"aria-describedby": C,
...l == null ? void 0 : l.input
id: inputId,
value: _ssoIdentifier,
placeholder,
onChange: handleChange,
style: styles == null ? void 0 : styles.input,
className: cssClassAssembler(classNames == null ? void 0 : classNames.input, defaultClasses.input),
"aria-invalid": isError,
"aria-describedby": errorSpanId,
...innerProps == null ? void 0 : innerProps.input
}
),
p && /* @__PURE__ */ z("span", { id: C, children: T })
] }) : null, Q = !(h || f) || X;
return /* @__PURE__ */ Ae(
isError && /* @__PURE__ */ jsx("span", { id: errorSpanId, children: errMsg })
] }) : null;
const disableButton = !(_ssoIdentifier || ssoIdentifier) || isProcessing;
return /* @__PURE__ */ jsxs(
"div",
{
className: N(d == null ? void 0 : d.container, K.container),
style: b == null ? void 0 : b.container,
...l == null ? void 0 : l.container,
className: cssClassAssembler(classNames == null ? void 0 : classNames.container, defaultClasses.container),
style: styles == null ? void 0 : styles.container,
...innerProps == null ? void 0 : innerProps.container,
children: [
Z,
/* @__PURE__ */ z(
inputUI,
/* @__PURE__ */ jsx(
"button",
{
disabled: Q,
disabled: disableButton,
type: "button",
onClick: w,
style: b == null ? void 0 : b.button,
className: N(d == null ? void 0 : d.button, K.button),
...l == null ? void 0 : l.button,
children: k
onClick: onButtonClick,
style: styles == null ? void 0 : styles.button,
className: cssClassAssembler(classNames == null ? void 0 : classNames.button, defaultClasses.button),
...innerProps == null ? void 0 : innerProps.button,
children: buttonText
}

@@ -714,3 +1098,3 @@ )

export {
Cr as Login
Login
};
{
"name": "@boxyhq/react-ui",
"description": "React UI components from BoxyHQ",
"version": "1.7.3",
"version": "1.7.4",
"type": "module",

@@ -24,2 +24,3 @@ "keywords": [

},
"license": "Apache-2.0",
"main": "./dist/@boxyhq/react-ui.umd.cjs",

@@ -50,5 +51,5 @@ "module": "./dist/@boxyhq/react-ui.js",

"react-dom": "18.2.0",
"react-router-dom": "6.7.0",
"rimraf": "4.1.1",
"serve": "14.1.2",
"react-router-dom": "6.8.0",
"rimraf": "4.1.2",
"serve": "14.2.0",
"vite": "4.0.4",

@@ -55,0 +56,0 @@ "vite-pages-theme-doc": "4.0.1",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc