@box/metadata-editor 0.84.10 → 0.85.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (133) hide show
  1. package/chunks/filter-dropdown-menu.module.js +4 -5
  2. package/chunks/index.js +292 -0
  3. package/chunks/message.js +18 -0
  4. package/chunks/taxonomy-ancestor-status-pill.js +33 -33
  5. package/chunks/utils2.js +7 -8
  6. package/esm/lib/components/add-metadata-template-dropdown/add-metadata-template-dropdown.js +5 -5
  7. package/esm/lib/components/add-metadata-template-dropdown/messages.js +1 -1
  8. package/esm/lib/components/combobox-with-api-pagination/combobox-with-api-pagination.js +29 -29
  9. package/esm/lib/components/combobox-with-api-pagination/messages.js +1 -1
  10. package/esm/lib/components/filter-dropdown-menu/filter-dropdown-menu-empty-state.js +1 -1
  11. package/esm/lib/components/filter-dropdown-menu/filter-dropdown-menu-search.js +6 -6
  12. package/esm/lib/components/filter-dropdown-menu/messages.js +1 -1
  13. package/esm/lib/components/filter-instances-dropdown/filter-instances-dropdown.js +10 -11
  14. package/esm/lib/components/filter-instances-dropdown/messages.js +1 -1
  15. package/esm/lib/components/interactive-header-text/interactive-header-text.js +8 -9
  16. package/esm/lib/components/interactive-text/interactive-text.js +11 -12
  17. package/esm/lib/components/metadata-editor-fields/components/ai-suggestion-field/ai-suggestion-field.js +14 -14
  18. package/esm/lib/components/metadata-editor-fields/components/ai-suggestion-field/messages.js +1 -1
  19. package/esm/lib/components/metadata-editor-fields/components/metadata-date-field/metadata-date-field.js +1 -1
  20. package/esm/lib/components/metadata-editor-fields/components/metadata-enum-field/metadata-enum-field.js +28 -27
  21. package/esm/lib/components/metadata-editor-fields/components/metadata-float-field/use-float-validation.js +6 -6
  22. package/esm/lib/components/metadata-editor-fields/components/metadata-multi-select-field/metadata-multi-select-field.js +5 -5
  23. package/esm/lib/components/metadata-editor-fields/components/metadata-string-field/metadata-string-field.js +9 -9
  24. package/esm/lib/components/metadata-editor-fields/components/metadata-taxonomy-field/metadata-taxonomy-field.js +5 -5
  25. package/esm/lib/components/metadata-editor-fields/components/update-mode-field-wrapper/messages.js +1 -1
  26. package/esm/lib/components/metadata-editor-fields/components/update-mode-field-wrapper/update-mode-field-wrapper.js +2 -3
  27. package/esm/lib/components/metadata-editor-fields/metadata-editor-field-wrapper.js +567 -70
  28. package/esm/lib/components/metadata-editor-fields/metadata-editor-fields.js +19 -18
  29. package/esm/lib/components/metadata-empty-state/messages.js +1 -1
  30. package/esm/lib/components/metadata-empty-state/metadata-empty-state.js +1 -1
  31. package/esm/lib/components/metadata-instance-editor/subcomponents/custom-instance/custom-instance.js +13 -14
  32. package/esm/lib/components/metadata-instance-editor/subcomponents/custom-instance/messages.js +1 -1
  33. package/esm/lib/components/metadata-instance-editor/subcomponents/custom-instance-new-field/custom-instance-new-field.js +4 -5
  34. package/esm/lib/components/metadata-instance-editor/subcomponents/custom-instance-new-field/messages.js +1 -1
  35. package/esm/lib/components/metadata-instance-editor/subcomponents/delete-confirmation-modal/delete-confirmation-modal.js +14 -14
  36. package/esm/lib/components/metadata-instance-editor/subcomponents/delete-confirmation-modal/messages.js +1 -1
  37. package/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/metadata-instance-form.js +27 -28
  38. package/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/messages.js +1 -1
  39. package/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/metadata-instance-form-autofill-button.js +10 -11
  40. package/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-footer/messages.js +1 -1
  41. package/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-footer/metadata-instance-form-footer.js +4 -5
  42. package/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-header/messages.js +1 -1
  43. package/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-header/metadata-instance-form-header.js +16 -17
  44. package/esm/lib/components/metadata-instance-list/metadata-instance-list.js +8 -9
  45. package/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance/metadata-instance.js +7 -8
  46. package/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-content/metadata-instance-content.js +3 -4
  47. package/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-entry/metadata-instance-entry.js +8 -9
  48. package/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-entry/taxonomy-entry/messages.js +3 -3
  49. package/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-entry/taxonomy-entry/taxonomy-ancestor-status-pill.js +4 -3
  50. package/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-footer/messages.js +1 -1
  51. package/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-footer/metadata-instance-footer.js +6 -7
  52. package/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/messages.js +1 -1
  53. package/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/metadata-instance-header.js +10 -11
  54. package/esm/lib/components/unsaved-changes-modal/messages.js +1 -1
  55. package/esm/lib/components/unsaved-changes-modal/unsaved-changes-modal.js +19 -18
  56. package/esm/lib/messages.js +1 -1
  57. package/esm/lib/metadata-editor.js +4 -5
  58. package/i18n/en-x-pseudo.js +111 -111
  59. package/i18n/en-x-pseudo.properties +111 -111
  60. package/package.json +5 -5
  61. package/styles/ai-suggestion-field.css +1 -1
  62. package/styles/utils.css +1 -1
  63. package/types/lib/components/add-metadata-template-dropdown/add-metadata-template-dropdown.d.ts +1 -1
  64. package/types/lib/components/add-metadata-template-dropdown/types.d.ts +1 -1
  65. package/types/lib/components/combobox-with-api-pagination/combobox-with-api-pagination.d.ts +5 -5
  66. package/types/lib/components/combobox-with-api-pagination/types.d.ts +2 -2
  67. package/types/lib/components/filter-dropdown-menu/filter-dropdown-menu-content.d.ts +1 -1
  68. package/types/lib/components/filter-dropdown-menu/filter-dropdown-menu-item.d.ts +1 -1
  69. package/types/lib/components/filter-dropdown-menu/filter-dropdown-menu-list.d.ts +1 -1
  70. package/types/lib/components/filter-dropdown-menu/filter-dropdown-menu-root.d.ts +1 -1
  71. package/types/lib/components/filter-dropdown-menu/filter-dropdown-menu-search.d.ts +1 -1
  72. package/types/lib/components/filter-dropdown-menu/filter-dropdown-menu-trigger.d.ts +1 -1
  73. package/types/lib/components/filter-dropdown-menu/index.d.ts +6 -6
  74. package/types/lib/components/filter-instances-dropdown/filter-instances-dropdown.d.ts +1 -1
  75. package/types/lib/components/filter-instances-dropdown/types.d.ts +1 -1
  76. package/types/lib/components/interactive-header-text/interactive-header-text.d.ts +1 -1
  77. package/types/lib/components/interactive-text/interactive-text.d.ts +1 -1
  78. package/types/lib/components/metadata-editor-fields/components/ai-suggestion-field/ai-suggestion-field.d.ts +1 -1
  79. package/types/lib/components/metadata-editor-fields/components/ai-suggestion-field/types.d.ts +1 -1
  80. package/types/lib/components/metadata-editor-fields/components/ai-suggestion-field/utils.d.ts +2 -2
  81. package/types/lib/components/metadata-editor-fields/components/metadata-date-field/metadata-date-field.d.ts +2 -2
  82. package/types/lib/components/metadata-editor-fields/components/metadata-date-field/types.d.ts +1 -1
  83. package/types/lib/components/metadata-editor-fields/components/metadata-enum-field/metadata-enum-field.d.ts +2 -2
  84. package/types/lib/components/metadata-editor-fields/components/metadata-float-field/metadata-float-field.d.ts +2 -2
  85. package/types/lib/components/metadata-editor-fields/components/metadata-multi-select-field/metadata-multi-select-field.d.ts +2 -2
  86. package/types/lib/components/metadata-editor-fields/components/metadata-string-field/metadata-string-field.d.ts +2 -2
  87. package/types/lib/components/metadata-editor-fields/components/metadata-taxonomy-field/metadata-taxonomy-field.d.ts +2 -2
  88. package/types/lib/components/metadata-editor-fields/components/metadata-taxonomy-field/types.d.ts +2 -2
  89. package/types/lib/components/metadata-editor-fields/components/update-mode-field-wrapper/update-mode-field-wrapper.d.ts +2 -2
  90. package/types/lib/components/metadata-editor-fields/editor-field-types.d.ts +6 -6
  91. package/types/lib/components/metadata-editor-fields/metadata-editor-field-wrapper.d.ts +4 -4
  92. package/types/lib/components/metadata-editor-fields/metadata-editor-fields.d.ts +1 -1
  93. package/types/lib/components/metadata-editor-fields/types.d.ts +2 -2
  94. package/types/lib/components/metadata-editor-fields/utils.d.ts +1 -1
  95. package/types/lib/components/metadata-empty-state/metadata-empty-state.d.ts +1 -1
  96. package/types/lib/components/metadata-instance-editor/subcomponents/custom-instance/custom-instance.d.ts +1 -1
  97. package/types/lib/components/metadata-instance-editor/subcomponents/custom-instance-new-field/custom-instance-new-field.d.ts +1 -1
  98. package/types/lib/components/metadata-instance-editor/subcomponents/delete-confirmation-modal/delete-confirmation-modal.d.ts +1 -1
  99. package/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/metadata-instance-form-card-wrapper.d.ts +1 -1
  100. package/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/metadata-instance-form.d.ts +1 -1
  101. package/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/types.d.ts +3 -3
  102. package/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/utils.d.ts +3 -3
  103. package/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/metadata-instance-form-autofill-button.d.ts +1 -1
  104. package/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/types.d.ts +1 -1
  105. package/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-footer/metadata-instance-form-footer.d.ts +1 -1
  106. package/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-header/metadata-instance-form-header.d.ts +1 -1
  107. package/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-header/types.d.ts +1 -1
  108. package/types/lib/components/metadata-instance-editor/types.d.ts +1 -1
  109. package/types/lib/components/metadata-instance-list/metadata-instance-list.d.ts +1 -1
  110. package/types/lib/components/metadata-instance-list/subcomponents/metadata-instance/metadata-instance.d.ts +1 -1
  111. package/types/lib/components/metadata-instance-list/subcomponents/metadata-instance/types.d.ts +2 -2
  112. package/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-content/metadata-instance-content.d.ts +1 -1
  113. package/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-content/types.d.ts +2 -2
  114. package/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-entry/metadata-entry-display.d.ts +1 -1
  115. package/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-entry/metadata-instance-entry.d.ts +1 -1
  116. package/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-entry/taxonomy-entry/taxonomy-ancestor-status-pill.d.ts +1 -1
  117. package/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-entry/taxonomy-entry/taxonomy-value.d.ts +1 -1
  118. package/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-entry/types.d.ts +2 -2
  119. package/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-footer/metadata-instance-footer.d.ts +1 -1
  120. package/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/metadata-instance-header.d.ts +1 -1
  121. package/types/lib/components/metadata-instance-list/types.d.ts +2 -2
  122. package/types/lib/components/unsaved-changes-modal/types.d.ts +1 -1
  123. package/types/lib/components/unsaved-changes-modal/unsaved-changes-modal.d.ts +1 -1
  124. package/types/lib/defaults.d.ts +1 -1
  125. package/types/lib/mappers.d.ts +2 -2
  126. package/types/lib/test-utils/formik-wrapper.d.ts +3 -3
  127. package/types/lib/test-utils/sample-data.d.ts +1 -1
  128. package/types/lib/test-utils/test-utils.d.ts +1 -1
  129. package/types/lib/types.d.ts +1 -1
  130. package/types/lib/utils/api-wrapper.d.ts +1 -1
  131. package/types/lib/utils/autofill-context.d.ts +2 -2
  132. package/types/lib/utils/convertDate.d.ts +1 -1
  133. package/types/lib/utils/utils.d.ts +1 -1
