@box/metadata-editor 0.90.1 → 0.91.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.
Files changed (41) hide show
  1. package/chunks/metadata-instance-form-card-wrapper.js +37 -36
  2. package/esm/lib/components/metadata-instance-editor/subcomponents/autofill-overlay/autofill-overlay.js +36 -0
  3. package/esm/lib/components/metadata-instance-editor/subcomponents/{autofill-loading-state → autofill-overlay}/messages.js +4 -4
  4. package/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/metadata-instance-form.js +79 -77
  5. package/i18n/bn-IN.js +4 -4
  6. package/i18n/da-DK.js +4 -4
  7. package/i18n/de-DE.js +4 -4
  8. package/i18n/en-AU.js +4 -4
  9. package/i18n/en-CA.js +4 -4
  10. package/i18n/en-GB.js +4 -4
  11. package/i18n/en-US.js +4 -4
  12. package/i18n/en-US.properties +4 -4
  13. package/i18n/en-x-pseudo.js +4 -4
  14. package/i18n/es-419.js +4 -4
  15. package/i18n/es-ES.js +4 -4
  16. package/i18n/fi-FI.js +4 -4
  17. package/i18n/fr-CA.js +4 -4
  18. package/i18n/fr-FR.js +4 -4
  19. package/i18n/hi-IN.js +4 -4
  20. package/i18n/it-IT.js +4 -4
  21. package/i18n/ja-JP.js +4 -4
  22. package/i18n/json/src/lib/components/metadata-instance-editor/subcomponents/autofill-overlay/messages.json +1 -0
  23. package/i18n/ko-KR.js +4 -4
  24. package/i18n/nb-NO.js +4 -4
  25. package/i18n/nl-NL.js +4 -4
  26. package/i18n/pl-PL.js +4 -4
  27. package/i18n/pt-BR.js +4 -4
  28. package/i18n/ru-RU.js +4 -4
  29. package/i18n/sv-SE.js +4 -4
  30. package/i18n/tr-TR.js +4 -4
  31. package/i18n/zh-CN.js +4 -4
  32. package/i18n/zh-TW.js +4 -4
  33. package/package.json +3 -3
  34. package/styles/autofill-overlay.css +1 -0
  35. package/styles/metadata-instance-form-card-wrapper.css +1 -1
  36. package/types/lib/components/metadata-instance-editor/subcomponents/autofill-overlay/autofill-overlay.d.ts +5 -0
  37. package/esm/lib/components/metadata-instance-editor/subcomponents/autofill-loading-state/autofill-loading-state.js +0 -34
  38. package/i18n/json/src/lib/components/metadata-instance-editor/subcomponents/autofill-loading-state/messages.json +0 -1
  39. package/styles/autofill-loading-state.css +0 -1
  40. package/types/lib/components/metadata-instance-editor/subcomponents/autofill-loading-state/autofill-loading-state.d.ts +0 -4
  41. /package/types/lib/components/metadata-instance-editor/subcomponents/{autofill-loading-state → autofill-overlay}/messages.d.ts +0 -0
