@visitscotland/component-library 5.53.0 → 5.54.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.
Files changed (107) hide show
  1. package/dist/components/{LoadingSpinner-D0Xf9MWc.mjs → LoadingSpinner-CIALXVmL.mjs} +3018 -2991
  2. package/dist/components/LoadingSpinner-WvjNy1CK.js +41 -0
  3. package/dist/components/src/components/accordion/components/AccordionItem.vue.d.ts +4 -0
  4. package/dist/components/src/components/accordion/components/AccordionToggle.vue.d.ts +2 -0
  5. package/dist/components/src/components/address/Address.vue.d.ts +2 -0
  6. package/dist/components/src/components/alert/Alert.vue.d.ts +2 -0
  7. package/dist/components/src/components/article-details/ArticleDetails.vue.d.ts +2 -0
  8. package/dist/components/src/components/banner/Banner.vue.d.ts +4 -0
  9. package/dist/components/src/components/button/Button.vue.d.ts +2 -0
  10. package/dist/components/src/components/button-toggle-group/ButtonToggleGroup.vue.d.ts +2 -0
  11. package/dist/components/src/components/canned-search/CannedSearch.vue.d.ts +8 -0
  12. package/dist/components/src/components/canned-search/components/CannedSearchLogos.vue.d.ts +2 -0
  13. package/dist/components/src/components/canned-search/components/CannedSearchProductCard.vue.d.ts +2 -0
  14. package/dist/components/src/components/canned-search/components/CannedSearchSummaryBox.vue.d.ts +2 -0
  15. package/dist/components/src/components/caption/Caption.vue.d.ts +2 -0
  16. package/dist/components/src/components/carbon-calculator/CarbonCalculator.vue.d.ts +16 -0
  17. package/dist/components/src/components/carbon-calculator/components/CarbonCalculatorQuestion.vue.d.ts +2 -0
  18. package/dist/components/src/components/carbon-calculator/components/CarbonCalculatorResults.vue.d.ts +4 -0
  19. package/dist/components/src/components/carbon-calculator/components/CarbonCalculatorRunningTotal.vue.d.ts +2 -0
  20. package/dist/components/src/components/carbon-calculator/components/CarbonCalculatorTip.vue.d.ts +2 -0
  21. package/dist/components/src/components/card/Card.vue.d.ts +2 -0
  22. package/dist/components/src/components/carousel/Carousel.vue.d.ts +2 -0
  23. package/dist/components/src/components/carousel/components/CarouselSlide.vue.d.ts +10 -0
  24. package/dist/components/src/components/content-swiper/ContentSwiper.vue.d.ts +1656 -0
  25. package/dist/components/src/components/content-swiper/components/ContentSwiperSlide.d.ts +2 -0
  26. package/dist/components/src/components/detail/Detail.vue.d.ts +2 -0
  27. package/dist/components/src/components/embed-wrapper/EmbedWrapper.vue.d.ts +4 -0
  28. package/dist/components/src/components/event-card/EventCard.vue.d.ts +2 -0
  29. package/dist/components/src/components/footer/components/FooterAccordionItem.vue.d.ts +4 -0
  30. package/dist/components/src/components/footer/components/FooterCopyright.vue.d.ts +2 -0
  31. package/dist/components/src/components/footer/components/FooterNavListItem.vue.d.ts +2 -0
  32. package/dist/components/src/components/footer/components/FooterSocialItem.vue.d.ts +4 -0
  33. package/dist/components/src/components/form/Form.vue.d.ts +8 -0
  34. package/dist/components/src/components/global-menu/components/GlobalMenuLanguage.vue.d.ts +2 -0
  35. package/dist/components/src/components/hero-section/HeroSection.vue.d.ts +8 -0
  36. package/dist/components/src/components/icon/Icon.vue.d.ts +2 -0
  37. package/dist/components/src/components/icon-list/components/IconListItem.vue.d.ts +2 -0
  38. package/dist/components/src/components/image-with-caption/ImageWithCaption.vue.d.ts +14 -0
  39. package/dist/components/src/components/index.d.ts +2 -0
  40. package/dist/components/src/components/input/Input.vue.d.ts +2 -0
  41. package/dist/components/src/components/itineraries/Itinerary.vue.d.ts +2 -0
  42. package/dist/components/src/components/itineraries/components/ItineraryDay.vue.d.ts +6 -0
  43. package/dist/components/src/components/itineraries/components/ItineraryStop.vue.d.ts +4 -0
  44. package/dist/components/src/components/itineraries/components/ItineraryStopInfo.vue.d.ts +4 -0
  45. package/dist/components/src/components/link/Link.vue.d.ts +2 -0
  46. package/dist/components/src/components/link-list/components/LinkListItem.vue.d.ts +2 -0
  47. package/dist/components/src/components/listicle/ListicleItem.vue.d.ts +2 -0
  48. package/dist/components/src/components/map/Map.vue.d.ts +4 -0
  49. package/dist/components/src/components/map/components/MapMarker.vue.d.ts +2 -0
  50. package/dist/components/src/components/map-marker-icon/MapMarkerIcon.vue.d.ts +2 -0
  51. package/dist/components/src/components/map-with-sidebar/MapWithSidebar.vue.d.ts +26 -0
  52. package/dist/components/src/components/map-with-sidebar/components/MapWithSidebarButtons.vue.d.ts +2 -0
  53. package/dist/components/src/components/map-with-sidebar/components/MapWithSidebarCategory.vue.d.ts +4 -0
  54. package/dist/components/src/components/map-with-sidebar/components/MapWithSidebarControls.vue.d.ts +2 -0
  55. package/dist/components/src/components/map-with-sidebar/components/MapWithSidebarListItem.vue.d.ts +2 -0
  56. package/dist/components/src/components/map-with-sidebar/components/MapWithSidebarPanel.vue.d.ts +14 -0
  57. package/dist/components/src/components/map-with-sidebar/components/MapWithSidebarSubcategory.vue.d.ts +2 -0
  58. package/dist/components/src/components/mega-nav/MegaNav.vue.d.ts +14 -0
  59. package/dist/components/src/components/mega-nav/components/MegaNavAccordionItem.vue.d.ts +6 -0
  60. package/dist/components/src/components/mega-nav/components/MegaNavDropdown.vue.d.ts +2 -0
  61. package/dist/components/src/components/mega-nav/components/MegaNavDropdownContainer.vue.d.ts +4 -0
  62. package/dist/components/src/components/mega-nav/components/MegaNavFeaturedEvent.vue.d.ts +8 -0
  63. package/dist/components/src/components/mega-nav/components/MegaNavFeaturedItem.vue.d.ts +8 -0
  64. package/dist/components/src/components/mega-nav/components/MegaNavListItem.vue.d.ts +2 -0
  65. package/dist/components/src/components/mega-nav/components/MegaNavStaticLink.vue.d.ts +2 -0
  66. package/dist/components/src/components/megalinks/Megalinks.vue.d.ts +2 -0
  67. package/dist/components/src/components/megalinks/components/megalink-link-list/MegalinkLinkList.vue.d.ts +10 -0
  68. package/dist/components/src/components/megalinks/components/megalink-multi-image/MegalinkMultiImage.vue.d.ts +10 -0
  69. package/dist/components/src/components/megalinks/components/megalink-single-image/MegalinkSingleImage.vue.d.ts +2 -0
  70. package/dist/components/src/components/modal/Modal.vue.d.ts +2 -0
  71. package/dist/components/src/components/navigation-bar/NavigationBar.vue.d.ts +6 -0
  72. package/dist/components/src/components/navigation-bar/components/NavigationBarSearch.vue.d.ts +8 -0
  73. package/dist/components/src/components/navigation-bar/components/NavigationBarSidebar.vue.d.ts +2 -0
  74. package/dist/components/src/components/navigation-bar/components/NavigationBarSidebarButton.vue.d.ts +4 -0
  75. package/dist/components/src/components/number-input/NumberInput.vue.d.ts +2 -0
  76. package/dist/components/src/components/pagination/VsPagination.vue.d.ts +2 -2
  77. package/dist/components/src/components/product-search/ProductSearch.vue.d.ts +4 -0
  78. package/dist/components/src/components/site-search/SiteSearch.vue.d.ts +2 -0
  79. package/dist/components/src/components/site-search/components/SiteSearchForm.vue.d.ts +6 -0
  80. package/dist/components/src/components/ski-scotland/ski-scotland-card/SkiScotlandCard.vue.d.ts +8 -0
  81. package/dist/components/src/components/ski-scotland/ski-scotland-status/SkiScotlandStatus.vue.d.ts +14 -0
  82. package/dist/components/src/components/skip-to/SkipTo.vue.d.ts +2 -0
  83. package/dist/components/src/components/social-credit-link/SocialCreditLink.vue.d.ts +4 -0
  84. package/dist/components/src/components/social-share/SocialShare.vue.d.ts +2 -0
  85. package/dist/components/src/components/social-share/components/SocialShareItem.vue.d.ts +4 -0
  86. package/dist/components/src/components/spotlight-section/SpotlightSection.vue.d.ts +2 -0
  87. package/dist/components/src/components/stretched-link-card/StretchedLinkCard.vue.d.ts +8 -0
  88. package/dist/components/src/components/stretched-link-card/components/StretchedLinkPanels.vue.d.ts +2 -0
  89. package/dist/components/src/components/summary-box/components/SummaryBoxListItem.vue.d.ts +2 -0
  90. package/dist/components/src/components/svg-link/SvgLink.vue.d.ts +2 -0
  91. package/dist/components/src/components/tag/Tag.vue.d.ts +2 -0
  92. package/dist/components/src/components/toggle-button/ToggleButton.vue.d.ts +4 -0
  93. package/dist/components/src/components/tooltip/Tooltip.vue.d.ts +2 -0
  94. package/dist/components/src/components/video/Video.vue.d.ts +8 -0
  95. package/dist/components/src/components/video/components/VideoHtml5.vue.d.ts +4 -0
  96. package/dist/components/src/components/video/components/VideoYoutube.vue.d.ts +4 -0
  97. package/dist/components/src/components/video-caption/VideoCaption.vue.d.ts +10 -0
  98. package/dist/components/src/components/warning/Warning.vue.d.ts +4 -0
  99. package/dist/components/src/custom-components/maps/MainMap.vue.d.ts +2 -2
  100. package/dist/components/src/custom-components/maps/index.d.ts +2 -2
  101. package/dist/components/style.css +1 -1
  102. package/dist/components/vs-component-library-maps.js +1 -1
  103. package/dist/components/vs-component-library-maps.mjs +1 -1
  104. package/dist/components/vs-component-library.js +9 -9
  105. package/dist/components/vs-component-library.mjs +8110 -4115
  106. package/package.json +2 -1
  107. package/dist/components/LoadingSpinner-GwEp7vJg.js +0 -41
