@sphereon/ui-components.ssi-react-native 0.1.3-next.97 → 0.1.3-unstable.100
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import MaskedView from '@react-native-masked-view/masked-view';
|
|
3
3
|
import { fontColors, gradientsColors, OpacityStyleEnum } from '@sphereon/ui-components.core';
|
|
4
|
-
import { SSITouchableOpacityButtonFlexRowStyled as Button, SSITextH2SecondaryButtonStyled as ButtonCaption, SecondaryButtonLinearGradientStyled as LinearGradient, SecondaryButtonMaskContainerStyled as MaskContainer } from '../../../styles';
|
|
4
|
+
import { SSITouchableOpacityButtonFlexRowStyled as Button, SSITextH2SecondaryButtonStyled as ButtonCaption, SecondaryButtonLinearGradientStyled as LinearGradient, SecondaryButtonMaskContainerStyled as MaskContainer, } from '../../../styles';
|
|
5
5
|
const SecondaryButton = (props) => {
|
|
6
6
|
const { caption, captionColor = fontColors.secondaryButton, borderColors = [gradientsColors['100'].secondaryColor, gradientsColors['100'].primaryColor], onPress, style, } = props;
|
|
7
7
|
const disabled = typeof props.disabled === 'function' ? props.disabled() : props.disabled ?? false;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sphereon/ui-components.ssi-react-native",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.1.3-
|
|
4
|
+
"version": "0.1.3-unstable.100+ebfaae1",
|
|
5
5
|
"description": "SSI UI components for React-Native",
|
|
6
6
|
"repository": "git@github.com:Sphereon-Opensource/UI-Components.git",
|
|
7
7
|
"author": "Sphereon <dev@sphereon.com>",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@react-native-community/blur": "^4.3.0",
|
|
32
32
|
"@react-native-masked-view/masked-view": "^0.3.1",
|
|
33
|
-
"@sphereon/ui-components.core": "0.1.3-
|
|
33
|
+
"@sphereon/ui-components.core": "0.1.3-unstable.100+ebfaae1",
|
|
34
34
|
"expo-linear-gradient": "~12.1.2",
|
|
35
35
|
"react-native-fast-image": "^8.6.3",
|
|
36
36
|
"react-native-size-matters": "^0.4.0",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"react": ">= 16.8.0",
|
|
49
49
|
"react-native": ">= 0.64.0"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "ebfaae17db7a979b5235dcc65b7dbfc8fb90b436"
|
|
52
52
|
}
|