@hero-design/rn 8.110.1 → 8.112.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 (155) hide show
  1. package/.cursor/rules/performance-optimization.mdc +64 -0
  2. package/.cursor/rules/rn-rules.mdc +165 -0
  3. package/.cursor/rules/testing-rules.mdc +114 -0
  4. package/.turbo/turbo-build.log +3 -3
  5. package/CHANGELOG.md +26 -0
  6. package/assets/fonts/BeVietnamPro-BoldItalic.ttf +0 -0
  7. package/assets/fonts/BeVietnamPro-LightItalic.ttf +0 -0
  8. package/assets/fonts/BeVietnamPro-RegularItalic.ttf +0 -0
  9. package/assets/fonts/BeVietnamPro-SemiBoldItalic.ttf +0 -0
  10. package/assets/fonts/Saiga-LightItalic.otf +0 -0
  11. package/assets/fonts/Saiga-MediumItalic.otf +0 -0
  12. package/assets/fonts/Saiga-RegularItalic.otf +0 -0
  13. package/assets/fonts/hero-icons-mobile.ttf +0 -0
  14. package/es/index.js +429 -389
  15. package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
  16. package/lib/index.js +429 -389
  17. package/package.json +6 -7
  18. package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +8 -0
  19. package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +12 -0
  20. package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +13 -0
  21. package/src/components/Alert/index.tsx +10 -2
  22. package/src/components/AnimatedScroller/__tests__/__snapshots__/ScrollablesWithFAB.spec.tsx.snap +70 -0
  23. package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
  24. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +2 -0
  25. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +31 -0
  26. package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +1 -0
  27. package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
  28. package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +8 -0
  29. package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +1 -0
  30. package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +4 -0
  31. package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
  32. package/src/components/Button/Button.tsx +10 -4
  33. package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
  34. package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +33 -0
  35. package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +13 -0
  36. package/src/components/Calendar/__tests__/__snapshots__/CalendarRangeConnector.spec.tsx.snap +5 -0
  37. package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +5 -0
  38. package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +8 -0
  39. package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +16 -0
  40. package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +20 -0
  41. package/src/components/Chart/ColumnChart/__tests__/__snapshots__/index.spec.tsx.snap +49 -0
  42. package/src/components/Chart/Line/__tests__/__snapshots__/index.spec.tsx.snap +60 -0
  43. package/src/components/Chart/shared/__tests__/__snapshots__/ChartFrame.spec.tsx.snap +62 -0
  44. package/src/components/Chart/shared/__tests__/__snapshots__/ChartHeader.spec.tsx.snap +2 -0
  45. package/src/components/Chart/shared/__tests__/__snapshots__/EmptyState.spec.tsx.snap +2 -0
  46. package/src/components/Chart/shared/__tests__/__snapshots__/XAxis.spec.tsx.snap +12 -0
  47. package/src/components/Chart/shared/__tests__/__snapshots__/YAxis.spec.tsx.snap +36 -0
  48. package/src/components/Checkbox/__tests__/__snapshots__/DefaultCheckBox.spec.tsx.snap +4 -0
  49. package/src/components/Checkbox/__tests__/__snapshots__/InlineCheckBox.spec.tsx.snap +6 -0
  50. package/src/components/Chip/__tests__/__snapshots__/index.spec.tsx.snap +19 -0
  51. package/src/components/Chip/index.tsx +9 -8
  52. package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +3 -0
  53. package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +3 -0
  54. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +1 -0
  55. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +1 -0
  56. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +6 -0
  57. package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +6 -0
  58. package/src/components/FAB/Pair/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
  59. package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +2 -0
  60. package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
  61. package/src/components/FilterTrigger/__tests__/__snapshots__/index.spec.tsx.snap +6 -0
  62. package/src/components/FloatingIsland/__tests__/__snapshots__/index.spec.tsx.snap +6 -0
  63. package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
  64. package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
  65. package/src/components/Icon/IconList.ts +8 -0
  66. package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +4 -0
  67. package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +13 -0
  68. package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +4 -0
  69. package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +4 -0
  70. package/src/components/Modal/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
  71. package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +5 -0
  72. package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +4 -0
  73. package/src/components/Portal/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
  74. package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +3 -0
  75. package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +4 -0
  76. package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +10 -0
  77. package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +4 -0
  78. package/src/components/Search/__tests__/__snapshots__/SearchOneLine.spec.tsx.snap +2 -0
  79. package/src/components/Search/__tests__/__snapshots__/SearchSuffixIcon.spec.tsx.snap +1 -0
  80. package/src/components/Search/__tests__/__snapshots__/SearchTwoLine.spec.tsx.snap +4 -0
  81. package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +7 -0
  82. package/src/components/SegmentedControl/__tests__/__snapshots__/SegmentedItem.spec.tsx.snap +1 -0
  83. package/src/components/SegmentedControl/__tests__/__snapshots__/index.spec.tsx.snap +3 -0
  84. package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +1 -0
  85. package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +20 -0
  86. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +51 -0
  87. package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +1 -0
  88. package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +24 -0
  89. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +39 -0
  90. package/src/components/Select/index.internal.tsx +13 -0
  91. package/src/components/StatusScreens/Empty/__tests__/__snapshots__/index.spec.tsx.snap +8 -0
  92. package/src/components/StatusScreens/Error/__tests__/__snapshots__/index.spec.tsx.snap +13 -0
  93. package/src/components/StatusScreens/Success/__tests__/__snapshots__/index.spec.tsx.snap +16 -0
  94. package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +3 -0
  95. package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
  96. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +1 -0
  97. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
  98. package/src/components/Tabs/__tests__/__snapshots__/SceneView.spec.tsx.snap +3 -0
  99. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +9 -0
  100. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +4 -0
  101. package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +1 -0
  102. package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +18 -0
  103. package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +10 -0
  104. package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +7 -0
  105. package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +40 -0
  106. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +3 -0
  107. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +5 -0
  108. package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +13 -0
  109. package/src/components/Toolbar/ToolbarGroup.tsx +10 -4
  110. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +6 -0
  111. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +7 -0
  112. package/src/components/Typography/Body/StyledBody.tsx +24 -19
  113. package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +229 -0
  114. package/src/components/Typography/Body/__tests__/index.spec.tsx +19 -0
  115. package/src/components/Typography/Body/index.tsx +8 -2
  116. package/src/components/Typography/Caption/StyledCaption.tsx +15 -8
  117. package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +219 -0
  118. package/src/components/Typography/Caption/__tests__/index.spec.tsx +19 -0
  119. package/src/components/Typography/Caption/index.tsx +18 -10
  120. package/src/components/Typography/Label/StyledLabel.tsx +16 -6
  121. package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +8 -0
  122. package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +126 -0
  123. package/src/components/Typography/Label/__tests__/index.spec.tsx +12 -0
  124. package/src/components/Typography/Label/index.tsx +17 -9
  125. package/src/components/Typography/Title/StyledTitle.tsx +22 -8
  126. package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +441 -0
  127. package/src/components/Typography/Title/__tests__/index.spec.tsx +23 -0
  128. package/src/components/Typography/Title/index.tsx +8 -2
  129. package/src/index.internal.ts +14 -0
  130. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +24 -10
  131. package/src/theme/components/typography.ts +12 -10
  132. package/src/theme/global/typography.ts +9 -0
  133. package/src/types.internal.ts +14 -1
  134. package/stats/8.111.0/rn-stats.html +4842 -0
  135. package/types/components/Alert/index.d.ts +8 -2
  136. package/types/components/Button/Button.d.ts +8 -4
  137. package/types/components/Chip/index.d.ts +7 -2
  138. package/types/components/Icon/IconList.d.ts +1 -1
  139. package/types/components/Icon/index.d.ts +1 -1
  140. package/types/components/Select/index.internal.d.ts +13 -0
  141. package/types/components/TextInput/StyledTextInput.d.ts +1 -1
  142. package/types/components/TextInput/index.d.ts +1 -1
  143. package/types/components/Toolbar/ToolbarGroup.d.ts +8 -4
  144. package/types/components/Typography/Body/StyledBody.d.ts +1 -0
  145. package/types/components/Typography/Body/index.d.ts +6 -2
  146. package/types/components/Typography/Caption/StyledCaption.d.ts +1 -0
  147. package/types/components/Typography/Caption/index.d.ts +5 -1
  148. package/types/components/Typography/Label/StyledLabel.d.ts +1 -0
  149. package/types/components/Typography/Label/index.d.ts +5 -1
  150. package/types/components/Typography/Title/StyledTitle.d.ts +1 -0
  151. package/types/components/Typography/Title/index.d.ts +6 -2
  152. package/types/index.internal.d.ts +13 -0
  153. package/types/theme/components/typography.d.ts +12 -10
  154. package/types/theme/global/typography.d.ts +3 -0
  155. package/types/types.internal.d.ts +13 -0
