@visitscotland/component-library 5.41.4 → 5.41.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.
@@ -35807,7 +35807,7 @@ const useGoogleMapStore = defineStore("googleMap", () => {
35807
35807
  return (r, s) => (openBlock(), createBlock(VsCard, {
35808
35808
  "card-style": "overlay",
35809
35809
  class: "vs-map__controls-featured-place-card",
35810
- onClick: s[1] || (s[1] = (o) => a(n.place))
35810
+ onClick: s[2] || (s[2] = (o) => a(n.place))
35811
35811
  }, createSlots({
35812
35812
  "vs-card-footer": withCtx(() => [
35813
35813
  createElementVNode("div", _hoisted_1$3, [
@@ -35822,7 +35822,10 @@ const useGoogleMapStore = defineStore("googleMap", () => {
35822
35822
  class: "stretched-link text-decoration-none",
35823
35823
  href: "#",
35824
35824
  variant: "on-dark",
35825
- onKeypress: s[0] || (s[0] = withKeys(withModifiers((o) => a(n.place), ["prevent"]), ["enter"]))
35825
+ onKeyup: [
35826
+ s[0] || (s[0] = withKeys(withModifiers((o) => a(n.place), ["prevent"]), ["enter"])),
35827
+ s[1] || (s[1] = withKeys(withModifiers((o) => a(n.place), ["prevent"]), ["space"]))
35828
+ ]
35826
35829
  }, {
35827
35830
  default: withCtx(() => [
35828
35831
  createTextVNode(toDisplayString(n.place.properties.title), 1)