@visitscotland/component-library 5.53.1 → 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 -4119
  106. package/package.json +2 -1
  107. package/dist/components/LoadingSpinner-GwEp7vJg.js +0 -41
@@ -865,11 +865,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
865
865
  "vs-icon-facility-cafe": string;
866
866
  "vs-icon-feedback-error": string;
867
867
  "vs-icon-facility-accessible-parking": string;
868
+ "vs-icon-control-next": string;
868
869
  "vs-icon-control-filters": string;
869
870
  "vs-icon-feedback-information": string;
870
871
  "vs-icon-control-external-link": string;
871
872
  "vs-icon-control-play": string;
872
873
  "vs-icon-facility-accessible-dining": string;
874
+ "vs-icon-control-previous": string;
873
875
  "vs-icon-facility-public-transport": string;
874
876
  "vs-icon-season-winter": string;
875
877
  "vs-icon-control-expand": string;
@@ -1195,11 +1197,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1195
1197
  "vs-icon-facility-cafe": string;
1196
1198
  "vs-icon-feedback-error": string;
1197
1199
  "vs-icon-facility-accessible-parking": string;
1200
+ "vs-icon-control-next": string;
1198
1201
  "vs-icon-control-filters": string;
1199
1202
  "vs-icon-feedback-information": string;
1200
1203
  "vs-icon-control-external-link": string;
1201
1204
  "vs-icon-control-play": string;
1202
1205
  "vs-icon-facility-accessible-dining": string;
1206
+ "vs-icon-control-previous": string;
1203
1207
  "vs-icon-facility-public-transport": string;
1204
1208
  "vs-icon-season-winter": string;
1205
1209
  "vs-icon-control-expand": string;
@@ -2113,11 +2117,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2113
2117
  "vs-icon-facility-cafe": string;
2114
2118
  "vs-icon-feedback-error": string;
2115
2119
  "vs-icon-facility-accessible-parking": string;
2120
+ "vs-icon-control-next": string;
2116
2121
  "vs-icon-control-filters": string;
2117
2122
  "vs-icon-feedback-information": string;
2118
2123
  "vs-icon-control-external-link": string;
2119
2124
  "vs-icon-control-play": string;
2120
2125
  "vs-icon-facility-accessible-dining": string;
2126
+ "vs-icon-control-previous": string;
2121
2127
  "vs-icon-facility-public-transport": string;
2122
2128
  "vs-icon-season-winter": string;
2123
2129
  "vs-icon-control-expand": string;
@@ -3076,11 +3082,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3076
3082
  "vs-icon-facility-cafe": string;
3077
3083
  "vs-icon-feedback-error": string;
3078
3084
  "vs-icon-facility-accessible-parking": string;
3085
+ "vs-icon-control-next": string;
3079
3086
  "vs-icon-control-filters": string;
3080
3087
  "vs-icon-feedback-information": string;
3081
3088
  "vs-icon-control-external-link": string;
3082
3089
  "vs-icon-control-play": string;
3083
3090
  "vs-icon-facility-accessible-dining": string;
3091
+ "vs-icon-control-previous": string;
3084
3092
  "vs-icon-facility-public-transport": string;
3085
3093
  "vs-icon-season-winter": string;
3086
3094
  "vs-icon-control-expand": string;
@@ -464,11 +464,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
464
464
  "vs-icon-facility-cafe": string;
465
465
  "vs-icon-feedback-error": string;
466
466
  "vs-icon-facility-accessible-parking": string;
467
+ "vs-icon-control-next": string;
467
468
  "vs-icon-control-filters": string;
468
469
  "vs-icon-feedback-information": string;
469
470
  "vs-icon-control-external-link": string;
470
471
  "vs-icon-control-play": string;
471
472
  "vs-icon-facility-accessible-dining": string;
473
+ "vs-icon-control-previous": string;
472
474
  "vs-icon-facility-public-transport": string;
473
475
  "vs-icon-season-winter": string;
474
476
  "vs-icon-control-expand": string;
@@ -2748,11 +2750,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2748
2750
  "vs-icon-facility-cafe": string;
2749
2751
  "vs-icon-feedback-error": string;
2750
2752
  "vs-icon-facility-accessible-parking": string;
