@vertexvis/ui 0.1.3-canary.2 → 0.1.3-canary.3

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 (43) hide show
  1. package/dist/cjs/{banner-ee5487c2.js → banner-632ff33f.js} +1 -1
  2. package/dist/cjs/{icon-button-0447fcec.js → icon-button-20025e7e.js} +1 -1
  3. package/dist/cjs/{icon-cd06cbe3.js → icon-df734817.js} +1 -1
  4. package/dist/cjs/{icon-helper-0377e5b1.js → icon-helper-31cc7730.js} +15 -0
  5. package/dist/cjs/index.cjs.js +4 -4
  6. package/dist/cjs/vertex-banner.cjs.entry.js +2 -2
  7. package/dist/cjs/vertex-icon-button.cjs.entry.js +2 -2
  8. package/dist/cjs/vertex-icon.cjs.entry.js +2 -2
  9. package/dist/collection/components/icon/icon-helper.js +9 -0
  10. package/dist/collection/components/icon/icon.js +1 -1
  11. package/dist/collection/components/icon/icons/arrow-swap.js +2 -0
  12. package/dist/collection/components/icon/icons/paste.js +2 -0
  13. package/dist/collection/components/icon/icons/scissors.js +2 -0
  14. package/dist/collection/components/icon-button/icon-button.js +1 -1
  15. package/dist/collection/types/icon.js +3 -0
  16. package/dist/components/components.esm.js +1 -1
  17. package/dist/components/icon-helper.js +15 -0
  18. package/dist/components/index.esm.js +1 -1
  19. package/dist/components/p-41715979.js +1 -0
  20. package/dist/components/{p-038eeb75.js → p-6509d623.js} +1 -1
  21. package/dist/components/p-68d8d50d.entry.js +1 -0
  22. package/dist/components/{p-8a5cd281.js → p-ab1b967e.js} +1 -1
  23. package/dist/components/p-b0c8efdc.entry.js +1 -0
  24. package/dist/components/p-ca32a90d.entry.js +1 -0
  25. package/dist/components/{p-b229b5ba.js → p-ed9fdc0f.js} +1 -1
  26. package/dist/esm/{banner-1e53164f.js → banner-f0e5eb24.js} +1 -1
  27. package/dist/esm/{icon-20d89396.js → icon-156a1fd2.js} +1 -1
  28. package/dist/esm/{icon-button-fe250e18.js → icon-button-575d8f81.js} +1 -1
  29. package/dist/esm/{icon-helper-2f55ad53.js → icon-helper-e40f4cd8.js} +15 -0
  30. package/dist/esm/index.js +4 -4
  31. package/dist/esm/vertex-banner.entry.js +2 -2
  32. package/dist/esm/vertex-icon-button.entry.js +2 -2
  33. package/dist/esm/vertex-icon.entry.js +2 -2
  34. package/dist/types/components/icon/icons/arrow-swap.d.ts +3 -0
  35. package/dist/types/components/icon/icons/paste.d.ts +3 -0
  36. package/dist/types/components/icon/icons/scissors.d.ts +3 -0
  37. package/dist/types/components/text-field/text-field.d.ts +1 -1
  38. package/dist/types/types/icon.d.ts +3 -0
  39. package/package.json +2 -2
  40. package/dist/components/p-52af589d.entry.js +0 -1
  41. package/dist/components/p-8bb220db.entry.js +0 -1
  42. package/dist/components/p-9540e00a.entry.js +0 -1
  43. package/dist/components/p-e90f00f9.js +0 -1
@@ -2,7 +2,7 @@
2
2
 
3
3
  const index = require('./index-6a92256c.js');
4
4
  const index$1 = require('./index-e1b40fa6.js');
5
- const iconHelper = require('./icon-helper-0377e5b1.js');
5
+ const iconHelper = require('./icon-helper-31cc7730.js');
6
6
 
7
7
  const bannerCss = ":host{--banner-width:auto;--banner-min-width:25rem;--banner-max-width:35rem;--banner-white-space:normal}.anchor{position:fixed}.top-left{left:24px;top:24px}.top{left:50vw;top:24px}.top-right{right:24px;top:24px}.popover{position:fixed;--open-animation-name:open-fade-in;--close-animation-name:close-fade-out}.actions{display:flex;align-items:center;margin-left:auto}.close{cursor:pointer;margin-left:16px}.close:hover{color:var(--vertex-ui-blue-500)}.banner{position:relative;display:flex;align-items:center;width:var(--banner-width);min-width:var(--banner-min-width);max-width:var(--banner-max-width);padding:16px;font-family:var(--vertex-ui-font-family);font-size:var(--vertex-ui-text-base);border-radius:4px;white-space:var(--banner-white-space);user-select:none;filter:drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));border:1px solid var(--vertex-ui-neutral-300)}.banner.hidden{pointer-events:none}.icon{display:flex;margin-right:16px;justify-content:center;align-items:center;fill:currentColor;height:1.25rem;width:1.25rem}.icon-info{color:var(--vertex-ui-blue-600)}.icon-success{color:var(--vertex-ui-green-600)}.icon-warn{color:var(--vertex-ui-orange-600)}.icon-error{color:var(--vertex-ui-red-600)}.message{align-items:center}.info{background-color:var(--vertex-ui-blue-100);color:var(--vertex-ui-neutral-800)}.success{background-color:var(--vertex-ui-green-100);color:var(--vertex-ui-neutral-800)}.warn{background-color:var(--vertex-ui-orange-100);color:var(--vertex-ui-neutral-800)}.error{background-color:var(--vertex-ui-red-100);color:var(--vertex-ui-neutral-800)}";
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  const index = require('./index-6a92256c.js');
4
4
  const index$1 = require('./index-e1b40fa6.js');
5
- const iconHelper = require('./icon-helper-0377e5b1.js');
5
+ const iconHelper = require('./icon-helper-31cc7730.js');
6
6
 
7
7
  const iconButtonCss = "button{border:none;background-color:transparent;font-family:var(--vertex-ui-font-family);font-size:0.875rem;padding:0}:host{--enabled-cursor:pointer;--disabled-cursor:not-allowed;--hover-background-color:var(--vertex-ui-neutral-300);--active-background-color:var(--vertex-ui-neutral-400);--focus-background-color:var(--vertex-ui-neutral-400);--hover-box-shadow:0 2px 2px rgb(0 0 0 / 20%);--active-box-shadow:none;--focus-box-shadow:0 0 0 1px var(--vertex-ui-neutral-900);--icon-margin:0px}.container{display:flex;justify-content:center;align-items:center;outline:none;fill:currentColor;color:currentColor;cursor:var(--enabled-cursor)}.container:not(.plain){border-radius:4px;padding:0.25rem}.icon-button{display:flex;position:relative;justify-content:center;align-items:center;fill:currentColor;height:var(--icon-size, 1.5rem);width:var(--icon-size, 1.5rem)}.icon-button svg{width:100%;height:100%;margin:var(--icon-margin, 0px)}.badge{position:absolute;top:0px;right:4px;justify-content:flex-end;align-items:flex-end}.floating{background-color:var(--vertex-ui-neutral-100);box-shadow:var(--vertex-ui-overlay-shadow);color:var(--vertex-ui-neutral-700);fill:var(--vertex-ui-neutral-700);opacity:0.95}.floating.disabled{color:var(--vertex-ui-neutral-400);cursor:var(--disabled-cursor)}.container:not(.disabled):not(.plain):hover{background-color:var(--hover-background-color);box-shadow:var(--hover-box-shadow)}.container:not(.disabled):not(.plain):active{background-color:var(--active-background-color);box-shadow:var(--active-box-shadow)}.container:not(.disabled):not(.plain):focus-visible{background-color:var(--focus-background-color);box-shadow:var(--focus-box-shadow);color:var(--vertex-ui-neutral-900)}.container.disabled:not(.floating){cursor:var(--disabled-cursor);color:var(--vertex-ui-neutral-400)}.container.primary:not(.disabled){color:var(--vertex-ui-blue-700)}.container.secondary:not(.disabled){color:var(--vertex-ui-neutral-800)}.xs{height:var(--icon-size, 0.75rem);width:var(--icon-size, 0.75rem)}.sm{height:var(--icon-size, 1rem);width:var(--icon-size, 1rem)}.md{height:var(--icon-size, 1.5rem);width:var(--icon-size, 1.5rem)}.lg{height:var(--icon-size, 2rem);width:var(--icon-size, 2rem)}";
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  const index = require('./index-6a92256c.js');
4
4
  const index$1 = require('./index-e1b40fa6.js');
5
- const iconHelper = require('./icon-helper-0377e5b1.js');
5
+ const iconHelper = require('./icon-helper-31cc7730.js');
6
6
 
7
7
  const iconCss = ".container{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.icon{display:flex;justify-content:center;align-items:center;fill:currentColor}.xs{height:var(--icon-size, 0.75rem);width:var(--icon-size, 0.75rem)}.sm{height:var(--icon-size, 1rem);width:var(--icon-size, 1rem)}.md{height:var(--icon-size, 1.5rem);width:var(--icon-size, 1.5rem)}.lg{height:var(--icon-size, 2rem);width:var(--icon-size, 2rem)}svg{position:relative;width:100%}";
8
8
 
@@ -53,6 +53,9 @@ const ArrowRightCircled = () => (index.h("svg", { xmlns: "http://www.w3.org/2000
53
53
  index.h("path", { d: "m11.753 8-3.6867 3.1402z" })),
54
54
  index.h("path", { d: "M8,1a7,7,0,1,0,7,7A7,7,0,0,0,8,1Zm4.24,11.24A6,6,0,1,1,3.76,3.76a6,6,0,1,1,8.48,8.48Z" })));
55
55
 
