@adyen/bento-mcp 0.9.0 → 0.10.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.
Files changed (22) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/README.md +38 -12
  3. package/dist/assets/components/avatar/avatar.stories.ts +1 -1
  4. package/dist/assets/components/avatar/avatar.types.ts +1 -0
  5. package/dist/assets/components/avatar/avatar.vue +1 -1
  6. package/dist/assets/components/avatar/components/avatar-image/avatar-image.vue +1 -1
  7. package/dist/assets/components/dropdown/components/dropdown-base-textbox/dropdown-base-textbox.vue +1 -1
  8. package/dist/assets/components/dropdown/components/dropdown-default-textbox/dropdown-default-textbox.vue +1 -1
  9. package/dist/assets/components/dropdown/components/dropdown-options-container/dropdown-options-container.vue +1 -1
  10. package/dist/assets/components/dropdown/components/dropdown-small-textbox/dropdown-small-textbox.vue +1 -1
  11. package/dist/assets/components/dropdown/composables/use-keyboard-navigation.types.ts +1 -1
  12. package/dist/assets/components/dropdown/dropdown.vue +1 -1
  13. package/dist/assets/components/internal/listbox/components/listbox-option/listbox-option.vue +1 -1
  14. package/dist/assets/components/internal/listbox/components/listbox-single-select/listbox-single-select.vue +1 -1
  15. package/dist/assets/components/internal/listbox/components/listbox-single-select-option/listbox-single-select-option.vue +1 -1
  16. package/dist/assets/components/internal/listbox/listbox.vue +1 -1
  17. package/dist/assets/deprecations.md +173 -173
  18. package/dist/assets/usage.json +73 -73
  19. package/dist/assets/variables.css +3 -2
  20. package/dist/main.js +1 -1
  21. package/package.json +1 -1
  22. package/dist/assets/components/avatar/components/avatar-image/avatar-image.types.ts +0 -1
@@ -6,12 +6,20 @@ This file contains a list of all deprecated components, properties, and features
6
6
 
7
7
  ### Deprecation Found
8
8
 
9
- - string) {
10
- - ../vue2/src/utils/ts/deprecate.ts- // If the message is already showing, dont show it again
11
- - ../vue2/src/utils/ts/deprecate.ts- if (!shownMessages.has(title)) {
12
- - \x1b[0m ${title}`, DEPRECATION_STYLES);
13
- - ../vue2/src/utils/ts/deprecate.ts- // Format multi-line descriptions with the backtick
14
- - ../vue2/src/utils/ts/deprecate.ts- printDevelopmentWarning(`${deprecationMessage.replaceAll( , ).trim()}`);
9
+ - deprecate(
10
+ - ../vue2/src/install.ts- Using default setting withDesignTokensCSSInjection set to true in BentoVue plugin
11
+ - //adyen-bento.netlify.app/?path=/docs/welcome-getting-started--docs#import-css-variables
12
+ - ../vue2/src/install.ts- 2.0.0
13
+ - ../vue2/src/install.ts- );
14
+ - ../vue2/src/install.ts- // Make sure to put all awaited CSS imports below this point and not above!
15
+ ### Deprecation Found
16
+
17
+ - deprecate(Using `BentoTheme.BENTO`, Please use `BentoTheme.BENTO_LIGHT` instead, 2.0.0);
18
+ - ../vue2/src/install.ts- setTheme(BentoTheme.BENTO_LIGHT);
19
+ - ../vue2/src/install.ts- } else {
20
+ - ../vue2/src/install.ts- setTheme(BentoTheme.BENTO_LIGHT);
21
+ - ../vue2/src/install.ts- }
22
+ - ../vue2/src/install.ts- }
15
23
  ### Deprecation Found
16
24
 
17
25
  - deprecate(TITLE, MESSAGE, VERSION);
@@ -44,98 +52,92 @@ This file contains a list of all deprecated components, properties, and features
44
52
  - ../vue2/src/utils/ts/deprecate.test.ts- EXPECTED_CALLS[0]
45
53
  ### Deprecation Found
46
54
 
47
- - deprecate(
48
- - ../vue2/src/install.ts- Using default setting withDesignTokensCSSInjection set to true in BentoVue plugin
49
- - //adyen-bento.netlify.app/?path=/docs/welcome-getting-started--docs#import-css-variables
50
- - ../vue2/src/install.ts- 2.0.0
51
- - ../vue2/src/install.ts- );
52
- - ../vue2/src/install.ts- // Make sure to put all awaited CSS imports below this point and not above!
53
- ### Deprecation Found
54
-
55
- - deprecate(Using `BentoTheme.BENTO`, Please use `BentoTheme.BENTO_LIGHT` instead, 2.0.0);
56
- - ../vue2/src/install.ts- setTheme(BentoTheme.BENTO_LIGHT);
57
- - ../vue2/src/install.ts- } else {
58
- - ../vue2/src/install.ts- setTheme(BentoTheme.BENTO_LIGHT);
59
- - ../vue2/src/install.ts- }
60
- - ../vue2/src/install.ts- }
55
+ - string) {
56
+ - ../vue2/src/utils/ts/deprecate.ts- // If the message is already showing, dont show it again
57
+ - ../vue2/src/utils/ts/deprecate.ts- if (!shownMessages.has(title)) {
58
+ - \x1b[0m ${title}`, DEPRECATION_STYLES);
59
+ - ../vue2/src/utils/ts/deprecate.ts- // Format multi-line descriptions with the backtick
60
+ - ../vue2/src/utils/ts/deprecate.ts- printDevelopmentWarning(`${deprecationMessage.replaceAll( , ).trim()}`);
61
61
  ### Deprecation Found
62
62
 
63
63
  - deprecate(
64
- - ../vue2/src/components/country/country.vue- BentoCountry custom variant and label prop
65
- - ../vue2/src/components/country/country.vue- Use any of the other BentoCountry variants instead OR BentoTypography component for custom text
66
- - ../vue2/src/components/country/country.vue- 2.0.0
67
- - ../vue2/src/components/country/country.vue- );
68
- - ../vue2/src/components/country/country.vue- }
64
+ - ../vue2/src/components/date-picker/date-picker.vue- BentoDatePicker value property
65
+ - ../vue2/src/components/date-picker/date-picker.vue- `The use of value prop in BentoDatePicker is no longer supported. Use the v-model or model-value property instead.`
66
+ - ../vue2/src/components/date-picker/date-picker.vue- 2.0.0
67
+ - ../vue2/src/components/date-picker/date-picker.vue- );
68
+ - ../vue2/src/components/date-picker/date-picker.vue- }
69
69
  ### Deprecation Found
