@loomhq/lens 12.14.0 → 12.15.1

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 (214) hide show
  1. package/README.md +12 -1
  2. package/dist/cjs/icons/devices.js +40 -0
  3. package/dist/cjs/icons/devices.js.map +7 -0
  4. package/dist/cjs/icons/index.js +805 -783
  5. package/dist/cjs/icons/index.js.map +4 -4
  6. package/dist/cjs/icons/megaphone.js +38 -0
  7. package/dist/cjs/icons/megaphone.js.map +7 -0
  8. package/dist/cjs/icons/suggested-edit.js +40 -0
  9. package/dist/cjs/icons/suggested-edit.js.map +7 -0
  10. package/dist/cjs/index.js +1716 -121
  11. package/dist/cjs/index.js.map +4 -4
  12. package/dist/esm/icons/chunk-GSPDJ42T.js +9 -0
  13. package/dist/esm/icons/chunk-GSPDJ42T.js.map +7 -0
  14. package/dist/esm/icons/chunk-MZQ6RGQV.js +11 -0
  15. package/dist/esm/icons/chunk-MZQ6RGQV.js.map +7 -0
  16. package/dist/esm/icons/chunk-XGRCQK6E.js +11 -0
  17. package/dist/esm/icons/chunk-XGRCQK6E.js.map +7 -0
  18. package/dist/esm/icons/devices.js +8 -0
  19. package/dist/esm/icons/devices.js.map +7 -0
  20. package/dist/esm/icons/index.js +132 -120
  21. package/dist/esm/icons/megaphone.js +8 -0
  22. package/dist/esm/icons/megaphone.js.map +7 -0
  23. package/dist/esm/icons/suggested-edit.js +8 -0
  24. package/dist/esm/icons/suggested-edit.js.map +7 -0
  25. package/dist/esm/index.js +1716 -121
  26. package/dist/esm/index.js.map +4 -4
  27. package/dist/types/app/props-table.d.ts +3 -0
  28. package/dist/types/app/props-table.d.ts.map +1 -1
  29. package/dist/types/icons/devices.d.ts +3 -0
  30. package/dist/types/icons/devices.d.ts.map +1 -0
  31. package/dist/types/icons/index.d.ts +3 -0
  32. package/dist/types/icons/index.d.ts.map +1 -1
  33. package/dist/types/icons/megaphone.d.ts +3 -0
  34. package/dist/types/icons/megaphone.d.ts.map +1 -0
  35. package/dist/types/icons/suggested-edit.d.ts +3 -0
  36. package/dist/types/icons/suggested-edit.d.ts.map +1 -0
  37. package/dist/types/shared-docs/illustration-page/components.d.ts.map +1 -1
  38. package/dist/types/shared-docs/theme-colors.d.ts.map +1 -1
  39. package/dist/types/src/colors.d.ts +9 -2
  40. package/dist/types/src/colors.d.ts.map +1 -1
  41. package/dist/types/src/components/ellipses-loader/ellipses-loader.d.ts.map +1 -1
  42. package/dist/types/src/components/icon/available-icons/devices.d.ts +3 -0
  43. package/dist/types/src/components/icon/available-icons/devices.d.ts.map +1 -0
  44. package/dist/types/src/components/icon/available-icons/index.d.ts +3 -0
  45. package/dist/types/src/components/icon/available-icons/index.d.ts.map +1 -1
  46. package/dist/types/src/components/icon/available-icons/megaphone.d.ts +3 -0
  47. package/dist/types/src/components/icon/available-icons/megaphone.d.ts.map +1 -0
  48. package/dist/types/src/components/icon/available-icons/suggested-edit.d.ts +3 -0
  49. package/dist/types/src/components/icon/available-icons/suggested-edit.d.ts.map +1 -0
  50. package/dist/types/src/components/illustration/illustration.d.ts +5 -2
  51. package/dist/types/src/components/illustration/illustration.d.ts.map +1 -1
  52. package/dist/types/src/illustrations/accounts-and-billing.d.ts +1 -0
  53. package/dist/types/src/illustrations/accounts-and-billing.d.ts.map +1 -1
  54. package/dist/types/src/illustrations/all-can-edit.d.ts +4 -0
  55. package/dist/types/src/illustrations/all-can-edit.d.ts.map +1 -0
  56. package/dist/types/src/illustrations/all-can-read.d.ts +4 -0
  57. package/dist/types/src/illustrations/all-can-read.d.ts.map +1 -0
  58. package/dist/types/src/illustrations/archived.d.ts +1 -0
  59. package/dist/types/src/illustrations/archived.d.ts.map +1 -1
  60. package/dist/types/src/illustrations/ask-for-more.d.ts +1 -0
  61. package/dist/types/src/illustrations/ask-for-more.d.ts.map +1 -1
  62. package/dist/types/src/illustrations/business-plan.d.ts +1 -0
  63. package/dist/types/src/illustrations/business-plan.d.ts.map +1 -1
  64. package/dist/types/src/illustrations/calendar.d.ts +4 -0
  65. package/dist/types/src/illustrations/calendar.d.ts.map +1 -0
  66. package/dist/types/src/illustrations/cannot-edit.d.ts +4 -0
  67. package/dist/types/src/illustrations/cannot-edit.d.ts.map +1 -0
  68. package/dist/types/src/illustrations/capture-users.d.ts +4 -0
  69. package/dist/types/src/illustrations/capture-users.d.ts.map +1 -0
  70. package/dist/types/src/illustrations/chat-avatars.d.ts +4 -0
  71. package/dist/types/src/illustrations/chat-avatars.d.ts.map +1 -0
  72. package/dist/types/src/illustrations/chrome-notifications-empty-state.d.ts +1 -0
  73. package/dist/types/src/illustrations/chrome-notifications-empty-state.d.ts.map +1 -1
  74. package/dist/types/src/illustrations/coins.d.ts +4 -0
  75. package/dist/types/src/illustrations/coins.d.ts.map +1 -0
  76. package/dist/types/src/illustrations/collaborate-with-teammates.d.ts +1 -0
  77. package/dist/types/src/illustrations/collaborate-with-teammates.d.ts.map +1 -1
  78. package/dist/types/src/illustrations/comment.d.ts +4 -0
  79. package/dist/types/src/illustrations/comment.d.ts.map +1 -0
  80. package/dist/types/src/illustrations/comments.d.ts +1 -0
  81. package/dist/types/src/illustrations/comments.d.ts.map +1 -1
  82. package/dist/types/src/illustrations/community-alt.d.ts +1 -0
  83. package/dist/types/src/illustrations/community-alt.d.ts.map +1 -1
  84. package/dist/types/src/illustrations/community.d.ts +1 -0
  85. package/dist/types/src/illustrations/community.d.ts.map +1 -1
  86. package/dist/types/src/illustrations/compliance.d.ts +4 -0
  87. package/dist/types/src/illustrations/compliance.d.ts.map +1 -0
  88. package/dist/types/src/illustrations/content-limit.d.ts +1 -0
  89. package/dist/types/src/illustrations/content-limit.d.ts.map +1 -1
  90. package/dist/types/src/illustrations/custom-branding.d.ts +1 -0
  91. package/dist/types/src/illustrations/custom-branding.d.ts.map +1 -1
  92. package/dist/types/src/illustrations/desktop-app-and-chrome-extension.d.ts +1 -0
  93. package/dist/types/src/illustrations/desktop-app-and-chrome-extension.d.ts.map +1 -1
  94. package/dist/types/src/illustrations/device-compatibility.d.ts +1 -0
  95. package/dist/types/src/illustrations/device-compatibility.d.ts.map +1 -1
  96. package/dist/types/src/illustrations/done.d.ts +4 -0
  97. package/dist/types/src/illustrations/done.d.ts.map +1 -0
  98. package/dist/types/src/illustrations/dont-f-customer.d.ts +4 -0
  99. package/dist/types/src/illustrations/dont-f-customer.d.ts.map +1 -0
  100. package/dist/types/src/illustrations/downgrade.d.ts +1 -0
  101. package/dist/types/src/illustrations/downgrade.d.ts.map +1 -1
  102. package/dist/types/src/illustrations/embrace-the-weird.d.ts +1 -0
  103. package/dist/types/src/illustrations/embrace-the-weird.d.ts.map +1 -1
  104. package/dist/types/src/illustrations/enterprise-plan.d.ts +1 -0
  105. package/dist/types/src/illustrations/enterprise-plan.d.ts.map +1 -1
  106. package/dist/types/src/illustrations/faq-and-security.d.ts +1 -0
  107. package/dist/types/src/illustrations/faq-and-security.d.ts.map +1 -1
  108. package/dist/types/src/illustrations/file-cabinet.d.ts +4 -0
  109. package/dist/types/src/illustrations/file-cabinet.d.ts.map +1 -0
  110. package/dist/types/src/illustrations/five-minute-limit.d.ts +1 -0
  111. package/dist/types/src/illustrations/five-minute-limit.d.ts.map +1 -1
  112. package/dist/types/src/illustrations/folders-empty-state-mobile.d.ts +1 -0
  113. package/dist/types/src/illustrations/folders-empty-state-mobile.d.ts.map +1 -1
  114. package/dist/types/src/illustrations/getting-started.d.ts +1 -0
  115. package/dist/types/src/illustrations/getting-started.d.ts.map +1 -1
  116. package/dist/types/src/illustrations/growth-through-empathy.d.ts +1 -0
  117. package/dist/types/src/illustrations/growth-through-empathy.d.ts.map +1 -1
  118. package/dist/types/src/illustrations/health-plans.d.ts +1 -0
  119. package/dist/types/src/illustrations/health-plans.d.ts.map +1 -1
  120. package/dist/types/src/illustrations/help-ios.d.ts +1 -0
  121. package/dist/types/src/illustrations/help-ios.d.ts.map +1 -1
  122. package/dist/types/src/illustrations/how-to-use-loom.d.ts +1 -0
  123. package/dist/types/src/illustrations/how-to-use-loom.d.ts.map +1 -1
  124. package/dist/types/src/illustrations/index.d.ts +32 -1
  125. package/dist/types/src/illustrations/index.d.ts.map +1 -1
  126. package/dist/types/src/illustrations/integration.d.ts +4 -0
  127. package/dist/types/src/illustrations/integration.d.ts.map +1 -0
  128. package/dist/types/src/illustrations/invite-members.d.ts +1 -0
  129. package/dist/types/src/illustrations/invite-members.d.ts.map +1 -1
  130. package/dist/types/src/illustrations/invite.d.ts +1 -0
  131. package/dist/types/src/illustrations/invite.d.ts.map +1 -1
  132. package/dist/types/src/illustrations/lead-with-transparency.d.ts +1 -0
  133. package/dist/types/src/illustrations/lead-with-transparency.d.ts.map +1 -1
  134. package/dist/types/src/illustrations/learning-and-development.d.ts +1 -0
  135. package/dist/types/src/illustrations/learning-and-development.d.ts.map +1 -1
  136. package/dist/types/src/illustrations/letter-open.d.ts +4 -0
  137. package/dist/types/src/illustrations/letter-open.d.ts.map +1 -0
  138. package/dist/types/src/illustrations/light-bulb-orbit.d.ts +4 -0
  139. package/dist/types/src/illustrations/light-bulb-orbit.d.ts.map +1 -0
  140. package/dist/types/src/illustrations/lightbulb.d.ts +4 -0
  141. package/dist/types/src/illustrations/lightbulb.d.ts.map +1 -0
  142. package/dist/types/src/illustrations/long-form-doc.d.ts +4 -0
  143. package/dist/types/src/illustrations/long-form-doc.d.ts.map +1 -0
  144. package/dist/types/src/illustrations/loom-plans.d.ts +1 -0
  145. package/dist/types/src/illustrations/loom-plans.d.ts.map +1 -1
  146. package/dist/types/src/illustrations/migrations.d.ts +4 -0
  147. package/dist/types/src/illustrations/migrations.d.ts.map +1 -0
  148. package/dist/types/src/illustrations/my-videos-empty-state-mobile.d.ts +1 -0
  149. package/dist/types/src/illustrations/my-videos-empty-state-mobile.d.ts.map +1 -1
  150. package/dist/types/src/illustrations/option-grants.d.ts +1 -0
  151. package/dist/types/src/illustrations/option-grants.d.ts.map +1 -1
  152. package/dist/types/src/illustrations/padlock.d.ts +4 -0
  153. package/dist/types/src/illustrations/padlock.d.ts.map +1 -0
  154. package/dist/types/src/illustrations/parental-leave.d.ts +1 -0
  155. package/dist/types/src/illustrations/parental-leave.d.ts.map +1 -1
  156. package/dist/types/src/illustrations/people-greyscale.d.ts +4 -0
  157. package/dist/types/src/illustrations/people-greyscale.d.ts.map +1 -0
  158. package/dist/types/src/illustrations/people.d.ts +4 -0
  159. package/dist/types/src/illustrations/people.d.ts.map +1 -0
  160. package/dist/types/src/illustrations/picture1.d.ts +4 -0
  161. package/dist/types/src/illustrations/picture1.d.ts.map +1 -0
  162. package/dist/types/src/illustrations/play-media-greyscale.d.ts +4 -0
  163. package/dist/types/src/illustrations/play-media-greyscale.d.ts.map +1 -0
  164. package/dist/types/src/illustrations/play-media.d.ts +4 -0
  165. package/dist/types/src/illustrations/play-media.d.ts.map +1 -0
  166. package/dist/types/src/illustrations/pto.d.ts +1 -0
  167. package/dist/types/src/illustrations/pto.d.ts.map +1 -1
  168. package/dist/types/src/illustrations/rainstorm-incident.d.ts +4 -0
  169. package/dist/types/src/illustrations/rainstorm-incident.d.ts.map +1 -0
  170. package/dist/types/src/illustrations/recents-empty-state-mobile.d.ts +1 -0
  171. package/dist/types/src/illustrations/recents-empty-state-mobile.d.ts.map +1 -1
  172. package/dist/types/src/illustrations/record.d.ts +1 -0
  173. package/dist/types/src/illustrations/record.d.ts.map +1 -1
  174. package/dist/types/src/illustrations/remote-first.d.ts +1 -0
  175. package/dist/types/src/illustrations/remote-first.d.ts.map +1 -1
  176. package/dist/types/src/illustrations/roadmap.d.ts +1 -0
  177. package/dist/types/src/illustrations/roadmap.d.ts.map +1 -1
  178. package/dist/types/src/illustrations/screenshot.d.ts +1 -0
  179. package/dist/types/src/illustrations/screenshot.d.ts.map +1 -1
  180. package/dist/types/src/illustrations/search-no-result.d.ts +4 -0
  181. package/dist/types/src/illustrations/search-no-result.d.ts.map +1 -0
  182. package/dist/types/src/illustrations/search.d.ts +4 -0
  183. package/dist/types/src/illustrations/search.d.ts.map +1 -0
  184. package/dist/types/src/illustrations/share-with-your-team.d.ts +1 -0
  185. package/dist/types/src/illustrations/share-with-your-team.d.ts.map +1 -1
  186. package/dist/types/src/illustrations/share.d.ts +1 -0
  187. package/dist/types/src/illustrations/share.d.ts.map +1 -1
  188. package/dist/types/src/illustrations/speed.d.ts +4 -0
  189. package/dist/types/src/illustrations/speed.d.ts.map +1 -0
  190. package/dist/types/src/illustrations/starred.d.ts +1 -0
  191. package/dist/types/src/illustrations/starred.d.ts.map +1 -1
  192. package/dist/types/src/illustrations/starter-plus-plan.d.ts +1 -0
  193. package/dist/types/src/illustrations/starter-plus-plan.d.ts.map +1 -1
  194. package/dist/types/src/illustrations/strong-upload-speed.d.ts +1 -0
  195. package/dist/types/src/illustrations/strong-upload-speed.d.ts.map +1 -1
  196. package/dist/types/src/illustrations/troubleshooting.d.ts +1 -0
  197. package/dist/types/src/illustrations/troubleshooting.d.ts.map +1 -1
  198. package/dist/types/src/illustrations/upgrade.d.ts +1 -0
  199. package/dist/types/src/illustrations/upgrade.d.ts.map +1 -1
  200. package/dist/types/src/illustrations/upload-drag-and-drop.d.ts +1 -0
  201. package/dist/types/src/illustrations/upload-drag-and-drop.d.ts.map +1 -1
  202. package/dist/types/src/illustrations/use-cases.d.ts +1 -0
  203. package/dist/types/src/illustrations/use-cases.d.ts.map +1 -1
  204. package/dist/types/src/illustrations/user-greyscale.d.ts +4 -0
  205. package/dist/types/src/illustrations/user-greyscale.d.ts.map +1 -0
  206. package/dist/types/src/illustrations/user-management.d.ts +4 -0
  207. package/dist/types/src/illustrations/user-management.d.ts.map +1 -0
  208. package/dist/types/src/illustrations/user.d.ts +1 -2
  209. package/dist/types/src/illustrations/user.d.ts.map +1 -1
  210. package/dist/types/src/illustrations/video-call3.d.ts +4 -0
  211. package/dist/types/src/illustrations/video-call3.d.ts.map +1 -0
  212. package/dist/types/src/illustrations/wellness.d.ts +1 -0
  213. package/dist/types/src/illustrations/wellness.d.ts.map +1 -1
  214. package/package.json +8 -8
