@epilot360/icons 1.4.1 → 1.4.2

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot360/icons",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "author": "epilot GmbH",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -15,7 +15,6 @@ import { Help } from './Help';
15
15
  import { ContentCopy } from './ContentCopy';
16
16
  import { DataObject } from './DataObject';
17
17
  import { Notifications } from './Notifications';
18
- import { Draft } from './Draft';
19
18
  import { Visibility } from './Visibility';
20
19
  import { VisibilityOff } from './VisibilityOff';
21
20
  import { Close } from './Close';
@@ -76,7 +75,6 @@ export declare const IconComponentsMap: {
76
75
  content_copy: typeof ContentCopy;
77
76
  data_object: typeof DataObject;
78
77
  notifications: typeof Notifications;
79
- draft: typeof Draft;
80
78
  visibility: typeof Visibility;
81
79
  visibility_off: typeof VisibilityOff;
82
80
  close: typeof Close;
@@ -107,7 +105,7 @@ export declare const IconComponentsMap: {
107
105
  document: typeof Document;
108
106
  templates: typeof Templates;
109
107
  product: typeof Product;
110
- Price: typeof Price;
108
+ price: typeof Price;
111
109
  tax: typeof Tax;
112
110
  submission: typeof Submission;
113
111
  partner: typeof Partner;