@contentful/field-editor-slug 1.8.1 → 1.8.2

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.
@@ -114,7 +114,7 @@ function SlugEditorFieldStatic(props) {
114
114
  const status = useUniqueChecker(props);
115
115
  return /*#__PURE__*/ _react.createElement("div", {
116
116
  className: _styles.inputContainer
117
- }, /*#__PURE__*/ _react.createElement(_f36icons.LinkIcon, {
117
+ }, /*#__PURE__*/ _react.createElement(_f36icons.LinkSimpleIcon, {
118
118
  className: _styles.icon
119
119
  }), /*#__PURE__*/ _react.createElement(_f36components.TextInput, {
120
120
  className: _styles.input,
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { Spinner, TextInput, ValidationMessage } from '@contentful/f36-components';
3
- import { LinkIcon } from '@contentful/f36-icons';
3
+ import { LinkSimpleIcon } from '@contentful/f36-icons';
4
4
  import { i18n as $_i18n } from "@lingui/core";
5
5
  import { useDebounce } from 'use-debounce';
6
6
  import { makeSlug } from './services/makeSlug';
@@ -55,7 +55,7 @@ export function SlugEditorFieldStatic(props) {
55
55
  const status = useUniqueChecker(props);
56
56
  return /*#__PURE__*/ React.createElement("div", {
57
57
  className: styles.inputContainer
58
- }, /*#__PURE__*/ React.createElement(LinkIcon, {
58
+ }, /*#__PURE__*/ React.createElement(LinkSimpleIcon, {
59
59
  className: styles.icon
60
60
  }), /*#__PURE__*/ React.createElement(TextInput, {
61
61
  className: styles.input,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/field-editor-slug",
3
- "version": "1.8.1",
3
+ "version": "1.8.2",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -36,10 +36,10 @@
36
36
  "tsc": "tsc -p ./ --noEmit"
37
37
  },
38
38
  "dependencies": {
39
- "@contentful/f36-components": "^4.70.0",
40
- "@contentful/f36-icons": "^4.29.0",
41
- "@contentful/f36-tokens": "^4.0.5",
42
- "@contentful/field-editor-shared": "^2.11.1",
39
+ "@contentful/f36-components": "5.1.1",
40
+ "@contentful/f36-icons": "5.1.1",
41
+ "@contentful/f36-tokens": "5.1.0",
42
+ "@contentful/field-editor-shared": "^2.11.2",
43
43
  "@types/speakingurl": "^13.0.2",
44
44
  "emotion": "^10.0.17",
45
45
  "lodash": "^4.17.15",
@@ -48,7 +48,7 @@
48
48
  },
49
49
  "devDependencies": {
50
50
  "@contentful/app-sdk": "^4.29.0",
51
- "@contentful/field-editor-test-utils": "^1.6.0",
51
+ "@contentful/field-editor-test-utils": "^1.6.1",
52
52
  "@lingui/core": "5.3.0"
53
53
  },
54
54
  "peerDependencies": {
@@ -59,5 +59,5 @@
59
59
  "publishConfig": {
60
60
  "registry": "https://npm.pkg.github.com/"
61
61
  },
62
- "gitHead": "9456bac33e2d0d4f05cadc302ba4a25f2de6e034"
62
+ "gitHead": "8ab6bd7a3ce2979634ab53673c6b122a6b1b5efb"
63
63
  }