@porsche-design-system/components-vue
Advanced tools
Comparing version 3.17.0-rc.0 to 3.17.0-rc.1
@@ -8,2 +8,6 @@ import type { SelectedAriaAttributes, ButtonAriaAttribute, BreakpointCustomizable, ButtonIcon, Theme, ButtonType, ButtonVariant } from '../types'; | ||
/** | ||
* Displays as compact version. | ||
*/ | ||
compact?: boolean; | ||
/** | ||
* Disables the button. No events will be triggered while disabled state is active. | ||
@@ -53,2 +57,3 @@ */ | ||
declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PButtonProps>, { | ||
compact: boolean; | ||
disabled: boolean; | ||
@@ -61,2 +66,3 @@ hideLabel: boolean; | ||
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PButtonProps>, { | ||
compact: boolean; | ||
disabled: boolean; | ||
@@ -70,2 +76,3 @@ hideLabel: boolean; | ||
type: ButtonType; | ||
compact: boolean; | ||
disabled: boolean; | ||
@@ -72,0 +79,0 @@ hideLabel: BreakpointCustomizable<boolean>; |
import type { BreakpointCustomizable, LinkSocialIcon, LinkSocialTarget, Theme } from '../types'; | ||
type PLinkSocialProps = { | ||
/** | ||
* Displays as compact version. | ||
*/ | ||
compact?: boolean; | ||
/** | ||
* Show or hide label. | ||
@@ -36,8 +40,11 @@ */ | ||
declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PLinkSocialProps>, { | ||
compact: boolean; | ||
hideLabel: boolean; | ||
target: string; | ||
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PLinkSocialProps>, { | ||
compact: boolean; | ||
hideLabel: boolean; | ||
target: string; | ||
}>>>, { | ||
compact: boolean; | ||
hideLabel: BreakpointCustomizable<boolean>; | ||
@@ -44,0 +51,0 @@ target: LinkSocialTarget; |
@@ -8,2 +8,6 @@ import type { SelectedAriaAttributes, LinkAriaAttribute, BreakpointCustomizable, LinkIcon, LinkTarget, Theme, LinkVariant } from '../types'; | ||
/** | ||
* Displays as compact version. | ||
*/ | ||
compact?: boolean; | ||
/** | ||
* Special download attribute to open native browser download dialog if target url points to a downloadable file. | ||
@@ -49,2 +53,3 @@ */ | ||
declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PLinkProps>, { | ||
compact: boolean; | ||
hideLabel: boolean; | ||
@@ -55,2 +60,3 @@ icon: string; | ||
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PLinkProps>, { | ||
compact: boolean; | ||
hideLabel: boolean; | ||
@@ -61,2 +67,3 @@ icon: string; | ||
}>>>, { | ||
compact: boolean; | ||
hideLabel: BreakpointCustomizable<boolean>; | ||
@@ -63,0 +70,0 @@ icon: LinkIcon; |
@@ -609,5 +609,6 @@ export type Booleanish = boolean | "true" | "false"; | ||
"secondary", | ||
"ghost", | ||
"tertiary" | ||
]; | ||
export type LinkButtonVariant = typeof LINK_BUTTON_VARIANTS[number]; | ||
export type LinkButtonVariant = (typeof LINK_BUTTON_VARIANTS)[number]; | ||
export type LinkButtonIconName = IconName | "none"; | ||
@@ -614,0 +615,0 @@ export type ButtonVariant = LinkButtonVariant; |
{ | ||
"name": "@porsche-design-system/components-vue", | ||
"version": "3.17.0-rc.0", | ||
"version": "3.17.0-rc.1", | ||
"description": "Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.", | ||
@@ -20,3 +20,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@porsche-design-system/components-js": "3.17.0-rc.0" | ||
"@porsche-design-system/components-js": "3.17.0-rc.1" | ||
}, | ||
@@ -23,0 +23,0 @@ "peerDependencies": { |
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
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
4529451
9256
+ Added@porsche-design-system/components-js@3.17.0-rc.1(transitive)
- Removed@porsche-design-system/components-js@3.17.0-rc.0(transitive)