@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/CHANGELOG.md
CHANGED
|
@@ -3,9 +3,12 @@
|
|
|
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
|
-
|
|
6
|
+
# [10.9.0](https://github.com/instructure/instructure-ui/compare/v10.8.0...v10.9.0) (2024-12-12)
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **many:** make meta package export every component and type definition ([dee9abb](https://github.com/instructure/instructure-ui/commit/dee9abb9cbffa4abc9edf48fb7d8ad41fea385b4))
|
|
9
12
|
|
|
10
13
|
|
|
11
14
|
|
package/es/index.js
CHANGED
|
@@ -28,70 +28,70 @@ export { Alert } from '@instructure/ui-alerts';
|
|
|
28
28
|
export { Avatar } from '@instructure/ui-avatar';
|
|
29
29
|
export { Badge } from '@instructure/ui-badge';
|
|
30
30
|
export { Billboard } from '@instructure/ui-billboard';
|
|
31
|
-
export { Breadcrumb } from '@instructure/ui-breadcrumb';
|
|
31
|
+
export { Breadcrumb, BreadcrumbLink } from '@instructure/ui-breadcrumb';
|
|
32
32
|
export { BaseButton, Button, CloseButton, CondensedButton, IconButton, ToggleButton } from '@instructure/ui-buttons';
|
|
33
33
|
export { Byline } from '@instructure/ui-byline';
|
|
34
|
-
export { Calendar } from '@instructure/ui-calendar';
|
|
34
|
+
export { Calendar, CalendarDay } from '@instructure/ui-calendar';
|
|
35
35
|
export { Checkbox, CheckboxGroup, CheckboxFacade, ToggleFacade } from '@instructure/ui-checkbox';
|
|
36
36
|
export { CodeEditor } from '@instructure/ui-code-editor';
|
|
37
37
|
export { ColorPicker, ColorMixer, ColorPreset, ColorContrast, ColorIndicator } from '@instructure/ui-color-picker';
|
|
38
38
|
export { DateInput, DateInput2 } from '@instructure/ui-date-input';
|
|
39
39
|
export { DateTimeInput } from '@instructure/ui-date-time-input';
|
|
40
40
|
export { Dialog } from '@instructure/ui-dialog';
|
|
41
|
-
export { DrawerLayout, DrawerContent } from '@instructure/ui-drawer-layout';
|
|
42
|
-
export { Drilldown } from '@instructure/ui-drilldown';
|
|
41
|
+
export { DrawerLayout, DrawerContent, DrawerTray } from '@instructure/ui-drawer-layout';
|
|
42
|
+
export { Drilldown, DrilldownGroup, DrilldownOption, DrilldownPage, DrilldownSeparator } from '@instructure/ui-drilldown';
|
|
43
43
|
export { Editable, InPlaceEdit } from '@instructure/ui-editable';
|
|
44
44
|
export { Expandable } from '@instructure/ui-expandable';
|
|
45
45
|
export { FileDrop } from '@instructure/ui-file-drop';
|
|
46
46
|
export { Flex, FlexItem } from '@instructure/ui-flex';
|
|
47
47
|
export { Focusable } from '@instructure/ui-focusable';
|
|
48
|
-
export { FormField, FormFieldLabel, FormFieldMessage, FormFieldMessages, FormFieldLayout, FormFieldGroup } from '@instructure/ui-form-field';
|
|
48
|
+
export { FormField, FormFieldLabel, FormFieldMessage, FormFieldMessages, FormFieldLayout, FormFieldGroup, FormPropTypes } from '@instructure/ui-form-field';
|
|
49
49
|
export { Grid, GridRow, GridCol } from '@instructure/ui-grid';
|
|
50
50
|
export { Heading } from '@instructure/ui-heading';
|
|
51
|
-
export { ApplyLocale, TextDirectionContext } from '@instructure/ui-i18n';
|
|
51
|
+
export { ApplyLocale, TextDirectionContext, ApplyLocaleContext, textDirectionContextConsumer, DateTime, getTextDirection, I18nPropTypes, Locale, DIRECTION } from '@instructure/ui-i18n';
|
|
52
52
|
export * from '@instructure/ui-icons';
|
|
53
53
|
export { Img } from '@instructure/ui-img';
|
|
54
54
|
export { Link } from '@instructure/ui-link';
|
|
55
|
-
export { List, ListItem, InlineList } from '@instructure/ui-list';
|
|
55
|
+
export { List, ListItem, InlineList, InlineListItem } from '@instructure/ui-list';
|
|
56
56
|
export { Menu, MenuItem, MenuItemGroup, MenuItemSeparator } from '@instructure/ui-menu';
|
|
57
57
|
export { MetricGroup, Metric } from '@instructure/ui-metric';
|
|
58
|
-
export { Modal } from '@instructure/ui-modal';
|
|
59
|
-
export { Transition } from '@instructure/ui-motion';
|
|
60
|
-
export { AppNav } from '@instructure/ui-navigation';
|
|
58
|
+
export { Modal, ModalBody, ModalFooter, ModalHeader } from '@instructure/ui-modal';
|
|
59
|
+
export { Transition, transitionTypePropType, BaseTransition } from '@instructure/ui-motion';
|
|
60
|
+
export { AppNav, AppNavItem } from '@instructure/ui-navigation';
|
|
61
61
|
export { NumberInput } from '@instructure/ui-number-input';
|
|
62
|
-
export { Options } from '@instructure/ui-options';
|
|
62
|
+
export { Options, OptionSeparator, OptionItem, optionsThemeGenerator, optionsItemThemeGenerator, optionsSeparatorThemeGenerator } from '@instructure/ui-options';
|
|
63
63
|
export { Mask, Overlay } from '@instructure/ui-overlays';
|
|
64
|
-
export { Pages } from '@instructure/ui-pages';
|
|
65
|
-
export { Pagination } from '@instructure/ui-pagination';
|
|
64
|
+
export { Pages, PagesPage } from '@instructure/ui-pages';
|
|
65
|
+
export { Pagination, PaginationButton } from '@instructure/ui-pagination';
|
|
66
66
|
export { Pill } from '@instructure/ui-pill';
|
|
67
67
|
export { Popover } from '@instructure/ui-popover';
|
|
68
68
|
export { Portal } from '@instructure/ui-portal';
|
|
69
|
-
export { Position } from '@instructure/ui-position';
|
|
69
|
+
export { Position, PositionPropTypes, calculateElementPosition, executeMirrorFunction, mirrorHorizontalPlacement, mirrorPlacement, parsePlacement } from '@instructure/ui-position';
|
|
70
70
|
export { ProgressBar, ProgressCircle } from '@instructure/ui-progress';
|
|
71
71
|
export { RadioInput, RadioInputGroup } from '@instructure/ui-radio-input';
|
|
72
72
|
export { RangeInput } from '@instructure/ui-range-input';
|
|
73
|
-
export { Rating } from '@instructure/ui-rating';
|
|
74
|
-
export { Responsive } from '@instructure/ui-responsive';
|
|
75
|
-
export { Select } from '@instructure/ui-select';
|
|
73
|
+
export { Rating, RatingIcon } from '@instructure/ui-rating';
|
|
74
|
+
export { Responsive, ResponsivePropTypes, addElementQueryMatchListener, addMediaQueryMatchListener, parseQuery, jsonToMediaQuery } from '@instructure/ui-responsive';
|
|
75
|
+
export { Select, SelectGroup, SelectOption } from '@instructure/ui-select';
|
|
76
76
|
export { Selectable } from '@instructure/ui-selectable';
|
|
77
|
-
export { SideNavBar } from '@instructure/ui-side-nav-bar';
|
|
78
|
-
export { SimpleSelect } from '@instructure/ui-simple-select';
|
|
77
|
+
export { SideNavBar, SideNavBarItem } from '@instructure/ui-side-nav-bar';
|
|
78
|
+
export { SimpleSelect, SimpleSelectOption, SimpleSelectGroup } from '@instructure/ui-simple-select';
|
|
79
79
|
export { SourceCodeEditor } from '@instructure/ui-source-code-editor';
|
|
80
80
|
export { Spinner } from '@instructure/ui-spinner';
|
|
81
81
|
export { InlineSVG, SVGIcon } from '@instructure/ui-svg-images';
|
|
82
|
-
export { Table } from '@instructure/ui-table';
|
|
83
|
-
export { Tabs } from '@instructure/ui-tabs';
|
|
82
|
+
export { Table, TableContext, TableBody, TableHead, TableCell, TableRow, TableColHeader, TableRowHeader } from '@instructure/ui-table';
|
|
83
|
+
export { Tabs, TabsPanel, TabsTab } from '@instructure/ui-tabs';
|
|
84
84
|
export { Tag } from '@instructure/ui-tag';
|
|
85
85
|
export { Text } from '@instructure/ui-text';
|
|
86
86
|
export { TextArea } from '@instructure/ui-text-area';
|
|
87
87
|
export { TextInput } from '@instructure/ui-text-input';
|
|
88
|
-
export { canvas, canvasHighContrast } from '@instructure/ui-themes';
|
|
88
|
+
export { canvas, canvasThemeLocal, canvasHighContrast, canvasHighContrastThemeLocal, primitives, additionalPrimitives, dataVisualization } from '@instructure/ui-themes';
|
|
89
89
|
export { TimeSelect } from '@instructure/ui-time-select';
|
|
90
90
|
export { ToggleDetails, ToggleGroup } from '@instructure/ui-toggle-details';
|
|
91
91
|
export { Tooltip } from '@instructure/ui-tooltip';
|
|
92
|
-
export { TopNavBar } from '@instructure/ui-top-nav-bar';
|
|
92
|
+
export { TopNavBar, TopNavBarActionItems, TopNavBarBrand, TopNavBarBreadcrumb, TopNavBarItem, TopNavBarLayout, TopNavBarMenuItems, TopNavBarUser } from '@instructure/ui-top-nav-bar';
|
|
93
93
|
export { Tray } from '@instructure/ui-tray';
|
|
94
|
-
export { TreeBrowser } from '@instructure/ui-tree-browser';
|
|
94
|
+
export { TreeBrowser, TreeNode, TreeButton, TreeCollection } from '@instructure/ui-tree-browser';
|
|
95
95
|
export { TruncateList } from '@instructure/ui-truncate-list';
|
|
96
96
|
export { TruncateText } from '@instructure/ui-truncate-text';
|
|
97
97
|
export { View, ContextView } from '@instructure/ui-view';
|