@volue/design-typography 0.2.0-next.2 → 0.2.0-next.3

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 Mon, 24 Apr 2023 10:22:58 GMT
3
+ * Generated on Fri, 05 May 2023 13:05:56 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 Mon, 24 Apr 2023 10:22:58 GMT
3
+ // Generated on Fri, 05 May 2023 13:05:56 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.0-next.2",
3
+ "version": "0.2.0-next.3",
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.37.0",
34
+ "eslint": "8.39.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",
@@ -40,7 +40,7 @@
40
40
  "npm-run-all": "4.1.5",
41
41
  "polished": "4.2.2",
42
42
  "postcss-calc-ast-parser": "0.1.4",
43
- "prettier": "2.8.7",
43
+ "prettier": "2.8.8",
44
44
  "rimraf": "3.0.2",
45
45
  "style-dictionary": "3.7.3-rc.1",
46
46
  "typescript": "4.9.5"