@hero-design/rn 0.0.0-mainIsReactNative-1 → 0.0.0-mainIsReactNative-2

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.
Files changed (88) hide show
  1. package/es/index.js +42700 -929
  2. package/lib/index.js +44030 -0
  3. package/package.json +5 -5
  4. package/types/components/Accordion/StyledAccordion.d.ts +26 -12
  5. package/types/components/Alert/StyledAlert.d.ts +46 -17
  6. package/types/components/AppCue/StyledAppCue.d.ts +22 -9
  7. package/types/components/Attachment/StyledAttachment.d.ts +22 -9
  8. package/types/components/Avatar/AvatarStack/StyledAvatarStack.d.ts +29 -8
  9. package/types/components/Avatar/StyledAvatar.d.ts +29 -10
  10. package/types/components/Badge/StyledBadge.d.ts +44 -17
  11. package/types/components/BottomNavigation/StyledBottomNavigation.d.ts +44 -15
  12. package/types/components/BottomSheet/StyledBottomSheet.d.ts +58 -33
  13. package/types/components/Box/StyledBox.d.ts +8 -2
  14. package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +16 -4
  15. package/types/components/Button/StyledButton.d.ts +55 -17
  16. package/types/components/Button/UtilityButton/StyledUtilityButton.d.ts +14 -8
  17. package/types/components/Calendar/StyledCalendar.d.ts +59 -23
  18. package/types/components/Card/DataCard/StyledDataCard.d.ts +18 -6
  19. package/types/components/Card/StyledCard.d.ts +9 -2
  20. package/types/components/Card/index.d.ts +5 -2
  21. package/types/components/Carousel/StyledCardCarousel.d.ts +24 -10
  22. package/types/components/Carousel/StyledCarousel.d.ts +53 -26
  23. package/types/components/Chart/ChartSelect/StyledChartSelect.d.ts +6 -2
  24. package/types/components/Chart/ColumnChart/StyledColumnChart.d.ts +6 -2
  25. package/types/components/Chart/StyledChart.d.ts +8 -6
  26. package/types/components/Checkbox/StyledDefaultCheckBox.d.ts +31 -13
  27. package/types/components/Checkbox/StyledInlineCheckBox.d.ts +43 -13
  28. package/types/components/Checkbox/utils.d.ts +1 -1
  29. package/types/components/Chip/StyledChip.d.ts +12 -6
  30. package/types/components/Collapse/StyledCollapse.d.ts +15 -7
  31. package/types/components/ContentNavigator/StyledContentNavigator.d.ts +6 -2
  32. package/types/components/DatePicker/StyledDatePicker.d.ts +7 -2
  33. package/types/components/Divider/StyledDivider.d.ts +10 -2
  34. package/types/components/Drawer/StyledDrawer.d.ts +44 -17
  35. package/types/components/FAB/ActionGroup/StyledActionGroup.d.ts +28 -16
  36. package/types/components/FAB/ActionGroup/StyledActionItem.d.ts +14 -9
  37. package/types/components/FAB/Pair/StyledFAB.d.ts +13 -6
  38. package/types/components/FAB/StyledFAB.d.ts +22 -12
  39. package/types/components/FilterTrigger/StyledFilterTrigger.d.ts +20 -9
  40. package/types/components/FloatingIsland/StyledFloatingIsland.d.ts +17 -11
  41. package/types/components/Icon/HeroIcon/index.d.ts +10 -2
  42. package/types/components/InlineLoader/StyledInlineLoader.d.ts +15 -4
  43. package/types/components/List/StyledBasicListItem.d.ts +23 -9
  44. package/types/components/List/StyledListGroup.d.ts +8 -2
  45. package/types/components/List/StyledListItem.d.ts +44 -15
  46. package/types/components/MapPin/StyledMapPin.d.ts +37 -17
  47. package/types/components/PageControl/StyledPageControl.d.ts +10 -5
  48. package/types/components/PinInput/StyledPinInput.d.ts +59 -23
  49. package/types/components/Portal/reducer.d.ts +3 -6
  50. package/types/components/Progress/SegmentedBar/StyledLegend.d.ts +18 -12
  51. package/types/components/Progress/SegmentedBar/StyledSegmentedBar.d.ts +19 -12
  52. package/types/components/Progress/StyledProgressBar.d.ts +16 -5
  53. package/types/components/Progress/StyledProgressCircle.d.ts +12 -4
  54. package/types/components/Progress/StyledStep.d.ts +22 -12
  55. package/types/components/Radio/StyledRadio.d.ts +26 -9
  56. package/types/components/Rate/StyledRate.d.ts +9 -6
  57. package/types/components/RichTextEditor/StyledRichTextEditor.d.ts +6 -2
  58. package/types/components/RichTextEditor/StyledToolbar.d.ts +17 -7
  59. package/types/components/Search/StyledSearch.d.ts +42 -15
  60. package/types/components/SectionHeading/StyledHeading.d.ts +19 -6
  61. package/types/components/SectionList/StyledSectionList.d.ts +27 -9
  62. package/types/components/SegmentedControl/StyledSegmentedControl.d.ts +25 -15
  63. package/types/components/Select/StyledSelect.d.ts +16 -7
  64. package/types/components/Skeleton/StyledSkeleton.d.ts +15 -6
  65. package/types/components/Slider/StyledRangeSlider.d.ts +8 -2
  66. package/types/components/Spinner/StyledSpinner.d.ts +29 -8
  67. package/types/components/StatusScreens/Empty/StyledEmpty.d.ts +24 -10
  68. package/types/components/StatusScreens/Error/StyledError.d.ts +53 -30
  69. package/types/components/StatusScreens/Success/StyledSuccess.d.ts +53 -30
  70. package/types/components/Swipeable/StyledSwipeable.d.ts +6 -3
  71. package/types/components/Switch/SelectorSwitch/StyledSelectorSwitch.d.ts +18 -11
  72. package/types/components/Switch/StyledSwitch.d.ts +12 -5
  73. package/types/components/Tabs/StyledScrollableTabs.d.ts +59 -30
  74. package/types/components/Tabs/StyledTabs.d.ts +39 -13
  75. package/types/components/Tag/StyledTag.d.ts +22 -8
  76. package/types/components/TextInput/AssistiveInfoTrigger/StyledAssistiveInfoTrigger.d.ts +10 -5
  77. package/types/components/TextInput/StyledTextInput.d.ts +91 -33
  78. package/types/components/TextInput/index.d.ts +1 -1
  79. package/types/components/TimePicker/StyledTimePicker.d.ts +7 -2
  80. package/types/components/Toast/StyledToast.d.ts +56 -24
  81. package/types/components/Toolbar/StyledToolbar.d.ts +59 -25
  82. package/types/components/Typography/Body/StyledBody.d.ts +13 -2
  83. package/types/components/Typography/Caption/StyledCaption.d.ts +11 -2
  84. package/types/components/Typography/Label/StyledLabel.d.ts +11 -2
  85. package/types/components/Typography/Text/StyledText.d.ts +11 -2
  86. package/types/components/Typography/Title/StyledTitle.d.ts +13 -2
  87. package/types/index.d.ts +70 -8818
  88. package/types/testHelpers/renderWithTheme.d.ts +10 -11
@@ -134,7 +134,7 @@ export declare const renderSuffix: ({ state, loading, suffix, }: {
134
134
  state: State;
135
135
  loading: boolean;
136
136
  suffix?: IconName | React.ReactElement;
137
- }) => "number" | "search" | "bold" | "filter" | React.JSX.Element | "swag" | "wallet" | "menu" | "image" | "switch" | "activate" | "add-emoji" | "add-person" | "adjustment" | "alignment" | "antenna" | "archive" | "assignment-warning" | "bank" | "bell" | "billing" | "bolt" | "bookmark-added" | "bookmark-checked" | "bookmark" | "box-check" | "box" | "bpay" | "buildings" | "cake" | "calendar-clock" | "calendar" | "candy-box-menu" | "caret-down-small" | "caret-down" | "caret-left-small" | "caret-left" | "caret-right-small" | "caret-right" | "caret-up-small" | "caret-up" | "check-radio" | "circle-add" | "circle-cancel" | "circle-check" | "circle-down" | "circle-info" | "circle-left" | "circle-ok" | "circle-pencil" | "circle-question" | "circle-remove" | "circle-right" | "circle-up" | "circle-warning" | "clock-3" | "clock" | "cloud-download" | "cloud-upload" | "cog" | "coin" | "contacts" | "credit-card" | "diamond" | "direction-arrows" | "directory" | "document" | "dollar-coin-shine" | "dot" | "double-buildings" | "edit-template" | "envelope" | "exclude" | "expand-content" | "expense" | "explore_nearby" | "eye-circle" | "eye-invisible" | "eye" | "face-meh" | "face-sad" | "face-smiley" | "feed" | "feedbacks" | "file-certified" | "file-clone" | "file-copy" | "file-csv" | "file-dispose" | "file-doc" | "file-excel" | "file-export" | "file-lock" | "file-pdf" | "file-powerpoint" | "file-search" | "file-secured" | "file-sheets" | "file-slide" | "file-verified" | "file-word" | "file" | "folder-user" | "folder" | "format-bold" | "format-heading1" | "format-heading2" | "format-italic" | "format-list-bulleted" | "format-list-numbered" | "format-underlined" | "funnel-filter" | "global-dollar" | "global-pound" | "globe" | "graduation-cap" | "graph" | "happy-sun" | "health-bag" | "heart" | "hero-points" | "home" | "import" | "incident-siren" | "instapay-daily" | "instapay-now" | "instapay" | "list" | "loading-2" | "loading" | "location-on" | "location" | "lock" | "looks-one" | "looks-two" | "media-content" | "money-notes" | "moneybag" | "moon" | "multiple-stars" | "multiple-users" | "near-me" | "node" | "open-folder" | "paperclip-vertical" | "paperclip" | "payment-summary" | "pencil" | "phone" | "piggy-bank" | "plane-up" | "plane" | "play-arrow" | "play-circle" | "pound-coin-shine" | "pound-sign" | "print" | "raising-hands" | "reply-arrow" | "reply" | "reschedule" | "rocket-launch" | "rostering" | "salary-sacrifice" | "save" | "schedule-send" | "schedule" | "search-person" | "send" | "speaker" | "star-award" | "star-badge" | "star-circle" | "star-medal" | "star" | "steps-circle" | "stopwatch" | "suitcase" | "surfing" | "survey" | "swag-pillar-benefit" | "swag-pillar-career" | "swag-pillar-money" | "swag-pillar-work" | "swipe-right" | "tag" | "target" | "teams" | "thumb-down" | "thumb-up" | "timesheet" | "touch-id" | "trash-bin" | "unlock" | "user" | "video-1" | "video-2" | "warning" | "academic-hat-outlined" | "accommodation-outlined" | "activate-outlined" | "add-credit-card-outlined" | "add-emoji-outlined" | "add-person-outlined" | "add-section-outlined" | "add-time-outlined" | "add" | "adjustment-outlined" | "afternoon-outlined" | "ai-outlined" | "alignment-2-outlined" | "alignment-outlined" | "all-caps" | "application-outlined" | "archive-outlined" | "arrow-down" | "arrow-downwards" | "arrow-left" | "arrow-leftwards" | "arrow-right" | "arrow-rightwards" | "arrow-up" | "arrow-upwards" | "article-outlined" | "assignment-warning-outlined" | "at-sign" | "auto-graph-outlined" | "automotive-outlined" | "bakery-outlined" | "bank-outlined" | "bar-outlined" | "beauty-outlined" | "beer-outlined" | "bell-outlined" | "bell-slash-outlined" | "bill-management-outlined" | "billing-outlined" | "body-outlined" | "bolt-outlined" | "book-outlined" | "bookmark-added-outlined" | "bookmark-checked-outlined" | "bookmark-outlined" | "box-1-outlined" | "box-check-outlined" | "box-outlined" | "bullet-points" | "cake-outlined" | "calculator-outlined" | "calendar-clock-outlined" | "calendar-dates-outlined" | "calendar-edit-outlined" | "calendar-outlined" | "calendar-star-outlined" | "call-outlined" | "call-split-outlined" | "camera-outlined" | "cancel" | "car-forward-outlined" | "cashback-outlined" | "charging-station-outlined" | "chat-bubble-outlined" | "chat-unread-outlined" | "checkmark" | "circle-add-outlined" | "circle-cancel-outlined" | "circle-check-outlined" | "circle-down-outlined" | "circle-info-outlined" | "circle-left-outlined" | "circle-ok-outlined" | "circle-question-outlined" | "circle-remove-outlined" | "circle-right-outlined" | "circle-up-outlined" | "circle-warning-outlined" | "clock-2-outlined" | "clock-3-outlined" | "clock-in-outlined" | "clock-out-outlined" | "clock-outlined" | "cloud-download-outlined" | "cog-outlined" | "coin-outlined" | "coin-super-outlined" | "comment-outlined" | "contacts-outlined" | "contacts-user-outlined" | "credit-card-outlined" | "cultural-site-outlined" | "cup-outlined" | "dentistry-outlined" | "diamond-outlined" | "direction-arrows-outlined" | "directory-outlined" | "document-outlined" | "dollar-box-outlined" | "dollar-card-outlined" | "dollar-coin-shine-outlined" | "dollar-credit-card-outlined" | "dollar-sign" | "double-buildings-outlined" | "double-left-arrows" | "double-right-arrows" | "download-box-outlined" | "download-outlined" | "edit-template-outlined" | "edit-user-outlined" | "electronics-outlined" | "email-outlined" | "end-break-outlined" | "enter-arrow" | "entertainment-outlined" | "envelope-outlined" | "evening-outlined" | "expense-approval-outlined" | "expense-outlined" | "explore-outlined" | "extension-outlined" | "external-link" | "eye-invisible-outlined" | "eye-outlined" | "face-id" | "face-meh-outlined" | "face-open-smiley-outlined" | "face-sad-outlined" | "face-smiley-outlined" | "fastfood-outlined" | "feed-outlined" | "feedbacks-outlined" | "file-certified-outlined" | "file-clone-outlined" | "file-copy-outlined" | "file-dispose-outlined" | "file-dollar-certified-outlined" | "file-dollar-outlined" | "file-download-outlined" | "file-export-outlined" | "file-lock-outlined" | "file-outlined" | "file-pound-outlined" | "file-search-outlined" | "file-secured-outlined" | "file-statutory-outlined" | "file-verified-outlined" | "filter-outlined" | "fitness-outlined" | "folder-outlined" | "folder-upload-outlined" | "folder-user-outlined" | "form-outlined" | "funnel-filter-outline" | "goal-outlined" | "graph-outlined" | "grocery-outlined" | "hand-holding-user-outlined" | "handshake-outlined" | "happy-sun-outlined" | "health-bag-outlined" | "heart-outlined" | "history-outlined" | "home-outlined" | "id-card-outlined" | "image-outlined" | "import-outlined" | "instapay-outlined" | "italic" | "job-search-outlined" | "leave-approval-outlined" | "lighting-outlined" | "link-1" | "link-2" | "list-outlined" | "live-help-outlined" | "local_mall_outlined" | "location-on-outlined" | "location-outlined" | "lock-outlined" | "locked-file-outlined" | "log-out" | "mail-outlined" | "map-outlined" | "media-content-outlined" | "menu-close" | "menu-expand" | "menu-fold-outlined" | "menu-unfold-outlined" | "mic-outlined" | "mic-slash-outlined" | "mobile-outlined" | "moneybag-outlined" | "moon-outlined" | "more-horizontal" | "more-vertical" | "morning-outlined" | "multiple-folders-outlined" | "multiple-users-outlined" | "near-me-outlined" | "node-outlined" | "number-points" | "overview-outlined" | "park-outlined" | "payment-summary-outlined" | "payslip-outlined" | "pencil-outlined" | "percentage" | "phone-outlined" | "piggy-bank-outlined" | "plane-outlined" | "play-circle-outlined" | "pound-box-outlined" | "pound-card-outlined" | "pound-coin-shine-outlined" | "pound-credit-card-outlined" | "print-outlined" | "profile-2user-outlined" | "propane-tank-outlined" | "qr-code-outlined" | "qualification-outlined" | "question-mark" | "raising-hands-outlined" | "re-assign" | "redeem" | "refresh" | "remove" | "reply-outlined" | "restart" | "restaurant-outlined" | "resume-outlined" | "return-arrow" | "rocket-launch-outlined" | "rostering-outlined" | "safety-outlined" | "save-outlined" | "schedule-outlined" | "schedule-send-outlined" | "search-outlined" | "search-secured-outlined" | "send-outlined" | "share-1" | "share-2" | "share-outlined-2" | "share-outlined" | "shield-check-outlined" | "shop-outlined" | "shopping_basket_outlined" | "show-chart-outlined" | "single-down-arrow" | "single-left-arrow" | "single-right-arrow" | "single-up-arrow" | "smart-match-outlined" | "sparkle-2-outlined" | "sparkle-outlined" | "speaker-outlined" | "star-award-outlined" | "star-badge-outlined" | "star-circle-outlined" | "star-medal-outlined" | "star-outlined" | "start-break-outlined" | "stash-outlined" | "stop-outlined" | "stopwatch-outlined" | "strikethrough" | "styler-outlined" | "suitcase-clock-outlined" | "suitcase-outlined" | "survey-outlined" | "switch-outlined" | "sync" | "tablet-outlined" | "tag-outlined" | "target-outlined" | "teams-outlined" | "tennis-outlined" | "thumb-down-outlined" | "thumb-up-outlined" | "ticket-outlined" | "timesheet-outlined" | "timesheets-outlined" | "today-outlined" | "transfer" | "transportation-outlined" | "trash-bin-outlined" | "umbrela-outlined" | "unavailability-outlined" | "unavailable" | "underline" | "union-outlined" | "unlock-outlined" | "upload-outlined" | "user-add-outlined" | "user-circle-outlined" | "user-gear-outlined" | "user-out-outlined" | "user-outlined" | "user-rectangle-outlined" | "video-1-outlined" | "video-2-outlined" | "volunteer-outlined" | "wallet-outlined" | "warning-outlined" | "wellness-outlined" | undefined;
137
+ }) => "number" | "search" | "bold" | "filter" | React.JSX.Element | "swag" | "wallet" | "menu" | "image" | "switch" | "warning" | "list" | "directory" | "document" | "feed" | "italic" | "activate" | "add-emoji" | "add-person" | "adjustment" | "alignment" | "antenna" | "archive" | "assignment-warning" | "bank" | "bell" | "billing" | "bolt" | "bookmark-added" | "bookmark-checked" | "bookmark" | "box-check" | "box" | "bpay" | "buildings" | "cake" | "calendar-clock" | "calendar" | "candy-box-menu" | "caret-down-small" | "caret-down" | "caret-left-small" | "caret-left" | "caret-right-small" | "caret-right" | "caret-up-small" | "caret-up" | "check-radio" | "circle-add" | "circle-cancel" | "circle-check" | "circle-down" | "circle-info" | "circle-left" | "circle-ok" | "circle-pencil" | "circle-question" | "circle-remove" | "circle-right" | "circle-up" | "circle-warning" | "clock-3" | "clock" | "cloud-download" | "cloud-upload" | "cog" | "coin" | "contacts" | "credit-card" | "diamond" | "direction-arrows" | "dollar-coin-shine" | "dot" | "double-buildings" | "edit-template" | "envelope" | "exclude" | "expand-content" | "expense" | "explore_nearby" | "eye-circle" | "eye-invisible" | "eye" | "face-meh" | "face-sad" | "face-smiley" | "feedbacks" | "file-certified" | "file-clone" | "file-copy" | "file-csv" | "file-dispose" | "file-doc" | "file-excel" | "file-export" | "file-lock" | "file-pdf" | "file-powerpoint" | "file-search" | "file-secured" | "file-sheets" | "file-slide" | "file-verified" | "file-word" | "file" | "folder-user" | "folder" | "format-bold" | "format-heading1" | "format-heading2" | "format-italic" | "format-list-bulleted" | "format-list-numbered" | "format-underlined" | "funnel-filter" | "global-dollar" | "global-pound" | "globe" | "graduation-cap" | "graph" | "happy-sun" | "health-bag" | "heart" | "hero-points" | "home" | "import" | "incident-siren" | "instapay-daily" | "instapay-now" | "instapay" | "loading-2" | "loading" | "location-on" | "location" | "lock" | "looks-one" | "looks-two" | "media-content" | "money-notes" | "moneybag" | "moon" | "multiple-stars" | "multiple-users" | "near-me" | "node" | "open-folder" | "paperclip-vertical" | "paperclip" | "payment-summary" | "pencil" | "phone" | "piggy-bank" | "plane-up" | "plane" | "play-arrow" | "play-circle" | "pound-coin-shine" | "pound-sign" | "print" | "raising-hands" | "reply-arrow" | "reply" | "reschedule" | "rocket-launch" | "rostering" | "salary-sacrifice" | "save" | "schedule-send" | "schedule" | "search-person" | "send" | "speaker" | "star-award" | "star-badge" | "star-circle" | "star-medal" | "star" | "steps-circle" | "stopwatch" | "suitcase" | "surfing" | "survey" | "swag-pillar-benefit" | "swag-pillar-career" | "swag-pillar-money" | "swag-pillar-work" | "swipe-right" | "tag" | "target" | "teams" | "thumb-down" | "thumb-up" | "timesheet" | "touch-id" | "trash-bin" | "unlock" | "user" | "video-1" | "video-2" | "academic-hat-outlined" | "accommodation-outlined" | "activate-outlined" | "add-credit-card-outlined" | "add-emoji-outlined" | "add-person-outlined" | "add-section-outlined" | "add-time-outlined" | "add" | "adjustment-outlined" | "afternoon-outlined" | "ai-outlined" | "alignment-2-outlined" | "alignment-outlined" | "all-caps" | "application-outlined" | "archive-outlined" | "arrow-down" | "arrow-downwards" | "arrow-left" | "arrow-leftwards" | "arrow-right" | "arrow-rightwards" | "arrow-up" | "arrow-upwards" | "article-outlined" | "assignment-warning-outlined" | "at-sign" | "auto-graph-outlined" | "automotive-outlined" | "bakery-outlined" | "bank-outlined" | "bar-outlined" | "beauty-outlined" | "beer-outlined" | "bell-outlined" | "bell-slash-outlined" | "bill-management-outlined" | "billing-outlined" | "body-outlined" | "bolt-outlined" | "book-outlined" | "bookmark-added-outlined" | "bookmark-checked-outlined" | "bookmark-outlined" | "box-1-outlined" | "box-check-outlined" | "box-outlined" | "bullet-points" | "cake-outlined" | "calculator-outlined" | "calendar-clock-outlined" | "calendar-dates-outlined" | "calendar-edit-outlined" | "calendar-outlined" | "calendar-star-outlined" | "call-outlined" | "call-split-outlined" | "camera-outlined" | "cancel" | "car-forward-outlined" | "cashback-outlined" | "charging-station-outlined" | "chat-bubble-outlined" | "chat-unread-outlined" | "checkmark" | "circle-add-outlined" | "circle-cancel-outlined" | "circle-check-outlined" | "circle-down-outlined" | "circle-info-outlined" | "circle-left-outlined" | "circle-ok-outlined" | "circle-question-outlined" | "circle-remove-outlined" | "circle-right-outlined" | "circle-up-outlined" | "circle-warning-outlined" | "clock-2-outlined" | "clock-3-outlined" | "clock-in-outlined" | "clock-out-outlined" | "clock-outlined" | "cloud-download-outlined" | "cog-outlined" | "coin-outlined" | "coin-super-outlined" | "comment-outlined" | "contacts-outlined" | "contacts-user-outlined" | "credit-card-outlined" | "cultural-site-outlined" | "cup-outlined" | "dentistry-outlined" | "diamond-outlined" | "direction-arrows-outlined" | "directory-outlined" | "document-outlined" | "dollar-box-outlined" | "dollar-card-outlined" | "dollar-coin-shine-outlined" | "dollar-credit-card-outlined" | "dollar-sign" | "double-buildings-outlined" | "double-left-arrows" | "double-right-arrows" | "download-box-outlined" | "download-outlined" | "edit-template-outlined" | "edit-user-outlined" | "electronics-outlined" | "email-outlined" | "end-break-outlined" | "enter-arrow" | "entertainment-outlined" | "envelope-outlined" | "evening-outlined" | "expense-approval-outlined" | "expense-outlined" | "explore-outlined" | "extension-outlined" | "external-link" | "eye-invisible-outlined" | "eye-outlined" | "face-id" | "face-meh-outlined" | "face-open-smiley-outlined" | "face-sad-outlined" | "face-smiley-outlined" | "fastfood-outlined" | "feed-outlined" | "feedbacks-outlined" | "file-certified-outlined" | "file-clone-outlined" | "file-copy-outlined" | "file-dispose-outlined" | "file-dollar-certified-outlined" | "file-dollar-outlined" | "file-download-outlined" | "file-export-outlined" | "file-lock-outlined" | "file-outlined" | "file-pound-outlined" | "file-search-outlined" | "file-secured-outlined" | "file-statutory-outlined" | "file-verified-outlined" | "filter-outlined" | "fitness-outlined" | "folder-outlined" | "folder-upload-outlined" | "folder-user-outlined" | "form-outlined" | "funnel-filter-outline" | "goal-outlined" | "graph-outlined" | "grocery-outlined" | "hand-holding-user-outlined" | "handshake-outlined" | "happy-sun-outlined" | "health-bag-outlined" | "heart-outlined" | "history-outlined" | "home-outlined" | "id-card-outlined" | "image-outlined" | "import-outlined" | "instapay-outlined" | "job-search-outlined" | "leave-approval-outlined" | "lighting-outlined" | "link-1" | "link-2" | "list-outlined" | "live-help-outlined" | "local_mall_outlined" | "location-on-outlined" | "location-outlined" | "lock-outlined" | "locked-file-outlined" | "log-out" | "mail-outlined" | "map-outlined" | "media-content-outlined" | "menu-close" | "menu-expand" | "menu-fold-outlined" | "menu-unfold-outlined" | "mic-outlined" | "mic-slash-outlined" | "mobile-outlined" | "moneybag-outlined" | "moon-outlined" | "more-horizontal" | "more-vertical" | "morning-outlined" | "multiple-folders-outlined" | "multiple-users-outlined" | "near-me-outlined" | "node-outlined" | "number-points" | "overview-outlined" | "park-outlined" | "payment-summary-outlined" | "payslip-outlined" | "pencil-outlined" | "percentage" | "phone-outlined" | "piggy-bank-outlined" | "plane-outlined" | "play-circle-outlined" | "pound-box-outlined" | "pound-card-outlined" | "pound-coin-shine-outlined" | "pound-credit-card-outlined" | "print-outlined" | "profile-2user-outlined" | "propane-tank-outlined" | "qr-code-outlined" | "qualification-outlined" | "question-mark" | "raising-hands-outlined" | "re-assign" | "redeem" | "refresh" | "remove" | "reply-outlined" | "restart" | "restaurant-outlined" | "resume-outlined" | "return-arrow" | "rocket-launch-outlined" | "rostering-outlined" | "safety-outlined" | "save-outlined" | "schedule-outlined" | "schedule-send-outlined" | "search-outlined" | "search-secured-outlined" | "send-outlined" | "share-1" | "share-2" | "share-outlined-2" | "share-outlined" | "shield-check-outlined" | "shop-outlined" | "shopping_basket_outlined" | "show-chart-outlined" | "single-down-arrow" | "single-left-arrow" | "single-right-arrow" | "single-up-arrow" | "smart-match-outlined" | "sparkle-2-outlined" | "sparkle-outlined" | "speaker-outlined" | "star-award-outlined" | "star-badge-outlined" | "star-circle-outlined" | "star-medal-outlined" | "star-outlined" | "start-break-outlined" | "stash-outlined" | "stop-outlined" | "stopwatch-outlined" | "strikethrough" | "styler-outlined" | "suitcase-clock-outlined" | "suitcase-outlined" | "survey-outlined" | "switch-outlined" | "sync" | "tablet-outlined" | "tag-outlined" | "target-outlined" | "teams-outlined" | "tennis-outlined" | "thumb-down-outlined" | "thumb-up-outlined" | "ticket-outlined" | "timesheet-outlined" | "timesheets-outlined" | "today-outlined" | "transfer" | "transportation-outlined" | "trash-bin-outlined" | "umbrela-outlined" | "unavailability-outlined" | "unavailable" | "underline" | "union-outlined" | "unlock-outlined" | "upload-outlined" | "user-add-outlined" | "user-circle-outlined" | "user-gear-outlined" | "user-out-outlined" | "user-outlined" | "user-rectangle-outlined" | "video-1-outlined" | "video-2-outlined" | "volunteer-outlined" | "wallet-outlined" | "warning-outlined" | "wellness-outlined" | undefined;
138
138
  export declare const renderPrefix: ({ state, prefix, }: {
139
139
  state: State;
140
140
  prefix?: IconName | React.ReactElement;
@@ -1,4 +1,9 @@
1
- declare const StyledPickerWrapper: import("@emotion/native").StyledComponent<any, {}, {
2
- ref?: React.Ref<InstanceType<C>>;
1
+ import { View } from 'react-native';
2
+ import type { ViewProps } from 'react-native';
3
+ declare const StyledPickerWrapper: import("@emotion/native").StyledComponent<ViewProps & {
4
+ theme?: import("@emotion/react").Theme;
5
+ as?: React.ElementType;
6
+ }, {}, {
7
+ ref?: import("react").Ref<View> | undefined;
3
8
  }>;
4
9
  export { StyledPickerWrapper };
@@ -1,25 +1,57 @@
1
- declare const ToastContainerWrapper: import("@emotion/native").StyledComponent<any, {}, {
2
- ref?: React.Ref<InstanceType<C>>;
3
- }>;
4
- declare const Container: import("@emotion/native").StyledComponent<any, {}, {
5
- ref?: React.Ref<InstanceType<C>>;
6
- }>;
7
- declare const IconContainer: import("@emotion/native").StyledComponent<any, {}, {
8
- ref?: React.Ref<InstanceType<C>>;
9
- }>;
10
- declare const TextContainer: import("@emotion/native").StyledComponent<any, {}, {
11
- ref?: React.Ref<InstanceType<C>>;
12
- }>;
13
- declare const ContentContainer: import("@emotion/native").StyledComponent<any, {}, {
14
- ref?: React.Ref<InstanceType<C>>;
15
- }>;
16
- declare const CTAWrapper: import("@emotion/native").StyledComponent<any, {}, {
17
- ref?: React.Ref<InstanceType<C>>;
18
- }>;
19
- declare const StyledBody: import("@emotion/native").StyledComponent<any, {}, {
20
- ref?: React.Ref<InstanceType<C>>;
21
- }>;
22
- declare const StyledIcon: import("@emotion/native").StyledComponent<any, {}, {
23
- ref?: React.Ref<InstanceType<C>>;
24
- }>;
1
+ import { Animated, View } from 'react-native';
2
+ import type { ViewProps } from 'react-native';
3
+ import type { IntentType } from './types';
4
+ import type { TextProps } from '../Typography/Text';
5
+ import type { IconProps } from '../Icon';
6
+ declare const ToastContainerWrapper: import("@emotion/native").StyledComponent<ViewProps & {
7
+ theme?: import("@emotion/react").Theme;
8
+ as?: React.ElementType;
9
+ } & {
10
+ position: "top" | "bottom";
11
+ }, {}, {
12
+ ref?: import("react").Ref<View> | undefined;
13
+ }>;
14
+ declare const Container: import("@emotion/native").StyledComponent<Animated.AnimatedProps<ViewProps & import("react").RefAttributes<View>> & {
15
+ theme?: import("@emotion/react").Theme;
16
+ as?: React.ElementType;
17
+ } & {
18
+ themeVariant: "default" | "round";
19
+ themeIntent: IntentType;
20
+ }, {}, {}>;
21
+ declare const IconContainer: import("@emotion/native").StyledComponent<ViewProps & {
22
+ theme?: import("@emotion/react").Theme;
23
+ as?: React.ElementType;
24
+ }, {}, {
25
+ ref?: import("react").Ref<View> | undefined;
26
+ }>;
27
+ declare const TextContainer: import("@emotion/native").StyledComponent<ViewProps & {
28
+ theme?: import("@emotion/react").Theme;
29
+ as?: React.ElementType;
30
+ }, {}, {
31
+ ref?: import("react").Ref<View> | undefined;
32
+ }>;
33
+ declare const ContentContainer: import("@emotion/native").StyledComponent<ViewProps & {
34
+ theme?: import("@emotion/react").Theme;
35
+ as?: React.ElementType;
36
+ } & {
37
+ showDivider: boolean;
38
+ }, {}, {
39
+ ref?: import("react").Ref<View> | undefined;
40
+ }>;
41
+ declare const CTAWrapper: import("@emotion/native").StyledComponent<import("react-native").TouchableOpacityProps & import("react").RefAttributes<View> & {
42
+ theme?: import("@emotion/react").Theme;
43
+ as?: React.ElementType;
44
+ }, {}, {}>;
45
+ declare const StyledBody: import("@emotion/native").StyledComponent<import("../..").BodyProps & {
46
+ theme?: import("@emotion/react").Theme;
47
+ as?: React.ElementType;
48
+ } & TextProps & {
49
+ themeIntent: IntentType;
50
+ }, {}, {}>;
51
+ declare const StyledIcon: import("@emotion/native").StyledComponent<IconProps & {
52
+ theme?: import("@emotion/react").Theme;
53
+ as?: React.ElementType;
54
+ } & {
55
+ themeIntent: IntentType;
56
+ }, {}, {}>;
25
57
  export { ToastContainerWrapper, Container, ContentContainer, TextContainer, IconContainer, CTAWrapper, StyledBody, StyledIcon, };
@@ -1,35 +1,69 @@
1
+ import { TextInput, View } from 'react-native';
2
+ import type { ViewProps } from 'react-native';
3
+ import type { TypographyColorIntent } from '../Typography/types';
1
4
  export type ToolbarMessageState = 'default' | 'filled' | 'disabled' | 'readonly';
2
- declare const ToolbarWrapper: import("@emotion/native").StyledComponent<any, {}, {
3
- ref?: React.Ref<InstanceType<C>>;
5
+ declare const ToolbarWrapper: import("@emotion/native").StyledComponent<ViewProps & {
6
+ theme?: import("@emotion/react").Theme;
7
+ as?: React.ElementType;
8
+ }, {}, {
9
+ ref?: import("react").Ref<View> | undefined;
4
10
  }>;
5
- declare const ToolbarGroupWrapper: import("@emotion/native").StyledComponent<any, {}, {
6
- ref?: React.Ref<InstanceType<C>>;
11
+ declare const ToolbarGroupWrapper: import("@emotion/native").StyledComponent<ViewProps & {
12
+ theme?: import("@emotion/react").Theme;
13
+ as?: React.ElementType;
14
+ } & {
15
+ align: "left" | "center" | "right";
16
+ }, {}, {
17
+ ref?: import("react").Ref<View> | undefined;
7
18
  }>;
8
- declare const ToolbarItemWrapper: import("@emotion/native").StyledComponent<any, {}, {
9
- ref?: React.Ref<InstanceType<C>>;
19
+ declare const ToolbarItemWrapper: import("@emotion/native").StyledComponent<import("react-native").TouchableOpacityProps & import("react").RefAttributes<View> & {
20
+ theme?: import("@emotion/react").Theme;
21
+ as?: React.ElementType;
22
+ }, {}, {}>;
23
+ declare const IconButtonWrapper: import("@emotion/native").StyledComponent<ViewProps & {
24
+ theme?: import("@emotion/react").Theme;
25
+ as?: React.ElementType;
26
+ }, {}, {
27
+ ref?: import("react").Ref<View> | undefined;
10
28
  }>;
11
- declare const IconButtonWrapper: import("@emotion/native").StyledComponent<any, {}, {
12
- ref?: React.Ref<InstanceType<C>>;
29
+ declare const IconButtonLabel: import("@emotion/native").StyledComponent<import("../..").BodyProps & {
30
+ theme?: import("@emotion/react").Theme;
31
+ as?: React.ElementType;
32
+ }, {}, {}>;
33
+ declare const StyledLabel: import("@emotion/native").StyledComponent<import("../..").BodyProps & {
34
+ theme?: import("@emotion/react").Theme;
35
+ as?: React.ElementType;
36
+ } & {
37
+ intent: TypographyColorIntent;
38
+ }, {}, {}>;
39
+ declare const ToolbarMessageWrapper: import("@emotion/native").StyledComponent<ViewProps & {
40
+ theme?: import("@emotion/react").Theme;
41
+ as?: React.ElementType;
42
+ }, {}, {
43
+ ref?: import("react").Ref<View> | undefined;
13
44
  }>;
14
- declare const IconButtonLabel: import("@emotion/native").StyledComponent<any, {}, {
15
- ref?: React.Ref<InstanceType<C>>;
45
+ export declare const StyledInputContainer: import("@emotion/native").StyledComponent<ViewProps & {
46
+ theme?: import("@emotion/react").Theme;
47
+ as?: React.ElementType;
48
+ }, {}, {
49
+ ref?: import("react").Ref<View> | undefined;
16
50
  }>;
17
- declare const StyledLabel: import("@emotion/native").StyledComponent<any, {}, {
18
- ref?: React.Ref<InstanceType<C>>;
51
+ export declare const StyledInput: import("@emotion/native").StyledComponent<import("react-native").TextInputProps & {
52
+ theme?: import("@emotion/react").Theme;
53
+ as?: React.ElementType;
54
+ }, {}, {
55
+ ref?: import("react").Ref<TextInput> | undefined;
19
56
  }>;
20
- declare const ToolbarMessageWrapper: import("@emotion/native").StyledComponent<any, {}, {
21
- ref?: React.Ref<InstanceType<C>>;
57
+ export declare const StyledPrefix: import("@emotion/native").StyledComponent<ViewProps & {
58
+ theme?: import("@emotion/react").Theme;
59
+ as?: React.ElementType;
60
+ }, {}, {
61
+ ref?: import("react").Ref<View> | undefined;
22
62
  }>;
23
- export declare const StyledInputContainer: import("@emotion/native").StyledComponent<any, {}, {
24
- ref?: React.Ref<InstanceType<C>>;
25
- }>;
26
- export declare const StyledInput: import("@emotion/native").StyledComponent<any, {}, {
27
- ref?: React.Ref<InstanceType<C>>;
28
- }>;
29
- export declare const StyledPrefix: import("@emotion/native").StyledComponent<any, {}, {
30
- ref?: React.Ref<InstanceType<C>>;
31
- }>;
32
- export declare const StyledSuffix: import("@emotion/native").StyledComponent<any, {}, {
33
- ref?: React.Ref<InstanceType<C>>;
63
+ export declare const StyledSuffix: import("@emotion/native").StyledComponent<ViewProps & {
64
+ theme?: import("@emotion/react").Theme;
65
+ as?: React.ElementType;
66
+ }, {}, {
67
+ ref?: import("react").Ref<View> | undefined;
34
68
  }>;
35
69
  export { ToolbarWrapper, ToolbarGroupWrapper, ToolbarItemWrapper, IconButtonWrapper, IconButtonLabel, StyledLabel, ToolbarMessageWrapper, };
@@ -1,4 +1,15 @@
1
- declare const StyledBody: import("@emotion/native").StyledComponent<any, {}, {
2
- ref?: React.Ref<InstanceType<C>>;
1
+ import { Text } from 'react-native';
2
+ import type { TypographyColorIntent } from '../types';
3
+ type ThemeVariant = 'small' | 'small-bold' | 'small-medium' | 'regular' | 'regular-bold' | 'regular-medium';
4
+ declare const StyledBody: import("@emotion/native").StyledComponent<import("react-native").TextProps & {
5
+ theme?: import("@emotion/react").Theme;
6
+ as?: React.ElementType;
7
+ } & {
8
+ themeIntent: TypographyColorIntent;
9
+ themeTypeface: "neutral" | "playful";
10
+ themeVariant: ThemeVariant;
11
+ themeIsItalic?: boolean;
12
+ }, {}, {
13
+ ref?: import("react").Ref<Text> | undefined;
3
14
  }>;
4
15
  export { StyledBody };
@@ -1,4 +1,13 @@
1
- declare const StyledCaption: import("@emotion/native").StyledComponent<any, {}, {
2
- ref?: React.Ref<InstanceType<C>>;
1
+ import { Text } from 'react-native';
2
+ import type { TypographyColorIntent } from '../types';
3
+ declare const StyledCaption: import("@emotion/native").StyledComponent<import("react-native").TextProps & {
4
+ theme?: import("@emotion/react").Theme;
5
+ as?: React.ElementType;
6
+ } & {
7
+ themeFontWeight: "regular" | "medium" | "semi-bold";
8
+ themeIntent: TypographyColorIntent;
9
+ themeIsItalic?: boolean;
10
+ }, {}, {
11
+ ref?: import("react").Ref<Text> | undefined;
3
12
  }>;
4
13
  export { StyledCaption };
@@ -1,4 +1,13 @@
1
- declare const StyledLabel: import("@emotion/native").StyledComponent<any, {}, {
2
- ref?: React.Ref<InstanceType<C>>;
1
+ import { Text } from 'react-native';
2
+ import type { TypographyColorIntent } from '../types';
3
+ declare const StyledLabel: import("@emotion/native").StyledComponent<import("react-native").TextProps & {
4
+ theme?: import("@emotion/react").Theme;
5
+ as?: React.ElementType;
6
+ } & {
7
+ themeIntent: TypographyColorIntent;
8
+ themeIsItalic?: boolean;
9
+ themeFontWeight?: "regular" | "medium";
10
+ }, {}, {
11
+ ref?: import("react").Ref<Text> | undefined;
3
12
  }>;
4
13
  export { StyledLabel };
@@ -1,4 +1,13 @@
1
- declare const StyledText: import("@emotion/native").StyledComponent<any, {}, {
2
- ref?: React.Ref<InstanceType<C>>;
1
+ import { Text } from 'react-native';
2
+ declare const StyledText: import("@emotion/native").StyledComponent<import("react-native").TextProps & {
3
+ theme?: import("@emotion/react").Theme;
4
+ as?: React.ElementType;
5
+ } & {
6
+ themeFontSize: "xsmall" | "small" | "medium" | "large" | "xlarge" | "xxxlarge" | "xxxxlarge" | "xxxxxlarge" | "6xlarge" | "7xlarge";
7
+ themeFontWeight: "light" | "regular" | "semi-bold";
8
+ themeIntent: "body" | "subdued" | "primary" | "secondary" | "success" | "info" | "warning" | "danger" | "inverted" | "archived" | "disabled";
9
+ themeTypeface: "neutral" | "playful";
10
+ }, {}, {
11
+ ref?: import("react").Ref<Text> | undefined;
3
12
  }>;
4
13
  export { StyledText };
@@ -1,4 +1,15 @@
1
- declare const StyledTitle: import("@emotion/native").StyledComponent<any, {}, {
2
- ref?: React.Ref<InstanceType<C>>;
1
+ import { Text } from 'react-native';
2
+ import type { TypographyColorIntent } from '../types';
3
+ type ThemeLevel = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
4
+ declare const StyledTitle: import("@emotion/native").StyledComponent<import("react-native").TextProps & {
5
+ theme?: import("@emotion/react").Theme;
6
+ as?: React.ElementType;
7
+ } & {
8
+ themeIntent: TypographyColorIntent;
9
+ themeLevel: ThemeLevel;
10
+ themeTypeface: "neutral" | "playful";
11
+ themeIsItalic?: boolean;
12
+ }, {}, {
13
+ ref?: import("react").Ref<Text> | undefined;
3
14
  }>;
4
15
  export { StyledTitle };