@mirohq/design-system-scroll-area 0.1.10-select.0 → 0.1.11

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 +35 -15
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -202,6 +202,10 @@ declare const StyledViewport: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
202
202
  readonly 800: "4rem";
203
203
  readonly 900: "4.5rem";
204
204
  };
205
+ fonts: {
206
+ readonly heading: "Roobert, sans-serif";
207
+ readonly body: "Open Sans, sans-serif";
208
+ };
205
209
  radii: {
206
210
  readonly none: 0;
207
211
  readonly half: "999em";
@@ -288,9 +292,9 @@ declare const StyledViewport: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
288
292
  };
289
293
  'z-indices': {
290
294
  readonly dropdownMenu: 100;
291
- readonly select: 100;
292
- readonly popover: 200;
293
- readonly tooltip: 300;
295
+ readonly select: 200;
296
+ readonly popover: 300;
297
+ readonly tooltip: 400;
294
298
  };
295
299
  }, {
296
300
  readonly background: "colors";
@@ -679,6 +683,10 @@ declare const StyledScrollbar: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
679
683
  readonly 800: "4rem";
680
684
  readonly 900: "4.5rem";
681
685
  };
686
+ fonts: {
687
+ readonly heading: "Roobert, sans-serif";
688
+ readonly body: "Open Sans, sans-serif";
689
+ };
682
690
  radii: {
683
691
  readonly none: 0;
684
692
  readonly half: "999em";
@@ -765,9 +773,9 @@ declare const StyledScrollbar: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
765
773
  };
766
774
  'z-indices': {
767
775
  readonly dropdownMenu: 100;
768
- readonly select: 100;
769
- readonly popover: 200;
770
- readonly tooltip: 300;
776
+ readonly select: 200;
777
+ readonly popover: 300;
778
+ readonly tooltip: 400;
771
779
  };
772
780
  }, {
773
781
  readonly background: "colors";
@@ -1165,6 +1173,10 @@ declare const StyledThumb: react.ForwardRefExoticComponent<Omit<Omit<{}, never>
1165
1173
  readonly 800: "4rem";
1166
1174
  readonly 900: "4.5rem";
1167
1175
  };
1176
+ fonts: {
1177
+ readonly heading: "Roobert, sans-serif";
1178
+ readonly body: "Open Sans, sans-serif";
1179
+ };
1168
1180
  radii: {
1169
1181
  readonly none: 0;
1170
1182
  readonly half: "999em";
@@ -1251,9 +1263,9 @@ declare const StyledThumb: react.ForwardRefExoticComponent<Omit<Omit<{}, never>
1251
1263
  };
1252
1264
  'z-indices': {
1253
1265
  readonly dropdownMenu: 100;
1254
- readonly select: 100;
1255
- readonly popover: 200;
1256
- readonly tooltip: 300;
1266
+ readonly select: 200;
1267
+ readonly popover: 300;
1268
+ readonly tooltip: 400;
1257
1269
  };
1258
1270
  }, {
1259
1271
  readonly background: "colors";
@@ -1647,6 +1659,10 @@ declare const StyledCorner: react__default.ForwardRefExoticComponent<Omit<Omit<{
1647
1659
  readonly 800: "4rem";
1648
1660
  readonly 900: "4.5rem";
1649
1661
  };
1662
+ fonts: {
1663
+ readonly heading: "Roobert, sans-serif";
1664
+ readonly body: "Open Sans, sans-serif";
1665
+ };
1650
1666
  radii: {
1651
1667
  readonly none: 0;
1652
1668
  readonly half: "999em";
@@ -1733,9 +1749,9 @@ declare const StyledCorner: react__default.ForwardRefExoticComponent<Omit<Omit<{
1733
1749
  };
1734
1750
  'z-indices': {
1735
1751
  readonly dropdownMenu: 100;
1736
- readonly select: 100;
1737
- readonly popover: 200;
1738
- readonly tooltip: 300;
1752
+ readonly select: 200;
1753
+ readonly popover: 300;
1754
+ readonly tooltip: 400;
1739
1755
  };
1740
1756
  }, {
1741
1757
  readonly background: "colors";
@@ -2123,6 +2139,10 @@ declare const StyledScrollArea: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
2123
2139
  readonly 800: "4rem";
2124
2140
  readonly 900: "4.5rem";
2125
2141
  };
2142
+ fonts: {
2143
+ readonly heading: "Roobert, sans-serif";
2144
+ readonly body: "Open Sans, sans-serif";
2145
+ };
2126
2146
  radii: {
2127
2147
  readonly none: 0;
2128
2148
  readonly half: "999em";
@@ -2209,9 +2229,9 @@ declare const StyledScrollArea: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
2209
2229
  };
2210
2230
  'z-indices': {
2211
2231
  readonly dropdownMenu: 100;
2212
- readonly select: 100;
2213
- readonly popover: 200;
2214
- readonly tooltip: 300;
2232
+ readonly select: 200;
2233
+ readonly popover: 300;
2234
+ readonly tooltip: 400;
2215
2235
  };
2216
2236
  }, {
2217
2237
  readonly background: "colors";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-scroll-area",
3
- "version": "0.1.10-select.0",
3
+ "version": "0.1.11",
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.11-select.0"
30
+ "@mirohq/design-system-stitches": "^2.3.12"
31
31
  },
32
32
  "scripts": {
33
33
  "build": "rollup -c ../../../rollup.config.js",