@volue/design-typography 0.3.8-next.5 → 0.3.9-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 CHANGED
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. See [Conven
4
4
 
5
5
  <!-- MONOWEAVE:BELOW -->
6
6
 
7
+ ## [0.3.8](https://github.com/Volue/wave/compare/@volue/design-typography@0.3.7...@volue/design-typography@0.3.8) "@volue/design-typography" (2025-10-16)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * improve resolution of `design-*` packages ([60d86a9](https://github.com/Volue/wave/commit/60d86a9506b75d07c0179c94a529510dbb03396a))
13
+ * rm legacy color and font-size aliases ([ee03eff](https://github.com/Volue/wave/commit/ee03eff2ce65c7b5bbcb0acb70f79bdbcea76185))
14
+
15
+
16
+
17
+
7
18
  ## [0.3.7](https://github.com/Volue/wave/compare/@volue/design-typography@0.3.6...@volue/design-typography@0.3.7) "@volue/design-typography" (2025-07-16)
8
19
 
9
20
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sun, 12 Oct 2025 22:03:06 GMT
3
+ * Generated on Sun, 02 Nov 2025 13:45:31 GMT
4
4
  */
5
5
 
6
6
  :root {
package/dist/index.scss CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Sun, 12 Oct 2025 22:03:06 GMT
3
+ // Generated on Sun, 02 Nov 2025 13:45:31 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.8-next.5",
3
+ "version": "0.3.9-next.0",
4
4
  "description": "Typography primitives for Volue design primitives",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "devDependencies": {
44
44
  "@volue/eslint-config": "1.3.11",
45
- "eslint": "9.36.0",
45
+ "eslint": "9.39.0",
46
46
  "expr-eval": "2.0.2",
47
47
  "map-obj": "4.3.0",
48
48
  "npm-run-all2": "8.0.4",