@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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.1.2",
2
+ "version": "1.1.3",
3
3
  "license": "MIT",
4
4
  "description": "UIKit for Meduza",
5
5
  "repository": "https://github.com/meduza-corp/ui-kit-2.git",
@@ -13,7 +13,7 @@ export const Timestamp: React.FC<TimestampProps> = ({
13
13
  }) => {
14
14
  let published
15
15
  const timeFormat =
16
- locale === 'ru' ? 'HH:mm, D MMMM YYYY' : 'h:mm a, MMMM D, YYYY'
16
+ locale === 'ru' ? 'HH:mm, D MMMM YYYY' : 'MMMM D, YYYY, h:mm a'
17
17
 
18
18
  const preparedPublishedAt = publishedAt * 1000
19
19