@@ -985,11 +985,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
985
985
  "vs-icon-facility-cafe": string;
986
986
  "vs-icon-feedback-error": string;
987
987
  "vs-icon-facility-accessible-parking": string;
988
+ "vs-icon-control-next": string;
988
989
  "vs-icon-control-filters": string;
989
990
  "vs-icon-feedback-information": string;
990
991
  "vs-icon-control-external-link": string;
991
992
  "vs-icon-control-play": string;
992
993
  "vs-icon-facility-accessible-dining": string;
994
+ "vs-icon-control-previous": string;
993
995
  "vs-icon-facility-public-transport": string;
994
996
  "vs-icon-season-winter": string;
995
997
  "vs-icon-control-expand": string;
@@ -1935,11 +1937,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1935
1937
  "vs-icon-facility-cafe": string;
1936
1938
  "vs-icon-feedback-error": string;
1937
1939
  "vs-icon-facility-accessible-parking": string;
1940
+ "vs-icon-control-next": string;
1938
1941
  "vs-icon-control-filters": string;
1939
1942
  "vs-icon-feedback-information": string;
1940
1943
  "vs-icon-control-external-link": string;
1941
1944
  "vs-icon-control-play": string;
1942
1945
  "vs-icon-facility-accessible-dining": string;
1946
+ "vs-icon-control-previous": string;
1943
1947
  "vs-icon-facility-public-transport": string;
