@visitscotland/component-library 3.1.9 → 3.2.1
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 +51 -66
- package/dist/client/scripts/{87f8783e68aae16abfeb.js → 25fdf888fad4bdbfc1ce.js} +1 -1
- package/dist/client/scripts/3c75035750cb054fc418.js +1 -0
- package/dist/client/scripts/3d5996bad70a1657a93b.js +1 -0
- package/dist/client/scripts/4416faec254580e31810.js +1 -0
- package/dist/client/scripts/5986848b869848f6c8cd.js +1 -0
- package/dist/client/scripts/62bfabb50ca68abbe7bf.js +1 -0
- package/dist/client/scripts/{a95a3e80ff20c25db392.js → 6d3b84126379d6fd6d85.js} +1 -1
- package/dist/client/scripts/{8a4f0c08b80b405edd1f.js → 727cb331bee6482e830a.js} +1 -1
- package/dist/client/scripts/{8a376c197f08276236aa.js → 902bf1d40c29708e0cd7.js} +2 -2
- package/dist/client/scripts/{4ba0290211e05764239e.js → a83bec1b5b90e3958a38.js} +1 -1
- package/dist/client/scripts/cee1814ebbd9696bb0bc.js +1 -0
- package/dist/client/scripts/{70df3b5cfd5c482e26af.js → d0d578f78e733e48e8f4.js} +1 -1
- package/dist/client/scripts/d8b558fcdec4b8aa0034.js +1 -0
- package/dist/client/scripts/{4b90fee2f9afcd45d7e2.js → e8f2c2e76ebb4fff5ab2.js} +1 -1
- package/dist/client/scripts/ec7baa92a825a338c11d.js +1 -0
- package/dist/client/styles/3d5996bad70a1657a93b.css +1 -0
- package/dist/client/styles/{b70a0ff0bbfde9e322b5.css → 4416faec254580e31810.css} +1 -1
- package/dist/client/styles/5986848b869848f6c8cd.css +1 -0
- package/dist/components/components/article/Article.vue.d.ts +17 -0
- package/dist/components/components/article/components/ArticleSection.vue.d.ts +10 -0
- package/dist/components/components/image-with-caption/ImageWithCaption.vue.d.ts +1 -48
- package/dist/components/components/megalinks/Megalinks.vue.d.ts +1 -1
- package/dist/components/components/quote/Quote.vue.d.ts +14 -1
- package/dist/components/components/quote/index.d.ts +14 -1
- package/dist/components/components/stretched-link-card/StretchedLinkCard.vue.d.ts +2 -17
- package/dist/components/vs-component-library.css +1 -1
- package/dist/components/vs-component-library.js +130 -130
- package/dist/components/vs-component-library.mjs +519 -528
- package/dist/ssr/index.js +1 -1
- package/dist/ssr/manifest.json +1 -1
- package/dist/ssr/styles/{8a174544a63ad162fecd.css → 6268d2ea23132080eb42.css} +3 -3
- package/package.json +1 -1
- package/dist/client/scripts/2109495bcb3ad9b2c1bc.js +0 -1
- package/dist/client/scripts/5dc13376c30741c1ab2e.js +0 -1
- package/dist/client/scripts/6b937518a9afc81d00d7.js +0 -1
- package/dist/client/scripts/815727531bfef1c70c8f.js +0 -1
- package/dist/client/scripts/90d734ebff6ad86a760a.js +0 -1
- package/dist/client/scripts/9a0913e2bb7e116e722a.js +0 -1
- package/dist/client/scripts/a315cc3b2cadb61e66c3.js +0 -1
- package/dist/client/scripts/b70a0ff0bbfde9e322b5.js +0 -1
- package/dist/client/scripts/bdb8608eddf7bc7915c8.js +0 -1
- package/dist/client/styles/5dc13376c30741c1ab2e.css +0 -1
- package/dist/client/styles/a315cc3b2cadb61e66c3.css +0 -1
- /package/dist/client/scripts/{8a376c197f08276236aa.js.LICENSE.txt → 902bf1d40c29708e0cd7.js.LICENSE.txt} +0 -0
- /package/dist/client/styles/{87f8783e68aae16abfeb.css → 25fdf888fad4bdbfc1ce.css} +0 -0
- /package/dist/client/styles/{bdb8608eddf7bc7915c8.css → 3c75035750cb054fc418.css} +0 -0
- /package/dist/client/styles/{815727531bfef1c70c8f.css → 62bfabb50ca68abbe7bf.css} +0 -0
- /package/dist/client/styles/{a95a3e80ff20c25db392.css → 6d3b84126379d6fd6d85.css} +0 -0
- /package/dist/client/styles/{8a4f0c08b80b405edd1f.css → 727cb331bee6482e830a.css} +0 -0
- /package/dist/client/styles/{6b937518a9afc81d00d7.css → cee1814ebbd9696bb0bc.css} +0 -0
- /package/dist/client/styles/{70df3b5cfd5c482e26af.css → d0d578f78e733e48e8f4.css} +0 -0
- /package/dist/client/styles/{9a0913e2bb7e116e722a.css → d8b558fcdec4b8aa0034.css} +0 -0
- /package/dist/client/styles/{4b90fee2f9afcd45d7e2.css → e8f2c2e76ebb4fff5ab2.css} +0 -0
- /package/dist/client/styles/{90d734ebff6ad86a760a.css → ec7baa92a825a338c11d.css} +0 -0
|
@@ -121,8 +121,8 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
121
121
|
variant: string;
|
|
122
122
|
theme: string;
|
|
123
123
|
noJsMessage: string;
|
|
124
|
+
buttonLink: string;
|
|
124
125
|
noCookiesMessage: string;
|
|
125
126
|
cookieLinkText: string;
|
|
126
|
-
buttonLink: string;
|
|
127
127
|
}, {}>;
|
|
128
128
|
export default _default;
|
|
@@ -4,18 +4,31 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
4
4
|
default: string;
|
|
5
5
|
validator: (value: unknown) => any;
|
|
6
6
|
};
|
|
7
|
+
withBorder: {
|
|
8
|
+
type: BooleanConstructor;
|
|
9
|
+
default: boolean;
|
|
10
|
+
};
|
|
7
11
|
}, any, any, {
|
|
8
12
|
hasAuthorName(): boolean;
|
|
9
13
|
hasAuthorTitle(): boolean;
|
|
10
14
|
hasAuthorImage(): boolean;
|
|
11
|
-
variantClass():
|
|
15
|
+
variantClass(): {
|
|
16
|
+
'vs-quote--narrow': boolean;
|
|
17
|
+
'vs-quote--wide': boolean;
|
|
18
|
+
'vs-quote--with-border': any;
|
|
19
|
+
}[];
|
|
12
20
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
13
21
|
variant: {
|
|
14
22
|
type: StringConstructor;
|
|
15
23
|
default: string;
|
|
16
24
|
validator: (value: unknown) => any;
|
|
17
25
|
};
|
|
26
|
+
withBorder: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
18
30
|
}>>, {
|
|
19
31
|
variant: string;
|
|
32
|
+
withBorder: boolean;
|
|
20
33
|
}, {}>;
|
|
21
34
|
export default _default;
|
|
@@ -5,19 +5,32 @@ declare const _default: {
|
|
|
5
5
|
default: string;
|
|
6
6
|
validator: (value: unknown) => any;
|
|
7
7
|
};
|
|
8
|
+
withBorder: {
|
|
9
|
+
type: BooleanConstructor;
|
|
10
|
+
default: boolean;
|
|
11
|
+
};
|
|
8
12
|
}, any, any, {
|
|
9
13
|
hasAuthorName(): boolean;
|
|
10
14
|
hasAuthorTitle(): boolean;
|
|
11
15
|
hasAuthorImage(): boolean;
|
|
12
|
-
variantClass():
|
|
16
|
+
variantClass(): {
|
|
17
|
+
'vs-quote--narrow': boolean;
|
|
18
|
+
'vs-quote--wide': boolean;
|
|
19
|
+
'vs-quote--with-border': any;
|
|
20
|
+
}[];
|
|
13
21
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
14
22
|
variant: {
|
|
15
23
|
type: StringConstructor;
|
|
16
24
|
default: string;
|
|
17
25
|
validator: (value: unknown) => any;
|
|
18
26
|
};
|
|
27
|
+
withBorder: {
|
|
28
|
+
type: BooleanConstructor;
|
|
29
|
+
default: boolean;
|
|
30
|
+
};
|
|
19
31
|
}>>, {
|
|
20
32
|
variant: string;
|
|
33
|
+
withBorder: boolean;
|
|
21
34
|
}, {}>;
|
|
22
35
|
};
|
|
23
36
|
export default _default;
|
|
@@ -100,7 +100,6 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
100
100
|
}>;
|
|
101
101
|
}, {
|
|
102
102
|
jsDisabled: boolean;
|
|
103
|
-
requiredCookies: string[];
|
|
104
103
|
}, {
|
|
105
104
|
formattedVideoBtnText(): string;
|
|
106
105
|
formattedVideoDuration(): string;
|
|
@@ -117,28 +116,14 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
117
116
|
};
|
|
118
117
|
videoLoaded(): boolean;
|
|
119
118
|
warningClass(): string;
|
|
120
|
-
|
|
121
|
-
showError(): boolean;
|
|
122
|
-
showWarning(): string | boolean;
|
|
119
|
+
showWarning(): boolean;
|
|
123
120
|
warningMessage(): string;
|
|
124
121
|
warningAttrs(): {
|
|
125
|
-
class: string;
|
|
126
122
|
size: string;
|
|
127
123
|
};
|
|
128
124
|
}, {
|
|
129
125
|
emitShowModal(): void;
|
|
130
|
-
}, {
|
|
131
|
-
data(): {
|
|
132
|
-
bypassCookiesExist: boolean;
|
|
133
|
-
};
|
|
134
|
-
computed: {
|
|
135
|
-
onetrustActiveGroups(): any;
|
|
136
|
-
requiredCookiesExist(): any;
|
|
137
|
-
cookiesInitStatus(): any;
|
|
138
|
-
cookiesSet: () => string[];
|
|
139
|
-
};
|
|
140
|
-
mounted(): void;
|
|
141
|
-
}, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
126
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
142
127
|
/**
|
|
143
128
|
* The link that the component will use
|
|
144
129
|
*/
|