@mirohq/design-system-tooltip 3.3.10 → 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 -3
  2. package/package.json +5 -5
package/dist/types.d.ts CHANGED
@@ -274,8 +274,8 @@ 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
- "focus-controls-error-small": any;
279
279
  "focus-controls-success": any;
280
280
  };
281
281
  sizes: {
@@ -852,8 +852,8 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
852
852
  "focus-small-outline": any;
853
853
  "focus-large": any;
854
854
  "focus-controls": any;
855
+ "focus-small-error": any;
855
856
  "focus-controls-error": any;
856
- "focus-controls-error-small": any;
857
857
  "focus-controls-success": any;
858
858
  };
859
859
  sizes: {
@@ -1383,8 +1383,8 @@ declare const StyledHotkey: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
1383
1383
  "focus-small-outline": any;
1384
1384
  "focus-large": any;
1385
1385
  "focus-controls": any;
1386
+ "focus-small-error": any;
1386
1387
  "focus-controls-error": any;
1387
- "focus-controls-error-small": any;
1388
1388
  "focus-controls-success": any;
1389
1389
  };
1390
1390
  sizes: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-tooltip",
3
- "version": "3.3.10",
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.6",
31
+ "@mirohq/design-system-base-hotkey": "^0.1.7",
32
32
  "@mirohq/design-system-primitive": "^1.1.2",
33
- "@mirohq/design-system-stitches": "^2.6.5",
33
+ "@mirohq/design-system-stitches": "^2.6.6",
34
+ "@mirohq/design-system-styles": "^1.2.5",
34
35
  "@mirohq/design-system-utils": "^0.15.1",
35
- "@mirohq/design-tokens": "^5.0.0",
36
- "@mirohq/design-system-styles": "^1.2.4"
36
+ "@mirohq/design-tokens": "^5.0.0"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "rollup -c ../../../rollup.config.js",