@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 CHANGED
@@ -16139,7 +16139,7 @@ function ColorPairingToolContent({ visibleFormats }) {
16139
16139
  optionCount === 1 ? "" : "s"
16140
16140
  ] })
16141
16141
  ] }),
16142
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex gap-2 overflow-x-auto pb-1", children: accessibleForegroundOptions.length > 0 ? accessibleForegroundOptions.map((candidate) => /* @__PURE__ */ jsxRuntime.jsx(
16142
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex flex-wrap gap-2 pb-1", children: accessibleForegroundOptions.length > 0 ? accessibleForegroundOptions.map((candidate) => /* @__PURE__ */ jsxRuntime.jsx(
16143
16143
  ForegroundOption,
16144
16144
  {
16145
16145
  backgroundHex: backgroundShade.hex,
@@ -19049,7 +19049,7 @@ function FormatToggle({ format, setFormat }) {
19049
19049
 
19050
19050
  // package.json
19051
19051
  var package_default = {
19052
- version: "1.123.0"};
19052
+ version: "1.124.0"};
19053
19053
  var SluggerContext = React5__namespace.default.createContext(null);
19054
19054
  function flattenText(nodes) {
19055
19055
  if (nodes == null || typeof nodes === "boolean") return "";