@box/metadata-editor 0.74.3 → 0.74.4

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,22 +1,23 @@
1
1
  import { Text as y } from "@box/blueprint-web";
2
2
  import { TaxonomyValue as s } from "./taxonomy-entry/taxonomy-value.js";
3
3
  import { jsx as r } from "react/jsx-runtime";
4
- const c = ({
4
+ const l = ({
5
5
  type: t,
6
6
  formattedValue: o,
7
7
  value: n,
8
- taxonomyNodeFetcher: m,
9
- taxonomyKey: a,
10
- scope: i
8
+ taxonomyNodeFetcher: a,
9
+ taxonomyKey: i,
10
+ scope: m
11
11
  }) => t === "taxonomy" ? /* @__PURE__ */ r(s, {
12
- scope: i,
13
- taxonomyKey: a,
14
- taxonomyNodeFetcher: m,
12
+ scope: m,
13
+ taxonomyKey: i,
14
+ taxonomyNodeFetcher: a,
15
15
  value: n
16
16
  }) : o && /* @__PURE__ */ r(y, {
17
17
  as: "p",
18
+ variant: "bodyDefaultBold",
18
19
  children: o
19
20
  });
20
21
  export {
21
- c as MetadataEntryDisplay
22
+ l as MetadataEntryDisplay
22
23
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/metadata-editor",
3
- "version": "0.74.3",
3
+ "version": "0.74.4",
4
4
  "peerDependencies": {
5
5
  "@ariakit/react": "0.4.5",
6
6
  "@box/blueprint-web": "^7.30.3",
@@ -53,5 +53,5 @@
53
53
  "**/*.css"
54
54
  ],
55
55
  "license": "SEE LICENSE IN LICENSE",
56
- "gitHead": "49a00d2aae3ace4f44354245f55976050b714d76"
56
+ "gitHead": "ffcc1cbaa370936326a1cbb15687343c1c7638dd"
57
57
  }