@volue/design-typography 0.3.1 → 0.3.2-next.0
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 +1 -1
- package/dist/index.custom-properties.css +1 -1
- package/dist/index.scss +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) for commit guidelines.
|
|
4
4
|
|
|
5
|
-
<!--
|
|
5
|
+
<!-- MONOWEAVE:BELOW -->
|
|
6
6
|
|
|
7
7
|
## [0.3.1](https://github.com/Volue/wave/compare/@volue/design-typography@0.3.0...@volue/design-typography@0.3.1) "@volue/design-typography" (2024-02-28)
|
|
8
8
|
|
package/dist/index.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Sun, 12 May 2024 22:57:18 GMT
|
|
4
4
|
|
|
5
5
|
$font-family-base: 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI';
|
|
6
6
|
$font-family-display: 'FK Display', 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI', sans-serif;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@volue/design-typography",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2-next.0",
|
|
4
4
|
"description": "Typography primitives for Volue design primitives",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"repository": {
|
|
@@ -52,6 +52,6 @@
|
|
|
52
52
|
"prettier": "3.2.5",
|
|
53
53
|
"rimraf": "3.0.2",
|
|
54
54
|
"style-dictionary": "3.9.2",
|
|
55
|
-
"typescript": "5.
|
|
55
|
+
"typescript": "5.4.5"
|
|
56
56
|
}
|
|
57
57
|
}
|