1944
1948
  "vs-icon-season-winter": string;
1945
1949
  "vs-icon-control-expand": string;
@@ -866,11 +866,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
866
866
  "vs-icon-facility-cafe": string;
867
867
  "vs-icon-feedback-error": string;
868
868
  "vs-icon-facility-accessible-parking": string;
869
+ "vs-icon-control-next": string;
869
870
  "vs-icon-control-filters": string;
870
871
  "vs-icon-feedback-information": string;
871
872
  "vs-icon-control-external-link": string;
872
873
  "vs-icon-control-play": string;
873
874
  "vs-icon-facility-accessible-dining": string;
875
+ "vs-icon-control-previous": string;
874
876
  "vs-icon-facility-public-transport": string;
875
877
  "vs-icon-season-winter": string;
876
878
  "vs-icon-control-expand": string;
@@ -200,11 +200,13 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
200
200
  "vs-icon-facility-cafe": string;
201
201
  "vs-icon-feedback-error": string;
202
202
  "vs-icon-facility-accessible-parking": string;
203
+ "vs-icon-control-next": string;
203
204
  "vs-icon-control-filters": string;
204
205
  "vs-icon-feedback-information": string;
205
206
  "vs-icon-control-external-link": string;
206
207
  "vs-icon-control-play": string;
207
208
  "vs-icon-facility-accessible-dining": string;
209
+ "vs-icon-control-previous": string;
208
210
  "vs-icon-facility-public-transport": string;
209
211
  "vs-icon-season-winter": string;
210
212
  "vs-icon-control-expand": string;
@@ -200,11 +200,13 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
200
200
  "vs-icon-facility-cafe": string;
201
201
  "vs-icon-feedback-error": string;
202
202
  "vs-icon-facility-accessible-parking": string;
203
+ "vs-icon-control-next": string;
203
204
  "vs-icon-control-filters": string;
204
205
  "vs-icon-feedback-information": string;
205
206
  "vs-icon-control-external-link": string;
206
207
  "vs-icon-control-play": string;
207
208
  "vs-icon-facility-accessible-dining": string;
209
+ "vs-icon-control-previous": string;
208
210
  "vs-icon-facility-public-transport": string;
209
211
  "vs-icon-season-winter": string;
210
212
  "vs-icon-control-expand": string;
@@ -250,11 +250,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
250
250
  "vs-icon-facility-cafe": string;
251
251
  "vs-icon-feedback-error": string;
252
252
  "vs-icon-facility-accessible-parking": string;
