@mirohq/design-system-icon-button 1.2.9 → 1.2.10

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 +7 -7
package/dist/types.d.ts CHANGED
@@ -259,6 +259,11 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Pick<Omit<{
259
259
  readonly 'stacking-500': any;
260
260
  readonly 'stacking-800': any;
261
261
  };
262
+ 'stroke-width': {
263
+ readonly thin: "1.5px";
264
+ readonly normal: "2px";
265
+ readonly bold: "4px";
266
+ };
262
267
  'z-indices': {
263
268
  readonly dropdownMenu: 100;
264
269
  readonly popover: 200;
@@ -387,6 +392,7 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Pick<Omit<{
387
392
  readonly scrollPaddingRight: "space-inset";
388
393
  readonly scrollPaddingTop: "space-inset";
389
394
  readonly stroke: "colors";
395
+ readonly strokeWidth: "stroke-width";
390
396
  readonly textDecorationColor: "colors";
391
397
  readonly textShadow: "shadows";
392
398
  readonly top: "space";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-icon-button",
3
- "version": "1.2.9",
3
+ "version": "1.2.10",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -26,14 +26,14 @@
26
26
  "react": "^16.14 || ^17 || ^18"
27
27
  },
28
28
  "dependencies": {
29
- "@mirohq/design-system-tooltip": "^3.2.8",
30
- "@mirohq/design-system-stitches": "^2.2.5",
31
- "@mirohq/design-system-badge": "^0.3.7",
32
- "@mirohq/design-system-base-button": "^0.4.6"
29
+ "@mirohq/design-system-badge": "^0.3.8",
30
+ "@mirohq/design-system-base-button": "^0.4.7",
31
+ "@mirohq/design-system-stitches": "^2.3.0",
32
+ "@mirohq/design-system-tooltip": "^3.2.9"
33
33
  },
34
34
  "devDependencies": {
35
- "@mirohq/design-system-flex": "^2.1.9",
36
- "@mirohq/design-system-icons": "^0.15.1"
35
+ "@mirohq/design-system-flex": "^2.1.10",
36
+ "@mirohq/design-system-icons": "^0.16.0"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "rollup -c ../../../rollup.config.js",