@hero-design/rn-work-uikit 1.2.2 → 1.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @hero-design/rn-work-uikit
2
2
 
3
+ ## 1.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#4050](https://github.com/Thinkei/hero-design/pull/4050) [`44c253319e985a85bf75e00effc140733dd73ee9`](https://github.com/Thinkei/hero-design/commit/44c253319e985a85bf75e00effc140733dd73ee9) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - Revert BottomSheet Fix overlapping with dynamic island in iOS
8
+
9
+ - Updated dependencies [[`44c253319e985a85bf75e00effc140733dd73ee9`](https://github.com/Thinkei/hero-design/commit/44c253319e985a85bf75e00effc140733dd73ee9)]:
10
+ - @hero-design/rn@8.103.2
11
+
3
12
  ## 1.2.2
4
13
 
5
14
  ### Patch Changes
package/lib/index.js CHANGED
@@ -626,7 +626,7 @@ xxlarge:baseRadius*5,// 20
626
626
  xxxlarge:baseRadius*6,// 24
627
627
  '5xlarge':baseRadius*8// 32
628
628
  };};var ehWorkShadowPalette={"default":{shadowOffset:{width:0,height:2},shadowColor:'#001f23',shadowOpacity:0.12,shadowRadius:2,elevation:6},medium:{shadowOffset:{width:0,height:-4},shadowColor:'#001f23',shadowOpacity:0.04,shadowRadius:6,elevation:10},deep:{shadowOffset:{width:0,height:4},shadowColor:'#001f23',shadowOpacity:0.28,shadowRadius:8,elevation:10}};var ehJobsShadowPalette={"default":{shadowOffset:{width:0,height:2},shadowColor:ehWorkSystemPalette.primaryOutline,shadowOpacity:0.12,shadowRadius:4,elevation:3},medium:{shadowOffset:{width:0,height:-4},shadowColor:'#001f23',shadowOpacity:0.04,shadowRadius:6,elevation:10},deep:{shadowOffset:{width:0,height:4},shadowColor:'#001f23',shadowOpacity:0.28,shadowRadius:8,elevation:10}};var ehWorkDarkShadowPalette={"default":{shadowOffset:{width:0,height:2},shadowColor:'#000000',shadowOpacity:0.56,shadowRadius:2,elevation:6},medium:{shadowOffset:{width:0,height:-4},shadowColor:'#000000',shadowOpacity:0.24,shadowRadius:6,elevation:10},deep:{shadowOffset:{width:0,height:4},shadowColor:'#000000',shadowOpacity:0.64,shadowRadius:8,elevation:10}};var getShadows=function getShadows(palette){switch(palette.name){case'swagLight':return ehWorkShadowPalette;case'ehWork':return ehWorkShadowPalette;case'swagLightJobs':return ehJobsShadowPalette;case'ehJobs':return ehJobsShadowPalette;case'ehWorkDark':return ehWorkDarkShadowPalette;default:return ehWorkShadowPalette;}};var getGlobalTheme=function getGlobalTheme(scale,systemPalette){var fonts=getFonts(scale.font);var fontSizes=getFontSizes(scale.fontSize);var lineHeights=getLineHeights(fontSizes);var borderWidths=getBorderWidths(scale.borderWidth);var space=getSpace(scale.space);var sizes=getSizes(scale.size);var radii=getRadii(scale.radius);var shadows=getShadows(systemPalette);return {colors:_objectSpread2({},systemPalette),fonts:fonts,fontSizes:fontSizes,lineHeights:lineHeights,borderWidths:borderWidths,space:space,sizes:sizes,radii:radii,shadows:shadows};};var getAccordionTheme=function getAccordionTheme(theme){var colors={background:theme.colors.defaultGlobalSurface};var space={padding:theme.space.medium};var radii={card:theme.radii.medium};return {colors:colors,space:space,radii:radii};};var getAlertTheme=function getAlertTheme(theme){var colors={backgrounds:{success:theme.colors.successSurface,warning:theme.colors.warningSurface,error:theme.colors.errorSurface,info:theme.colors.infoSurface,notification:theme.colors.defaultGlobalSurface},texts:{success:theme.colors.onSuccessSurface,warning:theme.colors.onWarningSurface,error:theme.colors.onErrorSurface,info:theme.colors.onInfoSurface,notification:theme.colors.onDefaultGlobalSurface},divider:theme.colors.secondaryOutline};var sizes={height:theme.sizes.xxxlarge};var space={contentPaddingHorizontal:theme.space.smallMedium,textPaddingHorizontal:theme.space.smallMedium,iconLeftPadding:theme.space.smallMedium,ctaPadding:theme.space.smallMedium};var radii={"default":theme.radii.xlarge};var borderWidths={base:theme.borderWidths.base};var shadows={wrapper:theme.shadows["default"]};return {colors:colors,radii:radii,sizes:sizes,space:space,borderWidths:borderWidths,shadows:shadows};};var getAttachmentTheme=function getAttachmentTheme(theme){var colors={highlightedBackground:theme.colors.decorativeSecondarySurface};var sizes={imageHeight:theme.sizes.xxxlarge,imageWidth:theme.sizes.xlarge};var space={containerPadding:theme.space.medium,containerVerticalPadding:theme.space.smallMedium,ctaPadding:theme.space.medium,textHorizontalPadding:theme.space.small};var radii={image:theme.radii.base,container:theme.radii.medium};return {colors:colors,radii:radii,sizes:sizes,space:space};};var getAvatarTheme=function getAvatarTheme(theme){var colors={primary:theme.colors.primary,info:theme.colors.info,danger:theme.colors.error,success:theme.colors.success,warning:theme.colors.warning,text:theme.colors.white};var sizes={small:theme.sizes.xlarge,medium:theme.sizes.xxlarge,large:theme.sizes.xxxlarge,xlarge:theme.sizes.xxxxlarge,xxlarge:theme.sizes.xxxxxlarge,xxxlarge:theme.sizes['7xlarge'],xxxxlarge:theme.sizes['9xlarge'],xxxxxlarge:theme.sizes['14xlarge']};var fonts={"default":theme.fonts.neutral.regular};var fontSizes={small:theme.fontSizes.large,medium:theme.fontSizes.xlarge,large:theme.fontSizes.xxlarge,xlarge:theme.fontSizes.xxxlarge,xxlarge:theme.space.medium*2,xxxlarge:theme.space.large*1.5,xxxxlarge:theme.space.xlarge*1.5,xxxxxlarge:theme.space.xxlarge*1.5};var radii={rounded:theme.radii.rounded};var spaces={titleMarginTopForAndroid:{small:-theme.space.xxsmall,medium:-theme.space.xsmall,large:-theme.space.xsmall,xlarge:-theme.space.xsmall,xxlarge:-theme.space.xsmall-theme.space.xxsmall,xxxlarge:-theme.space.xsmall-theme.space.xxsmall,xxxxlarge:-theme.space.small,xxxxxlarge:-theme.space.small}};return {colors:colors,spaces:spaces,sizes:sizes,radii:radii,fonts:fonts,fontSizes:fontSizes};};var getBadgeTheme=function getBadgeTheme(theme){var colors={primary:theme.colors.primary,danger:theme.colors.onErrorSurface,info:theme.colors.onInfoSurface,success:theme.colors.onSuccessSurface,warning:theme.colors.onWarningSurface,archived:theme.colors.onArchivedSurface,text:theme.colors.onDarkGlobalSurface,border:theme.colors.defaultGlobalSurface,countText:theme.colors.onDarkGlobalSurface};var fonts={medium:theme.fonts.neutral.regular,small:theme.fonts.neutral.semiBold};var fontSizes={medium:theme.fontSizes.small,small:8,icon:{medium:theme.fontSizes.small,small:8},count:8};var lineHeights={medium:theme.lineHeights.small,small:10,count:reactNative.Platform.select({android:14,// vertical alignment
629
- "default":18})};var radii={count:theme.radii.rounded};var sizes={medium:{height:theme.sizes.large,minWidth:theme.sizes.large},small:{height:theme.sizes.medium,minWidth:theme.sizes.medium},statusHeight:theme.sizes.small,statusWidth:theme.sizes.small,count:{width:theme.sizes.medium,height:theme.sizes.medium}};var borderWidths={"default":theme.borderWidths.medium};var space={medium:{horizontalPadding:theme.space.small},small:{horizontalPadding:theme.space.xsmall},statusPositionTop:-theme.space.xxsmall,statusPositionRight:-theme.space.xxsmall,countPositionTop:-theme.space.xsmall,countPositionRight:-theme.space.xsmall,countPaddingHorizontal:theme.space.xxsmall};return {colors:colors,fonts:fonts,fontSizes:fontSizes,sizes:sizes,space:space,lineHeights:lineHeights,borderWidths:borderWidths,radii:radii};};var getBottomNavigationTheme=function getBottomNavigationTheme(theme){var colors={shadow:theme.colors.primary,background:theme.colors.defaultGlobalSurface,borderTop:theme.colors.secondaryOutline};var borderWidths={borderTop:theme.borderWidths.base};var sizes={height:theme.sizes['6xlarge']};var shadows={wrapper:theme.shadows.medium};var space={titleMarginTop:theme.space.xsmall};return {colors:colors,borderWidths:borderWidths,shadows:shadows,sizes:sizes,space:space};};var getBottomSheetTheme=function getBottomSheetTheme(theme){var colors={shadow:theme.colors.primaryOutline,background:theme.colors.defaultGlobalSurface,backdrop:theme.colors.black,floatingHeaderIconBackground:theme.colors.archivedSurface};var sizes={closeIcon:theme.sizes.xxxlarge,floatingCloseIcon:theme.sizes.smallMedium};var space={headerWrapperVerticalPadding:theme.space.small,headerWrapperHorizontalPadding:theme.space.medium,closeIconMargin:theme.space.smallMedium,footerVerticalPadding:theme.space.xxsmall,footerHorizontalPadding:theme.space.smallMedium,floatingContentMargin:theme.space.medium,floatingInnerPadding:theme.space.small,floatingHeaderIconPadding:theme.space.small,contentPaddingBottom:theme.space.large};var radii={"default":theme.radii.xlarge,floating:theme.radii['5xlarge'],floatingHeaderIcon:theme.radii.rounded};return {colors:colors,radii:radii,sizes:sizes,space:space};};var getButtonTheme=function getButtonTheme(theme){var fonts={"default":theme.fonts.neutral.semiBold,utility:theme.fonts.neutral.regular};var fontSize={"default":theme.fontSizes.xlarge,utility:theme.fontSizes.large,textVariant:theme.fontSizes.large};var borderWidth={"default":theme.space.xxsmall};var space={"default":{buttonPadding:theme.space.medium,iconPadding:theme.space.smallMedium,textButtonPadding:theme.space.smallMedium},compact:{buttonPaddingVertical:theme.space.small,buttonPaddingHorizontal:theme.space.medium,iconPadding:theme.space.small},utilityPadding:theme.space.small};var sizes={iconSize:{"default":theme.fontSizes.xxlarge,compact:theme.fontSizes.small}};var radii={"default":theme.radii['5xlarge'],utilityRadii:theme.radii.medium,text:theme.radii.base};var colors={primary:theme.colors.primary,secondary:theme.colors.mutedOnDefaultGlobalSurface,danger:theme.colors.onErrorSurface,white:theme.colors.defaultGlobalSurface,defaultText:theme.colors.onDefaultGlobalSurface,disabledText:theme.colors.disabledOnDefaultGlobalSurface,disabledBorder:theme.colors.disabledOnDefaultGlobalSurface,disabledBackground:theme.colors.disabledOnDefaultGlobalSurface,invertedText:theme.colors.onDarkGlobalSurface,utilityBackground:theme.colors.defaultGlobalSurface,textLoadingBackground:theme.colors.highlightedSurface,pressedBackground:{filledPrimary:theme.colors.pressedSurface,filledSecondary:theme.colors.pressedSurface,filledDanger:theme.colors.errorSurface,filledWhite:theme.colors.highlightedSurface,outlinedPrimary:theme.colors.highlightedSurface,outlinedSecondary:theme.colors.highlightedSurface,outlineDanger:theme.colors.errorSurface,outlineWhite:theme.colors.pressedSurface,textPrimary:theme.colors.highlightedSurface,textSecondary:theme.colors.neutralGlobalSurface,textDanger:theme.colors.errorSurface,textWhite:theme.colors.pressedSurface},pressedText:{primary:theme.colors.pressedSurface,secondary:theme.colors.onDefaultGlobalSurface,danger:theme.colors.mutedError,white:theme.colors.pressedSurface}};var lineHeights={titleOfTextVariant:{"default":theme.lineHeights.medium,compact:theme.lineHeights.small},buttonText:reactNative.Platform.select({android:theme.lineHeights.medium+theme.space.xxsmall}),utilityButtonText:reactNative.Platform.select({android:theme.lineHeights.small+theme.space.xxsmall}),compactButtonText:reactNative.Platform.select({android:theme.lineHeights.small+theme.space.xxsmall})};return {lineHeights:lineHeights,borderWidth:borderWidth,fonts:fonts,fontSize:fontSize,sizes:sizes,radii:radii,colors:colors,space:space};};var getCalendarTheme=function getCalendarTheme(theme){var colors={background:theme.colors.defaultGlobalSurface,border:theme.colors.primaryOutline,primary:theme.colors.primary,inverted:theme.colors.onDarkGlobalSurface,rowItem:{selected:theme.colors.primary,highlighted:theme.colors.highlightedSurface}};var cellSize=theme.sizes.xxxxlarge;var markSize=theme.sizes.xsmall;var sizes={cellWidth:cellSize,cellHeight:cellSize,cellCircleWidth:cellSize-markSize,cellCircleHeight:cellSize-markSize,markWidth:markSize,markHeight:markSize};var space={rowVerticalPadding:theme.space.medium,headerVerticalPadding:theme.space.medium,headerHorizontalPadding:theme.space.smallMedium,headerMarginRight:theme.space.small,iosPickerMarginVertical:theme.space['5xlarge'],cellPadding:theme.space.xlarge};var radii={"default":theme.radii.rounded};return {radii:radii,colors:colors,sizes:sizes,space:space};};var getCardTheme=function getCardTheme(theme){var colors={dataCardIndicator:theme.colors.primary,primary:theme.colors.primary,secondary:theme.colors.highlightedSurface,info:theme.colors.info,success:theme.colors.success,warning:theme.colors.warning,danger:theme.colors.error,archived:theme.colors.archived,neutral:theme.colors.neutralGlobalSurface,dataCardBackground:theme.colors.neutralGlobalSurface};var sizes={indicatorWidth:theme.sizes.medium};var radii={"default":theme.radii.large,superRound:theme.radii.xxxlarge};return {colors:colors,sizes:sizes,radii:radii};};var getCarouselTheme=function getCarouselTheme(theme){var space={headingMarginBottom:theme.space.medium,footerPaddingHorizontal:theme.space.large,footerPaddingVertical:theme.space.medium,footerMarginBottom:theme.space.large,pageControlPaddingVertical:theme.space.small,pageControlWrapperHeight:scale(48)};var fontSizes={heading:theme.fontSizes['xxxxxlarge']};var fonts={heading:theme.fonts.playful.semiBold};var lineHeights={heading:theme.lineHeights['6xlarge']};return {space:space,fonts:fonts,fontSizes:fontSizes,lineHeights:lineHeights};};var getCardCarouselTheme=function getCardCarouselTheme(theme){var space={pageControlMarginTop:theme.space.medium,contentContainerPaddingHorizontal:theme.space.large,carouselItemSpacing:{xsmall:theme.space.xxsmall,small:theme.space.xsmall,medium:theme.space.small}};var colors={carouselItemBackground:theme.colors.defaultSurface};var radii={card:theme.radii.medium};return {colors:colors,space:space,radii:radii};};var getCheckboxTheme=function getCheckboxTheme(theme){var colors={borders:{"default":theme.colors.primaryOutline,checked:theme.colors.primaryOutline,disabled:theme.colors.disabledOutline,readonly:theme.colors.inactiveOutline},checkboxBorder:{"default":theme.colors.primaryOutline,checked:theme.colors.primary,disabled:theme.colors.disabledOutline,readonly:theme.colors.mutedOnDefaultGlobalSurface}};var space={iconTop:0,wrapperPadding:theme.space.medium,iconDescriptionPadding:theme.space.smallMedium};var sizes={icon:theme.sizes.large};var radii={wrapper:theme.radii.medium,icon:theme.radii.base};var borderWidths={wrapper:theme.borderWidths.base,icon:theme.borderWidths.medium};return {colors:colors,space:space,sizes:sizes,radii:radii,borderWidths:borderWidths};};var getChipTheme=function getChipTheme(theme){var colors={secondaryBackground:theme.colors.decorativeSecondarySurface,filledBackground:theme.colors.defaultGlobalSurface,wrapperSelectedBorder:'transparent',outlinedDefaultBackground:theme.colors.defaultGlobalSurface,outlinedSelectedBackground:theme.colors.secondaryOutline,outlinedSelectedBorder:theme.colors.primaryOutline,outlinedDefaultBorder:theme.colors.disabledOnDefaultGlobalSurface};var space={wrapperHorizontalPadding:theme.space.smallMedium,wrapperVerticalPadding:theme.space.small,compactWrapperHorizontalPadding:theme.space.small,compactWrapperVerticalPadding:theme.space.xsmall,iconWrapperHorizontalMargin:theme.space.small};var radii={wrapper:theme.radii.rounded};var borderWidths={wrapper:theme.borderWidths.base,icon:theme.borderWidths.medium,outlinedDefaultBorder:theme.borderWidths.base};var shadows={filledWrapper:theme.shadows["default"]};var fontSizes={icon:theme.fontSizes.small};return {colors:colors,space:space,radii:radii,borderWidths:borderWidths,shadows:shadows,fontSizes:fontSizes};};var getChartTheme=function getChartTheme(theme){var space={xAxisMarginLeft:theme.space.medium,xAxisGridTextMarginTop:theme.space.smallMedium,yAxisMarginBottom:theme.space.large,yAxisGridMarginTop:theme.space.small,yAxisGridTextMarginRight:theme.space.medium,headerMarginBottom:theme.space.medium};var sizes={xAxisDefaultTextHeight:theme.sizes.xlarge,yAxisDefaultTextHeight:theme.sizes.small,yAxisDefaultTextWidth:theme.sizes.xlarge,defaultWebEmptyStateWidth:theme.sizes['19xlarge'],// Only use for web doc
629
+ "default":18})};var radii={count:theme.radii.rounded};var sizes={medium:{height:theme.sizes.large,minWidth:theme.sizes.large},small:{height:theme.sizes.medium,minWidth:theme.sizes.medium},statusHeight:theme.sizes.small,statusWidth:theme.sizes.small,count:{width:theme.sizes.medium,height:theme.sizes.medium}};var borderWidths={"default":theme.borderWidths.medium};var space={medium:{horizontalPadding:theme.space.small},small:{horizontalPadding:theme.space.xsmall},statusPositionTop:-theme.space.xxsmall,statusPositionRight:-theme.space.xxsmall,countPositionTop:-theme.space.xsmall,countPositionRight:-theme.space.xsmall,countPaddingHorizontal:theme.space.xxsmall};return {colors:colors,fonts:fonts,fontSizes:fontSizes,sizes:sizes,space:space,lineHeights:lineHeights,borderWidths:borderWidths,radii:radii};};var getBottomNavigationTheme=function getBottomNavigationTheme(theme){var colors={shadow:theme.colors.primary,background:theme.colors.defaultGlobalSurface,borderTop:theme.colors.secondaryOutline};var borderWidths={borderTop:theme.borderWidths.base};var sizes={height:theme.sizes['6xlarge']};var shadows={wrapper:theme.shadows.medium};var space={titleMarginTop:theme.space.xsmall};return {colors:colors,borderWidths:borderWidths,shadows:shadows,sizes:sizes,space:space};};var getBottomSheetTheme=function getBottomSheetTheme(theme){var colors={shadow:theme.colors.primaryOutline,background:theme.colors.defaultGlobalSurface,backdrop:theme.colors.black,floatingHeaderIconBackground:theme.colors.archivedSurface};var sizes={closeIcon:theme.sizes.xxxlarge,floatingCloseIcon:theme.sizes.smallMedium};var space={headerWrapperVerticalPadding:theme.space.small,headerWrapperHorizontalPadding:theme.space.medium,closeIconMargin:theme.space.smallMedium,footerVerticalPadding:theme.space.xxsmall,footerHorizontalPadding:theme.space.smallMedium,floatingContentMargin:theme.space.medium,floatingInnerPadding:theme.space.small,floatingHeaderIconPadding:theme.space.small};var radii={"default":theme.radii.xlarge,floating:theme.radii['5xlarge'],floatingHeaderIcon:theme.radii.rounded};return {colors:colors,radii:radii,sizes:sizes,space:space};};var getButtonTheme=function getButtonTheme(theme){var fonts={"default":theme.fonts.neutral.semiBold,utility:theme.fonts.neutral.regular};var fontSize={"default":theme.fontSizes.xlarge,utility:theme.fontSizes.large,textVariant:theme.fontSizes.large};var borderWidth={"default":theme.space.xxsmall};var space={"default":{buttonPadding:theme.space.medium,iconPadding:theme.space.smallMedium,textButtonPadding:theme.space.smallMedium},compact:{buttonPaddingVertical:theme.space.small,buttonPaddingHorizontal:theme.space.medium,iconPadding:theme.space.small},utilityPadding:theme.space.small};var sizes={iconSize:{"default":theme.fontSizes.xxlarge,compact:theme.fontSizes.small}};var radii={"default":theme.radii['5xlarge'],utilityRadii:theme.radii.medium,text:theme.radii.base};var colors={primary:theme.colors.primary,secondary:theme.colors.mutedOnDefaultGlobalSurface,danger:theme.colors.onErrorSurface,white:theme.colors.defaultGlobalSurface,defaultText:theme.colors.onDefaultGlobalSurface,disabledText:theme.colors.disabledOnDefaultGlobalSurface,disabledBorder:theme.colors.disabledOnDefaultGlobalSurface,disabledBackground:theme.colors.disabledOnDefaultGlobalSurface,invertedText:theme.colors.onDarkGlobalSurface,utilityBackground:theme.colors.defaultGlobalSurface,textLoadingBackground:theme.colors.highlightedSurface,pressedBackground:{filledPrimary:theme.colors.pressedSurface,filledSecondary:theme.colors.pressedSurface,filledDanger:theme.colors.errorSurface,filledWhite:theme.colors.highlightedSurface,outlinedPrimary:theme.colors.highlightedSurface,outlinedSecondary:theme.colors.highlightedSurface,outlineDanger:theme.colors.errorSurface,outlineWhite:theme.colors.pressedSurface,textPrimary:theme.colors.highlightedSurface,textSecondary:theme.colors.neutralGlobalSurface,textDanger:theme.colors.errorSurface,textWhite:theme.colors.pressedSurface},pressedText:{primary:theme.colors.pressedSurface,secondary:theme.colors.onDefaultGlobalSurface,danger:theme.colors.mutedError,white:theme.colors.pressedSurface}};var lineHeights={titleOfTextVariant:{"default":theme.lineHeights.medium,compact:theme.lineHeights.small},buttonText:reactNative.Platform.select({android:theme.lineHeights.medium+theme.space.xxsmall}),utilityButtonText:reactNative.Platform.select({android:theme.lineHeights.small+theme.space.xxsmall}),compactButtonText:reactNative.Platform.select({android:theme.lineHeights.small+theme.space.xxsmall})};return {lineHeights:lineHeights,borderWidth:borderWidth,fonts:fonts,fontSize:fontSize,sizes:sizes,radii:radii,colors:colors,space:space};};var getCalendarTheme=function getCalendarTheme(theme){var colors={background:theme.colors.defaultGlobalSurface,border:theme.colors.primaryOutline,primary:theme.colors.primary,inverted:theme.colors.onDarkGlobalSurface,rowItem:{selected:theme.colors.primary,highlighted:theme.colors.highlightedSurface}};var cellSize=theme.sizes.xxxxlarge;var markSize=theme.sizes.xsmall;var sizes={cellWidth:cellSize,cellHeight:cellSize,cellCircleWidth:cellSize-markSize,cellCircleHeight:cellSize-markSize,markWidth:markSize,markHeight:markSize};var space={rowVerticalPadding:theme.space.medium,headerVerticalPadding:theme.space.medium,headerHorizontalPadding:theme.space.smallMedium,headerMarginRight:theme.space.small,iosPickerMarginVertical:theme.space['5xlarge'],cellPadding:theme.space.xlarge};var radii={"default":theme.radii.rounded};return {radii:radii,colors:colors,sizes:sizes,space:space};};var getCardTheme=function getCardTheme(theme){var colors={dataCardIndicator:theme.colors.primary,primary:theme.colors.primary,secondary:theme.colors.highlightedSurface,info:theme.colors.info,success:theme.colors.success,warning:theme.colors.warning,danger:theme.colors.error,archived:theme.colors.archived,neutral:theme.colors.neutralGlobalSurface,dataCardBackground:theme.colors.neutralGlobalSurface};var sizes={indicatorWidth:theme.sizes.medium};var radii={"default":theme.radii.large,superRound:theme.radii.xxxlarge};return {colors:colors,sizes:sizes,radii:radii};};var getCarouselTheme=function getCarouselTheme(theme){var space={headingMarginBottom:theme.space.medium,footerPaddingHorizontal:theme.space.large,footerPaddingVertical:theme.space.medium,footerMarginBottom:theme.space.large,pageControlPaddingVertical:theme.space.small,pageControlWrapperHeight:scale(48)};var fontSizes={heading:theme.fontSizes['xxxxxlarge']};var fonts={heading:theme.fonts.playful.semiBold};var lineHeights={heading:theme.lineHeights['6xlarge']};return {space:space,fonts:fonts,fontSizes:fontSizes,lineHeights:lineHeights};};var getCardCarouselTheme=function getCardCarouselTheme(theme){var space={pageControlMarginTop:theme.space.medium,contentContainerPaddingHorizontal:theme.space.large,carouselItemSpacing:{xsmall:theme.space.xxsmall,small:theme.space.xsmall,medium:theme.space.small}};var colors={carouselItemBackground:theme.colors.defaultSurface};var radii={card:theme.radii.medium};return {colors:colors,space:space,radii:radii};};var getCheckboxTheme=function getCheckboxTheme(theme){var colors={borders:{"default":theme.colors.primaryOutline,checked:theme.colors.primaryOutline,disabled:theme.colors.disabledOutline,readonly:theme.colors.inactiveOutline},checkboxBorder:{"default":theme.colors.primaryOutline,checked:theme.colors.primary,disabled:theme.colors.disabledOutline,readonly:theme.colors.mutedOnDefaultGlobalSurface}};var space={iconTop:0,wrapperPadding:theme.space.medium,iconDescriptionPadding:theme.space.smallMedium};var sizes={icon:theme.sizes.large};var radii={wrapper:theme.radii.medium,icon:theme.radii.base};var borderWidths={wrapper:theme.borderWidths.base,icon:theme.borderWidths.medium};return {colors:colors,space:space,sizes:sizes,radii:radii,borderWidths:borderWidths};};var getChipTheme=function getChipTheme(theme){var colors={secondaryBackground:theme.colors.decorativeSecondarySurface,filledBackground:theme.colors.defaultGlobalSurface,wrapperSelectedBorder:'transparent',outlinedDefaultBackground:theme.colors.defaultGlobalSurface,outlinedSelectedBackground:theme.colors.secondaryOutline,outlinedSelectedBorder:theme.colors.primaryOutline,outlinedDefaultBorder:theme.colors.disabledOnDefaultGlobalSurface};var space={wrapperHorizontalPadding:theme.space.smallMedium,wrapperVerticalPadding:theme.space.small,compactWrapperHorizontalPadding:theme.space.small,compactWrapperVerticalPadding:theme.space.xsmall,iconWrapperHorizontalMargin:theme.space.small};var radii={wrapper:theme.radii.rounded};var borderWidths={wrapper:theme.borderWidths.base,icon:theme.borderWidths.medium,outlinedDefaultBorder:theme.borderWidths.base};var shadows={filledWrapper:theme.shadows["default"]};var fontSizes={icon:theme.fontSizes.small};return {colors:colors,space:space,radii:radii,borderWidths:borderWidths,shadows:shadows,fontSizes:fontSizes};};var getChartTheme=function getChartTheme(theme){var space={xAxisMarginLeft:theme.space.medium,xAxisGridTextMarginTop:theme.space.smallMedium,yAxisMarginBottom:theme.space.large,yAxisGridMarginTop:theme.space.small,yAxisGridTextMarginRight:theme.space.medium,headerMarginBottom:theme.space.medium};var sizes={xAxisDefaultTextHeight:theme.sizes.xlarge,yAxisDefaultTextHeight:theme.sizes.small,yAxisDefaultTextWidth:theme.sizes.xlarge,defaultWebEmptyStateWidth:theme.sizes['19xlarge'],// Only use for web doc
630
630
  defaultWebEmptyStateHeight:theme.sizes.large// Only use for web doc
631
631
  };var colors={gridStroke:theme.colors.secondaryOutline};return {space:space,sizes:sizes,colors:colors};};var getColumnChartTheme=function getColumnChartTheme(theme){var sizes={columnWidth:theme.sizes.medium};var space={segmentGap:theme.space.xxsmall};return {sizes:sizes,space:space};};var getContentNavigatorTheme=function getContentNavigatorTheme(theme){var space={valueHorizontalPadding:theme.space.small};return {space:space};};var getDatePickerTheme=function getDatePickerTheme(theme){var sizes={height:theme.sizes['19xlarge']};return {sizes:sizes};};var getDividerTheme=function getDividerTheme(theme){var colors={"default":theme.colors.secondaryOutline};var space={xsmall:theme.space.xsmall,small:theme.space.small,medium:theme.space.medium,large:theme.space.large,xlarge:theme.space.xlarge};var borderWidths={"default":theme.borderWidths.base};return {colors:colors,space:space,borderWidths:borderWidths};};var getDrawerTheme=function getDrawerTheme(theme){var colors={shadow:theme.colors.primaryOutline,background:theme.colors.defaultGlobalSurface,backdrop:theme.colors.defaultGlobalSurface,handler:theme.colors.onDefaultGlobalSurface};var radii={"default":theme.radii.xlarge,handler:theme.radii.base};var space={handlerPaddingVertical:theme.space.small};var sizes={handlerWidth:theme.sizes.xxxxlarge,handlerHeight:theme.sizes.xsmall};var shadows={offset:{width:0,height:3},opacity:0.27,radius:4.65,elevation:10};return {colors:colors,radii:radii,shadows:shadows,space:space,sizes:sizes};};var getEmptyTheme=function getEmptyTheme(theme){var space={titleMargin:theme.space.small,imageMargin:theme.space.large,wrapperPadding:theme.space.medium};var sizes={image:theme.sizes['18xlarge']};var colors={text:theme.colors.onDefaultGlobalSurface,invertedText:theme.colors.onDarkGlobalSurface,subduedText:theme.colors.mutedOnDefaultGlobalSurface,invertedSubduedText:theme.colors.onDarkGlobalSurface};var fontSizes={title:theme.fontSizes.xxxlarge,description:theme.fontSizes.xlarge};var fonts={title:theme.fonts.playful.semiBold,description:theme.fonts.playful.regular};return {fontSizes:fontSizes,colors:colors,sizes:sizes,space:space,fonts:fonts};};var getErrorTheme=function getErrorTheme(theme){var space={titleMarginBottom:theme.space.small,imageMarginBottom:theme.space.large,wrapperPadding:theme.space.large,button:{wrapperHorizontalPadding:theme.space.medium,wrapperVerticalPadding:theme.space.xxxlarge,margin:theme.space.medium,padding:theme.space.medium}};var sizes={image:theme.sizes['19xlarge']};var colors={title:theme.colors.onDefaultGlobalSurface,description:theme.colors.mutedOnDefaultGlobalSurface,fullScreenBackground:theme.colors.defaultGlobalSurface,inPageBackground:theme.colors.neutralGlobalSurface};var fontSizes={title:theme.fontSizes.xxxlarge,description:theme.fontSizes.xlarge};var fonts={title:theme.fonts.playful.semiBold,description:theme.fonts.playful.regular};var lineHeight={title:theme.lineHeights.xxxlarge,description:theme.lineHeights.xlarge};return {fontSizes:fontSizes,colors:colors,sizes:sizes,space:space,fonts:fonts,lineHeight:lineHeight};};var getFABTheme=function getFABTheme(theme){var colors={buttonBackground:theme.colors.overlayGlobalSurface,buttonPressedBackground:theme.colors.overlayGlobalSurface,buttonActiveBackground:theme.colors.overlayGlobalSurface,icon:theme.colors.onDarkGlobalSurface,actionItemBackground:theme.colors.overlayGlobalSurface,actionItemPressedBackground:theme.colors.overlayGlobalSurface,backdropBackground:theme.colors.black,titleText:theme.colors.onDarkGlobalSurface,actionItemText:theme.colors.onDarkGlobalSurface};var sizes={width:theme.sizes.xxxxxlarge,height:theme.sizes.xxxxxlarge,iconContainerWidth:theme.sizes.large,iconContainerHeight:theme.sizes.large,fabPairHeight:theme.sizes.xxxlarge,fabPairIconOnlyWidth:theme.sizes.xxxlarge};var fonts={actionItemText:theme.fonts.neutral.regular,title:theme.fonts.neutral.semiBold};var fontSizes={actionItemText:theme.fontSizes.large,title:theme.fontSizes.large};var lineHeights={actionItemText:theme.lineHeights.medium,title:theme.lineHeights.large,icon:theme.lineHeights.large};var shadows={"default":theme.shadows["default"]};var space={actionItemPadding:theme.space.smallMedium,actionItemMargin:theme.space.small,actionItemMarginRight:theme.space.large,actionItemTextPaddingLeft:theme.space.xsmall,buttonMarginTop:theme.space.large,buttonMarginRight:theme.space.large,containerPadding:theme.space.large-theme.space.xsmall,titleMarginHorizontal:theme.space.small,fabPairMarginRight:theme.space.small};var radii={actionItem:theme.radii.rounded};return {radii:radii,fonts:fonts,fontSizes:fontSizes,colors:colors,sizes:sizes,lineHeights:lineHeights,shadows:shadows,space:space};};var getIconTheme=function getIconTheme(theme){var colors={text:theme.colors.onDefaultGlobalSurface,primary:theme.colors.primary,secondary:theme.colors.secondary,info:theme.colors.info,danger:theme.colors.onErrorSurface,success:theme.colors.success,warning:theme.colors.warning,disabledText:theme.colors.disabledOnDefaultGlobalSurface,invertedText:theme.colors.onDarkGlobalSurface,muted:theme.colors.mutedOnDefaultGlobalSurface};var sizes={xxxsmall:theme.fontSizes.small,xsmall:theme.fontSizes.large,small:theme.fontSizes.xxlarge,medium:theme.fontSizes.xxxlarge,large:theme.fontSizes.xxxxlarge,xlarge:theme.fontSizes.xxxxxlarge};return {colors:colors,sizes:sizes};};var getImageTheme=function getImageTheme(theme){var sizes={'6xlarge':theme.sizes['6xlarge'],'15xlarge':theme.sizes['15xlarge']};return {sizes:sizes};};var getListTheme=function getListTheme(theme){var colors={checkedListItemContainerBackground:theme.colors.decorativeSecondarySurface,listItemContainerBackground:theme.colors.defaultGlobalSurface,leadingStatus:{danger:theme.colors.error,info:theme.colors.info,success:theme.colors.success,warning:theme.colors.warning,archived:theme.colors.archived}};var space={listItemContainerPadding:theme.space.medium,leadingStatusMarginRight:theme.space.small,prefixContainerMarginRight:theme.space.small,suffixContainerMarginLeft:theme.space.small,childrenContainerTopMargin:theme.space.small};var radii={item:theme.radii.medium,basicItem:theme.radii.base,leadingStatus:theme.radii.rounded};var shadows={card:theme.shadows["default"]};var widths={leadingStatus:8};var opacity={disabled:0.38,enabled:1};return {colors:colors,space:space,radii:radii,widths:widths,opacity:opacity,shadows:shadows};};var getPageControlTheme=function getPageControlTheme(theme){var colors={paginatorBackgroundColor:theme.colors.primary};var sizes={indicatorWidth:theme.sizes.medium,paginatorHeight:theme.sizes.small,paginatorWidth:theme.sizes.small};var space={paginatorMarginHorizontal:theme.space.small};var radii={paginatorBorderRadius:theme.radii.rounded};return {colors:colors,sizes:sizes,space:space,radii:radii};};var getPinInputTheme=function getPinInputTheme(theme){var borderWidths={"default":theme.borderWidths.base,focused:theme.borderWidths.medium};var colors={"default":theme.colors.primaryOutline,mask:theme.colors.primaryOutline,error:theme.colors.onErrorSurface,disabled:theme.colors.disabledOnDefaultGlobalSurface};var fonts={cellText:theme.fonts.neutral.semiBold,errorMessage:theme.fonts.neutral.regular};var fontSizes={cellText:theme.fontSizes.xxxxlarge,errorMessage:theme.fontSizes.small,hiddenInputText:theme.fontSizes['7xlarge']};var lineHeights={cellText:theme.lineHeights.xxxxlarge,errorMessage:theme.fontSizes.small};var sizes={cellWidth:theme.sizes.xxlarge,cellHeight:theme.sizes.xxxlarge,mask:theme.sizes.medium};var space={spacer:theme.space.medium,errorMessagePadding:theme.space.xsmall,hiddenInputText:theme.space.xsmall,hiddenInputHorrizontalPadding:theme.space.small};var radii={cell:theme.radii.medium,mask:theme.radii.rounded};return {borderWidths:borderWidths,lineHeights:lineHeights,colors:colors,fonts:fonts,fontSizes:fontSizes,sizes:sizes,space:space,radii:radii};};var getProgressTheme=function getProgressTheme(theme){var colors={completeness:{primary:theme.colors.primary,success:theme.colors.success,warning:theme.colors.warning,danger:theme.colors.error,info:theme.colors.info,archived:theme.colors.onArchivedSurface,primaryInverted:theme.colors.white,successInverted:theme.colors.white,warningInverted:theme.colors.white,dangerInverted:theme.colors.white,infoInverted:theme.colors.white,archivedInverted:theme.colors.white},incompleteness:{primary:theme.colors.overlayGlobalSurface,success:theme.colors.overlayGlobalSurface,warning:theme.colors.overlayGlobalSurface,danger:theme.colors.overlayGlobalSurface,info:theme.colors.overlayGlobalSurface,archived:theme.colors.overlayGlobalSurface,primaryInverted:theme.colors.overlayGlobalSurface,successInverted:theme.colors.overlayGlobalSurface,warningInverted:theme.colors.overlayGlobalSurface,dangerInverted:theme.colors.overlayGlobalSurface,infoInverted:theme.colors.overlayGlobalSurface,archivedInverted:theme.colors.overlayGlobalSurface},step:{complete:theme.colors.primary,incomplete:theme.colors.archivedSurface,current:theme.colors.decorativePrimarySurface}};var sizes={circleDiameter:theme.sizes['6xlarge'],circleCompletenessHeight:theme.sizes.small,barHeight:theme.sizes.small,stepHeight:theme.sizes.small};var radii={"default":theme.radii.rounded};var space={stepGap:theme.space.xsmall};return {colors:colors,sizes:sizes,radii:radii,space:space};};var getRadioTheme=function getRadioTheme(theme){var colors={circle:theme.colors.primary,checked:theme.colors.highlightedSurface,intents:{light:theme.colors.defaultGlobalSurface,dark:theme.colors.neutralGlobalSurface}};var space={circleLeftMargin:theme.space.small,groupTopMarginSmall:theme.space.xsmall,groupTopMarginMedium:theme.space.medium};var boundingBoxSize=theme.sizes.large;var innerPadding=theme.space.xsmall;var circle=boundingBoxSize-innerPadding;var innerCircle=circle/2;var sizes={circle:circle,innerCircle:innerCircle};var borderWidths={circle:theme.borderWidths.medium};return {sizes:sizes,borderWidths:borderWidths,space:space,colors:colors};};var getRateTheme=function getRateTheme(theme){var colors={iconStroke:theme.colors.primary};var spaces={iconWrapperPadding:theme.space.small,iconWrapperMarginRight:theme.space.xsmall};return {colors:colors,spaces:spaces};};var getRefreshControlTheme=function getRefreshControlTheme(theme){var colors={indicator:theme.colors.primary};return {colors:colors};};var getRichTextEditorTheme=function getRichTextEditorTheme(theme){var colors={toolbarBorderColor:theme.colors.secondaryOutline,toolbarBackgroundColor:theme.colors.neutralGlobalSurface,toolbarButtonSelectedBackground:theme.colors.highlightedSurface,text:theme.colors.onDefaultGlobalSurface};var sizes={editorMinHeight:theme.sizes.large,toolbarButtonSize:theme.sizes.xxxlarge,toolbarSeparatorWidth:theme.sizes.xxsmall,toolbarSeparatorHeight:theme.sizes.medium};var fontSizes={editor:theme.fontSizes.medium};var space={wrapperMarginBottom:theme.space.medium,toolbarHorizontalPadding:theme.space.small,editorPadding:theme.space.medium,mention:theme.space.xsmall};var radii={mention:theme.radii.medium};return {colors:colors,space:space,fontSizes:fontSizes,sizes:sizes,radii:radii};};var getSectionHeadingTheme=function getSectionHeadingTheme(theme){var colors={background:theme.colors.neutralGlobalSurface,backgroundSmall:theme.colors.decorativePrimarySurface};var space={headingVerticalPadding:theme.space.small,headingHorizontalPadding:theme.space.medium,headingMarginBottom:theme.space.medium,iconMarginRight:theme.space.smallMedium};return {colors:colors,space:space};};var getSelectTheme=function getSelectTheme(theme){var space={minimumOptionListHeight:theme.space.xxxxlarge*5,sectionSpacing:theme.space.smallMedium,optionSpacing:theme.space.xsmall,optionListHorizontalPadding:theme.space.smallMedium,searchBarMarginTopSpacing:theme.space.small,searchBarHorizontalSpacing:theme.space.medium,searchBarBottomSpacing:theme.space.small,singleSelectContentPaddingBottom:theme.space.medium,suffixMarginRight:theme.space.smallMedium};var radii={option:theme.radii.base};return {space:space,radii:radii};};var getSkeletonTheme=function getSkeletonTheme(theme){var colors={lightBackground:theme.colors.neutralGlobalSurface,darkBackground:theme.colors.defaultGlobalSurface,lightGradientStart:theme.colors.neutralGlobalSurface,lightGradientEnd:theme.colors.archivedSurface,darkGradientStart:theme.colors.defaultGlobalSurface,darkGradientEnd:theme.colors.archivedSurface};var radii={rectangular:0,circular:theme.radii.rounded,rounded:theme.radii.xlarge};return {colors:colors,radii:radii};};var getSliderTheme=function getSliderTheme(theme){var colors={minimumTrackTint:theme.colors.primary,thumbTint:theme.colors.primary,maximumTrackTint:theme.colors.highlightedSurface,trackBackground:theme.colors.highlightedSurface,disabledThumbTint:theme.colors.disabledOnDefaultGlobalSurface,disabledTrackBackground:theme.colors.neutralGlobalSurface};var shadows={marker:theme.shadows["default"]};var sizes={trackHeight:theme.sizes.xsmall,markerWidth:theme.sizes.large,markerHeight:theme.sizes.large,markerBorderRadius:theme.radii.rounded};var radii={marker:theme.radii.rounded};return {colors:colors,shadows:shadows,sizes:sizes,radii:radii};};var getSpinnerTheme=function getSpinnerTheme(theme){var colors={dot:{primary:theme.colors.primary,inverted:theme.colors.onPrimary}};var space={spinnerDot:{small:theme.space.small,medium:theme.space.medium},spinnerDotPadding:{small:theme.space.xsmall,medium:theme.space.small},spinnerTextPaddingTop:{small:theme.space.xsmall,medium:theme.space.small}};var radii={"default":theme.radii.rounded};return {colors:colors,space:space,radii:radii};};var getSuccessTheme=function getSuccessTheme(theme){var space={titleMarginBottom:theme.space.small,imageMarginBottom:theme.space.xlarge,wrapperPadding:theme.space.large,button:{wrapperHorizontalPadding:theme.space.medium,wrapperVerticalPadding:theme.space.xxxlarge,margin:theme.space.medium,padding:theme.space.medium}};var sizes={image:theme.sizes['19xlarge']};var colors={title:theme.colors.onDefaultGlobalSurface,description:theme.colors.mutedOnDefaultGlobalSurface,fullScreenBackground:theme.colors.defaultGlobalSurface,inPageBackground:theme.colors.neutralGlobalSurface};var fontSizes={title:theme.fontSizes.xxxlarge,description:theme.fontSizes.xlarge};var fonts={title:theme.fonts.playful.semiBold,description:theme.fonts.playful.regular};return {fontSizes:fontSizes,colors:colors,sizes:sizes,space:space,fonts:fonts};};var getSwipeableTheme=function getSwipeableTheme(theme){var colors={success:theme.colors.success,danger:theme.colors.error,primary:theme.colors.primary,defaultContainerBackground:theme.colors.defaultGlobalSurface};var radii={swipeableContainer:theme.radii.medium};var space={containerExtraWidth:theme.space.xsmall};return {colors:colors,radii:radii,space:space};};var getSwitchTheme=function getSwitchTheme(theme){var colors={backgroundColors:{checked:theme.colors.pressedSurface,unchecked:theme.colors.inactiveOnDefaultGlobalSurface,'disabled-checked':theme.colors.inactiveOnDefaultGlobalSurface,'disabled-unchecked':theme.colors.inactiveOnDefaultGlobalSurface},thumb:theme.colors.white,selector:{background:theme.colors.neutralGlobalSurface,textBackground:theme.colors.decorativePrimarySurface}};var sizes={thumb:theme.sizes.medium,width:theme.sizes.xxxlarge,height:theme.sizes.large,selector:{height:theme.sizes.xxlarge}};var spaces={paddingHorizontal:theme.space.xsmall,selector:{iconPadding:theme.space.medium,wrapperHorizontalPadding:theme.space.xsmall}};var radii={rounded:theme.radii.rounded,selector:{"default":theme.radii.rounded}};return {colors:colors,sizes:sizes,spaces:spaces,radii:radii};};var getTabsTheme=function getTabsTheme(theme){var colors={active:theme.colors.onDefaultGlobalSurface,inactive:theme.colors.onDefaultGlobalSurface,activeBackground:theme.colors.decorativePrimarySurface,headerBottom:theme.colors.secondaryOutline,indicator:theme.colors.primary,text:theme.colors.onDefaultGlobalSurface,headerBackground:theme.colors.defaultGlobalSurface};var space={flatListHorizontalPadding:theme.space.small,itemHorizontalPadding:theme.space.small,itemVerticalPadding:theme.space.small,itemMargin:theme.space.smallMedium,outlineHorizontalPadding:theme.space.small,outlineVerticalPadding:theme.space.xsmall,tabIndicatorBottom:-theme.space.xxsmall};var radii={outline:theme.radii.xlarge};var borderWidths={headerBottom:theme.borderWidths.medium};var sizes={indicator:theme.sizes.xxsmall};return {borderWidths:borderWidths,colors:colors,space:space,radii:radii,sizes:sizes};};var getTagTheme=function getTagTheme(theme){var borderWidths={"default":theme.borderWidths.base};var colors={primary:theme.colors.primary,primaryBackground:theme.colors.highlightedSurface,info:theme.colors.onInfoSurface,infoBackground:theme.colors.infoSurface,success:theme.colors.onSuccessSurface,successBackground:theme.colors.successSurface,warning:theme.colors.onWarningSurface,warningBackground:theme.colors.warningSurface,danger:theme.colors.onErrorSurface,dangerBackground:theme.colors.errorSurface,archived:theme.colors.onArchivedSurface,archivedBackground:theme.colors.archivedSurface,text:theme.colors.onDefaultGlobalSurface};var fonts={"default":theme.fonts.neutral.semiBold};var fontSizes={"default":theme.fontSizes.small};var lineHeights={"default":theme.lineHeights.small};var space={horizontalPadding:theme.space.small,verticalPadding:theme.space.xsmall};var radii={"default":theme.radii.base};return {borderWidths:borderWidths,colors:colors,fonts:fonts,fontSizes:fontSizes,space:space,radii:radii,lineHeights:lineHeights};};var getTextInputTheme$1=function getTextInputTheme(theme){var colors={labelBackground:theme.colors.defaultGlobalSurface,containerBackground:theme.colors.defaultGlobalSurface,asterisks:{"default":theme.colors.onErrorSurface,error:theme.colors.onErrorSurface,disabled:theme.colors.disabledOnDefaultGlobalSurface,readonly:theme.colors.inactiveOnDefaultGlobalSurface,filled:theme.colors.onErrorSurface},error:theme.colors.onErrorSurface,text:theme.colors.onDefaultGlobalSurface,borders:{"default":theme.colors.primaryOutline,error:theme.colors.onErrorSurface,disabled:theme.colors.disabledOutline,readonly:theme.colors.inactiveOutline,filled:theme.colors.primaryOutline},labels:{"default":theme.colors.onDefaultGlobalSurface,error:theme.colors.onDefaultGlobalSurface,disabled:theme.colors.disabledOnDefaultGlobalSurface,readonly:theme.colors.inactiveOnDefaultGlobalSurface,filled:theme.colors.onDefaultGlobalSurface},labelsInsideTextInput:{"default":theme.colors.onDefaultGlobalSurface,error:theme.colors.onDefaultGlobalSurface,disabled:theme.colors.disabledOnDefaultGlobalSurface,readonly:theme.colors.inactiveOnDefaultGlobalSurface,filled:theme.colors.onDefaultGlobalSurface},maxLengthLabels:{"default":theme.colors.onDefaultGlobalSurface,error:theme.colors.onErrorSurface,disabled:theme.colors.disabledOnDefaultGlobalSurface,readonly:theme.colors.inactiveOnDefaultGlobalSurface,filled:theme.colors.onDefaultGlobalSurface},placeholder:theme.colors.mutedOnDefaultGlobalSurface};var space={containerPadding:theme.space.medium,labelLeft:theme.space.xlarge,labelTop:theme.space.xlarge/3,labelPaddingBottom:theme.space.small,labelHorizontalPadding:theme.space.xsmall,inputHorizontalMargin:theme.space.small,errorContainerMarginRight:theme.space.xsmall,errorMarginLeft:theme.space.xsmall,errorAndHelpTextContainerHorizontalPadding:theme.space.medium,containerMarginTop:theme.space.small,labelInsideTextInputMarginTop:-theme.space.xxsmall,errorAndHelpTextContainerPaddingTop:theme.space.xxsmall};var fonts={text:theme.fonts.neutral.regular};var fontSizes={text:theme.fontSizes.large,labelInsideTextInput:theme.fontSizes.large,error:theme.fontSizes.small,maxLength:theme.fontSizes.small,asteriskLabel:theme.fontSizes.large,topLabel:theme.fontSizes.small};var borderWidths={container:{normal:theme.borderWidths.base,focused:theme.borderWidths.medium}};var radii={container:theme.radii.medium};var sizes={errorAndHelpTextContainerHeight:theme.sizes.medium,textareaHeight:theme.sizes['15xlarge'],textInputMaxHeight:theme.sizes['15xlarge']};var lineHeights={topLabel:theme.lineHeights.large/2};return {colors:colors,space:space,fonts:fonts,fontSizes:fontSizes,borderWidths:borderWidths,radii:radii,sizes:sizes,lineHeights:lineHeights};};var getTimePickerTheme=function getTimePickerTheme(theme){var sizes={height:theme.sizes['19xlarge']};return {sizes:sizes};};var getToastTheme=function getToastTheme(theme){var colors={backgrounds:{success:theme.colors.successSurface,warning:theme.colors.warningSurface,error:theme.colors.errorSurface,info:theme.colors.infoSurface,notification:theme.colors.defaultGlobalSurface,snackbar:theme.colors.darkGlobalSurface},texts:{success:theme.colors.onSuccessSurface,warning:theme.colors.onWarningSurface,error:theme.colors.onErrorSurface,info:theme.colors.onInfoSurface,notification:theme.colors.onDefaultGlobalSurface,snackbar:theme.colors.onDarkGlobalSurface},divider:theme.colors.secondaryOutline};var sizes={height:theme.sizes.xxxlarge};var space={wrapperVerticalPadding:theme.space.large,wrapperHorizontalPadding:theme.space.medium,contentVerticalPadding:theme.space.smallMedium,textHorizontalPadding:theme.space.smallMedium,iconLeftPadding:theme.space.smallMedium,ctaPadding:theme.space.smallMedium};var radii={"default":theme.radii.xlarge};var borderWidths={base:theme.borderWidths.base};var shadows={wrapper:theme.shadows["default"]};return {colors:colors,radii:radii,sizes:sizes,space:space,borderWidths:borderWidths,shadows:shadows};};var getToolbarTheme=function getToolbarTheme(theme){var colors={background:theme.colors.defaultGlobalSurface,border:theme.colors.secondaryOutline,primary:theme.colors.primary,secondary:theme.colors.mutedOnDefaultGlobalSurface,info:theme.colors.info,success:theme.colors.success,danger:theme.colors.onErrorSurface,disabled:theme.colors.disabledOnDefaultGlobalSurface,iconButtonBackground:theme.colors.highlightedSurface,inputContainerBackground:theme.colors.neutralGlobalSurface,text:theme.colors.onDefaultGlobalSurface,placeholder:theme.colors.mutedOnDefaultGlobalSurface};var space={verticalPadding:theme.space.small,horizontalPadding:theme.space.small,iconButtonLabelMarginLeft:theme.space.small,iconButtonWrapperPadding:theme.space.smallMedium,messageWrapperMarginHorizontal:theme.space.small,messageWrapperPaddingVertical:theme.space.smallMedium,messageWrapperPaddingHorizontal:theme.space.small,messageInputPaddingHorizontal:theme.space.smallMedium,messageInputPaddingVertical:theme.space.small,affixInnerMargin:theme.space.medium};var borderWidths={"default":theme.borderWidths.base};var sizes={itemWrapperHeight:scale(64),messageWrapperHeight:scale(64),messageInputHeight:40};var radii={iconButtonWrapperBorderRadius:theme.radii.xxxlarge,messageContainer:theme.radii.rounded};var fontSizes={text:theme.fontSizes.large};var fonts={text:theme.fonts.neutral.regular};return {colors:colors,space:space,borderWidths:borderWidths,sizes:sizes,radii:radii,fontSizes:fontSizes,fonts:fonts};};var getTypographyTheme=function getTypographyTheme(theme){var colors={body:theme.colors.onDefaultGlobalSurface,subdued:theme.colors.mutedOnDefaultGlobalSurface,primary:theme.colors.primary,secondary:theme.colors.secondary,info:theme.colors.onInfoSurface,danger:theme.colors.error,warning:theme.colors.warning,success:theme.colors.success,inverted:theme.colors.onDarkGlobalSurface,archived:theme.colors.onArchivedSurface,disabled:theme.colors.disabledOnDefaultGlobalSurface,muted:theme.colors.mutedOnDefaultGlobalSurface};var fontSizes={xsmall:theme.fontSizes.xsmall,small:theme.fontSizes.small,medium:theme.fontSizes.medium,large:theme.fontSizes.large,xlarge:theme.fontSizes.xlarge,xxxlarge:theme.fontSizes.xxxlarge,xxxxlarge:theme.fontSizes.xxxxlarge,xxxxxlarge:theme.fontSizes.xxxxxlarge,'6xlarge':theme.fontSizes['6xlarge'],'7xlarge':theme.fontSizes['7xlarge'],caption:theme.fontSizes.small,label:theme.fontSizes.xsmall,titles:{neutral:{h1:theme.fontSizes['7xlarge'],h2:theme.fontSizes.xxxxxlarge,h3:theme.fontSizes.xxxxlarge,h4:theme.fontSizes.xxxlarge,h5:theme.fontSizes.xlarge,h6:theme.fontSizes.xlarge},playful:{h1:theme.fontSizes['6xlarge'],h2:theme.fontSizes.xxxxxlarge,h3:theme.fontSizes.xxxxlarge,h4:theme.fontSizes.xxxlarge,h5:theme.fontSizes.xlarge,h6:theme.fontSizes.large}},body:{neutral:{regular:theme.fontSizes.large,small:theme.fontSizes.medium},playful:{regular:theme.fontSizes.xlarge,small:theme.fontSizes.large}}};var lineHeights={xsmall:theme.lineHeights.xsmall,small:theme.lineHeights.small,medium:theme.lineHeights.medium,large:theme.lineHeights.large,xlarge:theme.lineHeights.xlarge,xxxlarge:theme.lineHeights.xxxlarge,xxxxlarge:theme.lineHeights.xxxxlarge,xxxxxlarge:theme.lineHeights.xxxxxlarge,'6xlarge':theme.lineHeights['6xlarge'],'7xlarge':theme.lineHeights['7xlarge'],caption:theme.lineHeights.small,label:theme.lineHeights.xsmall,titles:{neutral:{h1:theme.lineHeights['7xlarge'],h2:theme.lineHeights.xxxxxlarge,h3:theme.lineHeights.xxxxlarge,h4:theme.lineHeights.xxxlarge,h5:theme.lineHeights.xxlarge,h6:theme.lineHeights.xxlarge},playful:{h1:theme.lineHeights['6xlarge'],h2:theme.lineHeights.xxxxxlarge,h3:theme.lineHeights.xxxxlarge,h4:theme.lineHeights.xxxlarge,h5:theme.lineHeights.xlarge,h6:theme.lineHeights.xxlarge}},body:{neutral:{regular:theme.lineHeights.large,small:theme.lineHeights.medium},playful:{regular:theme.lineHeights.xlarge,small:theme.lineHeights.large}}};var letterSpacings={titles:{neutral:{h1:0,h2:1.5,h3:0.24,h4:0,h5:0.24,h6:0.48},playful:{h1:1.5,h2:1.5,h3:0.24,h4:0.24,h5:0.24,h6:0.48}},body:{neutral:{semiBold:0.24,regular:0.48,small:0.48},playful:{semiBold:0.54,regular:0.54,small:0.54}}};var fontWeights={titles:{neutral:{h1:theme.fonts.neutral.regular,h2:theme.fonts.neutral.semiBold,h3:theme.fonts.neutral.semiBold,h4:theme.fonts.neutral.semiBold,h5:theme.fonts.neutral.semiBold,h6:theme.fonts.neutral.regular},playful:{h1:theme.fonts.playful.semiBold,h2:theme.fonts.playful.semiBold,h3:theme.fonts.playful.semiBold,h4:theme.fonts.playful.semiBold,h5:theme.fonts.playful.semiBold,h6:theme.fonts.playful.regular}},body:{neutral:{semiBold:theme.fonts.neutral.semiBold,regular:theme.fonts.neutral.regular},playful:{semiBold:theme.fonts.playful.semiBold,regular:theme.fonts.playful.regular}}};return {colors:colors,fonts:theme.fonts,fontSizes:fontSizes,lineHeights:lineHeights,letterSpacings:letterSpacings,fontWeights:fontWeights};};var getSearchTheme=function getSearchTheme(theme){var colors={basic:{containerBackground:theme.colors.neutralGlobalSurface,border:theme.colors.neutralGlobalSurface},reversed:{containerBackground:theme.colors.defaultGlobalSurface,border:theme.colors.secondaryOutline},suffixBackground:theme.colors.defaultGlobalSurface,text:theme.colors.onDefaultGlobalSurface,shadow:theme.colors.primaryOutline,placeholder:theme.colors.mutedOnDefaultGlobalSurface};var shadows={container:theme.shadows["default"]};var space={containerHorizontalPadding:theme.space.small,containerVerticalPadding:theme.space.small,inputHorizontalMargin:theme.space.small,inputVerticalPadding:theme.space.xxsmall,prefixHorizontalPadding:theme.space.xsmall,surfixPadding:theme.space.small,badgeTop:-theme.space.xxsmall,badgeRight:-theme.space.xxsmall};var fonts={text:theme.fonts.neutral.regular};var fontSizes={text:theme.fontSizes.large};var borderWidths={container:{"default":theme.borderWidths.base}};var radii={container:theme.radii.rounded,surfix:theme.radii.rounded};var sizes={surfixSize:theme.sizes.xxlarge};return {colors:colors,space:space,fonts:fonts,fontSizes:fontSizes,borderWidths:borderWidths,radii:radii,sizes:sizes,shadows:shadows};};var getMapPinTheme=function getMapPinTheme(theme){var sizes={"default":42,badge:theme.sizes.large};var fontSizes={icon:42};var borderWidths={"default":theme.borderWidths.medium*2};var colors={border:{idle:theme.colors.white,selected:theme.colors.secondary,applied:theme.colors.secondary},icon:theme.colors.black,badge:theme.colors.secondary,badgeIcon:theme.colors.onSecondary,background:theme.colors.white};var radii={"default":theme.radii.large,badge:theme.radii.rounded};var space={iconTop:-theme.space.small,iconRight:-theme.space.small};var shadows={offset:theme.shadows.deep.shadowOffset,opacity:theme.shadows.deep.shadowOpacity,radius:theme.shadows.deep.shadowRadius,elevation:theme.shadows.deep.elevation,color:theme.shadows.deep.shadowColor};return {sizes:sizes,colors:colors,borderWidths:borderWidths,radii:radii,shadows:shadows,space:space,fontSizes:fontSizes};};var getFloatingIslandTheme=function getFloatingIslandTheme(theme){var colors={wrapperBackground:theme.colors.defaultGlobalSurface};var radii={wrapper:theme.radii.rounded};var shadows={wrapper:theme.shadows["default"]};var space={wrapperPadding:theme.space.small,wrapperTop:theme.space.smallMedium,prefixMarginRight:theme.space.small,suffixMarginLeft:theme.space.medium,iconPadding:theme.space.smallMedium};var fontSizes={iconSize:theme.fontSizes.medium};return {colors:colors,radii:radii,shadows:shadows,space:space,fontSizes:fontSizes};};var getAppCueTheme=function getAppCueTheme(theme){var colors={background:theme.colors.darkGlobalSurface,backdropColor:'rgba(0, 0, 0, 0.5)'};var space={padding:theme.space.medium,offset:theme.space.small,arrowOffset:theme.space.smallMedium};var radii={container:theme.radii.large};return {colors:colors,space:space,radii:radii};};var getTheme$2=function getTheme(){var scale=arguments.length>0&&arguments[0]!==undefined?arguments[0]:scale$1;var systemPallete=arguments.length>1&&arguments[1]!==undefined?arguments[1]:swagSystemPalette$2;var globalTheme=getGlobalTheme(scale,systemPallete);return _objectSpread2(_objectSpread2({themeMode:systemPallete.themeMode},globalTheme),{},{__hd__:{accordion:getAccordionTheme(globalTheme),alert:getAlertTheme(globalTheme),appCue:getAppCueTheme(globalTheme),attachment:getAttachmentTheme(globalTheme),avatar:getAvatarTheme(globalTheme),badge:getBadgeTheme(globalTheme),bottomNavigation:getBottomNavigationTheme(globalTheme),bottomSheet:getBottomSheetTheme(globalTheme),button:getButtonTheme(globalTheme),calendar:getCalendarTheme(globalTheme),card:getCardTheme(globalTheme),carousel:getCarouselTheme(globalTheme),cardCarousel:getCardCarouselTheme(globalTheme),chart:getChartTheme(globalTheme),columnChart:getColumnChartTheme(globalTheme),checkbox:getCheckboxTheme(globalTheme),chip:getChipTheme(globalTheme),contentNavigator:getContentNavigatorTheme(globalTheme),datePicker:getDatePickerTheme(globalTheme),divider:getDividerTheme(globalTheme),drawer:getDrawerTheme(globalTheme),empty:getEmptyTheme(globalTheme),error:getErrorTheme(globalTheme),fab:getFABTheme(globalTheme),icon:getIconTheme(globalTheme),image:getImageTheme(globalTheme),list:getListTheme(globalTheme),mapPin:getMapPinTheme(globalTheme),pageControl:getPageControlTheme(globalTheme),pinInput:getPinInputTheme(globalTheme),progress:getProgressTheme(globalTheme),radio:getRadioTheme(globalTheme),rate:getRateTheme(globalTheme),refreshControl:getRefreshControlTheme(globalTheme),richTextEditor:getRichTextEditorTheme(globalTheme),search:getSearchTheme(globalTheme),sectionHeading:getSectionHeadingTheme(globalTheme),select:getSelectTheme(globalTheme),skeleton:getSkeletonTheme(globalTheme),slider:getSliderTheme(globalTheme),spinner:getSpinnerTheme(globalTheme),success:getSuccessTheme(globalTheme),swipeable:getSwipeableTheme(globalTheme),"switch":getSwitchTheme(globalTheme),tabs:getTabsTheme(globalTheme),tag:getTagTheme(globalTheme),textInput:getTextInputTheme$1(globalTheme),timePicker:getTimePickerTheme(globalTheme),toast:getToastTheme(globalTheme),toolbar:getToolbarTheme(globalTheme),typography:getTypographyTheme(globalTheme),floatingIsland:getFloatingIslandTheme(globalTheme)}});};var ThemeProvider=ThemeProvider$1;var useTheme=useTheme$1;getTheme$2();// Get previous state value