@@ -1,224 +1,224 @@
1
1
  # Aria label for the clear button visible at the end of the combobox. When clicked, it will clear all text in the input, as well as the current selection.
2
- comboboxWithApiPagination.clearButtonAriaLabel = ⟦萬萬萬萬萬萬萬 Čļéäŗ іπΡцť âŋď ѕěļė¢ŧιόи 國國國國國國國⟧
2
+ comboboxWithApiPagination.clearButtonAriaLabel = ⟦萬萬萬萬萬萬萬 Ċļęāř іʼnΡцτ ǻлď ŝеľėçţїóή 國國國國國國國⟧
3
3
  # Error message displayed resembling button that calls to action to reload the results
4
- comboboxWithApiPagination.errorAction = ⟦萬 Řéľôαď 國⟧
4
+ comboboxWithApiPagination.errorAction = ⟦萬 Ŗеĺοåď 國⟧
5
5
  # Aria-label text for the error icon in the loading results error message
6
- comboboxWithApiPagination.errorIconLabel = ⟦萬 Ēřяōг 國⟧
6
+ comboboxWithApiPagination.errorIconLabel = ⟦萬 Ēŗяόг 國⟧
7
7
  # Error message displayed as inline notice that informs the user that the options failed to load
8
- comboboxWithApiPagination.errorMessage = ⟦萬萬萬萬萬萬 ₣ąĩļéď τŏ ļőãď õΡτĩŏʼnś 國國國國國國⟧
8
+ comboboxWithApiPagination.errorMessage = ⟦萬萬萬萬萬萬 ₣άїľеď ţô ļôαď óΡţіøŋŝ 國國國國國國⟧
9
9
  # Visually hidden aria-label text for the loading spinner
10
- comboboxWithApiPagination.loadingAriaLabel = ⟦萬萬 Ĺσāďіпĝ... 國國⟧
10
+ comboboxWithApiPagination.loadingAriaLabel = ⟦萬萬 Ĺσāďϊπĝ... 國國⟧
11
11
  # Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
12
- comboboxWithApiPagination.loadingMoreAriaLabel = ⟦萬萬萬萬 Ŀōâďĭйĝ mòŗę... 國國國國⟧
12
+ comboboxWithApiPagination.loadingMoreAriaLabel = ⟦萬萬萬萬 Ŀöåďíńġ móяе... 國國國國⟧
13
13
  # Message displayed when no results are found in the combobox
14
- comboboxWithApiPagination.noResults = ⟦萬萬萬萬 Йο гěŝùļţś ƒσûηď 國國國國⟧
14
+ comboboxWithApiPagination.noResults = ⟦萬萬萬萬 Νô řěşũľţş ƒóûиď 國國國國⟧
15
15
  # Aria label indicating that content is loading or in progress
16
- groupSharedFeatures.metadataEditor.loading = ⟦萬萬 ļôãďĩʼnġ 國國⟧
16
+ groupSharedFeatures.metadataEditor.loading = ⟦萬萬 ĺōäďĭиġ 國國⟧
17
17
  # Error message shown if an invalid after date is entered. {date} represents the date entered by the user.
18
- groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError = ⟦萬萬萬萬萬萬萬 Êńťěг ä ďåţë ãƒťέя {date} 國國國國國國國⟧
18
+ groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError = ⟦萬萬萬萬萬萬萬 Επŧёг â ďάťè ąƒŧёŕ {date} 國國國國國國國⟧
19
19
  # Label for the append radio button in the update mode selector
20
- groupSharedFeatures.metadataEditor.metadataEditorFields.append = ⟦萬 ĂΡΡєʼnď 國⟧
20
+ groupSharedFeatures.metadataEditor.metadataEditorFields.append = ⟦萬 ĂΡΡęиď 國⟧
21
21
  # Error message shown if an invalid before date is entered. {date} represents the date entered by the user.
22
- groupSharedFeatures.metadataEditor.metadataEditorFields.beforeDateValidationError = ⟦萬萬萬萬萬萬萬 Ėʼnτèѓ ä ďǻτé ьėƒőяε {date} 國國國國國國國⟧
22
+ groupSharedFeatures.metadataEditor.metadataEditorFields.beforeDateValidationError = ⟦萬萬萬萬萬萬萬 Ëπŧεѓ ą ďãţě ьěƒõŕє {date} 國國國國國國國⟧
23
23
  # Label for the Clear All & Replace radio button in the update mode selector
24
- groupSharedFeatures.metadataEditor.metadataEditorFields.clearAndReplace = ⟦萬萬萬萬萬 Ćĺеäŗ Ăĺľ & ΓęΡľāсě 國國國國國⟧
24
+ groupSharedFeatures.metadataEditor.metadataEditorFields.clearAndReplace = ⟦萬萬萬萬萬 Çĺĕâŗ Άĺľ & ЯĕΡĺäçě 國國國國國⟧
25
25
  # Aria label for clearing the selected date
26
- groupSharedFeatures.metadataEditor.metadataEditorFields.clearSelectedDate = ⟦萬萬萬萬萬 Ĉĺèăŗ śєľęçţèď ďǻτė 國國國國國⟧
26
+ groupSharedFeatures.metadataEditor.metadataEditorFields.clearSelectedDate = ⟦萬萬萬萬萬 Ćľέαѓ ѕéľεćťéď ďąťę 國國國國國⟧
27
27
  # Error message shown for an invalid field value
28
- groupSharedFeatures.metadataEditor.metadataEditorFields.floatFieldInvalidValue = ⟦萬萬萬萬萬 İиνàļіď ƒįëĺď νãĺµé 國國國國國⟧
28
+ groupSharedFeatures.metadataEditor.metadataEditorFields.floatFieldInvalidValue = ⟦萬萬萬萬萬 Īиνāļίď ƒіêľď νăľùě 國國國國國⟧
29
29
  # Placeholder text for the multiselect field
30
- groupSharedFeatures.metadataEditor.metadataEditorFields.multiselectPlaceholder = ⟦萬萬萬萬 Ѕéĺёċŧ νãļμĕ(ş) 國國國國⟧
30
+ groupSharedFeatures.metadataEditor.metadataEditorFields.multiselectPlaceholder = ⟦萬萬萬萬 Śέľєсτ νåļüе(ŝ) 國國國國⟧
31
31
  # Error message shown if no attributes are available in the template