@@ -0,0 +1,9 @@
1
+ // src/components/icon/available-icons/megaphone.tsx
2
+ import MegaphoneIcon from "@atlaskit/icon/core/megaphone";
3
+ import React from "react";
4
+ var SvgMegaphone = () => /* @__PURE__ */ React.createElement(MegaphoneIcon, { label: "", testId: "ads-refreshed-icon" });
5
+
6
+ export {
7
+ SvgMegaphone
8
+ };
9
+ //# sourceMappingURL=chunk-GSPDJ42T.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/components/icon/available-icons/megaphone.tsx"],
4
+ "sourcesContent": ["import MegaphoneIcon from '@atlaskit/icon/core/megaphone';\nimport React from 'react';\n\nexport const SvgMegaphone = () => (\n <MegaphoneIcon label=\"\" testId=\"ads-refreshed-icon\" />\n);\n"],
5
+ "mappings": ";AAAA,OAAO,mBAAmB;AAC1B,OAAO,WAAW;AAEX,IAAM,eAAe,MAC1B,oCAAC,iBAAc,OAAM,IAAG,QAAO,sBAAqB;",
6
+ "names": []
7
+ }
@@ -0,0 +1,11 @@
1
+ // src/components/icon/available-icons/suggested-edit.tsx
2
+ import SuggestedEditIcon from "@atlaskit/icon-lab/core/suggested-edit";
3
+ import * as React from "react";
4
+ function SvgSuggestedEdit() {
5
+ return /* @__PURE__ */ React.createElement(SuggestedEditIcon, { label: "", testId: "ads-refreshed-icon" });
6
+ }
7
+
8
+ export {
9
+ SvgSuggestedEdit
10
+ };
11
+ //# sourceMappingURL=chunk-MZQ6RGQV.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/components/icon/available-icons/suggested-edit.tsx"],
4
+ "sourcesContent": ["import SuggestedEditIcon from '@atlaskit/icon-lab/core/suggested-edit';\nimport * as React from 'react';\n\nexport function SvgSuggestedEdit() {\n return <SuggestedEditIcon label=\"\" testId=\"ads-refreshed-icon\" />;\n}\n"],
5
+ "mappings": ";AAAA,OAAO,uBAAuB;AAC9B,YAAY,WAAW;AAEhB,SAAS,mBAAmB;AACjC,SAAO,oCAAC,qBAAkB,OAAM,IAAG,QAAO,sBAAqB;AACjE;",
6
+ "names": []
7
+ }
@@ -0,0 +1,11 @@
1
+ // src/components/icon/available-icons/devices.tsx
2
+ import DevicesIcon from "@atlaskit/icon/core/devices";
3
+ import * as React from "react";
4
+ function SvgDevices() {
5
+ return /* @__PURE__ */ React.createElement(DevicesIcon, { label: "" });
6
+ }
7
+
8
+ export {
9
+ SvgDevices
10
+ };
11
+ //# sourceMappingURL=chunk-XGRCQK6E.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/components/icon/available-icons/devices.tsx"],
4
+ "sourcesContent": ["import DevicesIcon from '@atlaskit/icon/core/devices';\nimport * as React from 'react';\n\nexport function SvgDevices() {\n return <DevicesIcon label=\"\" />;\n}\n"],
5
+ "mappings": ";AAAA,OAAO,iBAAiB;AACxB,YAAY,WAAW;AAEhB,SAAS,aAAa;AAC3B,SAAO,oCAAC,eAAY,OAAM,IAAG;AAC/B;",
6
+ "names": []
7
+ }
@@ -0,0 +1,8 @@
1
+ import {
2
+ SvgDevices
3
+ } from "./chunk-XGRCQK6E.js";
4
+ import "./chunk-DDAAVRWG.js";
5
+ export {
6
+ SvgDevices
7
+ };
8
+ //# sourceMappingURL=devices.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": [],
4
+ "sourcesContent": [],
5
+ "mappings": "",
6
+ "names": []
7
+ }
@@ -1,3 +1,18 @@
1
+ import {
2
+ SvgZoomLogo
3
+ } from "./chunk-TRQRZIOC.js";
4
+ import {
5
+ SvgZoomOut
6
+ } from "./chunk-M35LKLMJ.js";
7
+ import {
8
+ SvgWindows
9
+ } from "./chunk-NLJWFPWA.js";
10
+ import {
11
+ SvgWriteDocument
12
+ } from "./chunk-OBT2YRVO.js";
13
+ import {
14
+ SvgWriteMessage
15
+ } from "./chunk-NZVDBUCK.js";
1
16
  import {
2
17
  SvgXCircle
3
18
  } from "./chunk-QHLM45W4.js";
