@visitscotland/component-library 5.16.4 → 5.18.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 (147) hide show
  1. package/dist/client/manifest.json +532 -498
  2. package/dist/client/scripts/{a60ecda754d362c2ae5f.js → 03be5e7637e3fc5b35f2.js} +1 -1
  3. package/dist/client/scripts/{ddbe7d3a688d6aa76adb.js → 19bf3fda24af130d6309.js} +1 -1
  4. package/dist/client/scripts/{ea35a7401301fdd826c8.js → 3997e6bfb2077648fae3.js} +1 -1
  5. package/dist/client/scripts/4714fa29a82e1177d216.js +1 -0
  6. package/dist/client/scripts/72e8cf2a7ddceadf4584.js +2 -0
  7. package/dist/client/scripts/72e8cf2a7ddceadf4584.js.LICENSE.txt +1 -0
  8. package/dist/client/scripts/96fcf998bf85267cee36.js +1 -0
  9. package/dist/client/scripts/{13f11ddb02a309d7ca52.js → a457e9c50e47ef615e6a.js} +1 -1
  10. package/dist/client/scripts/a518bb1554a077d87d19.js +1 -0
  11. package/dist/client/scripts/b16d36c13df4f81799dc.js +2 -0
  12. package/dist/client/scripts/b85d75a825b35c37debd.js +1 -0
  13. package/dist/client/scripts/ba8379f7349980eced6b.js +1 -0
  14. package/dist/client/scripts/{d6498b4d9b442b1b5de6.js → c125dd10e49921486f34.js} +1 -1
  15. package/dist/client/scripts/{0138c0c9ddea3182e3ec.js → c4b3ea690e53673d1f42.js} +1 -1
  16. package/dist/client/scripts/{e0a777194c85c718245b.js → dd51706886e16b5f97be.js} +1 -1
  17. package/dist/client/styles/4714fa29a82e1177d216.css +1 -0
  18. package/dist/client/styles/{5ef9a0f18541fee55f4c.css → 96fcf998bf85267cee36.css} +1 -1
  19. package/dist/client/styles/b85d75a825b35c37debd.css +1 -0
  20. package/dist/client/styles/ba8379f7349980eced6b.css +1 -0
  21. package/dist/components/{LoadingSpinner-BGAbIm7j.mjs → LoadingSpinner-Bt2Ghlfy.mjs} +4218 -4148
  22. package/dist/components/LoadingSpinner-kkWdRoQn.js +38 -0
  23. package/dist/components/components/accordion/components/AccordionItem.vue.d.ts +2 -1
  24. package/dist/components/components/accordion/components/AccordionToggle.vue.d.ts +1 -1
  25. package/dist/components/components/accordion/index.d.ts +3 -2
  26. package/dist/components/components/address/Address.vue.d.ts +1 -0
  27. package/dist/components/components/alert/Alert.vue.d.ts +1 -0
  28. package/dist/components/components/article-details/ArticleDetails.vue.d.ts +1 -0
  29. package/dist/components/components/banner/Banner.vue.d.ts +2 -1
  30. package/dist/components/components/button/Button.vue.d.ts +1 -1
  31. package/dist/components/components/button-toggle-group/ButtonToggleGroup.vue.d.ts +1 -0
  32. package/dist/components/components/canned-search/CannedSearch.vue.d.ts +4 -2
  33. package/dist/components/components/canned-search/components/CannedSearchLogos.vue.d.ts +1 -1
  34. package/dist/components/components/canned-search/components/CannedSearchProductCard.vue.d.ts +1 -0
  35. package/dist/components/components/canned-search/components/CannedSearchSummaryBox.vue.d.ts +1 -0
  36. package/dist/components/components/caption/Caption.vue.d.ts +1 -0
  37. package/dist/components/components/carbon-calculator/CarbonCalculator.vue.d.ts +8 -3
  38. package/dist/components/components/carbon-calculator/components/CarbonCalculatorQuestion.vue.d.ts +1 -1
  39. package/dist/components/components/carbon-calculator/components/CarbonCalculatorResults.vue.d.ts +2 -0
  40. package/dist/components/components/carbon-calculator/components/CarbonCalculatorRunningTotal.vue.d.ts +1 -0
  41. package/dist/components/components/carbon-calculator/components/CarbonCalculatorTip.vue.d.ts +1 -0
  42. package/dist/components/components/card/Card.vue.d.ts +1 -0
  43. package/dist/components/components/carousel/Carousel.vue.d.ts +1 -1
  44. package/dist/components/components/carousel/components/CarouselSlide.vue.d.ts +5 -2
  45. package/dist/components/components/detail/Detail.vue.d.ts +321 -1
  46. package/dist/components/components/embed-wrapper/EmbedWrapper.vue.d.ts +2 -1
  47. package/dist/components/components/event-card/EventCard.vue.d.ts +1 -1
  48. package/dist/components/components/footer/components/FooterAccordionItem.vue.d.ts +2 -1
  49. package/dist/components/components/footer/components/FooterCopyright.vue.d.ts +1 -0
  50. package/dist/components/components/footer/components/FooterNavListItem.vue.d.ts +1 -0
  51. package/dist/components/components/footer/components/FooterSocialItem.vue.d.ts +2 -0
  52. package/dist/components/components/form/Form.vue.d.ts +4 -3
  53. package/dist/components/components/global-menu/components/GlobalMenuLanguage.vue.d.ts +1 -0
  54. package/dist/components/components/hero-section/HeroSection.vue.d.ts +2 -1
  55. package/dist/components/components/hero-section/components/HeroSectionImage.vue.d.ts +1 -0
  56. package/dist/components/components/hero-section/components/HeroSectionVideoControl.vue.d.ts +1 -1
  57. package/dist/components/components/icon/Icon.vue.d.ts +3 -2
  58. package/dist/components/components/icon/index.d.ts +1 -0
  59. package/dist/components/components/icon-list/components/IconListItem.vue.d.ts +1 -0
  60. package/dist/components/components/illustrated-map/index.d.ts +2 -0
  61. package/dist/components/components/image-with-caption/ImageWithCaption.vue.d.ts +7 -4
  62. package/dist/components/components/input/Input.vue.d.ts +1 -1
  63. package/dist/components/components/itineraries/Itinerary.vue.d.ts +1 -1
  64. package/dist/components/components/itineraries/components/ItineraryDay.vue.d.ts +3 -1
  65. package/dist/components/components/itineraries/components/ItineraryStop.vue.d.ts +310 -1
  66. package/dist/components/components/itineraries/components/ItineraryStopInfo.vue.d.ts +2 -0
  67. package/dist/components/components/link/Link.vue.d.ts +1 -0
  68. package/dist/components/components/link-list/components/LinkListItem.vue.d.ts +1 -0
  69. package/dist/components/components/listicle/ListicleItem.vue.d.ts +309 -1
  70. package/dist/components/components/map/Map.vue.d.ts +2 -1
  71. package/dist/components/components/map/components/MapMarker.vue.d.ts +1 -0
  72. package/dist/components/components/map-marker-icon/MapMarkerIcon.vue.d.ts +1 -0
  73. package/dist/components/components/map-with-sidebar/MapWithSidebar.vue.d.ts +13 -6
  74. package/dist/components/components/map-with-sidebar/components/MapWithSidebarButtons.vue.d.ts +1 -1
  75. package/dist/components/components/map-with-sidebar/components/MapWithSidebarCategory.vue.d.ts +2 -0
  76. package/dist/components/components/map-with-sidebar/components/MapWithSidebarControls.vue.d.ts +1 -1
  77. package/dist/components/components/map-with-sidebar/components/MapWithSidebarListItem.vue.d.ts +1 -0
  78. package/dist/components/components/map-with-sidebar/components/MapWithSidebarPanel.vue.d.ts +7 -3
  79. package/dist/components/components/map-with-sidebar/components/MapWithSidebarSubcategory.vue.d.ts +1 -0
  80. package/dist/components/components/mega-nav/MegaNav.vue.d.ts +7 -4
  81. package/dist/components/components/mega-nav/components/MegaNavAccordionItem.vue.d.ts +3 -1
  82. package/dist/components/components/mega-nav/components/MegaNavDropdown.vue.d.ts +1 -1
  83. package/dist/components/components/mega-nav/components/MegaNavDropdownContainer.vue.d.ts +2 -1
  84. package/dist/components/components/mega-nav/components/MegaNavFeaturedEvent.vue.d.ts +4 -2
  85. package/dist/components/components/mega-nav/components/MegaNavFeaturedItem.vue.d.ts +4 -2
  86. package/dist/components/components/mega-nav/components/MegaNavListItem.vue.d.ts +1 -0
  87. package/dist/components/components/mega-nav/components/MegaNavStaticLink.vue.d.ts +1 -0
  88. package/dist/components/components/megalinks/Megalinks.vue.d.ts +1 -1
  89. package/dist/components/components/megalinks/components/megalink-link-list/MegalinkLinkList.vue.d.ts +5 -2
  90. package/dist/components/components/megalinks/components/megalink-multi-image/MegalinkMultiImage.vue.d.ts +5 -2
  91. package/dist/components/components/megalinks/components/megalink-single-image/MegalinkSingleImage.vue.d.ts +1 -1
  92. package/dist/components/components/modal/Modal.vue.d.ts +1 -1
  93. package/dist/components/components/number-input/NumberInput.vue.d.ts +1 -1
  94. package/dist/components/components/product-search/ProductSearch.vue.d.ts +2 -1
  95. package/dist/components/components/site-search/SiteSearch.vue.d.ts +1 -1
  96. package/dist/components/components/site-search/components/SiteSearchForm.vue.d.ts +3 -2
  97. package/dist/components/components/ski-scotland/ski-scotland-card/SkiScotlandCard.vue.d.ts +4 -2
  98. package/dist/components/components/ski-scotland/ski-scotland-status/SkiScotlandStatus.vue.d.ts +7 -2
  99. package/dist/components/components/skip-to/SkipTo.vue.d.ts +1 -0
  100. package/dist/components/components/social-credit-link/SocialCreditLink.vue.d.ts +2 -0
  101. package/dist/components/components/social-share/SocialShare.vue.d.ts +1 -1
  102. package/dist/components/components/social-share/components/SocialShareItem.vue.d.ts +2 -0
  103. package/dist/components/components/spotlight-section/SpotlightSection.vue.d.ts +1 -1
  104. package/dist/components/components/stretched-link-card/StretchedLinkCard.vue.d.ts +4 -2
  105. package/dist/components/components/stretched-link-card/components/StretchedLinkPanels.vue.d.ts +1 -0
  106. package/dist/components/components/summary-box/components/SummaryBoxListItem.vue.d.ts +1 -0
  107. package/dist/components/components/svg-link/SvgLink.vue.d.ts +1 -0
  108. package/dist/components/components/tag/Tag.vue.d.ts +1 -0
  109. package/dist/components/components/toggle-button/ToggleButton.vue.d.ts +2 -1
  110. package/dist/components/components/tooltip/Tooltip.vue.d.ts +1 -1
  111. package/dist/components/components/video/Video.vue.d.ts +2 -1
  112. package/dist/components/components/video-caption/VideoCaption.vue.d.ts +5 -3
  113. package/dist/components/components/warning/Warning.vue.d.ts +2 -1
  114. package/dist/components/style.css +1 -1
  115. package/dist/components/vs-component-library-maps.js +1 -1
  116. package/dist/components/vs-component-library-maps.mjs +1 -1
  117. package/dist/components/vs-component-library.js +2 -2
  118. package/dist/components/vs-component-library.mjs +35 -3
  119. package/dist/ssr/index.js +1 -1
  120. package/dist/ssr/manifest.json +1 -1
  121. package/dist/ssr/styles/{e4d4dc29a4d91453c9ff.css → b69602448346519334cf.css} +4 -3
  122. package/package.json +1 -1
  123. package/dist/client/scripts/045cedb636251568c653.js +0 -2
  124. package/dist/client/scripts/4d81e153212f8a019760.js +0 -2
  125. package/dist/client/scripts/4d81e153212f8a019760.js.LICENSE.txt +0 -1
  126. package/dist/client/scripts/5ef9a0f18541fee55f4c.js +0 -1
  127. package/dist/client/scripts/7c528b179ac61796df85.js +0 -1
  128. package/dist/client/scripts/be5be40177795e15ffc4.js +0 -1
  129. package/dist/client/scripts/c1202f7be443a6a829da.js +0 -1
  130. package/dist/client/styles/7c528b179ac61796df85.css +0 -1
  131. package/dist/client/styles/be5be40177795e15ffc4.css +0 -1
  132. package/dist/components/LoadingSpinner-Bx_xt3Ws.js +0 -38
  133. /package/dist/client/scripts/{465be4f4d4ddbe9b4741.js → 8465dc4025dd186c61c4.js} +0 -0
  134. /package/dist/client/scripts/{5de909354776d7d3471a.js → 89abc7e3a5eecf6b6014.js} +0 -0
  135. /package/dist/client/scripts/{045cedb636251568c653.js.LICENSE.txt → b16d36c13df4f81799dc.js.LICENSE.txt} +0 -0
  136. /package/dist/client/scripts/{666b1086c76b0e59651b.js → bb8f78fd21453a818715.js} +0 -0
  137. /package/dist/client/scripts/{144ec959a8b39f754c33.js → d4fdfca319e908a2c80a.js} +0 -0
  138. /package/dist/client/scripts/{732ec555c9d0c20ede00.js → eb3e702cdad4fa098d02.js} +0 -0
  139. /package/dist/client/styles/{a60ecda754d362c2ae5f.css → 03be5e7637e3fc5b35f2.css} +0 -0
  140. /package/dist/client/styles/{ddbe7d3a688d6aa76adb.css → 19bf3fda24af130d6309.css} +0 -0
  141. /package/dist/client/styles/{465be4f4d4ddbe9b4741.css → 8465dc4025dd186c61c4.css} +0 -0
  142. /package/dist/client/styles/{5de909354776d7d3471a.css → 89abc7e3a5eecf6b6014.css} +0 -0
  143. /package/dist/client/styles/{13f11ddb02a309d7ca52.css → a457e9c50e47ef615e6a.css} +0 -0
  144. /package/dist/client/styles/{666b1086c76b0e59651b.css → bb8f78fd21453a818715.css} +0 -0
  145. /package/dist/client/styles/{144ec959a8b39f754c33.css → d4fdfca319e908a2c80a.css} +0 -0
  146. /package/dist/client/styles/{e0a777194c85c718245b.css → dd51706886e16b5f97be.css} +0 -0
  147. /package/dist/client/styles/{732ec555c9d0c20ede00.css → eb3e702cdad4fa098d02.css} +0 -0
