@nswds/app 1.124.0 → 1.124.2
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/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -16083,7 +16083,7 @@ function ColorPairingToolContent({ visibleFormats }) {
|
|
|
16083
16083
|
optionCount === 1 ? "" : "s"
|
|
16084
16084
|
] })
|
|
16085
16085
|
] }),
|
|
16086
|
-
/* @__PURE__ */ jsx("div", { className: "flex gap-2
|
|
16086
|
+
/* @__PURE__ */ jsx("div", { className: "flex flex-wrap gap-2 pb-1", children: accessibleForegroundOptions.length > 0 ? accessibleForegroundOptions.map((candidate) => /* @__PURE__ */ jsx(
|
|
16087
16087
|
ForegroundOption,
|
|
16088
16088
|
{
|
|
16089
16089
|
backgroundHex: backgroundShade.hex,
|
|
@@ -18993,7 +18993,7 @@ function FormatToggle({ format, setFormat }) {
|
|
|
18993
18993
|
|
|
18994
18994
|
// package.json
|
|
18995
18995
|
var package_default = {
|
|
18996
|
-
version: "1.
|
|
18996
|
+
version: "1.124.0"};
|
|
18997
18997
|
var SluggerContext = React5__default.createContext(null);
|
|
18998
18998
|
function flattenText(nodes) {
|
|
18999
18999
|
if (nodes == null || typeof nodes === "boolean") return "";
|