70
70
 
71
71
  - deprecate(
72
- - ../vue2/src/components/dropdown/dropdown.vue- BentoDropdown error property
73
- - ../vue2/src/components/dropdown/dropdown.vue- `Use the BentoDropdown errorMessage property instead to indicate that there is a modifier error.
74
- - ../vue2/src/components/dropdown/dropdown.vue- Having the field as undefined will hide/remove the error.
75
- - ../vue2/src/components/dropdown/dropdown.vue- <bento-dropdown errorMessage=Error message text />`
76
- - ../vue2/src/components/dropdown/dropdown.vue- 2.0.0
72
+ - ../vue2/src/components/input-field/input-field.vue- BentoInputField error property
73
+ - ../vue2/src/components/input-field/input-field.vue- `Use the BentoInputField errorMessage property instead to indicate that there is a modifier error.
74
+ - ../vue2/src/components/input-field/input-field.vue- Having the field as undefined will hide/remove the error.
75
+ - ../vue2/src/components/input-field/input-field.vue- <bento-dropdown errorMessage=Error message text />`
76
+ - ../vue2/src/components/input-field/input-field.vue- 2.0.0
77
77
  ### Deprecation Found
78
78
 
79
- - deprecate(BentoDropdown size property, `Do not use. Only default size should be used.`, 2.0.0);
80
- - ../vue2/src/components/dropdown/dropdown.vue- }
81
- - ../vue2/src/components/dropdown/dropdown.vue-
82
- - ../vue2/src/components/dropdown/dropdown.vue- if (props.value) {
79
+ - deprecate(
80
+ - ../vue2/src/components/input-field/input-field.vue- BentoInputField defaultIconBefore slot
81
+ - ../vue2/src/components/input-field/input-field.vue- `Use the BentoInputField iconBefore slot instead to add an icon at the left side of the input field
82
+ - ../vue2/src/components/input-field/input-field.vue- <bento-input-field>
83
+ - ../vue2/src/components/input-field/input-field.vue- \t<template #iconBefore>
84
+ - ../vue2/src/components/input-field/input-field.vue- \t\t<my-icon-goes-here />
83
85
  ### Deprecation Found
84
86
 
85
87
  - deprecate(
86
- - ../vue2/src/components/dropdown/dropdown.vue- BentoDropdown value property
87
- - ../vue2/src/components/dropdown/dropdown.vue- `The use of value prop in BentoDropdown is no longer supported.
88
- - ../vue2/src/components/dropdown/dropdown.vue- Use the v-model or model-value property instead.`
89
- - ../vue2/src/components/dropdown/dropdown.vue- 2.0.0
90
- - ../vue2/src/components/dropdown/dropdown.vue- );
88
+ - ../vue2/src/components/input-field/input-field.vue- BentoInputField value property
89
+ - ../vue2/src/components/input-field/input-field.vue- `The use of value prop in BentoInputField is no longer supported.
90
+ - ../vue2/src/components/input-field/input-field.vue- Use the v-model or model-value property instead.`
91
+ - ../vue2/src/components/input-field/input-field.vue- 2.0.0
92
+ - ../vue2/src/components/input-field/input-field.vue- );
91
93
  ### Deprecation Found
92
94
 
93
95
  - deprecate(
94
- - ../vue2/src/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.vue- BentoDropdownAvatar value property
95
- - ../vue2/src/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.vue- `The use of value prop in BentoDropdownAvatar is no longer supported.
96
- - ../vue2/src/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.vue- Use the v-model or model-value property instead.`
97
- - ../vue2/src/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.vue- 2.0.0
98
- - ../vue2/src/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.vue- );
96
+ - ../vue2/src/components/currency/currency.vue- BentoCurrency default slot
97
+ - ../vue2/src/components/currency/currency.vue- `The use of default slot in BentoCurrency is no longer supported as it causes issues with dynamic content.
98
+ - ../vue2/src/components/currency/currency.vue- Use the value property instead.
99
+ - value=12345.67 currency=USD major-units=false />`
100
+ - ../vue2/src/components/currency/currency.vue- 2.0.0
99
101
  ### Deprecation Found
100
102
 
101
103
  - deprecate(
102
- - ../vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue- BentoDropdownPaymentMethod value property
103
- - ../vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue- `The use of value prop in BentoDropdownPaymentMethod is no longer supported.
104
- - ../vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue- Use the v-model or model-value property instead.`
105
- - ../vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue- 2.0.0
106
- - ../vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue- );
104
+ - ../vue2/src/components/card/card.vue- BentoCard @click property
105
+ - ../vue2/src/components/card/card.vue- `Use the BentoCard @click with the clickable property to enable accessible styles.`
106
+ - ../vue2/src/components/card/card.vue- 2.0.0
107
+ - ../vue2/src/components/card/card.vue- );
108
+ - ../vue2/src/components/card/card.vue- }
107
109
  ### Deprecation Found
108
110
 
109
111
  - deprecate(
110
- - ../vue2/src/components/dropdown/components/variants/dropdown-tag/dropdown-tag.vue- BentoDropdownTag value property
111
- - ../vue2/src/components/dropdown/components/variants/dropdown-tag/dropdown-tag.vue- `The use of value prop in BentoDropdownTag is no longer supported.
112
- - ../vue2/src/components/dropdown/components/variants/dropdown-tag/dropdown-tag.vue- Use the v-model or model-value property instead.`
113
- - ../vue2/src/components/dropdown/components/variants/dropdown-tag/dropdown-tag.vue- 2.0.0
114
- - ../vue2/src/components/dropdown/components/variants/dropdown-tag/dropdown-tag.vue- );
112
+ - ../vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue- BentoCheckboxGroup hasError property
113
+ - ../vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue- `Use the BentoCheckboxGroup errorMessage property instead to indicate that there is a modifier error.
114
+ - ../vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue- Having the field as undefined will hide/remove the error.
115
+ - ../vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue- <bento-checkbox-group errorMessage=Error message text />`
116
+ - ../vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue- 2.0.0
115
117
  ### Deprecation Found
116
118
 
117
119
  - deprecate(
118
- - ../vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.vue- BentoDropdownCountry custom variant and items prop label key
119
- - ../vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.vue- Use any of the other BentoDropdownCountry variants instead OR use BentoDropdown component for custom labels
120
- - ../vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.vue- 2.0.0
121
- - ../vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.vue- );
122
- - ../vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.vue- }
120
+ - ../vue2/src/components/input-field-phone-number/input-field-phone-number.vue- BentoInputFieldPhoneNumber value property
121
+ - ../vue2/src/components/input-field-phone-number/input-field-phone-number.vue- `The use of value prop in BentoInputFieldPhoneNumber is no longer supported.
122
+ - ../vue2/src/components/input-field-phone-number/input-field-phone-number.vue- Use the v-model or model-value property instead.`
123
+ - ../vue2/src/components/input-field-phone-number/input-field-phone-number.vue- 2.0.0
124
+ - ../vue2/src/components/input-field-phone-number/input-field-phone-number.vue- );
123
125
  ### Deprecation Found
124
126
 
125
127
  - deprecate(
126
- - ../vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.vue- BentoDropdownCountry value property
127
- - ../vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.vue- `The use of value prop in BentoDropdownCountry is no longer supported.
128
- - ../vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.vue- Use the v-model or model-value property instead.`
129
- - ../vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.vue- 2.0.0
130
- - ../vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.vue- );
128
+ - ../vue2/src/components/inspector/inspector.vue- BentoInspector active-page as optional
129
+ - active-page.
130
+ - ../vue2/src/components/inspector/inspector.vue- active-page prop will be required in the next version`
131
+ - ../vue2/src/components/inspector/inspector.vue- 2.0.0
132
+ - ../vue2/src/components/inspector/inspector.vue- );
131
133
  ### Deprecation Found
132
134
 
133
135
  - deprecate(
134
- - ../vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue- BentoDropdownCurrency value property
135
- - ../vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue- `The use of value prop in BentoDropdownCurrency is no longer supported.
136
- - ../vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue- Use the v-model or model-value property instead.`
137
- - ../vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue- 2.0.0
138
- - ../vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue- );
136
+ - ../vue2/src/components/country/country.vue- BentoCountry custom variant and label prop
137
+ - ../vue2/src/components/country/country.vue- Use any of the other BentoCountry variants instead OR BentoTypography component for custom text
138
+ - ../vue2/src/components/country/country.vue- 2.0.0
139
+ - ../vue2/src/components/country/country.vue- );
140
+ - ../vue2/src/components/country/country.vue- }
139
141
  ### Deprecation Found