@@ -266,6 +266,7 @@ exports[`FABPair renders correctly 1`] = `
266
266
  ]
267
267
  }
268
268
  themeIntent="body"
269
+ themeIsItalic={false}
269
270
  themeTypeface="neutral"
270
271
  themeVariant="regular"
271
272
  >
@@ -73,6 +73,7 @@ exports[`StyledFAB renders correctly 1`] = `
73
73
  ]
74
74
  }
75
75
  themeIntent="body"
76
+ themeIsItalic={false}
76
77
  themeTypeface="neutral"
77
78
  themeVariant="small"
78
79
  >
@@ -175,6 +176,7 @@ exports[`StyledFAB renders correctly 2`] = `
175
176
  ]
176
177
  }
177
178
  themeIntent="body"
179
+ themeIsItalic={false}
178
180
  themeTypeface="neutral"
179
181
  themeVariant="small"
180
182
  >
@@ -428,6 +428,7 @@ exports[`FAB when title has value renders correctly 1`] = `
428
428
  ]
429
429
  }
430
430
  themeIntent="body"
431
+ themeIsItalic={false}
431
432
  themeTypeface="neutral"
432
433
  themeVariant="regular"
433
434
  >
@@ -77,6 +77,7 @@ exports[`FilterTrigger Rendering should render correctly when active is false 1`
77
77
  ]
78
78
  }
79
79
  themeIntent="body"
80
+ themeIsItalic={false}
80
81
  themeTypeface="neutral"
81
82
  themeVariant="small-bold"
82
83
  >
@@ -183,6 +184,7 @@ exports[`FilterTrigger Rendering should render correctly when active is true 1`]
183
184
  ]
184
185
  }
185
186
  themeIntent="body"
187
+ themeIsItalic={false}
186
188
  themeTypeface="neutral"
187
189
  themeVariant="small-bold"
188
190
  >
@@ -289,6 +291,7 @@ exports[`FilterTrigger Rendering should render correctly with basic props 1`] =
289
291
  ]
290
292
  }
291
293
  themeIntent="body"
294
+ themeIsItalic={false}
292
295
  themeTypeface="neutral"
293
296
  themeVariant="small"
294
297
  >
@@ -395,6 +398,7 @@ exports[`FilterTrigger Rendering should render filled variant correctly 1`] = `
395
398
  ]
396
399
  }
397
400
  themeIntent="body"
401
+ themeIsItalic={false}
398
402
  themeTypeface="neutral"
399
403
  themeVariant="small"
400
404
  >
@@ -501,6 +505,7 @@ exports[`FilterTrigger Rendering should render ghost variant correctly 1`] = `
501
505
  ]
502
506
  }
503
507
  themeIntent="body"
508
+ themeIsItalic={false}
504
509
  themeTypeface="neutral"
505
510
  themeVariant="small"
506
511
  >
@@ -607,6 +612,7 @@ exports[`FilterTrigger Rendering should render outlined variant correctly 1`] =
607
612
  ]
608
613
  }
609
614
  themeIntent="body"
615
+ themeIsItalic={false}
610
616
  themeTypeface="neutral"
611
617
  themeVariant="small"
612
618
  >
@@ -77,6 +77,7 @@ exports[`FloatingIsland renders correctly 1`] = `
77
77
  ]
78
78
  }
79
79
  themeIntent="body"
80
+ themeIsItalic={false}
80
81
  themeTypeface="neutral"
81
82
  themeVariant="regular"
82
83
  >
@@ -217,6 +218,7 @@ exports[`FloatingIsland renders icons as prefix and suffix correctly 1`] = `
217
218
  ]
218
219
  }
219
220
  themeIntent="body"
221
+ themeIsItalic={false}
220
222
  themeTypeface="neutral"
221
223
  themeVariant="regular"
222
224
  >
@@ -370,6 +372,7 @@ exports[`FloatingIsland renders prefix correctly 1`] = `
370
372
  ]
371
373
  }
372
374
  themeIntent="body"
375
+ themeIsItalic={false}
373
376
  themeTypeface="neutral"
374
377
  themeVariant="regular"
375
378
  >
@@ -391,6 +394,7 @@ exports[`FloatingIsland renders prefix correctly 1`] = `
391
394
  ]
392
395
  }
393
396
  themeIntent="body"
397
+ themeIsItalic={false}
394
398
  themeTypeface="neutral"
395
399
  themeVariant="regular"
396
400
  >
@@ -497,6 +501,7 @@ exports[`FloatingIsland renders suffix correctly 1`] = `
497
501
  ]
498
502
  }
499
503
  themeIntent="body"
504
+ themeIsItalic={false}
500
505
  themeTypeface="neutral"
501
506
  themeVariant="regular"
502
507
  >
@@ -530,6 +535,7 @@ exports[`FloatingIsland renders suffix correctly 1`] = `
530
535
  ]
531
536
  }
532
537
  themeIntent="body"
538
+ themeIsItalic={false}
533
539
  themeTypeface="neutral"
534
540
  themeVariant="regular"
535
541
  >
