@mirohq/design-system-typography 0.2.8 → 0.2.9

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 +12 -0
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -260,6 +260,11 @@ declare const H1: react.ForwardRefExoticComponent<Pick<Omit<{
260
260
  readonly 'stacking-500': any;
261
261
  readonly 'stacking-800': any;
262
262
  };
263
+ 'stroke-width': {
264
+ readonly thin: "1.5px";
265
+ readonly normal: "2px";
266
+ readonly bold: "4px";
267
+ };
263
268
  'z-indices': {
264
269
  readonly dropdownMenu: 100;
265
270
  readonly popover: 200;
@@ -388,6 +393,7 @@ declare const H1: react.ForwardRefExoticComponent<Pick<Omit<{
388
393
  readonly scrollPaddingRight: "space-inset";
389
394
  readonly scrollPaddingTop: "space-inset";
390
395
  readonly stroke: "colors";
396
+ readonly strokeWidth: "stroke-width";
391
397
  readonly textDecorationColor: "colors";
392
398
  readonly textShadow: "shadows";
393
399
  readonly top: "space";
@@ -724,6 +730,11 @@ declare const StyledText: react.ForwardRefExoticComponent<Pick<Omit<{
724
730
  readonly 'stacking-500': any;
725
731
  readonly 'stacking-800': any;
726
732
  };
733
+ 'stroke-width': {
734
+ readonly thin: "1.5px";
735
+ readonly normal: "2px";
736
+ readonly bold: "4px";
737
+ };
727
738
  'z-indices': {
728
739
  readonly dropdownMenu: 100;
729
740
  readonly popover: 200;
@@ -852,6 +863,7 @@ declare const StyledText: react.ForwardRefExoticComponent<Pick<Omit<{
852
863
  readonly scrollPaddingRight: "space-inset";
853
864
  readonly scrollPaddingTop: "space-inset";
854
865
  readonly stroke: "colors";
866
+ readonly strokeWidth: "stroke-width";
855
867
  readonly textDecorationColor: "colors";
856
868
  readonly textShadow: "shadows";
857
869
  readonly top: "space";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-typography",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
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.0",
30
- "@mirohq/design-system-stitches": "^2.2.5"
30
+ "@mirohq/design-system-stitches": "^2.3.0"
31
31
  },
32
32
  "scripts": {
33
33
  "build": "rollup -c ../../../rollup.config.js",