@dpa-id-components/dpa-shared-components 9.1.1-0 → 9.1.1

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.
Files changed (25) hide show
  1. package/dist/components/UiBadge/UiBadge.stories.d.ts +7 -7
  2. package/dist/components/UiBadge/UiBadge.vue.d.ts +3 -3
  3. package/dist/components/UiButton/UiButton.stories.d.ts +38 -38
  4. package/dist/components/UiButton/UiButton.vue.d.ts +4 -4
  5. package/dist/components/UiCheckBox/UiCheckBox.stories.d.ts +19 -19
  6. package/dist/components/UiCheckBox/UiCheckBox.vue.d.ts +1 -1
  7. package/dist/components/UiFilterBadge/UiFilterBadge.stories.d.ts +14 -14
  8. package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.stories.d.ts +46 -46
  9. package/dist/components/UiIconButton/UiIconButton.stories.d.ts +28 -28
  10. package/dist/components/UiIconButton/UiIconButton.vue.d.ts +4 -4
  11. package/dist/components/UiInfoContent/UiInfoContent.stories.d.ts +66 -66
  12. package/dist/components/UiInfoContent/UiInfoContent.vue.d.ts +6 -6
  13. package/dist/components/UiList/UiList.stories.d.ts +57 -57
  14. package/dist/components/UiListItem/UiListItem.stories.d.ts +38 -38
  15. package/dist/components/UiListItem/UiListItem.vue.d.ts +1 -1
  16. package/dist/components/UiOverlayMenu/UiOverlayMenu.stories.d.ts +38 -38
  17. package/dist/components/UiSearchBar/UiSearchBar.stories.d.ts +66 -66
  18. package/dist/components/UiSearchBar/UiSearchBar.vue.d.ts +3 -3
  19. package/dist/components/UiToggleButton/UiToggleButton.stories.d.ts +19 -19
  20. package/dist/components/UiToggleButton/UiToggleButton.vue.d.ts +1 -1
  21. package/dist/components/index.d.ts +1 -2
  22. package/dist/dpa-shared-components.mjs +6024 -6376
  23. package/dist/dpa-shared-components.umd.js +5 -5
  24. package/dist/style.css +1 -1
  25. package/package.json +1 -1
@@ -16,7 +16,7 @@ declare const meta: {
16
16
  default: boolean;
17
17
  };
18
18
  color: {
19
- type: import("vue").PropType<"red" | "red-dark" | "orange" | "purple" | "blue" | "white" | "gray-300" | "gray-600" | "gray-800" | "black" | "green-neon" | "green-primary" | "neon-green" | "primary-green">;
19
+ type: import("vue").PropType<"blue" | "red" | "red-dark" | "orange" | "purple" | "white" | "gray-300" | "gray-600" | "gray-800" | "black" | "green-neon" | "green-primary" | "neon-green" | "primary-green">;
20
20
  default: string;
21
21
  };