@@ -30,6 +30,7 @@ exports[`HeroDesignProvider renders children correctly 1`] = `
30
30
  ]
31
31
  }
32
32
  themeIntent="primary"
33
+ themeIsItalic={false}
33
34
  themeLevel="h1"
34
35
  themeTypeface="neutral"
35
36
  >
@@ -1 +1 @@
1
- {"activate":59000,"add-emoji":59001,"add-person":59002,"adjustment":59003,"alignment":59004,"antenna":59005,"archive":59006,"assignment-warning":59007,"bank":59008,"bell":59009,"billing":59010,"bolt":59011,"bookmark-added":59012,"bookmark-checked":59013,"bookmark":59014,"box-check":59015,"box":59016,"bpay":59017,"buildings":59018,"cake":59019,"calendar-clock":59020,"calendar":59021,"candy-box-menu":59022,"caret-down-small":59023,"caret-down":59024,"caret-left-small":59025,"caret-left":59026,"caret-right-small":59027,"caret-right":59028,"caret-up-small":59029,"caret-up":59030,"check-radio":59031,"circle-add":59032,"circle-cancel":59033,"circle-check":59034,"circle-down":59035,"circle-info":59036,"circle-left":59037,"circle-ok":59038,"circle-pencil":59039,"circle-question":59040,"circle-remove":59041,"circle-right":59042,"circle-up":59043,"circle-warning":59044,"clock-3":59045,"clock":59046,"cloud-download":59047,"cloud-upload":59048,"cog":59049,"coin":59050,"contacts":59051,"credit-card":59052,"diamond":59053,"direction-arrows":59054,"directory":59055,"document":59056,"dollar-coin-shine":59057,"dot":59058,"double-buildings":59059,"edit-template":59060,"envelope":59061,"exclude":59062,"expand-content":59063,"expense":59064,"explore_nearby":59065,"eye-circle":59066,"eye-invisible":59067,"eye":59068,"face-meh":59069,"face-sad":59070,"face-smiley":59071,"feed":59072,"feedbacks":59073,"file-certified":59074,"file-clone":59075,"file-copy":59076,"file-csv":59077,"file-dispose":59078,"file-doc":59079,"file-excel":59080,"file-export":59081,"file-lock":59082,"file-pdf":59083,"file-powerpoint":59084,"file-search":59085,"file-secured":59086,"file-sheets":59087,"file-slide":59088,"file-verified":59089,"file-word":59090,"file":59091,"filter":59092,"folder-user":59093,"folder":59094,"format-bold":59095,"format-heading1":59096,"format-heading2":59097,"format-italic":59098,"format-list-bulleted":59099,"format-list-numbered":59100,"format-underlined":59101,"funnel-filter":59102,"global-dollar":59103,"globe":59104,"graduation-cap":59105,"graph":59106,"happy-sun":59107,"health-bag":59108,"heart":59109,"hero-points":59110,"home":59111,"image":59112,"import":59113,"incident-siren":59114,"instapay-daily":59115,"instapay-now":59116,"instapay":59117,"list":59118,"loading-2":59119,"loading":59120,"location-on":59121,"location":59122,"lock":59123,"looks-one":59124,"looks-two":59125,"media-content":59126,"menu":59127,"money-notes":59128,"moneybag":59129,"moon":59130,"multiple-stars":59131,"multiple-users":59132,"near-me":59133,"node":59134,"open-folder":59135,"paperclip-vertical":59136,"paperclip":59137,"payment-summary":59138,"pencil":59139,"phone":59140,"piggy-bank":59141,"plane-up":59142,"plane":59143,"play-arrow":59144,"play-circle":59145,"print":59146,"raising-hands":59147,"reply-arrow":59148,"reply":59149,"reschedule":59150,"rostering":59151,"salary-sacrifice":59152,"save":59153,"schedule-send":59154,"schedule":59155,"search-person":59156,"search":59157,"send":59158,"speaker-active":59159,"speaker":59160,"star-award":59161,"star-badge":59162,"star-circle":59163,"star-medal":59164,"star":59165,"steps-circle":59166,"stopwatch":59167,"suitcase":59168,"surfing":59169,"survey":59170,"swag-pillar-benefit":59171,"swag-pillar-career":59172,"swag-pillar-money":59173,"swag-pillar-work":59174,"swag":59175,"swipe-right":59176,"switch":59177,"tag":59178,"target":59179,"teams":59180,"thumb-down":59181,"thumb-up":59182,"timesheet":59183,"touch-id":59184,"trash-bin":59185,"unlock":59186,"user":59187,"video-1":59188,"video-2":59189,"wallet":59190,"warning":59191,"academic-hat-outlined":59192,"accommodation-outlined":59193,"activate-outlined":59194,"add-credit-card-outlined":59195,"add-person-outlined":59196,"add-section-outlined":59197,"add-time-outlined":59198,"add":59199,"adjustment-outlined":59200,"afternoon-outlined":59201,"ai-outlined":59202,"alignment-2-outlined":59203,"alignment-outlined":59204,"all-caps":59205,"application-outlined":59206,"arrow-down":59207,"arrow-downwards":59208,"arrow-left":59209,"arrow-leftwards":59210,"arrow-right":59211,"arrow-rightwards":59212,"arrow-up":59213,"arrow-upwards":59214,"article-outlined":59215,"at-sign":59216,"auto-graph-outlined":59217,"automotive-outlined":59218,"bakery-outlined":59219,"bar-outlined":59220,"beauty-outlined":59221,"beer-outlined":59222,"bell-active-outlined":59223,"bell-outlined":59224,"bell-slash-outlined":59225,"bill-management-outlined":59226,"billing-outlined":59227,"body-outlined":59228,"bold":59229,"bolt-outlined":59230,"book-outlined":59231,"bookmark-added-outlined":59232,"bookmark-checked-outlined":59233,"bookmark-outlined":59234,"box-1-outlined":59235,"box-check-outlined":59236,"box-outlined":59237,"bullet-points":59238,"cake-outlined":59239,"calculator-outlined":59240,"calendar-dates-outlined":59241,"calendar-star-outlined":59242,"call-outlined":59243,"call-split-outlined":59244,"camera-outlined":59245,"cancel":59246,"car-forward-outlined":59247,"cashback-outlined":59248,"charging-station-outlined":59249,"chat-bubble-outlined":59250,"chat-unread-outlined":59251,"checkmark":59252,"circle-add-outlined":59253,"circle-cancel-outlined":59254,"circle-down-outlined":59255,"circle-info-outlined":59256,"circle-left-outlined":59257,"circle-ok-outlined":59258,"circle-question-outlined":59259,"circle-remove-outlined":59260,"circle-right-outlined":59261,"circle-up-outlined":59262,"circle-warning-outlined":59263,"clock-2-outlined":59264,"clock-in-outlined":59265,"clock-out-outlined":59266,"clock-outlined":59267,"cog-outlined":59268,"coin-outlined":59269,"coin-super-outlined":59270,"comment-outlined":59271,"contacts-outlined":59272,"contacts-user-outlined":59273,"credit-card-outlined":59274,"cultural-site-outlined":59275,"cup-outlined":59276,"dentistry-outlined":59277,"direction-arrows-outlined":59278,"directory-outlined":59279,"document-outlined":59280,"dollar-box-outlined":59281,"dollar-card-outlined":59282,"dollar-coin-shine-outlined":59283,"dollar-credit-card-outlined":59284,"dollar-sign":59285,"double-buildings-outlined":59286,"double-left-arrows":59287,"double-right-arrows":59288,"download-box-outlined":59289,"download-outlined":59290,"edit-template-outlined":59291,"electronics-outlined":59292,"email-outlined":59293,"end-break-outlined":59294,"enter-arrow":59295,"entertainment-outlined":59296,"envelope-outlined":59297,"evening-outlined":59298,"expense-approval-outlined":59299,"expense-outlined":59300,"explore-outlined":59301,"extension-outlined":59302,"external-link":59303,"eye-invisible-outlined":59304,"eye-outlined":59305,"face-id":59306,"face-meh-outlined":59307,"face-open-smiley-outlined":59308,"face-sad-outlined":59309,"face-smiley-outlined":59310,"fastfood-outlined":59311,"feed-outlined":59312,"file-certified-outlined":59313,"file-clone-outlined":59314,"file-copy-outlined":59315,"file-dispose-outlined":59316,"file-dollar-certified-outlined":59317,"file-dollar-outlined":59318,"file-download-outlined":59319,"file-export-outlined":59320,"file-lock-outlined":59321,"file-outlined":59322,"file-search-outlined":59323,"file-secured-outlined":59324,"file-statutory-outlined":59325,"file-verified-outlined":59326,"filter-outlined":59327,"fitness-outlined":59328,"folder-outlined":59329,"folder-upload-outlined":59330,"folder-user-outlined":59331,"form-outlined":59332,"funnel-filter-outline":59333,"goal-outlined":59334,"graph-outlined":59335,"grocery-outlined":59336,"hand-holding-user-outlined":59337,"handshake-outlined":59338,"happy-sun-outlined":59339,"health-bag-outlined":59340,"heart-outlined":59341,"home-active-outlined":59342,"home-outlined":59343,"id-card-outlined":59344,"image-outlined":59345,"import-outlined":59346,"instapay-outlined":59347,"italic":59348,"job-search-outlined":59349,"leave-approval-outlined":59350,"link-1":59351,"link-2":59352,"list-outlined":59353,"live-help-outlined":59354,"local_mall_outlined":59355,"location-on-outlined":59356,"location-outlined":59357,"lock-outlined":59358,"locked-file-outlined":59359,"log-out":59360,"mail-outlined":59361,"map-outlined":59362,"media-content-outlined":59363,"menu-close":59364,"menu-expand":59365,"menu-fold-outlined":59366,"menu-unfold-outlined":59367,"moneybag-outlined":59368,"moon-outlined":59369,"more-horizontal":59370,"more-vertical":59371,"morning-outlined":59372,"multiple-folders-outlined":59373,"multiple-users-outlined":59374,"near-me-outlined":59375,"node-outlined":59376,"number-points":59377,"number":59378,"overview-outlined":59379,"park-outlined":59380,"payment-summary-outlined":59381,"payslip-outlined":59382,"pencil-outlined":59383,"percentage":59384,"phone-outlined":59385,"piggy-bank-outlined":59386,"plane-outlined":59387,"play-circle-outlined":59388,"print-outlined":59389,"propane-tank-outlined":59390,"qr-code-outlined":59391,"qualification-outlined":59392,"re-assign":59393,"redeem":59394,"refresh":59395,"remove":59396,"reply-outlined":59397,"restart":59398,"restaurant-outlined":59399,"resume-outlined":59400,"return-arrow":59401,"rostering-outlined":59402,"safety-outlined":59403,"save-outlined":59404,"schedule-outlined":59405,"search-outlined":59406,"search-secured-outlined":59407,"send-outlined":59408,"share-1":59409,"share-2":59410,"share-outlined-2":59411,"share-outlined":59412,"shield-check-outlined":59413,"shop-outlined":59414,"shopping_basket_outlined":59415,"show-chart-outlined":59416,"single-down-arrow":59417,"single-left-arrow":59418,"single-right-arrow":59419,"single-up-arrow":59420,"smart-match-outlined":59421,"sparkle-outlined":59422,"speaker-active-outlined":59423,"speaker-outlined":59424,"star-circle-outlined":59425,"star-outlined":59426,"start-break-outlined":59427,"stash-outlined":59428,"stopwatch-outlined":59429,"strikethrough":59430,"styler-outlined":59431,"suitcase-clock-outlined":59432,"suitcase-outlined":59433,"survey-outlined":59434,"switch-outlined":59435,"sync":59436,"tag-outlined":59437,"target-outlined":59438,"tennis-outlined":59439,"thumb-down-outlined":59440,"thumb-up-outlined":59441,"ticket-outlined":59442,"timesheet-outlined":59443,"timesheets-outlined":59444,"today-outlined":59445,"transfer":59446,"transportation-outlined":59447,"trash-bin-outlined":59448,"umbrela-outlined":59449,"unavailability-outlined":59450,"unavailable":59451,"underline":59452,"union-outlined":59453,"unlock-outlined":59454,"upload-outlined":59455,"user-circle-outlined":59456,"user-gear-outlined":59457,"user-outlined":59458,"user-rectangle-outlined":59459,"video-1-outlined":59460,"video-2-outlined":59461,"volunteer-outlined":59462,"wallet-outlined":59463,"wellness-outlined":59464}
1
+ {"activate":59000,"add-emoji":59001,"add-person":59002,"adjustment":59003,"alignment":59004,"antenna":59005,"archive":59006,"assignment-warning":59007,"bank":59008,"bell":59009,"billing":59010,"bolt":59011,"bookmark-added":59012,"bookmark-checked":59013,"bookmark":59014,"box-check":59015,"box":59016,"bpay":59017,"buildings":59018,"cake":59019,"calendar-clock":59020,"calendar":59021,"candy-box-menu":59022,"caret-down-small":59023,"caret-down":59024,"caret-left-small":59025,"caret-left":59026,"caret-right-small":59027,"caret-right":59028,"caret-up-small":59029,"caret-up":59030,"check-radio":59031,"circle-add":59032,"circle-cancel":59033,"circle-check":59034,"circle-down":59035,"circle-info":59036,"circle-left":59037,"circle-ok":59038,"circle-pencil":59039,"circle-question":59040,"circle-remove":59041,"circle-right":59042,"circle-up":59043,"circle-warning":59044,"clock-3":59045,"clock":59046,"cloud-download":59047,"cloud-upload":59048,"cog":59049,"coin":59050,"contacts":59051,"credit-card":59052,"diamond":59053,"direction-arrows":59054,"directory":59055,"document":59056,"dollar-coin-shine":59057,"dot":59058,"double-buildings":59059,"edit-template":59060,"envelope":59061,"exclude":59062,"expand-content":59063,"expense":59064,"explore_nearby":59065,"eye-circle":59066,"eye-invisible":59067,"eye":59068,"face-meh":59069,"face-sad":59070,"face-smiley":59071,"feed":59072,"feedbacks":59073,"file-certified":59074,"file-clone":59075,"file-copy":59076,"file-csv":59077,"file-dispose":59078,"file-doc":59079,"file-excel":59080,"file-export":59081,"file-lock":59082,"file-pdf":59083,"file-powerpoint":59084,"file-search":59085,"file-secured":59086,"file-sheets":59087,"file-slide":59088,"file-verified":59089,"file-word":59090,"file":59091,"filter":59092,"folder-user":59093,"folder":59094,"format-bold":59095,"format-heading1":59096,"format-heading2":59097,"format-italic":59098,"format-list-bulleted":59099,"format-list-numbered":59100,"format-underlined":59101,"funnel-filter":59102,"global-dollar":59103,"global-pound":59104,"globe":59105,"graduation-cap":59106,"graph":59107,"happy-sun":59108,"health-bag":59109,"heart":59110,"hero-points":59111,"home":59112,"image":59113,"import":59114,"incident-siren":59115,"instapay-daily":59116,"instapay-now":59117,"instapay":59118,"list":59119,"loading-2":59120,"loading":59121,"location-on":59122,"location":59123,"lock":59124,"looks-one":59125,"looks-two":59126,"media-content":59127,"menu":59128,"money-notes":59129,"moneybag":59130,"moon":59131,"multiple-stars":59132,"multiple-users":59133,"near-me":59134,"node":59135,"open-folder":59136,"paperclip-vertical":59137,"paperclip":59138,"payment-summary":59139,"pencil":59140,"phone":59141,"piggy-bank":59142,"plane-up":59143,"plane":59144,"play-arrow":59145,"play-circle":59146,"pound-coin-shine":59147,"pound-sign":59148,"print":59149,"raising-hands":59150,"reply-arrow":59151,"reply":59152,"reschedule":59153,"rostering":59154,"salary-sacrifice":59155,"save":59156,"schedule-send":59157,"schedule":59158,"search-person":59159,"search":59160,"send":59161,"speaker-active":59162,"speaker":59163,"star-award":59164,"star-badge":59165,"star-circle":59166,"star-medal":59167,"star":59168,"steps-circle":59169,"stopwatch":59170,"suitcase":59171,"surfing":59172,"survey":59173,"swag-pillar-benefit":59174,"swag-pillar-career":59175,"swag-pillar-money":59176,"swag-pillar-work":59177,"swag":59178,"swipe-right":59179,"switch":59180,"tag":59181,"target":59182,"teams":59183,"thumb-down":59184,"thumb-up":59185,"timesheet":59186,"touch-id":59187,"trash-bin":59188,"unlock":59189,"user":59190,"video-1":59191,"video-2":59192,"wallet":59193,"warning":59194,"academic-hat-outlined":59195,"accommodation-outlined":59196,"activate-outlined":59197,"add-credit-card-outlined":59198,"add-person-outlined":59199,"add-section-outlined":59200,"add-time-outlined":59201,"add":59202,"adjustment-outlined":59203,"afternoon-outlined":59204,"ai-outlined":59205,"alignment-2-outlined":59206,"alignment-outlined":59207,"all-caps":59208,"application-outlined":59209,"arrow-down":59210,"arrow-downwards":59211,"arrow-left":59212,"arrow-leftwards":59213,"arrow-right":59214,"arrow-rightwards":59215,"arrow-up":59216,"arrow-upwards":59217,"article-outlined":59218,"at-sign":59219,"auto-graph-outlined":59220,"automotive-outlined":59221,"bakery-outlined":59222,"bar-outlined":59223,"beauty-outlined":59224,"beer-outlined":59225,"bell-active-outlined":59226,"bell-outlined":59227,"bell-slash-outlined":59228,"bill-management-outlined":59229,"billing-outlined":59230,"body-outlined":59231,"bold":59232,"bolt-outlined":59233,"book-outlined":59234,"bookmark-added-outlined":59235,"bookmark-checked-outlined":59236,"bookmark-outlined":59237,"box-1-outlined":59238,"box-check-outlined":59239,"box-outlined":59240,"bullet-points":59241,"cake-outlined":59242,"calculator-outlined":59243,"calendar-dates-outlined":59244,"calendar-star-outlined":59245,"call-outlined":59246,"call-split-outlined":59247,"camera-outlined":59248,"cancel":59249,"car-forward-outlined":59250,"cashback-outlined":59251,"charging-station-outlined":59252,"chat-bubble-outlined":59253,"chat-unread-outlined":59254,"checkmark":59255,"circle-add-outlined":59256,"circle-cancel-outlined":59257,"circle-down-outlined":59258,"circle-info-outlined":59259,"circle-left-outlined":59260,"circle-ok-outlined":59261,"circle-question-outlined":59262,"circle-remove-outlined":59263,"circle-right-outlined":59264,"circle-up-outlined":59265,"circle-warning-outlined":59266,"clock-2-outlined":59267,"clock-in-outlined":59268,"clock-out-outlined":59269,"clock-outlined":59270,"cog-outlined":59271,"coin-outlined":59272,"coin-super-outlined":59273,"comment-outlined":59274,"contacts-outlined":59275,"contacts-user-outlined":59276,"credit-card-outlined":59277,"cultural-site-outlined":59278,"cup-outlined":59279,"dentistry-outlined":59280,"direction-arrows-outlined":59281,"directory-outlined":59282,"document-outlined":59283,"dollar-box-outlined":59284,"dollar-card-outlined":59285,"dollar-coin-shine-outlined":59286,"dollar-credit-card-outlined":59287,"dollar-sign":59288,"double-buildings-outlined":59289,"double-left-arrows":59290,"double-right-arrows":59291,"download-box-outlined":59292,"download-outlined":59293,"edit-template-outlined":59294,"electronics-outlined":59295,"email-outlined":59296,"end-break-outlined":59297,"enter-arrow":59298,"entertainment-outlined":59299,"envelope-outlined":59300,"evening-outlined":59301,"expense-approval-outlined":59302,"expense-outlined":59303,"explore-outlined":59304,"extension-outlined":59305,"external-link":59306,"eye-invisible-outlined":59307,"eye-outlined":59308,"face-id":59309,"face-meh-outlined":59310,"face-open-smiley-outlined":59311,"face-sad-outlined":59312,"face-smiley-outlined":59313,"fastfood-outlined":59314,"feed-outlined":59315,"file-certified-outlined":59316,"file-clone-outlined":59317,"file-copy-outlined":59318,"file-dispose-outlined":59319,"file-dollar-certified-outlined":59320,"file-dollar-outlined":59321,"file-download-outlined":59322,"file-export-outlined":59323,"file-lock-outlined":59324,"file-outlined":59325,"file-pound-outlined":59326,"file-search-outlined":59327,"file-secured-outlined":59328,"file-statutory-outlined":59329,"file-verified-outlined":59330,"filter-outlined":59331,"fitness-outlined":59332,"folder-outlined":59333,"folder-upload-outlined":59334,"folder-user-outlined":59335,"form-outlined":59336,"funnel-filter-outline":59337,"goal-outlined":59338,"graph-outlined":59339,"grocery-outlined":59340,"hand-holding-user-outlined":59341,"handshake-outlined":59342,"happy-sun-outlined":59343,"health-bag-outlined":59344,"heart-outlined":59345,"home-active-outlined":59346,"home-outlined":59347,"id-card-outlined":59348,"image-outlined":59349,"import-outlined":59350,"instapay-outlined":59351,"italic":59352,"job-search-outlined":59353,"leave-approval-outlined":59354,"link-1":59355,"link-2":59356,"list-outlined":59357,"live-help-outlined":59358,"local_mall_outlined":59359,"location-on-outlined":59360,"location-outlined":59361,"lock-outlined":59362,"locked-file-outlined":59363,"log-out":59364,"mail-outlined":59365,"map-outlined":59366,"media-content-outlined":59367,"menu-close":59368,"menu-expand":59369,"menu-fold-outlined":59370,"menu-unfold-outlined":59371,"moneybag-outlined":59372,"moon-outlined":59373,"more-horizontal":59374,"more-vertical":59375,"morning-outlined":59376,"multiple-folders-outlined":59377,"multiple-users-outlined":59378,"near-me-outlined":59379,"node-outlined":59380,"number-points":59381,"number":59382,"overview-outlined":59383,"park-outlined":59384,"payment-summary-outlined":59385,"payslip-outlined":59386,"pencil-outlined":59387,"percentage":59388,"phone-outlined":59389,"piggy-bank-outlined":59390,"plane-outlined":59391,"play-circle-outlined":59392,"pound-box-outlined":59393,"pound-card-outlined":59394,"pound-coin-shine-outlined":59395,"pound-credit-card-outlined":59396,"print-outlined":59397,"propane-tank-outlined":59398,"qr-code-outlined":59399,"qualification-outlined":59400,"re-assign":59401,"redeem":59402,"refresh":59403,"remove":59404,"reply-outlined":59405,"restart":59406,"restaurant-outlined":59407,"resume-outlined":59408,"return-arrow":59409,"rostering-outlined":59410,"safety-outlined":59411,"save-outlined":59412,"schedule-outlined":59413,"search-outlined":59414,"search-secured-outlined":59415,"send-outlined":59416,"share-1":59417,"share-2":59418,"share-outlined-2":59419,"share-outlined":59420,"shield-check-outlined":59421,"shop-outlined":59422,"shopping_basket_outlined":59423,"show-chart-outlined":59424,"single-down-arrow":59425,"single-left-arrow":59426,"single-right-arrow":59427,"single-up-arrow":59428,"smart-match-outlined":59429,"sparkle-outlined":59430,"speaker-active-outlined":59431,"speaker-outlined":59432,"star-circle-outlined":59433,"star-outlined":59434,"start-break-outlined":59435,"stash-outlined":59436,"stopwatch-outlined":59437,"strikethrough":59438,"styler-outlined":59439,"suitcase-clock-outlined":59440,"suitcase-outlined":59441,"survey-outlined":59442,"switch-outlined":59443,"sync":59444,"tag-outlined":59445,"target-outlined":59446,"tennis-outlined":59447,"thumb-down-outlined":59448,"thumb-up-outlined":59449,"ticket-outlined":59450,"timesheet-outlined":59451,"timesheets-outlined":59452,"today-outlined":59453,"transfer":59454,"transportation-outlined":59455,"trash-bin-outlined":59456,"umbrela-outlined":59457,"unavailability-outlined":59458,"unavailable":59459,"underline":59460,"union-outlined":59461,"unlock-outlined":59462,"upload-outlined":59463,"user-circle-outlined":59464,"user-gear-outlined":59465,"user-outlined":59466,"user-rectangle-outlined":59467,"video-1-outlined":59468,"video-2-outlined":59469,"volunteer-outlined":59470,"wallet-outlined":59471,"wellness-outlined":59472}
@@ -104,6 +104,7 @@ const IconList = [
104
104
  'format-underlined',
105
105
  'funnel-filter',
106
106
  'global-dollar',
107
+ 'global-pound',
107
108
  'globe',
108
109
  'graduation-cap',
109
110
  'graph',
@@ -146,6 +147,8 @@ const IconList = [
146
147
  'plane',
147
148
  'play-arrow',
148
149
  'play-circle',
150
+ 'pound-coin-shine',
151
+ 'pound-sign',
149
152
  'print',
150
153
  'raising-hands',
151
154
  'reply-arrow',
@@ -323,6 +326,7 @@ const IconList = [
323
326
  'file-export-outlined',
324
327
  'file-lock-outlined',
325
328
  'file-outlined',
329
+ 'file-pound-outlined',
326
330
  'file-search-outlined',
327
331
  'file-secured-outlined',
328
332
  'file-statutory-outlined',
@@ -389,6 +393,10 @@ const IconList = [
389
393
  'piggy-bank-outlined',
390
394
  'plane-outlined',
391
395
  'play-circle-outlined',
396
+ 'pound-box-outlined',
397
+ 'pound-card-outlined',
398
+ 'pound-coin-shine-outlined',
399
+ 'pound-credit-card-outlined',
392
400
  'print-outlined',
393
401
  'propane-tank-outlined',
394
402
  'qr-code-outlined',
@@ -96,6 +96,7 @@ exports[`BasicListItem when suffix and prefix are icon name renders correctly 1`
96
96
  ]
97
97
  }
98
98
  themeIntent="body"
99
+ themeIsItalic={false}
99
100
  themeTypeface="neutral"
100
101
  themeVariant="regular"
101
102
  >
@@ -117,6 +118,7 @@ exports[`BasicListItem when suffix and prefix are icon name renders correctly 1`
117
118
  }
118
119
  themeFontWeight="regular"
119
120
  themeIntent="subdued"
121
+ themeIsItalic={false}
120
122
  >
121
123
  subtitle
122
124
  </Text>
@@ -267,6 +269,7 @@ exports[`BasicListItem when suffix and prefix are react element renders correctl
267
269
  ]
