@volue/design-typography 0.2.0-next.4 → 0.2.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/CHANGELOG.md CHANGED
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. See [Conven
4
4
 
5
5
  <!-- MONODEPLOY:BELOW -->
6
6
 
7
+ ## [0.2.0](https://github.com/Volue/wave/compare/@volue/design-typography@0.1.0...@volue/design-typography@0.2.0) "@volue/design-typography" (2023-05-16)
8
+
9
+
10
+ ### Features
11
+
12
+ * **react:** add `Text` variants ([960ef54](https://github.com/Volue/wave/commit/960ef54bb7619d9e4e2459fe1f1685ceb793d250))
13
+ * **tokens:** add `xsmall` body text variant ([fb3deb2](https://github.com/Volue/wave/commit/fb3deb216b87be550298bcdc317f3d538a4d71df))
14
+ * use json files to store typography tokens ([0ffa42a](https://github.com/Volue/wave/commit/0ffa42aa699946085cff0d5d8cfc25e4ac8fcd3e))
15
+
16
+
17
+
18
+
7
19
  ## [0.1.0](https://github.com/Volue/wave/compare/@volue/design-typography@0.1.0-next.0...@volue/design-typography@0.1.0) "@volue/design-typography" (2023-03-01)
8
20
 
9
21
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 15 May 2023 17:17:44 GMT
3
+ * Generated on Tue, 16 May 2023 06:30:36 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, 15 May 2023 17:17:44 GMT
3
+ // Generated on Tue, 16 May 2023 06:30:36 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.4",
3
+ "version": "0.2.0",
4
4
  "description": "Typography primitives for Volue design primitives",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {