@mirohq/design-system-popover 5.1.26-combobox.0 → 5.1.26

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 +4 -0
  2. package/package.json +6 -6
package/dist/types.d.ts CHANGED
@@ -240,6 +240,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
240
240
  "text-warning-subtle"?: any;
241
241
  };
242
242
  'font-sizes': {
243
+ readonly 125: "0.625rem";
243
244
  readonly 150: "0.75rem";
244
245
  readonly 175: "0.875rem";
245
246
  readonly 200: "1rem";
@@ -778,6 +779,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
778
779
  "text-warning-subtle"?: any;
779
780
  };
780
781
  'font-sizes': {
782
+ readonly 125: "0.625rem";
781
783
  readonly 150: "0.75rem";
782
784
  readonly 175: "0.875rem";
783
785
  readonly 200: "1rem";
@@ -1446,6 +1448,7 @@ declare const StyledClose: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_des
1446
1448
  "text-warning-subtle"?: any;
1447
1449
  };
1448
1450
  'font-sizes': {
1451
+ readonly 125: "0.625rem";
1449
1452
  readonly 150: "0.75rem";
1450
1453
  readonly 175: "0.875rem";
1451
1454
  readonly 200: "1rem";
@@ -2045,6 +2048,7 @@ declare const StyledArrow: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_des
2045
2048
  "text-warning-subtle"?: any;
2046
2049
  };
2047
2050
  'font-sizes': {
2051
+ readonly 125: "0.625rem";
2048
2052
  readonly 150: "0.75rem";
2049
2053
  readonly 175: "0.875rem";
2050
2054
  readonly 200: "1rem";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-popover",
3
- "version": "5.1.26-combobox.0",
3
+ "version": "5.1.26",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -27,12 +27,12 @@
27
27
  "react-dom": "^16.14 || ^17 || ^18"
28
28
  },
29
29
  "dependencies": {
30
- "@radix-ui/react-popover": "^1.0.7",
30
+ "@radix-ui/react-popover": "^1.0.0",
31
31
  "@radix-ui/react-use-size": "^1.0.1",
32
- "@mirohq/design-system-icons": "^0.39.2-combobox.0",
33
- "@mirohq/design-system-stitches": "^2.6.1",
34
- "@mirohq/design-system-styles": "^1.2.1-combobox.0",
35
- "@mirohq/design-system-primitive": "^1.1.2"
32
+ "@mirohq/design-system-icons": "^0.39.2",
33
+ "@mirohq/design-system-primitive": "^1.1.2",
34
+ "@mirohq/design-system-stitches": "^2.6.2",
35
+ "@mirohq/design-system-styles": "^1.2.1"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "rollup -c ../../../rollup.config.js",