@covalent/components 4.15.0 → 6.0.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.
Files changed (206) hide show
  1. package/action-ribbon.mjs +148 -0
  2. package/alert.mjs +140 -0
  3. package/app-shell.mjs +94 -0
  4. package/button.mjs +20 -0
  5. package/card.mjs +70 -0
  6. package/check-list-item.mjs +18 -0
  7. package/checkbox.mjs +20 -0
  8. package/circular-progress.mjs +17 -0
  9. package/code-snippet.mjs +12142 -0
  10. package/covalent.mjs +44 -0
  11. package/covalent.umd.js +299 -0
  12. package/dialog.mjs +20 -0
  13. package/drawer.mjs +20 -0
  14. package/empty-state.mjs +66 -0
  15. package/icon-button.mjs +20 -0
  16. package/icon-check-toggle.mjs +71 -0
  17. package/icon-radio-toggle.mjs +62 -0
  18. package/icon.mjs +17 -0
  19. package/linear-progress.mjs +20 -0
  20. package/list-expansion.mjs +55 -0
  21. package/list-item.mjs +49 -0
  22. package/list.mjs +17 -0
  23. package/menu.mjs +17 -0
  24. package/nav-list-item.mjs +41 -0
  25. package/package.json +1 -1
  26. package/radio-list-item.mjs +18 -0
  27. package/radio.mjs +20 -0
  28. package/select.mjs +20 -0
  29. package/side-sheet.mjs +35 -0
  30. package/slider-range.mjs +17 -0
  31. package/slider.mjs +17 -0
  32. package/snackbar.mjs +20 -0
  33. package/status-header-item.mjs +28 -0
  34. package/status-header.mjs +74 -0
  35. package/switch.mjs +20 -0
  36. package/tab-bar.mjs +17 -0
  37. package/tab.mjs +20 -0
  38. package/text-lockup.mjs +53 -0
  39. package/textarea.mjs +20 -0
  40. package/textfield.mjs +24 -0
  41. package/textfield2.mjs +5 -0
  42. package/toolbar.mjs +23 -0
  43. package/tooltip.mjs +189 -0
  44. package/top-app-bar-fixed.mjs +24 -0
  45. package/top-app-bar.mjs +24 -0
  46. package/top-app-bar2.mjs +5 -0
  47. package/tree-list-item.mjs +82 -0
  48. package/tree-list.mjs +43 -0
  49. package/typography.mjs +31 -0
  50. package/actionRibbon.js +0 -16
  51. package/actionRibbon.js.LICENSE.txt +0 -75
  52. package/alert.js +0 -19
  53. package/alert.js.LICENSE.txt +0 -75
  54. package/appShell.js +0 -96
  55. package/appShell.js.LICENSE.txt +0 -131
  56. package/button.js +0 -38
  57. package/button.js.LICENSE.txt +0 -91
  58. package/card.js +0 -17
  59. package/card.js.LICENSE.txt +0 -23
  60. package/checkbox.js +0 -40
  61. package/checkbox.js.LICENSE.txt +0 -91
  62. package/circularProgress.js +0 -58
  63. package/circularProgress.js.LICENSE.txt +0 -41
  64. package/codeSnippet.js +0 -8
  65. package/codeSnippet.js.LICENSE.txt +0 -23
  66. package/dialog.js +0 -28
  67. package/dialog.js.LICENSE.txt +0 -165
  68. package/drawer.js +0 -18
  69. package/drawer.js.LICENSE.txt +0 -90
  70. package/emptyState.js +0 -25
  71. package/emptyState.js.LICENSE.txt +0 -29
  72. package/formField.js +0 -7
  73. package/formField.js.LICENSE.txt +0 -61
  74. package/icon.js +0 -2
  75. package/icon.js.LICENSE.txt +0 -29
  76. package/iconButton.js +0 -26
  77. package/iconButton.js.LICENSE.txt +0 -85
  78. package/iconCheckbox.js +0 -51
  79. package/iconCheckbox.js.LICENSE.txt +0 -91
  80. package/iconRadio.js +0 -43
  81. package/iconRadio.js.LICENSE.txt +0 -85
  82. package/icons/covalent-icons.css +0 -365
  83. package/icons/covalent-icons.eot +0 -0
  84. package/icons/covalent-icons.svg +0 -224
  85. package/icons/covalent-icons.ttf +0 -0
  86. package/icons/covalent-icons.woff +0 -0
  87. package/icons/favicon.ico +0 -0
  88. package/index.js +0 -993
  89. package/index.js.LICENSE.txt +0 -206
  90. package/linearProgress.js +0 -28
  91. package/linearProgress.js.LICENSE.txt +0 -41
  92. package/list.js +0 -44
  93. package/list.js.LICENSE.txt +0 -125
  94. package/listCheckItem.js +0 -77
  95. package/listCheckItem.js.LICENSE.txt +0 -91
  96. package/listExpansion.js +0 -47
  97. package/listExpansion.js.LICENSE.txt +0 -125
  98. package/listItem.js +0 -27
  99. package/listItem.js.LICENSE.txt +0 -79
  100. package/listNavItem.js +0 -27
  101. package/listNavItem.js.LICENSE.txt +0 -79
  102. package/listRadioItem.js +0 -70
  103. package/listRadioItem.js.LICENSE.txt +0 -85
  104. package/menu.js +0 -83
  105. package/menu.js.LICENSE.txt +0 -125
  106. package/radio.js +0 -33
  107. package/radio.js.LICENSE.txt +0 -85
  108. package/select.js +0 -176
  109. package/select.js.LICENSE.txt +0 -131
  110. package/sideSheet.js +0 -28
  111. package/sideSheet.js.LICENSE.txt +0 -165
  112. package/slider.js +0 -63
  113. package/slider.js.LICENSE.txt +0 -108
  114. package/sliderRange.js +0 -113
  115. package/sliderRange.js.LICENSE.txt +0 -108
  116. package/snackBar.js +0 -12
  117. package/snackBar.js.LICENSE.txt +0 -85
  118. package/src/action-ribbon/action-ribbon-base.d.ts +0 -29
  119. package/src/action-ribbon/action-ribbon.d.ts +0 -14
  120. package/src/action-ribbon/foundation.d.ts +0 -52
  121. package/src/alert/alert-base.d.ts +0 -30
  122. package/src/alert/alert.d.ts +0 -14
  123. package/src/app-shell/app-shell.d.ts +0 -27
  124. package/src/button/button.d.ts +0 -9
  125. package/src/card/card-base.d.ts +0 -24
  126. package/src/card/card.d.ts +0 -9
  127. package/src/checkbox/checkbox.d.ts +0 -9
  128. package/src/chips/chip-base.d.ts +0 -51
  129. package/src/chips/chip-set-base.d.ts +0 -32
  130. package/src/chips/chip-set.d.ts +0 -14
  131. package/src/chips/chip.d.ts +0 -14
  132. package/src/chips/foundation.d.ts +0 -59
  133. package/src/circular-progress/circular-progress.d.ts +0 -9
  134. package/src/code-snippet/code-snippet.d.ts +0 -20
  135. package/src/dialog/dialog.d.ts +0 -9
  136. package/src/drawer/drawer.d.ts +0 -9
  137. package/src/empty-state/empty-state.d.ts +0 -15
  138. package/src/formfield/formfield.d.ts +0 -9
  139. package/src/icon/icon.d.ts +0 -9
  140. package/src/icon-button/icon-button.d.ts +0 -9
  141. package/src/icon-checkbox/icon-check-toggle.d.ts +0 -14
  142. package/src/icon-radio/icon-radio-toggle.d.ts +0 -13
  143. package/src/index.d.ts +0 -44
  144. package/src/linear-progress/linear-progress.d.ts +0 -9
  145. package/src/list/check-list-item.d.ts +0 -9
  146. package/src/list/list-expansion.d.ts +0 -17
  147. package/src/list/list-item.d.ts +0 -11
  148. package/src/list/list.d.ts +0 -9
  149. package/src/list/nav-list-item.d.ts +0 -11
  150. package/src/list/radio-list-item.d.ts +0 -9
  151. package/src/menu/menu.d.ts +0 -9
  152. package/src/radio/radio.d.ts +0 -9
  153. package/src/select/select.d.ts +0 -9
  154. package/src/side-sheet/side-sheet.d.ts +0 -17
  155. package/src/slider/slider-range.d.ts +0 -9
  156. package/src/slider/slider.d.ts +0 -9
  157. package/src/snackbar/snackbar.d.ts +0 -9
  158. package/src/status-header/status-header-base.d.ts +0 -8
  159. package/src/status-header/status-header-item.d.ts +0 -16
  160. package/src/status-header/status-header.d.ts +0 -14
  161. package/src/switch/switch.d.ts +0 -9
  162. package/src/tab/tab-bar.d.ts +0 -9
  163. package/src/tab/tab.d.ts +0 -9
  164. package/src/text-lockup/text-lockup.d.ts +0 -16
  165. package/src/textarea/textarea.d.ts +0 -9
  166. package/src/textfield/textfield.d.ts +0 -9
  167. package/src/toolbar/toolbar.d.ts +0 -9
  168. package/src/tooltip/tooltip.d.ts +0 -27
  169. package/src/tooltip/tooltip.foundation.d.ts +0 -211
  170. package/src/top-app-bar/top-app-bar-fixed.d.ts +0 -9
  171. package/src/top-app-bar/top-app-bar.d.ts +0 -9
  172. package/src/tree-list/tree-list-item.d.ts +0 -15
  173. package/src/tree-list/tree-list.d.ts +0 -10
  174. package/src/typography/typography.d.ts +0 -11
  175. package/statusHeader.js +0 -22
  176. package/statusHeader.js.LICENSE.txt +0 -23
  177. package/statusHeaderItem.js +0 -2
  178. package/statusHeaderItem.js.LICENSE.txt +0 -17
  179. package/switch.js +0 -63
  180. package/switch.js.LICENSE.txt +0 -108
  181. package/tab.js +0 -35
  182. package/tab.js.LICENSE.txt +0 -79
  183. package/tabBar.js +0 -53
  184. package/tabBar.js.LICENSE.txt +0 -79
  185. package/textArea.js +0 -96
  186. package/textArea.js.LICENSE.txt +0 -85
  187. package/textField.js +0 -69
  188. package/textField.js.LICENSE.txt +0 -85
  189. package/textLockup.js +0 -5
  190. package/textLockup.js.LICENSE.txt +0 -23
  191. package/theme.css +0 -1
  192. package/theme.js +0 -1
  193. package/toolbar.js +0 -19
  194. package/toolbar.js.LICENSE.txt +0 -96
  195. package/tooltip.js +0 -19
  196. package/tooltip.js.LICENSE.txt +0 -69
  197. package/topAppBar.js +0 -19
  198. package/topAppBar.js.LICENSE.txt +0 -102
  199. package/topAppBarFixed.js +0 -19
  200. package/topAppBarFixed.js.LICENSE.txt +0 -102
  201. package/treeList.js +0 -8
  202. package/treeList.js.LICENSE.txt +0 -17
  203. package/treeListItem.js +0 -24
  204. package/treeListItem.js.LICENSE.txt +0 -23
  205. package/typography.js +0 -2
  206. package/typography.js.LICENSE.txt +0 -17