2753
+ "vs-icon-control-next": string;
2751
2754
  "vs-icon-control-filters": string;
2752
2755
  "vs-icon-feedback-information": string;
2753
2756
  "vs-icon-control-external-link": string;
2754
2757
  "vs-icon-control-play": string;
2755
2758
  "vs-icon-facility-accessible-dining": string;
2759
+ "vs-icon-control-previous": string;
2756
2760
  "vs-icon-facility-public-transport": string;
2757
2761
  "vs-icon-season-winter": string;
2758
2762
  "vs-icon-control-expand": string;
@@ -3698,11 +3702,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3698
3702
  "vs-icon-facility-cafe": string;
3699
3703
  "vs-icon-feedback-error": string;
3700
3704
  "vs-icon-facility-accessible-parking": string;
3705
+ "vs-icon-control-next": string;
3701
3706
  "vs-icon-control-filters": string;
3702
3707
  "vs-icon-feedback-information": string;
3703
3708
  "vs-icon-control-external-link": string;
3704
3709
  "vs-icon-control-play": string;
3705
3710
  "vs-icon-facility-accessible-dining": string;
3711
+ "vs-icon-control-previous": string;
3706
3712
  "vs-icon-facility-public-transport": string;
3707
3713
  "vs-icon-season-winter": string;
3708
3714
  "vs-icon-control-expand": string;
@@ -4362,11 +4368,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4362
4368
  "vs-icon-facility-cafe": string;
4363
4369
  "vs-icon-feedback-error": string;
4364
4370
  "vs-icon-facility-accessible-parking": string;
4371
+ "vs-icon-control-next": string;
4365
4372
  "vs-icon-control-filters": string;
4366
4373
  "vs-icon-feedback-information": string;
4367
4374
  "vs-icon-control-external-link": string;
4368
4375
  "vs-icon-control-play": string;
4369
4376
  "vs-icon-facility-accessible-dining": string;
4377
+ "vs-icon-control-previous": string;
4370
4378
  "vs-icon-facility-public-transport": string;
4371
4379
  "vs-icon-season-winter": string;
4372
4380
  "vs-icon-control-expand": string;
@@ -4747,11 +4755,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4747
4755
  "vs-icon-facility-cafe": string;
4748
4756
  "vs-icon-feedback-error": string;
4749
4757
  "vs-icon-facility-accessible-parking": string;
4758
+ "vs-icon-control-next": string;
4750
4759
  "vs-icon-control-filters": string;
4751
4760
  "vs-icon-feedback-information": string;
4752
4761
  "vs-icon-control-external-link": string;
4753
4762
  "vs-icon-control-play": string;
4754
4763
  "vs-icon-facility-accessible-dining": string;
4764
+ "vs-icon-control-previous": string;
4755
4765
  "vs-icon-facility-public-transport": string;
4756
4766
  "vs-icon-season-winter": string;
4757
4767
  "vs-icon-control-expand": string;
@@ -5141,11 +5151,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5141
5151
  "vs-icon-facility-cafe": string;
5142
5152
  "vs-icon-feedback-error": string;
5143
5153
  "vs-icon-facility-accessible-parking": string;
5154
+ "vs-icon-control-next": string;
5144
5155
  "vs-icon-control-filters": string;
5145
5156
  "vs-icon-feedback-information": string;
5146
5157
  "vs-icon-control-external-link": string;
5147
5158
  "vs-icon-control-play": string;
5148
5159
  "vs-icon-facility-accessible-dining": string;
5160
+ "vs-icon-control-previous": string;
5149
5161
  "vs-icon-facility-public-transport": string;
5150
5162
  "vs-icon-season-winter": string;
5151
5163
  "vs-icon-control-expand": string;
@@ -6059,11 +6071,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6059
6071
  "vs-icon-facility-cafe": string;
6060
6072
  "vs-icon-feedback-error": string;
6061
6073
  "vs-icon-facility-accessible-parking": string;
6074
+ "vs-icon-control-next": string;
6062
6075
  "vs-icon-control-filters": string;
6063
6076
  "vs-icon-feedback-information": string;
6064
6077
  "vs-icon-control-external-link": string;
6065
6078
  "vs-icon-control-play": string;
