@instructure/ui 11.6.0 → 11.6.1-pr-snapshot-1779894247159

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.6.1-pr-snapshot-1779894247159](https://github.com/instructure/instructure-ui/compare/v11.6.0...v11.6.1-pr-snapshot-1779894247159) (2026-05-27)
7
+
8
+ **Note:** Version bump only for package @instructure/ui
9
+
10
+
11
+
12
+
13
+
6
14
  # [11.6.0](https://github.com/instructure/instructure-ui/compare/v11.5.0...v11.6.0) (2026-02-18)
7
15
 
8
16
  **Note:** Version bump only for package @instructure/ui
@@ -0,0 +1,37 @@
1
+ /*
2
+ * The MIT License (MIT)
3
+ *
4
+ * Copyright (c) 2015 - present Instructure, Inc.
5
+ *
6
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
7
+ * of this software and associated documentation files (the "Software"), to deal
8
+ * in the Software without restriction, including without limitation the rights
9
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
+ * copies of the Software, and to permit persons to whom the Software is
11
+ * furnished to do so, subject to the following conditions:
12
+ *
13
+ * The above copyright notice and this permission notice shall be included in all
14
+ * copies or substantial portions of the Software.
15
+ *
16
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
+ * SOFTWARE.
23
+ */
24
+
25
+ module.exports = {
26
+ presets: [
27
+ [
28
+ require('@instructure/ui-babel-preset'),
29
+ {
30
+ coverage: Boolean(process.env.COVERAGE),
31
+ esModules: Boolean(process.env.ES_MODULES),
32
+ removeConsole: process.env.NODE_ENV === 'production',
33
+ transformImports: Boolean(process.env.TRANSFORM_IMPORTS)
34
+ }
35
+ ]
36
+ ]
37
+ }
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@instructure/ui",
3
- "version": "11.6.0",
3
+ "version": "11.6.1-pr-snapshot-1779894247159",
4
+ "type": "module",
4
5
  "description": "A meta package exporting all UI components",
5
6
  "author": "Instructure, Inc. Engineering and Product Design",
6
7
  "module": "./es/index.js",
7
- "main": "./lib/index.js",
8
8
  "types": "./types/index.d.ts",
9
9
  "repository": {
10
10
  "type": "git",
@@ -15,82 +15,82 @@
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
17
  "@babel/runtime": "^7.27.6",
18
- "@instructure/ui-a11y-content": "11.6.0",
19
- "@instructure/ui-avatar": "11.6.0",
20
- "@instructure/ui-alerts": "11.6.0",
21
- "@instructure/ui-badge": "11.6.0",
22
- "@instructure/emotion": "11.6.0",
23
- "@instructure/ui-billboard": "11.6.0",
24
- "@instructure/ui-buttons": "11.6.0",
25
- "@instructure/ui-breadcrumb": "11.6.0",
26
- "@instructure/ui-byline": "11.6.0",
27
- "@instructure/ui-color-picker": "11.6.0",
28
- "@instructure/ui-checkbox": "11.6.0",
29
- "@instructure/ui-date-input": "11.6.0",
30
- "@instructure/ui-calendar": "11.6.0",
31
- "@instructure/ui-date-time-input": "11.6.0",
32
- "@instructure/ui-dialog": "11.6.0",
33
- "@instructure/ui-drawer-layout": "11.6.0",
34
- "@instructure/ui-editable": "11.6.0",
35
- "@instructure/ui-file-drop": "11.6.0",
36
- "@instructure/ui-expandable": "11.6.0",
37
- "@instructure/ui-drilldown": "11.6.0",
38
- "@instructure/ui-flex": "11.6.0",
39
- "@instructure/ui-focusable": "11.6.0",
40
- "@instructure/ui-form-field": "11.6.0",
41
- "@instructure/ui-grid": "11.6.0",
42
- "@instructure/ui-i18n": "11.6.0",
43
- "@instructure/ui-icons": "11.6.0",
44
- "@instructure/ui-heading": "11.6.0",
45
- "@instructure/ui-list": "11.6.0",
46
- "@instructure/ui-instructure": "11.6.0",
47
- "@instructure/ui-link": "11.6.0",
48
- "@instructure/ui-metric": "11.6.0",
49
- "@instructure/ui-menu": "11.6.0",
50
- "@instructure/ui-modal": "11.6.0",
51
- "@instructure/ui-motion": "11.6.0",
52
- "@instructure/ui-img": "11.6.0",
53
- "@instructure/ui-number-input": "11.6.0",
54
- "@instructure/ui-options": "11.6.0",
55
- "@instructure/ui-overlays": "11.6.0",
56
- "@instructure/ui-pagination": "11.6.0",
57
- "@instructure/ui-pages": "11.6.0",
58
- "@instructure/ui-popover": "11.6.0",
59
- "@instructure/ui-navigation": "11.6.0",
60
- "@instructure/ui-pill": "11.6.0",
61
- "@instructure/ui-portal": "11.6.0",
62
- "@instructure/ui-progress": "11.6.0",
63
- "@instructure/ui-position": "11.6.0",
64
- "@instructure/ui-range-input": "11.6.0",
65
- "@instructure/ui-radio-input": "11.6.0",
66
- "@instructure/ui-responsive": "11.6.0",
67
- "@instructure/ui-rating": "11.6.0",
68
- "@instructure/ui-side-nav-bar": "11.6.0",
69
- "@instructure/ui-simple-select": "11.6.0",
70
- "@instructure/ui-selectable": "11.6.0",
71
- "@instructure/ui-source-code-editor": "11.6.0",
72
- "@instructure/ui-select": "11.6.0",
73
- "@instructure/ui-spinner": "11.6.0",
74
- "@instructure/ui-svg-images": "11.6.0",
75
- "@instructure/ui-table": "11.6.0",
76
- "@instructure/ui-tabs": "11.6.0",
77
- "@instructure/ui-tag": "11.6.0",
78
- "@instructure/ui-text": "11.6.0",
79
- "@instructure/ui-text-input": "11.6.0",
80
- "@instructure/ui-themes": "11.6.0",
81
- "@instructure/ui-time-select": "11.6.0",
82
- "@instructure/ui-toggle-details": "11.6.0",
83
- "@instructure/ui-tooltip": "11.6.0",
84
- "@instructure/ui-top-nav-bar": "11.6.0",
85
- "@instructure/ui-tray": "11.6.0",
86
- "@instructure/ui-tree-browser": "11.6.0",
87
- "@instructure/ui-text-area": "11.6.0",
88
- "@instructure/ui-truncate-list": "11.6.0",
89
- "@instructure/ui-view": "11.6.0",
90
- "@instructure/ui-truncate-text": "11.6.0"
18
+ "@instructure/emotion": "11.6.1-pr-snapshot-1779894247159",
19
+ "@instructure/ui-a11y-content": "11.6.1-pr-snapshot-1779894247159",
20
+ "@instructure/ui-avatar": "11.6.1-pr-snapshot-1779894247159",
21
+ "@instructure/ui-alerts": "11.6.1-pr-snapshot-1779894247159",
22
+ "@instructure/ui-badge": "11.6.1-pr-snapshot-1779894247159",
23
+ "@instructure/ui-billboard": "11.6.1-pr-snapshot-1779894247159",
24
+ "@instructure/ui-buttons": "11.6.1-pr-snapshot-1779894247159",
25
+ "@instructure/ui-byline": "11.6.1-pr-snapshot-1779894247159",
26
+ "@instructure/ui-calendar": "11.6.1-pr-snapshot-1779894247159",
27
+ "@instructure/ui-checkbox": "11.6.1-pr-snapshot-1779894247159",
28
+ "@instructure/ui-breadcrumb": "11.6.1-pr-snapshot-1779894247159",
29
+ "@instructure/ui-date-input": "11.6.1-pr-snapshot-1779894247159",
30
+ "@instructure/ui-color-picker": "11.6.1-pr-snapshot-1779894247159",
31
+ "@instructure/ui-dialog": "11.6.1-pr-snapshot-1779894247159",
32
+ "@instructure/ui-drawer-layout": "11.6.1-pr-snapshot-1779894247159",
33
+ "@instructure/ui-date-time-input": "11.6.1-pr-snapshot-1779894247159",
34
+ "@instructure/ui-drilldown": "11.6.1-pr-snapshot-1779894247159",
35
+ "@instructure/ui-flex": "11.6.1-pr-snapshot-1779894247159",
36
+ "@instructure/ui-expandable": "11.6.1-pr-snapshot-1779894247159",
37
+ "@instructure/ui-focusable": "11.6.1-pr-snapshot-1779894247159",
38
+ "@instructure/ui-form-field": "11.6.1-pr-snapshot-1779894247159",
39
+ "@instructure/ui-grid": "11.6.1-pr-snapshot-1779894247159",
40
+ "@instructure/ui-editable": "11.6.1-pr-snapshot-1779894247159",
41
+ "@instructure/ui-file-drop": "11.6.1-pr-snapshot-1779894247159",
42
+ "@instructure/ui-heading": "11.6.1-pr-snapshot-1779894247159",
43
+ "@instructure/ui-instructure": "11.6.1-pr-snapshot-1779894247159",
44
+ "@instructure/ui-i18n": "11.6.1-pr-snapshot-1779894247159",
45
+ "@instructure/ui-link": "11.6.1-pr-snapshot-1779894247159",
46
+ "@instructure/ui-icons": "11.6.1-pr-snapshot-1779894247159",
47
+ "@instructure/ui-menu": "11.6.1-pr-snapshot-1779894247159",
48
+ "@instructure/ui-list": "11.6.1-pr-snapshot-1779894247159",
49
+ "@instructure/ui-metric": "11.6.1-pr-snapshot-1779894247159",
50
+ "@instructure/ui-modal": "11.6.1-pr-snapshot-1779894247159",
51
+ "@instructure/ui-motion": "11.6.1-pr-snapshot-1779894247159",
52
+ "@instructure/ui-img": "11.6.1-pr-snapshot-1779894247159",
53
+ "@instructure/ui-navigation": "11.6.1-pr-snapshot-1779894247159",
54
+ "@instructure/ui-number-input": "11.6.1-pr-snapshot-1779894247159",
55
+ "@instructure/ui-pill": "11.6.1-pr-snapshot-1779894247159",
56
+ "@instructure/ui-options": "11.6.1-pr-snapshot-1779894247159",
57
+ "@instructure/ui-portal": "11.6.1-pr-snapshot-1779894247159",
58
+ "@instructure/ui-popover": "11.6.1-pr-snapshot-1779894247159",
59
+ "@instructure/ui-pagination": "11.6.1-pr-snapshot-1779894247159",
60
+ "@instructure/ui-position": "11.6.1-pr-snapshot-1779894247159",
61
+ "@instructure/ui-overlays": "11.6.1-pr-snapshot-1779894247159",
62
+ "@instructure/ui-progress": "11.6.1-pr-snapshot-1779894247159",
63
+ "@instructure/ui-radio-input": "11.6.1-pr-snapshot-1779894247159",
64
+ "@instructure/ui-rating": "11.6.1-pr-snapshot-1779894247159",
65
+ "@instructure/ui-range-input": "11.6.1-pr-snapshot-1779894247159",
66
+ "@instructure/ui-responsive": "11.6.1-pr-snapshot-1779894247159",
67
+ "@instructure/ui-pages": "11.6.1-pr-snapshot-1779894247159",
68
+ "@instructure/ui-select": "11.6.1-pr-snapshot-1779894247159",
69
+ "@instructure/ui-selectable": "11.6.1-pr-snapshot-1779894247159",
70
+ "@instructure/ui-spinner": "11.6.1-pr-snapshot-1779894247159",
71
+ "@instructure/ui-source-code-editor": "11.6.1-pr-snapshot-1779894247159",
72
+ "@instructure/ui-simple-select": "11.6.1-pr-snapshot-1779894247159",
73
+ "@instructure/ui-side-nav-bar": "11.6.1-pr-snapshot-1779894247159",
74
+ "@instructure/ui-table": "11.6.1-pr-snapshot-1779894247159",
75
+ "@instructure/ui-tag": "11.6.1-pr-snapshot-1779894247159",
76
+ "@instructure/ui-svg-images": "11.6.1-pr-snapshot-1779894247159",
77
+ "@instructure/ui-tabs": "11.6.1-pr-snapshot-1779894247159",
78
+ "@instructure/ui-text": "11.6.1-pr-snapshot-1779894247159",
79
+ "@instructure/ui-themes": "11.6.1-pr-snapshot-1779894247159",
80
+ "@instructure/ui-time-select": "11.6.1-pr-snapshot-1779894247159",
81
+ "@instructure/ui-text-input": "11.6.1-pr-snapshot-1779894247159",
82
+ "@instructure/ui-tooltip": "11.6.1-pr-snapshot-1779894247159",
83
+ "@instructure/ui-text-area": "11.6.1-pr-snapshot-1779894247159",
84
+ "@instructure/ui-tray": "11.6.1-pr-snapshot-1779894247159",
85
+ "@instructure/ui-tree-browser": "11.6.1-pr-snapshot-1779894247159",
86
+ "@instructure/ui-truncate-list": "11.6.1-pr-snapshot-1779894247159",
87
+ "@instructure/ui-view": "11.6.1-pr-snapshot-1779894247159",
88
+ "@instructure/ui-truncate-text": "11.6.1-pr-snapshot-1779894247159",
89
+ "@instructure/ui-toggle-details": "11.6.1-pr-snapshot-1779894247159",
90
+ "@instructure/ui-top-nav-bar": "11.6.1-pr-snapshot-1779894247159"
91
91
  },
92
92
  "devDependencies": {
93
- "@instructure/ui-babel-preset": "11.6.0"
93
+ "@instructure/ui-babel-preset": "11.6.1-pr-snapshot-1779894247159"
94
94
  },
95
95
  "peerDependencies": {
96
96
  "react": ">=18 <=19",
@@ -104,10 +104,8 @@
104
104
  ".": {
105
105
  "types": "./types/index.d.ts",
106
106
  "import": "./es/index.js",
107
- "require": "./lib/index.js",
108
107
  "default": "./es/index.js"
109
108
  },
110
- "./lib/*": "./lib/*",
111
109
  "./es/*": "./es/*",
112
110
  "./types/*": "./types/*",
113
111
  "./package.json": "./package.json",
@@ -117,7 +115,7 @@
117
115
  "lint": "ui-scripts lint",
118
116
  "lint:fix": "ui-scripts lint --fix",
119
117
  "clean": "ui-scripts clean",
120
- "build": "ui-scripts build --modules es,cjs",
118
+ "build": "ui-scripts build",
121
119
  "build:watch": "pnpm run ts:check -- --watch & ui-scripts build --watch",
122
120
  "build:types": "tsc -p tsconfig.build.json",
123
121
  "ts:check": "tsc -p tsconfig.build.json --noEmit --emitDeclarationOnly false"