140
142
 
141
143
  - deprecate(
@@ -155,131 +157,129 @@ This file contains a list of all deprecated components, properties, and features
155
157
  ### Deprecation Found
156
158
 
157
159
  - deprecate(
158
- - ../vue2/src/components/currency/currency.vue- BentoCurrency default slot
159
- - ../vue2/src/components/currency/currency.vue- `The use of default slot in BentoCurrency is no longer supported as it causes issues with dynamic content.
160
- - ../vue2/src/components/currency/currency.vue- Use the value property instead.
161
- - value=12345.67 currency=USD major-units=false />`
162
- - ../vue2/src/components/currency/currency.vue- 2.0.0
160
+ - ../vue2/src/components/typography/typography.vue- BentoTypography subtitle variant (BentoTypographyVariant.SUBTITLE)
161
+ - ../vue2/src/components/typography/typography.vue- `Use the title or BentoTypographyVariant.TITLE variant and (optionally) combine it with a size property. e.g. medium / large.
162
+ - variant=BentoTypographyVariant.TITLE medium>`
163
+ - ../vue2/src/components/typography/typography.vue- 2.0.0
164
+ - ../vue2/src/components/typography/typography.vue- );
163
165
  ### Deprecation Found
164
166
 
165
167
  - deprecate(
166
- - ../vue2/src/components/date-picker/date-picker.vue- BentoDatePicker value property
167
- - ../vue2/src/components/date-picker/date-picker.vue- `The use of value prop in BentoDatePicker is no longer supported. Use the v-model or model-value property instead.`
168
- - ../vue2/src/components/date-picker/date-picker.vue- 2.0.0
169
- - ../vue2/src/components/date-picker/date-picker.vue- );
170
- - ../vue2/src/components/date-picker/date-picker.vue- }
168
+ - ../vue2/src/components/modal/modal.vue- BentoModal overflow-visible property
169
+ - ../vue2/src/components/modal/modal.vue- `overflow-visible property was made redundant. BentoModal can work correctly without the need to pass the propery.
170
+ - ../vue2/src/components/modal/modal.vue- Remove the overflow-visible prop from BentoModal to remove this error.`
171
+ - ../vue2/src/components/modal/modal.vue- 2.0.0
172
+ - ../vue2/src/components/modal/modal.vue- );
171
173
  ### Deprecation Found
