@epilot360/icons 1.13.3 → 1.13.5

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.
Files changed (41) hide show
  1. package/icons.config.yaml +7 -0
  2. package/index.js +1 -1
  3. package/index.js.map +1 -1
  4. package/package.json +1 -1
  5. package/react/EpilotIcon.d.ts +4 -0
  6. package/react/EpilotIcon.js +1 -1
  7. package/react/EpilotIcon.js.map +1 -1
  8. package/react/FileManager/index.d.ts +4 -0
  9. package/react/FileManager/index.js +2 -0
  10. package/react/FileManager/index.js.map +1 -0
  11. package/react/Remove/index.d.ts +4 -0
  12. package/react/Remove/index.js +2 -0
  13. package/react/Remove/index.js.map +1 -0
  14. package/react/Upload/index.js +1 -1
  15. package/react/Upload/index.js.map +1 -1
  16. package/react/index.d.ts +2 -0
  17. package/react/index.js +1 -1
  18. package/react/index.js.map +1 -1
  19. package/svg/FileManager/icon-fill.svg +1 -0
  20. package/svg/FileManager/icon.svg +1 -0
  21. package/svg/FileManager/index.d.ts +3 -0
  22. package/svg/FileManager/index.js +2 -0
  23. package/svg/FileManager/index.js.map +1 -0
  24. package/svg/Remove/icon-fill.svg +1 -0
  25. package/svg/Remove/icon.svg +1 -0
  26. package/svg/Remove/index.d.ts +3 -0
  27. package/svg/Remove/index.js +2 -0
  28. package/svg/Remove/index.js.map +1 -0
  29. package/svg/Upload/icon-fill.svg +1 -1
  30. package/svg/Upload/icon.svg +1 -1
  31. package/svg/Upload/index.js +1 -1
  32. package/svg/Upload/index.js.map +1 -1
  33. package/svg/index.d.ts +2 -0
  34. package/svg/index.js +1 -1
  35. package/svg/index.js.map +1 -1
  36. package/svg/svgIcon.d.ts +2 -0
  37. package/svg/svgIcon.js +1 -1
  38. package/svg/svgIcon.js.map +1 -1
  39. package/__mocks__/icon-file-mock.d.ts +0 -2
  40. package/__mocks__/icon-file-mock.js +0 -3
  41. package/__mocks__/icon-file-mock.js.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot360/icons",
3
- "version": "1.13.3",
3
+ "version": "1.13.5",
4
4
  "author": "epilot GmbH",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -141,6 +141,8 @@ import { DoubleThumbsUp } from './DoubleThumbsUp';
141
141
  import { AIStar } from './AIStar';
142
142
  import { Label } from './Label';
143
143
  import { LabelOff } from './LabelOff';
144
+ import { Remove } from './Remove';
145
+ import { FileManager } from './FileManager';
144
146
  import type { IconPropsReact } from './types';
145
147
  export declare const IconComponentsMap: {
146
148
  epilot: typeof Epilot;
@@ -285,6 +287,8 @@ export declare const IconComponentsMap: {
285
287
  ai_star: typeof AIStar;
286
288
  label: typeof Label;
287
289
  label_off: typeof LabelOff;
290
+ remove: typeof Remove;
291
+ file_manager: typeof FileManager;
288
292
  };
289
293
  export type IconName = keyof typeof IconComponentsMap;
290
294
  type Props = IconPropsReact & {