@@ -14,11 +29,14 @@ import {
14
29
  SvgZoomIn
15
30
  } from "./chunk-BFHJUXMR.js";
16
31
  import {
17
- SvgZoomLogo
18
- } from "./chunk-TRQRZIOC.js";
32
+ SvgVolume2
33
+ } from "./chunk-DHTMHG3V.js";
19
34
  import {
20
- SvgZoomOut
21
- } from "./chunk-M35LKLMJ.js";
35
+ SvgWarningAlert
36
+ } from "./chunk-EKNLUIM2.js";
37
+ import {
38
+ SvgWarningAmber
39
+ } from "./chunk-I4ITA7EL.js";
22
40
  import {
23
41
  SvgWatchLaterAdded
24
42
  } from "./chunk-BFPFVG5V.js";
@@ -35,14 +53,14 @@ import {
35
53
  SvgWindow
36
54
  } from "./chunk-GULNQN2C.js";
37
55
  import {
38
- SvgWindows
39
- } from "./chunk-NLJWFPWA.js";
56
+ SvgVideocam
57
+ } from "./chunk-RDA3AFVD.js";
40
58
  import {
41
- SvgWriteDocument
42
- } from "./chunk-OBT2YRVO.js";
59
+ SvgViewList
60
+ } from "./chunk-HQMCOUIT.js";
43
61
  import {
44
- SvgWriteMessage
45
- } from "./chunk-NZVDBUCK.js";
62
+ SvgVolumeDown
63
+ } from "./chunk-EUZW57TP.js";
46
64
  import {
47
65
  SvgVolumeMute
48
66
  } from "./chunk-XLYJ5RGM.js";
