@mirohq/design-system-link 1.2.8 → 1.2.9

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 +4 -4
package/dist/types.d.ts CHANGED
@@ -265,6 +265,11 @@ declare const StyledLink: react.ForwardRefExoticComponent<Pick<Omit<{
265
265
  readonly 'stacking-500': any;
266
266
  readonly 'stacking-800': any;
267
267
  };
268
+ 'stroke-width': {
269
+ readonly thin: "1.5px";
270
+ readonly normal: "2px";
271
+ readonly bold: "4px";
272
+ };
268
273
  'z-indices': {
269
274
  readonly dropdownMenu: 100;
270
275
  readonly popover: 200;
@@ -393,6 +398,7 @@ declare const StyledLink: react.ForwardRefExoticComponent<Pick<Omit<{
393
398
  readonly scrollPaddingRight: "space-inset";
394
399
  readonly scrollPaddingTop: "space-inset";
395
400
  readonly stroke: "colors";
401
+ readonly strokeWidth: "stroke-width";
396
402
  readonly textDecorationColor: "colors";
397
403
  readonly textShadow: "shadows";
398
404
  readonly top: "space";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-link",
3
- "version": "1.2.8",
3
+ "version": "1.2.9",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -31,9 +31,9 @@
31
31
  "@react-aria/utils": "^3.13.0",
32
32
  "@react-types/link": "^3.3.0",
33
33
  "@mirohq/design-system-primitive": "^1.1.0",
34
- "@mirohq/design-system-utils": "^0.13.1",
35
- "@mirohq/design-system-styles": "^1.0.21",
36
- "@mirohq/design-system-stitches": "^2.2.5"
34
+ "@mirohq/design-system-styles": "^1.0.22",
35
+ "@mirohq/design-system-stitches": "^2.3.0",
36
+ "@mirohq/design-system-utils": "^0.13.1"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "rollup -c ../../../rollup.config.js",