@volue/design-typography 0.3.12 → 0.3.13-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 Thu, 12 Feb 2026 14:10:59 GMT
3
+ * Generated on Thu, 26 Feb 2026 21:52:25 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 Thu, 12 Feb 2026 14:10:59 GMT
3
+ * Generated on Thu, 26 Feb 2026 21:52:25 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 Thu, 12 Feb 2026 14:10:59 GMT
3
+ * Generated on Thu, 26 Feb 2026 21:52:25 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 Thu, 12 Feb 2026 14:10:59 GMT
3
+ * Generated on Thu, 26 Feb 2026 21:52:25 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 Thu, 12 Feb 2026 14:10:59 GMT
3
+ * Generated on Thu, 26 Feb 2026 21:52:25 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 Thu, 12 Feb 2026 14:10:59 GMT
3
+ // Generated on Thu, 26 Feb 2026 21:52:25 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.12",
3
+ "version": "0.3.13-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.2",
46
+ "eslint": "9.39.3",
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.0",
54
+ "style-dictionary": "5.3.2",
55
55
  "typescript": "5.9.3"
56
56
  }
57
57
  }