@maltjoy/core-vue
Advanced tools
Comparing version 1.0.0-rc.1 to 1.0.0-rc.2
@@ -23,6 +23,11 @@ import { PropType } from 'vue'; | ||
}; | ||
/** Apply a flex-grow to children in order to stretch them all along horizontal space */ | ||
/** Applies 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<{ | ||
@@ -49,6 +54,11 @@ /** Horizontal spread. Refers to CSS flex justify-content. */ | ||
}; | ||
/** Apply a flex-grow to children in order to stretch them all along horizontal space */ | ||
/** Applies 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; | ||
}; | ||
}>>, { | ||
@@ -60,2 +70,3 @@ align: "flex-end" | "stretch" | "center" | "flex-start"; | ||
itemStretch: boolean; | ||
noMargin: boolean; | ||
}>, { | ||
@@ -62,0 +73,0 @@ default: (_: {}) => any; |
{ | ||
"name": "@maltjoy/core-vue", | ||
"version": "1.0.0-rc.1", | ||
"version": "1.0.0-rc.2", | ||
"type": "module", | ||
@@ -38,3 +38,3 @@ "files": [ | ||
"dependencies": { | ||
"@maltjoy/themes": "3.2.2", | ||
"@maltjoy/themes": "3.3.2", | ||
"@vueuse/components": "^9.13.0", | ||
@@ -41,0 +41,0 @@ "@vueuse/core": "^9.13.0", |
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
285659
5601
+ Added@maltjoy/themes@3.3.2(transitive)
- Removed@maltjoy/themes@3.2.2(transitive)
Updated@maltjoy/themes@3.3.2