6066
6079
  "vs-icon-facility-accessible-dining": string;
6080
+ "vs-icon-control-previous": string;
6067
6081
  "vs-icon-facility-public-transport": string;
6068
6082
  "vs-icon-season-winter": string;
6069
6083
  "vs-icon-control-expand": string;
@@ -340,11 +340,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
340
340
  "vs-icon-facility-cafe": string;
341
341
  "vs-icon-feedback-error": string;
342
342
  "vs-icon-facility-accessible-parking": string;
343
+ "vs-icon-control-next": string;
343
344
  "vs-icon-control-filters": string;
344
345
  "vs-icon-feedback-information": string;
345
346
  "vs-icon-control-external-link": string;
346
347
  "vs-icon-control-play": string;
347
348
  "vs-icon-facility-accessible-dining": string;
349
+ "vs-icon-control-previous": string;
348
350
  "vs-icon-facility-public-transport": string;
349
351
  "vs-icon-season-winter": string;
350
352
  "vs-icon-control-expand": string;
@@ -346,11 +346,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
346
346
  "vs-icon-facility-cafe": string;
347
347
  "vs-icon-feedback-error": string;
348
348
  "vs-icon-facility-accessible-parking": string;
349
+ "vs-icon-control-next": string;
349
350
  "vs-icon-control-filters": string;
350
351
  "vs-icon-feedback-information": string;
351
352
  "vs-icon-control-external-link": string;
352
353
  "vs-icon-control-play": string;
353
354
  "vs-icon-facility-accessible-dining": string;
355
+ "vs-icon-control-previous": string;
354
356
  "vs-icon-facility-public-transport": string;
355
357
  "vs-icon-season-winter": string;
356
358
  "vs-icon-control-expand": string;
@@ -634,11 +636,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
634
636
  "vs-icon-facility-cafe": string;
635
637
  "vs-icon-feedback-error": string;
636
638
  "vs-icon-facility-accessible-parking": string;
639
+ "vs-icon-control-next": string;
637
640
  "vs-icon-control-filters": string;
638
641
  "vs-icon-feedback-information": string;
639
642
  "vs-icon-control-external-link": string;
640
643
  "vs-icon-control-play": string;
641
644
  "vs-icon-facility-accessible-dining": string;
645
+ "vs-icon-control-previous": string;
642
646
  "vs-icon-facility-public-transport": string;
643
647
  "vs-icon-season-winter": string;
644
648
  "vs-icon-control-expand": string;
@@ -970,11 +970,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
970
970
  "vs-icon-facility-cafe": string;
971
971
  "vs-icon-feedback-error": string;
972
972
  "vs-icon-facility-accessible-parking": string;
973
+ "vs-icon-control-next": string;
973
974
  "vs-icon-control-filters": string;
974
975
  "vs-icon-feedback-information": string;
975
976
  "vs-icon-control-external-link": string;
976
977
  "vs-icon-control-play": string;
977
978
  "vs-icon-facility-accessible-dining": string;
979
+ "vs-icon-control-previous": string;
978
980
  "vs-icon-facility-public-transport": string;
979
981
  "vs-icon-season-winter": string;
980
982
  "vs-icon-control-expand": string;
@@ -448,11 +448,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
448
448
  "vs-icon-facility-cafe": string;
449
449
  "vs-icon-feedback-error": string;
450
450
  "vs-icon-facility-accessible-parking": string;
451
+ "vs-icon-control-next": string;
451
452
  "vs-icon-control-filters": string;
452
453
  "vs-icon-feedback-information": string;
453
454
  "vs-icon-control-external-link": string;
454
455
  "vs-icon-control-play": string;
455
456
  "vs-icon-facility-accessible-dining": string;
457
+ "vs-icon-control-previous": string;
456
458
  "vs-icon-facility-public-transport": string;
457
459
  "vs-icon-season-winter": string;
458
460
  "vs-icon-control-expand": string;
@@ -736,11 +738,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
736
738
  "vs-icon-facility-cafe": string;
737
739
  "vs-icon-feedback-error": string;
738
740
  "vs-icon-facility-accessible-parking": string;
741
+ "vs-icon-control-next": string;
739
742
  "vs-icon-control-filters": string;
