@visitscotland/component-library 5.10.0 → 5.11.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/dist/client/manifest.json +345 -345
- package/dist/client/scripts/02201764e0adf0d63538.js +1 -0
- package/dist/client/scripts/56228f6f7ab63dbe022f.js +1 -0
- package/dist/client/scripts/9c64203930fa566e3776.js +1 -0
- package/dist/client/scripts/b08f62c02ec3d19cd9b2.js +1 -0
- package/dist/client/scripts/{d2e46d1692567d97f210.js → c1202f7be443a6a829da.js} +1 -1
- package/dist/client/scripts/ce4712ba18eeec368d3a.js +1 -0
- package/dist/client/styles/02201764e0adf0d63538.css +1 -0
- package/dist/client/styles/9c64203930fa566e3776.css +1 -0
- package/dist/client/styles/{9a3c14f9ef2b144039b3.css → a9fc8cd86cad82a9fc6d.css} +1 -1
- package/dist/client/styles/ce4712ba18eeec368d3a.css +1 -0
- package/dist/components/{LoadingSpinner-DBxMMPDE.mjs → LoadingSpinner-BGAbIm7j.mjs} +1 -0
- package/dist/components/{LoadingSpinner-CRtI2f1l.js → LoadingSpinner-Bx_xt3Ws.js} +1 -1
- package/dist/components/components/accordion/components/AccordionItem.vue.d.ts +2 -0
- package/dist/components/components/accordion/components/AccordionToggle.vue.d.ts +1 -0
- package/dist/components/components/accordion/index.d.ts +3 -0
- package/dist/components/components/address/Address.vue.d.ts +1 -0
- package/dist/components/components/alert/Alert.vue.d.ts +1 -0
- package/dist/components/components/article-details/ArticleDetails.vue.d.ts +1 -0
- package/dist/components/components/badge/Badge.vue.d.ts +2 -2
- package/dist/components/components/banner/Banner.vue.d.ts +2 -0
- package/dist/components/components/button/Button.vue.d.ts +1 -0
- package/dist/components/components/button-toggle-group/ButtonToggleGroup.vue.d.ts +1 -0
- package/dist/components/components/canned-search/CannedSearch.vue.d.ts +4 -0
- package/dist/components/components/canned-search/components/CannedSearchLogos.vue.d.ts +1 -0
- package/dist/components/components/canned-search/components/CannedSearchProductCard.vue.d.ts +1 -0
- package/dist/components/components/canned-search/components/CannedSearchSummaryBox.vue.d.ts +1 -0
- package/dist/components/components/caption/Caption.vue.d.ts +1 -0
- package/dist/components/components/carbon-calculator/CarbonCalculator.vue.d.ts +8 -0
- package/dist/components/components/carbon-calculator/components/CarbonCalculatorQuestion.vue.d.ts +1 -0
- package/dist/components/components/carbon-calculator/components/CarbonCalculatorResults.vue.d.ts +2 -0
- package/dist/components/components/carbon-calculator/components/CarbonCalculatorRunningTotal.vue.d.ts +1 -0
- package/dist/components/components/carbon-calculator/components/CarbonCalculatorTip.vue.d.ts +1 -0
- package/dist/components/components/card/Card.vue.d.ts +1 -0
- package/dist/components/components/carousel/Carousel.vue.d.ts +1 -0
- package/dist/components/components/carousel/components/CarouselSlide.vue.d.ts +5 -0
- package/dist/components/components/embed-wrapper/EmbedWrapper.vue.d.ts +2 -0
- package/dist/components/components/event-card/EventCard.vue.d.ts +1 -0
- package/dist/components/components/footer/components/FooterAccordionItem.vue.d.ts +2 -0
- package/dist/components/components/footer/components/FooterCopyright.vue.d.ts +1 -0
- package/dist/components/components/footer/components/FooterNavListItem.vue.d.ts +1 -0
- package/dist/components/components/footer/components/FooterSocialItem.vue.d.ts +2 -0
- package/dist/components/components/form/Form.vue.d.ts +4 -0
- package/dist/components/components/global-menu/components/GlobalMenuLanguage.vue.d.ts +1 -0
- package/dist/components/components/hero-section/HeroSection.vue.d.ts +2 -0
- package/dist/components/components/hero-section/components/HeroSectionImage.vue.d.ts +1 -0
- package/dist/components/components/hero-section/components/HeroSectionVideoControl.vue.d.ts +1 -0
- package/dist/components/components/icon/Icon.vue.d.ts +1 -0
- package/dist/components/components/icon/index.d.ts +1 -0
- package/dist/components/components/icon-list/components/IconListItem.vue.d.ts +1 -0
- package/dist/components/components/image-with-caption/ImageWithCaption.vue.d.ts +7 -0
- package/dist/components/components/input/Input.vue.d.ts +1 -0
- package/dist/components/components/itineraries/Itinerary.vue.d.ts +1 -0
- package/dist/components/components/itineraries/components/ItineraryDay.vue.d.ts +3 -0
- package/dist/components/components/itineraries/components/ItineraryStop.vue.d.ts +1 -0
- package/dist/components/components/itineraries/components/ItineraryStopInfo.vue.d.ts +2 -0
- package/dist/components/components/link/Link.vue.d.ts +1 -0
- package/dist/components/components/link-list/components/LinkListItem.vue.d.ts +1 -0
- package/dist/components/components/map/Map.vue.d.ts +2 -0
- package/dist/components/components/map/components/MapMarker.vue.d.ts +1 -0
- package/dist/components/components/map-marker-icon/MapMarkerIcon.vue.d.ts +1 -0
- package/dist/components/components/map-with-sidebar/MapWithSidebar.vue.d.ts +13 -0
- package/dist/components/components/map-with-sidebar/components/MapWithSidebarButtons.vue.d.ts +1 -0
- package/dist/components/components/map-with-sidebar/components/MapWithSidebarCategory.vue.d.ts +2 -0
- package/dist/components/components/map-with-sidebar/components/MapWithSidebarControls.vue.d.ts +1 -0
- package/dist/components/components/map-with-sidebar/components/MapWithSidebarListItem.vue.d.ts +1 -0
- package/dist/components/components/map-with-sidebar/components/MapWithSidebarPanel.vue.d.ts +7 -0
- package/dist/components/components/map-with-sidebar/components/MapWithSidebarSubcategory.vue.d.ts +1 -0
- package/dist/components/components/mega-nav/MegaNav.vue.d.ts +7 -0
- package/dist/components/components/mega-nav/components/MegaNavAccordionItem.vue.d.ts +3 -0
- package/dist/components/components/mega-nav/components/MegaNavDropdown.vue.d.ts +1 -0
- package/dist/components/components/mega-nav/components/MegaNavDropdownContainer.vue.d.ts +2 -0
- package/dist/components/components/mega-nav/components/MegaNavFeaturedEvent.vue.d.ts +4 -0
- package/dist/components/components/mega-nav/components/MegaNavFeaturedItem.vue.d.ts +4 -0
- package/dist/components/components/mega-nav/components/MegaNavListItem.vue.d.ts +1 -0
- package/dist/components/components/mega-nav/components/MegaNavStaticLink.vue.d.ts +1 -0
- package/dist/components/components/megalinks/Megalinks.vue.d.ts +1 -0
- package/dist/components/components/megalinks/components/megalink-link-list/MegalinkLinkList.vue.d.ts +5 -0
- package/dist/components/components/megalinks/components/megalink-multi-image/MegalinkMultiImage.vue.d.ts +5 -0
- package/dist/components/components/megalinks/components/megalink-single-image/MegalinkSingleImage.vue.d.ts +1 -0
- package/dist/components/components/modal/Modal.vue.d.ts +1 -0
- package/dist/components/components/number-input/NumberInput.vue.d.ts +1 -0
- package/dist/components/components/product-search/ProductSearch.vue.d.ts +2 -0
- package/dist/components/components/site-search/SiteSearch.vue.d.ts +1 -0
- package/dist/components/components/site-search/components/SiteSearchForm.vue.d.ts +3 -0
- package/dist/components/components/ski-scotland/ski-scotland-card/SkiScotlandCard.vue.d.ts +4 -0
- package/dist/components/components/ski-scotland/ski-scotland-status/SkiScotlandStatus.vue.d.ts +7 -0
- package/dist/components/components/skip-to/SkipTo.vue.d.ts +1 -0
- package/dist/components/components/social-credit-link/SocialCreditLink.vue.d.ts +2 -0
- package/dist/components/components/social-share/SocialShare.vue.d.ts +1 -0
- package/dist/components/components/social-share/components/SocialShareItem.vue.d.ts +2 -0
- package/dist/components/components/spotlight-section/SpotlightSection.vue.d.ts +1 -0
- package/dist/components/components/stretched-link-card/StretchedLinkCard.vue.d.ts +4 -0
- package/dist/components/components/stretched-link-card/components/StretchedLinkPanels.vue.d.ts +1 -0
- package/dist/components/components/summary-box/components/SummaryBoxListItem.vue.d.ts +1 -0
- package/dist/components/components/svg-link/SvgLink.vue.d.ts +1 -0
- package/dist/components/components/tag/Tag.vue.d.ts +1 -0
- package/dist/components/components/toggle-button/ToggleButton.vue.d.ts +2 -0
- package/dist/components/components/tooltip/Tooltip.vue.d.ts +1 -0
- package/dist/components/components/video/Video.vue.d.ts +2 -0
- package/dist/components/components/video-caption/VideoCaption.vue.d.ts +5 -0
- package/dist/components/components/warning/Warning.vue.d.ts +2 -0
- package/dist/components/style.css +1 -1
- 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 +2 -2
- package/dist/components/vs-component-library.mjs +2353 -2352
- package/dist/ssr/index.js +1 -1
- package/dist/ssr/manifest.json +1 -1
- package/dist/ssr/styles/{8144ff247c2bdf9d2646.css → 63b5bacc38bb7d9f5e8e.css} +4 -4
- package/package.json +1 -1
- package/dist/client/scripts/5916e211da38d2f20094.js +0 -1
- package/dist/client/scripts/a5f5263b5c7c03c9c34e.js +0 -1
- package/dist/client/scripts/b0793fc6609bbc2d992b.js +0 -1
- package/dist/client/scripts/e79c376b28bc625aea22.js +0 -1
- package/dist/client/scripts/ec37d8bfaa1148156c17.js +0 -1
- package/dist/client/styles/5916e211da38d2f20094.css +0 -1
- package/dist/client/styles/a5f5263b5c7c03c9c34e.css +0 -1
- package/dist/client/styles/e79c376b28bc625aea22.css +0 -1
- /package/dist/client/scripts/{0634e4f65b33b05be675.js → 144ec959a8b39f754c33.js} +0 -0
- /package/dist/client/scripts/{cde2b3a7388bf83eb2a4.js → 47a6211dcd76ff9fc2f6.js} +0 -0
- /package/dist/client/scripts/{5d117b7adbf69eae0041.js → 5de909354776d7d3471a.js} +0 -0
- /package/dist/client/scripts/{ca8a4a8b000becfa5971.js → 5ef9a0f18541fee55f4c.js} +0 -0
- /package/dist/client/scripts/{6b9457295d9fb85186be.js → 7ec169a2f6ce27b046c0.js} +0 -0
- /package/dist/client/scripts/{9a3c14f9ef2b144039b3.js → a9fc8cd86cad82a9fc6d.js} +0 -0
- /package/dist/client/scripts/{0087a44808b195bb79fb.js → c54a0bf6b6e273b1f3c7.js} +0 -0
- /package/dist/client/styles/{0634e4f65b33b05be675.css → 144ec959a8b39f754c33.css} +0 -0
- /package/dist/client/styles/{cde2b3a7388bf83eb2a4.css → 47a6211dcd76ff9fc2f6.css} +0 -0
- /package/dist/client/styles/{b0793fc6609bbc2d992b.css → 56228f6f7ab63dbe022f.css} +0 -0
- /package/dist/client/styles/{5d117b7adbf69eae0041.css → 5de909354776d7d3471a.css} +0 -0
- /package/dist/client/styles/{ca8a4a8b000becfa5971.css → 5ef9a0f18541fee55f4c.css} +0 -0
- /package/dist/client/styles/{6b9457295d9fb85186be.css → 7ec169a2f6ce27b046c0.css} +0 -0
- /package/dist/client/styles/{ec37d8bfaa1148156c17.css → b08f62c02ec3d19cd9b2.css} +0 -0
- /package/dist/client/styles/{0087a44808b195bb79fb.css → c54a0bf6b6e273b1f3c7.css} +0 -0
|
@@ -935,6 +935,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
935
935
|
"vs-icon-facility-accessible-parking": string;
|
|
936
936
|
"vs-icon-control-filters": string;
|
|
937
937
|
"vs-icon-feedback-information": string;
|
|
938
|
+
"vs-icon-control-external-link": string;
|
|
938
939
|
"vs-icon-control-play": string;
|
|
939
940
|
"vs-icon-facility-accessible-dining": string;
|
|
940
941
|
"vs-icon-facility-public-transport": string;
|
|
@@ -1045,6 +1045,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1045
1045
|
"vs-icon-facility-accessible-parking": string;
|
|
1046
1046
|
"vs-icon-control-filters": string;
|
|
1047
1047
|
"vs-icon-feedback-information": string;
|
|
1048
|
+
"vs-icon-control-external-link": string;
|
|
1048
1049
|
"vs-icon-control-play": string;
|
|
1049
1050
|
"vs-icon-facility-accessible-dining": string;
|
|
1050
1051
|
"vs-icon-facility-public-transport": string;
|
|
@@ -1342,6 +1342,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1342
1342
|
"vs-icon-facility-accessible-parking": string;
|
|
1343
1343
|
"vs-icon-control-filters": string;
|
|
1344
1344
|
"vs-icon-feedback-information": string;
|
|
1345
|
+
"vs-icon-control-external-link": string;
|
|
1345
1346
|
"vs-icon-control-play": string;
|
|
1346
1347
|
"vs-icon-facility-accessible-dining": string;
|
|
1347
1348
|
"vs-icon-facility-public-transport": string;
|
|
@@ -564,6 +564,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
564
564
|
"vs-icon-facility-accessible-parking": string;
|
|
565
565
|
"vs-icon-control-filters": string;
|
|
566
566
|
"vs-icon-feedback-information": string;
|
|
567
|
+
"vs-icon-control-external-link": string;
|
|
567
568
|
"vs-icon-control-play": string;
|
|
568
569
|
"vs-icon-facility-accessible-dining": string;
|
|
569
570
|
"vs-icon-facility-public-transport": string;
|
|
@@ -1454,6 +1455,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1454
1455
|
"vs-icon-facility-accessible-parking": string;
|
|
1455
1456
|
"vs-icon-control-filters": string;
|
|
1456
1457
|
"vs-icon-feedback-information": string;
|
|
1458
|
+
"vs-icon-control-external-link": string;
|
|
1457
1459
|
"vs-icon-control-play": string;
|
|
1458
1460
|
"vs-icon-facility-accessible-dining": string;
|
|
1459
1461
|
"vs-icon-facility-public-transport": string;
|
|
@@ -833,6 +833,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
833
833
|
"vs-icon-facility-accessible-parking": string;
|
|
834
834
|
"vs-icon-control-filters": string;
|
|
835
835
|
"vs-icon-feedback-information": string;
|
|
836
|
+
"vs-icon-control-external-link": string;
|
|
836
837
|
"vs-icon-control-play": string;
|
|
837
838
|
"vs-icon-facility-accessible-dining": string;
|
|
838
839
|
"vs-icon-facility-public-transport": string;
|
|
@@ -290,6 +290,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
290
290
|
"vs-icon-facility-accessible-parking": string;
|
|
291
291
|
"vs-icon-control-filters": string;
|
|
292
292
|
"vs-icon-feedback-information": string;
|
|
293
|
+
"vs-icon-control-external-link": string;
|
|
293
294
|
"vs-icon-control-play": string;
|
|
294
295
|
"vs-icon-facility-accessible-dining": string;
|
|
295
296
|
"vs-icon-facility-public-transport": string;
|
|
@@ -1607,6 +1608,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1607
1608
|
"vs-icon-facility-accessible-parking": string;
|
|
1608
1609
|
"vs-icon-control-filters": string;
|
|
1609
1610
|
"vs-icon-feedback-information": string;
|
|
1611
|
+
"vs-icon-control-external-link": string;
|
|
1610
1612
|
"vs-icon-control-play": string;
|
|
1611
1613
|
"vs-icon-facility-accessible-dining": string;
|
|
1612
1614
|
"vs-icon-facility-public-transport": string;
|
|
@@ -2499,6 +2501,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2499
2501
|
"vs-icon-facility-accessible-parking": string;
|
|
2500
2502
|
"vs-icon-control-filters": string;
|
|
2501
2503
|
"vs-icon-feedback-information": string;
|
|
2504
|
+
"vs-icon-control-external-link": string;
|
|
2502
2505
|
"vs-icon-control-play": string;
|
|
2503
2506
|
"vs-icon-facility-accessible-dining": string;
|
|
2504
2507
|
"vs-icon-facility-public-transport": string;
|
|
@@ -865,6 +865,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
865
865
|
"vs-icon-facility-accessible-parking": string;
|
|
866
866
|
"vs-icon-control-filters": string;
|
|
867
867
|
"vs-icon-feedback-information": string;
|
|
868
|
+
"vs-icon-control-external-link": string;
|
|
868
869
|
"vs-icon-control-play": string;
|
|
869
870
|
"vs-icon-facility-accessible-dining": string;
|
|
870
871
|
"vs-icon-facility-public-transport": string;
|
|
@@ -1192,6 +1193,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1192
1193
|
"vs-icon-facility-accessible-parking": string;
|
|
1193
1194
|
"vs-icon-control-filters": string;
|
|
1194
1195
|
"vs-icon-feedback-information": string;
|
|
1196
|
+
"vs-icon-control-external-link": string;
|
|
1195
1197
|
"vs-icon-control-play": string;
|
|
1196
1198
|
"vs-icon-facility-accessible-dining": string;
|
|
1197
1199
|
"vs-icon-facility-public-transport": string;
|
|
@@ -2082,6 +2084,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2082
2084
|
"vs-icon-facility-accessible-parking": string;
|
|
2083
2085
|
"vs-icon-control-filters": string;
|
|
2084
2086
|
"vs-icon-feedback-information": string;
|
|
2087
|
+
"vs-icon-control-external-link": string;
|
|
2085
2088
|
"vs-icon-control-play": string;
|
|
2086
2089
|
"vs-icon-facility-accessible-dining": string;
|
|
2087
2090
|
"vs-icon-facility-public-transport": string;
|
|
@@ -3017,6 +3020,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3017
3020
|
"vs-icon-facility-accessible-parking": string;
|
|
3018
3021
|
"vs-icon-control-filters": string;
|
|
3019
3022
|
"vs-icon-feedback-information": string;
|
|
3023
|
+
"vs-icon-control-external-link": string;
|
|
3020
3024
|
"vs-icon-control-play": string;
|
|
3021
3025
|
"vs-icon-facility-accessible-dining": string;
|
|
3022
3026
|
"vs-icon-facility-public-transport": string;
|
package/dist/components/components/ski-scotland/ski-scotland-status/SkiScotlandStatus.vue.d.ts
CHANGED
|
@@ -464,6 +464,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
464
464
|
"vs-icon-facility-accessible-parking": string;
|
|
465
465
|
"vs-icon-control-filters": string;
|
|
466
466
|
"vs-icon-feedback-information": string;
|
|
467
|
+
"vs-icon-control-external-link": string;
|
|
467
468
|
"vs-icon-control-play": string;
|
|
468
469
|
"vs-icon-facility-accessible-dining": string;
|
|
469
470
|
"vs-icon-facility-public-transport": string;
|
|
@@ -2722,6 +2723,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2722
2723
|
"vs-icon-facility-accessible-parking": string;
|
|
2723
2724
|
"vs-icon-control-filters": string;
|
|
2724
2725
|
"vs-icon-feedback-information": string;
|
|
2726
|
+
"vs-icon-control-external-link": string;
|
|
2725
2727
|
"vs-icon-control-play": string;
|
|
2726
2728
|
"vs-icon-facility-accessible-dining": string;
|
|
2727
2729
|
"vs-icon-facility-public-transport": string;
|
|
@@ -3669,6 +3671,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3669
3671
|
"vs-icon-facility-accessible-parking": string;
|
|
3670
3672
|
"vs-icon-control-filters": string;
|
|
3671
3673
|
"vs-icon-feedback-information": string;
|
|
3674
|
+
"vs-icon-control-external-link": string;
|
|
3672
3675
|
"vs-icon-control-play": string;
|
|
3673
3676
|
"vs-icon-facility-accessible-dining": string;
|
|
3674
3677
|
"vs-icon-facility-public-transport": string;
|
|
@@ -4324,6 +4327,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4324
4327
|
"vs-icon-facility-accessible-parking": string;
|
|
4325
4328
|
"vs-icon-control-filters": string;
|
|
4326
4329
|
"vs-icon-feedback-information": string;
|
|
4330
|
+
"vs-icon-control-external-link": string;
|
|
4327
4331
|
"vs-icon-control-play": string;
|
|
4328
4332
|
"vs-icon-facility-accessible-dining": string;
|
|
4329
4333
|
"vs-icon-facility-public-transport": string;
|
|
@@ -4697,6 +4701,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4697
4701
|
"vs-icon-facility-accessible-parking": string;
|
|
4698
4702
|
"vs-icon-control-filters": string;
|
|
4699
4703
|
"vs-icon-feedback-information": string;
|
|
4704
|
+
"vs-icon-control-external-link": string;
|
|
4700
4705
|
"vs-icon-control-play": string;
|
|
4701
4706
|
"vs-icon-facility-accessible-dining": string;
|
|
4702
4707
|
"vs-icon-facility-public-transport": string;
|
|
@@ -5088,6 +5093,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5088
5093
|
"vs-icon-facility-accessible-parking": string;
|
|
5089
5094
|
"vs-icon-control-filters": string;
|
|
5090
5095
|
"vs-icon-feedback-information": string;
|
|
5096
|
+
"vs-icon-control-external-link": string;
|
|
5091
5097
|
"vs-icon-control-play": string;
|
|
5092
5098
|
"vs-icon-facility-accessible-dining": string;
|
|
5093
5099
|
"vs-icon-facility-public-transport": string;
|
|
@@ -5978,6 +5984,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5978
5984
|
"vs-icon-facility-accessible-parking": string;
|
|
5979
5985
|
"vs-icon-control-filters": string;
|
|
5980
5986
|
"vs-icon-feedback-information": string;
|
|
5987
|
+
"vs-icon-control-external-link": string;
|
|
5981
5988
|
"vs-icon-control-play": string;
|
|
5982
5989
|
"vs-icon-facility-accessible-dining": string;
|
|
5983
5990
|
"vs-icon-facility-public-transport": string;
|
|
@@ -331,6 +331,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
331
331
|
"vs-icon-facility-accessible-parking": string;
|
|
332
332
|
"vs-icon-control-filters": string;
|
|
333
333
|
"vs-icon-feedback-information": string;
|
|
334
|
+
"vs-icon-control-external-link": string;
|
|
334
335
|
"vs-icon-control-play": string;
|
|
335
336
|
"vs-icon-facility-accessible-dining": string;
|
|
336
337
|
"vs-icon-facility-public-transport": string;
|
|
@@ -337,6 +337,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
337
337
|
"vs-icon-facility-accessible-parking": string;
|
|
338
338
|
"vs-icon-control-filters": string;
|
|
339
339
|
"vs-icon-feedback-information": string;
|
|
340
|
+
"vs-icon-control-external-link": string;
|
|
340
341
|
"vs-icon-control-play": string;
|
|
341
342
|
"vs-icon-facility-accessible-dining": string;
|
|
342
343
|
"vs-icon-facility-public-transport": string;
|
|
@@ -622,6 +623,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
622
623
|
"vs-icon-facility-accessible-parking": string;
|
|
623
624
|
"vs-icon-control-filters": string;
|
|
624
625
|
"vs-icon-feedback-information": string;
|
|
626
|
+
"vs-icon-control-external-link": string;
|
|
625
627
|
"vs-icon-control-play": string;
|
|
626
628
|
"vs-icon-facility-accessible-dining": string;
|
|
627
629
|
"vs-icon-facility-public-transport": string;
|
|
@@ -945,6 +945,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
945
945
|
"vs-icon-facility-accessible-parking": string;
|
|
946
946
|
"vs-icon-control-filters": string;
|
|
947
947
|
"vs-icon-feedback-information": string;
|
|
948
|
+
"vs-icon-control-external-link": string;
|
|
948
949
|
"vs-icon-control-play": string;
|
|
949
950
|
"vs-icon-facility-accessible-dining": string;
|
|
950
951
|
"vs-icon-facility-public-transport": string;
|
|
@@ -439,6 +439,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
439
439
|
"vs-icon-facility-accessible-parking": string;
|
|
440
440
|
"vs-icon-control-filters": string;
|
|
441
441
|
"vs-icon-feedback-information": string;
|
|
442
|
+
"vs-icon-control-external-link": string;
|
|
442
443
|
"vs-icon-control-play": string;
|
|
443
444
|
"vs-icon-facility-accessible-dining": string;
|
|
444
445
|
"vs-icon-facility-public-transport": string;
|
|
@@ -724,6 +725,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
724
725
|
"vs-icon-facility-accessible-parking": string;
|
|
725
726
|
"vs-icon-control-filters": string;
|
|
726
727
|
"vs-icon-feedback-information": string;
|
|
728
|
+
"vs-icon-control-external-link": string;
|
|
727
729
|
"vs-icon-control-play": string;
|
|
728
730
|
"vs-icon-facility-accessible-dining": string;
|
|
729
731
|
"vs-icon-facility-public-transport": string;
|
|
@@ -975,6 +975,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
975
975
|
"vs-icon-facility-accessible-parking": string;
|
|
976
976
|
"vs-icon-control-filters": string;
|
|
977
977
|
"vs-icon-feedback-information": string;
|
|
978
|
+
"vs-icon-control-external-link": string;
|
|
978
979
|
"vs-icon-control-play": string;
|
|
979
980
|
"vs-icon-facility-accessible-dining": string;
|
|
980
981
|
"vs-icon-facility-public-transport": string;
|
|
@@ -631,6 +631,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
631
631
|
"vs-icon-facility-accessible-parking": string;
|
|
632
632
|
"vs-icon-control-filters": string;
|
|
633
633
|
"vs-icon-feedback-information": string;
|
|
634
|
+
"vs-icon-control-external-link": string;
|
|
634
635
|
"vs-icon-control-play": string;
|
|
635
636
|
"vs-icon-facility-accessible-dining": string;
|
|
636
637
|
"vs-icon-facility-public-transport": string;
|
|
@@ -1807,6 +1808,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1807
1808
|
"vs-icon-facility-accessible-parking": string;
|
|
1808
1809
|
"vs-icon-control-filters": string;
|
|
1809
1810
|
"vs-icon-feedback-information": string;
|
|
1811
|
+
"vs-icon-control-external-link": string;
|
|
1810
1812
|
"vs-icon-control-play": string;
|
|
1811
1813
|
"vs-icon-facility-accessible-dining": string;
|
|
1812
1814
|
"vs-icon-facility-public-transport": string;
|
|
@@ -2135,6 +2137,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2135
2137
|
"vs-icon-facility-accessible-parking": string;
|
|
2136
2138
|
"vs-icon-control-filters": string;
|
|
2137
2139
|
"vs-icon-feedback-information": string;
|
|
2140
|
+
"vs-icon-control-external-link": string;
|
|
2138
2141
|
"vs-icon-control-play": string;
|
|
2139
2142
|
"vs-icon-facility-accessible-dining": string;
|
|
2140
2143
|
"vs-icon-facility-public-transport": string;
|
|
@@ -3025,6 +3028,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3025
3028
|
"vs-icon-facility-accessible-parking": string;
|
|
3026
3029
|
"vs-icon-control-filters": string;
|
|
3027
3030
|
"vs-icon-feedback-information": string;
|
|
3031
|
+
"vs-icon-control-external-link": string;
|
|
3028
3032
|
"vs-icon-control-play": string;
|
|
3029
3033
|
"vs-icon-facility-accessible-dining": string;
|
|
3030
3034
|
"vs-icon-facility-public-transport": string;
|
package/dist/components/components/stretched-link-card/components/StretchedLinkPanels.vue.d.ts
CHANGED
|
@@ -265,6 +265,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
265
265
|
"vs-icon-facility-accessible-parking": string;
|
|
266
266
|
"vs-icon-control-filters": string;
|
|
267
267
|
"vs-icon-feedback-information": string;
|
|
268
|
+
"vs-icon-control-external-link": string;
|
|
268
269
|
"vs-icon-control-play": string;
|
|
269
270
|
"vs-icon-facility-accessible-dining": string;
|
|
270
271
|
"vs-icon-facility-public-transport": string;
|
|
@@ -265,6 +265,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
265
265
|
"vs-icon-facility-accessible-parking": string;
|
|
266
266
|
"vs-icon-control-filters": string;
|
|
267
267
|
"vs-icon-feedback-information": string;
|
|
268
|
+
"vs-icon-control-external-link": string;
|
|
268
269
|
"vs-icon-control-play": string;
|
|
269
270
|
"vs-icon-facility-accessible-dining": string;
|
|
270
271
|
"vs-icon-facility-public-transport": string;
|
|
@@ -459,6 +459,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
459
459
|
"vs-icon-facility-accessible-parking": string;
|
|
460
460
|
"vs-icon-control-filters": string;
|
|
461
461
|
"vs-icon-feedback-information": string;
|
|
462
|
+
"vs-icon-control-external-link": string;
|
|
462
463
|
"vs-icon-control-play": string;
|
|
463
464
|
"vs-icon-facility-accessible-dining": string;
|
|
464
465
|
"vs-icon-facility-public-transport": string;
|
|
@@ -305,6 +305,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
305
305
|
"vs-icon-facility-accessible-parking": string;
|
|
306
306
|
"vs-icon-control-filters": string;
|
|
307
307
|
"vs-icon-feedback-information": string;
|
|
308
|
+
"vs-icon-control-external-link": string;
|
|
308
309
|
"vs-icon-control-play": string;
|
|
309
310
|
"vs-icon-facility-accessible-dining": string;
|
|
310
311
|
"vs-icon-facility-public-transport": string;
|
|
@@ -830,6 +830,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
830
830
|
"vs-icon-facility-accessible-parking": string;
|
|
831
831
|
"vs-icon-control-filters": string;
|
|
832
832
|
"vs-icon-feedback-information": string;
|
|
833
|
+
"vs-icon-control-external-link": string;
|
|
833
834
|
"vs-icon-control-play": string;
|
|
834
835
|
"vs-icon-facility-accessible-dining": string;
|
|
835
836
|
"vs-icon-facility-public-transport": string;
|
|
@@ -1115,6 +1116,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1115
1116
|
"vs-icon-facility-accessible-parking": string;
|
|
1116
1117
|
"vs-icon-control-filters": string;
|
|
1117
1118
|
"vs-icon-feedback-information": string;
|
|
1119
|
+
"vs-icon-control-external-link": string;
|
|
1118
1120
|
"vs-icon-control-play": string;
|
|
1119
1121
|
"vs-icon-facility-accessible-dining": string;
|
|
1120
1122
|
"vs-icon-facility-public-transport": string;
|
|
@@ -843,6 +843,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
843
843
|
"vs-icon-facility-accessible-parking": string;
|
|
844
844
|
"vs-icon-control-filters": string;
|
|
845
845
|
"vs-icon-feedback-information": string;
|
|
846
|
+
"vs-icon-control-external-link": string;
|
|
846
847
|
"vs-icon-control-play": string;
|
|
847
848
|
"vs-icon-facility-accessible-dining": string;
|
|
848
849
|
"vs-icon-facility-public-transport": string;
|
|
@@ -503,6 +503,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
503
503
|
"vs-icon-facility-accessible-parking": string;
|
|
504
504
|
"vs-icon-control-filters": string;
|
|
505
505
|
"vs-icon-feedback-information": string;
|
|
506
|
+
"vs-icon-control-external-link": string;
|
|
506
507
|
"vs-icon-control-play": string;
|
|
507
508
|
"vs-icon-facility-accessible-dining": string;
|
|
508
509
|
"vs-icon-facility-public-transport": string;
|
|
@@ -1393,6 +1394,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1393
1394
|
"vs-icon-facility-accessible-parking": string;
|
|
1394
1395
|
"vs-icon-control-filters": string;
|
|
1395
1396
|
"vs-icon-feedback-information": string;
|
|
1397
|
+
"vs-icon-control-external-link": string;
|
|
1396
1398
|
"vs-icon-control-play": string;
|
|
1397
1399
|
"vs-icon-facility-accessible-dining": string;
|
|
1398
1400
|
"vs-icon-facility-public-transport": string;
|
|
@@ -923,6 +923,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
923
923
|
"vs-icon-facility-accessible-parking": string;
|
|
924
924
|
"vs-icon-control-filters": string;
|
|
925
925
|
"vs-icon-feedback-information": string;
|
|
926
|
+
"vs-icon-control-external-link": string;
|
|
926
927
|
"vs-icon-control-play": string;
|
|
927
928
|
"vs-icon-facility-accessible-dining": string;
|
|
928
929
|
"vs-icon-facility-public-transport": string;
|
|
@@ -1833,6 +1834,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1833
1834
|
"vs-icon-facility-accessible-parking": string;
|
|
1834
1835
|
"vs-icon-control-filters": string;
|
|
1835
1836
|
"vs-icon-feedback-information": string;
|
|
1837
|
+
"vs-icon-control-external-link": string;
|
|
1836
1838
|
"vs-icon-control-play": string;
|
|
1837
1839
|
"vs-icon-facility-accessible-dining": string;
|
|
1838
1840
|
"vs-icon-facility-public-transport": string;
|
|
@@ -2118,6 +2120,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2118
2120
|
"vs-icon-facility-accessible-parking": string;
|
|
2119
2121
|
"vs-icon-control-filters": string;
|
|
2120
2122
|
"vs-icon-feedback-information": string;
|
|
2123
|
+
"vs-icon-control-external-link": string;
|
|
2121
2124
|
"vs-icon-control-play": string;
|
|
2122
2125
|
"vs-icon-facility-accessible-dining": string;
|
|
2123
2126
|
"vs-icon-facility-public-transport": string;
|
|
@@ -2446,6 +2449,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2446
2449
|
"vs-icon-facility-accessible-parking": string;
|
|
2447
2450
|
"vs-icon-control-filters": string;
|
|
2448
2451
|
"vs-icon-feedback-information": string;
|
|
2452
|
+
"vs-icon-control-external-link": string;
|
|
2449
2453
|
"vs-icon-control-play": string;
|
|
2450
2454
|
"vs-icon-facility-accessible-dining": string;
|
|
2451
2455
|
"vs-icon-facility-public-transport": string;
|
|
@@ -3336,6 +3340,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3336
3340
|
"vs-icon-facility-accessible-parking": string;
|
|
3337
3341
|
"vs-icon-control-filters": string;
|
|
3338
3342
|
"vs-icon-feedback-information": string;
|
|
3343
|
+
"vs-icon-control-external-link": string;
|
|
3339
3344
|
"vs-icon-control-play": string;
|
|
3340
3345
|
"vs-icon-facility-accessible-dining": string;
|
|
3341
3346
|
"vs-icon-facility-public-transport": string;
|
|
@@ -260,6 +260,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
260
260
|
"vs-icon-facility-accessible-parking": string;
|
|
261
261
|
"vs-icon-control-filters": string;
|
|
262
262
|
"vs-icon-feedback-information": string;
|
|
263
|
+
"vs-icon-control-external-link": string;
|
|
263
264
|
"vs-icon-control-play": string;
|
|
264
265
|
"vs-icon-facility-accessible-dining": string;
|
|
265
266
|
"vs-icon-facility-public-transport": string;
|
|
@@ -1150,6 +1151,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1150
1151
|
"vs-icon-facility-accessible-parking": string;
|
|
1151
1152
|
"vs-icon-control-filters": string;
|
|
1152
1153
|
"vs-icon-feedback-information": string;
|
|
1154
|
+
"vs-icon-control-external-link": string;
|
|
1153
1155
|
"vs-icon-control-play": string;
|
|
1154
1156
|
"vs-icon-facility-accessible-dining": string;
|
|
1155
1157
|
"vs-icon-facility-public-transport": string;
|