arkenstone-ui 0.0.15 → 0.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/arkenstone-ui.es.js +73 -69
- package/dist/arkenstone-ui.umd.js +4 -4
- package/dist/types/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/arkenstone-ui.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import K from "react";
|
|
2
|
-
var j = { exports: {} },
|
|
2
|
+
var j = { exports: {} }, E = {};
|
|
3
3
|
/**
|
|
4
4
|
* @license React
|
|
5
5
|
* react-jsx-runtime.production.js
|
|
@@ -11,27 +11,27 @@ var j = { exports: {} }, _ = {};
|
|
|
11
11
|
*/
|
|
12
12
|
var F;
|
|
13
13
|
function ee() {
|
|
14
|
-
if (F) return
|
|
14
|
+
if (F) return E;
|
|
15
15
|
F = 1;
|
|
16
|
-
var
|
|
17
|
-
function u(
|
|
18
|
-
var
|
|
19
|
-
if (s !== void 0 && (
|
|
16
|
+
var o = Symbol.for("react.transitional.element"), c = Symbol.for("react.fragment");
|
|
17
|
+
function u(d, l, s) {
|
|
18
|
+
var m = null;
|
|
19
|
+
if (s !== void 0 && (m = "" + s), l.key !== void 0 && (m = "" + l.key), "key" in l) {
|
|
20
20
|
s = {};
|
|
21
|
-
for (var
|
|
22
|
-
|
|
23
|
-
} else s =
|
|
24
|
-
return
|
|
25
|
-
$$typeof:
|
|
26
|
-
type:
|
|
27
|
-
key:
|
|
28
|
-
ref:
|
|
21
|
+
for (var _ in l)
|
|
22
|
+
_ !== "key" && (s[_] = l[_]);
|
|
23
|
+
} else s = l;
|
|
24
|
+
return l = s.ref, {
|
|
25
|
+
$$typeof: o,
|
|
26
|
+
type: d,
|
|
27
|
+
key: m,
|
|
28
|
+
ref: l !== void 0 ? l : null,
|
|
29
29
|
props: s
|
|
30
30
|
};
|
|
31
31
|
}
|
|
32
|
-
return
|
|
32
|
+
return E.Fragment = c, E.jsx = u, E.jsxs = u, E;
|
|
33
33
|
}
|
|
34
|
-
var
|
|
34
|
+
var b = {};
|
|
35
35
|
/**
|
|
36
36
|
* @license React
|
|
37
37
|
* react-jsx-runtime.development.js
|
|
@@ -44,21 +44,21 @@ var E = {};
|
|
|
44
44
|
var I;
|
|
45
45
|
function re() {
|
|
46
46
|
return I || (I = 1, process.env.NODE_ENV !== "production" && function() {
|
|
47
|
-
function
|
|
47
|
+
function o(e) {
|
|
48
48
|
if (e == null) return null;
|
|
49
49
|
if (typeof e == "function")
|
|
50
50
|
return e.$$typeof === H ? null : e.displayName || e.name || null;
|
|
51
51
|
if (typeof e == "string") return e;
|
|
52
52
|
switch (e) {
|
|
53
|
-
case
|
|
53
|
+
case R:
|
|
54
54
|
return "Fragment";
|
|
55
55
|
case U:
|
|
56
56
|
return "Profiler";
|
|
57
57
|
case W:
|
|
58
58
|
return "StrictMode";
|
|
59
|
-
case
|
|
59
|
+
case q:
|
|
60
60
|
return "Suspense";
|
|
61
|
-
case
|
|
61
|
+
case G:
|
|
62
62
|
return "SuspenseList";
|
|
63
63
|
case B:
|
|
64
64
|
return "Activity";
|
|
@@ -73,15 +73,15 @@ function re() {
|
|
|
73
73
|
return e.displayName || "Context";
|
|
74
74
|
case V:
|
|
75
75
|
return (e._context.displayName || "Context") + ".Consumer";
|
|
76
|
-
case
|
|
76
|
+
case J:
|
|
77
77
|
var r = e.render;
|
|
78
78
|
return e = e.displayName, e || (e = r.displayName || r.name || "", e = e !== "" ? "ForwardRef(" + e + ")" : "ForwardRef"), e;
|
|
79
79
|
case X:
|
|
80
|
-
return r = e.displayName || null, r !== null ? r :
|
|
80
|
+
return r = e.displayName || null, r !== null ? r : o(e.type) || "Memo";
|
|
81
81
|
case T:
|
|
82
82
|
r = e._payload, e = e._init;
|
|
83
83
|
try {
|
|
84
|
-
return
|
|
84
|
+
return o(e(r));
|
|
85
85
|
} catch {
|
|
86
86
|
}
|
|
87
87
|
}
|
|
@@ -107,34 +107,34 @@ function re() {
|
|
|
107
107
|
), c(e);
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
|
-
function
|
|
111
|
-
if (e ===
|
|
110
|
+
function d(e) {
|
|
111
|
+
if (e === R) return "<>";
|
|
112
112
|
if (typeof e == "object" && e !== null && e.$$typeof === T)
|
|
113
113
|
return "<...>";
|
|
114
114
|
try {
|
|
115
|
-
var r =
|
|
115
|
+
var r = o(e);
|
|
116
116
|
return r ? "<" + r + ">" : "<...>";
|
|
117
117
|
} catch {
|
|
118
118
|
return "<...>";
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
|
-
function
|
|
121
|
+
function l() {
|
|
122
122
|
var e = k.A;
|
|
123
123
|
return e === null ? null : e.getOwner();
|
|
124
124
|
}
|
|
125
125
|
function s() {
|
|
126
126
|
return Error("react-stack-top-frame");
|
|
127
127
|
}
|
|
128
|
-
function
|
|
129
|
-
if (
|
|
128
|
+
function m(e) {
|
|
129
|
+
if (P.call(e, "key")) {
|
|
130
130
|
var r = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
131
131
|
if (r && r.isReactWarning) return !1;
|
|
132
132
|
}
|
|
133
133
|
return e.key !== void 0;
|
|
134
134
|
}
|
|
135
|
-
function
|
|
135
|
+
function _(e, r) {
|
|
136
136
|
function t() {
|
|
137
|
-
|
|
137
|
+
g || (g = !0, console.error(
|
|
138
138
|
"%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)",
|
|
139
139
|
r
|
|
140
140
|
));
|
|
@@ -145,12 +145,12 @@ function re() {
|
|
|
145
145
|
});
|
|
146
146
|
}
|
|
147
147
|
function D() {
|
|
148
|
-
var e =
|
|
148
|
+
var e = o(this.type);
|
|
149
149
|
return N[e] || (N[e] = !0, console.error(
|
|
150
150
|
"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."
|
|
151
151
|
)), e = this.props.ref, e !== void 0 ? e : null;
|
|
152
152
|
}
|
|
153
|
-
function L(e, r, t, n,
|
|
153
|
+
function L(e, r, t, n, v, O) {
|
|
154
154
|
var a = t.ref;
|
|
155
155
|
return e = {
|
|
156
156
|
$$typeof: y,
|
|
@@ -175,29 +175,29 @@ function re() {
|
|
|
175
175
|
configurable: !1,
|
|
176
176
|
enumerable: !1,
|
|
177
177
|
writable: !0,
|
|
178
|
-
value:
|
|
178
|
+
value: v
|
|
179
179
|
}), Object.defineProperty(e, "_debugTask", {
|
|
180
180
|
configurable: !1,
|
|
181
181
|
enumerable: !1,
|
|
182
182
|
writable: !0,
|
|
183
|
-
value:
|
|
183
|
+
value: O
|
|
184
184
|
}), Object.freeze && (Object.freeze(e.props), Object.freeze(e)), e;
|
|
185
185
|
}
|
|
186
|
-
function
|
|
186
|
+
function A(e, r, t, n, v, O) {
|
|
187
187
|
var a = r.children;
|
|
188
188
|
if (a !== void 0)
|
|
189
189
|
if (n)
|
|
190
190
|
if (Z(a)) {
|
|
191
191
|
for (n = 0; n < a.length; n++)
|
|
192
|
-
|
|
192
|
+
w(a[n]);
|
|
193
193
|
Object.freeze && Object.freeze(a);
|
|
194
194
|
} else
|
|
195
195
|
console.error(
|
|
196
196
|
"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
|
|
197
197
|
);
|
|
198
|
-
else
|
|
199
|
-
if (
|
|
200
|
-
a =
|
|
198
|
+
else w(a);
|
|
199
|
+
if (P.call(r, "key")) {
|
|
200
|
+
a = o(e);
|
|
201
201
|
var i = Object.keys(r).filter(function(Q) {
|
|
202
202
|
return Q !== "key";
|
|
203
203
|
});
|
|
@@ -214,73 +214,77 @@ React keys must be passed directly to JSX without using spread:
|
|
|
214
214
|
a
|
|
215
215
|
), $[a + n] = !0);
|
|
216
216
|
}
|
|
217
|
-
if (a = null, t !== void 0 && (u(t), a = "" + t),
|
|
217
|
+
if (a = null, t !== void 0 && (u(t), a = "" + t), m(r) && (u(r.key), a = "" + r.key), "key" in r) {
|
|
218
218
|
t = {};
|
|
219
|
-
for (var
|
|
220
|
-
|
|
219
|
+
for (var h in r)
|
|
220
|
+
h !== "key" && (t[h] = r[h]);
|
|
221
221
|
} else t = r;
|
|
222
|
-
return a &&
|
|
222
|
+
return a && _(
|
|
223
223
|
t,
|
|
224
224
|
typeof e == "function" ? e.displayName || e.name || "Unknown" : e
|
|
225
225
|
), L(
|
|
226
226
|
e,
|
|
227
227
|
a,
|
|
228
228
|
t,
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
229
|
+
l(),
|
|
230
|
+
v,
|
|
231
|
+
O
|
|
232
232
|
);
|
|
233
233
|
}
|
|
234
|
-
function P(e) {
|
|
235
|
-
w(e) ? e._store && (e._store.validated = 1) : typeof e == "object" && e !== null && e.$$typeof === T && (e._payload.status === "fulfilled" ? w(e._payload.value) && e._payload.value._store && (e._payload.value._store.validated = 1) : e._store && (e._store.validated = 1));
|
|
236
|
-
}
|
|
237
234
|
function w(e) {
|
|
235
|
+
S(e) ? e._store && (e._store.validated = 1) : typeof e == "object" && e !== null && e.$$typeof === T && (e._payload.status === "fulfilled" ? S(e._payload.value) && e._payload.value._store && (e._payload.value._store.validated = 1) : e._store && (e._store.validated = 1));
|
|
236
|
+
}
|
|
237
|
+
function S(e) {
|
|
238
238
|
return typeof e == "object" && e !== null && e.$$typeof === y;
|
|
239
239
|
}
|
|
240
|
-
var
|
|
240
|
+
var p = K, y = Symbol.for("react.transitional.element"), M = Symbol.for("react.portal"), R = Symbol.for("react.fragment"), W = Symbol.for("react.strict_mode"), U = Symbol.for("react.profiler"), V = Symbol.for("react.consumer"), z = Symbol.for("react.context"), J = Symbol.for("react.forward_ref"), q = Symbol.for("react.suspense"), G = Symbol.for("react.suspense_list"), X = Symbol.for("react.memo"), T = Symbol.for("react.lazy"), B = Symbol.for("react.activity"), H = Symbol.for("react.client.reference"), k = p.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, P = Object.prototype.hasOwnProperty, Z = Array.isArray, x = console.createTask ? console.createTask : function() {
|
|
241
241
|
return null;
|
|
242
242
|
};
|
|
243
|
-
|
|
243
|
+
p = {
|
|
244
244
|
react_stack_bottom_frame: function(e) {
|
|
245
245
|
return e();
|
|
246
246
|
}
|
|
247
247
|
};
|
|
248
|
-
var
|
|
249
|
-
|
|
248
|
+
var g, N = {}, C = p.react_stack_bottom_frame.bind(
|
|
249
|
+
p,
|
|
250
250
|
s
|
|
251
|
-
)(), Y =
|
|
252
|
-
|
|
251
|
+
)(), Y = x(d(s)), $ = {};
|
|
252
|
+
b.Fragment = R, b.jsx = function(e, r, t) {
|
|
253
253
|
var n = 1e4 > k.recentlyCreatedOwnerStacks++;
|
|
254
|
-
return
|
|
254
|
+
return A(
|
|
255
255
|
e,
|
|
256
256
|
r,
|
|
257
257
|
t,
|
|
258
258
|
!1,
|
|
259
259
|
n ? Error("react-stack-top-frame") : C,
|
|
260
|
-
n ?
|
|
260
|
+
n ? x(d(e)) : Y
|
|
261
261
|
);
|
|
262
|
-
},
|
|
262
|
+
}, b.jsxs = function(e, r, t) {
|
|
263
263
|
var n = 1e4 > k.recentlyCreatedOwnerStacks++;
|
|
264
|
-
return
|
|
264
|
+
return A(
|
|
265
265
|
e,
|
|
266
266
|
r,
|
|
267
267
|
t,
|
|
268
268
|
!0,
|
|
269
269
|
n ? Error("react-stack-top-frame") : C,
|
|
270
|
-
n ?
|
|
270
|
+
n ? x(d(e)) : Y
|
|
271
271
|
);
|
|
272
272
|
};
|
|
273
|
-
}()),
|
|
273
|
+
}()), b;
|
|
274
274
|
}
|
|
275
275
|
process.env.NODE_ENV === "production" ? j.exports = ee() : j.exports = re();
|
|
276
|
-
var
|
|
277
|
-
function ne({ children:
|
|
278
|
-
return /* @__PURE__ */
|
|
279
|
-
/* @__PURE__ */
|
|
280
|
-
/* @__PURE__ */
|
|
281
|
-
u && /* @__PURE__ */
|
|
276
|
+
var f = j.exports;
|
|
277
|
+
function ne({ children: o, className: c, active: u }) {
|
|
278
|
+
return /* @__PURE__ */ f.jsxs("div", { className: "px-10 py-5 rounded-full w-full bg-green-500", children: [
|
|
279
|
+
/* @__PURE__ */ f.jsx("h3", { className: "c-text", children: "Button Field" }),
|
|
280
|
+
/* @__PURE__ */ f.jsx("button", { className: c, children: o }),
|
|
281
|
+
u && /* @__PURE__ */ f.jsx("p", { children: "description" })
|
|
282
282
|
] });
|
|
283
283
|
}
|
|
284
|
+
function ae({ name: o }) {
|
|
285
|
+
return /* @__PURE__ */ f.jsx("div", { className: "w-full bg-red-500 px-30 py-5", children: /* @__PURE__ */ f.jsx("h1", { className: "text-white text-xl", children: o }) });
|
|
286
|
+
}
|
|
284
287
|
export {
|
|
285
|
-
ne as Button
|
|
288
|
+
ne as Button,
|
|
289
|
+
ae as JanithNirmal
|
|
286
290
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(u,
|
|
1
|
+
(function(u,m){typeof exports=="object"&&typeof module<"u"?m(exports,require("react")):typeof define=="function"&&define.amd?define(["exports","react"],m):(u=typeof globalThis<"u"?globalThis:u||self,m(u["arkenstone-ui"]={},u.React))})(this,function(u,m){"use strict";var k={exports:{}},_={};/**
|
|
2
2
|
* @license React
|
|
3
3
|
* react-jsx-runtime.production.js
|
|
4
4
|
*
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*
|
|
7
7
|
* This source code is licensed under the MIT license found in the
|
|
8
8
|
* LICENSE file in the root directory of this source tree.
|
|
9
|
-
*/var
|
|
9
|
+
*/var A;function L(){if(A)return _;A=1;var o=Symbol.for("react.transitional.element"),f=Symbol.for("react.fragment");function c(p,s,l){var b=null;if(l!==void 0&&(b=""+l),s.key!==void 0&&(b=""+s.key),"key"in s){l={};for(var v in s)v!=="key"&&(l[v]=s[v])}else l=s;return s=l.ref,{$$typeof:o,type:p,key:b,ref:s!==void 0?s:null,props:l}}return _.Fragment=f,_.jsx=c,_.jsxs=c,_}var E={};/**
|
|
10
10
|
* @license React
|
|
11
11
|
* react-jsx-runtime.development.js
|
|
12
12
|
*
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
*
|
|
15
15
|
* This source code is licensed under the MIT license found in the
|
|
16
16
|
* LICENSE file in the root directory of this source tree.
|
|
17
|
-
*/var
|
|
17
|
+
*/var w;function W(){return w||(w=1,process.env.NODE_ENV!=="production"&&function(){function o(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===te?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case h:return"Fragment";case B:return"Profiler";case G:return"StrictMode";case Q:return"Suspense";case K:return"SuspenseList";case re:return"Activity"}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 q:return"Portal";case H:return e.displayName||"Context";case X:return(e._context.displayName||"Context")+".Consumer";case Z:var r=e.render;return e=e.displayName,e||(e=r.displayName||r.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case ee:return r=e.displayName||null,r!==null?r:o(e.type)||"Memo";case x:r=e._payload,e=e._init;try{return o(e(r))}catch{}}return null}function f(e){return""+e}function c(e){try{f(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),f(e)}}function p(e){if(e===h)return"<>";if(typeof e=="object"&&e!==null&&e.$$typeof===x)return"<...>";try{var r=o(e);return r?"<"+r+">":"<...>"}catch{return"<...>"}}function s(){var e=O.A;return e===null?null:e.getOwner()}function l(){return Error("react-stack-top-frame")}function b(e){if(Y.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function v(e,r){function t(){F||(F=!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 V(){var e=o(this.type);return I[e]||(I[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 z(e,r,t,n,T,y){var a=t.ref;return e={$$typeof:C,type:e,key:r,props:t,_owner:n},(a!==void 0?a:null)!==null?Object.defineProperty(e,"ref",{enumerable:!1,get:V}):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.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:T}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:y}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}function P(e,r,t,n,T,y){var a=r.children;if(a!==void 0)if(n)if(ne(a)){for(n=0;n<a.length;n++)g(a[n]);Object.freeze&&Object.freeze(a)}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 g(a);if(Y.call(r,"key")){a=o(e);var d=Object.keys(r).filter(function(ae){return ae!=="key"});n=0<d.length?"{key: someKey, "+d.join(": ..., ")+": ...}":"{key: someKey}",M[a+n]||(d=0<d.length?"{"+d.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
|
|
18
18
|
let props = %s;
|
|
19
19
|
<%s {...props} />
|
|
20
20
|
React keys must be passed directly to JSX without using spread:
|
|
21
21
|
let props = %s;
|
|
22
|
-
<%s key={someKey} {...props} />`,n,a,
|
|
22
|
+
<%s key={someKey} {...props} />`,n,a,d,a),M[a+n]=!0)}if(a=null,t!==void 0&&(c(t),a=""+t),b(r)&&(c(r.key),a=""+r.key),"key"in r){t={};for(var S in r)S!=="key"&&(t[S]=r[S])}else t=r;return a&&v(t,typeof e=="function"?e.displayName||e.name||"Unknown":e),z(e,a,t,s(),T,y)}function g(e){N(e)?e._store&&(e._store.validated=1):typeof e=="object"&&e!==null&&e.$$typeof===x&&(e._payload.status==="fulfilled"?N(e._payload.value)&&e._payload.value._store&&(e._payload.value._store.validated=1):e._store&&(e._store.validated=1))}function N(e){return typeof e=="object"&&e!==null&&e.$$typeof===C}var R=m,C=Symbol.for("react.transitional.element"),q=Symbol.for("react.portal"),h=Symbol.for("react.fragment"),G=Symbol.for("react.strict_mode"),B=Symbol.for("react.profiler"),X=Symbol.for("react.consumer"),H=Symbol.for("react.context"),Z=Symbol.for("react.forward_ref"),Q=Symbol.for("react.suspense"),K=Symbol.for("react.suspense_list"),ee=Symbol.for("react.memo"),x=Symbol.for("react.lazy"),re=Symbol.for("react.activity"),te=Symbol.for("react.client.reference"),O=R.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,Y=Object.prototype.hasOwnProperty,ne=Array.isArray,j=console.createTask?console.createTask:function(){return null};R={react_stack_bottom_frame:function(e){return e()}};var F,I={},$=R.react_stack_bottom_frame.bind(R,l)(),D=j(p(l)),M={};E.Fragment=h,E.jsx=function(e,r,t){var n=1e4>O.recentlyCreatedOwnerStacks++;return P(e,r,t,!1,n?Error("react-stack-top-frame"):$,n?j(p(e)):D)},E.jsxs=function(e,r,t){var n=1e4>O.recentlyCreatedOwnerStacks++;return P(e,r,t,!0,n?Error("react-stack-top-frame"):$,n?j(p(e)):D)}}()),E}process.env.NODE_ENV==="production"?k.exports=L():k.exports=W();var i=k.exports;function U({children:o,className:f,active:c}){return i.jsxs("div",{className:"px-10 py-5 rounded-full w-full bg-green-500",children:[i.jsx("h3",{className:"c-text",children:"Button Field"}),i.jsx("button",{className:f,children:o}),c&&i.jsx("p",{children:"description"})]})}function J({name:o}){return i.jsx("div",{className:"w-full bg-red-500 px-30 py-5",children:i.jsx("h1",{className:"text-white text-xl",children:o})})}u.Button=U,u.JanithNirmal=J,Object.defineProperty(u,Symbol.toStringTag,{value:"Module"})});
|
package/dist/types/index.d.ts
CHANGED