740
743
  "vs-icon-feedback-information": string;
741
744
  "vs-icon-control-external-link": string;
742
745
  "vs-icon-control-play": string;
743
746
  "vs-icon-facility-accessible-dining": string;
747
+ "vs-icon-control-previous": string;
744
748
  "vs-icon-facility-public-transport": string;
745
749
  "vs-icon-season-winter": string;
746
750
  "vs-icon-control-expand": string;
@@ -1000,11 +1000,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1000
1000
  "vs-icon-facility-cafe": string;
1001
1001
  "vs-icon-feedback-error": string;
1002
1002
  "vs-icon-facility-accessible-parking": string;
1003
+ "vs-icon-control-next": string;
1003
1004
  "vs-icon-control-filters": string;
1004
1005
  "vs-icon-feedback-information": string;
1005
1006
  "vs-icon-control-external-link": string;
1006
1007
  "vs-icon-control-play": string;
1007
1008
  "vs-icon-facility-accessible-dining": string;
1009
+ "vs-icon-control-previous": string;
1008
1010
  "vs-icon-facility-public-transport": string;
1009
1011
  "vs-icon-season-winter": string;
1010
1012
  "vs-icon-control-expand": string;
@@ -640,11 +640,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
640
640
  "vs-icon-facility-cafe": string;
641
641
  "vs-icon-feedback-error": string;
642
642
  "vs-icon-facility-accessible-parking": string;
643
+ "vs-icon-control-next": string;
643
644
  "vs-icon-control-filters": string;
644
645
  "vs-icon-feedback-information": string;
645
646
  "vs-icon-control-external-link": string;
646
647
  "vs-icon-control-play": string;
647
648
  "vs-icon-facility-accessible-dining": string;
649
+ "vs-icon-control-previous": string;
648
650
  "vs-icon-facility-public-transport": string;
649
651
  "vs-icon-season-winter": string;
650
652
  "vs-icon-control-expand": string;
@@ -1844,11 +1846,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1844
1846
  "vs-icon-facility-cafe": string;
1845
1847
  "vs-icon-feedback-error": string;
1846
1848
  "vs-icon-facility-accessible-parking": string;
1849
+ "vs-icon-control-next": string;
1847
1850
  "vs-icon-control-filters": string;
1848
1851
  "vs-icon-feedback-information": string;
1849
1852
  "vs-icon-control-external-link": string;
1850
1853
  "vs-icon-control-play": string;
1851
1854
  "vs-icon-facility-accessible-dining": string;
1855
+ "vs-icon-control-previous": string;
1852
1856
  "vs-icon-facility-public-transport": string;
1853
1857
  "vs-icon-season-winter": string;
1854
1858
  "vs-icon-control-expand": string;
@@ -2175,11 +2179,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2175
2179
  "vs-icon-facility-cafe": string;
2176
2180
  "vs-icon-feedback-error": string;
2177
2181
  "vs-icon-facility-accessible-parking": string;
2182
+ "vs-icon-control-next": string;
2178
2183
  "vs-icon-control-filters": string;
2179
2184
  "vs-icon-feedback-information": string;
2180
2185
  "vs-icon-control-external-link": string;
2181
2186
  "vs-icon-control-play": string;
2182
2187
  "vs-icon-facility-accessible-dining": string;
2188
+ "vs-icon-control-previous": string;
2183
2189
  "vs-icon-facility-public-transport": string;
2184
2190
  "vs-icon-season-winter": string;
2185
2191
  "vs-icon-control-expand": string;
@@ -3093,11 +3099,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3093
3099
  "vs-icon-facility-cafe": string;
3094
3100
  "vs-icon-feedback-error": string;
3095
3101
  "vs-icon-facility-accessible-parking": string;
3102
+ "vs-icon-control-next": string;
3096
3103
  "vs-icon-control-filters": string;
3097
3104
  "vs-icon-feedback-information": string;
3098
3105
  "vs-icon-control-external-link": string;
3099
3106
  "vs-icon-control-play": string;
3100
3107
  "vs-icon-facility-accessible-dining": string;
3108
+ "vs-icon-control-previous": string;
3101
3109
  "vs-icon-facility-public-transport": string;
