@contentful/field-editor-slug 1.5.0 → 1.5.5

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.
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import * as React from 'react';
2
2
  import { FieldAppSDK, FieldAPI } from '@contentful/app-sdk';
3
3
  export interface SlugEditorProps {
4
4
  /**
@@ -16,7 +16,7 @@ export interface SlugEditorProps {
16
16
  };
17
17
  };
18
18
  }
19
- export declare function SlugEditor(props: SlugEditorProps): JSX.Element;
19
+ export declare function SlugEditor(props: SlugEditorProps): React.JSX.Element;
20
20
  export declare namespace SlugEditor {
21
21
  var defaultProps: {
22
22
  isInitiallyDisabled: boolean;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import * as React from 'react';
2
2
  interface SlugEditorFieldProps {
3
3
  hasError: boolean;
4
4
  isOptionalLocaleWithFallback: boolean;
@@ -13,6 +13,6 @@ interface SlugEditorFieldProps {
13
13
  export declare function SlugEditorFieldStatic(props: SlugEditorFieldProps & {
14
14
  onChange?: Function;
15
15
  onBlur?: Function;
16
- }): JSX.Element;
17
- export declare function SlugEditorField(props: SlugEditorFieldProps): JSX.Element;
16
+ }): React.JSX.Element;
17
+ export declare function SlugEditorField(props: SlugEditorFieldProps): React.JSX.Element;
18
18
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/field-editor-slug",
3
- "version": "1.5.0",
3
+ "version": "1.5.5",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -35,19 +35,19 @@
35
35
  "tsc": "tsc -p ./ --noEmit"
36
36
  },
37
37
  "dependencies": {
38
- "@contentful/f36-components": "^4.0.27",
39
- "@contentful/f36-icons": "^4.1.0",
40
- "@contentful/f36-tokens": "^4.0.0",
41
- "@contentful/field-editor-shared": "^1.6.0",
38
+ "@contentful/f36-components": "^4.70.0",
39
+ "@contentful/f36-icons": "^4.29.0",
40
+ "@contentful/f36-tokens": "^4.0.5",
41
+ "@contentful/field-editor-shared": "^1.7.0",
42
42
  "@types/speakingurl": "^13.0.2",
43
43
  "emotion": "^10.0.17",
44
44
  "lodash": "^4.17.15",
45
- "speakingurl": "^13.0.0",
45
+ "speakingurl": "^14.0.1",
46
46
  "use-debounce": "^10.0.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@contentful/app-sdk": "^4.29.0",
50
- "@contentful/field-editor-test-utils": "^1.5.0"
50
+ "@contentful/field-editor-test-utils": "^1.5.2"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "@contentful/app-sdk": "^4.29.0",
@@ -56,5 +56,5 @@
56
56
  "publishConfig": {
57
57
  "registry": "https://npm.pkg.github.com/"
58
58
  },
59
- "gitHead": "6598ec65e210c4e84bed073f8b50c8bdb883a9a4"
59
+ "gitHead": "d734036ff89da141dbb91ade0342fb7f82cfe167"
60
60
  }