@getblock/common 0.1.91 → 0.1.93

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.
@@ -62,5 +62,6 @@ declare const _default: {
62
62
  'ambassador-program-terms-of-service': string;
63
63
  };
64
64
  'all-rights-reserved': string;
65
+ 'soc2-banner': string;
65
66
  };
66
67
  export default _default;
@@ -62,5 +62,6 @@ declare const _default: {
62
62
  'ambassador-program-terms-of-service': string;
63
63
  };
64
64
  'all-rights-reserved': string;
65
+ 'soc2-banner': string;
65
66
  };
66
67
  export default _default;
@@ -0,0 +1,92 @@
1
+ /// <reference types="vite/client" />
2
+ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ locale: {
4
+ type: StringConstructor;
5
+ default: string;
6
+ };
7
+ badgeImgSrc: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ };
11
+ linkHref: {
12
+ type: StringConstructor;
13
+ default: string;
14
+ };
15
+ }>, {
16
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
17
+ locale: {
18
+ type: StringConstructor;
19
+ default: string;
20
+ };
21
+ badgeImgSrc: {
22
+ type: StringConstructor;
23
+ default: string;
24
+ };
25
+ linkHref: {
26
+ type: StringConstructor;
27
+ default: string;
28
+ };
29
+ }>> & Readonly<{}> & {}>;
30
+ text: import("vue").ComputedRef<{
31
+ title: string;
32
+ description: string;
33
+ link: string;
34
+ }>;
35
+ readonly GetBlockUIIcon: import("vue").DefineComponent<{
36
+ iconName: {
37
+ type: StringConstructor;
38
+ required: true;
39
+ };
40
+ colorType: {
41
+ type: import("vue").PropType<import("@getblock/core/dist/components/icon/Icon.types").IconColorTypeProps>;
42
+ default: string;
43
+ validator: (value: import("@getblock/core/dist/components/icon/Icon.types").IconColorTypeProps) => boolean;
44
+ };
45
+ sizeType: {
46
+ type: import("vue").PropType<import("@getblock/core/dist/components/icon/Icon.types").IconSizeTypeProps>;
47
+ default: string;
48
+ validator: (value: import("@getblock/core/dist/components/icon/Icon.types").IconSizeTypeProps) => boolean;
49
+ };
50
+ }, {
51
+ props: any;
52
+ imgSize: import("vue").ComputedRef<number>;
53
+ classObject: import("vue").ComputedRef<object>;
54
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
55
+ iconName: {
56
+ type: StringConstructor;
57
+ required: true;
58
+ };
59
+ colorType: {
60
+ type: import("vue").PropType<import("@getblock/core/dist/components/icon/Icon.types").IconColorTypeProps>;
61
+ default: string;
62
+ validator: (value: import("@getblock/core/dist/components/icon/Icon.types").IconColorTypeProps) => boolean;
63
+ };
64
+ sizeType: {
65
+ type: import("vue").PropType<import("@getblock/core/dist/components/icon/Icon.types").IconSizeTypeProps>;
66
+ default: string;
67
+ validator: (value: import("@getblock/core/dist/components/icon/Icon.types").IconSizeTypeProps) => boolean;
68
+ };
69
+ }>>, {
70
+ colorType: import("@getblock/core/dist/components/icon/Icon.types").IconColorTypeProps;
71
+ sizeType: import("@getblock/core/dist/components/icon/Icon.types").IconSizeTypeProps;
72
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
73
+ readonly styles: CSSModuleClasses;
74
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
75
+ locale: {
76
+ type: StringConstructor;
77
+ default: string;
78
+ };
79
+ badgeImgSrc: {
80
+ type: StringConstructor;
81
+ default: string;
82
+ };
83
+ linkHref: {
84
+ type: StringConstructor;
85
+ default: string;
86
+ };
87
+ }>> & Readonly<{}>, {
88
+ locale: string;
89
+ badgeImgSrc: string;
90
+ linkHref: string;
91
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
92
+ export default _sfc_main;
@@ -0,0 +1,6 @@
1
+ declare const _default: {
2
+ title: string;
3
+ description: string;
4
+ link: string;
5
+ };
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: {
2
+ title: string;
3
+ description: string;
4
+ link: string;
5
+ };
6
+ export default _default;
@@ -4,6 +4,7 @@ export { default as GetBlockUIFooter } from './footer/Footer.vue';
4
4
  export { default as GetBlockUINavbar } from './navbar/Navbar.vue';
5
5
  export { default as GetBlockUIAnnouncement } from './announcement/Announcement.vue';
6
6
  export { default as GetBlockUIOptionalAnnouncement } from './optionalAnnouncement/OptionalAnnouncement.vue';
7
+ export { default as GetBlockUIHeaderBanner } from './headerBanner/HeaderBanner.vue';
7
8
  export { default as GetBlockUiContactForm } from '../components/contactForm/ContactForm.vue';
8
9
  export { default as GetBlockUiContactFormNew } from '../components/contactFormNew/ContactFormNew.vue';
9
10
  export { default as GetBlockUIBlackFridayAnnouncement } from '../components/blackFridayAnnouncement/BlackFridayAnnouncement.vue';
@@ -32,39 +32,24 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
32
32
  navigationItems: import("vue").Ref<{
33
33
  key: string;
34
34
  open: boolean;
35
- items: ({
35
+ items: {
36
36
  key: string;
37
37
  path: string;
38
- beta?: undefined;
39
- } | {
40
- key: string;
41
- path: string;
42
- beta: boolean;
43
- })[];
38
+ }[];
44
39
  }[], {
45
40
  key: string;
46
41
  open: boolean;
47
- items: ({
48
- key: string;
49
- path: string;
50
- beta?: undefined;
51
- } | {
42
+ items: {
52
43
  key: string;
53
44
  path: string;
54
- beta: boolean;
55
- })[];
45
+ }[];
56
46
  }[] | {
57
47
  key: string;
58
48
  open: boolean;
59
- items: ({
49
+ items: {
60
50
  key: string;
61
51
  path: string;
62
- beta?: undefined;
63
- } | {
64
- key: string;
65
- path: string;
66
- beta: boolean;
67
- })[];
52
+ }[];
68
53
  }[]>;
69
54
  languages: import("vue").Ref<{
70
55
  code: string;
@@ -199,10 +184,10 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
199
184
  title: string;
200
185
  text: string;
201
186
  };
202
- };
203
- banner: {
204
- title: string;
205
- text: string;
187
+ 'risk-api': {
188
+ title: string;
189
+ text: string;
190
+ };
206
191
  };
207
192
  };
208
193
  }>;