253
+ "vs-icon-control-next": string;
253
254
  "vs-icon-control-filters": string;
254
255
  "vs-icon-feedback-information": string;
255
256
  "vs-icon-control-external-link": string;
256
257
  "vs-icon-control-play": string;
257
258
  "vs-icon-facility-accessible-dining": string;
259
+ "vs-icon-control-previous": string;
258
260
  "vs-icon-facility-public-transport": string;
259
261
  "vs-icon-season-winter": string;
260
262
  "vs-icon-control-expand": string;
@@ -884,11 +884,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
884
884
  "vs-icon-facility-cafe": string;
885
885
  "vs-icon-feedback-error": string;
886
886
  "vs-icon-facility-accessible-parking": string;
887
+ "vs-icon-control-next": string;
887
888
  "vs-icon-control-filters": string;
888
889
  "vs-icon-feedback-information": string;
889
890
  "vs-icon-control-external-link": string;
890
891
  "vs-icon-control-play": string;
891
892
  "vs-icon-facility-accessible-dining": string;
893
+ "vs-icon-control-previous": string;
892
894
  "vs-icon-facility-public-transport": string;
893
895
  "vs-icon-season-winter": string;
894
896
  "vs-icon-control-expand": string;
@@ -1357,11 +1359,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1357
1359
  "vs-icon-facility-cafe": string;
1358
1360
  "vs-icon-feedback-error": string;
1359
1361
  "vs-icon-facility-accessible-parking": string;
1362
+ "vs-icon-control-next": string;
1360
1363
  "vs-icon-control-filters": string;
1361
1364
  "vs-icon-feedback-information": string;
1362
1365
  "vs-icon-control-external-link": string;
1363
1366
  "vs-icon-control-play": string;
1364
1367
  "vs-icon-facility-accessible-dining": string;
1368
+ "vs-icon-control-previous": string;
1365
1369
  "vs-icon-facility-public-transport": string;
1366
1370
  "vs-icon-season-winter": string;
1367
1371
  "vs-icon-control-expand": string;
@@ -908,11 +908,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
908
908
  "vs-icon-facility-cafe": string;
909
909
  "vs-icon-feedback-error": string;
910
910
  "vs-icon-facility-accessible-parking": string;
911
+ "vs-icon-control-next": string;
911
912
  "vs-icon-control-filters": string;
912
913
  "vs-icon-feedback-information": string;
913
914
  "vs-icon-control-external-link": string;
914
915
  "vs-icon-control-play": string;
915
916
  "vs-icon-facility-accessible-dining": string;
917
+ "vs-icon-control-previous": string;
916
918
  "vs-icon-facility-public-transport": string;
917
919
  "vs-icon-season-winter": string;
918
920
  "vs-icon-control-expand": string;
@@ -1194,11 +1194,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1194
1194
  "vs-icon-facility-cafe": string;
1195
1195
  "vs-icon-feedback-error": string;
1196
1196
  "vs-icon-facility-accessible-parking": string;
1197
+ "vs-icon-control-next": string;
1197
1198
  "vs-icon-control-filters": string;
1198
1199
  "vs-icon-feedback-information": string;
1199
1200
  "vs-icon-control-external-link": string;
1200
1201
  "vs-icon-control-play": string;
1201
1202
  "vs-icon-facility-accessible-dining": string;
1203
+ "vs-icon-control-previous": string;
1202
1204
  "vs-icon-facility-public-transport": string;
1203
1205
  "vs-icon-season-winter": string;
1204
1206
  "vs-icon-control-expand": string;
@@ -830,11 +830,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
830
830
  "vs-icon-facility-cafe": string;
831
831
  "vs-icon-feedback-error": string;
832
832
  "vs-icon-facility-accessible-parking": string;
833
+ "vs-icon-control-next": string;
833
834
  "vs-icon-control-filters": string;
834
835
  "vs-icon-feedback-information": string;
835
836
  "vs-icon-control-external-link": string;
836
837
  "vs-icon-control-play": string;
837
838
  "vs-icon-facility-accessible-dining": string;
839
+ "vs-icon-control-previous": string;
838
840
  "vs-icon-facility-public-transport": string;
839
841
  "vs-icon-season-winter": string;
840
842
  "vs-icon-control-expand": string;
@@ -1965,11 +1967,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1965
1967
  "vs-icon-facility-cafe": string;
1966
1968
  "vs-icon-feedback-error": string;
1967
1969
  "vs-icon-facility-accessible-parking": string;
1970
+ "vs-icon-control-next": string;
1968
1971
  "vs-icon-control-filters": string;
1969
1972
  "vs-icon-feedback-information": string;
1970
1973
  "vs-icon-control-external-link": string;
1971
1974
  "vs-icon-control-play": string;
1972
1975
  "vs-icon-facility-accessible-dining": string;
1976
+ "vs-icon-control-previous": string;
1973
1977
  "vs-icon-facility-public-transport": string;
