Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@getblock/common

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getblock/common - npm Package Compare versions

Comparing version
0.1.92
to
0.1.93
+92
dist/src/components/headerBanner/HeaderBanner.vue.d.ts
/// <reference types="vite/client" />
declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
locale: {
type: StringConstructor;
default: string;
};
badgeImgSrc: {
type: StringConstructor;
default: string;
};
linkHref: {
type: StringConstructor;
default: string;
};
}>, {
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
locale: {
type: StringConstructor;
default: string;
};
badgeImgSrc: {
type: StringConstructor;
default: string;
};
linkHref: {
type: StringConstructor;
default: string;
};
}>> & Readonly<{}> & {}>;
text: import("vue").ComputedRef<{
title: string;
description: string;
link: string;
}>;
readonly GetBlockUIIcon: import("vue").DefineComponent<{
iconName: {
type: StringConstructor;
required: true;
};
colorType: {
type: import("vue").PropType<import("@getblock/core/dist/components/icon/Icon.types").IconColorTypeProps>;
default: string;
validator: (value: import("@getblock/core/dist/components/icon/Icon.types").IconColorTypeProps) => boolean;
};
sizeType: {
type: import("vue").PropType<import("@getblock/core/dist/components/icon/Icon.types").IconSizeTypeProps>;
default: string;
validator: (value: import("@getblock/core/dist/components/icon/Icon.types").IconSizeTypeProps) => boolean;
};
}, {
props: any;
imgSize: import("vue").ComputedRef<number>;
classObject: import("vue").ComputedRef<object>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
iconName: {
type: StringConstructor;
required: true;
};
colorType: {
type: import("vue").PropType<import("@getblock/core/dist/components/icon/Icon.types").IconColorTypeProps>;
default: string;
validator: (value: import("@getblock/core/dist/components/icon/Icon.types").IconColorTypeProps) => boolean;
};
sizeType: {
type: import("vue").PropType<import("@getblock/core/dist/components/icon/Icon.types").IconSizeTypeProps>;
default: string;
validator: (value: import("@getblock/core/dist/components/icon/Icon.types").IconSizeTypeProps) => boolean;
};
}>>, {
colorType: import("@getblock/core/dist/components/icon/Icon.types").IconColorTypeProps;
sizeType: import("@getblock/core/dist/components/icon/Icon.types").IconSizeTypeProps;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
readonly styles: CSSModuleClasses;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
locale: {
type: StringConstructor;
default: string;
};
badgeImgSrc: {
type: StringConstructor;
default: string;
};
linkHref: {
type: StringConstructor;
default: string;
};
}>> & Readonly<{}>, {
locale: string;
badgeImgSrc: string;
linkHref: string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _sfc_main;
declare const _default: {
title: string;
description: string;
link: string;
};
export default _default;
declare const _default: {
title: string;
description: string;
link: string;
};
export default _default;
+1
-0

@@ -65,3 +65,4 @@ declare const _default: {

'all-rights-reserved': string;
'soc2-banner': string;
};
export default _default;

@@ -65,3 +65,4 @@ declare const _default: {

'all-rights-reserved': string;
'soc2-banner': string;
};
export default _default;

@@ -7,2 +7,3 @@ export { default as GetBlockUIContactModal } from './contactModal/ContactModal.vue';

export { default as GetBlockUIOptionalAnnouncement } from './optionalAnnouncement/OptionalAnnouncement.vue';
export { default as GetBlockUIHeaderBanner } from './headerBanner/HeaderBanner.vue';
export { default as GetBlockUiContactForm } from '../components/contactForm/ContactForm.vue';

@@ -9,0 +10,0 @@ export { default as GetBlockUiContactFormNew } from '../components/contactFormNew/ContactFormNew.vue';

+0
-4

@@ -192,6 +192,2 @@ /// <reference types="vite/client" />

};
banner: {
title: string;
text: string;
};
};

@@ -198,0 +194,0 @@ }>;

{
"name": "@getblock/common",
"version": "0.1.92",
"version": "0.1.93",
"type": "module",

@@ -5,0 +5,0 @@ "files": [

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display