Skip to content

Commit c294a97

Browse files
Version Packages (#859)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent df04845 commit c294a97

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

.changeset/restore-text-size-inherit.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/mantle/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @ngrok/mantle
22

3+
## 0.57.4
4+
5+
### Patch Changes
6+
7+
- [#858](https://github.com/ngrok-oss/mantle/pull/858) [`df04845`](https://github.com/ngrok-oss/mantle/commit/df048454e61c20712309ac375547b1154e350a3d) Thanks [@cody-dot-js](https://github.com/cody-dot-js)! - fix: restore text-size-inherit utility
8+
9+
Re-added `text-size-inherit` font-size utility that was accidentally removed in v0.57.3. This utility allows components to inherit font-size from their parent element.
10+
11+
**Note:** This utility is named `text-size-inherit` (not `text-inherit`) to avoid conflicts with Tailwind's standard `text-inherit` utility which controls color inheritance.
12+
13+
**Changes:**
14+
- Added `--text-size-inherit: inherit;` to `@theme inline` block
15+
- Added `text-size-inherit` to font-size class group in cx helper's tailwind-merge config
16+
- Added tests for proper class merging with text-size-inherit
17+
318
## 0.57.3
419

520
### Patch Changes

packages/mantle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "mantle is ngrok's UI library and design system.",
44
"author": "ngrok",
55
"license": "MIT",
6-
"version": "0.57.3",
6+
"version": "0.57.4",
77
"homepage": "https://mantle.ngrok.com",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)