@atlaskit/emoji 67.6.30 → 67.6.31
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 +6 -0
- package/dist/cjs/components/common/styles.js +42 -42
- package/dist/cjs/components/picker/styles.js +14 -14
- package/dist/cjs/components/typeahead/styles.js +7 -7
- package/dist/cjs/components/uploader/styles.js +2 -2
- package/dist/cjs/util/analytics/analytics.js +1 -1
- package/dist/es2019/components/common/styles.js +42 -42
- package/dist/es2019/components/picker/styles.js +14 -14
- package/dist/es2019/components/typeahead/styles.js +7 -7
- package/dist/es2019/components/uploader/styles.js +2 -2
- package/dist/es2019/util/analytics/analytics.js +1 -1
- package/dist/esm/components/common/styles.js +42 -42
- package/dist/esm/components/picker/styles.js +14 -14
- package/dist/esm/components/typeahead/styles.js +7 -7
- package/dist/esm/components/uploader/styles.js +2 -2
- package/dist/esm/util/analytics/analytics.js +1 -1
- package/package.json +6 -5
package/CHANGELOG.md
CHANGED
|
@@ -22,7 +22,7 @@ var emojiDeleteButton = exports.emojiDeleteButton = 'emoji-common-deleteButton';
|
|
|
22
22
|
var emojiMainStyle = exports.emojiMainStyle = 'emoji-common-main-styles';
|
|
23
23
|
var deletableEmoji = exports.deletableEmoji = 'emoji-common-deletable';
|
|
24
24
|
|
|
25
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
25
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
26
26
|
var deleteButton = exports.deleteButton = (0, _react.css)({
|
|
27
27
|
// hide by default
|
|
28
28
|
visibility: 'hidden',
|
|
@@ -33,7 +33,7 @@ var deleteButton = exports.deleteButton = (0, _react.css)({
|
|
|
33
33
|
zIndex: 1
|
|
34
34
|
});
|
|
35
35
|
|
|
36
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
36
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
37
37
|
var emojiToneSelectorContainer = exports.emojiToneSelectorContainer = (0, _react.css)({
|
|
38
38
|
flex: 1,
|
|
39
39
|
display: 'flex',
|
|
@@ -41,7 +41,7 @@ var emojiToneSelectorContainer = exports.emojiToneSelectorContainer = (0, _react
|
|
|
41
41
|
padding: '11px 10px 12px 0'
|
|
42
42
|
});
|
|
43
43
|
|
|
44
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
44
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
45
45
|
var emojiImageContainer = exports.emojiImageContainer = (0, _react.css)((_css = {
|
|
46
46
|
borderRadius: "var(--ds-border-radius-100, 3px)",
|
|
47
47
|
backgroundColor: 'transparent',
|
|
@@ -71,7 +71,7 @@ var emojiImageContainer = exports.emojiImageContainer = (0, _react.css)((_css =
|
|
|
71
71
|
outline: 'none'
|
|
72
72
|
}), _css));
|
|
73
73
|
|
|
74
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
74
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
75
75
|
var emojiSpriteContainer = exports.emojiSpriteContainer = (0, _react.css)((_css2 = {
|
|
76
76
|
display: 'inline-block',
|
|
77
77
|
// Ensure along with vertical align middle, we don't increase the line height for h1..h6, and p
|
|
@@ -94,7 +94,7 @@ var emojiSpriteContainer = exports.emojiSpriteContainer = (0, _react.css)((_css2
|
|
|
94
94
|
}), _css2));
|
|
95
95
|
var placeholder = exports.placeholder = 'emoji-common-placeholder';
|
|
96
96
|
|
|
97
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
97
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
98
98
|
var placeholderContainer = exports.placeholderContainer = (0, _react.css)({
|
|
99
99
|
position: 'relative',
|
|
100
100
|
margin: '-1px 0',
|
|
@@ -115,7 +115,7 @@ var easeSweep = (0, _react.keyframes)({
|
|
|
115
115
|
}
|
|
116
116
|
});
|
|
117
117
|
|
|
118
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
118
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
119
119
|
var placeholderContainerAnimated = exports.placeholderContainerAnimated = (0, _react.css)({
|
|
120
120
|
'&::before': {
|
|
121
121
|
content: '""',
|
|
@@ -128,14 +128,14 @@ var placeholderContainerAnimated = exports.placeholderContainerAnimated = (0, _r
|
|
|
128
128
|
}
|
|
129
129
|
});
|
|
130
130
|
|
|
131
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
131
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
132
132
|
var hidden = exports.hidden = (0, _react.css)({
|
|
133
133
|
opacity: 0,
|
|
134
134
|
visibility: 'hidden',
|
|
135
135
|
display: 'none'
|
|
136
136
|
});
|
|
137
137
|
|
|
138
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
138
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
139
139
|
var emojiButton = exports.emojiButton = (0, _react.css)((_css3 = {
|
|
140
140
|
backgroundColor: 'transparent',
|
|
141
141
|
border: '0',
|
|
@@ -161,7 +161,7 @@ var emojiButton = exports.emojiButton = (0, _react.css)((_css3 = {
|
|
|
161
161
|
outline: 'none'
|
|
162
162
|
}), _css3));
|
|
163
163
|
|
|
164
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
164
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
165
165
|
var emojiRadio = exports.emojiRadio = (0, _react.css)({
|
|
166
166
|
opacity: 0,
|
|
167
167
|
position: 'absolute',
|
|
@@ -182,7 +182,7 @@ var emojiRadio = exports.emojiRadio = (0, _react.css)({
|
|
|
182
182
|
// Emoji Preview
|
|
183
183
|
var emojiPickerAddEmoji = exports.emojiPickerAddEmoji = 'emoji-picker-add-emoji';
|
|
184
184
|
|
|
185
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
185
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
186
186
|
var previewText = exports.previewText = (0, _react.css)({
|
|
187
187
|
display: 'flex',
|
|
188
188
|
flexDirection: 'column',
|
|
@@ -196,7 +196,7 @@ var previewText = exports.previewText = (0, _react.css)({
|
|
|
196
196
|
flexShrink: 1
|
|
197
197
|
});
|
|
198
198
|
|
|
199
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
199
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
200
200
|
var emojiName = exports.emojiName = (0, _react.css)((0, _defineProperty2.default)({
|
|
201
201
|
display: 'block',
|
|
202
202
|
color: "var(--ds-text, ".concat(_colors.N900, ")"),
|
|
@@ -207,7 +207,7 @@ var emojiName = exports.emojiName = (0, _react.css)((0, _defineProperty2.default
|
|
|
207
207
|
textTransform: 'uppercase'
|
|
208
208
|
}));
|
|
209
209
|
|
|
210
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
210
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
211
211
|
var emojiShortName = exports.emojiShortName = (0, _react.css)((0, _defineProperty2.default)({
|
|
212
212
|
display: 'block',
|
|
213
213
|
color: "var(--ds-text-subtle, ".concat(_colors.N200, ")"),
|
|
@@ -223,7 +223,7 @@ var emojiShortName = exports.emojiShortName = (0, _react.css)((0, _definePropert
|
|
|
223
223
|
fontSize: '14px'
|
|
224
224
|
}));
|
|
225
225
|
|
|
226
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
226
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
227
227
|
var preview = exports.preview = (0, _react.css)({
|
|
228
228
|
display: 'flex',
|
|
229
229
|
flexDirection: 'row',
|
|
@@ -234,7 +234,7 @@ var preview = exports.preview = (0, _react.css)({
|
|
|
234
234
|
alignItems: 'center'
|
|
235
235
|
});
|
|
236
236
|
|
|
237
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
237
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
238
238
|
var previewImg = exports.previewImg = (0, _react.css)((_css6 = {
|
|
239
239
|
display: 'inline-block',
|
|
240
240
|
flex: 'initial',
|
|
@@ -257,7 +257,7 @@ var previewImg = exports.previewImg = (0, _react.css)((_css6 = {
|
|
|
257
257
|
|
|
258
258
|
// Scrollable
|
|
259
259
|
|
|
260
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
260
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
261
261
|
var emojiScrollable = exports.emojiScrollable = (0, _react.css)({
|
|
262
262
|
border: "1px solid ".concat("var(--ds-border, #fff)"),
|
|
263
263
|
borderRadius: "var(--ds-border-radius-100, 3px)",
|
|
@@ -270,7 +270,7 @@ var emojiScrollable = exports.emojiScrollable = (0, _react.css)({
|
|
|
270
270
|
|
|
271
271
|
// EmojiUpload
|
|
272
272
|
|
|
273
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
273
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
274
274
|
var emojiUpload = exports.emojiUpload = (0, _react.css)({
|
|
275
275
|
height: '78px',
|
|
276
276
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-space
|
|
@@ -280,7 +280,7 @@ var emojiUpload = exports.emojiUpload = (0, _react.css)({
|
|
|
280
280
|
justifyContent: 'space-around'
|
|
281
281
|
});
|
|
282
282
|
|
|
283
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
283
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
284
284
|
var emojiUploadTop = exports.emojiUploadTop = (0, _react.css)({
|
|
285
285
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-space
|
|
286
286
|
paddingBottom: '7px',
|
|
@@ -290,7 +290,7 @@ var emojiUploadTop = exports.emojiUploadTop = (0, _react.css)({
|
|
|
290
290
|
fontSize: '12px'
|
|
291
291
|
});
|
|
292
292
|
|
|
293
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
293
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
294
294
|
var uploadChooseFileMessage = exports.uploadChooseFileMessage = (0, _react.css)({
|
|
295
295
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
|
|
296
296
|
'&&': {
|
|
@@ -298,17 +298,17 @@ var uploadChooseFileMessage = exports.uploadChooseFileMessage = (0, _react.css)(
|
|
|
298
298
|
}
|
|
299
299
|
});
|
|
300
300
|
|
|
301
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
301
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
302
302
|
var closeEmojiUploadButton = exports.closeEmojiUploadButton = (0, _react.css)({
|
|
303
303
|
display: 'flex'
|
|
304
304
|
});
|
|
305
305
|
|
|
306
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
306
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
307
307
|
var emojiUploadBottom = exports.emojiUploadBottom = (0, _react.css)({
|
|
308
308
|
fontSize: '11px'
|
|
309
309
|
});
|
|
310
310
|
|
|
311
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
311
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
312
312
|
var uploadChooseFileRow = exports.uploadChooseFileRow = (0, _react.css)({
|
|
313
313
|
display: 'flex',
|
|
314
314
|
justifyContent: 'space-between',
|
|
@@ -316,7 +316,7 @@ var uploadChooseFileRow = exports.uploadChooseFileRow = (0, _react.css)({
|
|
|
316
316
|
paddingBottom: '7px'
|
|
317
317
|
});
|
|
318
318
|
|
|
319
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
319
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
320
320
|
var uploadChooseFileEmojiName = exports.uploadChooseFileEmojiName = (0, _react.css)({
|
|
321
321
|
flex: '1 1 auto',
|
|
322
322
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-space
|
|
@@ -333,12 +333,12 @@ var uploadChooseFileEmojiName = exports.uploadChooseFileEmojiName = (0, _react.c
|
|
|
333
333
|
}), _input)
|
|
334
334
|
});
|
|
335
335
|
|
|
336
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
336
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
337
337
|
var uploadChooseFileBrowse = exports.uploadChooseFileBrowse = (0, _react.css)({
|
|
338
338
|
flex: '0 0 auto'
|
|
339
339
|
});
|
|
340
340
|
|
|
341
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
341
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
342
342
|
var uploadPreviewFooter = exports.uploadPreviewFooter = (0, _react.css)({
|
|
343
343
|
display: 'flex',
|
|
344
344
|
flexDirection: 'column',
|
|
@@ -347,7 +347,7 @@ var uploadPreviewFooter = exports.uploadPreviewFooter = (0, _react.css)({
|
|
|
347
347
|
padding: '10px'
|
|
348
348
|
});
|
|
349
349
|
|
|
350
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
350
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
351
351
|
var uploadPreview = exports.uploadPreview = (0, _react.css)({
|
|
352
352
|
display: 'flex',
|
|
353
353
|
justifyContent: 'space-between',
|
|
@@ -358,7 +358,7 @@ var uploadPreview = exports.uploadPreview = (0, _react.css)({
|
|
|
358
358
|
padding: '10px'
|
|
359
359
|
});
|
|
360
360
|
|
|
361
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
361
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
362
362
|
var uploadPreviewText = exports.uploadPreviewText = (0, _react.css)({
|
|
363
363
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
364
364
|
h5: {
|
|
@@ -373,7 +373,7 @@ var uploadPreviewText = exports.uploadPreviewText = (0, _react.css)({
|
|
|
373
373
|
}
|
|
374
374
|
});
|
|
375
375
|
|
|
376
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
376
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
377
377
|
var bigEmojiPreview = exports.bigEmojiPreview = (0, _react.css)({
|
|
378
378
|
paddingLeft: "var(--ds-space-050, 4px)",
|
|
379
379
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
@@ -383,7 +383,7 @@ var bigEmojiPreview = exports.bigEmojiPreview = (0, _react.css)({
|
|
|
383
383
|
}
|
|
384
384
|
});
|
|
385
385
|
|
|
386
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
386
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
387
387
|
var uploadAddRow = exports.uploadAddRow = (0, _react.css)({
|
|
388
388
|
display: 'flex',
|
|
389
389
|
justifyContent: 'flex-end',
|
|
@@ -392,7 +392,7 @@ var uploadAddRow = exports.uploadAddRow = (0, _react.css)({
|
|
|
392
392
|
paddingTop: '10px'
|
|
393
393
|
});
|
|
394
394
|
|
|
395
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
395
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
396
396
|
var addCustomEmoji = exports.addCustomEmoji = (0, _react.css)({
|
|
397
397
|
alignSelf: 'center',
|
|
398
398
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-space
|
|
@@ -405,7 +405,7 @@ var addCustomEmoji = exports.addCustomEmoji = (0, _react.css)({
|
|
|
405
405
|
|
|
406
406
|
var submitDelete = exports.submitDelete = 'emoji-submit-delete';
|
|
407
407
|
|
|
408
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
408
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
409
409
|
var deletePreview = exports.deletePreview = (0, _react.css)({
|
|
410
410
|
height: '100px',
|
|
411
411
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-space
|
|
@@ -415,7 +415,7 @@ var deletePreview = exports.deletePreview = (0, _react.css)({
|
|
|
415
415
|
justifyContent: 'flex-end'
|
|
416
416
|
});
|
|
417
417
|
|
|
418
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
418
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
419
419
|
var deleteText = exports.deleteText = (0, _react.css)({
|
|
420
420
|
height: '64px',
|
|
421
421
|
fontSize: '12px',
|
|
@@ -426,7 +426,7 @@ var deleteText = exports.deleteText = (0, _react.css)({
|
|
|
426
426
|
}
|
|
427
427
|
});
|
|
428
428
|
|
|
429
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
429
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
430
430
|
var headingH5 = exports.headingH5 = (0, _react.css)({
|
|
431
431
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
|
|
432
432
|
'&&': {
|
|
@@ -436,19 +436,19 @@ var headingH5 = exports.headingH5 = (0, _react.css)({
|
|
|
436
436
|
}
|
|
437
437
|
});
|
|
438
438
|
|
|
439
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
439
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
440
440
|
var requiredSymbol = exports.requiredSymbol = (0, _react.css)({
|
|
441
441
|
paddingLeft: "var(--ds-space-025, 2px)",
|
|
442
442
|
color: "var(--ds-text-danger, ".concat(_colors.R400, ")"),
|
|
443
443
|
fontFamily: (0, _constants2.fontFamily)()
|
|
444
444
|
});
|
|
445
445
|
|
|
446
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
446
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
447
447
|
var previewButtonGroup = exports.previewButtonGroup = (0, _react.css)({
|
|
448
448
|
display: 'flex'
|
|
449
449
|
});
|
|
450
450
|
|
|
451
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
451
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
452
452
|
var deleteFooter = exports.deleteFooter = (0, _react.css)((0, _defineProperty2.default)({
|
|
453
453
|
display: 'flex',
|
|
454
454
|
height: '40px',
|
|
@@ -467,7 +467,7 @@ var deleteFooter = exports.deleteFooter = (0, _react.css)((0, _defineProperty2.d
|
|
|
467
467
|
marginRight: "var(--ds-space-050, 4px)"
|
|
468
468
|
}));
|
|
469
469
|
|
|
470
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
470
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
471
471
|
var emojiDeleteErrorMessage = exports.emojiDeleteErrorMessage = (0, _react.css)({
|
|
472
472
|
display: 'flex',
|
|
473
473
|
color: "var(--ds-text-danger, ".concat(_colors.R400, ")"),
|
|
@@ -476,7 +476,7 @@ var emojiDeleteErrorMessage = exports.emojiDeleteErrorMessage = (0, _react.css)(
|
|
|
476
476
|
paddingRight: "var(--ds-space-050, 4px)"
|
|
477
477
|
});
|
|
478
478
|
|
|
479
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
479
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
480
480
|
var emojiChooseFileErrorMessage = exports.emojiChooseFileErrorMessage = (0, _react.css)({
|
|
481
481
|
display: 'flex',
|
|
482
482
|
color: "var(--ds-text-danger, ".concat(_colors.R300, ")"),
|
|
@@ -485,7 +485,7 @@ var emojiChooseFileErrorMessage = exports.emojiChooseFileErrorMessage = (0, _rea
|
|
|
485
485
|
justifyContent: 'flex-start'
|
|
486
486
|
});
|
|
487
487
|
|
|
488
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
488
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
489
489
|
var emojiPreviewErrorMessage = exports.emojiPreviewErrorMessage = (0, _react.css)({
|
|
490
490
|
display: 'inline-flex',
|
|
491
491
|
color: "var(--ds-text-danger, ".concat(_colors.R400, ")"),
|
|
@@ -495,12 +495,12 @@ var emojiPreviewErrorMessage = exports.emojiPreviewErrorMessage = (0, _react.css
|
|
|
495
495
|
alignItems: 'center'
|
|
496
496
|
});
|
|
497
497
|
|
|
498
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
498
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
499
499
|
var addCustomEmojiButton = exports.addCustomEmojiButton = (0, _react.css)({
|
|
500
500
|
maxWidth: '285px'
|
|
501
501
|
});
|
|
502
502
|
|
|
503
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
503
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
504
504
|
var buttonSpinner = exports.buttonSpinner = (0, _react.css)({
|
|
505
505
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-space
|
|
506
506
|
marginRight: '10px',
|
|
@@ -508,14 +508,14 @@ var buttonSpinner = exports.buttonSpinner = (0, _react.css)({
|
|
|
508
508
|
marginLeft: '10px'
|
|
509
509
|
});
|
|
510
510
|
|
|
511
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
511
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
512
512
|
var emojiActionsWrapper = exports.emojiActionsWrapper = (0, _react.css)({
|
|
513
513
|
display: 'flex',
|
|
514
514
|
justifyContent: 'flex-end',
|
|
515
515
|
alignItems: 'center'
|
|
516
516
|
});
|
|
517
517
|
|
|
518
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
518
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
519
519
|
var tooltipShortcutStyle = exports.tooltipShortcutStyle = (0, _react.css)({
|
|
520
520
|
borderRadius: '3px',
|
|
521
521
|
backgroundColor: "var(--ds-background-inverse-subtle, ".concat(_colors.N400, ")"),
|
|
@@ -43,7 +43,7 @@ var emojiPicker = exports.emojiPicker = function emojiPicker(hasPreview) {
|
|
|
43
43
|
// Level 2
|
|
44
44
|
|
|
45
45
|
/// Category Selector
|
|
46
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
46
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
47
47
|
var categorySelector = exports.categorySelector = (0, _react.css)({
|
|
48
48
|
flex: '0 0 auto',
|
|
49
49
|
backgroundColor: "var(--ds-surface-sunken, ".concat(_colors.N30, ")"),
|
|
@@ -53,7 +53,7 @@ var categorySelector = exports.categorySelector = (0, _react.css)({
|
|
|
53
53
|
}
|
|
54
54
|
});
|
|
55
55
|
|
|
56
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
56
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
57
57
|
var categorySelectorTablist = exports.categorySelectorTablist = (0, _react.css)({
|
|
58
58
|
padding: "var(--ds-space-075, 6px)".concat(" ", "var(--ds-space-100, 8px)"),
|
|
59
59
|
display: 'flex',
|
|
@@ -64,7 +64,7 @@ var categorySelectorTablist = exports.categorySelectorTablist = (0, _react.css)(
|
|
|
64
64
|
|
|
65
65
|
/// EmojiPickerList
|
|
66
66
|
|
|
67
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
67
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
68
68
|
var emojiPickerList = exports.emojiPickerList = (0, _react.css)({
|
|
69
69
|
display: 'flex',
|
|
70
70
|
flexDirection: 'column',
|
|
@@ -74,7 +74,7 @@ var emojiPickerList = exports.emojiPickerList = (0, _react.css)({
|
|
|
74
74
|
});
|
|
75
75
|
|
|
76
76
|
// focus style is enabled by default - turn it off
|
|
77
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
77
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
78
78
|
var virtualList = exports.virtualList = (0, _react.css)({
|
|
79
79
|
overflowX: 'hidden',
|
|
80
80
|
overflowY: 'auto',
|
|
@@ -86,12 +86,12 @@ var virtualList = exports.virtualList = (0, _react.css)({
|
|
|
86
86
|
|
|
87
87
|
//// Search
|
|
88
88
|
|
|
89
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
89
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
90
90
|
var searchIcon = exports.searchIcon = (0, _react.css)({
|
|
91
91
|
opacity: 0.5
|
|
92
92
|
});
|
|
93
93
|
|
|
94
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
94
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
95
95
|
var input = exports.input = (0, _react.css)((_css = {
|
|
96
96
|
boxSizing: 'border-box',
|
|
97
97
|
color: 'inherit',
|
|
@@ -106,7 +106,7 @@ var input = exports.input = (0, _react.css)((_css = {
|
|
|
106
106
|
display: 'none'
|
|
107
107
|
}), _css));
|
|
108
108
|
|
|
109
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
109
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
110
110
|
var pickerSearch = exports.pickerSearch = (0, _react.css)({
|
|
111
111
|
boxSizing: 'border-box',
|
|
112
112
|
padding: "var(--ds-space-150, 12px)",
|
|
@@ -115,7 +115,7 @@ var pickerSearch = exports.pickerSearch = (0, _react.css)({
|
|
|
115
115
|
|
|
116
116
|
//// Loading/Spinner
|
|
117
117
|
|
|
118
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
118
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
119
119
|
var emojiPickerSpinner = exports.emojiPickerSpinner = (0, _react.css)({
|
|
120
120
|
display: 'flex',
|
|
121
121
|
width: '100%',
|
|
@@ -130,12 +130,12 @@ var emojiPickerSpinner = exports.emojiPickerSpinner = (0, _react.css)({
|
|
|
130
130
|
|
|
131
131
|
//// Category/Result
|
|
132
132
|
|
|
133
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
133
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
134
134
|
var emojiPickerRow = exports.emojiPickerRow = (0, _react.css)({
|
|
135
135
|
marginLeft: "var(--ds-space-100, 8px)"
|
|
136
136
|
});
|
|
137
137
|
|
|
138
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
138
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
139
139
|
var emojiCategoryTitle = exports.emojiCategoryTitle = (0, _react.css)({
|
|
140
140
|
boxSizing: 'border-box',
|
|
141
141
|
color: "var(--ds-text, ".concat(_colors.N900, ")"),
|
|
@@ -148,7 +148,7 @@ var emojiCategoryTitle = exports.emojiCategoryTitle = (0, _react.css)({
|
|
|
148
148
|
}
|
|
149
149
|
});
|
|
150
150
|
|
|
151
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
151
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
152
152
|
var emojiItem = exports.emojiItem = (0, _react.css)((_css2 = {
|
|
153
153
|
display: 'inline-block',
|
|
154
154
|
textAlign: 'center',
|
|
@@ -180,18 +180,18 @@ var emojiItem = exports.emojiItem = (0, _react.css)((_css2 = {
|
|
|
180
180
|
}), _css2));
|
|
181
181
|
|
|
182
182
|
/// Footer
|
|
183
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
183
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
184
184
|
var emojiPickerFooter = exports.emojiPickerFooter = (0, _react.css)({
|
|
185
185
|
flex: '0 0 auto'
|
|
186
186
|
});
|
|
187
187
|
|
|
188
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
188
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
189
189
|
var emojiPickerFooterWithTopShadow = exports.emojiPickerFooterWithTopShadow = (0, _react.css)({
|
|
190
190
|
borderTop: "2px solid ".concat("var(--ds-border, ".concat(_colors.N30A, ")")),
|
|
191
191
|
boxShadow: "0px -1px 1px 0px ".concat("var(--ds-border, rgba(0, 0, 0, 0.1))")
|
|
192
192
|
});
|
|
193
193
|
|
|
194
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
194
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
195
195
|
var emojiActionsContainerWithBottomShadow = exports.emojiActionsContainerWithBottomShadow = (0, _react.css)({
|
|
196
196
|
borderBottom: "2px solid ".concat("var(--ds-border, ".concat(_colors.N30A, ")")),
|
|
197
197
|
boxShadow: "0px 1px 1px 0px ".concat("var(--ds-border, rgba(0, 0, 0, 0.1))")
|
|
@@ -14,7 +14,7 @@ var typeAheadListContainer = exports.typeAheadListContainer = 'emoji-typeahead-l
|
|
|
14
14
|
// editor-core is using this static class name for testing
|
|
15
15
|
var typeaheadSelected = exports.typeaheadSelected = 'emoji-typeahead-selected';
|
|
16
16
|
|
|
17
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
17
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
18
18
|
var typeAheadList = exports.typeAheadList = (0, _react.css)({
|
|
19
19
|
background: "var(--ds-surface-overlay, white)",
|
|
20
20
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
@@ -28,18 +28,18 @@ var typeAheadList = exports.typeAheadList = (0, _react.css)({
|
|
|
28
28
|
width: _sharedStyles.emojiTypeAheadWidth
|
|
29
29
|
});
|
|
30
30
|
|
|
31
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
31
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
32
32
|
var typeAheadEmpty = exports.typeAheadEmpty = (0, _react.css)({
|
|
33
33
|
display: 'none'
|
|
34
34
|
});
|
|
35
35
|
|
|
36
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
36
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
37
37
|
var selected = exports.selected = (0, _react.css)({
|
|
38
38
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
39
39
|
backgroundColor: _sharedStyles.emojiPreviewSelectedColor
|
|
40
40
|
});
|
|
41
41
|
|
|
42
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
42
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
43
43
|
var typeAheadItem = exports.typeAheadItem = (0, _react.css)({
|
|
44
44
|
cursor: 'pointer',
|
|
45
45
|
display: 'block',
|
|
@@ -49,7 +49,7 @@ var typeAheadItem = exports.typeAheadItem = (0, _react.css)({
|
|
|
49
49
|
width: _sharedStyles.emojiTypeAheadWidth
|
|
50
50
|
});
|
|
51
51
|
|
|
52
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
52
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
53
53
|
var typeAheadItemRow = exports.typeAheadItemRow = (0, _react.css)({
|
|
54
54
|
display: 'flex',
|
|
55
55
|
flexDirection: 'row',
|
|
@@ -57,7 +57,7 @@ var typeAheadItemRow = exports.typeAheadItemRow = (0, _react.css)({
|
|
|
57
57
|
verticalAlign: 'middle'
|
|
58
58
|
});
|
|
59
59
|
|
|
60
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
60
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
61
61
|
var emojiTypeAheadSpinnerContainer = exports.emojiTypeAheadSpinnerContainer = (0, _react.css)({
|
|
62
62
|
position: 'relative',
|
|
63
63
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
@@ -67,7 +67,7 @@ var emojiTypeAheadSpinnerContainer = exports.emojiTypeAheadSpinnerContainer = (0
|
|
|
67
67
|
boxSizing: 'border-box'
|
|
68
68
|
});
|
|
69
69
|
|
|
70
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
70
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
71
71
|
var emojiTypeAheadSpinner = exports.emojiTypeAheadSpinner = (0, _react.css)({
|
|
72
72
|
textAlign: 'center'
|
|
73
73
|
});
|
|
@@ -10,7 +10,7 @@ var _constants = require("../../util/constants");
|
|
|
10
10
|
|
|
11
11
|
// Uploader
|
|
12
12
|
|
|
13
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
13
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
14
14
|
var emojiUploadWidget = exports.emojiUploadWidget = (0, _react.css)({
|
|
15
15
|
display: 'flex',
|
|
16
16
|
flexDirection: 'column',
|
|
@@ -28,7 +28,7 @@ var emojiUploadWidget = exports.emojiUploadWidget = (0, _react.css)({
|
|
|
28
28
|
});
|
|
29
29
|
|
|
30
30
|
/// Footer
|
|
31
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
31
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
32
32
|
var emojiUploadFooter = exports.emojiUploadFooter = (0, _react.css)({
|
|
33
33
|
flex: '0 0 auto'
|
|
34
34
|
});
|
|
@@ -19,7 +19,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
|
|
|
19
19
|
actionSubjectId: actionSubjectId,
|
|
20
20
|
attributes: _objectSpread({
|
|
21
21
|
packageName: "@atlaskit/emoji",
|
|
22
|
-
packageVersion: "67.6.
|
|
22
|
+
packageVersion: "67.6.31"
|
|
23
23
|
}, attributes)
|
|
24
24
|
};
|
|
25
25
|
};
|