@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/dist/bundle.js +1 -1
- package/dist/bundle.js.map +1 -1
- package/icons.config.yaml +1 -5
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/react/EpilotIcon.d.ts +1 -3
- package/react/EpilotIcon.js +1 -1
- package/react/EpilotIcon.js.map +1 -1
- package/react/Price/index.js +1 -1
- package/react/Price/index.js.map +1 -1
- package/react/index.d.ts +0 -1
- package/react/index.js +1 -1
- package/react/index.js.map +1 -1
- package/react/Draft/index.d.ts +0 -4
- package/react/Draft/index.js +0 -2
- package/react/Draft/index.js.map +0 -1
package/package.json
CHANGED
package/react/EpilotIcon.d.ts
CHANGED
|
@@ -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
|
-
|
|
108
|
+
price: typeof Price;
|
|
111
109
|
tax: typeof Tax;
|
|
112
110
|
submission: typeof Submission;
|
|
113
111
|
partner: typeof Partner;
|