172
174
 
173
175
  - deprecate(
174
- - string | Array<string> | File | Array<File>
175
- - ../vue2/src/components/file-uploader/file-uploader.vue- Use FileList instead.
176
- - ../vue2/src/components/file-uploader/file-uploader.vue- 2.0.0
177
- - ../vue2/src/components/file-uploader/file-uploader.vue- );
178
- - ../vue2/src/components/file-uploader/file-uploader.vue- }
176
+ - ../vue2/src/components/dropdown/dropdown.vue- BentoDropdown error property
177
+ - ../vue2/src/components/dropdown/dropdown.vue- `Use the BentoDropdown errorMessage property instead to indicate that there is a modifier error.
178
+ - ../vue2/src/components/dropdown/dropdown.vue- Having the field as undefined will hide/remove the error.
179
+ - ../vue2/src/components/dropdown/dropdown.vue- <bento-dropdown errorMessage=Error message text />`
180
+ - ../vue2/src/components/dropdown/dropdown.vue- 2.0.0
179
181
  ### Deprecation Found
180
182
 
181
- - deprecate(
182
- - ../vue2/src/components/typography/typography.vue- BentoTypography subtitle variant (BentoTypographyVariant.SUBTITLE)
183
- - ../vue2/src/components/typography/typography.vue- `Use the title or BentoTypographyVariant.TITLE variant and (optionally) combine it with a size property. e.g. medium / large.
184
- - variant=BentoTypographyVariant.TITLE medium>`
185
- - ../vue2/src/components/typography/typography.vue- 2.0.0
186
- - ../vue2/src/components/typography/typography.vue- );
183
+ - deprecate(BentoDropdown size property, `Do not use. Only default size should be used.`, 2.0.0);
184
+ - ../vue2/src/components/dropdown/dropdown.vue- }
185
+ - ../vue2/src/components/dropdown/dropdown.vue-
186
+ - ../vue2/src/components/dropdown/dropdown.vue- if (props.value) {
187
187
  ### Deprecation Found
188
188
 
189
189
  - deprecate(
190
- - ../vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue- BentoCheckboxGroup hasError property
191
- - ../vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue- `Use the BentoCheckboxGroup errorMessage property instead to indicate that there is a modifier error.
192
- - ../vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue- Having the field as undefined will hide/remove the error.
193
- - ../vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue- <bento-checkbox-group errorMessage=Error message text />`
194
- - ../vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue- 2.0.0
190
+ - ../vue2/src/components/dropdown/dropdown.vue- BentoDropdown value property
191
+ - ../vue2/src/components/dropdown/dropdown.vue- `The use of value prop in BentoDropdown is no longer supported.
192
+ - ../vue2/src/components/dropdown/dropdown.vue- Use the v-model or model-value property instead.`
193
+ - ../vue2/src/components/dropdown/dropdown.vue- 2.0.0
194
+ - ../vue2/src/components/dropdown/dropdown.vue- );
195
195
  ### Deprecation Found
196
196
 
197
197
  - deprecate(
198
- - ../vue2/src/components/input-field-phone-number/input-field-phone-number.vue- BentoInputFieldPhoneNumber value property
199
- - ../vue2/src/components/input-field-phone-number/input-field-phone-number.vue- `The use of value prop in BentoInputFieldPhoneNumber is no longer supported.
200
- - ../vue2/src/components/input-field-phone-number/input-field-phone-number.vue- Use the v-model or model-value property instead.`
201
- - ../vue2/src/components/input-field-phone-number/input-field-phone-number.vue- 2.0.0
202
- - ../vue2/src/components/input-field-phone-number/input-field-phone-number.vue- );
198
+ - ../vue2/src/components/dropdown/components/variants/dropdown-tag/dropdown-tag.vue- BentoDropdownTag value property
199
+ - ../vue2/src/components/dropdown/components/variants/dropdown-tag/dropdown-tag.vue- `The use of value prop in BentoDropdownTag is no longer supported.
200
+ - ../vue2/src/components/dropdown/components/variants/dropdown-tag/dropdown-tag.vue- Use the v-model or model-value property instead.`
201
+ - ../vue2/src/components/dropdown/components/variants/dropdown-tag/dropdown-tag.vue- 2.0.0
202
+ - ../vue2/src/components/dropdown/components/variants/dropdown-tag/dropdown-tag.vue- );
203
203
  ### Deprecation Found