268
270
  }
269
271
  themeIntent="body"
272
+ themeIsItalic={false}
270
273
  themeTypeface="neutral"
271
274
  themeVariant="regular"
272
275
  >
@@ -288,6 +291,7 @@ exports[`BasicListItem when suffix and prefix are react element renders correctl
288
291
  }
289
292
  themeFontWeight="regular"
290
293
  themeIntent="subdued"
294
+ themeIsItalic={false}
291
295
  >
292
296
  subtitle
293
297
  </Text>
@@ -151,6 +151,7 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
151
151
  ]
152
152
  }
153
153
  themeIntent="body"
154
+ themeIsItalic={false}
154
155
  themeSize="small"
155
156
  themeTypeface="neutral"
156
157
  themeVariant="regular"
@@ -185,6 +186,7 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
185
186
  ]
186
187
  }
187
188
  themeIntent="body"
189
+ themeIsItalic={false}
188
190
  themeTypeface="neutral"
189
191
  themeVariant="regular"
190
192
  >
@@ -206,6 +208,7 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
206
208
  }
207
209
  themeFontWeight="regular"
208
210
  themeIntent="subdued"
211
+ themeIsItalic={false}
209
212
  >
210
213
  Got a common question?
211
214
  </Text>
@@ -273,6 +276,7 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
273
276
  ]
274
277
  }
275
278
  themeIntent="body"
279
+ themeIsItalic={false}
276
280
  themeTypeface="neutral"
277
281
  themeVariant="regular"
278
282
  >
@@ -293,6 +297,7 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
293
297
  ]
294
298
  }
295
299
  themeIntent="body"
300
+ themeIsItalic={false}
296
301
  themeTypeface="neutral"
297
302
  themeVariant="regular"
298
303
  >
@@ -323,6 +328,7 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
323
328
  ]
324
329
  }
325
330
  themeIntent="body"
331
+ themeIsItalic={false}
326
332
  themeTypeface="neutral"
327
333
  themeVariant="regular"
328
334
  >
@@ -343,6 +349,7 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
343
349
  ]
344
350
  }
345
351
  themeIntent="body"
352
+ themeIsItalic={false}
346
353
  themeTypeface="neutral"
347
354
  themeVariant="regular"
348
355
  >
@@ -464,6 +471,7 @@ exports[`ListItem renders correctly ListItem with icon 1`] = `
464
471
  ]
