@morpheme/timeline
Advanced tools
Comparing version 1.0.0-next2.41 to 1.0.0-rc.0
@@ -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/*'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
0
29109
514