linear-react-components-ui 1.1.26-beta.2 → 1.1.26-beta.4

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 (193) hide show
  1. package/lib/alerts/AlertProvider.js +1 -1
  2. package/lib/alerts/BaseAlert.js +1 -1
  3. package/lib/alerts/Message.js +1 -1
  4. package/lib/alerts/withAlert.js +1 -1
  5. package/lib/avatar/index.js +14 -14
  6. package/lib/badge/index.js +2 -2
  7. package/lib/buttons/ActivateButton.js +1 -1
  8. package/lib/buttons/AddButton.js +1 -1
  9. package/lib/buttons/Button.js +1 -1
  10. package/lib/buttons/ButtonGroups.js +1 -1
  11. package/lib/buttons/CancelButton.js +1 -1
  12. package/lib/buttons/DangerButton.js +1 -1
  13. package/lib/buttons/DefaultButton.js +1 -1
  14. package/lib/buttons/DestroyButton.js +1 -1
  15. package/lib/buttons/EditButton.js +1 -1
  16. package/lib/buttons/InactivateButton.js +1 -1
  17. package/lib/buttons/InfoButton.js +1 -1
  18. package/lib/buttons/PrimaryButton.js +1 -1
  19. package/lib/buttons/RestoreButton.js +1 -1
  20. package/lib/buttons/SaveButton.js +1 -1
  21. package/lib/buttons/SuccessButton.js +1 -1
  22. package/lib/buttons/WarningButton.js +1 -1
  23. package/lib/buttons/button_container/index.js +1 -1
  24. package/lib/buttons/index.js +1 -1
  25. package/lib/buttons/split_button/index.js +3 -3
  26. package/lib/calendar/DangerCalendar.js +1 -1
  27. package/lib/calendar/InfoCalendar.js +1 -1
  28. package/lib/calendar/PrimaryCalendar.js +1 -1
  29. package/lib/calendar/SuccessCalendar.js +1 -1
  30. package/lib/calendar/WarningCalendar.js +1 -1
  31. package/lib/calendar/base/Day.js +2 -2
  32. package/lib/calendar/base/Month.js +1 -1
  33. package/lib/calendar/base/Week.js +1 -1
  34. package/lib/calendar/base/index.js +2 -2
  35. package/lib/checkbox/index.js +4 -4
  36. package/lib/chunks/{index.yztgndLc.js → index.CjD97zna.js} +30 -30
  37. package/lib/chunks/{index.D5f6Ow9V.js → index.iA-fVKOP.js} +3 -3
  38. package/lib/chunks/jsx-runtime.gtoSnx-V.js +284 -0
  39. package/lib/chunks/{tabs.Cvj2MJH6.js → tabs.BP3DB7Gx.js} +35 -35
  40. package/lib/dialog/Alert.js +2 -2
  41. package/lib/dialog/Custom.js +6 -6
  42. package/lib/dialog/Error.js +2 -2
  43. package/lib/dialog/Information.js +2 -2
  44. package/lib/dialog/Question.js +2 -2
  45. package/lib/dialog/Warning.js +2 -2
  46. package/lib/dialog/base/Content.js +2 -2
  47. package/lib/dialog/base/Footer.js +1 -1
  48. package/lib/dialog/base/Header.js +2 -2
  49. package/lib/dialog/base/index.js +2 -2
  50. package/lib/dialog/form/index.js +3 -3
  51. package/lib/dialog/index.js +1 -1
  52. package/lib/dialog/wizard/index.js +3 -3
  53. package/lib/dialog/wizard/progressbar.js +2 -2
  54. package/lib/dialog/wizard/step.js +2 -2
  55. package/lib/dialog/wizard/useWizard.js +2 -2
  56. package/lib/drawer/Content.js +1 -1
  57. package/lib/drawer/Drawer.js +2 -2
  58. package/lib/drawer/Header.js +1 -1
  59. package/lib/drawer/helpers.js +2 -2
  60. package/lib/dropdown/withDropdown.js +2 -2
  61. package/lib/fieldset/index.js +2 -2
  62. package/lib/form/Field.js +1 -1
  63. package/lib/form/FieldArray.js +2 -2
  64. package/lib/form/FieldNumber.js +1 -1
  65. package/lib/form/FieldPeriod.js +2 -2
  66. package/lib/form/helpers.js +9 -9
  67. package/lib/form/index.js +3 -3
  68. package/lib/form/withFieldHOC.js +7 -7
  69. package/lib/form/withFormSecurity.js +12 -12
  70. package/lib/gridlayout/GridCol.js +2 -2
  71. package/lib/gridlayout/GridRow.js +2 -2
  72. package/lib/hint/helpers.js +1 -1
  73. package/lib/hint/index.js +2 -2
  74. package/lib/icons/index.js +2 -2
  75. package/lib/index.js +3 -3
  76. package/lib/inputs/base/InputTextBase.js +2 -2
  77. package/lib/inputs/base/Label.js +1 -1
  78. package/lib/inputs/color/index.js +2 -2
  79. package/lib/inputs/date/Dialog.js +2 -2
  80. package/lib/inputs/date/index.js +2 -2
  81. package/lib/inputs/errorMessage/index.js +2 -2
  82. package/lib/inputs/file/DefaultFile.js +2 -2
  83. package/lib/inputs/file/DragDropFile.js +2 -2
  84. package/lib/inputs/file/File.js +2 -2
  85. package/lib/inputs/file/FileButtonSettings.js +2 -2
  86. package/lib/inputs/inputHOC.js +2 -2
  87. package/lib/inputs/mask/BaseMask.js +1 -1
  88. package/lib/inputs/mask/Cnpj.js +1 -1
  89. package/lib/inputs/mask/Cpf.js +1 -1
  90. package/lib/inputs/mask/Phone.js +1 -1
  91. package/lib/inputs/mask/ZipCode.js +1 -1
  92. package/lib/inputs/multiSelect/ActionButtons.js +3 -3
  93. package/lib/inputs/multiSelect/Dropdown.js +1 -1
  94. package/lib/inputs/multiSelect/index.js +2 -2
  95. package/lib/inputs/number/BaseNumber.js +1 -1
  96. package/lib/inputs/number/Currency.js +1 -1
  97. package/lib/inputs/number/Decimal.js +1 -1
  98. package/lib/inputs/number/index.js +2 -2
  99. package/lib/inputs/period/Dialog.js +2 -2
  100. package/lib/inputs/period/PeriodList.js +1 -1
  101. package/lib/inputs/period/index.js +2 -2
  102. package/lib/inputs/search/index.js +2 -2
  103. package/lib/inputs/select/ActionButtons.js +1 -1
  104. package/lib/inputs/select/Dropdown.js +1 -1
  105. package/lib/inputs/select/index.js +2 -2
  106. package/lib/inputs/select/multiple/Selecteds.js +9 -9
  107. package/lib/inputs/select/multiple/index.js +1 -1
  108. package/lib/inputs/select/simple/index.js +1 -1
  109. package/lib/inputs/text/index.js +1 -1
  110. package/lib/inputs/textarea/index.js +1 -1
  111. package/lib/internals/withTooltip.js +7 -7
  112. package/lib/labelMessages/index.js +2 -2
  113. package/lib/labels/DangerLabel.js +1 -1
  114. package/lib/labels/DefaultLabel.js +1 -1
  115. package/lib/labels/InfoLabel.js +1 -1
  116. package/lib/labels/PrimaryLabel.js +1 -1
  117. package/lib/labels/SuccessLabel.js +1 -1
  118. package/lib/labels/WarningLabel.js +1 -1
  119. package/lib/labels/index.js +1 -1
  120. package/lib/labels/label_container/index.js +1 -1
  121. package/lib/list/Header.js +1 -1
  122. package/lib/list/Item.js +3 -3
  123. package/lib/list/Separator.js +1 -1
  124. package/lib/list/helpers.js +2 -2
  125. package/lib/list/index.js +2 -2
  126. package/lib/menus/float/MenuItem.js +2 -2
  127. package/lib/menus/float/index.js +2 -2
  128. package/lib/menus/sidenav/ExpandMenu.js +1 -1
  129. package/lib/menus/sidenav/MenuLink.js +4 -4
  130. package/lib/menus/sidenav/NavMenuGroup.js +1 -1
  131. package/lib/menus/sidenav/NavMenuItem.js +1 -1
  132. package/lib/menus/sidenav/NavSubMenuItem.js +1 -1
  133. package/lib/menus/sidenav/helpers.js +4 -4
  134. package/lib/menus/sidenav/index.js +2 -2
  135. package/lib/menus/sidenav/popup_menu_search/EmptyList.js +1 -1
  136. package/lib/menus/sidenav/popup_menu_search/index.js +2 -2
  137. package/lib/noPermission/index.js +2 -2
  138. package/lib/panel/Content.js +1 -1
  139. package/lib/panel/DangerPanel.js +1 -1
  140. package/lib/panel/Default.js +2 -2
  141. package/lib/panel/Header.js +2 -2
  142. package/lib/panel/InfoPanel.js +1 -1
  143. package/lib/panel/PrimaryPanel.js +1 -1
  144. package/lib/panel/SuccessPanel.js +1 -1
  145. package/lib/panel/ToolBar.js +1 -1
  146. package/lib/panel/WarningPanel.js +1 -1
  147. package/lib/panel/helpers.js +4 -4
  148. package/lib/panel/index.js +1 -1
  149. package/lib/popover/PopoverText.js +1 -1
  150. package/lib/popover/PopoverTitle.js +1 -1
  151. package/lib/popover/index.js +2 -2
  152. package/lib/progress/Bar.js +1 -1
  153. package/lib/progress/index.js +2 -2
  154. package/lib/radio/index.js +2 -2
  155. package/lib/shortcuts/index.js +2 -2
  156. package/lib/skeleton/SkeletonContainer.js +1 -1
  157. package/lib/skeleton/index.js +2 -2
  158. package/lib/spinner/SpinnerLoading.js +1 -1
  159. package/lib/spinner/index.js +2 -2
  160. package/lib/split/Split.js +1 -1
  161. package/lib/split/SplitSide.js +1 -1
  162. package/lib/split/index.js +1 -1
  163. package/lib/table/Body.js +2 -2
  164. package/lib/table/Header.js +1 -1
  165. package/lib/table/HeaderColumn.js +1 -1
  166. package/lib/table/Row.js +1 -1
  167. package/lib/table/RowColumn.js +1 -1
  168. package/lib/table/index.js +2 -2
  169. package/lib/tabs/DropdownTabs.js +4 -4
  170. package/lib/tabs/Menu.js +5 -5
  171. package/lib/tabs/MenuTabs.js +5 -5
  172. package/lib/tabs/Panel.js +1 -1
  173. package/lib/tabs/context.js +30 -30
  174. package/lib/tabs/index.js +2 -2
  175. package/lib/tabs/tabHelpers.js +2 -2
  176. package/lib/textContent/index.js +2 -2
  177. package/lib/toolbar/ButtonBar.js +2 -2
  178. package/lib/toolbar/LabelBar.js +2 -2
  179. package/lib/toolbar/Separator.js +1 -1
  180. package/lib/toolbar/ToolBarGroup.js +1 -1
  181. package/lib/toolbar/index.js +2 -2
  182. package/lib/tooltip/index.js +2 -2
  183. package/lib/treetable/Body.js +2 -2
  184. package/lib/treetable/Header.js +2 -2
  185. package/lib/treetable/Row.js +16 -16
  186. package/lib/treetable/index.js +2 -2
  187. package/lib/treeview/Header.js +1 -1
  188. package/lib/treeview/Node.js +11 -11
  189. package/lib/treeview/index.js +2 -2
  190. package/lib/uitour/index.js +2 -2
  191. package/package.json +5 -6
  192. package/lib/chunks/index.CmrLK9Qe.js +0 -675
  193. package/lib/chunks/jsx-runtime.CYK1ROHF.js +0 -445