204
204
 
205
205
  - deprecate(
206
- - ../vue2/src/components/input-field/input-field.vue- BentoInputField error property
207
- - ../vue2/src/components/input-field/input-field.vue- `Use the BentoInputField errorMessage property instead to indicate that there is a modifier error.
208
- - ../vue2/src/components/input-field/input-field.vue- Having the field as undefined will hide/remove the error.
209
- - ../vue2/src/components/input-field/input-field.vue- <bento-dropdown errorMessage=Error message text />`
210
- - ../vue2/src/components/input-field/input-field.vue- 2.0.0
206
+ - ../vue2/src/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.vue- BentoDropdownAvatar value property
207
+ - ../vue2/src/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.vue- `The use of value prop in BentoDropdownAvatar is no longer supported.
208
+ - ../vue2/src/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.vue- Use the v-model or model-value property instead.`
209
+ - ../vue2/src/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.vue- 2.0.0
210
+ - ../vue2/src/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.vue- );
211
211
  ### Deprecation Found
212
212
 
213
213
  - deprecate(
214
- - ../vue2/src/components/input-field/input-field.vue- BentoInputField defaultIconBefore slot
215
- - ../vue2/src/components/input-field/input-field.vue- `Use the BentoInputField iconBefore slot instead to add an icon at the left side of the input field
216
- - ../vue2/src/components/input-field/input-field.vue- <bento-input-field>
217
- - ../vue2/src/components/input-field/input-field.vue- \t<template #iconBefore>
218
- - ../vue2/src/components/input-field/input-field.vue- \t\t<my-icon-goes-here />
214
+ - ../vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue- BentoDropdownPaymentMethod value property
215
+ - ../vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue- `The use of value prop in BentoDropdownPaymentMethod is no longer supported.
216
+ - ../vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue- Use the v-model or model-value property instead.`
217
+ - ../vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue- 2.0.0
218
+ - ../vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue- );
219
219
  ### Deprecation Found
220
220
 
221
221
  - deprecate(
222
- - ../vue2/src/components/input-field/input-field.vue- BentoInputField value property
223
- - ../vue2/src/components/input-field/input-field.vue- `The use of value prop in BentoInputField is no longer supported.
224
- - ../vue2/src/components/input-field/input-field.vue- Use the v-model or model-value property instead.`
225
- - ../vue2/src/components/input-field/input-field.vue- 2.0.0
226
- - ../vue2/src/components/input-field/input-field.vue- );
222
+ - ../vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue- BentoDropdownCurrency value property
223
+ - ../vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue- `The use of value prop in BentoDropdownCurrency is no longer supported.
224
+ - ../vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue- Use the v-model or model-value property instead.`
225
+ - ../vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue- 2.0.0
226
+ - ../vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue- );
227
227
  ### Deprecation Found
228
228
 
229
229
  - deprecate(
230
- - ../vue2/src/components/inspector/inspector.vue- BentoInspector active-page as optional
231
- - active-page.
232
- - ../vue2/src/components/inspector/inspector.vue- active-page prop will be required in the next version`
233
- - ../vue2/src/components/inspector/inspector.vue- 2.0.0
234
- - ../vue2/src/components/inspector/inspector.vue- );
230
+ - ../vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.vue- BentoDropdownCountry custom variant and items prop label key
231
+ - ../vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.vue- Use any of the other BentoDropdownCountry variants instead OR use BentoDropdown component for custom labels
232
+ - ../vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.vue- 2.0.0
233
+ - ../vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.vue- );
234
+ - ../vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.vue- }
235
235
  ### Deprecation Found