56
+ const ArrowSwap = () => (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "data-testid": "arrow-swap" },
57
+ index.h("path", { d: "m2.59 10.63 1.74 1.74c.09.09.14.21.15.34 0 .13-.04.26-.15.37-.11.11-.23.17-.36.17-.13 0-.25-.06-.36-.17L1.23 10.7a.708.708 0 0 1-.18-.27.729.729 0 0 1-.05-.3c0-.11.02-.21.05-.3.04-.09.1-.18.18-.27l2.39-2.39c.1-.1.21-.15.34-.15.13 0 .25.05.36.16.11.11.16.23.16.35 0 .13-.05.24-.16.35L2.58 9.62h6.89c.14 0 .26.05.36.14.1.1.14.21.14.36 0 .14-.05.26-.14.36-.1.1-.21.14-.36.14H2.59v.01ZM13.4 5.62H6.51c-.14 0-.26-.05-.36-.14-.1-.1-.14-.21-.14-.36 0-.14.05-.26.14-.36.1-.1.21-.14.36-.14h6.89l-1.74-1.74a.532.532 0 0 1-.15-.34c0-.13.04-.26.15-.37.11-.11.23-.17.36-.17.13 0 .25.06.36.17l2.38 2.38c.09.09.15.18.18.27.04.09.05.19.05.3 0 .11-.02.21-.05.3-.04.09-.1.18-.18.27l-2.39 2.39c-.1.1-.21.15-.34.15-.13 0-.25-.05-.36-.16a.491.491 0 0 1-.16-.35c0-.13.05-.24.16-.35l1.74-1.74-.01-.01Z" })));
58
+
56
59
  const ArrowTriangleLeft = () => (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "data-testid": "arrow-triangle-left" },
57
60
  index.h("g", { transform: "matrix(1.0411 0 0 1 -.53826 .29031)" },
58
61
  index.h("path", { d: "m1.9916 7.6851h13.033z", fill: "none", stroke: "currentColor", "stroke-linejoin": "round", "stroke-width": "1.5" })),
@@ -311,6 +314,9 @@ const Pan = () => (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox
311
314
  const PaperAirplane = () => (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "data-testid": "paper-airplane" },
312
315
  index.h("path", { d: "M10.173 15.005c-.17 0-.33-.09-.42-.23l-3.31-5.2-5.21-3.32a.507.507 0 0 1-.23-.48c.02-.19.16-.35.34-.41l13-4.34c.18-.06.38-.01.51.12s.18.33.12.51l-4.33 13c-.06.18-.22.31-.41.34h-.06v.01Zm-2.74-5.73 2.59 4.07 3.69-11.06-11.06 3.7 4.07 2.59 3.57-3.57c.2-.2.51-.2.71 0 .2.2.2.51 0 .71l-3.57 3.57v-.01Z" })));
313
316
 
317
+ const Paste = () => (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "data-testid": "paste" },
318
+ index.h("path", { d: "M3.61 15c-.44 0-.82-.16-1.14-.47-.32-.32-.47-.7-.47-1.14V4.03c0-.44.16-.82.47-1.14.32-.32.7-.47 1.14-.47l2.63-.03c.09-.39.3-.72.62-.99s.7-.4 1.13-.4c.43 0 .81.13 1.13.4.32.27.53.59.62.99h2.62c.44 0 .82.16 1.14.47.32.31.47.7.47 1.14v9.35c0 .44-.16.82-.47 1.14-.32.32-.7.47-1.14.47l-8.75.03V15Zm0-1 8.75-.03c.15 0 .3-.06.42-.19.13-.13.19-.27.19-.42V4c0-.15-.06-.3-.19-.42a.581.581 0 0 0-.42-.19h-1.38v1.42c0 .23-.08.42-.23.58-.15.15-.34.23-.57.23h-4.4c-.23 0-.42-.08-.57-.23a.8.8 0 0 1-.23-.58V3.39l-1.38.03c-.15 0-.3.06-.42.19-.13.13-.19.27-.19.42v9.35c0 .15.06.3.19.42.13.13.27.19.42.19l.01.01ZM7.99 3.62c.23 0 .42-.08.57-.23.15-.16.23-.35.23-.58 0-.23-.08-.42-.23-.57a.816.816 0 0 0-.58-.23c-.23 0-.42.08-.57.23-.15.16-.23.35-.23.58 0 .23.08.42.23.57.16.15.35.23.58.23Z" })));
319
+
314
320
  const Pencil = () => (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "data-testid": "pencil" },
315
321
  index.h("path", { d: "M14,3.28,12.72,2a1.71,1.71,0,0,0-2.44,0L2.81,9.48a3.9,3.9,0,0,0-1,1.81h0l-.65,2.59h0l0,.2a.79.79,0,0,0,.8.8l.2,0,2.59-.65h0a3.9,3.9,0,0,0,1.81-1L14,5.72a1.71,1.71,0,0,0,0-2.44Zm-8.18,9.2a2.85,2.85,0,0,1-1.35.76h0l-.17,0L2.71,11.71l0-.17h0a2.85,2.85,0,0,1,.76-1.35l6-6L11.8,6.49ZM13.28,5l-.77.78L10.25,3.46,11,2.72a.7.7,0,0,1,1,0L13.28,4a.7.7,0,0,1,0,1Z" })));
316
322
 
@@ -402,6 +408,9 @@ const Rotate = () => (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", view
402
408
  const Ruler = () => (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "data-testid": "ruler" },
403
409
  index.h("path", { d: "M14.85,4.15l-3-3a.48.48,0,0,0-.7,0l-10,10a.48.48,0,0,0,0,.7l3,3a.48.48,0,0,0,.7,0l10-10a.48.48,0,0,0,0-.7ZM4.5,13.79,2.21,11.5,4,9.67a.44.44,0,0,0,.12.18l1,1a.49.49,0,0,0,.7-.7l-1-1A.44.44,0,0,0,4.67,9L6,7.67a.44.44,0,0,0,.12.18l1,1a.49.49,0,0,0,.7-.7l-1-1A.44.44,0,0,0,6.67,7L8,5.67a.44.44,0,0,0,.12.18l1,1a.49.49,0,0,0,.7-.7l-1-1A.44.44,0,0,0,8.67,5L10,3.67a.44.44,0,0,0,.12.18l1,1a.49.49,0,0,0,.7-.7l-1-1A.44.44,0,0,0,10.67,3l.83-.82L13.79,4.5Z" })));
404
410
 
411
+ const Scissors = () => (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "data-testid": "scissors" },
412
+ index.h("path", { d: "m8.29 8.91-2.44 2.34c.11.19.2.39.25.59.05.21.08.42.08.65 0 .68-.25 1.27-.76 1.76s-1.12.73-1.83.73-1.32-.24-1.83-.73S1 13.18 1 12.5c0-.68.25-1.27.76-1.76s1.12-.73 1.83-.73c.23 0 .46.03.67.08.22.05.42.13.62.24l2.44-2.34-2.44-2.34c-.2.11-.4.19-.62.24-.22.05-.44.08-.67.08-.71 0-1.32-.24-1.83-.73S1 4.17 1 3.49c0-.68.25-1.27.76-1.76S2.88 1 3.59 1s1.32.24 1.83.73.76 1.07.76 1.76c0 .22-.03.44-.08.65-.05.21-.14.41-.25.59l8.94 8.58c.22.21.27.45.15.71-.12.26-.34.4-.64.4-.09 0-.17-.02-.26-.05a.636.636 0 0 1-.22-.14l-5.53-5.3v-.02ZM10.28 7l-.96-.93 4.5-4.31c.06-.06.14-.11.22-.14.08-.03.17-.05.26-.05.31 0 .52.13.64.4.12.26.07.5-.15.72l-4.5 4.32-.01-.01ZM3.59 5.21c.5 0 .92-.17 1.28-.51.35-.34.53-.75.53-1.22s-.18-.89-.53-1.22c-.35-.34-.78-.51-1.28-.51s-.92.17-1.28.51c-.35.34-.53.75-.53 1.22s.18.89.53 1.22c.35.34.78.51 1.28.51Zm0 9.02c.5 0 .92-.17 1.28-.51.35-.34.53-.75.53-1.22s-.18-.89-.53-1.22c-.35-.33-.78-.51-1.28-.51s-.92.17-1.28.51c-.35.34-.53.75-.53 1.22s.18.89.53 1.22c.35.34.78.51 1.28.51Z" })));
413
+
405
414
  const Search = () => (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "data-testid": "search" },
406
415
  index.h("path", { d: "M14.85,14.15l-4-4a.37.37,0,0,0-.2-.12,5.45,5.45,0,1,0-.62.62.37.37,0,0,0,.12.2l4,4a.49.49,0,0,0,.7-.7ZM9.71,9.71a4.51,4.51,0,0,1-6.42,0,4.51,4.51,0,0,1,0-6.42,4.51,4.51,0,0,1,6.42,0,4.51,4.51,0,0,1,0,6.42Z" })));
407
416
 