@@ -1,445 +0,0 @@
1
- import je from "react";
2
- var k = { exports: {} }, y = {};
3
- /**
4
- * @license React
5
- * react-jsx-runtime.production.js
6
- *
7
- * Copyright (c) Meta Platforms, Inc. and affiliates.
8
- *
9
- * This source code is licensed under the MIT license found in the
10
- * LICENSE file in the root directory of this source tree.
11
- */
12
- var ie;
13
- function pe() {
14
- if (ie) return y;
15
- ie = 1;
16
- var f = Symbol.for("react.transitional.element"), p = Symbol.for("react.fragment");
17
- function R(C, s, i) {
18
- var v = null;
19
- if (i !== void 0 && (v = "" + i), s.key !== void 0 && (v = "" + s.key), "key" in s) {
20
- i = {};
21
- for (var _ in s)
22
- _ !== "key" && (i[_] = s[_]);
23
- } else i = s;
24
- return s = i.ref, {
25
- $$typeof: f,
26
- type: C,
27
- key: v,
28
- ref: s !== void 0 ? s : null,
29
- props: i
30
- };
31
- }
32
- return y.Fragment = p, y.jsx = R, y.jsxs = R, y;
33
- }
34
- var j = {};
35
- /**
36
- * @license React
37
- * react-jsx-runtime.development.js
38
- *
39
- * Copyright (c) Meta Platforms, Inc. and affiliates.
40
- *
41
- * This source code is licensed under the MIT license found in the
42
- * LICENSE file in the root directory of this source tree.
43
- */
44
- var ce;
45
- function Ce() {
46
- return ce || (ce = 1, process.env.NODE_ENV !== "production" && function() {
47
- function f(e) {
48
- if (e == null) return null;
49
- if (typeof e == "function")
50
- return e.$$typeof === xe ? null : e.displayName || e.name || null;
51
- if (typeof e == "string") return e;
52
- switch (e) {
53
- case P:
54
- return "Fragment";
55
- case Te:
56
- return "Portal";
57
- case F:
58
- return "Profiler";
59
- case B:
60
- return "StrictMode";
61
- case M:
62
- return "Suspense";
63
- case W:
64
- return "SuspenseList";
65
- }
66
- if (typeof e == "object")
67
- switch (typeof e.tag == "number" && console.error(
68
- "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
69
- ), e.$$typeof) {
70
- case Z:
71
- return (e.displayName || "Context") + ".Provider";
72
- case L:
73
- return (e._context.displayName || "Context") + ".Consumer";
74
- case Y:
75
- var r = e.render;
76
- return e = e.displayName, e || (e = r.displayName || r.name || "", e = e !== "" ? "ForwardRef(" + e + ")" : "ForwardRef"), e;
77
- case $:
78
- return r = e.displayName || null, r !== null ? r : f(e.type) || "Memo";
79
- case U:
80
- r = e._payload, e = e._init;
81
- try {
82
- return f(e(r));
83
- } catch {
84
- }
85
- }
86
- return null;
87
- }
88
- function p(e) {
89
- return "" + e;
90
- }
91
- function R(e) {
92
- try {
93
- p(e);
94
- var r = !1;
95
- } catch {
96
- r = !0;
97
- }
98
- if (r) {
99
- r = console;
100
- var t = r.error, n = typeof Symbol == "function" && Symbol.toStringTag && e[Symbol.toStringTag] || e.constructor.name || "Object";
101
- return t.call(
102
- r,
103
- "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
104
- n
105
- ), p(e);
106
- }
107
- }
108
- function C() {
109
- }
110
- function s() {
111
- if (x === 0) {
112
- K = console.log, D = console.info, ee = console.warn, re = console.error, te = console.group, oe = console.groupCollapsed, ne = console.groupEnd;
113
- var e = {
114
- configurable: !0,
115
- enumerable: !0,
116
- value: C,
117
- writable: !0
118
- };
119
- Object.defineProperties(console, {
120
- info: e,
121
- log: e,
122
- warn: e,
123
- error: e,
124
- group: e,
125
- groupCollapsed: e,
126
- groupEnd: e
127
- });
128
- }
129
- x++;
130
- }
131
- function i() {
132
- if (x--, x === 0) {
133
- var e = { configurable: !0, enumerable: !0, writable: !0 };
134
- Object.defineProperties(console, {
135
- log: g({}, e, { value: K }),
136
- info: g({}, e, { value: D }),
137
- warn: g({}, e, { value: ee }),
138
- error: g({}, e, { value: re }),
139
- group: g({}, e, { value: te }),
140
- groupCollapsed: g({}, e, { value: oe }),
141
- groupEnd: g({}, e, { value: ne })
142
- });
143
- }
144
- 0 > x && console.error(
145
- "disabledDepth fell below zero. This is a bug in React. Please file an issue."
146
- );
147
- }
148
- function v(e) {
149
- if (q === void 0)
150
- try {
151
- throw Error();
152
- } catch (t) {
153
- var r = t.stack.trim().match(/\n( *(at )?)/);
154
- q = r && r[1] || "", ae = -1 < t.stack.indexOf(`
155
- at`) ? " (<anonymous>)" : -1 < t.stack.indexOf("@") ? "@unknown:0:0" : "";
156
- }
157
- return `
158
- ` + q + e + ae;
159
- }
160
- function _(e, r) {
161
- if (!e || z) return "";
162
- var t = V.get(e);
163
- if (t !== void 0) return t;
164
- z = !0, t = Error.prepareStackTrace, Error.prepareStackTrace = void 0;
165
- var n = null;
166
- n = b.H, b.H = null, s();
167
- try {
168
- var u = {
169
- DetermineComponentFrameRoot: function() {
170
- try {
171
- if (r) {
172
- var d = function() {
173
- throw Error();
174
- };
175
- if (Object.defineProperty(d.prototype, "props", {
176
- set: function() {
177
- throw Error();
178
- }
179
- }), typeof Reflect == "object" && Reflect.construct) {
180
- try {
181
- Reflect.construct(d, []);
182
- } catch (E) {
183
- var h = E;
184
- }
185
- Reflect.construct(e, [], d);
186
- } else {
187
- try {
188
- d.call();
189
- } catch (E) {
190
- h = E;
191
- }
192
- e.call(d.prototype);
193
- }
194
- } else {
195
- try {
196
- throw Error();
197
- } catch (E) {
198
- h = E;
199
- }
200
- (d = e()) && typeof d.catch == "function" && d.catch(function() {
201
- });
202
- }
203
- } catch (E) {
204
- if (E && h && typeof E.stack == "string")
205
- return [E.stack, h.stack];
206
- }
207
- return [null, null];
208
- }
209
- };
210
- u.DetermineComponentFrameRoot.displayName = "DetermineComponentFrameRoot";
211
- var a = Object.getOwnPropertyDescriptor(
212
- u.DetermineComponentFrameRoot,
213
- "name"
214
- );
215
- a && a.configurable && Object.defineProperty(
216
- u.DetermineComponentFrameRoot,
217
- "name",
218
- { value: "DetermineComponentFrameRoot" }
219
- );
220
- var o = u.DetermineComponentFrameRoot(), c = o[0], T = o[1];
221
- if (c && T) {
222
- var l = c.split(`
223
- `), m = T.split(`
224
- `);
225
- for (o = a = 0; a < l.length && !l[a].includes(
226
- "DetermineComponentFrameRoot"
227
- ); )
228
- a++;
229
- for (; o < m.length && !m[o].includes(
230
- "DetermineComponentFrameRoot"
231
- ); )
232
- o++;
233
- if (a === l.length || o === m.length)
234
- for (a = l.length - 1, o = m.length - 1; 1 <= a && 0 <= o && l[a] !== m[o]; )
235
- o--;
236
- for (; 1 <= a && 0 <= o; a--, o--)
237
- if (l[a] !== m[o]) {
238
- if (a !== 1 || o !== 1)
239
- do
240
- if (a--, o--, 0 > o || l[a] !== m[o]) {
241
- var w = `
242
- ` + l[a].replace(
243
- " at new ",
244
- " at "
245
- );
246
- return e.displayName && w.includes("<anonymous>") && (w = w.replace("<anonymous>", e.displayName)), typeof e == "function" && V.set(e, w), w;
247
- }
248
- while (1 <= a && 0 <= o);
249
- break;
250
- }
251
- }
252
- } finally {
253
- z = !1, b.H = n, i(), Error.prepareStackTrace = t;
254
- }
255
- return l = (l = e ? e.displayName || e.name : "") ? v(l) : "", typeof e == "function" && V.set(e, l), l;
256
- }
257
- function O(e) {
258
- if (e == null) return "";
259
- if (typeof e == "function") {
260
- var r = e.prototype;
261
- return _(
262
- e,
263
- !(!r || !r.isReactComponent)
264
- );
265
- }
266
- if (typeof e == "string") return v(e);
267
- switch (e) {
268
- case M:
269
- return v("Suspense");
270
- case W:
271
- return v("SuspenseList");
272
- }
273
- if (typeof e == "object")
274
- switch (e.$$typeof) {
275
- case Y:
276
- return e = _(e.render, !1), e;
277
- case $:
278
- return O(e.type);
279
- case U:
280
- r = e._payload, e = e._init;
281
- try {
282
- return O(e(r));
283
- } catch {
284
- }
285
- }
286
- return "";
287
- }
288
- function S() {
289
- var e = b.A;
290
- return e === null ? null : e.getOwner();
291
- }
292
- function ve(e) {
293
- if (Q.call(e, "key")) {
294
- var r = Object.getOwnPropertyDescriptor(e, "key").get;
295
- if (r && r.isReactWarning) return !1;
296
- }
297
- return e.key !== void 0;
298
- }
299
- function de(e, r) {
300
- function t() {
301
- ue || (ue = !0, console.error(
302
- "%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://react.dev/link/special-props)",
303
- r
304
- ));
305
- }
306
- t.isReactWarning = !0, Object.defineProperty(e, "key", {
307
- get: t,
308
- configurable: !0
309
- });
310
- }
311
- function be() {
312
- var e = f(this.type);
313
- return le[e] || (le[e] = !0, console.error(
314
- "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
315
- )), e = this.props.ref, e !== void 0 ? e : null;
316
- }
317
- function ge(e, r, t, n, u, a) {
318
- return t = a.ref, e = {
319
- $$typeof: N,
320
- type: e,
321
- key: r,
322
- props: a,
323
- _owner: u
324
- }, (t !== void 0 ? t : null) !== null ? Object.defineProperty(e, "ref", {
325
- enumerable: !1,
326
- get: be
327
- }) : Object.defineProperty(e, "ref", { enumerable: !1, value: null }), e._store = {}, Object.defineProperty(e._store, "validated", {
328
- configurable: !1,
329
- enumerable: !1,
330
- writable: !0,
331
- value: 0
332
- }), Object.defineProperty(e, "_debugInfo", {
333
- configurable: !1,
334
- enumerable: !1,
335
- writable: !0,
336
- value: null
337
- }), Object.freeze && (Object.freeze(e.props), Object.freeze(e)), e;
338
- }
339
- function G(e, r, t, n, u, a) {
340
- if (typeof e == "string" || typeof e == "function" || e === P || e === F || e === B || e === M || e === W || e === Re || typeof e == "object" && e !== null && (e.$$typeof === U || e.$$typeof === $ || e.$$typeof === Z || e.$$typeof === L || e.$$typeof === Y || e.$$typeof === we || e.getModuleId !== void 0)) {
341
- var o = r.children;
342
- if (o !== void 0)
343
- if (n)
344
- if (J(o)) {
345
- for (n = 0; n < o.length; n++)
346
- H(o[n], e);
347
- Object.freeze && Object.freeze(o);
348
- } else
349
- console.error(
350
- "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
351
- );
352
- else H(o, e);
353
- } else
354
- o = "", (e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (o += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."), e === null ? n = "null" : J(e) ? n = "array" : e !== void 0 && e.$$typeof === N ? (n = "<" + (f(e.type) || "Unknown") + " />", o = " Did you accidentally export a JSX literal instead of a component?") : n = typeof e, console.error(
355
- "React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",
356
- n,
357
- o
358
- );
359
- if (Q.call(r, "key")) {
360
- o = f(e);
361
- var c = Object.keys(r).filter(function(l) {
362
- return l !== "key";
363
- });
364
- n = 0 < c.length ? "{key: someKey, " + c.join(": ..., ") + ": ...}" : "{key: someKey}", se[o + n] || (c = 0 < c.length ? "{" + c.join(": ..., ") + ": ...}" : "{}", console.error(
365
- `A props object containing a "key" prop is being spread into JSX:
366
- let props = %s;
367
- <%s {...props} />
368
- React keys must be passed directly to JSX without using spread:
369
- let props = %s;
370
- <%s key={someKey} {...props} />`,
371
- n,
372
- o,
373
- c,
374
- o
375
- ), se[o + n] = !0);
376
- }
377
- if (o = null, t !== void 0 && (R(t), o = "" + t), ve(r) && (R(r.key), o = "" + r.key), "key" in r) {
378
- t = {};
379
- for (var T in r)
380
- T !== "key" && (t[T] = r[T]);
381
- } else t = r;
382
- return o && de(
383
- t,
384
- typeof e == "function" ? e.displayName || e.name || "Unknown" : e
385
- ), ge(e, o, a, u, S(), t);
386
- }
387
- function H(e, r) {
388
- if (typeof e == "object" && e && e.$$typeof !== ye) {
389
- if (J(e))
390
- for (var t = 0; t < e.length; t++) {
391
- var n = e[t];
392
- A(n) && X(n, r);
393
- }
394
- else if (A(e))
395
- e._store && (e._store.validated = 1);
396
- else if (e === null || typeof e != "object" ? t = null : (t = I && e[I] || e["@@iterator"], t = typeof t == "function" ? t : null), typeof t == "function" && t !== e.entries && (t = t.call(e), t !== e))
397
- for (; !(e = t.next()).done; )
398
- A(e.value) && X(e.value, r);
399
- }
400
- }
401
- function A(e) {
402
- return typeof e == "object" && e !== null && e.$$typeof === N;
403
- }
404
- function X(e, r) {
405
- if (e._store && !e._store.validated && e.key == null && (e._store.validated = 1, r = me(r), !fe[r])) {
406
- fe[r] = !0;
407
- var t = "";
408
- e && e._owner != null && e._owner !== S() && (t = null, typeof e._owner.tag == "number" ? t = f(e._owner.type) : typeof e._owner.name == "string" && (t = e._owner.name), t = " It was passed a child from " + t + ".");
409
- var n = b.getCurrentStack;
410
- b.getCurrentStack = function() {
411
- var u = O(e.type);
412
- return n && (u += n() || ""), u;
413
- }, console.error(
414
- 'Each child in a list should have a unique "key" prop.%s%s See https://react.dev/link/warning-keys for more information.',
415
- r,
416
- t
417
- ), b.getCurrentStack = n;
418
- }
419
- }
420
- function me(e) {
421
- var r = "", t = S();
422
- return t && (t = f(t.type)) && (r = `
423
-
424
- Check the render method of \`` + t + "`."), r || (e = f(e)) && (r = `
425
-
426
- Check the top-level render call using <` + e + ">."), r;
427
- }
428
- var _e = je, N = Symbol.for("react.transitional.element"), Te = Symbol.for("react.portal"), P = Symbol.for("react.fragment"), B = Symbol.for("react.strict_mode"), F = Symbol.for("react.profiler"), L = Symbol.for("react.consumer"), Z = Symbol.for("react.context"), Y = Symbol.for("react.forward_ref"), M = Symbol.for("react.suspense"), W = Symbol.for("react.suspense_list"), $ = Symbol.for("react.memo"), U = Symbol.for("react.lazy"), Re = Symbol.for("react.offscreen"), I = Symbol.iterator, xe = Symbol.for("react.client.reference"), b = _e.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, Q = Object.prototype.hasOwnProperty, g = Object.assign, we = Symbol.for("react.client.reference"), J = Array.isArray, x = 0, K, D, ee, re, te, oe, ne;
429
- C.__reactDisabledLog = !0;
430
- var q, ae, z = !1, V = new (typeof WeakMap == "function" ? WeakMap : Map)(), ye = Symbol.for("react.client.reference"), ue, le = {}, se = {}, fe = {};
431
- j.Fragment = P, j.jsx = function(e, r, t, n, u) {
432
- return G(e, r, t, !1, n, u);
433
- }, j.jsxs = function(e, r, t, n, u) {
434
- return G(e, r, t, !0, n, u);
435
- };
436
- }()), j;
437
- }
438
- var Ee;
439
- function he() {
440
- return Ee || (Ee = 1, process.env.NODE_ENV === "production" ? k.exports = pe() : k.exports = Ce()), k.exports;
441
- }
442
- var Oe = he();
443
- export {
444
- Oe as j
445
- };