@synerise/ds-icon 1.8.0 → 1.9.0

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/index.d.ts CHANGED
@@ -12,6 +12,7 @@ export * from './icons/colorIcons';
12
12
  export * from './icons/XL';
13
13
  export * from './icons/additional';
14
14
  export { default as MimeTypeIcon } from './MimeTypeIcon/MimeTypeIcon';
15
+ export { DynamicIcon } from './DynamicIcon/DynamicIcon';
15
16
  export type { MimeTypeIconsProps } from './MimeTypeIcon/MimeTypeIcon.types';
16
17
  export type { IconProps } from './Icon.types';
17
18
  export { medium, large, xLarge, color, additional };
package/dist/index.js CHANGED
@@ -13,4 +13,5 @@ export * from './icons/XL';
13
13
  // Some of this icons are duplicated in XL folder, consider removing it before uploading new version
14
14
  export * from './icons/additional';
15
15
  export { default as MimeTypeIcon } from './MimeTypeIcon/MimeTypeIcon';
16
+ export { DynamicIcon } from './DynamicIcon/DynamicIcon';
16
17
  export { medium, large, xLarge, color, additional };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-icon",
3
- "version": "1.8.0",
3
+ "version": "1.9.0",
4
4
  "description": "Icon UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -51,5 +51,5 @@
51
51
  "glob": "^11.0.2",
52
52
  "string-hash": "^1.1.3"
53
53
  },
54
- "gitHead": "cbbb7d9f155735bcc4035d8fd8a7813878d6e051"
54
+ "gitHead": "d5bd7fbc9d840ac30e2b79b36c451b486e178445"
55
55
  }