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

@morpheme/timeline

Package Overview
Dependencies
Maintainers
0
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-rc.12 to 1.0.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [1.0.0](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.13...v1.0.0) (2024-08-27)
**Note:** Version bump only for package @morpheme/timeline
# [1.0.0-rc.12](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.11...v1.0.0-rc.12) (2024-05-29)

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

40

dist/types/VTimeline.vue.d.ts

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

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>;
};
}>>, {}, {}>, {
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
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_TypePropsToOption<{
dashed?: boolean | undefined;
horizontal?: boolean | undefined;
}>, {}>>>, {}, {}>, {
divider?(_: {}): any;

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

export default _default;
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_Prettify<T> = {
[K in keyof T]: T[K];
} & {};
type __VLS_WithTemplateSlots<T, S> = T & {

@@ -26,1 +27,10 @@ new (): {

};
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
type __VLS_TypePropsToOption<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;
};
};

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

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>;
};
}>>, {}, {}>, {
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
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_TypePropsToOption<{
color?: string | undefined;
textColor?: string | undefined;
}>, {}>>>, {}, {}>, {
default?(_: {}): any;
}>;
export default _default;
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_Prettify<T> = {
[K in keyof T]: T[K];
} & {};
type __VLS_WithTemplateSlots<T, S> = T & {

@@ -24,1 +24,10 @@ new (): {

};
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
type __VLS_TypePropsToOption<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;
};
};
{
"name": "@morpheme/timeline",
"version": "1.0.0-rc.12",
"version": "1.0.0",
"description": "Morpheme Timeline Component",

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

"@headlessui/vue": "^1.7.13",
"@morpheme/avatar": "^1.0.0-rc.12",
"@morpheme/button": "^1.0.0-rc.12",
"@morpheme/icon": "^1.0.0-rc.12",
"@morpheme/tailwind-config": "^1.0.0-rc.4",
"@morpheme/text": "^1.0.0-rc.7",
"@morpheme/utils": "^1.0.0-rc.4",
"@morpheme/avatar": "^1.0.0",
"@morpheme/button": "^1.0.0",
"@morpheme/icon": "^1.0.0",
"@morpheme/tailwind-config": "^1.0.0",
"@morpheme/text": "^1.0.0",
"@morpheme/utils": "^1.0.0",
"@vue/test-utils": "^2.0.0-rc.17",

@@ -53,3 +53,3 @@ "c8": "^7.11.3",

},
"gitHead": "7de3e7cc57975d257cbe63accfad898f55f964cc"
"gitHead": "01ff1b2220eedcde6c09f9c0dfff66b7784f49b0"
}
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