tide-design-system 2.5.2 → 2.5.4

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.
@@ -1188,6 +1188,7 @@ declare type Props_27 = {
1188
1188
  element?: Element_2;
1189
1189
  href?: string;
1190
1190
  iconLeading?: Icon;
1191
+ iconSize?: Size;
1191
1192
  iconTrailing?: Icon;
1192
1193
  isNewTab?: boolean;
1193
1194
  label: string;
@@ -1864,6 +1865,7 @@ element: Element_2;
1864
1865
  href: string;
1865
1866
  isNewTab: boolean;
1866
1867
  iconLeading: Icon;
1868
+ iconSize: Size;
1867
1869
  iconTrailing: Icon;
1868
1870
  subtle: boolean;
1869
1871
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;