1974
1978
  "vs-icon-season-winter": string;
1975
1979
  "vs-icon-control-expand": string;
@@ -2911,11 +2915,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2911
2915
  "vs-icon-facility-cafe": string;
2912
2916
  "vs-icon-feedback-error": string;
2913
2917
  "vs-icon-facility-accessible-parking": string;
2918
+ "vs-icon-control-next": string;
2914
2919
  "vs-icon-control-filters": string;
2915
2920
  "vs-icon-feedback-information": string;
2916
2921
  "vs-icon-control-external-link": string;
2917
2922
  "vs-icon-control-play": string;
2918
2923
  "vs-icon-facility-accessible-dining": string;
2924
+ "vs-icon-control-previous": string;
2919
2925
  "vs-icon-facility-public-transport": string;
2920
2926
  "vs-icon-season-winter": string;
2921
2927
  "vs-icon-control-expand": string;
@@ -4282,11 +4288,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4282
4288
  "vs-icon-facility-cafe": string;
4283
4289
  "vs-icon-feedback-error": string;
4284
4290
  "vs-icon-facility-accessible-parking": string;
4291
+ "vs-icon-control-next": string;
4285
4292
  "vs-icon-control-filters": string;
4286
4293
  "vs-icon-feedback-information": string;
4287
4294
  "vs-icon-control-external-link": string;
4288
4295
  "vs-icon-control-play": string;
4289
4296
  "vs-icon-facility-accessible-dining": string;
4297
+ "vs-icon-control-previous": string;
4290
4298
  "vs-icon-facility-public-transport": string;
4291
4299
  "vs-icon-season-winter": string;
4292
4300
  "vs-icon-control-expand": string;
@@ -980,11 +980,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
980
980
  "vs-icon-facility-cafe": string;
981
981
  "vs-icon-feedback-error": string;
982
982
  "vs-icon-facility-accessible-parking": string;
983
+ "vs-icon-control-next": string;
983
984
  "vs-icon-control-filters": string;
984
985
  "vs-icon-feedback-information": string;
985
986
  "vs-icon-control-external-link": string;
986
987
  "vs-icon-control-play": string;
987
988
  "vs-icon-facility-accessible-dining": string;
989
+ "vs-icon-control-previous": string;
988
990
  "vs-icon-facility-public-transport": string;
989
991
  "vs-icon-season-winter": string;
990
992
  "vs-icon-control-expand": string;
@@ -768,11 +768,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
768
768
  "vs-icon-facility-cafe": string;
769
769
  "vs-icon-feedback-error": string;
770
770
  "vs-icon-facility-accessible-parking": string;
771
+ "vs-icon-control-next": string;
771
772
  "vs-icon-control-filters": string;
772
773
  "vs-icon-feedback-information": string;
773
774
  "vs-icon-control-external-link": string;
774
775
  "vs-icon-control-play": string;
775
776
  "vs-icon-facility-accessible-dining": string;
777
+ "vs-icon-control-previous": string;
776
778
  "vs-icon-facility-public-transport": string;
777
779
  "vs-icon-season-winter": string;
778
780
  "vs-icon-control-expand": string;
@@ -522,11 +522,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
522
522
  "vs-icon-facility-cafe": string;
523
523
  "vs-icon-feedback-error": string;
524
524
  "vs-icon-facility-accessible-parking": string;
525
+ "vs-icon-control-next": string;
525
526
  "vs-icon-control-filters": string;
526
527
  "vs-icon-feedback-information": string;
527
528
  "vs-icon-control-external-link": string;
528
529
  "vs-icon-control-play": string;
529
530
  "vs-icon-facility-accessible-dining": string;
531
+ "vs-icon-control-previous": string;
530
532
  "vs-icon-facility-public-transport": string;
531
533
  "vs-icon-season-winter": string;
532
534
  "vs-icon-control-expand": string;
@@ -217,11 +217,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
217
217
  "vs-icon-facility-cafe": string;
218
218
  "vs-icon-feedback-error": string;
219
219
  "vs-icon-facility-accessible-parking": string;
220
+ "vs-icon-control-next": string;
220
221
  "vs-icon-control-filters": string;
221
222
  "vs-icon-feedback-information": string;
222
223
  "vs-icon-control-external-link": string;
223
224
  "vs-icon-control-play": string;
224
225
  "vs-icon-facility-accessible-dining": string;
226
+ "vs-icon-control-previous": string;
225
227
  "vs-icon-facility-public-transport": string;
226
228
  "vs-icon-season-winter": string;
227
229
  "vs-icon-control-expand": string;
@@ -1068,11 +1068,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1068
1068
  "vs-icon-facility-cafe": string;
1069
1069
  "vs-icon-feedback-error": string;
1070
1070
  "vs-icon-facility-accessible-parking": string;
1071
+ "vs-icon-control-next": string;
1071
1072
  "vs-icon-control-filters": string;
1072
1073
  "vs-icon-feedback-information": string;
1073
1074
  "vs-icon-control-external-link": string;
