@loomhq/lens 12.7.0 → 12.9.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/README.md +35 -7
- package/dist/cjs/icons/editions-icon.js +40 -0
- package/dist/cjs/icons/editions-icon.js.map +7 -0
- package/dist/cjs/icons/editions.js +9 -2
- package/dist/cjs/icons/editions.js.map +2 -2
- package/dist/cjs/icons/index.js +9 -2
- package/dist/cjs/icons/index.js.map +2 -2
- package/dist/cjs/index.js +459 -194
- package/dist/cjs/index.js.map +4 -4
- package/dist/esm/icons/chunk-SPTM4NUO.js +18 -0
- package/dist/esm/icons/chunk-SPTM4NUO.js.map +7 -0
- package/dist/esm/icons/editions-icon.js +12 -0
- package/dist/esm/icons/editions-icon.js.map +7 -0
- package/dist/esm/icons/editions.js +1 -1
- package/dist/esm/icons/index.js +57 -57
- package/dist/esm/index.js +441 -176
- package/dist/esm/index.js.map +4 -4
- package/dist/types/components/dropdown/dropdown.d.ts +3 -1
- package/dist/types/components/dropdown/dropdown.d.ts.map +1 -1
- package/dist/types/components/icon/available-icons/editions-icon.d.ts +3 -0
- package/dist/types/components/icon/available-icons/editions-icon.d.ts.map +1 -0
- package/dist/types/components/icon/available-icons/editions.d.ts +1 -1
- package/dist/types/components/icon/available-icons/editions.d.ts.map +1 -1
- package/dist/types/components/menu/menu.d.ts +4 -2
- package/dist/types/components/menu/menu.d.ts.map +1 -1
- package/dist/types/components/select/select.d.ts +7 -1
- package/dist/types/components/select/select.d.ts.map +1 -1
- package/dist/types/components/tabs/tabs.d.ts +24 -1
- package/dist/types/components/tabs/tabs.d.ts.map +1 -1
- package/dist/types/components/tooltip/tooltip.d.ts +1 -1
- package/dist/types/components/tooltip/tooltip.d.ts.map +1 -1
- package/dist/types/components/typeahead/typeahead.d.ts.map +1 -1
- package/dist/types/icons/editions-icon.d.ts +3 -0
- package/dist/types/icons/editions-icon.d.ts.map +1 -0
- package/dist/types/icons/editions.d.ts +1 -1
- package/dist/types/icons/editions.d.ts.map +1 -1
- package/dist/types/utilities/text.d.ts +3 -0
- package/dist/types/utilities/text.d.ts.map +1 -0
- package/package.json +6 -5
- package/dist/esm/icons/chunk-T4L22EHS.js +0 -11
- package/dist/esm/icons/chunk-T4L22EHS.js.map +0 -7
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// src/components/icon/available-icons/editions.tsx
|
|
2
|
+
import EditionsIcon from "@atlaskit/icon-lab/core/editions";
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
function SvgEditions(props) {
|
|
5
|
+
return /* @__PURE__ */ React.createElement(
|
|
6
|
+
EditionsIcon,
|
|
7
|
+
{
|
|
8
|
+
label: "",
|
|
9
|
+
testId: "ads-refreshed-icon",
|
|
10
|
+
color: props.color ? props.color : "currentColor"
|
|
11
|
+
}
|
|
12
|
+
);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export {
|
|
16
|
+
SvgEditions
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=chunk-SPTM4NUO.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/components/icon/available-icons/editions.tsx"],
|
|
4
|
+
"sourcesContent": ["import EditionsIcon from '@atlaskit/icon-lab/core/editions';\nimport * as React from 'react';\n\nexport function SvgEditions(props) {\n return (\n <EditionsIcon\n label=\"\"\n testId=\"ads-refreshed-icon\"\n color={props.color ? props.color : 'currentColor'}\n />\n );\n}\n"],
|
|
5
|
+
"mappings": ";AAAA,OAAO,kBAAkB;AACzB,YAAY,WAAW;AAEhB,SAAS,YAAY,OAAO;AACjC,SACE;AAAA,IAAC;AAAA;AAAA,MACC,OAAM;AAAA,MACN,QAAO;AAAA,MACP,OAAO,MAAM,QAAQ,MAAM,QAAQ;AAAA;AAAA,EACrC;AAEJ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import "./chunk-DDAAVRWG.js";
|
|
2
|
+
|
|
3
|
+
// src/components/icon/available-icons/editions-icon.tsx
|
|
4
|
+
import EditionsIcon from "@atlaskit/icon-lab/core/editions";
|
|
5
|
+
import * as React from "react";
|
|
6
|
+
function SvgEditionsIcon() {
|
|
7
|
+
return /* @__PURE__ */ React.createElement(EditionsIcon, { label: "editions" });
|
|
8
|
+
}
|
|
9
|
+
export {
|
|
10
|
+
SvgEditionsIcon
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=editions-icon.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/components/icon/available-icons/editions-icon.tsx"],
|
|
4
|
+
"sourcesContent": ["import EditionsIcon from '@atlaskit/icon-lab/core/editions';\nimport * as React from 'react';\n\nexport function SvgEditionsIcon() {\n return <EditionsIcon label=\"editions\" />;\n}\n"],
|
|
5
|
+
"mappings": ";;;AAAA,OAAO,kBAAkB;AACzB,YAAY,WAAW;AAEhB,SAAS,kBAAkB;AAChC,SAAO,oCAAC,gBAAa,OAAM,YAAW;AACxC;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
package/dist/esm/icons/index.js
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import {
|
|
2
|
+
SvgWriteMessage
|
|
3
|
+
} from "./chunk-NZVDBUCK.js";
|
|
1
4
|
import {
|
|
2
5
|
SvgXCircle
|
|
3
6
|
} from "./chunk-QHLM45W4.js";
|
|
@@ -16,6 +19,9 @@ import {
|
|
|
16
19
|
import {
|
|
17
20
|
SvgZoomOut
|
|
18
21
|
} from "./chunk-M35LKLMJ.js";
|
|
22
|
+
import {
|
|
23
|
+
SvgWarningAmber
|
|
24
|
+
} from "./chunk-I4ITA7EL.js";
|
|
19
25
|
import {
|
|
20
26
|
SvgWatchLaterAdded
|
|
21
27
|
} from "./chunk-BFPFVG5V.js";
|
|
@@ -38,8 +44,8 @@ import {
|
|
|
38
44
|
SvgWriteDocument
|
|
39
45
|
} from "./chunk-OBT2YRVO.js";
|
|
40
46
|
import {
|
|
41
|
-
|
|
42
|
-
} from "./chunk-
|
|
47
|
+
SvgVolumeDown
|
|
48
|
+
} from "./chunk-EUZW57TP.js";
|
|
43
49
|
import {
|
|
44
50
|
SvgVolumeMute
|
|
45
51
|
} from "./chunk-XLYJ5RGM.js";
|
|
@@ -62,8 +68,8 @@ import {
|
|
|
62
68
|
SvgWarningAlert
|
|
63
69
|
} from "./chunk-EKNLUIM2.js";
|
|
64
70
|
import {
|
|
65
|
-
|
|
66
|
-
} from "./chunk-
|
|
71
|
+
SvgVersionControl
|
|
72
|
+
} from "./chunk-VIGGSGOL.js";
|
|
67
73
|
import {
|
|
68
74
|
SvgVerticalAlignBottom
|
|
69
75
|
} from "./chunk-U4IMY2H2.js";
|
|
@@ -86,8 +92,8 @@ import {
|
|
|
86
92
|
SvgViewList
|
|
87
93
|
} from "./chunk-HQMCOUIT.js";
|
|
88
94
|
import {
|
|
89
|
-
|
|
90
|
-
} from "./chunk-
|
|
95
|
+
SvgUnderline
|
|
96
|
+
} from "./chunk-Q2DXN42B.js";
|
|
91
97
|
import {
|
|
92
98
|
SvgUndoAlt
|
|
93
99
|
} from "./chunk-EIKAXIVU.js";
|
|
@@ -110,8 +116,8 @@ import {
|
|
|
110
116
|
SvgVariables
|
|
111
117
|
} from "./chunk-E7NOP4A2.js";
|
|
112
118
|
import {
|
|
113
|
-
|
|
114
|
-
} from "./chunk-
|
|
119
|
+
SvgTimelineEditor
|
|
120
|
+
} from "./chunk-SOFWAOZ4.js";
|
|
115
121
|
import {
|
|
116
122
|
SvgTimer
|
|
117
123
|
} from "./chunk-IPK2TGIQ.js";
|
|
@@ -134,8 +140,8 @@ import {
|
|
|
134
140
|
SvgTune
|
|
135
141
|
} from "./chunk-XW7TC77Y.js";
|
|
136
142
|
import {
|
|
137
|
-
|
|
138
|
-
} from "./chunk-
|
|
143
|
+
SvgStar
|
|
144
|
+
} from "./chunk-7AB2BP5I.js";
|
|
139
145
|
import {
|
|
140
146
|
SvgStop
|
|
141
147
|
} from "./chunk-OLTO5ACV.js";
|
|
@@ -158,8 +164,8 @@ import {
|
|
|
158
164
|
SvgThumbsUp
|
|
159
165
|
} from "./chunk-F5L4NQJW.js";
|
|
160
166
|
import {
|
|
161
|
-
|
|
162
|
-
} from "./chunk-
|
|
167
|
+
SvgSpeedFast
|
|
168
|
+
} from "./chunk-2FKO2VHS.js";
|
|
163
169
|
import {
|
|
164
170
|
SvgSpeedMedium
|
|
165
171
|
} from "./chunk-VQTS3NUI.js";
|
|
@@ -182,8 +188,8 @@ import {
|
|
|
182
188
|
SvgStarOutline
|
|
183
189
|
} from "./chunk-DFYMBHZP.js";
|
|
184
190
|
import {
|
|
185
|
-
|
|
186
|
-
} from "./chunk-
|
|
191
|
+
SvgShowChart
|
|
192
|
+
} from "./chunk-LZAJY54Z.js";
|
|
187
193
|
import {
|
|
188
194
|
SvgSilenceRemoval
|
|
189
195
|
} from "./chunk-UHAMA5YO.js";
|
|
@@ -206,8 +212,8 @@ import {
|
|
|
206
212
|
SvgSparkle
|
|
207
213
|
} from "./chunk-HE25OX6G.js";
|
|
208
214
|
import {
|
|
209
|
-
|
|
210
|
-
} from "./chunk-
|
|
215
|
+
SvgScissors
|
|
216
|
+
} from "./chunk-NR4EYJPQ.js";
|
|
211
217
|
import {
|
|
212
218
|
SvgScreenCam
|
|
213
219
|
} from "./chunk-WCXLT4Z4.js";
|
|
@@ -230,8 +236,8 @@ import {
|
|
|
230
236
|
SvgShare
|
|
231
237
|
} from "./chunk-JPT4IOPX.js";
|
|
232
238
|
import {
|
|
233
|
-
|
|
234
|
-
} from "./chunk-
|
|
239
|
+
SvgReplyRight
|
|
240
|
+
} from "./chunk-PDJ7WDI4.js";
|
|
235
241
|
import {
|
|
236
242
|
SvgReply
|
|
237
243
|
} from "./chunk-CUJRFEAF.js";
|
|
@@ -254,8 +260,8 @@ import {
|
|
|
254
260
|
SvgSchool
|
|
255
261
|
} from "./chunk-DV7DTSLT.js";
|
|
256
262
|
import {
|
|
257
|
-
|
|
258
|
-
} from "./chunk-
|
|
263
|
+
SvgRedoAlt
|
|
264
|
+
} from "./chunk-UHA3RCGM.js";
|
|
259
265
|
import {
|
|
260
266
|
SvgRedo
|
|
261
267
|
} from "./chunk-JVD64AVJ.js";
|
|
@@ -278,8 +284,8 @@ import {
|
|
|
278
284
|
SvgReplyLeft
|
|
279
285
|
} from "./chunk-AA7SIBLA.js";
|
|
280
286
|
import {
|
|
281
|
-
|
|
282
|
-
} from "./chunk-
|
|
287
|
+
SvgPresenterMode
|
|
288
|
+
} from "./chunk-YSSA4HKD.js";
|
|
283
289
|
import {
|
|
284
290
|
SvgPronunciation
|
|
285
291
|
} from "./chunk-HZJRA7SF.js";
|
|
@@ -302,8 +308,8 @@ import {
|
|
|
302
308
|
SvgRecord
|
|
303
309
|
} from "./chunk-SP64S4HO.js";
|
|
304
310
|
import {
|
|
305
|
-
|
|
306
|
-
} from "./chunk-
|
|
311
|
+
SvgPin
|
|
312
|
+
} from "./chunk-J3DMC6VO.js";
|
|
307
313
|
import {
|
|
308
314
|
SvgPlayArrow
|
|
309
315
|
} from "./chunk-33YWYPE7.js";
|
|
@@ -326,8 +332,8 @@ import {
|
|
|
326
332
|
SvgPresent
|
|
327
333
|
} from "./chunk-445D5NCB.js";
|
|
328
334
|
import {
|
|
329
|
-
|
|
330
|
-
} from "./chunk-
|
|
335
|
+
SvgPalette
|
|
336
|
+
} from "./chunk-3G43DSBG.js";
|
|
331
337
|
import {
|
|
332
338
|
SvgPause
|
|
333
339
|
} from "./chunk-6NWQRPUY.js";
|
|
@@ -350,8 +356,8 @@ import {
|
|
|
350
356
|
SvgPinFill
|
|
351
357
|
} from "./chunk-7OESI7PR.js";
|
|
352
358
|
import {
|
|
353
|
-
|
|
354
|
-
} from "./chunk-
|
|
359
|
+
SvgNotes
|
|
360
|
+
} from "./chunk-W4PMGSRS.js";
|
|
355
361
|
import {
|
|
356
362
|
SvgNotifications
|
|
357
363
|
} from "./chunk-7BUGMAD3.js";
|
|
@@ -374,8 +380,8 @@ import {
|
|
|
374
380
|
SvgPaintBucket
|
|
375
381
|
} from "./chunk-LUMQRR5U.js";
|
|
376
382
|
import {
|
|
377
|
-
|
|
378
|
-
} from "./chunk-
|
|
383
|
+
SvgMinus
|
|
384
|
+
} from "./chunk-AOPQUDFU.js";
|
|
379
385
|
import {
|
|
380
386
|
SvgMobileDevices
|
|
381
387
|
} from "./chunk-FL7WZQA7.js";
|
|
@@ -398,8 +404,8 @@ import {
|
|
|
398
404
|
SvgNearMe
|
|
399
405
|
} from "./chunk-COZELPRW.js";
|
|
400
406
|
import {
|
|
401
|
-
|
|
402
|
-
} from "./chunk-
|
|
407
|
+
SvgMic
|
|
408
|
+
} from "./chunk-4IKQ6RTL.js";
|
|
403
409
|
import {
|
|
404
410
|
SvgMicrosoftTeamsLogo
|
|
405
411
|
} from "./chunk-24RL2WNZ.js";
|
|
@@ -422,8 +428,8 @@ import {
|
|
|
422
428
|
SvgMinusCircle
|
|
423
429
|
} from "./chunk-QETDZT7X.js";
|
|
424
430
|
import {
|
|
425
|
-
|
|
426
|
-
} from "./chunk-
|
|
431
|
+
SvgLogOut
|
|
432
|
+
} from "./chunk-SY7SMBFL.js";
|
|
427
433
|
import {
|
|
428
434
|
SvgLucidchart
|
|
429
435
|
} from "./chunk-2S6VYRXG.js";
|
|
@@ -446,8 +452,8 @@ import {
|
|
|
446
452
|
SvgMicOff
|
|
447
453
|
} from "./chunk-MNSIAPHQ.js";
|
|
448
454
|
import {
|
|
449
|
-
|
|
450
|
-
} from "./chunk-
|
|
455
|
+
SvgLinkBroken
|
|
456
|
+
} from "./chunk-UNK3JWYL.js";
|
|
451
457
|
import {
|
|
452
458
|
SvgLinkOff
|
|
453
459
|
} from "./chunk-KRDPKGQU.js";
|
|
@@ -467,8 +473,8 @@ import {
|
|
|
467
473
|
SvgLock
|
|
468
474
|
} from "./chunk-G2U2YBS7.js";
|
|
469
475
|
import {
|
|
470
|
-
|
|
471
|
-
} from "./chunk-
|
|
476
|
+
SvgKeyboardArrowDown
|
|
477
|
+
} from "./chunk-NFUMBA6M.js";
|
|
472
478
|
import {
|
|
473
479
|
SvgKeyboardArrowLeft
|
|
474
480
|
} from "./chunk-6NX5OUP7.js";
|
|
@@ -491,8 +497,8 @@ import {
|
|
|
491
497
|
SvgLinearDark
|
|
492
498
|
} from "./chunk-FZL3BQHV.js";
|
|
493
499
|
import {
|
|
494
|
-
|
|
495
|
-
} from "./chunk-
|
|
500
|
+
SvgImport
|
|
501
|
+
} from "./chunk-EOBCFXCG.js";
|
|
496
502
|
import {
|
|
497
503
|
SvgInfoFill
|
|
498
504
|
} from "./chunk-3CRP27HY.js";
|
|
@@ -512,8 +518,8 @@ import {
|
|
|
512
518
|
SvgJira
|
|
513
519
|
} from "./chunk-7DXLMQ7D.js";
|
|
514
520
|
import {
|
|
515
|
-
|
|
516
|
-
} from "./chunk-
|
|
521
|
+
SvgHighlightOff
|
|
522
|
+
} from "./chunk-THG45YYP.js";
|
|
517
523
|
import {
|
|
518
524
|
SvgHighlightText
|
|
519
525
|
} from "./chunk-43MA57P2.js";
|
|
@@ -536,8 +542,8 @@ import {
|
|
|
536
542
|
SvgImage2
|
|
537
543
|
} from "./chunk-5XNPVJRF.js";
|
|
538
544
|
import {
|
|
539
|
-
|
|
540
|
-
} from "./chunk-
|
|
545
|
+
SvgGoogleDrive
|
|
546
|
+
} from "./chunk-4QUENNQ6.js";
|
|
541
547
|
import {
|
|
542
548
|
SvgGoogleForms
|
|
543
549
|
} from "./chunk-P32PSGWS.js";
|
|
@@ -560,8 +566,8 @@ import {
|
|
|
560
566
|
SvgHelp
|
|
561
567
|
} from "./chunk-G4NHYHCI.js";
|
|
562
568
|
import {
|
|
563
|
-
|
|
564
|
-
} from "./chunk-
|
|
569
|
+
SvgFullScreen2
|
|
570
|
+
} from "./chunk-EJWFIZMS.js";
|
|
565
571
|
import {
|
|
566
572
|
SvgFullscreenExit
|
|
567
573
|
} from "./chunk-3VTCJYNO.js";
|
|
@@ -584,8 +590,8 @@ import {
|
|
|
584
590
|
SvgGoogleDocs
|
|
585
591
|
} from "./chunk-XEF5FSXN.js";
|
|
586
592
|
import {
|
|
587
|
-
|
|
588
|
-
} from "./chunk-
|
|
593
|
+
SvgFillerWordRemoval
|
|
594
|
+
} from "./chunk-KB5FU4C5.js";
|
|
589
595
|
import {
|
|
590
596
|
SvgFirefoxLogo
|
|
591
597
|
} from "./chunk-LFV2G7IY.js";
|
|
@@ -608,8 +614,8 @@ import {
|
|
|
608
614
|
SvgForward5
|
|
609
615
|
} from "./chunk-6WEM4FKX.js";
|
|
610
616
|
import {
|
|
611
|
-
|
|
612
|
-
} from "./chunk-
|
|
617
|
+
SvgExpandReplies
|
|
618
|
+
} from "./chunk-BU5E5OMI.js";
|
|
613
619
|
import {
|
|
614
620
|
SvgExpand
|
|
615
621
|
} from "./chunk-I2GY7HI4.js";
|
|
@@ -631,9 +637,6 @@ import {
|
|
|
631
637
|
import {
|
|
632
638
|
SvgFigma
|
|
633
639
|
} from "./chunk-LXY65TPZ.js";
|
|
634
|
-
import {
|
|
635
|
-
SvgFillerWordRemoval
|
|
636
|
-
} from "./chunk-KB5FU4C5.js";
|
|
637
640
|
import {
|
|
638
641
|
SvgDomain
|
|
639
642
|
} from "./chunk-SWCCHCXL.js";
|
|
@@ -651,13 +654,10 @@ import {
|
|
|
651
654
|
} from "./chunk-UU2MGRM5.js";
|
|
652
655
|
import {
|
|
653
656
|
SvgEditions
|
|
654
|
-
} from "./chunk-
|
|
657
|
+
} from "./chunk-SPTM4NUO.js";
|
|
655
658
|
import {
|
|
656
659
|
SvgExitToApp
|
|
657
660
|
} from "./chunk-ECPUUMQ4.js";
|
|
658
|
-
import {
|
|
659
|
-
SvgExpandReplies
|
|
660
|
-
} from "./chunk-BU5E5OMI.js";
|
|
661
661
|
import {
|
|
662
662
|
SvgCropExpanded169
|
|
663
663
|
} from "./chunk-64CJN3SZ.js";
|