@visitscotland/component-library 5.51.1 → 5.53.0
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/LICENSE.txt +21 -21
- package/dist/components/{LoadingSpinner-CaO_-caf.mjs → LoadingSpinner-D0Xf9MWc.mjs} +4 -2
- package/dist/components/{LoadingSpinner-Dp1LUhwe.js → LoadingSpinner-GwEp7vJg.js} +1 -1
- package/dist/components/deprecated-B3DbN99Y.mjs +16 -0
- package/dist/components/{deprecated-BJ2e68Yo.js → deprecated-Cl9osRH8.js} +12 -12
- package/dist/components/{highland-cow-6AoCzBpF.mjs → highland-cow-BiKfZg7L.mjs} +14 -14
- package/dist/components/{highland-cow-DlMGnebG.js → highland-cow-CRm5ANrL.js} +14 -14
- package/dist/components/{iCentre-BnLcpIw8.js → iCentre-BeepnBTk.js} +42 -42
- package/dist/components/{iCentre-BLimkPxI.mjs → iCentre-DV4_tr7d.mjs} +42 -42
- package/dist/components/{os-logo-maps-DUN8X-lQ.mjs → os-logo-maps-B7DKWN7s.mjs} +9 -9
- package/dist/components/{os-logo-maps-QXAuept_.js → os-logo-maps-CF9QEvIX.js} +9 -9
- package/dist/components/{os-logo-maps-white-BTtf_Eki.js → os-logo-maps-white-DOUatF7F.js} +6 -6
- package/dist/components/{os-logo-maps-white-SKYtuD6d.mjs → os-logo-maps-white-Dl0tLZD_.mjs} +6 -6
- package/dist/components/{prototype-lvwJzV8T.mjs → prototype-8NKYzK-s.mjs} +13 -13
- package/dist/components/{prototype-DQocvgQh.js → prototype-ggLuAMuB.js} +12 -12
- package/dist/components/ready-DQA4tUcz.mjs +15 -0
- package/dist/components/{ready-D9pdKFkx.js → ready-DSUouF6L.js} +11 -11
- package/dist/components/{review-CknihZl_.mjs → review-B3KwWYuP.mjs} +11 -11
- package/dist/components/{review-7L3On10m.js → review-Bi0lAugE.js} +11 -11
- package/dist/components/src/components/form/Form.vue.d.ts +10 -4
- package/dist/components/src/components/select/Select.vue.d.ts +14 -14
- package/dist/components/src/custom-components/maps/MainMap.vue.d.ts +2 -2
- package/dist/components/src/custom-components/maps/components/MapFeaturedLocation.vue.d.ts +6 -1
- package/dist/components/src/custom-components/maps/components/MapSidebar.vue.d.ts +22 -137
- package/dist/components/src/custom-components/maps/composables/useViewportController.d.ts +58 -0
- package/dist/components/src/custom-components/maps/index.d.ts +56 -190
- package/dist/components/src/stores/mainMap.store.d.ts +10 -1
- package/dist/components/style.css +1 -1
- package/dist/components/{visitscotland-logo-BEiiuSpo.mjs → visitscotland-logo-BA7LkUJw.mjs} +3 -3
- package/dist/components/{visitscotland-logo-NoymCLtN.js → visitscotland-logo-yAzNpi5x.js} +3 -3
- package/dist/components/vs-component-library-maps.js +1 -1
- package/dist/components/vs-component-library-maps.mjs +1 -1
- package/dist/components/vs-component-library.js +103 -103
- package/dist/components/vs-component-library.mjs +2909 -2777
- package/package.json +205 -205
- package/dist/components/deprecated-SV4OJNeR.mjs +0 -16
- package/dist/components/ready-CWPx4e9A.mjs +0 -15
package/LICENSE.txt
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
xtMIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2023 VisitScotland
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
1
|
+
xtMIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2023 VisitScotland
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -6755,7 +6755,8 @@ const $o = /* @__PURE__ */ ln(ex, [["render", tx]]), Wd = kb("datalayer", () =>
|
|
|
6755
6755
|
"hit_timestamp",
|
|
6756
6756
|
"tag_name",
|
|
6757
6757
|
"meta_data",
|
|
6758
|
-
"accordion_text"
|
|
6758
|
+
"accordion_text",
|
|
6759
|
+
"click_text"
|
|
6759
6760
|
], mx = [
|
|
6760
6761
|
"event",
|
|
6761
6762
|
"event_tab",
|
|
@@ -6975,7 +6976,8 @@ const $o = /* @__PURE__ */ ln(ex, [["render", tx]]), Wd = kb("datalayer", () =>
|
|
|
6975
6976
|
l = "accordion_opened", o = "GA4 - Event - Accordion Opened", u = {
|
|
6976
6977
|
event: l,
|
|
6977
6978
|
tag_name: o,
|
|
6978
|
-
accordion_text: a.accordion_text
|
|
6979
|
+
accordion_text: a.accordion_text,
|
|
6980
|
+
click_text: a.accordion_text
|
|
6979
6981
|
}, d = this.compileFullTemplate(u), f = this.templateFiller(gx, d);
|
|
6980
6982
|
break;
|
|
6981
6983
|
case "tabClickEvent":
|