@mirohq/design-system-base-button 0.3.1 → 0.3.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 +4 -4
package/dist/types.d.ts CHANGED
@@ -106,8 +106,6 @@ declare const StyledBaseButton: react.ForwardRefExoticComponent<Pick<Omit<{
106
106
  readonly 'background-danger'?: any;
107
107
  readonly 'background-danger-hover'?: any;
108
108
  readonly 'background-success'?: any;
109
- readonly 'background-warning-subtle'?: any;
110
- readonly 'background-warning-prominent'?: any;
111
109
  readonly 'text-neutrals-inverted'?: any;
112
110
  readonly 'text-neutrals'?: any;
113
111
  readonly 'text-neutrals-subtle'?: any;
@@ -152,8 +150,6 @@ declare const StyledBaseButton: react.ForwardRefExoticComponent<Pick<Omit<{
152
150
  readonly 'border-neutrals-disabled'?: any;
153
151
  readonly 'border-neutrals-controls'?: any;
154
152
  readonly 'border-neutrals-controls-disabled'?: any;
155
- readonly 'border-neutrals-subtle'?: any;
156
- readonly 'border-neutrals-inverted'?: any;
157
153
  readonly 'border-primary'?: any;
158
154
  readonly 'border-primary-hover'?: any;
159
155
  readonly 'border-primary-active'?: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-base-button",
3
- "version": "0.3.1",
3
+ "version": "0.3.2-changelog-1.0",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -33,11 +33,11 @@
33
33
  "@react-aria/utils": "^3.13.0",
34
34
  "@react-types/button": "^3.5.0",
35
35
  "@react-types/shared": "^3.16.0",
36
- "@mirohq/design-system-primitive": "^1.1.0",
37
- "@mirohq/design-system-stitches": "^2.1.1"
36
+ "@mirohq/design-system-stitches": "^2.1.2-changelog-1.0",
37
+ "@mirohq/design-system-primitive": "^1.1.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@mirohq/design-system-icons": "^0.10.1"
40
+ "@mirohq/design-system-icons": "^0.11.1-changelog-1.0"
41
41
  },
42
42
  "scripts": {
43
43
  "build": "rollup -c ../../../../rollup.config.js",