@@ -59,14 +77,14 @@ import {
59
77
  SvgVolume1
60
78
  } from "./chunk-37C3MZHT.js";
61
79
  import {
62
- SvgVolume2
63
- } from "./chunk-DHTMHG3V.js";
80
+ SvgUsers
81
+ } from "./chunk-HXT75SNG.js";
64
82
  import {
65
- SvgWarningAlert
66
- } from "./chunk-EKNLUIM2.js";
83
+ SvgVariables
84
+ } from "./chunk-E7NOP4A2.js";
67
85
  import {
68
- SvgWarningAmber
69
- } from "./chunk-I4ITA7EL.js";
86
+ SvgVersionControl
87
+ } from "./chunk-VIGGSGOL.js";
70
88
  import {
71
89
  SvgVerticalAlignBottom
72
90
  } from "./chunk-U4IMY2H2.js";
@@ -83,14 +101,14 @@ import {
83
101
  SvgVideocamOff
84
102
  } from "./chunk-VS4ALGP7.js";
85
103
  import {
86
- SvgVideocam
87
- } from "./chunk-RDA3AFVD.js";
104
+ SvgTrello
105
+ } from "./chunk-HBVUD5LH.js";
88
106
  import {
89
- SvgViewList
90
- } from "./chunk-HQMCOUIT.js";
107
+ SvgTune
108
+ } from "./chunk-XW7TC77Y.js";
91
109
  import {
92
- SvgVolumeDown
93
- } from "./chunk-EUZW57TP.js";
110
+ SvgUnderline
111
+ } from "./chunk-Q2DXN42B.js";
94
112
  import {
95
113
  SvgUndoAlt
96
114
  } from "./chunk-EIKAXIVU.js";
