@mirohq/design-system-tooltip 3.3.10-combobox.0 → 3.3.10

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 +3 -0
  2. package/package.json +5 -5
package/dist/types.d.ts CHANGED
@@ -275,6 +275,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
275
275
  "focus-large": any;
276
276
  "focus-controls": any;
277
277
  "focus-controls-error": any;
278
+ "focus-controls-error-small": any;
278
279
  "focus-controls-success": any;
279
280
  };
280
281
  sizes: {
@@ -852,6 +853,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
852
853
  "focus-large": any;
853
854
  "focus-controls": any;
854
855
  "focus-controls-error": any;
856
+ "focus-controls-error-small": any;
855
857
  "focus-controls-success": any;
856
858
  };
857
859
  sizes: {
@@ -1382,6 +1384,7 @@ declare const StyledHotkey: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
1382
1384
  "focus-large": any;
1383
1385
  "focus-controls": any;
1384
1386
  "focus-controls-error": any;
1387
+ "focus-controls-error-small": any;
1385
1388
  "focus-controls-success": any;
1386
1389
  };
1387
1390
  sizes: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-tooltip",
3
- "version": "3.3.10-combobox.0",
3
+ "version": "3.3.10",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -28,12 +28,12 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@radix-ui/react-tooltip": "^1.0.3",
31
+ "@mirohq/design-system-base-hotkey": "^0.1.6",
31
32
  "@mirohq/design-system-primitive": "^1.1.2",
32
- "@mirohq/design-system-stitches": "^2.6.4",
33
- "@mirohq/design-system-styles": "^1.2.4-combobox.0",
34
- "@mirohq/design-system-base-hotkey": "^0.1.5",
33
+ "@mirohq/design-system-stitches": "^2.6.5",
34
+ "@mirohq/design-system-utils": "^0.15.1",
35
35
  "@mirohq/design-tokens": "^5.0.0",
36
- "@mirohq/design-system-utils": "^0.15.0"
36
+ "@mirohq/design-system-styles": "^1.2.4"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "rollup -c ../../../rollup.config.js",