@pstdio/ui 0.17.0 → 0.18.0
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/dist/{MermaidComponent-BCMQqPqu.js → MermaidComponent-BPiVFNYK.js} +2 -2
- package/dist/{MermaidComponent-BCMQqPqu.js.map → MermaidComponent-BPiVFNYK.js.map} +1 -1
- package/dist/chat-ui.js +2 -2
- package/dist/components/data-table/data-table-column-menu.d.ts +4 -1
- package/dist/components/data-table/data-table-header.d.ts +0 -8
- package/dist/components/data-table/editable-cells-story.d.ts +9 -0
- package/dist/components/diff-viewer/code-editor.d.ts +2 -0
- package/dist/components/diff-viewer/index.d.ts +1 -1
- package/dist/components/diff-viewer/monaco-browser.d.ts +1 -0
- package/dist/components/overlays/searchable-menu-input.d.ts +9 -0
- package/dist/components/param-editor/index.d.ts +5 -2
- package/dist/components/param-editor/inputs/action-input.d.ts +1 -0
- package/dist/components/param-editor/inputs/boolean-input.d.ts +13 -0
- package/dist/components/param-editor/inputs/color-input.d.ts +1 -0
- package/dist/components/param-editor/inputs/date-input.d.ts +1 -0
- package/dist/components/param-editor/inputs/file-upload-input.d.ts +15 -0
- package/dist/components/param-editor/inputs/file-upload-value.d.ts +7 -0
- package/dist/components/param-editor/inputs/horizontal-text-input.d.ts +1 -0
- package/dist/components/param-editor/inputs/markdown-input.d.ts +13 -0
- package/dist/components/param-editor/inputs/number-input.d.ts +1 -0
- package/dist/components/param-editor/inputs/range-input.d.ts +1 -0
- package/dist/components/param-editor/inputs/resource-input.d.ts +2 -0
- package/dist/components/param-editor/inputs/segmented-input.d.ts +1 -0
- package/dist/components/param-editor/inputs/selection-input.d.ts +1 -0
- package/dist/components/param-editor/inputs/selection-menu.d.ts +4 -0
- package/dist/components/param-editor/inputs/text-input.d.ts +1 -0
- package/dist/components/param-editor/param-editor-advanced-field.d.ts +14 -0
- package/dist/components/param-editor/param-editor-control-fixtures.d.ts +24 -0
- package/dist/components/param-editor/param-editor-field.d.ts +2 -0
- package/dist/components/param-editor/param-editor-horizontal.d.ts +2 -2
- package/dist/components/param-editor/param-editor-label.d.ts +1 -0
- package/dist/components/param-editor/param-editor-presentation.d.ts +3 -0
- package/dist/components/param-editor/param-editor.types.d.ts +25 -13
- package/dist/components/param-editor/resolve-param-value.d.ts +2 -0
- package/dist/components/primitives/chip.d.ts +4 -0
- package/dist/components/primitives/index.d.ts +2 -0
- package/dist/components/primitives/resource-badge.d.ts +12 -10
- package/dist/components/rich-text/index.d.ts +1 -0
- package/dist/components/rich-text/lazy-markdown-editor.d.ts +2 -0
- package/dist/components/rich-text/utils/inferResourceType.d.ts +1 -1
- package/dist/data-table.js +960 -910
- package/dist/data-table.js.map +1 -1
- package/dist/diff.js +370 -366
- package/dist/diff.js.map +1 -1
- package/dist/font/css/prompt-studio-icons.css +690 -0
- package/dist/font/prompt-studio-icons.eot +0 -0
- package/dist/font/prompt-studio-icons.svg +1 -0
- package/dist/font/prompt-studio-icons.ttf +0 -0
- package/dist/font/prompt-studio-icons.woff +0 -0
- package/dist/font/prompt-studio-icons.woff2 +0 -0
- package/dist/index.js +895 -947
- package/dist/index.js.map +1 -1
- package/dist/{kanban-renderer-toolbar-B9ro-9z1.js → kanban-renderer-toolbar-Db1mIWWd.js} +3 -3
- package/dist/{kanban-renderer-toolbar-B9ro-9z1.js.map → kanban-renderer-toolbar-Db1mIWWd.js.map} +1 -1
- package/dist/kanban-renderer.js +831 -817
- package/dist/kanban-renderer.js.map +1 -1
- package/dist/lazy-markdown-editor-DwhqQ-NN.js +26 -0
- package/dist/lazy-markdown-editor-DwhqQ-NN.js.map +1 -0
- package/dist/{list-row-YRUxEcy3.js → list-row-BYWwcbGK.js} +286 -271
- package/dist/list-row-BYWwcbGK.js.map +1 -0
- package/dist/markdown-DDd2ESoH.js +743 -0
- package/dist/markdown-DDd2ESoH.js.map +1 -0
- package/dist/markdown-editor-CYVkzt8t.js +741 -0
- package/dist/markdown-editor-CYVkzt8t.js.map +1 -0
- package/dist/monaco-browser-CO0NxK_Z.js +19 -0
- package/dist/monaco-browser-CO0NxK_Z.js.map +1 -0
- package/dist/param-editor-BCZOw5Gt.js +140 -0
- package/dist/param-editor-BCZOw5Gt.js.map +1 -0
- package/dist/param-editor-field-ZzZwgjZ_.js +2094 -0
- package/dist/param-editor-field-ZzZwgjZ_.js.map +1 -0
- package/dist/resource-badge-CuItchgL.js +98 -0
- package/dist/resource-badge-CuItchgL.js.map +1 -0
- package/dist/rich-message--eRzjWYK.js +730 -0
- package/dist/rich-message--eRzjWYK.js.map +1 -0
- package/dist/rich-text.js +114 -827
- package/dist/rich-text.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/theme/primitives/fonts.d.ts +3 -0
- package/dist/theme/recipes/badge.d.ts +8 -0
- package/dist/theme/recipes/color-picker.d.ts +18 -1
- package/dist/theme/recipes/switch.d.ts +17 -0
- package/dist/{theme-CNhnbvcE.js → theme-poQlUgt0.js} +284 -156
- package/dist/theme-poQlUgt0.js.map +1 -0
- package/dist/theme.js +1 -1
- package/dist/{tree-list-CZHLAURU.js → tree-list-BAja2eXU.js} +2 -2
- package/dist/{tree-list-CZHLAURU.js.map → tree-list-BAja2eXU.js.map} +1 -1
- package/package.json +2 -1
- package/dist/components/param-editor/inputs/file-accept.d.ts +0 -22
- package/dist/components/param-editor/inputs/file-drop-input.d.ts +0 -14
- package/dist/list-row-YRUxEcy3.js.map +0 -1
- package/dist/param-editor-CYZJbmKu.js +0 -933
- package/dist/param-editor-CYZJbmKu.js.map +0 -1
- package/dist/param-editor-read-only-field-DgtLqcFa.js +0 -925
- package/dist/param-editor-read-only-field-DgtLqcFa.js.map +0 -1
- package/dist/prism-BXb57lxL.js +0 -125
- package/dist/prism-BXb57lxL.js.map +0 -1
- package/dist/resource-badge-qCWHP-wQ.js +0 -99
- package/dist/resource-badge-qCWHP-wQ.js.map +0 -1
- package/dist/rich-message-DBf_5YlW.js +0 -1450
- package/dist/rich-message-DBf_5YlW.js.map +0 -1
- package/dist/theme-CNhnbvcE.js.map +0 -1
|
@@ -0,0 +1,690 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: "prompt-studio-icons";
|
|
3
|
+
src: url("$fonts/prompt-studio-icons.eot?e46cc65b");
|
|
4
|
+
src:
|
|
5
|
+
url("$fonts/prompt-studio-icons.eot?e46cc65b#iefix") format("embedded-opentype"),
|
|
6
|
+
url("$fonts/prompt-studio-icons.woff2?e46cc65b") format("woff2"),
|
|
7
|
+
url("$fonts/prompt-studio-icons.woff?e46cc65b") format("woff"),
|
|
8
|
+
url("$fonts/prompt-studio-icons.ttf?e46cc65b") format("truetype"),
|
|
9
|
+
url("$fonts/prompt-studio-icons.svg?e46cc65b#prompt-studio-icons") format("svg");
|
|
10
|
+
font-weight: normal;
|
|
11
|
+
font-style: normal;
|
|
12
|
+
font-display: block;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
[class^="icon-"]::before,
|
|
16
|
+
[class*=" icon-"]::before {
|
|
17
|
+
font-family: "prompt-studio-icons", sans-serif;
|
|
18
|
+
font-style: normal;
|
|
19
|
+
font-weight: normal;
|
|
20
|
+
speak: never;
|
|
21
|
+
display: inline-block;
|
|
22
|
+
text-decoration: inherit;
|
|
23
|
+
width: 1em;
|
|
24
|
+
margin-right: 0.2em;
|
|
25
|
+
text-align: center;
|
|
26
|
+
font-variant: normal;
|
|
27
|
+
text-transform: none;
|
|
28
|
+
line-height: 1em;
|
|
29
|
+
margin-left: 0.2em;
|
|
30
|
+
-webkit-font-smoothing: antialiased;
|
|
31
|
+
-moz-osx-font-smoothing: grayscale;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.icon-cloud-add::before {
|
|
35
|
+
content: "\e800";
|
|
36
|
+
}
|
|
37
|
+
.icon-credit-usage-50::before {
|
|
38
|
+
content: "\e801";
|
|
39
|
+
}
|
|
40
|
+
.icon-history::before {
|
|
41
|
+
content: "\e802";
|
|
42
|
+
}
|
|
43
|
+
.icon-data-string::before {
|
|
44
|
+
content: "\e803";
|
|
45
|
+
}
|
|
46
|
+
.icon-data-object::before {
|
|
47
|
+
content: "\e804";
|
|
48
|
+
}
|
|
49
|
+
.icon-data-integer::before {
|
|
50
|
+
content: "\e805";
|
|
51
|
+
}
|
|
52
|
+
.icon-data-double::before {
|
|
53
|
+
content: "\e806";
|
|
54
|
+
}
|
|
55
|
+
.icon-add::before {
|
|
56
|
+
content: "\e807";
|
|
57
|
+
}
|
|
58
|
+
.icon-add-circle::before {
|
|
59
|
+
content: "\e808";
|
|
60
|
+
}
|
|
61
|
+
.icon-data-boolean::before {
|
|
62
|
+
content: "\e809";
|
|
63
|
+
}
|
|
64
|
+
.icon-add-square::before {
|
|
65
|
+
content: "\e80a";
|
|
66
|
+
}
|
|
67
|
+
.icon-data-array::before {
|
|
68
|
+
content: "\e80b";
|
|
69
|
+
}
|
|
70
|
+
.icon-metrics::before {
|
|
71
|
+
content: "\e80d";
|
|
72
|
+
}
|
|
73
|
+
.icon-pie-donut::before {
|
|
74
|
+
content: "\e80e";
|
|
75
|
+
}
|
|
76
|
+
.icon-area-plot::before {
|
|
77
|
+
content: "\e80f";
|
|
78
|
+
}
|
|
79
|
+
.icon-treemap::before {
|
|
80
|
+
content: "\e810";
|
|
81
|
+
}
|
|
82
|
+
.icon-align-bottom::before {
|
|
83
|
+
content: "\e811";
|
|
84
|
+
}
|
|
85
|
+
.icon-align-horizontally::before {
|
|
86
|
+
content: "\e812";
|
|
87
|
+
}
|
|
88
|
+
.icon-align-left::before {
|
|
89
|
+
content: "\e813";
|
|
90
|
+
}
|
|
91
|
+
.icon-align-right::before {
|
|
92
|
+
content: "\e814";
|
|
93
|
+
}
|
|
94
|
+
.icon-align-vertically::before {
|
|
95
|
+
content: "\e815";
|
|
96
|
+
}
|
|
97
|
+
.icon-radar-column-chart::before {
|
|
98
|
+
content: "\e816";
|
|
99
|
+
}
|
|
100
|
+
.icon-pie-full::before {
|
|
101
|
+
content: "\e817";
|
|
102
|
+
}
|
|
103
|
+
.icon-archive-1::before {
|
|
104
|
+
content: "\e818";
|
|
105
|
+
}
|
|
106
|
+
.icon-archive-2::before {
|
|
107
|
+
content: "\e819";
|
|
108
|
+
}
|
|
109
|
+
.icon-archive-add::before {
|
|
110
|
+
content: "\e81a";
|
|
111
|
+
}
|
|
112
|
+
.icon-ct::before {
|
|
113
|
+
content: "\e81b";
|
|
114
|
+
}
|
|
115
|
+
.icon-archive-minus::before {
|
|
116
|
+
content: "\e81c";
|
|
117
|
+
}
|
|
118
|
+
.icon-archive-slash::before {
|
|
119
|
+
content: "\e81d";
|
|
120
|
+
}
|
|
121
|
+
.icon-archive-tick::before {
|
|
122
|
+
content: "\e81e";
|
|
123
|
+
}
|
|
124
|
+
.icon-min::before {
|
|
125
|
+
content: "\e81f";
|
|
126
|
+
}
|
|
127
|
+
.icon-ctd::before {
|
|
128
|
+
content: "\e820";
|
|
129
|
+
}
|
|
130
|
+
.icon-std::before {
|
|
131
|
+
content: "\e821";
|
|
132
|
+
}
|
|
133
|
+
.icon-var::before {
|
|
134
|
+
content: "\e822";
|
|
135
|
+
}
|
|
136
|
+
.icon-max::before {
|
|
137
|
+
content: "\e823";
|
|
138
|
+
}
|
|
139
|
+
.icon-sum::before {
|
|
140
|
+
content: "\e824";
|
|
141
|
+
}
|
|
142
|
+
.icon-arrow-down::before {
|
|
143
|
+
content: "\e82b";
|
|
144
|
+
}
|
|
145
|
+
.icon-arrow-down-1::before {
|
|
146
|
+
content: "\e82c";
|
|
147
|
+
}
|
|
148
|
+
.icon-arrow-left::before {
|
|
149
|
+
content: "\e82e";
|
|
150
|
+
}
|
|
151
|
+
.icon-arrow-left-2::before {
|
|
152
|
+
content: "\e830";
|
|
153
|
+
}
|
|
154
|
+
.icon-arrow-right::before {
|
|
155
|
+
content: "\e832";
|
|
156
|
+
}
|
|
157
|
+
.icon-arrow-right-1::before {
|
|
158
|
+
content: "\e833";
|
|
159
|
+
}
|
|
160
|
+
.icon-arrow-right-3::before {
|
|
161
|
+
content: "\e835";
|
|
162
|
+
}
|
|
163
|
+
.icon-arrow-right-4::before {
|
|
164
|
+
content: "\e836";
|
|
165
|
+
}
|
|
166
|
+
.icon-arrow-square-down::before {
|
|
167
|
+
content: "\e838";
|
|
168
|
+
}
|
|
169
|
+
.icon-arrow-square-left::before {
|
|
170
|
+
content: "\e839";
|
|
171
|
+
}
|
|
172
|
+
.icon-arrow-square-up::before {
|
|
173
|
+
content: "\e83a";
|
|
174
|
+
}
|
|
175
|
+
.icon-arrow-up-2::before {
|
|
176
|
+
content: "\e83f";
|
|
177
|
+
}
|
|
178
|
+
.icon-arrow-up-3::before {
|
|
179
|
+
content: "\e840";
|
|
180
|
+
}
|
|
181
|
+
.icon-book::before {
|
|
182
|
+
content: "\e868";
|
|
183
|
+
}
|
|
184
|
+
.icon-book-1::before {
|
|
185
|
+
content: "\e869";
|
|
186
|
+
}
|
|
187
|
+
.icon-box::before {
|
|
188
|
+
content: "\e86e";
|
|
189
|
+
}
|
|
190
|
+
.icon-pointing-arrow::before {
|
|
191
|
+
content: "\e87d";
|
|
192
|
+
}
|
|
193
|
+
.icon-data-structure::before {
|
|
194
|
+
content: "\e87e";
|
|
195
|
+
}
|
|
196
|
+
.icon-brush-4::before {
|
|
197
|
+
content: "\e87f";
|
|
198
|
+
}
|
|
199
|
+
.icon-folder::before {
|
|
200
|
+
content: "\e880";
|
|
201
|
+
}
|
|
202
|
+
.icon-import-2::before {
|
|
203
|
+
content: "\e881";
|
|
204
|
+
}
|
|
205
|
+
.icon-refresh::before {
|
|
206
|
+
content: "\e882";
|
|
207
|
+
}
|
|
208
|
+
.icon-message-text-1::before {
|
|
209
|
+
content: "\e883";
|
|
210
|
+
}
|
|
211
|
+
.icon-messages-2::before {
|
|
212
|
+
content: "\e884";
|
|
213
|
+
}
|
|
214
|
+
.icon-global::before {
|
|
215
|
+
content: "\e885";
|
|
216
|
+
}
|
|
217
|
+
.icon-briefcase::before {
|
|
218
|
+
content: "\e886";
|
|
219
|
+
}
|
|
220
|
+
.icon-row-vertical::before {
|
|
221
|
+
content: "\e887";
|
|
222
|
+
}
|
|
223
|
+
.icon-format-square::before {
|
|
224
|
+
content: "\e888";
|
|
225
|
+
}
|
|
226
|
+
.icon-document-copy::before {
|
|
227
|
+
content: "\e889";
|
|
228
|
+
}
|
|
229
|
+
.icon-document-forward::before {
|
|
230
|
+
content: "\e88a";
|
|
231
|
+
}
|
|
232
|
+
.icon-tick-circle-1::before {
|
|
233
|
+
content: "\e88b";
|
|
234
|
+
}
|
|
235
|
+
.icon-data-timestamp::before {
|
|
236
|
+
content: "\e88c";
|
|
237
|
+
}
|
|
238
|
+
.icon-more-2::before {
|
|
239
|
+
content: "\e88d";
|
|
240
|
+
}
|
|
241
|
+
.icon-notification::before {
|
|
242
|
+
content: "\e88e";
|
|
243
|
+
}
|
|
244
|
+
.icon-search-normal-1::before {
|
|
245
|
+
content: "\e890";
|
|
246
|
+
}
|
|
247
|
+
.icon-home-1::before {
|
|
248
|
+
content: "\e891";
|
|
249
|
+
}
|
|
250
|
+
.icon-brush-1::before {
|
|
251
|
+
content: "\e892";
|
|
252
|
+
}
|
|
253
|
+
.icon-paperclip-2::before {
|
|
254
|
+
content: "\e893";
|
|
255
|
+
}
|
|
256
|
+
.icon-grid-4::before {
|
|
257
|
+
content: "\e894";
|
|
258
|
+
}
|
|
259
|
+
.icon-mouse-circle::before {
|
|
260
|
+
content: "\e895";
|
|
261
|
+
}
|
|
262
|
+
.icon-message-question::before {
|
|
263
|
+
content: "\e896";
|
|
264
|
+
}
|
|
265
|
+
.icon-saving::before {
|
|
266
|
+
content: "\e898";
|
|
267
|
+
}
|
|
268
|
+
.icon-chevron-double::before {
|
|
269
|
+
content: "\e899";
|
|
270
|
+
}
|
|
271
|
+
.icon-close::before {
|
|
272
|
+
content: "\e89a";
|
|
273
|
+
}
|
|
274
|
+
.icon-more-info::before {
|
|
275
|
+
content: "\e89b";
|
|
276
|
+
}
|
|
277
|
+
.icon-arrow-up::before {
|
|
278
|
+
content: "\e89c";
|
|
279
|
+
}
|
|
280
|
+
.icon-reorder::before {
|
|
281
|
+
content: "\e89d";
|
|
282
|
+
}
|
|
283
|
+
.icon-refresh-1::before {
|
|
284
|
+
content: "\e89e";
|
|
285
|
+
}
|
|
286
|
+
.icon-text-variable::before {
|
|
287
|
+
content: "\e89f";
|
|
288
|
+
}
|
|
289
|
+
.icon-header-horizontal::before {
|
|
290
|
+
content: "\e8a0";
|
|
291
|
+
}
|
|
292
|
+
.icon-edit-1::before {
|
|
293
|
+
content: "\e8a1";
|
|
294
|
+
}
|
|
295
|
+
.icon-credit-usage-0::before {
|
|
296
|
+
content: "\e8a2";
|
|
297
|
+
}
|
|
298
|
+
.icon-credit-usage-25::before {
|
|
299
|
+
content: "\e8a3";
|
|
300
|
+
}
|
|
301
|
+
.icon-credit-usage-75::before {
|
|
302
|
+
content: "\e8a4";
|
|
303
|
+
}
|
|
304
|
+
.icon-card::before {
|
|
305
|
+
content: "\e8a5";
|
|
306
|
+
}
|
|
307
|
+
.icon-credit-usage-100::before {
|
|
308
|
+
content: "\e8a6";
|
|
309
|
+
}
|
|
310
|
+
.icon-coding-language::before {
|
|
311
|
+
content: "\e8ab";
|
|
312
|
+
}
|
|
313
|
+
.icon-table::before {
|
|
314
|
+
content: "\e8ad";
|
|
315
|
+
}
|
|
316
|
+
.icon-check::before {
|
|
317
|
+
content: "\e8ae";
|
|
318
|
+
}
|
|
319
|
+
.icon-logo-google::before {
|
|
320
|
+
content: "\e8af";
|
|
321
|
+
}
|
|
322
|
+
.icon-data-date::before {
|
|
323
|
+
content: "\e8b0";
|
|
324
|
+
}
|
|
325
|
+
.icon-llms::before {
|
|
326
|
+
content: "\e8b1";
|
|
327
|
+
}
|
|
328
|
+
.icon-logo-openai::before {
|
|
329
|
+
content: "\e8b2";
|
|
330
|
+
}
|
|
331
|
+
.icon-logo-anthropic::before {
|
|
332
|
+
content: "\e8b3";
|
|
333
|
+
}
|
|
334
|
+
.icon-logo-meta::before {
|
|
335
|
+
content: "\e8b4";
|
|
336
|
+
}
|
|
337
|
+
.icon-data-variant::before {
|
|
338
|
+
content: "\e8b5";
|
|
339
|
+
}
|
|
340
|
+
.icon-chart-1::before {
|
|
341
|
+
content: "\e8b6";
|
|
342
|
+
}
|
|
343
|
+
.icon-schema::before {
|
|
344
|
+
content: "\e8b7";
|
|
345
|
+
}
|
|
346
|
+
.icon-ascending::before {
|
|
347
|
+
content: "\e8b8";
|
|
348
|
+
}
|
|
349
|
+
.icon-bar-chart-100stacked::before {
|
|
350
|
+
content: "\e8ba";
|
|
351
|
+
}
|
|
352
|
+
.icon-results::before {
|
|
353
|
+
content: "\e8bc";
|
|
354
|
+
}
|
|
355
|
+
.icon-bar-chart::before {
|
|
356
|
+
content: "\e8be";
|
|
357
|
+
}
|
|
358
|
+
.icon-descending::before {
|
|
359
|
+
content: "\e8bf";
|
|
360
|
+
}
|
|
361
|
+
.icon-bar-chart-vertical::before {
|
|
362
|
+
content: "\e8c0";
|
|
363
|
+
}
|
|
364
|
+
.icon-step-before-points::before {
|
|
365
|
+
content: "\e8c4";
|
|
366
|
+
}
|
|
367
|
+
.icon-step-after-points::before {
|
|
368
|
+
content: "\e8c6";
|
|
369
|
+
}
|
|
370
|
+
.icon-line-rounded::before {
|
|
371
|
+
content: "\e8c9";
|
|
372
|
+
}
|
|
373
|
+
.icon-line-sharp::before {
|
|
374
|
+
content: "\e8cb";
|
|
375
|
+
}
|
|
376
|
+
.icon-bar-chart-simple::before {
|
|
377
|
+
content: "\e8cc";
|
|
378
|
+
}
|
|
379
|
+
.icon-pie-chart::before {
|
|
380
|
+
content: "\e8cd";
|
|
381
|
+
}
|
|
382
|
+
.icon-bar-chart-stacked::before {
|
|
383
|
+
content: "\e8ce";
|
|
384
|
+
}
|
|
385
|
+
.icon-map::before {
|
|
386
|
+
content: "\e8cf";
|
|
387
|
+
}
|
|
388
|
+
.icon-radar-bar-chart::before {
|
|
389
|
+
content: "\e8d0";
|
|
390
|
+
}
|
|
391
|
+
.icon-radar-chart::before {
|
|
392
|
+
content: "\e8d1";
|
|
393
|
+
}
|
|
394
|
+
.icon-metric::before {
|
|
395
|
+
content: "\e8d2";
|
|
396
|
+
}
|
|
397
|
+
.icon-area-plot-1::before {
|
|
398
|
+
content: "\e8d3";
|
|
399
|
+
}
|
|
400
|
+
.icon-avg::before {
|
|
401
|
+
content: "\e8d4";
|
|
402
|
+
}
|
|
403
|
+
.icon-area-plot-stacked100::before {
|
|
404
|
+
content: "\e8d5";
|
|
405
|
+
}
|
|
406
|
+
.icon-scatter-bubbles::before {
|
|
407
|
+
content: "\e8d6";
|
|
408
|
+
}
|
|
409
|
+
.icon-code::before {
|
|
410
|
+
content: "\e8d7";
|
|
411
|
+
}
|
|
412
|
+
.icon-code-1::before {
|
|
413
|
+
content: "\e8d8";
|
|
414
|
+
}
|
|
415
|
+
.icon-code-circle::before {
|
|
416
|
+
content: "\e8d9";
|
|
417
|
+
}
|
|
418
|
+
.icon-scatter-plot::before {
|
|
419
|
+
content: "\e8db";
|
|
420
|
+
}
|
|
421
|
+
.icon-scatter-dots::before {
|
|
422
|
+
content: "\e8dc";
|
|
423
|
+
}
|
|
424
|
+
.icon-med::before {
|
|
425
|
+
content: "\e8dd";
|
|
426
|
+
}
|
|
427
|
+
.icon-command-square::before {
|
|
428
|
+
content: "\e8e1";
|
|
429
|
+
}
|
|
430
|
+
.icon-component::before {
|
|
431
|
+
content: "\e8e2";
|
|
432
|
+
}
|
|
433
|
+
.icon-copy::before {
|
|
434
|
+
content: "\e8e9";
|
|
435
|
+
}
|
|
436
|
+
.icon-danger::before {
|
|
437
|
+
content: "\e8f5";
|
|
438
|
+
}
|
|
439
|
+
.icon-visualization::before {
|
|
440
|
+
content: "\e8fc";
|
|
441
|
+
}
|
|
442
|
+
.icon-document-1::before {
|
|
443
|
+
content: "\e911";
|
|
444
|
+
}
|
|
445
|
+
.icon-document-code::before {
|
|
446
|
+
content: "\e913";
|
|
447
|
+
}
|
|
448
|
+
.icon-document-download::before {
|
|
449
|
+
content: "\e916";
|
|
450
|
+
}
|
|
451
|
+
.icon-document-text-1::before {
|
|
452
|
+
content: "\e91f";
|
|
453
|
+
}
|
|
454
|
+
.icon-document-upload::before {
|
|
455
|
+
content: "\e920";
|
|
456
|
+
}
|
|
457
|
+
.icon-edit::before {
|
|
458
|
+
content: "\e927";
|
|
459
|
+
}
|
|
460
|
+
.icon-edit-2::before {
|
|
461
|
+
content: "\e928";
|
|
462
|
+
}
|
|
463
|
+
.icon-eraser-1::before {
|
|
464
|
+
content: "\e939";
|
|
465
|
+
}
|
|
466
|
+
.icon-export-1::before {
|
|
467
|
+
content: "\e93b";
|
|
468
|
+
}
|
|
469
|
+
.icon-export-3::before {
|
|
470
|
+
content: "\e93d";
|
|
471
|
+
}
|
|
472
|
+
.icon-eye::before {
|
|
473
|
+
content: "\e93f";
|
|
474
|
+
}
|
|
475
|
+
.icon-eye-slash::before {
|
|
476
|
+
content: "\e940";
|
|
477
|
+
}
|
|
478
|
+
.icon-flash-1::before {
|
|
479
|
+
content: "\e950";
|
|
480
|
+
}
|
|
481
|
+
.icon-folder-2::before {
|
|
482
|
+
content: "\e955";
|
|
483
|
+
}
|
|
484
|
+
.icon-glass::before {
|
|
485
|
+
content: "\e97c";
|
|
486
|
+
}
|
|
487
|
+
.icon-home-2::before {
|
|
488
|
+
content: "\e9aa";
|
|
489
|
+
}
|
|
490
|
+
.icon-import-1::before {
|
|
491
|
+
content: "\e9b5";
|
|
492
|
+
}
|
|
493
|
+
.icon-info-circle::before {
|
|
494
|
+
content: "\e9b7";
|
|
495
|
+
}
|
|
496
|
+
.icon-key::before {
|
|
497
|
+
content: "\e9bc";
|
|
498
|
+
}
|
|
499
|
+
.icon-data::before {
|
|
500
|
+
content: "\e9c7";
|
|
501
|
+
}
|
|
502
|
+
.icon-link-2::before {
|
|
503
|
+
content: "\e9d1";
|
|
504
|
+
}
|
|
505
|
+
.icon-location::before {
|
|
506
|
+
content: "\e9d5";
|
|
507
|
+
}
|
|
508
|
+
.icon-location-slash::before {
|
|
509
|
+
content: "\e9d9";
|
|
510
|
+
}
|
|
511
|
+
.icon-login-1::before {
|
|
512
|
+
content: "\e9e0";
|
|
513
|
+
}
|
|
514
|
+
.icon-logout-1::before {
|
|
515
|
+
content: "\e9e2";
|
|
516
|
+
}
|
|
517
|
+
.icon-magicpen::before {
|
|
518
|
+
content: "\e9e4";
|
|
519
|
+
}
|
|
520
|
+
.icon-maximize-2::before {
|
|
521
|
+
content: "\e9f0";
|
|
522
|
+
}
|
|
523
|
+
.icon-maximize-4::before {
|
|
524
|
+
content: "\e9f2";
|
|
525
|
+
}
|
|
526
|
+
.icon-maximize-21::before {
|
|
527
|
+
content: "\e9f3";
|
|
528
|
+
}
|
|
529
|
+
.icon-menu-1::before {
|
|
530
|
+
content: "\e9f8";
|
|
531
|
+
}
|
|
532
|
+
.icon-message::before {
|
|
533
|
+
content: "\e9fa";
|
|
534
|
+
}
|
|
535
|
+
.icon-messages::before {
|
|
536
|
+
content: "\ea06";
|
|
537
|
+
}
|
|
538
|
+
.icon-microphone-2::before {
|
|
539
|
+
content: "\ea11";
|
|
540
|
+
}
|
|
541
|
+
.icon-minus-cirlce::before {
|
|
542
|
+
content: "\ea18";
|
|
543
|
+
}
|
|
544
|
+
.icon-moon::before {
|
|
545
|
+
content: "\ea2e";
|
|
546
|
+
}
|
|
547
|
+
.icon-more::before {
|
|
548
|
+
content: "\ea2f";
|
|
549
|
+
}
|
|
550
|
+
.icon-note::before {
|
|
551
|
+
content: "\ea44";
|
|
552
|
+
}
|
|
553
|
+
.icon-paperclip::before {
|
|
554
|
+
content: "\ea56";
|
|
555
|
+
}
|
|
556
|
+
.icon-play::before {
|
|
557
|
+
content: "\ea6a";
|
|
558
|
+
}
|
|
559
|
+
.icon-presention-chart::before {
|
|
560
|
+
content: "\ea6f";
|
|
561
|
+
}
|
|
562
|
+
.icon-redo::before {
|
|
563
|
+
content: "\ea9c";
|
|
564
|
+
}
|
|
565
|
+
.icon-rotate-left::before {
|
|
566
|
+
content: "\eaa8";
|
|
567
|
+
}
|
|
568
|
+
.icon-rotate-right::before {
|
|
569
|
+
content: "\eaaa";
|
|
570
|
+
}
|
|
571
|
+
.icon-search-zoom-in-1::before {
|
|
572
|
+
content: "\eac8";
|
|
573
|
+
}
|
|
574
|
+
.icon-search-zoom-out::before {
|
|
575
|
+
content: "\eac9";
|
|
576
|
+
}
|
|
577
|
+
.icon-send-1::before {
|
|
578
|
+
content: "\ead1";
|
|
579
|
+
}
|
|
580
|
+
.icon-setting-2::before {
|
|
581
|
+
content: "\ead6";
|
|
582
|
+
}
|
|
583
|
+
.icon-setting-4::before {
|
|
584
|
+
content: "\ead8";
|
|
585
|
+
}
|
|
586
|
+
.icon-setting-5::before {
|
|
587
|
+
content: "\ead9";
|
|
588
|
+
}
|
|
589
|
+
.icon-shuffle::before {
|
|
590
|
+
content: "\eae9";
|
|
591
|
+
}
|
|
592
|
+
.icon-sidebar-bottom::before {
|
|
593
|
+
content: "\eaea";
|
|
594
|
+
}
|
|
595
|
+
.icon-sidebar-left::before {
|
|
596
|
+
content: "\eaeb";
|
|
597
|
+
}
|
|
598
|
+
.icon-sidebar-right::before {
|
|
599
|
+
content: "\eaec";
|
|
600
|
+
}
|
|
601
|
+
.icon-sidebar-top::before {
|
|
602
|
+
content: "\eaed";
|
|
603
|
+
}
|
|
604
|
+
.icon-slash::before {
|
|
605
|
+
content: "\eaf3";
|
|
606
|
+
}
|
|
607
|
+
.icon-smallcaps::before {
|
|
608
|
+
content: "\eaf9";
|
|
609
|
+
}
|
|
610
|
+
.icon-sms::before {
|
|
611
|
+
content: "\eafd";
|
|
612
|
+
}
|
|
613
|
+
.icon-star::before {
|
|
614
|
+
content: "\eb07";
|
|
615
|
+
}
|
|
616
|
+
.icon-stop::before {
|
|
617
|
+
content: "\eb0e";
|
|
618
|
+
}
|
|
619
|
+
.icon-sun-1::before {
|
|
620
|
+
content: "\eb15";
|
|
621
|
+
}
|
|
622
|
+
.icon-tag-cross::before {
|
|
623
|
+
content: "\eb19";
|
|
624
|
+
}
|
|
625
|
+
.icon-task::before {
|
|
626
|
+
content: "\eb1c";
|
|
627
|
+
}
|
|
628
|
+
.icon-task-square::before {
|
|
629
|
+
content: "\eb1d";
|
|
630
|
+
}
|
|
631
|
+
.icon-teacher::before {
|
|
632
|
+
content: "\eb1e";
|
|
633
|
+
}
|
|
634
|
+
.icon-text::before {
|
|
635
|
+
content: "\eb1f";
|
|
636
|
+
}
|
|
637
|
+
.icon-textalign-center::before {
|
|
638
|
+
content: "\eb20";
|
|
639
|
+
}
|
|
640
|
+
.icon-textalign-justifycenter::before {
|
|
641
|
+
content: "\eb21";
|
|
642
|
+
}
|
|
643
|
+
.icon-textalign-left::before {
|
|
644
|
+
content: "\eb24";
|
|
645
|
+
}
|
|
646
|
+
.icon-textalign-right::before {
|
|
647
|
+
content: "\eb25";
|
|
648
|
+
}
|
|
649
|
+
.icon-text-block::before {
|
|
650
|
+
content: "\eb26";
|
|
651
|
+
}
|
|
652
|
+
.icon-text-bold::before {
|
|
653
|
+
content: "\eb27";
|
|
654
|
+
}
|
|
655
|
+
.icon-text-italic::before {
|
|
656
|
+
content: "\eb28";
|
|
657
|
+
}
|
|
658
|
+
.icon-text-underline::before {
|
|
659
|
+
content: "\eb29";
|
|
660
|
+
}
|
|
661
|
+
.icon-tick-circle::before {
|
|
662
|
+
content: "\eb2a";
|
|
663
|
+
}
|
|
664
|
+
.icon-timer-1::before {
|
|
665
|
+
content: "\eb32";
|
|
666
|
+
}
|
|
667
|
+
.icon-trash::before {
|
|
668
|
+
content: "\eb3c";
|
|
669
|
+
}
|
|
670
|
+
.icon-undo::before {
|
|
671
|
+
content: "\eb47";
|
|
672
|
+
}
|
|
673
|
+
.icon-user::before {
|
|
674
|
+
content: "\eb4a";
|
|
675
|
+
}
|
|
676
|
+
.icon-video-vertical::before {
|
|
677
|
+
content: "\eb61";
|
|
678
|
+
}
|
|
679
|
+
.icon-wallet-2::before {
|
|
680
|
+
content: "\eb6d";
|
|
681
|
+
}
|
|
682
|
+
.icon-wifi::before {
|
|
683
|
+
content: "\eb7b";
|
|
684
|
+
}
|
|
685
|
+
.icon-stockholm::before {
|
|
686
|
+
content: "\eb81";
|
|
687
|
+
}
|
|
688
|
+
.icon-perplexity-ai::before {
|
|
689
|
+
content: "\eb82";
|
|
690
|
+
}
|
|
Binary file
|