@@ -107,14 +125,14 @@ import {
107
125
  SvgUsersAdd
108
126
  } from "./chunk-OMIZYFAG.js";
109
127
  import {
110
- SvgUsers
111
- } from "./chunk-HXT75SNG.js";
128
+ SvgThumbsUp
129
+ } from "./chunk-F5L4NQJW.js";
112
130
  import {
113
- SvgVariables
114
- } from "./chunk-E7NOP4A2.js";
131
+ SvgTimelineEditor
132
+ } from "./chunk-SOFWAOZ4.js";
115
133
  import {
116
- SvgVersionControl
117
- } from "./chunk-VIGGSGOL.js";
134
+ SvgTimer
135
+ } from "./chunk-IPK2TGIQ.js";
118
136
  import {
119
137
  SvgTouchApp
120
138
  } from "./chunk-5PTYY5FO.js";
@@ -131,14 +149,14 @@ import {
131
149
  SvgTrelloNeutral
132
150
  } from "./chunk-XQB6D65H.js";
133
151
  import {
134
- SvgTrello
135
- } from "./chunk-HBVUD5LH.js";
152
+ SvgTagFaces
153
+ } from "./chunk-FFUISP3K.js";
136
154
  import {
137
- SvgTune
138
- } from "./chunk-XW7TC77Y.js";
155
+ SvgTask
156
+ } from "./chunk-D2QZEZXI.js";
139
157
  import {
140
- SvgUnderline
141
- } from "./chunk-Q2DXN42B.js";
158
+ SvgTeamworkAgentBig
159
+ } from "./chunk-6RMAHJNH.js";
142
160
  import {
143
161
  SvgTeamworkAgentSmall
144
162
  } from "./chunk-W3USM4NX.js";