32
- groupSharedFeatures.metadataEditor.metadataEditorFields.noTemplateAtributesError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ŧĥéřé αяě йő ąţťяίвüτèş ĭŋ ţнĭş τēmΡľάŧě. 國國國國國國國國國國國國⟧
32
+ groupSharedFeatures.metadataEditor.metadataEditorFields.noTemplateAtributesError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Τĥëŗē áґę ηо āŧŧřïьűţєŝ ĭʼn ťнìŝ ťęmΡľáτе. 國國國國國國國國國國國國⟧
33
33
  # Aria label for opening the calendar to pick a date
34
- groupSharedFeatures.metadataEditor.metadataEditorFields.openCalendarLabel = ⟦萬萬萬萬萬萬萬萬 ÕΡêп çäľéлďâŕ ťó Ρįčκ ă ďǻτè 國國國國國國國國⟧
34
+ groupSharedFeatures.metadataEditor.metadataEditorFields.openCalendarLabel = ⟦萬萬萬萬萬萬萬萬 ÓΡєŋ ćáļěňďāґ ťó Ρįċκ ą ďąťє 國國國國國國國國⟧
35
35
  # Label for the remove entered radio button in the update mode selector
36
- groupSharedFeatures.metadataEditor.metadataEditorFields.removeEntered = ⟦萬萬萬萬 Ŕĕmöνė Ėʼnţěґėď 國國國國⟧
36
+ groupSharedFeatures.metadataEditor.metadataEditorFields.removeEntered = ⟦萬萬萬萬 Ґĕmōνê Εʼnŧēѓéď 國國國國⟧
37
37
  # Label for the replace entered radio button in the update mode selector
38
- groupSharedFeatures.metadataEditor.metadataEditorFields.replaceEntered = ⟦萬萬萬萬 ЃéΡĺå¢ě Ėиťëѓëď 國國國國⟧
38
+ groupSharedFeatures.metadataEditor.metadataEditorFields.replaceEntered = ⟦萬萬萬萬 ΓеΡľãčê Еńťèřèď 國國國國⟧
39
39
  # Aria label for selecting the date
40
- groupSharedFeatures.metadataEditor.metadataEditorFields.selectDate = ⟦萬萬萬萬 Ѕęĺêčŧ τħé ďāţê 國國國國⟧
40
+ groupSharedFeatures.metadataEditor.metadataEditorFields.selectDate = ⟦萬萬萬萬 Śēĺέ¢ţ ŧħę ďáŧē 國國國國⟧
41
41
  # Placeholder text for selecting a value
42
- groupSharedFeatures.metadataEditor.metadataEditorFields.selectValuePlaceholder = ⟦萬萬萬萬 Ŝëľëçť à νãĺůε 國國國國⟧
42
+ groupSharedFeatures.metadataEditor.metadataEditorFields.selectValuePlaceholder = ⟦萬萬萬萬 Śёĺéćţ α νäļűē 國國國國⟧
43
43
  # Placeholder text for setting a value
44
- groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder = ⟦萬萬 Ŝęτ Vâľûē 國國⟧
44
+ groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder = ⟦萬萬 Şëţ Vάļµë 國國⟧
45
45
  # Aria label for switching to the next month in the calendar
46
- groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth = ⟦萬萬萬萬萬 Şшĭťçĥ ţο πèхτ mοиτĥ 國國國國國⟧
46
+ groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth = ⟦萬萬萬萬萬 Ŝώιťčн ţο лėхŧ mσлŧн 國國國國國⟧
47
47
  # Aria label for switching to the previous month in the calendar
48
- groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth = ⟦萬萬萬萬萬萬萬 Ŝщίţċħ ŧó Ρřêνїōúŝ móńŧн 國國國國國國國⟧
48
+ groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth = ⟦萬萬萬萬萬萬萬 Şщίτ¢н ŧо Ρŗêνіŏůś mőπťĥ 國國國國國國國⟧
49
49
  # Placeholder text for selecting a taxonomy option
50
- groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = ⟦萬萬萬萬 Śéļęćť ąη ôΡτįоη 國國國國⟧
50
+ groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = ⟦萬萬萬萬 Ŝέľĕčť ăʼn оΡťіόń 國國國國⟧
51
51
  # aria-label for an icon button that toggles visiblity of update mode slection radio control.
52
- groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel = ⟦萬萬萬萬萬萬萬萬 Τσĝğļέ ûΡďåŧё môďę ѕέļе¢τõŕ 國國國國國國國國⟧
52
+ groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel = ⟦萬萬萬萬萬萬萬萬 Ťōġĝĺė űΡďàţê móďè şёľë¢ţõя 國國國國國國國國⟧
53
53
  # Label for the additional input field that appears when the selected update mode is "Replace Entered"
54
- groupSharedFeatures.metadataEditor.metadataEditorFields.with = ⟦萬 Щïţн 國⟧
54
+ groupSharedFeatures.metadataEditor.metadataEditorFields.with = ⟦萬 Щįτħ 國⟧
55
55
  # Label for the button that applies the selection and closes the template selection dialog
56
- groupSharedFeatures.metadataEditor.metadataTemplateSelector.add = ⟦ Âďď
56
+ groupSharedFeatures.metadataEditor.metadataTemplateSelector.add = ⟦ Άďď
57
57
  # Label for the button that dismisses the template selection dialog
58
- groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel = ⟦萬 Ćāй¢êľ 國⟧
58
+ groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel = ⟦萬 Ĉāńċёĺ 國⟧
59
59
  # Aria label for the button that closes the template selection dialog
60
- groupSharedFeatures.metadataEditor.metadataTemplateSelector.close = ⟦萬 Ćļοşĕ 國⟧
60
+ groupSharedFeatures.metadataEditor.metadataTemplateSelector.close = ⟦萬 Čľσşë 國⟧
61
61
  # Title for the metadata template selection dialog
62
- groupSharedFeatures.metadataEditor.metadataTemplateSelector.header = ⟦萬萬萬萬萬萬萬 Şεļèçŧ Μěŧάďąţá ŢёmΡĺáŧε 國國國國國國國⟧
62
+ groupSharedFeatures.metadataEditor.metadataTemplateSelector.header = ⟦萬萬萬萬萬萬萬 Şęļęčŧ Мєţāďǻŧã ŤëmΡĺαŧè 國國國國國國國⟧
63
63
  # Accessibility label for the button that clears the value of the search input that filters the templates in the metadata template selection dialog
64
- groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel = ⟦萬 Čľєãґ 國⟧
64
+ groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel = ⟦萬 Ĉĺєǻг 國⟧
65
65
  # Accessibility label for icon inside the search input that filters the templates in the metadata template selection dialog
66
- groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel = ⟦萬萬萬萬萬 Ŝéáѓĉĥ ăľĺ ţêmΡľǻτёŝ 國國國國國⟧
66
+ groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel = ⟦萬萬萬萬萬 Ѕέáŗĉħ ǻľĺ ŧëmΡļàŧěś 國國國國國⟧
67
67
  # Placeholder text for the search input in the metadata template selector modal
68
- groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder = ⟦萬萬萬萬萬 Śēåřćĥ ąľľ ŧęmΡļåŧĕŝ 國國國國國⟧
68
+ groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder = ⟦萬萬萬萬萬 Ŝèάгĉħ áĺļ ťèmΡļαţєś 國國國國國⟧
69
69
  # Placeholder text prompting the user to select a template
70
- groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = ⟦萬萬萬萬萬 Ѕёļęĉτ ä ŢĕmΡļáťę 國國國國國⟧
70
+ groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = ⟦萬萬萬萬萬 Śęĺęćŧ á ŦěmΡĺãτě 國國國國國⟧
71
71
  # Error message displayed when templates fail to load
72
- groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ćőúļď иõτ ļòáď ťέmΡļąτëş. Ŧřў àĝäіπ ĺąτёя 國國國國國國國國國國國國⟧
72
+ groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Çŏúľď иóţ ľōǻď ťêmΡľâτěş. Ŧґŷ áġάíи ľάŧēř 國國國國國國國國國國國國⟧
73
73
  # Display name for custom metadata templates
74
- metadataEditor.addMetadataTemplate.customMetadataName = ⟦萬萬萬萬 Ćμŝŧοm Мèţāďåτâ 國國國國⟧
74
+ metadataEditor.addMetadataTemplate.customMetadataName = ⟦萬萬萬萬 Ćцŝτöm Меţāďǻτă 國國國國⟧
75
75
  # Description for the search input field in the metadata editor
76
- metadataEditor.addMetadataTemplate.search.placeholder = ⟦萬萬萬萬 Śêąгçн τеmΡĺåŧĕś 國國國國⟧
76
+ metadataEditor.addMetadataTemplate.search.placeholder = ⟦萬萬萬萬 Şέāя¢ĥ τęmΡĺąťĕŝ 國國國國⟧
77
77
  # Call to encourage user to add metadata templates
78
- metadataEditor.addMetadataTemplate.trigger.label = ⟦萬萬萬 Αďď ťєmΡľåťê 國國國⟧
78
+ metadataEditor.addMetadataTemplate.trigger.label = ⟦萬萬萬 Άďď ťëmΡļâτέ 國國國⟧
79
79
  # Label for value suggested by Box AI
