@snack-uikit/locale
Advanced tools
Comparing version 0.8.1-preview-8252c953.0 to 0.8.1-preview-ba12ca94.0
@@ -7,3 +7,3 @@ { | ||
"title": "Locale", | ||
"version": "0.8.1-preview-8252c953.0", | ||
"version": "0.8.1-preview-ba12ca94.0", | ||
"sideEffects": [ | ||
@@ -15,4 +15,7 @@ "*.css", | ||
"description": "", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.js", | ||
"types": "./dist/esm/index.d.ts", | ||
"exports": { | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/cjs/index.js" | ||
}, | ||
"homepage": "https://cloud-ru-tech.github.io/snack-uikit/packages/locale", | ||
@@ -29,3 +32,4 @@ "repository": { | ||
"files": [ | ||
"dist", | ||
"dist/cjs", | ||
"dist/esm", | ||
"src", | ||
@@ -43,3 +47,3 @@ "./CHANGELOG.md", | ||
}, | ||
"gitHead": "68ec85212fa3b8c04b79e69d02bb777e32e3294d" | ||
"gitHead": "9ac0a3e5e530c09fa4dc050f9bc08d1849962129" | ||
} |
@@ -57,3 +57,3 @@ # Locale | ||
| lang* | `string` | - | | | ||
| locales | `PartialObjectDeep<Record<string, { Table: { searchPlaceholder: string; noData: { title: string; }; noResults: { title: string; description: string; }; errorData: { title: string; description: string; }; rowsOptionsLabel: string; export: string; }; ... 5 more ...; Calendar: { ...; }; }>>` | - | | | ||
| locales | `PartialObjectDeep<Record<string, { Table: { searchPlaceholder: string; noData: { title: string; }; noResults: { title: string; description: string; }; errorData: { title: string; description: string; }; rowsOptionsLabel: string; export: string; }; ... 4 more ...; ColorPicker: { ...; }; }>>` | - | | | ||
## useLocale | ||
@@ -60,0 +60,0 @@ `helper` |
@@ -50,6 +50,2 @@ export const en_GB = { | ||
}, | ||
Calendar: { | ||
current: 'Current', | ||
time: 'Time', | ||
}, | ||
}; |
@@ -52,6 +52,2 @@ import { en_GB } from './en_GB'; | ||
}, | ||
Calendar: { | ||
current: 'Сейчас', | ||
time: 'Время', | ||
}, | ||
}; |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
54256
54
1172
1