@atlaskit/editor-plugin-find-replace 4.0.0 → 4.0.1

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,13 @@
1
1
  # @atlaskit/editor-plugin-find-replace
2
2
 
3
+ ## 4.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`e5001e144b74e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e5001e144b74e) -
8
+ Internal changes to how border radius is applied.
9
+ - Updated dependencies
10
+
3
11
  ## 4.0.0
4
12
 
5
13
  ### Patch Changes
@@ -29,7 +29,7 @@ var mentionSelector = '.editor-mention-primitive';
29
29
  var dateSelector = '.date-lozenger-container>span';
30
30
  var findReplaceStyles = exports.findReplaceStyles = (0, _react.css)((0, _defineProperty2.default)((0, _defineProperty2.default)({}, ".".concat(searchMatchClass), {
31
31
  // eslint-disable-next-line @atlaskit/design-system/no-unsafe-design-token-usage
32
- borderRadius: "var(--ds-border-radius-100, 3px)",
32
+ borderRadius: "var(--ds-radius-small, 3px)",
33
33
  backgroundColor: "var(--ds-background-accent-teal-subtlest, #E7F9FF)",
34
34
  boxShadow: "var(--ds-shadow-raised, ".concat("0 1px 1px 0 ".concat(_colors.N50A, ", 0 0 1px 0 ").concat(_colors.N60A), ")") + ', inset 0 0 0 1px ' + "var(--ds-border-input, ".concat("".concat(_colors.N40A), ")")
35
35
  }), ".".concat(selectedSearchMatchClass), {
@@ -23,7 +23,7 @@ const dateSelector = '.date-lozenger-container>span';
23
23
  export const findReplaceStyles = css({
24
24
  [`.${searchMatchClass}`]: {
25
25
  // eslint-disable-next-line @atlaskit/design-system/no-unsafe-design-token-usage
26
- borderRadius: "var(--ds-border-radius-100, 3px)",
26
+ borderRadius: "var(--ds-radius-small, 3px)",
27
27
  backgroundColor: "var(--ds-background-accent-teal-subtlest, #E7F9FF)",
28
28
  boxShadow: `var(--ds-shadow-raised, ${`0 1px 1px 0 ${N50A}, 0 0 1px 0 ${N60A}`})` + ', inset 0 0 0 1px ' + `var(--ds-border-input, ${`${N40A}`})`
29
29
  },
@@ -24,7 +24,7 @@ var mentionSelector = '.editor-mention-primitive';
24
24
  var dateSelector = '.date-lozenger-container>span';
25
25
  export var findReplaceStyles = css(_defineProperty(_defineProperty({}, ".".concat(searchMatchClass), {
26
26
  // eslint-disable-next-line @atlaskit/design-system/no-unsafe-design-token-usage
27
- borderRadius: "var(--ds-border-radius-100, 3px)",
27
+ borderRadius: "var(--ds-radius-small, 3px)",
28
28
  backgroundColor: "var(--ds-background-accent-teal-subtlest, #E7F9FF)",
29
29
  boxShadow: "var(--ds-shadow-raised, ".concat("0 1px 1px 0 ".concat(N50A, ", 0 0 1px 0 ").concat(N60A), ")") + ', inset 0 0 0 1px ' + "var(--ds-border-input, ".concat("".concat(N40A), ")")
30
30
  }), ".".concat(selectedSearchMatchClass), {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-find-replace",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "find replace plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -44,7 +44,7 @@
44
44
  "@atlaskit/primitives": "^14.12.0",
45
45
  "@atlaskit/textfield": "^8.0.0",
46
46
  "@atlaskit/theme": "^20.0.0",
47
- "@atlaskit/tmp-editor-statsig": "^12.0.0",
47
+ "@atlaskit/tmp-editor-statsig": "^12.1.0",
48
48
  "@atlaskit/tokens": "^6.1.0",
49
49
  "@atlaskit/tooltip": "^20.4.0",
50
50
  "@babel/runtime": "^7.0.0",