@epilot360/icons 1.4.0 → 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.0",
3
+ "version": "1.4.2",
4
4
  "author": "epilot GmbH",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -28,6 +28,7 @@
28
28
  "**/*.js",
29
29
  "**/*.d.ts",
30
30
  "**/*.map",
31
+ "icons.config.yaml",
31
32
  "!webpack.config.js",
32
33
  "!storybook-static/",
33
34
  "!iac/",
@@ -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';
@@ -30,6 +29,8 @@ import { Refresh } from './Refresh';
30
29
  import { Menu } from './Menu';
31
30
  import { Login } from './Login';
32
31
  import { Logout } from './Logout';
32
+ import { Lock } from './Lock';
33
+ import { LockOpen } from './LockOpen';
33
34
  import { Table } from './Table';
34
35
  import { Attributes } from './Attributes';
35
36
  import { Dashboard } from './Dashboard';
@@ -74,7 +75,6 @@ export declare const IconComponentsMap: {
74
75
  content_copy: typeof ContentCopy;
75
76
  data_object: typeof DataObject;
76
77
  notifications: typeof Notifications;
77
- draft: typeof Draft;
78
78
  visibility: typeof Visibility;
79
79
  visibility_off: typeof VisibilityOff;
80
80
  close: typeof Close;
@@ -89,6 +89,8 @@ export declare const IconComponentsMap: {
89
89
  menu: typeof Menu;
90
90
  login: typeof Login;
91
91
  logout: typeof Logout;
92
+ lock: typeof Lock;
93
+ lock_open: typeof LockOpen;
92
94
  table: typeof Table;
93
95
  attributes: typeof Attributes;
94
96
  dashboard: typeof Dashboard;
@@ -103,7 +105,7 @@ export declare const IconComponentsMap: {
103
105
  document: typeof Document;
104
106
  templates: typeof Templates;
105
107
  product: typeof Product;
106
- Price: typeof Price;
108
+ price: typeof Price;
107
109
  tax: typeof Tax;
108
110
  submission: typeof Submission;
109
111
  partner: typeof Partner;