80
- metadataEditor.aiSuggestionField.aiSuggestionCaption = ⟦萬萬萬萬萬 βσх ÂÍ ѕũĝĝèѕţїσń: 國國國國國⟧
80
+ metadataEditor.aiSuggestionField.aiSuggestionCaption = ⟦萬萬萬萬萬 Βοх ÀĮ śüġĝéŝţїόп: 國國國國國⟧
81
81
  # Aria-label for AI suggestion options
82
- metadataEditor.aiSuggestionField.aiSuggestionOptions = ⟦萬萬 ÕΡţιōņѕ 國國⟧
82
+ metadataEditor.aiSuggestionField.aiSuggestionOptions = ⟦萬萬 ÕΡťìøηѕ 國國⟧
83
83
  # Label for appending the AI suggestion
84
- metadataEditor.aiSuggestionField.appendLabel = ⟦萬 ÄΡΡěńď 國⟧
84
+ metadataEditor.aiSuggestionField.appendLabel = ⟦萬 ÁΡΡĕлď 國⟧
85
85
  # Label for clearing the current value and applying the AI suggestion
86
- metadataEditor.aiSuggestionField.clearAndReplaceLabel = ⟦萬萬萬萬萬 Ćĺєąя âŋď ŖεΡľâ¢ē 國國國國國⟧
86
+ metadataEditor.aiSuggestionField.clearAndReplaceLabel = ⟦萬萬萬萬萬 Ċļéάŗ ãήď ΓëΡľάçĕ 國國國國國⟧
87
87
  # Label for confirming the message informing that AI suggestion is the same as already applied value
88
- metadataEditor.aiSuggestionField.dismissLabel = ⟦萬萬 Ĉŏлƒįгm 國國⟧
88
+ metadataEditor.aiSuggestionField.dismissLabel = ⟦萬萬 Çóŋƒïŕm 國國⟧
89
89
  # Label for ignoring the AI suggestion
90
- metadataEditor.aiSuggestionField.ignoreLabel = ⟦萬 Ĩğňòřе 國⟧
90
+ metadataEditor.aiSuggestionField.ignoreLabel = ⟦萬 Ĩğйоřë 國⟧
91
91
  # Label informing that AI suggestion value is the same as already existing value
92
- metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = ⟦萬萬萬萬萬萬萬萬萬萬萬 ßö× ÃÌ śűĝĝéşťş ŧнē şãmέ νäĺūє äś ãвöνé 國國國國國國國國國國國⟧
92
+ metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = ⟦萬萬萬萬萬萬萬萬萬萬萬 Бο× ÁΪ śµġğëŝťѕ τĥε śàmê νăľűę äś âьøνë 國國國國國國國國國國國⟧
93
93
  # Paragraph asking user are they sure that they want to delete the template
94
- metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Àгё Уŏű ŝůŗē Уôû ωαиτ ţò ďëĺêŧê ŧħє "{templateName}" Мéţǻďǻťą ţémΡļāţè, ăлď αľĺ óƒ ĩτŝ νãľüеś ƒŗõm ŧнϊş ƒιļé? 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
94
+ metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Áŗê ÿòű şüґë ўōű ŵáŋŧ τõ ďеļёťē τнέ "{templateName}" Мєťαďãŧã ťёmΡļåŧέ, àήď ãļļ õƒ íŧŝ νāļμĕś ƒгоm ŧнìŝ ƒïĺė? 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
95
95
  # Label informing how to confirm deletion of the template
96
- metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŢŷΡę ťĥë Мēťαďâŧá ΤēmΡļåťè’ѕ ňāmé ťó ¢олƒіŗm ďĕľετíöŋ 國國國國國國國國國國國國國國國⟧
96
+ metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ΤýΡê τĥε Μеťáďäŧá ŤĕmΡĺąτέ’ś ηâmė ťø ĉσήƒìŕm ďèĺέťїõй 國國國國國國國國國國國國國國國⟧
97
97
  # Paragraph informing that data cannot be restored
98
- metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ǿлçě ďєĺєτёď, Мēţαďàτã νāĺűėŝ сāʼnπоτ ве гĕŝŧόяέď. 國國國國國國國國國國國國國國⟧
98
+ metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Óńĉĕ ďеļēťėď, Μėťåďăťâ νǻľûėŝ ĉäňπőŧ ьē яęŝŧõяέď. 國國國國國國國國國國國國國國⟧
99
99
  # CTA to cancel deletion of the template
100
- metadataEditor.editInstance.deleteConfirmationModal.cancelButton = ⟦萬 Ċáйсєĺ 國⟧
100
+ metadataEditor.editInstance.deleteConfirmationModal.cancelButton = ⟦萬 Ćāńсëĺ 國⟧
101
101
  # CTA to confirm deletion of the template
102
- metadataEditor.editInstance.deleteConfirmationModal.confirmButton = ⟦萬萬 Ċöпƒϊŗm 國國⟧
102
+ metadataEditor.editInstance.deleteConfirmationModal.confirmButton = ⟦萬萬 Ćôŋƒĭяm 國國⟧
103
103
  # Template named used when user created custom metadata template
104
- metadataEditor.editInstance.deleteConfirmationModal.customMedatata = ⟦萬萬萬萬 Čŭѕŧоm Μеťâďαťã 國國國國⟧
104
+ metadataEditor.editInstance.deleteConfirmationModal.customMedatata = ⟦萬萬萬萬 Ćůѕţõm Мĕŧãďàŧá 國國國國⟧
105
105
  # Aria label for Dismiss (x) button
106
- metadataEditor.editInstance.deleteConfirmationModal.dismissButton = ⟦萬萬 Ðιѕmιśś 國國⟧
106
+ metadataEditor.editInstance.deleteConfirmationModal.dismissButton = ⟦萬萬 Ďίѕmìśś 國國⟧
107
107
  # Header informing that template will be deleted
108
- metadataEditor.editInstance.deleteConfirmationModal.header = ⟦萬萬萬萬 Ðèĺêτë "{templateName}" 國國國國⟧
108
+ metadataEditor.editInstance.deleteConfirmationModal.header = ⟦萬萬萬萬 Ðėļėτе "{templateName}" 國國國國⟧
109
109
  # Aria label for header informing that template will be deleted
110
- metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel = ⟦萬萬萬萬萬萬萬 Ðёļėţĕ Мêŧâďåţα ŤěmΡĺåτè 國國國國國國國⟧
110
+ metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel = ⟦萬萬萬萬萬萬萬 Ďёĺėťè Мęţǻďάţã ŦèmΡļàŧє 國國國國國國國⟧
111
111
  # Description of Box AI features
112
- metadataEditor.fileLevel.emptyState.boxAiEnabled.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ůѕё ţĥё Ρóωέŗ őƒ Βőх ΑÍ τŏ qüï¢кľУ ¢ăΡťûŗέ ďøçцmέňŧ mėťåďâŧã, ẁîŧĥ éνέг-їńčŗéâśĩπğ ąćčũгåсγ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
112
+ metadataEditor.fileLevel.emptyState.boxAiEnabled.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ûşέ ŧнέ Ρόẁέŗ ŏƒ ßό× Äİ ťó qµîćĸľỳ čáΡťμгĕ ďö¢ümєήτ méτąďαŧα, шϊτн ėνéг-ίʼnčґєáŝįлĝ ãс¢ùřàсÿ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
113
113
  # Call to encourage user to use Box AI to autofill metadata fields
114
- metadataEditor.fileLevel.emptyState.boxAiEnabled.heading = ⟦萬萬萬萬萬萬萬萬 Âůτōƒïļĺ Μеťåďάţǻ ŵіţħ Бόх ÄĬ 國國國國國國國國⟧
114
+ metadataEditor.fileLevel.emptyState.boxAiEnabled.heading = ⟦萬萬萬萬萬萬萬萬 Âůŧöƒīļľ Μëτäďåťά ŵìţĥ ßó× ÃĬ 國國國國國國國國⟧
115
115
  # Description of metadata features
116
- metadataEditor.fileLevel.emptyState.default.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Αďď Μêţåďăŧǻ ţŏ ỳōùŗ ƒιľè ţô ŝūΡΡοяτ вũŝīŋεѕѕ ôΡεґαţìôņş, ẃøяκƒļòŵş, άηď mσѓё! 國國國國國國國國國國國國國國國國國國國國國國國⟧
116
+ metadataEditor.fileLevel.emptyState.default.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Άďď Мĕťāďáτά τō Уòüř ƒιļέ ťõ ŝμΡΡοяť вμŝíʼnеśŝ оΡéřáţĭöήś, ẃôяķƒĺōшś, åпď möѓĕ! 國國國國國國國國國國國國國國國國國國國國國國國⟧
117
117
  # Call to encourage user to add metadata templates
118
- metadataEditor.fileLevel.emptyState.default.heading = ⟦萬萬萬萬萬萬 Àďď Μéţăďǻţâ ŤėmΡľàţēѕ 國國國國國國⟧
118
+ metadataEditor.fileLevel.emptyState.default.heading = ⟦萬萬萬萬萬萬 Âďď Мėŧãďąţǻ ŢęmΡĺâţęś 國國國國國國⟧
119
119
  # Aria label used to clear search input
