@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.
- package/dist/lib/browser/index.mjs +0 -2
- package/dist/lib/browser/index.mjs.map +3 -3
- package/dist/lib/browser/meta.json +1 -1
- package/dist/types/src/components/ThemeProvider/TranslationsProvider.d.ts +1 -6
- package/dist/types/src/components/ThemeProvider/TranslationsProvider.d.ts.map +1 -1
- package/dist/types/src/components/ThemeProvider/index.d.ts +1 -1
- package/dist/types/src/components/ThemeProvider/index.d.ts.map +1 -1
- package/package.json +7 -7
- package/src/components/ThemeProvider/TranslationsProvider.tsx +1 -6
- package/src/components/ThemeProvider/index.ts +1 -1
|
@@ -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,
|