@instructure/ui-instructure 11.7.2-snapshot-52 → 11.7.2-snapshot-60

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.2-snapshot-52](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2-snapshot-52) (2026-04-22)
6
+ ## [11.7.2-snapshot-60](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2-snapshot-60) (2026-04-23)
7
7
 
8
8
 
9
9
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-instructure",
3
- "version": "11.7.2-snapshot-52",
3
+ "version": "11.7.2-snapshot-60",
4
4
  "description": "Collection of specific components for Instructure products",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -15,26 +15,26 @@
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
17
  "@babel/runtime": "^7.27.6",
18
- "@instructure/shared-types": "11.7.2-snapshot-52",
19
- "@instructure/ui-buttons": "11.7.2-snapshot-52",
20
- "@instructure/ui-icons": "11.7.2-snapshot-52",
21
- "@instructure/ui-heading": "11.7.2-snapshot-52",
22
- "@instructure/emotion": "11.7.2-snapshot-52",
23
- "@instructure/ui-link": "11.7.2-snapshot-52",
24
- "@instructure/ui-modal": "11.7.2-snapshot-52",
25
- "@instructure/ui-popover": "11.7.2-snapshot-52",
26
- "@instructure/ui-react-utils": "11.7.2-snapshot-52",
27
- "@instructure/ui-text": "11.7.2-snapshot-52",
28
- "@instructure/ui-view": "11.7.2-snapshot-52"
18
+ "@instructure/emotion": "11.7.2-snapshot-60",
19
+ "@instructure/shared-types": "11.7.2-snapshot-60",
20
+ "@instructure/ui-heading": "11.7.2-snapshot-60",
21
+ "@instructure/ui-icons": "11.7.2-snapshot-60",
22
+ "@instructure/ui-buttons": "11.7.2-snapshot-60",
23
+ "@instructure/ui-link": "11.7.2-snapshot-60",
24
+ "@instructure/ui-modal": "11.7.2-snapshot-60",
25
+ "@instructure/ui-popover": "11.7.2-snapshot-60",
26
+ "@instructure/ui-react-utils": "11.7.2-snapshot-60",
27
+ "@instructure/ui-text": "11.7.2-snapshot-60",
28
+ "@instructure/ui-view": "11.7.2-snapshot-60"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@testing-library/jest-dom": "^6.6.3",
32
32
  "@testing-library/react": "15.0.7",
33
33
  "vitest": "^3.2.2",
34
- "@instructure/ui-axe-check": "11.7.2-snapshot-52",
35
- "@instructure/ui-babel-preset": "11.7.2-snapshot-52",
36
- "@instructure/ui-color-utils": "11.7.2-snapshot-52",
37
- "@instructure/ui-themes": "11.7.2-snapshot-52"
34
+ "@instructure/ui-babel-preset": "11.7.2-snapshot-60",
35
+ "@instructure/ui-axe-check": "11.7.2-snapshot-60",
36
+ "@instructure/ui-themes": "11.7.2-snapshot-60",
37
+ "@instructure/ui-color-utils": "11.7.2-snapshot-60"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "react": ">=18 <=19"
@@ -36,7 +36,7 @@ import type { AiInformationStyle, AiInformationProps } from './props'
36
36
  * @return The final style object, which will be used in the component
37
37
  */
38
38
  const generateStyle = (
39
- componentTheme: NewComponentTypes['AiInformation'],
39
+ componentTheme: ReturnType<NewComponentTypes['AiInformation']>,
40
40
  _params: AiInformationProps,
41
41
  _sharedTokens: SharedTokens
42
42
  ): AiInformationStyle => {
@@ -39,7 +39,7 @@ import type {
39
39
  * @return The final style object, which will be used in the component
40
40
  */
41
41
  const generateStyle = (
42
- componentTheme: NewComponentTypes['DataPermissionLevels'],
42
+ componentTheme: ReturnType<NewComponentTypes['DataPermissionLevels']>,
43
43
  _params: DataPermissionLevelsProps,
44
44
  _sharedTokens: SharedTokens
45
45
  ): DataPermissionLevelsStyle => {
@@ -36,7 +36,7 @@ import type { NutritionFactsProps, NutritionFactsStyle } from './props'
36
36
  * @return The final style object, which will be used in the component
37
37
  */
38
38
  const generateStyle = (
39
- componentTheme: NewComponentTypes['NutritionFacts'],
39
+ componentTheme: ReturnType<NewComponentTypes['NutritionFacts']>,
40
40
  _params: NutritionFactsProps,
41
41
  _sharedTokens: SharedTokens
42
42
  ): NutritionFactsStyle => {