quicksnack 3.80.0 → 3.82.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/dist/bundle.js +708 -15
  2. package/dist/bundle.min.js +10 -1
  3. package/dist/quicksnack.css +1 -1
  4. package/dist/src/animation/SlideInFromTop/SlideInFromTop.d.ts +2 -2
  5. package/dist/src/components/Box/Box.d.ts +2 -1
  6. package/dist/src/components/BreadCrumbs/BreadCrumbs.d.ts +2 -2
  7. package/dist/src/components/Container/Container.d.ts +2 -2
  8. package/dist/src/components/Dropdown/Dropdown.d.ts +2 -2
  9. package/dist/src/components/Menu/HamburgerButton.d.ts +2 -2
  10. package/dist/src/components/Menu/MenuCloseButton.d.ts +2 -2
  11. package/dist/src/components/Overlay/Overlay.d.ts +2 -2
  12. package/dist/src/components/Tabs/Tab.d.ts +1 -1
  13. package/dist/src/components/Tabs/Tabs.d.ts +2 -2
  14. package/dist/src/components/Toggle/Toggle.d.ts +2 -2
  15. package/dist/src/form/Label/Label.d.ts +2 -2
  16. package/dist/src/form/ScaffoldForm/FormGrid/FormGrid.d.ts +2 -2
  17. package/dist/src/form/ScaffoldForm/FormGrid/FormGridCell.d.ts +2 -1
  18. package/dist/src/form/ScaffoldForm/scaffoldFormProps.d.ts +3 -3
  19. package/dist/src/typography/Paragraph/Paragraph.d.ts +2 -2
  20. package/package.json +20 -17
  21. package/dist/src/components/Alert/Alert.d.ts +0 -8
  22. package/dist/src/components/ConfirmModal/ConfirmModal.d.ts +0 -15
  23. package/dist/src/components/Details/Details.d.ts +0 -8
  24. package/dist/src/components/Feedback/Feedback.d.ts +0 -10
  25. package/dist/src/components/Floater/Floater.d.ts +0 -15
  26. package/dist/src/components/Menu/Menu.d.ts +0 -9
  27. package/dist/src/components/Menu/SideBarHeader.d.ts +0 -6
  28. package/dist/src/components/Modal/Modal.d.ts +0 -8
  29. package/dist/src/components/Panel/Panel.d.ts +0 -17
  30. package/dist/src/components/Statistic/Statistic.d.ts +0 -11
  31. package/dist/src/components/Timeline/Timeline.d.ts +0 -18
  32. package/dist/src/components/TopBar/TopBar.d.ts +0 -7
  33. package/dist/src/form/Button/Button.d.ts +0 -14
  34. package/dist/src/form/Dropzone/Dropzone.d.ts +0 -7
  35. package/dist/src/form/ScaffoldForm/FormGrid/FormGridWrapper.d.ts +0 -10
  36. package/dist/src/layouts/BasicLayout/BasicLayout.d.ts +0 -8
  37. package/dist/src/layouts/FloatingPanelLayout/FloatingPanelLayout.d.ts +0 -12
  38. package/dist/src/layouts/SplitLayout/SplitLayout.d.ts +0 -17
