@contentful/field-editor-slug 1.5.7 → 1.5.8

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.
@@ -52,14 +52,12 @@ const icon = (0, _emotion.css)({
52
52
  position: 'absolute',
53
53
  left: '10px',
54
54
  top: '8px',
55
- zIndex: 2,
56
55
  width: '25px',
57
56
  height: '25px',
58
57
  fill: _f36tokens.default.gray500
59
58
  });
60
59
  const spinnerContainer = (0, _emotion.css)({
61
60
  position: 'absolute',
62
- zIndex: 2,
63
61
  right: '8px',
64
62
  top: '8px'
65
63
  });
@@ -17,14 +17,12 @@ export const icon = css({
17
17
  position: 'absolute',
18
18
  left: '10px',
19
19
  top: '8px',
20
- zIndex: 2,
21
20
  width: '25px',
22
21
  height: '25px',
23
22
  fill: tokens.gray500
24
23
  });
25
24
  export const spinnerContainer = css({
26
25
  position: 'absolute',
27
- zIndex: 2,
28
26
  right: '8px',
29
27
  top: '8px'
30
28
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/field-editor-slug",
3
- "version": "1.5.7",
3
+ "version": "1.5.8",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -56,5 +56,5 @@
56
56
  "publishConfig": {
57
57
  "registry": "https://npm.pkg.github.com/"
58
58
  },
59
- "gitHead": "afd5e2f336925d0b1eefbf19b716d66abc37f672"
59
+ "gitHead": "e3b2c203b2a4c9562d8963178a3e32d36955bd34"
60
60
  }