465
472
  }
466
473
  themeIntent="body"
474
+ themeIsItalic={false}
467
475
  themeTypeface="neutral"
468
476
  themeVariant="regular"
469
477
  >
@@ -485,6 +493,7 @@ exports[`ListItem renders correctly ListItem with icon 1`] = `
485
493
  }
486
494
  themeFontWeight="regular"
487
495
  themeIntent="subdued"
496
+ themeIsItalic={false}
488
497
  >
489
498
  subtitle
490
499
  </Text>
@@ -643,6 +652,7 @@ exports[`ListItem renders correctly ListItem with leading status 1`] = `
643
652
  ]
644
653
  }
645
654
  themeIntent="body"
655
+ themeIsItalic={false}
646
656
  themeTypeface="neutral"
647
657
  themeVariant="regular"
648
658
  >
@@ -852,6 +862,7 @@ exports[`ListItem renders correctly ListItem with prefix suffix is React.Element
852
862
  ]
853
863
  }
854
864
  themeIntent="body"
865
+ themeIsItalic={false}
855
866
  themeSize="small"
856
867
  themeTypeface="neutral"
857
868
  themeVariant="regular"
@@ -886,6 +897,7 @@ exports[`ListItem renders correctly ListItem with prefix suffix is React.Element
886
897
  ]
