@pagopa/io-app-design-system 4.2.1 → 4.3.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/alert/Alert.js +10 -31
- package/lib/commonjs/components/alert/Alert.js.map +1 -1
- package/lib/commonjs/components/alert/AlertEdgeToEdge.js +9 -29
- package/lib/commonjs/components/alert/AlertEdgeToEdge.js.map +1 -1
- package/lib/commonjs/components/banner/Banner.js +10 -34
- package/lib/commonjs/components/banner/Banner.js.map +1 -1
- package/lib/commonjs/components/buttons/ButtonLink.js +20 -53
- package/lib/commonjs/components/buttons/ButtonLink.js.map +1 -1
- package/lib/commonjs/components/buttons/ButtonOutline.js +24 -44
- package/lib/commonjs/components/buttons/ButtonOutline.js.map +1 -1
- package/lib/commonjs/components/buttons/ButtonSolid.js +14 -39
- package/lib/commonjs/components/buttons/ButtonSolid.js.map +1 -1
- package/lib/commonjs/components/buttons/IconButton.js +13 -32
- package/lib/commonjs/components/buttons/IconButton.js.map +1 -1
- package/lib/commonjs/components/buttons/IconButtonContained.js +19 -42
- package/lib/commonjs/components/buttons/IconButtonContained.js.map +1 -1
- package/lib/commonjs/components/buttons/IconButtonSolid.js +15 -31
- package/lib/commonjs/components/buttons/IconButtonSolid.js.map +1 -1
- package/lib/commonjs/components/buttons/__test__/__snapshots__/button.test.tsx.snap +34 -10
- package/lib/commonjs/components/layout/index.js +0 -11
- package/lib/commonjs/components/layout/index.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemAction.js +14 -40
- package/lib/commonjs/components/listitems/ListItemAction.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemCheckbox.js +13 -41
- package/lib/commonjs/components/listitems/ListItemCheckbox.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemHeader.js +2 -2
- package/lib/commonjs/components/listitems/ListItemHeader.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemInfoCopy.js +15 -43
- package/lib/commonjs/components/listitems/ListItemInfoCopy.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemNav.js +17 -48
- package/lib/commonjs/components/listitems/ListItemNav.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemNavAlert.js +19 -50
- package/lib/commonjs/components/listitems/ListItemNavAlert.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemRadio.js +20 -50
- package/lib/commonjs/components/listitems/ListItemRadio.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemRadioWithAmount.js +2 -2
- package/lib/commonjs/components/listitems/ListItemRadioWithAmount.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemTransaction.js +2 -2
- package/lib/commonjs/components/listitems/ListItemTransaction.js.map +1 -1
- package/lib/commonjs/components/listitems/{PressableListItemsBase.js → PressableListItemBase.js} +7 -7
- package/lib/commonjs/components/listitems/PressableListItemBase.js.map +1 -0
- package/lib/commonjs/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +13 -7
- package/lib/commonjs/components/listitems/__test__/listitem.test.js +3 -3
- package/lib/commonjs/components/listitems/__test__/listitem.test.js.map +1 -1
- package/lib/commonjs/components/listitems/index.js +11 -11
- package/lib/commonjs/components/listitems/index.js.map +1 -1
- package/lib/commonjs/components/modules/PressableModuleBase.js +17 -11
- package/lib/commonjs/components/modules/PressableModuleBase.js.map +1 -1
- package/lib/commonjs/components/modules/index.js +8 -8
- package/lib/commonjs/components/modules/index.js.map +1 -1
- package/lib/commonjs/components/numberpad/NumberButton.js +12 -28
- package/lib/commonjs/components/numberpad/NumberButton.js.map +1 -1
- package/lib/commonjs/components/numberpad/__test__/__snapshots__/NumberPad.test.tsx.snap +20 -0
- package/lib/commonjs/components/tabs/TabItem.js +15 -21
- package/lib/commonjs/components/tabs/TabItem.js.map +1 -1
- package/lib/commonjs/core/IOAnimations.js +6 -12
- package/lib/commonjs/core/IOAnimations.js.map +1 -1
- package/lib/commonjs/hooks/index.js +28 -0
- package/lib/commonjs/hooks/index.js.map +1 -0
- package/lib/commonjs/hooks/useListItemAnimation.js +40 -0
- package/lib/commonjs/hooks/useListItemAnimation.js.map +1 -0
- package/lib/commonjs/hooks/useScaleAnimation.js +36 -0
- package/lib/commonjs/hooks/useScaleAnimation.js.map +1 -0
- package/lib/commonjs/index.js +11 -0
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/utils/hooks/index.js +28 -0
- package/lib/commonjs/utils/hooks/index.js.map +1 -0
- package/lib/commonjs/utils/hooks/useSpringPressProgressValue.js +5 -7
- package/lib/commonjs/utils/hooks/useSpringPressProgressValue.js.map +1 -1
- package/lib/module/components/alert/Alert.js +10 -32
- package/lib/module/components/alert/Alert.js.map +1 -1
- package/lib/module/components/alert/AlertEdgeToEdge.js +10 -31
- package/lib/module/components/alert/AlertEdgeToEdge.js.map +1 -1
- package/lib/module/components/banner/Banner.js +10 -33
- package/lib/module/components/banner/Banner.js.map +1 -1
- package/lib/module/components/buttons/ButtonLink.js +23 -56
- package/lib/module/components/buttons/ButtonLink.js.map +1 -1
- package/lib/module/components/buttons/ButtonOutline.js +27 -47
- package/lib/module/components/buttons/ButtonOutline.js.map +1 -1
- package/lib/module/components/buttons/ButtonSolid.js +17 -42
- package/lib/module/components/buttons/ButtonSolid.js.map +1 -1
- package/lib/module/components/buttons/IconButton.js +16 -35
- package/lib/module/components/buttons/IconButton.js.map +1 -1
- package/lib/module/components/buttons/IconButtonContained.js +21 -45
- package/lib/module/components/buttons/IconButtonContained.js.map +1 -1
- package/lib/module/components/buttons/IconButtonSolid.js +17 -34
- package/lib/module/components/buttons/IconButtonSolid.js.map +1 -1
- package/lib/module/components/buttons/__test__/__snapshots__/button.test.tsx.snap +34 -10
- package/lib/module/components/layout/index.js +0 -1
- package/lib/module/components/layout/index.js.map +1 -1
- package/lib/module/components/listitems/ListItemAction.js +15 -42
- package/lib/module/components/listitems/ListItemAction.js.map +1 -1
- package/lib/module/components/listitems/ListItemCheckbox.js +15 -43
- package/lib/module/components/listitems/ListItemCheckbox.js.map +1 -1
- package/lib/module/components/listitems/ListItemHeader.js +2 -2
- package/lib/module/components/listitems/ListItemHeader.js.map +1 -1
- package/lib/module/components/listitems/ListItemInfoCopy.js +16 -45
- package/lib/module/components/listitems/ListItemInfoCopy.js.map +1 -1
- package/lib/module/components/listitems/ListItemNav.js +17 -47
- package/lib/module/components/listitems/ListItemNav.js.map +1 -1
- package/lib/module/components/listitems/ListItemNavAlert.js +19 -49
- package/lib/module/components/listitems/ListItemNavAlert.js.map +1 -1
- package/lib/module/components/listitems/ListItemRadio.js +22 -52
- package/lib/module/components/listitems/ListItemRadio.js.map +1 -1
- package/lib/module/components/listitems/ListItemRadioWithAmount.js +1 -1
- package/lib/module/components/listitems/ListItemRadioWithAmount.js.map +1 -1
- package/lib/module/components/listitems/ListItemTransaction.js +1 -1
- package/lib/module/components/listitems/ListItemTransaction.js.map +1 -1
- package/lib/module/components/listitems/{PressableListItemsBase.js → PressableListItemBase.js} +7 -7
- package/lib/module/components/listitems/PressableListItemBase.js.map +1 -0
- package/lib/module/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +13 -7
- package/lib/module/components/listitems/__test__/listitem.test.js +1 -1
- package/lib/module/components/listitems/__test__/listitem.test.js.map +1 -1
- package/lib/module/components/listitems/index.js +1 -1
- package/lib/module/components/listitems/index.js.map +1 -1
- package/lib/module/components/modules/PressableModuleBase.js +17 -10
- package/lib/module/components/modules/PressableModuleBase.js.map +1 -1
- package/lib/module/components/modules/index.js +1 -1
- package/lib/module/components/modules/index.js.map +1 -1
- package/lib/module/components/numberpad/NumberButton.js +14 -30
- package/lib/module/components/numberpad/NumberButton.js.map +1 -1
- package/lib/module/components/numberpad/__test__/__snapshots__/NumberPad.test.tsx.snap +20 -0
- package/lib/module/components/tabs/TabItem.js +18 -24
- package/lib/module/components/tabs/TabItem.js.map +1 -1
- package/lib/module/core/IOAnimations.js +4 -10
- package/lib/module/core/IOAnimations.js.map +1 -1
- package/lib/module/hooks/index.js +3 -0
- package/lib/module/hooks/index.js.map +1 -0
- package/lib/module/hooks/useListItemAnimation.js +33 -0
- package/lib/module/hooks/useListItemAnimation.js.map +1 -0
- package/lib/module/hooks/useScaleAnimation.js +29 -0
- package/lib/module/hooks/useScaleAnimation.js.map +1 -0
- package/lib/module/index.js +1 -0
- package/lib/module/index.js.map +1 -1
- package/lib/module/utils/hooks/index.js +3 -0
- package/lib/module/utils/hooks/index.js.map +1 -0
- package/lib/module/utils/hooks/useSpringPressProgressValue.js +5 -5
- package/lib/module/utils/hooks/useSpringPressProgressValue.js.map +1 -1
- package/lib/typescript/components/alert/Alert.d.ts.map +1 -1
- package/lib/typescript/components/alert/AlertEdgeToEdge.d.ts.map +1 -1
- package/lib/typescript/components/banner/Banner.d.ts.map +1 -1
- package/lib/typescript/components/buttons/ButtonLink.d.ts.map +1 -1
- package/lib/typescript/components/buttons/ButtonOutline.d.ts.map +1 -1
- 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.map +1 -1
- package/lib/typescript/components/buttons/IconButtonSolid.d.ts.map +1 -1
- package/lib/typescript/components/layout/index.d.ts +0 -1
- package/lib/typescript/components/layout/index.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemAction.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemCheckbox.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemInfoCopy.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemNav.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemNavAlert.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemRadio.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemRadioWithAmount.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemTransaction.d.ts +1 -1
- package/lib/typescript/components/listitems/ListItemTransaction.d.ts.map +1 -1
- package/lib/typescript/components/listitems/{PressableListItemsBase.d.ts → PressableListItemBase.d.ts} +3 -2
- package/lib/typescript/components/listitems/PressableListItemBase.d.ts.map +1 -0
- package/lib/typescript/components/listitems/index.d.ts +1 -1
- package/lib/typescript/components/listitems/index.d.ts.map +1 -1
- package/lib/typescript/components/modules/PressableModuleBase.d.ts.map +1 -1
- package/lib/typescript/components/modules/index.d.ts +1 -1
- package/lib/typescript/components/modules/index.d.ts.map +1 -1
- package/lib/typescript/components/numberpad/NumberButton.d.ts.map +1 -1
- package/lib/typescript/components/tabs/TabItem.d.ts.map +1 -1
- package/lib/typescript/core/IOAnimations.d.ts +6 -10
- package/lib/typescript/core/IOAnimations.d.ts.map +1 -1
- package/lib/typescript/hooks/index.d.ts +3 -0
- package/lib/typescript/hooks/index.d.ts.map +1 -0
- package/lib/typescript/hooks/useListItemAnimation.d.ts +10 -0
- package/lib/typescript/hooks/useListItemAnimation.d.ts.map +1 -0
- package/lib/typescript/hooks/useScaleAnimation.d.ts +10 -0
- package/lib/typescript/hooks/useScaleAnimation.d.ts.map +1 -0
- package/lib/typescript/index.d.ts +1 -0
- package/lib/typescript/index.d.ts.map +1 -1
- package/lib/typescript/utils/hooks/index.d.ts +3 -0
- package/lib/typescript/utils/hooks/index.d.ts.map +1 -0
- package/lib/typescript/utils/hooks/useSpringPressProgressValue.d.ts +7 -8
- package/lib/typescript/utils/hooks/useSpringPressProgressValue.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/alert/Alert.tsx +7 -46
- package/src/components/alert/AlertEdgeToEdge.tsx +6 -46
- package/src/components/banner/Banner.tsx +6 -52
- package/src/components/buttons/ButtonLink.tsx +32 -89
- package/src/components/buttons/ButtonOutline.tsx +26 -60
- package/src/components/buttons/ButtonSolid.tsx +11 -58
- package/src/components/buttons/IconButton.tsx +10 -47
- package/src/components/buttons/IconButtonContained.tsx +21 -57
- package/src/components/buttons/IconButtonSolid.tsx +15 -46
- package/src/components/buttons/__test__/__snapshots__/button.test.tsx.snap +34 -10
- package/src/components/layout/index.tsx +0 -1
- package/src/components/listitems/ListItemAction.tsx +10 -66
- package/src/components/listitems/ListItemCheckbox.tsx +10 -68
- package/src/components/listitems/ListItemHeader.tsx +2 -2
- package/src/components/listitems/ListItemInfoCopy.tsx +11 -71
- package/src/components/listitems/ListItemNav.tsx +13 -74
- package/src/components/listitems/ListItemNavAlert.tsx +18 -92
- package/src/components/listitems/ListItemRadio.tsx +14 -75
- package/src/components/listitems/ListItemRadioWithAmount.tsx +2 -1
- package/src/components/listitems/ListItemTransaction.tsx +1 -1
- package/src/components/listitems/{PressableListItemsBase.tsx → PressableListItemBase.tsx} +7 -6
- package/src/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +13 -7
- package/src/components/listitems/__test__/listitem.test.tsx +1 -1
- package/src/components/listitems/index.tsx +1 -1
- package/src/components/modules/PressableModuleBase.tsx +15 -8
- package/src/components/modules/index.tsx +1 -1
- package/src/components/numberpad/NumberButton.tsx +12 -43
- package/src/components/numberpad/__test__/__snapshots__/NumberPad.test.tsx.snap +20 -0
- package/src/components/tabs/TabItem.tsx +15 -29
- package/src/core/IOAnimations.ts +8 -10
- package/src/hooks/index.tsx +2 -0
- package/src/hooks/useListItemAnimation.tsx +59 -0
- package/src/hooks/useScaleAnimation.tsx +41 -0
- package/src/index.tsx +1 -0
- package/src/utils/hooks/index.tsx +2 -0
- package/src/utils/hooks/useSpringPressProgressValue.ts +14 -8
- package/lib/commonjs/components/layout/FooterWithButtons.js +0 -84
- package/lib/commonjs/components/layout/FooterWithButtons.js.map +0 -1
- package/lib/commonjs/components/listitems/PressableListItemsBase.js.map +0 -1
- package/lib/commonjs/components/listitems/hooks/useListItemSpringAnimation.js +0 -56
- package/lib/commonjs/components/listitems/hooks/useListItemSpringAnimation.js.map +0 -1
- package/lib/commonjs/components/modules/hooks/useModuleSpringAnimation.js +0 -41
- package/lib/commonjs/components/modules/hooks/useModuleSpringAnimation.js.map +0 -1
- package/lib/module/components/layout/FooterWithButtons.js +0 -75
- package/lib/module/components/layout/FooterWithButtons.js.map +0 -1
- package/lib/module/components/listitems/PressableListItemsBase.js.map +0 -1
- package/lib/module/components/listitems/hooks/useListItemSpringAnimation.js +0 -47
- package/lib/module/components/listitems/hooks/useListItemSpringAnimation.js.map +0 -1
- package/lib/module/components/modules/hooks/useModuleSpringAnimation.js +0 -34
- package/lib/module/components/modules/hooks/useModuleSpringAnimation.js.map +0 -1
- package/lib/typescript/components/layout/FooterWithButtons.d.ts +0 -16
- package/lib/typescript/components/layout/FooterWithButtons.d.ts.map +0 -1
- package/lib/typescript/components/listitems/PressableListItemsBase.d.ts.map +0 -1
- package/lib/typescript/components/listitems/hooks/useListItemSpringAnimation.d.ts +0 -13
- package/lib/typescript/components/listitems/hooks/useListItemSpringAnimation.d.ts.map +0 -1
- package/lib/typescript/components/modules/hooks/useModuleSpringAnimation.d.ts +0 -10
- package/lib/typescript/components/modules/hooks/useModuleSpringAnimation.d.ts.map +0 -1
- package/src/components/layout/FooterWithButtons.tsx +0 -90
- package/src/components/listitems/hooks/useListItemSpringAnimation.ts +0 -72
- package/src/components/modules/hooks/useModuleSpringAnimation.ts +0 -49
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","Extrapolate","interpolate","interpolateColor","useAnimatedStyle","useDerivedValue","useSharedValue","withSpring","IOColors","IOScaleValues","IOSpringValues","hexToRgba","useIOTheme","useListItemSpringAnimation","_IOScaleValues$basicB","theme","isPressed","mapBackgroundStates","default","pressed","animationScaleValue","basicButton","pressedState","progressPressed","value","button","animatedScaleStyle","scale","CLAMP","transform","animatedBackgroundStyle","backgroundColor","onPressIn","useCallback","onPressOut"],"sourceRoot":"../../../../../src","sources":["components/listitems/hooks/useListItemSpringAnimation.ts"],"mappings":"AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SACEC,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,UAAU,QACL,eAAe;AAEtB,OAAO,MAAMC,0BAA0B,GAAGA,CAAA,KAAM;EAAA,IAAAC,qBAAA;EAC9C,MAAMC,KAAK,GAAGH,UAAU,CAAC,CAAC;EAE1B,MAAMI,SAAuC,GAAGV,cAAc,CAAC,CAAC,CAAC;EAEjE,MAAMW,mBAA2C,GAAG;IAClDC,OAAO,EAAEP,SAAS,CAACH,QAAQ,CAACO,KAAK,CAAC,kBAAkB,CAAC,CAAC,EAAE,CAAC,CAAC;IAC1DI,OAAO,EAAEX,QAAQ,CAACO,KAAK,CAAC,kBAAkB,CAAC;EAC7C,CAAC;;EAED;EACA,MAAMK,mBAAmB,GAAGX,aAAa,aAAbA,aAAa,gBAAAK,qBAAA,GAAbL,aAAa,CAAEY,WAAW,cAAAP,qBAAA,uBAA1BA,qBAAA,CAA4BQ,YAAY;EAEpE,MAAMC,eAAe,GAAGlB,eAAe,CAAC,MACtCE,UAAU,CAACS,SAAS,CAACQ,KAAK,EAAEd,cAAc,CAACe,MAAM,CACnD,CAAC;;EAED;EACA,MAAMC,kBAAkB,GAAGtB,gBAAgB,CAAC,MAAM;IAChD,MAAMuB,KAAK,GAAGzB,WAAW,CACvBqB,eAAe,CAACC,KAAK,EACrB,CAAC,CAAC,EAAE,CAAC,CAAC,EACN,CAAC,CAAC,EAAEJ,mBAAmB,CAAC,EACxBnB,WAAW,CAAC2B,KACd,CAAC;IAED,OAAO;MACLC,SAAS,EAAE,CAAC;QAAEF;MAAM,CAAC;IACvB,CAAC;EACH,CAAC,CAAC;EAEF,MAAMG,uBAAuB,GAAG1B,gBAAgB,CAAC,MAAM;IACrD,MAAM2B,eAAe,GAAG5B,gBAAgB,CACtCoB,eAAe,CAACC,KAAK,EACrB,CAAC,CAAC,EAAE,CAAC,CAAC,EACN,CAACP,mBAAmB,CAACC,OAAO,EAAED,mBAAmB,CAACE,OAAO,CAC3D,CAAC;IAED,OAAO;MACLY;IACF,CAAC;EACH,CAAC,CAAC;EAEF,MAAMC,SAAS,GAAGhC,KAAK,CAACiC,WAAW,CAAC,MAAM;IACxC;IACAjB,SAAS,CAACQ,KAAK,GAAG,CAAC;EACrB,CAAC,EAAE,CAACR,SAAS,CAAC,CAAC;EACf,MAAMkB,UAAU,GAAGlC,KAAK,CAACiC,WAAW,CAAC,MAAM;IACzC;IACAjB,SAAS,CAACQ,KAAK,GAAG,CAAC;EACrB,CAAC,EAAE,CAACR,SAAS,CAAC,CAAC;EAEf,OAAO;IAAEgB,SAAS;IAAEE,UAAU;IAAER,kBAAkB;IAAEI;EAAwB,CAAC;AAC/E,CAAC"}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { Extrapolate, interpolate, useAnimatedStyle, useDerivedValue, useSharedValue, withSpring } from "react-native-reanimated";
|
|
2
|
-
import { useCallback } from "react";
|
|
3
|
-
import { IOScaleValues, IOSpringValues } from "../../../core";
|
|
4
|
-
export const useModuleSpringAnimation = () => {
|
|
5
|
-
var _IOScaleValues$magnif;
|
|
6
|
-
const isPressed = useSharedValue(0);
|
|
7
|
-
// Scaling transformation applied when the button is pressed
|
|
8
|
-
const animationScaleValue = IOScaleValues === null || IOScaleValues === void 0 || (_IOScaleValues$magnif = IOScaleValues.magnifiedButton) === null || _IOScaleValues$magnif === void 0 ? void 0 : _IOScaleValues$magnif.pressedState;
|
|
9
|
-
const scaleTraversed = useDerivedValue(() => withSpring(isPressed.value, IOSpringValues.button));
|
|
10
|
-
|
|
11
|
-
// Interpolate animation values from `isPressed` values
|
|
12
|
-
const animatedStyle = useAnimatedStyle(() => {
|
|
13
|
-
const scale = interpolate(scaleTraversed.value, [0, 1], [1, animationScaleValue], Extrapolate.CLAMP);
|
|
14
|
-
return {
|
|
15
|
-
transform: [{
|
|
16
|
-
scale
|
|
17
|
-
}]
|
|
18
|
-
};
|
|
19
|
-
});
|
|
20
|
-
const handlePressIn = useCallback(() => {
|
|
21
|
-
// eslint-disable-next-line functional/immutable-data
|
|
22
|
-
isPressed.value = 1;
|
|
23
|
-
}, [isPressed]);
|
|
24
|
-
const handlePressOut = useCallback(() => {
|
|
25
|
-
// eslint-disable-next-line functional/immutable-data
|
|
26
|
-
isPressed.value = 0;
|
|
27
|
-
}, [isPressed]);
|
|
28
|
-
return {
|
|
29
|
-
animatedStyle,
|
|
30
|
-
handlePressIn,
|
|
31
|
-
handlePressOut
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
//# sourceMappingURL=useModuleSpringAnimation.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["Extrapolate","interpolate","useAnimatedStyle","useDerivedValue","useSharedValue","withSpring","useCallback","IOScaleValues","IOSpringValues","useModuleSpringAnimation","_IOScaleValues$magnif","isPressed","animationScaleValue","magnifiedButton","pressedState","scaleTraversed","value","button","animatedStyle","scale","CLAMP","transform","handlePressIn","handlePressOut"],"sourceRoot":"../../../../../src","sources":["components/modules/hooks/useModuleSpringAnimation.ts"],"mappings":"AAAA,SACEA,WAAW,EACXC,WAAW,EACXC,gBAAgB,EAChBC,eAAe,EACfC,cAAc,EACdC,UAAU,QACL,yBAAyB;AAChC,SAASC,WAAW,QAAQ,OAAO;AACnC,SAASC,aAAa,EAAEC,cAAc,QAAQ,eAAe;AAE7D,OAAO,MAAMC,wBAAwB,GAAGA,CAAA,KAAM;EAAA,IAAAC,qBAAA;EAC5C,MAAMC,SAAS,GAAGP,cAAc,CAAC,CAAC,CAAC;EACnC;EACA,MAAMQ,mBAAmB,GAAGL,aAAa,aAAbA,aAAa,gBAAAG,qBAAA,GAAbH,aAAa,CAAEM,eAAe,cAAAH,qBAAA,uBAA9BA,qBAAA,CAAgCI,YAAY;EAExE,MAAMC,cAAc,GAAGZ,eAAe,CAAC,MACrCE,UAAU,CAACM,SAAS,CAACK,KAAK,EAAER,cAAc,CAACS,MAAM,CACnD,CAAC;;EAED;EACA,MAAMC,aAAa,GAAGhB,gBAAgB,CAAC,MAAM;IAC3C,MAAMiB,KAAK,GAAGlB,WAAW,CACvBc,cAAc,CAACC,KAAK,EACpB,CAAC,CAAC,EAAE,CAAC,CAAC,EACN,CAAC,CAAC,EAAEJ,mBAAmB,CAAC,EACxBZ,WAAW,CAACoB,KACd,CAAC;IAED,OAAO;MACLC,SAAS,EAAE,CAAC;QAAEF;MAAM,CAAC;IACvB,CAAC;EACH,CAAC,CAAC;EAEF,MAAMG,aAAa,GAAGhB,WAAW,CAAC,MAAM;IACtC;IACAK,SAAS,CAACK,KAAK,GAAG,CAAC;EACrB,CAAC,EAAE,CAACL,SAAS,CAAC,CAAC;EACf,MAAMY,cAAc,GAAGjB,WAAW,CAAC,MAAM;IACvC;IACAK,SAAS,CAACK,KAAK,GAAG,CAAC;EACrB,CAAC,EAAE,CAACL,SAAS,CAAC,CAAC;EAEf,OAAO;IACLO,aAAa;IACbI,aAAa;IACbC;EACF,CAAC;AACH,CAAC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
import { BlockButtonsProps } from "./BlockButtons";
|
|
3
|
-
type Props = BlockButtonsProps & {
|
|
4
|
-
sticky?: boolean;
|
|
5
|
-
onLayoutChange?: (height: number) => void;
|
|
6
|
-
};
|
|
7
|
-
/**
|
|
8
|
-
* Implements a component that show buttons as sticky footer
|
|
9
|
-
* It can include 1, 2 or 3 buttons. If they are 2, they can have the inlineHalf or the inlineOneThird style
|
|
10
|
-
* @deprecated This component is deprecated. Use `FooterActions` or `FooterActionsInline` instead.
|
|
11
|
-
* `FooterActionsInline` is the official replacement for `FooterWithButtons`, but use it only
|
|
12
|
-
* if explicitly required.
|
|
13
|
-
*/
|
|
14
|
-
export declare const FooterWithButtons: ({ sticky, onLayoutChange, ...rest }: Props) => React.JSX.Element;
|
|
15
|
-
export default FooterWithButtons;
|
|
16
|
-
//# sourceMappingURL=FooterWithButtons.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FooterWithButtons.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/FooterWithButtons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,OAAO,EAAgB,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAEjE,KAAK,KAAK,GAAG,iBAAiB,GAAG;IAC/B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;CAC3C,CAAC;AAgCF;;;;;;GAMG;AACH,eAAO,MAAM,iBAAiB,wCAI3B,KAAK,sBAiCP,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
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,sBA6B7C,CAAC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export declare const useListItemSpringAnimation: () => {
|
|
2
|
-
onPressIn: () => void;
|
|
3
|
-
onPressOut: () => void;
|
|
4
|
-
animatedScaleStyle: {
|
|
5
|
-
transform: {
|
|
6
|
-
scale: number;
|
|
7
|
-
}[];
|
|
8
|
-
};
|
|
9
|
-
animatedBackgroundStyle: {
|
|
10
|
-
backgroundColor: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
//# sourceMappingURL=useListItemSpringAnimation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useListItemSpringAnimation.d.ts","sourceRoot":"","sources":["../../../../../src/components/listitems/hooks/useListItemSpringAnimation.ts"],"names":[],"mappings":"AAkBA,eAAO,MAAM,0BAA0B;;;;;;;;;;;CAqDtC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useModuleSpringAnimation.d.ts","sourceRoot":"","sources":["../../../../../src/components/modules/hooks/useModuleSpringAnimation.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,wBAAwB;;;;;;;;CAqCpC,CAAC"}
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
|
|
3
|
-
import { useMemo } from "react";
|
|
4
|
-
import { StyleSheet, View } from "react-native";
|
|
5
|
-
import { useSafeAreaInsets } from "react-native-safe-area-context";
|
|
6
|
-
import { IOColors, IOSpacingScale, IOVisualCostants } from "../../core";
|
|
7
|
-
import { BlockButtons, BlockButtonsProps } from "./BlockButtons";
|
|
8
|
-
|
|
9
|
-
type Props = BlockButtonsProps & {
|
|
10
|
-
sticky?: boolean;
|
|
11
|
-
onLayoutChange?: (height: number) => void;
|
|
12
|
-
};
|
|
13
|
-
|
|
14
|
-
// TODO: Refactor with an unique component like `FooterTopShadow` after bonus vacanze
|
|
15
|
-
const styles = StyleSheet.create({
|
|
16
|
-
container: {
|
|
17
|
-
overflow: "hidden",
|
|
18
|
-
width: "100%",
|
|
19
|
-
// This Magic number is an heritage of the app code-base, this component should be removed in favor of `GradientBottomAction`
|
|
20
|
-
marginTop: -50,
|
|
21
|
-
paddingTop: 50
|
|
22
|
-
},
|
|
23
|
-
sticky: {
|
|
24
|
-
position: "absolute",
|
|
25
|
-
bottom: 0
|
|
26
|
-
},
|
|
27
|
-
footerShadow: {
|
|
28
|
-
backgroundColor: IOColors.white,
|
|
29
|
-
paddingHorizontal: IOVisualCostants.appMarginDefault,
|
|
30
|
-
// iOS shadow
|
|
31
|
-
shadowColor: IOColors.black,
|
|
32
|
-
shadowOffset: {
|
|
33
|
-
width: 0,
|
|
34
|
-
height: 50
|
|
35
|
-
},
|
|
36
|
-
shadowOpacity: 0.5,
|
|
37
|
-
shadowRadius: 37,
|
|
38
|
-
elevation: 20 // Prop supported on Android only
|
|
39
|
-
}
|
|
40
|
-
});
|
|
41
|
-
|
|
42
|
-
const verticalSpacing: IOSpacingScale = 16;
|
|
43
|
-
|
|
44
|
-
/**
|
|
45
|
-
* Implements a component that show buttons as sticky footer
|
|
46
|
-
* It can include 1, 2 or 3 buttons. If they are 2, they can have the inlineHalf or the inlineOneThird style
|
|
47
|
-
* @deprecated This component is deprecated. Use `FooterActions` or `FooterActionsInline` instead.
|
|
48
|
-
* `FooterActionsInline` is the official replacement for `FooterWithButtons`, but use it only
|
|
49
|
-
* if explicitly required.
|
|
50
|
-
*/
|
|
51
|
-
export const FooterWithButtons = ({
|
|
52
|
-
sticky = false,
|
|
53
|
-
onLayoutChange,
|
|
54
|
-
...rest
|
|
55
|
-
}: Props) => {
|
|
56
|
-
const insets = useSafeAreaInsets();
|
|
57
|
-
|
|
58
|
-
const onLayout = (event: any) => {
|
|
59
|
-
onLayoutChange?.(event.nativeEvent.layout.height);
|
|
60
|
-
};
|
|
61
|
-
|
|
62
|
-
/* Check if the iPhone bottom handle is present.
|
|
63
|
-
If not add a default margin to prevent the
|
|
64
|
-
button from sticking to the bottom. */
|
|
65
|
-
const bottomMargin: number = useMemo(
|
|
66
|
-
() => (insets.bottom === 0 ? verticalSpacing : insets.bottom),
|
|
67
|
-
[insets]
|
|
68
|
-
);
|
|
69
|
-
|
|
70
|
-
return (
|
|
71
|
-
<View
|
|
72
|
-
style={{ ...styles.container, ...(sticky ? styles.sticky : {}) }}
|
|
73
|
-
accessible={rest.accessible}
|
|
74
|
-
pointerEvents={"box-none"}
|
|
75
|
-
testID="FooterWithButtons"
|
|
76
|
-
>
|
|
77
|
-
<View
|
|
78
|
-
onLayout={onLayout}
|
|
79
|
-
style={[
|
|
80
|
-
styles.footerShadow,
|
|
81
|
-
{ paddingBottom: bottomMargin, paddingTop: verticalSpacing }
|
|
82
|
-
]}
|
|
83
|
-
>
|
|
84
|
-
<BlockButtons {...rest} />
|
|
85
|
-
</View>
|
|
86
|
-
</View>
|
|
87
|
-
);
|
|
88
|
-
};
|
|
89
|
-
|
|
90
|
-
export default FooterWithButtons;
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
import Animated, {
|
|
3
|
-
Extrapolate,
|
|
4
|
-
interpolate,
|
|
5
|
-
interpolateColor,
|
|
6
|
-
useAnimatedStyle,
|
|
7
|
-
useDerivedValue,
|
|
8
|
-
useSharedValue,
|
|
9
|
-
withSpring
|
|
10
|
-
} from "react-native-reanimated";
|
|
11
|
-
import {
|
|
12
|
-
IOColors,
|
|
13
|
-
IOScaleValues,
|
|
14
|
-
IOSpringValues,
|
|
15
|
-
hexToRgba,
|
|
16
|
-
useIOTheme
|
|
17
|
-
} from "../../../core";
|
|
18
|
-
|
|
19
|
-
export const useListItemSpringAnimation = () => {
|
|
20
|
-
const theme = useIOTheme();
|
|
21
|
-
|
|
22
|
-
const isPressed: Animated.SharedValue<number> = useSharedValue(0);
|
|
23
|
-
|
|
24
|
-
const mapBackgroundStates: Record<string, string> = {
|
|
25
|
-
default: hexToRgba(IOColors[theme["listItem-pressed"]], 0),
|
|
26
|
-
pressed: IOColors[theme["listItem-pressed"]]
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
// Scaling transformation applied when the button is pressed
|
|
30
|
-
const animationScaleValue = IOScaleValues?.basicButton?.pressedState;
|
|
31
|
-
|
|
32
|
-
const progressPressed = useDerivedValue(() =>
|
|
33
|
-
withSpring(isPressed.value, IOSpringValues.button)
|
|
34
|
-
);
|
|
35
|
-
|
|
36
|
-
// Interpolate animation values from `isPressed` values
|
|
37
|
-
const animatedScaleStyle = useAnimatedStyle(() => {
|
|
38
|
-
const scale = interpolate(
|
|
39
|
-
progressPressed.value,
|
|
40
|
-
[0, 1],
|
|
41
|
-
[1, animationScaleValue],
|
|
42
|
-
Extrapolate.CLAMP
|
|
43
|
-
);
|
|
44
|
-
|
|
45
|
-
return {
|
|
46
|
-
transform: [{ scale }]
|
|
47
|
-
};
|
|
48
|
-
});
|
|
49
|
-
|
|
50
|
-
const animatedBackgroundStyle = useAnimatedStyle(() => {
|
|
51
|
-
const backgroundColor = interpolateColor(
|
|
52
|
-
progressPressed.value,
|
|
53
|
-
[0, 1],
|
|
54
|
-
[mapBackgroundStates.default, mapBackgroundStates.pressed]
|
|
55
|
-
);
|
|
56
|
-
|
|
57
|
-
return {
|
|
58
|
-
backgroundColor
|
|
59
|
-
};
|
|
60
|
-
});
|
|
61
|
-
|
|
62
|
-
const onPressIn = React.useCallback(() => {
|
|
63
|
-
// eslint-disable-next-line functional/immutable-data
|
|
64
|
-
isPressed.value = 1;
|
|
65
|
-
}, [isPressed]);
|
|
66
|
-
const onPressOut = React.useCallback(() => {
|
|
67
|
-
// eslint-disable-next-line functional/immutable-data
|
|
68
|
-
isPressed.value = 0;
|
|
69
|
-
}, [isPressed]);
|
|
70
|
-
|
|
71
|
-
return { onPressIn, onPressOut, animatedScaleStyle, animatedBackgroundStyle };
|
|
72
|
-
};
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
Extrapolate,
|
|
3
|
-
interpolate,
|
|
4
|
-
useAnimatedStyle,
|
|
5
|
-
useDerivedValue,
|
|
6
|
-
useSharedValue,
|
|
7
|
-
withSpring
|
|
8
|
-
} from "react-native-reanimated";
|
|
9
|
-
import { useCallback } from "react";
|
|
10
|
-
import { IOScaleValues, IOSpringValues } from "../../../core";
|
|
11
|
-
|
|
12
|
-
export const useModuleSpringAnimation = () => {
|
|
13
|
-
const isPressed = useSharedValue(0);
|
|
14
|
-
// Scaling transformation applied when the button is pressed
|
|
15
|
-
const animationScaleValue = IOScaleValues?.magnifiedButton?.pressedState;
|
|
16
|
-
|
|
17
|
-
const scaleTraversed = useDerivedValue(() =>
|
|
18
|
-
withSpring(isPressed.value, IOSpringValues.button)
|
|
19
|
-
);
|
|
20
|
-
|
|
21
|
-
// Interpolate animation values from `isPressed` values
|
|
22
|
-
const animatedStyle = useAnimatedStyle(() => {
|
|
23
|
-
const scale = interpolate(
|
|
24
|
-
scaleTraversed.value,
|
|
25
|
-
[0, 1],
|
|
26
|
-
[1, animationScaleValue],
|
|
27
|
-
Extrapolate.CLAMP
|
|
28
|
-
);
|
|
29
|
-
|
|
30
|
-
return {
|
|
31
|
-
transform: [{ scale }]
|
|
32
|
-
};
|
|
33
|
-
});
|
|
34
|
-
|
|
35
|
-
const handlePressIn = useCallback(() => {
|
|
36
|
-
// eslint-disable-next-line functional/immutable-data
|
|
37
|
-
isPressed.value = 1;
|
|
38
|
-
}, [isPressed]);
|
|
39
|
-
const handlePressOut = useCallback(() => {
|
|
40
|
-
// eslint-disable-next-line functional/immutable-data
|
|
41
|
-
isPressed.value = 0;
|
|
42
|
-
}, [isPressed]);
|
|
43
|
-
|
|
44
|
-
return {
|
|
45
|
-
animatedStyle,
|
|
46
|
-
handlePressIn,
|
|
47
|
-
handlePressOut
|
|
48
|
-
};
|
|
49
|
-
};
|