@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.
- package/dist/client/manifest.json +14 -14
- package/dist/client/scripts/{4d81e153212f8a019760.js → 399012cced72f7b181f5.js} +2 -2
- package/dist/client/scripts/3c43742bafefc148ceb8.js +1 -0
- package/dist/client/scripts/{045cedb636251568c653.js → 718a9d115a78330115f2.js} +2 -2
- package/dist/components/LoadingSpinner-BT6uCGqp.mjs +14812 -0
- package/dist/components/LoadingSpinner-C2TJ1wNH.js +43 -0
- package/dist/components/components/footer/components/FooterSocialItem.vue.d.ts +21 -1
- package/dist/components/vs-component-library-maps.js +5 -5
- package/dist/components/vs-component-library-maps.mjs +721 -716
- package/dist/components/vs-component-library.js +77 -85
- package/dist/components/vs-component-library.mjs +1676 -1976
- package/dist/ssr/index.js +1 -1
- package/dist/ssr/manifest.json +1 -1
- package/package.json +2 -1
- package/dist/client/scripts/7d3847b68b285377b8af.js +0 -1
- package/dist/components/LoadingSpinner-BUWD-yFb.js +0 -38
- package/dist/components/LoadingSpinner-G6yO-xf9.mjs +0 -13679
- /package/dist/client/scripts/{4d81e153212f8a019760.js.LICENSE.txt → 399012cced72f7b181f5.js.LICENSE.txt} +0 -0
- /package/dist/client/scripts/{045cedb636251568c653.js.LICENSE.txt → 718a9d115a78330115f2.js.LICENSE.txt} +0 -0
- /package/dist/client/styles/{7d3847b68b285377b8af.css → 3c43742bafefc148ceb8.css} +0 -0
- /package/dist/ssr/styles/{7b21067e7e3a339323a7.css → 27a5bfc631b79193899e.css} +0 -0
|
@@ -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
|
-
|
|
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;
|