@morpheme/timeline
Advanced tools
Comparing version 1.0.0-canary2.75 to 1.0.0-edge.2
@@ -6,2 +6,21 @@ # Change Log | ||
# [1.0.0-rc.3](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2023-10-27) | ||
### Reverts | ||
* Revert "Revert "Merge branches 'main' and 'main' of github.com:gitsindonesia/ui-component" ([1927a7c](https://github.com/gitsindonesia/ui-component/commit/1927a7cf7703c2d36cc17ebbe7a04cf5a67cf556)) | ||
# [1.0.0-rc.1](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.0...v1.0.0-rc.1) (2023-09-15) | ||
**Note:** Version bump only for package @morpheme/timeline | ||
# [1.0.0-beta.11](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2023-07-28) | ||
@@ -8,0 +27,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-canary2.75+d9cec7bd", | ||
"version": "1.0.0-edge.2+7f407428", | ||
"description": "Morpheme Timeline Component", | ||
"scripts": { | ||
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types", | ||
"prepublishOnly": "npm run build", | ||
"test": "vitest" | ||
}, | ||
"keywords": [ | ||
@@ -22,8 +17,8 @@ "timeline", | ||
"@headlessui/vue": "^1.7.13", | ||
"@morpheme/avatar": "^1.0.0-canary2.75+d9cec7bd", | ||
"@morpheme/button": "^1.0.0-canary2.75+d9cec7bd", | ||
"@morpheme/icon": "^1.0.0-canary2.75+d9cec7bd", | ||
"@morpheme/tailwind-config": "^1.0.0-canary2.75+d9cec7bd", | ||
"@morpheme/text": "^1.0.0-canary2.75+d9cec7bd", | ||
"@morpheme/utils": "^1.0.0-canary2.75+d9cec7bd", | ||
"@morpheme/avatar": "^1.0.0-edge.2+7f407428", | ||
"@morpheme/button": "^1.0.0-edge.2+7f407428", | ||
"@morpheme/icon": "^1.0.0-edge.2+7f407428", | ||
"@morpheme/tailwind-config": "^1.0.0-edge.2+7f407428", | ||
"@morpheme/text": "^1.0.0-edge.2+7f407428", | ||
"@morpheme/utils": "^1.0.0-edge.2+7f407428", | ||
"@vue/test-utils": "^2.0.0-rc.17", | ||
@@ -53,3 +48,7 @@ "c8": "^7.11.3", | ||
}, | ||
"gitHead": "d9cec7bda2af1c3627bccf9928dd7c83136497d3" | ||
} | ||
"gitHead": "7f407428b6783ea29b25bdecdfdeefd6d7a06ede", | ||
"scripts": { | ||
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types", | ||
"test": "vitest" | ||
} | ||
} |
@@ -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
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
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
29649
514