@mirohq/design-system-icons 0.33.0 → 0.33.1

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.
package/dist/types.d.ts CHANGED
@@ -507,6 +507,7 @@ declare type StyledIconProps = ComponentPropsWithRef<typeof StyledIcon>;
507
507
  interface IconProps extends StyledIconProps {
508
508
  /**
509
509
  * The icon size.
510
+ * @default 'medium'
510
511
  */
511
512
  size?: StyledIconProps['size'];
512
513
  /**
@@ -515,8 +516,12 @@ interface IconProps extends StyledIconProps {
515
516
  color?: StyledIconProps['color'];
516
517
  /**
517
518
  * Change the icon stroke-width.
519
+ * @default 'normal'
518
520
  */
519
521
  weight?: StyledIconProps['weight'];
522
+ /**
523
+ * `fr` attr is not available on @types/react-dom 16.x
524
+ */
520
525
  fr?: string | number | undefined;
521
526
  }
522
527
  declare type IconComponentType = ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>> & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-icons",
3
- "version": "0.33.0",
3
+ "version": "0.33.1",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -32,10 +32,10 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@mirohq/design-system-base-icon": "^0.1.20",
35
- "@mirohq/design-system-link": "^1.3.12",
36
- "@mirohq/design-system-primitive": "^1.1.1",
37
35
  "@mirohq/design-system-utils": "^0.14.3",
38
- "@mirohq/design-system-stitches": "^2.6.0"
36
+ "@mirohq/design-system-stitches": "^2.6.0",
37
+ "@mirohq/design-system-primitive": "^1.1.1",
38
+ "@mirohq/design-system-link": "^1.3.12"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@svgr/cli": "^6.5.1",