887
898
  }
888
899
  themeIntent="body"
900
+ themeIsItalic={false}
889
901
  themeTypeface="neutral"
890
902
  themeVariant="regular"
891
903
  >
@@ -907,6 +919,7 @@ exports[`ListItem renders correctly ListItem with prefix suffix is React.Element
907
919
  }
908
920
  themeFontWeight="regular"
909
921
  themeIntent="subdued"
922
+ themeIsItalic={false}
910
923
  >
911
924
  subtitle
912
925
  </Text>
@@ -55,6 +55,7 @@ exports[`StyledListItemContainer renders correctly themeSelected false themeDisa
55
55
  ]
56
56
  }
57
57
  themeIntent="body"
58
+ themeIsItalic={false}
58
59
  themeTypeface="neutral"
59
60
  themeVariant="small"
60
61
  >
@@ -139,6 +140,7 @@ exports[`StyledListItemContainer renders correctly themeSelected false themeDisa
139
140
  ]
140
141
  }
141
142
  themeIntent="body"
143
+ themeIsItalic={false}
142
144
  themeTypeface="neutral"
143
145
  themeVariant="small"
144
146
  >
@@ -223,6 +225,7 @@ exports[`StyledListItemContainer renders correctly themeSelected true themeDisab
223
225
  ]