120
- metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel = ⟦萬萬萬 Ĉľеäґ ѕĕάяċн 國國國⟧
120
+ metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel = ⟦萬萬萬 Ćļęãř ŝεǻґçĥ 國國國⟧
121
121
  # Message displayed when there is no matching option in filter dropdown menu
122
- metadataEditor.filterDropdownMenuSearch.noResultsFound = ⟦萬萬萬萬 Ňô гêѕцļťŝ ƒòŭпď 國國國國⟧
122
+ metadataEditor.filterDropdownMenuSearch.noResultsFound = ⟦萬萬萬萬 Йò гėŝùĺŧѕ ƒоúňď 國國國國⟧
123
123
  # Display name for custom metadata templates
124
- metadataEditor.filterInstancesDropdown.customMetadataName = ⟦萬萬萬萬 Ċüśτόm Мēτāďåţá 國國國國⟧
124
+ metadataEditor.filterInstancesDropdown.customMetadataName = ⟦萬萬萬萬 Çμŝţõm Мεţǻďąτǻ 國國國國⟧
125
125
  # Aria label for subtitle with filtering details. Informs user which templates were chosen.
126
- metadataEditor.filterInstancesDropdown.detailsTextAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Äгĩα ļǻвєľ ƒòя ѕúьŧιţľë ώīŧн ƒíľŧêґїйğ ďëτǻìľѕ. Îņƒôřmş ùśёř ẃнìĉĥ ťémΡľăţęѕ ωèŗě çнöѕëή. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
126
+ metadataEditor.filterInstancesDropdown.detailsTextAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ǻяĩă ĺǻвēļ ƒøг śūьťïτľέ шϊτĥ ƒіļţëŕїʼnĝ ďēťàίļŝ. Ĭπƒοŗmş ųŝëŗ шĥïćħ τęmΡļαţёѕ ωєґĕ сĥóşěʼn. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
127
127
  # Default trigger button that opens dropdown menu with list of templates applied to previewed file. This version is applied if all templates are selected. If template is selected in the dropdown, them all other templates in sidebar are filtered out.
128
- metadataEditor.filterInstancesDropdown.triggerButton.allTemplates = ⟦萬萬萬 Ąľĺ ŢémΡľàťєś 國國國⟧
128
+ metadataEditor.filterInstancesDropdown.triggerButton.allTemplates = ⟦萬萬萬 Åľļ ŢėmΡľäťēѕ 國國國⟧
129
129
  # Trigger button that opens dropdown menu with list of templates applied to previewed file. This version is applied if not all templates are selected. If template is selected in the dropdown, them all other templates in sidebar are filtered out.
130
- metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates = ⟦萬萬萬萬萬萬萬 {selectedTemplatesNumber} øƒ {visibleTemplatesNumber} ΤēmΡľǻτёś 國國國國國國國⟧
130
+ metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates = ⟦萬萬萬萬萬萬萬 {selectedTemplatesNumber} όƒ {visibleTemplatesNumber} ΤémΡĺǻťēş 國國國國國國國⟧
131
131
  # Call to show empty values
132
- metadataEditor.instanceLevel.emptyState.emptyValues.Cta = ⟦萬萬萬萬 Şěé єmΡţγ ναĺůεş 國國國國⟧
132
+ metadataEditor.instanceLevel.emptyState.emptyValues.Cta = ⟦萬萬萬萬 Ѕěе èmΡţў νãĺüєś 國國國國⟧
133
133
  # Header informing user that there are no values in the template
134
- metadataEditor.instanceLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬萬 Ťħιś ŧêmΡĺãτё ĥàś пõ νãļűēş 國國國國國國國國⟧
134
+ metadataEditor.instanceLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬萬 Ţħιş ţέmΡļάťě нăş ʼnо νǻļüēś 國國國國國國國國⟧
135
135
  # Header informing user that there are no attributes in the template
136
- metadataEditor.instanceLevel.emptyState.noAttributes.heading = ⟦萬萬萬萬萬萬萬萬萬 Ťнїѕ τėmΡľǻţë нáŝ лő âτţгιвцţεŝ 國國國國國國國國國⟧
136
+ metadataEditor.instanceLevel.emptyState.noAttributes.heading = ⟦萬萬萬萬萬萬萬萬萬 Τħìş ţєmΡļäŧё нáş по ăťτгїьŭťéŝ 國國國國國國國國國⟧
137
137
  # Caption about no empty values to be shown
138
- metadataEditor.instanceLevel.emptyState.noEmptyValues.body = ⟦萬萬萬萬萬萬萬萬 Ţнїŝ ťěmΡļαťë ħăş иø νàļµєś 國國國國國國國國⟧
138
+ metadataEditor.instanceLevel.emptyState.noEmptyValues.body = ⟦萬萬萬萬萬萬萬萬 Ţнíş τèmΡľáţë нãŝ лő νąļµеş 國國國國國國國國⟧
139
139
  # Description how metadata can be added
140
- metadataEditor.managerLevel.emptyState.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βѓòωѕê öґ şεăґсħ ƒσѓ ŷôŭґ іţёmѕ ťő āΡΡĺÿ āňď еďïť mēťäďäτą 國國國國國國國國國國國國國國國國國⟧
140
+ metadataEditor.managerLevel.emptyState.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ßŗōŵѕĕ όŗ şέâřċĥ ƒòŕ ўόüѓ ίťēmś το åΡΡļÿ àиď ёďįτ mèţâďąτǻ 國國國國國國國國國國國國國國國國國⟧
141
141
  # Call to encourage user apply metadata templates
142
- metadataEditor.managerLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬 ΑΡΡľỳ Мęτâďâτą ΤëmΡļäţεŝ 國國國國國國國⟧
142
+ metadataEditor.managerLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬 ÄΡΡľў Мėţäďąτä ŦémΡĺǻτēś 國國國國國國國⟧
143
143
  # Aria label for card grouping two input fields: attribute name and value. This group lets user add new attribute to existing Custom Metadata template.
144
- metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬 Ãďď ńèẃ àτţяϊвùţë τо Ċŭşţσm Μєţăďâτà 國國國國國國國國國國⟧
144
+ metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬 Ăďď ήëẁ ąťτгίьцτе ţö Ćŭѕťóm Μëťâďăŧã 國國國國國國國國國國⟧
145
145
  # Primary CTA button to add new field to cutom meatdata instance
146
- metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA = ⟦ Άďď
146
+ metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA = ⟦ Αďď
147
147
  # Label for the attribute name input field
148
- metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel = ⟦萬萬萬萬 Āťτґĭьūτë Ŋâmě 國國國國⟧
148
+ metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel = ⟦萬萬萬萬 Αŧŧяϊвцŧε Ñãmе 國國國國⟧
149
149
  # Cancel button text
150
- metadataEditor.metadataEditor.customIntanceNewField.cancelCTA = ⟦萬 Çáʼnçêľ 國⟧
150
+ metadataEditor.metadataEditor.customIntanceNewField.cancelCTA = ⟦萬 Čαʼnčèľ 國⟧
151
151
  # Error enforcing unique key for custom metadata
152
- metadataEditor.metadataEditor.customIntanceNewField.customErrorDuplicateKey = ⟦萬萬萬萬萬 ĶêУ ăľґĕàďŷ é×ιşŧş. 國國國國國⟧
152
+ metadataEditor.metadataEditor.customIntanceNewField.customErrorDuplicateKey = ⟦萬萬萬萬萬 Κεÿ àļгёάďý ěхιŝτś. 國國國國國⟧
153
153
  # Error enforcing non internal key for custom metadata
154
- metadataEditor.metadataEditor.customIntanceNewField.customErrorInternalKey = ⟦萬萬萬萬萬萬萬萬 Ќėўś ċąňńõť ьęğĭņ щĩŧн ă $. 國國國國國國國國⟧
154
+ metadataEditor.metadataEditor.customIntanceNewField.customErrorInternalKey = ⟦萬萬萬萬萬萬萬萬 Ķėўś сąʼnηότ вĕġιп ŵίţн ā $. 國國國國國國國國⟧
155
155
  # Placeholder for the key field for custom metadata
156
- metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder = ⟦萬萬萬萬萬 є.ġ. Õґďéŗ Йŭmвėґ 國國國國國⟧
156
+ metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder = ⟦萬萬萬萬萬 ě.ğ. Őгďėя ҵmьëг 國國國國國⟧
157
157
  # Error enforcing required key for custom metadata
158
- metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired = ⟦萬萬萬萬 ЌėУ ïś ѓēqŭїřêď 國國國國⟧
158
+ metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired = ⟦萬萬萬萬 Κēγ іѕ гέqùîгěď 國國國國⟧
159
159
  # Label for the value input field
160
- metadataEditor.metadataEditor.customIntanceNewField.valueLabel = ⟦萬 Văĺūē 國⟧
160
+ metadataEditor.metadataEditor.customIntanceNewField.valueLabel = ⟦萬 Vâĺùě 國⟧
161
161
  # Placeholder for the value field for custom metadata
162
- metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder = ⟦萬萬 ê.ğ. 42 國國⟧
162
+ metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder = ⟦萬萬 é.ġ. 42 國國⟧
163
163
  # Button that allow to add new attribute to metadata custom instance