22
22
  iconName: {
@@ -45,7 +45,7 @@ declare const meta: {
45
45
  default: boolean;
46
46
  };
47
47
  color: {
48
- type: import("vue").PropType<"red" | "red-dark" | "orange" | "purple" | "blue" | "white" | "gray-300" | "gray-600" | "gray-800" | "black" | "green-neon" | "green-primary" | "neon-green" | "primary-green">;
48
+ type: import("vue").PropType<"blue" | "red" | "red-dark" | "orange" | "purple" | "white" | "gray-300" | "gray-600" | "gray-800" | "black" | "green-neon" | "green-primary" | "neon-green" | "primary-green">;
49
49
  default: string;
50
50
  };
51
51
  iconName: {
@@ -64,7 +64,7 @@ declare const meta: {
64
64
  text: string;
65
65
  small: boolean;
66
66
  trim: boolean;
67
- color: "red" | "red-dark" | "orange" | "purple" | "blue" | "white" | "gray-300" | "gray-600" | "gray-800" | "black" | "green-neon" | "green-primary" | "neon-green" | "primary-green";
67
+ color: "blue" | "red" | "red-dark" | "orange" | "purple" | "white" | "gray-300" | "gray-600" | "gray-800" | "black" | "green-neon" | "green-primary" | "neon-green" | "primary-green";
68
68
  iconName: string | null;
69
69
  mobileTrim: boolean;
70
70
  screenReaderText: string;
@@ -89,7 +89,7 @@ declare const meta: {
89
89
  default: boolean;
90
90
  };
91
91
  color: {
92
- type: import("vue").PropType<"red" | "red-dark" | "orange" | "purple" | "blue" | "white" | "gray-300" | "gray-600" | "gray-800" | "black" | "green-neon" | "green-primary" | "neon-green" | "primary-green">;
92
+ type: import("vue").PropType<"blue" | "red" | "red-dark" | "orange" | "purple" | "white" | "gray-300" | "gray-600" | "gray-800" | "black" | "green-neon" | "green-primary" | "neon-green" | "primary-green">;
93
93
  default: string;
94
94
  };
95
95
  iconName: {
@@ -108,7 +108,7 @@ declare const meta: {
108
108
  text: string;
109
109
  small: boolean;
110
110
  trim: boolean;
111
- color: "red" | "red-dark" | "orange" | "purple" | "blue" | "white" | "gray-300" | "gray-600" | "gray-800" | "black" | "green-neon" | "green-primary" | "neon-green" | "primary-green";
111
+ color: "blue" | "red" | "red-dark" | "orange" | "purple" | "white" | "gray-300" | "gray-600" | "gray-800" | "black" | "green-neon" | "green-primary" | "neon-green" | "primary-green";
112
112
  iconName: string | null;
113
113
  mobileTrim: boolean;
114
114
  screenReaderText: string;
@@ -130,7 +130,7 @@ declare const meta: {
130
130
  default: boolean;
131
131
  };
132
132
  color: {
133
- type: import("vue").PropType<"red" | "red-dark" | "orange" | "purple" | "blue" | "white" | "gray-300" | "gray-600" | "gray-800" | "black" | "green-neon" | "green-primary" | "neon-green" | "primary-green">;
133
+ type: import("vue").PropType<"blue" | "red" | "red-dark" | "orange" | "purple" | "white" | "gray-300" | "gray-600" | "gray-800" | "black" | "green-neon" | "green-primary" | "neon-green" | "primary-green">;
134
134
  default: string;
135
135
  };
136
136
  iconName: {
@@ -149,7 +149,7 @@ declare const meta: {
149
149
  text: string;
150
150
  small: boolean;
151
151
  trim: boolean;
152
- color: "red" | "red-dark" | "orange" | "purple" | "blue" | "white" | "gray-300" | "gray-600" | "gray-800" | "black" | "green-neon" | "green-primary" | "neon-green" | "primary-green";
152
+ color: "blue" | "red" | "red-dark" | "orange" | "purple" | "white" | "gray-300" | "gray-600" | "gray-800" | "black" | "green-neon" | "green-primary" | "neon-green" | "primary-green";
153
153
  iconName: string | null;
154
154
  mobileTrim: boolean;
155
155
  screenReaderText: string;
@@ -1,6 +1,6 @@
1
1
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
2
  text?: string | undefined;
3
- color?: "red" | "red-dark" | "orange" | "purple" | "blue" | "white" | "gray-300" | "gray-600" | "gray-800" | "black" | "green-neon" | "green-primary" | "neon-green" | "primary-green" | undefined;
3
+ color?: "blue" | "red" | "red-dark" | "orange" | "purple" | "white" | "gray-300" | "gray-600" | "gray-800" | "black" | "green-neon" | "green-primary" | "neon-green" | "primary-green" | undefined;
4
4
  iconName?: string | null | undefined;
5
5
  mobileTrim?: boolean | undefined;
6
6
  trim?: boolean | undefined;
@@ -16,7 +16,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
16
16
  screenReaderText: string;
17
17
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
18
18
  text?: string | undefined;
19
- color?: "red" | "red-dark" | "orange" | "purple" | "blue" | "white" | "gray-300" | "gray-600" | "gray-800" | "black" | "green-neon" | "green-primary" | "neon-green" | "primary-green" | undefined;
19
+ color?: "blue" | "red" | "red-dark" | "orange" | "purple" | "white" | "gray-300" | "gray-600" | "gray-800" | "black" | "green-neon" | "green-primary" | "neon-green" | "primary-green" | undefined;
20
20
  iconName?: string | null | undefined;
21
21
  mobileTrim?: boolean | undefined;
22
22
  trim?: boolean | undefined;
@@ -34,7 +34,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
34
34
  text: string;
35
35
  small: boolean;
36
36
  trim: boolean;
37
- color: "red" | "red-dark" | "orange" | "purple" | "blue" | "white" | "gray-300" | "gray-600" | "gray-800" | "black" | "green-neon" | "green-primary" | "neon-green" | "primary-green";
37
+ color: "blue" | "red" | "red-dark" | "orange" | "purple" | "white" | "gray-300" | "gray-600" | "gray-800" | "black" | "green-neon" | "green-primary" | "neon-green" | "primary-green";
38
38
  iconName: string | null;
39
39
  mobileTrim: boolean;
40
40
  screenReaderText: string;
@@ -7,22 +7,22 @@ declare const meta: {
7
7
  type: import("vue").PropType<"xs" | "small" | "medium" | "large">;
8
8
  default: string;
9
9
  };
10
- color: {
11
- type: import("vue").PropType<"blue" | "white" | "primary-green" | "gray" | "transparent" | "light-gray">;
12
- default: string;
13
- };
14
- iconName: {
15
- type: import("vue").PropType<string | null>;
16
- default: null;
17
- };
18
10
  disabled: {
19
11
  type: import("vue").PropType<boolean>;
20
12
  default: boolean;
21
13
  };
14
+ color: {
15
+ type: import("vue").PropType<"blue" | "gray" | "white" | "primary-green" | "transparent" | "light-gray">;
16
+ default: string;
17
+ };
22
18
  rounded: {
23
19
  type: import("vue").PropType<boolean>;
24
20
  default: boolean;
25
21
  };
22
+ iconName: {
23
+ type: import("vue").PropType<string | null>;
24
+ default: null;
25
+ };
26
26
  disabledVariant: {
27
27
  type: import("vue").PropType<"primary" | "secondary">;
28
28
  default: string;
@@ -40,22 +40,22 @@ declare const meta: {
40
40
  type: import("vue").PropType<"xs" | "small" | "medium" | "large">;
41
41
  default: string;
42
42
  };
43
- color: {
44
- type: import("vue").PropType<"blue" | "white" | "primary-green" | "gray" | "transparent" | "light-gray">;
45
- default: string;
46
- };
47
- iconName: {
48
- type: import("vue").PropType<string | null>;
49
- default: null;
50
- };
51
43
  disabled: {
52
44
  type: import("vue").PropType<boolean>;
53
45
  default: boolean;
54
46
  };
47
+ color: {
48
+ type: import("vue").PropType<"blue" | "gray" | "white" | "primary-green" | "transparent" | "light-gray">;
49
+ default: string;
50
+ };
55
51
  rounded: {
56
52
  type: import("vue").PropType<boolean>;
57
53
  default: boolean;
58
54
  };
55
+ iconName: {
56
+ type: import("vue").PropType<string | null>;
57
+ default: null;
58
+ };
59
59
  disabledVariant: {
60
60
  type: import("vue").PropType<"primary" | "secondary">;
61
61
  default: string;
@@ -68,10 +68,10 @@ declare const meta: {
68
68
  onClick?: (() => any) | undefined;
69
69
  }, {
70
70
  size: "xs" | "small" | "medium" | "large";
71
- color: "blue" | "white" | "primary-green" | "gray" | "transparent" | "light-gray";
72
- iconName: string | null;
73
71
  disabled: boolean;
72
+ color: "blue" | "gray" | "white" | "primary-green" | "transparent" | "light-gray";
74
73
  rounded: boolean;
74
+ iconName: string | null;
75
75
  disabledVariant: "primary" | "secondary";
76
76
  href: string;
77
77
  }, true, {}, {}, {
@@ -86,22 +86,22 @@ declare const meta: {
86
86
  type: import("vue").PropType<"xs" | "small" | "medium" | "large">;
87
87
  default: string;
88
88
  };
89
- color: {
90
- type: import("vue").PropType<"blue" | "white" | "primary-green" | "gray" | "transparent" | "light-gray">;
91
- default: string;
92
- };
93
- iconName: {
94
- type: import("vue").PropType<string | null>;
95
- default: null;
96
- };
97
89
  disabled: {
98
90
  type: import("vue").PropType<boolean>;
99
91
  default: boolean;
100
92
  };
93
+ color: {
94
+ type: import("vue").PropType<"blue" | "gray" | "white" | "primary-green" | "transparent" | "light-gray">;
95
+ default: string;
96
+ };
101
97
  rounded: {
102
98
  type: import("vue").PropType<boolean>;
103
99
  default: boolean;
104
100
  };
101
+ iconName: {
102
+ type: import("vue").PropType<string | null>;
103
+ default: null;
104
+ };
105
105
  disabledVariant: {
106
106
  type: import("vue").PropType<"primary" | "secondary">;
107
107
  default: string;
@@ -114,10 +114,10 @@ declare const meta: {
114
114
  onClick?: (() => any) | undefined;
115
115
  }, {}, {}, {}, {}, {
116
116
  size: "xs" | "small" | "medium" | "large";
117
- color: "blue" | "white" | "primary-green" | "gray" | "transparent" | "light-gray";
118
- iconName: string | null;
119
117
  disabled: boolean;
118
+ color: "blue" | "gray" | "white" | "primary-green" | "transparent" | "light-gray";
120
119
  rounded: boolean;
120
+ iconName: string | null;
121
121
  disabledVariant: "primary" | "secondary";
122
122
  href: string;
123
123
  }>;
@@ -129,22 +129,22 @@ declare const meta: {
129
129
  type: import("vue").PropType<"xs" | "small" | "medium" | "large">;
130
130
  default: string;
131
131
  };
132
- color: {
133
- type: import("vue").PropType<"blue" | "white" | "primary-green" | "gray" | "transparent" | "light-gray">;
134
- default: string;
135
- };
136
- iconName: {
137
- type: import("vue").PropType<string | null>;
138
- default: null;
139
- };
140
132
  disabled: {
141
133
  type: import("vue").PropType<boolean>;
142
134
  default: boolean;
143
135
  };
136
+ color: {
137
+ type: import("vue").PropType<"blue" | "gray" | "white" | "primary-green" | "transparent" | "light-gray">;
138
+ default: string;
139
+ };
144
140
  rounded: {
145
141
  type: import("vue").PropType<boolean>;
146
142
  default: boolean;
147
143
  };
144
+ iconName: {
145
+ type: import("vue").PropType<string | null>;
146
+ default: null;
147
+ };
148
148
  disabledVariant: {
149
149
  type: import("vue").PropType<"primary" | "secondary">;
150
150
  default: string;
@@ -159,10 +159,10 @@ declare const meta: {
159
159
  click: () => void;
160
160
  }, string, {
161
161
  size: "xs" | "small" | "medium" | "large";
162
- color: "blue" | "white" | "primary-green" | "gray" | "transparent" | "light-gray";
163
- iconName: string | null;
164
162
  disabled: boolean;
163
+ color: "blue" | "gray" | "white" | "primary-green" | "transparent" | "light-gray";
165
164
  rounded: boolean;
165
+ iconName: string | null;
166
166
  disabledVariant: "primary" | "secondary";
167
167
  href: string;
168
168
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
@@ -1,7 +1,7 @@
1
1
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
2
  iconName?: string | null | undefined;
3
3
  size?: "xs" | "small" | "medium" | "large" | undefined;
4
- color?: "blue" | "white" | "primary-green" | "gray" | "transparent" | "light-gray" | undefined;
4
+ color?: "blue" | "gray" | "white" | "primary-green" | "transparent" | "light-gray" | undefined;
5
5
  disabledVariant?: "primary" | "secondary" | undefined;
6
6
  disabled?: boolean | undefined;
7
7
  href?: string | undefined;
@@ -19,7 +19,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
19
19
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
20
20
  iconName?: string | null | undefined;
21
21
  size?: "xs" | "small" | "medium" | "large" | undefined;
22
- color?: "blue" | "white" | "primary-green" | "gray" | "transparent" | "light-gray" | undefined;
22
+ color?: "blue" | "gray" | "white" | "primary-green" | "transparent" | "light-gray" | undefined;
23
23
  disabledVariant?: "primary" | "secondary" | undefined;
24
24
  disabled?: boolean | undefined;
25
25
  href?: string | undefined;
@@ -36,10 +36,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
36
36
  onClick?: (() => any) | undefined;
37
37
  }, {
38
38
  size: "xs" | "small" | "medium" | "large";
39
- color: "blue" | "white" | "primary-green" | "gray" | "transparent" | "light-gray";
40
- iconName: string | null;
41
39
  disabled: boolean;
40
+ color: "blue" | "gray" | "white" | "primary-green" | "transparent" | "light-gray";
42
41
  rounded: boolean;
42
+ iconName: string | null;
43
43
  disabledVariant: "primary" | "secondary";
44
44
  href: string;
45
45
  }, {}>, {
@@ -7,10 +7,6 @@ declare const meta: {
7
7
  type: import("vue").PropType<"small" | "medium">;
8
8
  default: string;
9
9
  };
10
- color: {
11
- type: import("vue").PropType<"blue" | "gray">;
12
- default: string;
13
- };
14
10
  disabled: {
15
11
  type: import("vue").PropType<boolean>;
16
12
  default: boolean;
@@ -19,6 +15,10 @@ declare const meta: {
19
15
  type: import("vue").PropType<string>;
20
16
  default: string;
21
17
  };
18
+ color: {
19
+ type: import("vue").PropType<"blue" | "gray">;
20
+ default: string;
21
+ };
22
22
  checked: {
23
23
  type: import("vue").PropType<boolean>;
24
24
  default: boolean;
@@ -36,10 +36,6 @@ declare const meta: {
36
36
  type: import("vue").PropType<"small" | "medium">;
37
37
  default: string;
38
38
  };
39
- color: {
40
- type: import("vue").PropType<"blue" | "gray">;
41
- default: string;
42
- };
43
39
  disabled: {
44
40
  type: import("vue").PropType<boolean>;
45
41
  default: boolean;
@@ -48,6 +44,10 @@ declare const meta: {
48
44
  type: import("vue").PropType<string>;
49
45
  default: string;
50
46
  };
47
+ color: {
48
+ type: import("vue").PropType<"blue" | "gray">;
49
+ default: string;
50
+ };
51
51
  checked: {
52
52
  type: import("vue").PropType<boolean>;
53
53
  default: boolean;
@@ -60,9 +60,9 @@ declare const meta: {
60
60
  onChange?: ((...args: any[]) => any) | undefined;
61
61
  }, {
62
62
  size: "small" | "medium";
63
- color: "blue" | "gray";
64
63
  disabled: boolean;
65
64
  errorMessage: string;
65
+ color: "blue" | "gray";
66
66
  checked: boolean;
67
67
  showError: boolean;
68
68
  }, true, {}, {}, {
@@ -77,10 +77,6 @@ declare const meta: {
77
77
  type: import("vue").PropType<"small" | "medium">;
78
78
  default: string;
79
79
  };
80
- color: {
81
- type: import("vue").PropType<"blue" | "gray">;
82
- default: string;
83
- };
84
80
  disabled: {
85
81
  type: import("vue").PropType<boolean>;
86
82
  default: boolean;
@@ -89,6 +85,10 @@ declare const meta: {
89
85
  type: import("vue").PropType<string>;
90
86
  default: string;
91
87
  };
88
+ color: {
89
+ type: import("vue").PropType<"blue" | "gray">;
90
+ default: string;
91
+ };
92
92
  checked: {
93
93
  type: import("vue").PropType<boolean>;
94
94
  default: boolean;
@@ -101,9 +101,9 @@ declare const meta: {
101
101
  onChange?: ((...args: any[]) => any) | undefined;
102
102
  }, {}, {}, {}, {}, {
103
103
  size: "small" | "medium";
104
- color: "blue" | "gray";
105
104
  disabled: boolean;
106
105
  errorMessage: string;
106
+ color: "blue" | "gray";
107
107
  checked: boolean;
108
108
  showError: boolean;
109
109
  }>;
@@ -115,10 +115,6 @@ declare const meta: {
115
115
  type: import("vue").PropType<"small" | "medium">;
116
116
  default: string;
117
117
  };
118
- color: {
119
- type: import("vue").PropType<"blue" | "gray">;
120
- default: string;
121
- };
122
118
  disabled: {
123
119
  type: import("vue").PropType<boolean>;
124
120
  default: boolean;
@@ -127,6 +123,10 @@ declare const meta: {
127
123
  type: import("vue").PropType<string>;
128
124
  default: string;
129
125
  };
126
+ color: {
127
+ type: import("vue").PropType<"blue" | "gray">;
128
+ default: string;
129
+ };
130
130
  checked: {
131
131
  type: import("vue").PropType<boolean>;
132
132
  default: boolean;
@@ -141,9 +141,9 @@ declare const meta: {
141
141
  change: (...args: any[]) => void;
142
142
  }, string, {
143
143
  size: "small" | "medium";
144
- color: "blue" | "gray";
145
144
  disabled: boolean;
146
145
  errorMessage: string;
146
+ color: "blue" | "gray";
147
147
  checked: boolean;
148
148
  showError: boolean;
149
149
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
@@ -32,9 +32,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
32
32
  onChange?: ((...args: any[]) => any) | undefined;
33
33
  }, {
34
34
  size: "small" | "medium";
35
- color: "blue" | "gray";
36
35
  disabled: boolean;
37
36
  errorMessage: string;
37
+ color: "blue" | "gray";
38
38
  checked: boolean;
39
39
  showError: boolean;
40
40
  }, {}>, {
@@ -245,10 +245,6 @@ declare const meta: {
245
245
  type: import("vue").PropType<"small" | "medium" | "large" | "xl">;
246
246
  default: string;
247
247
  };
248
- iconName: {
249
- type: import("vue").PropType<string>;
250
- required: true;
251
- };
252
248
  title: {
253
249
  type: import("vue").PropType<string>;
254
250
  default: string;
@@ -257,12 +253,16 @@ declare const meta: {
257
253
  type: import("vue").PropType<boolean>;
258
254
  default: boolean;
259
255
  };
256
+ iconName: {
257
+ type: import("vue").PropType<string>;
258
+ required: true;
259
+ };
260
260
  backgroundColor: {
261
- type: import("vue").PropType<"blue" | "none" | "gray-hover">;
261
+ type: import("vue").PropType<"none" | "blue" | "gray-hover">;
262
262
  default: string;
263
263
  };
264
264
  iconColor: {
265
- type: import("vue").PropType<"blue" | "white" | "gray">;
265
+ type: import("vue").PropType<"blue" | "gray" | "white">;
266
266
  default: string;
267
267
  };
268
268
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -272,10 +272,6 @@ declare const meta: {
272
272
  type: import("vue").PropType<"small" | "medium" | "large" | "xl">;
273
273
  default: string;
274
274
  };
275
- iconName: {
276
- type: import("vue").PropType<string>;
277
- required: true;
278
- };
279
275
  title: {
280
276
  type: import("vue").PropType<string>;
281
277
  default: string;
@@ -284,12 +280,16 @@ declare const meta: {
284
280
  type: import("vue").PropType<boolean>;
285
281
  default: boolean;
286
282
  };
283
+ iconName: {
284
+ type: import("vue").PropType<string>;
285
+ required: true;
286
+ };
287
287
  backgroundColor: {
288
- type: import("vue").PropType<"blue" | "none" | "gray-hover">;
288
+ type: import("vue").PropType<"none" | "blue" | "gray-hover">;
289
289
  default: string;
290
290
  };
291
291
  iconColor: {
292
- type: import("vue").PropType<"blue" | "white" | "gray">;
292
+ type: import("vue").PropType<"blue" | "gray" | "white">;
293
293
  default: string;
294
294
  };
295
295
  }>> & {
@@ -298,8 +298,8 @@ declare const meta: {
298
298
  size: "small" | "medium" | "large" | "xl";
299
299
  title: string;
300
300
  disabled: boolean;
301
- backgroundColor: "blue" | "none" | "gray-hover";
302
- iconColor: "blue" | "white" | "gray";
301
+ backgroundColor: "none" | "blue" | "gray-hover";
302
+ iconColor: "blue" | "gray" | "white";
303
303
  }, {}>;
304
304
  };
305
305
  template: string;