236
236
 
237
237
  - deprecate(
238
- - ../vue2/src/components/modal/modal.vue- BentoModal overflow-visible property
239
- - ../vue2/src/components/modal/modal.vue- `overflow-visible property was made redundant. BentoModal can work correctly without the need to pass the propery.
240
- - ../vue2/src/components/modal/modal.vue- Remove the overflow-visible prop from BentoModal to remove this error.`
241
- - ../vue2/src/components/modal/modal.vue- 2.0.0
242
- - ../vue2/src/components/modal/modal.vue- );
238
+ - ../vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.vue- BentoDropdownCountry value property
239
+ - ../vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.vue- `The use of value prop in BentoDropdownCountry is no longer supported.
240
+ - ../vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.vue- Use the v-model or model-value property instead.`
241
+ - ../vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.vue- 2.0.0
242
+ - ../vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.vue- );
243
243
  ### Deprecation Found
244
244
 
245
245
  - deprecate(
246
- - ../vue2/src/components/input-field-password/input-field-password.vue- BentoInputFieldPassword value property
247
- - ../vue2/src/components/input-field-password/input-field-password.vue- `The use of value prop in BentoInputFieldPassword is no longer supported.
248
- - ../vue2/src/components/input-field-password/input-field-password.vue- Use the v-model or model-value property instead.`
249
- - ../vue2/src/components/input-field-password/input-field-password.vue- 2.0.0
250
- - ../vue2/src/components/input-field-password/input-field-password.vue- );
246
+ - ../vue2/src/components/filter-bar/components/boolean-filter/boolean-filter.vue- Boolean filter BentoFilterItemType.BOOLEAN
247
+ - ../vue2/src/components/filter-bar/components/boolean-filter/boolean-filter.vue- `Use the Radio group filter type BentoFilterItemType.RADIO_GROUP instead.`
248
+ - ../vue2/src/components/filter-bar/components/boolean-filter/boolean-filter.vue- 2.0.0
249
+ - ../vue2/src/components/filter-bar/components/boolean-filter/boolean-filter.vue- );
250
+ - ../vue2/src/components/filter-bar/components/boolean-filter/boolean-filter.vue- });
251
251
  ### Deprecation Found
252
252
 
253
253
  - deprecate(
254
- - ../vue2/src/components/card/card.vue- BentoCard @click property
255
- - ../vue2/src/components/card/card.vue- `Use the BentoCard @click with the clickable property to enable accessible styles.`
256
- - ../vue2/src/components/card/card.vue- 2.0.0
257
- - ../vue2/src/components/card/card.vue- );
258
- - ../vue2/src/components/card/card.vue- }
254
+ - ../vue2/src/components/filter-bar/components/select-filter/select-filter.vue- BentoFilterBar filter of type BentoFilterItemType.SELECT options message property
255
+ - ../vue2/src/components/filter-bar/components/select-filter/select-filter.vue- `Please remove the options.messages property from this filter, it is not required any more for persistent filters.
256
+ - ../vue2/src/components/filter-bar/components/select-filter/select-filter.vue- This will be the default behavior in the v2 and options.messages will be removed.`
257
+ - ../vue2/src/components/filter-bar/components/select-filter/select-filter.vue- 2.0.0
258
+ - ../vue2/src/components/filter-bar/components/select-filter/select-filter.vue- );
259
259
  ### Deprecation Found
