@loomhq/lens 12.8.0 → 12.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +35 -7
- package/dist/cjs/icons/banner-vector-up.js +17 -3
- package/dist/cjs/icons/banner-vector-up.js.map +2 -2
- package/dist/cjs/icons/cursor.js +40 -0
- package/dist/cjs/icons/cursor.js.map +7 -0
- package/dist/cjs/icons/editions-icon.js +40 -0
- package/dist/cjs/icons/editions-icon.js.map +7 -0
- package/dist/cjs/icons/editions.js +9 -2
- package/dist/cjs/icons/editions.js.map +2 -2
- package/dist/cjs/icons/index.js +653 -638
- package/dist/cjs/icons/index.js.map +4 -4
- package/dist/cjs/index.js +799 -555
- package/dist/cjs/index.js.map +4 -4
- package/dist/esm/icons/banner-vector-up.js +1 -1
- package/dist/esm/icons/{chunk-2V4R73H6.js → chunk-3OR7GMMB.js} +8 -4
- package/dist/esm/icons/chunk-3OR7GMMB.js.map +7 -0
- package/dist/esm/icons/chunk-KVOGDZ34.js +11 -0
- package/dist/esm/icons/chunk-KVOGDZ34.js.map +7 -0
- package/dist/esm/icons/chunk-SPTM4NUO.js +18 -0
- package/dist/esm/icons/chunk-SPTM4NUO.js.map +7 -0
- package/dist/esm/icons/cursor.js +8 -0
- package/dist/esm/icons/cursor.js.map +7 -0
- package/dist/esm/icons/editions-icon.js +12 -0
- package/dist/esm/icons/editions-icon.js.map +7 -0
- package/dist/esm/icons/editions.js +1 -1
- package/dist/esm/icons/index.js +120 -116
- package/dist/esm/index.js +737 -489
- package/dist/esm/index.js.map +4 -4
- package/dist/types/colors.d.ts +1 -1
- package/dist/types/colors.d.ts.map +1 -1
- package/dist/types/components/align/align.d.ts +1 -1
- package/dist/types/components/align/align.d.ts.map +1 -1
- package/dist/types/components/arrange/arrange.d.ts +1 -1
- package/dist/types/components/arrange/arrange.d.ts.map +1 -1
- package/dist/types/components/avatar/avatar.d.ts +1 -1
- package/dist/types/components/avatar/avatar.d.ts.map +1 -1
- package/dist/types/components/backdrop/backdrop.d.ts +1 -1
- package/dist/types/components/backdrop/backdrop.d.ts.map +1 -1
- package/dist/types/components/base-styles/base-styles.d.ts.map +1 -1
- package/dist/types/components/button/button.d.ts +1 -1
- package/dist/types/components/button/button.d.ts.map +1 -1
- package/dist/types/components/color-picker/color-picker.d.ts +1 -1
- package/dist/types/components/color-picker/color-picker.d.ts.map +1 -1
- package/dist/types/components/container/container.d.ts +1 -1
- package/dist/types/components/container/container.d.ts.map +1 -1
- package/dist/types/components/distribute/distribute.d.ts +1 -1
- package/dist/types/components/distribute/distribute.d.ts.map +1 -1
- package/dist/types/components/dropdown/dropdown.d.ts +3 -1
- package/dist/types/components/dropdown/dropdown.d.ts.map +1 -1
- package/dist/types/components/ellipses-loader/ellipses-loader.d.ts +1 -1
- package/dist/types/components/ellipses-loader/ellipses-loader.d.ts.map +1 -1
- package/dist/types/components/form-field/form-field.d.ts +2 -2
- package/dist/types/components/form-field/form-field.d.ts.map +1 -1
- package/dist/types/components/icon/available-icons/banner-vector-up.d.ts.map +1 -1
- package/dist/types/components/icon/available-icons/cursor.d.ts +3 -0
- package/dist/types/components/icon/available-icons/cursor.d.ts.map +1 -0
- package/dist/types/components/icon/available-icons/editions-icon.d.ts +3 -0
- package/dist/types/components/icon/available-icons/editions-icon.d.ts.map +1 -0
- package/dist/types/components/icon/available-icons/editions.d.ts +1 -1
- package/dist/types/components/icon/available-icons/editions.d.ts.map +1 -1
- package/dist/types/components/icon/available-icons/index.d.ts +1 -0
- package/dist/types/components/icon/available-icons/index.d.ts.map +1 -1
- package/dist/types/components/icon/icon.d.ts +2 -2
- package/dist/types/components/icon/icon.d.ts.map +1 -1
- package/dist/types/components/icon-button/icon-button.d.ts +1 -1
- package/dist/types/components/icon-button/icon-button.d.ts.map +1 -1
- package/dist/types/components/layout/layout.d.ts +1 -1
- package/dist/types/components/layout/layout.d.ts.map +1 -1
- package/dist/types/components/link/link.d.ts +1 -1
- package/dist/types/components/link/link.d.ts.map +1 -1
- package/dist/types/components/list/list.d.ts +1 -1
- package/dist/types/components/list/list.d.ts.map +1 -1
- package/dist/types/components/loader/loader.d.ts +1 -1
- package/dist/types/components/loader/loader.d.ts.map +1 -1
- package/dist/types/components/logo/logo.d.ts +1 -1
- package/dist/types/components/logo/logo.d.ts.map +1 -1
- package/dist/types/components/menu/menu.d.ts +5 -2
- package/dist/types/components/menu/menu.d.ts.map +1 -1
- package/dist/types/components/modal/modal.d.ts +2 -2
- package/dist/types/components/modal/modal.d.ts.map +1 -1
- package/dist/types/components/notification-bar/notification-bar.d.ts +2 -2
- package/dist/types/components/notification-bar/notification-bar.d.ts.map +1 -1
- package/dist/types/components/pill/pill.d.ts +1 -1
- package/dist/types/components/pill/pill.d.ts.map +1 -1
- package/dist/types/components/select/select.d.ts +2 -2
- package/dist/types/components/select/select.d.ts.map +1 -1
- package/dist/types/components/skeleton/skeleton.d.ts +1 -1
- package/dist/types/components/skeleton/skeleton.d.ts.map +1 -1
- package/dist/types/components/spacer/spacer.d.ts +1 -1
- package/dist/types/components/spacer/spacer.d.ts.map +1 -1
- package/dist/types/components/split/split.d.ts +1 -1
- package/dist/types/components/split/split.d.ts.map +1 -1
- package/dist/types/components/switch/switch.d.ts +1 -1
- package/dist/types/components/switch/switch.d.ts.map +1 -1
- package/dist/types/components/tabs/tabs.d.ts +25 -2
- package/dist/types/components/tabs/tabs.d.ts.map +1 -1
- package/dist/types/components/text/text.d.ts +2 -2
- package/dist/types/components/text/text.d.ts.map +1 -1
- package/dist/types/components/text-button/text-button.d.ts +1 -1
- package/dist/types/components/text-button/text-button.d.ts.map +1 -1
- package/dist/types/components/toast/toast.d.ts +1 -1
- package/dist/types/components/toast/toast.d.ts.map +1 -1
- package/dist/types/components/tooltip/tooltip.d.ts +2 -2
- package/dist/types/components/tooltip/tooltip.d.ts.map +1 -1
- package/dist/types/components/typeahead/typeahead.d.ts +2 -2
- package/dist/types/components/typeahead/typeahead.d.ts.map +1 -1
- package/dist/types/components/waveform-loader/waveform-loader.d.ts +1 -1
- package/dist/types/components/waveform-loader/waveform-loader.d.ts.map +1 -1
- package/dist/types/icons/banner-vector-up.d.ts.map +1 -1
- package/dist/types/icons/cursor.d.ts +3 -0
- package/dist/types/icons/cursor.d.ts.map +1 -0
- package/dist/types/icons/editions-icon.d.ts +3 -0
- package/dist/types/icons/editions-icon.d.ts.map +1 -0
- package/dist/types/icons/editions.d.ts +1 -1
- package/dist/types/icons/editions.d.ts.map +1 -1
- package/dist/types/icons/index.d.ts +1 -0
- package/dist/types/icons/index.d.ts.map +1 -1
- package/dist/types/utilities/responsive.d.ts +3 -3
- package/dist/types/utilities/responsive.d.ts.map +1 -1
- package/dist/types/utilities/size.d.ts +1 -1
- package/dist/types/utilities/size.d.ts.map +1 -1
- package/dist/types/utilities/text.d.ts +3 -0
- package/dist/types/utilities/text.d.ts.map +1 -0
- package/package.json +6 -6
- package/dist/esm/icons/chunk-2V4R73H6.js.map +0 -7
- package/dist/esm/icons/chunk-T4L22EHS.js +0 -11
- package/dist/esm/icons/chunk-T4L22EHS.js.map +0 -7
|
@@ -1,20 +1,24 @@
|
|
|
1
|
+
import {
|
|
2
|
+
__spreadValues
|
|
3
|
+
} from "./chunk-DDAAVRWG.js";
|
|
4
|
+
|
|
1
5
|
// src/components/icon/available-icons/banner-vector-up.tsx
|
|
2
6
|
import * as React from "react";
|
|
3
7
|
function SvgBannerVectorUp(props) {
|
|
4
8
|
return /* @__PURE__ */ React.createElement(
|
|
5
9
|
"svg",
|
|
6
|
-
{
|
|
10
|
+
__spreadValues({
|
|
7
11
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8
12
|
width: "24",
|
|
9
13
|
height: "11",
|
|
10
14
|
viewBox: "0 0 24 11",
|
|
11
15
|
fill: "none"
|
|
12
|
-
},
|
|
16
|
+
}, props),
|
|
13
17
|
/* @__PURE__ */ React.createElement(
|
|
14
18
|
"path",
|
|
15
19
|
{
|
|
16
20
|
d: "M24 11L0 11L9.17157 1.82843C10.7337 0.266331 13.2663 0.26633 14.8284 1.82843L24 11Z",
|
|
17
|
-
fill: "
|
|
21
|
+
fill: "currentColor"
|
|
18
22
|
}
|
|
19
23
|
)
|
|
20
24
|
);
|
|
@@ -23,4 +27,4 @@ function SvgBannerVectorUp(props) {
|
|
|
23
27
|
export {
|
|
24
28
|
SvgBannerVectorUp
|
|
25
29
|
};
|
|
26
|
-
//# sourceMappingURL=chunk-
|
|
30
|
+
//# sourceMappingURL=chunk-3OR7GMMB.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/components/icon/available-icons/banner-vector-up.tsx"],
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\n\nexport function SvgBannerVectorUp(props: any) {\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"24\"\n height=\"11\"\n viewBox=\"0 0 24 11\"\n fill=\"none\"\n {...props}\n >\n <path\n d=\"M24 11L0 11L9.17157 1.82843C10.7337 0.266331 13.2663 0.26633 14.8284 1.82843L24 11Z\"\n fill=\"currentColor\"\n />\n </svg>\n );\n}\n"],
|
|
5
|
+
"mappings": ";;;;;AAAA,YAAY,WAAW;AAEhB,SAAS,kBAAkB,OAAY;AAC5C,SACE;AAAA,IAAC;AAAA;AAAA,MACC,OAAM;AAAA,MACN,OAAM;AAAA,MACN,QAAO;AAAA,MACP,SAAQ;AAAA,MACR,MAAK;AAAA,OACD;AAAA,IAEJ;AAAA,MAAC;AAAA;AAAA,QACC,GAAE;AAAA,QACF,MAAK;AAAA;AAAA,IACP;AAAA,EACF;AAEJ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// src/components/icon/available-icons/cursor.tsx
|
|
2
|
+
import CursorIcon from "@atlaskit/icon-lab/core/cursor";
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
var SvgCursor = () => {
|
|
5
|
+
return /* @__PURE__ */ React.createElement(CursorIcon, { label: "", testId: "ads-refreshed-icon" });
|
|
6
|
+
};
|
|
7
|
+
|
|
8
|
+
export {
|
|
9
|
+
SvgCursor
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=chunk-KVOGDZ34.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/components/icon/available-icons/cursor.tsx"],
|
|
4
|
+
"sourcesContent": ["import CursorIcon from '@atlaskit/icon-lab/core/cursor';\nimport * as React from 'react';\n\nexport const SvgCursor = () => {\n return <CursorIcon label=\"\" testId=\"ads-refreshed-icon\" />;\n};\n"],
|
|
5
|
+
"mappings": ";AAAA,OAAO,gBAAgB;AACvB,YAAY,WAAW;AAEhB,IAAM,YAAY,MAAM;AAC7B,SAAO,oCAAC,cAAW,OAAM,IAAG,QAAO,sBAAqB;AAC1D;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// src/components/icon/available-icons/editions.tsx
|
|
2
|
+
import EditionsIcon from "@atlaskit/icon-lab/core/editions";
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
function SvgEditions(props) {
|
|
5
|
+
return /* @__PURE__ */ React.createElement(
|
|
6
|
+
EditionsIcon,
|
|
7
|
+
{
|
|
8
|
+
label: "",
|
|
9
|
+
testId: "ads-refreshed-icon",
|
|
10
|
+
color: props.color ? props.color : "currentColor"
|
|
11
|
+
}
|
|
12
|
+
);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export {
|
|
16
|
+
SvgEditions
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=chunk-SPTM4NUO.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/components/icon/available-icons/editions.tsx"],
|
|
4
|
+
"sourcesContent": ["import EditionsIcon from '@atlaskit/icon-lab/core/editions';\nimport * as React from 'react';\n\nexport function SvgEditions(props) {\n return (\n <EditionsIcon\n label=\"\"\n testId=\"ads-refreshed-icon\"\n color={props.color ? props.color : 'currentColor'}\n />\n );\n}\n"],
|
|
5
|
+
"mappings": ";AAAA,OAAO,kBAAkB;AACzB,YAAY,WAAW;AAEhB,SAAS,YAAY,OAAO;AACjC,SACE;AAAA,IAAC;AAAA;AAAA,MACC,OAAM;AAAA,MACN,QAAO;AAAA,MACP,OAAO,MAAM,QAAQ,MAAM,QAAQ;AAAA;AAAA,EACrC;AAEJ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import "./chunk-DDAAVRWG.js";
|
|
2
|
+
|
|
3
|
+
// src/components/icon/available-icons/editions-icon.tsx
|
|
4
|
+
import EditionsIcon from "@atlaskit/icon-lab/core/editions";
|
|
5
|
+
import * as React from "react";
|
|
6
|
+
function SvgEditionsIcon() {
|
|
7
|
+
return /* @__PURE__ */ React.createElement(EditionsIcon, { label: "editions" });
|
|
8
|
+
}
|
|
9
|
+
export {
|
|
10
|
+
SvgEditionsIcon
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=editions-icon.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/components/icon/available-icons/editions-icon.tsx"],
|
|
4
|
+
"sourcesContent": ["import EditionsIcon from '@atlaskit/icon-lab/core/editions';\nimport * as React from 'react';\n\nexport function SvgEditionsIcon() {\n return <EditionsIcon label=\"editions\" />;\n}\n"],
|
|
5
|
+
"mappings": ";;;AAAA,OAAO,kBAAkB;AACzB,YAAY,WAAW;AAEhB,SAAS,kBAAkB;AAChC,SAAO,oCAAC,gBAAa,OAAM,YAAW;AACxC;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
package/dist/esm/icons/index.js
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
import {
|
|
2
|
+
SvgWriteDocument
|
|
3
|
+
} from "./chunk-OBT2YRVO.js";
|
|
4
|
+
import {
|
|
5
|
+
SvgWriteMessage
|
|
6
|
+
} from "./chunk-NZVDBUCK.js";
|
|
1
7
|
import {
|
|
2
8
|
SvgXCircle
|
|
3
9
|
} from "./chunk-QHLM45W4.js";
|
|
@@ -16,6 +22,12 @@ import {
|
|
|
16
22
|
import {
|
|
17
23
|
SvgZoomOut
|
|
18
24
|
} from "./chunk-M35LKLMJ.js";
|
|
25
|
+
import {
|
|
26
|
+
SvgWarningAlert
|
|
27
|
+
} from "./chunk-EKNLUIM2.js";
|
|
28
|
+
import {
|
|
29
|
+
SvgWarningAmber
|
|
30
|
+
} from "./chunk-I4ITA7EL.js";
|
|
19
31
|
import {
|
|
20
32
|
SvgWatchLaterAdded
|
|
21
33
|
} from "./chunk-BFPFVG5V.js";
|
|
@@ -35,11 +47,11 @@ import {
|
|
|
35
47
|
SvgWindows
|
|
36
48
|
} from "./chunk-NLJWFPWA.js";
|
|
37
49
|
import {
|
|
38
|
-
|
|
39
|
-
} from "./chunk-
|
|
50
|
+
SvgViewList
|
|
51
|
+
} from "./chunk-HQMCOUIT.js";
|
|
40
52
|
import {
|
|
41
|
-
|
|
42
|
-
} from "./chunk-
|
|
53
|
+
SvgVolumeDown
|
|
54
|
+
} from "./chunk-EUZW57TP.js";
|
|
43
55
|
import {
|
|
44
56
|
SvgVolumeMute
|
|
45
57
|
} from "./chunk-XLYJ5RGM.js";
|
|
@@ -59,11 +71,11 @@ import {
|
|
|
59
71
|
SvgVolume2
|
|
60
72
|
} from "./chunk-DHTMHG3V.js";
|
|
61
73
|
import {
|
|
62
|
-
|
|
63
|
-
} from "./chunk-
|
|
74
|
+
SvgVariables
|
|
75
|
+
} from "./chunk-E7NOP4A2.js";
|
|
64
76
|
import {
|
|
65
|
-
|
|
66
|
-
} from "./chunk-
|
|
77
|
+
SvgVersionControl
|
|
78
|
+
} from "./chunk-VIGGSGOL.js";
|
|
67
79
|
import {
|
|
68
80
|
SvgVerticalAlignBottom
|
|
69
81
|
} from "./chunk-U4IMY2H2.js";
|
|
@@ -83,11 +95,11 @@ import {
|
|
|
83
95
|
SvgVideocam
|
|
84
96
|
} from "./chunk-RDA3AFVD.js";
|
|
85
97
|
import {
|
|
86
|
-
|
|
87
|
-
} from "./chunk-
|
|
98
|
+
SvgTune
|
|
99
|
+
} from "./chunk-XW7TC77Y.js";
|
|
88
100
|
import {
|
|
89
|
-
|
|
90
|
-
} from "./chunk-
|
|
101
|
+
SvgUnderline
|
|
102
|
+
} from "./chunk-Q2DXN42B.js";
|
|
91
103
|
import {
|
|
92
104
|
SvgUndoAlt
|
|
93
105
|
} from "./chunk-EIKAXIVU.js";
|
|
@@ -107,11 +119,11 @@ import {
|
|
|
107
119
|
SvgUsers
|
|
108
120
|
} from "./chunk-HXT75SNG.js";
|
|
109
121
|
import {
|
|
110
|
-
|
|
111
|
-
} from "./chunk-
|
|
122
|
+
SvgThumbsUp
|
|
123
|
+
} from "./chunk-F5L4NQJW.js";
|
|
112
124
|
import {
|
|
113
|
-
|
|
114
|
-
} from "./chunk-
|
|
125
|
+
SvgTimelineEditor
|
|
126
|
+
} from "./chunk-SOFWAOZ4.js";
|
|
115
127
|
import {
|
|
116
128
|
SvgTimer
|
|
117
129
|
} from "./chunk-IPK2TGIQ.js";
|
|
@@ -131,11 +143,11 @@ import {
|
|
|
131
143
|
SvgTrelloNeutral
|
|
132
144
|
} from "./chunk-XQB6D65H.js";
|
|
133
145
|
import {
|
|
134
|
-
|
|
135
|
-
} from "./chunk-
|
|
146
|
+
SvgStarOutline
|
|
147
|
+
} from "./chunk-DFYMBHZP.js";
|
|
136
148
|
import {
|
|
137
|
-
|
|
138
|
-
} from "./chunk-
|
|
149
|
+
SvgStar
|
|
150
|
+
} from "./chunk-7AB2BP5I.js";
|
|
139
151
|
import {
|
|
140
152
|
SvgStop
|
|
141
153
|
} from "./chunk-OLTO5ACV.js";
|
|
@@ -155,11 +167,11 @@ import {
|
|
|
155
167
|
SvgThumbsDown
|
|
156
168
|
} from "./chunk-M4GAFFLM.js";
|
|
157
169
|
import {
|
|
158
|
-
|
|
159
|
-
} from "./chunk-
|
|
170
|
+
SvgSparkle
|
|
171
|
+
} from "./chunk-HE25OX6G.js";
|
|
160
172
|
import {
|
|
161
|
-
|
|
162
|
-
} from "./chunk-
|
|
173
|
+
SvgSpeedFast
|
|
174
|
+
} from "./chunk-2FKO2VHS.js";
|
|
163
175
|
import {
|
|
164
176
|
SvgSpeedMedium
|
|
165
177
|
} from "./chunk-VQTS3NUI.js";
|
|
@@ -179,11 +191,11 @@ import {
|
|
|
179
191
|
SvgSquare
|
|
180
192
|
} from "./chunk-37YTVMBN.js";
|
|
181
193
|
import {
|
|
182
|
-
|
|
183
|
-
} from "./chunk-
|
|
194
|
+
SvgShare
|
|
195
|
+
} from "./chunk-JPT4IOPX.js";
|
|
184
196
|
import {
|
|
185
|
-
|
|
186
|
-
} from "./chunk-
|
|
197
|
+
SvgShowChart
|
|
198
|
+
} from "./chunk-LZAJY54Z.js";
|
|
187
199
|
import {
|
|
188
200
|
SvgSilenceRemoval
|
|
189
201
|
} from "./chunk-UHAMA5YO.js";
|
|
@@ -203,11 +215,11 @@ import {
|
|
|
203
215
|
SvgSmile
|
|
204
216
|
} from "./chunk-56JQ7YLD.js";
|
|
205
217
|
import {
|
|
206
|
-
|
|
207
|
-
} from "./chunk-
|
|
218
|
+
SvgSchool
|
|
219
|
+
} from "./chunk-DV7DTSLT.js";
|
|
208
220
|
import {
|
|
209
|
-
|
|
210
|
-
} from "./chunk-
|
|
221
|
+
SvgScissors
|
|
222
|
+
} from "./chunk-NR4EYJPQ.js";
|
|
211
223
|
import {
|
|
212
224
|
SvgScreenCam
|
|
213
225
|
} from "./chunk-WCXLT4Z4.js";
|
|
@@ -227,11 +239,11 @@ import {
|
|
|
227
239
|
SvgSettings
|
|
228
240
|
} from "./chunk-6JFYWVAP.js";
|
|
229
241
|
import {
|
|
230
|
-
|
|
231
|
-
} from "./chunk-
|
|
242
|
+
SvgReplyLeft
|
|
243
|
+
} from "./chunk-AA7SIBLA.js";
|
|
232
244
|
import {
|
|
233
|
-
|
|
234
|
-
} from "./chunk-
|
|
245
|
+
SvgReplyRight
|
|
246
|
+
} from "./chunk-PDJ7WDI4.js";
|
|
235
247
|
import {
|
|
236
248
|
SvgReply
|
|
237
249
|
} from "./chunk-CUJRFEAF.js";
|
|
@@ -251,11 +263,11 @@ import {
|
|
|
251
263
|
SvgSalesforce
|
|
252
264
|
} from "./chunk-KIMRTGIR.js";
|
|
253
265
|
import {
|
|
254
|
-
|
|
255
|
-
} from "./chunk-
|
|
266
|
+
SvgRecord
|
|
267
|
+
} from "./chunk-SP64S4HO.js";
|
|
256
268
|
import {
|
|
257
|
-
|
|
258
|
-
} from "./chunk-
|
|
269
|
+
SvgRedoAlt
|
|
270
|
+
} from "./chunk-UHA3RCGM.js";
|
|
259
271
|
import {
|
|
260
272
|
SvgRedo
|
|
261
273
|
} from "./chunk-JVD64AVJ.js";
|
|
@@ -275,11 +287,11 @@ import {
|
|
|
275
287
|
SvgReplay
|
|
276
288
|
} from "./chunk-ALDOBFOW.js";
|
|
277
289
|
import {
|
|
278
|
-
|
|
279
|
-
} from "./chunk-
|
|
290
|
+
SvgPresent
|
|
291
|
+
} from "./chunk-445D5NCB.js";
|
|
280
292
|
import {
|
|
281
|
-
|
|
282
|
-
} from "./chunk-
|
|
293
|
+
SvgPresenterMode
|
|
294
|
+
} from "./chunk-YSSA4HKD.js";
|
|
283
295
|
import {
|
|
284
296
|
SvgPronunciation
|
|
285
297
|
} from "./chunk-HZJRA7SF.js";
|
|
@@ -299,11 +311,11 @@ import {
|
|
|
299
311
|
SvgQuickEdit
|
|
300
312
|
} from "./chunk-EEKIA4WP.js";
|
|
301
313
|
import {
|
|
302
|
-
|
|
303
|
-
} from "./chunk-
|
|
314
|
+
SvgPinFill
|
|
315
|
+
} from "./chunk-7OESI7PR.js";
|
|
304
316
|
import {
|
|
305
|
-
|
|
306
|
-
} from "./chunk-
|
|
317
|
+
SvgPin
|
|
318
|
+
} from "./chunk-J3DMC6VO.js";
|
|
307
319
|
import {
|
|
308
320
|
SvgPlayArrow
|
|
309
321
|
} from "./chunk-33YWYPE7.js";
|
|
@@ -323,11 +335,11 @@ import {
|
|
|
323
335
|
SvgPower
|
|
324
336
|
} from "./chunk-SCWSS4CT.js";
|
|
325
337
|
import {
|
|
326
|
-
|
|
327
|
-
} from "./chunk-
|
|
338
|
+
SvgPaintBucket
|
|
339
|
+
} from "./chunk-LUMQRR5U.js";
|
|
328
340
|
import {
|
|
329
|
-
|
|
330
|
-
} from "./chunk-
|
|
341
|
+
SvgPalette
|
|
342
|
+
} from "./chunk-3G43DSBG.js";
|
|
331
343
|
import {
|
|
332
344
|
SvgPause
|
|
333
345
|
} from "./chunk-6NWQRPUY.js";
|
|
@@ -347,11 +359,11 @@ import {
|
|
|
347
359
|
SvgPictureInPicture
|
|
348
360
|
} from "./chunk-GZUPKYEY.js";
|
|
349
361
|
import {
|
|
350
|
-
|
|
351
|
-
} from "./chunk-
|
|
362
|
+
SvgNearMe
|
|
363
|
+
} from "./chunk-COZELPRW.js";
|
|
352
364
|
import {
|
|
353
|
-
|
|
354
|
-
} from "./chunk-
|
|
365
|
+
SvgNotes
|
|
366
|
+
} from "./chunk-W4PMGSRS.js";
|
|
355
367
|
import {
|
|
356
368
|
SvgNotifications
|
|
357
369
|
} from "./chunk-7BUGMAD3.js";
|
|
@@ -371,11 +383,11 @@ import {
|
|
|
371
383
|
SvgOverlays
|
|
372
384
|
} from "./chunk-IRJ7ZBRL.js";
|
|
373
385
|
import {
|
|
374
|
-
|
|
375
|
-
} from "./chunk-
|
|
386
|
+
SvgMinusCircle
|
|
387
|
+
} from "./chunk-QETDZT7X.js";
|
|
376
388
|
import {
|
|
377
|
-
|
|
378
|
-
} from "./chunk-
|
|
389
|
+
SvgMinus
|
|
390
|
+
} from "./chunk-AOPQUDFU.js";
|
|
379
391
|
import {
|
|
380
392
|
SvgMobileDevices
|
|
381
393
|
} from "./chunk-FL7WZQA7.js";
|
|
@@ -395,11 +407,11 @@ import {
|
|
|
395
407
|
SvgMute
|
|
396
408
|
} from "./chunk-TZJSLHBR.js";
|
|
397
409
|
import {
|
|
398
|
-
|
|
399
|
-
} from "./chunk-
|
|
410
|
+
SvgMicOff
|
|
411
|
+
} from "./chunk-MNSIAPHQ.js";
|
|
400
412
|
import {
|
|
401
|
-
|
|
402
|
-
} from "./chunk-
|
|
413
|
+
SvgMic
|
|
414
|
+
} from "./chunk-4IKQ6RTL.js";
|
|
403
415
|
import {
|
|
404
416
|
SvgMicrosoftTeamsLogo
|
|
405
417
|
} from "./chunk-24RL2WNZ.js";
|
|
@@ -419,11 +431,11 @@ import {
|
|
|
419
431
|
SvgMinimize
|
|
420
432
|
} from "./chunk-5CR7CSTY.js";
|
|
421
433
|
import {
|
|
422
|
-
|
|
423
|
-
} from "./chunk-
|
|
434
|
+
SvgLock
|
|
435
|
+
} from "./chunk-G2U2YBS7.js";
|
|
424
436
|
import {
|
|
425
|
-
|
|
426
|
-
} from "./chunk-
|
|
437
|
+
SvgLogOut
|
|
438
|
+
} from "./chunk-SY7SMBFL.js";
|
|
427
439
|
import {
|
|
428
440
|
SvgLucidchart
|
|
429
441
|
} from "./chunk-2S6VYRXG.js";
|
|
@@ -443,11 +455,11 @@ import {
|
|
|
443
455
|
SvgMenu
|
|
444
456
|
} from "./chunk-7R3HFRXT.js";
|
|
445
457
|
import {
|
|
446
|
-
|
|
447
|
-
} from "./chunk-
|
|
458
|
+
SvgLinearDark
|
|
459
|
+
} from "./chunk-FZL3BQHV.js";
|
|
448
460
|
import {
|
|
449
|
-
|
|
450
|
-
} from "./chunk-
|
|
461
|
+
SvgLinkBroken
|
|
462
|
+
} from "./chunk-UNK3JWYL.js";
|
|
451
463
|
import {
|
|
452
464
|
SvgLinkOff
|
|
453
465
|
} from "./chunk-KRDPKGQU.js";
|
|
@@ -464,11 +476,11 @@ import {
|
|
|
464
476
|
SvgLockFill
|
|
465
477
|
} from "./chunk-S2YQZFRO.js";
|
|
466
478
|
import {
|
|
467
|
-
|
|
468
|
-
} from "./chunk-
|
|
479
|
+
SvgJira
|
|
480
|
+
} from "./chunk-7DXLMQ7D.js";
|
|
469
481
|
import {
|
|
470
|
-
|
|
471
|
-
} from "./chunk-
|
|
482
|
+
SvgKeyboardArrowDown
|
|
483
|
+
} from "./chunk-NFUMBA6M.js";
|
|
472
484
|
import {
|
|
473
485
|
SvgKeyboardArrowLeft
|
|
474
486
|
} from "./chunk-6NX5OUP7.js";
|
|
@@ -488,11 +500,11 @@ import {
|
|
|
488
500
|
SvgLineThickness
|
|
489
501
|
} from "./chunk-5GSYSJ77.js";
|
|
490
502
|
import {
|
|
491
|
-
|
|
492
|
-
} from "./chunk-
|
|
503
|
+
SvgImage2
|
|
504
|
+
} from "./chunk-5XNPVJRF.js";
|
|
493
505
|
import {
|
|
494
|
-
|
|
495
|
-
} from "./chunk-
|
|
506
|
+
SvgImport
|
|
507
|
+
} from "./chunk-EOBCFXCG.js";
|
|
496
508
|
import {
|
|
497
509
|
SvgInfoFill
|
|
498
510
|
} from "./chunk-3CRP27HY.js";
|
|
@@ -509,11 +521,11 @@ import {
|
|
|
509
521
|
SvgJiraNeutral
|
|
510
522
|
} from "./chunk-SX5SVSYH.js";
|
|
511
523
|
import {
|
|
512
|
-
|
|
513
|
-
} from "./chunk-
|
|
524
|
+
SvgHelp
|
|
525
|
+
} from "./chunk-G4NHYHCI.js";
|
|
514
526
|
import {
|
|
515
|
-
|
|
516
|
-
} from "./chunk-
|
|
527
|
+
SvgHighlightOff
|
|
528
|
+
} from "./chunk-THG45YYP.js";
|
|
517
529
|
import {
|
|
518
530
|
SvgHighlightText
|
|
519
531
|
} from "./chunk-43MA57P2.js";
|
|
@@ -533,11 +545,11 @@ import {
|
|
|
533
545
|
SvgImage1
|
|
534
546
|
} from "./chunk-RLRBVO62.js";
|
|
535
547
|
import {
|
|
536
|
-
|
|
537
|
-
} from "./chunk-
|
|
548
|
+
SvgGoogleDocs
|
|
549
|
+
} from "./chunk-XEF5FSXN.js";
|
|
538
550
|
import {
|
|
539
|
-
|
|
540
|
-
} from "./chunk-
|
|
551
|
+
SvgGoogleDrive
|
|
552
|
+
} from "./chunk-4QUENNQ6.js";
|
|
541
553
|
import {
|
|
542
554
|
SvgGoogleForms
|
|
543
555
|
} from "./chunk-P32PSGWS.js";
|
|
@@ -557,11 +569,11 @@ import {
|
|
|
557
569
|
SvgHelpCircle
|
|
558
570
|
} from "./chunk-MWN7G4WV.js";
|
|
559
571
|
import {
|
|
560
|
-
|
|
561
|
-
} from "./chunk-
|
|
572
|
+
SvgForward5
|
|
573
|
+
} from "./chunk-6WEM4FKX.js";
|
|
562
574
|
import {
|
|
563
|
-
|
|
564
|
-
} from "./chunk-
|
|
575
|
+
SvgFullScreen2
|
|
576
|
+
} from "./chunk-EJWFIZMS.js";
|
|
565
577
|
import {
|
|
566
578
|
SvgFullscreenExit
|
|
567
579
|
} from "./chunk-3VTCJYNO.js";
|
|
@@ -581,11 +593,11 @@ import {
|
|
|
581
593
|
SvgGoogle
|
|
582
594
|
} from "./chunk-SQJ4LMXN.js";
|
|
583
595
|
import {
|
|
584
|
-
|
|
585
|
-
} from "./chunk-
|
|
596
|
+
SvgFigma
|
|
597
|
+
} from "./chunk-LXY65TPZ.js";
|
|
586
598
|
import {
|
|
587
|
-
|
|
588
|
-
} from "./chunk-
|
|
599
|
+
SvgFillerWordRemoval
|
|
600
|
+
} from "./chunk-KB5FU4C5.js";
|
|
589
601
|
import {
|
|
590
602
|
SvgFirefoxLogo
|
|
591
603
|
} from "./chunk-LFV2G7IY.js";
|
|
@@ -605,11 +617,11 @@ import {
|
|
|
605
617
|
SvgForward
|
|
606
618
|
} from "./chunk-7GTW5LE6.js";
|
|
607
619
|
import {
|
|
608
|
-
|
|
609
|
-
} from "./chunk-
|
|
620
|
+
SvgExitToApp
|
|
621
|
+
} from "./chunk-ECPUUMQ4.js";
|
|
610
622
|
import {
|
|
611
|
-
|
|
612
|
-
} from "./chunk-
|
|
623
|
+
SvgExpandReplies
|
|
624
|
+
} from "./chunk-BU5E5OMI.js";
|
|
613
625
|
import {
|
|
614
626
|
SvgExpand
|
|
615
627
|
} from "./chunk-I2GY7HI4.js";
|
|
@@ -629,11 +641,8 @@ import {
|
|
|
629
641
|
SvgFiberManualRecord
|
|
630
642
|
} from "./chunk-LFQ7F5MO.js";
|
|
631
643
|
import {
|
|
632
|
-
|
|
633
|
-
} from "./chunk-
|
|
634
|
-
import {
|
|
635
|
-
SvgFillerWordRemoval
|
|
636
|
-
} from "./chunk-KB5FU4C5.js";
|
|
644
|
+
SvgDesktopMac
|
|
645
|
+
} from "./chunk-Z7NDZGNO.js";
|
|
637
646
|
import {
|
|
638
647
|
SvgDomain
|
|
639
648
|
} from "./chunk-SWCCHCXL.js";
|
|
@@ -651,13 +660,7 @@ import {
|
|
|
651
660
|
} from "./chunk-UU2MGRM5.js";
|
|
652
661
|
import {
|
|
653
662
|
SvgEditions
|
|
654
|
-
} from "./chunk-
|
|
655
|
-
import {
|
|
656
|
-
SvgExitToApp
|
|
657
|
-
} from "./chunk-ECPUUMQ4.js";
|
|
658
|
-
import {
|
|
659
|
-
SvgExpandReplies
|
|
660
|
-
} from "./chunk-BU5E5OMI.js";
|
|
663
|
+
} from "./chunk-SPTM4NUO.js";
|
|
661
664
|
import {
|
|
662
665
|
SvgCropExpanded169
|
|
663
666
|
} from "./chunk-64CJN3SZ.js";
|
|
@@ -667,6 +670,9 @@ import {
|
|
|
667
670
|
import {
|
|
668
671
|
SvgCrop169Expanded
|
|
669
672
|
} from "./chunk-MBVDHFO7.js";
|
|
673
|
+
import {
|
|
674
|
+
SvgCursor
|
|
675
|
+
} from "./chunk-KVOGDZ34.js";
|
|
670
676
|
import {
|
|
671
677
|
SvgCut
|
|
672
678
|
} from "./chunk-NHRDAMUT.js";
|
|
@@ -676,9 +682,6 @@ import {
|
|
|
676
682
|
import {
|
|
677
683
|
SvgDelete
|
|
678
684
|
} from "./chunk-6JP7WWON.js";
|
|
679
|
-
import {
|
|
680
|
-
SvgDesktopMac
|
|
681
|
-
} from "./chunk-Z7NDZGNO.js";
|
|
682
685
|
import {
|
|
683
686
|
SvgConfluenceNeutral
|
|
684
687
|
} from "./chunk-ORGFR5M3.js";
|
|
@@ -864,7 +867,7 @@ import {
|
|
|
864
867
|
} from "./chunk-WZOKCVG5.js";
|
|
865
868
|
import {
|
|
866
869
|
SvgBannerVectorUp
|
|
867
|
-
} from "./chunk-
|
|
870
|
+
} from "./chunk-3OR7GMMB.js";
|
|
868
871
|
import {
|
|
869
872
|
SvgBarChart
|
|
870
873
|
} from "./chunk-BF4GOGIM.js";
|
|
@@ -1070,6 +1073,7 @@ export {
|
|
|
1070
1073
|
SvgCrop169Expanded,
|
|
1071
1074
|
SvgCropExpanded169,
|
|
1072
1075
|
SvgCropTool,
|
|
1076
|
+
SvgCursor,
|
|
1073
1077
|
SvgCut,
|
|
1074
1078
|
SvgDelete,
|
|
1075
1079
|
SvgDeleteForever,
|