@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,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { LensDivProps, ResponsiveType } from '../../types';
|
|
2
|
+
import type { LensDivProps, ResponsiveType } from '../../types';
|
|
3
3
|
declare const SpacerWrapper: import("@emotion/styled").StyledComponent<{
|
|
4
4
|
theme?: import("@emotion/react").Theme;
|
|
5
5
|
as?: React.ElementType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"spacer.d.ts","sourceRoot":"","sources":["../../../../src/components/spacer/spacer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"spacer.d.ts","sourceRoot":"","sources":["../../../../src/components/spacer/spacer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAGhE,QAAA,MAAM,aAAa;;;mGAQlB,CAAC;AAEF,QAAA,MAAM,MAAM,GAAI,uEAWb,WAAW,GACZ,KAAK,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,GAC1C,IAAI,CACF,YAAY,EACZ,MAAM,WAAW,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,CAC/D,sBAYF,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB,GAAG,CAAC,EAAE,cAAc,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACtC,CAAC,CAAC,EAAE,cAAc,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACpC,CAAC,CAAC,EAAE,cAAc,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACpC,IAAI,CAAC,EAAE,cAAc,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACvC,KAAK,CAAC,EAAE,cAAc,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACxC,GAAG,CAAC,EAAE,cAAc,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACtC,MAAM,CAAC,EAAE,cAAc,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACzC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"split.d.ts","sourceRoot":"","sources":["../../../../src/components/split/split.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAiC,MAAM,OAAO,CAAC;AAGtD,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"split.d.ts","sourceRoot":"","sources":["../../../../src/components/split/split.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAiC,MAAM,OAAO,CAAC;AAGtD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAkBlD,QAAA,MAAM,YAAY;;;yGAiBjB,CAAC;AAEF,QAAA,MAAM,mBAAmB;;;gHAKxB,CAAC;AAEF,eAAO,MAAM,YAAY,GAAI,iIAe1B,iBAAiB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,mBAAmB,CAAC,sBAuBtE,CAAC;AAEF,QAAA,MAAM,KAAK,GAAI,oLAmBZ,UAAU,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,YAAY,CAAC,sBAmCxD,CAAC;AAEF,UAAU,WAAW;IACnB,KAAK,CAAC,EAAE,cAAc,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACxC,MAAM,CAAC,EAAE,cAAc,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACzC,QAAQ,CAAC,EAAE,cAAc,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAC3C,SAAS,CAAC,EAAE,cAAc,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAC5C,QAAQ,CAAC,EAAE,cAAc,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAC3C,SAAS,CAAC,EAAE,cAAc,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAC5C,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED,UAAU,UAAW,SAAQ,WAAW;IACtC,UAAU,CAAC,EAAE,cAAc,CACzB,OAAO,GAAG,SAAS,GAAG,YAAY,GAAG,UAAU,GAAG,QAAQ,GAAG,UAAU,CACxE,CAAC;IACF,cAAc,CAAC,EAAE,cAAc,CAC3B,YAAY,GACZ,UAAU,GACV,QAAQ,GACR,eAAe,GACf,cAAc,GACd,cAAc,CACjB,CAAC;IACF,YAAY,CAAC,EACT,YAAY,GACZ,UAAU,GACV,QAAQ,GACR,eAAe,GACf,cAAc,GACd,cAAc,GACd,SAAS,GACT,OAAO,GACP,KAAK,GACL,UAAU,CAAC;IACf,IAAI,CAAC,EAAE,cAAc,CAAC,QAAQ,GAAG,MAAM,GAAG,cAAc,CAAC,CAAC;IAC1D,OAAO,CAAC,EAAE,KAAK,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACrC,GAAG,CAAC,EAAE,cAAc,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACtC,MAAM,CAAC,EAAE,cAAc,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACzC,SAAS,CAAC,EAAE,cAAc,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAC5C,SAAS,CAAC,EAAE,cAAc,CACxB,QAAQ,GAAG,gBAAgB,GAAG,KAAK,GAAG,aAAa,CACpD,CAAC;IACF,SAAS,CAAC,EAAE,KAAK,CAAC;IAClB,KAAK,CAAC,EAAE,KAAK,CAAC;CACf;AAED,UAAU,iBAAkB,SAAQ,UAAU;IAC5C,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AAED,UAAU,iBAAkB,SAAQ,WAAW;IAC7C,IAAI,CAAC,EAAE,cAAc,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACvC,MAAM,CAAC,EAAE,cAAc,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACzC,KAAK,CAAC,EAAE,cAAc,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACxC,SAAS,CAAC,EAAE,KAAK,CAAC;IAClB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,OAAO,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;CACxB;AAED,UAAU,wBAAyB,SAAQ,iBAAiB;IAC1D,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AAED,eAAe,KAAK,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"switch.d.ts","sourceRoot":"","sources":["../../../../src/components/switch/switch.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"switch.d.ts","sourceRoot":"","sources":["../../../../src/components/switch/switch.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAyDlD,QAAA,MAAM,WAAW;;;iHAoChB,CAAC;AAyBF,QAAA,MAAM,MAAM,GAAI,gGASb,WAAW,GACZ,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,WAAW,CAAC,EAAE,MAAM,CAAC,GACtD,IAAI,CACF,cAAc,EACd,MAAM,WAAW,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,WAAW,CAAC,EAAE,MAAM,CAAC,CAC3E,sBA6BF,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACnC,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC;IAC1B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAC;AAEF,KAAK,gBAAgB,GAAG;IACtB,UAAU,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC;CACjC,CAAC;AAQF,eAAe,MAAM,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { LensButtonProps } from '../../types';
|
|
2
|
+
import type { LensButtonProps } from '../../types';
|
|
3
3
|
import { type TooltipProps } from '../tooltip/tooltip';
|
|
4
4
|
declare const TabWrapper: import("@emotion/styled").StyledComponent<{
|
|
5
5
|
theme?: import("@emotion/react").Theme;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["../../../../src/components/tabs/tabs.tsx"],"names":[],"mappings":"AACA,OAAO,KAA8C,MAAM,OAAO,CAAC;AAEnE,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["../../../../src/components/tabs/tabs.tsx"],"names":[],"mappings":"AACA,OAAO,KAA8C,MAAM,OAAO,CAAC;AAEnE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAYnD,OAAgB,EAAE,KAAK,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAiFhE,QAAA,MAAM,UAAU;;;mHAwDf,CAAC;AAoDF,wCAAwC;AACxC,eAAO,MAAM,GAAG,GAAI,6DAOjB,QAAQ,GACT,KAAK,CAAC,cAAc,CAAC,OAAO,UAAU,CAAC,GACvC,IAAI,CACF,eAAe,EACf,MAAM,QAAQ,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,UAAU,CAAC,CACzD,sBA0CF,CAAC;AA8DF,eAAO,MAAM,MAAM;;;;;;iKAkElB,CAAC;AAIF,eAAO,MAAM,OAAO,GAAI,gFAOrB,SAAS,sBAkGX,CAAC;AAEF,QAAA,MAAM,IAAI,GAAI,8BAA8B,SAAS,sBAoBpD,CAAC;AAEF,KAAK,SAAS,GAAG;IACf,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC/B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,0CAA0C;IAC1C,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,IAAI,CAAC,EAAE,OAAO,EAAE,CAAC;IACjB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF,KAAK,sBAAsB,GAAG,IAAI,CAChC,YAAY,EACZ,UAAU,GAAG,WAAW,GAAG,UAAU,CACtC,CAAC;AAEF,KAAK,OAAO,GAAG;IACb,UAAU,EAAE,KAAK,CAAC,SAAS,CAAC;IAC5B,YAAY,CAAC,EAAE,sBAAsB,CAAC;IACtC,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,OAAO,CAAC,EAAE,GAAG,GAAG,QAAQ,GAAG,MAAM,CAAC;IAClC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAEF,2FAA2F;AAC3F,KAAK,QAAQ,GAAG;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,OAAO,CAAC,EAAE,GAAG,GAAG,QAAQ,GAAG,MAAM,CAAC;IAClC,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,KAAK,eAAe,GAAG;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAYF,eAAe,IAAI,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { LensSpanProps } from '../../types';
|
|
3
|
-
import { TextSize } from '../../variables';
|
|
2
|
+
import type { LensSpanProps } from '../../types';
|
|
3
|
+
import { type TextSize } from '../../variables';
|
|
4
4
|
export declare const dimAmount = 0.6;
|
|
5
5
|
type VariantsProps = {
|
|
6
6
|
[key: string]: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text.d.ts","sourceRoot":"","sources":["../../../../src/components/text/text.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"text.d.ts","sourceRoot":"","sources":["../../../../src/components/text/text.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAQjD,OAAO,EAAE,KAAK,QAAQ,EAAmB,MAAM,iBAAiB,CAAC;AAEjE,eAAO,MAAM,SAAS,MAAM,CAAC;AAE7B,KAAK,aAAa,GAAG;IACnB,CAAC,GAAG,EAAE,MAAM,GAAG;QACb,IAAI,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC;QACxB,UAAU,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;KACrC,CAAC;CACH,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,aAatB,CAAC;AAMF,eAAO,MAAM,cAAc,GAAG,SAAI,WAC4B,CAAC;AAS/D,QAAA,MAAM,WAAW;;;0GAyDhB,CAAC;AAEF,QAAA,MAAM,IAAI,GAAI,+JAgBX,SAAS,GACV,KAAK,CAAC,cAAc,CAAC,OAAO,WAAW,CAAC,GACxC,IAAI,CACF,aAAa,EACb,MAAM,SAAS,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,WAAW,CAAC,CAC3D,sBA+BF,CAAC;AAEF,eAAO,MAAM,cAAc,UAO1B,CAAC;AACF,eAAO,MAAM,eAAe,UAO3B,CAAC;AACF,eAAO,MAAM,oBAAoB,UAAgC,CAAC;AAClE,eAAO,MAAM,iBAAiB,UAA+C,CAAC;AAC9E,eAAO,MAAM,UAAU,UAA8B,CAAC;AAEtD,UAAU,SAAS;IACjB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;IACpD,OAAO,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,WAAW,CAAC;IACzC,SAAS,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,QAAQ,CAAC;IACxC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,GAAG,GAAG,MAAM,GAAG,KAAK,CAAC;IAC3D,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;IAChC,yEAAyE;IACzE,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,UAAU,gBAAiB,SAAQ,SAAS;IAC1C,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AAED,eAAe,IAAI,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { LensButtonProps } from '../../types';
|
|
2
|
+
import type { LensButtonProps } from '../../types';
|
|
3
3
|
declare const TextButtonWrapper: import("@emotion/styled").StyledComponent<{
|
|
4
4
|
theme?: import("@emotion/react").Theme;
|
|
5
5
|
as?: React.ElementType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text-button.d.ts","sourceRoot":"","sources":["../../../../src/components/text-button/text-button.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"text-button.d.ts","sourceRoot":"","sources":["../../../../src/components/text-button/text-button.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAoCnD,QAAA,MAAM,iBAAiB;;;0HAkDtB,CAAC;AAEF,KAAK,QAAQ,GAAG,eAAe,GAC7B,KAAK,CAAC,cAAc,CAAC,OAAO,iBAAiB,CAAC,GAC9C,IAAI,CACF,eAAe,EACf,MAAM,eAAe,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,iBAAiB,CAAC,CACvE,CAAC;AAEJ,QAAA,MAAM,UAAU,iGAiDf,CAAC;AAIF,KAAK,eAAe,GAAG;IACrB,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAClC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAChC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,OAAO,CAAC,EAAE,QAAQ,GAAG,GAAG,CAAC;IACzB,UAAU,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAC9B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,KAAK,sBAAsB,GAAG;IAC5B,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAChC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,EAAE,CAAC,EAAE,QAAQ,GAAG,GAAG,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toast.d.ts","sourceRoot":"","sources":["../../../../src/components/toast/toast.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAEzC,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"toast.d.ts","sourceRoot":"","sources":["../../../../src/components/toast/toast.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAEzC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAmDhD,QAAA,MAAM,YAAY;;;yGAqBjB,CAAC;AAMF,QAAA,MAAM,KAAK,GAAI,iEAOZ,UAAU,GACX,KAAK,CAAC,cAAc,CAAC,OAAO,YAAY,CAAC,GACzC,IAAI,CACF,YAAY,EACZ,MAAM,UAAU,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,YAAY,CAAC,CAC7D,sBAqCF,CAAC;AAEF,KAAK,UAAU,GAAG;IAChB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAC5B,QAAQ,CAAC,EAAE,SAAS,GAAG,kBAAkB,CAAC;CAC3C,CAAC;AAEF,KAAK,iBAAiB,GAAG;IACvB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,SAAS,GAAG,kBAAkB,CAAC;CAC3C,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { Size } from '../../utilities';
|
|
2
|
+
import { type Size } from '../../utilities';
|
|
3
3
|
type DelaySpeed = 'immediate' | 'long';
|
|
4
4
|
declare const TooltipBoxWrapper: import("@emotion/styled").StyledComponent<{
|
|
5
5
|
theme?: import("@emotion/react").Theme;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../../src/components/tooltip/tooltip.tsx"],"names":[],"mappings":"AACA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAM3D,OAAO,EAOL,IAAI,
|
|
1
|
+
{"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../../src/components/tooltip/tooltip.tsx"],"names":[],"mappings":"AACA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAM3D,OAAO,EAOL,KAAK,IAAI,EAEV,MAAM,iBAAiB,CAAC;AAsBzB,KAAK,UAAU,GAAG,WAAW,GAAG,MAAM,CAAC;AAsBvC,QAAA,MAAM,iBAAiB;;;uGAWtB,CAAC;AAEF,QAAA,MAAM,eAAe;;;qFAQpB,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,eAEzB,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,sBAE9C,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,iFAQxB,eAAe,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,iBAAiB,CAAC,sBAalE,CAAC;AA0BF,QAAA,MAAM,OAAO,GAAI,sLAkBd,YAAY,sBA8Id,CAAC;AAEF,eAAO,MAAM,mBAAmB,UAA0B,CAAC;AAE3D,KAAK,eAAe,GAAG;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,QAAQ,CAAC,EAAE,IAAI,GAAG,EAAE,CAAC;IACrB,YAAY,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACvC,YAAY,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACvC,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,WAAW,GAAG,CAAC,MAAM,WAAW,CAAC,GAAG,MAAM,CAAC;IACvD,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,IAAI,GAAG,EAAE,CAAC;IACrB,SAAS,CAAC,EACN,SAAS,GACT,WAAW,GACX,UAAU,GACV,YAAY,GACZ,cAAc,GACd,aAAa,GACb,SAAS,GACT,YAAY,GACZ,YAAY,GACZ,UAAU,GACV,aAAa,GACb,aAAa,CAAC;IAClB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React, { HTMLAttributes } from 'react';
|
|
2
|
-
import { LensDivProps } from '../../types';
|
|
1
|
+
import React, { type HTMLAttributes } from 'react';
|
|
2
|
+
import type { LensDivProps } from '../../types';
|
|
3
3
|
declare const Typeahead: React.ForwardRefExoticComponent<Omit<TypeaheadProps & Omit<{
|
|
4
4
|
theme?: import("@emotion/react").Theme;
|
|
5
5
|
as?: React.ElementType;
|
|
@@ -18,6 +18,7 @@ export type OptionsObject = {
|
|
|
18
18
|
export type GroupedOptionsObject = {
|
|
19
19
|
group: string;
|
|
20
20
|
items: OptionsObject[];
|
|
21
|
+
headingTag?: 'div' | 'h1' | 'h2' | 'h3' | 'h4' | 'p' | 'span';
|
|
21
22
|
};
|
|
22
23
|
type TypeaheadProps = {
|
|
23
24
|
menuZIndex?: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeahead.d.ts","sourceRoot":"","sources":["../../../../src/components/typeahead/typeahead.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,EACZ,cAAc,
|
|
1
|
+
{"version":3,"file":"typeahead.d.ts","sourceRoot":"","sources":["../../../../src/components/typeahead/typeahead.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,EACZ,KAAK,cAAc,EAOpB,MAAM,OAAO,CAAC;AAKf,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AA2dhD,QAAA,MAAM,SAAS;;;;;;kIAgNd,CAAC;AAIF,MAAM,MAAM,aAAa,GAAG;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,MAAM,CAAC;IAChC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,MAAM,CAAC,EAAE,cAAc,CAAC,iBAAiB,CAAC,CAAC,QAAQ,CAAC,CAAC;CACtD,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,aAAa,EAAE,CAAC;IACvB,UAAU,CAAC,EAAE,KAAK,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,GAAG,GAAG,MAAM,CAAC;CAC/D,CAAC;AAEF,KAAK,cAAc,GAAG;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAChC,YAAY,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,UAAU,GAAG,SAAS,CAAC;IAEzD,OAAO,EAAE,aAAa,EAAE,GAAG,oBAAoB,EAAE,CAAC;IAClD,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACjC,mBAAmB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACtC,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB,SAAS,CAAC,EAAE,WAAW,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC/B,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAE/B,kBAAkB,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IAClD,cAAc,CAAC,EAAE,CAAC,cAAc,EAAE,aAAa,GAAG,IAAI,KAAK,IAAI,CAAC;IAChE,YAAY,CAAC,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;IACzC,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAoBF,eAAe,SAAS,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"waveform-loader.d.ts","sourceRoot":"","sources":["../../../../src/components/waveform-loader/waveform-loader.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"waveform-loader.d.ts","sourceRoot":"","sources":["../../../../src/components/waveform-loader/waveform-loader.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAkDjD,KAAK,0BAA0B,GAAG;IAChC,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAQF,QAAA,MAAM,qBAAqB;;;oHAO1B,CAAC;AA4BF,eAAO,MAAM,cAAc,GAAI,kCAK5B,mBAAmB,GACpB,KAAK,CAAC,cAAc,CAAC,OAAO,qBAAqB,CAAC,GAClD,IAAI,CACF,aAAa,EACb,MAAM,mBAAmB,GACvB,KAAK,CAAC,cAAc,CAAC,OAAO,qBAAqB,CAAC,CACrD,sBASF,CAAC;AACF,eAAO,MAAM,cAAc,UAAqB,CAAC;AACjD,eAAO,MAAM,eAAe,UAAsB,CAAC;AACnD,KAAK,mBAAmB,GAAG;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB,CAAC;AACF,eAAe,cAAc,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export const textIsDimmedDeprecated
|
|
2
|
-
export const customStylesWarning
|
|
3
|
-
export const distributeDeprecatedWarning
|
|
4
|
-
export const layoutDeprecatedWarning
|
|
1
|
+
export declare const textIsDimmedDeprecated = "Lens: Text prop 'isDimmed' is deprecated, use color=\"bodyDimmed\" instead.";
|
|
2
|
+
export declare const customStylesWarning = "Lens: don't apply custom styles to components, learn more: https://lens.loom.dev/guides/development-best-practices/the-risk-of-modifying-components-with-custom-styles.";
|
|
3
|
+
export declare const distributeDeprecatedWarning = "Lens: Distribute component is deprecated. Use Arrange or Split.";
|
|
4
|
+
export declare const layoutDeprecatedWarning = "Lens: Layout component is deprecated. Use Arrange or Split.";
|
|
5
5
|
//# sourceMappingURL=console-messages.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"console-messages.d.ts","sourceRoot":"","sources":["../../src/console-messages.
|
|
1
|
+
{"version":3,"file":"console-messages.d.ts","sourceRoot":"","sources":["../../src/console-messages.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB,gFAA8E,CAAC;AAClH,eAAO,MAAM,mBAAmB,4KAA4K,CAAC;AAC7M,eAAO,MAAM,2BAA2B,oEAAoE,CAAC;AAC7G,eAAO,MAAM,uBAAuB,gEAAgE,CAAC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
export
|
|
1
|
+
export declare const objectToRuleset: (rules: any[], prefix?: string) => string;
|
|
2
|
+
export declare const shortBreakpoints: {
|
|
3
|
+
xs: string;
|
|
4
|
+
sm: string;
|
|
5
|
+
md: string;
|
|
6
|
+
lg: string;
|
|
7
|
+
};
|
|
8
|
+
export declare const cssUtilities: () => string;
|
|
9
9
|
//# sourceMappingURL=generate-utilities.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generate-utilities.d.ts","sourceRoot":"","sources":["../../../src/css-utilities/generate-utilities.
|
|
1
|
+
{"version":3,"file":"generate-utilities.d.ts","sourceRoot":"","sources":["../../../src/css-utilities/generate-utilities.ts"],"names":[],"mappings":"AAoEA,eAAO,MAAM,eAAe,GAAI,OAAO,GAAG,EAAE,EAAE,SAAS,MAAM,WAmB5D,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;;CAK5B,CAAC;AAEF,eAAO,MAAM,YAAY,cAgBxB,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
1
|
+
export * from './rules';
|
|
2
|
+
export * from './generate-utilities';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/css-utilities/index.
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/css-utilities/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,sBAAsB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export const colorRules: {
|
|
1
|
+
export declare const colorRules: {
|
|
2
2
|
selector: string;
|
|
3
3
|
modifier: string;
|
|
4
4
|
declarations: {
|
|
@@ -6,7 +6,7 @@ export const colorRules: {
|
|
|
6
6
|
value: string;
|
|
7
7
|
}[];
|
|
8
8
|
}[];
|
|
9
|
-
export const backgroundColorRules: {
|
|
9
|
+
export declare const backgroundColorRules: {
|
|
10
10
|
selector: string;
|
|
11
11
|
modifier: string;
|
|
12
12
|
declarations: {
|
|
@@ -14,7 +14,7 @@ export const backgroundColorRules: {
|
|
|
14
14
|
value: string;
|
|
15
15
|
}[];
|
|
16
16
|
}[];
|
|
17
|
-
export const textSizeRules: {
|
|
17
|
+
export declare const textSizeRules: {
|
|
18
18
|
selector: string;
|
|
19
19
|
modifier: string;
|
|
20
20
|
declarations: {
|
|
@@ -22,7 +22,7 @@ export const textSizeRules: {
|
|
|
22
22
|
value: string;
|
|
23
23
|
}[];
|
|
24
24
|
}[];
|
|
25
|
-
export const fontWeightRules: {
|
|
25
|
+
export declare const fontWeightRules: {
|
|
26
26
|
selector: string;
|
|
27
27
|
modifier: string;
|
|
28
28
|
declarations: {
|
|
@@ -30,7 +30,7 @@ export const fontWeightRules: {
|
|
|
30
30
|
value: string;
|
|
31
31
|
}[];
|
|
32
32
|
}[];
|
|
33
|
-
export const textVariantRules: {
|
|
33
|
+
export declare const textVariantRules: {
|
|
34
34
|
selector: string;
|
|
35
35
|
modifier: string;
|
|
36
36
|
declarations: {
|
|
@@ -38,7 +38,7 @@ export const textVariantRules: {
|
|
|
38
38
|
value: string;
|
|
39
39
|
}[];
|
|
40
40
|
}[];
|
|
41
|
-
export const textAlignmentRules: {
|
|
41
|
+
export declare const textAlignmentRules: {
|
|
42
42
|
selector: string;
|
|
43
43
|
modifier: string;
|
|
44
44
|
declarations: {
|
|
@@ -46,7 +46,7 @@ export const textAlignmentRules: {
|
|
|
46
46
|
value: string;
|
|
47
47
|
}[];
|
|
48
48
|
}[];
|
|
49
|
-
export const shadowRules: {
|
|
49
|
+
export declare const shadowRules: {
|
|
50
50
|
selector: string;
|
|
51
51
|
modifier: string;
|
|
52
52
|
declarations: {
|
|
@@ -54,7 +54,7 @@ export const shadowRules: {
|
|
|
54
54
|
value: string;
|
|
55
55
|
}[];
|
|
56
56
|
}[];
|
|
57
|
-
export const radiiRules: {
|
|
57
|
+
export declare const radiiRules: {
|
|
58
58
|
selector: string;
|
|
59
59
|
modifier: string;
|
|
60
60
|
declarations: {
|
|
@@ -62,61 +62,67 @@ export const radiiRules: {
|
|
|
62
62
|
value: string;
|
|
63
63
|
}[];
|
|
64
64
|
}[];
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
modifier:
|
|
65
|
+
interface SpacingSelector {
|
|
66
|
+
selector: string;
|
|
67
|
+
property: string;
|
|
68
|
+
modifier: string;
|
|
69
|
+
value: string;
|
|
70
|
+
}
|
|
71
|
+
export declare const getSpacingSelectors: (property: string, sides: string[], spaces: any, shortSides?: string) => SpacingSelector[];
|
|
72
|
+
export declare const marginRules: {
|
|
73
|
+
selector: string;
|
|
74
|
+
modifier: string;
|
|
69
75
|
declarations: {
|
|
70
|
-
property:
|
|
71
|
-
value:
|
|
76
|
+
property: string;
|
|
77
|
+
value: string;
|
|
72
78
|
}[];
|
|
73
79
|
}[];
|
|
74
|
-
export const marginCrossRules: {
|
|
75
|
-
selector:
|
|
76
|
-
modifier:
|
|
80
|
+
export declare const marginCrossRules: {
|
|
81
|
+
selector: string;
|
|
82
|
+
modifier: string;
|
|
77
83
|
declarations: {
|
|
78
84
|
property: string;
|
|
79
|
-
value:
|
|
85
|
+
value: string;
|
|
80
86
|
}[];
|
|
81
87
|
}[];
|
|
82
|
-
export const paddingRules: {
|
|
83
|
-
selector:
|
|
84
|
-
modifier:
|
|
88
|
+
export declare const paddingRules: {
|
|
89
|
+
selector: string;
|
|
90
|
+
modifier: string;
|
|
85
91
|
declarations: {
|
|
86
|
-
property:
|
|
87
|
-
value:
|
|
92
|
+
property: string;
|
|
93
|
+
value: string;
|
|
88
94
|
}[];
|
|
89
95
|
}[];
|
|
90
|
-
export const paddingCrossRules: {
|
|
91
|
-
selector:
|
|
92
|
-
modifier:
|
|
96
|
+
export declare const paddingCrossRules: {
|
|
97
|
+
selector: string;
|
|
98
|
+
modifier: string;
|
|
93
99
|
declarations: {
|
|
94
100
|
property: string;
|
|
95
|
-
value:
|
|
101
|
+
value: string;
|
|
96
102
|
}[];
|
|
97
103
|
}[];
|
|
98
|
-
export const borderRules: {
|
|
104
|
+
export declare const borderRules: {
|
|
99
105
|
selector: string;
|
|
100
106
|
declarations: {
|
|
101
107
|
property: string;
|
|
102
108
|
value: string;
|
|
103
109
|
}[];
|
|
104
110
|
}[];
|
|
105
|
-
export const displayRules: {
|
|
111
|
+
export declare const displayRules: {
|
|
106
112
|
selector: string;
|
|
107
113
|
declarations: {
|
|
108
114
|
property: string;
|
|
109
115
|
value: string;
|
|
110
116
|
}[];
|
|
111
117
|
}[];
|
|
112
|
-
export const flexWrapRules: {
|
|
118
|
+
export declare const flexWrapRules: {
|
|
113
119
|
selector: string;
|
|
114
120
|
declarations: {
|
|
115
121
|
property: string;
|
|
116
122
|
value: string;
|
|
117
123
|
}[];
|
|
118
124
|
}[];
|
|
119
|
-
export const flexDirectionRules: {
|
|
125
|
+
export declare const flexDirectionRules: {
|
|
120
126
|
selector: string;
|
|
121
127
|
modifier: string;
|
|
122
128
|
declarations: {
|
|
@@ -124,7 +130,7 @@ export const flexDirectionRules: {
|
|
|
124
130
|
value: string;
|
|
125
131
|
}[];
|
|
126
132
|
}[];
|
|
127
|
-
export const flexItemRules: {
|
|
133
|
+
export declare const flexItemRules: {
|
|
128
134
|
selector: string;
|
|
129
135
|
modifier: string;
|
|
130
136
|
declarations: {
|
|
@@ -132,7 +138,7 @@ export const flexItemRules: {
|
|
|
132
138
|
value: string;
|
|
133
139
|
}[];
|
|
134
140
|
}[];
|
|
135
|
-
export const JustifyContentRules: {
|
|
141
|
+
export declare const JustifyContentRules: {
|
|
136
142
|
selector: string;
|
|
137
143
|
modifier: string;
|
|
138
144
|
declarations: {
|
|
@@ -140,7 +146,7 @@ export const JustifyContentRules: {
|
|
|
140
146
|
value: string;
|
|
141
147
|
}[];
|
|
142
148
|
}[];
|
|
143
|
-
export const growRules: {
|
|
149
|
+
export declare const growRules: {
|
|
144
150
|
selector: string;
|
|
145
151
|
modifier: string;
|
|
146
152
|
declarations: {
|
|
@@ -148,7 +154,7 @@ export const growRules: {
|
|
|
148
154
|
value: string;
|
|
149
155
|
}[];
|
|
150
156
|
}[];
|
|
151
|
-
export const shrinkRules: {
|
|
157
|
+
export declare const shrinkRules: {
|
|
152
158
|
selector: string;
|
|
153
159
|
modifier: string;
|
|
154
160
|
declarations: {
|
|
@@ -156,7 +162,7 @@ export const shrinkRules: {
|
|
|
156
162
|
value: string;
|
|
157
163
|
}[];
|
|
158
164
|
}[];
|
|
159
|
-
export const alignSelfRules: {
|
|
165
|
+
export declare const alignSelfRules: {
|
|
160
166
|
selector: string;
|
|
161
167
|
modifier: string;
|
|
162
168
|
declarations: {
|
|
@@ -164,7 +170,7 @@ export const alignSelfRules: {
|
|
|
164
170
|
value: string;
|
|
165
171
|
}[];
|
|
166
172
|
}[];
|
|
167
|
-
export const overflowRules: {
|
|
173
|
+
export declare const overflowRules: {
|
|
168
174
|
selector: string;
|
|
169
175
|
modifier: string;
|
|
170
176
|
declarations: {
|
|
@@ -172,22 +178,22 @@ export const overflowRules: {
|
|
|
172
178
|
value: string;
|
|
173
179
|
}[];
|
|
174
180
|
}[];
|
|
175
|
-
export const positionRules: {
|
|
181
|
+
export declare const positionRules: {
|
|
176
182
|
selector: string;
|
|
177
183
|
declarations: {
|
|
178
184
|
property: string;
|
|
179
185
|
value: string;
|
|
180
186
|
}[];
|
|
181
187
|
}[];
|
|
182
|
-
export const sidePositionRules: {
|
|
183
|
-
selector:
|
|
184
|
-
modifier:
|
|
188
|
+
export declare const sidePositionRules: {
|
|
189
|
+
selector: string;
|
|
190
|
+
modifier: string;
|
|
185
191
|
declarations: {
|
|
186
|
-
property:
|
|
187
|
-
value:
|
|
192
|
+
property: string;
|
|
193
|
+
value: string;
|
|
188
194
|
}[];
|
|
189
195
|
}[];
|
|
190
|
-
export const widthRules: {
|
|
196
|
+
export declare const widthRules: {
|
|
191
197
|
selector: string;
|
|
192
198
|
modifier: string;
|
|
193
199
|
declarations: {
|
|
@@ -195,7 +201,7 @@ export const widthRules: {
|
|
|
195
201
|
value: string;
|
|
196
202
|
}[];
|
|
197
203
|
}[];
|
|
198
|
-
export const minWidthRules: {
|
|
204
|
+
export declare const minWidthRules: {
|
|
199
205
|
selector: string;
|
|
200
206
|
modifier: string;
|
|
201
207
|
declarations: {
|
|
@@ -203,7 +209,7 @@ export const minWidthRules: {
|
|
|
203
209
|
value: string;
|
|
204
210
|
}[];
|
|
205
211
|
}[];
|
|
206
|
-
export const heightRules: {
|
|
212
|
+
export declare const heightRules: {
|
|
207
213
|
selector: string;
|
|
208
214
|
modifier: string;
|
|
209
215
|
declarations: {
|
|
@@ -211,18 +217,19 @@ export const heightRules: {
|
|
|
211
217
|
value: string;
|
|
212
218
|
}[];
|
|
213
219
|
}[];
|
|
214
|
-
export const ellipsisRules: {
|
|
220
|
+
export declare const ellipsisRules: {
|
|
215
221
|
selector: string;
|
|
216
222
|
declarations: {
|
|
217
223
|
property: string;
|
|
218
224
|
value: string;
|
|
219
225
|
}[];
|
|
220
226
|
}[];
|
|
221
|
-
export const accessibilityRules: {
|
|
227
|
+
export declare const accessibilityRules: {
|
|
222
228
|
selector: string;
|
|
223
229
|
declarations: {
|
|
224
230
|
property: string;
|
|
225
231
|
value: string;
|
|
226
232
|
}[];
|
|
227
233
|
}[];
|
|
234
|
+
export {};
|
|
228
235
|
//# sourceMappingURL=rules.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rules.d.ts","sourceRoot":"","sources":["../../../src/css-utilities/rules.
|
|
1
|
+
{"version":3,"file":"rules.d.ts","sourceRoot":"","sources":["../../../src/css-utilities/rules.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,UAAU;;;;;;;GAWrB,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;GAW/B,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;GA4BxB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;GAW1B,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;GAmB3B,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;GAW7B,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;GAWtB,CAAC;AAEH,eAAO,MAAM,UAAU;;;;;;;GAWrB,CAAC;AAEH,UAAU,eAAe;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,mBAAmB,GAC9B,UAAU,MAAM,EAChB,OAAO,MAAM,EAAE,EACf,QAAQ,GAAG,EACX,aAAa,MAAM,KAClB,eAAe,EAwBjB,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;;;GAkBtB,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;GAqB3B,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;GAavB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;GAuB5B,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;GAetB,CAAC;AAWH,eAAO,MAAM,YAAY;;;;;;GAUvB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;GAUzB,CAAC;AAIF,eAAO,MAAM,kBAAkB;;;;;;;GAW7B,CAAC;AAYH,eAAO,MAAM,aAAa;;;;;;;GAWxB,CAAC;AAWH,eAAO,MAAM,mBAAmB;;;;;;;GAa/B,CAAC;AAIF,eAAO,MAAM,SAAS;;;;;;;GAWpB,CAAC;AAIH,eAAO,MAAM,WAAW;;;;;;;GAWtB,CAAC;AAWH,eAAO,MAAM,cAAc;;;;;;;GAWzB,CAAC;AAIH,eAAO,MAAM,aAAa;;;;;;;GAWxB,CAAC;AAIH,eAAO,MAAM,aAAa;;;;;;GAUxB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;GAa5B,CAAC;AAIH,eAAO,MAAM,UAAU;;;;;;;GAWrB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;GAWzB,CAAC;AAIF,eAAO,MAAM,WAAW;;;;;;;GAWtB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;GAkBzB,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;;;;GAe9B,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { default as useMedia } from
|
|
2
|
-
export { default as useOnClickOutside } from
|
|
3
|
-
export { default as useFocusedElement } from
|
|
4
|
-
export { default as usePreventScroll } from
|
|
5
|
-
export { default as usePushPageDown } from
|
|
1
|
+
export { default as useMedia } from './use-media.js';
|
|
2
|
+
export { default as useOnClickOutside } from './use-on-click-outside';
|
|
3
|
+
export { default as useFocusedElement } from './use-focused-element';
|
|
4
|
+
export { default as usePreventScroll } from './use-prevent-scroll';
|
|
5
|
+
export { default as usePushPageDown } from './use-push-page-down';
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/hooks/index.
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/hooks/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AACtE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,sBAAsB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use-media.d.ts","sourceRoot":"","sources":["../../../src/hooks/use-media.
|
|
1
|
+
{"version":3,"file":"use-media.d.ts","sourceRoot":"","sources":["../../../src/hooks/use-media.ts"],"names":[],"mappings":"AAGA;;;;;GAKG;AACH,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,OAAO,KAAA,EAAE,MAAM,KAAA,EAAE,YAAY,KAAA,OAsB7D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use-on-click-outside.d.ts","sourceRoot":"","sources":["../../../src/hooks/use-on-click-outside.
|
|
1
|
+
{"version":3,"file":"use-on-click-outside.d.ts","sourceRoot":"","sources":["../../../src/hooks/use-on-click-outside.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,GAAG,KAAA,EAAE,OAAO,KAAA,QAkBrD"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export function usePrefersReducedMotion(): boolean;
|
|
1
|
+
export declare function usePrefersReducedMotion(): boolean;
|
|
2
2
|
//# sourceMappingURL=use-prefer-reduced-motion.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use-prefer-reduced-motion.d.ts","sourceRoot":"","sources":["../../../src/hooks/use-prefer-reduced-motion.
|
|
1
|
+
{"version":3,"file":"use-prefer-reduced-motion.d.ts","sourceRoot":"","sources":["../../../src/hooks/use-prefer-reduced-motion.ts"],"names":[],"mappings":"AAIA,wBAAgB,uBAAuB,YAoBtC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"banner-vector-up.d.ts","sourceRoot":"","sources":["../../../src/components/icon/available-icons/banner-vector-up.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,GAAG,
|
|
1
|
+
{"version":3,"file":"banner-vector-up.d.ts","sourceRoot":"","sources":["../../../src/components/icon/available-icons/banner-vector-up.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,GAAG,qBAgB3C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cursor.d.ts","sourceRoot":"","sources":["../../../src/components/icon/available-icons/cursor.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,eAAO,MAAM,SAAS,yBAErB,CAAC"}
|
|
@@ -97,6 +97,7 @@ export { SvgCrop169Expanded } from './crop169-expanded';
|
|
|
97
97
|
export { SvgCropExpanded169 } from './crop-expanded-16-9';
|
|
98
98
|
export { SvgCropTool } from './crop-tool';
|
|
99
99
|
export { SvgCut } from './cut';
|
|
100
|
+
export { SvgCursor } from './cursor';
|
|
100
101
|
export { SvgDelete } from './delete';
|
|
101
102
|
export { SvgDeleteForever } from './delete-forever';
|
|
102
103
|
export { SvgDesktopMac } from './desktop-mac';
|