@yahoo/uds 3.128.1 → 3.129.0-beta.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@yahoo/uds",
3
3
  "description": "Yahoo Universal System",
4
- "version": "3.128.1",
4
+ "version": "3.129.0-beta.1",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",
@@ -1,18 +0,0 @@
1
-
2
- //#region ../icons/dist/types.d.ts
3
- type IconSize = 'xs' | 'sm' | 'md' | 'lg';
4
- type IconVariant = 'fill' | 'outline' | 'multicolor';
5
- interface SvgIconProps {
6
- size?: IconSize;
7
- variant?: IconVariant;
8
- }
9
- interface SvgIconWithStaticProps<SvgIconProps> extends React.FunctionComponent<SvgIconProps> {
10
- metadata: {
11
- /** Icon name */name: string; /** Whether this is an SVG icon */
12
- isSvgIcon: boolean; /** List of available variants for this icon */
13
- variants: IconVariant[];
14
- };
15
- }
16
- type SvgIcon = SvgIconWithStaticProps<SvgIconProps>; //#endregion
17
- //#endregion
18
- export { type SvgIcon };
@@ -1,18 +0,0 @@
1
-
2
- //#region ../icons/dist/types.d.ts
3
- type IconSize = 'xs' | 'sm' | 'md' | 'lg';
4
- type IconVariant = 'fill' | 'outline' | 'multicolor';
5
- interface SvgIconProps {
6
- size?: IconSize;
7
- variant?: IconVariant;
8
- }
9
- interface SvgIconWithStaticProps<SvgIconProps> extends React.FunctionComponent<SvgIconProps> {
10
- metadata: {
11
- /** Icon name */name: string; /** Whether this is an SVG icon */
12
- isSvgIcon: boolean; /** List of available variants for this icon */
13
- variants: IconVariant[];
14
- };
15
- }
16
- type SvgIcon = SvgIconWithStaticProps<SvgIconProps>; //#endregion
17
- //#endregion
18
- export { type SvgIcon };