@mirohq/design-system-popover 4.3.1 → 4.3.2-test-changelog.0

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 +0 -6
  2. package/package.json +6 -6
package/dist/types.d.ts CHANGED
@@ -100,8 +100,6 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
100
100
  readonly 'background-danger'?: any;
101
101
  readonly 'background-danger-hover'?: any;
102
102
  readonly 'background-success'?: any;
103
- readonly 'background-warning-subtle'?: any;
104
- readonly 'background-warning-prominent'?: any;
105
103
  readonly 'text-neutrals-inverted'?: any;
106
104
  readonly 'text-neutrals'?: any;
107
105
  readonly 'text-neutrals-subtle'?: any;
@@ -531,8 +529,6 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{
531
529
  readonly 'background-danger'?: any;
532
530
  readonly 'background-danger-hover'?: any;
533
531
  readonly 'background-success'?: any;
534
- readonly 'background-warning-subtle'?: any;
535
- readonly 'background-warning-prominent'?: any;
536
532
  readonly 'text-neutrals-inverted'?: any;
537
533
  readonly 'text-neutrals'?: any;
538
534
  readonly 'text-neutrals-subtle'?: any;
@@ -1064,8 +1060,6 @@ declare const StyledClose: react.ForwardRefExoticComponent<Pick<Omit<{
1064
1060
  readonly 'background-danger'?: any;
1065
1061
  readonly 'background-danger-hover'?: any;
1066
1062
  readonly 'background-success'?: any;
1067
- readonly 'background-warning-subtle'?: any;
1068
- readonly 'background-warning-prominent'?: any;
1069
1063
  readonly 'text-neutrals-inverted'?: any;
1070
1064
  readonly 'text-neutrals'?: any;
1071
1065
  readonly 'text-neutrals-subtle'?: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-popover",
3
- "version": "4.3.1",
3
+ "version": "4.3.2-test-changelog.0",
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.1.1",
34
- "@mirohq/design-system-styles": "^1.0.14",
35
- "@mirohq/design-system-primitive": "^1.1.0"
33
+ "@mirohq/design-system-stitches": "^2.1.2-test-changelog.0",
34
+ "@mirohq/design-system-primitive": "^1.1.0",
35
+ "@mirohq/design-system-styles": "^1.0.15-test-changelog.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@mirohq/design-system-button": "^2.1.1",
39
- "@mirohq/design-system-flex": "^2.1.1"
38
+ "@mirohq/design-system-button": "^2.1.2-test-changelog.0",
39
+ "@mirohq/design-system-flex": "^2.1.3-test-changelog.0"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "rollup -c ../../../rollup.config.js",