632
632
  var usePrevious=function usePrevious(value){var ref=React__default__namespace.default.useRef();React__default__namespace.default.useEffect(function(){ref.current=value;},[value]);return ref.current;};function usePropsOrInternalState(initialState,state,setState){var _React$useState=React__default__namespace.default.useState(initialState),_React$useState2=_slicedToArray(_React$useState,2),internalState=_React$useState2[0],setInternalState=_React$useState2[1];return [state||internalState,setState||setInternalState];}var useDeprecation=function useDeprecation(message){var cond=arguments.length>1&&arguments[1]!==undefined?arguments[1]:true;React__default.useEffect(function(){// eslint-disable-next-line no-console
@@ -635,7 +635,7 @@ if(cond){console.warn(message);}},[message,cond]);};var StyledWrapper$e=index$b(
635
635
  * This container's purpose is only to help get correct children height and returns it
636
636
  * to use with Animated.timing
637
637
  */var StyledHiddenWrapper=index$b(reactNative.View)(function(){return {height:reactNative.Dimensions.get('window').height};});var StyledChildWrapper=index$b(reactNative.View)({margin:0,padding:0});if(reactNative.Platform.OS==='android'){if(reactNative.UIManager.setLayoutAnimationEnabledExperimental){reactNative.UIManager.setLayoutAnimationEnabledExperimental(true);}}var Collapse=function Collapse(_ref){var _ref$open=_ref.open,open=_ref$open===void 0?false:_ref$open,children=_ref.children,testID=_ref.testID,style=_ref.style,onLayout=_ref.onLayout;var _React$useState=React__default__namespace.default.useState(0),_React$useState2=_slicedToArray(_React$useState,2),contentHeight=_React$useState2[0],setContentHeight=_React$useState2[1];var _React$useState3=React__default__namespace.default.useState(false),_React$useState4=_slicedToArray(_React$useState3,2),componentMounted=_React$useState4[0],setComponentMounted=_React$useState4[1];var previousOpenState=usePrevious(open);React__default.useEffect(function(){if((open!==previousOpenState&&previousOpenState!==undefined||open)&&componentMounted){reactNative.LayoutAnimation.configureNext(reactNative.LayoutAnimation.Presets.easeInEaseOut);}},[open,previousOpenState,contentHeight]);var fetchMaxHeight=React__default.useCallback(function(_ref2){var height=_ref2.height;setContentHeight(height);},[]);var onCollapseLayout=React__default.useCallback(function(e){setComponentMounted(true);onLayout===null||onLayout===void 0||onLayout(e);},[]);return/*#__PURE__*/React__default__namespace.default.createElement(StyledWrapper$e,{style:{height:open?contentHeight:0},onLayout:onCollapseLayout,testID:testID},/*#__PURE__*/React__default__namespace.default.createElement(StyledHiddenWrapper,null,/*#__PURE__*/React__default__namespace.default.createElement(StyledChildWrapper,{onLayout:function onLayout(event){return fetchMaxHeight(event.nativeEvent.layout);},style:style},children)));};var StyledWrapper$d=index$b(reactNative.View)(function(){return {};});var StyledItemWrapper$1=index$b(reactNative.View)(function(_ref){var theme=_ref.theme,themeVariant=_ref.themeVariant;return {padding:theme.__hd__.accordion.space.padding,backgroundColor:theme.__hd__.accordion.colors.background,borderRadius:themeVariant==='card'?theme.__hd__.accordion.radii.card:0};});var StyledHeaderWrapper$1=index$b(reactNative.TouchableOpacity)(function(){return {flexDirection:'row',justifyContent:'space-between'};});var StyledCollapse=index$b(Collapse)(function(_ref2){var theme=_ref2.theme;return {paddingTop:theme.__hd__.accordion.space.padding};});var Spacer$1=index$b(reactNative.View)(function(_ref3){var theme=_ref3.theme;return {paddingTop:theme.__hd__.accordion.space.padding};});var FONTWEIGHT_MAP$2={light:'light',regular:'regular','semi-bold':'semiBold'};var StyledText$3=index$b(reactNative.Text)(function(_ref){var themeFontSize=_ref.themeFontSize,themeFontWeight=_ref.themeFontWeight,themeIntent=_ref.themeIntent,themeTypeface=_ref.themeTypeface,theme=_ref.theme;var sizeStyles={fontSize:theme.__hd__.typography.fontSizes[themeFontSize],lineHeight:theme.__hd__.typography.lineHeights[themeFontSize],letterSpacing:theme.__hd__.typography.fontSizes[themeFontSize]*0.03};return _objectSpread2(_objectSpread2({},sizeStyles),{},{fontFamily:theme.__hd__.typography.fonts[themeTypeface][FONTWEIGHT_MAP$2[themeFontWeight]],color:theme.__hd__.typography.colors[themeIntent]});});var _excluded$M=["children","fontSize","fontWeight","intent","typeface","allowFontScaling"];var Text=function Text(_ref){var children=_ref.children,_ref$fontSize=_ref.fontSize,fontSize=_ref$fontSize===void 0?'medium':_ref$fontSize,_ref$fontWeight=_ref.fontWeight,fontWeight=_ref$fontWeight===void 0?'regular':_ref$fontWeight,_ref$intent=_ref.intent,intent=_ref$intent===void 0?'body':_ref$intent,_ref$typeface=_ref.typeface,typeface=_ref$typeface===void 0?'neutral':_ref$typeface,_ref$allowFontScaling=_ref.allowFontScaling,allowFontScaling=_ref$allowFontScaling===void 0?false:_ref$allowFontScaling,nativeProps=_objectWithoutProperties(_ref,_excluded$M);useDeprecation('Typography.Text is deprecated and will be removed in the next major release, please refer to https://design.employmenthero.com/mobile/Components/typography for the appropriate alternatives.');return/*#__PURE__*/React__default__namespace.default.createElement(StyledText$3,_extends$1({},nativeProps,{themeFontSize:fontSize,themeFontWeight:fontWeight,themeIntent:intent,themeTypeface:typeface,allowFontScaling:allowFontScaling}),children);};var FONTWEIGHT_MAP$1={light:'light',regular:'regular','semi-bold':'semiBold'};var StyledCaption=index$b(reactNative.Text)(function(_ref){var themeFontWeight=_ref.themeFontWeight,themeIntent=_ref.themeIntent,theme=_ref.theme;return {fontSize:theme.__hd__.typography.fontSizes.caption,lineHeight:theme.__hd__.typography.lineHeights.caption,letterSpacing:themeFontWeight==='regular'?0.36:0.24,color:theme.__hd__.typography.colors[themeIntent],fontFamily:theme.__hd__.typography.fonts.neutral[FONTWEIGHT_MAP$1[themeFontWeight]]};});var _excluded$L=["children","fontWeight","intent","allowFontScaling"];var Caption=function Caption(_ref){var children=_ref.children,_ref$fontWeight=_ref.fontWeight,fontWeight=_ref$fontWeight===void 0?'regular':_ref$fontWeight,_ref$intent=_ref.intent,intent=_ref$intent===void 0?'body':_ref$intent,_ref$allowFontScaling=_ref.allowFontScaling,allowFontScaling=_ref$allowFontScaling===void 0?false:_ref$allowFontScaling,nativeProps=_objectWithoutProperties(_ref,_excluded$L);return/*#__PURE__*/React__default__namespace.default.createElement(StyledCaption,_extends$1({},nativeProps,{themeFontWeight:fontWeight,themeIntent:intent,allowFontScaling:allowFontScaling}),children);};var StyledLabel$1=index$b(reactNative.Text)(function(_ref){var themeIntent=_ref.themeIntent,theme=_ref.theme;return {fontSize:theme.__hd__.typography.fontSizes.label,lineHeight:theme.__hd__.typography.lineHeights.label,letterSpacing:0,color:theme.__hd__.typography.colors[themeIntent]};});var _excluded$K=["children","intent","allowFontScaling"];var Label=function Label(_ref){var children=_ref.children,_ref$intent=_ref.intent,intent=_ref$intent===void 0?'body':_ref$intent,_ref$allowFontScaling=_ref.allowFontScaling,allowFontScaling=_ref$allowFontScaling===void 0?false:_ref$allowFontScaling,nativeProps=_objectWithoutProperties(_ref,_excluded$K);return/*#__PURE__*/React__default__namespace.default.createElement(StyledLabel$1,_extends$1({},nativeProps,{themeIntent:intent,allowFontScaling:allowFontScaling}),children);};var StyledTitle$1=index$b(reactNative.Text)(function(_ref){var themeIntent=_ref.themeIntent,themeLevel=_ref.themeLevel,theme=_ref.theme,typeface=_ref.themeTypeface;return {fontSize:theme.__hd__.typography.fontSizes.titles[typeface][themeLevel],lineHeight:theme.__hd__.typography.lineHeights.titles[typeface][themeLevel],letterSpacing:theme.__hd__.typography.letterSpacings.titles[typeface][themeLevel],fontFamily:theme.__hd__.typography.fontWeights.titles[typeface][themeLevel],color:theme.__hd__.typography.colors[themeIntent]};});var _excluded$J=["children","intent","allowFontScaling","level","typeface"];var Title=function Title(_ref){var children=_ref.children,_ref$intent=_ref.intent,intent=_ref$intent===void 0?'body':_ref$intent,_ref$allowFontScaling=_ref.allowFontScaling,allowFontScaling=_ref$allowFontScaling===void 0?false:_ref$allowFontScaling,_ref$level=_ref.level,level=_ref$level===void 0?'h1':_ref$level,_ref$typeface=_ref.typeface,typeface=_ref$typeface===void 0?'neutral':_ref$typeface,nativeProps=_objectWithoutProperties(_ref,_excluded$J);return/*#__PURE__*/React__default__namespace.default.createElement(StyledTitle$1,_extends$1({},nativeProps,{themeLevel:level,themeTypeface:typeface,themeIntent:intent,allowFontScaling:allowFontScaling}),children);};var FONTWEIGHT_MAP={regular:'regular',small:'regular','regular-bold':'semiBold','small-bold':'semiBold'};var FONTSIZE_MAP={regular:'regular',small:'small','regular-bold':'regular','small-bold':'small'};var StyledBody$2=index$b(reactNative.Text)(function(_ref){var themeIntent=_ref.themeIntent,theme=_ref.theme,themeTypeface=_ref.themeTypeface,themeVariant=_ref.themeVariant;return {fontSize:theme.__hd__.typography.fontSizes.body[themeTypeface][FONTSIZE_MAP[themeVariant]],lineHeight:theme.__hd__.typography.lineHeights.body[themeTypeface][FONTSIZE_MAP[themeVariant]],letterSpacing:theme.__hd__.typography.letterSpacings.body[themeTypeface][FONTWEIGHT_MAP[themeVariant]],fontFamily:theme.__hd__.typography.fontWeights.body[themeTypeface][FONTWEIGHT_MAP[themeVariant]],color:theme.__hd__.typography.colors[themeIntent]};});var _excluded$I=["children","intent","allowFontScaling","typeface","variant"];var Body=function Body(_ref){var children=_ref.children,_ref$intent=_ref.intent,intent=_ref$intent===void 0?'body':_ref$intent,_ref$allowFontScaling=_ref.allowFontScaling,allowFontScaling=_ref$allowFontScaling===void 0?false:_ref$allowFontScaling,_ref$typeface=_ref.typeface,typeface=_ref$typeface===void 0?'neutral':_ref$typeface,_ref$variant=_ref.variant,variant=_ref$variant===void 0?'regular':_ref$variant,nativeProps=_objectWithoutProperties(_ref,_excluded$I);return/*#__PURE__*/React__default__namespace.default.createElement(StyledBody$2,_extends$1({},nativeProps,{themeTypeface:typeface,themeIntent:intent,themeVariant:variant,allowFontScaling:allowFontScaling}),children);};var Typography={Text:Text,Caption:Caption,Label:Label,Title:Title,Body:Body};// 🔴 DO NOT EDIT — This file is generated automatically.
638
- var IconList=['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','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','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','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-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','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','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'];var activate=59000;var adjustment=59003;var alignment$1=59004;var antenna=59005;var archive=59006;var bank=59008;var bell=59009;var billing=59010;var bolt=59011;var bookmark=59014;var box=59016;var bpay=59017;var buildings=59018;var cake=59019;var calendar=59021;var clock$1=59046;var cog=59049;var coin=59050;var contacts=59051;var diamond=59053;var directory=59055;var document$1=59056;var dot=59058;var envelope=59061;var exclude=59062;var expense=59064;var explore_nearby=59065;var eye=59068;var feed=59072;var feedbacks=59073;var file=59091;var filter$1=59092;var folder=59094;var globe=59104;var graph=59106;var heart=59109;var home=59111;var image=59112;var instapay=59117;var list=59118;var loading=59120;var location=59122;var lock=59123;var menu=59127;var moneybag=59129;var moon=59130;var node=59134;var paperclip=59137;var pencil=59139;var phone=59140;var plane=59143;var print=59146;var reply=59149;var reschedule=59150;var rostering=59151;var save=59153;var schedule$1=59155;var search=59157;var send=59158;var speaker=59160;var star=59165;var stopwatch=59167;var suitcase=59168;var surfing=59169;var survey=59170;var swag=59175;var tag=59178;var target=59179;var teams=59180;var timesheet=59182;var unlock=59185;var user=59186;var wallet=59189;var warning=59190;var add=59198;var bold=59228;var cancel=59245;var checkmark=59251;var italic=59347;var local_mall_outlined=59354;var number$2=59377;var percentage=59383;var redeem=59393;var refresh=59394;var remove$1=59395;var restart=59397;var shopping_basket_outlined=59414;var strikethrough=59429;var sync=59435;var transfer=59444;var unavailable=59449;var underline=59450;var glyphMap={activate:activate,"add-emoji":59001,"add-person":59002,adjustment:adjustment,alignment:alignment$1,antenna:antenna,archive:archive,"assignment-warning":59007,bank:bank,bell:bell,billing:billing,bolt:bolt,"bookmark-added":59012,"bookmark-checked":59013,bookmark:bookmark,"box-check":59015,box:box,bpay:bpay,buildings:buildings,cake:cake,"calendar-clock":59020,calendar:calendar,"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:clock$1,"cloud-download":59047,"cloud-upload":59048,cog:cog,coin:coin,contacts:contacts,"credit-card":59052,diamond:diamond,"direction-arrows":59054,directory:directory,document:document$1,"dollar-coin-shine":59057,dot:dot,"double-buildings":59059,"edit-template":59060,envelope:envelope,exclude:exclude,"expand-content":59063,expense:expense,explore_nearby:explore_nearby,"eye-circle":59066,"eye-invisible":59067,eye:eye,"face-meh":59069,"face-sad":59070,"face-smiley":59071,feed:feed,feedbacks:feedbacks,"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:file,filter:filter$1,"folder-user":59093,folder:folder,"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:globe,"graduation-cap":59105,graph:graph,"happy-sun":59107,"health-bag":59108,heart:heart,"hero-points":59110,home:home,image:image,"import":59113,"incident-siren":59114,"instapay-daily":59115,"instapay-now":59116,instapay:instapay,list:list,"loading-2":59119,loading:loading,"location-on":59121,location:location,lock:lock,"looks-one":59124,"looks-two":59125,"media-content":59126,menu:menu,"money-notes":59128,moneybag:moneybag,moon:moon,"multiple-stars":59131,"multiple-users":59132,"near-me":59133,node:node,"open-folder":59135,"paperclip-vertical":59136,paperclip:paperclip,"payment-summary":59138,pencil:pencil,phone:phone,"piggy-bank":59141,"plane-up":59142,plane:plane,"play-arrow":59144,"play-circle":59145,print:print,"raising-hands":59147,"reply-arrow":59148,reply:reply,reschedule:reschedule,rostering:rostering,"salary-sacrifice":59152,save:save,"schedule-send":59154,schedule:schedule$1,"search-person":59156,search:search,send:send,"speaker-active":59159,speaker:speaker,"star-award":59161,"star-badge":59162,"star-circle":59163,"star-medal":59164,star:star,"steps-circle":59166,stopwatch:stopwatch,suitcase:suitcase,surfing:surfing,survey:survey,"swag-pillar-benefit":59171,"swag-pillar-career":59172,"swag-pillar-money":59173,"swag-pillar-work":59174,swag:swag,"swipe-right":59176,"switch":59177,tag:tag,target:target,teams:teams,"thumb-down":59181,timesheet:timesheet,"touch-id":59183,"trash-bin":59184,unlock:unlock,user:user,"video-1":59187,"video-2":59188,wallet:wallet,warning:warning,"academic-hat-outlined":59191,"accommodation-outlined":59192,"activate-outlined":59193,"add-credit-card-outlined":59194,"add-person-outlined":59195,"add-section-outlined":59196,"add-time-outlined":59197,add:add,"adjustment-outlined":59199,"afternoon-outlined":59200,"ai-outlined":59201,"alignment-2-outlined":59202,"alignment-outlined":59203,"all-caps":59204,"application-outlined":59205,"arrow-down":59206,"arrow-downwards":59207,"arrow-left":59208,"arrow-leftwards":59209,"arrow-right":59210,"arrow-rightwards":59211,"arrow-up":59212,"arrow-upwards":59213,"article-outlined":59214,"at-sign":59215,"auto-graph-outlined":59216,"automotive-outlined":59217,"bakery-outlined":59218,"bar-outlined":59219,"beauty-outlined":59220,"beer-outlined":59221,"bell-active-outlined":59222,"bell-outlined":59223,"bell-slash-outlined":59224,"bill-management-outlined":59225,"billing-outlined":59226,"body-outlined":59227,bold:bold,"bolt-outlined":59229,"book-outlined":59230,"bookmark-added-outlined":59231,"bookmark-checked-outlined":59232,"bookmark-outlined":59233,"box-1-outlined":59234,"box-check-outlined":59235,"box-outlined":59236,"bullet-points":59237,"cake-outlined":59238,"calculator-outlined":59239,"calendar-dates-outlined":59240,"calendar-star-outlined":59241,"call-outlined":59242,"call-split-outlined":59243,"camera-outlined":59244,cancel:cancel,"car-forward-outlined":59246,"cashback-outlined":59247,"charging-station-outlined":59248,"chat-bubble-outlined":59249,"chat-unread-outlined":59250,checkmark:checkmark,"circle-add-outlined":59252,"circle-cancel-outlined":59253,"circle-down-outlined":59254,"circle-info-outlined":59255,"circle-left-outlined":59256,"circle-ok-outlined":59257,"circle-question-outlined":59258,"circle-remove-outlined":59259,"circle-right-outlined":59260,"circle-up-outlined":59261,"circle-warning-outlined":59262,"clock-2-outlined":59263,"clock-in-outlined":59264,"clock-out-outlined":59265,"clock-outlined":59266,"cog-outlined":59267,"coin-outlined":59268,"coin-super-outlined":59269,"comment-outlined":59270,"contacts-outlined":59271,"contacts-user-outlined":59272,"credit-card-outlined":59273,"cultural-site-outlined":59274,"cup-outlined":59275,"dentistry-outlined":59276,"direction-arrows-outlined":59277,"directory-outlined":59278,"document-outlined":59279,"dollar-box-outlined":59280,"dollar-card-outlined":59281,"dollar-coin-shine-outlined":59282,"dollar-credit-card-outlined":59283,"dollar-sign":59284,"double-buildings-outlined":59285,"double-left-arrows":59286,"double-right-arrows":59287,"download-box-outlined":59288,"download-outlined":59289,"edit-template-outlined":59290,"electronics-outlined":59291,"email-outlined":59292,"end-break-outlined":59293,"enter-arrow":59294,"entertainment-outlined":59295,"envelope-outlined":59296,"evening-outlined":59297,"expense-approval-outlined":59298,"expense-outlined":59299,"explore-outlined":59300,"extension-outlined":59301,"external-link":59302,"eye-invisible-outlined":59303,"eye-outlined":59304,"face-id":59305,"face-meh-outlined":59306,"face-open-smiley-outlined":59307,"face-sad-outlined":59308,"face-smiley-outlined":59309,"fastfood-outlined":59310,"feed-outlined":59311,"file-certified-outlined":59312,"file-clone-outlined":59313,"file-copy-outlined":59314,"file-dispose-outlined":59315,"file-dollar-certified-outlined":59316,"file-dollar-outlined":59317,"file-download-outlined":59318,"file-export-outlined":59319,"file-lock-outlined":59320,"file-outlined":59321,"file-search-outlined":59322,"file-secured-outlined":59323,"file-statutory-outlined":59324,"file-verified-outlined":59325,"filter-outlined":59326,"fitness-outlined":59327,"folder-outlined":59328,"folder-upload-outlined":59329,"folder-user-outlined":59330,"form-outlined":59331,"funnel-filter-outline":59332,"goal-outlined":59333,"graph-outlined":59334,"grocery-outlined":59335,"hand-holding-user-outlined":59336,"handshake-outlined":59337,"happy-sun-outlined":59338,"health-bag-outlined":59339,"heart-outlined":59340,"home-active-outlined":59341,"home-outlined":59342,"id-card-outlined":59343,"image-outlined":59344,"import-outlined":59345,"instapay-outlined":59346,italic:italic,"job-search-outlined":59348,"leave-approval-outlined":59349,"link-1":59350,"link-2":59351,"list-outlined":59352,"live-help-outlined":59353,local_mall_outlined:local_mall_outlined,"location-on-outlined":59355,"location-outlined":59356,"lock-outlined":59357,"locked-file-outlined":59358,"log-out":59359,"mail-outlined":59360,"map-outlined":59361,"media-content-outlined":59362,"menu-close":59363,"menu-expand":59364,"menu-fold-outlined":59365,"menu-unfold-outlined":59366,"moneybag-outlined":59367,"moon-outlined":59368,"more-horizontal":59369,"more-vertical":59370,"morning-outlined":59371,"multiple-folders-outlined":59372,"multiple-users-outlined":59373,"near-me-outlined":59374,"node-outlined":59375,"number-points":59376,number:number$2,"overview-outlined":59378,"park-outlined":59379,"payment-summary-outlined":59380,"payslip-outlined":59381,"pencil-outlined":59382,percentage:percentage,"phone-outlined":59384,"piggy-bank-outlined":59385,"plane-outlined":59386,"play-circle-outlined":59387,"print-outlined":59388,"propane-tank-outlined":59389,"qr-code-outlined":59390,"qualification-outlined":59391,"re-assign":59392,redeem:redeem,refresh:refresh,remove:remove$1,"reply-outlined":59396,restart:restart,"restaurant-outlined":59398,"resume-outlined":59399,"return-arrow":59400,"rostering-outlined":59401,"safety-outlined":59402,"save-outlined":59403,"schedule-outlined":59404,"search-outlined":59405,"search-secured-outlined":59406,"send-outlined":59407,"share-1":59408,"share-2":59409,"share-outlined-2":59410,"share-outlined":59411,"shield-check-outlined":59412,"shop-outlined":59413,shopping_basket_outlined:shopping_basket_outlined,"show-chart-outlined":59415,"single-down-arrow":59416,"single-left-arrow":59417,"single-right-arrow":59418,"single-up-arrow":59419,"smart-match-outlined":59420,"sparkle-outlined":59421,"speaker-active-outlined":59422,"speaker-outlined":59423,"star-circle-outlined":59424,"star-outlined":59425,"start-break-outlined":59426,"stash-outlined":59427,"stopwatch-outlined":59428,strikethrough:strikethrough,"styler-outlined":59430,"suitcase-clock-outlined":59431,"suitcase-outlined":59432,"survey-outlined":59433,"switch-outlined":59434,sync:sync,"tag-outlined":59436,"target-outlined":59437,"tennis-outlined":59438,"thumb-down-outlined":59439,"ticket-outlined":59440,"timesheet-outlined":59441,"timesheets-outlined":59442,"today-outlined":59443,transfer:transfer,"transportation-outlined":59445,"trash-bin-outlined":59446,"umbrela-outlined":59447,"unavailability-outlined":59448,unavailable:unavailable,underline:underline,"union-outlined":59451,"unlock-outlined":59452,"upload-outlined":59453,"user-circle-outlined":59454,"user-gear-outlined":59455,"user-outlined":59456,"user-rectangle-outlined":59457,"video-1-outlined":59458,"video-2-outlined":59459,"volunteer-outlined":59460,"wallet-outlined":59461,"wellness-outlined":59462};var HeroIcon=reactNativeVectorIcons.createIconSet(glyphMap,'hero-icons-mobile','hero-icons-mobile.ttf');var COLOR_INTENTS={text:'text',primary:'primary',secondary:'secondary',info:'info',danger:'danger',success:'success',warning:'warning','disabled-text':'disabledText','text-inverted':'invertedText',muted:'muted'};var StyledHeroIcon=index$b(HeroIcon)(function(_ref){var themeIntent=_ref.themeIntent,themeSize=_ref.themeSize,theme=_ref.theme;return {color:theme.__hd__.icon.colors[COLOR_INTENTS[themeIntent]],fontSize:theme.__hd__.icon.sizes[themeSize]};});var _excluded$H=["style"];var AnimatedIcon=function AnimatedIcon(_ref){var style=_ref.style,otherProps=_objectWithoutProperties(_ref,_excluded$H);var rotateAnimation=React__default.useRef(new reactNative.Animated.Value(0));React__default.useEffect(function(){var animation=reactNative.Animated.loop(reactNative.Animated.timing(rotateAnimation.current,{toValue:1,duration:1000,easing:reactNative.Easing.linear,useNativeDriver:true}));animation.start();return function(){animation.stop();};},[]);var interpolatedRotateAnimation=rotateAnimation.current.interpolate({inputRange:[0,1],outputRange:['0deg','360deg']});return/*#__PURE__*/React__default__namespace.default.createElement(reactNative.Animated.View,{style:[{transform:[{rotate:interpolatedRotateAnimation}]},style]},/*#__PURE__*/React__default__namespace.default.createElement(StyledHeroIcon,otherProps));};var Icon=function Icon(_ref){var icon=_ref.icon,style=_ref.style,_ref$size=_ref.size,size=_ref$size===void 0?'medium':_ref$size,_ref$intent=_ref.intent,intent=_ref$intent===void 0?'text':_ref$intent,testID=_ref.testID,_ref$spin=_ref.spin,spin=_ref$spin===void 0?false:_ref$spin,accessibilityLabel=_ref.accessibilityLabel,accessibilityHint=_ref.accessibilityHint,accessibilityRole=_ref.accessibilityRole,accessibilityState=_ref.accessibilityState,accessibilityValue=_ref.accessibilityValue,accessibilityLiveRegion=_ref.accessibilityLiveRegion,accessibilityElementsHidden=_ref.accessibilityElementsHidden,accessible=_ref.accessible,accessibilityIgnoresInvertColors=_ref.accessibilityIgnoresInvertColors,accessibilityViewIsModal=_ref.accessibilityViewIsModal,accessibilityActions=_ref.accessibilityActions;useDeprecation("".concat(icon," icon is deprecated and will be removed in the next major release, please use ").concat(icon.replace('carat','caret')," instead."),icon.startsWith('carat'));var accessibilityProps={accessibilityLabel:accessibilityLabel,accessibilityHint:accessibilityHint,accessibilityRole:accessibilityRole,accessibilityState:accessibilityState,accessibilityValue:accessibilityValue,accessibilityLiveRegion:accessibilityLiveRegion,accessibilityElementsHidden:accessibilityElementsHidden,accessible:accessible,accessibilityIgnoresInvertColors:accessibilityIgnoresInvertColors,accessibilityViewIsModal:accessibilityViewIsModal,accessibilityActions:accessibilityActions};return spin?/*#__PURE__*/React__default__namespace.default.createElement(AnimatedIcon,_extends$1({name:icon,themeIntent:intent,themeSize:size,style:style,testID:testID},accessibilityProps)):/*#__PURE__*/React__default__namespace.default.createElement(StyledHeroIcon,_extends$1({name:icon,themeIntent:intent,themeSize:size,style:style,testID:testID},accessibilityProps));};Icon.List=IconList;var AccordionItem=function AccordionItem(_ref){var header=_ref.header,content=_ref.content,_ref$open=_ref.open,open=_ref$open===void 0?false:_ref$open,onPress=_ref.onPress,_ref$variant=_ref.variant,variant=_ref$variant===void 0?'default':_ref$variant,style=_ref.style,testID=_ref.testID;return/*#__PURE__*/React__default__namespace.default.createElement(StyledItemWrapper$1,{themeVariant:variant,style:style,testID:testID},/*#__PURE__*/React__default__namespace.default.createElement(StyledHeaderWrapper$1,{onPress:onPress},typeof header==='string'?/*#__PURE__*/React__default__namespace.default.createElement(Typography.Body,{variant:"regular-bold"},header):header,/*#__PURE__*/React__default__namespace.default.createElement(Icon,{icon:open?'arrow-up':'arrow-down',intent:"primary",size:"small"})),/*#__PURE__*/React__default__namespace.default.createElement(StyledCollapse,{open:open},content));};var _excluded$G=["key"];var Accordion=function Accordion(_ref){var items=_ref.items,activeItemKey=_ref.activeItemKey,onItemPress=_ref.onItemPress,_ref$variant=_ref.variant,variant=_ref$variant===void 0?'default':_ref$variant,style=_ref.style,testID=_ref.testID;var defaultValue=React__default.useMemo(function(){return typeof activeItemKey==='number'?NaN:'';},[activeItemKey]);var _usePropsOrInternalSt=usePropsOrInternalState(defaultValue,activeItemKey,onItemPress),_usePropsOrInternalSt2=_slicedToArray(_usePropsOrInternalSt,2),_activeItemKey=_usePropsOrInternalSt2[0],_onItemPress=_usePropsOrInternalSt2[1];return/*#__PURE__*/React__default__namespace.default.createElement(StyledWrapper$d,{style:style,testID:testID},items.map(function(_ref2,index){var key=_ref2.key,props=_objectWithoutProperties(_ref2,_excluded$G);var open=_activeItemKey===key;return/*#__PURE__*/React__default__namespace.default.createElement(React__default__namespace.default.Fragment,{key:key},variant==='card'&&index!==0&&/*#__PURE__*/React__default__namespace.default.createElement(Spacer$1,{testID:"accordion-spacer"}),/*#__PURE__*/React__default__namespace.default.createElement(AccordionItem,_extends$1({},props,{open:open,onPress:function onPress(){return _onItemPress(open?defaultValue:key);},variant:variant})));}));};var Container$1=index$b(reactNative.View)(function(_ref){var theme=_ref.theme,_ref$themeVariant=_ref.themeVariant,themeVariant=_ref$themeVariant===void 0?'rounded':_ref$themeVariant,themeIntent=_ref.themeIntent;return _objectSpread2({borderRadius:themeVariant==='rounded'?theme.__hd__.alert.radii["default"]:0,backgroundColor:theme.__hd__.alert.colors.backgrounds[themeIntent],minHeight:theme.__hd__.alert.sizes.height,flexDirection:'row'},theme.__hd__.alert.shadows.wrapper);});var IconContainer$1=index$b(reactNative.View)(function(_ref2){var theme=_ref2.theme;return {alignItems:'center',paddingLeft:theme.__hd__.alert.space.iconLeftPadding};});var StyledIcon$5=index$b(Icon)(function(_ref3){var theme=_ref3.theme,themeIntent=_ref3.themeIntent;return {color:theme.__hd__.alert.colors.texts[themeIntent]};});var TextContainer$1=index$b(reactNative.View)(function(_ref4){var theme=_ref4.theme;return {paddingHorizontal:theme.__hd__.alert.space.textPaddingHorizontal,flex:1};});var StyledBody$1=index$b(Typography.Body)(function(_ref5){var theme=_ref5.theme,themeIntent=_ref5.themeIntent;return {color:theme.__hd__.alert.colors.texts[themeIntent]};});var ContentContainer$2=index$b(reactNative.View)(function(_ref6){var theme=_ref6.theme,showDivider=_ref6.showDivider;return {paddingVertical:theme.__hd__.alert.space.contentPaddingHorizontal,flex:1,borderRightWidth:showDivider?theme.__hd__.alert.borderWidths.base:0,borderColor:theme.__hd__.alert.colors.divider,flexDirection:'row'};});var CTAWrapper$1=index$b(reactNative.TouchableOpacity)(function(_ref7){var theme=_ref7.theme;return {paddingHorizontal:theme.__hd__.alert.space.ctaPadding,justifyContent:'center'};});var getIntentIcon$1=function getIntentIcon(intent){switch(intent){case'success':return 'circle-ok';case'warning':return 'warning';case'info':return 'circle-info';case'error':return 'circle-warning';default:return undefined;}};var AlertIcon=function AlertIcon(_ref){var icon=_ref.icon,intent=_ref.intent;return icon?/*#__PURE__*/React__default__namespace.default.createElement(IconContainer$1,{testID:"alert-left-icon"},/*#__PURE__*/React__default__namespace.default.createElement(StyledIcon$5,{icon:icon,size:"small",themeIntent:intent})):null;};var Alert=function Alert(_ref2){var content=_ref2.content,icon=_ref2.icon,title=_ref2.title,_ref2$intent=_ref2.intent,intent=_ref2$intent===void 0?'info':_ref2$intent,onClose=_ref2.onClose,_ref2$variant=_ref2.variant,variant=_ref2$variant===void 0?'rounded':_ref2$variant,style=_ref2.style,testID=_ref2.testID,actionLabel=_ref2.actionLabel;useDeprecation("Alert's notification intent is deprecated and will be removed in the next major release. Please use other intents instead.",intent==='notification');return/*#__PURE__*/React__default__namespace.default.createElement(Container$1,{themeVariant:variant,themeIntent:intent,style:style,testID:testID},/*#__PURE__*/React__default__namespace.default.createElement(ContentContainer$2,{showDivider:!!onClose},icon!==null?/*#__PURE__*/React__default__namespace.default.createElement(AlertIcon,{icon:icon||getIntentIcon$1(intent),intent:intent}):null,/*#__PURE__*/React__default__namespace.default.createElement(TextContainer$1,null,typeof title==='string'?/*#__PURE__*/React__default__namespace.default.createElement(StyledBody$1,{variant:"small-bold",themeIntent:intent},title):title,typeof content==='string'?/*#__PURE__*/React__default__namespace.default.createElement(StyledBody$1,{variant:"small",themeIntent:intent},content):content)),onClose?/*#__PURE__*/React__default__namespace.default.createElement(CTAWrapper$1,{onPress:onClose,testID:"alert-close-icon"},typeof actionLabel==='string'?/*#__PURE__*/React__default__namespace.default.createElement(StyledBody$1,{variant:"small-bold",themeIntent:intent},actionLabel):/*#__PURE__*/React__default__namespace.default.createElement(StyledIcon$5,{icon:"cancel",size:"small",themeIntent:intent})):null);};var StyledContent$1=index$b(reactNative.View)(function(_ref){var theme=_ref.theme;return {padding:theme.__hd__.appCue.space.padding,backgroundColor:theme.__hd__.appCue.colors.background,borderRadius:theme.__hd__.appCue.radii.container,alignSelf:'center'};});var StyledContainer$9=index$b(reactNative.View)(function(_ref2){var theme=_ref2.theme;return {width:'100%',height:'100%',backgroundColor:theme.__hd__.appCue.colors.backdropColor};});var StyledIconContainer$1=index$b(reactNative.Animated.View)(function(_ref3){var theme=_ref3.theme,themePlacement=_ref3.themePlacement;return _objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({position:'absolute',color:theme.__hd__.appCue.colors.background,display:'flex',alignItems:'center',justifyContent:'center'},themePlacement==='top'&&{bottom:-theme.__hd__.appCue.space.arrowOffset,width:'100%'}),themePlacement==='bottom'&&{top:-theme.__hd__.appCue.space.arrowOffset,transform:[{rotate:'180deg'}],width:'100%'}),themePlacement==='right'&&{left:-theme.__hd__.appCue.space.arrowOffset,transform:[{rotate:'90deg'}],height:'100%'}),themePlacement==='left'&&{right:-theme.__hd__.appCue.space.arrowOffset,transform:[{rotate:'-90deg'}],height:'100%'}),themePlacement==='top-left'&&{bottom:-theme.__hd__.appCue.space.arrowOffset,right:theme.__hd__.appCue.space.arrowOffset}),themePlacement==='top-right'&&{bottom:-theme.__hd__.appCue.space.arrowOffset,left:theme.__hd__.appCue.space.arrowOffset}),themePlacement==='bottom-left'&&{top:-theme.__hd__.appCue.space.arrowOffset,right:theme.__hd__.appCue.space.arrowOffset,transform:[{rotate:'180deg'}]}),themePlacement==='bottom-right'&&{top:-theme.__hd__.appCue.space.arrowOffset,left:theme.__hd__.appCue.space.arrowOffset,transform:[{rotate:'180deg'}]});});/**
638
+ var IconList=['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','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','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','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-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','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','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'];var activate=59000;var adjustment=59003;var alignment$1=59004;var antenna=59005;var archive=59006;var bank=59008;var bell=59009;var billing=59010;var bolt=59011;var bookmark=59014;var box=59016;var bpay=59017;var buildings=59018;var cake=59019;var calendar=59021;var clock$1=59046;var cog=59049;var coin=59050;var contacts=59051;var diamond=59053;var directory=59055;var document$1=59056;var dot=59058;var envelope=59061;var exclude=59062;var expense=59064;var explore_nearby=59065;var eye=59068;var feed=59072;var feedbacks=59073;var file=59091;var filter$1=59092;var folder=59094;var globe=59104;var graph=59106;var heart=59109;var home=59111;var image=59112;var instapay=59117;var list=59118;var loading=59120;var location=59122;var lock=59123;var menu=59127;var moneybag=59129;var moon=59130;var node=59134;var paperclip=59137;var pencil=59139;var phone=59140;var plane=59143;var print=59146;var reply=59149;var reschedule=59150;var rostering=59151;var save=59153;var schedule$1=59155;var search=59157;var send=59158;var speaker=59160;var star=59165;var stopwatch=59167;var suitcase=59168;var surfing=59169;var survey=59170;var swag=59175;var tag=59178;var target=59179;var teams=59180;var timesheet=59182;var unlock=59185;var user=59186;var wallet=59189;var warning=59190;var add=59198;var bold=59228;var cancel=59245;var checkmark=59251;var italic=59347;var local_mall_outlined=59354;var number$2=59377;var percentage=59383;var redeem=59393;var refresh=59394;var remove$1=59395;var restart=59397;var shopping_basket_outlined=59414;var strikethrough=59429;var sync=59435;var transfer=59444;var unavailable=59449;var underline=59450;var glyphMap={activate:activate,"add-emoji":59001,"add-person":59002,adjustment:adjustment,alignment:alignment$1,antenna:antenna,archive:archive,"assignment-warning":59007,bank:bank,bell:bell,billing:billing,bolt:bolt,"bookmark-added":59012,"bookmark-checked":59013,bookmark:bookmark,"box-check":59015,box:box,bpay:bpay,buildings:buildings,cake:cake,"calendar-clock":59020,calendar:calendar,"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:clock$1,"cloud-download":59047,"cloud-upload":59048,cog:cog,coin:coin,contacts:contacts,"credit-card":59052,diamond:diamond,"direction-arrows":59054,directory:directory,document:document$1,"dollar-coin-shine":59057,dot:dot,"double-buildings":59059,"edit-template":59060,envelope:envelope,exclude:exclude,"expand-content":59063,expense:expense,explore_nearby:explore_nearby,"eye-circle":59066,"eye-invisible":59067,eye:eye,"face-meh":59069,"face-sad":59070,"face-smiley":59071,feed:feed,feedbacks:feedbacks,"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:file,filter:filter$1,"folder-user":59093,folder:folder,"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:globe,"graduation-cap":59105,graph:graph,"happy-sun":59107,"health-bag":59108,heart:heart,"hero-points":59110,home:home,image:image,"import":59113,"incident-siren":59114,"instapay-daily":59115,"instapay-now":59116,instapay:instapay,list:list,"loading-2":59119,loading:loading,"location-on":59121,location:location,lock:lock,"looks-one":59124,"looks-two":59125,"media-content":59126,menu:menu,"money-notes":59128,moneybag:moneybag,moon:moon,"multiple-stars":59131,"multiple-users":59132,"near-me":59133,node:node,"open-folder":59135,"paperclip-vertical":59136,paperclip:paperclip,"payment-summary":59138,pencil:pencil,phone:phone,"piggy-bank":59141,"plane-up":59142,plane:plane,"play-arrow":59144,"play-circle":59145,print:print,"raising-hands":59147,"reply-arrow":59148,reply:reply,reschedule:reschedule,rostering:rostering,"salary-sacrifice":59152,save:save,"schedule-send":59154,schedule:schedule$1,"search-person":59156,search:search,send:send,"speaker-active":59159,speaker:speaker,"star-award":59161,"star-badge":59162,"star-circle":59163,"star-medal":59164,star:star,"steps-circle":59166,stopwatch:stopwatch,suitcase:suitcase,surfing:surfing,survey:survey,"swag-pillar-benefit":59171,"swag-pillar-career":59172,"swag-pillar-money":59173,"swag-pillar-work":59174,swag:swag,"swipe-right":59176,"switch":59177,tag:tag,target:target,teams:teams,"thumb-down":59181,timesheet:timesheet,"touch-id":59183,"trash-bin":59184,unlock:unlock,user:user,"video-1":59187,"video-2":59188,wallet:wallet,warning:warning,"academic-hat-outlined":59191,"accommodation-outlined":59192,"activate-outlined":59193,"add-credit-card-outlined":59194,"add-person-outlined":59195,"add-section-outlined":59196,"add-time-outlined":59197,add:add,"adjustment-outlined":59199,"afternoon-outlined":59200,"ai-outlined":59201,"alignment-2-outlined":59202,"alignment-outlined":59203,"all-caps":59204,"application-outlined":59205,"arrow-down":59206,"arrow-downwards":59207,"arrow-left":59208,"arrow-leftwards":59209,"arrow-right":59210,"arrow-rightwards":59211,"arrow-up":59212,"arrow-upwards":59213,"article-outlined":59214,"at-sign":59215,"auto-graph-outlined":59216,"automotive-outlined":59217,"bakery-outlined":59218,"bar-outlined":59219,"beauty-outlined":59220,"beer-outlined":59221,"bell-active-outlined":59222,"bell-outlined":59223,"bell-slash-outlined":59224,"bill-management-outlined":59225,"billing-outlined":59226,"body-outlined":59227,bold:bold,"bolt-outlined":59229,"book-outlined":59230,"bookmark-added-outlined":59231,"bookmark-checked-outlined":59232,"bookmark-outlined":59233,"box-1-outlined":59234,"box-check-outlined":59235,"box-outlined":59236,"bullet-points":59237,"cake-outlined":59238,"calculator-outlined":59239,"calendar-dates-outlined":59240,"calendar-star-outlined":59241,"call-outlined":59242,"call-split-outlined":59243,"camera-outlined":59244,cancel:cancel,"car-forward-outlined":59246,"cashback-outlined":59247,"charging-station-outlined":59248,"chat-bubble-outlined":59249,"chat-unread-outlined":59250,checkmark:checkmark,"circle-add-outlined":59252,"circle-cancel-outlined":59253,"circle-down-outlined":59254,"circle-info-outlined":59255,"circle-left-outlined":59256,"circle-ok-outlined":59257,"circle-question-outlined":59258,"circle-remove-outlined":59259,"circle-right-outlined":59260,"circle-up-outlined":59261,"circle-warning-outlined":59262,"clock-2-outlined":59263,"clock-in-outlined":59264,"clock-out-outlined":59265,"clock-outlined":59266,"cog-outlined":59267,"coin-outlined":59268,"coin-super-outlined":59269,"comment-outlined":59270,"contacts-outlined":59271,"contacts-user-outlined":59272,"credit-card-outlined":59273,"cultural-site-outlined":59274,"cup-outlined":59275,"dentistry-outlined":59276,"direction-arrows-outlined":59277,"directory-outlined":59278,"document-outlined":59279,"dollar-box-outlined":59280,"dollar-card-outlined":59281,"dollar-coin-shine-outlined":59282,"dollar-credit-card-outlined":59283,"dollar-sign":59284,"double-buildings-outlined":59285,"double-left-arrows":59286,"double-right-arrows":59287,"download-box-outlined":59288,"download-outlined":59289,"edit-template-outlined":59290,"electronics-outlined":59291,"email-outlined":59292,"end-break-outlined":59293,"enter-arrow":59294,"entertainment-outlined":59295,"envelope-outlined":59296,"evening-outlined":59297,"expense-approval-outlined":59298,"expense-outlined":59299,"explore-outlined":59300,"extension-outlined":59301,"external-link":59302,"eye-invisible-outlined":59303,"eye-outlined":59304,"face-id":59305,"face-meh-outlined":59306,"face-open-smiley-outlined":59307,"face-sad-outlined":59308,"face-smiley-outlined":59309,"fastfood-outlined":59310,"feed-outlined":59311,"file-certified-outlined":59312,"file-clone-outlined":59313,"file-copy-outlined":59314,"file-dispose-outlined":59315,"file-dollar-certified-outlined":59316,"file-dollar-outlined":59317,"file-download-outlined":59318,"file-export-outlined":59319,"file-lock-outlined":59320,"file-outlined":59321,"file-search-outlined":59322,"file-secured-outlined":59323,"file-statutory-outlined":59324,"file-verified-outlined":59325,"filter-outlined":59326,"fitness-outlined":59327,"folder-outlined":59328,"folder-upload-outlined":59329,"folder-user-outlined":59330,"form-outlined":59331,"funnel-filter-outline":59332,"goal-outlined":59333,"graph-outlined":59334,"grocery-outlined":59335,"hand-holding-user-outlined":59336,"handshake-outlined":59337,"happy-sun-outlined":59338,"health-bag-outlined":59339,"heart-outlined":59340,"home-active-outlined":59341,"home-outlined":59342,"id-card-outlined":59343,"image-outlined":59344,"import-outlined":59345,"instapay-outlined":59346,italic:italic,"job-search-outlined":59348,"leave-approval-outlined":59349,"link-1":59350,"link-2":59351,"list-outlined":59352,"live-help-outlined":59353,local_mall_outlined:local_mall_outlined,"location-on-outlined":59355,"location-outlined":59356,"lock-outlined":59357,"locked-file-outlined":59358,"log-out":59359,"mail-outlined":59360,"map-outlined":59361,"media-content-outlined":59362,"menu-close":59363,"menu-expand":59364,"menu-fold-outlined":59365,"menu-unfold-outlined":59366,"moneybag-outlined":59367,"moon-outlined":59368,"more-horizontal":59369,"more-vertical":59370,"morning-outlined":59371,"multiple-folders-outlined":59372,"multiple-users-outlined":59373,"near-me-outlined":59374,"node-outlined":59375,"number-points":59376,number:number$2,"overview-outlined":59378,"park-outlined":59379,"payment-summary-outlined":59380,"payslip-outlined":59381,"pencil-outlined":59382,percentage:percentage,"phone-outlined":59384,"piggy-bank-outlined":59385,"plane-outlined":59386,"play-circle-outlined":59387,"print-outlined":59388,"propane-tank-outlined":59389,"qr-code-outlined":59390,"qualification-outlined":59391,"re-assign":59392,redeem:redeem,refresh:refresh,remove:remove$1,"reply-outlined":59396,restart:restart,"restaurant-outlined":59398,"resume-outlined":59399,"return-arrow":59400,"rostering-outlined":59401,"safety-outlined":59402,"save-outlined":59403,"schedule-outlined":59404,"search-outlined":59405,"search-secured-outlined":59406,"send-outlined":59407,"share-1":59408,"share-2":59409,"share-outlined-2":59410,"share-outlined":59411,"shield-check-outlined":59412,"shop-outlined":59413,shopping_basket_outlined:shopping_basket_outlined,"show-chart-outlined":59415,"single-down-arrow":59416,"single-left-arrow":59417,"single-right-arrow":59418,"single-up-arrow":59419,"smart-match-outlined":59420,"sparkle-outlined":59421,"speaker-active-outlined":59422,"speaker-outlined":59423,"star-circle-outlined":59424,"star-outlined":59425,"start-break-outlined":59426,"stash-outlined":59427,"stopwatch-outlined":59428,strikethrough:strikethrough,"styler-outlined":59430,"suitcase-clock-outlined":59431,"suitcase-outlined":59432,"survey-outlined":59433,"switch-outlined":59434,sync:sync,"tag-outlined":59436,"target-outlined":59437,"tennis-outlined":59438,"thumb-down-outlined":59439,"ticket-outlined":59440,"timesheet-outlined":59441,"timesheets-outlined":59442,"today-outlined":59443,transfer:transfer,"transportation-outlined":59445,"trash-bin-outlined":59446,"umbrela-outlined":59447,"unavailability-outlined":59448,unavailable:unavailable,underline:underline,"union-outlined":59451,"unlock-outlined":59452,"upload-outlined":59453,"user-circle-outlined":59454,"user-gear-outlined":59455,"user-outlined":59456,"user-rectangle-outlined":59457,"video-1-outlined":59458,"video-2-outlined":59459,"volunteer-outlined":59460,"wallet-outlined":59461,"wellness-outlined":59462};var HeroIcon=reactNativeVectorIcons.createIconSet(glyphMap,'hero-icons-mobile','hero-icons-mobile.ttf');var COLOR_INTENTS={text:'text',primary:'primary',secondary:'secondary',info:'info',danger:'danger',success:'success',warning:'warning','disabled-text':'disabledText','text-inverted':'invertedText',muted:'muted'};var StyledHeroIcon=index$b(HeroIcon)(function(_ref){var themeIntent=_ref.themeIntent,themeSize=_ref.themeSize,theme=_ref.theme;return {color:theme.__hd__.icon.colors[COLOR_INTENTS[themeIntent]],fontSize:theme.__hd__.icon.sizes[themeSize]};});var _excluded$H=["style"];var AnimatedIcon=function AnimatedIcon(_ref){var style=_ref.style,otherProps=_objectWithoutProperties(_ref,_excluded$H);var rotateAnimation=React__default.useRef(new reactNative.Animated.Value(0));React__default.useEffect(function(){var animation=reactNative.Animated.loop(reactNative.Animated.timing(rotateAnimation.current,{toValue:1,duration:1000,easing:reactNative.Easing.linear,useNativeDriver:true}));animation.start();return function(){animation.stop();};},[]);var interpolatedRotateAnimation=rotateAnimation.current.interpolate({inputRange:[0,1],outputRange:['0deg','360deg']});return/*#__PURE__*/React__default__namespace.default.createElement(reactNative.Animated.View,{style:[{transform:[{rotate:interpolatedRotateAnimation}]},style]},/*#__PURE__*/React__default__namespace.default.createElement(StyledHeroIcon,otherProps));};var Icon=function Icon(_ref){var icon=_ref.icon,style=_ref.style,_ref$size=_ref.size,size=_ref$size===void 0?'medium':_ref$size,_ref$intent=_ref.intent,intent=_ref$intent===void 0?'text':_ref$intent,testID=_ref.testID,_ref$spin=_ref.spin,spin=_ref$spin===void 0?false:_ref$spin,accessibilityLabel=_ref.accessibilityLabel,accessibilityHint=_ref.accessibilityHint,accessibilityRole=_ref.accessibilityRole,accessibilityState=_ref.accessibilityState,accessibilityValue=_ref.accessibilityValue,accessibilityLiveRegion=_ref.accessibilityLiveRegion,accessibilityElementsHidden=_ref.accessibilityElementsHidden,accessible=_ref.accessible,accessibilityIgnoresInvertColors=_ref.accessibilityIgnoresInvertColors,accessibilityViewIsModal=_ref.accessibilityViewIsModal,accessibilityActions=_ref.accessibilityActions;useDeprecation("".concat(icon," icon is deprecated and will be removed in the next major release, please use ").concat(icon.replace('carat','caret')," instead."),icon.startsWith('carat'));var accessibilityProps={accessibilityLabel:accessibilityLabel,accessibilityHint:accessibilityHint,accessibilityRole:accessibilityRole,accessibilityState:accessibilityState,accessibilityValue:accessibilityValue,accessibilityLiveRegion:accessibilityLiveRegion,accessibilityElementsHidden:accessibilityElementsHidden,accessible:accessible,accessibilityIgnoresInvertColors:accessibilityIgnoresInvertColors,accessibilityViewIsModal:accessibilityViewIsModal,accessibilityActions:accessibilityActions};return spin?/*#__PURE__*/React__default__namespace.default.createElement(AnimatedIcon,_extends$1({name:icon,themeIntent:intent,themeSize:size,style:style,testID:testID},accessibilityProps)):/*#__PURE__*/React__default__namespace.default.createElement(StyledHeroIcon,_extends$1({name:icon,themeIntent:intent,themeSize:size,style:style,testID:testID},accessibilityProps));};Icon.List=IconList;var AccordionItem=function AccordionItem(_ref){var header=_ref.header,content=_ref.content,_ref$open=_ref.open,open=_ref$open===void 0?false:_ref$open,onPress=_ref.onPress,_ref$variant=_ref.variant,variant=_ref$variant===void 0?'default':_ref$variant,style=_ref.style,testID=_ref.testID;return/*#__PURE__*/React__default__namespace.default.createElement(StyledItemWrapper$1,{themeVariant:variant,style:style,testID:testID},/*#__PURE__*/React__default__namespace.default.createElement(StyledHeaderWrapper$1,{onPress:onPress},typeof header==='string'?/*#__PURE__*/React__default__namespace.default.createElement(Typography.Body,{variant:"regular-bold"},header):header,/*#__PURE__*/React__default__namespace.default.createElement(Icon,{icon:open?'arrow-up':'arrow-down',intent:"primary",size:"small"})),/*#__PURE__*/React__default__namespace.default.createElement(StyledCollapse,{open:open},content));};var _excluded$G=["key"];var Accordion=function Accordion(_ref){var items=_ref.items,activeItemKey=_ref.activeItemKey,onItemPress=_ref.onItemPress,_ref$variant=_ref.variant,variant=_ref$variant===void 0?'default':_ref$variant,style=_ref.style,testID=_ref.testID;var defaultValue=React__default.useMemo(function(){return typeof activeItemKey==='number'?NaN:'';},[activeItemKey]);var _usePropsOrInternalSt=usePropsOrInternalState(defaultValue,activeItemKey,onItemPress),_usePropsOrInternalSt2=_slicedToArray(_usePropsOrInternalSt,2),_activeItemKey=_usePropsOrInternalSt2[0],_onItemPress=_usePropsOrInternalSt2[1];return/*#__PURE__*/React__default__namespace.default.createElement(StyledWrapper$d,{style:style,testID:testID},items.map(function(_ref2,index){var key=_ref2.key,props=_objectWithoutProperties(_ref2,_excluded$G);var open=_activeItemKey===key;return/*#__PURE__*/React__default__namespace.default.createElement(React__default__namespace.default.Fragment,{key:key},variant==='card'&&index!==0&&/*#__PURE__*/React__default__namespace.default.createElement(Spacer$1,{testID:"accordion-spacer"}),/*#__PURE__*/React__default__namespace.default.createElement(AccordionItem,_extends$1({},props,{open:open,onPress:function onPress(){return _onItemPress(open?defaultValue:key);},variant:variant})));}));};var Container$1=index$b(reactNative.View)(function(_ref){var theme=_ref.theme,_ref$themeVariant=_ref.themeVariant,themeVariant=_ref$themeVariant===void 0?'rounded':_ref$themeVariant,themeIntent=_ref.themeIntent;return _objectSpread2({borderRadius:themeVariant==='rounded'?theme.__hd__.alert.radii["default"]:0,backgroundColor:theme.__hd__.alert.colors.backgrounds[themeIntent],minHeight:theme.__hd__.alert.sizes.height,flexDirection:'row'},theme.__hd__.alert.shadows.wrapper);});var IconContainer$1=index$b(reactNative.View)(function(_ref2){var theme=_ref2.theme;return {alignItems:'center',paddingLeft:theme.__hd__.alert.space.iconLeftPadding};});var StyledIcon$5=index$b(Icon)(function(_ref3){var theme=_ref3.theme,themeIntent=_ref3.themeIntent;return {color:theme.__hd__.alert.colors.texts[themeIntent]};});var TextContainer$1=index$b(reactNative.View)(function(_ref4){var theme=_ref4.theme;return {paddingHorizontal:theme.__hd__.alert.space.textPaddingHorizontal,flex:1};});var StyledBody$1=index$b(Typography.Body)(function(_ref5){var theme=_ref5.theme,themeIntent=_ref5.themeIntent;return {color:theme.__hd__.alert.colors.texts[themeIntent]};});var ContentContainer$1=index$b(reactNative.View)(function(_ref6){var theme=_ref6.theme,showDivider=_ref6.showDivider;return {paddingVertical:theme.__hd__.alert.space.contentPaddingHorizontal,flex:1,borderRightWidth:showDivider?theme.__hd__.alert.borderWidths.base:0,borderColor:theme.__hd__.alert.colors.divider,flexDirection:'row'};});var CTAWrapper$1=index$b(reactNative.TouchableOpacity)(function(_ref7){var theme=_ref7.theme;return {paddingHorizontal:theme.__hd__.alert.space.ctaPadding,justifyContent:'center'};});var getIntentIcon$1=function getIntentIcon(intent){switch(intent){case'success':return 'circle-ok';case'warning':return 'warning';case'info':return 'circle-info';case'error':return 'circle-warning';default:return undefined;}};var AlertIcon=function AlertIcon(_ref){var icon=_ref.icon,intent=_ref.intent;return icon?/*#__PURE__*/React__default__namespace.default.createElement(IconContainer$1,{testID:"alert-left-icon"},/*#__PURE__*/React__default__namespace.default.createElement(StyledIcon$5,{icon:icon,size:"small",themeIntent:intent})):null;};var Alert=function Alert(_ref2){var content=_ref2.content,icon=_ref2.icon,title=_ref2.title,_ref2$intent=_ref2.intent,intent=_ref2$intent===void 0?'info':_ref2$intent,onClose=_ref2.onClose,_ref2$variant=_ref2.variant,variant=_ref2$variant===void 0?'rounded':_ref2$variant,style=_ref2.style,testID=_ref2.testID,actionLabel=_ref2.actionLabel;useDeprecation("Alert's notification intent is deprecated and will be removed in the next major release. Please use other intents instead.",intent==='notification');return/*#__PURE__*/React__default__namespace.default.createElement(Container$1,{themeVariant:variant,themeIntent:intent,style:style,testID:testID},/*#__PURE__*/React__default__namespace.default.createElement(ContentContainer$1,{showDivider:!!onClose},icon!==null?/*#__PURE__*/React__default__namespace.default.createElement(AlertIcon,{icon:icon||getIntentIcon$1(intent),intent:intent}):null,/*#__PURE__*/React__default__namespace.default.createElement(TextContainer$1,null,typeof title==='string'?/*#__PURE__*/React__default__namespace.default.createElement(StyledBody$1,{variant:"small-bold",themeIntent:intent},title):title,typeof content==='string'?/*#__PURE__*/React__default__namespace.default.createElement(StyledBody$1,{variant:"small",themeIntent:intent},content):content)),onClose?/*#__PURE__*/React__default__namespace.default.createElement(CTAWrapper$1,{onPress:onClose,testID:"alert-close-icon"},typeof actionLabel==='string'?/*#__PURE__*/React__default__namespace.default.createElement(StyledBody$1,{variant:"small-bold",themeIntent:intent},actionLabel):/*#__PURE__*/React__default__namespace.default.createElement(StyledIcon$5,{icon:"cancel",size:"small",themeIntent:intent})):null);};var StyledContent$1=index$b(reactNative.View)(function(_ref){var theme=_ref.theme;return {padding:theme.__hd__.appCue.space.padding,backgroundColor:theme.__hd__.appCue.colors.background,borderRadius:theme.__hd__.appCue.radii.container,alignSelf:'center'};});var StyledContainer$9=index$b(reactNative.View)(function(_ref2){var theme=_ref2.theme;return {width:'100%',height:'100%',backgroundColor:theme.__hd__.appCue.colors.backdropColor};});var StyledIconContainer$1=index$b(reactNative.Animated.View)(function(_ref3){var theme=_ref3.theme,themePlacement=_ref3.themePlacement;return _objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({position:'absolute',color:theme.__hd__.appCue.colors.background,display:'flex',alignItems:'center',justifyContent:'center'},themePlacement==='top'&&{bottom:-theme.__hd__.appCue.space.arrowOffset,width:'100%'}),themePlacement==='bottom'&&{top:-theme.__hd__.appCue.space.arrowOffset,transform:[{rotate:'180deg'}],width:'100%'}),themePlacement==='right'&&{left:-theme.__hd__.appCue.space.arrowOffset,transform:[{rotate:'90deg'}],height:'100%'}),themePlacement==='left'&&{right:-theme.__hd__.appCue.space.arrowOffset,transform:[{rotate:'-90deg'}],height:'100%'}),themePlacement==='top-left'&&{bottom:-theme.__hd__.appCue.space.arrowOffset,right:theme.__hd__.appCue.space.arrowOffset}),themePlacement==='top-right'&&{bottom:-theme.__hd__.appCue.space.arrowOffset,left:theme.__hd__.appCue.space.arrowOffset}),themePlacement==='bottom-left'&&{top:-theme.__hd__.appCue.space.arrowOffset,right:theme.__hd__.appCue.space.arrowOffset,transform:[{rotate:'180deg'}]}),themePlacement==='bottom-right'&&{top:-theme.__hd__.appCue.space.arrowOffset,left:theme.__hd__.appCue.space.arrowOffset,transform:[{rotate:'180deg'}]});});/**
639
639
  * Calculates the position of an element based on its placement relative to a reference position.
640
640
  *
641
641
  * @param {Object} params - The parameters for calculating the position.
@@ -706,13 +706,13 @@ if(isFirstRendering.current){isFirstRendering.current=false;return;}reactNative.
706
706
  setLoaded(function(loadedState){return [].concat(_toConsumableArray(loadedState),[selectedTabKey]);});}return/*#__PURE__*/React__default__namespace.default.createElement(BottomNavigationContainer,nativeProps,/*#__PURE__*/React__default__namespace.default.createElement(ContentWrapper,null,tabs.map(function(tab){var key=tab.key,component=tab.component,testID=tab.testID;var active=selectedTabKey===key;if(renderActiveTabOnly&&!active){return null;}if(!loaded.includes(key)){// Don't render a screen if we've never navigated to it
707
707
  return null;}return/*#__PURE__*/React__default__namespace.default.createElement(BottomNavigationTab,{key:key,testID:testID?"route-screen-".concat(testID):undefined,pointerEvents:active?'auto':'none',accessibilityElementsHidden:!active,importantForAccessibility:active?'auto':'no-hide-descendants',collapsable:false,removeClippedSubviews:// On iOS, set removeClippedSubviews to true only when not focused
708
708
  // This is an workaround for a bug where the clipped view never re-appears.
709
- isIOS?selectedTabKey!==key:true,themeVisibility:active},component);})),/*#__PURE__*/React__default__namespace.default.createElement(BottomBarWrapper,{themeInsets:insets},/*#__PURE__*/React__default__namespace.default.createElement(BottomBar,null,tabs.map(function(tab){var key=tab.key,icon=tab.icon,title=tab.title,testID=tab.testID;var active=selectedTabKey===key;var inactiveIcon=getInactiveIcon(icon);return/*#__PURE__*/React__default__namespace.default.createElement(reactNative.TouchableWithoutFeedback,{key:key,onPress:function onPress(){return onTabPress(key);},testID:testID},/*#__PURE__*/React__default__namespace.default.createElement(BottomBarItem,null,/*#__PURE__*/React__default__namespace.default.createElement(Icon,{icon:active?icon:inactiveIcon,intent:active?'primary':'text',testID:"hero-icon-".concat(icon)}),!!title&&/*#__PURE__*/React__default__namespace.default.createElement(StyledBottomBarText,{fontWeight:"semi-bold",intent:active?'primary':'body',numberOfLines:1},title)));}))));};var BottomSheetContext=/*#__PURE__*/React__default.createContext({});var AnimatedPressable$1=reactNative.Animated.createAnimatedComponent(reactNative.Pressable);var AnimatedSafeAreaView=reactNative.Animated.createAnimatedComponent(reactNative.SafeAreaView);var StyledWrapper$a=index$b(reactNative.View)(_objectSpread2(_objectSpread2({},reactNative.StyleSheet.absoluteFillObject),{},{flexDirection:'column-reverse'}));var StyledKeyboardAvoidingView=index$b(reactNative.KeyboardAvoidingView)(function(){return {flex:1,flexDirection:'column-reverse'};});var StyledFloatingWrapper=index$b(AnimatedSafeAreaView)(function(_ref){var theme=_ref.theme;return {margin:theme.__hd__.bottomSheet.space.floatingContentMargin};});var StyledFloatingBottomSheet=index$b(reactNative.Animated.View)(function(_ref2){var theme=_ref2.theme;return {width:'100%',backgroundColor:theme.__hd__.bottomSheet.colors.background,borderRadius:theme.__hd__.bottomSheet.radii.floating,maxHeight:'100%',padding:theme.__hd__.bottomSheet.space.floatingInnerPadding};});var StyledBottomSheet=index$b(reactNative.Animated.View)(function(_ref3){var theme=_ref3.theme;return {borderTopLeftRadius:theme.__hd__.bottomSheet.radii["default"],borderTopRightRadius:theme.__hd__.bottomSheet.radii["default"],backgroundColor:theme.__hd__.bottomSheet.colors.background,width:'100%',maxHeight:'100%',paddingBottom:theme.__hd__.bottomSheet.space.contentPaddingBottom};});var StyledBackdrop$2=index$b(AnimatedPressable$1)(function(_ref4){var theme=_ref4.theme;return _objectSpread2(_objectSpread2({},reactNative.StyleSheet.absoluteFillObject),{},{backgroundColor:theme.__hd__.bottomSheet.colors.backdrop,opacity:0.4});});var StyledHeaderWrapper=index$b(reactNative.View)(function(_ref5){var theme=_ref5.theme;return {flexDirection:'row',paddingVertical:theme.__hd__.bottomSheet.space.headerWrapperVerticalPadding,paddingHorizontal:theme.__hd__.bottomSheet.space.headerWrapperHorizontalPadding};});var StyledHeader=index$b(reactNative.View)({flex:1,justifyContent:'center'});var StyledFooter=index$b(reactNative.View)(function(_ref6){var theme=_ref6.theme;return {paddingHorizontal:theme.__hd__.bottomSheet.space.footerHorizontalPadding,paddingVertical:theme.__hd__.bottomSheet.space.footerVerticalPadding,alignItems:'center',justifyContent:'flex-end',flexDirection:'row'};});var StyledIconWrapper$3=index$b(reactNative.View)(function(_ref7){var theme=_ref7.theme;return {alignItems:'flex-end',justifyContent:'center',width:theme.__hd__.bottomSheet.sizes.closeIcon,height:theme.__hd__.bottomSheet.sizes.closeIcon,marginLeft:theme.__hd__.bottomSheet.space.closeIconMargin};});var StyledFloatingHeaderWrapper=index$b(reactNative.TouchableOpacity)(function(_ref8){var theme=_ref8.theme;return {padding:theme.__hd__.bottomSheet.space.floatingHeaderIconPadding,backgroundColor:theme.__hd__.bottomSheet.colors.floatingHeaderIconBackground,borderRadius:theme.__hd__.bottomSheet.radii.floatingHeaderIcon};});var ContentContainer$1=function ContentContainer(_ref){var children=_ref.children,variant=_ref.variant,style=_ref.style;return variant==='fixed'?/*#__PURE__*/React__default__namespace.default.createElement(reactNativeSafeAreaContext.SafeAreaView,{edges:['left','right','top'],style:{maxHeight:'94%'}},/*#__PURE__*/React__default__namespace.default.createElement(StyledBottomSheet,{style:style},children)):/*#__PURE__*/React__default__namespace.default.createElement(StyledFloatingWrapper,null,/*#__PURE__*/React__default__namespace.default.createElement(StyledFloatingBottomSheet,{style:style},children));};var StyledDivider=index$b(reactNative.View)(function(_ref){var themeMarginHorizontal=_ref.themeMarginHorizontal,themeMarginVertical=_ref.themeMarginVertical,theme=_ref.theme;var horizontalMargin=themeMarginHorizontal!==undefined?{marginHorizontal:theme.__hd__.divider.space[themeMarginHorizontal]}:{};var verticalMargin=themeMarginVertical!==undefined?{marginVertical:theme.__hd__.divider.space[themeMarginVertical]}:{};return _objectSpread2(_objectSpread2({maxWidth:'100%',borderBottomColor:theme.__hd__.divider.colors["default"],borderBottomWidth:theme.__hd__.divider.borderWidths["default"]},horizontalMargin),verticalMargin);});var _excluded$z=["marginHorizontal","marginVertical","style","testID"];var Divider=function Divider(_ref){var marginHorizontal=_ref.marginHorizontal,marginVertical=_ref.marginVertical,style=_ref.style,testID=_ref.testID,nativeProps=_objectWithoutProperties(_ref,_excluded$z);return/*#__PURE__*/React__default__namespace.default.createElement(StyledDivider,_extends$1({},nativeProps,{themeMarginHorizontal:marginHorizontal,themeMarginVertical:marginVertical,style:style,testID:testID}));};var Footer$1=function Footer(_ref){var children=_ref.children,showDivider=_ref.showDivider;return/*#__PURE__*/React__default__namespace.default.createElement(reactNative.View,null,showDivider?/*#__PURE__*/React__default__namespace.default.createElement(Divider,null):null,/*#__PURE__*/React__default__namespace.default.createElement(StyledFooter,null,children));};// eslint-disable-next-line @typescript-eslint/no-empty-function
709
+ isIOS?selectedTabKey!==key:true,themeVisibility:active},component);})),/*#__PURE__*/React__default__namespace.default.createElement(BottomBarWrapper,{themeInsets:insets},/*#__PURE__*/React__default__namespace.default.createElement(BottomBar,null,tabs.map(function(tab){var key=tab.key,icon=tab.icon,title=tab.title,testID=tab.testID;var active=selectedTabKey===key;var inactiveIcon=getInactiveIcon(icon);return/*#__PURE__*/React__default__namespace.default.createElement(reactNative.TouchableWithoutFeedback,{key:key,onPress:function onPress(){return onTabPress(key);},testID:testID},/*#__PURE__*/React__default__namespace.default.createElement(BottomBarItem,null,/*#__PURE__*/React__default__namespace.default.createElement(Icon,{icon:active?icon:inactiveIcon,intent:active?'primary':'text',testID:"hero-icon-".concat(icon)}),!!title&&/*#__PURE__*/React__default__namespace.default.createElement(StyledBottomBarText,{fontWeight:"semi-bold",intent:active?'primary':'body',numberOfLines:1},title)));}))));};var BottomSheetContext=/*#__PURE__*/React__default.createContext({});var StyledDivider=index$b(reactNative.View)(function(_ref){var themeMarginHorizontal=_ref.themeMarginHorizontal,themeMarginVertical=_ref.themeMarginVertical,theme=_ref.theme;var horizontalMargin=themeMarginHorizontal!==undefined?{marginHorizontal:theme.__hd__.divider.space[themeMarginHorizontal]}:{};var verticalMargin=themeMarginVertical!==undefined?{marginVertical:theme.__hd__.divider.space[themeMarginVertical]}:{};return _objectSpread2(_objectSpread2({maxWidth:'100%',borderBottomColor:theme.__hd__.divider.colors["default"],borderBottomWidth:theme.__hd__.divider.borderWidths["default"]},horizontalMargin),verticalMargin);});var _excluded$z=["marginHorizontal","marginVertical","style","testID"];var Divider=function Divider(_ref){var marginHorizontal=_ref.marginHorizontal,marginVertical=_ref.marginVertical,style=_ref.style,testID=_ref.testID,nativeProps=_objectWithoutProperties(_ref,_excluded$z);return/*#__PURE__*/React__default__namespace.default.createElement(StyledDivider,_extends$1({},nativeProps,{themeMarginHorizontal:marginHorizontal,themeMarginVertical:marginVertical,style:style,testID:testID}));};var AnimatedPressable$1=reactNative.Animated.createAnimatedComponent(reactNative.Pressable);var AnimatedSafeAreaView=reactNative.Animated.createAnimatedComponent(reactNative.SafeAreaView);var StyledWrapper$a=index$b(reactNative.View)(_objectSpread2(_objectSpread2({},reactNative.StyleSheet.absoluteFillObject),{},{flexDirection:'column-reverse'}));var StyledKeyboardAvoidingView=index$b(reactNative.KeyboardAvoidingView)(function(){return {flex:1,flexDirection:'column-reverse'};});var StyledFloatingWrapper=index$b(AnimatedSafeAreaView)(function(_ref){var theme=_ref.theme;return {margin:theme.__hd__.bottomSheet.space.floatingContentMargin};});var StyledFloatingBottomSheet=index$b(reactNative.Animated.View)(function(_ref2){var theme=_ref2.theme;return {width:'100%',backgroundColor:theme.__hd__.bottomSheet.colors.background,borderRadius:theme.__hd__.bottomSheet.radii.floating,maxHeight:'100%',padding:theme.__hd__.bottomSheet.space.floatingInnerPadding};});var StyledBottomSheet=index$b(AnimatedSafeAreaView)(function(_ref3){var theme=_ref3.theme;return {borderTopLeftRadius:theme.__hd__.bottomSheet.radii["default"],borderTopRightRadius:theme.__hd__.bottomSheet.radii["default"],backgroundColor:theme.__hd__.bottomSheet.colors.background,width:'100%',maxHeight:'94%'};});var StyledBackdrop$2=index$b(AnimatedPressable$1)(function(_ref4){var theme=_ref4.theme;return _objectSpread2(_objectSpread2({},reactNative.StyleSheet.absoluteFillObject),{},{backgroundColor:theme.__hd__.bottomSheet.colors.backdrop,opacity:0.4});});var StyledHeaderWrapper=index$b(reactNative.View)(function(_ref5){var theme=_ref5.theme;return {flexDirection:'row',paddingVertical:theme.__hd__.bottomSheet.space.headerWrapperVerticalPadding,paddingHorizontal:theme.__hd__.bottomSheet.space.headerWrapperHorizontalPadding};});var StyledHeader=index$b(reactNative.View)({flex:1,justifyContent:'center'});var StyledFooter=index$b(reactNative.View)(function(_ref6){var theme=_ref6.theme;return {paddingHorizontal:theme.__hd__.bottomSheet.space.footerHorizontalPadding,paddingVertical:theme.__hd__.bottomSheet.space.footerVerticalPadding,alignItems:'center',justifyContent:'flex-end',flexDirection:'row'};});var StyledIconWrapper$3=index$b(reactNative.View)(function(_ref7){var theme=_ref7.theme;return {alignItems:'flex-end',justifyContent:'center',width:theme.__hd__.bottomSheet.sizes.closeIcon,height:theme.__hd__.bottomSheet.sizes.closeIcon,marginLeft:theme.__hd__.bottomSheet.space.closeIconMargin};});var StyledFloatingHeaderWrapper=index$b(reactNative.TouchableOpacity)(function(_ref8){var theme=_ref8.theme;return {padding:theme.__hd__.bottomSheet.space.floatingHeaderIconPadding,backgroundColor:theme.__hd__.bottomSheet.colors.floatingHeaderIconBackground,borderRadius:theme.__hd__.bottomSheet.radii.floatingHeaderIcon};});var Footer$1=function Footer(_ref){var children=_ref.children,showDivider=_ref.showDivider;return/*#__PURE__*/React__default__namespace.default.createElement(reactNative.View,null,showDivider?/*#__PURE__*/React__default__namespace.default.createElement(Divider,null):null,/*#__PURE__*/React__default__namespace.default.createElement(StyledFooter,null,children));};// eslint-disable-next-line @typescript-eslint/no-empty-function
710
710
  var noop$2=function noop(){};var genLoadingIndicatorStyles=function genLoadingIndicatorStyles(theme,intent){return {backgroundColor:theme.__hd__.button.colors[intent]};};var StyledLoadingIndicatorWrapper=index$b(reactNative.View)({flexDirection:'row',justifyContent:'center',alignItems:'center'});var StyledLoadingDot=index$b(reactNative.View)(function(_ref){var _ref$size=_ref.size,size=_ref$size===void 0?12:_ref$size,themeVariant=_ref.themeVariant,theme=_ref.theme;var themeStyling=function themeStyling(){switch(themeVariant){case'basic-transparent':case'filled-primary':case'filled-secondary':case'filled-danger':case'outlined-white':case'text-white':return {backgroundColor:theme.__hd__.button.colors.invertedText};case'filled-white':case'outlined-primary':return genLoadingIndicatorStyles(theme,'primary');case'text-primary':case'outlined-secondary':return genLoadingIndicatorStyles(theme,'secondary');case'text-secondary':case'outlined-danger':case'text-danger':return genLoadingIndicatorStyles(theme,'danger');}};return _objectSpread2({width:size,height:size,marginHorizontal:theme.space.small,borderRadius:theme.space.small},themeStyling());});var _excluded$y=["count","size","testID","themeVariant"];var AnimatedLoadingIndicatorWrapper=reactNative.Animated.createAnimatedComponent(StyledLoadingIndicatorWrapper);var AnimatedLoadingDot=reactNative.Animated.createAnimatedComponent(StyledLoadingDot);var renderDotComponent=function renderDotComponent(_ref){var index=_ref.index,size=_ref.size,count=_ref.count,animation=_ref.animation,themeVariant=_ref.themeVariant;var interpolatedProgressAnimation=animation.current.interpolate({inputRange:[0.0,(index+0.5)/(count+1),(index+1.0)/(count+1),(index+1.5)/(count+1),1.0],outputRange:[1.0,1.36,1.56,1.06,1.0]});return/*#__PURE__*/React__default__namespace.default.createElement(reactNative.Animated.View,{style:reactNative.StyleSheet.flatten([{transform:[{scale:interpolatedProgressAnimation}]}]),key:index},/*#__PURE__*/React__default__namespace.default.createElement(AnimatedLoadingDot,{size:size,themeVariant:themeVariant}));};var LoadingIndicator=function LoadingIndicator(_ref2){var _ref2$count=_ref2.count,count=_ref2$count===void 0?3:_ref2$count,_ref2$size=_ref2.size,size=_ref2$size===void 0?12:_ref2$size,testID=_ref2.testID,themeVariant=_ref2.themeVariant,nativeProps=_objectWithoutProperties(_ref2,_excluded$y);var progressAnimation=React__default.useRef(new reactNative.Animated.Value(0));React__default.useEffect(function(){var animation=reactNative.Animated.loop(reactNative.Animated.timing(progressAnimation.current,{toValue:1,duration:1200,easing:reactNative.Easing.linear,useNativeDriver:true}));animation.start();return function(){animation.stop();};},[]);var renderLoadingDot=function renderLoadingDot(_item,index){if(typeof renderDotComponent==='function'){return renderDotComponent({index:index,count:count,size:size,animation:progressAnimation,themeVariant:themeVariant});}return null;};return/*#__PURE__*/React__default__namespace.default.createElement(AnimatedLoadingIndicatorWrapper,_extends$1({testID:testID},nativeProps),Array.from(new Array(count),renderLoadingDot,themeVariant));};var getButtonHeight=function getButtonHeight(themeIsCompact){switch(themeIsCompact){case true:return scale(36);default:return scale(60);}};var genFilledContainerStyles=function genFilledContainerStyles(theme,intent,disabled,loading,compact){var backgroundColorStyling=function backgroundColorStyling(){if(!loading&&disabled){return {backgroundColor:theme.__hd__.button.colors.disabledBorder};}return {backgroundColor:theme.__hd__.button.colors[intent]};};return _objectSpread2(_objectSpread2({height:getButtonHeight(compact),flexDirection:'row',justifyContent:'center',alignItems:'center'},compact?{alignSelf:'flex-start',paddingVertical:theme.__hd__.button.space.compact.buttonPaddingVertical,paddingHorizontal:theme.__hd__.button.space["default"].buttonPadding}:{alignSelf:'stretch',padding:theme.__hd__.button.space["default"].buttonPadding}),{},{borderRadius:theme.__hd__.button.radii["default"]},backgroundColorStyling());};var genOutlineContainerStyles=function genOutlineContainerStyles(theme,intent,disabled,loading,compact){var borderColorStyling=function borderColorStyling(){if(!loading&&disabled){return {borderColor:theme.__hd__.button.colors.disabledBorder};}return {borderColor:theme.__hd__.button.colors[intent]};};return _objectSpread2(_objectSpread2({height:getButtonHeight(compact),flexDirection:'row',justifyContent:'center',alignItems:'center'},compact?{alignSelf:'flex-start',paddingVertical:theme.__hd__.button.space.compact.buttonPaddingVertical-theme.__hd__.button.borderWidth["default"],paddingHorizontal:theme.__hd__.button.space["default"].buttonPadding-theme.__hd__.button.borderWidth["default"]}:{alignSelf:'stretch',padding:theme.__hd__.button.space["default"].buttonPadding-theme.__hd__.button.borderWidth["default"]}),{},{borderWidth:theme.__hd__.button.borderWidth["default"],borderRadius:theme.__hd__.button.radii["default"],backgroundColor:'transparent'},borderColorStyling());};var getTextButtonPaddingVertical=function getTextButtonPaddingVertical(theme,themeInlineText,themeIsCompact){if(themeInlineText){return 0;}if(themeIsCompact){return theme.__hd__.button.space.compact.buttonPaddingVertical;}return theme.__hd__.button.space["default"].textButtonPadding;};var getTextButtonPaddingHorizontal=function getTextButtonPaddingHorizontal(theme,themeInlineText,themeIsCompact){if(themeInlineText){return 0;}if(themeIsCompact){return theme.__hd__.button.space.compact.buttonPaddingHorizontal;}return theme.__hd__.button.space["default"].textButtonPadding;};var genTextStyles=function genTextStyles(theme,intent,disabled,isPressed){if(disabled){return {color:theme.__hd__.button.colors.disabledText};}if(isPressed){return {color:theme.__hd__.button.colors.pressedText[intent]};}return {color:theme.__hd__.button.colors[intent]};};var StyledButtonContainer=index$b(reactNative.TouchableHighlight)(function(_ref){var _ref$disabled=_ref.disabled,disabled=_ref$disabled===void 0?false:_ref$disabled,_ref$loading=_ref.loading,loading=_ref$loading===void 0?false:_ref$loading,themeButtonVariant=_ref.themeButtonVariant,_ref$themeInlineText=_ref.themeInlineText,themeInlineText=_ref$themeInlineText===void 0?false:_ref$themeInlineText,theme=_ref.theme,_ref$themeIsCompact=_ref.themeIsCompact,themeIsCompact=_ref$themeIsCompact===void 0?false:_ref$themeIsCompact;switch(themeButtonVariant){case'filled-primary':return genFilledContainerStyles(theme,'primary',disabled,loading,themeIsCompact);case'filled-secondary':return genFilledContainerStyles(theme,'secondary',disabled,loading,themeIsCompact);case'filled-danger':return genFilledContainerStyles(theme,'danger',disabled,loading,themeIsCompact);case'filled-white':return genFilledContainerStyles(theme,'white',disabled,loading,themeIsCompact);case'outlined-primary':return genOutlineContainerStyles(theme,'primary',disabled,loading,themeIsCompact);case'outlined-secondary':return genOutlineContainerStyles(theme,'secondary',disabled,loading,themeIsCompact);case'outlined-danger':return genOutlineContainerStyles(theme,'danger',disabled,loading,themeIsCompact);case'outlined-white':return genOutlineContainerStyles(theme,'white',disabled,loading,themeIsCompact);case'text-primary':case'text-secondary':case'text-danger':case'text-white':return _objectSpread2(_objectSpread2({height:themeInlineText?undefined:getButtonHeight(themeIsCompact),borderRadius:theme.__hd__.button.radii.text,flexDirection:'row',justifyContent:'center',alignItems:'center'},themeIsCompact?{alignSelf:'flex-start',paddingVertical:getTextButtonPaddingVertical(theme,themeInlineText,themeIsCompact),paddingHorizontal:getTextButtonPaddingHorizontal(theme,themeInlineText,themeIsCompact)}:{padding:themeInlineText?0:theme.__hd__.button.space["default"].textButtonPadding}),{},{borderWidth:0,backgroundColor:loading&&!themeInlineText&&themeButtonVariant!=='text-white'?theme.__hd__.button.colors.textLoadingBackground:'transparent'});}});var genWhiteTextStyles=function genWhiteTextStyles(_ref2){var variant=_ref2.variant,disabled=_ref2.disabled,theme=_ref2.theme;if(disabled){switch(variant){case'filled-white':{return {color:theme.__hd__.button.colors.invertedText};}case'outlined-white':case'text-white':{return {color:theme.__hd__.button.colors.disabledText};}}}switch(variant){case'filled-white':{return {color:theme.__hd__.button.colors.primary};}case'outlined-white':case'text-white':{return {color:theme.__hd__.button.colors.invertedText};}}};var StyledButtonText=index$b(Typography.Title)(function(_ref3){var disabled=_ref3.disabled,themeButtonVariant=_ref3.themeButtonVariant,theme=_ref3.theme;var themeStyling=function themeStyling(){switch(themeButtonVariant){case'filled-primary':case'filled-secondary':case'filled-danger':return {color:theme.__hd__.button.colors.invertedText};case'outlined-primary':return genTextStyles(theme,'primary',disabled);case'outlined-secondary':return genTextStyles(theme,'secondary',disabled);case'outlined-danger':return genTextStyles(theme,'danger',disabled);case'text-primary':return genTextStyles(theme,'primary',disabled);case'text-secondary':return genTextStyles(theme,'secondary',disabled);case'text-danger':return genTextStyles(theme,'danger',disabled);case'filled-white':case'outlined-white':case'text-white':return genWhiteTextStyles({variant:themeButtonVariant,disabled:disabled,theme:theme});}};return _objectSpread2({flexShrink:1,textAlign:'center',textAlignVertical:'center',lineHeight:theme.__hd__.button.lineHeights.buttonText},themeStyling());});var StyledSmallButtonText=index$b(StyledButtonText.withComponent(Typography.Body))(function(_ref4){var theme=_ref4.theme;return {lineHeight:theme.__hd__.button.lineHeights.utilityButtonText};});var StyledButtonTitleOfVariantText=index$b(Typography.Body)(function(_ref5){var disabled=_ref5.disabled,themeButtonVariant=_ref5.themeButtonVariant,themeIsPressed=_ref5.themeIsPressed,theme=_ref5.theme,themeIsCompact=_ref5.themeIsCompact;var themeStyling=function themeStyling(){switch(themeButtonVariant){case'text-primary':return genTextStyles(theme,'primary',disabled,themeIsPressed);case'text-secondary':return genTextStyles(theme,'secondary',disabled,themeIsPressed);case'text-danger':return genTextStyles(theme,'danger',disabled,themeIsPressed);case'text-white':return genWhiteTextStyles({variant:'text-white',disabled:disabled,theme:theme});}};return _objectSpread2({flexShrink:1,lineHeight:theme.__hd__.button.lineHeights.titleOfTextVariant[themeIsCompact?'compact':'default'],textAlign:'center',textAlignVertical:'center'},themeStyling());});var StyledButtonIconWrapper=index$b(reactNative.View)(function(_ref6){var themePosition=_ref6.themePosition,theme=_ref6.theme,themeIsCompact=_ref6.themeIsCompact;switch(themePosition){case'left':return {paddingRight:themeIsCompact?theme.__hd__.button.space.compact.iconPadding:theme.__hd__.button.space["default"].iconPadding};case'right':return {paddingLeft:themeIsCompact?theme.__hd__.button.space.compact.iconPadding:theme.__hd__.button.space["default"].iconPadding};}});var StyledButtonIcon=index$b(Icon)(function(_ref7){var disabled=_ref7.disabled,themeButtonVariant=_ref7.themeButtonVariant,themeIsPressed=_ref7.themeIsPressed,theme=_ref7.theme,themeIsCompact=_ref7.themeIsCompact;var themeStyling=function themeStyling(){switch(themeButtonVariant){case'filled-primary':case'filled-secondary':case'filled-danger':return {color:theme.__hd__.button.colors.invertedText};case'outlined-primary':return genTextStyles(theme,'primary',disabled);case'outlined-secondary':return genTextStyles(theme,'secondary',disabled);case'outlined-danger':return genTextStyles(theme,'danger',disabled);case'text-primary':return genTextStyles(theme,'primary',disabled,themeIsPressed);case'text-secondary':return genTextStyles(theme,'secondary',disabled,themeIsPressed);case'text-danger':return genTextStyles(theme,'danger',disabled,themeIsPressed);case'filled-white':case'outlined-white':case'text-white':return genWhiteTextStyles({variant:themeButtonVariant,disabled:disabled,theme:theme});}};return _objectSpread2({fontSize:themeIsCompact?theme.__hd__.button.sizes.iconSize.compact:theme.__hd__.button.sizes.iconSize["default"]},themeStyling());});var isIconName=function isIconName(icon){return typeof icon==='string';};var FILLED_VARIANTS={primary:'filled-primary',secondary:'filled-secondary',danger:'filled-danger',white:'filled-white'};var OUTLINED_VARIANTS={primary:'outlined-primary',secondary:'outlined-secondary',danger:'outlined-danger',white:'outlined-white'};var TEXT_VARIANTS={primary:'text-primary',secondary:'text-secondary',danger:'text-danger',white:'text-white'};var getThemeVariant=function getThemeVariant(variant,intent){switch(variant){case'filled':case'filled-compact':return FILLED_VARIANTS[intent];case'outlined':case'outlined-compact':return OUTLINED_VARIANTS[intent];case'text':case'text-compact':return TEXT_VARIANTS[intent];}};var getUnderlayColor=function getUnderlayColor(theme,themeVariant){switch(themeVariant){case'filled-primary':return theme.__hd__.button.colors.pressedBackground.filledPrimary;case'filled-secondary':return theme.__hd__.button.colors.pressedBackground.filledSecondary;case'filled-danger':return theme.__hd__.button.colors.pressedBackground.filledDanger;case'filled-white':return theme.__hd__.button.colors.pressedBackground.filledWhite;case'outlined-primary':return theme.__hd__.button.colors.pressedBackground.outlinedPrimary;case'outlined-secondary':return theme.__hd__.button.colors.pressedBackground.outlinedSecondary;case'outlined-danger':return theme.__hd__.button.colors.pressedBackground.outlineDanger;case'outlined-white':return theme.__hd__.button.colors.pressedBackground.outlineWhite;case'text-primary':return theme.__hd__.button.colors.pressedBackground.textPrimary;case'text-secondary':return theme.__hd__.button.colors.pressedBackground.textSecondary;case'text-danger':return theme.__hd__.button.colors.pressedBackground.textDanger;case'text-white':return theme.__hd__.button.colors.pressedBackground.textWhite;}};var deprecatedVariants=['filled-secondary','filled-danger','outlined-secondary','outlined-danger'];function isTextVariant(themeVariant){return ['text-primary','text-secondary','text-danger','text-white'].includes(themeVariant);}var Button=function Button(_ref){var accessibilityHint=_ref.accessibilityHint,accessibilityLabel=_ref.accessibilityLabel,_ref$disabled=_ref.disabled,disabled=_ref$disabled===void 0?false:_ref$disabled,icon=_ref.icon,_ref$intent=_ref.intent,intent=_ref$intent===void 0?'primary':_ref$intent,_ref$loading=_ref.loading,loading=_ref$loading===void 0?false:_ref$loading,onPress=_ref.onPress,rightIcon=_ref.rightIcon,style=_ref.style,testID=_ref.testID,text=_ref.text,_ref$variant=_ref.variant,variant=_ref$variant===void 0?'filled':_ref$variant;var isInlineText=variant==='inline-text'||variant==='inline-text-compact';var themeVariant=getThemeVariant(isInlineText?'text':variant,intent);var theme=useTheme();var underlayColor=React__default.useMemo(function(){return isInlineText?'transparent':getUnderlayColor(theme,themeVariant);},[theme,themeVariant,isInlineText]);var _useState=React__default.useState(false),_useState2=_slicedToArray(_useState,2),isPressed=_useState2[0],setIsPressed=_useState2[1];useDeprecation("Button variant ".concat(deprecatedVariants.join(', ')," are deprecated."),deprecatedVariants.includes(themeVariant));var isCompactVariant=['filled-compact','outlined-compact','text-compact','inline-text-compact'].includes(variant);var isRenderTextVariant=isTextVariant(themeVariant);var renderTextVariantTitle=function renderTextVariantTitle(){if(!isRenderTextVariant)return null;return/*#__PURE__*/React__default__namespace.default.createElement(StyledButtonTitleOfVariantText,{variant:isCompactVariant?'small-bold':'regular-bold',ellipsizeMode:"tail",numberOfLines:1,disabled:disabled,themeButtonVariant:themeVariant,themeIsPressed:isPressed,themeIsCompact:isCompactVariant},text);};var renderTitle=function renderTitle(){return isCompactVariant?/*#__PURE__*/React__default__namespace.default.createElement(StyledSmallButtonText,{variant:"small-bold",ellipsizeMode:"tail",numberOfLines:1,disabled:disabled,themeButtonVariant:themeVariant},text):/*#__PURE__*/React__default__namespace.default.createElement(StyledButtonText,{level:"h5",ellipsizeMode:"tail",numberOfLines:1,disabled:disabled,themeButtonVariant:themeVariant},text);};return/*#__PURE__*/React__default__namespace.default.createElement(StyledButtonContainer,{accessibilityHint:accessibilityHint,accessibilityLabel:accessibilityLabel,disabled:disabled||loading,loading:loading,onPress:onPress,testID:testID,themeButtonVariant:themeVariant,style:style,underlayColor:underlayColor,themeInlineText:isInlineText,onPressIn:function onPressIn(){return isInlineText&&setIsPressed(true);},onPressOut:function onPressOut(){return isInlineText&&setIsPressed(false);},themeIsCompact:isCompactVariant},loading===true?/*#__PURE__*/React__default__namespace.default.createElement(LoadingIndicator,{testID:"".concat(testID,"-loading-indicator"),themeVariant:themeVariant}):/*#__PURE__*/React__default__namespace.default.createElement(React__default__namespace.default.Fragment,null,icon!==undefined&&/*#__PURE__*/React__default__namespace.default.createElement(StyledButtonIconWrapper,{themePosition:"left",themeIsCompact:isCompactVariant},isIconName(icon)?/*#__PURE__*/React__default__namespace.default.createElement(StyledButtonIcon,{disabled:disabled,icon:icon,testID:"".concat(testID,"-left-icon"),themeButtonVariant:themeVariant,themeIsPressed:isPressed,themeIsCompact:isCompactVariant}):icon),isRenderTextVariant?renderTextVariantTitle():renderTitle(),rightIcon!==undefined&&/*#__PURE__*/React__default__namespace.default.createElement(StyledButtonIconWrapper,{themePosition:"right",themeIsCompact:isCompactVariant},isIconName(rightIcon)?/*#__PURE__*/React__default__namespace.default.createElement(StyledButtonIcon,{disabled:disabled,icon:rightIcon,testID:"".concat(testID,"-right-icon"),themeButtonVariant:themeVariant,themeIsPressed:isPressed,themeIsCompact:isCompactVariant}):rightIcon)));};var IconButton=function IconButton(_ref){var hitSlop=_ref.hitSlop,onPress=_ref.onPress,icon=_ref.icon,disabled=_ref.disabled,testID=_ref.testID,style=_ref.style,size=_ref.size,intent=_ref.intent;return/*#__PURE__*/React__default__namespace.default.createElement(reactNative.TouchableOpacity,{style:style,onPress:onPress,testID:testID,hitSlop:hitSlop,disabled:disabled},/*#__PURE__*/React__default__namespace.default.createElement(Icon,{icon:icon,size:size,intent:disabled?'disabled-text':intent}));};var ButtonContainer=index$b(reactNative.TouchableOpacity)(function(_ref){var theme=_ref.theme;return {width:'100%',flexDirection:'row',justifyContent:'center',alignItems:'center',padding:theme.__hd__.button.space.utilityPadding,borderRadius:theme.__hd__.button.radii.utilityRadii,backgroundColor:theme.__hd__.button.colors.utilityBackground};});var IconWrapper=index$b(reactNative.View)(function(_ref2){var theme=_ref2.theme;return {paddingRight:theme.__hd__.button.space["default"].iconPadding};});var ButtonText=index$b(Typography.Body)(function(_ref3){var theme=_ref3.theme;return {flexShrink:1,textAlign:'center',textAlignVertical:'center',lineHeight:theme.__hd__.button.lineHeights.utilityButtonText};});var TEXT_INTENTS={primary:'primary',text:'body'};var UtilityButton=function UtilityButton(_ref){var icon=_ref.icon,onPress=_ref.onPress,text=_ref.text,testID=_ref.testID,_ref$intent=_ref.intent,intent=_ref$intent===void 0?'text':_ref$intent,style=_ref.style,hitSlop=_ref.hitSlop;return/*#__PURE__*/React__default__namespace.default.createElement(ButtonContainer,{style:style,onPress:onPress,testID:testID,hitSlop:hitSlop},/*#__PURE__*/React__default__namespace.default.createElement(IconWrapper,null,/*#__PURE__*/React__default__namespace.default.createElement(Icon,{icon:icon,intent:intent,testID:"".concat(testID,"-icon")})),/*#__PURE__*/React__default__namespace.default.createElement(ButtonText,{intent:TEXT_INTENTS[intent]},text));};var CompoundButton=Button;CompoundButton.Icon=IconButton;CompoundButton.Utility=UtilityButton;var Header=function Header(_ref){var content=_ref.content,showDivider=_ref.showDivider,_ref$onRequestClose=_ref.onRequestClose,onRequestClose=_ref$onRequestClose===void 0?noop$2:_ref$onRequestClose,showCloseButton=_ref.showCloseButton,_ref$variant=_ref.variant,variant=_ref$variant===void 0?'fixed':_ref$variant;var theme=useTheme();return/*#__PURE__*/React__default__namespace.default.createElement(React__default__namespace.default.Fragment,null,/*#__PURE__*/React__default__namespace.default.createElement(StyledHeaderWrapper,null,typeof content==='string'?/*#__PURE__*/React__default__namespace.default.createElement(StyledHeader,null,/*#__PURE__*/React__default__namespace.default.createElement(Typography.Body,{variant:"regular-bold"},content)):/*#__PURE__*/React__default__namespace.default.createElement(reactNative.View,{style:{flex:1}},content),showCloseButton?/*#__PURE__*/React__default__namespace.default.createElement(StyledIconWrapper$3,null,variant==='fixed'?/*#__PURE__*/React__default__namespace.default.createElement(CompoundButton.Icon,{icon:"cancel",onPress:onRequestClose,intent:"text",testID:"bottom-sheet-close-icon",size:"xsmall"}):/*#__PURE__*/React__default__namespace.default.createElement(StyledFloatingHeaderWrapper,{onPress:onRequestClose,testID:"bottom-sheet-close-icon"},/*#__PURE__*/React__default__namespace.default.createElement(Icon,{icon:"cancel",style:{fontSize:theme.__hd__.bottomSheet.sizes.floatingCloseIcon}}))):null),showDivider?/*#__PURE__*/React__default__namespace.default.createElement(Divider,null):null);};var _excluded$x=["scrollEventThrottle"];var BottomSheetScrollView=/*#__PURE__*/React__default.forwardRef(function(_ref,ref){var _ref$scrollEventThrot=_ref.scrollEventThrottle,scrollEventThrottle=_ref$scrollEventThrot===void 0?100:_ref$scrollEventThrot,props=_objectWithoutProperties(_ref,_excluded$x);var _useContext=React__default.useContext(BottomSheetContext),setInternalShowDivider=_useContext.setInternalShowDivider;var onScrollBeginDrag=React__default.useCallback(function(e){var _props$onScrollBeginD;setInternalShowDivider(true);props===null||props===void 0||(_props$onScrollBeginD=props.onScrollBeginDrag)===null||_props$onScrollBeginD===void 0||_props$onScrollBeginD.call(props,e);},[]);var onMomentumScrollBegin=React__default.useCallback(function(e){var _props$onMomentumScro;setInternalShowDivider(true);props===null||props===void 0||(_props$onMomentumScro=props.onMomentumScrollEnd)===null||_props$onMomentumScro===void 0||_props$onMomentumScro.call(props,e);},[]);var onMomentumScrollEnd=React__default.useCallback(function(e){var _props$onMomentumScro2;setInternalShowDivider(false);props===null||props===void 0||(_props$onMomentumScro2=props.onMomentumScrollEnd)===null||_props$onMomentumScro2===void 0||_props$onMomentumScro2.call(props,e);},[]);return/*#__PURE__*/React__default__namespace.default.createElement(reactNative.ScrollView,_extends$1({},props,{ref:ref,onScrollBeginDrag:onScrollBeginDrag,onMomentumScrollBegin:onMomentumScrollBegin,onMomentumScrollEnd:onMomentumScrollEnd,scrollEventThrottle:scrollEventThrottle}));});var BottomSheet=function BottomSheet(_ref){var open=_ref.open,header=_ref.header,footer=_ref.footer,children=_ref.children,onAnimationEnd=_ref.onAnimationEnd,onOpen=_ref.onOpen,onRequestClose=_ref.onRequestClose,onDismiss=_ref.onDismiss,_ref$showCloseButton=_ref.showCloseButton,showCloseButton=_ref$showCloseButton===void 0?true:_ref$showCloseButton,_ref$hasBackdrop=_ref.hasBackdrop,hasBackdrop=_ref$hasBackdrop===void 0?true:_ref$hasBackdrop,_ref$showDivider=_ref.showDivider,showDivider=_ref$showDivider===void 0?false:_ref$showDivider,style=_ref.style,testID=_ref.testID,_ref$keyboardAvoiding=_ref.keyboardAvoidingViewProps,keyboardAvoidingViewProps=_ref$keyboardAvoiding===void 0?{}:_ref$keyboardAvoiding,_ref$supportedOrienta=_ref.supportedOrientations,supportedOrientations=_ref$supportedOrienta===void 0?['portrait']:_ref$supportedOrienta,_ref$variant=_ref.variant,variant=_ref$variant===void 0?'fixed':_ref$variant;var _Dimensions$get=reactNative.Dimensions.get('window'),height=_Dimensions$get.height;// Internal state to control modal open/close timing with animation
711
711
  var _useState=React__default.useState(open),_useState2=_slicedToArray(_useState,2),visible=_useState2[0],setVisibility=_useState2[1];var animatedValue=React__default.useRef(new reactNative.Animated.Value(open?0:1));var _useState3=React__default.useState(showDivider),_useState4=_slicedToArray(_useState3,2),internalShowDivider=_useState4[0],setInternalShowDivider=_useState4[1];var canCallOnDismiss=React__default.useRef(false);React__default.useEffect(function(){// Prevent calling onDismiss when the component has not yet opened
712
712
  if(open&&!canCallOnDismiss.current){canCallOnDismiss.current=true;}// Show the modal before the open animation start
713
713
  if(open&&!visible){setVisibility(open);}},[open]);// Animation
714
714
  React__default.useEffect(function(){var animation=reactNative.Animated.timing(animatedValue.current,{toValue:open?1:0,easing:reactNative.Easing.inOut(reactNative.Easing.cubic),useNativeDriver:true});animation.start(function(_ref2){var finished=_ref2.finished;if(finished){if(!open&&canCallOnDismiss.current){setVisibility(false);onDismiss===null||onDismiss===void 0||onDismiss();}onAnimationEnd===null||onAnimationEnd===void 0||onAnimationEnd();}});return function(){return animation.stop();};},[open]);var interpolateY=animatedValue.current.interpolate({inputRange:[0,1],outputRange:[height,0]});// Backdrop opacity
715
- var interpolateOpacity=hasBackdrop?animatedValue.current.interpolate({inputRange:[0,1],outputRange:[0,0.48]}):0;var BottomSheetContextValue=React__default.useMemo(function(){return {setInternalShowDivider:setInternalShowDivider};},[setInternalShowDivider]);return/*#__PURE__*/React__default__namespace.default.createElement(reactNative.Modal,{visible:visible,onRequestClose:onRequestClose,transparent:true,testID:testID,onShow:onOpen,supportedOrientations:supportedOrientations},/*#__PURE__*/React__default__namespace.default.createElement(StyledWrapper$a,{pointerEvents:"box-none"},/*#__PURE__*/React__default__namespace.default.createElement(StyledKeyboardAvoidingView,_extends$1({behavior:reactNative.Platform.OS==='ios'?'padding':'height'},keyboardAvoidingViewProps),/*#__PURE__*/React__default__namespace.default.createElement(StyledBackdrop$2,{style:{opacity:interpolateOpacity},onPress:onRequestClose}),/*#__PURE__*/React__default__namespace.default.createElement(ContentContainer$1,{variant:variant,style:[style,{transform:[{scaleY:height>0?1:0},{translateY:interpolateY}]}]},header!==undefined?/*#__PURE__*/React__default__namespace.default.createElement(Header,{variant:variant,content:header,showDivider:internalShowDivider,onRequestClose:onRequestClose,showCloseButton:showCloseButton}):null,/*#__PURE__*/React__default__namespace.default.createElement(BottomSheetContext.Provider,{value:BottomSheetContextValue},children),footer?/*#__PURE__*/React__default__namespace.default.createElement(Footer$1,{showDivider:showDivider},footer):null))));};var BottomSheet$1=Object.assign(BottomSheet,{ScrollView:BottomSheetScrollView});function _typeof(o){"@babel/helpers - typeof";return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(o){return typeof o;}:function(o){return o&&"function"==typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o;},_typeof(o);}function requiredArgs(required,args){if(args.length<required){throw new TypeError(required+' argument'+(required>1?'s':'')+' required, but only '+args.length+' present');}}/**
715
+ var interpolateOpacity=hasBackdrop?animatedValue.current.interpolate({inputRange:[0,1],outputRange:[0,0.48]}):0;var BottomSheetContextValue=React__default.useMemo(function(){return {setInternalShowDivider:setInternalShowDivider};},[setInternalShowDivider]);var BottomSheetWrapperComponent=variant==='fixed'?React__default__namespace.default.Fragment:StyledFloatingWrapper;var BottomSheetComponent=variant==='fixed'?StyledBottomSheet:StyledFloatingBottomSheet;return/*#__PURE__*/React__default__namespace.default.createElement(reactNative.Modal,{visible:visible,onRequestClose:onRequestClose,transparent:true,testID:testID,onShow:onOpen,supportedOrientations:supportedOrientations},/*#__PURE__*/React__default__namespace.default.createElement(StyledWrapper$a,{pointerEvents:"box-none"},/*#__PURE__*/React__default__namespace.default.createElement(StyledKeyboardAvoidingView,_extends$1({behavior:reactNative.Platform.OS==='ios'?'padding':'height'},keyboardAvoidingViewProps),/*#__PURE__*/React__default__namespace.default.createElement(StyledBackdrop$2,{style:{opacity:interpolateOpacity},onPress:onRequestClose}),/*#__PURE__*/React__default__namespace.default.createElement(BottomSheetWrapperComponent,null,/*#__PURE__*/React__default__namespace.default.createElement(BottomSheetComponent,{style:[style,{transform:[{scaleY:height>0?1:0},{translateY:interpolateY}]}]},header!==undefined?/*#__PURE__*/React__default__namespace.default.createElement(Header,{variant:variant,content:header,showDivider:internalShowDivider,onRequestClose:onRequestClose,showCloseButton:showCloseButton}):null,/*#__PURE__*/React__default__namespace.default.createElement(BottomSheetContext.Provider,{value:BottomSheetContextValue},children),footer?/*#__PURE__*/React__default__namespace.default.createElement(Footer$1,{showDivider:showDivider},footer):null)))));};var BottomSheet$1=Object.assign(BottomSheet,{ScrollView:BottomSheetScrollView});function _typeof(o){"@babel/helpers - typeof";return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(o){return typeof o;}:function(o){return o&&"function"==typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o;},_typeof(o);}function requiredArgs(required,args){if(args.length<required){throw new TypeError(required+' argument'+(required>1?'s':'')+' required, but only '+args.length+' present');}}/**
716
716
  * @name isDate
717
717
  * @category Common Helpers
718
718
  * @summary Is the given value a date?
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hero-design/rn-work-uikit",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -23,7 +23,7 @@
23
23
  "@emotion/native": "^11.9.3",
24
24
  "@emotion/primitives-core": "11.0.0",
25
25
  "@emotion/react": "^11.9.3",
26
- "@hero-design/rn": "^8.103.1"
26
+ "@hero-design/rn": "^8.103.2"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "@hero-design/react-native-month-year-picker": "^8.43.1",
@@ -253,7 +253,6 @@ exports[`theme returns correct theme object 1`] = `
253
253
  },
254
254
  "space": {
255
255
  "closeIconMargin": 11.76923076923077,
256
- "contentPaddingBottom": 23.53846153846154,
257
256
  "floatingContentMargin": 15.692307692307693,
258
257
  "floatingHeaderIconPadding": 7.846153846153847,
259
258
  "floatingInnerPadding": 7.846153846153847,
@@ -4822,7 +4822,7 @@ var drawChart = (function (exports) {
4822
4822
  </script>
4823
4823
  <script>
4824
4824
  /*<!--*/