1074
1075
  "vs-icon-control-play": string;
1075
1076
  "vs-icon-facility-accessible-dining": string;
1077
+ "vs-icon-control-previous": string;
1076
1078
  "vs-icon-facility-public-transport": string;
1077
1079
  "vs-icon-season-winter": string;
1078
1080
  "vs-icon-control-expand": string;
@@ -1558,11 +1560,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1558
1560
  "vs-icon-facility-cafe": string;
1559
1561
  "vs-icon-feedback-error": string;
1560
1562
  "vs-icon-facility-accessible-parking": string;
1563
+ "vs-icon-control-next": string;
1561
1564
  "vs-icon-control-filters": string;
1562
1565
  "vs-icon-feedback-information": string;
1563
1566
  "vs-icon-control-external-link": string;
1564
1567
  "vs-icon-control-play": string;
1565
1568
  "vs-icon-facility-accessible-dining": string;
1569
+ "vs-icon-control-previous": string;
1566
1570
  "vs-icon-facility-public-transport": string;
1567
1571
  "vs-icon-season-winter": string;
1568
1572
  "vs-icon-control-expand": string;
@@ -2476,11 +2480,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2476
2480
  "vs-icon-facility-cafe": string;
2477
2481
  "vs-icon-feedback-error": string;
2478
2482
  "vs-icon-facility-accessible-parking": string;
2483
+ "vs-icon-control-next": string;
2479
2484
  "vs-icon-control-filters": string;
2480
2485
  "vs-icon-feedback-information": string;
2481
2486
  "vs-icon-control-external-link": string;
2482
2487
  "vs-icon-control-play": string;
2483
2488
  "vs-icon-facility-accessible-dining": string;
2489
+ "vs-icon-control-previous": string;
2484
2490
  "vs-icon-facility-public-transport": string;
2485
2491
  "vs-icon-season-winter": string;
2486
2492
  "vs-icon-control-expand": string;
@@ -3305,11 +3311,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3305
3311
  "vs-icon-facility-cafe": string;
3306
3312
  "vs-icon-feedback-error": string;
3307
3313
  "vs-icon-facility-accessible-parking": string;
3314
+ "vs-icon-control-next": string;
3308
3315
  "vs-icon-control-filters": string;
3309
3316
  "vs-icon-feedback-information": string;
3310
3317
  "vs-icon-control-external-link": string;
3311
3318
  "vs-icon-control-play": string;
3312
3319
  "vs-icon-facility-accessible-dining": string;
3320
+ "vs-icon-control-previous": string;
3313
3321
  "vs-icon-facility-public-transport": string;
3314
3322
  "vs-icon-season-winter": string;
3315
3323
  "vs-icon-control-expand": string;
@@ -3750,11 +3758,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3750
3758
  "vs-icon-facility-cafe": string;
3751
3759
  "vs-icon-feedback-error": string;
3752
3760
  "vs-icon-facility-accessible-parking": string;
3761
+ "vs-icon-control-next": string;
3753
3762
  "vs-icon-control-filters": string;
3754
3763
  "vs-icon-feedback-information": string;
3755
3764
  "vs-icon-control-external-link": string;
3756
3765
  "vs-icon-control-play": string;
3757
3766
  "vs-icon-facility-accessible-dining": string;
3767
+ "vs-icon-control-previous": string;
3758
3768
  "vs-icon-facility-public-transport": string;
3759
3769
  "vs-icon-season-winter": string;
3760
3770
  "vs-icon-control-expand": string;
@@ -4281,11 +4291,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4281
4291
  "vs-icon-facility-cafe": string;
4282
4292
  "vs-icon-feedback-error": string;
4283
4293
  "vs-icon-facility-accessible-parking": string;
4294
+ "vs-icon-control-next": string;
4284
4295
  "vs-icon-control-filters": string;
4285
4296
  "vs-icon-feedback-information": string;
4286
4297
  "vs-icon-control-external-link": string;
4287
4298
  "vs-icon-control-play": string;
4288
4299
  "vs-icon-facility-accessible-dining": string;
4300
+ "vs-icon-control-previous": string;
4289
4301
  "vs-icon-facility-public-transport": string;
4290
4302
  "vs-icon-season-winter": string;
4291
4303
  "vs-icon-control-expand": string;
@@ -4637,11 +4649,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4637
4649
  "vs-icon-facility-cafe": string;
4638
4650
  "vs-icon-feedback-error": string;
4639
4651
  "vs-icon-facility-accessible-parking": string;
4652
+ "vs-icon-control-next": string;
4640
4653
  "vs-icon-control-filters": string;
4641
4654
  "vs-icon-feedback-information": string;
4642
4655
  "vs-icon-control-external-link": string;
4643
4656
  "vs-icon-control-play": string;
4644
4657
  "vs-icon-facility-accessible-dining": string;
4658
+ "vs-icon-control-previous": string;
4645
4659
  "vs-icon-facility-public-transport": string;
