@instructure/ui 10.22.1-snapshot-1 → 10.23.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 +1 -1
- package/README.md +1 -95
- package/package.json +76 -76
- package/tsconfig.build.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
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.23.0](https://github.com/instructure/instructure-ui/compare/v10.22.0...v10.23.0) (2025-07-09)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @instructure/ui
|
|
9
9
|
|
package/README.md
CHANGED
|
@@ -1,104 +1,10 @@
|
|
|
1
|
-
---
|
|
2
|
-
category: packages
|
|
3
|
-
---
|
|
4
|
-
|
|
5
1
|
## ui
|
|
6
2
|
|
|
7
3
|
[![npm][npm]][npm-url]
|
|
8
4
|
[![MIT License][license-badge]][license]
|
|
9
5
|
[![Code of Conduct][coc-badge]][coc]
|
|
10
6
|
|
|
11
|
-
A meta package exporting all UI components
|
|
12
|
-
|
|
13
|
-
### Components
|
|
14
|
-
|
|
15
|
-
The `ui` package contains the following:
|
|
16
|
-
|
|
17
|
-
- AccessibleContent
|
|
18
|
-
- Alert
|
|
19
|
-
- All ui-icons
|
|
20
|
-
- ApplyLocale
|
|
21
|
-
- AppNav
|
|
22
|
-
- Avatar
|
|
23
|
-
- Badge
|
|
24
|
-
- Billboard
|
|
25
|
-
- Breadcrumb
|
|
26
|
-
- Button
|
|
27
|
-
- Byline
|
|
28
|
-
- Calendar
|
|
29
|
-
- Checkbox
|
|
30
|
-
- CheckboxGroup
|
|
31
|
-
- CloseButton
|
|
32
|
-
- CodeEditor
|
|
33
|
-
- CondensedButton
|
|
34
|
-
- ContextView
|
|
35
|
-
- DateInput
|
|
36
|
-
- Dialog
|
|
37
|
-
- DrawerLayout
|
|
38
|
-
- Editable
|
|
39
|
-
- FileDrop
|
|
40
|
-
- Flex
|
|
41
|
-
- Focusable
|
|
42
|
-
- FormField
|
|
43
|
-
- FormFieldGroup
|
|
44
|
-
- FormFieldLabel
|
|
45
|
-
- FormFieldLayout
|
|
46
|
-
- FormFieldMessage
|
|
47
|
-
- FormFieldMessages
|
|
48
|
-
- Grid
|
|
49
|
-
- Heading
|
|
50
|
-
- IconButton
|
|
51
|
-
- Img
|
|
52
|
-
- InlineList
|
|
53
|
-
- InlineSVG
|
|
54
|
-
- InPlaceEdit
|
|
55
|
-
- InstUISettingsProvider
|
|
56
|
-
- Link
|
|
57
|
-
- List
|
|
58
|
-
- Mask
|
|
59
|
-
- Menu
|
|
60
|
-
- Metric
|
|
61
|
-
- MetricGroup
|
|
62
|
-
- Modal
|
|
63
|
-
- NumberInput
|
|
64
|
-
- Options
|
|
65
|
-
- Overlay
|
|
66
|
-
- Pages
|
|
67
|
-
- Pagination
|
|
68
|
-
- Pill
|
|
69
|
-
- Popover
|
|
70
|
-
- Portal
|
|
71
|
-
- Position
|
|
72
|
-
- PresentationContent
|
|
73
|
-
- ProgressBar
|
|
74
|
-
- ProgressCircle
|
|
75
|
-
- RadioInput
|
|
76
|
-
- RadioInputGroup
|
|
77
|
-
- RangeInput
|
|
78
|
-
- Rating
|
|
79
|
-
- Responsive
|
|
80
|
-
- ScreenReaderContent
|
|
81
|
-
- Select
|
|
82
|
-
- Selectable
|
|
83
|
-
- Spinner
|
|
84
|
-
- SVGIcon
|
|
85
|
-
- Tab
|
|
86
|
-
- Table
|
|
87
|
-
- Tag
|
|
88
|
-
- Text
|
|
89
|
-
- TextArea
|
|
90
|
-
- TextDirectionContext
|
|
91
|
-
- TextInput
|
|
92
|
-
- TimeSelect
|
|
93
|
-
- ToggleButton
|
|
94
|
-
- ToggleDetails
|
|
95
|
-
- ToggleGroup
|
|
96
|
-
- Tooltip
|
|
97
|
-
- Transition
|
|
98
|
-
- Tray
|
|
99
|
-
- TreeBrowser
|
|
100
|
-
- TruncateText
|
|
101
|
-
- View
|
|
7
|
+
A meta package exporting all UI components that are in InstUI. It exports all components, their sub-components if any (e.g. `Table.Row`), their props, type definitions, themes and public contexts.
|
|
102
8
|
|
|
103
9
|
### Installation
|
|
104
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.23.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,83 +24,83 @@
|
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@babel/runtime": "^7.27.6",
|
|
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-instructure": "10.
|
|
57
|
-
"@instructure/ui-link": "10.
|
|
58
|
-
"@instructure/ui-list": "10.
|
|
59
|
-
"@instructure/ui-menu": "10.
|
|
60
|
-
"@instructure/ui-metric": "10.
|
|
61
|
-
"@instructure/ui-modal": "10.
|
|
62
|
-
"@instructure/ui-motion": "10.
|
|
63
|
-
"@instructure/ui-navigation": "10.
|
|
64
|
-
"@instructure/ui-number-input": "10.
|
|
65
|
-
"@instructure/ui-options": "10.
|
|
66
|
-
"@instructure/ui-overlays": "10.
|
|
67
|
-
"@instructure/ui-pages": "10.
|
|
68
|
-
"@instructure/ui-pagination": "10.
|
|
69
|
-
"@instructure/ui-pill": "10.
|
|
70
|
-
"@instructure/ui-popover": "10.
|
|
71
|
-
"@instructure/ui-portal": "10.
|
|
72
|
-
"@instructure/ui-position": "10.
|
|
73
|
-
"@instructure/ui-progress": "10.
|
|
74
|
-
"@instructure/ui-radio-input": "10.
|
|
75
|
-
"@instructure/ui-range-input": "10.
|
|
76
|
-
"@instructure/ui-rating": "10.
|
|
77
|
-
"@instructure/ui-responsive": "10.
|
|
78
|
-
"@instructure/ui-select": "10.
|
|
79
|
-
"@instructure/ui-selectable": "10.
|
|
80
|
-
"@instructure/ui-side-nav-bar": "10.
|
|
81
|
-
"@instructure/ui-simple-select": "10.
|
|
82
|
-
"@instructure/ui-source-code-editor": "10.
|
|
83
|
-
"@instructure/ui-spinner": "10.
|
|
84
|
-
"@instructure/ui-svg-images": "10.
|
|
85
|
-
"@instructure/ui-table": "10.
|
|
86
|
-
"@instructure/ui-tabs": "10.
|
|
87
|
-
"@instructure/ui-tag": "10.
|
|
88
|
-
"@instructure/ui-text": "10.
|
|
89
|
-
"@instructure/ui-text-area": "10.
|
|
90
|
-
"@instructure/ui-text-input": "10.
|
|
91
|
-
"@instructure/ui-themes": "10.
|
|
92
|
-
"@instructure/ui-time-select": "10.
|
|
93
|
-
"@instructure/ui-toggle-details": "10.
|
|
94
|
-
"@instructure/ui-tooltip": "10.
|
|
95
|
-
"@instructure/ui-top-nav-bar": "10.
|
|
96
|
-
"@instructure/ui-tray": "10.
|
|
97
|
-
"@instructure/ui-tree-browser": "10.
|
|
98
|
-
"@instructure/ui-truncate-list": "10.
|
|
99
|
-
"@instructure/ui-truncate-text": "10.
|
|
100
|
-
"@instructure/ui-view": "10.
|
|
27
|
+
"@instructure/emotion": "10.23.0",
|
|
28
|
+
"@instructure/ui-a11y-content": "10.23.0",
|
|
29
|
+
"@instructure/ui-alerts": "10.23.0",
|
|
30
|
+
"@instructure/ui-avatar": "10.23.0",
|
|
31
|
+
"@instructure/ui-badge": "10.23.0",
|
|
32
|
+
"@instructure/ui-billboard": "10.23.0",
|
|
33
|
+
"@instructure/ui-breadcrumb": "10.23.0",
|
|
34
|
+
"@instructure/ui-buttons": "10.23.0",
|
|
35
|
+
"@instructure/ui-byline": "10.23.0",
|
|
36
|
+
"@instructure/ui-calendar": "10.23.0",
|
|
37
|
+
"@instructure/ui-checkbox": "10.23.0",
|
|
38
|
+
"@instructure/ui-code-editor": "10.23.0",
|
|
39
|
+
"@instructure/ui-color-picker": "10.23.0",
|
|
40
|
+
"@instructure/ui-date-input": "10.23.0",
|
|
41
|
+
"@instructure/ui-date-time-input": "10.23.0",
|
|
42
|
+
"@instructure/ui-dialog": "10.23.0",
|
|
43
|
+
"@instructure/ui-drawer-layout": "10.23.0",
|
|
44
|
+
"@instructure/ui-drilldown": "10.23.0",
|
|
45
|
+
"@instructure/ui-editable": "10.23.0",
|
|
46
|
+
"@instructure/ui-expandable": "10.23.0",
|
|
47
|
+
"@instructure/ui-file-drop": "10.23.0",
|
|
48
|
+
"@instructure/ui-flex": "10.23.0",
|
|
49
|
+
"@instructure/ui-focusable": "10.23.0",
|
|
50
|
+
"@instructure/ui-form-field": "10.23.0",
|
|
51
|
+
"@instructure/ui-grid": "10.23.0",
|
|
52
|
+
"@instructure/ui-heading": "10.23.0",
|
|
53
|
+
"@instructure/ui-i18n": "10.23.0",
|
|
54
|
+
"@instructure/ui-icons": "10.23.0",
|
|
55
|
+
"@instructure/ui-img": "10.23.0",
|
|
56
|
+
"@instructure/ui-instructure": "10.23.0",
|
|
57
|
+
"@instructure/ui-link": "10.23.0",
|
|
58
|
+
"@instructure/ui-list": "10.23.0",
|
|
59
|
+
"@instructure/ui-menu": "10.23.0",
|
|
60
|
+
"@instructure/ui-metric": "10.23.0",
|
|
61
|
+
"@instructure/ui-modal": "10.23.0",
|
|
62
|
+
"@instructure/ui-motion": "10.23.0",
|
|
63
|
+
"@instructure/ui-navigation": "10.23.0",
|
|
64
|
+
"@instructure/ui-number-input": "10.23.0",
|
|
65
|
+
"@instructure/ui-options": "10.23.0",
|
|
66
|
+
"@instructure/ui-overlays": "10.23.0",
|
|
67
|
+
"@instructure/ui-pages": "10.23.0",
|
|
68
|
+
"@instructure/ui-pagination": "10.23.0",
|
|
69
|
+
"@instructure/ui-pill": "10.23.0",
|
|
70
|
+
"@instructure/ui-popover": "10.23.0",
|
|
71
|
+
"@instructure/ui-portal": "10.23.0",
|
|
72
|
+
"@instructure/ui-position": "10.23.0",
|
|
73
|
+
"@instructure/ui-progress": "10.23.0",
|
|
74
|
+
"@instructure/ui-radio-input": "10.23.0",
|
|
75
|
+
"@instructure/ui-range-input": "10.23.0",
|
|
76
|
+
"@instructure/ui-rating": "10.23.0",
|
|
77
|
+
"@instructure/ui-responsive": "10.23.0",
|
|
78
|
+
"@instructure/ui-select": "10.23.0",
|
|
79
|
+
"@instructure/ui-selectable": "10.23.0",
|
|
80
|
+
"@instructure/ui-side-nav-bar": "10.23.0",
|
|
81
|
+
"@instructure/ui-simple-select": "10.23.0",
|
|
82
|
+
"@instructure/ui-source-code-editor": "10.23.0",
|
|
83
|
+
"@instructure/ui-spinner": "10.23.0",
|
|
84
|
+
"@instructure/ui-svg-images": "10.23.0",
|
|
85
|
+
"@instructure/ui-table": "10.23.0",
|
|
86
|
+
"@instructure/ui-tabs": "10.23.0",
|
|
87
|
+
"@instructure/ui-tag": "10.23.0",
|
|
88
|
+
"@instructure/ui-text": "10.23.0",
|
|
89
|
+
"@instructure/ui-text-area": "10.23.0",
|
|
90
|
+
"@instructure/ui-text-input": "10.23.0",
|
|
91
|
+
"@instructure/ui-themes": "10.23.0",
|
|
92
|
+
"@instructure/ui-time-select": "10.23.0",
|
|
93
|
+
"@instructure/ui-toggle-details": "10.23.0",
|
|
94
|
+
"@instructure/ui-tooltip": "10.23.0",
|
|
95
|
+
"@instructure/ui-top-nav-bar": "10.23.0",
|
|
96
|
+
"@instructure/ui-tray": "10.23.0",
|
|
97
|
+
"@instructure/ui-tree-browser": "10.23.0",
|
|
98
|
+
"@instructure/ui-truncate-list": "10.23.0",
|
|
99
|
+
"@instructure/ui-truncate-text": "10.23.0",
|
|
100
|
+
"@instructure/ui-view": "10.23.0"
|
|
101
101
|
},
|
|
102
102
|
"devDependencies": {
|
|
103
|
-
"@instructure/ui-babel-preset": "10.
|
|
103
|
+
"@instructure/ui-babel-preset": "10.23.0"
|
|
104
104
|
},
|
|
105
105
|
"publishConfig": {
|
|
106
106
|
"access": "public"
|