@@ -1,85 +0,0 @@
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
- */
@@ -1,365 +0,0 @@
1
- @font-face {
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');
8
- font-weight: normal;
9
- font-style: normal;
10
- font-display: block;
11
- }
12
-
13
- [class^='icon-'],
14
- [class*=' icon-'] {
15
- /* use !important to prevent issues with browser extensions that change fonts */
16
- font-family: 'covalent-icons' !important;
17
- speak: never;
18
- font-style: normal;
19
- font-weight: normal;
20
- font-variant: normal;
21
- text-transform: none;
22
- line-height: 1;
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
-
34
- /* Better Font Rendering =========== */
35
- -webkit-font-smoothing: antialiased;
36
- -moz-osx-font-smoothing: grayscale;
37
- }
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
- }
54
- .icon-alias_arrow:before {
55
- content: '\e918';
56
- }
57
- .icon-api:before {
58
- content: '\e91a';
59
- }
60
- .icon-api_ondark:before {
61
- content: '\e919';
62
- }
63
- .icon-application:before {
64
- content: '\e91b';
65
- }
66
- .icon-bucket:before {
67
- content: '\e91c';
68
- }
69
- .icon-cluster_analysis:before {
70
- content: '\e900';
71
- }
72
- .icon-column:before {
73
- content: '\e91d';
74
- }
75
- .icon-connected_identity:before {
76
- content: '\e91e';
77
- }
78
- .icon-data_preparation:before {
79
- content: '\e901';
80
- }
81
- .icon-data_source:before {
82
- content: '\e91f';
83
- }
84
- .icon-database:before {
85
- content: '\e926';
86
- }
87
- .icon-database_changed:before {
88
- content: '\e920';
89
- }
90
- .icon-database_edit:before {
91
- content: '\e921';
92
- }
93
- .icon-database_foreign:before {
94
- content: '\e922';
95
- }
96
- .icon-database_lab:before {
97
- content: '\e923';
98
- }
99
- .icon-database_search:before {
100
- content: '\e924';
101
- }
102
- .icon-database_synced:before {
103
- content: '\e925';
104
- }
105
- .icon-disconnect:before {
106
- content: '\e927';
107
- }
108
- .icon-dock_right:before {
109
- content: '\e928';
110
- }
111
- .icon-engine:before {
112
- content: '\e929';
113
- }
114
- .icon-file:before {
115
- content: '\e930';
116
- }
117
- .icon-file_changed:before {
118
- content: '\e92a';
119
- }
120
- .icon-file_edit:before {
121
- content: '\e92b';
122
- }
123
- .icon-file_foreign:before {
124
- content: '\e92c';
125
- }
126
- .icon-file_lab:before {
127
- content: '\e92d';
128
- }
129
- .icon-file_search:before {
130
- content: '\e92e';
131
- }
132
- .icon-file_synced:before {
133
- content: '\e92f';
134
- }
135
- .icon-formula:before {
136
- content: '\e931';
137
- }
138
- .icon-lab:before {
139
- content: '\e932';
140
- }
141
- .icon-loader_dots:before {
142
- content: '\e903';
143
- }
144
- .icon-machine_learning_ondark:before {
145
- content: '\e933';
146
- }
147
- .icon-machine_learning:before {
148
- content: '\e904';
149
- }
150
- .icon-model:before {
151
- content: '\e937';
152
- }
153
- .icon-model_ondark:before {
154
- content: '\e936';
155
- }
156
- .icon-model_configuration:before {
157
- content: '\e935';
158
- }
159
- .icon-model_configuration_ondark:before {
160
- content: '\e934';
161
- }
162
- .icon-no_results:before {
163
- content: '\e938';
164
- }
165
- .icon-node_branch:before {
166
- content: '\e905';
167
- }
168
- .icon-node_merge:before {
169
- content: '\e906';
170
- }
171
- .icon-node_notification:before {
172
- content: '\e93a';
173
- }
174
- .icon-node_notification_ondark:before {
175
- content: '\e939';
176
- }
177
- .icon-object_storage:before {
178
- content: '\e93c';
179
- }
180
- .icon-object_storage_ondark:before {
181
- content: '\e93b';
182
- }
183
- .icon-operations:before {
184
- content: '\e93d';
185
- }
186
- .icon-operators_divide:before {
187
- content: '\e93e';
188
- }
189
- .icon-operators_equals:before {
190
- content: '\e907';
191
- }
192
- .icon-operators_greater_than:before {
193
- content: '\e93f';
194
- }
195
- .icon-operators_greater_than_or_equal:before {
196
- content: '\e908';
197
- }
198
- .icon-operators_less_than:before {
199
- content: '\e940';
200
- }
201
- .icon-operators_less_than_or_equal:before {
202
- content: '\e909';
203
- }
204
- .icon-operators_multiply:before {
205
- content: '\e90a';
206
- }
207
- .icon-operators_not_equal:before {
208
- content: '\e90b';
209
- }
210
- .icon-operators_parentheses:before {
211
- content: '\e941';
212
- }
213
- .icon-operators_parenthesis_left:before {
214
- content: '\e942';
215
- }
216
- .icon-operators_parenthesis_right:before {
217
- content: '\e943';
218
- }
219
- .icon-operators_subtract:before {
220
- content: '\e90c';
221
- }
222
- .icon-outbound_campaign_manager:before {
223
- content: '\e90d';
224
- }
225
- .icon-product_analyst:before {
226
- content: '\e944';
227
- }
228
- .icon-product_console:before {
229
- content: '\e945';
230
- }
231
- .icon-product_editor:before {
232
- content: '\e946';
233
- }
234
- .icon-resize_northeast:before {
235
- content: '\e947';
236
- }
237
- .icon-resize_northwest:before {
238
- content: '\e948';
239
- }
240
- .icon-resize_southeast:before {
241
- content: '\e949';
242
- }
243
- .icon-resize_southwest:before {
244
- content: '\e94a';
245
- }
246
- .icon-rules:before {
247
- content: '\e950';
248
- }
249
- .icon-rules_ondark:before {
250
- content: '\e94d';
251
- }
252
- .icon-rules_insert:before {
253
- content: '\e94c';
254
- }
255
- .icon-rules_insert_ondark:before {
256
- content: '\e94b';
257
- }
258
- .icon-rules_select:before {
259
- content: '\e94f';
260
- }
261
- .icon-rules_select_ondark:before {
262
- content: '\e94e';
263
- }
264
- .icon-script:before {
265
- content: '\e952';
266
- }
267
- .icon-script_ondark:before {
268
- content: '\e951';
269
- }
270
- .icon-script_macro:before {
271
- content: '\e90f';
272
- }
273
- .icon-script_macro_ondark:before {
274
- content: '\e90e';
275
- }
276
- .icon-script_sql:before {
277
- content: '\e911';
278
- }
279
- .icon-script_sql_ondark:before {
280
- content: '\e910';
281
- }
282
- .icon-script_stored_procedure:before {
283
- content: '\e913';
284
- }
285
- .icon-script_stored_procedure_ondark:before {
286
- content: '\e912';
287
- }
288
- .icon-segmentation:before {
289
- content: '\e953';
290
- }
291
- .icon-server:before {
292
- content: '\e95a';
293
- }
294
- .icon-server_changed:before {
295
- content: '\e954';
296
- }
297
- .icon-server_edit:before {
298
- content: '\e955';
299
- }
300
- .icon-server_foreign:before {
301
- content: '\e956';
302
- }
303
- .icon-server_lab:before {
304
- content: '\e957';
305
- }
306
- .icon-server_search:before {
307
- content: '\e958';
308
- }
309
- .icon-server_synced:before {
310
- content: '\e959';
311
- }
312
- .icon-sftp:before {
313
- content: '\e95c';
314
- }
315
- .icon-sftp_ondark:before {
316
- content: '\e95b';
317
- }
318
- .icon-table:before {
319
- content: '\e963';
320
- }
321
- .icon-table_changed:before {
322
- content: '\e95d';
323
- }
324
- .icon-table_edit:before {
325
- content: '\e95e';
326
- }
327
- .icon-table_foreign:before {
328
- content: '\e95f';
329
- }
330
- .icon-table_lab:before {
331
- content: '\e960';
332
- }
333
- .icon-table_search:before {
334
- content: '\e961';
335
- }
336
- .icon-table_synced:before {
337
- content: '\e962';
338
- }
339
- .icon-teradata:before {
340
- content: '\e964';
341
- }
342
- .icon-teradata_nocircle:before {
343
- content: '\e902';
344
- }
345
- .icon-text_analysis:before {
346
- content: '\e965';
347
- }
348
- .icon-undock:before {
349
- content: '\e966';
350
- }
351
- .icon-variable:before {
352
- content: '\e915';
353
- }
354
- .icon-variable_ondark:before {
355
- content: '\e914';
356
- }
357
- .icon-view_sankey:before {
358
- content: '\e916';
359
- }
360
- .icon-wand:before {
361
- content: '\e967';
362
- }
363
- .icon-workflow:before {
364
- content: '\e917';
365
- }
Binary file