@loomhq/lens 12.9.0 → 12.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/icons/banner-vector-up.js +17 -3
- package/dist/cjs/icons/banner-vector-up.js.map +2 -2
- package/dist/cjs/icons/cursor.js +40 -0
- package/dist/cjs/icons/cursor.js.map +7 -0
- package/dist/cjs/icons/index.js +645 -637
- package/dist/cjs/icons/index.js.map +4 -4
- package/dist/cjs/index.js +674 -643
- package/dist/cjs/index.js.map +4 -4
- package/dist/esm/icons/banner-vector-up.js +1 -1
- package/dist/esm/icons/{chunk-2V4R73H6.js → chunk-3OR7GMMB.js} +8 -4
- package/dist/esm/icons/chunk-3OR7GMMB.js.map +7 -0
- package/dist/esm/icons/chunk-KVOGDZ34.js +11 -0
- package/dist/esm/icons/chunk-KVOGDZ34.js.map +7 -0
- package/dist/esm/icons/cursor.js +8 -0
- package/dist/esm/icons/cursor.js.map +7 -0
- package/dist/esm/icons/index.js +63 -59
- package/dist/esm/index.js +606 -571
- package/dist/esm/index.js.map +3 -3
- package/dist/types/colors.d.ts +2 -2
- package/dist/types/colors.d.ts.map +1 -1
- package/dist/types/components/align/align.d.ts +1 -1
- package/dist/types/components/align/align.d.ts.map +1 -1
- package/dist/types/components/arrange/arrange.d.ts +1 -1
- package/dist/types/components/arrange/arrange.d.ts.map +1 -1
- package/dist/types/components/avatar/avatar.d.ts +1 -1
- package/dist/types/components/avatar/avatar.d.ts.map +1 -1
- package/dist/types/components/backdrop/backdrop.d.ts +1 -1
- package/dist/types/components/backdrop/backdrop.d.ts.map +1 -1
- package/dist/types/components/base-styles/base-styles.d.ts +1 -1
- package/dist/types/components/base-styles/base-styles.d.ts.map +1 -1
- package/dist/types/components/button/button.d.ts +1 -1
- package/dist/types/components/button/button.d.ts.map +1 -1
- package/dist/types/components/color-picker/color-picker.d.ts +1 -1
- package/dist/types/components/color-picker/color-picker.d.ts.map +1 -1
- package/dist/types/components/container/container.d.ts +1 -1
- package/dist/types/components/container/container.d.ts.map +1 -1
- package/dist/types/components/distribute/distribute.d.ts +1 -1
- package/dist/types/components/distribute/distribute.d.ts.map +1 -1
- package/dist/types/components/dropdown/dropdown.d.ts.map +1 -1
- package/dist/types/components/ellipses-loader/ellipses-loader.d.ts +1 -1
- package/dist/types/components/ellipses-loader/ellipses-loader.d.ts.map +1 -1
- package/dist/types/components/form-field/form-field.d.ts +2 -2
- package/dist/types/components/form-field/form-field.d.ts.map +1 -1
- package/dist/types/components/icon/available-icons/banner-vector-up.d.ts.map +1 -1
- package/dist/types/components/icon/available-icons/cursor.d.ts +3 -0
- package/dist/types/components/icon/available-icons/cursor.d.ts.map +1 -0
- package/dist/types/components/icon/available-icons/index.d.ts +1 -0
- package/dist/types/components/icon/available-icons/index.d.ts.map +1 -1
- package/dist/types/components/icon/icon.d.ts +2 -2
- package/dist/types/components/icon/icon.d.ts.map +1 -1
- package/dist/types/components/icon-button/icon-button.d.ts +1 -1
- package/dist/types/components/icon-button/icon-button.d.ts.map +1 -1
- package/dist/types/components/layout/layout.d.ts +1 -1
- package/dist/types/components/layout/layout.d.ts.map +1 -1
- package/dist/types/components/link/link.d.ts +1 -1
- package/dist/types/components/link/link.d.ts.map +1 -1
- package/dist/types/components/list/list.d.ts +1 -1
- package/dist/types/components/list/list.d.ts.map +1 -1
- package/dist/types/components/loader/loader.d.ts +1 -1
- package/dist/types/components/loader/loader.d.ts.map +1 -1
- package/dist/types/components/logo/logo.d.ts +1 -1
- package/dist/types/components/logo/logo.d.ts.map +1 -1
- package/dist/types/components/menu/menu.d.ts +2 -1
- package/dist/types/components/menu/menu.d.ts.map +1 -1
- package/dist/types/components/modal/modal.d.ts +2 -2
- package/dist/types/components/modal/modal.d.ts.map +1 -1
- package/dist/types/components/notification-bar/notification-bar.d.ts +2 -2
- package/dist/types/components/notification-bar/notification-bar.d.ts.map +1 -1
- package/dist/types/components/pill/pill.d.ts +1 -1
- package/dist/types/components/pill/pill.d.ts.map +1 -1
- package/dist/types/components/select/select.d.ts +2 -2
- package/dist/types/components/select/select.d.ts.map +1 -1
- package/dist/types/components/skeleton/skeleton.d.ts +1 -1
- package/dist/types/components/skeleton/skeleton.d.ts.map +1 -1
- package/dist/types/components/spacer/spacer.d.ts +1 -1
- package/dist/types/components/spacer/spacer.d.ts.map +1 -1
- package/dist/types/components/split/split.d.ts +1 -1
- package/dist/types/components/split/split.d.ts.map +1 -1
- package/dist/types/components/switch/switch.d.ts +1 -1
- package/dist/types/components/switch/switch.d.ts.map +1 -1
- package/dist/types/components/tabs/tabs.d.ts +1 -1
- package/dist/types/components/tabs/tabs.d.ts.map +1 -1
- package/dist/types/components/text/text.d.ts +2 -2
- package/dist/types/components/text/text.d.ts.map +1 -1
- package/dist/types/components/text-button/text-button.d.ts +1 -1
- package/dist/types/components/text-button/text-button.d.ts.map +1 -1
- package/dist/types/components/toast/toast.d.ts +1 -1
- package/dist/types/components/toast/toast.d.ts.map +1 -1
- package/dist/types/components/tooltip/tooltip.d.ts +1 -1
- package/dist/types/components/tooltip/tooltip.d.ts.map +1 -1
- package/dist/types/components/typeahead/typeahead.d.ts +3 -2
- package/dist/types/components/typeahead/typeahead.d.ts.map +1 -1
- package/dist/types/components/waveform-loader/waveform-loader.d.ts +1 -1
- package/dist/types/components/waveform-loader/waveform-loader.d.ts.map +1 -1
- package/dist/types/console-messages.d.ts +4 -4
- package/dist/types/console-messages.d.ts.map +1 -1
- package/dist/types/css-utilities/generate-utilities.d.ts +8 -8
- package/dist/types/css-utilities/generate-utilities.d.ts.map +1 -1
- package/dist/types/css-utilities/index.d.ts +2 -2
- package/dist/types/css-utilities/index.d.ts.map +1 -1
- package/dist/types/css-utilities/rules.d.ts +55 -48
- package/dist/types/css-utilities/rules.d.ts.map +1 -1
- package/dist/types/hooks/index.d.ts +5 -5
- package/dist/types/hooks/index.d.ts.map +1 -1
- package/dist/types/hooks/use-media.d.ts.map +1 -1
- package/dist/types/hooks/use-on-click-outside.d.ts.map +1 -1
- package/dist/types/hooks/use-prefer-reduced-motion.d.ts +1 -1
- package/dist/types/hooks/use-prefer-reduced-motion.d.ts.map +1 -1
- package/dist/types/icons/banner-vector-up.d.ts.map +1 -1
- package/dist/types/icons/cursor.d.ts +3 -0
- package/dist/types/icons/cursor.d.ts.map +1 -0
- package/dist/types/icons/index.d.ts +1 -0
- package/dist/types/icons/index.d.ts.map +1 -1
- package/dist/types/illustrations/accounts-and-billing.d.ts +2 -2
- package/dist/types/illustrations/accounts-and-billing.d.ts.map +1 -1
- package/dist/types/illustrations/archived.d.ts +2 -2
- package/dist/types/illustrations/archived.d.ts.map +1 -1
- package/dist/types/illustrations/ask-for-more.d.ts +2 -2
- package/dist/types/illustrations/ask-for-more.d.ts.map +1 -1
- package/dist/types/illustrations/business-plan.d.ts +2 -2
- package/dist/types/illustrations/business-plan.d.ts.map +1 -1
- package/dist/types/illustrations/chrome-notifications-empty-state.d.ts +2 -2
- package/dist/types/illustrations/chrome-notifications-empty-state.d.ts.map +1 -1
- package/dist/types/illustrations/collaborate-with-teammates.d.ts +2 -2
- package/dist/types/illustrations/collaborate-with-teammates.d.ts.map +1 -1
- package/dist/types/illustrations/comments.d.ts +2 -2
- package/dist/types/illustrations/comments.d.ts.map +1 -1
- package/dist/types/illustrations/community-alt.d.ts +2 -2
- package/dist/types/illustrations/community-alt.d.ts.map +1 -1
- package/dist/types/illustrations/community.d.ts +2 -2
- package/dist/types/illustrations/community.d.ts.map +1 -1
- package/dist/types/illustrations/content-limit.d.ts +2 -2
- package/dist/types/illustrations/content-limit.d.ts.map +1 -1
- package/dist/types/illustrations/custom-branding.d.ts +2 -2
- package/dist/types/illustrations/custom-branding.d.ts.map +1 -1
- package/dist/types/illustrations/desktop-app-and-chrome-extension.d.ts +2 -2
- package/dist/types/illustrations/desktop-app-and-chrome-extension.d.ts.map +1 -1
- package/dist/types/illustrations/device-compatibility.d.ts +2 -2
- package/dist/types/illustrations/device-compatibility.d.ts.map +1 -1
- package/dist/types/illustrations/downgrade.d.ts +2 -2
- package/dist/types/illustrations/downgrade.d.ts.map +1 -1
- package/dist/types/illustrations/embrace-the-weird.d.ts +2 -2
- package/dist/types/illustrations/embrace-the-weird.d.ts.map +1 -1
- package/dist/types/illustrations/enterprise-plan.d.ts +2 -2
- package/dist/types/illustrations/enterprise-plan.d.ts.map +1 -1
- package/dist/types/illustrations/faq-and-security.d.ts +2 -2
- package/dist/types/illustrations/faq-and-security.d.ts.map +1 -1
- package/dist/types/illustrations/five-minute-limit.d.ts +2 -2
- package/dist/types/illustrations/five-minute-limit.d.ts.map +1 -1
- package/dist/types/illustrations/folders-empty-state-mobile.d.ts +2 -2
- package/dist/types/illustrations/folders-empty-state-mobile.d.ts.map +1 -1
- package/dist/types/illustrations/getting-started.d.ts +2 -2
- package/dist/types/illustrations/getting-started.d.ts.map +1 -1
- package/dist/types/illustrations/growth-through-empathy.d.ts +2 -2
- package/dist/types/illustrations/growth-through-empathy.d.ts.map +1 -1
- package/dist/types/illustrations/health-plans.d.ts +2 -2
- package/dist/types/illustrations/health-plans.d.ts.map +1 -1
- package/dist/types/illustrations/help-ios.d.ts +2 -2
- package/dist/types/illustrations/help-ios.d.ts.map +1 -1
- package/dist/types/illustrations/how-to-use-loom.d.ts +2 -2
- package/dist/types/illustrations/how-to-use-loom.d.ts.map +1 -1
- package/dist/types/illustrations/index.d.ts +48 -48
- package/dist/types/illustrations/index.d.ts.map +1 -1
- package/dist/types/illustrations/invite-members.d.ts +2 -2
- package/dist/types/illustrations/invite-members.d.ts.map +1 -1
- package/dist/types/illustrations/invite.d.ts +2 -2
- package/dist/types/illustrations/invite.d.ts.map +1 -1
- package/dist/types/illustrations/lead-with-transparency.d.ts +2 -2
- package/dist/types/illustrations/lead-with-transparency.d.ts.map +1 -1
- package/dist/types/illustrations/learning-and-development.d.ts +2 -2
- package/dist/types/illustrations/learning-and-development.d.ts.map +1 -1
- package/dist/types/illustrations/loom-plans.d.ts +2 -2
- package/dist/types/illustrations/loom-plans.d.ts.map +1 -1
- package/dist/types/illustrations/my-videos-empty-state-mobile.d.ts +2 -2
- package/dist/types/illustrations/my-videos-empty-state-mobile.d.ts.map +1 -1
- package/dist/types/illustrations/option-grants.d.ts +2 -2
- package/dist/types/illustrations/option-grants.d.ts.map +1 -1
- package/dist/types/illustrations/parental-leave.d.ts +2 -2
- package/dist/types/illustrations/parental-leave.d.ts.map +1 -1
- package/dist/types/illustrations/pto.d.ts +2 -2
- package/dist/types/illustrations/pto.d.ts.map +1 -1
- package/dist/types/illustrations/recents-empty-state-mobile.d.ts +2 -2
- package/dist/types/illustrations/recents-empty-state-mobile.d.ts.map +1 -1
- package/dist/types/illustrations/record.d.ts +2 -2
- package/dist/types/illustrations/record.d.ts.map +1 -1
- package/dist/types/illustrations/remote-first.d.ts +2 -2
- package/dist/types/illustrations/remote-first.d.ts.map +1 -1
- package/dist/types/illustrations/roadmap.d.ts +2 -2
- package/dist/types/illustrations/roadmap.d.ts.map +1 -1
- package/dist/types/illustrations/screenshot.d.ts +2 -2
- package/dist/types/illustrations/screenshot.d.ts.map +1 -1
- package/dist/types/illustrations/share-with-your-team.d.ts +2 -2
- package/dist/types/illustrations/share-with-your-team.d.ts.map +1 -1
- package/dist/types/illustrations/share.d.ts +2 -2
- package/dist/types/illustrations/share.d.ts.map +1 -1
- package/dist/types/illustrations/starred.d.ts +2 -2
- package/dist/types/illustrations/starred.d.ts.map +1 -1
- package/dist/types/illustrations/starter-plus-plan.d.ts +2 -2
- package/dist/types/illustrations/starter-plus-plan.d.ts.map +1 -1
- package/dist/types/illustrations/strong-upload-speed.d.ts +2 -2
- package/dist/types/illustrations/strong-upload-speed.d.ts.map +1 -1
- package/dist/types/illustrations/troubleshooting.d.ts +2 -2
- package/dist/types/illustrations/troubleshooting.d.ts.map +1 -1
- package/dist/types/illustrations/upgrade.d.ts +2 -2
- package/dist/types/illustrations/upgrade.d.ts.map +1 -1
- package/dist/types/illustrations/upload-drag-and-drop.d.ts +2 -2
- package/dist/types/illustrations/upload-drag-and-drop.d.ts.map +1 -1
- package/dist/types/illustrations/use-cases.d.ts +2 -2
- package/dist/types/illustrations/use-cases.d.ts.map +1 -1
- package/dist/types/illustrations/wellness.d.ts +2 -2
- package/dist/types/illustrations/wellness.d.ts.map +1 -1
- package/dist/types/utilities/downshift.d.ts +1 -1
- package/dist/types/utilities/downshift.d.ts.map +1 -1
- package/dist/types/utilities/responsive.d.ts +3 -3
- package/dist/types/utilities/responsive.d.ts.map +1 -1
- package/dist/types/utilities/size.d.ts +1 -1
- package/dist/types/utilities/size.d.ts.map +1 -1
- package/dist/types/utilities/styles.d.ts +9 -9
- package/dist/types/utilities/styles.d.ts.map +1 -1
- package/package.json +4 -5
- package/dist/esm/icons/chunk-2V4R73H6.js.map +0 -7
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export default IllustrationMyVideosEmptyStateMobile;
|
|
2
|
-
declare function IllustrationMyVideosEmptyStateMobile(props: any): React.JSX.Element;
|
|
3
1
|
import * as React from 'react';
|
|
2
|
+
declare function IllustrationMyVideosEmptyStateMobile(props: any): React.JSX.Element;
|
|
3
|
+
export default IllustrationMyVideosEmptyStateMobile;
|
|
4
4
|
//# 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.
|
|
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,4 +1,4 @@
|
|
|
1
|
-
export default IllustrationOptionGrants;
|
|
2
|
-
declare function IllustrationOptionGrants(props: any): React.JSX.Element;
|
|
3
1
|
import * as React from 'react';
|
|
2
|
+
declare function IllustrationOptionGrants(props: any): React.JSX.Element;
|
|
3
|
+
export default IllustrationOptionGrants;
|
|
4
4
|
//# sourceMappingURL=option-grants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"option-grants.d.ts","sourceRoot":"","sources":["../../../src/illustrations/option-grants.
|
|
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,4 +1,4 @@
|
|
|
1
|
-
export default IllustrationParentalLeave;
|
|
2
|
-
declare function IllustrationParentalLeave(props: any): React.JSX.Element;
|
|
3
1
|
import * as React from 'react';
|
|
2
|
+
declare function IllustrationParentalLeave(props: any): React.JSX.Element;
|
|
3
|
+
export default IllustrationParentalLeave;
|
|
4
4
|
//# sourceMappingURL=parental-leave.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"parental-leave.d.ts","sourceRoot":"","sources":["../../../src/illustrations/parental-leave.
|
|
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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pto.d.ts","sourceRoot":"","sources":["../../../src/illustrations/pto.
|
|
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,4 +1,4 @@
|
|
|
1
|
-
export default IllustrationRecentsEmptyStateMobile;
|
|
2
|
-
declare function IllustrationRecentsEmptyStateMobile(props: any): React.JSX.Element;
|
|
3
1
|
import * as React from 'react';
|
|
2
|
+
declare function IllustrationRecentsEmptyStateMobile(props: any): React.JSX.Element;
|
|
3
|
+
export default IllustrationRecentsEmptyStateMobile;
|
|
4
4
|
//# 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.
|
|
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,4 +1,4 @@
|
|
|
1
|
-
export default IllustrationRecord;
|
|
2
|
-
declare function IllustrationRecord(props: any): React.JSX.Element;
|
|
3
1
|
import * as React from 'react';
|
|
2
|
+
declare function IllustrationRecord(props: any): React.JSX.Element;
|
|
3
|
+
export default IllustrationRecord;
|
|
4
4
|
//# sourceMappingURL=record.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"record.d.ts","sourceRoot":"","sources":["../../../src/illustrations/record.
|
|
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,4 +1,4 @@
|
|
|
1
|
-
export default IllustrationRemoteFirst;
|
|
2
|
-
declare function IllustrationRemoteFirst(props: any): React.JSX.Element;
|
|
3
1
|
import * as React from 'react';
|
|
2
|
+
declare function IllustrationRemoteFirst(props: any): React.JSX.Element;
|
|
3
|
+
export default IllustrationRemoteFirst;
|
|
4
4
|
//# sourceMappingURL=remote-first.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"remote-first.d.ts","sourceRoot":"","sources":["../../../src/illustrations/remote-first.
|
|
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,4 +1,4 @@
|
|
|
1
|
-
export default IllustrationRoadmap;
|
|
2
|
-
declare function IllustrationRoadmap(props: any): React.JSX.Element;
|
|
3
1
|
import * as React from 'react';
|
|
2
|
+
declare function IllustrationRoadmap(props: any): React.JSX.Element;
|
|
3
|
+
export default IllustrationRoadmap;
|
|
4
4
|
//# sourceMappingURL=roadmap.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"roadmap.d.ts","sourceRoot":"","sources":["../../../src/illustrations/roadmap.
|
|
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,4 +1,4 @@
|
|
|
1
|
-
export default IllustrationScreenshot;
|
|
2
|
-
declare function IllustrationScreenshot(props: any): React.JSX.Element;
|
|
3
1
|
import * as React from 'react';
|
|
2
|
+
declare function IllustrationScreenshot(props: any): React.JSX.Element;
|
|
3
|
+
export default IllustrationScreenshot;
|
|
4
4
|
//# sourceMappingURL=screenshot.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"screenshot.d.ts","sourceRoot":"","sources":["../../../src/illustrations/screenshot.
|
|
1
|
+
{"version":3,"file":"screenshot.d.ts","sourceRoot":"","sources":["../../../src/illustrations/screenshot.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,sBAAsB,CAAC,KAAK,KAAA,qBAgBpC;AAED,eAAe,sBAAsB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export default IllustrationSharewithYourTeamTeamLibrary;
|
|
2
|
-
declare function IllustrationSharewithYourTeamTeamLibrary(props: any): React.JSX.Element;
|
|
3
1
|
import * as React from 'react';
|
|
2
|
+
declare function IllustrationSharewithYourTeamTeamLibrary(props: any): React.JSX.Element;
|
|
3
|
+
export default IllustrationSharewithYourTeamTeamLibrary;
|
|
4
4
|
//# sourceMappingURL=share-with-your-team.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"share-with-your-team.d.ts","sourceRoot":"","sources":["../../../src/illustrations/share-with-your-team.
|
|
1
|
+
{"version":3,"file":"share-with-your-team.d.ts","sourceRoot":"","sources":["../../../src/illustrations/share-with-your-team.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,wCAAwC,CAAC,KAAK,KAAA,qBAsBtD;AAED,eAAe,wCAAwC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export default IllustrationShare;
|
|
2
|
-
declare function IllustrationShare(props: any): React.JSX.Element;
|
|
3
1
|
import * as React from 'react';
|
|
2
|
+
declare function IllustrationShare(props: any): React.JSX.Element;
|
|
3
|
+
export default IllustrationShare;
|
|
4
4
|
//# sourceMappingURL=share.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"share.d.ts","sourceRoot":"","sources":["../../../src/illustrations/share.
|
|
1
|
+
{"version":3,"file":"share.d.ts","sourceRoot":"","sources":["../../../src/illustrations/share.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,iBAAiB,CAAC,KAAK,KAAA,qBAsB/B;AAED,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export default IllustrationStarred;
|
|
2
|
-
declare function IllustrationStarred(props: any): React.JSX.Element;
|
|
3
1
|
import * as React from 'react';
|
|
2
|
+
declare function IllustrationStarred(props: any): React.JSX.Element;
|
|
3
|
+
export default IllustrationStarred;
|
|
4
4
|
//# sourceMappingURL=starred.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"starred.d.ts","sourceRoot":"","sources":["../../../src/illustrations/starred.
|
|
1
|
+
{"version":3,"file":"starred.d.ts","sourceRoot":"","sources":["../../../src/illustrations/starred.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,mBAAmB,CAAC,KAAK,KAAA,qBAcjC;AAED,eAAe,mBAAmB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export default IllustrationStarterPlusPlan;
|
|
2
|
-
declare function IllustrationStarterPlusPlan(props: any): React.JSX.Element;
|
|
3
1
|
import * as React from 'react';
|
|
2
|
+
declare function IllustrationStarterPlusPlan(props: any): React.JSX.Element;
|
|
3
|
+
export default IllustrationStarterPlusPlan;
|
|
4
4
|
//# sourceMappingURL=starter-plus-plan.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"starter-plus-plan.d.ts","sourceRoot":"","sources":["../../../src/illustrations/starter-plus-plan.
|
|
1
|
+
{"version":3,"file":"starter-plus-plan.d.ts","sourceRoot":"","sources":["../../../src/illustrations/starter-plus-plan.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,2BAA2B,CAAC,KAAK,KAAA,qBAgBzC;AAED,eAAe,2BAA2B,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export default IllustrationStrongUploadSpeed;
|
|
2
|
-
declare function IllustrationStrongUploadSpeed(props: any): React.JSX.Element;
|
|
3
1
|
import * as React from 'react';
|
|
2
|
+
declare function IllustrationStrongUploadSpeed(props: any): React.JSX.Element;
|
|
3
|
+
export default IllustrationStrongUploadSpeed;
|
|
4
4
|
//# sourceMappingURL=strong-upload-speed.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"strong-upload-speed.d.ts","sourceRoot":"","sources":["../../../src/illustrations/strong-upload-speed.
|
|
1
|
+
{"version":3,"file":"strong-upload-speed.d.ts","sourceRoot":"","sources":["../../../src/illustrations/strong-upload-speed.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,6BAA6B,CAAC,KAAK,KAAA,qBAkB3C;AAED,eAAe,6BAA6B,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export default IllustrationTroubleshooting;
|
|
2
|
-
declare function IllustrationTroubleshooting(props: any): React.JSX.Element;
|
|
3
1
|
import * as React from 'react';
|
|
2
|
+
declare function IllustrationTroubleshooting(props: any): React.JSX.Element;
|
|
3
|
+
export default IllustrationTroubleshooting;
|
|
4
4
|
//# sourceMappingURL=troubleshooting.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"troubleshooting.d.ts","sourceRoot":"","sources":["../../../src/illustrations/troubleshooting.
|
|
1
|
+
{"version":3,"file":"troubleshooting.d.ts","sourceRoot":"","sources":["../../../src/illustrations/troubleshooting.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,2BAA2B,CAAC,KAAK,KAAA,qBAmCzC;AAED,eAAe,2BAA2B,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export default IllustrationUpgrade;
|
|
2
|
-
declare function IllustrationUpgrade(props: any): React.JSX.Element;
|
|
3
1
|
import * as React from 'react';
|
|
2
|
+
declare function IllustrationUpgrade(props: any): React.JSX.Element;
|
|
3
|
+
export default IllustrationUpgrade;
|
|
4
4
|
//# sourceMappingURL=upgrade.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"upgrade.d.ts","sourceRoot":"","sources":["../../../src/illustrations/upgrade.
|
|
1
|
+
{"version":3,"file":"upgrade.d.ts","sourceRoot":"","sources":["../../../src/illustrations/upgrade.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,mBAAmB,CAAC,KAAK,KAAA,qBAgBjC;AAED,eAAe,mBAAmB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export default IllustrationUploadDragAndDrop;
|
|
2
|
-
declare function IllustrationUploadDragAndDrop(props: any): React.JSX.Element;
|
|
3
1
|
import * as React from 'react';
|
|
2
|
+
declare function IllustrationUploadDragAndDrop(props: any): React.JSX.Element;
|
|
3
|
+
export default IllustrationUploadDragAndDrop;
|
|
4
4
|
//# sourceMappingURL=upload-drag-and-drop.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"upload-drag-and-drop.d.ts","sourceRoot":"","sources":["../../../src/illustrations/upload-drag-and-drop.
|
|
1
|
+
{"version":3,"file":"upload-drag-and-drop.d.ts","sourceRoot":"","sources":["../../../src/illustrations/upload-drag-and-drop.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,6BAA6B,CAAC,KAAK,KAAA,qBAc3C;AAED,eAAe,6BAA6B,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export default IllustrationUseCases;
|
|
2
|
-
declare function IllustrationUseCases(props: any): React.JSX.Element;
|
|
3
1
|
import * as React from 'react';
|
|
2
|
+
declare function IllustrationUseCases(props: any): React.JSX.Element;
|
|
3
|
+
export default IllustrationUseCases;
|
|
4
4
|
//# sourceMappingURL=use-cases.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use-cases.d.ts","sourceRoot":"","sources":["../../../src/illustrations/use-cases.
|
|
1
|
+
{"version":3,"file":"use-cases.d.ts","sourceRoot":"","sources":["../../../src/illustrations/use-cases.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,oBAAoB,CAAC,KAAK,KAAA,qBAclC;AAED,eAAe,oBAAoB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export default IllustrationWellness;
|
|
2
|
-
declare function IllustrationWellness(props: any): React.JSX.Element;
|
|
3
1
|
import * as React from 'react';
|
|
2
|
+
declare function IllustrationWellness(props: any): React.JSX.Element;
|
|
3
|
+
export default IllustrationWellness;
|
|
4
4
|
//# sourceMappingURL=wellness.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wellness.d.ts","sourceRoot":"","sources":["../../../src/illustrations/wellness.
|
|
1
|
+
{"version":3,"file":"wellness.d.ts","sourceRoot":"","sources":["../../../src/illustrations/wellness.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,iBAAS,oBAAoB,CAAC,KAAK,KAAA,qBAmBlC;AAED,eAAe,oBAAoB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"downshift.d.ts","sourceRoot":"","sources":["../../../src/utilities/downshift.
|
|
1
|
+
{"version":3,"file":"downshift.d.ts","sourceRoot":"","sources":["../../../src/utilities/downshift.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB,GAAG,cAAS;;;;CA8B/C,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ResponsiveGridSections, ResponsiveType } from '../types';
|
|
2
|
-
import { Breakpoint } from '../variables';
|
|
3
|
-
import { Size } from './size';
|
|
1
|
+
import type { ResponsiveGridSections, ResponsiveType } from '../types';
|
|
2
|
+
import { type Breakpoint } from '../variables';
|
|
3
|
+
import { type Size } from './size';
|
|
4
4
|
export declare const getMediaCss: (widthType: string, breakpoint: string, declaration: string) => string;
|
|
5
5
|
export declare const arrayToBreakpoints: (values: string[]) => string;
|
|
6
6
|
export type BreakpointProperties = Breakpoint | 'default';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"responsive.d.ts","sourceRoot":"","sources":["../../../src/utilities/responsive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"responsive.d.ts","sourceRoot":"","sources":["../../../src/utilities/responsive.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,sBAAsB,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AACvE,OAAO,EAAE,KAAK,UAAU,EAAe,MAAM,cAAc,CAAC;AAC5D,OAAO,EAAgB,KAAK,IAAI,EAAE,MAAM,QAAQ,CAAC;AAEjD,eAAO,MAAM,WAAW,GACtB,WAAW,MAAM,EACjB,YAAY,MAAM,EAClB,aAAa,MAAM,WACqC,CAAC;AAE3D,eAAO,MAAM,kBAAkB,GAAI,QAAQ,MAAM,EAAE,WAgBlD,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,UAAU,GAAG,SAAS,CAAC;AAC1D,MAAM,MAAM,gBAAgB,GAAG,OAAO,CAAC,MAAM,CAAC,oBAAoB,EAAE,MAAM,CAAC,CAAC,CAAC;AAE7E,eAAO,MAAM,mBAAmB,GAC9B,UAAU,MAAM,EAChB,KAAK,gBAAgB,WAetB,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAC7B,UAAU,MAAM,EAChB,YAAY,cAAc,CAAC,MAAM,CAAC,WAenC,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAC7B,MAAM,MAAM,GAAG,MAAM,EAAE,EACvB,YAAY,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,WAenC,CAAC;AAEF,eAAO,MAAM,oBAAoB,GAC/B,UAAU,MAAM,EAChB,YAAY,MAAM,EAAE,EACpB,cAAc,OAAO,GAAG,OAAO,EAAE,WAalC,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAC9B,UAAU,MAAM,EAChB,QAAQ,cAAc,CAAC,MAAM,GAAG,MAAM,CAAC,WAiBxC,CAAC;AAEF,KAAK,SAAS,GAAG,IAAI,GAAG,IAAI,EAAE,CAAC;AAS/B,eAAO,MAAM,oBAAoB,GAC/B,SAAS,MAAM,CAAC,UAAU,EAAE,SAAS,CAAC,WAevC,CAAC;AAEF,eAAO,MAAM,yBAAyB,GACpC,cAAc,sBAAsB,EACpC,aAAa,MAAM,WAmBpB,CAAC;AAEF,eAAO,MAAM,KAAK,GAAI;;;;;CAA2C,QAIhE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"size.d.ts","sourceRoot":"","sources":["../../../src/utilities/size.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,KAAK,EAAgB,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"size.d.ts","sourceRoot":"","sources":["../../../src/utilities/size.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAE,KAAK,KAAK,EAAgB,MAAM,cAAc,CAAC;AAKzE,eAAO,MAAM,CAAC,GAAI,QAAQ,MAAM,WAC0B,CAAC;AAE3D;;;GAGG;AACH,MAAM,MAAM,IAAI,GAAG,KAAK,GAAG,MAAM,GAAG,MAAM,CAAC;AAE3C,eAAO,MAAM,YAAY,GAAI,MAAM,IAAI,WAgBtC,CAAC;AAEF,MAAM,MAAM,QAAQ,GAChB,IAAI,GACJ,IAAI,EAAE,GACN,OAAO,CAAC,MAAM,CAAC,UAAU,GAAG,SAAS,EAAE,IAAI,CAAC,CAAC,CAAC;AAClD,eAAO,MAAM,OAAO,GAAI,UAAU,MAAM,EAAE,MAAM,QAAQ,WAsBvD,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
1
|
+
export declare const getTextSize: (size: any) => string;
|
|
2
|
+
export declare const getFontWeight: (fontWeight: any) => string;
|
|
3
|
+
export declare const getFontSetting: (fontSetting: any) => string;
|
|
4
|
+
export declare const getRadius: (size: any) => string;
|
|
5
|
+
export declare const getShadow: (size: any) => string;
|
|
6
|
+
export declare const getFocusRing: (color?: string, position?: string) => string;
|
|
7
|
+
export declare const getOffsetFocusRing: (color?: string) => string;
|
|
8
|
+
export declare const getListContainer: (tag: any) => string;
|
|
9
|
+
export declare const getPlacement: (maxHeight: any, placement: any) => any;
|
|
10
10
|
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/utilities/styles.
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/utilities/styles.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW,GAAG,SAAI,WAM9B,CAAC;AAEF,eAAO,MAAM,aAAa,GAAG,eAAU,WAC4B,CAAC;AAEpE,eAAO,MAAM,cAAc,GAAG,gBAAW,WACgB,CAAC;AAE1D,eAAO,MAAM,SAAS,GAAG,SAAI,WACwB,CAAC;AAEtD,eAAO,MAAM,SAAS,GAAG,SAAI,WACqB,CAAC;AAEnD,eAAO,MAAM,YAAY,GAAI,QAAQ,MAAM,EAAE,WAAW,MAAM,WAI7D,CAAC;AAIF,eAAO,MAAM,kBAAkB,GAAI,QAAQ,MAAM,WAOhD,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAG,QAAG,WAQlC,CAAC;AAEF,eAAO,MAAM,YAAY,GAAI,cAAS,EAAE,cAAS,QAoBhD,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loomhq/lens",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.11.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://packages.atlassian.com/api/npm/npm-public/",
|
|
@@ -68,10 +68,10 @@
|
|
|
68
68
|
"tinycolor2": "^1.4.2",
|
|
69
69
|
"typeface-inter": "^3.11.2",
|
|
70
70
|
"typescript": "5.9.2",
|
|
71
|
-
"@loomhq/loom-ts-extension": "0.
|
|
71
|
+
"@loomhq/loom-ts-extension": "0.3.0",
|
|
72
|
+
"@loomhq/tsconfig": "1.1.3",
|
|
72
73
|
"@loomhq/bundler": "1.3.1",
|
|
73
|
-
"@loomhq/eslint-plugin-loom": "4.
|
|
74
|
-
"@loomhq/tsconfig": "1.1.1"
|
|
74
|
+
"@loomhq/eslint-plugin-loom": "4.10.0"
|
|
75
75
|
},
|
|
76
76
|
"exports": {
|
|
77
77
|
".": {
|
|
@@ -133,7 +133,6 @@
|
|
|
133
133
|
"lint:all": "pnpm lint && pnpm lint:ts",
|
|
134
134
|
"lint:ts": "tsc --noEmit",
|
|
135
135
|
"lint": "eslint src",
|
|
136
|
-
"preinstall": "npx only-allow pnpm",
|
|
137
136
|
"start:next": "next start",
|
|
138
137
|
"test": "echo \"no tests\""
|
|
139
138
|
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../src/components/icon/available-icons/banner-vector-up.tsx"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\n\nexport function SvgBannerVectorUp(props: any) {\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"24\"\n height=\"11\"\n viewBox=\"0 0 24 11\"\n fill=\"none\"\n >\n <path\n d=\"M24 11L0 11L9.17157 1.82843C10.7337 0.266331 13.2663 0.26633 14.8284 1.82843L24 11Z\"\n fill=\"#F8EEFE\"\n />\n </svg>\n );\n}\n"],
|
|
5
|
-
"mappings": ";AAAA,YAAY,WAAW;AAEhB,SAAS,kBAAkB,OAAY;AAC5C,SACE;AAAA,IAAC;AAAA;AAAA,MACC,OAAM;AAAA,MACN,OAAM;AAAA,MACN,QAAO;AAAA,MACP,SAAQ;AAAA,MACR,MAAK;AAAA;AAAA,IAEL;AAAA,MAAC;AAAA;AAAA,QACC,GAAE;AAAA,QACF,MAAK;AAAA;AAAA,IACP;AAAA,EACF;AAEJ;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|