@protonradio/proton-ui 0.1.26 → 0.1.28

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.
@@ -82,11 +82,11 @@ declare interface IconProps {
82
82
  /**
83
83
  * The desired width/height of the icon. Accepts any valid CSS unit.
84
84
  */
85
- size: number | string;
85
+ size?: number | string;
86
86
  /**
87
87
  * The stroke color of the icon.
88
88
  */
89
- color: string;
89
+ color?: string;
90
90
  }
91
91
 
92
92
  export declare function Switch(props: SwitchProps): JSX_2.Element;
@@ -2101,7 +2101,7 @@ function aa(e) {
2101
2101
  "data-testid": e["data-testid"],
2102
2102
  children: [
2103
2103
  o,
2104
- e.href && /* @__PURE__ */ F.jsx(ra, { id: "external-link", size: "1.1em", color: "white" })
2104
+ e.href && /* @__PURE__ */ F.jsx(ra, { id: "external-link", size: "0.9em" })
2105
2105
  ]
2106
2106
  }
2107
2107
  );