224
226
  }
225
227
  themeIntent="body"
228
+ themeIsItalic={false}
226
229
  themeTypeface="neutral"
227
230
  themeVariant="small"
228
231
  >
@@ -307,6 +310,7 @@ exports[`StyledListItemContainer renders correctly themeSelected true themeDisab
307
310
  ]
308
311
  }
309
312
  themeIntent="body"
313
+ themeIsItalic={false}
310
314
  themeTypeface="neutral"
311
315
  themeVariant="small"
312
316
  >
@@ -287,6 +287,7 @@ exports[`ListItemContainer renders correctly themeSelected false themeVariant ca
287
287
  ]
288
288
  }
289
289
  themeIntent="body"
290
+ themeIsItalic={false}
290
291
  themeTypeface="neutral"
291
292
  themeVariant="small"
292
293
  >
@@ -369,6 +370,7 @@ exports[`ListItemContainer renders correctly themeSelected false themeVariant fu
369
370
  ]
370
371
  }
371
372
  themeIntent="body"
373
+ themeIsItalic={false}
372
374
  themeTypeface="neutral"
373
375
  themeVariant="small"
374
376
  >
@@ -460,6 +462,7 @@ exports[`ListItemContainer renders correctly themeSelected true themeVariant car
460
462
  ]
461
463
  }
462
464
  themeIntent="body"
465
+ themeIsItalic={false}
463
466
  themeTypeface="neutral"
464
467
  themeVariant="small"
465
468
  >
@@ -542,6 +545,7 @@ exports[`ListItemContainer renders correctly themeSelected true themeVariant ful
542
545
  ]
543
546
  }
544
547
  themeIntent="body"
548
+ themeIsItalic={false}
545
549
  themeTypeface="neutral"
546
550
  themeVariant="small"
547
551
  >
@@ -55,6 +55,7 @@ exports[`Modal renders correctly 1`] = `
55
55
  ]
56
56
  }
57
57
  themeIntent="body"
58
+ themeIsItalic={false}
58
59
  themeTypeface="neutral"
59
60
  themeVariant="regular"
60
61
  >
@@ -139,6 +140,7 @@ exports[`Modal renders correctly with transparent 1`] = `
139
140
  ]
140
141
  }
141
142
  themeIntent="body"
143
+ themeIsItalic={false}
142
144
  themeTypeface="neutral"
143
145
  themeVariant="regular"
144
146
  >
@@ -52,6 +52,7 @@ exports[`PinCell renders correctly when focused is false, state is default 1`] =
52
52
  ]
53
53
  }
54
54
  themeIntent="body"
55
+ themeIsItalic={false}
55
56
  themeLevel="h3"
56
57
  themeState="default"
57
58
  themeTypeface="neutral"
@@ -134,6 +135,7 @@ exports[`PinCell renders correctly when focused is false, state is disabled 1`]
134
135
  ]
135
136
  }
136
137
  themeIntent="body"
138
+ themeIsItalic={false}
137
139
  themeLevel="h3"
138
140
  themeState="disabled"
139
141
  themeTypeface="neutral"
@@ -216,6 +218,7 @@ exports[`PinCell renders correctly when focused is false, state is error 1`] = `
216
218
  ]
217
219
  }
218
220
  themeIntent="body"
221
+ themeIsItalic={false}
219
222
  themeLevel="h3"
220
223
  themeState="error"
221
224
  themeTypeface="neutral"
@@ -298,6 +301,7 @@ exports[`PinCell renders correctly when focused is true, state is default 1`] =
298
301
  ]
299
302
  }
300
303
  themeIntent="body"
304
+ themeIsItalic={false}
301
305
  themeLevel="h3"
302
306
  themeState="default"
303
307
  themeTypeface="neutral"
