@progress-chef/platform-shared-components 0.0.58 → 0.0.59
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/assets/IconFont.css +26 -26
- package/assets/IconFont.scss +26 -26
- package/assets/IconFont.ttf +0 -0
- package/assets/IconFont.woff +0 -0
- package/assets/IconFont.woff2 +0 -0
- package/package.json +1 -1
package/assets/IconFont.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "IconFont";
|
|
3
|
-
src: url('IconFont.woff2?t=
|
|
4
|
-
url('IconFont.woff?t=
|
|
5
|
-
url('IconFont.ttf?t=
|
|
3
|
+
src: url('IconFont.woff2?t=1722872121771') format('woff2'),
|
|
4
|
+
url('IconFont.woff?t=1722872121771') format('woff'),
|
|
5
|
+
url('IconFont.ttf?t=1722872121771') format('truetype');
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.iconfont {
|
|
@@ -62,29 +62,29 @@
|
|
|
62
62
|
.icon-warning:before { content: "\e92e"; }
|
|
63
63
|
.icon-app-switcher:before { content: "\e92f"; }
|
|
64
64
|
.icon-courier:before { content: "\e930"; }
|
|
65
|
-
.icon-
|
|
66
|
-
.icon-
|
|
67
|
-
.icon-
|
|
68
|
-
.icon-
|
|
69
|
-
.icon-
|
|
70
|
-
.icon-infra-
|
|
71
|
-
.icon-infra-
|
|
72
|
-
.icon-infra-
|
|
73
|
-
.icon-infra-
|
|
74
|
-
.icon-
|
|
75
|
-
.icon-
|
|
76
|
-
.icon-
|
|
77
|
-
.icon-
|
|
78
|
-
.icon-
|
|
79
|
-
.icon-
|
|
80
|
-
.icon-
|
|
81
|
-
.icon-
|
|
82
|
-
.icon-courier-
|
|
83
|
-
.icon-
|
|
84
|
-
.icon-
|
|
85
|
-
.icon-
|
|
86
|
-
.icon-
|
|
87
|
-
.icon-
|
|
65
|
+
.icon-org-management:before { content: "\e931"; }
|
|
66
|
+
.icon-tenant-management:before { content: "\e932"; }
|
|
67
|
+
.icon-download-center:before { content: "\e933"; }
|
|
68
|
+
.icon-infra-cookbooks:before { content: "\e934"; }
|
|
69
|
+
.icon-infra-roles:before { content: "\e935"; }
|
|
70
|
+
.icon-infra-env:before { content: "\e936"; }
|
|
71
|
+
.icon-infra-data-bags:before { content: "\e937"; }
|
|
72
|
+
.icon-infra-clients:before { content: "\e938"; }
|
|
73
|
+
.icon-infra-policy-groups:before { content: "\e939"; }
|
|
74
|
+
.icon-user-management:before { content: "\e93a"; }
|
|
75
|
+
.icon-om-linked-system:before { content: "\e93b"; }
|
|
76
|
+
.icon-tm-infra-server:before { content: "\e93c"; }
|
|
77
|
+
.icon-tm-org-units:before { content: "\e93d"; }
|
|
78
|
+
.icon-nm-node-collection:before { content: "\e93e"; }
|
|
79
|
+
.icon-nm-node-view:before { content: "\e93f"; }
|
|
80
|
+
.icon-courier-job-instances:before { content: "\e940"; }
|
|
81
|
+
.icon-courier-global-exceptions:before { content: "\e941"; }
|
|
82
|
+
.icon-courier-jobs:before { content: "\e942"; }
|
|
83
|
+
.icon-nm-discovery:before { content: "\e943"; }
|
|
84
|
+
.icon-nm-enrolment:before { content: "\e944"; }
|
|
85
|
+
.icon-play-filled:before { content: "\e945"; }
|
|
86
|
+
.icon-node-management:before { content: "\e946"; }
|
|
87
|
+
.icon-infra-server-management:before { content: "\e947"; }
|
|
88
88
|
|
|
89
89
|
|
|
90
90
|
/**
|
package/assets/IconFont.scss
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "IconFont";
|
|
3
|
-
src: url('IconFont.woff2?t=
|
|
4
|
-
url('IconFont.woff?t=
|
|
5
|
-
url('IconFont.ttf?t=
|
|
3
|
+
src: url('IconFont.woff2?t=1722872121771') format('woff2'),
|
|
4
|
+
url('IconFont.woff?t=1722872121771') format('woff'),
|
|
5
|
+
url('IconFont.ttf?t=1722872121771') format('truetype');
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.iconfont {
|
|
@@ -62,29 +62,29 @@
|
|
|
62
62
|
.icon-warning:before { content: "\e92e"; }
|
|
63
63
|
.icon-app-switcher:before { content: "\e92f"; }
|
|
64
64
|
.icon-courier:before { content: "\e930"; }
|
|
65
|
-
.icon-
|
|
66
|
-
.icon-
|
|
67
|
-
.icon-
|
|
68
|
-
.icon-
|
|
69
|
-
.icon-
|
|
70
|
-
.icon-infra-
|
|
71
|
-
.icon-infra-
|
|
72
|
-
.icon-infra-
|
|
73
|
-
.icon-infra-
|
|
74
|
-
.icon-
|
|
75
|
-
.icon-
|
|
76
|
-
.icon-
|
|
77
|
-
.icon-
|
|
78
|
-
.icon-
|
|
79
|
-
.icon-
|
|
80
|
-
.icon-
|
|
81
|
-
.icon-
|
|
82
|
-
.icon-courier-
|
|
83
|
-
.icon-
|
|
84
|
-
.icon-
|
|
85
|
-
.icon-
|
|
86
|
-
.icon-
|
|
87
|
-
.icon-
|
|
65
|
+
.icon-org-management:before { content: "\e931"; }
|
|
66
|
+
.icon-tenant-management:before { content: "\e932"; }
|
|
67
|
+
.icon-download-center:before { content: "\e933"; }
|
|
68
|
+
.icon-infra-cookbooks:before { content: "\e934"; }
|
|
69
|
+
.icon-infra-roles:before { content: "\e935"; }
|
|
70
|
+
.icon-infra-env:before { content: "\e936"; }
|
|
71
|
+
.icon-infra-data-bags:before { content: "\e937"; }
|
|
72
|
+
.icon-infra-clients:before { content: "\e938"; }
|
|
73
|
+
.icon-infra-policy-groups:before { content: "\e939"; }
|
|
74
|
+
.icon-user-management:before { content: "\e93a"; }
|
|
75
|
+
.icon-om-linked-system:before { content: "\e93b"; }
|
|
76
|
+
.icon-tm-infra-server:before { content: "\e93c"; }
|
|
77
|
+
.icon-tm-org-units:before { content: "\e93d"; }
|
|
78
|
+
.icon-nm-node-collection:before { content: "\e93e"; }
|
|
79
|
+
.icon-nm-node-view:before { content: "\e93f"; }
|
|
80
|
+
.icon-courier-job-instances:before { content: "\e940"; }
|
|
81
|
+
.icon-courier-global-exceptions:before { content: "\e941"; }
|
|
82
|
+
.icon-courier-jobs:before { content: "\e942"; }
|
|
83
|
+
.icon-nm-discovery:before { content: "\e943"; }
|
|
84
|
+
.icon-nm-enrolment:before { content: "\e944"; }
|
|
85
|
+
.icon-play-filled:before { content: "\e945"; }
|
|
86
|
+
.icon-node-management:before { content: "\e946"; }
|
|
87
|
+
.icon-infra-server-management:before { content: "\e947"; }
|
|
88
88
|
|
|
89
89
|
|
|
90
90
|
/**
|
package/assets/IconFont.ttf
CHANGED
|
Binary file
|
package/assets/IconFont.woff
CHANGED
|
Binary file
|
package/assets/IconFont.woff2
CHANGED
|
Binary file
|