@mirohq/design-system-tooltip 3.2.28 → 3.2.29

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +26 -0
  2. package/package.json +4 -4
package/dist/types.d.ts CHANGED
@@ -117,6 +117,9 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{}, never
117
117
  "background-primary-subtle-pressed-hover"?: any;
118
118
  "background-primary-subtle-selected"?: any;
119
119
  "background-success"?: any;
120
+ "background-success-prominent"?: any;
121
+ "background-success-prominent-active"?: any;
122
+ "background-success-prominent-hover"?: any;
120
123
  "background-warning-prominent"?: any;
121
124
  "background-warning-subtle"?: any;
122
125
  "border-danger"?: any;
@@ -145,6 +148,8 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{}, never
145
148
  "border-primary-hover"?: any;
146
149
  "border-primary-inverted"?: any;
147
150
  "border-success"?: any;
151
+ "border-success-active"?: any;
152
+ "border-success-hover"?: any;
148
153
  "border-warning"?: any;
149
154
  "icon-danger"?: any;
150
155
  "icon-danger-active"?: any;
@@ -164,9 +169,12 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{}, never
164
169
  "icon-primary-inverted"?: any;
165
170
  "icon-primary-selected"?: any;
166
171
  "icon-success"?: any;
172
+ "icon-success-active"?: any;
173
+ "icon-success-hover"?: any;
167
174
  "icon-success-inverted"?: any;
168
175
  "icon-warning"?: any;
169
176
  "icon-warning-prominent"?: any;
177
+ "icon-warning-subtle"?: any;
170
178
  "text-danger"?: any;
171
179
  "text-danger-active"?: any;
172
180
  "text-danger-hover"?: any;
@@ -188,7 +196,11 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{}, never
188
196
  "text-primary-inverted-subtle"?: any;
189
197
  "text-primary-selected"?: any;
190
198
  "text-success"?: any;
199
+ "text-success-active"?: any;
200
+ "text-success-hover"?: any;
201
+ "text-success-inverted"?: any;
191
202
  "text-warning"?: any;
203
+ "text-warning-subtle"?: any;
192
204
  };
193
205
  'font-sizes': {
194
206
  readonly 150: "0.75rem";
@@ -231,6 +243,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{}, never
231
243
  };
232
244
  space: {
233
245
  readonly 0: "0px";
246
+ readonly 25: "2px";
234
247
  readonly 50: "4px";
235
248
  readonly 100: "8px";
236
249
  readonly 150: "12px";
@@ -672,6 +685,9 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never
672
685
  "background-primary-subtle-pressed-hover"?: any;
673
686
  "background-primary-subtle-selected"?: any;
674
687
  "background-success"?: any;
688
+ "background-success-prominent"?: any;
689
+ "background-success-prominent-active"?: any;
690
+ "background-success-prominent-hover"?: any;
675
691
  "background-warning-prominent"?: any;
676
692
  "background-warning-subtle"?: any;
677
693
  "border-danger"?: any;
@@ -700,6 +716,8 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never
700
716
  "border-primary-hover"?: any;
701
717
  "border-primary-inverted"?: any;
702
718
  "border-success"?: any;
719
+ "border-success-active"?: any;
720
+ "border-success-hover"?: any;
703
721
  "border-warning"?: any;
704
722
  "icon-danger"?: any;
705
723
  "icon-danger-active"?: any;
@@ -719,9 +737,12 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never
719
737
  "icon-primary-inverted"?: any;
720
738
  "icon-primary-selected"?: any;
721
739
  "icon-success"?: any;
740
+ "icon-success-active"?: any;
741
+ "icon-success-hover"?: any;
722
742
  "icon-success-inverted"?: any;
723
743
  "icon-warning"?: any;
724
744
  "icon-warning-prominent"?: any;
745
+ "icon-warning-subtle"?: any;
725
746
  "text-danger"?: any;
726
747
  "text-danger-active"?: any;
727
748
  "text-danger-hover"?: any;
@@ -743,7 +764,11 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never
743
764
  "text-primary-inverted-subtle"?: any;
744
765
  "text-primary-selected"?: any;
745
766
  "text-success"?: any;
767
+ "text-success-active"?: any;
768
+ "text-success-hover"?: any;
769
+ "text-success-inverted"?: any;
746
770
  "text-warning"?: any;
771
+ "text-warning-subtle"?: any;
747
772
  };
748
773
  'font-sizes': {
749
774
  readonly 150: "0.75rem";
@@ -786,6 +811,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never
786
811
  };
787
812
  space: {
788
813
  readonly 0: "0px";
814
+ readonly 25: "2px";
789
815
  readonly 50: "4px";
790
816
  readonly 100: "8px";
791
817
  readonly 150: "12px";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-tooltip",
3
- "version": "3.2.28",
3
+ "version": "3.2.29",
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.13",
32
- "@mirohq/design-system-styles": "^1.1.10",
31
+ "@mirohq/design-system-stitches": "^2.3.14",
32
+ "@mirohq/design-system-styles": "^1.1.11",
33
33
  "@mirohq/design-system-utils": "^0.14.3",
34
- "@mirohq/design-tokens": "^3.4.0"
34
+ "@mirohq/design-tokens": "^3.4.1"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "rollup -c ../../../rollup.config.js",