Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@morpheme/timeline

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@morpheme/timeline - npm Package Compare versions

Comparing version 1.0.0-next2.41 to 1.0.0-rc.0

39

dist/types/VTimeline.vue.d.ts

@@ -1,8 +0,16 @@

declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
dashed?: boolean | undefined;
horizontal?: boolean | undefined;
}>, {}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
dashed?: boolean | undefined;
horizontal?: boolean | undefined;
}>, {}>>>, {}, {}>, {
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
dashed: {
type: import("vue").PropType<boolean>;
};
horizontal: {
type: import("vue").PropType<boolean>;
};
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
dashed: {
type: import("vue").PropType<boolean>;
};
horizontal: {
type: import("vue").PropType<boolean>;
};
}>>, {}, {}>, {
divider?(_: {}): any;

@@ -12,16 +20,2 @@ default?(_: {}): any;

export default _default;
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
type __VLS_TypePropsToRuntimeProps<T> = {
[K in keyof T]-?: {} extends Pick<T, K> ? {
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
} : {
type: import('vue').PropType<T[K]>;
required: true;
};
};
type __VLS_WithDefaults<P, D> = {
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
default: D[K];
}> : P[K];
};
type __VLS_WithTemplateSlots<T, S> = T & {

@@ -32,4 +26,1 @@ new (): {

};
type __VLS_Prettify<T> = {
[K in keyof T]: T[K];
} & {};

@@ -1,25 +0,19 @@

declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
color?: string | undefined;
textColor?: string | undefined;
}>, {}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
color?: string | undefined;
textColor?: string | undefined;
}>, {}>>>, {}, {}>, {
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
color: {
type: import("vue").PropType<string>;
};
textColor: {
type: import("vue").PropType<string>;
};
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
color: {
type: import("vue").PropType<string>;
};
textColor: {
type: import("vue").PropType<string>;
};
}>>, {}, {}>, {
default?(_: {}): any;
}>;
export default _default;
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
type __VLS_TypePropsToRuntimeProps<T> = {
[K in keyof T]-?: {} extends Pick<T, K> ? {
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
} : {
type: import('vue').PropType<T[K]>;
required: true;
};
};
type __VLS_WithDefaults<P, D> = {
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
default: D[K];
}> : P[K];
};
type __VLS_WithTemplateSlots<T, S> = T & {

@@ -30,4 +24,1 @@ new (): {

};
type __VLS_Prettify<T> = {
[K in keyof T]: T[K];
} & {};
{
"name": "@morpheme/timeline",
"version": "1.0.0-next2.41+436ee2f4",
"version": "1.0.0-rc.0",
"description": "Morpheme Timeline Component",

@@ -22,12 +22,12 @@ "scripts": {

"@headlessui/vue": "^1.7.13",
"@morpheme/avatar": "^1.0.0-next2.41+436ee2f4",
"@morpheme/button": "^1.0.0-next2.41+436ee2f4",
"@morpheme/icon": "^1.0.0-next2.41+436ee2f4",
"@morpheme/tailwind-config": "^1.0.0-next2.41+436ee2f4",
"@morpheme/text": "^1.0.0-next2.41+436ee2f4",
"@morpheme/utils": "^1.0.0-next2.41+436ee2f4",
"@morpheme/avatar": "^1.0.0-rc.0",
"@morpheme/button": "^1.0.0-rc.0",
"@morpheme/icon": "^1.0.0-rc.0",
"@morpheme/tailwind-config": "^1.0.0-rc.0",
"@morpheme/text": "^1.0.0-rc.0",
"@morpheme/utils": "^1.0.0-rc.0",
"@vue/test-utils": "^2.0.0-rc.17",
"c8": "^7.11.3",
"tailwindcss": "^3.3.1",
"vee-validate": "^4.10.8",
"vee-validate": "^4.11.3",
"vite": "^4.3.8",

@@ -53,3 +53,3 @@ "vitest": "^0.12.4"

},
"gitHead": "436ee2f431d878615f3f1c6f9bb5e4f6226f32ba"
"gitHead": "cbb4bf6823090c82d875450a932dd7936eda8208"
}

@@ -6,1 +6,3 @@ declare module '*.vue' {

}
declare module '@morpheme/design-tokens/*';
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc