@mirohq/design-system-tooltip 3.2.12-dropdown.0 → 3.2.12
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 +34 -22
- package/package.json +4 -4
package/dist/types.d.ts
CHANGED
|
@@ -80,7 +80,6 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
80
80
|
readonly 'background-danger-prominent-active'?: any;
|
|
81
81
|
readonly 'background-danger-prominent-hover'?: any;
|
|
82
82
|
readonly 'background-neutrals'?: any;
|
|
83
|
-
readonly 'background-neutrals-body'?: any;
|
|
84
83
|
readonly 'background-neutrals-container'?: any;
|
|
85
84
|
readonly 'background-neutrals-controls-disabled'?: any;
|
|
86
85
|
readonly 'background-neutrals-disabled'?: any;
|
|
@@ -88,6 +87,8 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
88
87
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
89
88
|
readonly 'background-neutrals-inverted'?: any;
|
|
90
89
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
90
|
+
readonly 'background-neutrals-page'?: any;
|
|
91
|
+
readonly 'background-neutrals-page-subtle'?: any;
|
|
91
92
|
readonly 'background-neutrals-scrolls'?: any;
|
|
92
93
|
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
93
94
|
readonly 'background-neutrals-subtle'?: any;
|
|
@@ -111,12 +112,11 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
111
112
|
readonly 'text-neutrals'?: any;
|
|
112
113
|
readonly 'text-neutrals-disabled'?: any;
|
|
113
114
|
readonly 'text-neutrals-inverted'?: any;
|
|
114
|
-
readonly 'text-neutrals-link'?: any;
|
|
115
|
-
readonly 'text-neutrals-link-active'?: any;
|
|
116
|
-
readonly 'text-neutrals-link-hover'?: any;
|
|
117
115
|
readonly 'text-neutrals-placeholder'?: any;
|
|
118
116
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
119
117
|
readonly 'text-neutrals-subtle'?: any;
|
|
118
|
+
readonly 'text-neutrals-subtle-active'?: any;
|
|
119
|
+
readonly 'text-neutrals-subtle-hover'?: any;
|
|
120
120
|
readonly 'text-primary'?: any;
|
|
121
121
|
readonly 'text-primary-active'?: any;
|
|
122
122
|
readonly 'text-primary-hover'?: any;
|
|
@@ -136,7 +136,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
136
136
|
readonly 'icon-neutrals-inverted'?: any;
|
|
137
137
|
readonly 'icon-neutrals-search'?: any;
|
|
138
138
|
readonly 'icon-neutrals-subtle'?: any;
|
|
139
|
-
readonly 'icon-neutrals-
|
|
139
|
+
readonly 'icon-neutrals-text'?: any;
|
|
140
140
|
readonly 'icon-primary'?: any;
|
|
141
141
|
readonly 'icon-primary-active'?: any;
|
|
142
142
|
readonly 'icon-primary-hover'?: any;
|
|
@@ -145,7 +145,10 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
145
145
|
readonly 'icon-success'?: any;
|
|
146
146
|
readonly 'icon-success-inverted'?: any;
|
|
147
147
|
readonly 'icon-warning'?: any;
|
|
148
|
+
readonly 'icon-warning-prominent'?: any;
|
|
148
149
|
readonly 'border-danger'?: any;
|
|
150
|
+
readonly 'border-danger-active'?: any;
|
|
151
|
+
readonly 'border-danger-hover'?: any;
|
|
149
152
|
readonly 'border-focus-inner'?: any;
|
|
150
153
|
readonly 'border-focus-middle'?: any;
|
|
151
154
|
readonly 'border-focus-outer'?: any;
|
|
@@ -157,6 +160,9 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
157
160
|
readonly 'border-neutrals-hover'?: any;
|
|
158
161
|
readonly 'border-neutrals-inverted'?: any;
|
|
159
162
|
readonly 'border-neutrals-subtle'?: any;
|
|
163
|
+
readonly 'border-neutrals-text-subtle'?: any;
|
|
164
|
+
readonly 'border-neutrals-text-subtle-active'?: any;
|
|
165
|
+
readonly 'border-neutrals-text-subtle-hover'?: any;
|
|
160
166
|
readonly 'border-primary'?: any;
|
|
161
167
|
readonly 'border-primary-active'?: any;
|
|
162
168
|
readonly 'border-primary-hover'?: any;
|
|
@@ -201,28 +207,28 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
201
207
|
readonly 'icon-400': "32px";
|
|
202
208
|
};
|
|
203
209
|
space: {
|
|
204
|
-
readonly
|
|
210
|
+
readonly none: 0;
|
|
205
211
|
readonly 50: "4px";
|
|
206
212
|
readonly 100: "8px";
|
|
207
213
|
readonly 150: "12px";
|
|
208
214
|
readonly 200: "16px";
|
|
209
215
|
readonly 300: "24px";
|
|
210
216
|
readonly 400: "32px";
|
|
211
|
-
readonly 500: "
|
|
217
|
+
readonly 500: "64px";
|
|
212
218
|
readonly 600: "48px";
|
|
213
219
|
readonly 800: "64px";
|
|
214
220
|
readonly 1200: "96px";
|
|
215
221
|
readonly 1600: "128px";
|
|
216
222
|
};
|
|
217
223
|
'space-gap': {
|
|
218
|
-
readonly
|
|
224
|
+
readonly none: any;
|
|
219
225
|
readonly 50: any;
|
|
220
226
|
readonly 100: any;
|
|
221
227
|
readonly 200: any;
|
|
222
228
|
readonly 300: any;
|
|
223
229
|
};
|
|
224
230
|
'space-inset': {
|
|
225
|
-
readonly
|
|
231
|
+
readonly none: any;
|
|
226
232
|
readonly 50: any;
|
|
227
233
|
readonly 100: any;
|
|
228
234
|
readonly 150: any;
|
|
@@ -235,7 +241,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
235
241
|
readonly 1600: any;
|
|
236
242
|
};
|
|
237
243
|
'space-offset': {
|
|
238
|
-
readonly
|
|
244
|
+
readonly none: any;
|
|
239
245
|
readonly 50: any;
|
|
240
246
|
readonly 100: any;
|
|
241
247
|
readonly 150: any;
|
|
@@ -246,7 +252,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
246
252
|
readonly 800: any;
|
|
247
253
|
readonly 1200: any;
|
|
248
254
|
readonly 1600: any;
|
|
249
|
-
readonly 'stacking-
|
|
255
|
+
readonly 'stacking-none': any;
|
|
250
256
|
readonly 'stacking-100': any;
|
|
251
257
|
readonly 'stacking-200': any;
|
|
252
258
|
readonly 'stacking-300': any;
|
|
@@ -603,7 +609,6 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
603
609
|
readonly 'background-danger-prominent-active'?: any;
|
|
604
610
|
readonly 'background-danger-prominent-hover'?: any;
|
|
605
611
|
readonly 'background-neutrals'?: any;
|
|
606
|
-
readonly 'background-neutrals-body'?: any;
|
|
607
612
|
readonly 'background-neutrals-container'?: any;
|
|
608
613
|
readonly 'background-neutrals-controls-disabled'?: any;
|
|
609
614
|
readonly 'background-neutrals-disabled'?: any;
|
|
@@ -611,6 +616,8 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
611
616
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
612
617
|
readonly 'background-neutrals-inverted'?: any;
|
|
613
618
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
619
|
+
readonly 'background-neutrals-page'?: any;
|
|
620
|
+
readonly 'background-neutrals-page-subtle'?: any;
|
|
614
621
|
readonly 'background-neutrals-scrolls'?: any;
|
|
615
622
|
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
616
623
|
readonly 'background-neutrals-subtle'?: any;
|
|
@@ -634,12 +641,11 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
634
641
|
readonly 'text-neutrals'?: any;
|
|
635
642
|
readonly 'text-neutrals-disabled'?: any;
|
|
636
643
|
readonly 'text-neutrals-inverted'?: any;
|
|
637
|
-
readonly 'text-neutrals-link'?: any;
|
|
638
|
-
readonly 'text-neutrals-link-active'?: any;
|
|
639
|
-
readonly 'text-neutrals-link-hover'?: any;
|
|
640
644
|
readonly 'text-neutrals-placeholder'?: any;
|
|
641
645
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
642
646
|
readonly 'text-neutrals-subtle'?: any;
|
|
647
|
+
readonly 'text-neutrals-subtle-active'?: any;
|
|
648
|
+
readonly 'text-neutrals-subtle-hover'?: any;
|
|
643
649
|
readonly 'text-primary'?: any;
|
|
644
650
|
readonly 'text-primary-active'?: any;
|
|
645
651
|
readonly 'text-primary-hover'?: any;
|
|
@@ -659,7 +665,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
659
665
|
readonly 'icon-neutrals-inverted'?: any;
|
|
660
666
|
readonly 'icon-neutrals-search'?: any;
|
|
661
667
|
readonly 'icon-neutrals-subtle'?: any;
|
|
662
|
-
readonly 'icon-neutrals-
|
|
668
|
+
readonly 'icon-neutrals-text'?: any;
|
|
663
669
|
readonly 'icon-primary'?: any;
|
|
664
670
|
readonly 'icon-primary-active'?: any;
|
|
665
671
|
readonly 'icon-primary-hover'?: any;
|
|
@@ -668,7 +674,10 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
668
674
|
readonly 'icon-success'?: any;
|
|
669
675
|
readonly 'icon-success-inverted'?: any;
|
|
670
676
|
readonly 'icon-warning'?: any;
|
|
677
|
+
readonly 'icon-warning-prominent'?: any;
|
|
671
678
|
readonly 'border-danger'?: any;
|
|
679
|
+
readonly 'border-danger-active'?: any;
|
|
680
|
+
readonly 'border-danger-hover'?: any;
|
|
672
681
|
readonly 'border-focus-inner'?: any;
|
|
673
682
|
readonly 'border-focus-middle'?: any;
|
|
674
683
|
readonly 'border-focus-outer'?: any;
|
|
@@ -680,6 +689,9 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
680
689
|
readonly 'border-neutrals-hover'?: any;
|
|
681
690
|
readonly 'border-neutrals-inverted'?: any;
|
|
682
691
|
readonly 'border-neutrals-subtle'?: any;
|
|
692
|
+
readonly 'border-neutrals-text-subtle'?: any;
|
|
693
|
+
readonly 'border-neutrals-text-subtle-active'?: any;
|
|
694
|
+
readonly 'border-neutrals-text-subtle-hover'?: any;
|
|
683
695
|
readonly 'border-primary'?: any;
|
|
684
696
|
readonly 'border-primary-active'?: any;
|
|
685
697
|
readonly 'border-primary-hover'?: any;
|
|
@@ -724,28 +736,28 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
724
736
|
readonly 'icon-400': "32px";
|
|
725
737
|
};
|
|
726
738
|
space: {
|
|
727
|
-
readonly
|
|
739
|
+
readonly none: 0;
|
|
728
740
|
readonly 50: "4px";
|
|
729
741
|
readonly 100: "8px";
|
|
730
742
|
readonly 150: "12px";
|
|
731
743
|
readonly 200: "16px";
|
|
732
744
|
readonly 300: "24px";
|
|
733
745
|
readonly 400: "32px";
|
|
734
|
-
readonly 500: "
|
|
746
|
+
readonly 500: "64px";
|
|
735
747
|
readonly 600: "48px";
|
|
736
748
|
readonly 800: "64px";
|
|
737
749
|
readonly 1200: "96px";
|
|
738
750
|
readonly 1600: "128px";
|
|
739
751
|
};
|
|
740
752
|
'space-gap': {
|
|
741
|
-
readonly
|
|
753
|
+
readonly none: any;
|
|
742
754
|
readonly 50: any;
|
|
743
755
|
readonly 100: any;
|
|
744
756
|
readonly 200: any;
|
|
745
757
|
readonly 300: any;
|
|
746
758
|
};
|
|
747
759
|
'space-inset': {
|
|
748
|
-
readonly
|
|
760
|
+
readonly none: any;
|
|
749
761
|
readonly 50: any;
|
|
750
762
|
readonly 100: any;
|
|
751
763
|
readonly 150: any;
|
|
@@ -758,7 +770,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
758
770
|
readonly 1600: any;
|
|
759
771
|
};
|
|
760
772
|
'space-offset': {
|
|
761
|
-
readonly
|
|
773
|
+
readonly none: any;
|
|
762
774
|
readonly 50: any;
|
|
763
775
|
readonly 100: any;
|
|
764
776
|
readonly 150: any;
|
|
@@ -769,7 +781,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
769
781
|
readonly 800: any;
|
|
770
782
|
readonly 1200: any;
|
|
771
783
|
readonly 1600: any;
|
|
772
|
-
readonly 'stacking-
|
|
784
|
+
readonly 'stacking-none': any;
|
|
773
785
|
readonly 'stacking-100': any;
|
|
774
786
|
readonly 'stacking-200': any;
|
|
775
787
|
readonly 'stacking-300': any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-tooltip",
|
|
3
|
-
"version": "3.2.12
|
|
3
|
+
"version": "3.2.12",
|
|
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.2
|
|
32
|
-
"@mirohq/design-system-styles": "^1.0.24
|
|
31
|
+
"@mirohq/design-system-stitches": "^2.3.2",
|
|
32
|
+
"@mirohq/design-system-styles": "^1.0.24",
|
|
33
33
|
"@mirohq/design-system-utils": "^0.13.2",
|
|
34
|
-
"@mirohq/design-tokens": "^2.7.0
|
|
34
|
+
"@mirohq/design-tokens": "^2.7.0"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"build": "rollup -c ../../../rollup.config.js",
|