package/dist/bundle.js CHANGED
@@ -957,6 +957,705 @@ const Overlay = (_a) => {
957
957
 
958
958
  var classes$y = {"wrapper":"Modal-module_wrapper__34Hds","content":"Modal-module_content__dWO-B","panel":"Modal-module_panel__lp9I7"};
959
959
 
960
+ var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
961
+
962
+ function getDefaultExportFromCjs (x) {
963
+ return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
964
+ }
965
+
966
+ var reactDom = {exports: {}};
967
+
968
+ var reactDom_development = {};
969
+
970
+ /**
971
+ * @license React
972
+ * react-dom.development.js
973
+ *
974
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
975
+ *
976
+ * This source code is licensed under the MIT license found in the
977
+ * LICENSE file in the root directory of this source tree.
978
+ */
979
+
980
+ var hasRequiredReactDom_development;
981
+
982
+ function requireReactDom_development () {
983
+ if (hasRequiredReactDom_development) return reactDom_development;
984
+ hasRequiredReactDom_development = 1;
985
+ "production" !== process.env.NODE_ENV &&
986
+ (function () {
987
+ function noop() {}
988
+ function testStringCoercion(value) {
989
+ return "" + value;
990
+ }
991
+ function createPortal$1(children, containerInfo, implementation) {
992
+ var key =
993
+ 3 < arguments.length && void 0 !== arguments[3] ? arguments[3] : null;
994
+ try {
995
+ testStringCoercion(key);
996
+ var JSCompiler_inline_result = !1;
997
+ } catch (e) {
998
+ JSCompiler_inline_result = !0;
999
+ }
1000
+ JSCompiler_inline_result &&
1001
+ (console.error(
1002
+ "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
1003
+ ("function" === typeof Symbol &&
1004
+ Symbol.toStringTag &&
1005
+ key[Symbol.toStringTag]) ||
1006
+ key.constructor.name ||
1007
+ "Object"
1008
+ ),
1009
+ testStringCoercion(key));
1010
+ return {
1011
+ $$typeof: REACT_PORTAL_TYPE,
1012
+ key: null == key ? null : "" + key,
1013
+ children: children,
1014
+ containerInfo: containerInfo,
1015
+ implementation: implementation
1016
+ };
1017
+ }
1018
+ function getCrossOriginStringAs(as, input) {
1019
+ if ("font" === as) return "";
1020
+ if ("string" === typeof input)
1021
+ return "use-credentials" === input ? input : "";
1022
+ }
1023
+ function getValueDescriptorExpectingObjectForWarning(thing) {
1024
+ return null === thing
1025
+ ? "`null`"
1026
+ : void 0 === thing
1027
+ ? "`undefined`"
1028
+ : "" === thing
1029
+ ? "an empty string"
1030
+ : 'something with type "' + typeof thing + '"';
1031
+ }
1032
+ function getValueDescriptorExpectingEnumForWarning(thing) {
1033
+ return null === thing
1034
+ ? "`null`"
1035
+ : void 0 === thing
1036
+ ? "`undefined`"
1037
+ : "" === thing
1038
+ ? "an empty string"
1039
+ : "string" === typeof thing
1040
+ ? JSON.stringify(thing)
1041
+ : "number" === typeof thing
1042
+ ? "`" + thing + "`"
1043
+ : 'something with type "' + typeof thing + '"';
1044
+ }
1045
+ function resolveDispatcher() {
1046
+ var dispatcher = ReactSharedInternals.H;
1047
+ null === dispatcher &&
1048
+ console.error(
1049
+ "Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:\n1. You might have mismatching versions of React and the renderer (such as React DOM)\n2. You might be breaking the Rules of Hooks\n3. You might have more than one copy of React in the same app\nSee https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem."
1050
+ );
1051
+ return dispatcher;
1052
+ }
1053
+ "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1054
+ "function" ===
1055
+ typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart &&
1056
+ __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());
1057
+ var React$1 = React,
1058
+ Internals = {
1059
+ d: {
1060
+ f: noop,
1061
+ r: function () {
1062
+ throw Error(
1063
+ "Invalid form element. requestFormReset must be passed a form that was rendered by React."
1064
+ );
1065
+ },
1066
+ D: noop,
1067
+ C: noop,
1068
+ L: noop,
1069
+ m: noop,
1070
+ X: noop,
1071
+ S: noop,
1072
+ M: noop
1073
+ },
1074
+ p: 0,
1075
+ findDOMNode: null
1076
+ },
1077
+ REACT_PORTAL_TYPE = Symbol.for("react.portal"),
1078
+ ReactSharedInternals =
1079
+ React$1.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
1080
+ ("function" === typeof Map &&
1081
+ null != Map.prototype &&
1082
+ "function" === typeof Map.prototype.forEach &&
1083
+ "function" === typeof Set &&
1084
+ null != Set.prototype &&
1085
+ "function" === typeof Set.prototype.clear &&
1086
+ "function" === typeof Set.prototype.forEach) ||
1087
+ console.error(
1088
+ "React depends on Map and Set built-in types. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills"
1089
+ );
1090
+ reactDom_development.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE =
1091
+ Internals;
1092
+ reactDom_development.createPortal = function (children, container) {
1093
+ var key =
1094
+ 2 < arguments.length && void 0 !== arguments[2] ? arguments[2] : null;
1095
+ if (
1096
+ !container ||
1097
+ (1 !== container.nodeType &&
1098
+ 9 !== container.nodeType &&
1099
+ 11 !== container.nodeType)
1100
+ )
1101
+ throw Error("Target container is not a DOM element.");
1102
+ return createPortal$1(children, container, null, key);
1103
+ };
1104
+ reactDom_development.flushSync = function (fn) {
1105
+ var previousTransition = ReactSharedInternals.T,
1106
+ previousUpdatePriority = Internals.p;
1107
+ try {
1108
+ if (((ReactSharedInternals.T = null), (Internals.p = 2), fn))
1109
+ return fn();
1110
+ } finally {
1111
+ (ReactSharedInternals.T = previousTransition),
1112
+ (Internals.p = previousUpdatePriority),
1113
+ Internals.d.f() &&
1114
+ console.error(
1115
+ "flushSync was called from inside a lifecycle method. React cannot flush when React is already rendering. Consider moving this call to a scheduler task or micro task."
1116
+ );
1117
+ }
1118
+ };
1119
+ reactDom_development.preconnect = function (href, options) {
1120
+ "string" === typeof href && href
1121
+ ? null != options && "object" !== typeof options
1122
+ ? console.error(
1123
+ "ReactDOM.preconnect(): Expected the `options` argument (second) to be an object but encountered %s instead. The only supported option at this time is `crossOrigin` which accepts a string.",
1124
+ getValueDescriptorExpectingEnumForWarning(options)
1125
+ )
1126
+ : null != options &&
1127
+ "string" !== typeof options.crossOrigin &&
1128
+ console.error(
1129
+ "ReactDOM.preconnect(): Expected the `crossOrigin` option (second argument) to be a string but encountered %s instead. Try removing this option or passing a string value instead.",
1130
+ getValueDescriptorExpectingObjectForWarning(options.crossOrigin)
1131
+ )
1132
+ : console.error(
1133
+ "ReactDOM.preconnect(): Expected the `href` argument (first) to be a non-empty string but encountered %s instead.",
1134
+ getValueDescriptorExpectingObjectForWarning(href)
1135
+ );
1136
+ "string" === typeof href &&
1137
+ (options
1138
+ ? ((options = options.crossOrigin),
1139
+ (options =
1140
+ "string" === typeof options
1141
+ ? "use-credentials" === options
1142
+ ? options
1143
+ : ""
1144
+ : void 0))
1145
+ : (options = null),
1146
+ Internals.d.C(href, options));
1147
+ };
1148
+ reactDom_development.prefetchDNS = function (href) {
1149
+ if ("string" !== typeof href || !href)
1150
+ console.error(
1151
+ "ReactDOM.prefetchDNS(): Expected the `href` argument (first) to be a non-empty string but encountered %s instead.",
1152
+ getValueDescriptorExpectingObjectForWarning(href)
1153
+ );
1154
+ else if (1 < arguments.length) {
1155
+ var options = arguments[1];
1156
+ "object" === typeof options && options.hasOwnProperty("crossOrigin")
1157
+ ? console.error(
1158
+ "ReactDOM.prefetchDNS(): Expected only one argument, `href`, but encountered %s as a second argument instead. This argument is reserved for future options and is currently disallowed. It looks like the you are attempting to set a crossOrigin property for this DNS lookup hint. Browsers do not perform DNS queries using CORS and setting this attribute on the resource hint has no effect. Try calling ReactDOM.prefetchDNS() with just a single string argument, `href`.",
1159
+ getValueDescriptorExpectingEnumForWarning(options)
1160
+ )
1161
+ : console.error(
1162
+ "ReactDOM.prefetchDNS(): Expected only one argument, `href`, but encountered %s as a second argument instead. This argument is reserved for future options and is currently disallowed. Try calling ReactDOM.prefetchDNS() with just a single string argument, `href`.",
1163
+ getValueDescriptorExpectingEnumForWarning(options)
1164
+ );
1165
+ }
1166
+ "string" === typeof href && Internals.d.D(href);
1167
+ };
1168
+ reactDom_development.preinit = function (href, options) {
1169
+ "string" === typeof href && href
1170
+ ? null == options || "object" !== typeof options
1171
+ ? console.error(
1172
+ "ReactDOM.preinit(): Expected the `options` argument (second) to be an object with an `as` property describing the type of resource to be preinitialized but encountered %s instead.",
1173
+ getValueDescriptorExpectingEnumForWarning(options)
1174
+ )
1175
+ : "style" !== options.as &&
1176
+ "script" !== options.as &&
1177
+ console.error(
1178
+ 'ReactDOM.preinit(): Expected the `as` property in the `options` argument (second) to contain a valid value describing the type of resource to be preinitialized but encountered %s instead. Valid values for `as` are "style" and "script".',
1179
+ getValueDescriptorExpectingEnumForWarning(options.as)
1180
+ )
1181
+ : console.error(
1182
+ "ReactDOM.preinit(): Expected the `href` argument (first) to be a non-empty string but encountered %s instead.",
1183
+ getValueDescriptorExpectingObjectForWarning(href)
1184
+ );
1185
+ if (
1186
+ "string" === typeof href &&
1187
+ options &&
1188
+ "string" === typeof options.as
1189
+ ) {
1190
+ var as = options.as,
1191
+ crossOrigin = getCrossOriginStringAs(as, options.crossOrigin),
1192
+ integrity =
1193
+ "string" === typeof options.integrity ? options.integrity : void 0,
1194
+ fetchPriority =
1195
+ "string" === typeof options.fetchPriority
1196
+ ? options.fetchPriority
1197
+ : void 0;
1198
+ "style" === as
1199
+ ? Internals.d.S(
1200
+ href,
1201
+ "string" === typeof options.precedence
1202
+ ? options.precedence
1203
+ : void 0,
1204
+ {
1205
+ crossOrigin: crossOrigin,
1206
+ integrity: integrity,
1207
+ fetchPriority: fetchPriority
1208
+ }
1209
+ )
1210
+ : "script" === as &&
1211
+ Internals.d.X(href, {
1212
+ crossOrigin: crossOrigin,
1213
+ integrity: integrity,
1214
+ fetchPriority: fetchPriority,
1215
+ nonce: "string" === typeof options.nonce ? options.nonce : void 0
1216
+ });
1217
+ }
1218
+ };
1219
+ reactDom_development.preinitModule = function (href, options) {
1220
+ var encountered = "";
1221
+ ("string" === typeof href && href) ||
1222
+ (encountered +=
1223
+ " The `href` argument encountered was " +
1224
+ getValueDescriptorExpectingObjectForWarning(href) +
1225
+ ".");
1226
+ void 0 !== options && "object" !== typeof options
1227
+ ? (encountered +=
1228
+ " The `options` argument encountered was " +
1229
+ getValueDescriptorExpectingObjectForWarning(options) +
1230
+ ".")
1231
+ : options &&
1232
+ "as" in options &&
1233
+ "script" !== options.as &&
1234
+ (encountered +=
1235
+ " The `as` option encountered was " +
1236
+ getValueDescriptorExpectingEnumForWarning(options.as) +
1237
+ ".");
1238
+ if (encountered)
1239
+ console.error(
1240
+ "ReactDOM.preinitModule(): Expected up to two arguments, a non-empty `href` string and, optionally, an `options` object with a valid `as` property.%s",
1241
+ encountered
1242
+ );
1243
+ else
1244
+ switch (
1245
+ ((encountered =
1246
+ options && "string" === typeof options.as ? options.as : "script"),
1247
+ encountered)
1248
+ ) {
1249
+ case "script":
1250
+ break;
1251
+ default:
1252
+ (encountered =
1253
+ getValueDescriptorExpectingEnumForWarning(encountered)),
1254
+ console.error(
1255
+ 'ReactDOM.preinitModule(): Currently the only supported "as" type for this function is "script" but received "%s" instead. This warning was generated for `href` "%s". In the future other module types will be supported, aligning with the import-attributes proposal. Learn more here: (https://github.com/tc39/proposal-import-attributes)',
1256
+ encountered,
1257
+ href
1258
+ );
1259
+ }
1260
+ if ("string" === typeof href)
1261
+ if ("object" === typeof options && null !== options) {
1262
+ if (null == options.as || "script" === options.as)
1263
+ (encountered = getCrossOriginStringAs(
1264
+ options.as,
1265
+ options.crossOrigin
1266
+ )),
1267
+ Internals.d.M(href, {
1268
+ crossOrigin: encountered,
1269
+ integrity:
1270
+ "string" === typeof options.integrity
1271
+ ? options.integrity
1272
+ : void 0,
1273
+ nonce:
1274
+ "string" === typeof options.nonce ? options.nonce : void 0
1275
+ });
1276
+ } else null == options && Internals.d.M(href);
1277
+ };
1278
+ reactDom_development.preload = function (href, options) {
1279
+ var encountered = "";
1280
+ ("string" === typeof href && href) ||
1281
+ (encountered +=
1282
+ " The `href` argument encountered was " +
1283
+ getValueDescriptorExpectingObjectForWarning(href) +
1284
+ ".");
1285
+ null == options || "object" !== typeof options
1286
+ ? (encountered +=
1287
+ " The `options` argument encountered was " +
1288
+ getValueDescriptorExpectingObjectForWarning(options) +
1289
+ ".")
1290
+ : ("string" === typeof options.as && options.as) ||
1291
+ (encountered +=
1292
+ " The `as` option encountered was " +
1293
+ getValueDescriptorExpectingObjectForWarning(options.as) +
1294
+ ".");
1295
+ encountered &&
1296
+ console.error(
1297
+ 'ReactDOM.preload(): Expected two arguments, a non-empty `href` string and an `options` object with an `as` property valid for a `<link rel="preload" as="..." />` tag.%s',
1298
+ encountered
1299
+ );
1300
+ if (
1301
+ "string" === typeof href &&
1302
+ "object" === typeof options &&
1303
+ null !== options &&
1304
+ "string" === typeof options.as
1305
+ ) {
1306
+ encountered = options.as;
1307
+ var crossOrigin = getCrossOriginStringAs(
1308
+ encountered,
1309
+ options.crossOrigin
1310
+ );
1311
+ Internals.d.L(href, encountered, {
1312
+ crossOrigin: crossOrigin,
1313
+ integrity:
1314
+ "string" === typeof options.integrity ? options.integrity : void 0,
1315
+ nonce: "string" === typeof options.nonce ? options.nonce : void 0,
1316
+ type: "string" === typeof options.type ? options.type : void 0,
1317
+ fetchPriority:
1318
+ "string" === typeof options.fetchPriority
1319
+ ? options.fetchPriority
1320
+ : void 0,
1321
+ referrerPolicy:
1322
+ "string" === typeof options.referrerPolicy
1323
+ ? options.referrerPolicy
1324
+ : void 0,
1325
+ imageSrcSet:
1326
+ "string" === typeof options.imageSrcSet
1327
+ ? options.imageSrcSet
1328
+ : void 0,
1329
+ imageSizes:
1330
+ "string" === typeof options.imageSizes
1331
+ ? options.imageSizes
1332
+ : void 0,
1333
+ media: "string" === typeof options.media ? options.media : void 0
1334
+ });
1335
+ }
1336
+ };
1337
+ reactDom_development.preloadModule = function (href, options) {
1338
+ var encountered = "";
1339
+ ("string" === typeof href && href) ||
1340
+ (encountered +=
1341
+ " The `href` argument encountered was " +
1342
+ getValueDescriptorExpectingObjectForWarning(href) +
1343
+ ".");
1344
+ void 0 !== options && "object" !== typeof options
1345
+ ? (encountered +=
1346
+ " The `options` argument encountered was " +
1347
+ getValueDescriptorExpectingObjectForWarning(options) +
1348
+ ".")
1349
+ : options &&
1350
+ "as" in options &&
1351
+ "string" !== typeof options.as &&
1352
+ (encountered +=
1353
+ " The `as` option encountered was " +
1354
+ getValueDescriptorExpectingObjectForWarning(options.as) +
1355
+ ".");
1356
+ encountered &&
1357
+ console.error(
1358
+ 'ReactDOM.preloadModule(): Expected two arguments, a non-empty `href` string and, optionally, an `options` object with an `as` property valid for a `<link rel="modulepreload" as="..." />` tag.%s',
1359
+ encountered
1360
+ );
1361
+ "string" === typeof href &&
1362
+ (options
1363
+ ? ((encountered = getCrossOriginStringAs(
1364
+ options.as,
1365
+ options.crossOrigin
1366
+ )),
1367
+ Internals.d.m(href, {
1368
+ as:
1369
+ "string" === typeof options.as && "script" !== options.as
1370
+ ? options.as
1371
+ : void 0,
1372
+ crossOrigin: encountered,
1373
+ integrity:
1374
+ "string" === typeof options.integrity
1375
+ ? options.integrity
1376
+ : void 0
1377
+ }))
1378
+ : Internals.d.m(href));
1379
+ };
1380
+ reactDom_development.requestFormReset = function (form) {
1381
+ Internals.d.r(form);
1382
+ };
1383
+ reactDom_development.unstable_batchedUpdates = function (fn, a) {
1384
+ return fn(a);
1385
+ };
1386
+ reactDom_development.useFormState = function (action, initialState, permalink) {
1387
+ return resolveDispatcher().useFormState(action, initialState, permalink);
1388
+ };
1389
+ reactDom_development.useFormStatus = function () {
1390
+ return resolveDispatcher().useHostTransitionStatus();
1391
+ };
1392
+ reactDom_development.version = "19.2.5";
1393
+ "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1394
+ "function" ===
1395
+ typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
1396
+ __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
1397
+ })();
1398
+ return reactDom_development;
1399
+ }
1400
+
1401
+ var reactDom_production = {};
1402
+
1403
+ /**
1404
+ * @license React
1405
+ * react-dom.production.js
1406
+ *
1407
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
1408
+ *
1409
+ * This source code is licensed under the MIT license found in the
1410
+ * LICENSE file in the root directory of this source tree.
1411
+ */
1412
+
1413
+ var hasRequiredReactDom_production;
1414
+
1415
+ function requireReactDom_production () {
1416
+ if (hasRequiredReactDom_production) return reactDom_production;
1417
+ hasRequiredReactDom_production = 1;
1418
+ var React$1 = React;
1419
+ function formatProdErrorMessage(code) {
1420
+ var url = "https://react.dev/errors/" + code;
1421
+ if (1 < arguments.length) {
1422
+ url += "?args[]=" + encodeURIComponent(arguments[1]);
1423
+ for (var i = 2; i < arguments.length; i++)
1424
+ url += "&args[]=" + encodeURIComponent(arguments[i]);
1425
+ }
1426
+ return (
1427
+ "Minified React error #" +
1428
+ code +
1429
+ "; visit " +
1430
+ url +
1431
+ " for the full message or use the non-minified dev environment for full errors and additional helpful warnings."
1432
+ );
1433
+ }
1434
+ function noop() {}
1435
+ var Internals = {
1436
+ d: {
1437
+ f: noop,
1438
+ r: function () {
1439
+ throw Error(formatProdErrorMessage(522));
1440
+ },
1441
+ D: noop,
1442
+ C: noop,
1443
+ L: noop,
1444
+ m: noop,
1445
+ X: noop,
1446
+ S: noop,
1447
+ M: noop
1448
+ },
1449
+ p: 0,
1450
+ findDOMNode: null
1451
+ },
1452
+ REACT_PORTAL_TYPE = Symbol.for("react.portal");
1453
+ function createPortal$1(children, containerInfo, implementation) {
1454
+ var key =
1455
+ 3 < arguments.length && void 0 !== arguments[3] ? arguments[3] : null;
1456
+ return {
1457
+ $$typeof: REACT_PORTAL_TYPE,
1458
+ key: null == key ? null : "" + key,
1459
+ children: children,
1460
+ containerInfo: containerInfo,
1461
+ implementation: implementation
1462
+ };
1463
+ }
1464
+ var ReactSharedInternals =
1465
+ React$1.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
1466
+ function getCrossOriginStringAs(as, input) {
1467
+ if ("font" === as) return "";
1468
+ if ("string" === typeof input)
1469
+ return "use-credentials" === input ? input : "";
1470
+ }
1471
+ reactDom_production.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE =
1472
+ Internals;
1473
+ reactDom_production.createPortal = function (children, container) {
1474
+ var key =
1475
+ 2 < arguments.length && void 0 !== arguments[2] ? arguments[2] : null;
1476
+ if (
1477
+ !container ||
1478
+ (1 !== container.nodeType &&
1479
+ 9 !== container.nodeType &&
1480
+ 11 !== container.nodeType)
1481
+ )
1482
+ throw Error(formatProdErrorMessage(299));
1483
+ return createPortal$1(children, container, null, key);
1484
+ };
1485
+ reactDom_production.flushSync = function (fn) {
1486
+ var previousTransition = ReactSharedInternals.T,
1487
+ previousUpdatePriority = Internals.p;
1488
+ try {
1489
+ if (((ReactSharedInternals.T = null), (Internals.p = 2), fn)) return fn();
1490
+ } finally {
1491
+ (ReactSharedInternals.T = previousTransition),
1492
+ (Internals.p = previousUpdatePriority),
1493
+ Internals.d.f();
1494
+ }
1495
+ };
1496
+ reactDom_production.preconnect = function (href, options) {
1497
+ "string" === typeof href &&
1498
+ (options
1499
+ ? ((options = options.crossOrigin),
1500
+ (options =
1501
+ "string" === typeof options
1502
+ ? "use-credentials" === options
1503
+ ? options
1504
+ : ""
1505
+ : void 0))
1506
+ : (options = null),
1507
+ Internals.d.C(href, options));
1508
+ };
1509
+ reactDom_production.prefetchDNS = function (href) {
1510
+ "string" === typeof href && Internals.d.D(href);
1511
+ };
1512
+ reactDom_production.preinit = function (href, options) {
1513
+ if ("string" === typeof href && options && "string" === typeof options.as) {
1514
+ var as = options.as,
1515
+ crossOrigin = getCrossOriginStringAs(as, options.crossOrigin),
1516
+ integrity =
1517
+ "string" === typeof options.integrity ? options.integrity : void 0,
1518
+ fetchPriority =
1519
+ "string" === typeof options.fetchPriority
1520
+ ? options.fetchPriority
1521
+ : void 0;
1522
+ "style" === as
1523
+ ? Internals.d.S(
1524
+ href,
1525
+ "string" === typeof options.precedence ? options.precedence : void 0,
1526
+ {
1527
+ crossOrigin: crossOrigin,
1528
+ integrity: integrity,
1529
+ fetchPriority: fetchPriority
1530
+ }
1531
+ )
1532
+ : "script" === as &&
1533
+ Internals.d.X(href, {
1534
+ crossOrigin: crossOrigin,
1535
+ integrity: integrity,
1536
+ fetchPriority: fetchPriority,
1537
+ nonce: "string" === typeof options.nonce ? options.nonce : void 0
1538
+ });
1539
+ }
1540
+ };
1541
+ reactDom_production.preinitModule = function (href, options) {
1542
+ if ("string" === typeof href)
1543
+ if ("object" === typeof options && null !== options) {
1544
+ if (null == options.as || "script" === options.as) {
1545
+ var crossOrigin = getCrossOriginStringAs(
1546
+ options.as,
1547
+ options.crossOrigin
1548
+ );
1549
+ Internals.d.M(href, {
1550
+ crossOrigin: crossOrigin,
1551
+ integrity:
1552
+ "string" === typeof options.integrity ? options.integrity : void 0,
1553
+ nonce: "string" === typeof options.nonce ? options.nonce : void 0
1554
+ });
1555
+ }
1556
+ } else null == options && Internals.d.M(href);
1557
+ };
1558
+ reactDom_production.preload = function (href, options) {
1559
+ if (
1560
+ "string" === typeof href &&
1561
+ "object" === typeof options &&
1562
+ null !== options &&
1563
+ "string" === typeof options.as
1564
+ ) {
1565
+ var as = options.as,
1566
+ crossOrigin = getCrossOriginStringAs(as, options.crossOrigin);
1567
+ Internals.d.L(href, as, {
1568
+ crossOrigin: crossOrigin,
1569
+ integrity:
1570
+ "string" === typeof options.integrity ? options.integrity : void 0,
1571
+ nonce: "string" === typeof options.nonce ? options.nonce : void 0,
1572
+ type: "string" === typeof options.type ? options.type : void 0,
1573
+ fetchPriority:
1574
+ "string" === typeof options.fetchPriority
1575
+ ? options.fetchPriority
1576
+ : void 0,
1577
+ referrerPolicy:
1578
+ "string" === typeof options.referrerPolicy
1579
+ ? options.referrerPolicy
1580
+ : void 0,
1581
+ imageSrcSet:
1582
+ "string" === typeof options.imageSrcSet ? options.imageSrcSet : void 0,
1583
+ imageSizes:
1584
+ "string" === typeof options.imageSizes ? options.imageSizes : void 0,
1585
+ media: "string" === typeof options.media ? options.media : void 0
1586
+ });
1587
+ }
1588
+ };
1589
+ reactDom_production.preloadModule = function (href, options) {
1590
+ if ("string" === typeof href)
1591
+ if (options) {
1592
+ var crossOrigin = getCrossOriginStringAs(options.as, options.crossOrigin);
1593
+ Internals.d.m(href, {
1594
+ as:
1595
+ "string" === typeof options.as && "script" !== options.as
1596
+ ? options.as
1597
+ : void 0,
1598
+ crossOrigin: crossOrigin,
1599
+ integrity:
1600
+ "string" === typeof options.integrity ? options.integrity : void 0
1601
+ });
1602
+ } else Internals.d.m(href);
1603
+ };
1604
+ reactDom_production.requestFormReset = function (form) {
1605
+ Internals.d.r(form);
1606
+ };
1607
+ reactDom_production.unstable_batchedUpdates = function (fn, a) {
1608
+ return fn(a);
1609
+ };
1610
+ reactDom_production.useFormState = function (action, initialState, permalink) {
1611
+ return ReactSharedInternals.H.useFormState(action, initialState, permalink);
1612
+ };
1613
+ reactDom_production.useFormStatus = function () {
1614
+ return ReactSharedInternals.H.useHostTransitionStatus();
1615
+ };
1616
+ reactDom_production.version = "19.2.5";
1617
+ return reactDom_production;
1618
+ }
1619
+
1620
+ function checkDCE() {
1621
+ /* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
1622
+ if (
1623
+ typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ === 'undefined' ||
1624
+ typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE !== 'function'
1625
+ ) {
1626
+ return;
1627
+ }
1628
+ if (process.env.NODE_ENV !== 'production') {
1629
+ // This branch is unreachable because this function is only called
1630
+ // in production, but the condition is true only in development.
1631
+ // Therefore if the branch is still here, dead code elimination wasn't
1632
+ // properly applied.
1633
+ // Don't change the message. React DevTools relies on it. Also make sure
1634
+ // this message doesn't occur elsewhere in this function, or it will cause
1635
+ // a false positive.
1636
+ throw new Error('^_^');
1637
+ }
1638
+ try {
1639
+ // Verify that the code above has been dead code eliminated (DCE'd).
1640
+ __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(checkDCE);
1641
+ } catch (err) {
1642
+ // DevTools shouldn't crash React, no matter what.
1643
+ // We should still report in case we break this code.
1644
+ console.error(err);
1645
+ }
1646
+ }
1647
+
1648
+ if (process.env.NODE_ENV === 'production') {
1649
+ // DCE check should happen before ReactDOM bundle executes so that
1650
+ // DevTools can report bad minification during injection.
1651
+ checkDCE();
1652
+ reactDom.exports = requireReactDom_production();
1653
+ } else {
1654
+ reactDom.exports = requireReactDom_development();
1655
+ }
1656
+
1657
+ var reactDomExports = reactDom.exports;
1658
+
960
1659
  const Modal = (_a) => {
961
1660
  var { children, handleClickOverlay, buttons } = _a, panelProps = __rest(_a, ["children", "handleClickOverlay", "buttons"]);
962
1661
  React.useEffect(() => {
@@ -966,11 +1665,11 @@ const Modal = (_a) => {
966
1665
  document.body.style.overflow = previousOverflow;
967
1666
  };
968
1667
  }, []);
969
- return (React.createElement(React.Fragment, null,
1668
+ return reactDomExports.createPortal(React.createElement(React.Fragment, null,
970
1669
  React.createElement(Overlay, { onClick: handleClickOverlay }),
971
1670
  React.createElement("div", { className: classes$y.wrapper },
972
1671
  React.createElement(SlideInFromTop, null,
973
- React.createElement(Panel, Object.assign({ className: classes$y.panel, footer: buttons ? (React.createElement(Box, { display: "flex", justifyContent: "flex-end" }, buttons)) : undefined }, panelProps), children && React.createElement("div", { className: classes$y.content }, children))))));
1672
+ React.createElement(Panel, Object.assign({ className: classes$y.panel, footer: buttons ? (React.createElement(Box, { display: "flex", justifyContent: "flex-end" }, buttons)) : undefined }, panelProps), children && React.createElement("div", { className: classes$y.content }, children))))), document.getElementById("modal-root") || document.body);
974
1673
  };
975
1674
 
976
1675
  var classes$x = {"wrapper":"Button-module_wrapper__nbaE8","stretch":"Button-module_stretch__JWfY7","actionButton":"Button-module_actionButton__S1gAt","button":"Button-module_button__PNye2","inline":"Button-module_inline__AMjqw","interactiveDisabled":"Button-module_interactiveDisabled__oFKm4","variant-basic":"Button-module_variant-basic__lKAIX","variant-text":"Button-module_variant-text__Nc1vT","icon":"Button-module_icon__OlcRJ","hasChildren":"Button-module_hasChildren__rEq-P","variant-default":"Button-module_variant-default__Sr0CI","variant-primary":"Button-module_variant-primary__RNJDU","variant-secondary":"Button-module_variant-secondary__TnXFg","variant-danger":"Button-module_variant-danger__PZS1I","iconWrapper":"Button-module_iconWrapper__YwLLt"};
@@ -994,11 +1693,11 @@ const ConfirmButton = (_a) => {
994
1693
  var _b;
995
1694
  var { modalProps } = _a, buttonProps = __rest(_a, ["modalProps"]);
996
1695
  const [modalHandlerProps, openModal] = useConfirmModal({
997
- onConfirm: (_b = modalProps.onConfirm) !== null && _b !== void 0 ? _b : noop
1696
+ onConfirm: (_b = modalProps.onConfirm) !== null && _b !== void 0 ? _b : noop,
998
1697
  });
999
- return React.createElement(React.Fragment, null,
1698
+ return (React.createElement(React.Fragment, null,
1000
1699
  React.createElement(Button, Object.assign({}, buttonProps, { onClick: openModal })),
1001
- React.createElement(ConfirmModal, Object.assign({ title: "Are you sure?" }, modalProps, modalHandlerProps)));
1700
+ React.createElement(ConfirmModal, Object.assign({ title: "Are you sure?" }, modalProps, modalHandlerProps))));
1002
1701
  };
1003
1702
 
1004
1703
  var classes$w = {"wrapper":"Container-module_wrapper__RRZ0b"};
@@ -1575,12 +2274,6 @@ const Split = ({ leftWidth = "calc(135 * var(--spacing))", wrapperBoxProps, left
1575
2274
  } }, rightBoxProps), right))));
1576
2275
  };
1577
2276
 
1578
- var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
1579
-
1580
- function getDefaultExportFromCjs (x) {
1581
- return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
1582
- }
1583
-
1584
2277
  /**
1585
2278
  * lodash (Custom Build) <https://lodash.com/>
1586
2279
  * Build: `lodash modularize exports="npm" -o ./`
@@ -2402,16 +3095,16 @@ var reIsNative = RegExp('^' +
2402
3095
  );
2403
3096
 
2404
3097
  /** Built-in value references. */
2405
- var Symbol = root.Symbol,
3098
+ var Symbol$1 = root.Symbol,
2406
3099
  propertyIsEnumerable = objectProto.propertyIsEnumerable,
2407
3100
  splice = arrayProto.splice,
2408
- spreadableSymbol = Symbol ? Symbol.isConcatSpreadable : undefined;
3101
+ spreadableSymbol = Symbol$1 ? Symbol$1.isConcatSpreadable : undefined;
2409
3102
 
2410
3103
  /* Built-in method references for those with the same name as other `lodash` methods. */
2411
3104
  var nativeMax = Math.max;
2412
3105
 
2413
3106
  /* Built-in method references that are verified to be native. */
2414
- var Map = getNative(root, 'Map'),
3107
+ var Map$1 = getNative(root, 'Map'),
2415
3108
  nativeCreate = getNative(Object, 'create');
2416
3109
 
2417
3110
  /**
@@ -2652,7 +3345,7 @@ function MapCache(entries) {
2652
3345
  function mapCacheClear() {
2653
3346
  this.__data__ = {
2654
3347
  'hash': new Hash,
2655
- 'map': new (Map || ListCache),
3348
+ 'map': new (Map$1 || ListCache),
2656
3349
  'string': new Hash
2657
3350
  };
2658
3351
  }