3102
3110
  "vs-icon-season-winter": string;
3103
3111
  "vs-icon-control-expand": string;
@@ -265,11 +265,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
265
265
  "vs-icon-facility-cafe": string;
266
266
  "vs-icon-feedback-error": string;
267
267
  "vs-icon-facility-accessible-parking": string;
268
+ "vs-icon-control-next": string;
268
269
  "vs-icon-control-filters": string;
269
270
  "vs-icon-feedback-information": string;
270
271
  "vs-icon-control-external-link": string;
271
272
  "vs-icon-control-play": string;
272
273
  "vs-icon-facility-accessible-dining": string;
274
+ "vs-icon-control-previous": string;
273
275
  "vs-icon-facility-public-transport": string;
274
276
  "vs-icon-season-winter": string;
275
277
  "vs-icon-control-expand": string;
@@ -265,11 +265,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
265
265
  "vs-icon-facility-cafe": string;
266
266
  "vs-icon-feedback-error": string;
267
267
  "vs-icon-facility-accessible-parking": string;
268
+ "vs-icon-control-next": string;
268
269
  "vs-icon-control-filters": string;
269
270
  "vs-icon-feedback-information": string;
270
271
  "vs-icon-control-external-link": string;
271
272
  "vs-icon-control-play": string;
272
273
  "vs-icon-facility-accessible-dining": string;
274
+ "vs-icon-control-previous": string;
273
275
  "vs-icon-facility-public-transport": string;
274
276
  "vs-icon-season-winter": string;
275
277
  "vs-icon-control-expand": string;
@@ -468,11 +468,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
468
468
  "vs-icon-facility-cafe": string;
469
469
  "vs-icon-feedback-error": string;
470
470
  "vs-icon-facility-accessible-parking": string;
471
+ "vs-icon-control-next": string;
471
472
  "vs-icon-control-filters": string;
472
473
  "vs-icon-feedback-information": string;
473
474
  "vs-icon-control-external-link": string;
474
475
  "vs-icon-control-play": string;
475
476
  "vs-icon-facility-accessible-dining": string;
477
+ "vs-icon-control-previous": string;
476
478
  "vs-icon-facility-public-transport": string;
477
479
  "vs-icon-season-winter": string;
478
480
  "vs-icon-control-expand": string;
@@ -314,11 +314,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
314
314
  "vs-icon-facility-cafe": string;
315
315
  "vs-icon-feedback-error": string;
316
316
  "vs-icon-facility-accessible-parking": string;
317
+ "vs-icon-control-next": string;
317
318
  "vs-icon-control-filters": string;
318
319
  "vs-icon-feedback-information": string;
319
320
  "vs-icon-control-external-link": string;
320
321
  "vs-icon-control-play": string;
321
322
  "vs-icon-facility-accessible-dining": string;
323
+ "vs-icon-control-previous": string;
322
324
  "vs-icon-facility-public-transport": string;
323
325
  "vs-icon-season-winter": string;
324
326
  "vs-icon-control-expand": string;
@@ -1007,11 +1007,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1007
1007
  "vs-icon-facility-cafe": string;
1008
1008
  "vs-icon-feedback-error": string;
1009
1009
  "vs-icon-facility-accessible-parking": string;
1010
+ "vs-icon-control-next": string;
1010
1011
  "vs-icon-control-filters": string;
1011
1012
  "vs-icon-feedback-information": string;
1012
1013
  "vs-icon-control-external-link": string;
1013
1014
  "vs-icon-control-play": string;
1014
1015
  "vs-icon-facility-accessible-dining": string;
1016
+ "vs-icon-control-previous": string;
1015
1017
  "vs-icon-facility-public-transport": string;
1016
1018
  "vs-icon-season-winter": string;
1017
1019
  "vs-icon-control-expand": string;
@@ -1772,11 +1774,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1772
1774
  "vs-icon-facility-cafe": string;
1773
1775
  "vs-icon-feedback-error": string;
1774
1776
  "vs-icon-facility-accessible-parking": string;
1777
+ "vs-icon-control-next": string;
1775
1778
  "vs-icon-control-filters": string;
1776
1779
  "vs-icon-feedback-information": string;
1777
1780
  "vs-icon-control-external-link": string;
