@hero-design/rn 8.112.4 → 8.113.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/.turbo/turbo-build.log +3 -3
  2. package/CHANGELOG.md +16 -0
  3. package/assets/fonts/hero-icons-mobile.ttf +0 -0
  4. package/es/index.js +122 -121
  5. package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
  6. package/lib/index.js +122 -121
  7. package/package.json +1 -1
  8. package/src/components/Accordion/AccordionItem.tsx +1 -1
  9. package/src/components/AnimatedScroller/AnimatedScrollable.tsx +1 -1
  10. package/src/components/AnimatedScroller/SectionListWithFAB.tsx +1 -1
  11. package/src/components/Button/UtilityButton/index.tsx +1 -1
  12. package/src/components/Calendar/CalendarRowItem.tsx +1 -1
  13. package/src/components/Chart/Line/Line.tsx +3 -4
  14. package/src/components/Chart/index.tsx +0 -2
  15. package/src/components/Chart/shared/ChartHeader.tsx +1 -1
  16. package/src/components/Chart/shared/hooks/useColorScale.ts +2 -2
  17. package/src/components/Chart/shared/hooks/useGenerateTicks.ts +2 -2
  18. package/src/components/Chart/shared/hooks/useScaleBandX.ts +3 -3
  19. package/src/components/Chart/shared/hooks/useScaleLinearY.ts +3 -4
  20. package/src/components/Chart/types.ts +0 -8
  21. package/src/components/Checkbox/utils.ts +1 -1
  22. package/src/components/Chip/index.tsx +1 -1
  23. package/src/components/FloatingIsland/index.tsx +1 -1
  24. package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
  25. package/src/components/Icon/IconList.ts +1 -0
  26. package/src/components/Illustration/index.tsx +1 -1
  27. package/src/components/List/BasicListItem.tsx +1 -1
  28. package/src/components/List/StyledListItem.tsx +2 -2
  29. package/src/components/Portal/index.tsx +1 -1
  30. package/src/components/Portal/types.tsx +2 -2
  31. package/src/components/Radio/Radio.tsx +1 -1
  32. package/src/components/Rate/index.tsx +2 -2
  33. package/src/components/RefreshControl/index.tsx +1 -1
  34. package/src/components/RichTextEditor/RichTextEditor.tsx +1 -1
  35. package/src/components/RichTextEditor/utils/events.ts +1 -1
  36. package/src/components/Search/SearchOneLine.tsx +1 -1
  37. package/src/components/Search/StyledSearch.tsx +1 -1
  38. package/src/components/SectionHeading/index.tsx +1 -1
  39. package/src/components/Select/helpers.tsx +1 -1
  40. package/src/components/Skeleton/index.tsx +1 -1
  41. package/src/components/Slider/RangeSlider.tsx +1 -1
  42. package/src/components/StatusScreens/Success/index.tsx +1 -1
  43. package/src/components/Tabs/ScrollableTabsHeader/ScrollableTabsHeader.tsx +1 -1
  44. package/src/components/Tabs/TabWithBadge.tsx +2 -2
  45. package/src/components/TextInput/index.tsx +2 -2
  46. package/src/components/Toast/ToastContext.ts +1 -1
  47. package/src/components/Toolbar/index.tsx +1 -1
  48. package/src/components/Typography/Label/index.tsx +1 -1
  49. package/src/theme/global/colors/types.ts +1 -1
  50. package/src/theme/global/shadows/index.ts +0 -3
  51. package/src/theme/global/shadows/types.ts +1 -1
  52. package/src/theme/global/sizes.ts +1 -0
  53. package/src/theme/global/typography.ts +2 -1
  54. package/types/components/Accordion/AccordionItem.d.ts +1 -1
  55. package/types/components/AnimatedScroller/AnimatedScrollable.d.ts +1 -1
  56. package/types/components/AnimatedScroller/SectionListWithFAB.d.ts +1 -1
  57. package/types/components/Button/UtilityButton/index.d.ts +1 -1
  58. package/types/components/Calendar/CalendarRowItem.d.ts +1 -1
  59. package/types/components/Chart/index.d.ts +0 -3
  60. package/types/components/Chart/shared/ChartHeader.d.ts +1 -1
  61. package/types/components/Chart/shared/hooks/useScaleBandX.d.ts +2 -3
  62. package/types/components/Chart/shared/hooks/useScaleLinearY.d.ts +2 -3
  63. package/types/components/Chart/types.d.ts +1 -7
  64. package/types/components/Checkbox/utils.d.ts +2 -1
  65. package/types/components/Chip/index.d.ts +1 -1
  66. package/types/components/FloatingIsland/index.d.ts +1 -1
  67. package/types/components/Icon/IconList.d.ts +1 -1
  68. package/types/components/Icon/index.d.ts +1 -1
  69. package/types/components/Illustration/index.d.ts +1 -1
  70. package/types/components/List/BasicListItem.d.ts +1 -1
  71. package/types/components/List/StyledListItem.d.ts +2 -2
  72. package/types/components/Portal/index.d.ts +1 -1
  73. package/types/components/Portal/types.d.ts +3 -2
  74. package/types/components/Radio/Radio.d.ts +1 -1
  75. package/types/components/Rate/index.d.ts +2 -2
  76. package/types/components/RefreshControl/index.d.ts +1 -1
  77. package/types/components/RichTextEditor/RichTextEditor.d.ts +0 -4
  78. package/types/components/RichTextEditor/utils/events.d.ts +2 -1
  79. package/types/components/Search/SearchOneLine.d.ts +1 -1
  80. package/types/components/Search/StyledSearch.d.ts +2 -1
  81. package/types/components/SectionHeading/index.d.ts +1 -1
  82. package/types/components/Select/helpers.d.ts +2 -1
  83. package/types/components/Skeleton/index.d.ts +1 -1
  84. package/types/components/Slider/RangeSlider.d.ts +1 -1
  85. package/types/components/StatusScreens/Success/index.d.ts +1 -1
  86. package/types/components/Tabs/ScrollableTabsHeader/ScrollableTabsHeader.d.ts +1 -1
  87. package/types/components/Tabs/TabWithBadge.d.ts +2 -2
  88. package/types/components/TextInput/index.d.ts +3 -3
  89. package/types/components/Toast/ToastContext.d.ts +2 -1
  90. package/types/components/Toolbar/index.d.ts +1 -1
  91. package/types/components/Typography/Label/index.d.ts +1 -1
  92. package/types/theme/components/alert.d.ts +10 -1
  93. package/types/theme/components/bottomNavigation.d.ts +10 -1
  94. package/types/theme/components/chip.d.ts +10 -1
  95. package/types/theme/components/fab.d.ts +10 -1
  96. package/types/theme/components/floatingIsland.d.ts +10 -1
  97. package/types/theme/components/list.d.ts +10 -1
  98. package/types/theme/components/search.d.ts +10 -1
  99. package/types/theme/components/segmentedControl.d.ts +10 -1
  100. package/types/theme/components/slider.d.ts +10 -1
  101. package/types/theme/components/toast.d.ts +10 -1
  102. package/types/theme/global/colors/types.d.ts +2 -1
  103. package/types/theme/global/index.d.ts +1 -1
  104. package/types/theme/global/shadows/index.d.ts +0 -2
  105. package/types/theme/global/shadows/types.d.ts +2 -1
  106. package/types/theme/global/typography.d.ts +1 -1
  107. package/.cursor/rules/performance-optimization.mdc +0 -64
  108. package/.cursor/rules/rn-rules.mdc +0 -165
  109. package/.cursor/rules/testing-rules.mdc +0 -114
