@atlaskit/editor-plugin-find-replace 2.10.2 → 2.10.3
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 +9 -0
- package/dist/cjs/ui/styles.js +0 -1
- package/dist/es2019/ui/styles.js +0 -1
- package/dist/esm/ui/styles.js +0 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-find-replace
|
|
2
2
|
|
|
3
|
+
## 2.10.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#178613](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/178613)
|
|
8
|
+
[`47e2c968a3b92`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/47e2c968a3b92) -
|
|
9
|
+
[ux] [ED-28399] remove padding from search match texsts in find and replace experiment
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 2.10.2
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/dist/cjs/ui/styles.js
CHANGED
|
@@ -35,7 +35,6 @@ var findReplaceStyles = exports.findReplaceStyles = (0, _react.css)((0, _defineP
|
|
|
35
35
|
}));
|
|
36
36
|
var findReplaceStylesNew = exports.findReplaceStylesNew = (0, _react.css)((_css2 = {}, (0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)(_css2, ".".concat(searchMatchTextClass), {
|
|
37
37
|
borderRadius: "var(--ds-space-050, 4px)",
|
|
38
|
-
padding: "var(--ds-space-050, 4px)".concat(" 0"),
|
|
39
38
|
boxShadow: "\n\t\tinset 0 0 0 1px ".concat("var(--ds-background-accent-yellow-subtler-pressed, #E2B203)", ",\n\t\tinset 0 0 0 5px ", "var(--ds-background-accent-yellow-subtler, #F8E6A0)", "\n\t\t"),
|
|
40
39
|
backgroundColor: "var(--ds-background-accent-yellow-subtler, #F8E6A0)",
|
|
41
40
|
color: "var(--ds-text, #172B4D)"
|
package/dist/es2019/ui/styles.js
CHANGED
|
@@ -37,7 +37,6 @@ export const findReplaceStylesNew = css({
|
|
|
37
37
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
38
38
|
[`.${searchMatchTextClass}`]: {
|
|
39
39
|
borderRadius: "var(--ds-space-050, 4px)",
|
|
40
|
-
padding: `${"var(--ds-space-050, 4px)"} 0`,
|
|
41
40
|
boxShadow: `
|
|
42
41
|
inset 0 0 0 1px ${"var(--ds-background-accent-yellow-subtler-pressed, #E2B203)"},
|
|
43
42
|
inset 0 0 0 5px ${"var(--ds-background-accent-yellow-subtler, #F8E6A0)"}
|
package/dist/esm/ui/styles.js
CHANGED
|
@@ -30,7 +30,6 @@ export var findReplaceStyles = css(_defineProperty(_defineProperty({}, ".".conca
|
|
|
30
30
|
}));
|
|
31
31
|
export var findReplaceStylesNew = css((_css2 = {}, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_css2, ".".concat(searchMatchTextClass), {
|
|
32
32
|
borderRadius: "var(--ds-space-050, 4px)",
|
|
33
|
-
padding: "var(--ds-space-050, 4px)".concat(" 0"),
|
|
34
33
|
boxShadow: "\n\t\tinset 0 0 0 1px ".concat("var(--ds-background-accent-yellow-subtler-pressed, #E2B203)", ",\n\t\tinset 0 0 0 5px ", "var(--ds-background-accent-yellow-subtler, #F8E6A0)", "\n\t\t"),
|
|
35
34
|
backgroundColor: "var(--ds-background-accent-yellow-subtler, #F8E6A0)",
|
|
36
35
|
color: "var(--ds-text, #172B4D)"
|