@mirohq/design-system-scroll-area 0.1.15 → 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.
- package/dist/types.d.ts +10 -0
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -233,6 +233,7 @@ declare const StyledViewport: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
|
|
|
233
233
|
readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
|
|
234
234
|
readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
|
|
235
235
|
readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
|
|
236
|
+
readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
|
|
236
237
|
};
|
|
237
238
|
sizes: {
|
|
238
239
|
readonly number: string;
|
|
@@ -337,6 +338,7 @@ declare const StyledViewport: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
|
|
|
337
338
|
readonly borderRightColor: "colors";
|
|
338
339
|
readonly borderRightStyle: "border-styles";
|
|
339
340
|
readonly borderRightWidth: "border-widths";
|
|
341
|
+
readonly borderSpacing: "space-offset";
|
|
340
342
|
readonly borderStyle: "border-styles";
|
|
341
343
|
readonly borderTop: "colors";
|
|
342
344
|
readonly borderTopColor: "colors";
|
|
@@ -726,6 +728,7 @@ declare const StyledScrollbar: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
|
|
|
726
728
|
readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
|
|
727
729
|
readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
|
|
728
730
|
readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
|
|
731
|
+
readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
|
|
729
732
|
};
|
|
730
733
|
sizes: {
|
|
731
734
|
readonly number: string;
|
|
@@ -830,6 +833,7 @@ declare const StyledScrollbar: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
|
|
|
830
833
|
readonly borderRightColor: "colors";
|
|
831
834
|
readonly borderRightStyle: "border-styles";
|
|
832
835
|
readonly borderRightWidth: "border-widths";
|
|
836
|
+
readonly borderSpacing: "space-offset";
|
|
833
837
|
readonly borderStyle: "border-styles";
|
|
834
838
|
readonly borderTop: "colors";
|
|
835
839
|
readonly borderTopColor: "colors";
|
|
@@ -1228,6 +1232,7 @@ declare const StyledThumb: react.ForwardRefExoticComponent<Omit<Omit<{}, never>
|
|
|
1228
1232
|
readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
|
|
1229
1233
|
readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
|
|
1230
1234
|
readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
|
|
1235
|
+
readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
|
|
1231
1236
|
};
|
|
1232
1237
|
sizes: {
|
|
1233
1238
|
readonly number: string;
|
|
@@ -1332,6 +1337,7 @@ declare const StyledThumb: react.ForwardRefExoticComponent<Omit<Omit<{}, never>
|
|
|
1332
1337
|
readonly borderRightColor: "colors";
|
|
1333
1338
|
readonly borderRightStyle: "border-styles";
|
|
1334
1339
|
readonly borderRightWidth: "border-widths";
|
|
1340
|
+
readonly borderSpacing: "space-offset";
|
|
1335
1341
|
readonly borderStyle: "border-styles";
|
|
1336
1342
|
readonly borderTop: "colors";
|
|
1337
1343
|
readonly borderTopColor: "colors";
|
|
@@ -1726,6 +1732,7 @@ declare const StyledCorner: react__default.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1726
1732
|
readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
|
|
1727
1733
|
readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
|
|
1728
1734
|
readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
|
|
1735
|
+
readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
|
|
1729
1736
|
};
|
|
1730
1737
|
sizes: {
|
|
1731
1738
|
readonly number: string;
|
|
@@ -1830,6 +1837,7 @@ declare const StyledCorner: react__default.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1830
1837
|
readonly borderRightColor: "colors";
|
|
1831
1838
|
readonly borderRightStyle: "border-styles";
|
|
1832
1839
|
readonly borderRightWidth: "border-widths";
|
|
1840
|
+
readonly borderSpacing: "space-offset";
|
|
1833
1841
|
readonly borderStyle: "border-styles";
|
|
1834
1842
|
readonly borderTop: "colors";
|
|
1835
1843
|
readonly borderTopColor: "colors";
|
|
@@ -2218,6 +2226,7 @@ declare const StyledScrollArea: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
|
|
|
2218
2226
|
readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
|
|
2219
2227
|
readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
|
|
2220
2228
|
readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
|
|
2229
|
+
readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
|
|
2221
2230
|
};
|
|
2222
2231
|
sizes: {
|
|
2223
2232
|
readonly number: string;
|
|
@@ -2322,6 +2331,7 @@ declare const StyledScrollArea: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
|
|
|
2322
2331
|
readonly borderRightColor: "colors";
|
|
2323
2332
|
readonly borderRightStyle: "border-styles";
|
|
2324
2333
|
readonly borderRightWidth: "border-widths";
|
|
2334
|
+
readonly borderSpacing: "space-offset";
|
|
2325
2335
|
readonly borderStyle: "border-styles";
|
|
2326
2336
|
readonly borderTop: "colors";
|
|
2327
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.
|
|
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.
|
|
30
|
+
"@mirohq/design-system-stitches": "^2.4.0"
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
33
|
"build": "rollup -c ../../../rollup.config.js",
|