@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.
- package/README.md +12 -1
- package/dist/cjs/icons/devices.js +40 -0
- package/dist/cjs/icons/devices.js.map +7 -0
- package/dist/cjs/icons/index.js +805 -783
- package/dist/cjs/icons/index.js.map +4 -4
- package/dist/cjs/icons/megaphone.js +38 -0
- package/dist/cjs/icons/megaphone.js.map +7 -0
- package/dist/cjs/icons/suggested-edit.js +40 -0
- package/dist/cjs/icons/suggested-edit.js.map +7 -0
- package/dist/cjs/index.js +1716 -121
- package/dist/cjs/index.js.map +4 -4
- package/dist/esm/icons/chunk-GSPDJ42T.js +9 -0
- package/dist/esm/icons/chunk-GSPDJ42T.js.map +7 -0
- package/dist/esm/icons/chunk-MZQ6RGQV.js +11 -0
- package/dist/esm/icons/chunk-MZQ6RGQV.js.map +7 -0
- package/dist/esm/icons/chunk-XGRCQK6E.js +11 -0
- package/dist/esm/icons/chunk-XGRCQK6E.js.map +7 -0
- package/dist/esm/icons/devices.js +8 -0
- package/dist/esm/icons/devices.js.map +7 -0
- package/dist/esm/icons/index.js +132 -120
- package/dist/esm/icons/megaphone.js +8 -0
- package/dist/esm/icons/megaphone.js.map +7 -0
- package/dist/esm/icons/suggested-edit.js +8 -0
- package/dist/esm/icons/suggested-edit.js.map +7 -0
- package/dist/esm/index.js +1716 -121
- package/dist/esm/index.js.map +4 -4
- package/dist/types/app/props-table.d.ts +3 -0
- package/dist/types/app/props-table.d.ts.map +1 -1
- package/dist/types/icons/devices.d.ts +3 -0
- package/dist/types/icons/devices.d.ts.map +1 -0
- package/dist/types/icons/index.d.ts +3 -0
- package/dist/types/icons/index.d.ts.map +1 -1
- package/dist/types/icons/megaphone.d.ts +3 -0
- package/dist/types/icons/megaphone.d.ts.map +1 -0
- package/dist/types/icons/suggested-edit.d.ts +3 -0
- package/dist/types/icons/suggested-edit.d.ts.map +1 -0
- package/dist/types/shared-docs/illustration-page/components.d.ts.map +1 -1
- package/dist/types/shared-docs/theme-colors.d.ts.map +1 -1
- package/dist/types/src/colors.d.ts +9 -2
- package/dist/types/src/colors.d.ts.map +1 -1
- package/dist/types/src/components/ellipses-loader/ellipses-loader.d.ts.map +1 -1
- package/dist/types/src/components/icon/available-icons/devices.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/devices.d.ts.map +1 -0
- package/dist/types/src/components/icon/available-icons/index.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/index.d.ts.map +1 -1
- package/dist/types/src/components/icon/available-icons/megaphone.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/megaphone.d.ts.map +1 -0
- package/dist/types/src/components/icon/available-icons/suggested-edit.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/suggested-edit.d.ts.map +1 -0
- package/dist/types/src/components/illustration/illustration.d.ts +5 -2
- package/dist/types/src/components/illustration/illustration.d.ts.map +1 -1
- package/dist/types/src/illustrations/accounts-and-billing.d.ts +1 -0
- package/dist/types/src/illustrations/accounts-and-billing.d.ts.map +1 -1
- package/dist/types/src/illustrations/all-can-edit.d.ts +4 -0
- package/dist/types/src/illustrations/all-can-edit.d.ts.map +1 -0
- package/dist/types/src/illustrations/all-can-read.d.ts +4 -0
- package/dist/types/src/illustrations/all-can-read.d.ts.map +1 -0
- package/dist/types/src/illustrations/archived.d.ts +1 -0
- package/dist/types/src/illustrations/archived.d.ts.map +1 -1
- package/dist/types/src/illustrations/ask-for-more.d.ts +1 -0
- package/dist/types/src/illustrations/ask-for-more.d.ts.map +1 -1
- package/dist/types/src/illustrations/business-plan.d.ts +1 -0
- package/dist/types/src/illustrations/business-plan.d.ts.map +1 -1
- package/dist/types/src/illustrations/calendar.d.ts +4 -0
- package/dist/types/src/illustrations/calendar.d.ts.map +1 -0
- package/dist/types/src/illustrations/cannot-edit.d.ts +4 -0
- package/dist/types/src/illustrations/cannot-edit.d.ts.map +1 -0
- package/dist/types/src/illustrations/capture-users.d.ts +4 -0
- package/dist/types/src/illustrations/capture-users.d.ts.map +1 -0
- package/dist/types/src/illustrations/chat-avatars.d.ts +4 -0
- package/dist/types/src/illustrations/chat-avatars.d.ts.map +1 -0
- package/dist/types/src/illustrations/chrome-notifications-empty-state.d.ts +1 -0
- package/dist/types/src/illustrations/chrome-notifications-empty-state.d.ts.map +1 -1
- package/dist/types/src/illustrations/coins.d.ts +4 -0
- package/dist/types/src/illustrations/coins.d.ts.map +1 -0
- package/dist/types/src/illustrations/collaborate-with-teammates.d.ts +1 -0
- package/dist/types/src/illustrations/collaborate-with-teammates.d.ts.map +1 -1
- package/dist/types/src/illustrations/comment.d.ts +4 -0
- package/dist/types/src/illustrations/comment.d.ts.map +1 -0
- package/dist/types/src/illustrations/comments.d.ts +1 -0
- package/dist/types/src/illustrations/comments.d.ts.map +1 -1
- package/dist/types/src/illustrations/community-alt.d.ts +1 -0
- package/dist/types/src/illustrations/community-alt.d.ts.map +1 -1
- package/dist/types/src/illustrations/community.d.ts +1 -0
- package/dist/types/src/illustrations/community.d.ts.map +1 -1
- package/dist/types/src/illustrations/compliance.d.ts +4 -0
- package/dist/types/src/illustrations/compliance.d.ts.map +1 -0
- package/dist/types/src/illustrations/content-limit.d.ts +1 -0
- package/dist/types/src/illustrations/content-limit.d.ts.map +1 -1
- package/dist/types/src/illustrations/custom-branding.d.ts +1 -0
- package/dist/types/src/illustrations/custom-branding.d.ts.map +1 -1
- package/dist/types/src/illustrations/desktop-app-and-chrome-extension.d.ts +1 -0
- package/dist/types/src/illustrations/desktop-app-and-chrome-extension.d.ts.map +1 -1
- package/dist/types/src/illustrations/device-compatibility.d.ts +1 -0
- package/dist/types/src/illustrations/device-compatibility.d.ts.map +1 -1
- package/dist/types/src/illustrations/done.d.ts +4 -0
- package/dist/types/src/illustrations/done.d.ts.map +1 -0
- package/dist/types/src/illustrations/dont-f-customer.d.ts +4 -0
- package/dist/types/src/illustrations/dont-f-customer.d.ts.map +1 -0
- package/dist/types/src/illustrations/downgrade.d.ts +1 -0
- package/dist/types/src/illustrations/downgrade.d.ts.map +1 -1
- package/dist/types/src/illustrations/embrace-the-weird.d.ts +1 -0
- package/dist/types/src/illustrations/embrace-the-weird.d.ts.map +1 -1
- package/dist/types/src/illustrations/enterprise-plan.d.ts +1 -0
- package/dist/types/src/illustrations/enterprise-plan.d.ts.map +1 -1
- package/dist/types/src/illustrations/faq-and-security.d.ts +1 -0
- package/dist/types/src/illustrations/faq-and-security.d.ts.map +1 -1
- package/dist/types/src/illustrations/file-cabinet.d.ts +4 -0
- package/dist/types/src/illustrations/file-cabinet.d.ts.map +1 -0
- package/dist/types/src/illustrations/five-minute-limit.d.ts +1 -0
- package/dist/types/src/illustrations/five-minute-limit.d.ts.map +1 -1
- package/dist/types/src/illustrations/folders-empty-state-mobile.d.ts +1 -0
- package/dist/types/src/illustrations/folders-empty-state-mobile.d.ts.map +1 -1
- package/dist/types/src/illustrations/getting-started.d.ts +1 -0
- package/dist/types/src/illustrations/getting-started.d.ts.map +1 -1
- package/dist/types/src/illustrations/growth-through-empathy.d.ts +1 -0
- package/dist/types/src/illustrations/growth-through-empathy.d.ts.map +1 -1
- package/dist/types/src/illustrations/health-plans.d.ts +1 -0
- package/dist/types/src/illustrations/health-plans.d.ts.map +1 -1
- package/dist/types/src/illustrations/help-ios.d.ts +1 -0
- package/dist/types/src/illustrations/help-ios.d.ts.map +1 -1
- package/dist/types/src/illustrations/how-to-use-loom.d.ts +1 -0
- package/dist/types/src/illustrations/how-to-use-loom.d.ts.map +1 -1
- package/dist/types/src/illustrations/index.d.ts +32 -1
- package/dist/types/src/illustrations/index.d.ts.map +1 -1
- package/dist/types/src/illustrations/integration.d.ts +4 -0
- package/dist/types/src/illustrations/integration.d.ts.map +1 -0
- package/dist/types/src/illustrations/invite-members.d.ts +1 -0
- package/dist/types/src/illustrations/invite-members.d.ts.map +1 -1
- package/dist/types/src/illustrations/invite.d.ts +1 -0
- package/dist/types/src/illustrations/invite.d.ts.map +1 -1
- package/dist/types/src/illustrations/lead-with-transparency.d.ts +1 -0
- package/dist/types/src/illustrations/lead-with-transparency.d.ts.map +1 -1
- package/dist/types/src/illustrations/learning-and-development.d.ts +1 -0
- package/dist/types/src/illustrations/learning-and-development.d.ts.map +1 -1
- package/dist/types/src/illustrations/letter-open.d.ts +4 -0
- package/dist/types/src/illustrations/letter-open.d.ts.map +1 -0
- package/dist/types/src/illustrations/light-bulb-orbit.d.ts +4 -0
- package/dist/types/src/illustrations/light-bulb-orbit.d.ts.map +1 -0
- package/dist/types/src/illustrations/lightbulb.d.ts +4 -0
- package/dist/types/src/illustrations/lightbulb.d.ts.map +1 -0
- package/dist/types/src/illustrations/long-form-doc.d.ts +4 -0
- package/dist/types/src/illustrations/long-form-doc.d.ts.map +1 -0
- package/dist/types/src/illustrations/loom-plans.d.ts +1 -0
- package/dist/types/src/illustrations/loom-plans.d.ts.map +1 -1
- package/dist/types/src/illustrations/migrations.d.ts +4 -0
- package/dist/types/src/illustrations/migrations.d.ts.map +1 -0
- package/dist/types/src/illustrations/my-videos-empty-state-mobile.d.ts +1 -0
- package/dist/types/src/illustrations/my-videos-empty-state-mobile.d.ts.map +1 -1
- package/dist/types/src/illustrations/option-grants.d.ts +1 -0
- package/dist/types/src/illustrations/option-grants.d.ts.map +1 -1
- package/dist/types/src/illustrations/padlock.d.ts +4 -0
- package/dist/types/src/illustrations/padlock.d.ts.map +1 -0
- package/dist/types/src/illustrations/parental-leave.d.ts +1 -0
- package/dist/types/src/illustrations/parental-leave.d.ts.map +1 -1
- package/dist/types/src/illustrations/people-greyscale.d.ts +4 -0
- package/dist/types/src/illustrations/people-greyscale.d.ts.map +1 -0
- package/dist/types/src/illustrations/people.d.ts +4 -0
- package/dist/types/src/illustrations/people.d.ts.map +1 -0
- package/dist/types/src/illustrations/picture1.d.ts +4 -0
- package/dist/types/src/illustrations/picture1.d.ts.map +1 -0
- package/dist/types/src/illustrations/play-media-greyscale.d.ts +4 -0
- package/dist/types/src/illustrations/play-media-greyscale.d.ts.map +1 -0
- package/dist/types/src/illustrations/play-media.d.ts +4 -0
- package/dist/types/src/illustrations/play-media.d.ts.map +1 -0
- package/dist/types/src/illustrations/pto.d.ts +1 -0
- package/dist/types/src/illustrations/pto.d.ts.map +1 -1
- package/dist/types/src/illustrations/rainstorm-incident.d.ts +4 -0
- package/dist/types/src/illustrations/rainstorm-incident.d.ts.map +1 -0
- package/dist/types/src/illustrations/recents-empty-state-mobile.d.ts +1 -0
- package/dist/types/src/illustrations/recents-empty-state-mobile.d.ts.map +1 -1
- package/dist/types/src/illustrations/record.d.ts +1 -0
- package/dist/types/src/illustrations/record.d.ts.map +1 -1
- package/dist/types/src/illustrations/remote-first.d.ts +1 -0
- package/dist/types/src/illustrations/remote-first.d.ts.map +1 -1
- package/dist/types/src/illustrations/roadmap.d.ts +1 -0
- package/dist/types/src/illustrations/roadmap.d.ts.map +1 -1
- package/dist/types/src/illustrations/screenshot.d.ts +1 -0
- package/dist/types/src/illustrations/screenshot.d.ts.map +1 -1
- package/dist/types/src/illustrations/search-no-result.d.ts +4 -0
- package/dist/types/src/illustrations/search-no-result.d.ts.map +1 -0
- package/dist/types/src/illustrations/search.d.ts +4 -0
- package/dist/types/src/illustrations/search.d.ts.map +1 -0
- package/dist/types/src/illustrations/share-with-your-team.d.ts +1 -0
- package/dist/types/src/illustrations/share-with-your-team.d.ts.map +1 -1
- package/dist/types/src/illustrations/share.d.ts +1 -0
- package/dist/types/src/illustrations/share.d.ts.map +1 -1
- package/dist/types/src/illustrations/speed.d.ts +4 -0
- package/dist/types/src/illustrations/speed.d.ts.map +1 -0
- package/dist/types/src/illustrations/starred.d.ts +1 -0
- package/dist/types/src/illustrations/starred.d.ts.map +1 -1
- package/dist/types/src/illustrations/starter-plus-plan.d.ts +1 -0
- package/dist/types/src/illustrations/starter-plus-plan.d.ts.map +1 -1
- package/dist/types/src/illustrations/strong-upload-speed.d.ts +1 -0
- package/dist/types/src/illustrations/strong-upload-speed.d.ts.map +1 -1
- package/dist/types/src/illustrations/troubleshooting.d.ts +1 -0
- package/dist/types/src/illustrations/troubleshooting.d.ts.map +1 -1
- package/dist/types/src/illustrations/upgrade.d.ts +1 -0
- package/dist/types/src/illustrations/upgrade.d.ts.map +1 -1
- package/dist/types/src/illustrations/upload-drag-and-drop.d.ts +1 -0
- package/dist/types/src/illustrations/upload-drag-and-drop.d.ts.map +1 -1
- package/dist/types/src/illustrations/use-cases.d.ts +1 -0
- package/dist/types/src/illustrations/use-cases.d.ts.map +1 -1
- package/dist/types/src/illustrations/user-greyscale.d.ts +4 -0
- package/dist/types/src/illustrations/user-greyscale.d.ts.map +1 -0
- package/dist/types/src/illustrations/user-management.d.ts +4 -0
- package/dist/types/src/illustrations/user-management.d.ts.map +1 -0
- package/dist/types/src/illustrations/user.d.ts +1 -2
- package/dist/types/src/illustrations/user.d.ts.map +1 -1
- package/dist/types/src/illustrations/video-call3.d.ts +4 -0
- package/dist/types/src/illustrations/video-call3.d.ts.map +1 -0
- package/dist/types/src/illustrations/wellness.d.ts +1 -0
- package/dist/types/src/illustrations/wellness.d.ts.map +1 -1
- package/package.json +8 -8
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
|
|
29
|
+
// src/components/icon/available-icons/megaphone.tsx
|
|
30
|
+
var megaphone_exports = {};
|
|
31
|
+
__export(megaphone_exports, {
|
|
32
|
+
SvgMegaphone: () => SvgMegaphone
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(megaphone_exports);
|
|
35
|
+
var import_megaphone = __toESM(require("@atlaskit/icon/core/megaphone"));
|
|
36
|
+
var import_react = __toESM(require("react"));
|
|
37
|
+
var SvgMegaphone = () => /* @__PURE__ */ import_react.default.createElement(import_megaphone.default, { label: "", testId: "ads-refreshed-icon" });
|
|
38
|
+
//# sourceMappingURL=megaphone.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;AAAA;AAAA;AAAA;AAAA;AAAA,uBAA0B;AAC1B,mBAAkB;AAEX,IAAM,eAAe,MAC1B,6BAAAA,QAAA,cAAC,iBAAAC,SAAA,EAAc,OAAM,IAAG,QAAO,sBAAqB;",
|
|
6
|
+
"names": ["React", "MegaphoneIcon"]
|
|
7
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
|
|
29
|
+
// src/components/icon/available-icons/suggested-edit.tsx
|
|
30
|
+
var suggested_edit_exports = {};
|
|
31
|
+
__export(suggested_edit_exports, {
|
|
32
|
+
SvgSuggestedEdit: () => SvgSuggestedEdit
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(suggested_edit_exports);
|
|
35
|
+
var import_suggested_edit = __toESM(require("@atlaskit/icon-lab/core/suggested-edit"));
|
|
36
|
+
var React = __toESM(require("react"));
|
|
37
|
+
function SvgSuggestedEdit() {
|
|
38
|
+
return /* @__PURE__ */ React.createElement(import_suggested_edit.default, { label: "", testId: "ads-refreshed-icon" });
|
|
39
|
+
}
|
|
40
|
+
//# sourceMappingURL=suggested-edit.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;AAAA;AAAA;AAAA;AAAA;AAAA,4BAA8B;AAC9B,YAAuB;AAEhB,SAAS,mBAAmB;AACjC,SAAO,oCAAC,sBAAAA,SAAA,EAAkB,OAAM,IAAG,QAAO,sBAAqB;AACjE;",
|
|
6
|
+
"names": ["SuggestedEditIcon"]
|
|
7
|
+
}
|