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

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 +6 -6
package/dist/types.d.ts CHANGED
@@ -274,6 +274,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
274
274
  "focus-small-outline": any;
275
275
  "focus-large": any;
276
276
  "focus-controls": any;
277
+ "focus-small-error": any;
277
278
  "focus-controls-error": any;
278
279
  "focus-controls-success": any;
279
280
  };
@@ -851,6 +852,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
851
852
  "focus-small-outline": any;
852
853
  "focus-large": any;
853
854
  "focus-controls": any;
855
+ "focus-small-error": any;
854
856
  "focus-controls-error": any;
855
857
  "focus-controls-success": any;
856
858
  };
@@ -1381,6 +1383,7 @@ declare const StyledHotkey: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
1381
1383
  "focus-small-outline": any;
1382
1384
  "focus-large": any;
1383
1385
  "focus-controls": any;
1386
+ "focus-small-error": any;
1384
1387
  "focus-controls-error": any;
1385
1388
  "focus-controls-success": any;
1386
1389
  };
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.11",
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.7",
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",
35
- "@mirohq/design-tokens": "^5.0.0",
36
- "@mirohq/design-system-utils": "^0.15.0"
33
+ "@mirohq/design-system-stitches": "^2.6.6",
34
+ "@mirohq/design-system-styles": "^1.2.5",
35
+ "@mirohq/design-system-utils": "^0.15.1",
36
+ "@mirohq/design-tokens": "^5.0.0"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "rollup -c ../../../rollup.config.js",