@atlaskit/code 14.4.2 → 14.4.4

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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/code
2
2
 
3
+ ## 14.4.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 14.4.3
10
+
11
+ ### Patch Changes
12
+
13
+ - [`f1765efdca6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f1765efdca6) - [ux] Fix bug that caused misalignment of Code Block content which contain a mixture of spaces and tabs
14
+
3
15
  ## 14.4.2
4
16
 
5
17
  ### Patch Changes
@@ -235,12 +235,14 @@ var getCodeBlockStyles = function getCodeBlockStyles(theme) {
235
235
  display: 'flex',
236
236
  lineHeight: _constants2.CODE_LINE_HEIGHT,
237
237
  overflowX: 'auto',
238
- whiteSpace: 'pre'
238
+ whiteSpace: 'pre',
239
+ direction: 'ltr'
239
240
  }, getBaseCodeStyles(theme)), syntaxKeywordColors(theme)), {}, {
240
241
  // this is to account for SSR spacing issue once loaded in browser
241
242
  '& .linenumber, .react-syntax-highlighter-line-number': lineNumberStyle(theme),
242
243
  '& .linenumber': {
243
- display: 'inline-block !important'
244
+ display: 'inline-block !important',
245
+ float: 'left'
244
246
  },
245
247
  // these styles are for line highlighting
246
248
  '& [data-ds--code--row]': {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/code",
3
- "version": "14.4.2",
3
+ "version": "14.4.4",
4
4
  "sideEffects": false
5
5
  }
@@ -205,12 +205,14 @@ export const getCodeBlockStyles = theme => (highlightedStartText, highlightedEnd
205
205
  lineHeight: CODE_LINE_HEIGHT,
206
206
  overflowX: 'auto',
207
207
  whiteSpace: 'pre',
208
+ direction: 'ltr',
208
209
  ...getBaseCodeStyles(theme),
209
210
  ...syntaxKeywordColors(theme),
210
211
  // this is to account for SSR spacing issue once loaded in browser
211
212
  '& .linenumber, .react-syntax-highlighter-line-number': lineNumberStyle(theme),
212
213
  '& .linenumber': {
213
- display: 'inline-block !important'
214
+ display: 'inline-block !important',
215
+ float: 'left'
214
216
  },
215
217
  // these styles are for line highlighting
216
218
  '& [data-ds--code--row]': {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/code",
3
- "version": "14.4.2",
3
+ "version": "14.4.4",
4
4
  "sideEffects": false
5
5
  }
@@ -218,12 +218,14 @@ export var getCodeBlockStyles = function getCodeBlockStyles(theme) {
218
218
  display: 'flex',
219
219
  lineHeight: CODE_LINE_HEIGHT,
220
220
  overflowX: 'auto',
221
- whiteSpace: 'pre'
221
+ whiteSpace: 'pre',
222
+ direction: 'ltr'
222
223
  }, getBaseCodeStyles(theme)), syntaxKeywordColors(theme)), {}, {
223
224
  // this is to account for SSR spacing issue once loaded in browser
224
225
  '& .linenumber, .react-syntax-highlighter-line-number': lineNumberStyle(theme),
225
226
  '& .linenumber': {
226
- display: 'inline-block !important'
227
+ display: 'inline-block !important',
228
+ float: 'left'
227
229
  },
228
230
  // these styles are for line highlighting
229
231
  '& [data-ds--code--row]': {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/code",
3
- "version": "14.4.2",
3
+ "version": "14.4.4",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/code",
3
- "version": "14.4.2",
3
+ "version": "14.4.4",
4
4
  "description": "Code highlights short strings of code snippets inline with body text.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -29,7 +29,7 @@
29
29
  "dependencies": {
30
30
  "@atlaskit/codemod-utils": "^4.1.0",
31
31
  "@atlaskit/theme": "^12.2.0",
32
- "@atlaskit/tokens": "^0.11.0",
32
+ "@atlaskit/tokens": "^0.12.0",
33
33
  "@atlaskit/tooltip": "^17.6.0",
34
34
  "@babel/runtime": "^7.0.0",
35
35
  "@emotion/react": "^11.7.1",
@@ -40,7 +40,7 @@
40
40
  "react": "^16.8.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@atlaskit/button": "^16.4.0",
43
+ "@atlaskit/button": "^16.5.0",
44
44
  "@atlaskit/docs": "^9.0.0",
45
45
  "@atlaskit/ds-lib": "^2.1.0",
46
46
  "@atlaskit/section-message": "^6.3.0",
package/report.api.md CHANGED
@@ -1,12 +1,17 @@
1
+ <!-- API Report Version: 2.2 -->
2
+
1
3
  ## API Report File for "@atlaskit/code"
2
4
 
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
5
+ > Do not edit this file. This report is auto-generated using [API Extractor](https://api-extractor.com/).
6
+ > [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
7
+
8
+ ### Table of contents
4
9
 
5
- <!--
6
- Generated API Report version: 2.0
7
- -->
10
+ - [Main Entry Types](#main-entry-types)
8
11
 
9
- [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
12
+ ### Main Entry Types
13
+
14
+ <!--SECTION START: Main Entry Types-->
10
15
 
11
16
  ```ts
12
17
  /// <reference types="react" />
@@ -23,76 +28,14 @@ export const Code: React_2.MemoExoticComponent<
23
28
  React_2.ForwardRefExoticComponent<
24
29
  Pick<
25
30
  CodeProps,
26
- | 'as'
27
- | 'name'
28
- | 'testId'
29
- | 'codeBidiWarnings'
30
- | 'codeBidiWarningLabel'
31
- | 'codeBidiWarningTooltipEnabled'
32
- | 'list'
33
- | 'step'
34
- | 'color'
35
- | 'content'
36
- | 'height'
37
- | 'width'
38
- | 'start'
39
- | 'hidden'
40
- | 'size'
41
- | 'style'
42
- | 'default'
43
- | 'wrap'
44
- | 'open'
45
- | 'multiple'
46
- | 'disabled'
47
- | 'children'
48
- | 'cite'
49
- | 'data'
50
- | 'form'
51
- | 'label'
52
- | 'span'
53
- | 'summary'
54
- | 'title'
55
- | 'pattern'
56
- | 'className'
57
- | 'key'
58
- | 'defaultChecked'
59
- | 'defaultValue'
60
- | 'suppressContentEditableWarning'
61
- | 'suppressHydrationWarning'
62
- | 'accessKey'
63
- | 'contentEditable'
64
- | 'contextMenu'
65
- | 'dir'
66
- | 'draggable'
67
- | 'id'
68
- | 'lang'
69
- | 'placeholder'
70
- | 'slot'
71
- | 'spellCheck'
72
- | 'tabIndex'
73
- | 'inputMode'
74
- | 'is'
75
- | 'radioGroup'
76
- | 'role'
77
31
  | 'about'
78
- | 'datatype'
79
- | 'inlist'
80
- | 'prefix'
81
- | 'property'
82
- | 'resource'
83
- | 'typeof'
84
- | 'vocab'
85
- | 'autoCapitalize'
86
- | 'autoCorrect'
87
- | 'autoSave'
88
- | 'itemProp'
89
- | 'itemScope'
90
- | 'itemType'
91
- | 'itemID'
92
- | 'itemRef'
93
- | 'results'
94
- | 'security'
95
- | 'unselectable'
32
+ | 'accept'
33
+ | 'acceptCharset'
34
+ | 'accessKey'
35
+ | 'action'
36
+ | 'allowFullScreen'
37
+ | 'allowTransparency'
38
+ | 'alt'
96
39
  | 'aria-activedescendant'
97
40
  | 'aria-atomic'
98
41
  | 'aria-autocomplete'
@@ -141,95 +84,132 @@ export const Code: React_2.MemoExoticComponent<
141
84
  | 'aria-valuemin'
142
85
  | 'aria-valuenow'
143
86
  | 'aria-valuetext'
87
+ | 'as'
88
+ | 'async'
89
+ | 'autoCapitalize'
90
+ | 'autoComplete'
91
+ | 'autoCorrect'
92
+ | 'autoFocus'
93
+ | 'autoPlay'
94
+ | 'autoSave'
95
+ | 'capture'
96
+ | 'cellPadding'
97
+ | 'cellSpacing'
98
+ | 'challenge'
99
+ | 'charSet'
100
+ | 'checked'
101
+ | 'children'
102
+ | 'cite'
103
+ | 'classID'
104
+ | 'className'
105
+ | 'codeBidiWarningLabel'
106
+ | 'codeBidiWarningTooltipEnabled'
107
+ | 'codeBidiWarnings'
108
+ | 'colSpan'
109
+ | 'color'
110
+ | 'cols'
111
+ | 'content'
112
+ | 'contentEditable'
113
+ | 'contextMenu'
114
+ | 'controls'
115
+ | 'coords'
116
+ | 'crossOrigin'
144
117
  | 'dangerouslySetInnerHTML'
145
- | 'onCopy'
146
- | 'onCopyCapture'
147
- | 'onCut'
148
- | 'onCutCapture'
149
- | 'onPaste'
150
- | 'onPasteCapture'
151
- | 'onCompositionEnd'
152
- | 'onCompositionEndCapture'
153
- | 'onCompositionStart'
154
- | 'onCompositionStartCapture'
155
- | 'onCompositionUpdate'
156
- | 'onCompositionUpdateCapture'
157
- | 'onFocus'
158
- | 'onFocusCapture'
159
- | 'onBlur'
160
- | 'onBlurCapture'
161
- | 'onChange'
162
- | 'onChangeCapture'
163
- | 'onBeforeInput'
164
- | 'onBeforeInputCapture'
165
- | 'onInput'
166
- | 'onInputCapture'
167
- | 'onReset'
168
- | 'onResetCapture'
169
- | 'onSubmit'
170
- | 'onSubmitCapture'
171
- | 'onInvalid'
172
- | 'onInvalidCapture'
173
- | 'onLoad'
174
- | 'onLoadCapture'
175
- | 'onError'
176
- | 'onErrorCapture'
177
- | 'onKeyDown'
178
- | 'onKeyDownCapture'
179
- | 'onKeyPress'
180
- | 'onKeyPressCapture'
181
- | 'onKeyUp'
182
- | 'onKeyUpCapture'
118
+ | 'data'
119
+ | 'datatype'
120
+ | 'dateTime'
121
+ | 'default'
122
+ | 'defaultChecked'
123
+ | 'defaultValue'
124
+ | 'defer'
125
+ | 'dir'
126
+ | 'disabled'
127
+ | 'download'
128
+ | 'draggable'
129
+ | 'encType'
130
+ | 'form'
131
+ | 'formAction'
132
+ | 'formEncType'
133
+ | 'formMethod'
134
+ | 'formNoValidate'
135
+ | 'formTarget'
136
+ | 'frameBorder'
137
+ | 'headers'
138
+ | 'height'
139
+ | 'hidden'
140
+ | 'high'
141
+ | 'href'
142
+ | 'hrefLang'
143
+ | 'htmlFor'
144
+ | 'httpEquiv'
145
+ | 'id'
146
+ | 'inlist'
147
+ | 'inputMode'
148
+ | 'integrity'
149
+ | 'is'
150
+ | 'itemID'
151
+ | 'itemProp'
152
+ | 'itemRef'
153
+ | 'itemScope'
154
+ | 'itemType'
155
+ | 'key'
156
+ | 'keyParams'
157
+ | 'keyType'
158
+ | 'kind'
159
+ | 'label'
160
+ | 'lang'
161
+ | 'list'
162
+ | 'loop'
163
+ | 'low'
164
+ | 'manifest'
165
+ | 'marginHeight'
166
+ | 'marginWidth'
167
+ | 'max'
168
+ | 'maxLength'
169
+ | 'media'
170
+ | 'mediaGroup'
171
+ | 'method'
172
+ | 'min'
173
+ | 'minLength'
174
+ | 'multiple'
175
+ | 'muted'
176
+ | 'name'
177
+ | 'noValidate'
178
+ | 'nonce'
183
179
  | 'onAbort'
184
180
  | 'onAbortCapture'
181
+ | 'onAnimationEnd'
182
+ | 'onAnimationEndCapture'
183
+ | 'onAnimationIteration'
184
+ | 'onAnimationIterationCapture'
185
+ | 'onAnimationStart'
186
+ | 'onAnimationStartCapture'
187
+ | 'onAuxClick'
188
+ | 'onAuxClickCapture'
189
+ | 'onBeforeInput'
190
+ | 'onBeforeInputCapture'
191
+ | 'onBlur'
192
+ | 'onBlurCapture'
185
193
  | 'onCanPlay'
186
194
  | 'onCanPlayCapture'
187
195
  | 'onCanPlayThrough'
188
196
  | 'onCanPlayThroughCapture'
189
- | 'onDurationChange'
190
- | 'onDurationChangeCapture'
191
- | 'onEmptied'
192
- | 'onEmptiedCapture'
193
- | 'onEncrypted'
194
- | 'onEncryptedCapture'
195
- | 'onEnded'
196
- | 'onEndedCapture'
197
- | 'onLoadedData'
198
- | 'onLoadedDataCapture'
199
- | 'onLoadedMetadata'
200
- | 'onLoadedMetadataCapture'
201
- | 'onLoadStart'
202
- | 'onLoadStartCapture'
203
- | 'onPause'
204
- | 'onPauseCapture'
205
- | 'onPlay'
206
- | 'onPlayCapture'
207
- | 'onPlaying'
208
- | 'onPlayingCapture'
209
- | 'onProgress'
210
- | 'onProgressCapture'
211
- | 'onRateChange'
212
- | 'onRateChangeCapture'
213
- | 'onSeeked'
214
- | 'onSeekedCapture'
215
- | 'onSeeking'
216
- | 'onSeekingCapture'
217
- | 'onStalled'
218
- | 'onStalledCapture'
219
- | 'onSuspend'
220
- | 'onSuspendCapture'
221
- | 'onTimeUpdate'
222
- | 'onTimeUpdateCapture'
223
- | 'onVolumeChange'
224
- | 'onVolumeChangeCapture'
225
- | 'onWaiting'
226
- | 'onWaitingCapture'
227
- | 'onAuxClick'
228
- | 'onAuxClickCapture'
197
+ | 'onChange'
198
+ | 'onChangeCapture'
229
199
  | 'onClick'
230
200
  | 'onClickCapture'
201
+ | 'onCompositionEnd'
202
+ | 'onCompositionEndCapture'
203
+ | 'onCompositionStart'
204
+ | 'onCompositionStartCapture'
205
+ | 'onCompositionUpdate'
206
+ | 'onCompositionUpdateCapture'
231
207
  | 'onContextMenu'
232
208
  | 'onContextMenuCapture'
209
+ | 'onCopy'
210
+ | 'onCopyCapture'
211
+ | 'onCut'
212
+ | 'onCutCapture'
233
213
  | 'onDoubleClick'
234
214
  | 'onDoubleClickCapture'
235
215
  | 'onDrag'
@@ -248,6 +228,40 @@ export const Code: React_2.MemoExoticComponent<
248
228
  | 'onDragStartCapture'
249
229
  | 'onDrop'
250
230
  | 'onDropCapture'
231
+ | 'onDurationChange'
232
+ | 'onDurationChangeCapture'
233
+ | 'onEmptied'
234
+ | 'onEmptiedCapture'
235
+ | 'onEncrypted'
236
+ | 'onEncryptedCapture'
237
+ | 'onEnded'
238
+ | 'onEndedCapture'
239
+ | 'onError'
240
+ | 'onErrorCapture'
241
+ | 'onFocus'
242
+ | 'onFocusCapture'
243
+ | 'onGotPointerCapture'
244
+ | 'onGotPointerCaptureCapture'
245
+ | 'onInput'
246
+ | 'onInputCapture'
247
+ | 'onInvalid'
248
+ | 'onInvalidCapture'
249
+ | 'onKeyDown'
250
+ | 'onKeyDownCapture'
251
+ | 'onKeyPress'
252
+ | 'onKeyPressCapture'
253
+ | 'onKeyUp'
254
+ | 'onKeyUpCapture'
255
+ | 'onLoad'
256
+ | 'onLoadCapture'
257
+ | 'onLoadStart'
258
+ | 'onLoadStartCapture'
259
+ | 'onLoadedData'
260
+ | 'onLoadedDataCapture'
261
+ | 'onLoadedMetadata'
262
+ | 'onLoadedMetadataCapture'
263
+ | 'onLostPointerCapture'
264
+ | 'onLostPointerCaptureCapture'
251
265
  | 'onMouseDown'
252
266
  | 'onMouseDownCapture'
253
267
  | 'onMouseEnter'
@@ -260,132 +274,123 @@ export const Code: React_2.MemoExoticComponent<
260
274
  | 'onMouseOverCapture'
261
275
  | 'onMouseUp'
262
276
  | 'onMouseUpCapture'
263
- | 'onSelect'
264
- | 'onSelectCapture'
265
- | 'onTouchCancel'
266
- | 'onTouchCancelCapture'
267
- | 'onTouchEnd'
268
- | 'onTouchEndCapture'
269
- | 'onTouchMove'
270
- | 'onTouchMoveCapture'
271
- | 'onTouchStart'
272
- | 'onTouchStartCapture'
273
- | 'onPointerDown'
274
- | 'onPointerDownCapture'
275
- | 'onPointerMove'
276
- | 'onPointerMoveCapture'
277
- | 'onPointerUp'
278
- | 'onPointerUpCapture'
277
+ | 'onPaste'
278
+ | 'onPasteCapture'
279
+ | 'onPause'
280
+ | 'onPauseCapture'
281
+ | 'onPlay'
282
+ | 'onPlayCapture'
283
+ | 'onPlaying'
284
+ | 'onPlayingCapture'
279
285
  | 'onPointerCancel'
280
286
  | 'onPointerCancelCapture'
287
+ | 'onPointerDown'
288
+ | 'onPointerDownCapture'
281
289
  | 'onPointerEnter'
282
290
  | 'onPointerEnterCapture'
283
291
  | 'onPointerLeave'
284
292
  | 'onPointerLeaveCapture'
285
- | 'onPointerOver'
286
- | 'onPointerOverCapture'
293
+ | 'onPointerMove'
294
+ | 'onPointerMoveCapture'
287
295
  | 'onPointerOut'
288
296
  | 'onPointerOutCapture'
289
- | 'onGotPointerCapture'
290
- | 'onGotPointerCaptureCapture'
291
- | 'onLostPointerCapture'
292
- | 'onLostPointerCaptureCapture'
297
+ | 'onPointerOver'
298
+ | 'onPointerOverCapture'
299
+ | 'onPointerUp'
300
+ | 'onPointerUpCapture'
301
+ | 'onProgress'
302
+ | 'onProgressCapture'
303
+ | 'onRateChange'
304
+ | 'onRateChangeCapture'
305
+ | 'onReset'
306
+ | 'onResetCapture'
293
307
  | 'onScroll'
294
308
  | 'onScrollCapture'
295
- | 'onWheel'
296
- | 'onWheelCapture'
297
- | 'onAnimationStart'
298
- | 'onAnimationStartCapture'
299
- | 'onAnimationEnd'
300
- | 'onAnimationEndCapture'
301
- | 'onAnimationIteration'
302
- | 'onAnimationIterationCapture'
309
+ | 'onSeeked'
310
+ | 'onSeekedCapture'
311
+ | 'onSeeking'
312
+ | 'onSeekingCapture'
313
+ | 'onSelect'
314
+ | 'onSelectCapture'
315
+ | 'onStalled'
316
+ | 'onStalledCapture'
317
+ | 'onSubmit'
318
+ | 'onSubmitCapture'
319
+ | 'onSuspend'
320
+ | 'onSuspendCapture'
321
+ | 'onTimeUpdate'
322
+ | 'onTimeUpdateCapture'
323
+ | 'onTouchCancel'
324
+ | 'onTouchCancelCapture'
325
+ | 'onTouchEnd'
326
+ | 'onTouchEndCapture'
327
+ | 'onTouchMove'
328
+ | 'onTouchMoveCapture'
329
+ | 'onTouchStart'
330
+ | 'onTouchStartCapture'
303
331
  | 'onTransitionEnd'
304
332
  | 'onTransitionEndCapture'
305
- | 'accept'
306
- | 'acceptCharset'
307
- | 'action'
308
- | 'allowFullScreen'
309
- | 'allowTransparency'
310
- | 'alt'
311
- | 'async'
312
- | 'autoComplete'
313
- | 'autoFocus'
314
- | 'autoPlay'
315
- | 'capture'
316
- | 'cellPadding'
317
- | 'cellSpacing'
318
- | 'charSet'
319
- | 'challenge'
320
- | 'checked'
321
- | 'classID'
322
- | 'cols'
323
- | 'colSpan'
324
- | 'controls'
325
- | 'coords'
326
- | 'crossOrigin'
327
- | 'dateTime'
328
- | 'defer'
329
- | 'download'
330
- | 'encType'
331
- | 'formAction'
332
- | 'formEncType'
333
- | 'formMethod'
334
- | 'formNoValidate'
335
- | 'formTarget'
336
- | 'frameBorder'
337
- | 'headers'
338
- | 'high'
339
- | 'href'
340
- | 'hrefLang'
341
- | 'htmlFor'
342
- | 'httpEquiv'
343
- | 'integrity'
344
- | 'keyParams'
345
- | 'keyType'
346
- | 'kind'
347
- | 'loop'
348
- | 'low'
349
- | 'manifest'
350
- | 'marginHeight'
351
- | 'marginWidth'
352
- | 'max'
353
- | 'maxLength'
354
- | 'media'
355
- | 'mediaGroup'
356
- | 'method'
357
- | 'min'
358
- | 'minLength'
359
- | 'muted'
360
- | 'nonce'
361
- | 'noValidate'
333
+ | 'onVolumeChange'
334
+ | 'onVolumeChangeCapture'
335
+ | 'onWaiting'
336
+ | 'onWaitingCapture'
337
+ | 'onWheel'
338
+ | 'onWheelCapture'
339
+ | 'open'
362
340
  | 'optimum'
341
+ | 'pattern'
342
+ | 'placeholder'
363
343
  | 'playsInline'
364
344
  | 'poster'
345
+ | 'prefix'
365
346
  | 'preload'
347
+ | 'property'
348
+ | 'radioGroup'
366
349
  | 'readOnly'
367
350
  | 'rel'
368
351
  | 'required'
352
+ | 'resource'
353
+ | 'results'
369
354
  | 'reversed'
370
- | 'rows'
355
+ | 'role'
371
356
  | 'rowSpan'
357
+ | 'rows'
372
358
  | 'sandbox'
373
359
  | 'scope'
374
360
  | 'scoped'
375
361
  | 'scrolling'
376
362
  | 'seamless'
363
+ | 'security'
377
364
  | 'selected'
378
365
  | 'shape'
366
+ | 'size'
379
367
  | 'sizes'
368
+ | 'slot'
369
+ | 'span'
370
+ | 'spellCheck'
380
371
  | 'src'
381
372
  | 'srcDoc'
382
373
  | 'srcLang'
383
374
  | 'srcSet'
375
+ | 'start'
376
+ | 'step'
377
+ | 'style'
378
+ | 'summary'
379
+ | 'suppressContentEditableWarning'
380
+ | 'suppressHydrationWarning'
381
+ | 'tabIndex'
384
382
  | 'target'
383
+ | 'testId'
384
+ | 'title'
385
385
  | 'type'
386
+ | 'typeof'
387
+ | 'unselectable'
386
388
  | 'useMap'
387
389
  | 'value'
390
+ | 'vocab'
391
+ | 'width'
388
392
  | 'wmode'
393
+ | 'wrap'
389
394
  > &
390
395
  React_2.RefAttributes<HTMLElement>
391
396
  >
@@ -837,7 +842,9 @@ export const SUPPORTED_LANGUAGES: readonly [
837
842
  ];
838
843
 
839
844
  // @public (undocumented)
840
- export type SupportedLanguages = LanguageName | LanguageAlias;
845
+ export type SupportedLanguages = LanguageAlias | LanguageName;
841
846
 
842
847
  // (No @packageDocumentation comment for this package)
843
848
  ```
849
+
850
+ <!--SECTION END: Main Entry Types-->