@atlaskit/editor-plugin-find-replace 1.3.5 → 1.3.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 +12 -0
- package/dist/cjs/ui/styles.js +15 -15
- package/dist/es2019/ui/styles.js +15 -15
- package/dist/esm/ui/styles.js +15 -15
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
package/dist/cjs/ui/styles.js
CHANGED
|
@@ -16,7 +16,7 @@ var _constants = require("@atlaskit/theme/constants");
|
|
|
16
16
|
var fontSize = (0, _constants.fontSize)();
|
|
17
17
|
var gridSize = (0, _constants.gridSize)();
|
|
18
18
|
|
|
19
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
19
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
20
20
|
var ruleStyles = exports.ruleStyles = (0, _react.css)({
|
|
21
21
|
width: '100%',
|
|
22
22
|
border: 'none',
|
|
@@ -26,7 +26,7 @@ var ruleStyles = exports.ruleStyles = (0, _react.css)({
|
|
|
26
26
|
borderRadius: '1px'
|
|
27
27
|
});
|
|
28
28
|
|
|
29
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
29
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
30
30
|
var wrapperStyles = exports.wrapperStyles = (0, _react.css)({
|
|
31
31
|
display: 'flex',
|
|
32
32
|
flexDirection: 'column',
|
|
@@ -36,12 +36,12 @@ var wrapperStyles = exports.wrapperStyles = (0, _react.css)({
|
|
|
36
36
|
}
|
|
37
37
|
});
|
|
38
38
|
|
|
39
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
39
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
40
40
|
var wrapperPaddingStyles = exports.wrapperPaddingStyles = (0, _react.css)({
|
|
41
41
|
padding: "var(--ds-space-050, 4px)".concat(" ", "var(--ds-space-050, 4px)")
|
|
42
42
|
});
|
|
43
43
|
|
|
44
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
44
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
45
45
|
var sectionWrapperStyles = exports.sectionWrapperStyles = (0, _react.css)({
|
|
46
46
|
display: 'flex',
|
|
47
47
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
@@ -57,7 +57,7 @@ var sectionWrapperStyles = exports.sectionWrapperStyles = (0, _react.css)({
|
|
|
57
57
|
}
|
|
58
58
|
});
|
|
59
59
|
|
|
60
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
60
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
61
61
|
var sectionWrapperStylesAlternate = exports.sectionWrapperStylesAlternate = (0, _react.css)({
|
|
62
62
|
display: 'flex',
|
|
63
63
|
padding: "var(--ds-space-100, 8px)",
|
|
@@ -67,14 +67,14 @@ var sectionWrapperStylesAlternate = exports.sectionWrapperStylesAlternate = (0,
|
|
|
67
67
|
}
|
|
68
68
|
});
|
|
69
69
|
|
|
70
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
70
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
71
71
|
var sectionWrapperJustified = exports.sectionWrapperJustified = (0, _react.css)({
|
|
72
72
|
justifyContent: 'space-between',
|
|
73
73
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
74
74
|
fontSize: (0, _editorSharedStyles.relativeFontSizeToBase16)(14)
|
|
75
75
|
});
|
|
76
76
|
|
|
77
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
77
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
78
78
|
var textFieldWrapper = exports.textFieldWrapper = (0, _react.css)({
|
|
79
79
|
flex: '1 100%',
|
|
80
80
|
flexWrap: 'wrap',
|
|
@@ -92,14 +92,14 @@ var textFieldWrapper = exports.textFieldWrapper = (0, _react.css)({
|
|
|
92
92
|
}
|
|
93
93
|
});
|
|
94
94
|
|
|
95
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
95
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
96
96
|
var afterInputSection = exports.afterInputSection = (0, _react.css)({
|
|
97
97
|
display: 'flex',
|
|
98
98
|
flex: '0 0 auto',
|
|
99
99
|
alignItems: 'center'
|
|
100
100
|
});
|
|
101
101
|
|
|
102
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
102
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
103
103
|
var matchCaseSection = exports.matchCaseSection = (0, _react.css)({
|
|
104
104
|
paddingRight: "var(--ds-space-100, 8px)",
|
|
105
105
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
@@ -109,12 +109,12 @@ var matchCaseSection = exports.matchCaseSection = (0, _react.css)({
|
|
|
109
109
|
}
|
|
110
110
|
});
|
|
111
111
|
|
|
112
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
112
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
113
113
|
var nextPreviousItemStyles = exports.nextPreviousItemStyles = (0, _react.css)({
|
|
114
114
|
padding: "0px ".concat("var(--ds-space-025, 2px)")
|
|
115
115
|
});
|
|
116
116
|
|
|
117
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
117
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
118
118
|
var countStyles = exports.countStyles = (0, _react.css)({
|
|
119
119
|
color: "var(--ds-text-subtlest, #626F86)",
|
|
120
120
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
@@ -126,24 +126,24 @@ var countStyles = exports.countStyles = (0, _react.css)({
|
|
|
126
126
|
marginRight: "var(--ds-space-100, 8px)"
|
|
127
127
|
});
|
|
128
128
|
|
|
129
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
129
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
130
130
|
var countStylesAlternateStyles = exports.countStylesAlternateStyles = (0, _react.css)({
|
|
131
131
|
display: 'inline-flex',
|
|
132
132
|
height: '32px'
|
|
133
133
|
});
|
|
134
134
|
|
|
135
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
135
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
136
136
|
var countWrapperStyles = exports.countWrapperStyles = (0, _react.css)({
|
|
137
137
|
alignItems: 'center'
|
|
138
138
|
});
|
|
139
139
|
|
|
140
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
140
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
141
141
|
var orderZeroStyles = exports.orderZeroStyles = (0, _react.css)({
|
|
142
142
|
order: '0',
|
|
143
143
|
marginInline: "var(--ds-space-050, 4px)".concat(" ", "var(--ds-space-025, 2px)")
|
|
144
144
|
});
|
|
145
145
|
|
|
146
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
146
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
147
147
|
var orderOneStyles = exports.orderOneStyles = (0, _react.css)({
|
|
148
148
|
order: '1'
|
|
149
149
|
});
|
package/dist/es2019/ui/styles.js
CHANGED
|
@@ -11,7 +11,7 @@ gridSize as getGridSize } from '@atlaskit/theme/constants';
|
|
|
11
11
|
const fontSize = getFontSize();
|
|
12
12
|
const gridSize = getGridSize();
|
|
13
13
|
|
|
14
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
14
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
15
15
|
export const ruleStyles = css({
|
|
16
16
|
width: '100%',
|
|
17
17
|
border: 'none',
|
|
@@ -21,7 +21,7 @@ export const ruleStyles = css({
|
|
|
21
21
|
borderRadius: '1px'
|
|
22
22
|
});
|
|
23
23
|
|
|
24
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
24
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
25
25
|
export const wrapperStyles = css({
|
|
26
26
|
display: 'flex',
|
|
27
27
|
flexDirection: 'column',
|
|
@@ -31,12 +31,12 @@ export const wrapperStyles = css({
|
|
|
31
31
|
}
|
|
32
32
|
});
|
|
33
33
|
|
|
34
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
34
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
35
35
|
export const wrapperPaddingStyles = css({
|
|
36
36
|
padding: `${"var(--ds-space-050, 4px)"} ${"var(--ds-space-050, 4px)"}`
|
|
37
37
|
});
|
|
38
38
|
|
|
39
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
39
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
40
40
|
export const sectionWrapperStyles = css({
|
|
41
41
|
display: 'flex',
|
|
42
42
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
@@ -52,7 +52,7 @@ export const sectionWrapperStyles = css({
|
|
|
52
52
|
}
|
|
53
53
|
});
|
|
54
54
|
|
|
55
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
55
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
56
56
|
export const sectionWrapperStylesAlternate = css({
|
|
57
57
|
display: 'flex',
|
|
58
58
|
padding: "var(--ds-space-100, 8px)",
|
|
@@ -62,14 +62,14 @@ export const sectionWrapperStylesAlternate = css({
|
|
|
62
62
|
}
|
|
63
63
|
});
|
|
64
64
|
|
|
65
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
65
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
66
66
|
export const sectionWrapperJustified = css({
|
|
67
67
|
justifyContent: 'space-between',
|
|
68
68
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
69
69
|
fontSize: relativeFontSizeToBase16(14)
|
|
70
70
|
});
|
|
71
71
|
|
|
72
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
72
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
73
73
|
export const textFieldWrapper = css({
|
|
74
74
|
flex: '1 100%',
|
|
75
75
|
flexWrap: 'wrap',
|
|
@@ -87,14 +87,14 @@ export const textFieldWrapper = css({
|
|
|
87
87
|
}
|
|
88
88
|
});
|
|
89
89
|
|
|
90
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
90
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
91
91
|
export const afterInputSection = css({
|
|
92
92
|
display: 'flex',
|
|
93
93
|
flex: '0 0 auto',
|
|
94
94
|
alignItems: 'center'
|
|
95
95
|
});
|
|
96
96
|
|
|
97
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
97
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
98
98
|
export const matchCaseSection = css({
|
|
99
99
|
paddingRight: "var(--ds-space-100, 8px)",
|
|
100
100
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
@@ -104,12 +104,12 @@ export const matchCaseSection = css({
|
|
|
104
104
|
}
|
|
105
105
|
});
|
|
106
106
|
|
|
107
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
107
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
108
108
|
export const nextPreviousItemStyles = css({
|
|
109
109
|
padding: `0px ${"var(--ds-space-025, 2px)"}`
|
|
110
110
|
});
|
|
111
111
|
|
|
112
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
112
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
113
113
|
export const countStyles = css({
|
|
114
114
|
color: `${"var(--ds-text-subtlest, #626F86)"}`,
|
|
115
115
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
@@ -121,24 +121,24 @@ export const countStyles = css({
|
|
|
121
121
|
marginRight: "var(--ds-space-100, 8px)"
|
|
122
122
|
});
|
|
123
123
|
|
|
124
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
124
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
125
125
|
export const countStylesAlternateStyles = css({
|
|
126
126
|
display: 'inline-flex',
|
|
127
127
|
height: '32px'
|
|
128
128
|
});
|
|
129
129
|
|
|
130
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
130
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
131
131
|
export const countWrapperStyles = css({
|
|
132
132
|
alignItems: 'center'
|
|
133
133
|
});
|
|
134
134
|
|
|
135
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
135
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
136
136
|
export const orderZeroStyles = css({
|
|
137
137
|
order: '0',
|
|
138
138
|
marginInline: `${"var(--ds-space-050, 4px)"} ${"var(--ds-space-025, 2px)"}`
|
|
139
139
|
});
|
|
140
140
|
|
|
141
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
141
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
142
142
|
export const orderOneStyles = css({
|
|
143
143
|
order: '1'
|
|
144
144
|
});
|
package/dist/esm/ui/styles.js
CHANGED
|
@@ -11,7 +11,7 @@ gridSize as getGridSize } from '@atlaskit/theme/constants';
|
|
|
11
11
|
var fontSize = getFontSize();
|
|
12
12
|
var gridSize = getGridSize();
|
|
13
13
|
|
|
14
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
14
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
15
15
|
export var ruleStyles = css({
|
|
16
16
|
width: '100%',
|
|
17
17
|
border: 'none',
|
|
@@ -21,7 +21,7 @@ export var ruleStyles = css({
|
|
|
21
21
|
borderRadius: '1px'
|
|
22
22
|
});
|
|
23
23
|
|
|
24
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
24
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
25
25
|
export var wrapperStyles = css({
|
|
26
26
|
display: 'flex',
|
|
27
27
|
flexDirection: 'column',
|
|
@@ -31,12 +31,12 @@ export var wrapperStyles = css({
|
|
|
31
31
|
}
|
|
32
32
|
});
|
|
33
33
|
|
|
34
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
34
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
35
35
|
export var wrapperPaddingStyles = css({
|
|
36
36
|
padding: "var(--ds-space-050, 4px)".concat(" ", "var(--ds-space-050, 4px)")
|
|
37
37
|
});
|
|
38
38
|
|
|
39
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
39
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
40
40
|
export var sectionWrapperStyles = css({
|
|
41
41
|
display: 'flex',
|
|
42
42
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
@@ -52,7 +52,7 @@ export var sectionWrapperStyles = css({
|
|
|
52
52
|
}
|
|
53
53
|
});
|
|
54
54
|
|
|
55
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
55
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
56
56
|
export var sectionWrapperStylesAlternate = css({
|
|
57
57
|
display: 'flex',
|
|
58
58
|
padding: "var(--ds-space-100, 8px)",
|
|
@@ -62,14 +62,14 @@ export var sectionWrapperStylesAlternate = css({
|
|
|
62
62
|
}
|
|
63
63
|
});
|
|
64
64
|
|
|
65
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
65
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
66
66
|
export var sectionWrapperJustified = css({
|
|
67
67
|
justifyContent: 'space-between',
|
|
68
68
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
69
69
|
fontSize: relativeFontSizeToBase16(14)
|
|
70
70
|
});
|
|
71
71
|
|
|
72
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
72
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
73
73
|
export var textFieldWrapper = css({
|
|
74
74
|
flex: '1 100%',
|
|
75
75
|
flexWrap: 'wrap',
|
|
@@ -87,14 +87,14 @@ export var textFieldWrapper = css({
|
|
|
87
87
|
}
|
|
88
88
|
});
|
|
89
89
|
|
|
90
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
90
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
91
91
|
export var afterInputSection = css({
|
|
92
92
|
display: 'flex',
|
|
93
93
|
flex: '0 0 auto',
|
|
94
94
|
alignItems: 'center'
|
|
95
95
|
});
|
|
96
96
|
|
|
97
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
97
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
98
98
|
export var matchCaseSection = css({
|
|
99
99
|
paddingRight: "var(--ds-space-100, 8px)",
|
|
100
100
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
@@ -104,12 +104,12 @@ export var matchCaseSection = css({
|
|
|
104
104
|
}
|
|
105
105
|
});
|
|
106
106
|
|
|
107
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
107
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
108
108
|
export var nextPreviousItemStyles = css({
|
|
109
109
|
padding: "0px ".concat("var(--ds-space-025, 2px)")
|
|
110
110
|
});
|
|
111
111
|
|
|
112
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
112
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
113
113
|
export var countStyles = css({
|
|
114
114
|
color: "var(--ds-text-subtlest, #626F86)",
|
|
115
115
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
@@ -121,24 +121,24 @@ export var countStyles = css({
|
|
|
121
121
|
marginRight: "var(--ds-space-100, 8px)"
|
|
122
122
|
});
|
|
123
123
|
|
|
124
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
124
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
125
125
|
export var countStylesAlternateStyles = css({
|
|
126
126
|
display: 'inline-flex',
|
|
127
127
|
height: '32px'
|
|
128
128
|
});
|
|
129
129
|
|
|
130
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
130
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
131
131
|
export var countWrapperStyles = css({
|
|
132
132
|
alignItems: 'center'
|
|
133
133
|
});
|
|
134
134
|
|
|
135
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
135
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
136
136
|
export var orderZeroStyles = css({
|
|
137
137
|
order: '0',
|
|
138
138
|
marginInline: "var(--ds-space-050, 4px)".concat(" ", "var(--ds-space-025, 2px)")
|
|
139
139
|
});
|
|
140
140
|
|
|
141
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
141
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
142
142
|
export var orderOneStyles = css({
|
|
143
143
|
order: '1'
|
|
144
144
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-find-replace",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.7",
|
|
4
4
|
"description": "find replace plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
"./styles": "./src/styles.ts"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@atlaskit/button": "^18.
|
|
38
|
-
"@atlaskit/editor-common": "^
|
|
39
|
-
"@atlaskit/editor-plugin-analytics": "^1.
|
|
37
|
+
"@atlaskit/button": "^18.1.0",
|
|
38
|
+
"@atlaskit/editor-common": "^84.0.0",
|
|
39
|
+
"@atlaskit/editor-plugin-analytics": "^1.4.0",
|
|
40
40
|
"@atlaskit/editor-prosemirror": "4.0.1",
|
|
41
41
|
"@atlaskit/editor-shared-styles": "^2.12.0",
|
|
42
42
|
"@atlaskit/form": "^10.4.0",
|
|
43
43
|
"@atlaskit/icon": "^22.5.0",
|
|
44
|
-
"@atlaskit/primitives": "^
|
|
44
|
+
"@atlaskit/primitives": "^10.0.0",
|
|
45
45
|
"@atlaskit/textfield": "^6.4.0",
|
|
46
46
|
"@atlaskit/theme": "^12.11.0",
|
|
47
47
|
"@atlaskit/tokens": "^1.53.0",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@af/visual-regression": "*",
|
|
56
|
-
"@atlaskit/editor-plugin-block-type": "^3.
|
|
57
|
-
"@atlaskit/editor-plugin-text-formatting": "^1.
|
|
56
|
+
"@atlaskit/editor-plugin-block-type": "^3.8.0",
|
|
57
|
+
"@atlaskit/editor-plugin-text-formatting": "^1.9.0",
|
|
58
58
|
"@testing-library/react": "^12.1.5",
|
|
59
59
|
"@testing-library/user-event": "^14.4.3",
|
|
60
60
|
"mockdate": "^3.0.5",
|