@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
@@ -0,0 +1,2 @@
1
+ import { SwiperSlide } from 'swiper/vue';
2
+ export default SwiperSlide;
@@ -293,11 +293,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
293
293
  "vs-icon-facility-cafe": string;
294
294
  "vs-icon-feedback-error": string;
295
295
  "vs-icon-facility-accessible-parking": string;
296
+ "vs-icon-control-next": string;
296
297
  "vs-icon-control-filters": string;
297
298
  "vs-icon-feedback-information": string;
298
299
  "vs-icon-control-external-link": string;
299
300
  "vs-icon-control-play": string;
300
301
  "vs-icon-facility-accessible-dining": string;
302
+ "vs-icon-control-previous": string;
301
303
  "vs-icon-facility-public-transport": string;
302
304
  "vs-icon-season-winter": string;
303
305
  "vs-icon-control-expand": string;
@@ -545,11 +545,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
545
545
  "vs-icon-facility-cafe": string;
546
546
  "vs-icon-feedback-error": string;
547
547
  "vs-icon-facility-accessible-parking": string;
548
+ "vs-icon-control-next": string;
548
549
  "vs-icon-control-filters": string;
549
550
  "vs-icon-feedback-information": string;
550
551
  "vs-icon-control-external-link": string;
551
552
  "vs-icon-control-play": string;
552
553
  "vs-icon-facility-accessible-dining": string;
554
+ "vs-icon-control-previous": string;
553
555
  "vs-icon-facility-public-transport": string;
554
556
  "vs-icon-season-winter": string;
555
557
  "vs-icon-control-expand": string;
@@ -1463,11 +1465,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1463
1465
  "vs-icon-facility-cafe": string;
1464
1466
  "vs-icon-feedback-error": string;
1465
1467
  "vs-icon-facility-accessible-parking": string;
1468
+ "vs-icon-control-next": string;
1466
1469
  "vs-icon-control-filters": string;
1467
1470
  "vs-icon-feedback-information": string;
1468
1471
  "vs-icon-control-external-link": string;
1469
1472
  "vs-icon-control-play": string;
1470
1473
  "vs-icon-facility-accessible-dining": string;
1474
+ "vs-icon-control-previous": string;
1471
1475
  "vs-icon-facility-public-transport": string;
1472
1476
  "vs-icon-season-winter": string;
1473
1477
  "vs-icon-control-expand": string;
@@ -925,11 +925,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
925
925
  "vs-icon-facility-cafe": string;
926
926
  "vs-icon-feedback-error": string;
927
927
  "vs-icon-facility-accessible-parking": string;
928
+ "vs-icon-control-next": string;
928
929
  "vs-icon-control-filters": string;
929
930
  "vs-icon-feedback-information": string;
930
931
  "vs-icon-control-external-link": string;
931
932
  "vs-icon-control-play": string;
932
933
  "vs-icon-facility-accessible-dining": string;
934
+ "vs-icon-control-previous": string;
933
935
  "vs-icon-facility-public-transport": string;
934
936
  "vs-icon-season-winter": string;
935
937
  "vs-icon-control-expand": string;
@@ -1024,11 +1024,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1024
1024
  "vs-icon-facility-cafe": string;
1025
1025
  "vs-icon-feedback-error": string;
1026
1026
  "vs-icon-facility-accessible-parking": string;
1027
+ "vs-icon-control-next": string;
1027
1028
  "vs-icon-control-filters": string;
1028
1029
  "vs-icon-feedback-information": string;
1029
1030
  "vs-icon-control-external-link": string;
1030
1031
  "vs-icon-control-play": string;
1031
1032
  "vs-icon-facility-accessible-dining": string;
1033
+ "vs-icon-control-previous": string;
1032
1034
  "vs-icon-facility-public-transport": string;
1033
1035
  "vs-icon-season-winter": string;
1034
1036
  "vs-icon-control-expand": string;
@@ -1974,11 +1976,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1974
1976
  "vs-icon-facility-cafe": string;
1975
1977
  "vs-icon-feedback-error": string;
1976
1978
  "vs-icon-facility-accessible-parking": string;
1979
+ "vs-icon-control-next": string;
1977
1980
  "vs-icon-control-filters": string;
1978
1981
  "vs-icon-feedback-information": string;
1979
1982
  "vs-icon-control-external-link": string;
1980
1983
  "vs-icon-control-play": string;
1981
1984
  "vs-icon-facility-accessible-dining": string;
1985
+ "vs-icon-control-previous": string;
1982
1986
  "vs-icon-facility-public-transport": string;
1983
1987
  "vs-icon-season-winter": string;
1984
1988
  "vs-icon-control-expand": string;
@@ -453,11 +453,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
453
453
  "vs-icon-facility-cafe": string;
454
454
  "vs-icon-feedback-error": string;
455
455
  "vs-icon-facility-accessible-parking": string;
456
+ "vs-icon-control-next": string;
456
457
  "vs-icon-control-filters": string;
457
458
  "vs-icon-feedback-information": string;
458
459
  "vs-icon-control-external-link": string;
459
460
  "vs-icon-control-play": string;
460
461
  "vs-icon-facility-accessible-dining": string;
462
+ "vs-icon-control-previous": string;
461
463
  "vs-icon-facility-public-transport": string;
462
464
  "vs-icon-season-winter": string;
463
465
  "vs-icon-control-expand": string;
@@ -350,11 +350,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
350
350
  "vs-icon-facility-cafe": string;
351
351
  "vs-icon-feedback-error": string;
352
352
  "vs-icon-facility-accessible-parking": string;
353
+ "vs-icon-control-next": string;
353
354
  "vs-icon-control-filters": string;
354
355
  "vs-icon-feedback-information": string;
355
356
  "vs-icon-control-external-link": string;
356
357
  "vs-icon-control-play": string;
357
358
  "vs-icon-facility-accessible-dining": string;
359
+ "vs-icon-control-previous": string;
358
360
  "vs-icon-facility-public-transport": string;
359
361
  "vs-icon-season-winter": string;
360
362
  "vs-icon-control-expand": string;
@@ -365,11 +365,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
365
365
  "vs-icon-facility-cafe": string;
366
366
  "vs-icon-feedback-error": string;
367
367
  "vs-icon-facility-accessible-parking": string;
368
+ "vs-icon-control-next": string;
368
369
  "vs-icon-control-filters": string;
369
370
  "vs-icon-feedback-information": string;
370
371
  "vs-icon-control-external-link": string;
371
372
  "vs-icon-control-play": string;
372
373
  "vs-icon-facility-accessible-dining": string;
374
+ "vs-icon-control-previous": string;
373
375
  "vs-icon-facility-public-transport": string;
374
376
  "vs-icon-season-winter": string;
375
377
  "vs-icon-control-expand": string;
@@ -653,11 +655,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
653
655
  "vs-icon-facility-cafe": string;
654
656
  "vs-icon-feedback-error": string;
655
657
  "vs-icon-facility-accessible-parking": string;
658
+ "vs-icon-control-next": string;
656
659
  "vs-icon-control-filters": string;
657
660
  "vs-icon-feedback-information": string;
658
661
  "vs-icon-control-external-link": string;
659
662
  "vs-icon-control-play": string;
660
663
  "vs-icon-facility-accessible-dining": string;
664
+ "vs-icon-control-previous": string;
661
665
  "vs-icon-facility-public-transport": string;
662
666
  "vs-icon-season-winter": string;
663
667
  "vs-icon-control-expand": string;
@@ -1708,11 +1708,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1708
1708
  "vs-icon-facility-cafe": string;
1709
1709
  "vs-icon-feedback-error": string;
1710
1710
  "vs-icon-facility-accessible-parking": string;
1711
+ "vs-icon-control-next": string;
1711
1712
  "vs-icon-control-filters": string;
1712
1713
  "vs-icon-feedback-information": string;
1713
1714
  "vs-icon-control-external-link": string;
1714
1715
  "vs-icon-control-play": string;
1715
1716
  "vs-icon-facility-accessible-dining": string;
1717
+ "vs-icon-control-previous": string;
1716
1718
  "vs-icon-facility-public-transport": string;
