@mirohq/design-system-tooltip 3.2.13 → 3.2.14

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 +12 -12
  2. package/package.json +4 -4
package/dist/types.d.ts CHANGED
@@ -207,28 +207,28 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
207
207
  readonly 'icon-400': "32px";
208
208
  };
209
209
  space: {
210
- readonly none: 0;
210
+ readonly 0: 0;
211
211
  readonly 50: "4px";
212
212
  readonly 100: "8px";
213
213
  readonly 150: "12px";
214
214
  readonly 200: "16px";
215
215
  readonly 300: "24px";
216
216
  readonly 400: "32px";
217
- readonly 500: "64px";
217
+ readonly 500: "40px";
218
218
  readonly 600: "48px";
219
219
  readonly 800: "64px";
220
220
  readonly 1200: "96px";
221
221
  readonly 1600: "128px";
222
222
  };
223
223
  'space-gap': {
224
- readonly none: any;
224
+ readonly 0: any;
225
225
  readonly 50: any;
226
226
  readonly 100: any;
227
227
  readonly 200: any;
228
228
  readonly 300: any;
229
229
  };
230
230
  'space-inset': {
231
- readonly none: any;
231
+ readonly 0: any;
232
232
  readonly 50: any;
233
233
  readonly 100: any;
234
234
  readonly 150: any;
@@ -241,7 +241,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
241
241
  readonly 1600: any;
242
242
  };
243
243
  'space-offset': {
244
- readonly none: any;
244
+ readonly 0: any;
245
245
  readonly 50: any;
246
246
  readonly 100: any;
247
247
  readonly 150: any;
@@ -252,7 +252,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
252
252
  readonly 800: any;
253
253
  readonly 1200: any;
254
254
  readonly 1600: any;
255
- readonly 'stacking-none': any;
255
+ readonly 'stacking-0': any;
256
256
  readonly 'stacking-100': any;
257
257
  readonly 'stacking-200': any;
258
258
  readonly 'stacking-300': any;
@@ -736,28 +736,28 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
736
736
  readonly 'icon-400': "32px";
737
737
  };
738
738
  space: {
739
- readonly none: 0;
739
+ readonly 0: 0;
740
740
  readonly 50: "4px";
741
741
  readonly 100: "8px";
742
742
  readonly 150: "12px";
743
743
  readonly 200: "16px";
744
744
  readonly 300: "24px";
745
745
  readonly 400: "32px";
746
- readonly 500: "64px";
746
+ readonly 500: "40px";
747
747
  readonly 600: "48px";
748
748
  readonly 800: "64px";
749
749
  readonly 1200: "96px";
750
750
  readonly 1600: "128px";
751
751
  };
752
752
  'space-gap': {
753
- readonly none: any;
753
+ readonly 0: any;
754
754
  readonly 50: any;
755
755
  readonly 100: any;
756
756
  readonly 200: any;
757
757
  readonly 300: any;
758
758
  };
759
759
  'space-inset': {
760
- readonly none: any;
760
+ readonly 0: any;
761
761
  readonly 50: any;
762
762
  readonly 100: any;
763
763
  readonly 150: any;
@@ -770,7 +770,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
770
770
  readonly 1600: any;
771
771
  };
772
772
  'space-offset': {
773
- readonly none: any;
773
+ readonly 0: any;
774
774
  readonly 50: any;
775
775
  readonly 100: any;
776
776
  readonly 150: any;
@@ -781,7 +781,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
781
781
  readonly 800: any;
782
782
  readonly 1200: any;
783
783
  readonly 1600: any;
784
- readonly 'stacking-none': any;
784
+ readonly 'stacking-0': any;
785
785
  readonly 'stacking-100': any;
786
786
  readonly 'stacking-200': any;
787
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.13",
3
+ "version": "3.2.14",
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.3",
32
+ "@mirohq/design-system-styles": "^1.0.25",
33
33
  "@mirohq/design-system-utils": "^0.14.0",
34
- "@mirohq/design-tokens": "^2.7.0"
34
+ "@mirohq/design-tokens": "^2.7.1"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "rollup -c ../../../rollup.config.js",