@loomhq/lens 12.12.4 → 12.13.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/diagram-symbol-decision.js +45 -0
- package/dist/cjs/icons/diagram-symbol-decision.js.map +7 -0
- package/dist/cjs/icons/index.js +669 -656
- package/dist/cjs/icons/index.js.map +4 -4
- package/dist/cjs/index.js +162 -60
- package/dist/cjs/index.js.map +4 -4
- package/dist/esm/icons/chunk-VG3SGXWL.js +16 -0
- package/dist/esm/icons/chunk-VG3SGXWL.js.map +7 -0
- package/dist/esm/icons/diagram-symbol-decision.js +8 -0
- package/dist/esm/icons/diagram-symbol-decision.js.map +7 -0
- package/dist/esm/icons/index.js +63 -59
- package/dist/esm/index.js +191 -89
- package/dist/esm/index.js.map +4 -4
- package/dist/types/icons/diagram-symbol-decision.d.ts +3 -0
- package/dist/types/icons/diagram-symbol-decision.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/src/components/container/container.d.ts +1 -1
- package/dist/types/src/components/container/container.d.ts.map +1 -1
- package/dist/types/src/components/icon/available-icons/diagram-symbol-decision.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/diagram-symbol-decision.d.ts.map +1 -0
- package/dist/types/src/components/icon/available-icons/index.d.ts +1 -0
- package/dist/types/src/components/icon/available-icons/index.d.ts.map +1 -1
- package/dist/types/src/components/index.d.ts +1 -1
- package/dist/types/src/components/index.d.ts.map +1 -1
- package/dist/types/src/components/menu/menu.d.ts +2 -1
- package/dist/types/src/components/menu/menu.d.ts.map +1 -1
- package/dist/types/src/components/modal/modal.d.ts +3 -1
- package/dist/types/src/components/modal/modal.d.ts.map +1 -1
- package/dist/types/src/components/search-bar/search-bar.d.ts.map +1 -1
- package/dist/types/src/components/select/select.d.ts +22 -3
- package/dist/types/src/components/select/select.d.ts.map +1 -1
- package/dist/types/src/components/skeleton/skeleton.d.ts +1 -1
- package/dist/types/src/components/skeleton/skeleton.d.ts.map +1 -1
- package/dist/types/src/components/text/text.d.ts +7 -1
- package/dist/types/src/components/text/text.d.ts.map +1 -1
- package/dist/types/src/components/tooltip/tooltip.d.ts.map +1 -1
- package/package.json +5 -5
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// src/components/icon/available-icons/diagram-symbol-decision.tsx
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
function SvgDiagramSymbolDecision() {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("span", { "aria-hidden": true, "data-testid": "ads-refreshed-icon" }, /* @__PURE__ */ React.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, /* @__PURE__ */ React.createElement(
|
|
5
|
+
"path",
|
|
6
|
+
{
|
|
7
|
+
d: "M7.13181 0.316373C7.63597 -0.0950409 8.36398 -0.0950409 8.86814 0.316373L8.97263 0.410123L15.5888 7.02633L15.6826 7.13083C16.094 7.63499 16.094 8.36299 15.6826 8.86715L15.5888 8.97165L8.97263 15.5879C8.46913 16.0913 7.67186 16.1223 7.13181 15.6816L7.02731 15.5879L0.411104 8.97165C-0.125804 8.43469 -0.125804 7.56329 0.411104 7.02633L7.02731 0.410123L7.13181 0.316373ZM1.56149 7.99899L7.99997 14.4375L14.4384 7.99899L7.99997 1.56051L1.56149 7.99899Z",
|
|
8
|
+
fill: "#6B6E76"
|
|
9
|
+
}
|
|
10
|
+
)));
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export {
|
|
14
|
+
SvgDiagramSymbolDecision
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=chunk-VG3SGXWL.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/components/icon/available-icons/diagram-symbol-decision.tsx"],
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\n\nexport function SvgDiagramSymbolDecision() {\n return (\n <span aria-hidden={true} data-testid=\"ads-refreshed-icon\">\n <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\">\n <path\n d=\"M7.13181 0.316373C7.63597 -0.0950409 8.36398 -0.0950409 8.86814 0.316373L8.97263 0.410123L15.5888 7.02633L15.6826 7.13083C16.094 7.63499 16.094 8.36299 15.6826 8.86715L15.5888 8.97165L8.97263 15.5879C8.46913 16.0913 7.67186 16.1223 7.13181 15.6816L7.02731 15.5879L0.411104 8.97165C-0.125804 8.43469 -0.125804 7.56329 0.411104 7.02633L7.02731 0.410123L7.13181 0.316373ZM1.56149 7.99899L7.99997 14.4375L14.4384 7.99899L7.99997 1.56051L1.56149 7.99899Z\"\n fill=\"#6B6E76\"\n />\n </svg>\n </span>\n );\n}\n"],
|
|
5
|
+
"mappings": ";AAAA,YAAY,WAAW;AAEhB,SAAS,2BAA2B;AACzC,SACE,oCAAC,UAAK,eAAa,MAAM,eAAY,wBACnC,oCAAC,SAAI,OAAM,MAAK,QAAO,MAAK,SAAQ,aAAY,MAAK,UACnD;AAAA,IAAC;AAAA;AAAA,MACC,GAAE;AAAA,MACF,MAAK;AAAA;AAAA,EACP,CACF,CACF;AAEJ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
package/dist/esm/icons/index.js
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import {
|
|
2
|
+
SvgXCircle
|
|
3
|
+
} from "./chunk-QHLM45W4.js";
|
|
1
4
|
import {
|
|
2
5
|
SvgXLogo
|
|
3
6
|
} from "./chunk-JR7FDBMN.js";
|
|
@@ -16,6 +19,9 @@ import {
|
|
|
16
19
|
import {
|
|
17
20
|
SvgZoomOut
|
|
18
21
|
} from "./chunk-M35LKLMJ.js";
|
|
22
|
+
import {
|
|
23
|
+
SvgWatchLaterAdded
|
|
24
|
+
} from "./chunk-BFPFVG5V.js";
|
|
19
25
|
import {
|
|
20
26
|
SvgWatchLaterRemove
|
|
21
27
|
} from "./chunk-VSKPW4OH.js";
|
|
@@ -38,8 +44,8 @@ import {
|
|
|
38
44
|
SvgWriteMessage
|
|
39
45
|
} from "./chunk-NZVDBUCK.js";
|
|
40
46
|
import {
|
|
41
|
-
|
|
42
|
-
} from "./chunk-
|
|
47
|
+
SvgVolumeMute
|
|
48
|
+
} from "./chunk-XLYJ5RGM.js";
|
|
43
49
|
import {
|
|
44
50
|
SvgVolumeOff
|
|
45
51
|
} from "./chunk-E5N2ZJOF.js";
|
|
@@ -62,8 +68,8 @@ import {
|
|
|
62
68
|
SvgWarningAmber
|
|
63
69
|
} from "./chunk-I4ITA7EL.js";
|
|
64
70
|
import {
|
|
65
|
-
|
|
66
|
-
} from "./chunk-
|
|
71
|
+
SvgVerticalAlignBottom
|
|
72
|
+
} from "./chunk-U4IMY2H2.js";
|
|
67
73
|
import {
|
|
68
74
|
SvgVideoCam
|
|
69
75
|
} from "./chunk-3IFD2STQ.js";
|
|
@@ -86,8 +92,8 @@ import {
|
|
|
86
92
|
SvgVolumeDown
|
|
87
93
|
} from "./chunk-EUZW57TP.js";
|
|
88
94
|
import {
|
|
89
|
-
|
|
90
|
-
} from "./chunk-
|
|
95
|
+
SvgUndoAlt
|
|
96
|
+
} from "./chunk-EIKAXIVU.js";
|
|
91
97
|
import {
|
|
92
98
|
SvgUndo
|
|
93
99
|
} from "./chunk-OSEHZ2FL.js";
|
|
@@ -110,8 +116,8 @@ import {
|
|
|
110
116
|
SvgVersionControl
|
|
111
117
|
} from "./chunk-VIGGSGOL.js";
|
|
112
118
|
import {
|
|
113
|
-
|
|
114
|
-
} from "./chunk-
|
|
119
|
+
SvgTouchApp
|
|
120
|
+
} from "./chunk-5PTYY5FO.js";
|
|
115
121
|
import {
|
|
116
122
|
SvgTranscript
|
|
117
123
|
} from "./chunk-2JPBEH6W.js";
|
|
@@ -134,8 +140,8 @@ import {
|
|
|
134
140
|
SvgUnderline
|
|
135
141
|
} from "./chunk-Q2DXN42B.js";
|
|
136
142
|
import {
|
|
137
|
-
|
|
138
|
-
} from "./chunk-
|
|
143
|
+
SvgTeamworkAgentSmall
|
|
144
|
+
} from "./chunk-W3USM4NX.js";
|
|
139
145
|
import {
|
|
140
146
|
SvgTeamworkGraph
|
|
141
147
|
} from "./chunk-UP7WLXQW.js";
|
|
@@ -158,8 +164,8 @@ import {
|
|
|
158
164
|
SvgTimer
|
|
159
165
|
} from "./chunk-IPK2TGIQ.js";
|
|
160
166
|
import {
|
|
161
|
-
|
|
162
|
-
} from "./chunk-
|
|
167
|
+
SvgSquare
|
|
168
|
+
} from "./chunk-37YTVMBN.js";
|
|
163
169
|
import {
|
|
164
170
|
SvgStarOutline
|
|
165
171
|
} from "./chunk-DFYMBHZP.js";
|
|
@@ -182,8 +188,8 @@ import {
|
|
|
182
188
|
SvgTeamworkAgentBig
|
|
183
189
|
} from "./chunk-6RMAHJNH.js";
|
|
184
190
|
import {
|
|
185
|
-
|
|
186
|
-
} from "./chunk-
|
|
191
|
+
SvgSpaces
|
|
192
|
+
} from "./chunk-774PQBBN.js";
|
|
187
193
|
import {
|
|
188
194
|
SvgSparkle
|
|
189
195
|
} from "./chunk-HE25OX6G.js";
|
|
@@ -206,8 +212,8 @@ import {
|
|
|
206
212
|
SvgSplit
|
|
207
213
|
} from "./chunk-NINABXFB.js";
|
|
208
214
|
import {
|
|
209
|
-
|
|
210
|
-
} from "./chunk-
|
|
215
|
+
SvgShare
|
|
216
|
+
} from "./chunk-JPT4IOPX.js";
|
|
211
217
|
import {
|
|
212
218
|
SvgShowChart
|
|
213
219
|
} from "./chunk-LZAJY54Z.js";
|
|
@@ -230,8 +236,8 @@ import {
|
|
|
230
236
|
SvgSmile
|
|
231
237
|
} from "./chunk-56JQ7YLD.js";
|
|
232
238
|
import {
|
|
233
|
-
|
|
234
|
-
} from "./chunk-
|
|
239
|
+
SvgSchool
|
|
240
|
+
} from "./chunk-DV7DTSLT.js";
|
|
235
241
|
import {
|
|
236
242
|
SvgScissors
|
|
237
243
|
} from "./chunk-NR4EYJPQ.js";
|
|
@@ -254,8 +260,8 @@ import {
|
|
|
254
260
|
SvgSettings
|
|
255
261
|
} from "./chunk-6JFYWVAP.js";
|
|
256
262
|
import {
|
|
257
|
-
|
|
258
|
-
} from "./chunk-
|
|
263
|
+
SvgReplyRight
|
|
264
|
+
} from "./chunk-PDJ7WDI4.js";
|
|
259
265
|
import {
|
|
260
266
|
SvgReply
|
|
261
267
|
} from "./chunk-CUJRFEAF.js";
|
|
@@ -278,8 +284,8 @@ import {
|
|
|
278
284
|
SvgSalesforce
|
|
279
285
|
} from "./chunk-KIMRTGIR.js";
|
|
280
286
|
import {
|
|
281
|
-
|
|
282
|
-
} from "./chunk-
|
|
287
|
+
SvgRedo
|
|
288
|
+
} from "./chunk-JVD64AVJ.js";
|
|
283
289
|
import {
|
|
284
290
|
SvgRefresh
|
|
285
291
|
} from "./chunk-VUTVG733.js";
|
|
@@ -302,8 +308,8 @@ import {
|
|
|
302
308
|
SvgReplyLeft
|
|
303
309
|
} from "./chunk-AA7SIBLA.js";
|
|
304
310
|
import {
|
|
305
|
-
|
|
306
|
-
} from "./chunk-
|
|
311
|
+
SvgPronunciation
|
|
312
|
+
} from "./chunk-HZJRA7SF.js";
|
|
307
313
|
import {
|
|
308
314
|
SvgPublicOff
|
|
309
315
|
} from "./chunk-WIDBKSIN.js";
|
|
@@ -326,8 +332,8 @@ import {
|
|
|
326
332
|
SvgRedoAlt
|
|
327
333
|
} from "./chunk-UHA3RCGM.js";
|
|
328
334
|
import {
|
|
329
|
-
|
|
330
|
-
} from "./chunk-
|
|
335
|
+
SvgPlayArrow
|
|
336
|
+
} from "./chunk-33YWYPE7.js";
|
|
331
337
|
import {
|
|
332
338
|
SvgPlayCircleFilled
|
|
333
339
|
} from "./chunk-HCXUVVM6.js";
|
|
@@ -350,8 +356,8 @@ import {
|
|
|
350
356
|
SvgPresenterMode
|
|
351
357
|
} from "./chunk-YSSA4HKD.js";
|
|
352
358
|
import {
|
|
353
|
-
|
|
354
|
-
} from "./chunk-
|
|
359
|
+
SvgPause
|
|
360
|
+
} from "./chunk-6NWQRPUY.js";
|
|
355
361
|
import {
|
|
356
362
|
SvgPeople
|
|
357
363
|
} from "./chunk-7KHUK7CK.js";
|
|
@@ -374,8 +380,8 @@ import {
|
|
|
374
380
|
SvgPin
|
|
375
381
|
} from "./chunk-J3DMC6VO.js";
|
|
376
382
|
import {
|
|
377
|
-
|
|
378
|
-
} from "./chunk-
|
|
383
|
+
SvgNotifications
|
|
384
|
+
} from "./chunk-7BUGMAD3.js";
|
|
379
385
|
import {
|
|
380
386
|
SvgNotion
|
|
381
387
|
} from "./chunk-ZIKNP5HT.js";
|
|
@@ -398,8 +404,8 @@ import {
|
|
|
398
404
|
SvgPalette
|
|
399
405
|
} from "./chunk-3G43DSBG.js";
|
|
400
406
|
import {
|
|
401
|
-
|
|
402
|
-
} from "./chunk-
|
|
407
|
+
SvgMobileDevices
|
|
408
|
+
} from "./chunk-FL7WZQA7.js";
|
|
403
409
|
import {
|
|
404
410
|
SvgMoney
|
|
405
411
|
} from "./chunk-EGS26V5P.js";
|
|
@@ -422,8 +428,8 @@ import {
|
|
|
422
428
|
SvgNotes
|
|
423
429
|
} from "./chunk-W4PMGSRS.js";
|
|
424
430
|
import {
|
|
425
|
-
|
|
426
|
-
} from "./chunk-
|
|
431
|
+
SvgMicrosoftTeamsLogo
|
|
432
|
+
} from "./chunk-24RL2WNZ.js";
|
|
427
433
|
import {
|
|
428
434
|
SvgMicrosoftExcel
|
|
429
435
|
} from "./chunk-QWF6NZT3.js";
|
|
@@ -446,8 +452,8 @@ import {
|
|
|
446
452
|
SvgMinus
|
|
447
453
|
} from "./chunk-AOPQUDFU.js";
|
|
448
454
|
import {
|
|
449
|
-
|
|
450
|
-
} from "./chunk-
|
|
455
|
+
SvgLucidchart
|
|
456
|
+
} from "./chunk-2S6VYRXG.js";
|
|
451
457
|
import {
|
|
452
458
|
SvgMail
|
|
453
459
|
} from "./chunk-XZNFR7L7.js";
|
|
@@ -470,8 +476,8 @@ import {
|
|
|
470
476
|
SvgMic
|
|
471
477
|
} from "./chunk-4IKQ6RTL.js";
|
|
472
478
|
import {
|
|
473
|
-
|
|
474
|
-
} from "./chunk-
|
|
479
|
+
SvgLinkOff
|
|
480
|
+
} from "./chunk-KRDPKGQU.js";
|
|
475
481
|
import {
|
|
476
482
|
SvgLink
|
|
477
483
|
} from "./chunk-23KFCWJL.js";
|
|
@@ -491,8 +497,8 @@ import {
|
|
|
491
497
|
SvgLogOut
|
|
492
498
|
} from "./chunk-SY7SMBFL.js";
|
|
493
499
|
import {
|
|
494
|
-
|
|
495
|
-
} from "./chunk-
|
|
500
|
+
SvgKeyboardArrowLeft
|
|
501
|
+
} from "./chunk-6NX5OUP7.js";
|
|
496
502
|
import {
|
|
497
503
|
SvgKeyboardArrowRight
|
|
498
504
|
} from "./chunk-6JFUNHZZ.js";
|
|
@@ -514,9 +520,6 @@ import {
|
|
|
514
520
|
import {
|
|
515
521
|
SvgLinkBroken
|
|
516
522
|
} from "./chunk-UNK3JWYL.js";
|
|
517
|
-
import {
|
|
518
|
-
SvgLinkOff
|
|
519
|
-
} from "./chunk-KRDPKGQU.js";
|
|
520
523
|
import {
|
|
521
524
|
SvgInfoFill
|
|
522
525
|
} from "./chunk-3CRP27HY.js";
|
|
@@ -539,8 +542,8 @@ import {
|
|
|
539
542
|
SvgKeyboardArrowDown
|
|
540
543
|
} from "./chunk-NFUMBA6M.js";
|
|
541
544
|
import {
|
|
542
|
-
|
|
543
|
-
} from "./chunk-
|
|
545
|
+
SvgHighlightText
|
|
546
|
+
} from "./chunk-43MA57P2.js";
|
|
544
547
|
import {
|
|
545
548
|
SvgHome
|
|
546
549
|
} from "./chunk-MRZGD3DF.js";
|
|
@@ -562,6 +565,9 @@ import {
|
|
|
562
565
|
import {
|
|
563
566
|
SvgImport
|
|
564
567
|
} from "./chunk-EOBCFXCG.js";
|
|
568
|
+
import {
|
|
569
|
+
SvgGoogleForms
|
|
570
|
+
} from "./chunk-P32PSGWS.js";
|
|
565
571
|
import {
|
|
566
572
|
SvgGoogleSheets
|
|
567
573
|
} from "./chunk-2LIQYH5D.js";
|
|
@@ -584,8 +590,8 @@ import {
|
|
|
584
590
|
SvgHighlightOff
|
|
585
591
|
} from "./chunk-THG45YYP.js";
|
|
586
592
|
import {
|
|
587
|
-
|
|
588
|
-
} from "./chunk-
|
|
593
|
+
SvgFullscreenExit
|
|
594
|
+
} from "./chunk-3VTCJYNO.js";
|
|
589
595
|
import {
|
|
590
596
|
SvgFullscreen
|
|
591
597
|
} from "./chunk-QCPPIAW2.js";
|
|
@@ -608,8 +614,8 @@ import {
|
|
|
608
614
|
SvgGoogleDrive
|
|
609
615
|
} from "./chunk-4QUENNQ6.js";
|
|
610
616
|
import {
|
|
611
|
-
|
|
612
|
-
} from "./chunk-
|
|
617
|
+
SvgFirefoxLogo
|
|
618
|
+
} from "./chunk-LFV2G7IY.js";
|
|
613
619
|
import {
|
|
614
620
|
SvgFirstPage
|
|
615
621
|
} from "./chunk-BDJYPOQF.js";
|
|
@@ -632,8 +638,8 @@ import {
|
|
|
632
638
|
SvgFullScreen2
|
|
633
639
|
} from "./chunk-EJWFIZMS.js";
|
|
634
640
|
import {
|
|
635
|
-
|
|
636
|
-
} from "./chunk-
|
|
641
|
+
SvgExtension
|
|
642
|
+
} from "./chunk-L5ZPSV3X.js";
|
|
637
643
|
import {
|
|
638
644
|
SvgExternalLink
|
|
639
645
|
} from "./chunk-RR2USMMV.js";
|
|
@@ -656,8 +662,8 @@ import {
|
|
|
656
662
|
SvgFillerWordRemoval
|
|
657
663
|
} from "./chunk-KB5FU4C5.js";
|
|
658
664
|
import {
|
|
659
|
-
|
|
660
|
-
} from "./chunk-
|
|
665
|
+
SvgEdgeLogo
|
|
666
|
+
} from "./chunk-HZTGQJYD.js";
|
|
661
667
|
import {
|
|
662
668
|
SvgEditBorder
|
|
663
669
|
} from "./chunk-KKDUUWDW.js";
|
|
@@ -676,9 +682,6 @@ import {
|
|
|
676
682
|
import {
|
|
677
683
|
SvgExpand
|
|
678
684
|
} from "./chunk-I2GY7HI4.js";
|
|
679
|
-
import {
|
|
680
|
-
SvgExtension
|
|
681
|
-
} from "./chunk-L5ZPSV3X.js";
|
|
682
685
|
import {
|
|
683
686
|
SvgCursor
|
|
684
687
|
} from "./chunk-KVOGDZ34.js";
|
|
@@ -694,15 +697,15 @@ import {
|
|
|
694
697
|
import {
|
|
695
698
|
SvgDesktopMac
|
|
696
699
|
} from "./chunk-Z7NDZGNO.js";
|
|
700
|
+
import {
|
|
701
|
+
SvgDiagramSymbolDecision
|
|
702
|
+
} from "./chunk-VG3SGXWL.js";
|
|
697
703
|
import {
|
|
698
704
|
SvgDomain
|
|
699
705
|
} from "./chunk-SWCCHCXL.js";
|
|
700
706
|
import {
|
|
701
707
|
SvgDownload
|
|
702
708
|
} from "./chunk-FTISGJNM.js";
|
|
703
|
-
import {
|
|
704
|
-
SvgEdgeLogo
|
|
705
|
-
} from "./chunk-HZTGQJYD.js";
|
|
706
709
|
import {
|
|
707
710
|
SvgCopy
|
|
708
711
|
} from "./chunk-A7S7BUZG.js";
|
|
@@ -1124,6 +1127,7 @@ export {
|
|
|
1124
1127
|
SvgDelete,
|
|
1125
1128
|
SvgDeleteForever,
|
|
1126
1129
|
SvgDesktopMac,
|
|
1130
|
+
SvgDiagramSymbolDecision,
|
|
1127
1131
|
SvgDomain,
|
|
1128
1132
|
SvgDownload,
|
|
1129
1133
|
SvgEdgeLogo,
|