@nswds/app 1.95.0 → 1.96.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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/styles.css +3 -0
- package/dist/styles.css.map +1 -1
- package/package.json +7 -4
package/dist/index.cjs
CHANGED
|
@@ -14558,7 +14558,7 @@ function CodeDemoContent({ data, showCode = true, controls = defaultControls })
|
|
|
14558
14558
|
/* @__PURE__ */ jsxRuntime.jsx(SelectTrigger, { size: "sm", children: /* @__PURE__ */ jsxRuntime.jsx(SelectValue, { placeholder: "Select a variant" }) }),
|
|
14559
14559
|
/* @__PURE__ */ jsxRuntime.jsx(SelectContent, { children: variants.map((v) => /* @__PURE__ */ jsxRuntime.jsx(SelectItem, { value: v, children: variantLabels[v] }, v)) })
|
|
14560
14560
|
] }),
|
|
14561
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex justify-end", children:
|
|
14561
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex justify-end", children: controls.copyButton && /* @__PURE__ */ jsxRuntime.jsx(
|
|
14562
14562
|
CopyToClipboardButton,
|
|
14563
14563
|
{
|
|
14564
14564
|
isJustCopied,
|
|
@@ -17596,7 +17596,7 @@ function FormatToggle({ format, setFormat }) {
|
|
|
17596
17596
|
|
|
17597
17597
|
// package.json
|
|
17598
17598
|
var package_default = {
|
|
17599
|
-
version: "1.
|
|
17599
|
+
version: "1.95.1"};
|
|
17600
17600
|
var SluggerContext = React5__namespace.default.createContext(null);
|
|
17601
17601
|
function flattenText(nodes) {
|
|
17602
17602
|
if (nodes == null || typeof nodes === "boolean") return "";
|