@@ -493,6 +502,8 @@ function getSvg(name) {
493
502
  return index.h(ArrowPartial, null);
494
503
  case 'arrow-right-circled':
495
504
  return index.h(ArrowRightCircled, null);
505
+ case 'arrow-swap':
506
+ return index.h(ArrowSwap, null);
496
507
  case 'arrow-triangle-left':
497
508
  return index.h(ArrowTriangleLeft, null);
498
509
  case 'arrow-triangle-right':
@@ -643,6 +654,8 @@ function getSvg(name) {
643
654
  return index.h(Pan, null);
644
655
  case 'paper-airplane':
645
656
  return index.h(PaperAirplane, null);
657
+ case 'paste':
658
+ return index.h(Paste, null);
646
659
  case 'pencil':
647
660
  return index.h(Pencil, null);
648
661
  case 'person-height':
@@ -687,6 +700,8 @@ function getSvg(name) {
687
700
  return index.h(Rotate, null);
688
701
  case 'ruler':
689
702
  return index.h(Ruler, null);
703
+ case 'scissors':
704
+ return index.h(Scissors, null);
690
705
  case 'search':
691
706
  return index.h(Search, null);
692
707
  case 'show-only-nearby':
@@ -6,7 +6,7 @@ const autoResizeTextarea = require('./auto-resize-textarea-deb05359.js');
6
6
  const avatar = require('./avatar-e69bb687.js');
7
7
  const avatarGroup = require('./avatar-group-d2af53e4.js');
8
8
  const badge = require('./badge-d39ac1fc.js');
9
- const banner = require('./banner-ee5487c2.js');
9
+ const banner = require('./banner-632ff33f.js');
10
10
  const button = require('./button-e63d25b1.js');
11
11
  const card = require('./card-ae9e8a8f.js');
12
12
  const cardGroup = require('./card-group-da93e610.js');
@@ -22,8 +22,8 @@ const draggablePopover = require('./draggable-popover-edf23d3a.js');
22
22
  const dropdownMenu = require('./dropdown-menu-5ae03a72.js');
23
23
  const expandable = require('./expandable-b1cd4f0b.js');
24
24
  const helpTooltip = require('./help-tooltip-f72eccc7.js');
25
- const icon = require('./icon-cd06cbe3.js');
26
- const iconButton = require('./icon-button-0447fcec.js');
25
+ const icon = require('./icon-df734817.js');
26
+ const iconButton = require('./icon-button-20025e7e.js');
27
27
  const logoLoading = require('./logo-loading-4d49fedf.js');
28
28
  const menu = require('./menu-25f83cd7.js');
29
29
  const menuDivider = require('./menu-divider-5bdebe5d.js');
@@ -46,7 +46,7 @@ const tooltip = require('./tooltip-634eb8c9.js');
46
46
  require('./index-6a92256c.js');
47
47
  require('./slots-fb5ac359.js');
48
48
  require('./index-e1b40fa6.js');
49
- require('./icon-helper-0377e5b1.js');
49
+ require('./icon-helper-31cc7730.js');
50
50
  require('./lib-1bd1e383.js');
51
51
  require('./dom-a2c535e3.js');
52
52
  require('./templates-e7b3ffbb.js');
@@ -2,10 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const banner = require('./banner-ee5487c2.js');
5
+ const banner = require('./banner-632ff33f.js');
6
6
  require('./index-6a92256c.js');
7
7
  require('./index-e1b40fa6.js');
8
- require('./icon-helper-0377e5b1.js');
8
+ require('./icon-helper-31cc7730.js');
9
9
 
10
10
 
11
11
 
@@ -2,10 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const iconButton = require('./icon-button-0447fcec.js');
5
+ const iconButton = require('./icon-button-20025e7e.js');
6
6
  require('./index-6a92256c.js');
7
7
  require('./index-e1b40fa6.js');
8
- require('./icon-helper-0377e5b1.js');
8
+ require('./icon-helper-31cc7730.js');
9
9
 
10
10
 
11
11
 
@@ -2,10 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const icon = require('./icon-cd06cbe3.js');
5
+ const icon = require('./icon-df734817.js');
6
6
  require('./index-6a92256c.js');
7
7
  require('./index-e1b40fa6.js');
8
- require('./icon-helper-0377e5b1.js');
8
+ require('./icon-helper-31cc7730.js');
9
9
 
10
10
 
11
11
 
@@ -11,6 +11,7 @@ import { ArrowLineLeft } from './icons/arrow-line-left';
11
11
  import { ArrowLineRight } from './icons/arrow-line-right';
12
12
  import { ArrowPartial } from './icons/arrow-partial';
13
13
  import { ArrowRightCircled } from './icons/arrow-right-circled';
14
+ import { ArrowSwap } from './icons/arrow-swap';
14
15
  import { ArrowTriangleLeft } from './icons/arrow-triangle-left';
15
16
  import { ArrowTriangleRight } from './icons/arrow-triangle-right';
16
17
  import { ArrowUpCircled } from './icons/arrow-up-circled';
@@ -86,6 +87,7 @@ import { Open } from './icons/open';
86
87
  import { OpenWindow } from './icons/open-window';
87
88
  import { Pan } from './icons/pan';
88
89
  import { PaperAirplane } from './icons/paper-airplane';
90
+ import { Paste } from './icons/paste';
89
91
  import { Pencil } from './icons/pencil';
90
92
  import { PersonHeight } from './icons/person-height';
91
93
  import { PersonRun } from './icons/person-run';
@@ -108,6 +110,7 @@ import { Reset } from './icons/reset';
108
110
  import { Resize } from './icons/resize';
109
111
  import { Rotate } from './icons/rotate';
110
112
  import { Ruler } from './icons/ruler';
113
+ import { Scissors } from './icons/scissors';
111
114
  import { Search } from './icons/search';
112
115
  import { ShowOnlyNearby } from './icons/show-only-nearby';
113
116
  import { Snapshots } from './icons/snapshots';
@@ -152,6 +155,8 @@ export function getSvg(name) {
152
155
  return h(ArrowPartial, null);
153
156
  case 'arrow-right-circled':
154
157
  return h(ArrowRightCircled, null);
158
+ case 'arrow-swap':
159
+ return h(ArrowSwap, null);
155
160
  case 'arrow-triangle-left':
156
161
  return h(ArrowTriangleLeft, null);
157
162
  case 'arrow-triangle-right':
@@ -302,6 +307,8 @@ export function getSvg(name) {
302
307
  return h(Pan, null);
303
308
  case 'paper-airplane':
304
309
  return h(PaperAirplane, null);
310
+ case 'paste':
311
+ return h(Paste, null);
305
312
  case 'pencil':
306
313
  return h(Pencil, null);
307
314
  case 'person-height':
@@ -346,6 +353,8 @@ export function getSvg(name) {
346
353
  return h(Rotate, null);
347
354
  case 'ruler':
348
355
  return h(Ruler, null);
356
+ case 'scissors':
357
+ return h(Scissors, null);
349
358
  case 'search':
350
359
  return h(Search, null);
351
360
  case 'show-only-nearby':
@@ -33,7 +33,7 @@ export class Icon {
33
33
  "mutable": false,
34
34
  "complexType": {
35
35
  "original": "IconName",
36
- "resolved": "\"compare\" | \"help\" | \"open\" | \"expand\" | \"info\" | \"copy\" | \"menu\" | \"ellipse\" | \"line\" | \"download\" | \"rotate\" | \"close\" | \"adjustments\" | \"align-to-global\" | \"align-to-part\" | \"align-to-surface\" | \"align-view-to-plane\" | \"annotation\" | \"arrow-filled\" | \"arrow-left-circled\" | \"arrow-line-left\" | \"arrow-line-right\" | \"arrow-partial\" | \"arrow-right-circled\" | \"arrow-triangle-left\" | \"arrow-triangle-right\" | \"arrow-up-circled\" | \"attachment\" | \"axis-x\" | \"axis-y\" | \"axis-z\" | \"back\" | \"box-cursor\" | \"box-select\" | \"camera\" | \"camera-add\" | \"caret-down\" | \"caret-left\" | \"caret-right\" | \"caret-up\" | \"caution\" | \"check\" | \"check-circle\" | \"chevron-down\" | \"chevron-left\" | \"chevron-right\" | \"chevron-up\" | \"circle-outline\" | \"close-circle\" | \"close-circle-fill\" | \"collapse-all\" | \"columns\" | \"columns-add\" | \"comment-add\" | \"comment-filled\" | \"comment-reopen\" | \"comment-resolve\" | \"comment-show\" | \"compress\" | \"cross-section\" | \"cube-orthographic\" | \"cube-perspective\" | \"cube-stack\" | \"delete\" | \"drag-indicator\" | \"error-circle\" | \"expand-all\" | \"export\" | \"file\" | \"file-folder\" | \"file-pdf\" | \"fit-all\" | \"fit-selected\" | \"flip\" | \"folder-plus\" | \"forward\" | \"gear\" | \"invert\" | \"line-dot-left\" | \"line-dot-right\" | \"line-hash-left\" | \"line-hash-right\" | \"locate\" | \"markup\" | \"notification\" | \"open-window\" | \"pan\" | \"paper-airplane\" | \"pencil\" | \"person-height\" | \"person-run\" | \"person-short\" | \"person-tall\" | \"person-walk\" | \"pin-fill\" | \"pin-line\" | \"pin-text\" | \"pin-text-fill\" | \"pin-text-square\" | \"plus\" | \"plus-with-arrow\" | \"pmi\" | \"precise-measurement\" | \"rabbit\" | \"rename\" | \"report\" | \"reset\" | \"resize\" | \"ruler\" | \"search\" | \"show-only-nearby\" | \"snapshots\" | \"square-dot-outline\" | \"star\" | \"tape-measure\" | \"teleport\" | \"teleport-and-align\" | \"teleport-toward\" | \"turtle\" | \"update\" | \"version-history\" | \"views\" | \"visibility-hidden\" | \"visibility-partial\" | \"visibility-visible\" | \"workspace-add\" | \"zoom\"",
36
+ "resolved": "\"compare\" | \"help\" | \"open\" | \"expand\" | \"info\" | \"copy\" | \"menu\" | \"ellipse\" | \"line\" | \"download\" | \"rotate\" | \"close\" | \"adjustments\" | \"align-to-global\" | \"align-to-part\" | \"align-to-surface\" | \"align-view-to-plane\" | \"annotation\" | \"arrow-filled\" | \"arrow-left-circled\" | \"arrow-line-left\" | \"arrow-line-right\" | \"arrow-partial\" | \"arrow-right-circled\" | \"arrow-swap\" | \"arrow-triangle-left\" | \"arrow-triangle-right\" | \"arrow-up-circled\" | \"attachment\" | \"axis-x\" | \"axis-y\" | \"axis-z\" | \"back\" | \"box-cursor\" | \"box-select\" | \"camera\" | \"camera-add\" | \"caret-down\" | \"caret-left\" | \"caret-right\" | \"caret-up\" | \"caution\" | \"check\" | \"check-circle\" | \"chevron-down\" | \"chevron-left\" | \"chevron-right\" | \"chevron-up\" | \"circle-outline\" | \"close-circle\" | \"close-circle-fill\" | \"collapse-all\" | \"columns\" | \"columns-add\" | \"comment-add\" | \"comment-filled\" | \"comment-reopen\" | \"comment-resolve\" | \"comment-show\" | \"compress\" | \"cross-section\" | \"cube-orthographic\" | \"cube-perspective\" | \"cube-stack\" | \"delete\" | \"drag-indicator\" | \"error-circle\" | \"expand-all\" | \"export\" | \"file\" | \"file-folder\" | \"file-pdf\" | \"fit-all\" | \"fit-selected\" | \"flip\" | \"folder-plus\" | \"forward\" | \"gear\" | \"invert\" | \"line-dot-left\" | \"line-dot-right\" | \"line-hash-left\" | \"line-hash-right\" | \"locate\" | \"markup\" | \"notification\" | \"open-window\" | \"pan\" | \"paper-airplane\" | \"paste\" | \"pencil\" | \"person-height\" | \"person-run\" | \"person-short\" | \"person-tall\" | \"person-walk\" | \"pin-fill\" | \"pin-line\" | \"pin-text\" | \"pin-text-fill\" | \"pin-text-square\" | \"plus\" | \"plus-with-arrow\" | \"pmi\" | \"precise-measurement\" | \"rabbit\" | \"rename\" | \"report\" | \"reset\" | \"resize\" | \"ruler\" | \"scissors\" | \"search\" | \"show-only-nearby\" | \"snapshots\" | \"square-dot-outline\" | \"star\" | \"tape-measure\" | \"teleport\" | \"teleport-and-align\" | \"teleport-toward\" | \"turtle\" | \"update\" | \"version-history\" | \"views\" | \"visibility-hidden\" | \"visibility-partial\" | \"visibility-visible\" | \"workspace-add\" | \"zoom\"",
37
37
  "references": {
38
38
  "IconName": {
39
39
  "location": "import",
@@ -0,0 +1,2 @@
1
+ import { h } from '@stencil/core';
2
+ export const ArrowSwap = () => (h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "data-testid": "arrow-swap" }, h("path", { d: "m2.59 10.63 1.74 1.74c.09.09.14.21.15.34 0 .13-.04.26-.15.37-.11.11-.23.17-.36.17-.13 0-.25-.06-.36-.17L1.23 10.7a.708.708 0 0 1-.18-.27.729.729 0 0 1-.05-.3c0-.11.02-.21.05-.3.04-.09.1-.18.18-.27l2.39-2.39c.1-.1.21-.15.34-.15.13 0 .25.05.36.16.11.11.16.23.16.35 0 .13-.05.24-.16.35L2.58 9.62h6.89c.14 0 .26.05.36.14.1.1.14.21.14.36 0 .14-.05.26-.14.36-.1.1-.21.14-.36.14H2.59v.01ZM13.4 5.62H6.51c-.14 0-.26-.05-.36-.14-.1-.1-.14-.21-.14-.36 0-.14.05-.26.14-.36.1-.1.21-.14.36-.14h6.89l-1.74-1.74a.532.532 0 0 1-.15-.34c0-.13.04-.26.15-.37.11-.11.23-.17.36-.17.13 0 .25.06.36.17l2.38 2.38c.09.09.15.18.18.27.04.09.05.19.05.3 0 .11-.02.21-.05.3-.04.09-.1.18-.18.27l-2.39 2.39c-.1.1-.21.15-.34.15-.13 0-.25-.05-.36-.16a.491.491 0 0 1-.16-.35c0-.13.05-.24.16-.35l1.74-1.74-.01-.01Z" })));
@@ -0,0 +1,2 @@
1
+ import { h } from '@stencil/core';
2
+ export const Paste = () => (h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "data-testid": "paste" }, h("path", { d: "M3.61 15c-.44 0-.82-.16-1.14-.47-.32-.32-.47-.7-.47-1.14V4.03c0-.44.16-.82.47-1.14.32-.32.7-.47 1.14-.47l2.63-.03c.09-.39.3-.72.62-.99s.7-.4 1.13-.4c.43 0 .81.13 1.13.4.32.27.53.59.62.99h2.62c.44 0 .82.16 1.14.47.32.31.47.7.47 1.14v9.35c0 .44-.16.82-.47 1.14-.32.32-.7.47-1.14.47l-8.75.03V15Zm0-1 8.75-.03c.15 0 .3-.06.42-.19.13-.13.19-.27.19-.42V4c0-.15-.06-.3-.19-.42a.581.581 0 0 0-.42-.19h-1.38v1.42c0 .23-.08.42-.23.58-.15.15-.34.23-.57.23h-4.4c-.23 0-.42-.08-.57-.23a.8.8 0 0 1-.23-.58V3.39l-1.38.03c-.15 0-.3.06-.42.19-.13.13-.19.27-.19.42v9.35c0 .15.06.3.19.42.13.13.27.19.42.19l.01.01ZM7.99 3.62c.23 0 .42-.08.57-.23.15-.16.23-.35.23-.58 0-.23-.08-.42-.23-.57a.816.816 0 0 0-.58-.23c-.23 0-.42.08-.57.23-.15.16-.23.35-.23.58 0 .23.08.42.23.57.16.15.35.23.58.23Z" })));
@@ -0,0 +1,2 @@
1
+ import { h } from '@stencil/core';
2
+ export const Scissors = () => (h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "data-testid": "scissors" }, h("path", { d: "m8.29 8.91-2.44 2.34c.11.19.2.39.25.59.05.21.08.42.08.65 0 .68-.25 1.27-.76 1.76s-1.12.73-1.83.73-1.32-.24-1.83-.73S1 13.18 1 12.5c0-.68.25-1.27.76-1.76s1.12-.73 1.83-.73c.23 0 .46.03.67.08.22.05.42.13.62.24l2.44-2.34-2.44-2.34c-.2.11-.4.19-.62.24-.22.05-.44.08-.67.08-.71 0-1.32-.24-1.83-.73S1 4.17 1 3.49c0-.68.25-1.27.76-1.76S2.88 1 3.59 1s1.32.24 1.83.73.76 1.07.76 1.76c0 .22-.03.44-.08.65-.05.21-.14.41-.25.59l8.94 8.58c.22.21.27.45.15.71-.12.26-.34.4-.64.4-.09 0-.17-.02-.26-.05a.636.636 0 0 1-.22-.14l-5.53-5.3v-.02ZM10.28 7l-.96-.93 4.5-4.31c.06-.06.14-.11.22-.14.08-.03.17-.05.26-.05.31 0 .52.13.64.4.12.26.07.5-.15.72l-4.5 4.32-.01-.01ZM3.59 5.21c.5 0 .92-.17 1.28-.51.35-.34.53-.75.53-1.22s-.18-.89-.53-1.22c-.35-.34-.78-.51-1.28-.51s-.92.17-1.28.51c-.35.34-.53.75-.53 1.22s.18.89.53 1.22c.35.34.78.51 1.28.51Zm0 9.02c.5 0 .92-.17 1.28-.51.35-.34.53-.75.53-1.22s-.18-.89-.53-1.22c-.35-.33-.78-.51-1.28-.51s-.92.17-1.28.51c-.35.34-.53.75-.53 1.22s.18.89.53 1.22c.35.34.78.51 1.28.51Z" })));
@@ -50,7 +50,7 @@ export class IconButton {
50
50
  "mutable": false,
51
51
  "complexType": {
52
52
  "original": "IconName",
53
- "resolved": "\"compare\" | \"help\" | \"open\" | \"expand\" | \"info\" | \"copy\" | \"menu\" | \"ellipse\" | \"line\" | \"download\" | \"rotate\" | \"close\" | \"adjustments\" | \"align-to-global\" | \"align-to-part\" | \"align-to-surface\" | \"align-view-to-plane\" | \"annotation\" | \"arrow-filled\" | \"arrow-left-circled\" | \"arrow-line-left\" | \"arrow-line-right\" | \"arrow-partial\" | \"arrow-right-circled\" | \"arrow-triangle-left\" | \"arrow-triangle-right\" | \"arrow-up-circled\" | \"attachment\" | \"axis-x\" | \"axis-y\" | \"axis-z\" | \"back\" | \"box-cursor\" | \"box-select\" | \"camera\" | \"camera-add\" | \"caret-down\" | \"caret-left\" | \"caret-right\" | \"caret-up\" | \"caution\" | \"check\" | \"check-circle\" | \"chevron-down\" | \"chevron-left\" | \"chevron-right\" | \"chevron-up\" | \"circle-outline\" | \"close-circle\" | \"close-circle-fill\" | \"collapse-all\" | \"columns\" | \"columns-add\" | \"comment-add\" | \"comment-filled\" | \"comment-reopen\" | \"comment-resolve\" | \"comment-show\" | \"compress\" | \"cross-section\" | \"cube-orthographic\" | \"cube-perspective\" | \"cube-stack\" | \"delete\" | \"drag-indicator\" | \"error-circle\" | \"expand-all\" | \"export\" | \"file\" | \"file-folder\" | \"file-pdf\" | \"fit-all\" | \"fit-selected\" | \"flip\" | \"folder-plus\" | \"forward\" | \"gear\" | \"invert\" | \"line-dot-left\" | \"line-dot-right\" | \"line-hash-left\" | \"line-hash-right\" | \"locate\" | \"markup\" | \"notification\" | \"open-window\" | \"pan\" | \"paper-airplane\" | \"pencil\" | \"person-height\" | \"person-run\" | \"person-short\" | \"person-tall\" | \"person-walk\" | \"pin-fill\" | \"pin-line\" | \"pin-text\" | \"pin-text-fill\" | \"pin-text-square\" | \"plus\" | \"plus-with-arrow\" | \"pmi\" | \"precise-measurement\" | \"rabbit\" | \"rename\" | \"report\" | \"reset\" | \"resize\" | \"ruler\" | \"search\" | \"show-only-nearby\" | \"snapshots\" | \"square-dot-outline\" | \"star\" | \"tape-measure\" | \"teleport\" | \"teleport-and-align\" | \"teleport-toward\" | \"turtle\" | \"update\" | \"version-history\" | \"views\" | \"visibility-hidden\" | \"visibility-partial\" | \"visibility-visible\" | \"workspace-add\" | \"zoom\"",
53
+ "resolved": "\"compare\" | \"help\" | \"open\" | \"expand\" | \"info\" | \"copy\" | \"menu\" | \"ellipse\" | \"line\" | \"download\" | \"rotate\" | \"close\" | \"adjustments\" | \"align-to-global\" | \"align-to-part\" | \"align-to-surface\" | \"align-view-to-plane\" | \"annotation\" | \"arrow-filled\" | \"arrow-left-circled\" | \"arrow-line-left\" | \"arrow-line-right\" | \"arrow-partial\" | \"arrow-right-circled\" | \"arrow-swap\" | \"arrow-triangle-left\" | \"arrow-triangle-right\" | \"arrow-up-circled\" | \"attachment\" | \"axis-x\" | \"axis-y\" | \"axis-z\" | \"back\" | \"box-cursor\" | \"box-select\" | \"camera\" | \"camera-add\" | \"caret-down\" | \"caret-left\" | \"caret-right\" | \"caret-up\" | \"caution\" | \"check\" | \"check-circle\" | \"chevron-down\" | \"chevron-left\" | \"chevron-right\" | \"chevron-up\" | \"circle-outline\" | \"close-circle\" | \"close-circle-fill\" | \"collapse-all\" | \"columns\" | \"columns-add\" | \"comment-add\" | \"comment-filled\" | \"comment-reopen\" | \"comment-resolve\" | \"comment-show\" | \"compress\" | \"cross-section\" | \"cube-orthographic\" | \"cube-perspective\" | \"cube-stack\" | \"delete\" | \"drag-indicator\" | \"error-circle\" | \"expand-all\" | \"export\" | \"file\" | \"file-folder\" | \"file-pdf\" | \"fit-all\" | \"fit-selected\" | \"flip\" | \"folder-plus\" | \"forward\" | \"gear\" | \"invert\" | \"line-dot-left\" | \"line-dot-right\" | \"line-hash-left\" | \"line-hash-right\" | \"locate\" | \"markup\" | \"notification\" | \"open-window\" | \"pan\" | \"paper-airplane\" | \"paste\" | \"pencil\" | \"person-height\" | \"person-run\" | \"person-short\" | \"person-tall\" | \"person-walk\" | \"pin-fill\" | \"pin-line\" | \"pin-text\" | \"pin-text-fill\" | \"pin-text-square\" | \"plus\" | \"plus-with-arrow\" | \"pmi\" | \"precise-measurement\" | \"rabbit\" | \"rename\" | \"report\" | \"reset\" | \"resize\" | \"ruler\" | \"scissors\" | \"search\" | \"show-only-nearby\" | \"snapshots\" | \"square-dot-outline\" | \"star\" | \"tape-measure\" | \"teleport\" | \"teleport-and-align\" | \"teleport-toward\" | \"turtle\" | \"update\" | \"version-history\" | \"views\" | \"visibility-hidden\" | \"visibility-partial\" | \"visibility-visible\" | \"workspace-add\" | \"zoom\"",
54
54
  "references": {
55
55
  "IconName": {
56
56
  "location": "import",
@@ -12,6 +12,7 @@ export var IconNames;
12
12
  IconNames["arrow-line-right"] = "arrow-line-right";
13
13
  IconNames["arrow-partial"] = "arrow-partial";
14
14
  IconNames["arrow-right-circled"] = "arrow-right-circled";
15
+ IconNames["arrow-swap"] = "arrow-swap";
15
16
  IconNames["arrow-triangle-left"] = "arrow-triangle-left";
16
17
  IconNames["arrow-triangle-right"] = "arrow-triangle-right";
17
18
  IconNames["arrow-up-circled"] = "arrow-up-circled";
@@ -87,6 +88,7 @@ export var IconNames;
87
88
  IconNames["open-window"] = "open-window";
88
89
  IconNames["pan"] = "pan";
89
90
  IconNames["paper-airplane"] = "paper-airplane";
91
+ IconNames["paste"] = "paste";
90
92
  IconNames["pencil"] = "pencil";
91
93
  IconNames["person-height"] = "person-height";
92
94
  IconNames["person-run"] = "person-run";
@@ -109,6 +111,7 @@ export var IconNames;
109
111
  IconNames["resize"] = "resize";
110
112
  IconNames["rotate"] = "rotate";
111
113
  IconNames["ruler"] = "ruler";
114
+ IconNames["scissors"] = "scissors";
112
115
  IconNames["search"] = "search";
113
116
  IconNames["show-only-nearby"] = "show-only-nearby";
114
117
  IconNames["snapshots"] = "snapshots";
@@ -1 +1 @@
1
- import{d as e,N as t,w as a,p as o,a as r,b as i}from"./p-6834631c.js";export{s as setNonce}from"./p-6834631c.js";(()=>{const i=Array.from(e.querySelectorAll("script")).find((e=>new RegExp(`/${t}(\\.esm)?\\.js($|\\?|#)`).test(e.src)||e.getAttribute("data-stencil-namespace")===t)),n={};return n.resourcesUrl=new URL(".",new URL(i.getAttribute("data-resources-url")||i.src,a.location.href)).href,((o,i)=>{const n=`__sc_import_${t.replace(/\s|-/g,"_")}`;try{a[n]=new Function("w",`return import(w);//${Math.random()}`)}catch(t){const l=new Map;a[n]=t=>{var c;const s=new URL(t,o).href;let p=l.get(s);if(!p){const t=e.createElement("script");t.type="module",t.crossOrigin=i.crossOrigin,t.src=URL.createObjectURL(new Blob([`import * as m from '${s}'; window.${n}.m = m;`],{type:"application/javascript"}));const o=null!==(c=r.t)&&void 0!==c?c:function(e){var t,a,o;return null!==(o=null===(a=null===(t=e.head)||void 0===t?void 0:t.querySelector('meta[name="csp-nonce"]'))||void 0===a?void 0:a.getAttribute("content"))&&void 0!==o?o:void 0}(e);null!=o&&t.setAttribute("nonce",o),p=new Promise((e=>{t.onload=()=>{e(a[n].m),t.remove()}})),l.set(s,p),e.head.appendChild(t)}return p}}})(n.resourcesUrl,i),a.customElements?o(n):__sc_import_components("./p-c3ec6642.js").then((()=>n))})().then((e=>i([["p-24c72960",[[6,"vertex-click-to-edit-textfield",{placeholder:[1],fontSize:[1,"font-size"],disabled:[516],multiline:[4],minRows:[2,"min-rows"],maxRows:[2,"max-rows"],value:[1032],autoFocus:[4,"auto-focus"],editing:[1540],hasError:[4,"has-error"]}]]],["p-226e83a6",[[1,"vertex-collapsible",{label:[1],open:[1540]}]]],["p-9540e00a",[[1,"vertex-banner",{content:[1],placement:[1],duration:[2],animated:[4],open:[4],type:[1],isOpen:[32]}]]],["p-41ced35c",[[1,"vertex-context-menu",{targetSelector:[1,"target-selector"],animated:[4],position:[32],open:[32]}]]],["p-e35057b5",[[1,"vertex-dialog",{open:[1540],fullscreen:[4],resizable:[4],width:[32],height:[32],minWidth:[32],minHeight:[32],maxWidth:[32],maxHeight:[32],isResizing:[32]},[[4,"keydown","keyDownListener"]]]]],["p-e7336466",[[1,"vertex-draggable-popover",{position:[1],boundarySelector:[1,"boundary-selector"],boundaryPadding:[2,"boundary-padding"],anchorPosition:[32],lastPosition:[32],dragging:[32]}]]],["p-e3d0c2d1",[[1,"vertex-dropdown-menu",{animated:[4],placement:[1],open:[32]}]]],["p-fe7e7a74",[[1,"vertex-help-tooltip",{animated:[4],placement:[1],open:[32]}]]],["p-6a49c365",[[6,"vertex-search-bar",{variant:[1],disabled:[4],triggerCharacter:[1,"trigger-character"],breakCharacters:[16],resultItems:[16],placement:[1],value:[1],placeholder:[1],replacements:[1040],replacementUriType:[1,"replacement-uri-type"],cursorPosition:[32],displayedElements:[32],hasTriggered:[32]}]]],["p-4e3ba3df",[[1,"vertex-select",{value:[513],placeholder:[513],disabled:[516],animated:[4],hideSelected:[4,"hide-selected"],resizeObserverFactory:[16],open:[32],position:[32],displayValue:[32]}]]],["p-01d4be1d",[[1,"vertex-slider",{min:[2],max:[2],valueLabelDisplay:[1,"value-label-display"],step:[8],size:[1],value:[1026],disabled:[4]}]]],["p-756c9977",[[1,"vertex-toast",{content:[1],placement:[1],duration:[2],animated:[4],open:[4],type:[1],isOpen:[32]}]]],["p-d2d75bcf",[[1,"vertex-color-circle-picker",{colors:[1],supplementalColors:[1,"supplemental-colors"],theme:[513],lightenPercentage:[2,"lighten-percentage"],darkenPercentage:[2,"darken-percentage"],selected:[1537],direction:[1]}]]],["p-dfe98f07",[[1,"vertex-color-picker",{value:[1537],size:[513],variant:[513],expand:[513],disabled:[4]}]]],["p-53515813",[[1,"vertex-toggle",{variant:[1],disabled:[4],checked:[1540]}]]],["p-bca6275a",[[1,"vertex-avatar",{firstName:[1,"first-name"],lastName:[1,"last-name"],value:[1],active:[4],variant:[1]}]]],["p-91123ff6",[[1,"vertex-avatar-group"]]],["p-0b4406fa",[[1,"vertex-badge",{badgeText:[1,"badge-text"],badgeColor:[1,"badge-color"]}]]],["p-f6f2bc86",[[1,"vertex-button",{type:[1],color:[1],variant:[1],size:[1],expand:[1],href:[1],target:[1],disabled:[516]}]]],["p-6d4f055b",[[1,"vertex-card",{mode:[1]}]]],["p-211c1186",[[1,"vertex-card-group",{selected:[516],hovered:[516],expanded:[516]}]]],["p-d7c0c287",[[1,"vertex-chip",{variant:[1],color:[1]}]]],["p-a2018217",[[1,"vertex-logo-loading"]]],["p-cc2e3192",[[1,"vertex-menu-divider"]]],["p-573b8ec6",[[1,"vertex-menu-item",{disabled:[516]}]]],["p-33400eed",[[2,"vertex-radio",{disabled:[516],value:[513],label:[513],name:[513],checked:[516]}]]],["p-16fc9e9a",[[1,"vertex-radio-group",{name:[513],value:[1537]}]]],["p-95358d00",[[1,"vertex-resizable",{horizontalDirection:[1,"horizontal-direction"],verticalDirection:[1,"vertical-direction"],initialHorizontalScale:[2,"initial-horizontal-scale"],initialVerticalScale:[2,"initial-vertical-scale"],initializeWithOffset:[4,"initialize-with-offset"],parentSelector:[1,"parent-selector"],verticalSiblingSelector:[1,"vertical-sibling-selector"],horizontalSiblingSelector:[1,"horizontal-sibling-selector"],contentSelector:[1,"content-selector"],position:[1],dimensionsComputed:[1540,"dimensions-computed"],width:[32],minWidth:[32],maxWidth:[32],height:[32],minHeight:[32],maxHeight:[32],left:[32],top:[32],hoveredLocation:[32],dragStartLocation:[32],updateDimensions:[64]}]]],["p-69375605",[[1,"vertex-spinner",{color:[1],size:[1]}]]],["p-2ae8175d",[[1,"vertex-tab",{label:[1],active:[4]}]]],["p-8d83dfff",[[1,"vertex-tabs",{active:[1025],labels:[32],activeBounds:[32],activeButtonEl:[32]}]]],["p-80c989fa",[[1,"vertex-expandable",{expanded:[1540],expanding:[1540],collapsing:[1540],controlled:[516],expandType:[513,"expand-type"],animated:[4],contentScrollHeight:[32]}]]],["p-ee496965",[[1,"vertex-result-list",{items:[16],itemsJson:[1,"items"],viewportStartIndex:[1026,"viewport-start-index"],viewportEndIndex:[1026,"viewport-end-index"],resultHeight:[1026,"result-height"],overScanCount:[2,"over-scan-count"],placement:[1],position:[1],open:[4],listHeight:[32],parsedResults:[32],scrollTop:[32],lastStartIndex:[32],lastFocusedIndex:[32],stateMap:[32]}]]],["p-9c384f6c",[[1,"vertex-auto-resize-textarea",{textareaSelector:[1,"textarea-selector"],initialValue:[1,"initial-value"],minRows:[514,"min-rows"],maxRows:[514,"max-rows"],textValue:[32]}]]],["p-406e73da",[[6,"vertex-textfield",{type:[1],name:[1],variant:[1],fontSize:[1,"font-size"],multiline:[4],minRows:[2,"min-rows"],maxRows:[2,"max-rows"],placeholder:[1],autoFocus:[4,"auto-focus"],autoComplete:[1,"auto-complete"],autoCorrect:[1,"auto-correct"],value:[1032],disabled:[516],hasError:[4,"has-error"],updateInput:[64],blurInput:[64],getInputValue:[64],selectAll:[64]}]]],["p-606596de",[[1,"vertex-popover",{open:[1540],placement:[1],position:[1025],anchorBounds:[16],backdrop:[4],animated:[4],anchorSelector:[1,"anchor-selector"],boundarySelector:[1,"boundary-selector"],resizeBehavior:[1,"resize-behavior"],overflowBehavior:[16],flipBehavior:[16],offsetBehavior:[2,"offset-behavior"],updateOnResize:[4,"update-on-resize"],resizeObserverFactory:[16],opened:[32],computedPlacement:[32]}]]],["p-3b794014",[[1,"vertex-tooltip",{content:[1],disabled:[4],placement:[1],delay:[2],animated:[4],open:[32]}]]],["p-8bbc344d",[[1,"vertex-color-swatch",{variant:[513],size:[513],color:[513],supplementalColor:[513,"supplemental-color"],theme:[513],lightenPercentage:[2,"lighten-percentage"],darkenPercentage:[2,"darken-percentage"],lightened:[1537],darkened:[1537]}]]],["p-1b85c1d1",[[1,"vertex-menu",{animated:[4],open:[1540],placement:[1],fallbackPlacements:[16],backdrop:[4],position:[1040],popoverProps:[16]}]]],["p-52af589d",[[1,"vertex-icon",{name:[1],size:[1]}]]],["p-8bb220db",[[1,"vertex-icon-button",{iconName:[1,"icon-name"],disabled:[516],variant:[1],iconColor:[1,"icon-color"],iconSize:[1,"icon-size"]}]]]],e)));
1
+ import{d as e,N as t,w as a,p as o,a as r,b as i}from"./p-6834631c.js";export{s as setNonce}from"./p-6834631c.js";(()=>{const i=Array.from(e.querySelectorAll("script")).find((e=>new RegExp(`/${t}(\\.esm)?\\.js($|\\?|#)`).test(e.src)||e.getAttribute("data-stencil-namespace")===t)),n={};return n.resourcesUrl=new URL(".",new URL(i.getAttribute("data-resources-url")||i.src,a.location.href)).href,((o,i)=>{const n=`__sc_import_${t.replace(/\s|-/g,"_")}`;try{a[n]=new Function("w",`return import(w);//${Math.random()}`)}catch(t){const l=new Map;a[n]=t=>{var c;const s=new URL(t,o).href;let d=l.get(s);if(!d){const t=e.createElement("script");t.type="module",t.crossOrigin=i.crossOrigin,t.src=URL.createObjectURL(new Blob([`import * as m from '${s}'; window.${n}.m = m;`],{type:"application/javascript"}));const o=null!==(c=r.t)&&void 0!==c?c:function(e){var t,a,o;return null!==(o=null===(a=null===(t=e.head)||void 0===t?void 0:t.querySelector('meta[name="csp-nonce"]'))||void 0===a?void 0:a.getAttribute("content"))&&void 0!==o?o:void 0}(e);null!=o&&t.setAttribute("nonce",o),d=new Promise((e=>{t.onload=()=>{e(a[n].m),t.remove()}})),l.set(s,d),e.head.appendChild(t)}return d}}})(n.resourcesUrl,i),a.customElements?o(n):__sc_import_components("./p-c3ec6642.js").then((()=>n))})().then((e=>i([["p-24c72960",[[6,"vertex-click-to-edit-textfield",{placeholder:[1],fontSize:[1,"font-size"],disabled:[516],multiline:[4],minRows:[2,"min-rows"],maxRows:[2,"max-rows"],value:[1032],autoFocus:[4,"auto-focus"],editing:[1540],hasError:[4,"has-error"]}]]],["p-226e83a6",[[1,"vertex-collapsible",{label:[1],open:[1540]}]]],["p-68d8d50d",[[1,"vertex-banner",{content:[1],placement:[1],duration:[2],animated:[4],open:[4],type:[1],isOpen:[32]}]]],["p-41ced35c",[[1,"vertex-context-menu",{targetSelector:[1,"target-selector"],animated:[4],position:[32],open:[32]}]]],["p-e35057b5",[[1,"vertex-dialog",{open:[1540],fullscreen:[4],resizable:[4],width:[32],height:[32],minWidth:[32],minHeight:[32],maxWidth:[32],maxHeight:[32],isResizing:[32]},[[4,"keydown","keyDownListener"]]]]],["p-e7336466",[[1,"vertex-draggable-popover",{position:[1],boundarySelector:[1,"boundary-selector"],boundaryPadding:[2,"boundary-padding"],anchorPosition:[32],lastPosition:[32],dragging:[32]}]]],["p-e3d0c2d1",[[1,"vertex-dropdown-menu",{animated:[4],placement:[1],open:[32]}]]],["p-fe7e7a74",[[1,"vertex-help-tooltip",{animated:[4],placement:[1],open:[32]}]]],["p-6a49c365",[[6,"vertex-search-bar",{variant:[1],disabled:[4],triggerCharacter:[1,"trigger-character"],breakCharacters:[16],resultItems:[16],placement:[1],value:[1],placeholder:[1],replacements:[1040],replacementUriType:[1,"replacement-uri-type"],cursorPosition:[32],displayedElements:[32],hasTriggered:[32]}]]],["p-4e3ba3df",[[1,"vertex-select",{value:[513],placeholder:[513],disabled:[516],animated:[4],hideSelected:[4,"hide-selected"],resizeObserverFactory:[16],open:[32],position:[32],displayValue:[32]}]]],["p-01d4be1d",[[1,"vertex-slider",{min:[2],max:[2],valueLabelDisplay:[1,"value-label-display"],step:[8],size:[1],value:[1026],disabled:[4]}]]],["p-756c9977",[[1,"vertex-toast",{content:[1],placement:[1],duration:[2],animated:[4],open:[4],type:[1],isOpen:[32]}]]],["p-d2d75bcf",[[1,"vertex-color-circle-picker",{colors:[1],supplementalColors:[1,"supplemental-colors"],theme:[513],lightenPercentage:[2,"lighten-percentage"],darkenPercentage:[2,"darken-percentage"],selected:[1537],direction:[1]}]]],["p-dfe98f07",[[1,"vertex-color-picker",{value:[1537],size:[513],variant:[513],expand:[513],disabled:[4]}]]],["p-53515813",[[1,"vertex-toggle",{variant:[1],disabled:[4],checked:[1540]}]]],["p-bca6275a",[[1,"vertex-avatar",{firstName:[1,"first-name"],lastName:[1,"last-name"],value:[1],active:[4],variant:[1]}]]],["p-91123ff6",[[1,"vertex-avatar-group"]]],["p-0b4406fa",[[1,"vertex-badge",{badgeText:[1,"badge-text"],badgeColor:[1,"badge-color"]}]]],["p-f6f2bc86",[[1,"vertex-button",{type:[1],color:[1],variant:[1],size:[1],expand:[1],href:[1],target:[1],disabled:[516]}]]],["p-6d4f055b",[[1,"vertex-card",{mode:[1]}]]],["p-211c1186",[[1,"vertex-card-group",{selected:[516],hovered:[516],expanded:[516]}]]],["p-d7c0c287",[[1,"vertex-chip",{variant:[1],color:[1]}]]],["p-a2018217",[[1,"vertex-logo-loading"]]],["p-cc2e3192",[[1,"vertex-menu-divider"]]],["p-573b8ec6",[[1,"vertex-menu-item",{disabled:[516]}]]],["p-33400eed",[[2,"vertex-radio",{disabled:[516],value:[513],label:[513],name:[513],checked:[516]}]]],["p-16fc9e9a",[[1,"vertex-radio-group",{name:[513],value:[1537]}]]],["p-95358d00",[[1,"vertex-resizable",{horizontalDirection:[1,"horizontal-direction"],verticalDirection:[1,"vertical-direction"],initialHorizontalScale:[2,"initial-horizontal-scale"],initialVerticalScale:[2,"initial-vertical-scale"],initializeWithOffset:[4,"initialize-with-offset"],parentSelector:[1,"parent-selector"],verticalSiblingSelector:[1,"vertical-sibling-selector"],horizontalSiblingSelector:[1,"horizontal-sibling-selector"],contentSelector:[1,"content-selector"],position:[1],dimensionsComputed:[1540,"dimensions-computed"],width:[32],minWidth:[32],maxWidth:[32],height:[32],minHeight:[32],maxHeight:[32],left:[32],top:[32],hoveredLocation:[32],dragStartLocation:[32],updateDimensions:[64]}]]],["p-69375605",[[1,"vertex-spinner",{color:[1],size:[1]}]]],["p-2ae8175d",[[1,"vertex-tab",{label:[1],active:[4]}]]],["p-8d83dfff",[[1,"vertex-tabs",{active:[1025],labels:[32],activeBounds:[32],activeButtonEl:[32]}]]],["p-80c989fa",[[1,"vertex-expandable",{expanded:[1540],expanding:[1540],collapsing:[1540],controlled:[516],expandType:[513,"expand-type"],animated:[4],contentScrollHeight:[32]}]]],["p-ee496965",[[1,"vertex-result-list",{items:[16],itemsJson:[1,"items"],viewportStartIndex:[1026,"viewport-start-index"],viewportEndIndex:[1026,"viewport-end-index"],resultHeight:[1026,"result-height"],overScanCount:[2,"over-scan-count"],placement:[1],position:[1],open:[4],listHeight:[32],parsedResults:[32],scrollTop:[32],lastStartIndex:[32],lastFocusedIndex:[32],stateMap:[32]}]]],["p-9c384f6c",[[1,"vertex-auto-resize-textarea",{textareaSelector:[1,"textarea-selector"],initialValue:[1,"initial-value"],minRows:[514,"min-rows"],maxRows:[514,"max-rows"],textValue:[32]}]]],["p-406e73da",[[6,"vertex-textfield",{type:[1],name:[1],variant:[1],fontSize:[1,"font-size"],multiline:[4],minRows:[2,"min-rows"],maxRows:[2,"max-rows"],placeholder:[1],autoFocus:[4,"auto-focus"],autoComplete:[1,"auto-complete"],autoCorrect:[1,"auto-correct"],value:[1032],disabled:[516],hasError:[4,"has-error"],updateInput:[64],blurInput:[64],getInputValue:[64],selectAll:[64]}]]],["p-606596de",[[1,"vertex-popover",{open:[1540],placement:[1],position:[1025],anchorBounds:[16],backdrop:[4],animated:[4],anchorSelector:[1,"anchor-selector"],boundarySelector:[1,"boundary-selector"],resizeBehavior:[1,"resize-behavior"],overflowBehavior:[16],flipBehavior:[16],offsetBehavior:[2,"offset-behavior"],updateOnResize:[4,"update-on-resize"],resizeObserverFactory:[16],opened:[32],computedPlacement:[32]}]]],["p-3b794014",[[1,"vertex-tooltip",{content:[1],disabled:[4],placement:[1],delay:[2],animated:[4],open:[32]}]]],["p-8bbc344d",[[1,"vertex-color-swatch",{variant:[513],size:[513],color:[513],supplementalColor:[513,"supplemental-color"],theme:[513],lightenPercentage:[2,"lighten-percentage"],darkenPercentage:[2,"darken-percentage"],lightened:[1537],darkened:[1537]}]]],["p-1b85c1d1",[[1,"vertex-menu",{animated:[4],open:[1540],placement:[1],fallbackPlacements:[16],backdrop:[4],position:[1040],popoverProps:[16]}]]],["p-b0c8efdc",[[1,"vertex-icon",{name:[1],size:[1]}]]],["p-ca32a90d",[[1,"vertex-icon-button",{iconName:[1,"icon-name"],disabled:[516],variant:[1],iconColor:[1,"icon-color"],iconSize:[1,"icon-size"]}]]]],e)));
@@ -51,6 +51,9 @@ const ArrowRightCircled = () => (h("svg", { xmlns: "http://www.w3.org/2000/svg",
51
51
  h("path", { d: "m11.753 8-3.6867 3.1402z" })),
52
52
  h("path", { d: "M8,1a7,7,0,1,0,7,7A7,7,0,0,0,8,1Zm4.24,11.24A6,6,0,1,1,3.76,3.76a6,6,0,1,1,8.48,8.48Z" })));
53
53
 
54
+ const ArrowSwap = () => (h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "data-testid": "arrow-swap" },
55
+ h("path", { d: "m2.59 10.63 1.74 1.74c.09.09.14.21.15.34 0 .13-.04.26-.15.37-.11.11-.23.17-.36.17-.13 0-.25-.06-.36-.17L1.23 10.7a.708.708 0 0 1-.18-.27.729.729 0 0 1-.05-.3c0-.11.02-.21.05-.3.04-.09.1-.18.18-.27l2.39-2.39c.1-.1.21-.15.34-.15.13 0 .25.05.36.16.11.11.16.23.16.35 0 .13-.05.24-.16.35L2.58 9.62h6.89c.14 0 .26.05.36.14.1.1.14.21.14.36 0 .14-.05.26-.14.36-.1.1-.21.14-.36.14H2.59v.01ZM13.4 5.62H6.51c-.14 0-.26-.05-.36-.14-.1-.1-.14-.21-.14-.36 0-.14.05-.26.14-.36.1-.1.21-.14.36-.14h6.89l-1.74-1.74a.532.532 0 0 1-.15-.34c0-.13.04-.26.15-.37.11-.11.23-.17.36-.17.13 0 .25.06.36.17l2.38 2.38c.09.09.15.18.18.27.04.09.05.19.05.3 0 .11-.02.21-.05.3-.04.09-.1.18-.18.27l-2.39 2.39c-.1.1-.21.15-.34.15-.13 0-.25-.05-.36-.16a.491.491 0 0 1-.16-.35c0-.13.05-.24.16-.35l1.74-1.74-.01-.01Z" })));
56
+
54
57
  const ArrowTriangleLeft = () => (h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "data-testid": "arrow-triangle-left" },
55
58
  h("g", { transform: "matrix(1.0411 0 0 1 -.53826 .29031)" },
56
59
  h("path", { d: "m1.9916 7.6851h13.033z", fill: "none", stroke: "currentColor", "stroke-linejoin": "round", "stroke-width": "1.5" })),
@@ -309,6 +312,9 @@ const Pan = () => (h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0
309
312
  const PaperAirplane = () => (h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "data-testid": "paper-airplane" },
310
313
  h("path", { d: "M10.173 15.005c-.17 0-.33-.09-.42-.23l-3.31-5.2-5.21-3.32a.507.507 0 0 1-.23-.48c.02-.19.16-.35.34-.41l13-4.34c.18-.06.38-.01.51.12s.18.33.12.51l-4.33 13c-.06.18-.22.31-.41.34h-.06v.01Zm-2.74-5.73 2.59 4.07 3.69-11.06-11.06 3.7 4.07 2.59 3.57-3.57c.2-.2.51-.2.71 0 .2.2.2.51 0 .71l-3.57 3.57v-.01Z" })));
311
314
 
315
+ const Paste = () => (h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "data-testid": "paste" },
316
+ h("path", { d: "M3.61 15c-.44 0-.82-.16-1.14-.47-.32-.32-.47-.7-.47-1.14V4.03c0-.44.16-.82.47-1.14.32-.32.7-.47 1.14-.47l2.63-.03c.09-.39.3-.72.62-.99s.7-.4 1.13-.4c.43 0 .81.13 1.13.4.32.27.53.59.62.99h2.62c.44 0 .82.16 1.14.47.32.31.47.7.47 1.14v9.35c0 .44-.16.82-.47 1.14-.32.32-.7.47-1.14.47l-8.75.03V15Zm0-1 8.75-.03c.15 0 .3-.06.42-.19.13-.13.19-.27.19-.42V4c0-.15-.06-.3-.19-.42a.581.581 0 0 0-.42-.19h-1.38v1.42c0 .23-.08.42-.23.58-.15.15-.34.23-.57.23h-4.4c-.23 0-.42-.08-.57-.23a.8.8 0 0 1-.23-.58V3.39l-1.38.03c-.15 0-.3.06-.42.19-.13.13-.19.27-.19.42v9.35c0 .15.06.3.19.42.13.13.27.19.42.19l.01.01ZM7.99 3.62c.23 0 .42-.08.57-.23.15-.16.23-.35.23-.58 0-.23-.08-.42-.23-.57a.816.816 0 0 0-.58-.23c-.23 0-.42.08-.57.23-.15.16-.23.35-.23.58 0 .23.08.42.23.57.16.15.35.23.58.23Z" })));
317
+
312
318
  const Pencil = () => (h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "data-testid": "pencil" },
313
319
  h("path", { d: "M14,3.28,12.72,2a1.71,1.71,0,0,0-2.44,0L2.81,9.48a3.9,3.9,0,0,0-1,1.81h0l-.65,2.59h0l0,.2a.79.79,0,0,0,.8.8l.2,0,2.59-.65h0a3.9,3.9,0,0,0,1.81-1L14,5.72a1.71,1.71,0,0,0,0-2.44Zm-8.18,9.2a2.85,2.85,0,0,1-1.35.76h0l-.17,0L2.71,11.71l0-.17h0a2.85,2.85,0,0,1,.76-1.35l6-6L11.8,6.49ZM13.28,5l-.77.78L10.25,3.46,11,2.72a.7.7,0,0,1,1,0L13.28,4a.7.7,0,0,1,0,1Z" })));
314
320
 
@@ -400,6 +406,9 @@ const Rotate = () => (h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "
400
406
  const Ruler = () => (h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "data-testid": "ruler" },
401
407
  h("path", { d: "M14.85,4.15l-3-3a.48.48,0,0,0-.7,0l-10,10a.48.48,0,0,0,0,.7l3,3a.48.48,0,0,0,.7,0l10-10a.48.48,0,0,0,0-.7ZM4.5,13.79,2.21,11.5,4,9.67a.44.44,0,0,0,.12.18l1,1a.49.49,0,0,0,.7-.7l-1-1A.44.44,0,0,0,4.67,9L6,7.67a.44.44,0,0,0,.12.18l1,1a.49.49,0,0,0,.7-.7l-1-1A.44.44,0,0,0,6.67,7L8,5.67a.44.44,0,0,0,.12.18l1,1a.49.49,0,0,0,.7-.7l-1-1A.44.44,0,0,0,8.67,5L10,3.67a.44.44,0,0,0,.12.18l1,1a.49.49,0,0,0,.7-.7l-1-1A.44.44,0,0,0,10.67,3l.83-.82L13.79,4.5Z" })));
