@muenchen/muc-patternlab-vue 4.0.0 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  declare const _default: {
2
2
  component: {
3
3
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
4
- variant?: "primary" | "secondary" | "ghost";
4
+ variant?: "icon" | "primary" | "secondary" | "ghost";
5
5
  disabled?: boolean;
6
6
  icon?: string;
7
7
  iconAnimated?: boolean;
@@ -18,7 +18,7 @@ declare const _default: {
18
18
  M: {};
19
19
  Defaults: {};
20
20
  }, Readonly<{
21
- variant?: "primary" | "secondary" | "ghost";
21
+ variant?: "icon" | "primary" | "secondary" | "ghost";
22
22
  disabled?: boolean;
23
23
  icon?: string;
24
24
  iconAnimated?: boolean;
@@ -30,7 +30,7 @@ declare const _default: {
30
30
  __isTeleport?: never;
31
31
  __isSuspense?: never;
32
32
  } & import('vue').ComponentOptionsBase<Readonly<{
33
- variant?: "primary" | "secondary" | "ghost";
33
+ variant?: "icon" | "primary" | "secondary" | "ghost";
34
34
  disabled?: boolean;
35
35
  icon?: string;
36
36
  iconAnimated?: boolean;
@@ -86,6 +86,7 @@ export declare const Disabled: {
86
86
  export declare const IconOnly: {
87
87
  args: {
88
88
  icon: string;
89
+ variant: string;
89
90
  };
90
91
  };
91
92
  export declare const IconAnimated: {
@@ -1,4 +1,4 @@
1
- type buttonType = "primary" | "secondary" | "ghost";
1
+ type buttonType = "primary" | "secondary" | "ghost" | "icon";
2
2
  type __VLS_Props = {
3
3
  /**
4
4
  * The variant prop gives you easy access to several different button styles.