@vertexvis/ui 0.1.3-canary.1 → 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.
- package/dist/cjs/{banner-08c5f50b.js → banner-632ff33f.js} +1 -1
- package/dist/cjs/{icon-button-8c4a9cd6.js → icon-button-20025e7e.js} +1 -1
- package/dist/cjs/{icon-dce835e0.js → icon-df734817.js} +1 -1
- package/dist/cjs/{icon-helper-c076290f.js → icon-helper-31cc7730.js} +20 -0
- package/dist/cjs/index.cjs.js +4 -4
- package/dist/cjs/vertex-banner.cjs.entry.js +2 -2
- package/dist/cjs/vertex-icon-button.cjs.entry.js +2 -2
- package/dist/cjs/vertex-icon.cjs.entry.js +2 -2
- package/dist/collection/components/icon/icon-helper.js +12 -0
- package/dist/collection/components/icon/icon.js +1 -1
- package/dist/collection/components/icon/icons/arrow-swap.js +2 -0
- package/dist/collection/components/icon/icons/paste.js +2 -0
- package/dist/collection/components/icon/icons/rename.js +2 -0
- package/dist/collection/components/icon/icons/scissors.js +2 -0
- package/dist/collection/components/icon-button/icon-button.js +1 -1
- package/dist/collection/types/icon.js +4 -0
- package/dist/components/components.esm.js +1 -1
- package/dist/components/icon-helper.js +20 -0
- package/dist/components/index.esm.js +1 -1
- package/dist/components/p-41715979.js +1 -0
- package/dist/components/{p-b74799f7.js → p-6509d623.js} +1 -1
- package/dist/components/p-68d8d50d.entry.js +1 -0
- package/dist/components/{p-a399434b.js → p-ab1b967e.js} +1 -1
- package/dist/components/p-b0c8efdc.entry.js +1 -0
- package/dist/components/p-ca32a90d.entry.js +1 -0
- package/dist/components/{p-c7a13d00.js → p-ed9fdc0f.js} +1 -1
- package/dist/esm/{banner-014ee9ee.js → banner-f0e5eb24.js} +1 -1
- package/dist/esm/{icon-a74a8129.js → icon-156a1fd2.js} +1 -1
- package/dist/esm/{icon-button-33aa27cb.js → icon-button-575d8f81.js} +1 -1
- package/dist/esm/{icon-helper-2f57104b.js → icon-helper-e40f4cd8.js} +20 -0
- package/dist/esm/index.js +4 -4
- package/dist/esm/vertex-banner.entry.js +2 -2
- package/dist/esm/vertex-icon-button.entry.js +2 -2
- package/dist/esm/vertex-icon.entry.js +2 -2
- package/dist/types/components/icon/icons/arrow-swap.d.ts +3 -0
- package/dist/types/components/icon/icons/paste.d.ts +3 -0
- package/dist/types/components/icon/icons/rename.d.ts +3 -0
- package/dist/types/components/icon/icons/scissors.d.ts +3 -0
- package/dist/types/components/text-field/text-field.d.ts +1 -1
- package/dist/types/types/icon.d.ts +4 -0
- package/package.json +2 -2
- package/dist/components/p-721ca850.js +0 -1
- package/dist/components/p-91644b85.entry.js +0 -1
- package/dist/components/p-b22ed1dd.entry.js +0 -1
- package/dist/components/p-ef75393c.entry.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-
|
|
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-
|
|
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-
|
|
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
|
|
|
@@ -377,6 +383,9 @@ const PreciseMeasurement = () => (index.h("svg", { xmlns: "http://www.w3.org/200
|
|
|
377
383
|
const Rabbit = () => (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "data-testid": "rabbit" },
|
|
378
384
|
index.h("path", { d: "M13.5,7a.51.51,0,1,0,.35.15A.47.47,0,0,0,13.5,7Zm1.58-1.27-1.25-.62L10.9,1.2A.51.51,0,0,0,10.39,1,.52.52,0,0,0,10,1.4a9.84,9.84,0,0,0-.21,2,3.61,3.61,0,0,0,1.31,3.16l0,0H11A1.29,1.29,0,0,1,9.92,6h0A7.12,7.12,0,0,0,8.11,3.78,4.28,4.28,0,0,0,5.5,3a3.39,3.39,0,0,0-1.73.54A9.68,9.68,0,0,0,1.24,6H.5A.5.5,0,0,0,0,6.31a.47.47,0,0,0,.11.54L1,7.73A2.4,2.4,0,0,0,2,9.59a3.47,3.47,0,0,0,1.85.56h0a5.49,5.49,0,0,1,2.2.59L5.37,11A2.51,2.51,0,0,0,3,13.5a.51.51,0,0,0,.5.5h1a1.64,1.64,0,0,0,.65-.17,8.83,8.83,0,0,0,.91-.5c.28-.17.54-.33.64-.37l1.21-.48h0l.1.18,0,0h0a.51.51,0,0,0,.23.23l2,1a.49.49,0,0,0,.57-.1,1.35,1.35,0,0,0,.43-.94,1.48,1.48,0,0,0-.29-.84,2,2,0,0,0-.19-.22,3,3,0,0,0,1.73-1,2.16,2.16,0,0,0,.25-.43l.07.05A3.16,3.16,0,0,0,14.5,11a1.58,1.58,0,0,0,.86-.24,1.5,1.5,0,0,0,.57-.8A1.74,1.74,0,0,0,16,9.5V7.21A1.65,1.65,0,0,0,15.08,5.73ZM6.31,12h0c-.28.14-.65.38-1,.6a3.67,3.67,0,0,1-.51.27L4.56,13H4.09A1.51,1.51,0,0,1,5.5,12l.2,0L7,11.4a3.45,3.45,0,0,1,.28.26ZM15,9.5a.93.93,0,0,1-.08.3l-.13.13a.44.44,0,0,1-.29.07,2.1,2.1,0,0,1-1.1-.42,4.58,4.58,0,0,1-.4-.3l-.11-.1,0,0h0A.47.47,0,0,0,12.31,9,.5.5,0,0,0,12,9.5h0a1.42,1.42,0,0,1-.33.77,2.26,2.26,0,0,1-1.52.69,4,4,0,0,0,0-.68A4.8,4.8,0,0,0,9,7.2a6.53,6.53,0,0,0-1.2-1.12.5.5,0,1,0-.56.84h0A5.59,5.59,0,0,1,8.31,8a3.68,3.68,0,0,1,.89,2.32A3.49,3.49,0,0,1,9,11.34a.22.22,0,0,0,0,.11s0,0,0,.05H9a.37.37,0,0,0,0,.18v0a1,1,0,0,0,.09.13l.06,0,.08.06h0a3.63,3.63,0,0,1,.6.4,1.58,1.58,0,0,1,.31.33.37.37,0,0,1,.07.14l-1.4-.7s0-.08-.08-.15h0l-.21-.29h0a.37.37,0,0,0-.13-.17A6.08,6.08,0,0,0,3.86,9.15h0a2.5,2.5,0,0,1-1.31-.37A1.44,1.44,0,0,1,2,7.5a.47.47,0,0,0-.15-.35L1.67,7a.56.56,0,0,0,.25-.18v0A11.44,11.44,0,0,1,3.24,5.22,3.68,3.68,0,0,1,5.5,4a3.21,3.21,0,0,1,2,.59A6.3,6.3,0,0,1,9.07,6.47h0A2.27,2.27,0,0,0,11,7.54a2.14,2.14,0,0,0,1-.23h0L12.72,7a.5.5,0,0,0-.22-1h0a1.62,1.62,0,0,1-.89-.36,2.7,2.7,0,0,1-.81-2.29c0-.17,0-.38,0-.58l2.27,3,.18.15,1.36.68a.66.66,0,0,1,.36.58Z" })));
|
|
379
385
|
|
|
386
|
+
const Rename = () => (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "data-testid": "rename" },
|
|
387
|
+
index.h("path", { d: "M14.85 6.15A.47.47 0 0 0 14.5 6h-2v1H14v2h-1.5v1h2a.51.51 0 0 0 .5-.5v-3a.47.47 0 0 0-.15-.35ZM8.5 9H2V7h6.5V6h-7a.47.47 0 0 0-.35.15.47.47 0 0 0-.15.35v3a.47.47 0 0 0 .15.35.47.47 0 0 0 .35.15h7V9Zm2.5 2V5a1.5 1.5 0 0 1 1.5-1.5v-1a2.5 2.5 0 0 0-2 1 2.5 2.5 0 0 0-2-1v1A1.5 1.5 0 0 1 10 5v6a1.5 1.5 0 0 1-1.5 1.5v1a2.5 2.5 0 0 0 2-1 2.5 2.5 0 0 0 2 1v-1A1.5 1.5 0 0 1 11 11Z" })));
|
|
388
|
+
|
|
380
389
|
const Report = () => (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "data-testid": "report" },
|
|
381
390
|
index.h("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" },
|
|
382
391
|
index.h("g", { transform: "translate(2, 2)", fill: "currentColor", "fill-rule": "nonzero" },
|
|
@@ -399,6 +408,9 @@ const Rotate = () => (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", view
|
|
|
399
408
|
const Ruler = () => (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "data-testid": "ruler" },
|
|
400
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" })));
|
|
401
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
|
+
|
|
402
414
|
const Search = () => (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "data-testid": "search" },
|
|
403
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" })));
|
|
404
416
|
|
|
@@ -490,6 +502,8 @@ function getSvg(name) {
|
|
|
490
502
|
return index.h(ArrowPartial, null);
|
|
491
503
|
case 'arrow-right-circled':
|
|
492
504
|
return index.h(ArrowRightCircled, null);
|
|
505
|
+
case 'arrow-swap':
|
|
506
|
+
return index.h(ArrowSwap, null);
|
|
493
507
|
case 'arrow-triangle-left':
|
|
494
508
|
return index.h(ArrowTriangleLeft, null);
|
|
495
509
|
case 'arrow-triangle-right':
|
|
@@ -640,6 +654,8 @@ function getSvg(name) {
|
|
|
640
654
|
return index.h(Pan, null);
|
|
641
655
|
case 'paper-airplane':
|
|
642
656
|
return index.h(PaperAirplane, null);
|
|
657
|
+
case 'paste':
|
|
658
|
+
return index.h(Paste, null);
|
|
643
659
|
case 'pencil':
|
|
644
660
|
return index.h(Pencil, null);
|
|
645
661
|
case 'person-height':
|
|
@@ -672,6 +688,8 @@ function getSvg(name) {
|
|
|
672
688
|
return index.h(PreciseMeasurement, null);
|
|
673
689
|
case 'rabbit':
|
|
674
690
|
return index.h(Rabbit, null);
|
|
691
|
+
case 'rename':
|
|
692
|
+
return index.h(Rename, null);
|
|
675
693
|
case 'report':
|
|
676
694
|
return index.h(Report, null);
|
|
677
695
|
case 'reset':
|
|
@@ -682,6 +700,8 @@ function getSvg(name) {
|
|
|
682
700
|
return index.h(Rotate, null);
|
|
683
701
|
case 'ruler':
|
|
684
702
|
return index.h(Ruler, null);
|
|
703
|
+
case 'scissors':
|
|
704
|
+
return index.h(Scissors, null);
|
|
685
705
|
case 'search':
|
|
686
706
|
return index.h(Search, null);
|
|
687
707
|
case 'show-only-nearby':
|
package/dist/cjs/index.cjs.js
CHANGED
|
@@ -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-
|
|
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-
|
|
26
|
-
const iconButton = require('./icon-button-
|
|
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-
|
|
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-
|
|
5
|
+
const banner = require('./banner-632ff33f.js');
|
|
6
6
|
require('./index-6a92256c.js');
|
|
7
7
|
require('./index-e1b40fa6.js');
|
|
8
|
-
require('./icon-helper-
|
|
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-
|
|
5
|
+
const iconButton = require('./icon-button-20025e7e.js');
|
|
6
6
|
require('./index-6a92256c.js');
|
|
7
7
|
require('./index-e1b40fa6.js');
|
|
8
|
-
require('./icon-helper-
|
|
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-
|
|
5
|
+
const icon = require('./icon-df734817.js');
|
|
6
6
|
require('./index-6a92256c.js');
|
|
7
7
|
require('./index-e1b40fa6.js');
|
|
8
|
-
require('./icon-helper-
|
|
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';
|
|
@@ -102,11 +104,13 @@ import { PlusWithArrow } from './icons/plus-with-arrow';
|
|
|
102
104
|
import { PMI } from './icons/pmi';
|
|
103
105
|
import { PreciseMeasurement } from './icons/precise-measurement';
|
|
104
106
|
import { Rabbit } from './icons/rabbit';
|
|
107
|
+
import { Rename } from './icons/rename';
|
|
105
108
|
import { Report } from './icons/report';
|
|
106
109
|
import { Reset } from './icons/reset';
|
|
107
110
|
import { Resize } from './icons/resize';
|
|
108
111
|
import { Rotate } from './icons/rotate';
|
|
109
112
|
import { Ruler } from './icons/ruler';
|
|
113
|
+
import { Scissors } from './icons/scissors';
|
|
110
114
|
import { Search } from './icons/search';
|
|
111
115
|
import { ShowOnlyNearby } from './icons/show-only-nearby';
|
|
112
116
|
import { Snapshots } from './icons/snapshots';
|
|
@@ -151,6 +155,8 @@ export function getSvg(name) {
|
|
|
151
155
|
return h(ArrowPartial, null);
|
|
152
156
|
case 'arrow-right-circled':
|
|
153
157
|
return h(ArrowRightCircled, null);
|
|
158
|
+
case 'arrow-swap':
|
|
159
|
+
return h(ArrowSwap, null);
|
|
154
160
|
case 'arrow-triangle-left':
|
|
155
161
|
return h(ArrowTriangleLeft, null);
|
|
156
162
|
case 'arrow-triangle-right':
|
|
@@ -301,6 +307,8 @@ export function getSvg(name) {
|
|
|
301
307
|
return h(Pan, null);
|
|
302
308
|
case 'paper-airplane':
|
|
303
309
|
return h(PaperAirplane, null);
|
|
310
|
+
case 'paste':
|
|
311
|
+
return h(Paste, null);
|
|
304
312
|
case 'pencil':
|
|
305
313
|
return h(Pencil, null);
|
|
306
314
|
case 'person-height':
|
|
@@ -333,6 +341,8 @@ export function getSvg(name) {
|
|
|
333
341
|
return h(PreciseMeasurement, null);
|
|
334
342
|
case 'rabbit':
|
|
335
343
|
return h(Rabbit, null);
|
|
344
|
+
case 'rename':
|
|
345
|
+
return h(Rename, null);
|
|
336
346
|
case 'report':
|
|
337
347
|
return h(Report, null);
|
|
338
348
|
case 'reset':
|
|
@@ -343,6 +353,8 @@ export function getSvg(name) {
|
|
|
343
353
|
return h(Rotate, null);
|
|
344
354
|
case 'ruler':
|
|
345
355
|
return h(Ruler, null);
|
|
356
|
+
case 'scissors':
|
|
357
|
+
return h(Scissors, null);
|
|
346
358
|
case 'search':
|
|
347
359
|
return h(Search, null);
|
|
348
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\" | \"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 Rename = () => (h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "data-testid": "rename" }, h("path", { d: "M14.85 6.15A.47.47 0 0 0 14.5 6h-2v1H14v2h-1.5v1h2a.51.51 0 0 0 .5-.5v-3a.47.47 0 0 0-.15-.35ZM8.5 9H2V7h6.5V6h-7a.47.47 0 0 0-.35.15.47.47 0 0 0-.15.35v3a.47.47 0 0 0 .15.35.47.47 0 0 0 .35.15h7V9Zm2.5 2V5a1.5 1.5 0 0 1 1.5-1.5v-1a2.5 2.5 0 0 0-2 1 2.5 2.5 0 0 0-2-1v1A1.5 1.5 0 0 1 10 5v6a1.5 1.5 0 0 1-1.5 1.5v1a2.5 2.5 0 0 0 2-1 2.5 2.5 0 0 0 2 1v-1A1.5 1.5 0 0 1 11 11Z" })));
|
|
@@ -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\" | \"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";
|
|
@@ -103,11 +105,13 @@ export var IconNames;
|
|
|
103
105
|
IconNames["pmi"] = "pmi";
|
|
104
106
|
IconNames["precise-measurement"] = "precise-measurement";
|
|
105
107
|
IconNames["rabbit"] = "rabbit";
|
|
108
|
+
IconNames["rename"] = "rename";
|
|
106
109
|
IconNames["report"] = "report";
|
|
107
110
|
IconNames["reset"] = "reset";
|
|
108
111
|
IconNames["resize"] = "resize";
|
|
109
112
|
IconNames["rotate"] = "rotate";
|
|
110
113
|
IconNames["ruler"] = "ruler";
|
|
114
|
+
IconNames["scissors"] = "scissors";
|
|
111
115
|
IconNames["search"] = "search";
|
|
112
116
|
IconNames["show-only-nearby"] = "show-only-nearby";
|
|
113
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
|
|
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
|
|
|
@@ -375,6 +381,9 @@ const PreciseMeasurement = () => (h("svg", { xmlns: "http://www.w3.org/2000/svg"
|
|
|
375
381
|
const Rabbit = () => (h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "data-testid": "rabbit" },
|
|
376
382
|
h("path", { d: "M13.5,7a.51.51,0,1,0,.35.15A.47.47,0,0,0,13.5,7Zm1.58-1.27-1.25-.62L10.9,1.2A.51.51,0,0,0,10.39,1,.52.52,0,0,0,10,1.4a9.84,9.84,0,0,0-.21,2,3.61,3.61,0,0,0,1.31,3.16l0,0H11A1.29,1.29,0,0,1,9.92,6h0A7.12,7.12,0,0,0,8.11,3.78,4.28,4.28,0,0,0,5.5,3a3.39,3.39,0,0,0-1.73.54A9.68,9.68,0,0,0,1.24,6H.5A.5.5,0,0,0,0,6.31a.47.47,0,0,0,.11.54L1,7.73A2.4,2.4,0,0,0,2,9.59a3.47,3.47,0,0,0,1.85.56h0a5.49,5.49,0,0,1,2.2.59L5.37,11A2.51,2.51,0,0,0,3,13.5a.51.51,0,0,0,.5.5h1a1.64,1.64,0,0,0,.65-.17,8.83,8.83,0,0,0,.91-.5c.28-.17.54-.33.64-.37l1.21-.48h0l.1.18,0,0h0a.51.51,0,0,0,.23.23l2,1a.49.49,0,0,0,.57-.1,1.35,1.35,0,0,0,.43-.94,1.48,1.48,0,0,0-.29-.84,2,2,0,0,0-.19-.22,3,3,0,0,0,1.73-1,2.16,2.16,0,0,0,.25-.43l.07.05A3.16,3.16,0,0,0,14.5,11a1.58,1.58,0,0,0,.86-.24,1.5,1.5,0,0,0,.57-.8A1.74,1.74,0,0,0,16,9.5V7.21A1.65,1.65,0,0,0,15.08,5.73ZM6.31,12h0c-.28.14-.65.38-1,.6a3.67,3.67,0,0,1-.51.27L4.56,13H4.09A1.51,1.51,0,0,1,5.5,12l.2,0L7,11.4a3.45,3.45,0,0,1,.28.26ZM15,9.5a.93.93,0,0,1-.08.3l-.13.13a.44.44,0,0,1-.29.07,2.1,2.1,0,0,1-1.1-.42,4.58,4.58,0,0,1-.4-.3l-.11-.1,0,0h0A.47.47,0,0,0,12.31,9,.5.5,0,0,0,12,9.5h0a1.42,1.42,0,0,1-.33.77,2.26,2.26,0,0,1-1.52.69,4,4,0,0,0,0-.68A4.8,4.8,0,0,0,9,7.2a6.53,6.53,0,0,0-1.2-1.12.5.5,0,1,0-.56.84h0A5.59,5.59,0,0,1,8.31,8a3.68,3.68,0,0,1,.89,2.32A3.49,3.49,0,0,1,9,11.34a.22.22,0,0,0,0,.11s0,0,0,.05H9a.37.37,0,0,0,0,.18v0a1,1,0,0,0,.09.13l.06,0,.08.06h0a3.63,3.63,0,0,1,.6.4,1.58,1.58,0,0,1,.31.33.37.37,0,0,1,.07.14l-1.4-.7s0-.08-.08-.15h0l-.21-.29h0a.37.37,0,0,0-.13-.17A6.08,6.08,0,0,0,3.86,9.15h0a2.5,2.5,0,0,1-1.31-.37A1.44,1.44,0,0,1,2,7.5a.47.47,0,0,0-.15-.35L1.67,7a.56.56,0,0,0,.25-.18v0A11.44,11.44,0,0,1,3.24,5.22,3.68,3.68,0,0,1,5.5,4a3.21,3.21,0,0,1,2,.59A6.3,6.3,0,0,1,9.07,6.47h0A2.27,2.27,0,0,0,11,7.54a2.14,2.14,0,0,0,1-.23h0L12.72,7a.5.5,0,0,0-.22-1h0a1.62,1.62,0,0,1-.89-.36,2.7,2.7,0,0,1-.81-2.29c0-.17,0-.38,0-.58l2.27,3,.18.15,1.36.68a.66.66,0,0,1,.36.58Z" })));
|
|
377
383
|
|
|
384
|
+
const Rename = () => (h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "data-testid": "rename" },
|
|
385
|
+
h("path", { d: "M14.85 6.15A.47.47 0 0 0 14.5 6h-2v1H14v2h-1.5v1h2a.51.51 0 0 0 .5-.5v-3a.47.47 0 0 0-.15-.35ZM8.5 9H2V7h6.5V6h-7a.47.47 0 0 0-.35.15.47.47 0 0 0-.15.35v3a.47.47 0 0 0 .15.35.47.47 0 0 0 .35.15h7V9Zm2.5 2V5a1.5 1.5 0 0 1 1.5-1.5v-1a2.5 2.5 0 0 0-2 1 2.5 2.5 0 0 0-2-1v1A1.5 1.5 0 0 1 10 5v6a1.5 1.5 0 0 1-1.5 1.5v1a2.5 2.5 0 0 0 2-1 2.5 2.5 0 0 0 2 1v-1A1.5 1.5 0 0 1 11 11Z" })));
|
|
386
|
+
|
|
378
387
|
const Report = () => (h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "data-testid": "report" },
|
|
379
388
|
h("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" },
|
|
380
389
|
h("g", { transform: "translate(2, 2)", fill: "currentColor", "fill-rule": "nonzero" },
|
|
@@ -397,6 +406,9 @@ const Rotate = () => (h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "
|
|
|
397
406
|
const Ruler = () => (h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "data-testid": "ruler" },
|
|
398
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" })));
|
|
399
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
|
+
|
|
400
412
|
const Search = () => (h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "data-testid": "search" },
|
|
401
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" })));
|
|
402
414
|
|
|
@@ -488,6 +500,8 @@ function getSvg(name) {
|
|
|
488
500
|
return h(ArrowPartial, null);
|
|
489
501
|
case 'arrow-right-circled':
|
|
490
502
|
return h(ArrowRightCircled, null);
|
|
503
|
+
case 'arrow-swap':
|
|
504
|
+
return h(ArrowSwap, null);
|
|
491
505
|
case 'arrow-triangle-left':
|
|
492
506
|
return h(ArrowTriangleLeft, null);
|
|
493
507
|
case 'arrow-triangle-right':
|
|
@@ -638,6 +652,8 @@ function getSvg(name) {
|
|
|
638
652
|
return h(Pan, null);
|
|
639
653
|
case 'paper-airplane':
|
|
640
654
|
return h(PaperAirplane, null);
|
|
655
|
+
case 'paste':
|
|
656
|
+
return h(Paste, null);
|
|
641
657
|
case 'pencil':
|
|
642
658
|
return h(Pencil, null);
|
|
643
659
|
case 'person-height':
|
|
@@ -670,6 +686,8 @@ function getSvg(name) {
|
|
|
670
686
|
return h(PreciseMeasurement, null);
|
|
671
687
|
case 'rabbit':
|
|
672
688
|
return h(Rabbit, null);
|
|
689
|
+
case 'rename':
|
|
690
|
+
return h(Rename, null);
|
|
673
691
|
case 'report':
|
|
674
692
|
return h(Report, null);
|
|
675
693
|
case 'reset':
|
|
@@ -680,6 +698,8 @@ function getSvg(name) {
|
|
|
680
698
|
return h(Rotate, null);
|
|
681
699
|
case 'ruler':
|
|
682
700
|
return h(Ruler, null);
|
|
701
|
+
case 'scissors':
|
|
702
|
+
return h(Scissors, null);
|
|
683
703
|
case 'search':
|
|
684
704
|
return h(Search, null);
|
|
685
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-
|
|
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";
|