@instructure/ui 11.7.3-snapshot-32 → 11.7.3-snapshot-37

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,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
- ## [11.7.3-snapshot-32](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3-snapshot-32) (2026-05-07)
6
+ ## [11.7.3-snapshot-37](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3-snapshot-37) (2026-05-07)
7
7
 
8
8
 
9
9
  ### Bug Fixes
@@ -16,43 +16,28 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
16
16
 
17
17
  ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23)
18
18
 
19
-
20
19
  ### Bug Fixes
21
20
 
22
- * **many:** small fixes for doc and fix component directory mapping in "dev" script ([39f0c99](https://github.com/instructure/instructure-ui/commit/39f0c991315e39d30e1f24b3142b986d5b9041ee))
23
-
21
+ - **many:** small fixes for doc and fix component directory mapping in "dev" script ([39f0c99](https://github.com/instructure/instructure-ui/commit/39f0c991315e39d30e1f24b3142b986d5b9041ee))
24
22
 
25
23
  ### Features
26
24
 
27
- * **ui,ui-options,ui-drilldown:** rework Drilldown ([0562fe2](https://github.com/instructure/instructure-ui/commit/0562fe2b43e3235fc78c4981ada504c1a2f10d1a))
28
-
25
+ - **ui,ui-options,ui-drilldown:** rework Drilldown ([0562fe2](https://github.com/instructure/instructure-ui/commit/0562fe2b43e3235fc78c4981ada504c1a2f10d1a))
29
26
 
30
27
  ### BREAKING CHANGES
31
28
 
32
- * **ui,ui-options,ui-drilldown:** the component got a new version in this release
29
+ - **ui,ui-options,ui-drilldown:** the component got a new version in this release
33
30
 
34
31
  INSTUI-4792
35
32
 
36
-
37
-
38
-
39
-
40
33
  ## [11.7.1](https://github.com/instructure/instructure-ui/compare/v11.7.0...v11.7.1) (2026-03-20)
41
34
 
42
35
  **Note:** Version bump only for package @instructure/ui
43
36
 
44
-
45
-
46
-
47
-
48
37
  # [11.7.0](https://github.com/instructure/instructure-ui/compare/v11.6.0...v11.7.0) (2026-03-18)
49
38
 
50
39
  **Note:** Version bump only for package @instructure/ui
51
40
 
52
-
53
-
54
-
55
-
56
41
  # [11.6.0](https://github.com/instructure/instructure-ui/compare/v11.5.0...v11.6.0) (2026-02-18)
57
42
 
58
43
  **Note:** Version bump only for package @instructure/ui
@@ -692,7 +677,7 @@ It has similar look and features to the [Menu](#Menu), [Select](#Select) and [Tr
692
677
 
693
678
  ### Bug Fixes
694
679
 
695
- - **ui:** export `EmotionThemeProvider` and `withStyle` from ui package ([61e153c](https://github.com/instructure/instructure-ui/commit/61e153c8a27c27ad850e59959a599b10b2c36b67))
680
+ - **ui:** export `EmotionThemeProvider` and `withStyleNew` from ui package ([61e153c](https://github.com/instructure/instructure-ui/commit/61e153c8a27c27ad850e59959a599b10b2c36b67))
696
681
 
697
682
  ## [8.2.1](https://github.com/instructure/instructure-ui/compare/v8.2.0...v8.2.1) (2021-04-22)
698
683
 
package/es/v11_6.js CHANGED
@@ -22,7 +22,7 @@
22
22
  * SOFTWARE.
23
23
  */
24
24
 
25
- export { InstUISettingsProvider, withStyle } from '@instructure/emotion';
25
+ export { InstUISettingsProvider, withStyleNew } from '@instructure/emotion';
26
26
  export { AccessibleContent, PresentationContent, ScreenReaderContent } from '@instructure/ui-a11y-content';
27
27
  export { Alert } from '@instructure/ui-alerts/v11_6';
28
28
  export { Avatar } from '@instructure/ui-avatar/v11_6';
package/es/v11_7.js CHANGED
@@ -22,7 +22,7 @@
22
22
  * SOFTWARE.
23
23
  */
24
24
 
25
- export { InstUISettingsProvider, withStyle } from '@instructure/emotion';
25
+ export { InstUISettingsProvider, withStyleNew } from '@instructure/emotion';
26
26
  export { AccessibleContent, PresentationContent, ScreenReaderContent } from '@instructure/ui-a11y-content';
27
27
  export { Alert } from '@instructure/ui-alerts/v11_7';
28
28
  export { Avatar } from '@instructure/ui-avatar/v11_7';
package/lib/v11_6.js CHANGED
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  var _exportNames = {
7
7
  InstUISettingsProvider: true,
8
- withStyle: true,
8
+ withStyleNew: true,
9
9
  AccessibleContent: true,
10
10
  PresentationContent: true,
11
11
  ScreenReaderContent: true,
@@ -1245,10 +1245,10 @@ Object.defineProperty(exports, "textDirectionContextConsumer", {
1245
1245
  return _uiI18n.textDirectionContextConsumer;
1246
1246
  }
1247
1247
  });
1248
- Object.defineProperty(exports, "withStyle", {
1248
+ Object.defineProperty(exports, "withStyleNew", {
1249
1249
  enumerable: true,
1250
1250
  get: function () {
1251
- return _emotion.withStyle;
1251
+ return _emotion.withStyleNew;
1252
1252
  }
1253
1253
  });
1254
1254
  var _emotion = require("@instructure/emotion");
package/lib/v11_7.js CHANGED
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  var _exportNames = {
7
7
  InstUISettingsProvider: true,
8
- withStyle: true,
8
+ withStyleNew: true,
9
9
  AccessibleContent: true,
10
10
  PresentationContent: true,
11
11
  ScreenReaderContent: true,
@@ -1238,10 +1238,10 @@ Object.defineProperty(exports, "textDirectionContextConsumer", {
1238
1238
  return _uiI18n.textDirectionContextConsumer;
1239
1239
  }
1240
1240
  });
1241
- Object.defineProperty(exports, "withStyle", {
1241
+ Object.defineProperty(exports, "withStyleNew", {
1242
1242
  enumerable: true,
1243
1243
  get: function () {
1244
- return _emotion.withStyle;
1244
+ return _emotion.withStyleNew;
1245
1245
  }
1246
1246
  });
1247
1247
  var _emotion = require("@instructure/emotion");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui",
3
- "version": "11.7.3-snapshot-32",
3
+ "version": "11.7.3-snapshot-37",
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.29.2",
18
- "@instructure/emotion": "11.7.3-snapshot-32",
19
- "@instructure/ui-a11y-content": "11.7.3-snapshot-32",
20
- "@instructure/ui-avatar": "11.7.3-snapshot-32",
21
- "@instructure/ui-badge": "11.7.3-snapshot-32",
22
- "@instructure/ui-alerts": "11.7.3-snapshot-32",
23
- "@instructure/ui-billboard": "11.7.3-snapshot-32",
24
- "@instructure/ui-breadcrumb": "11.7.3-snapshot-32",
25
- "@instructure/ui-buttons": "11.7.3-snapshot-32",
26
- "@instructure/ui-byline": "11.7.3-snapshot-32",
27
- "@instructure/ui-calendar": "11.7.3-snapshot-32",
28
- "@instructure/ui-color-picker": "11.7.3-snapshot-32",
29
- "@instructure/ui-checkbox": "11.7.3-snapshot-32",
30
- "@instructure/ui-date-time-input": "11.7.3-snapshot-32",
31
- "@instructure/ui-dialog": "11.7.3-snapshot-32",
32
- "@instructure/ui-drilldown": "11.7.3-snapshot-32",
33
- "@instructure/ui-drawer-layout": "11.7.3-snapshot-32",
34
- "@instructure/ui-date-input": "11.7.3-snapshot-32",
35
- "@instructure/ui-expandable": "11.7.3-snapshot-32",
36
- "@instructure/ui-flex": "11.7.3-snapshot-32",
37
- "@instructure/ui-editable": "11.7.3-snapshot-32",
38
- "@instructure/ui-file-drop": "11.7.3-snapshot-32",
39
- "@instructure/ui-grid": "11.7.3-snapshot-32",
40
- "@instructure/ui-form-field": "11.7.3-snapshot-32",
41
- "@instructure/ui-heading": "11.7.3-snapshot-32",
42
- "@instructure/ui-i18n": "11.7.3-snapshot-32",
43
- "@instructure/ui-img": "11.7.3-snapshot-32",
44
- "@instructure/ui-icons": "11.7.3-snapshot-32",
45
- "@instructure/ui-link": "11.7.3-snapshot-32",
46
- "@instructure/ui-focusable": "11.7.3-snapshot-32",
47
- "@instructure/ui-instructure": "11.7.3-snapshot-32",
48
- "@instructure/ui-metric": "11.7.3-snapshot-32",
49
- "@instructure/ui-modal": "11.7.3-snapshot-32",
50
- "@instructure/ui-list": "11.7.3-snapshot-32",
51
- "@instructure/ui-navigation": "11.7.3-snapshot-32",
52
- "@instructure/ui-number-input": "11.7.3-snapshot-32",
53
- "@instructure/ui-options": "11.7.3-snapshot-32",
54
- "@instructure/ui-motion": "11.7.3-snapshot-32",
55
- "@instructure/ui-overlays": "11.7.3-snapshot-32",
56
- "@instructure/ui-pages": "11.7.3-snapshot-32",
57
- "@instructure/ui-pagination": "11.7.3-snapshot-32",
58
- "@instructure/ui-pill": "11.7.3-snapshot-32",
59
- "@instructure/ui-popover": "11.7.3-snapshot-32",
60
- "@instructure/ui-position": "11.7.3-snapshot-32",
61
- "@instructure/ui-radio-input": "11.7.3-snapshot-32",
62
- "@instructure/ui-menu": "11.7.3-snapshot-32",
63
- "@instructure/ui-progress": "11.7.3-snapshot-32",
64
- "@instructure/ui-range-input": "11.7.3-snapshot-32",
65
- "@instructure/ui-portal": "11.7.3-snapshot-32",
66
- "@instructure/ui-responsive": "11.7.3-snapshot-32",
67
- "@instructure/ui-select": "11.7.3-snapshot-32",
68
- "@instructure/ui-rating": "11.7.3-snapshot-32",
69
- "@instructure/ui-side-nav-bar": "11.7.3-snapshot-32",
70
- "@instructure/ui-selectable": "11.7.3-snapshot-32",
71
- "@instructure/ui-source-code-editor": "11.7.3-snapshot-32",
72
- "@instructure/ui-spinner": "11.7.3-snapshot-32",
73
- "@instructure/ui-simple-select": "11.7.3-snapshot-32",
74
- "@instructure/ui-svg-images": "11.7.3-snapshot-32",
75
- "@instructure/ui-table": "11.7.3-snapshot-32",
76
- "@instructure/ui-text": "11.7.3-snapshot-32",
77
- "@instructure/ui-tabs": "11.7.3-snapshot-32",
78
- "@instructure/ui-tag": "11.7.3-snapshot-32",
79
- "@instructure/ui-text-area": "11.7.3-snapshot-32",
80
- "@instructure/ui-text-input": "11.7.3-snapshot-32",
81
- "@instructure/ui-themes": "11.7.3-snapshot-32",
82
- "@instructure/ui-toggle-details": "11.7.3-snapshot-32",
83
- "@instructure/ui-tooltip": "11.7.3-snapshot-32",
84
- "@instructure/ui-top-nav-bar": "11.7.3-snapshot-32",
85
- "@instructure/ui-tray": "11.7.3-snapshot-32",
86
- "@instructure/ui-time-select": "11.7.3-snapshot-32",
87
- "@instructure/ui-truncate-text": "11.7.3-snapshot-32",
88
- "@instructure/ui-truncate-list": "11.7.3-snapshot-32",
89
- "@instructure/ui-view": "11.7.3-snapshot-32",
90
- "@instructure/ui-tree-browser": "11.7.3-snapshot-32"
18
+ "@instructure/emotion": "11.7.3-snapshot-37",
19
+ "@instructure/ui-a11y-content": "11.7.3-snapshot-37",
20
+ "@instructure/ui-badge": "11.7.3-snapshot-37",
21
+ "@instructure/ui-alerts": "11.7.3-snapshot-37",
22
+ "@instructure/ui-avatar": "11.7.3-snapshot-37",
23
+ "@instructure/ui-billboard": "11.7.3-snapshot-37",
24
+ "@instructure/ui-buttons": "11.7.3-snapshot-37",
25
+ "@instructure/ui-byline": "11.7.3-snapshot-37",
26
+ "@instructure/ui-breadcrumb": "11.7.3-snapshot-37",
27
+ "@instructure/ui-calendar": "11.7.3-snapshot-37",
28
+ "@instructure/ui-checkbox": "11.7.3-snapshot-37",
29
+ "@instructure/ui-date-time-input": "11.7.3-snapshot-37",
30
+ "@instructure/ui-dialog": "11.7.3-snapshot-37",
31
+ "@instructure/ui-drawer-layout": "11.7.3-snapshot-37",
32
+ "@instructure/ui-drilldown": "11.7.3-snapshot-37",
33
+ "@instructure/ui-editable": "11.7.3-snapshot-37",
34
+ "@instructure/ui-expandable": "11.7.3-snapshot-37",
35
+ "@instructure/ui-flex": "11.7.3-snapshot-37",
36
+ "@instructure/ui-form-field": "11.7.3-snapshot-37",
37
+ "@instructure/ui-focusable": "11.7.3-snapshot-37",
38
+ "@instructure/ui-heading": "11.7.3-snapshot-37",
39
+ "@instructure/ui-grid": "11.7.3-snapshot-37",
40
+ "@instructure/ui-icons": "11.7.3-snapshot-37",
41
+ "@instructure/ui-color-picker": "11.7.3-snapshot-37",
42
+ "@instructure/ui-i18n": "11.7.3-snapshot-37",
43
+ "@instructure/ui-file-drop": "11.7.3-snapshot-37",
44
+ "@instructure/ui-date-input": "11.7.3-snapshot-37",
45
+ "@instructure/ui-img": "11.7.3-snapshot-37",
46
+ "@instructure/ui-list": "11.7.3-snapshot-37",
47
+ "@instructure/ui-link": "11.7.3-snapshot-37",
48
+ "@instructure/ui-instructure": "11.7.3-snapshot-37",
49
+ "@instructure/ui-metric": "11.7.3-snapshot-37",
50
+ "@instructure/ui-menu": "11.7.3-snapshot-37",
51
+ "@instructure/ui-motion": "11.7.3-snapshot-37",
52
+ "@instructure/ui-number-input": "11.7.3-snapshot-37",
53
+ "@instructure/ui-navigation": "11.7.3-snapshot-37",
54
+ "@instructure/ui-options": "11.7.3-snapshot-37",
55
+ "@instructure/ui-overlays": "11.7.3-snapshot-37",
56
+ "@instructure/ui-pill": "11.7.3-snapshot-37",
57
+ "@instructure/ui-pages": "11.7.3-snapshot-37",
58
+ "@instructure/ui-popover": "11.7.3-snapshot-37",
59
+ "@instructure/ui-portal": "11.7.3-snapshot-37",
60
+ "@instructure/ui-modal": "11.7.3-snapshot-37",
61
+ "@instructure/ui-position": "11.7.3-snapshot-37",
62
+ "@instructure/ui-progress": "11.7.3-snapshot-37",
63
+ "@instructure/ui-range-input": "11.7.3-snapshot-37",
64
+ "@instructure/ui-rating": "11.7.3-snapshot-37",
65
+ "@instructure/ui-pagination": "11.7.3-snapshot-37",
66
+ "@instructure/ui-radio-input": "11.7.3-snapshot-37",
67
+ "@instructure/ui-select": "11.7.3-snapshot-37",
68
+ "@instructure/ui-selectable": "11.7.3-snapshot-37",
69
+ "@instructure/ui-source-code-editor": "11.7.3-snapshot-37",
70
+ "@instructure/ui-responsive": "11.7.3-snapshot-37",
71
+ "@instructure/ui-simple-select": "11.7.3-snapshot-37",
72
+ "@instructure/ui-side-nav-bar": "11.7.3-snapshot-37",
73
+ "@instructure/ui-spinner": "11.7.3-snapshot-37",
74
+ "@instructure/ui-svg-images": "11.7.3-snapshot-37",
75
+ "@instructure/ui-table": "11.7.3-snapshot-37",
76
+ "@instructure/ui-text": "11.7.3-snapshot-37",
77
+ "@instructure/ui-tag": "11.7.3-snapshot-37",
78
+ "@instructure/ui-text-area": "11.7.3-snapshot-37",
79
+ "@instructure/ui-text-input": "11.7.3-snapshot-37",
80
+ "@instructure/ui-time-select": "11.7.3-snapshot-37",
81
+ "@instructure/ui-toggle-details": "11.7.3-snapshot-37",
82
+ "@instructure/ui-tabs": "11.7.3-snapshot-37",
83
+ "@instructure/ui-tooltip": "11.7.3-snapshot-37",
84
+ "@instructure/ui-themes": "11.7.3-snapshot-37",
85
+ "@instructure/ui-tray": "11.7.3-snapshot-37",
86
+ "@instructure/ui-tree-browser": "11.7.3-snapshot-37",
87
+ "@instructure/ui-view": "11.7.3-snapshot-37",
88
+ "@instructure/ui-truncate-text": "11.7.3-snapshot-37",
89
+ "@instructure/ui-top-nav-bar": "11.7.3-snapshot-37",
90
+ "@instructure/ui-truncate-list": "11.7.3-snapshot-37"
91
91
  },
92
92
  "devDependencies": {
93
- "@instructure/ui-babel-preset": "11.7.3-snapshot-32"
93
+ "@instructure/ui-babel-preset": "11.7.3-snapshot-37"
94
94
  },
95
95
  "peerDependencies": {
96
96
  "react": ">=18 <=19",
package/src/v11_6.ts CHANGED
@@ -22,7 +22,7 @@
22
22
  * SOFTWARE.
23
23
  */
24
24
 
25
- export { InstUISettingsProvider, withStyle } from '@instructure/emotion'
25
+ export { InstUISettingsProvider, withStyleNew } from '@instructure/emotion'
26
26
  export {
27
27
  AccessibleContent,
28
28
  PresentationContent,
package/src/v11_7.ts CHANGED
@@ -22,7 +22,7 @@
22
22
  * SOFTWARE.
23
23
  */
24
24
 
25
- export { InstUISettingsProvider, withStyle } from '@instructure/emotion'
25
+ export { InstUISettingsProvider, withStyleNew } from '@instructure/emotion'
26
26
  export {
27
27
  AccessibleContent,
28
28
  PresentationContent,