@mirohq/design-system-base-button 0.4.6 → 0.4.7

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 +6 -0
  2. package/package.json +3 -3
package/dist/types.d.ts CHANGED
@@ -263,6 +263,11 @@ declare const StyledBaseButton: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
263
263
  readonly 'stacking-500': any;
264
264
  readonly 'stacking-800': any;
265
265
  };
266
+ 'stroke-width': {
267
+ readonly thin: "1.5px";
268
+ readonly normal: "2px";
269
+ readonly bold: "4px";
270
+ };
266
271
  'z-indices': {
267
272
  readonly dropdownMenu: 100;
268
273
  readonly popover: 200;
@@ -391,6 +396,7 @@ declare const StyledBaseButton: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
391
396
  readonly scrollPaddingRight: "space-inset";
392
397
  readonly scrollPaddingTop: "space-inset";
393
398
  readonly stroke: "colors";
399
+ readonly strokeWidth: "stroke-width";
394
400
  readonly textDecorationColor: "colors";
395
401
  readonly textShadow: "shadows";
396
402
  readonly top: "space";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-base-button",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -34,10 +34,10 @@
34
34
  "@react-types/button": "^3.5.0",
35
35
  "@react-types/shared": "^3.16.0",
36
36
  "@mirohq/design-system-primitive": "^1.1.0",
37
- "@mirohq/design-system-stitches": "^2.2.5"
37
+ "@mirohq/design-system-stitches": "^2.3.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@mirohq/design-system-icons": "^0.15.1"
40
+ "@mirohq/design-system-icons": "^0.16.0"
41
41
  },
42
42
  "scripts": {
43
43
  "build": "rollup -c ../../../../rollup.config.js",