lux-design-system 5.2.3 → 5.2.5

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.
@@ -3439,7 +3439,7 @@ const So = /* @__PURE__ */ M(of, [["render", hf], ["__scopeId", "data-v-d93a1c53
3439
3439
  LuxInputButton: bo,
3440
3440
  LuxInputText: Co
3441
3441
  }
3442
- }, xo = (e) => (tt("data-v-a775ec69"), e = e(), nt(), e), pf = {
3442
+ }, xo = (e) => (tt("data-v-e608e3a2"), e = e(), nt(), e), pf = {
3443
3443
  id: "mc-embedded-subscribe-form",
3444
3444
  action: "https://princeton.us4.list-manage.com/subscribe/post?u=f1159e2c2a8bc35d62147f282&id=6c19fe9a37",
3445
3445
  method: "post",
@@ -3473,8 +3473,8 @@ function yf(e, t, n, a, r, s) {
3473
3473
  id: "mce-EMAIL",
3474
3474
  type: "email",
3475
3475
  name: "EMAIL",
3476
- "aria-required": "true",
3477
- "aria-label": "Email address"
3476
+ label: "Email address",
3477
+ hideLabel: "true"
3478
3478
  }),
3479
3479
  D(i, {
3480
3480
  id: "mc-embedded-subscribe",
@@ -3498,7 +3498,7 @@ function yf(e, t, n, a, r, s) {
3498
3498
  _: 1
3499
3499
  }, 8, ["class"]);
3500
3500
  }
3501
- const Mo = /* @__PURE__ */ M(ff, [["render", yf], ["__scopeId", "data-v-a775ec69"]]), _f = {
3501
+ const Mo = /* @__PURE__ */ M(ff, [["render", yf], ["__scopeId", "data-v-e608e3a2"]]), _f = {
3502
3502
  name: "LuxUniversityAccessibility",
3503
3503
  status: "ready",
3504
3504
  release: "1.0.0",
@@ -3516,7 +3516,7 @@ const Mo = /* @__PURE__ */ M(ff, [["render", yf], ["__scopeId", "data-v-a775ec69
3516
3516
  default: "dark"
3517
3517
  }
3518
3518
  }
3519
- }, bf = (e) => (tt("data-v-9e1be07f"), e = e(), nt(), e), $f = /* @__PURE__ */ bf(() => /* @__PURE__ */ l("a", { href: "https://accessibility.princeton.edu/help" }, "Accessibility Help", -1));
3519
+ }, bf = (e) => (tt("data-v-bc412c2d"), e = e(), nt(), e), $f = /* @__PURE__ */ bf(() => /* @__PURE__ */ l("a", { href: "https://accessibility.princeton.edu/help" }, "Accessibility Help", -1));
3520
3520
  function wf(e, t, n, a, r, s) {
3521
3521
  return f(), T(ce(n.type), {
3522
3522
  class: H(["lux-accessibility", n.theme])
@@ -3527,7 +3527,7 @@ function wf(e, t, n, a, r, s) {
3527
3527
  _: 1
3528
3528
  }, 8, ["class"]);
3529
3529
  }
3530
- const Do = /* @__PURE__ */ M(_f, [["render", wf], ["__scopeId", "data-v-9e1be07f"]]), Cf = {
3530
+ const Do = /* @__PURE__ */ M(_f, [["render", wf], ["__scopeId", "data-v-bc412c2d"]]), Cf = {
3531
3531
  name: "LuxUniversityAccessibilityOld",
3532
3532
  status: "ready",
3533
3533
  release: "5.2.0",
@@ -3876,7 +3876,7 @@ function c7(e, t, n, a, r, s) {
3876
3876
  _: 1
3877
3877
  }, 8, ["class"]);
3878
3878
  }
3879
- const Fr = /* @__PURE__ */ M(l7, [["render", c7], ["__scopeId", "data-v-d8db10a0"]]), u7 = {
3879
+ const Fr = /* @__PURE__ */ M(l7, [["render", c7], ["__scopeId", "data-v-5d4b319f"]]), u7 = {
3880
3880
  name: "LuxUniversityCopyrightOld",
3881
3881
  status: "ready",
3882
3882
  release: "5.2.0",
@@ -14146,6 +14146,20 @@ const Yl = /* @__PURE__ */ M(ML, [["render", EL], ["__scopeId", "data-v-e3749462
14146
14146
  theme: {
14147
14147
  type: String,
14148
14148
  default: "dark"
14149
+ },
14150
+ /*
14151
+ * The width of the logo
14152
+ */
14153
+ width: {
14154
+ type: String,
14155
+ default: "155px"
14156
+ },
14157
+ /*
14158
+ * The height of the logo
14159
+ */
14160
+ height: {
14161
+ type: String,
14162
+ default: "34px"
14149
14163
  }
14150
14164
  },
14151
14165
  components: {
@@ -14159,22 +14173,22 @@ function TL(e, t, n, a, r, s) {
14159
14173
  l("a", AL, [
14160
14174
  n.theme === "dark" ? (f(), T(o, {
14161
14175
  key: 0,
14162
- width: "155px",
14163
- height: "34px",
14176
+ width: n.width,
14177
+ height: n.height,
14164
14178
  class: "full-logo"
14165
- })) : (f(), T(o, {
14179
+ }, null, 8, ["width", "height"])) : (f(), T(o, {
14166
14180
  key: 1,
14167
- width: "155px",
14168
- height: "34px",
14181
+ width: n.width,
14182
+ height: n.height,
14169
14183
  color: "#000000",
14170
14184
  class: "full-logo"
14171
- }))
14185
+ }, null, 8, ["width", "height"]))
14172
14186
  ])
14173
14187
  ]),
14174
14188
  _: 1
14175
14189
  });
14176
14190
  }
14177
- const x1 = /* @__PURE__ */ M(IL, [["render", TL], ["__scopeId", "data-v-5431edb8"]]), PL = {
14191
+ const x1 = /* @__PURE__ */ M(IL, [["render", TL], ["__scopeId", "data-v-464ba89d"]]), PL = {
14178
14192
  name: "LuxSpacer",
14179
14193
  status: "ready",
14180
14194
  release: "1.0.0",
@@ -14464,7 +14478,7 @@ const Hl = /* @__PURE__ */ M(XL, [["render", tO]]), nO = {
14464
14478
  default: "dark"
14465
14479
  }
14466
14480
  }
14467
- }, Rl = (e) => (tt("data-v-910e452a"), e = e(), nt(), e), aO = { class: "lux-footer-main" }, rO = { class: "lux-library-links" }, sO = { href: "https://library.princeton.edu" }, oO = { class: "lux-library-links" }, iO = /* @__PURE__ */ Rl(() => /* @__PURE__ */ l("h2", null, "Subscribe to our Newsletter", -1)), lO = { class: "social-pul-icons" }, cO = { href: "https://x.com/PULibrary" }, uO = { href: "http://www.facebook.com/PULibrary" }, dO = { href: "https://www.instagram.com/PULibrary/" }, hO = { href: "https://libguides.princeton.edu/usgovdocs" }, fO = { href: "https://fpul.princeton.edu/" }, pO = /* @__PURE__ */ Rl(() => /* @__PURE__ */ l("div", { class: "lux-library-links" }, [
14481
+ }, Rl = (e) => (tt("data-v-6b623df4"), e = e(), nt(), e), aO = { class: "lux-footer-main" }, rO = { class: "lux-library-links" }, sO = { href: "https://library.princeton.edu" }, oO = { class: "lux-library-links" }, iO = /* @__PURE__ */ Rl(() => /* @__PURE__ */ l("h2", null, "Subscribe to our Newsletter", -1)), lO = { class: "social-pul-icons" }, cO = { href: "https://x.com/PULibrary" }, uO = { href: "http://www.facebook.com/PULibrary" }, dO = { href: "https://www.instagram.com/PULibrary/" }, hO = { href: "https://libguides.princeton.edu/usgovdocs" }, fO = { href: "https://fpul.princeton.edu/" }, pO = /* @__PURE__ */ Rl(() => /* @__PURE__ */ l("div", { class: "lux-library-links" }, [
14468
14482
  /* @__PURE__ */ l("nav", {
14469
14483
  role: "navigation",
14470
14484
  "aria-label": "Library Staff"
@@ -14497,8 +14511,8 @@ function $O(e, t, n, a, r, s) {
14497
14511
  l("div", rO, [
14498
14512
  l("a", sO, [
14499
14513
  D(o, {
14500
- width: "142",
14501
- height: "40",
14514
+ width: "245",
14515
+ height: "54",
14502
14516
  theme: s.value(n.theme)
14503
14517
  }, null, 8, ["theme"])
14504
14518
  ]),
@@ -14578,7 +14592,7 @@ function $O(e, t, n, a, r, s) {
14578
14592
  _: 1
14579
14593
  }, 8, ["class"]);
14580
14594
  }
14581
- const wO = /* @__PURE__ */ M(nO, [["render", $O], ["__scopeId", "data-v-910e452a"]]), CO = {
14595
+ const wO = /* @__PURE__ */ M(nO, [["render", $O], ["__scopeId", "data-v-6b623df4"]]), CO = {
14582
14596
  name: "LuxSpecialCollectionsFooter",
14583
14597
  status: "ready",
14584
14598
  release: "1.0.0",