@mirohq/design-system-typography 0.4.4 → 0.4.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.
Files changed (2) hide show
  1. package/dist/types.d.ts +3 -0
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -345,6 +345,7 @@ declare const H1: react.ForwardRefExoticComponent<Omit<Omit<{
345
345
  readonly borderRightColor: "colors";
346
346
  readonly borderRightStyle: "border-styles";
347
347
  readonly borderRightWidth: "border-widths";
348
+ readonly borderSpacing: "space-offset";
348
349
  readonly borderStyle: "border-styles";
349
350
  readonly borderTop: "colors";
350
351
  readonly borderTopColor: "colors";
@@ -861,6 +862,7 @@ declare const StyledText: react.ForwardRefExoticComponent<Omit<Omit<{
861
862
  readonly borderRightColor: "colors";
862
863
  readonly borderRightStyle: "border-styles";
863
864
  readonly borderRightWidth: "border-widths";
865
+ readonly borderSpacing: "space-offset";
864
866
  readonly borderStyle: "border-styles";
865
867
  readonly borderTop: "colors";
866
868
  readonly borderTopColor: "colors";
@@ -1380,6 +1382,7 @@ declare const StyledParagraph: react.ForwardRefExoticComponent<Omit<Omit<{
1380
1382
  readonly borderRightColor: "colors";
1381
1383
  readonly borderRightStyle: "border-styles";
1382
1384
  readonly borderRightWidth: "border-widths";
1385
+ readonly borderSpacing: "space-offset";
1383
1386
  readonly borderStyle: "border-styles";
1384
1387
  readonly borderTop: "colors";
1385
1388
  readonly borderTopColor: "colors";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-typography",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
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.16"
30
+ "@mirohq/design-system-stitches": "^2.4.0"
31
31
  },
32
32
  "scripts": {
33
33
  "build": "rollup -c ../../../rollup.config.js",