@instructure/ui-truncate-text 11.7.2-snapshot-50 → 11.7.2-snapshot-52

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,12 @@
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-50](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2-snapshot-50) (2026-04-21)
6
+ ## [11.7.2-snapshot-52](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2-snapshot-52) (2026-04-22)
7
7
 
8
- **Note:** Version bump only for package @instructure/ui-truncate-text
8
+
9
+ ### Bug Fixes
10
+
11
+ * **many:** fix doc component previews, update dark theme text and code block styles, and replace old icons ([d4e48d3](https://github.com/instructure/instructure-ui/commit/d4e48d3f739decb13b76c863c8f01685f0788dd6))
9
12
 
10
13
 
11
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-truncate-text",
3
- "version": "11.7.2-snapshot-50",
3
+ "version": "11.7.2-snapshot-52",
4
4
  "description": "A TruncateText component made by Instructure Inc.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -16,24 +16,24 @@
16
16
  "dependencies": {
17
17
  "@babel/runtime": "^7.27.6",
18
18
  "escape-html": "^1.0.3",
19
- "@instructure/console": "11.7.2-snapshot-50",
20
- "@instructure/shared-types": "11.7.2-snapshot-50",
21
- "@instructure/ui-dom-utils": "11.7.2-snapshot-50",
22
- "@instructure/emotion": "11.7.2-snapshot-50",
23
- "@instructure/debounce": "11.7.2-snapshot-50",
24
- "@instructure/ui-react-utils": "11.7.2-snapshot-50",
25
- "@instructure/ui-utils": "11.7.2-snapshot-50"
19
+ "@instructure/debounce": "11.7.2-snapshot-52",
20
+ "@instructure/emotion": "11.7.2-snapshot-52",
21
+ "@instructure/console": "11.7.2-snapshot-52",
22
+ "@instructure/shared-types": "11.7.2-snapshot-52",
23
+ "@instructure/ui-dom-utils": "11.7.2-snapshot-52",
24
+ "@instructure/ui-react-utils": "11.7.2-snapshot-52",
25
+ "@instructure/ui-utils": "11.7.2-snapshot-52"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@testing-library/jest-dom": "^6.6.3",
29
29
  "@testing-library/react": "15.0.7",
30
30
  "@types/escape-html": "^1.0.4",
31
31
  "vitest": "^3.2.2",
32
- "@instructure/ui-axe-check": "11.7.2-snapshot-50",
33
- "@instructure/ui-color-utils": "11.7.2-snapshot-50",
34
- "@instructure/ui-text": "11.7.2-snapshot-50",
35
- "@instructure/ui-babel-preset": "11.7.2-snapshot-50",
36
- "@instructure/ui-themes": "11.7.2-snapshot-50"
32
+ "@instructure/ui-babel-preset": "11.7.2-snapshot-52",
33
+ "@instructure/ui-text": "11.7.2-snapshot-52",
34
+ "@instructure/ui-themes": "11.7.2-snapshot-52",
35
+ "@instructure/ui-axe-check": "11.7.2-snapshot-52",
36
+ "@instructure/ui-color-utils": "11.7.2-snapshot-52"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "react": ">=18 <=19"
@@ -48,9 +48,9 @@ type: example
48
48
  console.log(truncated, text)
49
49
  }}
50
50
  >
51
- <span>
51
+ <Text>
52
52
  Regular sized text with <Link href="#">A Text Link </Link>and <Text weight="bold">some bold text.</Text>
53
- </span>
53
+ </Text>
54
54
  </TruncateText>
55
55
  </div>
56
56