@gobolt/genesis 0.7.1-beta.0 → 0.7.2-beta.0
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 +4 -4
- package/dist/index.js +4 -4
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -85318,12 +85318,12 @@ const SidePanel = ({
|
|
|
85318
85318
|
flex: 1
|
|
85319
85319
|
}, children: [
|
|
85320
85320
|
/* @__PURE__ */ jsxRuntime.jsx(BackBtn, {}),
|
|
85321
|
-
/* @__PURE__ */ jsxRuntime.jsxs(Tile, { style: { gap: `${spacing.Size4}px`, flex: 1
|
|
85322
|
-
/* @__PURE__ */ jsxRuntime.jsxs(Tile, { isHorizontal: true, style: { gap: `${spacing.Size3}px`, alignItems: "center" }, children: [
|
|
85321
|
+
/* @__PURE__ */ jsxRuntime.jsxs(Tile, { style: { gap: `${spacing.Size4}px`, flex: 1 }, children: [
|
|
85322
|
+
/* @__PURE__ */ jsxRuntime.jsxs(Tile, { isHorizontal: true, style: { gap: `${spacing.Size3}px`, alignItems: "center", height: "40px" }, children: [
|
|
85323
85323
|
avatar && /* @__PURE__ */ jsxRuntime.jsx(Avatar, { ...avatar, size: 32 }),
|
|
85324
|
-
/* @__PURE__ */ jsxRuntime.jsx(Typography, { fontSize: "24px",
|
|
85324
|
+
/* @__PURE__ */ jsxRuntime.jsx(Typography, { fontSize: "24px", fontWeight: 400, color: textColor, children: title })
|
|
85325
85325
|
] }),
|
|
85326
|
-
/* @__PURE__ */ jsxRuntime.jsx(Typography, { fontSize: "16px", fontWeight: 400, color: textColor, children: description }),
|
|
85326
|
+
description && /* @__PURE__ */ jsxRuntime.jsx(Typography, { fontSize: "16px", fontWeight: 400, color: textColor, children: description }),
|
|
85327
85327
|
/* @__PURE__ */ jsxRuntime.jsx(HeaderActions, {})
|
|
85328
85328
|
] }),
|
|
85329
85329
|
/* @__PURE__ */ jsxRuntime.jsx(UtilityButton, { icon: /* @__PURE__ */ jsxRuntime.jsx(HiX, {}), onClick: handleClose })
|
package/dist/index.js
CHANGED
|
@@ -85300,12 +85300,12 @@ const SidePanel = ({
|
|
|
85300
85300
|
flex: 1
|
|
85301
85301
|
}, children: [
|
|
85302
85302
|
/* @__PURE__ */ jsx(BackBtn, {}),
|
|
85303
|
-
/* @__PURE__ */ jsxs(Tile, { style: { gap: `${spacing.Size4}px`, flex: 1
|
|
85304
|
-
/* @__PURE__ */ jsxs(Tile, { isHorizontal: true, style: { gap: `${spacing.Size3}px`, alignItems: "center" }, children: [
|
|
85303
|
+
/* @__PURE__ */ jsxs(Tile, { style: { gap: `${spacing.Size4}px`, flex: 1 }, children: [
|
|
85304
|
+
/* @__PURE__ */ jsxs(Tile, { isHorizontal: true, style: { gap: `${spacing.Size3}px`, alignItems: "center", height: "40px" }, children: [
|
|
85305
85305
|
avatar && /* @__PURE__ */ jsx(Avatar, { ...avatar, size: 32 }),
|
|
85306
|
-
/* @__PURE__ */ jsx(Typography, { fontSize: "24px",
|
|
85306
|
+
/* @__PURE__ */ jsx(Typography, { fontSize: "24px", fontWeight: 400, color: textColor, children: title })
|
|
85307
85307
|
] }),
|
|
85308
|
-
/* @__PURE__ */ jsx(Typography, { fontSize: "16px", fontWeight: 400, color: textColor, children: description }),
|
|
85308
|
+
description && /* @__PURE__ */ jsx(Typography, { fontSize: "16px", fontWeight: 400, color: textColor, children: description }),
|
|
85309
85309
|
/* @__PURE__ */ jsx(HeaderActions, {})
|
|
85310
85310
|
] }),
|
|
85311
85311
|
/* @__PURE__ */ jsx(UtilityButton, { icon: /* @__PURE__ */ jsx(HiX, {}), onClick: handleClose })
|