@volue/design-typography 0.3.13 → 0.3.14-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/dist/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Fri, 27 Feb 2026 15:01:06 GMT
3
+ * Generated on Thu, 26 Mar 2026 10:26:15 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Fri, 27 Feb 2026 15:01:06 GMT
3
+ * Generated on Thu, 26 Mar 2026 10:26:15 GMT
4
4
  */
5
5
 
6
6
  @value font-family-base: 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Fri, 27 Feb 2026 15:01:06 GMT
3
+ * Generated on Thu, 26 Mar 2026 10:26:15 GMT
4
4
  */
5
5
 
6
6
  :root {
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Fri, 27 Feb 2026 15:01:06 GMT
3
+ * Generated on Thu, 26 Mar 2026 10:26:15 GMT
4
4
  */
5
5
 
6
6
  export default tokens;
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Fri, 27 Feb 2026 15:01:06 GMT
3
+ * Generated on Thu, 26 Mar 2026 10:26:15 GMT
4
4
  */
5
5
 
6
6
  export default {
package/dist/index.scss CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly, this file was auto-generated.
3
- // Generated on Fri, 27 Feb 2026 15:01:06 GMT
3
+ // Generated on Thu, 26 Mar 2026 10:26:15 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.13",
3
+ "version": "0.3.14-next.0",
4
4
  "type": "module",
5
5
  "description": "Typography primitives for Volue design primitives",
6
6
  "license": "UNLICENSED",
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "devDependencies": {
45
45
  "@volue/eslint-config": "1.3.12",
46
- "eslint": "9.39.3",
46
+ "eslint": "9.39.4",
47
47
  "expr-eval-fork": "3.0.3",
48
48
  "map-obj": "4.3.0",
49
49
  "npm-run-all2": "8.0.4",
@@ -51,7 +51,7 @@
51
51
  "postcss-calc-ast-parser": "0.1.4",
52
52
  "premove": "4.0.0",
53
53
  "prettier": "3.8.1",
54
- "style-dictionary": "5.3.2",
54
+ "style-dictionary": "5.4.0",
55
55
  "typescript": "5.9.3"
56
56
  }
57
57
  }