4646
4660
  "vs-icon-season-winter": string;
4647
4661
  "vs-icon-control-expand": string;
@@ -7166,11 +7180,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7166
7180
  "vs-icon-facility-cafe": string;
7167
7181
  "vs-icon-feedback-error": string;
7168
7182
  "vs-icon-facility-accessible-parking": string;
7183
+ "vs-icon-control-next": string;
7169
7184
  "vs-icon-control-filters": string;
7170
7185
  "vs-icon-feedback-information": string;
7171
7186
  "vs-icon-control-external-link": string;
7172
7187
  "vs-icon-control-play": string;
7173
7188
  "vs-icon-facility-accessible-dining": string;
7189
+ "vs-icon-control-previous": string;
7174
7190
  "vs-icon-facility-public-transport": string;
7175
7191
  "vs-icon-season-winter": string;
7176
7192
  "vs-icon-control-expand": string;
@@ -2458,11 +2458,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2458
2458
  "vs-icon-facility-cafe": string;
2459
2459
  "vs-icon-feedback-error": string;
2460
2460
  "vs-icon-facility-accessible-parking": string;
2461
+ "vs-icon-control-next": string;
2461
2462
  "vs-icon-control-filters": string;
2462
2463
  "vs-icon-feedback-information": string;
2463
2464
  "vs-icon-control-external-link": string;
2464
2465
  "vs-icon-control-play": string;
2465
2466
  "vs-icon-facility-accessible-dining": string;
2467
+ "vs-icon-control-previous": string;
2466
2468
  "vs-icon-facility-public-transport": string;
2467
2469
  "vs-icon-season-winter": string;
2468
2470
  "vs-icon-control-expand": string;
@@ -254,11 +254,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
254
254
  "vs-icon-facility-cafe": string;
255
255
  "vs-icon-feedback-error": string;
256
256
  "vs-icon-facility-accessible-parking": string;
257
+ "vs-icon-control-next": string;
257
258
  "vs-icon-control-filters": string;
258
259
  "vs-icon-feedback-information": string;
259
260
  "vs-icon-control-external-link": string;
260
261
  "vs-icon-control-play": string;
261
262
  "vs-icon-facility-accessible-dining": string;
263
+ "vs-icon-control-previous": string;
262
264
  "vs-icon-facility-public-transport": string;
263
265
  "vs-icon-season-winter": string;
264
266
  "vs-icon-control-expand": string;
@@ -752,11 +754,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
752
754
  "vs-icon-facility-cafe": string;
753
755
  "vs-icon-feedback-error": string;
754
756
  "vs-icon-facility-accessible-parking": string;
757
+ "vs-icon-control-next": string;
755
758
  "vs-icon-control-filters": string;
756
759
  "vs-icon-feedback-information": string;
757
760
  "vs-icon-control-external-link": string;
758
761
  "vs-icon-control-play": string;
759
762
  "vs-icon-facility-accessible-dining": string;
763
+ "vs-icon-control-previous": string;
760
764
  "vs-icon-facility-public-transport": string;
761
765
  "vs-icon-season-winter": string;
762
766
  "vs-icon-control-expand": string;
@@ -243,11 +243,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
243
243
  "vs-icon-facility-cafe": string;
244
244
  "vs-icon-feedback-error": string;
245
245
  "vs-icon-facility-accessible-parking": string;
246
+ "vs-icon-control-next": string;
246
247
  "vs-icon-control-filters": string;
247
248
  "vs-icon-feedback-information": string;
248
249
  "vs-icon-control-external-link": string;
249
250
  "vs-icon-control-play": string;
250
251
  "vs-icon-facility-accessible-dining": string;
252
+ "vs-icon-control-previous": string;
251
253
  "vs-icon-facility-public-transport": string;
252
254
  "vs-icon-season-winter": string;
253
255
  "vs-icon-control-expand": string;
@@ -221,11 +221,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
221
221
  "vs-icon-facility-cafe": string;
222
222
  "vs-icon-feedback-error": string;
223
223
  "vs-icon-facility-accessible-parking": string;
224
+ "vs-icon-control-next": string;
224
225
  "vs-icon-control-filters": string;
225
226
  "vs-icon-feedback-information": string;
226
227
  "vs-icon-control-external-link": string;
227
228
  "vs-icon-control-play": string;
228
229
  "vs-icon-facility-accessible-dining": string;
230
+ "vs-icon-control-previous": string;
229
231
  "vs-icon-facility-public-transport": string;
230
232
  "vs-icon-season-winter": string;
231
233
  "vs-icon-control-expand": string;
@@ -203,11 +203,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
203
203
  "vs-icon-facility-cafe": string;
204
204
  "vs-icon-feedback-error": string;
205
205
  "vs-icon-facility-accessible-parking": string;
206
+ "vs-icon-control-next": string;
206
207
  "vs-icon-control-filters": string;
207
208
  "vs-icon-feedback-information": string;
208
209
  "vs-icon-control-external-link": string;
