@mirohq/design-system-tooltip 3.2.30 → 3.2.32
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 +4 -0
- package/package.json +5 -5
package/dist/types.d.ts
CHANGED
|
@@ -234,6 +234,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{}, never
|
|
|
234
234
|
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";
|
|
235
235
|
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";
|
|
236
236
|
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";
|
|
237
|
+
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";
|
|
237
238
|
};
|
|
238
239
|
sizes: {
|
|
239
240
|
readonly number: string;
|
|
@@ -338,6 +339,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{}, never
|
|
|
338
339
|
readonly borderRightColor: "colors";
|
|
339
340
|
readonly borderRightStyle: "border-styles";
|
|
340
341
|
readonly borderRightWidth: "border-widths";
|
|
342
|
+
readonly borderSpacing: "space-offset";
|
|
341
343
|
readonly borderStyle: "border-styles";
|
|
342
344
|
readonly borderTop: "colors";
|
|
343
345
|
readonly borderTopColor: "colors";
|
|
@@ -802,6 +804,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never
|
|
|
802
804
|
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";
|
|
803
805
|
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";
|
|
804
806
|
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";
|
|
807
|
+
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";
|
|
805
808
|
};
|
|
806
809
|
sizes: {
|
|
807
810
|
readonly number: string;
|
|
@@ -906,6 +909,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never
|
|
|
906
909
|
readonly borderRightColor: "colors";
|
|
907
910
|
readonly borderRightStyle: "border-styles";
|
|
908
911
|
readonly borderRightWidth: "border-widths";
|
|
912
|
+
readonly borderSpacing: "space-offset";
|
|
909
913
|
readonly borderStyle: "border-styles";
|
|
910
914
|
readonly borderTop: "colors";
|
|
911
915
|
readonly borderTopColor: "colors";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-tooltip",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.32",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@radix-ui/react-tooltip": "^1.0.3",
|
|
31
|
-
"@mirohq/design-system-stitches": "^2.
|
|
32
|
-
"@mirohq/design-
|
|
33
|
-
"@mirohq/design-system-styles": "^1.1.
|
|
34
|
-
"@mirohq/design-
|
|
31
|
+
"@mirohq/design-system-stitches": "^2.4.0",
|
|
32
|
+
"@mirohq/design-system-utils": "^0.14.3",
|
|
33
|
+
"@mirohq/design-system-styles": "^1.1.14",
|
|
34
|
+
"@mirohq/design-tokens": "^3.5.0"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"build": "rollup -c ../../../rollup.config.js",
|