@@ -155,14 +173,11 @@ import {
155
173
  SvgThumbsDown
156
174
  } from "./chunk-M4GAFFLM.js";
157
175
  import {
158
- SvgThumbsUp
159
- } from "./chunk-F5L4NQJW.js";
160
- import {
161
- SvgTimelineEditor
162
- } from "./chunk-SOFWAOZ4.js";
176
+ SvgSpeedXSlow
177
+ } from "./chunk-ZMBXTFPA.js";
163
178
  import {
164
- SvgTimer
165
- } from "./chunk-IPK2TGIQ.js";
179
+ SvgSplit
180
+ } from "./chunk-NINABXFB.js";
166
181
  import {
167
182
  SvgSquare
168
183
  } from "./chunk-37YTVMBN.js";
@@ -175,18 +190,18 @@ import {
175
190
  import {
176
191
  SvgStop
177
192
  } from "./chunk-OLTO5ACV.js";
193
+ import {
194
+ SvgSuggestedEdit
195
+ } from "./chunk-MZQ6RGQV.js";
178
196
  import {
179
197
  SvgSun
180
198
  } from "./chunk-UNBBZS6J.js";
181
199
  import {
182
- SvgTagFaces
183
- } from "./chunk-FFUISP3K.js";
184
- import {
185
- SvgTask
186
- } from "./chunk-D2QZEZXI.js";
200
+ SvgSmileSelect
201
+ } from "./chunk-VV7RTE64.js";
187
202
  import {
188
- SvgTeamworkAgentBig
189
- } from "./chunk-6RMAHJNH.js";
203
+ SvgSmile
204
+ } from "./chunk-56JQ7YLD.js";
190
205
  import {
191
206
  SvgSpaces
192
207
  } from "./chunk-774PQBBN.js";
@@ -206,11 +221,11 @@ import {
206
221
  SvgSpeedXFast
207
222
  } from "./chunk-V3JG2NZW.js";
208
223
  import {
209
- SvgSpeedXSlow
210
- } from "./chunk-ZMBXTFPA.js";
224
+ SvgSentimentSatisfied
225
+ } from "./chunk-DJW4RHHD.js";
211
226
  import {
212
- SvgSplit
213
- } from "./chunk-NINABXFB.js";
227
+ SvgSettings
228
+ } from "./chunk-6JFYWVAP.js";
214
229
  import {
215
230
  SvgShare
216
231
  } from "./chunk-JPT4IOPX.js";
@@ -230,11 +245,11 @@ import {
230
245
  SvgSmileAlt
231
246
  } from "./chunk-GIN6ZYJC.js";
232
247
  import {
233
- SvgSmileSelect
234
- } from "./chunk-VV7RTE64.js";
248
+ SvgSalesforceBlk
249
+ } from "./chunk-Q4UBTI6A.js";
235
250
  import {
236
- SvgSmile
237
- } from "./chunk-56JQ7YLD.js";
251
+ SvgSalesforce
252
+ } from "./chunk-KIMRTGIR.js";
238
253
  import {
239
254
  SvgSchool
240
255
  } from "./chunk-DV7DTSLT.js";
@@ -254,11 +269,11 @@ import {
254
269
  SvgSentimentDissatisfied
255
270
  } from "./chunk-KYA6XCZU.js";
256
271
  import {
257
- SvgSentimentSatisfied
258
- } from "./chunk-DJW4RHHD.js";
272
+ SvgReplay
273
+ } from "./chunk-ALDOBFOW.js";
259
274
  import {
260
- SvgSettings
261
- } from "./chunk-6JFYWVAP.js";
275
+ SvgReplyLeft
276
+ } from "./chunk-AA7SIBLA.js";
262
277
  import {
263
278
  SvgReplyRight
264
279
  } from "./chunk-PDJ7WDI4.js";
@@ -278,11 +293,11 @@ import {
278
293
  SvgSafariLogo
279
294
  } from "./chunk-ND5YI7HF.js";
280
295
  import {
281
- SvgSalesforceBlk
282
- } from "./chunk-Q4UBTI6A.js";
296
+ SvgRecord
297
+ } from "./chunk-SP64S4HO.js";
283
298
  import {
284
- SvgSalesforce
285
- } from "./chunk-KIMRTGIR.js";
299
+ SvgRedoAlt
300
+ } from "./chunk-UHA3RCGM.js";
286
301
  import {
287
302
  SvgRedo
288
303
  } from "./chunk-JVD64AVJ.js";
@@ -302,11 +317,11 @@ import {
302
317
  SvgReplay5
303
318
  } from "./chunk-J6466Z3N.js";
304
319
  import {
305
- SvgReplay
306
- } from "./chunk-ALDOBFOW.js";
320
+ SvgPresent
321
+ } from "./chunk-445D5NCB.js";
307
322
  import {
308
- SvgReplyLeft
309
- } from "./chunk-AA7SIBLA.js";
323
+ SvgPresenterMode
324
+ } from "./chunk-YSSA4HKD.js";
310
325
  import {
311
326
  SvgPronunciation
312
327
  } from "./chunk-HZJRA7SF.js";
@@ -326,11 +341,11 @@ import {
326
341
  SvgQuickEdit
327
342
  } from "./chunk-EEKIA4WP.js";
328
343
  import {
329
- SvgRecord
330
- } from "./chunk-SP64S4HO.js";
344
+ SvgPinFill
345
+ } from "./chunk-7OESI7PR.js";
331
346
  import {
332
- SvgRedoAlt
333
- } from "./chunk-UHA3RCGM.js";
347
+ SvgPin
348
+ } from "./chunk-J3DMC6VO.js";
334
349
  import {
335
350
  SvgPlayArrow
336
351
  } from "./chunk-33YWYPE7.js";
