@instructure/ui-progress 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
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-progress",
3
- "version": "11.7.4-snapshot-129",
3
+ "version": "11.7.4-snapshot-132",
4
4
  "description": "Styled HTML <progress /> elements for showing completion of a task",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -15,21 +15,21 @@
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-a11y-content": "11.7.4-snapshot-129",
22
- "@instructure/ui-color-utils": "11.7.4-snapshot-129",
23
- "@instructure/ui-react-utils": "11.7.4-snapshot-129",
24
- "@instructure/ui-view": "11.7.4-snapshot-129",
25
- "@instructure/ui-themes": "11.7.4-snapshot-129"
18
+ "@instructure/shared-types": "11.7.4-snapshot-132",
19
+ "@instructure/ui-a11y-content": "11.7.4-snapshot-132",
20
+ "@instructure/emotion": "11.7.4-snapshot-132",
21
+ "@instructure/ui-color-utils": "11.7.4-snapshot-132",
22
+ "@instructure/console": "11.7.4-snapshot-132",
23
+ "@instructure/ui-react-utils": "11.7.4-snapshot-132",
24
+ "@instructure/ui-view": "11.7.4-snapshot-132",
25
+ "@instructure/ui-themes": "11.7.4-snapshot-132"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@testing-library/jest-dom": "^6.9.1",
29
29
  "@testing-library/react": "16.3.2",
30
30
  "vitest": "^4.1.9",
31
- "@instructure/ui-axe-check": "11.7.4-snapshot-129",
32
- "@instructure/ui-babel-preset": "11.7.4-snapshot-129"
31
+ "@instructure/ui-axe-check": "11.7.4-snapshot-132",
32
+ "@instructure/ui-babel-preset": "11.7.4-snapshot-132"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "react": ">=18 <=19"
@@ -90,7 +90,7 @@ component. Set it to `primary-inverse` when the component is used on dark backgr
90
90
  ---
91
91
  type: example
92
92
  ---
93
- <View background="primary-inverse" padding="medium" as="div">
93
+ <View background="primary-inverse" padding="general.spaceXl" as="div">
94
94
  <ProgressBar
95
95
  screenReaderLabel="Loading completion"
96
96
  color="primary-inverse"
@@ -325,7 +325,7 @@ const Example = () => {
325
325
  <View
326
326
  as="div"
327
327
  background="primary"
328
- padding="medium"
328
+ padding="general.spaceXl"
329
329
  margin="0 0 general.space2xl 0"
330
330
  >
331
331
  <FormFieldGroup