@dxos/react-ui 0.4.7-main.d28a540 → 0.4.7-main.e015b9e

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.
@@ -33,7 +33,6 @@ import { initReactI18next, useTranslation as useI18NextTranslation } from "react
33
33
  var initialLng = "en-US";
34
34
  var initialNs = "dxos-common";
35
35
  var initialDtLocale = dtLocaleEnUs;
36
- var toLocalizedString = (label, t) => Array.isArray(label) ? t(...label) : label;
37
36
  var resources = {
38
37
  [initialLng]: {
39
38
  [initialNs]: {
@@ -2162,7 +2161,6 @@ export {
2162
2161
  TreeItem,
2163
2162
  getJdenticonHref,
2164
2163
  hasIosKeyboard,
2165
- toLocalizedString,
2166
2164
  useAvatarContext,
2167
2165
  useButtonGroupContext,
2168
2166
  useDensityContext,