402
408
 
409
+ const Scissors = () => (h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "data-testid": "scissors" },
410
+ h("path", { d: "m8.29 8.91-2.44 2.34c.11.19.2.39.25.59.05.21.08.42.08.65 0 .68-.25 1.27-.76 1.76s-1.12.73-1.83.73-1.32-.24-1.83-.73S1 13.18 1 12.5c0-.68.25-1.27.76-1.76s1.12-.73 1.83-.73c.23 0 .46.03.67.08.22.05.42.13.62.24l2.44-2.34-2.44-2.34c-.2.11-.4.19-.62.24-.22.05-.44.08-.67.08-.71 0-1.32-.24-1.83-.73S1 4.17 1 3.49c0-.68.25-1.27.76-1.76S2.88 1 3.59 1s1.32.24 1.83.73.76 1.07.76 1.76c0 .22-.03.44-.08.65-.05.21-.14.41-.25.59l8.94 8.58c.22.21.27.45.15.71-.12.26-.34.4-.64.4-.09 0-.17-.02-.26-.05a.636.636 0 0 1-.22-.14l-5.53-5.3v-.02ZM10.28 7l-.96-.93 4.5-4.31c.06-.06.14-.11.22-.14.08-.03.17-.05.26-.05.31 0 .52.13.64.4.12.26.07.5-.15.72l-4.5 4.32-.01-.01ZM3.59 5.21c.5 0 .92-.17 1.28-.51.35-.34.53-.75.53-1.22s-.18-.89-.53-1.22c-.35-.34-.78-.51-1.28-.51s-.92.17-1.28.51c-.35.34-.53.75-.53 1.22s.18.89.53 1.22c.35.34.78.51 1.28.51Zm0 9.02c.5 0 .92-.17 1.28-.51.35-.34.53-.75.53-1.22s-.18-.89-.53-1.22c-.35-.33-.78-.51-1.28-.51s-.92.17-1.28.51c-.35.34-.53.75-.53 1.22s.18.89.53 1.22c.35.34.78.51 1.28.51Z" })));
411
+
403
412
  const Search = () => (h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "data-testid": "search" },
