@box/metadata-editor 1.64.6 → 1.65.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/dist/chunks/metadata-instance-form-ai-disclaimer.js +28 -0
- package/dist/chunks/metadata-instance-form-card-wrapper.js +39 -33
- package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-ai-disclaimer/metadata-instance-form-ai-disclaimer.js +2 -0
- package/dist/esm/lib/messages.js +4 -0
- package/dist/i18n/bn-IN.js +1 -0
- package/dist/i18n/da-DK.js +1 -0
- package/dist/i18n/de-DE.js +1 -0
- package/dist/i18n/en-AU.js +1 -0
- package/dist/i18n/en-CA.js +1 -0
- package/dist/i18n/en-GB.js +1 -0
- package/dist/i18n/en-US.js +1 -0
- package/dist/i18n/en-US.properties +2 -0
- package/dist/i18n/en-x-pseudo.js +1 -0
- package/dist/i18n/es-419.js +1 -0
- package/dist/i18n/es-ES.js +1 -0
- package/dist/i18n/fi-FI.js +1 -0
- package/dist/i18n/fr-CA.js +1 -0
- package/dist/i18n/fr-FR.js +1 -0
- package/dist/i18n/hi-IN.js +1 -0
- package/dist/i18n/it-IT.js +1 -0
- package/dist/i18n/ja-JP.js +1 -0
- package/dist/i18n/json/src/lib/messages.json +1 -1
- package/dist/i18n/ko-KR.js +1 -0
- package/dist/i18n/nb-NO.js +1 -0
- package/dist/i18n/nl-NL.js +1 -0
- package/dist/i18n/pl-PL.js +1 -0
- package/dist/i18n/pt-BR.js +1 -0
- package/dist/i18n/ru-RU.js +1 -0
- package/dist/i18n/sv-SE.js +1 -0
- package/dist/i18n/tr-TR.js +1 -0
- package/dist/i18n/zh-CN.js +1 -0
- package/dist/i18n/zh-TW.js +1 -0
- package/dist/styles/metadata-instance-form-ai-disclaimer.css +1 -0
- package/dist/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-ai-disclaimer/metadata-instance-form-ai-disclaimer.d.ts +8 -0
- package/dist/types/lib/messages.d.ts +5 -0
- package/package.json +9 -9
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import e from "../esm/lib/messages.js";
|
|
2
|
+
import { Text as t } from "@box/blueprint-web";
|
|
3
|
+
import { useMemo as n } from "react";
|
|
4
|
+
import { useIntl as r } from "react-intl";
|
|
5
|
+
import { jsx as i, jsxs as a } from "react/jsx-runtime";
|
|
6
|
+
import { bpTextTextOnLightSecondary as o } from "@box/blueprint-web-assets/tokens/tokens";
|
|
7
|
+
import { InfoBadge as s } from "@box/blueprint-web-assets/icons/Line";
|
|
8
|
+
import '../styles/metadata-instance-form-ai-disclaimer.css';var c = {
|
|
9
|
+
aiDisclaimer: "_aiDisclaimer_6i2mf_1",
|
|
10
|
+
infoBadgeIcon: "_infoBadgeIcon_6i2mf_7"
|
|
11
|
+
}, l = (e) => e.some((e) => !!e.confidenceScore), u = ({ fields: u, isLoading: d, isConfidenceScoreReviewEnabled: f }) => {
|
|
12
|
+
let p = r(), m = n(() => l(u), [u]);
|
|
13
|
+
return !f || !m || d ? null : /* @__PURE__ */ a("div", {
|
|
14
|
+
className: c.aiDisclaimer,
|
|
15
|
+
children: [/* @__PURE__ */ i(s, {
|
|
16
|
+
className: c.infoBadgeIcon,
|
|
17
|
+
width: 12,
|
|
18
|
+
height: 12,
|
|
19
|
+
color: o
|
|
20
|
+
}), /* @__PURE__ */ i(t, {
|
|
21
|
+
as: "p",
|
|
22
|
+
color: "textOnLightSecondary",
|
|
23
|
+
variant: "bodySmall",
|
|
24
|
+
children: p.formatMessage(e.aiDisclaimer)
|
|
25
|
+
})]
|
|
26
|
+
});
|
|
27
|
+
};
|
|
28
|
+
export { u as t };
|
|
@@ -1,48 +1,54 @@
|
|
|
1
1
|
import { TEMPLATE_CUSTOM_PROPERTIES as e } from "../esm/lib/constants.js";
|
|
2
2
|
import { t } from "./metadata-instance-form-header.js";
|
|
3
|
-
import { t as n } from "./metadata-instance-form-
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import s from "
|
|
7
|
-
import
|
|
3
|
+
import { t as n } from "./metadata-instance-form-ai-disclaimer.js";
|
|
4
|
+
import { t as r } from "./metadata-instance-form-footer.js";
|
|
5
|
+
import { Card as i, useBlueprintModernization as a } from "@box/blueprint-web";
|
|
6
|
+
import { jsx as o, jsxs as s } from "react/jsx-runtime";
|
|
7
|
+
import c from "clsx";
|
|
8
|
+
import '../styles/metadata-instance-form-card-wrapper.css';var l = {
|
|
8
9
|
metadataInstanceForm: "_metadataInstanceForm_ztv76_1",
|
|
9
10
|
wrapperGradient: "_wrapperGradient_ztv76_7",
|
|
10
11
|
suggestionsFetching: "_suggestionsFetching_ztv76_17",
|
|
11
12
|
metadataInstanceFormContent: "_metadataInstanceFormContent_ztv76_23",
|
|
12
13
|
metadataInstanceFormContentReducedGap: "_metadataInstanceFormContentReducedGap_ztv76_30",
|
|
13
14
|
showOverlay: "_showOverlay_ztv76_34"
|
|
14
|
-
},
|
|
15
|
-
let { areAiSuggestionsAvailable:
|
|
16
|
-
return /* @__PURE__ */
|
|
17
|
-
className:
|
|
18
|
-
"data-modern":
|
|
19
|
-
children: /* @__PURE__ */
|
|
20
|
-
ref:
|
|
21
|
-
className:
|
|
15
|
+
}, u = (u) => {
|
|
16
|
+
let { areAiSuggestionsAvailable: d, children: f, className: p, formRef: m, formValues: h, isAdvancedExtractAgentEnabled: g = !1, isAiSuggestionsFeatureEnabled: _, isBetaLanguageEnabled: v, isConfidenceScoreReviewEnabled: y = !1, isLargeFile: b = !1, isDeleteButtonDisabled: x, onToggleReviewFilter: S, shouldShowOnlyReviewFields: C = !1, suggestions: w, isFetchingSuggestions: T, isFormDirty: E = !1, selectedTemplateInstance: D, getAiSuggestions: O, handleCancel: k, handleDelete: A } = u, { enableModernizedComponents: j } = a(), M = D?.templateKey === e, N = !!w[D?.templateKey];
|
|
17
|
+
return /* @__PURE__ */ o("div", {
|
|
18
|
+
className: T && l.wrapperGradient,
|
|
19
|
+
"data-modern": j,
|
|
20
|
+
children: /* @__PURE__ */ s(i, {
|
|
21
|
+
ref: m,
|
|
22
|
+
className: c(p, { [l.suggestionsFetching]: T }),
|
|
22
23
|
children: [
|
|
23
|
-
/* @__PURE__ */
|
|
24
|
-
areAiSuggestionsAvailable:
|
|
25
|
-
hasSuggestions:
|
|
26
|
-
isAdvancedExtractAgentEnabled:
|
|
27
|
-
isAiSuggestionsFeatureEnabled:
|
|
28
|
-
isBetaLanguageEnabled:
|
|
29
|
-
isConfidenceScoreReviewEnabled:
|
|
30
|
-
isLargeFile:
|
|
31
|
-
isLoading:
|
|
32
|
-
onAutofill:
|
|
33
|
-
onToggleReviewFilter:
|
|
34
|
-
shouldShowOnlyReviewFields:
|
|
35
|
-
templateName:
|
|
24
|
+
/* @__PURE__ */ o(t, {
|
|
25
|
+
areAiSuggestionsAvailable: d,
|
|
26
|
+
hasSuggestions: N,
|
|
27
|
+
isAdvancedExtractAgentEnabled: g,
|
|
28
|
+
isAiSuggestionsFeatureEnabled: _ && !M,
|
|
29
|
+
isBetaLanguageEnabled: v,
|
|
30
|
+
isConfidenceScoreReviewEnabled: y,
|
|
31
|
+
isLargeFile: b,
|
|
32
|
+
isLoading: T,
|
|
33
|
+
onAutofill: O,
|
|
34
|
+
onToggleReviewFilter: S,
|
|
35
|
+
shouldShowOnlyReviewFields: C,
|
|
36
|
+
templateName: D?.displayName
|
|
36
37
|
}),
|
|
37
|
-
|
|
38
|
-
/* @__PURE__ */
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
38
|
+
D && f,
|
|
39
|
+
/* @__PURE__ */ o(n, {
|
|
40
|
+
isLoading: T,
|
|
41
|
+
isConfidenceScoreReviewEnabled: y,
|
|
42
|
+
fields: h.metadata?.fields ?? []
|
|
43
|
+
}),
|
|
44
|
+
/* @__PURE__ */ o(r, {
|
|
45
|
+
isDeleteButtonDisabled: x,
|
|
46
|
+
isLoading: T,
|
|
47
|
+
onCancel: () => k(E),
|
|
48
|
+
onDelete: A
|
|
43
49
|
})
|
|
44
50
|
]
|
|
45
51
|
})
|
|
46
52
|
});
|
|
47
53
|
};
|
|
48
|
-
export {
|
|
54
|
+
export { l as n, u as t };
|
package/dist/esm/lib/messages.js
CHANGED
|
@@ -99,6 +99,10 @@ var t = e({
|
|
|
99
99
|
viewOnDocument: {
|
|
100
100
|
id: "groupSharedFeatures.metadataEditor.viewOnDocument",
|
|
101
101
|
defaultMessage: "View on document"
|
|
102
|
+
},
|
|
103
|
+
aiDisclaimer: {
|
|
104
|
+
id: "groupSharedFeatures.metadataEditor.aiDisclaimer",
|
|
105
|
+
defaultMessage: "Box AI is continuously evolving. Please verify all AI-generated information."
|
|
102
106
|
}
|
|
103
107
|
}), n = e({
|
|
104
108
|
autofillButtonTooltipGA: {
|
package/dist/i18n/bn-IN.js
CHANGED
|
@@ -6,6 +6,7 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "লোড করা হচ্ছে...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "আরও লোড করা হচ্ছে...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "কোনো ফলাফল পাওয়া যায়নি",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
|
|
9
10
|
"groupSharedFeatures.metadataEditor.loading": "লোড করা হচ্ছে",
|
|
10
11
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "{date} তারিখের পরের তারিখ লিখুন",
|
|
11
12
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "সংযুক্ত করুন",
|
package/dist/i18n/da-DK.js
CHANGED
|
@@ -6,6 +6,7 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Indlæser...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Indlæser mere...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "Ingen resultater fundet",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
|
|
9
10
|
"groupSharedFeatures.metadataEditor.loading": "indlæser",
|
|
10
11
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Indtast en dato efter den {date}",
|
|
11
12
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "Tilføj",
|
package/dist/i18n/de-DE.js
CHANGED
|
@@ -6,6 +6,7 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Laden …",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Mehr wird geladen ...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "Keine Ergebnisse gefunden",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
|
|
9
10
|
"groupSharedFeatures.metadataEditor.loading": "Beladen",
|
|
10
11
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Ein Datum nach {date} eingeben",
|
|
11
12
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "Anfügen",
|
package/dist/i18n/en-AU.js
CHANGED
|
@@ -6,6 +6,7 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Loading...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Loading more...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "No results found",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
|
|
9
10
|
"groupSharedFeatures.metadataEditor.loading": "loading",
|
|
10
11
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Enter a date after {date}",
|
|
11
12
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "Append",
|
package/dist/i18n/en-CA.js
CHANGED
|
@@ -6,6 +6,7 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Loading...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Loading more...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "No results found",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
|
|
9
10
|
"groupSharedFeatures.metadataEditor.loading": "loading",
|
|
10
11
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Enter a date after {date}",
|
|
11
12
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "Append",
|
package/dist/i18n/en-GB.js
CHANGED
|
@@ -6,6 +6,7 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Loading...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Loading more...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "No results found",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
|
|
9
10
|
"groupSharedFeatures.metadataEditor.loading": "loading",
|
|
10
11
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Enter a date after {date}",
|
|
11
12
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "Append",
|
package/dist/i18n/en-US.js
CHANGED
|
@@ -6,6 +6,7 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Loading...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Loading more...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "No results found",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
|
|
9
10
|
"groupSharedFeatures.metadataEditor.loading": "loading",
|
|
10
11
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Enter a date after {date}",
|
|
11
12
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "Append",
|
|
@@ -12,6 +12,8 @@ comboboxWithApiPagination.loadingAriaLabel = Loading...
|
|
|
12
12
|
comboboxWithApiPagination.loadingMoreAriaLabel = Loading more...
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
14
|
comboboxWithApiPagination.noResults = No results found
|
|
15
|
+
# Disclaimer shown when at least one metadata field has been autofilled by AI
|
|
16
|
+
groupSharedFeatures.metadataEditor.aiDisclaimer = Box AI is continuously evolving. Please verify all AI-generated information.
|
|
15
17
|
# Aria label indicating that content is loading or in progress
|
|
16
18
|
groupSharedFeatures.metadataEditor.loading = loading
|
|
17
19
|
# Error message shown if an invalid after date is entered. {date} represents the date entered by the user.
|
package/dist/i18n/en-x-pseudo.js
CHANGED
|
@@ -6,6 +6,7 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "⟦萬萬 Ĺоáďíήġ... 國國⟧",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "⟦萬萬萬萬 Ļòãďíňğ möřę... 國國國國⟧",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "⟦萬萬萬萬 Νó ŕеśµĺτŝ ƒøцņď 國國國國⟧",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
|
|
9
10
|
"groupSharedFeatures.metadataEditor.loading": "⟦萬萬 ĺōāďϊʼnġ 國國⟧",
|
|
10
11
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "⟦萬萬萬萬萬萬萬 Έлţεŗ ā ďåţέ äƒţěŕ {date} 國國國國國國國⟧",
|
|
11
12
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "⟦萬 ÀΡΡëйď 國⟧",
|
package/dist/i18n/es-419.js
CHANGED
|
@@ -6,6 +6,7 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Cargando…",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Cargando más...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "No se han encontrado resultados",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
|
|
9
10
|
"groupSharedFeatures.metadataEditor.loading": "cargando",
|
|
10
11
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Ingresa una fecha posterior a {date}",
|
|
11
12
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "Anexar",
|
package/dist/i18n/es-ES.js
CHANGED
|
@@ -6,6 +6,7 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Cargando…",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Cargando más...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "No se han encontrado resultados",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
|
|
9
10
|
"groupSharedFeatures.metadataEditor.loading": "cargando",
|
|
10
11
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Ingresa una fecha posterior a {date}",
|
|
11
12
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "Anexar",
|
package/dist/i18n/fi-FI.js
CHANGED
|
@@ -6,6 +6,7 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Ladataan...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Ladataan Lisää...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "Ei tuloksia",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
|
|
9
10
|
"groupSharedFeatures.metadataEditor.loading": "ladataan",
|
|
10
11
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Anna päiväys {date} jälkeen",
|
|
11
12
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "Liitä",
|
package/dist/i18n/fr-CA.js
CHANGED
|
@@ -6,6 +6,7 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Chargement en cours...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Plus de chargement en cours...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "Aucun résultat trouvé",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
|
|
9
10
|
"groupSharedFeatures.metadataEditor.loading": "en chargement",
|
|
10
11
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Saisissez une date après {date}",
|
|
11
12
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "Ajouter",
|
package/dist/i18n/fr-FR.js
CHANGED
|
@@ -6,6 +6,7 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Chargement en cours...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Plus de chargement en cours...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "Aucun résultat trouvé",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
|
|
9
10
|
"groupSharedFeatures.metadataEditor.loading": "en chargement",
|
|
10
11
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Saisissez une date après {date}",
|
|
11
12
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "Ajouter",
|
package/dist/i18n/hi-IN.js
CHANGED
|
@@ -6,6 +6,7 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "लोड हो रहा है...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "और लोड हो रहा है...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "कोई परिणाम नहीं मिला",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
|
|
9
10
|
"groupSharedFeatures.metadataEditor.loading": "लोड हो रहा है",
|
|
10
11
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "{date} के बाद की एक तारीख़ दर्ज करें",
|
|
11
12
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "शामिल करें",
|
package/dist/i18n/it-IT.js
CHANGED
|
@@ -6,6 +6,7 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Caricamento in corso...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Caricamento altri risultati in corso…",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "Nessun risultato trovato",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
|
|
9
10
|
"groupSharedFeatures.metadataEditor.loading": "Caricamento in corso…",
|
|
10
11
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Inserisci una data dopo il {date}",
|
|
11
12
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "Accoda",
|
package/dist/i18n/ja-JP.js
CHANGED
|
@@ -6,6 +6,7 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "読み込み中...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "さらに読み込み中...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "一致する結果がありません",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
|
|
9
10
|
"groupSharedFeatures.metadataEditor.loading": "読み込み中",
|
|
10
11
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "{date}より後の日付を入力してください",
|
|
11
12
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "追加する",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError","description":"Error message shown if an invalid after date is entered. {date} represents the date entered by the user.","defaultMessage":"Enter a date after {date}"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.beforeDateValidationError","description":"Error message shown if an invalid before date is entered. {date} represents the date entered by the user.","defaultMessage":"Enter a date before {date}"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.clearSelectedDate","description":"Aria label for clearing the selected date","defaultMessage":"Clear selected date"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.floatFieldInvalidValue","description":"Error message shown for an invalid field value","defaultMessage":"Invalid field value"},{"id":"groupSharedFeatures.metadataEditor.loading","description":"Aria label indicating that content is loading or in progress","defaultMessage":"loading"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.multiselectPlaceholder","description":"Placeholder text for the multiselect field","defaultMessage":"Select value(s)"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.noTemplateAtributesError","description":"Error message shown if no attributes are available in the template","defaultMessage":"There are no attributes in this template."},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.openCalendarLabel","description":"Aria label for opening the calendar to pick a date","defaultMessage":"Open calendar to pick a date"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.selectDate","description":"Aria label for selecting the date","defaultMessage":"Select the date"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate","description":"Placeholder text prompting the user to select a template","defaultMessage":"Select a Template"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError","description":"Error message displayed when templates fail to load","defaultMessage":"Could not load templates. Try again later"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.selectValuePlaceholder","description":"Placeholder text for selecting a value","defaultMessage":"Select a value"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder","description":"Placeholder text for setting a value","defaultMessage":"Set Value"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth","description":"Aria label for switching to the next month in the calendar","defaultMessage":"Switch to next month"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth","description":"Aria label for switching to the previous month in the calendar","defaultMessage":"Switch to previous month"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder","description":"Placeholder text for selecting a taxonomy option","defaultMessage":"Select an option"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.header","description":"Title for the metadata template selection dialog","defaultMessage":"Select Metadata Template"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder","description":"Placeholder text for the search input in the metadata template selector modal","defaultMessage":"Search all templates"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel","description":"Accessibility label for icon inside the search input that filters the templates in the metadata template selection dialog","defaultMessage":"Search all templates"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel","description":"Accessibility label for the button that clears the value of the search input that filters the templates in the metadata template selection dialog","defaultMessage":"Clear"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel","description":"Label for the button that dismisses the template selection dialog","defaultMessage":"Cancel"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.add","description":"Label for the button that applies the selection and closes the template selection dialog","defaultMessage":"Add"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.close","description":"Aria label for the button that closes the template selection dialog","defaultMessage":"Close"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned","description":"Tooltip text for a taxonomy field that is externally owned","defaultMessage":"Edit functionality for Taxonomy shared externally is not available"},{"id":"groupSharedFeatures.metadataEditor.viewOnDocument","description":"Tooltip shown when hovering over a clickable metadata field with bounding boxes","defaultMessage":"View on document"},{"id":"metadataEditor.autofillButton.tooltip.ga","description":"Tooltip for the autofill button in GA","defaultMessage":"Autofill with Box AI"},{"id":"metadataEditor.autofillButton.tooltip.standard","description":"Tooltip for the autofill button when using standard AI agent","defaultMessage":"Autofill with Box AI (Standard)"},{"id":"metadataEditor.autofillButton.tooltip.enhanced","description":"Tooltip for the autofill button when using enhanced AI agent","defaultMessage":"Autofill with Box AI (Enhanced)"},{"id":"metadataEditor.autofillButton.ariaLabelWithTemplateName","description":"Aria label for the autofill button with the template name","defaultMessage":"Autofill {templateName} with Box AI"},{"id":"metadataEditor.autofillButton.ariaLabel","description":"Aria label for the autofill button","defaultMessage":"Autofill with Box AI"}]
|
|
1
|
+
[{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError","description":"Error message shown if an invalid after date is entered. {date} represents the date entered by the user.","defaultMessage":"Enter a date after {date}"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.beforeDateValidationError","description":"Error message shown if an invalid before date is entered. {date} represents the date entered by the user.","defaultMessage":"Enter a date before {date}"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.clearSelectedDate","description":"Aria label for clearing the selected date","defaultMessage":"Clear selected date"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.floatFieldInvalidValue","description":"Error message shown for an invalid field value","defaultMessage":"Invalid field value"},{"id":"groupSharedFeatures.metadataEditor.loading","description":"Aria label indicating that content is loading or in progress","defaultMessage":"loading"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.multiselectPlaceholder","description":"Placeholder text for the multiselect field","defaultMessage":"Select value(s)"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.noTemplateAtributesError","description":"Error message shown if no attributes are available in the template","defaultMessage":"There are no attributes in this template."},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.openCalendarLabel","description":"Aria label for opening the calendar to pick a date","defaultMessage":"Open calendar to pick a date"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.selectDate","description":"Aria label for selecting the date","defaultMessage":"Select the date"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate","description":"Placeholder text prompting the user to select a template","defaultMessage":"Select a Template"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError","description":"Error message displayed when templates fail to load","defaultMessage":"Could not load templates. Try again later"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.selectValuePlaceholder","description":"Placeholder text for selecting a value","defaultMessage":"Select a value"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder","description":"Placeholder text for setting a value","defaultMessage":"Set Value"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth","description":"Aria label for switching to the next month in the calendar","defaultMessage":"Switch to next month"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth","description":"Aria label for switching to the previous month in the calendar","defaultMessage":"Switch to previous month"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder","description":"Placeholder text for selecting a taxonomy option","defaultMessage":"Select an option"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.header","description":"Title for the metadata template selection dialog","defaultMessage":"Select Metadata Template"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder","description":"Placeholder text for the search input in the metadata template selector modal","defaultMessage":"Search all templates"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel","description":"Accessibility label for icon inside the search input that filters the templates in the metadata template selection dialog","defaultMessage":"Search all templates"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel","description":"Accessibility label for the button that clears the value of the search input that filters the templates in the metadata template selection dialog","defaultMessage":"Clear"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel","description":"Label for the button that dismisses the template selection dialog","defaultMessage":"Cancel"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.add","description":"Label for the button that applies the selection and closes the template selection dialog","defaultMessage":"Add"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.close","description":"Aria label for the button that closes the template selection dialog","defaultMessage":"Close"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned","description":"Tooltip text for a taxonomy field that is externally owned","defaultMessage":"Edit functionality for Taxonomy shared externally is not available"},{"id":"groupSharedFeatures.metadataEditor.viewOnDocument","description":"Tooltip shown when hovering over a clickable metadata field with bounding boxes","defaultMessage":"View on document"},{"id":"groupSharedFeatures.metadataEditor.aiDisclaimer","description":"Disclaimer shown when at least one metadata field has been autofilled by AI","defaultMessage":"Box AI is continuously evolving. Please verify all AI-generated information."},{"id":"metadataEditor.autofillButton.tooltip.ga","description":"Tooltip for the autofill button in GA","defaultMessage":"Autofill with Box AI"},{"id":"metadataEditor.autofillButton.tooltip.standard","description":"Tooltip for the autofill button when using standard AI agent","defaultMessage":"Autofill with Box AI (Standard)"},{"id":"metadataEditor.autofillButton.tooltip.enhanced","description":"Tooltip for the autofill button when using enhanced AI agent","defaultMessage":"Autofill with Box AI (Enhanced)"},{"id":"metadataEditor.autofillButton.ariaLabelWithTemplateName","description":"Aria label for the autofill button with the template name","defaultMessage":"Autofill {templateName} with Box AI"},{"id":"metadataEditor.autofillButton.ariaLabel","description":"Aria label for the autofill button","defaultMessage":"Autofill with Box AI"}]
|
package/dist/i18n/ko-KR.js
CHANGED
|
@@ -6,6 +6,7 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "로드 중...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "더 많이 로드 중...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "결과 없음",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
|
|
9
10
|
"groupSharedFeatures.metadataEditor.loading": "로드 중",
|
|
10
11
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "{date} 이후의 날짜를 입력하십시오.",
|
|
11
12
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "추가",
|
package/dist/i18n/nb-NO.js
CHANGED
|
@@ -6,6 +6,7 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Laster …",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Laster mer …",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "Ingen resultater funnet",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
|
|
9
10
|
"groupSharedFeatures.metadataEditor.loading": "laster",
|
|
10
11
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Skriv inn en dato etter {date}",
|
|
11
12
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "Tilføy",
|
package/dist/i18n/nl-NL.js
CHANGED
|
@@ -6,6 +6,7 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Laden...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Meer laden...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "Geen resultaten gevonden",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
|
|
9
10
|
"groupSharedFeatures.metadataEditor.loading": "laden",
|
|
10
11
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Voer een datum in na {date}",
|
|
11
12
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "Toevoegen",
|
package/dist/i18n/pl-PL.js
CHANGED
|
@@ -6,6 +6,7 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Trwa wczytywanie...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Wczytywanie więcej...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "Nie znaleziono wyników",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
|
|
9
10
|
"groupSharedFeatures.metadataEditor.loading": "Wczytywanie",
|
|
10
11
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Wprowadź datę po {date}",
|
|
11
12
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "Dołącz",
|
package/dist/i18n/pt-BR.js
CHANGED
|
@@ -6,6 +6,7 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Carregando...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Carregando mais...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "Nenhum resultado encontrado",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
|
|
9
10
|
"groupSharedFeatures.metadataEditor.loading": "carregando",
|
|
10
11
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Insira uma data depois de {date}",
|
|
11
12
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "Acrescentar",
|
package/dist/i18n/ru-RU.js
CHANGED
|
@@ -6,6 +6,7 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Загрузка...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Загрузка больше...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "Результаты не найдены",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
|
|
9
10
|
"groupSharedFeatures.metadataEditor.loading": "загрузка",
|
|
10
11
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Введите дату после {date}",
|
|
11
12
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "Добавить",
|
package/dist/i18n/sv-SE.js
CHANGED
|
@@ -6,6 +6,7 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Läser in...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Läser in mer...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "Inga träffar hittades",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
|
|
9
10
|
"groupSharedFeatures.metadataEditor.loading": "läser in",
|
|
10
11
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Ange ett datum efter {date}",
|
|
11
12
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "Lägg till",
|
package/dist/i18n/tr-TR.js
CHANGED
|
@@ -6,6 +6,7 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Yükleniyor...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Daha fazla yükleniyor...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "Sonuç bulunamadı",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
|
|
9
10
|
"groupSharedFeatures.metadataEditor.loading": "yükleniyor",
|
|
10
11
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "{date} tarihinden sonraki bir tarihi girin",
|
|
11
12
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "Ekle",
|
package/dist/i18n/zh-CN.js
CHANGED
|
@@ -6,6 +6,7 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "正在加载......",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "正在加载更多……",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "未找到结果",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
|
|
9
10
|
"groupSharedFeatures.metadataEditor.loading": "正在加载",
|
|
10
11
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "输入在 {date} 之后的日期",
|
|
11
12
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "追加",
|
package/dist/i18n/zh-TW.js
CHANGED
|
@@ -6,6 +6,7 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "正在載入...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "正在載入更多...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "未找到結果",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
|
|
9
10
|
"groupSharedFeatures.metadataEditor.loading": "載入中",
|
|
10
11
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "輸入 {date} 之後的日期",
|
|
11
12
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "附加",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._aiDisclaimer_6i2mf_1{align-items:baseline;gap:var(--space-1);display:flex}._infoBadgeIcon_6i2mf_7{flex-shrink:0;padding-top:.0625rem}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { MetadataTemplateField } from '../../../../types';
|
|
2
|
+
type MetadataInstanceFormAiDisclaimerProps = {
|
|
3
|
+
fields: MetadataTemplateField[];
|
|
4
|
+
isLoading: boolean;
|
|
5
|
+
isConfidenceScoreReviewEnabled: boolean;
|
|
6
|
+
};
|
|
7
|
+
export declare const MetadataInstanceFormAiDisclaimer: ({ fields, isLoading, isConfidenceScoreReviewEnabled, }: MetadataInstanceFormAiDisclaimerProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export {};
|
|
@@ -124,6 +124,11 @@ declare const messages: {
|
|
|
124
124
|
description: string;
|
|
125
125
|
id: string;
|
|
126
126
|
};
|
|
127
|
+
aiDisclaimer: {
|
|
128
|
+
defaultMessage: string;
|
|
129
|
+
description: string;
|
|
130
|
+
id: string;
|
|
131
|
+
};
|
|
127
132
|
};
|
|
128
133
|
export declare const autofillMessages: {
|
|
129
134
|
autofillButtonTooltipGA: {
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/metadata-editor",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.65.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@ariakit/react": "0.4.21",
|
|
6
|
-
"@box/blueprint-web": "^14.
|
|
7
|
-
"@box/blueprint-web-assets": "^4.112.
|
|
8
|
-
"@box/box-ai-agent-selector": "^1.39.
|
|
9
|
-
"@box/combobox-with-api": "^1.42.
|
|
6
|
+
"@box/blueprint-web": "^14.7.0",
|
|
7
|
+
"@box/blueprint-web-assets": "^4.112.3",
|
|
8
|
+
"@box/box-ai-agent-selector": "^1.39.34",
|
|
9
|
+
"@box/combobox-with-api": "^1.42.35",
|
|
10
10
|
"formik": "^2.0.3",
|
|
11
11
|
"lodash": "^4.17.15",
|
|
12
12
|
"react": "^17.0.0 || ^18.0.0",
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@ariakit/react": "0.4.21",
|
|
18
18
|
"@box/babel-plugin-target-attributes": "1.5.13",
|
|
19
|
-
"@box/blueprint-web": "^14.
|
|
20
|
-
"@box/blueprint-web-assets": "^4.112.
|
|
21
|
-
"@box/box-ai-agent-selector": "^1.39.
|
|
22
|
-
"@box/storybook-utils": "^0.17.
|
|
19
|
+
"@box/blueprint-web": "^14.7.0",
|
|
20
|
+
"@box/blueprint-web-assets": "^4.112.3",
|
|
21
|
+
"@box/box-ai-agent-selector": "^1.39.34",
|
|
22
|
+
"@box/storybook-utils": "^0.17.30",
|
|
23
23
|
"@testing-library/react": "^15.0.6",
|
|
24
24
|
"react": "^18.3.0",
|
|
25
25
|
"react-dom": "^18.3.0",
|