@volue/design-typography 0.2.1 → 0.2.2-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 Thu, 15 Jun 2023 13:10:39 GMT
3
+ * Generated on Wed, 28 Jun 2023 10:09:02 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 Thu, 15 Jun 2023 13:10:39 GMT
3
+ // Generated on Wed, 28 Jun 2023 10:09:02 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.2.1",
3
+ "version": "0.2.2-next.0",
4
4
  "description": "Typography primitives for Volue design primitives",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {
@@ -31,7 +31,7 @@
31
31
  "prepack": "yarn run build"
32
32
  },
33
33
  "devDependencies": {
34
- "eslint": "8.42.0",
34
+ "eslint": "8.43.0",
35
35
  "eslint-config-powel": "14.2.1",
36
36
  "eslint-import-resolver-node": "0.3.7",
37
37
  "eslint-plugin-import": "2.27.5",
@@ -43,6 +43,6 @@
43
43
  "prettier": "2.8.8",
44
44
  "rimraf": "3.0.2",
45
45
  "style-dictionary": "3.8.0",
46
- "typescript": "4.9.5"
46
+ "typescript": "5.1.3"
47
47
  }
48
48
  }