@mirohq/design-system-tooltip 3.2.19 → 3.2.20
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 +18 -0
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -95,17 +95,26 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{}, never
|
|
|
95
95
|
"background-neutrals-page"?: any;
|
|
96
96
|
"background-neutrals-page-subtle"?: any;
|
|
97
97
|
"background-neutrals-scrolls"?: any;
|
|
98
|
+
"background-neutrals-scrolls-expanded"?: any;
|
|
98
99
|
"background-neutrals-scrolls-hover"?: any;
|
|
100
|
+
"background-neutrals-scrolls-pressed"?: any;
|
|
101
|
+
"background-neutrals-scrolls-pressed-hover"?: any;
|
|
99
102
|
"background-neutrals-subtle"?: any;
|
|
100
103
|
"background-neutrals-subtle-active"?: any;
|
|
101
104
|
"background-neutrals-subtle-hover"?: any;
|
|
102
105
|
"background-primary-prominent"?: any;
|
|
103
106
|
"background-primary-prominent-active"?: any;
|
|
107
|
+
"background-primary-prominent-expanded"?: any;
|
|
104
108
|
"background-primary-prominent-hover"?: any;
|
|
109
|
+
"background-primary-prominent-pressed"?: any;
|
|
110
|
+
"background-primary-prominent-pressed-hover"?: any;
|
|
105
111
|
"background-primary-prominent-selected"?: any;
|
|
106
112
|
"background-primary-subtle"?: any;
|
|
107
113
|
"background-primary-subtle-active"?: any;
|
|
114
|
+
"background-primary-subtle-expanded"?: any;
|
|
108
115
|
"background-primary-subtle-hover"?: any;
|
|
116
|
+
"background-primary-subtle-pressed"?: any;
|
|
117
|
+
"background-primary-subtle-pressed-hover"?: any;
|
|
109
118
|
"background-primary-subtle-selected"?: any;
|
|
110
119
|
"background-success"?: any;
|
|
111
120
|
"background-warning-prominent"?: any;
|
|
@@ -635,17 +644,26 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never
|
|
|
635
644
|
"background-neutrals-page"?: any;
|
|
636
645
|
"background-neutrals-page-subtle"?: any;
|
|
637
646
|
"background-neutrals-scrolls"?: any;
|
|
647
|
+
"background-neutrals-scrolls-expanded"?: any;
|
|
638
648
|
"background-neutrals-scrolls-hover"?: any;
|
|
649
|
+
"background-neutrals-scrolls-pressed"?: any;
|
|
650
|
+
"background-neutrals-scrolls-pressed-hover"?: any;
|
|
639
651
|
"background-neutrals-subtle"?: any;
|
|
640
652
|
"background-neutrals-subtle-active"?: any;
|
|
641
653
|
"background-neutrals-subtle-hover"?: any;
|
|
642
654
|
"background-primary-prominent"?: any;
|
|
643
655
|
"background-primary-prominent-active"?: any;
|
|
656
|
+
"background-primary-prominent-expanded"?: any;
|
|
644
657
|
"background-primary-prominent-hover"?: any;
|
|
658
|
+
"background-primary-prominent-pressed"?: any;
|
|
659
|
+
"background-primary-prominent-pressed-hover"?: any;
|
|
645
660
|
"background-primary-prominent-selected"?: any;
|
|
646
661
|
"background-primary-subtle"?: any;
|
|
647
662
|
"background-primary-subtle-active"?: any;
|
|
663
|
+
"background-primary-subtle-expanded"?: any;
|
|
648
664
|
"background-primary-subtle-hover"?: any;
|
|
665
|
+
"background-primary-subtle-pressed"?: any;
|
|
666
|
+
"background-primary-subtle-pressed-hover"?: any;
|
|
649
667
|
"background-primary-subtle-selected"?: any;
|
|
650
668
|
"background-success"?: any;
|
|
651
669
|
"background-warning-prominent"?: 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.20",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@radix-ui/react-tooltip": "^1.0.3",
|
|
31
|
-
"@mirohq/design-system-stitches": "^2.3.
|
|
32
|
-
"@mirohq/design-system-styles": "^1.1.
|
|
31
|
+
"@mirohq/design-system-stitches": "^2.3.7",
|
|
32
|
+
"@mirohq/design-system-styles": "^1.1.3",
|
|
33
33
|
"@mirohq/design-system-utils": "^0.14.1",
|
|
34
34
|
"@mirohq/design-tokens": "^3.0.1"
|
|
35
35
|
},
|