arkenstone-ui 0.0.8 → 0.0.10
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
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
var
|
|
1
|
+
import K from "react";
|
|
2
|
+
var P = { exports: {} }, _ = {};
|
|
3
3
|
/**
|
|
4
4
|
* @license React
|
|
5
5
|
* react-jsx-runtime.production.js
|
|
@@ -9,29 +9,29 @@ var S = { exports: {} }, m = {};
|
|
|
9
9
|
* This source code is licensed under the MIT license found in the
|
|
10
10
|
* LICENSE file in the root directory of this source tree.
|
|
11
11
|
*/
|
|
12
|
-
var
|
|
13
|
-
function
|
|
14
|
-
if (
|
|
15
|
-
|
|
16
|
-
var l = Symbol.for("react.transitional.element"),
|
|
17
|
-
function
|
|
18
|
-
var
|
|
19
|
-
if (s !== void 0 && (
|
|
12
|
+
var F;
|
|
13
|
+
function ee() {
|
|
14
|
+
if (F) return _;
|
|
15
|
+
F = 1;
|
|
16
|
+
var l = Symbol.for("react.transitional.element"), u = Symbol.for("react.fragment");
|
|
17
|
+
function i(f, o, s) {
|
|
18
|
+
var d = null;
|
|
19
|
+
if (s !== void 0 && (d = "" + s), o.key !== void 0 && (d = "" + o.key), "key" in o) {
|
|
20
20
|
s = {};
|
|
21
|
-
for (var
|
|
22
|
-
|
|
21
|
+
for (var m in o)
|
|
22
|
+
m !== "key" && (s[m] = o[m]);
|
|
23
23
|
} else s = o;
|
|
24
24
|
return o = s.ref, {
|
|
25
25
|
$$typeof: l,
|
|
26
|
-
type:
|
|
27
|
-
key:
|
|
26
|
+
type: f,
|
|
27
|
+
key: d,
|
|
28
28
|
ref: o !== void 0 ? o : null,
|
|
29
29
|
props: s
|
|
30
30
|
};
|
|
31
31
|
}
|
|
32
|
-
return
|
|
32
|
+
return _.Fragment = u, _.jsx = i, _.jsxs = i, _;
|
|
33
33
|
}
|
|
34
|
-
var
|
|
34
|
+
var E = {};
|
|
35
35
|
/**
|
|
36
36
|
* @license React
|
|
37
37
|
* react-jsx-runtime.development.js
|
|
@@ -42,41 +42,41 @@ var _ = {};
|
|
|
42
42
|
* LICENSE file in the root directory of this source tree.
|
|
43
43
|
*/
|
|
44
44
|
var I;
|
|
45
|
-
function
|
|
45
|
+
function re() {
|
|
46
46
|
return I || (I = 1, process.env.NODE_ENV !== "production" && function() {
|
|
47
47
|
function l(e) {
|
|
48
48
|
if (e == null) return null;
|
|
49
49
|
if (typeof e == "function")
|
|
50
|
-
return e.$$typeof ===
|
|
50
|
+
return e.$$typeof === H ? null : e.displayName || e.name || null;
|
|
51
51
|
if (typeof e == "string") return e;
|
|
52
52
|
switch (e) {
|
|
53
53
|
case v:
|
|
54
54
|
return "Fragment";
|
|
55
|
-
case
|
|
55
|
+
case U:
|
|
56
56
|
return "Profiler";
|
|
57
|
-
case
|
|
57
|
+
case W:
|
|
58
58
|
return "StrictMode";
|
|
59
|
-
case q:
|
|
60
|
-
return "Suspense";
|
|
61
59
|
case G:
|
|
60
|
+
return "Suspense";
|
|
61
|
+
case J:
|
|
62
62
|
return "SuspenseList";
|
|
63
|
-
case
|
|
63
|
+
case B:
|
|
64
64
|
return "Activity";
|
|
65
65
|
}
|
|
66
66
|
if (typeof e == "object")
|
|
67
67
|
switch (typeof e.tag == "number" && console.error(
|
|
68
68
|
"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
|
|
69
69
|
), e.$$typeof) {
|
|
70
|
-
case
|
|
70
|
+
case M:
|
|
71
71
|
return "Portal";
|
|
72
|
-
case
|
|
72
|
+
case z:
|
|
73
73
|
return e.displayName || "Context";
|
|
74
|
-
case
|
|
74
|
+
case V:
|
|
75
75
|
return (e._context.displayName || "Context") + ".Consumer";
|
|
76
|
-
case
|
|
76
|
+
case q:
|
|
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
|
-
case
|
|
79
|
+
case X:
|
|
80
80
|
return r = e.displayName || null, r !== null ? r : l(e.type) || "Memo";
|
|
81
81
|
case p:
|
|
82
82
|
r = e._payload, e = e._init;
|
|
@@ -87,12 +87,12 @@ function ee() {
|
|
|
87
87
|
}
|
|
88
88
|
return null;
|
|
89
89
|
}
|
|
90
|
-
function
|
|
90
|
+
function u(e) {
|
|
91
91
|
return "" + e;
|
|
92
92
|
}
|
|
93
|
-
function
|
|
93
|
+
function i(e) {
|
|
94
94
|
try {
|
|
95
|
-
|
|
95
|
+
u(e);
|
|
96
96
|
var r = !1;
|
|
97
97
|
} catch {
|
|
98
98
|
r = !0;
|
|
@@ -104,10 +104,10 @@ function ee() {
|
|
|
104
104
|
r,
|
|
105
105
|
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
106
106
|
n
|
|
107
|
-
),
|
|
107
|
+
), u(e);
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
|
-
function
|
|
110
|
+
function f(e) {
|
|
111
111
|
if (e === v) return "<>";
|
|
112
112
|
if (typeof e == "object" && e !== null && e.$$typeof === p)
|
|
113
113
|
return "<...>";
|
|
@@ -125,16 +125,16 @@ function ee() {
|
|
|
125
125
|
function s() {
|
|
126
126
|
return Error("react-stack-top-frame");
|
|
127
127
|
}
|
|
128
|
-
function
|
|
129
|
-
if (
|
|
128
|
+
function d(e) {
|
|
129
|
+
if (h.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 m(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
|
));
|
|
@@ -144,23 +144,23 @@ function ee() {
|
|
|
144
144
|
configurable: !0
|
|
145
145
|
});
|
|
146
146
|
}
|
|
147
|
-
function
|
|
147
|
+
function D() {
|
|
148
148
|
var e = l(this.type);
|
|
149
|
-
return
|
|
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
|
|
153
|
+
function L(e, r, t, n, R, O) {
|
|
154
154
|
var a = t.ref;
|
|
155
155
|
return e = {
|
|
156
|
-
$$typeof:
|
|
156
|
+
$$typeof: x,
|
|
157
157
|
type: e,
|
|
158
158
|
key: r,
|
|
159
159
|
props: t,
|
|
160
160
|
_owner: n
|
|
161
161
|
}, (a !== void 0 ? a : null) !== null ? Object.defineProperty(e, "ref", {
|
|
162
162
|
enumerable: !1,
|
|
163
|
-
get:
|
|
163
|
+
get: D
|
|
164
164
|
}) : Object.defineProperty(e, "ref", { enumerable: !1, value: null }), e._store = {}, Object.defineProperty(e._store, "validated", {
|
|
165
165
|
configurable: !1,
|
|
166
166
|
enumerable: !1,
|
|
@@ -183,11 +183,11 @@ function ee() {
|
|
|
183
183
|
value: O
|
|
184
184
|
}), Object.freeze && (Object.freeze(e.props), Object.freeze(e)), e;
|
|
185
185
|
}
|
|
186
|
-
function
|
|
186
|
+
function j(e, r, t, n, R, O) {
|
|
187
187
|
var a = r.children;
|
|
188
188
|
if (a !== void 0)
|
|
189
189
|
if (n)
|
|
190
|
-
if (
|
|
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);
|
|
@@ -196,12 +196,12 @@ function ee() {
|
|
|
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
198
|
else w(a);
|
|
199
|
-
if (
|
|
199
|
+
if (h.call(r, "key")) {
|
|
200
200
|
a = l(e);
|
|
201
|
-
var
|
|
202
|
-
return
|
|
201
|
+
var c = Object.keys(r).filter(function(Q) {
|
|
202
|
+
return Q !== "key";
|
|
203
203
|
});
|
|
204
|
-
n = 0 <
|
|
204
|
+
n = 0 < c.length ? "{key: someKey, " + c.join(": ..., ") + ": ...}" : "{key: someKey}", $[a + n] || (c = 0 < c.length ? "{" + c.join(": ..., ") + ": ...}" : "{}", console.error(
|
|
205
205
|
`A props object containing a "key" prop is being spread into JSX:
|
|
206
206
|
let props = %s;
|
|
207
207
|
<%s {...props} />
|
|
@@ -210,19 +210,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
210
210
|
<%s key={someKey} {...props} />`,
|
|
211
211
|
n,
|
|
212
212
|
a,
|
|
213
|
-
|
|
213
|
+
c,
|
|
214
214
|
a
|
|
215
|
-
),
|
|
215
|
+
), $[a + n] = !0);
|
|
216
216
|
}
|
|
217
|
-
if (a = null, t !== void 0 && (
|
|
217
|
+
if (a = null, t !== void 0 && (i(t), a = "" + t), d(r) && (i(r.key), a = "" + r.key), "key" in r) {
|
|
218
218
|
t = {};
|
|
219
219
|
for (var A in r)
|
|
220
220
|
A !== "key" && (t[A] = r[A]);
|
|
221
221
|
} else t = r;
|
|
222
|
-
return a &&
|
|
222
|
+
return a && m(
|
|
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,
|
|
@@ -235,9 +235,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
235
235
|
y(e) ? e._store && (e._store.validated = 1) : typeof e == "object" && e !== null && e.$$typeof === p && (e._payload.status === "fulfilled" ? y(e._payload.value) && e._payload.value._store && (e._payload.value._store.validated = 1) : e._store && (e._store.validated = 1));
|
|
236
236
|
}
|
|
237
237
|
function y(e) {
|
|
238
|
-
return typeof e == "object" && e !== null && e.$$typeof ===
|
|
238
|
+
return typeof e == "object" && e !== null && e.$$typeof === x;
|
|
239
239
|
}
|
|
240
|
-
var b =
|
|
240
|
+
var b = K, x = Symbol.for("react.transitional.element"), M = Symbol.for("react.portal"), v = 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"), q = Symbol.for("react.forward_ref"), G = Symbol.for("react.suspense"), J = Symbol.for("react.suspense_list"), X = Symbol.for("react.memo"), p = Symbol.for("react.lazy"), B = Symbol.for("react.activity"), H = Symbol.for("react.client.reference"), T = b.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, h = Object.prototype.hasOwnProperty, Z = Array.isArray, k = console.createTask ? console.createTask : function() {
|
|
241
241
|
return null;
|
|
242
242
|
};
|
|
243
243
|
b = {
|
|
@@ -245,37 +245,40 @@ React keys must be passed directly to JSX without using spread:
|
|
|
245
245
|
return e();
|
|
246
246
|
}
|
|
247
247
|
};
|
|
248
|
-
var
|
|
248
|
+
var g, N = {}, C = b.react_stack_bottom_frame.bind(
|
|
249
249
|
b,
|
|
250
250
|
s
|
|
251
|
-
)(),
|
|
252
|
-
|
|
251
|
+
)(), Y = k(f(s)), $ = {};
|
|
252
|
+
E.Fragment = v, E.jsx = function(e, r, t) {
|
|
253
253
|
var n = 1e4 > T.recentlyCreatedOwnerStacks++;
|
|
254
|
-
return
|
|
254
|
+
return j(
|
|
255
255
|
e,
|
|
256
256
|
r,
|
|
257
257
|
t,
|
|
258
258
|
!1,
|
|
259
|
-
n ? Error("react-stack-top-frame") :
|
|
260
|
-
n ? k(
|
|
259
|
+
n ? Error("react-stack-top-frame") : C,
|
|
260
|
+
n ? k(f(e)) : Y
|
|
261
261
|
);
|
|
262
|
-
},
|
|
262
|
+
}, E.jsxs = function(e, r, t) {
|
|
263
263
|
var n = 1e4 > T.recentlyCreatedOwnerStacks++;
|
|
264
|
-
return
|
|
264
|
+
return j(
|
|
265
265
|
e,
|
|
266
266
|
r,
|
|
267
267
|
t,
|
|
268
268
|
!0,
|
|
269
|
-
n ? Error("react-stack-top-frame") :
|
|
270
|
-
n ? k(
|
|
269
|
+
n ? Error("react-stack-top-frame") : C,
|
|
270
|
+
n ? k(f(e)) : Y
|
|
271
271
|
);
|
|
272
272
|
};
|
|
273
|
-
}()),
|
|
273
|
+
}()), E;
|
|
274
274
|
}
|
|
275
|
-
process.env.NODE_ENV === "production" ?
|
|
276
|
-
var
|
|
277
|
-
function ne() {
|
|
278
|
-
return
|
|
275
|
+
process.env.NODE_ENV === "production" ? P.exports = ee() : P.exports = re();
|
|
276
|
+
var S = P.exports;
|
|
277
|
+
function ne({ children: l, className: u }) {
|
|
278
|
+
return /* @__PURE__ */ S.jsxs("div", { children: [
|
|
279
|
+
/* @__PURE__ */ S.jsx("h3", { children: "Button Field" }),
|
|
280
|
+
/* @__PURE__ */ S.jsx("button", { className: u, children: l })
|
|
281
|
+
] });
|
|
279
282
|
}
|
|
280
283
|
export {
|
|
281
284
|
ne as Button
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(l,f){typeof exports=="object"&&typeof module<"u"?f(exports,require("react")):typeof define=="function"&&define.amd?define(["exports","react"],f):(l=typeof globalThis<"u"?globalThis:l||self,f(l["arkenstone-ui"]={},l.React))})(this,function(l,f){"use strict";var T={exports:{}},d={};/**
|
|
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 h;function L(){if(h)return d;h=1;var u=Symbol.for("react.transitional.element"),c=Symbol.for("react.fragment");function _(E,o,s){var b=null;if(s!==void 0&&(b=""+s),o.key!==void 0&&(b=""+o.key),"key"in o){s={};for(var R in o)R!=="key"&&(s[R]=o[R])}else s=o;return o=s.ref,{$$typeof:u,type:E,key:b,ref:o!==void 0?o:null,props:s}}return d.Fragment=c,d.jsx=_,d.jsxs=_,d}var m={};/**
|
|
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 w;function
|
|
17
|
+
*/var w;function W(){return w||(w=1,process.env.NODE_ENV!=="production"&&function(){function u(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===re?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case O:return"Fragment";case J:return"Profiler";case G:return"StrictMode";case Z:return"Suspense";case Q:return"SuspenseList";case ee: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 X:return e.displayName||"Context";case B:return(e._context.displayName||"Context")+".Consumer";case H:var r=e.render;return e=e.displayName,e||(e=r.displayName||r.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case K:return r=e.displayName||null,r!==null?r:u(e.type)||"Memo";case S:r=e._payload,e=e._init;try{return u(e(r))}catch{}}return null}function c(e){return""+e}function _(e){try{c(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),c(e)}}function E(e){if(e===O)return"<>";if(typeof e=="object"&&e!==null&&e.$$typeof===S)return"<...>";try{var r=u(e);return r?"<"+r+">":"<...>"}catch{return"<...>"}}function o(){var e=y.A;return e===null?null:e.getOwner()}function s(){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 R(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=u(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,v,j){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:v}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:j}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}function x(e,r,t,n,v,j){var a=r.children;if(a!==void 0)if(n)if(te(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=u(e);var i=Object.keys(r).filter(function(ne){return ne!=="key"});n=0<i.length?"{key: someKey, "+i.join(": ..., ")+": ...}":"{key: someKey}",M[a+n]||(i=0<i.length?"{"+i.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,i,a),M[a+n]=!0)}if(a=null,t!==void 0&&(_(t),a=""+t),b(r)&&(_(r.key),a=""+r.key),"key"in r){t={};for(var P in r)P!=="key"&&(t[P]=r[P])}else t=r;return a&&R(t,typeof e=="function"?e.displayName||e.name||"Unknown":e),z(e,a,t,o(),v,j)}function g(e){N(e)?e._store&&(e._store.validated=1):typeof e=="object"&&e!==null&&e.$$typeof===S&&(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 p=f,C=Symbol.for("react.transitional.element"),q=Symbol.for("react.portal"),O=Symbol.for("react.fragment"),G=Symbol.for("react.strict_mode"),J=Symbol.for("react.profiler"),B=Symbol.for("react.consumer"),X=Symbol.for("react.context"),H=Symbol.for("react.forward_ref"),Z=Symbol.for("react.suspense"),Q=Symbol.for("react.suspense_list"),K=Symbol.for("react.memo"),S=Symbol.for("react.lazy"),ee=Symbol.for("react.activity"),re=Symbol.for("react.client.reference"),y=p.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,Y=Object.prototype.hasOwnProperty,te=Array.isArray,A=console.createTask?console.createTask:function(){return null};p={react_stack_bottom_frame:function(e){return e()}};var F,I={},$=p.react_stack_bottom_frame.bind(p,s)(),D=A(E(s)),M={};m.Fragment=O,m.jsx=function(e,r,t){var n=1e4>y.recentlyCreatedOwnerStacks++;return x(e,r,t,!1,n?Error("react-stack-top-frame"):$,n?A(E(e)):D)},m.jsxs=function(e,r,t){var n=1e4>y.recentlyCreatedOwnerStacks++;return x(e,r,t,!0,n?Error("react-stack-top-frame"):$,n?A(E(e)):D)}}()),m}process.env.NODE_ENV==="production"?T.exports=L():T.exports=W();var k=T.exports;function U({children:u,className:c}){return k.jsxs("div",{children:[k.jsx("h3",{children:"Button Field"}),k.jsx("button",{className:c,children:u})]})}l.Button=U,Object.defineProperty(l,Symbol.toStringTag,{value:"Module"})});
|
package/package.json
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "arkenstone-ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.10",
|
|
4
4
|
"type": "module",
|
|
5
|
-
|
|
6
5
|
"main": "./dist/arkenstone-ui.umd.js",
|
|
7
6
|
"module": "./dist/arkenstone-ui.es.js",
|
|
8
7
|
"types": "./dist/types/index.d.ts",
|
|
9
|
-
|
|
10
8
|
"exports": {
|
|
11
9
|
".": {
|
|
12
10
|
"types": "./dist/types/index.d.ts",
|
|
@@ -14,22 +12,21 @@
|
|
|
14
12
|
"require": "./dist/arkenstone-ui.umd.js"
|
|
15
13
|
}
|
|
16
14
|
},
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
15
|
+
"files": [
|
|
16
|
+
"dist"
|
|
17
|
+
],
|
|
20
18
|
"scripts": {
|
|
21
19
|
"dev": "vite",
|
|
22
20
|
"build": "vite build",
|
|
23
21
|
"preview": "vite preview",
|
|
24
22
|
"typecheck": "tsc --noEmit"
|
|
25
23
|
},
|
|
26
|
-
|
|
27
24
|
"peerDependencies": {
|
|
28
25
|
"react": "^19.2.0",
|
|
29
26
|
"react-dom": "^19.2.0"
|
|
30
27
|
},
|
|
31
|
-
|
|
32
28
|
"devDependencies": {
|
|
29
|
+
"@types/node": "^24.10.1",
|
|
33
30
|
"@types/react": "^19.2.2",
|
|
34
31
|
"@types/react-dom": "^19.2.2",
|
|
35
32
|
"@vitejs/plugin-react": "^5.1.0",
|