@trebired/frontend 1.19.2 → 1.19.3
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 +4 -0
- package/dist/styles/utils.scss +8 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,10 @@ This project follows semantic versioning once published.
|
|
|
6
6
|
|
|
7
7
|
## Unreleased
|
|
8
8
|
|
|
9
|
+
## 1.19.3
|
|
10
|
+
|
|
11
|
+
- Restored Inter inheritance for native controls so advanced tabs, buttons, inputs, selects, and textareas keep the app font instead of browser defaults.
|
|
12
|
+
|
|
9
13
|
## 1.19.2
|
|
10
14
|
|
|
11
15
|
- Restored legacy-compatible primitive card padding by having the package `card()` helper emit the shared `card` class alongside the package `tbf-card` marker.
|
package/dist/styles/utils.scss
CHANGED