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-alpha.69 to 1.0.0-alpha.100

27

CHANGELOG.md

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

# [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)
### Features
* **Forms:** add new experimental standalone form components with decoupled `vee-validate` integration ([#176](https://github.com/gitsindonesia/ui-component/issues/176)) ([1a54522](https://github.com/gitsindonesia/ui-component/commit/1a5452220992e207e9d95602e1093e7b665e070f))
# [1.0.0-beta.10](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2023-06-26)
**Note:** Version bump only for package @morpheme/timeline
# [1.0.0-beta.8](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2023-04-03)

@@ -8,0 +35,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-alpha.69+e1acf195",
"version": "1.0.0-alpha.100+693ae099",
"description": "Morpheme Timeline Component",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
"prepublishOnly": "npm run build",
"test": "vitest"
},
"keywords": [

@@ -22,12 +17,12 @@ "timeline",

"@headlessui/vue": "^1.7.13",
"@morpheme/avatar": "^1.0.0-alpha.69+e1acf195",
"@morpheme/button": "^1.0.0-alpha.69+e1acf195",
"@morpheme/icon": "^1.0.0-alpha.69+e1acf195",
"@morpheme/tailwind-config": "^1.0.0-alpha.69+e1acf195",
"@morpheme/text": "^1.0.0-alpha.69+e1acf195",
"@morpheme/utils": "^1.0.0-alpha.69+e1acf195",
"@morpheme/avatar": "^1.0.0-alpha.100+693ae099",
"@morpheme/button": "^1.0.0-alpha.100+693ae099",
"@morpheme/icon": "^1.0.0-alpha.100+693ae099",
"@morpheme/tailwind-config": "^1.0.0-alpha.100+693ae099",
"@morpheme/text": "^1.0.0-alpha.100+693ae099",
"@morpheme/utils": "^1.0.0-alpha.100+693ae099",
"@vue/test-utils": "^2.0.0-rc.17",
"c8": "^7.11.3",
"tailwindcss": "^3.3.1",
"vee-validate": "^4.5.9",
"vee-validate": "^4.11.3",
"vite": "^4.3.8",

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

},
"gitHead": "e1acf19509ab5b3fe92543d30c7f15cc8e8ed7f7"
}
"gitHead": "693ae09912a173eeade401ea7f712dacbe81d3ad",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
"test": "vitest"
}
}

@@ -0,0 +0,0 @@ module.exports = {

@@ -0,0 +0,0 @@ # Morpheme Timeline

@@ -0,0 +0,0 @@ export {default} from './VTimeline.vue';

@@ -0,0 +0,0 @@ import {mount} from '@vue/test-utils';

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

}
declare module '@morpheme/design-tokens/*';

@@ -0,0 +0,0 @@ module.exports = {

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ import {defineConfig} from 'vite';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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