@covalent/components 1.0.14 → 4.8.1
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/actionRibbon.js +6 -182
- package/actionRibbon.js.LICENSE.txt +75 -0
- package/alert.js +8 -187
- package/alert.js.LICENSE.txt +75 -0
- package/appShell.js +61 -366
- package/appShell.js.LICENSE.txt +131 -0
- package/button.js +9 -251
- package/button.js.LICENSE.txt +91 -0
- package/checkbox.js +12 -242
- package/checkbox.js.LICENSE.txt +91 -0
- package/circularProgress.js +22 -148
- package/circularProgress.js.LICENSE.txt +41 -0
- package/dialog.js +6 -242
- package/dialog.js.LICENSE.txt +165 -0
- package/drawer.js +7 -174
- package/drawer.js.LICENSE.txt +90 -0
- package/emptyState.js +25 -0
- package/emptyState.js.LICENSE.txt +29 -0
- package/formField.js +4 -154
- package/formField.js.LICENSE.txt +61 -0
- package/icon.js +2 -99
- package/icon.js.LICENSE.txt +29 -0
- package/iconButton.js +9 -239
- package/iconButton.js.LICENSE.txt +85 -0
- package/iconCheckbox.js +51 -0
- package/iconCheckbox.js.LICENSE.txt +91 -0
- package/iconRadio.js +43 -0
- package/iconRadio.js.LICENSE.txt +85 -0
- package/icons/covalent-icons.css +138 -114
- package/icons/covalent-icons.eot +0 -0
- package/icons/covalent-icons.svg +6 -1
- package/icons/covalent-icons.ttf +0 -0
- package/icons/covalent-icons.woff +0 -0
- package/index.js +691 -1632
- package/index.js.LICENSE.txt +206 -0
- package/linearProgress.js +10 -136
- package/linearProgress.js.LICENSE.txt +41 -0
- package/list.js +30 -330
- package/list.js.LICENSE.txt +125 -0
- package/listExpansion.js +41 -340
- package/listExpansion.js.LICENSE.txt +125 -0
- package/listItem.js +13 -250
- package/listItem.js.LICENSE.txt +79 -0
- package/listRadioItem.js +36 -308
- package/listRadioItem.js.LICENSE.txt +85 -0
- package/menu.js +53 -455
- package/menu.js.LICENSE.txt +125 -0
- package/package.json +14 -5
- package/radio.js +9 -251
- package/radio.js.LICENSE.txt +85 -0
- package/select.js +83 -531
- package/select.js.LICENSE.txt +131 -0
- package/slider.js +16 -320
- package/slider.js.LICENSE.txt +108 -0
- package/sliderRange.js +28 -332
- package/sliderRange.js.LICENSE.txt +108 -0
- package/snackBar.js +6 -171
- package/snackBar.js.LICENSE.txt +85 -0
- package/styles.css +1 -1
- package/styles.js +1 -1
- package/switch.js +13 -310
- package/switch.js.LICENSE.txt +108 -0
- package/tab.js +13 -255
- package/tab.js.LICENSE.txt +79 -0
- package/tabBar.js +15 -314
- package/tabBar.js.LICENSE.txt +79 -0
- package/textArea.js +49 -244
- package/textArea.js.LICENSE.txt +85 -0
- package/textField.js +38 -221
- package/textField.js.LICENSE.txt +85 -0
- package/theme.css +1 -1
- package/theme.js +1 -1
- package/toolbar.js +39 -0
- package/toolbar.js.LICENSE.txt +96 -0
- package/topAppBar.js +5 -178
- package/topAppBar.js.LICENSE.txt +102 -0
- package/topAppBarFixed.js +5 -184
- package/topAppBarFixed.js.LICENSE.txt +102 -0
- package/treeList.js +8 -0
- package/treeList.js.LICENSE.txt +17 -0
- package/treeListItem.js +24 -0
- package/treeListItem.js.LICENSE.txt +23 -0
- package/appDetail.js +0 -69
- package/components/src/action-ribbon/action-ribbon-base.d.ts +0 -30
- package/components/src/action-ribbon/action-ribbon-base.d.ts.map +0 -1
- package/components/src/action-ribbon/action-ribbon.d.ts +0 -15
- package/components/src/action-ribbon/action-ribbon.d.ts.map +0 -1
- package/components/src/action-ribbon/foundation.d.ts +0 -53
- package/components/src/action-ribbon/foundation.d.ts.map +0 -1
- package/components/src/alert/alert-base.d.ts +0 -31
- package/components/src/alert/alert-base.d.ts.map +0 -1
- package/components/src/alert/alert.d.ts +0 -15
- package/components/src/alert/alert.d.ts.map +0 -1
- package/components/src/app-detail/app-detail-base.d.ts +0 -5
- package/components/src/app-detail/app-detail-base.d.ts.map +0 -1
- package/components/src/app-detail/app-detail.d.ts +0 -10
- package/components/src/app-detail/app-detail.d.ts.map +0 -1
- package/components/src/app-shell/app-shell.d.ts +0 -27
- package/components/src/app-shell/app-shell.d.ts.map +0 -1
- package/components/src/button/button.d.ts +0 -10
- package/components/src/button/button.d.ts.map +0 -1
- package/components/src/card/card-base.d.ts +0 -17
- package/components/src/card/card-base.d.ts.map +0 -1
- package/components/src/card/card.d.ts +0 -10
- package/components/src/card/card.d.ts.map +0 -1
- package/components/src/checkbox/checkbox.d.ts +0 -10
- package/components/src/checkbox/checkbox.d.ts.map +0 -1
- package/components/src/chips/chip-base.d.ts +0 -52
- package/components/src/chips/chip-base.d.ts.map +0 -1
- package/components/src/chips/chip-set-base.d.ts +0 -33
- package/components/src/chips/chip-set-base.d.ts.map +0 -1
- package/components/src/chips/chip-set.d.ts +0 -15
- package/components/src/chips/chip-set.d.ts.map +0 -1
- package/components/src/chips/chip.d.ts +0 -15
- package/components/src/chips/chip.d.ts.map +0 -1
- package/components/src/chips/foundation.d.ts +0 -38
- package/components/src/chips/foundation.d.ts.map +0 -1
- package/components/src/circular-progress/circular-progress.d.ts +0 -10
- package/components/src/circular-progress/circular-progress.d.ts.map +0 -1
- package/components/src/dialog/dialog.d.ts +0 -10
- package/components/src/dialog/dialog.d.ts.map +0 -1
- package/components/src/drawer/drawer.d.ts +0 -10
- package/components/src/drawer/drawer.d.ts.map +0 -1
- package/components/src/formfield/formfield.d.ts +0 -10
- package/components/src/formfield/formfield.d.ts.map +0 -1
- package/components/src/icon/icon.d.ts +0 -10
- package/components/src/icon/icon.d.ts.map +0 -1
- package/components/src/icon-button/icon-button.d.ts +0 -10
- package/components/src/icon-button/icon-button.d.ts.map +0 -1
- package/components/src/index.d.ts +0 -29
- package/components/src/index.d.ts.map +0 -1
- package/components/src/linear-progress/linear-progress.d.ts +0 -10
- package/components/src/linear-progress/linear-progress.d.ts.map +0 -1
- package/components/src/list/check-list-item.d.ts +0 -10
- package/components/src/list/check-list-item.d.ts.map +0 -1
- package/components/src/list/list-expansion.d.ts +0 -14
- package/components/src/list/list-expansion.d.ts.map +0 -1
- package/components/src/list/list-item.d.ts +0 -12
- package/components/src/list/list-item.d.ts.map +0 -1
- package/components/src/list/list.d.ts +0 -10
- package/components/src/list/list.d.ts.map +0 -1
- package/components/src/list/radio-list-item.d.ts +0 -10
- package/components/src/list/radio-list-item.d.ts.map +0 -1
- package/components/src/menu/menu.d.ts +0 -10
- package/components/src/menu/menu.d.ts.map +0 -1
- package/components/src/radio/radio.d.ts +0 -10
- package/components/src/radio/radio.d.ts.map +0 -1
- package/components/src/select/select.d.ts +0 -10
- package/components/src/select/select.d.ts.map +0 -1
- package/components/src/slider/slider-range.d.ts +0 -10
- package/components/src/slider/slider-range.d.ts.map +0 -1
- package/components/src/slider/slider.d.ts +0 -10
- package/components/src/slider/slider.d.ts.map +0 -1
- package/components/src/snackbar/snackbar.d.ts +0 -10
- package/components/src/snackbar/snackbar.d.ts.map +0 -1
- package/components/src/switch/switch.d.ts +0 -10
- package/components/src/switch/switch.d.ts.map +0 -1
- package/components/src/tab/tab-bar.d.ts +0 -10
- package/components/src/tab/tab-bar.d.ts.map +0 -1
- package/components/src/tab/tab.d.ts +0 -10
- package/components/src/tab/tab.d.ts.map +0 -1
- package/components/src/textarea/textarea.d.ts +0 -10
- package/components/src/textarea/textarea.d.ts.map +0 -1
- package/components/src/textfield/textfield.d.ts +0 -10
- package/components/src/textfield/textfield.d.ts.map +0 -1
- package/components/src/top-app-bar/top-app-bar-fixed.d.ts +0 -10
- package/components/src/top-app-bar/top-app-bar-fixed.d.ts.map +0 -1
- package/components/src/top-app-bar/top-app-bar.d.ts +0 -10
- package/components/src/top-app-bar/top-app-bar.d.ts.map +0 -1
- package/vendor.css +0 -13
- package/vendor.js +0 -1
@@ -0,0 +1,85 @@
|
|
1
|
+
/*! *****************************************************************************
|
2
|
+
Copyright (c) Microsoft Corporation.
|
3
|
+
|
4
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
5
|
+
purpose with or without fee is hereby granted.
|
6
|
+
|
7
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
8
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
9
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
10
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
11
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
12
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
13
|
+
PERFORMANCE OF THIS SOFTWARE.
|
14
|
+
***************************************************************************** */
|
15
|
+
|
16
|
+
/**
|
17
|
+
* @license
|
18
|
+
* Copyright 2016 Google Inc.
|
19
|
+
*
|
20
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
21
|
+
* of this software and associated documentation files (the "Software"), to deal
|
22
|
+
* in the Software without restriction, including without limitation the rights
|
23
|
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
24
|
+
* copies of the Software, and to permit persons to whom the Software is
|
25
|
+
* furnished to do so, subject to the following conditions:
|
26
|
+
*
|
27
|
+
* The above copyright notice and this permission notice shall be included in
|
28
|
+
* all copies or substantial portions of the Software.
|
29
|
+
*
|
30
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
31
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
32
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
33
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
34
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
35
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
36
|
+
* THE SOFTWARE.
|
37
|
+
*/
|
38
|
+
|
39
|
+
/**
|
40
|
+
* @license
|
41
|
+
* Copyright 2017 Google LLC
|
42
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
43
|
+
*/
|
44
|
+
|
45
|
+
/**
|
46
|
+
* @license
|
47
|
+
* Copyright 2018 Google LLC
|
48
|
+
* SPDX-License-Identifier: Apache-2.0
|
49
|
+
*/
|
50
|
+
|
51
|
+
/**
|
52
|
+
* @license
|
53
|
+
* Copyright 2018 Google LLC
|
54
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
55
|
+
*/
|
56
|
+
|
57
|
+
/**
|
58
|
+
* @license
|
59
|
+
* Copyright 2019 Google LLC
|
60
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
61
|
+
*/
|
62
|
+
|
63
|
+
/**
|
64
|
+
* @license
|
65
|
+
* Copyright 2020 Google LLC
|
66
|
+
* SPDX-License-Identifier: Apache-2.0
|
67
|
+
*/
|
68
|
+
|
69
|
+
/**
|
70
|
+
* @license
|
71
|
+
* Copyright 2021 Google LLC
|
72
|
+
* SPDX-LIcense-Identifier: Apache-2.0
|
73
|
+
*/
|
74
|
+
|
75
|
+
/**
|
76
|
+
* @license
|
77
|
+
* Copyright 2021 Google LLC
|
78
|
+
* SPDX-License-Identifier: Apache-2.0
|
79
|
+
*/
|
80
|
+
|
81
|
+
/**
|
82
|
+
* @license
|
83
|
+
* Copyright 2021 Google LLC
|
84
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
85
|
+
*/
|
package/icons/covalent-icons.css
CHANGED
@@ -1,20 +1,19 @@
|
|
1
1
|
@font-face {
|
2
|
-
font-family:
|
3
|
-
src: url(
|
4
|
-
src: url(
|
5
|
-
|
6
|
-
url(
|
7
|
-
url(
|
8
|
-
url("./covalent-icons.svg?t9ee7m#covalent-icons") format("svg");
|
2
|
+
font-family: 'covalent-icons';
|
3
|
+
src: url('./covalent-icons.eot?x0fu5w');
|
4
|
+
src: url('./covalent-icons.eot?x0fu5w#iefix') format('embedded-opentype'),
|
5
|
+
url('./covalent-icons.ttf?x0fu5w') format('truetype'),
|
6
|
+
url('./covalent-icons.woff?x0fu5w') format('woff'),
|
7
|
+
url('./covalent-icons.svg?x0fu5w#covalent-icons') format('svg');
|
9
8
|
font-weight: normal;
|
10
9
|
font-style: normal;
|
11
10
|
font-display: block;
|
12
11
|
}
|
13
12
|
|
14
|
-
[class^=
|
15
|
-
[class*=
|
13
|
+
[class^='icon-'],
|
14
|
+
[class*=' icon-'] {
|
16
15
|
/* use !important to prevent issues with browser extensions that change fonts */
|
17
|
-
font-family:
|
16
|
+
font-family: 'covalent-icons' !important;
|
18
17
|
speak: never;
|
19
18
|
font-style: normal;
|
20
19
|
font-weight: normal;
|
@@ -22,320 +21,345 @@
|
|
22
21
|
text-transform: none;
|
23
22
|
line-height: 1;
|
24
23
|
|
24
|
+
/* Enable Ligatures ================ */
|
25
|
+
letter-spacing: 0;
|
26
|
+
-webkit-font-feature-settings: 'liga';
|
27
|
+
-moz-font-feature-settings: 'liga=1';
|
28
|
+
-moz-font-feature-settings: 'liga';
|
29
|
+
-ms-font-feature-settings: 'liga' 1;
|
30
|
+
font-feature-settings: 'liga';
|
31
|
+
-webkit-font-variant-ligatures: discretionary-ligatures;
|
32
|
+
font-variant-ligatures: discretionary-ligatures;
|
33
|
+
|
25
34
|
/* Better Font Rendering =========== */
|
26
35
|
-webkit-font-smoothing: antialiased;
|
27
36
|
-moz-osx-font-smoothing: grayscale;
|
28
37
|
}
|
29
38
|
|
39
|
+
.icon-compute_cluster_group:before {
|
40
|
+
content: '\e968';
|
41
|
+
}
|
42
|
+
.icon-compute_cluster:before {
|
43
|
+
content: '\e969';
|
44
|
+
}
|
45
|
+
.icon-compute_profile_dark:before {
|
46
|
+
content: '\e96a';
|
47
|
+
}
|
48
|
+
.icon-compute_profile_light:before {
|
49
|
+
content: '\e96b';
|
50
|
+
}
|
51
|
+
.icon-primary_cluster:before {
|
52
|
+
content: '\e96c';
|
53
|
+
}
|
30
54
|
.icon-alias_arrow:before {
|
31
|
-
content:
|
55
|
+
content: '\e918';
|
32
56
|
}
|
33
57
|
.icon-api:before {
|
34
|
-
content:
|
58
|
+
content: '\e91a';
|
35
59
|
}
|
36
60
|
.icon-api_ondark:before {
|
37
|
-
content:
|
61
|
+
content: '\e919';
|
38
62
|
}
|
39
63
|
.icon-application:before {
|
40
|
-
content:
|
64
|
+
content: '\e91b';
|
41
65
|
}
|
42
66
|
.icon-bucket:before {
|
43
|
-
content:
|
67
|
+
content: '\e91c';
|
44
68
|
}
|
45
69
|
.icon-cluster_analysis:before {
|
46
|
-
content:
|
70
|
+
content: '\e900';
|
47
71
|
}
|
48
72
|
.icon-column:before {
|
49
|
-
content:
|
73
|
+
content: '\e91d';
|
50
74
|
}
|
51
75
|
.icon-connected_identity:before {
|
52
|
-
content:
|
76
|
+
content: '\e91e';
|
53
77
|
}
|
54
78
|
.icon-data_preparation:before {
|
55
|
-
content:
|
79
|
+
content: '\e901';
|
56
80
|
}
|
57
81
|
.icon-data_source:before {
|
58
|
-
content:
|
82
|
+
content: '\e91f';
|
59
83
|
}
|
60
84
|
.icon-database:before {
|
61
|
-
content:
|
85
|
+
content: '\e926';
|
62
86
|
}
|
63
87
|
.icon-database_changed:before {
|
64
|
-
content:
|
88
|
+
content: '\e920';
|
65
89
|
}
|
66
90
|
.icon-database_edit:before {
|
67
|
-
content:
|
91
|
+
content: '\e921';
|
68
92
|
}
|
69
93
|
.icon-database_foreign:before {
|
70
|
-
content:
|
94
|
+
content: '\e922';
|
71
95
|
}
|
72
96
|
.icon-database_lab:before {
|
73
|
-
content:
|
97
|
+
content: '\e923';
|
74
98
|
}
|
75
99
|
.icon-database_search:before {
|
76
|
-
content:
|
100
|
+
content: '\e924';
|
77
101
|
}
|
78
102
|
.icon-database_synced:before {
|
79
|
-
content:
|
103
|
+
content: '\e925';
|
80
104
|
}
|
81
105
|
.icon-disconnect:before {
|
82
|
-
content:
|
106
|
+
content: '\e927';
|
83
107
|
}
|
84
108
|
.icon-dock_right:before {
|
85
|
-
content:
|
109
|
+
content: '\e928';
|
86
110
|
}
|
87
111
|
.icon-engine:before {
|
88
|
-
content:
|
112
|
+
content: '\e929';
|
89
113
|
}
|
90
114
|
.icon-file:before {
|
91
|
-
content:
|
115
|
+
content: '\e930';
|
92
116
|
}
|
93
117
|
.icon-file_changed:before {
|
94
|
-
content:
|
118
|
+
content: '\e92a';
|
95
119
|
}
|
96
120
|
.icon-file_edit:before {
|
97
|
-
content:
|
121
|
+
content: '\e92b';
|
98
122
|
}
|
99
123
|
.icon-file_foreign:before {
|
100
|
-
content:
|
124
|
+
content: '\e92c';
|
101
125
|
}
|
102
126
|
.icon-file_lab:before {
|
103
|
-
content:
|
127
|
+
content: '\e92d';
|
104
128
|
}
|
105
129
|
.icon-file_search:before {
|
106
|
-
content:
|
130
|
+
content: '\e92e';
|
107
131
|
}
|
108
132
|
.icon-file_synced:before {
|
109
|
-
content:
|
133
|
+
content: '\e92f';
|
110
134
|
}
|
111
135
|
.icon-formula:before {
|
112
|
-
content:
|
136
|
+
content: '\e931';
|
113
137
|
}
|
114
138
|
.icon-lab:before {
|
115
|
-
content:
|
139
|
+
content: '\e932';
|
116
140
|
}
|
117
141
|
.icon-loader_dots:before {
|
118
|
-
content:
|
142
|
+
content: '\e903';
|
119
143
|
}
|
120
144
|
.icon-machine_learning_ondark:before {
|
121
|
-
content:
|
145
|
+
content: '\e933';
|
122
146
|
}
|
123
147
|
.icon-machine_learning:before {
|
124
|
-
content:
|
148
|
+
content: '\e904';
|
125
149
|
}
|
126
150
|
.icon-model:before {
|
127
|
-
content:
|
151
|
+
content: '\e937';
|
128
152
|
}
|
129
153
|
.icon-model_ondark:before {
|
130
|
-
content:
|
154
|
+
content: '\e936';
|
131
155
|
}
|
132
156
|
.icon-model_configuration:before {
|
133
|
-
content:
|
157
|
+
content: '\e935';
|
134
158
|
}
|
135
159
|
.icon-model_configuration_ondark:before {
|
136
|
-
content:
|
160
|
+
content: '\e934';
|
137
161
|
}
|
138
162
|
.icon-no_results:before {
|
139
|
-
content:
|
163
|
+
content: '\e938';
|
140
164
|
}
|
141
165
|
.icon-node_branch:before {
|
142
|
-
content:
|
166
|
+
content: '\e905';
|
143
167
|
}
|
144
168
|
.icon-node_merge:before {
|
145
|
-
content:
|
169
|
+
content: '\e906';
|
146
170
|
}
|
147
171
|
.icon-node_notification:before {
|
148
|
-
content:
|
172
|
+
content: '\e93a';
|
149
173
|
}
|
150
174
|
.icon-node_notification_ondark:before {
|
151
|
-
content:
|
175
|
+
content: '\e939';
|
152
176
|
}
|
153
177
|
.icon-object_storage:before {
|
154
|
-
content:
|
178
|
+
content: '\e93c';
|
155
179
|
}
|
156
180
|
.icon-object_storage_ondark:before {
|
157
|
-
content:
|
181
|
+
content: '\e93b';
|
158
182
|
}
|
159
183
|
.icon-operations:before {
|
160
|
-
content:
|
184
|
+
content: '\e93d';
|
161
185
|
}
|
162
186
|
.icon-operators_divide:before {
|
163
|
-
content:
|
187
|
+
content: '\e93e';
|
164
188
|
}
|
165
189
|
.icon-operators_equals:before {
|
166
|
-
content:
|
190
|
+
content: '\e907';
|
167
191
|
}
|
168
192
|
.icon-operators_greater_than:before {
|
169
|
-
content:
|
193
|
+
content: '\e93f';
|
170
194
|
}
|
171
195
|
.icon-operators_greater_than_or_equal:before {
|
172
|
-
content:
|
196
|
+
content: '\e908';
|
173
197
|
}
|
174
198
|
.icon-operators_less_than:before {
|
175
|
-
content:
|
199
|
+
content: '\e940';
|
176
200
|
}
|
177
201
|
.icon-operators_less_than_or_equal:before {
|
178
|
-
content:
|
202
|
+
content: '\e909';
|
179
203
|
}
|
180
204
|
.icon-operators_multiply:before {
|
181
|
-
content:
|
205
|
+
content: '\e90a';
|
182
206
|
}
|
183
207
|
.icon-operators_not_equal:before {
|
184
|
-
content:
|
208
|
+
content: '\e90b';
|
185
209
|
}
|
186
210
|
.icon-operators_parentheses:before {
|
187
|
-
content:
|
211
|
+
content: '\e941';
|
188
212
|
}
|
189
213
|
.icon-operators_parenthesis_left:before {
|
190
|
-
content:
|
214
|
+
content: '\e942';
|
191
215
|
}
|
192
216
|
.icon-operators_parenthesis_right:before {
|
193
|
-
content:
|
217
|
+
content: '\e943';
|
194
218
|
}
|
195
219
|
.icon-operators_subtract:before {
|
196
|
-
content:
|
220
|
+
content: '\e90c';
|
197
221
|
}
|
198
222
|
.icon-outbound_campaign_manager:before {
|
199
|
-
content:
|
223
|
+
content: '\e90d';
|
200
224
|
}
|
201
225
|
.icon-product_analyst:before {
|
202
|
-
content:
|
226
|
+
content: '\e944';
|
203
227
|
}
|
204
228
|
.icon-product_console:before {
|
205
|
-
content:
|
229
|
+
content: '\e945';
|
206
230
|
}
|
207
231
|
.icon-product_editor:before {
|
208
|
-
content:
|
232
|
+
content: '\e946';
|
209
233
|
}
|
210
234
|
.icon-resize_northeast:before {
|
211
|
-
content:
|
235
|
+
content: '\e947';
|
212
236
|
}
|
213
237
|
.icon-resize_northwest:before {
|
214
|
-
content:
|
238
|
+
content: '\e948';
|
215
239
|
}
|
216
240
|
.icon-resize_southeast:before {
|
217
|
-
content:
|
241
|
+
content: '\e949';
|
218
242
|
}
|
219
243
|
.icon-resize_southwest:before {
|
220
|
-
content:
|
244
|
+
content: '\e94a';
|
221
245
|
}
|
222
246
|
.icon-rules:before {
|
223
|
-
content:
|
247
|
+
content: '\e950';
|
224
248
|
}
|
225
249
|
.icon-rules_ondark:before {
|
226
|
-
content:
|
250
|
+
content: '\e94d';
|
227
251
|
}
|
228
252
|
.icon-rules_insert:before {
|
229
|
-
content:
|
253
|
+
content: '\e94c';
|
230
254
|
}
|
231
255
|
.icon-rules_insert_ondark:before {
|
232
|
-
content:
|
256
|
+
content: '\e94b';
|
233
257
|
}
|
234
258
|
.icon-rules_select:before {
|
235
|
-
content:
|
259
|
+
content: '\e94f';
|
236
260
|
}
|
237
261
|
.icon-rules_select_ondark:before {
|
238
|
-
content:
|
262
|
+
content: '\e94e';
|
239
263
|
}
|
240
264
|
.icon-script:before {
|
241
|
-
content:
|
265
|
+
content: '\e952';
|
242
266
|
}
|
243
267
|
.icon-script_ondark:before {
|
244
|
-
content:
|
268
|
+
content: '\e951';
|
245
269
|
}
|
246
270
|
.icon-script_macro:before {
|
247
|
-
content:
|
271
|
+
content: '\e90f';
|
248
272
|
}
|
249
273
|
.icon-script_macro_ondark:before {
|
250
|
-
content:
|
274
|
+
content: '\e90e';
|
251
275
|
}
|
252
276
|
.icon-script_sql:before {
|
253
|
-
content:
|
277
|
+
content: '\e911';
|
254
278
|
}
|
255
279
|
.icon-script_sql_ondark:before {
|
256
|
-
content:
|
280
|
+
content: '\e910';
|
257
281
|
}
|
258
282
|
.icon-script_stored_procedure:before {
|
259
|
-
content:
|
283
|
+
content: '\e913';
|
260
284
|
}
|
261
285
|
.icon-script_stored_procedure_ondark:before {
|
262
|
-
content:
|
286
|
+
content: '\e912';
|
263
287
|
}
|
264
288
|
.icon-segmentation:before {
|
265
|
-
content:
|
289
|
+
content: '\e953';
|
266
290
|
}
|
267
291
|
.icon-server:before {
|
268
|
-
content:
|
292
|
+
content: '\e95a';
|
269
293
|
}
|
270
294
|
.icon-server_changed:before {
|
271
|
-
content:
|
295
|
+
content: '\e954';
|
272
296
|
}
|
273
297
|
.icon-server_edit:before {
|
274
|
-
content:
|
298
|
+
content: '\e955';
|
275
299
|
}
|
276
300
|
.icon-server_foreign:before {
|
277
|
-
content:
|
301
|
+
content: '\e956';
|
278
302
|
}
|
279
303
|
.icon-server_lab:before {
|
280
|
-
content:
|
304
|
+
content: '\e957';
|
281
305
|
}
|
282
306
|
.icon-server_search:before {
|
283
|
-
content:
|
307
|
+
content: '\e958';
|
284
308
|
}
|
285
309
|
.icon-server_synced:before {
|
286
|
-
content:
|
310
|
+
content: '\e959';
|
287
311
|
}
|
288
312
|
.icon-sftp:before {
|
289
|
-
content:
|
313
|
+
content: '\e95c';
|
290
314
|
}
|
291
315
|
.icon-sftp_ondark:before {
|
292
|
-
content:
|
316
|
+
content: '\e95b';
|
293
317
|
}
|
294
318
|
.icon-table:before {
|
295
|
-
content:
|
319
|
+
content: '\e963';
|
296
320
|
}
|
297
321
|
.icon-table_changed:before {
|
298
|
-
content:
|
322
|
+
content: '\e95d';
|
299
323
|
}
|
300
324
|
.icon-table_edit:before {
|
301
|
-
content:
|
325
|
+
content: '\e95e';
|
302
326
|
}
|
303
327
|
.icon-table_foreign:before {
|
304
|
-
content:
|
328
|
+
content: '\e95f';
|
305
329
|
}
|
306
330
|
.icon-table_lab:before {
|
307
|
-
content:
|
331
|
+
content: '\e960';
|
308
332
|
}
|
309
333
|
.icon-table_search:before {
|
310
|
-
content:
|
334
|
+
content: '\e961';
|
311
335
|
}
|
312
336
|
.icon-table_synced:before {
|
313
|
-
content:
|
337
|
+
content: '\e962';
|
314
338
|
}
|
315
339
|
.icon-teradata:before {
|
316
|
-
content:
|
340
|
+
content: '\e964';
|
317
341
|
}
|
318
342
|
.icon-teradata_nocircle:before {
|
319
|
-
content:
|
343
|
+
content: '\e902';
|
320
344
|
}
|
321
345
|
.icon-text_analysis:before {
|
322
|
-
content:
|
346
|
+
content: '\e965';
|
323
347
|
}
|
324
348
|
.icon-undock:before {
|
325
|
-
content:
|
349
|
+
content: '\e966';
|
326
350
|
}
|
327
351
|
.icon-variable:before {
|
328
|
-
content:
|
352
|
+
content: '\e915';
|
329
353
|
}
|
330
354
|
.icon-variable_ondark:before {
|
331
|
-
content:
|
355
|
+
content: '\e914';
|
332
356
|
}
|
333
357
|
.icon-view_sankey:before {
|
334
|
-
content:
|
358
|
+
content: '\e916';
|
335
359
|
}
|
336
360
|
.icon-wand:before {
|
337
|
-
content:
|
361
|
+
content: '\e967';
|
338
362
|
}
|
339
363
|
.icon-workflow:before {
|
340
|
-
content:
|
364
|
+
content: '\e917';
|
341
365
|
}
|
package/icons/covalent-icons.eot
CHANGED
Binary file
|
package/icons/covalent-icons.svg
CHANGED
@@ -111,7 +111,12 @@
|
|
111
111
|
<glyph unicode="" glyph-name="text_analysis" d="M213.333 725.334v-170.667h-85.333v170.667c0 46.933 38.4 85.333 85.333 85.333h170.667v-85.333h-170.667zM810.667 810.667c46.933 0 85.333-38.4 85.333-85.333v-170.667h-85.333v170.667h-170.667v85.333h170.667zM213.333 128h170.667v-85.333h-170.667c-46.933 0-85.333 38.4-85.333 85.333v170.667h85.333v-170.667zM512 533.334l-49.067-155.733h98.133l-49.067 155.733zM413.867 234.667h-81.067l136.533 384h85.333l136.533-384h-81.067l-29.867 85.333h-136.533l-29.867-85.333zM810.667-42.666l-53.461 117.205-117.205 53.461 117.205 53.461 53.461 117.205 53.461-117.205 117.205-53.461-117.205-53.461-53.461-117.205z" />
|
112
112
|
<glyph unicode="" glyph-name="undock" d="M426.667 725.334h-213.333v-170.667h-85.333v170.667c0 46.933 38.4 85.333 85.333 85.333h213.333v-85.333zM213.333 469.334h256c47.128 0 85.333-38.205 85.333-85.333v0-256c0-47.128-38.205-85.333-85.333-85.333v0h-256c-47.128 0-85.333 38.205-85.333 85.333v0 256c0 46.933 38.4 85.333 85.333 85.333zM810.667 810.667h-213.333v-85.333h213.333v-213.333h85.333v213.333c0 47.128-38.205 85.333-85.333 85.333v0zM640 128h170.667v213.333h85.333v-213.333c0-47.128-38.205-85.333-85.333-85.333v0h-170.667v85.333z" />
|
113
113
|
<glyph unicode="" glyph-name="wand" d="M362.667 742.4l-106.667-59.733 59.733 106.667-59.733 106.667 106.667-59.733 106.667 59.733-59.733-106.667 59.733-106.667-106.667 59.733zM874.667 324.267l106.667 59.733-59.733-106.667 59.733-106.667-106.667 59.733-106.667-59.733 59.733 106.667-59.733 106.667 106.667-59.733zM981.333 896l-59.733-106.667 59.733-106.667-106.667 59.733-106.667-59.733 59.733 106.667-59.733 106.667 106.667-59.733 106.667 59.733zM611.84 436.054l104.107 104.107-90.453 90.453-104.107-104.107 90.453-90.453zM655.787 670.294l99.84-99.84c16.64-15.787 16.64-43.52 0-60.16l-497.92-497.92c-16.64-16.64-44.373-16.64-60.16 0l-99.84 99.84c-16.64 15.787-16.64 43.52 0 60.16l497.92 497.92c16.64 16.64 44.373 16.64 60.16 0z" />
|
114
|
-
<glyph unicode="
|
114
|
+
<glyph unicode="" glyph-name="compute_cluster_group" d="M469.333 938.667h-85.333v-85.333h85.333v85.333zM256-0h-85.333v-85.333h85.333v85.333zM682.667-0h-85.333v-85.333h85.333v85.333zM640 938.667h-85.333v-85.333h85.333v85.333zM426.667-0h-85.333v-85.333h85.333v85.333zM853.333-0h-85.333v-85.333h85.333v85.333zM810.667 682.667h-85.333v85.333h85.333v-85.333zM1024 256h-85.333v85.333h85.333v-85.333zM810.667 512h-85.333v85.333h85.333v-85.333zM1024 85.334h-85.333v85.333h85.333v-85.333zM298.667 682.667h-85.333v85.333h85.333v-85.333zM85.333 256h-85.333v85.333h85.333v-85.333zM298.667 512h-85.333v85.333h85.333v-85.333zM85.333 85.334h-85.333v85.333h85.333v-85.333zM625.792 810.667h-227.584c-31.403 0-56.875-25.472-56.875-56.875v-227.584c0-31.403 25.472-56.875 56.875-56.875h227.584c31.403 0 56.875 25.472 56.875 56.875v227.584c0 31.403-25.472 56.875-56.875 56.875zM412.459 384h-227.584c-31.403 0-56.875-25.472-56.875-56.875v-227.584c0-31.403 25.472-56.875 56.875-56.875h227.584c31.403 0 56.875 25.472 56.875 56.875v227.584c0 31.403-25.472 56.875-56.875 56.875zM839.125 384h-227.584c-31.403 0-56.875-25.472-56.875-56.875v-227.584c0-31.403 25.472-56.875 56.875-56.875h227.584c31.403 0 56.875 25.472 56.875 56.875v227.584c0 31.403-25.472 56.875-56.875 56.875z" />
|
115
|
+
<glyph unicode="" glyph-name="compute_cluster" d="M384 896h-85.333v-128h85.333v128zM554.667 896h-85.333v-128h85.333v128zM640 896h85.333v-128h-85.333v128zM384-42.666v128h-85.333v-128h85.333zM469.333 85.334h85.333v-128h-85.333v128zM725.333-42.666v128h-85.333v-128h85.333zM853.333 554.667h128v85.333h-128v-85.333zM981.333 384h-128v85.333h128v-85.333zM853.333 213.334h128v85.333h-128v-85.333zM170.667 554.667h-128v85.333h128v-85.333zM42.667 384h128v85.333h-128v-85.333zM170.667 213.334h-128v85.333h128v-85.333zM312.875 725.334h-0.002c-54.963-0.024-99.515-44.576-99.539-99.541v-398.253c0.024-54.963 44.576-99.515 99.541-99.539h398.253c54.963 0.024 99.515 44.576 99.539 99.541v398.253c-0.024 54.963-44.576 99.515-99.541 99.539h-398.251zM682.667 469.334l-213.333-298.667v213.333h-128l213.333 298.667v-213.333h128z" />
|
116
|
+
<glyph unicode="" glyph-name="compute_profile_dark" d="M384 896h-85.333v-128h85.333v128zM554.667 896h-85.333v-128h85.333v128zM725.333 896h-85.333v-128h85.333v128zM384 85.334h-85.333v-128h85.333v128zM981.333 554.667h-128v85.333h128v-85.333zM170.667 554.667h-128v85.333h128v-85.333zM170.667 384h-128v85.333h128v-85.333zM170.667 213.334h-128v85.333h128v-85.333zM312.875 725.334h398.251c54.965-0.024 99.517-44.576 99.541-99.539v-81.879c-25.643 6.903-55.083 10.869-85.45 10.869-188.513 0-341.333-152.82-341.333-341.333 0-30.367 3.966-59.808 11.407-87.833l-0.538 2.382h-81.877c-54.965 0.024-99.517 44.576-99.541 99.539v398.253c0.024 54.965 44.576 99.517 99.539 99.541h0.002zM725.333 469.334c-141.184 0-256-114.901-256-256 0-141.141 114.816-256 256-256s256 114.859 256 256c0 141.099-114.816 256-256 256zM746.667 202.667l122.027-72.107-32-52.053-154.027 92.16v213.333h64v-181.333z" />
|
117
|
+
<glyph unicode="" glyph-name="compute_profile_light" d="M384 896h-85.333v-128h85.333v128zM554.667 896h-85.333v-128h85.333v128zM725.333 896h-85.333v-128h85.333v128zM384 85.334h-85.333v-128h85.333v128zM704 245.334l122.027-72.107-32-52.053-154.027 92.16v213.333h64v-181.333zM469.333 46.976v-89.643h85.333v28.757l-1.788 0.777c39.208-18.903 83.176-29.497 129.617-29.497 164.97 0 298.719 133.675 298.837 298.629v-0.032c0 0.207 0.001 0.415 0.001 0.622 0 46.303-10.61 90.128-28.758 127.41h28.757v85.333l-89.597-0.045c-23.094 22.665-49.845 41.615-81.070 56.664v99.842c-0.024 54.963-44.576 99.515-99.541 99.539h-398.253c-54.963-0.024-99.515-44.576-99.539-99.541v-398.253c0.024-54.978 44.6-99.539 99.584-99.539h99.84l0.779-1.784c14.257-29.44 33.194-56.191 55.797-79.24zM896 256c0-117.821-95.513-213.333-213.333-213.333s-213.333 95.513-213.333 213.333v0c0 117.821 95.513 213.333 213.333 213.333s213.333-95.513 213.333-213.333v0zM853.333 554.667h128v85.333h-128v-85.333zM42.667 554.667h128v85.333h-128v-85.333zM42.667 384h128v85.333h-128v-85.333zM42.667 213.334h128v85.333h-128v-85.333z" />
|
118
|
+
<glyph unicode="" glyph-name="primary_cluster" d="M384 896h-85.333v-128h85.333v128zM554.667 896h-85.333v-128h85.333v128zM640 896h85.333v-128h-85.333v128zM384 85.334h-85.333v-128h85.333v128zM469.333-42.666v128h85.333v-128h-85.333zM725.333 85.334h-85.333v-128h85.333v128zM853.333 554.667h128v85.333h-128v-85.333zM981.333 384h-128v85.333h128v-85.333zM853.333 213.334h128v85.333h-128v-85.333zM170.667 554.667h-128v85.333h128v-85.333zM42.667 384h128v85.333h-128v-85.333zM170.667 213.334h-128v85.333h128v-85.333zM312.875 725.334h398.251c54.965-0.024 99.517-44.576 99.541-99.539v-398.253c-0.024-54.965-44.576-99.517-99.539-99.541h-398.253c-54.965 0.024-99.517 44.576-99.541 99.539v398.253c0.024 54.965 44.576 99.517 99.539 99.541h0.002zM512 213.334h85.333v426.667h-170.667v-85.333h85.333v-341.333z" />
|
119
|
+
<glyph unicode="" glyph-name="primary_cluster" d="M384 896h-85.333v-128h85.333v128zM554.667 896h-85.333v-128h85.333v128zM640 896h85.333v-128h-85.333v128zM384 85.334h-85.333v-128h85.333v128zM469.333-42.666v128h85.333v-128h-85.333zM725.333 85.334h-85.333v-128h85.333v128zM853.333 554.667h128v85.333h-128v-85.333zM981.333 384h-128v85.333h128v-85.333zM853.333 213.334h128v85.333h-128v-85.333zM170.667 554.667h-128v85.333h128v-85.333zM42.667 384h128v85.333h-128v-85.333zM170.667 213.334h-128v85.333h128v-85.333zM312.875 725.334h398.251c54.965-0.024 99.517-44.576 99.541-99.539v-398.253c-0.024-54.965-44.576-99.517-99.539-99.541h-398.253c-54.965 0.024-99.517 44.576-99.541 99.539v398.253c0.024 54.965 44.576 99.517 99.539 99.541h0.002zM512 213.334h85.333v426.667h-170.667v-85.333h85.333v-341.333z" />
|
115
120
|
<glyph unicode="workflow" glyph-name="workflow" d="M512 896c70.692 0 128-57.308 128-128s-57.308-128-128-128v0c-70.692 0-128 57.308-128 128s57.308 128 128 128v0zM512 554.667c70.692 0 128-57.308 128-128s-57.308-128-128-128v0c-70.692 0-128 57.308-128 128s57.308 128 128 128v0zM512 213.334c70.692 0 128-57.308 128-128s-57.308-128-128-128v0c-70.692 0-128 57.308-128 128s57.308 128 128 128v0zM902.315 800c67.115 0 121.685-52.608 121.685-117.333v-170.667c0-64.725-54.571-117.333-121.685-117.333h-176.981v64h176.981c30.507 0 55.296 23.936 55.296 53.333v170.667c0 29.397-24.789 53.333-55.296 53.333h-176.981v64h176.981zM0 341.334c0 64.725 54.571 117.333 121.685 117.333h176.981v-64h-176.981c-30.507 0-55.296-23.936-55.296-53.333v-170.667c0-29.397 24.789-53.333 55.296-53.333h176.981v-64h-176.981c-67.115 0-121.685 52.608-121.685 117.333v170.667z" />
|
116
121
|
<glyph unicode="wand" glyph-name="wand" d="M362.667 742.4l-106.667-59.733 59.733 106.667-59.733 106.667 106.667-59.733 106.667 59.733-59.733-106.667 59.733-106.667-106.667 59.733zM874.667 324.267l106.667 59.733-59.733-106.667 59.733-106.667-106.667 59.733-106.667-59.733 59.733 106.667-59.733 106.667 106.667-59.733zM981.333 896l-59.733-106.667 59.733-106.667-106.667 59.733-106.667-59.733 59.733 106.667-59.733 106.667 106.667-59.733 106.667 59.733zM611.84 436.054l104.107 104.107-90.453 90.453-104.107-104.107 90.453-90.453zM655.787 670.294l99.84-99.84c16.64-15.787 16.64-43.52 0-60.16l-497.92-497.92c-16.64-16.64-44.373-16.64-60.16 0l-99.84 99.84c-16.64 15.787-16.64 43.52 0 60.16l497.92 497.92c16.64 16.64 44.373 16.64 60.16 0z" />
|
117
122
|
<glyph unicode="view_sankey" glyph-name="view_sankey" d="M725.333 469.334h-597.333c-23.564 0-42.667 19.103-42.667 42.667v85.333c0 23.564 19.103 42.667 42.667 42.667h597.333v128l213.333-213.333-213.333-213.333v128zM128 298.667c-23.564 0-42.667 19.103-42.667 42.667s19.103 42.667 42.667 42.667c174.933 0 281.6 0 320 0 57.6 0 106.667-49.067 106.667-106.667v-106.667h-85.333c0 19.598 0 48.043 0 85.333 0 23.111-19.915 42.667-42.667 42.667h-298.667zM469.333 85.334h85.333v-42.667h-85.333v42.667z" />
|
package/icons/covalent-icons.ttf
CHANGED
Binary file
|
Binary file
|