@mirohq/design-system-scroll-area 0.2.1-colors.1 → 0.2.1-colors.2
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 +40 -30
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -265,12 +265,14 @@ declare const StyledViewport: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_
|
|
|
265
265
|
readonly none: "0px";
|
|
266
266
|
};
|
|
267
267
|
shadows: {
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
268
|
+
50: any;
|
|
269
|
+
100: any;
|
|
270
|
+
"focus-small": any;
|
|
271
|
+
"focus-small-outline": any;
|
|
272
|
+
"focus-large": any;
|
|
273
|
+
"focus-controls": any;
|
|
274
|
+
"focus-controls-error": any;
|
|
275
|
+
"focus-controls-success": any;
|
|
274
276
|
};
|
|
275
277
|
sizes: {
|
|
276
278
|
readonly number: string;
|
|
@@ -798,12 +800,14 @@ declare const StyledScrollbar: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
798
800
|
readonly none: "0px";
|
|
799
801
|
};
|
|
800
802
|
shadows: {
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
803
|
+
50: any;
|
|
804
|
+
100: any;
|
|
805
|
+
"focus-small": any;
|
|
806
|
+
"focus-small-outline": any;
|
|
807
|
+
"focus-large": any;
|
|
808
|
+
"focus-controls": any;
|
|
809
|
+
"focus-controls-error": any;
|
|
810
|
+
"focus-controls-success": any;
|
|
807
811
|
};
|
|
808
812
|
sizes: {
|
|
809
813
|
readonly number: string;
|
|
@@ -1341,12 +1345,14 @@ declare const StyledThumb: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_des
|
|
|
1341
1345
|
readonly none: "0px";
|
|
1342
1346
|
};
|
|
1343
1347
|
shadows: {
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1348
|
+
50: any;
|
|
1349
|
+
100: any;
|
|
1350
|
+
"focus-small": any;
|
|
1351
|
+
"focus-small-outline": any;
|
|
1352
|
+
"focus-large": any;
|
|
1353
|
+
"focus-controls": any;
|
|
1354
|
+
"focus-controls-error": any;
|
|
1355
|
+
"focus-controls-success": any;
|
|
1350
1356
|
};
|
|
1351
1357
|
sizes: {
|
|
1352
1358
|
readonly number: string;
|
|
@@ -1879,12 +1885,14 @@ declare const StyledCorner: react__default.ForwardRefExoticComponent<Omit<Omit<_
|
|
|
1879
1885
|
readonly none: "0px";
|
|
1880
1886
|
};
|
|
1881
1887
|
shadows: {
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
+
50: any;
|
|
1889
|
+
100: any;
|
|
1890
|
+
"focus-small": any;
|
|
1891
|
+
"focus-small-outline": any;
|
|
1892
|
+
"focus-large": any;
|
|
1893
|
+
"focus-controls": any;
|
|
1894
|
+
"focus-controls-error": any;
|
|
1895
|
+
"focus-controls-success": any;
|
|
1888
1896
|
};
|
|
1889
1897
|
sizes: {
|
|
1890
1898
|
readonly number: string;
|
|
@@ -2411,12 +2419,14 @@ declare const StyledScrollArea: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
2411
2419
|
readonly none: "0px";
|
|
2412
2420
|
};
|
|
2413
2421
|
shadows: {
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2422
|
+
50: any;
|
|
2423
|
+
100: any;
|
|
2424
|
+
"focus-small": any;
|
|
2425
|
+
"focus-small-outline": any;
|
|
2426
|
+
"focus-large": any;
|
|
2427
|
+
"focus-controls": any;
|
|
2428
|
+
"focus-controls-error": any;
|
|
2429
|
+
"focus-controls-success": any;
|
|
2420
2430
|
};
|
|
2421
2431
|
sizes: {
|
|
2422
2432
|
readonly number: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-scroll-area",
|
|
3
|
-
"version": "0.2.1-colors.
|
|
3
|
+
"version": "0.2.1-colors.2",
|
|
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.6.1-colors.
|
|
30
|
+
"@mirohq/design-system-stitches": "^2.6.1-colors.2"
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
33
|
"build": "rollup -c ../../../rollup.config.js",
|