1717
1719
  "vs-icon-season-winter": string;
1718
1720
  "vs-icon-control-expand": string;
@@ -3739,11 +3741,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3739
3741
  "vs-icon-facility-cafe": string;
3740
3742
  "vs-icon-feedback-error": string;
3741
3743
  "vs-icon-facility-accessible-parking": string;
3744
+ "vs-icon-control-next": string;
3742
3745
  "vs-icon-control-filters": string;
3743
3746
  "vs-icon-feedback-information": string;
3744
3747
  "vs-icon-control-external-link": string;
3745
3748
  "vs-icon-control-play": string;
3746
3749
  "vs-icon-facility-accessible-dining": string;
3750
+ "vs-icon-control-previous": string;
3747
3751
  "vs-icon-facility-public-transport": string;
3748
3752
  "vs-icon-season-winter": string;
3749
3753
  "vs-icon-control-expand": string;
@@ -4116,11 +4120,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4116
4120
  "vs-icon-facility-cafe": string;
4117
4121
  "vs-icon-feedback-error": string;
4118
4122
  "vs-icon-facility-accessible-parking": string;
4123
+ "vs-icon-control-next": string;
4119
4124
  "vs-icon-control-filters": string;
4120
4125
  "vs-icon-feedback-information": string;
4121
4126
  "vs-icon-control-external-link": string;
4122
4127
  "vs-icon-control-play": string;
4123
4128
  "vs-icon-facility-accessible-dining": string;
4129
+ "vs-icon-control-previous": string;
4124
4130
  "vs-icon-facility-public-transport": string;
4125
4131
  "vs-icon-season-winter": string;
4126
4132
  "vs-icon-control-expand": string;
@@ -5034,11 +5040,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5034
5040
  "vs-icon-facility-cafe": string;
5035
5041
  "vs-icon-feedback-error": string;
5036
5042
  "vs-icon-facility-accessible-parking": string;
5043
+ "vs-icon-control-next": string;
5037
5044
  "vs-icon-control-filters": string;
5038
5045
  "vs-icon-feedback-information": string;
5039
5046
  "vs-icon-control-external-link": string;
5040
5047
  "vs-icon-control-play": string;
5041
5048
  "vs-icon-facility-accessible-dining": string;
5049
+ "vs-icon-control-previous": string;
5042
5050
  "vs-icon-facility-public-transport": string;
5043
5051
  "vs-icon-season-winter": string;
5044
5052
  "vs-icon-control-expand": string;
@@ -1017,11 +1017,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1017
1017
  "vs-icon-facility-cafe": string;
1018
1018
  "vs-icon-feedback-error": string;
1019
1019
  "vs-icon-facility-accessible-parking": string;
1020
+ "vs-icon-control-next": string;
1020
1021
  "vs-icon-control-filters": string;
1021
1022
  "vs-icon-feedback-information": string;
1022
1023
  "vs-icon-control-external-link": string;
1023
1024
  "vs-icon-control-play": string;
1024
1025
  "vs-icon-facility-accessible-dining": string;
1026
+ "vs-icon-control-previous": string;
1025
1027
  "vs-icon-facility-public-transport": string;
1026
1028
  "vs-icon-season-winter": string;
1027
1029
  "vs-icon-control-expand": string;
@@ -1304,11 +1304,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1304
1304
  "vs-icon-facility-cafe": string;
1305
1305
  "vs-icon-feedback-error": string;
1306
1306
  "vs-icon-facility-accessible-parking": string;
1307
+ "vs-icon-control-next": string;
1307
1308
  "vs-icon-control-filters": string;
1308
1309
  "vs-icon-feedback-information": string;
1309
1310
  "vs-icon-control-external-link": string;
1310
1311
  "vs-icon-control-play": string;
1311
1312
  "vs-icon-facility-accessible-dining": string;
1313
+ "vs-icon-control-previous": string;
1312
1314
  "vs-icon-facility-public-transport": string;
1313
1315
  "vs-icon-season-winter": string;
1314
1316
  "vs-icon-control-expand": string;
