@meduza/ui-kit-2 1.1.2 → 1.1.3
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/ui-kit-2.cjs.development.js +1 -1
- package/dist/ui-kit-2.cjs.development.js.map +1 -1
- package/dist/ui-kit-2.cjs.production.min.js +1 -1
- package/dist/ui-kit-2.cjs.production.min.js.map +1 -1
- package/dist/ui-kit-2.esm.js +1 -1
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/Timestamp/index.tsx +1 -1
|
@@ -1032,7 +1032,7 @@ const Timestamp = ({
|
|
|
1032
1032
|
type
|
|
1033
1033
|
}) => {
|
|
1034
1034
|
let published;
|
|
1035
|
-
const timeFormat = locale === 'ru' ? 'HH:mm, D MMMM YYYY' : '
|
|
1035
|
+
const timeFormat = locale === 'ru' ? 'HH:mm, D MMMM YYYY' : 'MMMM D, YYYY, h:mm a';
|
|
1036
1036
|
const preparedPublishedAt = publishedAt * 1000;
|
|
1037
1037
|
dayjs.locale(locale);
|
|
1038
1038
|
dayjs.extend(relativeTime);
|