@mirohq/design-system-toolbar 2.2.8 → 2.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 +4 -0
  2. package/package.json +3 -3
package/dist/types.d.ts CHANGED
@@ -239,6 +239,7 @@ declare const StyledToolbar: react.ForwardRefExoticComponent<Omit<Omit<{
239
239
  readonly 400: "32px";
240
240
  readonly 500: "40px";
241
241
  readonly 600: "48px";
242
+ readonly 700: "56px";
242
243
  readonly 800: "64px";
243
244
  readonly 1200: "96px";
244
245
  readonly 1600: "128px";
@@ -719,6 +720,7 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{
719
720
  readonly 400: "32px";
720
721
  readonly 500: "40px";
721
722
  readonly 600: "48px";
723
+ readonly 700: "56px";
722
724
  readonly 800: "64px";
723
725
  readonly 1200: "96px";
724
726
  readonly 1600: "128px";
@@ -1212,6 +1214,7 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
1212
1214
  readonly 400: "32px";
1213
1215
  readonly 500: "40px";
1214
1216
  readonly 600: "48px";
1217
+ readonly 700: "56px";
1215
1218
  readonly 800: "64px";
1216
1219
  readonly 1200: "96px";
1217
1220
  readonly 1600: "128px";
@@ -1686,6 +1689,7 @@ declare const StyledLink: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
1686
1689
  readonly 400: "32px";
1687
1690
  readonly 500: "40px";
1688
1691
  readonly 600: "48px";
1692
+ readonly 700: "56px";
1689
1693
  readonly 800: "64px";
1690
1694
  readonly 1200: "96px";
1691
1695
  readonly 1600: "128px";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-toolbar",
3
- "version": "2.2.8",
3
+ "version": "2.2.9",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -28,8 +28,8 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@radix-ui/react-toolbar": "^1.0.0",
31
- "@mirohq/design-system-stitches": "^2.3.9",
32
- "@mirohq/design-system-styles": "^1.1.5"
31
+ "@mirohq/design-system-stitches": "^2.3.10",
32
+ "@mirohq/design-system-styles": "^1.1.6"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "rollup -c ../../../rollup.config.js",