@procivis/one-react-native-components 0.1.63
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/LICENSE +201 -0
- package/README.md +66 -0
- package/lib/commonjs/accessibility/accessibility.js +193 -0
- package/lib/commonjs/accessibility/accessibility.js.map +1 -0
- package/lib/commonjs/accessibility/accessibilityHistory.js +81 -0
- package/lib/commonjs/accessibility/accessibilityHistory.js.map +1 -0
- package/lib/commonjs/accessibility/accessibilityHistoryWrappers.js +49 -0
- package/lib/commonjs/accessibility/accessibilityHistoryWrappers.js.map +1 -0
- package/lib/commonjs/accessibility/accessibilityLanguage.js +63 -0
- package/lib/commonjs/accessibility/accessibilityLanguage.js.map +1 -0
- package/lib/commonjs/accessibility/index.js +129 -0
- package/lib/commonjs/accessibility/index.js.map +1 -0
- package/lib/commonjs/accessibility/locale/de.json +21 -0
- package/lib/commonjs/accessibility/locale/en.json +21 -0
- package/lib/commonjs/accessibility/locale/fr.json +21 -0
- package/lib/commonjs/accessibility/locale/index.js +21 -0
- package/lib/commonjs/accessibility/locale/index.js.map +1 -0
- package/lib/commonjs/accessibility/locale/it.json +21 -0
- package/lib/commonjs/accessibility/locale.test.js +15 -0
- package/lib/commonjs/accessibility/locale.test.js.map +1 -0
- package/lib/commonjs/action-modal/ActionModal.js +52 -0
- package/lib/commonjs/action-modal/ActionModal.js.map +1 -0
- package/lib/commonjs/action-modal/index.js +14 -0
- package/lib/commonjs/action-modal/index.js.map +1 -0
- package/lib/commonjs/activity-indicator/activity-indicator.js +34 -0
- package/lib/commonjs/activity-indicator/activity-indicator.js.map +1 -0
- package/lib/commonjs/activity-indicator/index.js +14 -0
- package/lib/commonjs/activity-indicator/index.js.map +1 -0
- package/lib/commonjs/blur/blur-view.js +76 -0
- package/lib/commonjs/blur/blur-view.js.map +1 -0
- package/lib/commonjs/blur/index.js +21 -0
- package/lib/commonjs/blur/index.js.map +1 -0
- package/lib/commonjs/buttons/back-button.js +37 -0
- package/lib/commonjs/buttons/back-button.js.map +1 -0
- package/lib/commonjs/buttons/button.js +153 -0
- package/lib/commonjs/buttons/button.js.map +1 -0
- package/lib/commonjs/buttons/connectivity-button.js +82 -0
- package/lib/commonjs/buttons/connectivity-button.js.map +1 -0
- package/lib/commonjs/buttons/filter-button.js +51 -0
- package/lib/commonjs/buttons/filter-button.js.map +1 -0
- package/lib/commonjs/buttons/ghost-button.js +62 -0
- package/lib/commonjs/buttons/ghost-button.js.map +1 -0
- package/lib/commonjs/buttons/index.js +104 -0
- package/lib/commonjs/buttons/index.js.map +1 -0
- package/lib/commonjs/buttons/scan-button.js +83 -0
- package/lib/commonjs/buttons/scan-button.js.map +1 -0
- package/lib/commonjs/camera/camera-overlay.js +61 -0
- package/lib/commonjs/camera/camera-overlay.js.map +1 -0
- package/lib/commonjs/camera/index.js +21 -0
- package/lib/commonjs/camera/index.js.map +1 -0
- package/lib/commonjs/camera/qr-code-scanner.js +50 -0
- package/lib/commonjs/camera/qr-code-scanner.js.map +1 -0
- package/lib/commonjs/control/checkbox.js +79 -0
- package/lib/commonjs/control/checkbox.js.map +1 -0
- package/lib/commonjs/control/index.js +32 -0
- package/lib/commonjs/control/index.js.map +1 -0
- package/lib/commonjs/control/switch.js +65 -0
- package/lib/commonjs/control/switch.js.map +1 -0
- package/lib/commonjs/credential/card/credential-card.js +189 -0
- package/lib/commonjs/credential/card/credential-card.js.map +1 -0
- package/lib/commonjs/credential/card/credential-details-card.js +201 -0
- package/lib/commonjs/credential/card/credential-details-card.js.map +1 -0
- package/lib/commonjs/credential/card/credential-details-list-item.js +84 -0
- package/lib/commonjs/credential/card/credential-details-list-item.js.map +1 -0
- package/lib/commonjs/credential/card/credential-header.js +172 -0
- package/lib/commonjs/credential/card/credential-header.js.map +1 -0
- package/lib/commonjs/credential/card/credential-image-carousel.js +124 -0
- package/lib/commonjs/credential/card/credential-image-carousel.js.map +1 -0
- package/lib/commonjs/credential/card/index.js +85 -0
- package/lib/commonjs/credential/card/index.js.map +1 -0
- package/lib/commonjs/credential/credential-attribute-item.js +289 -0
- package/lib/commonjs/credential/credential-attribute-item.js.map +1 -0
- package/lib/commonjs/credential/credential-carousel-images.js +98 -0
- package/lib/commonjs/credential/credential-carousel-images.js.map +1 -0
- package/lib/commonjs/credential/index.js +90 -0
- package/lib/commonjs/credential/index.js.map +1 -0
- package/lib/commonjs/credential/selector-status.js +17 -0
- package/lib/commonjs/credential/selector-status.js.map +1 -0
- package/lib/commonjs/credential/selector.js +79 -0
- package/lib/commonjs/credential/selector.js.map +1 -0
- package/lib/commonjs/detail/detail.js +84 -0
- package/lib/commonjs/detail/detail.js.map +1 -0
- package/lib/commonjs/detail/index.js +14 -0
- package/lib/commonjs/detail/index.js.map +1 -0
- package/lib/commonjs/entity/avatar.js +96 -0
- package/lib/commonjs/entity/avatar.js.map +1 -0
- package/lib/commonjs/entity/entity-cluster.js +66 -0
- package/lib/commonjs/entity/entity-cluster.js.map +1 -0
- package/lib/commonjs/entity/index.js +34 -0
- package/lib/commonjs/entity/index.js.map +1 -0
- package/lib/commonjs/header/focus-aware-status-bar.js +20 -0
- package/lib/commonjs/header/focus-aware-status-bar.js.map +1 -0
- package/lib/commonjs/header/foldable-header.js +89 -0
- package/lib/commonjs/header/foldable-header.js.map +1 -0
- package/lib/commonjs/header/header.js +105 -0
- package/lib/commonjs/header/header.js.map +1 -0
- package/lib/commonjs/header/index.js +55 -0
- package/lib/commonjs/header/index.js.map +1 -0
- package/lib/commonjs/header/navigation-header.js +148 -0
- package/lib/commonjs/header/navigation-header.js.map +1 -0
- package/lib/commonjs/history/data-item.js +70 -0
- package/lib/commonjs/history/data-item.js.map +1 -0
- package/lib/commonjs/history/history-list-item.js +90 -0
- package/lib/commonjs/history/history-list-item.js.map +1 -0
- package/lib/commonjs/history/history-section-header.js +49 -0
- package/lib/commonjs/history/history-section-header.js.map +1 -0
- package/lib/commonjs/history/history-section-list-item.js +47 -0
- package/lib/commonjs/history/history-section-list-item.js.map +1 -0
- package/lib/commonjs/history/index.js +55 -0
- package/lib/commonjs/history/index.js.map +1 -0
- package/lib/commonjs/icons/connectivity.js +139 -0
- package/lib/commonjs/icons/connectivity.js.map +1 -0
- package/lib/commonjs/icons/credential.js +162 -0
- package/lib/commonjs/icons/credential.js.map +1 -0
- package/lib/commonjs/icons/entity.js +34 -0
- package/lib/commonjs/icons/entity.js.map +1 -0
- package/lib/commonjs/icons/history.js +408 -0
- package/lib/commonjs/icons/history.js.map +1 -0
- package/lib/commonjs/icons/icons.js +250 -0
- package/lib/commonjs/icons/icons.js.map +1 -0
- package/lib/commonjs/icons/index.js +127 -0
- package/lib/commonjs/icons/index.js.map +1 -0
- package/lib/commonjs/icons/input.js +44 -0
- package/lib/commonjs/icons/input.js.map +1 -0
- package/lib/commonjs/icons/keypad.js +94 -0
- package/lib/commonjs/icons/keypad.js.map +1 -0
- package/lib/commonjs/icons/loader.js +180 -0
- package/lib/commonjs/icons/loader.js.map +1 -0
- package/lib/commonjs/icons/nerd-view.js +123 -0
- package/lib/commonjs/icons/nerd-view.js.map +1 -0
- package/lib/commonjs/icons/selector.js +56 -0
- package/lib/commonjs/icons/selector.js.map +1 -0
- package/lib/commonjs/icons/wallet.js +121 -0
- package/lib/commonjs/icons/wallet.js.map +1 -0
- package/lib/commonjs/image/image-or-component.js +80 -0
- package/lib/commonjs/image/image-or-component.js.map +1 -0
- package/lib/commonjs/image/index.js +21 -0
- package/lib/commonjs/image/index.js.map +1 -0
- package/lib/commonjs/index.js +292 -0
- package/lib/commonjs/index.js.map +1 -0
- package/lib/commonjs/input/index.js +65 -0
- package/lib/commonjs/input/index.js.map +1 -0
- package/lib/commonjs/input/radio-group.js +95 -0
- package/lib/commonjs/input/radio-group.js.map +1 -0
- package/lib/commonjs/input/selection-input.js +102 -0
- package/lib/commonjs/input/selection-input.js.map +1 -0
- package/lib/commonjs/input/text-input.js +195 -0
- package/lib/commonjs/input/text-input.js.map +1 -0
- package/lib/commonjs/list/index.js +34 -0
- package/lib/commonjs/list/index.js.map +1 -0
- package/lib/commonjs/list/list-section-header.js +36 -0
- package/lib/commonjs/list/list-section-header.js.map +1 -0
- package/lib/commonjs/list/list-title-header.js +35 -0
- package/lib/commonjs/list/list-title-header.js.map +1 -0
- package/lib/commonjs/loader/index.js +40 -0
- package/lib/commonjs/loader/index.js.map +1 -0
- package/lib/commonjs/loader/loader.js +140 -0
- package/lib/commonjs/loader/loader.js.map +1 -0
- package/lib/commonjs/loader/loading-result.js +92 -0
- package/lib/commonjs/loader/loading-result.js.map +1 -0
- package/lib/commonjs/nerd-view/index.js +27 -0
- package/lib/commonjs/nerd-view/index.js.map +1 -0
- package/lib/commonjs/nerd-view/nerd-mode-item.js +235 -0
- package/lib/commonjs/nerd-view/nerd-mode-item.js.map +1 -0
- package/lib/commonjs/normalize-color.d.js +2 -0
- package/lib/commonjs/normalize-color.d.js.map +1 -0
- package/lib/commonjs/pin/index.js +32 -0
- package/lib/commonjs/pin/index.js.map +1 -0
- package/lib/commonjs/pin/keypad.js +201 -0
- package/lib/commonjs/pin/keypad.js.map +1 -0
- package/lib/commonjs/pin/pin-code-screen.js +162 -0
- package/lib/commonjs/pin/pin-code-screen.js.map +1 -0
- package/lib/commonjs/pin/pins.js +54 -0
- package/lib/commonjs/pin/pins.js.map +1 -0
- package/lib/commonjs/screens/backup-screen.js +87 -0
- package/lib/commonjs/screens/backup-screen.js.map +1 -0
- package/lib/commonjs/screens/image-preview-screen.js +92 -0
- package/lib/commonjs/screens/image-preview-screen.js.map +1 -0
- package/lib/commonjs/screens/index.js +98 -0
- package/lib/commonjs/screens/index.js.map +1 -0
- package/lib/commonjs/screens/nerd-mode-screen.js +142 -0
- package/lib/commonjs/screens/nerd-mode-screen.js.map +1 -0
- package/lib/commonjs/screens/qr-code-scanner-screen.js +120 -0
- package/lib/commonjs/screens/qr-code-scanner-screen.js.map +1 -0
- package/lib/commonjs/screens/scroll-view-screen.js +94 -0
- package/lib/commonjs/screens/scroll-view-screen.js.map +1 -0
- package/lib/commonjs/screens/section-list-screen.js +67 -0
- package/lib/commonjs/screens/section-list-screen.js.map +1 -0
- package/lib/commonjs/searchbar/animated-search-bar.js +88 -0
- package/lib/commonjs/searchbar/animated-search-bar.js.map +1 -0
- package/lib/commonjs/searchbar/index.js +34 -0
- package/lib/commonjs/searchbar/index.js.map +1 -0
- package/lib/commonjs/searchbar/search-bar.js +99 -0
- package/lib/commonjs/searchbar/search-bar.js.map +1 -0
- package/lib/commonjs/settings/button-setting.js +67 -0
- package/lib/commonjs/settings/button-setting.js.map +1 -0
- package/lib/commonjs/settings/index.js +73 -0
- package/lib/commonjs/settings/index.js.map +1 -0
- package/lib/commonjs/settings/setting-item-separator.js +40 -0
- package/lib/commonjs/settings/setting-item-separator.js.map +1 -0
- package/lib/commonjs/settings/setting-item.js +79 -0
- package/lib/commonjs/settings/setting-item.js.map +1 -0
- package/lib/commonjs/settings/settings-button.js +35 -0
- package/lib/commonjs/settings/settings-button.js.map +1 -0
- package/lib/commonjs/settings/switch-setting.js +35 -0
- package/lib/commonjs/settings/switch-setting.js.map +1 -0
- package/lib/commonjs/state/error-screen.js +71 -0
- package/lib/commonjs/state/error-screen.js.map +1 -0
- package/lib/commonjs/state/index.js +27 -0
- package/lib/commonjs/state/index.js.map +1 -0
- package/lib/commonjs/text/base.js +40 -0
- package/lib/commonjs/text/base.js.map +1 -0
- package/lib/commonjs/text/font.js +64 -0
- package/lib/commonjs/text/font.js.map +1 -0
- package/lib/commonjs/text/index.js +21 -0
- package/lib/commonjs/text/index.js.map +1 -0
- package/lib/commonjs/text/typography.js +119 -0
- package/lib/commonjs/text/typography.js.map +1 -0
- package/lib/commonjs/theme/color-scheme-context.js +52 -0
- package/lib/commonjs/theme/color-scheme-context.js.map +1 -0
- package/lib/commonjs/theme/color-scheme.js +2 -0
- package/lib/commonjs/theme/color-scheme.js.map +1 -0
- package/lib/commonjs/theme/index.js +19 -0
- package/lib/commonjs/theme/index.js.map +1 -0
- package/lib/commonjs/utils/color.js +34 -0
- package/lib/commonjs/utils/color.js.map +1 -0
- package/lib/commonjs/utils/contrasting-status-bar.js +30 -0
- package/lib/commonjs/utils/contrasting-status-bar.js.map +1 -0
- package/lib/commonjs/utils/date.js +57 -0
- package/lib/commonjs/utils/date.js.map +1 -0
- package/lib/commonjs/utils/hooks/header/on-scroll-header-state.js +21 -0
- package/lib/commonjs/utils/hooks/header/on-scroll-header-state.js.map +1 -0
- package/lib/commonjs/utils/hooks/index.js +20 -0
- package/lib/commonjs/utils/hooks/index.js.map +1 -0
- package/lib/commonjs/utils/hooks/list/list-content-inset.js +31 -0
- package/lib/commonjs/utils/hooks/list/list-content-inset.js.map +1 -0
- package/lib/commonjs/utils/index.js +83 -0
- package/lib/commonjs/utils/index.js.map +1 -0
- package/lib/commonjs/utils/navigation.js +51 -0
- package/lib/commonjs/utils/navigation.js.map +1 -0
- package/lib/commonjs/utils/ref.js +42 -0
- package/lib/commonjs/utils/ref.js.map +1 -0
- package/lib/commonjs/utils/testID.js +18 -0
- package/lib/commonjs/utils/testID.js.map +1 -0
- package/lib/commonjs/utils/testID.test.js +21 -0
- package/lib/commonjs/utils/testID.test.js.map +1 -0
- package/lib/commonjs/utils/useMemoAsync.js +26 -0
- package/lib/commonjs/utils/useMemoAsync.js.map +1 -0
- package/lib/module/accessibility/accessibility.js +185 -0
- package/lib/module/accessibility/accessibility.js.map +1 -0
- package/lib/module/accessibility/accessibilityHistory.js +71 -0
- package/lib/module/accessibility/accessibilityHistory.js.map +1 -0
- package/lib/module/accessibility/accessibilityHistoryWrappers.js +38 -0
- package/lib/module/accessibility/accessibilityHistoryWrappers.js.map +1 -0
- package/lib/module/accessibility/accessibilityLanguage.js +53 -0
- package/lib/module/accessibility/accessibilityLanguage.js.map +1 -0
- package/lib/module/accessibility/index.js +8 -0
- package/lib/module/accessibility/index.js.map +1 -0
- package/lib/module/accessibility/locale/de.json +21 -0
- package/lib/module/accessibility/locale/en.json +21 -0
- package/lib/module/accessibility/locale/fr.json +21 -0
- package/lib/module/accessibility/locale/index.js +12 -0
- package/lib/module/accessibility/locale/index.js.map +1 -0
- package/lib/module/accessibility/locale/it.json +21 -0
- package/lib/module/accessibility/locale.test.js +13 -0
- package/lib/module/accessibility/locale.test.js.map +1 -0
- package/lib/module/action-modal/ActionModal.js +44 -0
- package/lib/module/action-modal/ActionModal.js.map +1 -0
- package/lib/module/action-modal/index.js +3 -0
- package/lib/module/action-modal/index.js.map +1 -0
- package/lib/module/activity-indicator/activity-indicator.js +24 -0
- package/lib/module/activity-indicator/activity-indicator.js.map +1 -0
- package/lib/module/activity-indicator/index.js +3 -0
- package/lib/module/activity-indicator/index.js.map +1 -0
- package/lib/module/blur/blur-view.js +67 -0
- package/lib/module/blur/blur-view.js.map +1 -0
- package/lib/module/blur/index.js +3 -0
- package/lib/module/blur/index.js.map +1 -0
- package/lib/module/buttons/back-button.js +28 -0
- package/lib/module/buttons/back-button.js.map +1 -0
- package/lib/module/buttons/button.js +143 -0
- package/lib/module/buttons/button.js.map +1 -0
- package/lib/module/buttons/connectivity-button.js +73 -0
- package/lib/module/buttons/connectivity-button.js.map +1 -0
- package/lib/module/buttons/filter-button.js +43 -0
- package/lib/module/buttons/filter-button.js.map +1 -0
- package/lib/module/buttons/ghost-button.js +53 -0
- package/lib/module/buttons/ghost-button.js.map +1 -0
- package/lib/module/buttons/index.js +8 -0
- package/lib/module/buttons/index.js.map +1 -0
- package/lib/module/buttons/scan-button.js +75 -0
- package/lib/module/buttons/scan-button.js.map +1 -0
- package/lib/module/camera/camera-overlay.js +51 -0
- package/lib/module/camera/camera-overlay.js.map +1 -0
- package/lib/module/camera/index.js +3 -0
- package/lib/module/camera/index.js.map +1 -0
- package/lib/module/camera/qr-code-scanner.js +40 -0
- package/lib/module/camera/qr-code-scanner.js.map +1 -0
- package/lib/module/control/checkbox.js +70 -0
- package/lib/module/control/checkbox.js.map +1 -0
- package/lib/module/control/index.js +4 -0
- package/lib/module/control/index.js.map +1 -0
- package/lib/module/control/switch.js +56 -0
- package/lib/module/control/switch.js.map +1 -0
- package/lib/module/credential/card/credential-card.js +177 -0
- package/lib/module/credential/card/credential-card.js.map +1 -0
- package/lib/module/credential/card/credential-details-card.js +191 -0
- package/lib/module/credential/card/credential-details-card.js.map +1 -0
- package/lib/module/credential/card/credential-details-list-item.js +74 -0
- package/lib/module/credential/card/credential-details-list-item.js.map +1 -0
- package/lib/module/credential/card/credential-header.js +162 -0
- package/lib/module/credential/card/credential-header.js.map +1 -0
- package/lib/module/credential/card/credential-image-carousel.js +113 -0
- package/lib/module/credential/card/credential-image-carousel.js.map +1 -0
- package/lib/module/credential/card/index.js +11 -0
- package/lib/module/credential/card/index.js.map +1 -0
- package/lib/module/credential/credential-attribute-item.js +279 -0
- package/lib/module/credential/credential-attribute-item.js.map +1 -0
- package/lib/module/credential/credential-carousel-images.js +86 -0
- package/lib/module/credential/credential-carousel-images.js.map +1 -0
- package/lib/module/credential/index.js +9 -0
- package/lib/module/credential/index.js.map +1 -0
- package/lib/module/credential/selector-status.js +10 -0
- package/lib/module/credential/selector-status.js.map +1 -0
- package/lib/module/credential/selector.js +70 -0
- package/lib/module/credential/selector.js.map +1 -0
- package/lib/module/detail/detail.js +75 -0
- package/lib/module/detail/detail.js.map +1 -0
- package/lib/module/detail/index.js +3 -0
- package/lib/module/detail/index.js.map +1 -0
- package/lib/module/entity/avatar.js +86 -0
- package/lib/module/entity/avatar.js.map +1 -0
- package/lib/module/entity/entity-cluster.js +56 -0
- package/lib/module/entity/entity-cluster.js.map +1 -0
- package/lib/module/entity/index.js +5 -0
- package/lib/module/entity/index.js.map +1 -0
- package/lib/module/header/focus-aware-status-bar.js +12 -0
- package/lib/module/header/focus-aware-status-bar.js.map +1 -0
- package/lib/module/header/foldable-header.js +79 -0
- package/lib/module/header/foldable-header.js.map +1 -0
- package/lib/module/header/header.js +97 -0
- package/lib/module/header/header.js.map +1 -0
- package/lib/module/header/index.js +9 -0
- package/lib/module/header/index.js.map +1 -0
- package/lib/module/header/navigation-header.js +138 -0
- package/lib/module/header/navigation-header.js.map +1 -0
- package/lib/module/history/data-item.js +60 -0
- package/lib/module/history/data-item.js.map +1 -0
- package/lib/module/history/history-list-item.js +80 -0
- package/lib/module/history/history-list-item.js.map +1 -0
- package/lib/module/history/history-section-header.js +42 -0
- package/lib/module/history/history-section-header.js.map +1 -0
- package/lib/module/history/history-section-list-item.js +43 -0
- package/lib/module/history/history-section-list-item.js.map +1 -0
- package/lib/module/history/index.js +9 -0
- package/lib/module/history/index.js.map +1 -0
- package/lib/module/icons/connectivity.js +125 -0
- package/lib/module/icons/connectivity.js.map +1 -0
- package/lib/module/icons/credential.js +147 -0
- package/lib/module/icons/credential.js.map +1 -0
- package/lib/module/icons/entity.js +25 -0
- package/lib/module/icons/entity.js.map +1 -0
- package/lib/module/icons/history.js +391 -0
- package/lib/module/icons/history.js.map +1 -0
- package/lib/module/icons/icons.js +231 -0
- package/lib/module/icons/icons.js.map +1 -0
- package/lib/module/icons/index.js +12 -0
- package/lib/module/icons/index.js.map +1 -0
- package/lib/module/icons/input.js +33 -0
- package/lib/module/icons/input.js.map +1 -0
- package/lib/module/icons/keypad.js +81 -0
- package/lib/module/icons/keypad.js.map +1 -0
- package/lib/module/icons/loader.js +168 -0
- package/lib/module/icons/loader.js.map +1 -0
- package/lib/module/icons/nerd-view.js +110 -0
- package/lib/module/icons/nerd-view.js.map +1 -0
- package/lib/module/icons/selector.js +45 -0
- package/lib/module/icons/selector.js.map +1 -0
- package/lib/module/icons/wallet.js +111 -0
- package/lib/module/icons/wallet.js.map +1 -0
- package/lib/module/image/image-or-component.js +71 -0
- package/lib/module/image/image-or-component.js.map +1 -0
- package/lib/module/image/index.js +3 -0
- package/lib/module/image/index.js.map +1 -0
- package/lib/module/index.js +27 -0
- package/lib/module/index.js.map +1 -0
- package/lib/module/input/index.js +7 -0
- package/lib/module/input/index.js.map +1 -0
- package/lib/module/input/radio-group.js +87 -0
- package/lib/module/input/radio-group.js.map +1 -0
- package/lib/module/input/selection-input.js +92 -0
- package/lib/module/input/selection-input.js.map +1 -0
- package/lib/module/input/text-input.js +185 -0
- package/lib/module/input/text-input.js.map +1 -0
- package/lib/module/list/index.js +5 -0
- package/lib/module/list/index.js.map +1 -0
- package/lib/module/list/list-section-header.js +28 -0
- package/lib/module/list/list-section-header.js.map +1 -0
- package/lib/module/list/list-title-header.js +27 -0
- package/lib/module/list/list-title-header.js.map +1 -0
- package/lib/module/loader/index.js +5 -0
- package/lib/module/loader/index.js.map +1 -0
- package/lib/module/loader/loader.js +130 -0
- package/lib/module/loader/loader.js.map +1 -0
- package/lib/module/loader/loading-result.js +84 -0
- package/lib/module/loader/loading-result.js.map +1 -0
- package/lib/module/nerd-view/index.js +3 -0
- package/lib/module/nerd-view/index.js.map +1 -0
- package/lib/module/nerd-view/nerd-mode-item.js +224 -0
- package/lib/module/nerd-view/nerd-mode-item.js.map +1 -0
- package/lib/module/normalize-color.d.js +2 -0
- package/lib/module/normalize-color.d.js.map +1 -0
- package/lib/module/pin/index.js +4 -0
- package/lib/module/pin/index.js.map +1 -0
- package/lib/module/pin/keypad.js +191 -0
- package/lib/module/pin/keypad.js.map +1 -0
- package/lib/module/pin/pin-code-screen.js +152 -0
- package/lib/module/pin/pin-code-screen.js.map +1 -0
- package/lib/module/pin/pins.js +46 -0
- package/lib/module/pin/pins.js.map +1 -0
- package/lib/module/screens/backup-screen.js +78 -0
- package/lib/module/screens/backup-screen.js.map +1 -0
- package/lib/module/screens/image-preview-screen.js +83 -0
- package/lib/module/screens/image-preview-screen.js.map +1 -0
- package/lib/module/screens/index.js +13 -0
- package/lib/module/screens/index.js.map +1 -0
- package/lib/module/screens/nerd-mode-screen.js +132 -0
- package/lib/module/screens/nerd-mode-screen.js.map +1 -0
- package/lib/module/screens/qr-code-scanner-screen.js +110 -0
- package/lib/module/screens/qr-code-scanner-screen.js.map +1 -0
- package/lib/module/screens/scroll-view-screen.js +86 -0
- package/lib/module/screens/scroll-view-screen.js.map +1 -0
- package/lib/module/screens/section-list-screen.js +59 -0
- package/lib/module/screens/section-list-screen.js.map +1 -0
- package/lib/module/searchbar/animated-search-bar.js +78 -0
- package/lib/module/searchbar/animated-search-bar.js.map +1 -0
- package/lib/module/searchbar/index.js +5 -0
- package/lib/module/searchbar/index.js.map +1 -0
- package/lib/module/searchbar/search-bar.js +89 -0
- package/lib/module/searchbar/search-bar.js.map +1 -0
- package/lib/module/settings/button-setting.js +57 -0
- package/lib/module/settings/button-setting.js.map +1 -0
- package/lib/module/settings/index.js +11 -0
- package/lib/module/settings/index.js.map +1 -0
- package/lib/module/settings/setting-item-separator.js +32 -0
- package/lib/module/settings/setting-item-separator.js.map +1 -0
- package/lib/module/settings/setting-item.js +69 -0
- package/lib/module/settings/setting-item.js.map +1 -0
- package/lib/module/settings/settings-button.js +27 -0
- package/lib/module/settings/settings-button.js.map +1 -0
- package/lib/module/settings/switch-setting.js +27 -0
- package/lib/module/settings/switch-setting.js.map +1 -0
- package/lib/module/state/error-screen.js +63 -0
- package/lib/module/state/error-screen.js.map +1 -0
- package/lib/module/state/index.js +3 -0
- package/lib/module/state/index.js.map +1 -0
- package/lib/module/text/base.js +31 -0
- package/lib/module/text/base.js.map +1 -0
- package/lib/module/text/font.js +56 -0
- package/lib/module/text/font.js.map +1 -0
- package/lib/module/text/index.js +3 -0
- package/lib/module/text/index.js.map +1 -0
- package/lib/module/text/typography.js +111 -0
- package/lib/module/text/typography.js.map +1 -0
- package/lib/module/theme/color-scheme-context.js +44 -0
- package/lib/module/theme/color-scheme-context.js.map +1 -0
- package/lib/module/theme/color-scheme.js +2 -0
- package/lib/module/theme/color-scheme.js.map +1 -0
- package/lib/module/theme/index.js +3 -0
- package/lib/module/theme/index.js.map +1 -0
- package/lib/module/utils/color.js +23 -0
- package/lib/module/utils/color.js.map +1 -0
- package/lib/module/utils/contrasting-status-bar.js +21 -0
- package/lib/module/utils/contrasting-status-bar.js.map +1 -0
- package/lib/module/utils/date.js +51 -0
- package/lib/module/utils/date.js.map +1 -0
- package/lib/module/utils/hooks/header/on-scroll-header-state.js +14 -0
- package/lib/module/utils/hooks/header/on-scroll-header-state.js.map +1 -0
- package/lib/module/utils/hooks/index.js +5 -0
- package/lib/module/utils/hooks/index.js.map +1 -0
- package/lib/module/utils/hooks/list/list-content-inset.js +24 -0
- package/lib/module/utils/hooks/list/list-content-inset.js.map +1 -0
- package/lib/module/utils/index.js +9 -0
- package/lib/module/utils/index.js.map +1 -0
- package/lib/module/utils/navigation.js +45 -0
- package/lib/module/utils/navigation.js.map +1 -0
- package/lib/module/utils/ref.js +35 -0
- package/lib/module/utils/ref.js.map +1 -0
- package/lib/module/utils/testID.js +12 -0
- package/lib/module/utils/testID.js.map +1 -0
- package/lib/module/utils/testID.test.js +19 -0
- package/lib/module/utils/testID.test.js.map +1 -0
- package/lib/module/utils/useMemoAsync.js +20 -0
- package/lib/module/utils/useMemoAsync.js.map +1 -0
- package/lib/typescript/accessibility/accessibility.d.ts +55 -0
- package/lib/typescript/accessibility/accessibilityHistory.d.ts +13 -0
- package/lib/typescript/accessibility/accessibilityHistoryWrappers.d.ts +18 -0
- package/lib/typescript/accessibility/accessibilityLanguage.d.ts +20 -0
- package/lib/typescript/accessibility/index.d.ts +6 -0
- package/lib/typescript/accessibility/locale/index.d.ts +90 -0
- package/lib/typescript/accessibility/locale.test.d.ts +1 -0
- package/lib/typescript/action-modal/ActionModal.d.ts +10 -0
- package/lib/typescript/action-modal/index.d.ts +2 -0
- package/lib/typescript/activity-indicator/activity-indicator.d.ts +7 -0
- package/lib/typescript/activity-indicator/index.d.ts +2 -0
- package/lib/typescript/blur/blur-view.d.ts +10 -0
- package/lib/typescript/blur/index.d.ts +2 -0
- package/lib/typescript/buttons/back-button.d.ts +9 -0
- package/lib/typescript/buttons/button.d.ts +22 -0
- package/lib/typescript/buttons/connectivity-button.d.ts +17 -0
- package/lib/typescript/buttons/filter-button.d.ts +7 -0
- package/lib/typescript/buttons/ghost-button.d.ts +11 -0
- package/lib/typescript/buttons/index.d.ts +7 -0
- package/lib/typescript/buttons/scan-button.d.ts +5 -0
- package/lib/typescript/camera/camera-overlay.d.ts +7 -0
- package/lib/typescript/camera/index.d.ts +2 -0
- package/lib/typescript/camera/qr-code-scanner.d.ts +11 -0
- package/lib/typescript/control/checkbox.d.ts +9 -0
- package/lib/typescript/control/index.d.ts +3 -0
- package/lib/typescript/control/switch.d.ts +7 -0
- package/lib/typescript/credential/card/credential-card.d.ts +22 -0
- package/lib/typescript/credential/card/credential-details-card.d.ts +16 -0
- package/lib/typescript/credential/card/credential-details-list-item.d.ts +9 -0
- package/lib/typescript/credential/card/credential-header.d.ts +20 -0
- package/lib/typescript/credential/card/credential-image-carousel.d.ts +23 -0
- package/lib/typescript/credential/card/index.d.ts +10 -0
- package/lib/typescript/credential/credential-attribute-item.d.ts +48 -0
- package/lib/typescript/credential/credential-carousel-images.d.ts +19 -0
- package/lib/typescript/credential/index.d.ts +8 -0
- package/lib/typescript/credential/selector-status.d.ts +8 -0
- package/lib/typescript/credential/selector.d.ts +15 -0
- package/lib/typescript/detail/detail.d.ts +18 -0
- package/lib/typescript/detail/index.d.ts +2 -0
- package/lib/typescript/entity/avatar.d.ts +10 -0
- package/lib/typescript/entity/entity-cluster.d.ts +12 -0
- package/lib/typescript/entity/index.d.ts +4 -0
- package/lib/typescript/header/focus-aware-status-bar.d.ts +4 -0
- package/lib/typescript/header/foldable-header.d.ts +11 -0
- package/lib/typescript/header/header.d.ts +17 -0
- package/lib/typescript/header/index.d.ts +8 -0
- package/lib/typescript/header/navigation-header.d.ts +15 -0
- package/lib/typescript/history/data-item.d.ts +12 -0
- package/lib/typescript/history/history-list-item.d.ts +14 -0
- package/lib/typescript/history/history-section-header.d.ts +7 -0
- package/lib/typescript/history/history-section-list-item.d.ts +7 -0
- package/lib/typescript/history/index.d.ts +8 -0
- package/lib/typescript/icons/connectivity.d.ts +12 -0
- package/lib/typescript/icons/credential.d.ts +9 -0
- package/lib/typescript/icons/entity.d.ts +3 -0
- package/lib/typescript/icons/history.d.ts +42 -0
- package/lib/typescript/icons/icons.d.ts +13 -0
- package/lib/typescript/icons/index.d.ts +11 -0
- package/lib/typescript/icons/input.d.ts +3 -0
- package/lib/typescript/icons/keypad.d.ts +6 -0
- package/lib/typescript/icons/loader.d.ts +6 -0
- package/lib/typescript/icons/nerd-view.d.ts +7 -0
- package/lib/typescript/icons/selector.d.ts +10 -0
- package/lib/typescript/icons/wallet.d.ts +4 -0
- package/lib/typescript/image/image-or-component.d.ts +16 -0
- package/lib/typescript/image/index.d.ts +2 -0
- package/lib/typescript/index.d.ts +26 -0
- package/lib/typescript/input/index.d.ts +6 -0
- package/lib/typescript/input/radio-group.d.ts +23 -0
- package/lib/typescript/input/selection-input.d.ts +32 -0
- package/lib/typescript/input/text-input.d.ts +31 -0
- package/lib/typescript/list/index.d.ts +4 -0
- package/lib/typescript/list/list-section-header.d.ts +7 -0
- package/lib/typescript/list/list-title-header.d.ts +7 -0
- package/lib/typescript/loader/index.d.ts +4 -0
- package/lib/typescript/loader/loader.d.ts +14 -0
- package/lib/typescript/loader/loading-result.d.ts +16 -0
- package/lib/typescript/nerd-view/index.d.ts +2 -0
- package/lib/typescript/nerd-view/nerd-mode-item.d.ts +31 -0
- package/lib/typescript/pin/index.d.ts +3 -0
- package/lib/typescript/pin/keypad.d.ts +16 -0
- package/lib/typescript/pin/pin-code-screen.d.ts +32 -0
- package/lib/typescript/pin/pins.d.ts +7 -0
- package/lib/typescript/screens/backup-screen.d.ts +16 -0
- package/lib/typescript/screens/image-preview-screen.d.ts +9 -0
- package/lib/typescript/screens/index.d.ts +12 -0
- package/lib/typescript/screens/nerd-mode-screen.d.ts +22 -0
- package/lib/typescript/screens/qr-code-scanner-screen.d.ts +14 -0
- package/lib/typescript/screens/scroll-view-screen.d.ts +13 -0
- package/lib/typescript/screens/section-list-screen.d.ts +12 -0
- package/lib/typescript/searchbar/animated-search-bar.d.ts +10 -0
- package/lib/typescript/searchbar/index.d.ts +4 -0
- package/lib/typescript/searchbar/search-bar.d.ts +10 -0
- package/lib/typescript/settings/button-setting.d.ts +13 -0
- package/lib/typescript/settings/index.d.ts +10 -0
- package/lib/typescript/settings/setting-item-separator.d.ts +8 -0
- package/lib/typescript/settings/setting-item.d.ts +9 -0
- package/lib/typescript/settings/settings-button.d.ts +5 -0
- package/lib/typescript/settings/switch-setting.d.ts +13 -0
- package/lib/typescript/state/error-screen.d.ts +15 -0
- package/lib/typescript/state/index.d.ts +2 -0
- package/lib/typescript/text/base.d.ts +20 -0
- package/lib/typescript/text/font.d.ts +26 -0
- package/lib/typescript/text/index.d.ts +2 -0
- package/lib/typescript/text/typography.d.ts +112 -0
- package/lib/typescript/theme/color-scheme-context.d.ts +10 -0
- package/lib/typescript/theme/color-scheme.d.ts +31 -0
- package/lib/typescript/theme/index.d.ts +3 -0
- package/lib/typescript/utils/color.d.ts +4 -0
- package/lib/typescript/utils/contrasting-status-bar.d.ts +10 -0
- package/lib/typescript/utils/date.d.ts +12 -0
- package/lib/typescript/utils/hooks/header/on-scroll-header-state.d.ts +5 -0
- package/lib/typescript/utils/hooks/index.d.ts +4 -0
- package/lib/typescript/utils/hooks/list/list-content-inset.d.ts +8 -0
- package/lib/typescript/utils/index.d.ts +8 -0
- package/lib/typescript/utils/navigation.d.ts +9 -0
- package/lib/typescript/utils/ref.d.ts +11 -0
- package/lib/typescript/utils/testID.d.ts +6 -0
- package/lib/typescript/utils/testID.test.d.ts +1 -0
- package/lib/typescript/utils/useMemoAsync.d.ts +21 -0
- package/package.json +240 -0
- package/src/accessibility/accessibility.ts +215 -0
- package/src/accessibility/accessibilityHistory.tsx +77 -0
- package/src/accessibility/accessibilityHistoryWrappers.tsx +80 -0
- package/src/accessibility/accessibilityLanguage.tsx +66 -0
- package/src/accessibility/index.ts +35 -0
- package/src/accessibility/locale/de.json +21 -0
- package/src/accessibility/locale/en.json +21 -0
- package/src/accessibility/locale/fr.json +21 -0
- package/src/accessibility/locale/index.ts +19 -0
- package/src/accessibility/locale/it.json +21 -0
- package/src/accessibility/locale.test.ts +16 -0
- package/src/action-modal/ActionModal.stories.tsx +35 -0
- package/src/action-modal/ActionModal.tsx +45 -0
- package/src/action-modal/index.ts +3 -0
- package/src/activity-indicator/activity-indicator.stories.tsx +21 -0
- package/src/activity-indicator/activity-indicator.tsx +25 -0
- package/src/activity-indicator/index.ts +3 -0
- package/src/blur/blur-view.tsx +82 -0
- package/src/blur/index.ts +3 -0
- package/src/buttons/back-button.stories.tsx +31 -0
- package/src/buttons/back-button.tsx +31 -0
- package/src/buttons/button.stories.tsx +29 -0
- package/src/buttons/button.tsx +169 -0
- package/src/buttons/connectivity-button.stories.tsx +34 -0
- package/src/buttons/connectivity-button.tsx +95 -0
- package/src/buttons/filter-button.tsx +38 -0
- package/src/buttons/ghost-button.stories.tsx +28 -0
- package/src/buttons/ghost-button.tsx +56 -0
- package/src/buttons/index.ts +24 -0
- package/src/buttons/scan-button.stories.tsx +26 -0
- package/src/buttons/scan-button.tsx +66 -0
- package/src/camera/camera-overlay.tsx +48 -0
- package/src/camera/index.tsx +3 -0
- package/src/camera/qr-code-scanner.tsx +52 -0
- package/src/control/checkbox.stories.tsx +27 -0
- package/src/control/checkbox.tsx +81 -0
- package/src/control/index.ts +4 -0
- package/src/control/switch.stories.tsx +29 -0
- package/src/control/switch.tsx +47 -0
- package/src/credential/card/credential-card.stories.tsx +52 -0
- package/src/credential/card/credential-card.tsx +195 -0
- package/src/credential/card/credential-details-card.stories.tsx +268 -0
- package/src/credential/card/credential-details-card.tsx +242 -0
- package/src/credential/card/credential-details-list-item.tsx +87 -0
- package/src/credential/card/credential-header.stories.tsx +50 -0
- package/src/credential/card/credential-header.tsx +195 -0
- package/src/credential/card/credential-image-carousel.tsx +113 -0
- package/src/credential/card/index.ts +11 -0
- package/src/credential/credential-attribute-item.tsx +372 -0
- package/src/credential/credential-carousel-images.tsx +90 -0
- package/src/credential/index.ts +13 -0
- package/src/credential/selector-status.ts +8 -0
- package/src/credential/selector.stories.tsx +37 -0
- package/src/credential/selector.tsx +64 -0
- package/src/detail/detail.stories.tsx +65 -0
- package/src/detail/detail.tsx +98 -0
- package/src/detail/index.tsx +3 -0
- package/src/entity/avatar.stories.tsx +39 -0
- package/src/entity/avatar.tsx +87 -0
- package/src/entity/entity-cluster.stories.tsx +42 -0
- package/src/entity/entity-cluster.tsx +72 -0
- package/src/entity/index.ts +5 -0
- package/src/header/focus-aware-status-bar.tsx +10 -0
- package/src/header/foldable-header.tsx +107 -0
- package/src/header/header.stories.tsx +59 -0
- package/src/header/header.tsx +105 -0
- package/src/header/index.ts +9 -0
- package/src/header/navigation-header.stories.tsx +56 -0
- package/src/header/navigation-header.tsx +147 -0
- package/src/history/data-item.tsx +79 -0
- package/src/history/history-list-item.tsx +102 -0
- package/src/history/history-section-header.tsx +44 -0
- package/src/history/history-section-list-item.tsx +41 -0
- package/src/history/index.ts +9 -0
- package/src/icons/connectivity.tsx +114 -0
- package/src/icons/credential.tsx +118 -0
- package/src/icons/entity.tsx +21 -0
- package/src/icons/history.tsx +378 -0
- package/src/icons/icons.tsx +134 -0
- package/src/icons/index.ts +11 -0
- package/src/icons/input.tsx +29 -0
- package/src/icons/keypad.tsx +40 -0
- package/src/icons/loader.tsx +117 -0
- package/src/icons/nerd-view.tsx +105 -0
- package/src/icons/selector.tsx +43 -0
- package/src/icons/wallet.tsx +73 -0
- package/src/image/image-or-component.tsx +92 -0
- package/src/image/index.tsx +3 -0
- package/src/index.ts +26 -0
- package/src/input/index.ts +7 -0
- package/src/input/radio-group.tsx +110 -0
- package/src/input/selection-input.stories.tsx +46 -0
- package/src/input/selection-input.tsx +112 -0
- package/src/input/text-input.tsx +253 -0
- package/src/list/index.ts +5 -0
- package/src/list/list-section-header.tsx +37 -0
- package/src/list/list-title-header.tsx +30 -0
- package/src/loader/index.ts +5 -0
- package/src/loader/loader.stories.tsx +31 -0
- package/src/loader/loader.tsx +169 -0
- package/src/loader/loading-result.stories.tsx +67 -0
- package/src/loader/loading-result.tsx +93 -0
- package/src/nerd-view/index.ts +3 -0
- package/src/nerd-view/nerd-mode-item.tsx +296 -0
- package/src/normalize-color.d.ts +1 -0
- package/src/pin/index.ts +4 -0
- package/src/pin/keypad.tsx +166 -0
- package/src/pin/pin-code-screen.stories.tsx +80 -0
- package/src/pin/pin-code-screen.tsx +195 -0
- package/src/pin/pins.tsx +48 -0
- package/src/screens/backup-screen.tsx +92 -0
- package/src/screens/image-preview-screen.stories.tsx +28 -0
- package/src/screens/image-preview-screen.tsx +82 -0
- package/src/screens/index.ts +13 -0
- package/src/screens/nerd-mode-screen.tsx +150 -0
- package/src/screens/qr-code-scanner-screen.stories.tsx +37 -0
- package/src/screens/qr-code-scanner-screen.tsx +124 -0
- package/src/screens/scroll-view-screen.tsx +91 -0
- package/src/screens/section-list-screen.tsx +61 -0
- package/src/searchbar/animated-search-bar.tsx +96 -0
- package/src/searchbar/index.ts +5 -0
- package/src/searchbar/search-bar.stories.tsx +31 -0
- package/src/searchbar/search-bar.tsx +94 -0
- package/src/settings/button-setting.tsx +72 -0
- package/src/settings/index.ts +11 -0
- package/src/settings/setting-item-separator.tsx +32 -0
- package/src/settings/setting-item.tsx +68 -0
- package/src/settings/settings-button.tsx +23 -0
- package/src/settings/switch-setting.tsx +33 -0
- package/src/state/error-screen.stories.tsx +22 -0
- package/src/state/error-screen.tsx +71 -0
- package/src/state/index.ts +3 -0
- package/src/text/base.tsx +53 -0
- package/src/text/font.ts +52 -0
- package/src/text/index.ts +3 -0
- package/src/text/typography.stories.tsx +70 -0
- package/src/text/typography.tsx +117 -0
- package/src/theme/color-scheme-context.tsx +48 -0
- package/src/theme/color-scheme.ts +31 -0
- package/src/theme/index.ts +4 -0
- package/src/utils/color.ts +34 -0
- package/src/utils/contrasting-status-bar.tsx +21 -0
- package/src/utils/date.ts +49 -0
- package/src/utils/hooks/header/on-scroll-header-state.tsx +16 -0
- package/src/utils/hooks/index.ts +5 -0
- package/src/utils/hooks/list/list-content-inset.ts +24 -0
- package/src/utils/index.ts +19 -0
- package/src/utils/navigation.ts +37 -0
- package/src/utils/ref.ts +39 -0
- package/src/utils/testID.test.ts +20 -0
- package/src/utils/testID.ts +9 -0
- package/src/utils/useMemoAsync.ts +50 -0
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { FC, ReactNode } from 'react';
|
|
2
|
+
import { StyleProp, TouchableOpacityProps, ViewStyle } from 'react-native';
|
|
3
|
+
import type { SvgProps } from 'react-native-svg';
|
|
4
|
+
export type GhostButtonProps = TouchableOpacityProps & {
|
|
5
|
+
accessibilityLabel: string;
|
|
6
|
+
icon?: FC<SvgProps> | ReactNode;
|
|
7
|
+
onPress: () => void;
|
|
8
|
+
style?: StyleProp<ViewStyle>;
|
|
9
|
+
};
|
|
10
|
+
declare const GhostButton: FC<GhostButtonProps>;
|
|
11
|
+
export default GhostButton;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import BackButton, { BackButtonIcon, BackButtonProps } from './back-button';
|
|
2
|
+
import { Button, ButtonProps, ButtonType } from './button';
|
|
3
|
+
import ConnectivityButton, { ConnectivityButtonProps, ConnectivityTransport } from './connectivity-button';
|
|
4
|
+
import FilterButton, { FilterButtonProps } from './filter-button';
|
|
5
|
+
import GhostButton, { GhostButtonProps } from './ghost-button';
|
|
6
|
+
import ScanButton, { ScanButtonProps } from './scan-button';
|
|
7
|
+
export { BackButton, BackButtonIcon, BackButtonProps, Button, ButtonProps, ButtonType, ConnectivityButton, ConnectivityButtonProps, ConnectivityTransport, FilterButton, FilterButtonProps, GhostButton, GhostButtonProps, ScanButton, ScanButtonProps, };
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { TouchableOpacityProps } from 'react-native';
|
|
3
|
+
export type ScanButtonProps = TouchableOpacityProps;
|
|
4
|
+
declare const ScanButton: React.ForwardRefExoticComponent<TouchableOpacityProps & React.RefAttributes<import("react-native").TouchableOpacity>>;
|
|
5
|
+
export default ScanButton;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React, { FunctionComponent } from 'react';
|
|
2
|
+
import { ViewProps } from 'react-native';
|
|
3
|
+
import { Code, CodeType } from 'react-native-vision-camera';
|
|
4
|
+
export type QRCodeScannerProps = ViewProps & {
|
|
5
|
+
cameraOverlay?: React.ComponentType<any> | React.ReactElement;
|
|
6
|
+
codeTypes?: CodeType[];
|
|
7
|
+
noCameraView?: JSX.Element;
|
|
8
|
+
onQRCodeRead: (code: Code[]) => void;
|
|
9
|
+
};
|
|
10
|
+
declare const QRCodeScanner: FunctionComponent<QRCodeScannerProps>;
|
|
11
|
+
export default QRCodeScanner;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { FC, ReactNode } from 'react';
|
|
2
|
+
import { TouchableOpacityProps } from 'react-native';
|
|
3
|
+
export interface CheckboxProps extends TouchableOpacityProps {
|
|
4
|
+
value: boolean;
|
|
5
|
+
text: ReactNode;
|
|
6
|
+
onValueChanged: (value: boolean) => void;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
}
|
|
9
|
+
export declare const Checkbox: FC<CheckboxProps>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Switch as RNSwitch, SwitchProps as RNSwitchProps } from 'react-native';
|
|
3
|
+
export interface SwitchProps extends Omit<RNSwitchProps, 'value' | 'onChange' | 'onValueChange'> {
|
|
4
|
+
value: boolean;
|
|
5
|
+
onChange: (newValue: boolean) => void;
|
|
6
|
+
}
|
|
7
|
+
export declare const Switch: React.ForwardRefExoticComponent<SwitchProps & React.RefAttributes<RNSwitch>>;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import React, { FC } from 'react';
|
|
2
|
+
import { ColorValue, StyleProp, ViewStyle } from 'react-native';
|
|
3
|
+
import { ImageOrComponentSource } from '../../image/image-or-component';
|
|
4
|
+
import { CredentialHeaderProps } from './credential-header';
|
|
5
|
+
import { CarouselImage } from './credential-image-carousel';
|
|
6
|
+
export declare const CredentialCardShadow: Pick<ViewStyle, 'shadowColor' | 'shadowOffset' | 'shadowOpacity' | 'shadowRadius'>;
|
|
7
|
+
export declare const CredentialCardRatio: number;
|
|
8
|
+
export type CredentialCardProps = {
|
|
9
|
+
cardCarouselImages?: CarouselImage[];
|
|
10
|
+
cardImage?: ImageOrComponentSource;
|
|
11
|
+
color?: ColorValue;
|
|
12
|
+
credentialId?: string;
|
|
13
|
+
header: CredentialHeaderProps;
|
|
14
|
+
notice?: string;
|
|
15
|
+
noticeIcon?: React.ComponentType<any> | React.ReactElement;
|
|
16
|
+
onCardPress?: (credentialId?: string) => void;
|
|
17
|
+
onHeaderPress?: (credentialId?: string) => void;
|
|
18
|
+
style?: StyleProp<ViewStyle>;
|
|
19
|
+
testID?: string;
|
|
20
|
+
};
|
|
21
|
+
declare const CredentialCard: FC<CredentialCardProps>;
|
|
22
|
+
export default CredentialCard;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ComponentType, FC, ReactElement } from 'react';
|
|
2
|
+
import { ImageSourcePropType, ViewProps } from 'react-native';
|
|
3
|
+
import { CredentialAttribute } from '../credential-attribute-item';
|
|
4
|
+
import { CredentialCardProps } from './credential-card';
|
|
5
|
+
export type CredentialDetailsCardProps = ViewProps & {
|
|
6
|
+
animate?: boolean;
|
|
7
|
+
attributes: CredentialAttribute[] | false;
|
|
8
|
+
card: CredentialCardProps;
|
|
9
|
+
expanded?: boolean;
|
|
10
|
+
footer?: ComponentType<any> | ReactElement;
|
|
11
|
+
onImagePreview?: (name: string, image: ImageSourcePropType) => void;
|
|
12
|
+
onAttributeSelected?: (id: string, selected: boolean) => void;
|
|
13
|
+
showAllButtonLabel?: string;
|
|
14
|
+
};
|
|
15
|
+
declare const CredentialDetailsCard: FC<CredentialDetailsCardProps>;
|
|
16
|
+
export default CredentialDetailsCard;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { StyleProp, ViewStyle } from 'react-native';
|
|
3
|
+
import { CredentialDetailsCardProps } from './credential-details-card';
|
|
4
|
+
export type CredentialDetailsCardListItemProps = Omit<CredentialDetailsCardProps, 'animate'> & {
|
|
5
|
+
detailsCardStyle?: StyleProp<ViewStyle>;
|
|
6
|
+
lastItem?: boolean;
|
|
7
|
+
};
|
|
8
|
+
declare const CredentialDetailsCardListItem: FC<CredentialDetailsCardListItemProps>;
|
|
9
|
+
export default CredentialDetailsCardListItem;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import React, { FC } from 'react';
|
|
2
|
+
import { AccessibilityProps, ColorValue, StyleProp, ViewStyle } from 'react-native';
|
|
3
|
+
import { ImageOrComponentSource } from '../../image/image-or-component';
|
|
4
|
+
export interface CredentialHeaderProps extends AccessibilityProps {
|
|
5
|
+
accessory?: React.ComponentType<any> | React.ReactElement;
|
|
6
|
+
blur?: boolean;
|
|
7
|
+
color?: ColorValue;
|
|
8
|
+
credentialDetailPrimary: string;
|
|
9
|
+
credentialDetailSecondary?: string;
|
|
10
|
+
credentialDetailTestID?: string;
|
|
11
|
+
credentialDetailErrorColor?: boolean;
|
|
12
|
+
credentialName: string;
|
|
13
|
+
icon?: ImageOrComponentSource;
|
|
14
|
+
iconLabelColor?: ColorValue;
|
|
15
|
+
statusIcon?: React.ComponentType<any> | React.ReactElement;
|
|
16
|
+
style?: StyleProp<ViewStyle>;
|
|
17
|
+
testID?: string;
|
|
18
|
+
}
|
|
19
|
+
declare const CredentialHeader: FC<CredentialHeaderProps>;
|
|
20
|
+
export default CredentialHeader;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import React, { FC } from 'react';
|
|
2
|
+
import { StyleProp, ViewStyle } from 'react-native';
|
|
3
|
+
export declare enum CarouselImageType {
|
|
4
|
+
Barcode = "Barcode",
|
|
5
|
+
QrCode = "QrCode",
|
|
6
|
+
MRZ = "MRZ",
|
|
7
|
+
Photo = "Photo"
|
|
8
|
+
}
|
|
9
|
+
export type CarouselImage = {
|
|
10
|
+
type: CarouselImageType;
|
|
11
|
+
element: React.ReactElement;
|
|
12
|
+
};
|
|
13
|
+
type CarouselProps = {
|
|
14
|
+
carouselSize: {
|
|
15
|
+
width: number;
|
|
16
|
+
height: number;
|
|
17
|
+
};
|
|
18
|
+
imagesToRender: CarouselImage[];
|
|
19
|
+
style?: StyleProp<ViewStyle>;
|
|
20
|
+
testID?: string;
|
|
21
|
+
};
|
|
22
|
+
declare const CarouselComponent: FC<CarouselProps>;
|
|
23
|
+
export default CarouselComponent;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import CredentialCard, { CredentialCardProps, CredentialCardRatio, CredentialCardShadow } from './credential-card';
|
|
2
|
+
import CredentialDetailsCard, { CredentialDetailsCardProps } from './credential-details-card';
|
|
3
|
+
import CredentialDetailsCardListItem, { CredentialDetailsCardListItemProps } from './credential-details-list-item';
|
|
4
|
+
import CredentialHeader, { CredentialHeaderProps } from './credential-header';
|
|
5
|
+
import { CarouselImage, CarouselImageType } from './credential-image-carousel';
|
|
6
|
+
export { CarouselImage, CarouselImageType };
|
|
7
|
+
export { CredentialCard, CredentialCardProps, CredentialCardRatio, CredentialCardShadow };
|
|
8
|
+
export { CredentialDetailsCard, CredentialDetailsCardProps };
|
|
9
|
+
export { CredentialDetailsCardListItem, CredentialDetailsCardListItemProps };
|
|
10
|
+
export { CredentialHeader, CredentialHeaderProps };
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { ComponentType, FC, ReactElement } from 'react';
|
|
2
|
+
import { ImageSourcePropType, StyleProp, ViewStyle } from 'react-native';
|
|
3
|
+
export type CredentialAttributeValue = {
|
|
4
|
+
attributes: CredentialAttribute[];
|
|
5
|
+
image?: never;
|
|
6
|
+
value?: never;
|
|
7
|
+
values?: never;
|
|
8
|
+
valueErrorColor?: never;
|
|
9
|
+
testID?: string;
|
|
10
|
+
} | {
|
|
11
|
+
attributes?: never;
|
|
12
|
+
image: ImageSourcePropType;
|
|
13
|
+
value?: never;
|
|
14
|
+
values?: never;
|
|
15
|
+
valueErrorColor?: never;
|
|
16
|
+
testID?: string;
|
|
17
|
+
} | {
|
|
18
|
+
attributes?: never;
|
|
19
|
+
image?: never;
|
|
20
|
+
value: string;
|
|
21
|
+
values?: never;
|
|
22
|
+
valueErrorColor?: boolean;
|
|
23
|
+
testID?: string;
|
|
24
|
+
} | {
|
|
25
|
+
attributes?: never;
|
|
26
|
+
image?: never;
|
|
27
|
+
value?: never;
|
|
28
|
+
values: CredentialAttribute[];
|
|
29
|
+
valueErrorColor?: boolean;
|
|
30
|
+
testID?: string;
|
|
31
|
+
};
|
|
32
|
+
export type CredentialAttribute = CredentialAttributeValue & {
|
|
33
|
+
disabled?: boolean;
|
|
34
|
+
selected?: boolean;
|
|
35
|
+
nested?: boolean;
|
|
36
|
+
listValue?: boolean;
|
|
37
|
+
id: string;
|
|
38
|
+
name?: string;
|
|
39
|
+
rightAccessory?: ComponentType<any> | ReactElement;
|
|
40
|
+
};
|
|
41
|
+
export type CredentialAttributeItemProps = CredentialAttribute & {
|
|
42
|
+
last: boolean | undefined;
|
|
43
|
+
onImagePreview?: (name: string, image: ImageSourcePropType) => void;
|
|
44
|
+
onPress?: (id: string, selected: boolean) => void;
|
|
45
|
+
style?: StyleProp<ViewStyle>;
|
|
46
|
+
};
|
|
47
|
+
declare const CredentialAttributeItem: FC<CredentialAttributeItemProps>;
|
|
48
|
+
export default CredentialAttributeItem;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
type BarcodeProps = {
|
|
3
|
+
content: string;
|
|
4
|
+
height?: number;
|
|
5
|
+
testID?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
};
|
|
8
|
+
export declare const Barcode: FC<BarcodeProps>;
|
|
9
|
+
type QrCodeProps = {
|
|
10
|
+
content: string;
|
|
11
|
+
padding?: number;
|
|
12
|
+
testID?: string;
|
|
13
|
+
};
|
|
14
|
+
export declare const QrCode: FC<QrCodeProps>;
|
|
15
|
+
export declare const Mrz: FC<{
|
|
16
|
+
content: string;
|
|
17
|
+
testID?: string;
|
|
18
|
+
}>;
|
|
19
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import CredentialAttributeItem, { CredentialAttribute, CredentialAttributeItemProps, CredentialAttributeValue } from './credential-attribute-item';
|
|
2
|
+
import { Barcode, Mrz, QrCode } from './credential-carousel-images';
|
|
3
|
+
import Selector from './selector';
|
|
4
|
+
import { SelectorStatus } from './selector-status';
|
|
5
|
+
export { CredentialAttribute, CredentialAttributeItem, CredentialAttributeItemProps, CredentialAttributeValue };
|
|
6
|
+
export { Barcode, Mrz, QrCode };
|
|
7
|
+
export { Selector, SelectorStatus };
|
|
8
|
+
export * from './card';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { StyleProp, ViewStyle } from 'react-native';
|
|
3
|
+
import { SelectorStatus } from './selector-status';
|
|
4
|
+
interface SelectorProps {
|
|
5
|
+
status: SelectorStatus;
|
|
6
|
+
style?: StyleProp<ViewStyle>;
|
|
7
|
+
testID?: string;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Generic selector display
|
|
11
|
+
*
|
|
12
|
+
* Following the design: https://www.figma.com/file/52qDYWUMjXAGre1dcnz5bz/Procivis-One-Wallet?type=design&node-id=433-28352&mode=design&t=91K8am4RSNRB8qgZ-0
|
|
13
|
+
*/
|
|
14
|
+
declare const Selector: FC<SelectorProps>;
|
|
15
|
+
export default Selector;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { FunctionComponent, PropsWithChildren } from 'react';
|
|
2
|
+
import { ScrollViewProps, StyleProp, ViewStyle } from 'react-native';
|
|
3
|
+
import { HeaderProps } from '../header';
|
|
4
|
+
type StaticContentProps = {
|
|
5
|
+
staticContent: true;
|
|
6
|
+
};
|
|
7
|
+
type DynamicContentProps = {
|
|
8
|
+
staticContent?: false;
|
|
9
|
+
scrollViewProps?: ScrollViewProps;
|
|
10
|
+
};
|
|
11
|
+
export type DetailScreenProps = {
|
|
12
|
+
testID?: string;
|
|
13
|
+
headerProps: HeaderProps;
|
|
14
|
+
style?: StyleProp<ViewStyle>;
|
|
15
|
+
contentStyle?: StyleProp<ViewStyle>;
|
|
16
|
+
} & (StaticContentProps | DynamicContentProps);
|
|
17
|
+
declare const DetailScreen: FunctionComponent<PropsWithChildren<DetailScreenProps>>;
|
|
18
|
+
export default DetailScreen;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ComponentType, FunctionComponent, ReactElement } from 'react';
|
|
2
|
+
import { ViewProps } from 'react-native';
|
|
3
|
+
import { ImageOrComponentSource } from '../image/image-or-component';
|
|
4
|
+
export type AvatarProps = ViewProps & {
|
|
5
|
+
avatar?: ImageOrComponentSource;
|
|
6
|
+
placeholderText?: string;
|
|
7
|
+
statusIcon?: ComponentType<any> | ReactElement;
|
|
8
|
+
};
|
|
9
|
+
declare const Avatar: FunctionComponent<AvatarProps>;
|
|
10
|
+
export default Avatar;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { FunctionComponent } from 'react';
|
|
2
|
+
import { ViewProps } from 'react-native';
|
|
3
|
+
import { AvatarProps } from './avatar';
|
|
4
|
+
export type EntityClusterProps = ViewProps & {
|
|
5
|
+
avatar?: AvatarProps;
|
|
6
|
+
entityName: string;
|
|
7
|
+
subline?: string;
|
|
8
|
+
textColor?: string;
|
|
9
|
+
testID?: string;
|
|
10
|
+
};
|
|
11
|
+
declare const EntityCluster: FunctionComponent<EntityClusterProps>;
|
|
12
|
+
export default EntityCluster;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { FunctionComponent, ReactElement } from 'react';
|
|
2
|
+
import { Animated } from 'react-native';
|
|
3
|
+
import { AnimatedSearchBarProps } from '../searchbar/animated-search-bar';
|
|
4
|
+
export type FoldableHeaderProps = {
|
|
5
|
+
header: ReactElement;
|
|
6
|
+
scrollOffset: Animated.Value;
|
|
7
|
+
searchBar?: Omit<AnimatedSearchBarProps, 'collapsed'>;
|
|
8
|
+
staticHeader?: boolean;
|
|
9
|
+
};
|
|
10
|
+
declare const FoldableSearchHeader: FunctionComponent<FoldableHeaderProps>;
|
|
11
|
+
export default FoldableSearchHeader;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { FC, ReactNode } from 'react';
|
|
2
|
+
import { StyleProp, ViewProps, ViewStyle } from 'react-native';
|
|
3
|
+
export interface HeaderProps extends ViewProps {
|
|
4
|
+
onBack?: () => void;
|
|
5
|
+
rightButton?: ReactNode;
|
|
6
|
+
style?: StyleProp<ViewStyle>;
|
|
7
|
+
titleRowStyle?: StyleProp<ViewStyle>;
|
|
8
|
+
title: ReactNode;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* Unified screen header
|
|
12
|
+
*
|
|
13
|
+
* Following the design: https://www.figma.com/file/52qDYWUMjXAGre1dcnz5bz/Procivis-One-Wallet?node-id=425-18624
|
|
14
|
+
* states (Default + Dashboard)
|
|
15
|
+
*/
|
|
16
|
+
declare const Header: FC<HeaderProps>;
|
|
17
|
+
export default Header;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import FocusAwareStatusBar from './focus-aware-status-bar';
|
|
2
|
+
import FoldableHeader, { FoldableHeaderProps } from './foldable-header';
|
|
3
|
+
import Header, { HeaderProps } from './header';
|
|
4
|
+
import NavigationHeader, { NavigationHeaderProps } from './navigation-header';
|
|
5
|
+
export { FocusAwareStatusBar };
|
|
6
|
+
export { FoldableHeader, FoldableHeaderProps };
|
|
7
|
+
export { Header, HeaderProps };
|
|
8
|
+
export { NavigationHeader, NavigationHeaderProps };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { FC } from 'react';
|
|
2
|
+
import { ColorValue, ViewProps } from 'react-native';
|
|
3
|
+
export type NavigationHeaderProps = ViewProps & {
|
|
4
|
+
animate?: boolean;
|
|
5
|
+
backgroundColor?: ColorValue;
|
|
6
|
+
blurred?: boolean;
|
|
7
|
+
leftItem?: React.ComponentType<any> | React.ReactElement;
|
|
8
|
+
modalHandleVisible?: boolean;
|
|
9
|
+
rightItem?: React.ComponentType<any> | React.ReactElement;
|
|
10
|
+
title?: string;
|
|
11
|
+
titleColor?: string;
|
|
12
|
+
titleVisible?: boolean;
|
|
13
|
+
};
|
|
14
|
+
declare const NavigationHeader: FC<NavigationHeaderProps>;
|
|
15
|
+
export default NavigationHeader;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { FC, ReactNode } from 'react';
|
|
2
|
+
import { ColorValue, ViewProps } from 'react-native';
|
|
3
|
+
export type DataItemProps = ViewProps & {
|
|
4
|
+
attribute: string;
|
|
5
|
+
last?: boolean;
|
|
6
|
+
multiline?: boolean;
|
|
7
|
+
value: string;
|
|
8
|
+
valueColor?: ColorValue;
|
|
9
|
+
valueIcon?: ReactNode;
|
|
10
|
+
};
|
|
11
|
+
declare const DataItem: FC<DataItemProps>;
|
|
12
|
+
export default DataItem;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ComponentType, FC, ReactElement } from 'react';
|
|
2
|
+
import { StyleProp, ViewStyle } from 'react-native';
|
|
3
|
+
export type HistoryListItemProps = {
|
|
4
|
+
icon: ComponentType<any> | ReactElement;
|
|
5
|
+
info?: string;
|
|
6
|
+
label: string;
|
|
7
|
+
last?: boolean;
|
|
8
|
+
onPress?: () => void;
|
|
9
|
+
style?: StyleProp<ViewStyle>;
|
|
10
|
+
testID?: string;
|
|
11
|
+
time: string;
|
|
12
|
+
};
|
|
13
|
+
declare const HistoryListItem: FC<HistoryListItemProps>;
|
|
14
|
+
export default HistoryListItem;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { HistoryListItemProps } from './history-list-item';
|
|
3
|
+
export interface HistorySectionListItemProps extends HistoryListItemProps {
|
|
4
|
+
first?: boolean;
|
|
5
|
+
}
|
|
6
|
+
declare const HistorySectionListItem: FC<HistorySectionListItemProps>;
|
|
7
|
+
export default HistorySectionListItem;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import DataItem, { DataItemProps } from './data-item';
|
|
2
|
+
import HistoryListItem, { HistoryListItemProps } from './history-list-item';
|
|
3
|
+
import HistorySectionHeader from './history-section-header';
|
|
4
|
+
import HistorySectionListItem, { HistorySectionListItemProps } from './history-section-list-item';
|
|
5
|
+
export { DataItem, DataItemProps };
|
|
6
|
+
export { HistoryListItem, HistoryListItemProps };
|
|
7
|
+
export { HistorySectionHeader };
|
|
8
|
+
export { HistorySectionListItem, HistorySectionListItemProps };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
export type ConnectivityIconProps = {
|
|
3
|
+
testID?: string;
|
|
4
|
+
};
|
|
5
|
+
export type ConnectivityStatusIconProps = ConnectivityIconProps & {
|
|
6
|
+
status: boolean;
|
|
7
|
+
};
|
|
8
|
+
export declare const ConnectivityStatusIcon: FC<ConnectivityStatusIconProps>;
|
|
9
|
+
export declare const ConnectivityInternetOnIcon: FC<ConnectivityIconProps>;
|
|
10
|
+
export declare const ConnectivityInternetOffIcon: FC<ConnectivityIconProps>;
|
|
11
|
+
export declare const ConnectivityBluetoothOnIcon: FC<ConnectivityIconProps>;
|
|
12
|
+
export declare const ConnectivityBluetoothOffIcon: FC<ConnectivityIconProps>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { SvgProps } from 'react-native-svg';
|
|
3
|
+
export declare const CredentialErrorIcon: FC<SvgProps>;
|
|
4
|
+
export declare const CredentialWarningIcon: FC<SvgProps>;
|
|
5
|
+
export declare const CredentialNoticInfoIcon: FC<SvgProps>;
|
|
6
|
+
export declare const CredentialNoticeWarningIcon: FC<SvgProps>;
|
|
7
|
+
export declare const UpIcon: FC<SvgProps>;
|
|
8
|
+
export declare const DownIcon: FC<SvgProps>;
|
|
9
|
+
export declare const RequiredAttributeIcon: FC<SvgProps>;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { ViewProps } from 'react-native';
|
|
3
|
+
import { SvgProps } from 'react-native-svg';
|
|
4
|
+
export declare const HistoryShareIcon: FC<SvgProps>;
|
|
5
|
+
export declare const HistoryIssueIcon: FC<SvgProps>;
|
|
6
|
+
export declare const HistoryRevokeIcon: FC<SvgProps>;
|
|
7
|
+
export declare const HistorySuspendIcon: FC<SvgProps>;
|
|
8
|
+
export declare const HistoryStatusAcceptedIcon: FC<SvgProps>;
|
|
9
|
+
export declare enum HistoryStatusIconType {
|
|
10
|
+
Success = 0,
|
|
11
|
+
Warning = 1,
|
|
12
|
+
Error = 2,
|
|
13
|
+
Delete = 3,
|
|
14
|
+
Suspend = 4,
|
|
15
|
+
SuspendTemporary = 5,
|
|
16
|
+
Indicator = 6
|
|
17
|
+
}
|
|
18
|
+
export interface HistoryStatusIconProps extends SvgProps {
|
|
19
|
+
type: HistoryStatusIconType;
|
|
20
|
+
}
|
|
21
|
+
export declare const HistoryStatusIcon: FC<HistoryStatusIconProps>;
|
|
22
|
+
export declare enum HistoryActionIconType {
|
|
23
|
+
Issue = 0,
|
|
24
|
+
IssueReject = 1,
|
|
25
|
+
Request = 2,
|
|
26
|
+
RequestDeleted = 3,
|
|
27
|
+
RequestReject = 4,
|
|
28
|
+
Revalidate = 5,
|
|
29
|
+
Revoke = 6,
|
|
30
|
+
Share = 7,
|
|
31
|
+
ShareReject = 8,
|
|
32
|
+
Suspend = 9,
|
|
33
|
+
SuspendTemporary = 10,
|
|
34
|
+
Error = 11
|
|
35
|
+
}
|
|
36
|
+
export type HistoryActionIconProps = ViewProps & ({
|
|
37
|
+
type: HistoryActionIconType;
|
|
38
|
+
} | {
|
|
39
|
+
statusIcon: HistoryStatusIconType;
|
|
40
|
+
TypeIcon: FC<SvgProps>;
|
|
41
|
+
});
|
|
42
|
+
export declare const HistoryActionIcon: FC<HistoryActionIconProps>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { SvgProps } from 'react-native-svg';
|
|
3
|
+
export declare const ScanIcon: FC<SvgProps>;
|
|
4
|
+
export declare const HistoryIcon: FC<SvgProps>;
|
|
5
|
+
export declare const OptionsIcon: FC<SvgProps>;
|
|
6
|
+
export declare const BackIcon: FC<SvgProps>;
|
|
7
|
+
export declare const SearchIcon: FC<SvgProps>;
|
|
8
|
+
export declare const CloseIcon: FC<SvgProps>;
|
|
9
|
+
export declare const InfoIcon: FC<SvgProps>;
|
|
10
|
+
export declare const CodeIcon: FC<SvgProps>;
|
|
11
|
+
export declare const LinkIcon: FC<SvgProps>;
|
|
12
|
+
export declare const ImportIcon: FC<SvgProps>;
|
|
13
|
+
export declare const FilterIcon: FC<SvgProps>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from './connectivity';
|
|
2
|
+
export * from './credential';
|
|
3
|
+
export * from './entity';
|
|
4
|
+
export * from './history';
|
|
5
|
+
export * from './icons';
|
|
6
|
+
export * from './input';
|
|
7
|
+
export * from './keypad';
|
|
8
|
+
export * from './loader';
|
|
9
|
+
export * from './nerd-view';
|
|
10
|
+
export * from './selector';
|
|
11
|
+
export * from './wallet';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { SvgProps } from 'react-native-svg';
|
|
3
|
+
export declare const FaceIDIcon: FC<SvgProps>;
|
|
4
|
+
export declare const FingerprintIcon: FC<SvgProps>;
|
|
5
|
+
export declare const KeypadClearIcon: FC<SvgProps>;
|
|
6
|
+
export declare const KeypadBackspaceIcon: FC<SvgProps>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { SvgProps } from 'react-native-svg';
|
|
3
|
+
export declare const LoaderProgressSpinner: FC<SvgProps>;
|
|
4
|
+
export declare const LoaderSuccess: FC<SvgProps>;
|
|
5
|
+
export declare const LoaderWarning: FC<SvgProps>;
|
|
6
|
+
export declare const LoaderError: FC<SvgProps>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React, { FC } from 'react';
|
|
2
|
+
import { SvgProps } from 'react-native-svg';
|
|
3
|
+
export declare const OpenLinkIcon: FC<SvgProps>;
|
|
4
|
+
export declare const CopyContentIcon: FC<SvgProps>;
|
|
5
|
+
export declare const CredentialValidIcon: React.JSX.Element;
|
|
6
|
+
export declare const CredentialSuspendedIcon: React.JSX.Element;
|
|
7
|
+
export declare const CredentialSuspendedTempIcon: React.JSX.Element;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { SvgProps } from 'react-native-svg';
|
|
3
|
+
import { SelectorStatus } from '../credential/selector-status';
|
|
4
|
+
interface SelectorIconProps {
|
|
5
|
+
status: SelectorStatus.SelectedCheckmark | SelectorStatus.Rejected | SelectorStatus.Required;
|
|
6
|
+
testID?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare const SelectorIcon: FC<SelectorIconProps>;
|
|
9
|
+
export declare const CheckedIcon: FC<SvgProps>;
|
|
10
|
+
export {};
|