@nswds/app 1.101.0 → 1.102.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 +14 -13
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +14 -13
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -15694,7 +15694,7 @@ function PairDetailCard({
|
|
|
15694
15694
|
]
|
|
15695
15695
|
}
|
|
15696
15696
|
);
|
|
15697
|
-
return /* @__PURE__ */ jsxRuntime.jsxs(Card, { className: "gap-0", children: [
|
|
15697
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(Card, { className: "gap-0 pb-0", children: [
|
|
15698
15698
|
/* @__PURE__ */ jsxRuntime.jsxs(CardHeader, { className: "gap-4 border-b", children: [
|
|
15699
15699
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-1", children: [
|
|
15700
15700
|
/* @__PURE__ */ jsxRuntime.jsx(CardTitle, { children: role }),
|
|
@@ -15708,24 +15708,25 @@ function PairDetailCard({
|
|
|
15708
15708
|
}
|
|
15709
15709
|
)
|
|
15710
15710
|
] }),
|
|
15711
|
-
/* @__PURE__ */ jsxRuntime.jsx(CardContent, { className: "px-0", children: /* @__PURE__ */ jsxRuntime.jsx("
|
|
15712
|
-
/* @__PURE__ */ jsxRuntime.
|
|
15713
|
-
|
|
15711
|
+
/* @__PURE__ */ jsxRuntime.jsx(CardContent, { className: "px-0 pb-3", children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "divide-y divide-grey-100 dark:divide-grey-800", children: valueRows.map((row) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-start justify-between gap-4 px-6 py-3", children: [
|
|
15712
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "min-w-0 flex-1", children: [
|
|
15713
|
+
/* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-xs font-semibold tracking-[0.16em] text-muted-foreground uppercase", children: row.label }),
|
|
15714
15714
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
15715
|
-
"
|
|
15715
|
+
"p",
|
|
15716
15716
|
{
|
|
15717
15717
|
className: cn(
|
|
15718
|
-
"min-w-0
|
|
15718
|
+
"mt-2 min-w-0 text-base text-foreground",
|
|
15719
15719
|
row.mono && "font-mono text-sm break-all sm:text-base"
|
|
15720
15720
|
),
|
|
15721
15721
|
children: row.value
|
|
15722
15722
|
}
|
|
15723
|
-
)
|
|
15724
|
-
|
|
15725
|
-
|
|
15726
|
-
|
|
15727
|
-
)
|
|
15728
|
-
|
|
15723
|
+
)
|
|
15724
|
+
] }),
|
|
15725
|
+
row.copyable ? renderCopyButton(
|
|
15726
|
+
row.key,
|
|
15727
|
+
`Copy ${role.toLowerCase()} ${row.label.toLowerCase()}`,
|
|
15728
|
+
"mt-0.5"
|
|
15729
|
+
) : null
|
|
15729
15730
|
] }, row.key)) }) })
|
|
15730
15731
|
] });
|
|
15731
15732
|
}
|
|
@@ -18980,7 +18981,7 @@ function FormatToggle({ format, setFormat }) {
|
|
|
18980
18981
|
|
|
18981
18982
|
// package.json
|
|
18982
18983
|
var package_default = {
|
|
18983
|
-
version: "1.
|
|
18984
|
+
version: "1.101.0"};
|
|
18984
18985
|
function Logo(props) {
|
|
18985
18986
|
return /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
18986
18987
|
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "sr-only", children: "NSW Government" }),
|