@loomhq/lens 12.6.0 → 12.7.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/cjs/icons/image-inline.js +38 -0
- package/dist/cjs/icons/image-inline.js.map +7 -0
- package/dist/cjs/icons/index.js +434 -428
- package/dist/cjs/icons/index.js.map +4 -4
- package/dist/cjs/icons/lock-unlocked.js +40 -0
- package/dist/cjs/icons/lock-unlocked.js.map +7 -0
- package/dist/cjs/index.js +897 -479
- package/dist/cjs/index.js.map +4 -4
- package/dist/esm/icons/chunk-2JTYYRGS.js +9 -0
- package/dist/esm/icons/chunk-2JTYYRGS.js.map +7 -0
- package/dist/esm/icons/image-inline.js +8 -0
- package/dist/esm/icons/image-inline.js.map +7 -0
- package/dist/esm/icons/index.js +88 -84
- package/dist/esm/icons/lock-unlocked.js +12 -0
- package/dist/esm/icons/lock-unlocked.js.map +7 -0
- package/dist/esm/index.js +857 -439
- package/dist/esm/index.js.map +4 -4
- package/dist/types/colors.d.ts +1 -1
- package/dist/types/colors.d.ts.map +1 -1
- package/dist/types/components/base-styles/base-styles.d.ts.map +1 -1
- package/dist/types/components/button/button.d.ts +1 -1
- package/dist/types/components/button/button.d.ts.map +1 -1
- package/dist/types/components/dropdown/dropdown.d.ts +6 -1
- package/dist/types/components/dropdown/dropdown.d.ts.map +1 -1
- package/dist/types/components/icon/available-icons/image-inline.d.ts +3 -0
- package/dist/types/components/icon/available-icons/image-inline.d.ts.map +1 -0
- package/dist/types/components/icon/available-icons/index.d.ts +1 -0
- package/dist/types/components/icon/available-icons/index.d.ts.map +1 -1
- package/dist/types/components/icon/available-icons/lock-unlocked.d.ts +3 -0
- package/dist/types/components/icon/available-icons/lock-unlocked.d.ts.map +1 -0
- package/dist/types/components/list/list.d.ts +2 -2
- package/dist/types/components/list/list.d.ts.map +1 -1
- package/dist/types/components/logo/logo.d.ts +2 -2
- package/dist/types/components/logo/logo.d.ts.map +1 -1
- package/dist/types/components/menu/menu.d.ts +4 -3
- package/dist/types/components/menu/menu.d.ts.map +1 -1
- package/dist/types/components/search-bar/search-bar.d.ts +10 -0
- package/dist/types/components/search-bar/search-bar.d.ts.map +1 -0
- package/dist/types/components/tabs/tabs.d.ts +3 -1
- package/dist/types/components/tabs/tabs.d.ts.map +1 -1
- package/dist/types/icons/image-inline.d.ts +3 -0
- package/dist/types/icons/image-inline.d.ts.map +1 -0
- package/dist/types/icons/index.d.ts +1 -0
- package/dist/types/icons/index.d.ts.map +1 -1
- package/dist/types/icons/lock-unlocked.d.ts +3 -0
- package/dist/types/icons/lock-unlocked.d.ts.map +1 -0
- package/package.json +2 -2
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// src/components/icon/available-icons/image-inline.tsx
|
|
2
|
+
import ImageInlineIcon from "@atlaskit/icon/core/image-inline";
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
var SvgImageInline = () => /* @__PURE__ */ React.createElement(ImageInlineIcon, { label: "", testId: "ads-refreshed-icon" });
|
|
5
|
+
|
|
6
|
+
export {
|
|
7
|
+
SvgImageInline
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=chunk-2JTYYRGS.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/components/icon/available-icons/image-inline.tsx"],
|
|
4
|
+
"sourcesContent": ["import ImageInlineIcon from '@atlaskit/icon/core/image-inline';\nimport * as React from 'react';\n\nexport const SvgImageInline = () => (\n <ImageInlineIcon label=\"\" testId=\"ads-refreshed-icon\" />\n);\n"],
|
|
5
|
+
"mappings": ";AAAA,OAAO,qBAAqB;AAC5B,YAAY,WAAW;AAEhB,IAAM,iBAAiB,MAC5B,oCAAC,mBAAgB,OAAM,IAAG,QAAO,sBAAqB;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
package/dist/esm/icons/index.js
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
import {
|
|
2
|
+
SvgXCircle
|
|
3
|
+
} from "./chunk-QHLM45W4.js";
|
|
4
|
+
import {
|
|
5
|
+
SvgZapOutline
|
|
6
|
+
} from "./chunk-OOLVJGG2.js";
|
|
1
7
|
import {
|
|
2
8
|
SvgZap
|
|
3
9
|
} from "./chunk-ET2Z6BI5.js";
|
|
@@ -10,6 +16,12 @@ import {
|
|
|
10
16
|
import {
|
|
11
17
|
SvgZoomOut
|
|
12
18
|
} from "./chunk-M35LKLMJ.js";
|
|
19
|
+
import {
|
|
20
|
+
SvgWatchLaterAdded
|
|
21
|
+
} from "./chunk-BFPFVG5V.js";
|
|
22
|
+
import {
|
|
23
|
+
SvgWatchLaterRemove
|
|
24
|
+
} from "./chunk-VSKPW4OH.js";
|
|
13
25
|
import {
|
|
14
26
|
SvgWatchLater
|
|
15
27
|
} from "./chunk-GOYURRTO.js";
|
|
@@ -29,11 +41,11 @@ import {
|
|
|
29
41
|
SvgWriteMessage
|
|
30
42
|
} from "./chunk-NZVDBUCK.js";
|
|
31
43
|
import {
|
|
32
|
-
|
|
33
|
-
} from "./chunk-
|
|
44
|
+
SvgVolumeMute
|
|
45
|
+
} from "./chunk-XLYJ5RGM.js";
|
|
34
46
|
import {
|
|
35
|
-
|
|
36
|
-
} from "./chunk-
|
|
47
|
+
SvgVolumeOff
|
|
48
|
+
} from "./chunk-E5N2ZJOF.js";
|
|
37
49
|
import {
|
|
38
50
|
SvgVolumeUp
|
|
39
51
|
} from "./chunk-H4XXB5RO.js";
|
|
@@ -53,11 +65,11 @@ import {
|
|
|
53
65
|
SvgWarningAmber
|
|
54
66
|
} from "./chunk-I4ITA7EL.js";
|
|
55
67
|
import {
|
|
56
|
-
|
|
57
|
-
} from "./chunk-
|
|
68
|
+
SvgVerticalAlignBottom
|
|
69
|
+
} from "./chunk-U4IMY2H2.js";
|
|
58
70
|
import {
|
|
59
|
-
|
|
60
|
-
} from "./chunk-
|
|
71
|
+
SvgVideoCam
|
|
72
|
+
} from "./chunk-3IFD2STQ.js";
|
|
61
73
|
import {
|
|
62
74
|
SvgVideoLibrary
|
|
63
75
|
} from "./chunk-VDARRVZ2.js";
|
|
@@ -77,11 +89,11 @@ import {
|
|
|
77
89
|
SvgVolumeDown
|
|
78
90
|
} from "./chunk-EUZW57TP.js";
|
|
79
91
|
import {
|
|
80
|
-
|
|
81
|
-
} from "./chunk-
|
|
92
|
+
SvgUndoAlt
|
|
93
|
+
} from "./chunk-EIKAXIVU.js";
|
|
82
94
|
import {
|
|
83
|
-
|
|
84
|
-
} from "./chunk-
|
|
95
|
+
SvgUndo
|
|
96
|
+
} from "./chunk-OSEHZ2FL.js";
|
|
85
97
|
import {
|
|
86
98
|
SvgUpload
|
|
87
99
|
} from "./chunk-2GNR5PZB.js";
|
|
@@ -101,11 +113,11 @@ import {
|
|
|
101
113
|
SvgVersionControl
|
|
102
114
|
} from "./chunk-VIGGSGOL.js";
|
|
103
115
|
import {
|
|
104
|
-
|
|
105
|
-
} from "./chunk-
|
|
116
|
+
SvgTimer
|
|
117
|
+
} from "./chunk-IPK2TGIQ.js";
|
|
106
118
|
import {
|
|
107
|
-
|
|
108
|
-
} from "./chunk-
|
|
119
|
+
SvgTouchApp
|
|
120
|
+
} from "./chunk-5PTYY5FO.js";
|
|
109
121
|
import {
|
|
110
122
|
SvgTranscript
|
|
111
123
|
} from "./chunk-2JPBEH6W.js";
|
|
@@ -125,11 +137,11 @@ import {
|
|
|
125
137
|
SvgUnderline
|
|
126
138
|
} from "./chunk-Q2DXN42B.js";
|
|
127
139
|
import {
|
|
128
|
-
|
|
129
|
-
} from "./chunk-
|
|
140
|
+
SvgStop
|
|
141
|
+
} from "./chunk-OLTO5ACV.js";
|
|
130
142
|
import {
|
|
131
|
-
|
|
132
|
-
} from "./chunk-
|
|
143
|
+
SvgSun
|
|
144
|
+
} from "./chunk-UNBBZS6J.js";
|
|
133
145
|
import {
|
|
134
146
|
SvgTagFaces
|
|
135
147
|
} from "./chunk-FFUISP3K.js";
|
|
@@ -149,11 +161,11 @@ import {
|
|
|
149
161
|
SvgTimelineEditor
|
|
150
162
|
} from "./chunk-SOFWAOZ4.js";
|
|
151
163
|
import {
|
|
152
|
-
|
|
153
|
-
} from "./chunk-
|
|
164
|
+
SvgSpeedMedium
|
|
165
|
+
} from "./chunk-VQTS3NUI.js";
|
|
154
166
|
import {
|
|
155
|
-
|
|
156
|
-
} from "./chunk-
|
|
167
|
+
SvgSpeedSlow
|
|
168
|
+
} from "./chunk-CKTMKAKK.js";
|
|
157
169
|
import {
|
|
158
170
|
SvgSpeedXFast
|
|
159
171
|
} from "./chunk-V3JG2NZW.js";
|
|
@@ -173,11 +185,11 @@ import {
|
|
|
173
185
|
SvgStar
|
|
174
186
|
} from "./chunk-7AB2BP5I.js";
|
|
175
187
|
import {
|
|
176
|
-
|
|
177
|
-
} from "./chunk-
|
|
188
|
+
SvgSilenceRemoval
|
|
189
|
+
} from "./chunk-UHAMA5YO.js";
|
|
178
190
|
import {
|
|
179
|
-
|
|
180
|
-
} from "./chunk-
|
|
191
|
+
SvgSkipBack
|
|
192
|
+
} from "./chunk-4RZH26BD.js";
|
|
181
193
|
import {
|
|
182
194
|
SvgSlack
|
|
183
195
|
} from "./chunk-6LTCMS66.js";
|
|
@@ -197,11 +209,11 @@ import {
|
|
|
197
209
|
SvgSpeedFast
|
|
198
210
|
} from "./chunk-2FKO2VHS.js";
|
|
199
211
|
import {
|
|
200
|
-
|
|
201
|
-
} from "./chunk-
|
|
212
|
+
SvgScreenCam
|
|
213
|
+
} from "./chunk-WCXLT4Z4.js";
|
|
202
214
|
import {
|
|
203
|
-
|
|
204
|
-
} from "./chunk-
|
|
215
|
+
SvgSearch
|
|
216
|
+
} from "./chunk-47EYZJ4Q.js";
|
|
205
217
|
import {
|
|
206
218
|
SvgSend
|
|
207
219
|
} from "./chunk-VJDPHGNV.js";
|
|
@@ -221,11 +233,11 @@ import {
|
|
|
221
233
|
SvgShowChart
|
|
222
234
|
} from "./chunk-LZAJY54Z.js";
|
|
223
235
|
import {
|
|
224
|
-
|
|
225
|
-
} from "./chunk-
|
|
236
|
+
SvgReply
|
|
237
|
+
} from "./chunk-CUJRFEAF.js";
|
|
226
238
|
import {
|
|
227
|
-
|
|
228
|
-
} from "./chunk-
|
|
239
|
+
SvgRewind
|
|
240
|
+
} from "./chunk-TVTTMZZ4.js";
|
|
229
241
|
import {
|
|
230
242
|
SvgRotateLeft
|
|
231
243
|
} from "./chunk-V5PKCEDD.js";
|
|
@@ -245,11 +257,11 @@ import {
|
|
|
245
257
|
SvgScissors
|
|
246
258
|
} from "./chunk-NR4EYJPQ.js";
|
|
247
259
|
import {
|
|
248
|
-
|
|
249
|
-
} from "./chunk-
|
|
260
|
+
SvgRedo
|
|
261
|
+
} from "./chunk-JVD64AVJ.js";
|
|
250
262
|
import {
|
|
251
|
-
|
|
252
|
-
} from "./chunk-
|
|
263
|
+
SvgRefresh
|
|
264
|
+
} from "./chunk-VUTVG733.js";
|
|
253
265
|
import {
|
|
254
266
|
SvgRemoveCircleOutline
|
|
255
267
|
} from "./chunk-ZVIGWAMV.js";
|
|
@@ -269,11 +281,11 @@ import {
|
|
|
269
281
|
SvgReplyRight
|
|
270
282
|
} from "./chunk-PDJ7WDI4.js";
|
|
271
283
|
import {
|
|
272
|
-
|
|
273
|
-
} from "./chunk-
|
|
284
|
+
SvgPronunciation
|
|
285
|
+
} from "./chunk-HZJRA7SF.js";
|
|
274
286
|
import {
|
|
275
|
-
|
|
276
|
-
} from "./chunk-
|
|
287
|
+
SvgPublicOff
|
|
288
|
+
} from "./chunk-WIDBKSIN.js";
|
|
277
289
|
import {
|
|
278
290
|
SvgPublicOn
|
|
279
291
|
} from "./chunk-4FI6A6B7.js";
|
|
@@ -293,11 +305,11 @@ import {
|
|
|
293
305
|
SvgRedoAlt
|
|
294
306
|
} from "./chunk-UHA3RCGM.js";
|
|
295
307
|
import {
|
|
296
|
-
|
|
297
|
-
} from "./chunk-
|
|
308
|
+
SvgPlayArrow
|
|
309
|
+
} from "./chunk-33YWYPE7.js";
|
|
298
310
|
import {
|
|
299
|
-
|
|
300
|
-
} from "./chunk-
|
|
311
|
+
SvgPlayCircleFilled
|
|
312
|
+
} from "./chunk-HCXUVVM6.js";
|
|
301
313
|
import {
|
|
302
314
|
SvgPlayCircle
|
|
303
315
|
} from "./chunk-PPB2A6RQ.js";
|
|
@@ -317,11 +329,11 @@ import {
|
|
|
317
329
|
SvgPresenterMode
|
|
318
330
|
} from "./chunk-YSSA4HKD.js";
|
|
319
331
|
import {
|
|
320
|
-
|
|
321
|
-
} from "./chunk-
|
|
332
|
+
SvgPause
|
|
333
|
+
} from "./chunk-6NWQRPUY.js";
|
|
322
334
|
import {
|
|
323
|
-
|
|
324
|
-
} from "./chunk-
|
|
335
|
+
SvgPeople
|
|
336
|
+
} from "./chunk-7KHUK7CK.js";
|
|
325
337
|
import {
|
|
326
338
|
SvgPerson
|
|
327
339
|
} from "./chunk-N2JRCTGF.js";
|
|
@@ -341,11 +353,11 @@ import {
|
|
|
341
353
|
SvgPin
|
|
342
354
|
} from "./chunk-J3DMC6VO.js";
|
|
343
355
|
import {
|
|
344
|
-
|
|
345
|
-
} from "./chunk-
|
|
356
|
+
SvgNotifications
|
|
357
|
+
} from "./chunk-7BUGMAD3.js";
|
|
346
358
|
import {
|
|
347
|
-
|
|
348
|
-
} from "./chunk-
|
|
359
|
+
SvgNotion
|
|
360
|
+
} from "./chunk-ZIKNP5HT.js";
|
|
349
361
|
import {
|
|
350
362
|
SvgNumberedList
|
|
351
363
|
} from "./chunk-43B5J3EU.js";
|
|
@@ -365,11 +377,11 @@ import {
|
|
|
365
377
|
SvgPalette
|
|
366
378
|
} from "./chunk-3G43DSBG.js";
|
|
367
379
|
import {
|
|
368
|
-
|
|
369
|
-
} from "./chunk-
|
|
380
|
+
SvgMobileDevices
|
|
381
|
+
} from "./chunk-FL7WZQA7.js";
|
|
370
382
|
import {
|
|
371
|
-
|
|
372
|
-
} from "./chunk-
|
|
383
|
+
SvgMoney
|
|
384
|
+
} from "./chunk-EGS26V5P.js";
|
|
373
385
|
import {
|
|
374
386
|
SvgMoon
|
|
375
387
|
} from "./chunk-2XIPBRGX.js";
|
|
@@ -389,11 +401,11 @@ import {
|
|
|
389
401
|
SvgNotes
|
|
390
402
|
} from "./chunk-W4PMGSRS.js";
|
|
391
403
|
import {
|
|
392
|
-
|
|
393
|
-
} from "./chunk-
|
|
404
|
+
SvgMicrosoftTeamsLogo
|
|
405
|
+
} from "./chunk-24RL2WNZ.js";
|
|
394
406
|
import {
|
|
395
|
-
|
|
396
|
-
} from "./chunk-
|
|
407
|
+
SvgMicrosoftExcel
|
|
408
|
+
} from "./chunk-QWF6NZT3.js";
|
|
397
409
|
import {
|
|
398
410
|
SvgMicrosoftOneNote
|
|
399
411
|
} from "./chunk-FOSSWZIU.js";
|
|
@@ -413,11 +425,11 @@ import {
|
|
|
413
425
|
SvgMinus
|
|
414
426
|
} from "./chunk-AOPQUDFU.js";
|
|
415
427
|
import {
|
|
416
|
-
|
|
417
|
-
} from "./chunk-
|
|
428
|
+
SvgLucidchart
|
|
429
|
+
} from "./chunk-2S6VYRXG.js";
|
|
418
430
|
import {
|
|
419
|
-
|
|
420
|
-
} from "./chunk-
|
|
431
|
+
SvgMail
|
|
432
|
+
} from "./chunk-XZNFR7L7.js";
|
|
421
433
|
import {
|
|
422
434
|
SvgMaximize
|
|
423
435
|
} from "./chunk-PY6LUFHU.js";
|
|
@@ -437,11 +449,8 @@ import {
|
|
|
437
449
|
SvgMic
|
|
438
450
|
} from "./chunk-4IKQ6RTL.js";
|
|
439
451
|
import {
|
|
440
|
-
|
|
441
|
-
} from "./chunk-
|
|
442
|
-
import {
|
|
443
|
-
SvgMicrosoftExcel
|
|
444
|
-
} from "./chunk-QWF6NZT3.js";
|
|
452
|
+
SvgLinkOff
|
|
453
|
+
} from "./chunk-KRDPKGQU.js";
|
|
445
454
|
import {
|
|
446
455
|
SvgLink
|
|
447
456
|
} from "./chunk-23KFCWJL.js";
|
|
@@ -461,11 +470,8 @@ import {
|
|
|
461
470
|
SvgLogOut
|
|
462
471
|
} from "./chunk-SY7SMBFL.js";
|
|
463
472
|
import {
|
|
464
|
-
|
|
465
|
-
} from "./chunk-
|
|
466
|
-
import {
|
|
467
|
-
SvgMail
|
|
468
|
-
} from "./chunk-XZNFR7L7.js";
|
|
473
|
+
SvgKeyboardArrowLeft
|
|
474
|
+
} from "./chunk-6NX5OUP7.js";
|
|
469
475
|
import {
|
|
470
476
|
SvgKeyboardArrowRight
|
|
471
477
|
} from "./chunk-6JFUNHZZ.js";
|
|
@@ -487,9 +493,6 @@ import {
|
|
|
487
493
|
import {
|
|
488
494
|
SvgLinkBroken
|
|
489
495
|
} from "./chunk-UNK3JWYL.js";
|
|
490
|
-
import {
|
|
491
|
-
SvgLinkOff
|
|
492
|
-
} from "./chunk-KRDPKGQU.js";
|
|
493
496
|
import {
|
|
494
497
|
SvgInfoFill
|
|
495
498
|
} from "./chunk-3CRP27HY.js";
|
|
@@ -511,15 +514,15 @@ import {
|
|
|
511
514
|
import {
|
|
512
515
|
SvgKeyboardArrowDown
|
|
513
516
|
} from "./chunk-NFUMBA6M.js";
|
|
514
|
-
import {
|
|
515
|
-
SvgKeyboardArrowLeft
|
|
516
|
-
} from "./chunk-6NX5OUP7.js";
|
|
517
517
|
import {
|
|
518
518
|
SvgHighlightText
|
|
519
519
|
} from "./chunk-43MA57P2.js";
|
|
520
520
|
import {
|
|
521
521
|
SvgHome
|
|
522
522
|
} from "./chunk-MRZGD3DF.js";
|
|
523
|
+
import {
|
|
524
|
+
SvgImageInline
|
|
525
|
+
} from "./chunk-2JTYYRGS.js";
|
|
523
526
|
import {
|
|
524
527
|
SvgImageStrikethrough
|
|
525
528
|
} from "./chunk-K6JVLXSS.js";
|
|
@@ -1115,6 +1118,7 @@ export {
|
|
|
1115
1118
|
SvgImage,
|
|
1116
1119
|
SvgImage1,
|
|
1117
1120
|
SvgImage2,
|
|
1121
|
+
SvgImageInline,
|
|
1118
1122
|
SvgImageStrikethrough,
|
|
1119
1123
|
SvgImport,
|
|
1120
1124
|
SvgInfo,
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import "./chunk-DDAAVRWG.js";
|
|
2
|
+
|
|
3
|
+
// src/components/icon/available-icons/lock-unlocked.tsx
|
|
4
|
+
import LockUnlockedIcon from "@atlaskit/icon/core/lock-unlocked";
|
|
5
|
+
import React from "react";
|
|
6
|
+
function SvgLockUnlocked() {
|
|
7
|
+
return /* @__PURE__ */ React.createElement(LockUnlockedIcon, { label: "", testId: "ads-refreshed-icon" });
|
|
8
|
+
}
|
|
9
|
+
export {
|
|
10
|
+
SvgLockUnlocked
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=lock-unlocked.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/components/icon/available-icons/lock-unlocked.tsx"],
|
|
4
|
+
"sourcesContent": ["import LockUnlockedIcon from '@atlaskit/icon/core/lock-unlocked';\nimport React from 'react';\n\nexport function SvgLockUnlocked() {\n return <LockUnlockedIcon label=\"\" testId=\"ads-refreshed-icon\" />;\n}\n"],
|
|
5
|
+
"mappings": ";;;AAAA,OAAO,sBAAsB;AAC7B,OAAO,WAAW;AAEX,SAAS,kBAAkB;AAChC,SAAO,oCAAC,oBAAiB,OAAM,IAAG,QAAO,sBAAqB;AAChE;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|