1778
1781
  "vs-icon-control-play": string;
1779
1782
  "vs-icon-facility-accessible-dining": string;
1783
+ "vs-icon-control-previous": string;
1780
1784
  "vs-icon-facility-public-transport": string;
1781
1785
  "vs-icon-season-winter": string;
1782
1786
  "vs-icon-control-expand": string;
@@ -958,11 +958,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
958
958
  "vs-icon-facility-cafe": string;
959
959
  "vs-icon-feedback-error": string;
960
960
  "vs-icon-facility-accessible-parking": string;
961
+ "vs-icon-control-next": string;
961
962
  "vs-icon-control-filters": string;
962
963
  "vs-icon-feedback-information": string;
963
964
  "vs-icon-control-external-link": string;
964
965
  "vs-icon-control-play": string;
965
966
  "vs-icon-facility-accessible-dining": string;
967
+ "vs-icon-control-previous": string;
966
968
  "vs-icon-facility-public-transport": string;
967
969
  "vs-icon-season-winter": string;
968
970
  "vs-icon-control-expand": string;
@@ -516,11 +516,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
516
516
  "vs-icon-facility-cafe": string;
517
517
  "vs-icon-feedback-error": string;
518
518
  "vs-icon-facility-accessible-parking": string;
519
+ "vs-icon-control-next": string;
519
520
  "vs-icon-control-filters": string;
520
521
  "vs-icon-feedback-information": string;
521
522
  "vs-icon-control-external-link": string;
522
523
  "vs-icon-control-play": string;
523
524
  "vs-icon-facility-accessible-dining": string;
525
+ "vs-icon-control-previous": string;
524
526
  "vs-icon-facility-public-transport": string;
525
527
  "vs-icon-season-winter": string;
526
528
  "vs-icon-control-expand": string;
@@ -1434,11 +1436,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1434
1436
  "vs-icon-facility-cafe": string;
1435
1437
  "vs-icon-feedback-error": string;
1436
1438
  "vs-icon-facility-accessible-parking": string;
1439
+ "vs-icon-control-next": string;
1437
1440
  "vs-icon-control-filters": string;
1438
1441
  "vs-icon-feedback-information": string;
1439
1442
  "vs-icon-control-external-link": string;
1440
1443
  "vs-icon-control-play": string;
1441
1444
  "vs-icon-facility-accessible-dining": string;
1445
+ "vs-icon-control-previous": string;
1442
1446
  "vs-icon-facility-public-transport": string;
1443
1447
  "vs-icon-season-winter": string;
1444
1448
  "vs-icon-control-expand": string;
@@ -2558,11 +2562,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2558
2562
  "vs-icon-facility-cafe": string;
2559
2563
  "vs-icon-feedback-error": string;
2560
2564
  "vs-icon-facility-accessible-parking": string;
2565
+ "vs-icon-control-next": string;
2561
2566
  "vs-icon-control-filters": string;
2562
2567
  "vs-icon-feedback-information": string;
2563
2568
  "vs-icon-control-external-link": string;
2564
2569
  "vs-icon-control-play": string;
2565
2570
  "vs-icon-facility-accessible-dining": string;
2571
+ "vs-icon-control-previous": string;
2566
2572
  "vs-icon-facility-public-transport": string;
2567
2573
  "vs-icon-season-winter": string;
2568
2574
  "vs-icon-control-expand": string;
@@ -3323,11 +3329,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3323
3329
  "vs-icon-facility-cafe": string;
3324
3330
  "vs-icon-feedback-error": string;
3325
3331
  "vs-icon-facility-accessible-parking": string;
3332
+ "vs-icon-control-next": string;
3326
3333
  "vs-icon-control-filters": string;
3327
3334
  "vs-icon-feedback-information": string;
3328
3335
  "vs-icon-control-external-link": string;
3329
3336
  "vs-icon-control-play": string;
3330
3337
  "vs-icon-facility-accessible-dining": string;
3338
+ "vs-icon-control-previous": string;
3331
3339
  "vs-icon-facility-public-transport": string;
3332
3340
  "vs-icon-season-winter": string;
3333
3341
  "vs-icon-control-expand": string;
