@hellobetterdigitalnz/betterui 0.0.2-9 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +14 -2
- package/package.json +4 -1
package/dist/index.js
CHANGED
|
@@ -614,7 +614,12 @@ function b2() {
|
|
|
614
614
|
if (I1)
|
|
615
615
|
return W;
|
|
616
616
|
I1 = 1;
|
|
617
|
-
var t = N1, d = Symbol.for("react.element"), u = Symbol.for("react.fragment"), h = Object.prototype.hasOwnProperty, p = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, i = {
|
|
617
|
+
var t = N1, d = Symbol.for("react.element"), u = Symbol.for("react.fragment"), h = Object.prototype.hasOwnProperty, p = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, i = {
|
|
618
|
+
key: !0,
|
|
619
|
+
ref: !0,
|
|
620
|
+
__self: !0,
|
|
621
|
+
__source: !0
|
|
622
|
+
};
|
|
618
623
|
function l(o, s, c) {
|
|
619
624
|
var a, g = {}, _ = null, m = null;
|
|
620
625
|
c !== void 0 && (_ = "" + c), s.key !== void 0 && (_ = "" + s.key), s.ref !== void 0 && (m = s.ref);
|
|
@@ -623,7 +628,14 @@ function b2() {
|
|
|
623
628
|
if (o && o.defaultProps)
|
|
624
629
|
for (a in s = o.defaultProps, s)
|
|
625
630
|
g[a] === void 0 && (g[a] = s[a]);
|
|
626
|
-
return {
|
|
631
|
+
return {
|
|
632
|
+
$$typeof: d,
|
|
633
|
+
type: o,
|
|
634
|
+
key: _,
|
|
635
|
+
ref: m,
|
|
636
|
+
props: g,
|
|
637
|
+
_owner: p.current
|
|
638
|
+
};
|
|
627
639
|
}
|
|
628
640
|
return W.Fragment = u, W.jsx = l, W.jsxs = l, W;
|
|
629
641
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hellobetterdigitalnz/betterui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"typings": "dist/export.d.ts",
|
|
6
6
|
"types": "dist/export.d.ts",
|
|
@@ -27,6 +27,8 @@
|
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@babel/core": "^7.23.7",
|
|
29
29
|
"@babel/preset-env": "^7.23.7",
|
|
30
|
+
"@babel/preset-react": "^7.23.3",
|
|
31
|
+
"@babel/preset-typescript": "^7.23.3",
|
|
30
32
|
"@storybook/addon-essentials": "7.6.5",
|
|
31
33
|
"@storybook/addon-interactions": "7.6.5",
|
|
32
34
|
"@storybook/addon-links": "7.6.5",
|
|
@@ -55,6 +57,7 @@
|
|
|
55
57
|
"ts-loader": "^9.5.1",
|
|
56
58
|
"typescript": "^5.2.2",
|
|
57
59
|
"vite": "^5.0.0",
|
|
60
|
+
"vite-plugin-babel": "^1.2.0",
|
|
58
61
|
"webpack": "^5.89.0"
|
|
59
62
|
},
|
|
60
63
|
"files": [
|