@atlaskit/editor-shared-styles 2.8.0 → 2.8.2
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 +50 -38
- package/afm-cc/tsconfig.json +28 -0
- package/dist/cjs/consts/consts.js +95 -190
- package/dist/cjs/overflow-shadow/overflow-shadow.js +2 -3
- package/dist/cjs/scrollbar-styles.js +1 -2
- package/dist/cjs/selection/types.js +2 -3
- package/dist/cjs/selection/utils.js +2 -4
- package/dist/cjs/shortcut/shortcut.js +1 -2
- package/dist/es2019/consts/consts.js +1 -1
- package/dist/es2019/shortcut/shortcut.js +1 -1
- package/dist/esm/consts/consts.js +1 -1
- package/dist/esm/shortcut/shortcut.js +1 -1
- package/dist/types/consts/consts.d.ts +1 -1
- package/dist/types-ts4.5/consts/consts.d.ts +1 -1
- package/package.json +2 -2
- package/report.api.md +1 -1
- package/src/consts/consts.ts +1 -1
- package/src/shortcut/shortcut.ts +1 -1
- package/tsconfig.app.json +2 -1
- package/tsconfig.dev.json +2 -1
- package/tmp/api-report-tmp.d.ts +0 -357
package/CHANGELOG.md
CHANGED
|
@@ -1,65 +1,77 @@
|
|
|
1
1
|
# @atlaskit/editor-shared-styles
|
|
2
2
|
|
|
3
|
+
## 2.8.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#59829](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59829) [`3120b36a9f2c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3120b36a9f2c) - Converted spacing values to the corresponding space tokens
|
|
8
|
+
|
|
9
|
+
## 2.8.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#41274](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41274) [`17ba12fb12b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/17ba12fb12b) - fix unnecessarily high z-index so that the vertical scrollbar in Safari does not overlay other layer components with z-index below 9999
|
|
14
|
+
|
|
3
15
|
## 2.8.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
6
18
|
|
|
7
|
-
- [`3aaff60be08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3aaff60be08) - ED-18988 Adds classnames and constants for table sticky scrollbar
|
|
19
|
+
- [#39366](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39366) [`3aaff60be08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3aaff60be08) - ED-18988 Adds classnames and constants for table sticky scrollbar
|
|
8
20
|
|
|
9
21
|
## 2.7.0
|
|
10
22
|
|
|
11
23
|
### Minor Changes
|
|
12
24
|
|
|
13
|
-
- [`0b1f816e4fa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b1f816e4fa) - [ux] Added akEditorTableHeaderCellBackground to store fallback.
|
|
25
|
+
- [#40236](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40236) [`0b1f816e4fa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b1f816e4fa) - [ux] Added akEditorTableHeaderCellBackground to store fallback.
|
|
14
26
|
|
|
15
27
|
## 2.6.1
|
|
16
28
|
|
|
17
29
|
### Patch Changes
|
|
18
30
|
|
|
19
|
-
- [`113fcc02759`](https://bitbucket.org/atlassian/atlassian-frontend/commits/113fcc02759) - ED-19433 Extract Emoji Plugin to its own package
|
|
31
|
+
- [#39154](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39154) [`113fcc02759`](https://bitbucket.org/atlassian/atlassian-frontend/commits/113fcc02759) - ED-19433 Extract Emoji Plugin to its own package
|
|
20
32
|
|
|
21
33
|
## 2.6.0
|
|
22
34
|
|
|
23
35
|
### Minor Changes
|
|
24
36
|
|
|
25
|
-
- [`79dc812733f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79dc812733f) - [ED-19293] Exposes a new constant value for table guidelines to align with nodes that are using wide layout
|
|
37
|
+
- [#38223](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38223) [`79dc812733f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79dc812733f) - [ED-19293] Exposes a new constant value for table guidelines to align with nodes that are using wide layout
|
|
26
38
|
|
|
27
39
|
## 2.5.0
|
|
28
40
|
|
|
29
41
|
### Minor Changes
|
|
30
42
|
|
|
31
|
-
- [`638784fa9d5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/638784fa9d5) - force dependency bump
|
|
32
|
-
- [`df488d9b806`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df488d9b806) - [ux] Adds a new constant with a zIndex that is used for table sticky header and table cells that are in the sticky header
|
|
43
|
+
- [#37456](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37456) [`638784fa9d5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/638784fa9d5) - force dependency bump
|
|
44
|
+
- [#37270](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37270) [`df488d9b806`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df488d9b806) - [ux] Adds a new constant with a zIndex that is used for table sticky header and table cells that are in the sticky header
|
|
33
45
|
|
|
34
46
|
## 2.4.4
|
|
35
47
|
|
|
36
48
|
### Patch Changes
|
|
37
49
|
|
|
38
|
-
- [`e64541c6fda`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e64541c6fda) - [ux] [ED-18759] Updated table border, handlebar controls, blanket, icon, icon background and table cell options button colour tokens on light and dark theme for table selection and table deletion. Borders for Table Floating Contextual Button & Floating toolbar color palette button on dark & light theme are also updated.
|
|
50
|
+
- [#36845](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36845) [`e64541c6fda`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e64541c6fda) - [ux] [ED-18759] Updated table border, handlebar controls, blanket, icon, icon background and table cell options button colour tokens on light and dark theme for table selection and table deletion. Borders for Table Floating Contextual Button & Floating toolbar color palette button on dark & light theme are also updated.
|
|
39
51
|
|
|
40
52
|
## 2.4.3
|
|
41
53
|
|
|
42
54
|
### Patch Changes
|
|
43
55
|
|
|
44
|
-
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
56
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793) [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
45
57
|
|
|
46
58
|
## 2.4.2
|
|
47
59
|
|
|
48
60
|
### Patch Changes
|
|
49
61
|
|
|
50
|
-
- [`9369cc38a68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9369cc38a68) - Migrated use of `gridSize` to space tokens where possible. There is no expected visual or behaviour change.
|
|
62
|
+
- [#33771](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33771) [`9369cc38a68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9369cc38a68) - Migrated use of `gridSize` to space tokens where possible. There is no expected visual or behaviour change.
|
|
51
63
|
|
|
52
64
|
## 2.4.1
|
|
53
65
|
|
|
54
66
|
### Patch Changes
|
|
55
67
|
|
|
56
|
-
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
68
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649) [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
57
69
|
|
|
58
70
|
## 2.4.0
|
|
59
71
|
|
|
60
72
|
### Minor Changes
|
|
61
73
|
|
|
62
|
-
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
74
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
63
75
|
|
|
64
76
|
### Patch Changes
|
|
65
77
|
|
|
@@ -69,20 +81,20 @@
|
|
|
69
81
|
|
|
70
82
|
### Patch Changes
|
|
71
83
|
|
|
72
|
-
- [`0d93211414e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d93211414e) - Updates usage of removed design token `utilities.UNSAFE_util.transparent` in favour of its replacement `utilities.UNSAFE.transparent`.
|
|
84
|
+
- [#27634](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27634) [`0d93211414e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d93211414e) - Updates usage of removed design token `utilities.UNSAFE_util.transparent` in favour of its replacement `utilities.UNSAFE.transparent`.
|
|
73
85
|
- Updated dependencies
|
|
74
86
|
|
|
75
87
|
## 2.3.1
|
|
76
88
|
|
|
77
89
|
### Patch Changes
|
|
78
90
|
|
|
79
|
-
- [`6455cf006b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6455cf006b3) - Builds for this package now pass through a tokens babel plugin, removing runtime invocations of the tokens() function and improving performance.
|
|
91
|
+
- [#28324](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28324) [`6455cf006b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6455cf006b3) - Builds for this package now pass through a tokens babel plugin, removing runtime invocations of the tokens() function and improving performance.
|
|
80
92
|
|
|
81
93
|
## 2.3.0
|
|
82
94
|
|
|
83
95
|
### Minor Changes
|
|
84
96
|
|
|
85
|
-
- [`4fbaeb2a1fd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4fbaeb2a1fd) - DSP-4118 Updated tokens used to render overflow shadows in code blocks.
|
|
97
|
+
- [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090) [`4fbaeb2a1fd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4fbaeb2a1fd) - DSP-4118 Updated tokens used to render overflow shadows in code blocks.
|
|
86
98
|
|
|
87
99
|
New tokens will be visible only in applications configured to use the new Tokens API (currently in beta).
|
|
88
100
|
These changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no visual or breaking changes.
|
|
@@ -105,7 +117,7 @@
|
|
|
105
117
|
|
|
106
118
|
### Patch Changes
|
|
107
119
|
|
|
108
|
-
- [`977ac74443c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/977ac74443c) - DSP-7235: Fixes issue with overflow shadows on code blocks due to layered transparent colors.
|
|
120
|
+
- [#26712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26712) [`977ac74443c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/977ac74443c) - DSP-7235: Fixes issue with overflow shadows on code blocks due to layered transparent colors.
|
|
109
121
|
|
|
110
122
|
## 2.2.2
|
|
111
123
|
|
|
@@ -117,39 +129,39 @@
|
|
|
117
129
|
|
|
118
130
|
### Patch Changes
|
|
119
131
|
|
|
120
|
-
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
132
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874) [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
121
133
|
|
|
122
134
|
## 2.2.0
|
|
123
135
|
|
|
124
136
|
### Minor Changes
|
|
125
137
|
|
|
126
|
-
- [`73d9a2fa116`](https://bitbucket.org/atlassian/atlassian-frontend/commits/73d9a2fa116) - ED-15568 Restore table's FloatingContextualMenu, extract utils/UI components
|
|
138
|
+
- [#24607](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24607) [`73d9a2fa116`](https://bitbucket.org/atlassian/atlassian-frontend/commits/73d9a2fa116) - ED-15568 Restore table's FloatingContextualMenu, extract utils/UI components
|
|
127
139
|
|
|
128
140
|
## 2.1.5
|
|
129
141
|
|
|
130
142
|
### Patch Changes
|
|
131
143
|
|
|
132
|
-
- [`a6df7e823d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a6df7e823d8) - [ux] Fixed trello card overflow issue in table cells & fixed merged table cells selection / hover state
|
|
144
|
+
- [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004) [`a6df7e823d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a6df7e823d8) - [ux] Fixed trello card overflow issue in table cells & fixed merged table cells selection / hover state
|
|
133
145
|
- Updated dependencies
|
|
134
146
|
|
|
135
147
|
## 2.1.4
|
|
136
148
|
|
|
137
149
|
### Patch Changes
|
|
138
150
|
|
|
139
|
-
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
151
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492) [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
140
152
|
|
|
141
153
|
## 2.1.3
|
|
142
154
|
|
|
143
155
|
### Patch Changes
|
|
144
156
|
|
|
145
|
-
- [`450a17a332a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/450a17a332a) - [ux] ED-14654: Lower z-index values on editor elements so they do not stick out of the editor and interfere with consuming products
|
|
157
|
+
- [#22642](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22642) [`450a17a332a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/450a17a332a) - [ux] ED-14654: Lower z-index values on editor elements so they do not stick out of the editor and interfere with consuming products
|
|
146
158
|
- [`30c74c32783`](https://bitbucket.org/atlassian/atlassian-frontend/commits/30c74c32783) - [ux] ED-15234: reverts ED-14654 because causing header zindex issues
|
|
147
159
|
|
|
148
160
|
## 2.1.2
|
|
149
161
|
|
|
150
162
|
### Patch Changes
|
|
151
163
|
|
|
152
|
-
- [`17480b66f3e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/17480b66f3e) - [ux][ed-9943] Fix to have the TypeAhead component appear above the main editor toolbar.
|
|
164
|
+
- [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570) [`17480b66f3e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/17480b66f3e) - [ux][ed-9943] Fix to have the TypeAhead component appear above the main editor toolbar.
|
|
153
165
|
- [`d8b3bc73330`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d8b3bc73330) - [ED-14507] Deprecate the allowDynamicTextSizing editor prop and remove all code related to it. This feature has been unused since 2020.
|
|
154
166
|
|
|
155
167
|
## 2.1.1
|
|
@@ -162,7 +174,7 @@
|
|
|
162
174
|
|
|
163
175
|
### Minor Changes
|
|
164
176
|
|
|
165
|
-
- [`02bfb564e45`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02bfb564e45) - [ux] Instrumented `@atlaskit/editor-shared-styles` and partial `@atlaskit/editor-core` with the new theming package, `@atlaskit/tokens`.
|
|
177
|
+
- [#20721](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20721) [`02bfb564e45`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02bfb564e45) - [ux] Instrumented `@atlaskit/editor-shared-styles` and partial `@atlaskit/editor-core` with the new theming package, `@atlaskit/tokens`.
|
|
166
178
|
|
|
167
179
|
New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).
|
|
168
180
|
These changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no visual or breaking changes.
|
|
@@ -176,13 +188,13 @@
|
|
|
176
188
|
|
|
177
189
|
### Patch Changes
|
|
178
190
|
|
|
179
|
-
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
|
|
191
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650) [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
|
|
180
192
|
|
|
181
193
|
## 2.0.0
|
|
182
194
|
|
|
183
195
|
### Major Changes
|
|
184
196
|
|
|
185
|
-
- [`e22509504e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e22509504e8) - ED-14255 migrate editor-shared-style to emotion
|
|
197
|
+
- [#19019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19019) [`e22509504e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e22509504e8) - ED-14255 migrate editor-shared-style to emotion
|
|
186
198
|
|
|
187
199
|
### Patch Changes
|
|
188
200
|
|
|
@@ -192,7 +204,7 @@
|
|
|
192
204
|
|
|
193
205
|
### Minor Changes
|
|
194
206
|
|
|
195
|
-
- [`1a07c1caf61`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1a07c1caf61) - CETI-93 - Fixed custom panel icon sizing and alignment when icon render as image
|
|
207
|
+
- [#14319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14319) [`1a07c1caf61`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1a07c1caf61) - CETI-93 - Fixed custom panel icon sizing and alignment when icon render as image
|
|
196
208
|
|
|
197
209
|
### Patch Changes
|
|
198
210
|
|
|
@@ -202,26 +214,26 @@
|
|
|
202
214
|
|
|
203
215
|
### Minor Changes
|
|
204
216
|
|
|
205
|
-
- [`c2c0160f566`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2c0160f566) - Bump editor-shared-styles to pick up relativeFontSizeToBase16
|
|
217
|
+
- [#10316](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10316) [`c2c0160f566`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2c0160f566) - Bump editor-shared-styles to pick up relativeFontSizeToBase16
|
|
206
218
|
|
|
207
219
|
## 1.4.1
|
|
208
220
|
|
|
209
221
|
### Patch Changes
|
|
210
222
|
|
|
211
|
-
- [`5c835144ef0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c835144ef0) - [ME-741][me-743] Remove PX references in editor packages and modify code block font size.
|
|
223
|
+
- [#9756](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9756) [`5c835144ef0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c835144ef0) - [ME-741][me-743] Remove PX references in editor packages and modify code block font size.
|
|
212
224
|
- Updated dependencies
|
|
213
225
|
|
|
214
226
|
## 1.4.0
|
|
215
227
|
|
|
216
228
|
### Minor Changes
|
|
217
229
|
|
|
218
|
-
- [`e2fb7440936`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e2fb7440936) - ED-12430: Fix issue with Editor showing double scrollbar when context panel is visible.Update context panel to have same height as editor content area when using position absolute styles
|
|
230
|
+
- [#9281](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9281) [`e2fb7440936`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e2fb7440936) - ED-12430: Fix issue with Editor showing double scrollbar when context panel is visible.Update context panel to have same height as editor content area when using position absolute styles
|
|
219
231
|
|
|
220
232
|
## 1.3.0
|
|
221
233
|
|
|
222
234
|
### Minor Changes
|
|
223
235
|
|
|
224
|
-
- [`511a91ad376`](https://bitbucket.org/atlassian/atlassian-frontend/commits/511a91ad376) - [ux] ED-12128: Update Context Panel to use set width of 320px and remove 'width' prop.
|
|
236
|
+
- [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644) [`511a91ad376`](https://bitbucket.org/atlassian/atlassian-frontend/commits/511a91ad376) - [ux] ED-12128: Update Context Panel to use set width of 320px and remove 'width' prop.
|
|
225
237
|
Remove 'width' prop from the Context Panel component as we no longer allow dynamic panel width to enforce consistency.
|
|
226
238
|
|
|
227
239
|
All references to this component can safely remove the 'wdith' prop as it is no longer part of the component props.
|
|
@@ -235,31 +247,31 @@
|
|
|
235
247
|
|
|
236
248
|
### Patch Changes
|
|
237
249
|
|
|
238
|
-
- [`7d24194b639`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d24194b639) - EDM-1717: Fix Safari danger styles for inline smart links
|
|
250
|
+
- [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762) [`7d24194b639`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d24194b639) - EDM-1717: Fix Safari danger styles for inline smart links
|
|
239
251
|
|
|
240
252
|
## 1.2.0
|
|
241
253
|
|
|
242
254
|
### Minor Changes
|
|
243
255
|
|
|
244
|
-
- [`0615a2be97`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0615a2be97) - ED-10441: share overflow-shadow helper
|
|
256
|
+
- [#7170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7170) [`0615a2be97`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0615a2be97) - ED-10441: share overflow-shadow helper
|
|
245
257
|
|
|
246
258
|
## 1.1.7
|
|
247
259
|
|
|
248
260
|
### Patch Changes
|
|
249
261
|
|
|
250
|
-
- [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
|
|
262
|
+
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857) [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
|
|
251
263
|
|
|
252
264
|
## 1.1.6
|
|
253
265
|
|
|
254
266
|
### Patch Changes
|
|
255
267
|
|
|
256
|
-
- [`d6c23f1886`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6c23f1886) - Added dark mode support to table cell background colors
|
|
268
|
+
- [#6228](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6228) [`d6c23f1886`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6c23f1886) - Added dark mode support to table cell background colors
|
|
257
269
|
|
|
258
270
|
## 1.1.5
|
|
259
271
|
|
|
260
272
|
### Patch Changes
|
|
261
273
|
|
|
262
|
-
- [`7895bfa4f3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7895bfa4f3) - [ux] ED-10562 Update selection styles for unsupported content
|
|
274
|
+
- [#5516](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5516) [`7895bfa4f3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7895bfa4f3) - [ux] ED-10562 Update selection styles for unsupported content
|
|
263
275
|
|
|
264
276
|
Use background colour instead of blanket styling
|
|
265
277
|
Fix an issue on Safari where text inside unsupported content appeared selected when node was selected
|
|
@@ -268,19 +280,19 @@
|
|
|
268
280
|
|
|
269
281
|
### Patch Changes
|
|
270
282
|
|
|
271
|
-
- [`34674fa4cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/34674fa4cd) - [ux] ED-10780 removed the threshold that enabled responsive changes
|
|
283
|
+
- [#5762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5762) [`34674fa4cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/34674fa4cd) - [ux] ED-10780 removed the threshold that enabled responsive changes
|
|
272
284
|
|
|
273
285
|
## 1.1.3
|
|
274
286
|
|
|
275
287
|
### Patch Changes
|
|
276
288
|
|
|
277
|
-
- [`a2634b5390`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a2634b5390) - [ux] ED-10780 reduced the threshold for responcive toolbar oayout;fixed problem with italic button not working when it is in collapse menu.
|
|
289
|
+
- [#5720](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5720) [`a2634b5390`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a2634b5390) - [ux] ED-10780 reduced the threshold for responcive toolbar oayout;fixed problem with italic button not working when it is in collapse menu.
|
|
278
290
|
|
|
279
291
|
## 1.1.2
|
|
280
292
|
|
|
281
293
|
### Patch Changes
|
|
282
294
|
|
|
283
|
-
- [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
|
|
295
|
+
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497) [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
|
|
284
296
|
This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
|
|
285
297
|
Also add `typescript` to `devDependencies` to denote version that the package was built with.
|
|
286
298
|
|
|
@@ -294,7 +306,7 @@
|
|
|
294
306
|
|
|
295
307
|
### Minor Changes
|
|
296
308
|
|
|
297
|
-
- [`fbc358206c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fbc358206c) - ED-9125 ED-8837 Export values for selected border and selected box shadow, and util to disable browser text selection
|
|
309
|
+
- [#4749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4749) [`fbc358206c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fbc358206c) - ED-9125 ED-8837 Export values for selected border and selected box shadow, and util to disable browser text selection
|
|
298
310
|
- [`4f217f1d92`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4f217f1d92) - ED-10168 Add new package @atlaskit/editor-shared-styles
|
|
299
311
|
|
|
300
312
|
### Patch Changes
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"extends": "../../../../tsconfig.entry-points.confluence.json",
|
|
3
|
+
"compilerOptions": {
|
|
4
|
+
"declaration": true,
|
|
5
|
+
"target": "es5",
|
|
6
|
+
"composite": true,
|
|
7
|
+
"outDir": "../dist",
|
|
8
|
+
"rootDir": "../",
|
|
9
|
+
"baseUrl": "../"
|
|
10
|
+
},
|
|
11
|
+
"include": [
|
|
12
|
+
"../src/**/*.ts",
|
|
13
|
+
"../src/**/*.tsx"
|
|
14
|
+
],
|
|
15
|
+
"exclude": [
|
|
16
|
+
"../src/**/__tests__/*",
|
|
17
|
+
"../src/**/*.test.*",
|
|
18
|
+
"../src/**/test.*"
|
|
19
|
+
],
|
|
20
|
+
"references": [
|
|
21
|
+
{
|
|
22
|
+
"path": "../../../design-system/theme/afm-cc/tsconfig.json"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"path": "../../../design-system/tokens/afm-cc/tsconfig.json"
|
|
26
|
+
}
|
|
27
|
+
]
|
|
28
|
+
}
|
|
@@ -12,198 +12,108 @@ var _colors = require("@atlaskit/theme/colors");
|
|
|
12
12
|
var _constants = require("@atlaskit/theme/constants");
|
|
13
13
|
/* eslint-disable @atlaskit/design-system/ensure-design-token-usage */
|
|
14
14
|
|
|
15
|
-
var akEditorFullPageDefaultFontSize = 16;
|
|
16
|
-
exports.
|
|
17
|
-
var
|
|
18
|
-
exports.
|
|
19
|
-
var
|
|
20
|
-
exports.
|
|
21
|
-
var
|
|
22
|
-
exports.
|
|
23
|
-
var
|
|
24
|
-
exports.
|
|
25
|
-
var
|
|
26
|
-
exports.
|
|
27
|
-
var
|
|
28
|
-
exports.
|
|
29
|
-
var
|
|
30
|
-
exports.
|
|
31
|
-
var
|
|
32
|
-
exports.
|
|
33
|
-
var
|
|
34
|
-
exports.
|
|
35
|
-
var
|
|
36
|
-
exports.
|
|
37
|
-
var
|
|
38
|
-
exports.
|
|
39
|
-
var
|
|
40
|
-
exports.
|
|
41
|
-
var
|
|
42
|
-
exports.
|
|
43
|
-
var
|
|
44
|
-
exports.
|
|
45
|
-
var
|
|
46
|
-
exports.
|
|
47
|
-
var
|
|
48
|
-
exports.
|
|
49
|
-
var
|
|
50
|
-
exports.akEditorDeleteBackgroundWithOpacity = akEditorDeleteBackgroundWithOpacity;
|
|
51
|
-
var akEditorDeleteBorder = _colors.R300;
|
|
52
|
-
exports.akEditorDeleteBorder = akEditorDeleteBorder;
|
|
53
|
-
var akEditorDeleteIconColor = _colors.R400;
|
|
54
|
-
exports.akEditorDeleteIconColor = akEditorDeleteIconColor;
|
|
55
|
-
var akEditorCustomIconSize = 20;
|
|
56
|
-
exports.akEditorCustomIconSize = akEditorCustomIconSize;
|
|
57
|
-
var akEditorSelectedBorderColor = _colors.B300;
|
|
58
|
-
exports.akEditorSelectedBorderColor = akEditorSelectedBorderColor;
|
|
59
|
-
var akEditorSelectedBgColor = _colors.B50;
|
|
60
|
-
exports.akEditorSelectedBgColor = akEditorSelectedBgColor;
|
|
61
|
-
var akEditorSelectedBlanketColor = _colors.B75;
|
|
62
|
-
exports.akEditorSelectedBlanketColor = akEditorSelectedBlanketColor;
|
|
63
|
-
var akEditorSelectedBorderSize = 1;
|
|
64
|
-
exports.akEditorSelectedBorderSize = akEditorSelectedBorderSize;
|
|
65
|
-
var akEditorSelectedBorder = "".concat(akEditorSelectedBorderSize, "px solid ", "var(--ds-border-selected, ".concat(akEditorSelectedBorderColor, ")"));
|
|
66
|
-
exports.akEditorSelectedBorder = akEditorSelectedBorder;
|
|
67
|
-
var akEditorSelectedBoxShadow = "0 0 0 ".concat(akEditorSelectedBorderSize, "px ", "var(--ds-border-selected, ".concat(akEditorSelectedBorderColor, ")"));
|
|
68
|
-
exports.akEditorSelectedBoxShadow = akEditorSelectedBoxShadow;
|
|
69
|
-
var akEditorSelectedIconColor = _colors.B400;
|
|
70
|
-
exports.akEditorSelectedIconColor = akEditorSelectedIconColor;
|
|
71
|
-
var akEditorSelectedBorderBoldSize = 2;
|
|
72
|
-
exports.akEditorSelectedBorderBoldSize = akEditorSelectedBorderBoldSize;
|
|
73
|
-
var akEditorSelectedBlanketOpacity = 0.3;
|
|
74
|
-
exports.akEditorSelectedBlanketOpacity = akEditorSelectedBlanketOpacity;
|
|
75
|
-
var akEditorUnitZIndex = 1;
|
|
76
|
-
exports.akEditorUnitZIndex = akEditorUnitZIndex;
|
|
77
|
-
var akEditorShadowZIndex = 2;
|
|
78
|
-
exports.akEditorShadowZIndex = akEditorShadowZIndex;
|
|
79
|
-
var akEditorStickyHeaderZIndex = 11; // filmstrip uses 10 for its shadow
|
|
80
|
-
exports.akEditorStickyHeaderZIndex = akEditorStickyHeaderZIndex;
|
|
81
|
-
var akEditorSmallZIndex = akEditorStickyHeaderZIndex + 1;
|
|
82
|
-
exports.akEditorSmallZIndex = akEditorSmallZIndex;
|
|
83
|
-
var akEditorGridLineZIndex = 9999;
|
|
15
|
+
var akEditorFullPageDefaultFontSize = exports.akEditorFullPageDefaultFontSize = 16;
|
|
16
|
+
var akEditorCodeFontFamily = exports.akEditorCodeFontFamily = (0, _constants.codeFontFamily)();
|
|
17
|
+
var akEditorInactiveForeground = exports.akEditorInactiveForeground = _colors.N500;
|
|
18
|
+
var akEditorFocus = exports.akEditorFocus = _colors.B100;
|
|
19
|
+
var akEditorSubtleAccent = exports.akEditorSubtleAccent = _colors.N40;
|
|
20
|
+
var akEditorActiveBackground = exports.akEditorActiveBackground = _colors.N500;
|
|
21
|
+
var akEditorActiveForeground = exports.akEditorActiveForeground = _colors.N0;
|
|
22
|
+
var akEditorBlockquoteBorderColor = exports.akEditorBlockquoteBorderColor = _colors.N40;
|
|
23
|
+
var akEditorDropdownActiveBackground = exports.akEditorDropdownActiveBackground = _colors.N900;
|
|
24
|
+
var akEditorPopupBackground = exports.akEditorPopupBackground = _colors.N700;
|
|
25
|
+
var akEditorPopupText = exports.akEditorPopupText = _colors.B50;
|
|
26
|
+
var akEditorPrimaryButton = exports.akEditorPrimaryButton = _colors.B400;
|
|
27
|
+
var akEditorCodeBackground = exports.akEditorCodeBackground = _colors.N20;
|
|
28
|
+
var akEditorCodeBlockPadding = exports.akEditorCodeBlockPadding = '12px';
|
|
29
|
+
var akEditorCodeInlinePadding = exports.akEditorCodeInlinePadding = '2px 4px';
|
|
30
|
+
var akEditorDeleteBackground = exports.akEditorDeleteBackground = _colors.R50;
|
|
31
|
+
var akEditorDeleteBackgroundShaded = exports.akEditorDeleteBackgroundShaded = _colors.R50;
|
|
32
|
+
var akEditorDeleteBackgroundWithOpacity = exports.akEditorDeleteBackgroundWithOpacity = 'rgba(255, 189, 173, 0.5)'; // R75 with 50% opacity
|
|
33
|
+
var akEditorDeleteBorder = exports.akEditorDeleteBorder = _colors.R300;
|
|
34
|
+
var akEditorDeleteIconColor = exports.akEditorDeleteIconColor = _colors.R400;
|
|
35
|
+
var akEditorCustomIconSize = exports.akEditorCustomIconSize = 20;
|
|
36
|
+
var akEditorSelectedBorderColor = exports.akEditorSelectedBorderColor = _colors.B300;
|
|
37
|
+
var akEditorSelectedBgColor = exports.akEditorSelectedBgColor = _colors.B50;
|
|
38
|
+
var akEditorSelectedBlanketColor = exports.akEditorSelectedBlanketColor = _colors.B75;
|
|
39
|
+
var akEditorSelectedBorderSize = exports.akEditorSelectedBorderSize = 1;
|
|
40
|
+
var akEditorSelectedBorder = exports.akEditorSelectedBorder = "".concat(akEditorSelectedBorderSize, "px solid ", "var(--ds-border-selected, ".concat(akEditorSelectedBorderColor, ")"));
|
|
41
|
+
var akEditorSelectedBoxShadow = exports.akEditorSelectedBoxShadow = "0 0 0 ".concat(akEditorSelectedBorderSize, "px ", "var(--ds-border-selected, ".concat(akEditorSelectedBorderColor, ")"));
|
|
42
|
+
var akEditorSelectedIconColor = exports.akEditorSelectedIconColor = _colors.B400;
|
|
43
|
+
var akEditorSelectedBorderBoldSize = exports.akEditorSelectedBorderBoldSize = 2;
|
|
44
|
+
var akEditorSelectedBlanketOpacity = exports.akEditorSelectedBlanketOpacity = 0.3;
|
|
45
|
+
var akEditorUnitZIndex = exports.akEditorUnitZIndex = 1;
|
|
46
|
+
var akEditorShadowZIndex = exports.akEditorShadowZIndex = 2;
|
|
47
|
+
var akEditorStickyHeaderZIndex = exports.akEditorStickyHeaderZIndex = 11; // filmstrip uses 10 for its shadow
|
|
48
|
+
var akEditorSmallZIndex = exports.akEditorSmallZIndex = akEditorStickyHeaderZIndex + 1;
|
|
49
|
+
var akEditorGridLineZIndex = exports.akEditorGridLineZIndex = 1;
|
|
84
50
|
// z-index for main menu bar -
|
|
85
51
|
// this is highest as it should be above anything else in editor below.
|
|
86
|
-
exports.
|
|
87
|
-
var akEditorMenuZIndex = _constants.layers.blanket();
|
|
52
|
+
var akEditorMenuZIndex = exports.akEditorMenuZIndex = _constants.layers.blanket();
|
|
88
53
|
// z-index used for floating toolbars like code block, table etc
|
|
89
|
-
exports.
|
|
90
|
-
var akEditorFloatingPanelZIndex = _constants.layers.layer();
|
|
54
|
+
var akEditorFloatingPanelZIndex = exports.akEditorFloatingPanelZIndex = _constants.layers.layer();
|
|
91
55
|
// z-index used for pickers (date, emoji, mentions) and type-aheads, hyperlinks
|
|
92
|
-
exports.
|
|
93
|
-
var akEditorFloatingDialogZIndex = akEditorMenuZIndex + 10;
|
|
56
|
+
var akEditorFloatingDialogZIndex = exports.akEditorFloatingDialogZIndex = akEditorMenuZIndex + 10;
|
|
94
57
|
// z-index used for table cell menu options button on a sticky header
|
|
95
|
-
exports.
|
|
96
|
-
var akEditorTableCellOnStickyHeaderZIndex = akEditorFloatingDialogZIndex - 5;
|
|
58
|
+
var akEditorTableCellOnStickyHeaderZIndex = exports.akEditorTableCellOnStickyHeaderZIndex = akEditorFloatingDialogZIndex - 5;
|
|
97
59
|
// z-index used for floating toolbars table cell menu which are above block toolbars
|
|
98
|
-
exports.
|
|
99
|
-
var
|
|
100
|
-
exports.
|
|
101
|
-
var
|
|
102
|
-
exports.
|
|
103
|
-
var
|
|
104
|
-
exports.
|
|
105
|
-
var
|
|
106
|
-
exports.
|
|
107
|
-
var
|
|
108
|
-
exports.
|
|
109
|
-
var
|
|
110
|
-
exports.
|
|
111
|
-
var
|
|
112
|
-
exports.
|
|
113
|
-
var
|
|
114
|
-
exports.
|
|
115
|
-
var
|
|
116
|
-
exports.
|
|
117
|
-
var
|
|
118
|
-
exports.
|
|
119
|
-
var
|
|
120
|
-
exports.
|
|
121
|
-
var
|
|
122
|
-
exports.
|
|
123
|
-
var
|
|
124
|
-
exports.
|
|
125
|
-
var
|
|
126
|
-
exports.
|
|
127
|
-
var
|
|
128
|
-
exports.
|
|
129
|
-
var
|
|
130
|
-
exports.
|
|
131
|
-
var
|
|
132
|
-
exports.
|
|
133
|
-
var
|
|
134
|
-
exports.
|
|
135
|
-
var
|
|
136
|
-
exports.
|
|
137
|
-
var
|
|
138
|
-
exports.
|
|
139
|
-
var
|
|
140
|
-
exports.
|
|
141
|
-
var
|
|
142
|
-
exports.akEditorFullWidthLayoutWidth = akEditorFullWidthLayoutWidth;
|
|
143
|
-
var akEditorFullWidthLayoutLineLength = 1792;
|
|
144
|
-
exports.akEditorFullWidthLayoutLineLength = akEditorFullWidthLayoutLineLength;
|
|
145
|
-
var akEditorTableNumberColumnWidth = 42;
|
|
146
|
-
exports.akEditorTableNumberColumnWidth = akEditorTableNumberColumnWidth;
|
|
147
|
-
var akEditorBreakoutPadding = 96;
|
|
148
|
-
exports.akEditorBreakoutPadding = akEditorBreakoutPadding;
|
|
149
|
-
var akEditorGutterPadding = 32;
|
|
150
|
-
exports.akEditorGutterPadding = akEditorGutterPadding;
|
|
151
|
-
var akEditorMobileBreakoutPoint = 720;
|
|
152
|
-
exports.akEditorMobileBreakoutPoint = akEditorMobileBreakoutPoint;
|
|
153
|
-
var akEditorTableCellMinWidth = 48;
|
|
154
|
-
exports.akEditorTableCellMinWidth = akEditorTableCellMinWidth;
|
|
155
|
-
var akEditorTableLegacyCellMinWidth = 128;
|
|
156
|
-
exports.akEditorTableLegacyCellMinWidth = akEditorTableLegacyCellMinWidth;
|
|
157
|
-
var akEditorMediaResizeHandlerPaddingWide = 12;
|
|
158
|
-
exports.akEditorMediaResizeHandlerPaddingWide = akEditorMediaResizeHandlerPaddingWide;
|
|
159
|
-
var akEditorMediaResizeHandlerPadding = 4;
|
|
160
|
-
exports.akEditorMediaResizeHandlerPadding = akEditorMediaResizeHandlerPadding;
|
|
161
|
-
var akEditorSwoopCubicBezier = "cubic-bezier(0.15, 1, 0.3, 1)";
|
|
162
|
-
exports.akEditorSwoopCubicBezier = akEditorSwoopCubicBezier;
|
|
163
|
-
var gridMediumMaxWidth = 1024;
|
|
164
|
-
exports.gridMediumMaxWidth = gridMediumMaxWidth;
|
|
165
|
-
var breakoutWideScaleRatio = 1.33;
|
|
166
|
-
exports.breakoutWideScaleRatio = breakoutWideScaleRatio;
|
|
167
|
-
var akEditorCalculatedWideLayoutWidth = 1011; // = akEditorDefaultLayoutWidth * breakoutWideScaleRatio = 1010.8 ~ 1011 This is a resulting width value that is applied to nodes that currently use breakouts (except table) and are set to `wide` when the viewport's width is > 1329px.
|
|
168
|
-
exports.akEditorCalculatedWideLayoutWidth = akEditorCalculatedWideLayoutWidth;
|
|
169
|
-
var akRichMediaResizeZIndex = akEditorUnitZIndex * 99;
|
|
170
|
-
exports.akRichMediaResizeZIndex = akRichMediaResizeZIndex;
|
|
171
|
-
var akLayoutGutterOffset = (0, _constants.gridSize)() * 1.5;
|
|
172
|
-
exports.akLayoutGutterOffset = akLayoutGutterOffset;
|
|
173
|
-
var akEditorLineHeight = 1.714;
|
|
174
|
-
exports.akEditorLineHeight = akEditorLineHeight;
|
|
175
|
-
var akEditorRuleBackground = _colors.N30;
|
|
176
|
-
exports.akEditorRuleBackground = akEditorRuleBackground;
|
|
177
|
-
var akEditorRuleBorderRadius = '1px';
|
|
178
|
-
exports.akEditorRuleBorderRadius = akEditorRuleBorderRadius;
|
|
179
|
-
var akEditorToolbarKeylineHeight = 2;
|
|
180
|
-
exports.akEditorToolbarKeylineHeight = akEditorToolbarKeylineHeight;
|
|
181
|
-
var akEditorContextPanelWidth = 320;
|
|
182
|
-
exports.akEditorContextPanelWidth = akEditorContextPanelWidth;
|
|
183
|
-
var akEditorTableCellBlanketSelected = 'rgba(179, 212, 255, 0.3)';
|
|
184
|
-
exports.akEditorTableCellBlanketSelected = akEditorTableCellBlanketSelected;
|
|
185
|
-
var akEditorTableCellBlanketDeleted = 'rgba(255, 235, 230, 0.3)';
|
|
60
|
+
var akEditorFloatingOverlapPanelZIndex = exports.akEditorFloatingOverlapPanelZIndex = akEditorFloatingPanelZIndex + 5;
|
|
61
|
+
var akEditorMentionSelected = exports.akEditorMentionSelected = _colors.N100;
|
|
62
|
+
var akEditorTableToolbarSize = exports.akEditorTableToolbarSize = 11;
|
|
63
|
+
var akEditorTableBorder = exports.akEditorTableBorder = _colors.N50;
|
|
64
|
+
var akEditorTableBorderDark = exports.akEditorTableBorderDark = _colors.DN70;
|
|
65
|
+
var akEditorTableToolbar = exports.akEditorTableToolbar = _colors.N20;
|
|
66
|
+
var akEditorTableToolbarDark = exports.akEditorTableToolbarDark = _colors.DN50;
|
|
67
|
+
var akEditorTableFloatingControls = exports.akEditorTableFloatingControls = _colors.N20;
|
|
68
|
+
var akEditorTableCellSelected = exports.akEditorTableCellSelected = _colors.B75;
|
|
69
|
+
var akEditorTableHeaderCellBackground = exports.akEditorTableHeaderCellBackground = '#F1F2F4';
|
|
70
|
+
var akEditorTableHeaderCellBackgroundDark = exports.akEditorTableHeaderCellBackgroundDark = '#2C333A';
|
|
71
|
+
var akEditorTableToolbarSelected = exports.akEditorTableToolbarSelected = _colors.B100;
|
|
72
|
+
var akEditorTableBorderSelected = exports.akEditorTableBorderSelected = _colors.B300;
|
|
73
|
+
var akEditorTableCellDelete = exports.akEditorTableCellDelete = _colors.R50;
|
|
74
|
+
var akEditorTableBorderDelete = exports.akEditorTableBorderDelete = _colors.R300;
|
|
75
|
+
var akEditorTableToolbarDelete = exports.akEditorTableToolbarDelete = _colors.R75;
|
|
76
|
+
var akEditorTableBorderRadius = exports.akEditorTableBorderRadius = '3px';
|
|
77
|
+
var akEditorTableCellBackgroundOpacity = exports.akEditorTableCellBackgroundOpacity = 0.5;
|
|
78
|
+
var akEditorFullPageMaxWidth = exports.akEditorFullPageMaxWidth = 680;
|
|
79
|
+
var akEditorDefaultLayoutWidth = exports.akEditorDefaultLayoutWidth = 760;
|
|
80
|
+
var akEditorWideLayoutWidth = exports.akEditorWideLayoutWidth = 960; // This value is used for tables with breakouts and is used to calculate `breakoutWidthPx`
|
|
81
|
+
var akEditorFullWidthLayoutWidth = exports.akEditorFullWidthLayoutWidth = 1800;
|
|
82
|
+
var akEditorFullWidthLayoutLineLength = exports.akEditorFullWidthLayoutLineLength = 1792;
|
|
83
|
+
var akEditorTableNumberColumnWidth = exports.akEditorTableNumberColumnWidth = 42;
|
|
84
|
+
var akEditorBreakoutPadding = exports.akEditorBreakoutPadding = 96;
|
|
85
|
+
var akEditorGutterPadding = exports.akEditorGutterPadding = 32;
|
|
86
|
+
var akEditorMobileBreakoutPoint = exports.akEditorMobileBreakoutPoint = 720;
|
|
87
|
+
var akEditorTableCellMinWidth = exports.akEditorTableCellMinWidth = 48;
|
|
88
|
+
var akEditorTableLegacyCellMinWidth = exports.akEditorTableLegacyCellMinWidth = 128;
|
|
89
|
+
var akEditorMediaResizeHandlerPaddingWide = exports.akEditorMediaResizeHandlerPaddingWide = 12;
|
|
90
|
+
var akEditorMediaResizeHandlerPadding = exports.akEditorMediaResizeHandlerPadding = 4;
|
|
91
|
+
var akEditorSwoopCubicBezier = exports.akEditorSwoopCubicBezier = "cubic-bezier(0.15, 1, 0.3, 1)";
|
|
92
|
+
var gridMediumMaxWidth = exports.gridMediumMaxWidth = 1024;
|
|
93
|
+
var breakoutWideScaleRatio = exports.breakoutWideScaleRatio = 1.33;
|
|
94
|
+
var akEditorCalculatedWideLayoutWidth = exports.akEditorCalculatedWideLayoutWidth = 1011; // = akEditorDefaultLayoutWidth * breakoutWideScaleRatio = 1010.8 ~ 1011 This is a resulting width value that is applied to nodes that currently use breakouts (except table) and are set to `wide` when the viewport's width is > 1329px.
|
|
95
|
+
var akRichMediaResizeZIndex = exports.akRichMediaResizeZIndex = akEditorUnitZIndex * 99;
|
|
96
|
+
var akLayoutGutterOffset = exports.akLayoutGutterOffset = (0, _constants.gridSize)() * 1.5;
|
|
97
|
+
var akEditorLineHeight = exports.akEditorLineHeight = 1.714;
|
|
98
|
+
var akEditorRuleBackground = exports.akEditorRuleBackground = _colors.N30;
|
|
99
|
+
var akEditorRuleBorderRadius = exports.akEditorRuleBorderRadius = '1px';
|
|
100
|
+
var akEditorToolbarKeylineHeight = exports.akEditorToolbarKeylineHeight = 2;
|
|
101
|
+
var akEditorContextPanelWidth = exports.akEditorContextPanelWidth = 320;
|
|
102
|
+
var akEditorTableCellBlanketSelected = exports.akEditorTableCellBlanketSelected = 'rgba(179, 212, 255, 0.3)';
|
|
103
|
+
var akEditorTableCellBlanketDeleted = exports.akEditorTableCellBlanketDeleted = 'rgba(255, 235, 230, 0.3)';
|
|
186
104
|
|
|
187
105
|
// @see typography spreadsheet: https://docs.google.com/spreadsheets/d/1iYusRGCT4PoPfvxbJ8NrgjtfFgXLm5lpDWXzjua1W2E/edit#gid=93913128
|
|
188
|
-
exports.
|
|
189
|
-
var
|
|
190
|
-
exports.
|
|
191
|
-
var
|
|
192
|
-
exports.
|
|
193
|
-
var
|
|
194
|
-
exports.
|
|
195
|
-
var MAX_BROWSER_SCROLLBAR_HEIGHT = 20;
|
|
196
|
-
exports.MAX_BROWSER_SCROLLBAR_HEIGHT = MAX_BROWSER_SCROLLBAR_HEIGHT;
|
|
197
|
-
var ATLASSIAN_NAVIGATION_HEIGHT = '56px';
|
|
198
|
-
exports.ATLASSIAN_NAVIGATION_HEIGHT = ATLASSIAN_NAVIGATION_HEIGHT;
|
|
199
|
-
var akEditorSelectedNodeClassName = 'ak-editor-selected-node';
|
|
200
|
-
exports.akEditorSelectedNodeClassName = akEditorSelectedNodeClassName;
|
|
201
|
-
var editorFontSize = function editorFontSize(_ref) {
|
|
106
|
+
var blockNodesVerticalMargin = exports.blockNodesVerticalMargin = '0.75rem';
|
|
107
|
+
var DEFAULT_EMBED_CARD_WIDTH = exports.DEFAULT_EMBED_CARD_WIDTH = 680;
|
|
108
|
+
var DEFAULT_EMBED_CARD_HEIGHT = exports.DEFAULT_EMBED_CARD_HEIGHT = 480;
|
|
109
|
+
var MAX_BROWSER_SCROLLBAR_HEIGHT = exports.MAX_BROWSER_SCROLLBAR_HEIGHT = 20;
|
|
110
|
+
var ATLASSIAN_NAVIGATION_HEIGHT = exports.ATLASSIAN_NAVIGATION_HEIGHT = '56px';
|
|
111
|
+
var akEditorSelectedNodeClassName = exports.akEditorSelectedNodeClassName = 'ak-editor-selected-node';
|
|
112
|
+
var editorFontSize = exports.editorFontSize = function editorFontSize(_ref) {
|
|
202
113
|
var theme = _ref.theme;
|
|
203
114
|
return theme && theme.baseFontSize ? theme.baseFontSize : (0, _constants.fontSize)();
|
|
204
115
|
};
|
|
205
|
-
exports.
|
|
206
|
-
var relativeSize = function relativeSize(multiplier) {
|
|
116
|
+
var relativeSize = exports.relativeSize = function relativeSize(multiplier) {
|
|
207
117
|
return function (_ref2) {
|
|
208
118
|
var theme = _ref2.theme;
|
|
209
119
|
return editorFontSize({
|
|
@@ -211,8 +121,7 @@ var relativeSize = function relativeSize(multiplier) {
|
|
|
211
121
|
}) * multiplier;
|
|
212
122
|
};
|
|
213
123
|
};
|
|
214
|
-
exports.
|
|
215
|
-
var relativeFontSizeToBase16 = function relativeFontSizeToBase16(px) {
|
|
124
|
+
var relativeFontSizeToBase16 = exports.relativeFontSizeToBase16 = function relativeFontSizeToBase16(px) {
|
|
216
125
|
if (typeof px === 'string') {
|
|
217
126
|
px = parseInt(px);
|
|
218
127
|
}
|
|
@@ -221,8 +130,7 @@ var relativeFontSizeToBase16 = function relativeFontSizeToBase16(px) {
|
|
|
221
130
|
}
|
|
222
131
|
return "".concat(px / 16, "rem");
|
|
223
132
|
};
|
|
224
|
-
exports.
|
|
225
|
-
var VIEWPORT_SIZES = {
|
|
133
|
+
var VIEWPORT_SIZES = exports.VIEWPORT_SIZES = {
|
|
226
134
|
laptopHiDPI: {
|
|
227
135
|
width: 1440,
|
|
228
136
|
height: 900
|
|
@@ -254,16 +162,13 @@ var VIEWPORT_SIZES = {
|
|
|
254
162
|
};
|
|
255
163
|
|
|
256
164
|
// to be updated in ED-10790: this should be variable threshold based on how many buttons enabled on main toolbar
|
|
257
|
-
exports.
|
|
258
|
-
var
|
|
259
|
-
exports.akEditorMobileMaxWidth = akEditorMobileMaxWidth;
|
|
260
|
-
var getTableCellBackgroundDarkModeColors = [['White', '#000000'], ['Light blue', '#0C294F'], ['Light teal', '#0C343B'], ['Light green', '#052E21'], ['Light yellow', '#484123'], ['Light red', '#441C13'], ['Light purple', '#282249'], ['Light gray', '#202328'], ['Blue', '#0B3165'], ['Teal', '#044853'], ['Green', '#053927'], ['Yellow', '#6F5C25'], ['Red', '#582013'], ['Purple', '#3E327B'], ['Gray', '#475262'], ['Dark blue', '#003884'], ['Dark teal', '#055866'], ['Dark green', '#044932'], ['Dark yellow', '#82641C'], ['Dark red', '#6B2A19'], ['Dark purple', '#4D38B2']].map(function (_ref3) {
|
|
165
|
+
var akEditorMobileMaxWidth = exports.akEditorMobileMaxWidth = 0;
|
|
166
|
+
var getTableCellBackgroundDarkModeColors = exports.getTableCellBackgroundDarkModeColors = [['White', '#000000'], ['Light blue', '#0C294F'], ['Light teal', '#0C343B'], ['Light green', '#052E21'], ['Light yellow', '#484123'], ['Light red', '#441C13'], ['Light purple', '#282249'], ['Light gray', '#202328'], ['Blue', '#0B3165'], ['Teal', '#044853'], ['Green', '#053927'], ['Yellow', '#6F5C25'], ['Red', '#582013'], ['Purple', '#3E327B'], ['Gray', '#475262'], ['Dark blue', '#003884'], ['Dark teal', '#055866'], ['Dark green', '#044932'], ['Dark yellow', '#82641C'], ['Dark red', '#6B2A19'], ['Dark purple', '#4D38B2']].map(function (_ref3) {
|
|
261
167
|
var _ref4 = (0, _slicedToArray2.default)(_ref3, 2),
|
|
262
168
|
colorName = _ref4[0],
|
|
263
169
|
colorValue = _ref4[1];
|
|
264
170
|
return getTableCellBackgroundDarkModeColorCSS(colorName, colorValue);
|
|
265
171
|
}).join('\n');
|
|
266
|
-
exports.getTableCellBackgroundDarkModeColors = getTableCellBackgroundDarkModeColors;
|
|
267
172
|
function getTableCellBackgroundDarkModeColorCSS(colorName, colorValue) {
|
|
268
173
|
return "\n &[colorname=\"".concat(colorName, "\"] {\n background-color: ").concat(colorValue, " !important; // !important to override default style color\n }\n ");
|
|
269
174
|
}
|
|
@@ -9,7 +9,7 @@ var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/hel
|
|
|
9
9
|
var _react = require("@emotion/react");
|
|
10
10
|
var _templateObject;
|
|
11
11
|
/* eslint-disable @atlaskit/design-system/ensure-design-token-usage */
|
|
12
|
-
var overflowShadow = function overflowShadow(_ref) {
|
|
12
|
+
var overflowShadow = exports.overflowShadow = function overflowShadow(_ref) {
|
|
13
13
|
var background = _ref.background,
|
|
14
14
|
_ref$width = _ref.width,
|
|
15
15
|
width = _ref$width === void 0 ? "var(--ds-space-100, 8px)" : _ref$width,
|
|
@@ -18,5 +18,4 @@ var overflowShadow = function overflowShadow(_ref) {
|
|
|
18
18
|
var leftCoverWidthResolved = leftCoverWidth || width;
|
|
19
19
|
var rightCoverWidthResolved = rightCoverWidth || width;
|
|
20
20
|
return (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n/* shadow cover left */\n linear-gradient(\n to right,\n ", " ", ",\n transparent ", "\n ),\n/* shadow cover background left */\n linear-gradient(\n to right,\n ", " ", ",\n transparent ", "\n ),\n/* shadow cover right */\n linear-gradient(\n to left,\n ", " ", ",\n transparent ", "\n ),\n/* shadow cover background right */\n linear-gradient(\n to left,\n ", " ", ",\n transparent ", "\n ),\n/* overflow shadow right spread */\n linear-gradient(\n to left,\n ", " 0,\n ", " ", "\n ),\n /* overflow shadow right perimeter */\n linear-gradient(\n to left,\n ", " 0,\n ", " ", "\n ),\n /* overflow shadow left spread */\n linear-gradient(\n to right,\n ", " 0,\n ", " ", "\n ),\n /* overflow shadow left perimeter */\n linear-gradient(\n to right,\n ", " 0,\n ", " ", "\n )\n"])), background, leftCoverWidthResolved, leftCoverWidthResolved, "var(--ds-surface-raised, transparent)", leftCoverWidthResolved, leftCoverWidthResolved, background, rightCoverWidthResolved, rightCoverWidthResolved, "var(--ds-surface-raised, transparent)", rightCoverWidthResolved, rightCoverWidthResolved, "var(--ds-shadow-overflow-spread, rgba(9, 30, 66, 0.13))", "var(--ds-UNSAFE-transparent, rgba(99, 114, 130, 0))", width, "var(--ds-shadow-overflow-perimeter, transparent)", "var(--ds-UNSAFE-transparent, transparent)", width, "var(--ds-shadow-overflow-spread, rgba(9, 30, 66, 0.13))", "var(--ds-UNSAFE-transparent, rgba(99, 114, 130, 0))", width, "var(--ds-shadow-overflow-perimeter, transparent)", "var(--ds-UNSAFE-transparent, transparent)", width);
|
|
21
|
-
};
|
|
22
|
-
exports.overflowShadow = overflowShadow;
|
|
21
|
+
};
|
|
@@ -5,5 +5,4 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.scrollbarStyles = void 0;
|
|
7
7
|
// TODO: https://product-fabric.atlassian.net/browse/DSP-4494
|
|
8
|
-
var scrollbarStyles = "\n -ms-overflow-style: -ms-autohiding-scrollbar;\n\n &::-webkit-scrollbar {\n height: ".concat("var(--ds-space-100, 8px)", ";\n width: ", "var(--ds-space-100, 8px)", ";\n }\n\n &::-webkit-scrollbar-corner {\n display: none;\n }\n\n &::-webkit-scrollbar-thumb {\n background-color: ", "var(--ds-background-neutral-subtle, rgba(0, 0, 0, 0))", ";\n }\n\n &:hover::-webkit-scrollbar-thumb {\n background-color: ", "var(--ds-background-neutral-bold, rgba(0, 0, 0, 0.2))", ";\n border-radius: 8px;\n }\n\n &::-webkit-scrollbar-thumb:hover {\n background-color: ", "var(--ds-background-neutral-bold-hovered, rgba(0, 0, 0, 0.4))", ";\n }\n");
|
|
9
|
-
exports.scrollbarStyles = scrollbarStyles;
|
|
8
|
+
var scrollbarStyles = exports.scrollbarStyles = "\n -ms-overflow-style: -ms-autohiding-scrollbar;\n\n &::-webkit-scrollbar {\n height: ".concat("var(--ds-space-100, 8px)", ";\n width: ", "var(--ds-space-100, 8px)", ";\n }\n\n &::-webkit-scrollbar-corner {\n display: none;\n }\n\n &::-webkit-scrollbar-thumb {\n background-color: ", "var(--ds-background-neutral-subtle, rgba(0, 0, 0, 0))", ";\n }\n\n &:hover::-webkit-scrollbar-thumb {\n background-color: ", "var(--ds-background-neutral-bold, rgba(0, 0, 0, 0.2))", ";\n border-radius: 8px;\n }\n\n &::-webkit-scrollbar-thumb:hover {\n background-color: ", "var(--ds-background-neutral-bold-hovered, rgba(0, 0, 0, 0.4))", ";\n }\n");
|
|
@@ -9,11 +9,10 @@ exports.SelectionStyle = void 0;
|
|
|
9
9
|
* If you have custom behaviour needed for a node, add that in the plugin's styles
|
|
10
10
|
* file in editor-core
|
|
11
11
|
*/
|
|
12
|
-
var SelectionStyle = /*#__PURE__*/function (SelectionStyle) {
|
|
12
|
+
var SelectionStyle = exports.SelectionStyle = /*#__PURE__*/function (SelectionStyle) {
|
|
13
13
|
SelectionStyle[SelectionStyle["Border"] = 0] = "Border";
|
|
14
14
|
SelectionStyle[SelectionStyle["BoxShadow"] = 1] = "BoxShadow";
|
|
15
15
|
SelectionStyle[SelectionStyle["Background"] = 2] = "Background";
|
|
16
16
|
SelectionStyle[SelectionStyle["Blanket"] = 3] = "Blanket";
|
|
17
17
|
return SelectionStyle;
|
|
18
|
-
}({});
|
|
19
|
-
exports.SelectionStyle = SelectionStyle;
|
|
18
|
+
}({});
|
|
@@ -16,14 +16,12 @@ var _types = require("./types");
|
|
|
16
16
|
* }
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
19
|
-
var getSelectionStyles = function getSelectionStyles(selectionStyles) {
|
|
19
|
+
var getSelectionStyles = exports.getSelectionStyles = function getSelectionStyles(selectionStyles) {
|
|
20
20
|
return selectionStyles.map(function (selectionStyle) {
|
|
21
21
|
return getSelectionStyle(selectionStyle);
|
|
22
22
|
}).concat(hideNativeBrowserTextSelectionStyles).join('\n');
|
|
23
23
|
};
|
|
24
|
-
exports.
|
|
25
|
-
var hideNativeBrowserTextSelectionStyles = "\n ::selection,*::selection {\n background-color: transparent;\n }\n ::-moz-selection,*::-moz-selection {\n background-color: transparent;\n }\n";
|
|
26
|
-
exports.hideNativeBrowserTextSelectionStyles = hideNativeBrowserTextSelectionStyles;
|
|
24
|
+
var hideNativeBrowserTextSelectionStyles = exports.hideNativeBrowserTextSelectionStyles = "\n ::selection,*::selection {\n background-color: transparent;\n }\n ::-moz-selection,*::-moz-selection {\n background-color: transparent;\n }\n";
|
|
27
25
|
var getSelectionStyle = function getSelectionStyle(style) {
|
|
28
26
|
switch (style) {
|
|
29
27
|
case _types.SelectionStyle.Border:
|
|
@@ -11,5 +11,4 @@ var _colors = require("@atlaskit/theme/colors");
|
|
|
11
11
|
var _constants = require("@atlaskit/theme/constants");
|
|
12
12
|
var _consts = require("../consts");
|
|
13
13
|
var _templateObject;
|
|
14
|
-
var shortcutStyle = (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n background-color: ", "; /* N60 at 50% */\n color: ", ";\n border-radius: ", "px;\n padding:
|
|
15
|
-
exports.shortcutStyle = shortcutStyle;
|
|
14
|
+
var shortcutStyle = exports.shortcutStyle = (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n background-color: ", "; /* N60 at 50% */\n color: ", ";\n border-radius: ", "px;\n padding: ", ";\n line-height: 12px;\n font-size: ", ";\n align-self: flex-end;\n @media (max-width: ", "px) {\n display: none;\n }\n"])), "var(--ds-background-neutral, rgba(223, 225, 229, 0.5))", "var(--ds-text-subtle, ".concat(_colors.N100, ")"), (0, _constants.borderRadius)(), "var(--ds-space-050, 4px)", (0, _consts.relativeFontSizeToBase16)(11.67), _consts.akEditorMobileMaxWidth);
|
|
@@ -37,7 +37,7 @@ export const akEditorUnitZIndex = 1;
|
|
|
37
37
|
export const akEditorShadowZIndex = 2;
|
|
38
38
|
export const akEditorStickyHeaderZIndex = 11; // filmstrip uses 10 for its shadow
|
|
39
39
|
export const akEditorSmallZIndex = akEditorStickyHeaderZIndex + 1;
|
|
40
|
-
export const akEditorGridLineZIndex =
|
|
40
|
+
export const akEditorGridLineZIndex = 1;
|
|
41
41
|
// z-index for main menu bar -
|
|
42
42
|
// this is highest as it should be above anything else in editor below.
|
|
43
43
|
export const akEditorMenuZIndex = layers.blanket();
|
|
@@ -6,7 +6,7 @@ export const shortcutStyle = css`
|
|
|
6
6
|
background-color: ${"var(--ds-background-neutral, rgba(223, 225, 229, 0.5))"}; /* N60 at 50% */
|
|
7
7
|
color: ${`var(--ds-text-subtle, ${N100})`};
|
|
8
8
|
border-radius: ${borderRadius()}px;
|
|
9
|
-
padding: 4px;
|
|
9
|
+
padding: ${"var(--ds-space-050, 4px)"};
|
|
10
10
|
line-height: 12px;
|
|
11
11
|
font-size: ${relativeFontSizeToBase16(11.67)};
|
|
12
12
|
align-self: flex-end;
|
|
@@ -38,7 +38,7 @@ export var akEditorUnitZIndex = 1;
|
|
|
38
38
|
export var akEditorShadowZIndex = 2;
|
|
39
39
|
export var akEditorStickyHeaderZIndex = 11; // filmstrip uses 10 for its shadow
|
|
40
40
|
export var akEditorSmallZIndex = akEditorStickyHeaderZIndex + 1;
|
|
41
|
-
export var akEditorGridLineZIndex =
|
|
41
|
+
export var akEditorGridLineZIndex = 1;
|
|
42
42
|
// z-index for main menu bar -
|
|
43
43
|
// this is highest as it should be above anything else in editor below.
|
|
44
44
|
export var akEditorMenuZIndex = layers.blanket();
|
|
@@ -4,4 +4,4 @@ import { css } from '@emotion/react';
|
|
|
4
4
|
import { N100 } from '@atlaskit/theme/colors';
|
|
5
5
|
import { borderRadius } from '@atlaskit/theme/constants';
|
|
6
6
|
import { akEditorMobileMaxWidth, relativeFontSizeToBase16 } from '../consts';
|
|
7
|
-
export var shortcutStyle = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n background-color: ", "; /* N60 at 50% */\n color: ", ";\n border-radius: ", "px;\n padding:
|
|
7
|
+
export var shortcutStyle = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n background-color: ", "; /* N60 at 50% */\n color: ", ";\n border-radius: ", "px;\n padding: ", ";\n line-height: 12px;\n font-size: ", ";\n align-self: flex-end;\n @media (max-width: ", "px) {\n display: none;\n }\n"])), "var(--ds-background-neutral, rgba(223, 225, 229, 0.5))", "var(--ds-text-subtle, ".concat(N100, ")"), borderRadius(), "var(--ds-space-050, 4px)", relativeFontSizeToBase16(11.67), akEditorMobileMaxWidth);
|
|
@@ -33,7 +33,7 @@ export declare const akEditorUnitZIndex = 1;
|
|
|
33
33
|
export declare const akEditorShadowZIndex = 2;
|
|
34
34
|
export declare const akEditorStickyHeaderZIndex = 11;
|
|
35
35
|
export declare const akEditorSmallZIndex: number;
|
|
36
|
-
export declare const akEditorGridLineZIndex =
|
|
36
|
+
export declare const akEditorGridLineZIndex = 1;
|
|
37
37
|
export declare const akEditorMenuZIndex: 500;
|
|
38
38
|
export declare const akEditorFloatingPanelZIndex: 400;
|
|
39
39
|
export declare const akEditorFloatingDialogZIndex: number;
|
|
@@ -33,7 +33,7 @@ export declare const akEditorUnitZIndex = 1;
|
|
|
33
33
|
export declare const akEditorShadowZIndex = 2;
|
|
34
34
|
export declare const akEditorStickyHeaderZIndex = 11;
|
|
35
35
|
export declare const akEditorSmallZIndex: number;
|
|
36
|
-
export declare const akEditorGridLineZIndex =
|
|
36
|
+
export declare const akEditorGridLineZIndex = 1;
|
|
37
37
|
export declare const akEditorMenuZIndex: 500;
|
|
38
38
|
export declare const akEditorFloatingPanelZIndex: 400;
|
|
39
39
|
export declare const akEditorFloatingDialogZIndex: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-shared-styles",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.2",
|
|
4
4
|
"description": "Style values used in the editor/renderer",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@atlaskit/theme": "^12.6.0",
|
|
39
|
-
"@atlaskit/tokens": "^1.
|
|
39
|
+
"@atlaskit/tokens": "^1.29.0",
|
|
40
40
|
"@babel/runtime": "^7.0.0",
|
|
41
41
|
"@emotion/react": "^11.7.1"
|
|
42
42
|
},
|
package/report.api.md
CHANGED
|
@@ -93,7 +93,7 @@ export const akEditorFullWidthLayoutLineLength = 1792;
|
|
|
93
93
|
export const akEditorFullWidthLayoutWidth = 1800;
|
|
94
94
|
|
|
95
95
|
// @public (undocumented)
|
|
96
|
-
export const akEditorGridLineZIndex =
|
|
96
|
+
export const akEditorGridLineZIndex = 1;
|
|
97
97
|
|
|
98
98
|
// @public (undocumented)
|
|
99
99
|
export const akEditorGutterPadding = 32;
|
package/src/consts/consts.ts
CHANGED
|
@@ -72,7 +72,7 @@ export const akEditorUnitZIndex = 1;
|
|
|
72
72
|
export const akEditorShadowZIndex = 2;
|
|
73
73
|
export const akEditorStickyHeaderZIndex = 11; // filmstrip uses 10 for its shadow
|
|
74
74
|
export const akEditorSmallZIndex = akEditorStickyHeaderZIndex + 1;
|
|
75
|
-
export const akEditorGridLineZIndex =
|
|
75
|
+
export const akEditorGridLineZIndex = 1;
|
|
76
76
|
// z-index for main menu bar -
|
|
77
77
|
// this is highest as it should be above anything else in editor below.
|
|
78
78
|
export const akEditorMenuZIndex = layers.blanket();
|
package/src/shortcut/shortcut.ts
CHANGED
|
@@ -13,7 +13,7 @@ export const shortcutStyle = css`
|
|
|
13
13
|
)}; /* N60 at 50% */
|
|
14
14
|
color: ${token('color.text.subtle', N100)};
|
|
15
15
|
border-radius: ${borderRadius()}px;
|
|
16
|
-
padding: 4px;
|
|
16
|
+
padding: ${token('space.050', '4px')};
|
|
17
17
|
line-height: 12px;
|
|
18
18
|
font-size: ${relativeFontSizeToBase16(11.67)};
|
|
19
19
|
align-self: flex-end;
|
package/tsconfig.app.json
CHANGED
package/tsconfig.dev.json
CHANGED
package/tmp/api-report-tmp.d.ts
DELETED
|
@@ -1,357 +0,0 @@
|
|
|
1
|
-
## API Report File for "@atlaskit/editor-shared-styles"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import { SerializedStyles } from '@emotion/react';
|
|
8
|
-
|
|
9
|
-
// @public (undocumented)
|
|
10
|
-
export const akEditorActiveBackground = "#42526E";
|
|
11
|
-
|
|
12
|
-
// @public (undocumented)
|
|
13
|
-
export const akEditorActiveForeground = "#FFFFFF";
|
|
14
|
-
|
|
15
|
-
// @public (undocumented)
|
|
16
|
-
export const akEditorBlockquoteBorderColor = "#DFE1E6";
|
|
17
|
-
|
|
18
|
-
// @public (undocumented)
|
|
19
|
-
export const akEditorBreakoutPadding = 96;
|
|
20
|
-
|
|
21
|
-
// @public (undocumented)
|
|
22
|
-
export const akEditorCalculatedWideLayoutWidth = 1011;
|
|
23
|
-
|
|
24
|
-
// @public (undocumented)
|
|
25
|
-
export const akEditorCodeBackground = "#F4F5F7";
|
|
26
|
-
|
|
27
|
-
// @public (undocumented)
|
|
28
|
-
export const akEditorCodeBlockPadding = "12px";
|
|
29
|
-
|
|
30
|
-
// @public (undocumented)
|
|
31
|
-
export const akEditorCodeFontFamily: string;
|
|
32
|
-
|
|
33
|
-
// @public (undocumented)
|
|
34
|
-
export const akEditorCodeInlinePadding = "2px 4px";
|
|
35
|
-
|
|
36
|
-
// @public (undocumented)
|
|
37
|
-
export const akEditorContextPanelWidth = 320;
|
|
38
|
-
|
|
39
|
-
// @public (undocumented)
|
|
40
|
-
export const akEditorDefaultLayoutWidth = 760;
|
|
41
|
-
|
|
42
|
-
// @public (undocumented)
|
|
43
|
-
export const akEditorDeleteBackground = "#FFEBE6";
|
|
44
|
-
|
|
45
|
-
// @public (undocumented)
|
|
46
|
-
export const akEditorDeleteBackgroundShaded = "#FFEBE6";
|
|
47
|
-
|
|
48
|
-
// @public (undocumented)
|
|
49
|
-
export const akEditorDeleteBackgroundWithOpacity = "rgba(255, 189, 173, 0.5)";
|
|
50
|
-
|
|
51
|
-
// @public (undocumented)
|
|
52
|
-
export const akEditorDeleteBorder = "#FF5630";
|
|
53
|
-
|
|
54
|
-
// @public (undocumented)
|
|
55
|
-
export const akEditorDeleteIconColor = "#DE350B";
|
|
56
|
-
|
|
57
|
-
// @public (undocumented)
|
|
58
|
-
export const akEditorDropdownActiveBackground = "#091E42";
|
|
59
|
-
|
|
60
|
-
// @public (undocumented)
|
|
61
|
-
export const akEditorFloatingDialogZIndex: number;
|
|
62
|
-
|
|
63
|
-
// @public (undocumented)
|
|
64
|
-
export const akEditorFloatingOverlapPanelZIndex: number;
|
|
65
|
-
|
|
66
|
-
// @public (undocumented)
|
|
67
|
-
export const akEditorFloatingPanelZIndex: 400;
|
|
68
|
-
|
|
69
|
-
// @public (undocumented)
|
|
70
|
-
export const akEditorFocus = "#4C9AFF";
|
|
71
|
-
|
|
72
|
-
// @public (undocumented)
|
|
73
|
-
export const akEditorFullPageDefaultFontSize = 16;
|
|
74
|
-
|
|
75
|
-
// @public (undocumented)
|
|
76
|
-
export const akEditorFullPageMaxWidth = 680;
|
|
77
|
-
|
|
78
|
-
// @public (undocumented)
|
|
79
|
-
export const akEditorFullWidthLayoutLineLength = 1792;
|
|
80
|
-
|
|
81
|
-
// @public (undocumented)
|
|
82
|
-
export const akEditorFullWidthLayoutWidth = 1800;
|
|
83
|
-
|
|
84
|
-
// @public (undocumented)
|
|
85
|
-
export const akEditorGridLineZIndex = 9999;
|
|
86
|
-
|
|
87
|
-
// @public (undocumented)
|
|
88
|
-
export const akEditorGutterPadding = 32;
|
|
89
|
-
|
|
90
|
-
// @public (undocumented)
|
|
91
|
-
export const akEditorInactiveForeground = "#42526E";
|
|
92
|
-
|
|
93
|
-
// @public (undocumented)
|
|
94
|
-
export const akEditorLineHeight = 1.714;
|
|
95
|
-
|
|
96
|
-
// @public (undocumented)
|
|
97
|
-
export const akEditorMediaResizeHandlerPadding = 4;
|
|
98
|
-
|
|
99
|
-
// @public (undocumented)
|
|
100
|
-
export const akEditorMediaResizeHandlerPaddingWide = 12;
|
|
101
|
-
|
|
102
|
-
// @public (undocumented)
|
|
103
|
-
export const akEditorMentionSelected = "#7A869A";
|
|
104
|
-
|
|
105
|
-
// @public (undocumented)
|
|
106
|
-
export const akEditorMenuZIndex: 500;
|
|
107
|
-
|
|
108
|
-
// @public (undocumented)
|
|
109
|
-
export const akEditorMobileBreakoutPoint = 720;
|
|
110
|
-
|
|
111
|
-
// @public (undocumented)
|
|
112
|
-
export const akEditorMobileMaxWidth = 0;
|
|
113
|
-
|
|
114
|
-
// @public (undocumented)
|
|
115
|
-
export const akEditorPopupBackground = "#253858";
|
|
116
|
-
|
|
117
|
-
// @public (undocumented)
|
|
118
|
-
export const akEditorPopupText = "#DEEBFF";
|
|
119
|
-
|
|
120
|
-
// @public (undocumented)
|
|
121
|
-
export const akEditorPrimaryButton = "#0052CC";
|
|
122
|
-
|
|
123
|
-
// @public (undocumented)
|
|
124
|
-
export const akEditorRuleBackground = "#EBECF0";
|
|
125
|
-
|
|
126
|
-
// @public (undocumented)
|
|
127
|
-
export const akEditorRuleBorderRadius = "1px";
|
|
128
|
-
|
|
129
|
-
// @public (undocumented)
|
|
130
|
-
export const akEditorSelectedBgColor = "#DEEBFF";
|
|
131
|
-
|
|
132
|
-
// @public (undocumented)
|
|
133
|
-
export const akEditorSelectedBlanketColor = "#B3D4FF";
|
|
134
|
-
|
|
135
|
-
// @public (undocumented)
|
|
136
|
-
export const akEditorSelectedBlanketOpacity = 0.3;
|
|
137
|
-
|
|
138
|
-
// @public (undocumented)
|
|
139
|
-
export const akEditorSelectedBorder: string;
|
|
140
|
-
|
|
141
|
-
// @public (undocumented)
|
|
142
|
-
export const akEditorSelectedBorderBoldSize = 2;
|
|
143
|
-
|
|
144
|
-
// @public (undocumented)
|
|
145
|
-
export const akEditorSelectedBorderColor = "#0065FF";
|
|
146
|
-
|
|
147
|
-
// @public (undocumented)
|
|
148
|
-
export const akEditorSelectedBorderSize = 1;
|
|
149
|
-
|
|
150
|
-
// @public (undocumented)
|
|
151
|
-
export const akEditorSelectedBoxShadow: string;
|
|
152
|
-
|
|
153
|
-
// @public (undocumented)
|
|
154
|
-
export const akEditorSelectedIconColor = "#0052CC";
|
|
155
|
-
|
|
156
|
-
// @public (undocumented)
|
|
157
|
-
export const akEditorSelectedNodeClassName = "ak-editor-selected-node";
|
|
158
|
-
|
|
159
|
-
// @public (undocumented)
|
|
160
|
-
export const akEditorShadowZIndex = 2;
|
|
161
|
-
|
|
162
|
-
// @public (undocumented)
|
|
163
|
-
export const akEditorSmallZIndex: number;
|
|
164
|
-
|
|
165
|
-
// @public (undocumented)
|
|
166
|
-
export const akEditorStickyHeaderZIndex = 11;
|
|
167
|
-
|
|
168
|
-
// @public (undocumented)
|
|
169
|
-
export const akEditorSubtleAccent = "#DFE1E6";
|
|
170
|
-
|
|
171
|
-
// @public (undocumented)
|
|
172
|
-
export const akEditorSwoopCubicBezier = "cubic-bezier(0.15, 1, 0.3, 1)";
|
|
173
|
-
|
|
174
|
-
// @public (undocumented)
|
|
175
|
-
export const akEditorTableBorder = "#C1C7D0";
|
|
176
|
-
|
|
177
|
-
// @public (undocumented)
|
|
178
|
-
export const akEditorTableBorderDark = "#3B475C";
|
|
179
|
-
|
|
180
|
-
// @public (undocumented)
|
|
181
|
-
export const akEditorTableBorderDelete = "#FF5630";
|
|
182
|
-
|
|
183
|
-
// @public (undocumented)
|
|
184
|
-
export const akEditorTableBorderRadius = "3px";
|
|
185
|
-
|
|
186
|
-
// @public (undocumented)
|
|
187
|
-
export const akEditorTableBorderSelected = "#0065FF";
|
|
188
|
-
|
|
189
|
-
// @public (undocumented)
|
|
190
|
-
export const akEditorTableCellBackgroundOpacity = 0.5;
|
|
191
|
-
|
|
192
|
-
// @public (undocumented)
|
|
193
|
-
export const akEditorTableCellBlanketDeleted = "rgba(255, 235, 230, 0.3)";
|
|
194
|
-
|
|
195
|
-
// @public (undocumented)
|
|
196
|
-
export const akEditorTableCellBlanketSelected = "rgba(179, 212, 255, 0.3)";
|
|
197
|
-
|
|
198
|
-
// @public (undocumented)
|
|
199
|
-
export const akEditorTableCellDelete = "#FFEBE6";
|
|
200
|
-
|
|
201
|
-
// @public (undocumented)
|
|
202
|
-
export const akEditorTableCellMinWidth = 48;
|
|
203
|
-
|
|
204
|
-
// @public (undocumented)
|
|
205
|
-
export const akEditorTableCellOnStickyHeaderZIndex: number;
|
|
206
|
-
|
|
207
|
-
// @public (undocumented)
|
|
208
|
-
export const akEditorTableCellSelected = "#B3D4FF";
|
|
209
|
-
|
|
210
|
-
// @public (undocumented)
|
|
211
|
-
export const akEditorTableFloatingControls = "#F4F5F7";
|
|
212
|
-
|
|
213
|
-
// @public (undocumented)
|
|
214
|
-
export const akEditorTableHeaderCellBackground = "#F1F2F4";
|
|
215
|
-
|
|
216
|
-
// @public (undocumented)
|
|
217
|
-
export const akEditorTableHeaderCellBackgroundDark = "#2C333A";
|
|
218
|
-
|
|
219
|
-
// @public (undocumented)
|
|
220
|
-
export const akEditorTableLegacyCellMinWidth = 128;
|
|
221
|
-
|
|
222
|
-
// @public (undocumented)
|
|
223
|
-
export const akEditorTableNumberColumnWidth = 42;
|
|
224
|
-
|
|
225
|
-
// @public (undocumented)
|
|
226
|
-
export const akEditorTableToolbar = "#F4F5F7";
|
|
227
|
-
|
|
228
|
-
// @public (undocumented)
|
|
229
|
-
export const akEditorTableToolbarDark = "#283447";
|
|
230
|
-
|
|
231
|
-
// @public (undocumented)
|
|
232
|
-
export const akEditorTableToolbarDelete = "#FFBDAD";
|
|
233
|
-
|
|
234
|
-
// @public (undocumented)
|
|
235
|
-
export const akEditorTableToolbarSelected = "#4C9AFF";
|
|
236
|
-
|
|
237
|
-
// @public (undocumented)
|
|
238
|
-
export const akEditorTableToolbarSize = 11;
|
|
239
|
-
|
|
240
|
-
// @public (undocumented)
|
|
241
|
-
export const akEditorToolbarKeylineHeight = 2;
|
|
242
|
-
|
|
243
|
-
// @public (undocumented)
|
|
244
|
-
export const akEditorUnitZIndex = 1;
|
|
245
|
-
|
|
246
|
-
// @public (undocumented)
|
|
247
|
-
export const akEditorWideLayoutWidth = 960;
|
|
248
|
-
|
|
249
|
-
// @public (undocumented)
|
|
250
|
-
export const akLayoutGutterOffset: number;
|
|
251
|
-
|
|
252
|
-
// @public (undocumented)
|
|
253
|
-
export const akRichMediaResizeZIndex: number;
|
|
254
|
-
|
|
255
|
-
// @public (undocumented)
|
|
256
|
-
export const ATLASSIAN_NAVIGATION_HEIGHT = "56px";
|
|
257
|
-
|
|
258
|
-
// @public (undocumented)
|
|
259
|
-
export const blockNodesVerticalMargin = "0.75rem";
|
|
260
|
-
|
|
261
|
-
// @public (undocumented)
|
|
262
|
-
export const breakoutWideScaleRatio = 1.33;
|
|
263
|
-
|
|
264
|
-
// @public (undocumented)
|
|
265
|
-
export const DEFAULT_EMBED_CARD_HEIGHT = 480;
|
|
266
|
-
|
|
267
|
-
// @public (undocumented)
|
|
268
|
-
export const DEFAULT_EMBED_CARD_WIDTH = 680;
|
|
269
|
-
|
|
270
|
-
// @public (undocumented)
|
|
271
|
-
export const editorFontSize: ({ theme }: {
|
|
272
|
-
theme: EditorTheme;
|
|
273
|
-
}) => number;
|
|
274
|
-
|
|
275
|
-
// @public (undocumented)
|
|
276
|
-
export type EditorTheme = {
|
|
277
|
-
baseFontSize?: number;
|
|
278
|
-
};
|
|
279
|
-
|
|
280
|
-
// @public
|
|
281
|
-
export const getSelectionStyles: (selectionStyles: Array<SelectionStyle>) => string;
|
|
282
|
-
|
|
283
|
-
// @public (undocumented)
|
|
284
|
-
export const getTableCellBackgroundDarkModeColors: string;
|
|
285
|
-
|
|
286
|
-
// @public (undocumented)
|
|
287
|
-
export const gridMediumMaxWidth = 1024;
|
|
288
|
-
|
|
289
|
-
// @public (undocumented)
|
|
290
|
-
export const hideNativeBrowserTextSelectionStyles = "\n ::selection,*::selection {\n background-color: transparent;\n }\n ::-moz-selection,*::-moz-selection {\n background-color: transparent;\n }\n";
|
|
291
|
-
|
|
292
|
-
// @public (undocumented)
|
|
293
|
-
export const MAX_BROWSER_SCROLLBAR_HEIGHT = 20;
|
|
294
|
-
|
|
295
|
-
// @public (undocumented)
|
|
296
|
-
export const overflowShadow: ({ background, width, leftCoverWidth, rightCoverWidth, }: {
|
|
297
|
-
background: string;
|
|
298
|
-
width?: string | undefined;
|
|
299
|
-
leftCoverWidth?: string | undefined;
|
|
300
|
-
rightCoverWidth?: string | undefined;
|
|
301
|
-
}) => SerializedStyles;
|
|
302
|
-
|
|
303
|
-
// @public (undocumented)
|
|
304
|
-
export const relativeFontSizeToBase16: (px: number | string) => string;
|
|
305
|
-
|
|
306
|
-
// @public (undocumented)
|
|
307
|
-
export const relativeSize: (multiplier: number) => ({ theme }: {
|
|
308
|
-
theme: EditorTheme;
|
|
309
|
-
}) => number;
|
|
310
|
-
|
|
311
|
-
// @public
|
|
312
|
-
export enum SelectionStyle {
|
|
313
|
-
// (undocumented)
|
|
314
|
-
Background = 2,
|
|
315
|
-
// (undocumented)
|
|
316
|
-
Blanket = 3,
|
|
317
|
-
// (undocumented)
|
|
318
|
-
Border = 0,
|
|
319
|
-
// (undocumented)
|
|
320
|
-
BoxShadow = 1
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
// @public (undocumented)
|
|
324
|
-
export const VIEWPORT_SIZES: {
|
|
325
|
-
laptopHiDPI: {
|
|
326
|
-
width: number;
|
|
327
|
-
height: number;
|
|
328
|
-
};
|
|
329
|
-
laptopMDPI: {
|
|
330
|
-
width: number;
|
|
331
|
-
height: number;
|
|
332
|
-
};
|
|
333
|
-
tabletL: {
|
|
334
|
-
width: number;
|
|
335
|
-
height: number;
|
|
336
|
-
};
|
|
337
|
-
tabletS: {
|
|
338
|
-
width: number;
|
|
339
|
-
height: number;
|
|
340
|
-
};
|
|
341
|
-
mobileM: {
|
|
342
|
-
width: number;
|
|
343
|
-
height: number;
|
|
344
|
-
};
|
|
345
|
-
mobileS: {
|
|
346
|
-
width: number;
|
|
347
|
-
height: number;
|
|
348
|
-
};
|
|
349
|
-
mobileXS: {
|
|
350
|
-
width: number;
|
|
351
|
-
height: number;
|
|
352
|
-
};
|
|
353
|
-
};
|
|
354
|
-
|
|
355
|
-
// (No @packageDocumentation comment for this package)
|
|
356
|
-
|
|
357
|
-
```
|