@@ -1069,11 +1069,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1069
1069
  "vs-icon-facility-cafe": string;
1070
1070
  "vs-icon-feedback-error": string;
1071
1071
  "vs-icon-facility-accessible-parking": string;
1072
+ "vs-icon-control-next": string;
1072
1073
  "vs-icon-control-filters": string;
1073
1074
  "vs-icon-feedback-information": string;
1074
1075
  "vs-icon-control-external-link": string;
1075
1076
  "vs-icon-control-play": string;
1076
1077
  "vs-icon-facility-accessible-dining": string;
1078
+ "vs-icon-control-previous": string;
1077
1079
  "vs-icon-facility-public-transport": string;
1078
1080
  "vs-icon-season-winter": string;
1079
1081
  "vs-icon-control-expand": string;
@@ -1834,11 +1836,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1834
1836
  "vs-icon-facility-cafe": string;
1835
1837
  "vs-icon-feedback-error": string;
1836
1838
  "vs-icon-facility-accessible-parking": string;
1839
+ "vs-icon-control-next": string;
1837
1840
  "vs-icon-control-filters": string;
1838
1841
  "vs-icon-feedback-information": string;
1839
1842
  "vs-icon-control-external-link": string;
1840
1843
  "vs-icon-control-play": string;
1841
1844
  "vs-icon-facility-accessible-dining": string;
1845
+ "vs-icon-control-previous": string;
1842
1846
  "vs-icon-facility-public-transport": string;
1843
1847
  "vs-icon-season-winter": string;
1844
1848
  "vs-icon-control-expand": string;
@@ -512,11 +512,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
512
512
  "vs-icon-facility-cafe": string;
513
513
  "vs-icon-feedback-error": string;
514
514
  "vs-icon-facility-accessible-parking": string;
515
+ "vs-icon-control-next": string;
515
516
  "vs-icon-control-filters": string;
516
517
  "vs-icon-feedback-information": string;
517
518
  "vs-icon-control-external-link": string;
518
519
  "vs-icon-control-play": string;
519
520
  "vs-icon-facility-accessible-dining": string;
521
+ "vs-icon-control-previous": string;
520
522
  "vs-icon-facility-public-transport": string;
521
523
  "vs-icon-season-winter": string;
522
524
  "vs-icon-control-expand": string;
@@ -1430,11 +1432,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1430
1432
  "vs-icon-facility-cafe": string;
1431
1433
  "vs-icon-feedback-error": string;
1432
1434
  "vs-icon-facility-accessible-parking": string;
1435
+ "vs-icon-control-next": string;
1433
1436
  "vs-icon-control-filters": string;
1434
1437
  "vs-icon-feedback-information": string;
1435
1438
  "vs-icon-control-external-link": string;
1436
1439
  "vs-icon-control-play": string;
1437
1440
  "vs-icon-facility-accessible-dining": string;
1441
+ "vs-icon-control-previous": string;
1438
1442
  "vs-icon-facility-public-transport": string;
1439
1443
  "vs-icon-season-winter": string;
1440
1444
  "vs-icon-control-expand": string;
@@ -948,11 +948,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
948
948
  "vs-icon-facility-cafe": string;
949
949
  "vs-icon-feedback-error": string;
950
950
  "vs-icon-facility-accessible-parking": string;
951
+ "vs-icon-control-next": string;
951
952
  "vs-icon-control-filters": string;
952
953
  "vs-icon-feedback-information": string;
953
954
  "vs-icon-control-external-link": string;
954
955
  "vs-icon-control-play": string;
955
956
  "vs-icon-facility-accessible-dining": string;
957
+ "vs-icon-control-previous": string;
956
958
  "vs-icon-facility-public-transport": string;
957
959
  "vs-icon-season-winter": string;
958
960
  "vs-icon-control-expand": string;
@@ -1969,11 +1971,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1969
1971
  "vs-icon-facility-cafe": string;
1970
1972
  "vs-icon-feedback-error": string;
1971
1973
  "vs-icon-facility-accessible-parking": string;
1974
+ "vs-icon-control-next": string;
1972
1975
  "vs-icon-control-filters": string;
1973
1976
  "vs-icon-feedback-information": string;
1974
1977
  "vs-icon-control-external-link": string;
