@mirohq/design-system-button 2.1.1 → 2.1.2-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 +5 -5
package/dist/types.d.ts CHANGED
@@ -114,8 +114,6 @@ declare const StyledButton: react.ForwardRefExoticComponent<Pick<Omit<{
114
114
  readonly 'background-danger'?: any;
115
115
  readonly 'background-danger-hover'?: any;
116
116
  readonly 'background-success'?: any;
117
- readonly 'background-warning-subtle'?: any;
118
- readonly 'background-warning-prominent'?: any;
119
117
  readonly 'text-neutrals-inverted'?: any;
120
118
  readonly 'text-neutrals'?: any;
121
119
  readonly 'text-neutrals-subtle'?: any;
@@ -160,8 +158,6 @@ declare const StyledButton: react.ForwardRefExoticComponent<Pick<Omit<{
160
158
  readonly 'border-neutrals-disabled'?: any;
161
159
  readonly 'border-neutrals-controls'?: any;
162
160
  readonly 'border-neutrals-controls-disabled'?: any;
163
- readonly 'border-neutrals-subtle'?: any;
164
- readonly 'border-neutrals-inverted'?: any;
165
161
  readonly 'border-primary'?: any;
166
162
  readonly 'border-primary-hover'?: any;
167
163
  readonly 'border-primary-active'?: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-button",
3
- "version": "2.1.1",
3
+ "version": "2.1.2-changelog-1.0",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -32,14 +32,14 @@
32
32
  "@react-aria/utils": "^3.13.0",
33
33
  "@react-types/button": "^3.5.0",
34
34
  "@mirohq/design-system-primitive": "^1.1.0",
35
- "@mirohq/design-system-spinner": "^1.1.1",
36
- "@mirohq/design-system-stitches": "^2.1.1",
37
- "@mirohq/design-system-styles": "^1.0.14",
35
+ "@mirohq/design-system-spinner": "^1.1.2-changelog-1.0",
36
+ "@mirohq/design-system-stitches": "^2.1.2-changelog-1.0",
38
37
  "@mirohq/design-system-types": "^0.3.0",
38
+ "@mirohq/design-system-styles": "^1.0.15-changelog-1.0",
39
39
  "@mirohq/design-system-utils": "^0.12.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@mirohq/design-system-flex": "^2.1.1"
42
+ "@mirohq/design-system-flex": "^2.1.3-changelog-1.0"
43
43
  },
44
44
  "scripts": {
45
45
  "build": "rollup -c ../../../rollup.config.js",