@instructure/ui-grid 11.7.4-snapshot-129 → 11.7.4-snapshot-132

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.4-snapshot-129](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-129) (2026-07-23)
6
+ ## [11.7.4-snapshot-132](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-132) (2026-07-23)
7
7
 
8
8
 
9
9
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-grid",
3
- "version": "11.7.4-snapshot-129",
3
+ "version": "11.7.4-snapshot-132",
4
4
  "description": "A Grid component.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -15,20 +15,20 @@
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
17
  "@babel/runtime": "^7.29.7",
18
- "@instructure/console": "11.7.4-snapshot-129",
19
- "@instructure/emotion": "11.7.4-snapshot-129",
20
- "@instructure/shared-types": "11.7.4-snapshot-129",
21
- "@instructure/ui-react-utils": "11.7.4-snapshot-129",
22
- "@instructure/ui-a11y-content": "11.7.4-snapshot-129",
23
- "@instructure/ui-themes": "11.7.4-snapshot-129",
24
- "@instructure/ui-utils": "11.7.4-snapshot-129"
18
+ "@instructure/console": "11.7.4-snapshot-132",
19
+ "@instructure/emotion": "11.7.4-snapshot-132",
20
+ "@instructure/ui-a11y-content": "11.7.4-snapshot-132",
21
+ "@instructure/shared-types": "11.7.4-snapshot-132",
22
+ "@instructure/ui-react-utils": "11.7.4-snapshot-132",
23
+ "@instructure/ui-themes": "11.7.4-snapshot-132",
24
+ "@instructure/ui-utils": "11.7.4-snapshot-132"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@testing-library/jest-dom": "^6.9.1",
28
28
  "@testing-library/react": "16.3.2",
29
29
  "vitest": "^4.1.9",
30
- "@instructure/ui-babel-preset": "11.7.4-snapshot-129",
31
- "@instructure/ui-color-utils": "11.7.4-snapshot-129"
30
+ "@instructure/ui-babel-preset": "11.7.4-snapshot-132",
31
+ "@instructure/ui-color-utils": "11.7.4-snapshot-132"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "react": ">=18 <=19"
@@ -232,7 +232,7 @@ type: example
232
232
  <Grid.Col width="auto">
233
233
  <Button>Cancel</Button>
234
234
  &nbsp;
235
- <Button color="primary" renderIcon={IconAddSolid}>Widget</Button>
235
+ <Button color="primary" renderIcon={PlusInstUIIcon}>Widget</Button>
236
236
  </Grid.Col>
237
237
  </Grid.Row>
238
238
  </Grid>