1975
1978
  "vs-icon-control-play": string;
1976
1979
  "vs-icon-facility-accessible-dining": string;
1980
+ "vs-icon-control-previous": string;
1977
1981
  "vs-icon-facility-public-transport": string;
1978
1982
  "vs-icon-season-winter": string;
1979
1983
  "vs-icon-control-expand": string;
@@ -2734,11 +2738,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2734
2738
  "vs-icon-facility-cafe": string;
2735
2739
  "vs-icon-feedback-error": string;
2736
2740
  "vs-icon-facility-accessible-parking": string;
2741
+ "vs-icon-control-next": string;
2737
2742
  "vs-icon-control-filters": string;
2738
2743
  "vs-icon-feedback-information": string;
2739
2744
  "vs-icon-control-external-link": string;
2740
2745
  "vs-icon-control-play": string;
2741
2746
  "vs-icon-facility-accessible-dining": string;
2747
+ "vs-icon-control-previous": string;
2742
2748
  "vs-icon-facility-public-transport": string;
2743
2749
  "vs-icon-season-winter": string;
2744
2750
  "vs-icon-control-expand": string;
@@ -3065,11 +3071,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3065
3071
  "vs-icon-facility-cafe": string;
3066
3072
  "vs-icon-feedback-error": string;
3067
3073
  "vs-icon-facility-accessible-parking": string;
3074
+ "vs-icon-control-next": string;
3068
3075
  "vs-icon-control-filters": string;
3069
3076
  "vs-icon-feedback-information": string;
3070
3077
  "vs-icon-control-external-link": string;
3071
3078
  "vs-icon-control-play": string;
3072
3079
  "vs-icon-facility-accessible-dining": string;
3080
+ "vs-icon-control-previous": string;
3073
3081
  "vs-icon-facility-public-transport": string;
3074
3082
  "vs-icon-season-winter": string;
3075
3083
  "vs-icon-control-expand": string;
@@ -3983,11 +3991,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3983
3991
  "vs-icon-facility-cafe": string;
3984
3992
  "vs-icon-feedback-error": string;
3985
3993
  "vs-icon-facility-accessible-parking": string;
3994
+ "vs-icon-control-next": string;
3986
3995
  "vs-icon-control-filters": string;
3987
3996
  "vs-icon-feedback-information": string;
3988
3997
  "vs-icon-control-external-link": string;
3989
3998
  "vs-icon-control-play": string;
3990
3999
  "vs-icon-facility-accessible-dining": string;
4000
+ "vs-icon-control-previous": string;
3991
4001
  "vs-icon-facility-public-transport": string;
3992
4002
  "vs-icon-season-winter": string;
3993
4003
  "vs-icon-control-expand": string;
@@ -260,11 +260,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
260
260
  "vs-icon-facility-cafe": string;
261
261
  "vs-icon-feedback-error": string;
262
262
  "vs-icon-facility-accessible-parking": string;
263
+ "vs-icon-control-next": string;
263
264
  "vs-icon-control-filters": string;
264
265
  "vs-icon-feedback-information": string;
265
266
  "vs-icon-control-external-link": string;
266
267
  "vs-icon-control-play": string;
267
268
  "vs-icon-facility-accessible-dining": string;
269
+ "vs-icon-control-previous": string;
268
270
  "vs-icon-facility-public-transport": string;
269
271
  "vs-icon-season-winter": string;
270
272
  "vs-icon-control-expand": string;
@@ -1178,11 +1180,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1178
1180
  "vs-icon-facility-cafe": string;
1179
1181
  "vs-icon-feedback-error": string;
1180
1182
  "vs-icon-facility-accessible-parking": string;
1183
+ "vs-icon-control-next": string;
1181
1184
  "vs-icon-control-filters": string;
1182
1185
  "vs-icon-feedback-information": string;
1183
1186
  "vs-icon-control-external-link": string;
1184
1187
  "vs-icon-control-play": string;
1185
1188
  "vs-icon-facility-accessible-dining": string;
1189
+ "vs-icon-control-previous": string;
1186
1190
  "vs-icon-facility-public-transport": string;
1187
1191
  "vs-icon-season-winter": string;
1188
1192
  "vs-icon-control-expand": string;