@mirohq/design-system-tooltip 3.2.23-select.0 → 3.2.24-link.0
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 +2 -2
- package/package.json +4 -4
package/dist/types.d.ts
CHANGED
|
@@ -219,7 +219,6 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{}, never
|
|
|
219
219
|
readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
|
|
220
220
|
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";
|
|
221
221
|
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";
|
|
222
|
-
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";
|
|
223
222
|
};
|
|
224
223
|
sizes: {
|
|
225
224
|
readonly number: string;
|
|
@@ -237,6 +236,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{}, never
|
|
|
237
236
|
readonly 400: "32px";
|
|
238
237
|
readonly 500: "40px";
|
|
239
238
|
readonly 600: "48px";
|
|
239
|
+
readonly 700: "56px";
|
|
240
240
|
readonly 800: "64px";
|
|
241
241
|
readonly 1200: "96px";
|
|
242
242
|
readonly 1600: "128px";
|
|
@@ -769,7 +769,6 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never
|
|
|
769
769
|
readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
|
|
770
770
|
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";
|
|
771
771
|
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";
|
|
772
|
-
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";
|
|
773
772
|
};
|
|
774
773
|
sizes: {
|
|
775
774
|
readonly number: string;
|
|
@@ -787,6 +786,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never
|
|
|
787
786
|
readonly 400: "32px";
|
|
788
787
|
readonly 500: "40px";
|
|
789
788
|
readonly 600: "48px";
|
|
789
|
+
readonly 700: "56px";
|
|
790
790
|
readonly 800: "64px";
|
|
791
791
|
readonly 1200: "96px";
|
|
792
792
|
readonly 1600: "128px";
|
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.24-link.0",
|
|
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.3.10
|
|
31
|
+
"@mirohq/design-system-stitches": "^2.3.10",
|
|
32
|
+
"@mirohq/design-system-styles": "^1.1.7-link.0",
|
|
32
33
|
"@mirohq/design-system-utils": "^0.14.3",
|
|
33
|
-
"@mirohq/design-tokens": "^3.1.0
|
|
34
|
-
"@mirohq/design-system-styles": "^1.1.6-select.0"
|
|
34
|
+
"@mirohq/design-tokens": "^3.1.0"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"build": "rollup -c ../../../rollup.config.js",
|