@ttn-shared/ui 1.2.7 → 1.2.8
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.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2650,7 +2650,7 @@ var SidebarMenu = ({
|
|
|
2650
2650
|
"data-testid": `sidebar-menu-${label}`,
|
|
2651
2651
|
children: [
|
|
2652
2652
|
/* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(MC4.Flex, { align: "center", flex: 1, children: [
|
|
2653
|
-
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(MC4.Center, {
|
|
2653
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(MC4.Center, { miw: 40, mih: 40, me: 10, children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
2654
2654
|
MC4.Box,
|
|
2655
2655
|
{
|
|
2656
2656
|
className: "ttn-sidebar-menu-icon",
|
package/dist/index.js
CHANGED
|
@@ -2662,7 +2662,7 @@ var SidebarMenu = ({
|
|
|
2662
2662
|
"data-testid": `sidebar-menu-${label}`,
|
|
2663
2663
|
children: [
|
|
2664
2664
|
/* @__PURE__ */ jsxs12(MC4.Flex, { align: "center", flex: 1, children: [
|
|
2665
|
-
/* @__PURE__ */ jsx13(MC4.Center, {
|
|
2665
|
+
/* @__PURE__ */ jsx13(MC4.Center, { miw: 40, mih: 40, me: 10, children: /* @__PURE__ */ jsx13(
|
|
2666
2666
|
MC4.Box,
|
|
2667
2667
|
{
|
|
2668
2668
|
className: "ttn-sidebar-menu-icon",
|