260
260
 
261
261
  - deprecate(
262
- - ../vue2/src/components/radio-group/radio-group.vue- BentoRadioGroup hasError property
263
- - ../vue2/src/components/radio-group/radio-group.vue- `Use the BentoRadioGroup errorMessage property instead to indicate that there is a modifier error.
264
- - ../vue2/src/components/radio-group/radio-group.vue- Having the field as undefined will hide/remove the error.
265
- - ../vue2/src/components/radio-group/radio-group.vue- <bento-radio-group errorMessage=Error message text />`
266
- - ../vue2/src/components/radio-group/radio-group.vue- 2.0.0
262
+ - ../vue2/src/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue- BentoSelectCountryFilter type with `options.variant===custom`
263
+ - ../vue2/src/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue- Use any of the other BentoSelectCountryFilter variants instead OR use BentoSelectFilter type for custom labels
264
+ - ../vue2/src/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue- 2.0.0
265
+ - ../vue2/src/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue- );
266
+ - ../vue2/src/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue- }
267
267
  ### Deprecation Found
268
268
 
269
269
  - deprecate(
270
- - The property \`label\` will always be rendered by default.`
271
- - ../vue2/src/components/internal/controls-group/controls-group.vue- `After version 2.0.0, the label will be shown by default.
272
- - hide-label=true\`. Up until version 2.0.0, to display the label set \`hide-label=false\`.
273
- - ../vue2/src/components/internal/controls-group/controls-group.vue- \`label\` will always be rendered when \`description\` is passed alongside with \`label\``
274
- - ../vue2/src/components/internal/controls-group/controls-group.vue- `2.0.0`
270
+ - ../vue2/src/components/filter-bar/components/input-filter/input-filter.vue- BentoInputFilter options property
271
+ - ../vue2/src/components/filter-bar/components/input-filter/input-filter.vue- `BentoInputFilter options no longer supports dropdown, dropdownPosition or variant attributes.
272
+ - ../vue2/src/components/filter-bar/components/input-filter/input-filter.vue- Use the BentoFilterItemType.INPUT_DROPDOWN instead of BentoFilterItemType.INPUT
273
+ - ../vue2/src/components/filter-bar/components/input-filter/input-filter.vue- <bento-filter-bar
274
+ - config=[{
275
275
  ### Deprecation Found
276
276
 
277
277
  - deprecate(
278
- - ../vue2/src/components/sidepanel/sidepanel.vue- BentoSidepanel isDismissible property’s behavior
279
- - ../vue2/src/components/sidepanel/sidepanel.vue- BentoSidepanel isDismissible will no longer hide the close button. Use hideCloseButton=true instead.
280
- - ../vue2/src/components/sidepanel/sidepanel.vue- 2.0.0
281
- - ../vue2/src/components/sidepanel/sidepanel.vue- );
282
- - ../vue2/src/components/sidepanel/sidepanel.vue- }
278
+ - ../vue2/src/components/radio-group/radio-group.vue- BentoRadioGroup hasError property
279
+ - ../vue2/src/components/radio-group/radio-group.vue- `Use the BentoRadioGroup errorMessage property instead to indicate that there is a modifier error.
280
+ - ../vue2/src/components/radio-group/radio-group.vue- Having the field as undefined will hide/remove the error.
281
+ - ../vue2/src/components/radio-group/radio-group.vue- <bento-radio-group errorMessage=Error message text />`
282
+ - ../vue2/src/components/radio-group/radio-group.vue- 2.0.0
283
283
  ### Deprecation Found
284
284
 
285
285
  - deprecate(
@@ -290,6 +290,14 @@ This file contains a list of all deprecated components, properties, and features
290
290
  - ../vue2/src/components/timeline/components/timeline-item/timeline-item.vue- );
291
291
  ### Deprecation Found
292
292
 
293
+ - deprecate(
294
+ - ../vue2/src/components/input-field-password/input-field-password.vue- BentoInputFieldPassword value property
295
+ - ../vue2/src/components/input-field-password/input-field-password.vue- `The use of value prop in BentoInputFieldPassword is no longer supported.
296
+ - ../vue2/src/components/input-field-password/input-field-password.vue- Use the v-model or model-value property instead.`
297
+ - ../vue2/src/components/input-field-password/input-field-password.vue- 2.0.0
298
+ - ../vue2/src/components/input-field-password/input-field-password.vue- );
299
+ ### Deprecation Found
300
+
293
301
  - deprecate(
294
302
  - ../vue2/src/components/textarea/textarea.vue- BentoTextarea value property
295
303
  - ../vue2/src/components/textarea/textarea.vue- `The use of value prop in BentoTextarea is no longer supported.
@@ -299,35 +307,27 @@ This file contains a list of all deprecated components, properties, and features
299
307
  ### Deprecation Found
300
308
 
301
309
  - deprecate(
302
- - ../vue2/src/components/filter-bar/components/select-filter/select-filter.vue- BentoFilterBar filter of type BentoFilterItemType.SELECT options message property
303
- - ../vue2/src/components/filter-bar/components/select-filter/select-filter.vue- `Please remove the options.messages property from this filter, it is not required any more for persistent filters.
304
- - ../vue2/src/components/filter-bar/components/select-filter/select-filter.vue- This will be the default behavior in the v2 and options.messages will be removed.`
305
- - ../vue2/src/components/filter-bar/components/select-filter/select-filter.vue- 2.0.0
306
- - ../vue2/src/components/filter-bar/components/select-filter/select-filter.vue- );
307
- ### Deprecation Found
308
-
309
- - deprecate(
310
- - ../vue2/src/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue- BentoSelectCountryFilter type with `options.variant===custom`
311
- - ../vue2/src/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue- Use any of the other BentoSelectCountryFilter variants instead OR use BentoSelectFilter type for custom labels
312
- - ../vue2/src/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue- 2.0.0
313
- - ../vue2/src/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue- );
314
- - ../vue2/src/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue- }
310
+ - string | Array<string> | File | Array<File>
311
+ - ../vue2/src/components/file-uploader/file-uploader.vue- Use FileList instead.
312
+ - ../vue2/src/components/file-uploader/file-uploader.vue- 2.0.0
313
+ - ../vue2/src/components/file-uploader/file-uploader.vue- );
314
+ - ../vue2/src/components/file-uploader/file-uploader.vue- }
315
315
  ### Deprecation Found
