@mirohq/design-system-typography 0.3.6-select.0 → 0.3.7-select.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.
Files changed (2) hide show
  1. package/dist/types.d.ts +6 -0
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -243,6 +243,7 @@ declare const H1: react.ForwardRefExoticComponent<Omit<Omit<{
243
243
  readonly 400: "32px";
244
244
  readonly 500: "40px";
245
245
  readonly 600: "48px";
246
+ readonly 700: "56px";
246
247
  readonly 800: "64px";
247
248
  readonly 1200: "96px";
248
249
  readonly 1600: "128px";
@@ -294,6 +295,7 @@ declare const H1: react.ForwardRefExoticComponent<Omit<Omit<{
294
295
  };
295
296
  'z-indices': {
296
297
  readonly dropdownMenu: 100;
298
+ readonly select: 100;
297
299
  readonly popover: 200;
298
300
  readonly tooltip: 300;
299
301
  };
@@ -740,6 +742,7 @@ declare const StyledText: react.ForwardRefExoticComponent<Omit<Omit<{
740
742
  readonly 400: "32px";
741
743
  readonly 500: "40px";
742
744
  readonly 600: "48px";
745
+ readonly 700: "56px";
743
746
  readonly 800: "64px";
744
747
  readonly 1200: "96px";
745
748
  readonly 1600: "128px";
@@ -791,6 +794,7 @@ declare const StyledText: react.ForwardRefExoticComponent<Omit<Omit<{
791
794
  };
792
795
  'z-indices': {
793
796
  readonly dropdownMenu: 100;
797
+ readonly select: 100;
794
798
  readonly popover: 200;
795
799
  readonly tooltip: 300;
796
800
  };
@@ -1240,6 +1244,7 @@ declare const StyledParagraph: react.ForwardRefExoticComponent<Omit<Omit<{
1240
1244
  readonly 400: "32px";
1241
1245
  readonly 500: "40px";
1242
1246
  readonly 600: "48px";
1247
+ readonly 700: "56px";
1243
1248
  readonly 800: "64px";
1244
1249
  readonly 1200: "96px";
1245
1250
  readonly 1600: "128px";
@@ -1291,6 +1296,7 @@ declare const StyledParagraph: react.ForwardRefExoticComponent<Omit<Omit<{
1291
1296
  };
1292
1297
  'z-indices': {
1293
1298
  readonly dropdownMenu: 100;
1299
+ readonly select: 100;
1294
1300
  readonly popover: 200;
1295
1301
  readonly tooltip: 300;
1296
1302
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-typography",
3
- "version": "0.3.6-select.0",
3
+ "version": "0.3.7-select.0",
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.10-select.0"
30
+ "@mirohq/design-system-stitches": "^2.3.11-select.0"
31
31
  },
32
32
  "scripts": {
33
33
  "build": "rollup -c ../../../rollup.config.js",