RubyGems
npm
Organizations
Log in
Sign up
npm
@undp/carbon-library
Versions diffs
1.0.20 → 1.0.21
Page 2
@undp/carbon-library 1.0.20 → 1.0.21
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (5)
hide
show
package/dist/cjs/index.js.map
+1
-1
package/dist/cjs/types/Components/Common/RoleIcon/role.icon.d.ts
+1
-2
package/dist/esm/index.js.map
+1
-1
package/dist/esm/types/Components/Common/RoleIcon/role.icon.d.ts
+1
-2
package/package.json
+1
-1
package/dist/cjs/types/Components/Common/RoleIcon/role.icon.d.ts
CHANGED
Viewed
@@ -5,5 +5,4 @@ export interface RoleIconProps {
5
5
bg: string;
6
6
color: string;
7
7
}
8
-
declare const RoleIcon: FC<RoleIconProps>;
9
-
export default RoleIcon;
8
+
export
declare const RoleIcon: FC<RoleIconProps>;
« First
‹ Prev
1
2
3
4
Next ›
Last »