209
210
  "vs-icon-control-play": string;
210
211
  "vs-icon-facility-accessible-dining": string;
212
+ "vs-icon-control-previous": string;
211
213
  "vs-icon-facility-public-transport": string;
212
214
  "vs-icon-season-winter": string;
213
215
  "vs-icon-control-expand": string;
@@ -1122,11 +1122,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1122
1122
  "vs-icon-facility-cafe": string;
1123
1123
  "vs-icon-feedback-error": string;
1124
1124
  "vs-icon-facility-accessible-parking": string;
1125
+ "vs-icon-control-next": string;
1125
1126
  "vs-icon-control-filters": string;
1126
1127
  "vs-icon-feedback-information": string;
1127
1128
  "vs-icon-control-external-link": string;
1128
1129
  "vs-icon-control-play": string;
1129
1130
  "vs-icon-facility-accessible-dining": string;
1131
+ "vs-icon-control-previous": string;
1130
1132
  "vs-icon-facility-public-transport": string;
1131
1133
  "vs-icon-season-winter": string;
1132
1134
  "vs-icon-control-expand": string;
@@ -717,11 +717,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
717
717
  "vs-icon-facility-cafe": string;
718
718
  "vs-icon-feedback-error": string;
719
719
  "vs-icon-facility-accessible-parking": string;
720
+ "vs-icon-control-next": string;
720
721
  "vs-icon-control-filters": string;
721
722
  "vs-icon-feedback-information": string;
722
723
  "vs-icon-control-external-link": string;
723
724
  "vs-icon-control-play": string;
724
725
  "vs-icon-facility-accessible-dining": string;
726
+ "vs-icon-control-previous": string;
725
727
  "vs-icon-facility-public-transport": string;
726
728
  "vs-icon-season-winter": string;
727
729
  "vs-icon-control-expand": string;
@@ -1921,11 +1923,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1921
1923
  "vs-icon-facility-cafe": string;
1922
1924
  "vs-icon-feedback-error": string;
1923
1925
  "vs-icon-facility-accessible-parking": string;
1926
+ "vs-icon-control-next": string;
1924
1927
  "vs-icon-control-filters": string;
1925
1928
  "vs-icon-feedback-information": string;
1926
1929
  "vs-icon-control-external-link": string;
1927
1930
  "vs-icon-control-play": string;
1928
1931
  "vs-icon-facility-accessible-dining": string;
1932
+ "vs-icon-control-previous": string;
1929
1933
  "vs-icon-facility-public-transport": string;
1930
1934
  "vs-icon-season-winter": string;
1931
1935
  "vs-icon-control-expand": string;
@@ -2252,11 +2256,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2252
2256
  "vs-icon-facility-cafe": string;
2253
2257
  "vs-icon-feedback-error": string;
2254
2258
  "vs-icon-facility-accessible-parking": string;
2259
+ "vs-icon-control-next": string;
2255
2260
  "vs-icon-control-filters": string;
2256
2261
  "vs-icon-feedback-information": string;
2257
2262
  "vs-icon-control-external-link": string;
2258
2263
  "vs-icon-control-play": string;
2259
2264
  "vs-icon-facility-accessible-dining": string;
2265
+ "vs-icon-control-previous": string;
2260
2266
  "vs-icon-facility-public-transport": string;
2261
2267
  "vs-icon-season-winter": string;
2262
2268
  "vs-icon-control-expand": string;
@@ -3170,11 +3176,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3170
3176
  "vs-icon-facility-cafe": string;
3171
3177
  "vs-icon-feedback-error": string;
3172
3178
  "vs-icon-facility-accessible-parking": string;
3179
+ "vs-icon-control-next": string;
3173
3180
  "vs-icon-control-filters": string;
3174
3181
  "vs-icon-feedback-information": string;
3175
3182
  "vs-icon-control-external-link": string;
3176
3183
  "vs-icon-control-play": string;
3177
3184
  "vs-icon-facility-accessible-dining": string;
3185
+ "vs-icon-control-previous": string;
3178
3186
  "vs-icon-facility-public-transport": string;
3179
3187
  "vs-icon-season-winter": string;
3180
3188
  "vs-icon-control-expand": string;
@@ -3526,11 +3534,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3526
3534
  "vs-icon-facility-cafe": string;
3527
3535
  "vs-icon-feedback-error": string;
3528
3536
  "vs-icon-facility-accessible-parking": string;
3537
+ "vs-icon-control-next": string;
3529
3538
  "vs-icon-control-filters": string;
3530
3539
  "vs-icon-feedback-information": string;
3531
3540
  "vs-icon-control-external-link": string;
3532
3541
  "vs-icon-control-play": string;
3533
3542
  "vs-icon-facility-accessible-dining": string;
3543
+ "vs-icon-control-previous": string;
3534
3544
  "vs-icon-facility-public-transport": string;
3535
3545
  "vs-icon-season-winter": string;
3536
3546
  "vs-icon-control-expand": string;