@atlaskit/editor-plugin-quick-insert 1.1.6 → 1.1.7

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugin-quick-insert
2
2
 
3
+ ## 1.1.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 1.1.6
4
10
 
5
11
  ### Patch Changes
@@ -21,6 +21,8 @@ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return
21
21
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
22
22
  /** @jsx jsx */
23
23
 
24
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
25
+
24
26
  var MODAL_WRAPPER_PADDING = exports.MODAL_WRAPPER_PADDING = 16;
25
27
  var actionsStyles = (0, _react2.css)({
26
28
  display: 'inline-flex',
@@ -1,5 +1,7 @@
1
1
  /** @jsx jsx */
2
2
  import React, { useCallback, useState } from 'react';
3
+
4
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
5
  import { css, jsx } from '@emotion/react';
4
6
  import { injectIntl } from 'react-intl-next';
5
7
  import Button from '@atlaskit/button/custom-theme-button';
@@ -1,6 +1,8 @@
1
1
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
2
2
  /** @jsx jsx */
3
3
  import React, { useCallback, useState } from 'react';
4
+
5
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
6
  import { css, jsx } from '@emotion/react';
5
7
  import { injectIntl } from 'react-intl-next';
6
8
  import Button from '@atlaskit/button/custom-theme-button';
package/package.json CHANGED
@@ -1,93 +1,93 @@
1
1
  {
2
- "name": "@atlaskit/editor-plugin-quick-insert",
3
- "version": "1.1.6",
4
- "description": "Quick insert plugin for @atlaskit/editor-core",
5
- "author": "Atlassian Pty Ltd",
6
- "license": "Apache-2.0",
7
- "publishConfig": {
8
- "registry": "https://registry.npmjs.org/"
9
- },
10
- "atlassian": {
11
- "team": "Editor: Lego",
12
- "singleton": true,
13
- "inPublicMirror": false,
14
- "releaseModel": "continuous",
15
- "runReact18": false
16
- },
17
- "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
18
- "main": "dist/cjs/index.js",
19
- "module": "dist/esm/index.js",
20
- "module:es2019": "dist/es2019/index.js",
21
- "types": "dist/types/index.d.ts",
22
- "typesVersions": {
23
- ">=4.5 <4.9": {
24
- "*": [
25
- "dist/types-ts4.5/*",
26
- "dist/types-ts4.5/index.d.ts"
27
- ]
28
- }
29
- },
30
- "sideEffects": false,
31
- "atlaskit:src": "src/index.ts",
32
- "af:exports": {
33
- ".": "./src/index.ts"
34
- },
35
- "dependencies": {
36
- "@atlaskit/button": "^17.17.0",
37
- "@atlaskit/editor-common": "^82.0.0",
38
- "@atlaskit/editor-plugin-type-ahead": "^1.2.0",
39
- "@atlaskit/editor-prosemirror": "4.0.1",
40
- "@atlaskit/icon": "^22.3.0",
41
- "@atlaskit/modal-dialog": "^12.13.0",
42
- "@atlaskit/theme": "^12.8.0",
43
- "@atlaskit/tokens": "^1.49.0",
44
- "@babel/runtime": "^7.0.0",
45
- "@emotion/react": "^11.7.1"
46
- },
47
- "peerDependencies": {
48
- "react": "^16.8.0",
49
- "react-intl-next": "npm:react-intl@^5.18.1"
50
- },
51
- "devDependencies": {
52
- "@af/visual-regression": "*",
53
- "@atlaskit/ssr": "*",
54
- "@atlaskit/visual-regression": "*",
55
- "@testing-library/react": "^12.1.5",
56
- "react-dom": "^16.8.0",
57
- "typescript": "~5.4.2",
58
- "wait-for-expect": "^1.2.0"
59
- },
60
- "techstack": {
61
- "@atlassian/frontend": {
62
- "import-structure": [
63
- "atlassian-conventions"
64
- ],
65
- "circular-dependencies": [
66
- "file-and-folder-level"
67
- ]
68
- },
69
- "@repo/internal": {
70
- "dom-events": "use-bind-event-listener",
71
- "analytics": [
72
- "analytics-next"
73
- ],
74
- "design-tokens": [
75
- "color"
76
- ],
77
- "theming": [
78
- "react-context"
79
- ],
80
- "ui-components": [
81
- "lite-mode"
82
- ],
83
- "deprecation": "no-deprecated-imports",
84
- "styling": [
85
- "emotion",
86
- "emotion"
87
- ],
88
- "imports": [
89
- "import-no-extraneous-disable-for-examples-and-docs"
90
- ]
91
- }
92
- }
93
- }
2
+ "name": "@atlaskit/editor-plugin-quick-insert",
3
+ "version": "1.1.7",
4
+ "description": "Quick insert plugin for @atlaskit/editor-core",
5
+ "author": "Atlassian Pty Ltd",
6
+ "license": "Apache-2.0",
7
+ "publishConfig": {
8
+ "registry": "https://registry.npmjs.org/"
9
+ },
10
+ "atlassian": {
11
+ "team": "Editor: Lego",
12
+ "singleton": true,
13
+ "inPublicMirror": false,
14
+ "releaseModel": "continuous",
15
+ "runReact18": false
16
+ },
17
+ "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
18
+ "main": "dist/cjs/index.js",
19
+ "module": "dist/esm/index.js",
20
+ "module:es2019": "dist/es2019/index.js",
21
+ "types": "dist/types/index.d.ts",
22
+ "typesVersions": {
23
+ ">=4.5 <4.9": {
24
+ "*": [
25
+ "dist/types-ts4.5/*",
26
+ "dist/types-ts4.5/index.d.ts"
27
+ ]
28
+ }
29
+ },
30
+ "sideEffects": false,
31
+ "atlaskit:src": "src/index.ts",
32
+ "af:exports": {
33
+ ".": "./src/index.ts"
34
+ },
35
+ "dependencies": {
36
+ "@atlaskit/button": "^18.0.0",
37
+ "@atlaskit/editor-common": "^82.11.0",
38
+ "@atlaskit/editor-plugin-type-ahead": "^1.2.0",
39
+ "@atlaskit/editor-prosemirror": "4.0.1",
40
+ "@atlaskit/icon": "^22.4.0",
41
+ "@atlaskit/modal-dialog": "^12.14.0",
42
+ "@atlaskit/theme": "^12.11.0",
43
+ "@atlaskit/tokens": "^1.52.0",
44
+ "@babel/runtime": "^7.0.0",
45
+ "@emotion/react": "^11.7.1"
46
+ },
47
+ "peerDependencies": {
48
+ "react": "^16.8.0",
49
+ "react-intl-next": "npm:react-intl@^5.18.1"
50
+ },
51
+ "devDependencies": {
52
+ "@af/visual-regression": "*",
53
+ "@atlaskit/ssr": "*",
54
+ "@atlaskit/visual-regression": "*",
55
+ "@testing-library/react": "^12.1.5",
56
+ "react-dom": "^16.8.0",
57
+ "typescript": "~5.4.2",
58
+ "wait-for-expect": "^1.2.0"
59
+ },
60
+ "techstack": {
61
+ "@atlassian/frontend": {
62
+ "import-structure": [
63
+ "atlassian-conventions"
64
+ ],
65
+ "circular-dependencies": [
66
+ "file-and-folder-level"
67
+ ]
68
+ },
69
+ "@repo/internal": {
70
+ "dom-events": "use-bind-event-listener",
71
+ "analytics": [
72
+ "analytics-next"
73
+ ],
74
+ "design-tokens": [
75
+ "color"
76
+ ],
77
+ "theming": [
78
+ "react-context"
79
+ ],
80
+ "ui-components": [
81
+ "lite-mode"
82
+ ],
83
+ "deprecation": "no-deprecated-imports",
84
+ "styling": [
85
+ "emotion",
86
+ "emotion"
87
+ ],
88
+ "imports": [
89
+ "import-no-extraneous-disable-for-examples-and-docs"
90
+ ]
91
+ }
92
+ }
93
+ }