404
413
  h("path", { d: "M14.85,14.15l-4-4a.37.37,0,0,0-.2-.12,5.45,5.45,0,1,0-.62.62.37.37,0,0,0,.12.2l4,4a.49.49,0,0,0,.7-.7ZM9.71,9.71a4.51,4.51,0,0,1-6.42,0,4.51,4.51,0,0,1,0-6.42,4.51,4.51,0,0,1,6.42,0,4.51,4.51,0,0,1,0,6.42Z" })));
405
414
 
@@ -491,6 +500,8 @@ function getSvg(name) {
491
500
  return h(ArrowPartial, null);
492
501
  case 'arrow-right-circled':
493
502
  return h(ArrowRightCircled, null);
503
+ case 'arrow-swap':
504
+ return h(ArrowSwap, null);
494
505
  case 'arrow-triangle-left':
495
506
  return h(ArrowTriangleLeft, null);
496
507
  case 'arrow-triangle-right':
@@ -641,6 +652,8 @@ function getSvg(name) {
641
652
  return h(Pan, null);
642
653
  case 'paper-airplane':
643
654
  return h(PaperAirplane, null);
655
+ case 'paste':
656
+ return h(Paste, null);
644
657
  case 'pencil':
645
658
  return h(Pencil, null);
646
659
  case 'person-height':
@@ -685,6 +698,8 @@ function getSvg(name) {
685
698
  return h(Rotate, null);
686
699
  case 'ruler':
687
700
  return h(Ruler, null);
701
+ case 'scissors':
702
+ return h(Scissors, null);
688
703
  case 'search':
689
704
  return h(Search, null);
690
705
  case 'show-only-nearby':
@@ -1 +1 @@
1
- export{A as AutoResizeTextArea}from"./p-bec53c3a.js";export{A as Avatar}from"./p-c2c076f1.js";export{A as AvatarGroup}from"./p-81cb4da4.js";export{B as Badge}from"./p-29d7697f.js";export{B as Banner}from"./p-038eeb75.js";export{B as Button}from"./p-1e645c1f.js";export{C as Card}from"./p-a3c04bbd.js";export{C as CardGroup}from"./p-ff4a1c3a.js";export{C as Chip}from"./p-a6614625.js";export{C as ClickToEditTextField}from"./p-0e628c05.js";export{C as Collapsible}from"./p-8fe0084d.js";export{C as ColorCirclePicker}from"./p-b9dab446.js";export{C as ColorPicker}from"./p-8c69bb83.js";export{C as ColorSwatch}from"./p-d539f530.js";export{C as ContextMenu}from"./p-f2bc7ec5.js";export{D as Dialog}from"./p-0d4a0d61.js";export{D as DraggablePopover}from"./p-41a7564c.js";export{D as DropdownMenu}from"./p-39133bc7.js";export{E as Expandable}from"./p-6a640a2c.js";export{H as HelpTooltip}from"./p-2cff3285.js";export{I as Icon}from"./p-b229b5ba.js";export{I as IconButton}from"./p-8a5cd281.js";export{L as LogoLoading}from"./p-817bf6ff.js";export{M as Menu}from"./p-ee5c8bd3.js";export{M as MenuDivider}from"./p-c939fa4e.js";export{M as MenuItem}from"./p-988058f9.js";export{P as Popover}from"./p-c2706288.js";export{R as Radio}from"./p-36c853c4.js";export{R as RadioGroup}from"./p-f55574fb.js";export{R as Resizable}from"./p-c9a967d9.js";export{R as ResultList}from"./p-6b862967.js";export{S as SearchBar}from"./p-6b6c2260.js";export{S as Select}from"./p-0541e2b0.js";export{S as Slider}from"./p-18ed73e9.js";export{S as Spinner}from"./p-09ba50c3.js";export{T as Tab}from"./p-96f55673.js";export{T as Tabs}from"./p-48629bf1.js";export{T as TextField}from"./p-43b1b3f9.js";export{T as Toast}from"./p-3dd08a0f.js";export{T as Toggle}from"./p-59fb829f.js";export{T as Tooltip}from"./p-5fb1724f.js";import"./p-6834631c.js";import"./p-b2c7b113.js";import"./p-fe062eb0.js";import"./p-e90f00f9.js";import"./p-3438c441.js";import"./p-65f9817e.js";import"./p-1356f525.js";import"./p-59032668.js";
1
+ export{A as AutoResizeTextArea}from"./p-bec53c3a.js";export{A as Avatar}from"./p-c2c076f1.js";export{A as AvatarGroup}from"./p-81cb4da4.js";export{B as Badge}from"./p-29d7697f.js";export{B as Banner}from"./p-6509d623.js";export{B as Button}from"./p-1e645c1f.js";export{C as Card}from"./p-a3c04bbd.js";export{C as CardGroup}from"./p-ff4a1c3a.js";export{C as Chip}from"./p-a6614625.js";export{C as ClickToEditTextField}from"./p-0e628c05.js";export{C as Collapsible}from"./p-8fe0084d.js";export{C as ColorCirclePicker}from"./p-b9dab446.js";export{C as ColorPicker}from"./p-8c69bb83.js";export{C as ColorSwatch}from"./p-d539f530.js";export{C as ContextMenu}from"./p-f2bc7ec5.js";export{D as Dialog}from"./p-0d4a0d61.js";export{D as DraggablePopover}from"./p-41a7564c.js";export{D as DropdownMenu}from"./p-39133bc7.js";export{E as Expandable}from"./p-6a640a2c.js";export{H as HelpTooltip}from"./p-2cff3285.js";export{I as Icon}from"./p-ed9fdc0f.js";export{I as IconButton}from"./p-ab1b967e.js";export{L as LogoLoading}from"./p-817bf6ff.js";export{M as Menu}from"./p-ee5c8bd3.js";export{M as MenuDivider}from"./p-c939fa4e.js";export{M as MenuItem}from"./p-988058f9.js";export{P as Popover}from"./p-c2706288.js";export{R as Radio}from"./p-36c853c4.js";export{R as RadioGroup}from"./p-f55574fb.js";export{R as Resizable}from"./p-c9a967d9.js";export{R as ResultList}from"./p-6b862967.js";export{S as SearchBar}from"./p-6b6c2260.js";export{S as Select}from"./p-0541e2b0.js";export{S as Slider}from"./p-18ed73e9.js";export{S as Spinner}from"./p-09ba50c3.js";export{T as Tab}from"./p-96f55673.js";export{T as Tabs}from"./p-48629bf1.js";export{T as TextField}from"./p-43b1b3f9.js";export{T as Toast}from"./p-3dd08a0f.js";export{T as Toggle}from"./p-59fb829f.js";export{T as Tooltip}from"./p-5fb1724f.js";import"./p-6834631c.js";import"./p-b2c7b113.js";import"./p-fe062eb0.js";import"./p-41715979.js";import"./p-3438c441.js";import"./p-65f9817e.js";import"./p-1356f525.js";import"./p-59032668.js";