@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.
Files changed (47) hide show
  1. package/dist/cjs/icons/image-inline.js +38 -0
  2. package/dist/cjs/icons/image-inline.js.map +7 -0
  3. package/dist/cjs/icons/index.js +434 -428
  4. package/dist/cjs/icons/index.js.map +4 -4
  5. package/dist/cjs/icons/lock-unlocked.js +40 -0
  6. package/dist/cjs/icons/lock-unlocked.js.map +7 -0
  7. package/dist/cjs/index.js +897 -479
  8. package/dist/cjs/index.js.map +4 -4
  9. package/dist/esm/icons/chunk-2JTYYRGS.js +9 -0
  10. package/dist/esm/icons/chunk-2JTYYRGS.js.map +7 -0
  11. package/dist/esm/icons/image-inline.js +8 -0
  12. package/dist/esm/icons/image-inline.js.map +7 -0
  13. package/dist/esm/icons/index.js +88 -84
  14. package/dist/esm/icons/lock-unlocked.js +12 -0
  15. package/dist/esm/icons/lock-unlocked.js.map +7 -0
  16. package/dist/esm/index.js +857 -439
  17. package/dist/esm/index.js.map +4 -4
  18. package/dist/types/colors.d.ts +1 -1
  19. package/dist/types/colors.d.ts.map +1 -1
  20. package/dist/types/components/base-styles/base-styles.d.ts.map +1 -1
  21. package/dist/types/components/button/button.d.ts +1 -1
  22. package/dist/types/components/button/button.d.ts.map +1 -1
  23. package/dist/types/components/dropdown/dropdown.d.ts +6 -1
  24. package/dist/types/components/dropdown/dropdown.d.ts.map +1 -1
  25. package/dist/types/components/icon/available-icons/image-inline.d.ts +3 -0
  26. package/dist/types/components/icon/available-icons/image-inline.d.ts.map +1 -0
  27. package/dist/types/components/icon/available-icons/index.d.ts +1 -0
  28. package/dist/types/components/icon/available-icons/index.d.ts.map +1 -1
  29. package/dist/types/components/icon/available-icons/lock-unlocked.d.ts +3 -0
  30. package/dist/types/components/icon/available-icons/lock-unlocked.d.ts.map +1 -0
  31. package/dist/types/components/list/list.d.ts +2 -2
  32. package/dist/types/components/list/list.d.ts.map +1 -1
  33. package/dist/types/components/logo/logo.d.ts +2 -2
  34. package/dist/types/components/logo/logo.d.ts.map +1 -1
  35. package/dist/types/components/menu/menu.d.ts +4 -3
  36. package/dist/types/components/menu/menu.d.ts.map +1 -1
  37. package/dist/types/components/search-bar/search-bar.d.ts +10 -0
  38. package/dist/types/components/search-bar/search-bar.d.ts.map +1 -0
  39. package/dist/types/components/tabs/tabs.d.ts +3 -1
  40. package/dist/types/components/tabs/tabs.d.ts.map +1 -1
  41. package/dist/types/icons/image-inline.d.ts +3 -0
  42. package/dist/types/icons/image-inline.d.ts.map +1 -0
  43. package/dist/types/icons/index.d.ts +1 -0
  44. package/dist/types/icons/index.d.ts.map +1 -1
  45. package/dist/types/icons/lock-unlocked.d.ts +3 -0
  46. package/dist/types/icons/lock-unlocked.d.ts.map +1 -0
  47. 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