316
316
 
317
317
  - deprecate(
318
- - ../vue2/src/components/filter-bar/components/boolean-filter/boolean-filter.vue- Boolean filter BentoFilterItemType.BOOLEAN
319
- - ../vue2/src/components/filter-bar/components/boolean-filter/boolean-filter.vue- `Use the Radio group filter type BentoFilterItemType.RADIO_GROUP instead.`
320
- - ../vue2/src/components/filter-bar/components/boolean-filter/boolean-filter.vue- 2.0.0
321
- - ../vue2/src/components/filter-bar/components/boolean-filter/boolean-filter.vue- );
322
- - ../vue2/src/components/filter-bar/components/boolean-filter/boolean-filter.vue- });
318
+ - ../vue2/src/components/sidepanel/sidepanel.vue- BentoSidepanel isDismissible property’s behavior
319
+ - ../vue2/src/components/sidepanel/sidepanel.vue- BentoSidepanel isDismissible will no longer hide the close button. Use hideCloseButton=true instead.
320
+ - ../vue2/src/components/sidepanel/sidepanel.vue- 2.0.0
321
+ - ../vue2/src/components/sidepanel/sidepanel.vue- );
322
+ - ../vue2/src/components/sidepanel/sidepanel.vue- }
323
323
  ### Deprecation Found
324
324
 
325
325
  - deprecate(
326
- - ../vue2/src/components/filter-bar/components/input-filter/input-filter.vue- BentoInputFilter options property
327
- - ../vue2/src/components/filter-bar/components/input-filter/input-filter.vue- `BentoInputFilter options no longer supports dropdown, dropdownPosition or variant attributes.
328
- - ../vue2/src/components/filter-bar/components/input-filter/input-filter.vue- Use the BentoFilterItemType.INPUT_DROPDOWN instead of BentoFilterItemType.INPUT
329
- - ../vue2/src/components/filter-bar/components/input-filter/input-filter.vue- <bento-filter-bar
330
- - config=[{
326
+ - The property \`label\` will always be rendered by default.`
327
+ - ../vue2/src/components/internal/controls-group/controls-group.vue- `After version 2.0.0, the label will be shown by default.
328
+ - hide-label=true\`. Up until version 2.0.0, to display the label set \`hide-label=false\`.
329
+ - ../vue2/src/components/internal/controls-group/controls-group.vue- \`label\` will always be rendered when \`description\` is passed alongside with \`label\``
330
+ - ../vue2/src/components/internal/controls-group/controls-group.vue- `2.0.0`
331
331
 
332
332
  ---
333
333