lux-design-system 5.3.2 → 5.4.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.
@@ -14293,7 +14293,7 @@ function RL(e, t, n, a, r, s) {
14293
14293
  _: 1
14294
14294
  }, 8, ["class"]);
14295
14295
  }
14296
- const M1 = /* @__PURE__ */ D(NL, [["render", RL], ["__scopeId", "data-v-d51f8fb2"]]), BL = {
14296
+ const M1 = /* @__PURE__ */ D(NL, [["render", RL], ["__scopeId", "data-v-a6260415"]]), BL = {
14297
14297
  name: "LuxSpacer",
14298
14298
  status: "ready",
14299
14299
  release: "1.0.0",
@@ -14461,7 +14461,7 @@ function ZL(e, t, n, a, r, s) {
14461
14461
  _: 3
14462
14462
  }, 8, ["class"]);
14463
14463
  }
14464
- const XL = /* @__PURE__ */ D(UL, [["render", ZL], ["__scopeId", "data-v-43d8de72"]]), JL = {
14464
+ const XL = /* @__PURE__ */ D(UL, [["render", ZL], ["__scopeId", "data-v-94546131"]]), JL = {
14465
14465
  name: "LuxLogoInstagram",
14466
14466
  status: "ready",
14467
14467
  release: "5.2.0",
@@ -14585,7 +14585,7 @@ const Wl = /* @__PURE__ */ D(rO, [["render", lO]]), cO = {
14585
14585
  default: "dark"
14586
14586
  }
14587
14587
  }
14588
- }, Ul = (e) => (ut("data-v-c94fa6b7"), e = e(), dt(), e), uO = { class: "lux-footer-main" }, dO = { class: "lux-library-links contact-info-layout" }, hO = { class: "lux-library-links subscribe-layout" }, fO = /* @__PURE__ */ Ul(() => /* @__PURE__ */ l("h2", null, "Subscribe to our Newsletter", -1)), pO = { class: "social-pul-icons" }, vO = { href: "https://x.com/PULibrary" }, mO = { href: "http://www.facebook.com/PULibrary" }, gO = { href: "https://www.instagram.com/PULibrary/" }, yO = { href: "https://libguides.princeton.edu/usgovdocs" }, _O = { href: "https://fpul.princeton.edu/" }, bO = /* @__PURE__ */ Ul(() => /* @__PURE__ */ l("div", { class: "lux-library-links" }, [
14588
+ }, Ul = (e) => (ut("data-v-77d85640"), e = e(), dt(), e), uO = { class: "lux-footer-main" }, dO = { class: "lux-library-links contact-info-layout" }, hO = { class: "lux-library-links subscribe-layout" }, fO = /* @__PURE__ */ Ul(() => /* @__PURE__ */ l("h2", null, "Subscribe to our Newsletter", -1)), pO = { class: "social-pul-icons" }, vO = { href: "https://x.com/PULibrary" }, mO = { href: "http://www.facebook.com/PULibrary" }, gO = { href: "https://www.instagram.com/PULibrary/" }, yO = { href: "https://libguides.princeton.edu/usgovdocs" }, _O = { href: "https://fpul.princeton.edu/" }, bO = /* @__PURE__ */ Ul(() => /* @__PURE__ */ l("div", { class: "lux-library-links" }, [
14589
14589
  /* @__PURE__ */ l("nav", {
14590
14590
  role: "navigation",
14591
14591
  "aria-label": "Library Staff"
@@ -14692,7 +14692,7 @@ function MO(e, t, n, a, r, s) {
14692
14692
  _: 1
14693
14693
  }, 8, ["class"]);
14694
14694
  }
14695
- const DO = /* @__PURE__ */ D(cO, [["render", MO], ["__scopeId", "data-v-c94fa6b7"]]), kO = {
14695
+ const DO = /* @__PURE__ */ D(cO, [["render", MO], ["__scopeId", "data-v-77d85640"]]), kO = {
14696
14696
  name: "LuxSpecialCollectionsFooter",
14697
14697
  status: "ready",
14698
14698
  release: "1.0.0",
@@ -15012,11 +15012,12 @@ const VO = /* @__PURE__ */ D(PO, [["render", YO], ["__scopeId", "data-v-0d005a6f
15012
15012
  document.removeEventListener("click", e.__vueClickOutside__), e.__vueClickOutside__ = null;
15013
15013
  }
15014
15014
  }
15015
- }
15015
+ },
15016
+ emits: ["input", "menu-item-clicked"]
15016
15017
  }, HO = ["href", "title", "onClick"], RO = {
15017
15018
  class: "lux-nav-children",
15018
15019
  "aria-label": "submenu"
15019
- }, BO = ["href", "title", "target", "onClick"], FO = ["href", "title", "onClick"], jO = ["href", "innerHTML", "disabled", "onClick"], WO = ["aria-expanded"], UO = ["aria-expanded", "data-method", "onClick"], qO = ["href", "title", "target", "data-method"], GO = ["href", "title", "data-method"];
15020
+ }, BO = ["href", "title", "target", "onClick"], FO = ["href", "title", "onClick"], jO = ["href", "innerHTML", "disabled", "onClick"], WO = ["aria-expanded"], UO = ["aria-expanded", "data-method", "onClick"], qO = ["href", "title", "target", "data-method", "onClick"], GO = ["href", "title", "data-method", "onClick"];
15020
15021
  function KO(e, t, n, a, r, s) {
15021
15022
  const o = H("lux-hamburger"), i = Pr("click-outside");
15022
15023
  return n.type === "links" ? (f(), g("nav", {
@@ -15116,7 +15117,8 @@ function KO(e, t, n, a, r, s) {
15116
15117
  title: d.name,
15117
15118
  target: d.target,
15118
15119
  "data-method": d.method,
15119
- class: "lux-nav-item"
15120
+ class: "lux-nav-item",
15121
+ onClick: (v) => s.menuItemClicked(d)
15120
15122
  }, F(d.name), 9, qO))
15121
15123
  ]))), 128))
15122
15124
  ], 2)
@@ -15125,7 +15127,8 @@ function KO(e, t, n, a, r, s) {
15125
15127
  href: c.href,
15126
15128
  title: c.name,
15127
15129
  "data-method": c.method,
15128
- class: "lux-nav-item"
15130
+ class: "lux-nav-item",
15131
+ onClick: (d) => s.menuItemClicked(c)
15129
15132
  }, F(c.name), 9, GO))
15130
15133
  ], 2))), 128))
15131
15134
  ], 2)
@@ -15133,7 +15136,7 @@ function KO(e, t, n, a, r, s) {
15133
15136
  [i, s.hide]
15134
15137
  ]) : B("", !0);
15135
15138
  }
15136
- const ZO = /* @__PURE__ */ D(NO, [["render", KO], ["__scopeId", "data-v-699b8436"]]), XO = {
15139
+ const ZO = /* @__PURE__ */ D(NO, [["render", KO], ["__scopeId", "data-v-810402b5"]]), XO = {
15137
15140
  name: "LuxTextStyle",
15138
15141
  status: "ready",
15139
15142
  release: "1.0.0",