@mirohq/design-system-tooltip 3.2.27 → 3.2.28
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 -6
- package/package.json +4 -4
package/dist/types.d.ts
CHANGED
|
@@ -217,8 +217,6 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{}, never
|
|
|
217
217
|
readonly 200: "16px";
|
|
218
218
|
};
|
|
219
219
|
shadows: {
|
|
220
|
-
readonly 50: "0 4px 16px #05003812";
|
|
221
|
-
readonly 100: "0 8px 32px #05003808";
|
|
222
220
|
readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
|
|
223
221
|
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";
|
|
224
222
|
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";
|
|
@@ -232,7 +230,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{}, never
|
|
|
232
230
|
readonly 'icon-400': "32px";
|
|
233
231
|
};
|
|
234
232
|
space: {
|
|
235
|
-
readonly 0:
|
|
233
|
+
readonly 0: "0px";
|
|
236
234
|
readonly 50: "4px";
|
|
237
235
|
readonly 100: "8px";
|
|
238
236
|
readonly 150: "12px";
|
|
@@ -262,6 +260,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{}, never
|
|
|
262
260
|
readonly 300: any;
|
|
263
261
|
readonly 400: any;
|
|
264
262
|
readonly 600: any;
|
|
263
|
+
readonly 700: any;
|
|
265
264
|
readonly 800: any;
|
|
266
265
|
readonly 1200: any;
|
|
267
266
|
readonly 1600: any;
|
|
@@ -773,8 +772,6 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never
|
|
|
773
772
|
readonly 200: "16px";
|
|
774
773
|
};
|
|
775
774
|
shadows: {
|
|
776
|
-
readonly 50: "0 4px 16px #05003812";
|
|
777
|
-
readonly 100: "0 8px 32px #05003808";
|
|
778
775
|
readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
|
|
779
776
|
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";
|
|
780
777
|
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";
|
|
@@ -788,7 +785,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never
|
|
|
788
785
|
readonly 'icon-400': "32px";
|
|
789
786
|
};
|
|
790
787
|
space: {
|
|
791
|
-
readonly 0:
|
|
788
|
+
readonly 0: "0px";
|
|
792
789
|
readonly 50: "4px";
|
|
793
790
|
readonly 100: "8px";
|
|
794
791
|
readonly 150: "12px";
|
|
@@ -818,6 +815,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never
|
|
|
818
815
|
readonly 300: any;
|
|
819
816
|
readonly 400: any;
|
|
820
817
|
readonly 600: any;
|
|
818
|
+
readonly 700: any;
|
|
821
819
|
readonly 800: any;
|
|
822
820
|
readonly 1200: any;
|
|
823
821
|
readonly 1600: any;
|
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.28",
|
|
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.
|
|
31
|
+
"@mirohq/design-system-stitches": "^2.3.13",
|
|
32
|
+
"@mirohq/design-system-styles": "^1.1.10",
|
|
32
33
|
"@mirohq/design-system-utils": "^0.14.3",
|
|
33
|
-
"@mirohq/design-tokens": "^3.
|
|
34
|
-
"@mirohq/design-system-styles": "^1.1.9"
|
|
34
|
+
"@mirohq/design-tokens": "^3.4.0"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"build": "rollup -c ../../../rollup.config.js",
|