@atlaskit/editor-plugin-find-replace 8.2.7 → 8.2.9

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,19 @@
1
1
  # @atlaskit/editor-plugin-find-replace
2
2
 
3
+ ## 8.2.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [`5892e575833a1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5892e575833a1) -
8
+ Internal changes to remove unnecessary token fallbacks and imports from `@atlaskit/theme`
9
+ - Updated dependencies
10
+
11
+ ## 8.2.8
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 8.2.7
4
18
 
5
19
  ### Patch Changes
@@ -6,7 +6,6 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.wrapperStyles = exports.wrapperPaddingStyles = exports.textFieldWrapper = exports.sectionWrapperStylesAlternate = exports.sectionWrapperStyles = exports.sectionWrapperJustified = exports.ruleStyles = exports.orderZeroStyles = exports.orderOneStyles = exports.nextPreviousItemStyles = exports.matchCaseSection = exports.countWrapperStyles = exports.countStylesAlternateStyles = exports.countStyles = exports.afterInputSection = void 0;
7
7
  var _react = require("@emotion/react");
8
8
  var _editorSharedStyles = require("@atlaskit/editor-shared-styles");
9
- var _colors = require("@atlaskit/theme/colors");
10
9
  /* eslint-disable @atlaskit/design-system/no-nested-styles */
11
10
  /* eslint-disable @repo/internal/styles/no-exported-styles */
12
11
  /**
@@ -21,7 +20,7 @@ var fontSize = 14;
21
20
  var ruleStyles = exports.ruleStyles = (0, _react.css)({
22
21
  width: '100%',
23
22
  border: 'none',
24
- backgroundColor: "".concat("var(--ds-border, ".concat(_colors.N30A, ")")),
23
+ backgroundColor: "var(--ds-border, #0B120E24)",
25
24
  margin: "var(--ds-space-050, 4px)".concat(" 0px"),
26
25
  height: '1px',
27
26
  borderRadius: "var(--ds-border-width, 1px)"
@@ -117,7 +116,7 @@ var nextPreviousItemStyles = exports.nextPreviousItemStyles = (0, _react.css)({
117
116
 
118
117
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
119
118
  var countStyles = exports.countStyles = (0, _react.css)({
120
- color: "var(--ds-text-subtlest, #626F86)",
119
+ color: "var(--ds-text-subtlest, #6B6E76)",
121
120
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values, @atlaskit/design-system/use-tokens-typography -- Ignored via go/DSP-18766
122
121
  fontSize: "".concat((0, _editorSharedStyles.relativeFontSizeToBase16)(12)),
123
122
  flex: '0 0 auto',
@@ -7,14 +7,13 @@
7
7
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
8
8
  import { css } from '@emotion/react';
9
9
  import { relativeFontSizeToBase16 } from '@atlaskit/editor-shared-styles';
10
- import { N30A } from '@atlaskit/theme/colors';
11
10
  const fontSize = 14;
12
11
 
13
12
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
14
13
  export const ruleStyles = css({
15
14
  width: '100%',
16
15
  border: 'none',
17
- backgroundColor: `${`var(--ds-border, ${N30A})`}`,
16
+ backgroundColor: `${"var(--ds-border, #0B120E24)"}`,
18
17
  margin: `${"var(--ds-space-050, 4px)"} 0px`,
19
18
  height: '1px',
20
19
  borderRadius: "var(--ds-border-width, 1px)"
@@ -110,7 +109,7 @@ export const nextPreviousItemStyles = css({
110
109
 
111
110
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
112
111
  export const countStyles = css({
113
- color: `${"var(--ds-text-subtlest, #626F86)"}`,
112
+ color: `${"var(--ds-text-subtlest, #6B6E76)"}`,
114
113
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values, @atlaskit/design-system/use-tokens-typography -- Ignored via go/DSP-18766
115
114
  fontSize: `${relativeFontSizeToBase16(12)}`,
116
115
  flex: '0 0 auto',
@@ -7,14 +7,13 @@
7
7
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
8
8
  import { css } from '@emotion/react';
9
9
  import { relativeFontSizeToBase16 } from '@atlaskit/editor-shared-styles';
10
- import { N30A } from '@atlaskit/theme/colors';
11
10
  var fontSize = 14;
12
11
 
13
12
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
14
13
  export var ruleStyles = css({
15
14
  width: '100%',
16
15
  border: 'none',
17
- backgroundColor: "".concat("var(--ds-border, ".concat(N30A, ")")),
16
+ backgroundColor: "var(--ds-border, #0B120E24)",
18
17
  margin: "var(--ds-space-050, 4px)".concat(" 0px"),
19
18
  height: '1px',
20
19
  borderRadius: "var(--ds-border-width, 1px)"
@@ -110,7 +109,7 @@ export var nextPreviousItemStyles = css({
110
109
 
111
110
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
112
111
  export var countStyles = css({
113
- color: "var(--ds-text-subtlest, #626F86)",
112
+ color: "var(--ds-text-subtlest, #6B6E76)",
114
113
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values, @atlaskit/design-system/use-tokens-typography -- Ignored via go/DSP-18766
115
114
  fontSize: "".concat(relativeFontSizeToBase16(12)),
116
115
  flex: '0 0 auto',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-find-replace",
3
- "version": "8.2.7",
3
+ "version": "8.2.9",
4
4
  "description": "find replace plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -36,16 +36,15 @@
36
36
  "@atlaskit/editor-plugin-primary-toolbar": "^9.0.0",
37
37
  "@atlaskit/editor-prosemirror": "^7.3.0",
38
38
  "@atlaskit/editor-shared-styles": "^3.10.0",
39
- "@atlaskit/form": "^15.4.0",
40
- "@atlaskit/icon": "^33.0.0",
41
- "@atlaskit/icon-lab": "^6.0.0",
39
+ "@atlaskit/form": "^15.5.0",
40
+ "@atlaskit/icon": "^33.1.0",
41
+ "@atlaskit/icon-lab": "^6.2.0",
42
42
  "@atlaskit/mention": "^24.6.0",
43
43
  "@atlaskit/platform-feature-flags": "^1.1.0",
44
- "@atlaskit/primitives": "^18.0.0",
44
+ "@atlaskit/primitives": "^18.1.0",
45
45
  "@atlaskit/textfield": "^8.2.0",
46
- "@atlaskit/theme": "^22.0.0",
47
- "@atlaskit/tmp-editor-statsig": "^45.0.0",
48
- "@atlaskit/tokens": "^11.1.0",
46
+ "@atlaskit/tmp-editor-statsig": "^46.1.0",
47
+ "@atlaskit/tokens": "^11.2.0",
49
48
  "@atlaskit/tooltip": "^21.0.0",
50
49
  "@babel/runtime": "^7.0.0",
51
50
  "@emotion/react": "^11.7.1",
@@ -61,7 +60,7 @@
61
60
  "react-dom": "^18.2.0"
62
61
  },
63
62
  "peerDependencies": {
64
- "@atlaskit/editor-common": "^112.8.0",
63
+ "@atlaskit/editor-common": "^112.10.0",
65
64
  "react": "^18.2.0",
66
65
  "react-intl-next": "npm:react-intl@^5.18.1"
67
66
  },