@box/metadata-view 1.53.11 → 1.53.13

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 (54) hide show
  1. package/dist/esm/lib/components/header/header.js +51 -48
  2. package/dist/i18n/bn-IN.js +3 -3
  3. package/dist/i18n/bn-IN.properties +4 -4
  4. package/dist/i18n/da-DK.js +3 -3
  5. package/dist/i18n/da-DK.properties +4 -4
  6. package/dist/i18n/de-DE.js +3 -3
  7. package/dist/i18n/de-DE.properties +4 -4
  8. package/dist/i18n/en-AU.js +2 -2
  9. package/dist/i18n/en-AU.properties +3 -3
  10. package/dist/i18n/en-CA.js +2 -2
  11. package/dist/i18n/en-CA.properties +3 -3
  12. package/dist/i18n/en-GB.js +2 -2
  13. package/dist/i18n/en-GB.properties +3 -3
  14. package/dist/i18n/en-x-pseudo.js +34 -34
  15. package/dist/i18n/en-x-pseudo.properties +35 -35
  16. package/dist/i18n/es-419.js +3 -3
  17. package/dist/i18n/es-419.properties +4 -4
  18. package/dist/i18n/es-ES.js +3 -3
  19. package/dist/i18n/es-ES.properties +4 -4
  20. package/dist/i18n/fi-FI.js +3 -3
  21. package/dist/i18n/fi-FI.properties +4 -4
  22. package/dist/i18n/fr-CA.js +3 -3
  23. package/dist/i18n/fr-CA.properties +4 -4
  24. package/dist/i18n/fr-FR.js +3 -3
  25. package/dist/i18n/fr-FR.properties +4 -4
  26. package/dist/i18n/hi-IN.js +3 -3
  27. package/dist/i18n/hi-IN.properties +4 -4
  28. package/dist/i18n/it-IT.js +3 -3
  29. package/dist/i18n/it-IT.properties +4 -4
  30. package/dist/i18n/ja-JP.js +3 -3
  31. package/dist/i18n/ja-JP.properties +4 -4
  32. package/dist/i18n/ko-KR.js +3 -3
  33. package/dist/i18n/ko-KR.properties +4 -4
  34. package/dist/i18n/nb-NO.js +3 -3
  35. package/dist/i18n/nb-NO.properties +4 -4
  36. package/dist/i18n/nl-NL.js +3 -3
  37. package/dist/i18n/nl-NL.properties +4 -4
  38. package/dist/i18n/pl-PL.js +3 -3
  39. package/dist/i18n/pl-PL.properties +4 -4
  40. package/dist/i18n/pt-BR.js +3 -3
  41. package/dist/i18n/pt-BR.properties +4 -4
  42. package/dist/i18n/ru-RU.js +3 -3
  43. package/dist/i18n/ru-RU.properties +4 -4
  44. package/dist/i18n/sv-SE.js +3 -3
  45. package/dist/i18n/sv-SE.properties +4 -4
  46. package/dist/i18n/tr-TR.js +3 -3
  47. package/dist/i18n/tr-TR.properties +4 -4
  48. package/dist/i18n/zh-CN.js +3 -3
  49. package/dist/i18n/zh-CN.properties +4 -4
  50. package/dist/i18n/zh-TW.js +3 -3
  51. package/dist/i18n/zh-TW.properties +4 -4
  52. package/dist/types/lib/components/header/header.d.ts +1 -1
  53. package/dist/types/lib/types.d.ts +18 -6
  54. package/package.json +12 -12
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@box/metadata-view",
3
- "version": "1.53.11",
3
+ "version": "1.53.13",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "peerDependencies": {
6
- "@box/blueprint-web": "^13.15.0",
7
- "@box/blueprint-web-assets": "^4.111.6",
8
- "@box/box-item-type-selector": "^1.39.7",
9
- "@box/item-icon": "^2.32.0",
10
- "@box/metadata-filter": "^1.80.9",
6
+ "@box/blueprint-web": "^13.15.1",
7
+ "@box/blueprint-web-assets": "^4.111.7",
8
+ "@box/box-item-type-selector": "^1.39.9",
9
+ "@box/item-icon": "^2.32.2",
10
+ "@box/metadata-filter": "^1.80.11",
11
11
  "@box/types": "2.1.8",
12
12
  "@tanstack/react-virtual": "^3.10.8",
13
13
  "formik": "^2.4.5",
@@ -18,13 +18,13 @@
18
18
  "react-intl": "^6.4.2"
19
19
  },
20
20
  "devDependencies": {
21
- "@box/blueprint-web": "^13.15.0",
22
- "@box/blueprint-web-assets": "^4.111.6",
23
- "@box/box-item-type-selector": "^1.39.7",
21
+ "@box/blueprint-web": "^13.15.1",
22
+ "@box/blueprint-web-assets": "^4.111.7",
23
+ "@box/box-item-type-selector": "^1.39.9",
24
24
  "@box/eslint-plugin-blueprint": "1.1.6",
25
- "@box/item-icon": "^2.32.0",
26
- "@box/metadata-filter": "^1.80.9",
27
- "@box/storybook-utils": "0.17.6",
25
+ "@box/item-icon": "^2.32.2",
26
+ "@box/metadata-filter": "^1.80.11",
27
+ "@box/storybook-utils": "0.17.7",
28
28
  "@box/types": "2.1.8",
29
29
  "@tanstack/react-virtual": "^3.10.8",
30
30
  "react-intl": "^6.4.2"