@adyen/bento-mcp 0.9.0 → 0.11.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.
- package/CHANGELOG.md +16 -0
- package/README.md +38 -12
- package/dist/assets/components/avatar/avatar.stories.ts +1 -1
- package/dist/assets/components/avatar/avatar.types.ts +1 -0
- package/dist/assets/components/avatar/avatar.vue +1 -1
- package/dist/assets/components/avatar/components/avatar-image/avatar-image.vue +1 -1
- package/dist/assets/components/data-grid/components/data-grid-cell-actions/data-grid-cell-actions.vue +1 -1
- package/dist/assets/components/date-picker/date-picker.vue +1 -1
- package/dist/assets/components/date-range-picker/components/date-range-picker-calendar/date-range-picker-calendar.vue +1 -1
- package/dist/assets/components/date-range-picker/date-range-picker.stories.ts +1 -1
- package/dist/assets/components/date-range-picker/date-range-picker.vue +1 -1
- package/dist/assets/components/dropdown/components/dropdown-base-textbox/dropdown-base-textbox.vue +1 -1
- package/dist/assets/components/dropdown/components/dropdown-default-textbox/dropdown-default-textbox.vue +1 -1
- package/dist/assets/components/dropdown/components/dropdown-options-container/dropdown-options-container.vue +1 -1
- package/dist/assets/components/dropdown/components/dropdown-small-textbox/dropdown-small-textbox.vue +1 -1
- package/dist/assets/components/dropdown/composables/use-keyboard-navigation.types.ts +1 -1
- package/dist/assets/components/dropdown/dropdown.vue +1 -1
- package/dist/assets/components/header-with-views/components/header-with-views-all-views/header-with-views-all-views.vue +1 -1
- package/dist/assets/components/header-with-views/header-with-views.vue +1 -1
- package/dist/assets/components/internal/calendar/composables/use-granularity-adjustments.types.ts +1 -1
- package/dist/assets/components/internal/listbox/components/listbox-option/listbox-option.vue +1 -1
- package/dist/assets/components/internal/listbox/components/listbox-single-select/listbox-single-select.vue +1 -1
- package/dist/assets/components/internal/listbox/components/listbox-single-select-option/listbox-single-select-option.vue +1 -1
- package/dist/assets/components/internal/listbox/listbox.vue +1 -1
- package/dist/assets/components/menu/menu.docs.mdx +8 -7
- package/dist/assets/components/menu/menu.vue +1 -1
- package/dist/assets/components/popover/popover.types.ts +1 -1
- package/dist/assets/components/popover/popover.vue +1 -1
- package/dist/assets/components/popper-container/popper-container.types.ts +1 -1
- package/dist/assets/components/popper-container/popper-container.vue +1 -1
- package/dist/assets/components/progress-bar/progress-bar.docs.mdx +102 -0
- package/dist/assets/components/progress-bar/progress-bar.stories.ts +1 -0
- package/dist/assets/components/progress-bar/progress-bar.types.ts +1 -0
- package/dist/assets/components/progress-bar/progress-bar.vue +1 -0
- package/dist/assets/components.json +1 -0
- package/dist/assets/deprecations.md +157 -157
- package/dist/assets/index.ts +1 -1
- package/dist/assets/usage.json +80 -79
- package/dist/assets/variables.css +42 -41
- package/dist/main.js +1 -1
- package/package.json +1 -1
- package/dist/assets/components/avatar/components/avatar-image/avatar-image.types.ts +0 -1
- package/dist/assets/components/internal/calendar/composables/use-range-pane.types.ts +0 -1
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
--b-text-rich-text-pre-line-height: 24px;
|
|
119
119
|
--b-text-rich-text-code-font-weight: 500;
|
|
120
120
|
--b-text-rich-text-code-font-family: 'Adyen Mono', 'Roboto Mono', 'Oxygen Mono', 'IBM Plex Mono', 'Courier New', monospace;
|
|
121
|
-
--b-text-rich-text-heading-font-weight:
|
|
121
|
+
--b-text-rich-text-heading-font-weight: 500;
|
|
122
122
|
--b-text-font-variant-numeric: normal;
|
|
123
123
|
--b-focus-ring-color: rgba(15, 117, 220, 0.8);
|
|
124
124
|
--b-color-support-shadow: #001222;
|
|
@@ -168,17 +168,17 @@
|
|
|
168
168
|
--b-color-link-primary-active: #0f75dc;
|
|
169
169
|
--b-color-link-primary-hover: #0f75dc;
|
|
170
170
|
--b-color-link-primary: #0065c9;
|
|
171
|
-
--b-color-label-always-dark: #001222;
|
|
172
|
-
--b-color-label-always-light-tertiary-active: #54616d;
|
|
173
|
-
--b-color-label-always-light-tertiary-hover: #737e88;
|
|
174
|
-
--b-color-label-always-light-tertiary: #848d96;
|
|
175
|
-
--b-color-label-always-light-secondary-active: #737e88;
|
|
176
|
-
--b-color-label-always-light-secondary-hover: #959da5;
|
|
177
|
-
--b-color-label-always-light-secondary: #a6adb3;
|
|
178
|
-
--b-color-label-always-light-primary-active: #959da5;
|
|
179
|
-
--b-color-label-always-light-primary-hover: #c8ccd0;
|
|
180
|
-
--b-color-label-always-light-primary: #ecedef;
|
|
181
|
-
--b-color-label-always-light: #ffffff;
|
|
171
|
+
--b-color-label-always-dark: #001222; /* Deprecated: Use --b-color-label-primary instead. */
|
|
172
|
+
--b-color-label-always-light-tertiary-active: #54616d; /* Deprecated: Use --b-color-label-inverse-primary-active instead. */
|
|
173
|
+
--b-color-label-always-light-tertiary-hover: #737e88; /* Deprecated: Use --b-color-label-inverse-primary-hover instead. */
|
|
174
|
+
--b-color-label-always-light-tertiary: #848d96; /* Deprecated: Use --b-color-label-inverse-primary instead. */
|
|
175
|
+
--b-color-label-always-light-secondary-active: #737e88; /* Deprecated: Use --b-color-label-inverse-primary-active instead. */
|
|
176
|
+
--b-color-label-always-light-secondary-hover: #959da5; /* Deprecated: Use --b-color-label-inverse-primary-hover instead. */
|
|
177
|
+
--b-color-label-always-light-secondary: #a6adb3; /* Deprecated: Use --b-color-label-inverse-primary instead. */
|
|
178
|
+
--b-color-label-always-light-primary-active: #959da5; /* Deprecated: Use --b-color-label-inverse-primary-active instead. */
|
|
179
|
+
--b-color-label-always-light-primary-hover: #c8ccd0; /* Deprecated: Use --b-color-label-inverse-primary-hover instead. */
|
|
180
|
+
--b-color-label-always-light-primary: #ecedef; /* Deprecated: Use --b-color-label-inverse-primary instead. */
|
|
181
|
+
--b-color-label-always-light: #ffffff; /* Deprecated: Use --b-color-label-inverse-primary instead. */
|
|
182
182
|
--b-color-label-on-background-highlight-weak: #0065c9;
|
|
183
183
|
--b-color-label-on-background-success-weak: #00773c;
|
|
184
184
|
--b-color-label-on-background-warning-weak: #955900;
|
|
@@ -204,31 +204,31 @@
|
|
|
204
204
|
--b-color-label-primary-active: #6c7782;
|
|
205
205
|
--b-color-label-primary-hover: #5c6874;
|
|
206
206
|
--b-color-label-primary: #001222;
|
|
207
|
-
--b-color-background-always-dark-tertiary-selected: #00305f;
|
|
208
|
-
--b-color-background-always-dark-tertiary-disabled: #ecedef;
|
|
209
|
-
--b-color-background-always-dark-tertiary-active: #455460;
|
|
210
|
-
--b-color-background-always-dark-tertiary-hover: #3d4c5a;
|
|
211
|
-
--b-color-background-always-dark-tertiary: #2f3e4d;
|
|
212
|
-
--b-color-background-always-dark-secondary-selected: #00305f;
|
|
213
|
-
--b-color-background-always-dark-secondary-disabled: #ecedef;
|
|
214
|
-
--b-color-background-always-dark-secondary-active: #455460;
|
|
215
|
-
--b-color-background-always-dark-secondary-hover: #364553;
|
|
216
|
-
--b-color-background-always-dark-secondary: #213140;
|
|
217
|
-
--b-color-background-always-dark-primary-selected: #00305f;
|
|
218
|
-
--b-color-background-always-dark-primary-disabled: #ecedef;
|
|
219
|
-
--b-color-background-always-dark-primary-active: #213140;
|
|
220
|
-
--b-color-background-always-dark-primary-hover: #132434;
|
|
221
|
-
--b-color-background-always-dark-primary: #001222;
|
|
222
|
-
--b-color-background-always-dark-selected: #00305f;
|
|
223
|
-
--b-color-background-always-dark-disabled: #ecedef;
|
|
224
|
-
--b-color-background-always-dark-active: #8c959d;
|
|
225
|
-
--b-color-background-always-dark-hover: #5c6874;
|
|
226
|
-
--b-color-background-always-dark: #001222;
|
|
227
|
-
--b-color-background-always-light-selected: #e3effb;
|
|
228
|
-
--b-color-background-always-light-disabled: #ecedef;
|
|
229
|
-
--b-color-background-always-light-active: #ecedef;
|
|
230
|
-
--b-color-background-always-light-hover: #f4f5f6;
|
|
231
|
-
--b-color-background-always-light: #ffffff;
|
|
207
|
+
--b-color-background-always-dark-tertiary-selected: #00305f; /* Deprecated: No replacement token is available. */
|
|
208
|
+
--b-color-background-always-dark-tertiary-disabled: #ecedef; /* Deprecated: Use --b-color-background-inverse-disabled instead. */
|
|
209
|
+
--b-color-background-always-dark-tertiary-active: #455460; /* Deprecated: Use --b-color-background-inverse-secondary-active instead. */
|
|
210
|
+
--b-color-background-always-dark-tertiary-hover: #3d4c5a; /* Deprecated: Use --b-color-background-inverse-secondary-hover instead. */
|
|
211
|
+
--b-color-background-always-dark-tertiary: #2f3e4d; /* Deprecated: Use --b-color-background-inverse-secondary instead. */
|
|
212
|
+
--b-color-background-always-dark-secondary-selected: #00305f; /* Deprecated: No replacement token is available. */
|
|
213
|
+
--b-color-background-always-dark-secondary-disabled: #ecedef; /* Deprecated: Use --b-color-background-inverse-disabled instead. */
|
|
214
|
+
--b-color-background-always-dark-secondary-active: #455460; /* Deprecated: Use --b-color-background-inverse-secondary-active instead. */
|
|
215
|
+
--b-color-background-always-dark-secondary-hover: #364553; /* Deprecated: Use --b-color-background-inverse-secondary-hover instead. */
|
|
216
|
+
--b-color-background-always-dark-secondary: #213140; /* Deprecated: Use --b-color-background-inverse-secondary instead. */
|
|
217
|
+
--b-color-background-always-dark-primary-selected: #00305f; /* Deprecated: No replacement token is available. */
|
|
218
|
+
--b-color-background-always-dark-primary-disabled: #ecedef; /* Deprecated: Use --b-color-background-inverse-disabled instead. */
|
|
219
|
+
--b-color-background-always-dark-primary-active: #213140; /* Deprecated: Use --b-color-background-inverse-primary-active instead. */
|
|
220
|
+
--b-color-background-always-dark-primary-hover: #132434; /* Deprecated: Use --b-color-background-inverse-primary-hover instead. */
|
|
221
|
+
--b-color-background-always-dark-primary: #001222; /* Deprecated: Use --b-color-background-inverse-primary instead. */
|
|
222
|
+
--b-color-background-always-dark-selected: #00305f; /* Deprecated: No replacement token is available. */
|
|
223
|
+
--b-color-background-always-dark-disabled: #ecedef; /* Deprecated: Use --b-color-background-inverse-disabled instead. */
|
|
224
|
+
--b-color-background-always-dark-active: #8c959d; /* Deprecated: Use --b-color-background-inverse-primary-active instead. */
|
|
225
|
+
--b-color-background-always-dark-hover: #5c6874; /* Deprecated: Use --b-color-background-inverse-primary-hover instead. */
|
|
226
|
+
--b-color-background-always-dark: #001222; /* Deprecated: Use --b-color-background-inverse-primary instead. */
|
|
227
|
+
--b-color-background-always-light-selected: #e3effb; /* Deprecated: Use --b-color-background-selected instead. */
|
|
228
|
+
--b-color-background-always-light-disabled: #ecedef; /* Deprecated: Use --b-color-background-disabled instead. */
|
|
229
|
+
--b-color-background-always-light-active: #ecedef; /* Deprecated: Use --b-color-background-primary-active instead. */
|
|
230
|
+
--b-color-background-always-light-hover: #f4f5f6; /* Deprecated: Use --b-color-background-primary-hover instead. */
|
|
231
|
+
--b-color-background-always-light: #ffffff; /* Deprecated: Use --b-color-background-primary instead. */
|
|
232
232
|
--b-color-background-inverse-critical-strong-active: #ffded3;
|
|
233
233
|
--b-color-background-inverse-critical-strong-hover: #ffbda6;
|
|
234
234
|
--b-color-background-inverse-critical-strong: #ff9a78;
|
|
@@ -263,9 +263,9 @@
|
|
|
263
263
|
--b-color-background-modal-active: #ecedef;
|
|
264
264
|
--b-color-background-modal-hover: #f4f5f6;
|
|
265
265
|
--b-color-background-modal: #ffffff;
|
|
266
|
-
--b-color-background-quaternary-active: #aeb5ba;
|
|
267
|
-
--b-color-background-quaternary-hover: #b7bdc2;
|
|
268
|
-
--b-color-background-quaternary: #c0c5ca;
|
|
266
|
+
--b-color-background-quaternary-active: #aeb5ba; /* Deprecated: Use --b-color-background-tertiary-active instead. */
|
|
267
|
+
--b-color-background-quaternary-hover: #b7bdc2; /* Deprecated: Use --b-color-background-tertiary-hover instead. */
|
|
268
|
+
--b-color-background-quaternary: #c0c5ca; /* Deprecated: Use --b-color-background-tertiary instead. */
|
|
269
269
|
--b-color-background-tertiary-active: #dadddf;
|
|
270
270
|
--b-color-background-tertiary-hover: #e2e5e7;
|
|
271
271
|
--b-color-background-tertiary: #ecedef;
|
|
@@ -295,9 +295,10 @@
|
|
|
295
295
|
--b-text-rich-text-caption-list-padding-left: var(--b-spacer-070);
|
|
296
296
|
--b-text-rich-text-caption-paragraph-margin: 0 0 var(--b-spacer-030) 0;
|
|
297
297
|
--b-text-rich-text-table-caption-margin: 0 0 var(--b-spacer-030) 0;
|
|
298
|
+
--b-text-rich-text-table-hover-background-color: var(--b-color-background-primary-hover);
|
|
298
299
|
--b-text-rich-text-table-padding: var(--b-spacer-050) var(--b-spacer-070);
|
|
299
300
|
--b-text-rich-text-table-margin: var(--b-spacer-070) 0 var(--b-spacer-070) 0;
|
|
300
|
-
--b-text-rich-text-table-border: var(--b-border-width-s) solid var(--b-color-
|
|
301
|
+
--b-text-rich-text-table-border: var(--b-border-width-s) solid var(--b-color-separator-secondary);
|
|
301
302
|
--b-text-rich-text-blockquote-margin: var(--b-spacer-070) 0 var(--b-spacer-070) var(--b-spacer-070);
|
|
302
303
|
--b-text-rich-text-mark-background-color: var(--b-color-background-highlight-weak);
|
|
303
304
|
--b-text-rich-text-pre-padding: var(--b-spacer-050) var(--b-spacer-070);
|
package/dist/main.js
CHANGED
|
@@ -30537,7 +30537,7 @@ ${usage.map((f) => `- ${f}`).join("\n")}`
|
|
|
30537
30537
|
var package_default = {
|
|
30538
30538
|
name: "@adyen/bento-mcp",
|
|
30539
30539
|
mcpName: "io.github.adyen/bento-mcp",
|
|
30540
|
-
version: "0.
|
|
30540
|
+
version: "0.11.0",
|
|
30541
30541
|
type: "module",
|
|
30542
30542
|
description: "A Model Context Protocol server implementation for Bento",
|
|
30543
30543
|
license: "MIT",
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export enum BentoAvatarImageVariant { LARGE = 'large', SMALL = 'small', } export enum BentoAvatarImageColor { BLUE = 'blue', GREEN = 'green', RED = 'red', YELLOW = 'yellow', }
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
/** * Defines how to measure and adjust a date range for a specific granularity (daily, weekly, etc.). * Used by `clampToMaxRange` to enforce maximum range limits in a granularity-agnostic way. */ export interface GranularityClampConfig { /** Returns how many units (days, weeks, months, quarters) fit between two dates. */ getCount: (end: Date, start: Date) => number; /** Subtracts a number of units from a date (e.g. `subDays`, `subWeeks`). */ sub: (date: Date, amount: number) => Date; /** Adds a number of units to a date (e.g. `addDays`, `addWeeks`). */ add: (date: Date, amount: number) => Date; /** Snaps a date to the start of its unit boundary (e.g. `startOfMonth`). Only needed for granularities whose units don't align to individual days. */ snapStart?: (date: Date) => Date; /** Snaps a date to the end of its unit boundary (e.g. `endOfMonth`). Only needed for granularities whose units don't align to individual days. */ snapEnd?: (date: Date) => Date; }
|