@@ -2222,11 +2224,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2222
2224
  "vs-icon-facility-cafe": string;
2223
2225
  "vs-icon-feedback-error": string;
2224
2226
  "vs-icon-facility-accessible-parking": string;
2227
+ "vs-icon-control-next": string;
2225
2228
  "vs-icon-control-filters": string;
2226
2229
  "vs-icon-feedback-information": string;
2227
2230
  "vs-icon-control-external-link": string;
2228
2231
  "vs-icon-control-play": string;
2229
2232
  "vs-icon-facility-accessible-dining": string;
2233
+ "vs-icon-control-previous": string;
2230
2234
  "vs-icon-facility-public-transport": string;
2231
2235
  "vs-icon-season-winter": string;
2232
2236
  "vs-icon-control-expand": string;
@@ -3346,11 +3350,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3346
3350
  "vs-icon-facility-cafe": string;
3347
3351
  "vs-icon-feedback-error": string;
3348
3352
  "vs-icon-facility-accessible-parking": string;
3353
+ "vs-icon-control-next": string;
3349
3354
  "vs-icon-control-filters": string;
3350
3355
  "vs-icon-feedback-information": string;
3351
3356
  "vs-icon-control-external-link": string;
3352
3357
  "vs-icon-control-play": string;
3353
3358
  "vs-icon-facility-accessible-dining": string;
3359
+ "vs-icon-control-previous": string;
3354
3360
  "vs-icon-facility-public-transport": string;
3355
3361
  "vs-icon-season-winter": string;
3356
3362
  "vs-icon-control-expand": string;
@@ -4111,11 +4117,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4111
4117
  "vs-icon-facility-cafe": string;
4112
4118
  "vs-icon-feedback-error": string;
4113
4119
  "vs-icon-facility-accessible-parking": string;
4120
+ "vs-icon-control-next": string;
4114
4121
  "vs-icon-control-filters": string;
4115
4122
  "vs-icon-feedback-information": string;
4116
4123
  "vs-icon-control-external-link": string;
4117
4124
  "vs-icon-control-play": string;
4118
4125
  "vs-icon-facility-accessible-dining": string;
4126
+ "vs-icon-control-previous": string;
4119
4127
  "vs-icon-facility-public-transport": string;
4120
4128
  "vs-icon-season-winter": string;
4121
4129
  "vs-icon-control-expand": string;
@@ -222,11 +222,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
222
222
  "vs-icon-facility-cafe": string;
223
223
  "vs-icon-feedback-error": string;
224
224
  "vs-icon-facility-accessible-parking": string;
225
+ "vs-icon-control-next": string;
225
226
  "vs-icon-control-filters": string;
226
227
  "vs-icon-feedback-information": string;
227
228
  "vs-icon-control-external-link": string;
228
229
  "vs-icon-control-play": string;
229
230
  "vs-icon-facility-accessible-dining": string;
231
+ "vs-icon-control-previous": string;
230
232
  "vs-icon-facility-public-transport": string;
231
233
  "vs-icon-season-winter": string;
232
234
  "vs-icon-control-expand": string;
@@ -230,11 +230,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
230
230
  "vs-icon-facility-cafe": string;
231
231
  "vs-icon-feedback-error": string;
232
232
  "vs-icon-facility-accessible-parking": string;
233
+ "vs-icon-control-next": string;
233
234
  "vs-icon-control-filters": string;
234
235
  "vs-icon-feedback-information": string;
235
236
  "vs-icon-control-external-link": string;
236
237
  "vs-icon-control-play": string;
237
238
  "vs-icon-facility-accessible-dining": string;
239
+ "vs-icon-control-previous": string;
238
240
  "vs-icon-facility-public-transport": string;
239
241
  "vs-icon-season-winter": string;
240
242
  "vs-icon-control-expand": string;
@@ -1498,11 +1498,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1498
1498
  "vs-icon-facility-cafe": string;
1499
1499
  "vs-icon-feedback-error": string;
1500
1500
  "vs-icon-facility-accessible-parking": string;
1501
+ "vs-icon-control-next": string;
1501
1502
  "vs-icon-control-filters": string;
1502
1503
  "vs-icon-feedback-information": string;
1503
1504
  "vs-icon-control-external-link": string;
1504
1505
  "vs-icon-control-play": string;
1505
1506
  "vs-icon-facility-accessible-dining": string;
1507
+ "vs-icon-control-previous": string;
1506
1508
  "vs-icon-facility-public-transport": string;
1507
1509
  "vs-icon-season-winter": string;
1508
1510
  "vs-icon-control-expand": string;
@@ -2263,11 +2265,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2263
2265
  "vs-icon-facility-cafe": string;
2264
2266
  "vs-icon-feedback-error": string;
2265
2267
  "vs-icon-facility-accessible-parking": string;
2268
+ "vs-icon-control-next": string;
2266
2269
  "vs-icon-control-filters": string;
2267
2270
  "vs-icon-feedback-information": string;
2268
2271
  "vs-icon-control-external-link": string;
2269
2272
  "vs-icon-control-play": string;
2270
2273
  "vs-icon-facility-accessible-dining": string;
2274
+ "vs-icon-control-previous": string;
2271
2275
  "vs-icon-facility-public-transport": string;
2272
2276
  "vs-icon-season-winter": string;
2273
2277
  "vs-icon-control-expand": string;
@@ -3272,11 +3276,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3272
3276
  "vs-icon-facility-cafe": string;
3273
3277
  "vs-icon-feedback-error": string;
3274
3278
  "vs-icon-facility-accessible-parking": string;
3279
+ "vs-icon-control-next": string;
3275
3280
  "vs-icon-control-filters": string;
3276
3281
  "vs-icon-feedback-information": string;
3277
3282
  "vs-icon-control-external-link": string;
3278
3283
  "vs-icon-control-play": string;
3279
3284
  "vs-icon-facility-accessible-dining": string;
3285
+ "vs-icon-control-previous": string;
3280
3286
  "vs-icon-facility-public-transport": string;
3281
3287
  "vs-icon-season-winter": string;
3282
3288
  "vs-icon-control-expand": string;
@@ -4293,11 +4299,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4293
4299
  "vs-icon-facility-cafe": string;
4294
4300
  "vs-icon-feedback-error": string;
4295
4301
  "vs-icon-facility-accessible-parking": string;
4302
+ "vs-icon-control-next": string;
4296
4303
  "vs-icon-control-filters": string;
4297
4304
  "vs-icon-feedback-information": string;
4298
4305
  "vs-icon-control-external-link": string;
4299
4306
  "vs-icon-control-play": string;
4300
4307
  "vs-icon-facility-accessible-dining": string;
4308
+ "vs-icon-control-previous": string;
4301
4309
  "vs-icon-facility-public-transport": string;
4302
4310
  "vs-icon-season-winter": string;
4303
4311
  "vs-icon-control-expand": string;
@@ -5058,11 +5066,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5058
5066
  "vs-icon-facility-cafe": string;
5059
5067
  "vs-icon-feedback-error": string;
5060
5068
  "vs-icon-facility-accessible-parking": string;
5069
+ "vs-icon-control-next": string;
5061
5070
  "vs-icon-control-filters": string;
5062
5071
  "vs-icon-feedback-information": string;
5063
5072
  "vs-icon-control-external-link": string;
5064
5073
  "vs-icon-control-play": string;
5065
5074
  "vs-icon-facility-accessible-dining": string;
5075
+ "vs-icon-control-previous": string;
5066
5076
  "vs-icon-facility-public-transport": string;
5067
5077
  "vs-icon-season-winter": string;
5068
5078
  "vs-icon-control-expand": string;
@@ -5389,11 +5399,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5389
5399
  "vs-icon-facility-cafe": string;
5390
5400
  "vs-icon-feedback-error": string;
5391
5401
  "vs-icon-facility-accessible-parking": string;
5402
+ "vs-icon-control-next": string;
5392
5403
  "vs-icon-control-filters": string;
5393
5404
  "vs-icon-feedback-information": string;
5394
5405
  "vs-icon-control-external-link": string;
5395
5406
  "vs-icon-control-play": string;
