@akanjs/ui 0.9.6 → 0.9.7

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/cjs/System/CSR.js CHANGED
@@ -64,7 +64,7 @@ const CSRProvider = ({
64
64
  return { lang };
65
65
  },
66
66
  render: ({ lang }) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
67
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_Client.Client.Wrapper, { theme, children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
67
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_Client.Client.Wrapper, { theme, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
68
68
  CSRWrapper,
69
69
  {
70
70
  className,
@@ -74,11 +74,7 @@ const CSRProvider = ({
74
74
  fonts,
75
75
  prefix,
76
76
  layoutStyle,
77
- children: [
78
- children,
79
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_Client.Client.Inner, {}),
80
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(CSRInner, {})
81
- ]
77
+ children
82
78
  }
83
79
  ) }),
84
80
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
@@ -90,6 +86,8 @@ const CSRProvider = ({
90
86
  fetchMe,
91
87
  fetchSelf,
92
88
  render: ({ mePromise, selfPromise }) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
89
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_Client.Client.Inner, {}),
90
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(CSRInner, {}),
93
91
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
94
92
  import_Client.Client.Bridge,
95
93
  {
package/esm/System/CSR.js CHANGED
@@ -41,7 +41,7 @@ const CSRProvider = ({
41
41
  return { lang };
42
42
  },
43
43
  render: ({ lang }) => /* @__PURE__ */ jsxs(Fragment, { children: [
44
- /* @__PURE__ */ jsx(Client.Wrapper, { theme, children: /* @__PURE__ */ jsxs(
44
+ /* @__PURE__ */ jsx(Client.Wrapper, { theme, children: /* @__PURE__ */ jsx(
45
45
  CSRWrapper,
46
46
  {
47
47
  className,
@@ -51,11 +51,7 @@ const CSRProvider = ({
51
51
  fonts,
52
52
  prefix,
53
53
  layoutStyle,
54
- children: [
55
- children,
56
- /* @__PURE__ */ jsx(Client.Inner, {}),
57
- /* @__PURE__ */ jsx(CSRInner, {})
58
- ]
54
+ children
59
55
  }
60
56
  ) }),
61
57
  /* @__PURE__ */ jsx(
@@ -67,6 +63,8 @@ const CSRProvider = ({
67
63
  fetchMe,
68
64
  fetchSelf,
69
65
  render: ({ mePromise, selfPromise }) => /* @__PURE__ */ jsxs(Fragment, { children: [
66
+ /* @__PURE__ */ jsx(Client.Inner, {}),
67
+ /* @__PURE__ */ jsx(CSRInner, {}),
70
68
  /* @__PURE__ */ jsx(
71
69
  Client.Bridge,
72
70
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akanjs/ui",
3
- "version": "0.9.6",
3
+ "version": "0.9.7",
4
4
  "sourceType": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"