@instructure/ui 10.8.1-snapshot-4 → 10.9.0

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/lib/index.js CHANGED
@@ -14,6 +14,7 @@ var _exportNames = {
14
14
  Badge: true,
15
15
  Billboard: true,
16
16
  Breadcrumb: true,
17
+ BreadcrumbLink: true,
17
18
  BaseButton: true,
18
19
  Button: true,
19
20
  CloseButton: true,
@@ -22,6 +23,7 @@ var _exportNames = {
22
23
  ToggleButton: true,
23
24
  Byline: true,
24
25
  Calendar: true,
26
+ CalendarDay: true,
25
27
  Checkbox: true,
26
28
  CheckboxGroup: true,
27
29
  CheckboxFacade: true,
@@ -38,7 +40,12 @@ var _exportNames = {
38
40
  Dialog: true,
39
41
  DrawerLayout: true,
40
42
  DrawerContent: true,
43
+ DrawerTray: true,
41
44
  Drilldown: true,
45
+ DrilldownGroup: true,
46
+ DrilldownOption: true,
47
+ DrilldownPage: true,
48
+ DrilldownSeparator: true,
42
49
  Editable: true,
43
50
  InPlaceEdit: true,
44
51
  Expandable: true,
@@ -52,17 +59,26 @@ var _exportNames = {
52
59
  FormFieldMessages: true,
53
60
  FormFieldLayout: true,
54
61
  FormFieldGroup: true,
62
+ FormPropTypes: true,
55
63
  Grid: true,
56
64
  GridRow: true,
57
65
  GridCol: true,
58
66
  Heading: true,
59
67
  ApplyLocale: true,
60
68
  TextDirectionContext: true,
69
+ ApplyLocaleContext: true,
70
+ textDirectionContextConsumer: true,
71
+ DateTime: true,
72
+ getTextDirection: true,
73
+ I18nPropTypes: true,
74
+ Locale: true,
75
+ DIRECTION: true,
61
76
  Img: true,
62
77
  Link: true,
63
78
  List: true,
64
79
  ListItem: true,
65
80
  InlineList: true,
81
+ InlineListItem: true,
66
82
  Menu: true,
67
83
  MenuItem: true,
68
84
  MenuItemGroup: true,
@@ -70,48 +86,102 @@ var _exportNames = {
70
86
  MetricGroup: true,
71
87
  Metric: true,
72
88
  Modal: true,
89
+ ModalBody: true,
90
+ ModalFooter: true,
91
+ ModalHeader: true,
73
92
  Transition: true,
93
+ transitionTypePropType: true,
94
+ BaseTransition: true,
74
95
  AppNav: true,
96
+ AppNavItem: true,
75
97
  NumberInput: true,
76
98
  Options: true,
99
+ OptionSeparator: true,
100
+ OptionItem: true,
101
+ optionsThemeGenerator: true,
102
+ optionsItemThemeGenerator: true,
103
+ optionsSeparatorThemeGenerator: true,
77
104
  Mask: true,
78
105
  Overlay: true,
79
106
  Pages: true,
107
+ PagesPage: true,
80
108
  Pagination: true,
109
+ PaginationButton: true,
81
110
  Pill: true,
82
111
  Popover: true,
83
112
  Portal: true,
84
113
  Position: true,
114
+ PositionPropTypes: true,
115
+ calculateElementPosition: true,
116
+ executeMirrorFunction: true,
117
+ mirrorHorizontalPlacement: true,
118
+ mirrorPlacement: true,
119
+ parsePlacement: true,
85
120
  ProgressBar: true,
86
121
  ProgressCircle: true,
87
122
  RadioInput: true,
88
123
  RadioInputGroup: true,
89
124
  RangeInput: true,
90
125
  Rating: true,
126
+ RatingIcon: true,
91
127
  Responsive: true,
128
+ ResponsivePropTypes: true,
129
+ addElementQueryMatchListener: true,
130
+ addMediaQueryMatchListener: true,
131
+ parseQuery: true,
132
+ jsonToMediaQuery: true,
92
133
  Select: true,
134
+ SelectGroup: true,
135
+ SelectOption: true,
93
136
  Selectable: true,
94
137
  SideNavBar: true,
138
+ SideNavBarItem: true,
95
139
  SimpleSelect: true,
140
+ SimpleSelectOption: true,
141
+ SimpleSelectGroup: true,
96
142
  SourceCodeEditor: true,
97
143
  Spinner: true,
98
144
  InlineSVG: true,
99
145
  SVGIcon: true,
100
146
  Table: true,
147
+ TableContext: true,
148
+ TableBody: true,
149
+ TableHead: true,
150
+ TableCell: true,
151
+ TableRow: true,
152
+ TableColHeader: true,
153
+ TableRowHeader: true,
101
154
  Tabs: true,
155
+ TabsPanel: true,
156
+ TabsTab: true,
102
157
  Tag: true,
103
158
  Text: true,
104
159
  TextArea: true,
105
160
  TextInput: true,
106
161
  canvas: true,
162
+ canvasThemeLocal: true,
107
163
  canvasHighContrast: true,
164
+ canvasHighContrastThemeLocal: true,
165
+ primitives: true,
166
+ additionalPrimitives: true,
167
+ dataVisualization: true,
108
168
  TimeSelect: true,
109
169
  ToggleDetails: true,
110
170
  ToggleGroup: true,
111
171
  Tooltip: true,
112
172
  TopNavBar: true,
173
+ TopNavBarActionItems: true,
174
+ TopNavBarBrand: true,
175
+ TopNavBarBreadcrumb: true,
176
+ TopNavBarItem: true,
177
+ TopNavBarLayout: true,
178
+ TopNavBarMenuItems: true,
179
+ TopNavBarUser: true,
113
180
  Tray: true,
114
181
  TreeBrowser: true,
182
+ TreeNode: true,
183
+ TreeButton: true,
184
+ TreeCollection: true,
115
185
  TruncateList: true,
116
186
  TruncateText: true,
117
187
  View: true,
@@ -135,12 +205,24 @@ Object.defineProperty(exports, "AppNav", {
135
205
  return _uiNavigation.AppNav;
136
206
  }
137
207
  });
208
+ Object.defineProperty(exports, "AppNavItem", {
209
+ enumerable: true,
210
+ get: function () {
211
+ return _uiNavigation.AppNavItem;
212
+ }
213
+ });
138
214
  Object.defineProperty(exports, "ApplyLocale", {
139
215
  enumerable: true,
140
216
  get: function () {
141
217
  return _uiI18n.ApplyLocale;
142
218
  }
143
219
  });
220
+ Object.defineProperty(exports, "ApplyLocaleContext", {
221
+ enumerable: true,
222
+ get: function () {
223
+ return _uiI18n.ApplyLocaleContext;
224
+ }
225
+ });
144
226
  Object.defineProperty(exports, "Avatar", {
145
227
  enumerable: true,
146
228
  get: function () {
@@ -159,6 +241,12 @@ Object.defineProperty(exports, "BaseButton", {
159
241
  return _uiButtons.BaseButton;
160
242
  }
161
243
  });
244
+ Object.defineProperty(exports, "BaseTransition", {
245
+ enumerable: true,
246
+ get: function () {
247
+ return _uiMotion.BaseTransition;
248
+ }
249
+ });
162
250
  Object.defineProperty(exports, "Billboard", {
163
251
  enumerable: true,
164
252
  get: function () {
@@ -171,6 +259,12 @@ Object.defineProperty(exports, "Breadcrumb", {
171
259
  return _uiBreadcrumb.Breadcrumb;
172
260
  }
173
261
  });
262
+ Object.defineProperty(exports, "BreadcrumbLink", {
263
+ enumerable: true,
264
+ get: function () {
265
+ return _uiBreadcrumb.BreadcrumbLink;
266
+ }
267
+ });
174
268
  Object.defineProperty(exports, "Button", {
175
269
  enumerable: true,
176
270
  get: function () {
@@ -189,6 +283,12 @@ Object.defineProperty(exports, "Calendar", {
189
283
  return _uiCalendar.Calendar;
190
284
  }
191
285
  });
286
+ Object.defineProperty(exports, "CalendarDay", {
287
+ enumerable: true,
288
+ get: function () {
289
+ return _uiCalendar.CalendarDay;
290
+ }
291
+ });
192
292
  Object.defineProperty(exports, "Checkbox", {
193
293
  enumerable: true,
194
294
  get: function () {
@@ -261,6 +361,12 @@ Object.defineProperty(exports, "ContextView", {
261
361
  return _uiView.ContextView;
262
362
  }
263
363
  });
364
+ Object.defineProperty(exports, "DIRECTION", {
365
+ enumerable: true,
366
+ get: function () {
367
+ return _uiI18n.DIRECTION;
368
+ }
369
+ });
264
370
  Object.defineProperty(exports, "DateInput", {
265
371
  enumerable: true,
266
372
  get: function () {
@@ -273,6 +379,12 @@ Object.defineProperty(exports, "DateInput2", {
273
379
  return _uiDateInput.DateInput2;
274
380
  }
275
381
  });
382
+ Object.defineProperty(exports, "DateTime", {
383
+ enumerable: true,
384
+ get: function () {
385
+ return _uiI18n.DateTime;
386
+ }
387
+ });
276
388
  Object.defineProperty(exports, "DateTimeInput", {
277
389
  enumerable: true,
278
390
  get: function () {
@@ -297,12 +409,42 @@ Object.defineProperty(exports, "DrawerLayout", {
297
409
  return _uiDrawerLayout.DrawerLayout;
298
410
  }
299
411
  });
412
+ Object.defineProperty(exports, "DrawerTray", {
413
+ enumerable: true,
414
+ get: function () {
415
+ return _uiDrawerLayout.DrawerTray;
416
+ }
417
+ });
300
418
  Object.defineProperty(exports, "Drilldown", {
301
419
  enumerable: true,
302
420
  get: function () {
303
421
  return _uiDrilldown.Drilldown;
304
422
  }
305
423
  });
424
+ Object.defineProperty(exports, "DrilldownGroup", {
425
+ enumerable: true,
426
+ get: function () {
427
+ return _uiDrilldown.DrilldownGroup;
428
+ }
429
+ });
430
+ Object.defineProperty(exports, "DrilldownOption", {
431
+ enumerable: true,
432
+ get: function () {
433
+ return _uiDrilldown.DrilldownOption;
434
+ }
435
+ });
436
+ Object.defineProperty(exports, "DrilldownPage", {
437
+ enumerable: true,
438
+ get: function () {
439
+ return _uiDrilldown.DrilldownPage;
440
+ }
441
+ });
442
+ Object.defineProperty(exports, "DrilldownSeparator", {
443
+ enumerable: true,
444
+ get: function () {
445
+ return _uiDrilldown.DrilldownSeparator;
446
+ }
447
+ });
306
448
  Object.defineProperty(exports, "Editable", {
307
449
  enumerable: true,
308
450
  get: function () {
@@ -375,6 +517,12 @@ Object.defineProperty(exports, "FormFieldMessages", {
375
517
  return _uiFormField.FormFieldMessages;
376
518
  }
377
519
  });
520
+ Object.defineProperty(exports, "FormPropTypes", {
521
+ enumerable: true,
522
+ get: function () {
523
+ return _uiFormField.FormPropTypes;
524
+ }
525
+ });
378
526
  Object.defineProperty(exports, "Grid", {
379
527
  enumerable: true,
380
528
  get: function () {
@@ -399,6 +547,12 @@ Object.defineProperty(exports, "Heading", {
399
547
  return _uiHeading.Heading;
400
548
  }
401
549
  });
550
+ Object.defineProperty(exports, "I18nPropTypes", {
551
+ enumerable: true,
552
+ get: function () {
553
+ return _uiI18n.I18nPropTypes;
554
+ }
555
+ });
402
556
  Object.defineProperty(exports, "IconButton", {
403
557
  enumerable: true,
404
558
  get: function () {
@@ -423,6 +577,12 @@ Object.defineProperty(exports, "InlineList", {
423
577
  return _uiList.InlineList;
424
578
  }
425
579
  });
580
+ Object.defineProperty(exports, "InlineListItem", {
581
+ enumerable: true,
582
+ get: function () {
583
+ return _uiList.InlineListItem;
584
+ }
585
+ });
426
586
  Object.defineProperty(exports, "InlineSVG", {
427
587
  enumerable: true,
428
588
  get: function () {
@@ -453,6 +613,12 @@ Object.defineProperty(exports, "ListItem", {
453
613
  return _uiList.ListItem;
454
614
  }
455
615
  });
616
+ Object.defineProperty(exports, "Locale", {
617
+ enumerable: true,
618
+ get: function () {
619
+ return _uiI18n.Locale;
620
+ }
621
+ });
456
622
  Object.defineProperty(exports, "Mask", {
457
623
  enumerable: true,
458
624
  get: function () {
@@ -501,12 +667,42 @@ Object.defineProperty(exports, "Modal", {
501
667
  return _uiModal.Modal;
502
668
  }
503
669
  });
670
+ Object.defineProperty(exports, "ModalBody", {
671
+ enumerable: true,
672
+ get: function () {
673
+ return _uiModal.ModalBody;
674
+ }
675
+ });
676
+ Object.defineProperty(exports, "ModalFooter", {
677
+ enumerable: true,
678
+ get: function () {
679
+ return _uiModal.ModalFooter;
680
+ }
681
+ });
682
+ Object.defineProperty(exports, "ModalHeader", {
683
+ enumerable: true,
684
+ get: function () {
685
+ return _uiModal.ModalHeader;
686
+ }
687
+ });
504
688
  Object.defineProperty(exports, "NumberInput", {
505
689
  enumerable: true,
506
690
  get: function () {
507
691
  return _uiNumberInput.NumberInput;
508
692
  }
509
693
  });
694
+ Object.defineProperty(exports, "OptionItem", {
695
+ enumerable: true,
696
+ get: function () {
697
+ return _uiOptions.OptionItem;
698
+ }
699
+ });
700
+ Object.defineProperty(exports, "OptionSeparator", {
701
+ enumerable: true,
702
+ get: function () {
703
+ return _uiOptions.OptionSeparator;
704
+ }
705
+ });
510
706
  Object.defineProperty(exports, "Options", {
511
707
  enumerable: true,
512
708
  get: function () {
@@ -525,12 +721,24 @@ Object.defineProperty(exports, "Pages", {
525
721
  return _uiPages.Pages;
526
722
  }
527
723
  });
724
+ Object.defineProperty(exports, "PagesPage", {
725
+ enumerable: true,
726
+ get: function () {
727
+ return _uiPages.PagesPage;
728
+ }
729
+ });
528
730
  Object.defineProperty(exports, "Pagination", {
529
731
  enumerable: true,
530
732
  get: function () {
531
733
  return _uiPagination.Pagination;
532
734
  }
533
735
  });
736
+ Object.defineProperty(exports, "PaginationButton", {
737
+ enumerable: true,
738
+ get: function () {
739
+ return _uiPagination.PaginationButton;
740
+ }
741
+ });
534
742
  Object.defineProperty(exports, "Pill", {
535
743
  enumerable: true,
536
744
  get: function () {
@@ -555,6 +763,12 @@ Object.defineProperty(exports, "Position", {
555
763
  return _uiPosition.Position;
556
764
  }
557
765
  });
766
+ Object.defineProperty(exports, "PositionPropTypes", {
767
+ enumerable: true,
768
+ get: function () {
769
+ return _uiPosition.PositionPropTypes;
770
+ }
771
+ });
558
772
  Object.defineProperty(exports, "PresentationContent", {
559
773
  enumerable: true,
560
774
  get: function () {
@@ -597,12 +811,24 @@ Object.defineProperty(exports, "Rating", {
597
811
  return _uiRating.Rating;
598
812
  }
599
813
  });
814
+ Object.defineProperty(exports, "RatingIcon", {
815
+ enumerable: true,
816
+ get: function () {
817
+ return _uiRating.RatingIcon;
818
+ }
819
+ });
600
820
  Object.defineProperty(exports, "Responsive", {
601
821
  enumerable: true,
602
822
  get: function () {
603
823
  return _uiResponsive.Responsive;
604
824
  }
605
825
  });
826
+ Object.defineProperty(exports, "ResponsivePropTypes", {
827
+ enumerable: true,
828
+ get: function () {
829
+ return _uiResponsive.ResponsivePropTypes;
830
+ }
831
+ });
606
832
  Object.defineProperty(exports, "SVGIcon", {
607
833
  enumerable: true,
608
834
  get: function () {
@@ -621,6 +847,18 @@ Object.defineProperty(exports, "Select", {
621
847
  return _uiSelect.Select;
622
848
  }
623
849
  });
850
+ Object.defineProperty(exports, "SelectGroup", {
851
+ enumerable: true,
852
+ get: function () {
853
+ return _uiSelect.SelectGroup;
854
+ }
855
+ });
856
+ Object.defineProperty(exports, "SelectOption", {
857
+ enumerable: true,
858
+ get: function () {
859
+ return _uiSelect.SelectOption;
860
+ }
861
+ });
624
862
  Object.defineProperty(exports, "Selectable", {
625
863
  enumerable: true,
626
864
  get: function () {
@@ -633,12 +871,30 @@ Object.defineProperty(exports, "SideNavBar", {
633
871
  return _uiSideNavBar.SideNavBar;
634
872
  }
635
873
  });
874
+ Object.defineProperty(exports, "SideNavBarItem", {
875
+ enumerable: true,
876
+ get: function () {
877
+ return _uiSideNavBar.SideNavBarItem;
878
+ }
879
+ });
636
880
  Object.defineProperty(exports, "SimpleSelect", {
637
881
  enumerable: true,
638
882
  get: function () {
639
883
  return _uiSimpleSelect.SimpleSelect;
640
884
  }
641
885
  });
886
+ Object.defineProperty(exports, "SimpleSelectGroup", {
887
+ enumerable: true,
888
+ get: function () {
889
+ return _uiSimpleSelect.SimpleSelectGroup;
890
+ }
891
+ });
892
+ Object.defineProperty(exports, "SimpleSelectOption", {
893
+ enumerable: true,
894
+ get: function () {
895
+ return _uiSimpleSelect.SimpleSelectOption;
896
+ }
897
+ });
642
898
  Object.defineProperty(exports, "SourceCodeEditor", {
643
899
  enumerable: true,
644
900
  get: function () {
@@ -657,12 +913,66 @@ Object.defineProperty(exports, "Table", {
657
913
  return _uiTable.Table;
658
914
  }
659
915
  });
916
+ Object.defineProperty(exports, "TableBody", {
917
+ enumerable: true,
918
+ get: function () {
919
+ return _uiTable.TableBody;
920
+ }
921
+ });
922
+ Object.defineProperty(exports, "TableCell", {
923
+ enumerable: true,
924
+ get: function () {
925
+ return _uiTable.TableCell;
926
+ }
927
+ });
928
+ Object.defineProperty(exports, "TableColHeader", {
929
+ enumerable: true,
930
+ get: function () {
931
+ return _uiTable.TableColHeader;
932
+ }
933
+ });
934
+ Object.defineProperty(exports, "TableContext", {
935
+ enumerable: true,
936
+ get: function () {
937
+ return _uiTable.TableContext;
938
+ }
939
+ });
940
+ Object.defineProperty(exports, "TableHead", {
941
+ enumerable: true,
942
+ get: function () {
943
+ return _uiTable.TableHead;
944
+ }
945
+ });
946
+ Object.defineProperty(exports, "TableRow", {
947
+ enumerable: true,
948
+ get: function () {
949
+ return _uiTable.TableRow;
950
+ }
951
+ });
952
+ Object.defineProperty(exports, "TableRowHeader", {
953
+ enumerable: true,
954
+ get: function () {
955
+ return _uiTable.TableRowHeader;
956
+ }
957
+ });
660
958
  Object.defineProperty(exports, "Tabs", {
661
959
  enumerable: true,
662
960
  get: function () {
663
961
  return _uiTabs.Tabs;
664
962
  }
665
963
  });
964
+ Object.defineProperty(exports, "TabsPanel", {
965
+ enumerable: true,
966
+ get: function () {
967
+ return _uiTabs.TabsPanel;
968
+ }
969
+ });
970
+ Object.defineProperty(exports, "TabsTab", {
971
+ enumerable: true,
972
+ get: function () {
973
+ return _uiTabs.TabsTab;
974
+ }
975
+ });
666
976
  Object.defineProperty(exports, "Tag", {
667
977
  enumerable: true,
668
978
  get: function () {
@@ -735,6 +1045,48 @@ Object.defineProperty(exports, "TopNavBar", {
735
1045
  return _uiTopNavBar.TopNavBar;
736
1046
  }
737
1047
  });
1048
+ Object.defineProperty(exports, "TopNavBarActionItems", {
1049
+ enumerable: true,
1050
+ get: function () {
1051
+ return _uiTopNavBar.TopNavBarActionItems;
1052
+ }
1053
+ });
1054
+ Object.defineProperty(exports, "TopNavBarBrand", {
1055
+ enumerable: true,
1056
+ get: function () {
1057
+ return _uiTopNavBar.TopNavBarBrand;
1058
+ }
1059
+ });
1060
+ Object.defineProperty(exports, "TopNavBarBreadcrumb", {
1061
+ enumerable: true,
1062
+ get: function () {
1063
+ return _uiTopNavBar.TopNavBarBreadcrumb;
1064
+ }
1065
+ });
1066
+ Object.defineProperty(exports, "TopNavBarItem", {
1067
+ enumerable: true,
1068
+ get: function () {
1069
+ return _uiTopNavBar.TopNavBarItem;
1070
+ }
1071
+ });
1072
+ Object.defineProperty(exports, "TopNavBarLayout", {
1073
+ enumerable: true,
1074
+ get: function () {
1075
+ return _uiTopNavBar.TopNavBarLayout;
1076
+ }
1077
+ });
1078
+ Object.defineProperty(exports, "TopNavBarMenuItems", {
1079
+ enumerable: true,
1080
+ get: function () {
1081
+ return _uiTopNavBar.TopNavBarMenuItems;
1082
+ }
1083
+ });
1084
+ Object.defineProperty(exports, "TopNavBarUser", {
1085
+ enumerable: true,
1086
+ get: function () {
1087
+ return _uiTopNavBar.TopNavBarUser;
1088
+ }
1089
+ });
738
1090
  Object.defineProperty(exports, "Transition", {
739
1091
  enumerable: true,
740
1092
  get: function () {
@@ -753,6 +1105,24 @@ Object.defineProperty(exports, "TreeBrowser", {
753
1105
  return _uiTreeBrowser.TreeBrowser;
754
1106
  }
755
1107
  });
1108
+ Object.defineProperty(exports, "TreeButton", {
1109
+ enumerable: true,
1110
+ get: function () {
1111
+ return _uiTreeBrowser.TreeButton;
1112
+ }
1113
+ });
1114
+ Object.defineProperty(exports, "TreeCollection", {
1115
+ enumerable: true,
1116
+ get: function () {
1117
+ return _uiTreeBrowser.TreeCollection;
1118
+ }
1119
+ });
1120
+ Object.defineProperty(exports, "TreeNode", {
1121
+ enumerable: true,
1122
+ get: function () {
1123
+ return _uiTreeBrowser.TreeNode;
1124
+ }
1125
+ });
756
1126
  Object.defineProperty(exports, "TruncateList", {
757
1127
  enumerable: true,
758
1128
  get: function () {
@@ -771,6 +1141,30 @@ Object.defineProperty(exports, "View", {
771
1141
  return _uiView.View;
772
1142
  }
773
1143
  });
1144
+ Object.defineProperty(exports, "addElementQueryMatchListener", {
1145
+ enumerable: true,
1146
+ get: function () {
1147
+ return _uiResponsive.addElementQueryMatchListener;
1148
+ }
1149
+ });
1150
+ Object.defineProperty(exports, "addMediaQueryMatchListener", {
1151
+ enumerable: true,
1152
+ get: function () {
1153
+ return _uiResponsive.addMediaQueryMatchListener;
1154
+ }
1155
+ });
1156
+ Object.defineProperty(exports, "additionalPrimitives", {
1157
+ enumerable: true,
1158
+ get: function () {
1159
+ return _uiThemes.additionalPrimitives;
1160
+ }
1161
+ });
1162
+ Object.defineProperty(exports, "calculateElementPosition", {
1163
+ enumerable: true,
1164
+ get: function () {
1165
+ return _uiPosition.calculateElementPosition;
1166
+ }
1167
+ });
774
1168
  Object.defineProperty(exports, "canvas", {
775
1169
  enumerable: true,
776
1170
  get: function () {
@@ -783,6 +1177,102 @@ Object.defineProperty(exports, "canvasHighContrast", {
783
1177
  return _uiThemes.canvasHighContrast;
784
1178
  }
785
1179
  });
1180
+ Object.defineProperty(exports, "canvasHighContrastThemeLocal", {
1181
+ enumerable: true,
1182
+ get: function () {
1183
+ return _uiThemes.canvasHighContrastThemeLocal;
1184
+ }
1185
+ });
1186
+ Object.defineProperty(exports, "canvasThemeLocal", {
1187
+ enumerable: true,
1188
+ get: function () {
1189
+ return _uiThemes.canvasThemeLocal;
1190
+ }
1191
+ });
1192
+ Object.defineProperty(exports, "dataVisualization", {
1193
+ enumerable: true,
1194
+ get: function () {
1195
+ return _uiThemes.dataVisualization;
1196
+ }
1197
+ });
1198
+ Object.defineProperty(exports, "executeMirrorFunction", {
1199
+ enumerable: true,
1200
+ get: function () {
1201
+ return _uiPosition.executeMirrorFunction;
1202
+ }
1203
+ });
1204
+ Object.defineProperty(exports, "getTextDirection", {
1205
+ enumerable: true,
1206
+ get: function () {
1207
+ return _uiI18n.getTextDirection;
1208
+ }
1209
+ });
1210
+ Object.defineProperty(exports, "jsonToMediaQuery", {
1211
+ enumerable: true,
1212
+ get: function () {
1213
+ return _uiResponsive.jsonToMediaQuery;
1214
+ }
1215
+ });
1216
+ Object.defineProperty(exports, "mirrorHorizontalPlacement", {
1217
+ enumerable: true,
1218
+ get: function () {
1219
+ return _uiPosition.mirrorHorizontalPlacement;
1220
+ }
1221
+ });
1222
+ Object.defineProperty(exports, "mirrorPlacement", {
1223
+ enumerable: true,
1224
+ get: function () {
1225
+ return _uiPosition.mirrorPlacement;
1226
+ }
1227
+ });
1228
+ Object.defineProperty(exports, "optionsItemThemeGenerator", {
1229
+ enumerable: true,
1230
+ get: function () {
1231
+ return _uiOptions.optionsItemThemeGenerator;
1232
+ }
1233
+ });
1234
+ Object.defineProperty(exports, "optionsSeparatorThemeGenerator", {
1235
+ enumerable: true,
1236
+ get: function () {
1237
+ return _uiOptions.optionsSeparatorThemeGenerator;
1238
+ }
1239
+ });
1240
+ Object.defineProperty(exports, "optionsThemeGenerator", {
1241
+ enumerable: true,
1242
+ get: function () {
1243
+ return _uiOptions.optionsThemeGenerator;
1244
+ }
1245
+ });
1246
+ Object.defineProperty(exports, "parsePlacement", {
1247
+ enumerable: true,
1248
+ get: function () {
1249
+ return _uiPosition.parsePlacement;
1250
+ }
1251
+ });
1252
+ Object.defineProperty(exports, "parseQuery", {
1253
+ enumerable: true,
1254
+ get: function () {
1255
+ return _uiResponsive.parseQuery;
1256
+ }
1257
+ });
1258
+ Object.defineProperty(exports, "primitives", {
1259
+ enumerable: true,
1260
+ get: function () {
1261
+ return _uiThemes.primitives;
1262
+ }
1263
+ });
1264
+ Object.defineProperty(exports, "textDirectionContextConsumer", {
1265
+ enumerable: true,
1266
+ get: function () {
1267
+ return _uiI18n.textDirectionContextConsumer;
1268
+ }
1269
+ });
1270
+ Object.defineProperty(exports, "transitionTypePropType", {
1271
+ enumerable: true,
1272
+ get: function () {
1273
+ return _uiMotion.transitionTypePropType;
1274
+ }
1275
+ });
786
1276
  Object.defineProperty(exports, "withStyle", {
787
1277
  enumerable: true,
788
1278
  get: function () {