@volue/design-typography 0.3.8-next.3 → 0.3.8-next.5

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 Fri, 03 Oct 2025 12:41:41 GMT
3
+ * Generated on Sun, 12 Oct 2025 22:03:06 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 Fri, 03 Oct 2025 12:41:41 GMT
3
+ // Generated on Sun, 12 Oct 2025 22:03:06 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.3",
3
+ "version": "0.3.8-next.5",
4
4
  "description": "Typography primitives for Volue design primitives",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {
@@ -14,14 +14,15 @@
14
14
  "exports": {
15
15
  ".": {
16
16
  "types": "./dist/index.d.ts",
17
- "import": "./dist/index.module.js",
18
- "default": "./dist/index.common.js"
17
+ "import": "./dist/index.mjs",
18
+ "require": "./dist/index.cjs",
19
+ "default": "./dist/index.cjs"
19
20
  },
20
21
  "./dist/*": "./dist/*",
21
22
  "./package.json": "./package.json"
22
23
  },
23
- "main": "dist/index.common.js",
24
- "module": "dist/index.module.js",
24
+ "main": "dist/index.cjs",
25
+ "module": "dist/index.mjs",
25
26
  "types": "dist/index.d.ts",
26
27
  "sideEffects": false,
27
28
  "files": [
File without changes
File without changes