@lara-capila/text-input 1.0.2

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/README.md ADDED
@@ -0,0 +1,50 @@
1
+ # React + TypeScript + Vite
2
+
3
+ This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
4
+
5
+ Currently, two official plugins are available:
6
+
7
+ - [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
8
+ - [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
9
+
10
+ ## Expanding the ESLint configuration
11
+
12
+ If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:
13
+
14
+ - Configure the top-level `parserOptions` property like this:
15
+
16
+ ```js
17
+ export default tseslint.config({
18
+ languageOptions: {
19
+ // other options...
20
+ parserOptions: {
21
+ project: ['./tsconfig.node.json', './tsconfig.app.json'],
22
+ tsconfigRootDir: import.meta.dirname,
23
+ },
24
+ },
25
+ })
26
+ ```
27
+
28
+ - Replace `tseslint.configs.recommended` to `tseslint.configs.recommendedTypeChecked` or `tseslint.configs.strictTypeChecked`
29
+ - Optionally add `...tseslint.configs.stylisticTypeChecked`
30
+ - Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and update the config:
31
+
32
+ ```js
33
+ // eslint.config.js
34
+ import react from 'eslint-plugin-react'
35
+
36
+ export default tseslint.config({
37
+ // Set the react version
38
+ settings: { react: { version: '18.3' } },
39
+ plugins: {
40
+ // Add the react plugin
41
+ react,
42
+ },
43
+ rules: {
44
+ // other rules...
45
+ // Enable its recommended rules
46
+ ...react.configs.recommended.rules,
47
+ ...react.configs['jsx-runtime'].rules,
48
+ },
49
+ })
50
+ ```
@@ -0,0 +1 @@
1
+ export {}
@@ -0,0 +1,460 @@
1
+ import we from "react";
2
+ var k = { exports: {} }, w = {};
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 je() {
14
+ if (ie) return w;
15
+ ie = 1;
16
+ var s = Symbol.for("react.transitional.element"), x = Symbol.for("react.fragment");
17
+ function b(C, f, i) {
18
+ var v = null;
19
+ if (i !== void 0 && (v = "" + i), f.key !== void 0 && (v = "" + f.key), "key" in f) {
20
+ i = {};
21
+ for (var T in f)
22
+ T !== "key" && (i[T] = f[T]);
23
+ } else i = f;
24
+ return f = i.ref, {
25
+ $$typeof: s,
26
+ type: C,
27
+ key: v,
28
+ ref: f !== void 0 ? f : null,
29
+ props: i
30
+ };
31
+ }
32
+ return w.Fragment = x, w.jsx = b, w.jsxs = b, w;
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 s(e) {
48
+ if (e == null) return null;
49
+ if (typeof e == "function")
50
+ return e.$$typeof === pe ? null : e.displayName || e.name || null;
51
+ if (typeof e == "string") return e;
52
+ switch (e) {
53
+ case P:
54
+ return "Fragment";
55
+ case xe:
56
+ return "Portal";
57
+ case F:
58
+ return "Profiler";
59
+ case B:
60
+ return "StrictMode";
61
+ case M:
62
+ return "Suspense";
63
+ case $:
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 L:
71
+ return (e.displayName || "Context") + ".Provider";
72
+ case I:
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 W:
78
+ return r = e.displayName || null, r !== null ? r : s(e.type) || "Memo";
79
+ case U:
80
+ r = e._payload, e = e._init;
81
+ try {
82
+ return s(e(r));
83
+ } catch {
84
+ }
85
+ }
86
+ return null;
87
+ }
88
+ function x(e) {
89
+ return "" + e;
90
+ }
91
+ function b(e) {
92
+ try {
93
+ x(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
+ ), x(e);
106
+ }
107
+ }
108
+ function C() {
109
+ }
110
+ function f() {
111
+ if (R === 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
+ R++;
130
+ }
131
+ function i() {
132
+ if (R--, R === 0) {
133
+ var e = { configurable: !0, enumerable: !0, writable: !0 };
134
+ Object.defineProperties(console, {
135
+ log: m({}, e, { value: K }),
136
+ info: m({}, e, { value: D }),
137
+ warn: m({}, e, { value: ee }),
138
+ error: m({}, e, { value: re }),
139
+ group: m({}, e, { value: te }),
140
+ groupCollapsed: m({}, e, { value: oe }),
141
+ groupEnd: m({}, e, { value: ne })
142
+ });
143
+ }
144
+ 0 > R && 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 (J === void 0)
150
+ try {
151
+ throw Error();
152
+ } catch (t) {
153
+ var r = t.stack.trim().match(/\n( *(at )?)/);
154
+ J = r && r[1] || "", ae = -1 < t.stack.indexOf(`
155
+ at`) ? " (<anonymous>)" : -1 < t.stack.indexOf("@") ? "@unknown:0:0" : "";
156
+ }
157
+ return `
158
+ ` + J + e + ae;
159
+ }
160
+ function T(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 = g.H, g.H = null, f();
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], p = o[1];
221
+ if (c && p) {
222
+ var l = c.split(`
223
+ `), _ = p.split(`
224
+ `);
225
+ for (o = a = 0; a < l.length && !l[a].includes(
226
+ "DetermineComponentFrameRoot"
227
+ ); )
228
+ a++;
229
+ for (; o < _.length && !_[o].includes(
230
+ "DetermineComponentFrameRoot"
231
+ ); )
232
+ o++;
233
+ if (a === l.length || o === _.length)
234
+ for (a = l.length - 1, o = _.length - 1; 1 <= a && 0 <= o && l[a] !== _[o]; )
235
+ o--;
236
+ for (; 1 <= a && 0 <= o; a--, o--)
237
+ if (l[a] !== _[o]) {
238
+ if (a !== 1 || o !== 1)
239
+ do
240
+ if (a--, o--, 0 > o || l[a] !== _[o]) {
241
+ var y = `
242
+ ` + l[a].replace(
243
+ " at new ",
244
+ " at "
245
+ );
246
+ return e.displayName && y.includes("<anonymous>") && (y = y.replace("<anonymous>", e.displayName)), typeof e == "function" && V.set(e, y), y;
247
+ }
248
+ while (1 <= a && 0 <= o);
249
+ break;
250
+ }
251
+ }
252
+ } finally {
253
+ z = !1, g.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 T(
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 $:
271
+ return v("SuspenseList");
272
+ }
273
+ if (typeof e == "object")
274
+ switch (e.$$typeof) {
275
+ case Y:
276
+ return e = T(e.render, !1), e;
277
+ case W:
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 = g.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 = s(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 === $ || e === Te || typeof e == "object" && e !== null && (e.$$typeof === U || e.$$typeof === W || e.$$typeof === L || e.$$typeof === I || e.$$typeof === Y || e.$$typeof === Re || e.getModuleId !== void 0)) {
341
+ var o = r.children;
342
+ if (o !== void 0)
343
+ if (n)
344
+ if (q(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" : q(e) ? n = "array" : e !== void 0 && e.$$typeof === N ? (n = "<" + (s(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 = s(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 && (b(t), o = "" + t), ve(r) && (b(r.key), o = "" + r.key), "key" in r) {
378
+ t = {};
379
+ for (var p in r)
380
+ p !== "key" && (t[p] = r[p]);
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 (q(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 = Z && e[Z] || 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 = s(e._owner.type) : typeof e._owner.name == "string" && (t = e._owner.name), t = " It was passed a child from " + t + ".");
409
+ var n = g.getCurrentStack;
410
+ g.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
+ ), g.getCurrentStack = n;
418
+ }
419
+ }
420
+ function me(e) {
421
+ var r = "", t = S();
422
+ return t && (t = s(t.type)) && (r = `
423
+
424
+ Check the render method of \`` + t + "`."), r || (e = s(e)) && (r = `
425
+
426
+ Check the top-level render call using <` + e + ">."), r;
427
+ }
428
+ var _e = we, N = Symbol.for("react.transitional.element"), xe = Symbol.for("react.portal"), P = Symbol.for("react.fragment"), B = Symbol.for("react.strict_mode"), F = Symbol.for("react.profiler"), I = Symbol.for("react.consumer"), L = Symbol.for("react.context"), Y = Symbol.for("react.forward_ref"), M = Symbol.for("react.suspense"), $ = Symbol.for("react.suspense_list"), W = Symbol.for("react.memo"), U = Symbol.for("react.lazy"), Te = Symbol.for("react.offscreen"), Z = Symbol.iterator, pe = Symbol.for("react.client.reference"), g = _e.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, Q = Object.prototype.hasOwnProperty, m = Object.assign, Re = Symbol.for("react.client.reference"), q = Array.isArray, R = 0, K, D, ee, re, te, oe, ne;
429
+ C.__reactDisabledLog = !0;
430
+ var J, 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 = je() : k.exports = Ce()), k.exports;
441
+ }
442
+ var ke = he();
443
+ const Se = ({
444
+ placeholder: s,
445
+ value: x,
446
+ onChange: b
447
+ }) => /* @__PURE__ */ ke.jsx(
448
+ "input",
449
+ {
450
+ type: "text",
451
+ placeholder: s,
452
+ value: x,
453
+ onChange: b,
454
+ style: { padding: "8px", border: "1px solid #ccc", borderRadius: "4px" }
455
+ }
456
+ );
457
+ export {
458
+ Se as TextInput
459
+ };
460
+ //# sourceMappingURL=index.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.es.js","sources":["../node_modules/react/cjs/react-jsx-runtime.production.js","../node_modules/react/cjs/react-jsx-runtime.development.js","../node_modules/react/jsx-runtime.js","../src/components/TextInput/TextInput.tsx"],"sourcesContent":["/**\n * @license React\n * react-jsx-runtime.production.js\n *\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n\"use strict\";\nvar REACT_ELEMENT_TYPE = Symbol.for(\"react.transitional.element\"),\n REACT_FRAGMENT_TYPE = Symbol.for(\"react.fragment\");\nfunction jsxProd(type, config, maybeKey) {\n var key = null;\n void 0 !== maybeKey && (key = \"\" + maybeKey);\n void 0 !== config.key && (key = \"\" + config.key);\n if (\"key\" in config) {\n maybeKey = {};\n for (var propName in config)\n \"key\" !== propName && (maybeKey[propName] = config[propName]);\n } else maybeKey = config;\n config = maybeKey.ref;\n return {\n $$typeof: REACT_ELEMENT_TYPE,\n type: type,\n key: key,\n ref: void 0 !== config ? config : null,\n props: maybeKey\n };\n}\nexports.Fragment = REACT_FRAGMENT_TYPE;\nexports.jsx = jsxProd;\nexports.jsxs = jsxProd;\n","/**\n * @license React\n * react-jsx-runtime.development.js\n *\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n\"use strict\";\n\"production\" !== process.env.NODE_ENV &&\n (function () {\n function getComponentNameFromType(type) {\n if (null == type) return null;\n if (\"function\" === typeof type)\n return type.$$typeof === REACT_CLIENT_REFERENCE$2\n ? null\n : type.displayName || type.name || null;\n if (\"string\" === typeof type) return type;\n switch (type) {\n case REACT_FRAGMENT_TYPE:\n return \"Fragment\";\n case REACT_PORTAL_TYPE:\n return \"Portal\";\n case REACT_PROFILER_TYPE:\n return \"Profiler\";\n case REACT_STRICT_MODE_TYPE:\n return \"StrictMode\";\n case REACT_SUSPENSE_TYPE:\n return \"Suspense\";\n case REACT_SUSPENSE_LIST_TYPE:\n return \"SuspenseList\";\n }\n if (\"object\" === typeof type)\n switch (\n (\"number\" === typeof type.tag &&\n console.error(\n \"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue.\"\n ),\n type.$$typeof)\n ) {\n case REACT_CONTEXT_TYPE:\n return (type.displayName || \"Context\") + \".Provider\";\n case REACT_CONSUMER_TYPE:\n return (type._context.displayName || \"Context\") + \".Consumer\";\n case REACT_FORWARD_REF_TYPE:\n var innerType = type.render;\n type = type.displayName;\n type ||\n ((type = innerType.displayName || innerType.name || \"\"),\n (type = \"\" !== type ? \"ForwardRef(\" + type + \")\" : \"ForwardRef\"));\n return type;\n case REACT_MEMO_TYPE:\n return (\n (innerType = type.displayName || null),\n null !== innerType\n ? innerType\n : getComponentNameFromType(type.type) || \"Memo\"\n );\n case REACT_LAZY_TYPE:\n innerType = type._payload;\n type = type._init;\n try {\n return getComponentNameFromType(type(innerType));\n } catch (x) {}\n }\n return null;\n }\n function testStringCoercion(value) {\n return \"\" + value;\n }\n function checkKeyStringCoercion(value) {\n try {\n testStringCoercion(value);\n var JSCompiler_inline_result = !1;\n } catch (e) {\n JSCompiler_inline_result = !0;\n }\n if (JSCompiler_inline_result) {\n JSCompiler_inline_result = console;\n var JSCompiler_temp_const = JSCompiler_inline_result.error;\n var JSCompiler_inline_result$jscomp$0 =\n (\"function\" === typeof Symbol &&\n Symbol.toStringTag &&\n value[Symbol.toStringTag]) ||\n value.constructor.name ||\n \"Object\";\n JSCompiler_temp_const.call(\n JSCompiler_inline_result,\n \"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.\",\n JSCompiler_inline_result$jscomp$0\n );\n return testStringCoercion(value);\n }\n }\n function disabledLog() {}\n function disableLogs() {\n if (0 === disabledDepth) {\n prevLog = console.log;\n prevInfo = console.info;\n prevWarn = console.warn;\n prevError = console.error;\n prevGroup = console.group;\n prevGroupCollapsed = console.groupCollapsed;\n prevGroupEnd = console.groupEnd;\n var props = {\n configurable: !0,\n enumerable: !0,\n value: disabledLog,\n writable: !0\n };\n Object.defineProperties(console, {\n info: props,\n log: props,\n warn: props,\n error: props,\n group: props,\n groupCollapsed: props,\n groupEnd: props\n });\n }\n disabledDepth++;\n }\n function reenableLogs() {\n disabledDepth--;\n if (0 === disabledDepth) {\n var props = { configurable: !0, enumerable: !0, writable: !0 };\n Object.defineProperties(console, {\n log: assign({}, props, { value: prevLog }),\n info: assign({}, props, { value: prevInfo }),\n warn: assign({}, props, { value: prevWarn }),\n error: assign({}, props, { value: prevError }),\n group: assign({}, props, { value: prevGroup }),\n groupCollapsed: assign({}, props, { value: prevGroupCollapsed }),\n groupEnd: assign({}, props, { value: prevGroupEnd })\n });\n }\n 0 > disabledDepth &&\n console.error(\n \"disabledDepth fell below zero. This is a bug in React. Please file an issue.\"\n );\n }\n function describeBuiltInComponentFrame(name) {\n if (void 0 === prefix)\n try {\n throw Error();\n } catch (x) {\n var match = x.stack.trim().match(/\\n( *(at )?)/);\n prefix = (match && match[1]) || \"\";\n suffix =\n -1 < x.stack.indexOf(\"\\n at\")\n ? \" (<anonymous>)\"\n : -1 < x.stack.indexOf(\"@\")\n ? \"@unknown:0:0\"\n : \"\";\n }\n return \"\\n\" + prefix + name + suffix;\n }\n function describeNativeComponentFrame(fn, construct) {\n if (!fn || reentry) return \"\";\n var frame = componentFrameCache.get(fn);\n if (void 0 !== frame) return frame;\n reentry = !0;\n frame = Error.prepareStackTrace;\n Error.prepareStackTrace = void 0;\n var previousDispatcher = null;\n previousDispatcher = ReactSharedInternals.H;\n ReactSharedInternals.H = null;\n disableLogs();\n try {\n var RunInRootFrame = {\n DetermineComponentFrameRoot: function () {\n try {\n if (construct) {\n var Fake = function () {\n throw Error();\n };\n Object.defineProperty(Fake.prototype, \"props\", {\n set: function () {\n throw Error();\n }\n });\n if (\"object\" === typeof Reflect && Reflect.construct) {\n try {\n Reflect.construct(Fake, []);\n } catch (x) {\n var control = x;\n }\n Reflect.construct(fn, [], Fake);\n } else {\n try {\n Fake.call();\n } catch (x$0) {\n control = x$0;\n }\n fn.call(Fake.prototype);\n }\n } else {\n try {\n throw Error();\n } catch (x$1) {\n control = x$1;\n }\n (Fake = fn()) &&\n \"function\" === typeof Fake.catch &&\n Fake.catch(function () {});\n }\n } catch (sample) {\n if (sample && control && \"string\" === typeof sample.stack)\n return [sample.stack, control.stack];\n }\n return [null, null];\n }\n };\n RunInRootFrame.DetermineComponentFrameRoot.displayName =\n \"DetermineComponentFrameRoot\";\n var namePropDescriptor = Object.getOwnPropertyDescriptor(\n RunInRootFrame.DetermineComponentFrameRoot,\n \"name\"\n );\n namePropDescriptor &&\n namePropDescriptor.configurable &&\n Object.defineProperty(\n RunInRootFrame.DetermineComponentFrameRoot,\n \"name\",\n { value: \"DetermineComponentFrameRoot\" }\n );\n var _RunInRootFrame$Deter =\n RunInRootFrame.DetermineComponentFrameRoot(),\n sampleStack = _RunInRootFrame$Deter[0],\n controlStack = _RunInRootFrame$Deter[1];\n if (sampleStack && controlStack) {\n var sampleLines = sampleStack.split(\"\\n\"),\n controlLines = controlStack.split(\"\\n\");\n for (\n _RunInRootFrame$Deter = namePropDescriptor = 0;\n namePropDescriptor < sampleLines.length &&\n !sampleLines[namePropDescriptor].includes(\n \"DetermineComponentFrameRoot\"\n );\n\n )\n namePropDescriptor++;\n for (\n ;\n _RunInRootFrame$Deter < controlLines.length &&\n !controlLines[_RunInRootFrame$Deter].includes(\n \"DetermineComponentFrameRoot\"\n );\n\n )\n _RunInRootFrame$Deter++;\n if (\n namePropDescriptor === sampleLines.length ||\n _RunInRootFrame$Deter === controlLines.length\n )\n for (\n namePropDescriptor = sampleLines.length - 1,\n _RunInRootFrame$Deter = controlLines.length - 1;\n 1 <= namePropDescriptor &&\n 0 <= _RunInRootFrame$Deter &&\n sampleLines[namePropDescriptor] !==\n controlLines[_RunInRootFrame$Deter];\n\n )\n _RunInRootFrame$Deter--;\n for (\n ;\n 1 <= namePropDescriptor && 0 <= _RunInRootFrame$Deter;\n namePropDescriptor--, _RunInRootFrame$Deter--\n )\n if (\n sampleLines[namePropDescriptor] !==\n controlLines[_RunInRootFrame$Deter]\n ) {\n if (1 !== namePropDescriptor || 1 !== _RunInRootFrame$Deter) {\n do\n if (\n (namePropDescriptor--,\n _RunInRootFrame$Deter--,\n 0 > _RunInRootFrame$Deter ||\n sampleLines[namePropDescriptor] !==\n controlLines[_RunInRootFrame$Deter])\n ) {\n var _frame =\n \"\\n\" +\n sampleLines[namePropDescriptor].replace(\n \" at new \",\n \" at \"\n );\n fn.displayName &&\n _frame.includes(\"<anonymous>\") &&\n (_frame = _frame.replace(\"<anonymous>\", fn.displayName));\n \"function\" === typeof fn &&\n componentFrameCache.set(fn, _frame);\n return _frame;\n }\n while (1 <= namePropDescriptor && 0 <= _RunInRootFrame$Deter);\n }\n break;\n }\n }\n } finally {\n (reentry = !1),\n (ReactSharedInternals.H = previousDispatcher),\n reenableLogs(),\n (Error.prepareStackTrace = frame);\n }\n sampleLines = (sampleLines = fn ? fn.displayName || fn.name : \"\")\n ? describeBuiltInComponentFrame(sampleLines)\n : \"\";\n \"function\" === typeof fn && componentFrameCache.set(fn, sampleLines);\n return sampleLines;\n }\n function describeUnknownElementTypeFrameInDEV(type) {\n if (null == type) return \"\";\n if (\"function\" === typeof type) {\n var prototype = type.prototype;\n return describeNativeComponentFrame(\n type,\n !(!prototype || !prototype.isReactComponent)\n );\n }\n if (\"string\" === typeof type) return describeBuiltInComponentFrame(type);\n switch (type) {\n case REACT_SUSPENSE_TYPE:\n return describeBuiltInComponentFrame(\"Suspense\");\n case REACT_SUSPENSE_LIST_TYPE:\n return describeBuiltInComponentFrame(\"SuspenseList\");\n }\n if (\"object\" === typeof type)\n switch (type.$$typeof) {\n case REACT_FORWARD_REF_TYPE:\n return (type = describeNativeComponentFrame(type.render, !1)), type;\n case REACT_MEMO_TYPE:\n return describeUnknownElementTypeFrameInDEV(type.type);\n case REACT_LAZY_TYPE:\n prototype = type._payload;\n type = type._init;\n try {\n return describeUnknownElementTypeFrameInDEV(type(prototype));\n } catch (x) {}\n }\n return \"\";\n }\n function getOwner() {\n var dispatcher = ReactSharedInternals.A;\n return null === dispatcher ? null : dispatcher.getOwner();\n }\n function hasValidKey(config) {\n if (hasOwnProperty.call(config, \"key\")) {\n var getter = Object.getOwnPropertyDescriptor(config, \"key\").get;\n if (getter && getter.isReactWarning) return !1;\n }\n return void 0 !== config.key;\n }\n function defineKeyPropWarningGetter(props, displayName) {\n function warnAboutAccessingKey() {\n specialPropKeyWarningShown ||\n ((specialPropKeyWarningShown = !0),\n console.error(\n \"%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)\",\n displayName\n ));\n }\n warnAboutAccessingKey.isReactWarning = !0;\n Object.defineProperty(props, \"key\", {\n get: warnAboutAccessingKey,\n configurable: !0\n });\n }\n function elementRefGetterWithDeprecationWarning() {\n var componentName = getComponentNameFromType(this.type);\n didWarnAboutElementRef[componentName] ||\n ((didWarnAboutElementRef[componentName] = !0),\n console.error(\n \"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.\"\n ));\n componentName = this.props.ref;\n return void 0 !== componentName ? componentName : null;\n }\n function ReactElement(type, key, self, source, owner, props) {\n self = props.ref;\n type = {\n $$typeof: REACT_ELEMENT_TYPE,\n type: type,\n key: key,\n props: props,\n _owner: owner\n };\n null !== (void 0 !== self ? self : null)\n ? Object.defineProperty(type, \"ref\", {\n enumerable: !1,\n get: elementRefGetterWithDeprecationWarning\n })\n : Object.defineProperty(type, \"ref\", { enumerable: !1, value: null });\n type._store = {};\n Object.defineProperty(type._store, \"validated\", {\n configurable: !1,\n enumerable: !1,\n writable: !0,\n value: 0\n });\n Object.defineProperty(type, \"_debugInfo\", {\n configurable: !1,\n enumerable: !1,\n writable: !0,\n value: null\n });\n Object.freeze && (Object.freeze(type.props), Object.freeze(type));\n return type;\n }\n function jsxDEVImpl(\n type,\n config,\n maybeKey,\n isStaticChildren,\n source,\n self\n ) {\n if (\n \"string\" === typeof type ||\n \"function\" === typeof type ||\n type === REACT_FRAGMENT_TYPE ||\n type === REACT_PROFILER_TYPE ||\n type === REACT_STRICT_MODE_TYPE ||\n type === REACT_SUSPENSE_TYPE ||\n type === REACT_SUSPENSE_LIST_TYPE ||\n type === REACT_OFFSCREEN_TYPE ||\n (\"object\" === typeof type &&\n null !== type &&\n (type.$$typeof === REACT_LAZY_TYPE ||\n type.$$typeof === REACT_MEMO_TYPE ||\n type.$$typeof === REACT_CONTEXT_TYPE ||\n type.$$typeof === REACT_CONSUMER_TYPE ||\n type.$$typeof === REACT_FORWARD_REF_TYPE ||\n type.$$typeof === REACT_CLIENT_REFERENCE$1 ||\n void 0 !== type.getModuleId))\n ) {\n var children = config.children;\n if (void 0 !== children)\n if (isStaticChildren)\n if (isArrayImpl(children)) {\n for (\n isStaticChildren = 0;\n isStaticChildren < children.length;\n isStaticChildren++\n )\n validateChildKeys(children[isStaticChildren], type);\n Object.freeze && Object.freeze(children);\n } else\n console.error(\n \"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.\"\n );\n else validateChildKeys(children, type);\n } else {\n children = \"\";\n if (\n void 0 === type ||\n (\"object\" === typeof type &&\n null !== type &&\n 0 === Object.keys(type).length)\n )\n children +=\n \" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.\";\n null === type\n ? (isStaticChildren = \"null\")\n : isArrayImpl(type)\n ? (isStaticChildren = \"array\")\n : void 0 !== type && type.$$typeof === REACT_ELEMENT_TYPE\n ? ((isStaticChildren =\n \"<\" +\n (getComponentNameFromType(type.type) || \"Unknown\") +\n \" />\"),\n (children =\n \" Did you accidentally export a JSX literal instead of a component?\"))\n : (isStaticChildren = typeof type);\n console.error(\n \"React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s\",\n isStaticChildren,\n children\n );\n }\n if (hasOwnProperty.call(config, \"key\")) {\n children = getComponentNameFromType(type);\n var keys = Object.keys(config).filter(function (k) {\n return \"key\" !== k;\n });\n isStaticChildren =\n 0 < keys.length\n ? \"{key: someKey, \" + keys.join(\": ..., \") + \": ...}\"\n : \"{key: someKey}\";\n didWarnAboutKeySpread[children + isStaticChildren] ||\n ((keys =\n 0 < keys.length ? \"{\" + keys.join(\": ..., \") + \": ...}\" : \"{}\"),\n console.error(\n 'A props object containing a \"key\" prop is being spread into JSX:\\n let props = %s;\\n <%s {...props} />\\nReact keys must be passed directly to JSX without using spread:\\n let props = %s;\\n <%s key={someKey} {...props} />',\n isStaticChildren,\n children,\n keys,\n children\n ),\n (didWarnAboutKeySpread[children + isStaticChildren] = !0));\n }\n children = null;\n void 0 !== maybeKey &&\n (checkKeyStringCoercion(maybeKey), (children = \"\" + maybeKey));\n hasValidKey(config) &&\n (checkKeyStringCoercion(config.key), (children = \"\" + config.key));\n if (\"key\" in config) {\n maybeKey = {};\n for (var propName in config)\n \"key\" !== propName && (maybeKey[propName] = config[propName]);\n } else maybeKey = config;\n children &&\n defineKeyPropWarningGetter(\n maybeKey,\n \"function\" === typeof type\n ? type.displayName || type.name || \"Unknown\"\n : type\n );\n return ReactElement(type, children, self, source, getOwner(), maybeKey);\n }\n function validateChildKeys(node, parentType) {\n if (\n \"object\" === typeof node &&\n node &&\n node.$$typeof !== REACT_CLIENT_REFERENCE\n )\n if (isArrayImpl(node))\n for (var i = 0; i < node.length; i++) {\n var child = node[i];\n isValidElement(child) && validateExplicitKey(child, parentType);\n }\n else if (isValidElement(node))\n node._store && (node._store.validated = 1);\n else if (\n (null === node || \"object\" !== typeof node\n ? (i = null)\n : ((i =\n (MAYBE_ITERATOR_SYMBOL && node[MAYBE_ITERATOR_SYMBOL]) ||\n node[\"@@iterator\"]),\n (i = \"function\" === typeof i ? i : null)),\n \"function\" === typeof i &&\n i !== node.entries &&\n ((i = i.call(node)), i !== node))\n )\n for (; !(node = i.next()).done; )\n isValidElement(node.value) &&\n validateExplicitKey(node.value, parentType);\n }\n function isValidElement(object) {\n return (\n \"object\" === typeof object &&\n null !== object &&\n object.$$typeof === REACT_ELEMENT_TYPE\n );\n }\n function validateExplicitKey(element, parentType) {\n if (\n element._store &&\n !element._store.validated &&\n null == element.key &&\n ((element._store.validated = 1),\n (parentType = getCurrentComponentErrorInfo(parentType)),\n !ownerHasKeyUseWarning[parentType])\n ) {\n ownerHasKeyUseWarning[parentType] = !0;\n var childOwner = \"\";\n element &&\n null != element._owner &&\n element._owner !== getOwner() &&\n ((childOwner = null),\n \"number\" === typeof element._owner.tag\n ? (childOwner = getComponentNameFromType(element._owner.type))\n : \"string\" === typeof element._owner.name &&\n (childOwner = element._owner.name),\n (childOwner = \" It was passed a child from \" + childOwner + \".\"));\n var prevGetCurrentStack = ReactSharedInternals.getCurrentStack;\n ReactSharedInternals.getCurrentStack = function () {\n var stack = describeUnknownElementTypeFrameInDEV(element.type);\n prevGetCurrentStack && (stack += prevGetCurrentStack() || \"\");\n return stack;\n };\n console.error(\n 'Each child in a list should have a unique \"key\" prop.%s%s See https://react.dev/link/warning-keys for more information.',\n parentType,\n childOwner\n );\n ReactSharedInternals.getCurrentStack = prevGetCurrentStack;\n }\n }\n function getCurrentComponentErrorInfo(parentType) {\n var info = \"\",\n owner = getOwner();\n owner &&\n (owner = getComponentNameFromType(owner.type)) &&\n (info = \"\\n\\nCheck the render method of `\" + owner + \"`.\");\n info ||\n ((parentType = getComponentNameFromType(parentType)) &&\n (info =\n \"\\n\\nCheck the top-level render call using <\" + parentType + \">.\"));\n return info;\n }\n var React = require(\"react\"),\n REACT_ELEMENT_TYPE = Symbol.for(\"react.transitional.element\"),\n REACT_PORTAL_TYPE = Symbol.for(\"react.portal\"),\n REACT_FRAGMENT_TYPE = Symbol.for(\"react.fragment\"),\n REACT_STRICT_MODE_TYPE = Symbol.for(\"react.strict_mode\"),\n REACT_PROFILER_TYPE = Symbol.for(\"react.profiler\");\n Symbol.for(\"react.provider\");\n var REACT_CONSUMER_TYPE = Symbol.for(\"react.consumer\"),\n REACT_CONTEXT_TYPE = Symbol.for(\"react.context\"),\n REACT_FORWARD_REF_TYPE = Symbol.for(\"react.forward_ref\"),\n REACT_SUSPENSE_TYPE = Symbol.for(\"react.suspense\"),\n REACT_SUSPENSE_LIST_TYPE = Symbol.for(\"react.suspense_list\"),\n REACT_MEMO_TYPE = Symbol.for(\"react.memo\"),\n REACT_LAZY_TYPE = Symbol.for(\"react.lazy\"),\n REACT_OFFSCREEN_TYPE = Symbol.for(\"react.offscreen\"),\n MAYBE_ITERATOR_SYMBOL = Symbol.iterator,\n REACT_CLIENT_REFERENCE$2 = Symbol.for(\"react.client.reference\"),\n ReactSharedInternals =\n React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,\n hasOwnProperty = Object.prototype.hasOwnProperty,\n assign = Object.assign,\n REACT_CLIENT_REFERENCE$1 = Symbol.for(\"react.client.reference\"),\n isArrayImpl = Array.isArray,\n disabledDepth = 0,\n prevLog,\n prevInfo,\n prevWarn,\n prevError,\n prevGroup,\n prevGroupCollapsed,\n prevGroupEnd;\n disabledLog.__reactDisabledLog = !0;\n var prefix,\n suffix,\n reentry = !1;\n var componentFrameCache = new (\n \"function\" === typeof WeakMap ? WeakMap : Map\n )();\n var REACT_CLIENT_REFERENCE = Symbol.for(\"react.client.reference\"),\n specialPropKeyWarningShown;\n var didWarnAboutElementRef = {};\n var didWarnAboutKeySpread = {},\n ownerHasKeyUseWarning = {};\n exports.Fragment = REACT_FRAGMENT_TYPE;\n exports.jsx = function (type, config, maybeKey, source, self) {\n return jsxDEVImpl(type, config, maybeKey, !1, source, self);\n };\n exports.jsxs = function (type, config, maybeKey, source, self) {\n return jsxDEVImpl(type, config, maybeKey, !0, source, self);\n };\n })();\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react-jsx-runtime.production.js');\n} else {\n module.exports = require('./cjs/react-jsx-runtime.development.js');\n}\n","import React from \"react\";\n\ninterface TextInputProps {\n placeholder?: string;\n value?: string;\n onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;\n}\n\nconst TextInput: React.FC<TextInputProps> = ({\n placeholder,\n value,\n onChange,\n}) => {\n return (\n <input\n type=\"text\"\n placeholder={placeholder}\n value={value}\n onChange={onChange}\n style={{ padding: \"8px\", border: \"1px solid #ccc\", borderRadius: \"4px\" }}\n />\n );\n};\n\nexport default TextInput;\n"],"names":["REACT_ELEMENT_TYPE","REACT_FRAGMENT_TYPE","jsxProd","type","config","maybeKey","key","propName","reactJsxRuntime_production","getComponentNameFromType","REACT_CLIENT_REFERENCE$2","REACT_PORTAL_TYPE","REACT_PROFILER_TYPE","REACT_STRICT_MODE_TYPE","REACT_SUSPENSE_TYPE","REACT_SUSPENSE_LIST_TYPE","REACT_CONTEXT_TYPE","REACT_CONSUMER_TYPE","REACT_FORWARD_REF_TYPE","innerType","REACT_MEMO_TYPE","REACT_LAZY_TYPE","testStringCoercion","value","checkKeyStringCoercion","JSCompiler_inline_result","JSCompiler_temp_const","JSCompiler_inline_result$jscomp$0","disabledLog","disableLogs","disabledDepth","prevLog","prevInfo","prevWarn","prevError","prevGroup","prevGroupCollapsed","prevGroupEnd","props","reenableLogs","assign","describeBuiltInComponentFrame","name","prefix","x","match","suffix","describeNativeComponentFrame","fn","construct","reentry","frame","componentFrameCache","previousDispatcher","ReactSharedInternals","RunInRootFrame","Fake","control","x$0","x$1","sample","namePropDescriptor","_RunInRootFrame$Deter","sampleStack","controlStack","sampleLines","controlLines","_frame","describeUnknownElementTypeFrameInDEV","prototype","getOwner","dispatcher","hasValidKey","hasOwnProperty","getter","defineKeyPropWarningGetter","displayName","warnAboutAccessingKey","specialPropKeyWarningShown","elementRefGetterWithDeprecationWarning","componentName","didWarnAboutElementRef","ReactElement","self","source","owner","jsxDEVImpl","isStaticChildren","REACT_OFFSCREEN_TYPE","REACT_CLIENT_REFERENCE$1","children","isArrayImpl","validateChildKeys","keys","k","didWarnAboutKeySpread","node","parentType","REACT_CLIENT_REFERENCE","i","child","isValidElement","validateExplicitKey","MAYBE_ITERATOR_SYMBOL","object","element","getCurrentComponentErrorInfo","ownerHasKeyUseWarning","childOwner","prevGetCurrentStack","stack","info","React","require$$0","reactJsxRuntime_development","jsxRuntimeModule","require$$1","TextInput","placeholder","onChange","jsx"],"mappings":"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","x_google_ignoreList":[0,1,2]}
@@ -0,0 +1,32 @@
1
+ (function(b,R){typeof exports=="object"&&typeof module<"u"?R(exports,require("react")):typeof define=="function"&&define.amd?define(["exports","react"],R):(b=typeof globalThis<"u"?globalThis:b||self,R(b.TextInput={},b.React))})(this,function(b,R){"use strict";var S={exports:{}},w={};/**
2
+ * @license React
3
+ * react-jsx-runtime.production.js
4
+ *
5
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
6
+ *
7
+ * This source code is licensed under the MIT license found in the
8
+ * LICENSE file in the root directory of this source tree.
9
+ */var X;function be(){if(X)return w;X=1;var s=Symbol.for("react.transitional.element"),x=Symbol.for("react.fragment");function g(k,f,i){var E=null;if(i!==void 0&&(E=""+i),f.key!==void 0&&(E=""+f.key),"key"in f){i={};for(var _ in f)_!=="key"&&(i[_]=f[_])}else i=f;return f=i.ref,{$$typeof:s,type:k,key:E,ref:f!==void 0?f:null,props:i}}return w.Fragment=x,w.jsx=g,w.jsxs=g,w}var j={};/**
10
+ * @license React
11
+ * react-jsx-runtime.development.js
12
+ *
13
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
14
+ *
15
+ * This source code is licensed under the MIT license found in the
16
+ * LICENSE file in the root directory of this source tree.
17
+ */var B;function ge(){return B||(B=1,process.env.NODE_ENV!=="production"&&function(){function s(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===Se?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case M:return"Fragment";case he:return"Portal";case K:return"Profiler";case Q:return"StrictMode";case $:return"Suspense";case U:return"SuspenseList"}if(typeof e=="object")switch(typeof e.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case ee:return(e.displayName||"Context")+".Provider";case D:return(e._context.displayName||"Context")+".Consumer";case W:var r=e.render;return e=e.displayName,e||(e=r.displayName||r.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case q:return r=e.displayName||null,r!==null?r:s(e.type)||"Memo";case J:r=e._payload,e=e._init;try{return s(e(r))}catch{}}return null}function x(e){return""+e}function g(e){try{x(e);var r=!1}catch{r=!0}if(r){r=console;var t=r.error,n=typeof Symbol=="function"&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return t.call(r,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",n),x(e)}}function k(){}function f(){if(h===0){oe=console.log,ne=console.info,ae=console.warn,ue=console.error,le=console.group,se=console.groupCollapsed,fe=console.groupEnd;var e={configurable:!0,enumerable:!0,value:k,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}h++}function i(){if(h--,h===0){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:T({},e,{value:oe}),info:T({},e,{value:ne}),warn:T({},e,{value:ae}),error:T({},e,{value:ue}),group:T({},e,{value:le}),groupCollapsed:T({},e,{value:se}),groupEnd:T({},e,{value:fe})})}0>h&&console.error("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}function E(e){if(V===void 0)try{throw Error()}catch(t){var r=t.stack.trim().match(/\n( *(at )?)/);V=r&&r[1]||"",ie=-1<t.stack.indexOf(`
18
+ at`)?" (<anonymous>)":-1<t.stack.indexOf("@")?"@unknown:0:0":""}return`
19
+ `+V+e+ie}function _(e,r){if(!e||G)return"";var t=H.get(e);if(t!==void 0)return t;G=!0,t=Error.prepareStackTrace,Error.prepareStackTrace=void 0;var n=null;n=m.H,m.H=null,f();try{var u={DetermineComponentFrameRoot:function(){try{if(r){var v=function(){throw Error()};if(Object.defineProperty(v.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(v,[])}catch(d){var O=d}Reflect.construct(e,[],v)}else{try{v.call()}catch(d){O=d}e.call(v.prototype)}}else{try{throw Error()}catch(d){O=d}(v=e())&&typeof v.catch=="function"&&v.catch(function(){})}}catch(d){if(d&&O&&typeof d.stack=="string")return[d.stack,O.stack]}return[null,null]}};u.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var a=Object.getOwnPropertyDescriptor(u.DetermineComponentFrameRoot,"name");a&&a.configurable&&Object.defineProperty(u.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var o=u.DetermineComponentFrameRoot(),c=o[0],y=o[1];if(c&&y){var l=c.split(`
20
+ `),p=y.split(`
21
+ `);for(o=a=0;a<l.length&&!l[a].includes("DetermineComponentFrameRoot");)a++;for(;o<p.length&&!p[o].includes("DetermineComponentFrameRoot");)o++;if(a===l.length||o===p.length)for(a=l.length-1,o=p.length-1;1<=a&&0<=o&&l[a]!==p[o];)o--;for(;1<=a&&0<=o;a--,o--)if(l[a]!==p[o]){if(a!==1||o!==1)do if(a--,o--,0>o||l[a]!==p[o]){var C=`
22
+ `+l[a].replace(" at new "," at ");return e.displayName&&C.includes("<anonymous>")&&(C=C.replace("<anonymous>",e.displayName)),typeof e=="function"&&H.set(e,C),C}while(1<=a&&0<=o);break}}}finally{G=!1,m.H=n,i(),Error.prepareStackTrace=t}return l=(l=e?e.displayName||e.name:"")?E(l):"",typeof e=="function"&&H.set(e,l),l}function A(e){if(e==null)return"";if(typeof e=="function"){var r=e.prototype;return _(e,!(!r||!r.isReactComponent))}if(typeof e=="string")return E(e);switch(e){case $:return E("Suspense");case U:return E("SuspenseList")}if(typeof e=="object")switch(e.$$typeof){case W:return e=_(e.render,!1),e;case q:return A(e.type);case J:r=e._payload,e=e._init;try{return A(e(r))}catch{}}return""}function N(){var e=m.A;return e===null?null:e.getOwner()}function xe(e){if(te.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function _e(e,r){function t(){ce||(ce=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",r))}t.isReactWarning=!0,Object.defineProperty(e,"key",{get:t,configurable:!0})}function ye(){var e=s(this.type);return de[e]||(de[e]=!0,console.error("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.")),e=this.props.ref,e!==void 0?e:null}function Re(e,r,t,n,u,a){return t=a.ref,e={$$typeof:Y,type:e,key:r,props:a,_owner:u},(t!==void 0?t:null)!==null?Object.defineProperty(e,"ref",{enumerable:!1,get:ye}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}function F(e,r,t,n,u,a){if(typeof e=="string"||typeof e=="function"||e===M||e===K||e===Q||e===$||e===U||e===Ce||typeof e=="object"&&e!==null&&(e.$$typeof===J||e.$$typeof===q||e.$$typeof===ee||e.$$typeof===D||e.$$typeof===W||e.$$typeof===ke||e.getModuleId!==void 0)){var o=r.children;if(o!==void 0)if(n)if(z(o)){for(n=0;n<o.length;n++)L(o[n],e);Object.freeze&&Object.freeze(o)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else L(o,e)}else 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":z(e)?n="array":e!==void 0&&e.$$typeof===Y?(n="<"+(s(e.type)||"Unknown")+" />",o=" Did you accidentally export a JSX literal instead of a component?"):n=typeof e,console.error("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",n,o);if(te.call(r,"key")){o=s(e);var c=Object.keys(r).filter(function(l){return l!=="key"});n=0<c.length?"{key: someKey, "+c.join(": ..., ")+": ...}":"{key: someKey}",Ee[o+n]||(c=0<c.length?"{"+c.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
23
+ let props = %s;
24
+ <%s {...props} />
25
+ React keys must be passed directly to JSX without using spread:
26
+ let props = %s;
27
+ <%s key={someKey} {...props} />`,n,o,c,o),Ee[o+n]=!0)}if(o=null,t!==void 0&&(g(t),o=""+t),xe(r)&&(g(r.key),o=""+r.key),"key"in r){t={};for(var y in r)y!=="key"&&(t[y]=r[y])}else t=r;return o&&_e(t,typeof e=="function"?e.displayName||e.name||"Unknown":e),Re(e,o,a,u,N(),t)}function L(e,r){if(typeof e=="object"&&e&&e.$$typeof!==Oe){if(z(e))for(var t=0;t<e.length;t++){var n=e[t];P(n)&&Z(n,r)}else if(P(e))e._store&&(e._store.validated=1);else if(e===null||typeof e!="object"?t=null:(t=re&&e[re]||e["@@iterator"],t=typeof t=="function"?t:null),typeof t=="function"&&t!==e.entries&&(t=t.call(e),t!==e))for(;!(e=t.next()).done;)P(e.value)&&Z(e.value,r)}}function P(e){return typeof e=="object"&&e!==null&&e.$$typeof===Y}function Z(e,r){if(e._store&&!e._store.validated&&e.key==null&&(e._store.validated=1,r=we(r),!ve[r])){ve[r]=!0;var t="";e&&e._owner!=null&&e._owner!==N()&&(t=null,typeof e._owner.tag=="number"?t=s(e._owner.type):typeof e._owner.name=="string"&&(t=e._owner.name),t=" It was passed a child from "+t+".");var n=m.getCurrentStack;m.getCurrentStack=function(){var u=A(e.type);return n&&(u+=n()||""),u},console.error('Each child in a list should have a unique "key" prop.%s%s See https://react.dev/link/warning-keys for more information.',r,t),m.getCurrentStack=n}}function we(e){var r="",t=N();return t&&(t=s(t.type))&&(r=`
28
+
29
+ Check the render method of \``+t+"`."),r||(e=s(e))&&(r=`
30
+
31
+ Check the top-level render call using <`+e+">."),r}var je=R,Y=Symbol.for("react.transitional.element"),he=Symbol.for("react.portal"),M=Symbol.for("react.fragment"),Q=Symbol.for("react.strict_mode"),K=Symbol.for("react.profiler"),D=Symbol.for("react.consumer"),ee=Symbol.for("react.context"),W=Symbol.for("react.forward_ref"),$=Symbol.for("react.suspense"),U=Symbol.for("react.suspense_list"),q=Symbol.for("react.memo"),J=Symbol.for("react.lazy"),Ce=Symbol.for("react.offscreen"),re=Symbol.iterator,Se=Symbol.for("react.client.reference"),m=je.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,te=Object.prototype.hasOwnProperty,T=Object.assign,ke=Symbol.for("react.client.reference"),z=Array.isArray,h=0,oe,ne,ae,ue,le,se,fe;k.__reactDisabledLog=!0;var V,ie,G=!1,H=new(typeof WeakMap=="function"?WeakMap:Map),Oe=Symbol.for("react.client.reference"),ce,de={},Ee={},ve={};j.Fragment=M,j.jsx=function(e,r,t,n,u){return F(e,r,t,!1,n,u)},j.jsxs=function(e,r,t,n,u){return F(e,r,t,!0,n,u)}}()),j}var I;function me(){return I||(I=1,process.env.NODE_ENV==="production"?S.exports=be():S.exports=ge()),S.exports}var Te=me();const pe=({placeholder:s,value:x,onChange:g})=>Te.jsx("input",{type:"text",placeholder:s,value:x,onChange:g,style:{padding:"8px",border:"1px solid #ccc",borderRadius:"4px"}});b.TextInput=pe,Object.defineProperty(b,Symbol.toStringTag,{value:"Module"})});
32
+ //# sourceMappingURL=index.umd.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.umd.js","sources":["../node_modules/react/cjs/react-jsx-runtime.production.js","../node_modules/react/cjs/react-jsx-runtime.development.js","../node_modules/react/jsx-runtime.js","../src/components/TextInput/TextInput.tsx"],"sourcesContent":["/**\n * @license React\n * react-jsx-runtime.production.js\n *\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n\"use strict\";\nvar REACT_ELEMENT_TYPE = Symbol.for(\"react.transitional.element\"),\n REACT_FRAGMENT_TYPE = Symbol.for(\"react.fragment\");\nfunction jsxProd(type, config, maybeKey) {\n var key = null;\n void 0 !== maybeKey && (key = \"\" + maybeKey);\n void 0 !== config.key && (key = \"\" + config.key);\n if (\"key\" in config) {\n maybeKey = {};\n for (var propName in config)\n \"key\" !== propName && (maybeKey[propName] = config[propName]);\n } else maybeKey = config;\n config = maybeKey.ref;\n return {\n $$typeof: REACT_ELEMENT_TYPE,\n type: type,\n key: key,\n ref: void 0 !== config ? config : null,\n props: maybeKey\n };\n}\nexports.Fragment = REACT_FRAGMENT_TYPE;\nexports.jsx = jsxProd;\nexports.jsxs = jsxProd;\n","/**\n * @license React\n * react-jsx-runtime.development.js\n *\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n\"use strict\";\n\"production\" !== process.env.NODE_ENV &&\n (function () {\n function getComponentNameFromType(type) {\n if (null == type) return null;\n if (\"function\" === typeof type)\n return type.$$typeof === REACT_CLIENT_REFERENCE$2\n ? null\n : type.displayName || type.name || null;\n if (\"string\" === typeof type) return type;\n switch (type) {\n case REACT_FRAGMENT_TYPE:\n return \"Fragment\";\n case REACT_PORTAL_TYPE:\n return \"Portal\";\n case REACT_PROFILER_TYPE:\n return \"Profiler\";\n case REACT_STRICT_MODE_TYPE:\n return \"StrictMode\";\n case REACT_SUSPENSE_TYPE:\n return \"Suspense\";\n case REACT_SUSPENSE_LIST_TYPE:\n return \"SuspenseList\";\n }\n if (\"object\" === typeof type)\n switch (\n (\"number\" === typeof type.tag &&\n console.error(\n \"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue.\"\n ),\n type.$$typeof)\n ) {\n case REACT_CONTEXT_TYPE:\n return (type.displayName || \"Context\") + \".Provider\";\n case REACT_CONSUMER_TYPE:\n return (type._context.displayName || \"Context\") + \".Consumer\";\n case REACT_FORWARD_REF_TYPE:\n var innerType = type.render;\n type = type.displayName;\n type ||\n ((type = innerType.displayName || innerType.name || \"\"),\n (type = \"\" !== type ? \"ForwardRef(\" + type + \")\" : \"ForwardRef\"));\n return type;\n case REACT_MEMO_TYPE:\n return (\n (innerType = type.displayName || null),\n null !== innerType\n ? innerType\n : getComponentNameFromType(type.type) || \"Memo\"\n );\n case REACT_LAZY_TYPE:\n innerType = type._payload;\n type = type._init;\n try {\n return getComponentNameFromType(type(innerType));\n } catch (x) {}\n }\n return null;\n }\n function testStringCoercion(value) {\n return \"\" + value;\n }\n function checkKeyStringCoercion(value) {\n try {\n testStringCoercion(value);\n var JSCompiler_inline_result = !1;\n } catch (e) {\n JSCompiler_inline_result = !0;\n }\n if (JSCompiler_inline_result) {\n JSCompiler_inline_result = console;\n var JSCompiler_temp_const = JSCompiler_inline_result.error;\n var JSCompiler_inline_result$jscomp$0 =\n (\"function\" === typeof Symbol &&\n Symbol.toStringTag &&\n value[Symbol.toStringTag]) ||\n value.constructor.name ||\n \"Object\";\n JSCompiler_temp_const.call(\n JSCompiler_inline_result,\n \"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.\",\n JSCompiler_inline_result$jscomp$0\n );\n return testStringCoercion(value);\n }\n }\n function disabledLog() {}\n function disableLogs() {\n if (0 === disabledDepth) {\n prevLog = console.log;\n prevInfo = console.info;\n prevWarn = console.warn;\n prevError = console.error;\n prevGroup = console.group;\n prevGroupCollapsed = console.groupCollapsed;\n prevGroupEnd = console.groupEnd;\n var props = {\n configurable: !0,\n enumerable: !0,\n value: disabledLog,\n writable: !0\n };\n Object.defineProperties(console, {\n info: props,\n log: props,\n warn: props,\n error: props,\n group: props,\n groupCollapsed: props,\n groupEnd: props\n });\n }\n disabledDepth++;\n }\n function reenableLogs() {\n disabledDepth--;\n if (0 === disabledDepth) {\n var props = { configurable: !0, enumerable: !0, writable: !0 };\n Object.defineProperties(console, {\n log: assign({}, props, { value: prevLog }),\n info: assign({}, props, { value: prevInfo }),\n warn: assign({}, props, { value: prevWarn }),\n error: assign({}, props, { value: prevError }),\n group: assign({}, props, { value: prevGroup }),\n groupCollapsed: assign({}, props, { value: prevGroupCollapsed }),\n groupEnd: assign({}, props, { value: prevGroupEnd })\n });\n }\n 0 > disabledDepth &&\n console.error(\n \"disabledDepth fell below zero. This is a bug in React. Please file an issue.\"\n );\n }\n function describeBuiltInComponentFrame(name) {\n if (void 0 === prefix)\n try {\n throw Error();\n } catch (x) {\n var match = x.stack.trim().match(/\\n( *(at )?)/);\n prefix = (match && match[1]) || \"\";\n suffix =\n -1 < x.stack.indexOf(\"\\n at\")\n ? \" (<anonymous>)\"\n : -1 < x.stack.indexOf(\"@\")\n ? \"@unknown:0:0\"\n : \"\";\n }\n return \"\\n\" + prefix + name + suffix;\n }\n function describeNativeComponentFrame(fn, construct) {\n if (!fn || reentry) return \"\";\n var frame = componentFrameCache.get(fn);\n if (void 0 !== frame) return frame;\n reentry = !0;\n frame = Error.prepareStackTrace;\n Error.prepareStackTrace = void 0;\n var previousDispatcher = null;\n previousDispatcher = ReactSharedInternals.H;\n ReactSharedInternals.H = null;\n disableLogs();\n try {\n var RunInRootFrame = {\n DetermineComponentFrameRoot: function () {\n try {\n if (construct) {\n var Fake = function () {\n throw Error();\n };\n Object.defineProperty(Fake.prototype, \"props\", {\n set: function () {\n throw Error();\n }\n });\n if (\"object\" === typeof Reflect && Reflect.construct) {\n try {\n Reflect.construct(Fake, []);\n } catch (x) {\n var control = x;\n }\n Reflect.construct(fn, [], Fake);\n } else {\n try {\n Fake.call();\n } catch (x$0) {\n control = x$0;\n }\n fn.call(Fake.prototype);\n }\n } else {\n try {\n throw Error();\n } catch (x$1) {\n control = x$1;\n }\n (Fake = fn()) &&\n \"function\" === typeof Fake.catch &&\n Fake.catch(function () {});\n }\n } catch (sample) {\n if (sample && control && \"string\" === typeof sample.stack)\n return [sample.stack, control.stack];\n }\n return [null, null];\n }\n };\n RunInRootFrame.DetermineComponentFrameRoot.displayName =\n \"DetermineComponentFrameRoot\";\n var namePropDescriptor = Object.getOwnPropertyDescriptor(\n RunInRootFrame.DetermineComponentFrameRoot,\n \"name\"\n );\n namePropDescriptor &&\n namePropDescriptor.configurable &&\n Object.defineProperty(\n RunInRootFrame.DetermineComponentFrameRoot,\n \"name\",\n { value: \"DetermineComponentFrameRoot\" }\n );\n var _RunInRootFrame$Deter =\n RunInRootFrame.DetermineComponentFrameRoot(),\n sampleStack = _RunInRootFrame$Deter[0],\n controlStack = _RunInRootFrame$Deter[1];\n if (sampleStack && controlStack) {\n var sampleLines = sampleStack.split(\"\\n\"),\n controlLines = controlStack.split(\"\\n\");\n for (\n _RunInRootFrame$Deter = namePropDescriptor = 0;\n namePropDescriptor < sampleLines.length &&\n !sampleLines[namePropDescriptor].includes(\n \"DetermineComponentFrameRoot\"\n );\n\n )\n namePropDescriptor++;\n for (\n ;\n _RunInRootFrame$Deter < controlLines.length &&\n !controlLines[_RunInRootFrame$Deter].includes(\n \"DetermineComponentFrameRoot\"\n );\n\n )\n _RunInRootFrame$Deter++;\n if (\n namePropDescriptor === sampleLines.length ||\n _RunInRootFrame$Deter === controlLines.length\n )\n for (\n namePropDescriptor = sampleLines.length - 1,\n _RunInRootFrame$Deter = controlLines.length - 1;\n 1 <= namePropDescriptor &&\n 0 <= _RunInRootFrame$Deter &&\n sampleLines[namePropDescriptor] !==\n controlLines[_RunInRootFrame$Deter];\n\n )\n _RunInRootFrame$Deter--;\n for (\n ;\n 1 <= namePropDescriptor && 0 <= _RunInRootFrame$Deter;\n namePropDescriptor--, _RunInRootFrame$Deter--\n )\n if (\n sampleLines[namePropDescriptor] !==\n controlLines[_RunInRootFrame$Deter]\n ) {\n if (1 !== namePropDescriptor || 1 !== _RunInRootFrame$Deter) {\n do\n if (\n (namePropDescriptor--,\n _RunInRootFrame$Deter--,\n 0 > _RunInRootFrame$Deter ||\n sampleLines[namePropDescriptor] !==\n controlLines[_RunInRootFrame$Deter])\n ) {\n var _frame =\n \"\\n\" +\n sampleLines[namePropDescriptor].replace(\n \" at new \",\n \" at \"\n );\n fn.displayName &&\n _frame.includes(\"<anonymous>\") &&\n (_frame = _frame.replace(\"<anonymous>\", fn.displayName));\n \"function\" === typeof fn &&\n componentFrameCache.set(fn, _frame);\n return _frame;\n }\n while (1 <= namePropDescriptor && 0 <= _RunInRootFrame$Deter);\n }\n break;\n }\n }\n } finally {\n (reentry = !1),\n (ReactSharedInternals.H = previousDispatcher),\n reenableLogs(),\n (Error.prepareStackTrace = frame);\n }\n sampleLines = (sampleLines = fn ? fn.displayName || fn.name : \"\")\n ? describeBuiltInComponentFrame(sampleLines)\n : \"\";\n \"function\" === typeof fn && componentFrameCache.set(fn, sampleLines);\n return sampleLines;\n }\n function describeUnknownElementTypeFrameInDEV(type) {\n if (null == type) return \"\";\n if (\"function\" === typeof type) {\n var prototype = type.prototype;\n return describeNativeComponentFrame(\n type,\n !(!prototype || !prototype.isReactComponent)\n );\n }\n if (\"string\" === typeof type) return describeBuiltInComponentFrame(type);\n switch (type) {\n case REACT_SUSPENSE_TYPE:\n return describeBuiltInComponentFrame(\"Suspense\");\n case REACT_SUSPENSE_LIST_TYPE:\n return describeBuiltInComponentFrame(\"SuspenseList\");\n }\n if (\"object\" === typeof type)\n switch (type.$$typeof) {\n case REACT_FORWARD_REF_TYPE:\n return (type = describeNativeComponentFrame(type.render, !1)), type;\n case REACT_MEMO_TYPE:\n return describeUnknownElementTypeFrameInDEV(type.type);\n case REACT_LAZY_TYPE:\n prototype = type._payload;\n type = type._init;\n try {\n return describeUnknownElementTypeFrameInDEV(type(prototype));\n } catch (x) {}\n }\n return \"\";\n }\n function getOwner() {\n var dispatcher = ReactSharedInternals.A;\n return null === dispatcher ? null : dispatcher.getOwner();\n }\n function hasValidKey(config) {\n if (hasOwnProperty.call(config, \"key\")) {\n var getter = Object.getOwnPropertyDescriptor(config, \"key\").get;\n if (getter && getter.isReactWarning) return !1;\n }\n return void 0 !== config.key;\n }\n function defineKeyPropWarningGetter(props, displayName) {\n function warnAboutAccessingKey() {\n specialPropKeyWarningShown ||\n ((specialPropKeyWarningShown = !0),\n console.error(\n \"%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)\",\n displayName\n ));\n }\n warnAboutAccessingKey.isReactWarning = !0;\n Object.defineProperty(props, \"key\", {\n get: warnAboutAccessingKey,\n configurable: !0\n });\n }\n function elementRefGetterWithDeprecationWarning() {\n var componentName = getComponentNameFromType(this.type);\n didWarnAboutElementRef[componentName] ||\n ((didWarnAboutElementRef[componentName] = !0),\n console.error(\n \"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.\"\n ));\n componentName = this.props.ref;\n return void 0 !== componentName ? componentName : null;\n }\n function ReactElement(type, key, self, source, owner, props) {\n self = props.ref;\n type = {\n $$typeof: REACT_ELEMENT_TYPE,\n type: type,\n key: key,\n props: props,\n _owner: owner\n };\n null !== (void 0 !== self ? self : null)\n ? Object.defineProperty(type, \"ref\", {\n enumerable: !1,\n get: elementRefGetterWithDeprecationWarning\n })\n : Object.defineProperty(type, \"ref\", { enumerable: !1, value: null });\n type._store = {};\n Object.defineProperty(type._store, \"validated\", {\n configurable: !1,\n enumerable: !1,\n writable: !0,\n value: 0\n });\n Object.defineProperty(type, \"_debugInfo\", {\n configurable: !1,\n enumerable: !1,\n writable: !0,\n value: null\n });\n Object.freeze && (Object.freeze(type.props), Object.freeze(type));\n return type;\n }\n function jsxDEVImpl(\n type,\n config,\n maybeKey,\n isStaticChildren,\n source,\n self\n ) {\n if (\n \"string\" === typeof type ||\n \"function\" === typeof type ||\n type === REACT_FRAGMENT_TYPE ||\n type === REACT_PROFILER_TYPE ||\n type === REACT_STRICT_MODE_TYPE ||\n type === REACT_SUSPENSE_TYPE ||\n type === REACT_SUSPENSE_LIST_TYPE ||\n type === REACT_OFFSCREEN_TYPE ||\n (\"object\" === typeof type &&\n null !== type &&\n (type.$$typeof === REACT_LAZY_TYPE ||\n type.$$typeof === REACT_MEMO_TYPE ||\n type.$$typeof === REACT_CONTEXT_TYPE ||\n type.$$typeof === REACT_CONSUMER_TYPE ||\n type.$$typeof === REACT_FORWARD_REF_TYPE ||\n type.$$typeof === REACT_CLIENT_REFERENCE$1 ||\n void 0 !== type.getModuleId))\n ) {\n var children = config.children;\n if (void 0 !== children)\n if (isStaticChildren)\n if (isArrayImpl(children)) {\n for (\n isStaticChildren = 0;\n isStaticChildren < children.length;\n isStaticChildren++\n )\n validateChildKeys(children[isStaticChildren], type);\n Object.freeze && Object.freeze(children);\n } else\n console.error(\n \"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.\"\n );\n else validateChildKeys(children, type);\n } else {\n children = \"\";\n if (\n void 0 === type ||\n (\"object\" === typeof type &&\n null !== type &&\n 0 === Object.keys(type).length)\n )\n children +=\n \" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.\";\n null === type\n ? (isStaticChildren = \"null\")\n : isArrayImpl(type)\n ? (isStaticChildren = \"array\")\n : void 0 !== type && type.$$typeof === REACT_ELEMENT_TYPE\n ? ((isStaticChildren =\n \"<\" +\n (getComponentNameFromType(type.type) || \"Unknown\") +\n \" />\"),\n (children =\n \" Did you accidentally export a JSX literal instead of a component?\"))\n : (isStaticChildren = typeof type);\n console.error(\n \"React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s\",\n isStaticChildren,\n children\n );\n }\n if (hasOwnProperty.call(config, \"key\")) {\n children = getComponentNameFromType(type);\n var keys = Object.keys(config).filter(function (k) {\n return \"key\" !== k;\n });\n isStaticChildren =\n 0 < keys.length\n ? \"{key: someKey, \" + keys.join(\": ..., \") + \": ...}\"\n : \"{key: someKey}\";\n didWarnAboutKeySpread[children + isStaticChildren] ||\n ((keys =\n 0 < keys.length ? \"{\" + keys.join(\": ..., \") + \": ...}\" : \"{}\"),\n console.error(\n 'A props object containing a \"key\" prop is being spread into JSX:\\n let props = %s;\\n <%s {...props} />\\nReact keys must be passed directly to JSX without using spread:\\n let props = %s;\\n <%s key={someKey} {...props} />',\n isStaticChildren,\n children,\n keys,\n children\n ),\n (didWarnAboutKeySpread[children + isStaticChildren] = !0));\n }\n children = null;\n void 0 !== maybeKey &&\n (checkKeyStringCoercion(maybeKey), (children = \"\" + maybeKey));\n hasValidKey(config) &&\n (checkKeyStringCoercion(config.key), (children = \"\" + config.key));\n if (\"key\" in config) {\n maybeKey = {};\n for (var propName in config)\n \"key\" !== propName && (maybeKey[propName] = config[propName]);\n } else maybeKey = config;\n children &&\n defineKeyPropWarningGetter(\n maybeKey,\n \"function\" === typeof type\n ? type.displayName || type.name || \"Unknown\"\n : type\n );\n return ReactElement(type, children, self, source, getOwner(), maybeKey);\n }\n function validateChildKeys(node, parentType) {\n if (\n \"object\" === typeof node &&\n node &&\n node.$$typeof !== REACT_CLIENT_REFERENCE\n )\n if (isArrayImpl(node))\n for (var i = 0; i < node.length; i++) {\n var child = node[i];\n isValidElement(child) && validateExplicitKey(child, parentType);\n }\n else if (isValidElement(node))\n node._store && (node._store.validated = 1);\n else if (\n (null === node || \"object\" !== typeof node\n ? (i = null)\n : ((i =\n (MAYBE_ITERATOR_SYMBOL && node[MAYBE_ITERATOR_SYMBOL]) ||\n node[\"@@iterator\"]),\n (i = \"function\" === typeof i ? i : null)),\n \"function\" === typeof i &&\n i !== node.entries &&\n ((i = i.call(node)), i !== node))\n )\n for (; !(node = i.next()).done; )\n isValidElement(node.value) &&\n validateExplicitKey(node.value, parentType);\n }\n function isValidElement(object) {\n return (\n \"object\" === typeof object &&\n null !== object &&\n object.$$typeof === REACT_ELEMENT_TYPE\n );\n }\n function validateExplicitKey(element, parentType) {\n if (\n element._store &&\n !element._store.validated &&\n null == element.key &&\n ((element._store.validated = 1),\n (parentType = getCurrentComponentErrorInfo(parentType)),\n !ownerHasKeyUseWarning[parentType])\n ) {\n ownerHasKeyUseWarning[parentType] = !0;\n var childOwner = \"\";\n element &&\n null != element._owner &&\n element._owner !== getOwner() &&\n ((childOwner = null),\n \"number\" === typeof element._owner.tag\n ? (childOwner = getComponentNameFromType(element._owner.type))\n : \"string\" === typeof element._owner.name &&\n (childOwner = element._owner.name),\n (childOwner = \" It was passed a child from \" + childOwner + \".\"));\n var prevGetCurrentStack = ReactSharedInternals.getCurrentStack;\n ReactSharedInternals.getCurrentStack = function () {\n var stack = describeUnknownElementTypeFrameInDEV(element.type);\n prevGetCurrentStack && (stack += prevGetCurrentStack() || \"\");\n return stack;\n };\n console.error(\n 'Each child in a list should have a unique \"key\" prop.%s%s See https://react.dev/link/warning-keys for more information.',\n parentType,\n childOwner\n );\n ReactSharedInternals.getCurrentStack = prevGetCurrentStack;\n }\n }\n function getCurrentComponentErrorInfo(parentType) {\n var info = \"\",\n owner = getOwner();\n owner &&\n (owner = getComponentNameFromType(owner.type)) &&\n (info = \"\\n\\nCheck the render method of `\" + owner + \"`.\");\n info ||\n ((parentType = getComponentNameFromType(parentType)) &&\n (info =\n \"\\n\\nCheck the top-level render call using <\" + parentType + \">.\"));\n return info;\n }\n var React = require(\"react\"),\n REACT_ELEMENT_TYPE = Symbol.for(\"react.transitional.element\"),\n REACT_PORTAL_TYPE = Symbol.for(\"react.portal\"),\n REACT_FRAGMENT_TYPE = Symbol.for(\"react.fragment\"),\n REACT_STRICT_MODE_TYPE = Symbol.for(\"react.strict_mode\"),\n REACT_PROFILER_TYPE = Symbol.for(\"react.profiler\");\n Symbol.for(\"react.provider\");\n var REACT_CONSUMER_TYPE = Symbol.for(\"react.consumer\"),\n REACT_CONTEXT_TYPE = Symbol.for(\"react.context\"),\n REACT_FORWARD_REF_TYPE = Symbol.for(\"react.forward_ref\"),\n REACT_SUSPENSE_TYPE = Symbol.for(\"react.suspense\"),\n REACT_SUSPENSE_LIST_TYPE = Symbol.for(\"react.suspense_list\"),\n REACT_MEMO_TYPE = Symbol.for(\"react.memo\"),\n REACT_LAZY_TYPE = Symbol.for(\"react.lazy\"),\n REACT_OFFSCREEN_TYPE = Symbol.for(\"react.offscreen\"),\n MAYBE_ITERATOR_SYMBOL = Symbol.iterator,\n REACT_CLIENT_REFERENCE$2 = Symbol.for(\"react.client.reference\"),\n ReactSharedInternals =\n React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,\n hasOwnProperty = Object.prototype.hasOwnProperty,\n assign = Object.assign,\n REACT_CLIENT_REFERENCE$1 = Symbol.for(\"react.client.reference\"),\n isArrayImpl = Array.isArray,\n disabledDepth = 0,\n prevLog,\n prevInfo,\n prevWarn,\n prevError,\n prevGroup,\n prevGroupCollapsed,\n prevGroupEnd;\n disabledLog.__reactDisabledLog = !0;\n var prefix,\n suffix,\n reentry = !1;\n var componentFrameCache = new (\n \"function\" === typeof WeakMap ? WeakMap : Map\n )();\n var REACT_CLIENT_REFERENCE = Symbol.for(\"react.client.reference\"),\n specialPropKeyWarningShown;\n var didWarnAboutElementRef = {};\n var didWarnAboutKeySpread = {},\n ownerHasKeyUseWarning = {};\n exports.Fragment = REACT_FRAGMENT_TYPE;\n exports.jsx = function (type, config, maybeKey, source, self) {\n return jsxDEVImpl(type, config, maybeKey, !1, source, self);\n };\n exports.jsxs = function (type, config, maybeKey, source, self) {\n return jsxDEVImpl(type, config, maybeKey, !0, source, self);\n };\n })();\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react-jsx-runtime.production.js');\n} else {\n module.exports = require('./cjs/react-jsx-runtime.development.js');\n}\n","import React from \"react\";\n\ninterface TextInputProps {\n placeholder?: string;\n value?: string;\n onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;\n}\n\nconst TextInput: React.FC<TextInputProps> = ({\n placeholder,\n value,\n onChange,\n}) => {\n return (\n <input\n type=\"text\"\n placeholder={placeholder}\n value={value}\n onChange={onChange}\n style={{ padding: \"8px\", border: \"1px solid #ccc\", borderRadius: \"4px\" }}\n />\n );\n};\n\nexport default TextInput;\n"],"names":["REACT_ELEMENT_TYPE","REACT_FRAGMENT_TYPE","jsxProd","type","config","maybeKey","key","propName","reactJsxRuntime_production","getComponentNameFromType","REACT_CLIENT_REFERENCE$2","REACT_PORTAL_TYPE","REACT_PROFILER_TYPE","REACT_STRICT_MODE_TYPE","REACT_SUSPENSE_TYPE","REACT_SUSPENSE_LIST_TYPE","REACT_CONTEXT_TYPE","REACT_CONSUMER_TYPE","REACT_FORWARD_REF_TYPE","innerType","REACT_MEMO_TYPE","REACT_LAZY_TYPE","testStringCoercion","value","checkKeyStringCoercion","JSCompiler_inline_result","JSCompiler_temp_const","JSCompiler_inline_result$jscomp$0","disabledLog","disableLogs","disabledDepth","prevLog","prevInfo","prevWarn","prevError","prevGroup","prevGroupCollapsed","prevGroupEnd","props","reenableLogs","assign","describeBuiltInComponentFrame","name","prefix","x","match","suffix","describeNativeComponentFrame","fn","construct","reentry","frame","componentFrameCache","previousDispatcher","ReactSharedInternals","RunInRootFrame","Fake","control","x$0","x$1","sample","namePropDescriptor","_RunInRootFrame$Deter","sampleStack","controlStack","sampleLines","controlLines","_frame","describeUnknownElementTypeFrameInDEV","prototype","getOwner","dispatcher","hasValidKey","hasOwnProperty","getter","defineKeyPropWarningGetter","displayName","warnAboutAccessingKey","specialPropKeyWarningShown","elementRefGetterWithDeprecationWarning","componentName","didWarnAboutElementRef","ReactElement","self","source","owner","jsxDEVImpl","isStaticChildren","REACT_OFFSCREEN_TYPE","REACT_CLIENT_REFERENCE$1","children","isArrayImpl","validateChildKeys","keys","k","didWarnAboutKeySpread","node","parentType","REACT_CLIENT_REFERENCE","i","child","isValidElement","validateExplicitKey","MAYBE_ITERATOR_SYMBOL","object","element","getCurrentComponentErrorInfo","ownerHasKeyUseWarning","childOwner","prevGetCurrentStack","stack","info","React","require$$0","reactJsxRuntime_development","jsxRuntimeModule","require$$1","TextInput","placeholder","onChange","jsx"],"mappings":"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","x_google_ignoreList":[0,1,2]}
package/dist/vite.svg ADDED
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="31.88" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 257"><defs><linearGradient id="IconifyId1813088fe1fbc01fb466" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"></stop><stop offset="100%" stop-color="#BD34FE"></stop></linearGradient><linearGradient id="IconifyId1813088fe1fbc01fb467" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"></stop><stop offset="8.333%" stop-color="#FFDD35"></stop><stop offset="100%" stop-color="#FFA800"></stop></linearGradient></defs><path fill="url(#IconifyId1813088fe1fbc01fb466)" d="M255.153 37.938L134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"></path><path fill="url(#IconifyId1813088fe1fbc01fb467)" d="M185.432.063L96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028l72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"></path></svg>
package/package.json ADDED
@@ -0,0 +1,55 @@
1
+ {
2
+ "name": "@lara-capila/text-input",
3
+ "version": "1.0.2",
4
+ "main": "./dist/index.js",
5
+ "module": "./dist/index.es.js",
6
+ "types": "./dist/index.d.ts",
7
+ "files": [
8
+ "dist"
9
+ ],
10
+ "exports": {
11
+ ".": {
12
+ "import": "./dist/index.es.js",
13
+ "require": "./dist/index.js"
14
+ }
15
+ },
16
+ "keywords": [
17
+ "react",
18
+ "component",
19
+ "input",
20
+ "text",
21
+ "npm-package"
22
+ ],
23
+ "author": "Lara Capila",
24
+ "license": "MIT",
25
+ "peerDependencies": {
26
+ "react": ">=18.0.0",
27
+ "react-dom": ">=18.0.0"
28
+ },
29
+ "scripts": {
30
+ "dev": "vite",
31
+ "build": "vite build",
32
+ "lint": "eslint .",
33
+ "preview": "vite preview"
34
+ },
35
+ "dependencies": {
36
+ "react": ">=18.0.0",
37
+ "react-dom": ">=18.0.0"
38
+ },
39
+ "devDependencies": {
40
+ "@eslint/js": "^9.19.0",
41
+ "@types/babel__generator": "^7.6.8",
42
+ "@types/node": "^22.13.5",
43
+ "@types/react": "^19.0.8",
44
+ "@types/react-dom": "^19.0.3",
45
+ "@vitejs/plugin-react": "^4.3.4",
46
+ "eslint": "^9.19.0",
47
+ "eslint-plugin-react-hooks": "^5.0.0",
48
+ "eslint-plugin-react-refresh": "^0.4.18",
49
+ "globals": "^15.14.0",
50
+ "typescript": "~5.7.2",
51
+ "typescript-eslint": "^8.22.0",
52
+ "vite": "^6.1.0",
53
+ "vite-plugin-dts": "^4.5.0"
54
+ }
55
+ }