@mirohq/design-system-badge 0.3.0 → 0.3.1-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 -2
  2. package/package.json +3 -3
package/dist/types.d.ts CHANGED
@@ -99,8 +99,6 @@ declare const StyledBadge: react.ForwardRefExoticComponent<Pick<Omit<{}, never>
99
99
  readonly 'background-danger'?: any;
100
100
  readonly 'background-danger-hover'?: any;
101
101
  readonly 'background-success'?: any;
102
- readonly 'background-warning-subtle'?: any;
103
- readonly 'background-warning-prominent'?: any;
104
102
  readonly 'text-neutrals-inverted'?: any;
105
103
  readonly 'text-neutrals'?: any;
106
104
  readonly 'text-neutrals-subtle'?: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-badge",
3
- "version": "0.3.0",
3
+ "version": "0.3.1-test-changelog.0",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -27,11 +27,11 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@mirohq/design-system-primitive": "^1.1.0",
30
- "@mirohq/design-system-stitches": "^2.1.1",
30
+ "@mirohq/design-system-stitches": "^2.1.2-test-changelog.0",
31
31
  "@mirohq/design-system-types": "^0.3.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@mirohq/design-system-button": "^2.1.1"
34
+ "@mirohq/design-system-button": "^2.1.2-test-changelog.0"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "rollup -c ../../../rollup.config.js",