@mirohq/design-system-scroll-area 0.1.8 → 0.1.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 +5 -0
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -235,6 +235,7 @@ declare const StyledViewport: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
235
235
  readonly 400: "32px";
236
236
  readonly 500: "40px";
237
237
  readonly 600: "48px";
238
+ readonly 700: "56px";
238
239
  readonly 800: "64px";
239
240
  readonly 1200: "96px";
240
241
  readonly 1600: "128px";
@@ -709,6 +710,7 @@ declare const StyledScrollbar: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
709
710
  readonly 400: "32px";
710
711
  readonly 500: "40px";
711
712
  readonly 600: "48px";
713
+ readonly 700: "56px";
712
714
  readonly 800: "64px";
713
715
  readonly 1200: "96px";
714
716
  readonly 1600: "128px";
@@ -1192,6 +1194,7 @@ declare const StyledThumb: react.ForwardRefExoticComponent<Omit<Omit<{}, never>
1192
1194
  readonly 400: "32px";
1193
1195
  readonly 500: "40px";
1194
1196
  readonly 600: "48px";
1197
+ readonly 700: "56px";
1195
1198
  readonly 800: "64px";
1196
1199
  readonly 1200: "96px";
1197
1200
  readonly 1600: "128px";
@@ -1671,6 +1674,7 @@ declare const StyledCorner: react__default.ForwardRefExoticComponent<Omit<Omit<{
1671
1674
  readonly 400: "32px";
1672
1675
  readonly 500: "40px";
1673
1676
  readonly 600: "48px";
1677
+ readonly 700: "56px";
1674
1678
  readonly 800: "64px";
1675
1679
  readonly 1200: "96px";
1676
1680
  readonly 1600: "128px";
@@ -2144,6 +2148,7 @@ declare const StyledScrollArea: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
2144
2148
  readonly 400: "32px";
2145
2149
  readonly 500: "40px";
2146
2150
  readonly 600: "48px";
2151
+ readonly 700: "56px";
2147
2152
  readonly 800: "64px";
2148
2153
  readonly 1200: "96px";
2149
2154
  readonly 1600: "128px";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-scroll-area",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
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.9"
30
+ "@mirohq/design-system-stitches": "^2.3.10"
31
31
  },
32
32
  "scripts": {
33
33
  "build": "rollup -c ../../../rollup.config.js",