+ }
@@ -0,0 +1,8 @@
1
+ import {
2
+ SvgImageInline
3
+ } from "./chunk-2JTYYRGS.js";
4
+ import "./chunk-DDAAVRWG.js";
5
+ export {
6
+ SvgImageInline
7
+ };
8
+ //# sourceMappingURL=image-inline.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": [],
4
+ "sourcesContent": [],
5
+ "mappings": "",
6
+ "names": []
7
+ }
@@ -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
- SvgXCircle
33
- } from "./chunk-QHLM45W4.js";
44
+ SvgVolumeMute
45
+ } from "./chunk-XLYJ5RGM.js";
34
46
  import {
35
- SvgZapOutline
36
- } from "./chunk-OOLVJGG2.js";
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
- SvgWatchLaterAdded
57
- } from "./chunk-BFPFVG5V.js";
68
+ SvgVerticalAlignBottom
69
+ } from "./chunk-U4IMY2H2.js";
58
70
  import {
59
- SvgWatchLaterRemove
60
- } from "./chunk-VSKPW4OH.js";
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
- SvgVolumeMute
81
- } from "./chunk-XLYJ5RGM.js";
92
+ SvgUndoAlt
93
+ } from "./chunk-EIKAXIVU.js";
82
94
  import {
83
- SvgVolumeOff
84
- } from "./chunk-E5N2ZJOF.js";
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
- SvgVerticalAlignBottom
105
- } from "./chunk-U4IMY2H2.js";
116
+ SvgTimer
117
+ } from "./chunk-IPK2TGIQ.js";
106
118
  import {
107
- SvgVideoCam
108
- } from "./chunk-3IFD2STQ.js";
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
- SvgUndoAlt
129
- } from "./chunk-EIKAXIVU.js";
140
+ SvgStop
141
+ } from "./chunk-OLTO5ACV.js";
130
142
  import {
131
- SvgUndo
132
- } from "./chunk-OSEHZ2FL.js";
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
- SvgTimer
153
- } from "./chunk-IPK2TGIQ.js";
164
+ SvgSpeedMedium
165
+ } from "./chunk-VQTS3NUI.js";
154
166
  import {
155
- SvgTouchApp
156
- } from "./chunk-5PTYY5FO.js";
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
- SvgStop
177
- } from "./chunk-OLTO5ACV.js";
188
+ SvgSilenceRemoval
189
+ } from "./chunk-UHAMA5YO.js";
178
190
  import {
179
- SvgSun
180
- } from "./chunk-UNBBZS6J.js";
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
- SvgSpeedMedium
201
- } from "./chunk-VQTS3NUI.js";
212
+ SvgScreenCam
213
+ } from "./chunk-WCXLT4Z4.js";
202
214
  import {
203
- SvgSpeedSlow
204
- } from "./chunk-CKTMKAKK.js";
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
- SvgSilenceRemoval
225
- } from "./chunk-UHAMA5YO.js";
236
+ SvgReply
237
+ } from "./chunk-CUJRFEAF.js";
226
238
  import {
227
- SvgSkipBack
228
- } from "./chunk-4RZH26BD.js";
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
- SvgScreenCam
249
- } from "./chunk-WCXLT4Z4.js";
260
+ SvgRedo
261
+ } from "./chunk-JVD64AVJ.js";
250
262
  import {
251
- SvgSearch
252
- } from "./chunk-47EYZJ4Q.js";
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
- SvgReply
273
- } from "./chunk-CUJRFEAF.js";
284
+ SvgPronunciation
285
+ } from "./chunk-HZJRA7SF.js";
274
286
  import {
275
- SvgRewind
276
- } from "./chunk-TVTTMZZ4.js";
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
- SvgRedo
297
- } from "./chunk-JVD64AVJ.js";
308
+ SvgPlayArrow
309
+ } from "./chunk-33YWYPE7.js";
298
310
  import {
299
- SvgRefresh
300
- } from "./chunk-VUTVG733.js";
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
- SvgPronunciation
321
- } from "./chunk-HZJRA7SF.js";
332
+ SvgPause
333
+ } from "./chunk-6NWQRPUY.js";
322
334
  import {
323
- SvgPublicOff
324
- } from "./chunk-WIDBKSIN.js";
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
- SvgPlayArrow
345
- } from "./chunk-33YWYPE7.js";
356
+ SvgNotifications
357
+ } from "./chunk-7BUGMAD3.js";
346
358
  import {
347
- SvgPlayCircleFilled
348
- } from "./chunk-HCXUVVM6.js";
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
- SvgPause
369
- } from "./chunk-6NWQRPUY.js";
380
+ SvgMobileDevices
381
+ } from "./chunk-FL7WZQA7.js";
370
382
  import {
371
- SvgPeople
372
- } from "./chunk-7KHUK7CK.js";
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
- SvgNotifications
393
- } from "./chunk-7BUGMAD3.js";
404
+ SvgMicrosoftTeamsLogo
405
+ } from "./chunk-24RL2WNZ.js";
394
406
  import {
395
- SvgNotion
396
- } from "./chunk-ZIKNP5HT.js";
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
- SvgMobileDevices
417
- } from "./chunk-FL7WZQA7.js";
428
+ SvgLucidchart
429
+ } from "./chunk-2S6VYRXG.js";
418
430
  import {
419
- SvgMoney
420
- } from "./chunk-EGS26V5P.js";
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
- SvgMicrosoftTeamsLogo
441
- } from "./chunk-24RL2WNZ.js";
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
- SvgLucidchart
465
- } from "./chunk-2S6VYRXG.js";
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
+ }