@box/metadata-view 0.48.17 → 0.48.19

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,21 +1,21 @@
1
- import { Row as L, Cell as o, Text as s, ActionCell as x } from "@box/blueprint-web";
1
+ import { Row as L, Cell as n, Text as s, ActionCell as x } from "@box/blueprint-web";
2
2
  import N from "lodash/get";
3
3
  import { ItemTypeIcon as p } from "@box/item-icon";
4
- import E from "clsx";
5
- import { I as n } from "./types.js";
6
- import { THUMBNAIL_LIST_VIEW_HEIGHTS as y } from "../esm/lib/components/constants.js";
4
+ import q from "clsx";
5
+ import { I as a } from "./types.js";
6
+ import { THUMBNAIL_LIST_VIEW_HEIGHTS as E } from "../esm/lib/components/constants.js";
7
7
  import { jsxs as b, jsx as e } from "react/jsx-runtime";
8
- import { ItemActionMenu as R } from "../esm/lib/components/item-action-menu/item-action-menu.js";
9
- import '../styles/index.css';const g = "_tableHeaderActionsWrapper_o1i04_1", w = "_tableHeaderActions_o1i04_1", U = "_tableRow_o1i04_33", k = "_selectAllCheckbox_o1i04_42", B = "_tableNameCell_o1i04_47", W = "_tableNameCellSubtitle_o1i04_53", j = "_tableNameCellIconInline_o1i04_58", F = "_infiniteScrollTableContainerFullHeight_o1i04_62", M = "_iconCell_o1i04_68", r = {
10
- tableHeaderActionsWrapper: g,
11
- tableHeaderActions: w,
12
- tableRow: U,
13
- selectAllCheckbox: k,
14
- tableNameCell: B,
15
- tableNameCellSubtitle: W,
16
- tableNameCellIconInline: j,
17
- infiniteScrollTableContainerFullHeight: F,
18
- iconCell: M
8
+ import { ItemActionMenu as y } from "../esm/lib/components/item-action-menu/item-action-menu.js";
9
+ import '../styles/index.css';const R = "_tableHeaderActionsWrapper_169qr_1", g = "_tableHeaderActions_169qr_1", w = "_tableRow_169qr_33", U = "_selectAllCheckbox_169qr_42", k = "_tableNameCell_169qr_47", B = "_tableNameCellSubtitle_169qr_53", W = "_tableNameCellIconInline_169qr_58", j = "_infiniteScrollTableContainerFullHeight_169qr_62", F = "_iconCell_169qr_68", i = {
10
+ tableHeaderActionsWrapper: R,
11
+ tableHeaderActions: g,
12
+ tableRow: w,
13
+ selectAllCheckbox: U,
14
+ tableNameCell: k,
15
+ tableNameCellSubtitle: B,
16
+ tableNameCellIconInline: W,
17
+ infiniteScrollTableContainerFullHeight: j,
18
+ iconCell: F
19
19
  }, K = ({
20
20
  item: l,
21
21
  columns: h,
@@ -24,39 +24,39 @@ import '../styles/index.css';const g = "_tableHeaderActionsWrapper_o1i04_1", w =
24
24
  itemActionMenuProps: d,
25
25
  zoomLevel: u = 0
26
26
  }) => /* @__PURE__ */ b(L, {
27
- className: r.tableRow,
27
+ className: i.tableRow,
28
28
  id: l.id,
29
- children: [t === n.COLUMN ? /* @__PURE__ */ e(o, {
29
+ children: [t === a.COLUMN ? /* @__PURE__ */ e(n, {
30
30
  style: {
31
- height: y[u]
31
+ height: E[u]
32
32
  },
33
33
  children: /* @__PURE__ */ e(p, {
34
- className: r.iconCell,
34
+ className: i.iconCell,
35
35
  item: l
36
36
  })
37
- }, `item-type-icon-${l.id}`) : null, h.map((a) => {
37
+ }, `item-type-icon-${l.id}`) : null, h.map((r) => {
38
38
  const {
39
39
  cellRenderer: _,
40
- id: i,
40
+ id: o,
41
41
  isItemMetadata: T,
42
42
  subtitle: f,
43
43
  textValue: S,
44
44
  type: H
45
- } = a, c = `${S}-${l.id}`, A = T ? i.split(".")[1] : i, I = N(l, A);
46
- if (i === "name" && (t === n.INLINE || t === n.INLINE_SUBTITLE))
47
- return /* @__PURE__ */ e(o, {
45
+ } = r, c = `${S}-${l.id}`, A = T ? o.split(".")[1] : o, I = N(l, A);
46
+ if (o === "name" && (t === a.INLINE || t === a.INLINE_SUBTITLE))
47
+ return /* @__PURE__ */ e(n, {
48
48
  children: /* @__PURE__ */ b("div", {
49
- className: r.tableNameCell,
49
+ className: i.tableNameCell,
50
50
  children: [/* @__PURE__ */ e(p, {
51
51
  item: l
52
52
  }), /* @__PURE__ */ b("div", {
53
- className: E({
54
- [r.tableNameCellSubtitle]: t === n.INLINE_SUBTITLE
53
+ className: q({
54
+ [i.tableNameCellSubtitle]: t === a.INLINE_SUBTITLE
55
55
  }),
56
56
  children: [/* @__PURE__ */ e(s, {
57
57
  as: "span",
58
58
  children: I
59
- }), t === n.INLINE_SUBTITLE ? /* @__PURE__ */ e(s, {
59
+ }), t === a.INLINE_SUBTITLE ? /* @__PURE__ */ e(s, {
60
60
  as: "span",
61
61
  color: "textOnLightSecondary",
62
62
  children: f
@@ -65,30 +65,30 @@ import '../styles/index.css';const g = "_tableHeaderActionsWrapper_o1i04_1", w =
65
65
  })
66
66
  }, c);
67
67
  if (_)
68
- return /* @__PURE__ */ e(o, {
69
- children: _(l, a)
68
+ return /* @__PURE__ */ e(n, {
69
+ children: _(l, r)
70
70
  }, c);
71
71
  if (H === "multiSelect") {
72
- const m = N(l, i);
73
- return /* @__PURE__ */ e(o, {
72
+ const m = N(l, o);
73
+ return /* @__PURE__ */ e(n, {
74
74
  children: m ? m.join(" ") : ""
75
75
  }, c);
76
76
  }
77
- return /* @__PURE__ */ e(o, {
77
+ return /* @__PURE__ */ e(n, {
78
78
  children: /* @__PURE__ */ e(s, {
79
79
  as: "span",
80
80
  children: I
81
81
  })
82
82
  }, c);
83
83
  }), C && /* @__PURE__ */ e(x, {
84
- children: (a) => d ? /* @__PURE__ */ e(R, {
84
+ children: (r) => d ? /* @__PURE__ */ e(y, {
85
85
  ...d,
86
86
  item: l,
87
- onOpenChange: a
87
+ onOpenChange: r
88
88
  }) : null
89
89
  })]
90
90
  }, l.id);
91
91
  export {
92
92
  K as T,
93
- r as s
93
+ i as s
94
94
  };
@@ -1,52 +1,52 @@
1
- import { Button as B } from "@box/blueprint-web";
2
- import { Grid as p } from "@box/blueprint-web-assets/icons/Fill";
3
- import { useIntl as u } from "react-intl";
1
+ import { Button as v } from "@box/blueprint-web";
2
+ import { Grid as B } from "@box/blueprint-web-assets/icons/Fill";
3
+ import { useIntl as p } from "react-intl";
4
4
  import { V as r } from "../../../../chunks/types.js";
5
- import { ZoomButton as R } from "./zoom-button.js";
5
+ import { ZoomButton as b } from "./zoom-button.js";
6
6
  import s from "./messages.js";
7
7
  import { jsxs as e, jsx as o } from "react/jsx-runtime";
8
- import { FilterRow as v } from "../filter-row/filter-row.js";
9
- import { SortDropdown as h } from "../sort-dropdown/sort-dropdown.js";
10
- import '../../../../styles/action-bar.css';const b = "_actionBar_dsa2b_1", A = "_filterRow_dsa2b_8", C = "_additionalActions_dsa2b_13", G = "_viewModeButtonContainer_dsa2b_24", t = {
11
- actionBar: b,
12
- filterRow: A,
13
- additionalActions: C,
14
- viewModeButtonContainer: G
8
+ import { FilterRow as u } from "../filter-row/filter-row.js";
9
+ import { SortDropdown as R } from "../sort-dropdown/sort-dropdown.js";
10
+ import '../../../../styles/action-bar.css';const x = "_actionBar_bbxsv_1", h = "_filterRow_bbxsv_8", A = "_additionalActions_bbxsv_13", C = "_viewModeButtonContainer_bbxsv_24", t = {
11
+ actionBar: x,
12
+ filterRow: h,
13
+ additionalActions: A,
14
+ viewModeButtonContainer: C
15
15
  }, T = ({
16
16
  isIconColumnEnabled: c,
17
17
  isViewModeButtonDisabled: m,
18
- onViewModeClick: d,
19
- onZoomLevelChange: l,
18
+ onViewModeClick: l,
19
+ onZoomLevelChange: d,
20
20
  sortableColumns: f,
21
- sortDropdownProps: a,
21
+ sortDropdownProps: n,
22
22
  viewMode: i,
23
23
  zoomLevel: w,
24
24
  ..._
25
25
  }) => {
26
26
  const {
27
- formatMessage: n
28
- } = u();
27
+ formatMessage: a
28
+ } = p();
29
29
  return /* @__PURE__ */ e("div", {
30
30
  className: t.actionBar,
31
31
  children: [/* @__PURE__ */ o("div", {
32
32
  className: t.filterRow,
33
- children: /* @__PURE__ */ o(v, {
33
+ children: /* @__PURE__ */ o(u, {
34
34
  ..._
35
35
  })
36
36
  }), /* @__PURE__ */ e("div", {
37
37
  className: t.additionalActions,
38
- children: [a && /* @__PURE__ */ o(h, {
39
- ...a,
38
+ children: [n && /* @__PURE__ */ o(R, {
39
+ ...n,
40
40
  sortableColumns: f
41
- }), (c || i === r.GRID) && /* @__PURE__ */ o(R, {
42
- onZoomLevelChange: l,
41
+ }), (c || i === r.GRID) && /* @__PURE__ */ o(b, {
42
+ onZoomLevelChange: d,
43
43
  zoomLevel: w
44
44
  }), !m && /* @__PURE__ */ o("div", {
45
45
  className: t.viewModeButtonContainer,
46
- children: /* @__PURE__ */ o(B, {
47
- "aria-label": i === r.GRID ? n(s.switchToListView) : n(s.switchToGridView),
48
- icon: p,
49
- onClick: d,
46
+ children: /* @__PURE__ */ o(v, {
47
+ "aria-label": i === r.GRID ? a(s.switchToListView) : a(s.switchToGridView),
48
+ icon: B,
49
+ onClick: l,
50
50
  variant: i === r.GRID ? "primary" : "tertiary"
51
51
  })
52
52
  })]
@@ -1,19 +1,19 @@
1
- import { TableBody as C, Row as b, Cell as m, ActionCell as g, Text as p } from "@box/blueprint-web";
2
- import { ItemTypeIcon as E } from "@box/item-icon";
3
- import y from "clsx";
4
- import L from "lodash/get";
5
- import I from "react";
6
- import { I as c } from "../../../../../chunks/types.js";
1
+ import { TableBody as T, Row as b, Cell as I, ActionCell as S, Text as N } from "@box/blueprint-web";
2
+ import { ItemTypeIcon as y } from "@box/item-icon";
3
+ import g from "clsx";
4
+ import $ from "lodash/get";
5
+ import c from "react";
6
+ import { I as f } from "../../../../../chunks/types.js";
7
7
  import { THUMBNAIL_LIST_VIEW_HEIGHTS as x } from "../../constants.js";
8
- import { s as N, T as R } from "../../../../../chunks/index.js";
8
+ import { s as h, T as R } from "../../../../../chunks/index.js";
9
9
  import { jsx as r, jsxs as u } from "react/jsx-runtime";
10
10
  import { InlineEditingCell as w } from "./inline-editing-cell/inline-editing-cell.js";
11
11
  import { ItemActionMenu as B } from "../../item-action-menu/item-action-menu.js";
12
12
  import { GhostTableRow as _ } from "./ghost-table-row/ghost-table-row.js";
13
- const $ = (t, e, l) => {
13
+ const E = (t, e, l) => {
14
14
  const n = l ? e.split(".")[1] : e;
15
- return L(t, n);
16
- }, U = /* @__PURE__ */ I.memo(({
15
+ return $(t, n);
16
+ }, k = /* @__PURE__ */ c.memo(({
17
17
  item: t,
18
18
  column: e,
19
19
  iconColumnVariant: l
@@ -22,49 +22,47 @@ const $ = (t, e, l) => {
22
22
  id: n,
23
23
  isItemMetadata: s,
24
24
  subtitle: i,
25
- textValue: h
26
- } = e, d = `${h}-${t.id}`;
27
- return /* @__PURE__ */ r(m, {
25
+ textValue: m
26
+ } = e, a = `${m}-${t.id}`;
27
+ return /* @__PURE__ */ r(I, {
28
28
  children: /* @__PURE__ */ u("div", {
29
- className: N.tableNameCell,
30
- children: [/* @__PURE__ */ r(E, {
31
- className: y({
32
- [N.tableNameCellIconInline]: [c.INLINE_SUBTITLE, c.INLINE].includes(l)
33
- }),
29
+ className: h.tableNameCell,
30
+ children: [/* @__PURE__ */ r(y, {
31
+ className: h.tableNameCellIconInline,
34
32
  item: t
35
33
  }), /* @__PURE__ */ u("div", {
36
- className: y({
37
- [N.tableNameCellSubtitle]: l === c.INLINE_SUBTITLE
34
+ className: g({
35
+ [h.tableNameCellSubtitle]: l === f.INLINE_SUBTITLE
38
36
  }),
39
- children: [/* @__PURE__ */ r(p, {
37
+ children: [/* @__PURE__ */ r(N, {
40
38
  as: "span",
41
- children: $(t, n, s)
42
- }), l === c.INLINE_SUBTITLE && /* @__PURE__ */ r(p, {
39
+ children: E(t, n, s)
40
+ }), l === f.INLINE_SUBTITLE && /* @__PURE__ */ r(N, {
43
41
  as: "span",
44
42
  color: "textOnLightSecondary",
45
43
  children: i
46
44
  })]
47
45
  })]
48
46
  })
49
- }, d);
50
- }), k = /* @__PURE__ */ I.memo(({
47
+ }, a);
48
+ }), M = /* @__PURE__ */ c.memo(({
51
49
  item: t,
52
50
  column: e
53
51
  }) => {
54
52
  var n;
55
53
  const l = `${e.textValue}-${t.id}`;
56
- return /* @__PURE__ */ r(m, {
54
+ return /* @__PURE__ */ r(I, {
57
55
  children: (n = e.cellRenderer) == null ? void 0 : n.call(e, t, e)
58
56
  }, l);
59
- }), M = /* @__PURE__ */ I.memo(({
57
+ }), U = /* @__PURE__ */ c.memo(({
60
58
  item: t,
61
59
  column: e
62
60
  }) => {
63
- const l = `${e.textValue}-${t.id}`, n = L(t, e.id);
64
- return n ? /* @__PURE__ */ r(m, {
61
+ const l = `${e.textValue}-${t.id}`, n = $(t, e.id);
62
+ return n ? /* @__PURE__ */ r(I, {
65
63
  children: n.join(" ")
66
- }, l) : /* @__PURE__ */ r(m, {}, l);
67
- }), W = /* @__PURE__ */ I.memo(({
64
+ }, l) : /* @__PURE__ */ r(I, {}, l);
65
+ }), W = /* @__PURE__ */ c.memo(({
68
66
  item: t,
69
67
  column: e
70
68
  }) => {
@@ -73,13 +71,13 @@ const $ = (t, e, l) => {
73
71
  isItemMetadata: n,
74
72
  textValue: s
75
73
  } = e, i = `${s}-${t.id}`;
76
- return /* @__PURE__ */ r(m, {
77
- children: /* @__PURE__ */ r(p, {
74
+ return /* @__PURE__ */ r(I, {
75
+ children: /* @__PURE__ */ r(N, {
78
76
  as: "span",
79
- children: $(t, l, n)
77
+ children: E(t, l, n)
80
78
  })
81
79
  }, i);
82
- }), j = /* @__PURE__ */ I.memo(({
80
+ }), j = /* @__PURE__ */ c.memo(({
83
81
  item: t,
84
82
  column: e,
85
83
  iconColumnVariant: l,
@@ -88,42 +86,42 @@ const $ = (t, e, l) => {
88
86
  const {
89
87
  cellRenderer: s,
90
88
  id: i,
91
- isInlineEditingEnabled: h,
92
- type: d
89
+ isInlineEditingEnabled: m,
90
+ type: a
93
91
  } = e;
94
- return i === "item.name" && (l === c.INLINE || l === c.INLINE_SUBTITLE) ? /* @__PURE__ */ r(U, {
92
+ return i === "item.name" && (l === f.INLINE || l === f.INLINE_SUBTITLE) ? /* @__PURE__ */ r(k, {
95
93
  column: e,
96
94
  iconColumnVariant: l,
97
95
  item: t
98
- }) : s ? /* @__PURE__ */ r(k, {
96
+ }) : s ? /* @__PURE__ */ r(M, {
99
97
  column: e,
100
98
  item: t
101
- }) : h && (d === "multiSelect" || d === "enum") ? /* @__PURE__ */ r(w, {
99
+ }) : m && (a === "multiSelect" || a === "enum") ? /* @__PURE__ */ r(w, {
102
100
  column: e,
103
101
  item: t,
104
102
  onInlineEditChange: n
105
- }, `${e.id}-${t.id}`) : d === "multiSelect" ? /* @__PURE__ */ r(M, {
103
+ }, `${e.id}-${t.id}`) : a === "multiSelect" ? /* @__PURE__ */ r(U, {
106
104
  column: e,
107
105
  item: t
108
106
  }) : /* @__PURE__ */ r(W, {
109
107
  column: e,
110
108
  item: t
111
109
  });
112
- }), D = /* @__PURE__ */ I.memo(({
110
+ }), D = /* @__PURE__ */ c.memo(({
113
111
  item: t,
114
112
  zoomLevel: e
115
- }) => /* @__PURE__ */ r(m, {
113
+ }) => /* @__PURE__ */ r(I, {
116
114
  style: {
117
115
  height: x[e]
118
116
  },
119
- children: /* @__PURE__ */ r(E, {
120
- className: N.iconCell,
117
+ children: /* @__PURE__ */ r(y, {
118
+ className: h.iconCell,
121
119
  item: t
122
120
  })
123
- }, `item-type-icon-${t.id}`)), G = /* @__PURE__ */ I.memo(({
121
+ }, `item-type-icon-${t.id}`)), G = /* @__PURE__ */ c.memo(({
124
122
  item: t,
125
123
  itemActionMenuProps: e
126
- }) => /* @__PURE__ */ r(g, {
124
+ }) => /* @__PURE__ */ r(S, {
127
125
  children: (l) => e ? /* @__PURE__ */ r(B, {
128
126
  ...e,
129
127
  item: t,
@@ -136,47 +134,47 @@ const $ = (t, e, l) => {
136
134
  items: n,
137
135
  itemActionMenuProps: s,
138
136
  virtualItems: i,
139
- columnCount: h,
140
- zoomLevel: d,
141
- onInlineEditChange: T
137
+ columnCount: m,
138
+ zoomLevel: a,
139
+ onInlineEditChange: C
142
140
  }) => {
143
- const S = e === c.COLUMN;
141
+ const L = e === f.COLUMN;
144
142
  if (i) {
145
- const o = (a) => /* @__PURE__ */ r(_, {
146
- columnLength: h || 0,
147
- rowKey: `ghost-${a}`
148
- }), f = (a) => /* @__PURE__ */ r(R, {
143
+ const o = (d) => /* @__PURE__ */ r(_, {
144
+ columnLength: m || 0,
145
+ rowKey: `ghost-${d}`
146
+ }), p = (d) => /* @__PURE__ */ r(R, {
149
147
  columns: t,
150
148
  iconColumnVariant: e,
151
149
  isSelectAllEnabled: l,
152
- item: a,
150
+ item: d,
153
151
  itemActionMenuProps: s,
154
- zoomLevel: d
152
+ zoomLevel: a
155
153
  });
156
- return /* @__PURE__ */ r(C, {
154
+ return /* @__PURE__ */ r(T, {
157
155
  items: i,
158
156
  children: ({
159
- index: a
160
- }) => a >= n.length ? o(a) : f(n[a])
157
+ index: d
158
+ }) => d >= n.length ? o(d) : p(n[d])
161
159
  });
162
160
  }
163
- return /* @__PURE__ */ r(C, {
161
+ return /* @__PURE__ */ r(T, {
164
162
  items: n.map((o) => ({
165
163
  key: o.id,
166
164
  ...o
167
165
  })),
168
166
  children: (o) => /* @__PURE__ */ u(b, {
169
- className: N.tableRow,
167
+ className: h.tableRow,
170
168
  id: o.id,
171
- children: [S && /* @__PURE__ */ r(D, {
169
+ children: [L && /* @__PURE__ */ r(D, {
172
170
  item: o,
173
- zoomLevel: d
174
- }), t.map((f) => /* @__PURE__ */ r(j, {
175
- column: f,
171
+ zoomLevel: a
172
+ }), t.map((p) => /* @__PURE__ */ r(j, {
173
+ column: p,
176
174
  iconColumnVariant: e,
177
175
  item: o,
178
- onInlineEditChange: T
179
- }, `${f.textValue}-${o.id}`)), l && /* @__PURE__ */ r(G, {
176
+ onInlineEditChange: C
177
+ }, `${p.textValue}-${o.id}`)), l && /* @__PURE__ */ r(G, {
180
178
  item: o,
181
179
  itemActionMenuProps: s
182
180
  })]
@@ -1 +1 @@
1
- ._actionBar_dsa2b_1{display:flex;justify-content:space-between;padding:var(--space-4) 0}@media (max-width: 390px){._filterRow_dsa2b_8{display:none}}._additionalActions_dsa2b_13{display:flex;height:var(--size-8)}@media (max-width: 390px){._additionalActions_dsa2b_13{flex-grow:1;justify-content:space-between}}._viewModeButtonContainer_dsa2b_24{display:flex;align-items:center}
1
+ ._actionBar_bbxsv_1{display:flex;justify-content:space-between;padding:var(--space-4) 0}@media (width <= 374px){._filterRow_bbxsv_8{display:none}}._additionalActions_bbxsv_13{display:flex;height:var(--size-8)}@media (width <= 374px){._additionalActions_bbxsv_13{flex-grow:1;justify-content:space-between}}._viewModeButtonContainer_bbxsv_24{display:flex;align-items:center}
@@ -1 +1 @@
1
- ._tableHeaderActionsWrapper_o1i04_1{position:absolute;top:0;right:var(--size-4);bottom:0;display:flex;gap:var(--space-2);align-items:center;justify-content:center;padding:0 var(--space-2);background:var(--item-background);margin-block:var(--space-2)}._tableHeaderActionsWrapper_o1i04_1:before{position:absolute;left:0;z-index:0;display:block;width:0;height:50%;box-shadow:-.25rem 0 .625rem .625rem var(--item-background);content:""}._tableHeaderActions_o1i04_1{position:sticky;right:0;width:var(--size-6);padding:0}._tableRow_o1i04_33:after{height:100%!important}._tableRow_o1i04_33[aria-selected=true]:after{height:100%!important}._selectAllCheckbox_o1i04_42 svg{transform:none!important}._tableNameCell_o1i04_47{display:flex;gap:var(--space-3);align-items:center}._tableNameCellSubtitle_o1i04_53{display:flex;flex-direction:column}._tableNameCellIconInline_o1i04_58{min-width:var(--size-8)}._infiniteScrollTableContainerFullHeight_o1i04_62{width:100%;height:100%;overflow:auto}._iconCell_o1i04_68{width:100%!important;height:100%!important}
1
+ ._tableHeaderActionsWrapper_169qr_1{position:absolute;top:0;right:var(--size-4);bottom:0;display:flex;gap:var(--space-2);align-items:center;justify-content:center;padding:0 var(--space-2);background:var(--item-background);margin-block:var(--space-2)}._tableHeaderActionsWrapper_169qr_1:before{position:absolute;left:0;z-index:0;display:block;width:0;height:50%;box-shadow:-.25rem 0 .625rem .625rem var(--item-background);content:""}._tableHeaderActions_169qr_1{position:sticky;right:0;width:var(--size-6);padding:0}._tableRow_169qr_33:after{height:100%!important}._tableRow_169qr_33[aria-selected=true]:after{height:100%!important}._selectAllCheckbox_169qr_42 svg{transform:none!important}._tableNameCell_169qr_47{display:flex;gap:var(--space-3);align-items:center}._tableNameCellSubtitle_169qr_53{display:flex;flex-direction:column}._tableNameCellIconInline_169qr_58{flex-shrink:0}._infiniteScrollTableContainerFullHeight_169qr_62{width:100%;height:100%;overflow:auto}._iconCell_169qr_68{width:100%!important;height:100%!important}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/metadata-view",
3
- "version": "0.48.17",
3
+ "version": "0.48.19",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "peerDependencies": {
6
6
  "@box/blueprint-web": "^12.66.0",
@@ -18,12 +18,12 @@
18
18
  "react-intl": "^6.4.2"
19
19
  },
20
20
  "devDependencies": {
21
- "@box/blueprint-web": "^12.68.1",
21
+ "@box/blueprint-web": "^12.69.0",
22
22
  "@box/blueprint-web-assets": "^4.66.1",
23
- "@box/box-item-type-selector": "^0.69.10",
23
+ "@box/box-item-type-selector": "^0.69.12",
24
24
  "@box/eslint-plugin-blueprint": "1.0.4",
25
- "@box/item-icon": "^0.23.10",
26
- "@box/metadata-filter": "^1.26.8",
25
+ "@box/item-icon": "^0.23.12",
26
+ "@box/metadata-filter": "^1.26.10",
27
27
  "@box/storybook-utils": "0.14.2",
28
28
  "@box/types": "0.2.1",
29
29
  "@tanstack/react-virtual": "^3.10.8",