@mirohq/design-system-tooltip 3.2.12-dropdown.0 → 3.2.12-use-press.0

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 +5 -5
package/dist/types.d.ts CHANGED
@@ -201,28 +201,28 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
201
201
  readonly 'icon-400': "32px";
202
202
  };
203
203
  space: {
204
- readonly 0: 0;
204
+ readonly none: 0;
205
205
  readonly 50: "4px";
206
206
  readonly 100: "8px";
207
207
  readonly 150: "12px";
208
208
  readonly 200: "16px";
209
209
  readonly 300: "24px";
210
210
  readonly 400: "32px";
211
- readonly 500: "40px";
211
+ readonly 500: "64px";
212
212
  readonly 600: "48px";
213
213
  readonly 800: "64px";
214
214
  readonly 1200: "96px";
215
215
  readonly 1600: "128px";
216
216
  };
217
217
  'space-gap': {
218
- readonly 0: any;
218
+ readonly none: any;
219
219
  readonly 50: any;
220
220
  readonly 100: any;
221
221
  readonly 200: any;
222
222
  readonly 300: any;
223
223
  };
224
224
  'space-inset': {
225
- readonly 0: any;
225
+ readonly none: any;
226
226
  readonly 50: any;
227
227
  readonly 100: any;
228
228
  readonly 150: any;
@@ -235,7 +235,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
235
235
  readonly 1600: any;
236
236
  };
237
237
  'space-offset': {
238
- readonly 0: any;
238
+ readonly none: any;
239
239
  readonly 50: any;
240
240
  readonly 100: any;
241
241
  readonly 150: any;
@@ -246,7 +246,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
246
246
  readonly 800: any;
247
247
  readonly 1200: any;
248
248
  readonly 1600: any;
249
- readonly 'stacking-0': any;
249
+ readonly 'stacking-none': any;
250
250
  readonly 'stacking-100': any;
251
251
  readonly 'stacking-200': any;
252
252
  readonly 'stacking-300': any;
@@ -724,28 +724,28 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
724
724
  readonly 'icon-400': "32px";
725
725
  };
726
726
  space: {
727
- readonly 0: 0;
727
+ readonly none: 0;
728
728
  readonly 50: "4px";
729
729
  readonly 100: "8px";
730
730
  readonly 150: "12px";
731
731
  readonly 200: "16px";
732
732
  readonly 300: "24px";
733
733
  readonly 400: "32px";
734
- readonly 500: "40px";
734
+ readonly 500: "64px";
735
735
  readonly 600: "48px";
736
736
  readonly 800: "64px";
737
737
  readonly 1200: "96px";
738
738
  readonly 1600: "128px";
739
739
  };
740
740
  'space-gap': {
741
- readonly 0: any;
741
+ readonly none: any;
742
742
  readonly 50: any;
743
743
  readonly 100: any;
744
744
  readonly 200: any;
745
745
  readonly 300: any;
746
746
  };
747
747
  'space-inset': {
748
- readonly 0: any;
748
+ readonly none: any;
749
749
  readonly 50: any;
750
750
  readonly 100: any;
751
751
  readonly 150: any;
@@ -758,7 +758,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
758
758
  readonly 1600: any;
759
759
  };
760
760
  'space-offset': {
761
- readonly 0: any;
761
+ readonly none: any;
762
762
  readonly 50: any;
763
763
  readonly 100: any;
764
764
  readonly 150: any;
@@ -769,7 +769,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
769
769
  readonly 800: any;
770
770
  readonly 1200: any;
771
771
  readonly 1600: any;
772
- readonly 'stacking-0': any;
772
+ readonly 'stacking-none': any;
773
773
  readonly 'stacking-100': any;
774
774
  readonly 'stacking-200': any;
775
775
  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-dropdown.0",
3
+ "version": "3.2.12-use-press.0",
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-dropdown.0",
32
- "@mirohq/design-system-styles": "^1.0.24-dropdown.0",
33
- "@mirohq/design-system-utils": "^0.13.2",
34
- "@mirohq/design-tokens": "^2.7.0-dropdown.0"
31
+ "@mirohq/design-system-stitches": "^2.3.1",
32
+ "@mirohq/design-system-styles": "^1.0.23",
33
+ "@mirohq/design-system-utils": "^0.14.0-use-press.0",
34
+ "@mirohq/design-tokens": "^2.6.0"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "rollup -c ../../../rollup.config.js",