164
- metadataEditor.metadataInstanceEditor.customInstance.addAttribute = ⟦萬萬萬萬 + Àďď Ǻŧτгĩвűťê 國國國國⟧
164
+ metadataEditor.metadataInstanceEditor.customInstance.addAttribute = ⟦萬萬萬萬 + Âďď Ãťťяīвüτé 國國國國⟧
165
165
  # Aria label for button that allow to remove attribute from metadata custom instance
166
- metadataEditor.metadataInstanceEditor.customInstance.removeAttribute = ⟦萬萬萬萬萬萬 Ďєľēτě {fieldName} άŧťŕϊьŭťē 國國國國國國⟧
166
+ metadataEditor.metadataInstanceEditor.customInstance.removeAttribute = ⟦萬萬萬萬萬萬 Ďēľëτè {fieldName} áττŕįьùťė 國國國國國國⟧
167
167
  # Placeholder for the value field for custom metadata
168
- metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder = ⟦萬萬 Śęτ νãľúę 國國⟧
168
+ metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder = ⟦萬萬 Śёŧ νãĺůέ 國國⟧
169
169
  # Call to action to cancel and dismiss changes in Metadata Instance.
170
- metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.cancelButton = ⟦萬 Ĉáʼnčėĺ 國⟧
170
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.cancelButton = ⟦萬 Ćàи¢ěļ 國⟧
171
171
  # Call to action to delete Metadata Instance.
172
- metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton = ⟦萬 Ðёľèťē 國⟧
172
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton = ⟦萬 Ďєĺеţė 國⟧
173
173
  # Aria label used to indicate that the button is currently loading.
174
- metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel = ⟦萬萬 Ĺōäďíņĝ... 國國⟧
174
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel = ⟦萬萬 Ļσαďïņġ... 國國⟧
175
175
  # Call to action to save Metadata Instance.
176
- metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = ⟦萬 Şάνе 國⟧
176
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = ⟦萬 Ŝäνë 國⟧
177
177
  # Body for AI suggestions is in Beta notice to inform user to check responses before saving
178
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.aiSuggestionNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬 Pĺēâѕέ сħéćк ŕέşΡόŋşéѕ вęƒōгё śάνĭňğ. 國國國國國國國國國國國⟧
178
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.aiSuggestionNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬 Pľёάśê ćħêćĸ ŕєşΡŏйşέś вéƒòяė ŝâνíпġ. 國國國國國國國國國國國⟧
179
179
  # Header for AI suggestions is in Beta notice
180
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.aiSuggestionNoticeHeader = ⟦萬萬萬萬萬萬 ǺΪ Àûţōƒίļĺ ĩś įʼn Бёŧά 國國國國國國⟧
180
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.aiSuggestionNoticeHeader = ⟦萬萬萬萬萬萬 ĂІ ŵŧöƒϊĺľ іś íп Βēţã 國國國國國國⟧
181
181
  # Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
182
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = ⟦萬萬 Ǻüŧόƒίĺĺ 國國⟧
182
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = ⟦萬萬 Ãúŧōƒїļĺ 國國⟧
183
183
  # Aria label for the "Autofill" button.
184
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel = ⟦萬萬萬萬萬 Ăūτőƒіľľ ẃϊτħ Бöх ĂÍ 國國國國國⟧
184
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel = ⟦萬萬萬萬萬 Àűťοƒїļĺ щīŧħ ßōх ÃÌ 國國國國國⟧
185
185
  # Tooltip text explaining that by clicking button user can autofill template using Box AI
186
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = ⟦萬萬萬萬萬萬萬萬 Āŭŧоƒіļĺ ẁιτħ Βõ× ĄĨ (ßěŧä) 國國國國國國國國⟧
186
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = ⟦萬萬萬萬萬萬萬萬 Âůτοƒїľĺ ẁіťħ ßо× ǺІ (Βĕťà) 國國國國國國國國⟧
187
187
  # Header with Custom Metadata template name
188
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = ⟦萬萬萬萬 Ċμŝţõm Μēτǻďãτä 國國國國⟧
188
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = ⟦萬萬萬萬 Ĉûśţŏm Μĕŧαďåţă 國國國國⟧
189
189
  # Aria label used to indicate that the button is currently loading.
190
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = ⟦萬萬 Ľôąďĭлġ... 國國⟧
190
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = ⟦萬萬 Ĺòåďίйğ... 國國⟧
191
191
  # Body for the unsaved changes modal
192
- metadataEditor.unsavedChangesModal.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Мëţàďäτå ŧěmΡļàŧé(ş) нāνє ùлŝąνĕď сĥâпġĕś. Ħōẃ ẃőŭľď ŷõű ľìĸέ τő Ρŗøĉèĕď? 國國國國國國國國國國國國國國國國國國國國國⟧
192
+ metadataEditor.unsavedChangesModal.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Μëţąďäŧά τëmΡľāτе(ş) нάνе ũиŝâνéď ćнάńğεŝ. Ħòẁ ωőůĺď ÿőù ĺíкě ţŏ Ρřőčęèď? 國國國國國國國國國國國國國國國國國國國國國⟧
193
193
  # Label for close (x) button
194
- metadataEditor.unsavedChangesModal.closeLabel = ⟦萬 Ċľοśё 國⟧
194
+ metadataEditor.unsavedChangesModal.closeLabel = ⟦萬 Ćľőŝє 國⟧
195
195
  # CTA for going back to edit mode of the current template
196
- metadataEditor.unsavedChangesModal.continueEditingCTA = ⟦萬萬萬萬 Ĉóηţíицé Еďιŧìήġ 國國國國⟧
196
+ metadataEditor.unsavedChangesModal.continueEditingCTA = ⟦萬萬萬萬 Ċòʼnŧιημε Ёďĩŧїйĝ 國國國國⟧
197
197
  # CTA for discarding unsaved changes
198
- metadataEditor.unsavedChangesModal.discardChangesCTA = ⟦萬萬萬萬 Ðιŝčąřď Ċħâŋğęś 國國國國⟧
198
+ metadataEditor.unsavedChangesModal.discardChangesCTA = ⟦萬萬萬萬 Ďĩŝсąґď Ćĥãňğéŝ 國國國國⟧
199
199
  # Header for the unsaved changes modal
200
- metadataEditor.unsavedChangesModal.header = ⟦萬萬萬萬 Ůлŝανėď Čħåŋĝéŝ 國國國國⟧
200
+ metadataEditor.unsavedChangesModal.header = ⟦萬萬萬萬 Ũńŝàνêď Ċнåйğėś 國國國國⟧
201
201
  # Call to action to hide all empty values
202
- metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = ⟦萬萬萬萬萬 Ηîďé еmΡťУ νāľûéѕ 國國國國國⟧
202
+ metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = ⟦萬萬萬萬萬 Ħįďē ěmΡţý νåľúēş 國國國國國⟧
203
203
  # Call to action to show hidden empty values
204
- metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = ⟦萬萬萬萬萬 Şĥŏẁ ēmΡţỳ νäľŭέś 國國國國國⟧
204
+ metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = ⟦萬萬萬萬萬 Şħσώ ęmΡţŷ νǻļũеѕ 國國國國國⟧
205
205
  # Aria label for the autofill button
206
- metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = ⟦萬萬萬萬萬萬萬 Áµŧόƒĭļľ {templateName} ŵíťħ Βőх ĀĬ 國國國國國國國⟧
206
+ metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = ⟦萬萬萬萬萬萬萬 Áùťόƒīľĺ {templateName} ώïτĥ βοх ÁÌ 國國國國國國國⟧
207
207
  # Tooltip text explaining that by clicking button user can autofill template using Box AI
208
- metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = ⟦萬萬萬萬萬萬萬萬 Àûτσƒïĺľ щíŧн Βø× ĂΊ (Бĕţă) 國國國國國國國國⟧
208
+ metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = ⟦萬萬萬萬萬萬萬萬 Ăúτòƒïĺľ шĭŧħ Бõх ĂÍ (Βёŧã) 國國國國國國國國⟧
209
209
  # Header with Custom Metadata template name
210
- metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = ⟦萬萬萬萬 Ƶŝţοm Μєŧäďáτā 國國國國⟧
210
+ metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = ⟦萬萬萬萬 Čűşţøm Μěτäďàτā 國國國國⟧
211
211
  # Aria label for the edit button
212
- metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = ⟦萬萬 Ĕďϊť {templateName} 國國⟧
212
+ metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = ⟦萬萬 Ēďιτ {templateName} 國國⟧
213
213
  # Tooltip text explaining that by clicking button user can edit template
214
- metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = ⟦萬 Ëďĩť 國⟧
214
+ metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = ⟦萬 Ёďіτ 國⟧
215
215
  # Default value for ancestor level value when it is empty
216
216
  taxonomyAncestorStatusPill.emptyAncestorLevelValue = ⟦ - - ⟧
217
217
  # Error message displayed resembling button that calls to action to reload the details
218
- taxonomyAncestorStatusPill.errorAction = ⟦萬 Яεľôãď 國⟧
218
+ taxonomyAncestorStatusPill.errorAction = ⟦萬 Ґęĺŏàď 國⟧
219
219
  # Aria-label text for the error icon in the loading results error message
