@pagopa/io-app-design-system 1.33.0 → 1.34.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/components/banner/__test__/__snapshots__/banner.test.tsx.snap +2 -0
- package/lib/commonjs/components/buttons/ButtonLink.js +4 -1
- package/lib/commonjs/components/buttons/ButtonLink.js.map +1 -1
- package/lib/commonjs/components/buttons/ButtonOutline.js +4 -1
- package/lib/commonjs/components/buttons/ButtonOutline.js.map +1 -1
- package/lib/commonjs/components/buttons/ButtonSolid.js +6 -3
- package/lib/commonjs/components/buttons/ButtonSolid.js.map +1 -1
- package/lib/commonjs/components/buttons/IconButton.js +4 -1
- package/lib/commonjs/components/buttons/IconButton.js.map +1 -1
- package/lib/commonjs/components/buttons/IconButtonContained.js +3 -0
- package/lib/commonjs/components/buttons/IconButtonContained.js.map +1 -1
- package/lib/commonjs/components/buttons/IconButtonSolid.js +3 -0
- package/lib/commonjs/components/buttons/IconButtonSolid.js.map +1 -1
- package/lib/commonjs/components/buttons/__test__/__snapshots__/button.test.tsx.snap +2 -0
- package/lib/commonjs/components/icons/svg/IconCategCulture.js +1 -7
- package/lib/commonjs/components/icons/svg/IconCategCulture.js.map +1 -1
- package/lib/commonjs/components/icons/svg/IconCategFinance.js +3 -4
- package/lib/commonjs/components/icons/svg/IconCategFinance.js.map +1 -1
- package/lib/commonjs/components/icons/svg/IconCategHome.js +3 -4
- package/lib/commonjs/components/icons/svg/IconCategHome.js.map +1 -1
- package/lib/commonjs/components/icons/svg/IconCategJobOffers.js +3 -1
- package/lib/commonjs/components/icons/svg/IconCategJobOffers.js.map +1 -1
- package/lib/commonjs/components/icons/svg/IconCategLearning.js +3 -1
- package/lib/commonjs/components/icons/svg/IconCategLearning.js.map +1 -1
- package/lib/commonjs/components/icons/svg/IconCategMobility.js +3 -1
- package/lib/commonjs/components/icons/svg/IconCategMobility.js.map +1 -1
- package/lib/commonjs/components/icons/svg/IconCategSport.js +1 -1
- package/lib/commonjs/components/icons/svg/IconCategSport.js.map +1 -1
- package/lib/commonjs/components/icons/svg/IconCategTelco.js +3 -9
- package/lib/commonjs/components/icons/svg/IconCategTelco.js.map +1 -1
- package/lib/commonjs/components/icons/svg/IconCategTravel.js +1 -6
- package/lib/commonjs/components/icons/svg/IconCategTravel.js.map +1 -1
- package/lib/commonjs/components/icons/svg/IconCategWellness.js +3 -4
- package/lib/commonjs/components/icons/svg/IconCategWellness.js.map +1 -1
- package/lib/commonjs/components/icons/svg/originals/IconCategCulture.svg +1 -14
- package/lib/commonjs/components/icons/svg/originals/IconCategFinance.svg +1 -10
- package/lib/commonjs/components/icons/svg/originals/IconCategHome.svg +1 -10
- package/lib/commonjs/components/icons/svg/originals/IconCategJobOffers.svg +1 -6
- package/lib/commonjs/components/icons/svg/originals/IconCategLearning.svg +1 -6
- package/lib/commonjs/components/icons/svg/originals/IconCategMobility.svg +1 -6
- package/lib/commonjs/components/icons/svg/originals/IconCategSport.svg +1 -8
- package/lib/commonjs/components/icons/svg/originals/IconCategTelco.svg +1 -13
- package/lib/commonjs/components/icons/svg/originals/IconCategTravel.svg +1 -12
- package/lib/commonjs/components/icons/svg/originals/IconCategWellness.svg +1 -10
- package/lib/commonjs/components/index.js +42 -31
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemCheckbox.js +7 -4
- package/lib/commonjs/components/listitems/ListItemCheckbox.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemNav.js +5 -0
- package/lib/commonjs/components/listitems/ListItemNav.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemRadio.js +4 -3
- package/lib/commonjs/components/listitems/ListItemRadio.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemRadioWithAmount.js +23 -9
- package/lib/commonjs/components/listitems/ListItemRadioWithAmount.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemSwitch.js +5 -1
- package/lib/commonjs/components/listitems/ListItemSwitch.js.map +1 -1
- package/lib/commonjs/components/listitems/PressableListItemsBase.js +7 -6
- package/lib/commonjs/components/listitems/PressableListItemsBase.js.map +1 -1
- package/lib/commonjs/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +8 -8
- package/lib/commonjs/components/modules/ModuleAttachment.js +6 -3
- package/lib/commonjs/components/modules/ModuleAttachment.js.map +1 -1
- package/lib/commonjs/components/modules/ModuleCheckout.js +3 -3
- package/lib/commonjs/components/modules/ModuleCheckout.js.map +1 -1
- package/lib/commonjs/components/modules/ModuleCredential.js.map +1 -1
- package/lib/commonjs/components/modules/PressableModuleBase.js +5 -3
- package/lib/commonjs/components/modules/PressableModuleBase.js.map +1 -1
- package/lib/commonjs/components/radio/RadioButtonLabel.js +10 -9
- package/lib/commonjs/components/radio/RadioButtonLabel.js.map +1 -1
- package/lib/commonjs/components/radio/RadioGroup.js +7 -2
- package/lib/commonjs/components/radio/RadioGroup.js.map +1 -1
- package/lib/commonjs/components/spacer/Spacer.js.map +1 -1
- package/lib/commonjs/components/stack/Stack.js +47 -0
- package/lib/commonjs/components/stack/Stack.js.map +1 -0
- package/lib/commonjs/components/stack/index.js +17 -0
- package/lib/commonjs/components/stack/index.js.map +1 -0
- package/lib/commonjs/components/tabs/TabItem.js +59 -7
- package/lib/commonjs/components/tabs/TabItem.js.map +1 -1
- package/lib/commonjs/components/tabs/TabNavigation.js +2 -7
- package/lib/commonjs/components/tabs/TabNavigation.js.map +1 -1
- package/lib/module/components/banner/__test__/__snapshots__/banner.test.tsx.snap +2 -0
- package/lib/module/components/buttons/ButtonLink.js +4 -1
- package/lib/module/components/buttons/ButtonLink.js.map +1 -1
- package/lib/module/components/buttons/ButtonOutline.js +4 -1
- package/lib/module/components/buttons/ButtonOutline.js.map +1 -1
- package/lib/module/components/buttons/ButtonSolid.js +6 -3
- package/lib/module/components/buttons/ButtonSolid.js.map +1 -1
- package/lib/module/components/buttons/IconButton.js +4 -1
- package/lib/module/components/buttons/IconButton.js.map +1 -1
- package/lib/module/components/buttons/IconButtonContained.js +3 -0
- package/lib/module/components/buttons/IconButtonContained.js.map +1 -1
- package/lib/module/components/buttons/IconButtonSolid.js +3 -0
- package/lib/module/components/buttons/IconButtonSolid.js.map +1 -1
- package/lib/module/components/buttons/__test__/__snapshots__/button.test.tsx.snap +2 -0
- package/lib/module/components/icons/svg/IconCategCulture.js +1 -7
- package/lib/module/components/icons/svg/IconCategCulture.js.map +1 -1
- package/lib/module/components/icons/svg/IconCategFinance.js +3 -4
- package/lib/module/components/icons/svg/IconCategFinance.js.map +1 -1
- package/lib/module/components/icons/svg/IconCategHome.js +3 -4
- package/lib/module/components/icons/svg/IconCategHome.js.map +1 -1
- package/lib/module/components/icons/svg/IconCategJobOffers.js +3 -1
- package/lib/module/components/icons/svg/IconCategJobOffers.js.map +1 -1
- package/lib/module/components/icons/svg/IconCategLearning.js +3 -1
- package/lib/module/components/icons/svg/IconCategLearning.js.map +1 -1
- package/lib/module/components/icons/svg/IconCategMobility.js +3 -1
- package/lib/module/components/icons/svg/IconCategMobility.js.map +1 -1
- package/lib/module/components/icons/svg/IconCategSport.js +1 -1
- package/lib/module/components/icons/svg/IconCategSport.js.map +1 -1
- package/lib/module/components/icons/svg/IconCategTelco.js +3 -9
- package/lib/module/components/icons/svg/IconCategTelco.js.map +1 -1
- package/lib/module/components/icons/svg/IconCategTravel.js +1 -6
- package/lib/module/components/icons/svg/IconCategTravel.js.map +1 -1
- package/lib/module/components/icons/svg/IconCategWellness.js +3 -4
- package/lib/module/components/icons/svg/IconCategWellness.js.map +1 -1
- package/lib/module/components/icons/svg/originals/IconCategCulture.svg +1 -14
- package/lib/module/components/icons/svg/originals/IconCategFinance.svg +1 -10
- package/lib/module/components/icons/svg/originals/IconCategHome.svg +1 -10
- package/lib/module/components/icons/svg/originals/IconCategJobOffers.svg +1 -6
- package/lib/module/components/icons/svg/originals/IconCategLearning.svg +1 -6
- package/lib/module/components/icons/svg/originals/IconCategMobility.svg +1 -6
- package/lib/module/components/icons/svg/originals/IconCategSport.svg +1 -8
- package/lib/module/components/icons/svg/originals/IconCategTelco.svg +1 -13
- package/lib/module/components/icons/svg/originals/IconCategTravel.svg +1 -12
- package/lib/module/components/icons/svg/originals/IconCategWellness.svg +1 -10
- package/lib/module/components/index.js +5 -4
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/components/listitems/ListItemCheckbox.js +7 -4
- package/lib/module/components/listitems/ListItemCheckbox.js.map +1 -1
- package/lib/module/components/listitems/ListItemNav.js +5 -0
- package/lib/module/components/listitems/ListItemNav.js.map +1 -1
- package/lib/module/components/listitems/ListItemRadio.js +4 -3
- package/lib/module/components/listitems/ListItemRadio.js.map +1 -1
- package/lib/module/components/listitems/ListItemRadioWithAmount.js +23 -9
- package/lib/module/components/listitems/ListItemRadioWithAmount.js.map +1 -1
- package/lib/module/components/listitems/ListItemSwitch.js +5 -1
- package/lib/module/components/listitems/ListItemSwitch.js.map +1 -1
- package/lib/module/components/listitems/PressableListItemsBase.js +7 -6
- package/lib/module/components/listitems/PressableListItemsBase.js.map +1 -1
- package/lib/module/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +8 -8
- package/lib/module/components/modules/ModuleAttachment.js +6 -3
- package/lib/module/components/modules/ModuleAttachment.js.map +1 -1
- package/lib/module/components/modules/ModuleCheckout.js +3 -3
- package/lib/module/components/modules/ModuleCheckout.js.map +1 -1
- package/lib/module/components/modules/ModuleCredential.js.map +1 -1
- package/lib/module/components/modules/PressableModuleBase.js +5 -3
- package/lib/module/components/modules/PressableModuleBase.js.map +1 -1
- package/lib/module/components/radio/RadioButtonLabel.js +10 -9
- package/lib/module/components/radio/RadioButtonLabel.js.map +1 -1
- package/lib/module/components/radio/RadioGroup.js +7 -2
- package/lib/module/components/radio/RadioGroup.js.map +1 -1
- package/lib/module/components/spacer/Spacer.js.map +1 -1
- package/lib/module/components/stack/Stack.js +39 -0
- package/lib/module/components/stack/Stack.js.map +1 -0
- package/lib/module/components/stack/index.js +2 -0
- package/lib/module/components/stack/index.js.map +1 -0
- package/lib/module/components/tabs/TabItem.js +60 -7
- package/lib/module/components/tabs/TabItem.js.map +1 -1
- package/lib/module/components/tabs/TabNavigation.js +2 -7
- package/lib/module/components/tabs/TabNavigation.js.map +1 -1
- package/lib/typescript/components/buttons/ButtonLink.d.ts.map +1 -1
- package/lib/typescript/components/buttons/ButtonOutline.d.ts +4 -10
- package/lib/typescript/components/buttons/ButtonOutline.d.ts.map +1 -1
- package/lib/typescript/components/buttons/ButtonSolid.d.ts +4 -16
- package/lib/typescript/components/buttons/ButtonSolid.d.ts.map +1 -1
- package/lib/typescript/components/buttons/IconButton.d.ts.map +1 -1
- package/lib/typescript/components/buttons/IconButtonContained.d.ts +1 -1
- package/lib/typescript/components/buttons/IconButtonContained.d.ts.map +1 -1
- package/lib/typescript/components/buttons/IconButtonSolid.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategCulture.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategFinance.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategHome.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategJobOffers.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategLearning.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategMobility.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategTelco.d.ts +2 -2
- package/lib/typescript/components/icons/svg/IconCategTelco.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategTravel.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategWellness.d.ts.map +1 -1
- package/lib/typescript/components/index.d.ts +5 -4
- package/lib/typescript/components/index.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemCheckbox.d.ts +2 -2
- package/lib/typescript/components/listitems/ListItemCheckbox.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemNav.d.ts +4 -5
- package/lib/typescript/components/listitems/ListItemNav.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemRadio.d.ts +2 -2
- package/lib/typescript/components/listitems/ListItemRadio.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemRadioWithAmount.d.ts +4 -2
- package/lib/typescript/components/listitems/ListItemRadioWithAmount.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemSwitch.d.ts.map +1 -1
- package/lib/typescript/components/listitems/PressableListItemsBase.d.ts +3 -5
- package/lib/typescript/components/listitems/PressableListItemsBase.d.ts.map +1 -1
- package/lib/typescript/components/modules/ModuleCredential.d.ts +1 -1
- package/lib/typescript/components/modules/ModuleCredential.d.ts.map +1 -1
- package/lib/typescript/components/modules/PressableModuleBase.d.ts +4 -5
- package/lib/typescript/components/modules/PressableModuleBase.d.ts.map +1 -1
- package/lib/typescript/components/radio/RadioButtonLabel.d.ts +2 -2
- package/lib/typescript/components/radio/RadioButtonLabel.d.ts.map +1 -1
- package/lib/typescript/components/radio/RadioGroup.d.ts.map +1 -1
- package/lib/typescript/components/stack/Stack.d.ts +18 -0
- package/lib/typescript/components/stack/Stack.d.ts.map +1 -0
- package/lib/typescript/components/stack/index.d.ts +2 -0
- package/lib/typescript/components/stack/index.d.ts.map +1 -0
- package/lib/typescript/components/tabs/TabItem.d.ts.map +1 -1
- package/lib/typescript/components/tabs/TabNavigation.d.ts +1 -1
- package/lib/typescript/components/tabs/TabNavigation.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/banner/__test__/__snapshots__/banner.test.tsx.snap +2 -0
- package/src/components/buttons/ButtonLink.tsx +2 -1
- package/src/components/buttons/ButtonOutline.tsx +18 -15
- package/src/components/buttons/ButtonSolid.tsx +33 -30
- package/src/components/buttons/IconButton.tsx +1 -0
- package/src/components/buttons/IconButtonContained.tsx +2 -1
- package/src/components/buttons/IconButtonSolid.tsx +1 -0
- package/src/components/buttons/__test__/__snapshots__/button.test.tsx.snap +2 -0
- package/src/components/icons/svg/IconCategCulture.tsx +1 -9
- package/src/components/icons/svg/IconCategFinance.tsx +3 -5
- package/src/components/icons/svg/IconCategHome.tsx +3 -5
- package/src/components/icons/svg/IconCategJobOffers.tsx +3 -1
- package/src/components/icons/svg/IconCategLearning.tsx +3 -1
- package/src/components/icons/svg/IconCategMobility.tsx +3 -1
- package/src/components/icons/svg/IconCategSport.tsx +1 -1
- package/src/components/icons/svg/IconCategTelco.tsx +3 -8
- package/src/components/icons/svg/IconCategTravel.tsx +1 -7
- package/src/components/icons/svg/IconCategWellness.tsx +3 -5
- package/src/components/icons/svg/originals/IconCategCulture.svg +1 -14
- package/src/components/icons/svg/originals/IconCategFinance.svg +1 -10
- package/src/components/icons/svg/originals/IconCategHome.svg +1 -10
- package/src/components/icons/svg/originals/IconCategJobOffers.svg +1 -6
- package/src/components/icons/svg/originals/IconCategLearning.svg +1 -6
- package/src/components/icons/svg/originals/IconCategMobility.svg +1 -6
- package/src/components/icons/svg/originals/IconCategSport.svg +1 -8
- package/src/components/icons/svg/originals/IconCategTelco.svg +1 -13
- package/src/components/icons/svg/originals/IconCategTravel.svg +1 -12
- package/src/components/icons/svg/originals/IconCategWellness.svg +1 -10
- package/src/components/index.tsx +5 -4
- package/src/components/listitems/ListItemCheckbox.tsx +12 -6
- package/src/components/listitems/ListItemNav.tsx +17 -11
- package/src/components/listitems/ListItemRadio.tsx +7 -5
- package/src/components/listitems/ListItemRadioWithAmount.tsx +28 -13
- package/src/components/listitems/ListItemSwitch.tsx +1 -0
- package/src/components/listitems/PressableListItemsBase.tsx +16 -8
- package/src/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +8 -8
- package/src/components/modules/ModuleAttachment.tsx +4 -3
- package/src/components/modules/ModuleCheckout.tsx +5 -5
- package/src/components/modules/ModuleCredential.tsx +1 -1
- package/src/components/modules/PressableModuleBase.tsx +16 -10
- package/src/components/radio/RadioButtonLabel.tsx +16 -11
- package/src/components/radio/RadioGroup.tsx +18 -8
- package/src/components/spacer/Spacer.tsx +1 -1
- package/src/components/stack/Stack.tsx +41 -0
- package/src/components/stack/index.tsx +1 -0
- package/src/components/tabs/TabItem.tsx +93 -10
- package/src/components/tabs/TabNavigation.tsx +2 -10
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Pressable","StyleSheet","Animated","Extrapolate","interpolate","interpolateColor","useAnimatedStyle","useDerivedValue","useSharedValue","withSpring","IOColors","IOScaleValues","IOSpringValues","hexToRgba","useSpringPressProgressValue","Icon","HSpacer","LabelHeader","mapColorStates","light","
|
|
1
|
+
{"version":3,"names":["React","useMemo","Pressable","StyleSheet","Animated","Extrapolate","interpolate","interpolateColor","useAnimatedStyle","useDerivedValue","useSharedValue","withSpring","IOColors","IOScaleValues","IOSpringValues","hexToRgba","useIOExperimentalDesign","useSpringPressProgressValue","Icon","HSpacer","LabelHeader","mapColorStates","light","border","default","selected","disabled","background","white","pressed","foreground","dark","mapLegacyColorStates","blue","TabItem","_ref","label","color","fullWidth","accessibilityLabel","accessibilityHint","testID","onPress","icon","iconSelected","progress","progressPressed","onPressIn","onPressOut","selection","isExperimental","colors","foregroundColor","borderColor","opaquePressedBackgroundColor","isSelected","progressSelected","value","useEffect","animatedStyle","_IOScaleValues$basicB","pressedBackgroundColor","selectedBackgroundColor","selectedBorderColor","scale","basicButton","pressedState","CLAMP","backgroundColor","transform","activeIcon","createElement","accessibilityRole","accessible","View","style","styles","container","Fragment","name","size","create","flexDirection","alignItems","paddingHorizontal","paddingVertical","borderWidth","borderRadius","borderCurve","justifyContent","alignSelf","opacity"],"sourceRoot":"../../../../src","sources":["components/tabs/TabItem.tsx"],"mappings":"AAAA,OAAOA,KAAK,IAAIC,OAAO,QAAQ,OAAO;AACtC,SAAgCC,SAAS,EAAEC,UAAU,QAAQ,cAAc;AAC3E,OAAOC,QAAQ,IACbC,WAAW,EACXC,WAAW,EACXC,gBAAgB,EAChBC,gBAAgB,EAChBC,eAAe,EACfC,cAAc,EACdC,UAAU,QACL,yBAAyB;AAChC,SACEC,QAAQ,EACRC,aAAa,EACbC,cAAc,EACdC,SAAS,EACTC,uBAAuB,QAClB,YAAY;AACnB,SAASC,2BAA2B,QAAQ,+CAA+C;AAE3F,SAAkBC,IAAI,QAAQ,UAAU;AACxC,SAASC,OAAO,QAAQ,WAAW;AACnC,SAASC,WAAW,QAAQ,2BAA2B;AAsCvD,MAAMC,cAAkE,GAAG;EACzEC,KAAK,EAAE;IACLC,MAAM,EAAE;MACNC,OAAO,EAAEZ,QAAQ,CAAC,UAAU,CAAC;MAC7Ba,QAAQ,EAAEb,QAAQ,CAAC,YAAY,CAAC;MAChCc,QAAQ,EAAEd,QAAQ,CAAC,UAAU;IAC/B,CAAC;IACDe,UAAU,EAAE;MACVH,OAAO,EAAEZ,QAAQ,CAACgB,KAAK;MACvBH,QAAQ,EAAEb,QAAQ,CAAC,WAAW,CAAC;MAC/BiB,OAAO,EAAEjB,QAAQ,CAACgB;IACpB,CAAC;IACDE,UAAU,EAAE;MACVN,OAAO,EAAE,OAAO;MAChBC,QAAQ,EAAE,YAAY;MACtBC,QAAQ,EAAE;IACZ;EACF,CAAC;EACDK,IAAI,EAAE;IACJR,MAAM,EAAE;MACNC,OAAO,EAAET,SAAS,CAACH,QAAQ,CAACgB,KAAK,EAAE,CAAC,CAAC;MACrCH,QAAQ,EAAEb,QAAQ,CAACgB,KAAK;MACxBF,QAAQ,EAAEX,SAAS,CAACH,QAAQ,CAACgB,KAAK,EAAE,GAAG;IACzC,CAAC;IACDD,UAAU,EAAE;MACVH,OAAO,EAAET,SAAS,CAACH,QAAQ,CAACgB,KAAK,EAAE,CAAC,CAAC;MACrCH,QAAQ,EAAEb,QAAQ,CAACgB,KAAK;MACxBC,OAAO,EAAEjB,QAAQ,CAACgB;IACpB,CAAC;IACDE,UAAU,EAAE;MACVN,OAAO,EAAE,OAAO;MAChBC,QAAQ,EAAE,OAAO;MACjBC,QAAQ,EAAE;IACZ;EACF;AACF,CAAC;AAED,MAAMM,oBAGL,GAAG;EACFV,KAAK,EAAE;IACLC,MAAM,EAAE;MACNC,OAAO,EAAEZ,QAAQ,CAAC,UAAU,CAAC;MAC7Ba,QAAQ,EAAEb,QAAQ,CAACqB,IAAI;MACvBP,QAAQ,EAAEX,SAAS,CAACH,QAAQ,CAACgB,KAAK;IACpC,CAAC;IACDD,UAAU,EAAE;MACVH,OAAO,EAAEZ,QAAQ,CAACgB,KAAK;MACvBH,QAAQ,EAAEV,SAAS,CAACH,QAAQ,CAACqB,IAAI,EAAE,GAAG,CAAC;MACvCJ,OAAO,EAAEjB,QAAQ,CAACgB;IACpB,CAAC;IACDE,UAAU,EAAE;MACVN,OAAO,EAAE,OAAO;MAChBC,QAAQ,EAAE,MAAM;MAChBC,QAAQ,EAAE;IACZ;EACF,CAAC;EACDK,IAAI,EAAE;IACJR,MAAM,EAAE;MACNC,OAAO,EAAET,SAAS,CAACH,QAAQ,CAACgB,KAAK,EAAE,CAAC,CAAC;MACrCH,QAAQ,EAAEb,QAAQ,CAACgB,KAAK;MACxBF,QAAQ,EAAEX,SAAS,CAACH,QAAQ,CAACgB,KAAK,EAAE,GAAG;IACzC,CAAC;IACDD,UAAU,EAAE;MACVH,OAAO,EAAE,WAAW;MACpBC,QAAQ,EAAEb,QAAQ,CAACgB,KAAK;MACxBC,OAAO,EAAEjB,QAAQ,CAACgB;IACpB,CAAC;IACDE,UAAU,EAAE;MACVN,OAAO,EAAE,OAAO;MAChBC,QAAQ,EAAE,OAAO;MACjBC,QAAQ,EAAE;IACZ;EACF;AACF,CAAC;AAED,MAAMQ,OAAO,GAAGC,IAAA,IAYD;EAAA,IAZE;IACfC,KAAK;IACLC,KAAK,GAAG,OAAO;IACfZ,QAAQ,GAAG,KAAK;IAChBa,SAAS,GAAG,KAAK;IACjBC,kBAAkB;IAClBC,iBAAiB;IACjBC,MAAM;IACNC,OAAO;IACPhB,QAAQ,GAAG,KAAK;IAChBiB,IAAI;IACJC;EACO,CAAC,GAAAT,IAAA;EACR,MAAM;IACJU,QAAQ,EAAEC,eAAe;IACzBC,SAAS;IACTC;EACF,CAAC,GAAG/B,2BAA2B,CAACH,cAAc,CAACmC,SAAS,CAAC;EAEzD,MAAM;IAAEC;EAAe,CAAC,GAAGlC,uBAAuB,CAAC,CAAC;EACpD,MAAMmC,MAAM,GAAGlD,OAAO,CACpB,MACEiD,cAAc,GAAG7B,cAAc,CAACgB,KAAK,CAAC,GAAGL,oBAAoB,CAACK,KAAK,CAAC,EACtE,CAACa,cAAc,EAAEb,KAAK,CACxB,CAAC;EAED,MAAMe,eAAe,GAAGnD,OAAO,CAC7B,MACEkD,MAAM,CAACrB,UAAU,CACfL,QAAQ,GAAG,UAAU,GAAGC,QAAQ,GAAG,UAAU,GAAG,SAAS,CAC1D,EACH,CAACyB,MAAM,CAACrB,UAAU,EAAEL,QAAQ,EAAEC,QAAQ,CACxC,CAAC;EAED,MAAM2B,WAAW,GAAGpD,OAAO,CACzB,MACEkD,MAAM,CAAC5B,MAAM,CAACE,QAAQ,GAAG,UAAU,GAAGC,QAAQ,GAAG,UAAU,GAAG,SAAS,CAAC,EAC1E,CAACyB,MAAM,CAAC5B,MAAM,EAAEE,QAAQ,EAAEC,QAAQ,CACpC,CAAC;EAED,MAAM4B,4BAA4B,GAAGvC,SAAS,CAC5CoC,MAAM,CAACxB,UAAU,CAACE,OAAO,EACzB,GACF,CAAC;EAED,MAAM0B,UAAwC,GAAG7C,cAAc,CAAC,CAAC,CAAC;EAClE,MAAM8C,gBAAgB,GAAG/C,eAAe,CAAC,MACvCE,UAAU,CAAC4C,UAAU,CAACE,KAAK,EAAE3C,cAAc,CAACmC,SAAS,CACvD,CAAC;EAEDjD,KAAK,CAAC0D,SAAS,CAAC,MAAM;IACpB;IACAH,UAAU,CAACE,KAAK,GAAGhC,QAAQ,GAAG,CAAC,GAAG,CAAC;EACrC,CAAC,EAAE,CAAC8B,UAAU,EAAE9B,QAAQ,CAAC,CAAC;;EAE1B;EACA,MAAMkC,aAAa,GAAGnD,gBAAgB,CAAC,MAAM;IAAA,IAAAoD,qBAAA;IAC3C;IACA,MAAMC,sBAAsB,GAAGtD,gBAAgB,CAC7CuC,eAAe,CAACW,KAAK,EACrB,CAAC,CAAC,EAAE,CAAC,CAAC,EACN,CAACN,MAAM,CAACxB,UAAU,CAACH,OAAO,EAAE8B,4BAA4B,CAC1D,CAAC;IAED,MAAMQ,uBAAuB,GAAGvD,gBAAgB,CAC9CiD,gBAAgB,CAACC,KAAK,EACtB,CAAC,CAAC,EAAE,CAAC,CAAC,EACN,CAACH,4BAA4B,EAAEH,MAAM,CAACxB,UAAU,CAACF,QAAQ,CAC3D,CAAC;IAED,MAAMsC,mBAAmB,GAAGxD,gBAAgB,CAC1CiD,gBAAgB,CAACC,KAAK,EACtB,CAAC,CAAC,EAAE,CAAC,CAAC,EACN,CAACN,MAAM,CAAC5B,MAAM,CAACC,OAAO,EAAE2B,MAAM,CAAC5B,MAAM,CAACE,QAAQ,CAChD,CAAC;;IAED;IACA,MAAMuC,KAAK,GAAG1D,WAAW,CACvBwC,eAAe,CAACW,KAAK,EACrB,CAAC,CAAC,EAAE,CAAC,CAAC,EACN,CAAC,CAAC,EAAE5C,aAAa,aAAbA,aAAa,gBAAA+C,qBAAA,GAAb/C,aAAa,CAAEoD,WAAW,cAAAL,qBAAA,uBAA1BA,qBAAA,CAA4BM,YAAY,CAAC,EAC7C7D,WAAW,CAAC8D,KACd,CAAC;IAED,OAAO;MACLC,eAAe,EAAE3C,QAAQ,GACrBqC,uBAAuB,GACvBD,sBAAsB;MAC1BR,WAAW,EAAE5B,QAAQ,GAAGsC,mBAAmB,GAAGV,WAAW;MACzDgB,SAAS,EAAE,CAAC;QAAEL;MAAM,CAAC;IACvB,CAAC;EACH,CAAC,EAAE,CAAClB,eAAe,EAAEU,gBAAgB,EAAE/B,QAAQ,CAAC,CAAC;EAEjD,MAAM6C,UAAU,GAAG7C,QAAQ,GAAGmB,YAAY,IAAID,IAAI,GAAGA,IAAI;EAEzD,oBACE3C,KAAA,CAAAuE,aAAA,CAACrE,SAAS;IACRqC,kBAAkB,EAAEA,kBAAmB;IACvCC,iBAAiB,EAAEA,iBAAkB;IACrCgC,iBAAiB,EAAE,QAAS;IAC5B/B,MAAM,EAAEA,MAAO;IACfC,OAAO,EAAEA,OAAQ;IACjBK,SAAS,EAAEA,SAAU;IACrBC,UAAU,EAAEA,UAAW;IACvByB,UAAU,EAAE,IAAK;IACjB/C,QAAQ,EAAEA;EAAS,gBAEnB1B,KAAA,CAAAuE,aAAA,CAACnE,QAAQ,CAACsE,IAAI;IACZC,KAAK,EAAE,CACLC,MAAM,CAACC,SAAS,EAChBlB,aAAa,EACbrB,SAAS,IAAIsC,MAAM,CAACtC,SAAS,EAC7BZ,QAAQ,IAAIkD,MAAM,CAAClD,QAAQ;EAC3B,GAED4C,UAAU,iBACTtE,KAAA,CAAAuE,aAAA,CAAAvE,KAAA,CAAA8E,QAAA,qBACE9E,KAAA,CAAAuE,aAAA,CAACrD,IAAI;IAAC6D,IAAI,EAAET,UAAW;IAACjC,KAAK,EAAEe,eAAgB;IAAC4B,IAAI,EAAE;EAAG,CAAE,CAAC,eAC5DhF,KAAA,CAAAuE,aAAA,CAACpD,OAAO;IAAC6D,IAAI,EAAE;EAAE,CAAE,CACnB,CACH,eACDhF,KAAA,CAAAuE,aAAA,CAACnD,WAAW;IAACiB,KAAK,EAAEe;EAAgB,GAAEhB,KAAmB,CAC5C,CACN,CAAC;AAEhB,CAAC;AAED,MAAMwC,MAAM,GAAGzE,UAAU,CAAC8E,MAAM,CAAC;EAC/BJ,SAAS,EAAE;IACTK,aAAa,EAAE,KAAK;IACpBC,UAAU,EAAE,QAAQ;IACpBC,iBAAiB,EAAE,EAAE;IACrBC,eAAe,EAAE,CAAC;IAClBC,WAAW,EAAE,CAAC;IACdC,YAAY,EAAE,EAAE;IAChBC,WAAW,EAAE,YAAY;IACzBC,cAAc,EAAE,QAAQ;IACxBC,SAAS,EAAE;EACb,CAAC;EACDpD,SAAS,EAAE;IACToD,SAAS,EAAE;EACb,CAAC;EACDhE,QAAQ,EAAE;IAAEiE,OAAO,EAAE;EAAI;AAC3B,CAAC,CAAC;AAEF,SAASzD,OAAO"}
|
|
@@ -10,17 +10,12 @@ const itemsJustify = {
|
|
|
10
10
|
const TabNavigation = _ref => {
|
|
11
11
|
let {
|
|
12
12
|
color = "light",
|
|
13
|
-
selectedIndex
|
|
13
|
+
selectedIndex,
|
|
14
14
|
tabAlignment = "center",
|
|
15
15
|
onItemPress,
|
|
16
16
|
children
|
|
17
17
|
} = _ref;
|
|
18
18
|
const [itemMinWidth, setItemMinWidth] = React.useState(0);
|
|
19
|
-
const [selectedIndex, setSelectedIndex] = React.useState(forceSelectedIndex ?? 0);
|
|
20
|
-
const handleItemPress = index => {
|
|
21
|
-
setSelectedIndex(forceSelectedIndex ?? index);
|
|
22
|
-
onItemPress === null || onItemPress === void 0 || onItemPress(index);
|
|
23
|
-
};
|
|
24
19
|
const handleItemOnLayout = event => {
|
|
25
20
|
const {
|
|
26
21
|
width
|
|
@@ -42,7 +37,7 @@ const TabNavigation = _ref => {
|
|
|
42
37
|
onPress: event => {
|
|
43
38
|
var _child$props$onPress, _child$props;
|
|
44
39
|
(_child$props$onPress = (_child$props = child.props).onPress) === null || _child$props$onPress === void 0 || _child$props$onPress.call(_child$props, event);
|
|
45
|
-
|
|
40
|
+
onItemPress === null || onItemPress === void 0 || onItemPress(index);
|
|
46
41
|
},
|
|
47
42
|
selected: selectedIndex === index,
|
|
48
43
|
color
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","StyleSheet","View","ScrollView","itemsJustify","start","center","end","stretch","TabNavigation","_ref","color","selectedIndex","
|
|
1
|
+
{"version":3,"names":["React","StyleSheet","View","ScrollView","itemsJustify","start","center","end","stretch","TabNavigation","_ref","color","selectedIndex","tabAlignment","onItemPress","children","itemMinWidth","setItemMinWidth","useState","handleItemOnLayout","event","width","nativeEvent","layout","current","Math","max","stretchItems","wrapChild","child","index","arguments","length","undefined","createElement","key","style","styles","item","marginEnd","Children","count","minWidth","onLayout","cloneElement","onPress","_child$props$onPress","_child$props","props","call","selected","horizontal","centerContent","showsHorizontalScrollIndicator","contentContainerStyle","container","justifyContent","Array","isArray","map","create","flexGrow","paddingHorizontal","flexShrink","flexBasis","alignItems"],"sourceRoot":"../../../../src","sources":["components/tabs/TabNavigation.tsx"],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ButtonLink.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/ButtonLink.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AACpD,OAAO,EACL,qBAAqB,EAGrB,IAAI,EACL,MAAM,cAAc,CAAC;AAoBtB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAGL,OAAO,EAER,MAAM,UAAU,CAAC;AAIlB,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG,UAAU,CAAC;AAErD,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC;IACvC,KAAK,CAAC,EAAE,eAAe,CAAC;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,YAAY,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC;IAE/B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B,OAAO,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;CACjD,CAAC,CAAC;AAqEH,eAAO,MAAM,UAAU;;WA/Ed,MAAM;;;;;;qBASI,qBAAqB,KAAK,IAAI;
|
|
1
|
+
{"version":3,"file":"ButtonLink.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/ButtonLink.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AACpD,OAAO,EACL,qBAAqB,EAGrB,IAAI,EACL,MAAM,cAAc,CAAC;AAoBtB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAGL,OAAO,EAER,MAAM,UAAU,CAAC;AAIlB,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG,UAAU,CAAC;AAErD,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC;IACvC,KAAK,CAAC,EAAE,eAAe,CAAC;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,YAAY,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC;IAE/B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B,OAAO,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;CACjD,CAAC,CAAC;AAqEH,eAAO,MAAM,UAAU;;WA/Ed,MAAM;;;;;;qBASI,qBAAqB,KAAK,IAAI;mEAsOhD,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { GestureResponderEvent, View } from "react-native";
|
|
1
|
+
import React, { ComponentProps } from "react";
|
|
2
|
+
import { GestureResponderEvent, Pressable, View } from "react-native";
|
|
3
3
|
import { WithTestID } from "../../utils/types";
|
|
4
4
|
import { IOIcons } from "../icons";
|
|
5
5
|
type ColorButtonOutline = "primary" | "contrast" | "danger";
|
|
@@ -7,23 +7,17 @@ export type ButtonOutline = WithTestID<{
|
|
|
7
7
|
color?: ColorButtonOutline;
|
|
8
8
|
label: string;
|
|
9
9
|
fullWidth?: boolean;
|
|
10
|
-
disabled?: boolean;
|
|
11
10
|
icon?: IOIcons;
|
|
12
11
|
iconPosition?: "start" | "end";
|
|
13
|
-
accessibilityLabel: string;
|
|
14
|
-
accessibilityHint?: string;
|
|
15
12
|
onPress: (event: GestureResponderEvent) => void;
|
|
16
|
-
}
|
|
13
|
+
} & Pick<ComponentProps<typeof Pressable>, "disabled" | "accessibilityLabel" | "accessibilityHint">>;
|
|
17
14
|
export declare const ButtonOutline: React.ForwardRefExoticComponent<{
|
|
18
15
|
color?: ColorButtonOutline | undefined;
|
|
19
16
|
label: string;
|
|
20
17
|
fullWidth?: boolean | undefined;
|
|
21
|
-
disabled?: boolean | undefined;
|
|
22
18
|
icon?: "code" | "option" | "search" | "key" | "spid" | "cie" | "qrCode" | "bell" | "website" | "abacus" | "home" | "homeFill" | "copy" | "selfCert" | "institution" | "merchant" | "hourglass" | "shareiOs" | "shareAndroid" | "filterOniOS" | "filterOffiOS" | "filterAndroid" | "locked" | "unlocked" | "initiatives" | "analytics" | "fornitori" | "eyeShow" | "eyeHide" | "pinOff" | "pinOn" | "emojiSad" | "emojiHappy" | "phone" | "email" | "emailFill" | "pec" | "messageLegal" | "message" | "chat" | "archive" | "archiveFilled" | "inbox" | "inboxFilled" | "security" | "docGiacenza" | "docPaymentTitle" | "docPaymentCode" | "docAttach" | "docAttachPDF" | "folder" | "receiptOn" | "receiptOff" | "notes" | "attachment" | "print" | "add" | "addSmall" | "success" | "ok" | "fiscalCodeIndividual" | "entityCode" | "creditCard" | "creditCardOff" | "bonus" | "transactionsBoxed" | "transactions" | "amount" | "psp" | "mapPin" | "locationiOS" | "locationiOSFilled" | "locationAndroid" | "coggle" | "warningFilled" | "notice" | "noticeFilled" | "noticePlain" | "info" | "infoFilled" | "canceled" | "errorFilled" | "legalValue" | "refund" | "reload" | "history" | "edit" | "battery" | "trashcan" | "calendar" | "profile" | "familySharing" | "lightbulb" | "magicWand" | "sparkles" | "starFilled" | "starEmpty" | "hearthEmpty" | "hearthFilled" | "switchOff" | "fingerprint" | "touch" | "device" | "deviceVibration" | "contactless" | "signal" | "notification" | "keyboard" | "keyboardDown" | "dotMenu" | "barcode" | "save" | "login" | "logout" | "ladybug" | "tag" | "gallery" | "externalLink" | "externalLinkSmall" | "forward" | "cancel" | "compare" | "instruction" | "terms" | "help" | "disabilityCard" | "driverLicense" | "healthCard" | "chevronRight" | "chevronLeft" | "chevronBottom" | "chevronTop" | "chevronRightListItem" | "closeLarge" | "closeMedium" | "closeSmall" | "arrowBottom" | "arrowLeft" | "arrowTop" | "arrowRight" | "change" | "backiOS" | "backAndroid" | "checkTick" | "checkTickBig" | "read" | "light" | "lightFilled" | "navMessages" | "navMessagesFocused" | "navWallet" | "navWalletFocused" | "navScan" | "navServices" | "navServicesFocused" | "navProfile" | "navProfileFocused" | "navPsp" | "legRadioOn" | "legRadioOff" | "legCheckOn" | "legCheckOff" | "biomFingerprint" | "biomFaceID" | "categCulture" | "categWellness" | "categLearning" | "categSport" | "categHome" | "categTelco" | "categFinance" | "categTravel" | "categMobility" | "categJobOffers" | "categShopping" | "categSustainability" | "productIOApp" | "productPagoPA" | "productIOAppBlueBg" | "systemSettingsAndroid" | "systemSettingsiOS" | "systemToggleInstructions" | "systemAppsAndroid" | "systemNotificationsInstructions" | "systemPermissionsAndroid" | "systemLocationiOS" | "systemPhotosiOS" | "systemPrivacyiOS" | undefined;
|
|
23
19
|
iconPosition?: "start" | "end" | undefined;
|
|
24
|
-
accessibilityLabel: string;
|
|
25
|
-
accessibilityHint?: string | undefined;
|
|
26
20
|
onPress: (event: GestureResponderEvent) => void;
|
|
27
|
-
} & import("../../utils/types").TestID & React.RefAttributes<View>>;
|
|
21
|
+
} & Pick<import("react-native").PressableProps & React.RefAttributes<View>, "accessibilityLabel" | "accessibilityHint" | "disabled"> & import("../../utils/types").TestID & React.RefAttributes<View>>;
|
|
28
22
|
export default ButtonOutline;
|
|
29
23
|
//# sourceMappingURL=ButtonOutline.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ButtonOutline.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/ButtonOutline.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"ButtonOutline.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/ButtonOutline.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAe,MAAM,OAAO,CAAC;AAC3D,OAAO,EACL,qBAAqB,EACrB,SAAS,EAET,IAAI,EACL,MAAM,cAAc,CAAC;AAqBtB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAGL,OAAO,EAER,MAAM,UAAU,CAAC;AAIlB,KAAK,kBAAkB,GAAG,SAAS,GAAG,UAAU,GAAG,QAAQ,CAAC;AAC5D,MAAM,MAAM,aAAa,GAAG,UAAU,CACpC;IACE,KAAK,CAAC,EAAE,kBAAkB,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,YAAY,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC;IAE/B,OAAO,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;CACjD,GAAG,IAAI,CACN,cAAc,CAAC,OAAO,SAAS,CAAC,EAChC,UAAU,GAAG,oBAAoB,GAAG,mBAAmB,CACxD,CACF,CAAC;AA0KF,eAAO,MAAM,aAAa;;WArLf,MAAM;;;;qBAMI,qBAAqB,KAAK,IAAI;sMAyWlD,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { GestureResponderEvent, View } from "react-native";
|
|
1
|
+
import React, { ComponentProps } from "react";
|
|
2
|
+
import { GestureResponderEvent, Pressable, View } from "react-native";
|
|
3
3
|
import { WithTestID } from "../../utils/types";
|
|
4
4
|
import { IOIcons } from "../icons";
|
|
5
5
|
export type ButtonSolidColor = "primary" | "danger" | "contrast";
|
|
@@ -17,19 +17,13 @@ export type ButtonSolidProps = WithTestID<{
|
|
|
17
17
|
* @default false
|
|
18
18
|
*/
|
|
19
19
|
loading?: boolean;
|
|
20
|
-
/**
|
|
21
|
-
* @default false
|
|
22
|
-
*/
|
|
23
|
-
disabled?: boolean;
|
|
24
20
|
icon?: IOIcons;
|
|
25
21
|
/**
|
|
26
22
|
* @default start
|
|
27
23
|
*/
|
|
28
24
|
iconPosition?: "start" | "end";
|
|
29
|
-
accessibilityLabel: string;
|
|
30
|
-
accessibilityHint?: string;
|
|
31
25
|
onPress: (event: GestureResponderEvent) => void;
|
|
32
|
-
}
|
|
26
|
+
} & Pick<ComponentProps<typeof Pressable>, "disabled" | "accessibilityLabel" | "accessibilityHint">>;
|
|
33
27
|
export declare const ButtonSolid: React.ForwardRefExoticComponent<{
|
|
34
28
|
/**
|
|
35
29
|
* @default primary
|
|
@@ -44,18 +38,12 @@ export declare const ButtonSolid: React.ForwardRefExoticComponent<{
|
|
|
44
38
|
* @default false
|
|
45
39
|
*/
|
|
46
40
|
loading?: boolean | undefined;
|
|
47
|
-
/**
|
|
48
|
-
* @default false
|
|
49
|
-
*/
|
|
50
|
-
disabled?: boolean | undefined;
|
|
51
41
|
icon?: "code" | "option" | "search" | "key" | "spid" | "cie" | "qrCode" | "bell" | "website" | "abacus" | "home" | "homeFill" | "copy" | "selfCert" | "institution" | "merchant" | "hourglass" | "shareiOs" | "shareAndroid" | "filterOniOS" | "filterOffiOS" | "filterAndroid" | "locked" | "unlocked" | "initiatives" | "analytics" | "fornitori" | "eyeShow" | "eyeHide" | "pinOff" | "pinOn" | "emojiSad" | "emojiHappy" | "phone" | "email" | "emailFill" | "pec" | "messageLegal" | "message" | "chat" | "archive" | "archiveFilled" | "inbox" | "inboxFilled" | "security" | "docGiacenza" | "docPaymentTitle" | "docPaymentCode" | "docAttach" | "docAttachPDF" | "folder" | "receiptOn" | "receiptOff" | "notes" | "attachment" | "print" | "add" | "addSmall" | "success" | "ok" | "fiscalCodeIndividual" | "entityCode" | "creditCard" | "creditCardOff" | "bonus" | "transactionsBoxed" | "transactions" | "amount" | "psp" | "mapPin" | "locationiOS" | "locationiOSFilled" | "locationAndroid" | "coggle" | "warningFilled" | "notice" | "noticeFilled" | "noticePlain" | "info" | "infoFilled" | "canceled" | "errorFilled" | "legalValue" | "refund" | "reload" | "history" | "edit" | "battery" | "trashcan" | "calendar" | "profile" | "familySharing" | "lightbulb" | "magicWand" | "sparkles" | "starFilled" | "starEmpty" | "hearthEmpty" | "hearthFilled" | "switchOff" | "fingerprint" | "touch" | "device" | "deviceVibration" | "contactless" | "signal" | "notification" | "keyboard" | "keyboardDown" | "dotMenu" | "barcode" | "save" | "login" | "logout" | "ladybug" | "tag" | "gallery" | "externalLink" | "externalLinkSmall" | "forward" | "cancel" | "compare" | "instruction" | "terms" | "help" | "disabilityCard" | "driverLicense" | "healthCard" | "chevronRight" | "chevronLeft" | "chevronBottom" | "chevronTop" | "chevronRightListItem" | "closeLarge" | "closeMedium" | "closeSmall" | "arrowBottom" | "arrowLeft" | "arrowTop" | "arrowRight" | "change" | "backiOS" | "backAndroid" | "checkTick" | "checkTickBig" | "read" | "light" | "lightFilled" | "navMessages" | "navMessagesFocused" | "navWallet" | "navWalletFocused" | "navScan" | "navServices" | "navServicesFocused" | "navProfile" | "navProfileFocused" | "navPsp" | "legRadioOn" | "legRadioOff" | "legCheckOn" | "legCheckOff" | "biomFingerprint" | "biomFaceID" | "categCulture" | "categWellness" | "categLearning" | "categSport" | "categHome" | "categTelco" | "categFinance" | "categTravel" | "categMobility" | "categJobOffers" | "categShopping" | "categSustainability" | "productIOApp" | "productPagoPA" | "productIOAppBlueBg" | "systemSettingsAndroid" | "systemSettingsiOS" | "systemToggleInstructions" | "systemAppsAndroid" | "systemNotificationsInstructions" | "systemPermissionsAndroid" | "systemLocationiOS" | "systemPhotosiOS" | "systemPrivacyiOS" | undefined;
|
|
52
42
|
/**
|
|
53
43
|
* @default start
|
|
54
44
|
*/
|
|
55
45
|
iconPosition?: "start" | "end" | undefined;
|
|
56
|
-
accessibilityLabel: string;
|
|
57
|
-
accessibilityHint?: string | undefined;
|
|
58
46
|
onPress: (event: GestureResponderEvent) => void;
|
|
59
|
-
} & import("../../utils/types").TestID & React.RefAttributes<View>>;
|
|
47
|
+
} & Pick<import("react-native").PressableProps & React.RefAttributes<View>, "accessibilityLabel" | "accessibilityHint" | "disabled"> & import("../../utils/types").TestID & React.RefAttributes<View>>;
|
|
60
48
|
export default ButtonSolid;
|
|
61
49
|
//# sourceMappingURL=ButtonSolid.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ButtonSolid.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/ButtonSolid.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"ButtonSolid.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/ButtonSolid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAkC,MAAM,OAAO,CAAC;AAC9E,OAAO,EACL,qBAAqB,EACrB,SAAS,EAET,IAAI,EACL,MAAM,cAAc,CAAC;AAsBtB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAmB,OAAO,EAAQ,MAAM,UAAU,CAAC;AAK1D,MAAM,MAAM,gBAAgB,GAAG,SAAS,GAAG,QAAQ,GAAG,UAAU,CAAC;AAiCjE,MAAM,MAAM,gBAAgB,GAAG,UAAU,CACvC;IACE;;OAEG;IACH,KAAK,CAAC,EAAE,gBAAgB,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC;IAC/B,OAAO,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;CACjD,GAAG,IAAI,CACN,cAAc,CAAC,OAAO,SAAS,CAAC,EAChC,UAAU,GAAG,oBAAoB,GAAG,mBAAmB,CACxD,CACF,CAAC;AAqEF,eAAO,MAAM,WAAW;IA5FpB;;OAEG;;WAEI,MAAM;IACb;;OAEG;;IAEH;;OAEG;;;IAGH;;OAEG;;qBAEc,qBAAqB,KAAK,IAAI;sMAqQlD,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/IconButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AACpD,OAAO,EAAE,qBAAqB,EAAa,MAAM,cAAc,CAAC;AAoBhE,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAEL,eAAe,EACf,OAAO,EAER,MAAM,UAAU,CAAC;AAElB,MAAM,MAAM,UAAU,GAAG,UAAU,CAAC;IAClC,KAAK,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,UAAU,CAAC;IAC3C,IAAI,EAAE,OAAO,CAAC;IACd,QAAQ,CAAC,EAAE,eAAe,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,OAAO,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;CACjD,CAAC,CAAC;AAuEH,eAAO,MAAM,UAAU,gGASpB,UAAU,
|
|
1
|
+
{"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/IconButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AACpD,OAAO,EAAE,qBAAqB,EAAa,MAAM,cAAc,CAAC;AAoBhE,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAEL,eAAe,EACf,OAAO,EAER,MAAM,UAAU,CAAC;AAElB,MAAM,MAAM,UAAU,GAAG,UAAU,CAAC;IAClC,KAAK,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,UAAU,CAAC;IAC3C,IAAI,EAAE,OAAO,CAAC;IACd,QAAQ,CAAC,EAAE,eAAe,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,OAAO,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;CACjD,CAAC,CAAC;AAuEH,eAAO,MAAM,UAAU,gGASpB,UAAU,sBAiGZ,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { GestureResponderEvent } from "react-native";
|
|
3
|
-
import { WithTestID } from "../../utils/types";
|
|
4
3
|
import { IOIcons } from "../../components/icons";
|
|
4
|
+
import { WithTestID } from "../../utils/types";
|
|
5
5
|
export type IconButtonContained = WithTestID<{
|
|
6
6
|
icon: IOIcons;
|
|
7
7
|
color?: "primary" | "neutral" | "contrast";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconButtonContained.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/IconButtonContained.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,qBAAqB,EAAa,MAAM,cAAc,CAAC;AAWhE,OAAO,
|
|
1
|
+
{"version":3,"file":"IconButtonContained.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/IconButtonContained.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,qBAAqB,EAAa,MAAM,cAAc,CAAC;AAWhE,OAAO,EAEL,OAAO,EAER,MAAM,wBAAwB,CAAC;AAUhC,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE/C,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAAC;IAC3C,IAAI,EAAE,OAAO,CAAC;IACd,KAAK,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,UAAU,CAAC;IAC3C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,OAAO,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;CACjD,CAAC,CAAC;AA4GH,eAAO,MAAM,mBAAmB,sFAQ7B,mBAAmB,sBA6FrB,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconButtonSolid.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/IconButtonSolid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,qBAAqB,EAAa,MAAM,cAAc,CAAC;AAkBhE,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAgB,OAAO,EAAE,MAAM,UAAU,CAAC;AAEjD,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC;IACvC,IAAI,EAAE,OAAO,CAAC;IACd,KAAK,CAAC,EAAE,SAAS,GAAG,UAAU,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,OAAO,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;CACjD,CAAC,CAAC;AAyEH,eAAO,MAAM,eAAe,sFAQzB,eAAe,
|
|
1
|
+
{"version":3,"file":"IconButtonSolid.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/IconButtonSolid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,qBAAqB,EAAa,MAAM,cAAc,CAAC;AAkBhE,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAgB,OAAO,EAAE,MAAM,UAAU,CAAC;AAEjD,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC;IACvC,IAAI,EAAE,OAAO,CAAC;IACd,KAAK,CAAC,EAAE,SAAS,GAAG,UAAU,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,OAAO,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;CACjD,CAAC,CAAC;AAyEH,eAAO,MAAM,eAAe,sFAQzB,eAAe,sBAqFjB,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconCategCulture.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategCulture.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,gBAAgB,8BAA+B,YAAY,
|
|
1
|
+
{"version":3,"file":"IconCategCulture.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategCulture.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,gBAAgB,8BAA+B,YAAY,sBAOhE,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconCategFinance.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategFinance.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,gBAAgB,8BAA+B,YAAY,
|
|
1
|
+
{"version":3,"file":"IconCategFinance.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategFinance.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,gBAAgB,8BAA+B,YAAY,sBAShE,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconCategHome.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategHome.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,aAAa,8BAA+B,YAAY,
|
|
1
|
+
{"version":3,"file":"IconCategHome.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategHome.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,aAAa,8BAA+B,YAAY,sBAS7D,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconCategJobOffers.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategJobOffers.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,kBAAkB,8BAA+B,YAAY,
|
|
1
|
+
{"version":3,"file":"IconCategJobOffers.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategJobOffers.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,kBAAkB,8BAA+B,YAAY,sBASlE,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconCategLearning.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategLearning.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,iBAAiB,8BAA+B,YAAY,
|
|
1
|
+
{"version":3,"file":"IconCategLearning.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategLearning.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,iBAAiB,8BAA+B,YAAY,sBASjE,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconCategMobility.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategMobility.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,iBAAiB,8BAA+B,YAAY,
|
|
1
|
+
{"version":3,"file":"IconCategMobility.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategMobility.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,iBAAiB,8BAA+B,YAAY,sBASjE,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { SVGIconProps } from "../types";
|
|
3
|
-
declare const
|
|
4
|
-
export default
|
|
3
|
+
declare const IconCategTelco: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
4
|
+
export default IconCategTelco;
|
|
5
5
|
//# sourceMappingURL=IconCategTelco.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconCategTelco.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategTelco.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,
|
|
1
|
+
{"version":3,"file":"IconCategTelco.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategTelco.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,cAAc,8BAA+B,YAAY,sBAS9D,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconCategTravel.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategTravel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,eAAe,8BAA+B,YAAY,
|
|
1
|
+
{"version":3,"file":"IconCategTravel.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategTravel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,eAAe,8BAA+B,YAAY,sBAO/D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconCategWellness.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategWellness.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,iBAAiB,8BAA+B,YAAY,
|
|
1
|
+
{"version":3,"file":"IconCategWellness.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCategWellness.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,iBAAiB,8BAA+B,YAAY,sBASjE,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -5,8 +5,8 @@ export * from "./badge";
|
|
|
5
5
|
export * from "./banner";
|
|
6
6
|
export * from "./buttons";
|
|
7
7
|
export * from "./checkbox";
|
|
8
|
-
export * from "./contentWrapper";
|
|
9
8
|
export * from "./codeInput";
|
|
9
|
+
export * from "./contentWrapper";
|
|
10
10
|
export * from "./divider";
|
|
11
11
|
export * from "./endOfPage";
|
|
12
12
|
export * from "./featureInfo";
|
|
@@ -14,8 +14,8 @@ export * from "./icons";
|
|
|
14
14
|
export * from "./image";
|
|
15
15
|
export * from "./layout";
|
|
16
16
|
export * from "./listitems";
|
|
17
|
-
export * from "./logos";
|
|
18
17
|
export * from "./loadingSpinner";
|
|
18
|
+
export * from "./logos";
|
|
19
19
|
export * from "./modules";
|
|
20
20
|
export * from "./numberpad";
|
|
21
21
|
export * from "./otpInput";
|
|
@@ -23,11 +23,12 @@ export * from "./pictograms";
|
|
|
23
23
|
export * from "./progressLoader";
|
|
24
24
|
export * from "./radio";
|
|
25
25
|
export * from "./spacer";
|
|
26
|
+
export * from "./stack";
|
|
26
27
|
export * from "./stepper";
|
|
27
28
|
export * from "./switch";
|
|
28
|
-
export * from "./tag";
|
|
29
29
|
export * from "./tabs";
|
|
30
|
+
export * from "./tag";
|
|
31
|
+
export * from "./textInput";
|
|
30
32
|
export * from "./toast";
|
|
31
33
|
export * from "./typography";
|
|
32
|
-
export * from "./textInput";
|
|
33
34
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.tsx"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.tsx"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC"}
|
|
@@ -8,7 +8,7 @@ type Props = {
|
|
|
8
8
|
selected?: boolean;
|
|
9
9
|
onValueChange?: (newValue: boolean) => void;
|
|
10
10
|
};
|
|
11
|
-
type
|
|
11
|
+
type ListItemCheckboxProps = Props & Pick<React.ComponentProps<typeof Pressable>, "onPress" | "accessibilityLabel" | "accessibilityHint" | "disabled">;
|
|
12
12
|
/**
|
|
13
13
|
* with the automatic state management that uses a {@link AnimatedCheckBox}
|
|
14
14
|
* The toggleValue change when a `onPress` event is received and dispatch the `onValueChange`.
|
|
@@ -16,6 +16,6 @@ type OwnProps = Props & Pick<React.ComponentProps<typeof Pressable>, "onPress" |
|
|
|
16
16
|
* @param props
|
|
17
17
|
* @constructor
|
|
18
18
|
*/
|
|
19
|
-
export declare const ListItemCheckbox: ({ value, description, icon, selected, accessibilityLabel, disabled, onValueChange }:
|
|
19
|
+
export declare const ListItemCheckbox: ({ value, description, icon, selected, accessibilityLabel, accessibilityHint, disabled, onValueChange }: ListItemCheckboxProps) => React.JSX.Element;
|
|
20
20
|
export {};
|
|
21
21
|
//# sourceMappingURL=ListItemCheckbox.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListItemCheckbox.d.ts","sourceRoot":"","sources":["../../../../src/components/listitems/ListItemCheckbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAQ,MAAM,cAAc,CAAC;AAsB/C,OAAO,EAAE,OAAO,EAAQ,MAAM,UAAU,CAAC;AAIzC,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;CAC7C,CAAC;
|
|
1
|
+
{"version":3,"file":"ListItemCheckbox.d.ts","sourceRoot":"","sources":["../../../../src/components/listitems/ListItemCheckbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAQ,MAAM,cAAc,CAAC;AAsB/C,OAAO,EAAE,OAAO,EAAQ,MAAM,UAAU,CAAC;AAIzC,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;CAC7C,CAAC;AAIF,KAAK,qBAAqB,GAAG,KAAK,GAChC,IAAI,CACF,KAAK,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,EACtC,SAAS,GAAG,oBAAoB,GAAG,mBAAmB,GAAG,UAAU,CACpE,CAAC;AAEJ;;;;;;GAMG;AACH,eAAO,MAAM,gBAAgB,2GAS1B,qBAAqB,sBAuIvB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { GestureResponderEvent } from "react-native";
|
|
1
|
+
import React, { ComponentProps } from "react";
|
|
2
|
+
import { GestureResponderEvent, Pressable } from "react-native";
|
|
3
3
|
import { IOColors } from "../../core";
|
|
4
4
|
import { WithTestID } from "../../utils/types";
|
|
5
5
|
import { Badge } from "../badge";
|
|
@@ -16,10 +16,9 @@ type ListItemNavPartialProps = WithTestID<{
|
|
|
16
16
|
description?: string | React.ReactNode;
|
|
17
17
|
loading?: boolean;
|
|
18
18
|
onPress: (event: GestureResponderEvent) => void;
|
|
19
|
-
accessibilityLabel: string;
|
|
20
19
|
hideChevron?: boolean;
|
|
21
20
|
topElement?: ListItemTopElementProps;
|
|
22
|
-
}
|
|
21
|
+
} & Pick<ComponentProps<typeof Pressable>, "accessibilityLabel" | "accessibilityHint">>;
|
|
23
22
|
export type ListItemNavGraphicProps = {
|
|
24
23
|
icon?: never;
|
|
25
24
|
iconColor?: never;
|
|
@@ -34,6 +33,6 @@ export type ListItemNavGraphicProps = {
|
|
|
34
33
|
paymentLogoUri?: never;
|
|
35
34
|
};
|
|
36
35
|
export type ListItemNav = ListItemNavPartialProps & ListItemNavGraphicProps;
|
|
37
|
-
export declare const ListItemNav: ({ value, description, onPress, icon, iconColor, paymentLogoUri, accessibilityLabel, testID, hideChevron, topElement, loading }: ListItemNav) => React.JSX.Element;
|
|
36
|
+
export declare const ListItemNav: ({ value, description, onPress, icon, iconColor, paymentLogoUri, accessibilityLabel, accessibilityHint, testID, hideChevron, topElement, loading }: ListItemNav) => React.JSX.Element;
|
|
38
37
|
export default ListItemNav;
|
|
39
38
|
//# sourceMappingURL=ListItemNav.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListItemNav.d.ts","sourceRoot":"","sources":["../../../../src/components/listitems/ListItemNav.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"ListItemNav.d.ts","sourceRoot":"","sources":["../../../../src/components/listitems/ListItemNav.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAe,MAAM,OAAO,CAAC;AAC3D,OAAO,EACL,qBAAqB,EAErB,SAAS,EAGV,MAAM,cAAc,CAAC;AAUtB,OAAO,EACL,QAAQ,EAUT,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AACjC,OAAO,EAAE,OAAO,EAAQ,MAAM,UAAU,CAAC;AAKzC,KAAK,uBAAuB,GACxB;IACE,UAAU,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,KAAK,CAAC,CAAC;IAC/C,SAAS,CAAC,EAAE,KAAK,CAAC;CACnB,GACD;IACE,UAAU,CAAC,EAAE,KAAK,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEN,KAAK,uBAAuB,GAAG,UAAU,CACvC;IACE,KAAK,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IAChC,WAAW,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACvC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;IAChD,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,UAAU,CAAC,EAAE,uBAAuB,CAAC;CACtC,GAAG,IAAI,CACN,cAAc,CAAC,OAAO,SAAS,CAAC,EAChC,oBAAoB,GAAG,mBAAmB,CAC3C,CACF,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAC/B;IAAE,IAAI,CAAC,EAAE,KAAK,CAAC;IAAC,SAAS,CAAC,EAAE,KAAK,CAAC;IAAC,cAAc,EAAE,MAAM,CAAA;CAAE,GAC3D;IAAE,IAAI,EAAE,OAAO,CAAC;IAAC,SAAS,CAAC,EAAE,QAAQ,CAAC;IAAC,cAAc,CAAC,EAAE,KAAK,CAAA;CAAE,GAC/D;IAAE,IAAI,CAAC,EAAE,KAAK,CAAC;IAAC,SAAS,CAAC,EAAE,KAAK,CAAC;IAAC,cAAc,CAAC,EAAE,KAAK,CAAA;CAAE,CAAC;AAEhE,MAAM,MAAM,WAAW,GAAG,uBAAuB,GAAG,uBAAuB,CAAC;AAS5E,eAAO,MAAM,WAAW,sJAarB,WAAW,sBAqKb,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -33,7 +33,7 @@ type Props = WithTestID<{
|
|
|
33
33
|
startImage?: ListItemRadioGraphicProps;
|
|
34
34
|
loadingProps?: ListItemRadioLoadingProps;
|
|
35
35
|
}>;
|
|
36
|
-
type
|
|
36
|
+
type ListItemRadioProps = Props & Pick<React.ComponentProps<typeof Pressable>, "onPress" | "accessibilityLabel" | "accessibilityHint" | "disabled">;
|
|
37
37
|
/**
|
|
38
38
|
* `ListItemRadio` component with the automatic state management that uses a {@link AnimatedCheckBox}
|
|
39
39
|
* The toggleValue change when a `onPress` event is received and dispatch the `onValueChange`.
|
|
@@ -41,6 +41,6 @@ type OwnProps = Props & Pick<React.ComponentProps<typeof Pressable>, "onPress" |
|
|
|
41
41
|
* @param props
|
|
42
42
|
* @constructor
|
|
43
43
|
*/
|
|
44
|
-
export declare const ListItemRadio: ({ value, description, startImage, selected, disabled, onValueChange, loadingProps, testID }:
|
|
44
|
+
export declare const ListItemRadio: ({ value, description, startImage, selected, disabled, onValueChange, accessibilityLabel, accessibilityHint, loadingProps, testID }: ListItemRadioProps) => React.JSX.Element;
|
|
45
45
|
export {};
|
|
46
46
|
//# sourceMappingURL=ListItemRadio.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListItemRadio.d.ts","sourceRoot":"","sources":["../../../../src/components/listitems/ListItemRadio.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAS,SAAS,EAAoB,MAAM,cAAc,CAAC;AAsBlE,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAE,OAAO,EAAQ,MAAM,UAAU,CAAC;AACzC,OAAO,EAAE,iBAAiB,EAAe,MAAM,UAAU,CAAC;AAK1D,KAAK,yBAAyB,GAC1B;IAAE,IAAI,CAAC,EAAE,KAAK,CAAC;IAAC,WAAW,EAAE,iBAAiB,CAAC;IAAC,GAAG,CAAC,EAAE,KAAK,CAAA;CAAE,GAC7D;IAAE,IAAI,CAAC,EAAE,KAAK,CAAC;IAAC,WAAW,CAAC,EAAE,KAAK,CAAC;IAAC,GAAG,EAAE,MAAM,CAAA;CAAE,GAClD;IAAE,IAAI,EAAE,OAAO,CAAC;IAAC,WAAW,CAAC,EAAE,KAAK,CAAC;IAAC,GAAG,CAAC,EAAE,KAAK,CAAA;CAAE,CAAC;AAExD,KAAK,yBAAyB,GAC1B;IACE,KAAK,EAAE,IAAI,CAAC;IACZ,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,GACD;IACE,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,mBAAmB,CAAC,EAAE,KAAK,CAAC;IAC5B,YAAY,CAAC,EAAE,KAAK,CAAC;CACtB,CAAC;AAEN,KAAK,KAAK,GAAG,UAAU,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACvC,QAAQ,EAAE,OAAO,CAAC;IAClB,aAAa,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IAC5C,UAAU,CAAC,EAAE,yBAAyB,CAAC;IACvC,YAAY,CAAC,EAAE,yBAAyB,CAAC;CAC1C,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"ListItemRadio.d.ts","sourceRoot":"","sources":["../../../../src/components/listitems/ListItemRadio.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAS,SAAS,EAAoB,MAAM,cAAc,CAAC;AAsBlE,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAE,OAAO,EAAQ,MAAM,UAAU,CAAC;AACzC,OAAO,EAAE,iBAAiB,EAAe,MAAM,UAAU,CAAC;AAK1D,KAAK,yBAAyB,GAC1B;IAAE,IAAI,CAAC,EAAE,KAAK,CAAC;IAAC,WAAW,EAAE,iBAAiB,CAAC;IAAC,GAAG,CAAC,EAAE,KAAK,CAAA;CAAE,GAC7D;IAAE,IAAI,CAAC,EAAE,KAAK,CAAC;IAAC,WAAW,CAAC,EAAE,KAAK,CAAC;IAAC,GAAG,EAAE,MAAM,CAAA;CAAE,GAClD;IAAE,IAAI,EAAE,OAAO,CAAC;IAAC,WAAW,CAAC,EAAE,KAAK,CAAC;IAAC,GAAG,CAAC,EAAE,KAAK,CAAA;CAAE,CAAC;AAExD,KAAK,yBAAyB,GAC1B;IACE,KAAK,EAAE,IAAI,CAAC;IACZ,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,GACD;IACE,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,mBAAmB,CAAC,EAAE,KAAK,CAAC;IAC5B,YAAY,CAAC,EAAE,KAAK,CAAC;CACtB,CAAC;AAEN,KAAK,KAAK,GAAG,UAAU,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACvC,QAAQ,EAAE,OAAO,CAAC;IAClB,aAAa,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IAC5C,UAAU,CAAC,EAAE,yBAAyB,CAAC;IACvC,YAAY,CAAC,EAAE,yBAAyB,CAAC;CAC1C,CAAC,CAAC;AAIH,KAAK,kBAAkB,GAAG,KAAK,GAC7B,IAAI,CACF,KAAK,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,EACtC,SAAS,GAAG,oBAAoB,GAAG,mBAAmB,GAAG,UAAU,CACpE,CAAC;AAUJ;;;;;;GAMG;AACH,eAAO,MAAM,aAAa,uIAWvB,kBAAkB,sBA2MpB,CAAC"}
|
|
@@ -4,11 +4,13 @@ export type ListItemRadioWithAmountProps = {
|
|
|
4
4
|
selected?: boolean;
|
|
5
5
|
label: string;
|
|
6
6
|
formattedAmountString: string;
|
|
7
|
+
accessibilityLabel?: string;
|
|
7
8
|
} & ({
|
|
8
9
|
isSuggested?: false;
|
|
10
|
+
suggestReason?: never;
|
|
9
11
|
} | {
|
|
10
|
-
isSuggested
|
|
12
|
+
isSuggested?: true;
|
|
11
13
|
suggestReason: string;
|
|
12
14
|
});
|
|
13
|
-
export declare const ListItemRadioWithAmount: (
|
|
15
|
+
export declare const ListItemRadioWithAmount: ({ onValueChange, selected, label, accessibilityLabel, isSuggested, suggestReason, formattedAmountString }: ListItemRadioWithAmountProps) => React.JSX.Element;
|
|
14
16
|
//# sourceMappingURL=ListItemRadioWithAmount.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListItemRadioWithAmount.d.ts","sourceRoot":"","sources":["../../../../src/components/listitems/ListItemRadioWithAmount.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAW/B,MAAM,MAAM,4BAA4B,GAAG;IACzC,aAAa,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IAC5C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,qBAAqB,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"ListItemRadioWithAmount.d.ts","sourceRoot":"","sources":["../../../../src/components/listitems/ListItemRadioWithAmount.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAW/B,MAAM,MAAM,4BAA4B,GAAG;IACzC,aAAa,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IAC5C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,qBAAqB,EAAE,MAAM,CAAC;IAC9B,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B,GAAG,CACA;IACE,WAAW,CAAC,EAAE,KAAK,CAAC;IACpB,aAAa,CAAC,EAAE,KAAK,CAAC;CACvB,GACD;IACE,WAAW,CAAC,EAAE,IAAI,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;CACvB,CACJ,CAAC;AACF,eAAO,MAAM,uBAAuB,8GAQjC,4BAA4B,sBAiD9B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListItemSwitch.d.ts","sourceRoot":"","sources":["../../../../src/components/listitems/ListItemSwitch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,qBAAqB,EAAY,MAAM,EAAQ,MAAM,cAAc,CAAC;AAM7E,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AACjC,OAAO,EAAE,OAAO,EAAQ,MAAM,UAAU,CAAC;AAEzC,OAAO,EAAE,iBAAiB,EAAe,MAAM,UAAU,CAAC;AAK1D,KAAK,YAAY,GAAG;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,mBAAmB,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IAClD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,KAAK,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;CACjD,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAClC;IAAE,IAAI,CAAC,EAAE,KAAK,CAAC;IAAC,WAAW,EAAE,iBAAiB,CAAA;CAAE,GAChD;IAAE,IAAI,EAAE,OAAO,CAAC;IAAC,WAAW,CAAC,EAAE,KAAK,CAAA;CAAE,GACtC;IAAE,IAAI,CAAC,EAAE,KAAK,CAAC;IAAC,WAAW,CAAC,EAAE,KAAK,CAAA;CAAE,CAAC;AAQ1C,MAAM,MAAM,mBAAmB,GAAG,YAAY,GAC5C,0BAA0B,GAC1B,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC,CAAC;AAElE,eAAO,MAAM,cAAc,wIAYtB,mBAAmB,
|
|
1
|
+
{"version":3,"file":"ListItemSwitch.d.ts","sourceRoot":"","sources":["../../../../src/components/listitems/ListItemSwitch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,qBAAqB,EAAY,MAAM,EAAQ,MAAM,cAAc,CAAC;AAM7E,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AACjC,OAAO,EAAE,OAAO,EAAQ,MAAM,UAAU,CAAC;AAEzC,OAAO,EAAE,iBAAiB,EAAe,MAAM,UAAU,CAAC;AAK1D,KAAK,YAAY,GAAG;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,mBAAmB,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IAClD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,KAAK,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;CACjD,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAClC;IAAE,IAAI,CAAC,EAAE,KAAK,CAAC;IAAC,WAAW,EAAE,iBAAiB,CAAA;CAAE,GAChD;IAAE,IAAI,EAAE,OAAO,CAAC;IAAC,WAAW,CAAC,EAAE,KAAK,CAAA;CAAE,GACtC;IAAE,IAAI,CAAC,EAAE,KAAK,CAAC;IAAC,WAAW,CAAC,EAAE,KAAK,CAAA;CAAE,CAAC;AAQ1C,MAAM,MAAM,mBAAmB,GAAG,YAAY,GAC5C,0BAA0B,GAC1B,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC,CAAC;AAElE,eAAO,MAAM,cAAc,wIAYtB,mBAAmB,uBAsIvB,CAAC"}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
+
import { Pressable } from "react-native";
|
|
2
3
|
import { WithTestID } from "../../utils/types";
|
|
3
|
-
export type PressableBaseProps = WithTestID<
|
|
4
|
-
|
|
5
|
-
onPress?: () => void;
|
|
6
|
-
}>;
|
|
7
|
-
export declare const PressableListItemBase: ({ onPress, testID, accessibilityLabel, children }: React.PropsWithChildren<PressableBaseProps>) => React.JSX.Element;
|
|
4
|
+
export type PressableBaseProps = WithTestID<Pick<React.ComponentProps<typeof Pressable>, "onPress" | "accessibilityLabel" | "accessibilityHint" | "accessibilityState" | "accessibilityRole">>;
|
|
5
|
+
export declare const PressableListItemBase: ({ onPress, testID, children, accessibilityRole, ...props }: React.PropsWithChildren<PressableBaseProps>) => React.JSX.Element;
|
|
8
6
|
//# sourceMappingURL=PressableListItemsBase.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PressableListItemsBase.d.ts","sourceRoot":"","sources":["../../../../src/components/listitems/PressableListItemsBase.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"PressableListItemsBase.d.ts","sourceRoot":"","sources":["../../../../src/components/listitems/PressableListItemsBase.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAGzC,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAG/C,MAAM,MAAM,kBAAkB,GAAG,UAAU,CACzC,IAAI,CACF,KAAK,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,EACpC,SAAS,GACT,oBAAoB,GACpB,mBAAmB,GACnB,oBAAoB,GACpB,mBAAmB,CACtB,CACF,CAAC;AAEF,eAAO,MAAM,qBAAqB,+DAM/B,MAAM,iBAAiB,CAAC,kBAAkB,CAAC,sBAyB7C,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { ImageSourcePropType, ImageURISource } from "react-native";
|
|
3
|
-
import { WithTestID } from "
|
|
3
|
+
import { WithTestID } from "../../utils/types";
|
|
4
4
|
import { Badge } from "../badge";
|
|
5
5
|
import { IOIcons } from "../icons";
|
|
6
6
|
import { PressableModuleBaseProps } from "./PressableModuleBase";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModuleCredential.d.ts","sourceRoot":"","sources":["../../../../src/components/modules/ModuleCredential.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAEL,mBAAmB,EACnB,cAAc,EAGf,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"ModuleCredential.d.ts","sourceRoot":"","sources":["../../../../src/components/modules/ModuleCredential.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAEL,mBAAmB,EACnB,cAAc,EAGf,MAAM,cAAc,CAAC;AAStB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AACjC,OAAO,EAAE,OAAO,EAAQ,MAAM,UAAU,CAAC;AAGzC,OAAO,EAEL,wBAAwB,EACzB,MAAM,uBAAuB,CAAC;AAE/B,KAAK,YAAY,GAAG;IAClB,SAAS,EAAE,IAAI,CAAC;CACjB,CAAC;AAEF,KAAK,UAAU,GACX;IAAE,IAAI,EAAE,OAAO,CAAC;IAAC,KAAK,CAAC,EAAE,KAAK,CAAA;CAAE,GAChC;IAAE,IAAI,CAAC,EAAE,KAAK,CAAC;IAAC,KAAK,EAAE,cAAc,GAAG,mBAAmB,CAAA;CAAE,CAAC;AAElE,KAAK,SAAS,GAAG;IACf,SAAS,CAAC,EAAE,KAAK,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,KAAK,CAAC;CACf,GAAG,UAAU,GACZ,wBAAwB,CAAC;AAE3B,KAAK,qBAAqB,GAAG,YAAY,GAAG,SAAS,CAAC;AAEtD,QAAA,MAAM,gBAAgB,UAAW,WAAW,qBAAqB,CAAC,sBA8CjE,CAAC;AAqBF,OAAO,EAAE,gBAAgB,EAAE,CAAC"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import {
|
|
2
|
+
import { PropsWithChildren } from "react";
|
|
3
|
+
import { Pressable } from "react-native";
|
|
3
4
|
import { WithTestID } from "../../utils/types";
|
|
4
5
|
export type PressableModuleBaseProps = WithTestID<{
|
|
5
|
-
accessibilityLabel?: string;
|
|
6
|
-
onPress?: (event: GestureResponderEvent) => void;
|
|
7
6
|
withLooseSpacing?: boolean;
|
|
8
|
-
}
|
|
9
|
-
export declare const PressableModuleBase: ({ onPress,
|
|
7
|
+
} & Pick<React.ComponentProps<typeof Pressable>, "onPress" | "accessibilityLabel" | "accessibilityHint">>;
|
|
8
|
+
export declare const PressableModuleBase: ({ onPress, withLooseSpacing, accessibilityLabel, accessibilityHint, testID, children }: PropsWithChildren<PressableModuleBaseProps>) => React.JSX.Element;
|
|
10
9
|
//# sourceMappingURL=PressableModuleBase.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PressableModuleBase.d.ts","sourceRoot":"","sources":["../../../../src/components/modules/PressableModuleBase.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"PressableModuleBase.d.ts","sourceRoot":"","sources":["../../../../src/components/modules/PressableModuleBase.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAGzC,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAG/C,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAC/C;IACE,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B,GAAG,IAAI,CACN,KAAK,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,EACtC,SAAS,GAAG,oBAAoB,GAAG,mBAAmB,CACvD,CACF,CAAC;AAEF,eAAO,MAAM,mBAAmB,2FAO7B,kBAAkB,wBAAwB,CAAC,sBA0B7C,CAAC"}
|
|
@@ -5,7 +5,7 @@ type Props = {
|
|
|
5
5
|
label: string;
|
|
6
6
|
onValueChange?: (newValue: boolean) => void;
|
|
7
7
|
};
|
|
8
|
-
type
|
|
8
|
+
type RadioButtonLabelProps = Props & Pick<React.ComponentProps<typeof AnimatedRadio>, "disabled" | "checked"> & Pick<React.ComponentProps<typeof Pressable>, "onPress" | "accessibilityLabel" | "accessibilityHint">;
|
|
9
9
|
/**
|
|
10
10
|
* A radio button with the automatic state management that uses a {@link AnimatedRadio}
|
|
11
11
|
* The toggleValue change when a `onPress` event is received and dispatch the `onValueChange`.
|
|
@@ -13,6 +13,6 @@ type OwnProps = Props & Pick<React.ComponentProps<typeof AnimatedRadio>, "disabl
|
|
|
13
13
|
* @param props
|
|
14
14
|
* @constructor
|
|
15
15
|
*/
|
|
16
|
-
export declare const RadioButtonLabel: ({ label, checked, disabled, onValueChange }:
|
|
16
|
+
export declare const RadioButtonLabel: ({ label, checked, disabled, onValueChange, accessibilityLabel, accessibilityHint }: RadioButtonLabelProps) => React.JSX.Element;
|
|
17
17
|
export {};
|
|
18
18
|
//# sourceMappingURL=RadioButtonLabel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RadioButtonLabel.d.ts","sourceRoot":"","sources":["../../../../src/components/radio/RadioButtonLabel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAQ,MAAM,cAAc,CAAC;AAM/C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAEhD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,CAAC;IAEd,aAAa,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;CAC7C,CAAC;
|
|
1
|
+
{"version":3,"file":"RadioButtonLabel.d.ts","sourceRoot":"","sources":["../../../../src/components/radio/RadioButtonLabel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAQ,MAAM,cAAc,CAAC;AAM/C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAEhD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,CAAC;IAEd,aAAa,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;CAC7C,CAAC;AAIF,KAAK,qBAAqB,GAAG,KAAK,GAChC,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC,GACxE,IAAI,CACF,KAAK,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,EACtC,SAAS,GAAG,oBAAoB,GAAG,mBAAmB,CACvD,CAAC;AAEJ;;;;;;GAMG;AACH,eAAO,MAAM,gBAAgB,uFAO1B,qBAAqB,sBA8CvB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RadioGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/radio/RadioGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE9C,OAAO,EAAE,aAAa,EAA2B,MAAM,cAAc,CAAC;AAEtE,MAAM,MAAM,SAAS,CAAC,CAAC,IAAI;IACzB,EAAE,EAAE,CAAC,CAAC;IACN,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACvC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,cAAc,CAAC,OAAO,aAAa,CAAC,CAAC,YAAY,CAAC,CAAC;IAChE,YAAY,CAAC,EAAE,cAAc,CAAC,OAAO,aAAa,CAAC,CAAC,cAAc,CAAC,CAAC;CACrE,CAAC;AAEF,MAAM,MAAM,mBAAmB,CAAC,CAAC,IAAI;IACnC,EAAE,EAAE,CAAC,CAAC;IACN,KAAK,EAAE,MAAM,CAAC;IACd,qBAAqB,EAAE,MAAM,CAAC;CAC/B,GAAG,CACA;IACE,WAAW,CAAC,EAAE,KAAK,CAAC;CACrB,GACD;IACE,WAAW,EAAE,IAAI,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;CACvB,CACJ,CAAC;AACF,KAAK,WAAW,CAAC,CAAC,IAAI;IACpB,YAAY,CAAC,EAAE,CAAC,CAAC;IACjB,OAAO,EAAE,CAAC,QAAQ,EAAE,CAAC,KAAK,IAAI,CAAC;CAChC,CAAC;AAEF,KAAK,kBAAkB,CAAC,CAAC,IAAI;IAC3B,IAAI,EAAE,eAAe,CAAC;IACtB,KAAK,EAAE,aAAa,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;CACpC,GAAG,WAAW,CAAC,CAAC,CAAC,CAAC;AAEnB,KAAK,4BAA4B,CAAC,CAAC,IAAI;IACrC,IAAI,EAAE,yBAAyB,CAAC;IAChC,KAAK,EAAE,aAAa,CAAC,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC;CAC9C,GAAG,WAAW,CAAC,CAAC,CAAC,CAAC;AAEnB,KAAK,KAAK,CAAC,CAAC,IAAI,kBAAkB,CAAC,CAAC,CAAC,GAAG,4BAA4B,CAAC,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"RadioGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/radio/RadioGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE9C,OAAO,EAAE,aAAa,EAA2B,MAAM,cAAc,CAAC;AAEtE,MAAM,MAAM,SAAS,CAAC,CAAC,IAAI;IACzB,EAAE,EAAE,CAAC,CAAC;IACN,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACvC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,cAAc,CAAC,OAAO,aAAa,CAAC,CAAC,YAAY,CAAC,CAAC;IAChE,YAAY,CAAC,EAAE,cAAc,CAAC,OAAO,aAAa,CAAC,CAAC,cAAc,CAAC,CAAC;CACrE,CAAC;AAEF,MAAM,MAAM,mBAAmB,CAAC,CAAC,IAAI;IACnC,EAAE,EAAE,CAAC,CAAC;IACN,KAAK,EAAE,MAAM,CAAC;IACd,qBAAqB,EAAE,MAAM,CAAC;CAC/B,GAAG,CACA;IACE,WAAW,CAAC,EAAE,KAAK,CAAC;CACrB,GACD;IACE,WAAW,EAAE,IAAI,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;CACvB,CACJ,CAAC;AACF,KAAK,WAAW,CAAC,CAAC,IAAI;IACpB,YAAY,CAAC,EAAE,CAAC,CAAC;IACjB,OAAO,EAAE,CAAC,QAAQ,EAAE,CAAC,KAAK,IAAI,CAAC;CAChC,CAAC;AAEF,KAAK,kBAAkB,CAAC,CAAC,IAAI;IAC3B,IAAI,EAAE,eAAe,CAAC;IACtB,KAAK,EAAE,aAAa,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;CACpC,GAAG,WAAW,CAAC,CAAC,CAAC,CAAC;AAEnB,KAAK,4BAA4B,CAAC,CAAC,IAAI;IACrC,IAAI,EAAE,yBAAyB,CAAC;IAChC,KAAK,EAAE,aAAa,CAAC,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC;CAC9C,GAAG,WAAW,CAAC,CAAC,CAAC,CAAC;AAEnB,KAAK,KAAK,CAAC,CAAC,IAAI,kBAAkB,CAAC,CAAC,CAAC,GAAG,4BAA4B,CAAC,CAAC,CAAC,CAAC;AAyDxE,eAAO,MAAM,UAAU,2CAKtB,CAAC"}
|