@mirohq/design-system-tooltip 3.2.25 → 3.2.26

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 +8 -0
  2. package/package.json +4 -4
package/dist/types.d.ts CHANGED
@@ -203,6 +203,10 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{}, never
203
203
  readonly 800: "4rem";
204
204
  readonly 900: "4.5rem";
205
205
  };
206
+ fonts: {
207
+ readonly heading: "Roobert, sans-serif";
208
+ readonly body: "Open Sans, sans-serif";
209
+ };
206
210
  radii: {
207
211
  readonly none: 0;
208
212
  readonly half: "999em";
@@ -755,6 +759,10 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never
755
759
  readonly 800: "4rem";
756
760
  readonly 900: "4.5rem";
757
761
  };
762
+ fonts: {
763
+ readonly heading: "Roobert, sans-serif";
764
+ readonly body: "Open Sans, sans-serif";
765
+ };
758
766
  radii: {
759
767
  readonly none: 0;
760
768
  readonly half: "999em";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-tooltip",
3
- "version": "3.2.25",
3
+ "version": "3.2.26",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -28,10 +28,10 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@radix-ui/react-tooltip": "^1.0.3",
31
- "@mirohq/design-system-stitches": "^2.3.11",
32
- "@mirohq/design-system-styles": "^1.1.8",
31
+ "@mirohq/design-system-stitches": "^2.3.12",
33
32
  "@mirohq/design-system-utils": "^0.14.3",
34
- "@mirohq/design-tokens": "^3.2.0"
33
+ "@mirohq/design-tokens": "^3.3.0",
34
+ "@mirohq/design-system-styles": "^1.1.9"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "rollup -c ../../../rollup.config.js",