5396
5407
  "vs-icon-facility-accessible-dining": string;
5408
+ "vs-icon-control-previous": string;
5397
5409
  "vs-icon-facility-public-transport": string;
5398
5410
  "vs-icon-season-winter": string;
5399
5411
  "vs-icon-control-expand": string;
@@ -6307,11 +6319,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6307
6319
  "vs-icon-facility-cafe": string;
6308
6320
  "vs-icon-feedback-error": string;
6309
6321
  "vs-icon-facility-accessible-parking": string;
6322
+ "vs-icon-control-next": string;
6310
6323
  "vs-icon-control-filters": string;
6311
6324
  "vs-icon-feedback-information": string;
6312
6325
  "vs-icon-control-external-link": string;
6313
6326
  "vs-icon-control-play": string;
6314
6327
  "vs-icon-facility-accessible-dining": string;
6328
+ "vs-icon-control-previous": string;
6315
6329
  "vs-icon-facility-public-transport": string;
6316
6330
  "vs-icon-season-winter": string;
6317
6331
  "vs-icon-control-expand": string;
@@ -21,6 +21,8 @@ export { default as VsCard } from './card/Card.vue';
21
21
  export { default as VsCardGroup } from './card-group/CardGroup.vue';
22
22
  export { default as VsCarousel } from './carousel/Carousel.vue';
23
23
  export { default as VsCarouselSlide } from './carousel/components/CarouselSlide.vue';
24
+ export { default as VsContentSwiper } from './content-swiper/ContentSwiper.vue';
25
+ export { default as VsContentSwiperSlide } from './content-swiper/components/ContentSwiperSlide';
24
26
  export { default as VsCheckbox } from './checkbox/Checkbox.vue';
25
27
  export { default as VsDescriptionList } from './description-list/DescriptionList.vue';
26
28
  export { default as VsDescriptionListItem } from './description-list/components/DescriptionListItem.vue';
@@ -1400,11 +1400,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1400
1400
  "vs-icon-facility-cafe": string;
1401
1401
  "vs-icon-feedback-error": string;
1402
1402
  "vs-icon-facility-accessible-parking": string;
1403
+ "vs-icon-control-next": string;
1403
1404
  "vs-icon-control-filters": string;
1404
1405
  "vs-icon-feedback-information": string;
1405
1406
  "vs-icon-control-external-link": string;
1406
1407
  "vs-icon-control-play": string;
1407
1408
  "vs-icon-facility-accessible-dining": string;
1409
+ "vs-icon-control-previous": string;
1408
1410
  "vs-icon-facility-public-transport": string;
1409
1411
  "vs-icon-season-winter": string;
1410
1412
  "vs-icon-control-expand": string;
@@ -1048,11 +1048,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1048
1048
  "vs-icon-facility-cafe": string;
1049
1049
  "vs-icon-feedback-error": string;
1050
1050
  "vs-icon-facility-accessible-parking": string;
1051
+ "vs-icon-control-next": string;
1051
1052
  "vs-icon-control-filters": string;
1052
1053
  "vs-icon-feedback-information": string;
1053
1054
  "vs-icon-control-external-link": string;
1054
1055
  "vs-icon-control-play": string;
1055
1056
  "vs-icon-facility-accessible-dining": string;
1057
+ "vs-icon-control-previous": string;
1056
1058
  "vs-icon-facility-public-transport": string;
1057
1059
  "vs-icon-season-winter": string;
1058
1060
  "vs-icon-control-expand": string;
@@ -423,11 +423,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
423
423
  "vs-icon-facility-cafe": string;
424
424
  "vs-icon-feedback-error": string;
425
425
  "vs-icon-facility-accessible-parking": string;
426
+ "vs-icon-control-next": string;
426
427
  "vs-icon-control-filters": string;
427
428
  "vs-icon-feedback-information": string;
428
429
  "vs-icon-control-external-link": string;
429
430
  "vs-icon-control-play": string;
430
431
  "vs-icon-facility-accessible-dining": string;
432
+ "vs-icon-control-previous": string;
431
433
  "vs-icon-facility-public-transport": string;
432
434
  "vs-icon-season-winter": string;