@@ -315,6 +315,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
315
315
  "vs-color-border-disabled": string;
316
316
  "vs-color-icon-primary": string;
317
317
  "vs-color-icon-secondary": string;
318
+ "vs-color-icon-tertiary": string;
318
319
  "vs-color-icon-inverse": string;
319
320
  "vs-color-icon-cta-on-light": string;
320
321
  "vs-color-icon-highlight": string;
@@ -1964,7 +1965,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1964
1965
  'vs-button--is-animating': boolean;
1965
1966
  'vs-button--rounded': boolean;
1966
1967
  'vs-button--icon-only': boolean;
1967
- 'button-flex': boolean;
1968
1968
  'vs-button--flex-reverse': boolean;
1969
1969
  }[];
1970
1970
  iconClasses(): {
@@ -2574,6 +2574,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2574
2574
  "vs-color-border-disabled": string;
2575
2575
  "vs-color-icon-primary": string;
2576
2576
  "vs-color-icon-secondary": string;
2577
+ "vs-color-icon-tertiary": string;
2577
2578
  "vs-color-icon-inverse": string;
2578
2579
  "vs-color-icon-cta-on-light": string;
2579
2580
  "vs-color-icon-highlight": string;
@@ -3522,6 +3523,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3522
3523
  "vs-color-border-disabled": string;
3523
3524
  "vs-color-icon-primary": string;
3524
3525
  "vs-color-icon-secondary": string;
3526
+ "vs-color-icon-tertiary": string;
3525
3527
  "vs-color-icon-inverse": string;
3526
3528
  "vs-color-icon-cta-on-light": string;
3527
3529
  "vs-color-icon-highlight": string;
@@ -4178,6 +4180,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4178
4180
  "vs-color-border-disabled": string;
4179
4181
  "vs-color-icon-primary": string;
4180
4182
  "vs-color-icon-secondary": string;
4183
+ "vs-color-icon-tertiary": string;
4181
4184
  "vs-color-icon-inverse": string;
4182
4185
  "vs-color-icon-cta-on-light": string;
4183
4186
  "vs-color-icon-highlight": string;
@@ -4552,6 +4555,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4552
4555
  "vs-color-border-disabled": string;
4553
4556
  "vs-color-icon-primary": string;
4554
4557
  "vs-color-icon-secondary": string;
4558
+ "vs-color-icon-tertiary": string;
4555
4559
  "vs-color-icon-inverse": string;
4556
4560
  "vs-color-icon-cta-on-light": string;
4557
4561
  "vs-color-icon-highlight": string;
@@ -4944,6 +4948,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4944
4948
  "vs-color-border-disabled": string;
4945
4949
  "vs-color-icon-primary": string;
4946
4950
  "vs-color-icon-secondary": string;
4951
+ "vs-color-icon-tertiary": string;
4947
4952
  "vs-color-icon-inverse": string;
4948
4953
  "vs-color-icon-cta-on-light": string;
4949
4954
  "vs-color-icon-highlight": string;
@@ -5225,7 +5230,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5225
5230
  'vs-button--is-animating': boolean;
5226
5231
  'vs-button--rounded': boolean;
5227
5232
  'vs-button--icon-only': boolean;
5228
- 'button-flex': boolean;
5229
5233
  'vs-button--flex-reverse': boolean;
5230
5234
  }[];
5231
5235
  iconClasses(): {
@@ -5835,6 +5839,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5835
5839
  "vs-color-border-disabled": string;
5836
5840
  "vs-color-icon-primary": string;
5837
5841
  "vs-color-icon-secondary": string;
5842
+ "vs-color-icon-tertiary": string;
5838
5843
  "vs-color-icon-inverse": string;
5839
5844
  "vs-color-icon-cta-on-light": string;
5840
5845
  "vs-color-icon-highlight": string;
@@ -182,6 +182,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
182
182
  "vs-color-border-disabled": string;
183
183
  "vs-color-icon-primary": string;
184
184
  "vs-color-icon-secondary": string;
185
+ "vs-color-icon-tertiary": string;
185
186
  "vs-color-icon-inverse": string;
186
187
  "vs-color-icon-cta-on-light": string;
187
188
  "vs-color-icon-highlight": string;
@@ -188,6 +188,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
188
188
  "vs-color-border-disabled": string;
189
189
  "vs-color-icon-primary": string;
190
190
  "vs-color-icon-secondary": string;
191
+ "vs-color-icon-tertiary": string;
191
192
  "vs-color-icon-inverse": string;
192
193
  "vs-color-icon-cta-on-light": string;
193
194
  "vs-color-icon-highlight": string;
@@ -474,6 +475,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
474
475
  "vs-color-border-disabled": string;
475
476
  "vs-color-icon-primary": string;
476
477
  "vs-color-icon-secondary": string;
478
+ "vs-color-icon-tertiary": string;
477
479
  "vs-color-icon-inverse": string;
478
480
  "vs-color-icon-cta-on-light": string;
479
481
  "vs-color-icon-highlight": string;
@@ -186,7 +186,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
186
186
  'vs-button--is-animating': boolean;
187
187
  'vs-button--rounded': boolean;
188
188
  'vs-button--icon-only': boolean;
189
- 'button-flex': boolean;
190
189
  'vs-button--flex-reverse': boolean;
191
190
  }[];
192
191
  iconClasses(): {
@@ -796,6 +795,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
796
795
  "vs-color-border-disabled": string;
797
796
  "vs-color-icon-primary": string;
798
797
  "vs-color-icon-secondary": string;
798
+ "vs-color-icon-tertiary": string;
799
799
  "vs-color-icon-inverse": string;
800
800
  "vs-color-icon-cta-on-light": string;
801
801
  "vs-color-icon-highlight": string;
@@ -290,6 +290,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
290
290
  "vs-color-border-disabled": string;
291
291
  "vs-color-icon-primary": string;
292
292
  "vs-color-icon-secondary": string;
293
+ "vs-color-icon-tertiary": string;
293
294
  "vs-color-icon-inverse": string;
294
295
  "vs-color-icon-cta-on-light": string;
295
296
  "vs-color-icon-highlight": string;
@@ -576,6 +577,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
576
577
  "vs-color-border-disabled": string;
577
578
  "vs-color-icon-primary": string;
578
579
  "vs-color-icon-secondary": string;
580
+ "vs-color-icon-tertiary": string;
579
581
  "vs-color-icon-inverse": string;
580
582
  "vs-color-icon-cta-on-light": string;
581
583
  "vs-color-icon-highlight": string;
@@ -216,7 +216,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
216
216
  'vs-button--is-animating': boolean;
217
217
  'vs-button--rounded': boolean;
218
218
  'vs-button--icon-only': boolean;
219
- 'button-flex': boolean;
220
219
  'vs-button--flex-reverse': boolean;
221
220
  }[];
222
221
  iconClasses(): {
@@ -826,6 +825,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
826
825
  "vs-color-border-disabled": string;
827
826
  "vs-color-icon-primary": string;
828
827
  "vs-color-icon-secondary": string;
828
+ "vs-color-icon-tertiary": string;
829
829
  "vs-color-icon-inverse": string;
830
830
  "vs-color-icon-cta-on-light": string;
831
831
  "vs-color-icon-highlight": string;
@@ -482,6 +482,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
482
482
  "vs-color-border-disabled": string;
483
483
  "vs-color-icon-primary": string;
484
484
  "vs-color-icon-secondary": string;
485
+ "vs-color-icon-tertiary": string;
485
486
  "vs-color-icon-inverse": string;
486
487
  "vs-color-icon-cta-on-light": string;
487
488
  "vs-color-icon-highlight": string;
@@ -1049,7 +1050,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1049
1050
  'vs-button--is-animating': boolean;
1050
1051
  'vs-button--rounded': boolean;
1051
1052
  'vs-button--icon-only': boolean;
1052
- 'button-flex': boolean;
1053
1053
  'vs-button--flex-reverse': boolean;
1054
1054
  }[];
1055
1055
  iconClasses(): {
@@ -1659,6 +1659,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1659
1659
  "vs-color-border-disabled": string;
1660
1660
  "vs-color-icon-primary": string;
1661
1661
  "vs-color-icon-secondary": string;
1662
+ "vs-color-icon-tertiary": string;
1662
1663
  "vs-color-icon-inverse": string;
1663
1664
  "vs-color-icon-cta-on-light": string;
1664
1665
  "vs-color-icon-highlight": string;
@@ -1988,6 +1989,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1988
1989
  "vs-color-border-disabled": string;
1989
1990
  "vs-color-icon-primary": string;
1990
1991
  "vs-color-icon-secondary": string;
1992
+ "vs-color-icon-tertiary": string;
1991
1993
  "vs-color-icon-inverse": string;
1992
1994
  "vs-color-icon-cta-on-light": string;
1993
1995
  "vs-color-icon-highlight": string;
@@ -2269,7 +2271,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2269
2271
  'vs-button--is-animating': boolean;
2270
2272
  'vs-button--rounded': boolean;
2271
2273
  'vs-button--icon-only': boolean;
2272
- 'button-flex': boolean;
2273
2274
  'vs-button--flex-reverse': boolean;
2274
2275
  }[];
2275
2276
  iconClasses(): {
@@ -2879,6 +2880,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2879
2880
  "vs-color-border-disabled": string;
2880
2881
  "vs-color-icon-primary": string;
2881
2882
  "vs-color-icon-secondary": string;
2883
+ "vs-color-icon-tertiary": string;
2882
2884
  "vs-color-icon-inverse": string;
2883
2885
  "vs-color-icon-cta-on-light": string;
2884
2886
  "vs-color-icon-highlight": string;
@@ -116,6 +116,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
116
116
  "vs-color-border-disabled": string;
117
117
  "vs-color-icon-primary": string;
118
118
  "vs-color-icon-secondary": string;
119
+ "vs-color-icon-tertiary": string;
119
120
  "vs-color-icon-inverse": string;
120
121
  "vs-color-icon-cta-on-light": string;
121
122
  "vs-color-icon-highlight": string;
@@ -116,6 +116,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
116
116
  "vs-color-border-disabled": string;
117
117
  "vs-color-icon-primary": string;
118
118
  "vs-color-icon-secondary": string;
119
+ "vs-color-icon-tertiary": string;
119
120
  "vs-color-icon-inverse": string;
120
121
  "vs-color-icon-cta-on-light": string;
121
122
  "vs-color-icon-highlight": string;
@@ -310,6 +310,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
310
310
  "vs-color-border-disabled": string;
311
311
  "vs-color-icon-primary": string;
312
312
  "vs-color-icon-secondary": string;
313
+ "vs-color-icon-tertiary": string;
313
314
  "vs-color-icon-inverse": string;
314
315
  "vs-color-icon-cta-on-light": string;
315
316
  "vs-color-icon-highlight": string;
@@ -156,6 +156,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
156
156
  "vs-color-border-disabled": string;
157
157
  "vs-color-icon-primary": string;
158
158
  "vs-color-icon-secondary": string;
159
+ "vs-color-icon-tertiary": string;
159
160
  "vs-color-icon-inverse": string;
160
161
  "vs-color-icon-cta-on-light": string;
161
162
  "vs-color-icon-highlight": string;
@@ -71,7 +71,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
71
71
  'vs-button--is-animating': boolean;
72
72
  'vs-button--rounded': boolean;
73
73
  'vs-button--icon-only': boolean;
74
- 'button-flex': boolean;
75
74
  'vs-button--flex-reverse': boolean;
76
75
  }[];
77
76
  iconClasses(): {
@@ -681,6 +680,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
681
680
  "vs-color-border-disabled": string;
682
681
  "vs-color-icon-primary": string;
683
682
  "vs-color-icon-secondary": string;
683
+ "vs-color-icon-tertiary": string;
684
684
  "vs-color-icon-inverse": string;
685
685
  "vs-color-icon-cta-on-light": string;
686
686
  "vs-color-icon-highlight": string;
@@ -967,6 +967,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
967
967
  "vs-color-border-disabled": string;
968
968
  "vs-color-icon-primary": string;
969
969
  "vs-color-icon-secondary": string;
970
+ "vs-color-icon-tertiary": string;
970
971
  "vs-color-icon-inverse": string;
971
972
  "vs-color-icon-cta-on-light": string;
972
973
  "vs-color-icon-highlight": string;
@@ -84,7 +84,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
84
84
  'vs-button--is-animating': boolean;
85
85
  'vs-button--rounded': boolean;
86
86
  'vs-button--icon-only': boolean;
87
- 'button-flex': boolean;
88
87
  'vs-button--flex-reverse': boolean;
89
88
  }[];
90
89
  iconClasses(): {
@@ -694,6 +693,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
694
693
  "vs-color-border-disabled": string;
695
694
  "vs-color-icon-primary": string;
696
695
  "vs-color-icon-secondary": string;
696
+ "vs-color-icon-tertiary": string;
697
697
  "vs-color-icon-inverse": string;
698
698
  "vs-color-icon-cta-on-light": string;
699
699
  "vs-color-icon-highlight": string;
@@ -354,6 +354,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
354
354
  "vs-color-border-disabled": string;
355
355
  "vs-color-icon-primary": string;
356
356
  "vs-color-icon-secondary": string;
357
+ "vs-color-icon-tertiary": string;
357
358
  "vs-color-icon-inverse": string;
358
359
  "vs-color-icon-cta-on-light": string;
359
360
  "vs-color-icon-highlight": string;
@@ -635,7 +636,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
635
636
  'vs-button--is-animating': boolean;
636
637
  'vs-button--rounded': boolean;
637
638
  'vs-button--icon-only': boolean;
638
- 'button-flex': boolean;
639
639
  'vs-button--flex-reverse': boolean;
640
640
  }[];
641
641
  iconClasses(): {
@@ -1245,6 +1245,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1245
1245
  "vs-color-border-disabled": string;
1246
1246
  "vs-color-icon-primary": string;
1247
1247
  "vs-color-icon-secondary": string;
1248
+ "vs-color-icon-tertiary": string;
1248
1249
  "vs-color-icon-inverse": string;
1249
1250
  "vs-color-icon-cta-on-light": string;
1250
1251
  "vs-color-icon-highlight": string;
@@ -164,7 +164,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
164
164
  'vs-button--is-animating': boolean;
165
165
  'vs-button--rounded': boolean;
166
166
  'vs-button--icon-only': boolean;
167
- 'button-flex': boolean;
168
167
  'vs-button--flex-reverse': boolean;
169
168
  }[];
170
169
  iconClasses(): {
@@ -774,6 +773,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
774
773
  "vs-color-border-disabled": string;
775
774
  "vs-color-icon-primary": string;
776
775
  "vs-color-icon-secondary": string;
776
+ "vs-color-icon-tertiary": string;
777
777
  "vs-color-icon-inverse": string;
778
778
  "vs-color-icon-cta-on-light": string;
779
779
  "vs-color-icon-highlight": string;
@@ -1075,7 +1075,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1075
1075
  'vs-button--is-animating': boolean;
1076
1076
  'vs-button--rounded': boolean;
1077
1077
  'vs-button--icon-only': boolean;
1078
- 'button-flex': boolean;
1079
1078
  'vs-button--flex-reverse': boolean;
1080
1079
  }[];
1081
1080
  iconClasses(): {
@@ -1685,6 +1684,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1685
1684
  "vs-color-border-disabled": string;
1686
1685
  "vs-color-icon-primary": string;
1687
1686
  "vs-color-icon-secondary": string;
1687
+ "vs-color-icon-tertiary": string;
1688
1688
  "vs-color-icon-inverse": string;
1689
1689
  "vs-color-icon-cta-on-light": string;
1690
1690
  "vs-color-icon-highlight": string;
@@ -1971,6 +1971,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1971
1971
  "vs-color-border-disabled": string;
1972
1972
  "vs-color-icon-primary": string;
1973
1973
  "vs-color-icon-secondary": string;
1974
+ "vs-color-icon-tertiary": string;
1974
1975
  "vs-color-icon-inverse": string;
1975
1976
  "vs-color-icon-cta-on-light": string;
1976
1977
  "vs-color-icon-highlight": string;
@@ -2300,6 +2301,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2300
2301
  "vs-color-border-disabled": string;
2301
2302
  "vs-color-icon-primary": string;
2302
2303
  "vs-color-icon-secondary": string;
2304
+ "vs-color-icon-tertiary": string;
2303
2305
  "vs-color-icon-inverse": string;
2304
2306
  "vs-color-icon-cta-on-light": string;
2305
2307
  "vs-color-icon-highlight": string;
@@ -2581,7 +2583,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2581
2583
  'vs-button--is-animating': boolean;
2582
2584
  'vs-button--rounded': boolean;
2583
2585
  'vs-button--icon-only': boolean;
2584
- 'button-flex': boolean;
2585
2586
  'vs-button--flex-reverse': boolean;
2586
2587
  }[];
2587
2588
  iconClasses(): {
@@ -3191,6 +3192,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3191
3192
  "vs-color-border-disabled": string;
3192
3193
  "vs-color-icon-primary": string;
3193
3194
  "vs-color-icon-secondary": string;
3195
+ "vs-color-icon-tertiary": string;
3194
3196
  "vs-color-icon-inverse": string;
3195
3197
  "vs-color-icon-cta-on-light": string;
3196
3198
  "vs-color-icon-highlight": string;
@@ -111,6 +111,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
111
111
  "vs-color-border-disabled": string;
112
112
  "vs-color-icon-primary": string;
113
113
  "vs-color-icon-secondary": string;
114
+ "vs-color-icon-tertiary": string;
114
115
  "vs-color-icon-inverse": string;
115
116
  "vs-color-icon-cta-on-light": string;
116
117
  "vs-color-icon-highlight": string;
@@ -392,7 +393,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
392
393
  'vs-button--is-animating': boolean;
393
394
  'vs-button--rounded': boolean;
394
395
  'vs-button--icon-only': boolean;
395
- 'button-flex': boolean;
396
396
  'vs-button--flex-reverse': boolean;
397
397
  }[];
398
398
  iconClasses(): {
@@ -1002,6 +1002,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1002
1002
  "vs-color-border-disabled": string;
1003
1003
  "vs-color-icon-primary": string;
1004
1004
  "vs-color-icon-secondary": string;
1005
+ "vs-color-icon-tertiary": string;
1005
1006
  "vs-color-icon-inverse": string;
1006
1007
  "vs-color-icon-cta-on-light": string;
1007
1008
  "vs-color-icon-highlight": string;