@instructure/ui 8.12.1-snapshot.7 → 8.13.1-snapshot.9

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/lib/index.js +134 -134
  3. package/package.json +71 -71
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [8.13.0](https://github.com/instructure/instructure-ui/compare/v8.12.0...v8.13.0) (2021-12-01)
7
+
8
+ **Note:** Version bump only for package @instructure/ui
9
+
6
10
  # [8.12.0](https://github.com/instructure/instructure-ui/compare/v8.11.1...v8.12.0) (2021-11-17)
7
11
 
8
12
  ### Features
package/lib/index.js CHANGED
@@ -110,46 +110,34 @@ var _exportNames = {
110
110
  View: true,
111
111
  ContextView: true
112
112
  };
113
- Object.defineProperty(exports, "EmotionThemeProvider", {
114
- enumerable: true,
115
- get: function () {
116
- return _emotion.EmotionThemeProvider;
117
- }
118
- });
119
- Object.defineProperty(exports, "InstUISettingsProvider", {
120
- enumerable: true,
121
- get: function () {
122
- return _emotion.InstUISettingsProvider;
123
- }
124
- });
125
- Object.defineProperty(exports, "withStyle", {
113
+ Object.defineProperty(exports, "AccessibleContent", {
126
114
  enumerable: true,
127
115
  get: function () {
128
- return _emotion.withStyle;
116
+ return _uiA11yContent.AccessibleContent;
129
117
  }
130
118
  });
131
- Object.defineProperty(exports, "AccessibleContent", {
119
+ Object.defineProperty(exports, "Alert", {
132
120
  enumerable: true,
133
121
  get: function () {
134
- return _uiA11yContent.AccessibleContent;
122
+ return _uiAlerts.Alert;
135
123
  }
136
124
  });
137
- Object.defineProperty(exports, "PresentationContent", {
125
+ Object.defineProperty(exports, "AppNav", {
138
126
  enumerable: true,
139
127
  get: function () {
140
- return _uiA11yContent.PresentationContent;
128
+ return _uiNavigation.AppNav;
141
129
  }
142
130
  });
143
- Object.defineProperty(exports, "ScreenReaderContent", {
131
+ Object.defineProperty(exports, "ApplyLocale", {
144
132
  enumerable: true,
145
133
  get: function () {
146
- return _uiA11yContent.ScreenReaderContent;
134
+ return _uiI18n.ApplyLocale;
147
135
  }
148
136
  });
149
- Object.defineProperty(exports, "Alert", {
137
+ Object.defineProperty(exports, "ApplyTextDirection", {
150
138
  enumerable: true,
151
139
  get: function () {
152
- return _uiAlerts.Alert;
140
+ return _uiI18n.ApplyTextDirection;
153
141
  }
154
142
  });
155
143
  Object.defineProperty(exports, "Avatar", {
@@ -164,52 +152,28 @@ Object.defineProperty(exports, "Badge", {
164
152
  return _uiBadge.Badge;
165
153
  }
166
154
  });
167
- Object.defineProperty(exports, "Billboard", {
168
- enumerable: true,
169
- get: function () {
170
- return _uiBillboard.Billboard;
171
- }
172
- });
173
- Object.defineProperty(exports, "Breadcrumb", {
174
- enumerable: true,
175
- get: function () {
176
- return _uiBreadcrumb.Breadcrumb;
177
- }
178
- });
179
155
  Object.defineProperty(exports, "BaseButton", {
180
156
  enumerable: true,
181
157
  get: function () {
182
158
  return _uiButtons.BaseButton;
183
159
  }
184
160
  });
185
- Object.defineProperty(exports, "Button", {
186
- enumerable: true,
187
- get: function () {
188
- return _uiButtons.Button;
189
- }
190
- });
191
- Object.defineProperty(exports, "CloseButton", {
192
- enumerable: true,
193
- get: function () {
194
- return _uiButtons.CloseButton;
195
- }
196
- });
197
- Object.defineProperty(exports, "CondensedButton", {
161
+ Object.defineProperty(exports, "Billboard", {
198
162
  enumerable: true,
199
163
  get: function () {
200
- return _uiButtons.CondensedButton;
164
+ return _uiBillboard.Billboard;
201
165
  }
202
166
  });
203
- Object.defineProperty(exports, "IconButton", {
167
+ Object.defineProperty(exports, "Breadcrumb", {
204
168
  enumerable: true,
205
169
  get: function () {
206
- return _uiButtons.IconButton;
170
+ return _uiBreadcrumb.Breadcrumb;
207
171
  }
208
172
  });
209
- Object.defineProperty(exports, "ToggleButton", {
173
+ Object.defineProperty(exports, "Button", {
210
174
  enumerable: true,
211
175
  get: function () {
212
- return _uiButtons.ToggleButton;
176
+ return _uiButtons.Button;
213
177
  }
214
178
  });
215
179
  Object.defineProperty(exports, "Byline", {
@@ -230,22 +194,22 @@ Object.defineProperty(exports, "Checkbox", {
230
194
  return _uiCheckbox.Checkbox;
231
195
  }
232
196
  });
233
- Object.defineProperty(exports, "CheckboxGroup", {
197
+ Object.defineProperty(exports, "CheckboxFacade", {
234
198
  enumerable: true,
235
199
  get: function () {
236
- return _uiCheckbox.CheckboxGroup;
200
+ return _uiCheckbox.CheckboxFacade;
237
201
  }
238
202
  });
239
- Object.defineProperty(exports, "CheckboxFacade", {
203
+ Object.defineProperty(exports, "CheckboxGroup", {
240
204
  enumerable: true,
241
205
  get: function () {
242
- return _uiCheckbox.CheckboxFacade;
206
+ return _uiCheckbox.CheckboxGroup;
243
207
  }
244
208
  });
245
- Object.defineProperty(exports, "ToggleFacade", {
209
+ Object.defineProperty(exports, "CloseButton", {
246
210
  enumerable: true,
247
211
  get: function () {
248
- return _uiCheckbox.ToggleFacade;
212
+ return _uiButtons.CloseButton;
249
213
  }
250
214
  });
251
215
  Object.defineProperty(exports, "CodeEditor", {
@@ -254,6 +218,18 @@ Object.defineProperty(exports, "CodeEditor", {
254
218
  return _uiCodeEditor.CodeEditor;
255
219
  }
256
220
  });
221
+ Object.defineProperty(exports, "CondensedButton", {
222
+ enumerable: true,
223
+ get: function () {
224
+ return _uiButtons.CondensedButton;
225
+ }
226
+ });
227
+ Object.defineProperty(exports, "ContextView", {
228
+ enumerable: true,
229
+ get: function () {
230
+ return _uiView.ContextView;
231
+ }
232
+ });
257
233
  Object.defineProperty(exports, "DateInput", {
258
234
  enumerable: true,
259
235
  get: function () {
@@ -272,16 +248,16 @@ Object.defineProperty(exports, "Dialog", {
272
248
  return _uiDialog.Dialog;
273
249
  }
274
250
  });
275
- Object.defineProperty(exports, "DrawerLayout", {
251
+ Object.defineProperty(exports, "DrawerContent", {
276
252
  enumerable: true,
277
253
  get: function () {
278
- return _uiDrawerLayout.DrawerLayout;
254
+ return _uiDrawerLayout.DrawerContent;
279
255
  }
280
256
  });
281
- Object.defineProperty(exports, "DrawerContent", {
257
+ Object.defineProperty(exports, "DrawerLayout", {
282
258
  enumerable: true,
283
259
  get: function () {
284
- return _uiDrawerLayout.DrawerContent;
260
+ return _uiDrawerLayout.DrawerLayout;
285
261
  }
286
262
  });
287
263
  Object.defineProperty(exports, "Editable", {
@@ -290,10 +266,10 @@ Object.defineProperty(exports, "Editable", {
290
266
  return _uiEditable.Editable;
291
267
  }
292
268
  });
293
- Object.defineProperty(exports, "InPlaceEdit", {
269
+ Object.defineProperty(exports, "EmotionThemeProvider", {
294
270
  enumerable: true,
295
271
  get: function () {
296
- return _uiEditable.InPlaceEdit;
272
+ return _emotion.EmotionThemeProvider;
297
273
  }
298
274
  });
299
275
  Object.defineProperty(exports, "Expandable", {
@@ -332,12 +308,24 @@ Object.defineProperty(exports, "FormField", {
332
308
  return _uiFormField.FormField;
333
309
  }
334
310
  });
311
+ Object.defineProperty(exports, "FormFieldGroup", {
312
+ enumerable: true,
313
+ get: function () {
314
+ return _uiFormField.FormFieldGroup;
315
+ }
316
+ });
335
317
  Object.defineProperty(exports, "FormFieldLabel", {
336
318
  enumerable: true,
337
319
  get: function () {
338
320
  return _uiFormField.FormFieldLabel;
339
321
  }
340
322
  });
323
+ Object.defineProperty(exports, "FormFieldLayout", {
324
+ enumerable: true,
325
+ get: function () {
326
+ return _uiFormField.FormFieldLayout;
327
+ }
328
+ });
341
329
  Object.defineProperty(exports, "FormFieldMessage", {
342
330
  enumerable: true,
343
331
  get: function () {
@@ -350,64 +338,64 @@ Object.defineProperty(exports, "FormFieldMessages", {
350
338
  return _uiFormField.FormFieldMessages;
351
339
  }
352
340
  });
353
- Object.defineProperty(exports, "FormFieldLayout", {
341
+ Object.defineProperty(exports, "Grid", {
354
342
  enumerable: true,
355
343
  get: function () {
356
- return _uiFormField.FormFieldLayout;
344
+ return _uiGrid.Grid;
357
345
  }
358
346
  });
359
- Object.defineProperty(exports, "FormFieldGroup", {
347
+ Object.defineProperty(exports, "GridCol", {
360
348
  enumerable: true,
361
349
  get: function () {
362
- return _uiFormField.FormFieldGroup;
350
+ return _uiGrid.GridCol;
363
351
  }
364
352
  });
365
- Object.defineProperty(exports, "Grid", {
353
+ Object.defineProperty(exports, "GridRow", {
366
354
  enumerable: true,
367
355
  get: function () {
368
- return _uiGrid.Grid;
356
+ return _uiGrid.GridRow;
369
357
  }
370
358
  });
371
- Object.defineProperty(exports, "GridRow", {
359
+ Object.defineProperty(exports, "Heading", {
372
360
  enumerable: true,
373
361
  get: function () {
374
- return _uiGrid.GridRow;
362
+ return _uiHeading.Heading;
375
363
  }
376
364
  });
377
- Object.defineProperty(exports, "GridCol", {
365
+ Object.defineProperty(exports, "IconButton", {
378
366
  enumerable: true,
379
367
  get: function () {
380
- return _uiGrid.GridCol;
368
+ return _uiButtons.IconButton;
381
369
  }
382
370
  });
383
- Object.defineProperty(exports, "Heading", {
371
+ Object.defineProperty(exports, "Img", {
384
372
  enumerable: true,
385
373
  get: function () {
386
- return _uiHeading.Heading;
374
+ return _uiImg.Img;
387
375
  }
388
376
  });
389
- Object.defineProperty(exports, "ApplyLocale", {
377
+ Object.defineProperty(exports, "InPlaceEdit", {
390
378
  enumerable: true,
391
379
  get: function () {
392
- return _uiI18n.ApplyLocale;
380
+ return _uiEditable.InPlaceEdit;
393
381
  }
394
382
  });
395
- Object.defineProperty(exports, "ApplyTextDirection", {
383
+ Object.defineProperty(exports, "InlineList", {
396
384
  enumerable: true,
397
385
  get: function () {
398
- return _uiI18n.ApplyTextDirection;
386
+ return _uiList.InlineList;
399
387
  }
400
388
  });
401
- Object.defineProperty(exports, "TextDirectionContext", {
389
+ Object.defineProperty(exports, "InlineSVG", {
402
390
  enumerable: true,
403
391
  get: function () {
404
- return _uiI18n.TextDirectionContext;
392
+ return _uiSvgImages.InlineSVG;
405
393
  }
406
394
  });
407
- Object.defineProperty(exports, "Img", {
395
+ Object.defineProperty(exports, "InstUISettingsProvider", {
408
396
  enumerable: true,
409
397
  get: function () {
410
- return _uiImg.Img;
398
+ return _emotion.InstUISettingsProvider;
411
399
  }
412
400
  });
413
401
  Object.defineProperty(exports, "Link", {
@@ -428,10 +416,10 @@ Object.defineProperty(exports, "ListItem", {
428
416
  return _uiList.ListItem;
429
417
  }
430
418
  });
431
- Object.defineProperty(exports, "InlineList", {
419
+ Object.defineProperty(exports, "Mask", {
432
420
  enumerable: true,
433
421
  get: function () {
434
- return _uiList.InlineList;
422
+ return _uiOverlays.Mask;
435
423
  }
436
424
  });
437
425
  Object.defineProperty(exports, "Menu", {
@@ -458,28 +446,22 @@ Object.defineProperty(exports, "MenuItemSeparator", {
458
446
  return _uiMenu.MenuItemSeparator;
459
447
  }
460
448
  });
461
- Object.defineProperty(exports, "MetricGroup", {
462
- enumerable: true,
463
- get: function () {
464
- return _uiMetric.MetricGroup;
465
- }
466
- });
467
449
  Object.defineProperty(exports, "Metric", {
468
450
  enumerable: true,
469
451
  get: function () {
470
452
  return _uiMetric.Metric;
471
453
  }
472
454
  });
473
- Object.defineProperty(exports, "Modal", {
455
+ Object.defineProperty(exports, "MetricGroup", {
474
456
  enumerable: true,
475
457
  get: function () {
476
- return _uiModal.Modal;
458
+ return _uiMetric.MetricGroup;
477
459
  }
478
460
  });
479
- Object.defineProperty(exports, "Transition", {
461
+ Object.defineProperty(exports, "Modal", {
480
462
  enumerable: true,
481
463
  get: function () {
482
- return _uiMotion.Transition;
464
+ return _uiModal.Modal;
483
465
  }
484
466
  });
485
467
  Object.defineProperty(exports, "Navigation", {
@@ -488,12 +470,6 @@ Object.defineProperty(exports, "Navigation", {
488
470
  return _uiNavigation.Navigation;
489
471
  }
490
472
  });
491
- Object.defineProperty(exports, "AppNav", {
492
- enumerable: true,
493
- get: function () {
494
- return _uiNavigation.AppNav;
495
- }
496
- });
497
473
  Object.defineProperty(exports, "NumberInput", {
498
474
  enumerable: true,
499
475
  get: function () {
@@ -506,12 +482,6 @@ Object.defineProperty(exports, "Options", {
506
482
  return _uiOptions.Options;
507
483
  }
508
484
  });
509
- Object.defineProperty(exports, "Mask", {
510
- enumerable: true,
511
- get: function () {
512
- return _uiOverlays.Mask;
513
- }
514
- });
515
485
  Object.defineProperty(exports, "Overlay", {
516
486
  enumerable: true,
517
487
  get: function () {
@@ -554,6 +524,12 @@ Object.defineProperty(exports, "Position", {
554
524
  return _uiPosition.Position;
555
525
  }
556
526
  });
527
+ Object.defineProperty(exports, "PresentationContent", {
528
+ enumerable: true,
529
+ get: function () {
530
+ return _uiA11yContent.PresentationContent;
531
+ }
532
+ });
557
533
  Object.defineProperty(exports, "ProgressBar", {
558
534
  enumerable: true,
559
535
  get: function () {
@@ -596,40 +572,40 @@ Object.defineProperty(exports, "Responsive", {
596
572
  return _uiResponsive.Responsive;
597
573
  }
598
574
  });
599
- Object.defineProperty(exports, "Select", {
575
+ Object.defineProperty(exports, "SVGIcon", {
600
576
  enumerable: true,
601
577
  get: function () {
602
- return _uiSelect.Select;
578
+ return _uiSvgImages.SVGIcon;
603
579
  }
604
580
  });
605
- Object.defineProperty(exports, "Selectable", {
581
+ Object.defineProperty(exports, "ScreenReaderContent", {
606
582
  enumerable: true,
607
583
  get: function () {
608
- return _uiSelectable.Selectable;
584
+ return _uiA11yContent.ScreenReaderContent;
609
585
  }
610
586
  });
611
- Object.defineProperty(exports, "SimpleSelect", {
587
+ Object.defineProperty(exports, "Select", {
612
588
  enumerable: true,
613
589
  get: function () {
614
- return _uiSimpleSelect.SimpleSelect;
590
+ return _uiSelect.Select;
615
591
  }
616
592
  });
617
- Object.defineProperty(exports, "Spinner", {
593
+ Object.defineProperty(exports, "Selectable", {
618
594
  enumerable: true,
619
595
  get: function () {
620
- return _uiSpinner.Spinner;
596
+ return _uiSelectable.Selectable;
621
597
  }
622
598
  });
623
- Object.defineProperty(exports, "InlineSVG", {
599
+ Object.defineProperty(exports, "SimpleSelect", {
624
600
  enumerable: true,
625
601
  get: function () {
626
- return _uiSvgImages.InlineSVG;
602
+ return _uiSimpleSelect.SimpleSelect;
627
603
  }
628
604
  });
629
- Object.defineProperty(exports, "SVGIcon", {
605
+ Object.defineProperty(exports, "Spinner", {
630
606
  enumerable: true,
631
607
  get: function () {
632
- return _uiSvgImages.SVGIcon;
608
+ return _uiSpinner.Spinner;
633
609
  }
634
610
  });
635
611
  Object.defineProperty(exports, "Table", {
@@ -662,40 +638,40 @@ Object.defineProperty(exports, "TextArea", {
662
638
  return _uiTextArea.TextArea;
663
639
  }
664
640
  });
665
- Object.defineProperty(exports, "TextInput", {
641
+ Object.defineProperty(exports, "TextDirectionContext", {
666
642
  enumerable: true,
667
643
  get: function () {
668
- return _uiTextInput.TextInput;
644
+ return _uiI18n.TextDirectionContext;
669
645
  }
670
646
  });
671
- Object.defineProperty(exports, "canvas", {
647
+ Object.defineProperty(exports, "TextInput", {
672
648
  enumerable: true,
673
649
  get: function () {
674
- return _uiThemes.canvas;
650
+ return _uiTextInput.TextInput;
675
651
  }
676
652
  });
677
- Object.defineProperty(exports, "canvasHighContrast", {
653
+ Object.defineProperty(exports, "TimeSelect", {
678
654
  enumerable: true,
679
655
  get: function () {
680
- return _uiThemes.canvasHighContrast;
656
+ return _uiTimeSelect.TimeSelect;
681
657
  }
682
658
  });
683
- Object.defineProperty(exports, "instructure", {
659
+ Object.defineProperty(exports, "ToggleButton", {
684
660
  enumerable: true,
685
661
  get: function () {
686
- return _uiThemes.instructure;
662
+ return _uiButtons.ToggleButton;
687
663
  }
688
664
  });
689
- Object.defineProperty(exports, "TimeSelect", {
665
+ Object.defineProperty(exports, "ToggleDetails", {
690
666
  enumerable: true,
691
667
  get: function () {
692
- return _uiTimeSelect.TimeSelect;
668
+ return _uiToggleDetails.ToggleDetails;
693
669
  }
694
670
  });
695
- Object.defineProperty(exports, "ToggleDetails", {
671
+ Object.defineProperty(exports, "ToggleFacade", {
696
672
  enumerable: true,
697
673
  get: function () {
698
- return _uiToggleDetails.ToggleDetails;
674
+ return _uiCheckbox.ToggleFacade;
699
675
  }
700
676
  });
701
677
  Object.defineProperty(exports, "ToggleGroup", {
@@ -710,6 +686,12 @@ Object.defineProperty(exports, "Tooltip", {
710
686
  return _uiTooltip.Tooltip;
711
687
  }
712
688
  });
689
+ Object.defineProperty(exports, "Transition", {
690
+ enumerable: true,
691
+ get: function () {
692
+ return _uiMotion.Transition;
693
+ }
694
+ });
713
695
  Object.defineProperty(exports, "Tray", {
714
696
  enumerable: true,
715
697
  get: function () {
@@ -734,10 +716,28 @@ Object.defineProperty(exports, "View", {
734
716
  return _uiView.View;
735
717
  }
736
718
  });
737
- Object.defineProperty(exports, "ContextView", {
719
+ Object.defineProperty(exports, "canvas", {
738
720
  enumerable: true,
739
721
  get: function () {
740
- return _uiView.ContextView;
722
+ return _uiThemes.canvas;
723
+ }
724
+ });
725
+ Object.defineProperty(exports, "canvasHighContrast", {
726
+ enumerable: true,
727
+ get: function () {
728
+ return _uiThemes.canvasHighContrast;
729
+ }
730
+ });
731
+ Object.defineProperty(exports, "instructure", {
732
+ enumerable: true,
733
+ get: function () {
734
+ return _uiThemes.instructure;
735
+ }
736
+ });
737
+ Object.defineProperty(exports, "withStyle", {
738
+ enumerable: true,
739
+ get: function () {
740
+ return _emotion.withStyle;
741
741
  }
742
742
  });
743
743
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui",
3
- "version": "8.12.1-snapshot.7+1e7ac8219",
3
+ "version": "8.13.1-snapshot.9+f32ba918e",
4
4
  "description": "A meta package exporting all UI components",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "type": "commonjs",
@@ -25,81 +25,81 @@
25
25
  "license": "MIT",
26
26
  "dependencies": {
27
27
  "@babel/runtime": "^7.13.10",
28
- "@instructure/emotion": "8.12.1-snapshot.7+1e7ac8219",
29
- "@instructure/ui-a11y-content": "8.12.1-snapshot.7+1e7ac8219",
30
- "@instructure/ui-alerts": "8.12.1-snapshot.7+1e7ac8219",
31
- "@instructure/ui-avatar": "8.12.1-snapshot.7+1e7ac8219",
32
- "@instructure/ui-badge": "8.12.1-snapshot.7+1e7ac8219",
33
- "@instructure/ui-billboard": "8.12.1-snapshot.7+1e7ac8219",
34
- "@instructure/ui-breadcrumb": "8.12.1-snapshot.7+1e7ac8219",
35
- "@instructure/ui-buttons": "8.12.1-snapshot.7+1e7ac8219",
36
- "@instructure/ui-byline": "8.12.1-snapshot.7+1e7ac8219",
37
- "@instructure/ui-calendar": "8.12.1-snapshot.7+1e7ac8219",
38
- "@instructure/ui-checkbox": "8.12.1-snapshot.7+1e7ac8219",
39
- "@instructure/ui-code-editor": "8.12.1-snapshot.7+1e7ac8219",
40
- "@instructure/ui-date-input": "8.12.1-snapshot.7+1e7ac8219",
41
- "@instructure/ui-date-time-input": "8.12.1-snapshot.7+1e7ac8219",
42
- "@instructure/ui-dialog": "8.12.1-snapshot.7+1e7ac8219",
43
- "@instructure/ui-drawer-layout": "8.12.1-snapshot.7+1e7ac8219",
44
- "@instructure/ui-editable": "8.12.1-snapshot.7+1e7ac8219",
45
- "@instructure/ui-expandable": "8.12.1-snapshot.7+1e7ac8219",
46
- "@instructure/ui-file-drop": "8.12.1-snapshot.7+1e7ac8219",
47
- "@instructure/ui-flex": "8.12.1-snapshot.7+1e7ac8219",
48
- "@instructure/ui-focusable": "8.12.1-snapshot.7+1e7ac8219",
49
- "@instructure/ui-form-field": "8.12.1-snapshot.7+1e7ac8219",
50
- "@instructure/ui-grid": "8.12.1-snapshot.7+1e7ac8219",
51
- "@instructure/ui-heading": "8.12.1-snapshot.7+1e7ac8219",
52
- "@instructure/ui-i18n": "8.12.1-snapshot.7+1e7ac8219",
53
- "@instructure/ui-icons": "8.12.1-snapshot.7+1e7ac8219",
54
- "@instructure/ui-img": "8.12.1-snapshot.7+1e7ac8219",
55
- "@instructure/ui-link": "8.12.1-snapshot.7+1e7ac8219",
56
- "@instructure/ui-list": "8.12.1-snapshot.7+1e7ac8219",
57
- "@instructure/ui-menu": "8.12.1-snapshot.7+1e7ac8219",
58
- "@instructure/ui-metric": "8.12.1-snapshot.7+1e7ac8219",
59
- "@instructure/ui-modal": "8.12.1-snapshot.7+1e7ac8219",
60
- "@instructure/ui-motion": "8.12.1-snapshot.7+1e7ac8219",
61
- "@instructure/ui-navigation": "8.12.1-snapshot.7+1e7ac8219",
62
- "@instructure/ui-number-input": "8.12.1-snapshot.7+1e7ac8219",
63
- "@instructure/ui-options": "8.12.1-snapshot.7+1e7ac8219",
64
- "@instructure/ui-overlays": "8.12.1-snapshot.7+1e7ac8219",
65
- "@instructure/ui-pages": "8.12.1-snapshot.7+1e7ac8219",
66
- "@instructure/ui-pagination": "8.12.1-snapshot.7+1e7ac8219",
67
- "@instructure/ui-pill": "8.12.1-snapshot.7+1e7ac8219",
68
- "@instructure/ui-popover": "8.12.1-snapshot.7+1e7ac8219",
69
- "@instructure/ui-portal": "8.12.1-snapshot.7+1e7ac8219",
70
- "@instructure/ui-position": "8.12.1-snapshot.7+1e7ac8219",
71
- "@instructure/ui-progress": "8.12.1-snapshot.7+1e7ac8219",
72
- "@instructure/ui-radio-input": "8.12.1-snapshot.7+1e7ac8219",
73
- "@instructure/ui-range-input": "8.12.1-snapshot.7+1e7ac8219",
74
- "@instructure/ui-rating": "8.12.1-snapshot.7+1e7ac8219",
75
- "@instructure/ui-responsive": "8.12.1-snapshot.7+1e7ac8219",
76
- "@instructure/ui-select": "8.12.1-snapshot.7+1e7ac8219",
77
- "@instructure/ui-selectable": "8.12.1-snapshot.7+1e7ac8219",
78
- "@instructure/ui-simple-select": "8.12.1-snapshot.7+1e7ac8219",
79
- "@instructure/ui-spinner": "8.12.1-snapshot.7+1e7ac8219",
80
- "@instructure/ui-svg-images": "8.12.1-snapshot.7+1e7ac8219",
81
- "@instructure/ui-table": "8.12.1-snapshot.7+1e7ac8219",
82
- "@instructure/ui-tabs": "8.12.1-snapshot.7+1e7ac8219",
83
- "@instructure/ui-tag": "8.12.1-snapshot.7+1e7ac8219",
84
- "@instructure/ui-text": "8.12.1-snapshot.7+1e7ac8219",
85
- "@instructure/ui-text-area": "8.12.1-snapshot.7+1e7ac8219",
86
- "@instructure/ui-text-input": "8.12.1-snapshot.7+1e7ac8219",
87
- "@instructure/ui-themes": "8.12.1-snapshot.7+1e7ac8219",
88
- "@instructure/ui-time-select": "8.12.1-snapshot.7+1e7ac8219",
89
- "@instructure/ui-toggle-details": "8.12.1-snapshot.7+1e7ac8219",
90
- "@instructure/ui-tooltip": "8.12.1-snapshot.7+1e7ac8219",
91
- "@instructure/ui-tray": "8.12.1-snapshot.7+1e7ac8219",
92
- "@instructure/ui-tree-browser": "8.12.1-snapshot.7+1e7ac8219",
93
- "@instructure/ui-truncate-text": "8.12.1-snapshot.7+1e7ac8219",
94
- "@instructure/ui-view": "8.12.1-snapshot.7+1e7ac8219"
28
+ "@instructure/emotion": "8.13.1-snapshot.9+f32ba918e",
29
+ "@instructure/ui-a11y-content": "8.13.1-snapshot.9+f32ba918e",
30
+ "@instructure/ui-alerts": "8.13.1-snapshot.9+f32ba918e",
31
+ "@instructure/ui-avatar": "8.13.1-snapshot.9+f32ba918e",
32
+ "@instructure/ui-badge": "8.13.1-snapshot.9+f32ba918e",
33
+ "@instructure/ui-billboard": "8.13.1-snapshot.9+f32ba918e",
34
+ "@instructure/ui-breadcrumb": "8.13.1-snapshot.9+f32ba918e",
35
+ "@instructure/ui-buttons": "8.13.1-snapshot.9+f32ba918e",
36
+ "@instructure/ui-byline": "8.13.1-snapshot.9+f32ba918e",
37
+ "@instructure/ui-calendar": "8.13.1-snapshot.9+f32ba918e",
38
+ "@instructure/ui-checkbox": "8.13.1-snapshot.9+f32ba918e",
39
+ "@instructure/ui-code-editor": "8.13.1-snapshot.9+f32ba918e",
40
+ "@instructure/ui-date-input": "8.13.1-snapshot.9+f32ba918e",
41
+ "@instructure/ui-date-time-input": "8.13.1-snapshot.9+f32ba918e",
42
+ "@instructure/ui-dialog": "8.13.1-snapshot.9+f32ba918e",
43
+ "@instructure/ui-drawer-layout": "8.13.1-snapshot.9+f32ba918e",
44
+ "@instructure/ui-editable": "8.13.1-snapshot.9+f32ba918e",
45
+ "@instructure/ui-expandable": "8.13.1-snapshot.9+f32ba918e",
46
+ "@instructure/ui-file-drop": "8.13.1-snapshot.9+f32ba918e",
47
+ "@instructure/ui-flex": "8.13.1-snapshot.9+f32ba918e",
48
+ "@instructure/ui-focusable": "8.13.1-snapshot.9+f32ba918e",
49
+ "@instructure/ui-form-field": "8.13.1-snapshot.9+f32ba918e",
50
+ "@instructure/ui-grid": "8.13.1-snapshot.9+f32ba918e",
51
+ "@instructure/ui-heading": "8.13.1-snapshot.9+f32ba918e",
52
+ "@instructure/ui-i18n": "8.13.1-snapshot.9+f32ba918e",
53
+ "@instructure/ui-icons": "8.13.1-snapshot.9+f32ba918e",
54
+ "@instructure/ui-img": "8.13.1-snapshot.9+f32ba918e",
55
+ "@instructure/ui-link": "8.13.1-snapshot.9+f32ba918e",
56
+ "@instructure/ui-list": "8.13.1-snapshot.9+f32ba918e",
57
+ "@instructure/ui-menu": "8.13.1-snapshot.9+f32ba918e",
58
+ "@instructure/ui-metric": "8.13.1-snapshot.9+f32ba918e",
59
+ "@instructure/ui-modal": "8.13.1-snapshot.9+f32ba918e",
60
+ "@instructure/ui-motion": "8.13.1-snapshot.9+f32ba918e",
61
+ "@instructure/ui-navigation": "8.13.1-snapshot.9+f32ba918e",
62
+ "@instructure/ui-number-input": "8.13.1-snapshot.9+f32ba918e",
63
+ "@instructure/ui-options": "8.13.1-snapshot.9+f32ba918e",
64
+ "@instructure/ui-overlays": "8.13.1-snapshot.9+f32ba918e",
65
+ "@instructure/ui-pages": "8.13.1-snapshot.9+f32ba918e",
66
+ "@instructure/ui-pagination": "8.13.1-snapshot.9+f32ba918e",
67
+ "@instructure/ui-pill": "8.13.1-snapshot.9+f32ba918e",
68
+ "@instructure/ui-popover": "8.13.1-snapshot.9+f32ba918e",
69
+ "@instructure/ui-portal": "8.13.1-snapshot.9+f32ba918e",
70
+ "@instructure/ui-position": "8.13.1-snapshot.9+f32ba918e",
71
+ "@instructure/ui-progress": "8.13.1-snapshot.9+f32ba918e",
72
+ "@instructure/ui-radio-input": "8.13.1-snapshot.9+f32ba918e",
73
+ "@instructure/ui-range-input": "8.13.1-snapshot.9+f32ba918e",
74
+ "@instructure/ui-rating": "8.13.1-snapshot.9+f32ba918e",
75
+ "@instructure/ui-responsive": "8.13.1-snapshot.9+f32ba918e",
76
+ "@instructure/ui-select": "8.13.1-snapshot.9+f32ba918e",
77
+ "@instructure/ui-selectable": "8.13.1-snapshot.9+f32ba918e",
78
+ "@instructure/ui-simple-select": "8.13.1-snapshot.9+f32ba918e",
79
+ "@instructure/ui-spinner": "8.13.1-snapshot.9+f32ba918e",
80
+ "@instructure/ui-svg-images": "8.13.1-snapshot.9+f32ba918e",
81
+ "@instructure/ui-table": "8.13.1-snapshot.9+f32ba918e",
82
+ "@instructure/ui-tabs": "8.13.1-snapshot.9+f32ba918e",
83
+ "@instructure/ui-tag": "8.13.1-snapshot.9+f32ba918e",
84
+ "@instructure/ui-text": "8.13.1-snapshot.9+f32ba918e",
85
+ "@instructure/ui-text-area": "8.13.1-snapshot.9+f32ba918e",
86
+ "@instructure/ui-text-input": "8.13.1-snapshot.9+f32ba918e",
87
+ "@instructure/ui-themes": "8.13.1-snapshot.9+f32ba918e",
88
+ "@instructure/ui-time-select": "8.13.1-snapshot.9+f32ba918e",
89
+ "@instructure/ui-toggle-details": "8.13.1-snapshot.9+f32ba918e",
90
+ "@instructure/ui-tooltip": "8.13.1-snapshot.9+f32ba918e",
91
+ "@instructure/ui-tray": "8.13.1-snapshot.9+f32ba918e",
92
+ "@instructure/ui-tree-browser": "8.13.1-snapshot.9+f32ba918e",
93
+ "@instructure/ui-truncate-text": "8.13.1-snapshot.9+f32ba918e",
94
+ "@instructure/ui-view": "8.13.1-snapshot.9+f32ba918e"
95
95
  },
96
96
  "devDependencies": {
97
- "@instructure/ui-babel-preset": "8.12.1-snapshot.7+1e7ac8219",
98
- "@instructure/ui-test-utils": "8.12.1-snapshot.7+1e7ac8219"
97
+ "@instructure/ui-babel-preset": "8.13.1-snapshot.9+f32ba918e",
98
+ "@instructure/ui-test-utils": "8.13.1-snapshot.9+f32ba918e"
99
99
  },
100
100
  "publishConfig": {
101
101
  "access": "public"
102
102
  },
103
103
  "sideEffects": false,
104
- "gitHead": "1e7ac821932a91fe9ef761c96f747c7ea1f3925a"
104
+ "gitHead": "f32ba918e4d3ce76c6ee95c856584d00a9d80958"
105
105
  }