@mirohq/design-system-popover 4.1.3 → 4.1.4

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 +6 -0
  2. package/package.json +5 -5
package/dist/types.d.ts CHANGED
@@ -24,6 +24,8 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
24
24
  readonly 'blue-80': any;
25
25
  readonly 'gray-20': any;
26
26
  readonly 'gray-30': any;
27
+ readonly 'gray-40': any;
28
+ readonly 'gray-50': any;
27
29
  readonly 'green-70': any;
28
30
  readonly 'indigo-20': any;
29
31
  readonly 'indigo-30': any;
@@ -384,6 +386,8 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{
384
386
  readonly 'blue-80': any;
385
387
  readonly 'gray-20': any;
386
388
  readonly 'gray-30': any;
389
+ readonly 'gray-40': any;
390
+ readonly 'gray-50': any;
387
391
  readonly 'green-70': any;
388
392
  readonly 'indigo-20': any;
389
393
  readonly 'indigo-30': any;
@@ -846,6 +850,8 @@ declare const StyledClose: react.ForwardRefExoticComponent<Pick<Omit<{
846
850
  readonly 'blue-80': any;
847
851
  readonly 'gray-20': any;
848
852
  readonly 'gray-30': any;
853
+ readonly 'gray-40': any;
854
+ readonly 'gray-50': any;
849
855
  readonly 'green-70': any;
850
856
  readonly 'indigo-20': any;
851
857
  readonly 'indigo-30': any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-popover",
3
- "version": "4.1.3",
3
+ "version": "4.1.4",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -30,13 +30,13 @@
30
30
  "@radix-ui/react-compose-refs": "^0.0.5",
31
31
  "@radix-ui/react-popover": "^1.0.0",
32
32
  "@radix-ui/react-use-size": "^0.1.1",
33
- "@mirohq/design-system-stitches": "^2.0.8",
34
33
  "@mirohq/design-system-primitive": "^1.0.4",
35
- "@mirohq/design-system-styles": "^1.0.8"
34
+ "@mirohq/design-system-stitches": "^2.0.9",
35
+ "@mirohq/design-system-styles": "^1.0.9"
36
36
  },
37
37
  "devDependencies": {
38
- "@mirohq/design-system-button": "^2.0.11",
39
- "@mirohq/design-system-flex": "^2.0.9"
38
+ "@mirohq/design-system-button": "^2.0.13",
39
+ "@mirohq/design-system-flex": "^2.0.10"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "rollup -c ../../../rollup.config.js",