@loomhq/lens 12.12.0 → 12.12.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/dist/cjs/icons/alert-bulb.js +40 -0
- package/dist/cjs/icons/alert-bulb.js.map +7 -0
- package/dist/cjs/icons/confluence-neutral.js +23 -26
- package/dist/cjs/icons/confluence-neutral.js.map +2 -2
- package/dist/cjs/icons/index.js +953 -874
- package/dist/cjs/icons/index.js.map +4 -4
- package/dist/cjs/icons/jira-neutral.js +6 -12
- package/dist/cjs/icons/jira-neutral.js.map +2 -2
- package/dist/cjs/icons/repeat.js +40 -0
- package/dist/cjs/icons/repeat.js.map +7 -0
- package/dist/cjs/icons/rovo.js +47 -0
- package/dist/cjs/icons/rovo.js.map +7 -0
- package/dist/cjs/icons/teamwork-graph.js +81 -0
- package/dist/cjs/icons/teamwork-graph.js.map +7 -0
- package/dist/cjs/icons/text-rephrase.js +40 -0
- package/dist/cjs/icons/text-rephrase.js.map +7 -0
- package/dist/cjs/index.js +70 -42
- package/dist/cjs/index.js.map +3 -3
- package/dist/esm/icons/alert-bulb.js +8 -0
- package/dist/esm/icons/alert-bulb.js.map +7 -0
- package/dist/esm/icons/chunk-2J7646L6.js +26 -0
- package/dist/esm/icons/chunk-2J7646L6.js.map +7 -0
- package/dist/esm/icons/chunk-3XM7NCIA.js +33 -0
- package/dist/esm/icons/chunk-3XM7NCIA.js.map +7 -0
- package/dist/esm/icons/chunk-5HUPGCDS.js +18 -0
- package/dist/esm/icons/chunk-5HUPGCDS.js.map +7 -0
- package/dist/esm/icons/chunk-JPXEDTZQ.js +11 -0
- package/dist/esm/icons/chunk-JPXEDTZQ.js.map +7 -0
- package/dist/esm/icons/chunk-OSWSD6NQ.js +11 -0
- package/dist/esm/icons/chunk-OSWSD6NQ.js.map +7 -0
- package/dist/esm/icons/chunk-UCDRWJOM.js +11 -0
- package/dist/esm/icons/chunk-UCDRWJOM.js.map +7 -0
- package/dist/esm/icons/chunk-UP7WLXQW.js +42 -0
- package/dist/esm/icons/chunk-UP7WLXQW.js.map +7 -0
- package/dist/esm/icons/confluence-neutral.js +1 -1
- package/dist/esm/icons/index.js +159 -139
- package/dist/esm/icons/jira-neutral.js +1 -1
- package/dist/esm/icons/repeat.js +8 -0
- package/dist/esm/icons/repeat.js.map +7 -0
- package/dist/esm/icons/rovo.js +8 -0
- package/dist/esm/icons/rovo.js.map +7 -0
- package/dist/esm/icons/teamwork-graph.js +8 -0
- package/dist/esm/icons/teamwork-graph.js.map +7 -0
- package/dist/esm/icons/text-rephrase.js +8 -0
- package/dist/esm/icons/text-rephrase.js.map +7 -0
- package/dist/esm/index.js +77 -49
- package/dist/esm/index.js.map +3 -3
- package/dist/types/app/hooks/use-local-storage.d.ts.map +1 -1
- package/dist/types/icons/alert-bulb.d.ts +3 -0
- package/dist/types/icons/alert-bulb.d.ts.map +1 -0
- package/dist/types/icons/confluence-neutral.d.ts.map +1 -1
- package/dist/types/icons/index.d.ts +5 -0
- package/dist/types/icons/index.d.ts.map +1 -1
- package/dist/types/icons/jira-neutral.d.ts.map +1 -1
- package/dist/types/icons/repeat.d.ts +3 -0
- package/dist/types/icons/repeat.d.ts.map +1 -0
- package/dist/types/icons/rovo.d.ts +3 -0
- package/dist/types/icons/rovo.d.ts.map +1 -0
- package/dist/types/icons/teamwork-graph.d.ts +3 -0
- package/dist/types/icons/teamwork-graph.d.ts.map +1 -0
- package/dist/types/icons/text-rephrase.d.ts +3 -0
- package/dist/types/icons/text-rephrase.d.ts.map +1 -0
- package/dist/types/src/components/backdrop/backdrop.d.ts +5 -3
- package/dist/types/src/components/backdrop/backdrop.d.ts.map +1 -1
- package/dist/types/src/components/icon/available-icons/alert-bulb.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/alert-bulb.d.ts.map +1 -0
- package/dist/types/src/components/icon/available-icons/confluence-neutral.d.ts.map +1 -1
- package/dist/types/src/components/icon/available-icons/index.d.ts +5 -0
- package/dist/types/src/components/icon/available-icons/index.d.ts.map +1 -1
- package/dist/types/src/components/icon/available-icons/jira-neutral.d.ts.map +1 -1
- package/dist/types/src/components/icon/available-icons/repeat.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/repeat.d.ts.map +1 -0
- package/dist/types/src/components/icon/available-icons/rovo.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/rovo.d.ts.map +1 -0
- package/dist/types/src/components/icon/available-icons/teamwork-graph.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/teamwork-graph.d.ts.map +1 -0
- package/dist/types/src/components/icon/available-icons/text-rephrase.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/text-rephrase.d.ts.map +1 -0
- package/dist/types/src/components/modal/modal.d.ts +2 -2
- package/dist/types/src/components/modal/modal.d.ts.map +1 -1
- package/dist/types/src/components/select/select.d.ts.map +1 -1
- package/package.json +3 -4
- package/dist/esm/icons/chunk-ORGFR5M3.js +0 -26
- package/dist/esm/icons/chunk-ORGFR5M3.js.map +0 -7
- package/dist/esm/icons/chunk-SX5SVSYH.js +0 -32
- package/dist/esm/icons/chunk-SX5SVSYH.js.map +0 -7
package/dist/esm/icons/index.js
CHANGED
|
@@ -1,21 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
SvgZoomIn
|
|
3
|
-
} from "./chunk-BFHJUXMR.js";
|
|
4
|
-
import {
|
|
5
|
-
SvgZoomLogo
|
|
6
|
-
} from "./chunk-TRQRZIOC.js";
|
|
7
|
-
import {
|
|
8
|
-
SvgZoomOut
|
|
9
|
-
} from "./chunk-M35LKLMJ.js";
|
|
10
|
-
import {
|
|
11
|
-
SvgWaveform
|
|
12
|
-
} from "./chunk-3B4Y5TCU.js";
|
|
13
|
-
import {
|
|
14
|
-
SvgWindow
|
|
15
|
-
} from "./chunk-GULNQN2C.js";
|
|
16
|
-
import {
|
|
17
|
-
SvgWindows
|
|
18
|
-
} from "./chunk-NLJWFPWA.js";
|
|
19
1
|
import {
|
|
20
2
|
SvgWriteDocument
|
|
21
3
|
} from "./chunk-OBT2YRVO.js";
|
|
@@ -32,14 +14,14 @@ import {
|
|
|
32
14
|
SvgZap
|
|
33
15
|
} from "./chunk-ET2Z6BI5.js";
|
|
34
16
|
import {
|
|
35
|
-
|
|
36
|
-
} from "./chunk-
|
|
17
|
+
SvgZoomIn
|
|
18
|
+
} from "./chunk-BFHJUXMR.js";
|
|
37
19
|
import {
|
|
38
|
-
|
|
39
|
-
} from "./chunk-
|
|
20
|
+
SvgZoomLogo
|
|
21
|
+
} from "./chunk-TRQRZIOC.js";
|
|
40
22
|
import {
|
|
41
|
-
|
|
42
|
-
} from "./chunk-
|
|
23
|
+
SvgZoomOut
|
|
24
|
+
} from "./chunk-M35LKLMJ.js";
|
|
43
25
|
import {
|
|
44
26
|
SvgWarningAlert
|
|
45
27
|
} from "./chunk-EKNLUIM2.js";
|
|
@@ -56,14 +38,14 @@ import {
|
|
|
56
38
|
SvgWatchLater
|
|
57
39
|
} from "./chunk-GOYURRTO.js";
|
|
58
40
|
import {
|
|
59
|
-
|
|
60
|
-
} from "./chunk-
|
|
41
|
+
SvgWaveform
|
|
42
|
+
} from "./chunk-3B4Y5TCU.js";
|
|
61
43
|
import {
|
|
62
|
-
|
|
63
|
-
} from "./chunk-
|
|
44
|
+
SvgWindow
|
|
45
|
+
} from "./chunk-GULNQN2C.js";
|
|
64
46
|
import {
|
|
65
|
-
|
|
66
|
-
} from "./chunk-
|
|
47
|
+
SvgWindows
|
|
48
|
+
} from "./chunk-NLJWFPWA.js";
|
|
67
49
|
import {
|
|
68
50
|
SvgViewList
|
|
69
51
|
} from "./chunk-HQMCOUIT.js";
|
|
@@ -80,14 +62,14 @@ import {
|
|
|
80
62
|
SvgVolumeUp
|
|
81
63
|
} from "./chunk-H4XXB5RO.js";
|
|
82
64
|
import {
|
|
83
|
-
|
|
84
|
-
} from "./chunk-
|
|
65
|
+
SvgVolumeX
|
|
66
|
+
} from "./chunk-EM7GTSIT.js";
|
|
85
67
|
import {
|
|
86
|
-
|
|
87
|
-
} from "./chunk-
|
|
68
|
+
SvgVolume1
|
|
69
|
+
} from "./chunk-37C3MZHT.js";
|
|
88
70
|
import {
|
|
89
|
-
|
|
90
|
-
} from "./chunk-
|
|
71
|
+
SvgVolume2
|
|
72
|
+
} from "./chunk-DHTMHG3V.js";
|
|
91
73
|
import {
|
|
92
74
|
SvgVariables
|
|
93
75
|
} from "./chunk-E7NOP4A2.js";
|
|
@@ -104,14 +86,14 @@ import {
|
|
|
104
86
|
SvgVideoLibrary
|
|
105
87
|
} from "./chunk-VDARRVZ2.js";
|
|
106
88
|
import {
|
|
107
|
-
|
|
108
|
-
} from "./chunk-
|
|
89
|
+
SvgVideoOff
|
|
90
|
+
} from "./chunk-J5YSTD2O.js";
|
|
109
91
|
import {
|
|
110
|
-
|
|
111
|
-
} from "./chunk-
|
|
92
|
+
SvgVideocamOff
|
|
93
|
+
} from "./chunk-VS4ALGP7.js";
|
|
112
94
|
import {
|
|
113
|
-
|
|
114
|
-
} from "./chunk-
|
|
95
|
+
SvgVideocam
|
|
96
|
+
} from "./chunk-RDA3AFVD.js";
|
|
115
97
|
import {
|
|
116
98
|
SvgTune
|
|
117
99
|
} from "./chunk-XW7TC77Y.js";
|
|
@@ -128,14 +110,14 @@ import {
|
|
|
128
110
|
SvgUpload
|
|
129
111
|
} from "./chunk-2GNR5PZB.js";
|
|
130
112
|
import {
|
|
131
|
-
|
|
132
|
-
} from "./chunk-
|
|
113
|
+
SvgUser
|
|
114
|
+
} from "./chunk-CAXAOBJ4.js";
|
|
133
115
|
import {
|
|
134
|
-
|
|
135
|
-
} from "./chunk-
|
|
116
|
+
SvgUsersAdd
|
|
117
|
+
} from "./chunk-OMIZYFAG.js";
|
|
136
118
|
import {
|
|
137
|
-
|
|
138
|
-
} from "./chunk-
|
|
119
|
+
SvgUsers
|
|
120
|
+
} from "./chunk-HXT75SNG.js";
|
|
139
121
|
import {
|
|
140
122
|
SvgThumbsUp
|
|
141
123
|
} from "./chunk-F5L4NQJW.js";
|
|
@@ -151,6 +133,48 @@ import {
|
|
|
151
133
|
import {
|
|
152
134
|
SvgTranscript
|
|
153
135
|
} from "./chunk-2JPBEH6W.js";
|
|
136
|
+
import {
|
|
137
|
+
SvgTrashForever
|
|
138
|
+
} from "./chunk-MC37PNUO.js";
|
|
139
|
+
import {
|
|
140
|
+
SvgTrash
|
|
141
|
+
} from "./chunk-Z7UY6QT5.js";
|
|
142
|
+
import {
|
|
143
|
+
SvgTrelloNeutral
|
|
144
|
+
} from "./chunk-XQB6D65H.js";
|
|
145
|
+
import {
|
|
146
|
+
SvgTagFaces
|
|
147
|
+
} from "./chunk-FFUISP3K.js";
|
|
148
|
+
import {
|
|
149
|
+
SvgTask
|
|
150
|
+
} from "./chunk-D2QZEZXI.js";
|
|
151
|
+
import {
|
|
152
|
+
SvgTeamworkAgentBig
|
|
153
|
+
} from "./chunk-6RMAHJNH.js";
|
|
154
|
+
import {
|
|
155
|
+
SvgTeamworkAgentSmall
|
|
156
|
+
} from "./chunk-W3USM4NX.js";
|
|
157
|
+
import {
|
|
158
|
+
SvgTeamworkGraph
|
|
159
|
+
} from "./chunk-UP7WLXQW.js";
|
|
160
|
+
import {
|
|
161
|
+
SvgTextRephrase
|
|
162
|
+
} from "./chunk-JPXEDTZQ.js";
|
|
163
|
+
import {
|
|
164
|
+
SvgText
|
|
165
|
+
} from "./chunk-6VICJ5ZD.js";
|
|
166
|
+
import {
|
|
167
|
+
SvgThumbsDown
|
|
168
|
+
} from "./chunk-M4GAFFLM.js";
|
|
169
|
+
import {
|
|
170
|
+
SvgSpeedXFast
|
|
171
|
+
} from "./chunk-V3JG2NZW.js";
|
|
172
|
+
import {
|
|
173
|
+
SvgSpeedXSlow
|
|
174
|
+
} from "./chunk-ZMBXTFPA.js";
|
|
175
|
+
import {
|
|
176
|
+
SvgSplit
|
|
177
|
+
} from "./chunk-NINABXFB.js";
|
|
154
178
|
import {
|
|
155
179
|
SvgSquare
|
|
156
180
|
} from "./chunk-37YTVMBN.js";
|
|
@@ -167,14 +191,14 @@ import {
|
|
|
167
191
|
SvgSun
|
|
168
192
|
} from "./chunk-UNBBZS6J.js";
|
|
169
193
|
import {
|
|
170
|
-
|
|
171
|
-
} from "./chunk-
|
|
194
|
+
SvgSlack
|
|
195
|
+
} from "./chunk-6LTCMS66.js";
|
|
172
196
|
import {
|
|
173
|
-
|
|
174
|
-
} from "./chunk-
|
|
197
|
+
SvgSmileAlt
|
|
198
|
+
} from "./chunk-GIN6ZYJC.js";
|
|
175
199
|
import {
|
|
176
|
-
|
|
177
|
-
} from "./chunk-
|
|
200
|
+
SvgSmileSelect
|
|
201
|
+
} from "./chunk-VV7RTE64.js";
|
|
178
202
|
import {
|
|
179
203
|
SvgSmile
|
|
180
204
|
} from "./chunk-56JQ7YLD.js";
|
|
@@ -191,14 +215,14 @@ import {
|
|
|
191
215
|
SvgSpeedSlow
|
|
192
216
|
} from "./chunk-CKTMKAKK.js";
|
|
193
217
|
import {
|
|
194
|
-
|
|
195
|
-
} from "./chunk-
|
|
218
|
+
SvgSend
|
|
219
|
+
} from "./chunk-VJDPHGNV.js";
|
|
196
220
|
import {
|
|
197
|
-
|
|
198
|
-
} from "./chunk-
|
|
221
|
+
SvgSentimentDissatisfied
|
|
222
|
+
} from "./chunk-KYA6XCZU.js";
|
|
199
223
|
import {
|
|
200
|
-
|
|
201
|
-
} from "./chunk-
|
|
224
|
+
SvgSentimentSatisfied
|
|
225
|
+
} from "./chunk-DJW4RHHD.js";
|
|
202
226
|
import {
|
|
203
227
|
SvgSettings
|
|
204
228
|
} from "./chunk-6JFYWVAP.js";
|
|
@@ -215,14 +239,14 @@ import {
|
|
|
215
239
|
SvgSkipBack
|
|
216
240
|
} from "./chunk-4RZH26BD.js";
|
|
217
241
|
import {
|
|
218
|
-
|
|
219
|
-
} from "./chunk-
|
|
242
|
+
SvgRovo
|
|
243
|
+
} from "./chunk-5HUPGCDS.js";
|
|
220
244
|
import {
|
|
221
|
-
|
|
222
|
-
} from "./chunk-
|
|
245
|
+
SvgSafariLogo
|
|
246
|
+
} from "./chunk-ND5YI7HF.js";
|
|
223
247
|
import {
|
|
224
|
-
|
|
225
|
-
} from "./chunk-
|
|
248
|
+
SvgSalesforceBlk
|
|
249
|
+
} from "./chunk-Q4UBTI6A.js";
|
|
226
250
|
import {
|
|
227
251
|
SvgSalesforce
|
|
228
252
|
} from "./chunk-KIMRTGIR.js";
|
|
@@ -239,14 +263,11 @@ import {
|
|
|
239
263
|
SvgSearch
|
|
240
264
|
} from "./chunk-47EYZJ4Q.js";
|
|
241
265
|
import {
|
|
242
|
-
|
|
243
|
-
} from "./chunk-
|
|
266
|
+
SvgRepeat
|
|
267
|
+
} from "./chunk-OSWSD6NQ.js";
|
|
244
268
|
import {
|
|
245
|
-
|
|
246
|
-
} from "./chunk-
|
|
247
|
-
import {
|
|
248
|
-
SvgSentimentSatisfied
|
|
249
|
-
} from "./chunk-DJW4RHHD.js";
|
|
269
|
+
SvgReplay5
|
|
270
|
+
} from "./chunk-J6466Z3N.js";
|
|
250
271
|
import {
|
|
251
272
|
SvgReplay
|
|
252
273
|
} from "./chunk-ALDOBFOW.js";
|
|
@@ -266,11 +287,8 @@ import {
|
|
|
266
287
|
SvgRotateLeft
|
|
267
288
|
} from "./chunk-V5PKCEDD.js";
|
|
268
289
|
import {
|
|
269
|
-
|
|
270
|
-
} from "./chunk-
|
|
271
|
-
import {
|
|
272
|
-
SvgSalesforceBlk
|
|
273
|
-
} from "./chunk-Q4UBTI6A.js";
|
|
290
|
+
SvgPullRequest
|
|
291
|
+
} from "./chunk-ISQWZOBA.js";
|
|
274
292
|
import {
|
|
275
293
|
SvgQuickEdit
|
|
276
294
|
} from "./chunk-EEKIA4WP.js";
|
|
@@ -293,8 +311,8 @@ import {
|
|
|
293
311
|
SvgRemoveRedEye
|
|
294
312
|
} from "./chunk-GVNO3KAB.js";
|
|
295
313
|
import {
|
|
296
|
-
|
|
297
|
-
} from "./chunk-
|
|
314
|
+
SvgPlusCircle
|
|
315
|
+
} from "./chunk-2WM7CTYF.js";
|
|
298
316
|
import {
|
|
299
317
|
SvgPower
|
|
300
318
|
} from "./chunk-SCWSS4CT.js";
|
|
@@ -317,8 +335,8 @@ import {
|
|
|
317
335
|
SvgPublicon
|
|
318
336
|
} from "./chunk-ONN3RIRK.js";
|
|
319
337
|
import {
|
|
320
|
-
|
|
321
|
-
} from "./chunk-
|
|
338
|
+
PictureInPicture
|
|
339
|
+
} from "./chunk-HDZJKE7H.js";
|
|
322
340
|
import {
|
|
323
341
|
SvgPictureInPicture
|
|
324
342
|
} from "./chunk-GZUPKYEY.js";
|
|
@@ -341,8 +359,8 @@ import {
|
|
|
341
359
|
SvgPlay
|
|
342
360
|
} from "./chunk-VSSSRXRI.js";
|
|
343
361
|
import {
|
|
344
|
-
|
|
345
|
-
} from "./chunk-
|
|
362
|
+
SvgOutlook
|
|
363
|
+
} from "./chunk-KHP3RVG4.js";
|
|
346
364
|
import {
|
|
347
365
|
SvgOverlays
|
|
348
366
|
} from "./chunk-IRJ7ZBRL.js";
|
|
@@ -365,8 +383,8 @@ import {
|
|
|
365
383
|
SvgPhotoSizeSelectActual
|
|
366
384
|
} from "./chunk-CU7Y5BBX.js";
|
|
367
385
|
import {
|
|
368
|
-
|
|
369
|
-
} from "./chunk-
|
|
386
|
+
SvgMovieFilter
|
|
387
|
+
} from "./chunk-3LQBN542.js";
|
|
370
388
|
import {
|
|
371
389
|
SvgMute
|
|
372
390
|
} from "./chunk-TZJSLHBR.js";
|
|
@@ -389,8 +407,8 @@ import {
|
|
|
389
407
|
SvgOfflineBolt
|
|
390
408
|
} from "./chunk-KKJEVJGK.js";
|
|
391
409
|
import {
|
|
392
|
-
|
|
393
|
-
} from "./chunk-
|
|
410
|
+
SvgMicrosoftWord
|
|
411
|
+
} from "./chunk-27MMXUO5.js";
|
|
394
412
|
import {
|
|
395
413
|
SvgMinimize
|
|
396
414
|
} from "./chunk-5CR7CSTY.js";
|
|
@@ -413,8 +431,8 @@ import {
|
|
|
413
431
|
SvgMoreHoriz
|
|
414
432
|
} from "./chunk-HZPHRZ5J.js";
|
|
415
433
|
import {
|
|
416
|
-
|
|
417
|
-
} from "./chunk-
|
|
434
|
+
SvgMenuShow
|
|
435
|
+
} from "./chunk-X7A4Z2CJ.js";
|
|
418
436
|
import {
|
|
419
437
|
SvgMenu
|
|
420
438
|
} from "./chunk-7R3HFRXT.js";
|
|
@@ -437,8 +455,8 @@ import {
|
|
|
437
455
|
SvgMicrosoftPowerpoint
|
|
438
456
|
} from "./chunk-LFYDVORH.js";
|
|
439
457
|
import {
|
|
440
|
-
|
|
441
|
-
} from "./chunk-
|
|
458
|
+
SvgLockFill
|
|
459
|
+
} from "./chunk-S2YQZFRO.js";
|
|
442
460
|
import {
|
|
443
461
|
SvgLock
|
|
444
462
|
} from "./chunk-G2U2YBS7.js";
|
|
@@ -458,8 +476,8 @@ import {
|
|
|
458
476
|
SvgMenuHide
|
|
459
477
|
} from "./chunk-6NTXV7FB.js";
|
|
460
478
|
import {
|
|
461
|
-
|
|
462
|
-
} from "./chunk-
|
|
479
|
+
SvgLightbulbOutline
|
|
480
|
+
} from "./chunk-RE5YUC67.js";
|
|
463
481
|
import {
|
|
464
482
|
SvgLineThickness
|
|
465
483
|
} from "./chunk-5GSYSJ77.js";
|
|
@@ -482,11 +500,11 @@ import {
|
|
|
482
500
|
SvgList
|
|
483
501
|
} from "./chunk-TLW24HLY.js";
|
|
484
502
|
import {
|
|
485
|
-
|
|
486
|
-
} from "./chunk-
|
|
503
|
+
SvgItalics
|
|
504
|
+
} from "./chunk-5YFCJG3Y.js";
|
|
487
505
|
import {
|
|
488
506
|
SvgJiraNeutral
|
|
489
|
-
} from "./chunk-
|
|
507
|
+
} from "./chunk-2J7646L6.js";
|
|
490
508
|
import {
|
|
491
509
|
SvgJira
|
|
492
510
|
} from "./chunk-7DXLMQ7D.js";
|
|
@@ -506,8 +524,8 @@ import {
|
|
|
506
524
|
SvgLaunch
|
|
507
525
|
} from "./chunk-IOMJDTOW.js";
|
|
508
526
|
import {
|
|
509
|
-
|
|
510
|
-
} from "./chunk-
|
|
527
|
+
SvgImage
|
|
528
|
+
} from "./chunk-VKMX2WL3.js";
|
|
511
529
|
import {
|
|
512
530
|
SvgImage1
|
|
513
531
|
} from "./chunk-RLRBVO62.js";
|
|
@@ -527,8 +545,8 @@ import {
|
|
|
527
545
|
SvgInfo
|
|
528
546
|
} from "./chunk-MQAJJVWH.js";
|
|
529
547
|
import {
|
|
530
|
-
|
|
531
|
-
} from "./chunk-
|
|
548
|
+
SvgGroupAdd
|
|
549
|
+
} from "./chunk-UIQU5F6E.js";
|
|
532
550
|
import {
|
|
533
551
|
SvgHelpCircle
|
|
534
552
|
} from "./chunk-MWN7G4WV.js";
|
|
@@ -551,8 +569,8 @@ import {
|
|
|
551
569
|
SvgImageStrikethrough
|
|
552
570
|
} from "./chunk-K6JVLXSS.js";
|
|
553
571
|
import {
|
|
554
|
-
|
|
555
|
-
} from "./chunk-
|
|
572
|
+
SvgGoogleCalendarLogo
|
|
573
|
+
} from "./chunk-RJFOILDN.js";
|
|
556
574
|
import {
|
|
557
575
|
SvgGoogle
|
|
558
576
|
} from "./chunk-SQJ4LMXN.js";
|
|
@@ -575,8 +593,8 @@ import {
|
|
|
575
593
|
SvgGrid
|
|
576
594
|
} from "./chunk-JT3UJFUA.js";
|
|
577
595
|
import {
|
|
578
|
-
|
|
579
|
-
} from "./chunk-
|
|
596
|
+
SvgFolder
|
|
597
|
+
} from "./chunk-GCQLGUVE.js";
|
|
580
598
|
import {
|
|
581
599
|
SvgForward
|
|
582
600
|
} from "./chunk-7GTW5LE6.js";
|
|
@@ -599,8 +617,8 @@ import {
|
|
|
599
617
|
SvgGlobe
|
|
600
618
|
} from "./chunk-PMVSTVAX.js";
|
|
601
619
|
import {
|
|
602
|
-
|
|
603
|
-
} from "./chunk-
|
|
620
|
+
SvgEye
|
|
621
|
+
} from "./chunk-GTUDJXYC.js";
|
|
604
622
|
import {
|
|
605
623
|
SvgFiberManualRecord
|
|
606
624
|
} from "./chunk-LFQ7F5MO.js";
|
|
@@ -622,9 +640,6 @@ import {
|
|
|
622
640
|
import {
|
|
623
641
|
SvgFolderShared
|
|
624
642
|
} from "./chunk-GAV52C5I.js";
|
|
625
|
-
import {
|
|
626
|
-
SvgFolder
|
|
627
|
-
} from "./chunk-GCQLGUVE.js";
|
|
628
643
|
import {
|
|
629
644
|
SvgEditions
|
|
630
645
|
} from "./chunk-SPTM4NUO.js";
|
|
@@ -647,8 +662,8 @@ import {
|
|
|
647
662
|
SvgEyeOff
|
|
648
663
|
} from "./chunk-HXWQNGH4.js";
|
|
649
664
|
import {
|
|
650
|
-
|
|
651
|
-
} from "./chunk-
|
|
665
|
+
SvgDeleteForever
|
|
666
|
+
} from "./chunk-ZESRCECW.js";
|
|
652
667
|
import {
|
|
653
668
|
SvgDelete
|
|
654
669
|
} from "./chunk-6JP7WWON.js";
|
|
@@ -670,6 +685,9 @@ import {
|
|
|
670
685
|
import {
|
|
671
686
|
SvgEdit
|
|
672
687
|
} from "./chunk-UU2MGRM5.js";
|
|
688
|
+
import {
|
|
689
|
+
SvgCreate
|
|
690
|
+
} from "./chunk-MOWIQSFA.js";
|
|
673
691
|
import {
|
|
674
692
|
SvgCrop169
|
|
675
693
|
} from "./chunk-5NZDSUP4.js";
|
|
@@ -689,14 +707,14 @@ import {
|
|
|
689
707
|
SvgCut
|
|
690
708
|
} from "./chunk-NHRDAMUT.js";
|
|
691
709
|
import {
|
|
692
|
-
|
|
693
|
-
} from "./chunk-
|
|
710
|
+
SvgComment
|
|
711
|
+
} from "./chunk-NGRWAPLN.js";
|
|
694
712
|
import {
|
|
695
713
|
SvgConfetti
|
|
696
714
|
} from "./chunk-A62IIGFG.js";
|
|
697
715
|
import {
|
|
698
716
|
SvgConfluenceNeutral
|
|
699
|
-
} from "./chunk-
|
|
717
|
+
} from "./chunk-3XM7NCIA.js";
|
|
700
718
|
import {
|
|
701
719
|
SvgConfluence
|
|
702
720
|
} from "./chunk-7TNQK2NH.js";
|
|
@@ -713,8 +731,8 @@ import {
|
|
|
713
731
|
SvgCreateTicket
|
|
714
732
|
} from "./chunk-QMW2HATK.js";
|
|
715
733
|
import {
|
|
716
|
-
|
|
717
|
-
} from "./chunk-
|
|
734
|
+
SvgClose
|
|
735
|
+
} from "./chunk-WVKHMLWO.js";
|
|
718
736
|
import {
|
|
719
737
|
SvgCoda
|
|
720
738
|
} from "./chunk-QYM434Z4.js";
|
|
@@ -737,8 +755,8 @@ import {
|
|
|
737
755
|
SvgCommentAdd
|
|
738
756
|
} from "./chunk-X3OLNRRS.js";
|
|
739
757
|
import {
|
|
740
|
-
|
|
741
|
-
} from "./chunk-
|
|
758
|
+
SvgChevronSmallUp
|
|
759
|
+
} from "./chunk-DCUCX55W.js";
|
|
742
760
|
import {
|
|
743
761
|
SvgChevronUp
|
|
744
762
|
} from "./chunk-4M3VG6OX.js";
|
|
@@ -761,8 +779,8 @@ import {
|
|
|
761
779
|
SvgClock
|
|
762
780
|
} from "./chunk-VHFXR25I.js";
|
|
763
781
|
import {
|
|
764
|
-
|
|
765
|
-
} from "./chunk-
|
|
782
|
+
SvgCheckCircleSmall
|
|
783
|
+
} from "./chunk-XG4QY5UD.js";
|
|
766
784
|
import {
|
|
767
785
|
SvgCheckCircle
|
|
768
786
|
} from "./chunk-ME3FTKYS.js";
|
|
@@ -785,8 +803,8 @@ import {
|
|
|
785
803
|
SvgChevronSmallRight
|
|
786
804
|
} from "./chunk-BUYNOYOF.js";
|
|
787
805
|
import {
|
|
788
|
-
|
|
789
|
-
} from "./chunk-
|
|
806
|
+
SvgCanvas
|
|
807
|
+
} from "./chunk-J2WF5I7K.js";
|
|
790
808
|
import {
|
|
791
809
|
SvgCaptions
|
|
792
810
|
} from "./chunk-RCV6EMGX.js";
|
|
@@ -809,8 +827,8 @@ import {
|
|
|
809
827
|
SvgCheckCircleOutline
|
|
810
828
|
} from "./chunk-OOC5532F.js";
|
|
811
829
|
import {
|
|
812
|
-
|
|
813
|
-
} from "./chunk-
|
|
830
|
+
SvgBug
|
|
831
|
+
} from "./chunk-7P55ATBS.js";
|
|
814
832
|
import {
|
|
815
833
|
SvgBulb
|
|
816
834
|
} from "./chunk-N4GM347V.js";
|
|
@@ -833,8 +851,8 @@ import {
|
|
|
833
851
|
SvgCamera
|
|
834
852
|
} from "./chunk-M2BLOGSQ.js";
|
|
835
853
|
import {
|
|
836
|
-
|
|
837
|
-
} from "./chunk-
|
|
854
|
+
SvgBellOff
|
|
855
|
+
} from "./chunk-AQQFDIWW.js";
|
|
838
856
|
import {
|
|
839
857
|
SvgBellRing
|
|
840
858
|
} from "./chunk-4IALP3GK.js";
|
|
@@ -857,8 +875,8 @@ import {
|
|
|
857
875
|
SvgBorderColor
|
|
858
876
|
} from "./chunk-JE7VWMUB.js";
|
|
859
877
|
import {
|
|
860
|
-
|
|
861
|
-
} from "./chunk-
|
|
878
|
+
SvgAutoChapters
|
|
879
|
+
} from "./chunk-JMAS7HF6.js";
|
|
862
880
|
import {
|
|
863
881
|
SvgAutoDraft
|
|
864
882
|
} from "./chunk-AXJ6VJAQ.js";
|
|
@@ -881,8 +899,8 @@ import {
|
|
|
881
899
|
SvgBarChart
|
|
882
900
|
} from "./chunk-BF4GOGIM.js";
|
|
883
901
|
import {
|
|
884
|
-
|
|
885
|
-
} from "./chunk-
|
|
902
|
+
SvgArrowLeftAlt
|
|
903
|
+
} from "./chunk-IYZYMH35.js";
|
|
886
904
|
import {
|
|
887
905
|
SvgArrowLeft
|
|
888
906
|
} from "./chunk-RGI6HF4Q.js";
|
|
@@ -905,8 +923,8 @@ import {
|
|
|
905
923
|
SvgAtlassian
|
|
906
924
|
} from "./chunk-AP23UZUY.js";
|
|
907
925
|
import {
|
|
908
|
-
|
|
909
|
-
} from "./chunk-
|
|
926
|
+
SvgApple
|
|
927
|
+
} from "./chunk-32YIK5SS.js";
|
|
910
928
|
import {
|
|
911
929
|
SvgApps
|
|
912
930
|
} from "./chunk-AE4HQ3OA.js";
|
|
@@ -928,15 +946,15 @@ import {
|
|
|
928
946
|
import {
|
|
929
947
|
SvgArrowForward
|
|
930
948
|
} from "./chunk-QGQZVLOL.js";
|
|
931
|
-
import {
|
|
932
|
-
SvgArrowLeftAlt
|
|
933
|
-
} from "./chunk-IYZYMH35.js";
|
|
934
949
|
import {
|
|
935
950
|
SvgAiGenerativeAudio
|
|
936
951
|
} from "./chunk-7BJ2VKTS.js";
|
|
937
952
|
import {
|
|
938
953
|
SvgAirtable
|
|
939
954
|
} from "./chunk-6PY2XWXO.js";
|
|
955
|
+
import {
|
|
956
|
+
SvgAlertBulb
|
|
957
|
+
} from "./chunk-UCDRWJOM.js";
|
|
940
958
|
import {
|
|
941
959
|
SvgAlertTriangle
|
|
942
960
|
} from "./chunk-RBTSB3JM.js";
|
|
@@ -952,9 +970,6 @@ import {
|
|
|
952
970
|
import {
|
|
953
971
|
SvgAlignRight
|
|
954
972
|
} from "./chunk-6SQCU6IN.js";
|
|
955
|
-
import {
|
|
956
|
-
SvgApple
|
|
957
|
-
} from "./chunk-32YIK5SS.js";
|
|
958
973
|
import {
|
|
959
974
|
SvgAccountCircle
|
|
960
975
|
} from "./chunk-PCM47JLY.js";
|
|
@@ -993,6 +1008,7 @@ export {
|
|
|
993
1008
|
SvgAddPhoto,
|
|
994
1009
|
SvgAiGenerativeAudio,
|
|
995
1010
|
SvgAirtable,
|
|
1011
|
+
SvgAlertBulb,
|
|
996
1012
|
SvgAlertTriangle,
|
|
997
1013
|
SvgAlignBottom,
|
|
998
1014
|
SvgAlignCenter,
|
|
@@ -1216,6 +1232,7 @@ export {
|
|
|
1216
1232
|
SvgRefresh,
|
|
1217
1233
|
SvgRemoveCircleOutline,
|
|
1218
1234
|
SvgRemoveRedEye,
|
|
1235
|
+
SvgRepeat,
|
|
1219
1236
|
SvgReplay,
|
|
1220
1237
|
SvgReplay5,
|
|
1221
1238
|
SvgReply,
|
|
@@ -1223,6 +1240,7 @@ export {
|
|
|
1223
1240
|
SvgReplyRight,
|
|
1224
1241
|
SvgRewind,
|
|
1225
1242
|
SvgRotateLeft,
|
|
1243
|
+
SvgRovo,
|
|
1226
1244
|
SvgSafariLogo,
|
|
1227
1245
|
SvgSalesforce,
|
|
1228
1246
|
SvgSalesforceBlk,
|
|
@@ -1258,7 +1276,9 @@ export {
|
|
|
1258
1276
|
SvgTask,
|
|
1259
1277
|
SvgTeamworkAgentBig,
|
|
1260
1278
|
SvgTeamworkAgentSmall,
|
|
1279
|
+
SvgTeamworkGraph,
|
|
1261
1280
|
SvgText,
|
|
1281
|
+
SvgTextRephrase,
|
|
1262
1282
|
SvgThumbsDown,
|
|
1263
1283
|
SvgThumbsUp,
|
|
1264
1284
|
SvgTimelineEditor,
|