@dxos/react-ui 0.5.1-main.39e0ee2 → 0.5.1-main.3c7169d

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 isLabel = (o) => typeof o === "string" || Array.isArray(o) && o.length === 2 && typeof o[0] === "string" && !!o[1] && typeof o[1] === "object" && "ns" in o[1] && typeof o[1].ns === "string";
37
36
  var toLocalizedString = (label, t) => Array.isArray(label) ? t(...label) : label;
38
37
  var resources = {
39
38
  [initialLng]: {
@@ -2173,7 +2172,6 @@ export {
2173
2172
  Tree,
2174
2173
  TreeItem,
2175
2174
  hasIosKeyboard,
2176
- isLabel,
2177
2175
  toLocalizedString,
2178
2176
  useAvatarContext,
2179
2177
  useButtonGroupContext,