@adyen/bento-vue2 1.78.1 → 1.78.2
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/dist/assets/accordion-item.css +1 -1
- package/dist/assets/action-bar.css +1 -1
- package/dist/assets/base-modal.css +1 -1
- package/dist/assets/button-actions.css +1 -1
- package/dist/assets/card.css +1 -1
- package/dist/assets/data-grid.css +1 -1
- package/dist/assets/dialog-page.css +1 -1
- package/dist/assets/file-uploader.css +1 -1
- package/dist/assets/inspector.css +1 -1
- package/dist/assets/modal-fullscreen.css +1 -1
- package/dist/assets/sidepanel.css +1 -1
- package/dist/chunks/{data-grid.DpPIDzP-.js → data-grid.CS7Q8EWs.js} +2 -2
- package/dist/chunks/{data-grid.DpPIDzP-.js.map → data-grid.CS7Q8EWs.js.map} +1 -1
- package/dist/chunks/{filter-bar.DYPo4bp_.js → filter-bar.F5drAPol.js} +406 -391
- package/dist/chunks/filter-bar.F5drAPol.js.map +1 -0
- package/dist/data-grid.js +1 -1
- package/dist/filter-bar.js +1 -1
- package/dist/index.js +2 -2
- package/dist/web-types.json +1 -1
- package/package.json +2 -2
- package/dist/chunks/filter-bar.DYPo4bp_.js.map +0 -1
package/dist/data-grid.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as e, d as o, a as r, b as n, f as i, e as B, c as d, B as s } from "./chunks/data-grid.
|
|
1
|
+
import { g as e, d as o, a as r, b as n, f as i, e as B, c as d, B as s } from "./chunks/data-grid.CS7Q8EWs.js";
|
|
2
2
|
export {
|
|
3
3
|
e as BentoColumnOverflow,
|
|
4
4
|
o as BentoDataGrid,
|
package/dist/filter-bar.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -9,7 +9,7 @@ import { B as fe, c as ge, b as ye, a as xe } from "./chunks/alert.SZPP58tl.js";
|
|
|
9
9
|
import { B as he } from "./chunks/avatar.CeDqq2Z-.js";
|
|
10
10
|
import { B as be, b as ve, a as Ee } from "./chunks/button.CS_kdxYh.js";
|
|
11
11
|
import { B as Ce } from "./chunks/dashed-underline.K-l-7bDq.js";
|
|
12
|
-
import { g as Oe, d as Le, a as Pe, b as Ne, f as Fe, e as Ve, c as Ge, B as we } from "./chunks/data-grid.
|
|
12
|
+
import { g as Oe, d as Le, a as Pe, b as Ne, f as Fe, e as Ve, c as Ge, B as we } from "./chunks/data-grid.CS7Q8EWs.js";
|
|
13
13
|
import { c as ke, B as Me, a as je } from "./chunks/card.VOCKI7Ad.js";
|
|
14
14
|
import { B as _e } from "./chunks/date-picker.DK-ndVN9.js";
|
|
15
15
|
import { B as ze } from "./chunks/date-picker.types.Ckt7zxGy.js";
|
|
@@ -28,7 +28,7 @@ import { B as bt, a as vt } from "./chunks/date.C1z2TXzM.js";
|
|
|
28
28
|
import { B as Dt } from "./chunks/divider.CFbtmKeQ.js";
|
|
29
29
|
import { B as It, b as Ot, c as Lt, a as Pt } from "./chunks/empty-state.BsdRxzS2.js";
|
|
30
30
|
import { f as Ft } from "./chunks/file-uploader.DsvADlNb.js";
|
|
31
|
-
import { a as Gt, B as wt, c as At, b as kt, d as Mt } from "./chunks/filter-bar.
|
|
31
|
+
import { a as Gt, B as wt, c as At, b as kt, d as Mt } from "./chunks/filter-bar.F5drAPol.js";
|
|
32
32
|
import { f as Rt, a as _t, c as Ht, b as zt } from "./chunks/form-layout-title.DoF6ovPB.js";
|
|
33
33
|
import { h as Kt } from "./chunks/header-with-views.CG5FKoC1.js";
|
|
34
34
|
import { B as qt, a as Jt, b as Wt } from "./chunks/image.C2D2hKat.js";
|
package/dist/web-types.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adyen/bento-vue2",
|
|
3
|
-
"version": "1.78.
|
|
3
|
+
"version": "1.78.2",
|
|
4
4
|
"description": "Adyen Bento Vue2 components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"unified": "11.0.5",
|
|
49
49
|
"uuid": "11.0.5",
|
|
50
50
|
"vue-demi": "0.14.10",
|
|
51
|
-
"@adyen/bento-design-tokens": "1.78.
|
|
51
|
+
"@adyen/bento-design-tokens": "1.78.2"
|
|
52
52
|
},
|
|
53
53
|
"dependenciesMeta": {
|
|
54
54
|
"@adyen/bento-vue-i18n-demi": {
|