433
435
  "vs-icon-control-expand": string;
@@ -1452,11 +1454,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1452
1454
  "vs-icon-facility-cafe": string;
1453
1455
  "vs-icon-feedback-error": string;
1454
1456
  "vs-icon-facility-accessible-parking": string;
1457
+ "vs-icon-control-next": string;
1455
1458
  "vs-icon-control-filters": string;
1456
1459
  "vs-icon-feedback-information": string;
1457
1460
  "vs-icon-control-external-link": string;
1458
1461
  "vs-icon-control-play": string;
1459
1462
  "vs-icon-facility-accessible-dining": string;
1463
+ "vs-icon-control-previous": string;
1460
1464
  "vs-icon-facility-public-transport": string;
1461
1465
  "vs-icon-season-winter": string;
1462
1466
  "vs-icon-control-expand": string;
@@ -2402,11 +2406,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2402
2406
  "vs-icon-facility-cafe": string;
2403
2407
  "vs-icon-feedback-error": string;
2404
2408
  "vs-icon-facility-accessible-parking": string;
2409
+ "vs-icon-control-next": string;
2405
2410
  "vs-icon-control-filters": string;
2406
2411
  "vs-icon-feedback-information": string;
2407
2412
  "vs-icon-control-external-link": string;
2408
2413
  "vs-icon-control-play": string;
2409
2414
  "vs-icon-facility-accessible-dining": string;
2415
+ "vs-icon-control-previous": string;
2410
2416
  "vs-icon-facility-public-transport": string;
2411
2417
  "vs-icon-season-winter": string;
2412
2418
  "vs-icon-control-expand": string;
@@ -290,11 +290,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
290
290
  "vs-icon-facility-cafe": string;
291
291
  "vs-icon-feedback-error": string;
292
292
  "vs-icon-facility-accessible-parking": string;
293
+ "vs-icon-control-next": string;
293
294
  "vs-icon-control-filters": string;
294
295
  "vs-icon-feedback-information": string;
295
296
  "vs-icon-control-external-link": string;
296
297
  "vs-icon-control-play": string;
297
298
  "vs-icon-facility-accessible-dining": string;
299
+ "vs-icon-control-previous": string;
298
300
  "vs-icon-facility-public-transport": string;
299
301
  "vs-icon-season-winter": string;
300
302
  "vs-icon-control-expand": string;
@@ -661,11 +663,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
661
663
  "vs-icon-facility-cafe": string;
662
664
  "vs-icon-feedback-error": string;
663
665
  "vs-icon-facility-accessible-parking": string;
666
+ "vs-icon-control-next": string;
664
667
  "vs-icon-control-filters": string;
665
668
  "vs-icon-feedback-information": string;
666
669
  "vs-icon-control-external-link": string;
667
670
  "vs-icon-control-play": string;
668
671
  "vs-icon-facility-accessible-dining": string;
672
+ "vs-icon-control-previous": string;
669
673
  "vs-icon-facility-public-transport": string;
670
674
  "vs-icon-season-winter": string;
671
675
  "vs-icon-control-expand": string;
@@ -373,11 +373,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
373
373
  "vs-icon-facility-cafe": string;
374
374
  "vs-icon-feedback-error": string;
375
375
  "vs-icon-facility-accessible-parking": string;
376
+ "vs-icon-control-next": string;
376
377
  "vs-icon-control-filters": string;
377
378
  "vs-icon-feedback-information": string;
378
379
  "vs-icon-control-external-link": string;
379
380
  "vs-icon-control-play": string;
380
381
  "vs-icon-facility-accessible-dining": string;
382
+ "vs-icon-control-previous": string;
381
383
  "vs-icon-facility-public-transport": string;
382
384
  "vs-icon-season-winter": string;
383
385
  "vs-icon-control-expand": string;
@@ -758,11 +760,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
758
760
  "vs-icon-facility-cafe": string;
759
761
  "vs-icon-feedback-error": string;
760
762
  "vs-icon-facility-accessible-parking": string;
763
+ "vs-icon-control-next": string;
761
764
  "vs-icon-control-filters": string;
