@mirohq/design-system-typography 0.3.5 → 0.3.6
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/types.d.ts +3 -0
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -242,6 +242,7 @@ declare const H1: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
242
242
|
readonly 400: "32px";
|
|
243
243
|
readonly 500: "40px";
|
|
244
244
|
readonly 600: "48px";
|
|
245
|
+
readonly 700: "56px";
|
|
245
246
|
readonly 800: "64px";
|
|
246
247
|
readonly 1200: "96px";
|
|
247
248
|
readonly 1600: "128px";
|
|
@@ -738,6 +739,7 @@ declare const StyledText: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
738
739
|
readonly 400: "32px";
|
|
739
740
|
readonly 500: "40px";
|
|
740
741
|
readonly 600: "48px";
|
|
742
|
+
readonly 700: "56px";
|
|
741
743
|
readonly 800: "64px";
|
|
742
744
|
readonly 1200: "96px";
|
|
743
745
|
readonly 1600: "128px";
|
|
@@ -1237,6 +1239,7 @@ declare const StyledParagraph: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1237
1239
|
readonly 400: "32px";
|
|
1238
1240
|
readonly 500: "40px";
|
|
1239
1241
|
readonly 600: "48px";
|
|
1242
|
+
readonly 700: "56px";
|
|
1240
1243
|
readonly 800: "64px";
|
|
1241
1244
|
readonly 1200: "96px";
|
|
1242
1245
|
readonly 1600: "128px";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-typography",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@mirohq/design-system-primitive": "^1.1.1",
|
|
30
|
-
"@mirohq/design-system-stitches": "^2.3.
|
|
30
|
+
"@mirohq/design-system-stitches": "^2.3.10"
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
33
|
"build": "rollup -c ../../../rollup.config.js",
|