@explorer-1/vue 1.0.4 → 1.0.6-hotfix.1

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 (157) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/components.d.ts +10 -2
  3. package/dist/explorer-1-vue.css +1 -1
  4. package/dist/explorer-1-vue.js +43157 -41849
  5. package/dist/explorer-1-vue.umd.cjs +44 -44
  6. package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +44 -0
  7. package/dist/src/components/AttractionCard/AttractionCard.vue.d.ts +146 -0
  8. package/dist/src/components/BaseButton/BaseButton.stories.d.ts +2 -2
  9. package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +44 -0
  10. package/dist/src/components/BaseLink/BaseLink.stories.d.ts +8 -0
  11. package/dist/src/components/BaseLink/BaseLink.vue.d.ts +50 -2
  12. package/dist/src/components/BlockCardGrid/BlockCardGrid.vue.d.ts +88 -0
  13. package/dist/src/components/BlockCardGridItem/BlockCardGridItem.vue.d.ts +44 -0
  14. package/dist/src/components/BlockCsrTable/BlockCsrTable.stories.d.ts +1 -1
  15. package/dist/src/components/BlockCsrTable/{CsrTestLimits.vue.d.ts → CsrDetails.vue.d.ts} +2 -2
  16. package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +44 -0
  17. package/dist/src/components/BlockImage/BlockImage.stories.d.ts +528 -0
  18. package/dist/src/components/BlockImage/BlockImage.vue.d.ts +88 -0
  19. package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +44 -0
  20. package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +44 -0
  21. package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +44 -0
  22. package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +44 -0
  23. package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +44 -0
  24. package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +44 -0
  25. package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +44 -0
  26. package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +44 -0
  27. package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +132 -0
  28. package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +132 -0
  29. package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +44 -0
  30. package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +44 -0
  31. package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +220 -0
  32. package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +44 -0
  33. package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +44 -0
  34. package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +44 -0
  35. package/dist/src/components/BlockRichTable/BlockRichTable.vue.d.ts +44 -0
  36. package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +2 -2
  37. package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +792 -0
  38. package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +44 -0
  39. package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +44 -0
  40. package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +44 -0
  41. package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +44 -0
  42. package/dist/src/components/EventCard/EventCard.vue.d.ts +44 -0
  43. package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +44 -0
  44. package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +44 -0
  45. package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +44 -0
  46. package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +88 -0
  47. package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +44 -0
  48. package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +44 -0
  49. package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +44 -0
  50. package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +88 -0
  51. package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +44 -0
  52. package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +528 -0
  53. package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +88 -0
  54. package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +44 -0
  55. package/dist/src/components/Icons/IconBookmark.vue.d.ts +2 -0
  56. package/dist/src/components/Icons/IconHourglass.vue.d.ts +2 -0
  57. package/dist/src/components/Icons/IconLocationCrosshairs.vue.d.ts +2 -0
  58. package/dist/src/components/Icons/IconMap.vue.d.ts +2 -0
  59. package/dist/src/components/Icons/Icons.stories.d.ts +33 -0
  60. package/dist/src/components/MetadataStacked/MetadataStacked.stories.d.ts +18 -0
  61. package/dist/src/components/MetadataStacked/MetadataStacked.vue.d.ts +65 -0
  62. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +44 -0
  63. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +44 -0
  64. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +44 -0
  65. package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +44 -0
  66. package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +132 -0
  67. package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.stories.d.ts +22 -0
  68. package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.vue.d.ts +26 -0
  69. package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +88 -0
  70. package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +44 -0
  71. package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +1188 -0
  72. package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +352 -0
  73. package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +132 -0
  74. package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +176 -0
  75. package/dist/src/components/NavDesktop/NavDesktopTopHat.vue.d.ts +44 -0
  76. package/dist/src/components/NavDesktopEdu/NavDesktopEdu.stories.d.ts +220 -0
  77. package/dist/src/components/NavDesktopEdu/NavDesktopEdu.vue.d.ts +220 -0
  78. package/dist/src/components/NavHeading/NavHeading.vue.d.ts +44 -0
  79. package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +44 -0
  80. package/dist/src/components/NavJumpMenu/NavJumpMenu.vue.d.ts +98 -0
  81. package/dist/src/components/NavJumpMenu/NavJumpMenuContent.vue.d.ts +44 -0
  82. package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +88 -0
  83. package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +44 -0
  84. package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +44 -0
  85. package/dist/src/components/NavMobile/NavMobile.stories.d.ts +968 -0
  86. package/dist/src/components/NavMobile/NavMobile.vue.d.ts +220 -0
  87. package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +88 -0
  88. package/dist/src/components/NavMobile/NavMobileEdu.stories.d.ts +660 -0
  89. package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +44 -0
  90. package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +44 -0
  91. package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +105 -0
  92. package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +44 -0
  93. package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +44 -0
  94. package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +44 -0
  95. package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +88 -0
  96. package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +44 -0
  97. package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +176 -0
  98. package/dist/src/components/SearchResultCard/SearchResultCard.stories.d.ts +11 -0
  99. package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +310 -0
  100. package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +132 -0
  101. package/dist/src/components/SearchResultsList/SearchResultsList.stories.d.ts +191 -0
  102. package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +451 -0
  103. package/dist/src/components/SwimlaneCTA/SwimlaneCTA.vue.d.ts +44 -0
  104. package/dist/src/components/TheFooter/TheFooter.vue.d.ts +44 -0
  105. package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +176 -0
  106. package/dist/src/components/TimelineDialog/TimelineDialog.stories.d.ts +88 -0
  107. package/dist/src/components/TimelineDialog/TimelineDialog.vue.d.ts +88 -0
  108. package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +88 -0
  109. package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +44 -0
  110. package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +44 -0
  111. package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +44 -0
  112. package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +44 -0
  113. package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +132 -0
  114. package/dist/src/interfaces.d.ts +36 -1
  115. package/dist/src/templates/PageAudioDetail/PageAudioDetail.vue.d.ts +440 -0
  116. package/dist/src/templates/PageContent/PageContent.vue.d.ts +1199 -0
  117. package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +1012 -0
  118. package/dist/src/templates/PageImageDetail/PageImageDetail.vue.d.ts +1188 -0
  119. package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +1056 -0
  120. package/dist/src/templates/PageVideoDetail/PageVideoDetail.vue.d.ts +220 -0
  121. package/dist/src/templates/edu/PageEduCollectionsDetail/PageEduCollectionsDetail.vue.d.ts +98 -0
  122. package/dist/src/templates/edu/PageEduEventDetail/PageEduEventDetail.vue.d.ts +1012 -0
  123. package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.vue.d.ts +1154 -0
  124. package/dist/src/templates/edu/PageEduLesson/PageEduLesson.vue.d.ts +98 -0
  125. package/dist/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.vue.d.ts +98 -0
  126. package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue.d.ts +98 -0
  127. package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.vue.d.ts +98 -0
  128. package/dist/src/templates/explore-jpl/BaseExploreApp/BaseExploreApp.stories.d.ts +21 -0
  129. package/dist/src/templates/explore-jpl/BaseExploreApp/BaseExploreApp.vue.d.ts +41 -0
  130. package/dist/src/templates/explore-jpl/PageContentExploreApp/PageContentExploreApp.stories.d.ts +193 -0
  131. package/dist/src/templates/explore-jpl/PageContentExploreApp/PageContentExploreApp.vue.d.ts +15 -0
  132. package/dist/src/templates/explore-jpl/PageSiteExploreApp/PageSiteExploreApp.stories.d.ts +80 -0
  133. package/dist/src/templates/explore-jpl/PageSiteExploreApp/PageSiteExploreApp.vue.d.ts +15 -0
  134. package/dist/src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.vue.d.ts +1023 -2
  135. package/dist/src/templates/www/PageCuratedGallery/PageCuratedGallery.vue.d.ts +968 -0
  136. package/dist/src/templates/www/PageGoDirectory/PageGoDirectory.vue.d.ts +354 -0
  137. package/dist/src/templates/www/PageHomepage/PageHomepage.vue.d.ts +572 -0
  138. package/dist/src/templates/www/PageInfographicDetail/PageInfographicDetail.vue.d.ts +44 -0
  139. package/dist/src/templates/www/PageMissionDetail/PageMissionDetail.vue.d.ts +352 -0
  140. package/dist/src/templates/www/PagePodcast/PagePodcast.vue.d.ts +706 -0
  141. package/dist/src/templates/www/PagePodcastSeason/PagePodcastSeason.vue.d.ts +530 -0
  142. package/dist/src/templates/www/PagePressKitIndex/PagePressKitIndex.vue.d.ts +354 -0
  143. package/dist/src/templates/www/PageProfileDetail/PageProfileDetail.vue.d.ts +97 -0
  144. package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.vue.d.ts +1056 -0
  145. package/dist/src/templates/www/PageTimeline/PageTimeline.vue.d.ts +185 -0
  146. package/dist/src/templates/www/PageTopicDetail/PageTopicDetail.vue.d.ts +396 -0
  147. package/package.json +2 -2
  148. package/src/components/BlockCsrTable/BlockCsrTable.stories.js +6 -5
  149. package/src/components/BlockCsrTable/BlockCsrTable.vue +10 -2
  150. package/src/components/BlockCsrTable/CsrTestLimitsTable.vue +10 -6
  151. package/src/components/BlockRichTable/BlockRichTable.vue +1 -1
  152. package/src/components/NavDesktop/NavDesktopDropdown.vue +1 -1
  153. package/src/components/NavMobile/NavMobile.vue +2 -2
  154. package/src/components/NavMobile/NavMobileLink.vue +1 -1
  155. package/src/components/NavSecondary/NavSecondaryDropdown.vue +1 -1
  156. package/src/components/NavSecondary/NavSecondaryLink.vue +1 -1
  157. package/dist/src/components/BlockCsrTable/CsrAttachment.vue.d.ts +0 -19
@@ -237,6 +237,16 @@ export namespace BaseStory {
237
237
  required: false;
238
238
  default: string;
239
239
  };
240
+ caretMarginRight: {
241
+ type: StringConstructor;
242
+ required: false;
243
+ default: string;
244
+ };
245
+ caretLeft: {
246
+ type: BooleanConstructor;
247
+ required: false;
248
+ default: boolean;
249
+ };
240
250
  usePrimaryColor: {
241
251
  type: BooleanConstructor;
242
252
  required: false;
@@ -344,6 +354,16 @@ export namespace BaseStory {
344
354
  required: false;
345
355
  default: string;
346
356
  };
357
+ caretMarginRight: {
358
+ type: StringConstructor;
359
+ required: false;
360
+ default: string;
361
+ };
362
+ caretLeft: {
363
+ type: BooleanConstructor;
364
+ required: false;
365
+ default: boolean;
366
+ };
347
367
  usePrimaryColor: {
348
368
  type: BooleanConstructor;
349
369
  required: false;
@@ -354,6 +374,7 @@ export namespace BaseStory {
354
374
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
355
375
  }>, {
356
376
  title: string;
377
+ caretLeft: boolean;
357
378
  variant: "default" | "primary" | "secondary" | "none";
358
379
  to: string | Record<string, any>;
359
380
  exact: boolean;
@@ -369,6 +390,7 @@ export namespace BaseStory {
369
390
  caretInline: boolean;
370
391
  caretColor: string;
371
392
  caretMarginLeft: string;
393
+ caretMarginRight: string;
372
394
  usePrimaryColor: boolean;
373
395
  }, {}, {
374
396
  MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -392,11 +414,21 @@ export namespace BaseStory {
392
414
  default: string;
393
415
  required: false;
394
416
  };
417
+ marginRight: {
418
+ type: StringConstructor;
419
+ default: string;
420
+ required: false;
421
+ };
395
422
  inline: {
396
423
  type: BooleanConstructor;
397
424
  default: boolean;
398
425
  required: false;
399
426
  };
427
+ caretLeft: {
428
+ type: BooleanConstructor;
429
+ default: boolean;
430
+ required: false;
431
+ };
400
432
  }>, {}, {}, {
401
433
  computedClass(): string;
402
434
  }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -420,17 +452,29 @@ export namespace BaseStory {
420
452
  default: string;
421
453
  required: false;
422
454
  };
455
+ marginRight: {
456
+ type: StringConstructor;
457
+ default: string;
458
+ required: false;
459
+ };
423
460
  inline: {
424
461
  type: BooleanConstructor;
425
462
  default: boolean;
426
463
  required: false;
427
464
  };
465
+ caretLeft: {
466
+ type: BooleanConstructor;
467
+ default: boolean;
468
+ required: false;
469
+ };
428
470
  }>> & Readonly<{}>, {
429
471
  inline: boolean;
430
472
  passedWrapperClass: string;
431
473
  arrowClass: string;
432
474
  color: string;
433
475
  marginLeft: string;
476
+ marginRight: string;
477
+ caretLeft: boolean;
434
478
  }, {}, {
435
479
  IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
436
480
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -641,6 +685,16 @@ export namespace BaseStory {
641
685
  required: false;
642
686
  default: string;
643
687
  };
688
+ caretMarginRight: {
689
+ type: StringConstructor;
690
+ required: false;
691
+ default: string;
692
+ };
693
+ caretLeft: {
694
+ type: BooleanConstructor;
695
+ required: false;
696
+ default: boolean;
697
+ };
644
698
  usePrimaryColor: {
645
699
  type: BooleanConstructor;
646
700
  required: false;
@@ -748,6 +802,16 @@ export namespace BaseStory {
748
802
  required: false;
749
803
  default: string;
750
804
  };
805
+ caretMarginRight: {
806
+ type: StringConstructor;
807
+ required: false;
808
+ default: string;
809
+ };
810
+ caretLeft: {
811
+ type: BooleanConstructor;
812
+ required: false;
813
+ default: boolean;
814
+ };
751
815
  usePrimaryColor: {
752
816
  type: BooleanConstructor;
753
817
  required: false;
@@ -758,6 +822,7 @@ export namespace BaseStory {
758
822
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
759
823
  }>, {
760
824
  title: string;
825
+ caretLeft: boolean;
761
826
  variant: "default" | "primary" | "secondary" | "none";
762
827
  to: string | Record<string, any>;
763
828
  exact: boolean;
@@ -773,6 +838,7 @@ export namespace BaseStory {
773
838
  caretInline: boolean;
774
839
  caretColor: string;
775
840
  caretMarginLeft: string;
841
+ caretMarginRight: string;
776
842
  usePrimaryColor: boolean;
777
843
  }, {}, {
778
844
  MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -796,11 +862,21 @@ export namespace BaseStory {
796
862
  default: string;
797
863
  required: false;
798
864
  };
865
+ marginRight: {
866
+ type: StringConstructor;
867
+ default: string;
868
+ required: false;
869
+ };
799
870
  inline: {
800
871
  type: BooleanConstructor;
801
872
  default: boolean;
802
873
  required: false;
803
874
  };
875
+ caretLeft: {
876
+ type: BooleanConstructor;
877
+ default: boolean;
878
+ required: false;
879
+ };
804
880
  }>, {}, {}, {
805
881
  computedClass(): string;
806
882
  }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -824,17 +900,29 @@ export namespace BaseStory {
824
900
  default: string;
825
901
  required: false;
826
902
  };
903
+ marginRight: {
904
+ type: StringConstructor;
905
+ default: string;
906
+ required: false;
907
+ };
827
908
  inline: {
828
909
  type: BooleanConstructor;
829
910
  default: boolean;
830
911
  required: false;
831
912
  };
913
+ caretLeft: {
914
+ type: BooleanConstructor;
915
+ default: boolean;
916
+ required: false;
917
+ };
832
918
  }>> & Readonly<{}>, {
833
919
  inline: boolean;
834
920
  passedWrapperClass: string;
835
921
  arrowClass: string;
836
922
  color: string;
837
923
  marginLeft: string;
924
+ marginRight: string;
925
+ caretLeft: boolean;
838
926
  }, {}, {
839
927
  IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
840
928
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1011,6 +1099,16 @@ export namespace BaseStory {
1011
1099
  required: false;
1012
1100
  default: string;
1013
1101
  };
1102
+ caretMarginRight: {
1103
+ type: StringConstructor;
1104
+ required: false;
1105
+ default: string;
1106
+ };
1107
+ caretLeft: {
1108
+ type: BooleanConstructor;
1109
+ required: false;
1110
+ default: boolean;
1111
+ };
1014
1112
  usePrimaryColor: {
1015
1113
  type: BooleanConstructor;
1016
1114
  required: false;
@@ -1118,6 +1216,16 @@ export namespace BaseStory {
1118
1216
  required: false;
1119
1217
  default: string;
1120
1218
  };
1219
+ caretMarginRight: {
1220
+ type: StringConstructor;
1221
+ required: false;
1222
+ default: string;
1223
+ };
1224
+ caretLeft: {
1225
+ type: BooleanConstructor;
1226
+ required: false;
1227
+ default: boolean;
1228
+ };
1121
1229
  usePrimaryColor: {
1122
1230
  type: BooleanConstructor;
1123
1231
  required: false;
@@ -1128,6 +1236,7 @@ export namespace BaseStory {
1128
1236
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
1129
1237
  }>, {
1130
1238
  title: string;
1239
+ caretLeft: boolean;
1131
1240
  variant: "default" | "primary" | "secondary" | "none";
1132
1241
  to: string | Record<string, any>;
1133
1242
  exact: boolean;
@@ -1143,6 +1252,7 @@ export namespace BaseStory {
1143
1252
  caretInline: boolean;
1144
1253
  caretColor: string;
1145
1254
  caretMarginLeft: string;
1255
+ caretMarginRight: string;
1146
1256
  usePrimaryColor: boolean;
1147
1257
  }, {}, {
1148
1258
  MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -1166,11 +1276,21 @@ export namespace BaseStory {
1166
1276
  default: string;
1167
1277
  required: false;
1168
1278
  };
1279
+ marginRight: {
1280
+ type: StringConstructor;
1281
+ default: string;
1282
+ required: false;
1283
+ };
1169
1284
  inline: {
1170
1285
  type: BooleanConstructor;
1171
1286
  default: boolean;
1172
1287
  required: false;
1173
1288
  };
1289
+ caretLeft: {
1290
+ type: BooleanConstructor;
1291
+ default: boolean;
1292
+ required: false;
1293
+ };
1174
1294
  }>, {}, {}, {
1175
1295
  computedClass(): string;
1176
1296
  }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -1194,17 +1314,29 @@ export namespace BaseStory {
1194
1314
  default: string;
1195
1315
  required: false;
1196
1316
  };
1317
+ marginRight: {
1318
+ type: StringConstructor;
1319
+ default: string;
1320
+ required: false;
1321
+ };
1197
1322
  inline: {
1198
1323
  type: BooleanConstructor;
1199
1324
  default: boolean;
1200
1325
  required: false;
1201
1326
  };
1327
+ caretLeft: {
1328
+ type: BooleanConstructor;
1329
+ default: boolean;
1330
+ required: false;
1331
+ };
1202
1332
  }>> & Readonly<{}>, {
1203
1333
  inline: boolean;
1204
1334
  passedWrapperClass: string;
1205
1335
  arrowClass: string;
1206
1336
  color: string;
1207
1337
  marginLeft: string;
1338
+ marginRight: string;
1339
+ caretLeft: boolean;
1208
1340
  }, {}, {
1209
1341
  IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1210
1342
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1327,6 +1459,16 @@ export namespace BaseStory {
1327
1459
  required: false;
1328
1460
  default: string;
1329
1461
  };
1462
+ caretMarginRight: {
1463
+ type: StringConstructor;
1464
+ required: false;
1465
+ default: string;
1466
+ };
1467
+ caretLeft: {
1468
+ type: BooleanConstructor;
1469
+ required: false;
1470
+ default: boolean;
1471
+ };
1330
1472
  usePrimaryColor: {
1331
1473
  type: BooleanConstructor;
1332
1474
  required: false;
@@ -1434,6 +1576,16 @@ export namespace BaseStory {
1434
1576
  required: false;
1435
1577
  default: string;
1436
1578
  };
1579
+ caretMarginRight: {
1580
+ type: StringConstructor;
1581
+ required: false;
1582
+ default: string;
1583
+ };
1584
+ caretLeft: {
1585
+ type: BooleanConstructor;
1586
+ required: false;
1587
+ default: boolean;
1588
+ };
1437
1589
  usePrimaryColor: {
1438
1590
  type: BooleanConstructor;
1439
1591
  required: false;
@@ -1444,6 +1596,7 @@ export namespace BaseStory {
1444
1596
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
1445
1597
  }>, {
1446
1598
  title: string;
1599
+ caretLeft: boolean;
1447
1600
  variant: "default" | "primary" | "secondary" | "none";
1448
1601
  to: string | Record<string, any>;
1449
1602
  exact: boolean;
@@ -1459,6 +1612,7 @@ export namespace BaseStory {
1459
1612
  caretInline: boolean;
1460
1613
  caretColor: string;
1461
1614
  caretMarginLeft: string;
1615
+ caretMarginRight: string;
1462
1616
  usePrimaryColor: boolean;
1463
1617
  }, {}, {
1464
1618
  MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -1482,11 +1636,21 @@ export namespace BaseStory {
1482
1636
  default: string;
1483
1637
  required: false;
1484
1638
  };
1639
+ marginRight: {
1640
+ type: StringConstructor;
1641
+ default: string;
1642
+ required: false;
1643
+ };
1485
1644
  inline: {
1486
1645
  type: BooleanConstructor;
1487
1646
  default: boolean;
1488
1647
  required: false;
1489
1648
  };
1649
+ caretLeft: {
1650
+ type: BooleanConstructor;
1651
+ default: boolean;
1652
+ required: false;
1653
+ };
1490
1654
  }>, {}, {}, {
1491
1655
  computedClass(): string;
1492
1656
  }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -1510,17 +1674,29 @@ export namespace BaseStory {
1510
1674
  default: string;
1511
1675
  required: false;
1512
1676
  };
1677
+ marginRight: {
1678
+ type: StringConstructor;
1679
+ default: string;
1680
+ required: false;
1681
+ };
1513
1682
  inline: {
1514
1683
  type: BooleanConstructor;
1515
1684
  default: boolean;
1516
1685
  required: false;
1517
1686
  };
1687
+ caretLeft: {
1688
+ type: BooleanConstructor;
1689
+ default: boolean;
1690
+ required: false;
1691
+ };
1518
1692
  }>> & Readonly<{}>, {
1519
1693
  inline: boolean;
1520
1694
  passedWrapperClass: string;
1521
1695
  arrowClass: string;
1522
1696
  color: string;
1523
1697
  marginLeft: string;
1698
+ marginRight: string;
1699
+ caretLeft: boolean;
1524
1700
  }, {}, {
1525
1701
  IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1526
1702
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1760,6 +1936,16 @@ export namespace BaseStory {
1760
1936
  required: false;
1761
1937
  default: string;
1762
1938
  };
1939
+ caretMarginRight: {
1940
+ type: StringConstructor;
1941
+ required: false;
1942
+ default: string;
1943
+ };
1944
+ caretLeft: {
1945
+ type: BooleanConstructor;
1946
+ required: false;
1947
+ default: boolean;
1948
+ };
1763
1949
  usePrimaryColor: {
1764
1950
  type: BooleanConstructor;
1765
1951
  required: false;
@@ -1867,6 +2053,16 @@ export namespace BaseStory {
1867
2053
  required: false;
1868
2054
  default: string;
1869
2055
  };
2056
+ caretMarginRight: {
2057
+ type: StringConstructor;
2058
+ required: false;
2059
+ default: string;
2060
+ };
2061
+ caretLeft: {
2062
+ type: BooleanConstructor;
2063
+ required: false;
2064
+ default: boolean;
2065
+ };
1870
2066
  usePrimaryColor: {
1871
2067
  type: BooleanConstructor;
1872
2068
  required: false;
@@ -1877,6 +2073,7 @@ export namespace BaseStory {
1877
2073
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
1878
2074
  }>, {
1879
2075
  title: string;
2076
+ caretLeft: boolean;
1880
2077
  variant: "default" | "primary" | "secondary" | "none";
1881
2078
  to: string | Record<string, any>;
1882
2079
  exact: boolean;
@@ -1892,6 +2089,7 @@ export namespace BaseStory {
1892
2089
  caretInline: boolean;
1893
2090
  caretColor: string;
1894
2091
  caretMarginLeft: string;
2092
+ caretMarginRight: string;
1895
2093
  usePrimaryColor: boolean;
1896
2094
  }, {}, {
1897
2095
  MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -1915,11 +2113,21 @@ export namespace BaseStory {
1915
2113
  default: string;
1916
2114
  required: false;
1917
2115
  };
2116
+ marginRight: {
2117
+ type: StringConstructor;
2118
+ default: string;
2119
+ required: false;
2120
+ };
1918
2121
  inline: {
1919
2122
  type: BooleanConstructor;
1920
2123
  default: boolean;
1921
2124
  required: false;
1922
2125
  };
2126
+ caretLeft: {
2127
+ type: BooleanConstructor;
2128
+ default: boolean;
2129
+ required: false;
2130
+ };
1923
2131
  }>, {}, {}, {
1924
2132
  computedClass(): string;
1925
2133
  }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -1943,17 +2151,29 @@ export namespace BaseStory {
1943
2151
  default: string;
1944
2152
  required: false;
1945
2153
  };
2154
+ marginRight: {
2155
+ type: StringConstructor;
2156
+ default: string;
2157
+ required: false;
2158
+ };
1946
2159
  inline: {
1947
2160
  type: BooleanConstructor;
1948
2161
  default: boolean;
1949
2162
  required: false;
1950
2163
  };
2164
+ caretLeft: {
2165
+ type: BooleanConstructor;
2166
+ default: boolean;
2167
+ required: false;
2168
+ };
1951
2169
  }>> & Readonly<{}>, {
1952
2170
  inline: boolean;
1953
2171
  passedWrapperClass: string;
1954
2172
  arrowClass: string;
1955
2173
  color: string;
1956
2174
  marginLeft: string;
2175
+ marginRight: string;
2176
+ caretLeft: boolean;
1957
2177
  }, {}, {
1958
2178
  IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1959
2179
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -2161,6 +2381,16 @@ export namespace WithSecondaryNav {
2161
2381
  required: false;
2162
2382
  default: string;
2163
2383
  };
2384
+ caretMarginRight: {
2385
+ type: StringConstructor;
2386
+ required: false;
2387
+ default: string;
2388
+ };
2389
+ caretLeft: {
2390
+ type: BooleanConstructor;
2391
+ required: false;
2392
+ default: boolean;
2393
+ };
2164
2394
  usePrimaryColor: {
2165
2395
  type: BooleanConstructor;
2166
2396
  required: false;
@@ -2268,6 +2498,16 @@ export namespace WithSecondaryNav {
2268
2498
  required: false;
2269
2499
  default: string;
2270
2500
  };
2501
+ caretMarginRight: {
2502
+ type: StringConstructor;
2503
+ required: false;
2504
+ default: string;
2505
+ };
2506
+ caretLeft: {
2507
+ type: BooleanConstructor;
2508
+ required: false;
2509
+ default: boolean;
2510
+ };
2271
2511
  usePrimaryColor: {
2272
2512
  type: BooleanConstructor;
2273
2513
  required: false;
@@ -2278,6 +2518,7 @@ export namespace WithSecondaryNav {
2278
2518
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
2279
2519
  }>, {
2280
2520
  title: string;
2521
+ caretLeft: boolean;
2281
2522
  variant: "default" | "primary" | "secondary" | "none";
2282
2523
  to: string | Record<string, any>;
2283
2524
  exact: boolean;
@@ -2293,6 +2534,7 @@ export namespace WithSecondaryNav {
2293
2534
  caretInline: boolean;
2294
2535
  caretColor: string;
2295
2536
  caretMarginLeft: string;
2537
+ caretMarginRight: string;
2296
2538
  usePrimaryColor: boolean;
2297
2539
  }, {}, {
2298
2540
  MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -2316,11 +2558,21 @@ export namespace WithSecondaryNav {
2316
2558
  default: string;
2317
2559
  required: false;
2318
2560
  };
2561
+ marginRight: {
2562
+ type: StringConstructor;
2563
+ default: string;
2564
+ required: false;
2565
+ };
2319
2566
  inline: {
2320
2567
  type: BooleanConstructor;
2321
2568
  default: boolean;
2322
2569
  required: false;
2323
2570
  };
2571
+ caretLeft: {
2572
+ type: BooleanConstructor;
2573
+ default: boolean;
2574
+ required: false;
2575
+ };
2324
2576
  }>, {}, {}, {
2325
2577
  computedClass(): string;
2326
2578
  }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -2344,17 +2596,29 @@ export namespace WithSecondaryNav {
2344
2596
  default: string;
2345
2597
  required: false;
2346
2598
  };
2599
+ marginRight: {
2600
+ type: StringConstructor;
2601
+ default: string;
2602
+ required: false;
2603
+ };
2347
2604
  inline: {
2348
2605
  type: BooleanConstructor;
2349
2606
  default: boolean;
2350
2607
  required: false;
2351
2608
  };
2609
+ caretLeft: {
2610
+ type: BooleanConstructor;
2611
+ default: boolean;
2612
+ required: false;
2613
+ };
2352
2614
  }>> & Readonly<{}>, {
2353
2615
  inline: boolean;
2354
2616
  passedWrapperClass: string;
2355
2617
  arrowClass: string;
2356
2618
  color: string;
2357
2619
  marginLeft: string;
2620
+ marginRight: string;
2621
+ caretLeft: boolean;
2358
2622
  }, {}, {
2359
2623
  IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2360
2624
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -2565,6 +2829,16 @@ export namespace WithSecondaryNav {
2565
2829
  required: false;
2566
2830
  default: string;
2567
2831
  };
2832
+ caretMarginRight: {
2833
+ type: StringConstructor;
2834
+ required: false;
2835
+ default: string;
2836
+ };
2837
+ caretLeft: {
2838
+ type: BooleanConstructor;
2839
+ required: false;
2840
+ default: boolean;
2841
+ };
2568
2842
  usePrimaryColor: {
2569
2843
  type: BooleanConstructor;
2570
2844
  required: false;
@@ -2672,6 +2946,16 @@ export namespace WithSecondaryNav {
2672
2946
  required: false;
2673
2947
  default: string;
2674
2948
  };
2949
+ caretMarginRight: {
2950
+ type: StringConstructor;
2951
+ required: false;
2952
+ default: string;
2953
+ };
2954
+ caretLeft: {
2955
+ type: BooleanConstructor;
2956
+ required: false;
2957
+ default: boolean;
2958
+ };
2675
2959
  usePrimaryColor: {
2676
2960
  type: BooleanConstructor;
2677
2961
  required: false;
@@ -2682,6 +2966,7 @@ export namespace WithSecondaryNav {
2682
2966
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
2683
2967
  }>, {
2684
2968
  title: string;
2969
+ caretLeft: boolean;
2685
2970
  variant: "default" | "primary" | "secondary" | "none";
2686
2971
  to: string | Record<string, any>;
2687
2972
  exact: boolean;
@@ -2697,6 +2982,7 @@ export namespace WithSecondaryNav {
2697
2982
  caretInline: boolean;
2698
2983
  caretColor: string;
2699
2984
  caretMarginLeft: string;
2985
+ caretMarginRight: string;
2700
2986
  usePrimaryColor: boolean;
2701
2987
  }, {}, {
2702
2988
  MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -2720,11 +3006,21 @@ export namespace WithSecondaryNav {
2720
3006
  default: string;
2721
3007
  required: false;
2722
3008
  };
3009
+ marginRight: {
3010
+ type: StringConstructor;
3011
+ default: string;
3012
+ required: false;
3013
+ };
2723
3014
  inline: {
2724
3015
  type: BooleanConstructor;
2725
3016
  default: boolean;
2726
3017
  required: false;
2727
3018
  };
3019
+ caretLeft: {
3020
+ type: BooleanConstructor;
3021
+ default: boolean;
3022
+ required: false;
3023
+ };
2728
3024
  }>, {}, {}, {
2729
3025
  computedClass(): string;
2730
3026
  }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -2748,17 +3044,29 @@ export namespace WithSecondaryNav {
2748
3044
  default: string;
2749
3045
  required: false;
2750
3046
  };
3047
+ marginRight: {
3048
+ type: StringConstructor;
3049
+ default: string;
3050
+ required: false;
3051
+ };
2751
3052
  inline: {
2752
3053
  type: BooleanConstructor;
2753
3054
  default: boolean;
2754
3055
  required: false;
2755
3056
  };
3057
+ caretLeft: {
3058
+ type: BooleanConstructor;
3059
+ default: boolean;
3060
+ required: false;
3061
+ };
2756
3062
  }>> & Readonly<{}>, {
2757
3063
  inline: boolean;
2758
3064
  passedWrapperClass: string;
2759
3065
  arrowClass: string;
2760
3066
  color: string;
2761
3067
  marginLeft: string;
3068
+ marginRight: string;
3069
+ caretLeft: boolean;
2762
3070
  }, {}, {
2763
3071
  IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2764
3072
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -2935,6 +3243,16 @@ export namespace WithSecondaryNav {
2935
3243
  required: false;
2936
3244
  default: string;
2937
3245
  };
3246
+ caretMarginRight: {
3247
+ type: StringConstructor;
3248
+ required: false;
3249
+ default: string;
3250
+ };
3251
+ caretLeft: {
3252
+ type: BooleanConstructor;
3253
+ required: false;
3254
+ default: boolean;
3255
+ };
2938
3256
  usePrimaryColor: {
2939
3257
  type: BooleanConstructor;
2940
3258
  required: false;
@@ -3042,6 +3360,16 @@ export namespace WithSecondaryNav {
3042
3360
  required: false;
3043
3361
  default: string;
3044
3362
  };
3363
+ caretMarginRight: {
3364
+ type: StringConstructor;
3365
+ required: false;
3366
+ default: string;
3367
+ };
3368
+ caretLeft: {
3369
+ type: BooleanConstructor;
3370
+ required: false;
3371
+ default: boolean;
3372
+ };
3045
3373
  usePrimaryColor: {
3046
3374
  type: BooleanConstructor;
3047
3375
  required: false;
@@ -3052,6 +3380,7 @@ export namespace WithSecondaryNav {
3052
3380
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
3053
3381
  }>, {
3054
3382
  title: string;
3383
+ caretLeft: boolean;
3055
3384
  variant: "default" | "primary" | "secondary" | "none";
3056
3385
  to: string | Record<string, any>;
3057
3386
  exact: boolean;
@@ -3067,6 +3396,7 @@ export namespace WithSecondaryNav {
3067
3396
  caretInline: boolean;
3068
3397
  caretColor: string;
3069
3398
  caretMarginLeft: string;
3399
+ caretMarginRight: string;
3070
3400
  usePrimaryColor: boolean;
3071
3401
  }, {}, {
3072
3402
  MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -3090,11 +3420,21 @@ export namespace WithSecondaryNav {
3090
3420
  default: string;
3091
3421
  required: false;
3092
3422
  };
3423
+ marginRight: {
3424
+ type: StringConstructor;
3425
+ default: string;
3426
+ required: false;
3427
+ };
3093
3428
  inline: {
3094
3429
  type: BooleanConstructor;
3095
3430
  default: boolean;
3096
3431
  required: false;
3097
3432
  };
3433
+ caretLeft: {
3434
+ type: BooleanConstructor;
3435
+ default: boolean;
3436
+ required: false;
3437
+ };
3098
3438
  }>, {}, {}, {
3099
3439
  computedClass(): string;
3100
3440
  }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -3118,17 +3458,29 @@ export namespace WithSecondaryNav {
3118
3458
  default: string;
3119
3459
  required: false;
3120
3460
  };
3461
+ marginRight: {
3462
+ type: StringConstructor;
3463
+ default: string;
3464
+ required: false;
3465
+ };
3121
3466
  inline: {
3122
3467
  type: BooleanConstructor;
3123
3468
  default: boolean;
3124
3469
  required: false;
3125
3470
  };
3471
+ caretLeft: {
3472
+ type: BooleanConstructor;
3473
+ default: boolean;
3474
+ required: false;
3475
+ };
3126
3476
  }>> & Readonly<{}>, {
3127
3477
  inline: boolean;
3128
3478
  passedWrapperClass: string;
3129
3479
  arrowClass: string;
3130
3480
  color: string;
3131
3481
  marginLeft: string;
3482
+ marginRight: string;
3483
+ caretLeft: boolean;
3132
3484
  }, {}, {
3133
3485
  IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3134
3486
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -3251,6 +3603,16 @@ export namespace WithSecondaryNav {
3251
3603
  required: false;
3252
3604
  default: string;
3253
3605
  };
3606
+ caretMarginRight: {
3607
+ type: StringConstructor;
3608
+ required: false;
3609
+ default: string;
3610
+ };
3611
+ caretLeft: {
3612
+ type: BooleanConstructor;
3613
+ required: false;
3614
+ default: boolean;
3615
+ };
3254
3616
  usePrimaryColor: {
3255
3617
  type: BooleanConstructor;
3256
3618
  required: false;
@@ -3358,6 +3720,16 @@ export namespace WithSecondaryNav {
3358
3720
  required: false;
3359
3721
  default: string;
3360
3722
  };
3723
+ caretMarginRight: {
3724
+ type: StringConstructor;
3725
+ required: false;
3726
+ default: string;
3727
+ };
3728
+ caretLeft: {
3729
+ type: BooleanConstructor;
3730
+ required: false;
3731
+ default: boolean;
3732
+ };
3361
3733
  usePrimaryColor: {
3362
3734
  type: BooleanConstructor;
3363
3735
  required: false;
@@ -3368,6 +3740,7 @@ export namespace WithSecondaryNav {
3368
3740
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
3369
3741
  }>, {
3370
3742
  title: string;
3743
+ caretLeft: boolean;
3371
3744
  variant: "default" | "primary" | "secondary" | "none";
3372
3745
  to: string | Record<string, any>;
3373
3746
  exact: boolean;
@@ -3383,6 +3756,7 @@ export namespace WithSecondaryNav {
3383
3756
  caretInline: boolean;
3384
3757
  caretColor: string;
3385
3758
  caretMarginLeft: string;
3759
+ caretMarginRight: string;
3386
3760
  usePrimaryColor: boolean;
3387
3761
  }, {}, {
3388
3762
  MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -3406,11 +3780,21 @@ export namespace WithSecondaryNav {
3406
3780
  default: string;
3407
3781
  required: false;
3408
3782
  };
3783
+ marginRight: {
3784
+ type: StringConstructor;
3785
+ default: string;
3786
+ required: false;
3787
+ };
3409
3788
  inline: {
3410
3789
  type: BooleanConstructor;
3411
3790
  default: boolean;
3412
3791
  required: false;
3413
3792
  };
3793
+ caretLeft: {
3794
+ type: BooleanConstructor;
3795
+ default: boolean;
3796
+ required: false;
3797
+ };
3414
3798
  }>, {}, {}, {
3415
3799
  computedClass(): string;
3416
3800
  }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -3434,17 +3818,29 @@ export namespace WithSecondaryNav {
3434
3818
  default: string;
3435
3819
  required: false;
3436
3820
  };
3821
+ marginRight: {
3822
+ type: StringConstructor;
3823
+ default: string;
3824
+ required: false;
3825
+ };
3437
3826
  inline: {
3438
3827
  type: BooleanConstructor;
3439
3828
  default: boolean;
3440
3829
  required: false;
3441
3830
  };
3831
+ caretLeft: {
3832
+ type: BooleanConstructor;
3833
+ default: boolean;
3834
+ required: false;
3835
+ };
3442
3836
  }>> & Readonly<{}>, {
3443
3837
  inline: boolean;
3444
3838
  passedWrapperClass: string;
3445
3839
  arrowClass: string;
3446
3840
  color: string;
3447
3841
  marginLeft: string;
3842
+ marginRight: string;
3843
+ caretLeft: boolean;
3448
3844
  }, {}, {
3449
3845
  IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3450
3846
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -3684,6 +4080,16 @@ export namespace WithSecondaryNav {
3684
4080
  required: false;
3685
4081
  default: string;
3686
4082
  };
4083
+ caretMarginRight: {
4084
+ type: StringConstructor;
4085
+ required: false;
4086
+ default: string;
4087
+ };
4088
+ caretLeft: {
4089
+ type: BooleanConstructor;
4090
+ required: false;
4091
+ default: boolean;
4092
+ };
3687
4093
  usePrimaryColor: {
3688
4094
  type: BooleanConstructor;
3689
4095
  required: false;
@@ -3791,6 +4197,16 @@ export namespace WithSecondaryNav {
3791
4197
  required: false;
3792
4198
  default: string;
3793
4199
  };
4200
+ caretMarginRight: {
4201
+ type: StringConstructor;
4202
+ required: false;
4203
+ default: string;
4204
+ };
4205
+ caretLeft: {
4206
+ type: BooleanConstructor;
4207
+ required: false;
4208
+ default: boolean;
4209
+ };
3794
4210
  usePrimaryColor: {
3795
4211
  type: BooleanConstructor;
3796
4212
  required: false;
@@ -3801,6 +4217,7 @@ export namespace WithSecondaryNav {
3801
4217
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
3802
4218
  }>, {
3803
4219
  title: string;
4220
+ caretLeft: boolean;
3804
4221
  variant: "default" | "primary" | "secondary" | "none";
3805
4222
  to: string | Record<string, any>;
3806
4223
  exact: boolean;
@@ -3816,6 +4233,7 @@ export namespace WithSecondaryNav {
3816
4233
  caretInline: boolean;
3817
4234
  caretColor: string;
3818
4235
  caretMarginLeft: string;
4236
+ caretMarginRight: string;
3819
4237
  usePrimaryColor: boolean;
3820
4238
  }, {}, {
3821
4239
  MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -3839,11 +4257,21 @@ export namespace WithSecondaryNav {
3839
4257
  default: string;
3840
4258
  required: false;
3841
4259
  };
4260
+ marginRight: {
4261
+ type: StringConstructor;
4262
+ default: string;
4263
+ required: false;
4264
+ };
3842
4265
  inline: {
3843
4266
  type: BooleanConstructor;
3844
4267
  default: boolean;
3845
4268
  required: false;
3846
4269
  };
4270
+ caretLeft: {
4271
+ type: BooleanConstructor;
4272
+ default: boolean;
4273
+ required: false;
4274
+ };
3847
4275
  }>, {}, {}, {
3848
4276
  computedClass(): string;
3849
4277
  }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -3867,17 +4295,29 @@ export namespace WithSecondaryNav {
3867
4295
  default: string;
3868
4296
  required: false;
3869
4297
  };
4298
+ marginRight: {
4299
+ type: StringConstructor;
4300
+ default: string;
4301
+ required: false;
4302
+ };
3870
4303
  inline: {
3871
4304
  type: BooleanConstructor;
3872
4305
  default: boolean;
3873
4306
  required: false;
3874
4307
  };
4308
+ caretLeft: {
4309
+ type: BooleanConstructor;
4310
+ default: boolean;
4311
+ required: false;
4312
+ };
3875
4313
  }>> & Readonly<{}>, {
3876
4314
  inline: boolean;
3877
4315
  passedWrapperClass: string;
3878
4316
  arrowClass: string;
3879
4317
  color: string;
3880
4318
  marginLeft: string;
4319
+ marginRight: string;
4320
+ caretLeft: boolean;
3881
4321
  }, {}, {
3882
4322
  IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3883
4323
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -4086,6 +4526,16 @@ export namespace WithTertiaryNav {
4086
4526
  required: false;
4087
4527
  default: string;
4088
4528
  };
4529
+ caretMarginRight: {
4530
+ type: StringConstructor;
4531
+ required: false;
4532
+ default: string;
4533
+ };
4534
+ caretLeft: {
4535
+ type: BooleanConstructor;
4536
+ required: false;
4537
+ default: boolean;
4538
+ };
4089
4539
  usePrimaryColor: {
4090
4540
  type: BooleanConstructor;
4091
4541
  required: false;
@@ -4193,6 +4643,16 @@ export namespace WithTertiaryNav {
4193
4643
  required: false;
4194
4644
  default: string;
4195
4645
  };
4646
+ caretMarginRight: {
4647
+ type: StringConstructor;
4648
+ required: false;
4649
+ default: string;
4650
+ };
4651
+ caretLeft: {
4652
+ type: BooleanConstructor;
4653
+ required: false;
4654
+ default: boolean;
4655
+ };
4196
4656
  usePrimaryColor: {
4197
4657
  type: BooleanConstructor;
4198
4658
  required: false;
@@ -4203,6 +4663,7 @@ export namespace WithTertiaryNav {
4203
4663
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
4204
4664
  }>, {
4205
4665
  title: string;
4666
+ caretLeft: boolean;
4206
4667
  variant: "default" | "primary" | "secondary" | "none";
4207
4668
  to: string | Record<string, any>;
4208
4669
  exact: boolean;
@@ -4218,6 +4679,7 @@ export namespace WithTertiaryNav {
4218
4679
  caretInline: boolean;
4219
4680
  caretColor: string;
4220
4681
  caretMarginLeft: string;
4682
+ caretMarginRight: string;
4221
4683
  usePrimaryColor: boolean;
4222
4684
  }, {}, {
4223
4685
  MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -4241,11 +4703,21 @@ export namespace WithTertiaryNav {
4241
4703
  default: string;
4242
4704
  required: false;
4243
4705
  };
4706
+ marginRight: {
4707
+ type: StringConstructor;
4708
+ default: string;
4709
+ required: false;
4710
+ };
4244
4711
  inline: {
4245
4712
  type: BooleanConstructor;
4246
4713
  default: boolean;
4247
4714
  required: false;
4248
4715
  };
4716
+ caretLeft: {
4717
+ type: BooleanConstructor;
4718
+ default: boolean;
4719
+ required: false;
4720
+ };
4249
4721
  }>, {}, {}, {
4250
4722
  computedClass(): string;
4251
4723
  }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -4269,17 +4741,29 @@ export namespace WithTertiaryNav {
4269
4741
  default: string;
4270
4742
  required: false;
4271
4743
  };
4744
+ marginRight: {
4745
+ type: StringConstructor;
4746
+ default: string;
4747
+ required: false;
4748
+ };
4272
4749
  inline: {
4273
4750
  type: BooleanConstructor;
4274
4751
  default: boolean;
4275
4752
  required: false;
4276
4753
  };
4754
+ caretLeft: {
4755
+ type: BooleanConstructor;
4756
+ default: boolean;
4757
+ required: false;
4758
+ };
4277
4759
  }>> & Readonly<{}>, {
4278
4760
  inline: boolean;
4279
4761
  passedWrapperClass: string;
4280
4762
  arrowClass: string;
4281
4763
  color: string;
4282
4764
  marginLeft: string;
4765
+ marginRight: string;
4766
+ caretLeft: boolean;
4283
4767
  }, {}, {
4284
4768
  IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4285
4769
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -4490,6 +4974,16 @@ export namespace WithTertiaryNav {
4490
4974
  required: false;
4491
4975
  default: string;
4492
4976
  };
4977
+ caretMarginRight: {
4978
+ type: StringConstructor;
4979
+ required: false;
4980
+ default: string;
4981
+ };
4982
+ caretLeft: {
4983
+ type: BooleanConstructor;
4984
+ required: false;
4985
+ default: boolean;
4986
+ };
4493
4987
  usePrimaryColor: {
4494
4988
  type: BooleanConstructor;
4495
4989
  required: false;
@@ -4597,6 +5091,16 @@ export namespace WithTertiaryNav {
4597
5091
  required: false;
4598
5092
  default: string;
4599
5093
  };
5094
+ caretMarginRight: {
5095
+ type: StringConstructor;
5096
+ required: false;
5097
+ default: string;
5098
+ };
5099
+ caretLeft: {
5100
+ type: BooleanConstructor;
5101
+ required: false;
5102
+ default: boolean;
5103
+ };
4600
5104
  usePrimaryColor: {
4601
5105
  type: BooleanConstructor;
4602
5106
  required: false;
@@ -4607,6 +5111,7 @@ export namespace WithTertiaryNav {
4607
5111
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
4608
5112
  }>, {
4609
5113
  title: string;
5114
+ caretLeft: boolean;
4610
5115
  variant: "default" | "primary" | "secondary" | "none";
4611
5116
  to: string | Record<string, any>;
4612
5117
  exact: boolean;
@@ -4622,6 +5127,7 @@ export namespace WithTertiaryNav {
4622
5127
  caretInline: boolean;
4623
5128
  caretColor: string;
4624
5129
  caretMarginLeft: string;
5130
+ caretMarginRight: string;
4625
5131
  usePrimaryColor: boolean;
4626
5132
  }, {}, {
4627
5133
  MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -4645,11 +5151,21 @@ export namespace WithTertiaryNav {
4645
5151
  default: string;
4646
5152
  required: false;
4647
5153
  };
5154
+ marginRight: {
5155
+ type: StringConstructor;
5156
+ default: string;
5157
+ required: false;
5158
+ };
4648
5159
  inline: {
4649
5160
  type: BooleanConstructor;
4650
5161
  default: boolean;
4651
5162
  required: false;
4652
5163
  };
5164
+ caretLeft: {
5165
+ type: BooleanConstructor;
5166
+ default: boolean;
5167
+ required: false;
5168
+ };
4653
5169
  }>, {}, {}, {
4654
5170
  computedClass(): string;
4655
5171
  }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -4673,17 +5189,29 @@ export namespace WithTertiaryNav {
4673
5189
  default: string;
4674
5190
  required: false;
4675
5191
  };
5192
+ marginRight: {
5193
+ type: StringConstructor;
5194
+ default: string;
5195
+ required: false;
5196
+ };
4676
5197
  inline: {
4677
5198
  type: BooleanConstructor;
4678
5199
  default: boolean;
4679
5200
  required: false;
4680
5201
  };
5202
+ caretLeft: {
5203
+ type: BooleanConstructor;
5204
+ default: boolean;
5205
+ required: false;
5206
+ };
4681
5207
  }>> & Readonly<{}>, {
4682
5208
  inline: boolean;
4683
5209
  passedWrapperClass: string;
4684
5210
  arrowClass: string;
4685
5211
  color: string;
4686
5212
  marginLeft: string;
5213
+ marginRight: string;
5214
+ caretLeft: boolean;
4687
5215
  }, {}, {
4688
5216
  IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4689
5217
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -4860,6 +5388,16 @@ export namespace WithTertiaryNav {
4860
5388
  required: false;
4861
5389
  default: string;
4862
5390
  };
5391
+ caretMarginRight: {
5392
+ type: StringConstructor;
5393
+ required: false;
5394
+ default: string;
5395
+ };
5396
+ caretLeft: {
5397
+ type: BooleanConstructor;
5398
+ required: false;
5399
+ default: boolean;
5400
+ };
4863
5401
  usePrimaryColor: {
4864
5402
  type: BooleanConstructor;
4865
5403
  required: false;
@@ -4967,6 +5505,16 @@ export namespace WithTertiaryNav {
4967
5505
  required: false;
4968
5506
  default: string;
4969
5507
  };
5508
+ caretMarginRight: {
5509
+ type: StringConstructor;
5510
+ required: false;
5511
+ default: string;
5512
+ };
5513
+ caretLeft: {
5514
+ type: BooleanConstructor;
5515
+ required: false;
5516
+ default: boolean;
5517
+ };
4970
5518
  usePrimaryColor: {
4971
5519
  type: BooleanConstructor;
4972
5520
  required: false;
@@ -4977,6 +5525,7 @@ export namespace WithTertiaryNav {
4977
5525
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
4978
5526
  }>, {
4979
5527
  title: string;
5528
+ caretLeft: boolean;
4980
5529
  variant: "default" | "primary" | "secondary" | "none";
4981
5530
  to: string | Record<string, any>;
4982
5531
  exact: boolean;
@@ -4992,6 +5541,7 @@ export namespace WithTertiaryNav {
4992
5541
  caretInline: boolean;
4993
5542
  caretColor: string;
4994
5543
  caretMarginLeft: string;
5544
+ caretMarginRight: string;
4995
5545
  usePrimaryColor: boolean;
4996
5546
  }, {}, {
4997
5547
  MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -5015,11 +5565,21 @@ export namespace WithTertiaryNav {
5015
5565
  default: string;
5016
5566
  required: false;
5017
5567
  };
5568
+ marginRight: {
5569
+ type: StringConstructor;
5570
+ default: string;
5571
+ required: false;
5572
+ };
5018
5573
  inline: {
5019
5574
  type: BooleanConstructor;
5020
5575
  default: boolean;
5021
5576
  required: false;
5022
5577
  };
5578
+ caretLeft: {
5579
+ type: BooleanConstructor;
5580
+ default: boolean;
5581
+ required: false;
5582
+ };
5023
5583
  }>, {}, {}, {
5024
5584
  computedClass(): string;
5025
5585
  }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -5043,17 +5603,29 @@ export namespace WithTertiaryNav {
5043
5603
  default: string;
5044
5604
  required: false;
5045
5605
  };
5606
+ marginRight: {
5607
+ type: StringConstructor;
5608
+ default: string;
5609
+ required: false;
5610
+ };
5046
5611
  inline: {
5047
5612
  type: BooleanConstructor;
5048
5613
  default: boolean;
5049
5614
  required: false;
5050
5615
  };
5616
+ caretLeft: {
5617
+ type: BooleanConstructor;
5618
+ default: boolean;
5619
+ required: false;
5620
+ };
5051
5621
  }>> & Readonly<{}>, {
5052
5622
  inline: boolean;
5053
5623
  passedWrapperClass: string;
5054
5624
  arrowClass: string;
5055
5625
  color: string;
5056
5626
  marginLeft: string;
5627
+ marginRight: string;
5628
+ caretLeft: boolean;
5057
5629
  }, {}, {
5058
5630
  IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5059
5631
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -5176,6 +5748,16 @@ export namespace WithTertiaryNav {
5176
5748
  required: false;
5177
5749
  default: string;
5178
5750
  };
5751
+ caretMarginRight: {
5752
+ type: StringConstructor;
5753
+ required: false;
5754
+ default: string;
5755
+ };
5756
+ caretLeft: {
5757
+ type: BooleanConstructor;
5758
+ required: false;
5759
+ default: boolean;
5760
+ };
5179
5761
  usePrimaryColor: {
5180
5762
  type: BooleanConstructor;
5181
5763
  required: false;
@@ -5283,6 +5865,16 @@ export namespace WithTertiaryNav {
5283
5865
  required: false;
5284
5866
  default: string;
5285
5867
  };
5868
+ caretMarginRight: {
5869
+ type: StringConstructor;
5870
+ required: false;
5871
+ default: string;
5872
+ };
5873
+ caretLeft: {
5874
+ type: BooleanConstructor;
5875
+ required: false;
5876
+ default: boolean;
5877
+ };
5286
5878
  usePrimaryColor: {
5287
5879
  type: BooleanConstructor;
5288
5880
  required: false;
@@ -5293,6 +5885,7 @@ export namespace WithTertiaryNav {
5293
5885
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
5294
5886
  }>, {
5295
5887
  title: string;
5888
+ caretLeft: boolean;
5296
5889
  variant: "default" | "primary" | "secondary" | "none";
5297
5890
  to: string | Record<string, any>;
5298
5891
  exact: boolean;
@@ -5308,6 +5901,7 @@ export namespace WithTertiaryNav {
5308
5901
  caretInline: boolean;
5309
5902
  caretColor: string;
5310
5903
  caretMarginLeft: string;
5904
+ caretMarginRight: string;
5311
5905
  usePrimaryColor: boolean;
5312
5906
  }, {}, {
5313
5907
  MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -5331,11 +5925,21 @@ export namespace WithTertiaryNav {
5331
5925
  default: string;
5332
5926
  required: false;
5333
5927
  };
5928
+ marginRight: {
5929
+ type: StringConstructor;
5930
+ default: string;
5931
+ required: false;
5932
+ };
5334
5933
  inline: {
5335
5934
  type: BooleanConstructor;
5336
5935
  default: boolean;
5337
5936
  required: false;
5338
5937
  };
5938
+ caretLeft: {
5939
+ type: BooleanConstructor;
5940
+ default: boolean;
5941
+ required: false;
5942
+ };
5339
5943
  }>, {}, {}, {
5340
5944
  computedClass(): string;
5341
5945
  }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -5359,17 +5963,29 @@ export namespace WithTertiaryNav {
5359
5963
  default: string;
5360
5964
  required: false;
5361
5965
  };
5966
+ marginRight: {
5967
+ type: StringConstructor;
5968
+ default: string;
5969
+ required: false;
5970
+ };
5362
5971
  inline: {
5363
5972
  type: BooleanConstructor;
5364
5973
  default: boolean;
5365
5974
  required: false;
5366
5975
  };
5976
+ caretLeft: {
5977
+ type: BooleanConstructor;
5978
+ default: boolean;
5979
+ required: false;
5980
+ };
5367
5981
  }>> & Readonly<{}>, {
5368
5982
  inline: boolean;
5369
5983
  passedWrapperClass: string;
5370
5984
  arrowClass: string;
5371
5985
  color: string;
5372
5986
  marginLeft: string;
5987
+ marginRight: string;
5988
+ caretLeft: boolean;
5373
5989
  }, {}, {
5374
5990
  IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5375
5991
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -5609,6 +6225,16 @@ export namespace WithTertiaryNav {
5609
6225
  required: false;
5610
6226
  default: string;
5611
6227
  };
6228
+ caretMarginRight: {
6229
+ type: StringConstructor;
6230
+ required: false;
6231
+ default: string;
6232
+ };
6233
+ caretLeft: {
6234
+ type: BooleanConstructor;
6235
+ required: false;
6236
+ default: boolean;
6237
+ };
5612
6238
  usePrimaryColor: {
5613
6239
  type: BooleanConstructor;
5614
6240
  required: false;
@@ -5716,6 +6342,16 @@ export namespace WithTertiaryNav {
5716
6342
  required: false;
5717
6343
  default: string;
5718
6344
  };
6345
+ caretMarginRight: {
6346
+ type: StringConstructor;
6347
+ required: false;
6348
+ default: string;
6349
+ };
6350
+ caretLeft: {
6351
+ type: BooleanConstructor;
6352
+ required: false;
6353
+ default: boolean;
6354
+ };
5719
6355
  usePrimaryColor: {
5720
6356
  type: BooleanConstructor;
5721
6357
  required: false;
@@ -5726,6 +6362,7 @@ export namespace WithTertiaryNav {
5726
6362
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
5727
6363
  }>, {
5728
6364
  title: string;
6365
+ caretLeft: boolean;
5729
6366
  variant: "default" | "primary" | "secondary" | "none";
5730
6367
  to: string | Record<string, any>;
5731
6368
  exact: boolean;
@@ -5741,6 +6378,7 @@ export namespace WithTertiaryNav {
5741
6378
  caretInline: boolean;
5742
6379
  caretColor: string;
5743
6380
  caretMarginLeft: string;
6381
+ caretMarginRight: string;
5744
6382
  usePrimaryColor: boolean;
5745
6383
  }, {}, {
5746
6384
  MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -5764,11 +6402,21 @@ export namespace WithTertiaryNav {
5764
6402
  default: string;
5765
6403
  required: false;
5766
6404
  };
6405
+ marginRight: {
6406
+ type: StringConstructor;
6407
+ default: string;
6408
+ required: false;
6409
+ };
5767
6410
  inline: {
5768
6411
  type: BooleanConstructor;
5769
6412
  default: boolean;
5770
6413
  required: false;
5771
6414
  };
6415
+ caretLeft: {
6416
+ type: BooleanConstructor;
6417
+ default: boolean;
6418
+ required: false;
6419
+ };
5772
6420
  }>, {}, {}, {
5773
6421
  computedClass(): string;
5774
6422
  }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -5792,17 +6440,29 @@ export namespace WithTertiaryNav {
5792
6440
  default: string;
5793
6441
  required: false;
5794
6442
  };
6443
+ marginRight: {
6444
+ type: StringConstructor;
6445
+ default: string;
6446
+ required: false;
6447
+ };
5795
6448
  inline: {
5796
6449
  type: BooleanConstructor;
5797
6450
  default: boolean;
5798
6451
  required: false;
5799
6452
  };
6453
+ caretLeft: {
6454
+ type: BooleanConstructor;
6455
+ default: boolean;
6456
+ required: false;
6457
+ };
5800
6458
  }>> & Readonly<{}>, {
5801
6459
  inline: boolean;
5802
6460
  passedWrapperClass: string;
5803
6461
  arrowClass: string;
5804
6462
  color: string;
5805
6463
  marginLeft: string;
6464
+ marginRight: string;
6465
+ caretLeft: boolean;
5806
6466
  }, {}, {
5807
6467
  IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5808
6468
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -6029,6 +6689,16 @@ export namespace Dropdown {
6029
6689
  required: false;
6030
6690
  default: string;
6031
6691
  };
6692
+ caretMarginRight: {
6693
+ type: StringConstructor;
6694
+ required: false;
6695
+ default: string;
6696
+ };
6697
+ caretLeft: {
6698
+ type: BooleanConstructor;
6699
+ required: false;
6700
+ default: boolean;
6701
+ };
6032
6702
  usePrimaryColor: {
6033
6703
  type: BooleanConstructor;
6034
6704
  required: false;
@@ -6136,6 +6806,16 @@ export namespace Dropdown {
6136
6806
  required: false;
6137
6807
  default: string;
6138
6808
  };
6809
+ caretMarginRight: {
6810
+ type: StringConstructor;
6811
+ required: false;
6812
+ default: string;
6813
+ };
6814
+ caretLeft: {
6815
+ type: BooleanConstructor;
6816
+ required: false;
6817
+ default: boolean;
6818
+ };
6139
6819
  usePrimaryColor: {
6140
6820
  type: BooleanConstructor;
6141
6821
  required: false;
@@ -6146,6 +6826,7 @@ export namespace Dropdown {
6146
6826
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
6147
6827
  }>, {
6148
6828
  title: string;
6829
+ caretLeft: boolean;
6149
6830
  variant: "default" | "primary" | "secondary" | "none";
6150
6831
  to: string | Record<string, any>;
6151
6832
  exact: boolean;
@@ -6161,6 +6842,7 @@ export namespace Dropdown {
6161
6842
  caretInline: boolean;
6162
6843
  caretColor: string;
6163
6844
  caretMarginLeft: string;
6845
+ caretMarginRight: string;
6164
6846
  usePrimaryColor: boolean;
6165
6847
  }, {}, {
6166
6848
  MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -6184,11 +6866,21 @@ export namespace Dropdown {
6184
6866
  default: string;
6185
6867
  required: false;
6186
6868
  };
6869
+ marginRight: {
6870
+ type: StringConstructor;
6871
+ default: string;
6872
+ required: false;
6873
+ };
6187
6874
  inline: {
6188
6875
  type: BooleanConstructor;
6189
6876
  default: boolean;
6190
6877
  required: false;
6191
6878
  };
6879
+ caretLeft: {
6880
+ type: BooleanConstructor;
6881
+ default: boolean;
6882
+ required: false;
6883
+ };
6192
6884
  }>, {}, {}, {
6193
6885
  computedClass(): string;
6194
6886
  }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -6212,17 +6904,29 @@ export namespace Dropdown {
6212
6904
  default: string;
6213
6905
  required: false;
6214
6906
  };
6907
+ marginRight: {
6908
+ type: StringConstructor;
6909
+ default: string;
6910
+ required: false;
6911
+ };
6215
6912
  inline: {
6216
6913
  type: BooleanConstructor;
6217
6914
  default: boolean;
6218
6915
  required: false;
6219
6916
  };
6917
+ caretLeft: {
6918
+ type: BooleanConstructor;
6919
+ default: boolean;
6920
+ required: false;
6921
+ };
6220
6922
  }>> & Readonly<{}>, {
6221
6923
  inline: boolean;
6222
6924
  passedWrapperClass: string;
6223
6925
  arrowClass: string;
6224
6926
  color: string;
6225
6927
  marginLeft: string;
6928
+ marginRight: string;
6929
+ caretLeft: boolean;
6226
6930
  }, {}, {
6227
6931
  IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6228
6932
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -6399,6 +7103,16 @@ export namespace Dropdown {
6399
7103
  required: false;
6400
7104
  default: string;
6401
7105
  };
7106
+ caretMarginRight: {
7107
+ type: StringConstructor;
7108
+ required: false;
7109
+ default: string;
7110
+ };
7111
+ caretLeft: {
7112
+ type: BooleanConstructor;
7113
+ required: false;
7114
+ default: boolean;
7115
+ };
6402
7116
  usePrimaryColor: {
6403
7117
  type: BooleanConstructor;
6404
7118
  required: false;
@@ -6506,6 +7220,16 @@ export namespace Dropdown {
6506
7220
  required: false;
6507
7221
  default: string;
6508
7222
  };
7223
+ caretMarginRight: {
7224
+ type: StringConstructor;
7225
+ required: false;
7226
+ default: string;
7227
+ };
7228
+ caretLeft: {
7229
+ type: BooleanConstructor;
7230
+ required: false;
7231
+ default: boolean;
7232
+ };
6509
7233
  usePrimaryColor: {
6510
7234
  type: BooleanConstructor;
6511
7235
  required: false;
@@ -6516,6 +7240,7 @@ export namespace Dropdown {
6516
7240
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
6517
7241
  }>, {
6518
7242
  title: string;
7243
+ caretLeft: boolean;
6519
7244
  variant: "default" | "primary" | "secondary" | "none";
6520
7245
  to: string | Record<string, any>;
6521
7246
  exact: boolean;
@@ -6531,6 +7256,7 @@ export namespace Dropdown {
6531
7256
  caretInline: boolean;
6532
7257
  caretColor: string;
6533
7258
  caretMarginLeft: string;
7259
+ caretMarginRight: string;
6534
7260
  usePrimaryColor: boolean;
6535
7261
  }, {}, {
6536
7262
  MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -6554,11 +7280,21 @@ export namespace Dropdown {
6554
7280
  default: string;
6555
7281
  required: false;
6556
7282
  };
7283
+ marginRight: {
7284
+ type: StringConstructor;
7285
+ default: string;
7286
+ required: false;
7287
+ };
6557
7288
  inline: {
6558
7289
  type: BooleanConstructor;
6559
7290
  default: boolean;
6560
7291
  required: false;
6561
7292
  };
7293
+ caretLeft: {
7294
+ type: BooleanConstructor;
7295
+ default: boolean;
7296
+ required: false;
7297
+ };
6562
7298
  }>, {}, {}, {
6563
7299
  computedClass(): string;
6564
7300
  }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -6582,17 +7318,29 @@ export namespace Dropdown {
6582
7318
  default: string;
6583
7319
  required: false;
6584
7320
  };
7321
+ marginRight: {
7322
+ type: StringConstructor;
7323
+ default: string;
7324
+ required: false;
7325
+ };
6585
7326
  inline: {
6586
7327
  type: BooleanConstructor;
6587
7328
  default: boolean;
6588
7329
  required: false;
6589
7330
  };
7331
+ caretLeft: {
7332
+ type: BooleanConstructor;
7333
+ default: boolean;
7334
+ required: false;
7335
+ };
6590
7336
  }>> & Readonly<{}>, {
6591
7337
  inline: boolean;
6592
7338
  passedWrapperClass: string;
6593
7339
  arrowClass: string;
6594
7340
  color: string;
6595
7341
  marginLeft: string;
7342
+ marginRight: string;
7343
+ caretLeft: boolean;
6596
7344
  }, {}, {
6597
7345
  IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6598
7346
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -6820,6 +7568,16 @@ export namespace DropdownActive {
6820
7568
  required: false;
6821
7569
  default: string;
6822
7570
  };
7571
+ caretMarginRight: {
7572
+ type: StringConstructor;
7573
+ required: false;
7574
+ default: string;
7575
+ };
7576
+ caretLeft: {
7577
+ type: BooleanConstructor;
7578
+ required: false;
7579
+ default: boolean;
7580
+ };
6823
7581
  usePrimaryColor: {
6824
7582
  type: BooleanConstructor;
6825
7583
  required: false;
@@ -6927,6 +7685,16 @@ export namespace DropdownActive {
6927
7685
  required: false;
6928
7686
  default: string;
6929
7687
  };
7688
+ caretMarginRight: {
7689
+ type: StringConstructor;
7690
+ required: false;
7691
+ default: string;
7692
+ };
7693
+ caretLeft: {
7694
+ type: BooleanConstructor;
7695
+ required: false;
7696
+ default: boolean;
7697
+ };
6930
7698
  usePrimaryColor: {
6931
7699
  type: BooleanConstructor;
6932
7700
  required: false;
@@ -6937,6 +7705,7 @@ export namespace DropdownActive {
6937
7705
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
6938
7706
  }>, {
6939
7707
  title: string;
7708
+ caretLeft: boolean;
6940
7709
  variant: "default" | "primary" | "secondary" | "none";
6941
7710
  to: string | Record<string, any>;
6942
7711
  exact: boolean;
@@ -6952,6 +7721,7 @@ export namespace DropdownActive {
6952
7721
  caretInline: boolean;
6953
7722
  caretColor: string;
6954
7723
  caretMarginLeft: string;
7724
+ caretMarginRight: string;
6955
7725
  usePrimaryColor: boolean;
6956
7726
  }, {}, {
6957
7727
  MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -6975,11 +7745,21 @@ export namespace DropdownActive {
6975
7745
  default: string;
6976
7746
  required: false;
6977
7747
  };
7748
+ marginRight: {
7749
+ type: StringConstructor;
7750
+ default: string;
7751
+ required: false;
7752
+ };
6978
7753
  inline: {
6979
7754
  type: BooleanConstructor;
6980
7755
  default: boolean;
6981
7756
  required: false;
6982
7757
  };
7758
+ caretLeft: {
7759
+ type: BooleanConstructor;
7760
+ default: boolean;
7761
+ required: false;
7762
+ };
6983
7763
  }>, {}, {}, {
6984
7764
  computedClass(): string;
6985
7765
  }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -7003,17 +7783,29 @@ export namespace DropdownActive {
7003
7783
  default: string;
7004
7784
  required: false;
7005
7785
  };
7786
+ marginRight: {
7787
+ type: StringConstructor;
7788
+ default: string;
7789
+ required: false;
7790
+ };
7006
7791
  inline: {
7007
7792
  type: BooleanConstructor;
7008
7793
  default: boolean;
7009
7794
  required: false;
7010
7795
  };
7796
+ caretLeft: {
7797
+ type: BooleanConstructor;
7798
+ default: boolean;
7799
+ required: false;
7800
+ };
7011
7801
  }>> & Readonly<{}>, {
7012
7802
  inline: boolean;
7013
7803
  passedWrapperClass: string;
7014
7804
  arrowClass: string;
7015
7805
  color: string;
7016
7806
  marginLeft: string;
7807
+ marginRight: string;
7808
+ caretLeft: boolean;
7017
7809
  }, {}, {
7018
7810
  IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7019
7811
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -7190,6 +7982,16 @@ export namespace DropdownActive {
7190
7982
  required: false;
7191
7983
  default: string;
7192
7984
  };
7985
+ caretMarginRight: {
7986
+ type: StringConstructor;
7987
+ required: false;
7988
+ default: string;
7989
+ };
7990
+ caretLeft: {
7991
+ type: BooleanConstructor;
7992
+ required: false;
7993
+ default: boolean;
7994
+ };
7193
7995
  usePrimaryColor: {
7194
7996
  type: BooleanConstructor;
7195
7997
  required: false;
@@ -7297,6 +8099,16 @@ export namespace DropdownActive {
7297
8099
  required: false;
7298
8100
  default: string;
7299
8101
  };
8102
+ caretMarginRight: {
8103
+ type: StringConstructor;
8104
+ required: false;
8105
+ default: string;
8106
+ };
8107
+ caretLeft: {
8108
+ type: BooleanConstructor;
8109
+ required: false;
8110
+ default: boolean;
8111
+ };
7300
8112
  usePrimaryColor: {
7301
8113
  type: BooleanConstructor;
7302
8114
  required: false;
@@ -7307,6 +8119,7 @@ export namespace DropdownActive {
7307
8119
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
7308
8120
  }>, {
7309
8121
  title: string;
8122
+ caretLeft: boolean;
7310
8123
  variant: "default" | "primary" | "secondary" | "none";
7311
8124
  to: string | Record<string, any>;
7312
8125
  exact: boolean;
@@ -7322,6 +8135,7 @@ export namespace DropdownActive {
7322
8135
  caretInline: boolean;
7323
8136
  caretColor: string;
7324
8137
  caretMarginLeft: string;
8138
+ caretMarginRight: string;
7325
8139
  usePrimaryColor: boolean;
7326
8140
  }, {}, {
7327
8141
  MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -7345,11 +8159,21 @@ export namespace DropdownActive {
7345
8159
  default: string;
7346
8160
  required: false;
7347
8161
  };
8162
+ marginRight: {
8163
+ type: StringConstructor;
8164
+ default: string;
8165
+ required: false;
8166
+ };
7348
8167
  inline: {
7349
8168
  type: BooleanConstructor;
7350
8169
  default: boolean;
7351
8170
  required: false;
7352
8171
  };
8172
+ caretLeft: {
8173
+ type: BooleanConstructor;
8174
+ default: boolean;
8175
+ required: false;
8176
+ };
7353
8177
  }>, {}, {}, {
7354
8178
  computedClass(): string;
7355
8179
  }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -7373,17 +8197,29 @@ export namespace DropdownActive {
7373
8197
  default: string;
7374
8198
  required: false;
7375
8199
  };
8200
+ marginRight: {
8201
+ type: StringConstructor;
8202
+ default: string;
8203
+ required: false;
8204
+ };
7376
8205
  inline: {
7377
8206
  type: BooleanConstructor;
7378
8207
  default: boolean;
7379
8208
  required: false;
7380
8209
  };
8210
+ caretLeft: {
8211
+ type: BooleanConstructor;
8212
+ default: boolean;
8213
+ required: false;
8214
+ };
7381
8215
  }>> & Readonly<{}>, {
7382
8216
  inline: boolean;
7383
8217
  passedWrapperClass: string;
7384
8218
  arrowClass: string;
7385
8219
  color: string;
7386
8220
  marginLeft: string;
8221
+ marginRight: string;
8222
+ caretLeft: boolean;
7387
8223
  }, {}, {
7388
8224
  IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7389
8225
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -7611,6 +8447,16 @@ export namespace DropdownSecondary {
7611
8447
  required: false;
7612
8448
  default: string;
7613
8449
  };
8450
+ caretMarginRight: {
8451
+ type: StringConstructor;
8452
+ required: false;
8453
+ default: string;
8454
+ };
8455
+ caretLeft: {
8456
+ type: BooleanConstructor;
8457
+ required: false;
8458
+ default: boolean;
8459
+ };
7614
8460
  usePrimaryColor: {
7615
8461
  type: BooleanConstructor;
7616
8462
  required: false;
@@ -7718,6 +8564,16 @@ export namespace DropdownSecondary {
7718
8564
  required: false;
7719
8565
  default: string;
7720
8566
  };
8567
+ caretMarginRight: {
8568
+ type: StringConstructor;
8569
+ required: false;
8570
+ default: string;
8571
+ };
8572
+ caretLeft: {
8573
+ type: BooleanConstructor;
8574
+ required: false;
8575
+ default: boolean;
8576
+ };
7721
8577
  usePrimaryColor: {
7722
8578
  type: BooleanConstructor;
7723
8579
  required: false;
@@ -7728,6 +8584,7 @@ export namespace DropdownSecondary {
7728
8584
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
7729
8585
  }>, {
7730
8586
  title: string;
8587
+ caretLeft: boolean;
7731
8588
  variant: "default" | "primary" | "secondary" | "none";
7732
8589
  to: string | Record<string, any>;
7733
8590
  exact: boolean;
@@ -7743,6 +8600,7 @@ export namespace DropdownSecondary {
7743
8600
  caretInline: boolean;
7744
8601
  caretColor: string;
7745
8602
  caretMarginLeft: string;
8603
+ caretMarginRight: string;
7746
8604
  usePrimaryColor: boolean;
7747
8605
  }, {}, {
7748
8606
  MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -7766,11 +8624,21 @@ export namespace DropdownSecondary {
7766
8624
  default: string;
7767
8625
  required: false;
7768
8626
  };
8627
+ marginRight: {
8628
+ type: StringConstructor;
8629
+ default: string;
8630
+ required: false;
8631
+ };
7769
8632
  inline: {
7770
8633
  type: BooleanConstructor;
7771
8634
  default: boolean;
7772
8635
  required: false;
7773
8636
  };
8637
+ caretLeft: {
8638
+ type: BooleanConstructor;
8639
+ default: boolean;
8640
+ required: false;
8641
+ };
7774
8642
  }>, {}, {}, {
7775
8643
  computedClass(): string;
7776
8644
  }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -7794,17 +8662,29 @@ export namespace DropdownSecondary {
7794
8662
  default: string;
7795
8663
  required: false;
7796
8664
  };
8665
+ marginRight: {
8666
+ type: StringConstructor;
8667
+ default: string;
8668
+ required: false;
8669
+ };
7797
8670
  inline: {
7798
8671
  type: BooleanConstructor;
7799
8672
  default: boolean;
7800
8673
  required: false;
7801
8674
  };
8675
+ caretLeft: {
8676
+ type: BooleanConstructor;
8677
+ default: boolean;
8678
+ required: false;
8679
+ };
7802
8680
  }>> & Readonly<{}>, {
7803
8681
  inline: boolean;
7804
8682
  passedWrapperClass: string;
7805
8683
  arrowClass: string;
7806
8684
  color: string;
7807
8685
  marginLeft: string;
8686
+ marginRight: string;
8687
+ caretLeft: boolean;
7808
8688
  }, {}, {
7809
8689
  IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7810
8690
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -7981,6 +8861,16 @@ export namespace DropdownSecondary {
7981
8861
  required: false;
7982
8862
  default: string;
7983
8863
  };
8864
+ caretMarginRight: {
8865
+ type: StringConstructor;
8866
+ required: false;
8867
+ default: string;
8868
+ };
8869
+ caretLeft: {
8870
+ type: BooleanConstructor;
8871
+ required: false;
8872
+ default: boolean;
8873
+ };
7984
8874
  usePrimaryColor: {
7985
8875
  type: BooleanConstructor;
7986
8876
  required: false;
@@ -8088,6 +8978,16 @@ export namespace DropdownSecondary {
8088
8978
  required: false;
8089
8979
  default: string;
8090
8980
  };
8981
+ caretMarginRight: {
8982
+ type: StringConstructor;
8983
+ required: false;
8984
+ default: string;
8985
+ };
8986
+ caretLeft: {
8987
+ type: BooleanConstructor;
8988
+ required: false;
8989
+ default: boolean;
8990
+ };
8091
8991
  usePrimaryColor: {
8092
8992
  type: BooleanConstructor;
8093
8993
  required: false;
@@ -8098,6 +8998,7 @@ export namespace DropdownSecondary {
8098
8998
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
8099
8999
  }>, {
8100
9000
  title: string;
9001
+ caretLeft: boolean;
8101
9002
  variant: "default" | "primary" | "secondary" | "none";
8102
9003
  to: string | Record<string, any>;
8103
9004
  exact: boolean;
@@ -8113,6 +9014,7 @@ export namespace DropdownSecondary {
8113
9014
  caretInline: boolean;
8114
9015
  caretColor: string;
8115
9016
  caretMarginLeft: string;
9017
+ caretMarginRight: string;
8116
9018
  usePrimaryColor: boolean;
8117
9019
  }, {}, {
8118
9020
  MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -8136,11 +9038,21 @@ export namespace DropdownSecondary {
8136
9038
  default: string;
8137
9039
  required: false;
8138
9040
  };
9041
+ marginRight: {
9042
+ type: StringConstructor;
9043
+ default: string;
9044
+ required: false;
9045
+ };
8139
9046
  inline: {
8140
9047
  type: BooleanConstructor;
8141
9048
  default: boolean;
8142
9049
  required: false;
8143
9050
  };
9051
+ caretLeft: {
9052
+ type: BooleanConstructor;
9053
+ default: boolean;
9054
+ required: false;
9055
+ };
8144
9056
  }>, {}, {}, {
8145
9057
  computedClass(): string;
8146
9058
  }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -8164,17 +9076,29 @@ export namespace DropdownSecondary {
8164
9076
  default: string;
8165
9077
  required: false;
8166
9078
  };
9079
+ marginRight: {
9080
+ type: StringConstructor;
9081
+ default: string;
9082
+ required: false;
9083
+ };
8167
9084
  inline: {
8168
9085
  type: BooleanConstructor;
8169
9086
  default: boolean;
8170
9087
  required: false;
8171
9088
  };
9089
+ caretLeft: {
9090
+ type: BooleanConstructor;
9091
+ default: boolean;
9092
+ required: false;
9093
+ };
8172
9094
  }>> & Readonly<{}>, {
8173
9095
  inline: boolean;
8174
9096
  passedWrapperClass: string;
8175
9097
  arrowClass: string;
8176
9098
  color: string;
8177
9099
  marginLeft: string;
9100
+ marginRight: string;
9101
+ caretLeft: boolean;
8178
9102
  }, {}, {
8179
9103
  IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8180
9104
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -8323,6 +9247,16 @@ export namespace Link {
8323
9247
  required: false;
8324
9248
  default: string;
8325
9249
  };
9250
+ caretMarginRight: {
9251
+ type: StringConstructor;
9252
+ required: false;
9253
+ default: string;
9254
+ };
9255
+ caretLeft: {
9256
+ type: BooleanConstructor;
9257
+ required: false;
9258
+ default: boolean;
9259
+ };
8326
9260
  usePrimaryColor: {
8327
9261
  type: BooleanConstructor;
8328
9262
  required: false;
@@ -8430,6 +9364,16 @@ export namespace Link {
8430
9364
  required: false;
8431
9365
  default: string;
8432
9366
  };
9367
+ caretMarginRight: {
9368
+ type: StringConstructor;
9369
+ required: false;
9370
+ default: string;
9371
+ };
9372
+ caretLeft: {
9373
+ type: BooleanConstructor;
9374
+ required: false;
9375
+ default: boolean;
9376
+ };
8433
9377
  usePrimaryColor: {
8434
9378
  type: BooleanConstructor;
8435
9379
  required: false;
@@ -8440,6 +9384,7 @@ export namespace Link {
8440
9384
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
8441
9385
  }>, {
8442
9386
  title: string;
9387
+ caretLeft: boolean;
8443
9388
  variant: "default" | "primary" | "secondary" | "none";
8444
9389
  to: string | Record<string, any>;
8445
9390
  exact: boolean;
@@ -8455,6 +9400,7 @@ export namespace Link {
8455
9400
  caretInline: boolean;
8456
9401
  caretColor: string;
8457
9402
  caretMarginLeft: string;
9403
+ caretMarginRight: string;
8458
9404
  usePrimaryColor: boolean;
8459
9405
  }, {}, {
8460
9406
  MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -8478,11 +9424,21 @@ export namespace Link {
8478
9424
  default: string;
8479
9425
  required: false;
8480
9426
  };
9427
+ marginRight: {
9428
+ type: StringConstructor;
9429
+ default: string;
9430
+ required: false;
9431
+ };
8481
9432
  inline: {
8482
9433
  type: BooleanConstructor;
8483
9434
  default: boolean;
8484
9435
  required: false;
8485
9436
  };
9437
+ caretLeft: {
9438
+ type: BooleanConstructor;
9439
+ default: boolean;
9440
+ required: false;
9441
+ };
8486
9442
  }>, {}, {}, {
8487
9443
  computedClass(): string;
8488
9444
  }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -8506,17 +9462,29 @@ export namespace Link {
8506
9462
  default: string;
8507
9463
  required: false;
8508
9464
  };
9465
+ marginRight: {
9466
+ type: StringConstructor;
9467
+ default: string;
9468
+ required: false;
9469
+ };
8509
9470
  inline: {
8510
9471
  type: BooleanConstructor;
8511
9472
  default: boolean;
8512
9473
  required: false;
8513
9474
  };
9475
+ caretLeft: {
9476
+ type: BooleanConstructor;
9477
+ default: boolean;
9478
+ required: false;
9479
+ };
8514
9480
  }>> & Readonly<{}>, {
8515
9481
  inline: boolean;
8516
9482
  passedWrapperClass: string;
8517
9483
  arrowClass: string;
8518
9484
  color: string;
8519
9485
  marginLeft: string;
9486
+ marginRight: string;
9487
+ caretLeft: boolean;
8520
9488
  }, {}, {
8521
9489
  IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8522
9490
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;