4825
- const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.js","children":[{"uid":"3c2c91cd-1","name":"\u0000rollupPluginBabelHelpers.js"},{"name":"home/runner/work/hero-design/hero-design/packages/rn/es/index.js","uid":"3c2c91cd-3"},{"name":"src","children":[{"name":"components/TextInput","children":[{"uid":"3c2c91cd-5","name":"StyledTextInput.tsx"},{"uid":"3c2c91cd-17","name":"ErrorOrHelpText.tsx"},{"uid":"3c2c91cd-19","name":"SuffixComponent.tsx"},{"uid":"3c2c91cd-21","name":"MaxLengthMessage.tsx"},{"uid":"3c2c91cd-23","name":"constants.ts"},{"uid":"3c2c91cd-25","name":"FloatingLabel.tsx"},{"uid":"3c2c91cd-27","name":"PrefixComponent.tsx"},{"uid":"3c2c91cd-29","name":"InputComponent.tsx"},{"uid":"3c2c91cd-31","name":"InputRow.tsx"},{"name":"Group","children":[{"uid":"3c2c91cd-33","name":"utils.ts"},{"uid":"3c2c91cd-35","name":"index.tsx"}]},{"uid":"3c2c91cd-37","name":"index.tsx"}]},{"name":"theme","children":[{"name":"components/textInput.ts","uid":"3c2c91cd-7"},{"uid":"3c2c91cd-9","name":"getTheme.ts"},{"uid":"3c2c91cd-11","name":"ThemeProvider.ts"},{"uid":"3c2c91cd-13","name":"ThemeSwitcher.tsx"},{"uid":"3c2c91cd-15","name":"index.ts"}]},{"uid":"3c2c91cd-39","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"3c2c91cd-1":{"renderedLength":4249,"gzipLength":0,"brotliLength":0,"metaUid":"3c2c91cd-0"},"3c2c91cd-3":{"renderedLength":1592338,"gzipLength":0,"brotliLength":0,"metaUid":"3c2c91cd-2"},"3c2c91cd-5":{"renderedLength":4666,"gzipLength":0,"brotliLength":0,"metaUid":"3c2c91cd-4"},"3c2c91cd-7":{"renderedLength":2586,"gzipLength":0,"brotliLength":0,"metaUid":"3c2c91cd-6"},"3c2c91cd-9":{"renderedLength":406,"gzipLength":0,"brotliLength":0,"metaUid":"3c2c91cd-8"},"3c2c91cd-11":{"renderedLength":67,"gzipLength":0,"brotliLength":0,"metaUid":"3c2c91cd-10"},"3c2c91cd-13":{"renderedLength":1367,"gzipLength":0,"brotliLength":0,"metaUid":"3c2c91cd-12"},"3c2c91cd-15":{"renderedLength":30,"gzipLength":0,"brotliLength":0,"metaUid":"3c2c91cd-14"},"3c2c91cd-17":{"renderedLength":1523,"gzipLength":0,"brotliLength":0,"metaUid":"3c2c91cd-16"},"3c2c91cd-19":{"renderedLength":1932,"gzipLength":0,"brotliLength":0,"metaUid":"3c2c91cd-18"},"3c2c91cd-21":{"renderedLength":1902,"gzipLength":0,"brotliLength":0,"metaUid":"3c2c91cd-20"},"3c2c91cd-23":{"renderedLength":35,"gzipLength":0,"brotliLength":0,"metaUid":"3c2c91cd-22"},"3c2c91cd-25":{"renderedLength":2910,"gzipLength":0,"brotliLength":0,"metaUid":"3c2c91cd-24"},"3c2c91cd-27":{"renderedLength":2220,"gzipLength":0,"brotliLength":0,"metaUid":"3c2c91cd-26"},"3c2c91cd-29":{"renderedLength":1840,"gzipLength":0,"brotliLength":0,"metaUid":"3c2c91cd-28"},"3c2c91cd-31":{"renderedLength":3832,"gzipLength":0,"brotliLength":0,"metaUid":"3c2c91cd-30"},"3c2c91cd-33":{"renderedLength":1017,"gzipLength":0,"brotliLength":0,"metaUid":"3c2c91cd-32"},"3c2c91cd-35":{"renderedLength":2050,"gzipLength":0,"brotliLength":0,"metaUid":"3c2c91cd-34"},"3c2c91cd-37":{"renderedLength":14369,"gzipLength":0,"brotliLength":0,"metaUid":"3c2c91cd-36"},"3c2c91cd-39":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"3c2c91cd-38"}},"nodeMetas":{"3c2c91cd-0":{"id":"\u0000rollupPluginBabelHelpers.js","moduleParts":{"index.js":"3c2c91cd-1"},"imported":[],"importedBy":[{"uid":"3c2c91cd-36"},{"uid":"3c2c91cd-2"},{"uid":"3c2c91cd-4"},{"uid":"3c2c91cd-30"},{"uid":"3c2c91cd-34"},{"uid":"3c2c91cd-8"},{"uid":"3c2c91cd-26"},{"uid":"3c2c91cd-28"},{"uid":"3c2c91cd-6"}]},"3c2c91cd-2":{"id":"/home/runner/work/hero-design/hero-design/packages/rn/es/index.js","moduleParts":{"index.js":"3c2c91cd-3"},"imported":[{"uid":"3c2c91cd-0"},{"uid":"3c2c91cd-41"},{"uid":"3c2c91cd-40"},{"uid":"3c2c91cd-42"},{"uid":"3c2c91cd-43"},{"uid":"3c2c91cd-44"},{"uid":"3c2c91cd-45"},{"uid":"3c2c91cd-46"},{"uid":"3c2c91cd-47"},{"uid":"3c2c91cd-48"},{"uid":"3c2c91cd-49"},{"uid":"3c2c91cd-50"},{"uid":"3c2c91cd-51"},{"uid":"3c2c91cd-52"},{"uid":"3c2c91cd-53"}],"importedBy":[{"uid":"3c2c91cd-38"},{"uid":"3c2c91cd-4"},{"uid":"3c2c91cd-16"},{"uid":"3c2c91cd-18"},{"uid":"3c2c91cd-34"},{"uid":"3c2c91cd-8"},{"uid":"3c2c91cd-10"},{"uid":"3c2c91cd-12"},{"uid":"3c2c91cd-26"}]},"3c2c91cd-4":{"id":"/src/components/TextInput/StyledTextInput.tsx","moduleParts":{"index.js":"3c2c91cd-5"},"imported":[{"uid":"3c2c91cd-0"},{"uid":"3c2c91cd-41"},{"uid":"3c2c91cd-2"}],"importedBy":[{"uid":"3c2c91cd-36"},{"uid":"3c2c91cd-16"},{"uid":"3c2c91cd-20"},{"uid":"3c2c91cd-24"},{"uid":"3c2c91cd-30"},{"uid":"3c2c91cd-28"}]},"3c2c91cd-6":{"id":"/src/theme/components/textInput.ts","moduleParts":{"index.js":"3c2c91cd-7"},"imported":[{"uid":"3c2c91cd-0"}],"importedBy":[{"uid":"3c2c91cd-8"}]},"3c2c91cd-8":{"id":"/src/theme/getTheme.ts","moduleParts":{"index.js":"3c2c91cd-9"},"imported":[{"uid":"3c2c91cd-0"},{"uid":"3c2c91cd-2"},{"uid":"3c2c91cd-6"}],"importedBy":[{"uid":"3c2c91cd-14"},{"uid":"3c2c91cd-12"}]},"3c2c91cd-10":{"id":"/src/theme/ThemeProvider.ts","moduleParts":{"index.js":"3c2c91cd-11"},"imported":[{"uid":"3c2c91cd-2"}],"importedBy":[{"uid":"3c2c91cd-14"},{"uid":"3c2c91cd-12"}]},"3c2c91cd-12":{"id":"/src/theme/ThemeSwitcher.tsx","moduleParts":{"index.js":"3c2c91cd-13"},"imported":[{"uid":"3c2c91cd-40"},{"uid":"3c2c91cd-2"},{"uid":"3c2c91cd-8"},{"uid":"3c2c91cd-10"}],"importedBy":[{"uid":"3c2c91cd-14"}]},"3c2c91cd-14":{"id":"/src/theme/index.ts","moduleParts":{"index.js":"3c2c91cd-15"},"imported":[{"uid":"3c2c91cd-8"},{"uid":"3c2c91cd-10"},{"uid":"3c2c91cd-12"}],"importedBy":[{"uid":"3c2c91cd-38"},{"uid":"3c2c91cd-36"},{"uid":"3c2c91cd-24"},{"uid":"3c2c91cd-28"}]},"3c2c91cd-16":{"id":"/src/components/TextInput/ErrorOrHelpText.tsx","moduleParts":{"index.js":"3c2c91cd-17"},"imported":[{"uid":"3c2c91cd-40"},{"uid":"3c2c91cd-2"},{"uid":"3c2c91cd-4"}],"importedBy":[{"uid":"3c2c91cd-36"}]},"3c2c91cd-18":{"id":"/src/components/TextInput/SuffixComponent.tsx","moduleParts":{"index.js":"3c2c91cd-19"},"imported":[{"uid":"3c2c91cd-40"},{"uid":"3c2c91cd-2"}],"importedBy":[{"uid":"3c2c91cd-36"}]},"3c2c91cd-20":{"id":"/src/components/TextInput/MaxLengthMessage.tsx","moduleParts":{"index.js":"3c2c91cd-21"},"imported":[{"uid":"3c2c91cd-40"},{"uid":"3c2c91cd-4"}],"importedBy":[{"uid":"3c2c91cd-36"}]},"3c2c91cd-22":{"id":"/src/components/TextInput/constants.ts","moduleParts":{"index.js":"3c2c91cd-23"},"imported":[],"importedBy":[{"uid":"3c2c91cd-24"}]},"3c2c91cd-24":{"id":"/src/components/TextInput/FloatingLabel.tsx","moduleParts":{"index.js":"3c2c91cd-25"},"imported":[{"uid":"3c2c91cd-40"},{"uid":"3c2c91cd-41"},{"uid":"3c2c91cd-4"},{"uid":"3c2c91cd-14"},{"uid":"3c2c91cd-22"}],"importedBy":[{"uid":"3c2c91cd-36"}]},"3c2c91cd-26":{"id":"/src/components/TextInput/PrefixComponent.tsx","moduleParts":{"index.js":"3c2c91cd-27"},"imported":[{"uid":"3c2c91cd-0"},{"uid":"3c2c91cd-40"},{"uid":"3c2c91cd-2"},{"uid":"3c2c91cd-41"}],"importedBy":[{"uid":"3c2c91cd-30"}]},"3c2c91cd-28":{"id":"/src/components/TextInput/InputComponent.tsx","moduleParts":{"index.js":"3c2c91cd-29"},"imported":[{"uid":"3c2c91cd-0"},{"uid":"3c2c91cd-40"},{"uid":"3c2c91cd-4"},{"uid":"3c2c91cd-14"}],"importedBy":[{"uid":"3c2c91cd-30"}]},"3c2c91cd-30":{"id":"/src/components/TextInput/InputRow.tsx","moduleParts":{"index.js":"3c2c91cd-31"},"imported":[{"uid":"3c2c91cd-0"},{"uid":"3c2c91cd-40"},{"uid":"3c2c91cd-41"},{"uid":"3c2c91cd-4"},{"uid":"3c2c91cd-26"},{"uid":"3c2c91cd-28"}],"importedBy":[{"uid":"3c2c91cd-36"}]},"3c2c91cd-32":{"id":"/src/components/TextInput/Group/utils.ts","moduleParts":{"index.js":"3c2c91cd-33"},"imported":[],"importedBy":[{"uid":"3c2c91cd-34"}]},"3c2c91cd-34":{"id":"/src/components/TextInput/Group/index.tsx","moduleParts":{"index.js":"3c2c91cd-35"},"imported":[{"uid":"3c2c91cd-0"},{"uid":"3c2c91cd-40"},{"uid":"3c2c91cd-41"},{"uid":"3c2c91cd-2"},{"uid":"3c2c91cd-32"}],"importedBy":[{"uid":"3c2c91cd-36"}]},"3c2c91cd-36":{"id":"/src/components/TextInput/index.tsx","moduleParts":{"index.js":"3c2c91cd-37"},"imported":[{"uid":"3c2c91cd-0"},{"uid":"3c2c91cd-40"},{"uid":"3c2c91cd-41"},{"uid":"3c2c91cd-4"},{"uid":"3c2c91cd-14"},{"uid":"3c2c91cd-16"},{"uid":"3c2c91cd-18"},{"uid":"3c2c91cd-20"},{"uid":"3c2c91cd-24"},{"uid":"3c2c91cd-30"},{"uid":"3c2c91cd-34"}],"importedBy":[{"uid":"3c2c91cd-38"}]},"3c2c91cd-38":{"id":"/src/index.ts","moduleParts":{"index.js":"3c2c91cd-39"},"imported":[{"uid":"3c2c91cd-36"},{"uid":"3c2c91cd-2"},{"uid":"3c2c91cd-14"}],"importedBy":[],"isEntry":true},"3c2c91cd-40":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"3c2c91cd-36"},{"uid":"3c2c91cd-2"},{"uid":"3c2c91cd-16"},{"uid":"3c2c91cd-18"},{"uid":"3c2c91cd-20"},{"uid":"3c2c91cd-24"},{"uid":"3c2c91cd-30"},{"uid":"3c2c91cd-34"},{"uid":"3c2c91cd-12"},{"uid":"3c2c91cd-26"},{"uid":"3c2c91cd-28"}],"isExternal":true},"3c2c91cd-41":{"id":"react-native","moduleParts":{},"imported":[],"importedBy":[{"uid":"3c2c91cd-36"},{"uid":"3c2c91cd-2"},{"uid":"3c2c91cd-4"},{"uid":"3c2c91cd-24"},{"uid":"3c2c91cd-30"},{"uid":"3c2c91cd-34"},{"uid":"3c2c91cd-26"}],"isExternal":true},"3c2c91cd-42":{"id":"react-native-vector-icons","moduleParts":{},"imported":[],"importedBy":[{"uid":"3c2c91cd-2"}],"isExternal":true},"3c2c91cd-43":{"id":"react-native-safe-area-context","moduleParts":{},"imported":[],"importedBy":[{"uid":"3c2c91cd-2"}],"isExternal":true},"3c2c91cd-44":{"id":"@hero-design/react-native-month-year-picker","moduleParts":{},"imported":[],"importedBy":[{"uid":"3c2c91cd-2"}],"isExternal":true},"3c2c91cd-45":{"id":"react-native-svg","moduleParts":{},"imported":[],"importedBy":[{"uid":"3c2c91cd-2"}],"isExternal":true},"3c2c91cd-46":{"id":"@react-native-community/datetimepicker","moduleParts":{},"imported":[],"importedBy":[{"uid":"3c2c91cd-2"}],"isExternal":true},"3c2c91cd-47":{"id":"@react-native-community/slider","moduleParts":{},"imported":[],"importedBy":[{"uid":"3c2c91cd-2"}],"isExternal":true},"3c2c91cd-48":{"id":"@ptomasroos/react-native-multi-slider","moduleParts":{},"imported":[],"importedBy":[{"uid":"3c2c91cd-2"}],"isExternal":true},"3c2c91cd-49":{"id":"react-native-gesture-handler","moduleParts":{},"imported":[],"importedBy":[{"uid":"3c2c91cd-2"}],"isExternal":true},"3c2c91cd-50":{"id":"react-native-linear-gradient","moduleParts":{},"imported":[],"importedBy":[{"uid":"3c2c91cd-2"}],"isExternal":true},"3c2c91cd-51":{"id":"react-native-pager-view","moduleParts":{},"imported":[],"importedBy":[{"uid":"3c2c91cd-2"}],"isExternal":true},"3c2c91cd-52":{"id":"events","moduleParts":{},"imported":[],"importedBy":[{"uid":"3c2c91cd-2"}],"isExternal":true},"3c2c91cd-53":{"id":"react-native-webview","moduleParts":{},"imported":[],"importedBy":[{"uid":"3c2c91cd-2"}],"isExternal":true}},"env":{"rollup":"4.24.3"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
4825
+ const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.js","children":[{"uid":"82d8154f-1","name":"\u0000rollupPluginBabelHelpers.js"},{"name":"home/runner/work/hero-design/hero-design/packages/rn/es/index.js","uid":"82d8154f-3"},{"name":"src","children":[{"name":"components/TextInput","children":[{"uid":"82d8154f-5","name":"StyledTextInput.tsx"},{"uid":"82d8154f-17","name":"ErrorOrHelpText.tsx"},{"uid":"82d8154f-19","name":"SuffixComponent.tsx"},{"uid":"82d8154f-21","name":"MaxLengthMessage.tsx"},{"uid":"82d8154f-23","name":"constants.ts"},{"uid":"82d8154f-25","name":"FloatingLabel.tsx"},{"uid":"82d8154f-27","name":"PrefixComponent.tsx"},{"uid":"82d8154f-29","name":"InputComponent.tsx"},{"uid":"82d8154f-31","name":"InputRow.tsx"},{"name":"Group","children":[{"uid":"82d8154f-33","name":"utils.ts"},{"uid":"82d8154f-35","name":"index.tsx"}]},{"uid":"82d8154f-37","name":"index.tsx"}]},{"name":"theme","children":[{"name":"components/textInput.ts","uid":"82d8154f-7"},{"uid":"82d8154f-9","name":"getTheme.ts"},{"uid":"82d8154f-11","name":"ThemeProvider.ts"},{"uid":"82d8154f-13","name":"ThemeSwitcher.tsx"},{"uid":"82d8154f-15","name":"index.ts"}]},{"uid":"82d8154f-39","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"82d8154f-1":{"renderedLength":4249,"gzipLength":0,"brotliLength":0,"metaUid":"82d8154f-0"},"82d8154f-3":{"renderedLength":1591960,"gzipLength":0,"brotliLength":0,"metaUid":"82d8154f-2"},"82d8154f-5":{"renderedLength":4666,"gzipLength":0,"brotliLength":0,"metaUid":"82d8154f-4"},"82d8154f-7":{"renderedLength":2586,"gzipLength":0,"brotliLength":0,"metaUid":"82d8154f-6"},"82d8154f-9":{"renderedLength":406,"gzipLength":0,"brotliLength":0,"metaUid":"82d8154f-8"},"82d8154f-11":{"renderedLength":67,"gzipLength":0,"brotliLength":0,"metaUid":"82d8154f-10"},"82d8154f-13":{"renderedLength":1367,"gzipLength":0,"brotliLength":0,"metaUid":"82d8154f-12"},"82d8154f-15":{"renderedLength":30,"gzipLength":0,"brotliLength":0,"metaUid":"82d8154f-14"},"82d8154f-17":{"renderedLength":1523,"gzipLength":0,"brotliLength":0,"metaUid":"82d8154f-16"},"82d8154f-19":{"renderedLength":1932,"gzipLength":0,"brotliLength":0,"metaUid":"82d8154f-18"},"82d8154f-21":{"renderedLength":1902,"gzipLength":0,"brotliLength":0,"metaUid":"82d8154f-20"},"82d8154f-23":{"renderedLength":35,"gzipLength":0,"brotliLength":0,"metaUid":"82d8154f-22"},"82d8154f-25":{"renderedLength":2910,"gzipLength":0,"brotliLength":0,"metaUid":"82d8154f-24"},"82d8154f-27":{"renderedLength":2220,"gzipLength":0,"brotliLength":0,"metaUid":"82d8154f-26"},"82d8154f-29":{"renderedLength":1840,"gzipLength":0,"brotliLength":0,"metaUid":"82d8154f-28"},"82d8154f-31":{"renderedLength":3832,"gzipLength":0,"brotliLength":0,"metaUid":"82d8154f-30"},"82d8154f-33":{"renderedLength":1017,"gzipLength":0,"brotliLength":0,"metaUid":"82d8154f-32"},"82d8154f-35":{"renderedLength":2050,"gzipLength":0,"brotliLength":0,"metaUid":"82d8154f-34"},"82d8154f-37":{"renderedLength":14369,"gzipLength":0,"brotliLength":0,"metaUid":"82d8154f-36"},"82d8154f-39":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"82d8154f-38"}},"nodeMetas":{"82d8154f-0":{"id":"\u0000rollupPluginBabelHelpers.js","moduleParts":{"index.js":"82d8154f-1"},"imported":[],"importedBy":[{"uid":"82d8154f-36"},{"uid":"82d8154f-2"},{"uid":"82d8154f-4"},{"uid":"82d8154f-30"},{"uid":"82d8154f-34"},{"uid":"82d8154f-8"},{"uid":"82d8154f-26"},{"uid":"82d8154f-28"},{"uid":"82d8154f-6"}]},"82d8154f-2":{"id":"/home/runner/work/hero-design/hero-design/packages/rn/es/index.js","moduleParts":{"index.js":"82d8154f-3"},"imported":[{"uid":"82d8154f-0"},{"uid":"82d8154f-41"},{"uid":"82d8154f-40"},{"uid":"82d8154f-42"},{"uid":"82d8154f-43"},{"uid":"82d8154f-44"},{"uid":"82d8154f-45"},{"uid":"82d8154f-46"},{"uid":"82d8154f-47"},{"uid":"82d8154f-48"},{"uid":"82d8154f-49"},{"uid":"82d8154f-50"},{"uid":"82d8154f-51"},{"uid":"82d8154f-52"},{"uid":"82d8154f-53"}],"importedBy":[{"uid":"82d8154f-38"},{"uid":"82d8154f-4"},{"uid":"82d8154f-16"},{"uid":"82d8154f-18"},{"uid":"82d8154f-34"},{"uid":"82d8154f-8"},{"uid":"82d8154f-10"},{"uid":"82d8154f-12"},{"uid":"82d8154f-26"}]},"82d8154f-4":{"id":"/src/components/TextInput/StyledTextInput.tsx","moduleParts":{"index.js":"82d8154f-5"},"imported":[{"uid":"82d8154f-0"},{"uid":"82d8154f-41"},{"uid":"82d8154f-2"}],"importedBy":[{"uid":"82d8154f-36"},{"uid":"82d8154f-16"},{"uid":"82d8154f-20"},{"uid":"82d8154f-24"},{"uid":"82d8154f-30"},{"uid":"82d8154f-28"}]},"82d8154f-6":{"id":"/src/theme/components/textInput.ts","moduleParts":{"index.js":"82d8154f-7"},"imported":[{"uid":"82d8154f-0"}],"importedBy":[{"uid":"82d8154f-8"}]},"82d8154f-8":{"id":"/src/theme/getTheme.ts","moduleParts":{"index.js":"82d8154f-9"},"imported":[{"uid":"82d8154f-0"},{"uid":"82d8154f-2"},{"uid":"82d8154f-6"}],"importedBy":[{"uid":"82d8154f-14"},{"uid":"82d8154f-12"}]},"82d8154f-10":{"id":"/src/theme/ThemeProvider.ts","moduleParts":{"index.js":"82d8154f-11"},"imported":[{"uid":"82d8154f-2"}],"importedBy":[{"uid":"82d8154f-14"},{"uid":"82d8154f-12"}]},"82d8154f-12":{"id":"/src/theme/ThemeSwitcher.tsx","moduleParts":{"index.js":"82d8154f-13"},"imported":[{"uid":"82d8154f-40"},{"uid":"82d8154f-2"},{"uid":"82d8154f-8"},{"uid":"82d8154f-10"}],"importedBy":[{"uid":"82d8154f-14"}]},"82d8154f-14":{"id":"/src/theme/index.ts","moduleParts":{"index.js":"82d8154f-15"},"imported":[{"uid":"82d8154f-8"},{"uid":"82d8154f-10"},{"uid":"82d8154f-12"}],"importedBy":[{"uid":"82d8154f-38"},{"uid":"82d8154f-36"},{"uid":"82d8154f-24"},{"uid":"82d8154f-28"}]},"82d8154f-16":{"id":"/src/components/TextInput/ErrorOrHelpText.tsx","moduleParts":{"index.js":"82d8154f-17"},"imported":[{"uid":"82d8154f-40"},{"uid":"82d8154f-2"},{"uid":"82d8154f-4"}],"importedBy":[{"uid":"82d8154f-36"}]},"82d8154f-18":{"id":"/src/components/TextInput/SuffixComponent.tsx","moduleParts":{"index.js":"82d8154f-19"},"imported":[{"uid":"82d8154f-40"},{"uid":"82d8154f-2"}],"importedBy":[{"uid":"82d8154f-36"}]},"82d8154f-20":{"id":"/src/components/TextInput/MaxLengthMessage.tsx","moduleParts":{"index.js":"82d8154f-21"},"imported":[{"uid":"82d8154f-40"},{"uid":"82d8154f-4"}],"importedBy":[{"uid":"82d8154f-36"}]},"82d8154f-22":{"id":"/src/components/TextInput/constants.ts","moduleParts":{"index.js":"82d8154f-23"},"imported":[],"importedBy":[{"uid":"82d8154f-24"}]},"82d8154f-24":{"id":"/src/components/TextInput/FloatingLabel.tsx","moduleParts":{"index.js":"82d8154f-25"},"imported":[{"uid":"82d8154f-40"},{"uid":"82d8154f-41"},{"uid":"82d8154f-4"},{"uid":"82d8154f-14"},{"uid":"82d8154f-22"}],"importedBy":[{"uid":"82d8154f-36"}]},"82d8154f-26":{"id":"/src/components/TextInput/PrefixComponent.tsx","moduleParts":{"index.js":"82d8154f-27"},"imported":[{"uid":"82d8154f-0"},{"uid":"82d8154f-40"},{"uid":"82d8154f-2"},{"uid":"82d8154f-41"}],"importedBy":[{"uid":"82d8154f-30"}]},"82d8154f-28":{"id":"/src/components/TextInput/InputComponent.tsx","moduleParts":{"index.js":"82d8154f-29"},"imported":[{"uid":"82d8154f-0"},{"uid":"82d8154f-40"},{"uid":"82d8154f-4"},{"uid":"82d8154f-14"}],"importedBy":[{"uid":"82d8154f-30"}]},"82d8154f-30":{"id":"/src/components/TextInput/InputRow.tsx","moduleParts":{"index.js":"82d8154f-31"},"imported":[{"uid":"82d8154f-0"},{"uid":"82d8154f-40"},{"uid":"82d8154f-41"},{"uid":"82d8154f-4"},{"uid":"82d8154f-26"},{"uid":"82d8154f-28"}],"importedBy":[{"uid":"82d8154f-36"}]},"82d8154f-32":{"id":"/src/components/TextInput/Group/utils.ts","moduleParts":{"index.js":"82d8154f-33"},"imported":[],"importedBy":[{"uid":"82d8154f-34"}]},"82d8154f-34":{"id":"/src/components/TextInput/Group/index.tsx","moduleParts":{"index.js":"82d8154f-35"},"imported":[{"uid":"82d8154f-0"},{"uid":"82d8154f-40"},{"uid":"82d8154f-41"},{"uid":"82d8154f-2"},{"uid":"82d8154f-32"}],"importedBy":[{"uid":"82d8154f-36"}]},"82d8154f-36":{"id":"/src/components/TextInput/index.tsx","moduleParts":{"index.js":"82d8154f-37"},"imported":[{"uid":"82d8154f-0"},{"uid":"82d8154f-40"},{"uid":"82d8154f-41"},{"uid":"82d8154f-4"},{"uid":"82d8154f-14"},{"uid":"82d8154f-16"},{"uid":"82d8154f-18"},{"uid":"82d8154f-20"},{"uid":"82d8154f-24"},{"uid":"82d8154f-30"},{"uid":"82d8154f-34"}],"importedBy":[{"uid":"82d8154f-38"}]},"82d8154f-38":{"id":"/src/index.ts","moduleParts":{"index.js":"82d8154f-39"},"imported":[{"uid":"82d8154f-36"},{"uid":"82d8154f-2"},{"uid":"82d8154f-14"}],"importedBy":[],"isEntry":true},"82d8154f-40":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"82d8154f-36"},{"uid":"82d8154f-2"},{"uid":"82d8154f-16"},{"uid":"82d8154f-18"},{"uid":"82d8154f-20"},{"uid":"82d8154f-24"},{"uid":"82d8154f-30"},{"uid":"82d8154f-34"},{"uid":"82d8154f-12"},{"uid":"82d8154f-26"},{"uid":"82d8154f-28"}],"isExternal":true},"82d8154f-41":{"id":"react-native","moduleParts":{},"imported":[],"importedBy":[{"uid":"82d8154f-36"},{"uid":"82d8154f-2"},{"uid":"82d8154f-4"},{"uid":"82d8154f-24"},{"uid":"82d8154f-30"},{"uid":"82d8154f-34"},{"uid":"82d8154f-26"}],"isExternal":true},"82d8154f-42":{"id":"react-native-vector-icons","moduleParts":{},"imported":[],"importedBy":[{"uid":"82d8154f-2"}],"isExternal":true},"82d8154f-43":{"id":"react-native-safe-area-context","moduleParts":{},"imported":[],"importedBy":[{"uid":"82d8154f-2"}],"isExternal":true},"82d8154f-44":{"id":"@hero-design/react-native-month-year-picker","moduleParts":{},"imported":[],"importedBy":[{"uid":"82d8154f-2"}],"isExternal":true},"82d8154f-45":{"id":"react-native-svg","moduleParts":{},"imported":[],"importedBy":[{"uid":"82d8154f-2"}],"isExternal":true},"82d8154f-46":{"id":"@react-native-community/datetimepicker","moduleParts":{},"imported":[],"importedBy":[{"uid":"82d8154f-2"}],"isExternal":true},"82d8154f-47":{"id":"@react-native-community/slider","moduleParts":{},"imported":[],"importedBy":[{"uid":"82d8154f-2"}],"isExternal":true},"82d8154f-48":{"id":"@ptomasroos/react-native-multi-slider","moduleParts":{},"imported":[],"importedBy":[{"uid":"82d8154f-2"}],"isExternal":true},"82d8154f-49":{"id":"react-native-gesture-handler","moduleParts":{},"imported":[],"importedBy":[{"uid":"82d8154f-2"}],"isExternal":true},"82d8154f-50":{"id":"react-native-linear-gradient","moduleParts":{},"imported":[],"importedBy":[{"uid":"82d8154f-2"}],"isExternal":true},"82d8154f-51":{"id":"react-native-pager-view","moduleParts":{},"imported":[],"importedBy":[{"uid":"82d8154f-2"}],"isExternal":true},"82d8154f-52":{"id":"events","moduleParts":{},"imported":[],"importedBy":[{"uid":"82d8154f-2"}],"isExternal":true},"82d8154f-53":{"id":"react-native-webview","moduleParts":{},"imported":[],"importedBy":[{"uid":"82d8154f-2"}],"isExternal":true}},"env":{"rollup":"4.24.3"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
4826
4826
 
4827
4827
  const run = () => {
4828
4828
  const width = window.innerWidth;