@mirohq/design-system-scroll-area 0.1.16 → 0.1.17

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 +5 -0
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -338,6 +338,7 @@ declare const StyledViewport: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
338
338
  readonly borderRightColor: "colors";
339
339
  readonly borderRightStyle: "border-styles";
340
340
  readonly borderRightWidth: "border-widths";
341
+ readonly borderSpacing: "space-offset";
341
342
  readonly borderStyle: "border-styles";
342
343
  readonly borderTop: "colors";
343
344
  readonly borderTopColor: "colors";
@@ -832,6 +833,7 @@ declare const StyledScrollbar: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
832
833
  readonly borderRightColor: "colors";
833
834
  readonly borderRightStyle: "border-styles";
834
835
  readonly borderRightWidth: "border-widths";
836
+ readonly borderSpacing: "space-offset";
835
837
  readonly borderStyle: "border-styles";
836
838
  readonly borderTop: "colors";
837
839
  readonly borderTopColor: "colors";
@@ -1335,6 +1337,7 @@ declare const StyledThumb: react.ForwardRefExoticComponent<Omit<Omit<{}, never>
1335
1337
  readonly borderRightColor: "colors";
1336
1338
  readonly borderRightStyle: "border-styles";
1337
1339
  readonly borderRightWidth: "border-widths";
1340
+ readonly borderSpacing: "space-offset";
1338
1341
  readonly borderStyle: "border-styles";
1339
1342
  readonly borderTop: "colors";
1340
1343
  readonly borderTopColor: "colors";
@@ -1834,6 +1837,7 @@ declare const StyledCorner: react__default.ForwardRefExoticComponent<Omit<Omit<{
1834
1837
  readonly borderRightColor: "colors";
1835
1838
  readonly borderRightStyle: "border-styles";
1836
1839
  readonly borderRightWidth: "border-widths";
1840
+ readonly borderSpacing: "space-offset";
1837
1841
  readonly borderStyle: "border-styles";
1838
1842
  readonly borderTop: "colors";
1839
1843
  readonly borderTopColor: "colors";
@@ -2327,6 +2331,7 @@ declare const StyledScrollArea: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
2327
2331
  readonly borderRightColor: "colors";
2328
2332
  readonly borderRightStyle: "border-styles";
2329
2333
  readonly borderRightWidth: "border-widths";
2334
+ readonly borderSpacing: "space-offset";
2330
2335
  readonly borderStyle: "border-styles";
2331
2336
  readonly borderTop: "colors";
2332
2337
  readonly borderTopColor: "colors";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-scroll-area",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@radix-ui/react-scroll-area": "^1.0.4",
30
- "@mirohq/design-system-stitches": "^2.3.16"
30
+ "@mirohq/design-system-stitches": "^2.4.0"
31
31
  },
32
32
  "scripts": {
33
33
  "build": "rollup -c ../../../rollup.config.js",