@mirohq/design-system-popover 5.1.5 → 5.1.6

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 +3 -0
  2. package/package.json +5 -5
package/dist/types.d.ts CHANGED
@@ -339,6 +339,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never
339
339
  readonly borderRightColor: "colors";
340
340
  readonly borderRightStyle: "border-styles";
341
341
  readonly borderRightWidth: "border-widths";
342
+ readonly borderSpacing: "space-offset";
342
343
  readonly borderStyle: "border-styles";
343
344
  readonly borderTop: "colors";
344
345
  readonly borderTopColor: "colors";
@@ -840,6 +841,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{
840
841
  readonly borderRightColor: "colors";
841
842
  readonly borderRightStyle: "border-styles";
842
843
  readonly borderRightWidth: "border-widths";
844
+ readonly borderSpacing: "space-offset";
843
845
  readonly borderStyle: "border-styles";
844
846
  readonly borderTop: "colors";
845
847
  readonly borderTopColor: "colors";
@@ -1459,6 +1461,7 @@ declare const StyledClose: react.ForwardRefExoticComponent<Omit<Omit<{
1459
1461
  readonly borderRightColor: "colors";
1460
1462
  readonly borderRightStyle: "border-styles";
1461
1463
  readonly borderRightWidth: "border-widths";
1464
+ readonly borderSpacing: "space-offset";
1462
1465
  readonly borderStyle: "border-styles";
1463
1466
  readonly borderTop: "colors";
1464
1467
  readonly borderTopColor: "colors";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-popover",
3
- "version": "5.1.5",
3
+ "version": "5.1.6",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -29,10 +29,10 @@
29
29
  "dependencies": {
30
30
  "@radix-ui/react-popover": "^1.0.0",
31
31
  "@radix-ui/react-use-size": "^1.0.1",
32
- "@mirohq/design-system-icons": "^0.32.1",
33
- "@mirohq/design-system-stitches": "^2.3.16",
34
- "@mirohq/design-system-styles": "^1.1.13",
35
- "@mirohq/design-system-primitive": "^1.1.1"
32
+ "@mirohq/design-system-icons": "^0.32.2",
33
+ "@mirohq/design-system-stitches": "^2.4.0",
34
+ "@mirohq/design-system-primitive": "^1.1.1",
35
+ "@mirohq/design-system-styles": "^1.1.14"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "rollup -c ../../../rollup.config.js",