@@ -350,11 +365,11 @@ import {
350
365
  SvgPower
351
366
  } from "./chunk-SCWSS4CT.js";
352
367
  import {
353
- SvgPresent
354
- } from "./chunk-445D5NCB.js";
368
+ SvgPaintBucket
369
+ } from "./chunk-LUMQRR5U.js";
355
370
  import {
356
- SvgPresenterMode
357
- } from "./chunk-YSSA4HKD.js";
371
+ SvgPalette
372
+ } from "./chunk-3G43DSBG.js";
358
373
  import {
359
374
  SvgPause
360
375
  } from "./chunk-6NWQRPUY.js";
@@ -374,11 +389,11 @@ import {
374
389
  SvgPictureInPicture
375
390
  } from "./chunk-GZUPKYEY.js";
376
391
  import {
377
- SvgPinFill
378
- } from "./chunk-7OESI7PR.js";
392
+ SvgNearMe
393
+ } from "./chunk-COZELPRW.js";
379
394
  import {
380
- SvgPin
381
- } from "./chunk-J3DMC6VO.js";
395
+ SvgNotes
396
+ } from "./chunk-W4PMGSRS.js";
382
397
  import {
383
398
  SvgNotifications
384
399
  } from "./chunk-7BUGMAD3.js";
@@ -398,11 +413,11 @@ import {
398
413
  SvgOverlays
399
414
  } from "./chunk-IRJ7ZBRL.js";
400
415
  import {
401
- SvgPaintBucket
402
- } from "./chunk-LUMQRR5U.js";
416
+ SvgMinusCircle
417
+ } from "./chunk-QETDZT7X.js";
403
418
  import {
404
- SvgPalette
405
- } from "./chunk-3G43DSBG.js";
419
+ SvgMinus
420
+ } from "./chunk-AOPQUDFU.js";
406
421
  import {
407
422
  SvgMobileDevices
408
423
  } from "./chunk-FL7WZQA7.js";
@@ -422,11 +437,11 @@ import {
422
437
  SvgMute
423
438
  } from "./chunk-TZJSLHBR.js";
424
439
  import {
425
- SvgNearMe
426
- } from "./chunk-COZELPRW.js";
440
+ SvgMicOff
441
+ } from "./chunk-MNSIAPHQ.js";
427
442
  import {
428
- SvgNotes
429
- } from "./chunk-W4PMGSRS.js";
443
+ SvgMic
444
+ } from "./chunk-4IKQ6RTL.js";
430
445
  import {
431
446
  SvgMicrosoftTeamsLogo
432
447
  } from "./chunk-24RL2WNZ.js";
@@ -446,11 +461,8 @@ import {
446
461
  SvgMinimize
447
462
  } from "./chunk-5CR7CSTY.js";
448
463
  import {
449
- SvgMinusCircle
450
- } from "./chunk-QETDZT7X.js";
451
- import {
452
- SvgMinus
453
- } from "./chunk-AOPQUDFU.js";
464
+ SvgLogOut
465
+ } from "./chunk-SY7SMBFL.js";
454
466
  import {
455
467
  SvgLucidchart
456
468
  } from "./chunk-2S6VYRXG.js";
@@ -460,6 +472,9 @@ import {
460
472
  import {
461
473
  SvgMaximize
462
474
  } from "./chunk-PY6LUFHU.js";
475
+ import {
476
+ SvgMegaphone
477
+ } from "./chunk-GSPDJ42T.js";
463
478
  import {
464
479
  SvgMenuHide
465
480
  } from "./chunk-6NTXV7FB.js";
@@ -470,11 +485,8 @@ import {
470
485
  SvgMenu
471
486
  } from "./chunk-7R3HFRXT.js";
472
487
  import {
473
- SvgMicOff
474
- } from "./chunk-MNSIAPHQ.js";
475
- import {
476
- SvgMic
477
- } from "./chunk-4IKQ6RTL.js";
488
+ SvgLinkBroken
489
+ } from "./chunk-UNK3JWYL.js";
478
490
  import {
479
491
  SvgLinkOff
480
492
  } from "./chunk-KRDPKGQU.js";
@@ -494,8 +506,8 @@ import {
494
506
  SvgLock
495
507
  } from "./chunk-G2U2YBS7.js";
496
508
  import {
497
- SvgLogOut
498
- } from "./chunk-SY7SMBFL.js";
509
+ SvgKeyboardArrowDown
510
+ } from "./chunk-NFUMBA6M.js";
499
511
  import {
500
512
  SvgKeyboardArrowLeft
501
513
  } from "./chunk-6NX5OUP7.js";
@@ -518,8 +530,8 @@ import {
518
530
  SvgLinearDark
519
531
  } from "./chunk-FZL3BQHV.js";
520
532
  import {
521
- SvgLinkBroken
522
- } from "./chunk-UNK3JWYL.js";
533
+ SvgImport
534
+ } from "./chunk-EOBCFXCG.js";
523
535
  import {
524
536
  SvgInfoFill
525
537
  } from "./chunk-3CRP27HY.js";
@@ -539,8 +551,8 @@ import {
539
551
  SvgJira
540
552
  } from "./chunk-7DXLMQ7D.js";
