@instructure/ui 11.7.2-snapshot-12 → 11.7.2-snapshot-18

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,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
- ## [11.7.2-snapshot-12](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2-snapshot-12) (2026-03-31)
6
+ ## [11.7.2-snapshot-18](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2-snapshot-18) (2026-04-01)
7
7
 
8
- **Note:** Version bump only for package @instructure/ui
8
+
9
+ ### Bug Fixes
10
+
11
+ * **many:** small fixes for doc and fix component directory mapping in "dev" script ([39f0c99](https://github.com/instructure/instructure-ui/commit/39f0c991315e39d30e1f24b3142b986d5b9041ee))
9
12
 
10
13
 
11
14
 
package/es/v11_7.js CHANGED
@@ -85,7 +85,7 @@ export { Tag } from '@instructure/ui-tag/v11_7';
85
85
  export { Text } from '@instructure/ui-text/v11_7';
86
86
  export { TextArea } from '@instructure/ui-text-area/v11_7';
87
87
  export { TextInput } from '@instructure/ui-text-input/v11_7';
88
- export { canvas, canvasHighContrast, primitives, additionalPrimitives, dataVisualization } from '@instructure/ui-themes';
88
+ export { canvas, canvasHighContrast, dark, light, primitives, additionalPrimitives, dataVisualization } from '@instructure/ui-themes';
89
89
  export { TimeSelect } from '@instructure/ui-time-select/v11_7';
90
90
  export { ToggleDetails, ToggleGroup } from '@instructure/ui-toggle-details/v11_7';
91
91
  export { Tooltip } from '@instructure/ui-tooltip/v11_7';
package/lib/v11_7.js CHANGED
@@ -158,6 +158,8 @@ var _exportNames = {
158
158
  TextInput: true,
159
159
  canvas: true,
160
160
  canvasHighContrast: true,
161
+ dark: true,
162
+ light: true,
161
163
  primitives: true,
162
164
  additionalPrimitives: true,
163
165
  dataVisualization: true,
@@ -1167,6 +1169,12 @@ Object.defineProperty(exports, "canvasHighContrast", {
1167
1169
  return _uiThemes.canvasHighContrast;
1168
1170
  }
1169
1171
  });
1172
+ Object.defineProperty(exports, "dark", {
1173
+ enumerable: true,
1174
+ get: function () {
1175
+ return _uiThemes.dark;
1176
+ }
1177
+ });
1170
1178
  Object.defineProperty(exports, "dataVisualization", {
1171
1179
  enumerable: true,
1172
1180
  get: function () {
@@ -1191,6 +1199,12 @@ Object.defineProperty(exports, "jsonToMediaQuery", {
1191
1199
  return _v11_38.jsonToMediaQuery;
1192
1200
  }
1193
1201
  });
1202
+ Object.defineProperty(exports, "light", {
1203
+ enumerable: true,
1204
+ get: function () {
1205
+ return _uiThemes.light;
1206
+ }
1207
+ });
1194
1208
  Object.defineProperty(exports, "mirrorHorizontalPlacement", {
1195
1209
  enumerable: true,
1196
1210
  get: function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui",
3
- "version": "11.7.2-snapshot-12",
3
+ "version": "11.7.2-snapshot-18",
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",
@@ -15,82 +15,82 @@
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
17
  "@babel/runtime": "^7.27.6",
18
- "@instructure/emotion": "11.7.2-snapshot-12",
19
- "@instructure/ui-a11y-content": "11.7.2-snapshot-12",
20
- "@instructure/ui-alerts": "11.7.2-snapshot-12",
21
- "@instructure/ui-badge": "11.7.2-snapshot-12",
22
- "@instructure/ui-avatar": "11.7.2-snapshot-12",
23
- "@instructure/ui-billboard": "11.7.2-snapshot-12",
24
- "@instructure/ui-breadcrumb": "11.7.2-snapshot-12",
25
- "@instructure/ui-buttons": "11.7.2-snapshot-12",
26
- "@instructure/ui-byline": "11.7.2-snapshot-12",
27
- "@instructure/ui-calendar": "11.7.2-snapshot-12",
28
- "@instructure/ui-checkbox": "11.7.2-snapshot-12",
29
- "@instructure/ui-color-picker": "11.7.2-snapshot-12",
30
- "@instructure/ui-drawer-layout": "11.7.2-snapshot-12",
31
- "@instructure/ui-drilldown": "11.7.2-snapshot-12",
32
- "@instructure/ui-date-input": "11.7.2-snapshot-12",
33
- "@instructure/ui-editable": "11.7.2-snapshot-12",
34
- "@instructure/ui-file-drop": "11.7.2-snapshot-12",
35
- "@instructure/ui-expandable": "11.7.2-snapshot-12",
36
- "@instructure/ui-flex": "11.7.2-snapshot-12",
37
- "@instructure/ui-date-time-input": "11.7.2-snapshot-12",
38
- "@instructure/ui-dialog": "11.7.2-snapshot-12",
39
- "@instructure/ui-form-field": "11.7.2-snapshot-12",
40
- "@instructure/ui-focusable": "11.7.2-snapshot-12",
41
- "@instructure/ui-heading": "11.7.2-snapshot-12",
42
- "@instructure/ui-i18n": "11.7.2-snapshot-12",
43
- "@instructure/ui-grid": "11.7.2-snapshot-12",
44
- "@instructure/ui-icons": "11.7.2-snapshot-12",
45
- "@instructure/ui-img": "11.7.2-snapshot-12",
46
- "@instructure/ui-modal": "11.7.2-snapshot-12",
47
- "@instructure/ui-motion": "11.7.2-snapshot-12",
48
- "@instructure/ui-instructure": "11.7.2-snapshot-12",
49
- "@instructure/ui-metric": "11.7.2-snapshot-12",
50
- "@instructure/ui-menu": "11.7.2-snapshot-12",
51
- "@instructure/ui-navigation": "11.7.2-snapshot-12",
52
- "@instructure/ui-number-input": "11.7.2-snapshot-12",
53
- "@instructure/ui-overlays": "11.7.2-snapshot-12",
54
- "@instructure/ui-options": "11.7.2-snapshot-12",
55
- "@instructure/ui-list": "11.7.2-snapshot-12",
56
- "@instructure/ui-link": "11.7.2-snapshot-12",
57
- "@instructure/ui-pages": "11.7.2-snapshot-12",
58
- "@instructure/ui-pagination": "11.7.2-snapshot-12",
59
- "@instructure/ui-pill": "11.7.2-snapshot-12",
60
- "@instructure/ui-position": "11.7.2-snapshot-12",
61
- "@instructure/ui-portal": "11.7.2-snapshot-12",
62
- "@instructure/ui-progress": "11.7.2-snapshot-12",
63
- "@instructure/ui-range-input": "11.7.2-snapshot-12",
64
- "@instructure/ui-radio-input": "11.7.2-snapshot-12",
65
- "@instructure/ui-rating": "11.7.2-snapshot-12",
66
- "@instructure/ui-responsive": "11.7.2-snapshot-12",
67
- "@instructure/ui-select": "11.7.2-snapshot-12",
68
- "@instructure/ui-selectable": "11.7.2-snapshot-12",
69
- "@instructure/ui-popover": "11.7.2-snapshot-12",
70
- "@instructure/ui-simple-select": "11.7.2-snapshot-12",
71
- "@instructure/ui-svg-images": "11.7.2-snapshot-12",
72
- "@instructure/ui-table": "11.7.2-snapshot-12",
73
- "@instructure/ui-spinner": "11.7.2-snapshot-12",
74
- "@instructure/ui-tabs": "11.7.2-snapshot-12",
75
- "@instructure/ui-tag": "11.7.2-snapshot-12",
76
- "@instructure/ui-text": "11.7.2-snapshot-12",
77
- "@instructure/ui-text-area": "11.7.2-snapshot-12",
78
- "@instructure/ui-side-nav-bar": "11.7.2-snapshot-12",
79
- "@instructure/ui-source-code-editor": "11.7.2-snapshot-12",
80
- "@instructure/ui-text-input": "11.7.2-snapshot-12",
81
- "@instructure/ui-time-select": "11.7.2-snapshot-12",
82
- "@instructure/ui-themes": "11.7.2-snapshot-12",
83
- "@instructure/ui-toggle-details": "11.7.2-snapshot-12",
84
- "@instructure/ui-top-nav-bar": "11.7.2-snapshot-12",
85
- "@instructure/ui-tree-browser": "11.7.2-snapshot-12",
86
- "@instructure/ui-tray": "11.7.2-snapshot-12",
87
- "@instructure/ui-view": "11.7.2-snapshot-12",
88
- "@instructure/ui-truncate-list": "11.7.2-snapshot-12",
89
- "@instructure/ui-tooltip": "11.7.2-snapshot-12",
90
- "@instructure/ui-truncate-text": "11.7.2-snapshot-12"
18
+ "@instructure/emotion": "11.7.2-snapshot-18",
19
+ "@instructure/ui-a11y-content": "11.7.2-snapshot-18",
20
+ "@instructure/ui-badge": "11.7.2-snapshot-18",
21
+ "@instructure/ui-alerts": "11.7.2-snapshot-18",
22
+ "@instructure/ui-avatar": "11.7.2-snapshot-18",
23
+ "@instructure/ui-billboard": "11.7.2-snapshot-18",
24
+ "@instructure/ui-breadcrumb": "11.7.2-snapshot-18",
25
+ "@instructure/ui-buttons": "11.7.2-snapshot-18",
26
+ "@instructure/ui-byline": "11.7.2-snapshot-18",
27
+ "@instructure/ui-calendar": "11.7.2-snapshot-18",
28
+ "@instructure/ui-checkbox": "11.7.2-snapshot-18",
29
+ "@instructure/ui-date-input": "11.7.2-snapshot-18",
30
+ "@instructure/ui-color-picker": "11.7.2-snapshot-18",
31
+ "@instructure/ui-dialog": "11.7.2-snapshot-18",
32
+ "@instructure/ui-drawer-layout": "11.7.2-snapshot-18",
33
+ "@instructure/ui-drilldown": "11.7.2-snapshot-18",
34
+ "@instructure/ui-date-time-input": "11.7.2-snapshot-18",
35
+ "@instructure/ui-expandable": "11.7.2-snapshot-18",
36
+ "@instructure/ui-file-drop": "11.7.2-snapshot-18",
37
+ "@instructure/ui-editable": "11.7.2-snapshot-18",
38
+ "@instructure/ui-focusable": "11.7.2-snapshot-18",
39
+ "@instructure/ui-grid": "11.7.2-snapshot-18",
40
+ "@instructure/ui-flex": "11.7.2-snapshot-18",
41
+ "@instructure/ui-i18n": "11.7.2-snapshot-18",
42
+ "@instructure/ui-link": "11.7.2-snapshot-18",
43
+ "@instructure/ui-list": "11.7.2-snapshot-18",
44
+ "@instructure/ui-instructure": "11.7.2-snapshot-18",
45
+ "@instructure/ui-img": "11.7.2-snapshot-18",
46
+ "@instructure/ui-icons": "11.7.2-snapshot-18",
47
+ "@instructure/ui-metric": "11.7.2-snapshot-18",
48
+ "@instructure/ui-modal": "11.7.2-snapshot-18",
49
+ "@instructure/ui-form-field": "11.7.2-snapshot-18",
50
+ "@instructure/ui-heading": "11.7.2-snapshot-18",
51
+ "@instructure/ui-motion": "11.7.2-snapshot-18",
52
+ "@instructure/ui-navigation": "11.7.2-snapshot-18",
53
+ "@instructure/ui-number-input": "11.7.2-snapshot-18",
54
+ "@instructure/ui-options": "11.7.2-snapshot-18",
55
+ "@instructure/ui-overlays": "11.7.2-snapshot-18",
56
+ "@instructure/ui-pages": "11.7.2-snapshot-18",
57
+ "@instructure/ui-pill": "11.7.2-snapshot-18",
58
+ "@instructure/ui-pagination": "11.7.2-snapshot-18",
59
+ "@instructure/ui-popover": "11.7.2-snapshot-18",
60
+ "@instructure/ui-position": "11.7.2-snapshot-18",
61
+ "@instructure/ui-portal": "11.7.2-snapshot-18",
62
+ "@instructure/ui-progress": "11.7.2-snapshot-18",
63
+ "@instructure/ui-menu": "11.7.2-snapshot-18",
64
+ "@instructure/ui-rating": "11.7.2-snapshot-18",
65
+ "@instructure/ui-range-input": "11.7.2-snapshot-18",
66
+ "@instructure/ui-radio-input": "11.7.2-snapshot-18",
67
+ "@instructure/ui-responsive": "11.7.2-snapshot-18",
68
+ "@instructure/ui-select": "11.7.2-snapshot-18",
69
+ "@instructure/ui-side-nav-bar": "11.7.2-snapshot-18",
70
+ "@instructure/ui-source-code-editor": "11.7.2-snapshot-18",
71
+ "@instructure/ui-selectable": "11.7.2-snapshot-18",
72
+ "@instructure/ui-spinner": "11.7.2-snapshot-18",
73
+ "@instructure/ui-svg-images": "11.7.2-snapshot-18",
74
+ "@instructure/ui-tabs": "11.7.2-snapshot-18",
75
+ "@instructure/ui-table": "11.7.2-snapshot-18",
76
+ "@instructure/ui-simple-select": "11.7.2-snapshot-18",
77
+ "@instructure/ui-tag": "11.7.2-snapshot-18",
78
+ "@instructure/ui-text": "11.7.2-snapshot-18",
79
+ "@instructure/ui-text-area": "11.7.2-snapshot-18",
80
+ "@instructure/ui-text-input": "11.7.2-snapshot-18",
81
+ "@instructure/ui-themes": "11.7.2-snapshot-18",
82
+ "@instructure/ui-time-select": "11.7.2-snapshot-18",
83
+ "@instructure/ui-tooltip": "11.7.2-snapshot-18",
84
+ "@instructure/ui-top-nav-bar": "11.7.2-snapshot-18",
85
+ "@instructure/ui-truncate-text": "11.7.2-snapshot-18",
86
+ "@instructure/ui-truncate-list": "11.7.2-snapshot-18",
87
+ "@instructure/ui-view": "11.7.2-snapshot-18",
88
+ "@instructure/ui-tray": "11.7.2-snapshot-18",
89
+ "@instructure/ui-toggle-details": "11.7.2-snapshot-18",
90
+ "@instructure/ui-tree-browser": "11.7.2-snapshot-18"
91
91
  },
92
92
  "devDependencies": {
93
- "@instructure/ui-babel-preset": "11.7.2-snapshot-12"
93
+ "@instructure/ui-babel-preset": "11.7.2-snapshot-18"
94
94
  },
95
95
  "peerDependencies": {
96
96
  "react": ">=18 <=19",
package/src/v11_7.ts CHANGED
@@ -410,6 +410,8 @@ export type { TextInputProps } from '@instructure/ui-text-input/v11_7'
410
410
  export {
411
411
  canvas,
412
412
  canvasHighContrast,
413
+ dark,
414
+ light,
413
415
  primitives,
414
416
  additionalPrimitives,
415
417
  dataVisualization
@@ -426,7 +428,11 @@ export type {
426
428
  Primitives,
427
429
  AdditionalPrimitives,
428
430
  DataVisualization,
429
- UI
431
+ UI,
432
+ Dark,
433
+ DarkTheme,
434
+ Light,
435
+ LightTheme
430
436
  } from '@instructure/ui-themes'
431
437
  export { TimeSelect } from '@instructure/ui-time-select/v11_7'
432
438
  export type { TimeSelectProps } from '@instructure/ui-time-select/v11_7'