@procivis/one-react-native-components 0.1.63 → 0.3.22
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 +15 -9
- package/lib/commonjs/components/backup/index.js +17 -0
- package/lib/commonjs/components/backup/index.js.map +1 -0
- package/lib/commonjs/components/backup/preview-credentials.js +38 -0
- package/lib/commonjs/components/backup/preview-credentials.js.map +1 -0
- package/lib/commonjs/components/credential/credential.js +62 -0
- package/lib/commonjs/components/credential/credential.js.map +1 -0
- package/lib/commonjs/components/credential/index.js +17 -0
- package/lib/commonjs/components/credential/index.js.map +1 -0
- package/lib/commonjs/components/entity/EntityButtons.js +64 -0
- package/lib/commonjs/components/entity/EntityButtons.js.map +1 -0
- package/lib/commonjs/components/entity/entity-attributes.js +50 -0
- package/lib/commonjs/components/entity/entity-attributes.js.map +1 -0
- package/lib/commonjs/components/entity/entity-details-with-buttons.js +90 -0
- package/lib/commonjs/components/entity/entity-details-with-buttons.js.map +1 -0
- package/lib/commonjs/components/entity/entity-details.js +72 -0
- package/lib/commonjs/components/entity/entity-details.js.map +1 -0
- package/lib/commonjs/components/entity/index.js +27 -0
- package/lib/commonjs/components/entity/index.js.map +1 -0
- package/lib/commonjs/components/history/history-details-screen.js +67 -0
- package/lib/commonjs/components/history/history-details-screen.js.map +1 -0
- package/lib/commonjs/components/history/history-list-item-icon.js +94 -0
- package/lib/commonjs/components/history/history-list-item-icon.js.map +1 -0
- package/lib/commonjs/components/history/history-list-item.js +45 -0
- package/lib/commonjs/components/history/history-list-item.js.map +1 -0
- package/lib/commonjs/components/history/history-list-screen.js +121 -0
- package/lib/commonjs/components/history/history-list-screen.js.map +1 -0
- package/lib/commonjs/components/history/history-list-section-header.js +39 -0
- package/lib/commonjs/components/history/history-list-section-header.js.map +1 -0
- package/lib/commonjs/components/history/history-list.js +100 -0
- package/lib/commonjs/components/history/history-list.js.map +1 -0
- package/lib/commonjs/components/history/index.js +72 -0
- package/lib/commonjs/components/history/index.js.map +1 -0
- package/lib/commonjs/components/index.js +72 -0
- package/lib/commonjs/components/index.js.map +1 -0
- package/lib/commonjs/components/navigation/header-buttons.js +78 -0
- package/lib/commonjs/components/navigation/header-buttons.js.map +1 -0
- package/lib/commonjs/components/navigation/index.js +17 -0
- package/lib/commonjs/components/navigation/index.js.map +1 -0
- package/lib/commonjs/components/proof-request/group.js +35 -0
- package/lib/commonjs/components/proof-request/group.js.map +1 -0
- package/lib/commonjs/components/proof-request/index.js +39 -0
- package/lib/commonjs/components/proof-request/index.js.map +1 -0
- package/lib/commonjs/components/proof-request/select-credential.js +48 -0
- package/lib/commonjs/components/proof-request/select-credential.js.map +1 -0
- package/lib/commonjs/components/proof-request/share-credential.js +159 -0
- package/lib/commonjs/components/proof-request/share-credential.js.map +1 -0
- package/lib/commonjs/index.js +8 -261
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/normalize-color.d.js.map +1 -1
- package/lib/commonjs/ui-components/accessibility/accessibility.js +197 -0
- package/lib/commonjs/ui-components/accessibility/accessibility.js.map +1 -0
- package/lib/commonjs/ui-components/accessibility/accessibilityHistory.js +77 -0
- package/lib/commonjs/ui-components/accessibility/accessibilityHistory.js.map +1 -0
- package/lib/commonjs/ui-components/accessibility/accessibilityHistoryWrappers.js +47 -0
- package/lib/commonjs/ui-components/accessibility/accessibilityHistoryWrappers.js.map +1 -0
- package/lib/commonjs/ui-components/accessibility/accessibilityLanguage.js +61 -0
- package/lib/commonjs/ui-components/accessibility/accessibilityLanguage.js.map +1 -0
- package/lib/commonjs/ui-components/accessibility/index.js +100 -0
- package/lib/commonjs/ui-components/accessibility/index.js.map +1 -0
- package/lib/commonjs/ui-components/accessibility/locale/index.js +20 -0
- package/lib/commonjs/ui-components/accessibility/locale/index.js.map +1 -0
- package/lib/commonjs/ui-components/accessibility/locale.test.js.map +1 -0
- package/lib/commonjs/ui-components/action-modal/ActionModal.js +50 -0
- package/lib/commonjs/ui-components/action-modal/ActionModal.js.map +1 -0
- package/lib/commonjs/ui-components/action-modal/index.js +14 -0
- package/lib/commonjs/ui-components/action-modal/index.js.map +1 -0
- package/lib/commonjs/ui-components/activity-indicator/activity-indicator.js +32 -0
- package/lib/commonjs/ui-components/activity-indicator/activity-indicator.js.map +1 -0
- package/lib/commonjs/ui-components/activity-indicator/index.js +14 -0
- package/lib/commonjs/ui-components/activity-indicator/index.js.map +1 -0
- package/lib/commonjs/ui-components/blur/blur-view.js +74 -0
- package/lib/commonjs/ui-components/blur/blur-view.js.map +1 -0
- package/lib/commonjs/ui-components/blur/index.js +21 -0
- package/lib/commonjs/ui-components/blur/index.js.map +1 -0
- package/lib/commonjs/ui-components/buttons/back-button.js +34 -0
- package/lib/commonjs/ui-components/buttons/back-button.js.map +1 -0
- package/lib/commonjs/ui-components/buttons/button.js +150 -0
- package/lib/commonjs/ui-components/buttons/button.js.map +1 -0
- package/lib/commonjs/ui-components/buttons/connectivity-button.js +80 -0
- package/lib/commonjs/ui-components/buttons/connectivity-button.js.map +1 -0
- package/lib/commonjs/ui-components/buttons/filter-button.js +49 -0
- package/lib/commonjs/ui-components/buttons/filter-button.js.map +1 -0
- package/lib/commonjs/ui-components/buttons/ghost-button.js +60 -0
- package/lib/commonjs/ui-components/buttons/ghost-button.js.map +1 -0
- package/lib/commonjs/ui-components/buttons/hold-button.js +244 -0
- package/lib/commonjs/ui-components/buttons/hold-button.js.map +1 -0
- package/lib/commonjs/ui-components/buttons/index.js +76 -0
- package/lib/commonjs/ui-components/buttons/index.js.map +1 -0
- package/lib/commonjs/ui-components/buttons/scan-button.js +81 -0
- package/lib/commonjs/ui-components/buttons/scan-button.js.map +1 -0
- package/lib/commonjs/ui-components/camera/camera-overlay.js +58 -0
- package/lib/commonjs/ui-components/camera/camera-overlay.js.map +1 -0
- package/lib/commonjs/ui-components/camera/index.js +21 -0
- package/lib/commonjs/ui-components/camera/index.js.map +1 -0
- package/lib/commonjs/ui-components/camera/qr-code-scanner.js +48 -0
- package/lib/commonjs/ui-components/camera/qr-code-scanner.js.map +1 -0
- package/lib/commonjs/ui-components/control/checkbox.js +78 -0
- package/lib/commonjs/ui-components/control/checkbox.js.map +1 -0
- package/lib/commonjs/ui-components/control/index.js.map +1 -0
- package/lib/commonjs/ui-components/control/switch.js +63 -0
- package/lib/commonjs/ui-components/control/switch.js.map +1 -0
- package/lib/commonjs/ui-components/credential/card/credential-card.js +179 -0
- package/lib/commonjs/ui-components/credential/card/credential-card.js.map +1 -0
- package/lib/commonjs/ui-components/credential/card/credential-details-card.js +194 -0
- package/lib/commonjs/ui-components/credential/card/credential-details-card.js.map +1 -0
- package/lib/commonjs/ui-components/credential/card/credential-details-list-item.js +91 -0
- package/lib/commonjs/ui-components/credential/card/credential-details-list-item.js.map +1 -0
- package/lib/commonjs/ui-components/credential/card/credential-header.js +174 -0
- package/lib/commonjs/ui-components/credential/card/credential-header.js.map +1 -0
- package/lib/commonjs/ui-components/credential/card/credential-image-carousel.js +122 -0
- package/lib/commonjs/ui-components/credential/card/credential-image-carousel.js.map +1 -0
- package/lib/commonjs/ui-components/credential/card/index.js +56 -0
- package/lib/commonjs/ui-components/credential/card/index.js.map +1 -0
- package/lib/commonjs/ui-components/credential/credential-attribute-item.js +280 -0
- package/lib/commonjs/ui-components/credential/credential-attribute-item.js.map +1 -0
- package/lib/commonjs/ui-components/credential/credential-carousel-images.js +95 -0
- package/lib/commonjs/ui-components/credential/credential-carousel-images.js.map +1 -0
- package/lib/commonjs/ui-components/credential/index.js +67 -0
- package/lib/commonjs/ui-components/credential/index.js.map +1 -0
- package/lib/commonjs/ui-components/credential/selector-status.js +16 -0
- package/lib/commonjs/ui-components/credential/selector-status.js.map +1 -0
- package/lib/commonjs/ui-components/credential/selector.js +77 -0
- package/lib/commonjs/ui-components/credential/selector.js.map +1 -0
- package/lib/commonjs/ui-components/detail/detail.js +82 -0
- package/lib/commonjs/ui-components/detail/detail.js.map +1 -0
- package/lib/commonjs/ui-components/detail/index.js +14 -0
- package/lib/commonjs/ui-components/detail/index.js.map +1 -0
- package/lib/commonjs/ui-components/entity/avatar.js +104 -0
- package/lib/commonjs/ui-components/entity/avatar.js.map +1 -0
- package/lib/commonjs/ui-components/entity/entity-cluster.js +72 -0
- package/lib/commonjs/ui-components/entity/entity-cluster.js.map +1 -0
- package/lib/commonjs/ui-components/entity/index.js +34 -0
- package/lib/commonjs/ui-components/entity/index.js.map +1 -0
- package/lib/commonjs/ui-components/header/focus-aware-status-bar.js +19 -0
- package/lib/commonjs/ui-components/header/focus-aware-status-bar.js.map +1 -0
- package/lib/commonjs/ui-components/header/foldable-header.js +86 -0
- package/lib/commonjs/ui-components/header/foldable-header.js.map +1 -0
- package/lib/commonjs/ui-components/header/header.js +103 -0
- package/lib/commonjs/ui-components/header/header.js.map +1 -0
- package/lib/commonjs/ui-components/header/index.js +35 -0
- package/lib/commonjs/ui-components/header/index.js.map +1 -0
- package/lib/commonjs/ui-components/header/navigation-header.js +142 -0
- package/lib/commonjs/ui-components/header/navigation-header.js.map +1 -0
- package/lib/commonjs/ui-components/history/data-item.js +77 -0
- package/lib/commonjs/ui-components/history/data-item.js.map +1 -0
- package/lib/commonjs/ui-components/history/history-details.js +181 -0
- package/lib/commonjs/ui-components/history/history-details.js.map +1 -0
- package/lib/commonjs/ui-components/history/history-item.js +111 -0
- package/lib/commonjs/ui-components/history/history-item.js.map +1 -0
- package/lib/commonjs/ui-components/history/history-section-header.js +47 -0
- package/lib/commonjs/ui-components/history/history-section-header.js.map +1 -0
- package/lib/commonjs/ui-components/history/history-section-list-item.js +48 -0
- package/lib/commonjs/ui-components/history/history-section-list-item.js.map +1 -0
- package/lib/commonjs/ui-components/history/index.js +76 -0
- package/lib/commonjs/ui-components/history/index.js.map +1 -0
- package/lib/commonjs/ui-components/icons/connectivity.js +134 -0
- package/lib/commonjs/ui-components/icons/connectivity.js.map +1 -0
- package/lib/commonjs/ui-components/icons/credential.js +151 -0
- package/lib/commonjs/ui-components/icons/credential.js.map +1 -0
- package/lib/commonjs/ui-components/icons/entity.js +51 -0
- package/lib/commonjs/ui-components/icons/entity.js.map +1 -0
- package/lib/commonjs/ui-components/icons/history.js +388 -0
- package/lib/commonjs/ui-components/icons/history.js.map +1 -0
- package/lib/commonjs/ui-components/icons/icons.js +233 -0
- package/lib/commonjs/ui-components/icons/icons.js.map +1 -0
- package/lib/commonjs/ui-components/icons/index.js.map +1 -0
- package/lib/commonjs/ui-components/icons/input.js +44 -0
- package/lib/commonjs/ui-components/icons/input.js.map +1 -0
- package/lib/commonjs/ui-components/icons/keypad.js +82 -0
- package/lib/commonjs/ui-components/icons/keypad.js.map +1 -0
- package/lib/commonjs/ui-components/icons/loader.js +180 -0
- package/lib/commonjs/ui-components/icons/loader.js.map +1 -0
- package/lib/commonjs/ui-components/icons/nerd-view.js +120 -0
- package/lib/commonjs/ui-components/icons/nerd-view.js.map +1 -0
- package/lib/commonjs/ui-components/icons/selector.js +55 -0
- package/lib/commonjs/ui-components/icons/selector.js.map +1 -0
- package/lib/commonjs/ui-components/icons/wallet.js +118 -0
- package/lib/commonjs/ui-components/icons/wallet.js.map +1 -0
- package/lib/commonjs/ui-components/image/image-or-component.js +77 -0
- package/lib/commonjs/ui-components/image/image-or-component.js.map +1 -0
- package/lib/commonjs/ui-components/image/index.js +14 -0
- package/lib/commonjs/ui-components/image/index.js.map +1 -0
- package/lib/commonjs/ui-components/index.js +281 -0
- package/lib/commonjs/ui-components/index.js.map +1 -0
- package/lib/commonjs/ui-components/input/index.js +65 -0
- package/lib/commonjs/ui-components/input/index.js.map +1 -0
- package/lib/commonjs/ui-components/input/radio-group.js +98 -0
- package/lib/commonjs/ui-components/input/radio-group.js.map +1 -0
- package/lib/commonjs/ui-components/input/selection-input.js +91 -0
- package/lib/commonjs/ui-components/input/selection-input.js.map +1 -0
- package/lib/commonjs/ui-components/input/text-input.js +192 -0
- package/lib/commonjs/ui-components/input/text-input.js.map +1 -0
- package/lib/commonjs/ui-components/list/index.js +52 -0
- package/lib/commonjs/ui-components/list/index.js.map +1 -0
- package/lib/commonjs/ui-components/list/list-page-loading-indicator.js +14 -0
- package/lib/commonjs/ui-components/list/list-page-loading-indicator.js.map +1 -0
- package/lib/commonjs/ui-components/list/list-section-header.js +34 -0
- package/lib/commonjs/ui-components/list/list-section-header.js.map +1 -0
- package/lib/commonjs/ui-components/list/list-title-header.js +33 -0
- package/lib/commonjs/ui-components/list/list-title-header.js.map +1 -0
- package/lib/commonjs/ui-components/list/wallet/empty-list.js +73 -0
- package/lib/commonjs/ui-components/list/wallet/empty-list.js.map +1 -0
- package/lib/commonjs/ui-components/list/wallet/empty-search-result.js +41 -0
- package/lib/commonjs/ui-components/list/wallet/empty-search-result.js.map +1 -0
- package/lib/commonjs/ui-components/list/wallet/index.js +21 -0
- package/lib/commonjs/ui-components/list/wallet/index.js.map +1 -0
- package/lib/commonjs/ui-components/loader/index.js +40 -0
- package/lib/commonjs/ui-components/loader/index.js.map +1 -0
- package/lib/commonjs/ui-components/loader/loader.js +140 -0
- package/lib/commonjs/ui-components/loader/loader.js.map +1 -0
- package/lib/commonjs/ui-components/loader/loading-result.js +93 -0
- package/lib/commonjs/ui-components/loader/loading-result.js.map +1 -0
- package/lib/commonjs/ui-components/nerd-view/index.js +21 -0
- package/lib/commonjs/ui-components/nerd-view/index.js.map +1 -0
- package/lib/commonjs/ui-components/nerd-view/nerd-mode-item.js +234 -0
- package/lib/commonjs/ui-components/nerd-view/nerd-mode-item.js.map +1 -0
- package/lib/commonjs/ui-components/pin/index.js +47 -0
- package/lib/commonjs/ui-components/pin/index.js.map +1 -0
- package/lib/commonjs/ui-components/pin/keypad.js +197 -0
- package/lib/commonjs/ui-components/pin/keypad.js.map +1 -0
- package/lib/commonjs/ui-components/pin/pin-code-screen.js +160 -0
- package/lib/commonjs/ui-components/pin/pin-code-screen.js.map +1 -0
- package/lib/commonjs/ui-components/pin/pin-lock-animation.js +823 -0
- package/lib/commonjs/ui-components/pin/pin-lock-animation.js.map +1 -0
- package/lib/commonjs/ui-components/pin/pin-lock.js +81 -0
- package/lib/commonjs/ui-components/pin/pin-lock.js.map +1 -0
- package/lib/commonjs/ui-components/pin/pins.js +53 -0
- package/lib/commonjs/ui-components/pin/pins.js.map +1 -0
- package/lib/commonjs/ui-components/screens/backup-screen.js +84 -0
- package/lib/commonjs/ui-components/screens/backup-screen.js.map +1 -0
- package/lib/commonjs/ui-components/screens/image-preview-screen.js +90 -0
- package/lib/commonjs/ui-components/screens/image-preview-screen.js.map +1 -0
- package/lib/commonjs/ui-components/screens/index.js +57 -0
- package/lib/commonjs/ui-components/screens/index.js.map +1 -0
- package/lib/commonjs/ui-components/screens/nerd-mode-screen.js +165 -0
- package/lib/commonjs/ui-components/screens/nerd-mode-screen.js.map +1 -0
- package/lib/commonjs/ui-components/screens/qr-code-scanner-screen.js +118 -0
- package/lib/commonjs/ui-components/screens/qr-code-scanner-screen.js.map +1 -0
- package/lib/commonjs/ui-components/screens/scroll-view-screen.js +92 -0
- package/lib/commonjs/ui-components/screens/scroll-view-screen.js.map +1 -0
- package/lib/commonjs/ui-components/screens/section-list-screen.js +65 -0
- package/lib/commonjs/ui-components/screens/section-list-screen.js.map +1 -0
- package/lib/commonjs/ui-components/searchbar/animated-search-bar.js +86 -0
- package/lib/commonjs/ui-components/searchbar/animated-search-bar.js.map +1 -0
- package/lib/commonjs/ui-components/searchbar/index.js +34 -0
- package/lib/commonjs/ui-components/searchbar/index.js.map +1 -0
- package/lib/commonjs/ui-components/searchbar/search-bar.js +97 -0
- package/lib/commonjs/ui-components/searchbar/search-bar.js.map +1 -0
- package/lib/commonjs/ui-components/settings/button-setting.js +65 -0
- package/lib/commonjs/ui-components/settings/button-setting.js.map +1 -0
- package/lib/commonjs/ui-components/settings/index.js +73 -0
- package/lib/commonjs/ui-components/settings/index.js.map +1 -0
- package/lib/commonjs/ui-components/settings/setting-item-separator.js +38 -0
- package/lib/commonjs/ui-components/settings/setting-item-separator.js.map +1 -0
- package/lib/commonjs/ui-components/settings/setting-item.js +77 -0
- package/lib/commonjs/ui-components/settings/setting-item.js.map +1 -0
- package/lib/commonjs/ui-components/settings/settings-button.js +33 -0
- package/lib/commonjs/ui-components/settings/settings-button.js.map +1 -0
- package/lib/commonjs/ui-components/settings/switch-setting.js +33 -0
- package/lib/commonjs/ui-components/settings/switch-setting.js.map +1 -0
- package/lib/commonjs/ui-components/state/error-screen.js +69 -0
- package/lib/commonjs/ui-components/state/error-screen.js.map +1 -0
- package/lib/commonjs/ui-components/state/index.js +27 -0
- package/lib/commonjs/ui-components/state/index.js.map +1 -0
- package/lib/commonjs/ui-components/text/base.js +38 -0
- package/lib/commonjs/ui-components/text/base.js.map +1 -0
- package/lib/commonjs/ui-components/text/font.js +62 -0
- package/lib/commonjs/ui-components/text/font.js.map +1 -0
- package/lib/commonjs/ui-components/text/index.js +14 -0
- package/lib/commonjs/ui-components/text/index.js.map +1 -0
- package/lib/commonjs/ui-components/text/typography.js +116 -0
- package/lib/commonjs/ui-components/text/typography.js.map +1 -0
- package/lib/commonjs/ui-components/theme/color-scheme-context.js +53 -0
- package/lib/commonjs/ui-components/theme/color-scheme-context.js.map +1 -0
- package/lib/commonjs/ui-components/theme/color-scheme.js.map +1 -0
- package/lib/commonjs/ui-components/theme/index.js.map +1 -0
- package/lib/commonjs/utils/array.js +10 -0
- package/lib/commonjs/utils/array.js.map +1 -0
- package/lib/commonjs/utils/backup.js +12 -0
- package/lib/commonjs/utils/backup.js.map +1 -0
- package/lib/commonjs/utils/color.js +1 -1
- package/lib/commonjs/utils/color.js.map +1 -1
- package/lib/commonjs/utils/contrasting-status-bar.js +8 -10
- package/lib/commonjs/utils/contrasting-status-bar.js.map +1 -1
- package/lib/commonjs/utils/date.js +100 -3
- package/lib/commonjs/utils/date.js.map +1 -1
- package/lib/commonjs/utils/filtering.js +11 -0
- package/lib/commonjs/utils/filtering.js.map +1 -0
- package/lib/commonjs/utils/history.js +76 -0
- package/lib/commonjs/utils/history.js.map +1 -0
- package/lib/commonjs/utils/hooks/connectivity/connectivity.js +162 -0
- package/lib/commonjs/utils/hooks/connectivity/connectivity.js.map +1 -0
- package/lib/commonjs/utils/hooks/connectivity/connectivity.test.js +62 -0
- package/lib/commonjs/utils/hooks/connectivity/connectivity.test.js.map +1 -0
- package/lib/commonjs/utils/hooks/core/backup.js +155 -0
- package/lib/commonjs/utils/hooks/core/backup.js.map +1 -0
- package/lib/commonjs/utils/hooks/core/cache.js +44 -0
- package/lib/commonjs/utils/hooks/core/cache.js.map +1 -0
- package/lib/commonjs/utils/hooks/core/core-config.js +33 -0
- package/lib/commonjs/utils/hooks/core/core-config.js.map +1 -0
- package/lib/commonjs/utils/hooks/core/core-context.js +77 -0
- package/lib/commonjs/utils/hooks/core/core-context.js.map +1 -0
- package/lib/commonjs/utils/hooks/core/core-init.js +97 -0
- package/lib/commonjs/utils/hooks/core/core-init.js.map +1 -0
- package/lib/commonjs/utils/hooks/core/credential-schemas.js +100 -0
- package/lib/commonjs/utils/hooks/core/credential-schemas.js.map +1 -0
- package/lib/commonjs/utils/hooks/core/credentials.js +160 -0
- package/lib/commonjs/utils/hooks/core/credentials.js.map +1 -0
- package/lib/commonjs/utils/hooks/core/dids.js +33 -0
- package/lib/commonjs/utils/hooks/core/dids.js.map +1 -0
- package/lib/commonjs/utils/hooks/core/error-code.js +14 -0
- package/lib/commonjs/utils/hooks/core/error-code.js.map +1 -0
- package/lib/commonjs/utils/hooks/core/history.js +33 -0
- package/lib/commonjs/utils/hooks/core/history.js.map +1 -0
- package/lib/commonjs/utils/hooks/core/index.js +149 -0
- package/lib/commonjs/utils/hooks/core/index.js.map +1 -0
- package/lib/commonjs/utils/hooks/core/proof-schemas.js +117 -0
- package/lib/commonjs/utils/hooks/core/proof-schemas.js.map +1 -0
- package/lib/commonjs/utils/hooks/core/proofs.js +367 -0
- package/lib/commonjs/utils/hooks/core/proofs.js.map +1 -0
- package/lib/commonjs/utils/hooks/core/query.js +24 -0
- package/lib/commonjs/utils/hooks/core/query.js.map +1 -0
- package/lib/commonjs/utils/hooks/core/trust-entity.js +99 -0
- package/lib/commonjs/utils/hooks/core/trust-entity.js.map +1 -0
- package/lib/commonjs/utils/hooks/credential-card/credential-card-expanding.js +51 -0
- package/lib/commonjs/utils/hooks/credential-card/credential-card-expanding.js.map +1 -0
- package/lib/commonjs/utils/hooks/header/on-scroll-header-state.js +1 -2
- package/lib/commonjs/utils/hooks/header/on-scroll-header-state.js.map +1 -1
- package/lib/commonjs/utils/hooks/http/client.js +20 -0
- package/lib/commonjs/utils/hooks/http/client.js.map +1 -0
- package/lib/commonjs/utils/hooks/index.js +85 -11
- package/lib/commonjs/utils/hooks/index.js.map +1 -1
- package/lib/commonjs/utils/hooks/list/list-content-inset.js +9 -10
- package/lib/commonjs/utils/hooks/list/list-content-inset.js.map +1 -1
- package/lib/commonjs/utils/hooks/navigation/before-remove.js +28 -0
- package/lib/commonjs/utils/hooks/navigation/before-remove.js.map +1 -0
- package/lib/commonjs/utils/hooks/navigation/close-button-timeout.js +34 -0
- package/lib/commonjs/utils/hooks/navigation/close-button-timeout.js.map +1 -0
- package/lib/commonjs/utils/hooks/navigation/deep-link.js +45 -0
- package/lib/commonjs/utils/hooks/navigation/deep-link.js.map +1 -0
- package/lib/commonjs/utils/hooks/navigation/index.js +50 -0
- package/lib/commonjs/utils/hooks/navigation/index.js.map +1 -0
- package/lib/commonjs/utils/hooks/navigation/open-settings.js +42 -0
- package/lib/commonjs/utils/hooks/navigation/open-settings.js.map +1 -0
- package/lib/commonjs/utils/hooks/pin-security/pin-security.js +86 -0
- package/lib/commonjs/utils/hooks/pin-security/pin-security.js.map +1 -0
- package/lib/commonjs/utils/hooks/revocation/credential-status.js +58 -0
- package/lib/commonjs/utils/hooks/revocation/credential-status.js.map +1 -0
- package/lib/commonjs/utils/index.js +154 -44
- package/lib/commonjs/utils/index.js.map +1 -1
- package/lib/commonjs/utils/navigation.js +5 -5
- package/lib/commonjs/utils/navigation.js.map +1 -1
- package/lib/commonjs/utils/parsers/credential-images.js +86 -0
- package/lib/commonjs/utils/parsers/credential-images.js.map +1 -0
- package/lib/commonjs/utils/parsers/credential-sharing.js +251 -0
- package/lib/commonjs/utils/parsers/credential-sharing.js.map +1 -0
- package/lib/commonjs/utils/parsers/credential.js +313 -0
- package/lib/commonjs/utils/parsers/credential.js.map +1 -0
- package/lib/commonjs/utils/parsers/index.js +61 -0
- package/lib/commonjs/utils/parsers/index.js.map +1 -0
- package/lib/commonjs/utils/parsers/query.js +104 -0
- package/lib/commonjs/utils/parsers/query.js.map +1 -0
- package/lib/commonjs/utils/parsers/universal-links.js +33 -0
- package/lib/commonjs/utils/parsers/universal-links.js.map +1 -0
- package/lib/commonjs/utils/parsers/universal-links.test.js +40 -0
- package/lib/commonjs/utils/parsers/universal-links.test.js.map +1 -0
- package/lib/commonjs/utils/ref.js.map +1 -1
- package/lib/commonjs/utils/reporting.js +88 -0
- package/lib/commonjs/utils/reporting.js.map +1 -0
- package/lib/commonjs/utils/string.js +20 -0
- package/lib/commonjs/utils/string.js.map +1 -0
- package/lib/commonjs/utils/testID.js +1 -4
- package/lib/commonjs/utils/testID.js.map +1 -1
- package/lib/commonjs/utils/testID.test.js.map +1 -1
- package/lib/commonjs/utils/useMemoAsync.js +10 -1
- package/lib/commonjs/utils/useMemoAsync.js.map +1 -1
- package/lib/commonjs/utils/uuid.js +16 -0
- package/lib/commonjs/utils/uuid.js.map +1 -0
- package/lib/module/components/backup/index.js +2 -0
- package/lib/module/components/backup/index.js.map +1 -0
- package/lib/module/components/backup/preview-credentials.js +30 -0
- package/lib/module/components/backup/preview-credentials.js.map +1 -0
- package/lib/module/components/credential/credential.js +54 -0
- package/lib/module/components/credential/credential.js.map +1 -0
- package/lib/module/components/credential/index.js +2 -0
- package/lib/module/components/credential/index.js.map +1 -0
- package/lib/module/components/entity/EntityButtons.js +56 -0
- package/lib/module/components/entity/EntityButtons.js.map +1 -0
- package/lib/module/components/entity/entity-attributes.js +42 -0
- package/lib/module/components/entity/entity-attributes.js.map +1 -0
- package/lib/module/components/entity/entity-details-with-buttons.js +81 -0
- package/lib/module/components/entity/entity-details-with-buttons.js.map +1 -0
- package/lib/module/components/entity/entity-details.js +63 -0
- package/lib/module/components/entity/entity-details.js.map +1 -0
- package/lib/module/components/entity/index.js +3 -0
- package/lib/module/components/entity/index.js.map +1 -0
- package/lib/module/components/history/history-details-screen.js +59 -0
- package/lib/module/components/history/history-details-screen.js.map +1 -0
- package/lib/module/components/history/history-list-item-icon.js +84 -0
- package/lib/module/components/history/history-list-item-icon.js.map +1 -0
- package/lib/module/components/history/history-list-item.js +36 -0
- package/lib/module/components/history/history-list-item.js.map +1 -0
- package/lib/module/components/history/history-list-screen.js +112 -0
- package/lib/module/components/history/history-list-screen.js.map +1 -0
- package/lib/module/components/history/history-list-section-header.js +29 -0
- package/lib/module/components/history/history-list-section-header.js.map +1 -0
- package/lib/module/components/history/history-list.js +90 -0
- package/lib/module/components/history/history-list.js.map +1 -0
- package/lib/module/components/history/index.js +7 -0
- package/lib/module/components/history/index.js.map +1 -0
- package/lib/module/components/index.js +7 -0
- package/lib/module/components/index.js.map +1 -0
- package/lib/module/components/navigation/header-buttons.js +66 -0
- package/lib/module/components/navigation/header-buttons.js.map +1 -0
- package/lib/module/components/navigation/index.js +2 -0
- package/lib/module/components/navigation/index.js.map +1 -0
- package/lib/module/components/proof-request/group.js +27 -0
- package/lib/module/components/proof-request/group.js.map +1 -0
- package/lib/module/components/proof-request/index.js +4 -0
- package/lib/module/components/proof-request/index.js.map +1 -0
- package/lib/module/components/proof-request/select-credential.js +40 -0
- package/lib/module/components/proof-request/select-credential.js.map +1 -0
- package/lib/module/components/proof-request/share-credential.js +150 -0
- package/lib/module/components/proof-request/share-credential.js.map +1 -0
- package/lib/module/index.js +2 -25
- package/lib/module/index.js.map +1 -1
- package/lib/module/normalize-color.d.js.map +1 -1
- package/lib/module/ui-components/accessibility/accessibility.js +183 -0
- package/lib/module/ui-components/accessibility/accessibility.js.map +1 -0
- package/lib/module/ui-components/accessibility/accessibilityHistory.js +67 -0
- package/lib/module/ui-components/accessibility/accessibilityHistory.js.map +1 -0
- package/lib/module/ui-components/accessibility/accessibilityHistoryWrappers.js +40 -0
- package/lib/module/ui-components/accessibility/accessibilityHistoryWrappers.js.map +1 -0
- package/lib/module/ui-components/accessibility/accessibilityLanguage.js +51 -0
- package/lib/module/ui-components/accessibility/accessibilityLanguage.js.map +1 -0
- package/lib/module/ui-components/accessibility/index.js +8 -0
- package/lib/module/ui-components/accessibility/index.js.map +1 -0
- package/lib/module/ui-components/accessibility/locale/index.js.map +1 -0
- package/lib/module/ui-components/accessibility/locale.test.js.map +1 -0
- package/lib/module/ui-components/action-modal/ActionModal.js +43 -0
- package/lib/module/ui-components/action-modal/ActionModal.js.map +1 -0
- package/lib/module/ui-components/action-modal/index.js.map +1 -0
- package/lib/module/ui-components/activity-indicator/activity-indicator.js +23 -0
- package/lib/module/ui-components/activity-indicator/activity-indicator.js.map +1 -0
- package/lib/module/ui-components/activity-indicator/index.js.map +1 -0
- package/lib/module/ui-components/blur/blur-view.js +66 -0
- package/lib/module/ui-components/blur/blur-view.js.map +1 -0
- package/lib/module/ui-components/blur/index.js.map +1 -0
- package/lib/module/ui-components/buttons/back-button.js +27 -0
- package/lib/module/ui-components/buttons/back-button.js.map +1 -0
- package/lib/module/ui-components/buttons/button.js +142 -0
- package/lib/module/ui-components/buttons/button.js.map +1 -0
- package/lib/module/ui-components/buttons/connectivity-button.js +73 -0
- package/lib/module/ui-components/buttons/connectivity-button.js.map +1 -0
- package/lib/module/ui-components/buttons/filter-button.js +42 -0
- package/lib/module/ui-components/buttons/filter-button.js.map +1 -0
- package/lib/module/ui-components/buttons/ghost-button.js +52 -0
- package/lib/module/ui-components/buttons/ghost-button.js.map +1 -0
- package/lib/module/ui-components/buttons/hold-button.js +236 -0
- package/lib/module/ui-components/buttons/hold-button.js.map +1 -0
- package/lib/module/ui-components/buttons/index.js +9 -0
- package/lib/module/ui-components/buttons/index.js.map +1 -0
- package/lib/module/ui-components/buttons/scan-button.js +74 -0
- package/lib/module/ui-components/buttons/scan-button.js.map +1 -0
- package/lib/module/ui-components/camera/camera-overlay.js +49 -0
- package/lib/module/ui-components/camera/camera-overlay.js.map +1 -0
- package/lib/module/ui-components/camera/index.js.map +1 -0
- package/lib/module/ui-components/camera/qr-code-scanner.js +39 -0
- package/lib/module/ui-components/camera/qr-code-scanner.js.map +1 -0
- package/lib/module/ui-components/control/checkbox.js +69 -0
- package/lib/module/ui-components/control/checkbox.js.map +1 -0
- package/lib/module/ui-components/control/index.js.map +1 -0
- package/lib/module/ui-components/control/switch.js +55 -0
- package/lib/module/ui-components/control/switch.js.map +1 -0
- package/lib/module/ui-components/credential/card/credential-card.js +170 -0
- package/lib/module/ui-components/credential/card/credential-card.js.map +1 -0
- package/lib/module/ui-components/credential/card/credential-details-card.js +185 -0
- package/lib/module/ui-components/credential/card/credential-details-card.js.map +1 -0
- package/lib/module/ui-components/credential/card/credential-details-list-item.js +82 -0
- package/lib/module/ui-components/credential/card/credential-details-list-item.js.map +1 -0
- package/lib/module/ui-components/credential/card/credential-header.js +165 -0
- package/lib/module/ui-components/credential/card/credential-header.js.map +1 -0
- package/lib/module/ui-components/credential/card/credential-image-carousel.js +113 -0
- package/lib/module/ui-components/credential/card/credential-image-carousel.js.map +1 -0
- package/lib/module/ui-components/credential/card/index.js +11 -0
- package/lib/module/ui-components/credential/card/index.js.map +1 -0
- package/lib/module/ui-components/credential/credential-attribute-item.js +271 -0
- package/lib/module/ui-components/credential/credential-attribute-item.js.map +1 -0
- package/lib/module/ui-components/credential/credential-carousel-images.js +83 -0
- package/lib/module/ui-components/credential/credential-carousel-images.js.map +1 -0
- package/lib/module/ui-components/credential/index.js +9 -0
- package/lib/module/ui-components/credential/index.js.map +1 -0
- package/lib/module/ui-components/credential/selector-status.js +10 -0
- package/lib/module/ui-components/credential/selector-status.js.map +1 -0
- package/lib/module/ui-components/credential/selector.js +69 -0
- package/lib/module/ui-components/credential/selector.js.map +1 -0
- package/lib/module/ui-components/detail/detail.js +74 -0
- package/lib/module/ui-components/detail/detail.js.map +1 -0
- package/lib/module/ui-components/detail/index.js.map +1 -0
- package/lib/module/ui-components/entity/avatar.js +95 -0
- package/lib/module/ui-components/entity/avatar.js.map +1 -0
- package/lib/module/ui-components/entity/entity-cluster.js +63 -0
- package/lib/module/ui-components/entity/entity-cluster.js.map +1 -0
- package/lib/module/ui-components/entity/index.js.map +1 -0
- package/lib/module/ui-components/header/focus-aware-status-bar.js +12 -0
- package/lib/module/ui-components/header/focus-aware-status-bar.js.map +1 -0
- package/lib/module/ui-components/header/foldable-header.js +77 -0
- package/lib/module/ui-components/header/foldable-header.js.map +1 -0
- package/lib/module/ui-components/header/header.js +96 -0
- package/lib/module/ui-components/header/header.js.map +1 -0
- package/lib/module/ui-components/header/index.js +9 -0
- package/lib/module/ui-components/header/index.js.map +1 -0
- package/lib/module/ui-components/header/navigation-header.js +133 -0
- package/lib/module/ui-components/header/navigation-header.js.map +1 -0
- package/lib/module/ui-components/history/data-item.js +68 -0
- package/lib/module/ui-components/history/data-item.js.map +1 -0
- package/lib/module/ui-components/history/history-details.js +171 -0
- package/lib/module/ui-components/history/history-details.js.map +1 -0
- package/lib/module/ui-components/history/history-item.js +102 -0
- package/lib/module/ui-components/history/history-item.js.map +1 -0
- package/lib/module/ui-components/history/history-section-header.js +41 -0
- package/lib/module/ui-components/history/history-section-header.js.map +1 -0
- package/lib/module/ui-components/history/history-section-list-item.js +42 -0
- package/lib/module/ui-components/history/history-section-list-item.js.map +1 -0
- package/lib/module/ui-components/history/index.js +10 -0
- package/lib/module/ui-components/history/index.js.map +1 -0
- package/lib/module/ui-components/icons/connectivity.js +120 -0
- package/lib/module/ui-components/icons/connectivity.js.map +1 -0
- package/lib/module/ui-components/icons/credential.js +136 -0
- package/lib/module/ui-components/icons/credential.js.map +1 -0
- package/lib/module/ui-components/icons/entity.js +42 -0
- package/lib/module/ui-components/icons/entity.js.map +1 -0
- package/lib/module/ui-components/icons/history.js +364 -0
- package/lib/module/ui-components/icons/history.js.map +1 -0
- package/lib/module/ui-components/icons/icons.js +214 -0
- package/lib/module/ui-components/icons/icons.js.map +1 -0
- package/lib/module/ui-components/icons/index.js.map +1 -0
- package/lib/module/ui-components/icons/input.js.map +1 -0
- package/lib/module/ui-components/icons/keypad.js +69 -0
- package/lib/module/ui-components/icons/keypad.js.map +1 -0
- package/lib/module/ui-components/icons/loader.js +168 -0
- package/lib/module/ui-components/icons/loader.js.map +1 -0
- package/lib/module/ui-components/icons/nerd-view.js.map +1 -0
- package/lib/module/ui-components/icons/selector.js +44 -0
- package/lib/module/ui-components/icons/selector.js.map +1 -0
- package/lib/module/ui-components/icons/wallet.js +108 -0
- package/lib/module/ui-components/icons/wallet.js.map +1 -0
- package/lib/module/ui-components/image/image-or-component.js +69 -0
- package/lib/module/ui-components/image/image-or-component.js.map +1 -0
- package/lib/module/ui-components/image/index.js +3 -0
- package/lib/module/ui-components/image/index.js.map +1 -0
- package/lib/module/ui-components/index.js +26 -0
- package/lib/module/ui-components/index.js.map +1 -0
- package/lib/module/ui-components/input/index.js.map +1 -0
- package/lib/module/ui-components/input/radio-group.js +91 -0
- package/lib/module/ui-components/input/radio-group.js.map +1 -0
- package/lib/module/ui-components/input/selection-input.js +82 -0
- package/lib/module/ui-components/input/selection-input.js.map +1 -0
- package/lib/module/ui-components/input/text-input.js +184 -0
- package/lib/module/ui-components/input/text-input.js.map +1 -0
- package/lib/module/ui-components/list/index.js +6 -0
- package/lib/module/ui-components/list/index.js.map +1 -0
- package/lib/module/ui-components/list/list-page-loading-indicator.js +7 -0
- package/lib/module/ui-components/list/list-page-loading-indicator.js.map +1 -0
- package/lib/module/ui-components/list/list-section-header.js +27 -0
- package/lib/module/ui-components/list/list-section-header.js.map +1 -0
- package/lib/module/ui-components/list/list-title-header.js +26 -0
- package/lib/module/ui-components/list/list-title-header.js.map +1 -0
- package/lib/module/ui-components/list/wallet/empty-list.js +66 -0
- package/lib/module/ui-components/list/wallet/empty-list.js.map +1 -0
- package/lib/module/ui-components/list/wallet/empty-search-result.js +34 -0
- package/lib/module/ui-components/list/wallet/empty-search-result.js.map +1 -0
- package/lib/module/ui-components/list/wallet/index.js +4 -0
- package/lib/module/ui-components/list/wallet/index.js.map +1 -0
- package/lib/module/ui-components/loader/index.js.map +1 -0
- package/lib/module/ui-components/loader/loader.js +132 -0
- package/lib/module/ui-components/loader/loader.js.map +1 -0
- package/lib/module/ui-components/loader/loading-result.js +86 -0
- package/lib/module/ui-components/loader/loading-result.js.map +1 -0
- package/lib/module/ui-components/nerd-view/index.js +3 -0
- package/lib/module/ui-components/nerd-view/index.js.map +1 -0
- package/lib/module/ui-components/nerd-view/nerd-mode-item.js +224 -0
- package/lib/module/ui-components/nerd-view/nerd-mode-item.js.map +1 -0
- package/lib/module/ui-components/pin/index.js +5 -0
- package/lib/module/ui-components/pin/index.js.map +1 -0
- package/lib/module/ui-components/pin/keypad.js +189 -0
- package/lib/module/ui-components/pin/keypad.js.map +1 -0
- package/lib/module/ui-components/pin/pin-code-screen.js +151 -0
- package/lib/module/ui-components/pin/pin-code-screen.js.map +1 -0
- package/lib/module/ui-components/pin/pin-lock-animation.js +817 -0
- package/lib/module/ui-components/pin/pin-lock-animation.js.map +1 -0
- package/lib/module/ui-components/pin/pin-lock.js +72 -0
- package/lib/module/ui-components/pin/pin-lock.js.map +1 -0
- package/lib/module/ui-components/pin/pins.js +45 -0
- package/lib/module/ui-components/pin/pins.js.map +1 -0
- package/lib/module/ui-components/screens/backup-screen.js +77 -0
- package/lib/module/ui-components/screens/backup-screen.js.map +1 -0
- package/lib/module/ui-components/screens/image-preview-screen.js +82 -0
- package/lib/module/ui-components/screens/image-preview-screen.js.map +1 -0
- package/lib/module/ui-components/screens/index.js +13 -0
- package/lib/module/ui-components/screens/index.js.map +1 -0
- package/lib/module/ui-components/screens/nerd-mode-screen.js +156 -0
- package/lib/module/ui-components/screens/nerd-mode-screen.js.map +1 -0
- package/lib/module/ui-components/screens/qr-code-scanner-screen.js +109 -0
- package/lib/module/ui-components/screens/qr-code-scanner-screen.js.map +1 -0
- package/lib/module/ui-components/screens/scroll-view-screen.js +85 -0
- package/lib/module/ui-components/screens/scroll-view-screen.js.map +1 -0
- package/lib/module/ui-components/screens/section-list-screen.js +58 -0
- package/lib/module/ui-components/screens/section-list-screen.js.map +1 -0
- package/lib/module/ui-components/searchbar/animated-search-bar.js +77 -0
- package/lib/module/ui-components/searchbar/animated-search-bar.js.map +1 -0
- package/lib/module/ui-components/searchbar/index.js.map +1 -0
- package/lib/module/ui-components/searchbar/search-bar.js +88 -0
- package/lib/module/ui-components/searchbar/search-bar.js.map +1 -0
- package/lib/module/ui-components/settings/button-setting.js +56 -0
- package/lib/module/ui-components/settings/button-setting.js.map +1 -0
- package/lib/module/ui-components/settings/index.js.map +1 -0
- package/lib/module/ui-components/settings/setting-item-separator.js +31 -0
- package/lib/module/ui-components/settings/setting-item-separator.js.map +1 -0
- package/lib/module/ui-components/settings/setting-item.js +68 -0
- package/lib/module/ui-components/settings/setting-item.js.map +1 -0
- package/lib/module/ui-components/settings/settings-button.js +26 -0
- package/lib/module/ui-components/settings/settings-button.js.map +1 -0
- package/lib/module/ui-components/settings/switch-setting.js +26 -0
- package/lib/module/ui-components/settings/switch-setting.js.map +1 -0
- package/lib/module/ui-components/state/error-screen.js +62 -0
- package/lib/module/ui-components/state/error-screen.js.map +1 -0
- package/lib/module/ui-components/state/index.js.map +1 -0
- package/lib/module/ui-components/text/base.js +30 -0
- package/lib/module/ui-components/text/base.js.map +1 -0
- package/lib/module/ui-components/text/font.js +55 -0
- package/lib/module/ui-components/text/font.js.map +1 -0
- package/lib/module/ui-components/text/index.js +3 -0
- package/lib/module/ui-components/text/index.js.map +1 -0
- package/lib/module/ui-components/text/typography.js +109 -0
- package/lib/module/ui-components/text/typography.js.map +1 -0
- package/lib/module/ui-components/theme/color-scheme-context.js +45 -0
- package/lib/module/ui-components/theme/color-scheme-context.js.map +1 -0
- package/lib/module/ui-components/theme/color-scheme.js.map +1 -0
- package/lib/module/ui-components/theme/index.js.map +1 -0
- package/lib/module/utils/array.js +4 -0
- package/lib/module/utils/array.js.map +1 -0
- package/lib/module/utils/backup.js +5 -0
- package/lib/module/utils/backup.js.map +1 -0
- package/lib/module/utils/color.js.map +1 -1
- package/lib/module/utils/contrasting-status-bar.js +5 -6
- package/lib/module/utils/contrasting-status-bar.js.map +1 -1
- package/lib/module/utils/date.js +91 -3
- package/lib/module/utils/date.js.map +1 -1
- package/lib/module/utils/filtering.js +4 -0
- package/lib/module/utils/filtering.js.map +1 -0
- package/lib/module/utils/history.js +66 -0
- package/lib/module/utils/history.js.map +1 -0
- package/lib/module/utils/hooks/connectivity/connectivity.js +153 -0
- package/lib/module/utils/hooks/connectivity/connectivity.js.map +1 -0
- package/lib/module/utils/hooks/connectivity/connectivity.test.js +60 -0
- package/lib/module/utils/hooks/connectivity/connectivity.test.js.map +1 -0
- package/lib/module/utils/hooks/core/backup.js +143 -0
- package/lib/module/utils/hooks/core/backup.js.map +1 -0
- package/lib/module/utils/hooks/core/cache.js +37 -0
- package/lib/module/utils/hooks/core/cache.js.map +1 -0
- package/lib/module/utils/hooks/core/core-config.js +23 -0
- package/lib/module/utils/hooks/core/core-config.js.map +1 -0
- package/lib/module/utils/hooks/core/core-context.js +67 -0
- package/lib/module/utils/hooks/core/core-context.js.map +1 -0
- package/lib/module/utils/hooks/core/core-init.js +90 -0
- package/lib/module/utils/hooks/core/core-init.js.map +1 -0
- package/lib/module/utils/hooks/core/credential-schemas.js +88 -0
- package/lib/module/utils/hooks/core/credential-schemas.js.map +1 -0
- package/lib/module/utils/hooks/core/credentials.js +145 -0
- package/lib/module/utils/hooks/core/credentials.js.map +1 -0
- package/lib/module/utils/hooks/core/dids.js +26 -0
- package/lib/module/utils/hooks/core/dids.js.map +1 -0
- package/lib/module/utils/hooks/core/error-code.js +8 -0
- package/lib/module/utils/hooks/core/error-code.js.map +1 -0
- package/lib/module/utils/hooks/core/history.js +26 -0
- package/lib/module/utils/hooks/core/history.js.map +1 -0
- package/lib/module/utils/hooks/core/index.js +14 -0
- package/lib/module/utils/hooks/core/index.js.map +1 -0
- package/lib/module/utils/hooks/core/proof-schemas.js +104 -0
- package/lib/module/utils/hooks/core/proof-schemas.js.map +1 -0
- package/lib/module/utils/hooks/core/proofs.js +346 -0
- package/lib/module/utils/hooks/core/proofs.js.map +1 -0
- package/lib/module/utils/hooks/core/query.js +18 -0
- package/lib/module/utils/hooks/core/query.js.map +1 -0
- package/lib/module/utils/hooks/core/trust-entity.js +88 -0
- package/lib/module/utils/hooks/core/trust-entity.js.map +1 -0
- package/lib/module/utils/hooks/credential-card/credential-card-expanding.js +43 -0
- package/lib/module/utils/hooks/credential-card/credential-card-expanding.js.map +1 -0
- package/lib/module/utils/hooks/header/on-scroll-header-state.js +1 -2
- package/lib/module/utils/hooks/header/on-scroll-header-state.js.map +1 -1
- package/lib/module/utils/hooks/http/client.js +13 -0
- package/lib/module/utils/hooks/http/client.js.map +1 -0
- package/lib/module/utils/hooks/index.js +8 -4
- package/lib/module/utils/hooks/index.js.map +1 -1
- package/lib/module/utils/hooks/list/list-content-inset.js +9 -10
- package/lib/module/utils/hooks/list/list-content-inset.js.map +1 -1
- package/lib/module/utils/hooks/navigation/before-remove.js +21 -0
- package/lib/module/utils/hooks/navigation/before-remove.js.map +1 -0
- package/lib/module/utils/hooks/navigation/close-button-timeout.js +27 -0
- package/lib/module/utils/hooks/navigation/close-button-timeout.js.map +1 -0
- package/lib/module/utils/hooks/navigation/deep-link.js +37 -0
- package/lib/module/utils/hooks/navigation/deep-link.js.map +1 -0
- package/lib/module/utils/hooks/navigation/index.js +5 -0
- package/lib/module/utils/hooks/navigation/index.js.map +1 -0
- package/lib/module/utils/hooks/navigation/open-settings.js +35 -0
- package/lib/module/utils/hooks/navigation/open-settings.js.map +1 -0
- package/lib/module/utils/hooks/pin-security/pin-security.js +79 -0
- package/lib/module/utils/hooks/pin-security/pin-security.js.map +1 -0
- package/lib/module/utils/hooks/revocation/credential-status.js +52 -0
- package/lib/module/utils/hooks/revocation/credential-status.js.map +1 -0
- package/lib/module/utils/index.js +14 -5
- package/lib/module/utils/index.js.map +1 -1
- package/lib/module/utils/navigation.js +5 -5
- package/lib/module/utils/navigation.js.map +1 -1
- package/lib/module/utils/parsers/credential-images.js +78 -0
- package/lib/module/utils/parsers/credential-images.js.map +1 -0
- package/lib/module/utils/parsers/credential-sharing.js +238 -0
- package/lib/module/utils/parsers/credential-sharing.js.map +1 -0
- package/lib/module/utils/parsers/credential.js +295 -0
- package/lib/module/utils/parsers/credential.js.map +1 -0
- package/lib/module/utils/parsers/index.js +6 -0
- package/lib/module/utils/parsers/index.js.map +1 -0
- package/lib/module/utils/parsers/query.js +92 -0
- package/lib/module/utils/parsers/query.js.map +1 -0
- package/lib/module/utils/parsers/universal-links.js +25 -0
- package/lib/module/utils/parsers/universal-links.js.map +1 -0
- package/lib/module/utils/parsers/universal-links.test.js +38 -0
- package/lib/module/utils/parsers/universal-links.test.js.map +1 -0
- package/lib/module/utils/ref.js.map +1 -1
- package/lib/module/utils/reporting.js +77 -0
- package/lib/module/utils/reporting.js.map +1 -0
- package/lib/module/utils/string.js +10 -0
- package/lib/module/utils/string.js.map +1 -0
- package/lib/module/utils/testID.js +1 -4
- package/lib/module/utils/testID.js.map +1 -1
- package/lib/module/utils/testID.test.js.map +1 -1
- package/lib/module/utils/useMemoAsync.js +11 -1
- package/lib/module/utils/useMemoAsync.js.map +1 -1
- package/lib/module/utils/uuid.js +9 -0
- package/lib/module/utils/uuid.js.map +1 -0
- package/lib/typescript/components/backup/index.d.ts +1 -0
- package/lib/typescript/components/backup/preview-credentials.d.ts +11 -0
- package/lib/typescript/components/credential/credential.d.ts +16 -0
- package/lib/typescript/components/credential/index.d.ts +1 -0
- package/lib/typescript/components/entity/EntityButtons.d.ts +14 -0
- package/lib/typescript/components/entity/entity-attributes.d.ts +13 -0
- package/lib/typescript/components/entity/entity-details-with-buttons.d.ts +18 -0
- package/lib/typescript/components/entity/entity-details.d.ts +19 -0
- package/lib/typescript/components/entity/index.d.ts +2 -0
- package/lib/typescript/components/history/history-details-screen.d.ts +20 -0
- package/lib/typescript/components/history/history-list-item-icon.d.ts +8 -0
- package/lib/typescript/components/history/history-list-item.d.ts +20 -0
- package/lib/typescript/components/history/history-list-screen.d.ts +22 -0
- package/lib/typescript/components/history/history-list-section-header.d.ts +13 -0
- package/lib/typescript/components/history/history-list.d.ts +19 -0
- package/lib/typescript/components/history/index.d.ts +6 -0
- package/lib/typescript/components/index.d.ts +6 -0
- package/lib/typescript/components/navigation/header-buttons.d.ts +21 -0
- package/lib/typescript/components/navigation/index.d.ts +1 -0
- package/lib/typescript/components/proof-request/group.d.ts +2 -0
- package/lib/typescript/components/proof-request/index.d.ts +3 -0
- package/lib/typescript/components/proof-request/select-credential.d.ts +14 -0
- package/lib/typescript/components/proof-request/share-credential.d.ts +27 -0
- package/lib/typescript/index.d.ts +2 -25
- package/lib/typescript/ui-components/accessibility/accessibility.d.ts +55 -0
- package/lib/typescript/ui-components/accessibility/accessibilityHistory.d.ts +13 -0
- package/lib/typescript/ui-components/accessibility/accessibilityHistoryWrappers.d.ts +18 -0
- package/lib/typescript/ui-components/accessibility/index.d.ts +8 -0
- package/lib/typescript/ui-components/buttons/back-button.d.ts +9 -0
- package/lib/typescript/ui-components/buttons/button.d.ts +22 -0
- package/lib/typescript/ui-components/buttons/hold-button.d.ts +16 -0
- package/lib/typescript/ui-components/buttons/index.d.ts +15 -0
- package/lib/typescript/ui-components/buttons/scan-button.d.ts +5 -0
- package/lib/typescript/ui-components/credential/card/credential-card.d.ts +25 -0
- package/lib/typescript/ui-components/credential/card/credential-header.d.ts +20 -0
- package/lib/typescript/ui-components/credential/card/index.d.ts +15 -0
- package/lib/typescript/ui-components/credential/credential-attribute-item.d.ts +49 -0
- package/lib/typescript/ui-components/credential/index.d.ts +9 -0
- package/lib/typescript/ui-components/entity/avatar.d.ts +11 -0
- package/lib/typescript/ui-components/entity/entity-cluster.d.ts +13 -0
- package/lib/typescript/ui-components/header/index.d.ts +11 -0
- package/lib/typescript/ui-components/history/data-item.d.ts +12 -0
- package/lib/typescript/ui-components/history/history-details.d.ts +51 -0
- package/lib/typescript/ui-components/history/history-item.d.ts +15 -0
- package/lib/typescript/ui-components/history/history-section-header.d.ts +7 -0
- package/lib/typescript/ui-components/history/history-section-list-item.d.ts +7 -0
- package/lib/typescript/ui-components/history/index.d.ts +9 -0
- package/lib/typescript/ui-components/icons/history.d.ts +27 -0
- package/lib/typescript/ui-components/image/index.d.ts +3 -0
- package/lib/typescript/ui-components/index.d.ts +25 -0
- package/lib/typescript/ui-components/input/selection-input.d.ts +32 -0
- package/lib/typescript/ui-components/list/index.d.ts +5 -0
- package/lib/typescript/ui-components/list/list-page-loading-indicator.d.ts +4 -0
- package/lib/typescript/ui-components/list/wallet/empty-list.d.ts +10 -0
- package/lib/typescript/ui-components/list/wallet/empty-search-result.d.ts +7 -0
- package/lib/typescript/ui-components/list/wallet/index.d.ts +3 -0
- package/lib/typescript/ui-components/nerd-view/index.d.ts +3 -0
- package/lib/typescript/ui-components/pin/index.d.ts +4 -0
- package/lib/typescript/ui-components/pin/keypad.d.ts +16 -0
- package/lib/typescript/ui-components/pin/pin-lock-animation.d.ts +731 -0
- package/lib/typescript/ui-components/pin/pin-lock.d.ts +13 -0
- package/lib/typescript/ui-components/screens/index.d.ts +18 -0
- package/lib/typescript/ui-components/screens/nerd-mode-screen.d.ts +49 -0
- package/lib/typescript/ui-components/text/index.d.ts +3 -0
- package/lib/typescript/ui-components/text/typography.d.ts +112 -0
- package/lib/typescript/ui-components/theme/color-scheme.d.ts +32 -0
- package/lib/typescript/utils/array.d.ts +1 -0
- package/lib/typescript/utils/backup.d.ts +1 -0
- package/lib/typescript/utils/date.d.ts +32 -0
- package/lib/typescript/utils/filtering.d.ts +1 -0
- package/lib/typescript/utils/history.d.ts +10 -0
- package/lib/typescript/utils/hooks/connectivity/connectivity.d.ts +27 -0
- package/lib/typescript/utils/hooks/connectivity/connectivity.test.d.ts +1 -0
- package/lib/typescript/utils/hooks/core/backup.d.ts +13 -0
- package/lib/typescript/utils/hooks/core/cache.d.ts +2 -0
- package/lib/typescript/utils/hooks/core/core-config.d.ts +5 -0
- package/lib/typescript/utils/hooks/core/core-context.d.ts +15 -0
- package/lib/typescript/utils/hooks/core/core-init.d.ts +12 -0
- package/lib/typescript/utils/hooks/core/credential-schemas.d.ts +11 -0
- package/lib/typescript/utils/hooks/core/credentials.d.ts +22 -0
- package/lib/typescript/utils/hooks/core/dids.d.ts +3 -0
- package/lib/typescript/utils/hooks/core/error-code.d.ts +6 -0
- package/lib/typescript/utils/hooks/core/history.d.ts +3 -0
- package/lib/typescript/utils/hooks/core/index.d.ts +13 -0
- package/lib/typescript/utils/hooks/core/proof-schemas.d.ts +14 -0
- package/lib/typescript/utils/hooks/core/proofs.d.ts +43 -0
- package/lib/typescript/utils/hooks/core/query.d.ts +2 -0
- package/lib/typescript/utils/hooks/core/trust-entity.d.ts +11 -0
- package/lib/typescript/utils/hooks/credential-card/credential-card-expanding.d.ts +10 -0
- package/lib/typescript/utils/hooks/http/client.d.ts +2 -0
- package/lib/typescript/utils/hooks/index.d.ts +8 -4
- package/lib/typescript/utils/hooks/navigation/before-remove.d.ts +1 -0
- package/lib/typescript/utils/hooks/navigation/close-button-timeout.d.ts +3 -0
- package/lib/typescript/utils/hooks/navigation/deep-link.d.ts +2 -0
- package/lib/typescript/utils/hooks/navigation/index.d.ts +4 -0
- package/lib/typescript/utils/hooks/navigation/open-settings.d.ts +6 -0
- package/lib/typescript/utils/hooks/pin-security/pin-security.d.ts +6 -0
- package/lib/typescript/utils/hooks/revocation/credential-status.d.ts +8 -0
- package/lib/typescript/utils/index.d.ts +14 -5
- package/lib/typescript/utils/parsers/credential-images.d.ts +3 -0
- package/lib/typescript/utils/parsers/credential-sharing.d.ts +16 -0
- package/lib/typescript/utils/parsers/credential.d.ts +76 -0
- package/lib/typescript/utils/parsers/index.d.ts +5 -0
- package/lib/typescript/utils/parsers/query.d.ts +7 -0
- package/lib/typescript/utils/parsers/universal-links.d.ts +1 -0
- package/lib/typescript/utils/parsers/universal-links.test.d.ts +1 -0
- package/lib/typescript/utils/ref.d.ts +1 -1
- package/lib/typescript/utils/reporting.d.ts +4 -0
- package/lib/typescript/utils/string.d.ts +4 -0
- package/lib/typescript/utils/uuid.d.ts +6 -0
- package/package.json +86 -45
- package/src/components/backup/index.ts +1 -0
- package/src/components/backup/preview-credentials.tsx +38 -0
- package/src/components/credential/credential.tsx +72 -0
- package/src/components/credential/index.ts +1 -0
- package/src/components/entity/EntityButtons.tsx +79 -0
- package/src/components/entity/entity-attributes.tsx +63 -0
- package/src/components/entity/entity-details-with-buttons.tsx +99 -0
- package/src/components/entity/entity-details.tsx +85 -0
- package/src/components/entity/index.ts +3 -0
- package/src/components/history/history-details-screen.tsx +89 -0
- package/src/components/history/history-list-item-icon.tsx +108 -0
- package/src/components/history/history-list-item.tsx +53 -0
- package/src/components/history/history-list-screen.tsx +154 -0
- package/src/components/history/history-list-section-header.tsx +42 -0
- package/src/components/history/history-list.tsx +116 -0
- package/src/components/history/index.tsx +6 -0
- package/src/components/index.ts +6 -0
- package/src/components/navigation/header-buttons.tsx +64 -0
- package/src/components/navigation/index.ts +1 -0
- package/src/components/proof-request/group.tsx +26 -0
- package/src/components/proof-request/index.ts +3 -0
- package/src/components/proof-request/select-credential.tsx +48 -0
- package/src/components/proof-request/share-credential.tsx +194 -0
- package/src/index.ts +2 -25
- package/src/ui-components/accessibility/accessibility.ts +215 -0
- package/src/ui-components/accessibility/accessibilityHistory.tsx +77 -0
- package/src/ui-components/accessibility/accessibilityHistoryWrappers.tsx +78 -0
- package/src/ui-components/accessibility/index.ts +36 -0
- package/src/ui-components/action-modal/ActionModal.stories.tsx +39 -0
- package/src/ui-components/activity-indicator/activity-indicator.stories.tsx +18 -0
- package/src/ui-components/blur/blur-view.tsx +82 -0
- package/src/ui-components/buttons/back-button.stories.tsx +30 -0
- package/src/ui-components/buttons/back-button.tsx +30 -0
- package/src/ui-components/buttons/button.stories.tsx +28 -0
- package/src/ui-components/buttons/button.tsx +169 -0
- package/src/ui-components/buttons/connectivity-button.stories.tsx +33 -0
- package/src/ui-components/buttons/connectivity-button.tsx +95 -0
- package/src/ui-components/buttons/ghost-button.stories.tsx +28 -0
- package/src/ui-components/buttons/hold-button.stories.tsx +29 -0
- package/src/ui-components/buttons/hold-button.tsx +276 -0
- package/src/ui-components/buttons/index.ts +34 -0
- package/src/ui-components/buttons/scan-button.stories.tsx +30 -0
- package/src/ui-components/control/checkbox.stories.tsx +27 -0
- package/src/ui-components/control/switch.stories.tsx +32 -0
- package/src/ui-components/credential/card/credential-card.stories.tsx +51 -0
- package/src/ui-components/credential/card/credential-card.tsx +189 -0
- package/src/ui-components/credential/card/credential-details-card.stories.tsx +303 -0
- package/src/ui-components/credential/card/credential-details-card.tsx +242 -0
- package/src/ui-components/credential/card/credential-details-list-item.tsx +97 -0
- package/src/ui-components/credential/card/credential-header.stories.tsx +48 -0
- package/src/ui-components/credential/card/credential-header.tsx +199 -0
- package/src/ui-components/credential/card/credential-image-carousel.tsx +117 -0
- package/src/ui-components/credential/card/index.ts +22 -0
- package/src/ui-components/credential/credential-attribute-item.tsx +373 -0
- package/src/ui-components/credential/index.ts +14 -0
- package/src/ui-components/credential/selector.stories.tsx +37 -0
- package/src/ui-components/credential/selector.tsx +64 -0
- package/src/ui-components/detail/detail.stories.tsx +68 -0
- package/src/ui-components/detail/detail.tsx +98 -0
- package/src/ui-components/entity/avatar.stories.tsx +42 -0
- package/src/ui-components/entity/avatar.tsx +100 -0
- package/src/ui-components/entity/entity-cluster.stories.tsx +45 -0
- package/src/ui-components/entity/entity-cluster.tsx +82 -0
- package/src/ui-components/header/header.stories.tsx +62 -0
- package/src/ui-components/header/header.tsx +105 -0
- package/src/ui-components/header/index.ts +12 -0
- package/src/ui-components/header/navigation-header.stories.tsx +59 -0
- package/src/ui-components/header/navigation-header.tsx +147 -0
- package/src/ui-components/history/data-item.tsx +88 -0
- package/src/ui-components/history/history-details.tsx +247 -0
- package/src/ui-components/history/history-item.tsx +141 -0
- package/src/ui-components/history/history-section-header.tsx +44 -0
- package/src/ui-components/history/history-section-list-item.tsx +41 -0
- package/src/ui-components/history/index.ts +10 -0
- package/src/ui-components/icons/entity.tsx +31 -0
- package/src/ui-components/icons/history.tsx +329 -0
- package/src/ui-components/image/index.tsx +4 -0
- package/src/ui-components/index.ts +25 -0
- package/src/ui-components/input/radio-group.stories.tsx +34 -0
- package/src/ui-components/input/radio-group.tsx +116 -0
- package/src/ui-components/input/selection-input.stories.tsx +49 -0
- package/src/ui-components/input/selection-input.tsx +112 -0
- package/src/ui-components/input/text-input.tsx +253 -0
- package/src/ui-components/list/index.ts +6 -0
- package/src/ui-components/list/list-page-loading-indicator.tsx +8 -0
- package/src/ui-components/list/wallet/empty-list.tsx +75 -0
- package/src/ui-components/list/wallet/empty-search-result.tsx +39 -0
- package/src/ui-components/list/wallet/index.tsx +4 -0
- package/src/ui-components/loader/loader.stories.tsx +28 -0
- package/src/ui-components/loader/loader.tsx +174 -0
- package/src/ui-components/loader/loading-result.stories.tsx +70 -0
- package/src/ui-components/loader/loading-result.tsx +97 -0
- package/src/ui-components/nerd-view/index.ts +4 -0
- package/src/ui-components/nerd-view/nerd-mode-item.tsx +299 -0
- package/src/ui-components/pin/index.ts +5 -0
- package/src/ui-components/pin/keypad.tsx +166 -0
- package/src/ui-components/pin/pin-code-screen.stories.tsx +87 -0
- package/src/ui-components/pin/pin-code-screen.tsx +195 -0
- package/src/ui-components/pin/pin-lock-animation.tsx +500 -0
- package/src/ui-components/pin/pin-lock.tsx +82 -0
- package/src/ui-components/screens/backup-screen.tsx +92 -0
- package/src/ui-components/screens/image-preview-screen.stories.tsx +31 -0
- package/src/ui-components/screens/image-preview-screen.tsx +82 -0
- package/src/ui-components/screens/index.ts +19 -0
- package/src/ui-components/screens/nerd-mode-screen.tsx +214 -0
- package/src/ui-components/screens/qr-code-scanner-screen.stories.tsx +40 -0
- package/src/ui-components/screens/qr-code-scanner-screen.tsx +124 -0
- package/src/ui-components/screens/scroll-view-screen.tsx +91 -0
- package/src/ui-components/screens/section-list-screen.tsx +61 -0
- package/src/ui-components/searchbar/search-bar.stories.tsx +38 -0
- package/src/ui-components/searchbar/search-bar.tsx +94 -0
- package/src/ui-components/state/error-screen.stories.tsx +21 -0
- package/src/ui-components/state/error-screen.tsx +71 -0
- package/src/ui-components/text/index.ts +4 -0
- package/src/ui-components/text/typography.stories.tsx +77 -0
- package/src/ui-components/theme/color-scheme-context.tsx +49 -0
- package/src/ui-components/theme/color-scheme.ts +32 -0
- package/src/utils/array.ts +3 -0
- package/src/utils/backup.ts +5 -0
- package/src/utils/date.ts +106 -2
- package/src/utils/filtering.ts +5 -0
- package/src/utils/history.ts +71 -0
- package/src/utils/hooks/connectivity/connectivity.test.ts +95 -0
- package/src/utils/hooks/connectivity/connectivity.ts +186 -0
- package/src/utils/hooks/core/backup.ts +144 -0
- package/src/utils/hooks/core/cache.ts +43 -0
- package/src/utils/hooks/core/core-config.ts +32 -0
- package/src/utils/hooks/core/core-context.tsx +114 -0
- package/src/utils/hooks/core/core-init.ts +106 -0
- package/src/utils/hooks/core/credential-schemas.ts +110 -0
- package/src/utils/hooks/core/credentials.ts +166 -0
- package/src/utils/hooks/core/dids.ts +28 -0
- package/src/utils/hooks/core/error-code.ts +6 -0
- package/src/utils/hooks/core/history.ts +30 -0
- package/src/utils/hooks/core/index.ts +13 -0
- package/src/utils/hooks/core/proof-schemas.ts +130 -0
- package/src/utils/hooks/core/proofs.ts +409 -0
- package/src/utils/hooks/core/query.ts +19 -0
- package/src/utils/hooks/core/trust-entity.ts +113 -0
- package/src/utils/hooks/credential-card/credential-card-expanding.tsx +45 -0
- package/src/utils/hooks/http/client.ts +13 -0
- package/src/utils/hooks/index.ts +8 -5
- package/src/utils/hooks/navigation/before-remove.tsx +22 -0
- package/src/utils/hooks/navigation/close-button-timeout.tsx +29 -0
- package/src/utils/hooks/navigation/deep-link.ts +40 -0
- package/src/utils/hooks/navigation/index.ts +4 -0
- package/src/utils/hooks/navigation/open-settings.ts +39 -0
- package/src/utils/hooks/pin-security/pin-security.ts +99 -0
- package/src/utils/hooks/revocation/credential-status.ts +45 -0
- package/src/utils/index.ts +14 -14
- package/src/utils/navigation.ts +4 -2
- package/src/utils/parsers/credential-images.tsx +78 -0
- package/src/utils/parsers/credential-sharing.tsx +366 -0
- package/src/utils/parsers/credential.ts +365 -0
- package/src/utils/parsers/index.ts +5 -0
- package/src/utils/parsers/query.tsx +82 -0
- package/src/utils/parsers/universal-links.test.ts +57 -0
- package/src/utils/parsers/universal-links.ts +26 -0
- package/src/utils/ref.ts +1 -1
- package/src/utils/reporting.ts +85 -0
- package/src/utils/string.ts +17 -0
- package/src/utils/useMemoAsync.ts +1 -1
- package/src/utils/uuid.ts +8 -0
- package/lib/commonjs/accessibility/accessibility.js +0 -193
- package/lib/commonjs/accessibility/accessibility.js.map +0 -1
- package/lib/commonjs/accessibility/accessibilityHistory.js +0 -81
- package/lib/commonjs/accessibility/accessibilityHistory.js.map +0 -1
- package/lib/commonjs/accessibility/accessibilityHistoryWrappers.js +0 -49
- package/lib/commonjs/accessibility/accessibilityHistoryWrappers.js.map +0 -1
- package/lib/commonjs/accessibility/accessibilityLanguage.js +0 -63
- package/lib/commonjs/accessibility/accessibilityLanguage.js.map +0 -1
- package/lib/commonjs/accessibility/index.js +0 -129
- package/lib/commonjs/accessibility/index.js.map +0 -1
- package/lib/commonjs/accessibility/locale/index.js +0 -21
- package/lib/commonjs/accessibility/locale/index.js.map +0 -1
- package/lib/commonjs/accessibility/locale.test.js.map +0 -1
- package/lib/commonjs/action-modal/ActionModal.js +0 -52
- package/lib/commonjs/action-modal/ActionModal.js.map +0 -1
- package/lib/commonjs/action-modal/index.js +0 -14
- package/lib/commonjs/action-modal/index.js.map +0 -1
- package/lib/commonjs/activity-indicator/activity-indicator.js +0 -34
- package/lib/commonjs/activity-indicator/activity-indicator.js.map +0 -1
- package/lib/commonjs/activity-indicator/index.js +0 -14
- package/lib/commonjs/activity-indicator/index.js.map +0 -1
- package/lib/commonjs/blur/blur-view.js +0 -76
- package/lib/commonjs/blur/blur-view.js.map +0 -1
- package/lib/commonjs/blur/index.js +0 -21
- package/lib/commonjs/blur/index.js.map +0 -1
- package/lib/commonjs/buttons/back-button.js +0 -37
- package/lib/commonjs/buttons/back-button.js.map +0 -1
- package/lib/commonjs/buttons/button.js +0 -153
- package/lib/commonjs/buttons/button.js.map +0 -1
- package/lib/commonjs/buttons/connectivity-button.js +0 -82
- package/lib/commonjs/buttons/connectivity-button.js.map +0 -1
- package/lib/commonjs/buttons/filter-button.js +0 -51
- package/lib/commonjs/buttons/filter-button.js.map +0 -1
- package/lib/commonjs/buttons/ghost-button.js +0 -62
- package/lib/commonjs/buttons/ghost-button.js.map +0 -1
- package/lib/commonjs/buttons/index.js +0 -104
- package/lib/commonjs/buttons/index.js.map +0 -1
- package/lib/commonjs/buttons/scan-button.js +0 -83
- package/lib/commonjs/buttons/scan-button.js.map +0 -1
- package/lib/commonjs/camera/camera-overlay.js +0 -61
- package/lib/commonjs/camera/camera-overlay.js.map +0 -1
- package/lib/commonjs/camera/index.js +0 -21
- package/lib/commonjs/camera/index.js.map +0 -1
- package/lib/commonjs/camera/qr-code-scanner.js +0 -50
- package/lib/commonjs/camera/qr-code-scanner.js.map +0 -1
- package/lib/commonjs/control/checkbox.js +0 -79
- package/lib/commonjs/control/checkbox.js.map +0 -1
- package/lib/commonjs/control/index.js.map +0 -1
- package/lib/commonjs/control/switch.js +0 -65
- package/lib/commonjs/control/switch.js.map +0 -1
- package/lib/commonjs/credential/card/credential-card.js +0 -189
- package/lib/commonjs/credential/card/credential-card.js.map +0 -1
- package/lib/commonjs/credential/card/credential-details-card.js +0 -201
- package/lib/commonjs/credential/card/credential-details-card.js.map +0 -1
- package/lib/commonjs/credential/card/credential-details-list-item.js +0 -84
- package/lib/commonjs/credential/card/credential-details-list-item.js.map +0 -1
- package/lib/commonjs/credential/card/credential-header.js +0 -172
- package/lib/commonjs/credential/card/credential-header.js.map +0 -1
- package/lib/commonjs/credential/card/credential-image-carousel.js +0 -124
- package/lib/commonjs/credential/card/credential-image-carousel.js.map +0 -1
- package/lib/commonjs/credential/card/index.js +0 -85
- package/lib/commonjs/credential/card/index.js.map +0 -1
- package/lib/commonjs/credential/credential-attribute-item.js +0 -289
- package/lib/commonjs/credential/credential-attribute-item.js.map +0 -1
- package/lib/commonjs/credential/credential-carousel-images.js +0 -98
- package/lib/commonjs/credential/credential-carousel-images.js.map +0 -1
- package/lib/commonjs/credential/index.js +0 -90
- package/lib/commonjs/credential/index.js.map +0 -1
- package/lib/commonjs/credential/selector-status.js +0 -17
- package/lib/commonjs/credential/selector-status.js.map +0 -1
- package/lib/commonjs/credential/selector.js +0 -79
- package/lib/commonjs/credential/selector.js.map +0 -1
- package/lib/commonjs/detail/detail.js +0 -84
- package/lib/commonjs/detail/detail.js.map +0 -1
- package/lib/commonjs/detail/index.js +0 -14
- package/lib/commonjs/detail/index.js.map +0 -1
- package/lib/commonjs/entity/avatar.js +0 -96
- package/lib/commonjs/entity/avatar.js.map +0 -1
- package/lib/commonjs/entity/entity-cluster.js +0 -66
- package/lib/commonjs/entity/entity-cluster.js.map +0 -1
- package/lib/commonjs/entity/index.js +0 -34
- package/lib/commonjs/entity/index.js.map +0 -1
- package/lib/commonjs/header/focus-aware-status-bar.js +0 -20
- package/lib/commonjs/header/focus-aware-status-bar.js.map +0 -1
- package/lib/commonjs/header/foldable-header.js +0 -89
- package/lib/commonjs/header/foldable-header.js.map +0 -1
- package/lib/commonjs/header/header.js +0 -105
- package/lib/commonjs/header/header.js.map +0 -1
- package/lib/commonjs/header/index.js +0 -55
- package/lib/commonjs/header/index.js.map +0 -1
- package/lib/commonjs/header/navigation-header.js +0 -148
- package/lib/commonjs/header/navigation-header.js.map +0 -1
- package/lib/commonjs/history/data-item.js +0 -70
- package/lib/commonjs/history/data-item.js.map +0 -1
- package/lib/commonjs/history/history-list-item.js +0 -90
- package/lib/commonjs/history/history-list-item.js.map +0 -1
- package/lib/commonjs/history/history-section-header.js +0 -49
- package/lib/commonjs/history/history-section-header.js.map +0 -1
- package/lib/commonjs/history/history-section-list-item.js +0 -47
- package/lib/commonjs/history/history-section-list-item.js.map +0 -1
- package/lib/commonjs/history/index.js +0 -55
- package/lib/commonjs/history/index.js.map +0 -1
- package/lib/commonjs/icons/connectivity.js +0 -139
- package/lib/commonjs/icons/connectivity.js.map +0 -1
- package/lib/commonjs/icons/credential.js +0 -162
- package/lib/commonjs/icons/credential.js.map +0 -1
- package/lib/commonjs/icons/entity.js +0 -34
- package/lib/commonjs/icons/entity.js.map +0 -1
- package/lib/commonjs/icons/history.js +0 -408
- package/lib/commonjs/icons/history.js.map +0 -1
- package/lib/commonjs/icons/icons.js +0 -250
- package/lib/commonjs/icons/icons.js.map +0 -1
- package/lib/commonjs/icons/index.js.map +0 -1
- package/lib/commonjs/icons/input.js +0 -44
- package/lib/commonjs/icons/input.js.map +0 -1
- package/lib/commonjs/icons/keypad.js +0 -94
- package/lib/commonjs/icons/keypad.js.map +0 -1
- package/lib/commonjs/icons/loader.js +0 -180
- package/lib/commonjs/icons/loader.js.map +0 -1
- package/lib/commonjs/icons/nerd-view.js +0 -123
- package/lib/commonjs/icons/nerd-view.js.map +0 -1
- package/lib/commonjs/icons/selector.js +0 -56
- package/lib/commonjs/icons/selector.js.map +0 -1
- package/lib/commonjs/icons/wallet.js +0 -121
- package/lib/commonjs/icons/wallet.js.map +0 -1
- package/lib/commonjs/image/image-or-component.js +0 -80
- package/lib/commonjs/image/image-or-component.js.map +0 -1
- package/lib/commonjs/image/index.js +0 -21
- package/lib/commonjs/image/index.js.map +0 -1
- package/lib/commonjs/input/index.js +0 -65
- package/lib/commonjs/input/index.js.map +0 -1
- package/lib/commonjs/input/radio-group.js +0 -95
- package/lib/commonjs/input/radio-group.js.map +0 -1
- package/lib/commonjs/input/selection-input.js +0 -102
- package/lib/commonjs/input/selection-input.js.map +0 -1
- package/lib/commonjs/input/text-input.js +0 -195
- package/lib/commonjs/input/text-input.js.map +0 -1
- package/lib/commonjs/list/index.js +0 -34
- package/lib/commonjs/list/index.js.map +0 -1
- package/lib/commonjs/list/list-section-header.js +0 -36
- package/lib/commonjs/list/list-section-header.js.map +0 -1
- package/lib/commonjs/list/list-title-header.js +0 -35
- package/lib/commonjs/list/list-title-header.js.map +0 -1
- package/lib/commonjs/loader/index.js +0 -40
- package/lib/commonjs/loader/index.js.map +0 -1
- package/lib/commonjs/loader/loader.js +0 -140
- package/lib/commonjs/loader/loader.js.map +0 -1
- package/lib/commonjs/loader/loading-result.js +0 -92
- package/lib/commonjs/loader/loading-result.js.map +0 -1
- package/lib/commonjs/nerd-view/index.js +0 -27
- package/lib/commonjs/nerd-view/index.js.map +0 -1
- package/lib/commonjs/nerd-view/nerd-mode-item.js +0 -235
- package/lib/commonjs/nerd-view/nerd-mode-item.js.map +0 -1
- package/lib/commonjs/pin/index.js +0 -32
- package/lib/commonjs/pin/index.js.map +0 -1
- package/lib/commonjs/pin/keypad.js +0 -201
- package/lib/commonjs/pin/keypad.js.map +0 -1
- package/lib/commonjs/pin/pin-code-screen.js +0 -162
- package/lib/commonjs/pin/pin-code-screen.js.map +0 -1
- package/lib/commonjs/pin/pins.js +0 -54
- package/lib/commonjs/pin/pins.js.map +0 -1
- package/lib/commonjs/screens/backup-screen.js +0 -87
- package/lib/commonjs/screens/backup-screen.js.map +0 -1
- package/lib/commonjs/screens/image-preview-screen.js +0 -92
- package/lib/commonjs/screens/image-preview-screen.js.map +0 -1
- package/lib/commonjs/screens/index.js +0 -98
- package/lib/commonjs/screens/index.js.map +0 -1
- package/lib/commonjs/screens/nerd-mode-screen.js +0 -142
- package/lib/commonjs/screens/nerd-mode-screen.js.map +0 -1
- package/lib/commonjs/screens/qr-code-scanner-screen.js +0 -120
- package/lib/commonjs/screens/qr-code-scanner-screen.js.map +0 -1
- package/lib/commonjs/screens/scroll-view-screen.js +0 -94
- package/lib/commonjs/screens/scroll-view-screen.js.map +0 -1
- package/lib/commonjs/screens/section-list-screen.js +0 -67
- package/lib/commonjs/screens/section-list-screen.js.map +0 -1
- package/lib/commonjs/searchbar/animated-search-bar.js +0 -88
- package/lib/commonjs/searchbar/animated-search-bar.js.map +0 -1
- package/lib/commonjs/searchbar/index.js +0 -34
- package/lib/commonjs/searchbar/index.js.map +0 -1
- package/lib/commonjs/searchbar/search-bar.js +0 -99
- package/lib/commonjs/searchbar/search-bar.js.map +0 -1
- package/lib/commonjs/settings/button-setting.js +0 -67
- package/lib/commonjs/settings/button-setting.js.map +0 -1
- package/lib/commonjs/settings/index.js +0 -73
- package/lib/commonjs/settings/index.js.map +0 -1
- package/lib/commonjs/settings/setting-item-separator.js +0 -40
- package/lib/commonjs/settings/setting-item-separator.js.map +0 -1
- package/lib/commonjs/settings/setting-item.js +0 -79
- package/lib/commonjs/settings/setting-item.js.map +0 -1
- package/lib/commonjs/settings/settings-button.js +0 -35
- package/lib/commonjs/settings/settings-button.js.map +0 -1
- package/lib/commonjs/settings/switch-setting.js +0 -35
- package/lib/commonjs/settings/switch-setting.js.map +0 -1
- package/lib/commonjs/state/error-screen.js +0 -71
- package/lib/commonjs/state/error-screen.js.map +0 -1
- package/lib/commonjs/state/index.js +0 -27
- package/lib/commonjs/state/index.js.map +0 -1
- package/lib/commonjs/text/base.js +0 -40
- package/lib/commonjs/text/base.js.map +0 -1
- package/lib/commonjs/text/font.js +0 -64
- package/lib/commonjs/text/font.js.map +0 -1
- package/lib/commonjs/text/index.js +0 -21
- package/lib/commonjs/text/index.js.map +0 -1
- package/lib/commonjs/text/typography.js +0 -119
- package/lib/commonjs/text/typography.js.map +0 -1
- package/lib/commonjs/theme/color-scheme-context.js +0 -52
- package/lib/commonjs/theme/color-scheme-context.js.map +0 -1
- package/lib/commonjs/theme/color-scheme.js.map +0 -1
- package/lib/commonjs/theme/index.js.map +0 -1
- package/lib/module/accessibility/accessibility.js +0 -185
- package/lib/module/accessibility/accessibility.js.map +0 -1
- package/lib/module/accessibility/accessibilityHistory.js +0 -71
- package/lib/module/accessibility/accessibilityHistory.js.map +0 -1
- package/lib/module/accessibility/accessibilityHistoryWrappers.js +0 -38
- package/lib/module/accessibility/accessibilityHistoryWrappers.js.map +0 -1
- package/lib/module/accessibility/accessibilityLanguage.js +0 -53
- package/lib/module/accessibility/accessibilityLanguage.js.map +0 -1
- package/lib/module/accessibility/index.js +0 -8
- package/lib/module/accessibility/index.js.map +0 -1
- package/lib/module/accessibility/locale/index.js.map +0 -1
- package/lib/module/accessibility/locale.test.js.map +0 -1
- package/lib/module/action-modal/ActionModal.js +0 -44
- package/lib/module/action-modal/ActionModal.js.map +0 -1
- package/lib/module/action-modal/index.js.map +0 -1
- package/lib/module/activity-indicator/activity-indicator.js +0 -24
- package/lib/module/activity-indicator/activity-indicator.js.map +0 -1
- package/lib/module/activity-indicator/index.js.map +0 -1
- package/lib/module/blur/blur-view.js +0 -67
- package/lib/module/blur/blur-view.js.map +0 -1
- package/lib/module/blur/index.js.map +0 -1
- package/lib/module/buttons/back-button.js +0 -28
- package/lib/module/buttons/back-button.js.map +0 -1
- package/lib/module/buttons/button.js +0 -143
- package/lib/module/buttons/button.js.map +0 -1
- package/lib/module/buttons/connectivity-button.js +0 -73
- package/lib/module/buttons/connectivity-button.js.map +0 -1
- package/lib/module/buttons/filter-button.js +0 -43
- package/lib/module/buttons/filter-button.js.map +0 -1
- package/lib/module/buttons/ghost-button.js +0 -53
- package/lib/module/buttons/ghost-button.js.map +0 -1
- package/lib/module/buttons/index.js +0 -8
- package/lib/module/buttons/index.js.map +0 -1
- package/lib/module/buttons/scan-button.js +0 -75
- package/lib/module/buttons/scan-button.js.map +0 -1
- package/lib/module/camera/camera-overlay.js +0 -51
- package/lib/module/camera/camera-overlay.js.map +0 -1
- package/lib/module/camera/index.js.map +0 -1
- package/lib/module/camera/qr-code-scanner.js +0 -40
- package/lib/module/camera/qr-code-scanner.js.map +0 -1
- package/lib/module/control/checkbox.js +0 -70
- package/lib/module/control/checkbox.js.map +0 -1
- package/lib/module/control/index.js.map +0 -1
- package/lib/module/control/switch.js +0 -56
- package/lib/module/control/switch.js.map +0 -1
- package/lib/module/credential/card/credential-card.js +0 -177
- package/lib/module/credential/card/credential-card.js.map +0 -1
- package/lib/module/credential/card/credential-details-card.js +0 -191
- package/lib/module/credential/card/credential-details-card.js.map +0 -1
- package/lib/module/credential/card/credential-details-list-item.js +0 -74
- package/lib/module/credential/card/credential-details-list-item.js.map +0 -1
- package/lib/module/credential/card/credential-header.js +0 -162
- package/lib/module/credential/card/credential-header.js.map +0 -1
- package/lib/module/credential/card/credential-image-carousel.js +0 -113
- package/lib/module/credential/card/credential-image-carousel.js.map +0 -1
- package/lib/module/credential/card/index.js +0 -11
- package/lib/module/credential/card/index.js.map +0 -1
- package/lib/module/credential/credential-attribute-item.js +0 -279
- package/lib/module/credential/credential-attribute-item.js.map +0 -1
- package/lib/module/credential/credential-carousel-images.js +0 -86
- package/lib/module/credential/credential-carousel-images.js.map +0 -1
- package/lib/module/credential/index.js +0 -9
- package/lib/module/credential/index.js.map +0 -1
- package/lib/module/credential/selector-status.js +0 -10
- package/lib/module/credential/selector-status.js.map +0 -1
- package/lib/module/credential/selector.js +0 -70
- package/lib/module/credential/selector.js.map +0 -1
- package/lib/module/detail/detail.js +0 -75
- package/lib/module/detail/detail.js.map +0 -1
- package/lib/module/detail/index.js.map +0 -1
- package/lib/module/entity/avatar.js +0 -86
- package/lib/module/entity/avatar.js.map +0 -1
- package/lib/module/entity/entity-cluster.js +0 -56
- package/lib/module/entity/entity-cluster.js.map +0 -1
- package/lib/module/entity/index.js.map +0 -1
- package/lib/module/header/focus-aware-status-bar.js +0 -12
- package/lib/module/header/focus-aware-status-bar.js.map +0 -1
- package/lib/module/header/foldable-header.js +0 -79
- package/lib/module/header/foldable-header.js.map +0 -1
- package/lib/module/header/header.js +0 -97
- package/lib/module/header/header.js.map +0 -1
- package/lib/module/header/index.js +0 -9
- package/lib/module/header/index.js.map +0 -1
- package/lib/module/header/navigation-header.js +0 -138
- package/lib/module/header/navigation-header.js.map +0 -1
- package/lib/module/history/data-item.js +0 -60
- package/lib/module/history/data-item.js.map +0 -1
- package/lib/module/history/history-list-item.js +0 -80
- package/lib/module/history/history-list-item.js.map +0 -1
- package/lib/module/history/history-section-header.js +0 -42
- package/lib/module/history/history-section-header.js.map +0 -1
- package/lib/module/history/history-section-list-item.js +0 -43
- package/lib/module/history/history-section-list-item.js.map +0 -1
- package/lib/module/history/index.js +0 -9
- package/lib/module/history/index.js.map +0 -1
- package/lib/module/icons/connectivity.js +0 -125
- package/lib/module/icons/connectivity.js.map +0 -1
- package/lib/module/icons/credential.js +0 -147
- package/lib/module/icons/credential.js.map +0 -1
- package/lib/module/icons/entity.js +0 -25
- package/lib/module/icons/entity.js.map +0 -1
- package/lib/module/icons/history.js +0 -391
- package/lib/module/icons/history.js.map +0 -1
- package/lib/module/icons/icons.js +0 -231
- package/lib/module/icons/icons.js.map +0 -1
- package/lib/module/icons/index.js.map +0 -1
- package/lib/module/icons/input.js.map +0 -1
- package/lib/module/icons/keypad.js +0 -81
- package/lib/module/icons/keypad.js.map +0 -1
- package/lib/module/icons/loader.js +0 -168
- package/lib/module/icons/loader.js.map +0 -1
- package/lib/module/icons/nerd-view.js.map +0 -1
- package/lib/module/icons/selector.js +0 -45
- package/lib/module/icons/selector.js.map +0 -1
- package/lib/module/icons/wallet.js +0 -111
- package/lib/module/icons/wallet.js.map +0 -1
- package/lib/module/image/image-or-component.js +0 -71
- package/lib/module/image/image-or-component.js.map +0 -1
- package/lib/module/image/index.js +0 -3
- package/lib/module/image/index.js.map +0 -1
- package/lib/module/input/index.js.map +0 -1
- package/lib/module/input/radio-group.js +0 -87
- package/lib/module/input/radio-group.js.map +0 -1
- package/lib/module/input/selection-input.js +0 -92
- package/lib/module/input/selection-input.js.map +0 -1
- package/lib/module/input/text-input.js +0 -185
- package/lib/module/input/text-input.js.map +0 -1
- package/lib/module/list/index.js +0 -5
- package/lib/module/list/index.js.map +0 -1
- package/lib/module/list/list-section-header.js +0 -28
- package/lib/module/list/list-section-header.js.map +0 -1
- package/lib/module/list/list-title-header.js +0 -27
- package/lib/module/list/list-title-header.js.map +0 -1
- package/lib/module/loader/index.js.map +0 -1
- package/lib/module/loader/loader.js +0 -130
- package/lib/module/loader/loader.js.map +0 -1
- package/lib/module/loader/loading-result.js +0 -84
- package/lib/module/loader/loading-result.js.map +0 -1
- package/lib/module/nerd-view/index.js +0 -3
- package/lib/module/nerd-view/index.js.map +0 -1
- package/lib/module/nerd-view/nerd-mode-item.js +0 -224
- package/lib/module/nerd-view/nerd-mode-item.js.map +0 -1
- package/lib/module/pin/index.js +0 -4
- package/lib/module/pin/index.js.map +0 -1
- package/lib/module/pin/keypad.js +0 -191
- package/lib/module/pin/keypad.js.map +0 -1
- package/lib/module/pin/pin-code-screen.js +0 -152
- package/lib/module/pin/pin-code-screen.js.map +0 -1
- package/lib/module/pin/pins.js +0 -46
- package/lib/module/pin/pins.js.map +0 -1
- package/lib/module/screens/backup-screen.js +0 -78
- package/lib/module/screens/backup-screen.js.map +0 -1
- package/lib/module/screens/image-preview-screen.js +0 -83
- package/lib/module/screens/image-preview-screen.js.map +0 -1
- package/lib/module/screens/index.js +0 -13
- package/lib/module/screens/index.js.map +0 -1
- package/lib/module/screens/nerd-mode-screen.js +0 -132
- package/lib/module/screens/nerd-mode-screen.js.map +0 -1
- package/lib/module/screens/qr-code-scanner-screen.js +0 -110
- package/lib/module/screens/qr-code-scanner-screen.js.map +0 -1
- package/lib/module/screens/scroll-view-screen.js +0 -86
- package/lib/module/screens/scroll-view-screen.js.map +0 -1
- package/lib/module/screens/section-list-screen.js +0 -59
- package/lib/module/screens/section-list-screen.js.map +0 -1
- package/lib/module/searchbar/animated-search-bar.js +0 -78
- package/lib/module/searchbar/animated-search-bar.js.map +0 -1
- package/lib/module/searchbar/index.js.map +0 -1
- package/lib/module/searchbar/search-bar.js +0 -89
- package/lib/module/searchbar/search-bar.js.map +0 -1
- package/lib/module/settings/button-setting.js +0 -57
- package/lib/module/settings/button-setting.js.map +0 -1
- package/lib/module/settings/index.js.map +0 -1
- package/lib/module/settings/setting-item-separator.js +0 -32
- package/lib/module/settings/setting-item-separator.js.map +0 -1
- package/lib/module/settings/setting-item.js +0 -69
- package/lib/module/settings/setting-item.js.map +0 -1
- package/lib/module/settings/settings-button.js +0 -27
- package/lib/module/settings/settings-button.js.map +0 -1
- package/lib/module/settings/switch-setting.js +0 -27
- package/lib/module/settings/switch-setting.js.map +0 -1
- package/lib/module/state/error-screen.js +0 -63
- package/lib/module/state/error-screen.js.map +0 -1
- package/lib/module/state/index.js.map +0 -1
- package/lib/module/text/base.js +0 -31
- package/lib/module/text/base.js.map +0 -1
- package/lib/module/text/font.js +0 -56
- package/lib/module/text/font.js.map +0 -1
- package/lib/module/text/index.js +0 -3
- package/lib/module/text/index.js.map +0 -1
- package/lib/module/text/typography.js +0 -111
- package/lib/module/text/typography.js.map +0 -1
- package/lib/module/theme/color-scheme-context.js +0 -44
- package/lib/module/theme/color-scheme-context.js.map +0 -1
- package/lib/module/theme/color-scheme.js.map +0 -1
- package/lib/module/theme/index.js.map +0 -1
- package/lib/typescript/accessibility/accessibility.d.ts +0 -55
- package/lib/typescript/accessibility/accessibilityHistory.d.ts +0 -13
- package/lib/typescript/accessibility/accessibilityHistoryWrappers.d.ts +0 -18
- package/lib/typescript/accessibility/index.d.ts +0 -6
- package/lib/typescript/buttons/back-button.d.ts +0 -9
- package/lib/typescript/buttons/button.d.ts +0 -22
- package/lib/typescript/buttons/index.d.ts +0 -7
- package/lib/typescript/buttons/scan-button.d.ts +0 -5
- package/lib/typescript/credential/card/credential-card.d.ts +0 -22
- package/lib/typescript/credential/card/credential-header.d.ts +0 -20
- package/lib/typescript/credential/card/index.d.ts +0 -10
- package/lib/typescript/credential/credential-attribute-item.d.ts +0 -48
- package/lib/typescript/credential/index.d.ts +0 -8
- package/lib/typescript/entity/avatar.d.ts +0 -10
- package/lib/typescript/entity/entity-cluster.d.ts +0 -12
- package/lib/typescript/header/index.d.ts +0 -8
- package/lib/typescript/history/data-item.d.ts +0 -12
- package/lib/typescript/history/history-list-item.d.ts +0 -14
- package/lib/typescript/history/history-section-header.d.ts +0 -7
- package/lib/typescript/history/history-section-list-item.d.ts +0 -7
- package/lib/typescript/history/index.d.ts +0 -8
- package/lib/typescript/icons/history.d.ts +0 -42
- package/lib/typescript/image/index.d.ts +0 -2
- package/lib/typescript/input/selection-input.d.ts +0 -32
- package/lib/typescript/list/index.d.ts +0 -4
- package/lib/typescript/nerd-view/index.d.ts +0 -2
- package/lib/typescript/pin/index.d.ts +0 -3
- package/lib/typescript/pin/keypad.d.ts +0 -16
- package/lib/typescript/screens/index.d.ts +0 -12
- package/lib/typescript/screens/nerd-mode-screen.d.ts +0 -22
- package/lib/typescript/text/index.d.ts +0 -2
- package/lib/typescript/text/typography.d.ts +0 -112
- package/lib/typescript/theme/color-scheme.d.ts +0 -31
- package/src/accessibility/accessibility.ts +0 -215
- package/src/accessibility/accessibilityHistory.tsx +0 -77
- package/src/accessibility/accessibilityHistoryWrappers.tsx +0 -80
- package/src/accessibility/index.ts +0 -35
- package/src/action-modal/ActionModal.stories.tsx +0 -35
- package/src/activity-indicator/activity-indicator.stories.tsx +0 -21
- package/src/blur/blur-view.tsx +0 -82
- package/src/buttons/back-button.stories.tsx +0 -31
- package/src/buttons/back-button.tsx +0 -31
- package/src/buttons/button.stories.tsx +0 -29
- package/src/buttons/button.tsx +0 -169
- package/src/buttons/connectivity-button.stories.tsx +0 -34
- package/src/buttons/connectivity-button.tsx +0 -95
- package/src/buttons/ghost-button.stories.tsx +0 -28
- package/src/buttons/index.ts +0 -24
- package/src/buttons/scan-button.stories.tsx +0 -26
- package/src/control/checkbox.stories.tsx +0 -27
- package/src/control/switch.stories.tsx +0 -29
- package/src/credential/card/credential-card.stories.tsx +0 -52
- package/src/credential/card/credential-card.tsx +0 -195
- package/src/credential/card/credential-details-card.stories.tsx +0 -268
- package/src/credential/card/credential-details-card.tsx +0 -242
- package/src/credential/card/credential-details-list-item.tsx +0 -87
- package/src/credential/card/credential-header.stories.tsx +0 -50
- package/src/credential/card/credential-header.tsx +0 -195
- package/src/credential/card/credential-image-carousel.tsx +0 -113
- package/src/credential/card/index.ts +0 -11
- package/src/credential/credential-attribute-item.tsx +0 -372
- package/src/credential/index.ts +0 -13
- package/src/credential/selector.stories.tsx +0 -37
- package/src/credential/selector.tsx +0 -64
- package/src/detail/detail.stories.tsx +0 -65
- package/src/detail/detail.tsx +0 -98
- package/src/entity/avatar.stories.tsx +0 -39
- package/src/entity/avatar.tsx +0 -87
- package/src/entity/entity-cluster.stories.tsx +0 -42
- package/src/entity/entity-cluster.tsx +0 -72
- package/src/header/header.stories.tsx +0 -59
- package/src/header/header.tsx +0 -105
- package/src/header/index.ts +0 -9
- package/src/header/navigation-header.stories.tsx +0 -56
- package/src/header/navigation-header.tsx +0 -147
- package/src/history/data-item.tsx +0 -79
- package/src/history/history-list-item.tsx +0 -102
- package/src/history/history-section-header.tsx +0 -44
- package/src/history/history-section-list-item.tsx +0 -41
- package/src/history/index.ts +0 -9
- package/src/icons/entity.tsx +0 -21
- package/src/icons/history.tsx +0 -378
- package/src/image/index.tsx +0 -3
- package/src/input/radio-group.tsx +0 -110
- package/src/input/selection-input.stories.tsx +0 -46
- package/src/input/selection-input.tsx +0 -112
- package/src/input/text-input.tsx +0 -253
- package/src/list/index.ts +0 -5
- package/src/loader/loader.stories.tsx +0 -31
- package/src/loader/loader.tsx +0 -169
- package/src/loader/loading-result.stories.tsx +0 -67
- package/src/loader/loading-result.tsx +0 -93
- package/src/nerd-view/index.ts +0 -3
- package/src/nerd-view/nerd-mode-item.tsx +0 -296
- package/src/pin/index.ts +0 -4
- package/src/pin/keypad.tsx +0 -166
- package/src/pin/pin-code-screen.stories.tsx +0 -80
- package/src/pin/pin-code-screen.tsx +0 -195
- package/src/screens/backup-screen.tsx +0 -92
- package/src/screens/image-preview-screen.stories.tsx +0 -28
- package/src/screens/image-preview-screen.tsx +0 -82
- package/src/screens/index.ts +0 -13
- package/src/screens/nerd-mode-screen.tsx +0 -150
- package/src/screens/qr-code-scanner-screen.stories.tsx +0 -37
- package/src/screens/qr-code-scanner-screen.tsx +0 -124
- package/src/screens/scroll-view-screen.tsx +0 -91
- package/src/screens/section-list-screen.tsx +0 -61
- package/src/searchbar/search-bar.stories.tsx +0 -31
- package/src/searchbar/search-bar.tsx +0 -94
- package/src/state/error-screen.stories.tsx +0 -22
- package/src/state/error-screen.tsx +0 -71
- package/src/text/index.ts +0 -3
- package/src/text/typography.stories.tsx +0 -70
- package/src/theme/color-scheme-context.tsx +0 -48
- package/src/theme/color-scheme.ts +0 -31
- /package/lib/commonjs/{accessibility → ui-components/accessibility}/locale/de.json +0 -0
- /package/lib/commonjs/{accessibility → ui-components/accessibility}/locale/en.json +0 -0
- /package/lib/commonjs/{accessibility → ui-components/accessibility}/locale/fr.json +0 -0
- /package/lib/commonjs/{accessibility → ui-components/accessibility}/locale/it.json +0 -0
- /package/lib/commonjs/{accessibility → ui-components/accessibility}/locale.test.js +0 -0
- /package/lib/commonjs/{control → ui-components/control}/index.js +0 -0
- /package/lib/commonjs/{icons → ui-components/icons}/index.js +0 -0
- /package/lib/commonjs/{theme → ui-components/theme}/color-scheme.js +0 -0
- /package/lib/commonjs/{theme → ui-components/theme}/index.js +0 -0
- /package/lib/module/{accessibility → ui-components/accessibility}/locale/de.json +0 -0
- /package/lib/module/{accessibility → ui-components/accessibility}/locale/en.json +0 -0
- /package/lib/module/{accessibility → ui-components/accessibility}/locale/fr.json +0 -0
- /package/lib/module/{accessibility → ui-components/accessibility}/locale/index.js +0 -0
- /package/lib/module/{accessibility → ui-components/accessibility}/locale/it.json +0 -0
- /package/lib/module/{accessibility → ui-components/accessibility}/locale.test.js +0 -0
- /package/lib/module/{action-modal → ui-components/action-modal}/index.js +0 -0
- /package/lib/module/{activity-indicator → ui-components/activity-indicator}/index.js +0 -0
- /package/lib/module/{blur → ui-components/blur}/index.js +0 -0
- /package/lib/module/{camera → ui-components/camera}/index.js +0 -0
- /package/lib/module/{control → ui-components/control}/index.js +0 -0
- /package/lib/module/{detail → ui-components/detail}/index.js +0 -0
- /package/lib/module/{entity → ui-components/entity}/index.js +0 -0
- /package/lib/module/{icons → ui-components/icons}/index.js +0 -0
- /package/lib/module/{icons → ui-components/icons}/input.js +0 -0
- /package/lib/module/{icons → ui-components/icons}/nerd-view.js +0 -0
- /package/lib/module/{input → ui-components/input}/index.js +0 -0
- /package/lib/module/{loader → ui-components/loader}/index.js +0 -0
- /package/lib/module/{searchbar → ui-components/searchbar}/index.js +0 -0
- /package/lib/module/{settings → ui-components/settings}/index.js +0 -0
- /package/lib/module/{state → ui-components/state}/index.js +0 -0
- /package/lib/module/{theme → ui-components/theme}/color-scheme.js +0 -0
- /package/lib/module/{theme → ui-components/theme}/index.js +0 -0
- /package/lib/typescript/{accessibility → ui-components/accessibility}/accessibilityLanguage.d.ts +0 -0
- /package/lib/typescript/{accessibility → ui-components/accessibility}/locale/index.d.ts +0 -0
- /package/lib/typescript/{accessibility → ui-components/accessibility}/locale.test.d.ts +0 -0
- /package/lib/typescript/{action-modal → ui-components/action-modal}/ActionModal.d.ts +0 -0
- /package/lib/typescript/{action-modal → ui-components/action-modal}/index.d.ts +0 -0
- /package/lib/typescript/{activity-indicator → ui-components/activity-indicator}/activity-indicator.d.ts +0 -0
- /package/lib/typescript/{activity-indicator → ui-components/activity-indicator}/index.d.ts +0 -0
- /package/lib/typescript/{blur → ui-components/blur}/blur-view.d.ts +0 -0
- /package/lib/typescript/{blur → ui-components/blur}/index.d.ts +0 -0
- /package/lib/typescript/{buttons → ui-components/buttons}/connectivity-button.d.ts +0 -0
- /package/lib/typescript/{buttons → ui-components/buttons}/filter-button.d.ts +0 -0
- /package/lib/typescript/{buttons → ui-components/buttons}/ghost-button.d.ts +0 -0
- /package/lib/typescript/{camera → ui-components/camera}/camera-overlay.d.ts +0 -0
- /package/lib/typescript/{camera → ui-components/camera}/index.d.ts +0 -0
- /package/lib/typescript/{camera → ui-components/camera}/qr-code-scanner.d.ts +0 -0
- /package/lib/typescript/{control → ui-components/control}/checkbox.d.ts +0 -0
- /package/lib/typescript/{control → ui-components/control}/index.d.ts +0 -0
- /package/lib/typescript/{control → ui-components/control}/switch.d.ts +0 -0
- /package/lib/typescript/{credential → ui-components/credential}/card/credential-details-card.d.ts +0 -0
- /package/lib/typescript/{credential → ui-components/credential}/card/credential-details-list-item.d.ts +0 -0
- /package/lib/typescript/{credential → ui-components/credential}/card/credential-image-carousel.d.ts +0 -0
- /package/lib/typescript/{credential → ui-components/credential}/credential-carousel-images.d.ts +0 -0
- /package/lib/typescript/{credential → ui-components/credential}/selector-status.d.ts +0 -0
- /package/lib/typescript/{credential → ui-components/credential}/selector.d.ts +0 -0
- /package/lib/typescript/{detail → ui-components/detail}/detail.d.ts +0 -0
- /package/lib/typescript/{detail → ui-components/detail}/index.d.ts +0 -0
- /package/lib/typescript/{entity → ui-components/entity}/index.d.ts +0 -0
- /package/lib/typescript/{header → ui-components/header}/focus-aware-status-bar.d.ts +0 -0
- /package/lib/typescript/{header → ui-components/header}/foldable-header.d.ts +0 -0
- /package/lib/typescript/{header → ui-components/header}/header.d.ts +0 -0
- /package/lib/typescript/{header → ui-components/header}/navigation-header.d.ts +0 -0
- /package/lib/typescript/{icons → ui-components/icons}/connectivity.d.ts +0 -0
- /package/lib/typescript/{icons → ui-components/icons}/credential.d.ts +0 -0
- /package/lib/typescript/{icons → ui-components/icons}/entity.d.ts +0 -0
- /package/lib/typescript/{icons → ui-components/icons}/icons.d.ts +0 -0
- /package/lib/typescript/{icons → ui-components/icons}/index.d.ts +0 -0
- /package/lib/typescript/{icons → ui-components/icons}/input.d.ts +0 -0
- /package/lib/typescript/{icons → ui-components/icons}/keypad.d.ts +0 -0
- /package/lib/typescript/{icons → ui-components/icons}/loader.d.ts +0 -0
- /package/lib/typescript/{icons → ui-components/icons}/nerd-view.d.ts +0 -0
- /package/lib/typescript/{icons → ui-components/icons}/selector.d.ts +0 -0
- /package/lib/typescript/{icons → ui-components/icons}/wallet.d.ts +0 -0
- /package/lib/typescript/{image → ui-components/image}/image-or-component.d.ts +0 -0
- /package/lib/typescript/{input → ui-components/input}/index.d.ts +0 -0
- /package/lib/typescript/{input → ui-components/input}/radio-group.d.ts +0 -0
- /package/lib/typescript/{input → ui-components/input}/text-input.d.ts +0 -0
- /package/lib/typescript/{list → ui-components/list}/list-section-header.d.ts +0 -0
- /package/lib/typescript/{list → ui-components/list}/list-title-header.d.ts +0 -0
- /package/lib/typescript/{loader → ui-components/loader}/index.d.ts +0 -0
- /package/lib/typescript/{loader → ui-components/loader}/loader.d.ts +0 -0
- /package/lib/typescript/{loader → ui-components/loader}/loading-result.d.ts +0 -0
- /package/lib/typescript/{nerd-view → ui-components/nerd-view}/nerd-mode-item.d.ts +0 -0
- /package/lib/typescript/{pin → ui-components/pin}/pin-code-screen.d.ts +0 -0
- /package/lib/typescript/{pin → ui-components/pin}/pins.d.ts +0 -0
- /package/lib/typescript/{screens → ui-components/screens}/backup-screen.d.ts +0 -0
- /package/lib/typescript/{screens → ui-components/screens}/image-preview-screen.d.ts +0 -0
- /package/lib/typescript/{screens → ui-components/screens}/qr-code-scanner-screen.d.ts +0 -0
- /package/lib/typescript/{screens → ui-components/screens}/scroll-view-screen.d.ts +0 -0
- /package/lib/typescript/{screens → ui-components/screens}/section-list-screen.d.ts +0 -0
- /package/lib/typescript/{searchbar → ui-components/searchbar}/animated-search-bar.d.ts +0 -0
- /package/lib/typescript/{searchbar → ui-components/searchbar}/index.d.ts +0 -0
- /package/lib/typescript/{searchbar → ui-components/searchbar}/search-bar.d.ts +0 -0
- /package/lib/typescript/{settings → ui-components/settings}/button-setting.d.ts +0 -0
- /package/lib/typescript/{settings → ui-components/settings}/index.d.ts +0 -0
- /package/lib/typescript/{settings → ui-components/settings}/setting-item-separator.d.ts +0 -0
- /package/lib/typescript/{settings → ui-components/settings}/setting-item.d.ts +0 -0
- /package/lib/typescript/{settings → ui-components/settings}/settings-button.d.ts +0 -0
- /package/lib/typescript/{settings → ui-components/settings}/switch-setting.d.ts +0 -0
- /package/lib/typescript/{state → ui-components/state}/error-screen.d.ts +0 -0
- /package/lib/typescript/{state → ui-components/state}/index.d.ts +0 -0
- /package/lib/typescript/{text → ui-components/text}/base.d.ts +0 -0
- /package/lib/typescript/{text → ui-components/text}/font.d.ts +0 -0
- /package/lib/typescript/{theme → ui-components/theme}/color-scheme-context.d.ts +0 -0
- /package/lib/typescript/{theme → ui-components/theme}/index.d.ts +0 -0
- /package/src/{accessibility → ui-components/accessibility}/accessibilityLanguage.tsx +0 -0
- /package/src/{accessibility → ui-components/accessibility}/locale/de.json +0 -0
- /package/src/{accessibility → ui-components/accessibility}/locale/en.json +0 -0
- /package/src/{accessibility → ui-components/accessibility}/locale/fr.json +0 -0
- /package/src/{accessibility → ui-components/accessibility}/locale/index.ts +0 -0
- /package/src/{accessibility → ui-components/accessibility}/locale/it.json +0 -0
- /package/src/{accessibility → ui-components/accessibility}/locale.test.ts +0 -0
- /package/src/{action-modal → ui-components/action-modal}/ActionModal.tsx +0 -0
- /package/src/{action-modal → ui-components/action-modal}/index.ts +0 -0
- /package/src/{activity-indicator → ui-components/activity-indicator}/activity-indicator.tsx +0 -0
- /package/src/{activity-indicator → ui-components/activity-indicator}/index.ts +0 -0
- /package/src/{blur → ui-components/blur}/index.ts +0 -0
- /package/src/{buttons → ui-components/buttons}/filter-button.tsx +0 -0
- /package/src/{buttons → ui-components/buttons}/ghost-button.tsx +0 -0
- /package/src/{buttons → ui-components/buttons}/scan-button.tsx +0 -0
- /package/src/{camera → ui-components/camera}/camera-overlay.tsx +0 -0
- /package/src/{camera → ui-components/camera}/index.tsx +0 -0
- /package/src/{camera → ui-components/camera}/qr-code-scanner.tsx +0 -0
- /package/src/{control → ui-components/control}/checkbox.tsx +0 -0
- /package/src/{control → ui-components/control}/index.ts +0 -0
- /package/src/{control → ui-components/control}/switch.tsx +0 -0
- /package/src/{credential → ui-components/credential}/credential-carousel-images.tsx +0 -0
- /package/src/{credential → ui-components/credential}/selector-status.ts +0 -0
- /package/src/{detail → ui-components/detail}/index.tsx +0 -0
- /package/src/{entity → ui-components/entity}/index.ts +0 -0
- /package/src/{header → ui-components/header}/focus-aware-status-bar.tsx +0 -0
- /package/src/{header → ui-components/header}/foldable-header.tsx +0 -0
- /package/src/{icons → ui-components/icons}/connectivity.tsx +0 -0
- /package/src/{icons → ui-components/icons}/credential.tsx +0 -0
- /package/src/{icons → ui-components/icons}/icons.tsx +0 -0
- /package/src/{icons → ui-components/icons}/index.ts +0 -0
- /package/src/{icons → ui-components/icons}/input.tsx +0 -0
- /package/src/{icons → ui-components/icons}/keypad.tsx +0 -0
- /package/src/{icons → ui-components/icons}/loader.tsx +0 -0
- /package/src/{icons → ui-components/icons}/nerd-view.tsx +0 -0
- /package/src/{icons → ui-components/icons}/selector.tsx +0 -0
- /package/src/{icons → ui-components/icons}/wallet.tsx +0 -0
- /package/src/{image → ui-components/image}/image-or-component.tsx +0 -0
- /package/src/{input → ui-components/input}/index.ts +0 -0
- /package/src/{list → ui-components/list}/list-section-header.tsx +0 -0
- /package/src/{list → ui-components/list}/list-title-header.tsx +0 -0
- /package/src/{loader → ui-components/loader}/index.ts +0 -0
- /package/src/{pin → ui-components/pin}/pins.tsx +0 -0
- /package/src/{searchbar → ui-components/searchbar}/animated-search-bar.tsx +0 -0
- /package/src/{searchbar → ui-components/searchbar}/index.ts +0 -0
- /package/src/{settings → ui-components/settings}/button-setting.tsx +0 -0
- /package/src/{settings → ui-components/settings}/index.ts +0 -0
- /package/src/{settings → ui-components/settings}/setting-item-separator.tsx +0 -0
- /package/src/{settings → ui-components/settings}/setting-item.tsx +0 -0
- /package/src/{settings → ui-components/settings}/settings-button.tsx +0 -0
- /package/src/{settings → ui-components/settings}/switch-setting.tsx +0 -0
- /package/src/{state → ui-components/state}/index.ts +0 -0
- /package/src/{text → ui-components/text}/base.tsx +0 -0
- /package/src/{text → ui-components/text}/font.ts +0 -0
- /package/src/{text → ui-components/text}/typography.tsx +0 -0
- /package/src/{theme → ui-components/theme}/index.ts +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_color","require","pinLockAnimation","color","cArray","colorArray","assets","ddd","fr","h","ip","layers","ao","bm","ef","ix","mn","nm","ty","v","a","k","en","np","ind","ks","o","p","r","s","op","shapes","cix","hd","it","d","c","lc","lj","ml","w","sa","sk","sr","st","i","x","y","t","e","m","markers","cm","dr","tm","_default","exports","default"],"sources":["pin-lock-animation.tsx"],"sourcesContent":["import { ColorValue } from 'react-native';\n\nimport { colorArray } from '../../utils/color';\n\nconst pinLockAnimation = (color: ColorValue) => {\n const cArray = colorArray(color);\n return {\n assets: [],\n ddd: 0,\n fr: 29.9700012207031,\n h: 130,\n ip: 0,\n layers: [\n {\n ao: 0,\n bm: 0,\n ddd: 0,\n ef: [\n {\n ef: [\n {\n ix: 1,\n mn: 'ADBE Radial Wipe-0001',\n nm: 'Transition Completion',\n ty: 0,\n v: { a: 0, ix: 1, k: 0 },\n },\n {\n ix: 2,\n mn: 'ADBE Radial Wipe-0002',\n nm: 'Start Angle',\n ty: 0,\n v: { a: 0, ix: 2, k: 0 },\n },\n {\n ix: 3,\n mn: 'ADBE Radial Wipe-0003',\n nm: 'Wipe Center',\n ty: 3,\n v: { a: 0, ix: 3, k: [65, 65] },\n },\n {\n ix: 4,\n mn: 'ADBE Radial Wipe-0004',\n nm: 'Wipe',\n ty: 7,\n v: { a: 0, ix: 4, k: 1 },\n },\n {\n ix: 5,\n mn: 'ADBE Radial Wipe-0005',\n nm: 'Feather',\n ty: 0,\n v: { a: 0, ix: 5, k: 0 },\n },\n ],\n en: 1,\n ix: 1,\n mn: 'ADBE Radial Wipe',\n nm: 'Radial Wipe',\n np: 7,\n ty: 26,\n },\n ],\n ind: 1,\n ip: 0,\n ks: {\n a: { a: 0, ix: 1, k: [0, 0, 0] },\n o: { a: 0, ix: 11, k: 100 },\n p: { a: 0, ix: 2, k: [64.75, 65, 0] },\n r: { a: 0, ix: 10, k: 0 },\n s: { a: 0, ix: 6, k: [100, 100, 100] },\n },\n nm: 'body',\n op: 1832.00007461889,\n shapes: [\n {\n bm: 0,\n cix: 2,\n hd: false,\n it: [\n {\n d: 1,\n hd: false,\n mn: 'ADBE Vector Shape - Ellipse',\n nm: 'Ellipse Path 1',\n p: { a: 0, ix: 3, k: [0, 0] },\n s: { a: 0, ix: 2, k: [86.041, 86.041] },\n ty: 'el',\n },\n {\n bm: 0,\n c: { a: 0, ix: 3, k: [0, 0, 0, 1] },\n hd: false,\n lc: 1,\n lj: 1,\n ml: 4,\n mn: 'ADBE Vector Graphic - Stroke',\n nm: 'Stroke 1',\n o: { a: 0, ix: 4, k: 100 },\n ty: 'st',\n w: { a: 0, ix: 5, k: 6 },\n },\n {\n a: { a: 0, ix: 1, k: [0, 0] },\n nm: 'Transform',\n o: { a: 0, ix: 7, k: 100 },\n p: { a: 0, ix: 2, k: [0.25, 0] },\n r: { a: 0, ix: 6, k: 0 },\n s: { a: 0, ix: 3, k: [100, 100] },\n sa: { a: 0, ix: 5, k: 0 },\n sk: { a: 0, ix: 4, k: 0 },\n ty: 'tr',\n },\n ],\n ix: 1,\n mn: 'ADBE Vector Group',\n nm: 'Ellipse 1',\n np: 2,\n ty: 'gr',\n },\n {\n bm: 0,\n cix: 2,\n hd: false,\n it: [\n {\n d: 1,\n hd: false,\n mn: 'ADBE Vector Shape - Ellipse',\n nm: 'Ellipse Path 1',\n p: { a: 0, ix: 3, k: [0, 0] },\n s: { a: 0, ix: 2, k: [9.352, 9.352] },\n ty: 'el',\n },\n {\n bm: 0,\n c: { a: 0, ix: 3, k: [0, 0, 0, 1] },\n hd: false,\n lc: 1,\n lj: 1,\n ml: 4,\n mn: 'ADBE Vector Graphic - Stroke',\n nm: 'Stroke 1',\n o: { a: 0, ix: 4, k: 100 },\n ty: 'st',\n w: { a: 0, ix: 5, k: 0 },\n },\n {\n bm: 0,\n c: { a: 0, ix: 4, k: [0, 0, 0, 1] },\n hd: false,\n mn: 'ADBE Vector Graphic - Fill',\n nm: 'Fill 1',\n o: { a: 0, ix: 5, k: 100 },\n r: 1,\n ty: 'fl',\n },\n {\n a: { a: 0, ix: 1, k: [0, 0] },\n nm: 'Transform',\n o: { a: 0, ix: 7, k: 100 },\n p: { a: 0, ix: 2, k: [0, -1.5] },\n r: { a: 0, ix: 6, k: 0 },\n s: { a: 0, ix: 3, k: [100, 100] },\n sa: { a: 0, ix: 5, k: 0 },\n sk: { a: 0, ix: 4, k: 0 },\n ty: 'tr',\n },\n ],\n ix: 2,\n mn: 'ADBE Vector Group',\n nm: 'Ellipse 2',\n np: 3,\n ty: 'gr',\n },\n {\n bm: 0,\n cix: 2,\n hd: false,\n it: [\n {\n d: 1,\n hd: false,\n mn: 'ADBE Vector Shape - Ellipse',\n nm: 'Ellipse Path 1',\n p: { a: 0, ix: 3, k: [0, 0] },\n s: { a: 0, ix: 2, k: [8.805, 8.805] },\n ty: 'el',\n },\n {\n bm: 0,\n c: { a: 0, ix: 3, k: [0, 0, 0, 1] },\n hd: false,\n lc: 1,\n lj: 1,\n ml: 4,\n mn: 'ADBE Vector Graphic - Stroke',\n nm: 'Stroke 1',\n o: { a: 0, ix: 4, k: 100 },\n ty: 'st',\n w: { a: 0, ix: 5, k: 0 },\n },\n {\n bm: 0,\n c: { a: 0, ix: 4, k: [0, 0, 0, 1] },\n hd: false,\n mn: 'ADBE Vector Graphic - Fill',\n nm: 'Fill 1',\n o: { a: 0, ix: 5, k: 100 },\n r: 1,\n ty: 'fl',\n },\n {\n a: { a: 0, ix: 1, k: [0, 0] },\n nm: 'Transform',\n o: { a: 0, ix: 7, k: 100 },\n p: { a: 0, ix: 2, k: [31.518, -36.291] },\n r: { a: 0, ix: 6, k: 0 },\n s: { a: 0, ix: 3, k: [100, 100] },\n sa: { a: 0, ix: 5, k: 0 },\n sk: { a: 0, ix: 4, k: 0 },\n ty: 'tr',\n },\n ],\n ix: 3,\n mn: 'ADBE Vector Group',\n nm: 'Ellipse 3',\n np: 3,\n ty: 'gr',\n },\n {\n bm: 0,\n cix: 2,\n hd: false,\n it: [\n {\n d: 1,\n hd: false,\n mn: 'ADBE Vector Shape - Rect',\n nm: 'Rectangle Path 1',\n p: { a: 0, ix: 3, k: [0, 0] },\n r: { a: 0, ix: 4, k: 0 },\n s: { a: 0, ix: 2, k: [9.703, 8.758] },\n ty: 'rc',\n },\n {\n bm: 0,\n c: { a: 0, ix: 3, k: [0, 0, 0, 1] },\n hd: false,\n lc: 2,\n lj: 2,\n mn: 'ADBE Vector Graphic - Stroke',\n nm: 'Stroke 1',\n o: { a: 0, ix: 4, k: 100 },\n ty: 'st',\n w: { a: 0, ix: 5, k: 5 },\n },\n {\n a: { a: 0, ix: 1, k: [0, 0] },\n nm: 'Transform',\n o: { a: 0, ix: 7, k: 100 },\n p: { a: 0, ix: 2, k: [-0.145, -48.791] },\n r: { a: 0, ix: 6, k: 0 },\n s: { a: 0, ix: 3, k: [100, 100] },\n sa: { a: 0, ix: 5, k: 0 },\n sk: { a: 0, ix: 4, k: 0 },\n ty: 'tr',\n },\n ],\n ix: 4,\n mn: 'ADBE Vector Group',\n nm: 'Rectangle 1',\n np: 3,\n ty: 'gr',\n },\n ],\n sr: 1,\n st: 0,\n ty: 4,\n },\n {\n ao: 0,\n bm: 0,\n ddd: 0,\n ind: 2,\n ip: 0,\n ks: {\n a: { a: 0, ix: 1, k: [0, 0, 0] },\n o: { a: 0, ix: 11, k: 100 },\n p: { a: 0, ix: 2, k: [65, 65, 0] },\n r: {\n a: 1,\n ix: 10,\n k: [\n {\n i: { x: [0.833], y: [0.833] },\n o: { x: [0.167], y: [0.167] },\n s: [0],\n t: 0,\n },\n { s: [360], t: 1797.00007319331 },\n ],\n },\n s: { a: 0, ix: 6, k: [100, 100, 100] },\n },\n nm: 'arrow',\n op: 1798.00007323404,\n shapes: [\n {\n bm: 0,\n cix: 2,\n hd: false,\n it: [\n {\n hd: false,\n ind: 0,\n ix: 1,\n ks: {\n a: 0,\n ix: 2,\n k: {\n c: false,\n i: [\n [0, 0],\n [0, 0],\n ],\n o: [\n [0, 0],\n [0, 0],\n ],\n v: [\n [-0.25, 2.745],\n [-0.25, -27.755],\n ],\n },\n },\n mn: 'ADBE Vector Shape - Group',\n nm: 'Path 1',\n ty: 'sh',\n },\n {\n bm: 0,\n c: { a: 0, ix: 3, k: [0, 0, 0, 1] },\n hd: false,\n lc: 2,\n lj: 1,\n ml: 4,\n mn: 'ADBE Vector Graphic - Stroke',\n nm: 'Stroke 1',\n o: { a: 0, ix: 4, k: 100 },\n ty: 'st',\n w: { a: 0, ix: 5, k: 6 },\n },\n {\n a: { a: 0, ix: 1, k: [0, 0] },\n nm: 'Transform',\n o: { a: 0, ix: 7, k: 100 },\n p: { a: 0, ix: 2, k: [0, 5] },\n r: { a: 0, ix: 6, k: 0 },\n s: { a: 0, ix: 3, k: [-62.71, 157.64] },\n sa: { a: 0, ix: 5, k: 0 },\n sk: { a: 0, ix: 4, k: 0 },\n ty: 'tr',\n },\n ],\n ix: 1,\n mn: 'ADBE Vector Group',\n nm: 'Shape 1',\n np: 3,\n ty: 'gr',\n },\n ],\n sr: 1,\n st: 0,\n ty: 4,\n },\n {\n ao: 0,\n bm: 0,\n ddd: 0,\n ind: 3,\n ip: 0,\n ks: {\n a: { a: 0, ix: 1, k: [0, 0, 0] },\n o: { a: 0, ix: 11, k: 100 },\n p: { a: 0, ix: 2, k: [65.75, 65, 0] },\n r: { a: 0, ix: 10, k: 0 },\n s: { a: 0, ix: 6, k: [109.34, 109.34, 100] },\n },\n nm: 'yellow',\n op: 1798.00007323404,\n shapes: [\n {\n bm: 0,\n cix: 2,\n hd: false,\n it: [\n {\n hd: false,\n ind: 0,\n ix: 1,\n ks: {\n a: 0,\n ix: 2,\n k: {\n c: true,\n i: [\n [-2.232, 0],\n [0, -2.232],\n [2.232, 0],\n [0, 2.232],\n ],\n o: [\n [2.232, 0],\n [0, 2.232],\n [-2.232, 0],\n [0, -2.232],\n ],\n v: [\n [0, -4.042],\n [4.042, 0],\n [0, 4.042],\n [-4.042, 0],\n ],\n },\n },\n mn: 'ADBE Vector Shape - Group',\n nm: 'Path 1',\n ty: 'sh',\n },\n {\n bm: 0,\n c: { a: 0, ix: 3, k: cArray },\n hd: false,\n lc: 1,\n lj: 1,\n ml: 4,\n mn: 'ADBE Vector Graphic - Stroke',\n nm: 'Stroke 1',\n o: { a: 0, ix: 4, k: 100 },\n ty: 'st',\n w: { a: 0, ix: 5, k: 7 },\n },\n {\n a: { a: 0, ix: 1, k: [0, 0] },\n nm: 'Transform',\n o: { a: 0, ix: 7, k: 100 },\n p: { a: 0, ix: 2, k: [-0.874, -0.013] },\n r: { a: 0, ix: 6, k: 0 },\n s: { a: 0, ix: 3, k: [533.496, 533.496] },\n sa: { a: 0, ix: 5, k: 0 },\n sk: { a: 0, ix: 4, k: 0 },\n ty: 'tr',\n },\n ],\n ix: 1,\n mn: 'ADBE Vector Group',\n nm: 'Ellipse 2',\n np: 3,\n ty: 'gr',\n },\n {\n e: {\n a: 1,\n ix: 2,\n k: [\n {\n i: { x: [0.833], y: [0.833] },\n o: { x: [0.167], y: [0.167] },\n s: [0],\n t: 0,\n },\n { s: [100], t: 1797.00007319331 },\n ],\n },\n hd: false,\n ix: 2,\n m: 1,\n mn: 'ADBE Vector Filter - Trim',\n nm: 'Trim Paths 1',\n o: { a: 0, ix: 3, k: 0 },\n s: { a: 0, ix: 1, k: 0 },\n ty: 'tm',\n },\n ],\n sr: 1,\n st: 0,\n ty: 4,\n },\n ],\n markers: [{ cm: '1', dr: 0, tm: 86.0000035028518 }],\n nm: 'Comp 1',\n op: 1798.00007323404,\n v: '5.5.1',\n w: 130,\n };\n};\n\nexport default pinLockAnimation;\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _native = require("@react-navigation/native");
|
|
8
|
+
var _lottieReactNative = _interopRequireDefault(require("lottie-react-native"));
|
|
9
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
10
|
+
var _reactNative = require("react-native");
|
|
11
|
+
var _text = require("../text");
|
|
12
|
+
var _theme = require("../theme");
|
|
13
|
+
var _pinLockAnimation = _interopRequireDefault(require("./pin-lock-animation"));
|
|
14
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
15
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
16
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
17
|
+
const styles = _reactNative.StyleSheet.create({
|
|
18
|
+
icon: {
|
|
19
|
+
height: 70,
|
|
20
|
+
marginBottom: 20,
|
|
21
|
+
width: 70
|
|
22
|
+
},
|
|
23
|
+
overlay: {
|
|
24
|
+
alignItems: 'center',
|
|
25
|
+
backgroundColor: 'rgba(255,255,255,0.9)',
|
|
26
|
+
flex: 1,
|
|
27
|
+
justifyContent: 'center',
|
|
28
|
+
textAlign: 'center'
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
const PinLockModal = ({
|
|
32
|
+
attempts,
|
|
33
|
+
labels,
|
|
34
|
+
seconds,
|
|
35
|
+
open
|
|
36
|
+
}) => {
|
|
37
|
+
const colorScheme = (0, _theme.useAppColorScheme)();
|
|
38
|
+
const lottie = (0, _react.useRef)(null);
|
|
39
|
+
const isFocused = (0, _native.useIsFocused)();
|
|
40
|
+
(0, _react.useEffect)(() => {
|
|
41
|
+
const currentLottie = lottie.current;
|
|
42
|
+
if (!currentLottie) {
|
|
43
|
+
return;
|
|
44
|
+
}
|
|
45
|
+
if (isFocused) {
|
|
46
|
+
currentLottie.play();
|
|
47
|
+
} else {
|
|
48
|
+
currentLottie.pause();
|
|
49
|
+
}
|
|
50
|
+
return () => {
|
|
51
|
+
currentLottie.reset();
|
|
52
|
+
};
|
|
53
|
+
}, [isFocused]);
|
|
54
|
+
const content = /*#__PURE__*/_react.default.createElement(_lottieReactNative.default, {
|
|
55
|
+
autoPlay: true,
|
|
56
|
+
loop: true,
|
|
57
|
+
ref: lottie,
|
|
58
|
+
resizeMode: "cover",
|
|
59
|
+
source: (0, _pinLockAnimation.default)(colorScheme.accent),
|
|
60
|
+
style: styles.icon
|
|
61
|
+
});
|
|
62
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.Modal, {
|
|
63
|
+
animationType: "slide",
|
|
64
|
+
statusBarTranslucent: true,
|
|
65
|
+
transparent: true,
|
|
66
|
+
visible: open
|
|
67
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
68
|
+
style: styles.overlay
|
|
69
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.StatusBar, {
|
|
70
|
+
backgroundColor: '#00000000',
|
|
71
|
+
barStyle: 'dark-content',
|
|
72
|
+
translucent: true
|
|
73
|
+
}), content, /*#__PURE__*/_react.default.createElement(_text.Typography, {
|
|
74
|
+
color: colorScheme.text,
|
|
75
|
+
preset: "m/heading"
|
|
76
|
+
}, labels.title(attempts)), /*#__PURE__*/_react.default.createElement(_text.Typography, {
|
|
77
|
+
color: colorScheme.text
|
|
78
|
+
}, labels.subtitle(Math.floor(seconds / 60), seconds % 60))));
|
|
79
|
+
};
|
|
80
|
+
var _default = exports.default = PinLockModal;
|
|
81
|
+
//# sourceMappingURL=pin-lock.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_native","require","_lottieReactNative","_interopRequireDefault","_react","_interopRequireWildcard","_reactNative","_text","_theme","_pinLockAnimation","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","styles","StyleSheet","create","icon","height","marginBottom","width","overlay","alignItems","backgroundColor","flex","justifyContent","textAlign","PinLockModal","attempts","labels","seconds","open","colorScheme","useAppColorScheme","lottie","useRef","isFocused","useIsFocused","useEffect","currentLottie","current","play","pause","reset","content","createElement","autoPlay","loop","ref","resizeMode","source","pinLockAnimation","accent","style","Modal","animationType","statusBarTranslucent","transparent","visible","View","StatusBar","barStyle","translucent","Typography","color","text","preset","title","subtitle","Math","floor","_default","exports"],"sources":["pin-lock.tsx"],"sourcesContent":["import { useIsFocused } from '@react-navigation/native';\nimport LottieView from 'lottie-react-native';\nimport React, { FC, useEffect, useRef } from 'react';\nimport { Modal, StatusBar, StyleSheet, View } from 'react-native';\n\nimport { Typography } from '../text';\nimport { useAppColorScheme } from '../theme';\nimport pinLockAnimation from './pin-lock-animation';\n\nconst styles = StyleSheet.create({\n icon: {\n height: 70,\n marginBottom: 20,\n width: 70,\n },\n overlay: {\n alignItems: 'center',\n backgroundColor: 'rgba(255,255,255,0.9)',\n flex: 1,\n justifyContent: 'center',\n textAlign: 'center',\n },\n});\n\nexport type PinLockModalLabels = {\n title: (attempts: number) => string;\n subtitle: (minutes: number, seconds: number) => string;\n};\n\ninterface PinLockModalProps {\n attempts: number;\n labels: PinLockModalLabels;\n open: boolean;\n seconds: number;\n}\n\nconst PinLockModal: FC<PinLockModalProps> = ({ attempts, labels, seconds, open }) => {\n const colorScheme = useAppColorScheme();\n const lottie = useRef<LottieView>(null);\n const isFocused = useIsFocused();\n\n useEffect(() => {\n const currentLottie = lottie.current;\n if (!currentLottie) {\n return;\n }\n if (isFocused) {\n currentLottie.play();\n } else {\n currentLottie.pause();\n }\n return () => {\n currentLottie.reset();\n };\n }, [isFocused]);\n\n const content = (\n <LottieView\n autoPlay={true}\n loop={true}\n ref={lottie}\n resizeMode=\"cover\"\n source={pinLockAnimation(colorScheme.accent)}\n style={styles.icon}\n />\n );\n\n return (\n <Modal animationType=\"slide\" statusBarTranslucent={true} transparent={true} visible={open}>\n <View style={styles.overlay}>\n <StatusBar backgroundColor={'#00000000'} barStyle={'dark-content'} translucent={true} />\n {content}\n <Typography color={colorScheme.text} preset=\"m/heading\">\n {labels.title(attempts)}\n </Typography>\n <Typography color={colorScheme.text}>{labels.subtitle(Math.floor(seconds / 60), seconds % 60)}</Typography>\n </View>\n </Modal>\n );\n};\n\nexport default PinLockModal;\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.Pins = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _reactNative = require("react-native");
|
|
9
|
+
var _accessibilityLanguage = require("../accessibility/accessibilityLanguage");
|
|
10
|
+
var _theme = require("../theme");
|
|
11
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
12
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
13
|
+
const Pins = ({
|
|
14
|
+
enteredLength,
|
|
15
|
+
maxLength,
|
|
16
|
+
style,
|
|
17
|
+
...props
|
|
18
|
+
}) => {
|
|
19
|
+
const t = (0, _accessibilityLanguage.useAccessibilityTranslation)();
|
|
20
|
+
const colorScheme = (0, _theme.useAppColorScheme)();
|
|
21
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, _extends({
|
|
22
|
+
style: [styles.pinsWrapper, style],
|
|
23
|
+
accessible: true,
|
|
24
|
+
accessibilityRole: "progressbar",
|
|
25
|
+
accessibilityValue: {
|
|
26
|
+
text: t('accessibility.control.progress', {
|
|
27
|
+
current: enteredLength,
|
|
28
|
+
length: maxLength
|
|
29
|
+
})
|
|
30
|
+
}
|
|
31
|
+
}, props), Array.from({
|
|
32
|
+
length: maxLength
|
|
33
|
+
}).map((_, index) => /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
34
|
+
key: `pin${index}`,
|
|
35
|
+
style: [styles.pin, {
|
|
36
|
+
backgroundColor: enteredLength > index ? colorScheme.black : colorScheme.background
|
|
37
|
+
}]
|
|
38
|
+
})));
|
|
39
|
+
};
|
|
40
|
+
exports.Pins = Pins;
|
|
41
|
+
const styles = _reactNative.StyleSheet.create({
|
|
42
|
+
pin: {
|
|
43
|
+
borderRadius: 3,
|
|
44
|
+
height: 10,
|
|
45
|
+
width: 10
|
|
46
|
+
},
|
|
47
|
+
pinsWrapper: {
|
|
48
|
+
flexDirection: 'row',
|
|
49
|
+
justifyContent: 'space-evenly',
|
|
50
|
+
width: '100%'
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
//# sourceMappingURL=pins.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_accessibilityLanguage","_theme","e","__esModule","default","_extends","Object","assign","bind","n","arguments","length","t","r","hasOwnProperty","call","apply","Pins","enteredLength","maxLength","style","props","useAccessibilityTranslation","colorScheme","useAppColorScheme","createElement","View","styles","pinsWrapper","accessible","accessibilityRole","accessibilityValue","text","current","Array","from","map","_","index","key","pin","backgroundColor","black","background","exports","StyleSheet","create","borderRadius","height","width","flexDirection","justifyContent"],"sources":["pins.tsx"],"sourcesContent":["import React, { FC } from 'react';\nimport { StyleSheet, View, ViewProps } from 'react-native';\n\nimport { useAccessibilityTranslation } from '../accessibility/accessibilityLanguage';\nimport { useAppColorScheme } from '../theme';\n\nexport interface PinsProps extends ViewProps {\n enteredLength: number;\n maxLength: number;\n}\n\nexport const Pins: FC<PinsProps> = ({ enteredLength, maxLength, style, ...props }) => {\n const t = useAccessibilityTranslation();\n const colorScheme = useAppColorScheme();\n return (\n <View\n style={[styles.pinsWrapper, style]}\n accessible={true}\n accessibilityRole=\"progressbar\"\n accessibilityValue={{ text: t('accessibility.control.progress', { current: enteredLength, length: maxLength }) }}\n {...props}>\n {Array.from({ length: maxLength }).map((_, index) => (\n <View\n key={`pin${index}`}\n style={[\n styles.pin,\n {\n backgroundColor: enteredLength > index ? colorScheme.black : colorScheme.background,\n },\n ]}\n />\n ))}\n </View>\n );\n};\n\nconst styles = StyleSheet.create({\n pin: {\n borderRadius: 3,\n height: 10,\n width: 10,\n },\n pinsWrapper: {\n flexDirection: 'row',\n justifyContent: 'space-evenly',\n width: '100%',\n },\n});\n"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAEA,IAAAE,sBAAA,GAAAF,OAAA;AACA,IAAAG,MAAA,GAAAH,OAAA;AAA6C,SAAAD,uBAAAK,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAAA,SAAAG,SAAA,WAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,CAAA,aAAAP,CAAA,MAAAA,CAAA,GAAAQ,SAAA,CAAAC,MAAA,EAAAT,CAAA,UAAAU,CAAA,GAAAF,SAAA,CAAAR,CAAA,YAAAW,CAAA,IAAAD,CAAA,OAAAE,cAAA,CAAAC,IAAA,CAAAH,CAAA,EAAAC,CAAA,MAAAJ,CAAA,CAAAI,CAAA,IAAAD,CAAA,CAAAC,CAAA,aAAAJ,CAAA,KAAAJ,QAAA,CAAAW,KAAA,OAAAN,SAAA;AAOtC,MAAMO,IAAmB,GAAGA,CAAC;EAAEC,aAAa;EAAEC,SAAS;EAAEC,KAAK;EAAE,GAAGC;AAAM,CAAC,KAAK;EACpF,MAAMT,CAAC,GAAG,IAAAU,kDAA2B,EAAC,CAAC;EACvC,MAAMC,WAAW,GAAG,IAAAC,wBAAiB,EAAC,CAAC;EACvC,oBACE5B,MAAA,CAAAQ,OAAA,CAAAqB,aAAA,CAAC1B,YAAA,CAAA2B,IAAI,EAAArB,QAAA;IACHe,KAAK,EAAE,CAACO,MAAM,CAACC,WAAW,EAAER,KAAK,CAAE;IACnCS,UAAU,EAAE,IAAK;IACjBC,iBAAiB,EAAC,aAAa;IAC/BC,kBAAkB,EAAE;MAAEC,IAAI,EAAEpB,CAAC,CAAC,gCAAgC,EAAE;QAAEqB,OAAO,EAAEf,aAAa;QAAEP,MAAM,EAAEQ;MAAU,CAAC;IAAE;EAAE,GAC7GE,KAAK,GACRa,KAAK,CAACC,IAAI,CAAC;IAAExB,MAAM,EAAEQ;EAAU,CAAC,CAAC,CAACiB,GAAG,CAAC,CAACC,CAAC,EAAEC,KAAK,kBAC9C1C,MAAA,CAAAQ,OAAA,CAAAqB,aAAA,CAAC1B,YAAA,CAAA2B,IAAI;IACHa,GAAG,EAAE,MAAMD,KAAK,EAAG;IACnBlB,KAAK,EAAE,CACLO,MAAM,CAACa,GAAG,EACV;MACEC,eAAe,EAAEvB,aAAa,GAAGoB,KAAK,GAAGf,WAAW,CAACmB,KAAK,GAAGnB,WAAW,CAACoB;IAC3E,CAAC;EACD,CACH,CACF,CACG,CAAC;AAEX,CAAC;AAACC,OAAA,CAAA3B,IAAA,GAAAA,IAAA;AAEF,MAAMU,MAAM,GAAGkB,uBAAU,CAACC,MAAM,CAAC;EAC/BN,GAAG,EAAE;IACHO,YAAY,EAAE,CAAC;IACfC,MAAM,EAAE,EAAE;IACVC,KAAK,EAAE;EACT,CAAC;EACDrB,WAAW,EAAE;IACXsB,aAAa,EAAE,KAAK;IACpBC,cAAc,EAAE,cAAc;IAC9BF,KAAK,EAAE;EACT;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = exports.BackupScreenMode = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _reactNative = require("react-native");
|
|
9
|
+
var _testID = require("../../utils/testID");
|
|
10
|
+
var _backButton = _interopRequireDefault(require("../buttons/back-button"));
|
|
11
|
+
var _button = require("../buttons/button");
|
|
12
|
+
var _typography = _interopRequireDefault(require("../text/typography"));
|
|
13
|
+
var _colorSchemeContext = require("../theme/color-scheme-context");
|
|
14
|
+
var _scrollViewScreen = _interopRequireDefault(require("./scroll-view-screen"));
|
|
15
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
16
|
+
let BackupScreenMode = exports.BackupScreenMode = /*#__PURE__*/function (BackupScreenMode) {
|
|
17
|
+
BackupScreenMode["Create"] = "create";
|
|
18
|
+
BackupScreenMode["Restore"] = "restore";
|
|
19
|
+
return BackupScreenMode;
|
|
20
|
+
}({});
|
|
21
|
+
const BackupScreen = ({
|
|
22
|
+
children,
|
|
23
|
+
cta,
|
|
24
|
+
description,
|
|
25
|
+
isCtaDisabled,
|
|
26
|
+
onBack,
|
|
27
|
+
onCta,
|
|
28
|
+
testID,
|
|
29
|
+
title
|
|
30
|
+
}) => {
|
|
31
|
+
const colorScheme = (0, _colorSchemeContext.useAppColorScheme)();
|
|
32
|
+
return /*#__PURE__*/_react.default.createElement(_scrollViewScreen.default, {
|
|
33
|
+
header: {
|
|
34
|
+
backgroundColor: colorScheme.white,
|
|
35
|
+
leftItem: /*#__PURE__*/_react.default.createElement(_backButton.default, {
|
|
36
|
+
onPress: onBack,
|
|
37
|
+
testID: (0, _testID.concatTestID)(testID, 'back')
|
|
38
|
+
}),
|
|
39
|
+
title
|
|
40
|
+
},
|
|
41
|
+
scrollView: {
|
|
42
|
+
testID: (0, _testID.concatTestID)(testID, 'scroll')
|
|
43
|
+
},
|
|
44
|
+
style: {
|
|
45
|
+
backgroundColor: colorScheme.white
|
|
46
|
+
},
|
|
47
|
+
testID: testID
|
|
48
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
49
|
+
style: styles.contentWrapper
|
|
50
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
51
|
+
style: styles.content
|
|
52
|
+
}, /*#__PURE__*/_react.default.createElement(_typography.default, {
|
|
53
|
+
color: colorScheme.text,
|
|
54
|
+
style: styles.description
|
|
55
|
+
}, description), children), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
56
|
+
style: styles.bottom
|
|
57
|
+
}, /*#__PURE__*/_react.default.createElement(_button.Button, {
|
|
58
|
+
disabled: isCtaDisabled,
|
|
59
|
+
onPress: onCta,
|
|
60
|
+
testID: (0, _testID.concatTestID)(testID, 'mainButton'),
|
|
61
|
+
title: cta,
|
|
62
|
+
type: isCtaDisabled ? _button.ButtonType.Border : _button.ButtonType.Primary
|
|
63
|
+
}))));
|
|
64
|
+
};
|
|
65
|
+
const styles = _reactNative.StyleSheet.create({
|
|
66
|
+
bottom: {
|
|
67
|
+
flex: 1,
|
|
68
|
+
justifyContent: 'flex-end',
|
|
69
|
+
minHeight: 84
|
|
70
|
+
},
|
|
71
|
+
content: {
|
|
72
|
+
marginHorizontal: 8
|
|
73
|
+
},
|
|
74
|
+
contentWrapper: {
|
|
75
|
+
flex: 1,
|
|
76
|
+
marginHorizontal: 12
|
|
77
|
+
},
|
|
78
|
+
description: {
|
|
79
|
+
marginBottom: 24,
|
|
80
|
+
opacity: 0.7
|
|
81
|
+
}
|
|
82
|
+
});
|
|
83
|
+
var _default = exports.default = BackupScreen;
|
|
84
|
+
//# sourceMappingURL=backup-screen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_testID","_backButton","_button","_typography","_colorSchemeContext","_scrollViewScreen","e","__esModule","default","BackupScreenMode","exports","BackupScreen","children","cta","description","isCtaDisabled","onBack","onCta","testID","title","colorScheme","useAppColorScheme","createElement","header","backgroundColor","white","leftItem","onPress","concatTestID","scrollView","style","View","styles","contentWrapper","content","color","text","bottom","Button","disabled","type","ButtonType","Border","Primary","StyleSheet","create","flex","justifyContent","minHeight","marginHorizontal","marginBottom","opacity","_default"],"sources":["backup-screen.tsx"],"sourcesContent":["import React, { FC, PropsWithChildren } from 'react';\nimport { StyleSheet, View } from 'react-native';\n\nimport { concatTestID } from '../../utils/testID';\nimport BackButton from '../buttons/back-button';\nimport { Button, ButtonType } from '../buttons/button';\nimport Typography from '../text/typography';\nimport { useAppColorScheme } from '../theme/color-scheme-context';\nimport ScrollViewScreen from './scroll-view-screen';\n\nexport enum BackupScreenMode {\n Create = 'create',\n Restore = 'restore',\n}\n\nexport type BackupScreenProps = PropsWithChildren<{\n cta: string;\n description: string;\n isCtaDisabled?: boolean;\n onBack: () => void;\n onCta: () => void;\n testID: string;\n title: string;\n}>;\n\nconst BackupScreen: FC<BackupScreenProps> = ({\n children,\n cta,\n description,\n isCtaDisabled,\n onBack,\n onCta,\n testID,\n title,\n}) => {\n const colorScheme = useAppColorScheme();\n\n return (\n <ScrollViewScreen\n header={{\n backgroundColor: colorScheme.white,\n leftItem: <BackButton onPress={onBack} testID={concatTestID(testID, 'back')} />,\n title,\n }}\n scrollView={{\n testID: concatTestID(testID, 'scroll'),\n }}\n style={{ backgroundColor: colorScheme.white }}\n testID={testID}>\n <View style={styles.contentWrapper}>\n <View style={styles.content}>\n <Typography color={colorScheme.text} style={styles.description}>\n {description}\n </Typography>\n\n {children}\n </View>\n\n <View style={styles.bottom}>\n <Button\n disabled={isCtaDisabled}\n onPress={onCta}\n testID={concatTestID(testID, 'mainButton')}\n title={cta}\n type={isCtaDisabled ? ButtonType.Border : ButtonType.Primary}\n />\n </View>\n </View>\n </ScrollViewScreen>\n );\n};\n\nconst styles = StyleSheet.create({\n bottom: {\n flex: 1,\n justifyContent: 'flex-end',\n minHeight: 84,\n },\n content: {\n marginHorizontal: 8,\n },\n contentWrapper: {\n flex: 1,\n marginHorizontal: 12,\n },\n description: {\n marginBottom: 24,\n opacity: 0.7,\n },\n});\n\nexport default BackupScreen;\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
8
|
+
var _reactNative = require("react-native");
|
|
9
|
+
var _reactNativeSafeAreaContext = require("react-native-safe-area-context");
|
|
10
|
+
var _utils = require("../../utils");
|
|
11
|
+
var _accessibilityHistoryWrappers = require("../accessibility/accessibilityHistoryWrappers");
|
|
12
|
+
var _header = require("../header");
|
|
13
|
+
var _icons = require("../icons");
|
|
14
|
+
var _theme = require("../theme");
|
|
15
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
16
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
17
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
18
|
+
const ImagePreviewScreen = ({
|
|
19
|
+
image,
|
|
20
|
+
onClose,
|
|
21
|
+
title,
|
|
22
|
+
testID,
|
|
23
|
+
style,
|
|
24
|
+
...viewProps
|
|
25
|
+
}) => {
|
|
26
|
+
const colorScheme = (0, _theme.useAppColorScheme)();
|
|
27
|
+
const insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();
|
|
28
|
+
const [imageSize, setImageSize] = (0, _react.useState)();
|
|
29
|
+
const layoutHandler = (0, _react.useCallback)(event => {
|
|
30
|
+
const {
|
|
31
|
+
width,
|
|
32
|
+
height
|
|
33
|
+
} = event.nativeEvent.layout;
|
|
34
|
+
setImageSize({
|
|
35
|
+
height,
|
|
36
|
+
width
|
|
37
|
+
});
|
|
38
|
+
}, []);
|
|
39
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, _extends({
|
|
40
|
+
style: [styles.screen, {
|
|
41
|
+
backgroundColor: colorScheme.nerdView.background
|
|
42
|
+
}, style],
|
|
43
|
+
testID: testID
|
|
44
|
+
}, viewProps), /*#__PURE__*/_react.default.createElement(_utils.ContrastingStatusBar, {
|
|
45
|
+
backgroundColor: colorScheme.nerdView.background
|
|
46
|
+
}), /*#__PURE__*/_react.default.createElement(_header.NavigationHeader, {
|
|
47
|
+
backgroundColor: "transparent",
|
|
48
|
+
blurred: false,
|
|
49
|
+
leftItem: /*#__PURE__*/_react.default.createElement(_accessibilityHistoryWrappers.TouchableOpacity, {
|
|
50
|
+
onPress: onClose,
|
|
51
|
+
testID: (0, _utils.concatTestID)(testID, 'close')
|
|
52
|
+
}, /*#__PURE__*/_react.default.createElement(_icons.CloseIcon, {
|
|
53
|
+
color: colorScheme.white
|
|
54
|
+
})),
|
|
55
|
+
style: {
|
|
56
|
+
paddingTop: insets.top
|
|
57
|
+
},
|
|
58
|
+
title: title,
|
|
59
|
+
titleColor: colorScheme.white,
|
|
60
|
+
testID: (0, _utils.concatTestID)(testID, 'header')
|
|
61
|
+
}), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
62
|
+
onLayout: layoutHandler,
|
|
63
|
+
style: styles.imageContainer
|
|
64
|
+
}, imageSize && /*#__PURE__*/_react.default.createElement(_reactNative.Image, {
|
|
65
|
+
accessibilityLabel: title,
|
|
66
|
+
accessibilityRole: "image",
|
|
67
|
+
accessible: true,
|
|
68
|
+
resizeMethod: "resize",
|
|
69
|
+
resizeMode: "contain",
|
|
70
|
+
source: image,
|
|
71
|
+
style: [styles.image, imageSize],
|
|
72
|
+
testID: (0, _utils.concatTestID)(testID, 'image')
|
|
73
|
+
})));
|
|
74
|
+
};
|
|
75
|
+
const styles = _reactNative.StyleSheet.create({
|
|
76
|
+
image: {
|
|
77
|
+
position: 'absolute'
|
|
78
|
+
},
|
|
79
|
+
imageContainer: {
|
|
80
|
+
alignItems: 'center',
|
|
81
|
+
flex: 1,
|
|
82
|
+
justifyContent: 'center',
|
|
83
|
+
marginHorizontal: 18
|
|
84
|
+
},
|
|
85
|
+
screen: {
|
|
86
|
+
flex: 1
|
|
87
|
+
}
|
|
88
|
+
});
|
|
89
|
+
var _default = exports.default = ImagePreviewScreen;
|
|
90
|
+
//# sourceMappingURL=image-preview-screen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_reactNativeSafeAreaContext","_utils","_accessibilityHistoryWrappers","_header","_icons","_theme","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","_extends","assign","bind","arguments","length","apply","ImagePreviewScreen","image","onClose","title","testID","style","viewProps","colorScheme","useAppColorScheme","insets","useSafeAreaInsets","imageSize","setImageSize","useState","layoutHandler","useCallback","event","width","height","nativeEvent","layout","createElement","View","styles","screen","backgroundColor","nerdView","background","ContrastingStatusBar","NavigationHeader","blurred","leftItem","TouchableOpacity","onPress","concatTestID","CloseIcon","color","white","paddingTop","top","titleColor","onLayout","imageContainer","Image","accessibilityLabel","accessibilityRole","accessible","resizeMethod","resizeMode","source","StyleSheet","create","position","alignItems","flex","justifyContent","marginHorizontal","_default","exports"],"sources":["image-preview-screen.tsx"],"sourcesContent":["import React, { FC, useCallback, useState } from 'react';\nimport { Image, ImageSourcePropType, ImageStyle, LayoutChangeEvent, StyleSheet, View, ViewProps } from 'react-native';\nimport { useSafeAreaInsets } from 'react-native-safe-area-context';\n\nimport { concatTestID, ContrastingStatusBar } from '../../utils';\nimport { TouchableOpacity } from '../accessibility/accessibilityHistoryWrappers';\nimport { NavigationHeader } from '../header';\nimport { CloseIcon } from '../icons';\nimport { useAppColorScheme } from '../theme';\n\nexport type ImagePreviewScreenProps = ViewProps & {\n image: ImageSourcePropType;\n onClose: () => void;\n title: string;\n};\n\nconst ImagePreviewScreen: FC<ImagePreviewScreenProps> = ({ image, onClose, title, testID, style, ...viewProps }) => {\n const colorScheme = useAppColorScheme();\n const insets = useSafeAreaInsets();\n\n const [imageSize, setImageSize] = useState<ImageStyle>();\n const layoutHandler = useCallback((event: LayoutChangeEvent) => {\n const { width, height } = event.nativeEvent.layout;\n setImageSize({ height, width });\n }, []);\n\n return (\n <View\n style={[styles.screen, { backgroundColor: colorScheme.nerdView.background }, style]}\n testID={testID}\n {...viewProps}>\n <ContrastingStatusBar backgroundColor={colorScheme.nerdView.background} />\n <NavigationHeader\n backgroundColor=\"transparent\"\n blurred={false}\n leftItem={\n <TouchableOpacity onPress={onClose} testID={concatTestID(testID, 'close')}>\n <CloseIcon color={colorScheme.white} />\n </TouchableOpacity>\n }\n style={{\n paddingTop: insets.top,\n }}\n title={title}\n titleColor={colorScheme.white}\n testID={concatTestID(testID, 'header')}\n />\n\n <View onLayout={layoutHandler} style={styles.imageContainer}>\n {imageSize && (\n <Image\n accessibilityLabel={title}\n accessibilityRole=\"image\"\n accessible={true}\n resizeMethod=\"resize\"\n resizeMode=\"contain\"\n source={image}\n style={[styles.image, imageSize]}\n testID={concatTestID(testID, 'image')}\n />\n )}\n </View>\n </View>\n );\n};\n\nconst styles = StyleSheet.create({\n image: {\n position: 'absolute',\n },\n imageContainer: {\n alignItems: 'center',\n flex: 1,\n justifyContent: 'center',\n marginHorizontal: 18,\n },\n screen: {\n flex: 1,\n },\n});\n\nexport default ImagePreviewScreen;\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "BackupScreen", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function () {
|
|
9
|
+
return _backupScreen.default;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(exports, "BackupScreenMode", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () {
|
|
15
|
+
return _backupScreen.BackupScreenMode;
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
Object.defineProperty(exports, "ImagePreviewScreen", {
|
|
19
|
+
enumerable: true,
|
|
20
|
+
get: function () {
|
|
21
|
+
return _imagePreviewScreen.default;
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
Object.defineProperty(exports, "NerdModeScreen", {
|
|
25
|
+
enumerable: true,
|
|
26
|
+
get: function () {
|
|
27
|
+
return _nerdModeScreen.default;
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
Object.defineProperty(exports, "QRCodeScannerScreen", {
|
|
31
|
+
enumerable: true,
|
|
32
|
+
get: function () {
|
|
33
|
+
return _qrCodeScannerScreen.default;
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
Object.defineProperty(exports, "ScrollViewScreen", {
|
|
37
|
+
enumerable: true,
|
|
38
|
+
get: function () {
|
|
39
|
+
return _scrollViewScreen.default;
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
Object.defineProperty(exports, "SectionListScreen", {
|
|
43
|
+
enumerable: true,
|
|
44
|
+
get: function () {
|
|
45
|
+
return _sectionListScreen.default;
|
|
46
|
+
}
|
|
47
|
+
});
|
|
48
|
+
var _backupScreen = _interopRequireWildcard(require("./backup-screen"));
|
|
49
|
+
var _imagePreviewScreen = _interopRequireDefault(require("./image-preview-screen"));
|
|
50
|
+
var _nerdModeScreen = _interopRequireDefault(require("./nerd-mode-screen"));
|
|
51
|
+
var _qrCodeScannerScreen = _interopRequireDefault(require("./qr-code-scanner-screen"));
|
|
52
|
+
var _scrollViewScreen = _interopRequireDefault(require("./scroll-view-screen"));
|
|
53
|
+
var _sectionListScreen = _interopRequireDefault(require("./section-list-screen"));
|
|
54
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
55
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
56
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
57
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_backupScreen","_interopRequireWildcard","require","_imagePreviewScreen","_interopRequireDefault","_nerdModeScreen","_qrCodeScannerScreen","_scrollViewScreen","_sectionListScreen","e","__esModule","default","_getRequireWildcardCache","WeakMap","r","t","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set"],"sources":["index.ts"],"sourcesContent":["import type { BackupScreenProps } from './backup-screen';\nimport BackupScreen, { BackupScreenMode } from './backup-screen';\nimport type { ImagePreviewScreenProps } from './image-preview-screen';\nimport ImagePreviewScreen from './image-preview-screen';\nimport type { NerdModeScreenProps, NerdModeSection } from './nerd-mode-screen';\nimport NerdModeScreen from './nerd-mode-screen';\nimport type { QRCodeScannerScreenProps } from './qr-code-scanner-screen';\nimport QRCodeScannerScreen from './qr-code-scanner-screen';\nimport type { ScrollViewScreenProps } from './scroll-view-screen';\nimport ScrollViewScreen from './scroll-view-screen';\nimport type { SectionListScreenProps } from './section-list-screen';\nimport SectionListScreen from './section-list-screen';\n\nexport { BackupScreen, BackupScreenMode, BackupScreenProps };\nexport { ImagePreviewScreen, ImagePreviewScreenProps };\nexport { NerdModeScreen, NerdModeScreenProps, NerdModeSection };\nexport { QRCodeScannerScreen, QRCodeScannerScreenProps };\nexport { ScrollViewScreen, ScrollViewScreenProps };\nexport { SectionListScreen, SectionListScreenProps };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,IAAAA,aAAA,GAAAC,uBAAA,CAAAC,OAAA;AAEA,IAAAC,mBAAA,GAAAC,sBAAA,CAAAF,OAAA;AAEA,IAAAG,eAAA,GAAAD,sBAAA,CAAAF,OAAA;AAEA,IAAAI,oBAAA,GAAAF,sBAAA,CAAAF,OAAA;AAEA,IAAAK,iBAAA,GAAAH,sBAAA,CAAAF,OAAA;AAEA,IAAAM,kBAAA,GAAAJ,sBAAA,CAAAF,OAAA;AAAsD,SAAAE,uBAAAK,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAAA,SAAAG,yBAAAH,CAAA,6BAAAI,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAD,wBAAA,YAAAA,CAAAH,CAAA,WAAAA,CAAA,GAAAM,CAAA,GAAAD,CAAA,KAAAL,CAAA;AAAA,SAAAR,wBAAAQ,CAAA,EAAAK,CAAA,SAAAA,CAAA,IAAAL,CAAA,IAAAA,CAAA,CAAAC,UAAA,SAAAD,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAE,OAAA,EAAAF,CAAA,QAAAM,CAAA,GAAAH,wBAAA,CAAAE,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAC,GAAA,CAAAP,CAAA,UAAAM,CAAA,CAAAE,GAAA,CAAAR,CAAA,OAAAS,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAf,CAAA,oBAAAe,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAjB,CAAA,EAAAe,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAd,CAAA,EAAAe,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAf,CAAA,CAAAe,CAAA,YAAAN,CAAA,CAAAP,OAAA,GAAAF,CAAA,EAAAM,CAAA,IAAAA,CAAA,CAAAa,GAAA,CAAAnB,CAAA,EAAAS,CAAA,GAAAA,CAAA","ignoreList":[]}
|