541
553
  import {
542
- SvgKeyboardArrowDown
543
- } from "./chunk-NFUMBA6M.js";
554
+ SvgHighlightOff
555
+ } from "./chunk-THG45YYP.js";
544
556
  import {
545
557
  SvgHighlightText
546
558
  } from "./chunk-43MA57P2.js";
@@ -563,8 +575,8 @@ import {
563
575
  SvgImage2
564
576
  } from "./chunk-5XNPVJRF.js";
565
577
  import {
566
- SvgImport
567
- } from "./chunk-EOBCFXCG.js";
578
+ SvgGoogleDrive
579
+ } from "./chunk-4QUENNQ6.js";
568
580
  import {
569
581
  SvgGoogleForms
570
582
  } from "./chunk-P32PSGWS.js";
@@ -587,8 +599,8 @@ import {
587
599
  SvgHelp
588
600
  } from "./chunk-G4NHYHCI.js";
589
601
  import {
590
- SvgHighlightOff
591
- } from "./chunk-THG45YYP.js";
602
+ SvgFullScreen2
603
+ } from "./chunk-EJWFIZMS.js";
592
604
  import {
593
605
  SvgFullscreenExit
594
606
  } from "./chunk-3VTCJYNO.js";
@@ -611,8 +623,8 @@ import {
611
623
  SvgGoogleDocs
612
624
  } from "./chunk-XEF5FSXN.js";
613
625
  import {
614
- SvgGoogleDrive
615
- } from "./chunk-4QUENNQ6.js";
626
+ SvgFillerWordRemoval
627
+ } from "./chunk-KB5FU4C5.js";
616
628
  import {
617
629
  SvgFirefoxLogo
618
630
  } from "./chunk-LFV2G7IY.js";
@@ -635,8 +647,8 @@ import {
635
647
  SvgForward5
636
648
  } from "./chunk-6WEM4FKX.js";
637
649
  import {
638
- SvgFullScreen2
639
- } from "./chunk-EJWFIZMS.js";
650
+ SvgExpand
651
+ } from "./chunk-I2GY7HI4.js";
640
652
  import {
641
653
  SvgExtension
642
654
  } from "./chunk-L5ZPSV3X.js";
@@ -659,8 +671,8 @@ import {
659
671
  SvgFigma
660
672
  } from "./chunk-LXY65TPZ.js";
661
673
  import {
662
- SvgFillerWordRemoval
663
- } from "./chunk-KB5FU4C5.js";
674
+ SvgDownload
675
+ } from "./chunk-FTISGJNM.js";
664
676
  import {
665
677
  SvgEdgeLogo
666
678
  } from "./chunk-HZTGQJYD.js";
@@ -679,9 +691,6 @@ import {
679
691
  import {
680
692
  SvgExpandReplies
681
693
  } from "./chunk-BU5E5OMI.js";
682
- import {
683
- SvgExpand
684
- } from "./chunk-I2GY7HI4.js";
685
694
  import {
686
695
  SvgCursor
687
696
  } from "./chunk-KVOGDZ34.js";
@@ -697,15 +706,15 @@ import {
697
706
  import {
698
707
  SvgDesktopMac
699
708
  } from "./chunk-Z7NDZGNO.js";
709
+ import {
710
+ SvgDevices
711
+ } from "./chunk-XGRCQK6E.js";
700
712
  import {
701
713
  SvgDiagramSymbolDecision
702
714
  } from "./chunk-VG3SGXWL.js";
703
715
  import {
704
716
  SvgDomain
705
717
  } from "./chunk-SWCCHCXL.js";
706
- import {
707
- SvgDownload
708
- } from "./chunk-FTISGJNM.js";
709
718
  import {
710
719
  SvgCopy
711
720
  } from "./chunk-A7S7BUZG.js";
@@ -1127,6 +1136,7 @@ export {
1127
1136
  SvgDelete,
1128
1137
  SvgDeleteForever,
1129
1138
  SvgDesktopMac,
1139
+ SvgDevices,
1130
1140
  SvgDiagramSymbolDecision,
1131
1141
  SvgDomain,
1132
1142
  SvgDownload,
@@ -1201,6 +1211,7 @@ export {
1201
1211
  SvgLucidchart,
1202
1212
  SvgMail,
1203
1213
  SvgMaximize,
1214
+ SvgMegaphone,
1204
1215
  SvgMenu,
1205
1216
  SvgMenuHide,
1206
1217
  SvgMenuShow,
@@ -1297,6 +1308,7 @@ export {
1297
1308
  SvgStar,
1298
1309
  SvgStarOutline,
1299
1310
  SvgStop,
1311
+ SvgSuggestedEdit,
1300
1312
  SvgSun,
1301
1313
  SvgTagFaces,
1302
1314
  SvgTask,
@@ -0,0 +1,8 @@
1
+ import {
2
+ SvgMegaphone
3
+ } from "./chunk-GSPDJ42T.js";
4
+ import "./chunk-DDAAVRWG.js";
5
+ export {
6
+ SvgMegaphone
7
+ };
8
+ //# sourceMappingURL=megaphone.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": [],
4
+ "sourcesContent": [],
5
+ "mappings": "",
6
+ "names": []
7
+ }
@@ -0,0 +1,8 @@
1
+ import {
2
+ SvgSuggestedEdit
3
+ } from "./chunk-MZQ6RGQV.js";
4
+ import "./chunk-DDAAVRWG.js";
5
+ export {
6
+ SvgSuggestedEdit
7
+ };
8
+ //# sourceMappingURL=suggested-edit.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": [],
4
+ "sourcesContent": [],
5
+ "mappings": "",
6
+ "names": []
7
+ }