@@ -32,6 +32,6 @@ export interface IconProps extends AccessibilityProps {
32
32
  }
33
33
  declare const Icon: {
34
34
  ({ icon, style, size, intent, testID, spin, accessibilityLabel, accessibilityHint, accessibilityRole, accessibilityState, accessibilityValue, accessibilityLiveRegion, accessibilityElementsHidden, accessible, accessibilityIgnoresInvertColors, accessibilityViewIsModal, accessibilityActions, }: IconProps): React.JSX.Element;
35
- List: readonly ["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", "filter", "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", "image", "import", "incident-siren", "instapay-daily", "instapay-now", "instapay", "list", "loading-2", "loading", "location-on", "location", "lock", "looks-one", "looks-two", "media-content", "menu", "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", "rostering", "salary-sacrifice", "save", "schedule-send", "schedule", "search-person", "search", "send", "speaker-active", "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", "swag", "swipe-right", "switch", "tag", "target", "teams", "thumb-down", "thumb-up", "timesheet", "touch-id", "trash-bin", "unlock", "user", "video-1", "video-2", "wallet", "warning", "academic-hat-outlined", "accommodation-outlined", "activate-outlined", "add-credit-card-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", "arrow-down", "arrow-downwards", "arrow-left", "arrow-leftwards", "arrow-right", "arrow-rightwards", "arrow-up", "arrow-upwards", "article-outlined", "at-sign", "auto-graph-outlined", "automotive-outlined", "bakery-outlined", "bar-outlined", "beauty-outlined", "beer-outlined", "bell-active-outlined", "bell-outlined", "bell-slash-outlined", "bill-management-outlined", "billing-outlined", "body-outlined", "bold", "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-dates-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-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-in-outlined", "clock-out-outlined", "clock-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", "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", "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", "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", "home-active-outlined", "home-outlined", "id-card-outlined", "image-outlined", "import-outlined", "instapay-outlined", "italic", "job-search-outlined", "leave-approval-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", "moneybag-outlined", "moon-outlined", "more-horizontal", "more-vertical", "morning-outlined", "multiple-folders-outlined", "multiple-users-outlined", "near-me-outlined", "node-outlined", "number-points", "number", "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", "propane-tank-outlined", "qr-code-outlined", "qualification-outlined", "re-assign", "redeem", "refresh", "remove", "reply-outlined", "restart", "restaurant-outlined", "resume-outlined", "return-arrow", "rostering-outlined", "safety-outlined", "save-outlined", "schedule-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-outlined", "speaker-active-outlined", "speaker-outlined", "star-circle-outlined", "star-outlined", "start-break-outlined", "stash-outlined", "stopwatch-outlined", "strikethrough", "styler-outlined", "suitcase-clock-outlined", "suitcase-outlined", "survey-outlined", "switch-outlined", "sync", "tag-outlined", "target-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-circle-outlined", "user-gear-outlined", "user-outlined", "user-rectangle-outlined", "video-1-outlined", "video-2-outlined", "volunteer-outlined", "wallet-outlined", "wellness-outlined"];
35
+ List: readonly ["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", "filter", "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", "image", "import", "incident-siren", "instapay-daily", "instapay-now", "instapay", "list", "loading-2", "loading", "location-on", "location", "lock", "looks-one", "looks-two", "media-content", "menu", "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", "rostering", "salary-sacrifice", "save", "schedule-send", "schedule", "search-person", "search", "send", "speaker-active", "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", "swag", "swipe-right", "switch", "tag", "target", "teams", "thumb-down", "thumb-up", "timesheet", "touch-id", "trash-bin", "unlock", "user", "video-1", "video-2", "wallet", "warning", "academic-hat-outlined", "accommodation-outlined", "activate-outlined", "add-credit-card-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", "arrow-down", "arrow-downwards", "arrow-left", "arrow-leftwards", "arrow-right", "arrow-rightwards", "arrow-up", "arrow-upwards", "article-outlined", "at-sign", "auto-graph-outlined", "automotive-outlined", "bakery-outlined", "bar-outlined", "beauty-outlined", "beer-outlined", "bell-active-outlined", "bell-outlined", "bell-slash-outlined", "bill-management-outlined", "billing-outlined", "body-outlined", "bold", "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-dates-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-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-in-outlined", "clock-out-outlined", "clock-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", "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", "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", "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", "home-active-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", "moneybag-outlined", "moon-outlined", "more-horizontal", "more-vertical", "morning-outlined", "multiple-folders-outlined", "multiple-users-outlined", "near-me-outlined", "node-outlined", "number-points", "number", "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", "propane-tank-outlined", "qr-code-outlined", "qualification-outlined", "re-assign", "redeem", "refresh", "remove", "reply-outlined", "restart", "restaurant-outlined", "resume-outlined", "return-arrow", "rostering-outlined", "safety-outlined", "save-outlined", "schedule-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-outlined", "speaker-active-outlined", "speaker-outlined", "star-circle-outlined", "star-outlined", "start-break-outlined", "stash-outlined", "stopwatch-outlined", "strikethrough", "styler-outlined", "suitcase-clock-outlined", "suitcase-outlined", "survey-outlined", "switch-outlined", "sync", "tag-outlined", "target-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-circle-outlined", "user-gear-outlined", "user-outlined", "user-rectangle-outlined", "video-1-outlined", "video-2-outlined", "volunteer-outlined", "wallet-outlined", "wellness-outlined"];
36
36
  };
