@atlaskit/editor-shared-styles 1.5.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -0
- package/build/tsconfig.json +10 -3
- package/dist/cjs/consts/consts.js +4 -1
- package/dist/cjs/consts/index.js +104 -98
- package/dist/cjs/consts/types.js +5 -1
- package/dist/cjs/index.js +108 -108
- package/dist/cjs/overflow-shadow/overflow-shadow.js +3 -11
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/consts/consts.js +1 -0
- package/dist/es2019/consts/index.js +1 -1
- package/dist/es2019/consts/types.js +1 -0
- package/dist/es2019/overflow-shadow/overflow-shadow.js +7 -6
- package/dist/es2019/version.json +1 -1
- package/dist/esm/consts/consts.js +1 -0
- package/dist/esm/consts/index.js +1 -1
- package/dist/esm/consts/types.js +1 -0
- package/dist/esm/overflow-shadow/overflow-shadow.js +3 -11
- package/dist/esm/version.json +1 -1
- package/dist/types/consts/consts.d.ts +1 -0
- package/dist/types/consts/index.d.ts +1 -1
- package/dist/types/overflow-shadow/overflow-shadow.d.ts +2 -3
- package/package.json +10 -5
- package/src/consts/consts.ts +1 -0
- package/src/consts/index.ts +1 -0
- package/src/overflow-shadow/overflow-shadow.ts +8 -9
- package/src/selection/__tests__/unit/utils.ts +2 -2
- package/src/selection/utils.ts +1 -1
- package/dist/cjs/consts/consts.test.js +0 -25
- package/dist/es2019/consts/consts.test.js +0 -20
- package/dist/esm/consts/consts.test.js +0 -22
- package/dist/types/consts/consts.test.d.ts +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @atlaskit/editor-shared-styles
|
|
2
2
|
|
|
3
|
+
## 2.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
|
|
8
|
+
|
|
9
|
+
## 2.0.0
|
|
10
|
+
|
|
11
|
+
### Major Changes
|
|
12
|
+
|
|
13
|
+
- [`e22509504e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e22509504e8) - ED-14255 migrate editor-shared-style to emotion
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- [`9712e78abb0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9712e78abb0) - ED-14255 moved some usages of editor-shared-styles to emotion
|
|
18
|
+
|
|
19
|
+
## 1.6.0
|
|
20
|
+
|
|
21
|
+
### Minor Changes
|
|
22
|
+
|
|
23
|
+
- [`1a07c1caf61`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1a07c1caf61) - CETI-93 - Fixed custom panel icon sizing and alignment when icon render as image
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- Updated dependencies
|
|
28
|
+
|
|
3
29
|
## 1.5.0
|
|
4
30
|
|
|
5
31
|
### Minor Changes
|
package/build/tsconfig.json
CHANGED
|
@@ -5,6 +5,13 @@
|
|
|
5
5
|
"target": "es5",
|
|
6
6
|
"paths": {}
|
|
7
7
|
},
|
|
8
|
-
"include": [
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
"include": [
|
|
9
|
+
"../src/**/*.ts",
|
|
10
|
+
"../src/**/*.tsx"
|
|
11
|
+
],
|
|
12
|
+
"exclude": [
|
|
13
|
+
"../src/**/__tests__/*",
|
|
14
|
+
"../src/**/*.test.*",
|
|
15
|
+
"../src/**/test.*"
|
|
16
|
+
]
|
|
17
|
+
}
|
|
@@ -5,8 +5,9 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
7
7
|
});
|
|
8
|
+
exports.getAkEditorFullPageMaxWidth = exports.editorFontSize = exports.breakoutWideScaleRatio = exports.blockNodesVerticalMargin = exports.akRichMediaResizeZIndex = exports.akLayoutGutterOffset = exports.akEditorWideLayoutWidth = exports.akEditorUnitZIndex = exports.akEditorToolbarKeylineHeight = exports.akEditorTableToolbarSize = exports.akEditorTableToolbarSelected = exports.akEditorTableToolbarDelete = exports.akEditorTableToolbarDark = exports.akEditorTableToolbar = exports.akEditorTableNumberColumnWidth = exports.akEditorTableLegacyCellMinWidth = exports.akEditorTableFloatingControls = exports.akEditorTableCellSelected = exports.akEditorTableCellMinWidth = exports.akEditorTableCellDelete = exports.akEditorTableCellBackgroundOpacity = exports.akEditorTableBorderSelected = exports.akEditorTableBorderRadius = exports.akEditorTableBorderDelete = exports.akEditorTableBorderDark = exports.akEditorTableBorder = exports.akEditorSwoopCubicBezier = exports.akEditorSubtleAccent = exports.akEditorStickyHeaderZIndex = exports.akEditorSmallZIndex = exports.akEditorShadowZIndex = exports.akEditorSelectedNodeClassName = exports.akEditorSelectedIconColor = exports.akEditorSelectedBoxShadow = exports.akEditorSelectedBorderSize = exports.akEditorSelectedBorderColor = exports.akEditorSelectedBorderBoldSize = exports.akEditorSelectedBorder = exports.akEditorSelectedBlanketOpacity = exports.akEditorSelectedBlanketColor = exports.akEditorSelectedBgColor = exports.akEditorRuleBorderRadius = exports.akEditorRuleBackground = exports.akEditorPrimaryButton = exports.akEditorPopupText = exports.akEditorPopupBackground = exports.akEditorMobileMaxWidth = exports.akEditorMobileBreakoutPoint = exports.akEditorMenuZIndex = exports.akEditorMentionSelected = exports.akEditorMediaResizeHandlerPaddingWide = exports.akEditorMediaResizeHandlerPadding = exports.akEditorLineHeight = exports.akEditorInactiveForeground = exports.akEditorGutterPadding = exports.akEditorGridLineZIndex = exports.akEditorFullWidthLayoutWidth = exports.akEditorFullWidthLayoutLineLength = exports.akEditorFullPageMaxWidth = exports.akEditorFullPageDefaultFontSize = exports.akEditorFocus = exports.akEditorFloatingPanelZIndex = exports.akEditorFloatingOverlapPanelZIndex = exports.akEditorFloatingDialogZIndex = exports.akEditorDropdownActiveBackground = exports.akEditorDeleteIconColor = exports.akEditorDeleteBorder = exports.akEditorDeleteBackgroundWithOpacity = exports.akEditorDeleteBackgroundShaded = exports.akEditorDeleteBackground = exports.akEditorDefaultLayoutWidth = exports.akEditorCustomIconSize = exports.akEditorContextPanelWidth = exports.akEditorCodeInlinePadding = exports.akEditorCodeFontFamily = exports.akEditorCodeBlockPadding = exports.akEditorCodeBackground = exports.akEditorBreakoutPadding = exports.akEditorBlockquoteBorderColor = exports.akEditorActiveForeground = exports.akEditorActiveBackground = exports.VIEWPORT_SIZES = exports.DEFAULT_EMBED_CARD_WIDTH = exports.DEFAULT_EMBED_CARD_HEIGHT = exports.ATLASSIAN_NAVIGATION_HEIGHT = void 0;
|
|
8
9
|
exports.getTableCellBackgroundDarkModeColorCSS = getTableCellBackgroundDarkModeColorCSS;
|
|
9
|
-
exports.
|
|
10
|
+
exports.relativeSize = exports.relativeFontSizeToBase16 = exports.gridMediumMaxWidth = exports.getTableCellBackgroundDarkModeColors = void 0;
|
|
10
11
|
|
|
11
12
|
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
|
|
12
13
|
|
|
@@ -55,6 +56,8 @@ var akEditorDeleteBorder = _colors.R300;
|
|
|
55
56
|
exports.akEditorDeleteBorder = akEditorDeleteBorder;
|
|
56
57
|
var akEditorDeleteIconColor = _colors.R400;
|
|
57
58
|
exports.akEditorDeleteIconColor = akEditorDeleteIconColor;
|
|
59
|
+
var akEditorCustomIconSize = 20;
|
|
60
|
+
exports.akEditorCustomIconSize = akEditorCustomIconSize;
|
|
58
61
|
var akEditorSelectedBorderColor = _colors.B300;
|
|
59
62
|
exports.akEditorSelectedBorderColor = akEditorSelectedBorderColor;
|
|
60
63
|
var akEditorSelectedBgColor = _colors.B50;
|
package/dist/cjs/consts/index.js
CHANGED
|
@@ -3,6 +3,30 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
+
Object.defineProperty(exports, "ATLASSIAN_NAVIGATION_HEIGHT", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _consts.ATLASSIAN_NAVIGATION_HEIGHT;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(exports, "DEFAULT_EMBED_CARD_HEIGHT", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function get() {
|
|
15
|
+
return _consts.DEFAULT_EMBED_CARD_HEIGHT;
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
Object.defineProperty(exports, "DEFAULT_EMBED_CARD_WIDTH", {
|
|
19
|
+
enumerable: true,
|
|
20
|
+
get: function get() {
|
|
21
|
+
return _consts.DEFAULT_EMBED_CARD_WIDTH;
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
Object.defineProperty(exports, "VIEWPORT_SIZES", {
|
|
25
|
+
enumerable: true,
|
|
26
|
+
get: function get() {
|
|
27
|
+
return _consts.VIEWPORT_SIZES;
|
|
28
|
+
}
|
|
29
|
+
});
|
|
6
30
|
Object.defineProperty(exports, "akEditorActiveBackground", {
|
|
7
31
|
enumerable: true,
|
|
8
32
|
get: function get() {
|
|
@@ -57,6 +81,12 @@ Object.defineProperty(exports, "akEditorContextPanelWidth", {
|
|
|
57
81
|
return _consts.akEditorContextPanelWidth;
|
|
58
82
|
}
|
|
59
83
|
});
|
|
84
|
+
Object.defineProperty(exports, "akEditorCustomIconSize", {
|
|
85
|
+
enumerable: true,
|
|
86
|
+
get: function get() {
|
|
87
|
+
return _consts.akEditorCustomIconSize;
|
|
88
|
+
}
|
|
89
|
+
});
|
|
60
90
|
Object.defineProperty(exports, "akEditorDefaultLayoutWidth", {
|
|
61
91
|
enumerable: true,
|
|
62
92
|
get: function get() {
|
|
@@ -123,22 +153,16 @@ Object.defineProperty(exports, "akEditorFocus", {
|
|
|
123
153
|
return _consts.akEditorFocus;
|
|
124
154
|
}
|
|
125
155
|
});
|
|
126
|
-
Object.defineProperty(exports, "akEditorFullPageMaxWidth", {
|
|
127
|
-
enumerable: true,
|
|
128
|
-
get: function get() {
|
|
129
|
-
return _consts.akEditorFullPageMaxWidth;
|
|
130
|
-
}
|
|
131
|
-
});
|
|
132
156
|
Object.defineProperty(exports, "akEditorFullPageDefaultFontSize", {
|
|
133
157
|
enumerable: true,
|
|
134
158
|
get: function get() {
|
|
135
159
|
return _consts.akEditorFullPageDefaultFontSize;
|
|
136
160
|
}
|
|
137
161
|
});
|
|
138
|
-
Object.defineProperty(exports, "
|
|
162
|
+
Object.defineProperty(exports, "akEditorFullPageMaxWidth", {
|
|
139
163
|
enumerable: true,
|
|
140
164
|
get: function get() {
|
|
141
|
-
return _consts.
|
|
165
|
+
return _consts.akEditorFullPageMaxWidth;
|
|
142
166
|
}
|
|
143
167
|
});
|
|
144
168
|
Object.defineProperty(exports, "akEditorFullWidthLayoutLineLength", {
|
|
@@ -147,6 +171,12 @@ Object.defineProperty(exports, "akEditorFullWidthLayoutLineLength", {
|
|
|
147
171
|
return _consts.akEditorFullWidthLayoutLineLength;
|
|
148
172
|
}
|
|
149
173
|
});
|
|
174
|
+
Object.defineProperty(exports, "akEditorFullWidthLayoutWidth", {
|
|
175
|
+
enumerable: true,
|
|
176
|
+
get: function get() {
|
|
177
|
+
return _consts.akEditorFullWidthLayoutWidth;
|
|
178
|
+
}
|
|
179
|
+
});
|
|
150
180
|
Object.defineProperty(exports, "akEditorGridLineZIndex", {
|
|
151
181
|
enumerable: true,
|
|
152
182
|
get: function get() {
|
|
@@ -165,6 +195,12 @@ Object.defineProperty(exports, "akEditorInactiveForeground", {
|
|
|
165
195
|
return _consts.akEditorInactiveForeground;
|
|
166
196
|
}
|
|
167
197
|
});
|
|
198
|
+
Object.defineProperty(exports, "akEditorLineHeight", {
|
|
199
|
+
enumerable: true,
|
|
200
|
+
get: function get() {
|
|
201
|
+
return _consts.akEditorLineHeight;
|
|
202
|
+
}
|
|
203
|
+
});
|
|
168
204
|
Object.defineProperty(exports, "akEditorMediaResizeHandlerPadding", {
|
|
169
205
|
enumerable: true,
|
|
170
206
|
get: function get() {
|
|
@@ -189,16 +225,16 @@ Object.defineProperty(exports, "akEditorMenuZIndex", {
|
|
|
189
225
|
return _consts.akEditorMenuZIndex;
|
|
190
226
|
}
|
|
191
227
|
});
|
|
192
|
-
Object.defineProperty(exports, "
|
|
228
|
+
Object.defineProperty(exports, "akEditorMobileBreakoutPoint", {
|
|
193
229
|
enumerable: true,
|
|
194
230
|
get: function get() {
|
|
195
|
-
return _consts.
|
|
231
|
+
return _consts.akEditorMobileBreakoutPoint;
|
|
196
232
|
}
|
|
197
233
|
});
|
|
198
|
-
Object.defineProperty(exports, "
|
|
234
|
+
Object.defineProperty(exports, "akEditorMobileMaxWidth", {
|
|
199
235
|
enumerable: true,
|
|
200
236
|
get: function get() {
|
|
201
|
-
return _consts.
|
|
237
|
+
return _consts.akEditorMobileMaxWidth;
|
|
202
238
|
}
|
|
203
239
|
});
|
|
204
240
|
Object.defineProperty(exports, "akEditorPopupBackground", {
|
|
@@ -219,22 +255,34 @@ Object.defineProperty(exports, "akEditorPrimaryButton", {
|
|
|
219
255
|
return _consts.akEditorPrimaryButton;
|
|
220
256
|
}
|
|
221
257
|
});
|
|
222
|
-
Object.defineProperty(exports, "
|
|
258
|
+
Object.defineProperty(exports, "akEditorRuleBackground", {
|
|
223
259
|
enumerable: true,
|
|
224
260
|
get: function get() {
|
|
225
|
-
return _consts.
|
|
261
|
+
return _consts.akEditorRuleBackground;
|
|
226
262
|
}
|
|
227
263
|
});
|
|
228
|
-
Object.defineProperty(exports, "
|
|
264
|
+
Object.defineProperty(exports, "akEditorRuleBorderRadius", {
|
|
229
265
|
enumerable: true,
|
|
230
266
|
get: function get() {
|
|
231
|
-
return _consts.
|
|
267
|
+
return _consts.akEditorRuleBorderRadius;
|
|
232
268
|
}
|
|
233
269
|
});
|
|
234
|
-
Object.defineProperty(exports, "
|
|
270
|
+
Object.defineProperty(exports, "akEditorSelectedBgColor", {
|
|
235
271
|
enumerable: true,
|
|
236
272
|
get: function get() {
|
|
237
|
-
return _consts.
|
|
273
|
+
return _consts.akEditorSelectedBgColor;
|
|
274
|
+
}
|
|
275
|
+
});
|
|
276
|
+
Object.defineProperty(exports, "akEditorSelectedBlanketColor", {
|
|
277
|
+
enumerable: true,
|
|
278
|
+
get: function get() {
|
|
279
|
+
return _consts.akEditorSelectedBlanketColor;
|
|
280
|
+
}
|
|
281
|
+
});
|
|
282
|
+
Object.defineProperty(exports, "akEditorSelectedBlanketOpacity", {
|
|
283
|
+
enumerable: true,
|
|
284
|
+
get: function get() {
|
|
285
|
+
return _consts.akEditorSelectedBlanketOpacity;
|
|
238
286
|
}
|
|
239
287
|
});
|
|
240
288
|
Object.defineProperty(exports, "akEditorSelectedBorder", {
|
|
@@ -243,40 +291,40 @@ Object.defineProperty(exports, "akEditorSelectedBorder", {
|
|
|
243
291
|
return _consts.akEditorSelectedBorder;
|
|
244
292
|
}
|
|
245
293
|
});
|
|
246
|
-
Object.defineProperty(exports, "
|
|
294
|
+
Object.defineProperty(exports, "akEditorSelectedBorderBoldSize", {
|
|
247
295
|
enumerable: true,
|
|
248
296
|
get: function get() {
|
|
249
|
-
return _consts.
|
|
297
|
+
return _consts.akEditorSelectedBorderBoldSize;
|
|
250
298
|
}
|
|
251
299
|
});
|
|
252
|
-
Object.defineProperty(exports, "
|
|
300
|
+
Object.defineProperty(exports, "akEditorSelectedBorderColor", {
|
|
253
301
|
enumerable: true,
|
|
254
302
|
get: function get() {
|
|
255
|
-
return _consts.
|
|
303
|
+
return _consts.akEditorSelectedBorderColor;
|
|
256
304
|
}
|
|
257
305
|
});
|
|
258
|
-
Object.defineProperty(exports, "
|
|
306
|
+
Object.defineProperty(exports, "akEditorSelectedBorderSize", {
|
|
259
307
|
enumerable: true,
|
|
260
308
|
get: function get() {
|
|
261
|
-
return _consts.
|
|
309
|
+
return _consts.akEditorSelectedBorderSize;
|
|
262
310
|
}
|
|
263
311
|
});
|
|
264
|
-
Object.defineProperty(exports, "
|
|
312
|
+
Object.defineProperty(exports, "akEditorSelectedBoxShadow", {
|
|
265
313
|
enumerable: true,
|
|
266
314
|
get: function get() {
|
|
267
|
-
return _consts.
|
|
315
|
+
return _consts.akEditorSelectedBoxShadow;
|
|
268
316
|
}
|
|
269
317
|
});
|
|
270
|
-
Object.defineProperty(exports, "
|
|
318
|
+
Object.defineProperty(exports, "akEditorSelectedIconColor", {
|
|
271
319
|
enumerable: true,
|
|
272
320
|
get: function get() {
|
|
273
|
-
return _consts.
|
|
321
|
+
return _consts.akEditorSelectedIconColor;
|
|
274
322
|
}
|
|
275
323
|
});
|
|
276
|
-
Object.defineProperty(exports, "
|
|
324
|
+
Object.defineProperty(exports, "akEditorSelectedNodeClassName", {
|
|
277
325
|
enumerable: true,
|
|
278
326
|
get: function get() {
|
|
279
|
-
return _consts.
|
|
327
|
+
return _consts.akEditorSelectedNodeClassName;
|
|
280
328
|
}
|
|
281
329
|
});
|
|
282
330
|
Object.defineProperty(exports, "akEditorShadowZIndex", {
|
|
@@ -285,6 +333,18 @@ Object.defineProperty(exports, "akEditorShadowZIndex", {
|
|
|
285
333
|
return _consts.akEditorShadowZIndex;
|
|
286
334
|
}
|
|
287
335
|
});
|
|
336
|
+
Object.defineProperty(exports, "akEditorSmallZIndex", {
|
|
337
|
+
enumerable: true,
|
|
338
|
+
get: function get() {
|
|
339
|
+
return _consts.akEditorSmallZIndex;
|
|
340
|
+
}
|
|
341
|
+
});
|
|
342
|
+
Object.defineProperty(exports, "akEditorStickyHeaderZIndex", {
|
|
343
|
+
enumerable: true,
|
|
344
|
+
get: function get() {
|
|
345
|
+
return _consts.akEditorStickyHeaderZIndex;
|
|
346
|
+
}
|
|
347
|
+
});
|
|
288
348
|
Object.defineProperty(exports, "akEditorSubtleAccent", {
|
|
289
349
|
enumerable: true,
|
|
290
350
|
get: function get() {
|
|
@@ -399,6 +459,12 @@ Object.defineProperty(exports, "akEditorTableToolbarSize", {
|
|
|
399
459
|
return _consts.akEditorTableToolbarSize;
|
|
400
460
|
}
|
|
401
461
|
});
|
|
462
|
+
Object.defineProperty(exports, "akEditorToolbarKeylineHeight", {
|
|
463
|
+
enumerable: true,
|
|
464
|
+
get: function get() {
|
|
465
|
+
return _consts.akEditorToolbarKeylineHeight;
|
|
466
|
+
}
|
|
467
|
+
});
|
|
402
468
|
Object.defineProperty(exports, "akEditorUnitZIndex", {
|
|
403
469
|
enumerable: true,
|
|
404
470
|
get: function get() {
|
|
@@ -441,94 +507,34 @@ Object.defineProperty(exports, "editorFontSize", {
|
|
|
441
507
|
return _consts.editorFontSize;
|
|
442
508
|
}
|
|
443
509
|
});
|
|
444
|
-
Object.defineProperty(exports, "gridMediumMaxWidth", {
|
|
445
|
-
enumerable: true,
|
|
446
|
-
get: function get() {
|
|
447
|
-
return _consts.gridMediumMaxWidth;
|
|
448
|
-
}
|
|
449
|
-
});
|
|
450
510
|
Object.defineProperty(exports, "getAkEditorFullPageMaxWidth", {
|
|
451
511
|
enumerable: true,
|
|
452
512
|
get: function get() {
|
|
453
513
|
return _consts.getAkEditorFullPageMaxWidth;
|
|
454
514
|
}
|
|
455
515
|
});
|
|
456
|
-
Object.defineProperty(exports, "
|
|
457
|
-
enumerable: true,
|
|
458
|
-
get: function get() {
|
|
459
|
-
return _consts.relativeSize;
|
|
460
|
-
}
|
|
461
|
-
});
|
|
462
|
-
Object.defineProperty(exports, "relativeFontSizeToBase16", {
|
|
463
|
-
enumerable: true,
|
|
464
|
-
get: function get() {
|
|
465
|
-
return _consts.relativeFontSizeToBase16;
|
|
466
|
-
}
|
|
467
|
-
});
|
|
468
|
-
Object.defineProperty(exports, "DEFAULT_EMBED_CARD_HEIGHT", {
|
|
469
|
-
enumerable: true,
|
|
470
|
-
get: function get() {
|
|
471
|
-
return _consts.DEFAULT_EMBED_CARD_HEIGHT;
|
|
472
|
-
}
|
|
473
|
-
});
|
|
474
|
-
Object.defineProperty(exports, "DEFAULT_EMBED_CARD_WIDTH", {
|
|
475
|
-
enumerable: true,
|
|
476
|
-
get: function get() {
|
|
477
|
-
return _consts.DEFAULT_EMBED_CARD_WIDTH;
|
|
478
|
-
}
|
|
479
|
-
});
|
|
480
|
-
Object.defineProperty(exports, "akEditorLineHeight", {
|
|
481
|
-
enumerable: true,
|
|
482
|
-
get: function get() {
|
|
483
|
-
return _consts.akEditorLineHeight;
|
|
484
|
-
}
|
|
485
|
-
});
|
|
486
|
-
Object.defineProperty(exports, "akEditorRuleBackground", {
|
|
487
|
-
enumerable: true,
|
|
488
|
-
get: function get() {
|
|
489
|
-
return _consts.akEditorRuleBackground;
|
|
490
|
-
}
|
|
491
|
-
});
|
|
492
|
-
Object.defineProperty(exports, "akEditorRuleBorderRadius", {
|
|
493
|
-
enumerable: true,
|
|
494
|
-
get: function get() {
|
|
495
|
-
return _consts.akEditorRuleBorderRadius;
|
|
496
|
-
}
|
|
497
|
-
});
|
|
498
|
-
Object.defineProperty(exports, "akEditorSelectedNodeClassName", {
|
|
499
|
-
enumerable: true,
|
|
500
|
-
get: function get() {
|
|
501
|
-
return _consts.akEditorSelectedNodeClassName;
|
|
502
|
-
}
|
|
503
|
-
});
|
|
504
|
-
Object.defineProperty(exports, "akEditorToolbarKeylineHeight", {
|
|
505
|
-
enumerable: true,
|
|
506
|
-
get: function get() {
|
|
507
|
-
return _consts.akEditorToolbarKeylineHeight;
|
|
508
|
-
}
|
|
509
|
-
});
|
|
510
|
-
Object.defineProperty(exports, "VIEWPORT_SIZES", {
|
|
516
|
+
Object.defineProperty(exports, "getTableCellBackgroundDarkModeColors", {
|
|
511
517
|
enumerable: true,
|
|
512
518
|
get: function get() {
|
|
513
|
-
return _consts.
|
|
519
|
+
return _consts.getTableCellBackgroundDarkModeColors;
|
|
514
520
|
}
|
|
515
521
|
});
|
|
516
|
-
Object.defineProperty(exports, "
|
|
522
|
+
Object.defineProperty(exports, "gridMediumMaxWidth", {
|
|
517
523
|
enumerable: true,
|
|
518
524
|
get: function get() {
|
|
519
|
-
return _consts.
|
|
525
|
+
return _consts.gridMediumMaxWidth;
|
|
520
526
|
}
|
|
521
527
|
});
|
|
522
|
-
Object.defineProperty(exports, "
|
|
528
|
+
Object.defineProperty(exports, "relativeFontSizeToBase16", {
|
|
523
529
|
enumerable: true,
|
|
524
530
|
get: function get() {
|
|
525
|
-
return _consts.
|
|
531
|
+
return _consts.relativeFontSizeToBase16;
|
|
526
532
|
}
|
|
527
533
|
});
|
|
528
|
-
Object.defineProperty(exports, "
|
|
534
|
+
Object.defineProperty(exports, "relativeSize", {
|
|
529
535
|
enumerable: true,
|
|
530
536
|
get: function get() {
|
|
531
|
-
return _consts.
|
|
537
|
+
return _consts.relativeSize;
|
|
532
538
|
}
|
|
533
539
|
});
|
|
534
540
|
|
package/dist/cjs/consts/types.js
CHANGED
package/dist/cjs/index.js
CHANGED
|
@@ -3,6 +3,36 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
+
Object.defineProperty(exports, "ATLASSIAN_NAVIGATION_HEIGHT", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _consts.ATLASSIAN_NAVIGATION_HEIGHT;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(exports, "DEFAULT_EMBED_CARD_HEIGHT", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function get() {
|
|
15
|
+
return _consts.DEFAULT_EMBED_CARD_HEIGHT;
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
Object.defineProperty(exports, "DEFAULT_EMBED_CARD_WIDTH", {
|
|
19
|
+
enumerable: true,
|
|
20
|
+
get: function get() {
|
|
21
|
+
return _consts.DEFAULT_EMBED_CARD_WIDTH;
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
Object.defineProperty(exports, "SelectionStyle", {
|
|
25
|
+
enumerable: true,
|
|
26
|
+
get: function get() {
|
|
27
|
+
return _selection.SelectionStyle;
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
Object.defineProperty(exports, "VIEWPORT_SIZES", {
|
|
31
|
+
enumerable: true,
|
|
32
|
+
get: function get() {
|
|
33
|
+
return _consts.VIEWPORT_SIZES;
|
|
34
|
+
}
|
|
35
|
+
});
|
|
6
36
|
Object.defineProperty(exports, "akEditorActiveBackground", {
|
|
7
37
|
enumerable: true,
|
|
8
38
|
get: function get() {
|
|
@@ -123,22 +153,16 @@ Object.defineProperty(exports, "akEditorFocus", {
|
|
|
123
153
|
return _consts.akEditorFocus;
|
|
124
154
|
}
|
|
125
155
|
});
|
|
126
|
-
Object.defineProperty(exports, "akEditorFullPageMaxWidth", {
|
|
127
|
-
enumerable: true,
|
|
128
|
-
get: function get() {
|
|
129
|
-
return _consts.akEditorFullPageMaxWidth;
|
|
130
|
-
}
|
|
131
|
-
});
|
|
132
156
|
Object.defineProperty(exports, "akEditorFullPageDefaultFontSize", {
|
|
133
157
|
enumerable: true,
|
|
134
158
|
get: function get() {
|
|
135
159
|
return _consts.akEditorFullPageDefaultFontSize;
|
|
136
160
|
}
|
|
137
161
|
});
|
|
138
|
-
Object.defineProperty(exports, "
|
|
162
|
+
Object.defineProperty(exports, "akEditorFullPageMaxWidth", {
|
|
139
163
|
enumerable: true,
|
|
140
164
|
get: function get() {
|
|
141
|
-
return _consts.
|
|
165
|
+
return _consts.akEditorFullPageMaxWidth;
|
|
142
166
|
}
|
|
143
167
|
});
|
|
144
168
|
Object.defineProperty(exports, "akEditorFullWidthLayoutLineLength", {
|
|
@@ -147,6 +171,12 @@ Object.defineProperty(exports, "akEditorFullWidthLayoutLineLength", {
|
|
|
147
171
|
return _consts.akEditorFullWidthLayoutLineLength;
|
|
148
172
|
}
|
|
149
173
|
});
|
|
174
|
+
Object.defineProperty(exports, "akEditorFullWidthLayoutWidth", {
|
|
175
|
+
enumerable: true,
|
|
176
|
+
get: function get() {
|
|
177
|
+
return _consts.akEditorFullWidthLayoutWidth;
|
|
178
|
+
}
|
|
179
|
+
});
|
|
150
180
|
Object.defineProperty(exports, "akEditorGridLineZIndex", {
|
|
151
181
|
enumerable: true,
|
|
152
182
|
get: function get() {
|
|
@@ -165,6 +195,12 @@ Object.defineProperty(exports, "akEditorInactiveForeground", {
|
|
|
165
195
|
return _consts.akEditorInactiveForeground;
|
|
166
196
|
}
|
|
167
197
|
});
|
|
198
|
+
Object.defineProperty(exports, "akEditorLineHeight", {
|
|
199
|
+
enumerable: true,
|
|
200
|
+
get: function get() {
|
|
201
|
+
return _consts.akEditorLineHeight;
|
|
202
|
+
}
|
|
203
|
+
});
|
|
168
204
|
Object.defineProperty(exports, "akEditorMediaResizeHandlerPadding", {
|
|
169
205
|
enumerable: true,
|
|
170
206
|
get: function get() {
|
|
@@ -189,16 +225,16 @@ Object.defineProperty(exports, "akEditorMenuZIndex", {
|
|
|
189
225
|
return _consts.akEditorMenuZIndex;
|
|
190
226
|
}
|
|
191
227
|
});
|
|
192
|
-
Object.defineProperty(exports, "
|
|
228
|
+
Object.defineProperty(exports, "akEditorMobileBreakoutPoint", {
|
|
193
229
|
enumerable: true,
|
|
194
230
|
get: function get() {
|
|
195
|
-
return _consts.
|
|
231
|
+
return _consts.akEditorMobileBreakoutPoint;
|
|
196
232
|
}
|
|
197
233
|
});
|
|
198
|
-
Object.defineProperty(exports, "
|
|
234
|
+
Object.defineProperty(exports, "akEditorMobileMaxWidth", {
|
|
199
235
|
enumerable: true,
|
|
200
236
|
get: function get() {
|
|
201
|
-
return _consts.
|
|
237
|
+
return _consts.akEditorMobileMaxWidth;
|
|
202
238
|
}
|
|
203
239
|
});
|
|
204
240
|
Object.defineProperty(exports, "akEditorPopupBackground", {
|
|
@@ -219,22 +255,34 @@ Object.defineProperty(exports, "akEditorPrimaryButton", {
|
|
|
219
255
|
return _consts.akEditorPrimaryButton;
|
|
220
256
|
}
|
|
221
257
|
});
|
|
222
|
-
Object.defineProperty(exports, "
|
|
258
|
+
Object.defineProperty(exports, "akEditorRuleBackground", {
|
|
223
259
|
enumerable: true,
|
|
224
260
|
get: function get() {
|
|
225
|
-
return _consts.
|
|
261
|
+
return _consts.akEditorRuleBackground;
|
|
226
262
|
}
|
|
227
263
|
});
|
|
228
|
-
Object.defineProperty(exports, "
|
|
264
|
+
Object.defineProperty(exports, "akEditorRuleBorderRadius", {
|
|
229
265
|
enumerable: true,
|
|
230
266
|
get: function get() {
|
|
231
|
-
return _consts.
|
|
267
|
+
return _consts.akEditorRuleBorderRadius;
|
|
232
268
|
}
|
|
233
269
|
});
|
|
234
|
-
Object.defineProperty(exports, "
|
|
270
|
+
Object.defineProperty(exports, "akEditorSelectedBgColor", {
|
|
235
271
|
enumerable: true,
|
|
236
272
|
get: function get() {
|
|
237
|
-
return _consts.
|
|
273
|
+
return _consts.akEditorSelectedBgColor;
|
|
274
|
+
}
|
|
275
|
+
});
|
|
276
|
+
Object.defineProperty(exports, "akEditorSelectedBlanketColor", {
|
|
277
|
+
enumerable: true,
|
|
278
|
+
get: function get() {
|
|
279
|
+
return _consts.akEditorSelectedBlanketColor;
|
|
280
|
+
}
|
|
281
|
+
});
|
|
282
|
+
Object.defineProperty(exports, "akEditorSelectedBlanketOpacity", {
|
|
283
|
+
enumerable: true,
|
|
284
|
+
get: function get() {
|
|
285
|
+
return _consts.akEditorSelectedBlanketOpacity;
|
|
238
286
|
}
|
|
239
287
|
});
|
|
240
288
|
Object.defineProperty(exports, "akEditorSelectedBorder", {
|
|
@@ -243,40 +291,40 @@ Object.defineProperty(exports, "akEditorSelectedBorder", {
|
|
|
243
291
|
return _consts.akEditorSelectedBorder;
|
|
244
292
|
}
|
|
245
293
|
});
|
|
246
|
-
Object.defineProperty(exports, "
|
|
294
|
+
Object.defineProperty(exports, "akEditorSelectedBorderBoldSize", {
|
|
247
295
|
enumerable: true,
|
|
248
296
|
get: function get() {
|
|
249
|
-
return _consts.
|
|
297
|
+
return _consts.akEditorSelectedBorderBoldSize;
|
|
250
298
|
}
|
|
251
299
|
});
|
|
252
|
-
Object.defineProperty(exports, "
|
|
300
|
+
Object.defineProperty(exports, "akEditorSelectedBorderColor", {
|
|
253
301
|
enumerable: true,
|
|
254
302
|
get: function get() {
|
|
255
|
-
return _consts.
|
|
303
|
+
return _consts.akEditorSelectedBorderColor;
|
|
256
304
|
}
|
|
257
305
|
});
|
|
258
|
-
Object.defineProperty(exports, "
|
|
306
|
+
Object.defineProperty(exports, "akEditorSelectedBorderSize", {
|
|
259
307
|
enumerable: true,
|
|
260
308
|
get: function get() {
|
|
261
|
-
return _consts.
|
|
309
|
+
return _consts.akEditorSelectedBorderSize;
|
|
262
310
|
}
|
|
263
311
|
});
|
|
264
|
-
Object.defineProperty(exports, "
|
|
312
|
+
Object.defineProperty(exports, "akEditorSelectedBoxShadow", {
|
|
265
313
|
enumerable: true,
|
|
266
314
|
get: function get() {
|
|
267
|
-
return _consts.
|
|
315
|
+
return _consts.akEditorSelectedBoxShadow;
|
|
268
316
|
}
|
|
269
317
|
});
|
|
270
|
-
Object.defineProperty(exports, "
|
|
318
|
+
Object.defineProperty(exports, "akEditorSelectedIconColor", {
|
|
271
319
|
enumerable: true,
|
|
272
320
|
get: function get() {
|
|
273
|
-
return _consts.
|
|
321
|
+
return _consts.akEditorSelectedIconColor;
|
|
274
322
|
}
|
|
275
323
|
});
|
|
276
|
-
Object.defineProperty(exports, "
|
|
324
|
+
Object.defineProperty(exports, "akEditorSelectedNodeClassName", {
|
|
277
325
|
enumerable: true,
|
|
278
326
|
get: function get() {
|
|
279
|
-
return _consts.
|
|
327
|
+
return _consts.akEditorSelectedNodeClassName;
|
|
280
328
|
}
|
|
281
329
|
});
|
|
282
330
|
Object.defineProperty(exports, "akEditorShadowZIndex", {
|
|
@@ -285,6 +333,18 @@ Object.defineProperty(exports, "akEditorShadowZIndex", {
|
|
|
285
333
|
return _consts.akEditorShadowZIndex;
|
|
286
334
|
}
|
|
287
335
|
});
|
|
336
|
+
Object.defineProperty(exports, "akEditorSmallZIndex", {
|
|
337
|
+
enumerable: true,
|
|
338
|
+
get: function get() {
|
|
339
|
+
return _consts.akEditorSmallZIndex;
|
|
340
|
+
}
|
|
341
|
+
});
|
|
342
|
+
Object.defineProperty(exports, "akEditorStickyHeaderZIndex", {
|
|
343
|
+
enumerable: true,
|
|
344
|
+
get: function get() {
|
|
345
|
+
return _consts.akEditorStickyHeaderZIndex;
|
|
346
|
+
}
|
|
347
|
+
});
|
|
288
348
|
Object.defineProperty(exports, "akEditorSubtleAccent", {
|
|
289
349
|
enumerable: true,
|
|
290
350
|
get: function get() {
|
|
@@ -399,6 +459,12 @@ Object.defineProperty(exports, "akEditorTableToolbarSize", {
|
|
|
399
459
|
return _consts.akEditorTableToolbarSize;
|
|
400
460
|
}
|
|
401
461
|
});
|
|
462
|
+
Object.defineProperty(exports, "akEditorToolbarKeylineHeight", {
|
|
463
|
+
enumerable: true,
|
|
464
|
+
get: function get() {
|
|
465
|
+
return _consts.akEditorToolbarKeylineHeight;
|
|
466
|
+
}
|
|
467
|
+
});
|
|
402
468
|
Object.defineProperty(exports, "akEditorUnitZIndex", {
|
|
403
469
|
enumerable: true,
|
|
404
470
|
get: function get() {
|
|
@@ -441,82 +507,16 @@ Object.defineProperty(exports, "editorFontSize", {
|
|
|
441
507
|
return _consts.editorFontSize;
|
|
442
508
|
}
|
|
443
509
|
});
|
|
444
|
-
Object.defineProperty(exports, "gridMediumMaxWidth", {
|
|
445
|
-
enumerable: true,
|
|
446
|
-
get: function get() {
|
|
447
|
-
return _consts.gridMediumMaxWidth;
|
|
448
|
-
}
|
|
449
|
-
});
|
|
450
510
|
Object.defineProperty(exports, "getAkEditorFullPageMaxWidth", {
|
|
451
511
|
enumerable: true,
|
|
452
512
|
get: function get() {
|
|
453
513
|
return _consts.getAkEditorFullPageMaxWidth;
|
|
454
514
|
}
|
|
455
515
|
});
|
|
456
|
-
Object.defineProperty(exports, "
|
|
457
|
-
enumerable: true,
|
|
458
|
-
get: function get() {
|
|
459
|
-
return _consts.relativeSize;
|
|
460
|
-
}
|
|
461
|
-
});
|
|
462
|
-
Object.defineProperty(exports, "relativeFontSizeToBase16", {
|
|
463
|
-
enumerable: true,
|
|
464
|
-
get: function get() {
|
|
465
|
-
return _consts.relativeFontSizeToBase16;
|
|
466
|
-
}
|
|
467
|
-
});
|
|
468
|
-
Object.defineProperty(exports, "DEFAULT_EMBED_CARD_HEIGHT", {
|
|
469
|
-
enumerable: true,
|
|
470
|
-
get: function get() {
|
|
471
|
-
return _consts.DEFAULT_EMBED_CARD_HEIGHT;
|
|
472
|
-
}
|
|
473
|
-
});
|
|
474
|
-
Object.defineProperty(exports, "DEFAULT_EMBED_CARD_WIDTH", {
|
|
475
|
-
enumerable: true,
|
|
476
|
-
get: function get() {
|
|
477
|
-
return _consts.DEFAULT_EMBED_CARD_WIDTH;
|
|
478
|
-
}
|
|
479
|
-
});
|
|
480
|
-
Object.defineProperty(exports, "akEditorLineHeight", {
|
|
481
|
-
enumerable: true,
|
|
482
|
-
get: function get() {
|
|
483
|
-
return _consts.akEditorLineHeight;
|
|
484
|
-
}
|
|
485
|
-
});
|
|
486
|
-
Object.defineProperty(exports, "akEditorRuleBackground", {
|
|
487
|
-
enumerable: true,
|
|
488
|
-
get: function get() {
|
|
489
|
-
return _consts.akEditorRuleBackground;
|
|
490
|
-
}
|
|
491
|
-
});
|
|
492
|
-
Object.defineProperty(exports, "akEditorRuleBorderRadius", {
|
|
493
|
-
enumerable: true,
|
|
494
|
-
get: function get() {
|
|
495
|
-
return _consts.akEditorRuleBorderRadius;
|
|
496
|
-
}
|
|
497
|
-
});
|
|
498
|
-
Object.defineProperty(exports, "akEditorSelectedNodeClassName", {
|
|
499
|
-
enumerable: true,
|
|
500
|
-
get: function get() {
|
|
501
|
-
return _consts.akEditorSelectedNodeClassName;
|
|
502
|
-
}
|
|
503
|
-
});
|
|
504
|
-
Object.defineProperty(exports, "akEditorToolbarKeylineHeight", {
|
|
505
|
-
enumerable: true,
|
|
506
|
-
get: function get() {
|
|
507
|
-
return _consts.akEditorToolbarKeylineHeight;
|
|
508
|
-
}
|
|
509
|
-
});
|
|
510
|
-
Object.defineProperty(exports, "VIEWPORT_SIZES", {
|
|
511
|
-
enumerable: true,
|
|
512
|
-
get: function get() {
|
|
513
|
-
return _consts.VIEWPORT_SIZES;
|
|
514
|
-
}
|
|
515
|
-
});
|
|
516
|
-
Object.defineProperty(exports, "akEditorMobileMaxWidth", {
|
|
516
|
+
Object.defineProperty(exports, "getSelectionStyles", {
|
|
517
517
|
enumerable: true,
|
|
518
518
|
get: function get() {
|
|
519
|
-
return
|
|
519
|
+
return _selection.getSelectionStyles;
|
|
520
520
|
}
|
|
521
521
|
});
|
|
522
522
|
Object.defineProperty(exports, "getTableCellBackgroundDarkModeColors", {
|
|
@@ -525,34 +525,34 @@ Object.defineProperty(exports, "getTableCellBackgroundDarkModeColors", {
|
|
|
525
525
|
return _consts.getTableCellBackgroundDarkModeColors;
|
|
526
526
|
}
|
|
527
527
|
});
|
|
528
|
-
Object.defineProperty(exports, "
|
|
528
|
+
Object.defineProperty(exports, "gridMediumMaxWidth", {
|
|
529
529
|
enumerable: true,
|
|
530
530
|
get: function get() {
|
|
531
|
-
return _consts.
|
|
531
|
+
return _consts.gridMediumMaxWidth;
|
|
532
532
|
}
|
|
533
533
|
});
|
|
534
|
-
Object.defineProperty(exports, "
|
|
534
|
+
Object.defineProperty(exports, "hideNativeBrowserTextSelectionStyles", {
|
|
535
535
|
enumerable: true,
|
|
536
536
|
get: function get() {
|
|
537
|
-
return _selection.
|
|
537
|
+
return _selection.hideNativeBrowserTextSelectionStyles;
|
|
538
538
|
}
|
|
539
539
|
});
|
|
540
|
-
Object.defineProperty(exports, "
|
|
540
|
+
Object.defineProperty(exports, "overflowShadow", {
|
|
541
541
|
enumerable: true,
|
|
542
542
|
get: function get() {
|
|
543
|
-
return
|
|
543
|
+
return _overflowShadow.overflowShadow;
|
|
544
544
|
}
|
|
545
545
|
});
|
|
546
|
-
Object.defineProperty(exports, "
|
|
546
|
+
Object.defineProperty(exports, "relativeFontSizeToBase16", {
|
|
547
547
|
enumerable: true,
|
|
548
548
|
get: function get() {
|
|
549
|
-
return
|
|
549
|
+
return _consts.relativeFontSizeToBase16;
|
|
550
550
|
}
|
|
551
551
|
});
|
|
552
|
-
Object.defineProperty(exports, "
|
|
552
|
+
Object.defineProperty(exports, "relativeSize", {
|
|
553
553
|
enumerable: true,
|
|
554
554
|
get: function get() {
|
|
555
|
-
return
|
|
555
|
+
return _consts.relativeSize;
|
|
556
556
|
}
|
|
557
557
|
});
|
|
558
558
|
|
|
@@ -9,22 +9,14 @@ exports.overflowShadow = void 0;
|
|
|
9
9
|
|
|
10
10
|
var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/taggedTemplateLiteral"));
|
|
11
11
|
|
|
12
|
-
var
|
|
12
|
+
var _react = require("@emotion/react");
|
|
13
13
|
|
|
14
|
-
|
|
15
|
-
var data = (0, _taggedTemplateLiteral2.default)(["\n/* shadow cover right */ linear-gradient(\n to left,\n ", " ", ",\n transparent ", "\n),\n/* overflow shadow right */\n linear-gradient(\n to left,\n rgba(9, 30, 66, 0.13) 0,\n rgba(99, 114, 130, 0) ", "\n ),\n/* overflow shadow left */\n linear-gradient(\n to right,\n rgba(9, 30, 66, 0.13) 0,\n rgba(99, 114, 130, 0) ", "\n )\n"]);
|
|
16
|
-
|
|
17
|
-
_templateObject = function _templateObject() {
|
|
18
|
-
return data;
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
return data;
|
|
22
|
-
}
|
|
14
|
+
var _templateObject;
|
|
23
15
|
|
|
24
16
|
var overflowShadow = function overflowShadow(_ref) {
|
|
25
17
|
var background = _ref.background,
|
|
26
18
|
width = _ref.width;
|
|
27
|
-
return (0,
|
|
19
|
+
return (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n/* shadow cover right */\n linear-gradient(\n to left,\n ", " ", ",\n transparent ", "\n ),\n/* overflow shadow right */\n linear-gradient(\n to left,\n rgba(9, 30, 66, 0.13) 0,\n rgba(99, 114, 130, 0) ", "\n ),\n/* overflow shadow left */\n linear-gradient(\n to right,\n rgba(9, 30, 66, 0.13) 0,\n rgba(99, 114, 130, 0) ", "\n )\n"])), background, width, width, width, width);
|
|
28
20
|
};
|
|
29
21
|
|
|
30
22
|
exports.overflowShadow = overflowShadow;
|
package/dist/cjs/version.json
CHANGED
|
@@ -21,6 +21,7 @@ export const akEditorDeleteBackgroundWithOpacity = 'rgba(255, 189, 173, 0.5)'; /
|
|
|
21
21
|
|
|
22
22
|
export const akEditorDeleteBorder = R300;
|
|
23
23
|
export const akEditorDeleteIconColor = R400;
|
|
24
|
+
export const akEditorCustomIconSize = 20;
|
|
24
25
|
export const akEditorSelectedBorderColor = B300;
|
|
25
26
|
export const akEditorSelectedBgColor = B50;
|
|
26
27
|
export const akEditorSelectedBlanketColor = B75;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { akEditorActiveBackground, akEditorActiveForeground, akEditorBlockquoteBorderColor, akEditorBreakoutPadding, akEditorCodeBackground, akEditorCodeBlockPadding, akEditorCodeFontFamily, akEditorCodeInlinePadding, akEditorContextPanelWidth, akEditorDefaultLayoutWidth, akEditorDeleteBackground, akEditorDeleteBackgroundShaded, akEditorDeleteBackgroundWithOpacity, akEditorDeleteBorder, akEditorDeleteIconColor, akEditorDropdownActiveBackground, akEditorFloatingDialogZIndex, akEditorFloatingOverlapPanelZIndex, akEditorFloatingPanelZIndex, akEditorFocus, akEditorFullPageMaxWidth, akEditorFullPageDefaultFontSize, akEditorFullWidthLayoutWidth, akEditorFullWidthLayoutLineLength, akEditorGridLineZIndex, akEditorGutterPadding, akEditorInactiveForeground, akEditorMediaResizeHandlerPadding, akEditorMediaResizeHandlerPaddingWide, akEditorMentionSelected, akEditorMenuZIndex, akEditorStickyHeaderZIndex, akEditorMobileBreakoutPoint, akEditorPopupBackground, akEditorPopupText, akEditorPrimaryButton, akEditorSelectedBorderColor, akEditorSelectedBorderBoldSize, akEditorSelectedBorderSize, akEditorSelectedBorder, akEditorSelectedBoxShadow, akEditorSelectedIconColor, akEditorSelectedBlanketColor, akEditorSelectedBgColor, akEditorSelectedBlanketOpacity, akEditorSmallZIndex, akEditorShadowZIndex, akEditorSubtleAccent, akEditorSwoopCubicBezier, akEditorTableBorder, akEditorTableBorderDark, akEditorTableBorderDelete, akEditorTableBorderRadius, akEditorTableBorderSelected, akEditorTableCellBackgroundOpacity, akEditorTableCellDelete, akEditorTableCellMinWidth, akEditorTableCellSelected, akEditorTableFloatingControls, akEditorTableLegacyCellMinWidth, akEditorTableNumberColumnWidth, akEditorTableToolbar, akEditorTableToolbarDark, akEditorTableToolbarDelete, akEditorTableToolbarSelected, akEditorTableToolbarSize, akEditorUnitZIndex, akEditorWideLayoutWidth, akLayoutGutterOffset, akRichMediaResizeZIndex, blockNodesVerticalMargin, breakoutWideScaleRatio, editorFontSize, gridMediumMaxWidth, getAkEditorFullPageMaxWidth, relativeSize, relativeFontSizeToBase16, DEFAULT_EMBED_CARD_HEIGHT, DEFAULT_EMBED_CARD_WIDTH, akEditorLineHeight, akEditorRuleBackground, akEditorRuleBorderRadius, akEditorSelectedNodeClassName, akEditorToolbarKeylineHeight, VIEWPORT_SIZES, akEditorMobileMaxWidth, getTableCellBackgroundDarkModeColors, ATLASSIAN_NAVIGATION_HEIGHT } from './consts';
|
|
1
|
+
export { akEditorActiveBackground, akEditorActiveForeground, akEditorBlockquoteBorderColor, akEditorBreakoutPadding, akEditorCodeBackground, akEditorCodeBlockPadding, akEditorCodeFontFamily, akEditorCodeInlinePadding, akEditorContextPanelWidth, akEditorDefaultLayoutWidth, akEditorDeleteBackground, akEditorDeleteBackgroundShaded, akEditorDeleteBackgroundWithOpacity, akEditorDeleteBorder, akEditorDeleteIconColor, akEditorDropdownActiveBackground, akEditorFloatingDialogZIndex, akEditorFloatingOverlapPanelZIndex, akEditorFloatingPanelZIndex, akEditorFocus, akEditorFullPageMaxWidth, akEditorFullPageDefaultFontSize, akEditorFullWidthLayoutWidth, akEditorFullWidthLayoutLineLength, akEditorGridLineZIndex, akEditorGutterPadding, akEditorInactiveForeground, akEditorMediaResizeHandlerPadding, akEditorMediaResizeHandlerPaddingWide, akEditorMentionSelected, akEditorMenuZIndex, akEditorStickyHeaderZIndex, akEditorMobileBreakoutPoint, akEditorPopupBackground, akEditorPopupText, akEditorPrimaryButton, akEditorSelectedBorderColor, akEditorSelectedBorderBoldSize, akEditorSelectedBorderSize, akEditorSelectedBorder, akEditorSelectedBoxShadow, akEditorSelectedIconColor, akEditorCustomIconSize, akEditorSelectedBlanketColor, akEditorSelectedBgColor, akEditorSelectedBlanketOpacity, akEditorSmallZIndex, akEditorShadowZIndex, akEditorSubtleAccent, akEditorSwoopCubicBezier, akEditorTableBorder, akEditorTableBorderDark, akEditorTableBorderDelete, akEditorTableBorderRadius, akEditorTableBorderSelected, akEditorTableCellBackgroundOpacity, akEditorTableCellDelete, akEditorTableCellMinWidth, akEditorTableCellSelected, akEditorTableFloatingControls, akEditorTableLegacyCellMinWidth, akEditorTableNumberColumnWidth, akEditorTableToolbar, akEditorTableToolbarDark, akEditorTableToolbarDelete, akEditorTableToolbarSelected, akEditorTableToolbarSize, akEditorUnitZIndex, akEditorWideLayoutWidth, akLayoutGutterOffset, akRichMediaResizeZIndex, blockNodesVerticalMargin, breakoutWideScaleRatio, editorFontSize, gridMediumMaxWidth, getAkEditorFullPageMaxWidth, relativeSize, relativeFontSizeToBase16, DEFAULT_EMBED_CARD_HEIGHT, DEFAULT_EMBED_CARD_WIDTH, akEditorLineHeight, akEditorRuleBackground, akEditorRuleBorderRadius, akEditorSelectedNodeClassName, akEditorToolbarKeylineHeight, VIEWPORT_SIZES, akEditorMobileMaxWidth, getTableCellBackgroundDarkModeColors, ATLASSIAN_NAVIGATION_HEIGHT } from './consts';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
import { css } from '
|
|
1
|
+
import { css } from '@emotion/react';
|
|
2
2
|
export const overflowShadow = ({
|
|
3
3
|
background,
|
|
4
4
|
width
|
|
5
5
|
}) => css`
|
|
6
|
-
/* shadow cover right */
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
6
|
+
/* shadow cover right */
|
|
7
|
+
linear-gradient(
|
|
8
|
+
to left,
|
|
9
|
+
${background} ${width},
|
|
10
|
+
transparent ${width}
|
|
11
|
+
),
|
|
11
12
|
/* overflow shadow right */
|
|
12
13
|
linear-gradient(
|
|
13
14
|
to left,
|
package/dist/es2019/version.json
CHANGED
|
@@ -22,6 +22,7 @@ export var akEditorDeleteBackgroundWithOpacity = 'rgba(255, 189, 173, 0.5)'; //
|
|
|
22
22
|
|
|
23
23
|
export var akEditorDeleteBorder = R300;
|
|
24
24
|
export var akEditorDeleteIconColor = R400;
|
|
25
|
+
export var akEditorCustomIconSize = 20;
|
|
25
26
|
export var akEditorSelectedBorderColor = B300;
|
|
26
27
|
export var akEditorSelectedBgColor = B50;
|
|
27
28
|
export var akEditorSelectedBlanketColor = B75;
|
package/dist/esm/consts/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { akEditorActiveBackground, akEditorActiveForeground, akEditorBlockquoteBorderColor, akEditorBreakoutPadding, akEditorCodeBackground, akEditorCodeBlockPadding, akEditorCodeFontFamily, akEditorCodeInlinePadding, akEditorContextPanelWidth, akEditorDefaultLayoutWidth, akEditorDeleteBackground, akEditorDeleteBackgroundShaded, akEditorDeleteBackgroundWithOpacity, akEditorDeleteBorder, akEditorDeleteIconColor, akEditorDropdownActiveBackground, akEditorFloatingDialogZIndex, akEditorFloatingOverlapPanelZIndex, akEditorFloatingPanelZIndex, akEditorFocus, akEditorFullPageMaxWidth, akEditorFullPageDefaultFontSize, akEditorFullWidthLayoutWidth, akEditorFullWidthLayoutLineLength, akEditorGridLineZIndex, akEditorGutterPadding, akEditorInactiveForeground, akEditorMediaResizeHandlerPadding, akEditorMediaResizeHandlerPaddingWide, akEditorMentionSelected, akEditorMenuZIndex, akEditorStickyHeaderZIndex, akEditorMobileBreakoutPoint, akEditorPopupBackground, akEditorPopupText, akEditorPrimaryButton, akEditorSelectedBorderColor, akEditorSelectedBorderBoldSize, akEditorSelectedBorderSize, akEditorSelectedBorder, akEditorSelectedBoxShadow, akEditorSelectedIconColor, akEditorSelectedBlanketColor, akEditorSelectedBgColor, akEditorSelectedBlanketOpacity, akEditorSmallZIndex, akEditorShadowZIndex, akEditorSubtleAccent, akEditorSwoopCubicBezier, akEditorTableBorder, akEditorTableBorderDark, akEditorTableBorderDelete, akEditorTableBorderRadius, akEditorTableBorderSelected, akEditorTableCellBackgroundOpacity, akEditorTableCellDelete, akEditorTableCellMinWidth, akEditorTableCellSelected, akEditorTableFloatingControls, akEditorTableLegacyCellMinWidth, akEditorTableNumberColumnWidth, akEditorTableToolbar, akEditorTableToolbarDark, akEditorTableToolbarDelete, akEditorTableToolbarSelected, akEditorTableToolbarSize, akEditorUnitZIndex, akEditorWideLayoutWidth, akLayoutGutterOffset, akRichMediaResizeZIndex, blockNodesVerticalMargin, breakoutWideScaleRatio, editorFontSize, gridMediumMaxWidth, getAkEditorFullPageMaxWidth, relativeSize, relativeFontSizeToBase16, DEFAULT_EMBED_CARD_HEIGHT, DEFAULT_EMBED_CARD_WIDTH, akEditorLineHeight, akEditorRuleBackground, akEditorRuleBorderRadius, akEditorSelectedNodeClassName, akEditorToolbarKeylineHeight, VIEWPORT_SIZES, akEditorMobileMaxWidth, getTableCellBackgroundDarkModeColors, ATLASSIAN_NAVIGATION_HEIGHT } from './consts';
|
|
1
|
+
export { akEditorActiveBackground, akEditorActiveForeground, akEditorBlockquoteBorderColor, akEditorBreakoutPadding, akEditorCodeBackground, akEditorCodeBlockPadding, akEditorCodeFontFamily, akEditorCodeInlinePadding, akEditorContextPanelWidth, akEditorDefaultLayoutWidth, akEditorDeleteBackground, akEditorDeleteBackgroundShaded, akEditorDeleteBackgroundWithOpacity, akEditorDeleteBorder, akEditorDeleteIconColor, akEditorDropdownActiveBackground, akEditorFloatingDialogZIndex, akEditorFloatingOverlapPanelZIndex, akEditorFloatingPanelZIndex, akEditorFocus, akEditorFullPageMaxWidth, akEditorFullPageDefaultFontSize, akEditorFullWidthLayoutWidth, akEditorFullWidthLayoutLineLength, akEditorGridLineZIndex, akEditorGutterPadding, akEditorInactiveForeground, akEditorMediaResizeHandlerPadding, akEditorMediaResizeHandlerPaddingWide, akEditorMentionSelected, akEditorMenuZIndex, akEditorStickyHeaderZIndex, akEditorMobileBreakoutPoint, akEditorPopupBackground, akEditorPopupText, akEditorPrimaryButton, akEditorSelectedBorderColor, akEditorSelectedBorderBoldSize, akEditorSelectedBorderSize, akEditorSelectedBorder, akEditorSelectedBoxShadow, akEditorSelectedIconColor, akEditorCustomIconSize, akEditorSelectedBlanketColor, akEditorSelectedBgColor, akEditorSelectedBlanketOpacity, akEditorSmallZIndex, akEditorShadowZIndex, akEditorSubtleAccent, akEditorSwoopCubicBezier, akEditorTableBorder, akEditorTableBorderDark, akEditorTableBorderDelete, akEditorTableBorderRadius, akEditorTableBorderSelected, akEditorTableCellBackgroundOpacity, akEditorTableCellDelete, akEditorTableCellMinWidth, akEditorTableCellSelected, akEditorTableFloatingControls, akEditorTableLegacyCellMinWidth, akEditorTableNumberColumnWidth, akEditorTableToolbar, akEditorTableToolbarDark, akEditorTableToolbarDelete, akEditorTableToolbarSelected, akEditorTableToolbarSize, akEditorUnitZIndex, akEditorWideLayoutWidth, akLayoutGutterOffset, akRichMediaResizeZIndex, blockNodesVerticalMargin, breakoutWideScaleRatio, editorFontSize, gridMediumMaxWidth, getAkEditorFullPageMaxWidth, relativeSize, relativeFontSizeToBase16, DEFAULT_EMBED_CARD_HEIGHT, DEFAULT_EMBED_CARD_WIDTH, akEditorLineHeight, akEditorRuleBackground, akEditorRuleBorderRadius, akEditorSelectedNodeClassName, akEditorToolbarKeylineHeight, VIEWPORT_SIZES, akEditorMobileMaxWidth, getTableCellBackgroundDarkModeColors, ATLASSIAN_NAVIGATION_HEIGHT } from './consts';
|
package/dist/esm/consts/types.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,18 +1,10 @@
|
|
|
1
1
|
import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
var data = _taggedTemplateLiteral(["\n/* shadow cover right */ linear-gradient(\n to left,\n ", " ", ",\n transparent ", "\n),\n/* overflow shadow right */\n linear-gradient(\n to left,\n rgba(9, 30, 66, 0.13) 0,\n rgba(99, 114, 130, 0) ", "\n ),\n/* overflow shadow left */\n linear-gradient(\n to right,\n rgba(9, 30, 66, 0.13) 0,\n rgba(99, 114, 130, 0) ", "\n )\n"]);
|
|
3
|
+
var _templateObject;
|
|
5
4
|
|
|
6
|
-
|
|
7
|
-
return data;
|
|
8
|
-
};
|
|
9
|
-
|
|
10
|
-
return data;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
import { css } from 'styled-components';
|
|
5
|
+
import { css } from '@emotion/react';
|
|
14
6
|
export var overflowShadow = function overflowShadow(_ref) {
|
|
15
7
|
var background = _ref.background,
|
|
16
8
|
width = _ref.width;
|
|
17
|
-
return css(_templateObject(), background, width, width, width, width);
|
|
9
|
+
return css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n/* shadow cover right */\n linear-gradient(\n to left,\n ", " ", ",\n transparent ", "\n ),\n/* overflow shadow right */\n linear-gradient(\n to left,\n rgba(9, 30, 66, 0.13) 0,\n rgba(99, 114, 130, 0) ", "\n ),\n/* overflow shadow left */\n linear-gradient(\n to right,\n rgba(9, 30, 66, 0.13) 0,\n rgba(99, 114, 130, 0) ", "\n )\n"])), background, width, width, width, width);
|
|
18
10
|
};
|
package/dist/esm/version.json
CHANGED
|
@@ -19,6 +19,7 @@ export declare const akEditorDeleteBackgroundShaded = "#FFEBE6";
|
|
|
19
19
|
export declare const akEditorDeleteBackgroundWithOpacity = "rgba(255, 189, 173, 0.5)";
|
|
20
20
|
export declare const akEditorDeleteBorder = "#FF5630";
|
|
21
21
|
export declare const akEditorDeleteIconColor = "#DE350B";
|
|
22
|
+
export declare const akEditorCustomIconSize = 20;
|
|
22
23
|
export declare const akEditorSelectedBorderColor = "#0065FF";
|
|
23
24
|
export declare const akEditorSelectedBgColor = "#DEEBFF";
|
|
24
25
|
export declare const akEditorSelectedBlanketColor = "#B3D4FF";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export type { EditorTheme } from './types';
|
|
2
|
-
export { akEditorActiveBackground, akEditorActiveForeground, akEditorBlockquoteBorderColor, akEditorBreakoutPadding, akEditorCodeBackground, akEditorCodeBlockPadding, akEditorCodeFontFamily, akEditorCodeInlinePadding, akEditorContextPanelWidth, akEditorDefaultLayoutWidth, akEditorDeleteBackground, akEditorDeleteBackgroundShaded, akEditorDeleteBackgroundWithOpacity, akEditorDeleteBorder, akEditorDeleteIconColor, akEditorDropdownActiveBackground, akEditorFloatingDialogZIndex, akEditorFloatingOverlapPanelZIndex, akEditorFloatingPanelZIndex, akEditorFocus, akEditorFullPageMaxWidth, akEditorFullPageDefaultFontSize, akEditorFullWidthLayoutWidth, akEditorFullWidthLayoutLineLength, akEditorGridLineZIndex, akEditorGutterPadding, akEditorInactiveForeground, akEditorMediaResizeHandlerPadding, akEditorMediaResizeHandlerPaddingWide, akEditorMentionSelected, akEditorMenuZIndex, akEditorStickyHeaderZIndex, akEditorMobileBreakoutPoint, akEditorPopupBackground, akEditorPopupText, akEditorPrimaryButton, akEditorSelectedBorderColor, akEditorSelectedBorderBoldSize, akEditorSelectedBorderSize, akEditorSelectedBorder, akEditorSelectedBoxShadow, akEditorSelectedIconColor, akEditorSelectedBlanketColor, akEditorSelectedBgColor, akEditorSelectedBlanketOpacity, akEditorSmallZIndex, akEditorShadowZIndex, akEditorSubtleAccent, akEditorSwoopCubicBezier, akEditorTableBorder, akEditorTableBorderDark, akEditorTableBorderDelete, akEditorTableBorderRadius, akEditorTableBorderSelected, akEditorTableCellBackgroundOpacity, akEditorTableCellDelete, akEditorTableCellMinWidth, akEditorTableCellSelected, akEditorTableFloatingControls, akEditorTableLegacyCellMinWidth, akEditorTableNumberColumnWidth, akEditorTableToolbar, akEditorTableToolbarDark, akEditorTableToolbarDelete, akEditorTableToolbarSelected, akEditorTableToolbarSize, akEditorUnitZIndex, akEditorWideLayoutWidth, akLayoutGutterOffset, akRichMediaResizeZIndex, blockNodesVerticalMargin, breakoutWideScaleRatio, editorFontSize, gridMediumMaxWidth, getAkEditorFullPageMaxWidth, relativeSize, relativeFontSizeToBase16, DEFAULT_EMBED_CARD_HEIGHT, DEFAULT_EMBED_CARD_WIDTH, akEditorLineHeight, akEditorRuleBackground, akEditorRuleBorderRadius, akEditorSelectedNodeClassName, akEditorToolbarKeylineHeight, VIEWPORT_SIZES, akEditorMobileMaxWidth, getTableCellBackgroundDarkModeColors, ATLASSIAN_NAVIGATION_HEIGHT, } from './consts';
|
|
2
|
+
export { akEditorActiveBackground, akEditorActiveForeground, akEditorBlockquoteBorderColor, akEditorBreakoutPadding, akEditorCodeBackground, akEditorCodeBlockPadding, akEditorCodeFontFamily, akEditorCodeInlinePadding, akEditorContextPanelWidth, akEditorDefaultLayoutWidth, akEditorDeleteBackground, akEditorDeleteBackgroundShaded, akEditorDeleteBackgroundWithOpacity, akEditorDeleteBorder, akEditorDeleteIconColor, akEditorDropdownActiveBackground, akEditorFloatingDialogZIndex, akEditorFloatingOverlapPanelZIndex, akEditorFloatingPanelZIndex, akEditorFocus, akEditorFullPageMaxWidth, akEditorFullPageDefaultFontSize, akEditorFullWidthLayoutWidth, akEditorFullWidthLayoutLineLength, akEditorGridLineZIndex, akEditorGutterPadding, akEditorInactiveForeground, akEditorMediaResizeHandlerPadding, akEditorMediaResizeHandlerPaddingWide, akEditorMentionSelected, akEditorMenuZIndex, akEditorStickyHeaderZIndex, akEditorMobileBreakoutPoint, akEditorPopupBackground, akEditorPopupText, akEditorPrimaryButton, akEditorSelectedBorderColor, akEditorSelectedBorderBoldSize, akEditorSelectedBorderSize, akEditorSelectedBorder, akEditorSelectedBoxShadow, akEditorSelectedIconColor, akEditorCustomIconSize, akEditorSelectedBlanketColor, akEditorSelectedBgColor, akEditorSelectedBlanketOpacity, akEditorSmallZIndex, akEditorShadowZIndex, akEditorSubtleAccent, akEditorSwoopCubicBezier, akEditorTableBorder, akEditorTableBorderDark, akEditorTableBorderDelete, akEditorTableBorderRadius, akEditorTableBorderSelected, akEditorTableCellBackgroundOpacity, akEditorTableCellDelete, akEditorTableCellMinWidth, akEditorTableCellSelected, akEditorTableFloatingControls, akEditorTableLegacyCellMinWidth, akEditorTableNumberColumnWidth, akEditorTableToolbar, akEditorTableToolbarDark, akEditorTableToolbarDelete, akEditorTableToolbarSelected, akEditorTableToolbarSize, akEditorUnitZIndex, akEditorWideLayoutWidth, akLayoutGutterOffset, akRichMediaResizeZIndex, blockNodesVerticalMargin, breakoutWideScaleRatio, editorFontSize, gridMediumMaxWidth, getAkEditorFullPageMaxWidth, relativeSize, relativeFontSizeToBase16, DEFAULT_EMBED_CARD_HEIGHT, DEFAULT_EMBED_CARD_WIDTH, akEditorLineHeight, akEditorRuleBackground, akEditorRuleBorderRadius, akEditorSelectedNodeClassName, akEditorToolbarKeylineHeight, VIEWPORT_SIZES, akEditorMobileMaxWidth, getTableCellBackgroundDarkModeColors, ATLASSIAN_NAVIGATION_HEIGHT, } from './consts';
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { ThemedValue } from '@atlaskit/theme/types';
|
|
2
1
|
export declare const overflowShadow: ({ background, width, }: {
|
|
3
|
-
background:
|
|
2
|
+
background: string;
|
|
4
3
|
width: string;
|
|
5
|
-
}) => import("
|
|
4
|
+
}) => import("@emotion/react").SerializedStyles;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-shared-styles",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "Style values used in the editor/renderer",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -25,13 +25,14 @@
|
|
|
25
25
|
".": "./src/index.ts"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@atlaskit/theme": "^
|
|
28
|
+
"@atlaskit/theme": "^12.1.0",
|
|
29
29
|
"@babel/runtime": "^7.0.0",
|
|
30
|
-
"
|
|
30
|
+
"@emotion/react": "^11.7.1"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"
|
|
34
|
+
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
35
|
+
"typescript": "4.2.4"
|
|
35
36
|
},
|
|
36
37
|
"techstack": {
|
|
37
38
|
"@atlassian/frontend": {
|
|
@@ -39,6 +40,10 @@
|
|
|
39
40
|
"file-level"
|
|
40
41
|
],
|
|
41
42
|
"import-structure": "atlassian-conventions"
|
|
43
|
+
},
|
|
44
|
+
"@repo/internal": {
|
|
45
|
+
"deprecation": "no-deprecated-imports"
|
|
42
46
|
}
|
|
43
|
-
}
|
|
47
|
+
},
|
|
48
|
+
"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
|
|
44
49
|
}
|
package/src/consts/consts.ts
CHANGED
|
@@ -49,6 +49,7 @@ export const akEditorDeleteBackgroundShaded = R50;
|
|
|
49
49
|
export const akEditorDeleteBackgroundWithOpacity = 'rgba(255, 189, 173, 0.5)'; // R75 with 50% opacity
|
|
50
50
|
export const akEditorDeleteBorder = R300;
|
|
51
51
|
export const akEditorDeleteIconColor = R400;
|
|
52
|
+
export const akEditorCustomIconSize = 20;
|
|
52
53
|
export const akEditorSelectedBorderColor = B300;
|
|
53
54
|
export const akEditorSelectedBgColor = B50;
|
|
54
55
|
export const akEditorSelectedBlanketColor = B75;
|
package/src/consts/index.ts
CHANGED
|
@@ -1,19 +1,18 @@
|
|
|
1
|
-
import { css } from '
|
|
2
|
-
|
|
3
|
-
import { ThemedValue } from '@atlaskit/theme/types';
|
|
1
|
+
import { css } from '@emotion/react';
|
|
4
2
|
|
|
5
3
|
export const overflowShadow = ({
|
|
6
4
|
background,
|
|
7
5
|
width,
|
|
8
6
|
}: {
|
|
9
|
-
background:
|
|
7
|
+
background: string;
|
|
10
8
|
width: string;
|
|
11
9
|
}) => css`
|
|
12
|
-
/* shadow cover right */
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
10
|
+
/* shadow cover right */
|
|
11
|
+
linear-gradient(
|
|
12
|
+
to left,
|
|
13
|
+
${background} ${width},
|
|
14
|
+
transparent ${width}
|
|
15
|
+
),
|
|
17
16
|
/* overflow shadow right */
|
|
18
17
|
linear-gradient(
|
|
19
18
|
to left,
|
|
@@ -27,10 +27,10 @@ describe('selection plugin: utils', () => {
|
|
|
27
27
|
|
|
28
28
|
it('combines multiple styles', () => {
|
|
29
29
|
const allStyles = selectionStyles.map(
|
|
30
|
-
selectionStyle => selectionStyle.style,
|
|
30
|
+
(selectionStyle) => selectionStyle.style,
|
|
31
31
|
);
|
|
32
32
|
const allRegex = selectionStyles.map(
|
|
33
|
-
selectionStyle => selectionStyle.regex,
|
|
33
|
+
(selectionStyle) => selectionStyle.regex,
|
|
34
34
|
);
|
|
35
35
|
|
|
36
36
|
const css = getSelectionStyles(allStyles);
|
package/src/selection/utils.ts
CHANGED
|
@@ -22,7 +22,7 @@ export const getSelectionStyles = (
|
|
|
22
22
|
selectionStyles: Array<SelectionStyle>,
|
|
23
23
|
): string =>
|
|
24
24
|
selectionStyles
|
|
25
|
-
.map(selectionStyle => getSelectionStyle(selectionStyle))
|
|
25
|
+
.map((selectionStyle) => getSelectionStyle(selectionStyle))
|
|
26
26
|
.concat(hideNativeBrowserTextSelectionStyles)
|
|
27
27
|
.join('\n');
|
|
28
28
|
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _consts = require("./consts");
|
|
4
|
-
|
|
5
|
-
describe('consts', function () {
|
|
6
|
-
describe('relativeFontSizeToBase16', function () {
|
|
7
|
-
it('relativeFontSizeToBase16 should return 1rem with a base font size of 16px', function () {
|
|
8
|
-
expect((0, _consts.relativeFontSizeToBase16)(16)).toBe('1rem');
|
|
9
|
-
});
|
|
10
|
-
it('relativeFontSizeToBase16 should return 0.875rem with a base font size of 14px', function () {
|
|
11
|
-
expect((0, _consts.relativeFontSizeToBase16)(14)).toBe('0.875rem');
|
|
12
|
-
});
|
|
13
|
-
it('relativeFontSizeToBase16 should return 0.875rem with a base font size (string) of 14px', function () {
|
|
14
|
-
expect((0, _consts.relativeFontSizeToBase16)('14')).toBe('0.875rem');
|
|
15
|
-
});
|
|
16
|
-
it('relativeFontSizeToBase16 should return 0.875rem with a base font size (string) of 14px', function () {
|
|
17
|
-
expect((0, _consts.relativeFontSizeToBase16)('14px')).toBe('0.875rem');
|
|
18
|
-
});
|
|
19
|
-
it('relativeFontSizeToBase16 should throw an error for invalid string', function () {
|
|
20
|
-
expect(function () {
|
|
21
|
-
return (0, _consts.relativeFontSizeToBase16)('px');
|
|
22
|
-
}).toThrowError();
|
|
23
|
-
});
|
|
24
|
-
});
|
|
25
|
-
});
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { relativeFontSizeToBase16 } from './consts';
|
|
2
|
-
describe('consts', () => {
|
|
3
|
-
describe('relativeFontSizeToBase16', () => {
|
|
4
|
-
it('relativeFontSizeToBase16 should return 1rem with a base font size of 16px', () => {
|
|
5
|
-
expect(relativeFontSizeToBase16(16)).toBe('1rem');
|
|
6
|
-
});
|
|
7
|
-
it('relativeFontSizeToBase16 should return 0.875rem with a base font size of 14px', () => {
|
|
8
|
-
expect(relativeFontSizeToBase16(14)).toBe('0.875rem');
|
|
9
|
-
});
|
|
10
|
-
it('relativeFontSizeToBase16 should return 0.875rem with a base font size (string) of 14px', () => {
|
|
11
|
-
expect(relativeFontSizeToBase16('14')).toBe('0.875rem');
|
|
12
|
-
});
|
|
13
|
-
it('relativeFontSizeToBase16 should return 0.875rem with a base font size (string) of 14px', () => {
|
|
14
|
-
expect(relativeFontSizeToBase16('14px')).toBe('0.875rem');
|
|
15
|
-
});
|
|
16
|
-
it('relativeFontSizeToBase16 should throw an error for invalid string', () => {
|
|
17
|
-
expect(() => relativeFontSizeToBase16('px')).toThrowError();
|
|
18
|
-
});
|
|
19
|
-
});
|
|
20
|
-
});
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { relativeFontSizeToBase16 } from './consts';
|
|
2
|
-
describe('consts', function () {
|
|
3
|
-
describe('relativeFontSizeToBase16', function () {
|
|
4
|
-
it('relativeFontSizeToBase16 should return 1rem with a base font size of 16px', function () {
|
|
5
|
-
expect(relativeFontSizeToBase16(16)).toBe('1rem');
|
|
6
|
-
});
|
|
7
|
-
it('relativeFontSizeToBase16 should return 0.875rem with a base font size of 14px', function () {
|
|
8
|
-
expect(relativeFontSizeToBase16(14)).toBe('0.875rem');
|
|
9
|
-
});
|
|
10
|
-
it('relativeFontSizeToBase16 should return 0.875rem with a base font size (string) of 14px', function () {
|
|
11
|
-
expect(relativeFontSizeToBase16('14')).toBe('0.875rem');
|
|
12
|
-
});
|
|
13
|
-
it('relativeFontSizeToBase16 should return 0.875rem with a base font size (string) of 14px', function () {
|
|
14
|
-
expect(relativeFontSizeToBase16('14px')).toBe('0.875rem');
|
|
15
|
-
});
|
|
16
|
-
it('relativeFontSizeToBase16 should throw an error for invalid string', function () {
|
|
17
|
-
expect(function () {
|
|
18
|
-
return relativeFontSizeToBase16('px');
|
|
19
|
-
}).toThrowError();
|
|
20
|
-
});
|
|
21
|
-
});
|
|
22
|
-
});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|