@instructure/ui-icons 11.7.2-snapshot-18 → 11.7.2-snapshot-20

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,19 @@
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-18](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2-snapshot-18) (2026-04-01)
6
+ ## [11.7.2-snapshot-20](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2-snapshot-20) (2026-04-01)
7
7
 
8
- **Note:** Version bump only for package @instructure/ui-icons
8
+
9
+ ### Features
10
+
11
+ * **ui-rating,ui-icons:** rework Rating ([af97f0c](https://github.com/instructure/instructure-ui/commit/af97f0c0bc3a5d8324d99f23645b428192152193))
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * **ui-rating,ui-icons:** contains breaking changes due to component using the new theming system
17
+
18
+ INSTUI-4806
9
19
 
10
20
 
11
21
 
@@ -98,6 +98,7 @@ export function wrapCustomIcon(PathsComponent, iconName, viewBox = '0 0 24 24')
98
98
  const svgProps = {
99
99
  ...passthroughProps(rest),
100
100
  ref: handleElementRef,
101
+ name: iconName,
101
102
  viewBox,
102
103
  width: styles.numericSize,
103
104
  height: styles.numericSize,
@@ -105,6 +105,7 @@ function wrapCustomIcon(PathsComponent, iconName, viewBox = '0 0 24 24') {
105
105
  const svgProps = {
106
106
  ...(0, _passthroughProps.passthroughProps)(rest),
107
107
  ref: handleElementRef,
108
+ name: iconName,
108
109
  viewBox,
109
110
  width: styles.numericSize,
110
111
  height: styles.numericSize,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-icons",
3
- "version": "11.7.2-snapshot-18",
3
+ "version": "11.7.2-snapshot-20",
4
4
  "description": "Icon set for Instructure, Inc. products",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -19,17 +19,17 @@
19
19
  "license": "MIT",
20
20
  "devDependencies": {
21
21
  "@types/node": "^22.5.4",
22
- "@instructure/ui-babel-preset": "11.7.2-snapshot-18"
22
+ "@instructure/ui-babel-preset": "11.7.2-snapshot-20"
23
23
  },
24
24
  "dependencies": {
25
25
  "@babel/runtime": "^7.27.6",
26
26
  "lucide-react": "^0.559.0",
27
- "@instructure/emotion": "11.7.2-snapshot-18",
28
- "@instructure/shared-types": "11.7.2-snapshot-18",
29
- "@instructure/ui-react-utils": "11.7.2-snapshot-18",
30
- "@instructure/ui-themes": "11.7.2-snapshot-18",
31
- "@instructure/ui-svg-images": "11.7.2-snapshot-18",
32
- "@instructure/ui-utils": "11.7.2-snapshot-18"
27
+ "@instructure/emotion": "11.7.2-snapshot-20",
28
+ "@instructure/shared-types": "11.7.2-snapshot-20",
29
+ "@instructure/ui-react-utils": "11.7.2-snapshot-20",
30
+ "@instructure/ui-svg-images": "11.7.2-snapshot-20",
31
+ "@instructure/ui-themes": "11.7.2-snapshot-20",
32
+ "@instructure/ui-utils": "11.7.2-snapshot-20"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "react": ">=18 <=19"