@greghowe79/the-lib 2.12.9 → 2.13.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.
@@ -108,12 +108,12 @@ const NavigationMenu = qwik.component$(({ ariaLabel, logoComponent, listItems, a
108
108
  searchLink && (searchLink.reload ? /* @__PURE__ */ jsxRuntime.jsx("a", {
109
109
  href: searchLink.href,
110
110
  class: "search-link",
111
- "aria-label": searchLink.ariaLabel ?? "Search",
111
+ "aria-label": searchLink.ariaLabel ?? "Search Professional",
112
112
  children: renderSearchIcon(searchLink.icon)
113
113
  }) : /* @__PURE__ */ jsxRuntime.jsx(qwikCity.Link, {
114
114
  href: searchLink.href,
115
115
  class: "search-link",
116
- "aria-label": searchLink.ariaLabel ?? "Search",
116
+ "aria-label": searchLink.ariaLabel ?? "Search Professional",
117
117
  children: renderSearchIcon(searchLink.icon)
118
118
  })),
119
119
  /* @__PURE__ */ jsxRuntime.jsx("div", {
@@ -106,12 +106,12 @@ const NavigationMenu = component$(({ ariaLabel, logoComponent, listItems, action
106
106
  searchLink && (searchLink.reload ? /* @__PURE__ */ jsx("a", {
107
107
  href: searchLink.href,
108
108
  class: "search-link",
109
- "aria-label": searchLink.ariaLabel ?? "Search",
109
+ "aria-label": searchLink.ariaLabel ?? "Search Professional",
110
110
  children: renderSearchIcon(searchLink.icon)
111
111
  }) : /* @__PURE__ */ jsx(Link, {
112
112
  href: searchLink.href,
113
113
  class: "search-link",
114
- "aria-label": searchLink.ariaLabel ?? "Search",
114
+ "aria-label": searchLink.ariaLabel ?? "Search Professional",
115
115
  children: renderSearchIcon(searchLink.icon)
116
116
  })),
117
117
  /* @__PURE__ */ jsx("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@greghowe79/the-lib",
3
- "version": "2.12.9",
3
+ "version": "2.13.0",
4
4
  "description": "Collection of fast components for Qwik",
5
5
  "main": "./lib/index.qwik.mjs",
6
6
  "qwik": "./lib/index.qwik.mjs",