lux-design-system 5.2.15 → 5.3.1

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.
@@ -14583,7 +14583,7 @@ const Wl = /* @__PURE__ */ D(rO, [["render", lO]]), cO = {
14583
14583
  default: "dark"
14584
14584
  }
14585
14585
  }
14586
- }, Ul = (e) => (ut("data-v-75ea65b9"), 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" }, [
14586
+ }, Ul = (e) => (ut("data-v-82a0c5f1"), 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" }, [
14587
14587
  /* @__PURE__ */ l("nav", {
14588
14588
  role: "navigation",
14589
14589
  "aria-label": "Library Staff"
@@ -14690,7 +14690,7 @@ function MO(e, t, n, a, r, s) {
14690
14690
  _: 1
14691
14691
  }, 8, ["class"]);
14692
14692
  }
14693
- const DO = /* @__PURE__ */ D(cO, [["render", MO], ["__scopeId", "data-v-75ea65b9"]]), kO = {
14693
+ const DO = /* @__PURE__ */ D(cO, [["render", MO], ["__scopeId", "data-v-82a0c5f1"]]), kO = {
14694
14694
  name: "LuxSpecialCollectionsFooter",
14695
14695
  status: "ready",
14696
14696
  release: "1.0.0",
@@ -15334,7 +15334,9 @@ const vE = /* @__PURE__ */ D(fE, [["render", pE], ["__scopeId", "data-v-6eeba4c6
15334
15334
  default: !1
15335
15335
  },
15336
15336
  /**
15337
- * User can manually hide the notification.
15337
+ * User can manually hide the notification. This emits a dismissed
15338
+ * event that you can bind to if needed (for example, if you want to
15339
+ * record that the user hid the notification in a database or localStorage)
15338
15340
  */
15339
15341
  dismissible: {
15340
15342
  type: Boolean,
@@ -15343,14 +15345,15 @@ const vE = /* @__PURE__ */ D(fE, [["render", pE], ["__scopeId", "data-v-6eeba4c6
15343
15345
  },
15344
15346
  methods: {
15345
15347
  hideAlert() {
15346
- this.show = !1;
15348
+ this.show = !1, this.$emit("dismissed");
15347
15349
  }
15348
15350
  },
15349
15351
  mounted() {
15350
15352
  this.autoclear && setTimeout(() => {
15351
15353
  this.show = !1;
15352
15354
  }, 2e3);
15353
- }
15355
+ },
15356
+ emits: ["dismissed"]
15354
15357
  }, gE = /* @__PURE__ */ l("span", { "aria-hidden": "true" }, "×", -1), yE = [
15355
15358
  gE
15356
15359
  ];