lux-design-system 5.2.3 → 5.2.4

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-d64e44aa"), 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",
@@ -3474,7 +3474,8 @@ function yf(e, t, n, a, r, s) {
3474
3474
  type: "email",
3475
3475
  name: "EMAIL",
3476
3476
  "aria-required": "true",
3477
- "aria-label": "Email address"
3477
+ label: "Email address",
3478
+ hideLabel: "true"
3478
3479
  }),
3479
3480
  D(i, {
3480
3481
  id: "mc-embedded-subscribe",
@@ -3498,7 +3499,7 @@ function yf(e, t, n, a, r, s) {
3498
3499
  _: 1
3499
3500
  }, 8, ["class"]);
3500
3501
  }
3501
- const Mo = /* @__PURE__ */ M(ff, [["render", yf], ["__scopeId", "data-v-a775ec69"]]), _f = {
3502
+ const Mo = /* @__PURE__ */ M(ff, [["render", yf], ["__scopeId", "data-v-d64e44aa"]]), _f = {
3502
3503
  name: "LuxUniversityAccessibility",
3503
3504
  status: "ready",
3504
3505
  release: "1.0.0",
@@ -3516,7 +3517,7 @@ const Mo = /* @__PURE__ */ M(ff, [["render", yf], ["__scopeId", "data-v-a775ec69
3516
3517
  default: "dark"
3517
3518
  }
3518
3519
  }
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));
3520
+ }, 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
3521
  function wf(e, t, n, a, r, s) {
3521
3522
  return f(), T(ce(n.type), {
3522
3523
  class: H(["lux-accessibility", n.theme])
@@ -3527,7 +3528,7 @@ function wf(e, t, n, a, r, s) {
3527
3528
  _: 1
3528
3529
  }, 8, ["class"]);
3529
3530
  }
3530
- const Do = /* @__PURE__ */ M(_f, [["render", wf], ["__scopeId", "data-v-9e1be07f"]]), Cf = {
3531
+ const Do = /* @__PURE__ */ M(_f, [["render", wf], ["__scopeId", "data-v-bc412c2d"]]), Cf = {
3531
3532
  name: "LuxUniversityAccessibilityOld",
3532
3533
  status: "ready",
3533
3534
  release: "5.2.0",
@@ -3876,7 +3877,7 @@ function c7(e, t, n, a, r, s) {
3876
3877
  _: 1
3877
3878
  }, 8, ["class"]);
3878
3879
  }
3879
- const Fr = /* @__PURE__ */ M(l7, [["render", c7], ["__scopeId", "data-v-d8db10a0"]]), u7 = {
3880
+ const Fr = /* @__PURE__ */ M(l7, [["render", c7], ["__scopeId", "data-v-5d4b319f"]]), u7 = {
3880
3881
  name: "LuxUniversityCopyrightOld",
3881
3882
  status: "ready",
3882
3883
  release: "5.2.0",
@@ -14146,6 +14147,20 @@ const Yl = /* @__PURE__ */ M(ML, [["render", EL], ["__scopeId", "data-v-e3749462
14146
14147
  theme: {
14147
14148
  type: String,
14148
14149
  default: "dark"
14150
+ },
14151
+ /*
14152
+ * The width of the logo
14153
+ */
14154
+ width: {
14155
+ type: String,
14156
+ default: "155px"
14157
+ },
14158
+ /*
14159
+ * The height of the logo
14160
+ */
14161
+ height: {
14162
+ type: String,
14163
+ default: "34px"
14149
14164
  }
14150
14165
  },
14151
14166
  components: {
@@ -14159,22 +14174,22 @@ function TL(e, t, n, a, r, s) {
14159
14174
  l("a", AL, [
14160
14175
  n.theme === "dark" ? (f(), T(o, {
14161
14176
  key: 0,
14162
- width: "155px",
14163
- height: "34px",
14177
+ width: n.width,
14178
+ height: n.height,
14164
14179
  class: "full-logo"
14165
- })) : (f(), T(o, {
14180
+ }, null, 8, ["width", "height"])) : (f(), T(o, {
14166
14181
  key: 1,
14167
- width: "155px",
14168
- height: "34px",
14182
+ width: n.width,
14183
+ height: n.height,
14169
14184
  color: "#000000",
14170
14185
  class: "full-logo"
14171
- }))
14186
+ }, null, 8, ["width", "height"]))
14172
14187
  ])
14173
14188
  ]),
14174
14189
  _: 1
14175
14190
  });
14176
14191
  }
14177
- const x1 = /* @__PURE__ */ M(IL, [["render", TL], ["__scopeId", "data-v-5431edb8"]]), PL = {
14192
+ const x1 = /* @__PURE__ */ M(IL, [["render", TL], ["__scopeId", "data-v-464ba89d"]]), PL = {
14178
14193
  name: "LuxSpacer",
14179
14194
  status: "ready",
14180
14195
  release: "1.0.0",
@@ -14464,7 +14479,7 @@ const Hl = /* @__PURE__ */ M(XL, [["render", tO]]), nO = {
14464
14479
  default: "dark"
14465
14480
  }
14466
14481
  }
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" }, [
14482
+ }, 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
14483
  /* @__PURE__ */ l("nav", {
14469
14484
  role: "navigation",
14470
14485
  "aria-label": "Library Staff"
@@ -14497,8 +14512,8 @@ function $O(e, t, n, a, r, s) {
14497
14512
  l("div", rO, [
14498
14513
  l("a", sO, [
14499
14514
  D(o, {
14500
- width: "142",
14501
- height: "40",
14515
+ width: "245",
14516
+ height: "54",
14502
14517
  theme: s.value(n.theme)
14503
14518
  }, null, 8, ["theme"])
14504
14519
  ]),
@@ -14578,7 +14593,7 @@ function $O(e, t, n, a, r, s) {
14578
14593
  _: 1
14579
14594
  }, 8, ["class"]);
14580
14595
  }
14581
- const wO = /* @__PURE__ */ M(nO, [["render", $O], ["__scopeId", "data-v-910e452a"]]), CO = {
14596
+ const wO = /* @__PURE__ */ M(nO, [["render", $O], ["__scopeId", "data-v-6b623df4"]]), CO = {
14582
14597
  name: "LuxSpecialCollectionsFooter",
14583
14598
  status: "ready",
14584
14599
  release: "1.0.0",