@instructure/ui-rating 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-rating",
3
- "version": "11.7.4-snapshot-129",
3
+ "version": "11.7.4-snapshot-132",
4
4
  "description": "A static rating component",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -15,23 +15,23 @@
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/ui-a11y-content": "11.7.4-snapshot-129",
21
- "@instructure/ui-dom-utils": "11.7.4-snapshot-129",
22
- "@instructure/shared-types": "11.7.4-snapshot-129",
23
- "@instructure/ui-icons": "11.7.4-snapshot-129",
24
- "@instructure/ui-motion": "11.7.4-snapshot-129",
25
- "@instructure/ui-react-utils": "11.7.4-snapshot-129",
26
- "@instructure/ui-themes": "11.7.4-snapshot-129",
27
- "@instructure/ui-view": "11.7.4-snapshot-129"
18
+ "@instructure/console": "11.7.4-snapshot-132",
19
+ "@instructure/emotion": "11.7.4-snapshot-132",
20
+ "@instructure/shared-types": "11.7.4-snapshot-132",
21
+ "@instructure/ui-dom-utils": "11.7.4-snapshot-132",
22
+ "@instructure/ui-a11y-content": "11.7.4-snapshot-132",
23
+ "@instructure/ui-icons": "11.7.4-snapshot-132",
24
+ "@instructure/ui-motion": "11.7.4-snapshot-132",
25
+ "@instructure/ui-themes": "11.7.4-snapshot-132",
26
+ "@instructure/ui-view": "11.7.4-snapshot-132",
27
+ "@instructure/ui-react-utils": "11.7.4-snapshot-132"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@testing-library/jest-dom": "^6.9.1",
31
31
  "@testing-library/react": "16.3.2",
32
32
  "vitest": "^4.1.9",
33
- "@instructure/ui-axe-check": "11.7.4-snapshot-129",
34
- "@instructure/ui-babel-preset": "11.7.4-snapshot-129"
33
+ "@instructure/ui-axe-check": "11.7.4-snapshot-132",
34
+ "@instructure/ui-babel-preset": "11.7.4-snapshot-132"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "react": ">=18 <=19"
@@ -20,8 +20,8 @@ this feature using the `animateFill` prop.
20
20
  ---
21
21
  type: example
22
22
  ---
23
- <Flex gap="large">
24
- <Flex gap="x-small">
23
+ <Flex gap="general.space2xl">
24
+ <Flex gap="general.spaceSm">
25
25
  <Rating
26
26
  formatValueText={function (currentRating, maxRating) {
27
27
  return currentRating + ' out of ' + maxRating
@@ -32,7 +32,7 @@ type: example
32
32
  />
33
33
  <Text>2/3</Text>
34
34
  </Flex>
35
- <Flex gap="x-small">
35
+ <Flex gap="general.spaceSm">
36
36
  <Rating
37
37
  animateFill
38
38
  formatValueText={function (currentRating, maxRating) {
@@ -57,7 +57,7 @@ space around the actual rating.
57
57
  ---
58
58
  type: example
59
59
  ---
60
- <Flex gap="large">
60
+ <Flex gap="general.space2xl">
61
61
  <Flex>
62
62
  <Rating
63
63
  label="Product rating"