@instructure/ui 11.4.0 → 11.4.1-snapshot-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 CHANGED
@@ -3,6 +3,14 @@
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
+ ## [11.4.1-snapshot-0](https://github.com/instructure/instructure-ui/compare/v11.4.0...v11.4.1-snapshot-0) (2026-02-02)
7
+
8
+ **Note:** Version bump only for package @instructure/ui
9
+
10
+
11
+
12
+
13
+
6
14
  # [11.4.0](https://github.com/instructure/instructure-ui/compare/v11.3.0...v11.4.0) (2026-01-20)
7
15
 
8
16
  **Note:** Version bump only for package @instructure/ui
package/package.json CHANGED
@@ -1,18 +1,11 @@
1
1
  {
2
2
  "name": "@instructure/ui",
3
- "version": "11.4.0",
3
+ "version": "11.4.1-snapshot-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",
7
7
  "main": "./lib/index.js",
8
8
  "types": "./types/index.d.ts",
9
- "exports": {
10
- ".": {
11
- "types": "./types/index.d.ts",
12
- "import": "./es/index.js",
13
- "require": "./lib/index.js"
14
- }
15
- },
16
9
  "repository": {
17
10
  "type": "git",
18
11
  "url": "https://github.com/instructure/instructure-ui.git"
@@ -22,90 +15,103 @@
22
15
  "license": "MIT",
23
16
  "dependencies": {
24
17
  "@babel/runtime": "^7.27.6",
25
- "@instructure/emotion": "11.4.0",
26
- "@instructure/ui-a11y-content": "11.4.0",
27
- "@instructure/ui-alerts": "11.4.0",
28
- "@instructure/ui-avatar": "11.4.0",
29
- "@instructure/ui-badge": "11.4.0",
30
- "@instructure/ui-billboard": "11.4.0",
31
- "@instructure/ui-breadcrumb": "11.4.0",
32
- "@instructure/ui-buttons": "11.4.0",
33
- "@instructure/ui-byline": "11.4.0",
34
- "@instructure/ui-checkbox": "11.4.0",
35
- "@instructure/ui-color-picker": "11.4.0",
36
- "@instructure/ui-calendar": "11.4.0",
37
- "@instructure/ui-date-input": "11.4.0",
38
- "@instructure/ui-date-time-input": "11.4.0",
39
- "@instructure/ui-drawer-layout": "11.4.0",
40
- "@instructure/ui-dialog": "11.4.0",
41
- "@instructure/ui-drilldown": "11.4.0",
42
- "@instructure/ui-editable": "11.4.0",
43
- "@instructure/ui-file-drop": "11.4.0",
44
- "@instructure/ui-flex": "11.4.0",
45
- "@instructure/ui-focusable": "11.4.0",
46
- "@instructure/ui-form-field": "11.4.0",
47
- "@instructure/ui-expandable": "11.4.0",
48
- "@instructure/ui-grid": "11.4.0",
49
- "@instructure/ui-icons": "11.4.0",
50
- "@instructure/ui-i18n": "11.4.0",
51
- "@instructure/ui-img": "11.4.0",
52
- "@instructure/ui-instructure": "11.4.0",
53
- "@instructure/ui-heading": "11.4.0",
54
- "@instructure/ui-link": "11.4.0",
55
- "@instructure/ui-list": "11.4.0",
56
- "@instructure/ui-menu": "11.4.0",
57
- "@instructure/ui-metric": "11.4.0",
58
- "@instructure/ui-modal": "11.4.0",
59
- "@instructure/ui-motion": "11.4.0",
60
- "@instructure/ui-navigation": "11.4.0",
61
- "@instructure/ui-options": "11.4.0",
62
- "@instructure/ui-number-input": "11.4.0",
63
- "@instructure/ui-pages": "11.4.0",
64
- "@instructure/ui-overlays": "11.4.0",
65
- "@instructure/ui-pagination": "11.4.0",
66
- "@instructure/ui-pill": "11.4.0",
67
- "@instructure/ui-popover": "11.4.0",
68
- "@instructure/ui-portal": "11.4.0",
69
- "@instructure/ui-position": "11.4.0",
70
- "@instructure/ui-progress": "11.4.0",
71
- "@instructure/ui-responsive": "11.4.0",
72
- "@instructure/ui-radio-input": "11.4.0",
73
- "@instructure/ui-select": "11.4.0",
74
- "@instructure/ui-range-input": "11.4.0",
75
- "@instructure/ui-rating": "11.4.0",
76
- "@instructure/ui-selectable": "11.4.0",
77
- "@instructure/ui-side-nav-bar": "11.4.0",
78
- "@instructure/ui-simple-select": "11.4.0",
79
- "@instructure/ui-source-code-editor": "11.4.0",
80
- "@instructure/ui-svg-images": "11.4.0",
81
- "@instructure/ui-spinner": "11.4.0",
82
- "@instructure/ui-table": "11.4.0",
83
- "@instructure/ui-tabs": "11.4.0",
84
- "@instructure/ui-tag": "11.4.0",
85
- "@instructure/ui-text-input": "11.4.0",
86
- "@instructure/ui-text-area": "11.4.0",
87
- "@instructure/ui-text": "11.4.0",
88
- "@instructure/ui-themes": "11.4.0",
89
- "@instructure/ui-toggle-details": "11.4.0",
90
- "@instructure/ui-tooltip": "11.4.0",
91
- "@instructure/ui-time-select": "11.4.0",
92
- "@instructure/ui-tray": "11.4.0",
93
- "@instructure/ui-tree-browser": "11.4.0",
94
- "@instructure/ui-view": "11.4.0",
95
- "@instructure/ui-truncate-text": "11.4.0",
96
- "@instructure/ui-top-nav-bar": "11.4.0",
97
- "@instructure/ui-truncate-list": "11.4.0"
18
+ "@instructure/emotion": "11.4.1-snapshot-0",
19
+ "@instructure/ui-alerts": "11.4.1-snapshot-0",
20
+ "@instructure/ui-a11y-content": "11.4.1-snapshot-0",
21
+ "@instructure/ui-avatar": "11.4.1-snapshot-0",
22
+ "@instructure/ui-badge": "11.4.1-snapshot-0",
23
+ "@instructure/ui-billboard": "11.4.1-snapshot-0",
24
+ "@instructure/ui-breadcrumb": "11.4.1-snapshot-0",
25
+ "@instructure/ui-buttons": "11.4.1-snapshot-0",
26
+ "@instructure/ui-byline": "11.4.1-snapshot-0",
27
+ "@instructure/ui-calendar": "11.4.1-snapshot-0",
28
+ "@instructure/ui-checkbox": "11.4.1-snapshot-0",
29
+ "@instructure/ui-color-picker": "11.4.1-snapshot-0",
30
+ "@instructure/ui-date-time-input": "11.4.1-snapshot-0",
31
+ "@instructure/ui-dialog": "11.4.1-snapshot-0",
32
+ "@instructure/ui-drilldown": "11.4.1-snapshot-0",
33
+ "@instructure/ui-editable": "11.4.1-snapshot-0",
34
+ "@instructure/ui-drawer-layout": "11.4.1-snapshot-0",
35
+ "@instructure/ui-date-input": "11.4.1-snapshot-0",
36
+ "@instructure/ui-expandable": "11.4.1-snapshot-0",
37
+ "@instructure/ui-file-drop": "11.4.1-snapshot-0",
38
+ "@instructure/ui-flex": "11.4.1-snapshot-0",
39
+ "@instructure/ui-focusable": "11.4.1-snapshot-0",
40
+ "@instructure/ui-form-field": "11.4.1-snapshot-0",
41
+ "@instructure/ui-grid": "11.4.1-snapshot-0",
42
+ "@instructure/ui-heading": "11.4.1-snapshot-0",
43
+ "@instructure/ui-i18n": "11.4.1-snapshot-0",
44
+ "@instructure/ui-icons": "11.4.1-snapshot-0",
45
+ "@instructure/ui-img": "11.4.1-snapshot-0",
46
+ "@instructure/ui-link": "11.4.1-snapshot-0",
47
+ "@instructure/ui-instructure": "11.4.1-snapshot-0",
48
+ "@instructure/ui-list": "11.4.1-snapshot-0",
49
+ "@instructure/ui-metric": "11.4.1-snapshot-0",
50
+ "@instructure/ui-menu": "11.4.1-snapshot-0",
51
+ "@instructure/ui-modal": "11.4.1-snapshot-0",
52
+ "@instructure/ui-motion": "11.4.1-snapshot-0",
53
+ "@instructure/ui-navigation": "11.4.1-snapshot-0",
54
+ "@instructure/ui-number-input": "11.4.1-snapshot-0",
55
+ "@instructure/ui-overlays": "11.4.1-snapshot-0",
56
+ "@instructure/ui-pages": "11.4.1-snapshot-0",
57
+ "@instructure/ui-pagination": "11.4.1-snapshot-0",
58
+ "@instructure/ui-options": "11.4.1-snapshot-0",
59
+ "@instructure/ui-popover": "11.4.1-snapshot-0",
60
+ "@instructure/ui-portal": "11.4.1-snapshot-0",
61
+ "@instructure/ui-pill": "11.4.1-snapshot-0",
62
+ "@instructure/ui-progress": "11.4.1-snapshot-0",
63
+ "@instructure/ui-radio-input": "11.4.1-snapshot-0",
64
+ "@instructure/ui-range-input": "11.4.1-snapshot-0",
65
+ "@instructure/ui-rating": "11.4.1-snapshot-0",
66
+ "@instructure/ui-select": "11.4.1-snapshot-0",
67
+ "@instructure/ui-selectable": "11.4.1-snapshot-0",
68
+ "@instructure/ui-responsive": "11.4.1-snapshot-0",
69
+ "@instructure/ui-simple-select": "11.4.1-snapshot-0",
70
+ "@instructure/ui-side-nav-bar": "11.4.1-snapshot-0",
71
+ "@instructure/ui-source-code-editor": "11.4.1-snapshot-0",
72
+ "@instructure/ui-position": "11.4.1-snapshot-0",
73
+ "@instructure/ui-svg-images": "11.4.1-snapshot-0",
74
+ "@instructure/ui-table": "11.4.1-snapshot-0",
75
+ "@instructure/ui-tabs": "11.4.1-snapshot-0",
76
+ "@instructure/ui-tag": "11.4.1-snapshot-0",
77
+ "@instructure/ui-spinner": "11.4.1-snapshot-0",
78
+ "@instructure/ui-text": "11.4.1-snapshot-0",
79
+ "@instructure/ui-text-area": "11.4.1-snapshot-0",
80
+ "@instructure/ui-text-input": "11.4.1-snapshot-0",
81
+ "@instructure/ui-time-select": "11.4.1-snapshot-0",
82
+ "@instructure/ui-themes": "11.4.1-snapshot-0",
83
+ "@instructure/ui-tooltip": "11.4.1-snapshot-0",
84
+ "@instructure/ui-toggle-details": "11.4.1-snapshot-0",
85
+ "@instructure/ui-top-nav-bar": "11.4.1-snapshot-0",
86
+ "@instructure/ui-tray": "11.4.1-snapshot-0",
87
+ "@instructure/ui-truncate-list": "11.4.1-snapshot-0",
88
+ "@instructure/ui-truncate-text": "11.4.1-snapshot-0",
89
+ "@instructure/ui-tree-browser": "11.4.1-snapshot-0",
90
+ "@instructure/ui-view": "11.4.1-snapshot-0"
98
91
  },
99
92
  "devDependencies": {
100
- "@instructure/ui-babel-preset": "11.4.0"
93
+ "@instructure/ui-babel-preset": "11.4.1-snapshot-0"
94
+ },
95
+ "peerDependencies": {
96
+ "react": ">=18 <=19",
97
+ "react-dom": ">=18 <=19"
101
98
  },
102
99
  "publishConfig": {
103
100
  "access": "public"
104
101
  },
105
102
  "sideEffects": false,
106
- "peerDependencies": {
107
- "react": ">=18 <=19",
108
- "react-dom": ">=18 <=19"
103
+ "exports": {
104
+ ".": {
105
+ "types": "./types/index.d.ts",
106
+ "import": "./es/index.js",
107
+ "require": "./lib/index.js",
108
+ "default": "./es/index.js"
109
+ },
110
+ "./lib/*": "./lib/*",
111
+ "./es/*": "./es/*",
112
+ "./types/*": "./types/*",
113
+ "./package.json": "./package.json",
114
+ "./src/*": "./src/*"
109
115
  },
110
116
  "scripts": {
111
117
  "lint": "ui-scripts lint",