achery-ui 0.5.5 → 0.5.6

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
@@ -713,13 +713,14 @@ function Tooltip({
713
713
 
714
714
  // src/components/Sidebar/Sidebar.css.ts
715
715
  var backdrop = "Sidebar_backdrop__1n0xxfc2";
716
+ var bottomSlot = "Sidebar_bottomSlot__1n0xxfc9";
716
717
  var collapseToggle = "Sidebar_collapseToggle__1n0xxfc3";
717
- var countAccent = "Sidebar_countAccent__1n0xxfcb";
718
+ var countAccent = "Sidebar_countAccent__1n0xxfcc";
718
719
  var footer = "Sidebar_footer__1n0xxfc8";
719
720
  var group = "Sidebar_group__1n0xxfc4";
720
721
  var groupLabel = "Sidebar_groupLabel__1n0xxfc5";
721
- var mobileSearch = "Sidebar_mobileSearch__1n0xxfc9";
722
- var mobileSearchInput = "Sidebar_mobileSearchInput__1n0xxfca";
722
+ var mobileSearch = "Sidebar_mobileSearch__1n0xxfca";
723
+ var mobileSearchInput = "Sidebar_mobileSearchInput__1n0xxfcb";
723
724
  var navItem = "Sidebar_navItem__1n0xxfc6";
724
725
  var navItemCount = "Sidebar_navItemCount__1n0xxfc7";
725
726
  var sidebar = "Sidebar_sidebar__1n0xxfc0";
@@ -772,24 +773,26 @@ function Sidebar({
772
773
  },
773
774
  i
774
775
  )),
775
- searchConfig && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: mobileSearch, children: [
776
- /* @__PURE__ */ jsxRuntime.jsx(Glyph, { name: "compass", size: 12, "aria-hidden": "true" }),
777
- /* @__PURE__ */ jsxRuntime.jsx(
778
- "input",
779
- {
780
- type: "search",
781
- placeholder: searchConfig.placeholder,
782
- className: mobileSearchInput,
783
- "aria-label": "Search",
784
- onFocus: () => searchConfig.onSearchFocus?.(),
785
- onKeyDown: (e) => {
786
- if (e.key === "Enter") searchConfig.onSearch?.(e.target.value);
776
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: bottomSlot, children: [
777
+ searchConfig && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: mobileSearch, children: [
778
+ /* @__PURE__ */ jsxRuntime.jsx(Glyph, { name: "compass", size: 12, "aria-hidden": "true" }),
779
+ /* @__PURE__ */ jsxRuntime.jsx(
780
+ "input",
781
+ {
782
+ type: "search",
783
+ placeholder: searchConfig.placeholder,
784
+ className: mobileSearchInput,
785
+ "aria-label": "Search",
786
+ onFocus: () => searchConfig.onSearchFocus?.(),
787
+ onKeyDown: (e) => {
788
+ if (e.key === "Enter") searchConfig.onSearch?.(e.target.value);
789
+ }
787
790
  }
788
- }
789
- ),
790
- searchConfig.kbd && /* @__PURE__ */ jsxRuntime.jsx("span", { children: searchConfig.kbd })
791
- ] }),
792
- footer3 && /* @__PURE__ */ jsxRuntime.jsx("div", { className: footer, children: footer3 })
791
+ ),
792
+ searchConfig.kbd && /* @__PURE__ */ jsxRuntime.jsx("span", { children: searchConfig.kbd })
793
+ ] }),
794
+ footer3 && /* @__PURE__ */ jsxRuntime.jsx("div", { className: footer, children: footer3 })
795
+ ] })
793
796
  ]
794
797
  }
795
798
  );