@manuscripts/style-guide 1.4.6-LEAN-3030-3 → 1.4.6-LEAN-2915
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.
|
@@ -46,7 +46,7 @@ const AvatarNormal_1 = __importDefault(require("@manuscripts/assets/react/Avatar
|
|
|
46
46
|
const react_1 = __importStar(require("react"));
|
|
47
47
|
const styled_components_1 = __importDefault(require("styled-components"));
|
|
48
48
|
const AvatarContainer = styled_components_1.default.div `
|
|
49
|
-
display:
|
|
49
|
+
display: flex;
|
|
50
50
|
align-items: center;
|
|
51
51
|
justify-content: center;
|
|
52
52
|
position: relative;
|
|
@@ -17,7 +17,7 @@ import AvatarNormal from '@manuscripts/assets/react/AvatarNormal';
|
|
|
17
17
|
import React, { useCallback, useState } from 'react';
|
|
18
18
|
import styled from 'styled-components';
|
|
19
19
|
const AvatarContainer = styled.div `
|
|
20
|
-
display:
|
|
20
|
+
display: flex;
|
|
21
21
|
align-items: center;
|
|
22
22
|
justify-content: center;
|
|
23
23
|
position: relative;
|
package/dist/types/theme.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@manuscripts/style-guide",
|
|
3
3
|
"description": "Shared components for Manuscripts applications",
|
|
4
|
-
"version": "1.4.6-LEAN-
|
|
4
|
+
"version": "1.4.6-LEAN-2915",
|
|
5
5
|
"repository": "github:Atypon-OpenSource/manuscripts-style-guide",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"main": "dist/cjs",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@formatjs/intl-relativetimeformat": "^4.5.9",
|
|
37
37
|
"@formatjs/intl-utils": "^2.2.0",
|
|
38
38
|
"@manuscripts/assets": "^0.6.2",
|
|
39
|
-
"@manuscripts/transform": "1.5.
|
|
39
|
+
"@manuscripts/transform": "1.5.5",
|
|
40
40
|
"@manuscripts/json-schema": "2.2.1",
|
|
41
41
|
"@reach/tabs": "^0.11.2",
|
|
42
42
|
"formik": "^2.2.9",
|