-
pierre-lehnen-rc authoredpierre-lehnen-rc authored
globals-runtime.js 1.80 MiB
var Ufe = Object.create;
var A5 = Object.defineProperty;
var qfe = Object.getOwnPropertyDescriptor;
var Vfe = Object.getOwnPropertyNames;
var Wfe = Object.getPrototypeOf, Gfe = Object.prototype.hasOwnProperty;
var a = (e, t) => A5(e, "name", { value: t, configurable: !0 }), Wm = /* @__PURE__ */ ((e) => typeof require < "u" ? require : typeof Proxy <
"u" ? new Proxy(e, {
get: (t, r) => (typeof require < "u" ? require : t)[r]
}) : e)(function(e) {
if (typeof require < "u") return require.apply(this, arguments);
throw Error('Dynamic require of "' + e + '" is not supported');
});
var W = (e, t) => () => (e && (t = e(e = 0)), t);
var k = (e, t) => () => (t || e((t = { exports: {} }).exports, t), t.exports), Ht = (e, t) => {
for (var r in t)
A5(e, r, { get: t[r], enumerable: !0 });
}, Yfe = (e, t, r, o) => {
if (t && typeof t == "object" || typeof t == "function")
for (let s of Vfe(t))
!Gfe.call(e, s) && s !== r && A5(e, s, { get: () => t[s], enumerable: !(o = qfe(t, s)) || o.enumerable });
return e;
};
var J = (e, t, r) => (r = e != null ? Ufe(Wfe(e)) : {}, Yfe(
// If the importer is in node compatibility mode or this is not an ESM
// file that has been converted to a CommonJS file using a Babel-
// compatible transform (i.e. "__esModule" has not been set), then set
// "default" to the CommonJS "module.exports" for node compatibility.
t || !e || !e.__esModule ? A5(r, "default", { value: e, enumerable: !0 }) : r,
e
));
// ../node_modules/@storybook/global/dist/index.mjs
var Ae, Fr = W(() => {
Ae = (() => {
let e;
return typeof window < "u" ? e = window : typeof globalThis < "u" ? e = globalThis : typeof global < "u" ? e = global : typeof self < "u" ?
e = self : e = {}, e;
})();
});
// ../node_modules/react/cjs/react.development.js
var kI = k((Et, _5) => {
"use strict";
(function() {
"use strict";
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.
registerInternalModuleStart(new Error());
var e = "18.2.0", t = Symbol.for("react.element"), r = Symbol.for("react.portal"), o = Symbol.for("react.fragment"), s = Symbol.for("rea\
ct.strict_mode"), l = Symbol.for("react.profiler"), c = Symbol.for("react.provider"), p = Symbol.for("react.context"), h = Symbol.for("react\
.forward_ref"), v = Symbol.for("react.suspense"), g = Symbol.for("react.suspense_list"), b = Symbol.for("react.memo"), w = Symbol.for("react\
.lazy"), x = Symbol.for("react.offscreen"), R = Symbol.iterator, C = "@@iterator";
function D(_) {
if (_ === null || typeof _ != "object")
return null;
var H = R && _[R] || _[C];
return typeof H == "function" ? H : null;
}
a(D, "getIteratorFn");
var F = {
/**
* @internal
* @type {ReactComponent}
*/
current: null
}, O = {
transition: null
}, I = {
current: null,
// Used to reproduce behavior of `batchedUpdates` in legacy mode.
isBatchingLegacy: !1,