762
765
  "vs-icon-feedback-information": string;
763
766
  "vs-icon-control-external-link": string;
764
767
  "vs-icon-control-play": string;
765
768
  "vs-icon-facility-accessible-dining": string;
769
+ "vs-icon-control-previous": string;
766
770
  "vs-icon-facility-public-transport": string;
767
771
  "vs-icon-season-winter": string;
768
772
  "vs-icon-control-expand": string;
@@ -349,11 +349,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
349
349
  "vs-icon-facility-cafe": string;
350
350
  "vs-icon-feedback-error": string;
351
351
  "vs-icon-facility-accessible-parking": string;
352
+ "vs-icon-control-next": string;
352
353
  "vs-icon-control-filters": string;
353
354
  "vs-icon-feedback-information": string;
354
355
  "vs-icon-control-external-link": string;
355
356
  "vs-icon-control-play": string;
356
357
  "vs-icon-facility-accessible-dining": string;
358
+ "vs-icon-control-previous": string;
357
359
  "vs-icon-facility-public-transport": string;
358
360
  "vs-icon-season-winter": string;
359
361
  "vs-icon-control-expand": string;
@@ -393,11 +393,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
393
393
  "vs-icon-facility-cafe": string;
394
394
  "vs-icon-feedback-error": string;
395
395
  "vs-icon-facility-accessible-parking": string;
396
+ "vs-icon-control-next": string;
396
397
  "vs-icon-control-filters": string;
397
398
  "vs-icon-feedback-information": string;
398
399
  "vs-icon-control-external-link": string;
399
400
  "vs-icon-control-play": string;
400
401
  "vs-icon-facility-accessible-dining": string;
402
+ "vs-icon-control-previous": string;
401
403
  "vs-icon-facility-public-transport": string;
402
404
  "vs-icon-season-winter": string;
403
405
  "vs-icon-control-expand": string;
@@ -454,11 +454,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
454
454
  "vs-icon-facility-cafe": string;
455
455
  "vs-icon-feedback-error": string;
456
456
  "vs-icon-facility-accessible-parking": string;
457
+ "vs-icon-control-next": string;
457
458
  "vs-icon-control-filters": string;
458
459
  "vs-icon-feedback-information": string;
459
460
  "vs-icon-control-external-link": string;
460
461
  "vs-icon-control-play": string;
461
462
  "vs-icon-facility-accessible-dining": string;
463
+ "vs-icon-control-previous": string;
462
464
  "vs-icon-facility-public-transport": string;
463
465
  "vs-icon-season-winter": string;
464
466
  "vs-icon-control-expand": string;
@@ -635,11 +635,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
635
635
  "vs-icon-facility-cafe": string;
636
636
  "vs-icon-feedback-error": string;
637
637
  "vs-icon-facility-accessible-parking": string;
638
+ "vs-icon-control-next": string;
638
639
  "vs-icon-control-filters": string;
639
640
  "vs-icon-feedback-information": string;
640
641
  "vs-icon-control-external-link": string;
641
642
  "vs-icon-control-play": string;
642
643
  "vs-icon-facility-accessible-dining": string;
644
+ "vs-icon-control-previous": string;
643
645
  "vs-icon-facility-public-transport": string;
644
646
  "vs-icon-season-winter": string;
645
647
  "vs-icon-control-expand": string;
@@ -1553,11 +1555,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1553
1555
  "vs-icon-facility-cafe": string;
1554
1556
  "vs-icon-feedback-error": string;
1555
1557
  "vs-icon-facility-accessible-parking": string;
1558
+ "vs-icon-control-next": string;
1556
1559
  "vs-icon-control-filters": string;
1557
1560
  "vs-icon-feedback-information": string;
1558
1561
  "vs-icon-control-external-link": string;
1559
1562
  "vs-icon-control-play": string;
1560
1563
  "vs-icon-facility-accessible-dining": string;
1564
+ "vs-icon-control-previous": string;
1561
1565
  "vs-icon-facility-public-transport": string;
1562
1566
  "vs-icon-season-winter": string;
1563
1567
  "vs-icon-control-expand": string;