@manuscripts/style-guide 1.4.6-LEAN-3030-5 → 1.5.0-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: inline-flex;
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: inline-flex;
20
+ display: flex;
21
21
  align-items: center;
22
22
  justify-content: center;
23
23
  position: relative;
@@ -76,9 +76,11 @@ interface Variations {
76
76
  interface Background {
77
77
  dark: string;
78
78
  selected: string;
79
+ tracked: States;
79
80
  }
80
81
  interface Border {
81
82
  field: States;
83
+ tracked: States;
82
84
  }
83
85
  interface Brand {
84
86
  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.4.6-LEAN-3030-5",
4
+ "version": "1.5.0-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.8-LEAN-3030-3",
39
+ "@manuscripts/transform": "2.0.0",
40
40
  "@manuscripts/json-schema": "2.2.1",
41
41
  "@reach/tabs": "^0.11.2",
42
42
  "formik": "^2.2.9",
@@ -110,30 +110,6 @@
110
110
  "rimraf": "^3.0.0",
111
111
  "typescript": "^4.4.4"
112
112
  },
113
- "peerDependencies": {
114
- "@apollo/client": "^3.7.3",
115
- "@reach/tabs": "^0.11.2",
116
- "formik": "^2.2.9",
117
- "prosemirror-commands": "^1.5.0",
118
- "prosemirror-history": "^1.3.0",
119
- "prosemirror-inputrules": "^1.2.0",
120
- "prosemirror-keymap": "^1.2.0",
121
- "prosemirror-model": "^1.18.3",
122
- "prosemirror-state": "^1.4.2",
123
- "prosemirror-transform": "^1.7.0",
124
- "react": "^17.0.2",
125
- "react-color": "^2.19.3",
126
- "react-dnd": "^11.1.3",
127
- "react-dnd-html5-backend": "^11.1.3",
128
- "react-dom": "^17.0.2",
129
- "react-intl": "^3.12.0",
130
- "react-modal": "^3.11.2",
131
- "react-modern-calendar-datepicker": "^3.1.3",
132
- "react-popper": "^1.3.11",
133
- "react-router-dom": "^5.2.0",
134
- "react-sizeme": "^2.6.12",
135
- "react-tooltip": "^4.2.11"
136
- },
137
113
  "resolutions": {
138
114
  "@types/react": "^17.0.2"
139
115
  }