@volue/design-typography 0.3.5 → 0.3.6-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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 08 Apr 2025 15:11:59 GMT
3
+ * Generated on Fri, 16 May 2025 10:30:13 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 Tue, 08 Apr 2025 15:11:59 GMT
3
+ // Generated on Fri, 16 May 2025 10:30:13 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.5",
3
+ "version": "0.3.6-next.0",
4
4
  "description": "Typography primitives for Volue design primitives",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {
@@ -41,7 +41,7 @@
41
41
  },
42
42
  "devDependencies": {
43
43
  "@volue/eslint-config": "1.3.11",
44
- "eslint": "9.23.0",
44
+ "eslint": "9.26.0",
45
45
  "expr-eval": "2.0.2",
46
46
  "map-obj": "4.3.0",
47
47
  "npm-run-all2": "7.0.2",
@@ -50,6 +50,6 @@
50
50
  "premove": "4.0.0",
51
51
  "prettier": "3.5.3",
52
52
  "style-dictionary": "3.9.2",
53
- "typescript": "5.8.2"
53
+ "typescript": "5.8.3"
54
54
  }
55
55
  }