@process.co/ui 0.0.21 → 0.0.23

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.
package/dist/index.cjs CHANGED
@@ -3,9 +3,6 @@
3
3
  var React45 = require('react');
4
4
  var jsxRuntime = require('react/jsx-runtime');
5
5
  var ReactDOM4 = require('react-dom');
6
- var PropTypes = require('prop-types');
7
-
8
- function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
9
6
 
10
7
  function _interopNamespace(e) {
11
8
  if (e && e.__esModule) return e;
@@ -27,10 +24,13 @@ function _interopNamespace(e) {
27
24
 
28
25
  var React45__namespace = /*#__PURE__*/_interopNamespace(React45);
29
26
  var ReactDOM4__namespace = /*#__PURE__*/_interopNamespace(ReactDOM4);
30
- var PropTypes__default = /*#__PURE__*/_interopDefault(PropTypes);
31
27
 
28
+ var __create = Object.create;
32
29
  var __defProp = Object.defineProperty;
30
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
33
31
  var __getOwnPropNames = Object.getOwnPropertyNames;
32
+ var __getProtoOf = Object.getPrototypeOf;
33
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
34
34
  var __commonJS = (cb, mod) => function __require() {
35
35
  return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
36
36
  };
@@ -38,6 +38,957 @@ var __export = (target, all) => {
38
38
  for (var name in all)
39
39
  __defProp(target, name, { get: all[name], enumerable: true });
40
40
  };
41
+ var __copyProps = (to, from, except, desc) => {
42
+ if (from && typeof from === "object" || typeof from === "function") {
43
+ for (let key of __getOwnPropNames(from))
44
+ if (!__hasOwnProp.call(to, key) && key !== except)
45
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
46
+ }
47
+ return to;
48
+ };
49
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
50
+ // If the importer is in node compatibility mode or this is not an ESM
51
+ // file that has been converted to a CommonJS file using a Babel-
52
+ // compatible transform (i.e. "__esModule" has not been set), then set
53
+ // "default" to the CommonJS "module.exports" for node compatibility.
54
+ !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
55
+ mod
56
+ ));
57
+
58
+ // ../../node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.production.min.js
59
+ var require_react_is_production_min = __commonJS({
60
+ "../../node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.production.min.js"(exports$1) {
61
+ var b = "function" === typeof Symbol && Symbol.for;
62
+ var c = b ? Symbol.for("react.element") : 60103;
63
+ var d = b ? Symbol.for("react.portal") : 60106;
64
+ var e = b ? Symbol.for("react.fragment") : 60107;
65
+ var f = b ? Symbol.for("react.strict_mode") : 60108;
66
+ var g2 = b ? Symbol.for("react.profiler") : 60114;
67
+ var h = b ? Symbol.for("react.provider") : 60109;
68
+ var k = b ? Symbol.for("react.context") : 60110;
69
+ var l = b ? Symbol.for("react.async_mode") : 60111;
70
+ var m = b ? Symbol.for("react.concurrent_mode") : 60111;
71
+ var n = b ? Symbol.for("react.forward_ref") : 60112;
72
+ var p2 = b ? Symbol.for("react.suspense") : 60113;
73
+ var q = b ? Symbol.for("react.suspense_list") : 60120;
74
+ var r3 = b ? Symbol.for("react.memo") : 60115;
75
+ var t2 = b ? Symbol.for("react.lazy") : 60116;
76
+ var v = b ? Symbol.for("react.block") : 60121;
77
+ var w2 = b ? Symbol.for("react.fundamental") : 60117;
78
+ var x2 = b ? Symbol.for("react.responder") : 60118;
79
+ var y = b ? Symbol.for("react.scope") : 60119;
80
+ function z(a) {
81
+ if ("object" === typeof a && null !== a) {
82
+ var u = a.$$typeof;
83
+ switch (u) {
84
+ case c:
85
+ switch (a = a.type, a) {
86
+ case l:
87
+ case m:
88
+ case e:
89
+ case g2:
90
+ case f:
91
+ case p2:
92
+ return a;
93
+ default:
94
+ switch (a = a && a.$$typeof, a) {
95
+ case k:
96
+ case n:
97
+ case t2:
98
+ case r3:
99
+ case h:
100
+ return a;
101
+ default:
102
+ return u;
103
+ }
104
+ }
105
+ case d:
106
+ return u;
107
+ }
108
+ }
109
+ }
110
+ function A2(a) {
111
+ return z(a) === m;
112
+ }
113
+ exports$1.AsyncMode = l;
114
+ exports$1.ConcurrentMode = m;
115
+ exports$1.ContextConsumer = k;
116
+ exports$1.ContextProvider = h;
117
+ exports$1.Element = c;
118
+ exports$1.ForwardRef = n;
119
+ exports$1.Fragment = e;
120
+ exports$1.Lazy = t2;
121
+ exports$1.Memo = r3;
122
+ exports$1.Portal = d;
123
+ exports$1.Profiler = g2;
124
+ exports$1.StrictMode = f;
125
+ exports$1.Suspense = p2;
126
+ exports$1.isAsyncMode = function(a) {
127
+ return A2(a) || z(a) === l;
128
+ };
129
+ exports$1.isConcurrentMode = A2;
130
+ exports$1.isContextConsumer = function(a) {
131
+ return z(a) === k;
132
+ };
133
+ exports$1.isContextProvider = function(a) {
134
+ return z(a) === h;
135
+ };
136
+ exports$1.isElement = function(a) {
137
+ return "object" === typeof a && null !== a && a.$$typeof === c;
138
+ };
139
+ exports$1.isForwardRef = function(a) {
140
+ return z(a) === n;
141
+ };
142
+ exports$1.isFragment = function(a) {
143
+ return z(a) === e;
144
+ };
145
+ exports$1.isLazy = function(a) {
146
+ return z(a) === t2;
147
+ };
148
+ exports$1.isMemo = function(a) {
149
+ return z(a) === r3;
150
+ };
151
+ exports$1.isPortal = function(a) {
152
+ return z(a) === d;
153
+ };
154
+ exports$1.isProfiler = function(a) {
155
+ return z(a) === g2;
156
+ };
157
+ exports$1.isStrictMode = function(a) {
158
+ return z(a) === f;
159
+ };
160
+ exports$1.isSuspense = function(a) {
161
+ return z(a) === p2;
162
+ };
163
+ exports$1.isValidElementType = function(a) {
164
+ return "string" === typeof a || "function" === typeof a || a === e || a === m || a === g2 || a === f || a === p2 || a === q || "object" === typeof a && null !== a && (a.$$typeof === t2 || a.$$typeof === r3 || a.$$typeof === h || a.$$typeof === k || a.$$typeof === n || a.$$typeof === w2 || a.$$typeof === x2 || a.$$typeof === y || a.$$typeof === v);
165
+ };
166
+ exports$1.typeOf = z;
167
+ }
168
+ });
169
+
170
+ // ../../node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.development.js
171
+ var require_react_is_development = __commonJS({
172
+ "../../node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.development.js"(exports$1) {
173
+ if (process.env.NODE_ENV !== "production") {
174
+ (function() {
175
+ var hasSymbol = typeof Symbol === "function" && Symbol.for;
176
+ var REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for("react.element") : 60103;
177
+ var REACT_PORTAL_TYPE = hasSymbol ? Symbol.for("react.portal") : 60106;
178
+ var REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for("react.fragment") : 60107;
179
+ var REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for("react.strict_mode") : 60108;
180
+ var REACT_PROFILER_TYPE = hasSymbol ? Symbol.for("react.profiler") : 60114;
181
+ var REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for("react.provider") : 60109;
182
+ var REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for("react.context") : 60110;
183
+ var REACT_ASYNC_MODE_TYPE = hasSymbol ? Symbol.for("react.async_mode") : 60111;
184
+ var REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for("react.concurrent_mode") : 60111;
185
+ var REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for("react.forward_ref") : 60112;
186
+ var REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for("react.suspense") : 60113;
187
+ var REACT_SUSPENSE_LIST_TYPE = hasSymbol ? Symbol.for("react.suspense_list") : 60120;
188
+ var REACT_MEMO_TYPE = hasSymbol ? Symbol.for("react.memo") : 60115;
189
+ var REACT_LAZY_TYPE2 = hasSymbol ? Symbol.for("react.lazy") : 60116;
190
+ var REACT_BLOCK_TYPE = hasSymbol ? Symbol.for("react.block") : 60121;
191
+ var REACT_FUNDAMENTAL_TYPE = hasSymbol ? Symbol.for("react.fundamental") : 60117;
192
+ var REACT_RESPONDER_TYPE = hasSymbol ? Symbol.for("react.responder") : 60118;
193
+ var REACT_SCOPE_TYPE = hasSymbol ? Symbol.for("react.scope") : 60119;
194
+ function isValidElementType(type) {
195
+ return typeof type === "string" || typeof type === "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
196
+ 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_TYPE2 || 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);
197
+ }
198
+ function typeOf(object) {
199
+ if (typeof object === "object" && object !== null) {
200
+ var $$typeof = object.$$typeof;
201
+ switch ($$typeof) {
202
+ case REACT_ELEMENT_TYPE:
203
+ var type = object.type;
204
+ switch (type) {
205
+ case REACT_ASYNC_MODE_TYPE:
206
+ case REACT_CONCURRENT_MODE_TYPE:
207
+ case REACT_FRAGMENT_TYPE:
208
+ case REACT_PROFILER_TYPE:
209
+ case REACT_STRICT_MODE_TYPE:
210
+ case REACT_SUSPENSE_TYPE:
211
+ return type;
212
+ default:
213
+ var $$typeofType = type && type.$$typeof;
214
+ switch ($$typeofType) {
215
+ case REACT_CONTEXT_TYPE:
216
+ case REACT_FORWARD_REF_TYPE:
217
+ case REACT_LAZY_TYPE2:
218
+ case REACT_MEMO_TYPE:
219
+ case REACT_PROVIDER_TYPE:
220
+ return $$typeofType;
221
+ default:
222
+ return $$typeof;
223
+ }
224
+ }
225
+ case REACT_PORTAL_TYPE:
226
+ return $$typeof;
227
+ }
228
+ }
229
+ return void 0;
230
+ }
231
+ var AsyncMode = REACT_ASYNC_MODE_TYPE;
232
+ var ConcurrentMode = REACT_CONCURRENT_MODE_TYPE;
233
+ var ContextConsumer = REACT_CONTEXT_TYPE;
234
+ var ContextProvider = REACT_PROVIDER_TYPE;
235
+ var Element2 = REACT_ELEMENT_TYPE;
236
+ var ForwardRef = REACT_FORWARD_REF_TYPE;
237
+ var Fragment9 = REACT_FRAGMENT_TYPE;
238
+ var Lazy = REACT_LAZY_TYPE2;
239
+ var Memo = REACT_MEMO_TYPE;
240
+ var Portal4 = REACT_PORTAL_TYPE;
241
+ var Profiler = REACT_PROFILER_TYPE;
242
+ var StrictMode = REACT_STRICT_MODE_TYPE;
243
+ var Suspense = REACT_SUSPENSE_TYPE;
244
+ var hasWarnedAboutDeprecatedIsAsyncMode = false;
245
+ function isAsyncMode(object) {
246
+ {
247
+ if (!hasWarnedAboutDeprecatedIsAsyncMode) {
248
+ hasWarnedAboutDeprecatedIsAsyncMode = true;
249
+ console["warn"]("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.");
250
+ }
251
+ }
252
+ return isConcurrentMode(object) || typeOf(object) === REACT_ASYNC_MODE_TYPE;
253
+ }
254
+ function isConcurrentMode(object) {
255
+ return typeOf(object) === REACT_CONCURRENT_MODE_TYPE;
256
+ }
257
+ function isContextConsumer(object) {
258
+ return typeOf(object) === REACT_CONTEXT_TYPE;
259
+ }
260
+ function isContextProvider(object) {
261
+ return typeOf(object) === REACT_PROVIDER_TYPE;
262
+ }
263
+ function isElement2(object) {
264
+ return typeof object === "object" && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;
265
+ }
266
+ function isForwardRef(object) {
267
+ return typeOf(object) === REACT_FORWARD_REF_TYPE;
268
+ }
269
+ function isFragment(object) {
270
+ return typeOf(object) === REACT_FRAGMENT_TYPE;
271
+ }
272
+ function isLazy(object) {
273
+ return typeOf(object) === REACT_LAZY_TYPE2;
274
+ }
275
+ function isMemo(object) {
276
+ return typeOf(object) === REACT_MEMO_TYPE;
277
+ }
278
+ function isPortal(object) {
279
+ return typeOf(object) === REACT_PORTAL_TYPE;
280
+ }
281
+ function isProfiler(object) {
282
+ return typeOf(object) === REACT_PROFILER_TYPE;
283
+ }
284
+ function isStrictMode(object) {
285
+ return typeOf(object) === REACT_STRICT_MODE_TYPE;
286
+ }
287
+ function isSuspense(object) {
288
+ return typeOf(object) === REACT_SUSPENSE_TYPE;
289
+ }
290
+ exports$1.AsyncMode = AsyncMode;
291
+ exports$1.ConcurrentMode = ConcurrentMode;
292
+ exports$1.ContextConsumer = ContextConsumer;
293
+ exports$1.ContextProvider = ContextProvider;
294
+ exports$1.Element = Element2;
295
+ exports$1.ForwardRef = ForwardRef;
296
+ exports$1.Fragment = Fragment9;
297
+ exports$1.Lazy = Lazy;
298
+ exports$1.Memo = Memo;
299
+ exports$1.Portal = Portal4;
300
+ exports$1.Profiler = Profiler;
301
+ exports$1.StrictMode = StrictMode;
302
+ exports$1.Suspense = Suspense;
303
+ exports$1.isAsyncMode = isAsyncMode;
304
+ exports$1.isConcurrentMode = isConcurrentMode;
305
+ exports$1.isContextConsumer = isContextConsumer;
306
+ exports$1.isContextProvider = isContextProvider;
307
+ exports$1.isElement = isElement2;
308
+ exports$1.isForwardRef = isForwardRef;
309
+ exports$1.isFragment = isFragment;
310
+ exports$1.isLazy = isLazy;
311
+ exports$1.isMemo = isMemo;
312
+ exports$1.isPortal = isPortal;
313
+ exports$1.isProfiler = isProfiler;
314
+ exports$1.isStrictMode = isStrictMode;
315
+ exports$1.isSuspense = isSuspense;
316
+ exports$1.isValidElementType = isValidElementType;
317
+ exports$1.typeOf = typeOf;
318
+ })();
319
+ }
320
+ }
321
+ });
322
+
323
+ // ../../node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.js
324
+ var require_react_is = __commonJS({
325
+ "../../node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.js"(exports$1, module) {
326
+ if (process.env.NODE_ENV === "production") {
327
+ module.exports = require_react_is_production_min();
328
+ } else {
329
+ module.exports = require_react_is_development();
330
+ }
331
+ }
332
+ });
333
+
334
+ // ../../node_modules/.pnpm/object-assign@4.1.1/node_modules/object-assign/index.js
335
+ var require_object_assign = __commonJS({
336
+ "../../node_modules/.pnpm/object-assign@4.1.1/node_modules/object-assign/index.js"(exports$1, module) {
337
+ var getOwnPropertySymbols = Object.getOwnPropertySymbols;
338
+ var hasOwnProperty = Object.prototype.hasOwnProperty;
339
+ var propIsEnumerable = Object.prototype.propertyIsEnumerable;
340
+ function toObject(val) {
341
+ if (val === null || val === void 0) {
342
+ throw new TypeError("Object.assign cannot be called with null or undefined");
343
+ }
344
+ return Object(val);
345
+ }
346
+ function shouldUseNative() {
347
+ try {
348
+ if (!Object.assign) {
349
+ return false;
350
+ }
351
+ var test1 = new String("abc");
352
+ test1[5] = "de";
353
+ if (Object.getOwnPropertyNames(test1)[0] === "5") {
354
+ return false;
355
+ }
356
+ var test2 = {};
357
+ for (var i = 0; i < 10; i++) {
358
+ test2["_" + String.fromCharCode(i)] = i;
359
+ }
360
+ var order2 = Object.getOwnPropertyNames(test2).map(function(n) {
361
+ return test2[n];
362
+ });
363
+ if (order2.join("") !== "0123456789") {
364
+ return false;
365
+ }
366
+ var test3 = {};
367
+ "abcdefghijklmnopqrst".split("").forEach(function(letter) {
368
+ test3[letter] = letter;
369
+ });
370
+ if (Object.keys(Object.assign({}, test3)).join("") !== "abcdefghijklmnopqrst") {
371
+ return false;
372
+ }
373
+ return true;
374
+ } catch (err) {
375
+ return false;
376
+ }
377
+ }
378
+ module.exports = shouldUseNative() ? Object.assign : function(target, source) {
379
+ var from;
380
+ var to = toObject(target);
381
+ var symbols;
382
+ for (var s2 = 1; s2 < arguments.length; s2++) {
383
+ from = Object(arguments[s2]);
384
+ for (var key in from) {
385
+ if (hasOwnProperty.call(from, key)) {
386
+ to[key] = from[key];
387
+ }
388
+ }
389
+ if (getOwnPropertySymbols) {
390
+ symbols = getOwnPropertySymbols(from);
391
+ for (var i = 0; i < symbols.length; i++) {
392
+ if (propIsEnumerable.call(from, symbols[i])) {
393
+ to[symbols[i]] = from[symbols[i]];
394
+ }
395
+ }
396
+ }
397
+ }
398
+ return to;
399
+ };
400
+ }
401
+ });
402
+
403
+ // ../../node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/ReactPropTypesSecret.js
404
+ var require_ReactPropTypesSecret = __commonJS({
405
+ "../../node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/ReactPropTypesSecret.js"(exports$1, module) {
406
+ var ReactPropTypesSecret = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
407
+ module.exports = ReactPropTypesSecret;
408
+ }
409
+ });
410
+
411
+ // ../../node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/has.js
412
+ var require_has = __commonJS({
413
+ "../../node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/has.js"(exports$1, module) {
414
+ module.exports = Function.call.bind(Object.prototype.hasOwnProperty);
415
+ }
416
+ });
417
+
418
+ // ../../node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/checkPropTypes.js
419
+ var require_checkPropTypes = __commonJS({
420
+ "../../node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/checkPropTypes.js"(exports$1, module) {
421
+ var printWarning = function() {
422
+ };
423
+ if (process.env.NODE_ENV !== "production") {
424
+ ReactPropTypesSecret = require_ReactPropTypesSecret();
425
+ loggedTypeFailures = {};
426
+ has = require_has();
427
+ printWarning = function(text2) {
428
+ var message = "Warning: " + text2;
429
+ if (typeof console !== "undefined") {
430
+ console.error(message);
431
+ }
432
+ try {
433
+ throw new Error(message);
434
+ } catch (x2) {
435
+ }
436
+ };
437
+ }
438
+ var ReactPropTypesSecret;
439
+ var loggedTypeFailures;
440
+ var has;
441
+ function checkPropTypes(typeSpecs, values, location, componentName, getStack) {
442
+ if (process.env.NODE_ENV !== "production") {
443
+ for (var typeSpecName in typeSpecs) {
444
+ if (has(typeSpecs, typeSpecName)) {
445
+ var error;
446
+ try {
447
+ if (typeof typeSpecs[typeSpecName] !== "function") {
448
+ var err = Error(
449
+ (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`."
450
+ );
451
+ err.name = "Invariant Violation";
452
+ throw err;
453
+ }
454
+ error = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, ReactPropTypesSecret);
455
+ } catch (ex) {
456
+ error = ex;
457
+ }
458
+ if (error && !(error instanceof Error)) {
459
+ printWarning(
460
+ (componentName || "React class") + ": type specification of " + location + " `" + typeSpecName + "` is invalid; the type checker function must return `null` or an `Error` but returned a " + typeof error + ". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."
461
+ );
462
+ }
463
+ if (error instanceof Error && !(error.message in loggedTypeFailures)) {
464
+ loggedTypeFailures[error.message] = true;
465
+ var stack = getStack ? getStack() : "";
466
+ printWarning(
467
+ "Failed " + location + " type: " + error.message + (stack != null ? stack : "")
468
+ );
469
+ }
470
+ }
471
+ }
472
+ }
473
+ }
474
+ checkPropTypes.resetWarningCache = function() {
475
+ if (process.env.NODE_ENV !== "production") {
476
+ loggedTypeFailures = {};
477
+ }
478
+ };
479
+ module.exports = checkPropTypes;
480
+ }
481
+ });
482
+
483
+ // ../../node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithTypeCheckers.js
484
+ var require_factoryWithTypeCheckers = __commonJS({
485
+ "../../node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithTypeCheckers.js"(exports$1, module) {
486
+ var ReactIs = require_react_is();
487
+ var assign = require_object_assign();
488
+ var ReactPropTypesSecret = require_ReactPropTypesSecret();
489
+ var has = require_has();
490
+ var checkPropTypes = require_checkPropTypes();
491
+ var printWarning = function() {
492
+ };
493
+ if (process.env.NODE_ENV !== "production") {
494
+ printWarning = function(text2) {
495
+ var message = "Warning: " + text2;
496
+ if (typeof console !== "undefined") {
497
+ console.error(message);
498
+ }
499
+ try {
500
+ throw new Error(message);
501
+ } catch (x2) {
502
+ }
503
+ };
504
+ }
505
+ function emptyFunctionThatReturnsNull() {
506
+ return null;
507
+ }
508
+ module.exports = function(isValidElement3, throwOnDirectAccess) {
509
+ var ITERATOR_SYMBOL = typeof Symbol === "function" && Symbol.iterator;
510
+ var FAUX_ITERATOR_SYMBOL = "@@iterator";
511
+ function getIteratorFn(maybeIterable) {
512
+ var iteratorFn = maybeIterable && (ITERATOR_SYMBOL && maybeIterable[ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL]);
513
+ if (typeof iteratorFn === "function") {
514
+ return iteratorFn;
515
+ }
516
+ }
517
+ var ANONYMOUS = "<<anonymous>>";
518
+ var ReactPropTypes = {
519
+ array: createPrimitiveTypeChecker("array"),
520
+ bigint: createPrimitiveTypeChecker("bigint"),
521
+ bool: createPrimitiveTypeChecker("boolean"),
522
+ func: createPrimitiveTypeChecker("function"),
523
+ number: createPrimitiveTypeChecker("number"),
524
+ object: createPrimitiveTypeChecker("object"),
525
+ string: createPrimitiveTypeChecker("string"),
526
+ symbol: createPrimitiveTypeChecker("symbol"),
527
+ any: createAnyTypeChecker(),
528
+ arrayOf: createArrayOfTypeChecker,
529
+ element: createElementTypeChecker(),
530
+ elementType: createElementTypeTypeChecker(),
531
+ instanceOf: createInstanceTypeChecker,
532
+ node: createNodeChecker(),
533
+ objectOf: createObjectOfTypeChecker,
534
+ oneOf: createEnumTypeChecker,
535
+ oneOfType: createUnionTypeChecker,
536
+ shape: createShapeTypeChecker,
537
+ exact: createStrictShapeTypeChecker
538
+ };
539
+ function is(x2, y) {
540
+ if (x2 === y) {
541
+ return x2 !== 0 || 1 / x2 === 1 / y;
542
+ } else {
543
+ return x2 !== x2 && y !== y;
544
+ }
545
+ }
546
+ function PropTypeError(message, data) {
547
+ this.message = message;
548
+ this.data = data && typeof data === "object" ? data : {};
549
+ this.stack = "";
550
+ }
551
+ PropTypeError.prototype = Error.prototype;
552
+ function createChainableTypeChecker(validate) {
553
+ if (process.env.NODE_ENV !== "production") {
554
+ var manualPropTypeCallCache = {};
555
+ var manualPropTypeWarningCount = 0;
556
+ }
557
+ function checkType(isRequired, props, propName, componentName, location, propFullName, secret) {
558
+ componentName = componentName || ANONYMOUS;
559
+ propFullName = propFullName || propName;
560
+ if (secret !== ReactPropTypesSecret) {
561
+ if (throwOnDirectAccess) {
562
+ var err = new Error(
563
+ "Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
564
+ );
565
+ err.name = "Invariant Violation";
566
+ throw err;
567
+ } else if (process.env.NODE_ENV !== "production" && typeof console !== "undefined") {
568
+ var cacheKey = componentName + ":" + propName;
569
+ if (!manualPropTypeCallCache[cacheKey] && // Avoid spamming the console because they are often not actionable except for lib authors
570
+ manualPropTypeWarningCount < 3) {
571
+ printWarning(
572
+ "You are manually calling a React.PropTypes validation function for the `" + propFullName + "` prop on `" + componentName + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
573
+ );
574
+ manualPropTypeCallCache[cacheKey] = true;
575
+ manualPropTypeWarningCount++;
576
+ }
577
+ }
578
+ }
579
+ if (props[propName] == null) {
580
+ if (isRequired) {
581
+ if (props[propName] === null) {
582
+ return new PropTypeError("The " + location + " `" + propFullName + "` is marked as required " + ("in `" + componentName + "`, but its value is `null`."));
583
+ }
584
+ return new PropTypeError("The " + location + " `" + propFullName + "` is marked as required in " + ("`" + componentName + "`, but its value is `undefined`."));
585
+ }
586
+ return null;
587
+ } else {
588
+ return validate(props, propName, componentName, location, propFullName);
589
+ }
590
+ }
591
+ var chainedCheckType = checkType.bind(null, false);
592
+ chainedCheckType.isRequired = checkType.bind(null, true);
593
+ return chainedCheckType;
594
+ }
595
+ function createPrimitiveTypeChecker(expectedType) {
596
+ function validate(props, propName, componentName, location, propFullName, secret) {
597
+ var propValue = props[propName];
598
+ var propType = getPropType(propValue);
599
+ if (propType !== expectedType) {
600
+ var preciseType = getPreciseType(propValue);
601
+ return new PropTypeError(
602
+ "Invalid " + location + " `" + propFullName + "` of type " + ("`" + preciseType + "` supplied to `" + componentName + "`, expected ") + ("`" + expectedType + "`."),
603
+ { expectedType }
604
+ );
605
+ }
606
+ return null;
607
+ }
608
+ return createChainableTypeChecker(validate);
609
+ }
610
+ function createAnyTypeChecker() {
611
+ return createChainableTypeChecker(emptyFunctionThatReturnsNull);
612
+ }
613
+ function createArrayOfTypeChecker(typeChecker) {
614
+ function validate(props, propName, componentName, location, propFullName) {
615
+ if (typeof typeChecker !== "function") {
616
+ return new PropTypeError("Property `" + propFullName + "` of component `" + componentName + "` has invalid PropType notation inside arrayOf.");
617
+ }
618
+ var propValue = props[propName];
619
+ if (!Array.isArray(propValue)) {
620
+ var propType = getPropType(propValue);
621
+ return new PropTypeError("Invalid " + location + " `" + propFullName + "` of type " + ("`" + propType + "` supplied to `" + componentName + "`, expected an array."));
622
+ }
623
+ for (var i = 0; i < propValue.length; i++) {
624
+ var error = typeChecker(propValue, i, componentName, location, propFullName + "[" + i + "]", ReactPropTypesSecret);
625
+ if (error instanceof Error) {
626
+ return error;
627
+ }
628
+ }
629
+ return null;
630
+ }
631
+ return createChainableTypeChecker(validate);
632
+ }
633
+ function createElementTypeChecker() {
634
+ function validate(props, propName, componentName, location, propFullName) {
635
+ var propValue = props[propName];
636
+ if (!isValidElement3(propValue)) {
637
+ var propType = getPropType(propValue);
638
+ return new PropTypeError("Invalid " + location + " `" + propFullName + "` of type " + ("`" + propType + "` supplied to `" + componentName + "`, expected a single ReactElement."));
639
+ }
640
+ return null;
641
+ }
642
+ return createChainableTypeChecker(validate);
643
+ }
644
+ function createElementTypeTypeChecker() {
645
+ function validate(props, propName, componentName, location, propFullName) {
646
+ var propValue = props[propName];
647
+ if (!ReactIs.isValidElementType(propValue)) {
648
+ var propType = getPropType(propValue);
649
+ return new PropTypeError("Invalid " + location + " `" + propFullName + "` of type " + ("`" + propType + "` supplied to `" + componentName + "`, expected a single ReactElement type."));
650
+ }
651
+ return null;
652
+ }
653
+ return createChainableTypeChecker(validate);
654
+ }
655
+ function createInstanceTypeChecker(expectedClass) {
656
+ function validate(props, propName, componentName, location, propFullName) {
657
+ if (!(props[propName] instanceof expectedClass)) {
658
+ var expectedClassName = expectedClass.name || ANONYMOUS;
659
+ var actualClassName = getClassName(props[propName]);
660
+ return new PropTypeError("Invalid " + location + " `" + propFullName + "` of type " + ("`" + actualClassName + "` supplied to `" + componentName + "`, expected ") + ("instance of `" + expectedClassName + "`."));
661
+ }
662
+ return null;
663
+ }
664
+ return createChainableTypeChecker(validate);
665
+ }
666
+ function createEnumTypeChecker(expectedValues) {
667
+ if (!Array.isArray(expectedValues)) {
668
+ if (process.env.NODE_ENV !== "production") {
669
+ if (arguments.length > 1) {
670
+ printWarning(
671
+ "Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
672
+ );
673
+ } else {
674
+ printWarning("Invalid argument supplied to oneOf, expected an array.");
675
+ }
676
+ }
677
+ return emptyFunctionThatReturnsNull;
678
+ }
679
+ function validate(props, propName, componentName, location, propFullName) {
680
+ var propValue = props[propName];
681
+ for (var i = 0; i < expectedValues.length; i++) {
682
+ if (is(propValue, expectedValues[i])) {
683
+ return null;
684
+ }
685
+ }
686
+ var valuesString = JSON.stringify(expectedValues, function replacer(key, value) {
687
+ var type = getPreciseType(value);
688
+ if (type === "symbol") {
689
+ return String(value);
690
+ }
691
+ return value;
692
+ });
693
+ return new PropTypeError("Invalid " + location + " `" + propFullName + "` of value `" + String(propValue) + "` " + ("supplied to `" + componentName + "`, expected one of " + valuesString + "."));
694
+ }
695
+ return createChainableTypeChecker(validate);
696
+ }
697
+ function createObjectOfTypeChecker(typeChecker) {
698
+ function validate(props, propName, componentName, location, propFullName) {
699
+ if (typeof typeChecker !== "function") {
700
+ return new PropTypeError("Property `" + propFullName + "` of component `" + componentName + "` has invalid PropType notation inside objectOf.");
701
+ }
702
+ var propValue = props[propName];
703
+ var propType = getPropType(propValue);
704
+ if (propType !== "object") {
705
+ return new PropTypeError("Invalid " + location + " `" + propFullName + "` of type " + ("`" + propType + "` supplied to `" + componentName + "`, expected an object."));
706
+ }
707
+ for (var key in propValue) {
708
+ if (has(propValue, key)) {
709
+ var error = typeChecker(propValue, key, componentName, location, propFullName + "." + key, ReactPropTypesSecret);
710
+ if (error instanceof Error) {
711
+ return error;
712
+ }
713
+ }
714
+ }
715
+ return null;
716
+ }
717
+ return createChainableTypeChecker(validate);
718
+ }
719
+ function createUnionTypeChecker(arrayOfTypeCheckers) {
720
+ if (!Array.isArray(arrayOfTypeCheckers)) {
721
+ process.env.NODE_ENV !== "production" ? printWarning("Invalid argument supplied to oneOfType, expected an instance of array.") : void 0;
722
+ return emptyFunctionThatReturnsNull;
723
+ }
724
+ for (var i = 0; i < arrayOfTypeCheckers.length; i++) {
725
+ var checker = arrayOfTypeCheckers[i];
726
+ if (typeof checker !== "function") {
727
+ printWarning(
728
+ "Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + getPostfixForTypeWarning(checker) + " at index " + i + "."
729
+ );
730
+ return emptyFunctionThatReturnsNull;
731
+ }
732
+ }
733
+ function validate(props, propName, componentName, location, propFullName) {
734
+ var expectedTypes = [];
735
+ for (var i2 = 0; i2 < arrayOfTypeCheckers.length; i2++) {
736
+ var checker2 = arrayOfTypeCheckers[i2];
737
+ var checkerResult = checker2(props, propName, componentName, location, propFullName, ReactPropTypesSecret);
738
+ if (checkerResult == null) {
739
+ return null;
740
+ }
741
+ if (checkerResult.data && has(checkerResult.data, "expectedType")) {
742
+ expectedTypes.push(checkerResult.data.expectedType);
743
+ }
744
+ }
745
+ var expectedTypesMessage = expectedTypes.length > 0 ? ", expected one of type [" + expectedTypes.join(", ") + "]" : "";
746
+ return new PropTypeError("Invalid " + location + " `" + propFullName + "` supplied to " + ("`" + componentName + "`" + expectedTypesMessage + "."));
747
+ }
748
+ return createChainableTypeChecker(validate);
749
+ }
750
+ function createNodeChecker() {
751
+ function validate(props, propName, componentName, location, propFullName) {
752
+ if (!isNode2(props[propName])) {
753
+ return new PropTypeError("Invalid " + location + " `" + propFullName + "` supplied to " + ("`" + componentName + "`, expected a ReactNode."));
754
+ }
755
+ return null;
756
+ }
757
+ return createChainableTypeChecker(validate);
758
+ }
759
+ function invalidValidatorError(componentName, location, propFullName, key, type) {
760
+ return new PropTypeError(
761
+ (componentName || "React class") + ": " + location + " type `" + propFullName + "." + key + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + type + "`."
762
+ );
763
+ }
764
+ function createShapeTypeChecker(shapeTypes) {
765
+ function validate(props, propName, componentName, location, propFullName) {
766
+ var propValue = props[propName];
767
+ var propType = getPropType(propValue);
768
+ if (propType !== "object") {
769
+ return new PropTypeError("Invalid " + location + " `" + propFullName + "` of type `" + propType + "` " + ("supplied to `" + componentName + "`, expected `object`."));
770
+ }
771
+ for (var key in shapeTypes) {
772
+ var checker = shapeTypes[key];
773
+ if (typeof checker !== "function") {
774
+ return invalidValidatorError(componentName, location, propFullName, key, getPreciseType(checker));
775
+ }
776
+ var error = checker(propValue, key, componentName, location, propFullName + "." + key, ReactPropTypesSecret);
777
+ if (error) {
778
+ return error;
779
+ }
780
+ }
781
+ return null;
782
+ }
783
+ return createChainableTypeChecker(validate);
784
+ }
785
+ function createStrictShapeTypeChecker(shapeTypes) {
786
+ function validate(props, propName, componentName, location, propFullName) {
787
+ var propValue = props[propName];
788
+ var propType = getPropType(propValue);
789
+ if (propType !== "object") {
790
+ return new PropTypeError("Invalid " + location + " `" + propFullName + "` of type `" + propType + "` " + ("supplied to `" + componentName + "`, expected `object`."));
791
+ }
792
+ var allKeys = assign({}, props[propName], shapeTypes);
793
+ for (var key in allKeys) {
794
+ var checker = shapeTypes[key];
795
+ if (has(shapeTypes, key) && typeof checker !== "function") {
796
+ return invalidValidatorError(componentName, location, propFullName, key, getPreciseType(checker));
797
+ }
798
+ if (!checker) {
799
+ return new PropTypeError(
800
+ "Invalid " + location + " `" + propFullName + "` key `" + key + "` supplied to `" + componentName + "`.\nBad object: " + JSON.stringify(props[propName], null, " ") + "\nValid keys: " + JSON.stringify(Object.keys(shapeTypes), null, " ")
801
+ );
802
+ }
803
+ var error = checker(propValue, key, componentName, location, propFullName + "." + key, ReactPropTypesSecret);
804
+ if (error) {
805
+ return error;
806
+ }
807
+ }
808
+ return null;
809
+ }
810
+ return createChainableTypeChecker(validate);
811
+ }
812
+ function isNode2(propValue) {
813
+ switch (typeof propValue) {
814
+ case "number":
815
+ case "string":
816
+ case "undefined":
817
+ return true;
818
+ case "boolean":
819
+ return !propValue;
820
+ case "object":
821
+ if (Array.isArray(propValue)) {
822
+ return propValue.every(isNode2);
823
+ }
824
+ if (propValue === null || isValidElement3(propValue)) {
825
+ return true;
826
+ }
827
+ var iteratorFn = getIteratorFn(propValue);
828
+ if (iteratorFn) {
829
+ var iterator = iteratorFn.call(propValue);
830
+ var step;
831
+ if (iteratorFn !== propValue.entries) {
832
+ while (!(step = iterator.next()).done) {
833
+ if (!isNode2(step.value)) {
834
+ return false;
835
+ }
836
+ }
837
+ } else {
838
+ while (!(step = iterator.next()).done) {
839
+ var entry = step.value;
840
+ if (entry) {
841
+ if (!isNode2(entry[1])) {
842
+ return false;
843
+ }
844
+ }
845
+ }
846
+ }
847
+ } else {
848
+ return false;
849
+ }
850
+ return true;
851
+ default:
852
+ return false;
853
+ }
854
+ }
855
+ function isSymbol(propType, propValue) {
856
+ if (propType === "symbol") {
857
+ return true;
858
+ }
859
+ if (!propValue) {
860
+ return false;
861
+ }
862
+ if (propValue["@@toStringTag"] === "Symbol") {
863
+ return true;
864
+ }
865
+ if (typeof Symbol === "function" && propValue instanceof Symbol) {
866
+ return true;
867
+ }
868
+ return false;
869
+ }
870
+ function getPropType(propValue) {
871
+ var propType = typeof propValue;
872
+ if (Array.isArray(propValue)) {
873
+ return "array";
874
+ }
875
+ if (propValue instanceof RegExp) {
876
+ return "object";
877
+ }
878
+ if (isSymbol(propType, propValue)) {
879
+ return "symbol";
880
+ }
881
+ return propType;
882
+ }
883
+ function getPreciseType(propValue) {
884
+ if (typeof propValue === "undefined" || propValue === null) {
885
+ return "" + propValue;
886
+ }
887
+ var propType = getPropType(propValue);
888
+ if (propType === "object") {
889
+ if (propValue instanceof Date) {
890
+ return "date";
891
+ } else if (propValue instanceof RegExp) {
892
+ return "regexp";
893
+ }
894
+ }
895
+ return propType;
896
+ }
897
+ function getPostfixForTypeWarning(value) {
898
+ var type = getPreciseType(value);
899
+ switch (type) {
900
+ case "array":
901
+ case "object":
902
+ return "an " + type;
903
+ case "boolean":
904
+ case "date":
905
+ case "regexp":
906
+ return "a " + type;
907
+ default:
908
+ return type;
909
+ }
910
+ }
911
+ function getClassName(propValue) {
912
+ if (!propValue.constructor || !propValue.constructor.name) {
913
+ return ANONYMOUS;
914
+ }
915
+ return propValue.constructor.name;
916
+ }
917
+ ReactPropTypes.checkPropTypes = checkPropTypes;
918
+ ReactPropTypes.resetWarningCache = checkPropTypes.resetWarningCache;
919
+ ReactPropTypes.PropTypes = ReactPropTypes;
920
+ return ReactPropTypes;
921
+ };
922
+ }
923
+ });
924
+
925
+ // ../../node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithThrowingShims.js
926
+ var require_factoryWithThrowingShims = __commonJS({
927
+ "../../node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithThrowingShims.js"(exports$1, module) {
928
+ var ReactPropTypesSecret = require_ReactPropTypesSecret();
929
+ function emptyFunction() {
930
+ }
931
+ function emptyFunctionWithReset() {
932
+ }
933
+ emptyFunctionWithReset.resetWarningCache = emptyFunction;
934
+ module.exports = function() {
935
+ function shim(props, propName, componentName, location, propFullName, secret) {
936
+ if (secret === ReactPropTypesSecret) {
937
+ return;
938
+ }
939
+ var err = new Error(
940
+ "Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types"
941
+ );
942
+ err.name = "Invariant Violation";
943
+ throw err;
944
+ }
945
+ shim.isRequired = shim;
946
+ function getShim() {
947
+ return shim;
948
+ }
949
+ var ReactPropTypes = {
950
+ array: shim,
951
+ bigint: shim,
952
+ bool: shim,
953
+ func: shim,
954
+ number: shim,
955
+ object: shim,
956
+ string: shim,
957
+ symbol: shim,
958
+ any: shim,
959
+ arrayOf: getShim,
960
+ element: shim,
961
+ elementType: shim,
962
+ instanceOf: getShim,
963
+ node: shim,
964
+ objectOf: getShim,
965
+ oneOf: getShim,
966
+ oneOfType: getShim,
967
+ shape: getShim,
968
+ exact: getShim,
969
+ checkPropTypes: emptyFunctionWithReset,
970
+ resetWarningCache: emptyFunction
971
+ };
972
+ ReactPropTypes.PropTypes = ReactPropTypes;
973
+ return ReactPropTypes;
974
+ };
975
+ }
976
+ });
977
+
978
+ // ../../node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.js
979
+ var require_prop_types = __commonJS({
980
+ "../../node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.js"(exports$1, module) {
981
+ if (process.env.NODE_ENV !== "production") {
982
+ ReactIs = require_react_is();
983
+ throwOnDirectAccess = true;
984
+ module.exports = require_factoryWithTypeCheckers()(ReactIs.isElement, throwOnDirectAccess);
985
+ } else {
986
+ module.exports = require_factoryWithThrowingShims()();
987
+ }
988
+ var ReactIs;
989
+ var throwOnDirectAccess;
990
+ }
991
+ });
41
992
 
42
993
  // ../../node_modules/.pnpm/@fortawesome+fontawesome-svg-core@6.7.2/node_modules/@fortawesome/fontawesome-svg-core/package.json
43
994
  var require_package = __commonJS({
@@ -11026,7 +11977,8 @@ __export(slots_exports, {
11026
11977
  SlotDelete: () => SlotDelete,
11027
11978
  SlotDragHandle: () => SlotDragHandle,
11028
11979
  SlotElements: () => SlotElements,
11029
- SlotEnable: () => SlotEnable
11980
+ SlotEnable: () => SlotEnable,
11981
+ useSlotContext: () => useSlotContext
11030
11982
  });
11031
11983
 
11032
11984
  // src/components/slots/SlotElements.tsx
@@ -14030,6 +14982,9 @@ var icon = api.icon;
14030
14982
  api.layer;
14031
14983
  api.text;
14032
14984
  api.counter;
14985
+
14986
+ // ../../node_modules/.pnpm/@fortawesome+react-fontawesome@0.2.6_@fortawesome+fontawesome-svg-core@6.7.2_react@19.2.2/node_modules/@fortawesome/react-fontawesome/index.es.js
14987
+ var import_prop_types = __toESM(require_prop_types());
14033
14988
  function _arrayLikeToArray(r3, a) {
14034
14989
  (null == a || a > r3.length) && (a = r3.length);
14035
14990
  for (var e = 0, n = Array(a); e < a; e++) n[e] = r3[e];
@@ -14378,36 +15333,36 @@ var FontAwesomeIcon = /* @__PURE__ */ React45__namespace.default.forwardRef(func
14378
15333
  });
14379
15334
  FontAwesomeIcon.displayName = "FontAwesomeIcon";
14380
15335
  FontAwesomeIcon.propTypes = {
14381
- beat: PropTypes__default.default.bool,
14382
- border: PropTypes__default.default.bool,
14383
- beatFade: PropTypes__default.default.bool,
14384
- bounce: PropTypes__default.default.bool,
14385
- className: PropTypes__default.default.string,
14386
- fade: PropTypes__default.default.bool,
14387
- flash: PropTypes__default.default.bool,
14388
- mask: PropTypes__default.default.oneOfType([PropTypes__default.default.object, PropTypes__default.default.array, PropTypes__default.default.string]),
14389
- maskId: PropTypes__default.default.string,
15336
+ beat: import_prop_types.default.bool,
15337
+ border: import_prop_types.default.bool,
15338
+ beatFade: import_prop_types.default.bool,
15339
+ bounce: import_prop_types.default.bool,
15340
+ className: import_prop_types.default.string,
15341
+ fade: import_prop_types.default.bool,
15342
+ flash: import_prop_types.default.bool,
15343
+ mask: import_prop_types.default.oneOfType([import_prop_types.default.object, import_prop_types.default.array, import_prop_types.default.string]),
15344
+ maskId: import_prop_types.default.string,
14390
15345
  // the fixedWidth property has been deprecated as of version 7
14391
- fixedWidth: PropTypes__default.default.bool,
14392
- inverse: PropTypes__default.default.bool,
14393
- flip: PropTypes__default.default.oneOf([true, false, "horizontal", "vertical", "both"]),
14394
- icon: PropTypes__default.default.oneOfType([PropTypes__default.default.object, PropTypes__default.default.array, PropTypes__default.default.string]),
14395
- listItem: PropTypes__default.default.bool,
14396
- pull: PropTypes__default.default.oneOf(["right", "left"]),
14397
- pulse: PropTypes__default.default.bool,
14398
- rotation: PropTypes__default.default.oneOf([0, 90, 180, 270]),
14399
- rotateBy: PropTypes__default.default.bool,
14400
- shake: PropTypes__default.default.bool,
14401
- size: PropTypes__default.default.oneOf(["2xs", "xs", "sm", "lg", "xl", "2xl", "1x", "2x", "3x", "4x", "5x", "6x", "7x", "8x", "9x", "10x"]),
14402
- spin: PropTypes__default.default.bool,
14403
- spinPulse: PropTypes__default.default.bool,
14404
- spinReverse: PropTypes__default.default.bool,
14405
- symbol: PropTypes__default.default.oneOfType([PropTypes__default.default.bool, PropTypes__default.default.string]),
14406
- title: PropTypes__default.default.string,
14407
- titleId: PropTypes__default.default.string,
14408
- transform: PropTypes__default.default.oneOfType([PropTypes__default.default.string, PropTypes__default.default.object]),
14409
- swapOpacity: PropTypes__default.default.bool,
14410
- widthAuto: PropTypes__default.default.bool
15346
+ fixedWidth: import_prop_types.default.bool,
15347
+ inverse: import_prop_types.default.bool,
15348
+ flip: import_prop_types.default.oneOf([true, false, "horizontal", "vertical", "both"]),
15349
+ icon: import_prop_types.default.oneOfType([import_prop_types.default.object, import_prop_types.default.array, import_prop_types.default.string]),
15350
+ listItem: import_prop_types.default.bool,
15351
+ pull: import_prop_types.default.oneOf(["right", "left"]),
15352
+ pulse: import_prop_types.default.bool,
15353
+ rotation: import_prop_types.default.oneOf([0, 90, 180, 270]),
15354
+ rotateBy: import_prop_types.default.bool,
15355
+ shake: import_prop_types.default.bool,
15356
+ size: import_prop_types.default.oneOf(["2xs", "xs", "sm", "lg", "xl", "2xl", "1x", "2x", "3x", "4x", "5x", "6x", "7x", "8x", "9x", "10x"]),
15357
+ spin: import_prop_types.default.bool,
15358
+ spinPulse: import_prop_types.default.bool,
15359
+ spinReverse: import_prop_types.default.bool,
15360
+ symbol: import_prop_types.default.oneOfType([import_prop_types.default.bool, import_prop_types.default.string]),
15361
+ title: import_prop_types.default.string,
15362
+ titleId: import_prop_types.default.string,
15363
+ transform: import_prop_types.default.oneOfType([import_prop_types.default.string, import_prop_types.default.object]),
15364
+ swapOpacity: import_prop_types.default.bool,
15365
+ widthAuto: import_prop_types.default.bool
14411
15366
  };
14412
15367
  var convertCurry = convert.bind(null, React45__namespace.default.createElement);
14413
15368
 
@@ -14434,8 +15389,47 @@ var SlotDragHandle = (props) => {
14434
15389
  const { slotId } = props;
14435
15390
  return /* @__PURE__ */ React.createElement("div", { className: "uii:cursor-grab" }, /* @__PURE__ */ React.createElement(FontAwesomeIcon, { icon: faGripVertical }));
14436
15391
  };
15392
+
15393
+ // src/components/slots/index.tsx
15394
+ function useSlotContext(slotId) {
15395
+ const devContext = React45.useContext(DevContext);
15396
+ const [activeSlotId, setActiveSlotId] = React45.useState(void 0);
15397
+ React45.useEffect(() => {
15398
+ if (devContext) {
15399
+ setActiveSlotId(devContext.activeSlotId ?? void 0);
15400
+ }
15401
+ }, [devContext, slotId]);
15402
+ return { active: (activeSlotId ?? "") === slotId, enabled: true };
15403
+ }
14437
15404
  /*! Bundled license information:
14438
15405
 
15406
+ react-is/cjs/react-is.production.min.js:
15407
+ (** @license React v16.13.1
15408
+ * react-is.production.min.js
15409
+ *
15410
+ * Copyright (c) Facebook, Inc. and its affiliates.
15411
+ *
15412
+ * This source code is licensed under the MIT license found in the
15413
+ * LICENSE file in the root directory of this source tree.
15414
+ *)
15415
+
15416
+ react-is/cjs/react-is.development.js:
15417
+ (** @license React v16.13.1
15418
+ * react-is.development.js
15419
+ *
15420
+ * Copyright (c) Facebook, Inc. and its affiliates.
15421
+ *
15422
+ * This source code is licensed under the MIT license found in the
15423
+ * LICENSE file in the root directory of this source tree.
15424
+ *)
15425
+
15426
+ object-assign/index.js:
15427
+ (*
15428
+ object-assign
15429
+ (c) Sindre Sorhus
15430
+ @license MIT
15431
+ *)
15432
+
14439
15433
  lucide-react/dist/esm/shared/src/utils.js:
14440
15434
  lucide-react/dist/esm/defaultAttributes.js:
14441
15435
  lucide-react/dist/esm/Icon.js: