@explorer-1/vue 0.2.42 → 0.2.43

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 (28) hide show
  1. package/components.d.ts +0 -1
  2. package/dist/explorer-1-vue.js +4561 -4754
  3. package/dist/explorer-1-vue.umd.cjs +15 -15
  4. package/dist/src/components/BaseButton/BaseButton.stories.d.ts +2 -1
  5. package/dist/src/components/BaseButton/BaseButton.vue.d.ts +2 -1
  6. package/dist/src/components/BaseLink/BaseLink.vue.d.ts +1 -0
  7. package/dist/src/components/BaseModal/BaseModal.stories.d.ts +4 -2
  8. package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +1 -1
  9. package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +8 -4
  10. package/dist/style.css +1 -1
  11. package/lib/main.ts +0 -2
  12. package/package.json +2 -1
  13. package/src/components/BaseButton/BaseButton.vue +9 -1
  14. package/src/components/BlockRelatedLinks/BlockRelatedLinks.vue +6 -6
  15. package/src/components/BlockRelatedLinks/RelatedLink.vue +5 -1
  16. package/src/components/BlockStreamfield/BlockStreamfield.vue +0 -9
  17. package/src/components/HeroMedium/HeroMedium.vue +3 -2
  18. package/src/components/HomepageCarouselItem/HomepageCarouselItem.vue +12 -3
  19. package/src/components/MissionDetailAbout/MissionDetailAbout.vue +0 -4
  20. package/src/components/MissionDetailHighlights/MissionDetailHighlights.vue +0 -4
  21. package/src/components/NavSearchForm/NavSearchForm.vue +1 -1
  22. package/src/components/SwimlaneCTA/SwimlaneCTA.vue +2 -2
  23. package/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue +6 -3
  24. package/src/components/TopicDetailMore/TopicDetailMoreVisibility.vue +0 -4
  25. package/dist/src/components/BlockTwitterEmbed/BlockTwitterEmbed.stories.d.ts +0 -17
  26. package/dist/src/components/BlockTwitterEmbed/BlockTwitterEmbed.vue.d.ts +0 -14
  27. package/src/components/BlockTwitterEmbed/BlockTwitterEmbed.stories.js +0 -19
  28. package/src/components/BlockTwitterEmbed/BlockTwitterEmbed.vue +0 -61
@@ -38,8 +38,9 @@ declare const _default: {
38
38
  default: undefined;
39
39
  };
40
40
  }, unknown, unknown, {
41
- tag(): string;
41
+ tag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
42
42
  theHref(): string | undefined;
43
+ computedTo(): string | Record<string, any> | undefined;
43
44
  variantClass(): string;
44
45
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
45
46
  variant: {
@@ -40,8 +40,9 @@ declare const _default: import('vue').DefineComponent<{
40
40
  default: undefined;
41
41
  };
42
42
  }, unknown, unknown, {
43
- tag(): string;
43
+ tag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
44
44
  theHref(): string | undefined;
45
+ computedTo(): string | Record<string, any> | undefined;
45
46
  variantClass(): string;
46
47
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
47
48
  variant: {
@@ -82,6 +82,7 @@ declare const _default: import('vue').DefineComponent<{
82
82
  computedClass(): string;
83
83
  theTarget(): string | undefined;
84
84
  theRel(): string | undefined;
85
+ computedTo(): string | Record<string, any> | undefined;
85
86
  }, {
86
87
  clickEvent(): void;
87
88
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -106,8 +106,9 @@ export function CustomTrigger(args: any): {
106
106
  default: undefined;
107
107
  };
108
108
  }, unknown, unknown, {
109
- tag(): string;
109
+ tag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
110
110
  theHref(): string | undefined;
111
+ computedTo(): string | Record<string, any> | undefined;
111
112
  variantClass(): string;
112
113
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
113
114
  variant: {
@@ -223,8 +224,9 @@ export function Nested(args: any): {
223
224
  default: undefined;
224
225
  };
225
226
  }, unknown, unknown, {
226
- tag(): string;
227
+ tag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
227
228
  theHref(): string | undefined;
229
+ computedTo(): string | Record<string, any> | undefined;
228
230
  variantClass(): string;
229
231
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
230
232
  variant: {
@@ -18,7 +18,7 @@ declare const _default: import('vue').DefineComponent<{
18
18
  required: false;
19
19
  };
20
20
  }, unknown, unknown, {
21
- tag(): "nuxt-link" | "a";
21
+ tag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
22
22
  target(): "_blank" | "_self";
23
23
  icon(): "IconExternal" | "IconArrow" | "IconDownload";
24
24
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -18,12 +18,16 @@ export interface Slide {
18
18
  declare const _default: import('vue').DefineComponent<{
19
19
  item: {
20
20
  type: PropType<Slide>;
21
- required: false;
21
+ default: undefined;
22
22
  };
23
- }, unknown, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
23
+ }, unknown, unknown, {
24
+ tag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
25
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
24
26
  item: {
25
27
  type: PropType<Slide>;
26
- required: false;
28
+ default: undefined;
27
29
  };
28
- }>>, {}, {}>;
30
+ }>>, {
31
+ item: Slide;
32
+ }, {}>;
29
33
  export default _default;