@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/README.md +19 -21
- package/dist/bundle.js +1 -1
- package/dist/bundle.js.map +1 -1
- package/icons.config.yaml +238 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +2 -1
- package/react/EpilotIcon.d.ts +5 -3
- package/react/EpilotIcon.js +1 -1
- package/react/EpilotIcon.js.map +1 -1
- package/react/Lock/index.d.ts +4 -0
- package/react/Lock/index.js +2 -0
- package/react/Lock/index.js.map +1 -0
- package/react/LockOpen/index.d.ts +4 -0
- package/react/LockOpen/index.js +2 -0
- package/react/LockOpen/index.js.map +1 -0
- package/react/Price/index.js +1 -1
- package/react/Price/index.js.map +1 -1
- package/react/index.d.ts +2 -1
- package/react/index.js +1 -1
- package/react/index.js.map +1 -1
- package/webpack.config-cjs.js +1 -6
- package/material-symbols.d.js +0 -1
- package/material-symbols.d.js.map +0 -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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epilot360/icons",
|
|
3
|
-
"version": "1.4.
|
|
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/",
|
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';
|
|
@@ -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
|
-
|
|
108
|
+
price: typeof Price;
|
|
107
109
|
tax: typeof Tax;
|
|
108
110
|
submission: typeof Submission;
|
|
109
111
|
partner: typeof Partner;
|