@mirohq/design-system-icons 0.30.3 → 0.30.4

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 +4 -0
  2. package/package.json +6 -6
package/dist/types.d.ts CHANGED
@@ -215,6 +215,10 @@ declare const StyledIcon: ForwardRefExoticComponent<Omit<Omit<{
215
215
  readonly 800: "4rem";
216
216
  readonly 900: "4.5rem";
217
217
  };
218
+ fonts: {
219
+ readonly heading: "Roobert, sans-serif";
220
+ readonly body: "Open Sans, sans-serif";
221
+ };
218
222
  radii: {
219
223
  readonly none: 0;
220
224
  readonly half: "999em";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-icons",
3
- "version": "0.30.3",
3
+ "version": "0.30.4",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -31,11 +31,11 @@
31
31
  "react": "^16.14 || ^17 || ^18"
32
32
  },
33
33
  "dependencies": {
34
- "@mirohq/design-system-base-icon": "^0.1.10",
35
- "@mirohq/design-system-stitches": "^2.3.11",
36
- "@mirohq/design-system-utils": "^0.14.3",
37
- "@mirohq/design-system-link": "^1.3.0",
38
- "@mirohq/design-system-primitive": "^1.1.1"
34
+ "@mirohq/design-system-base-icon": "^0.1.11",
35
+ "@mirohq/design-system-link": "^1.3.1",
36
+ "@mirohq/design-system-primitive": "^1.1.1",
37
+ "@mirohq/design-system-stitches": "^2.3.12",
38
+ "@mirohq/design-system-utils": "^0.14.3"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@svgr/cli": "^6.5.1",