@@ -380,6 +384,7 @@ exports[`PinCell renders correctly when focused is true, state is error 1`] = `
380
384
  ]
381
385
  }
382
386
  themeIntent="body"
387
+ themeIsItalic={false}
383
388
  themeLevel="h3"
384
389
  themeState="error"
385
390
  themeTypeface="neutral"
@@ -730,6 +730,7 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
730
730
  ]
731
731
  }
732
732
  themeIntent="body"
733
+ themeIsItalic={false}
733
734
  themeLevel="h3"
734
735
  themeState="default"
735
736
  themeTypeface="neutral"
@@ -791,6 +792,7 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
791
792
  ]
792
793
  }
793
794
  themeIntent="body"
795
+ themeIsItalic={false}
794
796
  themeLevel="h3"
795
797
  themeState="default"
796
798
  themeTypeface="neutral"
@@ -852,6 +854,7 @@ exports[`rendering renders correctly when length is 6 and secure is false 1`] =
852
854
  ]
853
855
  }
854
856
  themeIntent="body"
857
+ themeIsItalic={false}
855
858
  themeLevel="h3"
856
859
  themeState="default"
857
860
  themeTypeface="neutral"
@@ -1376,6 +1379,7 @@ exports[`rendering renders correctly when there is error 1`] = `
1376
1379
  }
1377
1380
  themeFontWeight="regular"
1378
1381
  themeIntent="body"
1382
+ themeIsItalic={false}
1379
1383
  >
1380
1384
  PIN is not correct
1381
1385
  </Text>
@@ -26,6 +26,7 @@ exports[`Portal allows rendering children with custom theme 1`] = `
26
26
  ]
27
27
  }
28
28
  themeIntent="body"
29
+ themeIsItalic={false}
29
30
  themeTypeface="neutral"
30
31
  themeVariant="regular"
31
32
  >
@@ -305,6 +305,7 @@ exports[`Progress.Circle allows to custom value renderer 1`] = `
305
305
  ]
306
306
  }
307
307
  themeIntent="body"
308
+ themeIsItalic={false}
308
309
  themeTypeface="neutral"
309
310
  themeVariant="regular"
310
311
  >
@@ -507,6 +508,7 @@ exports[`Progress.Circle renders correctly 1`] = `
507
508
  ]
508
509
  }
509
510
  themeIntent="body"
511
+ themeIsItalic={false}
510
512
  themeTypeface="neutral"
511
513
  themeVariant="regular"
512
514
  >
@@ -709,6 +711,7 @@ exports[`Progress.Circle renders correctly with intent 1`] = `
709
711
  ]
710
712
  }
711
713
  themeIntent="body"
714
+ themeIsItalic={false}
712
715
  themeTypeface="neutral"
713
716
  themeVariant="regular"
714
717
  >
@@ -93,6 +93,7 @@ exports[`rendering renders correctly when checked with inactiveIntent=dark 1`] =
93
93
  ]
94
94
  }
95
95
  themeIntent="body"
96
+ themeIsItalic={false}
96
97
  themeTypeface="neutral"
97
98
  themeVariant="regular"
98
99
  >
@@ -260,6 +261,7 @@ exports[`rendering renders correctly when checked with inactiveIntent=light 1`]
260
261
  ]
261
262
  }
262
263
  themeIntent="body"
264
+ themeIsItalic={false}
263
265
  themeTypeface="neutral"
264
266
  themeVariant="regular"
265
267
  >
@@ -427,6 +429,7 @@ exports[`rendering renders correctly when not checked with inactiveIntent=dark 1
427
429
  ]
428
430
  }
429
431
  themeIntent="body"
432
+ themeIsItalic={false}
430
433
  themeTypeface="neutral"
431
434
  themeVariant="regular"
432
435
  >
@@ -579,6 +582,7 @@ exports[`rendering renders correctly when not checked with inactiveIntent=light
579
582
  ]
580
583
  }
581
584
  themeIntent="body"
585
+ themeIsItalic={false}
582
586
  themeTypeface="neutral"
583
587
  themeVariant="regular"
584
588
  >
@@ -94,6 +94,7 @@ exports[`rendering renders correctly with inactiveIntent=dark 1`] = `
94
94
  ]
95
95
  }
96
96
  themeIntent="body"
97
+ themeIsItalic={false}
97
98
  themeTypeface="neutral"
98
99
  themeVariant="regular"
99
100
  >
@@ -226,6 +227,7 @@ exports[`rendering renders correctly with inactiveIntent=dark 1`] = `
226
227
  ]
227
228
  }
228
229
  themeIntent="body"
230
+ themeIsItalic={false}
229
231
  themeTypeface="neutral"
230
232
  themeVariant="regular"
231
233
  >
@@ -358,6 +360,7 @@ exports[`rendering renders correctly with inactiveIntent=dark 1`] = `
358
360
  ]
359
361
  }
360
362
  themeIntent="body"
363
+ themeIsItalic={false}
361
364
  themeTypeface="neutral"
362
365
  themeVariant="regular"
363
366
  >
@@ -527,6 +530,7 @@ exports[`rendering renders correctly with inactiveIntent=light 1`] = `
527
530
  ]
528
531
  }
529
532
  themeIntent="body"
533
+ themeIsItalic={false}
530
534
  themeTypeface="neutral"
531
535
  themeVariant="regular"
532
536
  >
@@ -659,6 +663,7 @@ exports[`rendering renders correctly with inactiveIntent=light 1`] = `
659
663
  ]
660
664
  }
661
665
  themeIntent="body"
666
+ themeIsItalic={false}
662
667
  themeTypeface="neutral"
663
668
  themeVariant="regular"
664
669
  >
@@ -791,6 +796,7 @@ exports[`rendering renders correctly with inactiveIntent=light 1`] = `
791
796
  ]
792
797
  }
793
798
  themeIntent="body"
799
+ themeIsItalic={false}
794
800
  themeTypeface="neutral"
795
801
  themeVariant="regular"
796
802
  >
@@ -960,6 +966,7 @@ exports[`rendering renders correctly with subtext 1`] = `
960
966
  ]
961
967
  }
962
968
  themeIntent="body"
969
+ themeIsItalic={false}
963
970
  themeTypeface="neutral"
964
971
  themeVariant="regular"
965
972
  >
@@ -981,6 +988,7 @@ exports[`rendering renders correctly with subtext 1`] = `
981
988
  }
982
989
  themeFontWeight="regular"
983
990
  themeIntent="subdued"
991
+ themeIsItalic={false}
984
992
  >
985
993
  InstaPay Now
986
994
  </Text>
@@ -1111,6 +1119,7 @@ exports[`rendering renders correctly with subtext 1`] = `
1111
1119
  ]
1112
1120
  }
1113
1121
  themeIntent="body"
1122
+ themeIsItalic={false}
1114
1123
  themeTypeface="neutral"
1115
1124
  themeVariant="regular"
1116
1125
  >
@@ -1132,6 +1141,7 @@ exports[`rendering renders correctly with subtext 1`] = `
1132
1141
  }
1133
1142
  themeFontWeight="regular"
1134
1143
  themeIntent="subdued"
1144
+ themeIsItalic={false}
1135
1145
  >
1136
1146
  InstaPay Daily
1137
1147
  </Text>