@@ -1,55 +1,56 @@
1
- import S from "clsx";
2
- import { Card as A } from "@box/blueprint-web";
3
- import { TEMPLATE_CUSTOM_PROPERTIES as E } from "../esm/lib/constants.js";
4
- import { MetadataInstanceFormFooter as M } from "../esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-footer/metadata-instance-form-footer.js";
5
- import { MetadataInstanceFormHeader as C } from "../esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-header/metadata-instance-form-header.js";
6
- import { jsx as t, jsxs as b } from "react/jsx-runtime";
7
- import '../styles/metadata-instance-form-card-wrapper.css';const y = "_metadataInstanceForm_11dqs_1", D = "_wrapperGradient_11dqs_7", N = "_suggestionsFetching_11dqs_12", e = {
1
+ import C from "clsx";
2
+ import { Card as S } from "@box/blueprint-web";
3
+ import { TEMPLATE_CUSTOM_PROPERTIES as A } from "../esm/lib/constants.js";
4
+ import { MetadataInstanceFormFooter as E } from "../esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-footer/metadata-instance-form-footer.js";
5
+ import { MetadataInstanceFormHeader as M } from "../esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-header/metadata-instance-form-header.js";
6
+ import { jsx as e, jsxs as b } from "react/jsx-runtime";
7
+ import '../styles/metadata-instance-form-card-wrapper.css';const y = "_metadataInstanceForm_6uz9p_1", D = "_wrapperGradient_6uz9p_7", I = "_suggestionsFetching_6uz9p_12", N = "_metadataInstanceFormContent_6uz9p_18", s = {
8
8
  metadataInstanceForm: y,
9
9
  wrapperGradient: D,
10
- suggestionsFetching: N
11
- }, R = (i) => {
10
+ suggestionsFetching: I,
11
+ metadataInstanceFormContent: N
12
+ }, R = (n) => {
12
13
  const {
13
14
  areAiSuggestionsAvailable: o,
14
15
  children: r,
15
- className: n,
16
- formRef: g,
17
- isAiSuggestionsFeatureEnabled: m,
16
+ className: i,
17
+ formRef: m,
18
+ isAiSuggestionsFeatureEnabled: g,
18
19
  isBetaLanguageEnabled: d,
19
20
  isDeleteButtonDisabled: c,
20
- suggestions: l,
21
- isFetchingSuggestions: s,
22
- isFormDirty: u = !1,
23
- selectedTemplateInstance: a,
24
- getAiSuggestions: p,
21
+ suggestions: u,
22
+ isFetchingSuggestions: a,
23
+ isFormDirty: p = !1,
24
+ selectedTemplateInstance: t,
25
+ getAiSuggestions: l,
25
26
  handleCancel: F,
26
- handleDelete: f
27
- } = i, h = (a == null ? void 0 : a.templateKey) === E, _ = !!l[a == null ? void 0 : a.templateKey];
28
- return /* @__PURE__ */ t("div", {
29
- className: s && e.wrapperGradient,
30
- children: /* @__PURE__ */ b(A, {
31
- ref: g,
32
- className: S(n, {
33
- [e.suggestionsFetching]: s
27
+ handleDelete: _
28
+ } = n, f = (t == null ? void 0 : t.templateKey) === A, h = !!u[t == null ? void 0 : t.templateKey];
29
+ return /* @__PURE__ */ e("div", {
30
+ className: a && s.wrapperGradient,
31
+ children: /* @__PURE__ */ b(S, {
32
+ ref: m,
33
+ className: C(i, {
34
+ [s.suggestionsFetching]: a
34
35
  }),
35
- children: [/* @__PURE__ */ t(C, {
36
+ children: [/* @__PURE__ */ e(M, {
36
37
  areAiSuggestionsAvailable: o,
37
- hasSuggestions: _,
38
- isAiSuggestionsFeatureEnabled: m && !h,
38
+ hasSuggestions: h,
39
+ isAiSuggestionsFeatureEnabled: g && !f,
39
40
  isBetaLanguageEnabled: d,
40
- isLoading: s,
41
- onAutofill: p,
42
- templateName: a == null ? void 0 : a.displayName
43
- }), a && r, /* @__PURE__ */ t(M, {
41
+ isLoading: a,
42
+ onAutofill: l,
43
+ templateName: t == null ? void 0 : t.displayName
44
+ }), t && r, /* @__PURE__ */ e(E, {
44
45
  isDeleteButtonDisabled: c,
45
- isLoading: s,
46
- onCancel: () => F(u),
47
- onDelete: f
46
+ isLoading: a,
47
+ onCancel: () => F(p),
48
+ onDelete: _
48
49
  })]
49
50
  })
50
51
  });
51
52
  };
52
53
  export {
53
54
  R as M,
54
- e as s
55
+ s
55
56
  };
@@ -0,0 +1,36 @@
1
+ import { LoadingIndicator as c, Text as o } from "@box/blueprint-web";
2
+ import { u as m } from "../../../../../../chunks/index.js";
3
+ import a from "./messages.js";
4
+ import { jsxs as d, jsx as l } from "react/jsx-runtime";
5
+ import '../../../../../../styles/autofill-overlay.css';const f = "_autofillOverlay_m4rm9_1", g = "_loadingIcon_m4rm9_14", u = "_testContainerStyle_m4rm9_21", r = {
6
+ autofillOverlay: f,
7
+ loadingIcon: g,
8
+ testContainerStyle: u
9
+ }, I = ({
10
+ isFetchingSuggestions: i,
11
+ isLongLoading: e
12
+ }) => {
13
+ const t = m(), n = e ? t.formatMessage(a.longLoadingTitle) : t.formatMessage(a.defaultLoadingMessage), s = e && t.formatMessage(a.longLoadingDescription);
14
+ return i ? /* @__PURE__ */ d("div", {
15
+ className: r.autofillOverlay,
16
+ children: [/* @__PURE__ */ l(c, {
17
+ "aria-label": t.formatMessage(a.loadingAriaLabel),
18
+ "aria-live": "polite",
19
+ className: r.loadingIcon,
20
+ size: "large",
21
+ variant: "default"
22
+ }), /* @__PURE__ */ l(o, {
23
+ as: "p",
24
+ variant: "subtitle",
25
+ children: n
26
+ }), e && /* @__PURE__ */ l(o, {
27
+ as: "p",
28
+ color: "textOnLightSecondary",
29
+ variant: "bodyDefault",
30
+ children: s
31
+ })]
32
+ }) : null;
33
+ };
34
+ export {
35
+ I as AutofillOverlay
36
+ };
@@ -1,19 +1,19 @@
1
1
  import { d as a } from "../../../../../../chunks/index.js";
2
2
  const e = a({
3
3
  defaultLoadingMessage: {
4
- id: "metadataEditor.metadataInstanceEditor.autofillLoadingState.defaultLoadingMessage",
4
+ id: "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage",
5
5
  defaultMessage: "Extracting Metadata"
6
6
  },
7
7
  loadingAriaLabel: {
8
- id: "metadataEditor.metadataInstanceEditor.autofillLoadingState.loadingAriaLabel",
8
+ id: "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel",
9
9
  defaultMessage: "Loading"
10
10
  },
11
11
  longLoadingTitle: {
12
- id: "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingTitle",
12
+ id: "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle",
13
13
  defaultMessage: "This is taking longer than usual"
14
14
  },
15
15
  longLoadingDescription: {
16
- id: "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingDescription",
16
+ id: "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription",
17
17
  defaultMessage: "Still working on it!"
18
18
  }
19
19
  });
@@ -1,102 +1,104 @@
1
- import { Formik as j, Form as k } from "formik";
2
- import { useState as d, useEffect as h, useRef as V, useMemo as _ } from "react";
3
- import { TEMPLATE_CUSTOM_PROPERTIES as $ } from "../../../../constants.js";
4
- import { AutofillLoadingState as w } from "../autofill-loading-state/autofill-loading-state.js";
5
- import { useAutofill as J } from "../../../../utils/autofill-context.js";
6
- import { TemplateInstance as q } from "../../../metadata-editor-fields/metadata-editor-fields.js";
7
- import { MetadataEmptyState as z } from "../../../metadata-empty-state/metadata-empty-state.js";
8
- import { UnsavedChangesModal as G } from "../../../unsaved-changes-modal/unsaved-changes-modal.js";
9
- import { CustomInstance as H } from "../custom-instance/custom-instance.js";
10
- import { DeleteConfirmationModal as Q } from "../delete-confirmation-modal/delete-confirmation-modal.js";
11
- import { c as X } from "../../../../../../chunks/utils.js";
12
- import { s as Y, M as Z } from "../../../../../../chunks/metadata-instance-form-card-wrapper.js";
13
- import { jsx as r, jsxs as I } from "react/jsx-runtime";
14
- const go = (C) => {
1
+ import { Formik as V, Form as _ } from "formik";
2
+ import { useState as p, useEffect as h, useRef as $, useMemo as w } from "react";
3
+ import { TEMPLATE_CUSTOM_PROPERTIES as J } from "../../../../constants.js";
4
+ import { AutofillOverlay as q } from "../autofill-overlay/autofill-overlay.js";
5
+ import { useAutofill as z } from "../../../../utils/autofill-context.js";
6
+ import { TemplateInstance as G } from "../../../metadata-editor-fields/metadata-editor-fields.js";
7
+ import { MetadataEmptyState as H } from "../../../metadata-empty-state/metadata-empty-state.js";
8
+ import { UnsavedChangesModal as Q } from "../../../unsaved-changes-modal/unsaved-changes-modal.js";
9
+ import { CustomInstance as X } from "../custom-instance/custom-instance.js";
10
+ import { DeleteConfirmationModal as Y } from "../delete-confirmation-modal/delete-confirmation-modal.js";
11
+ import { c as Z } from "../../../../../../chunks/utils.js";
12
+ import { s as C, M as I } from "../../../../../../chunks/metadata-instance-form-card-wrapper.js";
13
+ import { jsx as a, jsxs as c } from "react/jsx-runtime";
14
+ const go = (M) => {
15
15
  const {
16
- areAiSuggestionsAvailable: M,
17
- customRef: a,
16
+ areAiSuggestionsAvailable: E,
17
+ customRef: i,
18
18
  isAiSuggestionsFeatureEnabled: n,
19
- isBetaLanguageEnabled: S,
20
- isDeleteButtonDisabled: E,
21
- isUnsavedChangesModalOpen: c = !1,
22
- MetadataInstanceFormCustomWrapper: F,
19
+ isBetaLanguageEnabled: F,
20
+ isDeleteButtonDisabled: S,
21
+ isUnsavedChangesModalOpen: y = !1,
22
+ MetadataInstanceFormCustomWrapper: D,
23
23
  selectedTemplateInstance: o,
24
- onCancel: D,
25
- onDelete: y,
26
- onDiscardUnsavedChanges: b,
27
- onSubmit: A,
24
+ onCancel: b,
25
+ onDelete: O,
26
+ onDiscardUnsavedChanges: A,
27
+ onSubmit: v,
28
28
  setIsUnsavedChangesModalOpen: s,
29
29
  taxonomyOptionsFetcher: e
30
- } = C, O = F ?? Z, [L, m] = d(!1), {
31
- isFetchingSuggestions: i,
32
- isLongLoading: u,
33
- getAiSuggestions: v,
34
- clearSuggestions: f,
35
- suggestions: x
36
- } = J();
30
+ } = M, x = D ?? I, [L, m] = p(!1), {
31
+ isFetchingSuggestions: r,
32
+ isLongLoading: l,
33
+ getAiSuggestions: N,
34
+ clearSuggestions: u,
35
+ suggestions: P
36
+ } = z();
37
37
  h(() => () => {
38
- f();
39
- }, [f]);
40
- const l = (o == null ? void 0 : o.templateKey) === $, P = async (t) => {
41
- await A(t, X(t, o));
42
- }, R = (t) => {
43
- t ? s(!0) : D();
44
- }, U = () => {
38
+ u();
39
+ }, [u]);
40
+ const f = (o == null ? void 0 : o.templateKey) === J, R = async (t) => {
41
+ await v(t, Z(t, o));
42
+ }, U = (t) => {
43
+ t ? s(!0) : b();
44
+ }, B = () => {
45
45
  m(!0);
46
- }, B = {
46
+ }, K = {
47
47
  metadata: {
48
48
  ...o
49
49
  }
50
- }, g = V(null), [p, N] = d(null);
50
+ }, g = $(null), [d, W] = p(null);
51
51
  h(() => {
52
- N(a ?? g.current);
53
- }, [a, o == null ? void 0 : o.templateKey, o == null ? void 0 : o.scope]);
54
- const K = _(() => {
55
- if (i)
56
- return /* @__PURE__ */ r(w, {
57
- isLongLoading: u
58
- });
52
+ W(i ?? g.current);
53
+ }, [i, o == null ? void 0 : o.templateKey, o == null ? void 0 : o.scope]);
54
+ const j = w(() => {
59
55
  const t = (o == null ? void 0 : o.fields.length) === 0;
60
- return l ? /* @__PURE__ */ r(H, {
61
- isLoading: i
62
- }) : t ? /* @__PURE__ */ r(z, {
56
+ return f ? /* @__PURE__ */ a(X, {
57
+ isLoading: r
58
+ }) : t ? /* @__PURE__ */ a(H, {
63
59
  isBoxAiSuggestionsFeatureEnabled: n,
64
60
  level: "instance"
65
- }) : /* @__PURE__ */ r(q, {
66
- disableForm: i,
67
- portalElement: a ?? p,
68
- taxonomyOptionsFetcher: e
61
+ }) : /* @__PURE__ */ c("div", {
62
+ className: C.metadataInstanceFormContent,
63
+ children: [/* @__PURE__ */ a(q, {
64
+ isFetchingSuggestions: r,
65
+ isLongLoading: l
66
+ }), /* @__PURE__ */ a(G, {
67
+ disableForm: r,
68
+ portalElement: i ?? d,
69
+ taxonomyOptionsFetcher: e
70
+ })]
69
71
  });
70
- }, [o == null ? void 0 : o.fields.length, l, i, u, a, p, e, n]);
71
- return /* @__PURE__ */ r(j, {
72
- initialValues: B,
73
- onSubmit: P,
72
+ }, [o == null ? void 0 : o.fields.length, f, r, l, i, d, e, n]);
73
+ return /* @__PURE__ */ a(V, {
74
+ initialValues: K,
75
+ onSubmit: R,
74
76
  children: ({
75
77
  values: t,
76
- dirty: W
77
- }) => /* @__PURE__ */ I(k, {
78
- children: [/* @__PURE__ */ r(O, {
79
- areAiSuggestionsAvailable: M,
80
- className: Y.metadataInstanceForm,
78
+ dirty: k
79
+ }) => /* @__PURE__ */ c(_, {
80
+ children: [/* @__PURE__ */ a(x, {
81
+ areAiSuggestionsAvailable: E,
82
+ className: C.metadataInstanceForm,
81
83
  formRef: g,
82
84
  formValues: t,
83
- getAiSuggestions: v,
84
- handleCancel: R,
85
- handleDelete: U,
85
+ getAiSuggestions: N,
86
+ handleCancel: U,
87
+ handleDelete: B,
86
88
  isAiSuggestionsFeatureEnabled: n,
87
- isBetaLanguageEnabled: S,
88
- isDeleteButtonDisabled: E,
89
- isFetchingSuggestions: i,
90
- isFormDirty: W,
89
+ isBetaLanguageEnabled: F,
90
+ isDeleteButtonDisabled: S,
91
+ isFetchingSuggestions: r,
92
+ isFormDirty: k,
91
93
  selectedTemplateInstance: o,
92
- suggestions: x,
93
- children: o && K
94
- }), /* @__PURE__ */ r(G, {
94
+ suggestions: P,
95
+ children: o && j
96
+ }), /* @__PURE__ */ a(Q, {
95
97
  onBackToEdit: () => s(!1),
96
- onDiscardChanges: b,
97
- open: c
98
- }), /* @__PURE__ */ r(Q, {
99
- onConfirm: () => y(o),
98
+ onDiscardChanges: A,
99
+ open: y
100
+ }), /* @__PURE__ */ a(Y, {
101
+ onConfirm: () => O(o),
100
102
  onDismiss: () => m(!1),
101
103
  open: L,
102
104
  templateName: o == null ? void 0 : o.displayName
package/i18n/bn-IN.js CHANGED
@@ -80,10 +80,10 @@ export default {
80
80
  "metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "কী অবশ্যক",
81
81
  "metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "মান",
82
82
  "metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "যেমন, 42",
83
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.defaultLoadingMessage": "Extracting Metadata",
84
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.loadingAriaLabel": "Loading",
85
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingDescription": "Still working on it!",
86
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingTitle": "This is taking longer than usual",
83
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "Extracting Metadata",
84
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "Loading",
85
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "Still working on it!",
86
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "This is taking longer than usual",
87
87
  "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "+ মান যোগ করুন",
88
88
  "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "{fieldName} অ্যাট্রিবিউট মুছুন",
89
89
  "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "মান সেট করুন",
package/i18n/da-DK.js CHANGED
@@ -80,10 +80,10 @@ export default {
80
80
  "metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "Nøgle er påkrævet",
81
81
  "metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "Værdi",
82
82
  "metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "f.eks. 42",
83
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.defaultLoadingMessage": "Extracting Metadata",
84
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.loadingAriaLabel": "Loading",
85
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingDescription": "Still working on it!",
86
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingTitle": "This is taking longer than usual",
83
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "Extracting Metadata",
84
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "Loading",
85
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "Still working on it!",
86
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "This is taking longer than usual",
87
87
  "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "+ Tilføj attribut",
88
88
  "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "Slet attributten {fieldName}",
89
89
  "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "Indstil værdi",
package/i18n/de-DE.js CHANGED
@@ -80,10 +80,10 @@ export default {
80
80
  "metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "Schlüssel ist erforderlich",
81
81
  "metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "Wert",
82
82
  "metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "z. B. 42",
83
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.defaultLoadingMessage": "Extracting Metadata",
84
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.loadingAriaLabel": "Loading",
85
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingDescription": "Still working on it!",
86
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingTitle": "This is taking longer than usual",
83
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "Extracting Metadata",
84
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "Loading",
85
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "Still working on it!",
86
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "This is taking longer than usual",
87
87
  "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "+ Attribut hinzufügen",
88
88
  "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "{fieldName}-Attribut löschen",
89
89
  "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "Wert festlegen",
package/i18n/en-AU.js CHANGED
@@ -80,10 +80,10 @@ export default {
80
80
  "metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "Key is required",
81
81
  "metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "Value",
82
82
  "metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "e.g. 42",
83
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.defaultLoadingMessage": "Extracting Metadata",
84
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.loadingAriaLabel": "Loading",
85
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingDescription": "Still working on it!",
86
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingTitle": "This is taking longer than usual",
83
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "Extracting Metadata",
84
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "Loading",
85
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "Still working on it!",
86
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "This is taking longer than usual",
87
87
  "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "+ Add Attribute",
88
88
  "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "Delete {fieldName} attribute",
89
89
  "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "Set value",
package/i18n/en-CA.js CHANGED
@@ -80,10 +80,10 @@ export default {
80
80
  "metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "Key is required",
81
81
  "metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "Value",
82
82
  "metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "e.g. 42",
83
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.defaultLoadingMessage": "Extracting Metadata",
84
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.loadingAriaLabel": "Loading",
85
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingDescription": "Still working on it!",
86
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingTitle": "This is taking longer than usual",
83
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "Extracting Metadata",
84
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "Loading",
85
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "Still working on it!",
86
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "This is taking longer than usual",
87
87
  "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "+ Add Attribute",
88
88
  "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "Delete {fieldName} attribute",
89
89
  "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "Set value",
package/i18n/en-GB.js CHANGED
@@ -80,10 +80,10 @@ export default {
80
80
  "metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "Key is required",
81
81
  "metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "Value",
82
82
  "metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "e.g. 42",
83
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.defaultLoadingMessage": "Extracting Metadata",
84
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.loadingAriaLabel": "Loading",
85
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingDescription": "Still working on it!",
86
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingTitle": "This is taking longer than usual",
83
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "Extracting Metadata",
84
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "Loading",
85
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "Still working on it!",
86
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "This is taking longer than usual",
87
87
  "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "+ Add Attribute",
88
88
  "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "Delete {fieldName} attribute",
89
89
  "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "Set value",
package/i18n/en-US.js CHANGED
@@ -80,10 +80,10 @@ export default {
80
80
  "metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "Key is required",
81
81
  "metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "Value",
82
82
  "metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "e.g. 42",
83
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.defaultLoadingMessage": "Extracting Metadata",
84
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.loadingAriaLabel": "Loading",
85
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingDescription": "Still working on it!",
86
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingTitle": "This is taking longer than usual",
83
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "Extracting Metadata",
84
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "Loading",
85
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "Still working on it!",
86
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "This is taking longer than usual",
87
87
  "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "+ Add Attribute",
88
88
  "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "Delete {fieldName} attribute",
89
89
  "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "Set value",
@@ -161,13 +161,13 @@ metadataEditor.metadataEditor.customIntanceNewField.valueLabel = Value
161
161
  # Placeholder for the value field for custom metadata
162
162
  metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder = e.g. 42
163
163
  # Loading message when autofill metadata extraction endpoint is called
164
- metadataEditor.metadataInstanceEditor.autofillLoadingState.defaultLoadingMessage = Extracting Metadata
164
+ metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage = Extracting Metadata
165
165
  # Aria label for loading spinner
166
- metadataEditor.metadataInstanceEditor.autofillLoadingState.loadingAriaLabel = Loading
166
+ metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel = Loading
167
167
  # Description for long loading state while fetching AI suggestions
168
- metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingDescription = Still working on it!
168
+ metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription = Still working on it!
169
169
  # Title for long loading state while fetching AI suggestions
170
- metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingTitle = This is taking longer than usual
170
+ metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle = This is taking longer than usual
171
171
  # Button that allow to add new attribute to metadata custom instance
172
172
  metadataEditor.metadataInstanceEditor.customInstance.addAttribute = + Add Attribute
173
173
  # Aria label for button that allow to remove attribute from metadata custom instance
@@ -80,10 +80,10 @@ export default {
80
80
  "metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "⟦萬萬萬萬 Ķĕý ιѕ ŕéqũįѓěď 國國國國⟧",
81
81
  "metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "⟦萬 Våľųĕ 國⟧",
82
82
  "metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "⟦萬萬 ê.ĝ. 42 國國⟧",
83
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.defaultLoadingMessage": "Extracting Metadata",
84
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.loadingAriaLabel": "Loading",
85
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingDescription": "Still working on it!",
86
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingTitle": "This is taking longer than usual",
83
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "Extracting Metadata",
84
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "Loading",
85
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "Still working on it!",
86
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "This is taking longer than usual",
87
87
  "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "⟦萬萬萬萬 + Āďď Αţŧгіьùτę 國國國國⟧",
88
88
  "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "⟦萬萬萬萬萬萬 Ðέľėťē {fieldName} åττŕϊьűτε 國國國國國國⟧",
89
89
  "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "⟦萬萬 Śēŧ νâľűё 國國⟧",
package/i18n/es-419.js CHANGED
@@ -80,10 +80,10 @@ export default {
80
80
  "metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "Clave obligatoria",
81
81
  "metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "Valor",
82
82
  "metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "Por ejemplo, 42",
83
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.defaultLoadingMessage": "Extracting Metadata",
84
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.loadingAriaLabel": "Loading",
85
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingDescription": "Still working on it!",
86
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingTitle": "This is taking longer than usual",
83
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "Extracting Metadata",
84
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "Loading",
85
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "Still working on it!",
86
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "This is taking longer than usual",
87
87
  "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "+ Agregar atributo",
88
88
  "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "Eliminar el atributo {fieldName}",
89
89
  "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "Establecer el valor",
package/i18n/es-ES.js CHANGED
@@ -80,10 +80,10 @@ export default {
80
80
  "metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "Clave obligatoria",
81
81
  "metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "Valor",
82
82
  "metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "Por ejemplo, 42",
83
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.defaultLoadingMessage": "Extracting Metadata",
84
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.loadingAriaLabel": "Loading",
85
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingDescription": "Still working on it!",
86
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingTitle": "This is taking longer than usual",
83
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "Extracting Metadata",
84
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "Loading",
85
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "Still working on it!",
86
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "This is taking longer than usual",
87
87
  "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "+ Agregar atributo",
88
88
  "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "Eliminar el atributo {fieldName}",
89
89
  "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "Establecer el valor",
package/i18n/fi-FI.js CHANGED
@@ -80,10 +80,10 @@ export default {
80
80
  "metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "Avain on pakollinen",
81
81
  "metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "Arvo",
82
82
  "metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "esim. 42",
83
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.defaultLoadingMessage": "Extracting Metadata",
84
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.loadingAriaLabel": "Loading",
85
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingDescription": "Still working on it!",
86
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingTitle": "This is taking longer than usual",
83
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "Extracting Metadata",
84
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "Loading",
85
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "Still working on it!",
86
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "This is taking longer than usual",
87
87
  "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "+ Lisää attribuutti",
88
88
  "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "Poista määrite {fieldName}",
89
89
  "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "Aseta arvo",
package/i18n/fr-CA.js CHANGED
@@ -80,10 +80,10 @@ export default {
80
80
  "metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "La clé est obligatoire",
81
81
  "metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "Valeur",
82
82
  "metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "par exemple 42",
83
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.defaultLoadingMessage": "Extracting Metadata",
84
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.loadingAriaLabel": "Loading",
85
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingDescription": "Still working on it!",
86
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingTitle": "This is taking longer than usual",
83
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "Extracting Metadata",
84
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "Loading",
85
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "Still working on it!",
86
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "This is taking longer than usual",
87
87
  "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "+ Ajouter un attribut",
88
88
  "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "Supprimer l'attribut {fieldName}",
89
89
  "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "Définir la valeur",
package/i18n/fr-FR.js CHANGED
@@ -80,10 +80,10 @@ export default {
80
80
  "metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "La clé est obligatoire",
81
81
  "metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "Valeur",
82
82
  "metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "par exemple 42",
83
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.defaultLoadingMessage": "Extracting Metadata",
84
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.loadingAriaLabel": "Loading",
85
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingDescription": "Still working on it!",
86
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingTitle": "This is taking longer than usual",
83
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "Extracting Metadata",
84
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "Loading",
85
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "Still working on it!",
86
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "This is taking longer than usual",
87
87
  "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "+ Ajouter un attribut",
88
88
  "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "Supprimer l'attribut {fieldName}",
89
89
  "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "Définir la valeur",
package/i18n/hi-IN.js CHANGED
@@ -80,10 +80,10 @@ export default {
80
80
  "metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "कुंजी आवश्यक है",
81
81
  "metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "मूल्यमान",
82
82
  "metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "जैसे 42",
83
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.defaultLoadingMessage": "Extracting Metadata",
84
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.loadingAriaLabel": "Loading",
85
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingDescription": "Still working on it!",
86
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingTitle": "This is taking longer than usual",
83
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "Extracting Metadata",
84
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "Loading",
85
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "Still working on it!",
86
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "This is taking longer than usual",
87
87
  "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "अधिक एट्रिब्यूट जोड़ें",
88
88
  "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "{fieldName} एट्रीब्यूट को हटाएँ",
89
89
  "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "वैल्यू सेट करें",
package/i18n/it-IT.js CHANGED
@@ -80,10 +80,10 @@ export default {
80
80
  "metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "La chiave è obbligatoria",
81
81
  "metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "Valore",
82
82
  "metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "es. 42",
83
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.defaultLoadingMessage": "Extracting Metadata",
84
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.loadingAriaLabel": "Loading",
85
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingDescription": "Still working on it!",
86
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingTitle": "This is taking longer than usual",
83
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "Extracting Metadata",
84
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "Loading",
85
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "Still working on it!",
86
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "This is taking longer than usual",
87
87
  "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "+ Aggiungi attributo",
88
88
  "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "Elimina attributo {fieldName}",
89
89
  "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "Imposta valore",
package/i18n/ja-JP.js CHANGED
@@ -80,10 +80,10 @@ export default {
80
80
  "metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "キーは必須です",
81
81
  "metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "値",
82
82
  "metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "例: 42",
83
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.defaultLoadingMessage": "Extracting Metadata",
84
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.loadingAriaLabel": "Loading",
85
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingDescription": "Still working on it!",
86
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingTitle": "This is taking longer than usual",
83
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "Extracting Metadata",
84
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "Loading",
85
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "Still working on it!",
86
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "This is taking longer than usual",
87
87
  "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "+ 属性の追加",
88
88
  "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "{fieldName}属性を削除",
89
89
  "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "値を設定",
@@ -0,0 +1 @@
1
+ [{"id":"metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage","description":"Loading message when autofill metadata extraction endpoint is called","defaultMessage":"Extracting Metadata"},{"id":"metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel","description":"Aria label for loading spinner","defaultMessage":"Loading"},{"id":"metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle","description":"Title for long loading state while fetching AI suggestions","defaultMessage":"This is taking longer than usual"},{"id":"metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription","description":"Description for long loading state while fetching AI suggestions","defaultMessage":"Still working on it!"}]
package/i18n/ko-KR.js CHANGED
@@ -80,10 +80,10 @@ export default {
80
80
  "metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "키가 필요합니다.",
81
81
  "metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "값",
82
82
  "metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "예: 42",
83
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.defaultLoadingMessage": "Extracting Metadata",
84
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.loadingAriaLabel": "Loading",
85
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingDescription": "Still working on it!",
86
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingTitle": "This is taking longer than usual",
83
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "Extracting Metadata",
84
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "Loading",
85
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "Still working on it!",
86
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "This is taking longer than usual",
87
87
  "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "+ 속성 추가",
88
88
  "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "{fieldName} 속성 삭제",
89
89
  "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "값 설정",
package/i18n/nb-NO.js CHANGED
@@ -80,10 +80,10 @@ export default {
80
80
  "metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "Nøkkel er obligatorisk",
81
81
  "metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "Verdi",
82
82
  "metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "f.eks. 42",
83
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.defaultLoadingMessage": "Extracting Metadata",
84
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.loadingAriaLabel": "Loading",
85
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingDescription": "Still working on it!",
86
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingTitle": "This is taking longer than usual",
83
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "Extracting Metadata",
84
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "Loading",
85
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "Still working on it!",
86
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "This is taking longer than usual",
87
87
  "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "Legg til attributt",
88
88
  "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "Slett {fieldName} attributt",
89
89
  "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "Angi verdi",
package/i18n/nl-NL.js CHANGED
@@ -80,10 +80,10 @@ export default {
80
80
  "metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "Sleutel is vereist",
81
81
  "metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "Waarde",
82
82
  "metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "bijv. 42",
83
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.defaultLoadingMessage": "Extracting Metadata",
84
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.loadingAriaLabel": "Loading",
85
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingDescription": "Still working on it!",
86
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingTitle": "This is taking longer than usual",
83
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "Extracting Metadata",
84
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "Loading",
85
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "Still working on it!",
86
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "This is taking longer than usual",
87
87
  "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "+ Kenmerk toevoegen",
88
88
  "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "Kenmerk {fieldName} verwijderen",
89
89
  "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "Waarde instellen",
package/i18n/pl-PL.js CHANGED
@@ -80,10 +80,10 @@ export default {
80
80
  "metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "Klucz jest wymagany",
81
81
  "metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "Wartość",
82
82
  "metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "np. 42",
83
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.defaultLoadingMessage": "Extracting Metadata",
84
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.loadingAriaLabel": "Loading",
85
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingDescription": "Still working on it!",
86
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingTitle": "This is taking longer than usual",
83
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "Extracting Metadata",
84
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "Loading",
85
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "Still working on it!",
86
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "This is taking longer than usual",
87
87
  "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "+ Dodaj atrybut",
88
88
  "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "Usuń atrybut {fieldName}",
89
89
  "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "Ustaw wartość",
package/i18n/pt-BR.js CHANGED
@@ -80,10 +80,10 @@ export default {
80
80
  "metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "A chave é obrigatória",
81
81
  "metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "Valor",
82
82
  "metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "por exemplo, 42",
83
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.defaultLoadingMessage": "Extracting Metadata",
84
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.loadingAriaLabel": "Loading",
85
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingDescription": "Still working on it!",
86
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingTitle": "This is taking longer than usual",
83
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "Extracting Metadata",
84
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "Loading",
85
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "Still working on it!",
86
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "This is taking longer than usual",
87
87
  "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "+ Adicionar atributo",
88
88
  "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "Excluir atributo de {fieldName}",
89
89
  "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "Definir valor",
package/i18n/ru-RU.js CHANGED
@@ -80,10 +80,10 @@ export default {
80
80
  "metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "Требуется ключ",
81
81
  "metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "Значение",
82
82
  "metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "например, 42",
83
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.defaultLoadingMessage": "Extracting Metadata",
84
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.loadingAriaLabel": "Loading",
85
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingDescription": "Still working on it!",
86
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingTitle": "This is taking longer than usual",
83
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "Extracting Metadata",
84
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "Loading",
85
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "Still working on it!",
86
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "This is taking longer than usual",
87
87
  "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "Добавить атрибут",
88
88
  "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "Удалить атрибут {fieldName}",
89
89
  "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "Установить значение",
package/i18n/sv-SE.js CHANGED
@@ -80,10 +80,10 @@ export default {
80
80
  "metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "Nyckel är obligatoriskt",
81
81
  "metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "Värde",
82
82
  "metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "t.ex. 42",
83
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.defaultLoadingMessage": "Extracting Metadata",
84
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.loadingAriaLabel": "Loading",
85
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingDescription": "Still working on it!",
86
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingTitle": "This is taking longer than usual",
83
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "Extracting Metadata",
84
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "Loading",
85
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "Still working on it!",
86
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "This is taking longer than usual",
87
87
  "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "+ Lägg till attribut",
88
88
  "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "Radera {fieldName} attribut",
89
89
  "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "Ställ in värde",
package/i18n/tr-TR.js CHANGED
@@ -80,10 +80,10 @@ export default {
80
80
  "metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "Anahtar gerekli",
81
81
  "metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "Değer",
82
82
  "metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "örn. 42",
83
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.defaultLoadingMessage": "Extracting Metadata",
84
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.loadingAriaLabel": "Loading",
85
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingDescription": "Still working on it!",
86
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingTitle": "This is taking longer than usual",
83
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "Extracting Metadata",
84
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "Loading",
85
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "Still working on it!",
86
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "This is taking longer than usual",
87
87
  "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "+ Öznitelik Ekle",
88
88
  "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "{fieldName} özniteliğini sil",
89
89
  "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "Değeri ayarla",
package/i18n/zh-CN.js CHANGED
@@ -80,10 +80,10 @@ export default {
80
80
  "metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "需要密钥",
81
81
  "metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "值",
82
82
  "metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "例如 42",
83
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.defaultLoadingMessage": "Extracting Metadata",
84
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.loadingAriaLabel": "Loading",
85
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingDescription": "Still working on it!",
86
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingTitle": "This is taking longer than usual",
83
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "Extracting Metadata",
84
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "Loading",
85
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "Still working on it!",
86
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "This is taking longer than usual",
87
87
  "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "+ 添加属性",
88
88
  "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "删除 {fieldName} 属性",
89
89
  "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "设置值",
package/i18n/zh-TW.js CHANGED
@@ -80,10 +80,10 @@ export default {
80
80
  "metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "密鑰為必填",
81
81
  "metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "值",
82
82
  "metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "例如,42",
83
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.defaultLoadingMessage": "Extracting Metadata",
84
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.loadingAriaLabel": "Loading",
85
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingDescription": "Still working on it!",
86
- "metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingTitle": "This is taking longer than usual",
83
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "Extracting Metadata",
84
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "Loading",
85
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "Still working on it!",
86
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "This is taking longer than usual",
87
87
  "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "+ 新增屬性",
88
88
  "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "刪除 {fieldName} 屬性",
89
89
  "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "設定值",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/metadata-editor",
3
- "version": "0.90.1",
3
+ "version": "0.91.0",
4
4
  "peerDependencies": {
5
5
  "@ariakit/react": "0.4.15",
6
6
  "@box/blueprint-web": "^7.30.3",
@@ -14,7 +14,7 @@
14
14
  "devDependencies": {
15
15
  "@ariakit/react": "0.4.15",
16
16
  "@box/babel-plugin-target-attributes": "1.3.0",
17
- "@box/blueprint-web": "^9.16.7",
17
+ "@box/blueprint-web": "^9.17.0",
18
18
  "@box/blueprint-web-assets": "^4.33.0",
19
19
  "@box/storybook-utils": "^0.8.2",
20
20
  "@testing-library/react": "^15.0.6",
@@ -53,5 +53,5 @@
53
53
  "**/*.css"
54
54
  ],
55
55
  "license": "SEE LICENSE IN LICENSE",
56
- "gitHead": "503064bcf82c1610fe054c2c92944a74f9ebb5d0"
56
+ "gitHead": "2587fac4d881d68c8831d6e286a67860dc933160"
57
57
  }
@@ -0,0 +1 @@
1
+ ._autofillOverlay_m4rm9_1{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fffc;z-index:2;display:flex;align-items:center;flex-direction:column}._loadingIcon_m4rm9_14{margin-top:96px;display:block;position:relative;margin-bottom:var(--space-4)}._testContainerStyle_m4rm9_21{position:relative;width:250px;height:400px;border:1px solid #000}
@@ -1 +1 @@
1
- ._metadataInstanceForm_11dqs_1{display:flex;flex-direction:column;gap:var(--space-3)}._wrapperGradient_11dqs_7{background:linear-gradient(135deg,#fe03dc,#2784fa);border-radius:var(--radius-4)}._suggestionsFetching_11dqs_12{background:var(--box-blue-02);background-clip:padding-box;border:var(--border-1) solid transparent}
1
+ ._metadataInstanceForm_6uz9p_1{display:flex;flex-direction:column;gap:var(--space-3)}._wrapperGradient_6uz9p_7{background:linear-gradient(135deg,#fe03dc,#2784fa);border-radius:var(--radius-4)}._suggestionsFetching_6uz9p_12{background:var(--box-blue-02);background-clip:padding-box;border:var(--border-1) solid transparent}._metadataInstanceFormContent_6uz9p_18{display:flex;flex-direction:column;position:relative;gap:var(--space-3)}
@@ -0,0 +1,5 @@
1
+ export type AutofillOverlayProps = {
2
+ isFetchingSuggestions: boolean;
3
+ isLongLoading: boolean;
4
+ };
5
+ export declare const AutofillOverlay: ({ isFetchingSuggestions, isLongLoading }: AutofillOverlayProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,34 +0,0 @@
1
- import { LoadingIndicator as r, Text as i } from "@box/blueprint-web";
2
- import { u as d } from "../../../../../../chunks/index.js";
3
- import a from "./messages.js";
4
- import { jsxs as c, jsx as e } from "react/jsx-runtime";
5
- import '../../../../../../styles/autofill-loading-state.css';const g = "_autofillLoadingState_hoso1_1", f = "_loadingIcon_hoso1_8", m = "_testContainerStyle_hoso1_15", n = {
6
- autofillLoadingState: g,
7
- loadingIcon: f,
8
- testContainerStyle: m
9
- }, h = ({
10
- isLongLoading: o
11
- }) => {
12
- const t = d(), s = o ? t.formatMessage(a.longLoadingTitle) : t.formatMessage(a.defaultLoadingMessage), l = o && t.formatMessage(a.longLoadingDescription);
13
- return /* @__PURE__ */ c("div", {
14
- className: n.autofillLoadingState,
15
- children: [/* @__PURE__ */ e(r, {
16
- "aria-label": t.formatMessage(a.loadingAriaLabel),
17
- "aria-live": "polite",
18
- className: n.loadingIcon,
19
- size: "large",
20
- variant: "default"
21
- }), /* @__PURE__ */ e(i, {
22
- as: "p",
23
- variant: "subtitle",
24
- children: s
25
- }), o && /* @__PURE__ */ e(i, {
26
- as: "p",
27
- variant: "bodyDefault",
28
- children: l
29
- })]
30
- });
31
- };
32
- export {
33
- h as AutofillLoadingState
34
- };
@@ -1 +0,0 @@
1
- [{"id":"metadataEditor.metadataInstanceEditor.autofillLoadingState.defaultLoadingMessage","description":"Loading message when autofill metadata extraction endpoint is called","defaultMessage":"Extracting Metadata"},{"id":"metadataEditor.metadataInstanceEditor.autofillLoadingState.loadingAriaLabel","description":"Aria label for loading spinner","defaultMessage":"Loading"},{"id":"metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingTitle","description":"Title for long loading state while fetching AI suggestions","defaultMessage":"This is taking longer than usual"},{"id":"metadataEditor.metadataInstanceEditor.autofillLoadingState.longLoadingDescription","description":"Description for long loading state while fetching AI suggestions","defaultMessage":"Still working on it!"}]
@@ -1 +0,0 @@
1
- ._autofillLoadingState_hoso1_1{height:320px;display:flex;align-items:center;flex-direction:column}._loadingIcon_hoso1_8{margin-top:96px;display:block;position:relative;margin-bottom:var(--space-4)}._testContainerStyle_hoso1_15{border:1px solid #000}
@@ -1,4 +0,0 @@
1
- export type AutofillLoadingStateProps = {
2
- isLongLoading: boolean;
3
- };
4
- export declare const AutofillLoadingState: ({ isLongLoading }: AutofillLoadingStateProps) => import("react/jsx-runtime").JSX.Element;