dhre-ui-kit 0.0.141 → 0.0.142
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/index.js +1 -3
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +1 -3
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -2259,7 +2259,6 @@ const styles$k = StyleSheet.create({
|
|
|
2259
2259
|
container: {
|
|
2260
2260
|
flex: 1
|
|
2261
2261
|
},
|
|
2262
|
-
swippableContainer: { paddingVertical: verticalScale(16) },
|
|
2263
2262
|
actionButton: {
|
|
2264
2263
|
justifyContent: "center",
|
|
2265
2264
|
alignItems: "center",
|
|
@@ -2357,8 +2356,7 @@ const SwipableList = (props) => {
|
|
|
2357
2356
|
item.isRead ? leftSecondaryActionInActiveIcon : leftSecondaryActionActiveIcon,
|
|
2358
2357
|
item.isRead ? leftSecondaryActionInActiveTitle : leftSecondaryActionActiveTitle
|
|
2359
2358
|
),
|
|
2360
|
-
renderRightActions: () => rightActionHandle(item)
|
|
2361
|
-
containerStyle: styles$k.swippableContainer
|
|
2359
|
+
renderRightActions: () => rightActionHandle(item)
|
|
2362
2360
|
},
|
|
2363
2361
|
props?.renderItem(item)
|
|
2364
2362
|
));
|