@maltjoy/core-vue
Advanced tools
Comparing version 1.0.0-rc.3 to 3.4.3
@@ -23,11 +23,6 @@ import { PropType } from 'vue'; | ||
}; | ||
/** Applies a flex-grow to children in order to stretch them all along horizontal space */ | ||
/** Apply a flex-grow to children in order to stretch them all along horizontal space */ | ||
itemStretch: { | ||
type: BooleanConstructor; | ||
}; | ||
/** Removes the default bottom margin applied to the wrapper */ | ||
noMargin: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ | ||
@@ -54,11 +49,6 @@ /** Horizontal spread. Refers to CSS flex justify-content. */ | ||
}; | ||
/** Applies a flex-grow to children in order to stretch them all along horizontal space */ | ||
/** Apply a flex-grow to children in order to stretch them all along horizontal space */ | ||
itemStretch: { | ||
type: BooleanConstructor; | ||
}; | ||
/** Removes the default bottom margin applied to the wrapper */ | ||
noMargin: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
}>>, { | ||
@@ -70,3 +60,2 @@ align: "flex-end" | "stretch" | "center" | "flex-start"; | ||
itemStretch: boolean; | ||
noMargin: boolean; | ||
}>, { | ||
@@ -73,0 +62,0 @@ default: (_: {}) => any; |
{ | ||
"name": "@maltjoy/core-vue", | ||
"version": "1.0.0-rc.3", | ||
"version": "3.4.3", | ||
"type": "module", | ||
@@ -20,21 +20,4 @@ "files": [ | ||
}, | ||
"scripts": { | ||
"prepare": "pnpm generate:components-types", | ||
"dev": "vite", | ||
"build": "vue-tsc --noEmit && vite build && vue-tsc --declaration --emitDeclarationOnly --outDir dist && pnpm test", | ||
"preview": "vite preview", | ||
"test": "vitest run --dom --coverage", | ||
"test:dev": "vitest watch --dom", | ||
"test:update": "vitest run --dom -u", | ||
"lint": "eslint --ext .ts,.vue src", | ||
"lint:fix": "eslint --ext .ts,.vue src --fix", | ||
"lint:staged": "eslint --fix", | ||
"format": "prettier --write \"**/*.{js,ts,vue}\"", | ||
"format:staged": "prettier --write", | ||
"storybook": "storybook dev", | ||
"build-storybook": "storybook build", | ||
"generate:components-types": "node src/tasks/generate-components-types.mjs" | ||
}, | ||
"dependencies": { | ||
"@maltjoy/themes": "3.3.3", | ||
"@maltjoy/themes": "3.4.3", | ||
"@vueuse/components": "^9.13.0", | ||
@@ -80,3 +63,19 @@ "@vueuse/core": "^9.13.0", | ||
"vue-tsc": "^1.0.11" | ||
}, | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "vue-tsc --noEmit && vite build && vue-tsc --declaration --emitDeclarationOnly --outDir dist && pnpm test", | ||
"preview": "vite preview", | ||
"test": "vitest run --dom --coverage", | ||
"test:dev": "vitest watch --dom", | ||
"test:update": "vitest run --dom -u", | ||
"lint": "eslint --ext .ts,.vue src", | ||
"lint:fix": "eslint --ext .ts,.vue src --fix", | ||
"lint:staged": "eslint --fix", | ||
"format": "prettier --write \"**/*.{js,ts,vue}\"", | ||
"format:staged": "prettier --write", | ||
"storybook": "storybook dev", | ||
"build-storybook": "storybook build", | ||
"generate:components-types": "node src/tasks/generate-components-types.mjs" | ||
} | ||
} | ||
} |
@@ -21,1 +21,2 @@ # @maltjoy/core-vue | ||
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
286036
60
0
2
22
5584
+ Added@maltjoy/themes@3.4.3(transitive)
- Removed@maltjoy/themes@3.3.3(transitive)
Updated@maltjoy/themes@3.4.3