@contentful/field-editor-validation-errors 1.3.10 → 1.3.12
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/cjs/styles.js +3 -2
- package/dist/esm/styles.js +3 -2
- package/package.json +3 -3
package/dist/cjs/styles.js
CHANGED
|
@@ -32,7 +32,7 @@ function _interop_require_default(obj) {
|
|
|
32
32
|
const errorList = (0, _emotion.css)({
|
|
33
33
|
padding: 0,
|
|
34
34
|
wordWrap: 'break-word',
|
|
35
|
-
marginTop: _f36tokens.default.
|
|
35
|
+
marginTop: _f36tokens.default.spacingS,
|
|
36
36
|
color: _f36tokens.default.red500,
|
|
37
37
|
listStyleType: 'none'
|
|
38
38
|
});
|
|
@@ -42,7 +42,8 @@ const errorMessage = (0, _emotion.css)({
|
|
|
42
42
|
marginLeft: _f36tokens.default.spacingXs
|
|
43
43
|
});
|
|
44
44
|
const errorItem = (0, _emotion.css)({
|
|
45
|
-
display: 'flex'
|
|
45
|
+
display: 'flex',
|
|
46
|
+
alignItems: 'center'
|
|
46
47
|
});
|
|
47
48
|
const entryLink = (0, _emotion.css)({
|
|
48
49
|
fontWeight: Number(_f36tokens.default.fontWeightDemiBold)
|
package/dist/esm/styles.js
CHANGED
|
@@ -3,7 +3,7 @@ import { css } from 'emotion';
|
|
|
3
3
|
export const errorList = css({
|
|
4
4
|
padding: 0,
|
|
5
5
|
wordWrap: 'break-word',
|
|
6
|
-
marginTop: tokens.
|
|
6
|
+
marginTop: tokens.spacingS,
|
|
7
7
|
color: tokens.red500,
|
|
8
8
|
listStyleType: 'none'
|
|
9
9
|
});
|
|
@@ -13,7 +13,8 @@ export const errorMessage = css({
|
|
|
13
13
|
marginLeft: tokens.spacingXs
|
|
14
14
|
});
|
|
15
15
|
export const errorItem = css({
|
|
16
|
-
display: 'flex'
|
|
16
|
+
display: 'flex',
|
|
17
|
+
alignItems: 'center'
|
|
17
18
|
});
|
|
18
19
|
export const entryLink = css({
|
|
19
20
|
fontWeight: Number(tokens.fontWeightDemiBold)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentful/field-editor-validation-errors",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.12",
|
|
4
4
|
"main": "dist/cjs/index.js",
|
|
5
5
|
"module": "dist/esm/index.js",
|
|
6
6
|
"types": "dist/types/index.d.ts",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@contentful/f36-components": "^4.0.27",
|
|
39
39
|
"@contentful/f36-icons": "^4.1.0",
|
|
40
40
|
"@contentful/f36-tokens": "^4.0.0",
|
|
41
|
-
"@contentful/field-editor-shared": "^1.
|
|
41
|
+
"@contentful/field-editor-shared": "^1.5.0",
|
|
42
42
|
"emotion": "^10.0.17"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"registry": "https://npm.pkg.github.com/"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "843655f104af6fb8c116869d59cd9f20e6f1ab14"
|
|
54
54
|
}
|