@visitscotland/component-library 5.3.3 → 5.3.6

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.
@@ -13,6 +13,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
13
13
  type: StringConstructor;
14
14
  required: true;
15
15
  };
16
+ /**
17
+ * Overrides the social icon name in the aria label for the component if provided,
18
+ * allowing specific or localised accessible text when it doesn't match up with the FA
19
+ * name for the brand.
20
+ */
21
+ ariaLabelOverride: {
22
+ type: StringConstructor;
23
+ default: string;
24
+ };
16
25
  }>, {}, {}, {}, {}, {
17
26
  computed: {
18
27
  pageUrl: () => string;
@@ -45,7 +54,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
45
54
  type: StringConstructor;
46
55
  required: true;
47
56
  };
48
- }>> & Readonly<{}>, {}, {}, {
57
+ /**
58
+ * Overrides the social icon name in the aria label for the component if provided,
59
+ * allowing specific or localised accessible text when it doesn't match up with the FA
60
+ * name for the brand.
61
+ */
62
+ ariaLabelOverride: {
63
+ type: StringConstructor;
64
+ default: string;
65
+ };
66
+ }>> & Readonly<{}>, {
67
+ ariaLabelOverride: string;
68
+ }, {}, {
49
69
  VsLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
50
70
  href: {
51
71
  type: StringConstructor;