@mirohq/design-system-toolbar 2.4.6 → 2.4.7

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
@@ -343,6 +343,7 @@ declare const StyledToolbar: react.ForwardRefExoticComponent<Omit<Omit<{
343
343
  readonly borderRightColor: "colors";
344
344
  readonly borderRightStyle: "border-styles";
345
345
  readonly borderRightWidth: "border-widths";
346
+ readonly borderSpacing: "space-offset";
346
347
  readonly borderStyle: "border-styles";
347
348
  readonly borderTop: "colors";
348
349
  readonly borderTopColor: "colors";
@@ -843,6 +844,7 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{
843
844
  readonly borderRightColor: "colors";
844
845
  readonly borderRightStyle: "border-styles";
845
846
  readonly borderRightWidth: "border-widths";
847
+ readonly borderSpacing: "space-offset";
846
848
  readonly borderStyle: "border-styles";
847
849
  readonly borderTop: "colors";
848
850
  readonly borderTopColor: "colors";
@@ -1356,6 +1358,7 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
1356
1358
  readonly borderRightColor: "colors";
1357
1359
  readonly borderRightStyle: "border-styles";
1358
1360
  readonly borderRightWidth: "border-widths";
1361
+ readonly borderSpacing: "space-offset";
1359
1362
  readonly borderStyle: "border-styles";
1360
1363
  readonly borderTop: "colors";
1361
1364
  readonly borderTopColor: "colors";
@@ -1850,6 +1853,7 @@ declare const StyledLink: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
1850
1853
  readonly borderRightColor: "colors";
1851
1854
  readonly borderRightStyle: "border-styles";
1852
1855
  readonly borderRightWidth: "border-widths";
1856
+ readonly borderSpacing: "space-offset";
1853
1857
  readonly borderStyle: "border-styles";
1854
1858
  readonly borderTop: "colors";
1855
1859
  readonly borderTopColor: "colors";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-toolbar",
3
- "version": "2.4.6",
3
+ "version": "2.4.7",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -31,8 +31,8 @@
31
31
  "@react-aria/interactions": "^3.13.0",
32
32
  "@react-aria/utils": "^3.13.0",
33
33
  "@react-types/shared": "^3.16.0",
34
- "@mirohq/design-system-stitches": "^2.3.16",
35
- "@mirohq/design-system-styles": "^1.1.13"
34
+ "@mirohq/design-system-stitches": "^2.4.0",
35
+ "@mirohq/design-system-styles": "^1.1.14"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "rollup -c ../../../rollup.config.js",