@mirohq/design-system-scroll-area 0.1.10 → 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.
- package/dist/types.d.ts +20 -0
- 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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-scroll-area",
|
|
3
|
-
"version": "0.1.
|
|
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.
|
|
30
|
+
"@mirohq/design-system-stitches": "^2.3.12"
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
33
|
"build": "rollup -c ../../../rollup.config.js",
|