220
- taxonomyAncestorStatusPill.errorIconLabel = ⟦萬 Έгŗοř 國⟧
220
+ taxonomyAncestorStatusPill.errorIconLabel = ⟦萬 Ěŗřόя 國⟧
221
221
  # Error message displayed as inline notice that informs the user that the taxonomy details failed to load
222
- taxonomyAncestorStatusPill.errorMessage = ⟦萬萬萬萬萬萬 ₣āїľĕď τó ĺŏâď ďēτάĭĺŝ 國國國國國國⟧
222
+ taxonomyAncestorStatusPill.errorMessage = ⟦萬萬萬萬萬萬 ₣áϊľєď ŧó ļôάď ďεŧąīľŝ 國國國國國國⟧
223
223
  # Visually hidden aria-label text for the loading spinner
224
- taxonomyAncestorStatusPill.loadingAriaLabel = ⟦萬萬 Ĺοåďįлġ... 國國⟧
224
+ taxonomyAncestorStatusPill.loadingAriaLabel = ⟦萬萬 Ĺŏαďіηĝ... 國國⟧
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/metadata-editor",
3
- "version": "0.84.10",
3
+ "version": "0.85.2",
4
4
  "peerDependencies": {
5
5
  "@ariakit/react": "0.4.15",
6
6
  "@box/blueprint-web": "^7.30.3",
@@ -14,9 +14,9 @@
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.0",
18
- "@box/blueprint-web-assets": "^4.32.0",
19
- "@box/storybook-utils": "^0.8.1",
17
+ "@box/blueprint-web": "^9.16.2",
18
+ "@box/blueprint-web-assets": "^4.32.1",
19
+ "@box/storybook-utils": "^0.8.2",
20
20
  "@testing-library/react": "^15.0.6",
21
21
  "react": "^18.3.0",
22
22
  "react-dom": "^18.3.0",
@@ -53,5 +53,5 @@
53
53
  "**/*.css"
54
54
  ],
55
55
  "license": "SEE LICENSE IN LICENSE",
56
- "gitHead": "7167b603859db70120f58d10f8e29117271b9f9a"
56
+ "gitHead": "9c7b8b2a403ff2bc3d0f313cdc8a7fb3a73079ed"
57
57
  }
