@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/CHANGELOG.md +5 -2
- package/es/index.js +24 -24
- package/lib/index.js +490 -0
- package/package.json +75 -75
- package/src/index.ts +378 -25
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/index.d.ts +94 -24
- package/types/index.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.9.0",
|
|
4
4
|
"description": "A meta package exporting all UI components",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -24,82 +24,82 @@
|
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@babel/runtime": "^7.26.0",
|
|
27
|
-
"@instructure/emotion": "10.
|
|
28
|
-
"@instructure/ui-a11y-content": "10.
|
|
29
|
-
"@instructure/ui-alerts": "10.
|
|
30
|
-
"@instructure/ui-avatar": "10.
|
|
31
|
-
"@instructure/ui-badge": "10.
|
|
32
|
-
"@instructure/ui-billboard": "10.
|
|
33
|
-
"@instructure/ui-breadcrumb": "10.
|
|
34
|
-
"@instructure/ui-buttons": "10.
|
|
35
|
-
"@instructure/ui-byline": "10.
|
|
36
|
-
"@instructure/ui-calendar": "10.
|
|
37
|
-
"@instructure/ui-checkbox": "10.
|
|
38
|
-
"@instructure/ui-code-editor": "10.
|
|
39
|
-
"@instructure/ui-color-picker": "10.
|
|
40
|
-
"@instructure/ui-date-input": "10.
|
|
41
|
-
"@instructure/ui-date-time-input": "10.
|
|
42
|
-
"@instructure/ui-dialog": "10.
|
|
43
|
-
"@instructure/ui-drawer-layout": "10.
|
|
44
|
-
"@instructure/ui-drilldown": "10.
|
|
45
|
-
"@instructure/ui-editable": "10.
|
|
46
|
-
"@instructure/ui-expandable": "10.
|
|
47
|
-
"@instructure/ui-file-drop": "10.
|
|
48
|
-
"@instructure/ui-flex": "10.
|
|
49
|
-
"@instructure/ui-focusable": "10.
|
|
50
|
-
"@instructure/ui-form-field": "10.
|
|
51
|
-
"@instructure/ui-grid": "10.
|
|
52
|
-
"@instructure/ui-heading": "10.
|
|
53
|
-
"@instructure/ui-i18n": "10.
|
|
54
|
-
"@instructure/ui-icons": "10.
|
|
55
|
-
"@instructure/ui-img": "10.
|
|
56
|
-
"@instructure/ui-link": "10.
|
|
57
|
-
"@instructure/ui-list": "10.
|
|
58
|
-
"@instructure/ui-menu": "10.
|
|
59
|
-
"@instructure/ui-metric": "10.
|
|
60
|
-
"@instructure/ui-modal": "10.
|
|
61
|
-
"@instructure/ui-motion": "10.
|
|
62
|
-
"@instructure/ui-navigation": "10.
|
|
63
|
-
"@instructure/ui-number-input": "10.
|
|
64
|
-
"@instructure/ui-options": "10.
|
|
65
|
-
"@instructure/ui-overlays": "10.
|
|
66
|
-
"@instructure/ui-pages": "10.
|
|
67
|
-
"@instructure/ui-pagination": "10.
|
|
68
|
-
"@instructure/ui-pill": "10.
|
|
69
|
-
"@instructure/ui-popover": "10.
|
|
70
|
-
"@instructure/ui-portal": "10.
|
|
71
|
-
"@instructure/ui-position": "10.
|
|
72
|
-
"@instructure/ui-progress": "10.
|
|
73
|
-
"@instructure/ui-radio-input": "10.
|
|
74
|
-
"@instructure/ui-range-input": "10.
|
|
75
|
-
"@instructure/ui-rating": "10.
|
|
76
|
-
"@instructure/ui-responsive": "10.
|
|
77
|
-
"@instructure/ui-select": "10.
|
|
78
|
-
"@instructure/ui-selectable": "10.
|
|
79
|
-
"@instructure/ui-side-nav-bar": "10.
|
|
80
|
-
"@instructure/ui-simple-select": "10.
|
|
81
|
-
"@instructure/ui-source-code-editor": "10.
|
|
82
|
-
"@instructure/ui-spinner": "10.
|
|
83
|
-
"@instructure/ui-svg-images": "10.
|
|
84
|
-
"@instructure/ui-table": "10.
|
|
85
|
-
"@instructure/ui-tabs": "10.
|
|
86
|
-
"@instructure/ui-tag": "10.
|
|
87
|
-
"@instructure/ui-text": "10.
|
|
88
|
-
"@instructure/ui-text-area": "10.
|
|
89
|
-
"@instructure/ui-text-input": "10.
|
|
90
|
-
"@instructure/ui-themes": "10.
|
|
91
|
-
"@instructure/ui-time-select": "10.
|
|
92
|
-
"@instructure/ui-toggle-details": "10.
|
|
93
|
-
"@instructure/ui-tooltip": "10.
|
|
94
|
-
"@instructure/ui-top-nav-bar": "10.
|
|
95
|
-
"@instructure/ui-tray": "10.
|
|
96
|
-
"@instructure/ui-tree-browser": "10.
|
|
97
|
-
"@instructure/ui-truncate-list": "10.
|
|
98
|
-
"@instructure/ui-truncate-text": "10.
|
|
99
|
-
"@instructure/ui-view": "10.
|
|
27
|
+
"@instructure/emotion": "10.9.0",
|
|
28
|
+
"@instructure/ui-a11y-content": "10.9.0",
|
|
29
|
+
"@instructure/ui-alerts": "10.9.0",
|
|
30
|
+
"@instructure/ui-avatar": "10.9.0",
|
|
31
|
+
"@instructure/ui-badge": "10.9.0",
|
|
32
|
+
"@instructure/ui-billboard": "10.9.0",
|
|
33
|
+
"@instructure/ui-breadcrumb": "10.9.0",
|
|
34
|
+
"@instructure/ui-buttons": "10.9.0",
|
|
35
|
+
"@instructure/ui-byline": "10.9.0",
|
|
36
|
+
"@instructure/ui-calendar": "10.9.0",
|
|
37
|
+
"@instructure/ui-checkbox": "10.9.0",
|
|
38
|
+
"@instructure/ui-code-editor": "10.9.0",
|
|
39
|
+
"@instructure/ui-color-picker": "10.9.0",
|
|
40
|
+
"@instructure/ui-date-input": "10.9.0",
|
|
41
|
+
"@instructure/ui-date-time-input": "10.9.0",
|
|
42
|
+
"@instructure/ui-dialog": "10.9.0",
|
|
43
|
+
"@instructure/ui-drawer-layout": "10.9.0",
|
|
44
|
+
"@instructure/ui-drilldown": "10.9.0",
|
|
45
|
+
"@instructure/ui-editable": "10.9.0",
|
|
46
|
+
"@instructure/ui-expandable": "10.9.0",
|
|
47
|
+
"@instructure/ui-file-drop": "10.9.0",
|
|
48
|
+
"@instructure/ui-flex": "10.9.0",
|
|
49
|
+
"@instructure/ui-focusable": "10.9.0",
|
|
50
|
+
"@instructure/ui-form-field": "10.9.0",
|
|
51
|
+
"@instructure/ui-grid": "10.9.0",
|
|
52
|
+
"@instructure/ui-heading": "10.9.0",
|
|
53
|
+
"@instructure/ui-i18n": "10.9.0",
|
|
54
|
+
"@instructure/ui-icons": "10.9.0",
|
|
55
|
+
"@instructure/ui-img": "10.9.0",
|
|
56
|
+
"@instructure/ui-link": "10.9.0",
|
|
57
|
+
"@instructure/ui-list": "10.9.0",
|
|
58
|
+
"@instructure/ui-menu": "10.9.0",
|
|
59
|
+
"@instructure/ui-metric": "10.9.0",
|
|
60
|
+
"@instructure/ui-modal": "10.9.0",
|
|
61
|
+
"@instructure/ui-motion": "10.9.0",
|
|
62
|
+
"@instructure/ui-navigation": "10.9.0",
|
|
63
|
+
"@instructure/ui-number-input": "10.9.0",
|
|
64
|
+
"@instructure/ui-options": "10.9.0",
|
|
65
|
+
"@instructure/ui-overlays": "10.9.0",
|
|
66
|
+
"@instructure/ui-pages": "10.9.0",
|
|
67
|
+
"@instructure/ui-pagination": "10.9.0",
|
|
68
|
+
"@instructure/ui-pill": "10.9.0",
|
|
69
|
+
"@instructure/ui-popover": "10.9.0",
|
|
70
|
+
"@instructure/ui-portal": "10.9.0",
|
|
71
|
+
"@instructure/ui-position": "10.9.0",
|
|
72
|
+
"@instructure/ui-progress": "10.9.0",
|
|
73
|
+
"@instructure/ui-radio-input": "10.9.0",
|
|
74
|
+
"@instructure/ui-range-input": "10.9.0",
|
|
75
|
+
"@instructure/ui-rating": "10.9.0",
|
|
76
|
+
"@instructure/ui-responsive": "10.9.0",
|
|
77
|
+
"@instructure/ui-select": "10.9.0",
|
|
78
|
+
"@instructure/ui-selectable": "10.9.0",
|
|
79
|
+
"@instructure/ui-side-nav-bar": "10.9.0",
|
|
80
|
+
"@instructure/ui-simple-select": "10.9.0",
|
|
81
|
+
"@instructure/ui-source-code-editor": "10.9.0",
|
|
82
|
+
"@instructure/ui-spinner": "10.9.0",
|
|
83
|
+
"@instructure/ui-svg-images": "10.9.0",
|
|
84
|
+
"@instructure/ui-table": "10.9.0",
|
|
85
|
+
"@instructure/ui-tabs": "10.9.0",
|
|
86
|
+
"@instructure/ui-tag": "10.9.0",
|
|
87
|
+
"@instructure/ui-text": "10.9.0",
|
|
88
|
+
"@instructure/ui-text-area": "10.9.0",
|
|
89
|
+
"@instructure/ui-text-input": "10.9.0",
|
|
90
|
+
"@instructure/ui-themes": "10.9.0",
|
|
91
|
+
"@instructure/ui-time-select": "10.9.0",
|
|
92
|
+
"@instructure/ui-toggle-details": "10.9.0",
|
|
93
|
+
"@instructure/ui-tooltip": "10.9.0",
|
|
94
|
+
"@instructure/ui-top-nav-bar": "10.9.0",
|
|
95
|
+
"@instructure/ui-tray": "10.9.0",
|
|
96
|
+
"@instructure/ui-tree-browser": "10.9.0",
|
|
97
|
+
"@instructure/ui-truncate-list": "10.9.0",
|
|
98
|
+
"@instructure/ui-truncate-text": "10.9.0",
|
|
99
|
+
"@instructure/ui-view": "10.9.0"
|
|
100
100
|
},
|
|
101
101
|
"devDependencies": {
|
|
102
|
-
"@instructure/ui-babel-preset": "10.
|
|
102
|
+
"@instructure/ui-babel-preset": "10.9.0"
|
|
103
103
|
},
|
|
104
104
|
"publishConfig": {
|
|
105
105
|
"access": "public"
|
package/src/index.ts
CHANGED
|
@@ -28,12 +28,24 @@ export {
|
|
|
28
28
|
PresentationContent,
|
|
29
29
|
ScreenReaderContent
|
|
30
30
|
} from '@instructure/ui-a11y-content'
|
|
31
|
+
export type {
|
|
32
|
+
AccessibleContentProps,
|
|
33
|
+
ScreenReaderContentProps,
|
|
34
|
+
PresentationContentProps
|
|
35
|
+
} from '@instructure/ui-a11y-content'
|
|
31
36
|
export { Alert } from '@instructure/ui-alerts'
|
|
37
|
+
export type { AlertProps } from '@instructure/ui-alerts'
|
|
32
38
|
export { Avatar } from '@instructure/ui-avatar'
|
|
33
|
-
|
|
39
|
+
export type { AvatarProps } from '@instructure/ui-avatar'
|
|
34
40
|
export { Badge } from '@instructure/ui-badge'
|
|
41
|
+
export type { BadgeProps } from '@instructure/ui-badge'
|
|
35
42
|
export { Billboard } from '@instructure/ui-billboard'
|
|
36
|
-
export {
|
|
43
|
+
export type { BillboardProps } from '@instructure/ui-billboard'
|
|
44
|
+
export { Breadcrumb, BreadcrumbLink } from '@instructure/ui-breadcrumb'
|
|
45
|
+
export type {
|
|
46
|
+
BreadcrumbProps,
|
|
47
|
+
BreadcrumbLinkProps
|
|
48
|
+
} from '@instructure/ui-breadcrumb'
|
|
37
49
|
export {
|
|
38
50
|
BaseButton,
|
|
39
51
|
Button,
|
|
@@ -42,15 +54,33 @@ export {
|
|
|
42
54
|
IconButton,
|
|
43
55
|
ToggleButton
|
|
44
56
|
} from '@instructure/ui-buttons'
|
|
57
|
+
export type {
|
|
58
|
+
BaseButtonOwnProps,
|
|
59
|
+
ButtonProps,
|
|
60
|
+
BaseButtonProps,
|
|
61
|
+
ToggleButtonProps,
|
|
62
|
+
CloseButtonProps,
|
|
63
|
+
CondensedButtonProps,
|
|
64
|
+
IconButtonProps
|
|
65
|
+
} from '@instructure/ui-buttons'
|
|
45
66
|
export { Byline } from '@instructure/ui-byline'
|
|
46
|
-
export {
|
|
67
|
+
export type { BylineProps } from '@instructure/ui-byline'
|
|
68
|
+
export { Calendar, CalendarDay } from '@instructure/ui-calendar'
|
|
69
|
+
export type { CalendarDayProps, CalendarProps } from '@instructure/ui-calendar'
|
|
47
70
|
export {
|
|
48
71
|
Checkbox,
|
|
49
72
|
CheckboxGroup,
|
|
50
73
|
CheckboxFacade,
|
|
51
74
|
ToggleFacade
|
|
52
75
|
} from '@instructure/ui-checkbox'
|
|
76
|
+
export type {
|
|
77
|
+
CheckboxFacadeProps,
|
|
78
|
+
ToggleFacadeProps,
|
|
79
|
+
CheckboxGroupProps,
|
|
80
|
+
CheckboxProps
|
|
81
|
+
} from '@instructure/ui-checkbox'
|
|
53
82
|
export { CodeEditor } from '@instructure/ui-code-editor'
|
|
83
|
+
export type { CodeEditorProps } from '@instructure/ui-code-editor'
|
|
54
84
|
export {
|
|
55
85
|
ColorPicker,
|
|
56
86
|
ColorMixer,
|
|
@@ -58,75 +88,398 @@ export {
|
|
|
58
88
|
ColorContrast,
|
|
59
89
|
ColorIndicator
|
|
60
90
|
} from '@instructure/ui-color-picker'
|
|
91
|
+
export type {
|
|
92
|
+
ColorContrastProps,
|
|
93
|
+
ColorIndicatorProps,
|
|
94
|
+
ColorMixerProps,
|
|
95
|
+
ColorPickerProps,
|
|
96
|
+
ColorPresetProps
|
|
97
|
+
} from '@instructure/ui-color-picker'
|
|
61
98
|
export { DateInput, DateInput2 } from '@instructure/ui-date-input'
|
|
99
|
+
export type {
|
|
100
|
+
DateInputProps,
|
|
101
|
+
DateInput2Props
|
|
102
|
+
} from '@instructure/ui-date-input'
|
|
62
103
|
export { DateTimeInput } from '@instructure/ui-date-time-input'
|
|
63
104
|
export { Dialog } from '@instructure/ui-dialog'
|
|
64
|
-
export {
|
|
65
|
-
export {
|
|
105
|
+
export type { DialogProps } from '@instructure/ui-dialog'
|
|
106
|
+
export {
|
|
107
|
+
DrawerLayout,
|
|
108
|
+
DrawerContent,
|
|
109
|
+
DrawerTray
|
|
110
|
+
} from '@instructure/ui-drawer-layout'
|
|
111
|
+
export type {
|
|
112
|
+
DrawerLayoutProps,
|
|
113
|
+
DrawerLayoutContentProps,
|
|
114
|
+
DrawerLayoutTrayProps
|
|
115
|
+
} from '@instructure/ui-drawer-layout'
|
|
116
|
+
export {
|
|
117
|
+
Drilldown,
|
|
118
|
+
DrilldownGroup,
|
|
119
|
+
DrilldownOption,
|
|
120
|
+
DrilldownPage,
|
|
121
|
+
DrilldownSeparator
|
|
122
|
+
} from '@instructure/ui-drilldown'
|
|
123
|
+
export type {
|
|
124
|
+
DrilldownGroupChild,
|
|
125
|
+
DrilldownGroupProps,
|
|
126
|
+
DrilldownOptionChild,
|
|
127
|
+
DrilldownOptionProps,
|
|
128
|
+
DrilldownPageChild,
|
|
129
|
+
DrilldownPageChildren,
|
|
130
|
+
DrilldownPageProps,
|
|
131
|
+
DrilldownProps,
|
|
132
|
+
DrilldownSeparatorChild,
|
|
133
|
+
DrilldownSeparatorProps
|
|
134
|
+
} from '@instructure/ui-drilldown'
|
|
66
135
|
export { Editable, InPlaceEdit } from '@instructure/ui-editable'
|
|
136
|
+
export type { EditableProps, InPlaceEditProps } from '@instructure/ui-editable'
|
|
67
137
|
export { Expandable } from '@instructure/ui-expandable'
|
|
138
|
+
export type {
|
|
139
|
+
ExpandableProps,
|
|
140
|
+
RenderExpandable,
|
|
141
|
+
ExpandableToggleProps
|
|
142
|
+
} from '@instructure/ui-expandable'
|
|
68
143
|
export { FileDrop } from '@instructure/ui-file-drop'
|
|
144
|
+
export type { FileDropProps } from '@instructure/ui-file-drop'
|
|
69
145
|
export { Flex, FlexItem } from '@instructure/ui-flex'
|
|
146
|
+
export type { FlexProps, FlexItemProps } from '@instructure/ui-flex'
|
|
70
147
|
export { Focusable } from '@instructure/ui-focusable'
|
|
148
|
+
export type { FocusableProps } from '@instructure/ui-focusable'
|
|
71
149
|
export {
|
|
72
150
|
FormField,
|
|
73
151
|
FormFieldLabel,
|
|
74
152
|
FormFieldMessage,
|
|
75
153
|
FormFieldMessages,
|
|
76
154
|
FormFieldLayout,
|
|
77
|
-
FormFieldGroup
|
|
155
|
+
FormFieldGroup,
|
|
156
|
+
FormPropTypes
|
|
157
|
+
} from '@instructure/ui-form-field'
|
|
158
|
+
export type {
|
|
159
|
+
FormFieldGroupProps,
|
|
160
|
+
FormFieldLabelProps,
|
|
161
|
+
FormFieldMessageProps,
|
|
162
|
+
FormFieldMessagesProps,
|
|
163
|
+
FormFieldLayoutProps,
|
|
164
|
+
FormFieldOwnProps,
|
|
165
|
+
FormFieldProps,
|
|
166
|
+
FormMessage,
|
|
167
|
+
FormMessageType
|
|
78
168
|
} from '@instructure/ui-form-field'
|
|
79
169
|
export { Grid, GridRow, GridCol } from '@instructure/ui-grid'
|
|
170
|
+
export type {
|
|
171
|
+
GridProps,
|
|
172
|
+
GridRowProps,
|
|
173
|
+
GridColProps,
|
|
174
|
+
GridBreakpoints
|
|
175
|
+
} from '@instructure/ui-grid'
|
|
80
176
|
export { Heading } from '@instructure/ui-heading'
|
|
81
|
-
export {
|
|
177
|
+
export type { HeadingProps } from '@instructure/ui-heading'
|
|
178
|
+
export {
|
|
179
|
+
ApplyLocale,
|
|
180
|
+
TextDirectionContext,
|
|
181
|
+
ApplyLocaleContext,
|
|
182
|
+
textDirectionContextConsumer,
|
|
183
|
+
DateTime,
|
|
184
|
+
getTextDirection,
|
|
185
|
+
I18nPropTypes,
|
|
186
|
+
Locale,
|
|
187
|
+
DIRECTION
|
|
188
|
+
} from '@instructure/ui-i18n'
|
|
189
|
+
export type {
|
|
190
|
+
Moment,
|
|
191
|
+
TextDirectionContextConsumerProps,
|
|
192
|
+
ApplyLocaleProps
|
|
193
|
+
} from '@instructure/ui-i18n'
|
|
82
194
|
export * from '@instructure/ui-icons'
|
|
83
195
|
export { Img } from '@instructure/ui-img'
|
|
196
|
+
export type { ImgProps } from '@instructure/ui-img'
|
|
84
197
|
export { Link } from '@instructure/ui-link'
|
|
85
|
-
export {
|
|
198
|
+
export type { LinkProps } from '@instructure/ui-link'
|
|
199
|
+
export {
|
|
200
|
+
List,
|
|
201
|
+
ListItem,
|
|
202
|
+
InlineList,
|
|
203
|
+
InlineListItem
|
|
204
|
+
} from '@instructure/ui-list'
|
|
205
|
+
export type {
|
|
206
|
+
ListProps,
|
|
207
|
+
ListItemProps,
|
|
208
|
+
InlineListProps,
|
|
209
|
+
InlineListItemProps
|
|
210
|
+
} from '@instructure/ui-list'
|
|
86
211
|
export {
|
|
87
212
|
Menu,
|
|
88
213
|
MenuItem,
|
|
89
214
|
MenuItemGroup,
|
|
90
215
|
MenuItemSeparator
|
|
91
216
|
} from '@instructure/ui-menu'
|
|
217
|
+
export type {
|
|
218
|
+
MenuProps,
|
|
219
|
+
MenuItemProps,
|
|
220
|
+
MenuGroupProps,
|
|
221
|
+
MenuSeparatorProps
|
|
222
|
+
} from '@instructure/ui-menu'
|
|
92
223
|
export { MetricGroup, Metric } from '@instructure/ui-metric'
|
|
93
|
-
export {
|
|
94
|
-
export {
|
|
95
|
-
|
|
224
|
+
export type { MetricGroupProps, MetricProps } from '@instructure/ui-metric'
|
|
225
|
+
export {
|
|
226
|
+
Modal,
|
|
227
|
+
ModalBody,
|
|
228
|
+
ModalFooter,
|
|
229
|
+
ModalHeader
|
|
230
|
+
} from '@instructure/ui-modal'
|
|
231
|
+
export type {
|
|
232
|
+
ModalProps,
|
|
233
|
+
ModalBodyProps,
|
|
234
|
+
ModalFooterProps,
|
|
235
|
+
ModalHeaderProps
|
|
236
|
+
} from '@instructure/ui-modal'
|
|
237
|
+
export {
|
|
238
|
+
Transition,
|
|
239
|
+
transitionTypePropType,
|
|
240
|
+
BaseTransition
|
|
241
|
+
} from '@instructure/ui-motion'
|
|
242
|
+
export type {
|
|
243
|
+
TransitionProps,
|
|
244
|
+
TransitionType,
|
|
245
|
+
BaseTransitionStatesType
|
|
246
|
+
} from '@instructure/ui-motion'
|
|
247
|
+
export { AppNav, AppNavItem } from '@instructure/ui-navigation'
|
|
248
|
+
export type { AppNavProps, AppNavItemProps } from '@instructure/ui-navigation'
|
|
96
249
|
export { NumberInput } from '@instructure/ui-number-input'
|
|
97
|
-
export {
|
|
250
|
+
export type { NumberInputProps } from '@instructure/ui-number-input'
|
|
251
|
+
export {
|
|
252
|
+
Options,
|
|
253
|
+
OptionSeparator,
|
|
254
|
+
OptionItem,
|
|
255
|
+
optionsThemeGenerator,
|
|
256
|
+
optionsItemThemeGenerator,
|
|
257
|
+
optionsSeparatorThemeGenerator
|
|
258
|
+
} from '@instructure/ui-options'
|
|
259
|
+
export type {
|
|
260
|
+
OptionsItemProps,
|
|
261
|
+
OptionsItemRenderProps,
|
|
262
|
+
OptionsProps,
|
|
263
|
+
OptionsSeparatorProps
|
|
264
|
+
} from '@instructure/ui-options'
|
|
98
265
|
export { Mask, Overlay } from '@instructure/ui-overlays'
|
|
99
|
-
export {
|
|
100
|
-
export {
|
|
266
|
+
export type { MaskProps, OverlayProps } from '@instructure/ui-overlays'
|
|
267
|
+
export { Pages, PagesPage } from '@instructure/ui-pages'
|
|
268
|
+
export type { PagesPageProps, PagesProps } from '@instructure/ui-pages'
|
|
269
|
+
export { Pagination, PaginationButton } from '@instructure/ui-pagination'
|
|
270
|
+
export type {
|
|
271
|
+
PaginationNavigationProps,
|
|
272
|
+
PaginationPageProps,
|
|
273
|
+
PaginationProps
|
|
274
|
+
} from '@instructure/ui-pagination'
|
|
101
275
|
export { Pill } from '@instructure/ui-pill'
|
|
276
|
+
export type { PillProps } from '@instructure/ui-pill'
|
|
102
277
|
export { Popover } from '@instructure/ui-popover'
|
|
278
|
+
export type { PopoverProps, PopoverOwnProps } from '@instructure/ui-popover'
|
|
103
279
|
export { Portal } from '@instructure/ui-portal'
|
|
104
|
-
export {
|
|
280
|
+
export type { PortalProps, PortalNode } from '@instructure/ui-portal'
|
|
281
|
+
export {
|
|
282
|
+
Position,
|
|
283
|
+
PositionPropTypes,
|
|
284
|
+
calculateElementPosition,
|
|
285
|
+
executeMirrorFunction,
|
|
286
|
+
mirrorHorizontalPlacement,
|
|
287
|
+
mirrorPlacement,
|
|
288
|
+
parsePlacement
|
|
289
|
+
} from '@instructure/ui-position'
|
|
290
|
+
export type {
|
|
291
|
+
PositionConstraint,
|
|
292
|
+
PositionObject,
|
|
293
|
+
PositionProps,
|
|
294
|
+
PlacementPropValues,
|
|
295
|
+
PositionMountNode
|
|
296
|
+
} from '@instructure/ui-position'
|
|
105
297
|
export { ProgressBar, ProgressCircle } from '@instructure/ui-progress'
|
|
298
|
+
export type {
|
|
299
|
+
ProgressBarProps,
|
|
300
|
+
ProgressCircleProps
|
|
301
|
+
} from '@instructure/ui-progress'
|
|
106
302
|
export { RadioInput, RadioInputGroup } from '@instructure/ui-radio-input'
|
|
303
|
+
export type {
|
|
304
|
+
RadioInputProps,
|
|
305
|
+
RadioInputGroupProps
|
|
306
|
+
} from '@instructure/ui-radio-input'
|
|
107
307
|
export { RangeInput } from '@instructure/ui-range-input'
|
|
108
|
-
export {
|
|
109
|
-
export {
|
|
110
|
-
export {
|
|
308
|
+
export type { RangeInputProps } from '@instructure/ui-range-input'
|
|
309
|
+
export { Rating, RatingIcon } from '@instructure/ui-rating'
|
|
310
|
+
export type { RatingIconProps, RatingProps } from '@instructure/ui-rating'
|
|
311
|
+
export {
|
|
312
|
+
Responsive,
|
|
313
|
+
ResponsivePropTypes,
|
|
314
|
+
addElementQueryMatchListener,
|
|
315
|
+
addMediaQueryMatchListener,
|
|
316
|
+
parseQuery,
|
|
317
|
+
jsonToMediaQuery
|
|
318
|
+
} from '@instructure/ui-responsive'
|
|
319
|
+
export type {
|
|
320
|
+
ResponsiveProps,
|
|
321
|
+
ResponsivePropsObject,
|
|
322
|
+
BreakpointQueries,
|
|
323
|
+
QueriesMatching,
|
|
324
|
+
Query,
|
|
325
|
+
ResponsiveByBreakpointProps,
|
|
326
|
+
ValidQueryKey
|
|
327
|
+
} from '@instructure/ui-responsive'
|
|
328
|
+
export { Select, SelectGroup, SelectOption } from '@instructure/ui-select'
|
|
329
|
+
export type {
|
|
330
|
+
SelectOwnProps,
|
|
331
|
+
SelectGroupProps,
|
|
332
|
+
SelectOptionProps,
|
|
333
|
+
SelectProps
|
|
334
|
+
} from '@instructure/ui-select'
|
|
111
335
|
export { Selectable } from '@instructure/ui-selectable'
|
|
112
|
-
export {
|
|
113
|
-
|
|
336
|
+
export type {
|
|
337
|
+
SelectableRender,
|
|
338
|
+
SelectableProps
|
|
339
|
+
} from '@instructure/ui-selectable'
|
|
340
|
+
export { SideNavBar, SideNavBarItem } from '@instructure/ui-side-nav-bar'
|
|
341
|
+
export type {
|
|
342
|
+
SideNavBarProps,
|
|
343
|
+
SideNavBarItemProps
|
|
344
|
+
} from '@instructure/ui-side-nav-bar'
|
|
345
|
+
export {
|
|
346
|
+
SimpleSelect,
|
|
347
|
+
SimpleSelectOption,
|
|
348
|
+
SimpleSelectGroup
|
|
349
|
+
} from '@instructure/ui-simple-select'
|
|
350
|
+
export type {
|
|
351
|
+
SimpleSelectProps,
|
|
352
|
+
SimpleSelectGroupProps,
|
|
353
|
+
SimpleSelectOptionProps
|
|
354
|
+
} from '@instructure/ui-simple-select'
|
|
114
355
|
export { SourceCodeEditor } from '@instructure/ui-source-code-editor'
|
|
356
|
+
export type { SourceCodeEditorProps } from '@instructure/ui-source-code-editor'
|
|
115
357
|
export { Spinner } from '@instructure/ui-spinner'
|
|
358
|
+
export type { SpinnerProps } from '@instructure/ui-spinner'
|
|
116
359
|
export { InlineSVG, SVGIcon } from '@instructure/ui-svg-images'
|
|
117
|
-
export {
|
|
118
|
-
export {
|
|
360
|
+
export type { InlineSVGProps, SVGIconProps } from '@instructure/ui-svg-images'
|
|
361
|
+
export {
|
|
362
|
+
Table,
|
|
363
|
+
TableContext,
|
|
364
|
+
TableBody,
|
|
365
|
+
TableHead,
|
|
366
|
+
TableCell,
|
|
367
|
+
TableRow,
|
|
368
|
+
TableColHeader,
|
|
369
|
+
TableRowHeader
|
|
370
|
+
} from '@instructure/ui-table'
|
|
371
|
+
export type {
|
|
372
|
+
TableBodyProps,
|
|
373
|
+
TableCellProps,
|
|
374
|
+
TableProps,
|
|
375
|
+
TableColHeaderProps,
|
|
376
|
+
TableHeadProps,
|
|
377
|
+
TableRowHeaderProps,
|
|
378
|
+
TableRowProps
|
|
379
|
+
} from '@instructure/ui-table'
|
|
380
|
+
export { Tabs, TabsPanel, TabsTab } from '@instructure/ui-tabs'
|
|
381
|
+
export type {
|
|
382
|
+
TabsTabProps,
|
|
383
|
+
TabsPanelProps,
|
|
384
|
+
TabsProps
|
|
385
|
+
} from '@instructure/ui-tabs'
|
|
119
386
|
export { Tag } from '@instructure/ui-tag'
|
|
387
|
+
export type { TagProps } from '@instructure/ui-tag'
|
|
120
388
|
export { Text } from '@instructure/ui-text'
|
|
389
|
+
export type { TextProps } from '@instructure/ui-text'
|
|
121
390
|
export { TextArea } from '@instructure/ui-text-area'
|
|
391
|
+
export type { TextAreaProps } from '@instructure/ui-text-area'
|
|
122
392
|
export { TextInput } from '@instructure/ui-text-input'
|
|
123
|
-
export {
|
|
393
|
+
export type { TextInputProps } from '@instructure/ui-text-input'
|
|
394
|
+
export {
|
|
395
|
+
canvas,
|
|
396
|
+
canvasThemeLocal,
|
|
397
|
+
canvasHighContrast,
|
|
398
|
+
canvasHighContrastThemeLocal,
|
|
399
|
+
primitives,
|
|
400
|
+
additionalPrimitives,
|
|
401
|
+
dataVisualization
|
|
402
|
+
} from '@instructure/ui-themes'
|
|
403
|
+
export type {
|
|
404
|
+
ThemeMap,
|
|
405
|
+
BaseTheme,
|
|
406
|
+
Theme,
|
|
407
|
+
ThemeKeys,
|
|
408
|
+
ThemeSpecificStyle,
|
|
409
|
+
CanvasTheme,
|
|
410
|
+
CanvasBrandVariables,
|
|
411
|
+
CanvasHighContrastTheme,
|
|
412
|
+
Primitives,
|
|
413
|
+
AdditionalPrimitives,
|
|
414
|
+
DataVisualization,
|
|
415
|
+
UI
|
|
416
|
+
} from '@instructure/ui-themes'
|
|
124
417
|
export { TimeSelect } from '@instructure/ui-time-select'
|
|
418
|
+
export type { TimeSelectProps } from '@instructure/ui-time-select'
|
|
125
419
|
export { ToggleDetails, ToggleGroup } from '@instructure/ui-toggle-details'
|
|
420
|
+
export type {
|
|
421
|
+
ToggleDetailsProps,
|
|
422
|
+
ToggleGroupProps
|
|
423
|
+
} from '@instructure/ui-toggle-details'
|
|
126
424
|
export { Tooltip } from '@instructure/ui-tooltip'
|
|
127
|
-
export {
|
|
425
|
+
export type {
|
|
426
|
+
TooltipProps,
|
|
427
|
+
TooltipRenderChildrenArgs
|
|
428
|
+
} from '@instructure/ui-tooltip'
|
|
429
|
+
export {
|
|
430
|
+
TopNavBar,
|
|
431
|
+
TopNavBarActionItems,
|
|
432
|
+
TopNavBarBrand,
|
|
433
|
+
TopNavBarBreadcrumb,
|
|
434
|
+
TopNavBarItem,
|
|
435
|
+
TopNavBarLayout,
|
|
436
|
+
TopNavBarMenuItems,
|
|
437
|
+
TopNavBarUser
|
|
438
|
+
} from '@instructure/ui-top-nav-bar'
|
|
439
|
+
export type {
|
|
440
|
+
TopNavBarProps,
|
|
441
|
+
TopNavBarOwnProps,
|
|
442
|
+
TopNavBarActionItemsProps,
|
|
443
|
+
TopNavBarActionItemsOwnProps,
|
|
444
|
+
TopNavBarBrandProps,
|
|
445
|
+
TopNavBarBrandOwnProps,
|
|
446
|
+
TopNavBarItemProps,
|
|
447
|
+
TopNavBarItemOwnProps,
|
|
448
|
+
TopNavBarItemTooltipType,
|
|
449
|
+
TopNavBarLayoutProps,
|
|
450
|
+
CommonTopNavBarLayoutProps,
|
|
451
|
+
TopNavBarDesktopLayoutProps,
|
|
452
|
+
TopNavBarDesktopLayoutOwnProps,
|
|
453
|
+
DesktopLayoutOwnProps,
|
|
454
|
+
TopNavBarSmallViewportLayoutProps,
|
|
455
|
+
TopNavBarSmallViewportLayoutOwnProps,
|
|
456
|
+
SmallViewportLayoutOwnProps,
|
|
457
|
+
TopNavBarMenuItemsProps,
|
|
458
|
+
TopNavBarMenuItemsOwnProps,
|
|
459
|
+
TopNavBarUserProps,
|
|
460
|
+
TopNavBarUserOwnProps
|
|
461
|
+
} from '@instructure/ui-top-nav-bar'
|
|
128
462
|
export { Tray } from '@instructure/ui-tray'
|
|
129
|
-
export {
|
|
463
|
+
export type { TrayProps } from '@instructure/ui-tray'
|
|
464
|
+
export {
|
|
465
|
+
TreeBrowser,
|
|
466
|
+
TreeNode,
|
|
467
|
+
TreeButton,
|
|
468
|
+
TreeCollection
|
|
469
|
+
} from '@instructure/ui-tree-browser'
|
|
470
|
+
export type {
|
|
471
|
+
TreeBrowserButtonProps,
|
|
472
|
+
TreeBrowserProps,
|
|
473
|
+
TreeBrowserCollectionProps,
|
|
474
|
+
TreeBrowserNodeProps
|
|
475
|
+
} from '@instructure/ui-tree-browser'
|
|
130
476
|
export { TruncateList } from '@instructure/ui-truncate-list'
|
|
477
|
+
export type { TruncateListProps } from '@instructure/ui-truncate-list'
|
|
131
478
|
export { TruncateText } from '@instructure/ui-truncate-text'
|
|
479
|
+
export type { TruncateTextProps } from '@instructure/ui-truncate-text'
|
|
132
480
|
export { View, ContextView } from '@instructure/ui-view'
|
|
481
|
+
export type {
|
|
482
|
+
ViewProps,
|
|
483
|
+
ContextViewProps,
|
|
484
|
+
ViewOwnProps
|
|
485
|
+
} from '@instructure/ui-view'
|