37
37
  export default Icon;
@@ -3,7 +3,7 @@ import type { StyleProp, ViewStyle } from 'react-native';
3
3
  import { type IllustrationName } from './illustrations';
4
4
  export { IllustrationList } from './illustrations';
5
5
  export type { IllustrationName } from './illustrations';
6
- export interface IllustrationProps {
6
+ interface IllustrationProps {
7
7
  /**
8
8
  * The name of the illustration to display
9
9
  */
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import type { StyleProp, ViewStyle } from 'react-native';
3
3
  import type { IconName } from '../Icon';
4
- export interface ListItemProps {
4
+ interface ListItemProps {
5
5
  /**
6
6
  * Name of Icon or component to render on the left side of title.
7
7
  */
@@ -1,6 +1,6 @@
1
1
  import { View } from 'react-native';
2
- export type Variant = 'full-width' | 'card';
3
- export type LeadingStatusIntent = 'success' | 'warning' | 'danger' | 'info' | 'archived';
2
+ type Variant = 'full-width' | 'card';
3
+ type LeadingStatusIntent = 'success' | 'warning' | 'danger' | 'info' | 'archived';
4
4
  declare const StyledListItemContainer: import("@emotion/native").StyledComponent<import("react-native").TouchableHighlightProps & import("react").RefAttributes<View> & {
5
5
  theme?: import("@emotion/react").Theme;
6
6
  as?: React.ElementType;
@@ -1,7 +1,7 @@
1
1
  import type { ReactNode } from 'react';
2
2
  import React from 'react';
3
3
  import type { Theme } from '../../theme';
4
- export interface PortalProps {
4
+ interface PortalProps {
5
5
  name?: string;
6
6
  hostName?: string;
7
7
  children?: ReactNode | ReactNode[];
@@ -11,12 +11,13 @@ export interface RemovePortalAction {
11
11
  hostName: string;
12
12
  portalName: string;
13
13
  }
14
- export interface RegisterHostAction {
14
+ interface RegisterHostAction {
15
15
  type: ACTIONS;
16
16
  hostName: string;
17
17
  }
18
- export interface UnregisterHostAction {
18
+ interface UnregisterHostAction {
19
19
  type: ACTIONS;
20
20
  hostName: string;
21
21
  }
22
22
  export type ActionTypes = AddUpdatePortalAction | RemovePortalAction | RegisterHostAction | UnregisterHostAction;
23
+ export {};
@@ -1,7 +1,7 @@
1
1
  import type { ReactElement, ReactNode } from 'react';
2
2
  import type { StyleProp, ViewStyle } from 'react-native';
3
3
  import type { IconName } from '../Icon';
4
- export interface RadioProps {
4
+ interface RadioProps {
5
5
  /**
6
6
  * Whether the radio is checked.
7
7
  */
@@ -1,9 +1,9 @@
1
1
  import React from 'react';
2
2
  import type { ViewProps } from 'react-native';
3
- export interface RateOption<T extends string | number> {
3
+ interface RateOption<T extends string | number> {
4
4
  value: T;
5
5
  }
6
- export interface RateProps<T extends string | number> extends ViewProps {
6
+ interface RateProps<T extends string | number> extends ViewProps {
7
7
  /**
8
8
  * Options for rate component.
9
9
  */
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
2
  import type { RefreshControlProps as NativeRefreshControlProps } from 'react-native';
3
- export type RefreshControlProps = Omit<NativeRefreshControlProps, 'colors' | 'tintColor'>;
3
+ type RefreshControlProps = Omit<NativeRefreshControlProps, 'colors' | 'tintColor'>;
4
4
  declare const RefreshControl: ({ ...props }: RefreshControlProps) => React.JSX.Element;
5
5
  export default RefreshControl;
@@ -1,10 +1,6 @@
1
1
  import React from 'react';
2
2
  import type { Ref } from 'react';
3
3
  import type { RichTextEditorInputProps, RichTextEditorRef } from './RichTextEditorInput';
4
- export type EditorValue = {
5
- type: string;
6
- children: any;
7
- }[];
8
4
  export interface RichTextEditorProps extends Omit<RichTextEditorInputProps, 'editorRef'> {
9
5
  /**
10
6
  * Field label
@@ -1,6 +1,7 @@
1
1
  import type { EventEmitter } from 'events';
2
- export interface Listener<T> {
2
+ interface Listener<T> {
3
3
  (data: T): void;
4
4
  }
5
5
  export declare const emit: <T>(emitter: EventEmitter, eventName: string, data: T) => boolean;
6
6
  export declare const on: <T>(emitter: EventEmitter, eventName: string, listener: Listener<T>) => () => void;
7
+ export {};
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import type { TextInputProps as NativeTextInputProps, TextInput as RNTextInput, StyleProp, ViewStyle, TextStyle } from 'react-native';
3
3
  import type { State } from './StyledSearch';
4
4
  import type { IconName } from '../Icon';
5
- export type SearchOneLineHandles = Pick<RNTextInput, 'focus' | 'clear' | 'blur' | 'isFocused' | 'setNativeProps'>;
5
+ type SearchOneLineHandles = Pick<RNTextInput, 'focus' | 'clear' | 'blur' | 'isFocused' | 'setNativeProps'>;
6
6
  interface SearchOneLineProps extends NativeTextInputProps {
7
7
  /**
8
8
  * Name of Icon or ReactElement to render on the left side of the input, before the user's cursor.
@@ -1,6 +1,6 @@
1
1
  import { TextInput, View } from 'react-native';
2
2
  export type State = 'default' | 'filled' | 'disabled' | 'readonly';
3
- export type Variant = 'basic' | 'reversed';
3
+ type Variant = 'basic' | 'reversed';
4
4
  export declare const StyledContainer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
5
5
  theme?: import("@emotion/react").Theme;
6
6
  as?: React.ElementType;
@@ -46,3 +46,4 @@ export declare const StyledBadge: import("@emotion/native").StyledComponent<(imp
46
46
  theme?: import("@emotion/react").Theme;
47
47
  as?: React.ElementType;
48
48
  }), {}, {}>;
49
+ export {};
@@ -1,7 +1,7 @@
1
1
  import type { ReactElement } from 'react';
2
2
  import type { StyleProp, ViewProps, ViewStyle } from 'react-native';
3
3
  import type { IconName, IconProps } from '../Icon';
4
- export interface SectionHeadingProps extends ViewProps {
4
+ interface SectionHeadingProps extends ViewProps {
5
5
  /**
6
6
  * Heading text.
7
7
  */
@@ -2,8 +2,9 @@ import type { SectionData, CombinedOptionsType, SelectOptionType } from './types
2
2
  export declare const isSections: <V, T extends SelectOptionType<V>>(options: CombinedOptionsType<V, T>) => options is SectionData<V, T>[];
3
3
  export declare const toSections: <V, T extends SelectOptionType<V>>(options: CombinedOptionsType<V, T>) => SectionData<V, T>[];
4
4
  export declare const toFlatOptions: <V, T extends SelectOptionType<V>>(options: CombinedOptionsType<V, T>) => SelectOptionType<V>[];
5
- export type ScrollParams = {
5
+ type ScrollParams = {
6
6
  itemIndex: number;
7
7
  sectionIndex: number;
8
8
  };
9
9
  export declare const getScrollParams: <V, T extends SelectOptionType<V>>(value: V, sections: SectionData<V, T>[]) => ScrollParams;
10
+ export {};
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import type { ViewProps } from 'react-native';
3
- export interface SkeletonProps extends ViewProps {
3
+ interface SkeletonProps extends ViewProps {
4
4
  /**
5
5
  * Intent of the component.
6
6
  */
@@ -4,7 +4,7 @@ export type SliderRangeValue = {
4
4
  start: number;
5
5
  end: number;
6
6
  };
7
- export interface RangeSliderProps {
7
+ interface RangeSliderProps {
8
8
  /**
9
9
  * Minimum value of the slider.
10
10
  */
@@ -3,7 +3,7 @@ import type { ViewProps, ImageSourcePropType, ImageProps as RNImageProps } from
3
3
  import type { SuccessVariant } from './StyledSuccess';
4
4
  import type { ImageProps } from '../../Image';
5
5
  import type { IllustrationName } from '../../Illustration';
6
- export interface SuccessProps extends ViewProps {
6
+ interface SuccessProps extends ViewProps {
7
7
  /**
8
8
  * Image to be displayed.
9
9
  * @deprecated The `image` prop is deprecated and will be removed in the next major version. Use the `icon` prop instead.
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import type { StyleProp, ViewProps, ViewStyle } from 'react-native';
3
3
  import type { TabType } from '..';
4
- export interface ScrollableTabHeaderProps extends ViewProps {
4
+ interface ScrollableTabHeaderProps extends ViewProps {
5
5
  /**
6
6
  * Callback which is called on tab press, receiving key of upcoming active Tab.
7
7
  */
@@ -1,9 +1,9 @@
1
1
  import type { ReactNode } from 'react';
2
2
  import React from 'react';
3
- export type StatusBadgeType = {
3
+ type StatusBadgeType = {
4
4
  type: 'status';
5
5
  };
6
- export type CounterBadgeType = {
6
+ type CounterBadgeType = {
7
7
  type: 'counter';
8
8
  value: number;
9
9
  max?: number;
@@ -4,12 +4,12 @@ import type { Theme } from '../../theme';
4
4
  import type { State } from './StyledTextInput';
5
5
  import type { IconName } from '../Icon';
6
6
  export type TextInputHandles = Pick<RNTextInput, 'focus' | 'clear' | 'blur' | 'isFocused' | 'setNativeProps'>;
7
- export type TextInputVariant = 'text' | 'textarea';
7
+ type TextInputVariant = 'text' | 'textarea';
8
8
  type NativeTextInputProps = Omit<RNTextInputProps, 'onFocus' | 'onBlur'> & {
9
9
  onFocus?: (event?: NativeSyntheticEvent<TextInputFocusEventData>) => void | undefined;
10
10
  onBlur?: (event?: NativeSyntheticEvent<TextInputFocusEventData>) => void | undefined;
11
11
  };
12
- export interface TextInputRef {
12
+ interface TextInputRef {
13
13
  focus: () => void;
14
14
  blur: () => void;
15
15
  clear: () => void;
@@ -121,7 +121,7 @@ export declare const renderSuffix: ({ state, loading, suffix, }: {
121
121
  state: State;
122
122
  loading: boolean;
123
123
  suffix?: IconName | React.ReactElement;
124
- }) => "number" | "search" | "bold" | "filter" | "swag" | "wallet" | React.JSX.Element | "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" | "rostering" | "salary-sacrifice" | "save" | "schedule-send" | "schedule" | "search-person" | "send" | "speaker-active" | "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-person-outlined" | "add-section-outlined" | "add-time-outlined" | "add" | "adjustment-outlined" | "afternoon-outlined" | "ai-outlined" | "alignment-2-outlined" | "alignment-outlined" | "all-caps" | "application-outlined" | "arrow-down" | "arrow-downwards" | "arrow-left" | "arrow-leftwards" | "arrow-right" | "arrow-rightwards" | "arrow-up" | "arrow-upwards" | "article-outlined" | "at-sign" | "auto-graph-outlined" | "automotive-outlined" | "bakery-outlined" | "bar-outlined" | "beauty-outlined" | "beer-outlined" | "bell-active-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-dates-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-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-in-outlined" | "clock-out-outlined" | "clock-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" | "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" | "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" | "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" | "home-active-outlined" | "home-outlined" | "id-card-outlined" | "image-outlined" | "import-outlined" | "instapay-outlined" | "italic" | "job-search-outlined" | "leave-approval-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" | "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" | "propane-tank-outlined" | "qr-code-outlined" | "qualification-outlined" | "re-assign" | "redeem" | "refresh" | "remove" | "reply-outlined" | "restart" | "restaurant-outlined" | "resume-outlined" | "return-arrow" | "rostering-outlined" | "safety-outlined" | "save-outlined" | "schedule-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-outlined" | "speaker-active-outlined" | "speaker-outlined" | "star-circle-outlined" | "star-outlined" | "start-break-outlined" | "stash-outlined" | "stopwatch-outlined" | "strikethrough" | "styler-outlined" | "suitcase-clock-outlined" | "suitcase-outlined" | "survey-outlined" | "switch-outlined" | "sync" | "tag-outlined" | "target-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-circle-outlined" | "user-gear-outlined" | "user-outlined" | "user-rectangle-outlined" | "video-1-outlined" | "video-2-outlined" | "volunteer-outlined" | "wallet-outlined" | "wellness-outlined" | undefined;
124
+ }) => "number" | "search" | "bold" | "filter" | "swag" | "wallet" | React.JSX.Element | "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" | "rostering" | "salary-sacrifice" | "save" | "schedule-send" | "schedule" | "search-person" | "send" | "speaker-active" | "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-person-outlined" | "add-section-outlined" | "add-time-outlined" | "add" | "adjustment-outlined" | "afternoon-outlined" | "ai-outlined" | "alignment-2-outlined" | "alignment-outlined" | "all-caps" | "application-outlined" | "arrow-down" | "arrow-downwards" | "arrow-left" | "arrow-leftwards" | "arrow-right" | "arrow-rightwards" | "arrow-up" | "arrow-upwards" | "article-outlined" | "at-sign" | "auto-graph-outlined" | "automotive-outlined" | "bakery-outlined" | "bar-outlined" | "beauty-outlined" | "beer-outlined" | "bell-active-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-dates-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-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-in-outlined" | "clock-out-outlined" | "clock-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" | "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" | "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" | "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" | "home-active-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" | "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" | "propane-tank-outlined" | "qr-code-outlined" | "qualification-outlined" | "re-assign" | "redeem" | "refresh" | "remove" | "reply-outlined" | "restart" | "restaurant-outlined" | "resume-outlined" | "return-arrow" | "rostering-outlined" | "safety-outlined" | "save-outlined" | "schedule-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-outlined" | "speaker-active-outlined" | "speaker-outlined" | "star-circle-outlined" | "star-outlined" | "start-break-outlined" | "stash-outlined" | "stopwatch-outlined" | "strikethrough" | "styler-outlined" | "suitcase-clock-outlined" | "suitcase-outlined" | "survey-outlined" | "switch-outlined" | "sync" | "tag-outlined" | "target-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-circle-outlined" | "user-gear-outlined" | "user-outlined" | "user-rectangle-outlined" | "video-1-outlined" | "video-2-outlined" | "volunteer-outlined" | "wallet-outlined" | "wellness-outlined" | undefined;
125
125
  export declare const renderPrefix: ({ state, prefix, }: {
126
126
  state: State;
127
127
  prefix?: IconName | React.ReactElement;
@@ -6,7 +6,8 @@ export type ToastControllerContextType = {
6
6
  };
7
7
  export declare const fallbackToastControlContext: ToastControllerContextType;
8
8
  export declare const ToastContext: import("react").Context<ToastControllerContextType>;
9
- export type ToastConfigContextType = Pick<ToastContainerProps, 'position' | 'displayType'>;
9
+ type ToastConfigContextType = Pick<ToastContainerProps, 'position' | 'displayType'>;
10
10
  export declare const ToastConfigContext: import("react").Context<ToastConfigContextType>;
11
11
  export declare const useToastConfig: () => ToastConfigContextType;
12
12
  export declare const useToast: () => ToastControllerContextType;
13
+ export {};
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import type { ReactNode } from 'react';
3
3
  import type { ViewProps } from 'react-native';
4
- export interface ToolbarProps extends Omit<ViewProps, 'style'> {
4
+ interface ToolbarProps extends Omit<ViewProps, 'style'> {
5
5
  /**
6
6
  * Toolbar's content.
7
7
  */
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import type { ReactNode } from 'react';
3
3
  import type { TextProps as NativeTextProps, StyleProp, TextStyle } from 'react-native';
4
4
  import type { TypographyIntent } from '../types';
5
- export interface LabelProps extends NativeTextProps {
5
+ interface LabelProps extends NativeTextProps {
6
6
  /**
7
7
  * Text content.
8
8
  */
@@ -33,7 +33,16 @@ declare const getAlertTheme: (theme: GlobalTheme) => {
33
33
  base: number;
34
34
  };
35
35
  shadows: {
36
- wrapper: import("../global/shadows/types").ShadowStyles;
36
+ wrapper: {
37
+ shadowOffset: {
38
+ width: number;
39
+ height: number;
40
+ };
41
+ shadowColor: string;
42
+ shadowOpacity: number;
43
+ shadowRadius: number;
44
+ elevation: number;
45
+ };
37
46
  };
38
47
  };
39
48
  export default getAlertTheme;
@@ -9,7 +9,16 @@ declare const getBottomNavigationTheme: (theme: GlobalTheme) => {
9
9
  borderTop: number;
10
10
  };
11
11
  shadows: {
12
- wrapper: import("../global/shadows/types").ShadowStyles;
12
+ wrapper: {
13
+ shadowOffset: {
14
+ width: number;
15
+ height: number;
16
+ };
17
+ shadowColor: string;
18
+ shadowOpacity: number;
19
+ shadowRadius: number;
20
+ elevation: number;
21
+ };
13
22
  };
14
23
  sizes: {
15
24
  height: number;
@@ -25,7 +25,16 @@ declare const getChipTheme: (theme: GlobalTheme) => {
25
25
  outlinedDefaultBorder: number;
26
26
  };
27
27
  shadows: {
28
- filledWrapper: import("../global/shadows/types").ShadowStyles;
28
+ filledWrapper: {
29
+ shadowOffset: {
30
+ width: number;
31
+ height: number;
32
+ };
33
+ shadowColor: string;
34
+ shadowOpacity: number;
35
+ shadowRadius: number;
36
+ elevation: number;
37
+ };
29
38
  };
30
39
  fontSizes: {
31
40
  icon: number;
@@ -36,7 +36,16 @@ declare const getFABTheme: (theme: GlobalTheme) => {
36
36
  icon: number;
37
37
  };
38
38
  shadows: {
39
- default: import("../global/shadows/types").ShadowStyles;
39
+ default: {
40
+ shadowOffset: {
41
+ width: number;
42
+ height: number;
43
+ };
44
+ shadowColor: string;
45
+ shadowOpacity: number;
46
+ shadowRadius: number;
47
+ elevation: number;
48
+ };
40
49
  };
41
50
  space: {
42
51
  actionItemPadding: number;
@@ -7,7 +7,16 @@ declare const getFloatingIslandTheme: (theme: GlobalTheme) => {
7
7
  wrapper: number;
8
8
  };
9
9
  shadows: {
10
- wrapper: import("../global/shadows/types").ShadowStyles;
10
+ wrapper: {
11
+ shadowOffset: {
12
+ width: number;
13
+ height: number;
14
+ };
15
+ shadowColor: string;
16
+ shadowOpacity: number;
17
+ shadowRadius: number;
18
+ elevation: number;
19
+ };
11
20
  };
12
21
  space: {
13
22
  wrapperPadding: number;
@@ -31,7 +31,16 @@ declare const getListTheme: (theme: GlobalTheme) => {
31
31
  enabled: number;
32
32
  };
33
33
  shadows: {
34
- card: import("../global/shadows/types").ShadowStyles;
34
+ card: {
35
+ shadowOffset: {
36
+ width: number;
37
+ height: number;
38
+ };
39
+ shadowColor: string;
40
+ shadowOpacity: number;
41
+ shadowRadius: number;
42
+ elevation: number;
43
+ };
35
44
  };
36
45
  };
37
46
  export default getListTheme;
@@ -43,7 +43,16 @@ declare const getSearchTheme: (theme: GlobalTheme) => {
43
43
  surfixSize: number;
44
44
  };
45
45
  shadows: {
46
- container: import("../global/shadows/types").ShadowStyles;
46
+ container: {
47
+ shadowOffset: {
48
+ width: number;
49
+ height: number;
50
+ };
51
+ shadowColor: string;
52
+ shadowOpacity: number;
53
+ shadowRadius: number;
54
+ elevation: number;
55
+ };
47
56
  };
48
57
  };
49
58
  export default getSearchTheme;
@@ -20,7 +20,16 @@ declare const getSegmentedControlTheme: (theme: GlobalTheme) => {
20
20
  shadows: {
21
21
  item: {
22
22
  inactive: undefined;
23
- active: import("../global/shadows/types").ShadowStyles;
23
+ active: {
24
+ shadowOffset: {
25
+ width: number;
26
+ height: number;
27
+ };
28
+ shadowColor: string;
29
+ shadowOpacity: number;
30
+ shadowRadius: number;
31
+ elevation: number;
32
+ };
24
33
  };
25
34
  };
26
35
  radii: {
@@ -9,7 +9,16 @@ declare const getSliderTheme: (theme: GlobalTheme) => {
9
9
  disabledThumb: string;
10
10
  };
11
11
  shadows: {
12
- marker: import("../global/shadows/types").ShadowStyles;
12
+ marker: {
13
+ shadowOffset: {
14
+ width: number;
15
+ height: number;
16
+ };
17
+ shadowColor: string;
18
+ shadowOpacity: number;
19
+ shadowRadius: number;
20
+ elevation: number;
21
+ };
13
22
  };
14
23
  sizes: {
15
24
  trackHeight: number;
@@ -37,7 +37,16 @@ declare const getToastTheme: (theme: GlobalTheme) => {
37
37
  base: number;
38
38
  };
39
39
  shadows: {
40
- wrapper: import("../global/shadows/types").ShadowStyles;
40
+ wrapper: {
41
+ shadowOffset: {
42
+ width: number;
43
+ height: number;
44
+ };
45
+ shadowColor: string;
46
+ shadowOpacity: number;
47
+ shadowRadius: number;
48
+ elevation: number;
49
+ };
41
50
  };
42
51
  };
43
52
  export default getToastTheme;
@@ -50,8 +50,9 @@ export type BrandSystemPalette = {
50
50
  decorativeSecondarySurface?: string;
51
51
  };
52
52
  export type ThemeMode = 'light' | 'dark';
53
- export type ThemeName = 'swagLight' | 'swagLightJobs' | 'ehWorkDark' | 'ehWork' | 'ehJobs';
53
+ type ThemeName = 'swagLight' | 'swagLightJobs' | 'ehWorkDark' | 'ehWork' | 'ehJobs';
54
54
  export type SystemPalette = GlobalSystemPalette & BrandSystemPalette & {
55
55
  themeMode?: ThemeMode;
56
56
  name?: ThemeName;
57
57
  };
58
+ export {};
@@ -62,7 +62,7 @@ declare const getGlobalTheme: (scale: Scale, systemPalette: SystemPalette) => {
62
62
  decorativeSecondary?: string;
63
63
  decorativeSecondarySurface?: string;
64
64
  themeMode?: import("./colors/types").ThemeMode;
65
- name?: import("./colors/types").ThemeName;
65
+ name?: "swagLight" | "swagLightJobs" | "ehWorkDark" | "ehWork" | "ehJobs";
66
66
  };
67
67
  fonts: import("./typography").Fonts;
68
68
  fontSizes: import("./typography").FontSizes;
@@ -1,5 +1,3 @@
1
1
  import type { SystemPalette } from '../colors/types';
2
2
  declare const getShadows: (palette: SystemPalette) => import("./types").ShadowPalette;
3
- type Shadows = ReturnType<typeof getShadows>;
4
3
  export { getShadows };
5
- export type { Shadows };
@@ -1,4 +1,4 @@
1
- export type ShadowStyles = {
1
+ type ShadowStyles = {
2
2
  shadowOffset: {
3
3
  width: number;
4
4
  height: number;
@@ -13,3 +13,4 @@ export type ShadowPalette = {
13
13
  medium: ShadowStyles;
14
14
  deep: ShadowStyles;
15
15
  };
16
+ export {};