@@ -1 +1 @@
1
- ._wrapperGradient_t2yak_1{background:linear-gradient(135deg,#fe03dc 0%,#2784fa 100%);border-radius:0 0 var(--radius-2) var(--radius-2)}._wrapperGradient_t2yak_1 ._wrapper_t2yak_1{display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;user-select:none;padding:var(--space-2) var(--space-3);position:relative;box-sizing:border-box;background:var(--box-blue-02);background-clip:padding-box;border:var(--border-1) solid transparent;border-radius:inherit}._wrapperGradient_t2yak_1 ._wrapper_t2yak_1 ._buttons_t2yak_18{display:flex;gap:var(--space-1)}._wrapperGradient_t2yak_1 ._wrapper_t2yak_1 ._selectTrigger_t2yak_22{width:var(--size-6);height:var(--size-6)}._wrapperGradient_t2yak_1 ._wrapper_t2yak_1>div>p{overflow-wrap:anywhere}
1
+ ._wrapperGradient_t2yak_1{background:linear-gradient(135deg,#fe03dc,#2784fa);border-radius:0 0 var(--radius-2) var(--radius-2)}._wrapperGradient_t2yak_1 ._wrapper_t2yak_1{display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;user-select:none;padding:var(--space-2) var(--space-3);position:relative;box-sizing:border-box;background:var(--box-blue-02);background-clip:padding-box;border:var(--border-1) solid transparent;border-radius:inherit}._wrapperGradient_t2yak_1 ._wrapper_t2yak_1 ._buttons_t2yak_18{display:flex;gap:var(--space-1)}._wrapperGradient_t2yak_1 ._wrapper_t2yak_1 ._selectTrigger_t2yak_22{width:var(--size-6);height:var(--size-6)}._wrapperGradient_t2yak_1 ._wrapper_t2yak_1>div>p{overflow-wrap:anywhere}
package/styles/utils.css CHANGED
@@ -1 +1 @@
1
- ._noAttributesText_1ggnw_1{text-align:center}._fieldWrapper_1ggnw_5{isolation:isolate;position:relative}._fieldWrapper_1ggnw_5 ._hasSuggestion_1ggnw_10>input,._fieldWrapper_1ggnw_5 ._hasSuggestion_1ggnw_10>button,._fieldWrapper_1ggnw_5 ._hasSuggestion_1ggnw_10>div[role=group]>div,._fieldWrapper_1ggnw_5 ._hasSuggestion_1ggnw_10>div>div{border-bottom:none!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}._fieldWrapper_1ggnw_5 ._hasSuggestion_1ggnw_10>input:not(:disabled):not(:focus-visible):not(._error_1ggnw_18):hover,._fieldWrapper_1ggnw_5 ._hasSuggestion_1ggnw_10>button:not(:disabled):not(:focus-visible):not(._error_1ggnw_18):hover,._fieldWrapper_1ggnw_5 ._hasSuggestion_1ggnw_10>div[role=group]>div:not(:disabled):not(:focus-visible):not(._error_1ggnw_18):hover,._fieldWrapper_1ggnw_5 ._hasSuggestion_1ggnw_10>div>div:not(:disabled):not(:focus-visible):not(._error_1ggnw_18):hover{border-bottom:none}._fieldWrapper_1ggnw_5 ._hasSuggestion_1ggnw_10 div[role=group]>div{margin-left:var(--border-1);margin-right:var(--border-1)}._fieldWrapper_1ggnw_5 ._dateField_1ggnw_30>div[role=group]>div{padding-inline:.75rem}._fieldWrapper_1ggnw_5 ._suggestionApplied_1ggnw_34>._comboboxContainer_1ggnw_34,._fieldWrapper_1ggnw_5 ._suggestionApplied_1ggnw_34>input,._fieldWrapper_1ggnw_5 ._suggestionApplied_1ggnw_34>button,._fieldWrapper_1ggnw_5 ._suggestionApplied_1ggnw_34>div[role=group]>div,._fieldWrapper_1ggnw_5 ._suggestionApplied_1ggnw_34>div>div{border:double var(--border-1) transparent!important;box-sizing:border-box!important;border-radius:var(--radius-2);background-image:linear-gradient(#fff,#fff),linear-gradient(135deg,#fe03dc 0%,#2784fa 100%)!important;background-origin:border-box!important;background-clip:padding-box,border-box!important;outline:none}._labelWrapper_1ggnw_48{width:100%;display:flex;align-items:baseline;justify-content:space-between}._labelWrapper_1ggnw_48 ._labelText_1ggnw_54{flex:unset!important}._labelWrapper_1ggnw_48 ._labelIcon_1ggnw_57{margin-inline-end:var(--space-3);margin-inline-start:var(--space-3);height:var(--space-4);width:var(--space-4)}
1
+ ._noAttributesText_1ggnw_1{text-align:center}._fieldWrapper_1ggnw_5{isolation:isolate;position:relative}._fieldWrapper_1ggnw_5 ._hasSuggestion_1ggnw_10>input,._fieldWrapper_1ggnw_5 ._hasSuggestion_1ggnw_10>button,._fieldWrapper_1ggnw_5 ._hasSuggestion_1ggnw_10>div[role=group]>div,._fieldWrapper_1ggnw_5 ._hasSuggestion_1ggnw_10>div>div{border-bottom:none!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}._fieldWrapper_1ggnw_5 ._hasSuggestion_1ggnw_10>input:not(:disabled):not(:focus-visible):not(._error_1ggnw_18):hover,._fieldWrapper_1ggnw_5 ._hasSuggestion_1ggnw_10>button:not(:disabled):not(:focus-visible):not(._error_1ggnw_18):hover,._fieldWrapper_1ggnw_5 ._hasSuggestion_1ggnw_10>div[role=group]>div:not(:disabled):not(:focus-visible):not(._error_1ggnw_18):hover,._fieldWrapper_1ggnw_5 ._hasSuggestion_1ggnw_10>div>div:not(:disabled):not(:focus-visible):not(._error_1ggnw_18):hover{border-bottom:none}._fieldWrapper_1ggnw_5 ._hasSuggestion_1ggnw_10 div[role=group]>div{margin-left:var(--border-1);margin-right:var(--border-1)}._fieldWrapper_1ggnw_5 ._dateField_1ggnw_30>div[role=group]>div{padding-inline:.75rem}._fieldWrapper_1ggnw_5 ._suggestionApplied_1ggnw_34>._comboboxContainer_1ggnw_34,._fieldWrapper_1ggnw_5 ._suggestionApplied_1ggnw_34>input,._fieldWrapper_1ggnw_5 ._suggestionApplied_1ggnw_34>button,._fieldWrapper_1ggnw_5 ._suggestionApplied_1ggnw_34>div[role=group]>div,._fieldWrapper_1ggnw_5 ._suggestionApplied_1ggnw_34>div>div{border:double var(--border-1) transparent!important;box-sizing:border-box!important;border-radius:var(--radius-2);background-image:linear-gradient(#fff,#fff),linear-gradient(135deg,#fe03dc,#2784fa)!important;background-origin:border-box!important;background-clip:padding-box,border-box!important;outline:none}._labelWrapper_1ggnw_48{width:100%;display:flex;align-items:baseline;justify-content:space-between}._labelWrapper_1ggnw_48 ._labelText_1ggnw_54{flex:unset!important}._labelWrapper_1ggnw_48 ._labelIcon_1ggnw_57{margin-inline-end:var(--space-3);margin-inline-start:var(--space-3);height:var(--space-4);width:var(--space-4)}
@@ -1,2 +1,2 @@
1
- import { type AddMetadataTemplateDropdownProps } from './types';
1
+ import { AddMetadataTemplateDropdownProps } from './types';
2
2
  export declare function AddMetadataTemplateDropdown({ availableTemplates, onSelect, selectedTemplates, }: AddMetadataTemplateDropdownProps): import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
- import { type MetadataTemplate } from '../../types';
1
+ import { MetadataTemplate } from '../../types';
2
2
  export type AddMetadataTemplateDropdownProps = {
3
3
  availableTemplates: MetadataTemplate[];
4
4
  selectedTemplates: MetadataTemplate[];
@@ -1,9 +1,9 @@
1
- import { type BaseOptionType } from './types';
2
- export declare const ComboboxWithApiPagination: import("react").ForwardRefExoticComponent<{
3
- defaultFetcher(input: import("./types").PaginationQueryInput): Promise<import("./types").FetcherResponse<BaseOptionType>>;
1
+ import { BaseOptionType } from './types';
2
+ export declare const ComboboxWithApiPagination: import('react').ForwardRefExoticComponent<{
3
+ defaultFetcher(input: import('./types').PaginationQueryInput): Promise<import('./types').FetcherResponse<BaseOptionType>>;
4
4
  placeholder?: string;
5
5
  includeTextInputOption?: boolean;
6
- noResultMessage?: import("react").ReactElement | string;
6
+ noResultMessage?: import('react').ReactElement | string;
7
7
  onInputValueChange?: (inputValue: string) => void;
8
8
  multiselect?: boolean;
9
9
  onValueChange?: (selectedOptions: BaseOptionType[]) => void;
@@ -14,4 +14,4 @@ export declare const ComboboxWithApiPagination: import("react").ForwardRefExotic
14
14
  portalElement?: HTMLElement | (() => HTMLElement);
15
15
  experimentalVirtualization?: boolean;
16
16
  className?: string;
17
- } & import("@box/blueprint-web").Labelable & import("react").RefAttributes<HTMLInputElement>>;
17
+ } & import('@box/blueprint-web').Labelable & import('react').RefAttributes<HTMLInputElement>>;
@@ -1,5 +1,5 @@
1
- import { type Labelable } from '@box/blueprint-web/src/lib/util-components/labelable/types';
2
- import { type ReactElement } from 'react';
1
+ import { Labelable } from '@box/blueprint-web/src/lib/util-components/labelable/types';
2
+ import { ReactElement } from 'react';
3
3
  export interface PaginationQueryInput {
4
4
  marker?: string;
5
5
  searchInput?: string;
@@ -1,4 +1,4 @@
1
- import { type MenuProps } from '@ariakit/react';
1
+ import { MenuProps } from '@ariakit/react';
2
2
  export type FilterDropdownMenuContentProps = MenuProps;
3
3
  /**
4
4
  * Based on Ariakit [Menu](https://ariakit.org/reference/menu)
@@ -1,4 +1,4 @@
1
- import { type ComboboxItemProps } from '@ariakit/react';
1
+ import { ComboboxItemProps } from '@ariakit/react';
2
2
  export type FilterDropdownMenuItemProps = ComboboxItemProps;
3
3
  /**
4
4
  * Based on Ariakit [ComboboxItem](https://ariakit.org/reference/combobox-item)
@@ -1,4 +1,4 @@
1
- import { type ComboboxListProps } from '@ariakit/react';
1
+ import { ComboboxListProps } from '@ariakit/react';
2
2
  export type FilterDropdownMenuListProps = ComboboxListProps;
3
3
  /**
4
4
  * Based on Ariakit [ComboboxList](https://ariakit.org/reference/combobox-list)
@@ -1,4 +1,4 @@
1
- import { type ComboboxProviderProps } from '@ariakit/react';
1
+ import { ComboboxProviderProps } from '@ariakit/react';
2
2
  export type FilterDropdownMenuRootProps = ComboboxProviderProps;
3
3
  /**
4
4
  * The Filtered Dropdown Menu component displays a menu to the user, such as a set of actions or functions—triggered by a button.
@@ -1,4 +1,4 @@
1
- import { type ComboboxProps } from '@ariakit/react';
1
+ import { ComboboxProps } from '@ariakit/react';
2
2
  export type FilterDropdownMenuSearchProps = ComboboxProps;
3
3
  /**
4
4
  * The Search Input for Filtered Dropdown Menu component
@@ -1,4 +1,4 @@
1
- import { type ReactElement } from 'react';
1
+ import { ReactElement } from 'react';
2
2
  export type FilterDropdownMenuTriggerProps = {
3
3
  triggerButton: ReactElement;
4
4
  };
@@ -1,26 +1,26 @@
1
1
  export declare const FilterDropdownMenu: {
2
2
  Root: {
3
- (props: import("@ariakit/react").ComboboxProviderProps): import("react/jsx-runtime").JSX.Element;
3
+ (props: import('@ariakit/react').ComboboxProviderProps): import("react/jsx-runtime").JSX.Element;
4
4
  displayName: string;
5
5
  };
6
6
  Trigger: {
7
- ({ triggerButton, ...rest }: import("./filter-dropdown-menu-trigger").FilterDropdownMenuTriggerProps): import("react/jsx-runtime").JSX.Element;
7
+ ({ triggerButton, ...rest }: import('./filter-dropdown-menu-trigger').FilterDropdownMenuTriggerProps): import("react/jsx-runtime").JSX.Element;
8
8
  displayName: string;
9
9
  };
10
10
  Content: {
11
- (props: import("@ariakit/react").MenuProps): import("react/jsx-runtime").JSX.Element;
11
+ (props: import('@ariakit/react').MenuProps): import("react/jsx-runtime").JSX.Element;
12
12
  displayName: string;
13
13
  };
14
14
  Item: {
15
- (props: import("@ariakit/react").ComboboxItemProps): import("react/jsx-runtime").JSX.Element;
15
+ (props: import('@ariakit/react').ComboboxItemProps): import("react/jsx-runtime").JSX.Element;
16
16
  displayName: string;
17
17
  };
18
18
  List: {
19
- (props: import("@ariakit/react").ComboboxListProps): import("react/jsx-runtime").JSX.Element;
19
+ (props: import('@ariakit/react').ComboboxListProps): import("react/jsx-runtime").JSX.Element;
20
20
  displayName: string;
21
21
  };
22
22
  Search: {
23
- (props: import("@ariakit/react").ComboboxProps): import("react/jsx-runtime").JSX.Element;
23
+ (props: import('@ariakit/react').ComboboxProps): import("react/jsx-runtime").JSX.Element;
24
24
  displayName: string;
25
25
  };
26
26
  EmptyState: {
@@ -1,2 +1,2 @@
1
- import { type FilterInstancesDropdownProps } from './types';
1
+ import { FilterInstancesDropdownProps } from './types';
2
2
  export declare function FilterInstancesDropdown({ appliedTemplates, selectedTemplates, setSelectedTemplates, }: FilterInstancesDropdownProps): import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
- import { type MetadataTemplate } from '../../types';
1
+ import { MetadataTemplate } from '../../types';
2
2
  export type FilterInstancesDropdownProps = {
3
3
  appliedTemplates: MetadataTemplate[];
4
4
  selectedTemplates: MetadataTemplate['id'][];
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import { default as React } from 'react';
2
2
  export interface InteractiveHeaderTextProps {
3
3
  title: string;
4
4
  className?: string;
@@ -1,4 +1,4 @@
1
- import { type TextProps } from '@box/blueprint-web';
1
+ import { TextProps } from '@box/blueprint-web';
2
2
  export type InteractiveTextProps = TextProps & {
3
3
  className?: string;
4
4
  tooltipText: string;
@@ -1,2 +1,2 @@
1
- import { type AiSuggestionFieldProps } from './types';
1
+ import { AiSuggestionFieldProps } from './types';
2
2
  export declare function AiSuggestionField({ aiSuggestion, onAiSuggestionAppend, onAiSuggestionReplace, onAiSuggestionIgnore, type, isSameValue, }: AiSuggestionFieldProps): import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
- import { type MetadataFieldValue, type MetadataTemplateFieldType } from '../../../../types';
1
+ import { MetadataFieldValue, MetadataTemplateFieldType } from '../../../../types';
2
2
  export interface AiSuggestionFieldProps {
3
3
  /**
4
4
  * Represents the AI suggestion to be displayed or processed.
@@ -1,5 +1,5 @@
1
- import { type ReactElement } from 'react';
2
- import { type MetadataFieldValue, type MetadataTemplateFieldType } from '../../../../types';
1
+ import { ReactElement } from 'react';
2
+ import { MetadataFieldValue, MetadataTemplateFieldType } from '../../../../types';
3
3
  export declare function formatSuggestionValue(value: MetadataFieldValue, { type, locale }?: {
4
4
  type?: MetadataTemplateFieldType;
5
5
  locale?: string;