@manuscripts/style-guide 1.5.0-LEAN-2915 → 1.5.0-LEAN-3074-0

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: flex;
49
+ display: inline-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: flex;
20
+ display: inline-flex;
21
21
  align-items: center;
22
22
  justify-content: center;
23
23
  position: relative;
@@ -76,11 +76,9 @@ interface Variations {
76
76
  interface Background {
77
77
  dark: string;
78
78
  selected: string;
79
- tracked: States;
80
79
  }
81
80
  interface Border {
82
81
  field: States;
83
- tracked: States;
84
82
  }
85
83
  interface Brand {
86
84
  dark: string;
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.5.0-LEAN-2915",
4
+ "version": "1.5.0-LEAN-3074-0",
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": "2.0.0",
39
+ "@manuscripts/transform": "2.0.0-LEAN-3074-2",
40
40
  "@manuscripts/json-schema": "2.2.1",
41
41
  "@reach/tabs": "^0.11.2",
42
42
  "formik": "^2.2.9",
@@ -113,4 +113,4 @@
113
113
  "resolutions": {
114
114
  "@types/react": "^17.0.2"
115
115
  }
116
- }
116
+ }