@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
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
+
/** @deprecated Work with your designer to replace with one of the current illustrations (https://lens.loom.dev/illustrations/illustration-set). */
|
|
2
3
|
declare function IllustrationCustomBranding(props: any): React.JSX.Element;
|
|
3
4
|
export default IllustrationCustomBranding;
|
|
4
5
|
//# sourceMappingURL=custom-branding.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"custom-branding.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/custom-branding.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,0BAA0B,CAAC,KAAK,KAAA,qBAcxC;AAED,eAAe,0BAA0B,CAAC"}
|
|
1
|
+
{"version":3,"file":"custom-branding.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/custom-branding.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,mJAAmJ;AACnJ,iBAAS,0BAA0B,CAAC,KAAK,KAAA,qBAcxC;AAED,eAAe,0BAA0B,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
+
/** @deprecated Work with your designer to replace with one of the current illustrations (https://lens.loom.dev/illustrations/illustration-set). */
|
|
2
3
|
declare function IllustrationDesktopAppandChromeExtension(props: any): React.JSX.Element;
|
|
3
4
|
export default IllustrationDesktopAppandChromeExtension;
|
|
4
5
|
//# sourceMappingURL=desktop-app-and-chrome-extension.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"desktop-app-and-chrome-extension.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/desktop-app-and-chrome-extension.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,wCAAwC,CAAC,KAAK,KAAA,qBA0BtD;AAED,eAAe,wCAAwC,CAAC"}
|
|
1
|
+
{"version":3,"file":"desktop-app-and-chrome-extension.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/desktop-app-and-chrome-extension.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,mJAAmJ;AACnJ,iBAAS,wCAAwC,CAAC,KAAK,KAAA,qBA0BtD;AAED,eAAe,wCAAwC,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
+
/** @deprecated Work with your designer to replace with one of the current illustrations (https://lens.loom.dev/illustrations/illustration-set). */
|
|
2
3
|
declare function IllustrationDeviceCompatibility(props: any): React.JSX.Element;
|
|
3
4
|
export default IllustrationDeviceCompatibility;
|
|
4
5
|
//# sourceMappingURL=device-compatibility.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"device-compatibility.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/device-compatibility.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,+BAA+B,CAAC,KAAK,KAAA,qBAkB7C;AAED,eAAe,+BAA+B,CAAC"}
|
|
1
|
+
{"version":3,"file":"device-compatibility.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/device-compatibility.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,mJAAmJ;AACnJ,iBAAS,+BAA+B,CAAC,KAAK,KAAA,qBAkB7C;AAED,eAAe,+BAA+B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"done.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/done.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,iBAAS,IAAI,CAAC,KAAK,KAAA,qBAoBlB;AAED,eAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dont-f-customer.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/dont-f-customer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,iBAAS,aAAa,CAAC,KAAK,KAAA,qBA4B3B;AAED,eAAe,aAAa,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
+
/** @deprecated Work with your designer to replace with one of the current illustrations (https://lens.loom.dev/illustrations/illustration-set). */
|
|
2
3
|
declare function IllustrationDowngrade(props: any): React.JSX.Element;
|
|
3
4
|
export default IllustrationDowngrade;
|
|
4
5
|
//# sourceMappingURL=downgrade.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"downgrade.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/downgrade.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,qBAAqB,CAAC,KAAK,KAAA,qBAgBnC;AAED,eAAe,qBAAqB,CAAC"}
|
|
1
|
+
{"version":3,"file":"downgrade.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/downgrade.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,mJAAmJ;AACnJ,iBAAS,qBAAqB,CAAC,KAAK,KAAA,qBAgBnC;AAED,eAAe,qBAAqB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
+
/** @deprecated Work with your designer to replace with one of the current illustrations (https://lens.loom.dev/illustrations/illustration-set). */
|
|
2
3
|
declare function IllustrationEmbracetheWeird(props: any): React.JSX.Element;
|
|
3
4
|
export default IllustrationEmbracetheWeird;
|
|
4
5
|
//# sourceMappingURL=embrace-the-weird.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"embrace-the-weird.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/embrace-the-weird.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,2BAA2B,CAAC,KAAK,KAAA,qBAgBzC;AAED,eAAe,2BAA2B,CAAC"}
|
|
1
|
+
{"version":3,"file":"embrace-the-weird.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/embrace-the-weird.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,mJAAmJ;AACnJ,iBAAS,2BAA2B,CAAC,KAAK,KAAA,qBAgBzC;AAED,eAAe,2BAA2B,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
+
/** @deprecated Work with your designer to replace with one of the current illustrations (https://lens.loom.dev/illustrations/illustration-set). */
|
|
2
3
|
declare function IllustrationEnterprisePlan(props: any): React.JSX.Element;
|
|
3
4
|
export default IllustrationEnterprisePlan;
|
|
4
5
|
//# sourceMappingURL=enterprise-plan.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enterprise-plan.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/enterprise-plan.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,0BAA0B,CAAC,KAAK,KAAA,qBAcxC;AAED,eAAe,0BAA0B,CAAC"}
|
|
1
|
+
{"version":3,"file":"enterprise-plan.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/enterprise-plan.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,mJAAmJ;AACnJ,iBAAS,0BAA0B,CAAC,KAAK,KAAA,qBAcxC;AAED,eAAe,0BAA0B,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
+
/** @deprecated Work with your designer to replace with one of the current illustrations (https://lens.loom.dev/illustrations/illustration-set). */
|
|
2
3
|
declare function IllustrationFaQandSecurity(props: any): React.JSX.Element;
|
|
3
4
|
export default IllustrationFaQandSecurity;
|
|
4
5
|
//# sourceMappingURL=faq-and-security.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"faq-and-security.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/faq-and-security.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,0BAA0B,CAAC,KAAK,KAAA,qBAgBxC;AAED,eAAe,0BAA0B,CAAC"}
|
|
1
|
+
{"version":3,"file":"faq-and-security.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/faq-and-security.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,mJAAmJ;AACnJ,iBAAS,0BAA0B,CAAC,KAAK,KAAA,qBAgBxC;AAED,eAAe,0BAA0B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file-cabinet.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/file-cabinet.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,iBAAS,WAAW,CAAC,KAAK,KAAA,qBAoCzB;AAED,eAAe,WAAW,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
+
/** @deprecated Work with your designer to replace with one of the current illustrations (https://lens.loom.dev/illustrations/illustration-set). */
|
|
2
3
|
declare function Illustration5MinuteLimit(props: any): React.JSX.Element;
|
|
3
4
|
export default Illustration5MinuteLimit;
|
|
4
5
|
//# sourceMappingURL=five-minute-limit.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"five-minute-limit.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/five-minute-limit.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,wBAAwB,CAAC,KAAK,KAAA,qBAgBtC;AAED,eAAe,wBAAwB,CAAC"}
|
|
1
|
+
{"version":3,"file":"five-minute-limit.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/five-minute-limit.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,mJAAmJ;AACnJ,iBAAS,wBAAwB,CAAC,KAAK,KAAA,qBAgBtC;AAED,eAAe,wBAAwB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
+
/** @deprecated Work with your designer to replace with one of the current illustrations (https://lens.loom.dev/illustrations/illustration-set). */
|
|
2
3
|
declare function IllutrationFoldersEmptyStateMobile(props: any): React.JSX.Element;
|
|
3
4
|
export default IllutrationFoldersEmptyStateMobile;
|
|
4
5
|
//# sourceMappingURL=folders-empty-state-mobile.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"folders-empty-state-mobile.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/folders-empty-state-mobile.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,kCAAkC,CAAC,KAAK,KAAA,qBAsBhD;AAED,eAAe,kCAAkC,CAAC"}
|
|
1
|
+
{"version":3,"file":"folders-empty-state-mobile.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/folders-empty-state-mobile.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,mJAAmJ;AACnJ,iBAAS,kCAAkC,CAAC,KAAK,KAAA,qBAsBhD;AAED,eAAe,kCAAkC,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
+
/** @deprecated Work with your designer to replace with one of the current illustrations (https://lens.loom.dev/illustrations/illustration-set). */
|
|
2
3
|
declare function IllustrationGettingStarted(props: any): React.JSX.Element;
|
|
3
4
|
export default IllustrationGettingStarted;
|
|
4
5
|
//# sourceMappingURL=getting-started.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getting-started.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/getting-started.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,0BAA0B,CAAC,KAAK,KAAA,qBAkCxC;AAED,eAAe,0BAA0B,CAAC"}
|
|
1
|
+
{"version":3,"file":"getting-started.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/getting-started.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,mJAAmJ;AACnJ,iBAAS,0BAA0B,CAAC,KAAK,KAAA,qBAkCxC;AAED,eAAe,0BAA0B,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
+
/** @deprecated Work with your designer to replace with one of the current illustrations (https://lens.loom.dev/illustrations/illustration-set). */
|
|
2
3
|
declare function IllustrationGrowththroughEmpathy(props: any): React.JSX.Element;
|
|
3
4
|
export default IllustrationGrowththroughEmpathy;
|
|
4
5
|
//# sourceMappingURL=growth-through-empathy.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"growth-through-empathy.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/growth-through-empathy.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,gCAAgC,CAAC,KAAK,KAAA,qBAoD9C;AAED,eAAe,gCAAgC,CAAC"}
|
|
1
|
+
{"version":3,"file":"growth-through-empathy.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/growth-through-empathy.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,mJAAmJ;AACnJ,iBAAS,gCAAgC,CAAC,KAAK,KAAA,qBAoD9C;AAED,eAAe,gCAAgC,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
+
/** @deprecated Work with your designer to replace with one of the current illustrations (https://lens.loom.dev/illustrations/illustration-set). */
|
|
2
3
|
declare function IllustrationHealthPlans(props: any): React.JSX.Element;
|
|
3
4
|
export default IllustrationHealthPlans;
|
|
4
5
|
//# sourceMappingURL=health-plans.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"health-plans.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/health-plans.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,uBAAuB,CAAC,KAAK,KAAA,qBAgBrC;AAED,eAAe,uBAAuB,CAAC"}
|
|
1
|
+
{"version":3,"file":"health-plans.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/health-plans.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,mJAAmJ;AACnJ,iBAAS,uBAAuB,CAAC,KAAK,KAAA,qBAgBrC;AAED,eAAe,uBAAuB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
+
/** @deprecated Work with your designer to replace with one of the current illustrations (https://lens.loom.dev/illustrations/illustration-set). */
|
|
2
3
|
declare function IllustrationHelpIos(props: any): React.JSX.Element;
|
|
3
4
|
export default IllustrationHelpIos;
|
|
4
5
|
//# sourceMappingURL=help-ios.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"help-ios.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/help-ios.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,mBAAmB,CAAC,KAAK,KAAA,qBAoBjC;AAED,eAAe,mBAAmB,CAAC"}
|
|
1
|
+
{"version":3,"file":"help-ios.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/help-ios.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,mJAAmJ;AACnJ,iBAAS,mBAAmB,CAAC,KAAK,KAAA,qBAoBjC;AAED,eAAe,mBAAmB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
+
/** @deprecated Work with your designer to replace with one of the current illustrations (https://lens.loom.dev/illustrations/illustration-set). */
|
|
2
3
|
declare function IllustrationHowtoUseLoom(props: any): React.JSX.Element;
|
|
3
4
|
export default IllustrationHowtoUseLoom;
|
|
4
5
|
//# sourceMappingURL=how-to-use-loom.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"how-to-use-loom.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/how-to-use-loom.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,wBAAwB,CAAC,KAAK,KAAA,qBActC;AAED,eAAe,wBAAwB,CAAC"}
|
|
1
|
+
{"version":3,"file":"how-to-use-loom.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/how-to-use-loom.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,mJAAmJ;AACnJ,iBAAS,wBAAwB,CAAC,KAAK,KAAA,qBActC;AAED,eAAe,wBAAwB,CAAC"}
|
|
@@ -46,5 +46,36 @@ export { default as IllustrationHelpIos } from './help-ios';
|
|
|
46
46
|
export { default as IllustrationMyVideosEmptyStateMobile } from './my-videos-empty-state-mobile';
|
|
47
47
|
export { default as IllustrationRecentsEmptyStateMobile } from './recents-empty-state-mobile';
|
|
48
48
|
export { default as IllustrationChromeNotificationsEmptyState } from './chrome-notifications-empty-state';
|
|
49
|
-
export { default as
|
|
49
|
+
export { default as User } from './user';
|
|
50
|
+
export { default as UserGreyscale } from './user-greyscale';
|
|
51
|
+
export { default as AllCanEdit } from './all-can-edit';
|
|
52
|
+
export { default as AllCanRead } from './all-can-read';
|
|
53
|
+
export { default as Calendar } from './calendar';
|
|
54
|
+
export { default as CannotEdit } from './cannot-edit';
|
|
55
|
+
export { default as CaptureUsers } from './capture-users';
|
|
56
|
+
export { default as ChatAvatars } from './chat-avatars';
|
|
57
|
+
export { default as Coins } from './coins';
|
|
58
|
+
export { default as Comment } from './comment';
|
|
59
|
+
export { default as Compliance } from './compliance';
|
|
60
|
+
export { default as Done } from './done';
|
|
61
|
+
export { default as DontFCustomer } from './dont-f-customer';
|
|
62
|
+
export { default as FileCabinet } from './file-cabinet';
|
|
63
|
+
export { default as Integration } from './integration';
|
|
64
|
+
export { default as LetterOpen } from './letter-open';
|
|
65
|
+
export { default as LightBulbOrbit } from './light-bulb-orbit';
|
|
66
|
+
export { default as Lightbulb } from './lightbulb';
|
|
67
|
+
export { default as LongFormDoc } from './long-form-doc';
|
|
68
|
+
export { default as Migrations } from './migrations';
|
|
69
|
+
export { default as Padlock } from './padlock';
|
|
70
|
+
export { default as People } from './people';
|
|
71
|
+
export { default as PeopleGreyscale } from './people-greyscale';
|
|
72
|
+
export { default as Picture1 } from './picture1';
|
|
73
|
+
export { default as PlayMedia } from './play-media';
|
|
74
|
+
export { default as PlayMediaGreyscale } from './play-media-greyscale';
|
|
75
|
+
export { default as RainstormIncident } from './rainstorm-incident';
|
|
76
|
+
export { default as Search } from './search';
|
|
77
|
+
export { default as SearchNoResult } from './search-no-result';
|
|
78
|
+
export { default as Speed } from './speed';
|
|
79
|
+
export { default as UserManagement } from './user-management';
|
|
80
|
+
export { default as VideoCall3 } from './video-call3';
|
|
50
81
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"integration.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/integration.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,iBAAS,WAAW,CAAC,KAAK,KAAA,qBA8CzB;AAED,eAAe,WAAW,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
+
/** @deprecated Work with your designer to replace with one of the current illustrations (https://lens.loom.dev/illustrations/illustration-set). */
|
|
2
3
|
declare function IllustrationInviteMembers(props: any): React.JSX.Element;
|
|
3
4
|
export default IllustrationInviteMembers;
|
|
4
5
|
//# sourceMappingURL=invite-members.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"invite-members.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/invite-members.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,yBAAyB,CAAC,KAAK,KAAA,qBAgBvC;AAED,eAAe,yBAAyB,CAAC"}
|
|
1
|
+
{"version":3,"file":"invite-members.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/invite-members.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,mJAAmJ;AACnJ,iBAAS,yBAAyB,CAAC,KAAK,KAAA,qBAgBvC;AAED,eAAe,yBAAyB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
+
/** @deprecated Work with your designer to replace with one of the current illustrations (https://lens.loom.dev/illustrations/illustration-set). */
|
|
2
3
|
declare function IllustrationInvite(props: any): React.JSX.Element;
|
|
3
4
|
export default IllustrationInvite;
|
|
4
5
|
//# sourceMappingURL=invite.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"invite.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/invite.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,kBAAkB,CAAC,KAAK,KAAA,qBA0BhC;AAED,eAAe,kBAAkB,CAAC"}
|
|
1
|
+
{"version":3,"file":"invite.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/invite.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,mJAAmJ;AACnJ,iBAAS,kBAAkB,CAAC,KAAK,KAAA,qBA0BhC;AAED,eAAe,kBAAkB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
+
/** @deprecated Work with your designer to replace with one of the current illustrations (https://lens.loom.dev/illustrations/illustration-set). */
|
|
2
3
|
declare function IllustrationLeadwithTransparency(props: any): React.JSX.Element;
|
|
3
4
|
export default IllustrationLeadwithTransparency;
|
|
4
5
|
//# sourceMappingURL=lead-with-transparency.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lead-with-transparency.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/lead-with-transparency.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,gCAAgC,CAAC,KAAK,KAAA,qBAc9C;AAED,eAAe,gCAAgC,CAAC"}
|
|
1
|
+
{"version":3,"file":"lead-with-transparency.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/lead-with-transparency.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,mJAAmJ;AACnJ,iBAAS,gCAAgC,CAAC,KAAK,KAAA,qBAc9C;AAED,eAAe,gCAAgC,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
+
/** @deprecated Work with your designer to replace with one of the current illustrations (https://lens.loom.dev/illustrations/illustration-set). */
|
|
2
3
|
declare function IllustrationLearningDevelopment(props: any): React.JSX.Element;
|
|
3
4
|
export default IllustrationLearningDevelopment;
|
|
4
5
|
//# sourceMappingURL=learning-and-development.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"learning-and-development.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/learning-and-development.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,+BAA+B,CAAC,KAAK,KAAA,qBA6B7C;AAED,eAAe,+BAA+B,CAAC"}
|
|
1
|
+
{"version":3,"file":"learning-and-development.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/learning-and-development.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,mJAAmJ;AACnJ,iBAAS,+BAA+B,CAAC,KAAK,KAAA,qBA6B7C;AAED,eAAe,+BAA+B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"letter-open.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/letter-open.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,iBAAS,UAAU,CAAC,KAAK,KAAA,qBAoExB;AAED,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"light-bulb-orbit.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/light-bulb-orbit.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,iBAAS,cAAc,CAAC,KAAK,KAAA,qBA0B5B;AAED,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lightbulb.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/lightbulb.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,iBAAS,SAAS,CAAC,KAAK,KAAA,qBA2BvB;AAED,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"long-form-doc.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/long-form-doc.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,iBAAS,WAAW,CAAC,KAAK,KAAA,qBAyBzB;AAED,eAAe,WAAW,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
+
/** @deprecated Work with your designer to replace with one of the current illustrations (https://lens.loom.dev/illustrations/illustration-set). */
|
|
2
3
|
declare function IllustrationLoomPlans(props: any): React.JSX.Element;
|
|
3
4
|
export default IllustrationLoomPlans;
|
|
4
5
|
//# sourceMappingURL=loom-plans.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"loom-plans.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/loom-plans.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,qBAAqB,CAAC,KAAK,KAAA,qBAkBnC;AAED,eAAe,qBAAqB,CAAC"}
|
|
1
|
+
{"version":3,"file":"loom-plans.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/loom-plans.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,mJAAmJ;AACnJ,iBAAS,qBAAqB,CAAC,KAAK,KAAA,qBAkBnC;AAED,eAAe,qBAAqB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"migrations.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/migrations.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,iBAAS,UAAU,CAAC,KAAK,KAAA,qBAwBxB;AAED,eAAe,UAAU,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
+
/** @deprecated Work with your designer to replace with one of the current illustrations (https://lens.loom.dev/illustrations/illustration-set). */
|
|
2
3
|
declare function IllustrationMyVideosEmptyStateMobile(props: any): React.JSX.Element;
|
|
3
4
|
export default IllustrationMyVideosEmptyStateMobile;
|
|
4
5
|
//# sourceMappingURL=my-videos-empty-state-mobile.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"my-videos-empty-state-mobile.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/my-videos-empty-state-mobile.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,oCAAoC,CAAC,KAAK,KAAA,qBAiBlD;AAED,eAAe,oCAAoC,CAAC"}
|
|
1
|
+
{"version":3,"file":"my-videos-empty-state-mobile.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/my-videos-empty-state-mobile.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,mJAAmJ;AACnJ,iBAAS,oCAAoC,CAAC,KAAK,KAAA,qBAiBlD;AAED,eAAe,oCAAoC,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
+
/** @deprecated Work with your designer to replace with one of the current illustrations (https://lens.loom.dev/illustrations/illustration-set). */
|
|
2
3
|
declare function IllustrationOptionGrants(props: any): React.JSX.Element;
|
|
3
4
|
export default IllustrationOptionGrants;
|
|
4
5
|
//# sourceMappingURL=option-grants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"option-grants.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/option-grants.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,wBAAwB,CAAC,KAAK,KAAA,qBActC;AAED,eAAe,wBAAwB,CAAC"}
|
|
1
|
+
{"version":3,"file":"option-grants.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/option-grants.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,mJAAmJ;AACnJ,iBAAS,wBAAwB,CAAC,KAAK,KAAA,qBActC;AAED,eAAe,wBAAwB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"padlock.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/padlock.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,iBAAS,OAAO,CAAC,KAAK,KAAA,qBAwBrB;AAED,eAAe,OAAO,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
+
/** @deprecated Work with your designer to replace with one of the current illustrations (https://lens.loom.dev/illustrations/illustration-set). */
|
|
2
3
|
declare function IllustrationParentalLeave(props: any): React.JSX.Element;
|
|
3
4
|
export default IllustrationParentalLeave;
|
|
4
5
|
//# sourceMappingURL=parental-leave.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"parental-leave.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/parental-leave.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,yBAAyB,CAAC,KAAK,KAAA,qBAcvC;AAED,eAAe,yBAAyB,CAAC"}
|
|
1
|
+
{"version":3,"file":"parental-leave.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/parental-leave.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,mJAAmJ;AACnJ,iBAAS,yBAAyB,CAAC,KAAK,KAAA,qBAcvC;AAED,eAAe,yBAAyB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"people-greyscale.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/people-greyscale.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,iBAAS,eAAe,CAAC,KAAK,KAAA,qBA0D7B;AAED,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"people.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/people.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,iBAAS,MAAM,CAAC,KAAK,KAAA,qBAmDpB;AAED,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"picture1.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/picture1.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,iBAAS,QAAQ,CAAC,KAAK,KAAA,qBAiCtB;AAED,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"play-media-greyscale.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/play-media-greyscale.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,iBAAS,kBAAkB,CAAC,KAAK,KAAA,qBA8BhC;AAED,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"play-media.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/play-media.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,iBAAS,SAAS,CAAC,KAAK,KAAA,qBA0BvB;AAED,eAAe,SAAS,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
+
/** @deprecated Work with your designer to replace with one of the current illustrations (https://lens.loom.dev/illustrations/illustration-set). */
|
|
2
3
|
declare function IllustrationPto(props: any): React.JSX.Element;
|
|
3
4
|
export default IllustrationPto;
|
|
4
5
|
//# sourceMappingURL=pto.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pto.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/pto.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,eAAe,CAAC,KAAK,KAAA,qBAgB7B;AAED,eAAe,eAAe,CAAC"}
|
|
1
|
+
{"version":3,"file":"pto.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/pto.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,mJAAmJ;AACnJ,iBAAS,eAAe,CAAC,KAAK,KAAA,qBAgB7B;AAED,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rainstorm-incident.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/rainstorm-incident.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,iBAAS,iBAAiB,CAAC,KAAK,KAAA,qBA8B/B;AAED,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
+
/** @deprecated Work with your designer to replace with one of the current illustrations (https://lens.loom.dev/illustrations/illustration-set). */
|
|
2
3
|
declare function IllustrationRecentsEmptyStateMobile(props: any): React.JSX.Element;
|
|
3
4
|
export default IllustrationRecentsEmptyStateMobile;
|
|
4
5
|
//# sourceMappingURL=recents-empty-state-mobile.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"recents-empty-state-mobile.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/recents-empty-state-mobile.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,mCAAmC,CAAC,KAAK,KAAA,qBAgBjD;AAED,eAAe,mCAAmC,CAAC"}
|
|
1
|
+
{"version":3,"file":"recents-empty-state-mobile.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/recents-empty-state-mobile.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,mJAAmJ;AACnJ,iBAAS,mCAAmC,CAAC,KAAK,KAAA,qBAgBjD;AAED,eAAe,mCAAmC,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
+
/** @deprecated Work with your designer to replace with one of the current illustrations (https://lens.loom.dev/illustrations/illustration-set). */
|
|
2
3
|
declare function IllustrationRecord(props: any): React.JSX.Element;
|
|
3
4
|
export default IllustrationRecord;
|
|
4
5
|
//# sourceMappingURL=record.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"record.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/record.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,kBAAkB,CAAC,KAAK,KAAA,qBAkBhC;AAED,eAAe,kBAAkB,CAAC"}
|
|
1
|
+
{"version":3,"file":"record.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/record.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,mJAAmJ;AACnJ,iBAAS,kBAAkB,CAAC,KAAK,KAAA,qBAkBhC;AAED,eAAe,kBAAkB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
+
/** @deprecated Work with your designer to replace with one of the current illustrations (https://lens.loom.dev/illustrations/illustration-set). */
|
|
2
3
|
declare function IllustrationRemoteFirst(props: any): React.JSX.Element;
|
|
3
4
|
export default IllustrationRemoteFirst;
|
|
4
5
|
//# sourceMappingURL=remote-first.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"remote-first.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/remote-first.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,uBAAuB,CAAC,KAAK,KAAA,qBA4BrC;AAED,eAAe,uBAAuB,CAAC"}
|
|
1
|
+
{"version":3,"file":"remote-first.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/remote-first.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,mJAAmJ;AACnJ,iBAAS,uBAAuB,CAAC,KAAK,KAAA,qBA4BrC;AAED,eAAe,uBAAuB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
+
/** @deprecated Work with your designer to replace with one of the current illustrations (https://lens.loom.dev/illustrations/illustration-set). */
|
|
2
3
|
declare function IllustrationRoadmap(props: any): React.JSX.Element;
|
|
3
4
|
export default IllustrationRoadmap;
|
|
4
5
|
//# sourceMappingURL=roadmap.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"roadmap.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/roadmap.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,mBAAmB,CAAC,KAAK,KAAA,qBAejC;AAED,eAAe,mBAAmB,CAAC"}
|
|
1
|
+
{"version":3,"file":"roadmap.d.ts","sourceRoot":"","sources":["../../../../src/illustrations/roadmap.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,mJAAmJ;AACnJ,iBAAS,mBAAmB,CAAC,KAAK,KAAA,qBAejC;AAED,eAAe,mBAAmB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
+
/** @deprecated Work with your designer to replace with one of the current illustrations (https://lens.loom.dev/illustrations/illustration-set). */
|
|
2
3
|
declare function IllustrationScreenshot(props: any): React.JSX.Element;
|
|
3
4
|
export default IllustrationScreenshot;
|
|
4
5
|
//# sourceMappingURL=screenshot.d.ts.map
|