@mirohq/design-system-badge 0.3.0 → 0.3.1-changelog-1.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 -4
  2. package/package.json +4 -4
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;
@@ -145,8 +143,6 @@ declare const StyledBadge: react.ForwardRefExoticComponent<Pick<Omit<{}, never>
145
143
  readonly 'border-neutrals-disabled'?: any;
146
144
  readonly 'border-neutrals-controls'?: any;
147
145
  readonly 'border-neutrals-controls-disabled'?: any;
148
- readonly 'border-neutrals-subtle'?: any;
149
- readonly 'border-neutrals-inverted'?: any;
150
146
  readonly 'border-primary'?: any;
151
147
  readonly 'border-primary-hover'?: any;
152
148
  readonly 'border-primary-active'?: 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-changelog-1.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",
31
- "@mirohq/design-system-types": "^0.3.0"
30
+ "@mirohq/design-system-types": "^0.3.0",
31
+ "@mirohq/design-system-stitches": "^2.1.2-changelog-1.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@mirohq/design-system-button": "^2.1.1"
34
+ "@mirohq/design-system-button": "^2.1.2-changelog-1.0"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "rollup -c ../../../rollup.config.js",